diff --git a/lib/node_modules/@stdlib/math/base/special/besselk0/LICENSE b/lib/node_modules/@stdlib/math/base/special/besselk0/LICENSE new file mode 100644 index 000000000000..05757b1b8026 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/besselk0/LICENSE @@ -0,0 +1,209 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + +DEPENDENCIES & ATTRIBUTION + +The library links against the following external libraries or contains +implementations from the following external libraries, which have their own +licenses: + +* Boost + +Boost Software License - Version 1.0 - August 17th, 2003 + +Permission is hereby granted, free of charge, to any person or organization +obtaining a copy of the software and accompanying documentation covered by +this license (the "Software") to use, reproduce, display, distribute, +execute, and transmit the Software, and to prepare derivative works of the +Software, and to permit third-parties to whom the Software is furnished to +do so, all subject to the following: + +The copyright notices in the Software and this entire statement, including +the above license grant, this restriction and the following disclaimer, +must be included in all copies of the Software, in whole or in part, and +all derivative works of the Software, unless such copies or derivative +works are solely in the form of machine-executable object code generated by +a source language processor. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT +SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE +FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. diff --git a/lib/node_modules/@stdlib/math/base/special/besselk0/README.md b/lib/node_modules/@stdlib/math/base/special/besselk0/README.md new file mode 100644 index 000000000000..28f5b422d43f --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/besselk0/README.md @@ -0,0 +1,229 @@ + + +# besselk0 + +> Compute the modified Bessel function of the second kind of order zero. + +
+ +The **modified Bessel function of the second kind of order zero** is defined as + +```math +K_0(x) = \int_0^\infty e^{-x \cosh t} \, dt, \quad x > 0. +``` + + + + + +
+ + + +
+ +## Usage + +```javascript +var k0 = require( '@stdlib/math/base/special/besselk0' ); +``` + +#### k0( x ) + +Computes the [modified Bessel function of the second kind][modified-bessel-second-kind] of order zero at `x`. + +```javascript +var v = k0( 1.0 ); +// returns ~0.421 + +v = k0( 10.0 ); +// returns ~0.000018 + +v = k0( Infinity ); +// returns 0.0 +``` + +If `x < 0` or `x` is `NaN`, the function returns `NaN`. + +```javascript +var v =k0( -1.0 ); +// returns NaN + +v = k0( -Infinity ); +// returns NaN + +v = k0( NaN ); +// returns NaN +``` + +
+ + + +
+ +## Examples + + + +```javascript +var uniform = require( '@stdlib/random/array/uniform' ); +var logEachMap = require( '@stdlib/console/log-each-map' ); +var besselk0 = require( '@stdlib/math/base/special/besselk0' ); + +var opts = { + 'dtype': 'float64' +}; +var x = uniform( 100, 0.0, 100.0, opts ); + +logEachMap( 'besselk0(%lf) = %lf', x, besselk0 ); +``` + +
+ + + + + +* * * + +
+ +## C APIs + + + +
+ +
+ + + + + +
+ +### Usage + +```c +#include "stdlib/math/base/special/besselk0.h" +``` + +#### stdlib_base_besselk0( x ) + +Computes the [modified Bessel function of the second kind][modified-bessel-second-kind] of order zero at `x`. + +```c +double out = stdlib_base_besselk0( 0.0 ); +// returns Infinity + +out = stdlib_base_besselk0( 1.0 ); +// returns ~0.421 +``` + +The function accepts the following arguments: + +- **x**: `[in] double` input value. + +```c +double stdlib_base_besselk0( const double x ); +``` + +
+ + + + + +
+ +
+ + + + + +
+ +### Examples + +```c +#include "stdlib/math/base/special/besselk0.h" +#include + +int main( void ) { + const double x[] = { 0.0, 1.0, 2.0, 3.0, 4.0 }; + + double y; + int i; + for ( i = 0; i < 5; i++ ) { + y = stdlib_base_besselk0( x[ i ] ); + printf( "besselk0(%lf) = %lf\n", x[ i ], y ); + } +} +``` + +
+ + + +
+ + + + + + + + + + + + + + diff --git a/lib/node_modules/@stdlib/math/base/special/besselk0/benchmark/benchmark.js b/lib/node_modules/@stdlib/math/base/special/besselk0/benchmark/benchmark.js new file mode 100644 index 000000000000..5f17cb37cc82 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/besselk0/benchmark/benchmark.js @@ -0,0 +1,54 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2026 The Stdlib Authors. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +'use strict'; + +// MODULES // + +var bench = require( '@stdlib/bench' ); +var uniform = require( '@stdlib/random/array/uniform' ); +var isnan = require( '@stdlib/math/base/assert/is-nan' ); +var pkg = require( './../package.json' ).name; +var k0 = require( './../lib' ); + + +// MAIN // + +bench( pkg, function benchmark( b ) { + var x; + var y; + var i; + + // Avoid x = 0 where K0 diverges: + x = uniform( 100, 1.0e-6, 100000.0 ); + + b.tic(); + for ( i = 0; i < b.iterations; i++ ) { + y = k0( x[ i % x.length ] ); + if ( isnan( y ) ) { + b.fail( 'should not return NaN' ); + } + } + b.toc(); + + if ( isnan( y ) ) { + b.fail( 'should not return NaN' ); + } + b.pass( 'benchmark finished' ); + b.end(); +}); diff --git a/lib/node_modules/@stdlib/math/base/special/besselk0/benchmark/benchmark.native.js b/lib/node_modules/@stdlib/math/base/special/besselk0/benchmark/benchmark.native.js new file mode 100644 index 000000000000..c7516e9ab1ae --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/besselk0/benchmark/benchmark.native.js @@ -0,0 +1,64 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2026 The Stdlib Authors. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +'use strict'; + +// MODULES // + +var resolve = require( 'path' ).resolve; +var bench = require( '@stdlib/bench' ); +var uniform = require( '@stdlib/random/array/uniform' ); +var isnan = require( '@stdlib/math/base/assert/is-nan' ); +var tryRequire = require( '@stdlib/utils/try-require' ); +var format = require( '@stdlib/string/format' ); +var pkg = require( './../package.json' ).name; + + +// VARIABLES // + +var k0 = tryRequire( resolve( __dirname, './../lib/native.js' ) ); +var opts = { + 'skip': ( k0 instanceof Error ) +}; + + +// MAIN // + +bench( format( '%s::native', pkg, opts ), function benchmark( b ) { + var x; + var y; + var i; + + // Avoid x = 0 where K0 diverges: + x = uniform( 100, 1.0e-6, 100000.0 ); + + b.tic(); + for ( i = 0; i < b.iterations; i++ ) { + y = k0( x[ i % x.length ] ); + if ( isnan( y ) ) { + b.fail( 'should not return NaN' ); + } + } + b.toc(); + + if ( isnan( y ) ) { + b.fail( 'should not return NaN' ); + } + b.pass( 'benchmark finished' ); + b.end(); +}); diff --git a/lib/node_modules/@stdlib/math/base/special/besselk0/benchmark/c/Makefile b/lib/node_modules/@stdlib/math/base/special/besselk0/benchmark/c/Makefile new file mode 100644 index 000000000000..979768abbcec --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/besselk0/benchmark/c/Makefile @@ -0,0 +1,146 @@ +#/ +# @license Apache-2.0 +# +# Copyright (c) 2026 The Stdlib Authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +#/ + +# VARIABLES # + +ifndef VERBOSE + QUIET := @ +else + QUIET := +endif + +# Determine the OS ([1][1], [2][2]). +# +# [1]: https://en.wikipedia.org/wiki/Uname#Examples +# [2]: http://stackoverflow.com/a/27776822/2225624 +OS ?= $(shell uname) +ifneq (, $(findstring MINGW,$(OS))) + OS := WINNT +else +ifneq (, $(findstring MSYS,$(OS))) + OS := WINNT +else +ifneq (, $(findstring CYGWIN,$(OS))) + OS := WINNT +else +ifneq (, $(findstring Windows_NT,$(OS))) + OS := WINNT +endif +endif +endif +endif + +# Define the program used for compiling C source files: +ifdef C_COMPILER + CC := $(C_COMPILER) +else + CC := gcc +endif + +# Define the command-line options when compiling C files: +CFLAGS ?= \ + -std=c99 \ + -O3 \ + -Wall \ + -pedantic + +# Determine whether to generate position independent code ([1][1], [2][2]). +# +# [1]: https://gcc.gnu.org/onlinedocs/gcc/Code-Gen-Options.html#Code-Gen-Options +# [2]: http://stackoverflow.com/questions/5311515/gcc-fpic-option +ifeq ($(OS), WINNT) + fPIC ?= +else + fPIC ?= -fPIC +endif + +# List of includes (e.g., `-I /foo/bar -I /beep/boop/include`): +INCLUDE ?= + +# List of source files: +SOURCE_FILES ?= + +# List of libraries (e.g., `-lopenblas -lpthread`): +LIBRARIES ?= + +# List of library paths (e.g., `-L /foo/bar -L /beep/boop`): +LIBPATH ?= + +# List of C targets: +c_targets := benchmark.out + + +# RULES # + +#/ +# Compiles source files. +# +# @param {string} [C_COMPILER] - C compiler (e.g., `gcc`) +# @param {string} [CFLAGS] - C compiler options +# @param {(string|void)} [fPIC] - compiler flag determining whether to generate position independent code (e.g., `-fPIC`) +# @param {string} [INCLUDE] - list of includes (e.g., `-I /foo/bar -I /beep/boop/include`) +# @param {string} [SOURCE_FILES] - list of source files +# @param {string} [LIBPATH] - list of library paths (e.g., `-L /foo/bar -L /beep/boop`) +# @param {string} [LIBRARIES] - list of libraries (e.g., `-lopenblas -lpthread`) +# +# @example +# make +# +# @example +# make all +#/ +all: $(c_targets) + +.PHONY: all + +#/ +# Compiles C source files. +# +# @private +# @param {string} CC - C compiler (e.g., `gcc`) +# @param {string} CFLAGS - C compiler options +# @param {(string|void)} fPIC - compiler flag determining whether to generate position independent code (e.g., `-fPIC`) +# @param {string} INCLUDE - list of includes (e.g., `-I /foo/bar`) +# @param {string} SOURCE_FILES - list of source files +# @param {string} LIBPATH - list of library paths (e.g., `-L /foo/bar`) +# @param {string} LIBRARIES - list of libraries (e.g., `-lopenblas`) +#/ +$(c_targets): %.out: %.c + $(QUIET) $(CC) $(CFLAGS) $(fPIC) $(INCLUDE) -o $@ $(SOURCE_FILES) $< $(LIBPATH) -lm $(LIBRARIES) + +#/ +# Runs compiled benchmarks. +# +# @example +# make run +#/ +run: $(c_targets) + $(QUIET) ./$< + +.PHONY: run + +#/ +# Removes generated files. +# +# @example +# make clean +#/ +clean: + $(QUIET) -rm -f *.o *.out + +.PHONY: clean diff --git a/lib/node_modules/@stdlib/math/base/special/besselk0/benchmark/c/benchmark.c b/lib/node_modules/@stdlib/math/base/special/besselk0/benchmark/c/benchmark.c new file mode 100644 index 000000000000..b469e3ca9154 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/besselk0/benchmark/c/benchmark.c @@ -0,0 +1,149 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2026 The Stdlib Authors. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +/** +* Benchmark `besselk0`. +* +* ## Notes +* +* * We assume the [GNU C library][2], which provides additional exotic functions. +* +* [1]: http://en.cppreference.com/w/c/numeric/math +* [2]: https://www.gnu.org/software/libc/manual/html_node/Special-Functions.html +*/ + +#include "stdlib/math/base/special/besselk0.h" +#include +#include +#include +#include + +#define NAME "besselk0" +#define ITERATIONS 1000000 +#define REPEATS 3 + +/** +* Prints the TAP version. +*/ +static void print_version( void ) { + printf( "TAP version 13\n" ); +} + +/** +* Prints the TAP summary. +* +* @param total total number of tests +* @param passing total number of passing tests +*/ +static void print_summary( int total, int passing ) { + printf( "#\n" ); + printf( "1..%d\n", total ); + printf( "# total %d\n", total ); + printf( "# pass %d\n", passing ); + printf( "#\n" ); + printf( "# ok\n" ); +} + +/** +* Prints benchmark results. +* +* @param elapsed elapsed time in seconds +*/ +static void print_results( double elapsed ) { + double rate = (double)ITERATIONS / elapsed; + printf( " ---\n" ); + printf( " iterations: %d\n", ITERATIONS ); + printf( " elapsed: %0.9f\n", elapsed ); + printf( " rate: %0.9f\n", rate ); + printf( " ...\n" ); +} + +/** +* Returns a clock time. +* +* @return clock time +*/ +static double tic( void ) { + struct timeval now; + gettimeofday( &now, NULL ); + return (double)now.tv_sec + (double)now.tv_usec / 1.0e6; +} + +/** +* Generates a random number on the interval (0, 1]. +* +* @return random number +*/ +static double rand_double( void ) { + int r = rand(); + return ( (double)r + 1.0 ) / ( (double)RAND_MAX + 1.0 ); +} + +/** +* Runs a benchmark. +* +* @return elapsed time in seconds +*/ +static double benchmark( void ) { + double x[ 100 ]; + double elapsed; + double y; + double t; + int i; + + // Generate positive inputs; avoid zero where K0 diverges: + for ( i = 0; i < 100; i++ ) { + x[ i ] = rand_double() * 100.0; + } + + t = tic(); + for ( i = 0; i < ITERATIONS; i++ ) { + y = stdlib_base_besselk0( x[ i % 100 ] ); + if ( y != y ) { + printf( "should not return NaN\n" ); + break; + } + } + elapsed = tic() - t; + + if ( y != y ) { + printf( "should not return NaN\n" ); + } + return elapsed; +} + +/** +* Main execution sequence. +*/ +int main( void ) { + double elapsed; + int i; + + // Seed the random number generator: + srand( time( NULL ) ); + + print_version(); + for ( i = 0; i < REPEATS; i++ ) { + printf( "# c::%s\n", NAME ); + elapsed = benchmark(); + print_results( elapsed ); + printf( "ok %d benchmark finished\n", i + 1 ); + } + print_summary( REPEATS, REPEATS ); + return 0; +} diff --git a/lib/node_modules/@stdlib/math/base/special/besselk0/benchmark/c/native/Makefile b/lib/node_modules/@stdlib/math/base/special/besselk0/benchmark/c/native/Makefile new file mode 100644 index 000000000000..979768abbcec --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/besselk0/benchmark/c/native/Makefile @@ -0,0 +1,146 @@ +#/ +# @license Apache-2.0 +# +# Copyright (c) 2026 The Stdlib Authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +#/ + +# VARIABLES # + +ifndef VERBOSE + QUIET := @ +else + QUIET := +endif + +# Determine the OS ([1][1], [2][2]). +# +# [1]: https://en.wikipedia.org/wiki/Uname#Examples +# [2]: http://stackoverflow.com/a/27776822/2225624 +OS ?= $(shell uname) +ifneq (, $(findstring MINGW,$(OS))) + OS := WINNT +else +ifneq (, $(findstring MSYS,$(OS))) + OS := WINNT +else +ifneq (, $(findstring CYGWIN,$(OS))) + OS := WINNT +else +ifneq (, $(findstring Windows_NT,$(OS))) + OS := WINNT +endif +endif +endif +endif + +# Define the program used for compiling C source files: +ifdef C_COMPILER + CC := $(C_COMPILER) +else + CC := gcc +endif + +# Define the command-line options when compiling C files: +CFLAGS ?= \ + -std=c99 \ + -O3 \ + -Wall \ + -pedantic + +# Determine whether to generate position independent code ([1][1], [2][2]). +# +# [1]: https://gcc.gnu.org/onlinedocs/gcc/Code-Gen-Options.html#Code-Gen-Options +# [2]: http://stackoverflow.com/questions/5311515/gcc-fpic-option +ifeq ($(OS), WINNT) + fPIC ?= +else + fPIC ?= -fPIC +endif + +# List of includes (e.g., `-I /foo/bar -I /beep/boop/include`): +INCLUDE ?= + +# List of source files: +SOURCE_FILES ?= + +# List of libraries (e.g., `-lopenblas -lpthread`): +LIBRARIES ?= + +# List of library paths (e.g., `-L /foo/bar -L /beep/boop`): +LIBPATH ?= + +# List of C targets: +c_targets := benchmark.out + + +# RULES # + +#/ +# Compiles source files. +# +# @param {string} [C_COMPILER] - C compiler (e.g., `gcc`) +# @param {string} [CFLAGS] - C compiler options +# @param {(string|void)} [fPIC] - compiler flag determining whether to generate position independent code (e.g., `-fPIC`) +# @param {string} [INCLUDE] - list of includes (e.g., `-I /foo/bar -I /beep/boop/include`) +# @param {string} [SOURCE_FILES] - list of source files +# @param {string} [LIBPATH] - list of library paths (e.g., `-L /foo/bar -L /beep/boop`) +# @param {string} [LIBRARIES] - list of libraries (e.g., `-lopenblas -lpthread`) +# +# @example +# make +# +# @example +# make all +#/ +all: $(c_targets) + +.PHONY: all + +#/ +# Compiles C source files. +# +# @private +# @param {string} CC - C compiler (e.g., `gcc`) +# @param {string} CFLAGS - C compiler options +# @param {(string|void)} fPIC - compiler flag determining whether to generate position independent code (e.g., `-fPIC`) +# @param {string} INCLUDE - list of includes (e.g., `-I /foo/bar`) +# @param {string} SOURCE_FILES - list of source files +# @param {string} LIBPATH - list of library paths (e.g., `-L /foo/bar`) +# @param {string} LIBRARIES - list of libraries (e.g., `-lopenblas`) +#/ +$(c_targets): %.out: %.c + $(QUIET) $(CC) $(CFLAGS) $(fPIC) $(INCLUDE) -o $@ $(SOURCE_FILES) $< $(LIBPATH) -lm $(LIBRARIES) + +#/ +# Runs compiled benchmarks. +# +# @example +# make run +#/ +run: $(c_targets) + $(QUIET) ./$< + +.PHONY: run + +#/ +# Removes generated files. +# +# @example +# make clean +#/ +clean: + $(QUIET) -rm -f *.o *.out + +.PHONY: clean diff --git a/lib/node_modules/@stdlib/math/base/special/besselk0/benchmark/c/native/benchmark.c b/lib/node_modules/@stdlib/math/base/special/besselk0/benchmark/c/native/benchmark.c new file mode 100644 index 000000000000..1b4834f0b957 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/besselk0/benchmark/c/native/benchmark.c @@ -0,0 +1,142 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2026 The Stdlib Authors. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +/** +* Benchmark `besselk0`. +*/ + +#include "stdlib/math/base/special/besselk0.h" +#include +#include +#include +#include + +#define NAME "besselk0" +#define ITERATIONS 1000000 +#define REPEATS 3 + +/** +* Prints the TAP version. +*/ +static void print_version( void ) { + printf( "TAP version 13\n" ); +} + +/** +* Prints the TAP summary. +* +* @param total total number of tests +* @param passing total number of passing tests +*/ +static void print_summary( int total, int passing ) { + printf( "#\n" ); + printf( "1..%d\n", total ); // TAP plan + printf( "# total %d\n", total ); + printf( "# pass %d\n", passing ); + printf( "#\n" ); + printf( "# ok\n" ); +} + +/** +* Prints benchmark results. +* +* @param elapsed elapsed time in seconds +*/ +static void print_results( double elapsed ) { + double rate = (double)ITERATIONS / elapsed; + printf( " ---\n" ); + printf( " iterations: %d\n", ITERATIONS ); + printf( " elapsed: %0.9f\n", elapsed ); + printf( " rate: %0.9f\n", rate ); + printf( " ...\n" ); +} + +/** +* Returns a clock time. +* +* @return clock time +*/ +static double tic( void ) { + struct timeval now; + gettimeofday( &now, NULL ); + return (double)now.tv_sec + (double)now.tv_usec / 1.0e6; +} + +/** +* Generates a random number on the interval (0,1]. +* +* @return random number +*/ +static double rand_double( void ) { + int r = rand(); + return ( (double)r + 1.0 ) / ( (double)RAND_MAX + 1.0 ); +} + +/** +* Runs a benchmark. +* +* @return elapsed time in seconds +*/ +static double benchmark( void ) { + double x[ 100 ]; + double elapsed; + double y; + double t; + int i; + + // Generate positive inputs; avoid zero where K0 diverges: + for ( i = 0; i < 100; i++ ) { + x[ i ] = rand_double() * 100000.0; + } + + t = tic(); + for ( i = 0; i < ITERATIONS; i++ ) { + y = stdlib_base_besselk0( x[ i % 100 ] ); + if ( y != y ) { + printf( "should not return NaN\n" ); + break; + } + } + elapsed = tic() - t; + + if ( y != y ) { + printf( "should not return NaN\n" ); + } + return elapsed; +} + +/** +* Main execution sequence. +*/ +int main( void ) { + double elapsed; + int i; + + // Use the current time to seed the random number generator: + srand( time( NULL ) ); + + print_version(); + for ( i = 0; i < REPEATS; i++ ) { + printf( "# c::native::%s\n", NAME ); + elapsed = benchmark(); + print_results( elapsed ); + printf( "ok %d benchmark finished\n", i + 1 ); + } + print_summary( REPEATS, REPEATS ); + return 0; +} diff --git a/lib/node_modules/@stdlib/math/base/special/besselk0/benchmark/julia/REQUIRE b/lib/node_modules/@stdlib/math/base/special/besselk0/benchmark/julia/REQUIRE new file mode 100644 index 000000000000..98645e192e41 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/besselk0/benchmark/julia/REQUIRE @@ -0,0 +1,2 @@ +julia 1.5 +BenchmarkTools 0.5.0 diff --git a/lib/node_modules/@stdlib/math/base/special/besselk0/benchmark/julia/benchmark.jl b/lib/node_modules/@stdlib/math/base/special/besselk0/benchmark/julia/benchmark.jl new file mode 100755 index 000000000000..d641c2eed942 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/besselk0/benchmark/julia/benchmark.jl @@ -0,0 +1,98 @@ +#!/usr/bin/env julia +# +# @license Apache-2.0 +# +# Copyright (c) 2026 The Stdlib Authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import BenchmarkTools +using Printf +using SpecialFunctions + +# Benchmark variables: +name = "besselk0"; +repeats = 3; + +""" + print_version() + +Prints the TAP version. +""" +function print_version() + @printf( "TAP version 13\n" ); +end + +""" + print_summary( total, passing ) + +Print the benchmark summary. +""" +function print_summary( total, passing ) + @printf( "#\n" ); + @printf( "1..%d\n", total ); # TAP plan + @printf( "# total %d\n", total ); + @printf( "# pass %d\n", passing ); + @printf( "#\n" ); + @printf( "# ok\n" ); +end + +""" + print_results( iterations, elapsed ) + +Print benchmark results. +""" +function print_results( iterations, elapsed ) + rate = iterations / elapsed + + @printf( " ---\n" ); + @printf( " iterations: %d\n", iterations ); + @printf( " elapsed: %0.9f\n", elapsed ); + @printf( " rate: %0.9f\n", rate ); + @printf( " ...\n" ); +end + +""" + benchmark() + +Run a benchmark. +""" +function benchmark() + t = BenchmarkTools.@benchmark besselk( 0, rand() * 100000.0 + eps() ) samples=1e6 + + # Compute the total elapsed time (convert from ns to seconds): + s = sum( t.times ) / 1.0e9; + + # Determine the number of "iterations": + iter = length( t.times ); + + [ iter, s ]; +end + +""" + main() + +Run benchmarks. +""" +function main() + print_version(); + for i in 1:repeats + @printf( "# julia::%s\n", name ); + results = benchmark(); + print_results( results[ 1 ], results[ 2 ] ); + @printf( "ok %d benchmark finished\n", i ); + end + print_summary( repeats, repeats ); +end + +main(); diff --git a/lib/node_modules/@stdlib/math/base/special/besselk0/benchmark/python/scipy/benchmark.py b/lib/node_modules/@stdlib/math/base/special/besselk0/benchmark/python/scipy/benchmark.py new file mode 100644 index 000000000000..15598a31c8d4 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/besselk0/benchmark/python/scipy/benchmark.py @@ -0,0 +1,84 @@ +#!/usr/bin/env python +# +# @license Apache-2.0 +# +# Copyright (c) 2026 The Stdlib Authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +"""Benchmark scipy.special.k0.""" + +from __future__ import print_function +import timeit + +NAME = "besselk0" +REPEATS = 3 +ITERATIONS = 1000000 + + +def print_version(): + """Print the TAP version.""" + print("TAP version 13") + + +def print_summary(total, passing): + """Print the benchmark summary.""" + print("#") + print("1.." + str(total)) # TAP plan + print("# total " + str(total)) + print("# pass " + str(passing)) + print("#") + print("# ok") + + +def print_results(elapsed): + """Print benchmark results.""" + rate = ITERATIONS / elapsed + + print(" ---") + print(" iterations: " + str(ITERATIONS)) + print(" elapsed: " + str(elapsed)) + print(" rate: " + str(rate)) + print(" ...") + + +def benchmark(): + """Run the benchmark and print benchmark results.""" + setup = ( + "from scipy.special import k0; " + "from random import random;" + ) + # Avoid zero where K0 diverges: + stmt = "y = k0(random()*100000.0 + 1e-12)" + + t = timeit.Timer(stmt, setup=setup) + + print_version() + + for i in range(REPEATS): + print("# python::scipy::" + NAME) + elapsed = t.timeit(number=ITERATIONS) + print_results(elapsed) + print("ok " + str(i + 1) + " benchmark finished") + + print_summary(REPEATS, REPEATS) + + +def main(): + """Run the benchmark.""" + benchmark() + + +if __name__ == "__main__": + main() diff --git a/lib/node_modules/@stdlib/math/base/special/besselk0/benchmark/r/DESCRIPTION b/lib/node_modules/@stdlib/math/base/special/besselk0/benchmark/r/DESCRIPTION new file mode 100644 index 000000000000..b63be35491b8 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/besselk0/benchmark/r/DESCRIPTION @@ -0,0 +1,9 @@ +Package: besselk0-benchmarks +Title: Benchmarks +Version: 0.0.0 +Authors@R: person("stdlib", "js", role = c("aut","cre")) +Description: Benchmarks. +Depends: R (>=4.5.0) +Imports: + microbenchmark +LazyData: true diff --git a/lib/node_modules/@stdlib/math/base/special/besselk0/benchmark/r/benchmark.R b/lib/node_modules/@stdlib/math/base/special/besselk0/benchmark/r/benchmark.R new file mode 100755 index 000000000000..28271fc13c6b --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/besselk0/benchmark/r/benchmark.R @@ -0,0 +1,84 @@ +#!/usr/bin/env Rscript +# +# @license Apache-2.0 +# +# Copyright (c) 2026 The Stdlib Authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +# Set the precision to 16 digits: +options( digits = 16L ) + +#' Run benchmarks. +#' +#' @examples +#' main() +main <- function() { + # Define benchmark parameters: + name <- 'besselk0' + iterations <- 1000000L + repeats <- 3L + + #' Print the TAP version. + print_version <- function() { + cat( 'TAP version 13\n' ) + } + + #' Print the TAP summary. + print_summary <- function( total, passing ) { + cat( '#\n' ) + cat( paste0( '1..', total, '\n' ) ) + cat( paste0( '# total ', total, '\n' ) ) + cat( paste0( '# pass ', passing, '\n' ) ) + cat( '#\n' ) + cat( '# ok\n' ) + } + + #' Print benchmark results. + print_results <- function( iterations, elapsed ) { + rate <- iterations / elapsed + cat( ' ---\n' ) + cat( paste0( ' iterations: ', iterations, '\n' ) ) + cat( paste0( ' elapsed: ', elapsed, '\n' ) ) + cat( paste0( ' rate: ', rate, '\n' ) ) + cat( ' ...\n' ) + } + + #' Run a benchmark. + benchmark <- function( iterations ) { + results <- microbenchmark::microbenchmark( + besselK( + runif( 1L ) * 100000.0 + .Machine[['double.eps']], + 0L + ), + times = iterations + ) + + elapsed <- sum( results[['time']] ) + elapsed <- elapsed / 1.0e9 + + elapsed + } + + print_version() + for ( i in seq_len( repeats ) ) { + cat( paste0( '# r::', name, '\n' ) ) + elapsed <- benchmark( iterations ) + print_results( iterations, elapsed ) + cat( paste0( 'ok ', i, ' benchmark finished\n' ) ) + } + print_summary( repeats, repeats ) +} + +main() diff --git a/lib/node_modules/@stdlib/math/base/special/besselk0/binding.gyp b/lib/node_modules/@stdlib/math/base/special/besselk0/binding.gyp new file mode 100644 index 000000000000..0d6508a12e99 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/besselk0/binding.gyp @@ -0,0 +1,170 @@ +# @license Apache-2.0 +# +# Copyright (c) 2026 The Stdlib Authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# A `.gyp` file for building a Node.js native add-on. +# +# [1]: https://gyp.gsrc.io/docs/InputFormatReference.md +# [2]: https://gyp.gsrc.io/docs/UserDocumentation.md +{ + # List of files to include in this file: + 'includes': [ + './include.gypi', + ], + + # Define variables to be used throughout the configuration for all targets: + 'variables': { + # Target name should match the add-on export name: + 'addon_target_name%': 'addon', + + # Set variables based on the host OS: + 'conditions': [ + [ + 'OS=="win"', + { + # Define the object file suffix: + 'obj': 'obj', + }, + { + # Define the object file suffix: + 'obj': 'o', + } + ], # end condition (OS=="win") + ], # end conditions + }, # end variables + + # Define compile targets: + 'targets': [ + + # Target to generate an add-on: + { + # The target name should match the add-on export name: + 'target_name': '<(addon_target_name)', + + # Define dependencies: + 'dependencies': [], + + # Define directories which contain relevant include headers: + 'include_dirs': [ + # Local include directory: + '<@(include_dirs)', + ], + + # List of source files: + 'sources': [ + '<@(src_files)', + ], + + # Settings which should be applied when a target's object files are used as linker input: + 'link_settings': { + # Define libraries: + 'libraries': [ + '<@(libraries)', + ], + + # Define library directories: + 'library_dirs': [ + '<@(library_dirs)', + ], + }, + + # C/C++ compiler flags: + 'cflags': [ + # Enable commonly used warning options: + '-Wall', + + # Aggressive optimization: + '-O3', + ], + + # C specific compiler flags: + 'cflags_c': [ + # Specify the C standard to which a program is expected to conform: + '-std=c99', + ], + + # C++ specific compiler flags: + 'cflags_cpp': [ + # Specify the C++ standard to which a program is expected to conform: + '-std=c++11', + ], + + # Linker flags: + 'ldflags': [], + + # Apply conditions based on the host OS: + 'conditions': [ + [ + 'OS=="mac"', + { + # Linker flags: + 'ldflags': [ + '-undefined dynamic_lookup', + '-Wl,-no-pie', + '-Wl,-search_paths_first', + ], + }, + ], # end condition (OS=="mac") + [ + 'OS!="win"', + { + # C/C++ flags: + 'cflags': [ + # Generate platform-independent code: + '-fPIC', + ], + }, + ], # end condition (OS!="win") + ], # end conditions + }, # end target <(addon_target_name) + + # Target to copy a generated add-on to a standard location: + { + 'target_name': 'copy_addon', + + # Declare that the output of this target is not linked: + 'type': 'none', + + # Define dependencies: + 'dependencies': [ + # Require that the add-on be generated before building this target: + '<(addon_target_name)', + ], + + # Define a list of actions: + 'actions': [ + { + 'action_name': 'copy_addon', + 'message': 'Copying addon...', + + # Explicitly list the inputs in the command-line invocation below: + 'inputs': [], + + # Declare the expected outputs: + 'outputs': [ + '<(addon_output_dir)/<(addon_target_name).node', + ], + + # Define the command-line invocation: + 'action': [ + 'cp', + '<(PRODUCT_DIR)/<(addon_target_name).node', + '<(addon_output_dir)/<(addon_target_name).node', + ], + }, + ], # end actions + }, # end target copy_addon + ], # end targets +} diff --git a/lib/node_modules/@stdlib/math/base/special/besselk0/docs/repl.txt b/lib/node_modules/@stdlib/math/base/special/besselk0/docs/repl.txt new file mode 100644 index 000000000000..1aa09bc89c47 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/besselk0/docs/repl.txt @@ -0,0 +1,34 @@ + +{{alias}}( x ) + Computes the modified Bessel function of the second kind of order zero. + + Parameters + ---------- + x: number + Input value. + + Returns + ------- + y: number + Function value. + + Examples + -------- + > var y = {{alias}}( 0.0 ) + +Infinity + > y = {{alias}}( 1.0 ) + ~0.421 + > y = {{alias}}( 5.0 ) + ~0.00369 + > y = {{alias}}( -1.0 ) + NaN + > y = {{alias}}( {{alias:@stdlib/constants/float64/pinf}} ) + 0.0 + > y = {{alias}}( {{alias:@stdlib/constants/float64/ninf}} ) + NaN + > y = {{alias}}( NaN ) + NaN + + See Also + -------- + diff --git a/lib/node_modules/@stdlib/math/base/special/besselk0/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/besselk0/docs/types/index.d.ts new file mode 100644 index 000000000000..0a8aa45abee2 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/besselk0/docs/types/index.d.ts @@ -0,0 +1,61 @@ +/* +* @license Apache-2.0 +* +* Copyright (c) 2026 The Stdlib Authors. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +// TypeScript Version: 4.1 + +/** +* Computes the modified Bessel function of the second kind of order zero. +* +* ## Notes +* +* - Accuracy for subnormal `x` is very poor. Full accuracy is achieved at approximately +* `1.0e-308` but degrades rapidly as `x → 0`. +* +* @param x - input value +* @returns evaluated Bessel function +* +* @example +* var v = k0( 0.0 ); +* // returns Infinity +* +* @example +* var v = k0( 1.0 ); +* // returns ~0.421 +* +* @example +* var v = k0( 5.0 ); +* // returns ~0.00369 +* +* @example +* var v = k0( -1.0 ); +* // returns NaN +* +* @example +* var v = k0( Infinity ); +* // returns 0.0 +* +* @example +* var v = k0( NaN ); +* // returns NaN +*/ +declare function k0( x: number ): number; + + +// EXPORTS // + +export = k0; diff --git a/lib/node_modules/@stdlib/math/base/special/besselk0/docs/types/test.ts b/lib/node_modules/@stdlib/math/base/special/besselk0/docs/types/test.ts new file mode 100644 index 000000000000..275b811db805 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/besselk0/docs/types/test.ts @@ -0,0 +1,45 @@ +/* +* @license Apache-2.0 +* +* Copyright (c) 2026 The Stdlib Authors. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +import k0 = require( './index' ); + + +// TESTS // + +// The function returns a number... +{ + k0( 8 ); // $ExpectType number +} + +// The compiler throws an error if the function is provided a value other than a number... +{ + k0( true ); // $ExpectError + k0( false ); // $ExpectError + k0( null ); // $ExpectError + k0( undefined ); // $ExpectError + k0( '5' ); // $ExpectError + k0( [] ); // $ExpectError + k0( {} ); // $ExpectError + k0( ( x: number ): number => x ); // $ExpectError +} + +// The compiler throws an error if the function is provided insufficient arguments... +{ + k0(); // $ExpectError +} + diff --git a/lib/node_modules/@stdlib/math/base/special/besselk0/examples/c/Makefile b/lib/node_modules/@stdlib/math/base/special/besselk0/examples/c/Makefile new file mode 100644 index 000000000000..c8f8e9a1517b --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/besselk0/examples/c/Makefile @@ -0,0 +1,146 @@ +#/ +# @license Apache-2.0 +# +# Copyright (c) 2026 The Stdlib Authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +#/ + +# VARIABLES # + +ifndef VERBOSE + QUIET := @ +else + QUIET := +endif + +# Determine the OS ([1][1], [2][2]). +# +# [1]: https://en.wikipedia.org/wiki/Uname#Examples +# [2]: http://stackoverflow.com/a/27776822/2225624 +OS ?= $(shell uname) +ifneq (, $(findstring MINGW,$(OS))) + OS := WINNT +else +ifneq (, $(findstring MSYS,$(OS))) + OS := WINNT +else +ifneq (, $(findstring CYGWIN,$(OS))) + OS := WINNT +else +ifneq (, $(findstring Windows_NT,$(OS))) + OS := WINNT +endif +endif +endif +endif + +# Define the program used for compiling C source files: +ifdef C_COMPILER + CC := $(C_COMPILER) +else + CC := gcc +endif + +# Define the command-line options when compiling C files: +CFLAGS ?= \ + -std=c99 \ + -O3 \ + -Wall \ + -pedantic + +# Determine whether to generate position independent code ([1][1], [2][2]). +# +# [1]: https://gcc.gnu.org/onlinedocs/gcc/Code-Gen-Options.html#Code-Gen-Options +# [2]: http://stackoverflow.com/questions/5311515/gcc-fpic-option +ifeq ($(OS), WINNT) + fPIC ?= +else + fPIC ?= -fPIC +endif + +# List of includes (e.g., `-I /foo/bar -I /beep/boop/include`): +INCLUDE ?= + +# List of source files: +SOURCE_FILES ?= + +# List of libraries (e.g., `-lopenblas -lpthread`): +LIBRARIES ?= + +# List of library paths (e.g., `-L /foo/bar -L /beep/boop`): +LIBPATH ?= + +# List of C targets: +c_targets := example.out + + +# RULES # + +#/ +# Compiles source files. +# +# @param {string} [C_COMPILER] - C compiler (e.g., `gcc`) +# @param {string} [CFLAGS] - C compiler options +# @param {(string|void)} [fPIC] - compiler flag determining whether to generate position independent code (e.g., `-fPIC`) +# @param {string} [INCLUDE] - list of includes (e.g., `-I /foo/bar -I /beep/boop/include`) +# @param {string} [SOURCE_FILES] - list of source files +# @param {string} [LIBPATH] - list of library paths (e.g., `-L /foo/bar -L /beep/boop`) +# @param {string} [LIBRARIES] - list of libraries (e.g., `-lopenblas -lpthread`) +# +# @example +# make +# +# @example +# make all +#/ +all: $(c_targets) + +.PHONY: all + +#/ +# Compiles C source files. +# +# @private +# @param {string} CC - C compiler (e.g., `gcc`) +# @param {string} CFLAGS - C compiler options +# @param {(string|void)} fPIC - compiler flag determining whether to generate position independent code (e.g., `-fPIC`) +# @param {string} INCLUDE - list of includes (e.g., `-I /foo/bar`) +# @param {string} SOURCE_FILES - list of source files +# @param {string} LIBPATH - list of library paths (e.g., `-L /foo/bar`) +# @param {string} LIBRARIES - list of libraries (e.g., `-lopenblas`) +#/ +$(c_targets): %.out: %.c + $(QUIET) $(CC) $(CFLAGS) $(fPIC) $(INCLUDE) -o $@ $(SOURCE_FILES) $< $(LIBPATH) -lm $(LIBRARIES) + +#/ +# Runs compiled examples. +# +# @example +# make run +#/ +run: $(c_targets) + $(QUIET) ./$< + +.PHONY: run + +#/ +# Removes generated files. +# +# @example +# make clean +#/ +clean: + $(QUIET) -rm -f *.o *.out + +.PHONY: clean diff --git a/lib/node_modules/@stdlib/math/base/special/besselk0/examples/c/example.c b/lib/node_modules/@stdlib/math/base/special/besselk0/examples/c/example.c new file mode 100644 index 000000000000..1f5983c700f4 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/besselk0/examples/c/example.c @@ -0,0 +1,31 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2026 The Stdlib Authors. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +#include "stdlib/math/base/special/besselk0.h" +#include + +int main( void ) { + const double x[] = { 0.5, 1.0, 2.0, 3.0, 4.0 }; + + double y; + int i; + for ( i = 0; i < 5; i++ ) { + y = stdlib_base_besselk0( x[ i ] ); + printf( "besselk0(%lf) = %lf\n", x[ i ], y ); + } +} diff --git a/lib/node_modules/@stdlib/math/base/special/besselk0/examples/index.js b/lib/node_modules/@stdlib/math/base/special/besselk0/examples/index.js new file mode 100644 index 000000000000..0ab716a380db --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/besselk0/examples/index.js @@ -0,0 +1,32 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2026 The Stdlib Authors. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +'use strict'; + +var uniform = require( '@stdlib/random/array/uniform' ); +var logEachMap = require( '@stdlib/console/log-each-map' ); +var besselk0 = require( './../lib' ); + +var opts = { + 'dtype': 'float64' +}; + +// Generate random values on (0, 100]; avoid zero where K0 diverges: +var x = uniform( 100, 1.0e-6, 100.0, opts ); + +logEachMap( 'besselk0(%lf) = %lf', x, besselk0 ); diff --git a/lib/node_modules/@stdlib/math/base/special/besselk0/include.gypi b/lib/node_modules/@stdlib/math/base/special/besselk0/include.gypi new file mode 100644 index 000000000000..bee8d41a2caf --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/besselk0/include.gypi @@ -0,0 +1,53 @@ +# @license Apache-2.0 +# +# Copyright (c) 2026 The Stdlib Authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# A GYP include file for building a Node.js native add-on. +# +# Main documentation: +# +# [1]: https://gyp.gsrc.io/docs/InputFormatReference.md +# [2]: https://gyp.gsrc.io/docs/UserDocumentation.md +{ + # Define variables to be used throughout the configuration for all targets: + 'variables': { + # Source directory: + 'src_dir': './src', + + # Include directories: + 'include_dirs': [ + ' 1 + if ( x < LOG_MAX ) { + return ( r3( 1.0 / x ) + 1.0 ) * + exp( -x ) / sqrt( x ); + } + + // overflow-safe + ex = exp( -x * 0.5 ); + return ( r3( 1.0 / x ) + 1.0 ) * + ex / sqrt( x ) * ex; +} + + +// EXPORTS // + +module.exports = k0; diff --git a/lib/node_modules/@stdlib/math/base/special/besselk0/lib/native.js b/lib/node_modules/@stdlib/math/base/special/besselk0/lib/native.js new file mode 100644 index 000000000000..ac46b15b95c9 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/besselk0/lib/native.js @@ -0,0 +1,62 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2026 The Stdlib Authors. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +'use strict'; + +// MODULES // + +var addon = require( './../src/addon.node' ); + + +// MAIN // + +/** +* Computes the modified Bessel function of the second kind of order zero. +* +* @private +* @param {number} x - input value +* @returns {number} evaluated Bessel function +* +* @example +* var v = k0( 0.0 ); +* // returns Infinity +* +* @example +* var v = k0( 1.0 ); +* // returns ~0.421 +* +* @example +* var v = k0( -1.0 ); +* // returns NaN +* +* @example +* var v = k0( Infinity ); +* // returns 0.0 +* +* @example +* var v = k0( NaN ); +* // returns NaN +*/ +function k0( x ) { + return addon( x ); +} + + +// EXPORTS // + +module.exports = k0; diff --git a/lib/node_modules/@stdlib/math/base/special/besselk0/lib/poly_p2.js b/lib/node_modules/@stdlib/math/base/special/besselk0/lib/poly_p2.js new file mode 100644 index 000000000000..8899cfc828e3 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/besselk0/lib/poly_p2.js @@ -0,0 +1,47 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2026 The Stdlib Authors. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +/* This is a generated file. Do not edit directly. */ +'use strict'; + +// MAIN // + +/** +* Evaluates a polynomial. +* +* ## Notes +* +* - The implementation uses [Horner's rule][horners-method] for efficient computation. +* +* [horners-method]: https://en.wikipedia.org/wiki/Horner%27s_method +* +* @private +* @param {number} x - value at which to evaluate the polynomial +* @returns {number} evaluated polynomial +*/ +function evalpoly( x ) { + if ( x === 0.0 ) { + return 0.11593151565841245; + } + return 0.11593151565841245 + (x * (0.27898287891460316 + (x * (0.02524892993216122 + (x * (0.0008460350907213638 + (x * (0.000014914719243096176 + (x * (1.6271068924220885e-7 + (x * (1.2082661023927562e-9 + (x * 6.611686391749704e-12))))))))))))); // eslint-disable-line max-len +} + + +// EXPORTS // + +module.exports = evalpoly; diff --git a/lib/node_modules/@stdlib/math/base/special/besselk0/lib/rational_p1q1.js b/lib/node_modules/@stdlib/math/base/special/besselk0/lib/rational_p1q1.js new file mode 100644 index 000000000000..055663c9374f --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/besselk0/lib/rational_p1q1.js @@ -0,0 +1,64 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2026 The Stdlib Authors. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +/* This is a generated file. Do not edit directly. */ +'use strict'; + +// MAIN // + +/** +* Evaluates a rational function (i.e., the ratio of two polynomials described by the coefficients stored in \\(P\\) and \\(Q\\)). +* +* ## Notes +* +* - Coefficients should be sorted in ascending degree. +* - The implementation uses [Horner's rule][horners-method] for efficient computation. +* +* [horners-method]: https://en.wikipedia.org/wiki/Horner%27s_method +* +* @private +* @param {number} x - value at which to evaluate the rational function +* @returns {number} evaluated rational function +*/ +function evalrational( x ) { + var ax; + var s1; + var s2; + if ( x === 0.0 ) { + return -0.13725090026855463; + } + if ( x < 0.0 ) { + ax = -x; + } else { + ax = x; + } + if ( ax <= 1.0 ) { + s1 = -0.13725090026855463 + (x * (0.2574916117833313 + (x * (0.013954746021468694 + (x * (0.0005445476986653927 + (x * 0.000007125159422136622))))))); // eslint-disable-line max-len + s2 = 1.0 + (x * (-0.054583334380177886 + (x * (0.0012910528169752513 + (x * (-0.000013676539469785865 + (x * 0.0))))))); // eslint-disable-line max-len + } else { + x = 1.0 / x; + s1 = 0.000007125159422136622 + (x * (0.0005445476986653927 + (x * (0.013954746021468694 + (x * (0.2574916117833313 + (x * -0.13725090026855463))))))); // eslint-disable-line max-len + s2 = 0.0 + (x * (-0.000013676539469785865 + (x * (0.0012910528169752513 + (x * (-0.054583334380177886 + (x * 1.0))))))); // eslint-disable-line max-len + } + return s1 / s2; +} + + +// EXPORTS // + +module.exports = evalrational; diff --git a/lib/node_modules/@stdlib/math/base/special/besselk0/lib/rational_p3q3.js b/lib/node_modules/@stdlib/math/base/special/besselk0/lib/rational_p3q3.js new file mode 100644 index 000000000000..b828c4409beb --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/besselk0/lib/rational_p3q3.js @@ -0,0 +1,64 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2026 The Stdlib Authors. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +/* This is a generated file. Do not edit directly. */ +'use strict'; + +// MAIN // + +/** +* Evaluates a rational function (i.e., the ratio of two polynomials described by the coefficients stored in \\(P\\) and \\(Q\\)). +* +* ## Notes +* +* - Coefficients should be sorted in ascending degree. +* - The implementation uses [Horner's rule][horners-method] for efficient computation. +* +* [horners-method]: https://en.wikipedia.org/wiki/Horner%27s_method +* +* @private +* @param {number} x - value at which to evaluate the rational function +* @returns {number} evaluated rational function +*/ +function evalrational( x ) { + var ax; + var s1; + var s2; + if ( x === 0.0 ) { + return 0.25331413731550023; + } + if ( x < 0.0 ) { + ax = -x; + } else { + ax = x; + } + if ( ax <= 1.0 ) { + s1 = 0.25331413731550023 + (x * (3.6283421339845954 + (x * (18.68441889406606 + (x * (43.062439810634125 + (x * (44.24116209627428 + (x * (15.620953393562205 + (x * (-1.8101389782294108 + (x * (-1.4142379942699959 + (x * -0.09369168119754924))))))))))))))); // eslint-disable-line max-len + s2 = 1.0 + (x * (14.941946948799083 + (x * (82.65296455388554 + (x * (216.2779506621867 + (x * (284.51451551842223 + (x * (185.1714491916335 + (x * (54.865407174397234 + (x * (6.118075837628957 + (x * 0.1586261269326235))))))))))))))); // eslint-disable-line max-len + } else { + x = 1.0 / x; + s1 = -0.09369168119754924 + (x * (-1.4142379942699959 + (x * (-1.8101389782294108 + (x * (15.620953393562205 + (x * (44.24116209627428 + (x * (43.062439810634125 + (x * (18.68441889406606 + (x * (3.6283421339845954 + (x * 0.25331413731550023))))))))))))))); // eslint-disable-line max-len + s2 = 0.1586261269326235 + (x * (6.118075837628957 + (x * (54.865407174397234 + (x * (185.1714491916335 + (x * (284.51451551842223 + (x * (216.2779506621867 + (x * (82.65296455388554 + (x * (14.941946948799083 + (x * 1.0))))))))))))))); // eslint-disable-line max-len + } + return s1 / s2; +} + + +// EXPORTS // + +module.exports = evalrational; diff --git a/lib/node_modules/@stdlib/math/base/special/besselk0/manifest.json b/lib/node_modules/@stdlib/math/base/special/besselk0/manifest.json new file mode 100644 index 000000000000..473e27626ea7 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/besselk0/manifest.json @@ -0,0 +1,84 @@ +{ + "options": { + "task": "build" + }, + "fields": [ + { + "field": "src", + "resolve": true, + "relative": true + }, + { + "field": "include", + "resolve": true, + "relative": true + }, + { + "field": "libraries", + "resolve": false, + "relative": false + }, + { + "field": "libpath", + "resolve": true, + "relative": false + } + ], + "confs": [ + { + "task": "build", + "src": [ + "./src/main.c" + ], + "include": [ + "./include" + ], + "libraries": [], + "libpath": [], + "dependencies": [ + "@stdlib/math/base/napi/unary", + "@stdlib/math/base/special/sqrt", + "@stdlib/math/base/special/exp", + "@stdlib/math/base/special/ln", + "@stdlib/constants/float64/pinf", + "@stdlib/constants/float64/ninf" + ] + }, + { + "task": "benchmark", + "src": [ + "./src/main.c" + ], + "include": [ + "./include" + ], + "libraries": [], + "libpath": [], + "dependencies": [ + "@stdlib/math/base/special/sqrt", + "@stdlib/math/base/special/exp", + "@stdlib/math/base/special/ln", + "@stdlib/constants/float64/pinf", + "@stdlib/constants/float64/ninf" + ] + }, + { + "task": "examples", + "src": [ + "./src/main.c" + ], + "include": [ + "./include" + ], + "libraries": [], + "libpath": [], + "dependencies": [ + "@stdlib/math/base/special/sqrt", + "@stdlib/math/base/special/exp", + "@stdlib/math/base/special/ln", + "@stdlib/constants/float64/pinf", + "@stdlib/constants/float64/ninf" + ] + } + ] +} diff --git a/lib/node_modules/@stdlib/math/base/special/besselk0/package.json b/lib/node_modules/@stdlib/math/base/special/besselk0/package.json new file mode 100644 index 000000000000..fc6f6de58a9a --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/besselk0/package.json @@ -0,0 +1,137 @@ +{ + "name": "@stdlib/math/base/special/besselk0", + "version": "0.0.0", + "description": "Compute the modified Bessel function of the second kind of order zero.", + "license": "Apache-2.0 AND BSL-1.0", + "author": { + "name": "The Stdlib Authors", + "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" + }, + "contributors": [ + { + "name": "The Stdlib Authors", + "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" + } + ], + "main": "./lib", + "gypfile": true, + "directories": { + "benchmark": "./benchmark", + "doc": "./docs", + "example": "./examples", + "include": "./include", + "lib": "./lib", + "scripts": "./scripts", + "src": "./src", + "test": "./test" + }, + "types": "./docs/types", + "scripts": {}, + "homepage": "https://github.com/stdlib-js/stdlib", + "repository": { + "type": "git", + "url": "git://github.com/stdlib-js/stdlib.git" + }, + "bugs": { + "url": "https://github.com/stdlib-js/stdlib/issues" + }, + "dependencies": {}, + "devDependencies": {}, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "keywords": [ + "stdlib", + "stdmath", + "mathematics", + "math", + "special", + "bessel", + "k0", + "number" + ], + "__stdlib__": { + "scaffold": { + "$schema": "math/base@v1.0", + "base_alias": "besselk0", + "alias": "besselk0", + "pkg_desc": "compute the modified Bessel function of the second kind of order zero for a double-precision floating-point number", + "desc": "computes the modified Bessel function of the second kind of order zero for a double-precision floating-point number", + "short_desc": "modified Bessel function of the second kind of order zero", + "parameters": [ + { + "name": "x", + "desc": "input value", + "type": { + "javascript": "number", + "jsdoc": "number", + "c": "double", + "dtype": "float64" + }, + "domain": [ + { + "min": 0, + "max": "infinity" + } + ], + "rand": { + "prng": "random/base/uniform", + "parameters": [ + 0.01, + 100 + ] + }, + "example_values": [ + 73.4, + 0.11, + 5.07, + 120.8, + 0.63, + 44.2, + 2.9, + 89.5, + 0.02, + 15.3, + 33.7, + 0.95, + 7.8, + 58.1, + 101.3, + 0.27, + 24.6, + 12.9, + 66.4, + 150.2 + ] + } + ], + "output_policy": "real_floating_point_and_generic", + "returns": { + "desc": "evaluated Bessel function", + "type": { + "javascript": "number", + "jsdoc": "number", + "c": "double", + "dtype": "float64" + } + }, + "keywords": [ + "bessel", + "k0" + ], + "extra_keywords": [] + } + } +} diff --git a/lib/node_modules/@stdlib/math/base/special/besselk0/scripts/evalrational.js b/lib/node_modules/@stdlib/math/base/special/besselk0/scripts/evalrational.js new file mode 100644 index 000000000000..3bd564d77240 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/besselk0/scripts/evalrational.js @@ -0,0 +1,176 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2026 The Stdlib Authors. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +/* +* This script compiles modules for evaluating polynomial and rational functions +* used by the modified Bessel function of the second kind of order zero (K0). +* +* If any coefficients change, this script should be rerun. +*/ +'use strict'; + +// MODULES // + +var resolve = require( 'path' ).resolve; +var readFileSync = require( '@stdlib/fs/read-file' ).sync; +var writeFileSync = require( '@stdlib/fs/write-file' ).sync; +var currentYear = require( '@stdlib/time/current-year' ); +var licenseHeader = require( '@stdlib/_tools/licenses/header' ); +var compile = require( '@stdlib/math/base/tools/evalrational-compile' ); +var compilePoly = require( '@stdlib/math/base/tools/evalpoly-compile' ); +var compileC = require( '@stdlib/math/base/tools/evalrational-compile-c' ); +var compilePolyC = require( '@stdlib/math/base/tools/evalpoly-compile-c' ); +var substringBefore = require( '@stdlib/string/substring-before' ); +var substringAfter = require( '@stdlib/string/substring-after' ); +var format = require( '@stdlib/string/format' ); + + +// VARIABLES // + +// Small-x rational (Boost: P/Q): +var P1 = [ + -1.3725090026855463e-01, + 2.5749161178333129e-01, + 1.3954746021468693e-02, + 5.4454769866539268e-04, + 7.1251594221366221e-06 +]; + +var Q1 = [ + 1.000000000000000000e+00, + -5.4583334380177885e-02, + 1.2910528169752513e-03, + -1.3676539469785866e-05, + 0.0000000000000000e+00 +]; + +// Small-x polynomial (Boost: P2): +var P2 = [ + 1.1593151565841245e-01, + 2.7898287891460317e-01, + 2.5248929932161219e-02, + 8.4603509072136378e-04, + 1.4914719243096175e-05, + 1.6271068924220885e-07, + 1.2082661023927561e-09, + 6.6116863917497043e-12 +]; + +// Large-x rational (Boost: P/Q): +var P3 = [ + 2.5331413731550024e-01, + 3.6283421339845952e+00, + 1.8684418894066061e+01, + 4.3062439810634128e+01, + 4.4241162096274282e+01, + 1.5620953393562205e+01, + -1.8101389782294109e+00, + -1.4142379942699959e+00, + -9.3691681197549246e-02 +]; + +var Q3 = [ + 1.0, + 1.4941946948799083e+01, + 8.2652964553885542e+01, + 2.1627795066218670e+02, + 2.8451451551842222e+02, + 1.8517144919163350e+02, + 5.4865407174397235e+01, + 6.1180758376289570e+00, + 1.5862612693262351e-01 +]; + +// Header to add to output files: +var header = licenseHeader( 'Apache-2.0', 'js', { + 'year': currentYear(), + 'copyright': 'The Stdlib Authors' +}); +header += '\n/* This is a generated file. Do not edit directly. */\n'; + + +// FUNCTIONS // + +/** +* Inserts a string between two markers in a text. +* +* @private +* @param {string} text - input text +* @param {string} id - marker id +* @param {string} str - string to insert +* @returns {string} modified text +*/ +function insert( text, id, str ) { + var before; + var after; + + before = substringBefore( text, '// BEGIN: '+id ); + after = substringAfter( text, '// END: '+id ); + + return format( '%s// BEGIN: %s\n\n%s\n// END: %s%s', before, id, str, id, after ); +} + + +// MAIN // + +/** +* Main execution sequence. +* +* @private +*/ +function main() { + var fpath; + var copts; + var opts; + var file; + + opts = { + 'encoding': 'utf8' + }; + + // JS evaluators: + fpath = resolve( __dirname, '..', 'lib', 'rational_p1q1.js' ); + writeFileSync( fpath, header + compile( P1, Q1 ), opts ); + + fpath = resolve( __dirname, '..', 'lib', 'poly_p2.js' ); + writeFileSync( fpath, header + compilePoly( P2 ), opts ); + + fpath = resolve( __dirname, '..', 'lib', 'rational_p3q3.js' ); + writeFileSync( fpath, header + compile( P3, Q3 ), opts ); + + // C evaluators: + copts = { + 'dtype': 'double', + 'name': '' + }; + fpath = resolve( __dirname, '..', 'src', 'main.c' ); + file = readFileSync( fpath, opts ); + + copts.name = 'rational_p1q1'; + file = insert( file, copts.name, compileC( P1, Q1, copts ) ); + + copts.name = 'poly_p2'; + file = insert( file, copts.name, compilePolyC( P2, copts ) ); + + copts.name = 'rational_p3q3'; + file = insert( file, copts.name, compileC( P3, Q3, copts ) ); + + writeFileSync( fpath, file, opts ); +} + +main(); diff --git a/lib/node_modules/@stdlib/math/base/special/besselk0/src/Makefile b/lib/node_modules/@stdlib/math/base/special/besselk0/src/Makefile new file mode 100644 index 000000000000..2caf905cedbe --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/besselk0/src/Makefile @@ -0,0 +1,70 @@ +#/ +# @license Apache-2.0 +# +# Copyright (c) 2026 The Stdlib Authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +#/ + +# VARIABLES # + +ifndef VERBOSE + QUIET := @ +else + QUIET := +endif + +# Determine the OS ([1][1], [2][2]). +# +# [1]: https://en.wikipedia.org/wiki/Uname#Examples +# [2]: http://stackoverflow.com/a/27776822/2225624 +OS ?= $(shell uname) +ifneq (, $(findstring MINGW,$(OS))) + OS := WINNT +else +ifneq (, $(findstring MSYS,$(OS))) + OS := WINNT +else +ifneq (, $(findstring CYGWIN,$(OS))) + OS := WINNT +else +ifneq (, $(findstring Windows_NT,$(OS))) + OS := WINNT +endif +endif +endif +endif + + +# RULES # + +#/ +# Removes generated files for building an add-on. +# +# @example +# make clean-addon +#/ +clean-addon: + $(QUIET) -rm -f *.o *.node + +.PHONY: clean-addon + +#/ +# Removes generated files. +# +# @example +# make clean +#/ +clean: clean-addon + +.PHONY: clean diff --git a/lib/node_modules/@stdlib/math/base/special/besselk0/src/addon.c b/lib/node_modules/@stdlib/math/base/special/besselk0/src/addon.c new file mode 100644 index 000000000000..66a90172def8 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/besselk0/src/addon.c @@ -0,0 +1,22 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2026 The Stdlib Authors. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +#include "stdlib/math/base/special/besselk0.h" +#include "stdlib/math/base/napi/unary.h" + +STDLIB_MATH_BASE_NAPI_MODULE_D_D( stdlib_base_besselk0 ) diff --git a/lib/node_modules/@stdlib/math/base/special/besselk0/src/main.c b/lib/node_modules/@stdlib/math/base/special/besselk0/src/main.c new file mode 100644 index 000000000000..4588f6b8fd28 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/besselk0/src/main.c @@ -0,0 +1,188 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2026 The Stdlib Authors. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +* +* ## Notice +* +* The original C++ code and copyright notice are from the +* [Boost library]{@link https://www.boost.org/doc/libs/1_85_0/boost/math/special_functions/detail/bessel_k0.hpp}. +* The implementation has been modified for use in stdlib. +* +* ```text +* Copyright Xiaogang Zhang, 2006. +* +* Use, modification and distribution are subject to the +* Boost Software License, Version 1.0. (See accompanying file +* LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt) +* ``` +*/ + +#include "stdlib/math/base/special/besselk0.h" +#include "stdlib/math/base/special/ln.h" +#include "stdlib/math/base/special/exp.h" +#include "stdlib/math/base/special/sqrt.h" +#include "stdlib/constants/float64/pinf.h" + +/* Begin auto-generated functions. The following functions are auto-generated. Do not edit directly. */ + +// BEGIN: rational_p1q1 + +/** +* Evaluates a rational function (i.e., the ratio of two polynomials described by the coefficients stored in \\(P\\) and \\(Q\\)). +* +* ## Notes +* +* - Coefficients should be sorted in ascending degree. +* - The implementation uses [Horner's rule][horners-method] for efficient computation. +* +* [horners-method]: https://en.wikipedia.org/wiki/Horner%27s_method +* +* @param x value at which to evaluate the rational function +* @return evaluated rational function +*/ +static double rational_p1q1( const double x ) { + double ax; + double ix; + double s1; + double s2; + if ( x == 0.0 ) { + return -0.13725090026855463; + } + if ( x < 0.0 ) { + ax = -x; + } else { + ax = x; + } + if ( ax <= 1.0 ) { + s1 = -0.13725090026855463 + (x * (0.2574916117833313 + (x * (0.013954746021468694 + (x * (0.0005445476986653927 + (x * 0.000007125159422136622))))))); + s2 = 1.0 + (x * (-0.054583334380177886 + (x * (0.0012910528169752513 + (x * (-0.000013676539469785865 + (x * 0.0))))))); + } else { + ix = 1.0 / x; + s1 = 0.000007125159422136622 + (ix * (0.0005445476986653927 + (ix * (0.013954746021468694 + (ix * (0.2574916117833313 + (ix * -0.13725090026855463))))))); + s2 = 0.0 + (ix * (-0.000013676539469785865 + (ix * (0.0012910528169752513 + (ix * (-0.054583334380177886 + (ix * 1.0))))))); + } + return s1 / s2; +} + +// END: rational_p1q1// BEGIN: poly_p2 + +/** +* Evaluates a polynomial. +* +* ## Notes +* +* - The implementation uses [Horner's rule][horners-method] for efficient computation. +* +* [horners-method]: https://en.wikipedia.org/wiki/Horner%27s_method +* +* @param x value at which to evaluate the polynomial +* @return evaluated polynomial +*/ +static double poly_p2( const double x ) { + return 0.11593151565841245 + (x * (0.27898287891460316 + (x * (0.02524892993216122 + (x * (0.0008460350907213638 + (x * (0.000014914719243096176 + (x * (1.6271068924220885e-7 + (x * (1.2082661023927562e-9 + (x * 6.611686391749704e-12))))))))))))); +} + +// END: poly_p2// BEGIN: rational_p3q3 + +/** +* Evaluates a rational function (i.e., the ratio of two polynomials described by the coefficients stored in \\(P\\) and \\(Q\\)). +* +* ## Notes +* +* - Coefficients should be sorted in ascending degree. +* - The implementation uses [Horner's rule][horners-method] for efficient computation. +* +* [horners-method]: https://en.wikipedia.org/wiki/Horner%27s_method +* +* @param x value at which to evaluate the rational function +* @return evaluated rational function +*/ +static double rational_p3q3( const double x ) { + double ax; + double ix; + double s1; + double s2; + if ( x == 0.0 ) { + return 0.25331413731550023; + } + if ( x < 0.0 ) { + ax = -x; + } else { + ax = x; + } + if ( ax <= 1.0 ) { + s1 = 0.25331413731550023 + (x * (3.6283421339845954 + (x * (18.68441889406606 + (x * (43.062439810634125 + (x * (44.24116209627428 + (x * (15.620953393562205 + (x * (-1.8101389782294108 + (x * (-1.4142379942699959 + (x * -0.09369168119754924))))))))))))))); + s2 = 1.0 + (x * (14.941946948799083 + (x * (82.65296455388554 + (x * (216.2779506621867 + (x * (284.51451551842223 + (x * (185.1714491916335 + (x * (54.865407174397234 + (x * (6.118075837628957 + (x * 0.1586261269326235))))))))))))))); + } else { + ix = 1.0 / x; + s1 = -0.09369168119754924 + (ix * (-1.4142379942699959 + (ix * (-1.8101389782294108 + (ix * (15.620953393562205 + (ix * (44.24116209627428 + (ix * (43.062439810634125 + (ix * (18.68441889406606 + (ix * (3.6283421339845954 + (ix * 0.25331413731550023))))))))))))))); + s2 = 0.1586261269326235 + (ix * (6.118075837628957 + (ix * (54.865407174397234 + (ix * (185.1714491916335 + (ix * (284.51451551842223 + (ix * (216.2779506621867 + (ix * (82.65296455388554 + (ix * (14.941946948799083 + (ix * 1.0))))))))))))))); + } + return s1 / s2; +} + +// END: rational_p3q3 + +/* End auto-generated functions. */ + +/** +* Computes the modified Bessel function of the second kind of order zero. +* +* ## Notes +* +* - The function has a logarithmic singularity at `x = 0`. +* - Accuracy for subnormal `x` is poor due to underflow. +* +* @param x input value +* @return evaluated modified Bessel function +* +* @example +* double y = stdlib_base_besselk0( 1.0 ); +* // returns ~0.421024 +*/ +double stdlib_base_besselk0( const double x ) { + double a; + double ex; + + if ( x < 0.0 ) { + return 0.0 / 0.0; // NaN + } + if ( x == 0.0 ) { + return STDLIB_CONSTANT_FLOAT64_PINF; + } + if ( x == STDLIB_CONSTANT_FLOAT64_PINF ) { + return 0.0; + } + + /* Small-x: x <= 1 */ + if ( x <= 1.0 ) { + a = ( x * x ) * 0.25; + a = ( rational_p1q1( a ) + 1.1372509002685547 ) * a + 1.0; + return poly_p2( x * x ) - stdlib_base_ln( x ) * a; + } + + /* Large-x */ + if ( x < 709.782712893384 ) { + return ( rational_p3q3( 1.0 / x ) + 1.0 ) * + stdlib_base_exp( -x ) / stdlib_base_sqrt( x ); + } + + /* Overflow-safe exponential split */ + ex = stdlib_base_exp( -0.5 * x ); + return ( rational_p3q3( 1.0 / x ) + 1.0 ) * + ex / stdlib_base_sqrt( x ) * ex; +} diff --git a/lib/node_modules/@stdlib/math/base/special/besselk0/test/fixtures/julia/REQUIRE b/lib/node_modules/@stdlib/math/base/special/besselk0/test/fixtures/julia/REQUIRE new file mode 100644 index 000000000000..06bfe7391215 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/besselk0/test/fixtures/julia/REQUIRE @@ -0,0 +1,3 @@ +julia 1.5 +JSON 0.21 +SpecialFunctions 0.10.3 diff --git a/lib/node_modules/@stdlib/math/base/special/besselk0/test/fixtures/julia/large_positive.json b/lib/node_modules/@stdlib/math/base/special/besselk0/test/fixtures/julia/large_positive.json new file mode 100644 index 000000000000..86457a075ea6 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/besselk0/test/fixtures/julia/large_positive.json @@ -0,0 +1 @@ +{"expected":[5.741237815336525e-10,5.706061908815892e-10,5.67110176995258e-10,5.636356073566264e-10,5.601823502626666e-10,5.567502748203489e-10,5.533392509416437e-10,5.499491493385672e-10,5.465798415182459e-10,5.432311997780311e-10,5.399030972006239e-10,5.365954076492419e-10,5.333080057628042e-10,5.300407669511658e-10,5.267935673903599e-10,5.235662840178864e-10,5.203587945280111e-10,5.17170977367118e-10,5.140027117290702e-10,5.10853877550606e-10,5.077243555067686e-10,5.046140270063494e-10,5.01522774187382e-10,4.984504799126428e-10,4.953970277651921e-10,4.923623020439307e-10,4.893461877592029e-10,4.863485706284075e-10,4.833693370716479e-10,4.804083742073971e-10,4.774655698482089e-10,4.74540812496435e-10,4.716339913399831e-10,4.687449962480858e-10,4.658737177671181e-10,4.6302004711641926e-10,4.6018387618415165e-10,4.573650975231834e-10,4.545636043469891e-10,4.517792905255922e-10,4.4901205058151605e-10,4.462617796857696e-10,4.4352837365384675e-10,4.408117289417698e-10,4.3811174264213786e-10,4.3542831248021135e-10,4.3276133681001e-10,4.3011071461045093e-10,4.2747634548149605e-10,4.2485812964033e-10,4.2225596791755496e-10,4.1966976175342326e-10,4.170994131940773e-10,4.145448248878213e-10,4.1200590008141597e-10,4.094825426163871e-10,4.0697465692537423e-10,4.044821480284848e-10,4.020049215296807e-10,3.995428836131782e-10,3.9709594103988485e-10,3.946640011438429e-10,3.922469718287044e-10,3.8984476156421925e-10,3.874572793827586e-10,3.8508443487584576e-10,3.827261381907171e-10,3.8038230002689577e-10,3.780528316328008e-10,3.7573764480236147e-10,3.7343665187166237e-10,3.7114976571560697e-10,3.6887689974459487e-10,3.6661796790123514e-10,3.6437288465706424e-10,3.6214156500929254e-10,3.5992392447756456e-10,3.5771987910075103e-10,3.5552934543374693e-10,3.5335224054429914e-10,3.5118848200984396e-10,3.4903798791437824e-10,3.469006768453362e-10,3.4477646789049393e-10,3.4266528063488374e-10,3.405670351577435e-10,3.384816520294675e-10,3.364090523085868e-10,3.3434915753876557e-10,3.323018897458103e-10,3.302671714347104e-10,3.2824492558668407e-10,3.2623507565624993e-10,3.242375455683095e-10,3.222522597152598e-10,3.202791429541115e-10,3.1831812060363194e-10,3.1636911844149957e-10,3.1443206270148574e-10,3.125068800706442e-10,3.1059349768652445e-10,3.0869184313439385e-10,3.068018444444901e-10,3.0492343008927863e-10,3.030565289807326e-10,3.0120107046762884e-10,2.9935698433285645e-10,2.97524200790752e-10,2.9570265048444033e-10,2.9389226448319783e-10,2.92092974279827e-10,2.9030471178805637e-10,2.8852740933994583e-10,2.8676099968331593e-10,2.850054159791844e-10,2.832605917992314e-10,2.815264611232671e-10,2.79802958336724e-10,2.780900182281566e-10,2.7638757598676776e-10,2.746955671999387e-10,2.730139278507815e-10,2.713425943157045e-10,2.6968150336198886e-10,2.6803059214539047e-10,2.663897982077446e-10,2.647590594745943e-10,2.631383142528247e-10,2.615275012283231e-10,2.599265594636442e-10,2.583354283956936e-10,2.5675404783342234e-10,2.5518235795554284e-10,2.5362029930825097e-10,2.5206781280296727e-10,2.505248397140861e-10,2.4899132167674946e-10,2.474672006846224e-10,2.4595241908769034e-10,2.444469195900669e-10,2.4295064524781277e-10,2.4146353946677525e-10,2.3998554600043387e-10,2.3851660894776367e-10,2.3705667275110636e-10,2.356056821940638e-10,2.341635823993949e-10,2.327303188269317e-10,2.3130583727150272e-10,2.2989008386087734e-10,2.284830050537147e-10,2.2708454763752976e-10,2.2569465872666854e-10,2.2431328576030125e-10,2.2294037650042265e-10,2.2157587902986634e-10,2.2021974175033296e-10,2.1887191338042517e-10,2.1753234295370403e-10,2.1620097981674887e-10,2.1487777362723295e-10,2.1356267435200791e-10,2.1225563226520642e-10,2.1095659794634987e-10,2.0966552227847126e-10,2.083823564462459e-10,2.0710705193414091e-10,2.058395605245685e-10,2.0457983429605443e-10,2.0332782562141792e-10,2.0208348716595869e-10,2.00846771885663e-10,1.9961763302541298e-10,1.9839602411721176e-10,1.9718189897841475e-10,1.9597521170997942e-10,1.9477591669471833e-10,1.9358396859556762e-10,1.9239932235386154e-10,1.9122193318762481e-10,1.9005175658986827e-10,1.8888874832689985e-10,1.8773286443664102e-10,1.865840612269606e-10,1.8544229527401285e-10,1.8430752342058787e-10,1.8317970277447313e-10,1.8205879070682157e-10,1.8094474485053592e-10,1.7983752309865713e-10,1.7873708360276573e-10,1.7764338477139005e-10,1.765563852684303e-10,1.754760440115856e-10,1.7440232017079502e-10,1.7333517316668438e-10,1.7227456266902875e-10,1.7122044859521772e-10,1.7017279110873512e-10,1.6913155061764288e-10,1.680966877730813e-10,1.670681634677727e-10,1.6604593883453588e-10,1.6502997524481146e-10,1.6402023430719238e-10,1.6301667786596932e-10,1.620192679996796e-10,1.6102796701966822e-10,1.6004273746865434e-10,1.5906354211931277e-10,1.5809034397285735e-10,1.5712310625763796e-10,1.5616179242774154e-10,1.5520636616160812e-10,1.542567913606492e-10,1.5331303214787836e-10,1.52375052866547e-10,1.514428180787937e-10,1.5051629256429658e-10,1.4959544131893676e-10,1.4868022955346998e-10,1.477706226922034e-10,1.468665863716867e-10,1.459680864394049e-10,1.4507508895248306e-10,1.4418756017639578e-10,1.433054665836896e-10,1.4242877485270815e-10,1.415574518663285e-10,1.4069146471070161e-10,1.398307806740065e-10,1.389753672452061e-10,1.3812519211281475e-10,1.3728022316366903e-10,1.364404284817125e-10,1.3560577634678208e-10,1.3477623523340452e-10,1.3395177380960067e-10,1.331323609356938e-10,1.3231796566313136e-10,1.3150855723330795e-10,1.3070410507639937e-10,1.2990457881019997e-10,1.2910994823897318e-10,1.2832018335230321e-10,1.2753525432395716e-10,1.2675513151075171e-10,1.2597978545143047e-10,1.2520918686554446e-10,1.2444330665234192e-10,1.2368211588966218e-10,1.2292558583284094e-10,1.2217368791361772e-10,1.214263937390525e-10,1.2068367509044845e-10,1.1994550392228e-10,1.1921185236113096e-10,1.1848269270463545e-10,1.1775799742042744e-10,1.170377391450948e-10,1.1632189068314347e-10,1.1561042500596414e-10,1.1490331525080768e-10,1.1420053471976403e-10,1.1350205687875238e-10,1.1280785535651263e-10,1.1211790394360567e-10,1.114321765914178e-10,1.1075064741117486e-10,1.100732906729585e-10,1.0940008080473077e-10,1.0873099239136432e-10,1.0806600017367674e-10,1.0740507904747522e-10,1.0674820406260201e-10,1.060953504219898e-10,1.054464934807187e-10,1.0480160874508449e-10,1.0416067187166773e-10,1.0352365866641135e-10,1.0289054508370161e-10,1.0226130722545824e-10,1.0163592134022668e-10,1.0101436382227811e-10,1.0039661121071259e-10,9.978264018857175e-11,9.917242758195295e-11,9.856595035913074e-11,9.796318562968407e-11,9.736411064362662e-11,9.67687027905463e-11,9.617693959874655e-11,9.558879873439477e-11,9.50042580006742e-11,9.442329533694427e-11,9.384588881790264e-11,9.32720166527549e-11,9.270165718438653e-11,9.213478888854412e-11,9.157139037301786e-11,9.101144037683103e-11,9.04549177694326e-11,8.990180154989842e-11,8.935207084613316e-11,8.880570491407987e-11,8.826268313693349e-11,8.772298502435811e-11,8.718659021171226e-11,8.665347845927531e-11,8.61236296514811e-11,8.559702379615404e-11,8.50736410237531e-11,8.455346158661756e-11,8.40364658582188e-11,8.352263433241531e-11,8.301194762271507e-11,8.250438646153963e-11,8.199993169949406e-11,8.149856430464038e-11,8.10002653617777e-11,8.050501607172417e-11,8.001279775060487e-11,7.95235918291437e-11,7.903737985195883e-11,7.855414347686467e-11,7.807386447417572e-11,7.759652472601622e-11,7.712210622563247e-11,7.665059107671198e-11,7.618196149270432e-11,7.571619979614736e-11,7.525328841799678e-11,7.479320989696133e-11,7.43359468788405e-11,7.388148211586737e-11,7.342979846605377e-11,7.298087889254266e-11,7.253470646296124e-11,7.209126434877975e-11,7.165053582467411e-11,7.121250426789113e-11,7.077715315762024e-11,7.034446607436657e-11,6.991442669932923e-11,6.948701881378216e-11,6.906222629846111e-11,6.864003313295201e-11,6.822042339508437e-11,6.780338126032727e-11,6.73888910011912e-11,6.697693698663132e-11,6.656750368145582e-11,6.616057564573646e-11,6.5756137534225e-11,6.535417409577104e-11,6.495467017274455e-11,6.455761070046192e-11,6.416298070661441e-11,6.377076531070222e-11,6.338094972347025e-11,6.299351924634812e-11,6.26084592708926e-11,6.22257552782357e-11,6.184539283853382e-11,6.146735761042163e-11,6.109163534046804e-11,6.071821186263772e-11,6.034707309775367e-11,5.997820505296443e-11,5.961159382121329e-11,5.924722558071296e-11,5.888508659442107e-11,5.852516320952054e-11,5.8167441856902266e-11,5.7811909050650824e-11,5.7458551387534813e-11,5.7107355546498626e-11,5.675830828815831e-11,5.64113964542994e-11,5.606660696738005e-11,5.572392683003482e-11,5.53833431245831e-11,5.504484301253909e-11,5.470841373412699e-11,5.437404260779689e-11,5.404171702974522e-11,5.371142447343665e-11,5.3383152489130945e-11,5.305688870341094e-11,5.2732620818714195e-11,5.241033661286763e-11,5.209002393862406e-11,5.1771670723203415e-11,5.145526496783495e-11,5.1140794747303384e-11,5.082824820949671e-11,5.0517613574958635e-11,5.020887913644188e-11,4.9902033258465443e-11,4.959706437687333e-11,4.929396099839796e-11,4.899271170022439e-11,4.8693305129558227e-11,4.839573000319521e-11,4.8099975107095254e-11,4.780602929595722e-11,4.7513881492797196e-11,4.722352068852951e-11,4.693493594154931e-11,4.664811637731942e-11,4.636305118795816e-11,4.6079729631830604e-11,4.579814103314132e-11,4.5518274781531404e-11,4.524012033167625e-11,4.496366720288674e-11,4.4688904978711975e-11,4.4415823306546084e-11,4.414441189723581e-11,4.387466052469137e-11,4.3606559025498905e-11,4.3340097298536824e-11,4.3075265304592996e-11,4.2812053065984845e-11,4.255045066618217e-11,4.229044824943109e-11,4.20320360203822e-11,4.177520424371919e-11,4.1519943243790956e-11,4.126624340424465e-11,4.101409516766297e-11,4.076348903520185e-11,4.05144155662313e-11,4.026686537797775e-11,4.002082914516993e-11,3.977629759968532e-11,3.9533261530200025e-11,3.9291711781839586e-11,3.905163925583344e-11,3.8813034909170296e-11,3.857588975425601e-11,3.834019485857382e-11,3.8105941344345855e-11,3.7873120388198135e-11,3.764172322082616e-11,3.741174112666361e-11,3.7183165443551996e-11,3.695598756241384e-11,3.6730198926926545e-11,3.650579103319894e-11,3.6282755429449055e-11,3.60610837156854e-11,3.584076754338852e-11,3.5621798615195624e-11,3.540416868458615e-11,3.5187869555570735e-11,3.4972893082380597e-11,3.4759231169159657e-11,3.454687576965846e-11,3.4335818886929384e-11,3.412605257302488e-11,3.391756892869649e-11,3.371036010309628e-11,3.35044182934795e-11,3.329973574491019e-11,3.309630474996746e-11,3.289411764845429e-11,3.26931668271073e-11,3.249344471930966e-11,3.229494380480445e-11,3.2097656609410384e-11,3.19015757047393e-11,3.1706693707914936e-11,3.1513003281294236e-11,3.132049713218967e-11,3.112916801259356e-11,3.0939008718903615e-11,3.075001209165132e-11,3.0562171015230685e-11,3.037547841762949e-11,3.0189927270161483e-11,3.000551058720121e-11,2.982222142591959e-11,2.9640052886021574e-11,2.945899810948482e-11,2.927905028030121e-11,2.9100202624218513e-11,2.892244840848462e-11,2.8745780941592963e-11,2.8570193573029243e-11,2.839567969302059e-11,2.8222232732285328e-11,2.8049846161784754e-11,2.7878513492476084e-11,2.770822827506763e-11,2.7538984099774707e-11,2.7370774596077483e-11,2.7203593432479822e-11,2.7037434316270536e-11,2.6872290993285194e-11,2.670815724766985e-11,2.654502690164575e-11,2.6382893815276453e-11,2.622175188623533e-11,2.6061595049575046e-11,2.5902417277498444e-11,2.5744212579130322e-11,2.5586975000291634e-11,2.5430698623274054e-11,2.5275377566616486e-11,2.5121005984882504e-11,2.496757806843995e-11,2.481508804324103e-11,2.466353017060426e-11,2.451289874699732e-11,2.4363188103822003e-11,2.4214392607199643e-11,2.4066506657758442e-11,2.3919524690421523e-11,2.377344117419713e-11,2.3628250611969334e-11,2.3483947540290388e-11,2.3340526529174386e-11,2.319798218189171e-11,2.305630913476569e-11,2.2915502056969572e-11,2.2775555650325275e-11,2.263646464910289e-11,2.24982238198222e-11,2.2360827961054702e-11,2.2224271903227128e-11,2.2088550508425925e-11,2.1953658670203586e-11,2.181959131338542e-11,2.1686343393877966e-11,2.155390989847812e-11,2.1422285844684242e-11,2.129146628050761e-11,2.1161446284285422e-11,2.1032220964494956e-11,2.090378545956846e-11,2.077613493771005e-11,2.0649264596712765e-11,2.0523169663777443e-11,2.039784539533202e-11,2.0273287076852894e-11,2.0149490022686513e-11,2.0026449575872537e-11,1.9904161107967644e-11,1.9782620018871155e-11,1.9661821736651004e-11,1.9541761717371187e-11,1.9422435444919875e-11,1.9303838430839254e-11,1.9185966214155744e-11,1.9068814361211574e-11,1.8952378465497404e-11,1.8836654147485654e-11,1.8721637054465493e-11,1.8607322860378204e-11,1.8493707265653946e-11,1.8380785997049098e-11,1.826855480748529e-11,1.8157009475888785e-11,1.80461458070312e-11,1.7935959631370765e-11,1.7826446804895376e-11,1.7717603208965737e-11,1.760942475016007e-11,1.750190736011921e-11,1.7395046995393418e-11,1.728883963728945e-11,1.7183281291718846e-11,1.707836798904721e-11,1.697409578394408e-11,1.6870460755234355e-11,1.6767459005749924e-11,1.666508666218274e-11,1.656333987493829e-11,1.6462214817990625e-11,1.636170768873768e-11,1.626181470785782e-11,1.6162532119166932e-11,1.6063856189476964e-11,1.5965783208454768e-11,1.5868309488482123e-11,1.5771431364516333e-11,1.567514519395215e-11,1.557944735648412e-11,1.54843342539699e-11,1.5389802310294538e-11,1.5295847971235233e-11,1.5202467704327508e-11,1.5109657998731657e-11,1.5017415365100324e-11,1.4925736335446578e-11,1.4834617463013322e-11,1.4744055322143005e-11,1.4654046508148416e-11,1.4564587637183967e-11,1.4475675346118267e-11,1.4387306292407017e-11,1.4299477153966937e-11,1.4212184629050169e-11,1.4125425436119988e-11,1.4039196313726744e-11,1.3953494020384818e-11,1.386831533445034e-11,1.3783657053999416e-11,1.3699515996707565e-11,1.3615888999729467e-11,1.3532772919579663e-11,1.3450164632013732e-11,1.3368061031910712e-11,1.3286459033155722e-11,1.320535556852357e-11,1.3124747589562864e-11,1.3044632066481239e-11,1.2965005988030833e-11,1.288586636139477e-11,1.2807210212074057e-11,1.2729034583775587e-11,1.2651336538300444e-11,1.2574113155433065e-11,1.2497361532831111e-11,1.2421078785915772e-11,1.2345262047763205e-11,1.226990846899618e-11,1.2195015217676684e-11,1.2120579479198869e-11,1.204659845618315e-11,1.197306936837048e-11,1.189998945251755e-11,1.182735596229236e-11,1.1755166168170881e-11,1.1683417357333903e-11,1.1612106833564765e-11,1.1541231917147515e-11,1.1470789944766023e-11,1.1400778269403367e-11,1.1331194260242017e-11,1.1262035302564645e-11,1.1193298797655303e-11,1.1124982162701681e-11,1.1057082830697469e-11,1.0989598250345642e-11,1.0922525885962057e-11,1.0855863217380045e-11,1.0789607739855196e-11,1.0723756963970951e-11,1.0658308415544578e-11,1.0593259635534041e-11,1.0528608179945143e-11,1.0464351619739399e-11,1.0400487540742269e-11,1.0337013543552345e-11,1.0273927243450695e-11,1.0211226270310966e-11,1.0148908268510044e-11,1.0086970896839049e-11,1.0025411828415277e-11,9.96422875059429e-12,9.903419364882781e-12,9.842981386851748e-12,9.782912546050557e-12,9.723210585921189e-12,9.663873263713209e-12,9.604898350399045e-12,9.54628363059016e-12,9.48802690245337e-12,9.430125977627863e-12,9.372578681142577e-12,9.315382851334382e-12,9.258536339766413e-12,9.20203701114713e-12,9.145882743249814e-12,9.090071426832429e-12,9.034600965558279e-12,8.979469275916856e-12,8.924674287145323e-12,8.870213941150337e-12,8.816086192430628e-12,8.762289007999755e-12,8.708820367309529e-12,8.655678262173708e-12,8.602860696692468e-12,8.550365687177046e-12,8.498191262074998e-12,8.446335461895773e-12,8.394796339137008e-12,8.343571958210996e-12,8.292660395371754e-12,8.242059738642526e-12,8.191768087743593e-12,8.14178355402081e-12,8.092104260374306e-12,8.042728341187766e-12,7.993653942258031e-12,7.944879220725315e-12,7.896402345003692e-12,7.848221494712064e-12,7.800334860605465e-12,7.752740644507015e-12,7.705437059240048e-12,7.658422328560795e-12,7.611694687091324e-12,7.565252380253183e-12,7.519093664201137e-12,7.473216805757495e-12,7.427620082346798e-12,7.3823017819308e-12,7.337260202944105e-12,7.292493654229922e-12,7.248000454976399e-12,7.203778934653159e-12,7.159827432948525e-12,7.116144299706814e-12,7.072727894866228e-12,7.029576588396934e-12,6.986688760239797e-12,6.944062800245228e-12,6.901697108112556e-12,6.8595900933296296e-12,6.817740175113025e-12,6.776145782348385e-12,6.734805353531249e-12,6.6937173367082265e-12,6.6528801894184305e-12,6.612292378635499e-12,6.571952380709739e-12,6.531858681310768e-12,6.4920097753703485e-12,6.452404167025838e-12,6.4130403695637255e-12,6.373916905363665e-12,6.335032305842718e-12,6.2963851114001555e-12,6.2579738713623695e-12,6.2197971439282824e-12,6.181853496114922e-12,6.144141503703576e-12,6.106659751186044e-12,6.0694068317113435e-12,6.032381347032722e-12,5.9955819074548894e-12,5.959007131781826e-12,5.922655647264623e-12,5.886526089549844e-12,5.8506171026280436e-12,5.814927338782786e-12,5.779455458539832e-12,5.7442001306166935e-12,5.7091600318724285e-12,5.674333847257898e-12,5.6397202697661765e-12,5.605318000383342e-12,5.571125748039484e-12,5.53714222956018e-12,5.503366169618085e-12,5.469796300684928e-12,5.4364313629837816e-12,5.40327010444154e-12,5.370311280641876e-12,5.337553654778299e-12,5.304995997607605e-12,5.272637087403507e-12,5.240475709910744e-12,5.208510658299272e-12,5.1767407331188456e-12,5.145164742253773e-12,5.113781500878142e-12,5.082589831411121e-12,5.0515885634726435e-12,5.0207765338392706e-12,4.990152586400495e-12,4.959715572115121e-12,4.929464348968026e-12,4.899397781927169e-12,4.8695147429007776e-12,4.839814110694986e-12,4.8102947709715274e-12,4.780955616205823e-12,4.751795545645207e-12,4.722813465267585e-12,4.6940082877401606e-12,4.665378932378551e-12,4.636924325106004e-12,4.6086433984130746e-12,4.580535091317358e-12,4.5525983493235654e-12,4.524832124383834e-12,4.497235374858201e-12,4.4698070654754905e-12,4.4425461672942674e-12,4.415451657664131e-12,4.388522520187154e-12,4.361757744679711e-12,4.3351563271343855e-12,4.308717269682201e-12,4.282439580554998e-12,4.256322274048189e-12,4.230364370483588e-12,4.204564896172562e-12,4.178922883379322e-12,4.153437370284574e-12,4.128107400949266e-12,4.102932025278604e-12,4.0779102989863145e-12,4.053041283559039e-12,4.028324046221088e-12,4.003757659899282e-12,3.9793412031880726e-12,3.955073760314823e-12,3.9309544211053975e-12,3.906982280949875e-12,3.883156440768504e-12,3.8594760069778215e-12,3.835940091457104e-12,3.812547811514877e-12,3.78929828985573e-12,3.766190654547238e-12,3.743224038987225e-12,3.720397581871104e-12,3.6977104271594695e-12,3.675161724045891e-12,3.652750626924845e-12,3.6304762953599727e-12,3.6083378940523952e-12,3.5863345928093044e-12,3.5644655665126765e-12,3.542729995088286e-12,3.521127063474809e-12,3.4996559615931646e-12,3.4783158843159865e-12,3.457106031437402e-12,3.4360256076428675e-12,3.4150738224792706e-12,3.3942498903251315e-12,3.3735530303611216e-12,3.3529824665406258e-12,3.332537427560568e-12,3.3122171468323843e-12,3.2920208624531448e-12,3.271947817176949e-12,3.2519972583863928e-12,3.232168438064274e-12,3.2124606127653943e-12,3.1928730435886685e-12,3.1734049961492725e-12,3.154055740551037e-12,3.134824551358937e-12,3.1157107075718775e-12,3.0967134925955126e-12,3.0778321942153144e-12,3.0590661045697342e-12,3.040414520123638e-12,3.021876741641791e-12,3.00345207416257e-12,2.9851398269718304e-12,2.9669393135768743e-12,2.9488498516806923e-12,2.9308707631562568e-12,2.913001374021031e-12,2.895241014411576e-12,2.8775890185584113e-12,2.8600447247609354e-12,2.842607475362554e-12,2.825276616725897e-12,2.8080514992083017e-12,2.7909314771373286e-12,2.7739159087865007e-12,2.757004156351121e-12,2.740195585924348e-12,2.7234895674733106e-12,2.70688547481542e-12,2.6903826855948294e-12,2.673980581258989e-12,2.6576785470354356e-12,2.6414759719086377e-12,2.6253722485970316e-12,2.6093667735301416e-12,2.5934589468259423e-12,2.577648172268255e-12,2.561933857284353e-12,2.546315412922625e-12,2.5307922538304933e-12,2.5153637982323624e-12,2.500029467907752e-12,2.484788688169529e-12,2.469640887842333e-12,2.4545854992410753e-12,2.4396219581495982e-12,2.424749703799461e-12,2.4099681788488248e-12,2.395276829361541e-12,2.3806751047862923e-12,2.3661624579359057e-12,2.351738344966742e-12,2.3374022253583e-12,2.3231535618928586e-12,2.3089918206352883e-12,2.294916470912951e-12,2.280926985295791e-12,2.267022839576469e-12,2.2532035127506775e-12,2.239468486997507e-12,2.2258172476600393e-12,2.212249283225954e-12,2.1987640853083136e-12,2.1853611486264506e-12,2.1720399709869455e-12,2.1588000532647903e-12,2.145640899384594e-12,2.1325620163019466e-12,2.119562913984853e-12,2.1066431053953592e-12,2.093802106471209e-12,2.0810394361076647e-12,2.0683546161393895e-12,2.055747171322513e-12,2.0432166293167486e-12,2.030762520667637e-12,2.018384378788879e-12,2.00608173994484e-12,1.993854143233084e-12,1.9817011305670622e-12,1.969622246658894e-12,1.9576170390022305e-12,1.945685057855286e-12,1.933825856223905e-12,1.922038989844775e-12,1.9103240171686992e-12,1.898680499344045e-12,1.8871080002002158e-12,1.8756060862312775e-12,1.864174326579632e-12,1.8528122930198713e-12,1.8415195599426457e-12,1.8302957043386915e-12,1.8191403057829013e-12,1.8080529464185602e-12,1.7970332109416223e-12,1.7860806865851017e-12,1.7751949631035725e-12,1.764375632757721e-12,1.7536222902990652e-12,1.7429345329546944e-12,1.7323119604121513e-12,1.7217541748043599e-12,1.7112607806947118e-12,1.7008313850621807e-12,1.6904655972865685e-12,1.6801630291338e-12,1.6699232947413712e-12,1.6597460106038223e-12,1.6496307955583444e-12,1.63957727077043e-12,1.629585059719672e-12,1.6196537881855952e-12,1.6097830842336013e-12,1.5999725782009943e-12,1.5902219026830734e-12,1.5805306925193606e-12,1.5708985847798552e-12,1.5613252187514137e-12,1.5518102359241696e-12,1.5423532799781012e-12,1.5329539967696175e-12,1.5236120343182685e-12,1.5143270427934938e-12,1.5050986745015176e-12,1.4959265838722598e-12,1.486810427446366e-12,1.4777498638622816e-12,1.468744553843462e-12,1.4597941601855997e-12,1.450898347743969e-12,1.4420567834208337e-12,1.4332691361529171e-12,1.4245350768989974e-12,1.4158542786275191e-12,1.4072264163043274e-12,1.39865116688043e-12,1.3901282092799e-12,1.3816572243877854e-12,1.3732378950381396e-12,1.3648699060020837e-12,1.356552943975998e-12,1.3482866975697298e-12,1.3400708572949105e-12,1.3319051155533096e-12,1.3237891666253087e-12,1.3157227066584026e-12,1.3077054336557856e-12,1.2997370474650198e-12,1.2918172497667368e-12,1.2839457440634653e-12,1.2761222356684736e-12,1.2683464316947127e-12,1.2606180410437948e-12,1.2529367743950931e-12,1.245302344194851e-12,1.237714464645396e-12,1.2301728516943872e-12,1.2226772230241727e-12,1.2152272980411716e-12,1.2078227978653427e-12,1.2004634453196957e-12,1.193148964919907e-12,1.1858790828639565e-12,1.1786535270218516e-12,1.1714720269254105e-12,1.164334313758086e-12,1.1572401203449027e-12,1.1501891811424016e-12,1.143181232228678e-12,1.1362160112934562e-12,1.1292932576282636e-12,1.1224127121166224e-12,1.1155741172243318e-12,1.1087772169897775e-12,1.1020217570143482e-12,1.0953074844528662e-12,1.088634148004099e-12,1.0820014979013124e-12,1.0754092859029115e-12,1.0688572652831081e-12,1.0623451908226563e-12,1.055872818799654e-12,1.049439906980375e-12,1.0430462146101962e-12,1.0366915024045445e-12,1.0303755325399198e-12,1.024098068644953e-12,1.017858875791551e-12,1.0116577204860635e-12,1.0054943706605252e-12,9.993685956639277e-13,9.93280166253583e-13,9.872288545865014e-13,9.81214434210846e-13,9.752366800574185e-13,9.692953684312294e-13,9.633902770030873e-13,9.57521184801256e-13,9.516878722031636e-13,9.45890120927142e-13,9.401277140242576e-13,9.344004358701494e-13,9.287080721569454e-13,9.230504098852015e-13,9.174272373559293e-13,9.118383441626348e-13,9.062835211834263e-13,9.007625605731528e-13,8.952752557556243e-13,8.898214014158394e-13,8.844007934922919e-13,8.790132291692934e-13,8.736585068693836e-13,8.683364262457507e-13,8.63046788174713e-13,8.577893947482525e-13,8.525640492665709e-13,8.473705562307275e-13,8.422087213352892e-13,8.370783514610446e-13,8.319792546677428e-13,8.269112401869101e-13,8.218741184146773e-13,8.168677009046684e-13,8.118918003609203e-13,8.069462306308678e-13,8.020308066983492e-13,7.971453446766674e-13,7.922896618016754e-13,7.874635764249404e-13,7.826669080069103e-13,7.778994771101454e-13,7.731611053925855e-13,7.684516156008472e-13,7.637708315635906e-13,7.591185781848936e-13,7.544946814376922e-13,7.498989683572359e-13,7.453312670346146e-13,7.407914066102978e-13,7.362792172677293e-13,7.317945302269436e-13,7.273371777382493e-13,7.229069930759252e-13,7.185038105319682e-13,7.141274654098679e-13,7.097777940184401e-13,7.054546336656767e-13,7.011578226526436e-13,6.968872002674163e-13,6.926426067790406e-13,6.884238834315551e-13,6.842308724380235e-13,6.800634169746225e-13,6.759213611747453e-13,6.718045501231721e-13,6.677128298502455e-13,6.636460473261015e-13,6.596040504549168e-13,6.555866880692189e-13,6.515938099242061e-13,6.476252666921107e-13,6.436809099566029e-13,6.397605922072125e-13,6.358641668338079e-13,6.319914881210899e-13,6.281424112431277e-13,6.243167922579198e-13,6.205144881020049e-13,6.167353565850894e-13,6.12979256384716e-13,6.092460470409558e-13,6.055355889511512e-13,6.018477433646725e-13,5.981823723777157e-13,5.94539338928123e-13,5.909185067902543e-13,5.873197405698693e-13,5.837429056990505e-13,5.801878684311592e-13,5.766544958358097e-13,5.731426557938973e-13,5.696522169926341e-13,5.661830489206273e-13,5.627350218629786e-13,5.593080068964285e-13,5.559018758845155e-13,5.525165014727736e-13,5.491517570839476e-13,5.458075169132586e-13,5.424836559236778e-13,5.391800498412419e-13,5.358965751503837e-13,5.326331090893128e-13,5.293895296454034e-13,5.261657155506209e-13,5.229615462769764e-13,5.197769020319996e-13,5.166116637542569e-13,5.134657131088799e-13,5.103389324831321e-13,5.072312049819907e-13,5.041424144237738e-13,5.01072445335778e-13,4.980211829499507e-13,4.949885131985801e-13,4.919743227100288e-13,4.889784988044758e-13,4.860009294896943e-13,4.830415034568467e-13,4.801001100763207e-13,4.771766393935742e-13,4.742709821250153e-13,4.713830296539054e-13,4.68512674026281e-13,4.656598079469158e-13,4.628243247752915e-13,4.600061185216022e-13,4.572050838427752e-13,4.544211160385305e-13,4.516541110474492e-13,4.4890396544307525e-13,4.4617057643003244e-13,4.4345384184017854e-13,4.407536601287703e-13,4.380699303706587e-13,4.354025522564999e-13,4.327514260890034e-13,4.301164527791892e-13,4.2749753384267407e-13,4.2489457139598107e-13,4.223074681528651e-13,4.1973612742067416e-13,4.1718045309671865e-13,4.146403496646726e-13,4.121157221909866e-13,4.096064763213382e-13,4.071125182770901e-13,4.046337548517759e-13,4.0217009340760266e-13,3.997214418719857e-13,3.9728770873409285e-13,3.9486880304141566e-13,3.924646343963567e-13,3.9007511295284786e-13,3.877001494129781e-13,3.8533965502364795e-13,3.8299354157324367e-13,3.8066172138832614e-13,3.783441073303531e-13,3.7604061279240717e-13,3.7375115169595336e-13,3.7147563848760685e-13,3.69213988135935e-13,3.6696611612826557e-13,3.647319384675207e-13,3.625113716690654e-13,3.6030433275758525e-13,3.5811073926397235e-13,3.559305092222367e-13,3.5376356116643004e-13,3.516098141275996e-13,3.494691876307497e-13,3.473416016918264e-13,3.4522697681472163e-13,3.4312523398828953e-13,3.410362946833927e-13,3.3896008084995457e-13,3.3689651491403697e-13,3.348455197749286e-13,3.328070188022632e-13,3.30780935833143e-13,3.2876719516928726e-13,3.26765721574191e-13,3.247764402703134e-13,3.227992769362702e-13,3.208341577040521e-13,3.1888100915625175e-13,3.1693975832332025e-13,3.150103326808281e-13,3.130926601467491e-13,3.1118666907876093e-13,3.092922882715557e-13,3.0740944695417966e-13,3.0553807478737644e-13,3.036781018609543e-13,3.0182945869116264e-13,2.999920762180945e-13,2.9816588580309585e-13,2.963508192261954e-13,2.945468086835447e-13,2.9275378678488464e-13,2.9097168655101617e-13,2.892004414112929e-13,2.874399852011238e-13,2.856902521594994e-13,2.839511769265256e-13,2.822226945409751e-13,2.8050474043785496e-13,2.787972504459843e-13,2.771001607855964e-13,2.754134080659446e-13,2.7373692928293073e-13,2.7207066181674074e-13,2.7041454342950447e-13,2.6876851226296063e-13,2.671325068361414e-13,2.6550646604306617e-13,2.6389032915045787e-13,2.62284035795464e-13,2.6068752598339856e-13,2.591007400854894e-13,2.575236188366518e-13,2.5595610333326435e-13,2.543981350309634e-13,2.528496557424515e-13,2.5131060763531413e-13,2.4978093322985917e-13,2.4826057539696023e-13,2.4674947735591886e-13,2.4524758267233434e-13,2.437548352559952e-13,2.4227117935877544e-13,2.4079655957254756e-13,2.3933092082710436e-13,2.378742083881019e-13,2.364263678550056e-13,2.34987345159055e-13,2.335570865612355e-13,2.321355386502703e-13,2.307226483406174e-13,2.293183628704821e-13,2.2792262979984233e-13,2.2653539700848055e-13,2.2515661269403806e-13,2.2378622537007082e-13,2.224241838641237e-13,2.2107043731581066e-13,2.1972493517491482e-13,2.1838762719949287e-13,2.1705846345399454e-13,2.1573739430739022e-13,2.1442437043131672e-13,2.1311934279822748e-13,2.118222626795577e-13,2.1053308164389706e-13,2.0925175155518073e-13,2.0797822457088408e-13,2.0671245314023146e-13,2.0545439000241722e-13,2.0420398818483268e-13,2.0296120100131201e-13,2.0172598205038122e-13,2.004982852135221e-13,1.992780646534426e-13,1.9806527481236552e-13,1.9685987041031896e-13,1.9566180644344316e-13,1.9447103818230256e-13,1.932875211702151e-13,1.9211121122158544e-13,1.909420644202517e-13,1.8978003711783877e-13,1.8862508593212806e-13,1.8747716774543096e-13,1.863362397029752e-13,1.8520225921130089e-13,1.8407518393666358e-13,1.8295497180345325e-13,1.8184158099261671e-13,1.8073496994009325e-13,1.7963509733525579e-13,1.785419221193692e-13,1.7745540348404943e-13,1.763755008697382e-13,1.753021739641817e-13,1.7423538270092534e-13,1.731750872578115e-13,1.7212124805549022e-13,1.7107382575593495e-13,1.7003278126097372e-13,1.689980757108236e-13,1.6796967048263614e-13,1.6694752718905266e-13,1.6593160767676483e-13,1.6492187402509017e-13,1.6391828854455038e-13,1.6292081377546186e-13,1.6192941248653089e-13,1.6094404767346401e-13,1.599646825575806e-13,1.5899128058443737e-13,1.5802380542245792e-13,1.5706222096157633e-13,1.5610649131188343e-13,1.5515658080228485e-13,1.5421245397916338e-13,1.532740756050557e-13,1.5234141065733123e-13,1.5141442432688197e-13,1.5049308201682034e-13,1.495773493411822e-13,1.486671921236432e-13,1.4776257639623767e-13,1.4686346839808832e-13,1.459698345741409e-13,1.4508164157391156e-13,1.4419885625023638e-13,1.4332144565803265e-13,1.42449377053063e-13,1.4158261789071397e-13,1.407211358247757e-13,1.3986489870623257e-13,1.3901387458205823e-13,1.381680316940227e-13,1.3732733847750227e-13,1.3649176356029874e-13,1.3566127576146588e-13,1.348358440901408e-13,1.340154377443873e-13,1.3320002611004134e-13,1.3238957875956636e-13,1.3158406545091315e-13,1.307834561263907e-13,1.2998772091153998e-13,1.29196830114017e-13,1.284107542224799e-13,1.2762946390548763e-13,1.268529300104006e-13,1.2608112356229087e-13,1.2531401576285618e-13,1.2455157798934532e-13,1.2379378179348529e-13,1.2304059890041753e-13,1.2229200120764042e-13,1.2154796078395604e-13,1.2080844986842805e-13,1.200734408693411e-13,1.193429063631696e-13,1.1861681909354994e-13,1.178951519702635e-13,1.1717787806822112e-13,1.1646497062645723e-13,1.1575640304712658e-13,1.1505214889451176e-13,1.143521818940329e-13,1.1365647593126512e-13,1.1296500505096056e-13,1.1227774345607917e-13,1.1159466550682273e-13,1.1091574571967574e-13,1.1024095876645262e-13,1.0957027947334864e-13,1.0890368282000078e-13,1.0824114393854998e-13,1.07582638112712e-13,1.0692814077685102e-13,1.0627762751506332e-13,1.0563107406026225e-13,1.0498845629327158e-13,1.0434975024192146e-13,1.0371493208015434e-13,1.0308397812713206e-13,1.0245686484635059e-13,1.0183356884476e-13,1.0121406687188812e-13,1.0059833581897301e-13,9.998635271809729e-14,9.937809474132968e-14,9.877353919986986e-14,9.817266354320201e-14,9.757544535825003e-14,9.69818623685399e-14,9.639189243336516e-14,9.580551354696103e-14,9.522270383767994e-14,9.464344156717413e-14,9.406770512958161e-14,9.349547305071986e-14,9.29267239872815e-14,9.236143672603652e-14,9.179959018303913e-14,9.124116340283815e-14,9.068613555769512e-14,9.013448594680432e-14,8.958619399551902e-14,8.904123925458099e-14,8.849960139935782e-14,8.79612602290813e-14,8.74261956660928e-14,8.689438775509133e-14,8.636581666238901e-14,8.584046267516829e-14,8.531830620074551e-14,8.479932776583681e-14,8.428350801583198e-14,8.377082771406956e-14,8.32612677411177e-14,8.275480909405966e-14,8.225143288578207e-14,8.175112034427042e-14,8.125385281190608e-14,8.075961174476921e-14,8.026837871194421e-14,7.978013539483247e-14,7.929486358646614e-14,7.881254519082804e-14,7.83331622221739e-14,7.78566968043617e-14,7.7383131170182e-14,7.691244766069443e-14,7.644462872456622e-14,7.597965691741772e-14,7.551751490116911e-14,7.505818544339249e-14,7.460165141666784e-14,7.41478957979416e-14,7.369690166789198e-14,7.324865221029538e-14,7.280313071139802e-14,7.236032055929026e-14,7.192020524328712e-14,7.148276835331e-14,7.104799357927364e-14,7.061586471047553e-14,7.018636563499137e-14,6.975948033907159e-14,6.93351929065437e-14,6.891348751821562e-14,6.849434845128648e-14,6.807776007875751e-14,6.766370686884825e-14,6.725217338441623e-14,6.6843144282379e-14,6.643660431314187e-14,6.603253832002712e-14,6.563093123870786e-14,6.523176809664403e-14,6.483503401252413e-14,6.444071419570801e-14,6.404879394567459e-14,6.36592586514714e-14,6.327209379116986e-14,6.288728493132162e-14,6.250481772641942e-14,6.21246779183602e-14,6.174685133591335e-14,6.13713238941903e-14,6.099808159411822e-14,6.062711052191711e-14,6.025839684857882e-14,5.989192682935155e-14,5.952768680322538e-14,5.916566319242192e-14,5.88058425018862e-14,5.84482113187836e-14,5.809275631199751e-14,5.773946423163186e-14,5.738832190851485e-14,5.703931625370817e-14,5.6692434258017034e-14,5.63476629915043e-14,5.60049896030066e-14,5.5664401319655213e-14,5.532588544639802e-14,5.4989429365525203e-14,5.465502053619797e-14,5.432264649397913e-14,5.3992294850368506e-14,5.366395329233916e-14,5.333760958187775e-14,5.301325155552641e-14,5.269086712392932e-14,5.2370444271380367e-14,5.205197105537433e-14,5.173543560616004e-14,5.142082612629794e-14,5.1108130890218385e-14,5.079733824378416e-14,5.0488436603853975e-14,5.018141445785098e-14,4.987626036333182e-14,4.957296294755922e-14,4.9271510907077285e-14,4.897189300728843e-14,4.867409808203474e-14,4.837811503318002e-14,4.808393283019544e-14,4.7791540509746775e-14,4.750092717528592e-14,4.721208199664283e-14,4.6924994209621535e-14,4.663965311559713e-14,4.6356048081117073e-14,4.607416853750328e-14,4.579400398045771e-14,4.5515543969669035e-14,4.523877812842387e-14,4.496369614321818e-14,4.469028776337236e-14,4.441854280064829e-14,4.4148451128868186e-14,4.388000268353729e-14,4.361318746146706e-14,4.334799552040203e-14,4.3084416978647597e-14,4.282244201470196e-14,4.256206086688849e-14,4.2303263832991393e-14,4.204604126989272e-14,4.179038359321308e-14,4.153628127695291e-14,4.128372485313699e-14,4.1032704911460216e-14,4.0783212098936915e-14,4.0535237119550945e-14,4.0288770733908525e-14,4.004380375889336e-14,3.980032706732297e-14,3.955833158760866e-14,3.931780830341617e-14,3.907874825332898e-14,3.884114253051331e-14,3.860498228238606e-14,3.837025871028368e-14,3.813696306913385e-14,3.790508666712823e-14,3.7674620865398664e-14,3.7445557077694e-14,3.721788677005969e-14,3.699160146051844e-14,3.67666927187543e-14,3.654315216579723e-14,3.632097147371032e-14,3.610014236527885e-14,3.588065661370076e-14,3.5662506042279984e-14,3.544568252412075e-14,3.5230177981824163e-14,3.5015984387186206e-14,3.4803093760898524e-14,3.459149817225006e-14,3.4381189738831014e-14,3.417216062623809e-14,3.396440304778256e-14,3.375790926419907e-14,3.3552671583356825e-14,3.334868235997189e-14,3.314593399532234e-14,3.2944418936964115e-14,3.274412967844903e-14,3.2545058759044655e-14,3.23471987634552e-14,3.215054232154531e-14,3.195508210806444e-14,3.176081084237351e-14,3.1567721288172585e-14,3.137580625323137e-14,3.1185058589120186e-14,3.099547119094329e-14,3.08070369970731e-14,3.061974898888725e-14,3.0433600190505956e-14,3.0248583668531944e-14,3.0064692531790985e-14,2.98819199310753e-14,2.970025905888741e-14,2.951970314918602e-14,2.93402454771336e-14,2.91618793588447e-14,2.8984598151137254e-14,2.880839525128394e-14,2.863326409676597e-14,2.845919816502765e-14,2.828619097323347e-14,2.8114236078025633e-14,2.7943327075283706e-14,2.7773457599885186e-14,2.7604621325468395e-14,2.7436811964195886e-14,2.7270023266519966e-14,2.7104249020948922e-14,2.6939483053815783e-14,2.677571922904738e-14,2.66129514479354e-14,2.645117364890882e-14,2.6290379807307233e-14,2.6130563935156496e-14,2.5971720080944833e-14,2.581384232940085e-14,2.565692480127227e-14,2.5500961653107182e-14,2.534594707703536e-14,2.519187530055175e-14,2.50387405863006e-14,2.4886537231861808e-14,2.473525956953773e-14,2.45849019661418e-14,2.4435458822787864e-14,2.428692457468173e-14,2.4139293690913133e-14,2.399256067424935e-14,2.384672006093003e-14,2.3701766420463058e-14,2.3557694355422197e-14,2.3414498501245396e-14,2.327217352603471e-14,2.3130714130356904e-14,2.2990115047046213e-14,2.2850371041007377e-14,2.2711476909020417e-14,2.2573427479546115e-14,2.2436217612533472e-14,2.2299842199227548e-14,2.2164296161978924e-14,2.2029574454053935e-14,2.1895672059446702e-14,2.1762583992691676e-14,2.1630305298677636e-14,2.149883105246281e-14,2.1368156359090777e-14,2.123827635340827e-14,2.1109186199883254e-14,2.0980881092424643e-14,2.0853356254202645e-14,2.07266069374709e-14,2.0600628423389034e-14,2.04754160218467e-14,2.0350965071288277e-14,2.0227270938539268e-14,2.0104329018633208e-14,1.9982134734639874e-14,1.986068353749429e-14,1.9739970905827295e-14,1.9619992345796617e-14,1.9500743390919186e-14,1.9382219601904616e-14,1.9264416566489165e-14,1.9147329899271576e-14,1.9030955241549137e-14,1.891528826115517e-14,1.8800324652297115e-14,1.8686060135396258e-14,1.8572490456927768e-14,1.8459611389262125e-14,1.8347418730507116e-14,1.8235908304351412e-14,1.8125075959908496e-14,1.8014917571561945e-14,1.7905429038811148e-14,1.7796606286118783e-14,1.768844526275845e-14,1.7580941942663595e-14,1.7474092324277373e-14,1.736789243040309e-14,1.726233830805617e-14,1.7157426028316452e-14,1.7053151686181686e-14,1.6949511400421623e-14,1.6846501313433548e-14,1.6744117591098153e-14,1.664235642263658e-14,1.6541214020467987e-14,1.6440686620068666e-14,1.63407704798313e-14,1.6241461880925495e-14,1.6142757127158843e-14,1.6044652544839317e-14,1.5947144482638056e-14,1.5850229311453165e-14,1.575390342427437e-14,1.5658163236048257e-14,1.556300518354487e-14,1.546842572522452e-14,1.5374421341105842e-14,1.52809885326342e-14,1.5188123822551542e-14,1.509582375476645e-14,1.500408489422534e-14,1.4912903826784066e-14,1.4822277159080946e-14,1.4732201518409914e-14,1.464267355259479e-14,1.4553689929864267e-14,1.446524733872743e-14,1.437734248785057e-14,1.428997210593415e-14,1.420313294159093e-14,1.4116821763224475e-14,1.4031035358908894e-14,1.394577053626886e-14,1.3861024122360635e-14,1.3776792963553491e-14,1.3693073925412414e-14,1.3609863892580977e-14,1.352715976866523e-14,1.3444958476118048e-14,1.3363256956124593e-14,1.3282052168488053e-14,1.3201341091516312e-14,1.3121120721909268e-14,1.3041388074646645e-14,1.2962140182876962e-14,1.2883374097806638e-14,1.2805086888590161e-14,1.2727275642220578e-14,1.2649937463421112e-14,1.2573069474537017e-14,1.2496668815428347e-14,1.2420732643363084e-14,1.2345258132911423e-14,1.2270242475840198e-14,1.2195682881008244e-14,1.212157657426213e-14,1.2047920798332978e-14,1.1974712812733446e-14,1.1901949893655578e-14,1.1829629333869245e-14,1.1757748442621058e-14,1.1686304545534274e-14,1.161529498450884e-14,1.1544717117622435e-14,1.1474568319031705e-14,1.1404845978874667e-14,1.1335547503173143e-14,1.1266670313736183e-14,1.119821184806372e-14,1.1130169559251262e-14,1.106254091589479e-14,1.0995323401996388e-14,1.092851451687033e-14,1.0862111775050007e-14,1.0796112706195153e-14,1.0730514854999724e-14,1.0665315781100412e-14,1.060051305898547e-14,1.053610427790454e-14,1.0472087041778564e-14,1.0408458969110564e-14,1.0345217692896654e-14,1.0282360860538064e-14,1.0219886133753201e-14,1.0157791188490593e-14,1.0096073714842086e-14,1.0034731416956905e-14,9.973762012955941e-15,9.91316323484674e-15,9.852932828438788e-15,9.793068553259701e-15,9.733568182471517e-15,9.674429502787756e-15,9.615650314390893e-15,9.55722843085022e-15,9.49916167904056e-15,9.44144789906108e-15,9.384084944154851e-15,9.327070680628675e-15,9.270402987773738e-15,9.214079757786422e-15,9.158098895689795e-15,9.102458319255346e-15,9.047155958925626e-15,8.99218975773687e-15,8.937557671242458e-15,8.883257667436538e-15,8.829287726678486e-15,8.775645841617453e-15,8.72233001711761e-15,8.669338270183781e-15,8.616668629887394e-15,8.564319137293207e-15,8.512287845386168e-15,8.460572818998874e-15,8.409172134739326e-15,8.358083880919434e-15,8.307306157483597e-15,8.256837075937968e-15,8.206674759279934e-15,8.15681734192831e-15,8.107262969653715e-15,8.05800979950948e-15,8.00905599976288e-15,7.960399749826973e-15,7.912039240192686e-15,7.863972672361348e-15,7.81619825877773e-15,7.768714222763257e-15,7.721518798449983e-15,7.67461023071466e-15,7.627986775113372e-15,7.581646697816404e-15,7.535588275543794e-15,7.489809795500977e-15,7.444309555315027e-15,7.399085862971077e-15,7.354137036749434e-15,7.30946140516279e-15,7.265057306893979e-15,7.220923090733946e-15,7.177057115520388e-15,7.13345775007646e-15,7.090123373150022e-15,7.047052373353255e-15,7.004243149102475e-15,6.9616941085586215e-15,6.91940366956783e-15,6.877370259602523e-15,6.835592315702685e-15,6.7940682844177874e-15,6.7527966217487976e-15,6.711775793090675e-15,6.671004273175102e-15,6.630480546013771e-15,6.59020310484182e-15,6.550170452061693e-15,6.510381099187276e-15,6.470833566788556e-15,6.431526384436388e-15,6.392458090647738e-15,6.353627232831239e-15,6.315032367232973e-15,6.276672058882809e-15,6.238544881540844e-15,6.2006494176443e-15,6.162984258254609e-15,6.125548003005054e-15,6.0883392600484976e-15,6.051356646005565e-15,6.014598785913001e-15,5.978064313172596e-15,5.941751869500137e-15,5.9056601048748786e-15,5.869787677489129e-15,5.834133253698408e-15,5.79869550797164e-15,5.7634731228418225e-15,5.728464788856923e-15,5.693669204531044e-15,5.659085076296022e-15,5.624711118453175e-15,5.590546053125427e-15,5.55658861020962e-15,5.5228375273293154e-15,5.489291549787684e-15,5.455949430520796e-15,5.422809930051075e-15,5.389871816441257e-15,5.357133865248392e-15,5.324594859478285e-15,5.29225358954006e-15,5.260108853201237e-15,5.228159455542836e-15,5.196404208914908e-15,5.164841932892298e-15,5.133471454230582e-15,5.102291606822495e-15,5.071301231654396e-15,5.040499176763137e-15,5.009884297193074e-15,4.9794554549535265e-15,4.949211518976304e-15,4.9191513650736165e-15,4.8892738758961215e-15,4.859577940891403e-15,4.830062456262544e-15,4.800726324927031e-15,4.771568456475818e-15,4.742587767132824e-15,4.713783179714487e-15,4.685153623589645e-15,4.65669803463969e-15,4.628415355218856e-15,4.600304534114916e-15,4.572364526509973e-15,4.5445942939415624e-15,4.516992804263914e-15,4.489559031609596e-15,4.462291956351253e-15,4.435190565063641e-15,4.408253850485832e-15,4.381480811483786e-15,4.354870453012998e-15,4.328421786081465e-15,4.3021338277128e-15,4.276005600909694e-15,4.250036134617483e-15,4.2242244636879885e-15,4.1985696288435835e-15,4.173070676641409e-15,4.147726659437952e-15,4.12253663535369e-15,4.097499668238042e-15,4.072614827634441e-15,4.047881188745785e-15,4.0232978323999075e-15,3.998863845015399e-15,3.974578318567511e-15,3.950440350554433e-15,3.926449043963623e-15,3.902603507238424e-15,3.878902854244808e-15,3.855346204238465e-15,3.8319326818319396e-15,3.808661416962046e-15,3.785531544857482e-15,3.762542206006576e-15,3.739692546125346e-15,3.716981716125646e-15,3.694408872083562e-15,3.6719731752079475e-15,3.649673791809251e-15,3.627509893268425e-15,3.6054806560060945e-15,3.583585261451838e-15,3.561822896013784e-15,3.5401927510482647e-15,3.518694022829717e-15,3.4973259125207245e-15,3.4760876261423306e-15,3.454978374544431e-15,3.4339973733763983e-15,3.4131438430578905e-15,3.3924170087497692e-15,3.3718161003253305e-15,3.3513403523415696e-15,3.330989004010711e-15,3.3107612991718297e-15,3.2906564862627714e-15,3.270673818292118e-15,3.2508125528113965e-15,3.231071951887392e-15,3.2114512820747396e-15,3.1919498143885726e-15,3.1725668242773963e-15,3.1533015915960765e-15,3.1341534005790835e-15,3.1151215398138057e-15,3.0962053022140694e-15,3.077403984993825e-15,3.0587168896409424e-15,3.0401433218912612e-15,3.0216825917027036e-15,3.003334013229614e-15,2.9850969047971607e-15,2.9669705888760484e-15,2.948954392057228e-15,2.9310476450268605e-15,2.913249682541353e-15,2.8955598434026565e-15,2.877977470433607e-15,2.860501910453482e-15,2.843132514253642e-15,2.825868636573424e-15,2.8087096360760788e-15,2.791654875324908e-15,2.7747037207595287e-15,2.7578555426722934e-15,2.7411097151848685e-15,2.7244656162248524e-15,2.7079226275027357e-15,2.6914801344888135e-15,2.675137526390323e-15,2.6588941961287047e-15,2.6427495403170107e-15,2.62670295923744e-15,2.6107538568190314e-15,2.594901640615404e-15,2.579145721782815e-15,2.5634855150581664e-15,2.5479204387372346e-15,2.532449914653025e-15,2.517073368154245e-15,2.5017902280839128e-15,2.486599926758106e-15,2.4715018999448386e-15,2.4564955868429964e-15,2.4415804300615683e-15,2.4267558755988188e-15,2.4120213728217025e-15,2.397376374445354e-15,2.382820336512727e-15,2.3683527183743417e-15,2.353972982668184e-15,2.3396805952996343e-15,2.325475025421691e-15,2.3113557454151445e-15,2.2973222308689603e-15,2.2833739605607554e-15,2.269510416437403e-15,2.2557310835957525e-15,2.2420354502634603e-15,2.2284230077799666e-15,2.2148932505774957e-15,2.2014456761623336e-15,2.18807978509607e-15,2.174795080977022e-15,2.1615910704217604e-15,2.1484672630467477e-15,2.1354231714500917e-15,2.122458311193415e-15,2.109572200783773e-15,2.0967643616558192e-15,2.0840343181539433e-15,2.071381597514574e-15,2.058805729848598e-15,2.0463062481238626e-15,2.033882688147802e-15,2.0215345885501607e-15,2.009261490765839e-15,1.9970629390177735e-15,1.9849384803000564e-15,1.9728876643610286e-15,1.9609100436865337e-15,1.949005173483265e-15,1.937172611662219e-15,1.925411918822237e-15,1.9137226582336743e-15,1.9021043958220943e-15,1.8905567001521933e-15,1.879079142411696e-15,1.867671296395411e-15,1.8563327384893773e-15,1.8450630476550907e-15,1.8338618054138485e-15,1.8227285958311717e-15,1.811663005501342e-15,1.800664623531971e-15,1.7897330415287862e-15,1.778867853580384e-15,1.7680686562431432e-15,1.757335048526207e-15,1.746666631876568e-15,1.7360630101642382e-15,1.725523789667525e-15,1.7150485790583255e-15,1.704636989387649e-15,1.6942886340710914e-15,1.6840031288744665e-15,1.6737800918995082e-15,1.6636191435696648e-15,1.653519906615974e-15,1.6434820060630274e-15,1.6335050692150334e-15,1.6235887256419019e-15,1.613732607165533e-15,1.6039363478460759e-15,1.5941995839683216e-15,1.5845219540281756e-15,1.5749030987192075e-15,1.5653426609192796e-15,1.55584028567728e-15,1.5463956201998668e-15,1.5370083138384132e-15,1.5276780180759171e-15,1.5184043865140483e-15,1.509187074860258e-15,1.5000257409149765e-15,1.4909200445588782e-15,1.4818696477402332e-15,1.472874214462337e-15,1.463933410770975e-15,1.455046904742058e-15,1.446214366469235e-15,1.4374354680516317e-15,1.4287098835816503e-15,1.4200372891328508e-15,1.411417362747895e-15,1.402849784426587e-15,1.3943342361139236e-15,1.385870401688329e-15,1.3774579669498522e-15,1.3690966196084894e-15,1.3607860492725715e-15,1.352525947437212e-15,1.3443160074728386e-15,1.3361559246137837e-15,1.3280453959469597e-15,1.3199841204005505e-15,1.3119717987328756e-15,1.3040081335212154e-15,1.296092829150764e-15,1.288225591803629e-15,1.280406129447906e-15,1.2726341518268147e-15,1.2649093704479148e-15,1.2572314985723361e-15,1.2496002512041711e-15,1.2420153450798387e-15,1.2344764986575537e-15,1.2269834321068594e-15,1.219535867298222e-15,1.212133527792679e-15,1.2047761388315644e-15,1.1974634273262969e-15,1.1901951218481857e-15,1.1829709526183928e-15,1.1757906514978607e-15,1.1686539519773501e-15,1.161560589167529e-15,1.154510299789121e-15,1.1475028221631127e-15,1.1405378962010322e-15,1.133615263395241e-15,1.126734666809373e-15,1.1198958510687431e-15,1.1130985623508595e-15,1.1063425483759852e-15,1.099627558397756e-15,1.0929533431938532e-15,1.0863196550567407e-15,1.0797262477844542e-15,1.0731728766714199e-15,1.0666592984994004e-15,1.0601852715284163e-15,1.0537505554877686e-15,1.0473549115670993e-15,1.040998102407514e-15,1.0346798920927564e-15,1.0284000461404386e-15,1.0221583314932973e-15,1.0159545165105675e-15,1.0097883709593427e-15,1.003659666006019e-15,9.97568174207788e-16,9.915136695041768e-16,9.85495927208645e-16,9.795147240002276e-16,9.735698379152396e-16,9.676610483389958e-16,9.617881359976451e-16,9.559508829499952e-16,9.501490725794117e-16,9.443824895857653e-16,9.386509199774277e-16,9.329541510633123e-16,9.272919714449746e-16,9.21664171008725e-16,9.16070540917857e-16,9.105108736048548e-16,9.049849627636831e-16,8.994926033421168e-16,8.940335915341157e-16,8.8860772477225e-16,8.832148017201657e-16,8.778546222651066e-16,8.725269875104506e-16,8.672316997683494e-16,8.619685625523563e-16,8.567373805701278e-16,8.515379597161592e-16,8.463701070645737e-16,8.412336308619443e-16,8.361283405201685e-16,8.310540466093884e-16,8.260105608509222e-16,8.209976961103032e-16,8.160152663902976e-16,8.110630868239952e-16,8.06140973667937e-16,8.01248744295287e-16,7.96386217189038e-16,7.915532119352749e-16,7.867495492164393e-16,7.819750508047032e-16,7.77229539555316e-16,7.725128394000284e-16,7.678247753405451e-16,7.631651734420201e-16,7.585338608265913e-16,7.53930665666953e-16,7.4935541717997545e-16,7.448079456203339e-16,7.402880822742302e-16,7.357956594531015e-16,7.313305104873912e-16,7.268924697203537e-16,7.224813725018971e-16,7.180970551824622e-16,7.137393551069449e-16,7.094081106086297e-16,7.05103161003211e-16,7.008243465828008e-16,6.965715086099956e-16,6.923444893119782e-16,6.881431318746515e-16,6.839672804368111e-16,6.798167800843511e-16,6.756914768445123e-16,6.715912176801381e-16,6.675158504840161e-16,6.634652240732065e-16,6.594391881834248e-16,6.554375934634598e-16,6.514602914696206e-16,6.475071346602211e-16,6.435779763900982e-16,6.396726709051455e-16,6.357910733369238e-16,6.319330396972555e-16,6.280984268728816e-16,6.242870926201396e-16,6.204988955596795e-16,6.167336951712065e-16,6.129913517882612e-16,6.092717265930318e-16,6.055746816111778e-16,6.019000797067287e-16,5.982477845769695e-16,5.9461766074737995e-16,5.910095735665997e-16,5.874233892014234e-16,5.838589746318286e-16,5.803161976460348e-16,5.767949268355747e-16,5.732950315904349e-16,5.698163820941856e-16,5.663588493191613e-16,5.629223050216643e-16,5.595066217372002e-16,5.561116727757407e-16,5.527373322170164e-16,5.493834749058396e-16,5.460499764474396e-16,5.427367132028627e-16,5.39443562284362e-16,5.361704015508354e-16,5.329171096032864e-16,5.296835657803134e-16,5.264696501536249e-16,5.232752435235882e-16,5.201002274147844e-16,5.169444840716282e-16,5.138078964539782e-16,5.106903482327906e-16,5.075917237857976e-16,5.045119081932103e-16,5.014507872334489e-16,4.984082473788993e-16,4.953841757916967e-16,4.9237846031952e-16,4.893909894914454e-16,4.864216525137907e-16,4.83470339266002e-16,4.805369402965613e-16,4.77621346818921e-16,4.747234507074614e-16,4.718431444934766e-16,4.689803213611677e-16,4.661348751436948e-16,4.63306700319219e-16,4.604956920069848e-16,4.577017459634233e-16,4.549247585782799e-16,4.521646268707639e-16,4.494212484857226e-16,4.466945216898428e-16,4.439843453678566e-16,4.412906190188046e-16,4.386132427522901e-16,4.3595211728477003e-16,4.333071439358666e-16,4.3067822462470194e-16,4.280652618662529e-16,4.254681587677333e-16,4.228868190249827e-16,4.2032114691890507e-16,4.1777104731190227e-16,4.1523642564434195e-16,4.1271718793104454e-16,4.1021324075779277e-16,4.0772449127785934e-16,4.052508472085601e-16,4.0279221682782664e-16,4.0034850897078867e-16,3.9791963302640435e-16,3.955054989340827e-16,3.9310601718034056e-16,3.907210987954778e-16,3.8835065535027186e-16,3.8599459895269317e-16,3.836528422446432e-16,3.813252983986973e-16,3.7901188111489665e-16,3.767125046175322e-16,3.7442708365195927e-16,3.7215553348143244e-16,3.698977698839567e-16,3.6765370914916006e-16,3.654232680751832e-16,3.632063639655916e-16,3.61002914626294e-16,3.588128383625045e-16,3.5663605397569733e-16,3.54472480760594e-16,3.523220385021652e-16,3.501846474726514e-16,3.4806022842860124e-16,3.4594870260793147e-16,3.438499917269904e-16,3.4176401797766575e-16,3.3969070402448467e-16,3.376299730017439e-16,3.35581748510654e-16,3.335459546165031e-16,3.315225158458354e-16,3.2951135718364864e-16,3.275124040706096e-16,3.2552558240027634e-16,3.2355081851635927e-16,3.215880392099764e-16,3.1963717171693635e-16,3.1769814371503665e-16,3.157708833213765e-16,3.1385531908968833e-16,3.1195138000768525e-16,3.1005899549441604e-16,3.0817809539765675e-16,3.063086099912952e-16,3.044504699727462e-16,3.026036064603753e-16,3.0076795099094215e-16,2.989434355170571e-16,2.9712999240465503e-16,2.953275544304842e-16,2.9353605477960287e-16,2.9175542704290955e-16,2.899856052146693e-16,2.882265236900634e-16,2.8647811726275414e-16,2.847403211224629e-16,2.830130708525629e-16,2.812963024276898e-16,2.795899522113555e-16,2.7789395695359756e-16,2.762082537886218e-16,2.7453278023247e-16,2.728674741807001e-16,2.71212273906079e-16,2.695671180562911e-16,2.679319456516599e-16,2.6630669608288557e-16,2.6469130910878644e-16,2.630857248540733e-16,2.6148988380711945e-16,2.5990372681775144e-16,2.5832719509505386e-16,2.5676023020518515e-16,2.5520277406920885e-16,2.536547689609381e-16,2.5211615750478557e-16,2.5058688267364324e-16,2.4906688778675793e-16,2.475561165076288e-16,2.460545128419151e-16,2.4456202113535697e-16,2.4307858607170985e-16,2.416041526706894e-16,2.401386662859327e-16,2.3868207260296196e-16,2.3723431763717805e-16,2.3579534773184963e-16,2.343651095561224e-16,2.329435501030393e-16,2.3153061668757146e-16,2.301262569446634e-16,2.287304188272896e-16,2.2734305060451605e-16,2.259641008595887e-16,2.2459351848801897e-16,2.23231252695687e-16,2.2187725299695646e-16,2.2053146921280008e-16,2.1919385146893653e-16,2.1786435019397861e-16,2.1654291611759503e-16,2.152295002686743e-16,2.1392405397351636e-16,2.1262652885401922e-16,2.1133687682588438e-16,2.1005505009683202e-16,2.0878100116482622e-16,2.075146828163119e-16,2.0625604812446332e-16,2.050050504474361e-16,2.0376164342664442e-16,2.0252578098503467e-16,2.012974173253755e-16,2.0007650692855828e-16,1.9886300455190715e-16,1.976568652274995e-16,1.9645804426049662e-16,1.9526649722748608e-16,1.940821799748265e-16,1.9290504861701757e-16,1.91735059535065e-16,1.9057216937486268e-16,1.894163350455835e-16,1.8826751371807959e-16,1.8712566282329254e-16,1.859907400506746e-16,1.848627033466126e-16,1.837415109128753e-16,1.8262712120505588e-16,1.8151949293103173e-16,1.8041858504943144e-16,1.7932435676811137e-16,1.7823676754264153e-16,1.7715577707480077e-16,1.7608134531108185e-16,1.7501343244119997e-16,1.7395199889662272e-16,1.7289700534909595e-16,1.7184841270918564e-16,1.7080618212482683e-16,1.6977027497988145e-16,1.6874065289270513e-16,1.6771727771472408e-16,1.6670011152901335e-16,1.6568911664889811e-16,1.6468425561654873e-16,1.636854912015926e-16,1.6269278639973184e-16,1.6170610443137e-16,1.6072540874024713e-16,1.597506629920825e-16,1.5878183107322771e-16,1.5781887708932182e-16,1.568617653639652e-16,1.55910460437392e-16,1.5496492706515431e-16,1.540251302168145e-16,1.5309103507464512e-16,1.5216260703233665e-16,1.5123981169371415e-16,1.5032261487145659e-16,1.4941098258583412e-16,1.485048810634435e-16,1.4760427673595465e-16,1.4670913623886573e-16,1.4581942641026466e-16,1.4493511428959837e-16,1.4405616711644966e-16,1.4318255232932223e-16,1.423142375644285e-16,1.4145119065449454e-16,1.4059337962756231e-16,1.3974077270580416e-16,1.388933383043432e-16,1.38051045030082e-16,1.372138616805368e-16,1.36381757242681e-16,1.3555470089179017e-16,1.347326619903042e-16,1.339156100866865e-16,1.3310351491429467e-16,1.3229634639025766e-16,1.3149407461435933e-16,1.3069666986792878e-16,1.299041026127378e-16,1.2911634348990562e-16,1.2833336331880566e-16,1.275551330959884e-16,1.2678162399410129e-16,1.260128073608203e-16,1.2524865471778643e-16,1.24489137759549e-16,1.2373422835251552e-16,1.2298389853390846e-16,1.222381205107246e-16,1.2149686665870812e-16,1.207601095213231e-16,1.2002782180873484e-16,1.1929997639679788e-16,1.185765463260491e-16,1.1785750480070771e-16,1.171428251876808e-16,1.1643248101557617e-16,1.1572644597371654e-16,1.1502469391116876e-16,1.1432719883576975e-16,1.1363393491316322e-16,1.1294487646584097e-16,1.1225999797219027e-16,1.1157927406554714e-16,1.1090267953325538e-16,1.1023018931572882e-16,1.0956177850552547e-16,1.0889742234642086e-16,1.0823709623249003e-16,1.075807757071947e-16,1.0692843646247597e-16,1.0628005433785222e-16,1.0563560531952327e-16,1.0499506553947951e-16,1.0435841127461401e-16,1.0372561894584653e-16,1.0309666511724584e-16,1.0247152649516107e-16,1.0185017992735747e-16,1.0123260240215747e-16,1.0061877104758703e-16,1.0000866313052772e-16,9.940225605587072e-17,9.879952736568266e-17,9.820045473836961e-17,9.760501598784986e-17,9.701318906273086e-17,9.642495204549089e-17,9.584028315166643e-17,9.525916072904365e-17,9.46815632568561e-17,9.41074693449834e-17,9.353685773316211e-17,9.29697072901942e-17,9.240599701316364e-17,9.184570602665775e-17,9.128881358199239e-17,9.073529905644245e-17,9.018514195247752e-17,8.9638321896999e-17,8.909481864058793e-17,8.855461205675169e-17,8.801768214117792e-17,8.748400901099219e-17,8.695357290402092e-17,8.642635417805806e-17,8.590233331013647e-17,8.538149089580466e-17,8.486380764840406e-17,8.43492643983578e-17,8.383784209245701e-17,8.332952179315459e-17,8.282428467786292e-17,8.232211203825571e-17,8.182298527957395e-17,8.132688591993695e-17,8.083379558965427e-17,8.034369603054812e-17,7.985656909527364e-17,7.937239674664642e-17,7.889116105697345e-17,7.841284420738835e-17,7.793742848719031e-17,7.74648962931872e-17,7.699523012904326e-17,7.652841260462804e-17,7.606442643537457e-17,7.560325444163621e-17,7.514487954805005e-17,7.46892847829034e-17,7.423645327750456e-17,7.378636826555719e-17,7.333901308253874e-17,7.289437116508064e-17,7.245242605035691e-17,7.201316137547169e-17,7.157656087685267e-17,7.114260838964816e-17,7.07112878471275e-17,7.028258328008511e-17,6.985647881624835e-17,6.943295867968945e-17,6.901200719023818e-17,6.859360876290369e-17,6.817774790729425e-17,6.776440922704343e-17,6.735357741923904e-17,6.694523727385566e-17,6.653937367319072e-17,6.613597159130399e-17,6.573501609345884e-17,6.533649233557099e-17,6.49403855636563e-17,6.454668111328392e-17,6.415536440903277e-17,6.37664209639507e-17,6.337983637901747e-17,6.299559634261083e-17,6.261368662997614e-17,6.223409310269712e-17,6.185680170817421e-17,6.148179847910185e-17,6.110906953295082e-17,6.073860107145352e-17,6.037037938009227e-17,6.000439082759081e-17,5.964062186540924e-17,5.927905902723998e-17,5.891968892851088e-17,5.856249826588726e-17,5.82074738167791e-17,5.785460243885065e-17,5.750387106953323e-17,5.715526672554076e-17,5.680877650238842e-17,5.646438757391451e-17,5.612208719180332e-17,5.578186268511483e-17,5.544370145981327e-17,5.5107590998300523e-17,5.477351885895208e-17,5.444147267565567e-17,5.4111440157352783e-17,5.3783409087583267e-17,5.345736732403093e-17,5.313330279807557e-17,5.281120351434399e-17,5.249105755026569e-17,5.217285305563075e-17,5.185657825215042e-17,5.1542221433020595e-17,5.122977096248762e-17,5.0919215275417303e-17,5.06105428768647e-17,5.0303742341650086e-17,4.999880231393389e-17,4.969571150679612e-17,4.939445870181785e-17,4.9095032748665264e-17,4.8797422564676346e-17,4.850161713445031e-17,4.8207605509437817e-17,4.791537680753716e-17,4.7624920212689466e-17,4.7336224974478024e-17,4.7049280407729694e-17,4.6764075892118946e-17,4.6480600871773886e-17,4.619884485488515e-17,4.591879741331709e-17,4.564044818222002e-17,4.53637868596479e-17,4.5088803206175035e-17,4.4815487044516896e-17,4.454382825915279e-17,4.427381679595093e-17,4.4005442661795624e-17,4.37386959242172e-17,4.3473566711022577e-17,4.321004520993108e-17,4.294812166820954e-17,4.268778639231103e-17,4.242902974751557e-17,4.217184215757289e-17,4.191621410434754e-17,4.1662136127466e-17,4.1409598823966294e-17,4.115859284794829e-17,4.0909108910229016e-17,4.066113777799712e-17,4.0414670274470936e-17,4.016969727855839e-17,3.992620972451874e-17,3.9684198601626697e-17,3.9443654953838634e-17,3.9204569879459457e-17,3.89669345308144e-17,3.8730740113919895e-17,3.849597788815791e-17,3.8262639165951993e-17,3.803071531244518e-17,3.780019774518003e-17,3.757107793378042e-17,3.7343347399635755e-17,3.7116997715585465e-17,3.6892020505608435e-17,3.666840744451132e-17,3.6446150257620367e-17,3.622524072047465e-17,3.600567065852122e-17,3.578743194681221e-17,3.557051650970388e-17,3.535491632055623e-17,3.51406234014372e-17,3.492762982282579e-17,3.471592770331854e-17,3.4505509209337324e-17,3.4296366554839124e-17,3.40884920010274e-17,3.388187785606523e-17,3.367651647479055e-17,3.347240025843184e-17,3.3269521654327874e-17,3.306787315564696e-17,3.2867447301108834e-17,3.266823667470825e-17,3.247023390544006e-17,3.227343166702608e-17,3.207782267764379e-17,3.1883399699655574e-17,3.169015553934181e-17,3.149808304663339e-17,3.130717511484702e-17,3.111742468042173e-17,3.0928824722657226e-17,3.074136826345362e-17,3.0555048367052886e-17,3.0369858139781986e-17,3.018579072979663e-17,3.000283932682854e-17,2.9820997161932305e-17,2.964025750723471e-17,2.94606136756854e-17,2.9282059020809074e-17,2.910458693645929e-17,2.89281908565737e-17,2.875286425493001e-17,2.8578600644905364e-17,2.840539357923513e-17,2.823323664977419e-17,2.806212348725952e-17,2.789204776107408e-17,2.7723003179012347e-17,2.7554983487047073e-17,2.7387982469097714e-17,2.7221993946799435e-17,2.7057011779275163e-17,2.6893029862907423e-17,2.6730042131112244e-17,2.6568042554114466e-17,2.6407025138724216e-17,2.6246983928114884e-17,2.6087913001602614e-17,2.5929806474426127e-17,2.5772658497529782e-17,2.5616463257346137e-17,2.5461214975580745e-17,2.5306907908997972e-17,2.5153536349208285e-17,2.5001094622456668e-17,2.4849577089412448e-17,2.4698978144960494e-17,2.454929221799283e-17,2.44005137712033e-17,2.4252637300881655e-17,2.4105657336709867e-17,2.3959568441559395e-17,2.3814365211289733e-17,2.3670042274548265e-17,2.3526594292571286e-17,2.3384015958985636e-17,2.3242301999613077e-17,2.310144717227418e-17,2.2961446266594323e-17,2.2822294103810606e-17,2.268398553658e-17,2.2546515448788633e-17,2.240987875536226e-17,2.2274070402078012e-17,2.213908536537651e-17,2.2004918652176695e-17,2.1871565299690218e-17,2.173902037523775e-17,2.160727897606622e-17,2.1476336229167157e-17,2.134618729109621e-17,2.1216827347793834e-17,2.1088251614406303e-17,2.0960455335109423e-17,2.0833433782931715e-17,2.0707182259579395e-17,2.0581696095262397e-17,2.045697064852133e-17,2.0333001306055548e-17,2.0209783482552233e-17,2.0087312620516684e-17,1.9965584190102893e-17,1.9844593688946647e-17,1.972433664199808e-17,1.96048086013561e-17,1.948600514610363e-17,1.9367921882143773e-17,1.9250554442037107e-17,1.9133898484839832e-17,1.9017949695943152e-17,1.8902703786912903e-17,1.878815649533144e-17,1.8674303584639296e-17,1.8561140843978322e-17,1.844866408803571e-17,1.8336869156888985e-17,1.8225751915851864e-17,1.811530825532129e-17,1.8005534090624628e-17,1.7896425361869176e-17,1.7787978033791235e-17,1.76801880956068e-17,1.757305156086293e-17,1.7466564467290168e-17,1.7360722876655724e-17,1.7255522874617602e-17,1.7150960570579742e-17,1.704703209754743e-17,1.694373361198478e-17,1.684106129367189e-17,1.6739011345563462e-17,1.663757999364816e-17,1.6536763486808823e-17,1.643655809668353e-17,1.6336960117527597e-17,1.623796586607591e-17,1.6139571681407148e-17,1.6041773924807727e-17,1.594456897963717e-17,1.5847953251194144e-17,1.575192316658331e-17,1.5656475174582993e-17,1.5561605745513668e-17,1.5467311371107327e-17,1.5373588564377083e-17,1.5280433859488736e-17,1.5187843811631906e-17,1.509581499689263e-17,1.5004344012126468e-17,1.491342747483253e-17,1.4823062023028196e-17,1.4733244315124658e-17,1.4643971029802792e-17,1.4555238865890755e-17,1.4467044542241322e-17,1.437938479761046e-17,1.4292256390536557e-17,1.4205656099220365e-17,1.4119580721405684e-17,1.403402707426079e-17,1.394899199426062e-17,1.3864472337069258e-17,1.3780464977424069e-17,1.3696966809019531e-17,1.3613974744392353e-17,1.3531485714807097e-17,1.3449496670142545e-17,1.3368004578778756e-17,1.3287006427484854e-17,1.3206499221307102e-17,1.3126479983458541e-17,1.3046945755208395e-17,1.296789359577257e-17,1.2889320582204737e-17,1.2811223809288167e-17,1.2733600389428054e-17,1.2656447452544655e-17,1.257976214596705e-17,1.250354163432718e-17,1.242778309945536e-17,1.2352483740275602e-17,1.2277640772701925e-17,1.2203251429535313e-17,1.212931296036122e-17,1.2055822631447722e-17,1.1982777725644374e-17,1.1910175542281269e-17,1.1838013397069531e-17,1.1766288622001575e-17,1.1694998565252424e-17,1.1624140591081485e-17,1.1553712079734966e-17,1.1483710427348869e-17,1.1414133045852584e-17,1.1344977362873117e-17,1.1276240821639543e-17,1.1207920880888803e-17,1.114001501477128e-17,1.107252071275739e-17,1.1005435479544569e-17,1.0938756834964931e-17,1.08724823138934e-17,1.080660946615656e-17,1.074113585644155e-17,1.0676059064206423e-17,1.0611376683590198e-17,1.0547086323323841e-17,1.0483185606641742e-17,1.0419672171193722e-17,1.0356543668957548e-17,1.0293797766152e-17,1.023143214315056e-17,1.0169444494395195e-17,1.0107832528311495e-17,1.0046593967223463e-17,9.985726547269315e-18,9.925228018317643e-18,9.865096143884116e-18,9.805328701048662e-18,9.745923480373247e-18,9.686878285819788e-18,9.628190934669295e-18,9.569859257440758e-18,9.51188109781089e-18,9.454254312534305e-18,9.396976771364192e-18,9.340046356973411e-18,9.283460964876129e-18,9.227218503349976e-18,9.171316893358326e-18,9.11575406847374e-18,9.060527974801192e-18,9.005636570902109e-18,8.951077827718775e-18,8.896849728499243e-18,8.842950268722647e-18,8.789377456025073e-18,8.73612931012554e-18,8.683203862753086e-18,8.630599157573624e-18,8.578313250117614e-18,8.526344207708052e-18,8.474690109388951e-18,8.423349045854193e-18,8.372319119376889e-18,8.321598443739171e-18,8.271185144162116e-18,8.221077357236726e-18,8.171273230854686e-18,8.121770924139884e-18,8.072568607380266e-18,8.023664461960077e-18,7.975056680292573e-18,7.926743465753156e-18,7.878723032612624e-18,7.83099360597145e-18,7.783553421693805e-18,7.73640072634235e-18,7.689533777113315e-18,7.642950841771997e-18,7.596650198588626e-18,7.55063013627464e-18,7.504888953919404e-18,7.459424960927022e-18,7.414236476954099e-18,7.369321831847298e-18,7.324679365581614e-18,7.280307428198888e-18,7.236204379746773e-18,7.192368590218005e-18,7.148798439490133e-18,7.105492317265335e-18,7.062448623011155e-18,7.019665765901018e-18,6.977142164755411e-18,6.9348762479833815e-18,6.892866453524336e-18,6.851111228790249e-18,6.8096090306081766e-18,6.7683583251632095e-18,6.7273575879414935e-18,6.686605303674103e-18,6.646099966280759e-18,6.6058400788141475e-18,6.565824153404489e-18,6.5260507112045056e-18,6.486518282334665e-18,6.447225405828819e-18,6.408170629579969e-18,6.369352510286789e-18,6.330769613400014e-18,6.292420513069411e-18,6.254303792091e-18,6.216418041854601e-18,6.178761862291704e-18,6.141333861823657e-18,6.1041326573102044e-18,6.067156873998121e-18,6.030405145470602e-18,5.99387611359652e-18,5.957568428480192e-18,5.921480748411444e-18,5.885611739815937e-18,5.849960077205826e-18,5.814524443130743e-18,5.779303528128877e-18,5.744296030678762e-18,5.709500657150947e-18,5.674916121760159e-18,5.6405411465177315e-18,5.606374461184292e-18,5.572414803222774e-18,5.538660917751686e-18,5.505111557498702e-18,5.471765482754373e-18,5.438621461326466e-18,5.405678268494209e-18,5.372934686963018e-18,5.3403895068194516e-18,5.308041525486426e-18,5.275889547678724e-18,5.243932385358798e-18,5.212168857692654e-18,5.180597791006389e-18,5.1492180187425994e-18,5.1180283814172585e-18,5.08702772657681e-18,5.0562149087555226e-18,5.025588789433096e-18,4.995148236992543e-18,4.964892126678352e-18,4.934819340554712e-18,4.904928767464372e-18,4.8752193029873775e-18,4.845689849400242e-18,4.816339315635328e-18,4.7871666172404704e-18,4.7581706763388625e-18,4.729350421589184e-18,4.7007047881458555e-18,4.672232717619806e-18,4.6439331580392086e-18,4.615805063810562e-18,4.587847395680024e-18,4.560059120694945e-18,4.532439212165656e-18,4.5049866496274695e-18,4.477700418802977e-18,4.450579511564362e-18,4.423622925896316e-18,4.396829665858828e-18,4.370198741550362e-18,4.343729169071237e-18,4.3174199704872245e-18,4.2912701737933625e-18,4.265278812878025e-18,4.239444927487049e-18,4.213767563188409e-18,4.188245771336753e-18,4.16287860903836e-18,4.137665139116242e-18,4.112604430075474e-18,4.0876955560687334e-18,4.0629375968620415e-18,4.0383296378007464e-18,4.013870769775576e-18,3.989560089189168e-18,3.9653966979225224e-18,3.941379703301814e-18,3.917508218065363e-18,3.893781360330798e-18,3.870198253562446e-18,3.846758026538923e-18,3.823459813320794e-18,3.800302753218707e-18,3.77728599076143e-18,3.754408675664241e-18,3.731669962797473e-18,3.709069012155233e-18,3.686604988824346e-18,3.664277062953455e-18,3.642084409722353e-18,3.620026209311362e-18,3.598101646871163e-18,3.5763099124925454e-18,3.554650201176478e-18,3.533121712804319e-18,3.511723652108223e-18,3.490455228641728e-18,3.4693156567505236e-18,3.4483041555432996e-18,3.4274199488630088e-18,3.40666226525805e-18,3.3860303379537537e-18,3.3655234048240304e-18,3.3451407083631593e-18,3.324881495657783e-18,3.304745018359046e-18,3.2847305326549423e-18,3.2648372992427004e-18,3.2450645833015863e-18,3.2254116544656185e-18,3.2058777867965757e-18,3.186462258757152e-18,3.1671643531842587e-18,3.1479833572625014e-18,3.128918562497831e-18,3.10996926469125e-18,3.091134763912899e-18,3.0724143644760794e-18,3.053807374911532e-18,3.035313107941877e-18,3.016930880456176e-18,2.998660013484676e-18,2.980499832173692e-18,2.9624496657606644e-18,2.9445088475492634e-18,2.92667671488486e-18,2.908952609129929e-18,2.8913358756397117e-18,2.8738258637379933e-18,2.856421926693047e-18,2.8391234216937075e-18,2.8219297098256153e-18,2.8048401560475073e-18,2.787854129167848e-18,2.7709710018214017e-18,2.754190150446051e-18,2.737510955259737e-18,2.7209328002375256e-18,2.704455073088832e-18,2.6880771652347787e-18,2.6717984717856897e-18,2.6556183915186603e-18,2.6395363268554232e-18,2.6235516838401773e-18,2.6076638721176345e-18,2.5918723049111895e-18,2.5761763990012194e-18,2.5605755747035043e-18,2.54506925584782e-18,2.5296568697565473e-18,2.5143378472236005e-18,2.499111622493312e-18,2.4839776332395146e-18,2.468935320544758e-18,2.4539841288796272e-18,2.4391235060822035e-18,2.4243529033376433e-18,2.4096717751578974e-18,2.395079579361468e-18,2.3805757770534622e-18,2.366159832605598e-18,2.351831213636401e-18,2.3375893909915304e-18,2.323433838724198e-18,2.3093640340757274e-18,2.295379457456232e-18,2.2814795924253358e-18,2.2676639256731736e-18,2.2539319470013455e-18,2.2402831493040617e-18,2.226717028549391e-18,2.2132330837606226e-18,2.199830816997741e-18,2.1865097333390063e-18,2.1732693408626764e-18,2.1601091506287466e-18,2.1470286766609656e-18,2.134027435928802e-18,2.1211049483295965e-18,2.108260736670811e-18,2.0954943266523783e-18,2.0828052468491678e-18,2.0701930286935643e-18,2.057657206458086e-18,2.0451973172382445e-18,2.032812900935377e-18,2.0205035002396423e-18,2.008268660613111e-18,1.9961079302729602e-18,1.9840208601747664e-18,1.9720070039958995e-18,1.9600659181190392e-18,1.948197161615706e-18,1.936400296230049e-18,1.9246748863625834e-18,1.9130204990540955e-18,1.9014367039696337e-18,1.8899230733826e-18,1.8784791821589284e-18,1.867104607741387e-18,1.8557989301338917e-18,1.844561731886063e-18,1.8333925980777348e-18,1.822291116303627e-18,1.811256876658095e-18,1.8002894717199776e-18,1.7893884965375294e-18,1.778553548613449e-18,1.7677842278900102e-18,1.7570801367342193e-18,1.74644087992319e-18,1.7358660646294767e-18,1.7253553004065686e-18,1.7149081991744496e-18,1.7045243752052492e-18,1.6942034451089863e-18,1.6839450278193987e-18,1.6737487445798113e-18,1.6636142189292042e-18,1.653541076688245e-18,1.6435289459454674e-18,1.6335774570435176e-18,1.6236862425654948e-18,1.6138549373213595e-18,1.6040831783344359e-18,1.5943706048280036e-18,1.584716858211912e-18,1.575121582069394e-18,1.56558442214384e-18,1.5561050263257161e-18,1.546683044639542e-18,1.537318129230957e-18,1.528009934353857e-18,1.5187581163576237e-18,1.5095623336743759e-18,1.5004222468064093e-18,1.4913375183135992e-18,1.4823078128009388e-18,1.4733327969061389e-18,1.4644121392873044e-18,1.4555455106106832e-18,1.4467325835384931e-18,1.4379730327168313e-18,1.4292665347636065e-18,1.4206127682566392e-18,1.412011413721747e-18,1.4034621536209397e-18,1.3949646723406825e-18,1.3865186561802258e-18,1.378123793340013e-18,1.3697797739101605e-18,1.3614862898589643e-18,1.3532430350215691e-18,1.3450497050886146e-18,1.3369059975949932e-18,1.3288116119086724e-18,1.3207662492195768e-18,1.312769612528547e-18,1.3048214066363585e-18,1.2969213381328184e-18,1.289069115385885e-18,1.2812644485309377e-18,1.2735070494600334e-18,1.2657966318112561e-18,1.2581329109581409e-18,1.2505156039991457e-18,1.2429444297471969e-18,1.2354191087193075e-18,1.2279393631262032e-18,1.2205049168621149e-18,1.2131154954945337e-18,1.2057708262540756e-18,1.198470638024401e-18,1.19121466133219e-18,1.1840026283371866e-18,1.1768342728222935e-18,1.1697093301837447e-18,1.162627537421289e-18,1.155588633128518e-18,1.1485923574831753e-18,1.1416384522375566e-18,1.1347266607089644e-18,1.1278567277702249e-18,1.1210283998402537e-18,1.114241424874692e-18,1.1074955523565607e-18,1.1007905332870478e-18,1.0941261201762721e-18,1.0875020670341443e-18,1.0809181293612768e-18,1.0743740641399454e-18,1.0678696298251056e-18,1.0614045863354696e-18,1.054978695044635e-18,1.0485917187722407e-18,1.04224342177524e-18,1.0359335697391634e-18,1.029661929769461e-18,1.0234282703828989e-18,1.0172323614990016e-18,1.0110739744315474e-18,1.0049528818801274e-18,9.988688579217127e-19,9.928216780023488e-19,9.868111189288286e-19,9.80836958860449e-19,9.74898977300815e-19,9.68996955089687e-19,9.631306743948836e-19,9.572999187042315e-19,9.515044728175677e-19,9.457441228387635e-19,9.40018656167856e-19,9.343278614931665e-19,9.286715287834973e-19,9.230494492803696e-19,9.174614154903087e-19,9.119072211771758e-19,9.063866613545528e-19,9.008995322781408e-19,8.954456314382701e-19,8.900247575523892e-19,8.846367105576343e-19,8.792812916034348e-19,8.73958303044165e-19,8.686675484318423e-19,8.634088325088628e-19,8.581819612007969e-19,8.529867416091888e-19,8.478229820044675e-19,8.426904918188374e-19,8.375890816392384e-19,8.325185632003516e-19,8.274787493776386e-19,8.224694541804274e-19,8.1749049274504655e-19,8.125416813279687e-19,8.076228372990572e-19,8.02733779134793e-19,7.978743264115741e-19,7.9304429979904685e-19,7.882435210534802e-19,7.834718130111791e-19,7.78728999581938e-19,7.740149057425395e-19,7.693293575302646e-19,7.64672182036498e-19,7.600432074003173e-19,7.554422628021457e-19,7.508691784574442e-19,7.463237856104339e-19,7.418059165278621e-19,7.373154044928103e-19,7.328520837985119e-19,7.284157897422611e-19,7.240063586193066e-19,7.196236277168069e-19,7.152674353078198e-19,7.109376206453249e-19,7.0663402395628505e-19,7.023564864357428e-19,6.981048502409569e-19,6.938789584855528e-19,6.896786552337515e-19,6.8550378549459135e-19,6.813541952162068e-19,6.772297312801335e-19,6.731302414956524e-19,6.690555745941672e-19,6.650055802236204e-19,6.609801089429162e-19,6.569790122164311e-19,6.530021424085052e-19,6.490493527779924e-19,6.451204974728384e-19,6.412154315246927e-19,6.373340108435516e-19,6.3347609221243615e-19,6.296415332821038e-19,6.258301925657704e-19,6.220419294339129e-19,6.182766041090523e-19,6.145340776605958e-19,6.108142119997051e-19,6.0711686987419e-19,6.034419148634436e-19,5.997892113734025e-19,5.961586246315206e-19,5.925500206818174e-19,5.889632663799104e-19,5.853982293881006e-19,5.818547781704842e-19,5.783327819880923e-19,5.748321108940606e-19,5.713526357288301e-19,5.678942281153781e-19,5.644567604544597e-19,5.610401059199185e-19,5.57644138453985e-19,5.542687327626232e-19,5.509137643109021e-19,5.475791093183951e-19,5.442646447546075e-19,5.40970248334435e-19,5.376957985136304e-19,5.3444117448433735e-19,5.312062561706124e-19,5.279909242239909e-19,5.247950600190812e-19,5.216185456491797e-19,5.184612639219167e-19,5.153230983549267e-19,5.122039331715495e-19,5.091036532965379e-19,5.060221443518295e-19,5.029592926523066e-19,4.999149852015996e-19,4.968891096879143e-19,4.938815544798816e-19,4.908922086224354e-19,4.879209618327155e-19,4.849677044959817e-19,4.820323276615845e-19,4.791147230389269e-19,4.762147829934681e-19,4.733324005427466e-19,4.704674693524294e-19,4.676198837323843e-19,4.647895386327744e-19,4.61976329640182e-19,4.591801529737394e-19,4.564009054813134e-19,4.536384846356834e-19,4.508927885307571e-19,4.481637158778055e-19,4.454511660017228e-19,4.427550388373077e-19,4.400752349255657e-19,4.374116554100403e-19,4.347642020331487e-19,4.3213277713257e-19,4.2951728363762696e-19,4.269176250657028e-19,4.2433370551867772e-19,4.2176542967938683e-19,4.1921270280809977e-19,4.1667543073902396e-19,4.141535198768143e-19,4.116468771931357e-19,4.091554102232128e-19,4.066790270624196e-19,4.042176363628844e-19,4.0177114733011524e-19,3.9933946971964743e-19,3.969225138337103e-19,3.945201905179157e-19,3.9213241115795603e-19,3.8975908767634667e-19,3.874001325291622e-19,3.8505545870280597e-19,3.827249797107963e-19,3.8040860959057187e-19,3.781062629003182e-19,3.758178547158122e-19,3.735433006272775e-19,3.712825167362817e-19,3.6903541965262706e-19,3.6680192649127424e-19,3.6458195486927993e-19,3.6237542290275526e-19,3.601822492038412e-19,3.5800235287770293e-19,3.558356535195444e-19,3.536820712116293e-19,3.515415265203449e-19,3.494139404932569e-19,3.4729923465619813e-19,3.4519733101036924e-19,3.431081520294582e-19,3.410316206567776e-19,3.3896766030242097e-19,3.3691619484042507e-19,3.3487714860597242e-19,3.328504463925875e-19,3.3083601344936286e-19,3.288337754781966e-19,3.2684365863105014e-19,3.2486558950722067e-19,3.2289949515063015e-19,3.2094530304713383e-19,3.19002941121833e-19,3.1707233773642694e-19,3.1515342168655907e-19,3.1324612219918803e-19,3.113503689299765e-19,3.0946609196069135e-19,3.0759322179662284e-19,3.057316893640206e-19,3.0388142600753367e-19,3.0204236348768806e-19,3.0021443397835927e-19,2.983975700642685e-19,2.965917047384939e-19,2.947967713999966e-19,2.9301270385115993e-19,2.9123943629534695e-19,2.8947690333447095e-19,2.877250399665733e-19,2.859837815834357e-19,2.842530639681855e-19,2.825328232929271e-19,2.8082299611638477e-19,2.7912351938155994e-19,2.7743433041340323e-19,2.7575536691650155e-19,2.740865669727705e-19,2.724278690391793e-19,2.7077921194547103e-19,2.691405348919052e-19,2.6751177744701366e-19,2.658928795453685e-19,2.6428378148536418e-19,2.626844239270134e-19,2.6109474788975804e-19,2.595146947502835e-19,2.579442062403651e-19,2.563832244447101e-19,2.5483169179882034e-19,2.5328955108686676e-19,2.5175674543957735e-19,2.502332183321369e-19,2.487189135821021e-19,2.4721377534731933e-19,2.4571774812387453e-19,2.442307767440358e-19,2.4275280637421903e-19,2.412837825129627e-19,2.3982365098891586e-19,2.383723579588382e-19,2.3692984990561173e-19,2.354960736362668e-19,2.340709762800114e-19,2.3265450528628884e-19,2.3124660842283133e-19,2.2984723377373305e-19,2.284563297375331e-19,2.270738450253105e-19,2.256997286587908e-19,2.243339299684653e-19,2.22976398591714e-19,2.2162708447095596e-19,2.2028593785179424e-19,2.1895290928118154e-19,2.1762794960559332e-19,2.1631100996921417e-19,2.1500204181213327e-19,2.137009968685518e-19,2.1240782716500282e-19,2.111224850185739e-19,2.0984492303515565e-19,2.0857509410768633e-19,2.0731295141441397e-19,2.0605844841716779e-19,2.048115388596403e-19,2.0357217676567944e-19,2.0234031643759274e-19,2.0111591245445467e-19,1.9989891967043808e-19,1.986892932131422e-19,1.9748698848193714e-19,1.962919611463178e-19,1.9510416714426688e-19,1.939235626806287e-19,1.927501042254922e-19,1.9158374851258494e-19,1.9042445253767129e-19,1.8927217355697246e-19,1.8812686908558312e-19,1.869884968959049e-19,1.858570150160867e-19,1.8473238172847614e-19,1.83614555568079e-19,1.8250349532102992e-19,1.8139916002306613e-19,1.803015089580224e-19,1.792105016563236e-19,1.7812609789349143e-19,1.7704825768865982e-19,1.7597694130309928e-19,1.7491210923874945e-19,1.738537222367616e-19,1.7280174127605041e-19,1.7175612757184854e-19,1.7071684257428265e-19,1.6968384796694513e-19,1.686571056654812e-19,1.676365778161829e-19,1.6662222679459205e-19,1.656140152041111e-19,1.646119058746242e-19,1.6361586186112023e-19,1.6262584644233627e-19,1.6164182311939744e-19,1.6066375561447063e-19,1.596916078694257e-19,1.587253440445043e-19,1.577649285169971e-19,1.568103258799288e-19,1.5586150094075228e-19,1.5491841872004535e-19,1.5398104445022617e-19,1.530493435742655e-19,1.5212328174441228e-19,1.5120282482092587e-19,1.502879388708159e-19,1.4937859016658986e-19,1.4847474518500914e-19,1.4757637060584763e-19,1.4668343331066815e-19,1.4579590038159572e-19,1.449137391001037e-19,1.440369169458063e-19,1.4316540159525805e-19,1.4229916092076105e-19,1.4143816298917887e-19,1.405823760607591e-19,1.3973176858795782e-19,1.388863092142814e-19,1.380459667731248e-19,1.3721071028662277e-19,1.3638050896450595e-19,1.3555533220296495e-19,1.3473514958352077e-19,1.3391993087190255e-19,1.3310964601692878e-19,1.3230426514940284e-19,1.3150375858100805e-19,1.3070809680321158e-19,1.299172504861765e-19,1.2913119047767857e-19,1.2834988780203078e-19,1.2757331365901367e-19,1.2680143942281354e-19,1.2603423664096209e-19,1.2527167703329223e-19,1.2451373249089014e-19,1.2376037507505935e-19,1.2301157701628931e-19,1.2226731071323078e-19,1.2152754873167697e-19,1.2079226380355196e-19,1.2006142882590118e-19,1.1933501685989604e-19,1.186130011298365e-19,1.1789535502216357e-19,1.1718205208447756e-19,1.164730660245614e-19,1.157683707094107e-19,1.150679401642691e-19,1.1437174857167064e-19,1.1367977027048372e-19,1.1299197975496897e-19,1.1230835167383493e-19,1.116288608293029e-19,1.109534821761774e-19,1.102821908209219e-19,1.0961496202074017e-19,1.0895177118266368e-19,1.0829259386264153e-19,1.0763740576464247e-19,1.0698618273975553e-19,1.0633890078529977e-19,1.0569553604393806e-19,1.0505606480279727e-19,1.0442046349259281e-19,1.0378870868675901e-19,1.0316077710058542e-19,1.0253664559035473e-19,1.0191629115249282e-19,1.0129969092271739e-19,1.0068682217519463e-19,1.0007766232170079e-19,9.947218891078862e-20,9.887037962695902e-20,9.827221228983798e-20,9.76776648533557e-20,9.708671540493706e-20,9.649934216469031e-20,9.591552348460416e-20,9.533523784774867e-20,9.475846386748185e-20,9.418518028665993e-20,9.361536597685337e-20,9.304899993756777e-20,9.248606129546639e-20,9.192652930360365e-20,9.137038334065747e-20,9.081760291016849e-20,9.026816763978416e-20,8.972205728050693e-20,8.917925170594696e-20,8.863973091158035e-20,8.81034750140084e-20,8.757046425022771e-20,8.704067897689851e-20,8.651409966962043e-20,8.599070692221223e-20,8.54704814459956e-20,8.495340406908369e-20,8.443945573567352e-20,8.39286175053436e-20,8.342087055235265e-20,8.291619616494865e-20,8.241457574467598e-20,8.19159908056898e-20,8.142042297407427e-20,8.092785398716409e-20,8.043826569287121e-20,7.995164004901544e-20,7.946795912265646e-20,7.89872050894357e-20,7.850936023291645e-20,7.80344069439307e-20,7.756232771992932e-20,7.709310516433682e-20,7.662672198590889e-20,7.616316099809475e-20,7.570240511840369e-20,7.524443736777252e-20,7.478924086994244e-20,7.433679885083424e-20,7.388709463792993e-20,7.344011165965783e-20,7.299583344478089e-20,7.255424362178926e-20,7.211532591829672e-20,7.167906416043827e-20,7.124544227227654e-20,7.081444427520664e-20,7.038605428736724e-20,6.996025652305456e-20,6.953703529214003e-20,6.911637499949151e-20,6.869826014439784e-20,6.828267531999761e-20,6.786960521270875e-20,6.745903460166658e-20,6.705094835816011e-20,6.664533144507476e-20,6.624216891633747e-20,6.584144591636516e-20,6.544314767951699e-20,6.504725952954991e-20,6.46537668790754e-20,6.42626552290243e-20,6.387391016810978e-20,6.34875173722965e-20,6.31034626042719e-20,6.272173171292126e-20,6.234231063280538e-20,6.1965185383642e-20,6.159034206979029e-20,6.121776687973665e-20,6.084744608558774e-20,6.04793660425624e-20,6.01135131884887e-20,5.974987404330366e-20,5.938843520855597e-20,5.90291833669118e-20,5.867210528166393e-20,5.831718779624174e-20,5.796441783372852e-20,5.761378239637736e-20,5.726526856513207e-20,5.691886349915068e-20,5.65745544353318e-20,5.623232868784367e-20,5.58921736476565e-20,5.555407678207752e-20,5.5218025634287e-20,5.48840078228816e-20,5.455201104141557e-20,5.422202305794754e-20,5.389403171458913e-20,5.356802492705659e-20,5.324399068422507e-20,5.292191704768594e-20,5.26017921513048e-20,5.228360420078628e-20,5.196734147323739e-20,5.165299231673536e-20,5.134054514989805e-20,5.1029988461456754e-20,5.0721310809831433e-20,5.041450082270889e-20,5.010954719662361e-20,4.980643869653928e-20,4.950516415543677e-20,4.920571247390062e-20,4.890807261971006e-20,4.8612233627432126e-20,4.8318184598017247e-20,4.8025914698397144e-20,4.773541316108569e-20,4.744666928378034e-20,4.7159672428969545e-20,4.6874412023538955e-20,4.6590877558381795e-20,4.6309058588011316e-20,4.602894473017549e-20,4.5750525665474067e-20,4.5473791136978065e-20,4.519873094985168e-20,4.492533497097505e-20,4.465359312857247e-20,4.4383495411839593e-20,4.411503187057458e-20,4.384819261481106e-20,4.3582967814453505e-20,4.3319347698914497e-20,4.305732255675478e-20,4.2796882735323936e-20,4.2538018640406124e-20,4.2280720735865e-20,4.202497954329241e-20,4.177078564165876e-20,4.151812966696563e-20,4.1267002311900326e-20,4.1017394325492686e-20,4.0769296512774205e-20,4.0522699734437785e-20,4.0277594906502285e-20,4.003397299997661e-20,3.9791825040526665e-20,3.9551142108144745e-20,3.9311915336820306e-20,3.907413591421313e-20,3.883779508132862e-20,3.8602884132193565e-20,3.836939441353683e-20,3.8137317324469115e-20,3.790664431616607e-20,3.767736689155288e-20,3.7449476604991167e-20,3.722296506196729e-20,3.6997823918782924e-20,3.677404488224753e-20,3.65516197093716e-20,3.6330540207064097e-20,3.611079823182937e-20,3.589238568946709e-20,3.567529453477371e-20,3.545951677124593e-20,3.524504445078559e-20,3.503186967340699e-20,3.481998458694451e-20,3.460938138676458e-20,3.4400052315476805e-20,3.4191989662648287e-20,3.39851857645191e-20,3.377963300371989e-20,3.357532380899083e-20,3.337225065490251e-20,3.3170406061578664e-20,3.2969782594419286e-20,3.2770372863828116e-20,3.257216952493897e-20,3.2375165277345356e-20,3.2179352864831074e-20,3.198472507510277e-20,3.1791274739523996e-20,3.1598994732850976e-20,3.1407877972969116e-20,3.121791742063311e-20,3.102910607920654e-20,3.084143699440402e-20,3.065490325403488e-20,3.0469497987748204e-20,3.028521436677954e-20,3.0102045603699115e-20,2.991998495216172e-20,2.973902570665711e-20,2.955916120226409e-20,2.9380384814403875e-20,2.920268995859601e-20,2.902607009021566e-20,2.8850518704252185e-20,2.867602933506938e-20,2.850259555616727e-20,2.833021097994425e-20,2.815886925746294e-20,2.7988564078215114e-20,2.781928916988933e-20,2.7651038298139645e-20,2.7483805266355695e-20,2.7317583915434296e-20,2.715236812355232e-20,2.698815180594112e-20,2.6824928914661503e-20,2.6662693438381843e-20,2.6501439402155682e-20,2.6341160867201588e-20,2.6181851930684283e-20,2.602350672549691e-20,2.5866119420044755e-20,2.5709684218030437e-20,2.555419535823945e-20,2.5399647114328826e-20,2.5246033794615353e-20,2.509334974186579e-20,2.494158933308842e-20,2.4790746979325672e-20,2.4640817125448035e-20,2.44917942499493e-20,2.434367286474316e-20,2.419644751496015e-20,2.4050112778747592e-20,2.3904663267069032e-20,2.376009362350568e-20,2.361639852405898e-20,2.3473572676954304e-20,2.333161082244585e-20,2.3190507732622904e-20,2.305025821121645e-20,2.291085709340858e-20,2.2772299245641417e-20,2.2634579565428033e-20,2.2497692981164327e-20,2.2361634451942073e-20,2.2226398967363042e-20,2.2091981547354318e-20,2.1958377241984866e-20,2.1825581131282378e-20,2.169358832505291e-20,2.1562393962699856e-20,2.1431993213045032e-20,2.1302381274150512e-20,2.117355337314165e-20,2.1045504766031017e-20,2.0918230737543827e-20,2.0791726600943372e-20,2.0665987697859194e-20,2.0541009398114787e-20,2.0416787099557002e-20,2.029331622788644e-20,2.0170592236488776e-20,2.0048610606267196e-20,1.9927366845475792e-20,1.9806856489554083e-20,1.9687075100961922e-20,1.9568018269016743e-20,1.9449681609730397e-20,1.9332060765647662e-20,1.9215151405685682e-20,1.9098949224974218e-20,1.898344994469702e-20,1.8868649311934242e-20,1.8754543099505067e-20,1.8641127105812745e-20,1.852839715468916e-20,1.8416349095241007e-20,1.8304978801696794e-20,1.8194282173254757e-20,1.8084255133931687e-20,1.7974893632412712e-20,1.786619364190203e-20,1.7758151159974016e-20,1.7650762208426434e-20,1.75440228331333e-20,1.7437929103899215e-20,1.733247711431454e-20,1.7227662981611375e-20,1.712348284652046e-20,1.7019932873129008e-20,1.6917009248738863e-20,1.681470818372665e-20,1.6713025911403662e-20,1.6611958687877077e-20,1.6511502791912004e-20,1.6411654524794278e-20,1.631241021019418e-20,1.621376619403088e-20,1.61157188443379e-20,1.6018264551128746e-20,1.5921399726264583e-20,1.582512080332147e-20,1.5729424237459065e-20,1.563430650528993e-20,1.5539764104749693e-20,1.5445793554967942e-20,1.5352391396140067e-20,1.5259554189399273e-20,1.5167278516690484e-20,1.507556098064394e-20,1.498439820445008e-20,1.4893786831735077e-20,1.4803723526437144e-20,1.4714204972683558e-20,1.462522787466844e-20,1.4536788956531428e-20,1.4448884962236457e-20,1.4361512655452434e-20,1.4274668819433507e-20,1.418835025690063e-20,1.4102553789923702e-20,1.401727625980446e-20,1.393251452696005e-20,1.384826547080741e-20,1.3764525989647882e-20,1.368129300055345e-20,1.3598563439252776e-20,1.3516334260018311e-20,1.3434602435554076e-20,1.3353364956884075e-20,1.3272618833241403e-20,1.3192361091958027e-20,1.31125887783553e-20,1.3033298955634724e-20,1.2954488704770259e-20,1.2876155124400363e-20,1.2798295330721163e-20,1.2720906457380193e-20,1.2643985655370723e-20,1.2567530092926797e-20,1.249153695541892e-20,1.2416003445250021e-20,1.2340926781752828e-20,1.2266304201087093e-20,1.2192132956137778e-20,1.2118410316413856e-20,1.2045133567947626e-20,1.1972300013194761e-20,1.189990697093485e-20,1.182795177617269e-20,1.1756431780039737e-20,1.1685344349696977e-20,1.16146868682376e-20,1.1544456734590587e-20,1.1474651363424928e-20,1.1405268185054283e-20,1.1336304645342319e-20,1.1267758205608652e-20,1.1199626342534979e-20,1.1131906548072572e-20,1.1064596329349522e-20,1.0997693208578968e-20,1.0931194722967778e-20,1.08650984246258e-20,1.0799401880475634e-20,1.0734102672163001e-20,1.0669198395967696e-20,1.0604686662714677e-20,1.0540565097686518e-20,1.0476831340535562e-20,1.0413483045197058e-20,1.0350517879802657e-20,1.0287933526594536e-20,1.0225727681839936e-20,1.0163898055746409e-20,1.0102442372377076e-20,1.0041358369567256e-20,9.980643798840779e-21,9.920296425327232e-21,9.86031402767958e-21,9.800694397992329e-21,9.74143534172017e-21,9.682534677597099e-21,9.623990237556122e-21,9.565799866649087e-21,9.507961422967681e-21,9.450472777564252e-21,9.393331814373402e-21,9.336536430134044e-21,9.280084534311877e-21,9.223974049022371e-21,9.168202908954198e-21,9.112769061293191e-21,9.057670465646444e-21,9.002905093967536e-21,8.948470930481517e-21,8.894365971610728e-21,8.840588225900943e-21,8.787135713948024e-21,8.734006468324959e-21,8.681198533509442e-21,8.628709965811598e-21,8.576538833302683e-21,8.524683215743705e-21,8.473141204514695e-21,8.421910902544408e-21,8.370990424240426e-21,8.320377895419647e-21,8.27007145323928e-21,8.220069246128229e-21,8.170369433718654e-21,8.120970186778512e-21,8.071869687143936e-21,8.02306612765227e-21,7.974557712075523e-21,7.926342655054178e-21,7.878419182031394e-21,7.830785529187706e-21,7.783439943375782e-21,7.736380682056214e-21,7.689606013233053e-21,7.643114215390049e-21,7.596903577427261e-21,7.550972398597985e-21,7.505318988446096e-21,7.459941666743777e-21,7.414838763429662e-21,7.370008618547094e-21,7.325449582183278e-21,7.281160014408302e-21,7.23713828521475e-21,7.193382774457667e-21,7.149891871794845e-21,7.10666397662752e-21,7.063697498041442e-21,7.020990854748062e-21,6.97854247502657e-21,6.936350796665809e-21,6.89441426690675e-21,6.852731342385295e-21,6.811300489075417e-21,6.770120182232646e-21,6.729188906337896e-21,6.688505155041678e-21,6.64806743110842e-21,6.60787424636158e-21,6.567924121628647e-21,6.5282155866866835e-21,6.488747180208171e-21,6.449517449707169e-21,6.410524951485809e-21,6.371768250581147e-21,6.333245920712129e-21,6.294956544227312e-21,6.256898712052457e-21,6.219071023638681e-21,6.181472086910833e-21,6.144100518216231e-21,6.10695494227369e-21,6.070033992122853e-21,6.033336309073876e-21,5.996860542657205e-21,5.960605350574092e-21,5.924569398646957e-21,5.8887513607703076e-21,5.8531499188618674e-21,5.817763762814031e-21,5.782591590445591e-21,5.747632107453826e-21,5.712884027366646e-21,5.678346071495456e-21,5.644016968887875e-21,5.609895456280981e-21,5.575980278054753e-21,5.5422701861858305e-21,5.508763940201537e-21,5.475460307134184e-21,5.4423580614757055e-21,5.409455985132328e-21,5.37675286737997e-21,5.34424750481946e-21,5.311938701332262e-21,5.279825268036412e-21,5.247906023242721e-21,5.216179792411251e-21,5.184645408108086e-21,5.153301709962185e-21,5.122147544622843e-21,5.091181765717091e-21,5.0604032338074765e-21,5.0298108163501075e-21,4.999403387652939e-21,4.96917982883429e-21,4.939139027781649e-21,4.909279879110741e-21,4.87960128412466e-21,4.850102150773622e-21,4.820781393614599e-21,4.791637933771368e-21,4.7626706988947695e-21,4.73387862312322e-21,4.70526064704344e-21,4.676815717651477e-21,4.648542788313775e-21,4.620440818728834e-21,4.5925087748887526e-21,4.5647456290411794e-21,4.5371503596514544e-21,4.509721951364987e-21,4.482459394969852e-21,4.455361687359633e-21,4.4284278314964806e-21,4.401656836374287e-21,4.375047716982368e-21,4.348599494269054e-21,4.322311195105655e-21,4.296181852250636e-21,4.270210504313977e-21,4.2443961957217656e-21,4.2187379766810445e-21,4.1932349031446854e-21,4.167886036776829e-21,4.142690444918174e-21,4.117647200551686e-21,4.092755382268427e-21,4.068014074233645e-21,4.043422366153022e-21,4.0189793532391614e-21,3.994684136178289e-21,3.970535821097012e-21,3.946533519529579e-21,3.922676348385033e-21,3.8989634299147226e-21,3.875393891679977e-21,3.851966866519963e-21,3.828681492519763e-21,3.805536912978647e-21,3.782532276378421e-21,3.759666736352219e-21,3.736939451653231e-21,3.714349586123752e-21,3.69189630866438e-21,3.669578793203403e-21,3.647396218666394e-21,3.625347768945951e-21,3.603432632871688e-21,3.581650004180236e-21,3.559999081485726e-21,3.538479068250157e-21,3.5170891727540954e-21,3.495828608067515e-21,3.4746965920208154e-21,3.4536923471760186e-21,3.432815100798166e-21,3.412064084826754e-21,3.391438535847603e-21,3.370937695064644e-21,3.3505608082719964e-21,3.3303071258261944e-21,3.3101759026185868e-21,3.290166398047882e-21,3.2702778759928935e-21,3.250509604785438e-21,3.2308608571833078e-21,3.211330910343628e-21,3.1919190457961405e-21,3.172624549416773e-21,3.153446711401337e-21,3.134384826239394e-21,3.1154381926882695e-21,3.0966061137472576e-21,3.0778878966318596e-21,3.0592828527484116e-21,3.040790297668628e-21,3.0224095511044362e-21,3.004139936882909e-21,2.985980782921372e-21,2.967931421202662e-21,2.94999118775051e-21,2.9321594226051273e-21,2.9144354697988176e-21,2.896818677331937e-21,2.8793083971488128e-21,2.8619039851138992e-21,2.8446048009880472e-21,2.827410208404943e-21,2.8103195748476687e-21,2.793332271625428e-21,2.7764476738503214e-21,2.759665160414453e-21,2.742984113966982e-21,2.7264039208914064e-21,2.7099239712829733e-21,2.693543658926214e-21,2.677262381272631e-21,2.6610795394185013e-21,2.644994538082849e-21,2.6290067855854457e-21,2.6131156938251455e-21,2.5973206782581413e-21,2.5816211578764726e-21,2.5660165551866254e-21,2.5505062961882703e-21,2.5350898103531233e-21,2.5197665306039644e-21,2.5045358932936753e-21,2.4893973381846028e-21,2.474350308427852e-21,2.4593942505428043e-21,2.4445286143967354e-21,2.4297528531845637e-21,2.4150664234087088e-21,2.40046878485909e-21,2.385959400593244e-21,2.3715377369164933e-21,2.357203263362392e-21,2.3429554526731327e-21,2.328793780780144e-21,2.314717726784798e-21,2.30072677293923e-21,2.286820404627278e-21,2.2729981103455474e-21,2.259259381684514e-21,2.2456037133099078e-21,2.2320306029440324e-21,2.2185395513472973e-21,2.205130062299831e-21,2.1918016425832166e-21,2.1785538019623267e-21,2.1653860531672733e-21,2.15229791187549e-21,2.1392888966938333e-21,2.1263585291409518e-21,2.1135063336296102e-21,2.100731837449192e-21,2.0880345707482974e-21,2.075414066517444e-21,2.0628698605718725e-21,2.0504014915344744e-21,2.0380085008187427e-21,2.0256904326119786e-21,2.0134468338584493e-21,2.001277254242728e-21,1.989181246173109e-21,1.9771583647651312e-21,1.9652081678252e-21,1.9533302158343062e-21,1.94152407193186e-21,1.9297893018995505e-21,1.9181254741454463e-21,1.9065321596880433e-21,1.895008932140496e-21,1.8835553676949108e-21,1.872171045106747e-21,1.860855545679311e-21,1.84960845324835e-21,1.838429354166684e-21,1.827317837289051e-21,1.8162734939569224e-21,1.80529591798347e-21,1.794384705638611e-21,1.7835394556341484e-21,1.7727597691089956e-21,1.762045249614494e-21,1.7513955030998274e-21,1.7408101378974692e-21,1.7302887647088406e-21,1.7198309965899205e-21,1.709436448937023e-21,1.6991047394726344e-21,1.688835488231338e-21,1.6786283175458329e-21,1.6684828520330358e-21,1.6583987185802192e-21,1.6483755463313465e-21,1.6384129666733707e-21,1.6285106132226794e-21,1.6186681218116033e-21,1.6088851304750165e-21,1.5991612794370052e-21,1.5894962110976275e-21,1.5798895700197618e-21,1.5703410029159719e-21,1.5608501586355755e-21,1.551416688151672e-21,1.5420402445483001e-21,1.532720483007675e-21,1.5234570607974892e-21,1.514249637258299e-21,1.5050978737909976e-21,1.4960014338443001e-21,1.4869599829024286e-21,1.477973188472749e-21,1.469040720073546e-21,1.4601622492218573e-21,1.4513374494213799e-21,1.442565996150454e-21,1.4338475668501184e-21,1.4251818409122435e-21,1.4165684996676924e-21,1.4080072263746507e-21,1.399497706206926e-21,1.3910396262423715e-21,1.382632675451365e-21,1.374276544685362e-21,1.3659709266655165e-21,1.3577155159713788e-21,1.3495100090296132e-21,1.3413541041028863e-21,1.3332475012787192e-21,1.3251899024584565e-21,1.3171810113462956e-21,1.3092205334383813e-21,1.3013081760119631e-21,1.2934436481146228e-21,1.285626660553575e-21,1.2778569258849806e-21,1.2701341584034303e-21,1.2624580741313843e-21,1.2548283908087328e-21,1.2472448278824048e-21,1.2397071064960443e-21,1.232214949479743e-21,1.224768081339851e-21,1.217366228248798e-21,1.2100091180350703e-21,1.202696480173157e-21,1.195428045773599e-21,1.188203547573097e-21,1.1810227199246722e-21,1.1738852987878867e-21,1.1667910217191282e-21,1.159739627861959e-21,1.1527308579374788e-21,1.1457644542348354e-21,1.1388401606017027e-21,1.131957722434863e-21,1.1251168866708374e-21,1.1183174017765695e-21,1.111559017740167e-21,1.1048414860617139e-21,1.0981645597440836e-21,1.0915279932839034e-21,1.0849315426624834e-21,1.0783749653368459e-21,1.0718580202307949e-21,1.0653804677260472e-21,1.0589420696534123e-21,1.0525425892840262e-21,1.0461817913206459e-21,1.0398594418889619e-21,1.0335753085290322e-21,1.0273291601867028e-21,1.0211207672051025e-21,1.0149499013161997e-21,1.008816335632397e-21,1.0027198446381808e-21,9.966602041818302e-22,9.906371914671402e-22,9.8465058504526e-22,9.78700164806521e-22,9.72785711972338e-22,9.669070090871614e-22,9.610638400104714e-22,9.552559899088265e-22,9.494832452479539e-22,9.437453937849009e-22,9.38042224560194e-22,9.323735278901183e-22,9.267390953589728e-22,9.211387198114063e-22,9.155721953447962e-22,9.100393173016663e-22,9.04539882262161e-22,8.990736880365616e-22,8.936405336578215e-22,8.882402193742086e-22,8.828725466419281e-22,8.77537318117824e-22,8.722343376521141e-22,8.669634102811743e-22,8.617243422203628e-22,8.565169408568872e-22,8.513410147427262e-22,8.461963735875562e-22,8.410828282517872e-22,8.360001907395773e-22,8.309482741919222e-22,8.2592689287977605e-22,8.209358621972194e-22,8.159749986546646e-22,8.110441198721102e-22,8.061430445724041e-22,8.012715925746107e-22,7.964295847873549e-22,7.916168432022392e-22,7.868331908872914e-22,7.820784519804558e-22,7.773524516831197e-22,7.726550162536833e-22,7.679859730011703e-22,7.633451502788517e-22,7.587323774779625e-22,7.541474850214013e-22,7.495903043574971e-22,7.450606679538055e-22,7.405584092909443e-22,7.360833628564674e-22,7.31635364138777e-22,7.272142496210512e-22,7.228198567752584e-22,7.184520240561546e-22,7.141105908953458e-22,7.09795397695378e-22,7.0550628582386635e-22,7.01243097607656e-22,6.970056763270228e-22,6.92793866209909e-22,6.886075124261739e-22,6.844464610819243e-22,6.803105592138335e-22,6.761996547835186e-22,6.721135966719432e-22,6.6805223467386e-22,6.640154194922822e-22,6.600030027329956e-22,6.560148368990783e-22,6.520507753855046e-22,6.481106724737278e-22,6.44194383326327e-22,6.403017639816755e-22,6.364326713486445e-22,6.325869632013389e-22,6.28764498173862e-22,6.249651357551223e-22,6.211887362836408e-22,6.174351609424432e-22,6.137042717539326e-22,6.099959315748166e-22,6.063100040910632e-22,6.026463538128842e-22,5.990048460697495e-22,5.953853470054372e-22,5.917877235730919e-22,5.88211843530354e-22,5.8465757543447775e-22,5.8112478863749945e-22,5.776133532814296e-22,5.741231402934764e-22,5.706540213812964e-22,5.6720586902827305e-22,5.637785564888312e-22,5.60371957783756e-22,5.569859476955833e-22,5.536204017639755e-22,5.5027519628114665e-22,5.469502082873119e-22,5.436453155661626e-22,5.403603966403705e-22,5.370953307671208e-22,5.338499979336576e-22,5.306242788528868e-22,5.274180549589773e-22,5.24231208402999e-22,5.210636220485878e-22,5.17915179467637e-22,5.147857649360137e-22,5.116752634292992e-22,5.085835606185645e-22,5.05510542866146e-22,5.024560972214884e-22,4.99420111416975e-22,4.964024738637995e-22,4.934030736478617e-22,4.904218005256874e-22,4.874585449203715e-22,4.8451319791755065e-22,4.815856512613828e-22,4.78675797350585e-22,4.757835292344609e-22,4.729087406089693e-22,4.700513258128146e-22,4.672111798235582e-22,4.643881982537561e-22,4.615822773471169e-22,4.5879331397468985e-22,4.560212056310569e-22,4.532658504305813e-22,4.505271471036471e-22,4.478049949929356e-22,4.450992940497233e-22,4.424099448302011e-22,4.397368484918161e-22,4.370799067896383e-22,4.344390220727343e-22,4.318140972805929e-22,4.292050359395428e-22,4.266117421592068e-22,4.240341206289737e-22,4.214720766144922e-22,4.1892551595418613e-22,4.1639434505579085e-22,4.138784708929124e-22,4.113778010015941e-22,4.0889224347693343e-22,4.0642170696968804e-22,4.0396610068291946e-22,4.015253343686525e-22,3.9909931832455527e-22,3.9668796339063973e-22,3.942911809459849e-22,3.919088829054651e-22,3.89540981716526e-22,3.871873903559551e-22,3.8484802232668e-22,3.8252279165458973e-22,3.802116128853698e-22,3.779144010813601e-22,3.756310718184302e-22,3.7336154118287635e-22,3.7110572576832387e-22,3.688635426726758e-22,3.6663490949505205e-22,3.6441974433276106e-22,3.622179657782873e-22,3.600294929162969e-22,3.5785424532066085e-22,3.5569214305149953e-22,3.5354310665223164e-22,3.5140705714666723e-22,3.4928391603609207e-22,3.471736052963828e-22,3.4507604737513773e-22,3.429911651888227e-22,3.4091888211993716e-22,3.388591220141949e-22,3.368118091777261e-22,3.3477686837428274e-22,3.3275422482248633e-22,3.3074380419306697e-22,3.2874553260613234e-22,3.2675933662844968e-22,3.2478514327074546e-22,3.2282287998501967e-22,3.2087247466188055e-22,3.189338556278828e-22,3.170069516429046e-22,3.150916918975191e-22,3.131880060103911e-22,3.112958240256895e-22,3.09415076410513e-22,3.075456940523333e-22,3.0568760825645326e-22,3.038407507434816e-22,3.020050536468139e-22,3.001804495101483e-22,2.9836687128499665e-22,2.9656425232821995e-22,2.9477252639957803e-22,2.929916276592918e-22,2.9122149066562313e-22,2.89462050372469e-22,2.877132421269611e-22,2.859750016671007e-22,2.842472651193861e-22,2.8252996899646573e-22,2.808230501948037e-22,2.7912644599235784e-22,2.774400940462738e-22,2.7576393239059137e-22,2.740978994339677e-22,2.7244193395740426e-22,2.7079597511200703e-22,2.6915996241674035e-22,2.6753383575620506e-22,2.659175353784269e-22,2.643110018926594e-22,2.627141762671992e-22,2.6112699982721716e-22,2.5954941425259304e-22,2.57981361575781e-22,2.564227841796712e-22,2.5487362479547223e-22,2.5333382650060445e-22,2.518033327166073e-22,2.5028208720705773e-22,2.487700340755027e-22,2.472671177634045e-22,2.4577328304809103e-22,2.44288475040735e-22,2.4281263918432843e-22,2.413457212516778e-22,2.3988766734341024e-22,2.3843842388599046e-22,2.3699793762975144e-22,2.355661556469368e-22,2.341430253297486e-22,2.3272849438842174e-22,2.3132251084929492e-22,2.2992502305290073e-22,2.2853597965206543e-22,2.2715532961002134e-22,2.2578302219852933e-22,2.2441900699601357e-22,2.230632338857087e-22,2.2171565305381033e-22,2.2037621498765287e-22,2.1904487047388234e-22,2.177215705966478e-22,2.1640626673580285e-22,2.150989105651174e-22,2.137994540505006e-22,2.125078494482345e-22,2.1122404930321925e-22,2.099480064472227e-22,2.0867967399715446e-22,2.0741900535333575e-22,2.061659541977873e-22,2.0492047449252633e-22,2.0368252047787277e-22,2.0245204667076762e-22,2.0122900786310076e-22,2.0001335912004354e-22,1.988050557784043e-22,1.9760405344498084e-22,1.964103079949289e-22,1.9522377557013976e-22,1.9404441257762762e-22,1.928721756879259e-22,1.9170702183349476e-22,1.9054890820713818e-22,1.8939779226042438e-22,1.8825363170212986e-22,1.8711638449667819e-22,1.8598600886259591e-22,1.848624632709763e-22,1.837457064439519e-22,1.8263569735317705e-22,1.8153239521832008e-22,1.8043575950555884e-22,1.7934574992609802e-22,1.7826232643468219e-22,1.7718544922812476e-22,1.7611507874384464e-22,1.7505117565841074e-22,1.7399370088609685e-22,1.7294261557744367e-22,1.7189788111783219e-22,1.7085945912605827e-22,1.698273114529292e-22,1.6880140017985565e-22,1.6778168761745873e-22,1.6676813630418437e-22,1.6576070900492545e-22,1.64759368709653e-22,1.6376407863205632e-22,1.6277480220818554e-22,1.6179150309511467e-22,1.6081414516959994e-22,1.598426925267534e-22,1.588771094787222e-22,1.5791736055337658e-22,1.5696341049300554e-22,1.5601522425302068e-22,1.5507276700066828e-22,1.5413600411374427e-22,1.532049011793283e-22,1.5227942399251339e-22,1.5135953855514956e-22,1.5044521107459389e-22,1.4953640796246795e-22,1.4863309583342272e-22,1.4773524150391235e-22,1.468428119909694e-22,1.4595577451099905e-22,1.45074096478569e-22,1.441977455052126e-22,1.4332668939823813e-22,1.4246089615954482e-22,1.4160033398444678e-22,1.4074497126050336e-22,1.3989477656635779e-22,1.39049718670578e-22,1.3820976653051448e-22,1.3737488929115474e-22,1.3654505628398981e-22,1.3572023702588683e-22,1.3490040121796828e-22,1.3408551874449779e-22,1.3327555967177417e-22,1.324704942470267e-22,1.3167029289732716e-22,1.3087492622849874e-22,1.3008436502403614e-22,1.292985802440314e-22,1.2851754302410662e-22,1.2774122467435217e-22,1.2696959667827204e-22,1.2620263069173678e-22,1.254402985419371e-22,1.24682572226354e-22,1.2392942391172548e-22,1.2318082593302422e-22,1.224367507924403e-22,1.2169717115837033e-22,1.209620598644127e-22,1.2023138990836966e-22,1.1950513445125106e-22,1.1878326681629282e-22,1.1806576048797269e-22,1.1735258911103645e-22,1.1664372648952886e-22,1.1593914658583046e-22,1.1523882351970067e-22,1.1454273156732597e-22,1.1385084516037527e-22,1.131631388850565e-22,1.124795874811873e-22,1.1180016584126309e-22,1.1112484900953474e-22,1.104536121810912e-22,1.097864307009478e-22,1.0912328006313944e-22,1.0846413590982074e-22,1.0780897403036738e-22,1.071577703604908e-22,1.0651050098135027e-22,1.0586714211867453e-22,1.0522767014188761e-22,1.045920615632403e-22,1.0396029303694653e-22,1.0333234135832517e-22,1.0270818346294784e-22,1.020877964257878e-22,1.0147115746038202e-22,1.0085824391799008e-22,1.0024903328676268e-22,9.964350319091394e-23,9.904163138989872e-23,9.844339577759528e-23,9.784877438149308e-23,9.725774536188239e-23,9.667028701105564e-23,9.608637775250662e-23,9.550599614013786e-23,9.492912085747257e-23,9.435573071687065e-23,9.378580465875021e-23,9.321932175081316e-23,9.265626118727637e-23,9.209660228810442e-23,9.154032449825317e-23,9.09874073869116e-23,9.043783064675143e-23,8.989157409318061e-23,8.934861766360141e-23,8.880894141667279e-23,8.827252553157811e-23,8.773935030729402e-23,8.720939616186991e-23,8.66826436317058e-23,8.615907337083725e-23,8.563866615022456e-23,8.512140285704544e-23,8.460726449399297e-23,8.40962321785769e-23,8.358828714243041e-23,8.308341073061766e-23,8.258158440095183e-23,8.208278972331086e-23,8.158700837896087e-23,8.109422215988269e-23,8.060441296810261e-23,8.011756281502704e-23,7.963365382078203e-23,7.915266821355357e-23,7.867458832893791e-23,7.819939660928999e-23,7.772707560307849e-23,7.725760796424456e-23,7.679097645156404e-23,7.632716392801389e-23,7.586615336014214e-23,7.540792781744253e-23,7.495247047172977e-23,7.449976459652447e-23,7.404979356643613e-23,7.360254085655246e-23,7.315799004183214e-23,7.271612479650101e-23,7.227692889345202e-23,7.184038620364933e-23,7.140648069553342e-23,7.097519643443484e-23,7.054651758198657e-23,7.012042839554236e-23,6.969691322759805e-23,6.927595652521645e-23,6.885754282945581e-23,6.844165677480141e-23,6.802828308860152e-23,6.761740659050395e-23,6.720901219190105e-23,6.680308489537322e-23,6.639960979413817e-23,6.599857207150296e-23,6.55999570003196e-23,6.520374994244349e-23,6.48099363481961e-23,6.441850175582829e-23,6.402943179099155e-23,6.364271216620779e-23,6.325832868034471e-23,6.287626721809401e-23,6.249651374945234e-23,6.211905432920577e-23,6.174387509641742e-23,6.137096227391813e-23,6.100030216779864e-23,6.063188116690874e-23,6.026568574235542e-23,5.990170244700594e-23,5.953991791499372e-23,5.918031886122704e-23,5.882289208090086e-23,5.846762444901182e-23,5.811450291987425e-23,5.776351452664326e-23,5.741464638083641e-23,5.706788567186054e-23,5.672321966654097e-23,5.638063570865338e-23,5.604012121845884e-23,5.570166369224147e-23,5.536525070184917e-23,5.503086989423536e-23,5.469850899100747e-23,5.436815578797397e-23,5.403979815469628e-23,5.371342403404296e-23,5.338902144174667e-23,5.306657846596367e-23,5.274608326683641e-23,5.2427524076056967e-23,5.211088919643676e-23,5.179616700147522e-23,5.148334593493284e-23,5.117241451040646e-23,5.0863361310907255e-23,5.055617498844102e-23,5.0250844263591234e-23,4.9947357925104826e-23,4.9645704829478807e-23,4.9345873900552833e-23,4.904785412910078e-23,4.875163457242649e-23,4.845720435396166e-23,4.8164552662866077e-23,4.78736687536304e-23,4.75845419456816e-23,4.7297161622989017e-23,4.7011517233676457e-23,4.672759828963281e-23,4.6445394366127235e-23,4.6164895101425857e-23,4.5886090196411085e-23,4.5608969414203156e-23,4.533352257978386e-23,4.505973957962307e-23,4.478761036130566e-23,4.4517124933164134e-23,4.4248273363910204e-23,4.3981045782269997e-23,4.371543237662149e-23,4.345142339463379e-23,4.318900914290894e-23,4.292817998662586e-23,4.2668926349185166e-23,4.2411238711859036e-23,4.215510761344027e-23,4.1900523649894835e-23,4.164747747401641e-23,4.139595979508279e-23,4.1145961378514547e-23,4.08974730455357e-23,4.065048567283668e-23,4.0404990192237956e-23,4.0160977590358523e-23,3.991843890828361e-23,3.967736524123559e-23,3.9437747738247057e-23,3.919957760183522e-23,3.8962846087678973e-23,3.872754450429767e-23,3.849366421273067e-23,3.8261196626221614e-23,3.8030133209901713e-23,3.78004654804765e-23,3.757218500591401e-23,3.734528340513504e-23,3.711975234770511e-23,3.689558355352846e-23,3.6672768792543886e-23,3.645129988442153e-23,3.623116869826362e-23,3.6012367152304854e-23,3.5794887213615576e-23,3.557872089780668e-23,3.536386026873618e-23,3.5150297438217674e-23,3.493802456573066e-23,3.4727033858131575e-23,3.451731756936878e-23,3.430886800019704e-23,3.410167749789496e-23],"x":[20.0,20.005997600959617,20.011995201919234,20.017992802878847,20.023990403838464,20.02998800479808,20.0359856057577,20.041983206717312,20.04798080767693,20.053978408636546,20.059976009596163,20.065973610555776,20.071971211515393,20.07796881247501,20.083966413434627,20.08996401439424,20.095961615353858,20.101959216313475,20.10795681727309,20.11395441823271,20.119952019192322,20.12594962015194,20.131947221111556,20.137944822071173,20.143942423030786,20.149940023990403,20.15593762495002,20.161935225909637,20.16793282686925,20.173930427828868,20.179928028788485,20.185925629748102,20.191923230707715,20.197920831667332,20.20391843262695,20.209916033586566,20.215913634546183,20.221911235505797,20.227908836465414,20.23390643742503,20.239904038384648,20.24590163934426,20.251899240303878,20.257896841263495,20.263894442223112,20.269892043182725,20.275889644142342,20.28188724510196,20.287884846061576,20.29388244702119,20.299880047980807,20.305877648940424,20.31187524990004,20.317872850859658,20.32387045181927,20.329868052778888,20.335865653738505,20.341863254698122,20.347860855657736,20.353858456617353,20.35985605757697,20.365853658536587,20.3718512594962,20.377848860455817,20.383846461415434,20.38984406237505,20.395841663334664,20.40183926429428,20.4078368652539,20.413834466213515,20.419832067173132,20.425829668132746,20.431827269092363,20.43782487005198,20.443822471011597,20.44982007197121,20.455817672930827,20.461815273890444,20.46781287485006,20.473810475809675,20.47980807676929,20.48580567772891,20.491803278688526,20.49780087964814,20.503798480607756,20.509796081567373,20.51579368252699,20.521791283486607,20.52778888444622,20.533786485405837,20.539784086365454,20.54578168732507,20.551779288284685,20.557776889244302,20.56377449020392,20.569772091163536,20.57576969212315,20.581767293082766,20.587764894042383,20.593762495002,20.599760095961614,20.60575769692123,20.611755297880848,20.617752898840465,20.62375049980008,20.629748100759695,20.635745701719312,20.64174330267893,20.647740903638546,20.65373850459816,20.659736105557776,20.665733706517393,20.67173130747701,20.677728908436624,20.68372650939624,20.689724110355858,20.695721711315475,20.701719312275088,20.707716913234705,20.713714514194322,20.71971211515394,20.725709716113556,20.73170731707317,20.737704918032787,20.743702518992404,20.74970011995202,20.755697720911634,20.76169532187125,20.767692922830868,20.773690523790485,20.7796881247501,20.785685725709715,20.791683326669332,20.79768092762895,20.803678528588563,20.80967612954818,20.815673730507797,20.821671331467414,20.82766893242703,20.833666533386644,20.83966413434626,20.845661735305878,20.851659336265495,20.85765693722511,20.863654538184726,20.869652139144343,20.87564974010396,20.881647341063573,20.88764494202319,20.893642542982807,20.899640143942424,20.905637744902037,20.911635345861654,20.91763294682127,20.92363054778089,20.929628148740505,20.93562574970012,20.941623350659736,20.947620951619353,20.95361855257897,20.959616153538583,20.9656137544982,20.971611355457817,20.977608956417434,20.983606557377048,20.989604158336665,20.99560175929628,21.0015993602559,21.007596961215516,21.01359456217513,21.019592163134746,21.025589764094363,21.03158736505398,21.037584966013593,21.04358256697321,21.049580167932827,21.055577768892444,21.061575369852058,21.067572970811675,21.073570571771292,21.07956817273091,21.085565773690522,21.09156337465014,21.097560975609756,21.103558576569373,21.10955617752899,21.115553778488604,21.12155137944822,21.127548980407838,21.133546581367455,21.139544182327068,21.145541783286685,21.151539384246302,21.15753698520592,21.163534586165532,21.16953218712515,21.175529788084766,21.181527389044383,21.187524990003997,21.193522590963614,21.19952019192323,21.205517792882848,21.211515393842465,21.217512994802078,21.223510595761695,21.229508196721312,21.23550579768093,21.241503398640543,21.24750099960016,21.253498600559777,21.259496201519394,21.265493802479007,21.271491403438624,21.27748900439824,21.283486605357858,21.28948420631747,21.29548180727709,21.301479408236705,21.307477009196322,21.31347461015594,21.319472211115553,21.32546981207517,21.331467413034787,21.337465013994404,21.343462614954017,21.349460215913634,21.35545781687325,21.361455417832868,21.36745301879248,21.3734506197521,21.379448220711716,21.385445821671333,21.391443422630946,21.397441023590563,21.40343862455018,21.409436225509797,21.415433826469414,21.421431427429027,21.427429028388644,21.43342662934826,21.43942423030788,21.445421831267492,21.45141943222711,21.457417033186726,21.463414634146343,21.469412235105956,21.475409836065573,21.48140743702519,21.487405037984807,21.49340263894442,21.499400239904038,21.505397840863655,21.51139544182327,21.51739304278289,21.523390643742502,21.52938824470212,21.535385845661736,21.541383446621353,21.547381047580966,21.553378648540583,21.5593762495002,21.565373850459817,21.57137145141943,21.577369052379048,21.583366653338665,21.58936425429828,21.595361855257895,21.601359456217512,21.60735705717713,21.613354658136746,21.619352259096363,21.625349860055977,21.631347461015594,21.63734506197521,21.643342662934828,21.64934026389444,21.655337864854058,21.661335465813675,21.667333066773292,21.673330667732905,21.679328268692522,21.68532586965214,21.691323470611756,21.69732107157137,21.703318672530987,21.709316273490604,21.71531387445022,21.721311475409838,21.72730907636945,21.733306677329068,21.739304278288685,21.745301879248302,21.751299480207916,21.757297081167533,21.76329468212715,21.769292283086767,21.77528988404638,21.781287485005997,21.787285085965614,21.79328268692523,21.799280287884844,21.80527788884446,21.81127548980408,21.817273090763695,21.823270691723312,21.829268292682926,21.835265893642543,21.84126349460216,21.847261095561777,21.85325869652139,21.859256297481007,21.865253898440624,21.87125149940024,21.877249100359855,21.88324670131947,21.88924430227909,21.895241903238706,21.90123950419832,21.907237105157936,21.913234706117553,21.91923230707717,21.925229908036787,21.9312275089964,21.937225109956017,21.943222710915634,21.94922031187525,21.955217912834865,21.961215513794482,21.9672131147541,21.973210715713716,21.97920831667333,21.985205917632946,21.991203518592563,21.99720111955218,22.003198720511794,22.00919632147141,22.015193922431028,22.021191523390645,22.02718912435026,22.033186725309875,22.039184326269492,22.04518192722911,22.051179528188726,22.05717712914834,22.063174730107956,22.069172331067573,22.07516993202719,22.081167532986804,22.08716513394642,22.093162734906038,22.099160335865655,22.105157936825268,22.111155537784885,22.117153138744502,22.12315073970412,22.129148340663736,22.13514594162335,22.141143542582967,22.147141143542584,22.1531387445022,22.159136345461814,22.16513394642143,22.171131547381048,22.177129148340665,22.18312674930028,22.189124350259895,22.195121951219512,22.20111955217913,22.207117153138743,22.21311475409836,22.219112355057977,22.225109956017594,22.23110755697721,22.237105157936824,22.24310275889644,22.249100359856058,22.255097960815675,22.26109556177529,22.267093162734906,22.273090763694523,22.27908836465414,22.285085965613753,22.29108356657337,22.297081167532987,22.303078768492604,22.309076369452217,22.315073970411834,22.32107157137145,22.32706917233107,22.333066773290685,22.3390643742503,22.345061975209916,22.351059576169533,22.35705717712915,22.363054778088763,22.36905237904838,22.375049980007997,22.381047580967614,22.387045181927228,22.393042782886845,22.39904038384646,22.40503798480608,22.411035585765692,22.41703318672531,22.423030787684926,22.429028388644543,22.43502598960416,22.441023590563773,22.44702119152339,22.453018792483007,22.459016393442624,22.465013994402238,22.471011595361855,22.47700919632147,22.48300679728109,22.489004398240702,22.49500199920032,22.500999600159936,22.506997201119553,22.512994802079167,22.518992403038784,22.5249900039984,22.530987604958018,22.536985205917635,22.542982806877248,22.548980407836865,22.554978008796482,22.5609756097561,22.566973210715712,22.57297081167533,22.578968412634946,22.584966013594563,22.590963614554177,22.596961215513794,22.60295881647341,22.608956417433028,22.61495401839264,22.620951619352258,22.626949220311875,22.632946821271492,22.63894442223111,22.644942023190723,22.65093962415034,22.656937225109957,22.662934826069574,22.668932427029187,22.674930027988804,22.68092762894842,22.686925229908038,22.69292283086765,22.69892043182727,22.704918032786885,22.710915633746502,22.716913234706116,22.722910835665733,22.72890843662535,22.734906037584967,22.740903638544584,22.746901239504197,22.752898840463814,22.75889644142343,22.764894042383048,22.77089164334266,22.77688924430228,22.782886845261896,22.788884446221513,22.794882047181126,22.800879648140743,22.80687724910036,22.812874850059977,22.818872451019594,22.824870051979207,22.830867652938824,22.83686525389844,22.84286285485806,22.848860455817672,22.85485805677729,22.860855657736906,22.866853258696523,22.872850859656136,22.878848460615753,22.88484606157537,22.890843662534987,22.8968412634946,22.902838864454218,22.908836465413835,22.91483406637345,22.92083166733307,22.926829268292682,22.9328268692523,22.938824470211916,22.944822071171533,22.950819672131146,22.956817273090763,22.96281487405038,22.968812475009997,22.97481007596961,22.980807676929228,22.986805277888845,22.99280287884846,22.998800479808075,23.004798080767692,23.01079568172731,23.016793282686926,23.022790883646543,23.028788484606157,23.034786085565774,23.04078368652539,23.046781287485008,23.05277888844462,23.058776489404238,23.064774090363855,23.070771691323472,23.076769292283085,23.082766893242702,23.08876449420232,23.094762095161936,23.10075969612155,23.106757297081167,23.112754898040784,23.1187524990004,23.124750099960018,23.13074770091963,23.136745301879248,23.142742902838865,23.148740503798482,23.154738104758096,23.160735705717713,23.16673330667733,23.172730907636947,23.17872850859656,23.184726109556177,23.190723710515794,23.19672131147541,23.202718912435024,23.20871651339464,23.21471411435426,23.220711715313875,23.226709316273492,23.232706917233106,23.238704518192723,23.24470211915234,23.250699720111957,23.25669732107157,23.262694922031187,23.268692522990804,23.27469012395042,23.280687724910035,23.28668532586965,23.29268292682927,23.298680527788886,23.3046781287485,23.310675729708116,23.316673330667733,23.32267093162735,23.328668532586967,23.33466613354658,23.340663734506197,23.346661335465814,23.35265893642543,23.358656537385045,23.36465413834466,23.37065173930428,23.376649340263896,23.38264694122351,23.388644542183126,23.394642143142743,23.40063974410236,23.406637345061974,23.41263494602159,23.418632546981208,23.424630147940825,23.43062774890044,23.436625349860055,23.442622950819672,23.44862055177929,23.454618152738906,23.46061575369852,23.466613354658136,23.472610955617753,23.47860855657737,23.484606157536984,23.4906037584966,23.496601359456218,23.502598960415835,23.508596561375448,23.514594162335065,23.520591763294682,23.5265893642543,23.532586965213916,23.53858456617353,23.544582167133147,23.550579768092764,23.55657736905238,23.562574970011994,23.56857257097161,23.574570171931228,23.580567772890845,23.58656537385046,23.592562974810075,23.598560575769692,23.60455817672931,23.610555777688923,23.61655337864854,23.622550979608157,23.628548580567774,23.63454618152739,23.640543782487004,23.64654138344662,23.652538984406238,23.658536585365855,23.66453418632547,23.670531787285086,23.676529388244703,23.68252698920432,23.688524590163933,23.69452219112355,23.700519792083167,23.706517393042784,23.712514994002397,23.718512594962014,23.72451019592163,23.73050779688125,23.736505397840865,23.74250299880048,23.748500599760096,23.754498200719713,23.76049580167933,23.766493402638943,23.77249100359856,23.778488604558177,23.784486205517794,23.790483806477408,23.796481407437025,23.80247900839664,23.80847660935626,23.814474210315872,23.82047181127549,23.826469412235106,23.832467013194723,23.83846461415434,23.844462215113953,23.85045981607357,23.856457417033187,23.862455017992804,23.868452618952418,23.874450219912035,23.88044782087165,23.88644542183127,23.892443022790882,23.8984406237505,23.904438224710116,23.910435825669733,23.916433426629347,23.922431027588964,23.92842862854858,23.934426229508198,23.940423830467815,23.946421431427428,23.952419032387045,23.958416633346662,23.96441423430628,23.970411835265892,23.97640943622551,23.982407037185126,23.988404638144743,23.994402239104357,24.000399840063974,24.00639744102359,24.012395041983208,24.01839264294282,24.024390243902438,24.030387844862055,24.036385445821672,24.04238304678129,24.048380647740903,24.05437824870052,24.060375849660137,24.066373450619754,24.072371051579367,24.078368652538984,24.0843662534986,24.090363854458218,24.09636145541783,24.10235905637745,24.108356657337065,24.114354258296682,24.120351859256296,24.126349460215913,24.13234706117553,24.138344662135147,24.144342263094764,24.150339864054377,24.156337465013994,24.16233506597361,24.168332666933228,24.17433026789284,24.18032786885246,24.186325469812076,24.192323070771693,24.198320671731306,24.204318272690923,24.21031587365054,24.216313474610157,24.22231107556977,24.228308676529387,24.234306277489004,24.24030387844862,24.24630147940824,24.25229908036785,24.25829668132747,24.264294282287086,24.270291883246703,24.276289484206316,24.282287085165933,24.28828468612555,24.294282287085167,24.30027988804478,24.306277489004398,24.312275089964015,24.31827269092363,24.324270291883245,24.330267892842862,24.33626549380248,24.342263094762096,24.348260695721713,24.354258296681326,24.360255897640943,24.36625349860056,24.372251099560177,24.37824870051979,24.384246301479408,24.390243902439025,24.39624150339864,24.402239104358255,24.408236705317872,24.41423430627749,24.420231907237106,24.42622950819672,24.432227109156337,24.438224710115954,24.44422231107557,24.450219912035188,24.4562175129948,24.462215113954418,24.468212714914035,24.474210315873652,24.480207916833265,24.486205517792882,24.4922031187525,24.498200719712116,24.50419832067173,24.510195921631347,24.516193522590964,24.52219112355058,24.528188724510194,24.53418632546981,24.540183926429428,24.546181527389045,24.552179128348662,24.558176729308276,24.564174330267893,24.57017193122751,24.576169532187127,24.58216713314674,24.588164734106357,24.594162335065974,24.60015993602559,24.606157536985204,24.61215513794482,24.61815273890444,24.624150339864055,24.63014794082367,24.636145541783286,24.642143142742903,24.64814074370252,24.654138344662137,24.66013594562175,24.666133546581367,24.672131147540984,24.6781287485006,24.684126349460215,24.69012395041983,24.69612155137945,24.702119152339066,24.70811675329868,24.714114354258296,24.720111955217913,24.72610955617753,24.732107157137147,24.73810475809676,24.744102359056377,24.750099960015994,24.75609756097561,24.762095161935225,24.76809276289484,24.77409036385446,24.780087964814076,24.78608556577369,24.792083166733306,24.798080767692923,24.80407836865254,24.810075969612154,24.81607357057177,24.822071171531388,24.828068772491005,24.83406637345062,24.840063974410235,24.846061575369852,24.85205917632947,24.858056777289086,24.8640543782487,24.870051979208316,24.876049580167933,24.88204718112755,24.888044782087164,24.89404238304678,24.900039984006398,24.906037584966015,24.912035185925628,24.918032786885245,24.924030387844862,24.93002798880448,24.936025589764096,24.94202319072371,24.948020791683327,24.954018392642944,24.96001599360256,24.966013594562174,24.97201119552179,24.978008796481408,24.984006397441025,24.99000399840064,24.996001599360255,25.001999200319872,25.00799680127949,25.013994402239103,25.01999200319872,25.025989604158337,25.031987205117954,25.03798480607757,25.043982407037184,25.0499800079968,25.055977608956418,25.061975209916035,25.06797281087565,25.073970411835266,25.079968012794883,25.0859656137545,25.091963214714113,25.09796081567373,25.103958416633347,25.109956017592964,25.115953618552577,25.121951219512194,25.12794882047181,25.13394642143143,25.139944022391045,25.14594162335066,25.151939224310276,25.157936825269893,25.16393442622951,25.169932027189123,25.17592962814874,25.181927229108357,25.187924830067974,25.193922431027588,25.199920031987205,25.20591763294682,25.21191523390644,25.217912834866052,25.22391043582567,25.229908036785286,25.235905637744903,25.24190323870452,25.247900839664133,25.25389844062375,25.259896041583367,25.265893642542984,25.271891243502598,25.277888844462215,25.28388644542183,25.28988404638145,25.295881647341062,25.30187924830068,25.307876849260296,25.313874450219913,25.319872051179527,25.325869652139144,25.33186725309876,25.337864854058378,25.343862455017995,25.349860055977608,25.355857656937225,25.361855257896842,25.36785285885646,25.373850459816072,25.37984806077569,25.385845661735306,25.391843262694923,25.397840863654537,25.403838464614154,25.40983606557377,25.415833666533388,25.421831267493,25.427828868452618,25.433826469412235,25.439824070371852,25.44582167133147,25.451819272291083,25.4578168732507,25.463814474210317,25.469812075169934,25.475809676129547,25.481807277089164,25.48780487804878,25.493802479008398,25.49980007996801,25.50579768092763,25.511795281887245,25.517792882846862,25.523790483806476,25.529788084766093,25.53578568572571,25.541783286685327,25.547780887644944,25.553778488604557,25.559776089564174,25.56577369052379,25.571771291483408,25.57776889244302,25.58376649340264,25.589764094362256,25.595761695321873,25.601759296281486,25.607756897241103,25.61375449820072,25.619752099160337,25.62574970011995,25.631747301079567,25.637744902039184,25.6437425029988,25.64974010395842,25.65573770491803,25.66173530587765,25.667732906837266,25.673730507796883,25.679728108756496,25.685725709716113,25.69172331067573,25.697720911635347,25.70371851259496,25.709716113554578,25.715713714514195,25.72171131547381,25.727708916433425,25.733706517393042,25.73970411835266,25.745701719312276,25.751699320271893,25.757696921231506,25.763694522191123,25.76969212315074,25.775689724110357,25.78168732506997,25.787684926029588,25.793682526989205,25.79968012794882,25.805677728908435,25.811675329868052,25.81767293082767,25.823670531787286,25.8296681327469,25.835665733706517,25.841663334666134,25.84766093562575,25.853658536585368,25.85965613754498,25.865653738504598,25.871651339464215,25.877648940423832,25.883646541383445,25.889644142343062,25.89564174330268,25.901639344262296,25.90763694522191,25.913634546181527,25.919632147141144,25.92562974810076,25.931627349060374,25.93762495001999,25.943622550979608,25.949620151939225,25.955617752898842,25.961615353858456,25.967612954818073,25.97361055577769,25.979608156737307,25.98560575769692,25.991603358656537,25.997600959616154,26.00359856057577,26.009596161535384,26.015593762495,26.02159136345462,26.027588964414235,26.03358656537385,26.039584166333466,26.045581767293083,26.0515793682527,26.057576969212317,26.06357457017193,26.069572171131547,26.075569772091164,26.08156737305078,26.087564974010395,26.09356257497001,26.09956017592963,26.105557776889246,26.11155537784886,26.117552978808476,26.123550579768093,26.12954818072771,26.135545781687323,26.14154338264694,26.147540983606557,26.153538584566174,26.15953618552579,26.165533786485405,26.17153138744502,26.17752898840464,26.183526589364256,26.18952419032387,26.195521791283486,26.201519392243103,26.20751699320272,26.213514594162334,26.21951219512195,26.225509796081568,26.231507397041185,26.237504998000798,26.243502598960415,26.249500199920032,26.25549780087965,26.261495401839266,26.26749300279888,26.273490603758496,26.279488204718113,26.28548580567773,26.291483406637344,26.29748100759696,26.303478608556578,26.309476209516195,26.315473810475808,26.321471411435425,26.327469012395042,26.33346661335466,26.339464214314273,26.34546181527389,26.351459416233507,26.357457017193124,26.36345461815274,26.369452219112354,26.37544982007197,26.381447421031588,26.387445021991205,26.39344262295082,26.399440223910435,26.405437824870052,26.41143542582967,26.417433026789283,26.4234306277489,26.429428228708517,26.435425829668134,26.441423430627747,26.447421031587364,26.45341863254698,26.459416233506598,26.465413834466215,26.47141143542583,26.477409036385446,26.483406637345063,26.48940423830468,26.495401839264293,26.50139944022391,26.507397041183527,26.513394642143144,26.519392243102757,26.525389844062374,26.53138744502199,26.53738504598161,26.54338264694122,26.54938024790084,26.555377848860456,26.561375449820073,26.56737305077969,26.573370651739303,26.57936825269892,26.585365853658537,26.591363454618154,26.597361055577768,26.603358656537385,26.609356257497,26.61535385845662,26.621351459416232,26.62734906037585,26.633346661335466,26.639344262295083,26.6453418632547,26.651339464214313,26.65733706517393,26.663334666133547,26.669332267093164,26.675329868052778,26.681327469012395,26.68732506997201,26.69332267093163,26.699320271891242,26.70531787285086,26.711315473810476,26.717313074770093,26.723310675729707,26.729308276689324,26.73530587764894,26.741303478608557,26.747301079568174,26.753298680527788,26.759296281487405,26.765293882447022,26.77129148340664,26.777289084366252,26.78328668532587,26.789284286285486,26.795281887245103,26.801279488204717,26.807277089164334,26.81327469012395,26.819272291083568,26.82526989204318,26.831267493002798,26.837265093962415,26.843262694922032,26.84926029588165,26.855257896841263,26.86125549780088,26.867253098760496,26.873250699720113,26.879248300679727,26.885245901639344,26.89124350259896,26.897241103558578,26.90323870451819,26.90923630547781,26.915233906437425,26.921231507397042,26.927229108356656,26.933226709316273,26.93922431027589,26.945221911235507,26.951219512195124,26.957217113154737,26.963214714114354,26.96921231507397,26.975209916033588,26.9812075169932,26.98720511795282,26.993202718912436,26.999200319872052,27.005197920831666,27.011195521791283,27.0171931227509,27.023190723710517,27.02918832467013,27.035185925629747,27.041183526589364,27.04718112754898,27.0531787285086,27.05917632946821,27.06517393042783,27.071171531387446,27.077169132347063,27.083166733306676,27.089164334266293,27.09516193522591,27.101159536185527,27.10715713714514,27.113154738104758,27.119152339064375,27.12514994002399,27.131147540983605,27.137145141943222,27.14314274290284,27.149140343862456,27.155137944822073,27.161135545781686,27.167133146741303,27.17313074770092,27.179128348660537,27.18512594962015,27.191123550579768,27.197121151539385,27.203118752499,27.209116353458615,27.215113954418232,27.22111155537785,27.227109156337466,27.23310675729708,27.239104358256697,27.245101959216314,27.25109956017593,27.257097161135547,27.26309476209516,27.269092363054778,27.275089964014395,27.281087564974012,27.287085165933625,27.293082766893242,27.29908036785286,27.305077968812476,27.31107556977209,27.317073170731707,27.323070771691324,27.32906837265094,27.335065973610554,27.34106357457017,27.347061175529788,27.353058776489405,27.359056377449022,27.365053978408636,27.371051579368253,27.37704918032787,27.383046781287486,27.3890443822471,27.395041983206717,27.401039584166334,27.40703718512595,27.413034786085564,27.41903238704518,27.4250299880048,27.431027588964415,27.43702518992403,27.443022790883646,27.449020391843263,27.45501799280288,27.461015593762497,27.46701319472211,27.473010795681727,27.479008396641344,27.48500599760096,27.491003598560575,27.49700119952019,27.50299880047981,27.508996401439425,27.51499400239904,27.520991603358656,27.526989204318273,27.53298680527789,27.538984406237503,27.54498200719712,27.550979608156737,27.556977209116354,27.56297481007597,27.568972411035585,27.5749700119952,27.58096761295482,27.586965213914436,27.59296281487405,27.598960415833666,27.604958016793283,27.6109556177529,27.616953218712514,27.62295081967213,27.628948420631747,27.634946021591364,27.640943622550978,27.646941223510595,27.652938824470212,27.65893642542983,27.664934026389446,27.67093162734906,27.676929228308676,27.682926829268293,27.68892443022791,27.694922031187524,27.70091963214714,27.706917233106758,27.712914834066375,27.718912435025988,27.724910035985605,27.730907636945222,27.73690523790484,27.742902838864453,27.74890043982407,27.754898040783686,27.760895641743303,27.76689324270292,27.772890843662534,27.77888844462215,27.784886045581768,27.790883646541385,27.796881247501,27.802878848460615,27.808876449420232,27.81487405037985,27.820871651339463,27.82686925229908,27.832866853258697,27.838864454218314,27.844862055177927,27.850859656137544,27.85685725709716,27.862854858056778,27.868852459016395,27.87485005997601,27.880847660935625,27.886845261895242,27.89284286285486,27.898840463814473,27.90483806477409,27.910835665733707,27.916833266693324,27.922830867652937,27.928828468612554,27.93482606957217,27.94082367053179,27.9468212714914,27.95281887245102,27.958816473410636,27.964814074370253,27.97081167532987,27.976809276289483,27.9828068772491,27.988804478208717,27.994802079168334,28.000799680127948,28.006797281087564,28.01279488204718,28.0187924830068,28.024790083966412,28.03078768492603,28.036785285885646,28.042782886845263,28.048780487804876,28.054778088764493,28.06077568972411,28.066773290683727,28.072770891643344,28.078768492602958,28.084766093562575,28.09076369452219,28.09676129548181,28.102758896441422,28.10875649740104,28.114754098360656,28.120751699320273,28.126749300279887,28.132746901239504,28.13874450219912,28.144742103158737,28.15073970411835,28.156737305077968,28.162734906037585,28.168732506997202,28.17473010795682,28.180727708916432,28.18672530987605,28.192722910835666,28.198720511795283,28.204718112754897,28.210715713714514,28.21671331467413,28.222710915633748,28.22870851659336,28.234706117552978,28.240703718512595,28.246701319472212,28.252698920431826,28.258696521391443,28.26469412235106,28.270691723310676,28.276689324270293,28.282686925229907,28.288684526189524,28.29468212714914,28.300679728108758,28.30667732906837,28.31267493002799,28.318672530987605,28.324670131947222,28.330667732906836,28.336665333866453,28.34266293482607,28.348660535785687,28.3546581367453,28.360655737704917,28.366653338664534,28.37265093962415,28.378648540583768,28.38464614154338,28.390643742503,28.396641343462615,28.402638944422232,28.408636545381846,28.414634146341463,28.42063174730108,28.426629348260697,28.43262694922031,28.438624550179927,28.444622151139544,28.45061975209916,28.45661735305878,28.46261495401839,28.46861255497801,28.474610155937626,28.480607756897243,28.486605357856856,28.492602958816473,28.49860055977609,28.504598160735707,28.51059576169532,28.516593362654937,28.522590963614554,28.52858856457417,28.534586165533785,28.540583766493402,28.54658136745302,28.552578968412636,28.558576569372253,28.564574170331866,28.570571771291483,28.5765693722511,28.582566973210717,28.58856457417033,28.594562175129948,28.600559776089565,28.60655737704918,28.612554978008795,28.618552578968412,28.62455017992803,28.630547780887646,28.63654538184726,28.642542982806876,28.648540583766493,28.65453818472611,28.660535785685727,28.66653338664534,28.672530987604958,28.678528588564575,28.684526189524192,28.690523790483805,28.696521391443422,28.70251899240304,28.708516593362656,28.71451419432227,28.720511795281887,28.726509396241504,28.73250699720112,28.738504598160734,28.74450219912035,28.750499800079968,28.756497401039585,28.762495001999202,28.768492602958815,28.774490203918432,28.78048780487805,28.786485405837666,28.79248300679728,28.798480607756897,28.804478208716514,28.81047580967613,28.816473410635744,28.82247101159536,28.82846861255498,28.834466213514595,28.84046381447421,28.846461415433826,28.852459016393443,28.85845661735306,28.864454218312677,28.87045181927229,28.876449420231907,28.882447021191524,28.88844462215114,28.894442223110754,28.90043982407037,28.90643742502999,28.912435025989605,28.91843262694922,28.924430227908836,28.930427828868453,28.93642542982807,28.942423030787683,28.9484206317473,28.954418232706917,28.960415833666534,28.96641343462615,28.972411035585765,28.97840863654538,28.984406237505,28.990403838464616,28.99640143942423,29.002399040383846,29.008396641343463,29.01439424230308,29.020391843262693,29.02638944422231,29.032387045181927,29.038384646141544,29.044382247101158,29.050379848060775,29.056377449020392,29.06237504998001,29.068372650939626,29.07437025189924,29.080367852858856,29.086365453818473,29.09236305477809,29.098360655737704,29.10435825669732,29.110355857656938,29.116353458616555,29.122351059576168,29.128348660535785,29.134346261495402,29.14034386245502,29.146341463414632,29.15233906437425,29.158336665333866,29.164334266293483,29.1703318672531,29.176329468212714,29.18232706917233,29.188324670131948,29.194322271091565,29.20031987205118,29.206317473010795,29.212315073970412,29.21831267493003,29.224310275889643,29.23030787684926,29.236305477808877,29.242303078768494,29.248300679728107,29.254298280687724,29.26029588164734,29.266293482606958,29.272291083566575,29.27828868452619,29.284286285485805,29.290283886445422,29.29628148740504,29.302279088364653,29.30827668932427,29.314274290283887,29.320271891243504,29.326269492203117,29.332267093162734,29.33826469412235,29.34426229508197,29.35025989604158,29.3562574970012,29.362255097960816,29.368252698920433,29.37425029988005,29.380247900839663,29.38624550179928,29.392243102758897,29.398240703718514,29.404238304678127,29.410235905637744,29.41623350659736,29.42223110755698,29.428228708516592,29.43422630947621,29.440223910435826,29.446221511395443,29.452219112355056,29.458216713314673,29.46421431427429,29.470211915233907,29.476209516193524,29.482207117153138,29.488204718112755,29.49420231907237,29.50019992003199,29.506197520991602,29.51219512195122,29.518192722910836,29.524190323870453,29.530187924830066,29.536185525789683,29.5421831267493,29.548180727708917,29.55417832866853,29.560175929628148,29.566173530587765,29.572171131547382,29.578168732507,29.584166333466612,29.59016393442623,29.596161535385846,29.602159136345463,29.608156737305077,29.614154338264694,29.62015193922431,29.626149540183928,29.63214714114354,29.638144742103158,29.644142343062775,29.650139944022392,29.656137544982005,29.662135145941622,29.66813274690124,29.674130347860856,29.680127948820473,29.686125549780087,29.692123150739704,29.69812075169932,29.704118352658938,29.71011595361855,29.71611355457817,29.722111155537785,29.728108756497402,29.734106357457016,29.740103958416633,29.74610155937625,29.752099160335867,29.75809676129548,29.764094362255097,29.770091963214714,29.77608956417433,29.782087165133948,29.78808476609356,29.79408236705318,29.800079968012795,29.806077568972412,29.812075169932026,29.818072770891643,29.82407037185126,29.830067972810877,29.83606557377049,29.842063174730107,29.848060775689724,29.85405837664934,29.860055977608955,29.86605357856857,29.87205117952819,29.878048780487806,29.884046381447423,29.890043982407036,29.896041583366653,29.90203918432627,29.908036785285887,29.9140343862455,29.920031987205117,29.926029588164734,29.93202718912435,29.938024790083965,29.944022391043582,29.9500199920032,29.956017592962816,29.96201519392243,29.968012794882046,29.974010395841663,29.98000799680128,29.986005597760897,29.99200319872051,29.998000799680128,30.003998400639745,30.00999600159936,30.015993602558975,30.021991203518592,30.02798880447821,30.033986405437826,30.03998400639744,30.045981607357056,30.051979208316673,30.05797680927629,30.063974410235904,30.06997201119552,30.075969612155138,30.081967213114755,30.087964814074372,30.093962415033985,30.099960015993602,30.10595761695322,30.111955217912836,30.11795281887245,30.123950419832067,30.129948020791684,30.1359456217513,30.141943222710914,30.14794082367053,30.153938424630148,30.159936025589765,30.16593362654938,30.171931227508995,30.177928828468612,30.18392642942823,30.189924030387846,30.19592163134746,30.201919232307077,30.207916833266694,30.21391443422631,30.219912035185924,30.22590963614554,30.23190723710516,30.237904838064775,30.24390243902439,30.249900039984006,30.255897640943623,30.26189524190324,30.267892842862853,30.27389044382247,30.279888044782087,30.285885645741704,30.29188324670132,30.297880847660934,30.30387844862055,30.30987604958017,30.315873650539785,30.3218712514994,30.327868852459016,30.333866453418633,30.33986405437825,30.345861655337863,30.35185925629748,30.357856857257097,30.363854458216714,30.36985205917633,30.375849660135945,30.38184726109556,30.38784486205518,30.393842463014796,30.39984006397441,30.405837664934026,30.411835265893643,30.41783286685326,30.423830467812873,30.42982806877249,30.435825669732107,30.441823270691724,30.447820871651338,30.453818472610955,30.459816073570572,30.46581367453019,30.471811275489806,30.47780887644942,30.483806477409036,30.489804078368653,30.49580167932827,30.501799280287884,30.5077968812475,30.513794482207118,30.519792083166735,30.525789684126348,30.531787285085965,30.537784886045582,30.5437824870052,30.549780087964812,30.55577768892443,30.561775289884046,30.567772890843663,30.57377049180328,30.579768092762894,30.58576569372251,30.591763294682128,30.597760895641745,30.60375849660136,30.609756097560975,30.615753698520592,30.62175129948021,30.627748900439823,30.63374650139944,30.639744102359057,30.645741703318674,30.651739304278287,30.657736905237904,30.66373450619752,30.669732107157138,30.675729708116755,30.68172730907637,30.687724910035985,30.693722510995602,30.69972011195522,30.705717712914833,30.71171531387445,30.717712914834067,30.723710515793684,30.729708116753297,30.735705717712914,30.74170331867253,30.74770091963215,30.75369852059176,30.75969612155138,30.765693722510996,30.771691323470613,30.77768892443023,30.783686525389843,30.78968412634946,30.795681727309077,30.801679328268694,30.807676929228307,30.813674530187924,30.81967213114754,30.82566973210716,30.831667333066772,30.83766493402639,30.843662534986006,30.849660135945623,30.855657736905236,30.861655337864853,30.86765293882447,30.873650539784087,30.879648140743704,30.885645741703318,30.891643342662935,30.89764094362255,30.90363854458217,30.909636145541782,30.9156337465014,30.921631347461016,30.927628948420633,30.933626549380246,30.939624150339863,30.94562175129948,30.951619352259097,30.95761695321871,30.963614554178328,30.969612155137945,30.975609756097562,30.98160735705718,30.987604958016792,30.99360255897641,30.999600159936026,31.005597760895643,31.011595361855257,31.017592962814874,31.02359056377449,31.029588164734108,31.03558576569372,31.041583366653338,31.047580967612955,31.053578568572572,31.059576169532185,31.065573770491802,31.07157137145142,31.077568972411036,31.083566573370653,31.089564174330267,31.095561775289884,31.1015593762495,31.107556977209118,31.11355457816873,31.11955217912835,31.125549780087965,31.131547381047582,31.137544982007196,31.143542582966813,31.14954018392643,31.155537784886047,31.16153538584566,31.167532986805277,31.173530587764894,31.17952818872451,31.185525789684128,31.19152339064374,31.19752099160336,31.203518592562975,31.209516193522592,31.215513794482206,31.221511395441823,31.22750899640144,31.233506597361057,31.23950419832067,31.245501799280287,31.251499400239904,31.25749700119952,31.263494602159135,31.26949220311875,31.27548980407837,31.281487405037986,31.287485005997603,31.293482606957216,31.299480207916833,31.30547780887645,31.311475409836067,31.31747301079568,31.323470611755297,31.329468212714914,31.33546581367453,31.341463414634145,31.347461015593762,31.35345861655338,31.359456217512996,31.36545381847261,31.371451419432226,31.377449020391843,31.38344662135146,31.389444222311077,31.39544182327069,31.401439424230308,31.407437025189925,31.41343462614954,31.419432227109155,31.425429828068772,31.43142742902839,31.437425029988006,31.44342263094762,31.449420231907236,31.455417832866853,31.46141543382647,31.467413034786084,31.4734106357457,31.479408236705318,31.485405837664935,31.491403438624552,31.497401039584165,31.503398640543782,31.5093962415034,31.515393842463016,31.52139144342263,31.527389044382247,31.533386645341864,31.53938424630148,31.545381847261094,31.55137944822071,31.557377049180328,31.563374650139945,31.56937225109956,31.575369852059175,31.581367453018792,31.58736505397841,31.593362654938026,31.59936025589764,31.605357856857257,31.611355457816874,31.61735305877649,31.623350659736104,31.62934826069572,31.63534586165534,31.641343462614955,31.64734106357457,31.653338664534186,31.659336265493803,31.66533386645342,31.671331467413033,31.67732906837265,31.683326669332267,31.689324270291884,31.6953218712515,31.701319472211114,31.70731707317073,31.71331467413035,31.719312275089965,31.72530987604958,31.731307477009196,31.737305077968813,31.74330267892843,31.749300279888043,31.75529788084766,31.761295481807277,31.767293082766894,31.773290683726508,31.779288284686125,31.78528588564574,31.79128348660536,31.797281087564976,31.80327868852459,31.809276289484206,31.815273890443823,31.82127149140344,31.827269092363053,31.83326669332267,31.839264294282287,31.845261895241904,31.851259496201518,31.857257097161135,31.863254698120752,31.86925229908037,31.875249900039982,31.8812475009996,31.887245101959216,31.893242702918833,31.89924030387845,31.905237904838064,31.91123550579768,31.917233106757298,31.923230707716915,31.929228308676528,31.935225909636145,31.941223510595762,31.94722111155538,31.953218712514992,31.95921631347461,31.965213914434226,31.971211515393843,31.977209116353457,31.983206717313074,31.98920431827269,31.995201919232308,32.001199520191925,32.00719712115154,32.01319472211116,32.01919232307077,32.025189924030386,32.03118752499,32.03718512594962,32.04318272690924,32.049180327868854,32.05517792882847,32.06117552978809,32.0671731307477,32.073170731707314,32.07916833266693,32.08516593362655,32.091163534586165,32.09716113554578,32.1031587365054,32.109156337465016,32.11515393842463,32.12115153938424,32.12714914034386,32.13314674130348,32.139144342263094,32.14514194322271,32.15113954418233,32.157137145141945,32.16313474610156,32.16913234706117,32.17512994802079,32.181127548980406,32.18712514994002,32.19312275089964,32.19912035185926,32.205117952818874,32.21111555377849,32.21711315473811,32.22311075569772,32.229108356657335,32.23510595761695,32.24110355857657,32.247101159536186,32.2530987604958,32.25909636145542,32.26509396241504,32.27109156337465,32.277089164334264,32.28308676529388,32.2890843662535,32.295081967213115,32.30107956817273,32.30707716913235,32.313074770091966,32.31907237105158,32.32506997201119,32.33106757297081,32.33706517393043,32.34306277489004,32.34906037584966,32.35505797680928,32.361055577768894,32.36705317872851,32.37305077968812,32.37904838064774,32.385045981607355,32.39104358256697,32.39704118352659,32.403038784486206,32.40903638544582,32.41503398640544,32.42103158736506,32.42702918832467,32.433026789284284,32.4390243902439,32.44502199120352,32.451019592163135,32.45701719312275,32.46301479408237,32.469012395041986,32.475009996001596,32.48100759696121,32.48700519792083,32.49300279888045,32.499000399840064,32.50499800079968,32.5109956017593,32.516993202718915,32.52299080367853,32.52898840463814,32.53498600559776,32.540983606557376,32.54698120751699,32.55297880847661,32.55897640943623,32.564974010395844,32.57097161135546,32.57696921231507,32.58296681327469,32.588964414234304,32.59496201519392,32.60095961615354,32.606957217113155,32.61295481807277,32.61895241903239,32.624950019992006,32.630947620951616,32.63694522191123,32.64294282287085,32.64894042383047,32.654938024790084,32.6609356257497,32.66693322670932,32.672930827668935,32.678928428628545,32.68492602958816,32.69092363054778,32.696921231507396,32.70291883246701,32.70891643342663,32.71491403438625,32.720911635345864,32.72690923630548,32.73290683726509,32.73890443822471,32.744902039184325,32.75089964014394,32.75689724110356,32.762894842063176,32.76889244302279,32.77489004398241,32.78088764494202,32.78688524590164,32.792882846861254,32.79888044782087,32.80487804878049,32.810875649740105,32.81687325069972,32.82287085165934,32.828868452618956,32.834866053578565,32.84086365453818,32.8468612554978,32.852858856457416,32.85885645741703,32.86485405837665,32.87085165933627,32.876849260295884,32.882846861255494,32.88884446221511,32.89484206317473,32.900839664134345,32.90683726509396,32.91283486605358,32.918832467013196,32.92483006797281,32.93082766893243,32.93682526989204,32.94282287085166,32.948820471811274,32.95481807277089,32.96081567373051,32.966813274690125,32.97281087564974,32.97880847660936,32.98480607756897,32.990803678528586,32.9968012794882,33.00279888044782,33.00879648140744,33.014794082367054,33.02079168332667,33.02678928428629,33.032786885245905,33.038784486205515,33.04478208716513,33.05077968812475,33.056777289084366,33.06277489004398,33.0687724910036,33.07477009196322,33.080767692922834,33.08676529388244,33.09276289484206,33.09876049580168,33.104758096761294,33.11075569772091,33.11675329868053,33.122750899640145,33.12874850059976,33.13474610155938,33.14074370251899,33.146741303478606,33.15273890443822,33.15873650539784,33.16473410635746,33.170731707317074,33.17672930827669,33.18272690923631,33.188724510195925,33.194722111155535,33.20071971211515,33.20671731307477,33.212714914034386,33.218712514994,33.22471011595362,33.23070771691324,33.236705317872854,33.242702918832464,33.24870051979208,33.2546981207517,33.260695721711315,33.26669332267093,33.27269092363055,33.278688524590166,33.28468612554978,33.2906837265094,33.29668132746901,33.30267892842863,33.308676529388244,33.31467413034786,33.32067173130748,33.326669332267095,33.33266693322671,33.33866453418633,33.34466213514594,33.350659736105555,33.35665733706517,33.36265493802479,33.368652538984406,33.37465013994402,33.38064774090364,33.38664534186326,33.392642942822874,33.398640543782484,33.4046381447421,33.41063574570172,33.416633346661335,33.42263094762095,33.42862854858057,33.434626149540186,33.4406237504998,33.44662135145941,33.45261895241903,33.45861655337865,33.464614154338264,33.47061175529788,33.4766093562575,33.482606957217115,33.48860455817673,33.49460215913635,33.50059976009596,33.506597361055576,33.51259496201519,33.51859256297481,33.52459016393443,33.530587764894044,33.53658536585366,33.54258296681328,33.54858056777289,33.554578168732505,33.56057576969212,33.56657337065174,33.572570971611356,33.57856857257097,33.58456617353059,33.59056377449021,33.596561375449824,33.60255897640943,33.60855657736905,33.61455417832867,33.620551779288284,33.6265493802479,33.63254698120752,33.638544582167135,33.64454218312675,33.65053978408636,33.65653738504598,33.662534986005596,33.66853258696521,33.67453018792483,33.68052778888445,33.686525389844064,33.69252299080368,33.6985205917633,33.70451819272291,33.710515793682525,33.71651339464214,33.72251099560176,33.728508596561376,33.73450619752099,33.74050379848061,33.74650139944023,33.75249900039984,33.758496601359454,33.76449420231907,33.77049180327869,33.776489404238305,33.78248700519792,33.78848460615754,33.794482207117156,33.80047980807677,33.80647740903638,33.812475009996,33.81847261095562,33.824470211915234,33.83046781287485,33.83646541383447,33.842463014794085,33.8484606157537,33.85445821671331,33.86045581767293,33.866453418632545,33.87245101959216,33.87844862055178,33.884446221511396,33.89044382247101,33.89644142343063,33.90243902439025,33.90843662534986,33.914434226309474,33.92043182726909,33.92642942822871,33.932427029188325,33.93842463014794,33.94442223110756,33.950419832067176,33.956417433026786,33.9624150339864,33.96841263494602,33.97441023590564,33.980407836865254,33.98640543782487,33.99240303878449,33.998400639744105,34.00439824070372,34.01039584166333,34.01639344262295,34.022391043582566,34.02838864454218,34.0343862455018,34.04038384646142,34.046381447421034,34.05237904838065,34.05837664934026,34.06437425029988,34.070371851259495,34.07636945221911,34.08236705317873,34.088364654138346,34.09436225509796,34.10035985605758,34.1063574570172,34.11235505797681,34.11835265893642,34.12435025989604,34.13034786085566,34.136345461815274,34.14234306277489,34.14834066373451,34.154338264694125,34.160335865653735,34.16633346661335,34.17233106757297,34.178328668532586,34.1843262694922,34.19032387045182,34.19632147141144,34.202319072371054,34.20831667333067,34.21431427429028,34.2203118752499,34.226309476209515,34.23230707716913,34.23830467812875,34.244302279088366,34.25029988004798,34.2562974810076,34.26229508196721,34.26829268292683,34.274290283886444,34.28028788484606,34.28628548580568,34.292283086765295,34.29828068772491,34.30427828868453,34.310275889644146,34.316273490603756,34.32227109156337,34.32826869252299,34.33426629348261,34.340263894442224,34.34626149540184,34.35225909636146,34.358256697321075,34.364254298280684,34.3702518992403,34.37624950019992,34.382247101159535,34.38824470211915,34.39424230307877,34.400239904038386,34.406237504998,34.41223510595762,34.41823270691723,34.42423030787685,34.430227908836464,34.43622550979608,34.4422231107557,34.448220711715315,34.45421831267493,34.46021591363455,34.46621351459416,34.472211115553776,34.47820871651339,34.48420631747301,34.49020391843263,34.496201519392244,34.50219912035186,34.50819672131148,34.514194322271095,34.520191923230705,34.52618952419032,34.53218712514994,34.538184726109556,34.54418232706917,34.55017992802879,34.55617752898841,34.562175129948024,34.568172730907634,34.57417033186725,34.58016793282687,34.586165533786485,34.5921631347461,34.59816073570572,34.604158336665336,34.61015593762495,34.61615353858457,34.62215113954418,34.628148740503796,34.63414634146341,34.64014394242303,34.64614154338265,34.652139144342264,34.65813674530188,34.6641343462615,34.67013194722111,34.676129548180725,34.68212714914034,34.68812475009996,34.694122351059576,34.70011995201919,34.70611755297881,34.71211515393843,34.718112754898044,34.724110355857654,34.73010795681727,34.73610555777689,34.742103158736505,34.74810075969612,34.75409836065574,34.760095961615356,34.76609356257497,34.77209116353458,34.7780887644942,34.78408636545382,34.790083966413434,34.79608156737305,34.80207916833267,34.808076769292285,34.8140743702519,34.82007197121152,34.82606957217113,34.832067173130746,34.83806477409036,34.84406237504998,34.8500599760096,34.856057576969214,34.86205517792883,34.86805277888845,34.87405037984806,34.880047980807674,34.88604558176729,34.89204318272691,34.898040783686525,34.90403838464614,34.91003598560576,34.916033586565376,34.92203118752499,34.9280287884846,34.93402638944422,34.94002399040384,34.946021591363454,34.95201919232307,34.95801679328269,34.964014394242305,34.97001199520192,34.97600959616153,34.98200719712115,34.988004798080766,34.99400239904038,35.0,35.00599760095962,35.011995201919234,35.01799280287885,35.02399040383847,35.02998800479808,35.035985605757695,35.04198320671731,35.04798080767693,35.053978408636546,35.05997600959616,35.06597361055578,35.0719712115154,35.07796881247501,35.083966413434624,35.08996401439424,35.09596161535386,35.101959216313475,35.10795681727309,35.11395441823271,35.119952019192326,35.12594962015194,35.13194722111155,35.13794482207117,35.143942423030786,35.1499400239904,35.15593762495002,35.16193522590964,35.167932826869254,35.17393042782887,35.17992802878848,35.1859256297481,35.191923230707715,35.19792083166733,35.20391843262695,35.209916033586566,35.21591363454618,35.2219112355058,35.22790883646542,35.23390643742503,35.239904038384644,35.24590163934426,35.25189924030388,35.257896841263495,35.26389444222311,35.26989204318273,35.275889644142346,35.281887245101956,35.28788484606157,35.29388244702119,35.29988004798081,35.305877648940424,35.31187524990004,35.31787285085966,35.323870451819275,35.32986805277889,35.3358656537385,35.34186325469812,35.347860855657736,35.35385845661735,35.35985605757697,35.36585365853659,35.371851259496204,35.37784886045582,35.38384646141543,35.38984406237505,35.395841663334664,35.40183926429428,35.4078368652539,35.413834466213515,35.41983206717313,35.42582966813275,35.431827269092366,35.437824870051976,35.44382247101159,35.44982007197121,35.45581767293083,35.461815273890444,35.46781287485006,35.47381047580968,35.479808076769295,35.485805677728905,35.49180327868852,35.49780087964814,35.503798480607756,35.50979608156737,35.51579368252699,35.52179128348661,35.527788884446224,35.53378648540584,35.53978408636545,35.54578168732507,35.551779288284685,35.5577768892443,35.56377449020392,35.569772091163536,35.57576969212315,35.58176729308277,35.58776489404238,35.593762495002,35.599760095961614,35.60575769692123,35.61175529788085,35.617752898840465,35.62375049980008,35.6297481007597,35.635745701719316,35.641743302678925,35.64774090363854,35.65373850459816,35.659736105557776,35.66573370651739,35.67173130747701,35.67772890843663,35.683726509396244,35.689724110355854,35.69572171131547,35.70171931227509,35.707716913234705,35.71371451419432,35.71971211515394,35.725709716113556,35.73170731707317,35.73770491803279,35.7437025189924,35.74970011995202,35.755697720911634,35.76169532187125,35.76769292283087,35.773690523790485,35.7796881247501,35.78568572570972,35.79168332666933,35.797680927628946,35.80367852858856,35.80967612954818,35.8156737305078,35.821671331467414,35.82766893242703,35.83366653338665,35.839664134346265,35.845661735305875,35.85165933626549,35.85765693722511,35.863654538184726,35.86965213914434,35.87564974010396,35.88164734106358,35.88764494202319,35.8936425429828,35.89964014394242,35.90563774490204,35.911635345861654,35.91763294682127,35.92363054778089,35.929628148740505,35.93562574970012,35.94162335065974,35.94762095161935,35.953618552578966,35.95961615353858,35.9656137544982,35.97161135545782,35.977608956417434,35.98360655737705,35.98960415833667,35.99560175929628,36.001599360255895,36.00759696121551,36.01359456217513,36.019592163134746,36.02558976409436,36.03158736505398,36.0375849660136,36.043582566973214,36.049580167932824,36.05557776889244,36.06157536985206,36.067572970811675,36.07357057177129,36.07956817273091,36.085565773690526,36.09156337465014,36.09756097560975,36.10355857656937,36.10955617752899,36.115553778488604,36.12155137944822,36.12754898040784,36.133546581367455,36.13954418232707,36.14554178328669,36.1515393842463,36.157536985205915,36.16353458616553,36.16953218712515,36.175529788084766,36.18152738904438,36.187524990004,36.19352259096362,36.19952019192323,36.205517792882844,36.21151539384246,36.21751299480208,36.223510595761695,36.22950819672131,36.23550579768093,36.241503398640546,36.24750099960016,36.25349860055977,36.25949620151939,36.26549380247901,36.271491403438624,36.27748900439824,36.28348660535786,36.289484206317475,36.29548180727709,36.3014794082367,36.30747700919632,36.313474610155936,36.31947221111555,36.32546981207517,36.33146741303479,36.337465013994404,36.34346261495402,36.34946021591364,36.35545781687325,36.361455417832865,36.36745301879248,36.3734506197521,36.379448220711716,36.38544582167133,36.39144342263095,36.39744102359057,36.403438624550176,36.40943622550979,36.41543382646941,36.42143142742903,36.427429028388644,36.43342662934826,36.43942423030788,36.445421831267495,36.45141943222711,36.45741703318672,36.46341463414634,36.469412235105956,36.47540983606557,36.48140743702519,36.48740503798481,36.493402638944424,36.49940023990404,36.50539784086365,36.51139544182327,36.517393042782885,36.5233906437425,36.52938824470212,36.535385845661736,36.54138344662135,36.54738104758097,36.55337864854059,36.5593762495002,36.565373850459814,36.57137145141943,36.57736905237905,36.583366653338665,36.58936425429828,36.5953618552579,36.601359456217516,36.607357057177126,36.61335465813674,36.61935225909636,36.62534986005598,36.631347461015594,36.63734506197521,36.64334266293483,36.649340263894445,36.65533786485406,36.66133546581367,36.66733306677329,36.673330667732905,36.67932826869252,36.68532586965214,36.691323470611756,36.69732107157137,36.70331867253099,36.7093162734906,36.71531387445022,36.721311475409834,36.72730907636945,36.73330667732907,36.739304278288685,36.7453018792483,36.75129948020792,36.757297081167536,36.763294682127146,36.76929228308676,36.77528988404638,36.781287485006,36.787285085965614,36.79328268692523,36.79928028788485,36.805277888844465,36.811275489804075,36.81727309076369,36.82327069172331,36.829268292682926,36.83526589364254,36.84126349460216,36.84726109556178,36.853258696521394,36.85925629748101,36.86525389844062,36.87125149940024,36.877249100359855,36.88324670131947,36.88924430227909,36.895241903238706,36.90123950419832,36.90723710515794,36.91323470611756,36.919232307077166,36.92522990803678,36.9312275089964,36.93722510995602,36.943222710915634,36.94922031187525,36.95521791283487,36.961215513794485,36.967213114754095,36.97321071571371,36.97920831667333,36.985205917632946,36.99120351859256,36.99720111955218,37.0031987205118,37.009196321471414,37.01519392243103,37.02119152339064,37.02718912435026,37.033186725309875,37.03918432626949,37.04518192722911,37.051179528188726,37.05717712914834,37.06317473010796,37.06917233106757,37.07516993202719,37.081167532986804,37.08716513394642,37.09316273490604,37.099160335865655,37.10515793682527,37.11115553778489,37.117153138744506,37.123150739704116,37.12914834066373,37.13514594162335,37.14114354258297,37.147141143542584,37.1531387445022,37.15913634546182,37.165133946421435,37.171131547381044,37.17712914834066,37.18312674930028,37.189124350259895,37.19512195121951,37.20111955217913,37.207117153138746,37.21311475409836,37.21911235505798,37.22510995601759,37.23110755697721,37.237105157936824,37.24310275889644,37.24910035985606,37.255097960815675,37.26109556177529,37.26709316273491,37.27309076369452,37.279088364654136,37.28508596561375,37.29108356657337,37.29708116753299,37.303078768492604,37.30907636945222,37.31507397041184,37.321071571371455,37.327069172331065,37.33306677329068,37.3390643742503,37.345061975209916,37.35105957616953,37.35705717712915,37.36305477808877,37.369052379048384,37.375049980007994,37.38104758096761,37.38704518192723,37.393042782886845,37.39904038384646,37.40503798480608,37.411035585765696,37.41703318672531,37.42303078768493,37.42902838864454,37.435025989604156,37.44102359056377,37.44702119152339,37.45301879248301,37.459016393442624,37.46501399440224,37.47101159536186,37.47700919632147,37.483006797281085,37.4890043982407,37.49500199920032,37.500999600159936,37.50699720111955,37.51299480207917,37.51899240303879,37.524990003998404,37.530987604958014,37.53698520591763,37.54298280687725,37.548980407836865,37.55497800879648,37.5609756097561,37.566973210715716,37.57297081167533,37.57896841263494,37.58496601359456,37.59096361455418,37.596961215513794,37.60295881647341,37.60895641743303,37.614954018392645,37.62095161935226,37.62694922031188,37.63294682127149,37.638944422231106,37.64494202319072,37.65093962415034,37.65693722510996,37.66293482606957,37.66893242702919,37.67493002798881,37.68092762894842,37.686925229908034,37.69292283086765,37.69892043182727,37.704918032786885,37.7109156337465,37.71691323470612,37.722910835665736,37.72890843662535,37.73490603758496,37.74090363854458,37.7469012395042,37.752898840463814,37.75889644142343,37.76489404238305,37.770891643342665,37.77688924430228,37.78288684526189,37.78888444622151,37.794882047181126,37.80087964814074,37.80687724910036,37.81287485005998,37.818872451019594,37.82487005197921,37.83086765293883,37.83686525389844,37.842862854858055,37.84886045581767,37.85485805677729,37.860855657736906,37.86685325869652,37.87285085965614,37.87884846061576,37.88484606157537,37.890843662534984,37.8968412634946,37.90283886445422,37.908836465413835,37.91483406637345,37.92083166733307,37.926829268292686,37.9328268692523,37.93882447021191,37.94482207117153,37.950819672131146,37.95681727309076,37.96281487405038,37.96881247501,37.974810075969614,37.98080767692923,37.98680527788884,37.99280287884846,37.998800479808075,38.00479808076769,38.01079568172731,38.016793282686926,38.02279088364654,38.02878848460616,38.03478608556578,38.04078368652539,38.046781287485004,38.05277888844462,38.05877648940424,38.064774090363855,38.07077169132347,38.07676929228309,38.082766893242706,38.088764494202316,38.09476209516193,38.10075969612155,38.10675729708117,38.112754898040784,38.1187524990004,38.12475009996002,38.130747700919635,38.13674530187925,38.14274290283886,38.14874050379848,38.154738104758096,38.16073570571771,38.16673330667733,38.17273090763695,38.17872850859656,38.18472610955618,38.19072371051579,38.19672131147541,38.202718912435024,38.20871651339464,38.21471411435426,38.220711715313875,38.22670931627349,38.23270691723311,38.238704518192726,38.244702119152336,38.25069972011195,38.25669732107157,38.26269492203119,38.268692522990804,38.27469012395042,38.28068772491004,38.286685325869655,38.292682926829265,38.29868052778888,38.3046781287485,38.310675729708116,38.31667333066773,38.32267093162735,38.32866853258697,38.334666133546584,38.3406637345062,38.34666133546581,38.35265893642543,38.358656537385045,38.36465413834466,38.37065173930428,38.376649340263896,38.38264694122351,38.38864454218313,38.39464214314274,38.40063974410236,38.406637345061974,38.41263494602159,38.41863254698121,38.424630147940825,38.43062774890044,38.43662534986006,38.442622950819676,38.448620551779285,38.4546181527389,38.46061575369852,38.466613354658136,38.47261095561775,38.47860855657737,38.48460615753699,38.490603758496604,38.496601359456214,38.50259896041583,38.50859656137545,38.514594162335065,38.52059176329468,38.5265893642543,38.532586965213916,38.53858456617353,38.54458216713315,38.55057976809276,38.55657736905238,38.562574970011994,38.56857257097161,38.57457017193123,38.580567772890845,38.58656537385046,38.59256297481008,38.59856057576969,38.604558176729306,38.61055577768892,38.61655337864854,38.62255097960816,38.628548580567774,38.63454618152739,38.64054378248701,38.646541383446625,38.652538984406235,38.65853658536585,38.66453418632547,38.670531787285086,38.6765293882447,38.68252698920432,38.68852459016394,38.69452219112355,38.70051979208316,38.70651739304278,38.7125149940024,38.718512594962014,38.72451019592163,38.73050779688125,38.736505397840865,38.74250299880048,38.7485005997601,38.75449820071971,38.760495801679326,38.76649340263894,38.77249100359856,38.77848860455818,38.784486205517794,38.79048380647741,38.79648140743703,38.80247900839664,38.808476609356255,38.81447421031587,38.82047181127549,38.826469412235106,38.83246701319472,38.83846461415434,38.84446221511396,38.850459816073574,38.856457417033184,38.8624550179928,38.86845261895242,38.874450219912035,38.88044782087165,38.88644542183127,38.892443022790886,38.8984406237505,38.90443822471011,38.91043582566973,38.91643342662935,38.922431027588964,38.92842862854858,38.9344262295082,38.940423830467815,38.94642143142743,38.95241903238705,38.95841663334666,38.964414234306275,38.97041183526589,38.97640943622551,38.982407037185126,38.98840463814474,38.99440223910436,39.00039984006398,39.00639744102359,39.012395041983204,39.01839264294282,39.02439024390244,39.030387844862055,39.03638544582167,39.04238304678129,39.048380647740906,39.05437824870052,39.06037584966013,39.06637345061975,39.07237105157937,39.078368652538984,39.0843662534986,39.09036385445822,39.096361455417835,39.10235905637745,39.10835665733706,39.11435425829668,39.120351859256296,39.12634946021591,39.13234706117553,39.13834466213515,39.144342263094764,39.15033986405438,39.156337465014,39.16233506597361,39.168332666933225,39.17433026789284,39.18032786885246,39.186325469812076,39.19232307077169,39.19832067173131,39.20431827269093,39.210315873650536,39.21631347461015,39.22231107556977,39.22830867652939,39.234306277489004,39.24030387844862,39.24630147940824,39.252299080367855,39.25829668132747,39.26429428228708,39.2702918832467,39.276289484206316,39.28228708516593,39.28828468612555,39.29428228708517,39.300279888044784,39.3062774890044,39.31227508996401,39.31827269092363,39.324270291883245,39.33026789284286,39.33626549380248,39.342263094762096,39.34826069572171,39.35425829668133,39.36025589764095,39.36625349860056,39.372251099560174,39.37824870051979,39.38424630147941,39.390243902439025,39.39624150339864,39.40223910435826,39.408236705317876,39.414234306277486,39.4202319072371,39.42622950819672,39.43222710915634,39.43822471011595,39.44422231107557,39.45021991203519,39.456217512994805,39.46221511395442,39.46821271491403,39.47421031587365,39.480207916833265,39.48620551779288,39.4922031187525,39.498200719712116,39.50419832067173,39.51019592163135,39.51619352259096,39.52219112355058,39.528188724510194,39.53418632546981,39.54018392642943,39.546181527389045,39.55217912834866,39.55817672930828,39.564174330267896,39.570171931227506,39.57616953218712,39.58216713314674,39.58816473410636,39.594162335065974,39.60015993602559,39.60615753698521,39.612155137944825,39.618152738904435,39.62415033986405,39.63014794082367,39.636145541783286,39.6421431427429,39.64814074370252,39.65413834466214,39.660135945621754,39.66613354658137,39.67213114754098,39.6781287485006,39.684126349460215,39.69012395041983,39.69612155137945,39.702119152339066,39.70811675329868,39.7141143542583,39.72011195521791,39.726109556177526,39.73210715713714,39.73810475809676,39.74410235905638,39.750099960015994,39.75609756097561,39.76209516193523,39.768092762894845,39.774090363854455,39.78008796481407,39.78608556577369,39.792083166733306,39.79808076769292,39.80407836865254,39.81007596961216,39.816073570571774,39.822071171531384,39.828068772491,39.83406637345062,39.840063974410235,39.84606157536985,39.85205917632947,39.858056777289086,39.8640543782487,39.87005197920832,39.87604958016793,39.88204718112755,39.888044782087164,39.89404238304678,39.9000399840064,39.906037584966015,39.91203518592563,39.91803278688525,39.92403038784486,39.930027988804476,39.93602558976409,39.94202319072371,39.94802079168333,39.95401839264294,39.96001599360256,39.96601359456218,39.972011195521794,39.978008796481404,39.98400639744102,39.99000399840064,39.996001599360255,40.00199920031987,40.00799680127949,40.013994402239106,40.01999200319872,40.02598960415833,40.03198720511795,40.03798480607757,40.043982407037184,40.0499800079968,40.05597760895642,40.061975209916035,40.06797281087565,40.07397041183527,40.07996801279488,40.085965613754496,40.09196321471411,40.09796081567373,40.10395841663335,40.109956017592964,40.11595361855258,40.1219512195122,40.12794882047181,40.133946421431425,40.13994402239104,40.14594162335066,40.151939224310276,40.15793682526989,40.16393442622951,40.16993202718913,40.175929628148744,40.181927229108354,40.18792483006797,40.19392243102759,40.199920031987205,40.20591763294682,40.21191523390644,40.217912834866056,40.22391043582567,40.22990803678528,40.2359056377449,40.241903238704516,40.24790083966413,40.25389844062375,40.25989604158337,40.265893642542984,40.2718912435026,40.27788884446222,40.28388644542183,40.289884046381445,40.29588164734106,40.30187924830068,40.307876849260296,40.31387445021991,40.31987205117953,40.32586965213915,40.33186725309876,40.337864854058374,40.34386245501799,40.34986005597761,40.355857656937225,40.36185525789684,40.36785285885646,40.373850459816076,40.37984806077569,40.3858456617353,40.39184326269492,40.39784086365454,40.403838464614154,40.40983606557377,40.41583366653339,40.421831267493005,40.42782886845262,40.43382646941223,40.43982407037185,40.445821671331466,40.45181927229108,40.4578168732507,40.46381447421032,40.46981207516993,40.47580967612955,40.48180727708917,40.48780487804878,40.493802479008394,40.49980007996801,40.50579768092763,40.511795281887245,40.51779288284686,40.52379048380648,40.529788084766096,40.535785685725706,40.54178328668532,40.54778088764494,40.55377848860456,40.559776089564174,40.56577369052379,40.57177129148341,40.577768892443025,40.58376649340264,40.58976409436225,40.59576169532187,40.601759296281486,40.6077568972411,40.61375449820072,40.61975209916034,40.625749700119954,40.63174730107957,40.63774490203919,40.6437425029988,40.649740103958415,40.65573770491803,40.66173530587765,40.667732906837266,40.67373050779688,40.6797281087565,40.68572570971612,40.69172331067573,40.697720911635344,40.70371851259496,40.70971611355458,40.715713714514195,40.72171131547381,40.72770891643343,40.733706517393045,40.73970411835266,40.74570171931227,40.75169932027189,40.757696921231506,40.76369452219112,40.76969212315074,40.77568972411036,40.781687325069974,40.78768492602959,40.7936825269892,40.79968012794882,40.805677728908435,40.81167532986805,40.81767293082767,40.823670531787286,40.8296681327469,40.83566573370652,40.84166333466614,40.84766093562575,40.853658536585364,40.85965613754498,40.8656537385046,40.871651339464215,40.87764894042383,40.88364654138345,40.889644142343066,40.895641743302676,40.90163934426229,40.90763694522191,40.91363454618153,40.919632147141144,40.92562974810076,40.93162734906038,40.937624950019995,40.94362255097961,40.94962015193922,40.95561775289884,40.961615353858456,40.96761295481807,40.97361055577769,40.97960815673731,40.98560575769692,40.99160335865654,40.99760095961615,41.00359856057577,41.009596161535384,41.015593762495,41.02159136345462,41.027588964414235,41.03358656537385,41.03958416633347,41.045581767293086,41.051579368252696,41.05757696921231,41.06357457017193,41.06957217113155,41.075569772091164,41.08156737305078,41.0875649740104,41.093562574970015,41.099560175929625,41.10555777688924,41.11155537784886,41.117552978808476,41.12355057976809,41.12954818072771,41.13554578168733,41.141543382646944,41.14754098360656,41.15353858456617,41.15953618552579,41.165533786485405,41.17153138744502,41.17752898840464,41.183526589364256,41.18952419032387,41.19552179128349,41.2015193922431,41.20751699320272,41.21351459416233,41.21951219512195,41.22550979608157,41.231507397041185,41.2375049980008,41.24350259896042,41.249500199920035,41.255497800879645,41.26149540183926,41.26749300279888,41.273490603758496,41.27948820471811,41.28548580567773,41.29148340663735,41.297481007596964,41.303478608556574,41.30947620951619,41.31547381047581,41.321471411435425,41.32746901239504,41.33346661335466,41.339464214314276,41.34546181527389,41.35145941623351,41.35745701719312,41.36345461815274,41.369452219112354,41.37544982007197,41.38144742103159,41.387445021991205,41.39344262295082,41.39944022391044,41.40543782487005,41.411435425829666,41.41743302678928,41.4234306277489,41.42942822870852,41.435425829668134,41.44142343062775,41.44742103158737,41.453418632546985,41.459416233506595,41.46541383446621,41.47141143542583,41.477409036385446,41.48340663734506,41.48940423830468,41.4954018392643,41.50139944022391,41.50739704118352,41.51339464214314,41.51939224310276,41.525389844062374,41.53138744502199,41.53738504598161,41.543382646941225,41.54938024790084,41.55537784886046,41.56137544982007,41.567373050779686,41.5733706517393,41.57936825269892,41.58536585365854,41.591363454618154,41.59736105557777,41.60335865653739,41.609356257497,41.615353858456615,41.62135145941623,41.62734906037585,41.633346661335466,41.63934426229508,41.6453418632547,41.65133946421432,41.657337065173934,41.663334666133544,41.66933226709316,41.67532986805278,41.681327469012395,41.68732506997201,41.69332267093163,41.699320271891246,41.70531787285086,41.71131547381047,41.71731307477009,41.72331067572971,41.72930827668932,41.73530587764894,41.74130347860856,41.747301079568174,41.75329868052779,41.75929628148741,41.76529388244702,41.771291483406635,41.77728908436625,41.78328668532587,41.789284286285486,41.7952818872451,41.80127948820472,41.80727708916434,41.81327469012395,41.819272291083564,41.82526989204318,41.8312674930028,41.837265093962415,41.84326269492203,41.84926029588165,41.855257896841266,41.86125549780088,41.86725309876049,41.87325069972011,41.87924830067973,41.885245901639344,41.89124350259896,41.89724110355858,41.903238704518195,41.90923630547781,41.91523390643742,41.92123150739704,41.927229108356656,41.93322670931627,41.93922431027589,41.94522191123551,41.951219512195124,41.95721711315474,41.96321471411436,41.96921231507397,41.975209916033585,41.9812075169932,41.98720511795282,41.993202718912436,41.99920031987205,42.00519792083167,42.01119552179129,42.017193122750896,42.02319072371051,42.02918832467013,42.03518592562975,42.041183526589364,42.04718112754898,42.0531787285086,42.059176329468215,42.06517393042783,42.07117153138744,42.07716913234706,42.083166733306676,42.08916433426629,42.09516193522591,42.10115953618553,42.107157137145144,42.11315473810476,42.11915233906437,42.12514994002399,42.131147540983605,42.13714514194322,42.14314274290284,42.149140343862456,42.15513794482207,42.16113554578169,42.16713314674131,42.17313074770092,42.179128348660534,42.18512594962015,42.19112355057977,42.197121151539385,42.203118752499,42.20911635345862,42.215113954418236,42.221111555377846,42.22710915633746,42.23310675729708,42.2391043582567,42.24510195921631,42.25109956017593,42.25709716113555,42.263094762095164,42.26909236305478,42.27508996401439,42.28108756497401,42.287085165933625,42.29308276689324,42.29908036785286,42.305077968812476,42.31107556977209,42.31707317073171,42.32307077169132,42.32906837265094,42.335065973610554,42.34106357457017,42.34706117552979,42.353058776489405,42.35905637744902,42.36505397840864,42.371051579368256,42.377049180327866,42.38304678128748,42.3890443822471,42.39504198320672,42.401039584166334,42.40703718512595,42.41303478608557,42.419032387045185,42.425029988004795,42.43102758896441,42.43702518992403,42.443022790883646,42.44902039184326,42.45501799280288,42.4610155937625,42.467013194722114,42.47301079568173,42.47900839664134,42.48500599760096,42.491003598560575,42.49700119952019,42.50299880047981,42.508996401439425,42.51499400239904,42.52099160335866,42.52698920431827,42.532986805277886,42.5389844062375,42.54498200719712,42.55097960815674,42.556977209116354,42.56297481007597,42.56897241103559,42.574970011995205,42.580967612954815,42.58696521391443,42.59296281487405,42.598960415833666,42.60495801679328,42.6109556177529,42.61695321871252,42.622950819672134,42.628948420631744,42.63494602159136,42.64094362255098,42.646941223510595,42.65293882447021,42.65893642542983,42.664934026389446,42.67093162734906,42.67692922830868,42.68292682926829,42.68892443022791,42.694922031187524,42.70091963214714,42.70691723310676,42.712914834066375,42.71891243502599,42.72491003598561,42.73090763694522,42.736905237904836,42.74290283886445,42.74890043982407,42.75489804078369,42.7608956417433,42.76689324270292,42.77289084366254,42.778888444622154,42.784886045581764,42.79088364654138,42.796881247501,42.802878848460615,42.80887644942023,42.81487405037985,42.820871651339466,42.82686925229908,42.83286685325869,42.83886445421831,42.84486205517793,42.850859656137544,42.85685725709716,42.86285485805678,42.868852459016395,42.87485005997601,42.88084766093563,42.88684526189524,42.892842862854856,42.89884046381447,42.90483806477409,42.91083566573371,42.916833266693324,42.92283086765294,42.92882846861256,42.93482606957217,42.940823670531785,42.9468212714914,42.95281887245102,42.958816473410636,42.96481407437025,42.97081167532987,42.97680927628949,42.982806877249104,42.98880447820871,42.99480207916833,43.00079968012795,43.006797281087564,43.01279488204718,43.0187924830068,43.024790083966415,43.03078768492603,43.03678528588564,43.04278288684526,43.048780487804876,43.05477808876449,43.06077568972411,43.06677329068373,43.072770891643344,43.07876849260296,43.08476609356258,43.09076369452219,43.096761295481805,43.10275889644142,43.10875649740104,43.114754098360656,43.12075169932027,43.12674930027989,43.13274690123951,43.13874450219912,43.144742103158734,43.15073970411835,43.15673730507797,43.162734906037585,43.1687325069972,43.17473010795682,43.180727708916436,43.18672530987605,43.19272291083566,43.19872051179528,43.2047181127549,43.210715713714514,43.21671331467413,43.22271091563375,43.228708516593365,43.23470611755298,43.24070371851259,43.24670131947221,43.252698920431826,43.25869652139144,43.26469412235106,43.27069172331068,43.27668932427029,43.28268692522991,43.28868452618953,43.29468212714914,43.300679728108754,43.30667732906837,43.31267493002799,43.318672530987605,43.32467013194722,43.33066773290684,43.336665333866456,43.342662934826066,43.34866053578568,43.3546581367453,43.36065573770492,43.366653338664534,43.37265093962415,43.37864854058377,43.384646141543385,43.390643742503,43.39664134346261,43.40263894442223,43.408636545381846,43.41463414634146,43.42063174730108,43.4266293482607,43.432626949220314,43.43862455017993,43.44462215113954,43.45061975209916,43.456617353058775,43.46261495401839,43.46861255497801,43.474610155937626,43.48060775689724,43.48660535785686,43.49260295881648,43.49860055977609,43.5045981607357,43.51059576169532,43.51659336265494,43.522590963614554,43.52858856457417,43.53458616553379,43.540583766493405,43.546581367453015,43.55257896841263,43.55857656937225,43.564574170331866,43.57057177129148,43.5765693722511,43.58256697321072,43.588564574170334,43.59456217512995,43.60055977608956,43.60655737704918,43.612554978008795,43.61855257896841,43.62455017992803,43.630547780887646,43.63654538184726,43.64254298280688,43.64854058376649,43.65453818472611,43.660535785685724,43.66653338664534,43.67253098760496,43.678528588564575,43.68452618952419,43.69052379048381,43.696521391443426,43.702518992403036,43.70851659336265,43.71451419432227,43.72051179528189,43.726509396241504,43.73250699720112,43.73850459816074,43.744502199120355,43.750499800079965,43.75649740103958,43.7624950019992,43.768492602958815,43.77449020391843,43.78048780487805,43.78648540583767,43.79248300679728,43.7984806077569,43.80447820871651,43.81047580967613,43.816473410635744,43.82247101159536,43.82846861255498,43.834466213514595,43.84046381447421,43.84646141543383,43.85245901639344,43.858456617353056,43.86445421831267,43.87045181927229,43.87644942023191,43.882447021191524,43.88844462215114,43.89444222311076,43.900439824070375,43.906437425029985,43.9124350259896,43.91843262694922,43.924430227908836,43.93042782886845,43.93642542982807,43.94242303078769,43.948420631747304,43.954418232706914,43.96041583366653,43.96641343462615,43.972411035585765,43.97840863654538,43.984406237505,43.990403838464616,43.99640143942423,44.00239904038385,44.00839664134346,44.01439424230308,44.02039184326269,44.02638944422231,44.03238704518193,44.038384646141544,44.04438224710116,44.05037984806078,44.05637744902039,44.062375049980005,44.06837265093962,44.07437025189924,44.080367852858856,44.08636545381847,44.09236305477809,44.09836065573771,44.104358256697324,44.110355857656934,44.11635345861655,44.12235105957617,44.128348660535785,44.1343462614954,44.14034386245502,44.146341463414636,44.15233906437425,44.15833666533386,44.16433426629348,44.1703318672531,44.176329468212714,44.18232706917233,44.18832467013195,44.194322271091565,44.20031987205118,44.2063174730108,44.21231507397041,44.218312674930026,44.22431027588964,44.23030787684926,44.23630547780888,44.242303078768494,44.24830067972811,44.25429828068773,44.26029588164734,44.266293482606955,44.27229108356657,44.27828868452619,44.284286285485805,44.29028388644542,44.29628148740504,44.302279088364656,44.30827668932427,44.31427429028388,44.3202718912435,44.32626949220312,44.332267093162734,44.33826469412235,44.34426229508197,44.350259896041585,44.3562574970012,44.36225509796081,44.36825269892043,44.374250299880046,44.38024790083966,44.38624550179928,44.3922431027589,44.398240703718514,44.40423830467813,44.41023590563775,44.41623350659736,44.422231107556975,44.42822870851659,44.43422630947621,44.440223910435826,44.44622151139544,44.45221911235506,44.45821671331468,44.464214314274294,44.470211915233904,44.47620951619352,44.48220711715314,44.488204718112755,44.49420231907237,44.50019992003199,44.506197520991606,44.51219512195122,44.51819272291083,44.52419032387045,44.53018792483007,44.53618552578968,44.5421831267493,44.54818072770892,44.554178328668534,44.56017592962815,44.56617353058777,44.57217113154738,44.578168732506995,44.58416633346661,44.59016393442623,44.596161535385846,44.60215913634546,44.60815673730508,44.6141543382647,44.62015193922431,44.626149540183924,44.63214714114354,44.63814474210316,44.644142343062775,44.65013994402239,44.65613754498201,44.662135145941626,44.66813274690124,44.67413034786085,44.68012794882047,44.68612554978009,44.692123150739704,44.69812075169932,44.70411835265894,44.710115953618555,44.71611355457817,44.72211115553778,44.7281087564974,44.734106357457016,44.74010395841663,44.74610155937625,44.75209916033587,44.758096761295484,44.7640943622551,44.77009196321472,44.77608956417433,44.782087165133944,44.78808476609356,44.79408236705318,44.800079968012795,44.80607756897241,44.81207516993203,44.818072770891646,44.824070371851256,44.83006797281087,44.83606557377049,44.84206317473011,44.848060775689724,44.85405837664934,44.86005597760896,44.866053578568575,44.87205117952819,44.8780487804878,44.88404638144742,44.890043982407036,44.89604158336665,44.90203918432627,44.90803678528589,44.914034386245504,44.92003198720512,44.92602958816473,44.93202718912435,44.938024790083965,44.94402239104358,44.9500199920032,44.956017592962816,44.96201519392243,44.96801279488205,44.97401039584167,44.98000799680128,44.986005597760894,44.99200319872051,44.99800079968013,45.003998400639745,45.00999600159936,45.01599360255898,45.021991203518596,45.027988804478206,45.03398640543782,45.03998400639744,45.04598160735706,45.05197920831667,45.05797680927629,45.06397441023591,45.069972011195524,45.07596961215514,45.08196721311475,45.08796481407437,45.093962415033985,45.0999600159936,45.10595761695322,45.111955217912836,45.11795281887245,45.12395041983207,45.12994802079168,45.1359456217513,45.141943222710914,45.14794082367053,45.15393842463015,45.159936025589765,45.16593362654938,45.171931227509,45.177928828468616,45.183926429428226,45.18992403038784,45.19592163134746,45.20191923230708,45.207916833266694,45.21391443422631,45.21991203518593,45.225909636145545,45.231907237105155,45.23790483806477,45.24390243902439,45.249900039984006,45.25589764094362,45.26189524190324,45.26789284286286,45.273890443822474,45.27988804478209,45.2858856457417,45.29188324670132,45.297880847660934,45.30387844862055,45.30987604958017,45.315873650539785,45.3218712514994,45.32786885245902,45.33386645341863,45.339864054378246,45.34586165533786,45.35185925629748,45.3578568572571,45.363854458216714,45.36985205917633,45.37584966013595,45.381847261095565,45.387844862055175,45.39384246301479,45.39984006397441,45.405837664934026,45.41183526589364,45.41783286685326,45.42383046781288,45.429828068772494,45.435825669732104,45.44182327069172,45.44782087165134,45.453818472610955,45.45981607357057,45.46581367453019,45.471811275489806,45.47780887644942,45.48380647740904,45.48980407836865,45.49580167932827,45.501799280287884,45.5077968812475,45.51379448220712,45.519792083166735,45.52578968412635,45.53178728508597,45.53778488604558,45.543782487005195,45.54978008796481,45.55577768892443,45.56177528988405,45.56777289084366,45.57377049180328,45.5797680927629,45.585765693722514,45.591763294682124,45.59776089564174,45.60375849660136,45.609756097560975,45.61575369852059,45.62175129948021,45.627748900439826,45.63374650139944,45.63974410235905,45.64574170331867,45.65173930427829,45.657736905237904,45.66373450619752,45.66973210715714,45.675729708116755,45.68172730907637,45.68772491003599,45.6937225109956,45.699720111955216,45.70571771291483,45.71171531387445,45.71771291483407,45.723710515793684,45.7297081167533,45.73570571771292,45.74170331867253,45.747700919632145,45.75369852059176,45.75969612155138,45.765693722510996,45.77169132347061,45.77768892443023,45.78368652538985,45.789684126349464,45.79568172730907,45.80167932826869,45.80767692922831,45.813674530187924,45.81967213114754,45.82566973210716,45.831667333066775,45.83766493402639,45.843662534986,45.84966013594562,45.855657736905236,45.86165533786485,45.86765293882447,45.87365053978409,45.879648140743704,45.88564574170332,45.89164334266294,45.89764094362255,45.903638544582165,45.90963614554178,45.9156337465014,45.921631347461016,45.92762894842063,45.93362654938025,45.93962415033987,45.94562175129948,45.951619352259094,45.95761695321871,45.96361455417833,45.969612155137945,45.97560975609756,45.98160735705718,45.987604958016796,45.99360255897641,45.99960015993602,46.00559776089564,46.01159536185526,46.017592962814874,46.02359056377449,46.02958816473411,46.035585765693725,46.04158336665334,46.04758096761295,46.05357856857257,46.059576169532185,46.0655737704918,46.07157137145142,46.077568972411036,46.08356657337065,46.08956417433027,46.09556177528989,46.1015593762495,46.107556977209114,46.11355457816873,46.11955217912835,46.125549780087965,46.13154738104758,46.1375449820072,46.143542582966816,46.149540183926426,46.15553778488604,46.16153538584566,46.16753298680528,46.173530587764894,46.17952818872451,46.18552578968413,46.191523390643745,46.19752099160336,46.20351859256297,46.20951619352259,46.215513794482206,46.22151139544182,46.22750899640144,46.23350659736106,46.239504198320674,46.24550179928029,46.2514994002399,46.25749700119952,46.263494602159135,46.26949220311875,46.27548980407837,46.281487405037986,46.2874850059976,46.29348260695722,46.29948020791684,46.30547780887645,46.31147540983606,46.31747301079568,46.3234706117553,46.329468212714914,46.33546581367453,46.34146341463415,46.347461015593765,46.353458616553375,46.35945621751299,46.36545381847261,46.371451419432226,46.37744902039184,46.38344662135146,46.38944422231108,46.395441823270694,46.40143942423031,46.40743702518992,46.41343462614954,46.419432227109155,46.42542982806877,46.43142742902839,46.437425029988006,46.44342263094762,46.44942023190724,46.45541783286685,46.46141543382647,46.467413034786084,46.4734106357457,46.47940823670532,46.485405837664935,46.49140343862455,46.49740103958417,46.503398640543786,46.509396241503396,46.51539384246301,46.52139144342263,46.52738904438225,46.533386645341864,46.53938424630148,46.5453818472611,46.551379448220715,46.557377049180324,46.56337465013994,46.56937225109956,46.575369852059175,46.58136745301879,46.58736505397841,46.593362654938026,46.59936025589764,46.60535785685726,46.61135545781687,46.61735305877649,46.623350659736104,46.62934826069572,46.63534586165534,46.641343462614955,46.64734106357457,46.65333866453419,46.6593362654938,46.665333866453416,46.67133146741303,46.67732906837265,46.68332666933227,46.689324270291884,46.6953218712515,46.70131947221112,46.707317073170735,46.713314674130345,46.71931227508996,46.72530987604958,46.731307477009196,46.73730507796881,46.74330267892843,46.74930027988805,46.755297880847664,46.761295481807274,46.76729308276689,46.77329068372651,46.779288284686125,46.78528588564574,46.79128348660536,46.797281087564976,46.80327868852459,46.80927628948421,46.81527389044382,46.82127149140344,46.82726909236305,46.83326669332267,46.83926429428229,46.845261895241904,46.85125949620152,46.85725709716114,46.86325469812075,46.869252299080365,46.87524990003998,46.8812475009996,46.887245101959216,46.89324270291883,46.89924030387845,46.90523790483807,46.911235505797684,46.917233106757294,46.92323070771691,46.92922830867653,46.935225909636145,46.94122351059576,46.94722111155538,46.953218712514996,46.95921631347461,46.96521391443422,46.97121151539384,46.97720911635346,46.983206717313074,46.98920431827269,46.99520191923231,47.001199520191925,47.00719712115154,47.01319472211116,47.01919232307077,47.025189924030386,47.03118752499,47.03718512594962,47.04318272690924,47.049180327868854,47.05517792882847,47.06117552978809,47.0671731307477,47.073170731707314,47.07916833266693,47.08516593362655,47.091163534586165,47.09716113554578,47.1031587365054,47.109156337465016,47.11515393842463,47.12115153938424,47.12714914034386,47.13314674130348,47.139144342263094,47.14514194322271,47.15113954418233,47.157137145141945,47.16313474610156,47.16913234706117,47.17512994802079,47.181127548980406,47.18712514994002,47.19312275089964,47.19912035185926,47.205117952818874,47.21111555377849,47.21711315473811,47.22311075569772,47.229108356657335,47.23510595761695,47.24110355857657,47.247101159536186,47.2530987604958,47.25909636145542,47.26509396241504,47.27109156337465,47.277089164334264,47.28308676529388,47.2890843662535,47.295081967213115,47.30107956817273,47.30707716913235,47.313074770091966,47.31907237105158,47.32506997201119,47.33106757297081,47.33706517393043,47.34306277489004,47.34906037584966,47.35505797680928,47.361055577768894,47.36705317872851,47.37305077968812,47.37904838064774,47.385045981607355,47.39104358256697,47.39704118352659,47.403038784486206,47.40903638544582,47.41503398640544,47.42103158736506,47.42702918832467,47.433026789284284,47.4390243902439,47.44502199120352,47.451019592163135,47.45701719312275,47.46301479408237,47.469012395041986,47.475009996001596,47.48100759696121,47.48700519792083,47.49300279888045,47.499000399840064,47.50499800079968,47.5109956017593,47.516993202718915,47.52299080367853,47.52898840463814,47.53498600559776,47.540983606557376,47.54698120751699,47.55297880847661,47.55897640943623,47.564974010395844,47.57097161135546,47.57696921231507,47.58296681327469,47.588964414234304,47.59496201519392,47.60095961615354,47.606957217113155,47.61295481807277,47.61895241903239,47.624950019992006,47.630947620951616,47.63694522191123,47.64294282287085,47.64894042383047,47.654938024790084,47.6609356257497,47.66693322670932,47.672930827668935,47.678928428628545,47.68492602958816,47.69092363054778,47.696921231507396,47.70291883246701,47.70891643342663,47.71491403438625,47.720911635345864,47.72690923630548,47.73290683726509,47.73890443822471,47.744902039184325,47.75089964014394,47.75689724110356,47.762894842063176,47.76889244302279,47.77489004398241,47.78088764494202,47.78688524590164,47.792882846861254,47.79888044782087,47.80487804878049,47.810875649740105,47.81687325069972,47.82287085165934,47.828868452618956,47.834866053578565,47.84086365453818,47.8468612554978,47.852858856457416,47.85885645741703,47.86485405837665,47.87085165933627,47.876849260295884,47.882846861255494,47.88884446221511,47.89484206317473,47.900839664134345,47.90683726509396,47.91283486605358,47.918832467013196,47.92483006797281,47.93082766893243,47.93682526989204,47.94282287085166,47.948820471811274,47.95481807277089,47.96081567373051,47.966813274690125,47.97281087564974,47.97880847660936,47.98480607756897,47.990803678528586,47.9968012794882,48.00279888044782,48.00879648140744,48.014794082367054,48.02079168332667,48.02678928428629,48.032786885245905,48.038784486205515,48.04478208716513,48.05077968812475,48.056777289084366,48.06277489004398,48.0687724910036,48.07477009196322,48.080767692922834,48.08676529388244,48.09276289484206,48.09876049580168,48.104758096761294,48.11075569772091,48.11675329868053,48.122750899640145,48.12874850059976,48.13474610155938,48.14074370251899,48.146741303478606,48.15273890443822,48.15873650539784,48.16473410635746,48.170731707317074,48.17672930827669,48.18272690923631,48.188724510195925,48.194722111155535,48.20071971211515,48.20671731307477,48.212714914034386,48.218712514994,48.22471011595362,48.23070771691324,48.236705317872854,48.242702918832464,48.24870051979208,48.2546981207517,48.260695721711315,48.26669332267093,48.27269092363055,48.278688524590166,48.28468612554978,48.2906837265094,48.29668132746901,48.30267892842863,48.308676529388244,48.31467413034786,48.32067173130748,48.326669332267095,48.33266693322671,48.33866453418633,48.34466213514594,48.350659736105555,48.35665733706517,48.36265493802479,48.368652538984406,48.37465013994402,48.38064774090364,48.38664534186326,48.392642942822874,48.398640543782484,48.4046381447421,48.41063574570172,48.416633346661335,48.42263094762095,48.42862854858057,48.434626149540186,48.4406237504998,48.44662135145941,48.45261895241903,48.45861655337865,48.464614154338264,48.47061175529788,48.4766093562575,48.482606957217115,48.48860455817673,48.49460215913635,48.50059976009596,48.506597361055576,48.51259496201519,48.51859256297481,48.52459016393443,48.530587764894044,48.53658536585366,48.54258296681328,48.54858056777289,48.554578168732505,48.56057576969212,48.56657337065174,48.572570971611356,48.57856857257097,48.58456617353059,48.59056377449021,48.596561375449824,48.60255897640943,48.60855657736905,48.61455417832867,48.620551779288284,48.6265493802479,48.63254698120752,48.638544582167135,48.64454218312675,48.65053978408636,48.65653738504598,48.662534986005596,48.66853258696521,48.67453018792483,48.68052778888445,48.686525389844064,48.69252299080368,48.6985205917633,48.70451819272291,48.710515793682525,48.71651339464214,48.72251099560176,48.728508596561376,48.73450619752099,48.74050379848061,48.74650139944023,48.75249900039984,48.758496601359454,48.76449420231907,48.77049180327869,48.776489404238305,48.78248700519792,48.78848460615754,48.794482207117156,48.80047980807677,48.80647740903638,48.812475009996,48.81847261095562,48.824470211915234,48.83046781287485,48.83646541383447,48.842463014794085,48.8484606157537,48.85445821671331,48.86045581767293,48.866453418632545,48.87245101959216,48.87844862055178,48.884446221511396,48.89044382247101,48.89644142343063,48.90243902439025,48.90843662534986,48.914434226309474,48.92043182726909,48.92642942822871,48.932427029188325,48.93842463014794,48.94442223110756,48.950419832067176,48.956417433026786,48.9624150339864,48.96841263494602,48.97441023590564,48.980407836865254,48.98640543782487,48.99240303878449,48.998400639744105,49.00439824070372,49.01039584166333,49.01639344262295,49.022391043582566,49.02838864454218,49.0343862455018,49.04038384646142,49.046381447421034,49.05237904838065,49.05837664934026,49.06437425029988,49.070371851259495,49.07636945221911,49.08236705317873,49.088364654138346,49.09436225509796,49.10035985605758,49.1063574570172,49.11235505797681,49.11835265893642,49.12435025989604,49.13034786085566,49.136345461815274,49.14234306277489,49.14834066373451,49.154338264694125,49.160335865653735,49.16633346661335,49.17233106757297,49.178328668532586,49.1843262694922,49.19032387045182,49.19632147141144,49.202319072371054,49.20831667333067,49.21431427429028,49.2203118752499,49.226309476209515,49.23230707716913,49.23830467812875,49.244302279088366,49.25029988004798,49.2562974810076,49.26229508196721,49.26829268292683,49.274290283886444,49.28028788484606,49.28628548580568,49.292283086765295,49.29828068772491,49.30427828868453,49.310275889644146,49.316273490603756,49.32227109156337,49.32826869252299,49.33426629348261,49.340263894442224,49.34626149540184,49.35225909636146,49.358256697321075,49.364254298280684,49.3702518992403,49.37624950019992,49.382247101159535,49.38824470211915,49.39424230307877,49.400239904038386,49.406237504998,49.41223510595762,49.41823270691723,49.42423030787685,49.430227908836464,49.43622550979608,49.4422231107557,49.448220711715315,49.45421831267493,49.46021591363455,49.46621351459416,49.472211115553776,49.47820871651339,49.48420631747301,49.49020391843263,49.496201519392244,49.50219912035186,49.50819672131148,49.514194322271095,49.520191923230705,49.52618952419032,49.53218712514994,49.538184726109556,49.54418232706917,49.55017992802879,49.55617752898841,49.562175129948024,49.568172730907634,49.57417033186725,49.58016793282687,49.586165533786485,49.5921631347461,49.59816073570572,49.604158336665336,49.61015593762495,49.61615353858457,49.62215113954418,49.628148740503796,49.63414634146341,49.64014394242303,49.64614154338265,49.652139144342264,49.65813674530188,49.6641343462615,49.67013194722111,49.676129548180725,49.68212714914034,49.68812475009996,49.694122351059576,49.70011995201919,49.70611755297881,49.71211515393843,49.718112754898044,49.724110355857654,49.73010795681727,49.73610555777689,49.742103158736505,49.74810075969612,49.75409836065574,49.760095961615356,49.76609356257497,49.77209116353458,49.7780887644942,49.78408636545382,49.790083966413434,49.79608156737305,49.80207916833267,49.808076769292285,49.8140743702519,49.82007197121152,49.82606957217113,49.832067173130746,49.83806477409036,49.84406237504998,49.8500599760096,49.856057576969214,49.86205517792883,49.86805277888845,49.87405037984806,49.880047980807674,49.88604558176729,49.89204318272691,49.898040783686525,49.90403838464614,49.91003598560576,49.916033586565376,49.92203118752499,49.9280287884846,49.93402638944422,49.94002399040384,49.946021591363454,49.95201919232307,49.95801679328269,49.964014394242305,49.97001199520192,49.97600959616153,49.98200719712115,49.988004798080766,49.99400239904038,50.0]} diff --git a/lib/node_modules/@stdlib/math/base/special/besselk0/test/fixtures/julia/medium_positive.json b/lib/node_modules/@stdlib/math/base/special/besselk0/test/fixtures/julia/medium_positive.json new file mode 100644 index 000000000000..042413dadac8 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/besselk0/test/fixtures/julia/medium_positive.json @@ -0,0 +1 @@ +{"expected":[0.03473950438627926,0.03460330465491857,0.03446765842860084,0.03433256334235198,0.03419801704203038,0.03406401718427236,0.033930561436438016,0.033797647476557356,0.033665272993276714,0.033533435685805454,0.033402133263863085,0.03327136344762651,0.03314112396767774,0.03301141256495172,0.03288222699068461,0.032753565006362305,0.032625424383669194,0.03249780290443732,0.03237069836059559,0.032244108554119646,0.03211803129698159,0.03199246441110042,0.03186740572829231,0.03174285309022156,0.0316188043483515,0.031495257363895926,0.0313722100077706,0.0312496601605452,0.03112760571239535,0.031006044563055123,0.030884974621769565,0.030764393807247787,0.030644300047616,0.03052469128037101,0.03040556545233395,0.030286920519604167,0.03016875444751355,0.03005106521058082,0.029933850792466417,0.02981710918592733,0.029700838392772454,0.02958503642381788,0.029469701298842743,0.029354831046545068,0.02924042370449804,0.029126477319106416,0.029012989945563127,0.02889995964780626,0.028787384498476197,0.02867526257887296,0.028563591978913783,0.028452370797091123,0.028341597140430497,0.028231269124448982,0.028121384873113612,0.028011942518800216,0.027902940202252362,0.027794376072540542,0.027686248287021625,0.027578555011298515,0.027471294419179962,0.027364464692640658,0.0272580640217816,0.027152090604790503,0.027046542647902596,0.026941418365361507,0.026836715979380466,0.02673243372010366,0.02662856982556774,0.02652512254166362,0.02642209012209854,0.026319470828358102,0.02621726292966881,0.026115464702960535,0.026014074432829395,0.025913090411500715,0.025812510938792152,0.025712334322077233,0.025612558876248772,0.025513182923682765,0.025414204794202318,0.02531562282504181,0.025217435360811214,0.025119640753460737,0.02502223736224547,0.024925223553690357,0.02482859770155522,0.02473235818680023,0.024636503397551163,0.024541031729065254,0.024445941583696937,0.0243512313708639,0.024256899507013287,0.02416294441558807,0.024069364526993688,0.02397615827856464,0.023883324114531576,0.02379086048598826,0.023698765850858887,0.023607038673865485,0.02351567742649561,0.02342468058696999,0.02333404664021063,0.023243774077808796,0.023153861397993383,0.02306430710559936,0.0229751097120363,0.022886267735257298,0.02279777969972786,0.022709644136394952,0.022621859582656362,0.02253442458233011,0.02244733768562397,0.02236059744910535,0.022274202435671044,0.02218815121451747,0.022102442361110718,0.02201707445715711,0.021932046090573535,0.021847355855458283,0.021763002352061873,0.02167898418675793,0.021595299972014446,0.021511948326364997,0.021428927874380218,0.02134623724663939,0.021263875079702142,0.021181840016080374,0.021100130704210275,0.02101874579842442,0.020937683958924206,0.02085694385175223,0.020776524148764897,0.02069642352760521,0.020616640671675582,0.02053717427011089,0.020458023017751653,0.020379185615117312,0.02030066076837964,0.020222447189336384,0.020144543595384905,0.02006694870949606,0.019989661260188137,0.019912679981501043,0.01983600361297046,0.019759630899602292,0.019683560591847102,0.01960779144557482,0.019532322222049456,0.01945715168790402,0.01938227861511555,0.019307701780980225,0.019233419968088715,0.019159431964301477,0.01908573656272443,0.019012332561684428,0.018939218764705227,0.018866393980483218,0.018793857022863573,0.018721606710816314,0.018649641868412628,0.018577961324801173,0.01850656391418471,0.01843544847579663,0.018364613853877703,0.018294058897652985,0.01822378246130875,0.018153783403969614,0.018084060589675724,0.0180146128873601,0.017945439170826073,0.0178765383187248,0.01780790921453297,0.0177395507465306,0.017671461807778836,0.01760364129609808,0.01753608811404599,0.017468801168895733,0.017401779372614386,0.017335021641841256,0.01726852689786655,0.01720229406660989,0.01713632207859923,0.017070609868949597,0.017005156377342158,0.01693996054800322,0.01687502132968347,0.01681033767563724,0.016745908543601907,0.016681732895777363,0.016617809698805646,0.01655413792375062,0.016490716546077748,0.01642754454563408,0.016364620906628102,0.016301944617610014,0.016239514671451752,0.016177330065327445,0.016115389800693672,0.016053692883270042,0.015992238323019742,0.015931025134130247,0.015870052334994066,0.015809318948189648,0.015748824000462312,0.015688566522705387,0.01562854554994128,0.01556876012130276,0.015509209280014334,0.015449892073373625,0.015390807552732954,0.015331954773480887,0.015273332795024042,0.015214940680768776,0.015156777498103157,0.015098842318378918,0.015041134216893483,0.014983652272872164,0.0149263955694504,0.014869363193656051,0.014812554236391856,0.014755967792417928,0.014699602960334264,0.014643458842563548,0.014587534545333791,0.014531829178661242,0.014476341856333274,0.014421071695891425,0.014366017818614473,0.01431117934950158,0.014256555417255606,0.014202145154266425,0.014147947696594294,0.014093962183953439,0.014040187759695552,0.013986623570793536,0.01393326876782516,0.01388012250495692,0.013827183939927953,0.013774452234033957,0.013721926552111314,0.013669606062521152,0.013617489937133605,0.013565577351312053,0.013513867483897539,0.013462359517193129,0.013411052636948497,0.01335994603234445,0.013309038895977647,0.013258330423845279,0.013207819815329912,0.013157506273184363,0.01310738900351662,0.01305746721577494,0.013007740122732874,0.012958206940474488,0.012908866888379575,0.012859719189109005,0.012810763068590044,0.01276199775600191,0.012713422483761175,0.012665036487507466,0.012616839006089068,0.01256882928154866,0.012521006559109144,0.012473370087159489,0.012425919117240681,0.012378652904031702,0.01233157070533564,0.012284671782065779,0.012237955398231852,0.012191420820926288,0.012145067320310506,0.012098894169601391,0.012052900645057724,0.012007086025966677,0.011961449594630483,0.011915990636353015,0.011870708439426553,0.011825602295118583,0.011780671497658584,0.011735915344225013,0.011691333134932192,0.01164692417281744,0.01160268776382809,0.011558623216808683,0.011514729843488168,0.011471006958467218,0.011427453879205518,0.011384069926009203,0.011340854422018282,0.01129780669319422,0.01125492606830742,0.011212211878924948,0.011169663459398191,0.011127280146850597,0.011085061281165508,0.011043006204974011,0.011001114263642883,0.01095938480526257,0.010917817180635198,0.010876410743262713,0.010835164849334979,0.01079407885771807,0.010753152129942439,0.010712384030191278,0.010671773925288893,0.01063132118468916,0.010591025180463952,0.010550885287291688,0.010510900882445969,0.01047107134578417,0.010431396059736165,0.010391874409293044,0.01035250578199599,0.010313289567925045,0.01027422515968807,0.010235311952409686,0.010196549343720317,0.0101579367337452,0.010119473525093538,0.010081159122847643,0.01004299293455219,0.01000497437020343,0.009967102842238517,0.009929377765524935,0.00989179855734982,0.009854364637409485,0.009817075427798916,0.009779930353001344,0.009742928839877856,0.009706070317657025,0.009669354217924645,0.009632779974613506,0.009596347023993148,0.009560054804659749,0.009523902757525985,0.009487890325811047,0.009452016955030547,0.009416282092986596,0.009380685189757905,0.00934522569768988,0.00930990307138481,0.009274716767692093,0.00923966624569851,0.009204750966718526,0.009169970394284624,0.009135323994137735,0.009100811234217708,0.009066431584653728,0.009032184517754904,0.008998069508000821,0.008964086032032194,0.00893023356864148,0.008896511598763616,0.008862919605466788,0.008829457073943173,0.008796123491499804,0.008762918347549444,0.008729841133601517,0.008696891343253037,0.008664068472179641,0.008631372018126592,0.008598801480899934,0.008566356362357539,0.008534036166400317,0.008501840398963408,0.00846976856800747,0.00843782018350988,0.008405994757456129,0.0083742918038312,0.008342710838610918,0.00831125137975342,0.008279912947190658,0.008248695062819915,0.008217597250495343,0.008186619036019591,0.008155759947135433,0.008125019513517458,0.00809439726676377,0.008063892740387745,0.008033505469809821,0.008003234992349352,0.007973080847216431,0.007943042575503814,0.007913119720178883,0.007883311826075585,0.007853618439886446,0.007824039110154649,0.007794573387266114,0.007765220823441597,0.007735980972728858,0.007706853390994856,0.0076778376359179995,0.007648933266980366,0.007620139845460019,0.0075914569344233745,0.007562884098717514,0.0075344209049626265,0.007506066921544426,0.007477821718606648,0.007449684868043525,0.007421655943492347,0.007393734520326013,0.007365920175645682,0.00733821248827336,0.007310611038744613,0.007283115409301249,0.0072557251838840835,0.007228439948125687,0.007201259289343194,0.007174182796531172,0.007147210060354445,0.007120340673141023,0.00709357422887503,0.007066910323189687,0.007040348553360275,0.007013888518297189,0.006987529818538988,0.00696127205624551,0.0069351148351909616,0.006909057760757087,0.006883100439926347,0.006857242481275165,0.006831483494967126,0.0068058230927462654,0.006780260887930421,0.006754796495404494,0.006729429531613877,0.006704159614557807,0.006678986363782835,0.006653909400376237,0.006628928346959524,0.006604042827681942,0.0065792524682140386,0.006554556895741204,0.006529955738957287,0.006505448628058212,0.0064810351947356655,0.006456715072170751,0.006432487895027701,0.0064083532994476545,0.006384310923042389,0.006360360404888136,0.006336501385519394,0.006312733506922807,0.006289056412531019,0.006265469747216584,0.006241973157285913,0.006218566290473235,0.0061952487959345695,0.0061720203242417605,0.006148880527376495,0.00612582905872441,0.006102865573069147,0.0060799897265864855,0.006057201176838513,0.006034499582767768,0.0060118846046914465,0.00598935590429563,0.005966913144629553,0.0059445559900998465,0.005922284106464856,0.005900097160828964,0.005877994821636965,0.005855976758668402,0.005834042643031994,0.005812192147160049,0.00579042494480294,0.005768740711023546,0.005747139122191769,0.005725619855979081,0.005704182591353021,0.005682827008571812,0.005661552789178936,0.005640359615997771,0.00561924717312621,0.005598215145931353,0.005577263221044186,0.005556391086354302,0.005535598431004635,0.005514884945386215,0.005494250321132967,0.005473694251116511,0.005453216429440993,0.005432816551437928,0.0054124943136610966,0.00539224941388143,0.005372081551081919,0.005351990425452578,0.005331975738385413,0.005312037192469382,0.005292174491485426,0.005272387340401491,0.005252675445367594,0.005233038513710886,0.00521347625393074,0.005193988375693883,0.005174574589829545,0.005155234608324592,0.0051359681443187265,0.00511677491209969,0.005097654627098478,0.005078607005884594,0.0050596317661612995,0.005040728626760933,0.0050218973076401755,0.005003137529875408,0.004984449015658046,0.004965831488289921,0.004947284672178647,0.004928808292833046,0.004910402076858567,0.00489206575195276,0.004873799046900695,0.004855601691570502,0.004837473416908853,0.004819413954936482,0.004801423038743753,0.004783500402486208,0.004765645781380178,0.004747858911698351,0.004730139530765433,0.004712487376953756,0.00469490218967898,0.0046773837093957394,0.004659931677593355,0.004642545836791552,0.004625225930536218,0.004607971703395114,0.00459078290095368,0.004573659269810836,0.004556600557574757,0.00453960651285873,0.004522676885276996,0.004505811425440612,0.004489009884953327,0.004472272016407499,0.0044555975733799906,0.00443898631042814,0.00442243798308567,0.004405952347858702,0.0043895291622217045,0.004373168184613544,0.004356869174433469,0.004340631892037161,0.0043244560987328205,0.004308341556777194,0.004292288029371705,0.004276295280658531,0.004260363075716774,0.004244491180558544,0.00422867936212517,0.004212927388283333,0.004197235027821302,0.004181602050445099,0.004166028226774747,0.004150513328340521,0.0041350571275791705,0.004119659397830229,0.004104319913332275,0.004089038449219263,0.004073814781516824,0.004058648687138609,0.004043539943882643,0.004028488330427704,0.0040134936263296825,0.003998555612018002,0.003983674068792022,0.003968848778817485,0.00395407952512294,0.003939366091596216,0.003924708262980906,0.00391010582487284,0.003895558563716603,0.0038810662668020543,0.00386662872226087,0.003852245719063081,0.00383791704701365,0.003823642496749046,0.003809421859733848,0.0037952549282573426,0.0037811414954301613,0.003767081355180905,0.0037530743022528195,0.003739120132200437,0.0037252186413862724,0.0037113696269775284,0.0036975728869427836,0.0036838282200487306,0.003670135425856911,0.0036564943047204756,0.0036429046577809384,0.0036293662869649594,0.0036158789949811425,0.0036024425853168466,0.0035890568622349937,0.0035757216307709147,0.0035624366967291882,0.0035492018666805165,0.0035360169479585835,0.0035228817486569535,0.0035097960776259715,0.003496759744469677,0.0034837725595427255,0.0034708343339473376,0.0034579448795302565,0.0034451040088797017,0.0034323115353223567,0.0034195672729203587,0.003406871036468318,0.00339422264149031,0.0033816219042369267,0.0033690686416823095,0.00335656267152122,0.003344103812166086,0.003331691882744098,0.0033193267030943037,0.003307008093764705,0.0032947358760093788,0.003282509871785607,0.003270329903751028,0.0032581957952607784,0.0032461073703646606,0.003234064453804328,0.00322206687101048,0.0032101144481000475,0.003198207011873419,0.003186344389811665,0.0031745264100737805,0.003162752901493923,0.003151023693578678,0.003139338616504344,0.003127697501114196,0.0031161001789157946,0.0031045464820782915,0.003093036243429746,0.00308156929645446,0.003070145475290303,0.0030587646147260854,0.003047426550198915,0.0030361311177915617,0.003024878154229856,0.003013667496880076,0.00300249898374637,0.0029913724534681553,0.002980287745317559,0.002969244699196864,0.002958243155635947,0.002947282955789749,0.002936363941435741,0.0029254859549714208,0.0029146488394117954,0.002903852438386883,0.002893096596139234,0.002882381157521462,0.00287170596799377,0.0028610708736214944,0.002850475721072671,0.0028399203576156017,0.002829404631116419,0.0028189283900366857,0.0028084914834309877,0.002798093760944543,0.0027877350728108133,0.002777415269849136,0.002767134203462371,0.002756891725634526,0.0027466876889284337,0.002736521946483404,0.0027263943520129176,0.002716304759802299,0.0027062530247064127,0.002696239002147374,0.0026862625481122704,0.002676323519150874,0.0026664217723733788,0.0026565571654481573,0.0026467295565994965,0.00263693880460537,0.0026271847687952096,0.002617467309047691,0.002607786285788515,0.0025981415599882125,0.0025885329931599546,0.002578960447357376,0.0025694237851723893,0.0025599228697330335,0.002550457564701311,0.0025410277342710562,0.002531633243165781,0.002522273956636558,0.002512949740459906,0.002503660460935666,0.002494405984884914,0.0024851861796478594,0.0024760009130817746,0.0024668500535589004,0.0024577334699643974,0.002448651031694277,0.002439602608653365,0.002430588071253248,0.002421607290410248,0.0024126601375433977,0.002403746484572428,0.002394866203915762,0.0023860191684885027,0.0023772052517004685,0.0023684243274541897,0.002359676270142944,0.002350960954648787,0.0023422782563406077,0.0023336280510721594,0.0023250102151801373,0.00231642462548223,0.002307871159275213,0.0022993496943330156,0.0022908601089048136,0.002282402281713148,0.0022739760919519986,0.002265581419284932,0.002257218143843198,0.0022488861462238853,0.002240585307488034,0.0022323155091587997,0.002224076633219596,0.00221586856211227,0.0022076911787352565,0.002199544366441758,0.0021914280090379315,0.002183341990781087,0.002175286196377871,0.0021672605109824797,0.002159264820194884,0.0021512990100590315,0.00214336296706109,0.002135456578127672,0.0021275797306240947,0.002119732312352611,0.002111914211550679,0.002104125316889224,0.0020963655174709153,0.0020886347028284337,0.0020809327629227716,0.0020732595881415147,0.0020656150692971555,0.0020579990976253874,0.002050411564783426,0.002042852362848333,0.0020353213843153383,0.002027818522096179,0.00202034366951744,0.002012896720318909,0.0020054775686519206,0.001998086109077729,0.001990722236565872,0.0019833858464925525,0.0019760768346390152,0.0019687950971899373,0.0019615405307318247,0.001954313032251422,0.0019471124991341084,0.001939938829162321,0.0019327919205139824,0.001925671671760916,0.001918577981867292,0.0019115107501880637,0.0019044698764674223,0.0018974552608372417,0.0018904668038155455,0.0018835044063049715,0.0018765679695912506,0.0018696573953416772,0.001862772585603603,0.0018559134428029244,0.0018490798697425848,0.0018422717696010766,0.0018354890459309485,0.0018287316026573321,0.0018219993440764532,0.0018152921748541698,0.001808610000024499,0.0018019527249881673,0.0017953202555111487,0.0017887124977232212,0.0017821293581165268,0.0017755707435441357,0.0017690365612186146,0.0017625267187106046,0.0017560411239474025,0.0017495796852115555,0.0017431423111394417,0.0017367289107198803,0.0017303393932927367,0.0017239736685475272,0.0017176316465220404,0.0017113132376009568,0.0017050183525144835,0.0016987469023369772,0.0016924987984855914,0.0016862739527189164,0.0016800722771356362,0.0016738936841731759,0.001667738086606369,0.001661605397546118,0.0016554955304380788,0.0016494083990613226,0.0016433439175270292,0.0016373020002771748,0.0016312825620832209,0.0016252855180448164,0.0016193107835885008,0.0016133582744664186,0.0016074279067550285,0.001601519596853821,0.0015956332614840527,0.0015897688176874742,0.0015839261828250596,0.001578105274575752,0.0015723060109352105,0.001566528310214562,0.0015607720910391512,0.0015550372723473085,0.0015493237733891154,0.0015436315137251706,0.0015379604132253742,0.001532310392067699,0.0015266813707369902,0.0015210732700237436,0.0015154860110229078,0.001509919515132684,0.0015043737040533374,0.0014988484997859963,0.0014933438246314777,0.0014878596011891018,0.001482395752355525,0.0014769522013235582,0.0014715288715810096,0.001466125686909526,0.0014607425713834275,0.001455379449368565,0.0014500362455211685,0.0014447128847867123,0.001439409292398768,0.001434125393877878,0.0014288611150304247,0.001423616381947513,0.0014183911210038438,0.0014131852588566021,0.001407998722444348,0.001402831438985915,0.0013976833359792995,0.0013925543412005737,0.0013874443827027912,0.0013823533888148948,0.001377281288140639,0.0013722280095575076,0.0013671934822156444,0.001362177635536776,0.0013571803992131499,0.0013522017032064732,0.001347241477746858,0.0013422996533317614,0.0013373761607249415,0.0013324709309554172,0.0013275838953164187,0.0013227149853643583,0.0013178641329177946,0.0013130312700564127,0.0013082163291199896,0.0013034192427073819,0.0012986399436755087,0.001293878365138345,0.0012891344404659063,0.0012844081032832501,0.0012796992874694775,0.0012750079271567434,0.0012703339567292503,0.0012656773108222776,0.001261037924321192,0.001256415732360467,0.001251810670322711,0.0012472226738376932,0.0012426516787813822,0.0012380976212749762,0.0012335604376839478,0.0012290400646170836,0.0012245364389255424,0.0012200494977018964,0.0012155791782791938,0.0012111254182300144,0.0012066881553655414,0.0012022673277346163,0.0011978628736228193,0.0011934747315515443,0.0011891028402770706,0.0011847471387896507,0.0011804075663125948,0.0011760840623013626,0.0011717765664426528,0.0011674850186535015,0.0011632093590803814,0.001158949528098314,0.0011547054663099637,0.0011504771145447628,0.001146264413858014,0.0011420673055300217,0.0011378857310652027,0.0011337196321912183,0.0011295689508581035,0.0011254336292373939,0.0011213136097212694,0.0011172088349216862,0.001113119247669527,0.001109044791013742,0.001104985408220501,0.0011009410427723454,0.0010969116383673491,0.0010928971389182708,0.001088897488551725,0.0010849126316073425,0.0010809425126369477,0.0010769870764037238,0.001073046267881394,0.0010691200322534044,0.0010652083149121,0.0010613110614579176,0.0010574282176985701,0.0010535597296482476,0.0010497055435268047,0.0010458656057589653,0.0010420398629735236,0.0010382282620025522,0.0010344307498806082,0.0010306472738439462,0.0010268777813297332,0.0010231222199752722,0.0010193805376172169,0.0010156526822907978,0.0010119386022290552,0.0010082382458620647,0.0010045515618161735,0.0010008784989132347,0.0009972190061698536,0.0009935730327966256,0.0009899405281973825,0.0009863214419684433,0.000982715723897869,0.000979123323964711,0.0009755441923382753,0.0009719782793773796,0.0009684255356296229,0.0009648859118306455,0.0009613593589034019,0.000957845827957436,0.0009543452702881549,0.0009508576373761049,0.000947382880886256,0.0009439209526672883,0.0009404718047508753,0.0009370353893509731,0.0009336116588631165,0.0009302005658637164,0.0009268020631093522,0.0009234161035360772,0.0009200426402587215,0.0009166816265702016,0.0009133330159408248,0.0009099967620176051,0.0009066728186235783,0.0009033611397571185,0.0009000616795912587,0.0008967743924730148,0.0008934992329227121,0.0008902361556333119,0.0008869851154697439,0.0008837460674682406,0.0008805189668356735,0.0008773037689488918,0.0008741004293540643,0.0008709089037660241,0.0008677291480676175,0.0008645611183090502,0.0008614047707072401,0.0008582600616451769,0.0008551269476712725,0.0008520053854987255,0.0008488953320048816,0.0008457967442306009,0.0008427095793796228,0.0008396337948179368,0.0008365693480731552,0.0008335161968338905,0.000830474298949128,0.0008274436124276094,0.0008244240954372132,0.000821415706304343,0.0008184184035133104,0.0008154321457057263,0.0008124568916798963,0.0008094926003902089,0.0008065392309465381,0.0008035967426136392,0.0008006650948105545,0.0007977442471100122,0.0007948341592378372,0.0007919347910723568,0.0007890461026438148,0.000786168054133783,0.0007833006058745765,0.0007804437183486734,0.0007775973521881358,0.0007747614681740305,0.0007719360272358524,0.0007691209904509589,0.0007663163190439913,0.0007635219743863111,0.0007607379179954317,0.0007579641115344586,0.0007552005168115232,0.0007524470957792258,0.0007497038105340775,0.0007469706233159494,0.0007442474965075133,0.0007415343926336948,0.0007388312743611277,0.0007361381044976017,0.0007334548459915227,0.0007307814619313696,0.0007281179155451565,0.0007254641701998918,0.0007228201894010445,0.0007201859367920113,0.0007175613761535857,0.0007149464714034264,0.000712341186595533,0.0007097454859197186,0.0007071593337010913,0.0007045826943995271,0.0007020155326091549,0.0006994578130578405,0.0006969095006066706,0.0006943705602494381,0.0006918409571121343,0.0006893206564524412,0.0006868096236592212,0.0006843078242520149,0.000681815223880537,0.0006793317883241786,0.000676857483491505,0.0006743922754197596,0.0006719361302743715,0.0006694890143484609,0.0006670508940623479,0.0006646217359630632,0.0006622015067238642,0.0006597901731437455,0.0006573877021469588,0.0006549940607825296,0.0006526092162237803,0.0006502331357678503,0.0006478657868352206,0.0006455071369692408,0.0006431571538356587,0.0006408158052221468,0.0006384830590378356,0.0006361588833128477,0.0006338432461978347,0.0006315361159635107,0.0006292374610001941,0.0006269472498173484,0.0006246654510431237,0.0006223920334239028,0.0006201269658238448,0.0006178702172244378,0.0006156217567240441,0.0006133815535374535,0.0006111495769954376,0.0006089257965443051,0.0006067101817454556,0.0006045027022749424,0.0006023033279230293,0.0006001120285937558,0.000597928774304499,0.0005957535351855375,0.0005935862814796238,0.0005914269835415476,0.0005892756118377098,0.0005871321369456932,0.0005849965295538375,0.0005828687604608146,0.0005807488005752052,0.0005786366209150776,0.0005765321926075714,0.0005744354868884756,0.0005723464751018136,0.0005702651286994303,0.0005681914192405792,0.0005661253183915082,0.0005640667979250525,0.0005620158297202273,0.000559972385761819,0.0005579364381399812,0.0005559079590498316,0.0005538869207910521,0.0005518732957674845,0.0005498670564867362,0.0005478681755597796,0.000545876625700561,0.000543892379725602,0.0005419154105536104,0.0005399456912050875,0.0005379831948019408,0.0005360278945670938,0.0005340797638241012,0.0005321387759967653,0.0005302049046087496,0.0005282781232831999,0.000526358405742362,0.0005244457258072059,0.000522540057397045,0.0005206413745291618,0.0005187496513184335,0.000516864861976961,0.0005149869808136933,0.0005131159822340618,0.0005112518407396083,0.000509394530927621,0.0005075440274907664,0.0005057003052167254,0.0005038633389878333,0.000502033103780714,0.000500209574665923,0.0004983927268075873,0.0004965825354630506,0.0004947789759825145,0.0004929820238086852,0.0004911916544764216,0.0004894078436123826,0.0004876305669346765,0.00048585980025251285,0.000484095519465854,0.0004823377005650711,0.0004805863196305959,0.0004788413528325799,0.0004771027764305517,0.00047537056677307473,0.00047364470029740937,0.0004719251535291733,0.0004702119030820077,0.00046850492565723723,0.00046680419804353917,0.00046510969711660826,0.0004634213998388282,0.0004617392832589372,0.00046006332451170215,0.00045839350081758817,0.0004567297894824359,0.0004550721678971317,0.0004534206135372863,0.00045177510396291273,0.0004501356168181028,0.00044850212983070764,0.0004468746208120188,0.00044525306765645206,0.00044363744834122795,0.00044202774092605857,0.0004404239235528325,0.00043882597444530374,0.00043723387190877763,0.00043564759432980206,0.0004340671201758574,0.00043249242799505024,0.00043092349641580424,0.00042936030414655527,0.00042780282997544896,0.0004262510527700347,0.00042470495147696447,0.0004231645051216927,0.0004216296928081767,0.0004201004937185765,0.0004185768871129588,0.00041705885232899985,0.0004155463687816924,0.00041403941596304894,0.00041253797344180984,0.0004110420208631537,0.00040955153794840357,0.0004080665044947399,0.0004065869003749105,0.0004051127055369463,0.00040364390000387164,0.00040218046387342137,0.0004007223773177563,0.0003992696205831823,0.00039782217398986536,0.0003963800179315538,0.0003949431328752972,0.00039351149936117,0.00039208509800199093,0.0003906639094830498,0.0003892479145618313,0.00038783709406774056,0.00038643142890183,0.00038503090003652775,0.0003836354885153677,0.0003822451754527176,0.00038085994203351125,0.00037947976951298095,0.00037810463921639085,0.00037673453253877034,0.00037536943094464983,0.0003740093159677969,0.0003726541692109553,0.00037130397234558005,0.00036995870711157945,0.00036861835531705505,0.00036728289883804194,0.0003659523196182522,0.0003646265996688174,0.0003633057210680347,0.00036198966596111,0.00036067841655990524,0.00035937195514268644,0.00035807026405387094,0.0003567733257037775,0.00035548112256837526,0.0003541936371890365,0.0003529108521722885,0.0003516327501895655,0.00035035931397696347,0.00034909052633499694,0.00034782637012835117,0.00034656682828564225,0.0003453118837991737,0.000344061519724696,0.00034281571918116515,0.0003415744653505043,0.0003403377414773642,0.00033910553086888783,0.00033787781689447187,0.0003366545829855312,0.00033543581263526467,0.00033422148939842196,0.00033301159689106893,0.00033180611879035627,0.00033060503883428945,0.000329408340821497,0.0003282160086110011,0.0003270280261219898,0.00032584437733359036,0.0003246650462846396,0.0003234900170734609,0.00032231927385763725,0.000321152800853789,0.0003199905823373486,0.0003188326026423397,0.00031767884616115395,0.00031652929734433336,0.00031538394070034664,0.0003142427607953725,0.00031310574225308185,0.00031197286975441854,0.0003108441280373847,0.00030971950189682355,0.00030859897618420697,0.0003074825358074184,0.0003063701657305417,0.00030526185097364884,0.0003041575766125874,0.0003030573277787704,0.00030196108965896635,0.0003008688474950898,0.00029978058658399436,0.00029869629227726314,0.0002976159499810034,0.00029653954515564097,0.00029546706331571394,0.00029439849002966915,0.00029333381091965814,0.00029227301166133613,0.0002912160779836568,0.00029016299566867387,0.00028911375055133963,0.0002880683285193059,0.0002870267155127238,0.00028598889752404737,0.00028495486059783434,0.00028392459083055154,0.00028289807437037776,0.0002818752974170084,0.0002808562462214625,0.0002798409070858878,0.00027882926636336867,0.00027782131045773307,0.0002768170258233629,0.0002758163989650018,0.00027481941643756557,0.00027382606484595295,0.00027283633084485844,0.0002718502011385826,0.00027086766248084616,0.00026988870167460305,0.0002689133055718566,0.0002679414610734722,0.00026697315512899444,0.00026600837473646417,0.00026504710694223455,0.0002640893388407898,0.0002631350575745632,0.00026218425033375773,0.00026123690435616437,0.00026029300692698425,0.0002593525453786491,0.00025841550709064433,0.0002574818794893309,0.000256551650047769,0.0002556248062855423,0.0002547013357685836,0.00025378122610899856,0.00025286446496489286,0.00025195104004019993,0.00025104093908450635,0.00025013414989288164,0.00024923066030570635,0.00024833045820850207,0.00024743353153176064,0.0002465398682507757,0.00024564945638547376,0.00024476228400024654,0.00024387833920378336,0.00024299761014890425,0.00024212008503239485,0.00024124575209484003,0.00024037459962045947,0.0002395066159369434,0.0002386417894152902,0.00023778010846964184,0.0002369215615571225,0.00023606613717767658,0.00023521382387390897,0.00023436461023092263,0.0002335184848761602,0.00023267543647924422,0.00023183545375181938,0.0002309985254473934,0.0002301646403611802,0.00022933378732994407,0.00022850595523184157,0.00022768113298626773,0.00022685930955369988,0.00022604047393554472,0.00022522461517398274,0.0002244117223518162,0.00022360178459231652,0.00022279479105907183,0.0002219907309558356,0.000221189593526376,0.00022039136805432515,0.00021959604386303036,0.00021880361031540376,0.00021801405681377462,0.0002172273727997412,0.00021644354775402275,0.00021566257119631348,0.00021488443268513516,0.00021410912181769298,0.0002133366282297286,0.00021256694159537654,0.00021180005162701958,0.0002110359480751462,0.00021027462072820604,0.0002095160594124686,0.00020876025399188067,0.00020800719436792582,0.00020725687047948259,0.00020650927230268456,0.00020576438985078123,0.00020502221317399757,0.00020428273235939616,0.00020354593753073893,0.0002028118188483496,0.00020208036650897607,0.00020135157074565438,0.000200625421827572,0.00019990191005993355,0.00019918102578382415,0.00019846275937607588,0.0001977471012491333,0.00019703404185092112,0.00019632357166470907,0.00019561568120898134,0.0001949103610373039,0.00019420760173819286,0.0001935073939349836,0.00019280972828570033,0.00019211459548292657,0.00019142198625367462,0.00019073189135925762,0.00019004430159516009,0.00018935920779091132,0.00018867660080995605,0.00018799647154952876,0.00018731881094052652,0.0001866436099473835,0.00018597085956794456,0.00018530055083334037,0.00018463267480786356,0.00018396722258884354,0.00018330418530652305,0.00018264355412393523,0.00018198532023678106,0.00018132947487330627,0.00018067600929418007,0.0001800249147923736,0.0001793761826930397,0.00017872980435339113,0.00017808577116258187,0.00017744407454158654,0.00017680470594308277,0.00017616765685133095,0.0001755329187820567,0.00017490048328233396,0.0001742703419304664,0.0001736424863358713,0.00017301690813896305,0.00017239359901103754,0.0001717725506541562,0.00017115375480103066,0.00017053720321490897,0.00016992288768946114,0.00016931080004866495,0.00016870093214669288,0.0001680932758677991,0.00016748782312620803,0.00016688456586600036,0.0001662834960610029,0.00016568460571467753,0.0001650878868600091,0.0001644933315593962,0.0001639009319045409,0.0001633106800163396,0.00016272256804477313,0.00016213658816879886,0.0001615527325962416,0.000160970993563687,0.00016039136333637291,0.00015981383420808287,0.00015923839850103905,0.00015866504856579708,0.00015809377678113902,0.00015752457555396823,0.0001569574373192052,0.00015639235453968154,0.00015582931970603691,0.0001552683253366144,0.00015470936397735794,0.00015415242820170812,0.00015359751061050058,0.00015304460383186281,0.0001524937005211135,0.00015194479336065963,0.00015139787505989615,0.00015085293835510538,0.00015030997600935634,0.00014976898081240465,0.0001492299455805931,0.00014869286315675288,0.00014815772641010383,0.00014762452823615705,0.0001470932615566154,0.00014656391931927766,0.00014603649449793926,0.00014551098009229685,0.0001449873691278506,0.00014446565465580855,0.00014394582975299044,0.0001434278875217324,0.00014291182108979177,0.00014239762361025176,0.00014188528826142841,0.0001413748082467748,0.0001408661767947884,0.0001403593871589172,0.00013985443261746715,0.00013935130647350897,0.0001388500020547864,0.00013835051271362335,0.00013785283182683397,0.00013735695279562928,0.0001368628690455275,0.0001363705740262633,0.00013588006121169734,0.00013539132409972672,0.00013490435621219465,0.00013441915109480267,0.0001339357023170201,0.00013345400347199648,0.00013297404817647323,0.00013249583007069553,0.00013201934281832504,0.0001315445801063524,0.0001310715356450105,0.0001306002031676884,0.00013013057643084398,0.000129662649213919,0.00012919641531925307,0.00012873186857199857,0.0001282690028200356,0.00012780781193388722,0.00012734828980663607,0.00012689043035383896,0.00012643422751344407,0.00012597967524570746,0.00012552676753311033,0.00012507549838027554,0.00012462586181388591,0.00012417785188260173,0.00012373146265697973,0.00012328668822939016,0.00012284352271393697,0.00012240196024637635,0.00012196199498403602,0.00012152362110573575,0.00012108683281170607,0.00012065162432351053,0.00012021798988396438,0.00011978592375705676,0.00011935542022787145,0.00011892647360250855,0.0001184990782080065,0.00011807322839226389,0.00011764891852396182,0.0001172261429924876,0.00011680489620785623,0.00011638517260063483,0.00011596696662186581,0.00011555027274299083,0.00011513508545577503,0.00011472139927223107,0.00011430920872454505,0.00011389850836499989,0.0001134892927659018,0.00011308155651950543,0.00011267529423793981,0.00011227050055313462,0.00011186717011674634,0.00011146529760008506,0.00011106487769404202,0.00011066590510901582,0.00011026837457484061,0.00010987228084071381,0.00010947761867512416,0.00010908438286577996,0.00010869256821953758,0.0001083021695623312,0.00010791318173910053,0.00010752559961372129,0.00010713941806893457,0.00010675463200627663,0.00010637123634600951,0.000105989226027051,0.00010560859600690566,0.00010522934126159608,0.00010485145678559362,0.00010447493759174994,0.00010409977871122928,0.00010372597519343994,0.00010335352210596699,0.00010298241453450431,0.00010261264758278826,0.00010224421637252956,0.00010187711604334754,0.00010151134175270301,0.00010114688867583263,0.00010078375200568262,0.00010042192695284312,0.00010006140874548246,9.9702192629283e-5,9.934427386737455e-5,9.898764774027096e-5,9.863230954580492e-5,9.827825459906406e-5,9.792547823232694e-5,9.757397579499886e-5,9.722374265354933e-5,9.687477419144767e-5,9.652706580910051e-5,9.618061292378907e-5,9.583541096960627e-5,9.549145539739479e-5,9.514874167468459e-5,9.480726528563111e-5,9.446702173095435e-5,9.41280065278762e-5,9.37902152100602e-5,9.345364332755029e-5,9.311828644671018e-5,9.278414015016275e-5,9.245120003672984e-5,9.211946172137259e-5,9.178892083513093e-5,9.145957302506439e-5,9.113141395419286e-5,9.08044393014372e-5,9.047864476156046e-5,9.01540260451092e-5,8.983057887835485e-5,8.950829900323592e-5,8.918718217729941e-5,8.886722417364311e-5,8.854842078085838e-5,8.823076780297227e-5,8.791426105939076e-5,8.759889638484134e-5,8.728466962931715e-5,8.697157665801935e-5,8.665961335130141e-5,8.634877560461311e-5,8.60390593284442e-5,8.573046044826919e-5,8.542297490449158e-5,8.51165986523885e-5,8.481132766205629e-5,8.450715791835475e-5,8.420408542085314e-5,8.390210618377534e-5,8.360121623594594e-5,8.330141162073605e-5,8.300268839600925e-5,8.270504263406874e-5,8.240847042160278e-5,8.211296785963234e-5,8.181853106345761e-5,8.152515616260545e-5,8.123283930077655e-5,8.094157663579315e-5,8.065136433954649e-5,8.03621985979455e-5,8.0074075610864e-5,7.978699159208971e-5,7.950094276927241e-5,7.921592538387305e-5,7.893193569111227e-5,7.864896995991963e-5,7.836702447288354e-5,7.808609552619956e-5,7.780617942962104e-5,7.752727250640856e-5,7.724937109328024e-5,7.697247154036176e-5,7.669657021113692e-5,7.642166348239807e-5,7.614774774419752e-5,7.587481939979769e-5,7.560287486562268e-5,7.533191057120978e-5,7.506192295916075e-5,7.479290848509366e-5,7.452486361759456e-5,7.42577848381702e-5,7.399166864119945e-5,7.372651153388627e-5,7.346231003621206e-5,7.319906068088873e-5,7.29367600133114e-5,7.267540459151169e-5,7.241499098611087e-5,7.215551578027379e-5,7.1896975569662e-5,7.163936696238777e-5,7.138268657896835e-5,7.112693105227981e-5,7.087209702751159e-5,7.06181811621209e-5,7.036518012578786e-5,7.011309060036958e-5,6.98619092798558e-5,6.961163287032393e-5,6.936225808989435e-5,6.911378166868601e-5,6.886620034877212e-5,6.86195108841359e-5,6.837371004062721e-5,6.812879459591769e-5,6.788476133945798e-5,6.764160707243396e-5,6.739932860772334e-5,6.71579227698527e-5,6.691738639495424e-5,6.667771633072351e-5,6.643890943637602e-5,6.620096258260515e-5,6.596387265153962e-5,6.572763653670148e-5,6.549225114296401e-5,6.525771338650971e-5,6.502402019478856e-5,6.479116850647698e-5,6.455915527143569e-5,6.432797745066871e-5,6.409763201628248e-5,6.386811595144467e-5,6.363942625034346e-5,6.341155991814681e-5,6.31845139709623e-5,6.295828543579631e-5,6.273287135051409e-5,6.250826876379966e-5,6.228447473511603e-5,6.20614863346653e-5,6.183930064334907e-5,6.161791475272909e-5,6.139732576498817e-5,6.117753079289037e-5,6.095852695974263e-5,6.074031139935561e-5,6.0522881256005054e-5,6.030623368439322e-5,6.00903658496103e-5,5.987527492709657e-5,5.9660958102603705e-5,5.9447412572157e-5,5.923463554201761e-5,5.9022624228644725e-5,5.8811375858657996e-5,5.8600887668800045e-5,5.839115690589951e-5,5.8182180826833406e-5,5.7973956698490254e-5,5.776648179773333e-5,5.755975341136394e-5,5.735376883608456e-5,5.7148525378462613e-5,5.694402035489392e-5,5.674025109156697e-5,5.653721492442609e-5,5.633490919913615e-5,5.6133331271046476e-5,5.59324785051553e-5,5.573234827607412e-5,5.5532937967992314e-5,5.533424497464223e-5,5.513626669926339e-5,5.4939000554568026e-5,5.474244396270591e-5,5.4546594355229776e-5,5.435144917306065e-5,5.4157005866453357e-5,5.396326189496202e-5,5.3770214727406336e-5,5.3577861841836774e-5,5.338620072550105e-5,5.319522887481016e-5,5.300494379530462e-5,5.2815343001621e-5,5.2626424017458156e-5,5.24381843755445e-5,5.225062161760392e-5,5.206373329432333e-5,5.187751696531946e-5,5.169197019910596e-5,5.1507090573060824e-5,5.132287567339365e-5,5.113932309511305e-5,5.095643044199474e-5,5.077419532654871e-5,5.059261536998743e-5,5.041168820219371e-5,5.023141146168893e-5,5.0051782795601207e-5,4.987279985963365e-5,4.969446031803313e-5,4.951676184355846e-5,4.93397021174493e-5,4.916327882939496e-5,4.8987489677503404e-5,4.881233236827011e-5,4.8637804616547396e-5,4.8463904145513565e-5,4.82906286866426e-5,4.8117975979673164e-5,4.7945943772578604e-5,4.7774529821536565e-5,4.760373189089883e-5,4.743354775316128e-5,4.726397518893392e-5,4.7095011986911256e-5,4.692665594384226e-5,4.675890486450098e-5,4.659175656165704e-5,4.642520885604616e-5,4.6259259576341025e-5,4.609390655912197e-5,4.5929147648847955e-5,4.576498069782791e-5,4.56014035661914e-5,4.5438414121860225e-5,4.527601024051964e-5,4.511418980559002e-5,4.4952950708198235e-5,4.4792290847149385e-5,4.463220812889888e-5,4.447270046752393e-5,4.431376578469571e-5,4.415540200965157e-5,4.3997607079167114e-5,4.3840378937528586e-5,4.368371553650533e-5,4.3527614835322085e-5,4.337207480063206e-5,4.321709340648918e-5,4.306266863432111e-5,4.290879847290224e-5,4.275548091832664e-5,4.2602713973981184e-5,4.2450495650518765e-5,4.229882396583183e-5,4.214769694502544e-5,4.1997112620391045e-5,4.1847069031380046e-5,4.169756422457749e-5,4.1548596253676e-5,4.140016317944945e-5,4.1252263069727214e-5,4.110489399936831e-5,4.095805405023529e-5,4.081174131116884e-5,4.066595387796201e-5,4.0520689853334794e-5,4.0375947346908696e-5,4.023172447518128e-5,4.0088019361501314e-5,3.994483013604314e-5,3.9802154935781994e-5,3.9659991904468854e-5,3.9518339192605755e-5,3.937719495742089e-5,3.923655736284401e-5,3.909642457948171e-5,3.8956794784593314e-5,3.8817666162066005e-5,3.867903690239077e-5,3.854090520263817e-5,3.840326926643414e-5,3.826612730393602e-5,3.812947753180848e-5,3.7993318173200054e-5,3.785764745771877e-5,3.772246362140887e-5,3.7587764906727094e-5,3.7453549562519246e-5,3.731981584399662e-5,3.7186562012712863e-5,3.705378633654047e-5,3.6921487089648015e-5,3.6789662552476644e-5,3.665831101171728e-5,3.6527430760287755e-5,3.639702009730996e-5,3.626707732808704e-5,3.613760076408075e-5,3.600858872288913e-5,3.588003952822359e-5,3.5751951509886856e-5,3.5624323003750465e-5,3.549715235173263e-5,3.5370437901776027e-5,3.5244178007825755e-5,3.511837102980731e-5,3.499301533360481e-5,3.4868109291038905e-5,3.4743651279845256e-5,3.4619639683652783e-5,3.449607289196208e-5,3.4372949300123924e-5,3.425026730931777e-5,3.4128025326530657e-5,3.400622176453561e-5,3.388485504187061e-5,3.376392358281746e-5,3.3643425817380776e-5,3.352336018126703e-5,3.340372511586361e-5,3.328451906821803e-5,3.316574049101744e-5,3.304738784256753e-5,3.2929459586772315e-5,3.281195419311352e-5,3.269487013663017e-5,3.257820589789821e-5,3.2461959963010274e-5,3.234613082355562e-5,3.2230716976599715e-5,3.211571692466438e-5,3.200112917570785e-5,3.188695224310481e-5,3.1773184645626516e-5,3.1659824907421176e-5,3.154687155799412e-5,3.1434323132188505e-5,3.132217817016528e-5,3.1210435217384187e-5,3.109909282458411e-5,3.0988149547763864e-5,3.08776039481629e-5,3.07674545922422e-5,3.0657700051665143e-5,3.054833890327847e-5,3.0439369729093212e-5,3.033079111626598e-5,3.0222601657080073e-5,3.0114799948926656e-5,3.0007384594286186e-5,2.9900354200709664e-5,2.9793707380800363e-5,2.9687442752194955e-5,2.9581558937545394e-5,2.9476054564500474e-5,2.937092826568757e-5,2.9266178678694416e-5,2.9161804446050972e-5,2.9057804215211477e-5,2.895417663853618e-5,2.88509203732736e-5,2.8748034081542652e-5,2.864551643031472e-5,2.8543366091396013e-5,2.8441581741409884e-5,2.8340162061779157e-5,2.8239105738708755e-5,2.8138411463167965e-5,2.803807793087316e-5,2.7938103842270492e-5,2.78384879025185e-5,2.773922882147097e-5,2.764032531365967e-5,2.7541776098277508e-5,2.744357989916113e-5,2.7345735444774223e-5,2.724824146819047e-5,2.7151096707076793e-5,2.70542999036765e-5,2.6957849804792646e-5,2.6861745161771208e-5,2.6765984730484785e-5,2.6670567271315703e-5,2.6575491549139803e-5,2.6480756333309893e-5,2.638636039763943e-5,2.6292302520386246e-5,2.6198581484236256e-5,2.610519607628743e-5,2.6012145088033494e-5,2.5919427315347915e-5,2.5827041558468017e-5,2.5734986621978897e-5,2.564326131479768e-5,2.5551864450157588e-5,2.5460794845592214e-5,2.537005132291996e-5,2.52796327082281e-5,2.518953783185742e-5,2.5099765528386614e-5,2.5010314636616822e-5,2.4921183999556196e-5,2.4832372464404502e-5,2.4743878882538043e-5,2.465570210949405e-5,2.4567841004955747e-5,2.4480294432737142e-5,2.4393061260767965e-5,2.4306140361078616e-5,2.4219530609785222e-5,2.4133230887074685e-5,2.404724007718996e-5,2.3961557068415024e-5,2.3876180753060333e-5,2.3791110027447988e-5,2.3706343791897182e-5,2.3621880950709587e-5,2.353772041215476e-5,2.3453861088455873e-5,2.3370301895775002e-5,2.328704175419892e-5,2.320407958772475e-5,2.3121414324245707e-5,2.3039044895536864e-5,2.2956970237241e-5,2.2875189288854458e-5,2.2793700993713217e-5,2.271250429897867e-5,2.263159815562384e-5,2.2550981518419413e-5,2.2470653345919897e-5,2.239061260044981e-5,2.2310858248089918e-5,2.223138925866366e-5,2.2152204605723275e-5,2.207330326653638e-5,2.1994684222072334e-5,2.1916346456988788e-5,2.1838288959618227e-5,2.176051072195454e-5,2.168301073963966e-5,2.1605788011950398e-5,2.1528841541784965e-5,2.1452170335649947e-5,2.1375773403647062e-5,2.1299649759460114e-5,2.1223798420341855e-5,2.114821840710103e-5,2.1072908744089487e-5,2.0997868459189077e-5,2.0923096583798918e-5,2.0848592152822555e-5,2.0774354204655188e-5,2.070038178117089e-5,2.0626673927710037e-5,2.0553229693066516e-5,2.0480048129475385e-5,2.0407128292600054e-5,2.0334469241519944e-5,2.0262070038718047e-5,2.018992975006846e-5,2.0118047444824067e-5,2.0046422195604206e-5,1.9975053078382487e-5,1.990393917247442e-5,1.9833079560525348e-5,1.9762473328498288e-5,1.969211956566185e-5,1.9622017364578176e-5,1.9552165821090933e-5,1.9482564034313488e-5,1.9413211106616785e-5,1.934410614361761e-5,1.927524825416675e-5,1.9206636550337227e-5,1.9138270147412495e-5,1.9070148163874858e-5,1.900226972139368e-5,1.893463394481397e-5,1.8867239962144607e-5,1.8800086904546947e-5,1.8733173906323307e-5,1.8666500104905537e-5,1.8600064640843603e-5,1.8533866657794253e-5,1.8467905302509774e-5,1.840217972482655e-5,1.8336689077653985e-5,1.8271432516963242e-5,1.8206409201776154e-5,1.814161829415404e-5,1.8077058959186715e-5,1.8012730364981384e-5,1.7948631682651812e-5,1.7884762086307187e-5,1.7821120753041332e-5,1.7757706862921816e-5,1.7694519598979125e-5,1.7631558147195906e-5,1.7568821696496152e-5,1.750630943873465e-5,1.7444020568686126e-5,1.738195428403472e-5,1.732010978536339e-5,1.725848627614338e-5,1.7197082962723668e-5,1.7135899054320508e-5,1.7074933763007006e-5,1.7014186303702798e-5,1.695365589416354e-5,1.6893341754970686e-5,1.6833243109521212e-5,1.6773359184017337e-5,1.6713689207456362e-5,1.6654232411620412e-5,1.6594988031066502e-5,1.653595530311618e-5,1.647713346784567e-5,1.641852176807576e-5,1.636011944936186e-5,1.6301925759984034e-5,1.6243939950937102e-5,1.6186161275920753e-5,1.6128588991329764e-5,1.6071222356244114e-5,1.6014060632419264e-5,1.5957103084276412e-5,1.590034897889286e-5,1.584379758599224e-5,1.5787448177934997e-5,1.573130002970881e-5,1.567535241891892e-5,1.561960462577872e-5,1.5564055933100232e-5,1.550870562628468e-5,1.545355299331307e-5,1.5398597324736793e-5,1.5343837913668285e-5,1.52892740557718e-5,1.5234905049253984e-5,1.5180730194854745e-5,1.512674879583802e-5,1.507296015798258e-5,1.5019363589572915e-5,1.496595840139011e-5,1.4912743906702818e-5,1.4859719421258136e-5,1.4806884263272665e-5,1.4754237753423507e-5,1.4701779214839332e-5,1.464950797309148e-5,1.4597423356185067e-5,1.454552469455013e-5,1.4493811321032919e-5,1.4442282570886945e-5,1.439093778176436e-5,1.4339776293707208e-5,1.4288797449138749e-5,1.4238000592854787e-5,1.4187385072015056e-5,1.4136950236134722e-5,1.4086695437075648e-5,1.403662002903803e-5,1.3986723368551819e-5,1.3937004814468298e-5,1.388746372795162e-5,1.383809947247045e-5,1.3788911413789528e-5,1.3739898919961447e-5,1.3691061361318206e-5,1.3642398110463011e-5,1.3593908542262011e-5,1.3545592033836103e-5,1.34974479645527e-5,1.3449475716017574e-5,1.3401674672066847e-5,1.3354044218758707e-5,1.3306583744365457e-5,1.3259292639365458e-5,1.3212170296435104e-5,1.3165216110440854e-5,1.3118429478431294e-5,1.3071809799629143e-5,1.3025356475423522e-5,1.2979068909361885e-5,1.2932946507142338e-5,1.2886988676605745e-5,1.2841194827728021e-5,1.2795564372612312e-5,1.275009672548132e-5,1.2704791302669632e-5,1.2659647522615986e-5,1.2614664805855668e-5,1.2569842575012934e-5,1.2525180254793369e-5,1.2480677271976388e-5,1.2436333055407691e-5,1.2392147035991743e-5,1.2348118646684362e-5,1.2304247322485218e-5,1.226053250043043e-5,1.2216973619585181e-5,1.2173570121036383e-5,1.2130321447885302e-5,1.2087227045240256e-5,1.2044286360209401e-5,1.2001498841893361e-5,1.1958863941378088e-5,1.1916381111727616e-5,1.1874049807976923e-5,1.1831869487124734e-5,1.178983960812645e-5,1.1747959631887e-5,1.1706229021253843e-5,1.1664647241009829e-5,1.162321375786624e-5,1.158192804045579e-5,1.1540789559325645e-5,1.1499797786930477e-5,1.1458952197625552e-5,1.1418252267659886e-5,1.1377697475169281e-5,1.1337287300169557e-5,1.1297021224549696e-5,1.125689873206509e-5,1.121691930833075e-5,1.1177082440814539e-5,1.11373876188305e-5,1.1097834333532168e-5,1.1058422077905836e-5,1.1019150346763967e-5,1.0980018636738562e-5,1.0941026446274557e-5,1.090217327562326e-5,1.0863458626835767e-5,1.0824882003756545e-5,1.078644291201678e-5,1.0748140859028014e-5,1.0709975353975647e-5,1.0671945907812516e-5,1.0634052033252493e-5,1.0596293244764093e-5,1.0558669058564118e-5,1.0521178992611373e-5,1.0483822566600247e-5,1.0446599301954504e-5,1.0409508721821001e-5,1.0372550351063428e-5,1.0335723716256105e-5,1.0299028345677762e-5,1.0262463769305422e-5,1.0226029518808162e-5,1.0189725127541037e-5,1.0153550130538953e-5,1.0117504064510604e-5,1.0081586467832384e-5,1.0045796880542345e-5,1.0010134844334187e-5,9.974599902551307e-6,9.939191600180716e-6,9.903909483847171e-6,9.868753101807227e-6,9.833722003943295e-6,9.798815741757797e-6,9.764033868367251e-6,9.729375938496516e-6,9.69484150847283e-6,9.660430136220113e-6,9.626141381253158e-6,9.591974804671845e-6,9.557929969155433e-6,9.52400643895683e-6,9.490203779896873e-6,9.456521559358716e-6,9.42295934628209e-6,9.389516711157711e-6,9.356193226021654e-6,9.322988464449784e-6,9.289902001552138e-6,9.256933413967383e-6,9.22408227985735e-6,9.191348178901404e-6,9.15873069229102e-6,9.126229402724314e-6,9.093843894400553e-6,9.061573753014753e-6,9.029418565752257e-6,8.997377921283305e-6,8.965451409757755e-6,8.933638622799608e-6,8.901939153501747e-6,8.870352596420604e-6,8.838878547570858e-6,8.807516604420167e-6,8.77626636588388e-6,8.745127432319884e-6,8.714099405523262e-6,8.68318188872118e-6,8.652374486567667e-6,8.621676805138476e-6,8.591088451925913e-6,8.560609035833738e-6,8.53023816717203e-6,8.499975457652152e-6,8.4698205203816e-6,8.43977296985903e-6,8.409832421969164e-6,8.379998493977823e-6,8.350270804526906e-6,8.3206489736294e-6,8.291132622664486e-6,8.261721374372501e-6,8.232414852850083e-6,8.20321268354524e-6,8.174114493252474e-6,8.14511991010789e-6,8.116228563584376e-6,8.087440084486718e-6,8.058754104946873e-6,8.030170258419064e-6,8.001688179675055e-6,7.973307504799384e-6,7.945027871184604e-6,7.916848917526564e-6,7.888770283819671e-6,7.86079161135226e-6,7.83291254270183e-6,7.805132721730423e-6,7.77745179358e-6,7.749869404667772e-6,7.722385202681625e-6,7.694998836575493e-6,7.667709956564818e-6,7.640518214121975e-6,7.613423261971706e-6,7.586424754086611e-6,7.5595223456826445e-6,7.532715693214613e-6,7.50600445437169e-6,7.479388288072953e-6,7.4528668544629955e-6,7.426439814907386e-6,7.4001068319883574e-6,7.373867569500345e-6,7.3477216924456514e-6,7.3216688670300455e-6,7.295708760658432e-6,7.269841041930507e-6,7.244065380636477e-6,7.2183814477527e-6,7.192788915437428e-6,7.167287457026539e-6,7.141876747029276e-6,7.116556461124013e-6,7.091326276154007e-6,7.066185870123255e-6,7.041134922192216e-6,7.01617311267367e-6,6.991300123028571e-6,6.966515635861877e-6,6.941819334918427e-6,6.9172109050788135e-6,6.89269003235528e-6,6.868256403887679e-6,6.843909707939312e-6,6.819649633892938e-6,6.795475872246708e-6,6.7713881146101415e-6,6.7473860537001076e-6,6.723469383336814e-6,6.699637798439873e-6,6.675890995024258e-6,6.652228670196389e-6,6.628650522150199e-6,6.605156250163175e-6,6.5817455545924766e-6,6.558418136871012e-6,6.5351736995035595e-6,6.5120119460629375e-6,6.4889325811860755e-6,6.465935310570215e-6,6.443019840969083e-6,6.4201858801890615e-6,6.39743313708541e-6,6.3747613215584235e-6,6.352170144549764e-6,6.329659318038578e-6,6.307228555037837e-6,6.284877569590566e-6,6.262606076766143e-6,6.240413792656583e-6,6.218300434372847e-6,6.196265720041187e-6,6.1743093687994445e-6,6.152431100793417e-6,6.130630637173224e-6,6.108907700089674e-6,6.087262012690662e-6,6.065693299117556e-6,6.044201284501618e-6,6.0227856949604635e-6,6.001446257594435e-6,5.980182700483114e-6,5.958994752681751e-6,5.937882144217775e-6,5.916844606087262e-6,5.895881870251433e-6,5.874993669633227e-6,5.854179738113753e-6,5.833439810528877e-6,5.8127736226657805e-6,5.792180911259501e-6,5.7716614139895435e-6,5.751214869476449e-6,5.730841017278401e-6,5.71053959788788e-6,5.690310352728234e-6,5.67015302415036e-6,5.650067355429345e-6,5.630053090761135e-6,5.610109975259216e-6,5.590237754951285e-6,5.570436176776005e-6,5.550704988579645e-6,5.531043939112869e-6,5.511452778027432e-6,5.491931255872951e-6,5.472479124093672e-6,5.453096135025224e-6,5.433782041891413e-6,5.414536598801042e-6,5.395359560744672e-6,5.376250683591483e-6,5.357209724086082e-6,5.338236439845359e-6,5.3193305893553345e-6,5.300491931968028e-6,5.281720227898357e-6,5.263015238220974e-6,5.244376724867213e-6,5.225804450621984e-6,5.207298179120692e-6,5.188857674846179e-6,5.170482703125666e-6,5.152173030127696e-6,5.1339284228591405e-6,5.115748649162125e-6,5.097633477711047e-6,5.079582678009579e-6,5.061596020387663e-6,5.043673275998544e-6,5.0258142168157945e-6,5.008018615630387e-6,4.990286246047691e-6,4.972616882484584e-6,4.955010300166513e-6,4.937466275124574e-6,4.91998458419262e-6,4.90256500500436e-6,4.885207315990472e-6,4.867911296375757e-6,4.8506767261762375e-6,4.833503386196329e-6,4.816391058026008e-6,4.799339524037954e-6,4.782348567384754e-6,4.7654179719960745e-6,4.748547522575891e-6,4.73173700459966e-6,4.714986204311552e-6,4.698294908721696e-6,4.681662905603407e-6,4.665089983490438e-6,4.6485759316742474e-6,4.632120540201246e-6,4.615723599870133e-6,4.599384902229107e-6,4.5831042395732296e-6,4.566881404941706e-6,4.550716192115208e-6,4.53460839561321e-6,4.5185578106913215e-6,4.502564233338646e-6,4.486627460275121e-6,4.470747288948898e-6,4.454923517533718e-6,4.439155944926299e-6,4.423444370743728e-6,4.407788595320872e-6,4.392188419707777e-6,4.376643645667141e-6,4.361154075671677e-6,4.345719512901604e-6,4.330339761242085e-6,4.315014625280697e-6,4.299743910304885e-6,4.2845274222994515e-6,4.269364967944068e-6,4.254256354610723e-6,4.239201390361273e-6,4.22419988394494e-6,4.209251644795833e-6,4.194356483030501e-6,4.179514209445451e-6,4.1647246355147155e-6,4.149987573387432e-6,4.135302835885367e-6,4.120670236500526e-6,4.106089589392733e-6,4.091560709387231e-6,4.077083411972285e-6,4.062657513296779e-6,4.0482828301678815e-6,4.0339591800486235e-6,4.019686381055567e-6,4.005464251956451e-6,3.991292612167843e-6,3.977171281752802e-6,3.963100081418562e-6,3.949078832514193e-6,3.93510735702833e-6,3.921185477586823e-6,3.907313017450476e-6,3.893489800512749e-6,3.879715651297493e-6,3.865990394956666e-6,3.852313857268079e-6,3.838685864633166e-6,3.825106244074703e-6,3.8115748232345865e-6,3.798091430371616e-6,3.784655894359267e-6,3.771268044683483e-6,3.757927711440459e-6,3.7446347253344588e-6,3.731388917675639e-6,3.718190120377837e-6,3.7050381659564217e-6,3.691932887526128e-6,3.6788741187988943e-6,3.6658616940817206e-6,3.6528954482745155e-6,3.639975216867993e-6,3.6271008359415107e-6,3.6142721421609716e-6,3.6014889727767135e-6,3.5887511656214046e-6,3.576058559107952e-6,3.5634109922274107e-6,3.5508083045469004e-6,3.5382503362075586e-6,3.5257369279224373e-6,3.5132679209744745e-6,3.5008431572144333e-6,3.488462479058866e-6,3.4761257294880757e-6,3.4638327520440834e-6,3.451583390828635e-6,3.4393774905011465e-6,3.4272148962767276e-6,3.4150954539241825e-6,3.4030190097640022e-6,3.390985410666404e-6,3.3789945040493347e-6,3.367046137876505e-6,3.3551401606554517e-6,3.343276421435547e-6,3.3314547698060674e-6,3.3196750558942563e-6,3.3079371303633817e-6,3.296240844410814e-6,3.2845860497661027e-6,3.272972598689079e-6,3.261400343967921e-6,3.2498691389172758e-6,3.238378837376362e-6,3.2269292937070813e-6,3.2155203627921443e-6,3.2041519000331954e-6,3.192823761348942e-6,3.1815358031733202e-6,3.170287882453613e-6,3.1590798566486148e-6,3.147911583726807e-6,3.1367829221645076e-6,3.1256937309440537e-6,3.114643869551988e-6,3.103633197977247e-6,3.092661576709342e-6,3.0817288667365735e-6,3.0708349295442325e-6,3.0599796271128225e-6,3.0491628219162695e-6,3.038384376920158e-6,3.027644155579952e-6,3.016942021839264e-6,3.0062778401280654e-6,2.9956514753609523e-6,2.985062792935415e-6,2.974511658730094e-6,2.9639979391030464e-6,2.9535215008900316e-6,2.943082211402806e-6,2.932679938427382e-6,2.922314550222355e-6,2.9119859155171865e-6,2.901693903510524e-6,2.891438383868507e-6,2.8812192267230965e-6,2.8710363026703926e-6,2.8608894827689845e-6,2.8507786385382637e-6,2.840703641956789e-6,2.8306643654606285e-6,2.8206606819417206e-6,2.810692464746235e-6,2.8007595876729363e-6,2.790861924971577e-6,2.780999351341254e-6,2.7711717419288048e-6,2.761378972327208e-6,2.751620918573968e-6,2.7418974571495275e-6,2.732208464975672e-6,2.7225538194139436e-6,2.7129333982640813e-6,2.703347079762417e-6,2.693794742580327e-6,2.6842762658226626e-6,2.6747915290262024e-6,2.6653404121580955e-6,2.6559227956143073e-6,2.6465385602181128e-6,2.6371875872185153e-6,2.6278697582887553e-6,2.6185849555247686e-6,2.6093330614436806e-6,2.600113958982283e-6,2.590927531495535e-6,2.5817736627550566e-6,2.572652236947651e-6,2.5635631386737836e-6,2.5545062529461194e-6,2.5454814651880392e-6,2.5364886612321582e-6,2.5275277273188705e-6,2.518598550094868e-6,2.509701016611707e-6,2.500835014324329e-6,2.492000431089625e-6,2.4831971551649954e-6,2.4744250752069077e-6,2.4656840802694664e-6,2.4569740598029876e-6,2.4482949036525688e-6,2.4396465020566934e-6,2.4310287456457924e-6,2.422441525440853e-6,2.4138847328520156e-6,2.405358259677174e-6,2.3968619981005927e-6,2.388395840691501e-6,2.3799596804027463e-6,2.3715534105693786e-6,2.363176924907304e-6,2.354830117511911e-6,2.346512882856709e-6,2.3382251157919746e-6,2.329966711543394e-6,2.3217375657107194e-6,2.3135375742664394e-6,2.3053666335544165e-6,2.2972246402885738e-6,2.2891114915515634e-6,2.2810270847934414e-6,2.2729713178303516e-6,2.264944088843209e-6,2.2569452963764053e-6,2.2489748393364837e-6,2.2410326169908557e-6,2.2331185289664986e-6,2.225232475248676e-6,2.217374356179636e-6,2.2095440724573516e-6,2.2017415251342236e-6,2.193966615615834e-6,2.1862192456596538e-6,2.1784993173737994e-6,2.1708067332157636e-6,2.1631413959911747e-6,2.155503208852535e-6,2.1478920752979836e-6,2.1403078991700686e-6,2.132750584654485e-6,2.1252200362788676e-6,2.117716158911556e-6,2.110238857760373e-6,2.102788038371409e-6,2.095363606627806e-6,2.0879654687485627e-6,2.0805935312873063e-6,2.0732477011311152e-6,2.065927885499309e-6,2.0586339919422647e-6,2.051365928340229e-6,2.0441236029021357e-6,2.0369069241644206e-6,2.0297158009898664e-6,2.0225501425664098e-6,2.0154098584059865e-6,2.008294858343373e-6,2.0012050525350255e-6,1.994140351457927e-6,1.9871006659084346e-6,1.980085907001149e-6,1.973095986167755e-6,1.9661308151559004e-6,1.9591903060280504e-6,1.952274371160372e-6,1.9453829232416e-6,1.9385158752719245e-6,1.931673140561863e-6,1.9248546327311717e-6,1.9180602657077063e-6,1.9112899537263423e-6,1.904543611327862e-6,1.8978211533578655e-6,1.8911224949656718e-6,1.8844475516032337e-6,1.877796239024065e-6,1.8711684732821338e-6,1.864564170730807e-6,1.8579832480217743e-6,1.8514256221039724e-6,1.8448912102225266e-6,1.8383799299176863e-6,1.8318916990237663e-6,1.8254264356681038e-6,1.8189840582699941e-6,1.8125644855396498e-6,1.806167636477164e-6,1.7997934303714642e-6,1.7934417867992855e-6,1.7871126256241277e-6,1.780805866995248e-6,1.7745214313466152e-6,1.768259239395902e-6,1.7620192121434675e-6,1.7558012708713442e-6,1.7496053371422271e-6,1.7434313327984718e-6,1.7372791799610879e-6,1.7311488010287512e-6,1.7250401186767963e-6,1.7189530558562324e-6,1.7128875357927573e-6,1.7068434819857701e-6,1.7008208182073928e-6,1.6948194685014917e-6,1.6888393571827137e-6,1.6828804088355017e-6,1.6769425483131364e-6,1.6710257007367753e-6,1.66512979149449e-6,1.6592547462403116e-6,1.6534004908932793e-6,1.647566951636487e-6,1.6417540549161503e-6,1.6359617274406484e-6,1.6301898961795926e-6,1.6244384883628936e-6,1.618707431479827e-6,1.612996653278103e-6,1.6073060817629406e-6,1.6016356451961585e-6,1.5959852720952363e-6,1.5903548912324112e-6,1.5847444316337644e-6,1.5791538225783105e-6,1.573582993597097e-6,1.5680318744722955e-6,1.5625003952363022e-6,1.5569884861708565e-6,1.551496077806129e-6,1.5460231009198427e-6,1.5405694865363857e-6,1.5351351659259295e-6,1.5297200706035454e-6,1.5243241323283284e-6,1.518947283102535e-6,1.513589455170694e-6,1.5082505810187525e-6,1.502930593373209e-6,1.4976294252002498e-6,1.4923470097048968e-6,1.4870832803301474e-6,1.4818381707561217e-6,1.4766116148992273e-6,1.471403546911293e-6,1.4662139011787432e-6,1.4610426123217483e-6,1.4558896151933944e-6,1.4507548448788482e-6,1.4456382366945223e-6,1.44053972618726e-6,1.435459249133496e-6,1.4303967415384402e-6,1.4253521396352644e-6,1.4203253798842815e-6,1.4153163989721323e-6,1.4103251338109803e-6,1.4053515215376973e-6,1.4003954995130725e-6,1.3954570053209956e-6,1.3905359767676712e-6,1.3856323518808144e-6,1.3807460689088657e-6,1.3758770663201971e-6,1.3710252828023252e-6,1.3661906572611344e-6,1.3613731288200858e-6,1.3565726368194416e-6,1.3517891208154937e-6,1.3470225205797906e-6,1.342272776098361e-6,1.3375398275709547e-6,1.3328236154102712e-6,1.328124080241208e-6,1.3234411629000893e-6,1.3187748044339175e-6,1.3141249460996182e-6,1.3094915293632893e-6,1.304874495899454e-6,1.3002737875903084e-6,1.2956893465249983e-6,1.2911211149988517e-6,1.2865690355126621e-6,1.2820330507719469e-6,1.2775131036862132e-6,1.2730091373682337e-6,1.2685210951333156e-6,1.2640489204985747e-6,1.2595925571822254e-6,1.2551519491028452e-6,1.250727040378669e-6,1.2463177753268734e-6,1.2419240984628623e-6,1.2375459544995625e-6,1.2331832883467127e-6,1.2288360451101695e-6,1.2245041700911913e-6,1.2201876087857524e-6,1.2158863068838414e-6,1.2116002102687677e-6,1.2073292650164719e-6,1.2030734173948374e-6,1.1988326138630003e-6,1.1946068010706755e-6,1.1903959258574633e-6,1.1861999352521774e-6,1.1820187764721675e-6,1.1778523969226464e-6,1.173700744196016e-6,1.1695637660711985e-6,1.1654414105129767e-6,1.161333625671318e-6,1.1572403598807217e-6,1.153161561659553e-6,1.1490971797093935e-6,1.1450471629143784e-6,1.1410114603405498e-6,1.1369900212352018e-6,1.132982795026242e-6,1.128989731321534e-6,1.1250107799082601e-6,1.1210458907522823e-6,1.117095013997501e-6,1.1131580999652207e-6,1.1092350991535104e-6,1.1053259622365864e-6,1.1014306400641629e-6,1.097549083660842e-6,1.0936812442254771e-6,1.089827073130558e-6,1.0859865219215886e-6,1.0821595423164644e-6,1.0783460862048615e-6,1.0745461056476252e-6,1.0707595528761493e-6,1.0669863802917752e-6,1.0632265404651795e-6,1.0594799861357743e-6,1.0557466702110978e-6,1.0520265457662191e-6,1.0483195660431403e-6,1.0446256844501952e-6,1.0409448545614572e-6,1.0372770301161484e-6,1.0336221650180498e-6,1.029980213334913e-6,1.026351129297873e-6,1.022734867300865e-6,1.019131381900049e-6,1.0155406278132198e-6,1.0119625599192372e-6,1.0083971332574483e-6,1.0048443030271152e-6,1.0013040245868423e-6,9.977762534540075e-7,9.942609453042007e-7,9.907580559706495e-7,9.872675414436603e-7,9.837893578700606e-7,9.803234615526357e-7,9.768698089495731e-7,9.734283566739083e-7,9.699990614929703e-7,9.66581880327835e-7,9.631767702527684e-7,9.597836884946874e-7,9.564025924326087e-7,9.530334395971105e-7,9.496761876697874e-7,9.463307944827133e-7,9.429972180179076e-7,9.396754164067914e-7,9.363653479296604e-7,9.330669710151515e-7,9.297802442397134e-7,9.265051263270808e-7,9.232415761477437e-7,9.19989552718427e-7,9.167490152015714e-7,9.135199229048061e-7,9.103022352804357e-7,9.07095911924921e-7,9.03900912578367e-7,9.007171971240081e-7,8.975447255876957e-7,8.943834581373975e-7,8.912333550826784e-7,8.880943768742008e-7,8.849664841032238e-7,8.818496375010955e-7,8.787437979387586e-7,8.756489264262469e-7,8.725649841121913e-7,8.694919322833299e-7,8.664297323640057e-7,8.633783459156808e-7,8.603377346364484e-7,8.57307860360542e-7,8.542886850578509e-7,8.512801708334349e-7,8.482822799270472e-7,8.45294974712645e-7,8.423182176979178e-7,8.393519715238061e-7,8.363961989640282e-7,8.334508629246056e-7,8.305159264433902e-7,8.275913526895937e-7,8.246771049633245e-7,8.217731466951102e-7,8.188794414454415e-7,8.159959529043027e-7,8.131226448907139e-7,8.102594813522674e-7,8.074064263646696e-7,8.045634441312878e-7,8.017304989826892e-7,7.989075553761886e-7,7.960945778953982e-7,7.932915312497761e-7,7.904983802741762e-7,7.877150899284032e-7,7.849416252967626e-7,7.821779515876244e-7,7.794240341329713e-7,7.76679838387963e-7,7.739453299304965e-7,7.712204744607677e-7,7.685052378008333e-7,7.657995858941791e-7,7.631034848052888e-7,7.604169007192039e-7,7.577397999411025e-7,7.550721488958664e-7,7.524139141276557e-7,7.497650622994823e-7,7.471255601927864e-7,7.44495374707014e-7,7.418744728592001e-7,7.392628217835404e-7,7.366603887309825e-7,7.34067141068803e-7,7.314830462801971e-7,7.289080719638628e-7,7.263421858335887e-7,7.237853557178488e-7,7.212375495593846e-7,7.186987354148043e-7,7.161688814541746e-7,7.136479559606168e-7,7.111359273299028e-7,7.086327640700536e-7,7.061384348009395e-7,7.036529082538835e-7,7.011761532712587e-7,6.987081388060955e-7,6.962488339216878e-7,6.937982077911989e-7,6.913562296972689e-7,6.889228690316246e-7,6.864980952946953e-7,6.840818780952174e-7,6.816741871498528e-7,6.792749922828035e-7,6.76884263425429e-7,6.745019706158632e-7,6.721280839986323e-7,6.697625738242819e-7,6.674054104489898e-7,6.650565643341959e-7,6.627160060462258e-7,6.603837062559157e-7,6.580596357382408e-7,6.557437653719438e-7,6.534360661391638e-7,6.511365091250729e-7,6.488450655175014e-7,6.465617066065772e-7,6.442864037843593e-7,6.420191285444749e-7,6.397598524817577e-7,6.375085472918852e-7,6.35265184771025e-7,6.330297368154694e-7,6.308021754212823e-7,6.285824726839435e-7,6.263706007979943e-7,6.241665320566843e-7,6.219702388516191e-7,6.197816936724102e-7,6.176008691063288e-7,6.154277378379515e-7,6.132622726488181e-7,6.11104446417085e-7,6.089542321171814e-7,6.068116028194652e-7,6.04676531689881e-7,6.025489919896238e-7,6.004289570747929e-7,5.983164003960573e-7,5.962112954983195e-7,5.94113616020378e-7,5.920233356945943e-7,5.899404283465584e-7,5.878648678947552e-7,5.8579662835024e-7,5.837356838162999e-7,5.816820084881315e-7,5.796355766525098e-7,5.775963626874655e-7,5.755643410619565e-7,5.735394863355452e-7,5.715217731580795e-7,5.695111762693638e-7,5.675076704988438e-7,5.655112307652864e-7,5.635218320764606e-7,5.615394495288213e-7,5.595640583071923e-7,5.575956336844521e-7,5.556341510212235e-7,5.536795857655542e-7,5.517319134526112e-7,5.49791109704368e-7,5.47857150229296e-7,5.459300108220578e-7,5.440096673631958e-7,5.420960958188339e-7,5.401892722403648e-7,5.382891727641511e-7,5.36395773611221e-7,5.345090510869677e-7,5.326289815808478e-7,5.307555415660839e-7,5.288887075993627e-7,5.270284563205433e-7,5.251747644523562e-7,5.233276088001092e-7,5.214869662513951e-7,5.19652813775797e-7,5.17825128424598e-7,5.160038873304873e-7,5.141890677072755e-7,5.123806468496003e-7,5.105786021326413e-7,5.087829110118335e-7,5.069935510225809e-7,5.052104997799722e-7,5.034337349784962e-7,5.016632343917594e-7,4.998989758722074e-7,4.981409373508386e-7,4.963890968369288e-7,4.946434324177504e-7,4.929039222582973e-7,4.911705446010042e-7,4.89443277765474e-7,4.877221001482043e-7,4.860069902223094e-7,4.842979265372506e-7,4.825948877185635e-7,4.808978524675879e-7,4.792067995611973e-7,4.775217078515299e-7,4.7584255626572087e-7,4.741693238056379e-7,4.7250198954760997e-7,4.7084053264216646e-7,4.691849323137723e-7,4.6753516786056367e-7,4.658912186540869e-7,4.642530641390358e-7,4.6262068383299527e-7,4.609940573261761e-7,4.5937316428116036e-7,4.5775798443264345e-7,4.5614849758717575e-7,4.54544683622909e-7,4.529465224893403e-7,4.513539942070578e-7,4.497670788674904e-7,4.4818575663265177e-7,4.4661000773489195e-7,4.4503981247664595e-7,4.4347515123018463e-7,4.419160044373661e-7,4.403623526093881e-7,4.3881417632654264e-7,4.372714562379683e-7,4.357341730614048e-7,4.34202307582951e-7,4.326758406568208e-7,4.3115475320510064e-7,4.296390262175077e-7,4.281286407511493e-7,4.266235779302852e-7,4.2512381894608627e-7,4.2362934505639603e-7,4.2214013758549566e-7,4.2065617792386663e-7,4.1917744752795503e-7,4.1770392791993595e-7,4.162356006874837e-7,4.1477244748353314e-7,4.133144500260514e-7,4.118615900978049e-7,4.104138495461298e-7,4.0897121028270184e-7,4.0753365428330734e-7,4.061011635876147e-7,4.0467372029895036e-7,4.0325130658406727e-7,4.018339046729228e-7,4.0042149685845276e-7,3.990140654963479e-7,3.9761159300483066e-7,3.962140618644315e-7,3.948214546177703e-7,3.934337538693324e-7,3.920509422852495e-7,3.906730025930814e-7,3.8929991758159653e-7,3.87931670100555e-7,3.8656824306049047e-7,3.852096194324952e-7,3.8385578224800563e-7,3.825067145985851e-7,3.8116239963571144e-7,3.7982282057056445e-7,3.784879606738129e-7,3.7715780327540344e-7,3.7583233176434817e-7,3.7451152958851915e-7,3.7319538025443303e-7,3.718838673270463e-7,3.7057697442954693e-7,3.6927468524314687e-7,3.679769835068762e-7,3.666838530173769e-7,3.653952776286975e-7,3.6411124125209326e-7,3.628317278558158e-7,3.615567214649158e-7,3.602862061610385e-7,3.590201660822241e-7,3.577585854227062e-7,3.5650144843271166e-7,3.552487394182641e-7,3.5400044274098197e-7,3.5275654281788315e-7,3.515170241211872e-7,3.502818711781201e-7,3.490510685707171e-7,3.478246009356297e-7,3.4660245296392936e-7,3.453846094009176e-7,3.441710550459287e-7,3.429617747521407e-7,3.417567534263835e-7,3.4055597602894734e-7,3.3935942757339395e-7,3.3816709312636515e-7,3.369789578073983e-7,3.3579500678873317e-7,3.34615225295128e-7,3.334395986036717e-7,3.3226811204359835e-7,3.3110075099610123e-7,3.2993750089414903e-7,3.287783472223004e-7,3.276232755165233e-7,3.264722713640091e-7,3.2532532040299216e-7,3.241824083225689e-7,3.230435208625161e-7,3.219086438131106e-7,3.2077776301495095e-7,3.1965086435877885e-7,3.185279337852989e-7,3.174089572850027e-7,3.1629392089799136e-7,3.1518281071380003e-7,3.1407561287122117e-7,3.1297231355812986e-7,3.118728990113094e-7,3.1077735551627904e-7,3.0968566940711816e-7,3.0859782706629505e-7,3.0751381492449554e-7,3.064336194604506e-7,3.0535722720076637e-7,3.0428462471975345e-7,3.0321579863925925e-7,3.0215073562849623e-7,3.0108942240387555e-7,3.00031845728839e-7,2.989779924136917e-7,2.9792784931543565e-7,2.9688140333760447e-7,2.958386414300966e-7,2.9479955058901313e-7,2.937641178564911e-7,2.9273233032054097e-7,2.917041751148837e-7,2.906796394187889e-7,2.896587104569119e-7,2.8864137549913315e-7,2.876276218603986e-7,2.8661743690055767e-7,2.856108080242047e-7,2.8460772268052025e-7,2.8360816836311266e-7,2.826121326098598e-7,2.816196030027522e-7,2.8063056716773596e-7,2.796450127745586e-7,2.786629275366099e-7,2.776842992107701e-7,2.767091155972536e-7,2.7573736453945593e-7,2.7476903392380045e-7,2.7380411167958434e-7,2.728425857788291e-7,2.7188444423612536e-7,2.7092967510848374e-7,2.6997826649518403e-7,2.6903020653762476e-7,2.680854834191738e-7,2.6714408536501915e-7,2.6620600064202016e-7,2.6527121755856176e-7,2.643397244644033e-7,2.6341150975053426e-7,2.624865618490271e-7,2.615648692328912e-7,2.606464204159287e-7,2.597312039525868e-7,2.58819208437818e-7,2.579104225069315e-7,2.570048348354529e-7,2.561024341389804e-7,2.5520320917304296e-7,2.5430714873295803e-7,2.534142416536904e-7,2.525244768097115e-7,2.5163784311486053e-7,2.5075432952220166e-7,2.498739250238877e-7,2.489966186510193e-7,2.4812239947350814e-7,2.472512565999384e-7,2.4638317917742916e-7,2.4551815639149924e-7,2.4465617746592887e-7,2.4379723166262473e-7,2.429413082814847e-7,2.4208839666026327e-7,2.412384861744364e-7,2.40391566237068e-7,2.3954762629867675e-7,2.3870665584710356e-7,2.3786864440737767e-7,2.3703358154158563e-7,2.3620145684873974e-7,2.3537225996464684e-7,2.3454598056177797e-7,2.3372260834913733e-7,2.329021330721349e-7,2.320845445124541e-7,2.312698324879251e-7,2.304579868523961e-7,2.2964899749560582e-7,2.2884285434305497e-7,2.280395473558804e-7,2.272390665307294e-7,2.2644140189963137e-7,2.2564654352987392e-7,2.2485448152387752e-7,2.2406520601907057e-7,2.232787071877653e-7,2.2249497523703417e-7,2.2171400040858558e-7,2.2093577297864308e-7,2.2016028325782047e-7,2.1938752159100103e-7,2.1861747835721602e-7,2.1785014396952278e-7,2.1708550887488472e-7,2.1632356355405047e-7,2.1556429852143524e-7,2.1480770432499935e-7,2.140537715461306e-7,2.1330249079952537e-7,2.1255385273307044e-7,2.1180784802772523e-7,2.1106446739740445e-7,2.1032370158886082e-7,2.0958554138157006e-7,2.088499775876124e-7,2.08117001051559e-7,2.073866026503552e-7,2.0665877329320707e-7,2.059335039214658e-7,2.0521078550851386e-7,2.0449060905965276e-7,2.0377296561198754e-7,2.0305784623431545e-7,2.0234524202701356e-7,2.016351441219256e-7,2.0092754368225181e-7,2.0022243190243677e-7,1.9951980000805832e-7,1.9881963925571916e-7,1.9812194093293355e-7,1.9742669635802025e-7,1.9673389687999223e-7,1.960435338784481e-7,1.9535559876346337e-7,1.946700829754821e-7,1.9398697798521097e-7,1.9330627529350921e-7,1.9262796643128345e-7,1.919520429593808e-7,1.9127849646848246e-7,1.9060731857899816e-7,1.8993850094096073e-7,1.8927203523392045e-7,1.886079131668418e-7,1.8794612647799728e-7,1.8728666693486487e-7,1.8662952633402397e-7,1.8597469650105197e-7,1.8532216929042203e-7,1.8467193658539964e-7,1.8402399029794243e-7,1.8337832236859604e-7,1.82734924766394e-7,1.8209378948875695e-7,1.8145490856139127e-7,1.808182740381894e-7,1.8018387800112941e-7,1.7955171256017543e-7,1.789217698531796e-7,1.7829404204578125e-7,1.7766852133130967e-7,1.7704519993068554e-7,1.764240700923232e-7,1.758051240920333e-7,1.7518835423292512e-7,1.7457375284531094e-7,1.739613122866084e-7,1.7335102494124467e-7,1.7274288322056119e-7,1.7213687956271775e-7,1.715330064325978e-7,1.709312563217133e-7,1.7033162174811064e-7,1.6973409525627697e-7,1.6913866941704536e-7,1.6854533682750233e-7,1.6795409011089435e-7,1.673649219165353e-7,1.6677782491971415e-7,1.6619279182160223e-7,1.6560981534916313e-7,1.650288882550592e-7,1.6445000331756174e-7,1.6387315334045978e-7,1.6329833115297001e-7,1.6272552960964612e-7,1.621547415902896e-7,1.6158595999985933e-7,1.610191777683842e-7,1.6045438785087206e-7,1.5989158322722245e-7,1.5933075690213826e-7,1.5877190190503768e-7,1.5821501128996651e-7,1.576600781355109e-7,1.5710709554471133e-7,1.565560566449741e-7,1.5600695458798642e-7,1.5545978254962983e-7,1.5491453372989457e-7,1.543712013527943e-7,1.5382977866628036e-7,1.5329025894215769e-7,1.5275263547600035e-7,1.5221690158706634e-7,1.5168305061821456e-7,1.511510759358208e-7,1.506209709296945e-7,1.5009272901299586e-7,1.4956634362215253e-7,1.4904180821677843e-7,1.4851911627959004e-7,1.4799826131632553e-7,1.4747923685566287e-7,1.4696203644913847e-7,1.4644665367106678e-7,1.4593308211845856e-7,1.4542131541094118e-7,1.44911347190679e-7,1.4440317112229209e-7,1.438967808927777e-7,1.43392170211431e-7,1.428893328097653e-7,1.4238826244143436e-7,1.4188895288215296e-7,1.4139139792962005e-7,1.408955914034392e-7,1.404015271450424e-7,1.3990919901761193e-7,1.394186009060037e-7,1.3892972671667016e-7,1.3844257037758428e-7,1.379571258381626e-7,1.3747338706919045e-7,1.3699134806274484e-7,1.3651100283211977e-7,1.3603234541175118e-7,1.3555536985714177e-7,1.3508007024478665e-7,1.3460644067209848e-7,1.341344752573344e-7,1.33664168139521e-7,1.331955134783814e-7,1.3272850545426176e-7,1.3226313826805858e-7,1.3179940614114533e-7,1.313373033153005e-7,1.308768240526347e-7,1.3041796263551984e-7,1.2996071336651576e-7,1.2950507056829975e-7,1.2905102858359522e-7,1.2859858177510054e-7,1.2814772452541824e-7,1.276984512369844e-7,1.2725075633199953e-7,1.268046342523567e-7,1.263600794595732e-7,1.259170864347205e-7,1.254756496783553e-7,1.2503576371045023e-7,1.245974230703253e-7,1.2416062231657907e-7,1.2372535602702133e-7,1.2329161879860371e-7,1.228594052473528e-7,1.2242871000830227e-7,1.2199952773542589e-7,1.2157185310157012e-7,1.2114568079838713e-7,1.207210055362694e-7,1.2029782204428164e-7,1.1987612507009577e-7,1.194559093799247e-7,1.1903716975845702e-7,1.1861990100879107e-7,1.1820409795237014e-7,1.1778975542891723e-7,1.1737686829637115e-7,1.1696543143082065e-7,1.1655543972644122e-7,1.1614688809543065e-7,1.1573977146794555e-7,1.1533408479203731e-7,1.1492982303358882e-7,1.145269811762522e-7,1.1412555422138459e-7,1.1372553718798627e-7,1.1332692511263804e-7,1.12929713049439e-7,1.1253389606994442e-7,1.1213946926310413e-7,1.1174642773520072e-7,1.1135476660978878e-7,1.1096448102763289e-7,1.1057556614664706e-7,1.1018801714183429e-7,1.0980182920522597e-7,1.0941699754582124e-7,1.0903351738952716e-7,1.0865138397909971e-7,1.0827059257408242e-7,1.0789113845074826e-7,1.075130169020401e-7,1.0713622323751171e-7,1.0676075278326878e-7,1.0638660088191066e-7,1.0601376289247159e-7,1.0564223419036325e-7,1.0527201016731589e-7,1.0490308623132106e-7,1.0453545780657412e-7,1.0416912033341682e-7,1.0380406926827992e-7,1.0344030008362655e-7,1.0307780826789573e-7,1.0271658932544506e-7,1.0235663877649487e-7,1.0199795215707218e-7,1.0164052501895457e-7,1.0128435292961445e-7,1.009294314721636e-7,1.0057575624529759e-7,1.0022332286324154e-7,9.987212695569375e-8,9.952216416777192e-8,9.917343015995833e-8,9.882592060804557e-8,9.847963120308219e-8,9.813455765131871e-8,9.779069567415445e-8,9.74480410080829e-8,9.710658940463904e-8,9.676633663034586e-8,9.642727846666147e-8,9.608941070992613e-8,9.575272917130976e-8,9.5417229676759e-8,9.508290806694598e-8,9.474976019721499e-8,9.441778193753125e-8,9.40869691724292e-8,9.375731780096056e-8,9.342882373664355e-8,9.310148290741099e-8,9.277529125556033e-8,9.245024473770164e-8,9.212633932470787e-8,9.18035710016639e-8,9.14819357678166e-8,9.116142963652448e-8,9.084204863520797e-8,9.052378880529935e-8,9.020664620219396e-8,8.989061689519977e-8,8.957569696748878e-8,8.9261882516048e-8,8.894916965163034e-8,8.863755449870607e-8,8.832703319541417e-8,8.801760189351446e-8,8.770925675833868e-8,8.740199396874296e-8,8.709580971705985e-8,8.679070020905075e-8,8.64866616638583e-8,8.61836903139592e-8,8.588178240511666e-8,8.558093419633435e-8,8.528114195980836e-8,8.498240198088126e-8,8.468471055799557e-8,8.438806400264725e-8,8.409245863933959e-8,8.379789080553718e-8,8.350435685162049e-8,8.321185314083952e-8,8.292037604926864e-8,8.26299219657612e-8,8.234048729190438e-8,8.20520684419742e-8,8.176466184289053e-8,8.147826393417217e-8,8.119287116789322e-8,8.090848000863741e-8,8.062508693345473e-8,8.034268843181709e-8,8.006128100557434e-8,7.97808611689106e-8,7.950142544830058e-8,7.92229703824665e-8,7.8945492522334e-8,7.866898843098967e-8,7.839345468363774e-8,7.811888786755746e-8,7.784528458206011e-8,7.757264143844662e-8,7.730095505996557e-8,7.703022208177001e-8,7.676043915087637e-8,7.649160292612178e-8,7.62237100781227e-8,7.595675728923317e-8,7.569074125350329e-8,7.542565867663769e-8,7.516150627595499e-8,7.489828078034591e-8,7.463597893023266e-8,7.437459747752855e-8,7.411413318559682e-8,7.38545828292104e-8,7.359594319451164e-8,7.333821107897233e-8,7.308138329135303e-8,7.282545665166355e-8,7.257042799112334e-8,7.231629415212156e-8,7.206305198817773e-8,7.181069836390241e-8,7.15592301549579e-8,7.130864424801956e-8,7.105893754073614e-8,7.08101069416917e-8,7.056214937036654e-8,7.031506175709896e-8,7.006884104304662e-8,6.982348418014843e-8,6.957898813108679e-8,6.933534986924893e-8,6.909256637868954e-8,6.88506346540929e-8,6.860955170073546e-8,6.836931453444835e-8,6.812992018157992e-8,6.789136567895864e-8,6.765364807385661e-8,6.741676442395162e-8,6.71807117972911e-8,6.694548727225542e-8,6.671108793752107e-8,6.647751089202462e-8,6.624475324492607e-8,6.60128121155734e-8,6.578168463346573e-8,6.555136793821799e-8,6.532185917952495e-8,6.509315551712581e-8,6.486525412076856e-8,6.46381521701745e-8,6.441184685500318e-8,6.418633537481752e-8,6.396161493904819e-8,6.373768276695923e-8,6.351453608761318e-8,6.329217213983638e-8,6.307058817218462e-8,6.284978144290852e-8,6.262974921991981e-8,6.241048878075647e-8,6.21919974125492e-8,6.19742724119874e-8,6.175731108528542e-8,6.154111074814895e-8,6.13256687257413e-8,6.111098235265007e-8,6.089704897285429e-8,6.06838659396905e-8,6.047143061582011e-8,6.025974037319648e-8,6.004879259303194e-8,5.983858466576521e-8,5.962911399102859e-8,5.9420377977616096e-8,5.9212374043450105e-8,5.900509961554996e-8,5.879855212999943e-8,5.8592729031914776e-8,5.838762777541291e-8,5.818324582357952e-8,5.797958064843729e-8,5.7776629730914775e-8,5.757439056081439e-8,5.737286063678132e-8,5.717203746627229e-8,5.6971918565524415e-8,5.677250145952423e-8,5.657378368197666e-8,5.637576277527452e-8,5.617843629046743e-8,5.5981801787231525e-8,5.578585683383883e-8,5.559059900712704e-8,5.539602589246914e-8,5.5202135083743415e-8,5.50089241833031e-8,5.4816390801946996e-8,5.462453255888906e-8,5.4433347081729034e-8,5.4242832006422625e-8,5.4052984977252255e-8,5.386380364679744e-8,5.36752856759054e-8,5.348742873366239e-8,5.3300230497363904e-8,5.3113688652486104e-8,5.2927800892656847e-8,5.274256491962688e-8,5.2557978443241223e-8,5.237403918141044e-8,5.219074486008223e-8,5.20080932132133e-8,5.1826081982740615e-8,5.164470891855349e-8,5.146397177846558e-8,5.128386832818667e-8,5.110439634129498e-8,5.092555359920923e-8,5.0747337891161315e-8,5.05697470141682e-8,5.039277877300473e-8,5.0216430980176246e-8,5.004070145589119e-8,4.986558802803397e-8,4.9691088532137854e-8,4.9517200811357855e-8,4.9343922716444227e-8,4.917125210571499e-8,4.899918684502977e-8,4.882772480776289e-8,4.865686387477693e-8,4.848660193439631e-8,4.8316936882380825e-8,4.814786662189972e-8,4.797938906350509e-8,4.781150212510605e-8,4.764420373194283e-8,4.747749181656077e-8,4.7311364318784485e-8,4.714581918569242e-8,4.698085437159083e-8,4.681646783798887e-8,4.6652657553572514e-8,4.648942149417961e-8,4.632675764277456e-8,4.6164663989423135e-8,4.600313853126741e-8,4.584217927250075e-8,4.568178422434315e-8,4.5521951405016086e-8,4.536267883971799e-8,4.520396456059964e-8,4.504580660673954e-8,4.4888203024119534e-8,4.473115186560042e-8,4.457465119089757e-8,4.4418699066557125e-8,4.426329356593129e-8,4.4108432769154706e-8,4.395411476312048e-8,4.3800337641456205e-8,4.3647099504500356e-8,4.349439845927831e-8,4.334223261947934e-8,4.319060010543232e-8,4.3039499044082827e-8,4.2888927568969694e-8,4.273888382020163e-8,4.258936594443409e-8,4.24403720948462e-8,4.22919004311176e-8,4.214394911940596e-8,4.199651633232341e-8,4.1849600248914296e-8,4.170319905463225e-8,4.1557310941317706e-8,4.141193410717526e-8,4.1267066756751176e-8,4.1122707100911316e-8,4.0978853356818375e-8,4.083550374790998e-8,4.069265650387643e-8,4.055030986063872e-8,4.040846206032642e-8,4.026711135125594e-8,4.01262559879085e-8,3.9985894230908676e-8,3.9846024347002346e-8,3.970664460903537e-8,3.9567753295931935e-8,3.942934869267324e-8,3.929142909027593e-8,3.915399278577091e-8,3.901703808218236e-8,3.888056328850607e-8,3.87445667196888e-8,3.860904669660708e-8,3.8474001546046454e-8,3.8339429600680433e-8,3.8205329199049877e-8,3.8071698685542167e-8,3.793853641037085e-8,3.7805840729554715e-8,3.7673610004897517e-8,3.754184260396756e-8,3.741053690007735e-8,3.7279691272263346e-8,3.714930410526561e-8,3.7019373789508086e-8,3.688989872107804e-8,3.676087730170651e-8,3.663230793874805e-8,3.6504189045161154e-8,3.637651903948843e-8,3.6249296345836794e-8,3.6122519393857874e-8,3.5996186618728716e-8,3.587029646113186e-8,3.5744847367236204e-8,3.561983778867756e-8,3.549526618253946e-8,3.537113101133379e-8,3.524743074298173e-8,3.512416385079483e-8,3.5001328813455663e-8,3.487892411499922e-8,3.47569482447935e-8,3.4635399697521676e-8,3.4514276973162297e-8,3.4393578576971184e-8,3.427330301946272e-8,3.415344881639126e-8,3.403401448873267e-8,3.3914998562665924e-8,3.379639956955474e-8,3.3678216045929324e-8,3.356044653346806e-8,3.34430895789795e-8,3.3326143734384116e-8,3.320960755669643e-8,3.3093479608006895e-8,3.297775845546402e-8,3.286244267125686e-8,3.2747530832596666e-8,3.26330215216996e-8,3.25189133257689e-8,3.2405204836977426e-8,3.229189465245e-8,3.2178981374246066e-8,3.206646360934215e-8,3.195433996961473e-8,3.184260907182269e-8,3.173126953759036e-8,3.1620319993390176e-8,3.1509759070525725e-8,3.139958540511456e-8,3.128979763807124e-8,3.1180394415090863e-8,3.1071374386631426e-8,3.096273620789758e-8,3.085447853882375e-8,3.074660004405747e-8,3.0639099392942756e-8,3.053197525950358e-8,3.0425226322427256e-8,3.0318851265048174e-8,3.0212848775331276e-8,3.010721754585581e-8,3.0001956273799005e-8,2.989706366091992e-8,2.9792538413543222e-8,2.9688379242543053e-8,2.9584584863327386e-8,2.948115399582139e-8,2.9378085364451947e-8,2.927537769813169e-8,2.9173029730243156e-8,2.9071040198623044e-8,2.896940784554656e-8,2.8868131417711644e-8,2.8767209666223563e-8,2.86666413465792e-8,2.856642521865166e-8,2.8466560046674875e-8,2.8367044599228134e-8,2.8267877649220856e-8,2.8169057973877177e-8,2.807058435472117e-8,2.797245557756106e-8,2.7874670432474552e-8,2.777722771379367e-8,2.768012622008974e-8,2.75833647541585e-8,2.7486942123005133e-8,2.739085713782953e-8,2.7295108614011416e-8,2.7199695371095673e-8,2.710461623277763e-8,2.7009870026888442e-8,2.6915455585380535e-8,2.6821371744313048e-8,2.672761734383727e-8,2.6634191228182646e-8,2.6541092245641767e-8,2.6448319248556454e-8,2.6355871093303415e-8,2.6263746640280015e-8,2.6171944753890064e-8,2.6080464302529786e-8,2.5989304158573656e-8,2.589846319836043e-8,2.5807940302179175e-8,2.5717734354255338e-8,2.562784424273687e-8,2.5538268859680423e-8,2.544900710103755e-8,2.53600578666409e-8,2.527142006019092e-8,2.518309258924165e-8,2.5095074365187546e-8,2.500736430324982e-8,2.491996132246295e-8,2.483286434566133e-8,2.4746072299465754e-8,2.4659584114270145e-8,2.457339872422828e-8,2.4487515067240485e-8,2.4401932084940458e-8,2.4316648722682153e-8,2.4231663929526594e-8,2.4146976658228886e-8,2.406258586522508e-8,2.3978490510619534e-8,2.3894689558171525e-8,2.381118197528264e-8,2.372796673298393e-8,2.3645042805923078e-8,2.356240917235167e-8,2.3480064814112512e-8,2.339800871662695e-8,2.3316239868882283e-8,2.3234757263419184e-8,2.3153559896319215e-8,2.30726467671923e-8,2.299201687916435e-8,2.2911669238864834e-8,2.283160285641438e-8,2.275181674541279e-8,2.2672309922926304e-8,2.259308140947569e-8,2.2514130229024055e-8,2.2435455408964624e-8,2.235705598010875e-8,2.2278930976673796e-8,2.220107943627121e-8,2.2123500399894508e-8,2.2046192911907402e-8,2.1969156020031882e-8,2.1892388775336455e-8,2.1815890232224293e-8,2.1739659448421514e-8,2.1663695484965402e-8,2.1587997406193065e-8,2.1512564279729308e-8,2.1437395176475386e-8,2.136248917059741e-8,2.1287845339514815e-8,2.12134627638889e-8,2.113934052761143e-8,2.1065477717793256e-8,2.099187342475296e-8,2.091852674200556e-8,2.0845436766251285e-8,2.07726025973643e-8,2.0700023338381577e-8,2.0627698095491736e-8,2.0555625978023888e-8,2.0483806098436803e-8,2.041223757230756e-8,2.0340919518320756e-8,2.0269851058257554e-8,2.0199031316984727e-8,2.012845942244386e-8,2.0058134505640447e-8,1.9988055700633127e-8,1.9918222144522957e-8,1.9848632977442695e-8,1.9779287342546066e-8,1.9710184385997207e-8,1.964132325696001e-8,1.9572703107587558e-8,1.9504323093011574e-8,1.943618237133217e-8,1.936828010360699e-8,1.930061545384106e-8,1.9233187588976374e-8,1.916599567888152e-8,1.9099038896341382e-8,1.9032316417046882e-8,1.896582741958475e-8,1.8899571085427302e-8,1.8833546598922296e-8,1.876775314728282e-8,1.870218992057719e-8,1.8636856111718885e-8,1.8571750916456557e-8,1.8506873533363952e-8,1.8442223163830263e-8,1.8377799012049784e-8,1.831360028501232e-8,1.8249626192493278e-8,1.8185875947043856e-8,1.8122348763981245e-8,1.8059043861378976e-8,1.7995960460057086e-8,1.7933097783572554e-8,1.7870455058209626e-8,1.780803151297022e-8,1.774582637956434e-8,1.7683838892400587e-8,1.7622068288576584e-8,1.7560513807869536e-8,1.749917469272698e-8,1.7438050188257046e-8,1.7377139542219312e-8,1.7316442005015444e-8,1.725595682967984e-8,1.7195683271870447e-8,1.713562058985942e-8,1.7075768044524024e-8,1.701612489933738e-8,1.6956690420359378e-8,1.6897463876227547e-8,1.683844453814801e-8,1.677963167988639e-8,1.672102457775886e-8,1.6662622510623056e-8,1.6604424759869416e-8,1.6546430609411876e-8,1.648863934567922e-8,1.6431050257606197e-8,1.6373662636624682e-8,1.6316475776654897e-8,1.6259488974096618e-8,1.6202701527820528e-8,1.6146112739159414e-8,1.6089721911899588e-8,1.6033528352272213e-8,1.5977531368944697e-8,1.592173027301214e-8,1.5866124377988758e-8,1.581071299979935e-8,1.5755495456770997e-8,1.5700471069624314e-8,1.564563916146522e-8,1.5590999057776495e-8,1.553655008640943e-8,1.5482291577575448e-8,1.5428222863837858e-8,1.537434328010355e-8,1.532065216361473e-8,1.5267148853940724e-8,1.5213832692969786e-8,1.5160703024900923e-8,1.5107759196235787e-8,1.5055000555770502e-8,1.5002426454587807e-8,1.4950036246048695e-8,1.4897829285784596e-8,1.484580493168934e-8,1.4793962543911203e-8,1.4742301484844973e-8,1.469082111912404e-8,1.4639520813612506e-8,1.4588399937397371e-8,1.4537457861780674e-8,1.448669396027172e-8,1.443610760857931e-8,1.4385698184603997e-8,1.4335465068430389e-8,1.4285407642319369e-8,1.423552529070071e-8,1.4185817400165092e-8,1.4136283359456704e-8,1.4086922559465625e-8,1.4037734393220282e-8,1.398871825587992e-8,1.3939873544727086e-8,1.3891199659160195e-8,1.3842696000686066e-8,1.3794361972912482e-8,1.3746196981540852e-8,1.369820043435879e-8,1.365037174123281e-8,1.3602710314101009e-8,1.355521556696571e-8,1.3507886915886412e-8,1.3460723778972257e-8,1.3413725576375016e-8,1.3366891730281853e-8,1.3320221664908157e-8,1.3273714806490417e-8,1.322737058327911e-8,1.3181188425531609e-8,1.3135167765505141e-8,1.3089308037449728e-8,1.304360867760119e-8,1.2998069124174164e-8,1.2952688817355133e-8,1.2907467199295485e-8,1.2862403714104585e-8,1.281749780784303e-8,1.2772748928515547e-8,1.2728156526064309e-8,1.2683720052362083e-8,1.2639438961205462e-8,1.2595312708308048e-8,1.2551340751293783e-8,1.250752254969015e-8,1.2463857564921521e-8,1.2420345260302486e-8,1.2376985101031192e-8,1.2333776554182725e-8,1.2290719088702502e-8,1.2247812175399696e-8,1.2205055286940645e-8,1.2162447897842475e-8,1.2119989484466356e-8,1.2077679525011165e-8,1.2035517499506987e-8,1.199350288980869e-8,1.1951635179589488e-8,1.1909913854334549e-8,1.1868338401334626e-8,1.1826908309679723e-8,1.1785623070252732e-8,1.1744482175723156e-8,1.1703485120540812e-8,1.1662631400929576e-8,1.1621920514881154e-8,1.1581351962148795e-8,1.154092524424129e-8,1.1500639864416542e-8,1.1460495327675563e-8,1.1420491140756334e-8,1.138062681212768e-8,1.1340901851983165e-8,1.1301315772235064e-8,1.12618680865083e-8,1.1222558310134417e-8,1.1183385960145578e-8,1.1144350555268612e-8,1.110545161591901e-8,1.1066688664195028e-8,1.1028061223871747e-8,1.0989568820395143e-8,1.0951210980876373e-8,1.0912987234085677e-8,1.0874897110446712e-8,1.0836940142030684e-8,1.0799115862550563e-8,1.0761423807355325e-8,1.0723863513424165e-8,1.0686434519360803e-8,1.0649136365387738e-8,1.0611968593340591e-8,1.0574930746662405e-8,1.0538022370398002e-8,1.0501243011188363e-8,1.046459221726499e-8,1.0428069538444316e-8,1.0391674526122238e-8,1.035540673326837e-8,1.0319265714420648e-8,1.0283251025679788e-8,1.0247362224703777e-8,1.0211598870702413e-8,1.0175960524431838e-8,1.0140446748189104e-8,1.0105057105806768e-8,1.0069791162647478e-8,1.0034648485598593e-8,9.999628643066852e-9,9.964731204972982e-9,9.929955742746432e-9,9.895301829319985e-9,9.86076903912465e-9,9.826356948084164e-9,9.792065133609885e-9,9.757893174595546e-9,9.723840651412022e-9,9.689907145902151e-9,9.656092241375561e-9,9.622395522603495e-9,9.588816575813702e-9,9.55535498868529e-9,9.522010350343647e-9,9.488782251355344e-9,9.455670283723069e-9,9.422674040880586e-9,9.389793117687663e-9,9.357027110425203e-9,9.324375616790051e-9,9.291838235890127e-9,9.25941456823946e-9,9.227104215753225e-9,9.19490678174285e-9,9.162821870911064e-9,9.130849089347036e-9,9.098988044521508e-9,9.067238345281912e-9,9.035599601847553e-9,9.00407142580479e-9,8.972653430102203e-9,8.94134522904584e-9,8.910146438294398e-9,8.879056674854594e-9,8.848075557076242e-9,8.817202704647654e-9,8.786437738590923e-9,8.755780281257203e-9,8.725229956322062e-9,8.694786388780828e-9,8.664449204943946e-9,8.634218032432344e-9,8.604092500172851e-9,8.574072238393588e-9,8.544156878619405e-9,8.514346053667326e-9,8.484639397642e-9,8.455036545931153e-9,8.425537135201197e-9,8.396140803392554e-9,8.366847189715299e-9,8.337655934644676e-9,8.308566679916645e-9,8.279579068523458e-9,8.250692744709235e-9,8.221907353965575e-9,8.193222543027172e-9,8.164637959867428e-9,8.13615325369413e-9,8.107768074945109e-9,8.079482075283875e-9,8.051294907595373e-9,8.023206225981625e-9,7.995215685757567e-9,7.967322943446636e-9,7.939527656776615e-9,7.911829484675397e-9,7.884228087266752e-9,7.856723125866123e-9,7.82931426297646e-9,7.802001162284016e-9,7.774783488654216e-9,7.747660908127513e-9,7.720633087915236e-9,7.693699696395505e-9,7.666860403109114e-9,7.64011487875545e-9,7.613462795188395e-9,7.586903825412392e-9,7.560437643578214e-9,7.534063924979073e-9,7.507782346046553e-9,7.481592584346632e-9,7.455494318575687e-9,7.4294872285565285e-9,7.403570995234432e-9,7.377745300673213e-9,7.3520098280512704e-9,7.32636426165771e-9,7.300808286888398e-9,7.275341590242113e-9,7.2499638593166465e-9,7.224674782804921e-9,7.199474050491258e-9,7.174361353247376e-9,7.149336383028682e-9,7.1243988328704274e-9,7.0995483968839385e-9,7.0747847702528065e-9,7.050107649229143e-9,7.025516731129825e-9,7.00101171433274e-9,6.976592298273077e-9,6.9522581834395956e-9,6.928009071370949e-9,6.903844664651969e-9,6.87976466691001e-9,6.8557687828112525e-9,6.83185671805717e-9,6.808028179380715e-9,6.7842828745428265e-9,6.760620512328766e-9,6.737040802544552e-9,6.7135434560133415e-9,6.690128184571879e-9,6.666794701066935e-9,6.6435427193517494e-9,6.6203719542825086e-9,6.597282121714803e-9,6.574272938500139e-9,6.551344122482442e-9,6.528495392494542e-9,6.505726468354712e-9,6.4830370708632796e-9,6.460426921799047e-9,6.437895743915948e-9,6.415443260939585e-9,6.393069197563843e-9,6.370773279447472e-9,6.348555233210696e-9,6.326414786431846e-9,6.304351667643994e-9,6.282365606331597e-9,6.260456332927159e-9,6.2386235788078945e-9,6.216867076292421e-9,6.195186558637447e-9,6.173581760034465e-9,6.15205241560654e-9,6.13059826140492e-9,6.10921903440586e-9,6.087914472507356e-9,6.066684314525901e-9,6.045528300193267e-9,6.024446170153287e-9,6.003437665958652e-9,5.982502530067725e-9,5.9616405058413545e-9,5.940851337539708e-9,5.920134770319119e-9,5.89949055022893e-9,5.878918424208369e-9,5.858418140083395e-9,5.837989446563671e-9,5.8176320932393426e-9,5.797345830578014e-9,5.777130409921667e-9,5.756985583483572e-9,5.7369111043452395e-9,5.7169067264533725e-9,5.696972204616824e-9,5.677107294503572e-9,5.657311752637706e-9,5.637585336396415e-9,5.617927804006998e-9,5.598338914543879e-9,5.578818427925627e-9,5.559366104911984e-9,5.539981707100982e-9,5.520664996925882e-9,5.501415737652317e-9,5.482233693375375e-9,5.463118629016644e-9,5.444070310321354e-9,5.425088503855454e-9,5.406172977002749e-9,5.387323497962018e-9,5.368539835744164e-9,5.349821760169352e-9,5.331169041864176e-9,5.312581452258827e-9,5.294058763584266e-9,5.275600748869403e-9,5.2572071819383635e-9,5.238877837407591e-9,5.220612490683136e-9,5.202410917957871e-9,5.18427289620872e-9,5.166198203193913e-9,5.148186617450241e-9,5.13023791829033e-9,5.1123518857999015e-9,5.0945283008350765e-9,5.076766945019669e-9,5.0590676007424716e-9,5.041430051154599e-9,5.023854080166796e-9,5.00633947244675e-9,4.988886013416519e-9,4.971493489249767e-9,4.954161686869197e-9,4.936890393943917e-9,4.919679398886796e-9,4.902528490851882e-9,4.885437459731774e-9,4.868406096155058e-9,4.8514341914836935e-9,4.834521537810466e-9,4.817667927956404e-9,4.800873155468235e-9,4.784137014615829e-9,4.76745930038967e-9,4.750839808498303e-9,4.734278335365883e-9,4.717774678129565e-9,4.7013286346370705e-9,4.684940003444169e-9,4.6686085838122e-9,4.652334175705597e-9,4.6361165797894176e-9,4.6199555974268836e-9,4.603851030676938e-9,4.5878026822917905e-9,4.571810355714503e-9,4.5558738550765454e-9,4.539992985195395e-9,4.524167551572124e-9,4.508397360388981e-9,4.4926822185070716e-9,4.477021933463876e-9,4.46141631347094e-9,4.445865167411491e-9,4.430368304838089e-9,4.414925535970273e-9,4.399536671692219e-9,4.384201523550411e-9,4.3689199037513114e-9,4.353691625159056e-9,4.338516501293135e-9,4.323394346326106e-9,4.308324975081285e-9,4.29330820303048e-9,4.27834384629169e-9,4.263431721626903e-9,4.248571646439748e-9,4.233763438773298e-9,4.219006917307813e-9,4.204301901358507e-9,4.189648210873318e-9,4.175045666430691e-9,4.160494089237363e-9,4.145993301126156e-9,4.1315431245537896e-9,4.117143382598682e-9,4.102793898958776e-9,4.088494497949362e-9,4.07424500450091e-9,4.0600452441569045e-9,4.045895043071745e-9,4.031794228008518e-9,4.0177426263369185e-9,4.003740066031109e-9,3.9897863756676e-9,3.975881384423133e-9,3.962024922072581e-9,3.948216818986839e-9,3.934456906130745e-9,3.920745015060993e-9,3.907080977924056e-9,3.893464627454111e-9,3.879895796970986e-9,3.866374320378109e-9,3.852900032160427e-9,3.8394727673824485e-9,3.826092361686106e-9,3.812758651288798e-9,3.799471472981346e-9,3.7862306641259964e-9,3.773036062654406e-9,3.759887507065649e-9,3.746784836424224e-9,3.7337278903580724e-9,3.7207165090566012e-9,3.7077505332687165e-9,3.694829804300855e-9,3.681954164015037e-9,3.6691234548269067e-9,3.6563375197037886e-9,3.6435962021627987e-9,3.630899346268835e-9,3.6182467966327134e-9,3.6056383984092426e-9,3.5930739972953046e-9,3.5805534395279686e-9,3.568076571882582e-9,3.555643241670894e-9,3.5432532967391667e-9,3.5309065854663017e-9,3.5186029567619793e-9,3.5063422600647855e-9,3.494124345340363e-9,3.4819490630795635e-9,3.4698162642965963e-9,3.457725800527229e-9,3.445677523826903e-9,3.433671286768944e-9,3.421706942442744e-9,3.409784344451944e-9,3.397903346912639e-9,3.386063804451573e-9,3.3742655722043512e-9,3.3625085058136554e-9,3.3507924614274676e-9,3.339117295697297e-9,3.327482865776408e-9,3.315889029318073e-9,3.3043356444738066e-9,3.292822569891614e-9,3.2813496647143006e-9,3.2699167885776524e-9,3.2585238016087654e-9,3.2471705644243112e-9,3.2358569381288158e-9,3.224582784312948e-9,3.213347965051822e-9,3.2021523429032913e-9,3.190995780906257e-9,3.1798781425789853e-9,3.1687992919174253e-9,3.1577590933935266e-9,3.146757411953582e-9,3.1357941130165576e-9,3.1248690624724215e-9,3.113982126680546e-9,3.1031331724679844e-9,3.092322067127888e-9,3.0815486784178437e-9,3.0708128745582638e-9,3.0601145242307517e-9,3.0494534965764884e-9,3.038829661194619e-9,3.0282428881406503e-9,3.0176930479248523e-9,3.0071800115106545e-9,2.9967036503130694e-9,2.9862638361970993e-9,2.9758604414761634e-9,2.965493338910514e-9,2.9551624017057154e-9,2.9448675035110107e-9,2.9346085184178195e-9,2.924385320958169e-9,2.914197786103151e-9,2.904045789261385e-9,2.8939292062774843e-9,2.883847913430526e-9,2.873801787432524e-9,2.8637907054269206e-9,2.853814544987066e-9,2.843873184114714e-9,2.8339665012385193e-9,2.8240943752125437e-9,2.814256685314752e-9,2.8044533112455663e-9,2.7946841331263276e-9,2.7849490314978545e-9,2.775247887318969e-9,2.765580581965028e-9,2.755946997226464e-9,2.746347015307329e-9,2.736780518823846e-9,2.7272473908029647e-9,2.7177475146809182e-9,2.7082807743017937e-9,2.698847053916099e-9,2.689446238179336e-9,2.680078212150588e-9,2.670742861291091e-9,2.661440071462859e-9,2.6521697289272284e-9,2.6429317203434953e-9,2.6337259327675065e-9,2.6245522536502727e-9,2.615410570836586e-9,2.606300772563635e-9,2.597222747459628e-9,2.588176384542434e-9,2.579161573218201e-9,2.5701782032800074e-9,2.5612261649064997e-9,2.5523053486605427e-9,2.5434156454878718e-9,2.5345569467157454e-9,2.5257291440516415e-9,2.5169321295818694e-9,2.5081657957702797e-9,2.499430035456934e-9,2.4907247418567838e-9,2.482049808558355e-9,2.473405129522443e-9,2.4647905990808083e-9,2.456206111934869e-9,2.4476515631544134e-9,2.439126848176306e-9,2.430631862803199e-9,2.422166503202257e-9,2.413730665903868e-9,2.4053242478003756e-9,2.3969471461448346e-9,2.388599258549698e-9,2.3802804829855964e-9,2.3719907177800686e-9,2.363729861616313e-9,2.355497813531939e-9,2.347294472917733e-9,2.339119739516409e-9,2.3309735134213828e-9,2.3228556950755455e-9,2.3147661852700287e-9,2.306704885142995e-9,2.2986716961784165e-9,2.290666520204861e-9,2.2826892593942826e-9,2.274739816260846e-9,2.2668180936596834e-9,2.2589239947857234e-9,2.2510574231725015e-9,2.24321828269097e-9,2.2354064775483147e-9,2.2276219122867787e-9,2.2198644917824842e-9,2.212134121244273e-9,2.2044307062125253e-9,2.1967541525580126e-9,2.189104366480729e-9,2.1814812545087454e-9,2.173884723497057e-9,2.1663146806264275e-9,2.1587710334022855e-9,2.151253689653532e-9,2.143762557531445e-9,2.1362975455085377e-9,2.128858562377439e-9,2.1214455172497604e-9,2.114058319554993e-9,2.106696879039383e-9,2.0993611057648264e-9,2.092050910107762e-9,2.0847662027580704e-9,2.0775068947179733e-9,2.0702728973009446e-9,2.0630641221306124e-9,2.055880481139672e-9,2.0487218865688274e-9,2.041588250965672e-9,2.034479487183642e-9,2.027395508380934e-9,2.0203362280194418e-9,2.01330155986369e-9,2.0062914179797766e-9,1.999305716734312e-9,1.9923443707933725e-9,1.9854072951214426e-9,1.978494404980378e-9,1.9716056159283593e-9,1.964740843818855e-9,1.9579000047995877e-9,1.951083015311497e-9,1.9442897920877354e-9,1.937520252152612e-9,1.930774312820589e-9,1.924051891695268e-9,1.917352906668373e-9,1.9106772759187423e-9,1.9040249179113204e-9,1.8973957513961576e-9,1.8907896954074136e-9,1.8842066692623587e-9,1.877646592560382e-9,1.871109385182006e-9,1.8645949672879003e-9,1.8581032593179014e-9,1.8516341819900261e-9,1.8451876562995253e-9,1.838763603517873e-9,1.832361945191826e-9,1.825982603142449e-9,1.8196254994641614e-9,1.8132905565237715e-9,1.8069776969595293e-9,1.8006868436801711e-9,1.7944179198639759e-9,1.7881708489578166e-9,1.7819455546762243e-9,1.7757419610004478e-9,1.7695599921775205e-9,1.7633995727193288e-9,1.7572606274016796e-9,1.7511430812633992e-9,1.7450468596053752e-9,1.7389718879896663e-9,1.7329180922385772e-9,1.7268853984337484e-9,1.7208737329152514e-9,1.7148830222806778e-9,1.7089131933842428e-9,1.7029641733358824e-9,1.6970358895003627e-9,1.6911282694963796e-9,1.6852412411956778e-9,1.6793747327221612e-9,1.6735286724510015e-9,1.6677029890077872e-9,1.6618976112676058e-9,1.6561124683541983e-9,1.6503474896390787e-9,1.6446026047406681e-9,1.638877743523432e-9,1.633172836097014e-9,1.6274878128153823e-9,1.6218226042759699e-9,1.6161771413188253e-9,1.6105513550257608e-9,1.6049451767195073e-9,1.59935853796287e-9,1.593791370557886e-9,1.5882436065449853e-9,1.5827151782021744e-9,1.5772060180441732e-9,1.571716058821607e-9,1.5662452335201756e-9,1.56079347535983e-9,1.555360717793953e-9,1.54994689450854e-9,1.5445519394213871e-9,1.5391757866812764e-9,1.5338183706671701e-9,1.5284796259874013e-9,1.5231594874788769e-9,1.5178578902062675e-9,1.5125747694612211e-9,1.5073100607615547e-9,1.5020636998504867e-9,1.4968356226958175e-9,1.49162576548916e-9,1.4864340646451565e-9,1.4812604568006921e-9,1.4761048788141203e-9,1.4709672677644869e-9,1.4658475609507556e-9,1.4607456958910413e-9,1.4556616103218395e-9,1.450595242197263e-9,1.4455465296882814e-9,1.4405154111819598e-9,1.4355018252807036e-9,1.4305057108014983e-9,1.4255270067751804e-9,1.4205656524456571e-9,1.4156215872691794e-9,1.4106947509135963e-9,1.405785083257613e-9,1.4008925243900518e-9,1.3960170146091168e-9,1.3911584944216624e-9,1.3863169045424614e-9,1.381492185893477e-9,1.3766842796031383e-9,1.3718931270056184e-9,1.3671186696401105e-9,1.362360849250115e-9,1.3576196077827166e-9,1.352894887387891e-9,1.348186630417766e-9,1.3434947794259353e-9,1.338819277166744e-9,1.3341600665945904e-9,1.3295170908632232e-9,1.324890293325043e-9,1.3202796175304085e-9,1.3156850072269466e-9,1.3111064063588537e-9,1.3065437590662152e-9,1.3019970096843162e-9,1.2974661027429603e-9,1.2929509829657851e-9,1.2884515952695844e-9,1.2839678847636458e-9,1.2794997967490519e-9,1.2750472767180269e-9,1.2706102703532626e-9,1.2661887235272516e-9,1.261782582301623e-9,1.257391792926482e-9,1.2530163018397483e-9,1.2486560556664983e-9,1.2443110012183133e-9,1.2399810854926213e-9,1.2356662556720533e-9,1.2313664591237897e-9,1.2270816433989157e-9,1.2228117562317752e-9,1.2185567455393446e-9,1.2143165594205693e-9,1.2100911461557419e-9,1.2058804542058657e-9,1.201684432212021e-9,1.1975030289947341e-9,1.1933361935533517e-9,1.1891838750654118e-9,1.185046022886024e-9,1.1809225865472435e-9,1.1768135157574551e-9,1.172718760400757e-9,1.1686382705363408e-9,1.1645719963978847e-9,1.160519888392935e-9,1.1564818971023165e-9,1.152457973279498e-9,1.1484480678500079e-9,1.1444521319108268e-9,1.1404701167297878e-9,1.1365019737449773e-9,1.1325476545641407e-9,1.1286071109640888e-9,1.124680294890105e-9,1.1207671584553558e-9,1.1168676539403054e-9,1.112981733792127e-9,1.1091093506241222e-9,1.1052504572151385e-9,1.1014050065089859e-9,1.0975729516138762e-9,1.0937542458018232e-9,1.089948842508086e-9,1.0861566953305932e-9,1.0823777580293742e-9,1.0786119845259925e-9,1.0748593289029782e-9,1.0711197454032683e-9,1.0673931884296424e-9,1.0636796125441645e-9,1.059978972467626e-9,1.0562912230789895e-9,1.052616319414837e-9,1.0489542166688162e-9,1.0453048701910883e-9,1.0416682354877966e-9,1.038044268220495e-9,1.034432924205622e-9,1.0308341594139557e-9,1.02724792997007e-9,1.0236741921518007e-9,1.020112902389706e-9,1.0165640172665343e-9,1.0130274935166922e-9,1.0095032880257098e-9,1.0059913578297178e-9,1.0024916601149163e-9,9.990041522170513e-10,9.955287916208908e-10,9.92065535959702e-10,9.886143430147425e-10,9.85175170714725e-10,9.817479771353124e-10,9.783327204986017e-10,9.749293591726125e-10,9.715378516707746e-10,9.681581566514198e-10,9.647902329172771e-10,9.614340394149646e-10,9.580895352344873e-10,9.547566796087357e-10,9.514354319129857e-10,9.481257516644024e-10,9.448275985215385e-10,9.415409322838422e-10,9.382657128911745e-10,9.350019004232997e-10,9.317494550994066e-10,9.285083372776203e-10,9.252785074545152e-10,9.220599262646301e-10,9.188525544799859e-10,9.156563530096058e-10,9.124712828990339e-10,9.092973053298596e-10,9.061343816192406e-10,9.029824732194294e-10,8.998415417172995e-10,8.967115488338772e-10,8.935924564238648e-10,8.904842264751905e-10,8.8738682110852e-10,8.843002025768062e-10,8.812243332648231e-10,8.781591756887045e-10,8.751046924954862e-10,8.720608464626439e-10,8.690276004976424e-10,8.660049176374774e-10,8.629927610482224e-10,8.599910940245795e-10,8.569998799894274e-10,8.540190824933742e-10,8.510486652143102e-10,8.480885919569592e-10,8.451388266524484e-10,8.421993333578472e-10,8.392700762557383e-10,8.36351019653777e-10,8.334421279842529e-10,8.305433658036538e-10,8.276546977922322e-10,8.247760887535717e-10,8.219075036141563e-10,8.190489074229393e-10,8.162002653509168e-10,8.133615426906993e-10,8.105327048560872e-10,8.077137173816473e-10,8.049045459222859e-10,8.02105156252842e-10,7.993155142676479e-10,7.965355859801246e-10,7.937653375223625e-10,7.910047351447054e-10,7.882537452153372e-10,7.8551233421987e-10,7.827804687609344e-10,7.80058115557768e-10,7.773452414458097e-10,7.746418133762924e-10,7.719477984158381e-10,7.692631637460554e-10,7.665878766631353e-10,7.639219045774498e-10,7.61265215013162e-10,7.586177756078142e-10,7.559795541119387e-10,7.533505183886631e-10,7.50730636413315e-10,7.481198762730307e-10,7.455182061663628e-10,7.429255944028923e-10,7.403420094028381e-10,7.377674196966734e-10,7.352017939247366e-10,7.326451008368499e-10,7.300973092919345e-10,7.275583882576308e-10,7.250283068099147e-10,7.22507034132729e-10,7.199945395175906e-10,7.174907923632254e-10,7.149957621751897e-10,7.125094185654972e-10,7.100317312522469e-10,7.075626700592526e-10,7.051022049156713e-10,7.026503058556379e-10,7.002069430178952e-10,6.977720866454306e-10,6.953457070851095e-10,6.929277747873139e-10,6.905182603055799e-10,6.881171342962327e-10,6.857243675180411e-10,6.833399308318403e-10,6.809637952001875e-10,6.785959316870036e-10,6.762363114572171e-10,6.738849057764137e-10,6.715416860104817e-10,6.692066236252623e-10,6.668796901862012e-10,6.645608573579991e-10,6.622500969042648e-10,6.599473806871704e-10,6.576526806671053e-10,6.553659689023337e-10,6.530872175486509e-10,6.508163988590492e-10,6.485534851833666e-10,6.462984489679568e-10,6.44051262755348e-10,6.418118991839093e-10,6.395803309875137e-10,6.373565309952046e-10,6.351404721308636e-10,6.329321274128786e-10,6.307314699538136e-10,6.285384729600798e-10,6.263531097316058e-10,6.241753536615137e-10,6.220051782357905e-10,6.198425570329623e-10,6.176874637237806e-10,6.155398720708854e-10,6.133997559284932e-10,6.112670892420744e-10,6.091418460480355e-10,6.070240004733995e-10,6.049135267354903e-10,6.028103991416167e-10,6.007145920887586e-10,5.986260800632514e-10,5.965448376404769e-10,5.944708394845488e-10,5.924040603480049e-10,5.903444750714967e-10,5.882920585834801e-10,5.862467858999161e-10,5.842086321239535e-10,5.821775724456313e-10,5.801535821415733e-10,5.78136636574686e-10,5.761267111938565e-10,5.741237815336525e-10],"x":[3.0,3.0033986405437827,3.006797281087565,3.0101959216313476,3.01359456217513,3.0169932027189126,3.020391843262695,3.0237904838064775,3.0271891243502598,3.0305877648940425,3.0339864054378247,3.0373850459816074,3.0407836865253897,3.0441823270691724,3.0475809676129546,3.0509796081567373,3.05437824870052,3.0577768892443022,3.061175529788085,3.064574170331867,3.06797281087565,3.071371451419432,3.074770091963215,3.078168732506997,3.0815673730507798,3.084966013594562,3.0883646541383447,3.091763294682127,3.0951619352259097,3.098560575769692,3.1019592163134746,3.1053578568572573,3.1087564974010395,3.1121551379448222,3.1155537784886045,3.118952419032387,3.1223510595761694,3.125749700119952,3.1291483406637344,3.132546981207517,3.1359456217512993,3.139344262295082,3.1427429028388643,3.146141543382647,3.1495401839264296,3.152938824470212,3.1563374650139946,3.159736105557777,3.1631347461015595,3.166533386645342,3.1699320271891245,3.1733306677329067,3.1767293082766894,3.1801279488204717,3.1835265893642544,3.1869252299080366,3.1903238704518193,3.1937225109956016,3.1971211515393843,3.200519792083167,3.203918432626949,3.207317073170732,3.210715713714514,3.214114354258297,3.217512994802079,3.220911635345862,3.224310275889644,3.2277089164334267,3.231107556977209,3.2345061975209917,3.237904838064774,3.2413034786085566,3.244702119152339,3.2481007596961216,3.2514994002399042,3.2548980407836865,3.258296681327469,3.2616953218712514,3.265093962415034,3.2684926029588164,3.271891243502599,3.2752898840463813,3.278688524590164,3.2820871651339463,3.285485805677729,3.288884446221511,3.292283086765294,3.295681727309076,3.299080367852859,3.3024790083966415,3.305877648940424,3.3092762894842065,3.3126749300279887,3.3160735705717714,3.3194722111155537,3.3228708516593364,3.3262694922031186,3.3296681327469013,3.3330667732906836,3.3364654138344663,3.3398640543782485,3.343262694922031,3.3466613354658135,3.350059976009596,3.353458616553379,3.356857257097161,3.360255897640944,3.363654538184726,3.3670531787285087,3.370451819272291,3.3738504598160737,3.377249100359856,3.3806477409036386,3.384046381447421,3.3874450219912036,3.390843662534986,3.3942423030787685,3.3976409436225508,3.4010395841663335,3.404438224710116,3.4078368652538984,3.411235505797681,3.4146341463414633,3.418032786885246,3.4214314274290283,3.424830067972811,3.4282287085165932,3.431627349060376,3.435025989604158,3.438424630147941,3.441823270691723,3.445221911235506,3.4486205517792885,3.4520191923230708,3.4554178328668534,3.4588164734106357,3.4622151139544184,3.4656137544982006,3.4690123950419833,3.4724110355857656,3.4758096761295483,3.4792083166733305,3.482606957217113,3.4860055977608955,3.489404238304678,3.4928028788484604,3.496201519392243,3.499600159936026,3.502998800479808,3.5063974410235907,3.509796081567373,3.5131947221111557,3.516593362654938,3.5199920031987206,3.523390643742503,3.5267892842862856,3.530187924830068,3.5335865653738505,3.5369852059176328,3.5403838464614155,3.5437824870051977,3.5471811275489804,3.550579768092763,3.5539784086365453,3.557377049180328,3.5607756897241103,3.564174330267893,3.5675729708116752,3.570971611355458,3.57437025189924,3.577768892443023,3.581167532986805,3.584566173530588,3.58796481407437,3.5913634546181528,3.594762095161935,3.5981607357057177,3.6015593762495004,3.6049580167932826,3.6083566573370653,3.6117552978808476,3.6151539384246303,3.6185525789684125,3.6219512195121952,3.6253498600559775,3.62874850059976,3.6321471411435424,3.635545781687325,3.6389444222311074,3.64234306277489,3.6457417033186723,3.649140343862455,3.6525389844062377,3.65593762495002,3.6593362654938026,3.662734906037585,3.6661335465813676,3.66953218712515,3.6729308276689325,3.676329468212715,3.6797281087564975,3.6831267493002797,3.6865253898440624,3.6899240303878447,3.6933226709316274,3.69672131147541,3.7001199520191923,3.703518592562975,3.7069172331067572,3.71031587365054,3.713714514194322,3.717113154738105,3.720511795281887,3.72391043582567,3.727309076369452,3.7307077169132348,3.734106357457017,3.7375049980007997,3.740903638544582,3.7443022790883647,3.7477009196321474,3.7510995601759296,3.7544982007197123,3.7578968412634945,3.7612954818072772,3.7646941223510595,3.768092762894842,3.7714914034386244,3.774890043982407,3.7782886845261894,3.781687325069972,3.7850859656137543,3.788484606157537,3.7918832467013193,3.795281887245102,3.7986805277888847,3.802079168332667,3.8054778088764496,3.808876449420232,3.8122750899640145,3.815673730507797,3.8190723710515795,3.8224710115953617,3.8258696521391444,3.8292682926829267,3.8326669332267094,3.8360655737704916,3.8394642143142743,3.8428628548580566,3.8462614954018393,3.849660135945622,3.853058776489404,3.856457417033187,3.859856057576969,3.863254698120752,3.866653338664534,3.870051979208317,3.873450619752099,3.8768492602958817,3.880247900839664,3.8836465413834467,3.887045181927229,3.8904438224710116,3.893842463014794,3.8972411035585766,3.9006397441023593,3.9040383846461415,3.907437025189924,3.9108356657337064,3.914234306277489,3.9176329468212714,3.921031587365054,3.9244302279088363,3.927828868452619,3.9312275089964013,3.934626149540184,3.938024790083966,3.941423430627749,3.9448220711715316,3.948220711715314,3.9516193522590966,3.955017992802879,3.9584166333466615,3.9618152738904437,3.9652139144342264,3.9686125549780087,3.9720111955217914,3.9754098360655736,3.9788084766093563,3.9822071171531386,3.9856057576969213,3.9890043982407035,3.992403038784486,3.995801679328269,3.999200319872051,4.002598960415834,4.005997600959616,4.009396241503398,4.0127948820471815,4.016193522590964,4.019592163134746,4.022990803678528,4.026389444222311,4.029788084766094,4.033186725309876,4.036585365853658,4.039984006397441,4.0433826469412235,4.046781287485006,4.050179928028789,4.053578568572571,4.056977209116353,4.060375849660136,4.063774490203919,4.067173130747701,4.070571771291483,4.0739704118352655,4.077369052379049,4.080767692922831,4.084166333466613,4.087564974010395,4.090963614554179,4.094362255097961,4.097760895641743,4.101159536185526,4.1045581767293084,4.107956817273091,4.111355457816873,4.114754098360656,4.118152738904438,4.121551379448221,4.124950019992003,4.128348660535786,4.131747301079568,4.1351459416233505,4.138544582167133,4.141943222710916,4.145341863254698,4.14874050379848,4.1521391443422635,4.155537784886046,4.158936425429828,4.16233506597361,4.165733706517393,4.169132347061176,4.172530987604958,4.17592962814874,4.179328268692523,4.1827269092363055,4.186125549780088,4.18952419032387,4.192922830867653,4.196321471411435,4.199720111955218,4.203118752499001,4.206517393042783,4.209916033586565,4.2133146741303475,4.216713314674131,4.220111955217913,4.223510595761695,4.226909236305477,4.230307876849261,4.233706517393043,4.237105157936825,4.240503798480607,4.2439024390243905,4.247301079568173,4.250699720111955,4.254098360655738,4.25749700119952,4.260895641743303,4.264294282287085,4.267692922830868,4.27109156337465,4.2744902039184325,4.277888844462215,4.281287485005998,4.28468612554978,4.288084766093562,4.291483406637345,4.294882047181128,4.29828068772491,4.301679328268692,4.305077968812475,4.308476609356258,4.31187524990004,4.315273890443822,4.318672530987605,4.3220711715313875,4.32546981207517,4.328868452618952,4.332267093162735,4.335665733706517,4.3390643742503,4.342463014794083,4.345861655337865,4.349260295881647,4.35265893642543,4.356057576969213,4.359456217512995,4.362854858056777,4.3662534986005594,4.369652139144343,4.373050779688125,4.376449420231907,4.379848060775689,4.3832467013194725,4.386645341863255,4.390043982407037,4.39344262295082,4.396841263494602,4.400239904038385,4.403638544582167,4.40703718512595,4.410435825669732,4.4138344662135145,4.417233106757297,4.42063174730108,4.424030387844862,4.427429028388644,4.430827668932427,4.43422630947621,4.437624950019992,4.441023590563774,4.444422231107557,4.44782087165134,4.451219512195122,4.454618152738904,4.458016793282687,4.4614154338264695,4.464814074370252,4.468212714914034,4.471611355457817,4.475009996001599,4.478408636545382,4.481807277089164,4.485205917632947,4.488604558176729,4.492003198720512,4.495401839264295,4.498800479808077,4.502199120351859,4.5055977608956415,4.508996401439425,4.512395041983207,4.515793682526989,4.519192323070771,4.5225909636145545,4.525989604158337,4.529388244702119,4.532786885245901,4.536185525789684,4.539584166333467,4.542982806877249,4.546381447421032,4.549780087964814,4.5531787285085965,4.556577369052379,4.559976009596162,4.563374650139944,4.566773290683726,4.570171931227509,4.573570571771292,4.576969212315074,4.580367852858856,4.5837664934026385,4.587165133946422,4.590563774490204,4.593962415033986,4.597361055577769,4.600759696121552,4.604158336665334,4.607556977209116,4.610955617752899,4.614354258296681,4.617752898840464,4.621151539384246,4.624550179928029,4.627948820471811,4.631347461015594,4.634746101559376,4.638144742103159,4.641543382646941,4.6449420231907235,4.648340663734507,4.651739304278289,4.655137944822071,4.658536585365853,4.6619352259096365,4.665333866453419,4.668732506997201,4.672131147540983,4.675529788084766,4.678928428628549,4.682327069172331,4.685725709716113,4.689124350259896,4.6925229908036785,4.695921631347461,4.699320271891244,4.702718912435026,4.706117552978808,4.709516193522591,4.712914834066374,4.716313474610156,4.719712115153938,4.7231107556977205,4.726509396241504,4.729908036785286,4.733306677329068,4.73670531787285,4.740103958416634,4.743502598960416,4.746901239504198,4.750299880047981,4.7536985205917635,4.757097161135546,4.760495801679328,4.763894442223111,4.767293082766893,4.770691723310676,4.774090363854458,4.777489004398241,4.780887644942023,4.7842862854858055,4.787684926029588,4.791083566573371,4.794482207117153,4.797880847660935,4.8012794882047185,4.804678128748501,4.808076769292283,4.811475409836065,4.814874050379848,4.818272690923631,4.821671331467413,4.825069972011195,4.828468612554978,4.8318672530987605,4.835265893642543,4.838664534186325,4.842063174730108,4.84546181527389,4.848860455817673,4.852259096361456,4.855657736905238,4.85905637744902,4.8624550179928026,4.865853658536586,4.869252299080368,4.87265093962415,4.876049580167932,4.879448220711716,4.882846861255498,4.88624550179928,4.889644142343063,4.8930427828868455,4.896441423430628,4.89984006397441,4.903238704518193,4.906637345061975,4.910035985605758,4.91343462614954,4.916833266693323,4.920231907237105,4.9236305477808875,4.92702918832467,4.930427828868453,4.933826469412235,4.937225109956017,4.9406237504998005,4.944022391043583,4.947421031587365,4.950819672131147,4.95421831267493,4.957616953218713,4.961015593762495,4.964414234306277,4.96781287485006,4.9712115153938425,4.974610155937625,4.978008796481407,4.98140743702519,4.984806077568972,4.988204718112755,4.991603358656538,4.99500199920032,4.998400639744102,5.001799280287885,5.005197920831668,5.00859656137545,5.011995201919232,5.0153938424630145,5.018792483006798,5.02219112355058,5.025589764094362,5.028988404638144,5.0323870451819275,5.03578568572571,5.039184326269492,5.042582966813275,5.045981607357057,5.04938024790084,5.052778888444622,5.056177528988405,5.059576169532187,5.0629748100759695,5.066373450619752,5.069772091163535,5.073170731707317,5.076569372251099,5.079968012794882,5.083366653338665,5.086765293882447,5.090163934426229,5.093562574970012,5.096961215513795,5.100359856057577,5.103758496601359,5.107157137145142,5.1105557776889246,5.113954418232707,5.117353058776489,5.120751699320272,5.124150339864054,5.127548980407837,5.130947620951619,5.134346261495402,5.137744902039184,5.141143542582967,5.14454218312675,5.147940823670532,5.151339464214314,5.1547381047580965,5.15813674530188,5.161535385845662,5.164934026389444,5.168332666933226,5.1717313074770095,5.175129948020792,5.178528588564574,5.181927229108356,5.185325869652139,5.188724510195922,5.192123150739704,5.195521791283487,5.198920431827269,5.2023190723710515,5.205717712914834,5.209116353458617,5.212514994002399,5.215913634546181,5.219312275089964,5.222710915633747,5.226109556177529,5.229508196721311,5.2329068372650935,5.236305477808877,5.239704118352659,5.243102758896441,5.246501399440224,5.249900039984007,5.253298680527789,5.256697321071571,5.260095961615354,5.2634946021591364,5.266893242702919,5.270291883246701,5.273690523790484,5.277089164334266,5.280487804878049,5.283886445421831,5.287285085965614,5.290683726509396,5.2940823670531785,5.297481007596962,5.300879648140744,5.304278288684526,5.307676929228308,5.3110755697720915,5.314474210315874,5.317872850859656,5.321271491403438,5.324670131947221,5.328068772491004,5.331467413034786,5.334866053578568,5.338264694122351,5.3416633346661335,5.345061975209916,5.348460615753699,5.351859256297481,5.355257896841263,5.358656537385046,5.362055177928829,5.365453818472611,5.368852459016393,5.3722510995601755,5.375649740103959,5.379048380647741,5.382447021191523,5.385845661735305,5.389244302279089,5.392642942822871,5.396041583366653,5.399440223910436,5.4028388644542185,5.406237504998001,5.409636145541783,5.413034786085566,5.416433426629348,5.419832067173131,5.423230707716913,5.426629348260696,5.430027988804478,5.4334266293482605,5.436825269892044,5.440223910435826,5.443622550979608,5.44702119152339,5.4504198320671735,5.453818472610956,5.457217113154738,5.46061575369852,5.464014394242303,5.467413034786086,5.470811675329868,5.47421031587365,5.477608956417433,5.4810075969612155,5.484406237504998,5.487804878048781,5.491203518592563,5.494602159136345,5.498000799680128,5.501399440223911,5.504798080767693,5.508196721311475,5.511595361855258,5.514994002399041,5.518392642942823,5.521791283486605,5.5251899240303874,5.528588564574171,5.531987205117953,5.535385845661735,5.538784486205518,5.5421831267493005,5.545581767293083,5.548980407836865,5.552379048380648,5.55577768892443,5.559176329468213,5.562574970011995,5.565973610555778,5.56937225109956,5.5727708916433425,5.576169532187125,5.579568172730908,5.58296681327469,5.586365453818472,5.5897640943622555,5.593162734906038,5.59656137544982,5.599960015993602,5.603358656537385,5.606757297081168,5.61015593762495,5.613554578168732,5.616953218712515,5.6203518592562975,5.62375049980008,5.627149140343862,5.630547780887645,5.633946421431427,5.63734506197521,5.640743702518993,5.644142343062775,5.647540983606557,5.65093962415034,5.654338264694123,5.657736905237905,5.661135545781687,5.6645341863254695,5.667932826869253,5.671331467413035,5.674730107956817,5.678128748500599,5.6815273890443825,5.684926029588165,5.688324670131947,5.69172331067573,5.695121951219512,5.698520591763295,5.701919232307077,5.70531787285086,5.708716513394642,5.7121151539384245,5.715513794482207,5.71891243502599,5.722311075569772,5.725709716113554,5.729108356657337,5.73250699720112,5.735905637744902,5.739304278288684,5.742702918832467,5.74610155937625,5.749500199920032,5.752898840463814,5.756297481007597,5.7596961215513796,5.763094762095162,5.766493402638944,5.769892043182727,5.773290683726509,5.776689324270292,5.780087964814074,5.783486605357857,5.786885245901639,5.790283886445422,5.793682526989205,5.797081167532987,5.800479808076769,5.8038784486205515,5.807277089164335,5.810675729708117,5.814074370251899,5.817473010795681,5.8208716513394645,5.824270291883247,5.827668932427029,5.831067572970811,5.834466213514594,5.837864854058377,5.841263494602159,5.844662135145942,5.848060775689724,5.8514594162335065,5.854858056777289,5.858256697321072,5.861655337864854,5.865053978408636,5.868452618952419,5.871851259496202,5.875249900039984,5.878648540583766,5.8820471811275485,5.885445821671332,5.888844462215114,5.892243102758896,5.895641743302679,5.899040383846462,5.902439024390244,5.905837664934026,5.909236305477809,5.9126349460215915,5.916033586565374,5.919432227109156,5.922830867652939,5.926229508196721,5.929628148740504,5.933026789284287,5.936425429828069,5.939824070371851,5.9432227109156335,5.946621351459417,5.950019992003199,5.953418632546981,5.956817273090763,5.9602159136345465,5.963614554178329,5.967013194722111,5.970411835265893,5.973810475809676,5.977209116353459,5.980607756897241,5.984006397441024,5.987405037984806,5.9908036785285885,5.994202319072371,5.997600959616154,6.000999600159936,6.004398240703718,6.007796881247501,6.011195521791284,6.014594162335066,6.017992802878848,6.0213914434226306,6.024790083966414,6.028188724510196,6.031587365053978,6.034986005597761,6.038384646141544,6.041783286685326,6.045181927229108,6.048580567772891,6.0519792083166735,6.055377848860456,6.058776489404238,6.062175129948021,6.065573770491803,6.068972411035586,6.072371051579368,6.075769692123151,6.079168332666933,6.0825669732107155,6.085965613754499,6.089364254298281,6.092762894842063,6.096161535385845,6.0995601759296285,6.102958816473411,6.106357457017193,6.109756097560975,6.113154738104758,6.116553378648541,6.119952019192323,6.123350659736105,6.126749300279888,6.1301479408236705,6.133546581367453,6.136945221911236,6.140343862455018,6.1437425029988,6.147141143542583,6.150539784086366,6.153938424630148,6.15733706517393,6.160735705717713,6.164134346261496,6.167532986805278,6.17093162734906,6.1743302678928424,6.177728908436626,6.181127548980408,6.18452618952419,6.187924830067973,6.1913234706117555,6.194722111155538,6.19812075169932,6.201519392243103,6.204918032786885,6.208316673330668,6.21171531387445,6.215113954418233,6.218512594962015,6.2219112355057975,6.22530987604958,6.228708516593363,6.232107157137145,6.235505797680927,6.2389044382247105,6.242303078768493,6.245701719312275,6.249100359856057,6.25249900039984,6.255897640943623,6.259296281487405,6.262694922031187,6.26609356257497,6.2694922031187525,6.272890843662535,6.276289484206317,6.2796881247501,6.283086765293882,6.286485405837665,6.289884046381448,6.29328268692523,6.296681327469012,6.300079968012795,6.303478608556578,6.30687724910036,6.310275889644142,6.3136745301879245,6.317073170731708,6.32047181127549,6.323870451819272,6.327269092363054,6.3306677329068375,6.33406637345062,6.337465013994402,6.340863654538185,6.344262295081967,6.34766093562575,6.351059576169532,6.354458216713315,6.357856857257097,6.3612554978008795,6.364654138344662,6.368052778888445,6.371451419432227,6.374850059976009,6.378248700519792,6.381647341063575,6.385045981607357,6.388444622151139,6.391843262694922,6.395241903238705,6.398640543782487,6.402039184326269,6.405437824870052,6.408836465413835,6.412235105957617,6.415633746501399,6.419032387045182,6.4224310275889644,6.425829668132747,6.429228308676529,6.432626949220312,6.436025589764094,6.439424230307877,6.44282287085166,6.446221511395442,6.449620151939224,6.4530187924830065,6.45641743302679,6.459816073570572,6.463214714114354,6.466613354658136,6.4700119952019195,6.473410635745702,6.476809276289484,6.480207916833267,6.483606557377049,6.487005197920832,6.490403838464614,6.493802479008397,6.497201119552179,6.5005997600959615,6.503998400639744,6.507397041183527,6.510795681727309,6.514194322271091,6.517592962814874,6.520991603358657,6.524390243902439,6.527788884446221,6.531187524990004,6.534586165533787,6.537984806077569,6.541383446621351,6.544782087165134,6.548180727708917,6.551579368252699,6.554978008796481,6.558376649340264,6.5617752898840465,6.565173930427829,6.568572570971611,6.571971211515394,6.575369852059176,6.578768492602959,6.582167133146742,6.585565773690524,6.588964414234306,6.5923630547780885,6.595761695321872,6.599160335865654,6.602558976409436,6.605957616953218,6.6093562574970015,6.612754898040784,6.616153538584566,6.619552179128348,6.622950819672131,6.626349460215914,6.629748100759696,6.633146741303479,6.636545381847261,6.6399440223910435,6.643342662934826,6.646741303478609,6.650139944022391,6.653538584566173,6.656937225109956,6.660335865653739,6.663734506197521,6.667133146741303,6.670531787285086,6.673930427828869,6.677329068372651,6.680727708916433,6.684126349460216,6.687524990003999,6.690923630547781,6.694322271091563,6.697720911635346,6.7011195521791285,6.704518192722911,6.707916833266693,6.711315473810476,6.714714114354258,6.718112754898041,6.721511395441823,6.724910035985606,6.728308676529388,6.7317073170731705,6.735105957616954,6.738504598160736,6.741903238704518,6.7453018792483,6.7487005197920835,6.752099160335866,6.755497800879648,6.75889644142343,6.762295081967213,6.765693722510996,6.769092363054778,6.77249100359856,6.775889644142343,6.7792882846861255,6.782686925229908,6.786085565773691,6.789484206317473,6.792882846861255,6.796281487405038,6.799680127948821,6.803078768492603,6.806477409036385,6.809876049580168,6.813274690123951,6.816673330667733,6.820071971211515,6.8234706117552975,6.826869252299081,6.830267892842863,6.833666533386645,6.837065173930428,6.8404638144742105,6.843862455017993,6.847261095561775,6.850659736105558,6.85405837664934,6.857457017193123,6.860855657736905,6.864254298280688,6.86765293882447,6.8710515793682525,6.874450219912035,6.877848860455818,6.8812475009996,6.884646141543382,6.8880447820871655,6.891443422630948,6.89484206317473,6.898240703718512,6.901639344262295,6.905037984806078,6.90843662534986,6.911835265893642,6.915233906437425,6.9186325469812076,6.92203118752499,6.925429828068772,6.928828468612555,6.932227109156337,6.93562574970012,6.939024390243903,6.942423030787685,6.945821671331467,6.94922031187525,6.952618952419033,6.956017592962815,6.959416233506597,6.9628148740503795,6.966213514594163,6.969612155137945,6.973010795681727,6.976409436225509,6.9798080767692925,6.983206717313075,6.986605357856857,6.99000399840064,6.993402638944422,6.996801279488205,7.000199920031987,7.00359856057577,7.006997201119552,7.0103958416633345,7.013794482207117,7.0171931227509,7.020591763294682,7.023990403838464,7.0273890443822475,7.03078768492603,7.034186325469812,7.037584966013594,7.040983606557377,7.04438224710116,7.047780887644942,7.051179528188724,7.054578168732507,7.05797680927629,7.061375449820072,7.064774090363854,7.068172730907637,7.0715713714514195,7.074970011995202,7.078368652538985,7.081767293082767,7.085165933626549,7.088564574170332,7.091963214714115,7.095361855257897,7.098760495801679,7.1021591363454615,7.105557776889245,7.108956417433027,7.112355057976809,7.115753698520591,7.1191523390643745,7.122550979608157,7.125949620151939,7.129348260695722,7.132746901239504,7.136145541783287,7.139544182327069,7.142942822870852,7.146341463414634,7.1497401039584165,7.153138744502199,7.156537385045982,7.159936025589764,7.163334666133546,7.166733306677329,7.170131947221112,7.173530587764894,7.176929228308676,7.180327868852459,7.183726509396242,7.187125149940024,7.190523790483806,7.193922431027589,7.197321071571372,7.200719712115154,7.204118352658936,7.207516993202719,7.2109156337465015,7.214314274290284,7.217712914834066,7.221111555377849,7.224510195921631,7.227908836465414,7.231307477009197,7.234706117552979,7.238104758096761,7.2415033986405435,7.244902039184327,7.248300679728109,7.251699320271891,7.255097960815673,7.2584966013594565,7.261895241903239,7.265293882447021,7.268692522990803,7.272091163534586,7.275489804078369,7.278888444622151,7.282287085165934,7.285685725709716,7.2890843662534985,7.292483006797281,7.295881647341064,7.299280287884846,7.302678928428628,7.306077568972411,7.309476209516194,7.312874850059976,7.316273490603758,7.319672131147541,7.323070771691324,7.326469412235106,7.329868052778888,7.333266693322671,7.336665333866454,7.340063974410236,7.343462614954018,7.346861255497801,7.3502598960415835,7.353658536585366,7.357057177129148,7.360455817672931,7.363854458216713,7.367253098760496,7.370651739304278,7.374050379848061,7.377449020391843,7.3808476609356255,7.384246301479409,7.387644942023191,7.391043582566973,7.394442223110755,7.3978408636545385,7.401239504198321,7.404638144742103,7.408036785285885,7.411435425829668,7.414834066373451,7.418232706917233,7.421631347461015,7.425029988004798,7.4284286285485805,7.431827269092363,7.435225909636146,7.438624550179928,7.44202319072371,7.445421831267493,7.448820471811276,7.452219112355058,7.45561775289884,7.459016393442623,7.462415033986406,7.465813674530188,7.46921231507397,7.4726109556177525,7.476009596161536,7.479408236705318,7.4828068772491,7.486205517792883,7.4896041583366655,7.493002798880448,7.49640143942423,7.499800079968013,7.503198720511795,7.506597361055578,7.50999600159936,7.513394642143143,7.516793282686925,7.5201919232307075,7.523590563774491,7.526989204318273,7.530387844862055,7.533786485405837,7.5371851259496205,7.540583766493403,7.543982407037185,7.547381047580967,7.55077968812475,7.554178328668533,7.557576969212315,7.560975609756097,7.56437425029988,7.567772890843663,7.571171531387445,7.574570171931228,7.57796881247501,7.5813674530187924,7.584766093562575,7.588164734106358,7.59156337465014,7.594962015193922,7.598360655737705,7.601759296281488,7.60515793682527,7.608556577369052,7.6119552179128345,7.615353858456618,7.6187524990004,7.622151139544182,7.625549780087965,7.6289484206317475,7.63234706117553,7.635745701719312,7.639144342263095,7.642542982806877,7.64594162335066,7.649340263894442,7.652738904438225,7.656137544982007,7.6595361855257895,7.662934826069572,7.666333466613355,7.669732107157137,7.673130747700919,7.6765293882447025,7.679928028788485,7.683326669332267,7.686725309876049,7.690123950419832,7.693522590963615,7.696921231507397,7.700319872051179,7.703718512594962,7.707117153138745,7.710515793682527,7.713914434226309,7.717313074770092,7.7207117153138745,7.724110355857657,7.72750899640144,7.730907636945222,7.734306277489004,7.737704918032787,7.74110355857657,7.744502199120352,7.747900839664134,7.7512994802079165,7.7546981207517,7.758096761295482,7.761495401839264,7.764894042383046,7.7682926829268295,7.771691323470612,7.775089964014394,7.778488604558177,7.781887245101959,7.785285885645742,7.788684526189524,7.792083166733307,7.795481807277089,7.7988804478208715,7.802279088364654,7.805677728908437,7.809076369452219,7.812475009996001,7.815873650539784,7.819272291083567,7.822670931627349,7.826069572171131,7.829468212714914,7.832866853258697,7.836265493802479,7.839664134346261,7.843062774890044,7.846461415433827,7.849860055977609,7.853258696521391,7.856657337065174,7.8600559776089565,7.863454618152739,7.866853258696521,7.870251899240304,7.873650539784086,7.877049180327869,7.880447820871652,7.883846461415434,7.887245101959216,7.8906437425029985,7.894042383046782,7.897441023590564,7.900839664134346,7.904238304678128,7.9076369452219115,7.911035585765694,7.914434226309476,7.917832866853258,7.921231507397041,7.924630147940824,7.928028788484606,7.931427429028389,7.934826069572171,7.9382247101159535,7.941623350659736,7.945021991203519,7.948420631747301,7.951819272291083,7.955217912834866,7.958616553378649,7.962015193922431,7.965413834466213,7.968812475009996,7.972211115553779,7.975609756097561,7.979008396641343,7.982407037185126,7.985805677728909,7.989204318272691,7.992602958816473,7.996001599360256,7.9994002399040385,8.002798880447822,8.006197520991604,8.009596161535386,8.012994802079168,8.01639344262295,8.019792083166733,8.023190723710515,8.0265893642543,8.029988004798081,8.033386645341864,8.036785285885646,8.040183926429428,8.04358256697321,8.046981207516993,8.050379848060775,8.053778488604559,8.057177129148341,8.060575769692123,8.063974410235906,8.067373050779688,8.07077169132347,8.074170331867252,8.077568972411036,8.080967612954819,8.084366253498601,8.087764894042383,8.091163534586165,8.094562175129948,8.09796081567373,8.101359456217512,8.104758096761296,8.108156737305078,8.11155537784886,8.114954018392643,8.118352658936425,8.121751299480207,8.12514994002399,8.128548580567774,8.131947221111556,8.135345861655338,8.13874450219912,8.142143142742903,8.145541783286685,8.148940423830467,8.15233906437425,8.155737704918034,8.159136345461816,8.162534986005598,8.16593362654938,8.169332267093163,8.172730907636945,8.176129548180727,8.179528188724511,8.182926829268293,8.186325469812076,8.189724110355858,8.19312275089964,8.196521391443422,8.199920031987205,8.203318672530987,8.20671731307477,8.210115953618553,8.213514594162335,8.216913234706118,8.2203118752499,8.223710515793682,8.227109156337464,8.230507796881248,8.23390643742503,8.237305077968813,8.240703718512595,8.244102359056377,8.24750099960016,8.250899640143942,8.254298280687724,8.257696921231508,8.26109556177529,8.264494202319073,8.267892842862855,8.271291483406637,8.27469012395042,8.278088764494202,8.281487405037986,8.284886045581768,8.28828468612555,8.291683326669332,8.295081967213115,8.298480607756897,8.30187924830068,8.305277888844461,8.308676529388245,8.312075169932028,8.31547381047581,8.318872451019592,8.322271091563374,8.325669732107157,8.329068372650939,8.332467013194723,8.335865653738505,8.339264294282287,8.34266293482607,8.346061575369852,8.349460215913634,8.352858856457416,8.356257497001199,8.359656137544983,8.363054778088765,8.366453418632547,8.36985205917633,8.373250699720112,8.376649340263894,8.380047980807676,8.38344662135146,8.386845261895242,8.390243902439025,8.393642542982807,8.39704118352659,8.400439824070371,8.403838464614154,8.407237105157936,8.41063574570172,8.414034386245502,8.417433026789285,8.420831667333067,8.424230307876849,8.427628948420631,8.431027588964414,8.434426229508198,8.43782487005198,8.441223510595762,8.444622151139544,8.448020791683327,8.451419432227109,8.454818072770891,8.458216713314673,8.461615353858457,8.46501399440224,8.468412634946022,8.471811275489804,8.475209916033586,8.478608556577369,8.48200719712115,8.485405837664935,8.488804478208717,8.4922031187525,8.495601759296282,8.499000399840064,8.502399040383846,8.505797680927628,8.50919632147141,8.512594962015195,8.515993602558977,8.519392243102759,8.522790883646541,8.526189524190324,8.529588164734106,8.532986805277888,8.536385445821672,8.539784086365454,8.543182726909237,8.546581367453019,8.549980007996801,8.553378648540583,8.556777289084366,8.560175929628148,8.563574570171932,8.566973210715714,8.570371851259496,8.573770491803279,8.577169132347061,8.580567772890843,8.583966413434625,8.58736505397841,8.590763694522192,8.594162335065974,8.597560975609756,8.600959616153538,8.60435825669732,8.607756897241103,8.611155537784885,8.61455417832867,8.617952818872451,8.621351459416234,8.624750099960016,8.628148740503798,8.63154738104758,8.634946021591363,8.638344662135147,8.641743302678929,8.645141943222711,8.648540583766493,8.651939224310276,8.655337864854058,8.65873650539784,8.662135145941622,8.665533786485407,8.668932427029189,8.672331067572971,8.675729708116753,8.679128348660536,8.682526989204318,8.6859256297481,8.689324270291884,8.692722910835666,8.696121551379449,8.69952019192323,8.702918832467013,8.706317473010795,8.709716113554578,8.71311475409836,8.716513394642144,8.719912035185926,8.723310675729708,8.72670931627349,8.730107956817273,8.733506597361055,8.736905237904837,8.740303878448621,8.743702518992404,8.747101159536186,8.750499800079968,8.75389844062375,8.757297081167533,8.760695721711315,8.764094362255097,8.767493002798881,8.770891643342663,8.774290283886446,8.777688924430228,8.78108756497401,8.784486205517792,8.787884846061575,8.791283486605359,8.79468212714914,8.798080767692923,8.801479408236705,8.804878048780488,8.80827668932427,8.811675329868052,8.815073970411834,8.818472610955618,8.8218712514994,8.825269892043183,8.828668532586965,8.832067173130747,8.83546581367453,8.838864454218312,8.842263094762096,8.845661735305878,8.84906037584966,8.852459016393443,8.855857656937225,8.859256297481007,8.86265493802479,8.866053578568573,8.869452219112356,8.872850859656138,8.87624950019992,8.879648140743702,8.883046781287485,8.886445421831267,8.88984406237505,8.893242702918833,8.896641343462615,8.900039984006398,8.90343862455018,8.906837265093962,8.910235905637744,8.913634546181527,8.91703318672531,8.920431827269093,8.923830467812875,8.927229108356658,8.93062774890044,8.934026389444222,8.937425029988004,8.940823670531787,8.94422231107557,8.947620951619353,8.951019592163135,8.954418232706917,8.9578168732507,8.961215513794482,8.964614154338264,8.968012794882048,8.97141143542583,8.974810075969613,8.978208716513395,8.981607357057177,8.98500599760096,8.988404638144742,8.991803278688524,8.995201919232308,8.99860055977609,9.001999200319872,9.005397840863655,9.008796481407437,9.012195121951219,9.015593762495001,9.018992403038785,9.022391043582568,9.02578968412635,9.029188324670132,9.032586965213914,9.035985605757697,9.039384246301479,9.042782886845261,9.046181527389045,9.049580167932827,9.05297880847661,9.056377449020392,9.059776089564174,9.063174730107956,9.066573370651739,9.069972011195523,9.073370651739305,9.076769292283087,9.08016793282687,9.083566573370652,9.086965213914434,9.090363854458216,9.093762495001998,9.097161135545782,9.100559776089565,9.103958416633347,9.10735705717713,9.110755697720911,9.114154338264694,9.117552978808476,9.12095161935226,9.124350259896042,9.127748900439824,9.131147540983607,9.134546181527389,9.137944822071171,9.141343462614953,9.144742103158736,9.14814074370252,9.151539384246302,9.154938024790084,9.158336665333866,9.161735305877649,9.165133946421431,9.168532586965213,9.171931227508997,9.17532986805278,9.178728508596562,9.182127149140344,9.185525789684126,9.188924430227909,9.19232307077169,9.195721711315473,9.199120351859257,9.20251899240304,9.205917632946822,9.209316273490604,9.212714914034386,9.216113554578168,9.21951219512195,9.222910835665735,9.226309476209517,9.229708116753299,9.233106757297081,9.236505397840864,9.239904038384646,9.243302678928428,9.24670131947221,9.250099960015994,9.253498600559777,9.256897241103559,9.260295881647341,9.263694522191123,9.267093162734906,9.270491803278688,9.273890443822472,9.277289084366254,9.280687724910036,9.284086365453819,9.2874850059976,9.290883646541383,9.294282287085165,9.297680927628948,9.301079568172732,9.304478208716514,9.307876849260296,9.311275489804078,9.31467413034786,9.318072770891643,9.321471411435425,9.32487005197921,9.328268692522991,9.331667333066774,9.335065973610556,9.338464614154338,9.34186325469812,9.345261895241903,9.348660535785685,9.352059176329469,9.355457816873251,9.358856457417033,9.362255097960816,9.365653738504598,9.36905237904838,9.372451019592162,9.375849660135946,9.379248300679729,9.382646941223511,9.386045581767293,9.389444222311075,9.392842862854858,9.39624150339864,9.399640143942422,9.403038784486206,9.406437425029988,9.40983606557377,9.413234706117553,9.416633346661335,9.420031987205117,9.4234306277489,9.426829268292684,9.430227908836466,9.433626549380248,9.43702518992403,9.440423830467813,9.443822471011595,9.447221111555377,9.45061975209916,9.454018392642944,9.457417033186726,9.460815673730508,9.46421431427429,9.467612954818073,9.471011595361855,9.474410235905637,9.477808876449421,9.481207516993203,9.484606157536986,9.488004798080768,9.49140343862455,9.494802079168332,9.498200719712115,9.501599360255897,9.50499800079968,9.508396641343463,9.511795281887245,9.515193922431028,9.51859256297481,9.521991203518592,9.525389844062374,9.528788484606158,9.53218712514994,9.535585765693723,9.538984406237505,9.542383046781287,9.54578168732507,9.549180327868852,9.552578968412634,9.555977608956418,9.5593762495002,9.562774890043983,9.566173530587765,9.569572171131547,9.57297081167533,9.576369452219112,9.579768092762896,9.583166733306678,9.58656537385046,9.589964014394242,9.593362654938025,9.596761295481807,9.60015993602559,9.603558576569371,9.606957217113155,9.610355857656938,9.61375449820072,9.617153138744502,9.620551779288284,9.623950419832067,9.627349060375849,9.630747700919633,9.634146341463415,9.637544982007197,9.64094362255098,9.644342263094762,9.647740903638544,9.651139544182326,9.654538184726109,9.657936825269893,9.661335465813675,9.664734106357457,9.66813274690124,9.671531387445022,9.674930027988804,9.678328668532586,9.68172730907637,9.685125949620152,9.688524590163935,9.691923230707717,9.6953218712515,9.698720511795281,9.702119152339064,9.705517792882846,9.70891643342663,9.712315073970412,9.715713714514195,9.719112355057977,9.722510995601759,9.725909636145541,9.729308276689324,9.732706917233108,9.73610555777689,9.739504198320672,9.742902838864454,9.746301479408237,9.749700119952019,9.753098760495801,9.756497401039583,9.759896041583367,9.76329468212715,9.766693322670932,9.770091963214714,9.773490603758496,9.776889244302279,9.78028788484606,9.783686525389845,9.787085165933627,9.79048380647741,9.793882447021192,9.797281087564974,9.800679728108756,9.804078368652538,9.80747700919632,9.810875649740105,9.814274290283887,9.81767293082767,9.821071571371451,9.824470211915234,9.827868852459016,9.831267493002798,9.834666133546582,9.838064774090364,9.841463414634147,9.844862055177929,9.848260695721711,9.851659336265493,9.855057976809276,9.858456617353058,9.861855257896842,9.865253898440624,9.868652538984406,9.872051179528189,9.875449820071971,9.878848460615753,9.882247101159535,9.88564574170332,9.889044382247102,9.892443022790884,9.895841663334666,9.899240303878448,9.90263894442223,9.906037584966013,9.909436225509797,9.91283486605358,9.916233506597361,9.919632147141144,9.923030787684926,9.926429428228708,9.92982806877249,9.933226709316273,9.936625349860057,9.940023990403839,9.943422630947621,9.946821271491403,9.950219912035186,9.953618552578968,9.95701719312275,9.960415833666534,9.963814474210317,9.967213114754099,9.970611755297881,9.974010395841663,9.977409036385446,9.980807676929228,9.98420631747301,9.987604958016794,9.991003598560576,9.994402239104359,9.99780087964814,10.001199520191923,10.004598160735705,10.007996801279488,10.011395441823272,10.014794082367054,10.018192722910836,10.021591363454618,10.0249900039984,10.028388644542183,10.031787285085965,10.035185925629747,10.038584566173531,10.041983206717314,10.045381847261096,10.048780487804878,10.05217912834866,10.055577768892443,10.058976409436225,10.062375049980009,10.065773690523791,10.069172331067573,10.072570971611356,10.075969612155138,10.07936825269892,10.082766893242702,10.086165533786485,10.089564174330269,10.092962814874051,10.096361455417833,10.099760095961615,10.103158736505398,10.10655737704918,10.109956017592962,10.113354658136746,10.116753298680528,10.12015193922431,10.123550579768093,10.126949220311875,10.130347860855657,10.13374650139944,10.137145141943222,10.140543782487006,10.143942423030788,10.14734106357457,10.150739704118353,10.154138344662135,10.157536985205917,10.1609356257497,10.164334266293483,10.167732906837266,10.171131547381048,10.17453018792483,10.177928828468612,10.181327469012395,10.184726109556177,10.18812475009996,10.191523390643743,10.194922031187525,10.198320671731308,10.20171931227509,10.205117952818872,10.208516593362654,10.211915233906437,10.21531387445022,10.218712514994003,10.222111155537785,10.225509796081568,10.22890843662535,10.232307077169132,10.235705717712914,10.239104358256697,10.24250299880048,10.245901639344263,10.249300279888045,10.252698920431827,10.25609756097561,10.259496201519392,10.262894842063174,10.266293482606958,10.26969212315074,10.273090763694523,10.276489404238305,10.279888044782087,10.28328668532587,10.286685325869652,10.290083966413434,10.293482606957218,10.296881247501,10.300279888044782,10.303678528588565,10.307077169132347,10.310475809676129,10.313874450219911,10.317273090763695,10.320671731307478,10.32407037185126,10.327469012395042,10.330867652938824,10.334266293482607,10.337664934026389,10.341063574570171,10.344462215113955,10.347860855657737,10.35125949620152,10.354658136745302,10.358056777289084,10.361455417832866,10.364854058376649,10.368252698920433,10.371651339464215,10.375049980007997,10.37844862055178,10.381847261095562,10.385245901639344,10.388644542183126,10.392043182726908,10.395441823270692,10.398840463814475,10.402239104358257,10.40563774490204,10.409036385445821,10.412435025989604,10.415833666533386,10.41923230707717,10.422630947620952,10.426029588164734,10.429428228708517,10.432826869252299,10.436225509796081,10.439624150339863,10.443022790883646,10.44642143142743,10.449820071971212,10.453218712514994,10.456617353058776,10.460015993602559,10.463414634146341,10.466813274690123,10.470211915233907,10.47361055577769,10.477009196321472,10.480407836865254,10.483806477409036,10.487205117952819,10.4906037584966,10.494002399040383,10.497401039584167,10.50079968012795,10.504198320671732,10.507596961215514,10.510995601759296,10.514394242303078,10.51779288284686,10.521191523390645,10.524590163934427,10.527988804478209,10.531387445021991,10.534786085565774,10.538184726109556,10.541583366653338,10.54498200719712,10.548380647740904,10.551779288284687,10.555177928828469,10.558576569372251,10.561975209916033,10.565373850459816,10.568772491003598,10.572171131547382,10.575569772091164,10.578968412634946,10.582367053178729,10.58576569372251,10.589164334266293,10.592562974810075,10.595961615353858,10.599360255897642,10.602758896441424,10.606157536985206,10.609556177528988,10.61295481807277,10.616353458616553,10.619752099160335,10.62315073970412,10.626549380247901,10.629948020791684,10.633346661335466,10.636745301879248,10.64014394242303,10.643542582966813,10.646941223510595,10.650339864054379,10.653738504598161,10.657137145141943,10.660535785685726,10.663934426229508,10.66733306677329,10.670731707317072,10.674130347860856,10.677528988404639,10.680927628948421,10.684326269492203,10.687724910035985,10.691123550579768,10.69452219112355,10.697920831667332,10.701319472211116,10.704718112754898,10.70811675329868,10.711515393842463,10.714914034386245,10.718312674930027,10.72171131547381,10.725109956017594,10.728508596561376,10.731907237105158,10.73530587764894,10.738704518192723,10.742103158736505,10.745501799280287,10.74890043982407,10.752299080367854,10.755697720911636,10.759096361455418,10.7624950019992,10.765893642542983,10.769292283086765,10.772690923630547,10.776089564174331,10.779488204718113,10.782886845261896,10.786285485805678,10.78968412634946,10.793082766893242,10.796481407437025,10.799880047980807,10.80327868852459,10.806677329068373,10.810075969612155,10.813474610155938,10.81687325069972,10.820271891243502,10.823670531787284,10.827069172331068,10.83046781287485,10.833866453418633,10.837265093962415,10.840663734506197,10.84406237504998,10.847461015593762,10.850859656137544,10.854258296681328,10.85765693722511,10.861055577768893,10.864454218312675,10.867852858856457,10.87125149940024,10.874650139944022,10.878048780487806,10.881447421031588,10.88484606157537,10.888244702119152,10.891643342662935,10.895041983206717,10.8984406237505,10.901839264294281,10.905237904838065,10.908636545381848,10.91203518592563,10.915433826469412,10.918832467013194,10.922231107556977,10.925629748100759,10.929028388644543,10.932427029188325,10.935825669732107,10.93922431027589,10.942622950819672,10.946021591363454,10.949420231907236,10.952818872451019,10.956217512994803,10.959616153538585,10.963014794082367,10.96641343462615,10.969812075169932,10.973210715713714,10.976609356257496,10.98000799680128,10.983406637345063,10.986805277888845,10.990203918432627,10.99360255897641,10.997001199520192,11.000399840063974,11.003798480607758,11.00719712115154,11.010595761695322,11.013994402239105,11.017393042782887,11.020791683326669,11.024190323870451,11.027588964414234,11.030987604958018,11.0343862455018,11.037784886045582,11.041183526589364,11.044582167133147,11.047980807676929,11.051379448220711,11.054778088764495,11.058176729308277,11.06157536985206,11.064974010395842,11.068372650939624,11.071771291483406,11.075169932027189,11.07856857257097,11.081967213114755,11.085365853658537,11.08876449420232,11.092163134746102,11.095561775289884,11.098960415833666,11.102359056377448,11.105757696921232,11.109156337465015,11.112554978008797,11.11595361855258,11.119352259096361,11.122750899640144,11.126149540183926,11.129548180727708,11.132946821271492,11.136345461815274,11.139744102359057,11.143142742902839,11.146541383446621,11.149940023990403,11.153338664534186,11.15673730507797,11.160135945621752,11.163534586165534,11.166933226709316,11.170331867253099,11.173730507796881,11.177129148340663,11.180527788884445,11.18392642942823,11.187325069972012,11.190723710515794,11.194122351059576,11.197520991603358,11.20091963214714,11.204318272690923,11.207716913234707,11.21111555377849,11.214514194322271,11.217912834866054,11.221311475409836,11.224710115953618,11.2281087564974,11.231507397041183,11.234906037584967,11.238304678128749,11.241703318672531,11.245101959216314,11.248500599760096,11.251899240303878,11.25529788084766,11.258696521391444,11.262095161935227,11.265493802479009,11.268892443022791,11.272291083566573,11.275689724110356,11.279088364654138,11.28248700519792,11.285885645741704,11.289284286285486,11.292682926829269,11.29608156737305,11.299480207916833,11.302878848460615,11.306277489004398,11.309676129548182,11.313074770091964,11.316473410635746,11.319872051179528,11.32327069172331,11.326669332267093,11.330067972810875,11.333466613354657,11.336865253898441,11.340263894442224,11.343662534986006,11.347061175529788,11.35045981607357,11.353858456617353,11.357257097161135,11.360655737704919,11.364054378248701,11.367453018792483,11.370851659336266,11.374250299880048,11.37764894042383,11.381047580967612,11.384446221511395,11.387844862055179,11.391243502598961,11.394642143142743,11.398040783686525,11.401439424230308,11.40483806477409,11.408236705317872,11.411635345861656,11.415033986405438,11.41843262694922,11.421831267493003,11.425229908036785,11.428628548580567,11.43202718912435,11.435425829668132,11.438824470211916,11.442223110755698,11.44562175129948,11.449020391843263,11.452419032387045,11.455817672930827,11.45921631347461,11.462614954018393,11.466013594562176,11.469412235105958,11.47281087564974,11.476209516193522,11.479608156737305,11.483006797281087,11.48640543782487,11.489804078368653,11.493202718912436,11.496601359456218,11.5,11.503398640543782,11.506797281087564,11.510195921631347,11.51359456217513,11.516993202718913,11.520391843262695,11.523790483806478,11.52718912435026,11.530587764894042,11.533986405437824,11.537385045981607,11.54078368652539,11.544182327069173,11.547580967612955,11.550979608156737,11.55437824870052,11.557776889244302,11.561175529788084,11.564574170331868,11.56797281087565,11.571371451419433,11.574770091963215,11.578168732506997,11.58156737305078,11.584966013594562,11.588364654138344,11.591763294682128,11.59516193522591,11.598560575769692,11.601959216313475,11.605357856857257,11.608756497401039,11.612155137944821,11.615553778488605,11.618952419032388,11.62235105957617,11.625749700119952,11.629148340663734,11.632546981207517,11.635945621751299,11.639344262295081,11.642742902838865,11.646141543382647,11.64954018392643,11.652938824470212,11.656337465013994,11.659736105557776,11.663134746101559,11.666533386645343,11.669932027189125,11.673330667732907,11.67672930827669,11.680127948820472,11.683526589364254,11.686925229908036,11.690323870451818,11.693722510995602,11.697121151539385,11.700519792083167,11.70391843262695,11.707317073170731,11.710715713714514,11.714114354258296,11.71751299480208,11.720911635345862,11.724310275889644,11.727708916433427,11.731107556977209,11.734506197520991,11.737904838064773,11.741303478608556,11.74470211915234,11.748100759696122,11.751499400239904,11.754898040783686,11.758296681327469,11.761695321871251,11.765093962415033,11.768492602958817,11.7718912435026,11.775289884046382,11.778688524590164,11.782087165133946,11.785485805677729,11.78888444622151,11.792283086765293,11.795681727309077,11.79908036785286,11.802479008396642,11.805877648940424,11.809276289484206,11.812674930027988,11.81607357057177,11.819472211115555,11.822870851659337,11.826269492203119,11.829668132746901,11.833066773290684,11.836465413834466,11.839864054378248,11.84326269492203,11.846661335465814,11.850059976009597,11.853458616553379,11.856857257097161,11.860255897640943,11.863654538184726,11.867053178728508,11.870451819272292,11.873850459816074,11.877249100359856,11.880647740903639,11.88404638144742,11.887445021991203,11.890843662534985,11.894242303078768,11.897640943622552,11.901039584166334,11.904438224710116,11.907836865253898,11.91123550579768,11.914634146341463,11.918032786885245,11.92143142742903,11.924830067972811,11.928228708516594,11.931627349060376,11.935025989604158,11.93842463014794,11.941823270691723,11.945221911235505,11.948620551779289,11.952019192323071,11.955417832866853,11.958816473410636,11.962215113954418,11.9656137544982,11.969012395041982,11.972411035585766,11.975809676129549,11.979208316673331,11.982606957217113,11.986005597760895,11.989404238304678,11.99280287884846,11.996201519392242,11.999600159936026,12.002998800479808,12.00639744102359,12.009796081567373,12.013194722111155,12.016593362654937,12.01999200319872,12.023390643742504,12.026789284286286,12.030187924830068,12.03358656537385,12.036985205917633,12.040383846461415,12.043782487005197,12.047181127548981,12.050579768092764,12.053978408636546,12.057377049180328,12.06077568972411,12.064174330267893,12.067572970811675,12.070971611355457,12.074370251899241,12.077768892443023,12.081167532986806,12.084566173530588,12.08796481407437,12.091363454618152,12.094762095161935,12.098160735705719,12.1015593762495,12.104958016793283,12.108356657337065,12.111755297880848,12.11515393842463,12.118552578968412,12.121951219512194,12.125349860055978,12.12874850059976,12.132147141143543,12.135545781687325,12.138944422231107,12.14234306277489,12.145741703318672,12.149140343862456,12.152538984406238,12.15593762495002,12.159336265493803,12.162734906037585,12.166133546581367,12.16953218712515,12.172930827668932,12.176329468212716,12.179728108756498,12.18312674930028,12.186525389844062,12.189924030387845,12.193322670931627,12.19672131147541,12.200119952019193,12.203518592562975,12.206917233106758,12.21031587365054,12.213714514194322,12.217113154738104,12.220511795281887,12.223910435825669,12.227309076369453,12.230707716913235,12.234106357457017,12.2375049980008,12.240903638544582,12.244302279088364,12.247700919632146,12.25109956017593,12.254498200719713,12.257896841263495,12.261295481807277,12.26469412235106,12.268092762894842,12.271491403438624,12.274890043982406,12.27828868452619,12.281687325069973,12.285085965613755,12.288484606157537,12.29188324670132,12.295281887245102,12.298680527788884,12.302079168332668,12.30547780887645,12.308876449420232,12.312275089964015,12.315673730507797,12.319072371051579,12.322471011595361,12.325869652139144,12.329268292682928,12.33266693322671,12.336065573770492,12.339464214314274,12.342862854858057,12.346261495401839,12.349660135945621,12.353058776489405,12.356457417033187,12.35985605757697,12.363254698120752,12.366653338664534,12.370051979208316,12.373450619752099,12.37684926029588,12.380247900839665,12.383646541383447,12.38704518192723,12.390443822471012,12.393842463014794,12.397241103558576,12.400639744102358,12.404038384646142,12.407437025189925,12.410835665733707,12.41423430627749,12.417632946821271,12.421031587365054,12.424430227908836,12.427828868452618,12.431227508996402,12.434626149540184,12.438024790083967,12.441423430627749,12.444822071171531,12.448220711715313,12.451619352259096,12.45501799280288,12.458416633346662,12.461815273890444,12.465213914434226,12.468612554978009,12.472011195521791,12.475409836065573,12.478808476609355,12.48220711715314,12.485605757696922,12.489004398240704,12.492403038784486,12.495801679328268,12.49920031987205,12.502598960415833,12.505997600959617,12.5093962415034,12.512794882047181,12.516193522590964,12.519592163134746,12.522990803678528,12.52638944422231,12.529788084766093,12.533186725309877,12.536585365853659,12.539984006397441,12.543382646941224,12.546781287485006,12.550179928028788,12.55357856857257,12.556977209116354,12.560375849660137,12.563774490203919,12.567173130747701,12.570571771291483,12.573970411835266,12.577369052379048,12.58076769292283,12.584166333466614,12.587564974010396,12.590963614554179,12.59436225509796,12.597760895641743,12.601159536185525,12.604558176729308,12.607956817273092,12.611355457816874,12.614754098360656,12.618152738904438,12.62155137944822,12.624950019992003,12.628348660535785,12.631747301079567,12.635145941623351,12.638544582167134,12.641943222710916,12.645341863254698,12.64874050379848,12.652139144342263,12.655537784886045,12.658936425429829,12.662335065973611,12.665733706517393,12.669132347061176,12.672530987604958,12.67592962814874,12.679328268692522,12.682726909236305,12.686125549780089,12.689524190323871,12.692922830867653,12.696321471411435,12.699720111955218,12.703118752499,12.706517393042782,12.709916033586566,12.713314674130348,12.71671331467413,12.720111955217913,12.723510595761695,12.726909236305477,12.73030787684926,12.733706517393042,12.737105157936826,12.740503798480608,12.74390243902439,12.747301079568173,12.750699720111955,12.754098360655737,12.75749700119952,12.760895641743303,12.764294282287086,12.767692922830868,12.77109156337465,12.774490203918432,12.777888844462215,12.781287485005997,12.78468612554978,12.788084766093563,12.791483406637346,12.794882047181128,12.79828068772491,12.801679328268692,12.805077968812475,12.808476609356257,12.81187524990004,12.815273890443823,12.818672530987605,12.822071171531388,12.82546981207517,12.828868452618952,12.832267093162734,12.835665733706517,12.8390643742503,12.842463014794083,12.845861655337865,12.849260295881647,12.85265893642543,12.856057576969212,12.859456217512994,12.862854858056778,12.86625349860056,12.869652139144343,12.873050779688125,12.876449420231907,12.87984806077569,12.883246701319472,12.886645341863254,12.890043982407038,12.89344262295082,12.896841263494602,12.900239904038385,12.903638544582167,12.907037185125949,12.910435825669731,12.913834466213515,12.917233106757298,12.92063174730108,12.924030387844862,12.927429028388644,12.930827668932427,12.934226309476209,12.937624950019991,12.941023590563775,12.944422231107557,12.94782087165134,12.951219512195122,12.954618152738904,12.958016793282686,12.961415433826469,12.964814074370253,12.968212714914035,12.971611355457817,12.9750099960016,12.978408636545382,12.981807277089164,12.985205917632946,12.988604558176728,12.992003198720512,12.995401839264295,12.998800479808077,13.00219912035186,13.005597760895641,13.008996401439424,13.012395041983206,13.01579368252699,13.019192323070772,13.022590963614554,13.025989604158337,13.029388244702119,13.032786885245901,13.036185525789683,13.039584166333466,13.04298280687725,13.046381447421032,13.049780087964814,13.053178728508597,13.056577369052379,13.059976009596161,13.063374650139943,13.066773290683727,13.07017193122751,13.073570571771292,13.076969212315074,13.080367852858856,13.083766493402639,13.08716513394642,13.090563774490203,13.093962415033987,13.09736105557777,13.100759696121552,13.104158336665334,13.107556977209116,13.110955617752898,13.11435425829668,13.117752898840465,13.121151539384247,13.124550179928029,13.127948820471811,13.131347461015594,13.134746101559376,13.138144742103158,13.141543382646942,13.144942023190724,13.148340663734507,13.151739304278289,13.155137944822071,13.158536585365853,13.161935225909636,13.165333866453418,13.168732506997202,13.172131147540984,13.175529788084766,13.178928428628549,13.18232706917233,13.185725709716113,13.189124350259895,13.19252299080368,13.195921631347462,13.199320271891244,13.202718912435026,13.206117552978808,13.20951619352259,13.212914834066373,13.216313474610155,13.21971211515394,13.223110755697721,13.226509396241504,13.229908036785286,13.233306677329068,13.23670531787285,13.240103958416633,13.243502598960417,13.246901239504199,13.250299880047981,13.253698520591763,13.257097161135546,13.260495801679328,13.26389444222311,13.267293082766892,13.270691723310676,13.274090363854459,13.277489004398241,13.280887644942023,13.284286285485805,13.287684926029588,13.29108356657337,13.294482207117154,13.297880847660936,13.301279488204719,13.3046781287485,13.308076769292283,13.311475409836065,13.314874050379848,13.31827269092363,13.321671331467414,13.325069972011196,13.328468612554978,13.33186725309876,13.335265893642543,13.338664534186325,13.342063174730107,13.345461815273891,13.348860455817674,13.352259096361456,13.355657736905238,13.35905637744902,13.362455017992803,13.365853658536585,13.369252299080367,13.372650939624151,13.376049580167933,13.379448220711716,13.382846861255498,13.38624550179928,13.389644142343062,13.393042782886845,13.396441423430629,13.39984006397441,13.403238704518193,13.406637345061975,13.410035985605758,13.41343462614954,13.416833266693322,13.420231907237104,13.423630547780888,13.42702918832467,13.430427828868453,13.433826469412235,13.437225109956017,13.4406237504998,13.444022391043582,13.447421031587366,13.450819672131148,13.45421831267493,13.457616953218713,13.461015593762495,13.464414234306277,13.46781287485006,13.471211515393842,13.474610155937626,13.478008796481408,13.48140743702519,13.484806077568972,13.488204718112755,13.491603358656537,13.49500199920032,13.498400639744103,13.501799280287885,13.505197920831668,13.50859656137545,13.511995201919232,13.515393842463014,13.518792483006797,13.522191123550579,13.525589764094363,13.528988404638145,13.532387045181927,13.53578568572571,13.539184326269492,13.542582966813274,13.545981607357056,13.54938024790084,13.552778888444623,13.556177528988405,13.559576169532187,13.56297481007597,13.566373450619752,13.569772091163534,13.573170731707316,13.5765693722511,13.579968012794883,13.583366653338665,13.586765293882447,13.59016393442623,13.593562574970012,13.596961215513794,13.600359856057578,13.60375849660136,13.607157137145142,13.610555777688925,13.613954418232707,13.617353058776489,13.620751699320271,13.624150339864054,13.627548980407838,13.63094762095162,13.634346261495402,13.637744902039184,13.641143542582967,13.644542183126749,13.647940823670531,13.651339464214315,13.654738104758097,13.65813674530188,13.661535385845662,13.664934026389444,13.668332666933226,13.671731307477009,13.67512994802079,13.678528588564575,13.681927229108357,13.68532586965214,13.688724510195922,13.692123150739704,13.695521791283486,13.698920431827268,13.702319072371052,13.705717712914835,13.709116353458617,13.7125149940024,13.715913634546181,13.719312275089964,13.722710915633746,13.726109556177528,13.729508196721312,13.732906837265094,13.736305477808877,13.739704118352659,13.743102758896441,13.746501399440223,13.749900039984006,13.75329868052779,13.756697321071572,13.760095961615354,13.763494602159136,13.766893242702919,13.770291883246701,13.773690523790483,13.777089164334265,13.78048780487805,13.783886445421832,13.787285085965614,13.790683726509396,13.794082367053178,13.79748100759696,13.800879648140743,13.804278288684527,13.80767692922831,13.811075569772091,13.814474210315874,13.817872850859656,13.821271491403438,13.82467013194722,13.828068772491003,13.831467413034787,13.834866053578569,13.838264694122351,13.841663334666134,13.845061975209916,13.848460615753698,13.85185925629748,13.855257896841264,13.858656537385047,13.862055177928829,13.865453818472611,13.868852459016393,13.872251099560176,13.875649740103958,13.87904838064774,13.882447021191524,13.885845661735306,13.889244302279089,13.89264294282287,13.896041583366653,13.899440223910435,13.902838864454218,13.906237504998002,13.909636145541784,13.913034786085566,13.916433426629348,13.91983206717313,13.923230707716913,13.926629348260695,13.930027988804477,13.933426629348261,13.936825269892044,13.940223910435826,13.943622550979608,13.94702119152339,13.950419832067173,13.953818472610955,13.957217113154739,13.960615753698521,13.964014394242303,13.967413034786086,13.970811675329868,13.97421031587365,13.977608956417432,13.981007596961215,13.984406237504999,13.987804878048781,13.991203518592563,13.994602159136345,13.998000799680128,14.00139944022391,14.004798080767692,14.008196721311476,14.011595361855258,14.01499400239904,14.018392642942823,14.021791283486605,14.025189924030387,14.02858856457417,14.031987205117952,14.035385845661736,14.038784486205518,14.0421831267493,14.045581767293083,14.048980407836865,14.052379048380647,14.05577768892443,14.059176329468213,14.062574970011996,14.065973610555778,14.06937225109956,14.072770891643342,14.076169532187125,14.079568172730907,14.08296681327469,14.086365453818473,14.089764094362256,14.093162734906038,14.09656137544982,14.099960015993602,14.103358656537385,14.106757297081167,14.11015593762495,14.113554578168733,14.116953218712515,14.120351859256298,14.12375049980008,14.127149140343862,14.130547780887644,14.133946421431427,14.13734506197521,14.140743702518993,14.144142343062775,14.147540983606557,14.15093962415034,14.154338264694122,14.157736905237904,14.161135545781688,14.16453418632547,14.167932826869253,14.171331467413035,14.174730107956817,14.1781287485006,14.181527389044382,14.184926029588166,14.188324670131948,14.19172331067573,14.195121951219512,14.198520591763295,14.201919232307077,14.20531787285086,14.208716513394641,14.212115153938425,14.215513794482208,14.21891243502599,14.222311075569772,14.225709716113554,14.229108356657337,14.232506997201119,14.235905637744903,14.239304278288685,14.242702918832467,14.24610155937625,14.249500199920032,14.252898840463814,14.256297481007596,14.259696121551379,14.263094762095163,14.266493402638945,14.269892043182727,14.27329068372651,14.276689324270292,14.280087964814074,14.283486605357856,14.28688524590164,14.290283886445422,14.293682526989205,14.297081167532987,14.30047980807677,14.303878448620551,14.307277089164334,14.310675729708116,14.3140743702519,14.317473010795682,14.320871651339464,14.324270291883247,14.327668932427029,14.331067572970811,14.334466213514593,14.337864854058378,14.34126349460216,14.344662135145942,14.348060775689724,14.351459416233507,14.354858056777289,14.358256697321071,14.361655337864853,14.365053978408637,14.36845261895242,14.371851259496202,14.375249900039984,14.378648540583766,14.382047181127549,14.38544582167133,14.388844462215115,14.392243102758897,14.39564174330268,14.399040383846462,14.402439024390244,14.405837664934026,14.409236305477808,14.41263494602159,14.416033586565375,14.419432227109157,14.422830867652939,14.426229508196721,14.429628148740504,14.433026789284286,14.436425429828068,14.439824070371852,14.443222710915634,14.446621351459417,14.450019992003199,14.453418632546981,14.456817273090763,14.460215913634546,14.463614554178328,14.467013194722112,14.470411835265894,14.473810475809676,14.477209116353459,14.480607756897241,14.484006397441023,14.487405037984805,14.49080367852859,14.494202319072372,14.497600959616154,14.500999600159936,14.504398240703718,14.5077968812475,14.511195521791283,14.514594162335065,14.51799280287885,14.521391443422631,14.524790083966414,14.528188724510196,14.531587365053978,14.53498600559776,14.538384646141543,14.541783286685327,14.545181927229109,14.548580567772891,14.551979208316673,14.555377848860456,14.558776489404238,14.56217512994802,14.565573770491802,14.568972411035586,14.572371051579369,14.575769692123151,14.579168332666933,14.582566973210715,14.585965613754498,14.58936425429828,14.592762894842064,14.596161535385846,14.599560175929629,14.60295881647341,14.606357457017193,14.609756097560975,14.613154738104758,14.61655337864854,14.619952019192324,14.623350659736106,14.626749300279888,14.63014794082367,14.633546581367453,14.636945221911235,14.640343862455017,14.643742502998801,14.647141143542584,14.650539784086366,14.653938424630148,14.65733706517393,14.660735705717713,14.664134346261495,14.667532986805277,14.670931627349061,14.674330267892843,14.677728908436626,14.681127548980408,14.68452618952419,14.687924830067972,14.691323470611755,14.694722111155539,14.69812075169932,14.701519392243103,14.704918032786885,14.708316673330668,14.71171531387445,14.715113954418232,14.718512594962014,14.721911235505798,14.72530987604958,14.728708516593363,14.732107157137145,14.735505797680927,14.73890443822471,14.742303078768492,14.745701719312276,14.749100359856058,14.75249900039984,14.755897640943623,14.759296281487405,14.762694922031187,14.76609356257497,14.769492203118752,14.772890843662536,14.776289484206318,14.7796881247501,14.783086765293882,14.786485405837665,14.789884046381447,14.79328268692523,14.796681327469013,14.800079968012795,14.803478608556578,14.80687724910036,14.810275889644142,14.813674530187924,14.817073170731707,14.820471811275489,14.823870451819273,14.827269092363055,14.830667732906837,14.83406637345062,14.837465013994402,14.840863654538184,14.844262295081966,14.84766093562575,14.851059576169533,14.854458216713315,14.857856857257097,14.86125549780088,14.864654138344662,14.868052778888444,14.871451419432226,14.87485005997601,14.878248700519793,14.881647341063575,14.885045981607357,14.88844462215114,14.891843262694922,14.895241903238704,14.898640543782488,14.90203918432627,14.905437824870052,14.908836465413835,14.912235105957617,14.915633746501399,14.919032387045181,14.922431027588964,14.925829668132748,14.92922830867653,14.932626949220312,14.936025589764094,14.939424230307877,14.942822870851659,14.946221511395441,14.949620151939225,14.953018792483007,14.95641743302679,14.959816073570572,14.963214714114354,14.966613354658136,14.970011995201919,14.9734106357457,14.976809276289485,14.980207916833267,14.98360655737705,14.987005197920832,14.990403838464614,14.993802479008396,14.997201119552178,15.000599760095962,15.003998400639745,15.007397041183527,15.01079568172731,15.014194322271091,15.017592962814874,15.020991603358656,15.024390243902438,15.027788884446222,15.031187524990004,15.034586165533787,15.037984806077569,15.041383446621351,15.044782087165133,15.048180727708916,15.0515793682527,15.054978008796482,15.058376649340264,15.061775289884046,15.065173930427829,15.068572570971611,15.071971211515393,15.075369852059175,15.07876849260296,15.082167133146742,15.085565773690524,15.088964414234306,15.092363054778088,15.09576169532187,15.099160335865653,15.102558976409437,15.10595761695322,15.109356257497002,15.112754898040784,15.116153538584566,15.119552179128348,15.12295081967213,15.126349460215913,15.129748100759697,15.133146741303479,15.136545381847261,15.139944022391044,15.143342662934826,15.146741303478608,15.15013994402239,15.153538584566174,15.156937225109957,15.160335865653739,15.163734506197521,15.167133146741303,15.170531787285086,15.173930427828868,15.17732906837265,15.180727708916434,15.184126349460216,15.187524990003999,15.19092363054778,15.194322271091563,15.197720911635345,15.201119552179128,15.204518192722912,15.207916833266694,15.211315473810476,15.214714114354258,15.21811275489804,15.221511395441823,15.224910035985605,15.22830867652939,15.231707317073171,15.235105957616954,15.238504598160736,15.241903238704518,15.2453018792483,15.248700519792083,15.252099160335865,15.255497800879649,15.258896441423431,15.262295081967213,15.265693722510996,15.269092363054778,15.27249100359856,15.275889644142342,15.279288284686126,15.282686925229909,15.286085565773691,15.289484206317473,15.292882846861255,15.296281487405038,15.29968012794882,15.303078768492602,15.306477409036386,15.309876049580168,15.31327469012395,15.316673330667733,15.320071971211515,15.323470611755297,15.32686925229908,15.330267892842864,15.333666533386646,15.337065173930428,15.34046381447421,15.343862455017993,15.347261095561775,15.350659736105557,15.35405837664934,15.357457017193124,15.360855657736906,15.364254298280688,15.36765293882447,15.371051579368253,15.374450219912035,15.377848860455817,15.381247500999601,15.384646141543383,15.388044782087166,15.391443422630948,15.39484206317473,15.398240703718512,15.401639344262295,15.405037984806077,15.40843662534986,15.411835265893643,15.415233906437425,15.418632546981208,15.42203118752499,15.425429828068772,15.428828468612554,15.432227109156338,15.43562574970012,15.439024390243903,15.442423030787685,15.445821671331467,15.44922031187525,15.452618952419032,15.456017592962814,15.459416233506598,15.46281487405038,15.466213514594163,15.469612155137945,15.473010795681727,15.47640943622551,15.479808076769292,15.483206717313076,15.486605357856858,15.49000399840064,15.493402638944422,15.496801279488205,15.500199920031987,15.50359856057577,15.506997201119551,15.510395841663335,15.513794482207118,15.5171931227509,15.520591763294682,15.523990403838464,15.527389044382247,15.530787684926029,15.534186325469813,15.537584966013595,15.540983606557377,15.54438224710116,15.547780887644942,15.551179528188724,15.554578168732506,15.557976809276289,15.561375449820073,15.564774090363855,15.568172730907637,15.57157137145142,15.574970011995202,15.578368652538984,15.581767293082766,15.58516593362655,15.588564574170332,15.591963214714115,15.595361855257897,15.59876049580168,15.602159136345461,15.605557776889244,15.608956417433026,15.61235505797681,15.615753698520592,15.619152339064375,15.622550979608157,15.625949620151939,15.629348260695721,15.632746901239504,15.636145541783288,15.63954418232707,15.642942822870852,15.646341463414634,15.649740103958417,15.653138744502199,15.656537385045981,15.659936025589763,15.663334666133547,15.66673330667733,15.670131947221112,15.673530587764894,15.676929228308676,15.680327868852459,15.68372650939624,15.687125149940025,15.690523790483807,15.69392243102759,15.697321071571372,15.700719712115154,15.704118352658936,15.707516993202718,15.7109156337465,15.714314274290285,15.717712914834067,15.721111555377849,15.724510195921631,15.727908836465414,15.731307477009196,15.734706117552978,15.738104758096762,15.741503398640544,15.744902039184327,15.748300679728109,15.751699320271891,15.755097960815673,15.758496601359456,15.761895241903238,15.765293882447022,15.768692522990804,15.772091163534586,15.775489804078369,15.778888444622151,15.782287085165933,15.785685725709715,15.7890843662535,15.792483006797282,15.795881647341064,15.799280287884846,15.802678928428628,15.80607756897241,15.809476209516193,15.812874850059975,15.81627349060376,15.819672131147541,15.823070771691324,15.826469412235106,15.829868052778888,15.83326669332267,15.836665333866453,15.840063974410237,15.843462614954019,15.846861255497801,15.850259896041583,15.853658536585366,15.857057177129148,15.86045581767293,15.863854458216712,15.867253098760496,15.870651739304279,15.874050379848061,15.877449020391843,15.880847660935625,15.884246301479408,15.88764494202319,15.891043582566974,15.894442223110756,15.897840863654539,15.90123950419832,15.904638144742103,15.908036785285885,15.911435425829668,15.91483406637345,15.918232706917234,15.921631347461016,15.925029988004798,15.92842862854858,15.931827269092363,15.935225909636145,15.938624550179927,15.942023190723711,15.945421831267494,15.948820471811276,15.952219112355058,15.95561775289884,15.959016393442623,15.962415033986405,15.965813674530187,15.969212315073971,15.972610955617753,15.976009596161536,15.979408236705318,15.9828068772491,15.986205517792882,15.989604158336665,15.993002798880449,15.99640143942423,15.999800079968013,16.003198720511794,16.00659736105558,16.00999600159936,16.013394642143144,16.016793282686926,16.02019192323071,16.02359056377449,16.026989204318273,16.030387844862055,16.033786485405837,16.03718512594962,16.040583766493402,16.043982407037184,16.047381047580966,16.05077968812475,16.05417832866853,16.057576969212317,16.0609756097561,16.06437425029988,16.067772890843663,16.071171531387446,16.074570171931228,16.07796881247501,16.081367453018792,16.084766093562575,16.088164734106357,16.09156337465014,16.09496201519392,16.098360655737704,16.101759296281486,16.105157936825268,16.108556577369054,16.111955217912836,16.11535385845662,16.1187524990004,16.122151139544183,16.125549780087965,16.128948420631747,16.13234706117553,16.135745701719312,16.139144342263094,16.142542982806876,16.14594162335066,16.14934026389444,16.152738904438223,16.156137544982005,16.15953618552579,16.162934826069574,16.166333466613356,16.169732107157138,16.17313074770092,16.176529388244703,16.179928028788485,16.183326669332267,16.18672530987605,16.19012395041983,16.193522590963614,16.196921231507396,16.20031987205118,16.20371851259496,16.207117153138743,16.21051579368253,16.21391443422631,16.217313074770093,16.220711715313875,16.224110355857658,16.22750899640144,16.230907636945222,16.234306277489004,16.237704918032787,16.24110355857657,16.24450219912035,16.247900839664133,16.251299480207916,16.254698120751698,16.25809676129548,16.261495401839266,16.264894042383048,16.26829268292683,16.271691323470613,16.275089964014395,16.278488604558177,16.28188724510196,16.28528588564574,16.288684526189524,16.292083166733306,16.29548180727709,16.29888044782087,16.302279088364653,16.305677728908435,16.309076369452217,16.312475009996003,16.315873650539785,16.319272291083568,16.32267093162735,16.326069572171132,16.329468212714914,16.332866853258697,16.33626549380248,16.33966413434626,16.343062774890043,16.346461415433826,16.349860055977608,16.35325869652139,16.356657337065172,16.360055977608955,16.36345461815274,16.366853258696523,16.370251899240305,16.373650539784087,16.37704918032787,16.38044782087165,16.383846461415434,16.387245101959216,16.390643742503,16.39404238304678,16.397441023590563,16.400839664134345,16.404238304678127,16.40763694522191,16.411035585765692,16.414434226309478,16.41783286685326,16.421231507397042,16.424630147940825,16.428028788484607,16.43142742902839,16.43482606957217,16.438224710115954,16.441623350659736,16.445021991203518,16.4484206317473,16.451819272291083,16.455217912834865,16.458616553378647,16.46201519392243,16.465413834466215,16.468812475009997,16.47221111555378,16.475609756097562,16.479008396641344,16.482407037185126,16.48580567772891,16.48920431827269,16.492602958816473,16.496001599360255,16.499400239904038,16.50279888044782,16.506197520991602,16.509596161535384,16.512994802079167,16.516393442622952,16.519792083166735,16.523190723710517,16.5265893642543,16.52998800479808,16.533386645341864,16.536785285885646,16.540183926429428,16.54358256697321,16.546981207516993,16.550379848060775,16.553778488604557,16.55717712914834,16.56057576969212,16.563974410235904,16.56737305077969,16.570771691323472,16.574170331867254,16.577568972411036,16.58096761295482,16.5843662534986,16.587764894042383,16.591163534586165,16.594562175129948,16.59796081567373,16.601359456217512,16.604758096761294,16.608156737305077,16.61155537784886,16.61495401839264,16.618352658936427,16.62175129948021,16.62514994002399,16.628548580567774,16.631947221111556,16.63534586165534,16.63874450219912,16.642143142742903,16.645541783286685,16.648940423830467,16.65233906437425,16.65573770491803,16.659136345461814,16.662534986005596,16.66593362654938,16.669332267093164,16.672730907636947,16.67612954818073,16.67952818872451,16.682926829268293,16.686325469812076,16.689724110355858,16.69312275089964,16.696521391443422,16.699920031987205,16.703318672530987,16.70671731307477,16.71011595361855,16.713514594162334,16.716913234706116,16.7203118752499,16.723710515793684,16.727109156337466,16.73050779688125,16.73390643742503,16.737305077968813,16.740703718512595,16.744102359056377,16.74750099960016,16.750899640143942,16.754298280687724,16.757696921231506,16.76109556177529,16.76449420231907,16.767892842862853,16.77129148340664,16.77469012395042,16.778088764494203,16.781487405037986,16.784886045581768,16.78828468612555,16.791683326669332,16.795081967213115,16.798480607756897,16.80187924830068,16.80527788884446,16.808676529388244,16.812075169932026,16.815473810475808,16.818872451019594,16.822271091563376,16.82566973210716,16.82906837265094,16.832467013194723,16.835865653738505,16.839264294282287,16.84266293482607,16.846061575369852,16.849460215913634,16.852858856457416,16.8562574970012,16.85965613754498,16.863054778088763,16.866453418632545,16.86985205917633,16.873250699720113,16.876649340263896,16.880047980807678,16.88344662135146,16.886845261895242,16.890243902439025,16.893642542982807,16.89704118352659,16.90043982407037,16.903838464614154,16.907237105157936,16.91063574570172,16.9140343862455,16.917433026789283,16.92083166733307,16.92423030787685,16.927628948420633,16.931027588964415,16.934426229508198,16.93782487005198,16.941223510595762,16.944622151139544,16.948020791683327,16.95141943222711,16.95481807277089,16.958216713314673,16.961615353858456,16.965013994402238,16.96841263494602,16.971811275489806,16.975209916033588,16.97860855657737,16.982007197121153,16.985405837664935,16.988804478208717,16.9922031187525,16.99560175929628,16.999000399840064,17.002399040383846,17.00579768092763,17.00919632147141,17.012594962015193,17.015993602558975,17.019392243102757,17.022790883646543,17.026189524190325,17.029588164734108,17.03298680527789,17.036385445821672,17.039784086365454,17.043182726909237,17.04658136745302,17.0499800079968,17.053378648540583,17.056777289084366,17.060175929628148,17.06357457017193,17.066973210715712,17.070371851259495,17.07377049180328,17.077169132347063,17.080567772890845,17.083966413434627,17.08736505397841,17.09076369452219,17.094162335065974,17.097560975609756,17.10095961615354,17.10435825669732,17.107756897241103,17.111155537784885,17.114554178328667,17.11795281887245,17.121351459416232,17.124750099960018,17.1281487405038,17.131547381047582,17.134946021591364,17.138344662135147,17.14174330267893,17.14514194322271,17.148540583766493,17.151939224310276,17.155337864854058,17.15873650539784,17.162135145941622,17.165533786485405,17.168932427029187,17.17233106757297,17.175729708116755,17.179128348660537,17.18252698920432,17.185925629748102,17.189324270291884,17.192722910835666,17.19612155137945,17.19952019192323,17.202918832467013,17.206317473010795,17.209716113554578,17.21311475409836,17.216513394642142,17.219912035185924,17.223310675729707,17.226709316273492,17.230107956817275,17.233506597361057,17.23690523790484,17.24030387844862,17.243702518992404,17.247101159536186,17.250499800079968,17.25389844062375,17.257297081167533,17.260695721711315,17.264094362255097,17.26749300279888,17.27089164334266,17.274290283886444,17.27768892443023,17.281087564974012,17.284486205517794,17.287884846061576,17.29128348660536,17.29468212714914,17.298080767692923,17.301479408236705,17.304878048780488,17.30827668932427,17.311675329868052,17.315073970411834,17.318472610955617,17.3218712514994,17.32526989204318,17.328668532586967,17.33206717313075,17.33546581367453,17.338864454218314,17.342263094762096,17.345661735305878,17.34906037584966,17.352459016393443,17.355857656937225,17.359256297481007,17.36265493802479,17.36605357856857,17.369452219112354,17.372850859656136,17.37624950019992,17.379648140743704,17.383046781287486,17.38644542183127,17.38984406237505,17.393242702918833,17.396641343462615,17.400039984006398,17.40343862455018,17.406837265093962,17.410235905637744,17.413634546181527,17.41703318672531,17.42043182726909,17.423830467812873,17.427229108356656,17.43062774890044,17.434026389444224,17.437425029988006,17.44082367053179,17.44422231107557,17.447620951619353,17.451019592163135,17.454418232706917,17.4578168732507,17.461215513794482,17.464614154338264,17.468012794882046,17.47141143542583,17.47481007596961,17.478208716513393,17.48160735705718,17.48500599760096,17.488404638144743,17.491803278688526,17.495201919232308,17.49860055977609,17.501999200319872,17.505397840863655,17.508796481407437,17.51219512195122,17.515593762495,17.518992403038784,17.522391043582566,17.525789684126348,17.52918832467013,17.532586965213916,17.5359856057577,17.53938424630148,17.542782886845263,17.546181527389045,17.549580167932827,17.55297880847661,17.556377449020392,17.559776089564174,17.563174730107956,17.56657337065174,17.56997201119552,17.573370651739303,17.576769292283085,17.580167932826868,17.583566573370653,17.586965213914436,17.590363854458218,17.593762495002,17.597161135545782,17.600559776089565,17.603958416633347,17.60735705717713,17.61075569772091,17.614154338264694,17.617552978808476,17.620951619352258,17.62435025989604,17.627748900439823,17.631147540983605,17.63454618152739,17.637944822071173,17.641343462614955,17.644742103158737,17.64814074370252,17.651539384246302,17.654938024790084,17.658336665333866,17.66173530587765,17.66513394642143,17.668532586965213,17.671931227508995,17.675329868052778,17.67872850859656,17.682127149140342,17.685525789684128,17.68892443022791,17.692323070771693,17.695721711315475,17.699120351859257,17.70251899240304,17.70591763294682,17.709316273490604,17.712714914034386,17.71611355457817,17.71951219512195,17.722910835665733,17.726309476209515,17.729708116753297,17.73310675729708,17.736505397840865,17.739904038384648,17.74330267892843,17.746701319472212,17.750099960015994,17.753498600559777,17.75689724110356,17.76029588164734,17.763694522191123,17.767093162734906,17.770491803278688,17.77389044382247,17.777289084366252,17.780687724910035,17.784086365453817,17.787485005997603,17.790883646541385,17.794282287085167,17.79768092762895,17.80107956817273,17.804478208716514,17.807876849260296,17.81127548980408,17.81467413034786,17.818072770891643,17.821471411435425,17.824870051979207,17.82826869252299,17.831667333066772,17.835065973610554,17.83846461415434,17.841863254698122,17.845261895241904,17.848660535785687,17.85205917632947,17.85545781687325,17.858856457417033,17.862255097960816,17.865653738504598,17.86905237904838,17.872451019592162,17.875849660135945,17.879248300679727,17.88264694122351,17.88604558176729,17.889444222311077,17.89284286285486,17.89624150339864,17.899640143942424,17.903038784486206,17.90643742502999,17.90983606557377,17.913234706117553,17.916633346661335,17.920031987205117,17.9234306277489,17.926829268292682,17.930227908836464,17.933626549380246,17.93702518992403,17.940423830467815,17.943822471011597,17.94722111155538,17.95061975209916,17.954018392642944,17.957417033186726,17.960815673730508,17.96421431427429,17.967612954818073,17.971011595361855,17.974410235905637,17.97780887644942,17.9812075169932,17.984606157536984,17.988004798080766,17.991403438624552,17.994802079168334,17.998200719712116,18.0015993602559,18.00499800079968,18.008396641343463,18.011795281887245,18.015193922431028,18.01859256297481,18.021991203518592,18.025389844062374,18.028788484606157,18.03218712514994,18.03558576569372,18.038984406237503,18.04238304678129,18.04578168732507,18.049180327868854,18.052578968412636,18.055977608956418,18.0593762495002,18.062774890043983,18.066173530587765,18.069572171131547,18.07297081167533,18.07636945221911,18.079768092762894,18.083166733306676,18.08656537385046,18.08996401439424,18.093362654938026,18.09676129548181,18.10015993602559,18.103558576569373,18.106957217113155,18.110355857656938,18.11375449820072,18.117153138744502,18.120551779288284,18.123950419832067,18.12734906037585,18.13074770091963,18.134146341463413,18.137544982007196,18.140943622550978,18.144342263094764,18.147740903638546,18.151139544182328,18.15453818472611,18.157936825269893,18.161335465813675,18.164734106357457,18.16813274690124,18.17153138744502,18.174930027988804,18.178328668532586,18.18172730907637,18.18512594962015,18.188524590163933,18.191923230707715,18.1953218712515,18.198720511795283,18.202119152339066,18.205517792882848,18.20891643342663,18.212315073970412,18.215713714514195,18.219112355057977,18.22251099560176,18.22590963614554,18.229308276689324,18.232706917233106,18.236105557776888,18.23950419832067,18.242902838864453,18.24630147940824,18.24970011995202,18.253098760495803,18.256497401039585,18.259896041583367,18.26329468212715,18.266693322670932,18.270091963214714,18.273490603758496,18.27688924430228,18.28028788484606,18.283686525389843,18.287085165933625,18.290483806477408,18.29388244702119,18.297281087564976,18.300679728108758,18.30407836865254,18.307477009196322,18.310875649740105,18.314274290283887,18.31767293082767,18.32107157137145,18.324470211915234,18.327868852459016,18.331267493002798,18.33466613354658,18.338064774090363,18.341463414634145,18.344862055177927,18.348260695721713,18.351659336265495,18.355057976809277,18.35845661735306,18.361855257896842,18.365253898440624,18.368652538984406,18.37205117952819,18.37544982007197,18.378848460615753,18.382247101159535,18.385645741703318,18.3890443822471,18.392443022790882,18.395841663334664,18.39924030387845,18.402638944422232,18.406037584966015,18.409436225509797,18.41283486605358,18.41623350659736,18.419632147141144,18.423030787684926,18.426429428228708,18.42982806877249,18.433226709316273,18.436625349860055,18.440023990403837,18.44342263094762,18.4468212714914,18.450219912035188,18.45361855257897,18.457017193122752,18.460415833666534,18.463814474210317,18.4672131147541,18.47061175529788,18.474010395841663,18.477409036385446,18.480807676929228,18.48420631747301,18.487604958016792,18.491003598560575,18.494402239104357,18.49780087964814,18.501199520191925,18.504598160735707,18.50799680127949,18.51139544182327,18.514794082367054,18.518192722910836,18.52159136345462,18.5249900039984,18.528388644542183,18.531787285085965,18.535185925629747,18.53858456617353,18.541983206717312,18.545381847261094,18.548780487804876,18.552179128348662,18.555577768892444,18.558976409436227,18.56237504998001,18.56577369052379,18.569172331067573,18.572570971611356,18.575969612155138,18.57936825269892,18.582766893242702,18.586165533786485,18.589564174330267,18.59296281487405,18.59636145541783,18.599760095961614,18.6031587365054,18.60655737704918,18.609956017592964,18.613354658136746,18.61675329868053,18.62015193922431,18.623550579768093,18.626949220311875,18.630347860855657,18.63374650139944,18.637145141943222,18.640543782487004,18.643942423030786,18.64734106357457,18.65073970411835,18.654138344662137,18.65753698520592,18.6609356257497,18.664334266293483,18.667732906837266,18.671131547381048,18.67453018792483,18.677928828468612,18.681327469012395,18.684726109556177,18.68812475009996,18.69152339064374,18.694922031187524,18.698320671731306,18.701719312275088,18.705117952818874,18.708516593362656,18.71191523390644,18.71531387445022,18.718712514994003,18.722111155537785,18.725509796081568,18.72890843662535,18.732307077169132,18.735705717712914,18.739104358256697,18.74250299880048,18.74590163934426,18.749300279888043,18.752698920431826,18.75609756097561,18.759496201519394,18.762894842063176,18.766293482606958,18.76969212315074,18.773090763694523,18.776489404238305,18.779888044782087,18.78328668532587,18.78668532586965,18.790083966413434,18.793482606957216,18.796881247501,18.80027988804478,18.803678528588563,18.80707716913235,18.81047580967613,18.813874450219913,18.817273090763695,18.820671731307478,18.82407037185126,18.827469012395042,18.830867652938824,18.834266293482607,18.83766493402639,18.84106357457017,18.844462215113953,18.847860855657736,18.851259496201518,18.8546581367453,18.858056777289086,18.861455417832868,18.86485405837665,18.868252698920433,18.871651339464215,18.875049980007997,18.87844862055178,18.88184726109556,18.885245901639344,18.888644542183126,18.89204318272691,18.89544182327069,18.898840463814473,18.902239104358255,18.905637744902037,18.909036385445823,18.912435025989605,18.915833666533388,18.91923230707717,18.922630947620952,18.926029588164734,18.929428228708517,18.9328268692523,18.93622550979608,18.939624150339863,18.943022790883646,18.946421431427428,18.94982007197121,18.953218712514992,18.95661735305878,18.96001599360256,18.963414634146343,18.966813274690125,18.970211915233907,18.97361055577769,18.97700919632147,18.980407836865254,18.983806477409036,18.98720511795282,18.9906037584966,18.994002399040383,18.997401039584165,19.000799680127948,19.00419832067173,19.007596961215516,19.010995601759298,19.01439424230308,19.017792882846862,19.021191523390645,19.024590163934427,19.02798880447821,19.03138744502199,19.034786085565774,19.038184726109556,19.041583366653338,19.04498200719712,19.048380647740903,19.051779288284685,19.055177928828467,19.058576569372253,19.061975209916035,19.065373850459817,19.0687724910036,19.072171131547382,19.075569772091164,19.078968412634946,19.08236705317873,19.08576569372251,19.089164334266293,19.092562974810075,19.095961615353858,19.09936025589764,19.102758896441422,19.106157536985204,19.10955617752899,19.112954818072772,19.116353458616555,19.119752099160337,19.12315073970412,19.1265493802479,19.129948020791684,19.133346661335466,19.136745301879248,19.14014394242303,19.143542582966813,19.146941223510595,19.150339864054377,19.15373850459816,19.15713714514194,19.160535785685727,19.16393442622951,19.167333066773292,19.170731707317074,19.174130347860856,19.17752898840464,19.18092762894842,19.184326269492203,19.187724910035985,19.191123550579768,19.19452219112355,19.197920831667332,19.201319472211114,19.204718112754897,19.20811675329868,19.211515393842465,19.214914034386247,19.21831267493003,19.22171131547381,19.225109956017594,19.228508596561376,19.23190723710516,19.23530587764894,19.238704518192723,19.242103158736505,19.245501799280287,19.24890043982407,19.25229908036785,19.255697720911634,19.259096361455416,19.262495001999202,19.265893642542984,19.269292283086767,19.27269092363055,19.27608956417433,19.279488204718113,19.282886845261896,19.286285485805678,19.28968412634946,19.293082766893242,19.296481407437025,19.299880047980807,19.30327868852459,19.30667732906837,19.310075969612154,19.31347461015594,19.31687325069972,19.320271891243504,19.323670531787286,19.32706917233107,19.33046781287485,19.333866453418633,19.337265093962415,19.340663734506197,19.34406237504998,19.347461015593762,19.350859656137544,19.354258296681326,19.35765693722511,19.36105557776889,19.364454218312677,19.36785285885646,19.37125149940024,19.374650139944023,19.378048780487806,19.381447421031588,19.38484606157537,19.388244702119152,19.391643342662935,19.395041983206717,19.3984406237505,19.40183926429428,19.405237904838064,19.408636545381846,19.412035185925628,19.415433826469414,19.418832467013196,19.42223110755698,19.42562974810076,19.429028388644543,19.432427029188325,19.435825669732107,19.43922431027589,19.442622950819672,19.446021591363454,19.449420231907236,19.45281887245102,19.4562175129948,19.459616153538583,19.463014794082365,19.46641343462615,19.469812075169934,19.473210715713716,19.476609356257498,19.48000799680128,19.483406637345063,19.486805277888845,19.490203918432627,19.49360255897641,19.49700119952019,19.500399840063974,19.503798480607756,19.50719712115154,19.51059576169532,19.513994402239103,19.51739304278289,19.52079168332667,19.524190323870453,19.527588964414235,19.530987604958018,19.5343862455018,19.537784886045582,19.541183526589364,19.544582167133147,19.54798080767693,19.55137944822071,19.554778088764493,19.558176729308276,19.561575369852058,19.56497401039584,19.568372650939626,19.571771291483408,19.57516993202719,19.578568572570973,19.581967213114755,19.585365853658537,19.58876449420232,19.5921631347461,19.595561775289884,19.598960415833666,19.60235905637745,19.60575769692123,19.609156337465013,19.612554978008795,19.615953618552577,19.619352259096363,19.622750899640145,19.626149540183928,19.62954818072771,19.632946821271492,19.636345461815274,19.639744102359057,19.64314274290284,19.64654138344662,19.649940023990403,19.653338664534186,19.656737305077968,19.66013594562175,19.663534586165532,19.666933226709315,19.6703318672531,19.673730507796883,19.677129148340665,19.680527788884447,19.68392642942823,19.68732506997201,19.690723710515794,19.694122351059576,19.69752099160336,19.70091963214714,19.704318272690923,19.707716913234705,19.711115553778487,19.71451419432227,19.717912834866052,19.721311475409838,19.72471011595362,19.728108756497402,19.731507397041185,19.734906037584967,19.73830467812875,19.74170331867253,19.745101959216314,19.748500599760096,19.751899240303878,19.75529788084766,19.758696521391443,19.762095161935225,19.765493802479007,19.76889244302279,19.772291083566575,19.775689724110357,19.77908836465414,19.782487005197922,19.785885645741704,19.789284286285486,19.79268292682927,19.79608156737305,19.799480207916833,19.802878848460615,19.806277489004398,19.80967612954818,19.813074770091962,19.816473410635744,19.819872051179527,19.823270691723312,19.826669332267095,19.830067972810877,19.83346661335466,19.83686525389844,19.840263894442224,19.843662534986006,19.847061175529788,19.85045981607357,19.853858456617353,19.857257097161135,19.860655737704917,19.8640543782487,19.86745301879248,19.870851659336264,19.87425029988005,19.877648940423832,19.881047580967614,19.884446221511396,19.88784486205518,19.89124350259896,19.894642143142743,19.898040783686525,19.901439424230308,19.90483806477409,19.908236705317872,19.911635345861654,19.915033986405437,19.91843262694922,19.921831267493,19.925229908036787,19.92862854858057,19.93202718912435,19.935425829668134,19.938824470211916,19.942223110755698,19.94562175129948,19.949020391843263,19.952419032387045,19.955817672930827,19.95921631347461,19.96261495401839,19.966013594562174,19.969412235105956,19.97281087564974,19.976209516193524,19.979608156737307,19.98300679728109,19.98640543782487,19.989804078368653,19.993202718912436,19.996601359456218,20.0]} diff --git a/lib/node_modules/@stdlib/math/base/special/besselk0/test/fixtures/julia/runner.jl b/lib/node_modules/@stdlib/math/base/special/besselk0/test/fixtures/julia/runner.jl new file mode 100644 index 000000000000..4d8f4364eccb --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/besselk0/test/fixtures/julia/runner.jl @@ -0,0 +1,82 @@ +#!/usr/bin/env julia +# +# @license Apache-2.0 +# +# Copyright (c) 2026 The Stdlib Authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import JSON +using SpecialFunctions + +""" + gen( x, name ) + +Generate fixture data for the modified Bessel function of the +second kind of order zero (K₀) and write to file. + +# Arguments + +* `x`: domain (positive values only) +* `name::AbstractString`: output filename + +# Examples + +```julia +julia> x = range( 1.0e-6, stop = 10.0, length = 2001 ); +julia> gen( x, "data.json" ); +``` +""" +function gen( x, name ) + y = Array{Float64}( undef, length(x) ); + for i in eachindex(x) + y[i] = besselk( 0, x[i] ); + end + + # Store data to be written to file as a collection: + data = Dict([ + ("x", x), + ("expected", y) + ]); + + # Based on the script directory, create an output filepath: + filepath = joinpath( dir, name ); + + # Write the data to the output filepath as JSON: + outfile = open( filepath, "w" ); + write( outfile, JSON.json(data) ); + write( outfile, "\n" ); + close( outfile ); +end + +# Get the filename: +file = @__FILE__; + +# Extract the directory in which this file resides: +dir = dirname( file ); + +# Very small values: +x = range( 1.0e-5, stop = 0.8, length = 5003 ); +gen( x, "very_small.json" ); + +# Positive small values: +x = range( 0.8, stop = 3.0, length = 5003 ); +gen( x, "small_positive.json" ); + +# Positive medium values: +x = range( 3.0, stop = 20.0, length = 5003 ); +gen( x, "medium_positive.json" ); + +# Positive Large values: +x = range( 20.0, stop = 50.0, length = 5003 ); +gen( x, "large_positive.json" ); diff --git a/lib/node_modules/@stdlib/math/base/special/besselk0/test/fixtures/julia/small_positive.json b/lib/node_modules/@stdlib/math/base/special/besselk0/test/fixtures/julia/small_positive.json new file mode 100644 index 000000000000..48964f72bb70 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/besselk0/test/fixtures/julia/small_positive.json @@ -0,0 +1 @@ +{"expected":[0.5653471052658958,0.5649682317732976,0.5645896756665635,0.5642114365839809,0.5638335141644141,0.5634559080473015,0.5630786178726566,0.5627016432810652,0.5623249839136845,0.5619486394122416,0.5615726094190338,0.561196893576924,0.5608214915293447,0.5604464029202911,0.560071627394324,0.5596971645965673,0.5593230141727059,0.5589491757689858,0.5585756490322126,0.5582024336097497,0.5578295291495178,0.5574569352999933,0.5570846517102074,0.5567126780297447,0.5563410139087424,0.5559696589978886,0.5555986129484219,0.5552278754121285,0.5548574460413438,0.554487324488949,0.5541175104083709,0.5537480034535798,0.5533788032790902,0.553009909539958,0.5526413218917788,0.5522730399906902,0.5519050634933668,0.5515373920570203,0.5511700253393995,0.5508029629987884,0.5504362046940043,0.5500697500843974,0.5497035988298509,0.5493377505907767,0.5489722050281179,0.5486069618033459,0.5482420205784581,0.5478773810159794,0.54751304277896,0.5471490055309729,0.5467852689361151,0.5464218326590051,0.5460586963647821,0.5456958597191054,0.5453333223881517,0.5449710840386174,0.5446091443377132,0.5442475029531658,0.5438861595532166,0.5435251138066212,0.5431643653826441,0.542803913951065,0.5424437591821711,0.5420839007467584,0.5417243383161322,0.5413650715621048,0.5410061001569927,0.5406474237736181,0.5402890420853074,0.5399309547658893,0.5395731614896933,0.5392156619315525,0.5388584557667954,0.5385015426712517,0.5381449223212492,0.5377885943936102,0.5374325585656536,0.5370768145151928,0.5367213619205347,0.536366200460478,0.5360113298143138,0.5356567496618232,0.5353024596832763,0.5349484595594327,0.5345947489715381,0.5342413276013254,0.5338881951310138,0.5335353512433049,0.5331827956213853,0.5328305279489232,0.5324785479100698,0.5321268551894551,0.5317754494721885,0.53142433044386,0.5310734977905347,0.5307229511987563,0.5303726903555429,0.5300227149483873,0.5296730246652575,0.5293236191945916,0.5289744982253018,0.5286256614467698,0.5282771085488487,0.5279288392218582,0.5275808531565879,0.5272331500442935,0.5268857295766968,0.5265385914459854,0.5261917353448099,0.5258451609662854,0.5254988680039887,0.525152856151958,0.5248071251046922,0.5244616745571485,0.5241165042047453,0.5237716137433556,0.523427002869312,0.5230826712793994,0.5227386186708626,0.5223948447413956,0.5220513491891479,0.5217081317127212,0.5213651920111677,0.5210225297839896,0.5206801447311408,0.5203380365530207,0.519996204950479,0.5196546496248104,0.5193133702777564,0.5189723666115023,0.5186316383286804,0.5182911851323625,0.517951006726065,0.5176111028137454,0.5172714730998009,0.5169321172890698,0.5165930350868284,0.5162542261987905,0.5159156903311076,0.5155774271903676,0.5152394364835927,0.5149017179182418,0.5145642712022039,0.514227096043804,0.5138901921517972,0.5135535592353704,0.5132171970041397,0.512881105168152,0.5125452834378817,0.512209731524231,0.5118744491385288,0.5115394359925302,0.5112046917984147,0.5108702162687871,0.510536009116676,0.5102020700555298,0.5098683987992219,0.5095349950620449,0.5092018585587119,0.5088689890043552,0.5085363861145255,0.5082040496051916,0.5078719791927382,0.5075401745939674,0.5072086355260942,0.5068773617067509,0.5065463528539806,0.5062156086862406,0.5058851289224003,0.505554913281739,0.5052249614839469,0.5048952732491255,0.5045658482977815,0.5042366863508326,0.5039077871296014,0.5035791503558189,0.503250775751619,0.502922663039544,0.5025948119425363,0.5022672221839439,0.5019398934875168,0.5016128255774049,0.5012860181781628,0.5009594710147399,0.5006331838124896,0.5003071562971606,0.4999813881949007,0.49965587923225474,0.499330629136164,0.4990056376339636,0.4986809044533845,0.49835642932255136,0.4980322119699827,0.4977082521245872,0.497384549515668,0.4970611038729164,0.4967379149264161,0.4964149824066383,0.4960923060444437,0.49576988557108126,0.4954477207181856,0.4951258112177789,0.4948041568022688,0.49448275720444734,0.49416161215749094,0.49384072139495927,0.49352008465079467,0.4931997016593222,0.49287957215524636,0.4925596958736537,0.49224007255000984,0.491920701920159,0.4916015837203247,0.4912827176871069,0.4909641035574832,0.49064574106880715,0.4903276299588069,0.49000976996558615,0.48969216082762274,0.4893748022837668,0.4890576940732422,0.4887408359356423,0.48842422761093507,0.48810786883945584,0.4877917593619104,0.48747589891937515,0.4871602872532927,0.4868449241054746,0.48652980921809813,0.4862149423337079,0.48590032319521326,0.4855859515458885,0.4852718271293731,0.4849579496896684,0.48464431897113885,0.48433093471851163,0.48401779667687495,0.4837049045916781,0.48339225820872894,0.4830798572741962,0.4827677015346067,0.4824557907368452,0.48214412462815365,0.48183270295613123,0.48152152546873217,0.4812105919142667,0.480899902041399,0.4805894555991482,0.4802792523368861,0.47996929200433675,0.47965957435157647,0.47935009912903326,0.4790408660874849,0.4787318749780609,0.47842312555223765,0.4781146175618422,0.47780635075904804,0.4774983248963779,0.4771905397266993,0.47688299500322684,0.476575690479521,0.47626862590948643,0.4759618010473709,0.475655215647768,0.47534886946561206,0.47504276225618053,0.47473689377509215,0.4744312637783073,0.47412587202212575,0.4738207182631875,0.4735158022584715,0.473211123765295,0.4729066825413125,0.4726024783445176,0.4722985109332377,0.47199478006613776,0.47169128550221845,0.47138802700081367,0.47108500432159195,0.4707822172245557,0.47047966547003994,0.47017734881871104,0.46987526703156884,0.4695734198699418,0.4692718070954902,0.4689704284702039,0.46866928375640127,0.4683683727167305,0.4680676951141667,0.4677672507120117,0.46746703927389593,0.46716706056377394,0.46686731434592665,0.466567800384961,0.466268518445806,0.4659694682937164,0.46567064969426847,0.4653720624133622,0.46507370621721966,0.4647755808723831,0.46447768614571666,0.46418002180440365,0.46388258761594775,0.46358538334817134,0.4632884087692151,0.46299166364753896,0.46269514775191745,0.4623988608514437,0.4621028027155267,0.461806973113891,0.4615113718165754,0.4612159985939337,0.46092085321663373,0.46062593545565567,0.4603312450822927,0.46003678186815167,0.4597425455851478,0.45944853600551055,0.45915475290177765,0.4588611960467974,0.458567865213727,0.45827476017603336,0.4579818807074903,0.4576892265821796,0.4573967975744916,0.4571045934591203,0.456812614011068,0.4565208590056407,0.45622932821845125,0.4559380214254152,0.4556469384027514,0.45535607892698354,0.45506544277493693,0.4547750297237388,0.45448483955081836,0.4541948720339058,0.4539051269510322,0.4536156040805271,0.4533263032010209,0.45303722409144226,0.4527483665310182,0.45245973029927317,0.4521713151760293,0.45188312094140604,0.4515951473758168,0.45130739425997407,0.4510198613748817,0.45073254850184064,0.45044545542244446,0.4501585819185823,0.4498719277724339,0.4495854927664727,0.44929927668346353,0.4490132793064642,0.4487275004188214,0.4484419398041725,0.4481565972464467,0.447871472529861,0.4475865654389203,0.4473018757584195,0.4470174032734415,0.446733147769355,0.44644910903181656,0.44616528684676854,0.4458816810004392,0.4455982912793433,0.44531511747027785,0.4450321593603255,0.4447494167368542,0.44446688938751155,0.4441845771002316,0.44390247966322766,0.4436205968649979,0.4433389284943182,0.44305747434024745,0.44277623419212475,0.4424952078395684,0.44221439507247623,0.4419337956810239,0.4416534094556673,0.4413732361871382,0.4410932756664466,0.4408135276848796,0.4405339920339999,0.4402546685056466,0.4399755568919334,0.4396966569852496,0.439417968578259,0.43913949146389825,0.4388612254353795,0.438583170286185,0.4383053258100719,0.4380276918010677,0.4377502680534733,0.4374730543618591,0.43719605052106597,0.43691925632620543,0.4366426715726588,0.43636629605607624,0.43609012957237675,0.4358141719177473,0.4355384228886428,0.4352628822817852,0.43498754989416355,0.4347124255230335,0.43443750896591626,0.43416280002059765,0.4338882984851298,0.4336140041578283,0.4333399168372735,0.4330660363223093,0.43279236241204205,0.4325188949058408,0.43224563360333873,0.43197257830442753,0.4316997288092625,0.4314270849182593,0.4311546464320933,0.4308824131517008,0.43061038487827774,0.43033856141327703,0.43006694255841305,0.4297955281156561,0.42952431788723494,0.42925331167563585,0.4289825092836015,0.42871191051413154,0.42844151517048146,0.4281713230561605,0.42790133397493624,0.42763154773082757,0.42736196412810945,0.4270925829713096,0.4268234040652108,0.4265544272148461,0.42628565222550274,0.4260170789027195,0.4257487070522867,0.4254805364802452,0.4252125669928886,0.4249447983967577,0.42467723049864625,0.4244098631055943,0.4241426960248942,0.42387572906408366,0.4236089620309501,0.42334239473353,0.42307602698010455,0.42280985857920234,0.4225438893396005,0.4222781190703198,0.42201254758062673,0.42174717468003564,0.42148200017830206,0.42121702388542787,0.42095224561165867,0.42068766516748357,0.42042328236363435,0.4201590970110858,0.4198951089210551,0.41963131790500086,0.41936772377462367,0.41910432634186484,0.4188411254189065,0.41857812081817053,0.4183153123523192,0.41805269983425397,0.4177902830771153,0.4175280618942824,0.41726603609937213,0.41700420550623996,0.4167425699289784,0.4164811291819166,0.41621988307962066,0.4159588314368928,0.4156979740687713,0.41543731079052926,0.41517684141767547,0.41491656576595254,0.4146564836513382,0.414396594890043,0.41413689929851183,0.4138773966934216,0.4136180868916832,0.4133589697104385,0.41310004496706204,0.4128413124791595,0.41258277206456717,0.412324423541353,0.4120662667278151,0.4118083014424805,0.41155052750410653,0.41129294473167993,0.4110355529444156,0.410778351961757,0.4105213416033757,0.4102645216891711,0.4100078920392691,0.4097514524740235,0.4094952028140134,0.4092391428800452,0.4089832724931502,0.4087275914745851,0.408472099645832,0.40821679682859746,0.40796168284481193,0.4077067575166302,0.40745202066643,0.4071974721168129,0.40694311169060204,0.4066889392108448,0.40643495450080813,0.40618115738398275,0.40592754768407946,0.4056741252250306,0.40542088983098806,0.40516784132632555,0.4049149795356348,0.40466230428372785,0.4044098153956363,0.40415751269660916,0.4039053960121147,0.40365346516783923,0.40340171998968655,0.4031501603037768,0.4028987859364489,0.4026475967142567,0.4023965924639712,0.4021457730125783,0.4018951381872804,0.4016446878154946,0.4013944217248523,0.40114433974320013,0.40089444169859856,0.4006447274193214,0.40039519673385626,0.4001458494709032,0.3998966854593758,0.3996477045283991,0.39939890650731075,0.3991502912256595,0.3989018585132061,0.39865360819992124,0.3984055401159867,0.3981576540917953,0.3979099499579481,0.3976624275452571,0.397415086684743,0.39716792720763483,0.3969209489453711,0.3966741517295981,0.3964275353921696,0.3961810997651477,0.395934844680801,0.395688769971605,0.395442875470242,0.3951971610095999,0.3949516264227736,0.39470627154306176,0.39446109620396985,0.3942161002392068,0.3939712834826873,0.3937266457685292,0.39348218693105474,0.39323790680478926,0.3929938052244615,0.39274988202500294,0.39250613704154763,0.3922625701094319,0.3920191810641936,0.39177596974157297,0.3915329359775098,0.3912900796081464,0.3910474004698251,0.39080489839908766,0.3905625732326771,0.3903204248075351,0.3900784529608027,0.3898366575298202,0.3895950383521262,0.38935359526545793,0.38911232810774987,0.3888712367171353,0.388630320931944,0.3883895805907028,0.3881490155321355,0.3879086255951624,0.38766841061889945,0.38742837044265876,0.38718850490594775,0.3869488138484686,0.3867092971101189,0.38646995453099076,0.3862307859513697,0.3859917912117358,0.38575297015276266,0.3855143226153172,0.3852758484404587,0.3850375474694399,0.38479941954370495,0.38456146450489154,0.3843236821948272,0.38408607245553217,0.38384863512921746,0.38361137005828483,0.3833742770853264,0.3831373560531246,0.3829006068046524,0.3826640291830711,0.3824276230317324,0.38219138819417625,0.38195532451413206,0.38171943183551704,0.3814837100024362,0.38124815885918306,0.3810127782502386,0.38077756802027046,0.3805425280141336,0.38030765807686917,0.3800729580537054,0.3798384277900557,0.37960406713151956,0.37936987592388244,0.37913585401311356,0.3789020012453684,0.3786683174669863,0.3784348025244904,0.37820145626458906,0.3779682785341731,0.3777352691803179,0.3775024280502804,0.377269754991502,0.3770372498516052,0.376804912478396,0.37657274271986113,0.37634074042416965,0.37610890543967235,0.3758772376149004,0.3756457367985656,0.37541440283956173,0.3751832355869606,0.3749522348900161,0.37472140059816034,0.37449073256100535,0.37426023062834246,0.3740298946501415,0.3737997244765507,0.3735697199578972,0.3733398809446858,0.37311020728759825,0.37288069883749514,0.3726513554454131,0.37242217696256613,0.37219316324034496,0.3719643141303161,0.3717356294842224,0.37150710915398266,0.37127875299169116,0.3710505608496172,0.37082253258020487,0.3705946680360736,0.3703669670700166,0.3701394295350013,0.369912055284169,0.36968484417083547,0.3694577960484884,0.3692309107707895,0.36900418819157255,0.36877762816484466,0.36855123054478484,0.36832499518574424,0.3680989219422444,0.36787301066898065,0.36764726122081853,0.3674216734527931,0.36719624722011174,0.36697098237815223,0.3667458787824616,0.36652093628875715,0.36629615475292565,0.36607153403102355,0.365847073979276,0.3656227744540775,0.3653986353119903,0.36517465640974556,0.3649508376042427,0.36472717875254784,0.3645036797118958,0.36428034033968826,0.3640571604934933,0.36383414003104697,0.3636112788102507,0.3633885766891727,0.36316603352604687,0.36294364917927363,0.36272142350741765,0.36249935636920955,0.3622774476235451,0.36205569712948416,0.3618341047462515,0.3616126703332359,0.3613913937499903,0.3611702748562312,0.3609493135118387,0.3607285095768556,0.36050786291148834,0.3602873733761059,0.36006704083123897,0.35984686513758146,0.3596268461559894,0.35940698374747926,0.3591872777732297,0.3589677280945808,0.3587483345730334,0.3585290970702494,0.35831001544805025,0.3580910895684186,0.3578723192934971,0.3576537044855875,0.3574352450071512,0.3572169407208094,0.3569987914893419,0.3567807971756872,0.35656295764294293,0.35634527275436406,0.3561277423733646,0.355910366363516,0.355693144588547,0.35547607691234395,0.3552591631989507,0.3550424033125675,0.3548257971175509,0.35460934447841463,0.3543930452598282,0.35417689932661706,0.35396090654376205,0.3537450667764001,0.353529379889823,0.3533138457494774,0.35309846422096486,0.35288323517004183,0.35266815846261823,0.3524532339647587,0.3522384615426815,0.35202384106275836,0.3518093723915142,0.35159505539562796,0.3513808899419304,0.35116687589740553,0.3509530131291896,0.35073930150457117,0.35052574089099087,0.3503123311560409,0.35009907216746483,0.34988596379315806,0.34967300590116646,0.34946019835968745,0.3492475410370681,0.349035033801807,0.34882267652255206,0.3486104690681012,0.3483984113074025,0.34818650310955357,0.347974744343801,0.3477631348795399,0.3475516745863151,0.34734036333381996,0.3471292009918957,0.3469181874305319,0.3467073225198663,0.3464966061301843,0.3462860381319188,0.3460756183956496,0.3458653467921041,0.34565522319215597,0.34544524746682637,0.34523541948728204,0.34502573912483664,0.3448162062509487,0.34460682073722354,0.3443975824554118,0.3441884912774092,0.34397954707525674,0.34377074972114,0.34356209908739,0.34335359504648133,0.34314523747103287,0.3429370262338091,0.34272896120771634,0.3425210422658052,0.34231326928126976,0.34210564212744776,0.3418981606778193,0.3416908248060074,0.34148363438577767,0.3412765892910381,0.3410696893958385,0.34086293457437156,0.3406563247009702,0.3404498596501103,0.34024353929640805,0.34003736351462116,0.3398313321796479,0.3396254451665281,0.33941970235044067,0.33921410360670623,0.3390086488107842,0.33880333783827477,0.3385981705649173,0.3383931468665908,0.33818826661931295,0.3379835296992418,0.3377789359826724,0.33757448534604034,0.3373701776659179,0.33716601281901715,0.3369619906821867,0.33675811113241416,0.3365543740468238,0.3363507793026782,0.3361473267773767,0.33594401634845567,0.33574084789358816,0.3355378212905838,0.3353349364173893,0.33513219315208664,0.33492959137289463,0.33472713095816753,0.334524811786395,0.3343226337362025,0.3341205966863507,0.33391870051573475,0.33371694510338545,0.333515330328468,0.3333138560702816,0.3331125222082598,0.33291132862197087,0.33271027519111557,0.3325093617955308,0.3323085883151838,0.33210795463017745,0.3319074606207467,0.33170710616725896,0.3315068911502162,0.3313068154502506,0.3311068789481283,0.33090708152474635,0.33070742306113465,0.33050790343845526,0.3303085225379999,0.33010928024119346,0.3299101764295911,0.3297112109848795,0.32951238378887554,0.3293136947235275,0.3291151436709127,0.3289167305132405,0.32871845513284903,0.32852031741220644,0.32832231723391087,0.32812445448068983,0.32792672903540016,0.3277291407810275,0.3275316896006869,0.3273343753776216,0.32713719799520397,0.32694015733693454,0.3267432532864416,0.32654648572748174,0.32634985454394017,0.3261533596198284,0.32595700083928575,0.32576077808657933,0.32556469124610304,0.3253687402023776,0.32517292484005056,0.32497724504389586,0.3247817006988141,0.3245862916898319,0.32439101790210156,0.3241958792209019,0.32400087553163665,0.3238060067198355,0.3236112726711532,0.3234166732713694,0.3232222084063895,0.32302787796224264,0.322833681825083,0.322639619881189,0.32244569201696366,0.3222518981189338,0.32205823807374967,0.3218647117681859,0.32167131908914043,0.3214780599236344,0.3212849341588119,0.32109194168193983,0.3208990823804097,0.3207063561417333,0.3205137628535458,0.320321302403605,0.3201289746797903,0.3199367795701041,0.3197447169626687,0.3195527867457293,0.31936098880765285,0.3191693230369259,0.31897778932215853,0.31878638755207905,0.3185951176155388,0.31840397940150833,0.318212972799079,0.3180220976974621,0.31783135398598983,0.31764074155411315,0.31745026029140355,0.31725991008755167,0.31706969083236786,0.31687960241578206,0.3166896447278418,0.31649981765871477,0.31631012109868684,0.316120554938163,0.315931119067666,0.3157418133778369,0.3155526377594352,0.3153635921033378,0.31517467630054,0.31498589024215357,0.31479723381940883,0.31460870692365217,0.31442030944634847,0.3142320412790783,0.3140439023135391,0.31385589244154555,0.3136680115550282,0.313480259546034,0.31329263630672577,0.3131051417293827,0.3129177757063996,0.31273053813028645,0.31254342889366893,0.3123564478892883,0.3121695950100003,0.3119828701487763,0.31179627319870196,0.3116098040529777,0.31142346260491915,0.31123724874795466,0.311051162375628,0.3108652033815966,0.31067937165963183,0.3104936671036183,0.3103080896075549,0.31012263906555304,0.30993731537183783,0.30975211842074757,0.3095670481067332,0.30938210432435775,0.30919728696829823,0.30901259593334335,0.3088280311143936,0.30864359240646244,0.30845927970467457,0.30827509290426675,0.30809103190058834,0.30790709658909815,0.30772328686536826,0.3075396026250806,0.30735604376402925,0.3071726101781184,0.3069893017633631,0.3068061184158891,0.30662306003193235,0.3064401265078394,0.30625731774006676,0.3060746336251807,0.3058920740598579,0.30570963894088377,0.30552732816515443,0.30534514162967397,0.30516307923155694,0.3049811408680258,0.30479932643641294,0.30461763583415935,0.3044360689588138,0.30425462570803424,0.30407330597958704,0.3038921096713469,0.30371103668129507,0.3035300869075222,0.3033492602482263,0.30316855660171266,0.3029879758663942,0.30280751794079114,0.30262718272353023,0.302446970113347,0.3022668800090813,0.30208691230968143,0.30190706691420127,0.30172734372180254,0.3015477426317517,0.30136826354342156,0.3011889063562915,0.3010096709699463,0.30083055728407626,0.3006515651984782,0.30047269461305337,0.3002939454278078,0.3001153175428546,0.29993681085840934,0.29975842527479374,0.29958016069243504,0.29940201701186314,0.2992239941337137,0.2990460919587257,0.2988683103877432,0.29869064932171346,0.2985131086616879,0.2983356883088215,0.2981583881643726,0.29798120812970363,0.29780414810627936,0.2976272079956684,0.2974503876995421,0.2972736871196742,0.2970971061579421,0.29692064471632496,0.2967443026969047,0.29656808000186535,0.29639197653349353,0.29621599219417705,0.2960401268864065,0.2958643805127736,0.29568875297597175,0.2955132441787962,0.29533785402414303,0.2951625824150097,0.29498742925449495,0.29481239444579793,0.294637477892219,0.29446267949715915,0.2942879991641194,0.2941134367967022,0.2939389922986088,0.29376466557364167,0.2935904565257025,0.2934163650587936,0.2932423910770163,0.293068534484572,0.2928947951857609,0.29272117308498313,0.2925476680867378,0.2923742800956228,0.29220100901633544,0.29202785475367116,0.291854817212524,0.29168189629788815,0.29150909191485364,0.2913364039686102,0.2911638323644458,0.290991377007746,0.29081903780399376,0.2906468146587707,0.29047470747775517,0.29030271616672393,0.2901308406315501,0.28995908077820426,0.2897874365127546,0.2896159077413658,0.289444494370299,0.2892731963059126,0.28910201345466113,0.28893094572309674,0.28875999301786576,0.28858915524571227,0.2884184323134762,0.28824782412809247,0.28807733059659274,0.2879069516261047,0.2877366871238496,0.28756653699714674,0.287396501153408,0.2872265795001431,0.2870567719449546,0.28688707839554073,0.2867174987596948,0.2865480329453045,0.2863786808603519,0.28620944241291385,0.28604031751116105,0.2858713060633583,0.2857024079778656,0.28553362316313474,0.2853649515277127,0.28519639298024063,0.2850279474294514,0.28485961478417254,0.2846913949533255,0.2845232878459227,0.28435529337107135,0.28418741143797177,0.2840196419559156,0.2838519848342884,0.28368443998256726,0.2835170073103227,0.28334968672721694,0.28318247814300485,0.2830153814675325,0.2828483966107388,0.2826815234826539,0.2825147619934,0.2823481120531907,0.28218157357233087,0.2820151464612169,0.28184883063033656,0.28168262599026894,0.28151653245168323,0.28135054992533987,0.2811846783220903,0.28101891755287645,0.2808532675287309,0.28068772816077586,0.280522299360225,0.2803569810383809,0.2801917731066375,0.28002667547647697,0.2798616880594729,0.2796968107672875,0.2795320435116734,0.2793673862044717,0.27920283875761337,0.2790384010831185,0.2788740730930958,0.27870985469974485,0.27854574581535135,0.2783817463522915,0.2782178562230295,0.2780540753401185,0.2778904036161995,0.2777268409640021,0.2775633872963442,0.2774000425261316,0.2772368065663584,0.2770736793301056,0.2769106607305423,0.27674775068092594,0.2765849490946004,0.2764222558849974,0.27625967096563614,0.2760971942501227,0.27593482565214955,0.2757725650854979,0.2756104124640341,0.2754483677017108,0.27528643071256986,0.2751246014107358,0.27496287971042355,0.2748012655259311,0.274639758771644,0.27447835936203335,0.27431706721165683,0.27415588223515724,0.2739948043472632,0.2738338334627895,0.27367296949663505,0.27351221236378576,0.27335156197931204,0.27319101825836856,0.273030581116197,0.2728702504681214,0.2727100262295536,0.272549908315987,0.27238989664300256,0.2722299911262635,0.27207019168151814,0.27191049822459945,0.2717509106714243,0.2715914289379931,0.2714320529403916,0.27127278259478754,0.27111361781743337,0.27095455852466566,0.27079560463290314,0.2706367560586493,0.2704780127184901,0.2703193745290952,0.2701608414072164,0.27000241326968993,0.2698440900334333,0.26968587161544827,0.26952775793281825,0.26936974890270965,0.2692118444423712,0.2690540444691338,0.26889634890041103,0.26873875765369803,0.2685812706465725,0.2684238877966936,0.26826660902180294,0.2681094342397231,0.26795236336835887,0.2677953963256962,0.2676385330298021,0.267481773398826,0.2673251173509975,0.26716856480462775,0.26701211567810856,0.26685576988991283,0.2666995273585947,0.26654338800278765,0.2663873517412079,0.2662314184926498,0.2660755881759894,0.2659198607101828,0.2657642360142664,0.2656087140073563,0.2654532946086485,0.2652979777374199,0.26514276331302616,0.2649876512549021,0.2648326414825637,0.2646777339156046,0.2645229284737,0.2643682250766021,0.2642136236441436,0.26405912409623583,0.2639047263528692,0.2637504303341128,0.263596235960115,0.2634421431511022,0.2632881518273796,0.2631342619093309,0.2629804733174182,0.2628267859721815,0.26267319979423986,0.26251971470428936,0.26236633062310477,0.2622130474715379,0.26205986517051993,0.2619067836410575,0.26175380280423727,0.2616009225812211,0.2614481428932496,0.2612954636616404,0.2611428848077882,0.2609904062531649,0.26083802791931937,0.260685749727877,0.26053357160054014,0.26038149345908934,0.26022951522537907,0.2600776368213422,0.25992585816898744,0.2597741791903994,0.25962259980774083,0.2594711199432477,0.25931973951923387,0.25916845845808933,0.2590172766822786,0.2588661941143432,0.25871521067689957,0.25856432629264,0.2584135408843324,0.25826285437481955,0.25811226668701986,0.25796177774392676,0.25781138746860904,0.25766109578421076,0.25751090261394965,0.2573608078811195,0.2572108115090884,0.2570609134212986,0.25691111354126767,0.25676141179258766,0.25661180809892375,0.25646230238401646,0.25631289457168044,0.25616358458580396,0.25601437235034924,0.25586525778935376,0.25571624082692623,0.25556732138725125,0.25541849939458594,0.2552697747732614,0.25512114744768205,0.25497261734232546,0.2548241843817431,0.25467584849055835,0.25452760959346904,0.25437946761524494,0.25423142248072933,0.25408347411483795,0.25393562244255913,0.25378786738895437,0.25364020887915745,0.25349264683837436,0.25334518119188315,0.25319781186503454,0.25305053878325257,0.2529033618720311,0.25275628105693726,0.25260929626360984,0.2524624074177596,0.2523156144451694,0.2521689172716926,0.25202231582325446,0.25187581002585335,0.25172939980555653,0.25158308508850385,0.2514368658009059,0.25129074186904593,0.2511447132192754,0.25099877977801915,0.25085294147177123,0.2507071982270978,0.2505615499706348,0.250415996629089,0.2502705381292377,0.2501251743979286,0.24997990536207923,0.24983473094867878,0.24968965108478525,0.24954466569752679,0.24939977471410205,0.24925497806177907,0.24911027566789695,0.24896566745986243,0.24882115336515345,0.24867673331131732,0.24853240722597006,0.24838817503679791,0.24824403667155628,0.24809999205806915,0.2479560411242303,0.24781218379800185,0.24766842000741665,0.2475247496805735,0.24738117274564314,0.24723768913086236,0.247094298764538,0.24695100157504565,0.24680779749082812,0.24666468644039796,0.24652166835233522,0.24637874315528815,0.24623591077797335,0.24609317114917562,0.24595052419774754,0.24580796985260903,0.24566550804274892,0.24552313869722261,0.2453808617451544,0.24523867711573533,0.24509658473822307,0.24495458454194444,0.24481267645629232,0.24467086041072741,0.24452913633477705,0.2443875041580364,0.24424596381016678,0.24410451522089682,0.2439631583200218,0.2438218930374041,0.2436807193029723,0.24353963704672138,0.2433986461987143,0.2432577466890781,0.24311693844800797,0.24297622140576422,0.2428355954926747,0.24269506063913174,0.24255461677559476,0.2424142638325887,0.24227400174070457,0.24213383043059847,0.2419937498329937,0.24185375987867772,0.24171386049850385,0.24157405162339124,0.24143433318432408,0.2412947051123523,0.24115516733859046,0.24101571979421862,0.240876362410482,0.2407370951186906,0.24059791785021944,0.24045883053650757,0.24031983310906097,0.24018092549944772,0.24004210763930173,0.23990337946032184,0.23976474089426994,0.23962619187297418,0.23948773232832585,0.2393493621922795,0.23921108139685637,0.23907288987413922,0.23893478755627634,0.2387967743754791,0.23865885026402336,0.23852101515424806,0.23838326897855663,0.23824561166941527,0.23810804315935352,0.23797056338096656,0.23783317226690956,0.23769586974990367,0.23755865576273197,0.23742153023824106,0.23728449310934047,0.23714754430900303,0.23701068377026402,0.23687391142622194,0.2367372272100382,0.23660063105493617,0.2364641228942024,0.2363277026611862,0.23619137028929887,0.23605512571201415,0.23591896886286845,0.23578289967546018,0.23564691808344965,0.23551102402055984,0.2353752174205758,0.23523949821734333,0.2351038663447719,0.23496832173683135,0.23483286432755415,0.23469749405103382,0.23456221084142576,0.2344270146329467,0.2342919053598753,0.2341568829565509,0.23402194735737467,0.23388709849680883,0.23375233630937603,0.23361766072966214,0.2334830716923112,0.23334856913203034,0.23321415298358594,0.23307982318180748,0.23294557966158225,0.23281142235786031,0.23267735120565133,0.2325433661400257,0.23240946709611468,0.23227565400910963,0.23214192681426116,0.2320082854468823,0.2318747298423437,0.2317412599360777,0.2316078756635769,0.23147457696039245,0.23134136376213635,0.23120823600448037,0.2310751936231556,0.23094223655395277,0.23080936473272295,0.23067657809537576,0.2305438765778807,0.23041126011626636,0.23027872864662174,0.23014628210509344,0.23001392042788826,0.22988164355127252,0.22974945141156938,0.22961734394516392,0.22948532108849762,0.22935338277807246,0.22922152895044823,0.2290897595422435,0.2289580744901364,0.22882647373086196,0.22869495720121508,0.22856352483804837,0.22843217657827322,0.2283009123588588,0.2281697321168322,0.22803863578928055,0.22790762331334666,0.2277766946262323,0.22764584966519727,0.22751508836755963,0.2273844106706942,0.22725381651203422,0.22712330582907073,0.22699287855935232,0.22686253464048428,0.2267322740101301,0.22660209660601058,0.22647200236590379,0.22634199122764564,0.226212063129128,0.22608221800830017,0.2259524558031701,0.22582277645180063,0.22569317989231255,0.22556366606288278,0.22543423490174697,0.225304886347195,0.22517562033757518,0.22504643681129097,0.22491733570680403,0.2247883169626313,0.2246593805173464,0.2245305263095791,0.22440175427801642,0.22427306436140043,0.22414445649852935,0.22401593062825867,0.22388748668949843,0.22375912462121567,0.22363084436243227,0.22350264585222826,0.22337452902973567,0.2232464938341454,0.2231185402047027,0.22299066808070844,0.2228628774015191,0.22273516810654606,0.222607540135258,0.22247999342717625,0.22235252792187896,0.22222514355899894,0.22209784027822457,0.22197061801929857,0.2218434767220195,0.22171641632623973,0.22158943677186801,0.221462537998867,0.22133571994725332,0.22120898255709934,0.22108232576853212,0.22095574952173241,0.22082925375693635,0.22070283841443372,0.22057650343456925,0.22045024875774177,0.22032407432440335,0.220197980075063,0.22007196595028064,0.2199460318906716,0.21982017783690533,0.21969440372970556,0.2195687095098496,0.21944309511816712,0.21931756049554316,0.21919210558291666,0.21906673032127874,0.21894143465167562,0.21881621851520597,0.21869108185302166,0.21856602460632846,0.21844104671638642,0.21831614812450692,0.21819132877205533,0.2180665886004503,0.21794192755116445,0.2178173455657211,0.21769284258569907,0.2175684185527281,0.21744407340849176,0.2173198070947257,0.21719561955321903,0.2170715107258131,0.21694748055440208,0.2168235289809323,0.2166996559474024,0.2165758613958645,0.2164521452684217,0.21632850750723023,0.21620494805449808,0.21608146685248608,0.21595806384350652,0.21583473896992394,0.2157114921741547,0.21558832339866724,0.2154652325859821,0.21534221967867112,0.215219284619358,0.21509642735071938,0.2149736478154815,0.21485094595642343,0.21472832171637496,0.21460577503821834,0.2144833058648864,0.21436091413936456,0.21423859980468746,0.2141163628039423,0.2139942030802678,0.21387212057685262,0.2137501152369371,0.21362818700381336,0.21350633582082296,0.21338456163135908,0.2132628643788656,0.2131412440068374,0.21301970045881993,0.2128982336784092,0.21277684360925214,0.2126555301950455,0.21253429337953694,0.21241313310652515,0.2122920493198579,0.21217104196343428,0.2120501109812037,0.2119292563171646,0.21180847791536683,0.21168777571990965,0.21156714967494225,0.2114465997246653,0.21132612581332672,0.2112057278852261,0.21108540588471242,0.21096515975618518,0.21084498944409188,0.2107248948929309,0.2106048760472498,0.21048493285164616,0.21036506525076593,0.21024527318930558,0.21012555661201068,0.21000591546367509,0.20988634968914446,0.20976685923330993,0.20964744404111493,0.20952810405755062,0.20940883922765713,0.20928964949652365,0.2091705348092896,0.20905149511114068,0.2089325303473135,0.20881364046309264,0.20869482540381118,0.2085760851148516,0.20845741954164412,0.2083388286296685,0.2082203123244517,0.20810187057156992,0.20798350331664756,0.20786521050535767,0.20774699208342073,0.20762884799660627,0.20751077819073133,0.20739278261166158,0.2072748612053112,0.20715701391764066,0.2070392406946594,0.20692154148242597,0.20680391622704433,0.20668636487466788,0.20656888737149728,0.20645148366378022,0.20633415369781444,0.20621689741994204,0.20609971477655378,0.20598260571408986,0.20586557017903417,0.2057486081179217,0.20563171947733278,0.20551490420389432,0.20539816224428215,0.2052814935452184,0.20516489805347213,0.20504837571585985,0.20493192647924527,0.20481555029053794,0.20469924709669574,0.20458301684472235,0.20446685948166884,0.2043507749546323,0.20423476321075684,0.20411882419723462,0.20400295786130157,0.20388716415024175,0.20377144301138703,0.20365579439211282,0.203540218239843,0.2034247145020465,0.20330928312624,0.20319392405998501,0.20307863725088998,0.2029634226466084,0.20284828019484213,0.20273320984333681,0.20261821153988524,0.20250328523232505,0.20238843086854066,0.2022736483964622,0.20215893776406543,0.20204429891937134,0.20192973181044777,0.20181523638540677,0.20170081259240683,0.20158646037965267,0.2014721796953923,0.20135797048792103,0.2012438327055785,0.20112976629675058,0.2010157712098676,0.20090184739340552,0.20078799479588466,0.20067421336587274,0.2005605030519797,0.20044686380286167,0.2003332955672204,0.20021979829380165,0.2001063719313964,0.19999301642884051,0.19987973173501475,0.19976651779884372,0.19965337456929805,0.19954030199539202,0.19942730002618478,0.1993143686107799,0.19920150769832562,0.1990887172380145,0.19897599717908343,0.198863347470814,0.19875076806253128,0.19863825890360476,0.1985258199434499,0.1984134511315235,0.1983011524173283,0.1981889237504104,0.19807676508036007,0.19796467635681136,0.19785265752944223,0.1977407085479753,0.1976288293621761,0.19751701992185386,0.19740528017686249,0.1972936100770979,0.1971820095725009,0.1970704786130555,0.1969590171487897,0.19684762512977416,0.19673630250612348,0.19662504922799517,0.19651386524559106,0.19640275050915523,0.1962917049689754,0.19618072857538238,0.19606982127875017,0.19595898302949608,0.1958482137780804,0.19573751347500531,0.19562688207081871,0.19551631951610832,0.19540582576150642,0.19529540075768767,0.1951850444553692,0.19507475680531178,0.1949645377583182,0.19485438726523366,0.1947443052769467,0.19463429174438762,0.1945243466185294,0.19441446985038793,0.19430466139102134,0.19419492119152973,0.19408524920305548,0.1939756453767835,0.19386610966394188,0.19375664201579912,0.19364724238366654,0.19353791071889787,0.19342864697288878,0.19331945109707652,0.19321032304294103,0.19310126276200323,0.19299227020582632,0.19288334532601556,0.1927744880742182,0.19266569840212197,0.19255697626145785,0.19244832160399636,0.19233973438155258,0.19223121454598122,0.19212276204917805,0.19201437684308098,0.1919060588796698,0.19179780811096483,0.19168962448902868,0.1915815079659635,0.19147345849391506,0.19136547602506918,0.1912575605116515,0.1911497119059306,0.19104193016021553,0.1909342152268566,0.19082656705824394,0.19071898560681044,0.19061147082502813,0.1905040226654112,0.19039664108051282,0.19028932602293036,0.19018207744529803,0.19007489530029217,0.18996777954063163,0.18986073011907242,0.18975374698841344,0.18964683010149347,0.18953997941119108,0.18943319487042687,0.18932647643216077,0.18921982404939192,0.1891132376751619,0.1890067172625503,0.1889002627646797,0.18879387413471016,0.18868755132584217,0.1885812942913184,0.18847510298442016,0.1883689773584674,0.18826291736682224,0.1881569229628847,0.18805099410009746,0.1879451307319396,0.18783933281193246,0.18773360029363567,0.18762793313064946,0.1875223312766132,0.1874167946852057,0.18731132331014655,0.1872059171051925,0.1871005760241421,0.18699530002083226,0.18689008904913887,0.1867849430629788,0.1866798620163062,0.18657484586311546,0.18646989455744023,0.1863650080533528,0.1862601863049663,0.18615542926643053,0.18605073689193563,0.18594610913571044,0.18584154595202346,0.18573704729518112,0.18563261311952886,0.1855282433794523,0.18542393802937415,0.18531969702375717,0.18521552031710178,0.18511140786394728,0.18500735961887216,0.18490337553649347,0.18479945557146593,0.18469559967848478,0.18459180781228102,0.18448807992762592,0.18438441597932878,0.18428081592223655,0.18417727971123662,0.18407380730125136,0.18397039864724415,0.18386705370421522,0.18376377242720354,0.18366055477128582,0.18355740069157697,0.18345431014322927,0.18335128308143483,0.18324831946142262,0.1831454192384582,0.18304258236784698,0.1829398088049308,0.18283709850509164,0.18273445142374597,0.18263186751634974,0.18252934673839727,0.18242688904541915,0.18232449439298368,0.18222216273669775,0.18211989403220452,0.18201768823518513,0.18191554530135998,0.18181346518648286,0.18171144784634796,0.1816094932367871,0.1815076013136671,0.18140577203289318,0.18130400535040903,0.18120230122219336,0.18110065960426305,0.180999080452672,0.18089756372351135,0.18079610937290874,0.1806947173570294,0.18059338763207505,0.18049212015428423,0.18039091487993286,0.18028977176533284,0.1801886907668342,0.18008767184082142,0.17998671494371918,0.17988582003198525,0.17978498706211613,0.1796842159906435,0.17958350677413815,0.1794828593692042,0.17938227373248392,0.17928174982065606,0.17918128759043567,0.1790808869985734,0.17898054800185764,0.17888027055711134,0.1787800546211953,0.17867990015100554,0.17857980710347438,0.17847977543557084,0.17837980510429954,0.1782798960667011,0.17818004827985237,0.1780802617008655,0.17798053628689098,0.17788087199511163,0.1777812687827488,0.17768172660705858,0.17758224542533338,0.1774828251949007,0.17738346587312462,0.1772841674174041,0.17718492978517444,0.17708575293390602,0.17698663682110494,0.176887581404313,0.17678858664110741,0.17668965248910046,0.17659077890594096,0.1764919658493126,0.17639321327693322,0.17629452114655736,0.17619588941597464,0.17609731804300963,0.17599880698552248,0.17590035620140806,0.17580196564859651,0.17570363528505298,0.1756053650687789,0.17550715495780866,0.17540900491021305,0.17531091488409717,0.17521288483760164,0.17511491472890162,0.17501700451620691,0.17491915415776257,0.17482136361184764,0.17472363283677805,0.17462596179090123,0.17452835043260148,0.17443079872029735,0.17433330661244148,0.17423587406752192,0.17413850104405962,0.1740411875006126,0.17394393339577183,0.17384673868816172,0.1737496033364422,0.17365252729930805,0.17355551053548704,0.1734585530037429,0.17336165466287226,0.1732648154717067,0.17316803538911035,0.17307131437398462,0.17297465238526194,0.17287804938191,0.17278150532293013,0.17268502016735976,0.1725885938742683,0.17249222640275808,0.17239591771196738,0.17229966776106795,0.17220347650926457,0.172107343915796,0.17201126993993668,0.1719152545409914,0.17181929767830065,0.1717233993112396,0.17162755939921415,0.171531777901666,0.17143605477806959,0.17134038998793374,0.17124478349080025,0.17114923524624304,0.17105374521387134,0.17095831335332695,0.17086293962428503,0.17076762398645365,0.17067236639957623,0.17057716682342627,0.17048202521781258,0.1703869415425767,0.17029191575759342,0.1701969478227701,0.17010203769804766,0.17000718534339943,0.1699123907188335,0.16981765378438932,0.16972297450013915,0.1696283528261883,0.169533788722677,0.16943928214977505,0.1693448330676873,0.16925044143665066,0.16915610721693433,0.16906183036884245,0.1689676108527084,0.16887344862890052,0.1687793436578195,0.16868529589989706,0.16859130531560057,0.16849737186542746,0.16840349550990757,0.16830967620960408,0.1682159139251122,0.1681222086170603,0.16802856024610724,0.16793496877294747,0.16784143415830394,0.16774795636293371,0.16765453534762687,0.16756117107320298,0.16746786350051826,0.16737461259045597,0.16728141830393395,0.167188280601904,0.1670951994453456,0.16700217479527363,0.1669092066127334,0.1668162948588024,0.16672343949459045,0.16663064048123935,0.1665378977799216,0.1664452113518426,0.16635258115823917,0.1662600071603794,0.16616748931956374,0.1660750275971245,0.16598262195442415,0.16589027235285914,0.1657979787538554,0.1657057411188713,0.16561355940939734,0.1655214335869534,0.1654293636130926,0.16533734944939898,0.1652453910574887,0.16515348839900845,0.16506164143563587,0.16496985012907994,0.1648781144410833,0.16478643433341597,0.1646948097678818,0.1646032407063145,0.16451172711058046,0.16442026894257616,0.16432886616422804,0.1642375187374964,0.16414622662436934,0.16405498978686772,0.16396380818704395,0.16387268178698036,0.16378161054878965,0.16369059443461653,0.16359963340663516,0.1635087274270529,0.163417876458106,0.1633270804620601,0.16323633940121526,0.16314565323789965,0.1630550219344717,0.1629644454533227,0.16287392375687237,0.16278345680757147,0.16269304456790212,0.1626026870003764,0.1625123840675365,0.16242213573195574,0.16233194195623735,0.16224180270301447,0.16215171793495212,0.16206168761474407,0.16197171170511457,0.1618817901688202,0.16179192296864411,0.1617021100674021,0.16161235142794014,0.16152264701313304,0.16143299678588738,0.16134340070913786,0.16125385874585055,0.16116437085902074,0.16107493701167583,0.160985557166869,0.16089623128768837,0.16080695933724773,0.1607177412786929,0.16062857707519873,0.1605394666899703,0.1604504100862427,0.16036140722727982,0.16027245807637605,0.16018356259685468,0.16009472075207012,0.16000593250540526,0.159917197820273,0.15982851666011447,0.15973988898840183,0.15965131476863798,0.15956279396435116,0.15947432653910326,0.15938591245648331,0.15929755168010967,0.1592092441736327,0.1591209899007281,0.1590327888251036,0.15894464091049515,0.15885654612066918,0.15876850441941945,0.15868051577056996,0.15859258013797414,0.15850469748551368,0.1584168677771004,0.15832909097667372,0.15824136704820427,0.15815369595568943,0.15806607766315708,0.15797851213466316,0.1578909993342936,0.1578035392261612,0.15771613177441127,0.1576287769432127,0.15754147469676935,0.15745422499930808,0.1573670278150876,0.1572798831083963,0.1571927908435487,0.15710575098488896,0.15701876349679003,0.1569318283436541,0.15684494548991015,0.15675811490001879,0.15667133653846538,0.1565846103697665,0.15649793635846582,0.15641131446913742,0.15632474466638024,0.15623822691482622,0.1561517611791306,0.1560653474239808,0.15597898561409218,0.15589267571420548,0.15580641768909406,0.15572021150355492,0.1556340571224164,0.15554795451053377,0.155461903632792,0.1553759044541016,0.1552899569394026,0.15520406105366338,0.1551182167618793,0.155032424029076,0.15494668282030385,0.15486099310064344,0.15477535483520247,0.15468976798911668,0.15460423252754904,0.15451874841569227,0.15443331561876586,0.15434793410201558,0.15426260383071602,0.1541773247701718,0.15409209688571102,0.15400692014269274,0.1539217945065023,0.15383671994255269,0.15375169641628422,0.15366672389316724,0.1535818023386956,0.15349693171839315,0.15341211199781213,0.1533273431425293,0.15324262511815154,0.15315795789031114,0.15307334142466927,0.15298877568691419,0.1529042606427609,0.1528197962579509,0.15273538249825658,0.1526510193294731,0.15256670671742495,0.15248244462796406,0.1523982330269692,0.15231407188034568,0.15222996115402743,0.15214590081397383,0.15206189082617286,0.1519779311566374,0.15189402177140934,0.15181016263655658,0.15172635371817467,0.15164259498238514,0.15155888639533763,0.15147522792320667,0.1513916195321972,0.1513080611885366,0.15122455285848213,0.15114109450831686,0.15105768610435022,0.1509743276129203,0.150891019000389,0.15080776023314627,0.1507245512776086,0.15064139210022082,0.15055828266745108,0.1504752229457962,0.1503922129017797,0.15030925250195043,0.15022634171288415,0.15014348050118467,0.15006066883347954,0.14997790667642458,0.14989519399670137,0.14981253076101786,0.14972991693610843,0.14964735248873431,0.1495648373856817,0.1494823715937643,0.1493999550798227,0.14931758781072088,0.14923526975335172,0.14915300087463265,0.14907078114150873,0.1489886105209497,0.14890648897995243,0.14882441648553912,0.14874239300475825,0.14866041850468442,0.148578492952418,0.14849661631508673,0.1484147885598415,0.14833300965386118,0.14825127956435008,0.1481695982585378,0.14808796570368205,0.14800638186706253,0.14792484671598768,0.14784336021779074,0.14776192233983076,0.14768053304949286,0.14759919231418678,0.14751790010134877,0.1474366563784414,0.14735546111295214,0.14727431427239235,0.14719321582430278,0.14711216573624583,0.14703116397581167,0.14695021051061563,0.1468693053082981,0.14678844833652455,0.1467076395629876,0.14662687895540427,0.14654616648151517,0.1464655021090885,0.14638488580591852,0.14630431753982207,0.14622379727864213,0.14614332499024935,0.146062900642536,0.1459825242034219,0.14590219564085158,0.14582191492279423,0.1457416820172446,0.14566149689222152,0.14558135951577234,0.1455012698559642,0.14542122788089296,0.14534123355868003,0.1452612868574685,0.14518138774542877,0.14510153619075572,0.14502173216166914,0.14494197562641395,0.14486226655325876,0.1447826049104998,0.14470299066645445,0.1446234237894668,0.14454390424790742,0.14446443201016784,0.14438500704466728,0.14430562931984853,0.14422629880417906,0.14414701546615116,0.14406777927428202,0.143988590197113,0.1439094482032105,0.14383035326116445,0.14375130533959157,0.14367230440713066,0.14359335043244562,0.1435144433842255,0.1434355832311833,0.14335676994205795,0.14327800348561004,0.14319928383062627,0.14312061094591672,0.14304198480031866,0.14296340536268914,0.14288487260191274,0.14280638648689747,0.14272794698657568,0.1426495540699032,0.14257120770586124,0.14249290786345403,0.14241465451171112,0.14233644761968467,0.14225828715645278,0.14218017309111583,0.14210210539279908,0.14202408403065375,0.14194610897385085,0.1418681801915892,0.14179029765308818,0.14171246132759582,0.14163467118437895,0.14155692719273244,0.14147922932197204,0.1414015775414387,0.14132397182049716,0.14124641212853606,0.14116889843496738,0.14109143070922658,0.14101400892077534,0.14093663303909548,0.14085930303369457,0.14078201887410335,0.14070478052987617,0.14062758797059188,0.14055044116585166,0.14047334008528062,0.14039628469852805,0.1403192749752658,0.14024231088519154,0.14016539239802236,0.1400885194835028,0.14001169211139905,0.13993491025150115,0.13985817387362134,0.1397814829475959,0.1397048374432872,0.1396282373305764,0.13955168257937015,0.13947517315960054,0.13939870904121854,0.13932229019420148,0.1392459165885485,0.13916958819428366,0.13909330498145359,0.13901706692012555,0.13894087398039265,0.138864726132372,0.13878862334620054,0.13871256559204082,0.13863655284007723,0.13856058506051813,0.13848466222359437,0.13840878429955958,0.13833295125869088,0.13825716307128802,0.13818141970767336,0.13810572113819403,0.13803006733321596,0.1379544582631339,0.13787889389835906,0.13780337420933123,0.1377278991665081,0.1376524687403734,0.13757708290143275,0.13750174162021367,0.13742644486726716,0.13735119261316825,0.13727598482851203,0.1372008214839174,0.13712570255002604,0.13705062799750253,0.13697559779703314,0.13690061191932795,0.13682567033511858,0.1367507730151592,0.136675919930227,0.13660111105112108,0.13652634634866456,0.1364516257937012,0.13637694935709704,0.13630231700974194,0.136227728722548,0.13615318446644836,0.1360786842123991,0.13600422793137987,0.13592981559439044,0.13585544717245607,0.13578112263661923,0.13570684195794996,0.13563260510753813,0.13555841205649447,0.13548426277595346,0.1354101572370736,0.13533609541103114,0.13526207726902773,0.13518810278228552,0.13511417192205147,0.1350402846595903,0.1349664409661916,0.13489264081316688,0.13481888417184787,0.1347451710135915,0.1346715013097727,0.13459787503179235,0.1345242921510691,0.13445075263904774,0.13437725646719068,0.13430380360698593,0.13423039402994,0.1341570277075853,0.13408370461147154,0.1340104247131731,0.13393718798428486,0.13386399439642543,0.13379084392123197,0.13371773653036528,0.1336446721955075,0.13357165088836281,0.1334986725806565,0.13342573724413553,0.13335284485056847,0.13327999537174554,0.1332071887794784,0.13313442504560033,0.13306170414196655,0.132989026040453,0.13291639071295708,0.13284379813139868,0.1327712482677175,0.13269874109387766,0.13262627658186027,0.13255385470367062,0.13248147543133626,0.13240913873690371,0.13233684459244155,0.13226459297004028,0.13219238384181112,0.13212021717988678,0.13204809295642161,0.13197601114358998,0.13190397171358795,0.13183197463863475,0.13176001989096775,0.13168810744284565,0.13161623726655197,0.13154440933438677,0.13147262361867298,0.13140088009175666,0.13132917872600097,0.13125751949379336,0.13118590236754032,0.1311143273196699,0.13104279432263277,0.13097130334889767,0.13089985437095558,0.1308284473613188,0.13075708229252067,0.1306857591371135,0.1306144778676737,0.13054323845679616,0.13047204087709555,0.13040088510121128,0.13032977110179897,0.13025869885153835,0.13018766832312798,0.13011667948928873,0.13004573232275993,0.12997482679630462,0.12990396288270378,0.12983314055476056,0.12976235978529796,0.12969162054716013,0.12962092281321116,0.12955026655633697,0.12947965174944198,0.1294090783654524,0.12933854637731576,0.12926805575799952,0.12919760648048972,0.12912719851779475,0.12905683184294472,0.12898650642898715,0.12891622224899132,0.12884597927604682,0.12877577748326485,0.12870561684377496,0.12863549733072882,0.1285654189172955,0.12849538157666776,0.12842538528205752,0.1283554300066963,0.12828551572383567,0.12821564240674774,0.1281458100287259,0.12807601856308248,0.12800626798315004,0.12793655826228098,0.1278668893738507,0.12779726129124958,0.12772767398789342,0.12765812743721316,0.1275886216126645,0.12751915648771928,0.12744973203587107,0.12738034823063396,0.1273110050455423,0.12724170245414637,0.12717244043002263,0.12710321894676282,0.1270340379779811,0.12696489749730946,0.1268957974784012,0.12682673789492896,0.1267577187205855,0.12668873992908228,0.1266198014941542,0.12655090338954988,0.12648204558904383,0.1264132280664267,0.12634445079550885,0.12627571375012145,0.126207016904116,0.12613836023136218,0.12606974370575016,0.12600116730118932,0.12593263099160806,0.12586413475095773,0.1257956785532045,0.12572726237233625,0.12565888618236273,0.12559054995730853,0.12552225367122116,0.12545399729816661,0.1253857808122306,0.12531760418751794,0.12524946739815257,0.12518137041828029,0.12511331322206212,0.1250452957836818,0.12497731807734086,0.12490938007726095,0.12484148175768373,0.12477362309286817,0.12470580405709336,0.12463802462465881,0.12457028476988222,0.12450258446710044,0.12443492369066997,0.12436730241496677,0.12429972061438538,0.12423217826333921,0.12416467533626256,0.12409721180760813,0.12402978765184604,0.12396240284346717,0.12389505735698136,0.1238277511669174,0.12376048424782307,0.12369325657426526,0.12362606812082896,0.12355891886212139,0.12349180877276425,0.12342473782740157,0.12335770600069361,0.12329071326732371,0.12322375960198943,0.12315684497940976,0.12308996937432366,0.12302313276148576,0.12295633511567207,0.12288957641167572,0.12282285662431154,0.12275617572840995,0.1226895336988215,0.12262293051041517,0.12255636613807995,0.12248984055672205,0.12242335374126727,0.12235690566665919,0.12229049630786137,0.1222241256398546,0.1221577936376409,0.1220915002762376,0.12202524553068234,0.12195902937603133,0.12189285178735877,0.12182671273975974,0.1217606122083449,0.12169455016824397,0.12162852659460678,0.12156254146260045,0.1214965947474114,0.12143068642424341,0.12136481646831937,0.12129898485488047,0.12123319155918659,0.12116743655651642,0.12110171982216483,0.12103604133144934,0.12097040105970125,0.12090479898227192,0.12083923507453248,0.12077370931187147,0.1207082216696939,0.12064277212342507,0.12057736064850942,0.12051198722040657,0.12044665181459668,0.12038135440657752,0.12031609497186514,0.12025087348599385,0.12018568992451624,0.12012054426300142,0.12005543647703876,0.11999036654223694,0.11992533443421795,0.11986034012862541,0.11979538360112041,0.11973046482738352,0.11966558378311012,0.11960074044401461,0.1195359347858332,0.11947116678431376,0.11940643641522698,0.11934174365435972,0.11927708847751649,0.11921247086052049,0.11914789077921284,0.11908334820945143,0.119018843127114,0.11895437550809393,0.11888994532830331,0.11882555256367405,0.11876119719015292,0.11869687918370529,0.11863259852031467,0.11856835517598333,0.11850414912672992,0.11843998034859071,0.118375848817621,0.11831175450989194,0.1182476974014946,0.11818367746853596,0.11811969468714069,0.11805574903345292,0.11799184048363358,0.11792796901385791,0.11786413460032527,0.11780033721924657,0.11773657684685239,0.11767285345939399,0.11760916703313441,0.11754551754435788,0.11748190496936609,0.11741832928447721,0.11735479046602665,0.11729128849036843,0.11722782333387315,0.11716439497292849,0.11710100338394165,0.11703764854333526,0.11697433042754812,0.11691104901304088,0.11684780427628616,0.11678459619377707,0.11672142474202504,0.1166582898975555,0.1165951916369133,0.11653212993666054,0.11646910477337558,0.11640611612365538,0.11634316396411255,0.11628024827137863,0.11621736902210017,0.11615452619294468,0.11609171976059185,0.1160289497017413,0.1159662159931116,0.11590351861143432,0.115840857533461,0.11577823273595934,0.11571564419571427,0.11565309188952787,0.11559057579421841,0.1155280958866232,0.11546565214359518,0.11540324454200386,0.1153408730587362,0.11527853767069673,0.11521623835480602,0.11515397508800218,0.11509174784724048,0.11502955660949243,0.11496740135174635,0.11490528205100782,0.11484319868430108,0.11478115122866357,0.11471913966115165,0.1146571639588386,0.11459522409881434,0.11453332005818465,0.11447145181407448,0.11440961934362388,0.11434782262398815,0.11428606163234163,0.11422433634587494,0.11416264674179571,0.11410099279732572,0.1140393744897085,0.11397779179619852,0.11391624469407076,0.11385473316061519,0.11379325717313914,0.11373181670896625,0.11367041174543663,0.11360904225990713,0.11354770822975123,0.1134864096323587,0.11342514644513624,0.11336391864550663,0.11330272621090946,0.11324156911880079,0.11318044734665293,0.11311936087195508,0.1130583096722124,0.11299729372494677,0.11293631300769655,0.11287536749801624,0.11281445717347703,0.11275358201166628,0.11269274199018778,0.11263193708666176,0.11257116727872461,0.11251043254402913,0.11244973286024457,0.11238906820505616,0.11232843855616569,0.11226784389129119,0.11220728418816663,0.11214675942454275,0.11208626957818592,0.1120258146268793,0.11196539454842182,0.11190500932062868,0.11184465892133143,0.1117843433283776,0.11172406251963092,0.11166381647297116,0.11160360516629436,0.11154342857751255,0.11148328668455382,0.11142317946536248,0.11136310689789863,0.11130306896013879,0.1112430656300751,0.11118309688571607,0.11112316270508593,0.11106326306622503,0.11100339794718975,0.11094356732605226,0.11088377118090081,0.11082400948983966,0.11076428223098865,0.110704589382484,0.11064493092247742,0.1105853068291366,0.11052571708064529,0.11046616165520279,0.11040664053102454,0.11034715368634149,0.11028770109940066,0.11022828274846472,0.1101688986118122,0.11010954866773726,0.11005023289455011,0.10999095127057629,0.10993170377415747,0.10987249038365066,0.1098133110774289,0.10975416583388073,0.10969505463141037,0.1096359774484377,0.10957693426339847,0.10951792505474374,0.10945894980094036,0.1094000084804706,0.10934110107183273,0.10928222755354021,0.10922338790412214,0.10916458210212333,0.10910581012610404,0.10904707195463997,0.10898836756632242,0.10892969693975817,0.10887106005356954,0.1088124568863943,0.10875388741688555,0.10869535162371198,0.10863684948555778,0.1085783809811223,0.10851994608912052,0.10846154478828271,0.10840317705735457,0.10834484287509723,0.10828654222028697,0.10822827507171555,0.10817004140819016,0.10811184120853302,0.1080536744515819,0.10799554111618982,0.10793744118122489,0.10787937462557078,0.10782134142812613,0.10776334156780507,0.10770537502353664,0.1076474417742654,0.10758954179895092,0.107531675076568,0.10747384158610664,0.107416041306572,0.10735827421698434,0.10730054029637914,0.10724283952380681,0.10718517187833299,0.10712753733903854,0.10706993588501922,0.10701236749538587,0.10695483214926449,0.10689732982579601,0.1068398605041365,0.10678242416345689,0.1067250207829432,0.10666765034179662,0.10661031281923293,0.1065530081944832,0.10649573644679339,0.10643849755542419,0.10638129149965161,0.10632411825876617,0.10626697781207349,0.10620987013889412,0.10615279521856334,0.10609575303043142,0.10603874355386349,0.10598176676823938,0.1059248226529539,0.10586791118741648,0.10581103235105158,0.10575418612329839,0.10569737248361068,0.10564059141145718,0.10558384288632146,0.10552712688770148,0.1054704433951103,0.1054137923880754,0.10535717384613914,0.10530058774885857,0.10524403407580529,0.10518751280656567,0.10513102392074067,0.10507456739794589,0.10501814321781162,0.10496175135998273,0.10490539180411862,0.10484906452989341,0.10479276951699572,0.10473650674512874,0.10468027619401007,0.10462407784337219,0.1045679116729619,0.10451177766254037,0.10445567579188347,0.10439960604078166,0.10434356838903956,0.10428756281647657,0.10423158930292623,0.10417564782823685,0.10411973837227098,0.10406386091490555,0.10400801543603194,0.1039522019155562,0.1038964203333982,0.10384067066949265,0.10378495290378832,0.10372926701624859,0.10367361298685103,0.10361799079558745,0.10356240042246409,0.10350684184750149,0.10345131505073435,0.10339582001221186,0.10334035671199712,0.10328492513016779,0.10322952524681583,0.10317415704204698,0.10311882049598171,0.10306351558875428,0.10300824230051339,0.10295300061142183,0.1028977905016565,0.10284261195140851,0.10278746494088324,0.10273234945029985,0.10267726545989207,0.10262221294990732,0.10256719190060724,0.10251220229226783,0.10245724410517876,0.10240231731964389,0.10234742191598128,0.10229255787452282,0.10223772517561458,0.1021829237996164,0.1021281537269024,0.1020734149378606,0.10201870741289285,0.10196403113241512,0.10190938607685732,0.1018547722266632,0.10180018956229053,0.10174563806421093,0.10169111771290999,0.1016366284888872,0.10158217037265573,0.10152774334474299,0.10147334738568992,0.10141898247605141,0.1013646485963963,0.10131034572730699,0.10125607384937996,0.10120183294322538,0.10114762298946713,0.10109344396874304,0.10103929586170458,0.10098517864901693,0.10093109231135926,0.10087703682942403,0.10082301218391783,0.10076901835556094,0.10071505532508693,0.10066112307324358,0.10060722158079194,0.1005533508285069,0.10049951079717706,0.10044570146760444,0.10039192282060484,0.10033817483700784,0.10028445749765622,0.10023077078340675,0.10017711467512941,0.1001234891537081,0.10006989420004006,0.10001632979503619,0.09996279591962079,0.09990929255473194,0.09985581968132093,0.09980237728035272,0.09974896533280572,0.09969558381967186,0.09964223272195658,0.09958891202067852,0.09953562169687014,0.09948236173157717,0.09942913210585858,0.09937593280078703,0.09932276379744841,0.09926962507694212,0.09921651662038093,0.09916343840889075,0.09911039042361118,0.09905737264569499,0.09900438505630826,0.09895142763663053,0.09889850036785444,0.09884560323118612,0.09879273620784502,0.09873989927906358,0.09868709242608784,0.09863431563017701,0.09858156887260332,0.09852885213465262,0.09847616539762358,0.09842350864282846,0.0983708818515925,0.0983182850052541,0.09826571808516499,0.09821318107268993,0.09816067394920697,0.09810819669610729,0.09805574929479503,0.09800333172668768,0.09795094397321577,0.09789858601582287,0.09784625783596576,0.09779395941511412,0.09774169073475088,0.09768945177637199,0.09763724252148641,0.09758506295161613,0.09753291304829627,0.09748079279307477,0.09742870216751284,0.09737664115318445,0.09732460973167668,0.09727260788458961,0.09722063559353614,0.09716869284014223,0.0971167796060469,0.09706489587290179,0.09701304162237179,0.0969612168361344,0.09690942149588026,0.09685765558331284,0.09680591908014839,0.09675421196811616,0.0967025342289582,0.09665088584442934,0.09659926679629734,0.09654767706634272,0.09649611663635888,0.09644458548815196,0.09639308360354105,0.09634161096435775,0.09629016755244664,0.09623875334966497,0.09618736833788291,0.09613601249898304,0.09608468581486095,0.096033388267425,0.09598211983859593,0.09593088051030747,0.09587967026450592,0.09582848908315027,0.09577733694821233,0.09572621384167623,0.09567511974553904,0.0956240546418104,0.09557301851251249,0.09552201133968027,0.09547103310536106,0.09542008379161496,0.09536916338051471,0.09531827185414535,0.09526740919460482,0.09521657538400341,0.0951657704044639,0.09511499423812188,0.0950642468671251,0.09501352827363407,0.09496283843982177,0.09491217734787363,0.09486154497998753,0.09481094131837396,0.09476036634525564,0.09470982004286797,0.09465930239345868,0.09460881337928788,0.09455835298262827,0.09450792118576477,0.09445751797099482,0.09440714332062827,0.09435679721698717,0.09430647964240617,0.09425619057923215,0.09420593000982433,0.09415569791655438,0.09410549428180613,0.09405531908797592,0.09400517231747216,0.09395505395271585,0.09390496397614014,0.09385490237019029,0.09380486911732404,0.09375486420001143,0.09370488760073456,0.09365493930198794,0.09360501928627812,0.09355512753612406,0.09350526403405687,0.09345542876261975,0.09340562170436821,0.09335584284187,0.09330609215770477,0.09325636963446465,0.09320667525475368,0.09315700900118815,0.09310737085639652,0.09305776080301917,0.09300817882370889,0.09295862490113037,0.09290909901796032,0.09285960115688777,0.09281013130061354,0.09276068943185076,0.0927112755333245,0.09266188958777183,0.09261253157794193,0.09256320148659603,0.09251389929650718,0.09246462499046063,0.09241537855125354,0.09236615996169505,0.09231696920460636,0.09226780626282041,0.09221867111918236,0.09216956375654921,0.09212048415778976,0.09207143230578496,0.09202240818342744,0.09197341177362198,0.09192444305928509,0.09187550202334516,0.09182658864874255,0.09177770291842934,0.0917288448153697,0.09168001432253946,0.09163121142292628,0.09158243609952965,0.09153368833536114,0.09148496811344368,0.09143627541681242,0.0913876102285139,0.0913389725316068,0.09129036230916142,0.09124177954425974,0.0911932242199956,0.09114469631947458,0.09109619582581391,0.09104772272214266,0.09099927699160146,0.0909508586173427,0.09090246758253062,0.09085410387034089,0.09080576746396102,0.09075745834659014,0.09070917650143906,0.0906609219117302,0.09061269456069754,0.0905644944315869,0.09051632150765554,0.09046817577217234,0.09042005720841789,0.09037196579968428,0.09032390152927515,0.09027586438050582,0.09022785433670304,0.09017987138120517,0.09013191549736224,0.09008398666853566,0.09003608487809836,0.0899882101094348,0.08994036234594101,0.08989254157102451,0.08984474776810417,0.0897969809206106,0.0897492410119856,0.08970152802568256,0.08965384194516633,0.08960618275391316,0.08955855043541075,0.08951094497315831,0.08946336635066618,0.08941581455145647,0.0893682895590625,0.08932079135702886,0.08927331992891185,0.0892258752582787,0.08917845732870835,0.08913106612379097,0.08908370162712806,0.08903636382233233,0.08898905269302822,0.08894176822285091,0.08889451039544734,0.08884727919447548,0.08880007460360473,0.08875289660651575,0.08870574518690034,0.0886586203284617,0.08861152201491426,0.08856445022998362,0.08851740495740669,0.08847038618093145,0.08842339388431726,0.08837642805133472,0.08832948866576538,0.08828257571140215,0.08823568917204926,0.0881888290315217,0.08814199527364604,0.08809518788225969,0.08804840684121136,0.0880016521343609,0.08795492374557923,0.08790822165874834,0.08786154585776142,0.0878148963265227,0.08776827304894758,0.08772167600896234,0.08767510519050453,0.08762856057752272,0.08758204215397641,0.08753554990383633,0.08748908381108408,0.08744264385971237,0.08739623003372489,0.08734984231713638,0.08730348069397256,0.08725714514827015,0.08721083566407671,0.08716455222545108,0.0871182948164627,0.08707206342119223,0.08702585802373118,0.08697967860818204,0.08693352515865808,0.08688739765928377,0.08684129609419418,0.08679522044753547,0.08674917070346466,0.08670314684614963,0.08665714885976918,0.08661117672851287,0.08656523043658122,0.08651930996818565,0.08647341530754823,0.08642754643890219,0.08638170334649106,0.08633588601456971,0.08629009442740355,0.08624432856926882,0.08619858842445254,0.08615287397725267,0.08610718521197769,0.08606152211294701,0.08601588466449073,0.08597027285094971,0.08592468665667562,0.08587912606603072,0.08583359106338813,0.08578808163313156,0.08574259775965545,0.0856971394273651,0.08565170662067624,0.08560629932401544,0.08556091752181993,0.08551556119853747,0.08547023033862673,0.0854249249265567,0.08537964494680726,0.08533439038386889,0.0852891612222425,0.08524395744643974,0.08519877904098307,0.08515362599040507,0.08510849827924932,0.08506339589206979,0.08501831881343101,0.08497326702790818,0.08492824052008695,0.08488323927456352,0.08483826327594475,0.08479331250884782,0.08474838695790061,0.08470348660774132,0.08465861144301892,0.08461376144839265,0.0845689366085323,0.0845241369081181,0.08447936233184088,0.08443461286440178,0.08438988849051242,0.08434518919489496,0.08430051496228184,0.08425586577741613,0.08421124162505109,0.08416664248995057,0.08412206835688872,0.08407751921065013,0.08403299503602975,0.08398849581783287,0.08394402154087528,0.08389957218998305,0.08385514774999252,0.08381074820575055,0.08376637354211412,0.08372202374395074,0.08367769879613816,0.08363339868356436,0.08358912339112781,0.08354487290373712,0.08350064720631117,0.08345644628377932,0.0834122701210809,0.08336811870316574,0.0833239920149939,0.08327989004153555,0.08323581276777124,0.08319176017869172,0.08314773225929784,0.08310372899460082,0.08305975036962203,0.08301579636939303,0.08297186697895556,0.08292796218336154,0.08288408196767313,0.08284022631696264,0.08279639521631237,0.08275258865081501,0.08270880660557323,0.08266504906569988,0.08262131601631802,0.0825776074425607,0.08253392332957109,0.08249026366250257,0.08244662842651855,0.08240301760679249,0.08235943118850796,0.08231586915685861,0.08227233149704817,0.08222881819429033,0.08218532923380897,0.08214186460083787,0.08209842428062092,0.08205500825841208,0.08201161651947514,0.08196824904908406,0.08192490583252288,0.0818815868550853,0.08183829210207537,0.08179502155880682,0.08175177521060359,0.08170855304279949,0.08166535504073812,0.0816221811897733,0.08157903147526861,0.0815359058825976,0.08149280439714376,0.08144972700430042,0.08140667368947092,0.08136364443806847,0.0813206392355161,0.08127765806724674,0.08123470091870331,0.08119176777533846,0.08114885862261477,0.0811059734460046,0.08106311223099025,0.08102027496306383,0.08097746162772711,0.08093467221049198,0.08089190669687994,0.08084916507242233,0.08080644732266033,0.08076375343314478,0.08072108338943648,0.0806784371771059,0.08063581478173333,0.08059321618890876,0.08055064138423194,0.08050809035331243,0.08046556308176944,0.0804230595552319,0.08038057975933856,0.08033812367973786,0.0802956913020878,0.08025328261205635,0.08021089759532084,0.08016853623756853,0.08012619852449636,0.08008388444181071,0.08004159397522782,0.0799993271104736,0.07995708383328334,0.07991486412940241,0.07987266798458537,0.07983049538459662,0.07978834631521022,0.07974622076220966,0.07970411871138823,0.07966204014854869,0.07961998505950334,0.07957795343007418,0.07953594524609273,0.07949396049339999,0.07945199915784669,0.07941006122529298,0.07936814668160848,0.07932625551267264,0.07928438770437404,0.07924254324261112,0.07920072211329153,0.07915892430233269,0.0791171497956614,0.07907539857921386,0.07903367063893592,0.0789919659607828,0.07895028453071923,0.07890862633471936,0.07886699135876671,0.0788253795888545,0.07878379101098514,0.07874222561117059,0.07870068337543211,0.07865916428980062,0.07861766834031612,0.07857619551302832,0.07853474579399607,0.07849331916928776,0.07845191562498113,0.07841053514716327,0.0783691777219306,0.078327843335389,0.07828653197365353,0.07824524362284879,0.07820397826910855,0.07816273589857599,0.07812151649740365,0.07808032005175326,0.07803914654779599,0.07799799597171214,0.07795686830969144,0.0779157635479329,0.07787468167264469,0.07783362267004439,0.07779258652635886,0.07775157322782397,0.07771058276068513,0.07766961511119673,0.07762867026562263,0.07758774821023584,0.07754684893131844,0.07750597241516194,0.07746511864806696,0.07742428761634322,0.07738347930630989,0.07734269370429499,0.07730193079663593,0.07726119056967934,0.07722047300978077,0.07717977810330517,0.07713910583662656,0.07709845619612796,0.07705782916820181,0.07701722473924932,0.0769766428956811,0.0769360836239169,0.07689554691038523,0.07685503274152411,0.07681454110378037,0.07677407198361001,0.07673362536747821,0.07669320124185906,0.07665279959323575,0.07661242040810068,0.07657206367295506,0.0765317293743093,0.07649141749868281,0.076451128032604,0.07641086096261042,0.07637061627524835,0.07633039395707346,0.07629019399465013,0.07625001637455184,0.07620986108336111,0.07616972810766927,0.07612961743407674,0.07608952904919307,0.07604946293963635,0.07600941909203404,0.07596939749302233,0.07592939812924633,0.07588942098736025,0.07584946605402701,0.07580953331591857,0.07576962275971584,0.07572973437210856,0.07568986813979539,0.07565002404948386,0.07561020208789032,0.0755704022417403,0.07553062449776775,0.07549086884271582,0.07545113526333637,0.07541142374639012,0.07537173427864666,0.07533206684688454,0.07529242143789083,0.07525279803846174,0.07521319663540203,0.07517361721552548,0.07513405976565464,0.0750945242726207,0.07505501072326376,0.07501551910443272,0.07497604940298515,0.07493660160578756,0.07489717569971502,0.0748577716716515,0.0748183895084897,0.07477902919713089,0.07473969072448541,0.07470037407747206,0.07466107924301833,0.07462180620806065,0.07458255495954397,0.07454332548442202,0.07450411776965722,0.07446493180222068,0.07442576756909217,0.07438662505726011,0.07434750425372166,0.07430840514548262,0.07426932771955737,0.07423027196296901,0.07419123786274932,0.07415222540593858,0.07411323457958581,0.07407426537074863,0.07403531776649323,0.07399639175389455,0.07395748732003583,0.07391860445200922,0.0738797431369154,0.07384090336186343,0.07380208511397117,0.07376328838036492,0.07372451314817959,0.07368575940455868,0.07364702713665415,0.07360831633162654,0.073569626976645,0.0735309590588871,0.07349231256553904,0.07345368748379535,0.0734150838008593,0.07337650150394256,0.07333794058026524,0.07329940101705607,0.07326088280155207,0.07322238592099899,0.07318391036265084,0.07314545611377023,0.07310702316162808,0.07306861149350397,0.0730302210966857,0.0729918519584697,0.07295350406616068,0.0729151774070719,0.072876871968525,0.07283858773784996,0.07280032470238525,0.07276208284947772,0.07272386216648255,0.07268566264076351,0.07264748425969246,0.0726093270106498,0.0725711908810244,0.07253307585821324,0.07249498192962184,0.072456909082664,0.07241885730476195,0.07238082658334612,0.07234281690585526,0.07230482825973669,0.07226686063244579,0.07222891401144632,0.07219098838421037,0.07215308373821838,0.07211520006095895,0.07207733733992912,0.07203949556263402,0.07200167471658725,0.0719638747893106,0.071926095768334,0.07188833764119586,0.07185060039544272,0.07181288401862929,0.07177518849831865,0.071737513822082,0.07169985997749886,0.07166222695215695,0.0716246147336521,0.07158702330958848,0.07154945266757831,0.07151190279524211,0.07147437368020866,0.07143686531011474,0.07139937767260533,0.0713619107553338,0.07132446454596131,0.07128703903215756,0.07124963420160008,0.07121225004197476,0.07117488654097553,0.07113754368630444,0.07110022146567169,0.07106291986679567,0.0710256388774027,0.07098837848522739,0.07095113867801238,0.07091391944350832,0.07087672076947413,0.07083954264367659,0.07080238505389079,0.0707652479878997,0.0707281314334944,0.07069103537847411,0.07065395981064601,0.07061690471782539,0.07057987008783549,0.07054285590850762,0.07050586216768119,0.07046888885320357,0.07043193595293006,0.07039500345472421,0.07035809134645725,0.07032119961600863,0.0702843282512658,0.07024747724012405,0.07021064657048674,0.07017383623026513,0.0701370462073786,0.07010027648975435,0.07006352706532754,0.07002679792204133,0.06999008904784686,0.06995340043070303,0.06991673205857693,0.06988008391944334,0.06984345600128501,0.0698068482920928,0.06977026077986519,0.06973369345260869,0.06969714629833777,0.06966061930507467,0.06962411246084961,0.06958762575370052,0.06955115917167344,0.06951471270282218,0.06947828633520828,0.0694418800569012,0.06940549385597848,0.06936912772052509,0.06933278163863418,0.06929645559840648,0.06926014958795076,0.06922386359538346,0.0691875976088289,0.06915135161641914,0.06911512560629413,0.0690789195666015,0.06904273348549685,0.0690065673511433,0.06897042115171195,0.06893429487538166,0.06889818851033891,0.06886210204477809,0.06882603546690134,0.06878998876491835,0.06875396192704686,0.06871795494151202,0.06868196779654695,0.06864600048039246,0.06861005298129692,0.06857412528751662,0.06853821738731536,0.06850232926896478,0.06846646092074428,0.06843061233094068,0.06839478348784869,0.0683589743797707,0.0683231849950167,0.06828741532190438,0.06825166534875905,0.06821593506391371,0.06818022445570905,0.06814453351249325,0.06810886222262236,0.06807321057445989,0.06803757855637697,0.06800196615675248,0.06796637336397275,0.06793080016643184,0.06789524655253144,0.06785971251068065,0.06782419802929639,0.06778870309680302,0.06775322770163249,0.06771777183222444,0.06768233547702592,0.06764691862449158,0.06761152126308381,0.06757614338127227,0.06754078496753436,0.06750544601035499,0.06747012649822651,0.06743482641964892,0.06739954576312966,0.06736428451718374,0.06732904267033368,0.06729382021110943,0.06725861712804855,0.06722343340969605,0.06718826904460437,0.0671531240213336,0.06711799832845106,0.06708289195453176,0.06704780488815813,0.06701273711791991,0.06697768863241459,0.06694265942024681,0.06690764947002878,0.06687265877038029,0.06683768730992824,0.06680273507730733,0.0667678020611594,0.06673288825013379,0.06669799363288736,0.06666311819808418,0.0666282619343959,0.06659342483050153,0.06655860687508733,0.06652380805684711,0.06648902836448202,0.0664542677867005,0.06641952631221848,0.06638480392975914,0.0663501006280531,0.06631541639583831,0.06628075122186004,0.06624610509487089,0.06621147800363095,0.06617686993690731,0.06614228088347476,0.06610771083211515,0.06607315977161775,0.06603862769077916,0.06600411457840315,0.06596962042330094,0.06593514521429103,0.06590068894019901,0.06586625158985805,0.06583183315210837,0.0657974336157975,0.06576305296978034,0.06572869120291891,0.06569434830408262,0.06566002426214797,0.06562571906599886,0.06559143270452637,0.06555716516662871,0.06552291644121151,0.06548868651718749,0.06545447538347658,0.06542028302900606,0.06538610944271016,0.06535195461353055,0.06531781853041607,0.06528370118232253,0.0652496025582132,0.0652155226470584,0.06518146143783564,0.06514741891952959,0.06511339508113201,0.06507938991164194,0.06504540340006561,0.06501143553541616,0.06497748630671414,0.0649435557029871,0.0649096437132697,0.06487575032660382,0.06484187553203836,0.06480801931862941,0.06477418167544018,0.06474036259154088,0.06470656205600893,0.06467278005792881,0.06463901658639204,0.06460527163049731,0.0645715451793503,0.06453783722206385,0.06450414774775781,0.06447047674555913,0.06443682420460171,0.06440319011402675,0.06436957446298215,0.0643359772406232,0.06430239843611193,0.06426883803861765,0.06423529603731654,0.06420177242139176,0.06416826718003373,0.06413478030243956,0.06410131177781363,0.06406786159536723,0.06403442974431858,0.06400101621389293,0.0639676209933226,0.06393424407184674,0.06390088543871159,0.06386754508317023,0.063834222994483,0.06380091916191688,0.06376763357474585,0.063734366222251,0.0637011170937203,0.06366788617844851,0.06363467346573759,0.06360147894489616,0.06356830260523993,0.06353514443609155,0.0635020044267804,0.06346888256664297,0.0634357788450226,0.06340269325126943,0.06336962577474058,0.06333657640479999,0.0633035451308186,0.06327053194217422,0.06323753682825134,0.06320455977844147,0.06317160078214308,0.06313865982876124,0.06310573690770808,0.06307283200840251,0.06303994512027027,0.06300707623274396,0.06297422533526298,0.06294139241727359,0.06290857746822888,0.06287578047758872,0.06284300143481984,0.06281024032939567,0.0627774971507966,0.06274477188850973,0.06271206453202889,0.06267937507085489,0.06264670349449507,0.06261404979246377,0.06258141395428198,0.06254879596947746,0.06251619582758476,0.062483613518145256,0.062451049030706966,0.06241850235482467,0.06238597348005993,0.062353462395981024,0.06232096909216303,0.062288493558187615,0.06225603578364327,0.06222359575812527,0.062191173471235366,0.06215876891258234,0.06212638207178134,0.06209401293845444,0.06206166150223037,0.06202932775274451,0.061997011679638905,0.06196471327256235,0.061932432521170255,0.061900169415124745,0.061867923944094516,0.06183569609775501,0.06180348586578833,0.06177129323788315,0.06173911820373491,0.061706960753045575,0.06167482087552377,0.06164269856088483,0.06161059379885053,0.06157850657914952,0.06154643689151687,0.06151438472569432,0.061482350071430214,0.06145033291847956,0.06141833325660381,0.061386351075571215,0.061354386365156346,0.061322439115140626,0.061290509315311964,0.06125859695546469,0.06122670202539992,0.06119482451492518,0.06116296441385464,0.06113112171200902,0.061099296399215464,0.061067488465307865,0.061035697900126515,0.0610039246935182,0.060972168835336446,0.06094043031544103,0.06090870912369843,0.06087700524998163,0.060845318684169994,0.06081364941614955,0.06078199743581275,0.0607503627330585,0.060718745297792344,0.06068714511992608,0.06065556218937823,0.06062399649607365,0.06059244802994368,0.060560916780926184,0.06052940273896545,0.060497905894012174,0.060466426236023656,0.06043496375496341,0.06040351844080167,0.06037209028351492,0.060340679273086076,0.06030928539950459,0.06027790865276631,0.06024654902287341,0.06021520649983462,0.06018388107366496,0.060152572734385915,0.06012128147202539,0.06009000727661762,0.06005875013820329,0.060027510046829484,0.059996286992549545,0.059965080965423447,0.05993389195551726,0.05990271995290356,0.05987156494766134,0.0598404269298758,0.05980930588963865,0.0597782018170478,0.05974711470220766,0.05971604453522889,0.05968499130622846,0.05965395500532976,0.0596229356226625,0.05959193314836261,0.059560947572572444,0.0595299788854406,0.05949902707712206,0.059468092137778046,0.059437174057576106,0.059406272826690074,0.05937538843530011,0.05934452087359255,0.059313670131760234,0.05928283620000202,0.05925201906852318,0.0592212187275353,0.05919043516725607,0.05915966837790957,0.05912891834972615,0.05909818507294225,0.05906746853780077,0.05903676873455064,0.0590060856534472,0.05897541928475192,0.058944769618732545,0.05891413664566302,0.05888352035582353,0.058852920739500436,0.05882233778698635,0.05879177148858008,0.05876122183458655,0.05873068881531709,0.05870017242108894,0.05866967264222582,0.05863918946905735,0.05860872289191953,0.058578272901154506,0.05854783948711049,0.05851742264014194,0.0584870223506095,0.05845663860887987,0.058426271405326025,0.05839592073032694,0.05836558657426788,0.058335268927540165,0.05830496778054125,0.058274683123674745,0.05824441494735039,0.058214163241984036,0.058183927997997625,0.05815370920581921,0.05812350685588299,0.058093320938629275,0.05806315144450442,0.05803299836396089,0.058002861687457254,0.0579727414054582,0.057942637508434425,0.05791254998686275,0.057882478831225985,0.05785242403201321,0.05782238557971931,0.05779236346484539,0.05776235767789865,0.057732368209392135,0.05770239504984519,0.05767243818978293,0.05764249761973676,0.057612573330244034,0.05758266531184803,0.05755277355509814,0.057522898050549845,0.057493038788764446,0.057463195760309456,0.057433368955758235,0.05740355836569032,0.057373763980691085,0.05734398579135195,0.05731422378827036,0.05728447796204971,0.05725474830329936,0.05722503480263473,0.05719533745067707,0.057165656238053766,0.05713599115539804,0.05710634219334911,0.057076709342552184,0.05704709259365834,0.05701749193732469,0.05698790736421426,0.05695833886499597,0.05692878643034472,0.0568992500509414,0.05686972971747267,0.056840225420631225,0.05681073715111561,0.05678126489963037,0.05675180865688593,0.05672236841359849,0.056692944160490345,0.0566635358882896,0.05663414358773018,0.056604767249552025,0.056575406864500855,0.05654606242332834,0.056516733916792024,0.05648742133565522,0.05645812467068719,0.05642884391266313,0.056399579052363896,0.05637033008057642,0.05634109698809328,0.05631187976571303,0.05628267840424008,0.0562534928944845,0.0562243232272625,0.05619516939339575,0.056166031383712005,0.0561369091890448,0.05610780280023341,0.05607871220812295,0.056049637403564403,0.056020578377414434,0.05599153512053566,0.05596250762379633,0.05593349587807062,0.05590449987423845,0.05587551960318545,0.055846555055803104,0.05581760622298872,0.05578867309564523,0.05575975566468146,0.05573085392101193,0.055701967855556936,0.05567309745924256,0.05564424272300056,0.05561540363776849,0.05558658019448968,0.05555777238411311,0.055528980197593544,0.055500203625891496,0.055471442659973114,0.055442697290810444,0.055413967509381025,0.05538525330666823,0.05535655467366121,0.05532787160135466,0.05529920408074909,0.05527055210285065,0.05524191565867121,0.055213294739228355,0.055184689335545246,0.055156099438650845,0.055127525039579794,0.05509896612937227,0.055070422699074265,0.05504189473973731,0.05501338224241868,0.05498488519818135,0.0549564035980938,0.054927937433230316,0.054899486694670686,0.05487105137350043,0.05484263146081069,0.05481422694769815,0.05478583782526531,0.05475746408462015,0.05472910571687625,0.0547007627131529,0.05467243506457495,0.054644122762272845,0.054615825797382715,0.054587544161046164,0.054559277844410475,0.05453102683862852,0.05450279113485874,0.05447457072426517,0.054446365598017375,0.05441817574729058,0.054390001163265554,0.054361841837128576,0.054333697760071555,0.054305568923291955,0.05427745531799274,0.05424935693538252,0.05422127376667535,0.05419320580309086,0.05416515303585433,0.054137115456196365,0.05410909305535329,0.054081085824566916,0.05405309375508448,0.05402511683815888,0.0539971550650484,0.053969208427016926,0.05394127691533383,0.05391336052127397,0.053885459236117754,0.053857573051151034,0.05382970195766515,0.05380184594695699,0.05377400501032887,0.053746179139088586,0.0537183683245495,0.053690572558030315,0.05366279183085535,0.053635026134354225,0.05360727545986215,0.05357953979871976,0.053551819142273145,0.05352411348187379,0.053496422808878744,0.05346874711465035,0.05344108639055652,0.053413440627970515,0.05338580981827108,0.0533581939528424,0.053330593023074,0.053303007020360865,0.053275435936103475,0.05324787976170763,0.05322033848858454,0.053192812108150835,0.05316530061182857,0.0531378039910452,0.05311032223723351,0.053082855341831735,0.05305540329628348,0.05302796609203774,0.05300054372054886,0.052973136173276536,0.05294574344168592,0.05291836551724751,0.05289100239143706,0.05286365405573578,0.052836320501630306,0.0528090017206124,0.05278169770417941,0.05275440844383386,0.052727133931083664,0.0526998741574422,0.05267262911442795,0.05264539879356485,0.05261818318638222,0.05259098228441453,0.05256379607920176,0.05253662456228903,0.05250946772522688,0.05248232555957117,0.05245519805688294,0.05242808520872868,0.05240098700668004,0.052373903442314046,0.052346834507212996,0.05231978019296443,0.05229274049116122,0.05226571539340152,0.05223870489128867,0.052211708976431376,0.05218472764044356,0.05215776087494444,0.052130808671558476,0.0521038710219153,0.05207694791764992,0.05205003935040256,0.05202314531181859,0.05199626579354879,0.051969400787249,0.05194255028458038,0.05191571427720935,0.051888892756807456,0.05186208571505155,0.051835293143623735,0.05180851503421115,0.05178175137850629,0.05175500216820687,0.051728267395015716,0.05170154705064092,0.05167484112679573,0.05164814961519858,0.05162147250757317,0.051594809795648275,0.05156816147115792,0.05154152752584127,0.051514907951442694,0.05148830273971174,0.05146171188240305,0.05143513537127652,0.05140857319809714,0.051382025354635034,0.051355491832665634,0.05132897262396927,0.05130246772033164,0.051275977113543494,0.05124950079540063,0.05122303875770417,0.0511965909922602,0.051170157490879976,0.051143738245379974,0.05111733324758163,0.05109094248931159,0.0510645659624017,0.051038203658688636,0.05101185557001448,0.0509855216882262,0.05095920200517601,0.05093289651272114,0.050906605202723915,0.05088032806705173,0.05085406509757715,0.050827816286177725,0.05080158162473613,0.050775361105140075,0.050749154719282354,0.05072296245906087,0.0506967843163785,0.050670620283143286,0.050644470351268234,0.05061833451267142,0.05059221275927603,0.05056610508301017,0.05054001147580715,0.050513931929605196,0.050487866436347575,0.0504618149879826,0.050435777576463676,0.05040975419374911,0.050383744831802385,0.05035774948259178,0.050331768138090795,0.05030580079027787,0.05027984743113637,0.0502539080526548,0.05022798264682652,0.050202071205649984,0.05017617372112864,0.05015029018527086,0.050124420590090035,0.05009856492760456,0.05007272318983773,0.050046895368817956,0.050021081456578416,0.04999528144515741,0.04996949532659822,0.04994372309294898,0.04991796473626279,0.04989222024859781,0.04986648962201703,0.04984077284858846,0.049815069920384994,0.049789380829484524,0.04976370556796988,0.04973804412792875,0.049712396501453815,0.049686762680642704,0.04966114265759785,0.04963553642442676,0.049609943973241706,0.04958436529615999,0.049558800385303796,0.04953324923280014,0.04950771183078098,0.04948218817138329,0.04945667824674873,0.04943118204902399,0.0494056995703606,0.04938023080291501,0.04935477573884852,0.049329334370327285,0.04930390668952236,0.04927849268860975,0.04925309235977016,0.04922770569518933,0.04920233268705768,0.049176973327570685,0.04915162760892856,0.04912629552333632,0.049100977063003974,0.049075672220146235,0.04905038098698273,0.04902510335573795,0.0489998393186411,0.048974588867926376,0.04894935199583268,0.04892412869460376,0.048898918956488235,0.04887372277373945,0.04884854013861565,0.04882337104337989,0.04879821548029996,0.04877307344164849,0.04874794491970295,0.04872282990674552,0.04869772839506327,0.04867264037694797,0.04864756584469626,0.048622504790609505,0.048597457206993835,0.048572423086160256,0.04854740242042446,0.04852239520210689,0.04849740142353285,0.04847242107703227,0.04844745415494002,0.04842250064959561,0.04839756055334326,0.04837263385853206,0.04834772055751581,0.04832282064265293,0.04829793410630683,0.0482730609408454,0.04824820113864142,0.048223354692072354,0.04819852159352039,0.048173701835372444,0.04814889541002016,0.04812410230985987,0.048099322527292696,0.04807455605472432,0.04804980288456533,0.048025063009230914,0.048000336421140884,0.04797562311271992,0.047950923076397214,0.047926236304606795,0.047901562789787355,0.04787690252438218,0.04785225550083935,0.04782762171161157,0.04780300114915619,0.047778393805935314,0.0477537996744156,0.047729218747068466,0.04770465101637003,0.0476800964748009,0.047655555114846496,0.04763102692899683,0.047606511909746546,0.04758201004959502,0.04755752134104614,0.047533045776608523,0.047508583348795444,0.04748413405012469,0.047459697873118815,0.04743527481030495,0.04741086485421479,0.04738646799738474,0.04736208423235576,0.04733771355167345,0.04731335594788805,0.047289011413554315,0.047264679941231735,0.04724036152348429,0.047216056152880596,0.0471917638219939,0.04716748452340197,0.04714321824968718,0.04711896499343664,0.04709472474724174,0.047070497503698724,0.04704628325540828,0.047022081994975706,0.046997893715010855,0.04697371840812813,0.046949556066946584,0.04692540668408973,0.046901270252185635,0.04687714676386702,0.04685303621177105,0.04682893858853951,0.0468048538868187,0.04678078209925945,0.04675672321851714,0.046732677237251725,0.04670864414812758,0.04668462394381376,0.046660616616983716,0.04663662216031551,0.046612640566491684,0.04658867182819924,0.046564715938129796,0.04654077288897948,0.04651684267344881,0.04649292528424293,0.046469020714071385,0.04644512895564832,0.04642125000169232,0.046397383844926414,0.046373530478078205,0.046349689893879775,0.04632586208506763,0.04630204704438279,0.04627824476457069,0.04625445523838137,0.04623067845856925,0.04620691441789321,0.0461831631091166,0.0461594245250073,0.046135698658337526,0.04611198550188409,0.046088285048428095,0.046064597290755224,0.04604092222165557,0.04601725983392362,0.045993610120358394,0.04596997307376323,0.04594634868694597,0.04592273695271894,0.045899137863898744,0.04587555141330654,0.045851977593767884,0.045828416398112685,0.04580486781917533,0.04578133184979458,0.045757808482813654,0.04573429771108015,0.04571079952744602,0.0456873139247677,0.045663840895905965,0.04564038043372603,0.04561693253109743,0.045593497180894164,0.04557007437599456,0.04554666410928136,0.045523266373641694,0.04549988116196699,0.045476508467153204,0.04545314828210046,0.045429800599713445,0.04540646541290102,0.04538314271457658,0.04535983249765779,0.04533653475506666,0.04531324947972959,0.045289976664577326,0.04526671630254489,0.04524346838657181,0.045220232909601726,0.04519700986458278,0.045173799244467454,0.04515060104221245,0.04512741525077889,0.04510424186313215,0.045081080872242024,0.04505793227108254,0.045034796052632046,0.04501167220987327,0.04498856073579321,0.04496546162338312,0.044942374865638665,0.04491930045555971,0.04489623838615047,0.04487318865041948,0.044850151241379504,0.04482712615204761,0.04480411337544525,0.04478111290459799,0.04475812473253583,0.04473514885229292,0.0447121852569078,0.04468923393942322,0.04466629489288622,0.044643368110348046,0.04462045358486433,0.044597551309494846,0.0445746612773037,0.04455178348135918,0.04452891791473391,0.04450606457050471,0.04448322344175266,0.044460394521563064,0.044437577803025534,0.04441477327923379,0.04439198094328596,0.04436920078828419,0.044346432807335086,0.04432367699354933,0.04430093334004183,0.044278201839931766,0.04425548248634255,0.044232775272401714,0.04421008019124111,0.04418739723599672,0.044164726399808764,0.04414206767582168,0.04411942105718408,0.04409678653704878,0.04407416410857278,0.04405155376491727,0.04402895549924769,0.04400636930473355,0.04398379517454868,0.04396123310187095,0.04393868307988251,0.043916145101769645,0.04389361916072279,0.04387110524993663,0.043848603362609914,0.04382611349194558,0.04380363563115078,0.04378116977343678,0.043758715912019006,0.04373627404011706,0.0437138441509546,0.043691426237759554,0.04366902029376395,0.04364662631220389,0.0436242442863197,0.04360187420935583,0.043579516074560794,0.0435571698751873,0.043534835604492186,0.04351251325573634,0.043490202822184854,0.04346790429710688,0.04344561767377572,0.043423342945468804,0.043401080105467615,0.043378829147057776,0.043356590063528974,0.043334362848175094,0.04331214749429401,0.04328994399518775,0.04326775234416243,0.04324557253452826,0.04322340455959947,0.04320124841269451,0.043179104087135746,0.04315697157624976,0.04313485087336716,0.04311274197182258,0.043090644864954813,0.04306855954610666,0.04304648600862497,0.04302442424586073,0.04300237425116892,0.0429803360179086,0.042958309539442914,0.042936294809138964,0.04291429182036803,0.042892300566505295,0.0428703210409301,0.04284835323702581,0.04282639714817975,0.042804452767783344,0.04278252008923208,0.042760599105925355,0.04273868981126674,0.04271679219866372,0.04269490626152782,0.04267303199327467,0.04265116938732376,0.04262931843709874,0.04260747913602723,0.04258565147754075,0.04256383545507499,0.04254203106206949,0.04252023829196795,0.042498457138217954,0.042476687594271055,0.0424549296535829,0.04243318330961304,0.042411448555825064,0.04238972538568654,0.04236801379266893,0.042346313770247807,0.042324625311902654,0.04230294841111687,0.04228128306137793,0.042259629256177246,0.042237986989010094,0.0422163562533759,0.042194737042777854,0.04217312935072319,0.04215153317072317,0.042129948496292854,0.04210837532095138,0.042086813638221726,0.042065263441630925,0.042043724724709866,0.042022197480993354,0.04200068170402023,0.041979177387333234,0.04195768452447893,0.04193620310900797,0.041914733134474816,0.04189327459443788,0.04187182748245953,0.04185039179210598,0.041828967516947424,0.041807554650557986,0.04178615318651555,0.041764763118402125,0.04174338443980342,0.041722017144309134,0.04170066122551295,0.04167931667701225,0.04165798349240847,0.04163666166530689,0.04161535118931665,0.04159405205805081,0.04157276426512625,0.04155148780416383,0.041530222668788204,0.04150896885262795,0.041487726349315454,0.04146649515248708,0.041445275255782905,0.04142406665284704,0.04140286933732732,0.041381683302875505,0.041360508543147226,0.04133934505180187,0.0413181928225028,0.04129705184891717,0.041275922124715946,0.041254803643573985,0.04123369639916998,0.04121260038518646,0.04119151559530977,0.04117044202323008,0.041149379662641455,0.041128328507241685,0.04110728855073248,0.04108625978681933,0.04106524220921154,0.04104423581162222,0.04102324058776838,0.04100225653137069,0.04098128363615382,0.04096032189584603,0.040939371304179566,0.04091843185489042,0.04089750354171833,0.04087658635840687,0.04085568029870347,0.04083478535635923,0.040813901525129155,0.0407930287987719,0.04077216717105003,0.040751316635729895,0.04073047718658149,0.04070964881737874,0.04068883152189925,0.040668025293924416,0.04064723012723944,0.0406264460156332,0.04060567295289845,0.04058491093283165,0.040564159949233,0.04054341999590648,0.040522691066659816,0.040501973155304516,0.040481266255655804,0.040460570361532625,0.04043988546675772,0.04041921156515756,0.04039854865056233,0.04037789671680598,0.040357255757726154,0.04033662576716426,0.040316006738965446,0.040295398666978524,0.04027480154505614,0.040254215367054536,0.040233640126833725,0.040213075818257504,0.04019252243519324,0.04017197997151211,0.04015144842108906,0.04013092777780255,0.0401104180355349,0.04008991918817211,0.04006943122960383,0.04004895415372345,0.04002848795442802,0.04000803262561828,0.03998758816119872,0.039967154555077426,0.03994673180116624,0.03992631989338065,0.039905918825639826,0.03988552859186665,0.03986514918598758,0.0398447806019329,0.0398244228336364,0.03980407587503566,0.03978373972007185,0.03976341436268987,0.03974309979683817,0.03972279601646898,0.039702503015538106,0.03968222078800501,0.039661949327832874,0.03964168862898843,0.0396214386854421,0.03960119949116797,0.03958097104014374,0.039560753326350756,0.03954054634377396,0.03952035008640197,0.03950016454822705,0.03947998972324504,0.03945982560545545,0.03943967218886135,0.03941952946746951,0.039399397435290306,0.03937927608633765,0.03935916541462914,0.03933906541418598,0.03931897607903294,0.03929889740319845,0.0392788293807145,0.03925877200561673,0.03923872527194431,0.03921868917374002,0.039198663705050325,0.0391786488599252,0.039158644632418166,0.03913865101658642,0.039118668006490734,0.039098695596195394,0.03907873377976836,0.03905878255128105,0.039038841904808594,0.0390189118344296,0.03899899233422623,0.0389790833982843,0.03895918502069315,0.03893929719554562,0.03891941991693827,0.038899553178971,0.03887969697574749,0.03885985130137478,0.03884001614996359,0.03882019151562815,0.03880037739248619,0.038780573774659065,0.03876078065627163,0.038740998031452235,0.038721225894332884,0.03870146423904896,0.03868171305973951,0.03866197235054711,0.03864224210561771,0.03862252231910096,0.03860281298514995,0.038583114097921284,0.038563425651575146,0.03854374764027513,0.03852408005818844,0.038504422899485795,0.03848477615834131,0.038465139828932716,0.03844551390544125,0.03842589838205157,0.03840629325295187,0.038386698512333874,0.03836711415439275,0.03834754017332721,0.03832797656333941,0.038308423318635015,0.038288880433423184,0.038269347901916495,0.03824982571833117,0.03823031387688667,0.03821081237180614,0.03819132119731613,0.03817184034764657,0.03815236981703102,0.0381329095997064,0.038113459689913115,0.038094020081895046,0.03807459076989952,0.038055171748177324,0.03803576301098274,0.03801636455257342,0.03799697636721054,0.0379775984491587,0.03795823079268595,0.037938873392063775,0.03791952624156708,0.03790018933547427,0.03788086266806714,0.03786154623363093,0.03784224002645432,0.037822944040829386,0.03780365827105171,0.03778438271142025,0.037765117356237346,0.037745862199808806,0.03772661723644388,0.03770738246045519,0.03768815786615881,0.03766894344787418,0.03764973919992417,0.03763054511663509,0.0376113611923366,0.03759218742136182,0.03757302379804724,0.03755387031673273,0.03753472697176159,0.03751559375748048,0.03749647066823948,0.03747735769839209,0.03745825484229511,0.0374391620943088,0.037420079448796786,0.03740100690012604,0.03738194444266696,0.03736289207079329,0.03734384977888214,0.037324817561314054,0.03730579541247285,0.03728678332674579,0.03726778129852348,0.037248789322199834,0.03722980739217226,0.03721083550284136,0.03719187364861121,0.0371729218238892,0.03715398002308604,0.037135048240615885,0.037116126470896134,0.037097214708347565,0.03707831294739434,0.037059421182463886,0.03704053940798703,0.03702166761839794,0.03700280580813403,0.036983953971636174,0.036965112103348456,0.03694628019771839,0.03692745824919675,0.036908646252237616,0.036889844201298455,0.03687105209084005,0.036852269915326405,0.03683349766922497,0.036814735347006355,0.036795982943144644,0.036777240452117124,0.036758507868404414,0.036739785186490424,0.03672107240086243,0.03670236950601086,0.036683676496429625,0.03666499336661577,0.03664632011106973,0.03662765672429524,0.03660900320079922,0.036590359535091946,0.03657172572168705,0.036553101755101264,0.03653448762985476,0.03651588334047093,0.03649728888147642,0.036478704247401204,0.03646012943277844,0.03644156443214465,0.0364230092400396,0.03640446385100623,0.03638592825959089,0.03636740246034304,0.036348886447815525,0.036330380216564366,0.036311883761148876,0.036293397076131585,0.03627492015607835,0.03625645299555814,0.03623799558914329,0.03621954793140936,0.03620111001693508,0.0361826818403025,0.036164263396096824,0.0361458546789066,0.036127455683323526,0.03610906640394252,0.036090686835361804,0.03607231697218273,0.036053956809009975,0.036035606340451366,0.03601726556111795,0.035998934465624056,0.03598061304858713,0.03596230130462793,0.03594399922837037,0.03592570681444156,0.03590742405747187,0.03588915095209484,0.03587088749294718,0.0358526336746689,0.03583438949190311,0.03581615493929614,0.035797930011497565,0.03577971470316008,0.035761509008939624,0.0357433129234953,0.0357251264414894,0.0357069495575874,0.03568878226645793,0.03567062456277287,0.03565247644120724,0.03563433789643921,0.03561620892315013,0.03559808951602456,0.0355799796697502,0.03556187937901792,0.035543788638521735,0.03552570744295887,0.035507635787029694,0.035489573665437674,0.03547152107288957,0.03545347800409514,0.035435444453767374,0.03541742041662246,0.03539940588737961,0.03538140086076129,0.03536340533149308,0.035345419294303675,0.03532744274392493,0.03530947567509186,0.03529151808254257,0.03527356996101834,0.03525563130526353,0.03523770211002572,0.03521978237005552,0.035201872080106736,0.035183971234936245,0.03516607982930408,0.0351481978579734,0.035130325315710455,0.035112462197284616,0.03509460849746837,0.03507676421103735,0.03505892933277022,0.03504110385744885,0.0350232877798581,0.03500548109478605,0.03498768379702385,0.034969895881365655,0.03495211734260882,0.03493434817555383,0.03491658837500409,0.03489883793576627,0.03488109685265006,0.03486336512046824,0.034845642734036675,0.03482792968817428,0.03481022597770315,0.03479253159744836,0.03477484654223808,0.03475717080690361,0.03473950438627926],"x":[0.8,0.8004398240703718,0.8008796481407437,0.8013194722111155,0.8017592962814875,0.8021991203518593,0.8026389444222312,0.803078768492603,0.8035185925629749,0.8039584166333467,0.8043982407037185,0.8048380647740904,0.8052778888444622,0.8057177129148341,0.8061575369852059,0.8065973610555778,0.8070371851259496,0.8074770091963215,0.8079168332666933,0.8083566573370652,0.808796481407437,0.8092363054778089,0.8096761295481807,0.8101159536185526,0.8105557776889244,0.8109956017592963,0.8114354258296681,0.81187524990004,0.8123150739704118,0.8127548980407837,0.8131947221111555,0.8136345461815274,0.8140743702518992,0.8145141943222711,0.8149540183926429,0.8153938424630148,0.8158336665333866,0.8162734906037585,0.8167133146741303,0.8171531387445022,0.817592962814874,0.8180327868852459,0.8184726109556177,0.8189124350259896,0.8193522590963614,0.8197920831667334,0.8202319072371052,0.8206717313074771,0.8211115553778489,0.8215513794482208,0.8219912035185926,0.8224310275889645,0.8228708516593363,0.8233106757297081,0.82375049980008,0.8241903238704518,0.8246301479408237,0.8250699720111955,0.8255097960815674,0.8259496201519392,0.8263894442223111,0.8268292682926829,0.8272690923630548,0.8277089164334266,0.8281487405037985,0.8285885645741703,0.8290283886445422,0.829468212714914,0.8299080367852859,0.8303478608556577,0.8307876849260296,0.8312275089964014,0.8316673330667733,0.8321071571371451,0.832546981207517,0.8329868052778888,0.8334266293482607,0.8338664534186325,0.8343062774890044,0.8347461015593762,0.8351859256297481,0.8356257497001199,0.8360655737704918,0.8365053978408636,0.8369452219112355,0.8373850459816073,0.8378248700519793,0.838264694122351,0.838704518192723,0.8391443422630948,0.8395841663334667,0.8400239904038385,0.8404638144742104,0.8409036385445822,0.841343462614954,0.8417832866853259,0.8422231107556977,0.8426629348260696,0.8431027588964414,0.8435425829668133,0.8439824070371851,0.844422231107557,0.8448620551779288,0.8453018792483007,0.8457417033186725,0.8461815273890444,0.8466213514594162,0.8470611755297881,0.8475009996001599,0.8479408236705318,0.8483806477409036,0.8488204718112755,0.8492602958816473,0.8497001199520192,0.850139944022391,0.8505797680927629,0.8510195921631347,0.8514594162335066,0.8518992403038784,0.8523390643742503,0.8527788884446221,0.853218712514994,0.8536585365853658,0.8540983606557377,0.8545381847261095,0.8549780087964814,0.8554178328668532,0.8558576569372252,0.856297481007597,0.8567373050779689,0.8571771291483407,0.8576169532187126,0.8580567772890844,0.8584966013594563,0.8589364254298281,0.8593762495002,0.8598160735705718,0.8602558976409436,0.8606957217113155,0.8611355457816873,0.8615753698520592,0.862015193922431,0.8624550179928029,0.8628948420631747,0.8633346661335466,0.8637744902039184,0.8642143142742903,0.8646541383446621,0.865093962415034,0.8655337864854058,0.8659736105557777,0.8664134346261495,0.8668532586965214,0.8672930827668932,0.8677329068372651,0.8681727309076369,0.8686125549780088,0.8690523790483806,0.8694922031187525,0.8699320271891243,0.8703718512594962,0.870811675329868,0.8712514994002399,0.8716913234706117,0.8721311475409836,0.8725709716113554,0.8730107956817273,0.8734506197520991,0.873890443822471,0.8743302678928428,0.8747700919632148,0.8752099160335866,0.8756497401039585,0.8760895641743303,0.8765293882447022,0.876969212315074,0.8774090363854459,0.8778488604558177,0.8782886845261896,0.8787285085965614,0.8791683326669332,0.8796081567373051,0.8800479808076769,0.8804878048780488,0.8809276289484206,0.8813674530187925,0.8818072770891643,0.8822471011595362,0.882686925229908,0.8831267493002799,0.8835665733706517,0.8840063974410236,0.8844462215113954,0.8848860455817673,0.8853258696521391,0.885765693722511,0.8862055177928828,0.8866453418632547,0.8870851659336265,0.8875249900039984,0.8879648140743702,0.8884046381447421,0.8888444622151139,0.8892842862854858,0.8897241103558576,0.8901639344262295,0.8906037584966013,0.8910435825669732,0.891483406637345,0.891923230707717,0.8923630547780887,0.8928028788484607,0.8932427029188325,0.8936825269892044,0.8941223510595762,0.8945621751299481,0.8950019992003199,0.8954418232706918,0.8958816473410636,0.8963214714114355,0.8967612954818073,0.8972011195521792,0.897640943622551,0.8980807676929228,0.8985205917632947,0.8989604158336665,0.8994002399040384,0.8998400639744102,0.9002798880447821,0.9007197121151539,0.9011595361855258,0.9015993602558976,0.9020391843262695,0.9024790083966413,0.9029188324670132,0.903358656537385,0.9037984806077569,0.9042383046781287,0.9046781287485006,0.9051179528188724,0.9055577768892443,0.9059976009596161,0.906437425029988,0.9068772491003598,0.9073170731707317,0.9077568972411035,0.9081967213114754,0.9086365453818472,0.9090763694522191,0.9095161935225909,0.9099560175929629,0.9103958416633346,0.9108356657337066,0.9112754898040784,0.9117153138744503,0.9121551379448221,0.912594962015194,0.9130347860855658,0.9134746101559377,0.9139144342263095,0.9143542582966814,0.9147940823670532,0.9152339064374251,0.9156737305077969,0.9161135545781688,0.9165533786485406,0.9169932027189124,0.9174330267892843,0.9178728508596561,0.918312674930028,0.9187524990003998,0.9191923230707717,0.9196321471411435,0.9200719712115154,0.9205117952818872,0.9209516193522591,0.9213914434226309,0.9218312674930028,0.9222710915633746,0.9227109156337465,0.9231507397041183,0.9235905637744902,0.924030387844862,0.9244702119152339,0.9249100359856057,0.9253498600559776,0.9257896841263494,0.9262295081967213,0.9266693322670931,0.927109156337465,0.9275489804078368,0.9279888044782088,0.9284286285485805,0.9288684526189525,0.9293082766893243,0.9297481007596962,0.930187924830068,0.9306277489004399,0.9310675729708117,0.9315073970411836,0.9319472211115554,0.9323870451819273,0.9328268692522991,0.933266693322671,0.9337065173930428,0.9341463414634147,0.9345861655337865,0.9350259896041584,0.9354658136745302,0.935905637744902,0.9363454618152739,0.9367852858856457,0.9372251099560176,0.9376649340263894,0.9381047580967613,0.9385445821671331,0.938984406237505,0.9394242303078768,0.9398640543782487,0.9403038784486205,0.9407437025189924,0.9411835265893642,0.9416233506597361,0.9420631747301079,0.9425029988004798,0.9429428228708516,0.9433826469412235,0.9438224710115953,0.9442622950819672,0.944702119152339,0.945141943222711,0.9455817672930827,0.9460215913634547,0.9464614154338264,0.9469012395041984,0.9473410635745702,0.9477808876449421,0.9482207117153139,0.9486605357856858,0.9491003598560576,0.9495401839264295,0.9499800079968013,0.9504198320671732,0.950859656137545,0.9512994802079169,0.9517393042782887,0.9521791283486606,0.9526189524190324,0.9530587764894043,0.9534986005597761,0.9539384246301479,0.9543782487005198,0.9548180727708916,0.9552578968412635,0.9556977209116353,0.9561375449820072,0.956577369052379,0.9570171931227509,0.9574570171931227,0.9578968412634946,0.9583366653338664,0.9587764894042383,0.9592163134746101,0.959656137544982,0.9600959616153538,0.9605357856857257,0.9609756097560975,0.9614154338264694,0.9618552578968412,0.9622950819672131,0.9627349060375849,0.9631747301079568,0.9636145541783286,0.9640543782487005,0.9644942023190723,0.9649340263894443,0.965373850459816,0.965813674530188,0.9662534986005598,0.9666933226709317,0.9671331467413035,0.9675729708116754,0.9680127948820472,0.9684526189524191,0.9688924430227909,0.9693322670931628,0.9697720911635346,0.9702119152339065,0.9706517393042783,0.9710915633746502,0.971531387445022,0.9719712115153939,0.9724110355857657,0.9728508596561375,0.9732906837265094,0.9737305077968812,0.9741703318672531,0.9746101559376249,0.9750499800079968,0.9754898040783686,0.9759296281487405,0.9763694522191123,0.9768092762894842,0.977249100359856,0.9776889244302279,0.9781287485005997,0.9785685725709716,0.9790083966413434,0.9794482207117153,0.9798880447820871,0.980327868852459,0.9807676929228308,0.9812075169932027,0.9816473410635745,0.9820871651339464,0.9825269892043182,0.9829668132746902,0.983406637345062,0.9838464614154339,0.9842862854858057,0.9847261095561776,0.9851659336265494,0.9856057576969213,0.9860455817672931,0.986485405837665,0.9869252299080368,0.9873650539784087,0.9878048780487805,0.9882447021191524,0.9886845261895242,0.9891243502598961,0.9895641743302679,0.9900039984006398,0.9904438224710116,0.9908836465413835,0.9913234706117553,0.9917632946821271,0.992203118752499,0.9926429428228708,0.9930827668932427,0.9935225909636145,0.9939624150339864,0.9944022391043582,0.9948420631747301,0.9952818872451019,0.9957217113154738,0.9961615353858456,0.9966013594562175,0.9970411835265893,0.9974810075969612,0.997920831667333,0.9983606557377049,0.9988004798080767,0.9992403038784486,0.9996801279488204,1.0001199520191923,1.0005597760895641,1.000999600159936,1.001439424230308,1.0018792483006798,1.0023190723710516,1.0027588964414234,1.0031987205117954,1.0036385445821672,1.004078368652539,1.0045181927229108,1.0049580167932828,1.0053978408636546,1.0058376649340264,1.0062774890043982,1.0067173130747702,1.007157137145142,1.0075969612155138,1.0080367852858856,1.0084766093562576,1.0089164334266294,1.0093562574970012,1.009796081567373,1.010235905637745,1.0106757297081168,1.0111155537784886,1.0115553778488604,1.0119952019192322,1.0124350259896042,1.012874850059976,1.0133146741303478,1.0137544982007196,1.0141943222710916,1.0146341463414634,1.0150739704118352,1.015513794482207,1.015953618552579,1.0163934426229508,1.0168332666933226,1.0172730907636944,1.0177129148340665,1.0181527389044382,1.01859256297481,1.0190323870451818,1.0194722111155539,1.0199120351859257,1.0203518592562975,1.0207916833266693,1.0212315073970413,1.021671331467413,1.0221111555377849,1.0225509796081567,1.0229908036785287,1.0234306277489005,1.0238704518192723,1.024310275889644,1.024750099960016,1.025189924030388,1.0256297481007597,1.0260695721711315,1.0265093962415035,1.0269492203118753,1.027389044382247,1.027828868452619,1.028268692522991,1.0287085165933627,1.0291483406637345,1.0295881647341063,1.030027988804478,1.0304678128748501,1.030907636945222,1.0313474610155937,1.0317872850859655,1.0322271091563375,1.0326669332267093,1.0331067572970811,1.033546581367453,1.033986405437825,1.0344262295081967,1.0348660535785685,1.0353058776489403,1.0357457017193124,1.0361855257896841,1.036625349860056,1.0370651739304277,1.0375049980007998,1.0379448220711716,1.0383846461415434,1.0388244702119152,1.0392642942822872,1.039704118352659,1.0401439424230308,1.0405837664934026,1.0410235905637746,1.0414634146341464,1.0419032387045182,1.04234306277489,1.042782886845262,1.0432227109156338,1.0436625349860056,1.0441023590563774,1.0445421831267494,1.0449820071971212,1.045421831267493,1.0458616553378648,1.0463014794082368,1.0467413034786086,1.0471811275489804,1.0476209516193522,1.048060775689724,1.048500599760096,1.0489404238304678,1.0493802479008396,1.0498200719712114,1.0502598960415834,1.0506997201119552,1.051139544182327,1.0515793682526988,1.0520191923230708,1.0524590163934426,1.0528988404638144,1.0533386645341862,1.0537784886045582,1.05421831267493,1.0546581367453018,1.0550979608156736,1.0555377848860457,1.0559776089564175,1.0564174330267893,1.056857257097161,1.057297081167533,1.0577369052379049,1.0581767293082767,1.0586165533786485,1.0590563774490205,1.0594962015193923,1.059936025589764,1.0603758496601359,1.060815673730508,1.0612554978008797,1.0616953218712515,1.0621351459416233,1.0625749700119953,1.063014794082367,1.063454618152739,1.0638944422231107,1.0643342662934827,1.0647740903638545,1.0652139144342263,1.065653738504598,1.0660935625749701,1.066533386645342,1.0669732107157137,1.0674130347860855,1.0678528588564573,1.0682926829268293,1.0687325069972011,1.069172331067573,1.0696121551379447,1.0700519792083167,1.0704918032786885,1.0709316273490603,1.0713714514194321,1.0718112754898041,1.072251099560176,1.0726909236305477,1.0731307477009195,1.0735705717712916,1.0740103958416634,1.0744502199120352,1.074890043982407,1.075329868052779,1.0757696921231508,1.0762095161935226,1.0766493402638944,1.0770891643342664,1.0775289884046382,1.07796881247501,1.0784086365453818,1.0788484606157538,1.0792882846861256,1.0797281087564974,1.0801679328268692,1.0806077568972412,1.081047580967613,1.0814874050379848,1.0819272291083566,1.0823670531787286,1.0828068772491004,1.0832467013194722,1.083686525389844,1.084126349460216,1.0845661735305878,1.0850059976009596,1.0854458216713314,1.0858856457417032,1.0863254698120752,1.086765293882447,1.0872051179528188,1.0876449420231906,1.0880847660935626,1.0885245901639344,1.0889644142343062,1.089404238304678,1.08984406237505,1.0902838864454218,1.0907237105157936,1.0911635345861654,1.0916033586565375,1.0920431827269093,1.092483006797281,1.0929228308676529,1.0933626549380249,1.0938024790083967,1.0942423030787685,1.0946821271491403,1.0951219512195123,1.095561775289884,1.0960015993602559,1.0964414234306277,1.0968812475009997,1.0973210715713715,1.0977608956417433,1.098200719712115,1.098640543782487,1.099080367852859,1.0995201919232307,1.0999600159936025,1.1003998400639745,1.1008396641343463,1.101279488204718,1.10171931227509,1.102159136345462,1.1025989604158337,1.1030387844862055,1.1034786085565773,1.1039184326269493,1.1043582566973211,1.104798080767693,1.1052379048380647,1.1056777289084365,1.1061175529788085,1.1065573770491803,1.1069972011195521,1.107437025189924,1.107876849260296,1.1083166733306677,1.1087564974010395,1.1091963214714113,1.1096361455417834,1.1100759696121552,1.110515793682527,1.1109556177528987,1.1113954418232708,1.1118352658936426,1.1122750899640144,1.1127149140343862,1.1131547381047582,1.11359456217513,1.1140343862455018,1.1144742103158736,1.1149140343862456,1.1153538584566174,1.1157936825269892,1.116233506597361,1.116673330667733,1.1171131547381048,1.1175529788084766,1.1179928028788484,1.1184326269492204,1.1188724510195922,1.119312275089964,1.1197520991603358,1.1201919232307078,1.1206317473010796,1.1210715713714514,1.1215113954418232,1.1219512195121952,1.122391043582567,1.1228308676529388,1.1232706917233106,1.1237105157936824,1.1241503398640544,1.1245901639344262,1.125029988004798,1.1254698120751698,1.1259096361455418,1.1263494602159136,1.1267892842862854,1.1272291083566572,1.1276689324270293,1.128108756497401,1.1285485805677729,1.1289884046381446,1.1294282287085167,1.1298680527788885,1.1303078768492603,1.130747700919632,1.131187524990004,1.1316273490603759,1.1320671731307477,1.1325069972011195,1.1329468212714915,1.1333866453418633,1.133826469412235,1.1342662934826069,1.134706117552979,1.1351459416233507,1.1355857656937225,1.1360255897640943,1.1364654138344663,1.136905237904838,1.13734506197521,1.1377848860455817,1.1382247101159537,1.1386645341863255,1.1391043582566973,1.139544182327069,1.1399840063974411,1.140423830467813,1.1408636545381847,1.1413034786085565,1.1417433026789283,1.1421831267493003,1.1426229508196721,1.143062774890044,1.1435025989604157,1.1439424230307877,1.1443822471011595,1.1448220711715313,1.1452618952419031,1.1457017193122752,1.146141543382647,1.1465813674530188,1.1470211915233905,1.1474610155937626,1.1479008396641344,1.1483406637345062,1.148780487804878,1.14922031187525,1.1496601359456218,1.1500999600159936,1.1505397840863654,1.1509796081567374,1.1514194322271092,1.151859256297481,1.1522990803678528,1.1527389044382248,1.1531787285085966,1.1536185525789684,1.1540583766493402,1.1544982007197122,1.154938024790084,1.1553778488604558,1.1558176729308276,1.1562574970011996,1.1566973210715714,1.1571371451419432,1.157576969212315,1.158016793282687,1.1584566173530588,1.1588964414234306,1.1593362654938024,1.1597760895641744,1.1602159136345462,1.160655737704918,1.1610955617752898,1.1615353858456616,1.1619752099160336,1.1624150339864054,1.1628548580567772,1.163294682127149,1.163734506197521,1.1641743302678929,1.1646141543382647,1.1650539784086364,1.1654938024790085,1.1659336265493803,1.166373450619752,1.1668132746901239,1.1672530987604959,1.1676929228308677,1.1681327469012395,1.1685725709716113,1.1690123950419833,1.169452219112355,1.1698920431827269,1.1703318672530987,1.1707716913234707,1.1712115153938425,1.1716513394642143,1.172091163534586,1.172530987604958,1.17297081167533,1.1734106357457017,1.1738504598160735,1.1742902838864455,1.1747301079568173,1.1751699320271891,1.175609756097561,1.176049580167933,1.1764894042383047,1.1769292283086765,1.1773690523790483,1.1778088764494203,1.1782487005197921,1.178688524590164,1.1791283486605357,1.1795681727309075,1.1800079968012795,1.1804478208716513,1.1808876449420231,1.181327469012395,1.181767293082767,1.1822071171531388,1.1826469412235106,1.1830867652938823,1.1835265893642544,1.1839664134346262,1.184406237504998,1.1848460615753698,1.1852858856457418,1.1857257097161136,1.1861655337864854,1.1866053578568572,1.1870451819272292,1.187485005997601,1.1879248300679728,1.1883646541383446,1.1888044782087166,1.1892443022790884,1.1896841263494602,1.190123950419832,1.190563774490204,1.1910035985605758,1.1914434226309476,1.1918832467013194,1.1923230707716914,1.1927628948420632,1.193202718912435,1.1936425429828068,1.1940823670531788,1.1945221911235506,1.1949620151939224,1.1954018392642942,1.1958416633346662,1.196281487405038,1.1967213114754098,1.1971611355457816,1.1976009596161536,1.1980407836865254,1.1984806077568972,1.198920431827269,1.1993602558976408,1.1998000799680129,1.2002399040383847,1.2006797281087564,1.2011195521791282,1.2015593762495003,1.201999200319872,1.2024390243902439,1.2028788484606157,1.2033186725309877,1.2037584966013595,1.2041983206717313,1.204638144742103,1.205077968812475,1.2055177928828469,1.2059576169532187,1.2063974410235905,1.2068372650939625,1.2072770891643343,1.207716913234706,1.2081567373050779,1.20859656137545,1.2090363854458217,1.2094762095161935,1.2099160335865653,1.2103558576569373,1.2107956817273091,1.211235505797681,1.2116753298680527,1.2121151539384247,1.2125549780087965,1.2129948020791683,1.2134346261495401,1.2138744502199121,1.214314274290284,1.2147540983606557,1.2151939224310275,1.2156337465013995,1.2160735705717713,1.2165133946421431,1.216953218712515,1.2173930427828867,1.2178328668532588,1.2182726909236306,1.2187125149940023,1.2191523390643741,1.2195921631347462,1.220031987205118,1.2204718112754898,1.2209116353458616,1.2213514594162336,1.2217912834866054,1.2222311075569772,1.222670931627349,1.223110755697721,1.2235505797680928,1.2239904038384646,1.2244302279088364,1.2248700519792084,1.2253098760495802,1.225749700119952,1.2261895241903238,1.2266293482606958,1.2270691723310676,1.2275089964014394,1.2279488204718112,1.2283886445421832,1.228828468612555,1.2292682926829268,1.2297081167532986,1.2301479408236706,1.2305877648940424,1.2310275889644142,1.231467413034786,1.231907237105158,1.2323470611755298,1.2327868852459016,1.2332267093162734,1.2336665333866454,1.2341063574570172,1.234546181527389,1.2349860055977608,1.2354258296681329,1.2358656537385047,1.2363054778088765,1.2367453018792482,1.23718512594962,1.237624950019992,1.2380647740903639,1.2385045981607357,1.2389444222311075,1.2393842463014795,1.2398240703718513,1.240263894442223,1.2407037185125949,1.2411435425829669,1.2415833666533387,1.2420231907237105,1.2424630147940823,1.2429028388644543,1.243342662934826,1.243782487005198,1.2442223110755697,1.2446621351459417,1.2451019592163135,1.2455417832866853,1.245981607357057,1.2464214314274291,1.246861255497801,1.2473010795681727,1.2477409036385445,1.2481807277089165,1.2486205517792883,1.2490603758496601,1.249500199920032,1.249940023990404,1.2503798480607757,1.2508196721311475,1.2512594962015193,1.2516993202718913,1.2521391443422631,1.252578968412635,1.2530187924830067,1.2534586165533788,1.2538984406237506,1.2543382646941224,1.2547780887644941,1.255217912834866,1.255657736905238,1.2560975609756098,1.2565373850459816,1.2569772091163534,1.2574170331867254,1.2578568572570972,1.258296681327469,1.2587365053978408,1.2591763294682128,1.2596161535385846,1.2600559776089564,1.2604958016793282,1.2609356257497002,1.261375449820072,1.2618152738904438,1.2622550979608156,1.2626949220311876,1.2631347461015594,1.2635745701719312,1.264014394242303,1.264454218312675,1.2648940423830468,1.2653338664534186,1.2657736905237904,1.2662135145941624,1.2666533386645342,1.267093162734906,1.2675329868052778,1.2679728108756498,1.2684126349460216,1.2688524590163934,1.2692922830867652,1.2697321071571372,1.270171931227509,1.2706117552978808,1.2710515793682526,1.2714914034386247,1.2719312275089965,1.2723710515793683,1.27281087564974,1.2732506997201118,1.2736905237904839,1.2741303478608557,1.2745701719312275,1.2750099960015993,1.2754498200719713,1.275889644142343,1.2763294682127149,1.2767692922830867,1.2772091163534587,1.2776489404238305,1.2780887644942023,1.278528588564574,1.278968412634946,1.279408236705318,1.2798480607756897,1.2802878848460615,1.2807277089164335,1.2811675329868053,1.281607357057177,1.282047181127549,1.282487005197921,1.2829268292682927,1.2833666533386645,1.2838064774090363,1.2842463014794083,1.2846861255497801,1.285125949620152,1.2855657736905237,1.2860055977608957,1.2864454218312675,1.2868852459016393,1.2873250699720111,1.2877648940423831,1.288204718112755,1.2886445421831267,1.2890843662534985,1.2895241903238706,1.2899640143942424,1.2904038384646142,1.290843662534986,1.291283486605358,1.2917233106757298,1.2921631347461016,1.2926029588164734,1.2930427828868452,1.2934826069572172,1.293922431027589,1.2943622550979608,1.2948020791683326,1.2952419032387046,1.2956817273090764,1.2961215513794482,1.29656137544982,1.297001199520192,1.2974410235905638,1.2978808476609356,1.2983206717313074,1.2987604958016794,1.2992003198720512,1.299640143942423,1.3000799680127948,1.3005197920831668,1.3009596161535386,1.3013994402239104,1.3018392642942822,1.3022790883646542,1.302718912435026,1.3031587365053978,1.3035985605757696,1.3040383846461416,1.3044782087165134,1.3049180327868852,1.305357856857257,1.305797680927629,1.3062375049980008,1.3066773290683726,1.3071171531387444,1.3075569772091165,1.3079968012794883,1.30843662534986,1.3088764494202318,1.3093162734906039,1.3097560975609757,1.3101959216313475,1.3106357457017193,1.311075569772091,1.311515393842463,1.3119552179128349,1.3123950419832067,1.3128348660535785,1.3132746901239505,1.3137145141943223,1.314154338264694,1.3145941623350659,1.315033986405438,1.3154738104758097,1.3159136345461815,1.3163534586165533,1.3167932826869253,1.317233106757297,1.317672930827669,1.3181127548980407,1.3185525789684127,1.3189924030387845,1.3194322271091563,1.319872051179528,1.3203118752499001,1.320751699320272,1.3211915233906437,1.3216313474610155,1.3220711715313875,1.3225109956017593,1.3229508196721311,1.323390643742503,1.323830467812875,1.3242702918832467,1.3247101159536185,1.3251499400239903,1.3255897640943624,1.3260295881647342,1.326469412235106,1.3269092363054777,1.3273490603758498,1.3277888844462216,1.3282287085165934,1.3286685325869652,1.3291083566573372,1.329548180727709,1.3299880047980808,1.3304278288684526,1.3308676529388244,1.3313074770091964,1.3317473010795682,1.33218712514994,1.3326269492203118,1.3330667732906838,1.3335065973610556,1.3339464214314274,1.3343862455017992,1.3348260695721712,1.335265893642543,1.3357057177129148,1.3361455417832866,1.3365853658536586,1.3370251899240304,1.3374650139944022,1.337904838064774,1.338344662135146,1.3387844862055178,1.3392243102758896,1.3396641343462614,1.3401039584166334,1.3405437824870052,1.340983606557377,1.3414234306277488,1.3418632546981208,1.3423030787684926,1.3427429028388644,1.3431827269092362,1.3436225509796083,1.34406237504998,1.3445021991203518,1.3449420231907236,1.3453818472610957,1.3458216713314675,1.3462614954018393,1.346701319472211,1.347141143542583,1.3475809676129549,1.3480207916833267,1.3484606157536985,1.3489004398240703,1.3493402638944423,1.349780087964814,1.3502199120351859,1.3506597361055577,1.3510995601759297,1.3515393842463015,1.3519792083166733,1.352419032387045,1.352858856457417,1.353298680527789,1.3537385045981607,1.3541783286685325,1.3546181527389045,1.3550579768092763,1.355497800879648,1.35593762495002,1.356377449020392,1.3568172730907637,1.3572570971611355,1.3576969212315073,1.3581367453018793,1.3585765693722511,1.359016393442623,1.3594562175129947,1.3598960415833667,1.3603358656537385,1.3607756897241103,1.3612155137944821,1.3616553378648542,1.362095161935226,1.3625349860055977,1.3629748100759695,1.3634146341463416,1.3638544582167134,1.3642942822870852,1.364734106357457,1.365173930427829,1.3656137544982008,1.3660535785685726,1.3664934026389444,1.3669332267093162,1.3673730507796882,1.36781287485006,1.3682526989204318,1.3686925229908036,1.3691323470611756,1.3695721711315474,1.3700119952019192,1.370451819272291,1.370891643342663,1.3713314674130348,1.3717712914834066,1.3722111155537784,1.3726509396241504,1.3730907636945222,1.373530587764894,1.3739704118352658,1.3744102359056378,1.3748500599760096,1.3752898840463814,1.3757297081167532,1.3761695321871252,1.376609356257497,1.3770491803278688,1.3774890043982406,1.3779288284686126,1.3783686525389844,1.3788084766093562,1.379248300679728,1.3796881247501,1.3801279488204719,1.3805677728908436,1.3810075969612154,1.3814474210315875,1.3818872451019593,1.382327069172331,1.3827668932427029,1.3832067173130749,1.3836465413834467,1.3840863654538185,1.3845261895241903,1.3849660135945623,1.385405837664934,1.3858456617353059,1.3862854858056777,1.3867253098760495,1.3871651339464215,1.3876049580167933,1.388044782087165,1.3884846061575369,1.388924430227909,1.3893642542982807,1.3898040783686525,1.3902439024390243,1.3906837265093963,1.391123550579768,1.39156337465014,1.3920031987205117,1.3924430227908837,1.3928828468612555,1.3933226709316273,1.3937624950019991,1.3942023190723711,1.394642143142743,1.3950819672131147,1.3955217912834865,1.3959616153538585,1.3964014394242303,1.3968412634946021,1.397281087564974,1.397720911635346,1.3981607357057177,1.3986005597760895,1.3990403838464613,1.3994802079168334,1.3999200319872052,1.400359856057577,1.4007996801279488,1.4012395041983208,1.4016793282686926,1.4021191523390644,1.4025589764094362,1.4029988004798082,1.40343862455018,1.4038784486205518,1.4043182726909236,1.4047580967612954,1.4051979208316674,1.4056377449020392,1.406077568972411,1.4065173930427828,1.4069572171131548,1.4073970411835266,1.4078368652538984,1.4082766893242702,1.4087165133946422,1.409156337465014,1.4095961615353858,1.4100359856057576,1.4104758096761296,1.4109156337465014,1.4113554578168732,1.411795281887245,1.412235105957617,1.4126749300279888,1.4131147540983606,1.4135545781687324,1.4139944022391044,1.4144342263094762,1.414874050379848,1.4153138744502198,1.4157536985205919,1.4161935225909636,1.4166333466613354,1.4170731707317072,1.4175129948020793,1.417952818872451,1.4183926429428229,1.4188324670131947,1.4192722910835667,1.4197121151539385,1.4201519392243103,1.420591763294682,1.421031587365054,1.4214714114354259,1.4219112355057977,1.4223510595761695,1.4227908836465415,1.4232307077169133,1.423670531787285,1.4241103558576569,1.4245501799280287,1.4249900039984007,1.4254298280687725,1.4258696521391443,1.426309476209516,1.426749300279888,1.42718912435026,1.4276289484206317,1.4280687724910035,1.4285085965613755,1.4289484206317473,1.4293882447021191,1.429828068772491,1.430267892842863,1.4307077169132347,1.4311475409836065,1.4315873650539783,1.4320271891243503,1.4324670131947221,1.432906837265094,1.4333466613354657,1.4337864854058378,1.4342263094762095,1.4346661335465813,1.4351059576169531,1.4355457816873252,1.435985605757697,1.4364254298280688,1.4368652538984406,1.4373050779688126,1.4377449020391844,1.4381847261095562,1.438624550179928,1.4390643742503,1.4395041983206718,1.4399440223910436,1.4403838464614154,1.4408236705317874,1.4412634946021592,1.441703318672531,1.4421431427429028,1.4425829668132746,1.4430227908836466,1.4434626149540184,1.4439024390243902,1.444342263094762,1.444782087165134,1.4452219112355058,1.4456617353058776,1.4461015593762494,1.4465413834466214,1.4469812075169932,1.447421031587365,1.4478608556577368,1.4483006797281088,1.4487405037984806,1.4491803278688524,1.4496201519392242,1.4500599760095962,1.450499800079968,1.4509396241503398,1.4513794482207116,1.4518192722910837,1.4522590963614554,1.4526989204318272,1.453138744502199,1.453578568572571,1.4540183926429429,1.4544582167133147,1.4548980407836865,1.4553378648540585,1.4557776889244303,1.456217512994802,1.4566573370651739,1.4570971611355459,1.4575369852059177,1.4579768092762895,1.4584166333466613,1.4588564574170333,1.459296281487405,1.4597361055577769,1.4601759296281487,1.4606157536985207,1.4610555777688925,1.4614954018392643,1.461935225909636,1.462375049980008,1.46281487405038,1.4632546981207517,1.4636945221911235,1.4641343462614953,1.4645741703318673,1.4650139944022391,1.465453818472611,1.4658936425429827,1.4663334666133547,1.4667732906837265,1.4672131147540983,1.4676529388244701,1.4680927628948421,1.468532586965214,1.4689724110355857,1.4694122351059575,1.4698520591763296,1.4702918832467013,1.4707317073170731,1.471171531387445,1.471611355457817,1.4720511795281888,1.4724910035985606,1.4729308276689324,1.4733706517393044,1.4738104758096762,1.474250299880048,1.4746901239504198,1.4751299480207918,1.4755697720911636,1.4760095961615354,1.4764494202319072,1.4768892443022792,1.477329068372651,1.4777688924430228,1.4782087165133946,1.4786485405837666,1.4790883646541384,1.4795281887245102,1.479968012794882,1.4804078368652538,1.4808476609356258,1.4812874850059976,1.4817273090763694,1.4821671331467412,1.4826069572171132,1.483046781287485,1.4834866053578568,1.4839264294282286,1.4843662534986006,1.4848060775689724,1.4852459016393442,1.485685725709716,1.486125549780088,1.4865653738504598,1.4870051979208316,1.4874450219912034,1.4878848460615755,1.4883246701319472,1.488764494202319,1.4892043182726908,1.4896441423430629,1.4900839664134347,1.4905237904838065,1.4909636145541783,1.4914034386245503,1.491843262694922,1.4922830867652939,1.4927229108356657,1.4931627349060377,1.4936025589764095,1.4940423830467813,1.494482207117153,1.494922031187525,1.4953618552578969,1.4958016793282687,1.4962415033986405,1.4966813274690125,1.4971211515393843,1.497560975609756,1.498000799680128,1.4984406237504997,1.4988804478208717,1.4993202718912435,1.4997600959616153,1.500199920031987,1.5006397441023591,1.501079568172731,1.5015193922431027,1.5019592163134745,1.5023990403838465,1.5028388644542183,1.5032786885245901,1.503718512594962,1.504158336665334,1.5045981607357057,1.5050379848060775,1.5054778088764493,1.5059176329468213,1.5063574570171931,1.506797281087565,1.5072371051579367,1.5076769292283088,1.5081167532986806,1.5085565773690524,1.5089964014394242,1.5094362255097962,1.509876049580168,1.5103158736505398,1.5107556977209116,1.5111955217912836,1.5116353458616554,1.5120751699320272,1.512514994002399,1.512954818072771,1.5133946421431428,1.5138344662135146,1.5142742902838864,1.5147141143542584,1.5151539384246302,1.515593762495002,1.5160335865653738,1.5164734106357458,1.5169132347061176,1.5173530587764894,1.5177928828468612,1.518232706917233,1.518672530987605,1.5191123550579768,1.5195521791283486,1.5199920031987204,1.5204318272690924,1.5208716513394642,1.521311475409836,1.5217512994802078,1.5221911235505798,1.5226309476209516,1.5230707716913234,1.5235105957616952,1.5239504198320672,1.524390243902439,1.5248300679728108,1.5252698920431826,1.5257097161135547,1.5261495401839265,1.5265893642542983,1.52702918832467,1.527469012395042,1.5279088364654139,1.5283486605357857,1.5287884846061575,1.5292283086765295,1.5296681327469013,1.530107956817273,1.5305477808876449,1.530987604958017,1.5314274290283887,1.5318672530987605,1.5323070771691323,1.5327469012395043,1.533186725309876,1.533626549380248,1.5340663734506197,1.5345061975209917,1.5349460215913635,1.5353858456617353,1.535825669732107,1.536265493802479,1.536705317872851,1.5371451419432227,1.5375849660135945,1.5380247900839663,1.5384646141543383,1.5389044382247101,1.539344262295082,1.5397840863654537,1.5402239104358257,1.5406637345061975,1.5411035585765693,1.5415433826469411,1.5419832067173131,1.542423030787685,1.5428628548580567,1.5433026789284285,1.5437425029988006,1.5441823270691724,1.5446221511395442,1.545061975209916,1.545501799280288,1.5459416233506598,1.5463814474210316,1.5468212714914034,1.5472610955617754,1.5477009196321472,1.548140743702519,1.5485805677728908,1.5490203918432628,1.5494602159136346,1.5499000399840064,1.5503398640543782,1.5507796881247502,1.551219512195122,1.5516593362654938,1.5520991603358656,1.5525389844062376,1.5529788084766094,1.5534186325469812,1.553858456617353,1.554298280687725,1.5547381047580968,1.5551779288284686,1.5556177528988404,1.5560575769692122,1.5564974010395842,1.556937225109956,1.5573770491803278,1.5578168732506996,1.5582566973210716,1.5586965213914434,1.5591363454618152,1.559576169532187,1.560015993602559,1.5604558176729308,1.5608956417433026,1.5613354658136744,1.5617752898840465,1.5622151139544183,1.56265493802479,1.5630947620951618,1.5635345861655339,1.5639744102359057,1.5644142343062775,1.5648540583766493,1.5652938824470213,1.565733706517393,1.5661735305877649,1.5666133546581367,1.5670531787285087,1.5674930027988805,1.5679328268692523,1.568372650939624,1.568812475009996,1.569252299080368,1.5696921231507397,1.5701319472211115,1.5705717712914835,1.5710115953618553,1.571451419432227,1.571891243502599,1.572331067572971,1.5727708916433427,1.5732107157137145,1.5736505397840863,1.574090363854458,1.5745301879248301,1.574970011995202,1.5754098360655737,1.5758496601359455,1.5762894842063175,1.5767293082766893,1.5771691323470611,1.577608956417433,1.578048780487805,1.5784886045581767,1.5789284286285485,1.5793682526989203,1.5798080767692924,1.5802479008396642,1.580687724910036,1.5811275489804077,1.5815673730507798,1.5820071971211516,1.5824470211915234,1.5828868452618952,1.5833266693322672,1.583766493402639,1.5842063174730108,1.5846461415433826,1.5850859656137546,1.5855257896841264,1.5859656137544982,1.58640543782487,1.586845261895242,1.5872850859656138,1.5877249100359856,1.5881647341063574,1.5886045581767294,1.5890443822471012,1.589484206317473,1.5899240303878448,1.5903638544582168,1.5908036785285886,1.5912435025989604,1.5916833266693322,1.5921231507397042,1.592562974810076,1.5930027988804478,1.5934426229508196,1.5938824470211914,1.5943222710915634,1.5947620951619352,1.595201919232307,1.5956417433026788,1.5960815673730508,1.5965213914434226,1.5969612155137944,1.5974010395841662,1.5978408636545383,1.59828068772491,1.5987205117952819,1.5991603358656536,1.5996001599360257,1.6000399840063975,1.6004798080767693,1.600919632147141,1.601359456217513,1.6017992802878849,1.6022391043582567,1.6026789284286285,1.6031187524990005,1.6035585765693723,1.603998400639744,1.6044382247101159,1.604878048780488,1.6053178728508597,1.6057576969212315,1.6061975209916033,1.6066373450619753,1.607077169132347,1.607516993202719,1.6079568172730907,1.6083966413434627,1.6088364654138345,1.6092762894842063,1.609716113554578,1.6101559376249501,1.610595761695322,1.6110355857656937,1.6114754098360655,1.6119152339064373,1.6123550579768093,1.6127948820471811,1.613234706117553,1.6136745301879247,1.6141143542582967,1.6145541783286685,1.6149940023990403,1.6154338264694121,1.6158736505397842,1.616313474610156,1.6167532986805278,1.6171931227508995,1.6176329468212716,1.6180727708916434,1.6185125949620152,1.618952419032387,1.619392243102759,1.6198320671731308,1.6202718912435026,1.6207117153138744,1.6211515393842464,1.6215913634546182,1.62203118752499,1.6224710115953618,1.6229108356657338,1.6233506597361056,1.6237904838064774,1.6242303078768492,1.6246701319472212,1.625109956017593,1.6255497800879648,1.6259896041583366,1.6264294282287086,1.6268692522990804,1.6273090763694522,1.627748900439824,1.628188724510196,1.6286285485805678,1.6290683726509396,1.6295081967213114,1.6299480207916832,1.6303878448620552,1.630827668932427,1.6312674930027988,1.6317073170731706,1.6321471411435426,1.6325869652139144,1.6330267892842862,1.633466613354658,1.63390643742503,1.6343462614954019,1.6347860855657737,1.6352259096361454,1.6356657337065175,1.6361055577768893,1.636545381847261,1.6369852059176329,1.6374250299880049,1.6378648540583767,1.6383046781287485,1.6387445021991203,1.6391843262694923,1.639624150339864,1.6400639744102359,1.6405037984806077,1.6409436225509797,1.6413834466213515,1.6418232706917233,1.642263094762095,1.642702918832467,1.643142742902839,1.6435825669732107,1.6440223910435825,1.6444622151139545,1.6449020391843263,1.6453418632546981,1.64578168732507,1.646221511395442,1.6466613354658137,1.6471011595361855,1.6475409836065573,1.6479808076769293,1.6484206317473011,1.648860455817673,1.6493002798880447,1.6497401039584165,1.6501799280287885,1.6506197520991603,1.6510595761695321,1.651499400239904,1.651939224310276,1.6523790483806478,1.6528188724510195,1.6532586965213913,1.6536985205917634,1.6541383446621352,1.654578168732507,1.6550179928028788,1.6554578168732508,1.6558976409436226,1.6563374650139944,1.6567772890843662,1.6572171131547382,1.65765693722511,1.6580967612954818,1.6585365853658536,1.6589764094362256,1.6594162335065974,1.6598560575769692,1.660295881647341,1.660735705717713,1.6611755297880848,1.6616153538584566,1.6620551779288284,1.6624950019992004,1.6629348260695722,1.663374650139944,1.6638144742103158,1.6642542982806878,1.6646941223510596,1.6651339464214314,1.6655737704918032,1.6660135945621752,1.666453418632547,1.6668932427029188,1.6673330667732906,1.6677728908436624,1.6682127149140344,1.6686525389844062,1.669092363054778,1.6695321871251498,1.6699720111955219,1.6704118352658937,1.6708516593362654,1.6712914834066372,1.6717313074770093,1.672171131547381,1.6726109556177529,1.6730507796881247,1.6734906037584967,1.6739304278288685,1.6743702518992403,1.674810075969612,1.675249900039984,1.6756897241103559,1.6761295481807277,1.6765693722510995,1.6770091963214715,1.6774490203918433,1.677888844462215,1.6783286685325869,1.678768492602959,1.6792083166733307,1.6796481407437025,1.6800879648140743,1.6805277888844463,1.6809676129548181,1.68140743702519,1.6818472610955617,1.6822870851659337,1.6827269092363055,1.6831667333066773,1.6836065573770491,1.6840463814474211,1.684486205517793,1.6849260295881647,1.6853658536585365,1.6858056777289085,1.6862455017992803,1.6866853258696521,1.687125149940024,1.6875649740103957,1.6880047980807678,1.6884446221511396,1.6888844462215113,1.6893242702918831,1.6897640943622552,1.690203918432627,1.6906437425029988,1.6910835665733706,1.6915233906437426,1.6919632147141144,1.6924030387844862,1.692842862854858,1.69328268692523,1.6937225109956018,1.6941623350659736,1.6946021591363454,1.6950419832067174,1.6954818072770892,1.695921631347461,1.6963614554178328,1.6968012794882048,1.6972411035585766,1.6976809276289484,1.6981207516993202,1.6985605757696922,1.699000399840064,1.6994402239104358,1.6998800479808076,1.7003198720511796,1.7007596961215514,1.7011995201919232,1.701639344262295,1.702079168332667,1.7025189924030388,1.7029588164734106,1.7033986405437824,1.7038384646141544,1.7042782886845262,1.704718112754898,1.7051579368252698,1.7055977608956416,1.7060375849660137,1.7064774090363855,1.7069172331067572,1.707357057177129,1.707796881247501,1.7082367053178729,1.7086765293882447,1.7091163534586165,1.7095561775289885,1.7099960015993603,1.710435825669732,1.7108756497401039,1.7113154738104759,1.7117552978808477,1.7121951219512195,1.7126349460215913,1.7130747700919633,1.713514594162335,1.7139544182327069,1.7143942423030787,1.7148340663734507,1.7152738904438225,1.7157137145141943,1.716153538584566,1.7165933626549381,1.71703318672531,1.7174730107956817,1.7179128348660535,1.7183526589364255,1.7187924830067973,1.7192323070771691,1.719672131147541,1.720111955217913,1.7205517792882847,1.7209916033586565,1.7214314274290283,1.7218712514994003,1.7223110755697721,1.722750899640144,1.7231907237105157,1.7236305477808875,1.7240703718512596,1.7245101959216314,1.7249500199920031,1.725389844062375,1.725829668132747,1.7262694922031188,1.7267093162734906,1.7271491403438624,1.7275889644142344,1.7280287884846062,1.728468612554978,1.7289084366253498,1.7293482606957218,1.7297880847660936,1.7302279088364654,1.7306677329068372,1.7311075569772092,1.731547381047581,1.7319872051179528,1.7324270291883246,1.7328668532586966,1.7333066773290684,1.7337465013994402,1.734186325469812,1.734626149540184,1.7350659736105558,1.7355057976809276,1.7359456217512994,1.7363854458216714,1.7368252698920432,1.737265093962415,1.7377049180327868,1.7381447421031588,1.7385845661735306,1.7390243902439024,1.7394642143142742,1.7399040383846462,1.740343862455018,1.7407836865253898,1.7412235105957616,1.7416633346661337,1.7421031587365055,1.7425429828068772,1.742982806877249,1.7434226309476208,1.7438624550179929,1.7443022790883647,1.7447421031587365,1.7451819272291083,1.7456217512994803,1.746061575369852,1.7465013994402239,1.7469412235105957,1.7473810475809677,1.7478208716513395,1.7482606957217113,1.748700519792083,1.749140343862455,1.749580167932827,1.7500199920031987,1.7504598160735705,1.7508996401439425,1.7513394642143143,1.751779288284686,1.752219112355058,1.75265893642543,1.7530987604958017,1.7535385845661735,1.7539784086365453,1.7544182327069173,1.7548580567772891,1.755297880847661,1.7557377049180327,1.7561775289884047,1.7566173530587765,1.7570571771291483,1.7574970011995201,1.7579368252698921,1.758376649340264,1.7588164734106357,1.7592562974810075,1.7596961215513796,1.7601359456217514,1.7605757696921231,1.761015593762495,1.7614554178328667,1.7618952419032388,1.7623350659736106,1.7627748900439824,1.7632147141143542,1.7636545381847262,1.764094362255098,1.7645341863254698,1.7649740103958416,1.7654138344662136,1.7658536585365854,1.7662934826069572,1.766733306677329,1.767173130747701,1.7676129548180728,1.7680527788884446,1.7684926029588164,1.7689324270291884,1.7693722510995602,1.769812075169932,1.7702518992403038,1.7706917233106758,1.7711315473810476,1.7715713714514194,1.7720111955217912,1.7724510195921632,1.772890843662535,1.7733306677329068,1.7737704918032786,1.7742103158736506,1.7746501399440224,1.7750899640143942,1.775529788084766,1.775969612155138,1.7764094362255098,1.7768492602958816,1.7772890843662534,1.7777289084366255,1.7781687325069973,1.778608556577369,1.7790483806477408,1.7794882047181129,1.7799280287884847,1.7803678528588565,1.7808076769292283,1.7812475009996,1.781687325069972,1.7821271491403439,1.7825669732107157,1.7830067972810875,1.7834466213514595,1.7838864454218313,1.784326269492203,1.7847660935625749,1.785205917632947,1.7856457417033187,1.7860855657736905,1.7865253898440623,1.7869652139144343,1.787405037984806,1.787844862055178,1.7882846861255497,1.7887245101959217,1.7891643342662935,1.7896041583366653,1.790043982407037,1.7904838064774091,1.790923630547781,1.7913634546181527,1.7918032786885245,1.7922431027588965,1.7926829268292683,1.7931227508996401,1.793562574970012,1.794002399040384,1.7944422231107557,1.7948820471811275,1.7953218712514993,1.7957616953218714,1.7962015193922432,1.796641343462615,1.7970811675329867,1.7975209916033588,1.7979608156737306,1.7984006397441024,1.7988404638144742,1.799280287884846,1.799720111955218,1.8001599360255898,1.8005997600959616,1.8010395841663334,1.8014794082367054,1.8019192323070772,1.802359056377449,1.8027988804478208,1.8032387045181928,1.8036785285885646,1.8041183526589364,1.8045581767293082,1.8049980007996802,1.805437824870052,1.8058776489404238,1.8063174730107956,1.8067572970811676,1.8071971211515394,1.8076369452219112,1.808076769292283,1.808516593362655,1.8089564174330268,1.8093962415033986,1.8098360655737704,1.8102758896441424,1.8107157137145142,1.811155537784886,1.8115953618552578,1.8120351859256298,1.8124750099960016,1.8129148340663734,1.8133546581367452,1.8137944822071173,1.814234306277489,1.8146741303478608,1.8151139544182326,1.8155537784886047,1.8159936025589765,1.8164334266293483,1.81687325069972,1.817313074770092,1.8177528988404639,1.8181927229108357,1.8186325469812075,1.8190723710515793,1.8195121951219513,1.819952019192323,1.8203918432626949,1.8208316673330667,1.8212714914034387,1.8217113154738105,1.8221511395441823,1.822590963614554,1.823030787684926,1.823470611755298,1.8239104358256697,1.8243502598960415,1.8247900839664135,1.8252299080367853,1.825669732107157,1.826109556177529,1.826549380247901,1.8269892043182727,1.8274290283886445,1.8278688524590163,1.8283086765293883,1.8287485005997601,1.829188324670132,1.8296281487405037,1.8300679728108757,1.8305077968812475,1.8309476209516193,1.8313874450219911,1.8318272690923632,1.832267093162735,1.8327069172331067,1.8331467413034785,1.8335865653738506,1.8340263894442224,1.8344662135145942,1.834906037584966,1.835345861655338,1.8357856857257098,1.8362255097960816,1.8366653338664534,1.8371051579368252,1.8375449820071972,1.837984806077569,1.8384246301479408,1.8388644542183126,1.8393042782886846,1.8397441023590564,1.8401839264294282,1.8406237504998,1.841063574570172,1.8415033986405438,1.8419432227109156,1.8423830467812874,1.8428228708516594,1.8432626949220312,1.843702518992403,1.8441423430627748,1.8445821671331468,1.8450219912035186,1.8454618152738904,1.8459016393442622,1.8463414634146342,1.846781287485006,1.8472211115553778,1.8476609356257496,1.8481007596961216,1.8485405837664934,1.8489804078368652,1.849420231907237,1.849860055977609,1.8502998800479808,1.8507397041183526,1.8511795281887244,1.8516193522590965,1.8520591763294683,1.85249900039984,1.8529388244702119,1.8533786485405839,1.8538184726109557,1.8542582966813275,1.8546981207516993,1.855137944822071,1.855577768892443,1.8560175929628149,1.8564574170331867,1.8568972411035585,1.8573370651739305,1.8577768892443023,1.858216713314674,1.8586565373850459,1.859096361455418,1.8595361855257897,1.8599760095961615,1.8604158336665333,1.8608556577369053,1.861295481807277,1.861735305877649,1.8621751299480207,1.8626149540183927,1.8630547780887645,1.8634946021591363,1.8639344262295081,1.8643742502998801,1.864814074370252,1.8652538984406237,1.8656937225109955,1.8661335465813675,1.8665733706517393,1.8670131947221111,1.867453018792483,1.867892842862855,1.8683326669332267,1.8687724910035985,1.8692123150739703,1.8696521391443424,1.8700919632147142,1.870531787285086,1.8709716113554578,1.8714114354258298,1.8718512594962016,1.8722910835665734,1.8727309076369452,1.8731707317073172,1.873610555777689,1.8740503798480608,1.8744902039184326,1.8749300279888044,1.8753698520591764,1.8758096761295482,1.87624950019992,1.8766893242702918,1.8771291483406638,1.8775689724110356,1.8780087964814074,1.8784486205517792,1.8788884446221512,1.879328268692523,1.8797680927628948,1.8802079168332666,1.8806477409036386,1.8810875649740104,1.8815273890443822,1.881967213114754,1.882407037185126,1.8828468612554978,1.8832866853258696,1.8837265093962414,1.8841663334666134,1.8846061575369852,1.885045981607357,1.8854858056777288,1.8859256297481009,1.8863654538184726,1.8868052778888444,1.8872451019592162,1.8876849260295883,1.88812475009996,1.8885645741703319,1.8890043982407037,1.8894442223110757,1.8898840463814475,1.8903238704518193,1.890763694522191,1.891203518592563,1.8916433426629349,1.8920831667333067,1.8925229908036785,1.8929628148740503,1.8934026389444223,1.893842463014794,1.8942822870851659,1.8947221111555377,1.8951619352259097,1.8956017592962815,1.8960415833666533,1.896481407437025,1.896921231507397,1.897361055577769,1.8978008796481407,1.8982407037185125,1.8986805277888845,1.8991203518592563,1.8995601759296281,1.9,1.900439824070372,1.9008796481407437,1.9013194722111155,1.9017592962814873,1.9021991203518593,1.9026389444222311,1.903078768492603,1.9035185925629747,1.9039584166333468,1.9043982407037185,1.9048380647740903,1.9052778888444621,1.9057177129148342,1.906157536985206,1.9065973610555778,1.9070371851259496,1.9074770091963216,1.9079168332666934,1.9083566573370652,1.908796481407437,1.909236305477809,1.9096761295481808,1.9101159536185526,1.9105557776889244,1.9109956017592964,1.9114354258296682,1.91187524990004,1.9123150739704118,1.9127548980407836,1.9131947221111556,1.9136345461815274,1.9140743702518992,1.914514194322271,1.914954018392643,1.9153938424630148,1.9158336665333866,1.9162734906037584,1.9167133146741304,1.9171531387445022,1.917592962814874,1.9180327868852458,1.9184726109556178,1.9189124350259896,1.9193522590963614,1.9197920831667332,1.9202319072371052,1.920671731307477,1.9211115553778488,1.9215513794482206,1.9219912035185927,1.9224310275889644,1.9228708516593362,1.923310675729708,1.92375049980008,1.9241903238704519,1.9246301479408237,1.9250699720111955,1.9255097960815675,1.9259496201519393,1.926389444222311,1.9268292682926829,1.9272690923630549,1.9277089164334267,1.9281487405037985,1.9285885645741703,1.9290283886445423,1.929468212714914,1.9299080367852859,1.9303478608556577,1.9307876849260295,1.9312275089964015,1.9316673330667733,1.932107157137145,1.932546981207517,1.932986805277889,1.9334266293482607,1.9338664534186325,1.9343062774890043,1.9347461015593763,1.9351859256297481,1.93562574970012,1.9360655737704917,1.9365053978408637,1.9369452219112355,1.9373850459816073,1.9378248700519791,1.9382646941223511,1.938704518192723,1.9391443422630947,1.9395841663334665,1.9400239904038385,1.9404638144742103,1.9409036385445821,1.941343462614954,1.941783286685326,1.9422231107556978,1.9426629348260696,1.9431027588964414,1.9435425829668134,1.9439824070371852,1.944422231107557,1.9448620551779288,1.9453018792483008,1.9457417033186726,1.9461815273890444,1.9466213514594162,1.9470611755297882,1.94750099960016,1.9479408236705318,1.9483806477409036,1.9488204718112754,1.9492602958816474,1.9497001199520192,1.950139944022391,1.9505797680927628,1.9510195921631348,1.9514594162335066,1.9518992403038784,1.9523390643742502,1.9527788884446222,1.953218712514994,1.9536585365853658,1.9540983606557376,1.9545381847261096,1.9549780087964814,1.9554178328668532,1.955857656937225,1.956297481007597,1.9567373050779688,1.9571771291483406,1.9576169532187124,1.9580567772890844,1.9584966013594562,1.958936425429828,1.9593762495001998,1.9598160735705719,1.9602558976409437,1.9606957217113155,1.9611355457816873,1.9615753698520593,1.962015193922431,1.9624550179928029,1.9628948420631747,1.9633346661335467,1.9637744902039185,1.9642143142742903,1.964654138344662,1.965093962415034,1.9655337864854059,1.9659736105557777,1.9664134346261495,1.9668532586965215,1.9672930827668933,1.967732906837265,1.968172730907637,1.9686125549780087,1.9690523790483807,1.9694922031187525,1.9699320271891243,1.970371851259496,1.9708116753298681,1.97125149940024,1.9716913234706117,1.9721311475409835,1.9725709716113555,1.9730107956817273,1.9734506197520991,1.973890443822471,1.974330267892843,1.9747700919632147,1.9752099160335865,1.9756497401039583,1.9760895641743303,1.9765293882447021,1.976969212315074,1.9774090363854457,1.9778488604558178,1.9782886845261896,1.9787285085965614,1.9791683326669331,1.9796081567373052,1.980047980807677,1.9804878048780488,1.9809276289484206,1.9813674530187926,1.9818072770891644,1.9822471011595362,1.982686925229908,1.98312674930028,1.9835665733706518,1.9840063974410236,1.9844462215113954,1.9848860455817674,1.9853258696521392,1.985765693722511,1.9862055177928828,1.9866453418632546,1.9870851659336266,1.9875249900039984,1.9879648140743702,1.988404638144742,1.988844462215114,1.9892842862854858,1.9897241103558576,1.9901639344262294,1.9906037584966014,1.9910435825669732,1.991483406637345,1.9919232307077168,1.9923630547780888,1.9928028788484606,1.9932427029188324,1.9936825269892042,1.9941223510595762,1.994562175129948,1.9950019992003198,1.9954418232706916,1.9958816473410637,1.9963214714114355,1.9967612954818073,1.997201119552179,1.997640943622551,1.9980807676929229,1.9985205917632947,1.9989604158336665,1.9994002399040385,1.9998400639744103,2.000279888044782,2.000719712115154,2.0011595361855257,2.0015993602558977,2.0020391843262697,2.0024790083966413,2.0029188324670133,2.003358656537385,2.003798480607757,2.004238304678129,2.0046781287485005,2.0051179528188725,2.005557776889244,2.005997600959616,2.006437425029988,2.0068772491003597,2.0073170731707317,2.0077568972411037,2.0081967213114753,2.0086365453818473,2.009076369452219,2.009516193522591,2.009956017592963,2.0103958416633345,2.0108356657337065,2.0112754898040786,2.01171531387445,2.012155137944822,2.0125949620151937,2.0130347860855657,2.0134746101559378,2.0139144342263093,2.0143542582966814,2.0147940823670534,2.015233906437425,2.015673730507797,2.0161135545781685,2.0165533786485406,2.0169932027189126,2.017433026789284,2.017872850859656,2.018312674930028,2.0187524990003998,2.019192323070772,2.0196321471411434,2.0200719712115154,2.0205117952818874,2.020951619352259,2.021391443422631,2.021831267493003,2.0222710915633746,2.0227109156337466,2.023150739704118,2.02359056377449,2.0240303878448622,2.024470211915234,2.024910035985606,2.0253498600559774,2.0257896841263494,2.0262295081967214,2.026669332267093,2.027109156337465,2.027548980407837,2.0279888044782086,2.0284286285485806,2.028868452618952,2.0293082766893242,2.0297481007596962,2.030187924830068,2.03062774890044,2.031067572970812,2.0315073970411834,2.0319472211115555,2.032387045181927,2.032826869252299,2.033266693322671,2.0337065173930426,2.0341463414634147,2.0345861655337867,2.0350259896041583,2.0354658136745303,2.035905637744902,2.036345461815274,2.036785285885646,2.0372251099560175,2.0376649340263895,2.0381047580967615,2.038544582167133,2.038984406237505,2.0394242303078767,2.0398640543782487,2.0403038784486207,2.0407437025189923,2.0411835265893643,2.0416233506597363,2.042063174730108,2.04250299880048,2.0429428228708515,2.0433826469412235,2.0438224710115955,2.044262295081967,2.044702119152339,2.0451419432227107,2.0455817672930827,2.0460215913634547,2.0464614154338263,2.0469012395041983,2.0473410635745704,2.047780887644942,2.048220711715314,2.0486605357856855,2.0491003598560575,2.0495401839264296,2.049980007996801,2.050419832067173,2.050859656137545,2.0512994802079167,2.0517393042782888,2.0521791283486603,2.0526189524190324,2.0530587764894044,2.053498600559776,2.053938424630148,2.05437824870052,2.0548180727708916,2.0552578968412636,2.055697720911635,2.056137544982007,2.056577369052379,2.0570171931227508,2.057457017193123,2.057896841263495,2.0583366653338664,2.0587764894042384,2.05921631347461,2.059656137544982,2.060095961615354,2.0605357856857256,2.0609756097560976,2.0614154338264696,2.061855257896841,2.0622950819672132,2.062734906037585,2.063174730107957,2.063614554178329,2.0640543782487004,2.0644942023190724,2.064934026389444,2.065373850459816,2.065813674530188,2.0662534986005596,2.0666933226709316,2.0671331467413037,2.0675729708116752,2.0680127948820473,2.068452618952419,2.068892443022791,2.069332267093163,2.0697720911635344,2.0702119152339065,2.0706517393042785,2.07109156337465,2.071531387445022,2.0719712115153937,2.0724110355857657,2.0728508596561377,2.0732906837265093,2.0737305077968813,2.0741703318672533,2.074610155937625,2.075049980007997,2.0754898040783685,2.0759296281487405,2.0763694522191125,2.076809276289484,2.077249100359856,2.077688924430228,2.0781287485005997,2.0785685725709717,2.0790083966413433,2.0794482207117153,2.0798880447820873,2.080327868852459,2.080767692922831,2.0812075169932025,2.0816473410635745,2.0820871651339465,2.082526989204318,2.08296681327469,2.083406637345062,2.0838464614154337,2.0842862854858057,2.0847261095561773,2.0851659336265493,2.0856057576969214,2.086045581767293,2.086485405837665,2.086925229908037,2.0873650539784085,2.0878048780487806,2.088244702119152,2.088684526189524,2.089124350259896,2.0895641743302678,2.0900039984006398,2.090443822471012,2.0908836465413834,2.0913234706117554,2.091763294682127,2.092203118752499,2.092642942822871,2.0930827668932426,2.0935225909636146,2.0939624150339866,2.094402239104358,2.09484206317473,2.095281887245102,2.095721711315474,2.096161535385846,2.0966013594562174,2.0970411835265894,2.0974810075969614,2.097920831667333,2.098360655737705,2.0988004798080766,2.0992403038784486,2.0996801279488206,2.100119952019192,2.1005597760895642,2.100999600159936,2.101439424230308,2.10187924830068,2.1023190723710514,2.1027588964414234,2.1031987205117955,2.103638544582167,2.104078368652539,2.1045181927229106,2.1049580167932826,2.1053978408636547,2.1058376649340262,2.1062774890043983,2.1067173130747703,2.107157137145142,2.107596961215514,2.1080367852858855,2.1084766093562575,2.1089164334266295,2.109356257497001,2.109796081567373,2.110235905637745,2.1106757297081167,2.1111155537784887,2.1115553778488603,2.1119952019192323,2.1124350259896043,2.112874850059976,2.113314674130348,2.11375449820072,2.1141943222710915,2.1146341463414635,2.115073970411835,2.115513794482207,2.115953618552579,2.1163934426229507,2.1168332666933227,2.1172730907636947,2.1177129148340663,2.1181527389044383,2.11859256297481,2.119032387045182,2.119472211115554,2.1199120351859255,2.1203518592562975,2.120791683326669,2.121231507397041,2.121671331467413,2.1221111555377847,2.1225509796081568,2.1229908036785288,2.1234306277489003,2.1238704518192724,2.124310275889644,2.124750099960016,2.125189924030388,2.1256297481007596,2.1260695721711316,2.1265093962415036,2.126949220311875,2.127389044382247,2.1278288684526188,2.128268692522991,2.128708516593363,2.1291483406637344,2.1295881647341064,2.1300279888044784,2.13046781287485,2.130907636945222,2.1313474610155936,2.1317872850859656,2.1322271091563376,2.132666933226709,2.133106757297081,2.1335465813674532,2.133986405437825,2.134426229508197,2.1348660535785684,2.1353058776489404,2.1357457017193124,2.136185525789684,2.136625349860056,2.1370651739304276,2.1375049980007996,2.1379448220711716,2.138384646141543,2.1388244702119152,2.1392642942822873,2.139704118352659,2.140143942423031,2.1405837664934024,2.1410235905637744,2.1414634146341465,2.141903238704518,2.14234306277489,2.142782886845262,2.1432227109156337,2.1436625349860057,2.1441023590563772,2.1445421831267493,2.1449820071971213,2.145421831267493,2.145861655337865,2.146301479408237,2.1467413034786085,2.1471811275489805,2.147620951619352,2.148060775689724,2.148500599760096,2.1489404238304677,2.1493802479008397,2.1498200719712117,2.1502598960415833,2.1506997201119553,2.151139544182327,2.151579368252699,2.152019192323071,2.1524590163934425,2.1528988404638145,2.1533386645341865,2.153778488604558,2.15421831267493,2.1546581367453017,2.1550979608156737,2.1555377848860457,2.1559776089564173,2.1564174330267893,2.156857257097161,2.157297081167533,2.157736905237905,2.1581767293082765,2.1586165533786486,2.1590563774490206,2.159496201519392,2.159936025589764,2.1603758496601357,2.1608156737305078,2.1612554978008798,2.1616953218712514,2.1621351459416234,2.1625749700119954,2.163014794082367,2.163454618152739,2.1638944422231106,2.1643342662934826,2.1647740903638546,2.165213914434226,2.165653738504598,2.16609356257497,2.166533386645342,2.166973210715714,2.1674130347860854,2.1678528588564574,2.1682926829268294,2.168732506997201,2.169172331067573,2.169612155137945,2.1700519792083166,2.1704918032786886,2.17093162734906,2.171371451419432,2.1718112754898042,2.172251099560176,2.172690923630548,2.17313074770092,2.1735705717712914,2.1740103958416634,2.174450219912035,2.174890043982407,2.175329868052779,2.1757696921231506,2.1762095161935227,2.1766493402638942,2.1770891643342662,2.1775289884046383,2.17796881247501,2.178408636545382,2.178848460615754,2.1792882846861255,2.1797281087564975,2.180167932826869,2.180607756897241,2.181047580967613,2.1814874050379847,2.1819272291083567,2.1823670531787287,2.1828068772491003,2.1832467013194723,2.183686525389844,2.184126349460216,2.184566173530588,2.1850059976009595,2.1854458216713315,2.1858856457417035,2.186325469812075,2.186765293882447,2.1872051179528187,2.1876449420231907,2.1880847660935627,2.1885245901639343,2.1889644142343063,2.1894042383046783,2.18984406237505,2.190283886445422,2.1907237105157935,2.1911635345861655,2.1916033586565375,2.192043182726909,2.192483006797281,2.1929228308676527,2.1933626549380247,2.1938024790083968,2.1942423030787683,2.1946821271491403,2.1951219512195124,2.195561775289884,2.196001599360256,2.1964414234306275,2.1968812475009996,2.1973210715713716,2.197760895641743,2.198200719712115,2.198640543782487,2.1990803678528588,2.199520191923231,2.1999600159936024,2.2003998400639744,2.2008396641343464,2.201279488204718,2.20171931227509,2.202159136345462,2.2025989604158336,2.2030387844862056,2.203478608556577,2.203918432626949,2.204358256697321,2.204798080767693,2.205237904838065,2.205677728908437,2.2061175529788084,2.2065573770491804,2.206997201119552,2.207437025189924,2.207876849260296,2.2083166733306676,2.2087564974010396,2.2091963214714117,2.2096361455417832,2.2100759696121552,2.210515793682527,2.210955617752899,2.211395441823271,2.2118352658936424,2.2122750899640145,2.212714914034386,2.213154738104758,2.21359456217513,2.2140343862455016,2.2144742103158737,2.2149140343862457,2.2153538584566173,2.2157936825269893,2.216233506597361,2.216673330667733,2.217113154738105,2.2175529788084765,2.2179928028788485,2.2184326269492205,2.218872451019592,2.219312275089964,2.2197520991603357,2.2201919232307077,2.2206317473010797,2.2210715713714513,2.2215113954418233,2.2219512195121953,2.222391043582567,2.222830867652939,2.2232706917233105,2.2237105157936825,2.2241503398640545,2.224590163934426,2.225029988004798,2.22546981207517,2.2259096361455417,2.2263494602159137,2.2267892842862853,2.2272291083566573,2.2276689324270293,2.228108756497401,2.228548580567773,2.228988404638145,2.2294282287085165,2.2298680527788886,2.23030787684926,2.230747700919632,2.231187524990004,2.2316273490603757,2.2320671731307478,2.2325069972011193,2.2329468212714914,2.2333866453418634,2.233826469412235,2.234266293482607,2.234706117552979,2.2351459416233506,2.2355857656937226,2.236025589764094,2.236465413834466,2.236905237904838,2.2373450619752098,2.237784886045582,2.238224710115954,2.2386645341863254,2.2391043582566974,2.239544182327069,2.239984006397441,2.240423830467813,2.2408636545381846,2.2413034786085566,2.2417433026789286,2.2421831267493,2.2426229508196722,2.243062774890044,2.243502598960416,2.243942423030788,2.2443822471011594,2.2448220711715314,2.2452618952419034,2.245701719312275,2.246141543382647,2.2465813674530186,2.2470211915233906,2.2474610155937627,2.2479008396641342,2.2483406637345063,2.2487804878048783,2.24922031187525,2.249660135945622,2.2500999600159934,2.2505397840863655,2.2509796081567375,2.251419432227109,2.251859256297481,2.2522990803678526,2.2527389044382247,2.2531787285085967,2.2536185525789683,2.2540583766493403,2.2544982007197123,2.254938024790084,2.255377848860456,2.2558176729308275,2.2562574970011995,2.2566973210715715,2.257137145141943,2.257576969212315,2.258016793282687,2.2584566173530587,2.2588964414234307,2.2593362654938023,2.2597760895641743,2.2602159136345463,2.260655737704918,2.26109556177529,2.261535385845662,2.2619752099160335,2.2624150339864055,2.262854858056777,2.263294682127149,2.263734506197521,2.2641743302678927,2.2646141543382647,2.2650539784086368,2.2654938024790083,2.2659336265493804,2.266373450619752,2.266813274690124,2.267253098760496,2.2676929228308675,2.2681327469012396,2.268572570971611,2.269012395041983,2.269452219112355,2.2698920431827267,2.2703318672530988,2.270771691323471,2.2712115153938424,2.2716513394642144,2.272091163534586,2.272530987604958,2.27297081167533,2.2734106357457016,2.2738504598160736,2.2742902838864456,2.274730107956817,2.275169932027189,2.2756097560975608,2.276049580167933,2.276489404238305,2.2769292283086764,2.2773690523790484,2.2778088764494204,2.278248700519792,2.278688524590164,2.2791283486605356,2.2795681727309076,2.2800079968012796,2.280447820871651,2.2808876449420232,2.2813274690123952,2.281767293082767,2.282207117153139,2.2826469412235104,2.2830867652938824,2.2835265893642545,2.283966413434626,2.284406237504998,2.28484606157537,2.2852858856457416,2.2857257097161137,2.2861655337864852,2.2866053578568573,2.2870451819272293,2.287485005997601,2.287924830067973,2.2883646541383444,2.2888044782087165,2.2892443022790885,2.28968412634946,2.290123950419832,2.290563774490204,2.2910035985605757,2.2914434226309477,2.2918832467013193,2.2923230707716913,2.2927628948420633,2.293202718912435,2.293642542982807,2.294082367053179,2.2945221911235505,2.2949620151939225,2.295401839264294,2.295841663334666,2.296281487405038,2.2967213114754097,2.2971611355457817,2.2976009596161537,2.2980407836865253,2.2984806077568973,2.298920431827269,2.299360255897641,2.299800079968013,2.3002399040383845,2.3006797281087565,2.3011195521791286,2.3015593762495,2.301999200319872,2.3024390243902437,2.3028788484606157,2.3033186725309878,2.3037584966013593,2.3041983206717314,2.3046381447421034,2.305077968812475,2.305517792882847,2.3059576169532185,2.3063974410235906,2.3068372650939626,2.307277089164334,2.307716913234706,2.3081567373050778,2.3085965613754498,2.309036385445822,2.3094762095161934,2.3099160335865654,2.3103558576569374,2.310795681727309,2.311235505797681,2.3116753298680526,2.3121151539384246,2.3125549780087966,2.312994802079168,2.31343462614954,2.3138744502199122,2.314314274290284,2.314754098360656,2.3151939224310274,2.3156337465013994,2.3160735705717714,2.316513394642143,2.316953218712515,2.317393042782887,2.3178328668532586,2.3182726909236306,2.318712514994002,2.3191523390643742,2.3195921631347463,2.320031987205118,2.32047181127549,2.320911635345862,2.3213514594162334,2.3217912834866055,2.322231107556977,2.322670931627349,2.323110755697721,2.3235505797680926,2.3239904038384647,2.3244302279088362,2.3248700519792083,2.3253098760495803,2.325749700119952,2.326189524190324,2.326629348260696,2.3270691723310675,2.3275089964014395,2.327948820471811,2.328388644542183,2.328828468612555,2.3292682926829267,2.3297081167532987,2.3301479408236707,2.3305877648940423,2.3310275889644143,2.331467413034786,2.331907237105158,2.33234706117553,2.3327868852459015,2.3332267093162735,2.3336665333866455,2.334106357457017,2.334546181527389,2.3349860055977607,2.3354258296681327,2.3358656537385047,2.3363054778088763,2.3367453018792483,2.3371851259496204,2.337624950019992,2.338064774090364,2.3385045981607355,2.3389444222311075,2.3393842463014796,2.339824070371851,2.340263894442223,2.340703718512595,2.3411435425829668,2.3415833666533388,2.3420231907237103,2.3424630147940824,2.3429028388644544,2.343342662934826,2.343782487005198,2.3442223110755696,2.3446621351459416,2.3451019592163136,2.345541783286685,2.345981607357057,2.346421431427429,2.346861255497801,2.347301079568173,2.3477409036385444,2.3481807277089164,2.3486205517792884,2.34906037584966,2.349500199920032,2.349940023990404,2.3503798480607756,2.3508196721311476,2.351259496201519,2.351699320271891,2.3521391443422632,2.352578968412635,2.353018792483007,2.353458616553379,2.3538984406237504,2.3543382646941224,2.354778088764494,2.355217912834866,2.355657736905238,2.3560975609756096,2.3565373850459816,2.3569772091163537,2.3574170331867252,2.3578568572570973,2.358296681327469,2.358736505397841,2.359176329468213,2.3596161535385844,2.3600559776089565,2.3604958016793285,2.3609356257497,2.361375449820072,2.3618152738904437,2.3622550979608157,2.3626949220311877,2.3631347461015593,2.3635745701719313,2.364014394242303,2.364454218312675,2.364894042383047,2.3653338664534185,2.3657736905237905,2.3662135145941625,2.366653338664534,2.367093162734906,2.3675329868052777,2.3679728108756497,2.3684126349460217,2.3688524590163933,2.3692922830867653,2.3697321071571373,2.370171931227509,2.370611755297881,2.3710515793682525,2.3714914034386245,2.3719312275089965,2.372371051579368,2.37281087564974,2.373250699720112,2.3736905237904837,2.3741303478608557,2.3745701719312273,2.3750099960015993,2.3754498200719714,2.375889644142343,2.376329468212715,2.376769292283087,2.3772091163534586,2.3776489404238306,2.378088764494202,2.378528588564574,2.378968412634946,2.3794082367053178,2.3798480607756898,2.380287884846062,2.3807277089164334,2.3811675329868054,2.381607357057177,2.382047181127549,2.382487005197921,2.3829268292682926,2.3833666533386646,2.383806477409036,2.384246301479408,2.38468612554978,2.385125949620152,2.385565773690524,2.386005597760896,2.3864454218312674,2.3868852459016394,2.387325069972011,2.387764894042383,2.388204718112755,2.3886445421831266,2.3890843662534986,2.3895241903238706,2.389964014394242,2.3904038384646142,2.390843662534986,2.391283486605358,2.39172331067573,2.3921631347461014,2.3926029588164734,2.3930427828868455,2.393482606957217,2.393922431027589,2.3943622550979606,2.3948020791683327,2.3952419032387047,2.3956817273090762,2.3961215513794483,2.3965613754498203,2.397001199520192,2.397441023590564,2.3978808476609355,2.3983206717313075,2.3987604958016795,2.399200319872051,2.399640143942423,2.4000799680127947,2.4005197920831667,2.4009596161535387,2.4013994402239103,2.4018392642942823,2.4022790883646543,2.402718912435026,2.403158736505398,2.4035985605757695,2.4040383846461415,2.4044782087165135,2.404918032786885,2.405357856857257,2.405797680927629,2.4062375049980007,2.4066773290683727,2.4071171531387443,2.4075569772091163,2.4079968012794883,2.40843662534986,2.408876449420232,2.409316273490604,2.4097560975609755,2.4101959216313475,2.410635745701719,2.411075569772091,2.411515393842463,2.4119552179128347,2.4123950419832068,2.4128348660535788,2.4132746901239504,2.4137145141943224,2.414154338264694,2.414594162335066,2.415033986405438,2.4154738104758096,2.4159136345461816,2.4163534586165536,2.416793282686925,2.417233106757297,2.4176729308276688,2.418112754898041,2.418552578968413,2.4189924030387844,2.4194322271091564,2.419872051179528,2.4203118752499,2.420751699320272,2.4211915233906436,2.4216313474610156,2.4220711715313876,2.422510995601759,2.422950819672131,2.423390643742503,2.423830467812875,2.424270291883247,2.4247101159536184,2.4251499400239904,2.4255897640943624,2.426029588164734,2.426469412235106,2.4269092363054776,2.4273490603758496,2.4277888844462217,2.4282287085165932,2.4286685325869652,2.4291083566573373,2.429548180727709,2.429988004798081,2.4304278288684524,2.4308676529388245,2.4313074770091965,2.431747301079568,2.43218712514994,2.432626949220312,2.4330667732906837,2.4335065973610557,2.4339464214314273,2.4343862455017993,2.4348260695721713,2.435265893642543,2.435705717712915,2.436145541783287,2.4365853658536585,2.4370251899240305,2.437465013994402,2.437904838064774,2.438344662135146,2.4387844862055177,2.4392243102758897,2.4396641343462613,2.4401039584166333,2.4405437824870053,2.440983606557377,2.441423430627749,2.441863254698121,2.4423030787684925,2.4427429028388645,2.443182726909236,2.443622550979608,2.44406237504998,2.4445021991203517,2.4449420231907237,2.4453818472610958,2.4458216713314673,2.4462614954018393,2.446701319472211,2.447141143542583,2.447580967612955,2.4480207916833265,2.4484606157536986,2.4489004398240706,2.449340263894442,2.449780087964814,2.4502199120351857,2.4506597361055578,2.45109956017593,2.4515393842463014,2.4519792083166734,2.4524190323870454,2.452858856457417,2.453298680527789,2.4537385045981606,2.4541783286685326,2.4546181527389046,2.455057976809276,2.455497800879648,2.4559376249500198,2.456377449020392,2.456817273090764,2.4572570971611354,2.4576969212315074,2.4581367453018794,2.458576569372251,2.459016393442623,2.4594562175129946,2.4598960415833666,2.4603358656537386,2.46077568972411,2.4612155137944822,2.4616553378648542,2.462095161935226,2.462534986005598,2.4629748100759694,2.4634146341463414,2.4638544582167135,2.464294282287085,2.464734106357457,2.465173930427829,2.4656137544982006,2.4660535785685727,2.4664934026389442,2.4669332267093163,2.4673730507796883,2.46781287485006,2.468252698920432,2.468692522990804,2.4691323470611755,2.4695721711315475,2.470011995201919,2.470451819272291,2.470891643342663,2.4713314674130347,2.4717712914834067,2.4722111155537787,2.4726509396241503,2.4730907636945223,2.473530587764894,2.473970411835266,2.474410235905638,2.4748500599760095,2.4752898840463815,2.475729708116753,2.476169532187125,2.476609356257497,2.4770491803278687,2.4774890043982407,2.4779288284686127,2.4783686525389843,2.4788084766093563,2.479248300679728,2.4796881247501,2.480127948820472,2.4805677728908435,2.4810075969612155,2.4814474210315876,2.481887245101959,2.482327069172331,2.4827668932427027,2.4832067173130747,2.4836465413834468,2.4840863654538183,2.4845261895241904,2.4849660135945624,2.485405837664934,2.485845661735306,2.4862854858056775,2.4867253098760496,2.4871651339464216,2.487604958016793,2.488044782087165,2.488484606157537,2.4889244302279088,2.489364254298281,2.4898040783686524,2.4902439024390244,2.4906837265093964,2.491123550579768,2.49156337465014,2.492003198720512,2.4924430227908836,2.4928828468612556,2.493322670931627,2.493762495001999,2.494202319072371,2.494642143142743,2.495081967213115,2.4955217912834864,2.4959616153538584,2.4964014394242304,2.496841263494602,2.497281087564974,2.497720911635346,2.4981607357057176,2.4986005597760896,2.499040383846461,2.4994802079168332,2.4999200319872052,2.500359856057577,2.500799680127949,2.501239504198321,2.5016793282686924,2.5021191523390645,2.502558976409436,2.502998800479808,2.50343862455018,2.5038784486205516,2.5043182726909237,2.5047580967612957,2.5051979208316673,2.5056377449020393,2.506077568972411,2.506517393042783,2.506957217113155,2.5073970411835265,2.5078368652538985,2.5082766893242705,2.508716513394642,2.509156337465014,2.5095961615353857,2.5100359856057577,2.5104758096761297,2.5109156337465013,2.5113554578168733,2.5117952818872453,2.512235105957617,2.512674930027989,2.5131147540983605,2.5135545781687325,2.5139944022391045,2.514434226309476,2.514874050379848,2.5153138744502197,2.5157536985205917,2.5161935225909637,2.5166333466613353,2.5170731707317073,2.5175129948020794,2.517952818872451,2.518392642942823,2.5188324670131945,2.5192722910835665,2.5197121151539386,2.52015193922431,2.520591763294682,2.521031587365054,2.5214714114354257,2.5219112355057978,2.5223510595761693,2.5227908836465414,2.5232307077169134,2.523670531787285,2.524110355857657,2.524550179928029,2.5249900039984006,2.5254298280687726,2.525869652139144,2.526309476209516,2.526749300279888,2.5271891243502598,2.527628948420632,2.528068772491004,2.5285085965613754,2.5289484206317474,2.529388244702119,2.529828068772491,2.530267892842863,2.5307077169132346,2.5311475409836066,2.531587365053978,2.53202718912435,2.5324670131947222,2.532906837265094,2.533346661335466,2.533786485405838,2.5342263094762094,2.5346661335465814,2.535105957616953,2.535545781687325,2.535985605757697,2.5364254298280686,2.5368652538984406,2.5373050779688127,2.5377449020391842,2.5381847261095563,2.538624550179928,2.5390643742503,2.539504198320672,2.5399440223910434,2.5403838464614155,2.5408236705317875,2.541263494602159,2.541703318672531,2.5421431427429027,2.5425829668132747,2.5430227908836467,2.5434626149540183,2.5439024390243903,2.5443422630947623,2.544782087165134,2.545221911235506,2.5456617353058775,2.5461015593762495,2.5465413834466215,2.546981207516993,2.547421031587365,2.547860855657737,2.5483006797281087,2.5487405037984807,2.5491803278688523,2.5496201519392243,2.5500599760095963,2.550499800079968,2.55093962415034,2.5513794482207115,2.5518192722910835,2.5522590963614555,2.552698920431827,2.553138744502199,2.553578568572571,2.5540183926429427,2.5544582167133147,2.5548980407836863,2.5553378648540583,2.5557776889244304,2.556217512994802,2.556657337065174,2.557097161135546,2.5575369852059175,2.5579768092762896,2.558416633346661,2.558856457417033,2.559296281487405,2.5597361055577768,2.5601759296281488,2.560615753698521,2.5610555777688924,2.5614954018392644,2.561935225909636,2.562375049980008,2.56281487405038,2.5632546981207516,2.5636945221911236,2.5641343462614956,2.564574170331867,2.565013994402239,2.565453818472611,2.565893642542983,2.566333466613355,2.5667732906837264,2.5672131147540984,2.5676529388244704,2.568092762894842,2.568532586965214,2.5689724110355856,2.5694122351059576,2.5698520591763296,2.570291883246701,2.5707317073170732,2.571171531387445,2.571611355457817,2.572051179528189,2.5724910035985604,2.5729308276689324,2.5733706517393045,2.573810475809676,2.574250299880048,2.5746901239504196,2.5751299480207916,2.5755697720911637,2.5760095961615352,2.5764494202319073,2.5768892443022793,2.577329068372651,2.577768892443023,2.5782087165133944,2.5786485405837665,2.5790883646541385,2.57952818872451,2.579968012794882,2.580407836865254,2.5808476609356257,2.5812874850059977,2.5817273090763693,2.5821671331467413,2.5826069572171133,2.583046781287485,2.583486605357857,2.583926429428229,2.5843662534986005,2.5848060775689725,2.585245901639344,2.585685725709716,2.586125549780088,2.5865653738504597,2.5870051979208317,2.5874450219912033,2.5878848460615753,2.5883246701319473,2.588764494202319,2.589204318272691,2.589644142343063,2.5900839664134345,2.5905237904838065,2.590963614554178,2.59140343862455,2.591843262694922,2.5922830867652937,2.5927229108356658,2.5931627349060378,2.5936025589764093,2.5940423830467814,2.594482207117153,2.594922031187525,2.595361855257897,2.5958016793282686,2.5962415033986406,2.5966813274690126,2.597121151539384,2.597560975609756,2.5980007996801278,2.5984406237505,2.598880447820872,2.5993202718912434,2.5997600959616154,2.6001999200319874,2.600639744102359,2.601079568172731,2.6015193922431026,2.6019592163134746,2.6023990403838466,2.602838864454218,2.60327868852459,2.6037185125949622,2.604158336665334,2.604598160735706,2.6050379848060774,2.6054778088764494,2.6059176329468214,2.606357457017193,2.606797281087565,2.6072371051579366,2.6076769292283086,2.6081167532986806,2.608556577369052,2.6089964014394242,2.6094362255097963,2.609876049580168,2.61031587365054,2.6107556977209114,2.6111955217912834,2.6116353458616555,2.612075169932027,2.612514994002399,2.612954818072771,2.6133946421431427,2.6138344662135147,2.6142742902838862,2.6147141143542583,2.6151539384246303,2.615593762495002,2.616033586565374,2.616473410635746,2.6169132347061175,2.6173530587764895,2.617792882846861,2.618232706917233,2.618672530987605,2.6191123550579767,2.6195521791283487,2.6199920031987207,2.6204318272690923,2.6208716513394643,2.621311475409836,2.621751299480208,2.62219112355058,2.6226309476209515,2.6230707716913235,2.6235105957616955,2.623950419832067,2.624390243902439,2.6248300679728107,2.6252698920431827,2.6257097161135547,2.6261495401839263,2.6265893642542983,2.62702918832467,2.627469012395042,2.627908836465414,2.6283486605357855,2.6287884846061575,2.6292283086765296,2.629668132746901,2.630107956817273,2.6305477808876447,2.6309876049580168,2.6314274290283888,2.6318672530987604,2.6323070771691324,2.6327469012395044,2.633186725309876,2.633626549380248,2.6340663734506196,2.6345061975209916,2.6349460215913636,2.635385845661735,2.635825669732107,2.636265493802479,2.636705317872851,2.637145141943223,2.6375849660135944,2.6380247900839664,2.6384646141543384,2.63890443822471,2.639344262295082,2.639784086365454,2.6402239104358256,2.6406637345061976,2.641103558576569,2.641543382646941,2.6419832067173132,2.642423030787685,2.642862854858057,2.643302678928429,2.6437425029988004,2.6441823270691724,2.644622151139544,2.645061975209916,2.645501799280288,2.6459416233506596,2.6463814474210317,2.6468212714914032,2.6472610955617752,2.6477009196321473,2.648140743702519,2.648580567772891,2.649020391843263,2.6494602159136345,2.6499000399840065,2.650339864054378,2.65077968812475,2.651219512195122,2.6516593362654937,2.6520991603358657,2.6525389844062377,2.6529788084766093,2.6534186325469813,2.653858456617353,2.654298280687725,2.654738104758097,2.6551779288284685,2.6556177528988405,2.6560575769692125,2.656497401039584,2.656937225109956,2.6573770491803277,2.6578168732506997,2.6582566973210717,2.6586965213914433,2.6591363454618153,2.6595761695321873,2.660015993602559,2.660455817672931,2.6608956417433025,2.6613354658136745,2.6617752898840465,2.662215113954418,2.66265493802479,2.6630947620951617,2.6635345861655337,2.6639744102359058,2.6644142343062773,2.6648540583766493,2.6652938824470214,2.665733706517393,2.666173530587765,2.6666133546581365,2.6670531787285086,2.6674930027988806,2.667932826869252,2.668372650939624,2.668812475009996,2.6692522990803678,2.66969212315074,2.6701319472211114,2.6705717712914834,2.6710115953618554,2.671451419432227,2.671891243502599,2.672331067572971,2.6727708916433426,2.6732107157137146,2.673650539784086,2.674090363854458,2.67453018792483,2.674970011995202,2.675409836065574,2.675849660135946,2.6762894842063174,2.6767293082766894,2.677169132347061,2.677608956417433,2.678048780487805,2.6784886045581766,2.6789284286285486,2.6793682526989206,2.6798080767692922,2.6802479008396642,2.680687724910036,2.681127548980408,2.68156737305078,2.6820071971211514,2.6824470211915235,2.682886845261895,2.683326669332267,2.683766493402639,2.6842063174730106,2.6846461415433827,2.6850859656137547,2.6855257896841263,2.6859656137544983,2.68640543782487,2.686845261895242,2.687285085965614,2.6877249100359855,2.6881647341063575,2.6886045581767295,2.689044382247101,2.689484206317473,2.6899240303878447,2.6903638544582167,2.6908036785285887,2.6912435025989603,2.6916833266693323,2.6921231507397043,2.692562974810076,2.693002798880448,2.6934426229508195,2.6938824470211915,2.6943222710915635,2.694762095161935,2.695201919232307,2.695641743302679,2.6960815673730507,2.6965213914434227,2.6969612155137943,2.6974010395841663,2.6978408636545383,2.69828068772491,2.698720511795282,2.699160335865654,2.6996001599360255,2.7000399840063976,2.700479808076769,2.700919632147141,2.701359456217513,2.7017992802878847,2.7022391043582568,2.7026789284286283,2.7031187524990004,2.7035585765693724,2.703998400639744,2.704438224710116,2.704878048780488,2.7053178728508596,2.7057576969212316,2.706197520991603,2.706637345061975,2.707077169132347,2.7075169932027188,2.707956817273091,2.708396641343463,2.7088364654138344,2.7092762894842064,2.709716113554578,2.71015593762495,2.710595761695322,2.7110355857656936,2.7114754098360656,2.7119152339064376,2.712355057976809,2.712794882047181,2.713234706117553,2.713674530187925,2.714114354258297,2.7145541783286684,2.7149940023990404,2.7154338264694124,2.715873650539784,2.716313474610156,2.7167532986805276,2.7171931227508996,2.7176329468212717,2.7180727708916432,2.7185125949620152,2.718952419032387,2.719392243102759,2.719832067173131,2.7202718912435024,2.7207117153138745,2.7211515393842465,2.721591363454618,2.72203118752499,2.7224710115953616,2.7229108356657337,2.7233506597361057,2.7237904838064773,2.7242303078768493,2.7246701319472213,2.725109956017593,2.725549780087965,2.7259896041583365,2.7264294282287085,2.7268692522990805,2.727309076369452,2.727748900439824,2.728188724510196,2.7286285485805677,2.7290683726509397,2.7295081967213113,2.7299480207916833,2.7303878448620553,2.730827668932427,2.731267493002799,2.731707317073171,2.7321471411435425,2.7325869652139145,2.733026789284286,2.733466613354658,2.73390643742503,2.7343462614954017,2.7347860855657737,2.7352259096361458,2.7356657337065173,2.7361055577768894,2.736545381847261,2.736985205917633,2.737425029988005,2.7378648540583765,2.7383046781287486,2.73874450219912,2.739184326269492,2.739624150339864,2.7400639744102357,2.7405037984806078,2.74094362255098,2.7413834466213514,2.7418232706917234,2.742263094762095,2.742702918832467,2.743142742902839,2.7435825669732106,2.7440223910435826,2.7444622151139546,2.744902039184326,2.745341863254698,2.7457816873250698,2.746221511395442,2.746661335465814,2.7471011595361854,2.7475409836065574,2.7479808076769294,2.748420631747301,2.748860455817673,2.7493002798880446,2.7497401039584166,2.7501799280287886,2.75061975209916,2.7510595761695322,2.7514994002399042,2.751939224310276,2.752379048380648,2.7528188724510194,2.7532586965213914,2.7536985205917635,2.754138344662135,2.754578168732507,2.755017992802879,2.7554578168732506,2.7558976409436227,2.7563374650139942,2.7567772890843663,2.7572171131547383,2.75765693722511,2.758096761295482,2.7585365853658534,2.7589764094362255,2.7594162335065975,2.759856057576969,2.760295881647341,2.760735705717713,2.7611755297880847,2.7616153538584567,2.7620551779288283,2.7624950019992003,2.7629348260695723,2.763374650139944,2.763814474210316,2.764254298280688,2.7646941223510595,2.7651339464214315,2.765573770491803,2.766013594562175,2.766453418632547,2.7668932427029187,2.7673330667732907,2.7677728908436627,2.7682127149140343,2.7686525389844063,2.769092363054778,2.76953218712515,2.769972011195522,2.7704118352658935,2.7708516593362655,2.7712914834066376,2.771731307477009,2.772171131547381,2.7726109556177527,2.7730507796881247,2.7734906037584968,2.7739304278288683,2.7743702518992404,2.774810075969612,2.775249900039984,2.775689724110356,2.7761295481807275,2.7765693722510996,2.7770091963214716,2.777449020391843,2.777888844462215,2.7783286685325868,2.7787684926029588,2.779208316673331,2.7796481407437024,2.7800879648140744,2.7805277888844464,2.780967612954818,2.78140743702519,2.7818472610955616,2.7822870851659336,2.7827269092363056,2.783166733306677,2.783606557377049,2.7840463814474212,2.784486205517793,2.784926029588165,2.7853658536585364,2.7858056777289084,2.7862455017992804,2.786685325869652,2.787125149940024,2.787564974010396,2.7880047980807676,2.7884446221511396,2.788884446221511,2.7893242702918832,2.7897640943622553,2.790203918432627,2.790643742502999,2.791083566573371,2.7915233906437424,2.7919632147141145,2.792403038784486,2.792842862854858,2.79328268692523,2.7937225109956016,2.7941623350659737,2.7946021591363452,2.7950419832067173,2.7954818072770893,2.795921631347461,2.796361455417833,2.796801279488205,2.7972411035585765,2.7976809276289485,2.79812075169932,2.798560575769692,2.799000399840064,2.7994402239104357,2.7998800479808077,2.8003198720511797,2.8007596961215513,2.8011995201919233,2.801639344262295,2.802079168332667,2.802518992403039,2.8029588164734105,2.8033986405437825,2.8038384646141545,2.804278288684526,2.804718112754898,2.8051579368252697,2.8055977608956417,2.8060375849660137,2.8064774090363853,2.8069172331067573,2.8073570571771294,2.807796881247501,2.808236705317873,2.8086765293882445,2.8091163534586165,2.8095561775289886,2.80999600159936,2.810435825669732,2.810875649740104,2.8113154738104758,2.8117552978808478,2.8121951219512193,2.8126349460215914,2.8130747700919634,2.813514594162335,2.813954418232707,2.8143942423030786,2.8148340663734506,2.8152738904438226,2.815713714514194,2.816153538584566,2.816593362654938,2.81703318672531,2.817473010795682,2.8179128348660534,2.8183526589364254,2.8187924830067974,2.819232307077169,2.819672131147541,2.820111955217913,2.8205517792882846,2.8209916033586566,2.821431427429028,2.8218712514994,2.8223110755697722,2.822750899640144,2.823190723710516,2.823630547780888,2.8240703718512594,2.8245101959216314,2.824950019992003,2.825389844062375,2.825829668132747,2.8262694922031186,2.8267093162734906,2.8271491403438627,2.8275889644142342,2.8280287884846063,2.828468612554978,2.82890843662535,2.829348260695722,2.8297880847660934,2.8302279088364655,2.8306677329068375,2.831107556977209,2.831547381047581,2.8319872051179527,2.8324270291883247,2.8328668532586967,2.8333066773290683,2.8337465013994403,2.834186325469812,2.834626149540184,2.835065973610556,2.8355057976809275,2.8359456217512995,2.8363854458216715,2.836825269892043,2.837265093962415,2.8377049180327867,2.8381447421031587,2.8385845661735307,2.8390243902439023,2.8394642143142743,2.8399040383846463,2.840343862455018,2.84078368652539,2.8412235105957615,2.8416633346661335,2.8421031587365055,2.842542982806877,2.842982806877249,2.843422630947621,2.8438624550179927,2.8443022790883647,2.8447421031587363,2.8451819272291083,2.8456217512994804,2.846061575369852,2.846501399440224,2.846941223510596,2.8473810475809676,2.8478208716513396,2.848260695721711,2.848700519792083,2.849140343862455,2.8495801679328268,2.8500199920031988,2.8504598160735704,2.8508996401439424,2.8513394642143144,2.851779288284686,2.852219112355058,2.85265893642543,2.8530987604958016,2.8535385845661736,2.853978408636545,2.854418232706917,2.854858056777289,2.855297880847661,2.855737704918033,2.856177528988405,2.8566173530587764,2.8570571771291484,2.85749700119952,2.857936825269892,2.858376649340264,2.8588164734106356,2.8592562974810076,2.8596961215513796,2.860135945621751,2.8605757696921232,2.861015593762495,2.861455417832867,2.861895241903239,2.8623350659736104,2.8627748900439824,2.8632147141143545,2.863654538184726,2.864094362255098,2.8645341863254696,2.8649740103958417,2.8654138344662137,2.8658536585365852,2.8662934826069573,2.8667333066773293,2.867173130747701,2.867612954818073,2.8680527788884445,2.8684926029588165,2.8689324270291885,2.86937225109956,2.869812075169932,2.8702518992403037,2.8706917233106757,2.8711315473810477,2.8715713714514193,2.8720111955217913,2.8724510195921633,2.872890843662535,2.873330667732907,2.8737704918032785,2.8742103158736505,2.8746501399440225,2.875089964014394,2.875529788084766,2.875969612155138,2.8764094362255097,2.8768492602958817,2.8772890843662533,2.8777289084366253,2.8781687325069973,2.878608556577369,2.879048380647741,2.879488204718113,2.8799280287884845,2.8803678528588565,2.880807676929228,2.8812475009996,2.881687325069972,2.8821271491403437,2.8825669732107158,2.8830067972810878,2.8834466213514593,2.8838864454218314,2.884326269492203,2.884766093562575,2.885205917632947,2.8856457417033186,2.8860855657736906,2.8865253898440626,2.886965213914434,2.887405037984806,2.8878448620551778,2.88828468612555,2.888724510195922,2.8891643342662934,2.8896041583366654,2.890043982407037,2.890483806477409,2.890923630547781,2.8913634546181526,2.8918032786885246,2.8922431027588966,2.892682926829268,2.89312275089964,2.893562574970012,2.894002399040384,2.894442223110756,2.8948820471811274,2.8953218712514994,2.8957616953218714,2.896201519392243,2.896641343462615,2.8970811675329866,2.8975209916033586,2.8979608156737307,2.8984006397441022,2.8988404638144742,2.8992802878848463,2.899720111955218,2.90015993602559,2.9005997600959614,2.9010395841663335,2.9014794082367055,2.901919232307077,2.902359056377449,2.902798880447821,2.9032387045181927,2.9036785285885647,2.9041183526589363,2.9045581767293083,2.9049980007996803,2.905437824870052,2.905877648940424,2.9063174730107955,2.9067572970811675,2.9071971211515395,2.907636945221911,2.908076769292283,2.908516593362655,2.9089564174330267,2.9093962415033987,2.9098360655737703,2.9102758896441423,2.9107157137145143,2.911155537784886,2.911595361855258,2.91203518592563,2.9124750099960015,2.9129148340663735,2.913354658136745,2.913794482207117,2.914234306277489,2.9146741303478607,2.9151139544182327,2.9155537784886048,2.9159936025589763,2.9164334266293483,2.91687325069972,2.917313074770092,2.917752898840464,2.9181927229108355,2.9186325469812076,2.9190723710515796,2.919512195121951,2.919952019192323,2.9203918432626947,2.9208316673330668,2.921271491403439,2.9217113154738104,2.9221511395441824,2.9225909636145544,2.923030787684926,2.923470611755298,2.9239104358256696,2.9243502598960416,2.9247900839664136,2.925229908036785,2.925669732107157,2.9261095561775288,2.926549380247901,2.926989204318273,2.9274290283886444,2.9278688524590164,2.9283086765293884,2.92874850059976,2.929188324670132,2.9296281487405036,2.9300679728108756,2.9305077968812476,2.930947620951619,2.9313874450219912,2.9318272690923632,2.932267093162735,2.932706917233107,2.9331467413034784,2.9335865653738504,2.9340263894442224,2.934466213514594,2.934906037584966,2.935345861655338,2.9357856857257096,2.9362255097960817,2.9366653338664532,2.9371051579368253,2.9375449820071973,2.937984806077569,2.938424630147941,2.938864454218313,2.9393042782886845,2.9397441023590565,2.940183926429428,2.9406237504998,2.941063574570172,2.9415033986405437,2.9419432227109157,2.9423830467812877,2.9428228708516593,2.9432626949220313,2.943702518992403,2.944142343062775,2.944582167133147,2.9450219912035185,2.9454618152738905,2.945901639344262,2.946341463414634,2.946781287485006,2.9472211115553777,2.9476609356257497,2.9481007596961217,2.9485405837664933,2.9489804078368653,2.949420231907237,2.949860055977609,2.950299880047981,2.9507397041183525,2.9511795281887245,2.9516193522590966,2.952059176329468,2.95249900039984,2.9529388244702117,2.9533786485405837,2.9538184726109558,2.9542582966813273,2.9546981207516994,2.9551379448220714,2.955577768892443,2.956017592962815,2.9564574170331865,2.9568972411035586,2.9573370651739306,2.957776889244302,2.958216713314674,2.958656537385046,2.9590963614554178,2.95953618552579,2.9599760095961614,2.9604158336665334,2.9608556577369054,2.961295481807277,2.961735305877649,2.962175129948021,2.9626149540183926,2.9630547780887646,2.963494602159136,2.963934426229508,2.96437425029988,2.964814074370252,2.965253898440624,2.9656937225109954,2.9661335465813674,2.9665733706517394,2.967013194722111,2.967453018792483,2.967892842862855,2.9683326669332266,2.9687724910035986,2.96921231507397,2.9696521391443422,2.9700919632147142,2.970531787285086,2.970971611355458,2.97141143542583,2.9718512594962014,2.9722910835665735,2.972730907636945,2.973170731707317,2.973610555777689,2.9740503798480606,2.9744902039184327,2.9749300279888047,2.9753698520591763,2.9758096761295483,2.97624950019992,2.976689324270292,2.977129148340664,2.9775689724110355,2.9780087964814075,2.9784486205517795,2.978888444622151,2.979328268692523,2.9797680927628947,2.9802079168332667,2.9806477409036387,2.9810875649740103,2.9815273890443823,2.981967213114754,2.982407037185126,2.982846861255498,2.9832866853258695,2.9837265093962415,2.9841663334666135,2.984606157536985,2.985045981607357,2.9854858056777287,2.9859256297481007,2.9863654538184727,2.9868052778888443,2.9872451019592163,2.9876849260295884,2.98812475009996,2.988564574170332,2.9890043982407035,2.9894442223110755,2.9898840463814476,2.990323870451819,2.990763694522191,2.991203518592563,2.9916433426629347,2.9920831667333068,2.9925229908036783,2.9929628148740504,2.9934026389444224,2.993842463014794,2.994282287085166,2.994722111155538,2.9951619352259096,2.9956017592962816,2.996041583366653,2.996481407437025,2.996921231507397,2.9973610555777688,2.997800879648141,2.998240703718513,2.9986805277888844,2.9991203518592564,2.999560175929628,3.0]} diff --git a/lib/node_modules/@stdlib/math/base/special/besselk0/test/fixtures/julia/very_small.json b/lib/node_modules/@stdlib/math/base/special/besselk0/test/fixtures/julia/very_small.json new file mode 100644 index 000000000000..f51ca090ef68 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/besselk0/test/fixtures/julia/very_small.json @@ -0,0 +1 @@ +{"expected":[11.628856980944361,8.796031862678479,8.132749587623797,7.73744120822161,7.4548766769407075,7.234816503028067,7.054556062689875,6.901880451950123,6.769457028300152,6.65253683251797,6.547867360799754,6.453123170302612,6.366583928808792,6.286941126042282,6.21317628684333,6.144481121035583,6.080203392148726,6.019809163257948,5.962855811912396,5.908972326092759,5.8578446439618785,5.809204563256645,5.762821225566322,5.718494489849236,5.6760497135244234,5.635333596921507,5.596210841244445,5.558561436118431,5.522278439549061,5.487266146771862,5.453438569004137,5.420718161217137,5.389034751559286,5.35832463525147,5.328529803534767,5.299597284213165,5.271478574953784,5.244129154115604,5.217508056717213,5.1915775054041715,5.166302588071463,5.1416509752371535,5.1175926714266735,5.094099795771595,5.071146387797785,5.048708235010295,5.026762719403789,5.005288680459065,4.984266292545408,4.963676954948393,4.943503192994365,4.923728568954473,4.9043376015900035,4.885315693352398,4.866649064380305,4.848324692546068,4.830330258898257,4.812654097927746,4.795285152154465,4.77821293059205,4.7614274706997195,4.744919303475816,4.72867942138677,4.71269924885953,4.696970615095424,4.681485728989689,4.666237155963963,4.651217796539239,4.6364208664947215,4.621839878473784,4.607468624912187,4.593301162176102,4.579331795808527,4.565555066792384,4.551965738747413,4.538558785985687,4.52532938235757,4.512272890826152,4.499384853713836,4.486660983569696,4.474097154610832,4.46168939469492,4.4494338777849265,4.437326916870181,4.425364957311051,4.413544570577165,4.401862448351573,4.390315396975481,4.378900332210234,4.367614274295031,4.356454343280569,4.345417754620343,4.334501815002705,4.3237039184080635,4.313021542376828,4.302452244474665,4.291993658942731,4.281643493521354,4.2713995264365066,4.261259603539169,4.251221635588347,4.241283595669198,4.231443516738257,4.2216994892883575,4.212049659126277,4.202492225256665,4.193025437866205,4.183647596402359,4.174357047741436,4.165152184441017,4.156031443072152,4.14699330262698,4.138036282997711,4.1291589435231835,4.120359881599409,4.111637731350768,4.102991162358695,4.094418878444897,4.085919616506336,4.0774921453993285,4.069135264870321,4.060847804531016,4.05262862287563,4.044476606338277,4.036390668388471,4.028369748662941,4.020412812132034,4.012518848299029,4.00468687043085,3.9969159148186955,3.989205040067202,3.9815533264108303,3.973959875056227,3.9664238075494027,3.958944265166593,3.9515204083277524,3.9441514160316906,3.9368364853118782,3.929574830712045,3.922365683780689,3.915208292583708,3.908101921234357,3.9010458494398166,3.89403937206366,3.887081798703557,3.880172453283589,3.873310673660564,3.866495811243767,3.859727230627588,3.8530043092365225,3.846326436982032,3.8396930159308043,3.8331034599839624,3.8265571945667785,3.8200536563284904,3.8135922928518426,3.807172562371944,3.80079393350412,3.794455884980395,3.788157905394279,3.7818994929535608,3.7756801552407984,3.7694994089812117,3.7633567798177276,3.7572518020928927,3.7511840186374137,3.7451529805650954,3.739158247073909,3.7331993852530254,3.7272759698955533,3.7213875833168055,3.715533815177893,3.709714262314461,3.703928528570383,3.698176224636251,3.6924569678924883,3.6867703822569347,3.6811160980367377,3.6754937517844324,3.669902986158032,3.664343449785025,3.658814797130139,3.6533166883667363,3.647848789251751,3.642410771004005,3.6370023101858506,3.6316230885879754,3.6262727931173178,3.620951115687949,3.615657753114864,3.6103924070105697,3.605154783684387,3.599944594044369,3.5947615535017916,3.589605381878085,3.5844758033141724,3.579372546182123,3.574295342999051,3.5692439303431915,3.5642180487720982,3.55921744274288,3.554241860534436,3.5492910541716065,3.544364779351215,3.539462795369906,3.5345848650537643,3.529730754689636,3.524900233958114,3.5200930758681372,3.515309056693162,3.5105479559088493,3.5058095561322418,3.5010936430623643,3.4964000054222364,3.491728434902228,3.4870787261047527,3.4824506764902226,3.4778440863242674,3.473258758626165,3.468694499118439,3.464151116177622,3.459628420786117,3.4551262264851625,3.4506443493288392,3.4461826078391185,3.4417408229618975,3.437318818024024,3.4329164186912564,3.428533452927158,3.4241697509528817,3.4198251452078368,3.4154994703112056,3.4111925630242945,3.4069042622136867,3.4026344088151945,3.398382845798572,3.3941494181329777,3.389933972753171,3.3857363585264175,3.3815564262200866,3.377394028469929,3.373249019749009,3.369121256337285,3.365010596291813,3.3609168994175627,3.356840027238831,3.352779842971239,3.3487362114942916,3.344708999324498,3.3406980745890276,3.3367033069998975,3.33272456782867,3.3287617298816627,3.3248146674756365,3.320883256413972,3.316967373963312,3.31306689883066,3.3091817111409254,3.3053116924149024,3.301456725547681,3.297616694787464,3.293791485714804,3.2899809852222215,3.286185081494223,3.2824036639876955,3.278636623412666,3.2748838517134335,3.271145242050043,3.267420688780115,3.26371008744101,3.2600133347323217,3.256330328498698,3.252660967712974,3.2490051524596173,3.2453627839184773,3.2417337643488233,3.2381179970736818,3.23451538646445,3.230925837925787,3.227349257880783,3.2237855537563833,3.2202346339690795,3.216696407910853,3.2131707859353673,3.209657679344401,3.206157000374526,3.2026686621840095,3.1991925788399516,3.1957286653056447,3.1922768374281527,3.188837011926102,3.1854091063776826,3.1819930392088627,3.1785887296817896,3.1751960978834073,3.1718150647142473,3.1684455518774275,3.165087481867821,3.1617407779614193,3.158405364204863,3.155081165405157,3.1517681071195507,3.148466115645586,3.145175118011312,3.1418950419656615,3.1386258159689833,3.135367369183728,3.132119631465292,3.128882533353002,3.125656006061254,3.1224399814707877,3.119234392120107,3.1160391711970354,3.1128542525304073,3.1096795705818923,3.106515060437947,3.1033606578018977,3.1002162989861475,3.097081920904502,3.093957461064622,3.0908428575605886,3.087738049065588,3.0846429748247077,3.0815575746478454,3.0784817889027294,3.07541555850804,3.0723588249266442,3.0693115301589327,3.0662736167362517,3.0632450277144425,3.060225706667477,3.057215597681186,3.054214645347088,3.0512227947563066,3.048239991493576,3.0452661816313467,3.042301311723969,3.039345328801966,3.0363981803663918,3.033459814383274,3.030530179278137,3.0276092239306056,3.024696897669087,3.0217931502655317,3.0188979319302707,3.0160111933069245,3.013132885467391,3.010262959906903,3.007401368539155,3.0045480636915016,3.0017029981002263,2.9988661249058755,2.9960373976486583,2.9932167702639143,2.9904041970776443,2.9875996328021,2.9848030325314436,2.982014351737463,2.9792335462653448,2.9764605723295148,2.973695386509525,2.9709379457460092,2.968188207336683,2.9654461289324097,2.9627116685333132,2.9599847844849476,2.957265435474516,2.954553580527144,2.9518491790022034,2.9491521905896847,2.9464625753066205,2.9437802934935493,2.9411053058110435,2.9384375732362664,2.9357770570595876,2.9331237188812302,2.9304775206079845,2.9278384244499382,2.9252063929172754,2.9225813888170964,2.919963375250296,2.917352315608473,2.914748173570883,2.9121509131014323,2.909560498445711,2.9069768941280576,2.904400064948678,2.901829975980779,2.899266592567764,2.8967098803204374,2.894159805114275,2.891616333086701,2.88907943063442,2.8865490644107723,2.8840252013231273,2.8815078085303076,2.878996853440047,2.8764923037064807,2.8739941272276663,2.8715022921431377,2.8690167668314817,2.866537519907964,2.8640645202221546,2.8615977368556176,2.8591371391196008,2.8566826965527676,2.854234378918958,2.8517921562049673,2.849355998618366,2.84692587658533,2.844501760748515,2.8420836219649397,2.839671431303909,2.837265160044951,2.834864779675789,2.8324702618903284,2.830081578586676,2.8276987018651787,2.8253216040264846,2.8229502575696315,2.8205846351901536,2.8182247097782174,2.8158704544167685,2.813521842379713,2.81117884713011,2.8088414423183963,2.806509601780616,2.8041832995366898,2.80186250978869,2.7995472069191387,2.7972373654893334,2.7949329602376856,2.792633966078073,2.7903403580982253,2.788052111558117,2.7857692018883804,2.783491604688744,2.7812192957264763,2.778952250934864,2.7766904464116853,2.7744338584177286,2.772182463375297,2.7699362378667596,2.767695158633096,2.7654592025724676,2.763228346738809,2.7610025683404222,2.7587818447385994,2.7565661534462547,2.7543554721265724,2.752149778591668,2.749949050801271,2.7477532668614133,2.7455624050231364,2.7433764436812176,2.7411953613728994,2.7390191367766437,2.736847748710891,2.7346811761328405,2.7325193981372373,2.730362393955176,2.7282101429529177,2.7260626246307202,2.723919818621675,2.721781704690564,2.7196482627327283,2.7175194727729433,2.7153953149643097,2.713275769587157,2.7111608170479573,2.709050437878252,2.7069446127335843,2.704843322392456,2.702746547755279,2.70065426984335,2.698566469797829,2.696483128878735,2.6944042284639464,2.6923297500482137,2.6902596752421846,2.688193985771436,2.686132663475516,2.684075690307003,2.682023048330564,2.679974719722029,2.677930686767474,2.6758909318623134,2.6738554375104,2.6718241863231365,2.6697971610185944,2.667774344420645,2.6657557194580965,2.663741269163834,2.661730976673983,2.6597248252270713,2.6577227981631957,2.655724878923208,2.653731051047901,2.6517412981772055,2.649755604049396,2.647773952500302,2.6457963274625302,2.6438227129646923,2.6418530931306408,2.639887452178713,2.637925774420982,2.635968044262515,2.634014246200639,2.632064364824217,2.6301183848129215,2.6281762909365294,2.626238068054212,2.6243037011138366,2.622373175151275,2.6204464752897185,2.6185235867389993,2.6166044947949167,2.614689184838577,2.6127776423357254,2.610869852836101,2.608965801972789,2.607065475461578,2.6051688591003264,2.603275938768335,2.6013867004257274,2.5995011301128295,2.5976192139495615,2.595740938134834,2.593866288945948,2.591995252738002,2.590127815943307,2.5882639650707993,2.58640368670547,2.5845469675077886,2.5826937942131427,2.580844153631273,2.5789980326457207,2.5771554182132763,2.575316297363435,2.573480657197858,2.571648484889835,2.569819767683757,2.5679944928945906,2.5661726479073583,2.5643542201766203,2.5625391972259672,2.5607275666475138,2.558919316101395,2.5571144333152716,2.555312906083838,2.5535147222683325,2.551719869796056,2.5499283366598937,2.5481401109178363,2.5463551806925153,2.5445735341707323,2.5427951596029996,2.5410200453030827,2.539248179647544,2.5374795510752968,2.5357141480871577,2.533951959245404,2.532192973173339,2.530437178554856,2.528684564134009,2.5269351187145865,2.5251888311596904,2.523445690391314,2.521705685389932,2.519968805194084,2.518235038899972,2.5165043756610523,2.514776804687636,2.513052315246494,2.51133089666046,2.5096125383080423,2.5078972296230377,2.506184960094147,2.5044757192645943,2.502769496731751,2.501066282146763,2.49936606521418,2.4976688356915835,2.4959745833892324,2.494283298169695,2.492594969947491,2.4909095886887425,2.4892271444108145,2.487547627181972,2.485871027121032,2.4841973343970216,2.4825265392288376,2.4808586318849057,2.479193602682855,2.477531441989179,2.4758721402189074,2.4742156878352852,2.4725620753494457,2.4709112933200896,2.469263332353171,2.467618183101576,2.4659758362648176,2.464336282588721,2.462699512865117,2.461065517931538,2.459434288670915,2.45780581601128,2.456180090925465,2.4545571044308097,2.45293684758887,2.4513193115051237,2.449704487328688,2.4480923662520317,2.446482939510692,2.4448761983829925,2.443272134189769,2.44167073829409,2.4400720021009836,2.4384759170571675,2.436882474650775,2.435291666411092,2.433703483908292,2.432117918753171,2.430534962596886,2.4289546071306987,2.427376844085716,2.425801665232639,2.4242290623815075,2.4226590273814503,2.4210915521204335,2.4195266285250203,2.417964248560121,2.4164044042287522,2.4148470875717956,2.4132922906677585,2.4117400056325375,2.4101902246191838,2.408642939817668,2.40709814345465,2.405555827793249,2.4040159851328173,2.402478607808708,2.4009436881920583,2.3994112186895635,2.3978811917432554,2.3963535998302836,2.3948284354626983,2.393305691187235,2.391785359585098,2.390267433271753,2.388751904896711,2.387238767143319,2.385728012728557,2.384219634402829,2.382713624949758,2.3812099771859825,2.3797086839609607,2.3782097381567624,2.376713132687877,2.375218860501014,2.3737269145749074,2.3722372879201226,2.370749973578865,2.369264964624788,2.367782254162804,2.366301835328894,2.3648237012899256,2.3633478452434624,2.3618742604175864,2.360402940070708,2.3589338774913915,2.357467065998171,2.356002498939376,2.35454016969295,2.3530800716662763,2.3516221982960057,2.3501665430478798,2.3487130994165635,2.347261860925465,2.3458128211265823,2.344365973600319,2.342921311955325,2.341478829828334,2.3400385208839896,2.3386003788146907,2.3371643973404272,2.3357305702086144,2.334298891193939,2.3328693540981984,2.3314419527501444,2.3300166810053238,2.3285935327459266,2.327172501880631,2.325753582344449,2.3243367680985756,2.322922053130241,2.321509431452556,2.320098897104367,2.3186904441501053,2.3172840666796444,2.3158797588081526,2.3144775146759478,2.3130773284483577,2.3116791943155706,2.3102831064925033,2.308889059218654,2.3074970467579656,2.3061070633986844,2.3047191034532295,2.3033331612580494,2.3019492311734884,2.300567307583657,2.29918738489629,2.297809457542623,2.2964335199772523,2.2950595666780096,2.293687592145831,2.2923175909046267,2.290949557501157,2.2895834865048985,2.288219372507924,2.2868572101247744,2.285496993992333,2.2841387187697055,2.2827823791380952,2.2814279698006787,2.2800754854824907,2.2787249209302987,2.2773762709124834,2.2760295302189233,2.2746846936608764,2.2733417560708626,2.272000712302544,2.2706615572306146,2.2693242857506846,2.2679888927791647,2.2666553732531547,2.2653237221303306,2.263993934388831,2.262666005027152,2.261339929064032,2.260015701538341,2.2586933175089814,2.2573727720547683,2.25605406027433,2.2547371772860014,2.2534221182277125,2.252108878256892,2.2507974525503545,2.2494878363042043,2.2481800247337276,2.246874013073291,2.245569796576243,2.244267370514812,2.2429667301800014,2.241667870881498,2.2403707879475676,2.239075476724957,2.2377819325788004,2.236490150892519,2.235200127067725,2.2339118565241294,2.2326253346994407,2.2313405570492764,2.2300575190470666,2.2287762161839613,2.2274966439687387,2.2262187979277113,2.224942673604635,2.2236682665606224,2.2223955723740465,2.2211245866404545,2.2198553049724787,2.218587722999748,2.217321836368799,2.216057640742991,2.214795131802416,2.2135343052438166,2.2122751567804957,2.211017682142236,2.2097618770752128,2.2085077373419106,2.2072552587210397,2.2060044370074543,2.2047552680120677,2.203507747561775,2.202261871499365,2.201017635683446,2.1997750359883623,2.198534068304114,2.197294728536279,2.196057012605936,2.1948209164495807,2.1935864360190536,2.19235356728146,2.1911223062190923,2.1898926488293595,2.188664591124702,2.1874381291325236,2.1862132588951155,2.1849899764695784,2.183768277927752,2.1825481593561387,2.1813296168558356,2.180112646542455,2.1788972445460573,2.1776834070110787,2.176471130096256,2.1752604099745616,2.1740512428331313,2.1728436248731886,2.1716375523099862,2.170433021372725,2.169230028304497,2.168028569362206,2.1668286408165085,2.1656302389517412,2.164433360065858,2.1632380004703586,2.162044156490226,2.1608518244638604,2.159661000743012,2.158471681692718,2.1572838636912373,2.156097543129985,2.1549127164134707,2.1537293799592354,2.152547530197786,2.151367163572533,2.1501882765397324,2.149010865568418,2.147834927140344,2.146660457749922,2.145487453904161,2.144315912122605,2.1431458289372785,2.141977200892619,2.140810024545424,2.139644296464787,2.1384800132320456,2.1373171714407166,2.136155767696441,2.1349957986169255,2.1338372608318883,2.132680150982996,2.131524465723813,2.1303702017197446,2.129217355647976,2.128065924197423,2.1269159040686727,2.12576729197393,2.124620084636964,2.123474278793051,2.1223298711889247,2.121186858582718,2.120045237743911,2.1189050054532803,2.117766158502846,2.1166286936958154,2.1154926078465346,2.114357897780436,2.1132245603339856,2.1120925923546343,2.1109619907007633,2.1098327522416374,2.1087048738573517,2.107578352438783,2.106453184887541,2.1053293681159158,2.1042068990468326,2.1030857746137985,2.1019659917608595,2.1008475474425463,2.09973043862383,2.098614662280072,2.0975002153969804,2.096387094970559,2.09527529800706,2.0941648215229405,2.093055662544814,2.091947818109405,2.090841285263502,2.0897360610639137,2.088632142577422,2.0875295268807372,2.0864282110604537,2.0853281922130065,2.0842294674446222,2.083132033871281,2.082035888618669,2.080941028822136,2.0798474516266503,2.0787551541867604,2.0776641336665436,2.076574387239574,2.07548591208887,2.0743987054068596,2.0733127643953333,2.0722280862654077,2.0711446682374794,2.0700625075411834,2.068981601415357,2.0679019471079947,2.066823541876209,2.065746382986193,2.0646704677131713,2.0635957933413724,2.06252235716398,2.0614501564830965,2.060379188609703,2.0593094508636223,2.0582409405734796,2.0571736550766606,2.0561075917192775,2.0550427478561275,2.053979120850658,2.0529167080749255,2.0518555069095608,2.05079551474373,2.0497367289750987,2.0486791470097927,2.047622766262365,2.046567584155756,2.0455135981212567,2.0444608055984763,2.0434092040353042,2.0423587908878735,2.0413095636205254,2.040261519705775,2.0392146566242766,2.038168971864786,2.03712446292413,2.036081127307165,2.0350389625267526,2.033997966103714,2.0329581355668056,2.0319194684526787,2.0308819623058487,2.0298456146786625,2.0288104231312607,2.02777638523155,2.026743498555167,2.025711760685446,2.024681169213386,2.023651721737619,2.0226234158643766,2.0215962492074606,2.020570219388207,2.0195453240354575,2.018521560785525,2.017498927282167,2.0164774211765475,2.0154570401272127,2.014437781800056,2.013419643868285,2.0124026240123998,2.011386719920151,2.010371929286518,2.009358249813676,2.0083456792109646,2.007334215194861,2.0063238554889464,2.0053145978238818,2.0043064399373716,2.003299379574142,2.0022934144859046,2.001288542431334,2.0002847611760353,1.9992820684925146,1.998280462160155,1.9972799399651842,1.9962804997006456,1.9952821391663762,1.994284856168971,1.993288648521761,1.9922935140447833,1.991299450564754,1.9903064559150399,1.9893145279356332,1.9883236644731237,1.98733386338067,1.9863451225179756,1.9853574397512606,1.9843708129532365,1.9833852400030778,1.9824007187863972,1.98141724719522,1.980434823127956,1.9794534444893763,1.9784731091905856,1.977493815148997,1.9765155602883073,1.9755383425384727,1.974562159835679,1.9735870101223225,1.9726128913469807,1.97163980146439,1.9706677384354199,1.9696967002270473,1.9687266848123346,1.9677576901704046,1.9667897142864146,1.9658227551515344,1.9648568107629207,1.9638918791236954,1.9629279582429187,1.9619650461355682,1.961003140822516,1.960042240330501,1.9590823426921105,1.9581234459457546,1.9571655481356436,1.9562086473117657,1.9552527415298628,1.954297828851409,1.9533439073435874,1.952390975079269,1.9514390301369884,1.950488070600922,1.9495380945608667,1.9485891001122189,1.9476410853559494,1.9466940483985835,1.9457479873521797,1.9448029003343077,1.9438587854680265,1.9429156408818624,1.9419734647097913,1.9410322550912116,1.9400920101709278,1.9391527280991283,1.9382144070313645,1.9372770451285288,1.9363406405568355,1.9354051914878008,1.934470696098218,1.9335371525701446,1.9326045590908751,1.9316729138529234,1.9307422150540043,1.9298124608970106,1.928883649589996,1.9279557793461526,1.927028848383794,1.9261028549263337,1.9251777972022646,1.9242536734451434,1.923330481893568,1.9224082207911593,1.9214868883865432,1.9205664829333275,1.9196470026900891,1.9187284459203504,1.9178108108925622,1.916894095880084,1.9159782991611678,1.9150634190189368,1.9141494537413684,1.9132364016212764,1.9123242609562907,1.911413030048842,1.91050270720614,1.9095932907401603,1.908684778967622,1.907777170209971,1.906870462793365,1.9059646550486522,1.9050597453113556,1.904155731921655,1.9032526132243703,1.9023503875689434,1.9014490533094208,1.900548608804437,1.8996490524171974,1.8987503825154612,1.897852597471525,1.8969556956622025,1.8960596754688142,1.8951645352771656,1.8942702734775312,1.8933768884646398,1.8924843786376562,1.8915927424001677,1.890701978160163,1.8898120843300206,1.8889230593264896,1.888034901570676,1.887147609488024,1.8862611815083032,1.8853756160655901,1.8844909115982522,1.8836070665489348,1.8827240793645437,1.8818419484962299,1.8809606723993724,1.8800802495335662,1.8792006783626056,1.8783219573544658,1.8774440849812923,1.8765670597193833,1.8756908800491747,1.874815544455225,1.8739410514262018,1.8730673994548657,1.8721945870380545,1.8713226126766715,1.8704514748756667,1.8695811721440265,1.8687117029947553,1.8678430659448642,1.8669752595153544,1.866108282231203,1.865242132621351,1.8643768092186859,1.8635123105600295,1.862648635186123,1.8617857816416146,1.860923748475042,1.8600625342388228,1.8592021374892371,1.8583425567864165,1.857483790694327,1.85662583778076,1.8557686966173135,1.8549123657793836,1.854056843846146,1.8532021294005476,1.8523482210292885,1.8514951173228127,1.850642816875292,1.8497913182846133,1.8489406201523673,1.8480907210838338,1.8472416196879686,1.8463933145773908,1.8455458043683717,1.8446990876808171,1.8438531631382604,1.8430080293678475,1.842163685000322,1.8413201286700147,1.8404773590148331,1.8396353746762444,1.8387941742992642,1.8379537565324477,1.8371141200278733,1.836275263441133,1.8354371854313172,1.8345998846610048,1.8337633597962515,1.8329276095065763,1.8320926324649494,1.831258427347781,1.8304249928349094,1.8295923276095891,1.828760430358478,1.827929299771627,1.8270989345424675,1.8262693333677984,1.82544049494778,1.8246124179859147,1.8237851011890396,1.8229585432673168,1.8221327429342173,1.821307698906515,1.8204834099042693,1.8196598746508192,1.81883709187277,1.8180150602999807,1.8171937786655556,1.8163732457058324,1.8155534601603673,1.814734420771932,1.8139161262864945,1.8130985754532134,1.8122817670244256,1.8114656997556353,1.8106503724055032,1.8098357837358356,1.8090219325115744,1.8082088175007864,1.8073964374746516,1.806584791207455,1.8057738774765741,1.8049636950624677,1.8041542427486692,1.8033455193217724,1.802537523571423,1.8017302542903084,1.8009237102741464,1.8001178903216764,1.7993127932346487,1.7985084178178137,1.7977047628789125,1.7969018272286676,1.7960996096807713,1.7952981090518778,1.7944973241615914,1.7936972538324576,1.792897896889952,1.7920992521624752,1.7913013184813353,1.7905040946807451,1.7897075795978092,1.788911772072515,1.7881166709477234,1.7873222750691589,1.7865285832854003,1.7857355944478714,1.784943307410832,1.7841517210313667,1.783360834169378,1.7825706456875756,1.7817811544514672,1.78099235932935,1.7802042591923009,1.7794168529141667,1.7786301393715578,1.7778441174438353,1.7770587860131049,1.776274143964206,1.7754901901847047,1.7747069235648845,1.7739243429977334,1.7731424473789428,1.7723612356068905,1.7715807065826383,1.7708008592099198,1.7700216923951329,1.76924320504733,1.7684653960782115,1.767688264402115,1.7669118089360079,1.76613602859948,1.7653609223147317,1.764586489006568,1.763812727602391,1.7630396370321884,1.7622672162285282,1.761495464126549,1.7607243796639502,1.7599539617809872,1.7591842094204608,1.7584151215277095,1.7576466970506017,1.756878934939526,1.7561118341473865,1.7553453936295906,1.7545796123440447,1.7538144892511436,1.7530500233137642,1.7522862134972552,1.7515230587694337,1.750760558100572,1.7499987104633936,1.7492375148330637,1.748476970187182,1.7477170755057747,1.7469578297712867,1.7461992319685746,1.7454412810848978,1.744683976109913,1.743927316035664,1.7431712998565758,1.7424159265694468,1.741661195173441,1.740907104670082,1.7401536540632419,1.739400842359138,1.7386486685663243,1.7378971316956815,1.7371462307604135,1.7363959647760383,1.7356463327603795,1.734897333733562,1.7341489667180015,1.7334012307384001,1.7326541248217382,1.7319076479972675,1.7311617992965016,1.730416577753213,1.729671982403424,1.728928012285399,1.7281846664396383,1.7274419439088704,1.726699843738048,1.7259583649743369,1.7252175066671112,1.7244772678679472,1.7237376476306152,1.7229986450110735,1.7222602590674614,1.7215224888600924,1.7207853334514474,1.7200487919061669,1.719312863291048,1.718577546675033,1.717842841129207,1.7171087457267886,1.716375259543124,1.7156423816556796,1.714910111144039,1.714178447089892,1.713447388577031,1.712716934691344,1.711987084520806,1.7112578371554767,1.7105291916874923,1.709801147211055,1.7090737028224363,1.7083468576199594,1.7076206107040028,1.7068949611769857,1.7061699081433692,1.705445450709645,1.704721587984331,1.703998319077966,1.703275643103101,1.702553559174296,1.7018320664081121,1.701111163923107,1.700390850839826,1.6996711262808009,1.6989519893705374,1.6982334392355158,1.6975154750041808,1.696798095806937,1.6960813007761435,1.6953650890461052,1.6946494597530724,1.6939344120352293,1.6932199450326904,1.692506057887497,1.6917927497436076,1.691080019746895,1.6903678670451368,1.6896562907880166,1.68894529012711,1.6882348642158858,1.6875250122096979,1.686815733265776,1.686107026543226,1.6853988912030218,1.6846913264079983,1.6839843313228493,1.6832779051141187,1.6825720469501955,1.6818667560013107,1.6811620314395304,1.6804578724387482,1.6797542781746835,1.679051247824875,1.678348780568673,1.6776468755872376,1.6769455320635291,1.676244749182308,1.6755445261301254,1.6748448620953196,1.6741457562680093,1.6734472078400915,1.6727492160052333,1.6720517799588666,1.6713548988981863,1.670658572022142,1.6699627985314323,1.6692675776285024,1.6685729085175385,1.6678787904044596,1.6671852224969173,1.6664922040042869,1.6657997341376634,1.6651078121098577,1.6644164371353896,1.6637256084304857,1.66303532521307,1.6623455867027637,1.661656392120879,1.66096774069041,1.660279631636034,1.6595920641841029,1.658905037562641,1.6582185510013345,1.6575326037315357,1.656847194986249,1.6561623240001324,1.6554779900094903,1.6547941922522684,1.6541109299680508,1.6534282023980538,1.65274600878512,1.6520643483737183,1.6513832204099328,1.650702624141464,1.6500225588176203,1.649343023689315,1.6486640180090613,1.647985541030969,1.647307592010737,1.6466301702056523,1.6459532748745829,1.6452769052779734,1.6446010606778432,1.6439257403377778,1.643250943522928,1.6425766695000055,1.6419029175372724,1.6412296869045464,1.6405569768731885,1.6398847867161028,1.6392131157077297,1.6385419631240439,1.6378713282425486,1.637201210342271,1.636531608703758,1.635862522609073,1.635193951341792,1.6345258941869965,1.6338583504312711,1.6331913193627012,1.6325248002708654,1.6318587924468317,1.6311932951831565,1.6305283077738766,1.6298638295145074,1.6291998597020383,1.6285363976349276,1.6278734426130992,1.627210993937939,1.6265490509122902,1.6258876128404482,1.6252266790281589,1.624566248782612,1.6239063214124398,1.6232468962277105,1.6225879725399261,1.6219295496620176,1.6212716269083407,1.6206142035946722,1.6199572790382077,1.6193008525575543,1.618644923472729,1.6179894911051542,1.6173345547776556,1.6166801138144533,1.616026167541164,1.615372715284793,1.6147197563737334,1.6140672901377582,1.6134153159080213,1.6127638330170488,1.612112840798741,1.6114623385883626,1.6108123257225424,1.6101628015392702,1.60951376537789,1.6088652165790984,1.608217154484942,1.6075695784388102,1.6069224877854345,1.6062758818708835,1.605629760042561,1.6049841216491993,1.6043389660408576,1.6036942925689184,1.6030501005860829,1.6024063894463692,1.6017631585051055,1.601120407118931,1.6004781346457884,1.5998363404449225,1.5991950238768753,1.5985541843034834,1.5979138210878752,1.5972739335944657,1.5966345211889532,1.5959955832383175,1.595357119110815,1.5947191281759767,1.5940816098046018,1.593444563368756,1.5928079882417703,1.5921718837982348,1.591536249413994,1.59090108446615,1.5902663883330495,1.5896321603942882,1.5889984000307042,1.5883651066243762,1.587732279558618,1.5870999182179772,1.58646802198823,1.58583659025638,1.5852056224106545,1.584575117840498,1.5839450759365756,1.583315496090763,1.5826863776961457,1.582057720147018,1.581429522838876,1.5808017851684182,1.5801745065335386,1.5795476863333267,1.5789213239680622,1.5782954188392115,1.5776699703494292,1.5770449779025466,1.5764204409035756,1.5757963587587052,1.5751727308752925,1.5745495566618686,1.573926835528125,1.5733045668849202,1.5726827501442706,1.5720613847193492,1.5714404700244846,1.5708200054751533,1.5701999904879813,1.5695804244807372,1.568961306872335,1.5683426370828228,1.567724414533387,1.5671066386463457,1.5664893088451475,1.5658724245543654,1.5652559851996994,1.5646399902079677,1.5640244390071067,1.5634093310261687,1.5627946656953178,1.5621804424458268,1.5615666607100738,1.5609533199215435,1.5603404195148167,1.5597279589255755,1.5591159375905934,1.5585043549477389,1.5578932104359686,1.5572825034953237,1.5566722335669305,1.5560624000929961,1.5554530025168047,1.5548440402827137,1.5542355128361571,1.5536274196236348,1.553019760092714,1.5524125336920271,1.5518057398712668,1.551199378081184,1.550593447773585,1.549987948401331,1.5493828794183317,1.5487782402795451,1.548174030440974,1.547570249359663,1.546966896493697,1.5463639713021964,1.5457614732453187,1.5451594017842494,1.5445577563812054,1.5439565364994283,1.5433557416031853,1.5427553711577622,1.542155424629465,1.5415559014856155,1.5409568011945478,1.5403581232256072,1.5397598670491468,1.5391620321365256,1.5385646179601054,1.537967623993249,1.5373710497103152,1.5367748945866602,1.5361791580986328,1.5355838397235708,1.5349889389398006,1.5343944552266335,1.533800388064365,1.5332067369342681,1.5326135013185962,1.5320206807005774,1.5314282745644114,1.5308362823952704,1.5302447036792926,1.5296535379035834,1.52906278455621,1.5284724431262011,1.5278825131035427,1.5272929939791788,1.526703885245005,1.5261151863938676,1.5255268969195623,1.5249390163168326,1.524351544081363,1.5237644797097813,1.523177822699655,1.5225915725494872,1.5220057287587168,1.5214202908277124,1.5208352582577755,1.520250630551134,1.5196664072109398,1.5190825877412693,1.5184991716471188,1.5179161584344036,1.5173335476099536,1.5167513386815143,1.516169531157741,1.5155881245481997,1.515007118363362,1.5144265121146057,1.5138463053142093,1.5132664974753534,1.5126870881121155,1.5121080767394692,1.5115294628732814,1.510951246030311,1.5103734257282058,1.5097960014854999,1.5092189728216132,1.508642339256847,1.508066100312386,1.5074902555102891,1.5069148043734941,1.5063397464258115,1.505765081191924,1.5051908081973846,1.504616926968613,1.5040434370328948,1.5034703379183785,1.5028976291540732,1.5023253102698486,1.5017533807964312,1.5011818402654011,1.5006106882091916,1.5000399241610878,1.4994695476552218,1.4988995582265747,1.4983299554109681,1.4977607387450698,1.4971919077663873,1.4966234620132648,1.496055401024884,1.4954877243412603,1.494920431503243,1.494353522052509,1.493786995531566,1.4932208514837462,1.492655089453206,1.492089708984925,1.4915247096247035,1.490960090919158,1.4903958524157224,1.4898319936626458,1.489268514208988,1.4887054136046205,1.4881426914002218,1.4875803471472786,1.4870183803980814,1.4864567907057227,1.485895577624096,1.485334740707894,1.4847742795126062,1.4842141935945166,1.4836544825107012,1.4830951458190298,1.4825361830781592,1.4819775938475346,1.4814193776873863,1.4808615341587275,1.4803040628233537,1.479746963243841,1.4791902349835426,1.478633877606587,1.4780778906778784,1.477522273763093,1.4769670264286776,1.476412148241847,1.4758576387705844,1.4753034975836363,1.4747497242505136,1.4741963183414888,1.4736432794275929,1.473090607080616,1.4725383008731043,1.4719863603783565,1.471434785170426,1.470883574824116,1.4703327289149775,1.4697822470193107,1.4692321287141599,1.4686823735773131,1.468132981187301,1.4675839511233937,1.4670352829655984,1.4664869762946624,1.4659390306920645,1.4653914457400188,1.4648442210214703,1.464297356120093,1.4637508506202892,1.463204704107189,1.4626589161666448,1.462113486385234,1.4615684143502536,1.461023699649722,1.460479341872372,1.4599353406076576,1.4593916954457427,1.4588484059775075,1.4583054717945405,1.4577628924891415,1.4572206676543178,1.456678796883783,1.4561372797719554,1.4555961159139545,1.4550553049056045,1.4545148463434263,1.4539747398246392,1.453434984947161,1.4528955813096018,1.452356528511267,1.4518178261521515,1.4512794738329418,1.4507414711550124,1.4502038177204248,1.4496665131319244,1.4491295569929419,1.4485929489075893,1.4480566884806594,1.447520775317623,1.4469852090246291,1.4464499892085025,1.4459151154767425,1.4453805874375194,1.4448464046996772,1.4443125668727272,1.4437790735668496,1.4432459243928921,1.4427131189623656,1.4421806568874456,1.4416485377809691,1.4411167612564342,1.4405853269279967,1.4400542344104714,1.4395234833193276,1.4389930732706901,1.4384630038813353,1.4379332747686915,1.4374038855508382,1.4368748358465024,1.4363461252750571,1.4358177534565224,1.4352897200115615,1.434762024561481,1.4342346667282269,1.4337076461343872,1.4331809624031866,1.4326546151584862,1.4321286040247843,1.431602928627211,1.4310775885915292,1.4305525835441346,1.43002791311205,1.4295035769229283,1.4289795746050475,1.4284559057873123,1.427932570099251,1.4274095671710136,1.4268868966333719,1.426364558117717,1.4258425512560593,1.4253208756810243,1.4247995310258548,1.424278516924406,1.423757833011148,1.4232374789211601,1.4227174542901333,1.4221977587543666,1.4216783919507658,1.4211593535168423,1.4206406430907146,1.420122260311101,1.419604204817323,1.4190864762493038,1.4185690742475647,1.4180519984532247,1.4175352485079993,1.4170188240541994,1.4165027247347293,1.4159869501930868,1.4154715000733604,1.4149563740202276,1.4144415716789553,1.4139270926953982,1.4134129367159962,1.4128991033877736,1.412385592358338,1.4118724032758794,1.4113595357891697,1.4108469895475582,1.410334764200974,1.4098228593999222,1.409311274795484,1.4088000100393139,1.408289064783642,1.4077784386812675,1.4072681313855613,1.406758142550464,1.4062484718304837,1.4057391188806954,1.4052300833567397,1.404721364914821,1.4042129632117084,1.403704877904731,1.4031971086517796,1.4026896551113035,1.4021825169423103,1.4016756938043666,1.4011691853575912,1.4006629912626585,1.4001571111807987,1.3996515447737907,1.3991462917039668,1.3986413516342062,1.3981367242279399,1.3976324091491428,1.3971284060623386,1.3966247146325936,1.396121334525519,1.395618265407269,1.3951155069445378,1.3946130588045609,1.3941109206551112,1.3936090921645004,1.393107573001578,1.3926063628357266,1.3921054613368637,1.3916048681754416,1.391104583022442,1.3906046055493795,1.3901049354282982,1.3896055723317684,1.389106515932891,1.3886077659052907,1.3881093219231182,1.3876111836610485,1.387113350794279,1.3866158229985284,1.3861185999500376,1.3856216813255642,1.385125066802387,1.3846287560583002,1.384132748771614,1.383637044621155,1.3831416432862629,1.382646544446789,1.3821517477830991,1.3816572529760676,1.3811630597070772,1.3806691676580225,1.3801755765113022,1.3796822859498235,1.3791892956569969,1.3786966053167362,1.3782042146134625,1.3777121232320948,1.3772203308580535,1.3767288371772608,1.3762376418761348,1.3757467446415927,1.3752561451610497,1.3747658431224126,1.3742758382140878,1.3737861301249708,1.3732967185444502,1.3728076031624088,1.3723187836692157,1.3718302597557326,1.3713420311133064,1.3708540974337748,1.370366458409457,1.3698791137331616,1.3693920630981786,1.368905306198283,1.3684188427277288,1.3679326723812544,1.3674467948540763,1.3669612098418895,1.3664759170408693,1.3659909161476655,1.3655062068594048,1.365021788873689,1.3645376618885945,1.3640538256026684,1.3635702797149318,1.3630870239248767,1.3626040579324636,1.362121381438123,1.3616389941427538,1.361156895747721,1.3606750859548562,1.3601935644664562,1.3597123309852805,1.3592313852145534,1.3587507268579608,1.3582703556196503,1.357790271204228,1.35731047331676,1.3568309616627732,1.3563517359482475,1.3558727958796224,1.3553941411637906,1.3549157715081022,1.3544376866203582,1.353959886208813,1.3534823699821725,1.3530051376495944,1.352528188920684,1.3520515235054988,1.35157514111454,1.3510990414587587,1.3506232242495515,1.35014768919876,1.349672436018669,1.349197464422009,1.3487227741219503,1.3482483648321049,1.347774236266528,1.3473003881397116,1.3468268201665872,1.346353532062525,1.3458805235433302,1.3454077943252465,1.344935344124951,1.344463172659555,1.3439912796466036,1.3435196648040748,1.343048327850377,1.34257726850435,1.3421064864852645,1.3416359815128167,1.341165753307135,1.3406958015887713,1.3402261260787056,1.3397567264983437,1.3392876025695148,1.3388187540144716,1.338350180555891,1.3378818819168699,1.337413857820928,1.3369461079920042,1.3364786321544577,1.3360114300330639,1.3355445013530183,1.335077845839932,1.3346114632198323,1.334145353219162,1.3336795155647763,1.3332139499839457,1.3327486562043536,1.3322836339540927,1.331818882961669,1.3313544029559972,1.3308901936664013,1.3304262548226136,1.3299625861547753,1.3294991873934323,1.3290360582695382,1.3285731985144502,1.3281106078599305,1.3276482860381444,1.3271862327816601,1.326724447823448,1.3262629308968785,1.3258016817357228,1.3253407000741522,1.3248799856467346,1.3244195381884374,1.323959357434624,1.323499443121055,1.3230397949838852,1.322580412759665,1.3221212961853375,1.3216624449982395,1.3212038589361006,1.3207455377370407,1.3202874811395706,1.319829688882591,1.3193721607053928,1.3189148963476522,1.3184578955494373,1.3180011580511988,1.3175446835937754,1.3170884719183915,1.3166325227666535,1.3161768358805543,1.3157214110024689,1.315266247875153,1.3148113462417446,1.3143567058457628,1.3139023264311058,1.313448207742052,1.3129943495232557,1.3125407515197525,1.3120874134769511,1.3116343351406385,1.3111815162569764,1.3107289565725018,1.310276655834124,1.3098246137891267,1.3093728301851655,1.3089213047702684,1.3084700372928328,1.3080190275016272,1.3075682751457904,1.3071177799748281,1.3066675417386147,1.306217560187392,1.3057678350717687,1.3053183661427192,1.3048691531515817,1.3044201958500607,1.303971493990223,1.3035230473244979,1.303074855605679,1.3026269185869195,1.3021792360217344,1.3017318076639985,1.3012846332679444,1.3008377125881663,1.300391045379615,1.2999446313975973,1.2994984703977792,1.2990525621361801,1.2986069063691759,1.2981615028534959,1.2977163513462244,1.2972714516047992,1.2968268033870087,1.2963824064509937,1.295938260555247,1.2954943654586106,1.2950507209202766,1.2946073266997857,1.2941641825570278,1.2937212882522393,1.293278643546004,1.2928362481992524,1.2923941019732599,1.2919522046296477,1.2915105559303803,1.291069155637766,1.2906280035144566,1.2901870993234454,1.2897464428280683,1.2893060337920002,1.2888658719792587,1.2884259571541998,1.2879862890815168,1.2875468675262454,1.287107692253755,1.2866687630297535,1.286230079620286,1.2857916417917317,1.285353449310806,1.2849155019445575,1.28447779946037,1.2840403416259598,1.2836031282093758,1.283166158978997,1.2827294337035373,1.282292952152037,1.2818567140938688,1.2814207192987355,1.2809849675366658,1.280549458578018,1.2801141921934776,1.2796791681540576,1.2792443862310956,1.2788098461962556,1.2783755478215268,1.2779414908792222,1.2775076751419783,1.2770741003827555,1.2766407663748347,1.2762076728918215,1.2757748197076397,1.275342206596536,1.2749098333330748,1.2744776996921432,1.2740458054489432,1.2736141503789973,1.2731827342581445,1.2727515568625425,1.2723206179686621,1.2718899173532938,1.27145945479354,1.2710292300668182,1.2705992429508617,1.2701694932237144,1.2697399806637353,1.2693107050495944,1.2688816661602729,1.2684528637750652,1.268024297673573,1.267595967635709,1.2671678734416962,1.2667400148720647,1.266312391707653,1.2658850037296083,1.2654578507193828,1.2650309324587363,1.2646042487297338,1.2641777993147458,1.2637515839964462,1.2633256025578143,1.2628998547821335,1.2624743404529872,1.2620490593542635,1.261624011270151,1.2611991959851407,1.2607746132840227,1.2603502629518886,1.2599261447741281,1.2595022585364302,1.259078604024783,1.2586551810254714,1.2582319893250788,1.2578090287104833,1.2573862989688604,1.2569637998876815,1.2565415312547121,1.256119492858013,1.2556976844859375,1.2552761059271338,1.2548547569705428,1.2544336374053962,1.2540127470212192,1.2535920856078269,1.2531716529553247,1.2527514488541112,1.2523314730948698,1.251911725468577,1.251492205766495,1.2510729137801762,1.250653849301458,1.2502350121224681,1.2498164020356164,1.2493980188336016,1.2489798623094066,1.2485619322562989,1.248144228467831,1.2477267507378382,1.24730949886044,1.2468924726300377,1.2464756718413148,1.2460590962892364,1.2456427457690495,1.2452266200762816,1.244810719006739,1.244395042356508,1.243979589921955,1.2435643614997247,1.2431493568867376,1.2427345758801942,1.2423200182775715,1.241905683876622,1.2414915724753754,1.2410776838721365,1.2406640178654837,1.2402505742542713,1.239837352837628,1.2394243534149543,1.2390115757859246,1.2385990197504866,1.2381866851088579,1.2377745716615287,1.2373626792092605,1.236951007553085,1.2365395564943034,1.2361283258344862,1.2357173153754741,1.2353065249193762,1.2348959542685676,1.2344856032256923,1.2340754715936622,1.2336655591756553,1.2332558657751131,1.2328463911957463,1.2324371352415289,1.2320280977167,1.2316192784257622,1.2312106771734814,1.2308022937648895,1.230394128005277,1.229986179700199,1.2295784486554726,1.229170934677175,1.228763637571645,1.228356557145481,1.227949693205542,1.2275430455589462,1.2271366140130695,1.2267303983755489,1.2263243984542762,1.2259186140574037,1.2255130449933385,1.2251076910707452,1.2247025520985444,1.2242976278859128,1.223892918242282,1.223488422977337,1.2230841419010199,1.2226800748235238,1.222276221555298,1.2218725819070406,1.221469155689707,1.2210659427145014,1.2206629427928808,1.2202601557365527,1.2198575813574752,1.219455219467857,1.219053069880157,1.2186511324070828,1.2182494068615908,1.2178478930568852,1.2174465908064205,1.2170454999238955,1.2166446202232595,1.216243951518705,1.215843493624674,1.2154432463558515,1.21504320952717,1.2146433829538046,1.2142437664511774,1.2138443598349524,1.213445162921039,1.2130461755255886,1.2126473974649956,1.2122488285558963,1.2118504686151692,1.211452317459935,1.2110543749075533,1.2106566407756276,1.210259114881998,1.2098617970447467,1.209464687082194,1.2090677848128992,1.208671090055662,1.2082746026295177,1.2078783223537384,1.2074822490478367,1.2070863825315603,1.2066907226248926,1.2062952691480544,1.2059000219215004,1.2055049807659213,1.2051101455022424,1.2047155159516238,1.2043210919354586,1.2039268732753736,1.2035328597932282,1.2031390513111164,1.2027454476513622,1.2023520486365218,1.2019588540893842,1.201565863832968,1.2011730776905227,1.2007804954855277,1.2003881170416941,1.1999959421829596,1.1996039707334922,1.1992122025176897,1.1988206373601757,1.1984292750858032,1.1980381155196522,1.1976471584870296,1.1972564038134692,1.19686585132473,1.1964755008467987,1.1960853522058854,1.195695405228426,1.1953056597410818,1.1949161155707373,1.194526772544501,1.1941376304897056,1.1937486892339058,1.1933599486048794,1.1929714084306275,1.1925830685393712,1.1921949287595537,1.191806988919842,1.1914192488491189,1.1910317083764923,1.1906443673312865,1.1902572255430475,1.189870282841541,1.1894835390567489,1.189096994018875,1.188710647558337,1.1883244995057751,1.1879385496920432,1.1875527979482134,1.1871672441055752,1.1867818879956322,1.1863967294501059,1.1860117683009332,1.185627004380264,1.1852424375204649,1.1848580675541167,1.1844738943140134,1.1840899176331623,1.1837061373447855,1.1833225532823175,1.182939165279404,1.1825559731699042,1.1821729767878886,1.1817901759676392,1.181407570543649,1.181025160350622,1.1806429452234721,1.1802609249973233,1.17987909950751,1.1794974685895738,1.1791160320792677,1.1787347898125515,1.1783537416255947,1.1779728873547726,1.17759222683667,1.1772117599080774,1.1768314864059932,1.1764514061676203,1.1760715190303712,1.1756918248318602,1.1753123234099085,1.1749330146025434,1.174553898247996,1.174174974184701,1.1737962422512982,1.1734177022866306,1.173039354129744,1.1726611976198882,1.172283232596515,1.1719054588992772,1.1715278763680321,1.1711504848428367,1.1707732841639498,1.1703962741718301,1.1700194547071396,1.169642825610736,1.1692663867236825,1.1688901378872363,1.1685140789428565,1.1681382097322033,1.16776253009713,1.1673870398796924,1.167011738922142,1.166636627066929,1.1662617041567005,1.1658869700343004,1.1655124245427688,1.1651380675253415,1.1647638988254514,1.1643899182867266,1.1640161257529893,1.1636425210682582,1.1632691040767456,1.1628958746228584,1.1625228325511954,1.162149977706553,1.161777309933917,1.1614048290784678,1.161032534985579,1.1606604275008148,1.1602885064699324,1.1599167717388812,1.1595452231538006,1.1591738605610205,1.1588026838070642,1.1584316927386418,1.1580608872026579,1.157690267046201,1.157319832116554,1.1569495822611868,1.1565795173277584,1.1562096371641157,1.1558399416182938,1.1554704305385173,1.1551011037731955,1.1547319611709272,1.1543630025804972,1.1539942278508766,1.1536256368312232,1.1532572293708807,1.1528890053193777,1.1525209645264303,1.1521531068419375,1.1517854321159826,1.151417940198836,1.1510506309409498,1.1506835041929602,1.1503165598056884,1.149949797630137,1.1495832175174925,1.1492168193191237,1.1488506028865821,1.1484845680716005,1.148118714726094,1.1477530427021587,1.147387551852072,1.1470222420282914,1.1466571130834569,1.1462921648703854,1.145927397242077,1.1455628100517092,1.145198403152641,1.1448341763984071,1.1444701296427238,1.1441062627394851,1.1437425755427624,1.1433790679068057,1.1430157396860416,1.1426525907350753,1.1422896209086886,1.1419268300618386,1.1415642180496601,1.1412017847274651,1.1408395299507375,1.140477453575142,1.1401155554565137,1.139753835450866,1.139392293414385,1.1390309292034322,1.138669742674543,1.1383087336844262,1.1379479020899637,1.1375872477482123,1.137226770516401,1.1368664702519307,1.1365063468123746,1.1361464000554802,1.1357866298391641,1.1354270360215166,1.1350676184607973,1.1347083770154385,1.1343493115440417,1.1339904219053807,1.1336317079583977,1.1332731695622058,1.1329148065760881,1.132556618859495,1.1321986062720486,1.131840768673537,1.1314831059239199,1.1311256178833229,1.1307683044120407,1.1304111653705349,1.1300542006194352,1.1296974100195378,1.1293407934318074,1.1289843507173725,1.128628081737531,1.1282719863537445,1.1279160644276416,1.1275603158210163,1.127204740395828,1.1268493380142,1.1264941085384226,1.1261390518309484,1.1257841677543947,1.1254294561715437,1.1250749169453405,1.124720549938893,1.1243663550154748,1.124012332038519,1.1236584808716241,1.1233048013785487,1.1229512934232155,1.1225979568697082,1.1222447915822724,1.1218917974253135,1.1215389742634005,1.121186321961262,1.1208338403837863,1.120481529396023,1.1201293888631823,1.1197774186506328,1.119425618623904,1.119073988648683,1.1187225285908176,1.1183712383163136,1.1180201176913356,1.1176691665822065,1.1173183848554067,1.1169677723775746,1.1166173290155066,1.116267054636156,1.115916949106633,1.1155670122942039,1.1152172440662937,1.1148676442904808,1.1145182128345028,1.1141689495662501,1.1138198543537698,1.1134709270652654,1.1131221675690932,1.1127735757337667,1.1124251514279517,1.11207689452047,1.1117288048802965,1.1113808823765596,1.111033126878543,1.1106855382556815,1.110338116377565,1.1099908611139349,1.1096437723346853,1.1092968499098634,1.1089500937096677,1.1086035036044493,1.10825707946471,1.1079108211611042,1.1075647285644363,1.1072188015456634,1.10687303997589,1.1065274437263746,1.106182012668524,1.1058367466738948,1.1054916456141952,1.105146709361281,1.104801937787157,1.104457330763979,1.1041128881640496,1.1037686098598225,1.103424495723896,1.10308054562902,1.1027367594480906,1.1023931370541515,1.1020496783203952,1.1017063831201588,1.1013632513269285,1.1010202828143372,1.1006774774561618,1.1003348351263296,1.0999923556989106,1.0996500390481205,1.0993078850483238,1.0989658935740274,1.098624064499883,1.0982823977006906,1.0979408930513905,1.097599550427072,1.097258369702963,1.0969173507544412,1.0965764934570248,1.0962357976863752,1.0958952633183,1.0955548902287464,1.0952146782938066,1.0948746273897147,1.0945347373928487,1.0941950081797265,1.0938554396270095,1.0935160316114998,1.093176784010143,1.0928376967000244,1.0924987695583694,1.0921600024625466,1.0918213952900657,1.0914829479185735,1.0911446602258605,1.090806532089855,1.0904685633886262,1.0901307540003826,1.0897931038034723,1.0894556126763817,1.089118280497737,1.0887811071463038,1.0884440925009842,1.0881072364408206,1.0877705388449928,1.0874339995928168,1.0870976185637498,1.0867613956373834,1.0864253306934484,1.0860894236118108,1.0857536742724745,1.0854180825555804,1.085082648341405,1.0847473715103622,1.0844122519430002,1.0840772895200037,1.0837424841221928,1.0834078356305248,1.0830733439260891,1.0827390088901119,1.0824048304039542,1.0820708083491113,1.0817369426072116,1.0814032330600194,1.0810696795894323,1.0807362820774822,1.0804030404063318,1.0800699544582817,1.0797370241157616,1.0794042492613358,1.079071629777701,1.0787391655476875,1.0784068564542548,1.0780747023804986,1.0777427032096438,1.0774108588250473,1.0770791691101989,1.076747633948717,1.0764162532243546,1.0760850268209925,1.0757539546226444,1.0754230365134527,1.0750922723776914,1.0747616620997638,1.0744312055642038,1.0741009026556754,1.0737707532589702,1.0734407572590112,1.0731109145408484,1.0727812249896633,1.0724516884907644,1.072122304929589,1.0717930741917034,1.0714639961628014,1.0711350707287042,1.0708062977753612,1.0704776771888516,1.0701492088553775,1.069820892661273,1.0694927284929951,1.0691647162371303,1.0688368557803904,1.0685091470096146,1.0681815898117668,1.0678541840739388,1.0675269296833476,1.0671998265273348,1.0668728744933682,1.0665460734690413,1.0662194233420723,1.065892924000305,1.0655665753317063,1.065240377224369,1.0649143295665102,1.0645884322464705,1.0642626851527148,1.0639370881738326,1.063611641198535,1.0632863441156586,1.0629611968141617,1.0626361991831275,1.0623113511117601,1.0619866524893866,1.0616621032054583,1.0613377031495466,1.0610134522113461,1.0606893502806738,1.060365397247468,1.060041593001788,1.0597179374338157,1.059394430433853,1.059071071892324,1.0587478616997725,1.0584247997468645,1.0581018859243843,1.0577791201232398,1.057456502234455,1.0571340321491767,1.0568117097586716,1.0564895349543244,1.0561675076276404,1.0558456276702437,1.055523894973877,1.0552023094304028,1.0548808709318023,1.0545595793701745,1.0542384346377383,1.0539174366268282,1.0535965852299003,1.0532758803395244,1.0529553218483911,1.052634909649308,1.0523146436351987,1.051994523699105,1.0516745497341868,1.0513547216337176,1.0510350392910908,1.0507155025998147,1.0503961114535139,1.05007686574593,1.049757765370919,1.049438810222454,1.0491200001946241,1.048801335181632,1.0484828150777983,1.0481644397775556,1.047846209175454,1.0475281231661566,1.0472101816444432,1.0468923845052054,1.0465747316434515,1.0462572229543023,1.0459398583329926,1.0456226376748725,1.0453055608754036,1.0449886278301628,1.0446718384348388,1.0443551925852343,1.044038690177264,1.0437223311069572,1.0434061152704537,1.0430900425640075,1.0427741128839831,1.0424583261268585,1.0421426821892232,1.0418271809677784,1.0415118223593378,1.0411966062608244,1.040881532569275,1.0405666011818355,1.0402518119957642,1.0399371649084301,1.0396226598173113,1.0393082966199998,1.038994075214193,1.0386799954977024,1.0383660573684483,1.0380522607244607,1.037738605463879,1.0374250914849532,1.0371117186860415,1.0367984869656124,1.036485396222242,1.0361724463546163,1.0358596372615307,1.0355469688418881,1.0352344409946996,1.0349220536190855,1.0346098066142737,1.0342976998796003,1.0339857333145086,1.03367390681855,1.033362220291385,1.0330506736327774,1.032739266742602,1.0324279995208394,1.0321168718675755,1.0318058836830057,1.0314950348674303,1.0311843253212558,1.0308737549449962,1.0305633236392695,1.0302530313048026,1.0299428778424258,1.0296328631530758,1.0293229871377945,1.0290132496977302,1.028703650734135,1.0283941901483673,1.0280848678418895,1.0277756837162693,1.0274666376731778,1.0271577296143923,1.0268489594417933,1.0265403270573663,1.0262318323631994,1.025923475261485,1.0256152556545204,1.0253071734447046,1.0249992285345424,1.0246914208266393,1.0243837502237052,1.0240762166285524,1.0237688199440973,1.0234615600733574,1.0231544369194536,1.0228474503856078,1.022540600375147,1.0222338867914973,1.0219273095381878,1.021620868518851,1.0213145636372183,1.0210083947971236,1.0207023619025037,1.0203964648573947,1.0200907035659335,1.0197850779323605,1.0194795878610141,1.0191742332563332,1.0188690140228613,1.0185639300652374,1.0182589812882037,1.0179541675966002,1.0176494888953687,1.0173449450895502,1.0170405360842862,1.0167362617848144,1.0164321220964772,1.0161281169247103,1.0158242461750537,1.0155205097531423,1.0152169075647133,1.0149134395155999,1.0146101055117347,1.014306905459149,1.0140038392639716,1.0137009068324307,1.0133981080708503,1.0130954428856545,1.0127929111833645,1.012490512870598,1.012188247854071,1.0118861160405963,1.0115841173370845,1.0112822516505426,1.0109805188880752,1.0106789189568826,1.0103774517642623,1.0100761172176087,1.0097749152244113,1.0094738456922563,1.0091729085288264,1.0088721036419008,1.0085714309393523,1.0082708903291515,1.007970481719364,1.0076702050181496,1.0073700601337643,1.00707004697456,1.0067701654489813,1.0064704154655715,1.0061707969329643,1.00587130975989,1.0055719538551733,1.0052727291277332,1.0049736354865837,1.0046746728408313,1.0043758410996764,1.0040771401724156,1.0037785699684358,1.0034801303972207,1.0031818213683448,1.0028836427914762,1.0025855945763786,1.0022876766329063,1.0019898888710064,1.0016922312007204,1.001394703532181,1.001097305775614,1.0008000378413373,1.000502899639762,1.0002058910813905,0.9999090120768154,0.9996122625367256,0.9993156423718976,0.9990191514932014,0.9987227898115981,0.9984265572381397,0.9981304536839702,0.9978344790603249,0.9975386332785292,0.9972429162499986,0.9969473278862421,0.9966518680988573,0.9963565367995314,0.9960613339000445,0.9957662593122645,0.9954713129481512,0.9951764947197531,0.994881804539209,0.994587242318748,0.9942928079706874,0.9939985014074358,0.99370432254149,0.9934102712854358,0.9931163475519488,0.9928225512537934,0.9925288823038221,0.9922353406149783,0.9919419261002911,0.9916486386728802,0.9913554782459532,0.9910624447328051,0.9907695380468206,0.9904767581014701,0.990184104810315,0.9898915780870019,0.9895991778452657,0.9893069039989297,0.9890147564619032,0.9887227351481842,0.988430839971857,0.9881390708470928,0.9878474276881514,0.9875559104093763,0.9872645189252012,0.9869732531501437,0.986682112998809,0.9863910983858882,0.9861002092261599,0.9858094454344868,0.9855188069258196,0.9852282936151932,0.9849379054177285,0.9846476422486338,0.9843575040232001,0.9840674906568068,0.9837776020649156,0.9834878381630757,0.9831981988669208,0.9829086840921688,0.982619293754623,0.9823300277701709,0.9820408860547855,0.9817518685245235,0.9814629750955266,0.9811742056840197,0.9808855602063133,0.9805970385788005,0.9803086407179594,0.9800203665403505,0.9797322159626205,0.9794441889014975,0.9791562852737928,0.9788685049964024,0.9785808479863051,0.9782933141605635,0.9780059034363207,0.9777186157308065,0.9774314509613293,0.9771444090452842,0.9768574899001461,0.9765706934434722,0.976284019592905,0.975997468266166,0.9757110393810605,0.9754247328554748,0.9751385486073779,0.9748524865548212,0.9745665466159357,0.9742807287089356,0.9739950327521166,0.9737094586638544,0.9734240063626076,0.9731386757669148,0.9728534667953956,0.9725683793667511,0.9722834133997635,0.9719985688132948,0.9717138455262871,0.9714292434577654,0.971144762526832,0.9708604026526716,0.9705761637545479,0.9702920457518059,0.970008048563869,0.9697241721102421,0.9694404163105074,0.9691567810843299,0.9688732663514512,0.968589872031694,0.96830659804496,0.9680234443112294,0.9677404107505626,0.9674574972830979,0.9671747038290535,0.9668920303087252,0.9666094766424883,0.9663270427507972,0.9660447285541826,0.9657625339732563,0.965480458928706,0.9651985033412988,0.9649166671318806,0.9646349502213728,0.9643533525307771,0.9640718739811711,0.963790514493712,0.9635092739896316,0.9632281523902422,0.9629471496169312,0.9626662655911654,0.9623855002344858,0.962104853468513,0.9618243252149432,0.9615439153955497,0.9612636239321828,0.9609834507467686,0.9607033957613106,0.9604234588978884,0.9601436400786577,0.9598639392258507,0.9595843562617746,0.9593048911088151,0.9590255436894307,0.958746313926158,0.958467201741608,0.958188207058469,0.9579093297995018,0.9576305698875459,0.9573519272455135,0.9570734017963948,0.9567949934632507,0.9565167021692225,0.956238527837522,0.9559604703914377,0.955682529754333,0.9554047058496453,0.9551269986008866,0.9548494079316441,0.954571933765578,0.9542945760264228,0.9540173346379892,0.9537402095241593,0.9534632006088903,0.9531863078162135,0.9529095310702335,0.9526328702951278,0.9523563254151496,0.9520798963546231,0.9518035830379475,0.9515273853895945,0.9512513033341092,0.9509753367961093,0.9506994857002864,0.9504237499714039,0.9501481295342993,0.9498726243138811,0.9495972342351318,0.9493219592231048,0.9490467992029288,0.9487717540998007,0.9484968238389944,0.948222008345851,0.9479473075457872,0.9476727213642897,0.9473982497269182,0.9471238925593033,0.9468496497871478,0.9465755213362257,0.9463015071323827,0.9460276071015359,0.945753821169673,0.9454801492628536,0.9452065913072084,0.9449331472289383,0.944659816954317,0.9443866004096859,0.94411349752146,0.9438405082161234,0.9435676324202315,0.9432948700604094,0.9430222210633533,0.9427496853558289,0.9424772628646727,0.9422049535167907,0.9419327572391601,0.9416606739588264,0.9413887036029059,0.9411168460985836,0.9408451013731162,0.9405734693538278,0.9403019499681127,0.9400305431434354,0.9397592488073278,0.9394880668873931,0.9392169973113016,0.9389460400067937,0.9386751949016789,0.9384044619238358,0.93813384100121,0.9378633320618178,0.937592935033742,0.9373226498451359,0.9370524764242202,0.9367824146992837,0.9365124645986835,0.9362426260508453,0.9359728989842625,0.9357032833274967,0.9354337790091766,0.9351643859579996,0.9348951041027299,0.9346259333721999,0.9343568736953103,0.9340879250010269,0.9338190872183855,0.9335503602764866,0.9332817441045,0.9330132386316621,0.9327448437872751,0.9324765595007086,0.9322083857014006,0.9319403223188538,0.9316723692826377,0.931404526522391,0.9311367939678146,0.9308691715486792,0.9306016591948209,0.9303342568361415,0.9300669644026088,0.929799781824258,0.9295327090311886,0.9292657459535673,0.9289988925216254,0.9287321486656612,0.9284655143160386,0.9281989894031851,0.9279325738575955,0.9276662676098307,0.9274000705905144,0.9271339827303372,0.9268680039600549,0.9266021342104874,0.9263363734125207,0.9260707214971047,0.925805178395255,0.9255397440380514,0.9252744183566385,0.9250092012822245,0.9247440927460842,0.924479092679555,0.9242142010140392,0.9239494176810032,0.9236847426119776,0.9234201757385576,0.9231557169924021,0.9228913663052332,0.9226271236088373,0.9223629888350654,0.9220989619158309,0.9218350427831111,0.9215712313689473,0.9213075276054443,0.9210439314247695,0.920780442759154,0.9205170615408924,0.9202537877023417,0.9199906211759226,0.9197275618941181,0.9194646097894748,0.9192017647946015,0.9189390268421702,0.9186763958649151,0.918413871795633,0.918151454567184,0.9178891441124891,0.917626940364533,0.917364843256362,0.9171028527210845,0.9168409686918714,0.9165791911019552,0.9163175198846304,0.9160559549732538,0.9157944963012431,0.9155331438020787,0.9152718974093021,0.9150107570565165,0.9147497226773857,0.9144887942056371,0.9142279715750569,0.9139672547194938,0.9137066435728578,0.9134461380691195,0.9131857381423105,0.9129254437265237,0.9126652547559126,0.912405171164692,0.9121451928871364,0.9118853198575817,0.9116255520104243,0.9113658892801207,0.9111063316011885,0.9108468789082046,0.9105875311358068,0.9103282882186935,0.910069150091622,0.909810116689411,0.9095511879469385,0.9092923637991418,0.909033644181019,0.9087750290276276,0.9085165182740842,0.908258111855566,0.907999809707309,0.9077416117646087,0.9074835179628201,0.9072255282373575,0.9069676425236948,0.9067098607573635,0.9064521828739565,0.9061946088091237,0.9059371384985755,0.9056797718780796,0.9054225088834632,0.9051653494506131,0.9049082935154733,0.9046513410140465,0.9043944918823952,0.9041377460566392,0.9038811034729567,0.9036245640675841,0.9033681277768166,0.9031117945370076,0.9028555642845675,0.9025994369559653,0.9023434124877286,0.9020874908164418,0.9018316718787472,0.9015759556113454,0.9013203419509941,0.901064830834509,0.9008094221987626,0.9005541159806857,0.900298912117266,0.900043810545548,0.8997888112026342,0.8995339140256842,0.8992791189519137,0.8990244259185965,0.8987698348630628,0.8985153457227002,0.8982609584349518,0.8980066729373191,0.8977524891673586,0.8974984070626852,0.8972444265609684,0.8969905475999351,0.8967367701173689,0.896483094051109,0.8962295193390518,0.8959760459191481,0.8957226737294072,0.8954694027078915,0.8952162327927226,0.8949631639220752,0.8947101960341819,0.8944573290673297,0.8942045629598613,0.8939518976501761,0.8936993330767284,0.8934468691780281,0.8931945058926392,0.8929422431591837,0.892690080916337,0.89243801910283,0.8921860576574487,0.8919341965190347,0.891682435626484,0.8914307749187481,0.8911792143348332,0.8909277538138,0.8906763932947639,0.8904251327168955,0.8901739720194203,0.8899229111416169,0.8896719500228196,0.8894210886024166,0.8891703268198518,0.8889196646146206,0.888669101926275,0.8884186386944205,0.8881682748587166,0.8879180103588764,0.8876678451346678,0.8874177791259121,0.887167812272484,0.8869179445143127,0.8866681757913812,0.8864185060437254,0.8861689352114348,0.8859194632346536,0.8856700900535777,0.8854208156084578,0.8851716398395966,0.8849225626873517,0.8846735840921327,0.8844247039944019,0.8841759223346758,0.8839272390535236,0.883678654091567,0.883430167389481,0.8831817788879931,0.8829334885278832,0.882685296249985,0.8824372019951837,0.8821892057044174,0.881941307318677,0.881693506779005,0.8814458040264975,0.8811981990023012,0.8809506916476176,0.8807032819036971,0.880455969711845,0.8802087550134166,0.8799616377498211,0.8797146178625176,0.879467695293019,0.8792208699828887,0.8789741418737421,0.878727510907246,0.8784809770251196,0.8782345401691337,0.8779882002811091,0.8777419573029197,0.8774958111764897,0.8772497618437952,0.8770038092468633,0.8767579533277721,0.8765121940286513,0.8762665312916812,0.8760209650590931,0.8757754952731698,0.8755301218762443,0.8752848448107006,0.8750396640189734,0.8747945794435488,0.8745495910269624,0.8743046987118012,0.874059902440702,0.8738152021563532,0.8735705978014925,0.8733260893189078,0.8730816766514387,0.8728373597419736,0.8725931385334513,0.8723490129688615,0.872104982991243,0.8718610485436847,0.8716172095693264,0.8713734660113561,0.8711298178130132,0.8708862649175863,0.8706428072684126,0.8703994448088804,0.8701561774824269,0.8699130052325392,0.869669928002753,0.8694269457366542,0.8691840583778783,0.8689412658701086,0.8686985681570789,0.8684559651825722,0.8682134568904194,0.867971043224502,0.8677287241287491,0.8674864995471397,0.8672443694237009,0.8670023337025095,0.8667603923276899,0.8665185452434166,0.8662767923939113,0.8660351337234454,0.8657935691763378,0.8655520986969573,0.8653107222297195,0.8650694397190892,0.8648282511095796,0.8645871563457519,0.8643461553722147,0.8641052481336268,0.8638644345746929,0.8636237146401666,0.8633830882748497,0.8631425554235919,0.8629021160312899,0.8626617700428887,0.8624215174033814,0.8621813580578085,0.8619412919512578,0.8617013190288649,0.8614614392358134,0.8612216525173334,0.8609819588187035,0.8607423580852482,0.8605028502623404,0.8602634352954002,0.8600241131298944,0.859784883711337,0.8595457469852893,0.8593067028973593,0.8590677513932027,0.8588288924185207,0.8585901259190633,0.8583514518406249,0.8581128701290488,0.8578743807302238,0.8576359835900857,0.8573976786546166,0.8571594658698453,0.8569213451818475,0.8566833165367441,0.8564453798807038,0.8562075351599409,0.8559697823207155,0.8557321213093348,0.8554945520721511,0.8552570745555645,0.8550196887060194,0.8547823944700064,0.854545191794063,0.8543080806247724,0.8540710609087622,0.8538341325927075,0.853597295623328,0.8533605499473899,0.8531238955117042,0.8528873322631282,0.852650860148564,0.8524144791149598,0.8521781891093086,0.8519419900786492,0.8517058819700657,0.851469864730687,0.8512339383076875,0.8509981026482867,0.8507623576997492,0.8505267034093846,0.8502911397245475,0.8500556665926373,0.8498202839610988,0.8495849917774208,0.849349789989137,0.8491146785438272,0.8488796573891135,0.8486447264726648,0.8484098857421932,0.8481751351454562,0.8479404746302547,0.8477059041444354,0.847471423635888,0.8472370330525478,0.847002732342393,0.8467685214534472,0.846534400333777,0.8463003689314949,0.8460664271947552,0.8458325750717579,0.8455988125107465,0.8453651394600079,0.8451315558678735,0.8448980616827179,0.8446646568529604,0.8444313413270634,0.8441981150535323,0.8439649779809172,0.8437319300578116,0.8434989712328521,0.8432661014547186,0.8430333206721351,0.8428006288338682,0.8425680258887281,0.8423355117855689,0.8421030864732868,0.841870749900822,0.8416385020171574,0.841406342771319,0.8411742721123762,0.8409422899894404,0.840710396351667,0.840478591148254,0.8402468743284418,0.8400152458415134,0.8397837056367958,0.8395522536636576,0.839320889871509,0.8390896142098057,0.8388584266280429,0.8386273270757606,0.8383963155025395,0.8381653918580033,0.8379345560918192,0.8377038081536944,0.8374731479933798,0.8372425755606687,0.8370120908053962,0.8367816936774387,0.8365513841267154,0.8363211621031875,0.8360910275568586,0.8358609804377729,0.8356310206960176,0.8354011482817217,0.8351713631450546,0.8349416652362289,0.8347120545054983,0.8344825309031586,0.8342530943795464,0.8340237448850398,0.8337944823700596,0.8335653067850666,0.8333362180805631,0.8331072162070942,0.832878301115245,0.8326494727556415,0.8324207310789521,0.8321920760358857,0.8319635075771926,0.8317350256536634,0.8315066302161306,0.8312783212154673,0.8310500986025877,0.8308219623284463,0.8305939123440389,0.8303659486004027,0.830138071048614,0.8299102796397915,0.829682574325093,0.8294549550557186,0.8292274217829073,0.8289999744579397,0.8287726130321366,0.8285453374568591,0.8283181476835084,0.8280910436635264,0.8278640253483956,0.8276370926896378,0.8274102456388162,0.8271834841475326,0.8269568081674304,0.8267302176501926,0.8265037125475411,0.82627729281124,0.8260509583930914,0.8258247092449376,0.8255985453186614,0.8253724665661851,0.8251464729394702,0.8249205643905191,0.8246947408713725,0.8244690023341118,0.824243348730857,0.8240177800137688,0.8237922961350461,0.8235668970469284,0.8233415827016933,0.8231163530516588,0.8228912080491823,0.8226661476466597,0.8224411717965259,0.8222162804512562,0.8219914735633645,0.8217667510854034,0.8215421129699647,0.8213175591696793,0.8210930896372168,0.8208687043252864,0.820644403186635,0.8204201861740499,0.8201960532403557,0.8199720043384168,0.8197480394211355,0.8195241584414527,0.8193003613523493,0.8190766481068433,0.8188530186579915,0.8186294729588895,0.8184060109626716,0.8181826326225092,0.8179593378916139,0.8177361267232343,0.8175129990706574,0.8172899548872092,0.8170669941262529,0.816844116741191,0.8166213226854621,0.8163986119125456,0.8161759843759565,0.8159534400292489,0.815730978826015,0.8155086007198843,0.8152863056645248,0.8150640936136414,0.8148419645209776,0.8146199183403143,0.8143979550254695,0.8141760745303008,0.8139542768087006,0.8137325618146013,0.8135109295019711,0.8132893798248169,0.8130679127371822,0.8128465281931484,0.8126252261468337,0.8124040065523944,0.8121828693640233,0.8119618145359512,0.8117408420224451,0.8115199517778101,0.8112991437563879,0.8110784179125572,0.8108577742007342,0.8106372125753718,0.8104167329909594,0.8101963354020241,0.8099760197631292,0.8097557860288755,0.8095356341538998,0.8093155640928764,0.8090955758005154,0.8088756692315648,0.8086558443408081,0.8084361010830655,0.8082164394131947,0.8079968592860887,0.8077773606566782,0.8075579434799288,0.8073386077108439,0.8071193533044623,0.8069001802158595,0.8066810884001473,0.8064620778124738,0.8062431484080229,0.8060243001420143,0.8058055329697057,0.8055868468463888,0.8053682417273917,0.8051497175680794,0.8049312743238525,0.8047129119501464,0.8044946304024342,0.804276429636223,0.8040583096070576,0.8038402702705172,0.8036223115822163,0.8034044334978068,0.803186635972975,0.8029689189634434,0.8027512824249686,0.8025337263133455,0.8023162505844011,0.8020988551940009,0.8018815400980439,0.8016643052524655,0.8014471506132355,0.8012300761363595,0.8010130817778786,0.800796167493869,0.8005793332404413,0.8003625789737422,0.8001459046499532,0.799929310225291,0.7997127956560067,0.7994963608983869,0.7992800059087534,0.7990637306434625,0.798847535058905,0.7986314191115078,0.7984153827577312,0.798199425954071,0.7979835486570575,0.7977677508232557,0.7975520324092658,0.7973363933717211,0.7971208336672919,0.7969053532526806,0.7966899520846251,0.7964746301198985,0.7962593873153071,0.7960442236276927,0.7958291390139294,0.7956141334309287,0.795399206835634,0.7951843591850236,0.7949695904361104,0.794754900545941,0.7945402894715962,0.7943257571701908,0.7941113035988744,0.7938969287148295,0.7936826324752737,0.7934684148374574,0.7932542757586658,0.7930402151962176,0.7928262331074656,0.792612329449796,0.7923985041806285,0.792184757257418,0.7919710886376516,0.7917574982788506,0.7915439861385696,0.7913305521743973,0.791117196343956,0.7909039186049004,0.7906907189149205,0.7904775972317383,0.7902645535131093,0.7900515877168235,0.7898386998007028,0.7896258897226031,0.7894131574404136,0.789200502912057,0.7889879260954887,0.7887754269486968,0.7885630054297039,0.7883506614965643,0.7881383951073667,0.7879262062202317,0.7877140947933129,0.7875020607847978,0.7872901041529056,0.7870782248558893,0.7868664228520346,0.7866546980996606,0.7864430505571166,0.7862314801827873,0.7860199869350895,0.7858085707724726,0.7855972316534177,0.7853859695364399,0.7851747843800861,0.7849636761429353,0.7847526447836004,0.7845416902607255,0.7843308125329874,0.7841200115590958,0.783909287297792,0.7836986397078499,0.7834880687480762,0.7832775743773092,0.7830671565544199,0.782856815238311,0.7826465503879176,0.7824363619622068,0.7822262499201784,0.7820162142208636,0.7818062548233254,0.7815963716866596,0.7813865647699931,0.7811768340324856,0.7809671794333275,0.7807576009317427,0.7805480984869855,0.7803386720583417,0.7801293216051313,0.7799200470867026,0.7797108484624385,0.7795017256917517,0.7792926787340873,0.7790837075489214,0.7788748120957631,0.7786659923341516,0.778457248223657,0.7782485797238836,0.7780399867944637,0.7778314693950635,0.7776230274853797,0.7774146610251402,0.7772063699741036,0.7769981542920613,0.7767900139388347,0.7765819488742768,0.7763739590582718,0.7761660444507347,0.7759582050116115,0.77575044070088,0.7755427514785487,0.7753351373046565,0.7751275981392738,0.7749201339425021,0.774712744674473,0.7745054302953505,0.7742981907653276,0.7740910260446289,0.7738839360935099,0.7736769208722573,0.7734699803411873,0.7732631144606468,0.7730563231910151,0.7728496064927008,0.7726429643261421,0.7724363966518099,0.772229903430204,0.7720234846218553,0.7718171401873256,0.7716108700872054,0.771404674282118,0.7711985527327149,0.7709925053996792,0.7707865322437241,0.770580633225592,0.7703748083060575,0.7701690574459235,0.7699633806060242,0.7697577777472235,0.7695522488304151,0.7693467938165239,0.7691414126665032,0.7689361053413374,0.7687308718020411,0.7685257120096578,0.768320625925262,0.768115613509957,0.767910674724877,0.767705809531185,0.7675010178900752,0.7672962997627694,0.7670916551105216,0.7668870838946134,0.7666825860763581,0.7664781616170959,0.7662738104781996,0.7660695326210697,0.7658653280071362,0.7656611965978597,0.7654571383547296,0.7652531532392649,0.7650492412130132,0.7648454022375535,0.764641636274492,0.7644379432854658,0.76423432323214,0.7640307760762096,0.7638273017793995,0.7636239003034628,0.7634205716101818,0.7632173156613683,0.763014132418864,0.7628110218445385,0.7626079839002899,0.7624050185480475,0.7622021257497679,0.7619993054674373,0.7617965576630698,0.7615938822987103,0.7613912793364311,0.7611887487383338,0.7609862904665494,0.7607839044832364,0.7605815907505827,0.7603793492308054,0.76017717988615,0.75997508267889,0.7597730575713286,0.7595711045257969,0.7593692235046551,0.7591674144702913,0.7589656773851222,0.7587640122115946,0.7585624189121809,0.7583608974493847,0.7581594477857359,0.7579580698837938,0.7577567637061465,0.7575555292154091,0.7573543663742267,0.7571532751452705,0.7569522554912422,0.7567513073748701,0.7565504307589112,0.7563496256061509,0.7561488918794022,0.7559482295415062,0.7557476385553334,0.7555471188837802,0.755346670489773,0.7551462933362643,0.7549459873862361,0.7547457526026977,0.7545455889486856,0.7543454963872659,0.7541454748815308,0.7539455243946014,0.7537456448896259,0.7535458363297806,0.7533460986782696,0.7531464318983245,0.7529468359532042,0.752747310806196,0.752547856420615,0.7523484727598023,0.752149159787128,0.75194991746599,0.7517507457598118,0.7515516446320463,0.7513526140461728,0.751153653965699,0.7509547643541584,0.7507559451751135,0.7505571963921526,0.7503585179688933,0.7501599098689778,0.7499613720560784,0.7497629044938925,0.7495645071461454,0.7493661799765898,0.7491679229490055,0.748969736027199,0.748771619175004,0.7485735723562816,0.7483755955349197,0.7481776886748331,0.7479798517399635,0.7477820846942802,0.747584387501779,0.7473867601264818,0.7471892025324385,0.7469917146837256,0.746794296544446,0.74659694807873,0.7463996692507338,0.7462024600246407,0.7460053203646614,0.7458082502350324,0.7456112496000172,0.7454143184239055,0.7452174566710146,0.7450206643056871,0.7448239412922931,0.7446272875952286,0.7444307031789166,0.744234188007806,0.744037742046373,0.743841365259119,0.7436450576105729,0.7434488190652897,0.7432526495878499,0.7430565491428616,0.7428605176949576,0.7426645552087986,0.7424686616490707,0.742272836980486,0.7420770811677833,0.7418813941757272,0.7416857759691083,0.7414902265127435,0.7412947457714761,0.741099333710175,0.740903990293735,0.7407087154870771,0.7405135092551486,0.740318371562922,0.7401233023753967,0.7399283016575964,0.7397333693745727,0.7395385054914014,0.7393437099731844,0.7391489827850508,0.7389543238921532,0.7387597332596717,0.7385652108528111,0.7383707566368022,0.7381763705769019,0.737982052638392,0.7377878027865801,0.7375936209867998,0.73739950720441,0.7372054614047948,0.7370114835533639,0.7368175736155529,0.736623731556823,0.7364299573426598,0.7362362509385753,0.7360426123101061,0.7358490414228147,0.7356555382422887,0.7354621027341414,0.7352687348640106,0.7350754345975604,0.7348822019004785,0.7346890367384794,0.7344959390773025,0.7343029088827112,0.7341099461204955,0.7339170507564696,0.7337242227564729,0.7335314620863699,0.7333387687120502,0.7331461425994293,0.7329535837144453,0.7327610920230637,0.7325686674912734,0.7323763100850887,0.7321840197705495,0.7319917965137188,0.7317996402806867,0.7316075510375657,0.7314155287504945,0.7312235733856371,0.7310316849091809,0.7308398632873383,0.7306481084863466,0.7304564204724684,0.7302647992119896,0.7300732446712219,0.7298817568165007,0.7296903356141868,0.7294989810306647,0.7293076930323439,0.7291164715856581,0.7289253166570658,0.7287342282130501,0.7285432062201177,0.7283522506448005,0.7281613614536541,0.7279705386132588,0.7277797820902199,0.727589091851165,0.7273984678627486,0.7272079100916475,0.7270174185045629,0.7268269930682218,0.7266366337493729,0.7264463405147912,0.7262561133312745,0.7260659521656456,0.7258758569847504,0.72568582775546,0.725495864444669,0.7253059670192951,0.7251161354462816,0.7249263696925947,0.7247366697252251,0.7245470355111872,0.7243574670175187,0.7241679642112823,0.7239785270595638,0.723789155529473,0.7235998495881433,0.7234106092027323,0.7232214343404204,0.7230323249684137,0.7228432810539398,0.7226543025642516,0.722465389466624,0.7222765417283572,0.7220877593167743,0.7218990421992223,0.7217103903430708,0.721521803715714,0.7213332822845696,0.7211448260170779,0.7209564348807038,0.7207681088429344,0.7205798478712815,0.7203916519332791,0.7202035209964858,0.7200154550284826,0.7198274539968749,0.7196395178692898,0.719451646613379,0.7192638401968172,0.7190760985873023,0.7188884217525549,0.7187008096603196,0.7185132622783643,0.7183257795744783,0.7181383615164768,0.7179510080721957,0.7177637192094952,0.7175764948962586,0.7173893351003917,0.7172022397898236,0.7170152089325064,0.716828242496415,0.7166413404495477,0.7164545027599255,0.7162677293955917,0.7160810203246137,0.715894375515081,0.715707794935106,0.7155212785528235,0.7153348263363927,0.715148438253993,0.7149621142738297,0.714775854364128,0.7145896584931375,0.7144035266291298,0.7142174587403988,0.714031454795263,0.7138455147620608,0.7136596386091549,0.7134738263049308,0.7132880778177949,0.7131023931161782,0.7129167721685331,0.712731214943334,0.7125457214090789,0.7123602915342877,0.7121749252875024,0.7119896226372883,0.7118043835522325,0.7116192080009441,0.7114340959520558,0.7112490473742212,0.7110640622361168,0.7108791405064416,0.7106942821539167,0.7105094871472855,0.7103247554553132,0.7101400870467875,0.7099554818905186,0.7097709399553386,0.7095864612101015,0.7094020456236834,0.7092176931649824,0.7090334038029195,0.7088491775064373,0.7086650142445,0.708480913986094,0.7082968767002281,0.7081129023559326,0.7079289909222598,0.707745142368284,0.7075613566631019,0.7073776337758306,0.7071939736756114,0.7070103763316049,0.7068268417129957,0.7066433697889885,0.7064599605288105,0.7062766139017113,0.7060933298769607,0.7059101084238514,0.7057269495116979,0.7055438531098356,0.705360819187622,0.7051778477144353,0.7049949386596773,0.7048120919927702,0.7046293076831567,0.704446585700303,0.7042639260136956,0.7040813285928431,0.7038987934072755,0.7037163204265433,0.7035339096202204,0.7033515609578999,0.7031692744091984,0.7029870499437518,0.7028048875312197,0.7026227871412806,0.7024407487436363,0.7022587723080088,0.7020768578041415,0.7018950052017995,0.7017132144707688,0.7015314855808567,0.7013498185018917,0.701168213203724,0.7009866696562238,0.7008051878292836,0.7006237676928159,0.7004424092167552,0.7002611123710575,0.7000798771256976,0.6998987034506745,0.6997175913160061,0.6995365406917313,0.6993555515479113,0.6991746238546269,0.698993757581981,0.6988129527000964,0.6986322091791173,0.6984515269892086,0.6982709061005564,0.6980903464833677,0.6979098481078696,0.6977294109443105,0.6975490349629602,0.6973687201341076,0.697188466428064,0.6970082738151607,0.6968281422657497,0.6966480717502036,0.6964680622389166,0.696288113702302,0.6961082261107949,0.6959283994348506,0.6957486336449451,0.6955689287115746,0.6953892846052564,0.6952097012965278,0.6950301787559469,0.6948507169540932,0.6946713158615647,0.6944919754489812,0.6943126956869825,0.6941334765462297,0.6939543179974028,0.6937752200112032,0.6935961825583522,0.693417205609592,0.6932382891356847,0.6930594331074125,0.6928806374955786,0.6927019022710055,0.6925232274045365,0.6923446128670355,0.692166058629386,0.691987564662492,0.6918091309372768,0.6916307574246858,0.6914524440956822,0.6912741909212513,0.6910959978723968,0.6909178649201446,0.6907397920355385,0.6905617791896426,0.6903838263535429,0.6902059334983432,0.6900281005951687,0.6898503276151636,0.6896726145294931,0.6894949613093414,0.6893173679259128,0.6891398343504321,0.6889623605541432,0.68878494650831,0.6886075921842166,0.688430297553167,0.6882530625864841,0.6880758872555116,0.6878987715316123,0.6877217153861694,0.6875447187905849,0.6873677817162809,0.6871909041346999,0.687014086017303,0.6868373273355717,0.6866606280610067,0.686483988165128,0.6863074076194765,0.6861308863956113,0.6859544244651113,0.6857780217995759,0.6856016783706231,0.6854253941498908,0.6852491691090358,0.6850730032197352,0.6848968964536846,0.6847208487826003,0.6845448601782164,0.6843689306122885,0.6841930600565891,0.6840172484829125,0.6838414958630702,0.6836658021688947,0.6834901673722366,0.6833145914449664,0.6831390743589743,0.682963616086168,0.6827882165984765,0.6826128758678477,0.6824375938662474,0.6822623705656613,0.6820872059380945,0.681912099955571,0.6817370525901342,0.6815620638138454,0.6813871335987879,0.6812122619170606,0.6810374487407835,0.6808626940420953,0.6806879977931533,0.6805133599661338,0.6803387805332335,0.6801642594666657,0.6799897967386646,0.6798153923214825,0.6796410461873907,0.6794667583086795,0.6792925286576582,0.6791183572066545,0.6789442439280152,0.6787701887941066,0.6785961917773123,0.6784222528500363,0.6782483719847003,0.6780745491537453,0.6779007843296313,0.6777270774848354,0.677553428591856,0.6773798376232079,0.6772063045514259,0.6770328293490626,0.6768594119886905,0.6766860524428994,0.6765127506842984,0.6763395066855145,0.6761663204191939,0.6759931918580022,0.6758201209746216,0.6756471077417542,0.67547415213212,0.6753012541184578,0.675128413673525,0.6749556307700973,0.6747829053809681,0.6746102374789505,0.6744376270368749,0.6742650740275913,0.6740925784239667,0.6739201401988875,0.6737477593252578,0.6735754357760003,0.6734031695240564,0.6732309605423843,0.673058808803963,0.6728867142817875,0.6727146769488712,0.6725426967782476,0.6723707737429663,0.672198907816096,0.6720270989707243,0.6718553471799549,0.671683652416912,0.6715120146547361,0.6713404338665869,0.6711689100256415,0.6709974431050962,0.6708260330781636,0.6706546799180754,0.6704833835980815,0.6703121440914498,0.670140961371465,0.6699698354114317,0.6697987661846713,0.6696277536645224,0.6694567978243431,0.6692858986375085,0.6691150560774121,0.6689442701174646,0.6687735407310952,0.6686028678917503,0.6684322515728957,0.6682616917480116,0.6680911883906003,0.667920741474179,0.6677503509722835,0.6675800168584672,0.6674097391063015,0.6672395176893752,0.667069352581295,0.6668992437556858,0.6667291911861888,0.6665591948464641,0.666389254710189,0.6662193707510577,0.6660495429427842,0.665879771259097,0.6657100556737446,0.6655403961604922,0.6653707926931225,0.665201245245436,0.6650317537912501,0.6648623183044003,0.6646929387587392,0.6645236151281377,0.6643543473864827,0.6641851355076798,0.6640159794656509,0.6638468792343367,0.6636778347876938,0.6635088460996977,0.6633399131443399,0.6631710358956295,0.6630022143275937,0.6628334484142765,0.6626647381297386,0.6624960834480594,0.6623274843433336,0.6621589407896752,0.6619904527612143,0.6618220202320981,0.6616536431764914,0.6614853215685765,0.6613170553825515,0.6611488445926335,0.6609806891730553,0.6608125890980675,0.6606445443419375,0.6604765548789504,0.6603086206834072,0.660140741729627,0.6599729179919459,0.6598051494447164,0.6596374360623081,0.6594697778191083,0.6593021746895207,0.6591346266479662,0.6589671336688822,0.6587996957267236,0.658632312795962,0.658464984851086,0.6582977118666002,0.6581304938170287,0.6579633306769086,0.6577962224207966,0.6576291690232668,0.6574621704589066,0.6572952267023243,0.6571283377281417,0.656961503511,0.6567947240255549,0.6566279992464807,0.656461329148467,0.6562947137062211,0.6561281528944665,0.655961646687943,0.6557951950614086,0.6556287979896365,0.6554624554474168,0.655296167409556,0.655129933850878,0.654963754746223,0.6547976300704477,0.6546315597984248,0.6544655439050445,0.6542995823652134,0.6541336751538533,0.6539678222459041,0.6538020236163219,0.653636279240079,0.6534705890921635,0.6533049531475813,0.6531393713813533,0.6529738437685184,0.6528083702841304,0.6526429509032601,0.652477585600995,0.6523122743524387,0.6521470171327111,0.6519818139169483,0.6518166646803029,0.6516515693979437,0.6514865280450555,0.6513215405968408,0.6511566070285161,0.650991727315316,0.6508269014324903,0.650662129355306,0.6504974110590446,0.6503327465190055,0.6501681357105037,0.6500035786088701,0.6498390751894519,0.6496746254276126,0.6495102292987313,0.6493458867782036,0.6491815978414416,0.6490173624638726,0.6488531806209411,0.648689052288106,0.6485249774408431,0.6483609560546454,0.64819698810502,0.6480330735674903,0.647869212417597,0.6477054046308955,0.6475416501829576,0.6473779490493707,0.6472143012057388,0.6470507066276815,0.6468871652908337,0.6467236771708467,0.6465602422433877,0.6463968604841406,0.6462335318688026,0.6460702563730891,0.6459070339727303,0.645743864643473,0.645580748361078,0.6454176851013249,0.6452546748400055,0.6450917175529298,0.6449288132159225,0.6447659618048247,0.6446031632954924,0.6444404176637977,0.6442777248856282,0.6441150849368875,0.6439524977934945,0.6437899634313842,0.6436274818265064,0.643465052954827,0.6433026767923276,0.643140353315005,0.6429780824988719,0.6428158643199569,0.6426536987543024,0.6424915857779688,0.6423295253670305,0.6421675174975772,0.6420055621457149,0.6418436592875645,0.6416818088992626,0.6415200109569614,0.6413582654368282,0.6411965723150456,0.6410349315678121,0.640873343171341,0.6407118071018615,0.6405503233356181,0.6403888918488703,0.6402275126178928,0.6400661856189768,0.6399049108284266,0.6397436882225638,0.6395825177777251,0.6394213994702609,0.6392603332765391,0.6390993191729404,0.6389383571358626,0.6387774471417176,0.6386165891669341,0.6384557831879534,0.6382950291812346,0.6381343271232496,0.6379736769904881,0.6378130787594526,0.6376525324066612,0.6374920379086483,0.6373315952419617,0.6371712043831659,0.637010865308839,0.6368505779955752,0.6366903424199842,0.6365301585586887,0.6363700263883284,0.6362099458855565,0.6360499170270427,0.6358899397894706,0.6357300141495388,0.6355701400839614,0.6354103175694675,0.6352505465828,0.6350908271007182,0.634931159099995,0.634771542557419,0.6346119774497933,0.6344524637539363,0.6342930014466805,0.634133590504874,0.6339742309053795,0.6338149226250743,0.6336556656408503,0.6334964599296146,0.6333373054682895,0.6331782022338103,0.6330191502031294,0.632860149353212,0.6327011996610393,0.6325423011036064,0.6323834536579237,0.6322246573010155,0.6320659120099213,0.6319072177616959,0.6317485745334072,0.631589982302139,0.6314314410449896,0.6312729507390705,0.6311145113615098,0.6309561228894488,0.6307977853000443,0.6306394985704664,0.6304812626779014,0.6303230775995485,0.6301649433126228,0.630006859794353,0.6298488270219822,0.629690844972769,0.6295329136239852,0.6293750329529182,0.6292172029368689,0.6290594235531534,0.6289016947791013,0.6287440165920579,0.6285863889693813,0.6284288118884459,0.6282712853266383,0.6281138092613614,0.627956383670031,0.6277990085300781,0.6276416838189477,0.6274844095140992,0.6273271855930065,0.6271700120331573,0.6270128888120533,0.626855815907212,0.6266987932961636,0.6265418209564527,0.6263848988656393,0.6262280270012955,0.6260712053410104,0.6259144338623842,0.6257577125430345,0.62560104136059,0.6254444202926959,0.6252878493170099,0.6251313284112044,0.6249748575529672,0.6248184367199978,0.6246620658900117,0.6245057450407374,0.6243494741499179,0.6241932531953102,0.6240370821546856,0.6238809610058287,0.6237248897265393,0.6235688682946299,0.6234128966879275,0.6232569748842741,0.6231011028615238,0.6229452805975461,0.6227895080702233,0.6226337852574532,0.6224781121371454,0.6223224886872265,0.6221669148856337,0.6220113907103194,0.6218559161392503,0.6217004911504072,0.6215451157217828,0.6213897898313868,0.6212345134572402,0.6210792865773778,0.62092410916985,0.6207689812127195,0.6206139026840635,0.6204588735619725,0.6203038938245509,0.6201489634499175,0.619994082416204,0.6198392507015557,0.6196844682841319,0.6195297351421069,0.619375051253666,0.6192204165970104,0.6190658311503541,0.6189112948919255,0.6187568077999653,0.6186023698527287,0.6184479810284838,0.6182936413055145,0.618139350662115,0.6179851090765957,0.6178309165272794,0.6176767729925026,0.6175226784506155,0.6173686328799816,0.6172146362589792,0.6170606885659975,0.6169067897794415,0.616752939877729,0.6165991388392915,0.6164453866425729,0.6162916832660318,0.6161380286881395,0.6159844228873812,0.6158308658422557,0.6156773575312746,0.6155238979329635,0.6153704870258604,0.6152171247885175,0.6150638111995005,0.6149105462373886,0.6147573298807733,0.6146041621082596,0.6144510428984675,0.6142979722300282,0.6141449500815875,0.6139919764318038,0.6138390512593495,0.6136861745429089,0.6135333462611819,0.6133805663928792,0.6132278349167266,0.6130751518114615,0.6129225170558356,0.6127699306286134,0.612617392508573,0.6124649026745054,0.6123124611052145,0.6121600677795177,0.6120077226762456,0.6118554257742419,0.6117031770523628,0.6115509764894788,0.6113988240644724,0.6112467197562395,0.6110946635436899,0.6109426554057455,0.6107906953213409,0.6106387832694258,0.61048691922896,0.6103351031789188,0.6101833350982893,0.6100316149660719,0.60987994276128,0.6097283184629402,0.6095767420500915,0.6094252135017862,0.6092737327970897,0.6091222999150803,0.6089709148348487,0.6088195775354994,0.6086682879961494,0.6085170461959278,0.6083658521139783,0.608214705729456,0.6080636070215293,0.6079125559693797,0.6077615525522015,0.607610596749201,0.6074596885395995,0.6073088279026282,0.607158014817533,0.6070072492635727,0.6068565312200171,0.6067058606661512,0.6065552375812707,0.6064046619446855,0.6062541337357172,0.6061036529337007,0.605953219517984,0.6058028334679263,0.6056524947629006,0.6055022033822935,0.6053519593055022,0.6052017625119379,0.6050516129810245,0.6049015106921978,0.6047514556249063,0.6046014477586124,0.6044514870727895,0.6043015735469245,0.6041517071605162,0.6040018878930767,0.6038521157241312,0.6037023906332156,0.6035527125998799,0.6034030816036857,0.6032534976242078,0.603103960641034,0.6029544706337632,0.6028050275820074,0.6026556314653915,0.6025062822635526,0.6023569799561399,0.6022077245228162,0.6020585159432548,0.6019093541971435,0.6017602392641812,0.60161117112408,0.6014621497565634,0.6013131751413682,0.6011642472582436,0.6010153660869503,0.6008665316072623,0.6007177437989659,0.6005690026418592,0.6004203081157524,0.6002716602004694,0.6001230588758446,0.5999745041217264,0.599825995917974,0.5996775342444602,0.5995291190810691,0.5993807504076977,0.5992324282042547,0.5990841524506619,0.5989359231268524,0.5987877402127714,0.5986396036883777,0.5984915135336405,0.598343469728543,0.598195472253079,0.5980475210872553,0.5978996162110912,0.5977517576046171,0.5976039452478765,0.5974561791209244,0.5973084592038282,0.5971607854766675,0.5970131579195338,0.5968655765125304,0.596718041235774,0.5965705520693916,0.5964231089935235,0.5962757119883217,0.5961283610339505,0.5959810561105852,0.5958337971984143,0.5956865842776375,0.5955394173284674,0.595392296331128,0.595245221265855,0.5950981921128967,0.5949512088525132,0.5948042714649762,0.5946573799305699,0.5945105342295902,0.5943637343423446,0.5942169802491529,0.5940702719303466,0.5939236093662694,0.5937769925372764,0.5936304214237351,0.5934838960060245,0.5933374162645363,0.5931909821796721,0.5930445937318476,0.592898250901489,0.5927519536690344,0.5926057020149341,0.5924594959196504,0.5923133353636565,0.5921672203274382,0.5920211507914928,0.5918751267363294,0.5917291481424685,0.5915832149904432,0.5914373272607972,0.5912914849340871,0.5911456879908803,0.5909999364117562,0.5908542301773061,0.5907085692681328,0.5905629536648509,0.5904173833480865,0.5902718582984768,0.5901263784966723,0.5899809439233342,0.5898355545591341,0.5896902103847573,0.5895449113808995,0.5893996575282683,0.5892544488075829,0.5891092851995742,0.5889641666849839,0.588819093244567,0.5886740648590879,0.5885290815093247,0.5883841431760646,0.5882392498401091,0.5880944014822687,0.587949598083367,0.5878048396242382,0.5876601260857293,0.5875154574486968,0.5873708336940103,0.5872262548025503,0.5870817207552087,0.5869372315328889,0.5867927871165056,0.586648387486985,0.5865040326252656,0.5863597225122952,0.5862154571290353,0.5860712364564573,0.5859270604755451,0.585782929167292,0.5856388425127055,0.5854948004928021,0.5853508030886104,0.5852068502811708,0.5850629420515344,0.5849190783807646,0.584775259249934,0.5846314846401294,0.5844877545324461,0.5843440689079924,0.5842004277478876,0.5840568310332617,0.5839132787452569,0.5837697708650252,0.5836263073737314,0.5834828882525509,0.5833395134826697,0.5831961830452856,0.5830528969216082,0.5829096550928571,0.5827664575402633,0.5826233042450704,0.5824801951885312,0.5823371303519105,0.5821941097164842,0.5820511332635401,0.5819082009743759,0.5817653128303011,0.5816224688126354,0.5814796689027116,0.5813369130818716,0.5811942013314695,0.5810515336328691,0.5809089099674478,0.5807663303165914,0.5806237946616978,0.5804813029841769,0.5803388552654483,0.5801964514869429,0.5800540916301025,0.5799117756763807,0.5797695036072412,0.5796272754041596,0.5794850910486214,0.5793429505221239,0.5792008538061745,0.5790588008822928,0.5789167917320084,0.5787748263368617,0.5786329046784051,0.578491026738201,0.5783491924978227,0.5782074019388542,0.5780656550428924,0.5779239517915417,0.5777822921664203,0.5776406761491555,0.5774991037213868,0.577357574864763,0.577216089560945,0.5770746477916042,0.576933249538423,0.5767918947830933,0.5766505835073201,0.5765093156928169,0.57636809132131,0.576226910374535,0.5760857728342386,0.5759446786821781,0.575803627900123,0.5756626204698523,0.5755216563731547,0.575380735591832,0.5752398581076948,0.5750990239025653,0.5749582329582764,0.5748174852566716,0.5746767807796045,0.5745361195089407,0.5743955014265546,0.5742549265143335,0.574114394754173,0.5739739061279816,0.5738334606176764,0.5736930582051866,0.5735526988724511,0.5734123826014202,0.5732721093740545,0.5731318791723243,0.5729916919782119,0.5728515477737097,0.5727114465408198,0.5725713882615567,0.5724313729179433,0.5722914004920145,0.5721514709658148,0.5720115843214004,0.5718717405408366,0.5717319396062011,0.5715921814995799,0.5714524662030708,0.5713127936987817,0.5711731639688319,0.5710335769953497,0.5708940327604745,0.5707545312463562,0.5706150724351553,0.5704756563090425,0.5703362828501989,0.5701969520408162,0.5700576638630964,0.5699184182992519,0.5697792153315057,0.5696400549420907,0.5695009371132503,0.5693618618272394,0.569222829066321,0.5690838388127707,0.5689448910488729,0.5688059857569234,0.5686671229192275,0.5685283025181022,0.5683895245358721,0.568250788954875,0.5681120957574578,0.5679734449259772,0.5678348364428011,0.5676962702903068,0.5675577464508821,0.5674192649069264,0.5672808256408473,0.5671424286350637,0.5670040738720048,0.5668657613341093,0.5667274910038277,0.5665892628636179,0.5664510768959515,0.5663129330833077,0.5661748314081768,0.5660367718530593,0.5658987544004654,0.5657607790329162,0.5656228457329426,0.5654849544830853,0.5653471052658958],"x":[1.0e-5,0.00016993402638944424,0.00032986805277888844,0.0004898020791683327,0.0006497361055577769,0.0008096701319472211,0.0009696041583366653,0.0011295381847261097,0.0012894722111155537,0.001449406237504998,0.0016093402638944422,0.0017692742902838865,0.0019292083166733308,0.002089142343062775,0.0022490763694522193,0.0024090103958416633,0.0025689444222311074,0.002728878448620552,0.002888812475009996,0.0030487465013994404,0.0032086805277888844,0.0033686145541783285,0.003528548580567773,0.003688482606957217,0.0038484166333466615,0.004008350659736106,0.00416828468612555,0.004328218712514994,0.004488152738904438,0.004648086765293882,0.004808020791683327,0.004967954818072771,0.005127888844462215,0.005287822870851659,0.005447756897241103,0.005607690923630548,0.005767624950019992,0.005927558976409436,0.00608749300279888,0.006247427029188324,0.006407361055577769,0.006567295081967213,0.006727229108356657,0.006887163134746101,0.0070470971611355454,0.00720703118752499,0.007366965213914434,0.0075268992403038784,0.0076868332666933225,0.007846767293082767,0.00800670131947221,0.008166635345861656,0.0083265693722511,0.008486503398640544,0.008646437425029989,0.008806371451419432,0.008966305477808877,0.009126239504198322,0.009286173530587765,0.00944610755697721,0.009606041583366653,0.009765975609756098,0.009925909636145543,0.010085843662534986,0.01024577768892443,0.010405711715313874,0.010565645741703319,0.010725579768092764,0.010885513794482207,0.011045447820871652,0.011205381847261095,0.01136531587365054,0.011525249900039985,0.011685183926429428,0.011845117952818873,0.012005051979208316,0.012164986005597761,0.012324920031987206,0.012484854058376649,0.012644788084766094,0.012804722111155537,0.012964656137544982,0.013124590163934427,0.01328452419032387,0.013444458216713315,0.013604392243102758,0.013764326269492203,0.013924260295881648,0.014084194322271091,0.014244128348660536,0.01440406237504998,0.014563996401439424,0.01472393042782887,0.014883864454218312,0.015043798480607757,0.0152037325069972,0.015363666533386645,0.01552360055977609,0.015683534586165535,0.01584346861255498,0.01600340263894442,0.016163336665333865,0.01632327069172331,0.016483204718112755,0.016643138744502198,0.016803072770891644,0.016963006797281088,0.01712294082367053,0.017282874850059977,0.01744280887644942,0.017602742902838864,0.017762676929228307,0.017922610955617754,0.018082544982007197,0.01824247900839664,0.018402413034786087,0.01856234706117553,0.018722281087564973,0.01888221511395442,0.019042149140343863,0.019202083166733306,0.019362017193122753,0.019521951219512196,0.01968188524590164,0.019841819272291082,0.02000175329868053,0.020161687325069972,0.020321621351459415,0.020481555377848862,0.020641489404238305,0.020801423430627748,0.020961357457017195,0.021121291483406638,0.02128122550979608,0.021441159536185524,0.02160109356257497,0.021761027588964414,0.021920961615353857,0.022080895641743304,0.022240829668132747,0.02240076369452219,0.022560697720911637,0.02272063174730108,0.022880565773690523,0.023040499800079967,0.023200433826469413,0.023360367852858856,0.0235203018792483,0.023680235905637746,0.02384016993202719,0.024000103958416633,0.02416003798480608,0.024319972011195522,0.024479906037584966,0.02463984006397441,0.024799774090363855,0.0249597081167533,0.025119642143142742,0.02527957616953219,0.02543951019592163,0.025599444222311075,0.02575937824870052,0.025919312275089965,0.026079246301479408,0.02623918032786885,0.026399114354258298,0.02655904838064774,0.026718982407037184,0.02687891643342663,0.027038850459816074,0.027198784486205517,0.027358718512594964,0.027518652538984407,0.02767858656537385,0.027838520591763293,0.02799845461815274,0.028158388644542183,0.028318322670931626,0.028478256697321073,0.028638190723710516,0.02879812475009996,0.028958058776489406,0.02911799280287885,0.029277926829268292,0.029437860855657735,0.029597794882047182,0.029757728908436625,0.02991766293482607,0.030077596961215515,0.030237530987604958,0.0303974650139944,0.030557399040383848,0.03071733306677329,0.030877267093162734,0.031037201119552178,0.031197135145941624,0.03135706917233107,0.031517003198720514,0.031676937225109954,0.0318368712514994,0.03199680527788885,0.03215673930427829,0.03231667333066773,0.03247660735705718,0.03263654138344662,0.032796475409836066,0.03295640943622551,0.03311634346261495,0.0332762774890044,0.03343621151539384,0.033596145541783286,0.03375607956817273,0.03391601359456217,0.03407594762095162,0.034235881647341065,0.034395815673730505,0.03455574970011995,0.0347156837265094,0.03487561775289884,0.035035551779288285,0.03519548580567773,0.03535541983206717,0.03551535385845662,0.035675287884846064,0.035835221911235504,0.03599515593762495,0.0361550899640144,0.03631502399040384,0.036474958016793284,0.036634892043182724,0.03679482606957217,0.03695476009596162,0.037114694122351057,0.0372746281487405,0.03743456217512995,0.03759449620151939,0.037754430227908836,0.03791436425429828,0.03807429828068772,0.03823423230707717,0.038394166333466616,0.038554100359856056,0.0387140343862455,0.03887396841263495,0.03903390243902439,0.039193836465413835,0.03935377049180328,0.03951370451819272,0.03967363854458217,0.03983357257097161,0.039993506597361055,0.0401534406237505,0.04031337465013994,0.04047330867652939,0.040633242702918834,0.040793176729308274,0.04095311075569772,0.04111304478208717,0.04127297880847661,0.041432912834866054,0.0415928468612555,0.04175278088764494,0.04191271491403439,0.04207264894042383,0.04223258296681327,0.04239251699320272,0.042552451019592166,0.042712385045981606,0.04287231907237105,0.0430322530987605,0.04319218712514994,0.043352121151539386,0.043512055177928825,0.04367198920431827,0.04383192323070772,0.04399185725709716,0.044151791283486605,0.04431172530987605,0.04447165933626549,0.04463159336265494,0.044791527389044385,0.044951461415433824,0.04511139544182327,0.04527132946821272,0.04543126349460216,0.045591197520991604,0.04575113154738105,0.04591106557377049,0.04607099960015994,0.046230933626549384,0.04639086765293882,0.04655080167932827,0.04671073570571771,0.046870669732107156,0.0470306037584966,0.04719053778488604,0.04735047181127549,0.047510405837664936,0.047670339864054376,0.04783027389044382,0.04799020791683327,0.04815014194322271,0.048310075969612155,0.0484700099960016,0.04862994402239104,0.04878987804878049,0.048949812075169935,0.049109746101559375,0.04926968012794882,0.04942961415433827,0.04958954818072771,0.049749482207117154,0.049909416233506594,0.05006935025989604,0.05022928428628549,0.05038921831267493,0.050549152339064374,0.05070908636545382,0.05086902039184326,0.05102895441823271,0.05118888844462215,0.05134882247101159,0.05150875649740104,0.051668690523790486,0.051828624550179926,0.05198855857656937,0.05214849260295882,0.05230842662934826,0.052468360655737706,0.05262829468212715,0.05278822870851659,0.05294816273490604,0.05310809676129548,0.053268030787684925,0.05342796481407437,0.05358789884046381,0.05374783286685326,0.053907766893242705,0.054067700919632145,0.05422763494602159,0.05438756897241104,0.05454750299880048,0.054707437025189924,0.05486737105157937,0.05502730507796881,0.05518723910435826,0.055347173130747704,0.055507107157137144,0.05566704118352659,0.05582697520991604,0.05598690923630548,0.05614684326269492,0.05630677728908436,0.05646671131547381,0.056626645341863256,0.056786579368252696,0.05694651339464214,0.05710644742103159,0.05726638144742103,0.057426315473810476,0.05758624950019992,0.05774618352658936,0.05790611755297881,0.058066051579368255,0.058225985605757695,0.05838591963214714,0.05854585365853659,0.05870578768492603,0.058865721711315475,0.05902565573770492,0.05918558976409436,0.05934552379048381,0.05950545781687325,0.059665391843262694,0.05982532586965214,0.05998525989604158,0.06014519392243103,0.060305127948820474,0.06046506197520991,0.06062499600159936,0.06078493002798881,0.060944864054378246,0.06110479808076769,0.06126473210715714,0.06142466613354658,0.061584600159936026,0.06174453418632547,0.06190446821271491,0.06206440223910436,0.062224336265493806,0.062384270291883245,0.06254420431827269,0.06270413834466214,0.06286407237105159,0.06302400639744102,0.06318394042383046,0.06334387445021991,0.06350380847660936,0.0636637425029988,0.06382367652938825,0.06398361055577768,0.06414354458216713,0.06430347860855658,0.06446341263494602,0.06462334666133547,0.0647832806877249,0.06494321471411435,0.0651031487405038,0.06526308276689324,0.06542301679328269,0.06558295081967214,0.06574288484606157,0.06590281887245102,0.06606275289884046,0.06622268692522991,0.06638262095161936,0.0665425549780088,0.06670248900439824,0.06686242303078768,0.06702235705717713,0.06718229108356658,0.06734222510995602,0.06750215913634547,0.0676620931627349,0.06782202718912435,0.0679819612155138,0.06814189524190324,0.06830182926829269,0.06846176329468212,0.06862169732107157,0.06878163134746101,0.06894156537385046,0.06910149940023991,0.06926143342662935,0.06942136745301879,0.06958130147940823,0.06974123550579768,0.06990116953218713,0.07006110355857657,0.07022103758496602,0.07038097161135545,0.0705409056377449,0.07070083966413435,0.07086077369052379,0.07102070771691324,0.07118064174330267,0.07134057576969212,0.07150050979608157,0.07166044382247101,0.07182037784886046,0.0719803118752499,0.07214024590163934,0.07230017992802878,0.07246011395441823,0.07262004798080768,0.07277998200719712,0.07293991603358657,0.073099850059976,0.07325978408636545,0.0734197181127549,0.07357965213914434,0.07373958616553379,0.07389952019192324,0.07405945421831267,0.07421938824470212,0.07437932227109156,0.07453925629748101,0.07469919032387046,0.07485912435025989,0.07501905837664934,0.07517899240303878,0.07533892642942823,0.07549886045581768,0.07565879448220712,0.07581872850859656,0.075978662534986,0.07613859656137545,0.0762985305877649,0.07645846461415434,0.07661839864054379,0.07677833266693322,0.07693826669332267,0.07709820071971211,0.07725813474610156,0.07741806877249101,0.07757800279888044,0.07773793682526989,0.07789787085165933,0.07805780487804878,0.07821773890443823,0.07837767293082767,0.07853760695721711,0.07869754098360655,0.078857475009996,0.07901740903638545,0.0791773430627749,0.07933727708916434,0.07949721111555377,0.07965714514194322,0.07981707916833267,0.07997701319472211,0.08013694722111156,0.080296881247501,0.08045681527389044,0.08061674930027989,0.08077668332666933,0.08093661735305878,0.08109655137944823,0.08125648540583766,0.0814164194322271,0.08157635345861655,0.081736287485006,0.08189622151139545,0.08205615553778489,0.08221608956417432,0.08237602359056377,0.08253595761695322,0.08269589164334266,0.08285582566973211,0.08301575969612156,0.08317569372251099,0.08333562774890044,0.08349556177528988,0.08365549580167933,0.08381542982806878,0.08397536385445821,0.08413529788084766,0.0842952319072371,0.08445516593362655,0.084615099960016,0.08477503398640544,0.08493496801279488,0.08509490203918432,0.08525483606557377,0.08541477009196322,0.08557470411835266,0.08573463814474211,0.08589457217113154,0.08605450619752099,0.08621444022391044,0.08637437425029988,0.08653430827668933,0.08669424230307878,0.08685417632946821,0.08701411035585765,0.0871740443822471,0.08733397840863655,0.087493912435026,0.08765384646141543,0.08781378048780487,0.08797371451419432,0.08813364854058377,0.08829358256697321,0.08845351659336266,0.0886134506197521,0.08877338464614154,0.08893331867253099,0.08909325269892043,0.08925318672530988,0.08941312075169933,0.08957305477808876,0.0897329888044782,0.08989292283086765,0.0900528568572571,0.09021279088364655,0.09037272491003599,0.09053265893642543,0.09069259296281487,0.09085252698920432,0.09101246101559377,0.09117239504198321,0.09133232906837264,0.09149226309476209,0.09165219712115154,0.09181213114754098,0.09197206517393043,0.09213199920031988,0.09229193322670931,0.09245186725309876,0.0926118012794882,0.09277173530587765,0.0929316693322671,0.09309160335865654,0.09325153738504598,0.09341147141143542,0.09357140543782487,0.09373133946421432,0.09389127349060376,0.0940512075169932,0.09421114154338264,0.09437107556977209,0.09453100959616154,0.09469094362255098,0.09485087764894043,0.09501081167532986,0.09517074570171931,0.09533067972810876,0.0954906137544982,0.09565054778088765,0.0958104818072771,0.09597041583366653,0.09613034986005597,0.09629028388644542,0.09645021791283487,0.09661015193922431,0.09677008596561376,0.0969300199920032,0.09708995401839264,0.09724988804478209,0.09740982207117153,0.09756975609756098,0.09772969012395041,0.09788962415033986,0.0980495581767293,0.09820949220311875,0.0983694262295082,0.09852936025589765,0.09868929428228708,0.09884922830867653,0.09900916233506597,0.09916909636145542,0.09932903038784487,0.09948896441423431,0.09964889844062375,0.09980883246701319,0.09996876649340264,0.10012870051979209,0.10028863454618153,0.10044856857257096,0.10060850259896041,0.10076843662534986,0.1009283706517393,0.10108830467812875,0.1012482387045182,0.10140817273090763,0.10156810675729708,0.10172804078368652,0.10188797481007597,0.10204790883646542,0.10220784286285486,0.1023677768892443,0.10252771091563374,0.10268764494202319,0.10284757896841264,0.10300751299480208,0.10316744702119153,0.10332738104758096,0.10348731507397041,0.10364724910035986,0.1038071831267493,0.10396711715313875,0.10412705117952818,0.10428698520591763,0.10444691923230708,0.10460685325869652,0.10476678728508597,0.10492672131147542,0.10508665533786485,0.1052465893642543,0.10540652339064374,0.10556645741703319,0.10572639144342263,0.10588632546981208,0.10604625949620151,0.10620619352259096,0.10636612754898041,0.10652606157536985,0.1066859956017593,0.10684592962814873,0.10700586365453818,0.10716579768092763,0.10732573170731707,0.10748566573370652,0.10764559976009597,0.1078055337864854,0.10796546781287485,0.10812540183926429,0.10828533586565374,0.10844526989204319,0.10860520391843263,0.10876513794482207,0.10892507197121151,0.10908500599760096,0.1092449400239904,0.10940487405037985,0.1095648080767693,0.10972474210315873,0.10988467612954818,0.11004461015593762,0.11020454418232707,0.11036447820871652,0.11052441223510595,0.1106843462614954,0.11084428028788484,0.11100421431427429,0.11116414834066374,0.11132408236705318,0.11148401639344262,0.11164395041983206,0.11180388444622151,0.11196381847261096,0.1121237524990004,0.11228368652538985,0.11244362055177928,0.11260355457816873,0.11276348860455818,0.11292342263094762,0.11308335665733707,0.11324329068372652,0.11340322471011595,0.1135631587365054,0.11372309276289484,0.11388302678928429,0.11404296081567374,0.11420289484206317,0.11436282886845262,0.11452276289484206,0.11468269692123151,0.11484263094762096,0.1150025649740104,0.11516249900039983,0.11532243302678928,0.11548236705317873,0.11564230107956817,0.11580223510595762,0.11596216913234707,0.1161221031587365,0.11628203718512595,0.1164419712115154,0.11660190523790484,0.11676183926429429,0.11692177329068372,0.11708170731707317,0.11724164134346261,0.11740157536985206,0.1175615093962415,0.11772144342263095,0.11788137744902039,0.11804131147540983,0.11820124550179928,0.11836117952818873,0.11852111355457817,0.11868104758096762,0.11884098160735705,0.1190009156337465,0.11916084966013595,0.11932078368652539,0.11948071771291484,0.11964065173930429,0.11980058576569372,0.11996051979208316,0.12012045381847261,0.12028038784486206,0.1204403218712515,0.12060025589764094,0.12076018992403038,0.12092012395041983,0.12108005797680928,0.12123999200319872,0.12139992602958817,0.1215598600559776,0.12171979408236705,0.1218797281087565,0.12203966213514594,0.12219959616153539,0.12235953018792484,0.12251946421431427,0.12267939824070372,0.12283933226709316,0.12299926629348261,0.12315920031987206,0.12331913434626149,0.12347906837265094,0.12363900239904038,0.12379893642542983,0.12395887045181928,0.12411880447820872,0.12427873850459815,0.1244386725309876,0.12459860655737705,0.1247585405837665,0.12491847461015594,0.12507840863654537,0.12523834266293482,0.12539827668932427,0.12555821071571371,0.12571814474210316,0.1258780787684926,0.12603801279488205,0.1261979468212715,0.12635788084766095,0.12651781487405037,0.1266777489004398,0.12683768292682926,0.1269976169532187,0.12715755097960815,0.1273174850059976,0.12747741903238705,0.1276373530587765,0.12779728708516594,0.12795722111155539,0.12811715513794483,0.12827708916433428,0.1284370231907237,0.12859695721711314,0.1287568912435026,0.12891682526989204,0.12907675929628148,0.12923669332267093,0.12939662734906038,0.12955656137544982,0.12971649540183927,0.12987642942822872,0.13003636345461816,0.13019629748100758,0.13035623150739703,0.13051616553378648,0.13067609956017592,0.13083603358656537,0.13099596761295482,0.13115590163934426,0.1313158356657337,0.13147576969212316,0.1316357037185126,0.13179563774490205,0.1319555717712915,0.13211550579768092,0.13227543982407036,0.1324353738504598,0.13259530787684926,0.1327552419032387,0.13291517592962815,0.1330751099560176,0.13323504398240704,0.1333949780087965,0.13355491203518594,0.13371484606157538,0.1338747800879648,0.13403471411435425,0.1341946481407437,0.13435458216713314,0.1345145161935226,0.13467445021991203,0.13483438424630148,0.13499431827269093,0.13515425229908037,0.13531418632546982,0.13547412035185927,0.13563405437824871,0.13579398840463813,0.13595392243102758,0.13611385645741703,0.13627379048380647,0.13643372451019592,0.13659365853658537,0.1367535925629748,0.13691352658936426,0.1370734606157537,0.13723339464214315,0.1373933286685326,0.13755326269492202,0.13771319672131146,0.1378731307477009,0.13803306477409036,0.1381929988004798,0.13835293282686925,0.1385128668532587,0.13867280087964814,0.1388327349060376,0.13899266893242704,0.13915260295881648,0.13931253698520593,0.13947247101159535,0.1396324050379848,0.13979233906437424,0.1399522730907637,0.14011220711715314,0.14027214114354258,0.14043207516993203,0.14059200919632148,0.14075194322271092,0.14091187724910037,0.14107181127548982,0.14123174530187924,0.14139167932826868,0.14155161335465813,0.14171154738104758,0.14187148140743702,0.14203141543382647,0.14219134946021592,0.14235128348660536,0.1425112175129948,0.14267115153938426,0.1428310855657737,0.14299101959216312,0.14315095361855257,0.14331088764494201,0.14347082167133146,0.1436307556977209,0.14379068972411035,0.1439506237504998,0.14411055777688925,0.1442704918032787,0.14443042582966814,0.1445903598560576,0.14475029388244703,0.14491022790883645,0.1450701619352259,0.14523009596161535,0.1453900299880048,0.14554996401439424,0.1457098980407837,0.14586983206717313,0.14602976609356258,0.14618970011995203,0.14634963414634147,0.14650956817273092,0.14666950219912034,0.14682943622550979,0.14698937025189923,0.14714930427828868,0.14730923830467813,0.14746917233106757,0.14762910635745702,0.14778904038384647,0.1479489744102359,0.14810890843662536,0.1482688424630148,0.14842877648940425,0.14858871051579367,0.14874864454218312,0.14890857856857256,0.149068512594962,0.14922844662135146,0.1493883806477409,0.14954831467413035,0.1497082487005198,0.14986818272690924,0.1500281167532987,0.15018805077968814,0.15034798480607756,0.150507918832467,0.15066785285885645,0.1508277868852459,0.15098772091163534,0.1511476549380248,0.15130758896441424,0.15146752299080368,0.15162745701719313,0.15178739104358258,0.15194732506997202,0.15210725909636147,0.1522671931227509,0.15242712714914033,0.15258706117552978,0.15274699520191923,0.15290692922830867,0.15306686325469812,0.15322679728108757,0.15338673130747701,0.15354666533386646,0.1537065993602559,0.15386653338664535,0.15402646741303477,0.15418640143942422,0.15434633546581367,0.1545062694922031,0.15466620351859256,0.154826137544982,0.15498607157137145,0.1551460055977609,0.15530593962415035,0.1554658736505398,0.15562580767692924,0.15578574170331866,0.1559456757297081,0.15610560975609755,0.156265543782487,0.15642547780887645,0.1565854118352659,0.15674534586165534,0.15690527988804479,0.15706521391443423,0.15722514794082368,0.15738508196721313,0.15754501599360257,0.157704950019992,0.15786488404638144,0.15802481807277088,0.15818475209916033,0.15834468612554978,0.15850462015193922,0.15866455417832867,0.15882448820471812,0.15898442223110756,0.159144356257497,0.15930429028388646,0.15946422431027588,0.15962415833666532,0.15978409236305477,0.15994402638944422,0.16010396041583366,0.1602638944422231,0.16042382846861256,0.160583762495002,0.16074369652139145,0.1609036305477809,0.16106356457417034,0.1612234986005598,0.1613834326269492,0.16154336665333865,0.1617033006797281,0.16186323470611755,0.162023168732507,0.16218310275889644,0.1623430367852859,0.16250297081167533,0.16266290483806478,0.16282283886445423,0.16298277289084367,0.1631427069172331,0.16330264094362254,0.163462574970012,0.16362250899640143,0.16378244302279088,0.16394237704918033,0.16410231107556977,0.16426224510195922,0.16442217912834867,0.1645821131547381,0.16474204718112756,0.164901981207517,0.16506191523390643,0.16522184926029587,0.16538178328668532,0.16554171731307477,0.1657016513394642,0.16586158536585366,0.1660215193922431,0.16618145341863255,0.166341387445022,0.16650132147141145,0.1666612554978009,0.1668211895241903,0.16698112355057976,0.1671410575769692,0.16730099160335865,0.1674609256297481,0.16762085965613754,0.167780793682527,0.16794072770891644,0.16810066173530588,0.16826059576169533,0.16842052978808478,0.16858046381447422,0.16874039784086364,0.1689003318672531,0.16906026589364254,0.16922019992003198,0.16938013394642143,0.16954006797281088,0.16970000199920032,0.16985993602558977,0.17001987005197922,0.17017980407836866,0.1703397381047581,0.17049967213114753,0.17065960615753697,0.17081954018392642,0.17097947421031587,0.17113940823670531,0.17129934226309476,0.1714592762894842,0.17161921031587365,0.1717791443422631,0.17193907836865255,0.172099012395042,0.1722589464214314,0.17241888044782086,0.1725788144742103,0.17273874850059975,0.1728986825269892,0.17305861655337865,0.1732185505797681,0.17337848460615754,0.173538418632547,0.17369835265893643,0.17385828668532588,0.17401822071171533,0.17417815473810475,0.1743380887644942,0.17449802279088364,0.17465795681727309,0.17481789084366253,0.17497782487005198,0.17513775889644143,0.17529769292283087,0.17545762694922032,0.17561756097560977,0.1757774950019992,0.17593742902838863,0.17609736305477808,0.17625729708116752,0.17641723110755697,0.17657716513394642,0.17673709916033586,0.1768970331867253,0.17705696721311476,0.1772169012395042,0.17737683526589365,0.1775367692922831,0.17769670331867254,0.17785663734506196,0.1780165713714514,0.17817650539784086,0.1783364394242303,0.17849637345061975,0.1786563074770092,0.17881624150339864,0.1789761755297881,0.17913610955617754,0.17929604358256698,0.17945597760895643,0.17961591163534585,0.1797758456617353,0.17993577968812474,0.1800957137145142,0.18025564774090364,0.18041558176729308,0.18057551579368253,0.18073544982007198,0.18089538384646142,0.18105531787285087,0.18121525189924031,0.18137518592562976,0.18153511995201918,0.18169505397840863,0.18185498800479807,0.18201492203118752,0.18217485605757697,0.1823347900839664,0.18249472411035586,0.1826546581367453,0.18281459216313475,0.1829745261895242,0.18313446021591365,0.18329439424230307,0.1834543282686925,0.18361426229508196,0.1837741963214714,0.18393413034786085,0.1840940643742503,0.18425399840063975,0.1844139324270292,0.18457386645341864,0.18473380047980809,0.18489373450619753,0.18505366853258698,0.1852136025589764,0.18537353658536584,0.1855334706117553,0.18569340463814474,0.18585333866453418,0.18601327269092363,0.18617320671731308,0.18633314074370252,0.18649307477009197,0.18665300879648142,0.18681294282287086,0.18697287684926028,0.18713281087564973,0.18729274490203918,0.18745267892842862,0.18761261295481807,0.18777254698120752,0.18793248100759696,0.1880924150339864,0.18825234906037586,0.1884122830867653,0.18857221711315475,0.18873215113954417,0.18889208516593362,0.18905201919232306,0.1892119532187125,0.18937188724510196,0.1895318212714914,0.18969175529788085,0.1898516893242703,0.19001162335065974,0.1901715573770492,0.19033149140343864,0.19049142542982808,0.1906513594562175,0.19081129348260695,0.1909712275089964,0.19113116153538584,0.1912910955617753,0.19145102958816473,0.19161096361455418,0.19177089764094363,0.19193083166733307,0.19209076569372252,0.19225069972011197,0.19241063374650139,0.19257056777289083,0.19273050179928028,0.19289043582566973,0.19305036985205917,0.19321030387844862,0.19337023790483807,0.1935301719312275,0.19369010595761696,0.1938500399840064,0.19400997401039585,0.1941699080367853,0.19432984206317472,0.19448977608956416,0.1946497101159536,0.19480964414234306,0.1949695781687325,0.19512951219512195,0.1952894462215114,0.19544938024790084,0.1956093142742903,0.19576924830067974,0.19592918232706918,0.1960891163534586,0.19624905037984805,0.1964089844062375,0.19656891843262694,0.1967288524590164,0.19688878648540584,0.19704872051179528,0.19720865453818473,0.19736858856457418,0.19752852259096362,0.19768845661735307,0.19784839064374252,0.19800832467013194,0.19816825869652138,0.19832819272291083,0.19848812674930028,0.19864806077568972,0.19880799480207917,0.19896792882846862,0.19912786285485806,0.1992877968812475,0.19944773090763696,0.1996076649340264,0.19976759896041582,0.19992753298680527,0.20008746701319471,0.20024740103958416,0.2004073350659736,0.20056726909236305,0.2007272031187525,0.20088713714514195,0.2010470711715314,0.20120700519792084,0.2013669392243103,0.2015268732506997,0.20168680727708915,0.2018467413034786,0.20200667532986805,0.2021666093562575,0.20232654338264694,0.2024864774090364,0.20264641143542583,0.20280634546181528,0.20296627948820473,0.20312621351459417,0.20328614754098362,0.20344608156737304,0.20360601559376248,0.20376594962015193,0.20392588364654138,0.20408581767293082,0.20424575169932027,0.20440568572570972,0.20456561975209916,0.2047255537784886,0.20488548780487806,0.2050454218312675,0.20520535585765692,0.20536528988404637,0.20552522391043582,0.20568515793682526,0.2058450919632147,0.20600502598960416,0.2061649600159936,0.20632489404238305,0.2064848280687725,0.20664476209516194,0.2068046961215514,0.20696463014794084,0.20712456417433026,0.2072844982007197,0.20744443222710915,0.2076043662534986,0.20776430027988804,0.2079242343062775,0.20808416833266694,0.20824410235905638,0.20840403638544583,0.20856397041183528,0.20872390443822472,0.20888383846461414,0.2090437724910036,0.20920370651739303,0.20936364054378248,0.20952357457017193,0.20968350859656137,0.20984344262295082,0.21000337664934027,0.21016331067572971,0.21032324470211916,0.2104831787285086,0.21064311275489805,0.21080304678128747,0.21096298080767692,0.21112291483406637,0.2112828488604558,0.21144278288684526,0.2116027169132347,0.21176265093962415,0.2119225849660136,0.21208251899240305,0.2122424530187925,0.21240238704518194,0.21256232107157136,0.2127222550979608,0.21288218912435025,0.2130421231507397,0.21320205717712915,0.2133619912035186,0.21352192522990804,0.21368185925629749,0.21384179328268693,0.21400172730907638,0.21416166133546582,0.21432159536185527,0.2144815293882447,0.21464146341463414,0.21480139744102358,0.21496133146741303,0.21512126549380248,0.21528119952019192,0.21544113354658137,0.21560106757297082,0.21576100159936026,0.2159209356257497,0.21608086965213916,0.21624080367852858,0.21640073770491802,0.21656067173130747,0.21672060575769692,0.21688053978408636,0.2170404738104758,0.21720040783686526,0.2173603418632547,0.21752027588964415,0.2176802099160336,0.21784014394242304,0.21800007796881246,0.2181600119952019,0.21831994602159135,0.2184798800479808,0.21863981407437025,0.2187997481007597,0.21895968212714914,0.2191196161535386,0.21927955017992803,0.21943948420631748,0.21959941823270693,0.21975935225909637,0.2199192862854858,0.22007922031187524,0.2202391543382647,0.22039908836465413,0.22055902239104358,0.22071895641743303,0.22087889044382247,0.22103882447021192,0.22119875849660137,0.2213586925229908,0.22151862654938026,0.22167856057576968,0.22183849460215913,0.22199842862854857,0.22215836265493802,0.22231829668132747,0.2224782307077169,0.22263816473410636,0.2227980987604958,0.22295803278688525,0.2231179668132747,0.22327790083966415,0.2234378348660536,0.223597768892443,0.22375770291883246,0.2239176369452219,0.22407757097161135,0.2242375049980008,0.22439743902439024,0.2245573730507797,0.22471730707716914,0.22487724110355858,0.22503717512994803,0.22519710915633748,0.2253570431827269,0.22551697720911634,0.2256769112355058,0.22583684526189524,0.22599677928828468,0.22615671331467413,0.22631664734106358,0.22647658136745302,0.22663651539384247,0.22679644942023192,0.22695638344662136,0.2271163174730108,0.22727625149940023,0.22743618552578967,0.22759611955217912,0.22775605357856857,0.22791598760495801,0.22807592163134746,0.2282358556577369,0.22839578968412635,0.2285557237105158,0.22871565773690525,0.2288755917632947,0.2290355257896841,0.22919545981607356,0.229355393842463,0.22951532786885245,0.2296752618952419,0.22983519592163135,0.2299951299480208,0.23015506397441024,0.2303149980007997,0.23047493202718913,0.23063486605357858,0.23079480007996803,0.23095473410635745,0.2311146681327469,0.23127460215913634,0.23143453618552579,0.23159447021191523,0.23175440423830468,0.23191433826469413,0.23207427229108357,0.23223420631747302,0.23239414034386247,0.2325540743702519,0.23271400839664133,0.23287394242303078,0.23303387644942022,0.23319381047580967,0.23335374450219912,0.23351367852858856,0.233673612554978,0.23383354658136746,0.2339934806077569,0.23415341463414635,0.2343133486605358,0.23447328268692522,0.23463321671331466,0.2347931507397041,0.23495308476609356,0.235113018792483,0.23527295281887245,0.2354328868452619,0.23559282087165134,0.2357527548980408,0.23591268892443024,0.23607262295081968,0.23623255697720913,0.23639249100359855,0.236552425029988,0.23671235905637744,0.2368722930827669,0.23703222710915633,0.23719216113554578,0.23735209516193523,0.23751202918832467,0.23767196321471412,0.23783189724110357,0.23799183126749301,0.23815176529388243,0.23831169932027188,0.23847163334666133,0.23863156737305077,0.23879150139944022,0.23895143542582967,0.2391113694522191,0.23927130347860856,0.239431237504998,0.23959117153138745,0.2397511055577769,0.23991103958416635,0.24007097361055577,0.2402309076369452,0.24039084166333466,0.2405507756897241,0.24071070971611355,0.240870643742503,0.24103057776889245,0.2411905117952819,0.24135044582167134,0.24151037984806079,0.24167031387445023,0.24183024790083965,0.2419901819272291,0.24215011595361854,0.242310049980008,0.24246998400639744,0.24262991803278688,0.24278985205917633,0.24294978608556578,0.24310972011195522,0.24326965413834467,0.24342958816473412,0.24358952219112356,0.24374945621751298,0.24390939024390243,0.24406932427029188,0.24422925829668132,0.24438919232307077,0.24454912634946022,0.24470906037584966,0.2448689944022391,0.24502892842862856,0.245188862455018,0.24534879648140745,0.24550873050779687,0.24566866453418632,0.24582859856057576,0.2459885325869652,0.24614846661335466,0.2463084006397441,0.24646833466613355,0.246628268692523,0.24678820271891244,0.2469481367453019,0.24710807077169133,0.24726800479808075,0.2474279388244702,0.24758787285085965,0.2477478068772491,0.24790774090363854,0.248067674930028,0.24822760895641743,0.24838754298280688,0.24854747700919633,0.24870741103558577,0.24886734506197522,0.24902727908836467,0.24918721311475409,0.24934714714114353,0.24950708116753298,0.24966701519392243,0.24982694922031187,0.24998688324670132,0.25014681727309074,0.2503067512994802,0.25046668532586963,0.2506266193522591,0.2507865533786485,0.250946487405038,0.2511064214314274,0.2512663554578169,0.2514262894842063,0.2515862235105958,0.2517461575369852,0.2519060915633746,0.2520660255897641,0.2522259596161535,0.252385893642543,0.2525458276689324,0.2527057616953219,0.2528656957217113,0.2530256297481008,0.2531855637744902,0.25334549780087967,0.2535054318272691,0.25366536585365856,0.253825299880048,0.2539852339064374,0.2541451679328269,0.2543051019592163,0.25446503598560577,0.2546249700119952,0.25478490403838466,0.2549448380647741,0.25510477209116356,0.255264706117553,0.25542464014394245,0.25558457417033187,0.2557445081967213,0.25590444222311076,0.2560643762495002,0.25622431027588966,0.2563842443022791,0.25654417832866855,0.25670411235505797,0.25686404638144744,0.25702398040783686,0.25718391443422634,0.25734384846061575,0.2575037824870052,0.25766371651339465,0.25782365053978407,0.25798358456617354,0.25814351859256296,0.25830345261895243,0.25846338664534185,0.2586233206717313,0.25878325469812075,0.2589431887245102,0.25910312275089964,0.25926305677728906,0.25942299080367853,0.25958292483006795,0.2597428588564574,0.25990279288284684,0.2600627269092363,0.26022266093562574,0.2603825949620152,0.26054252898840463,0.2607024630147941,0.2608623970411835,0.26102233106757294,0.2611822650939624,0.26134219912035184,0.2615021331467413,0.26166206717313073,0.2618220011995202,0.2619819352259096,0.2621418692522991,0.2623018032786885,0.262461737305078,0.2626216713314674,0.2627816053578569,0.2629415393842463,0.2631014734106357,0.2632614074370252,0.2634213414634146,0.2635812754898041,0.2637412095161935,0.263901143542583,0.2640610775689724,0.2642210115953619,0.2643809456217513,0.26454087964814077,0.2647008136745302,0.2648607477009196,0.2650206817273091,0.2651806157536985,0.265340549780088,0.2655004838064774,0.26566041783286687,0.2658203518592563,0.26598028588564576,0.2661402199120352,0.26630015393842466,0.2664600879648141,0.2666200219912035,0.26677995601759297,0.2669398900439824,0.26709982407037186,0.2672597580967613,0.26741969212315075,0.2675796261495402,0.26773956017592965,0.26789949420231907,0.26805942822870854,0.26821936225509796,0.2683792962814874,0.26853923030787685,0.26869916433426627,0.26885909836065575,0.26901903238704516,0.26917896641343464,0.26933890043982406,0.26949883446621353,0.26965876849260295,0.2698187025189924,0.26997863654538184,0.27013857057177126,0.27029850459816074,0.27045843862455016,0.27061837265093963,0.27077830667732905,0.2709382407037185,0.27109817473010794,0.2712581087564974,0.27141804278288684,0.2715779768092763,0.27173791083566573,0.2718978448620552,0.2720577788884446,0.27221771291483404,0.2723776469412235,0.27253758096761294,0.2726975149940024,0.27285744902039183,0.2730173830467813,0.2731773170731707,0.2733372510995602,0.2734971851259496,0.2736571191523391,0.2738170531787285,0.27397698720511793,0.2741369212315074,0.2742968552578968,0.2744567892842863,0.2746167233106757,0.2747766573370652,0.2749365913634546,0.2750965253898441,0.2752564594162335,0.275416393442623,0.2755763274690124,0.2757362614954018,0.2758961955217913,0.2760561295481807,0.2762160635745702,0.2763759976009596,0.2765359316273491,0.2766958656537385,0.27685579968012797,0.2770157337065174,0.27717566773290686,0.2773356017592963,0.2774955357856857,0.2776554698120752,0.2778154038384646,0.27797533786485407,0.2781352718912435,0.27829520591763296,0.2784551399440224,0.27861507397041185,0.27877500799680127,0.27893494202319075,0.27909487604958017,0.27925481007596964,0.27941474410235906,0.2795746781287485,0.27973461215513795,0.27989454618152737,0.28005448020791684,0.28021441423430626,0.28037434826069574,0.28053428228708516,0.28069421631347463,0.28085415033986405,0.2810140843662535,0.28117401839264294,0.28133395241903236,0.28149388644542184,0.28165382047181126,0.28181375449820073,0.28197368852459015,0.2821336225509796,0.28229355657736904,0.2824534906037585,0.28261342463014794,0.2827733586565374,0.28293329268292683,0.28309322670931625,0.2832531607357057,0.28341309476209514,0.2835730287884846,0.28373296281487403,0.2838928968412635,0.28405283086765293,0.2842127648940424,0.2843726989204318,0.2845326329468213,0.2846925669732107,0.28485250099960013,0.2850124350259896,0.285172369052379,0.2853323030787685,0.2854922371051579,0.2856521711315474,0.2858121051579368,0.2859720391843263,0.2861319732107157,0.2862919072371052,0.2864518412634946,0.286611775289884,0.2867717093162735,0.2869316433426629,0.2870915773690524,0.2872515113954418,0.2874114454218313,0.2875713794482207,0.2877313134746102,0.2878912475009996,0.28805118152738907,0.2882111155537785,0.28837104958016796,0.2885309836065574,0.2886909176329468,0.28885085165933627,0.2890107856857257,0.28917071971211517,0.2893306537385046,0.28949058776489406,0.2896505217912835,0.28981045581767295,0.28997038984406237,0.29013032387045185,0.29029025789684126,0.2904501919232307,0.29061012594962016,0.2907700599760096,0.29092999400239905,0.29108992802878847,0.29124986205517794,0.29140979608156736,0.29156973010795684,0.29172966413434626,0.29188959816073573,0.29204953218712515,0.29220946621351457,0.29236940023990404,0.29252933426629346,0.29268926829268294,0.29284920231907235,0.29300913634546183,0.29316907037185125,0.2933290043982407,0.29348893842463014,0.2936488724510196,0.29380880647740903,0.29396874050379845,0.29412867453018793,0.29428860855657735,0.2944485425829668,0.29460847660935624,0.2947684106357457,0.29492834466213513,0.2950882786885246,0.295248212714914,0.2954081467413035,0.2955680807676929,0.2957280147940824,0.2958879488204718,0.29604788284686123,0.2962078168732507,0.2963677508996401,0.2965276849260296,0.296687618952419,0.2968475529788085,0.2970074870051979,0.2971674210315874,0.2973273550579768,0.2974872890843663,0.2976472231107557,0.2978071571371451,0.2979670911635346,0.298127025189924,0.2982869592163135,0.2984468932427029,0.2986068272690924,0.2987667612954818,0.29892669532187127,0.2990866293482607,0.29924656337465017,0.2994064974010396,0.299566431427429,0.2997263654538185,0.2998862994802079,0.30004623350659737,0.3002061675329868,0.30036610155937626,0.3005260355857657,0.30068596961215516,0.3008459036385446,0.30100583766493405,0.30116577169132347,0.3013257057177129,0.30148563974410236,0.3016455737704918,0.30180550779688126,0.3019654418232707,0.30212537584966015,0.30228530987604957,0.30244524390243904,0.30260517792882846,0.30276511195521794,0.30292504598160735,0.3030849800079968,0.30324491403438625,0.30340484806077567,0.30356478208716514,0.30372471611355456,0.30388465013994403,0.30404458416633345,0.30420451819272293,0.30436445221911235,0.3045243862455018,0.30468432027189124,0.3048442542982807,0.30500418832467013,0.30516412235105955,0.305324056377449,0.30548399040383845,0.3056439244302279,0.30580385845661734,0.3059637924830068,0.30612372650939623,0.3062836605357857,0.3064435945621751,0.3066035285885646,0.306763462614954,0.30692339664134344,0.3070833306677329,0.30724326469412233,0.3074031987205118,0.3075631327469012,0.3077230667732907,0.3078830007996801,0.3080429348260696,0.308202868852459,0.3083628028788485,0.3085227369052379,0.3086826709316273,0.3088426049580168,0.3090025389844062,0.3091624730107957,0.3093224070371851,0.3094823410635746,0.309642275089964,0.3098022091163535,0.3099621431427429,0.31012207716913237,0.3102820111955218,0.3104419452219112,0.3106018792483007,0.3107618132746901,0.3109217473010796,0.311081681327469,0.31124161535385847,0.3114015493802479,0.31156148340663736,0.3117214174330268,0.31188135145941626,0.3120412854858057,0.31220121951219515,0.31236115353858457,0.312521087564974,0.31268102159136346,0.3128409556177529,0.31300088964414235,0.3131608236705318,0.31332075769692125,0.31348069172331067,0.31364062574970014,0.31380055977608956,0.31396049380247903,0.31412042782886845,0.3142803618552579,0.31444029588164735,0.31460022990803677,0.31476016393442624,0.31492009796081566,0.31508003198720513,0.31523996601359455,0.315399900039984,0.31555983406637345,0.3157197680927629,0.31587970211915234,0.31603963614554176,0.31619957017193123,0.31635950419832065,0.3165194382247101,0.31667937225109954,0.316839306277489,0.31699924030387844,0.3171591743302679,0.31731910835665733,0.3174790423830468,0.3176389764094362,0.31779891043582564,0.3179588444622151,0.31811877848860454,0.318278712514994,0.31843864654138343,0.3185985805677729,0.3187585145941623,0.3189184486205518,0.3190783826469412,0.3192383166733307,0.3193982506997201,0.31955818472610953,0.319718118752499,0.3198780527788884,0.3200379868052779,0.3201979208316673,0.3203578548580568,0.3205177888844462,0.3206777229108357,0.3208376569372251,0.3209975909636146,0.321157524990004,0.32131745901639347,0.3214773930427829,0.3216373270691723,0.3217972610955618,0.3219571951219512,0.3221171291483407,0.3222770631747301,0.32243699720111957,0.322596931227509,0.32275686525389846,0.3229167992802879,0.32307673330667736,0.3232366673330668,0.3233966013594562,0.32355653538584567,0.3237164694122351,0.32387640343862456,0.324036337465014,0.32419627149140345,0.3243562055177929,0.32451613954418235,0.32467607357057177,0.32483600759696124,0.32499594162335066,0.3251558756497401,0.32531580967612955,0.32547574370251897,0.32563567772890845,0.32579561175529786,0.32595554578168734,0.32611547980807676,0.32627541383446623,0.32643534786085565,0.3265952818872451,0.32675521591363454,0.32691514994002396,0.32707508396641344,0.32723501799280286,0.32739495201919233,0.32755488604558175,0.3277148200719712,0.32787475409836064,0.3280346881247501,0.32819462215113954,0.328354556177529,0.32851449020391843,0.3286744242303079,0.3288343582566973,0.32899429228308674,0.3291542263094762,0.32931416033586564,0.3294740943622551,0.32963402838864453,0.329793962415034,0.3299538964414234,0.3301138304678129,0.3302737644942023,0.3304336985205918,0.3305936325469812,0.3307535665733706,0.3309135005997601,0.3310734346261495,0.331233368652539,0.3313933026789284,0.3315532367053179,0.3317131707317073,0.3318731047580968,0.3320330387844862,0.3321929728108757,0.3323529068372651,0.3325128408636545,0.332672774890044,0.3328327089164334,0.3329926429428229,0.3331525769692123,0.3333125109956018,0.3334724450219912,0.33363237904838067,0.3337923130747701,0.33395224710115956,0.334112181127549,0.3342721151539384,0.3344320491803279,0.3345919832067173,0.33475191723310677,0.3349118512594962,0.33507178528588566,0.3352317193122751,0.33539165333866455,0.33555158736505397,0.33571152139144345,0.33587145541783286,0.3360313894442223,0.33619132347061176,0.3363512574970012,0.33651119152339065,0.33667112554978007,0.33683105957616954,0.33699099360255896,0.33715092762894844,0.33731086165533786,0.33747079568172733,0.33763072970811675,0.3377906637345062,0.33795059776089564,0.33811053178728506,0.33827046581367454,0.33843039984006396,0.33859033386645343,0.33875026789284285,0.3389102019192323,0.33907013594562174,0.3392300699720112,0.33939000399840064,0.3395499380247901,0.33970987205117953,0.33986980607756895,0.3400297401039584,0.34018967413034784,0.3403496081567373,0.34050954218312673,0.3406694762095162,0.3408294102359056,0.3409893442622951,0.3411492782886845,0.341309212315074,0.3414691463414634,0.34162908036785283,0.3417890143942423,0.3419489484206317,0.3421088824470212,0.3422688164734106,0.3424287504998001,0.3425886845261895,0.342748618552579,0.3429085525789684,0.3430684866053579,0.3432284206317473,0.3433883546581367,0.3435482886845262,0.3437082227109156,0.3438681567373051,0.3440280907636945,0.344188024790084,0.3443479588164734,0.3445078928428629,0.3446678268692523,0.34482776089564177,0.3449876949220312,0.34514762894842066,0.3453075629748101,0.3454674970011995,0.34562743102758897,0.3457873650539784,0.34594729908036786,0.3461072331067573,0.34626716713314676,0.3464271011595362,0.34658703518592565,0.34674696921231507,0.34690690323870454,0.34706683726509396,0.3472267712914834,0.34738670531787286,0.3475466393442623,0.34770657337065175,0.34786650739704117,0.34802644142343064,0.34818637544982006,0.34834630947620954,0.34850624350259896,0.34866617752898843,0.34882611155537785,0.34898604558176727,0.34914597960815674,0.34930591363454616,0.34946584766093564,0.34962578168732505,0.34978571571371453,0.34994564974010395,0.3501055837664934,0.35026551779288284,0.3504254518192723,0.35058538584566173,0.35074531987205115,0.35090525389844063,0.35106518792483005,0.3512251219512195,0.35138505597760894,0.3515449900039984,0.35170492403038783,0.3518648580567773,0.3520247920831667,0.3521847261095562,0.3523446601359456,0.35250459416233504,0.3526645281887245,0.35282446221511393,0.3529843962415034,0.3531443302678928,0.3533042642942823,0.3534641983206717,0.3536241323470612,0.3537840663734506,0.3539440003998401,0.3541039344262295,0.354263868452619,0.3544238024790084,0.3545837365053978,0.3547436705317873,0.3549036045581767,0.3550635385845662,0.3552234726109556,0.3553834066373451,0.3555433406637345,0.35570327469012397,0.3558632087165134,0.35602314274290286,0.3561830767692923,0.3563430107956817,0.3565029448220712,0.3566628788484606,0.35682281287485007,0.3569827469012395,0.35714268092762896,0.3573026149540184,0.35746254898040786,0.3576224830067973,0.35778241703318675,0.35794235105957617,0.3581022850859656,0.35826221911235506,0.3584221531387445,0.35858208716513396,0.3587420211915234,0.35890195521791285,0.35906188924430227,0.35922182327069174,0.35938175729708116,0.35954169132347064,0.35970162534986005,0.3598615593762495,0.36002149340263895,0.36018142742902837,0.36034136145541784,0.36050129548180726,0.36066122950819673,0.36082116353458615,0.36098109756097563,0.36114103158736505,0.3613009656137545,0.36146089964014394,0.36162083366653336,0.36178076769292283,0.36194070171931225,0.3621006357457017,0.36226056977209115,0.3624205037984806,0.36258043782487004,0.3627403718512595,0.36290030587764893,0.3630602399040384,0.3632201739304278,0.3633801079568173,0.3635400419832067,0.36369997600959614,0.3638599100359856,0.36401984406237503,0.3641797780887645,0.3643397121151539,0.3644996461415434,0.3646595801679328,0.3648195141943223,0.3649794482207117,0.3651393822471012,0.3652993162734906,0.36545925029988,0.3656191843262695,0.3657791183526589,0.3659390523790484,0.3660989864054378,0.3662589204318273,0.3664188544582167,0.3665787884846062,0.3667387225109956,0.36689865653738507,0.3670585905637745,0.3672185245901639,0.3673784586165534,0.3675383926429428,0.3676983266693323,0.3678582606957217,0.36801819472211117,0.3681781287485006,0.36833806277489006,0.3684979968012795,0.36865793082766896,0.3688178648540584,0.3689777988804478,0.36913773290683727,0.3692976669332267,0.36945760095961616,0.3696175349860056,0.36977746901239505,0.3699374030387845,0.37009733706517395,0.37025727109156337,0.37041720511795284,0.37057713914434226,0.37073707317073173,0.37089700719712115,0.3710569412235106,0.37121687524990005,0.37137680927628947,0.37153674330267894,0.37169667732906836,0.37185661135545783,0.37201654538184725,0.3721764794082367,0.37233641343462615,0.3724963474610156,0.37265628148740504,0.37281621551379446,0.37297614954018393,0.37313608356657335,0.3732960175929628,0.37345595161935224,0.3736158856457417,0.37377581967213114,0.3739357536985206,0.37409568772491003,0.3742556217512995,0.3744155557776889,0.37457548980407834,0.3747354238304678,0.37489535785685724,0.3750552918832467,0.37521522590963613,0.3753751599360256,0.375535093962415,0.3756950279888045,0.3758549620151939,0.3760148960415834,0.3761748300679728,0.37633476409436223,0.3764946981207517,0.3766546321471411,0.3768145661735306,0.37697450019992,0.3771344342263095,0.3772943682526989,0.3774543022790884,0.3776142363054778,0.3777741703318673,0.3779341043582567,0.3780940383846461,0.3782539724110356,0.378413906437425,0.3785738404638145,0.3787337744902039,0.3788937085165934,0.3790536425429828,0.37921357656937227,0.3793735105957617,0.37953344462215116,0.3796933786485406,0.37985331267493005,0.3800132467013195,0.3801731807277089,0.38033311475409837,0.3804930487804878,0.38065298280687726,0.3808129168332667,0.38097285085965615,0.3811327848860456,0.38129271891243505,0.38145265293882447,0.38161258696521394,0.38177252099160336,0.3819324550179928,0.38209238904438225,0.38225232307077167,0.38241225709716115,0.38257219112355056,0.38273212514994004,0.38289205917632946,0.38305199320271893,0.38321192722910835,0.3833718612554978,0.38353179528188724,0.38369172930827666,0.38385166333466614,0.38401159736105556,0.38417153138744503,0.38433146541383445,0.3844913994402239,0.38465133346661334,0.3848112674930028,0.38497120151939224,0.3851311355457817,0.38529106957217113,0.38545100359856055,0.38561093762495,0.38577087165133944,0.3859308056777289,0.38609073970411834,0.3862506737305078,0.38641060775689723,0.3865705417832867,0.3867304758096761,0.3868904098360656,0.387050343862455,0.3872102778888445,0.3873702119152339,0.3875301459416233,0.3876900799680128,0.3878500139944022,0.3880099480207917,0.3881698820471811,0.3883298160735706,0.38848975009996,0.3886496841263495,0.3888096181527389,0.3889695521791284,0.3891294862055178,0.3892894202319072,0.3894493542582967,0.3896092882846861,0.3897692223110756,0.389929156337465,0.3900890903638545,0.3902490243902439,0.39040895841663337,0.3905688924430228,0.39072882646941226,0.3908887604958017,0.3910486945221911,0.3912086285485806,0.39136856257497,0.39152849660135947,0.3916884306277489,0.39184836465413836,0.3920082986805278,0.39216823270691725,0.39232816673330667,0.39248810075969615,0.39264803478608556,0.392807968812475,0.39296790283886446,0.3931278368652539,0.39328777089164335,0.39344770491803277,0.39360763894442224,0.39376757297081166,0.39392750699720114,0.39408744102359056,0.39424737504998003,0.39440730907636945,0.39456724310275887,0.39472717712914834,0.39488711115553776,0.39504704518192724,0.39520697920831666,0.39536691323470613,0.39552684726109555,0.395686781287485,0.39584671531387444,0.3960066493402639,0.39616658336665334,0.3963265173930428,0.39648645141943223,0.39664638544582165,0.3968063194722111,0.39696625349860054,0.39712618752499,0.39728612155137943,0.3974460555777689,0.3976059896041583,0.3977659236305478,0.3979258576569372,0.3980857916833267,0.3982457257097161,0.39840565973610553,0.398565593762495,0.3987255277888844,0.3988854618152739,0.3990453958416633,0.3992053298680528,0.3993652638944422,0.3995251979208317,0.3996851319472211,0.3998450659736106,0.400005,0.4001649340263894,0.4003248680527789,0.4004848020791683,0.4006447361055578,0.4008046701319472,0.4009646041583367,0.4011245381847261,0.4012844722111156,0.401444406237505,0.40160434026389447,0.4017642742902839,0.4019242083166733,0.4020841423430628,0.4022440763694522,0.40240401039584167,0.4025639444222311,0.40272387844862056,0.40288381247501,0.40304374650139946,0.4032036805277889,0.40336361455417835,0.40352354858056777,0.40368348260695724,0.40384341663334666,0.4040033506597361,0.40416328468612556,0.404323218712515,0.40448315273890445,0.40464308676529387,0.40480302079168334,0.40496295481807276,0.40512288884446224,0.40528282287085166,0.40544275689724113,0.40560269092363055,0.40576262495001997,0.40592255897640944,0.40608249300279886,0.40624242702918834,0.40640236105557775,0.40656229508196723,0.40672222910835665,0.4068821631347461,0.40704209716113554,0.407202031187525,0.40736196521391443,0.40752189924030385,0.4076818332666933,0.40784176729308275,0.4080017013194722,0.40816163534586164,0.4083215693722511,0.40848150339864053,0.40864143742503,0.4088013714514194,0.4089613054778089,0.4091212395041983,0.40928117353058774,0.4094411075569772,0.40960104158336663,0.4097609756097561,0.4099209096361455,0.410080843662535,0.4102407776889244,0.4104007117153139,0.4105606457417033,0.4107205797680928,0.4108805137944822,0.4110404478208716,0.4112003818472611,0.4113603158736505,0.41152024990004,0.4116801839264294,0.4118401179528189,0.4120000519792083,0.4121599860055978,0.4123199200319872,0.41247985405837667,0.4126397880847661,0.41279972211115556,0.412959656137545,0.4131195901639344,0.4132795241903239,0.4134394582167133,0.41359939224310277,0.4137593262694922,0.41391926029588166,0.4140791943222711,0.41423912834866056,0.41439906237505,0.41455899640143945,0.41471893042782887,0.4148788644542183,0.41503879848060776,0.4151987325069972,0.41535866653338666,0.4155186005597761,0.41567853458616555,0.41583846861255497,0.41599840263894444,0.41615833666533386,0.41631827069172334,0.41647820471811275,0.4166381387445022,0.41679807277089165,0.41695800679728107,0.41711794082367054,0.41727787485005996,0.41743780887644943,0.41759774290283885,0.4177576769292283,0.41791761095561775,0.4180775449820072,0.41823747900839664,0.41839741303478606,0.41855734706117553,0.41871728108756495,0.4188772151139544,0.41903714914034385,0.4191970831667333,0.41935701719312274,0.4195169512195122,0.41967688524590163,0.4198368192722911,0.4199967532986805,0.42015668732507,0.4203166213514594,0.42047655537784884,0.4206364894042383,0.42079642343062773,0.4209563574570172,0.4211162914834066,0.4212762255097961,0.4214361595361855,0.421596093562575,0.4217560275889644,0.4219159616153539,0.4220758956417433,0.4222358296681327,0.4223957636945222,0.4225556977209116,0.4227156317473011,0.4228755657736905,0.42303549980008,0.4231954338264694,0.4233553678528589,0.4235153018792483,0.42367523590563777,0.4238351699320272,0.4239951039584166,0.4241550379848061,0.4243149720111955,0.424474906037585,0.4246348400639744,0.42479477409036387,0.4249547081167533,0.42511464214314276,0.4252745761695322,0.42543451019592166,0.4255944442223111,0.4257543782487005,0.42591431227508997,0.4260742463014794,0.42623418032786886,0.4263941143542583,0.42655404838064775,0.4267139824070372,0.42687391643342665,0.42703385045981607,0.42719378448620554,0.42735371851259496,0.4275136525389844,0.42767358656537385,0.42783352059176327,0.42799345461815275,0.42815338864454217,0.42831332267093164,0.42847325669732106,0.42863319072371053,0.42879312475009995,0.4289530587764894,0.42911299280287885,0.4292729268292683,0.42943286085565774,0.42959279488204716,0.42975272890843663,0.42991266293482605,0.4300725969612155,0.43023253098760494,0.4303924650139944,0.43055239904038384,0.4307123330667733,0.43087226709316273,0.4310322011195522,0.4311921351459416,0.43135206917233104,0.4315120031987205,0.43167193722510994,0.4318318712514994,0.43199180527788883,0.4321517393042783,0.4323116733306677,0.4324716073570572,0.4326315413834466,0.4327914754098361,0.4329514094362255,0.43311134346261493,0.4332712774890044,0.4334312115153938,0.4335911455417833,0.4337510795681727,0.4339110135945622,0.4340709476209516,0.4342308816473411,0.4343908156737305,0.43455074970012,0.4347106837265094,0.4348706177528988,0.4350305517792883,0.4351904858056777,0.4353504198320672,0.4355103538584566,0.4356702878848461,0.4358302219112355,0.43599015593762497,0.4361500899640144,0.43631002399040386,0.4364699580167933,0.43662989204318275,0.4367898260695722,0.4369497600959616,0.43710969412235107,0.4372696281487405,0.43742956217512996,0.4375894962015194,0.43774943022790885,0.4379093642542983,0.43806929828068775,0.43822923230707717,0.43838916633346664,0.43854910035985606,0.4387090343862455,0.43886896841263495,0.43902890243902437,0.43918883646541385,0.43934877049180326,0.43950870451819274,0.43966863854458216,0.43982857257097163,0.43998850659736105,0.4401484406237505,0.44030837465013994,0.44046830867652936,0.44062824270291884,0.44078817672930826,0.44094811075569773,0.44110804478208715,0.4412679788084766,0.44142791283486604,0.4415878468612555,0.44174778088764494,0.4419077149140344,0.44206764894042383,0.44222758296681325,0.4423875169932027,0.44254745101959214,0.4427073850459816,0.44286731907237104,0.4430272530987605,0.44318718712514993,0.4433471211515394,0.4435070551779288,0.4436669892043183,0.4438269232307077,0.44398685725709713,0.4441467912834866,0.444306725309876,0.4444666593362655,0.4446265933626549,0.4447865273890444,0.4449464614154338,0.4451063954418233,0.4452663294682127,0.4454262634946022,0.4455861975209916,0.4457461315473811,0.4459060655737705,0.4460659996001599,0.4462259336265494,0.4463858676529388,0.4465458016793283,0.4467057357057177,0.4468656697321072,0.4470256037584966,0.44718553778488607,0.4473454718112755,0.44750540583766496,0.4476653398640544,0.4478252738904438,0.4479852079168333,0.4481451419432227,0.44830507596961217,0.4484650099960016,0.44862494402239106,0.4487848780487805,0.44894481207516995,0.44910474610155937,0.44926468012794885,0.44942461415433826,0.4495845481807277,0.44974448220711716,0.4499044162335066,0.45006435025989605,0.45022428428628547,0.45038421831267494,0.45054415233906436,0.45070408636545384,0.45086402039184326,0.45102395441823273,0.45118388844462215,0.45134382247101157,0.45150375649740104,0.45166369052379046,0.45182362455017994,0.45198355857656936,0.45214349260295883,0.45230342662934825,0.4524633606557377,0.45262329468212714,0.4527832287085166,0.45294316273490604,0.45310309676129545,0.45326303078768493,0.45342296481407435,0.4535828988404638,0.45374283286685324,0.4539027668932427,0.45406270091963213,0.4542226349460216,0.454382568972411,0.4545425029988005,0.4547024370251899,0.4548623710515794,0.4550223050779688,0.45518223910435823,0.4553421731307477,0.4555021071571371,0.4556620411835266,0.455821975209916,0.4559819092363055,0.4561418432626949,0.4563017772890844,0.4564617113154738,0.4566216453418633,0.4567815793682527,0.4569415133946421,0.4571014474210316,0.457261381447421,0.4574213154738105,0.4575812495001999,0.4577411835265894,0.4579011175529788,0.4580610515793683,0.4582209856057577,0.45838091963214717,0.4585408536585366,0.458700787684926,0.4588607217113155,0.4590206557377049,0.45918058976409437,0.4593405237904838,0.45950045781687326,0.4596603918432627,0.45982032586965216,0.4599802598960416,0.46014019392243105,0.46030012794882047,0.4604600619752099,0.46061999600159936,0.4607799300279888,0.46093986405437826,0.4610997980807677,0.46125973210715715,0.46141966613354657,0.46157960015993604,0.46173953418632546,0.46189946821271494,0.46205940223910436,0.46221933626549383,0.46237927029188325,0.46253920431827267,0.46269913834466214,0.46285907237105156,0.46301900639744104,0.46317894042383045,0.46333887445021993,0.46349880847660935,0.4636587425029988,0.46381867652938824,0.4639786105557777,0.46413854458216713,0.46429847860855655,0.464458412634946,0.46461834666133545,0.4647782806877249,0.46493821471411434,0.4650981487405038,0.46525808276689323,0.4654180167932827,0.4655779508196721,0.4657378848460616,0.465897818872451,0.46605775289884044,0.4662176869252299,0.46637762095161933,0.4665375549780088,0.4666974890043982,0.4668574230307877,0.4670173570571771,0.4671772910835666,0.467337225109956,0.4674971591363455,0.4676570931627349,0.4678170271891243,0.4679769612155138,0.4681368952419032,0.4682968292682927,0.4684567632946821,0.4686166973210716,0.468776631347461,0.4689365653738505,0.4690964994002399,0.46925643342662937,0.4694163674530188,0.4695763014794082,0.4697362355057977,0.4698961695321871,0.4700561035585766,0.470216037584966,0.47037597161135547,0.4705359056377449,0.47069583966413436,0.4708557736905238,0.47101570771691326,0.4711756417433027,0.47133557576969215,0.47149550979608157,0.471655443822471,0.47181537784886046,0.4719753118752499,0.47213524590163936,0.4722951799280288,0.47245511395441825,0.47261504798080767,0.47277498200719714,0.47293491603358656,0.47309485005997604,0.47325478408636545,0.4734147181127549,0.47357465213914435,0.47373458616553377,0.47389452019192324,0.47405445421831266,0.47421438824470213,0.47437432227109155,0.474534256297481,0.47469419032387045,0.4748541243502599,0.47501405837664934,0.47517399240303876,0.47533392642942823,0.47549386045581765,0.4756537944822071,0.47581372850859655,0.475973662534986,0.47613359656137544,0.4762935305877649,0.47645346461415433,0.4766133986405438,0.4767733326669332,0.47693326669332264,0.4770932007197121,0.47725313474610154,0.477413068772491,0.47757300279888043,0.4777329368252699,0.4778928708516593,0.4780528048780488,0.4782127389044382,0.4783726729308277,0.4785326069572171,0.4786925409836066,0.478852475009996,0.4790124090363854,0.4791723430627749,0.4793322770891643,0.4794922111155538,0.4796521451419432,0.4798120791683327,0.4799720131947221,0.4801319472211116,0.480291881247501,0.48045181527389047,0.4806117493002799,0.4807716833266693,0.4809316173530588,0.4810915513794482,0.4812514854058377,0.4814114194322271,0.48157135345861657,0.481731287485006,0.48189122151139546,0.4820511555377849,0.48221108956417436,0.4823710235905638,0.4825309576169532,0.48269089164334267,0.4828508256697321,0.48301075969612156,0.483170693722511,0.48333062774890045,0.4834905617752899,0.48365049580167935,0.48381042982806877,0.48397036385445824,0.48413029788084766,0.4842902319072371,0.48445016593362655,0.48461009996001597,0.48477003398640545,0.48492996801279487,0.48508990203918434,0.48524983606557376,0.48540977009196323,0.48556970411835265,0.4857296381447421,0.48588957217113155,0.48604950619752096,0.48620944022391044,0.48636937425029986,0.48652930827668933,0.48668924230307875,0.4868491763294682,0.48700911035585764,0.4871690443822471,0.48732897840863654,0.487488912435026,0.48764884646141543,0.4878087804878049,0.4879687145141943,0.48812864854058374,0.4882885825669732,0.48844851659336264,0.4886084506197521,0.48876838464614153,0.488928318672531,0.4890882526989204,0.4892481867253099,0.4894081207516993,0.4895680547780888,0.4897279888044782,0.48988792283086763,0.4900478568572571,0.4902077908836465,0.490367724910036,0.4905276589364254,0.4906875929628149,0.4908475269892043,0.4910074610155938,0.4911673950419832,0.4913273290683727,0.4914872630947621,0.4916471971211515,0.491807131147541,0.4919670651739304,0.4921269992003199,0.4922869332267093,0.4924468672530988,0.4926068012794882,0.49276673530587767,0.4929266693322671,0.49308660335865656,0.493246537385046,0.4934064714114354,0.4935664054378249,0.4937263394642143,0.49388627349060377,0.4940462075169932,0.49420614154338266,0.4943660755697721,0.49452600959616155,0.49468594362255097,0.49484587764894045,0.49500581167532987,0.49516574570171934,0.49532567972810876,0.4954856137544982,0.49564554778088765,0.49580548180727707,0.49596541583366655,0.49612534986005596,0.49628528388644544,0.49644521791283486,0.49660515193922433,0.49676508596561375,0.4969250199920032,0.49708495401839264,0.49724488804478206,0.49740482207117154,0.49756475609756096,0.49772469012395043,0.49788462415033985,0.4980445581767293,0.49820449220311874,0.4983644262295082,0.49852436025589764,0.4986842942822871,0.49884422830867653,0.49900416233506595,0.4991640963614554,0.49932403038784484,0.4994839644142343,0.49964389844062373,0.4998038324670132,0.49996376649340263,0.500123700519792,0.5002836345461815,0.500443568572571,0.5006035025989605,0.5007634366253498,0.5009233706517393,0.5010833046781288,0.5012432387045181,0.5014031727309076,0.5015631067572971,0.5017230407836866,0.5018829748100759,0.5020429088364654,0.5022028428628549,0.5023627768892444,0.5025227109156337,0.5026826449420232,0.5028425789684127,0.503002512994802,0.5031624470211915,0.503322381047581,0.5034823150739705,0.5036422491003598,0.5038021831267493,0.5039621171531388,0.5041220511795282,0.5042819852059176,0.5044419192323071,0.5046018532586966,0.5047617872850859,0.5049217213114754,0.5050816553378649,0.5052415893642543,0.5054015233906437,0.5055614574170332,0.5057213914434227,0.5058813254698121,0.5060412594962015,0.506201193522591,0.5063611275489804,0.5065210615753698,0.5066809956017593,0.5068409296281488,0.5070008636545382,0.5071607976809276,0.5073207317073171,0.5074806657337065,0.507640599760096,0.5078005337864854,0.5079604678128748,0.5081204018392643,0.5082803358656537,0.5084402698920432,0.5086002039184326,0.5087601379448221,0.5089200719712115,0.509080005997601,0.5092399400239904,0.5093998740503799,0.5095598080767693,0.5097197421031587,0.5098796761295482,0.5100396101559376,0.510199544182327,0.5103594782087165,0.510519412235106,0.5106793462614954,0.5108392802878848,0.5109992143142743,0.5111591483406638,0.5113190823670531,0.5114790163934426,0.5116389504198321,0.5117988844462215,0.5119588184726109,0.5121187524990004,0.5122786865253899,0.5124386205517792,0.5125985545781687,0.5127584886045582,0.5129184226309477,0.513078356657337,0.5132382906837265,0.513398224710116,0.5135581587365053,0.5137180927628948,0.5138780267892843,0.5140379608156738,0.5141978948420631,0.5143578288684526,0.5145177628948421,0.5146776969212316,0.5148376309476209,0.5149975649740104,0.5151574990003999,0.5153174330267892,0.5154773670531787,0.5156373010795682,0.5157972351059577,0.515957169132347,0.5161171031587365,0.516277037185126,0.5164369712115154,0.5165969052379048,0.5167568392642943,0.5169167732906838,0.5170767073170732,0.5172366413434626,0.5173965753698521,0.5175565093962415,0.5177164434226309,0.5178763774490204,0.5180363114754098,0.5181962455017993,0.5183561795281887,0.5185161135545782,0.5186760475809676,0.5188359816073571,0.5189959156337465,0.519155849660136,0.5193157836865254,0.5194757177129148,0.5196356517393043,0.5197955857656937,0.5199555197920832,0.5201154538184726,0.520275387844862,0.5204353218712515,0.520595255897641,0.5207551899240304,0.5209151239504198,0.5210750579768093,0.5212349920031987,0.5213949260295881,0.5215548600559776,0.5217147940823671,0.5218747281087565,0.5220346621351459,0.5221945961615354,0.5223545301879249,0.5225144642143142,0.5226743982407037,0.5228343322670932,0.5229942662934826,0.523154200319872,0.5233141343462615,0.523474068372651,0.5236340023990403,0.5237939364254298,0.5239538704518193,0.5241138044782088,0.5242737385045981,0.5244336725309876,0.5245936065573771,0.5247535405837664,0.5249134746101559,0.5250734086365454,0.5252333426629349,0.5253932766893242,0.5255532107157137,0.5257131447421032,0.5258730787684927,0.526033012794882,0.5261929468212715,0.526352880847661,0.5265128148740503,0.5266727489004398,0.5268326829268293,0.5269926169532188,0.5271525509796081,0.5273124850059976,0.5274724190323871,0.5276323530587765,0.5277922870851659,0.5279522211115554,0.5281121551379448,0.5282720891643342,0.5284320231907237,0.5285919572171132,0.5287518912435026,0.528911825269892,0.5290717592962815,0.529231693322671,0.5293916273490604,0.5295515613754498,0.5297114954018393,0.5298714294282287,0.5300313634546181,0.5301912974810076,0.530351231507397,0.5305111655337865,0.5306710995601759,0.5308310335865654,0.5309909676129548,0.5311509016393443,0.5313108356657337,0.5314707696921231,0.5316307037185126,0.531790637744902,0.5319505717712915,0.5321105057976809,0.5322704398240704,0.5324303738504598,0.5325903078768492,0.5327502419032387,0.5329101759296282,0.5330701099560176,0.533230043982407,0.5333899780087965,0.533549912035186,0.5337098460615753,0.5338697800879648,0.5340297141143543,0.5341896481407437,0.5343495821671331,0.5345095161935226,0.5346694502199121,0.5348293842463014,0.5349893182726909,0.5351492522990804,0.5353091863254699,0.5354691203518592,0.5356290543782487,0.5357889884046382,0.5359489224310275,0.536108856457417,0.5362687904838065,0.536428724510196,0.5365886585365853,0.5367485925629748,0.5369085265893643,0.5370684606157538,0.5372283946421431,0.5373883286685326,0.5375482626949221,0.5377081967213114,0.5378681307477009,0.5380280647740904,0.5381879988004798,0.5383479328268692,0.5385078668532587,0.5386678008796482,0.5388277349060376,0.538987668932427,0.5391476029588165,0.539307536985206,0.5394674710115953,0.5396274050379848,0.5397873390643743,0.5399472730907637,0.5401072071171531,0.5402671411435426,0.540427075169932,0.5405870091963215,0.5407469432227109,0.5409068772491004,0.5410668112754898,0.5412267453018792,0.5413866793282687,0.5415466133546581,0.5417065473810476,0.541866481407437,0.5420264154338265,0.5421863494602159,0.5423462834866054,0.5425062175129948,0.5426661515393842,0.5428260855657737,0.5429860195921631,0.5431459536185526,0.543305887644942,0.5434658216713315,0.5436257556977209,0.5437856897241103,0.5439456237504998,0.5441055577768893,0.5442654918032787,0.5444254258296681,0.5445853598560576,0.544745293882447,0.5449052279088364,0.5450651619352259,0.5452250959616154,0.5453850299880048,0.5455449640143942,0.5457048980407837,0.5458648320671732,0.5460247660935625,0.546184700119952,0.5463446341463415,0.5465045681727309,0.5466645021991203,0.5468244362255098,0.5469843702518993,0.5471443042782886,0.5473042383046781,0.5474641723310676,0.5476241063574571,0.5477840403838464,0.5479439744102359,0.5481039084366254,0.5482638424630147,0.5484237764894042,0.5485837105157937,0.5487436445421832,0.5489035785685725,0.549063512594962,0.5492234466213515,0.549383380647741,0.5495433146741303,0.5497032487005198,0.5498631827269093,0.5500231167532987,0.5501830507796881,0.5503429848060776,0.550502918832467,0.5506628528588564,0.5508227868852459,0.5509827209116354,0.5511426549380248,0.5513025889644142,0.5514625229908037,0.5516224570171931,0.5517823910435826,0.551942325069972,0.5521022590963615,0.5522621931227509,0.5524221271491403,0.5525820611755298,0.5527419952019192,0.5529019292283087,0.5530618632546981,0.5532217972810876,0.553381731307477,0.5535416653338665,0.5537015993602559,0.5538615333866453,0.5540214674130348,0.5541814014394242,0.5543413354658137,0.5545012694922031,0.5546612035185926,0.554821137544982,0.5549810715713714,0.5551410055977609,0.5553009396241504,0.5554608736505398,0.5556208076769292,0.5557807417033187,0.5559406757297081,0.5561006097560975,0.556260543782487,0.5564204778088765,0.5565804118352659,0.5567403458616553,0.5569002798880448,0.5570602139144343,0.5572201479408236,0.5573800819672131,0.5575400159936026,0.557699950019992,0.5578598840463814,0.5580198180727709,0.5581797520991604,0.5583396861255497,0.5584996201519392,0.5586595541783287,0.5588194882047182,0.5589794222311075,0.559139356257497,0.5592992902838865,0.5594592243102758,0.5596191583366653,0.5597790923630548,0.5599390263894443,0.5600989604158336,0.5602588944422231,0.5604188284686126,0.560578762495002,0.5607386965213914,0.5608986305477809,0.5610585645741704,0.5612184986005597,0.5613784326269492,0.5615383666533387,0.5616983006797281,0.5618582347061175,0.562018168732507,0.5621781027588965,0.5623380367852859,0.5624979708116753,0.5626579048380648,0.5628178388644542,0.5629777728908436,0.5631377069172331,0.5632976409436226,0.563457574970012,0.5636175089964014,0.5637774430227909,0.5639373770491803,0.5640973110755698,0.5642572451019592,0.5644171791283487,0.5645771131547381,0.5647370471811275,0.564896981207517,0.5650569152339064,0.5652168492602959,0.5653767832866853,0.5655367173130748,0.5656966513394642,0.5658565853658537,0.5660165193922431,0.5661764534186325,0.566336387445022,0.5664963214714115,0.5666562554978009,0.5668161895241903,0.5669761235505798,0.5671360575769692,0.5672959916033586,0.5674559256297481,0.5676158596561376,0.567775793682527,0.5679357277089164,0.5680956617353059,0.5682555957616954,0.5684155297880847,0.5685754638144742,0.5687353978408637,0.568895331867253,0.5690552658936425,0.569215199920032,0.5693751339464215,0.5695350679728108,0.5696950019992003,0.5698549360255898,0.5700148700519793,0.5701748040783686,0.5703347381047581,0.5704946721311476,0.5706546061575369,0.5708145401839264,0.5709744742103159,0.5711344082367054,0.5712943422630947,0.5714542762894842,0.5716142103158737,0.5717741443422631,0.5719340783686525,0.572094012395042,0.5722539464214315,0.5724138804478208,0.5725738144742103,0.5727337485005998,0.5728936825269892,0.5730536165533786,0.5732135505797681,0.5733734846061576,0.573533418632547,0.5736933526589364,0.5738532866853259,0.5740132207117153,0.5741731547381047,0.5743330887644942,0.5744930227908837,0.5746529568172731,0.5748128908436625,0.574972824870052,0.5751327588964414,0.5752926929228309,0.5754526269492203,0.5756125609756098,0.5757724950019992,0.5759324290283886,0.5760923630547781,0.5762522970811675,0.576412231107557,0.5765721651339464,0.5767320991603359,0.5768920331867253,0.5770519672131148,0.5772119012395042,0.5773718352658936,0.5775317692922831,0.5776917033186725,0.577851637345062,0.5780115713714514,0.5781715053978409,0.5783314394242303,0.5784913734506197,0.5786513074770092,0.5788112415033987,0.578971175529788,0.5791311095561775,0.579291043582567,0.5794509776089564,0.5796109116353458,0.5797708456617353,0.5799307796881248,0.5800907137145142,0.5802506477409036,0.5804105817672931,0.5805705157936826,0.5807304498200719,0.5808903838464614,0.5810503178728509,0.5812102518992402,0.5813701859256297,0.5815301199520192,0.5816900539784087,0.581849988004798,0.5820099220311875,0.582169856057577,0.5823297900839665,0.5824897241103558,0.5826496581367453,0.5828095921631348,0.5829695261895242,0.5831294602159136,0.5832893942423031,0.5834493282686926,0.5836092622950819,0.5837691963214714,0.5839291303478609,0.5840890643742503,0.5842489984006397,0.5844089324270292,0.5845688664534187,0.5847288004798081,0.5848887345061975,0.585048668532587,0.5852086025589764,0.5853685365853658,0.5855284706117553,0.5856884046381448,0.5858483386645342,0.5860082726909236,0.5861682067173131,0.5863281407437025,0.586488074770092,0.5866480087964814,0.5868079428228709,0.5869678768492603,0.5871278108756497,0.5872877449020392,0.5874476789284286,0.5876076129548181,0.5877675469812075,0.587927481007597,0.5880874150339864,0.5882473490603759,0.5884072830867653,0.5885672171131547,0.5887271511395442,0.5888870851659336,0.589047019192323,0.5892069532187125,0.589366887245102,0.5895268212714914,0.5896867552978808,0.5898466893242703,0.5900066233506598,0.5901665573770492,0.5903264914034386,0.5904864254298281,0.5906463594562175,0.5908062934826069,0.5909662275089964,0.5911261615353859,0.5912860955617752,0.5914460295881647,0.5916059636145542,0.5917658976409437,0.591925831667333,0.5920857656937225,0.592245699720112,0.5924056337465013,0.5925655677728908,0.5927255017992803,0.5928854358256698,0.5930453698520591,0.5932053038784486,0.5933652379048381,0.5935251719312276,0.5936851059576169,0.5938450399840064,0.5940049740103959,0.5941649080367852,0.5943248420631747,0.5944847760895642,0.5946447101159537,0.594804644142343,0.5949645781687325,0.595124512195122,0.5952844462215114,0.5954443802479008,0.5956043142742903,0.5957642483006798,0.5959241823270691,0.5960841163534586,0.5962440503798481,0.5964039844062375,0.5965639184326269,0.5967238524590164,0.5968837864854059,0.5970437205117953,0.5972036545381847,0.5973635885645742,0.5975235225909636,0.597683456617353,0.5978433906437425,0.598003324670132,0.5981632586965214,0.5983231927229108,0.5984831267493003,0.5986430607756897,0.5988029948020792,0.5989629288284686,0.599122862854858,0.5992827968812475,0.599442730907637,0.5996026649340264,0.5997625989604158,0.5999225329868053,0.6000824670131947,0.6002424010395842,0.6004023350659736,0.6005622690923631,0.6007222031187525,0.6008821371451419,0.6010420711715314,0.6012020051979209,0.6013619392243102,0.6015218732506997,0.6016818072770892,0.6018417413034786,0.602001675329868,0.6021616093562575,0.602321543382647,0.6024814774090363,0.6026414114354258,0.6028013454618153,0.6029612794882048,0.6031212135145941,0.6032811475409836,0.6034410815673731,0.6036010155937624,0.6037609496201519,0.6039208836465414,0.6040808176729309,0.6042407516993202,0.6044006857257097,0.6045606197520992,0.6047205537784887,0.604880487804878,0.6050404218312675,0.605200355857657,0.6053602898840463,0.6055202239104358,0.6056801579368253,0.6058400919632148,0.6060000259896041,0.6061599600159936,0.6063198940423831,0.6064798280687725,0.6066397620951619,0.6067996961215514,0.6069596301479409,0.6071195641743302,0.6072794982007197,0.6074394322271092,0.6075993662534986,0.607759300279888,0.6079192343062775,0.608079168332667,0.6082391023590564,0.6083990363854458,0.6085589704118353,0.6087189044382247,0.6088788384646141,0.6090387724910036,0.609198706517393,0.6093586405437825,0.6095185745701719,0.6096785085965614,0.6098384426229508,0.6099983766493403,0.6101583106757297,0.6103182447021192,0.6104781787285086,0.610638112754898,0.6107980467812875,0.6109579808076769,0.6111179148340664,0.6112778488604558,0.6114377828868452,0.6115977169132347,0.6117576509396242,0.6119175849660136,0.612077518992403,0.6122374530187925,0.6123973870451819,0.6125573210715713,0.6127172550979608,0.6128771891243503,0.6130371231507397,0.6131970571771291,0.6133569912035186,0.6135169252299081,0.6136768592562974,0.6138367932826869,0.6139967273090764,0.6141566613354658,0.6143165953618552,0.6144765293882447,0.6146364634146342,0.6147963974410235,0.614956331467413,0.6151162654938025,0.615276199520192,0.6154361335465813,0.6155960675729708,0.6157560015993603,0.6159159356257498,0.6160758696521391,0.6162358036785286,0.6163957377049181,0.6165556717313074,0.6167156057576969,0.6168755397840864,0.6170354738104759,0.6171954078368652,0.6173553418632547,0.6175152758896442,0.6176752099160336,0.617835143942423,0.6179950779688125,0.618155011995202,0.6183149460215913,0.6184748800479808,0.6186348140743703,0.6187947481007597,0.6189546821271491,0.6191146161535386,0.619274550179928,0.6194344842063175,0.6195944182327069,0.6197543522590964,0.6199142862854858,0.6200742203118752,0.6202341543382647,0.6203940883646542,0.6205540223910436,0.620713956417433,0.6208738904438225,0.6210338244702119,0.6211937584966014,0.6213536925229908,0.6215136265493802,0.6216735605757697,0.6218334946021591,0.6219934286285486,0.622153362654938,0.6223132966813275,0.6224732307077169,0.6226331647341063,0.6227930987604958,0.6229530327868853,0.6231129668132747,0.6232729008396641,0.6234328348660536,0.623592768892443,0.6237527029188324,0.6239126369452219,0.6240725709716114,0.6242325049980008,0.6243924390243902,0.6245523730507797,0.6247123070771692,0.6248722411035585,0.625032175129948,0.6251921091563375,0.6253520431827269,0.6255119772091163,0.6256719112355058,0.6258318452618953,0.6259917792882846,0.6261517133146741,0.6263116473410636,0.6264715813674531,0.6266315153938424,0.6267914494202319,0.6269513834466214,0.6271113174730107,0.6272712514994002,0.6274311855257897,0.6275911195521792,0.6277510535785685,0.627910987604958,0.6280709216313475,0.628230855657737,0.6283907896841263,0.6285507237105158,0.6287106577369053,0.6288705917632946,0.6290305257896841,0.6291904598160736,0.629350393842463,0.6295103278688524,0.6296702618952419,0.6298301959216314,0.6299901299480208,0.6301500639744102,0.6303099980007997,0.6304699320271892,0.6306298660535785,0.630789800079968,0.6309497341063575,0.6311096681327469,0.6312696021591363,0.6314295361855258,0.6315894702119152,0.6317494042383047,0.6319093382646941,0.6320692722910836,0.632229206317473,0.6323891403438625,0.6325490743702519,0.6327090083966413,0.6328689424230308,0.6330288764494202,0.6331888104758097,0.6333487445021991,0.6335086785285886,0.633668612554978,0.6338285465813674,0.6339884806077569,0.6341484146341464,0.6343083486605358,0.6344682826869252,0.6346282167133147,0.6347881507397041,0.6349480847660935,0.635108018792483,0.6352679528188725,0.6354278868452619,0.6355878208716513,0.6357477548980408,0.6359076889244303,0.6360676229508196,0.6362275569772091,0.6363874910035986,0.636547425029988,0.6367073590563774,0.6368672930827669,0.6370272271091564,0.6371871611355457,0.6373470951619352,0.6375070291883247,0.6376669632147142,0.6378268972411035,0.637986831267493,0.6381467652938825,0.6383066993202718,0.6384666333466613,0.6386265673730508,0.6387865013994403,0.6389464354258296,0.6391063694522191,0.6392663034786086,0.639426237504998,0.6395861715313874,0.6397461055577769,0.6399060395841664,0.6400659736105557,0.6402259076369452,0.6403858416633347,0.6405457756897242,0.6407057097161135,0.640865643742503,0.6410255777688925,0.6411855117952819,0.6413454458216713,0.6415053798480608,0.6416653138744502,0.6418252479008396,0.6419851819272291,0.6421451159536186,0.642305049980008,0.6424649840063974,0.6426249180327869,0.6427848520591763,0.6429447860855658,0.6431047201119552,0.6432646541383447,0.6434245881647341,0.6435845221911235,0.643744456217513,0.6439043902439024,0.6440643242702919,0.6442242582966813,0.6443841923230708,0.6445441263494602,0.6447040603758497,0.6448639944022391,0.6450239284286285,0.645183862455018,0.6453437964814074,0.6455037305077969,0.6456636645341863,0.6458235985605758,0.6459835325869652,0.6461434666133546,0.6463034006397441,0.6464633346661336,0.646623268692523,0.6467832027189124,0.6469431367453019,0.6471030707716913,0.6472630047980807,0.6474229388244702,0.6475828728508597,0.647742806877249,0.6479027409036385,0.648062674930028,0.6482226089564175,0.6483825429828068,0.6485424770091963,0.6487024110355858,0.6488623450619753,0.6490222790883646,0.6491822131147541,0.6493421471411436,0.6495020811675329,0.6496620151939224,0.6498219492203119,0.6499818832467014,0.6501418172730907,0.6503017512994802,0.6504616853258697,0.6506216193522592,0.6507815533786485,0.650941487405038,0.6511014214314275,0.6512613554578168,0.6514212894842063,0.6515812235105958,0.6517411575369852,0.6519010915633746,0.6520610255897641,0.6522209596161536,0.652380893642543,0.6525408276689324,0.6527007616953219,0.6528606957217113,0.6530206297481007,0.6531805637744902,0.6533404978008797,0.6535004318272691,0.6536603658536585,0.653820299880048,0.6539802339064374,0.6541401679328269,0.6543001019592163,0.6544600359856058,0.6546199700119952,0.6547799040383846,0.6549398380647741,0.6550997720911635,0.655259706117553,0.6554196401439424,0.6555795741703319,0.6557395081967213,0.6558994422231108,0.6560593762495002,0.6562193102758896,0.6563792443022791,0.6565391783286685,0.656699112355058,0.6568590463814474,0.6570189804078369,0.6571789144342263,0.6573388484606157,0.6574987824870052,0.6576587165133947,0.6578186505397841,0.6579785845661735,0.658138518592563,0.6582984526189524,0.6584583866453418,0.6586183206717313,0.6587782546981208,0.6589381887245102,0.6590981227508996,0.6592580567772891,0.6594179908036786,0.6595779248300679,0.6597378588564574,0.6598977928828469,0.6600577269092363,0.6602176609356257,0.6603775949620152,0.6605375289884047,0.660697463014794,0.6608573970411835,0.661017331067573,0.6611772650939625,0.6613371991203518,0.6614971331467413,0.6616570671731308,0.6618170011995201,0.6619769352259096,0.6621368692522991,0.6622968032786886,0.6624567373050779,0.6626166713314674,0.6627766053578569,0.6629365393842463,0.6630964734106357,0.6632564074370252,0.6634163414634147,0.663576275489804,0.6637362095161935,0.663896143542583,0.6640560775689724,0.6642160115953618,0.6643759456217513,0.6645358796481408,0.6646958136745302,0.6648557477009196,0.6650156817273091,0.6651756157536985,0.665335549780088,0.6654954838064774,0.6656554178328669,0.6658153518592563,0.6659752858856457,0.6661352199120352,0.6662951539384246,0.6664550879648141,0.6666150219912035,0.666774956017593,0.6669348900439824,0.6670948240703719,0.6672547580967613,0.6674146921231507,0.6675746261495402,0.6677345601759296,0.6678944942023191,0.6680544282287085,0.668214362255098,0.6683742962814874,0.6685342303078768,0.6686941643342663,0.6688540983606558,0.6690140323870452,0.6691739664134346,0.6693339004398241,0.6694938344662135,0.6696537684926029,0.6698137025189924,0.6699736365453819,0.6701335705717713,0.6702935045981607,0.6704534386245502,0.6706133726509397,0.670773306677329,0.6709332407037185,0.671093174730108,0.6712531087564974,0.6714130427828868,0.6715729768092763,0.6717329108356658,0.6718928448620551,0.6720527788884446,0.6722127129148341,0.6723726469412236,0.6725325809676129,0.6726925149940024,0.6728524490203919,0.6730123830467812,0.6731723170731707,0.6733322510995602,0.6734921851259497,0.673652119152339,0.6738120531787285,0.673971987205118,0.6741319212315074,0.6742918552578968,0.6744517892842863,0.6746117233106758,0.6747716573370651,0.6749315913634546,0.6750915253898441,0.6752514594162335,0.6754113934426229,0.6755713274690124,0.6757312614954019,0.6758911955217913,0.6760511295481807,0.6762110635745702,0.6763709976009596,0.676530931627349,0.6766908656537385,0.676850799680128,0.6770107337065174,0.6771706677329068,0.6773306017592963,0.6774905357856857,0.6776504698120752,0.6778104038384646,0.6779703378648541,0.6781302718912435,0.6782902059176329,0.6784501399440224,0.6786100739704118,0.6787700079968013,0.6789299420231907,0.6790898760495802,0.6792498100759696,0.6794097441023591,0.6795696781287485,0.6797296121551379,0.6798895461815274,0.6800494802079168,0.6802094142343063,0.6803693482606957,0.6805292822870852,0.6806892163134746,0.680849150339864,0.6810090843662535,0.681169018392643,0.6813289524190324,0.6814888864454218,0.6816488204718113,0.6818087544982007,0.6819686885245901,0.6821286225509796,0.6822885565773691,0.6824484906037585,0.6826084246301479,0.6827683586565374,0.6829282926829269,0.6830882267093162,0.6832481607357057,0.6834080947620952,0.6835680287884847,0.683727962814874,0.6838878968412635,0.684047830867653,0.6842077648940423,0.6843676989204318,0.6845276329468213,0.6846875669732108,0.6848475009996001,0.6850074350259896,0.6851673690523791,0.6853273030787685,0.6854872371051579,0.6856471711315474,0.6858071051579369,0.6859670391843262,0.6861269732107157,0.6862869072371052,0.6864468412634946,0.686606775289884,0.6867667093162735,0.686926643342663,0.6870865773690524,0.6872465113954418,0.6874064454218313,0.6875663794482207,0.6877263134746101,0.6878862475009996,0.6880461815273891,0.6882061155537785,0.6883660495801679,0.6885259836065574,0.6886859176329468,0.6888458516593363,0.6890057856857257,0.6891657197121152,0.6893256537385046,0.689485587764894,0.6896455217912835,0.6898054558176729,0.6899653898440624,0.6901253238704518,0.6902852578968413,0.6904451919232307,0.6906051259496202,0.6907650599760096,0.690924994002399,0.6910849280287885,0.6912448620551779,0.6914047960815674,0.6915647301079568,0.6917246641343463,0.6918845981607357,0.6920445321871251,0.6922044662135146,0.6923644002399041,0.6925243342662935,0.6926842682926829,0.6928442023190724,0.6930041363454618,0.6931640703718512,0.6933240043982407,0.6934839384246302,0.6936438724510195,0.693803806477409,0.6939637405037985,0.694123674530188,0.6942836085565773,0.6944435425829668,0.6946034766093563,0.6947634106357456,0.6949233446621351,0.6950832786885246,0.6952432127149141,0.6954031467413034,0.6955630807676929,0.6957230147940824,0.6958829488204719,0.6960428828468612,0.6962028168732507,0.6963627508996402,0.6965226849260295,0.696682618952419,0.6968425529788085,0.697002487005198,0.6971624210315873,0.6973223550579768,0.6974822890843663,0.6976422231107557,0.6978021571371451,0.6979620911635346,0.6981220251899241,0.6982819592163134,0.6984418932427029,0.6986018272690924,0.6987617612954818,0.6989216953218712,0.6990816293482607,0.6992415633746502,0.6994014974010396,0.699561431427429,0.6997213654538185,0.6998812994802079,0.7000412335065974,0.7002011675329868,0.7003611015593763,0.7005210355857657,0.7006809696121551,0.7008409036385446,0.701000837664934,0.7011607716913235,0.7013207057177129,0.7014806397441024,0.7016405737704918,0.7018005077968813,0.7019604418232707,0.7021203758496601,0.7022803098760496,0.702440243902439,0.7026001779288285,0.7027601119552179,0.7029200459816074,0.7030799800079968,0.7032399140343862,0.7033998480607757,0.7035597820871652,0.7037197161135545,0.703879650139944,0.7040395841663335,0.7041995181927229,0.7043594522191123,0.7045193862455018,0.7046793202718913,0.7048392542982806,0.7049991883246701,0.7051591223510596,0.7053190563774491,0.7054789904038384,0.7056389244302279,0.7057988584566174,0.7059587924830067,0.7061187265093962,0.7062786605357857,0.7064385945621752,0.7065985285885645,0.706758462614954,0.7069183966413435,0.707078330667733,0.7072382646941223,0.7073981987205118,0.7075581327469013,0.7077180667732906,0.7078780007996801,0.7080379348260696,0.7081978688524591,0.7083578028788484,0.7085177369052379,0.7086776709316274,0.7088376049580168,0.7089975389844062,0.7091574730107957,0.7093174070371852,0.7094773410635745,0.709637275089964,0.7097972091163535,0.7099571431427429,0.7101170771691323,0.7102770111955218,0.7104369452219113,0.7105968792483007,0.7107568132746901,0.7109167473010796,0.711076681327469,0.7112366153538584,0.7113965493802479,0.7115564834066374,0.7117164174330268,0.7118763514594162,0.7120362854858057,0.7121962195121951,0.7123561535385846,0.712516087564974,0.7126760215913635,0.7128359556177529,0.7129958896441423,0.7131558236705318,0.7133157576969212,0.7134756917233107,0.7136356257497001,0.7137955597760895,0.713955493802479,0.7141154278288685,0.7142753618552579,0.7144352958816473,0.7145952299080368,0.7147551639344262,0.7149150979608156,0.7150750319872051,0.7152349660135946,0.715394900039984,0.7155548340663734,0.7157147680927629,0.7158747021191524,0.7160346361455417,0.7161945701719312,0.7163545041983207,0.7165144382247102,0.7166743722510995,0.716834306277489,0.7169942403038785,0.7171541743302678,0.7173141083566573,0.7174740423830468,0.7176339764094363,0.7177939104358256,0.7179538444622151,0.7181137784886046,0.7182737125149941,0.7184336465413834,0.7185935805677729,0.7187535145941624,0.7189134486205517,0.7190733826469412,0.7192333166733307,0.7193932506997202,0.7195531847261095,0.719713118752499,0.7198730527788885,0.7200329868052779,0.7201929208316673,0.7203528548580568,0.7205127888844463,0.7206727229108356,0.7208326569372251,0.7209925909636146,0.721152524990004,0.7213124590163934,0.7214723930427829,0.7216323270691724,0.7217922610955618,0.7219521951219512,0.7221121291483407,0.7222720631747301,0.7224319972011195,0.722591931227509,0.7227518652538985,0.7229117992802879,0.7230717333066773,0.7232316673330668,0.7233916013594562,0.7235515353858457,0.7237114694122351,0.7238714034386245,0.724031337465014,0.7241912714914034,0.7243512055177929,0.7245111395441823,0.7246710735705718,0.7248310075969612,0.7249909416233506,0.7251508756497401,0.7253108096761296,0.725470743702519,0.7256306777289084,0.7257906117552979,0.7259505457816873,0.7261104798080767,0.7262704138344662,0.7264303478608557,0.7265902818872451,0.7267502159136345,0.726910149940024,0.7270700839664135,0.7272300179928028,0.7273899520191923,0.7275498860455818,0.7277098200719712,0.7278697540983606,0.7280296881247501,0.7281896221511396,0.728349556177529,0.7285094902039184,0.7286694242303079,0.7288293582566974,0.7289892922830867,0.7291492263094762,0.7293091603358657,0.729469094362255,0.7296290283886445,0.729788962415034,0.7299488964414235,0.7301088304678128,0.7302687644942023,0.7304286985205918,0.7305886325469813,0.7307485665733706,0.7309085005997601,0.7310684346261496,0.7312283686525389,0.7313883026789284,0.7315482367053179,0.7317081707317074,0.7318681047580967,0.7320280387844862,0.7321879728108757,0.7323479068372651,0.7325078408636545,0.732667774890044,0.7328277089164335,0.7329876429428229,0.7331475769692123,0.7333075109956018,0.7334674450219912,0.7336273790483806,0.7337873130747701,0.7339472471011596,0.734107181127549,0.7342671151539384,0.7344270491803279,0.7345869832067173,0.7347469172331068,0.7349068512594962,0.7350667852858856,0.7352267193122751,0.7353866533386645,0.735546587365054,0.7357065213914434,0.7358664554178329,0.7360263894442223,0.7361863234706117,0.7363462574970012,0.7365061915233907,0.7366661255497801,0.7368260595761695,0.736985993602559,0.7371459276289484,0.7373058616553378,0.7374657956817273,0.7376257297081168,0.7377856637345062,0.7379455977608956,0.7381055317872851,0.7382654658136746,0.738425399840064,0.7385853338664534,0.7387452678928429,0.7389052019192323,0.7390651359456217,0.7392250699720112,0.7393850039984007,0.73954493802479,0.7397048720511795,0.739864806077569,0.7400247401039585,0.7401846741303478,0.7403446081567373,0.7405045421831268,0.7406644762095161,0.7408244102359056,0.7409843442622951,0.7411442782886846,0.7413042123150739,0.7414641463414634,0.7416240803678529,0.7417840143942424,0.7419439484206317,0.7421038824470212,0.7422638164734107,0.7424237504998,0.7425836845261895,0.742743618552579,0.7429035525789685,0.7430634866053578,0.7432234206317473,0.7433833546581368,0.7435432886845262,0.7437032227109156,0.7438631567373051,0.7440230907636946,0.7441830247900839,0.7443429588164734,0.7445028928428629,0.7446628268692523,0.7448227608956417,0.7449826949220312,0.7451426289484206,0.7453025629748101,0.7454624970011995,0.745622431027589,0.7457823650539784,0.7459422990803678,0.7461022331067573,0.7462621671331467,0.7464221011595362,0.7465820351859256,0.7467419692123151,0.7469019032387045,0.747061837265094,0.7472217712914834,0.7473817053178728,0.7475416393442623,0.7477015733706517,0.7478615073970412,0.7480214414234306,0.7481813754498201,0.7483413094762095,0.748501243502599,0.7486611775289884,0.7488211115553779,0.7489810455817673,0.7491409796081567,0.7493009136345462,0.7494608476609357,0.749620781687325,0.7497807157137145,0.749940649740104,0.7501005837664934,0.7502605177928828,0.7504204518192723,0.7505803858456618,0.7507403198720511,0.7509002538984406,0.7510601879248301,0.7512201219512196,0.7513800559776089,0.7515399900039984,0.7516999240303879,0.7518598580567772,0.7520197920831667,0.7521797261095562,0.7523396601359457,0.752499594162335,0.7526595281887245,0.752819462215114,0.7529793962415035,0.7531393302678928,0.7532992642942823,0.7534591983206718,0.7536191323470611,0.7537790663734506,0.7539390003998401,0.7540989344262296,0.7542588684526189,0.7544188024790084,0.7545787365053979,0.7547386705317873,0.7548986045581767,0.7550585385845662,0.7552184726109556,0.755378406637345,0.7555383406637345,0.755698274690124,0.7558582087165134,0.7560181427429028,0.7561780767692923,0.7563380107956817,0.7564979448220712,0.7566578788484606,0.7568178128748501,0.7569777469012395,0.7571376809276289,0.7572976149540184,0.7574575489804078,0.7576174830067973,0.7577774170331867,0.7579373510595762,0.7580972850859656,0.7582572191123551,0.7584171531387445,0.758577087165134,0.7587370211915234,0.7588969552179128,0.7590568892443023,0.7592168232706917,0.7593767572970812,0.7595366913234706,0.75969662534986,0.7598565593762495,0.760016493402639,0.7601764274290284,0.7603363614554178,0.7604962954818073,0.7606562295081967,0.7608161635345861,0.7609760975609756,0.7611360315873651,0.7612959656137545,0.7614558996401439,0.7616158336665334,0.7617757676929229,0.7619357017193122,0.7620956357457017,0.7622555697720912,0.7624155037984806,0.76257543782487,0.7627353718512595,0.762895305877649,0.7630552399040383,0.7632151739304278,0.7633751079568173,0.7635350419832068,0.7636949760095961,0.7638549100359856,0.7640148440623751,0.7641747780887644,0.7643347121151539,0.7644946461415434,0.7646545801679329,0.7648145141943222,0.7649744482207117,0.7651343822471012,0.7652943162734906,0.76545425029988,0.7656141843262695,0.765774118352659,0.7659340523790484,0.7660939864054378,0.7662539204318273,0.7664138544582167,0.7665737884846061,0.7667337225109956,0.7668936565373851,0.7670535905637745,0.7672135245901639,0.7673734586165534,0.7675333926429428,0.7676933266693323,0.7678532606957217,0.7680131947221112,0.7681731287485006,0.76833306277489,0.7684929968012795,0.768652930827669,0.7688128648540584,0.7689727988804478,0.7691327329068373,0.7692926669332267,0.7694526009596162,0.7696125349860056,0.769772469012395,0.7699324030387845,0.7700923370651739,0.7702522710915634,0.7704122051179528,0.7705721391443423,0.7707320731707317,0.7708920071971211,0.7710519412235106,0.7712118752499001,0.7713718092762895,0.7715317433026789,0.7716916773290684,0.7718516113554578,0.7720115453818472,0.7721714794082367,0.7723314134346262,0.7724913474610156,0.772651281487405,0.7728112155137945,0.772971149540184,0.7731310835665733,0.7732910175929628,0.7734509516193523,0.7736108856457417,0.7737708196721311,0.7739307536985206,0.7740906877249101,0.7742506217512994,0.7744105557776889,0.7745704898040784,0.7747304238304679,0.7748903578568572,0.7750502918832467,0.7752102259096362,0.7753701599360255,0.775530093962415,0.7756900279888045,0.775849962015194,0.7760098960415833,0.7761698300679728,0.7763297640943623,0.7764896981207517,0.7766496321471411,0.7768095661735306,0.7769695001999201,0.7771294342263094,0.7772893682526989,0.7774493022790884,0.7776092363054778,0.7777691703318672,0.7779291043582567,0.7780890383846462,0.7782489724110356,0.778408906437425,0.7785688404638145,0.778728774490204,0.7788887085165933,0.7790486425429828,0.7792085765693723,0.7793685105957617,0.7795284446221511,0.7796883786485406,0.77984831267493,0.7800082467013195,0.7801681807277089,0.7803281147540984,0.7804880487804878,0.7806479828068772,0.7808079168332667,0.7809678508596561,0.7811277848860456,0.781287718912435,0.7814476529388245,0.7816075869652139,0.7817675209916034,0.7819274550179928,0.7820873890443822,0.7822473230707717,0.7824072570971612,0.7825671911235506,0.78272712514994,0.7828870591763295,0.7830469932027189,0.7832069272291083,0.7833668612554978,0.7835267952818873,0.7836867293082767,0.7838466633346661,0.7840065973610556,0.7841665313874451,0.7843264654138344,0.7844863994402239,0.7846463334666134,0.7848062674930028,0.7849662015193922,0.7851261355457817,0.7852860695721712,0.7854460035985605,0.78560593762495,0.7857658716513395,0.785925805677729,0.7860857397041183,0.7862456737305078,0.7864056077568973,0.7865655417832866,0.7867254758096761,0.7868854098360656,0.7870453438624551,0.7872052778888444,0.7873652119152339,0.7875251459416234,0.7876850799680128,0.7878450139944022,0.7880049480207917,0.7881648820471812,0.7883248160735705,0.78848475009996,0.7886446841263495,0.788804618152739,0.7889645521791283,0.7891244862055178,0.7892844202319073,0.7894443542582967,0.7896042882846861,0.7897642223110756,0.789924156337465,0.7900840903638544,0.7902440243902439,0.7904039584166334,0.7905638924430228,0.7907238264694122,0.7908837604958017,0.7910436945221911,0.7912036285485806,0.79136356257497,0.7915234966013595,0.7916834306277489,0.7918433646541383,0.7920032986805278,0.7921632327069172,0.7923231667333067,0.7924831007596961,0.7926430347860856,0.792802968812475,0.7929629028388645,0.7931228368652539,0.7932827708916433,0.7934427049180328,0.7936026389444222,0.7937625729708117,0.7939225069972011,0.7940824410235906,0.79424237504998,0.7944023090763694,0.7945622431027589,0.7947221771291484,0.7948821111555378,0.7950420451819272,0.7952019792083167,0.7953619132347061,0.7955218472610955,0.795681781287485,0.7958417153138745,0.7960016493402639,0.7961615833666533,0.7963215173930428,0.7964814514194323,0.7966413854458216,0.7968013194722111,0.7969612534986006,0.79712118752499,0.7972811215513794,0.7974410555777689,0.7976009896041584,0.7977609236305477,0.7979208576569372,0.7980807916833267,0.7982407257097162,0.7984006597361055,0.798560593762495,0.7987205277888845,0.798880461815274,0.7990403958416633,0.7992003298680528,0.7993602638944423,0.7995201979208316,0.7996801319472211,0.7998400659736106,0.8]} diff --git a/lib/node_modules/@stdlib/math/base/special/besselk0/test/test.js b/lib/node_modules/@stdlib/math/base/special/besselk0/test/test.js new file mode 100644 index 000000000000..8110e7435fd0 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/besselk0/test/test.js @@ -0,0 +1,168 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2026 The Stdlib Authors. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +'use strict'; + +// MODULES // + +var tape = require( 'tape' ); +var isnan = require( '@stdlib/math/base/assert/is-nan' ); +var randu = require( '@stdlib/random/base/randu' ); +var PINF = require( '@stdlib/constants/float64/pinf' ); +var NINF = require( '@stdlib/constants/float64/ninf' ); +var EPS = require( '@stdlib/constants/float64/eps' ); +var abs = require( '@stdlib/math/base/special/abs' ); +var k0 = require( './../lib' ); + + +// FIXTURES // + +var largePositive = require( './fixtures/julia/large_positive.json' ); +var mediumPositive = require( './fixtures/julia/medium_positive.json' ); +var smallPositive = require( './fixtures/julia/small_positive.json' ); +var smaller = require( './fixtures/julia/very_small.json' ); + + +// TESTS // + +tape( 'main export is a function', function test( t ) { + t.ok( true, __filename ); + t.strictEqual( typeof k0, 'function', 'main export is a function' ); + t.end(); +}); + +tape( 'the function evaluates the modified Bessel function of the second kind of order zero (K₀) (large positive values)', function test( t ) { + var expected = largePositive.expected; + var delta; + var tol; + var y; + var x = largePositive.x; + var i; + + for ( i = 0; i < x.length; i++ ) { + y = k0( x[i] ); + if ( y === expected[i] ) { + t.strictEqual( y, expected[i] ); + } else { + delta = abs( y - expected[i] ); + tol = 1000.0 * EPS * abs( expected[i] ); + t.ok( delta <= tol, 'within tolerance' ); + } + } + t.end(); +}); + +tape( 'the function evaluates the modified Bessel function of the second kind of order zero (K₀) (medium positive values)', function test( t ) { + var expected = mediumPositive.expected; + var delta; + var tol; + var y; + var x = mediumPositive.x; + var i; + + for ( i = 0; i < x.length; i++ ) { + y = k0( x[i] ); + if ( y === expected[i] ) { + t.strictEqual( y, expected[i] ); + } else { + delta = abs( y - expected[i] ); + tol = 800.0 * EPS * abs( expected[i] ); + t.ok( delta <= tol, 'within tolerance' ); + } + } + t.end(); +}); + +tape( 'the function evaluates the modified Bessel function of the second kind of order zero (K₀) (small positive values)', function test( t ) { + var expected = smallPositive.expected; + var delta; + var tol; + var y; + var x = smallPositive.x; + var i; + + for ( i = 0; i < x.length; i++ ) { + y = k0( x[i] ); + if ( y === expected[i] ) { + t.strictEqual( y, expected[i] ); + } else { + delta = abs( y - expected[i] ); + tol = 1200.0 * EPS * abs( expected[i] ); + t.ok( delta <= tol, 'within tolerance' ); + } + } + t.end(); +}); + +tape( 'the function evaluates the modified Bessel function of the second kind of order zero (K₀) (smaller positive values)', function test( t ) { + var expected = smaller.expected; + var delta; + var tol; + var y; + var x = smaller.x; + var i; + + for ( i = 0; i < x.length; i++ ) { + y = k0( x[i] ); + if ( y === expected[i] ) { + t.strictEqual( y, expected[i] ); + } else { + delta = abs( y - expected[i] ); + tol = 10.0 * EPS * abs( expected[i] ); + t.ok( delta <= tol, 'within tolerance' ); + } + } + t.end(); +}); + +tape( 'the function returns NaN for negative numbers', function test( t ) { + var v; + var x; + var i; + + for ( i = 0; i < 1000; i++ ) { + x = -( randu() * 100.0 ) - EPS; + v = k0( x ); + t.ok( isnan( v ), 'returns NaN' ); + } + t.end(); +}); + +tape( 'the function returns +Infinity if provided 0.0', function test( t ) { + var v = k0( 0.0 ); + t.strictEqual( v, PINF, 'returns +Infinity' ); + t.end(); +}); + +tape( 'the function returns NaN if provided NaN', function test( t ) { + var v = k0( NaN ); + t.ok( isnan( v ), 'returns NaN' ); + t.end(); +}); + +tape( 'the function returns 0.0 if provided +Infinity', function test( t ) { + var v = k0( PINF ); + t.strictEqual( v, 0.0, 'returns 0.0' ); + t.end(); +}); + +tape( 'the function returns NaN if provided -Infinity', function test( t ) { + var v = k0( NINF ); + t.ok( isnan( v ), 'returns NaN' ); + t.end(); +}); diff --git a/lib/node_modules/@stdlib/math/base/special/besselk0/test/test.native.js b/lib/node_modules/@stdlib/math/base/special/besselk0/test/test.native.js new file mode 100644 index 000000000000..768d033b78cb --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/besselk0/test/test.native.js @@ -0,0 +1,177 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2026 The Stdlib Authors. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +'use strict'; + +// MODULES // + +var resolve = require( 'path' ).resolve; +var tape = require( 'tape' ); +var isnan = require( '@stdlib/math/base/assert/is-nan' ); +var randu = require( '@stdlib/random/base/randu' ); +var PINF = require( '@stdlib/constants/float64/pinf' ); +var NINF = require( '@stdlib/constants/float64/ninf' ); +var EPS = require( '@stdlib/constants/float64/eps' ); +var abs = require( '@stdlib/math/base/special/abs' ); +var tryRequire = require( '@stdlib/utils/try-require' ); + + +// VARIABLES // + +var k0 = tryRequire( resolve( __dirname, './../lib/native.js' ) ); +var opts = { + 'skip': ( k0 instanceof Error ) +}; + + +// FIXTURES // + +var largePositive = require( './fixtures/julia/large_positive.json' ); +var mediumPositive = require( './fixtures/julia/medium_positive.json' ); +var smallPositive = require( './fixtures/julia/small_positive.json' ); +var smaller = require( './fixtures/julia/very_small.json' ); + + +// TESTS // + +tape( 'main export is a function', opts, function test( t ) { + t.ok( true, __filename ); + t.strictEqual( typeof k0, 'function', 'main export is a function' ); + t.end(); +}); + +tape( 'the function evaluates the modified Bessel function of the second kind of order zero (K₀) (large positive values)', opts, function test( t ) { + var expected = largePositive.expected; + var delta; + var tol; + var x = largePositive.x; + var y; + var i; + + for ( i = 0; i < x.length; i++ ) { + y = k0( x[i] ); + if ( y === expected[i] ) { + t.strictEqual( y, expected[i] ); + } else { + delta = abs( y - expected[i] ); + tol = 1000.0 * EPS * abs( expected[i] ); + t.ok( delta <= tol, 'within tolerance' ); + } + } + t.end(); +}); + +tape( 'the function evaluates the modified Bessel function of the second kind of order zero (K₀) (medium positive values)', opts, function test( t ) { + var expected = mediumPositive.expected; + var delta; + var tol; + var x = mediumPositive.x; + var y; + var i; + + for ( i = 0; i < x.length; i++ ) { + y = k0( x[i] ); + if ( y === expected[i] ) { + t.strictEqual( y, expected[i] ); + } else { + delta = abs( y - expected[i] ); + tol = 900.0 * EPS * abs( expected[i] ); + t.ok( delta <= tol, 'within tolerance' ); + } + } + t.end(); +}); + +tape( 'the function evaluates the modified Bessel function of the second kind of order zero (K₀) (small positive values)', opts, function test( t ) { + var expected = smallPositive.expected; + var delta; + var tol; + var x = smallPositive.x; + var y; + var i; + + for ( i = 0; i < x.length; i++ ) { + y = k0( x[i] ); + if ( y === expected[i] ) { + t.strictEqual( y, expected[i] ); + } else { + delta = abs( y - expected[i] ); + tol = 1200.0 * EPS * abs( expected[i] ); + t.ok( delta <= tol, 'within tolerance' ); + } + } + t.end(); +}); + +tape( 'the function evaluates the modified Bessel function of the second kind of order zero (K₀) (smaller positive values)', opts, function test( t ) { + var expected = smaller.expected; + var delta; + var tol; + var x = smaller.x; + var y; + var i; + + for ( i = 0; i < x.length; i++ ) { + y = k0( x[i] ); + if ( y === expected[i] ) { + t.strictEqual( y, expected[i] ); + } else { + delta = abs( y - expected[i] ); + tol = 10.0 * EPS * abs( expected[i] ); + t.ok( delta <= tol, 'within tolerance' ); + } + } + t.end(); +}); + +tape( 'the function returns NaN for negative numbers', opts, function test( t ) { + var v; + var x; + var i; + + for ( i = 0; i < 1000; i++ ) { + x = -( randu() * 100.0 ) - EPS; + v = k0( x ); + t.ok( isnan( v ), 'returns NaN' ); + } + t.end(); +}); + +tape( 'the function returns +Infinity if provided 0.0', opts, function test( t ) { + var v = k0( 0.0 ); + t.strictEqual( v, PINF, 'returns +Infinity' ); + t.end(); +}); + +tape( 'the function returns NaN if provided NaN', opts, function test( t ) { + var v = k0( NaN ); + t.ok( isnan( v ), 'returns NaN' ); + t.end(); +}); + +tape( 'the function returns 0.0 if provided +Infinity', opts, function test( t ) { + var v = k0( PINF ); + t.strictEqual( v, 0.0, 'returns 0.0' ); + t.end(); +}); + +tape( 'the function returns NaN if provided -Infinity', opts, function test( t ) { + var v = k0( NINF ); + t.ok( isnan( v ), 'returns NaN' ); + t.end(); +});