diff --git a/lib/node_modules/@stdlib/math/base/special/sinf/LICENSE b/lib/node_modules/@stdlib/math/base/special/sinf/LICENSE new file mode 100644 index 000000000000..a7566ad6f2c3 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/sinf/LICENSE @@ -0,0 +1,192 @@ + + 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: + +* FreeBSD + +Copyright (C) 1993-2004 by Sun Microsystems, Inc. All rights reserved. + +Developed at SunPro, a Sun Microsystems, Inc. business. +Permission to use, copy, modify, and distribute this +software is freely granted, provided that this notice +is preserved. diff --git a/lib/node_modules/@stdlib/math/base/special/sinf/README.md b/lib/node_modules/@stdlib/math/base/special/sinf/README.md new file mode 100644 index 000000000000..2d91a38efb50 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/sinf/README.md @@ -0,0 +1,181 @@ + + +# Sine + +> Compute the [sine][sine] of a single-precision floating-point number (in radians). + +
+ +## Usage + +```javascript +var sinf = require( '@stdlib/math/base/special/sinf' ); +``` + +#### sinf( x ) + +Computes the [sine][sine] of a single-precision floating-point number (in radians). + +```javascript +var v = sinf( 0.0 ); +// returns ~0.0 + +v = sinf( 3.141592653589793/2.0 ); +// returns ~1.0 + +v = sinf( -3.141592653589793/6.0 ); +// returns ~-0.5 +``` + +
+ + + +
+ +## Examples + + + +```javascript +var uniform = require( '@stdlib/random/array/uniform' ); +var logEachMap = require( '@stdlib/console/log-each-map' ); +var TWO_PI = require( '@stdlib/constants/float32/two-pi' ); +var sinf = require( '@stdlib/math/base/special/sinf' ); + +var opts = { + 'dtype': 'float32' +}; +var x = uniform( 100, 0.0, TWO_PI, opts ); + +logEachMap( 'sinf(%0.4f) = %0.4f', x, sinf ); +``` + +
+ + + + + +* * * + +
+ +## C APIs + + + +
+ +
+ + + + + +
+ +### Usage + +```c +#include "stdlib/math/base/special/sinf.h" +``` + +#### stdlib_base_sinf( x ) + +Computes the [sine][sine] of a single-precision floating-point number (in radians). + +```c +float y = stdlib_base_sinf( 3.141592653589793f / 2.0f ); +// returns ~1.0f +``` + +The function accepts the following arguments: + +- **x**: `[in] float` input value. + +```c +float stdlib_base_sinf( const float x ); +``` + +
+ + + + + +
+ +
+ + + + + +
+ +### Examples + +```c +#include "stdlib/math/base/special/sinf.h" +#include + +int main( void ) { + const float x[] = { 0.0f, 0.523f, 0.785f, 1.047f, 3.14f }; + + float y; + int i; + for ( i = 0; i < 5; i++ ) { + y = stdlib_base_sinf( x[ i ] ); + printf( "sinf(%f) = %f\n", x[ i ], y ); + } +} +``` + +
+ + + +
+ + + + + + + + + + + + + + diff --git a/lib/node_modules/@stdlib/math/base/special/sinf/benchmark/benchmark.js b/lib/node_modules/@stdlib/math/base/special/sinf/benchmark/benchmark.js new file mode 100644 index 000000000000..cb776680f388 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/sinf/benchmark/benchmark.js @@ -0,0 +1,54 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2025 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 isnanf = require( '@stdlib/math/base/assert/is-nanf' ); +var pkg = require( './../package.json' ).name; +var sinf = require( './../lib' ); + + +// MAIN // + +bench( pkg, function benchmark( b ) { + var x; + var y; + var i; + + x = uniform( 100, -10.0, 10.0, { + 'dtype': 'float32' + }); + + b.tic(); + for ( i = 0; i < b.iterations; i++ ) { + y = sinf( x[ i%x.length ] ); + if ( isnanf( y ) ) { + b.fail( 'should not return NaN' ); + } + } + b.toc(); + if ( isnanf( y ) ) { + b.fail( 'should not return NaN' ); + } + b.pass( 'benchmark finished' ); + b.end(); +}); diff --git a/lib/node_modules/@stdlib/math/base/special/sinf/benchmark/benchmark.native.js b/lib/node_modules/@stdlib/math/base/special/sinf/benchmark/benchmark.native.js new file mode 100644 index 000000000000..92494156816c --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/sinf/benchmark/benchmark.native.js @@ -0,0 +1,63 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2025 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 isnanf = require( '@stdlib/math/base/assert/is-nanf' ); +var tryRequire = require( '@stdlib/utils/try-require' ); +var pkg = require( './../package.json' ).name; + + +// VARIABLES // + +var sinf = tryRequire( resolve( __dirname, './../lib/native.js' ) ); +var opts = { + 'skip': ( sinf instanceof Error ) +}; + + +// MAIN // + +bench( pkg+'::native', opts, function benchmark( b ) { + var x; + var y; + var i; + + x = uniform( 100, -10.0, 10.0, { + 'dtype': 'float32' + }); + + b.tic(); + for ( i = 0; i < b.iterations; i++ ) { + y = sinf( x[ i%x.length ] ); + if ( isnanf( y ) ) { + b.fail( 'should not return NaN' ); + } + } + b.toc(); + if ( isnanf( y ) ) { + b.fail( 'should not return NaN' ); + } + b.pass( 'benchmark finished' ); + b.end(); +}); diff --git a/lib/node_modules/@stdlib/math/base/special/sinf/benchmark/c/Makefile b/lib/node_modules/@stdlib/math/base/special/sinf/benchmark/c/Makefile new file mode 100644 index 000000000000..635d877081d5 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/sinf/benchmark/c/Makefile @@ -0,0 +1,126 @@ +#/ +# @license Apache-2.0 +# +# Copyright (c) 2025 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 C targets: +c_targets := benchmark.out + + +# RULES # + +#/ +# Compiles C source files. +# +# @param {string} [C_COMPILER] - C compiler +# @param {string} [CFLAGS] - C compiler flags +# @param {(string|void)} [fPIC] - compiler flag indicating whether to generate position independent code +# +# @example +# make +# +# @example +# make all +#/ +all: $(c_targets) + +.PHONY: all + +#/ +# Compiles C source files. +# +# @private +# @param {string} CC - C compiler +# @param {string} CFLAGS - C compiler flags +# @param {(string|void)} fPIC - compiler flag indicating whether to generate position independent code +#/ +$(c_targets): %.out: %.c + $(QUIET) $(CC) $(CFLAGS) $(fPIC) -o $@ $< -lm + +#/ +# 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/sinf/benchmark/c/benchmark.c b/lib/node_modules/@stdlib/math/base/special/sinf/benchmark/c/benchmark.c new file mode 100644 index 000000000000..aeea34b4a112 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/sinf/benchmark/c/benchmark.c @@ -0,0 +1,135 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2025 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 +#include +#include +#include +#include + +#define NAME "sinf" +#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 benchmarks 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 float rand_float( void ) { + int r = rand(); + return (float)r / ( (float)RAND_MAX + 1.0f ); +} + +/** +* Runs a benchmark. +* +* @return elapsed time in seconds +*/ +static double benchmark( void ) { + float x[ 100 ]; + double elapsed; + double t; + float y; + int i; + + for ( i = 0; i < 100; i++ ) { + x[ i ] = ( 20.0f*rand_float() ) - 10.0f; + } + + t = tic(); + for ( i = 0; i < ITERATIONS; i++ ) { + y = sinf( 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::%s\n", NAME ); + elapsed = benchmark(); + print_results( elapsed ); + printf( "ok %d benchmark finished\n", i+1 ); + } + print_summary( REPEATS, REPEATS ); +} diff --git a/lib/node_modules/@stdlib/math/base/special/sinf/benchmark/c/cephes/Makefile b/lib/node_modules/@stdlib/math/base/special/sinf/benchmark/c/cephes/Makefile new file mode 100644 index 000000000000..c103e646f7a5 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/sinf/benchmark/c/cephes/Makefile @@ -0,0 +1,134 @@ +#/ +# @license Apache-2.0 +# +# Copyright (c) 2025 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 + +# Specify the path to Cephes: +CEPHES ?= + +# Specify a list of Cephes source files: +CEPHES_SRC ?= + +# 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 C targets: +c_targets := benchmark.out + + +# RULES # + +#/ +# Compiles C source files. +# +# @param {string} CEPHES_SRC - list of Cephes source files +# @param {string} [C_COMPILER] - C compiler +# @param {string} [CFLAGS] - C compiler flags +# @param {(string|void)} [fPIC] - compiler flag indicating whether to generate position independent code +# +# @example +# make +# +# @example +# make all +#/ +all: $(c_targets) + +.PHONY: all + +#/ +# Compiles C source files. +# +# @private +# @param {string} CC - C compiler +# @param {string} CFLAGS - C compiler flags +# @param {(string|void)} fPIC - compiler flag indicating whether to generate position independent code +# @param {string} CEPHES_SRC - list of Cephes source files +#/ +$(c_targets): %.out: %.c + $(QUIET) $(CC) $(CFLAGS) $(fPIC) -o $@ $(CEPHES_SRC) $< -lm + +#/ +# 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/sinf/benchmark/c/cephes/benchmark.c b/lib/node_modules/@stdlib/math/base/special/sinf/benchmark/c/cephes/benchmark.c new file mode 100644 index 000000000000..7cfcb08ca66c --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/sinf/benchmark/c/cephes/benchmark.c @@ -0,0 +1,140 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2025 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 +#include +#include +#include +#include + +#define NAME "sinf" +#define ITERATIONS 1000000 +#define REPEATS 3 + +/** +* Define prototypes for external functions. +*/ +extern float sinf( float x ); + +/** +* 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 benchmarks 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 float rand_float( void ) { + int r = rand(); + return (float)r / ( (float)RAND_MAX + 1.0f ); +} + +/** +* Runs a benchmark. +* +* @return elapsed time in seconds +*/ +static double benchmark( void ) { + float x[ 100 ]; + double elapsed; + double t; + float y; + int i; + + for ( i = 0; i < 100; i++ ) { + x[ i ] = ( 20.0f*rand_float() ) - 10.0f; + } + + t = tic(); + for ( i = 0; i < ITERATIONS; i++ ) { + y = sinf( 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::cephes::%s\n", NAME ); + elapsed = benchmark(); + print_results( elapsed ); + printf( "ok %d benchmark finished\n", i+1 ); + } + print_summary( REPEATS, REPEATS ); +} diff --git a/lib/node_modules/@stdlib/math/base/special/sinf/benchmark/c/native/Makefile b/lib/node_modules/@stdlib/math/base/special/sinf/benchmark/c/native/Makefile new file mode 100644 index 000000000000..a4bd7b38fd74 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/sinf/benchmark/c/native/Makefile @@ -0,0 +1,146 @@ +#/ +# @license Apache-2.0 +# +# Copyright (c) 2025 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/sinf/benchmark/c/native/benchmark.c b/lib/node_modules/@stdlib/math/base/special/sinf/benchmark/c/native/benchmark.c new file mode 100644 index 000000000000..8d7898453900 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/sinf/benchmark/c/native/benchmark.c @@ -0,0 +1,136 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2025 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/sinf.h" +#include +#include +#include +#include +#include + +#define NAME "sinf" +#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 benchmarks 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 float rand_float( void ) { + int r = rand(); + return (float)r / ( (float)RAND_MAX + 1.0f ); +} + +/** +* Runs a benchmark. +* +* @return elapsed time in seconds +*/ +static double benchmark( void ) { + float x[ 100 ]; + double elapsed; + double t; + float y; + int i; + + for ( i = 0; i < 100; i++ ) { + x[ i ] = ( 20.0f*rand_float() ) - 10.0f; + } + + t = tic(); + for ( i = 0; i < ITERATIONS; i++ ) { + y = stdlib_base_sinf( 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 ); +} diff --git a/lib/node_modules/@stdlib/math/base/special/sinf/binding.gyp b/lib/node_modules/@stdlib/math/base/special/sinf/binding.gyp new file mode 100644 index 000000000000..68a1ca11d160 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/sinf/binding.gyp @@ -0,0 +1,170 @@ +# @license Apache-2.0 +# +# Copyright (c) 2025 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/sinf/docs/repl.txt b/lib/node_modules/@stdlib/math/base/special/sinf/docs/repl.txt new file mode 100644 index 000000000000..f42d7eb1a954 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/sinf/docs/repl.txt @@ -0,0 +1,28 @@ + +{{alias}}( x ) + Computes the sine of a single-precision floating-point number (in radians). + + Parameters + ---------- + x: number + Input value (in radians). + + Returns + ------- + y: number + Sine. + + Examples + -------- + > var y = {{alias}}( 0.0 ) + ~0.0 + > y = {{alias}}( {{alias:@stdlib/constants/float32/pi}}/2.0 ) + ~1.0 + > y = {{alias}}( -{{alias:@stdlib/constants/float32/pi}}/6.0 ) + ~-0.5 + > y = {{alias}}( NaN ) + NaN + + See Also + -------- + diff --git a/lib/node_modules/@stdlib/math/base/special/sinf/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/sinf/docs/types/index.d.ts new file mode 100644 index 000000000000..26dcde21b2b0 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/sinf/docs/types/index.d.ts @@ -0,0 +1,48 @@ +/* +* @license Apache-2.0 +* +* Copyright (c) 2025 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 sine of a single-precision floating-point number (in radians). +* +* @param x - input value (in radians) +* @returns sine +* +* @example +* var v = sinf( 0.0 ); +* // returns ~0.0 +* +* @example +* var v = sinf( 3.141592653589793/2.0 ); +* // returns ~1.0 +* +* @example +* var v = sinf( -3.141592653589793/6.0 ); +* // returns ~-0.5 +* +* @example +* var v = sinf( NaN ); +* // returns NaN +*/ +declare function sinf( x: number ): number; + + +// EXPORTS // + +export = sinf; diff --git a/lib/node_modules/@stdlib/math/base/special/sinf/docs/types/test.ts b/lib/node_modules/@stdlib/math/base/special/sinf/docs/types/test.ts new file mode 100644 index 000000000000..504c845d0ebf --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/sinf/docs/types/test.ts @@ -0,0 +1,44 @@ +/* +* @license Apache-2.0 +* +* Copyright (c) 2025 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 sinf = require( './index' ); + + +// TESTS // + +// The function returns a number... +{ + sinf( 8 ); // $ExpectType number +} + +// The compiler throws an error if the function is provided a value other than a number... +{ + sinf( true ); // $ExpectError + sinf( false ); // $ExpectError + sinf( null ); // $ExpectError + sinf( undefined ); // $ExpectError + sinf( '5' ); // $ExpectError + sinf( [] ); // $ExpectError + sinf( {} ); // $ExpectError + sinf( ( x: number ): number => x ); // $ExpectError +} + +// The compiler throws an error if the function is provided insufficient arguments... +{ + sinf(); // $ExpectError +} diff --git a/lib/node_modules/@stdlib/math/base/special/sinf/examples/c/Makefile b/lib/node_modules/@stdlib/math/base/special/sinf/examples/c/Makefile new file mode 100644 index 000000000000..25ced822f96a --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/sinf/examples/c/Makefile @@ -0,0 +1,146 @@ +#/ +# @license Apache-2.0 +# +# Copyright (c) 2025 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/sinf/examples/c/example.c b/lib/node_modules/@stdlib/math/base/special/sinf/examples/c/example.c new file mode 100644 index 000000000000..aacfe65c0444 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/sinf/examples/c/example.c @@ -0,0 +1,31 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2025 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/sinf.h" +#include + +int main( void ) { + const float x[] = { 0.0f, 0.523f, 0.785f, 1.047f, 3.14f }; + + float y; + int i; + for ( i = 0; i < 5; i++ ) { + y = stdlib_base_sinf( x[ i ] ); + printf( "sinf(%f) = %f\n", x[ i ], y ); + } +} diff --git a/lib/node_modules/@stdlib/math/base/special/sinf/examples/index.js b/lib/node_modules/@stdlib/math/base/special/sinf/examples/index.js new file mode 100644 index 000000000000..9ae12dd8b19e --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/sinf/examples/index.js @@ -0,0 +1,31 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2025 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 TWO_PI = require( '@stdlib/constants/float32/two-pi' ); +var sinf = require( './../lib' ); + +var opts = { + 'dtype': 'float32' +}; +var x = uniform( 100, 0.0, TWO_PI, opts ); + +logEachMap( 'sinf(%0.4f) = %0.4f', x, sinf ); diff --git a/lib/node_modules/@stdlib/math/base/special/sinf/include.gypi b/lib/node_modules/@stdlib/math/base/special/sinf/include.gypi new file mode 100644 index 000000000000..ecfaf82a3279 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/sinf/include.gypi @@ -0,0 +1,53 @@ +# @license Apache-2.0 +# +# Copyright (c) 2025 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': [ + ' 0 01111110 10010010000111111011010 => 0x3f490fda = 1061752768 +var PIO4_WORD = 0x3f490fda|0; // asm type annotation + +// 3*PI/4 = 2.356194257736206 => 0 10000000 00101101100101111100011 => 0x4016cbe3 = 1075235811 +var THREE_PIO4_WORD = 0x4016cbe3|0; // asm type annotation + +// 5*PI/4 = 3.9269907474517822 => 0 10000000 11110110101001111010001 => 0x407b53d1 = 1081824209 +var FIVE_PIO4_WORD = 0x407b53d1|0; // asm type annotation + +// 7*PI/4 = 5.497786998748779 => 0 10000001 01011111110110111011111 => 0x40afeddf = 1085271519 +var SEVEN_PIO4_WORD = 0x40afeddf|0; // asm type annotation + +// 9*PI/4 = 7.068583011627197 => 0 10000001 11000100011000111010101 => 0x40e231d5 = 1088565717 +var NINE_PIO4_WORD = 0x40e231d5|0; // asm type annotation + +// 2^-12 = 0.000244140625 => 0 01110011 00000000000000000000000 => 0x39800000 = 964689920 +var SMALL_WORD = 0x39800000|0; // asm type annotation + +// Small multiples of PI/2 in double-precision floating-point format: +var PIO2 = FLOAT64_HALF_PI; // 0x3FF921FB, 0x54442D18 +var PI = 2.0 * FLOAT64_HALF_PI; // 0x400921FB, 0x54442D18 +var THREE_PIO2 = 3.0 * FLOAT64_HALF_PI; // 0x4012D97C, 0x7F3321D2 +var TWO_PI = 4.0 * FLOAT64_HALF_PI; // 0x401921FB, 0x54442D18 + +// Array for storing the remainder element: +var Y = [ 0.0 ]; + + +// MAIN // + +/** +* Computes the sine of a single-precision floating-point number (in radians). +* +* ## Method +* +* - Let \\(S\\), \\(C\\), and \\(T\\) denote the \\(\sin\\), \\(\cos\\), and \\(\tan\\), respectively, on \\(\[-\pi/4, +\pi/4\]\\). +* +* - Reduce the argument \\(x\\) to \\(y = x-k\pi/2\\) in \\(\[-\pi/4, +\pi/4\]\\), and let \\(n = k \mod 4\\). +* +* - We have +* +* | n | sin(x) | cos(x) | tan(x) | +* | - | ------ | ------ | ------ | +* | 0 | S | C | T | +* | 1 | C | -S | -1/T | +* | 2 | -S | -C | T | +* | 3 | -C | S | -1/T | +* +* @param {number} x - input value (in radians) +* @returns {number} sine +* +* @example +* var v = sinf( 0.0 ); +* // returns ~0.0 +* +* @example +* var v = sinf( 3.141592653589793/2.0 ); +* // returns ~1.0 +* +* @example +* var v = sinf( -3.141592653589793/6.0 ); +* // returns ~-0.5 +* +* @example +* var v = sinf( NaN ); +* // returns NaN +*/ +function sinf( x ) { + var hx; + var ix; + var n; + + hx = toWordf( f32( x ) ) |0; // asm type annotation + ix = (hx & FLOAT32_ABS_MASK)|0; // asm type annotation + + // Case: |x| ~<= π/4 + if ( ix <= PIO4_WORD ) { + // Case: |x| < 2^-12 + if ( ix < SMALL_WORD ) { + return f32( x ); + } + return kernelSinf( x ); + } + // Case: |x| ~<= 5π/4 + if ( ix <= FIVE_PIO4_WORD ) { + // Case: |x| ~<= 3π/4 + if ( ix <= THREE_PIO4_WORD ) { + if ( hx > 0 ) { + return f32( kernelCosf( x - PIO2 ) ); + } + return f32( -kernelCosf( x + PIO2 ) ); + } + if ( hx > 0 ) { + return f32( kernelSinf( PI - x ) ); + } + return f32( -kernelSinf( PI + x ) ); + } + // Case: |x| ~<= 9π/4 + if ( ix <= NINE_PIO4_WORD ) { + // Case: |x| ~<= 7π/4 + if ( ix <= SEVEN_PIO4_WORD ) { + if ( hx > 0 ) { + return f32( -kernelCosf( x - THREE_PIO2 ) ); + } + return f32( kernelCosf( x + THREE_PIO2 ) ); + } + if ( hx > 0 ) { + return f32( kernelSinf( x - TWO_PI ) ); + } + return f32( kernelSinf( x + TWO_PI ) ); + } + // Case: x is NaN or infinity + if ( ix >= FLOAT32_EXPONENT_MASK ) { + return NaN; + } + // Argument reduction... + n = rempio2f( f32( x ), Y ); + switch ( n & 3 ) { + case 0: + return f32( kernelSinf( Y[ 0 ] ) ); + case 1: + return f32( kernelCosf( Y[ 0 ] ) ); + case 2: + return f32( -kernelSinf( Y[ 0 ] ) ); + default: + return f32( -kernelCosf( Y[ 0 ] ) ); + } +} + + +// EXPORTS // + +module.exports = sinf; diff --git a/lib/node_modules/@stdlib/math/base/special/sinf/lib/native.js b/lib/node_modules/@stdlib/math/base/special/sinf/lib/native.js new file mode 100644 index 000000000000..00c376107b20 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/sinf/lib/native.js @@ -0,0 +1,58 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2025 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 sine of a single-precision floating-point number (in radians). +* +* @private +* @param {number} x - input value (in radians) +* @returns {number} sine +* +* @example +* var v = sinf( 0.0 ); +* // returns ~0.0 +* +* @example +* var v = sinf( 3.141592653589793/2.0 ); +* // returns ~1.0 +* +* @example +* var v = sinf( -3.141592653589793/6.0 ); +* // returns ~-0.5 +* +* @example +* var v = sinf( NaN ); +* // returns NaN +*/ +function sinf( x ) { + return addon( x ); +} + + +// EXPORTS // + +module.exports = sinf; diff --git a/lib/node_modules/@stdlib/math/base/special/sinf/manifest.json b/lib/node_modules/@stdlib/math/base/special/sinf/manifest.json new file mode 100644 index 000000000000..ee560b2cb0f2 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/sinf/manifest.json @@ -0,0 +1,96 @@ +{ + "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": [ + "-lm" + ], + "libpath": [], + "dependencies": [ + "@stdlib/math/base/napi/unary", + "@stdlib/number/float32/base/to-word", + "@stdlib/constants/float64/high-word-abs-mask", + "@stdlib/constants/float64/half-pi", + "@stdlib/constants/float32/exponent-mask", + "@stdlib/math/base/special/kernel-cosf", + "@stdlib/math/base/special/kernel-sinf", + "@stdlib/math/base/special/rempio2f" + ] + }, + { + "task": "benchmark", + "src": [ + "./src/main.c" + ], + "include": [ + "./include" + ], + "libraries": [ + "-lm" + ], + "libpath": [], + "dependencies": [ + "@stdlib/number/float32/base/to-word", + "@stdlib/constants/float64/high-word-abs-mask", + "@stdlib/constants/float64/half-pi", + "@stdlib/constants/float32/exponent-mask", + "@stdlib/math/base/special/kernel-cosf", + "@stdlib/math/base/special/kernel-sinf", + "@stdlib/math/base/special/rempio2f" + ] + }, + { + "task": "examples", + "src": [ + "./src/main.c" + ], + "include": [ + "./include" + ], + "libraries": [ + "-lm" + ], + "libpath": [], + "dependencies": [ + "@stdlib/number/float32/base/to-word", + "@stdlib/constants/float64/high-word-abs-mask", + "@stdlib/constants/float64/half-pi", + "@stdlib/constants/float32/exponent-mask", + "@stdlib/math/base/special/kernel-cosf", + "@stdlib/math/base/special/kernel-sinf", + "@stdlib/math/base/special/rempio2f" + ] + } + ] +} diff --git a/lib/node_modules/@stdlib/math/base/special/sinf/package.json b/lib/node_modules/@stdlib/math/base/special/sinf/package.json new file mode 100644 index 000000000000..ece945bded74 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/sinf/package.json @@ -0,0 +1,147 @@ +{ + "name": "@stdlib/math/base/special/sinf", + "version": "0.0.0", + "description": "Compute the sine of a single-precision floating-point number (in radians).", + "license": "Apache-2.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", + "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", + "math.sin", + "sin", + "sinf", + "sine", + "trig", + "trigonometry", + "radians", + "angle" + ], + "__stdlib__": { + "scaffold": { + "$schema": "math/base@v1.0", + "base_alias": "sin", + "alias": "sinf", + "pkg_desc": "compute the sine of a single-precision floating-point number (in radians)", + "desc": "computes the sine of a single-precision floating-point number (in radians)", + "short_desc": "sine", + "parameters": [ + { + "name": "x", + "desc": "input value (in radians)", + "type": { + "javascript": "number", + "jsdoc": "number", + "c": "float", + "dtype": "float32" + }, + "domain": [ + { + "min": "-infinity", + "max": "infinity" + } + ], + "rand": { + "prng": "random/base/uniform", + "parameters": [ + -10, + 10 + ] + }, + "example_values": [ + 64, + 27, + 0, + 0.1, + -9, + 8, + -1, + 125, + -10.2, + 11.3, + -12.4, + 3.5, + -1.6, + 15.7, + -16, + 17.9, + -188, + 19.11, + -200, + 21.15 + ] + } + ], + "output_policy": "real_floating_point_and_generic", + "returns": { + "desc": "sine", + "type": { + "javascript": "number", + "jsdoc": "number", + "c": "float", + "dtype": "float32" + } + }, + "keywords": [ + "sin", + "sinf", + "sine", + "trig", + "trigonometry", + "radians", + "angle" + ], + "extra_keywords": [ + "math.sin" + ] + } + } +} diff --git a/lib/node_modules/@stdlib/math/base/special/sinf/src/Makefile b/lib/node_modules/@stdlib/math/base/special/sinf/src/Makefile new file mode 100644 index 000000000000..7733b6180cb4 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/sinf/src/Makefile @@ -0,0 +1,70 @@ +#/ +# @license Apache-2.0 +# +# Copyright (c) 2025 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/sinf/src/addon.c b/lib/node_modules/@stdlib/math/base/special/sinf/src/addon.c new file mode 100644 index 000000000000..a836d053f9f8 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/sinf/src/addon.c @@ -0,0 +1,22 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2025 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/sinf.h" +#include "stdlib/math/base/napi/unary.h" + +STDLIB_MATH_BASE_NAPI_MODULE_F_F( stdlib_base_sinf ) diff --git a/lib/node_modules/@stdlib/math/base/special/sinf/src/main.c b/lib/node_modules/@stdlib/math/base/special/sinf/src/main.c new file mode 100644 index 000000000000..6a6b3616efc7 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/sinf/src/main.c @@ -0,0 +1,154 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2025 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 following copyright, license, and long comment were part of the original implementation available as part of [FreeBSD]{@link https://svnweb.freebsd.org/base/release/12.2.0/lib/msun/src/s_sinf.c}. The implementation follows the original, but has been modified according to stdlib conventions. +* +* ```text +* Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. +* +* Developed at SunPro, a Sun Microsystems, Inc. business. +* Permission to use, copy, modify, and distribute this +* software is freely granted, provided that this notice +* is preserved. +* ``` +*/ + +#include "stdlib/math/base/special/sinf.h" +#include "stdlib/math/base/special/kernel_cosf.h" +#include "stdlib/math/base/special/kernel_sinf.h" +#include "stdlib/math/base/special/rempio2f.h" +#include "stdlib/constants/float64/half_pi.h" +#include "stdlib/constants/float32/abs_mask.h" +#include "stdlib/constants/float32/exponent_mask.h" +#include "stdlib/number/float32/base/to_word.h" +#include + +// PI/4 = 0.7853981256484985 => 0 01111110 10010010000111111011010 => 0x3f490fda = 1061752768 +static const int32_t PIO4_WORD = 0x3f490fda; + +// 3*PI/4 = 2.356194257736206 => 0 10000000 00101101100101111100011 => 0x4016cbe3 = 1075235811 +static const int32_t THREE_PIO4_WORD = 0x4016cbe3; + +// 5*PI/4 = 3.9269907474517822 => 0 10000000 11110110101001111010001 => 0x407b53d1 = 1081824209 +static const int32_t FIVE_PIO4_WORD = 0x407b53d1; + +// 7*PI/4 = 5.497786998748779 => 0 10000001 01011111110110111011111 => 0x40afeddf = 1085271519 +static const int32_t SEVEN_PIO4_WORD = 0x40afeddf; + +// 9*PI/4 = 7.068583011627197 => 0 10000001 11000100011000111010101 => 0x40e231d5 = 1088565717 +static const int32_t NINE_PIO4_WORD = 0x40e231d5; + +// 2^-12 = 0.000244140625 => 0 01110011 00000000000000000000000 => 0x39800000 = 964689920 +static const int32_t SMALL_WORD = 0x39800000; + +// Small multiples of PI/2 in double-precision floating-point format: +static const double PIO2 = STDLIB_CONSTANT_FLOAT64_HALF_PI; // 0x3FF921FB, 0x54442D18 +static const double PI = 2.0 * STDLIB_CONSTANT_FLOAT64_HALF_PI; // 0x400921FB, 0x54442D18 +static const double THREE_PIO2 = 3.0 * STDLIB_CONSTANT_FLOAT64_HALF_PI; // 0x4012D97C, 0x7F3321D2 +static const double TWO_PI = 4.0 * STDLIB_CONSTANT_FLOAT64_HALF_PI; // 0x401921FB, 0x54442D18 + +/** +* Computes the sine of a single-precision floating-point number (in radians). +* +* ## Method +* +* - Let \\(S\\), \\(C\\), and \\(T\\) denote the \\(\sin\\), \\(\cos\\), and \\(\tan\\), respectively, on \\(\[-\pi/4, +\pi/4\]\\). +* +* - Reduce the argument \\(x\\) to \\(y = x-k\pi/2\\) in \\(\[-\pi/4, +\pi/4\]\\), and let \\(n = k \mod 4\\). +* +* - We have +* +* | n | sin(x) | cos(x) | tan(x) | +* | - | ------ | ------ | ------ | +* | 0 | S | C | T | +* | 1 | C | -S | -1/T | +* | 2 | -S | -C | T | +* | 3 | -C | S | -1/T | +* +* @param x input value (in radians) +* @return sine +* +* @example +* float y = stdlib_base_sinf( 3.141592653589793f / 2.0f ); +* // returns 1.0f +*/ +float stdlib_base_sinf( const float x ) { + uint32_t uix; + int32_t ix; + int32_t n; + double y; + + stdlib_base_float32_to_word( x, &uix ); + ix = (int32_t)uix; + ix &= STDLIB_CONSTANT_FLOAT32_ABS_MASK; + + // Case: |x| ~<= π/4 + if ( ix <= PIO4_WORD ) { + // Case: |x| < 2^-12 + if ( ix < SMALL_WORD ) { + return x; + } + return stdlib_base_kernel_sinf( (double)x ); + } + // Case: |x| ~<= 5π/4 + if ( ix <= FIVE_PIO4_WORD ) { + // Case: |x| ~<= 3π/4 + if ( ix <= THREE_PIO4_WORD ) { + if ( (int32_t)uix > 0 ) { + return stdlib_base_kernel_cosf( (double)x - PIO2 ); + } + return -stdlib_base_kernel_cosf( (double)x + PIO2 ); + } + if ( (int32_t)uix > 0 ) { + return stdlib_base_kernel_sinf( PI - (double)x ); + } + return -stdlib_base_kernel_sinf( PI + (double)x ); + } + // Case: |x| ~<= 9π/4 + if ( ix <= NINE_PIO4_WORD ) { + // Case: |x| ~<= 7π/4 + if ( ix <= SEVEN_PIO4_WORD ) { + if ( (int32_t)uix > 0 ) { + return -stdlib_base_kernel_cosf( (double)x - THREE_PIO2 ); + } + return stdlib_base_kernel_cosf( (double)x + THREE_PIO2 ); + } + if ( (int32_t)uix > 0 ) { + return stdlib_base_kernel_sinf( (double)x - TWO_PI ); + } + return stdlib_base_kernel_sinf( (double)x + TWO_PI ); + } + // Case: x is NaN or infinity + if ( ix >= STDLIB_CONSTANT_FLOAT32_EXPONENT_MASK ) { + return 0.0f / 0.0f; // NaN + } + // Argument reduction... + n = stdlib_base_rempio2f( x, &y ); + switch ( n & 3 ) { + case 0: + return stdlib_base_kernel_sinf( y ); + case 1: + return stdlib_base_kernel_cosf( y ); + case 2: + return -stdlib_base_kernel_sinf( y ); + default: + return -stdlib_base_kernel_cosf( y ); + } +} diff --git a/lib/node_modules/@stdlib/math/base/special/sinf/test/fixtures/julia/REQUIRE b/lib/node_modules/@stdlib/math/base/special/sinf/test/fixtures/julia/REQUIRE new file mode 100644 index 000000000000..308c3be89c85 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/sinf/test/fixtures/julia/REQUIRE @@ -0,0 +1,2 @@ +julia 1.5 +JSON 0.21 diff --git a/lib/node_modules/@stdlib/math/base/special/sinf/test/fixtures/julia/huge_negative.json b/lib/node_modules/@stdlib/math/base/special/sinf/test/fixtures/julia/huge_negative.json new file mode 100644 index 000000000000..5f449f4f8d49 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/sinf/test/fixtures/julia/huge_negative.json @@ -0,0 +1 @@ +{"expected":[-0.10828172,-0.13097668,-0.25969675,-0.38394248,-0.5015732,-0.7159794,-0.70903194,-0.87271416,-0.86783725,-0.96956366,-0.9996811,-0.9998821,-0.99998516,-0.9999901,-0.8521731,-0.85731226,-0.86236745,-0.86733806,-0.4747747,-0.48346564,0.05048985,0.040598664,0.030703498,0.02080532,0.010905104,0.0010038174,-0.008897567,0.8962518,0.8918162,0.8872931,0.88268304,0.8779865,0.8732038,0.86833555,0.86338216,0.83022684,0.8357054,0.84110206,0.84641623,0.8516474,-0.10085091,0.8618588,-0.081130385,0.87173223,-0.061378043,0.8812638,-0.04160163,-0.91750324,-0.02180891,-0.90944767,-0.0020076337,-0.9010354,0.01779443,-0.89226985,-0.79505706,-0.8831544,-0.8069116,-0.8736926,-0.81844974,-0.8638882,-0.82966685,-0.853745,-0.84055865,0.12152833,-0.8511208,0.101849556,-0.8613493,0.08213085,-0.8712399,0.062379938,0.92557955,0.042604562,0.91790205,0.022812478,0.9098646,0.003011448,0.90147036,0.78226584,0.8927226,0.79444784,-0.20067345,0.8063183,0.8741805,-0.07612684,-0.16172588,0.8291061,0.85426724,-0.95293665,-0.12252464,0.85059345,0.83301413,-0.9401852,-0.08313124,0.87074673,-0.72983396,-0.92595905,-0.043607444,0.88953435,-0.7563302,-0.91028064,-0.0040152594,0.24028082,-0.7816401,-0.8931745,0.035583224,0.20165674,-0.80572414,-0.8746675,0.9644593,0.16271639,-0.82854444,-0.8547886,0.9532405,0.123520836,-0.8500652,0.701478,0.94052666,0.08413154,-0.87025267,0.7291474,0.92633766,0.044610284,-0.8890753,0.7556731,0.91069573,0.005019067,-0.2412551,0.7810136,0.8936255,-0.034580026,-0.20263985,0.8051292,0.87515366,-0.96472406,-0.16370675,0.82798195,0.8553091,-0.9535434,-0.124516904,0.84953606,-0.7007622,-0.9408672,-0.08513175,0.8697578,-0.72846,-0.9267153,-0.04561308,0.28045565,-0.75501525,-0.9111099,-0.0060228687,0.24222915,-0.7803863,-0.8940756,0.97461677,0.20362273,-0.8045334,-0.8756389,0.9649878,0.16469695,-0.39318278,-0.8558288,0.9538453,-0.9977986,-0.8490061,0.70004576,0.15181187,0.086131886,-0.31919375,-0.812215,0.9270921,-0.98942226,-0.88815445,0.7543567,-0.57780254,0.007026665,-0.24320295,0.46559468,0.89452475,-0.97484106,-0.92173296,0.80393684,-0.64057416,-0.07212262,-0.16568696,0.39410555,0.8563476,-0.95414627,0.99786466,0.8484753,-0.6993286,0.5105445,-0.087131925,0.3201449,0.8128001,-0.9274678,0.9895674,0.8876927,-0.75369734,0.5769829,-0.008030454,0.2441765,-0.46648282,-0.89497304,0.9750643,0.9213432,-0.8033394,0.639803,0.07112138,0.16667683,-0.39502794,-0.8568656,0.9544463,-0.99792975,-0.8479436,0.6986107,-0.5096811,0.08813188,-0.3210957,-0.8133845,0.92784274,-0.9897115,-0.8872301,0.7530372,-0.57616276,0.009034235,-0.24514982,0.46737048,0.8954204,-0.97528654,0.9998743,0.8027412,-0.63903123,-0.07012007,-0.16766652,0.3959499,0.85738266,-0.95474535,0.9979938,0.84741104,-0.6978921,0.5088172,-0.08913175,0.32204622,0.813968,-0.92821664,0.98985463,0.88676655,-0.7523763,0.57534206,-0.010038007,0.24612288,-0.4682577,-0.8958669,0.97550786,-0.99985784,-0.8021422,0.63825876,0.069118686,0.16865605,-0.39687148,-0.85789883,0.95504344,-0.9980568,-0.8468777,0.6971728,-0.50795275,0.09013153,-0.32299638,0.5375541,0.92858964,-0.9899968,-0.8863021,0.7517147,-0.5745207,0.011041769,-0.24709569,0.46914443,0.8963124,-0.97572815,0.99984044,0.8015424,-0.6374857,0.43729678,-0.1696454,0.39779267,0.8584142,-0.9553405,0.9981189,0.8463434,-0.69645286,0.5070878,-0.09113121,0.32394624,-0.53840023,-0.9289617,0.99013793,0.8858368,-0.7510523,0.5736988,-0.012045519,0.24806826,-0.47003067,-0.89675707,0.9759475,-0.99982196,-0.80094177,0.63671196,-0.4363938,0.17063458,-0.39871344,-0.8589287,0.9556367,-0.9981799,-0.8458083,0.6957321,-0.50622237,0.09213081,-0.32489577,0.53924584,-0.72303194,0.97016984,-0.88537055,0.7503892,-0.57287633,0.36289325,-0.1323417,-0.76738316,0.8972008,-0.97616583,0.99980253,-0.9667712,0.30010456,-0.06611413,-0.17162359,0.39963382,-0.6049931,0.77606183,-0.9476246,0.84527236,-0.6950107,0.50535643,-0.28705892,-0.656618,0.81629395,-0.929703,0.9904172,-0.9949953,0.9431778,-0.22270319,-0.014052983,0.25001264,-0.47180176,0.66684955,-0.8241008,0.9189851,-0.7997381,0.6351626,-0.43458652,0.20937845,0.7149424,-0.8599551,0.9562261,-0.998299,0.9837891,-0.9135187,0.1438696,0.09412972,-0.32679382,0.5409355,-0.7244174,0.9696812,-0.8844355,0.74906063,-0.57122964,0.36102176,-0.13035145,-0.7686689,0.89808565,-0.9765996,0.9997606,-0.96625596,0.8779847,-0.064110756,-0.17360109,0.40147334,-0.60659045,0.7773264,-0.9469815,0.8441979,-0.69356585,0.503623,-0.2851352,0.050486147,0.817452,-0.93044055,0.99069244,-0.99479264,0.9425088,-0.22074552,-0.01606039,0.25195602,-0.47357097,0.66834426,-0.8252363,0.9181917,-0.79853123,0.63361067,-0.43277752,0.2074149,0.71634465,-0.86097795,0.95681167,-0.99841404,0.98342705,-0.9127002,0.14188255,0.09612825,-0.32869056,0.542623,-0.7257999,0.8678391,-0.8834968,0.74772906,-0.5695806,0.3591488,-0.12836069,-0.7699515,0.89896685,-0.9770294,0.9997147,-0.9657369,0.8770219,-0.06210712,-0.1755779,0.40331128,-0.6081853,0.7785878,-0.94633454,0.84312004,-0.69211817,0.50188756,-0.28321034,0.048480973,0.81860673,-0.93117434,0.99096376,-0.99458605,0.941836,-0.21878697,-0.018067732,0.25389838,-0.47533825,0.6698363,-0.8263686,0.9173945,-0.79732114,0.6320562,-0.43096676,0.2054505,0.03171053,-0.86199737,0.95739335,-0.998525,0.9830611,-0.911878,0.13989495,0.09812639,-0.330586,0.54430825,-0.7271795,0.8688348,-0.8825546,0.7463945,-0.5679293,0.35727438,-0.1263694,-0.77123106,0.8998444,-0.97745526,0.9996647,-0.96521395,0.87605554,-0.060103238,-0.17755398,0.40514758,-0.60977775,0.77984613,-0.94568384,0.8420388,-0.6906677,0.5001501,-0.28128433,0.0464756,0.8197582,-0.93190444,0.991231,-0.9943754,0.94115937,-0.83459914,-0.020075003,0.2558397,-0.4771036,0.6713256,-0.8274975,0.9165937,-0.79610777,0.6304991,-0.42915428,0.2034853,0.033717092,-0.8630133,0.9579712,-0.998632,0.98269117,-0.9110521,0.13790677,0.100124136,-0.33248007,0.5459913,-0.72855616,0.86982703,-0.8816088,0.74505687,-0.5662758,0.35539854,-0.12437761,-0.11369295,0.90071833,-0.9778772,0.9996107,-0.96468705,0.8750857,-0.05809911,-0.17952935,0.40698224,-0.6113677,0.7811013,-0.9065626,0.8409542,-0.68921447,0.49841058,-0.2793572,0.044470042,0.82090634,-0.9326307,0.9914943,-0.9941608,0.940479,-0.8334915,-0.022082191,0.25778002,-0.47886705,0.6728123,-0.828623,0.9157891,-0.79489124,0.62893957,-0.42734006,0.20151925,0.03572352,-0.86402583,0.9585452,-0.998735,0.98231727,-0.91022253,0.78653705,0.10212148,-0.33437285,0.5476722,-0.7299299,0.87081575,-0.88065946,0.7437163,-0.5646199,0.35352126,-0.122385316,-0.11568733,0.9015887,-0.9782952,0.99955267,-0.9641563,0.8741123,-0.05609475,-0.18150401,0.40881526,-0.6129552,0.7823533,-0.9074082,0.8398661,-0.6877584,0.49666908,-0.27742893,0.042464305,0.82205117,-0.93335325,0.9917536,-0.99394214,0.9397948,-0.8323806,-0.02408929,0.25971928,-0.48062855,0.6742962,-0.82974523,0.93816495,-0.7936715,0.62737745,-0.42552412,0.1995524,0.037729796,-0.8650348,0.9591153,-0.99883395,0.9819394,-0.90938926,0.78529567,0.104118414,-0.33626422,0.54935086,-0.7313007,0.87180096,-0.87970656,0.7423727,-0.56296176,0.35164255,-0.12039252,-0.11768126,0.90245533,-0.9787092,0.9994906,-0.9636217,0.8731354,-0.054090165,-0.18347794,0.41064665,-0.6145402,0.7836021,-0.9082501,0.9814191,-0.99896204,0.9598846,0.47038928,-0.6656554,0.82319266,-0.934072,0.9920089,-0.99371946,0.93910676,-0.8312662,0.6763102,-0.48302138,0.26235527,0.99820435,-0.98407495,0.91416895,-0.7924486,0.6258128,-0.42370644,0.19758473,0.039735924,-0.27480438,0.49429715,-0.68577355,0.57254326,-0.36251462,0.13193895,0.106114924,-0.3381543,0.5510273,-0.7326685,0.8727827,-0.9634282,0.9994673,-0.9788574,-0.40000623,0.6053166,-0.776318,0.90331835,-0.9791193,0.9994245,-0.96308315,0.87215495,-0.7317937,0.5499549,-0.3369451,-0.9904732,0.9949546,-0.9430427,0.8376799,-0.68483806,0.49318007,-0.27356905,0.038452327,0.19884384,-0.4248697,0.62681425,-0.7932314,0.43422055,-0.20898113,-0.028103191,0.26359466,-0.48414576,0.67725587,-0.83197963,0.9395474,-0.9938624,0.991846,-0.9336126,-0.54127717,0.7246974,-0.86704236,0.960244,-0.99901974,0.9811718,-0.9077118,0.7828034,-0.61352634,0.40947503,-0.182215,-0.9997516,0.96615124,-0.87779015,0.73967654,-0.5596387,0.3478809,-0.1164055,-0.12166767,0.3528448,-0.56402296,0.7432327,-0.50327194,0.28474572,-0.050080348,-0.18742356,0.41430444,-0.61770284,0.7860904,-0.90992284,0.9821816,-0.9987711,0.95875096,0.47392878,-0.66864645,0.82546574,-0.9354983,0.9925075,-0.9932622,0.93771946,-0.8290276,0.673347,-0.4795017,0.25847855,0.9984368,-0.9833533,0.91253406,-0.7899931,0.62267596,-0.42006603,0.19364704,0.043747693,-0.27866286,0.4977836,-0.68869036,0.8405627,-0.35876957,0.12795773,0.110106654,-0.34193027,0.55437356,-0.7353954,0.87473553,-0.9644964,0.9995903,-0.9780282,0.9010322,0.60850775,-0.77884275,0.9050335,-0.97992766,0.9992803,-0.96199447,0.8701835,-0.7290513,0.54659694,-0.33316192,0.10084353,0.99454373,-0.9416993,0.83548015,-0.6819066,0.4896831,-0.26970476,0.034439728,0.20277731,-0.42850107,0.62993777,-0.79567003,0.4306001,-0.20505285,-0.032116637,0.26746577,-0.48765516,0.68020463,-0.8342006,0.94091475,-0.9942986,0.99132633,-0.93216646,-0.54464906,0.72745836,-0.8690359,0.9613572,-0.99918944,0.9803884,-0.90601975,0.78029853,-0.6103506,0.40580854,-0.1782655,-0.9996541,0.9651076,-0.87585956,0.73696846,-0.55630654,0.34411362,-0.1124166,-0.12565212,0.35659897,-0.56733406,0.7459131,-0.49979818,0.2808944,-0.046069723,-0.19136615,0.41795552,-0.6208555,0.7885659,-0.9115809,0.98292834,-0.99856406,0.95760196,-0.8623637,-0.67162675,0.8277255,-0.93690944,0.9929901,-0.99278885,0.936317,-0.82677555,0.670373,-0.47597426,0.25459766,-0.018790662,-0.98261577,0.9108845,-0.78752494,0.61952907,-0.41641882,0.18970622,0.047758754,-0.2825168,0.501262,-0.6915961,0.84273106,-0.35501873,0.12397444,0.11409662,-0.34570077,0.5577109,-0.73811036,0.8766743,-0.965549,0.99969715,-0.9771832,0.89928335,0.61168915,-0.7813549,0.90673405,-0.9807202,0.99911994,-0.9608903,0.8681981,-0.72629714,0.5432302,-0.32937336,0.09684793,0.99411684,-0.9403408,0.833267,-0.6789642,0.48617825,-0.2658361,0.030426571,0.20670752,-0.43212557,0.6330511,-0.79809576,0.4269727,-0.20112126,-0.036129568,0.2713326,-0.4911567,0.6831424,-0.83640814,0.9422669,-0.99471873,0.9907906,-0.93070525,0.8178683,0.73020756,-0.8710154,0.9624548,-0.999343,0.97958916,-0.904313,0.77778107,-0.6071651,0.40213546,-0.17431311,-0.06338917,0.96404845,-0.8739149,0.7342485,-0.55296546,0.34034082,-0.108425885,-0.12963454,0.3603474,-0.570636,0.7485814,-0.8840978,0.27703854,-0.042058356,-0.19530566,0.4215999,-0.62399817,0.79102874,-0.91322434,0.98365915,-0.9983409,0.95643747,-0.86032385,-0.6745962,0.82997197,-0.93830556,0.9934567,-0.9922995,0.9348995,-0.82451016,0.6673882,-0.47243917,0.25071266,-0.014775961,-0.9818624,0.9092202,-0.7850441,0.6163722,-0.41276488,0.18576236,0.051769048,-0.28636622,0.5047324,-0.6944907,0.8448858,-0.35126215,0.11998916,0.118084736,-0.34946567,0.56103915,-0.7408134,0.87859887,-0.96658605,0.9997879,-0.97632253,0.89751995,0.6148607,-0.7838545,0.90842,-0.981497,0.99894345,-0.95977056,0.86619866,-0.72353125,0.53985465,-0.3255795,0.09285076,0.1451407,-0.9389671,0.8310403,-0.67601085,0.48266557,-0.2619632,0.026412925,0.2106344,-0.43574312,0.63615423,-0.8005087,0.9194908,-0.19718643,-0.040141914,0.27519503,-0.4946503,0.6860692,-0.8386022,0.9436039,-0.9951228,0.99023896,-0.9292291,0.8155513,0.732945,-0.87298095,0.963537,-0.9994805,0.9787742,-0.9025917,0.7752511,-0.60396975,0.39845595,-0.17035793,-0.06739584,0.9629737,-0.8719561,0.7315167,-0.5496155,0.3365625,-0.104433425,-0.13361487,0.36408997,-0.5739288,0.7512377,-0.885967,0.2731782,-0.03804631,-0.19924201,0.42523745,-0.62713075,0.7934788,-0.91485304,0.9843741,-0.99810165,0.95525753,-0.85827017,-0.6775547,0.832205,-0.9396865,0.9939073,-0.99179417,0.9334669,-0.8222315,0.6643926,-0.46889645,0.24682362,-0.010761021,-0.22591151,0.9075413,-0.7825505,0.61320543,-0.40910432,0.18181549,0.055778507,-0.29021102,0.50819457,-0.69737405,0.84702694,-0.948671,0.11600194,0.122070946,-0.35322496,0.5643584,-0.7435045,0.8805093,-0.96760756,0.99986255,-0.97544605,0.89574206,-0.7652681,-0.7863414,0.9100913,-0.9822579,0.99875087,-0.9586354,0.8641852,-0.7207537,0.5364704,-0.32178038,0.0888521,0.14911227,-0.93757826,0.82880026,-0.6730466,0.47914508,-0.25808603,0.022398854,0.21455787,-0.43935362,0.6392471,-0.80290866,0.9210619,-0.1932484,-0.044153612,0.27905303,-0.49813595,0.68898493,-0.8407827,0.9449256,-0.9955109,0.9896713,-0.92773795,0.8132211,0.7356706,-0.87493235,0.9646036,-0.99960184,0.9779434,-0.9008559,0.7727086,-0.6007647,0.39477,-0.16639999,-0.07140143,0.9618834,-0.86998326,0.7287731,-0.54625666,0.33277878,-0.10043928,-0.13759305,0.3678267,-0.5772122,0.7538818,-0.887822,0.97144103,-0.034033652,-0.20317516,0.42886817,-0.63025326,0.7959161,-0.91646695,0.9850732,-0.9978463,0.9540622,-0.8562026,0.7098141,0.8344246,-0.94105226,0.9943418,-0.9912728,0.93201923,-0.81993955,0.6613863,-0.4653462,0.2429306,-0.006745907,-0.22982115,0.90584767,-0.7800444,0.61002874,-0.40543714,0.17786568,0.059787065,-0.29405114,0.5116486,-0.7002462,0.8491544,-0.94993323,0.112012856,0.1260552,-0.35697854,0.5676686,-0.74618363,0.8824056,-0.96861345,0.999921,-0.9745539,0.89394975,-0.76267725,-0.7888157,0.91174793,-0.98300296,0.9985422,-0.9574848,0.8621579,-0.7179646,0.53307754,-0.3179761,0.084852,0.15308143,-0.9361743,0.8265469,-0.6700715,0.47561687,-0.25420472,0.018384421,0.21847789,-0.44295704,0.64232975,-0.80529565,0.92261803,-0.9876472,-0.0481646,0.28290656,-0.50161356,0.6918895,-0.8429497,0.94623214,-0.99588287,0.98908776,-0.92623186,0.81087786,-0.64956397,-0.8768697,0.9656547,-0.99970704,0.97709686,-0.89910555,0.77015364,-0.59755,0.39107767,-0.16243936,-0.075405866,0.30897716,-0.8679964,0.7260178,-0.542889,0.32898968,-0.09644352,-0.141569,0.3715575,-0.5804864,0.75651383,-0.88966256,0.97238594,-0.030020444,-0.20710504,0.43249196,-0.6333656,0.7983405,-0.91806614,0.98575646,-0.99757487,0.95285153,-0.85412127,0.70698005,0.83663076,-0.9424029,0.99476033,-0.99073553,0.9305566,-0.8176344,0.65836936,-0.46178842,0.23903367,-0.0027306848,-0.23372707,0.9041395,-0.7775256,0.6068422,-0.40176344,0.17391302,0.06379466,-0.2978865,0.51509434,-0.70310706,0.85126823,-0.9511801,0.10802196,0.13003741,-0.36072636,0.57096964,-0.74885076,0.8842876,-0.9696037,0.99996346,-0.973646,0.8921431,-0.76007414,0.58492476,-0.37662235,0.14697324,0.09100619,-0.32382745,0.53829443,0.67489606,-0.8301985,0.938446,-0.99350303,0.9922491,-0.9347552,0.82428014,-0.6670855,0.472081,-0.2503193,0.014369692,0.22239439,-0.44655332,0.64540195,-0.8076697,0.92415935,-0.9882684,0.9963631,-0.9479847,0.8458753,-0.6958223,0.50633067,0.35088173,-0.119585775,-0.11848819,0.34984633,-0.56137544,0.74108624,-0.8787929,0.9666901,-0.9997962,0.97623456,-0.89734066,0.76758623,-0.5943256,0.38737902,-0.15847613,-0.079409085,0.31279346,-0.52844894,0.71415234,-0.8593781,0.955895,-0.99823254,0.98399097,0.9388272,-0.83081424,0.6757114,-0.48230967,0.26157102,-0.026006753,-0.21103157,0.4361088,-0.6364677,0.8007521,-0.9196505,0.9864238,-0.9972874,0.95162547,-0.85202616,0.70413464,-0.51633334,0.29926664,-0.06523775,-0.17248876,0.40043876,-0.60569215,-0.73322135,0.8731791,-0.96364564,0.9994935,-0.97869086,0.90241677,-0.7749944,0.6036459,-0.39808324,0.16995753,0.06780123,-0.30171707,0.5185318,-0.7059566,0.8533683,-0.9524117,0.9974732,-0.98599863,0.91863847,-0.79921055,0.634484,-0.43379536,-0.27278733,0.03764029,0.19964017,-0.42560518,0.6274472,-0.793726,0.915017,-0.9844456,0.99807656,-0.95513725,0.85806155,-0.71235156,0.52626604,-0.31035218,0.07684778,0.16101229,-0.3897463,0.59638983,-0.7692304,0.8984716,-0.9767881,0.999741,-0.9660294,-0.90737057,0.7822975,-0.6128844,0.40873352,-0.18141593,-0.05618418,0.29059982,-0.50854445,0.6976652,-0.84724283,0.9487994,-0.9965787,0.9878727,-0.92317486,0.80615216,-0.6434374,0.4442531,-0.21988884,-0.016938541,0.25280586,-0.4743443,0.6689973,0.78659236,-0.9102596,0.982334,-0.9987305,0.9585197,-0.8639807,0.720472,-0.5361275,0.32139567,-0.088447385,-0.14951402,0.37900108,-0.5870067,0.76174116,-0.8933007,0.97422874,-0.9999382,0.9689719,-0.8830851,0.7471456,-0.5688585,0.358329,0.19284974,0.044559523,-0.27944317,0.49848822,-0.6892793,0.84100264,-0.9450585,0.99554926,-0.989613,0.92758626,-0.8129846,0.65230364,-0.45465058,0.2312283,0.0052998275,-0.24152757,0.4640657,-0.66030097,0.8191109,-0.9314942,0.9910812,-0.9944944,0.9415404,0.86978287,-0.7284948,0.54591626,-0.3323956,0.10003501,0.13799548,-0.3682045,0.577544,-0.7541487,0.88800883,-0.97153735,0.9999999,-0.97178316,0.8884865,-0.75483114,0.5783925,-0.36917105,0.13902526,0.09900038,-0.33141476,0.5450448,-0.72778213,-0.8346485,0.94118965,-0.9943849,0.99121916,-0.93187195,0.8197069,-0.6610815,0.4649865,-0.24253644,0.006339604,0.23021656,-0.45372424,0.6515152,-0.8123787,0.9271973,-0.989463,0.9956467,-0.9453979,0.8415647,-0.6900323,0.49938935,-0.2804414,-0.111609094,-0.12645826,0.35735804,-0.56800306,0.7464541,-0.8825967,0.96871436,-0.9999261,0.97446275,-0.8937676,0.7624144,-0.5878481,0.3799631,-0.15054205,-0.08741162,0.32041085,-0.5352495,0.7197505,-0.8634567,0.9582228,-0.99867755,0.9825281,-0.91068965,-0.82631814,0.6697698,-0.47525942,0.25381175,-0.017978176,-0.21887437,0.4433213,-0.64264107,0.8055365,-0.9227747,0.9877108,-0.9966641,0.9491273,-0.8477947,0.6984098,-0.5094395,0.29159456,-0.057222303,-0.1803933,0.40778434,-0.61206245,0.78164935,0.87706494,-0.9657602,0.9997168,-0.9770103,0.8989276,-0.76989436,0.5972241,-0.39070368,0.16203843,0.07581101,-0.30936354,0.5253816,-0.71162146,0.85752714,-0.9548288,0.9980115,-0.9846277,0.915436,-0.7943581,0.6282565,-0.42654586,0.20065892,0.029614313,0.20750253,-0.4328583,0.6336799,-0.7985851,0.91822714,-0.9858247,0.9975465,-0.95272815,0.85390985,-0.70669264,0.5194206,-0.30270824,0.06883859,0.16893278,-0.39712918,0.6028166,-0.7743368,0.90196824,-0.9784768,0.999526,-0.9639229,-0.90396583,0.7772701,-0.6065192,0.40139133,-0.17351288,-0.06420014,0.29827434,-0.5154426,0.70339596,-0.8514814,0.95130545,-0.9972103,0.986594,-0.92005837,0.8013745,-0.6372693,0.43704426,-0.21204783,-0.024967296,0.2605673,-0.48139855,0.6749445,-0.8302351,-0.91355515,0.9838051,-0.99829376,0.9561999,-0.85990936,0.71487975,-0.5293314,0.3137809,-0.08044555,-0.15744938,0.38642022,-0.59348905,0.7669194,-0.8968813,0.97600865,-0.99981666,0.9669558,-0.87928855,0.741784,-0.56223565,0.35082024,-0.1195206,0.052580565,-0.28714472,0.50543374,-0.69507515,0.8453202,-0.94765323,0.99627393,-0.9884266,0.9245561,-0.8082824,0.6461958,-0.44748345,0.22340803,0.013329998,-0.24931249,0.47116414,-0.66631055,0.823691,-0.9343853,0.9921193,-0.9936208,0.9388046,0.8657923,-0.72297007,0.53917044,-0.32481104,0.09204162,0.14594465,-0.3756589,0.5840811,-0.75939804,0.89167285,-0.97340834,0.9999718,-0.96985763,0.88477266,-0.7495395,0.57182294,-0.36169595,0.1310683,0.10698819,-0.33898067,0.55176,-0.733266,0.873211,0.94387263,-0.99520266,0.99012536,-0.92892855,0.81508076,-0.65503484,0.45786202,-0.23473795,-0.0016908932,0.23802389,-0.46086589,0.65758634,-0.8170353,0.93017536,-0.9905938,0.9948661,-0.94275016,0.83719987,-0.6841978,0.49241585,-0.27272415,0.03757469,-0.13442016,0.3648467,-0.574594,0.7517738,-0.8863436,0.9706761,-0.9999915,0.97262806,-0.8901369,0.7571934,-0.5813328,0.37252265,-0.14259826,-0.095408514,0.3280076,-0.5420155,0.72530234,-0.8674796,0.9604888,-0.99905825,0.9810018,-0.907343,-0.8217687,0.66378504,-0.46817854,0.24603607,-0.009948441,-0.22670305,0.4505052,-0.648773,0.81026894,-0.9258394,0.988934,-0.99597657,0.946568,-0.84350866,0.6926399,-0.5025128,0.28390372,-0.04920316,-0.18828619,0.4151036,-0.6183933,0.7866329,-0.9102868,-0.9678124,0.99987566,-0.97526675,0.8953805,-0.76474476,0.59076387,-0.3832989,0.15410888,0.08381592,-0.3169901,0.53219754,-0.7172404,0.8616306,-0.9571843,0.9984855,-0.98319334,0.9121745,-0.78945434,0.6219885,-0.41926882,0.19278532,0.044625107,0.21535149,-0.44008347,0.63987184,-0.80339277,0.921378,-0.9871403,0.9969522,-0.9502576,0.84970313,-0.7009882,0.5125417,-0.29504478,0.060824968,0.17684238,-0.40448642,0.6092045,-0.7793933,0.9054067,-0.98010236,0.9992466,-0.96175426,0.86975044,0.7721925,-0.6001149,0.39402324,-0.16559865,-0.07221196,0.30592963,-0.52230746,0.7090813,-0.85566497,0.9537502,-0.9977776,0.98525167,-0.9168825,0.79654515,-0.6310602,0.42980725,-0.20419316,-0.03299444,0.26831195,-0.48842174,0.6808482,-0.8346846,0.9412118,0.9852128,-0.99779266,0.95381844,-0.8557825,0.70924145,-0.5225012,0.3061459,-0.07243853,-0.1653746,0.3938144,-0.59993315,0.7720481,-0.90040404,0.9777257,-0.99963063,0.96487725,-0.8754354,0.73637456,-0.5555765,0.34328887,-0.11154386,-0.12652338,-0.29482773,0.5123466,-0.7008261,0.8495833,-0.9501868,0.9969344,-0.98717654,0.9214663,-0.803528,0.6400464,-0.44028744,0.21557334,0.021359308,-0.25708133,0.47823218,-0.67227715,0.82821804,-0.9372161,0.99309355,-0.9926832,0.9360083,-0.82628113,-0.7173987,0.5323898,-0.31720555,0.08404228,0.15388443,-0.3830891,0.5905805,-0.76459837,0.89527935,-0.97521657,0.99987924,-0.9678695,0.8810018,-0.74419945,0.56521654,-0.35419753,0.1231029,0.114969105,-0.34652475,0.5584396,-0.7387026,0.8770965,0.9464947,-0.9959562,0.98896766,-0.92592525,0.81040204,-0.64894587,0.450708,-0.2269243,-0.009721281,0.24581587,-0.4679778,0.6636151,-0.82163924,0.9330935,-0.99166065,0.99402136,-0.9400416,0.8327811,-0.67831916,0.48541057,-0.26498935,0.029548695,0.20756674,0.37231183,-0.5811479,0.757045,-0.89003336,0.97257525,-0.9999924,0.9707307,-0.88644874,0.75192356,-0.5747799,0.3650582,-0.13464527,-0.10339926,0.3355832,-0.5487465,0.73080736,-0.87144655,0.96269286,-0.99937445,0.97941226,-0.90393776,0.7772288,0.65775746,-0.46106747,0.23824452,-0.001918063,-0.23451711,0.45766005,-0.6548631,0.8149491,-0.9288444,0.99009347,-0.99522483,0.9439476,-0.8391682,0.68682534,-0.49555373,0.27619454,-0.04118085,-0.19616693,0.42239612,-0.6246842,0.7915657,-0.91358185,-0.96980226,0.9999701,-0.9734604,0.89177567,-0.7595458,0.5842655,-0.37586942,0.1461694,0.09181541,-0.3245962,0.5389791,-0.72281307,0.8656786,-0.9594781,0.9988951,-0.98169553,0.9088542,-0.7844997,0.6156804,-0.41196477,0.1848993,0.05264612,-0.2872076,-0.4472803,0.64602244,-0.8081486,0.9244695,-0.9883922,0.99629354,-0.9477257,0.8454416,-0.6952385,0.5056297,-0.2873623,0.05280742,0.18474056,-0.41181758,0.6155531,-0.78439957,0.90878683,-0.9816648,0.9989027,-0.9595236,0.86575943,-0.7229247,-0.59367186,0.38662973,-0.15767372,-0.08021912,0.3135652,-0.5291386,0.7147209,-0.85979337,0.95613337,-0.99828047,0.98384583,-0.91364753,0.7916644,-0.62481034,0.42254254,-0.19632532,-0.04101946,0.2760393,-0.49541342,0.6867079,-0.83908033,0.94389427,0.98655695,-0.99722725,0.9513754,-0.85160047,0.7035574,-0.5156372,0.29849115,-0.06442684,-0.17328915,0.40118325,-0.60633856,0.7771271,-0.9038687,0.97937965,-0.9993802,0.96273655,-0.87152576,0.7309176,-0.5488816,0.33573535,-0.10355992,-0.13448521,0.36490783,0.5192265,-0.7065319,0.85379165,-0.95265913,0.9975306,-0.9858628,0.9183171,-0.79872185,0.6338557,-0.43306306,0.20772475,0.029387241,-0.26483357,0.48526937,-0.6782004,0.8326916,-0.9399865,0.9940037,-0.99168146,0.93315154,-0.82173127,0.6637359,0.52557486,-0.30957958,0.076037526,0.16181427,-0.39049456,0.5970419,-0.7697494,0.8988281,-0.97696185,0.9997222,-0.96581906,0.877174,-0.7388115,0.5585736,-0.34667626,0.11512956,0.122942604,-0.35404646,0.56508327,-0.7440916,0.8809253,-0.9678289,-0.99664557,0.98774624,-0.92286223,0.8056711,-0.6428151,0.4435249,-0.21909602,-0.017751042,0.25359198,-0.47505954,0.6696011,-0.8261902,0.9359514,-0.9926636,0.99311244,-0.9372724,0.8283085,-0.6723967,0.478374,-0.2572374,0.021520795,0.2154156,-0.44014242,-0.58766437,0.7622674,-0.8936657,0.9744117,-0.99992883,0.96877074,-0.8827035,0.7466052,-0.56819004,0.3575702,-0.1266836,-0.11138334,0.34313715,-0.5554422,0.73626524,-0.87535733,0.9648348,-0.9996262,0.9777596,-0.90047425,0.77215075,-0.6000624,-0.45392665,0.23043762,0.006112438,-0.24231605,0.46478537,-0.660911,0.81957674,-0.9317895,0.9911891,-0.9944089,0.94126636,-0.83477354,0.68096644,-0.48856267,0.26846755,-0.033155877,-0.20403504,0.4296614,-0.6309349,0.79644746,-0.916818,0.98522407,0.99999994,-0.9715912,0.8881133,-0.75429785,0.5777294,-0.3684157,0.13822047,0.09980898,-0.33218133,0.54572594,-0.7283392,0.86967075,-0.96171004,0.99924034,-0.9801344,0.9054753,-0.7794945,0.60933256,-0.40463415,0.17700134,0.06066374,-0.29489046,-0.45444825,0.65213144,-0.8128523,0.9275013,-0.98958033,0.9955706,-0.9451328,0.8411255,-0.6894439,0.49868515,-0.2796613,0.04478647,0.19262683,-0.4191222,0.621862,-0.7893552,0.9121083,-0.98316383,0.9984944,-0.95723104,0.86171263,-0.7173529,0.53233427,0.3792113,-0.14973862,-0.0882211,0.32118052,-0.5359357,0.72031444,-0.8638663,0.9584549,-0.99871904,0.9823765,-0.91035366,0.7867326,-0.6185202,0.41525057,-0.18844482,-0.049041834,0.28374884,-0.50237316,0.69252336,-0.8434219,0.9465159,-0.9959621,-0.99659747,0.94887114,-0.8473635,0.69782794,-0.50874007,0.29081717,-0.05641099,-0.18119252,0.40852618,-0.6127049,0.782156,-0.907275,0.98097044,-0.9990652,0.96053374,-0.86755997,0.7254135,-0.5421512,0.3281602,-0.095569305,-0.14243838,0.37237278,0.52607286,-0.7121921,0.85794485,-0.95506996,0.99806243,-0.9844855,0.9151086,-0.7938642,0.6276241,-0.42581072,0.19986276,0.03741328,-0.27256876,0.49227527,-0.68407995,0.83711153,-0.9426963,0.99484974,-0.99061584,0.9302346,-0.8171284,0.65770805,-0.4610092,-0.30193365,0.06802787,0.16973367,-0.39787483,0.6034648,-0.7748508,0.90231884,-0.9786442,0.9995007,-0.9637063,0.87328976,-0.73337585,0.5518947,-0.33913264,0.10714879,0.13090818,-0.36154535,0.57169044,-0.74943256,0.8846974,-0.96981823,0.99997056,0.9864611,-0.91973966,0.8008882,-0.6366429,0.4363132,-0.21125361,-0.025779659,0.26135176,-0.48211065,0.6755439,-0.8306878,0.93874896,-0.9936026,0.9921396,-0.9344428,0.82378256,-0.666431,0.4713066,-0.24946891,0.013491508,0.22325058,-0.447339,-0.59414285,0.7674406,-0.8972404,0.97618526,-0.99980074,0.9667483,-0.87890124,0.7412388,-0.56156343,0.35005915,-0.11871376,-0.11936023,0.35066897,-0.5621021,0.7416757,-0.8792116,0.9669146,-0.99981356,0.9760438,-0.89695275,0.767023,-0.59361905,0.3865692,0.22261587,0.014142545,-0.25009936,0.47188073,-0.6669163,0.8241515,-0.9346745,0.9922208,-0.99352884,0.9385244,-0.8303251,0.67506367,-0.4815401,0.26072323,-0.02512877,-0.21188998,0.43689898,-0.63714486,0.8012779,-0.91999507,0.9865677,-0.99722236,-0.96965927,0.8843937,-0.7490013,0.5711561,-0.36093822,0.13026264,0.10779612,-0.33974507,0.55243754,-0.7338183,0.8736068,-0.9638799,0.9995211,-0.97851014,0.902038,-0.77443904,0.60294545,-0.3972774,0.16909198,0.06867745,-0.3025543,0.5192826,0.65819836,-0.8175036,0.9304734,-0.99070466,0.9947835,-0.94247884,0.8367552,-0.6836049,0.4917084,-0.27194226,0.03676263,0.20050068,-0.42639977,0.62813085,-0.7942599,0.915371,-0.98459953,0.9980217,-0.9548768,0.85761017,-0.7117349,0.525519,-0.30951715,-0.14179389,-0.0962174,0.32877517,-0.5426982,0.72586155,-0.86788356,0.96071464,-0.9990932,0.98084384,-0.907001,0.7817501,-0.6121902,0.4079318,-0.18055215,-0.057061043,0.29144007,-0.5093005,0.69829416,-0.84770906,0.9490765,-0.99665093,0.987736,0.94630563,-0.8430719,0.6920535,-0.5018101,0.28312442,-0.048391506,-0.18908422,0.41584277,-0.6190317,0.7871344,-0.9106229,0.982498,-0.99868584,0.958269,-0.86353815,0.71986264,-0.5353859,0.32056385,-0.08757252,-0.15038235,0.3798137,-0.5877175,-0.7178064,0.8620428,-0.9574192,0.9985299,-0.9830447,0.9118412,-0.7889553,0.621352,-0.41853094,0.19198789,0.045436904,-0.28028637,0.4992494,-0.68991536,0.84147745,-0.9453453,0.99563164,-0.98948634,0.9272578,-0.8124729,0.6516377,-0.45386818,-0.29426825,0.060013827,0.17764214,-0.40522948,0.60984874,-0.7799022,0.9057514,-0.98026335,0.9992147,-0.96153134,0.8693491,-0.7278929,0.5451802,-0.33156714,0.09916111,0.13886529,-0.36902094,0.5782607,-0.75472516,0.88841236,-0.971745,0.99999994,-0.9715756,-0.91655785,0.7960536,-0.6304296,0.42907336,-0.20339759,-0.03380661,0.26909468,-0.48913068,0.6814431,-0.8351319,0.941486,-0.99447745,0.99110264,-0.93155295,0.8192035,-0.66042227,0.46420878,-0.2416843,0.005461349,0.23107116,-0.45450673,0.6521812,0.77256435,-0.90075725,0.9778959,-0.9996082,0.96466345,-0.8750423,0.73582447,-0.55490065,0.3425255,-0.110736266,-0.12732942,0.3581782,-0.5687257,0.74703825,-0.88300925,0.968932,-0.99993634,0.97426516,-0.8933733,0.76184577,-0.5871374,0.37915054,0.21477975,0.02217174,-0.25786656,0.47894567,-0.67287856,0.8286732,-0.9374992,0.99318856,-0.9925847,0.93572193,-0.8258232,0.6691174,-0.4744865,0.2529621,-0.017100042,-0.21973126,0.44410837,-0.64331377,0.8060566,-0.92311275,0.9878476,-0.99659204,0.9488504,-0.84732866,0.6977809,-0.50868356,0.29075438,-0.056345448,-0.18125708,0.4085861,-0.6127568,0.7821969,-0.9073026,0.9809832,-0.9960289,0.98884696,-0.925618,0.8099257,-0.6483274,0.44998243,-0.2261328,-0.010533864,0.24660347,-0.4686958,0.6642228,-0.8221022,0.93338543,-0.9917651,0.9939323,-0.93976414,0.83233094,-0.6777218,0.48469996,-0.26420566,0.028736416,0.2083616,-0.43364984,0.6343591,-0.79911345,0.91857463,-0.9859717,0.9974846,-0.95246094,0.8534525,-0.70607096,0.5186699,-0.30187106,0.06796238,0.16979836,-0.39793506,0.6035171,-0.7748923,0.90234715,-0.97865766,0.9994986,-0.96368873,0.87325776,-0.7333312,0.65714514,-0.46034622,0.23745522,-0.00110544,-0.235307,0.45838243,-0.65547705,0.8154198,-0.92914516,0.99020725,-0.9951452,0.94367903,-0.8387259,0.6862345,-0.49484774,0.27541342,-0.0403689,-0.19696371,0.42313257,-0.6253186,0.79206204,-0.913912,0.9839622,-0.9982421,0.95594245,-0.8594607,0.71426535,-0.52858603,0.31294686,-0.0795701,-0.15831664,0.38723013,-0.59419566,0.7674827,-0.89726937,0.9761995,-0.99979943,0.9667315,-0.87886995,0.7411947,-0.56150913,0.34999764,-0.11864858,-0.11942541,0.35073045,-0.44800693,0.64664257,-0.80862695,0.924779,-0.9885153,0.9962233,-0.94746614,0.8450073,-0.6946541,0.50492847,-0.28658387,0.051995914,0.18553913,-0.41255796,0.6161933,-0.78490335,0.9091256,-0.98181933,0.9988643,-0.95929444,0.86535245,-0.722363,0.5384306,-0.32398027,0.09116704,0.14681347,-0.3764727,0.58479375,-0.7599692,0.89207006,-0.97360915,0.99996483,-0.96964324,0.88436306,-0.7489578,0.5711022,-0.360877,0.13019755,0.107861385,-0.33980682,0.55249226,-0.7338629,0.87363875,-0.9638974,0.9995231,-0.9971664,0.95112485,-0.8511742,0.7029797,-0.5149408,0.29771549,-0.06361588,-0.17408942,0.40192747,-0.60698456,0.77763826,-0.904216,0.9795435,-0.9993512,0.9625165,-0.871127,0.7303628,-0.5482021,0.3349698,-0.10275163,-0.13529041,0.3656643,-0.5753126,0.75235265,-0.8867499,0.9708869,-0.9999947,0.9724236,-0.8897363,0.75661945,-0.58061796,0.37170747,-0.14172891,-0.09628274,0.32883716,-0.54275334,0.72590667,-0.86791617,0.9607329,-0.999096,0.980831,-0.90697336,0.7817092,-0.6121383,0.5248834,-0.30880678,0.07522723,0.16261613,-0.39124253,0.5976936,-0.77026784,0.8991839,-0.97713494,0.9997027,-0.9656081,0.87678355,-0.7382636,0.5578994,-0.34591392,0.1143223,0.123749025,-0.35480633,0.5657535,-0.7446342,0.8813096,-0.9680331,0.99988914,-0.97507226,0.8949891,-0.7641786,0.590055,-0.38248757,0.15324105,0.08469106,-0.31782293,0.53294086,-0.7178521,0.86207604,-0.9574382,0.9985335,-0.98303264,0.9118143,-0.788915,0.6213006,-0.41847134,0.19192345,0.045502484,-0.28034937,0.4993063,-0.5883217,0.7627931,-0.89403003,0.97459406,-0.99991876,0.9685689,-0.8823213,0.74606436,-0.5675211,0.3568112,-0.12587748,-0.112190865,0.34390032,-0.5561178,0.7368149,-0.87574995,0.96504813,-0.9996481,0.97758883,-0.90012056,0.77163416,-0.59941214,0.39321586,-0.16473243,-0.07308791,0.30676568,-0.5230562,0.7097003,-0.85611916,0.9540138,-0.9978357,0.98510104,-0.91653156,0.79601383,-0.63037866,0.4290141,-0.20333332,-0.03387222,0.26915792,-0.48918793,0.68149114,-0.835168,0.9415081,-0.99448436,0.99109393,-0.97139853,0.8877395,-0.7537641,0.57706594,-0.36766014,0.1374156,0.10061751,-0.3329477,0.5464067,-0.7288958,0.8700716,-0.9619324,0.99927163,-0.97997296,0.9051301,-0.7789852,0.60868806,-0.40389088,0.17620149,0.06147485,-0.29566684,0.5131007,-0.7014524,0.8500462,-0.9504602,0.9970027,-0.987036,0.92112476,-0.8030049,0.63937134,-0.43949872,0.21471563,0.02223737,-0.25792998,0.4790033,-0.6729271,0.8287099,-0.93752205,0.9931962,-0.9925767,0.93569875,-0.8257861,0.6690686,-0.4744287,0.37845924,-0.14893512,-0.089030534,0.32195,-0.5366216,0.7208779,-0.8642754,0.9586864,-0.9987598,0.9822243,-0.9100171,0.78623074,-0.6178815,0.41451117,-0.18764669,-0.049853463,0.28452796,-0.50307566,0.69310933,-0.8438582,0.94677776,-0.99603474,0.9888372,-0.92559314,0.8098872,-0.6482774,0.4499238,-0.22606885,-0.010599506,0.2466671,-0.46875378,0.6642719,-0.82213956,0.933409,-0.9917735,0.99392503,-0.93974173,0.8322945,-0.6776735,0.48464254,-0.26414236,0.028670797,0.2084258,-0.433709,0.6344099,-0.71276236,0.8583621,-0.9553105,0.9981127,-0.9843426,0.9147807,-0.79336977,0.6269912,-0.42507532,0.19906646,0.038225323,-0.27335054,0.49298242,-0.6846725,0.8375558,-0.9429671,0.99493176,-0.99050444,0.9299361,-0.81665975,0.6570957,-0.46028796,0.23739146,-0.001039794,-0.2353708,0.45844075,-0.65552664,0.81545776,-0.9291694,0.99021643,-0.9951387,0.94365734,-0.83869016,0.6861867,-0.49479067,0.27535033,-0.04030331,-0.19702807,0.42319205,-0.6253698,0.7921021,-0.91393864,0.98397386,-0.9982382,0.98632747,-0.9194204,0.8004013,-0.636016,0.43558186,-0.21045926,-0.026592003,0.26213607,-0.48282245,0.6761428,-0.8311399,0.9390287,-0.993694,0.99203753,-0.93415314,0.82332164,-0.6658249,0.47058973,-0.24868189,0.012678953,0.22404262,-0.44806564,0.64669263,-0.8086656,0.924804,-0.9885252,0.9962176,-0.9474451,0.8449722,-0.6946069,0.5048718,-0.286521,0.051930357,0.18560363,-0.41261777,0.61624503,-0.784944,0.9091529,-0.9818318,0.9988612,-0.9592759,0.86531955,-0.7223176,0.53837526,-0.32391816,0.22182356,0.014955083,-0.25088608,0.47259706,-0.6675216,0.8246115,-0.93496305,0.99232167,-0.9934362,0.93824357,-0.829872,0.6744639,-0.48082775,0.25993863,-0.024316395,-0.21268408,0.4376298,-0.63777095,0.8017638,-0.92031324,0.98670006,-0.9971615,0.9511045,-0.8511397,0.702933,-0.51488453,0.2976528,-0.06355037,-0.17415406,0.40198758,-0.60703677,0.77767956,-0.90424407,0.97955674,-0.9993488,0.96249866,-0.87109476,0.73031795,-0.5481472,0.33490792,-0.10268633,-0.13535546,0.3657254,-0.5753663,0.75239587,-0.81797135,0.93077075,-0.99081486,0.9947003,-0.9422069,0.83630997,-0.6830116,0.49100065,-0.27116016,0.03595054,0.20129673,-0.42713466,0.62876296,-0.7947534,0.9156979,-0.9847413,0.9979703,-0.95463514,0.857192,-0.7111639,0.5248275,-0.30874434,0.07516177,0.1626809,-0.39130294,0.59774625,-0.77030975,0.89921266,-0.9771489,0.99970114,-0.965591,0.87675196,-0.7382193,0.55784494,-0.34585232,0.11425708,0.123814166,-0.35486773,0.56580764,-0.744678,0.8813406,-0.9680495,0.99989015,-0.9750577,0.9460426,-0.84263456,0.6914667,-0.50110704,0.28234497,-0.047579817,-0.18988211,0.41658166,-0.6196697,0.7876353,-0.9109584,0.982649,-0.9986439,0.95803636,-0.86312807,0.71929836,-0.5346994,0.31979403,-0.086762995,-0.15118569,0.3805653,-0.58837473,0.76283556,-0.8940594,0.9746087,-0.9999179,0.9685526,-0.8822904,0.7460207,-0.5674671,0.35674986,-0.12581235,-0.1122561,0.34396195,-0.5561723,0.73685926,-0.8757816,0.9650653,-0.9996498,0.977575,-0.90009195,0.7715924,-0.5993596,0.39315552,-0.16466768,0.05920265,0.17844176,-0.40597224,0.6104925,-0.7804106,0.9060955,-0.9804237,0.9991822,-0.9613078,0.86894727,-0.72733545,0.5444988,-0.33080038,0.09835246,0.13967,-0.36977607,0.5789235,-0.755258,0.8887851,-0.9719365,0.9999993,-0.9713829,0.88770926,-0.75372094,0.5770123,-0.36759907,0.13735059,0.100682825,-0.33300963,0.5464617,-0.7289407,0.87010396,-0.96195036,0.99927413,-0.97995985,0.9051022,-0.7789441,0.60863596,-0.40383083,0.17613688,0.06154037,-0.29572955,0.513157,-0.70149916,0.77308005,-0.9011099,0.9780655,-0.99958515,0.96444905,-0.8746487,0.73527396,-0.55422443,0.34176192,-0.1099286,-0.1281354,0.3589368,-0.5693939,0.7475782,-0.88339037,0.9691326,-0.9999452,0.97408164,-0.89300793,0.76131916,-0.5864794,0.37839848,-0.1488702,-0.08909591,0.32201216,-0.536677,0.72092336,-0.8643084,0.95870507,-0.9987631,0.98221195,-0.90998983,0.78619015,-0.61782986,0.41445142,-0.18758221,-0.049919028,0.2845909,-0.50313234,0.69315666,-0.8438934,0.9467989,-0.9960406,0.9888274,-0.9255683,0.8802317,-0.74311286,0.563875,-0.35267717,0.12148985,0.11658342,-0.34804884,0.5597871,-0.7397971,0.8778759,-0.96619743,0.9997556,-0.97664845,0.89818555,-0.7688142,0.59586704,-0.38914663,0.16036966,0.07749693,-0.31097105,0.5268196,-0.7128084,0.85839576,-0.9553299,0.9981167,-0.984331,0.91475415,-0.7933298,0.6269401,-0.4250159,0.19900213,0.03829092,-0.27341366,0.49303955,-0.68472034,0.83759165,-0.942989,0.9949384,-0.99049544,0.929912,-0.81662184,0.6570462,-0.46022967,0.23732768,-0.0009741478,-0.10501566,0.33711377,-0.5501045,0.7319158,-0.87224257,0.96313137,-0.9994306,0.9790829,-0.9032415,0.77620506,-0.60517395,0.39984205,-0.17184739,-0.06588745,0.29988784,-0.5168908,0.7045968,-0.8523668,0.9518253,-0.9973351,0.9863167,-0.9193946,0.80036193,-0.63596535,0.43552276,-0.21039508,-0.026657626,0.2621994,-0.48287994,0.6761912,-0.83117646,0.9390513,-0.9937014,0.99202925,-0.9341297,0.8232844,-0.6657759,0.4705318,-0.2486183,0.012613312,0.2241066,-0.44812432,0.6467427,-0.8087042,0.8664911,-0.95993483,0.9989702,-0.9813847,0.9081751,-0.78349084,0.6143989,-0.4104833,0.18330184,0.054269046,-0.288764,0.506892,-0.6962898,0.8462224,-0.94819176,0.99641836,-0.9881687,0.92391044,-0.8072856,0.6449045,-0.44597065,0.22175954,0.015020722,-0.25094962,0.4726549,-0.6675705,0.8246486,-0.93498635,0.9923298,-0.9934287,0.93822086,-0.82983536,0.67441547,-0.4807702,0.25987524,-0.024250768,-0.21274823,0.43768883,-0.63782156,0.80180305,-0.9203389,0.9867107,-0.99715656,0.95108426,-0.8511053,0.7906704,-0.6235406,0.42106894,-0.19473144,-0.042643286,0.27760103,-0.49682456,0.68788844,-0.8399633,0.94442976,-0.99536663,0.9898869,-0.92830116,0.81409997,-0.65375626,0.4563581,-0.23309396,-0.0033817817,0.23966585,-0.46236584,0.6588593,-0.8180091,0.9307948,-0.99082375,0.9946936,-0.9421849,0.83627397,-0.6829636,0.49094346,-0.27109697,0.03588494,0.20136103,-0.42719403,0.628814,-0.79479325,0.9157242,-0.98475266,0.9979661,-0.9546156,0.8571582,-0.7111177,0.52477163,-0.3086819,0.07509631,0.16274567,-0.26640046,0.48668978,-0.6793939,0.8335905,-0.94053984,0.9941801,-0.991471,0.93256605,-0.820804,0.66251945,-0.46668375,0.24439679,-0.008257616,-0.2283496,0.45201412,-0.65005887,0.81125873,-0.9264771,0.9891834,-0.9958236,0.9460213,-0.8425992,0.6914193,-0.5010502,0.282282,-0.047514245,-0.18994656,0.41664135,-0.61972123,0.7876758,-0.91098547,0.9826612,-0.9986405,0.9580175,-0.8630949,0.71925277,-0.5346439,0.31973183,-0.08669759,-0.15125059,0.380626,-0.58842784,0.762878,-0.89408886,0.9365225,-0.9928588,0.99292076,-0.93670464,0.82739687,-0.6711929,0.47694615,-0.25566652,0.019895896,0.2170024,-0.4416012,0.6411703,-0.8043985,0.9220339,-0.9874092,0.99681884,-0.94972956,0.8488104,-0.69978124,0.5110891,-0.29342875,0.059137117,0.17850636,-0.40603223,0.6105445,-0.7804516,0.9061233,-0.9804366,0.99917954,-0.96128976,0.8689148,-0.7272904,0.5444437,-0.33073843,0.098287135,0.13973501,-0.36983708,0.57897705,-0.75530106,0.8888152,-0.97195196,0.9999992,-0.9713673,0.88767904,-0.75367785,0.67977536,-0.48714396,0.2669016,-0.03153148,-0.20562583,0.4311284,-0.632195,0.7974292,-0.9174658,0.9855011,-0.99767894,0.9533091,-0.8549065,0.7080484,-0.5210587,0.30453578,-0.07075198,-0.16704197,0.39536813,-0.6012851,0.7731217,-0.90113837,0.9780792,-0.99958324,0.9644317,-0.87461686,0.7352295,-0.55416983,0.34170023,-0.109863356,-0.1282005,0.35899806,-0.5694479,0.74762183,-0.8834211,0.9691488,-0.9999459,0.9740668,-0.89297837,0.7612766,-0.58642626,0.3783377,-0.14880529,-0.0891613,0.19422138,-0.42059726,0.62313396,-0.7903519,0.9127734,-0.98345953,0.9984039,-0.9567596,0.8608868,-0.71621966,0.5309577,-0.31560153,0.08235725,0.15555497,-0.38465044,0.5919442,-0.76568705,0.8960313,-0.9755893,0.9998515,-0.967443,0.8802005,-0.74306893,0.56382084,-0.35261574,0.12142469,0.11664862,-0.34811038,0.5598415,-0.7398413,0.8779074,-0.96621436,0.99975705,-0.9766343,0.8981567,-0.76877224,0.59581435,-0.38908616,0.16030486,0.077562384,-0.31103346,0.5268754,-0.71285444,0.85842943,-0.9553493,0.98128474,-0.99899364,0.9600804,-0.86675054,0.7242939,-0.54078484,0.3266245,-0.09395137,-0.14404687,0.37388062,-0.58252317,0.75814867,-0.8908029,0.97296715,-0.9999844,0.9703232,-0.8856649,0.75080776,-0.57339543,0.3634835,-0.13296957,-0.10508095,0.33717555,-0.55015934,0.7319605,-0.8722747,0.963149,-0.9994328,0.97906953,-0.9032133,0.7761637,-0.60512173,0.39978188,-0.17178272,-0.06595296,0.29995045,-0.51694703,0.70464337,-0.85240114,0.95184547,-0.99733984,0.98630583,-0.91936874,0.8003226,-0.6359147,0.55053866,-0.33760327,0.10553276,0.13251926,-0.36306018,0.57302314,-0.7505076,0.8854538,-0.97021323,0.9999817,-0.973072,0.8910093,-0.75844485,0.58289236,-0.374302,0.14449646,0.09349903,-0.32619506,0.5404026,-0.72398055,0.8665238,-0.9599532,0.9989732,-0.9813721,0.90814763,-0.78345,0.6143471,-0.41042343,0.1832373,0.054334596,-0.28882685,0.5069486,-0.6963369,0.8462574,-0.9482126,0.9964239,-0.98815864,0.92388535,-0.80724686,0.6448543,-0.44591188,0.22169553,0.01508636,-0.25101316,0.35219055,-0.5634455,0.74276483,-0.8799848,0.9673279,-0.9998436,0.97568893,-0.89623296,0.76597923,-0.59231037,0.3850698,-0.15600376,-0.08190445,0.31517038,-0.53057265,0.7159025,-0.86065555,0.9566273,-0.99837816,0.9835417,-0.91295886,0.7906302,-0.62348926,0.4210094,-0.19466706,-0.04270887,0.2776641,-0.4968815,0.68793607,-0.83999896,0.94445133,-0.99537295,0.9898776,-0.9282767,0.8140618,-0.65370655,0.4562997,-0.23303013,-0.0034474274,0.23972958,-0.46242404,0.65890867,-0.81804687,0.9308188,-0.9908326,0.99957,-0.9781737,0.90133524,-0.7734098,0.6016481,-0.3957854,0.16748992,0.07029877,-0.30410296,0.52067083,-0.7077275,0.8546707,-0.95317185,0.99764794,-0.98557806,0.9176464,-0.79770327,0.63254696,-0.4315383,0.20607044,0.031077363,-0.26646373,0.48674712,-0.67944205,0.83362675,-0.9405621,0.9941872,-0.9914624,0.9325424,-0.8207665,0.6624703,-0.4666257,0.24433313,-0.008191973,-0.2284135,0.45207268,-0.65010875,0.8112971,-0.9265018,0.9891931,-0.99581766,0.94600004,-0.84256387,0.69137186,-0.6109043,0.4064474,-0.17895338,-0.058683567,0.29299438,-0.5106985,0.69945663,-0.84857005,0.9495872,-0.9967825,0.98748094,-0.9222097,0.8046683,-0.64151895,0.4420088,-0.2174459,-0.019441644,0.25522724,-0.47654676,0.670856,-0.8271416,0.9365455,-0.9928667,0.99291295,-0.9366817,0.82736,-0.6711442,0.47688845,-0.25560305,0.019830262,0.2170665,-0.44166008,0.64122075,-0.80443746,0.9220593,-0.98741955,0.9968136,-0.949709,0.8487757,-0.69973433,0.51103264,-0.293366,0.059071586,0.17857096,-0.40609223,0.50065696,-0.69109094,0.8423545,-0.945874,0.9957821,-0.98925,0.926648,-0.8115243,0.65040404,-0.45241937,0.2287919,0.007803291,-0.24395621,0.46628186,-0.66217905,0.8205444,-0.93240196,0.9914117,-0.99422896,0.94069403,-0.8338414,0.6797272,-0.48708662,0.26683834,-0.031465866,-0.20569007,0.43118766,-0.63224584,0.79746884,-0.9174919,0.98551226,-0.99767447,0.95328933,-0.85487247,0.7080021,-0.52100265,0.30447322,-0.0706865,-0.1671067,0.39542842,-0.60133755,0.7731633,-0.9011668,0.97809285,-0.99958134,0.990885,-0.9309608,0.8182703,-0.659201,0.46276864,-0.24010693,0.0038361188,0.23265211,-0.4559538,0.6534124,-0.81383604,0.9281321,-0.9898223,0.9954102,-0.944579,0.8402098,-0.6882181,0.4972188,-0.2780375,0.04309721,0.19428578,-0.4206568,0.62318534,-0.79039216,0.9128002,-0.9834714,0.9984002,-0.9567405,0.86085343,-0.7161738,0.5309021,-0.3155392,0.08229183,0.1556198,-0.38471103,0.59199715,-0.7657293,0.89606047,-0.9756037,0.9998504,-0.96742636,0.88016933,-0.743025,0.5637666,-0.47305524,0.2513894,-0.01547501,-0.2213165,0.44556394,-0.6445572,0.8070174,-0.9237365,0.9880989,-0.9964567,0.948336,-0.8464644,0.6966158,-0.5072836,0.28919894,-0.05472271,-0.18285517,0.41006896,-0.6140404,0.78320843,-0.9079848,0.9812974,-0.9989907,0.960062,-0.86671776,0.7242486,-0.5407296,0.32656246,-0.09388601,-0.14411183,0.3739415,-0.5825765,0.75819147,-0.8908328,0.97298235,-0.99998397,0.97030735,-0.8856344,0.7507644,-0.57334167,0.36342233,-0.13290451,-0.10514623,0.33723736,-0.5502142,0.6356147,-0.8000895,0.9192158,-0.98624164,0.99736816,-0.95196456,0.8526043,-0.70491916,0.5172797,-0.30032125,0.0663408,0.17139979,-0.39942557,0.6048122,-0.77591854,0.9030464,-0.9789904,0.99944586,-0.9632535,0.8724647,-0.73222524,0.5504839,-0.33754146,0.105467476,0.13258433,-0.36312136,0.57307696,-0.750551,0.88548434,-0.97022915,0.9999821,-0.97305685,0.89097947,-0.7584021,0.582839,-0.3742411,0.1444315,0.09356438,-0.3262571,0.54045784,-0.72402585,0.8665566,-0.9599716,0.9989761,-0.9813595,0.95546407,-0.85862875,0.71312696,-0.5272057,0.31140283,-0.0779499],"x":[-1.8110049e18,-5.2211715e32,-1.0442343e33,-1.5663515e33,-2.0884686e33,-2.6105856e33,-3.132703e33,-3.65482e33,-4.1769372e33,-4.6990542e33,-5.221171e33,-5.7432885e33,-6.265406e33,-6.787523e33,-7.30964e33,-7.831757e33,-8.3538744e33,-8.875992e33,-9.3981084e33,-9.920226e33,-1.0442342e34,-1.096446e34,-1.1486577e34,-1.2008694e34,-1.2530812e34,-1.3052929e34,-1.3575046e34,-1.4097162e34,-1.461928e34,-1.5141397e34,-1.5663514e34,-1.6185631e34,-1.6707749e34,-1.7229866e34,-1.7751983e34,-1.82741e34,-1.8796217e34,-1.9318334e34,-1.9840451e34,-2.0362569e34,-2.0884685e34,-2.1406803e34,-2.192892e34,-2.2451038e34,-2.2973154e34,-2.3495273e34,-2.4017389e34,-2.4539505e34,-2.5061623e34,-2.558374e34,-2.6105858e34,-2.6627974e34,-2.7150092e34,-2.7672208e34,-2.8194325e34,-2.8716443e34,-2.923856e34,-2.9760678e34,-3.0282794e34,-3.0804912e34,-3.1327028e34,-3.1849147e34,-3.2371263e34,-3.289338e34,-3.3415498e34,-3.3937614e34,-3.4459732e34,-3.4981848e34,-3.5503967e34,-3.6026083e34,-3.65482e34,-3.7070317e34,-3.7592434e34,-3.8114552e34,-3.8636668e34,-3.9158787e34,-3.9680903e34,-4.020302e34,-4.0725137e34,-4.1247253e34,-4.176937e34,-4.229149e34,-4.2813607e34,-4.3335725e34,-4.385784e34,-4.4379957e34,-4.4902076e34,-4.542419e34,-4.594631e34,-4.6468427e34,-4.6990545e34,-4.751266e34,-4.8034777e34,-4.8556896e34,-4.907901e34,-4.960113e34,-5.0123246e34,-5.0645365e34,-5.116748e34,-5.1689597e34,-5.2211716e34,-5.273383e34,-5.325595e34,-5.3778066e34,-5.4300185e34,-5.48223e34,-5.5344417e34,-5.5866536e34,-5.638865e34,-5.691077e34,-5.7432886e34,-5.7955005e34,-5.847712e34,-5.8999237e34,-5.9521355e34,-6.004347e34,-6.056559e34,-6.1087706e34,-6.1609825e34,-6.213194e34,-6.2654057e34,-6.3176175e34,-6.3698294e34,-6.4220407e34,-6.4742526e34,-6.5264645e34,-6.578676e34,-6.6308877e34,-6.6830995e34,-6.7353114e34,-6.7875227e34,-6.8397346e34,-6.8919464e34,-6.944158e34,-6.9963697e34,-7.0485815e34,-7.1007934e34,-7.1530047e34,-7.2052166e34,-7.2574284e34,-7.30964e34,-7.3618516e34,-7.4140635e34,-7.4662754e34,-7.5184867e34,-7.5706986e34,-7.6229104e34,-7.675122e34,-7.7273336e34,-7.7795455e34,-7.8317573e34,-7.8839687e34,-7.9361806e34,-7.9883924e34,-8.040604e34,-8.0928156e34,-8.1450275e34,-8.1972393e34,-8.2494507e34,-8.3016625e34,-8.353874e34,-8.406086e34,-8.458298e34,-8.510509e34,-8.562721e34,-8.614933e34,-8.667145e34,-8.719356e34,-8.771568e34,-8.82378e34,-8.875991e34,-8.928203e34,-8.980415e34,-9.032627e34,-9.084838e34,-9.13705e34,-9.189262e34,-9.241473e34,-9.293685e34,-9.345897e34,-9.398109e34,-9.45032e34,-9.502532e34,-9.554744e34,-9.606955e34,-9.659167e34,-9.711379e34,-9.7635905e34,-9.815802e34,-9.868014e34,-9.920226e34,-9.972437e34,-1.0024649e35,-1.0076861e35,-1.0129073e35,-1.0181284e35,-1.0233496e35,-1.0285708e35,-1.0337919e35,-1.0390131e35,-1.0442343e35,-1.0494554e35,-1.0546766e35,-1.0598978e35,-1.065119e35,-1.0703402e35,-1.0755613e35,-1.0807825e35,-1.0860037e35,-1.0912248e35,-1.096446e35,-1.1016672e35,-1.1068883e35,-1.1121095e35,-1.1173307e35,-1.1225518e35,-1.127773e35,-1.1329942e35,-1.1382154e35,-1.1434366e35,-1.1486577e35,-1.1538789e35,-1.1591001e35,-1.1643212e35,-1.1695424e35,-1.1747636e35,-1.1799847e35,-1.1852059e35,-1.1904271e35,-1.1956482e35,-1.2008694e35,-1.2060906e35,-1.2113118e35,-1.216533e35,-1.2217541e35,-1.2269753e35,-1.2321965e35,-1.2374176e35,-1.2426388e35,-1.24786e35,-1.2530811e35,-1.2583023e35,-1.2635235e35,-1.2687446e35,-1.2739659e35,-1.279187e35,-1.2844081e35,-1.2896294e35,-1.2948505e35,-1.3000717e35,-1.3052929e35,-1.310514e35,-1.3157352e35,-1.3209564e35,-1.3261775e35,-1.3313987e35,-1.3366199e35,-1.341841e35,-1.3470623e35,-1.3522834e35,-1.3575045e35,-1.3627258e35,-1.3679469e35,-1.3731681e35,-1.3783893e35,-1.3836104e35,-1.3888316e35,-1.3940528e35,-1.3992739e35,-1.4044951e35,-1.4097163e35,-1.4149374e35,-1.4201587e35,-1.4253798e35,-1.4306009e35,-1.4358222e35,-1.4410433e35,-1.4462645e35,-1.4514857e35,-1.4567068e35,-1.461928e35,-1.4671492e35,-1.4723703e35,-1.4775915e35,-1.4828127e35,-1.4880338e35,-1.4932551e35,-1.4984762e35,-1.5036973e35,-1.5089186e35,-1.5141397e35,-1.5193608e35,-1.5245821e35,-1.5298032e35,-1.5350244e35,-1.5402456e35,-1.5454667e35,-1.550688e35,-1.5559091e35,-1.5611302e35,-1.5663515e35,-1.5715726e35,-1.5767937e35,-1.582015e35,-1.5872361e35,-1.5924572e35,-1.5976785e35,-1.6028996e35,-1.6081208e35,-1.613342e35,-1.6185631e35,-1.6237844e35,-1.6290055e35,-1.6342266e35,-1.6394479e35,-1.644669e35,-1.6498901e35,-1.6551114e35,-1.6603325e35,-1.6655536e35,-1.6707748e35,-1.6759961e35,-1.6812173e35,-1.6864384e35,-1.6916595e35,-1.6968807e35,-1.7021018e35,-1.7073231e35,-1.7125443e35,-1.7177654e35,-1.7229865e35,-1.7282077e35,-1.733429e35,-1.7386501e35,-1.7438713e35,-1.7490924e35,-1.7543135e35,-1.7595347e35,-1.764756e35,-1.7699772e35,-1.7751983e35,-1.7804194e35,-1.7856406e35,-1.7908619e35,-1.796083e35,-1.8013042e35,-1.8065253e35,-1.8117464e35,-1.8169676e35,-1.822189e35,-1.82741e35,-1.8326312e35,-1.8378523e35,-1.8430735e35,-1.8482946e35,-1.853516e35,-1.858737e35,-1.8639582e35,-1.8691793e35,-1.8744005e35,-1.8796218e35,-1.884843e35,-1.890064e35,-1.8952852e35,-1.9005063e35,-1.9057275e35,-1.9109488e35,-1.91617e35,-1.921391e35,-1.9266122e35,-1.9318334e35,-1.9370547e35,-1.9422758e35,-1.947497e35,-1.9527181e35,-1.9579392e35,-1.9631604e35,-1.9683817e35,-1.9736028e35,-1.978824e35,-1.9840451e35,-1.9892663e35,-1.9944874e35,-1.9997087e35,-2.0049299e35,-2.010151e35,-2.0153721e35,-2.0205933e35,-2.0258146e35,-2.0310357e35,-2.0362569e35,-2.041478e35,-2.0466991e35,-2.0519203e35,-2.0571416e35,-2.0623627e35,-2.0675839e35,-2.072805e35,-2.0780262e35,-2.0832475e35,-2.0884686e35,-2.0936898e35,-2.0989109e35,-2.104132e35,-2.1093532e35,-2.1145745e35,-2.1197956e35,-2.1250168e35,-2.130238e35,-2.135459e35,-2.1406804e35,-2.1459015e35,-2.1511227e35,-2.1563438e35,-2.161565e35,-2.166786e35,-2.1720074e35,-2.1772285e35,-2.1824497e35,-2.1876708e35,-2.192892e35,-2.198113e35,-2.2033344e35,-2.2085555e35,-2.2137767e35,-2.2189978e35,-2.224219e35,-2.2294403e35,-2.2346614e35,-2.2398826e35,-2.2451037e35,-2.2503248e35,-2.255546e35,-2.2607673e35,-2.2659884e35,-2.2712096e35,-2.2764307e35,-2.2816518e35,-2.2868732e35,-2.2920943e35,-2.2973154e35,-2.3025366e35,-2.3077577e35,-2.3129789e35,-2.3182002e35,-2.3234213e35,-2.3286425e35,-2.3338636e35,-2.3390847e35,-2.344306e35,-2.3495272e35,-2.3547483e35,-2.3599695e35,-2.3651906e35,-2.3704117e35,-2.375633e35,-2.3808542e35,-2.3860754e35,-2.3912965e35,-2.3965176e35,-2.4017388e35,-2.40696e35,-2.4121812e35,-2.4174024e35,-2.4226235e35,-2.4278446e35,-2.433066e35,-2.4382871e35,-2.4435082e35,-2.4487294e35,-2.4539505e35,-2.4591717e35,-2.464393e35,-2.4696141e35,-2.4748353e35,-2.4800564e35,-2.4852775e35,-2.4904989e35,-2.49572e35,-2.5009411e35,-2.5061623e35,-2.5113834e35,-2.5166045e35,-2.5218259e35,-2.527047e35,-2.5322681e35,-2.5374893e35,-2.5427104e35,-2.5479318e35,-2.5531529e35,-2.558374e35,-2.5635952e35,-2.5688163e35,-2.5740374e35,-2.5792588e35,-2.58448e35,-2.589701e35,-2.5949222e35,-2.6001433e35,-2.6053644e35,-2.6105858e35,-2.615807e35,-2.621028e35,-2.6262492e35,-2.6314703e35,-2.6366917e35,-2.6419128e35,-2.647134e35,-2.652355e35,-2.6575762e35,-2.6627973e35,-2.6680187e35,-2.6732398e35,-2.678461e35,-2.683682e35,-2.6889032e35,-2.6941245e35,-2.6993457e35,-2.7045668e35,-2.709788e35,-2.715009e35,-2.7202302e35,-2.7254516e35,-2.7306727e35,-2.7358938e35,-2.741115e35,-2.7463361e35,-2.7515572e35,-2.7567786e35,-2.7619997e35,-2.7672208e35,-2.772442e35,-2.7776631e35,-2.7828845e35,-2.7881056e35,-2.7933267e35,-2.7985479e35,-2.803769e35,-2.8089901e35,-2.8142115e35,-2.8194326e35,-2.8246537e35,-2.8298749e35,-2.835096e35,-2.8403173e35,-2.8455385e35,-2.8507596e35,-2.8559808e35,-2.8612019e35,-2.866423e35,-2.8716444e35,-2.8768655e35,-2.8820866e35,-2.8873078e35,-2.892529e35,-2.8977502e35,-2.9029714e35,-2.9081925e35,-2.9134136e35,-2.9186348e35,-2.923856e35,-2.9290773e35,-2.9342984e35,-2.9395195e35,-2.9447407e35,-2.9499618e35,-2.955183e35,-2.9604043e35,-2.9656254e35,-2.9708465e35,-2.9760677e35,-2.9812888e35,-2.9865101e35,-2.9917313e35,-2.9969524e35,-3.0021735e35,-3.0073947e35,-3.0126158e35,-3.0178372e35,-3.0230583e35,-3.0282794e35,-3.0335006e35,-3.0387217e35,-3.043943e35,-3.0491642e35,-3.0543853e35,-3.0596064e35,-3.0648276e35,-3.0700487e35,-3.07527e35,-3.0804912e35,-3.0857123e35,-3.0909335e35,-3.0961546e35,-3.101376e35,-3.106597e35,-3.1118182e35,-3.1170393e35,-3.1222605e35,-3.1274816e35,-3.132703e35,-3.137924e35,-3.1431452e35,-3.1483663e35,-3.1535875e35,-3.1588086e35,-3.16403e35,-3.169251e35,-3.1744722e35,-3.1796934e35,-3.1849145e35,-3.1901358e35,-3.195357e35,-3.2005781e35,-3.2057992e35,-3.2110204e35,-3.2162415e35,-3.2214628e35,-3.226684e35,-3.2319051e35,-3.2371262e35,-3.2423474e35,-3.2475687e35,-3.2527899e35,-3.258011e35,-3.2632321e35,-3.2684533e35,-3.2736744e35,-3.2788957e35,-3.2841169e35,-3.289338e35,-3.2945591e35,-3.2997803e35,-3.3050016e35,-3.3102227e35,-3.3154439e35,-3.320665e35,-3.325886e35,-3.3311073e35,-3.3363284e35,-3.3415496e35,-3.3467707e35,-3.3519922e35,-3.3572134e35,-3.3624345e35,-3.3676556e35,-3.3728768e35,-3.378098e35,-3.383319e35,-3.38854e35,-3.3937613e35,-3.3989825e35,-3.4042036e35,-3.409425e35,-3.4146463e35,-3.4198674e35,-3.4250885e35,-3.4303097e35,-3.4355308e35,-3.440752e35,-3.445973e35,-3.4511942e35,-3.4564153e35,-3.4616365e35,-3.466858e35,-3.472079e35,-3.4773003e35,-3.4825214e35,-3.4877426e35,-3.4929637e35,-3.498185e35,-3.503406e35,-3.508627e35,-3.5138482e35,-3.5190694e35,-3.524291e35,-3.529512e35,-3.534733e35,-3.5399543e35,-3.5451754e35,-3.5503966e35,-3.5556177e35,-3.560839e35,-3.56606e35,-3.571281e35,-3.5765023e35,-3.5817238e35,-3.586945e35,-3.592166e35,-3.5973872e35,-3.6026083e35,-3.6078295e35,-3.6130506e35,-3.6182717e35,-3.623493e35,-3.628714e35,-3.633935e35,-3.6391563e35,-3.644378e35,-3.649599e35,-3.65482e35,-3.6600412e35,-3.6652624e35,-3.6704835e35,-3.6757046e35,-3.6809258e35,-3.686147e35,-3.691368e35,-3.696589e35,-3.7018107e35,-3.707032e35,-3.712253e35,-3.717474e35,-3.7226953e35,-3.7279164e35,-3.7331375e35,-3.7383587e35,-3.7435798e35,-3.748801e35,-3.754022e35,-3.7592436e35,-3.7644647e35,-3.769686e35,-3.774907e35,-3.780128e35,-3.7853493e35,-3.7905704e35,-3.7957916e35,-3.8010127e35,-3.806234e35,-3.811455e35,-3.8166765e35,-3.8218976e35,-3.8271188e35,-3.83234e35,-3.837561e35,-3.842782e35,-3.8480033e35,-3.8532244e35,-3.8584456e35,-3.8636667e35,-3.868888e35,-3.8741094e35,-3.8793305e35,-3.8845517e35,-3.8897728e35,-3.894994e35,-3.900215e35,-3.9054362e35,-3.9106573e35,-3.9158785e35,-3.9210996e35,-3.9263207e35,-3.9315423e35,-3.9367634e35,-3.9419845e35,-3.9472057e35,-3.952427e35,-3.957648e35,-3.962869e35,-3.9680902e35,-3.9733114e35,-3.9785325e35,-3.9837536e35,-3.9889748e35,-3.9941963e35,-3.9994174e35,-4.0046386e35,-4.0098597e35,-4.015081e35,-4.020302e35,-4.025523e35,-4.0307443e35,-4.0359654e35,-4.0411865e35,-4.0464077e35,-4.051629e35,-4.0568503e35,-4.0620715e35,-4.0672926e35,-4.0725137e35,-4.077735e35,-4.082956e35,-4.088177e35,-4.0933983e35,-4.0986194e35,-4.1038406e35,-4.109062e35,-4.1142832e35,-4.1195044e35,-4.1247255e35,-4.1299466e35,-4.1351678e35,-4.140389e35,-4.14561e35,-4.150831e35,-4.1560523e35,-4.1612734e35,-4.166495e35,-4.171716e35,-4.1769372e35,-4.1821584e35,-4.1873795e35,-4.1926007e35,-4.1978218e35,-4.203043e35,-4.208264e35,-4.2134852e35,-4.2187063e35,-4.223928e35,-4.229149e35,-4.23437e35,-4.2395913e35,-4.2448124e35,-4.2500335e35,-4.2552547e35,-4.260476e35,-4.265697e35,-4.270918e35,-4.2761392e35,-4.2813608e35,-4.286582e35,-4.291803e35,-4.297024e35,-4.3022453e35,-4.3074664e35,-4.3126876e35,-4.3179087e35,-4.32313e35,-4.328351e35,-4.333572e35,-4.3387937e35,-4.3440148e35,-4.349236e35,-4.354457e35,-4.359678e35,-4.3648993e35,-4.3701205e35,-4.3753416e35,-4.3805627e35,-4.385784e35,-4.391005e35,-4.396226e35,-4.4014477e35,-4.406669e35,-4.41189e35,-4.417111e35,-4.4223322e35,-4.4275534e35,-4.4327745e35,-4.4379956e35,-4.4432168e35,-4.448438e35,-4.453659e35,-4.4588806e35,-4.4641017e35,-4.469323e35,-4.474544e35,-4.479765e35,-4.4849862e35,-4.4902074e35,-4.4954285e35,-4.5006497e35,-4.5058708e35,-4.511092e35,-4.5163135e35,-4.5215346e35,-4.5267557e35,-4.531977e35,-4.537198e35,-4.542419e35,-4.5476403e35,-4.5528614e35,-4.5580825e35,-4.5633037e35,-4.568525e35,-4.5737464e35,-4.5789675e35,-4.5841886e35,-4.5894098e35,-4.594631e35,-4.599852e35,-4.605073e35,-4.6102943e35,-4.6155154e35,-4.6207366e35,-4.6259577e35,-4.6311792e35,-4.6364004e35,-4.6416215e35,-4.6468427e35,-4.6520638e35,-4.657285e35,-4.662506e35,-4.667727e35,-4.6729483e35,-4.6781695e35,-4.6833906e35,-4.688612e35,-4.6938333e35,-4.6990544e35,-4.7042755e35,-4.7094967e35,-4.714718e35,-4.719939e35,-4.72516e35,-4.7303812e35,-4.7356024e35,-4.7408235e35,-4.7460446e35,-4.751266e35,-4.7564873e35,-4.7617084e35,-4.7669296e35,-4.7721507e35,-4.777372e35,-4.782593e35,-4.787814e35,-4.7930352e35,-4.7982564e35,-4.8034775e35,-4.808699e35,-4.81392e35,-4.8191413e35,-4.8243625e35,-4.8295836e35,-4.8348047e35,-4.840026e35,-4.845247e35,-4.850468e35,-4.8556893e35,-4.8609104e35,-4.866132e35,-4.871353e35,-4.8765742e35,-4.8817954e35,-4.8870165e35,-4.8922376e35,-4.8974588e35,-4.90268e35,-4.907901e35,-4.913122e35,-4.9183433e35,-4.923565e35,-4.928786e35,-4.934007e35,-4.9392282e35,-4.9444494e35,-4.9496705e35,-4.9548917e35,-4.9601128e35,-4.965334e35,-4.970555e35,-4.975776e35,-4.9809977e35,-4.986219e35,-4.99144e35,-4.996661e35,-5.0018823e35,-5.0071034e35,-5.0123245e35,-5.0175457e35,-5.022767e35,-5.027988e35,-5.033209e35,-5.0384306e35,-5.0436518e35,-5.048873e35,-5.054094e35,-5.059315e35,-5.0645363e35,-5.0697574e35,-5.0749786e35,-5.0801997e35,-5.085421e35,-5.090642e35,-5.0958635e35,-5.1010846e35,-5.1063058e35,-5.111527e35,-5.116748e35,-5.121969e35,-5.1271903e35,-5.1324115e35,-5.1376326e35,-5.1428537e35,-5.148075e35,-5.153296e35,-5.1585175e35,-5.1637387e35,-5.16896e35,-5.174181e35,-5.179402e35,-5.1846232e35,-5.1898444e35,-5.1950655e35,-5.2002866e35,-5.2055078e35,-5.210729e35,-5.2159504e35,-5.2211716e35,-5.2263927e35,-5.231614e35,-5.236835e35,-5.242056e35,-5.2472772e35,-5.2524984e35,-5.2577195e35,-5.2629406e35,-5.2681618e35,-5.2733833e35,-5.2786045e35,-5.2838256e35,-5.2890467e35,-5.294268e35,-5.299489e35,-5.30471e35,-5.3099313e35,-5.3151524e35,-5.3203735e35,-5.3255947e35,-5.3308162e35,-5.3360373e35,-5.3412585e35,-5.3464796e35,-5.3517008e35,-5.356922e35,-5.362143e35,-5.367364e35,-5.3725853e35,-5.3778064e35,-5.3830276e35,-5.388249e35,-5.3934702e35,-5.3986914e35,-5.4039125e35,-5.4091336e35,-5.4143548e35,-5.419576e35,-5.424797e35,-5.430018e35,-5.4352393e35,-5.4404605e35,-5.445682e35,-5.450903e35,-5.4561243e35,-5.4613454e35,-5.4665665e35,-5.4717877e35,-5.477009e35,-5.48223e35,-5.487451e35,-5.4926722e35,-5.4978934e35,-5.5031145e35,-5.508336e35,-5.513557e35,-5.5187783e35,-5.5239994e35,-5.5292206e35,-5.5344417e35,-5.539663e35,-5.544884e35,-5.550105e35,-5.5553262e35,-5.5605474e35,-5.565769e35,-5.57099e35,-5.576211e35,-5.5814323e35,-5.5866535e35,-5.5918746e35,-5.5970957e35,-5.602317e35,-5.607538e35,-5.612759e35,-5.6179803e35,-5.6232018e35,-5.628423e35,-5.633644e35,-5.6388652e35,-5.6440863e35,-5.6493075e35,-5.6545286e35,-5.6597498e35,-5.664971e35,-5.670192e35,-5.675413e35,-5.6806347e35,-5.685856e35,-5.691077e35,-5.696298e35,-5.7015192e35,-5.7067404e35,-5.7119615e35,-5.7171826e35,-5.7224038e35,-5.727625e35,-5.732846e35,-5.7380676e35,-5.7432887e35,-5.74851e35,-5.753731e35,-5.758952e35,-5.7641733e35,-5.7693944e35,-5.7746155e35,-5.7798367e35,-5.785058e35,-5.790279e35,-5.7955005e35,-5.8007216e35,-5.8059427e35,-5.811164e35,-5.816385e35,-5.821606e35,-5.8268273e35,-5.8320484e35,-5.8372696e35,-5.8424907e35,-5.847712e35,-5.8529334e35,-5.8581545e35,-5.8633756e35,-5.8685968e35,-5.873818e35,-5.879039e35,-5.88426e35,-5.8894813e35,-5.8947025e35,-5.8999236e35,-5.9051447e35,-5.910366e35,-5.9155874e35,-5.9208085e35,-5.9260297e35,-5.9312508e35,-5.936472e35,-5.941693e35,-5.9469142e35,-5.9521353e35,-5.9573565e35,-5.9625776e35,-5.9677988e35,-5.9730203e35,-5.9782414e35,-5.9834626e35,-5.9886837e35,-5.993905e35,-5.999126e35,-6.004347e35,-6.0095682e35,-6.0147894e35,-6.0200105e35,-6.0252316e35,-6.030453e35,-6.0356743e35,-6.0408954e35,-6.0461166e35,-6.0513377e35,-6.056559e35,-6.06178e35,-6.067001e35,-6.0722223e35,-6.0774434e35,-6.0826645e35,-6.087886e35,-6.0931072e35,-6.0983283e35,-6.1035495e35,-6.1087706e35,-6.1139917e35,-6.119213e35,-6.124434e35,-6.129655e35,-6.1348763e35,-6.1400974e35,-6.145319e35,-6.15054e35,-6.1557612e35,-6.1609824e35,-6.1662035e35,-6.1714246e35,-6.1766458e35,-6.181867e35,-6.187088e35,-6.192309e35,-6.1975303e35,-6.202752e35,-6.207973e35,-6.213194e35,-6.2184153e35,-6.2236364e35,-6.2288575e35,-6.2340787e35,-6.2392998e35,-6.244521e35,-6.249742e35,-6.2549632e35,-6.2601843e35,-6.265406e35,-6.270627e35,-6.275848e35,-6.2810693e35,-6.2862904e35,-6.2915116e35,-6.2967327e35,-6.301954e35,-6.307175e35,-6.312396e35,-6.3176172e35,-6.3228388e35,-6.32806e35,-6.333281e35,-6.338502e35,-6.3437233e35,-6.3489444e35,-6.3541656e35,-6.3593867e35,-6.364608e35,-6.369829e35,-6.37505e35,-6.3802717e35,-6.3854928e35,-6.390714e35,-6.395935e35,-6.4011562e35,-6.4063773e35,-6.4115985e35,-6.4168196e35,-6.4220407e35,-6.427262e35,-6.432483e35,-6.4377045e35,-6.4429257e35,-6.448147e35,-6.453368e35,-6.458589e35,-6.4638102e35,-6.4690314e35,-6.4742525e35,-6.4794736e35,-6.4846948e35,-6.489916e35,-6.4951374e35,-6.5003586e35,-6.5055797e35,-6.510801e35,-6.516022e35,-6.521243e35,-6.5264643e35,-6.5316854e35,-6.5369065e35,-6.5421277e35,-6.5473488e35,-6.5525703e35,-6.5577915e35,-6.5630126e35,-6.5682337e35,-6.573455e35,-6.578676e35,-6.583897e35,-6.5891183e35,-6.5943394e35,-6.5995606e35,-6.6047817e35,-6.6100032e35,-6.6152244e35,-6.6204455e35,-6.6256666e35,-6.6308878e35,-6.636109e35,-6.64133e35,-6.646551e35,-6.651772e35,-6.6569934e35,-6.6622146e35,-6.667436e35,-6.672657e35,-6.677878e35,-6.683099e35,-6.68832e35,-6.6935414e35,-6.698763e35,-6.7039845e35,-6.7092056e35,-6.714427e35,-6.719648e35,-6.724869e35,-6.73009e35,-6.735311e35,-6.7405324e35,-6.7457535e35,-6.750975e35,-6.756196e35,-6.761417e35,-6.766638e35,-6.771859e35,-6.77708e35,-6.7823015e35,-6.787523e35,-6.792744e35,-6.797965e35,-6.803186e35,-6.808407e35,-6.813629e35,-6.81885e35,-6.824071e35,-6.8292925e35,-6.834514e35,-6.839735e35,-6.844956e35,-6.850177e35,-6.855398e35,-6.860619e35,-6.8658405e35,-6.8710616e35,-6.876283e35,-6.881504e35,-6.886725e35,-6.891946e35,-6.897167e35,-6.9023884e35,-6.9076096e35,-6.912831e35,-6.918052e35,-6.923273e35,-6.928494e35,-6.933716e35,-6.938937e35,-6.944158e35,-6.9493794e35,-6.9546006e35,-6.959822e35,-6.965043e35,-6.970264e35,-6.975485e35,-6.980706e35,-6.985927e35,-6.9911485e35,-6.99637e35,-7.001591e35,-7.006812e35,-7.012033e35,-7.017254e35,-7.022475e35,-7.0276965e35,-7.032918e35,-7.038139e35,-7.04336e35,-7.048582e35,-7.053803e35,-7.059024e35,-7.064245e35,-7.069466e35,-7.0746875e35,-7.079909e35,-7.08513e35,-7.090351e35,-7.095572e35,-7.100793e35,-7.106014e35,-7.1112354e35,-7.1164566e35,-7.121678e35,-7.126899e35,-7.13212e35,-7.137341e35,-7.142562e35,-7.147783e35,-7.1530045e35,-7.158226e35,-7.1634476e35,-7.168669e35,-7.17389e35,-7.179111e35,-7.184332e35,-7.189553e35,-7.1947744e35,-7.1999955e35,-7.205217e35,-7.210438e35,-7.215659e35,-7.22088e35,-7.226101e35,-7.231322e35,-7.2365435e35,-7.241765e35,-7.246986e35,-7.252207e35,-7.257428e35,-7.262649e35,-7.26787e35,-7.2730914e35,-7.2783126e35,-7.2835345e35,-7.288756e35,-7.293977e35,-7.299198e35,-7.304419e35,-7.30964e35,-7.314861e35,-7.3200825e35,-7.3253036e35,-7.330525e35,-7.335746e35,-7.340967e35,-7.346188e35,-7.351409e35,-7.3566304e35,-7.3618515e35,-7.367073e35,-7.372294e35,-7.377515e35,-7.382736e35,-7.387957e35,-7.393178e35,-7.3984e35,-7.4036214e35,-7.4088426e35,-7.414064e35,-7.419285e35,-7.424506e35,-7.429727e35,-7.434948e35,-7.440169e35,-7.4453905e35,-7.450612e35,-7.455833e35,-7.461054e35,-7.466275e35,-7.471496e35,-7.476717e35,-7.4819385e35,-7.4871596e35,-7.492381e35,-7.497602e35,-7.502823e35,-7.508044e35,-7.513266e35,-7.518487e35,-7.523708e35,-7.5289295e35,-7.534151e35,-7.539372e35,-7.544593e35,-7.549814e35,-7.555035e35,-7.560256e35,-7.5654774e35,-7.5706986e35,-7.57592e35,-7.581141e35,-7.586362e35,-7.591583e35,-7.596804e35,-7.602025e35,-7.6072465e35,-7.612468e35,-7.617689e35,-7.62291e35,-7.628131e35,-7.633353e35,-7.638574e35,-7.643795e35,-7.6490164e35,-7.6542375e35,-7.659459e35,-7.66468e35,-7.669901e35,-7.675122e35,-7.680343e35,-7.685564e35,-7.6907855e35,-7.696007e35,-7.701228e35,-7.706449e35,-7.71167e35,-7.716891e35,-7.722112e35,-7.7273334e35,-7.7325546e35,-7.737776e35,-7.742997e35,-7.748219e35,-7.75344e35,-7.758661e35,-7.763882e35,-7.769103e35,-7.7743245e35,-7.7795456e35,-7.784767e35,-7.789988e35,-7.795209e35,-7.80043e35,-7.805651e35,-7.8108724e35,-7.8160935e35,-7.821315e35,-7.826536e35,-7.831757e35,-7.836978e35,-7.842199e35,-7.84742e35,-7.8526415e35,-7.857863e35,-7.8630846e35,-7.868306e35,-7.873527e35,-7.878748e35,-7.883969e35,-7.88919e35,-7.894411e35,-7.8996325e35,-7.904854e35,-7.910075e35,-7.915296e35,-7.920517e35,-7.925738e35,-7.930959e35,-7.9361805e35,-7.9414016e35,-7.946623e35,-7.951844e35,-7.957065e35,-7.962286e35,-7.967507e35,-7.9727284e35,-7.9779495e35,-7.9831715e35,-7.988393e35,-7.993614e35,-7.998835e35,-8.004056e35,-8.009277e35,-8.014498e35,-8.0197194e35,-8.0249406e35,-8.030162e35,-8.035383e35,-8.040604e35,-8.045825e35,-8.051046e35,-8.056267e35,-8.0614885e35,-8.06671e35,-8.071931e35,-8.077152e35,-8.082373e35,-8.087594e35,-8.092815e35,-8.098037e35,-8.103258e35,-8.1084795e35,-8.113701e35,-8.118922e35,-8.124143e35,-8.129364e35,-8.134585e35,-8.139806e35,-8.1450275e35,-8.150249e35,-8.15547e35,-8.160691e35,-8.165912e35,-8.171133e35,-8.176354e35,-8.1815754e35,-8.1867966e35,-8.192018e35,-8.197239e35,-8.20246e35,-8.207681e35,-8.212903e35,-8.218124e35,-8.223345e35,-8.2285664e35,-8.2337876e35,-8.239009e35,-8.24423e35,-8.249451e35,-8.254672e35,-8.259893e35,-8.2651144e35,-8.2703355e35,-8.275557e35,-8.280778e35,-8.285999e35,-8.29122e35,-8.296441e35,-8.301662e35,-8.3068835e35,-8.312105e35,-8.317326e35,-8.322547e35,-8.327769e35,-8.33299e35,-8.338211e35,-8.343432e35,-8.348653e35,-8.3538745e35,-8.359096e35,-8.364317e35,-8.369538e35,-8.374759e35,-8.37998e35,-8.385201e35,-8.3904225e35,-8.3956436e35,-8.400865e35,-8.406086e35,-8.411307e35,-8.416528e35,-8.421749e35,-8.4269704e35,-8.4321915e35,-8.437413e35,-8.442634e35,-8.447856e35,-8.453077e35,-8.458298e35,-8.463519e35,-8.46874e35,-8.4739614e35,-8.4791826e35,-8.484404e35,-8.489625e35,-8.494846e35,-8.500067e35,-8.505288e35,-8.510509e35,-8.5157305e35,-8.520952e35,-8.526173e35,-8.531394e35,-8.536615e35,-8.541836e35,-8.547057e35,-8.5522785e35,-8.5574996e35,-8.5627215e35,-8.567943e35,-8.573164e35,-8.578385e35,-8.583606e35,-8.588827e35,-8.594048e35,-8.5992695e35,-8.604491e35,-8.609712e35,-8.614933e35,-8.620154e35,-8.625375e35,-8.630596e35,-8.6358174e35,-8.6410386e35,-8.64626e35,-8.651481e35,-8.656702e35,-8.661923e35,-8.667144e35,-8.672365e35,-8.677587e35,-8.6828084e35,-8.6880296e35,-8.693251e35,-8.698472e35,-8.703693e35,-8.708914e35,-8.714135e35,-8.719356e35,-8.7245775e35,-8.729799e35,-8.73502e35,-8.740241e35,-8.745462e35,-8.750683e35,-8.755904e35,-8.7611255e35,-8.766347e35,-8.771568e35,-8.776789e35,-8.78201e35,-8.787231e35,-8.792452e35,-8.797674e35,-8.802895e35,-8.8081165e35,-8.813338e35,-8.818559e35,-8.82378e35,-8.829001e35,-8.834222e35,-8.839443e35,-8.8446644e35,-8.8498856e35,-8.855107e35,-8.860328e35,-8.865549e35,-8.87077e35,-8.875991e35,-8.881212e35,-8.8864335e35,-8.891655e35,-8.896876e35,-8.902097e35,-8.907318e35,-8.91254e35,-8.917761e35,-8.922982e35,-8.9282034e35,-8.9334245e35,-8.938646e35,-8.943867e35,-8.949088e35,-8.954309e35,-8.95953e35,-8.964751e35,-8.9699725e35,-8.975194e35,-8.980415e35,-8.985636e35,-8.990857e35,-8.996078e35,-9.001299e35,-9.0065204e35,-9.0117416e35,-9.016963e35,-9.022184e35,-9.027406e35,-9.032627e35,-9.037848e35,-9.043069e35,-9.04829e35,-9.0535115e35,-9.0587326e35,-9.063954e35,-9.069175e35,-9.074396e35,-9.079617e35,-9.084838e35,-9.0900594e35,-9.0952806e35,-9.100502e35,-9.105723e35,-9.110944e35,-9.116165e35,-9.121386e35,-9.126607e35,-9.1318285e35,-9.13705e35,-9.142271e35,-9.147493e35,-9.152714e35,-9.157935e35,-9.163156e35,-9.168377e35,-9.173598e35,-9.1788195e35,-9.184041e35,-9.189262e35,-9.194483e35,-9.199704e35,-9.204925e35,-9.210146e35,-9.2153675e35,-9.220589e35,-9.22581e35,-9.231031e35,-9.236252e35,-9.241473e35,-9.246694e35,-9.2519154e35,-9.2571366e35,-9.2623585e35,-9.26758e35,-9.272801e35,-9.278022e35,-9.283243e35,-9.288464e35,-9.293685e35,-9.2989064e35,-9.3041276e35,-9.309349e35,-9.31457e35,-9.319791e35,-9.325012e35,-9.330233e35,-9.335454e35,-9.3406755e35,-9.345897e35,-9.351118e35,-9.356339e35,-9.36156e35,-9.366781e35,-9.372002e35,-9.377224e35,-9.3824454e35,-9.3876665e35,-9.392888e35,-9.398109e35,-9.40333e35,-9.408551e35,-9.413772e35,-9.418993e35,-9.4242145e35,-9.429436e35,-9.434657e35,-9.439878e35,-9.445099e35,-9.45032e35,-9.455541e35,-9.4607624e35,-9.4659836e35,-9.471205e35,-9.476426e35,-9.481647e35,-9.486868e35,-9.492089e35,-9.497311e35,-9.502532e35,-9.5077535e35,-9.5129746e35,-9.518196e35,-9.523417e35,-9.528638e35,-9.533859e35,-9.53908e35,-9.5443014e35,-9.5495225e35,-9.554744e35,-9.559965e35,-9.565186e35,-9.570407e35,-9.575628e35,-9.580849e35,-9.5860705e35,-9.591292e35,-9.596513e35,-9.601734e35,-9.606955e35,-9.612177e35,-9.617398e35,-9.622619e35,-9.62784e35,-9.6330615e35,-9.638283e35,-9.643504e35,-9.648725e35,-9.653946e35,-9.659167e35,-9.664388e35,-9.6696095e35,-9.6748306e35,-9.680052e35,-9.685273e35,-9.690494e35,-9.695715e35,-9.700936e35,-9.7061574e35,-9.7113786e35,-9.7166e35,-9.721821e35,-9.727043e35,-9.732264e35,-9.737485e35,-9.742706e35,-9.747927e35,-9.7531484e35,-9.7583696e35,-9.763591e35,-9.768812e35,-9.774033e35,-9.779254e35,-9.784475e35,-9.789696e35,-9.7949175e35,-9.800139e35,-9.80536e35,-9.810581e35,-9.815802e35,-9.821023e35,-9.826244e35,-9.8314655e35,-9.836687e35,-9.8419085e35,-9.84713e35,-9.852351e35,-9.857572e35,-9.862793e35,-9.868014e35,-9.873235e35,-9.8784565e35,-9.883678e35,-9.888899e35,-9.89412e35,-9.899341e35,-9.904562e35,-9.909783e35,-9.9150044e35,-9.9202256e35,-9.925447e35,-9.930668e35,-9.935889e35,-9.94111e35,-9.946331e35,-9.951552e35,-9.9567735e35,-9.9619955e35,-9.9672166e35,-9.972438e35,-9.977659e35,-9.98288e35,-9.988101e35,-9.993322e35,-9.9985434e35,-1.00037645e36,-1.0008986e36,-1.0014207e36,-1.0019428e36,-1.0024649e36,-1.002987e36,-1.0035091e36,-1.00403125e36,-1.0045534e36,-1.0050755e36,-1.0055976e36,-1.0061197e36,-1.0066418e36,-1.0071639e36,-1.0076861e36,-1.0082082e36,-1.00873035e36,-1.0092525e36,-1.0097746e36,-1.0102967e36,-1.0108188e36,-1.0113409e36,-1.011863e36,-1.01238515e36,-1.01290726e36,-1.0134294e36,-1.0139515e36,-1.0144736e36,-1.0149957e36,-1.0155178e36,-1.01603994e36,-1.01656205e36,-1.0170842e36,-1.0176063e36,-1.0181284e36,-1.0186505e36,-1.0191727e36,-1.0196948e36,-1.0202169e36,-1.02073904e36,-1.02126116e36,-1.0217833e36,-1.0223054e36,-1.0228275e36,-1.0233496e36,-1.0238717e36,-1.0243938e36,-1.02491595e36,-1.0254381e36,-1.0259602e36,-1.0264823e36,-1.0270044e36,-1.0275265e36,-1.0280486e36,-1.02857075e36,-1.02909286e36,-1.029615e36,-1.0301371e36,-1.0306592e36,-1.0311814e36,-1.0317035e36,-1.0322256e36,-1.0327477e36,-1.03326985e36,-1.033792e36,-1.0343141e36,-1.0348362e36,-1.0353583e36,-1.0358804e36,-1.0364025e36,-1.03692464e36,-1.03744676e36,-1.0379689e36,-1.038491e36,-1.0390131e36,-1.0395352e36,-1.0400573e36,-1.0405794e36,-1.04110155e36,-1.0416237e36,-1.0421458e36,-1.042668e36,-1.0431901e36,-1.0437122e36,-1.0442343e36,-1.0447564e36,-1.04527854e36,-1.04580065e36,-1.0463228e36,-1.0468449e36,-1.047367e36,-1.0478891e36,-1.0484112e36,-1.0489333e36,-1.04945545e36,-1.0499776e36,-1.0504997e36,-1.0510218e36,-1.0515439e36,-1.052066e36,-1.0525881e36,-1.05311024e36,-1.05363236e36,-1.05415455e36,-1.0546767e36,-1.0551988e36,-1.0557209e36,-1.056243e36,-1.0567651e36,-1.0572872e36,-1.05780935e36,-1.05833146e36,-1.0588536e36,-1.0593757e36,-1.0598978e36,-1.0604199e36,-1.060942e36,-1.06146414e36,-1.06198625e36,-1.0625084e36,-1.0630305e36,-1.0635526e36,-1.0640747e36,-1.0645968e36,-1.0651189e36,-1.06564105e36,-1.06616324e36,-1.06668536e36,-1.0672075e36,-1.0677296e36,-1.0682517e36,-1.0687738e36,-1.0692959e36,-1.069818e36,-1.07034015e36,-1.0708623e36,-1.0713844e36,-1.0719065e36,-1.0724286e36,-1.0729507e36,-1.0734728e36,-1.07399495e36,-1.07451706e36,-1.0750392e36,-1.0755613e36,-1.0760834e36,-1.0766055e36,-1.0771276e36,-1.0776498e36,-1.0781719e36,-1.07869405e36,-1.0792162e36,-1.0797383e36,-1.0802604e36,-1.0807825e36,-1.0813046e36,-1.0818267e36,-1.08234884e36,-1.08287096e36,-1.0833931e36,-1.0839152e36,-1.0844373e36,-1.0849594e36,-1.0854815e36,-1.0860036e36,-1.08652575e36,-1.0870479e36,-1.08757e36,-1.0880921e36,-1.0886142e36,-1.0891364e36,-1.0896585e36,-1.0901806e36,-1.0907027e36,-1.09122485e36,-1.091747e36,-1.0922691e36,-1.0927912e36,-1.0933133e36,-1.0938354e36,-1.0943575e36,-1.09487965e36,-1.0954018e36,-1.0959239e36,-1.096446e36,-1.0969681e36,-1.0974902e36,-1.0980123e36,-1.09853444e36,-1.09905656e36,-1.0995787e36,-1.1001008e36,-1.1006229e36,-1.1011451e36,-1.1016672e36,-1.1021893e36,-1.1027114e36,-1.10323354e36,-1.10375566e36,-1.1042778e36,-1.1047999e36,-1.105322e36,-1.1058441e36,-1.1063662e36,-1.1068883e36,-1.10741045e36,-1.1079326e36,-1.1084547e36,-1.1089768e36,-1.1094989e36,-1.110021e36,-1.1105431e36,-1.11106525e36,-1.1115874e36,-1.1121095e36,-1.1126317e36,-1.1131538e36,-1.1136759e36,-1.114198e36,-1.1147201e36,-1.1152422e36,-1.11576435e36,-1.1162865e36,-1.1168086e36,-1.1173307e36,-1.1178528e36,-1.1183749e36,-1.118897e36,-1.11941914e36,-1.11994126e36,-1.1204634e36,-1.1209855e36,-1.1215076e36,-1.1220297e36,-1.1225518e36,-1.12307394e36,-1.12359605e36,-1.12411825e36,-1.12464036e36,-1.1251625e36,-1.1256846e36,-1.1262067e36,-1.1267288e36,-1.1272509e36,-1.12777304e36,-1.12829516e36,-1.1288173e36,-1.1293394e36,-1.1298615e36,-1.1303836e36,-1.1309057e36,-1.1314278e36,-1.13194995e36,-1.1324721e36,-1.1329942e36,-1.1335163e36,-1.1340384e36,-1.1345605e36,-1.1350826e36,-1.1356048e36,-1.1361269e36,-1.13664905e36,-1.1371712e36,-1.1376933e36,-1.1382154e36,-1.1387375e36,-1.1392596e36,-1.1397817e36,-1.14030385e36,-1.140826e36,-1.1413481e36,-1.1418702e36,-1.1423923e36,-1.1429144e36,-1.1434365e36,-1.14395864e36,-1.14448076e36,-1.1450029e36,-1.145525e36,-1.1460471e36,-1.1465692e36,-1.1470913e36,-1.1476135e36,-1.1481356e36,-1.14865774e36,-1.14917986e36,-1.149702e36,-1.1502241e36,-1.1507462e36,-1.1512683e36,-1.1517904e36,-1.1523125e36,-1.15283465e36,-1.1533568e36,-1.1538789e36,-1.154401e36,-1.1549231e36,-1.1554452e36,-1.1559673e36,-1.15648945e36,-1.1570116e36,-1.1575337e36,-1.1580558e36,-1.1585779e36,-1.1591001e36,-1.1596222e36,-1.1601443e36,-1.1606664e36,-1.16118855e36,-1.1617107e36,-1.1622328e36,-1.1627549e36,-1.163277e36,-1.1637991e36,-1.1643212e36,-1.16484334e36,-1.16536546e36,-1.1658876e36,-1.1664097e36,-1.1669318e36,-1.1674539e36,-1.167976e36,-1.1684981e36,-1.16902025e36,-1.1695424e36,-1.1700645e36,-1.1705867e36,-1.1711088e36,-1.1716309e36,-1.172153e36,-1.1726751e36,-1.17319724e36,-1.17371935e36,-1.1742415e36,-1.1747636e36,-1.1752857e36,-1.1758078e36,-1.1763299e36,-1.176852e36,-1.17737415e36,-1.1778963e36,-1.1784184e36,-1.1789405e36,-1.1794626e36,-1.1799847e36,-1.1805068e36,-1.18102894e36,-1.18155106e36,-1.1820732e36,-1.1825954e36,-1.1831175e36,-1.1836396e36,-1.1841617e36,-1.1846838e36,-1.1852059e36,-1.18572805e36,-1.18625016e36,-1.1867723e36,-1.1872944e36,-1.1878165e36,-1.1883386e36,-1.1888607e36,-1.18938284e36,-1.18990496e36,-1.1904271e36,-1.1909492e36,-1.1914713e36,-1.1919934e36,-1.1925155e36,-1.1930376e36,-1.19355975e36,-1.19408194e36,-1.19460406e36,-1.1951262e36,-1.1956483e36,-1.1961704e36,-1.1966925e36,-1.1972146e36,-1.1977367e36,-1.19825885e36,-1.198781e36,-1.1993031e36,-1.1998252e36,-1.2003473e36,-1.2008694e36,-1.2013915e36,-1.20191365e36,-1.2024358e36,-1.2029579e36,-1.20348e36,-1.2040021e36,-1.2045242e36,-1.2050463e36,-1.2055685e36,-1.2060906e36,-1.20661275e36,-1.2071349e36,-1.207657e36,-1.2081791e36,-1.2087012e36,-1.2092233e36,-1.2097454e36,-1.21026754e36,-1.21078966e36,-1.2113118e36,-1.2118339e36,-1.212356e36,-1.2128781e36,-1.2134002e36,-1.2139223e36,-1.21444445e36,-1.2149666e36,-1.2154887e36,-1.2160108e36,-1.2165329e36,-1.217055e36,-1.2175772e36,-1.2180993e36,-1.21862144e36,-1.21914355e36,-1.2196657e36,-1.2201878e36,-1.2207099e36,-1.221232e36,-1.2217541e36,-1.2222762e36,-1.22279835e36,-1.2233205e36,-1.2238426e36,-1.2243647e36,-1.2248868e36,-1.2254089e36,-1.225931e36,-1.22645314e36,-1.22697526e36,-1.2274974e36,-1.2280195e36,-1.2285416e36,-1.2290638e36,-1.2295859e36,-1.230108e36,-1.2306301e36,-1.23115225e36,-1.23167436e36,-1.2321965e36,-1.2327186e36,-1.2332407e36,-1.2337628e36,-1.2342849e36,-1.23480704e36,-1.23532915e36,-1.2358513e36,-1.2363734e36,-1.2368955e36,-1.2374176e36,-1.2379397e36,-1.2384618e36,-1.23898395e36,-1.2395061e36,-1.2400282e36,-1.2405504e36,-1.2410725e36,-1.2415946e36,-1.2421167e36,-1.2426388e36,-1.2431609e36,-1.24368305e36,-1.2442052e36,-1.2447273e36,-1.2452494e36,-1.2457715e36,-1.2462936e36,-1.2468157e36,-1.24733785e36,-1.24785996e36,-1.2483821e36,-1.2489042e36,-1.2494263e36,-1.2499484e36,-1.2504705e36,-1.25099264e36,-1.25151475e36,-1.2520369e36,-1.2525591e36,-1.2530812e36,-1.2536033e36,-1.2541254e36,-1.2546475e36,-1.2551696e36,-1.25569174e36,-1.25621386e36,-1.256736e36,-1.2572581e36,-1.2577802e36,-1.2583023e36,-1.2588244e36,-1.2593465e36,-1.25986865e36,-1.2603908e36,-1.2609129e36,-1.261435e36,-1.2619571e36,-1.2624792e36,-1.2630013e36,-1.26352345e36,-1.2640456e36,-1.26456775e36,-1.2650899e36,-1.265612e36,-1.2661341e36,-1.2666562e36,-1.2671783e36,-1.2677004e36,-1.26822255e36,-1.2687447e36,-1.2692668e36,-1.2697889e36,-1.270311e36,-1.2708331e36,-1.2713552e36,-1.27187734e36,-1.27239946e36,-1.2729216e36,-1.2734437e36,-1.2739658e36,-1.2744879e36,-1.27501e36,-1.2755322e36,-1.2760543e36,-1.27657645e36,-1.27709856e36,-1.2776207e36,-1.2781428e36,-1.2786649e36,-1.279187e36,-1.2797091e36,-1.28023124e36,-1.28075335e36,-1.2812755e36,-1.2817976e36,-1.2823197e36,-1.2828418e36,-1.2833639e36,-1.283886e36,-1.28440815e36,-1.2849303e36,-1.2854524e36,-1.2859745e36,-1.2864966e36,-1.2870188e36,-1.2875409e36,-1.288063e36,-1.2885851e36,-1.28910725e36,-1.2896294e36,-1.2901515e36,-1.2906736e36,-1.2911957e36,-1.2917178e36,-1.2922399e36,-1.29276205e36,-1.29328416e36,-1.2938063e36,-1.2943284e36,-1.2948505e36,-1.2953726e36,-1.2958947e36,-1.29641684e36,-1.29693895e36,-1.2974611e36,-1.2979832e36,-1.2985053e36,-1.2990275e36,-1.2995496e36,-1.3000717e36,-1.3005938e36,-1.30111594e36,-1.30163806e36,-1.3021602e36,-1.3026823e36,-1.3032044e36,-1.3037265e36,-1.3042486e36,-1.3047707e36,-1.30529285e36,-1.305815e36,-1.3063371e36,-1.3068592e36,-1.3073813e36,-1.3079034e36,-1.3084255e36,-1.30894765e36,-1.30946976e36,-1.3099919e36,-1.3105141e36,-1.3110362e36,-1.3115583e36,-1.3120804e36,-1.3126025e36,-1.3131246e36,-1.31364675e36,-1.3141689e36,-1.314691e36,-1.3152131e36,-1.3157352e36,-1.3162573e36,-1.3167794e36,-1.31730154e36,-1.31782366e36,-1.3183458e36,-1.3188679e36,-1.31939e36,-1.3199121e36,-1.3204342e36,-1.3209563e36,-1.32147845e36,-1.32200064e36,-1.32252276e36,-1.3230449e36,-1.323567e36,-1.3240891e36,-1.3246112e36,-1.3251333e36,-1.3256554e36,-1.32617755e36,-1.3266997e36,-1.3272218e36,-1.3277439e36,-1.328266e36,-1.3287881e36,-1.3293102e36,-1.3298323e36,-1.3303545e36,-1.3308766e36,-1.3313987e36,-1.3319208e36,-1.3324429e36,-1.332965e36,-1.3334871e36,-1.3340093e36,-1.3345314e36,-1.3350535e36,-1.3355756e36,-1.3360977e36,-1.3366198e36,-1.337142e36,-1.337664e36,-1.3381862e36,-1.3387083e36,-1.3392304e36,-1.3397527e36,-1.3402748e36,-1.3407969e36,-1.341319e36,-1.3418411e36,-1.3423632e36,-1.3428853e36,-1.3434075e36,-1.3439296e36,-1.3444517e36,-1.3449738e36,-1.3454959e36,-1.346018e36,-1.3465401e36,-1.3470623e36,-1.3475844e36,-1.3481065e36,-1.3486286e36,-1.3491507e36,-1.3496728e36,-1.350195e36,-1.350717e36,-1.3512392e36,-1.3517613e36,-1.3522834e36,-1.3528055e36,-1.3533276e36,-1.3538497e36,-1.3543718e36,-1.354894e36,-1.355416e36,-1.3559382e36,-1.3564603e36,-1.3569824e36,-1.3575045e36,-1.3580266e36,-1.3585488e36,-1.3590709e36,-1.359593e36,-1.3601151e36,-1.3606372e36,-1.3611593e36,-1.3616814e36,-1.3622035e36,-1.3627258e36,-1.363248e36,-1.36377e36,-1.3642922e36,-1.3648143e36,-1.3653364e36,-1.3658585e36,-1.3663806e36,-1.3669027e36,-1.3674248e36,-1.367947e36,-1.368469e36,-1.3689912e36,-1.3695133e36,-1.3700354e36,-1.3705575e36,-1.3710796e36,-1.3716018e36,-1.3721239e36,-1.372646e36,-1.3731681e36,-1.3736902e36,-1.3742123e36,-1.3747344e36,-1.3752565e36,-1.3757787e36,-1.3763008e36,-1.3768229e36,-1.377345e36,-1.3778671e36,-1.3783892e36,-1.3789113e36,-1.3794335e36,-1.3799556e36,-1.3804777e36,-1.3809998e36,-1.3815219e36,-1.382044e36,-1.3825661e36,-1.3830883e36,-1.3836104e36,-1.3841325e36,-1.3846546e36,-1.3851767e36,-1.3856988e36,-1.3862211e36,-1.3867432e36,-1.3872653e36,-1.3877874e36,-1.3883095e36,-1.3888317e36,-1.3893538e36,-1.3898759e36,-1.390398e36,-1.3909201e36,-1.3914422e36,-1.3919643e36,-1.3924865e36,-1.3930086e36,-1.3935307e36,-1.3940528e36,-1.3945749e36,-1.395097e36,-1.3956191e36,-1.3961412e36,-1.3966634e36,-1.3971855e36,-1.3977076e36,-1.3982297e36,-1.3987518e36,-1.399274e36,-1.399796e36,-1.4003182e36,-1.4008403e36,-1.4013624e36,-1.4018845e36,-1.4024066e36,-1.4029287e36,-1.4034508e36,-1.403973e36,-1.404495e36,-1.4050172e36,-1.4055393e36,-1.4060614e36,-1.4065835e36,-1.4071056e36,-1.4076277e36,-1.4081499e36,-1.408672e36,-1.4091941e36,-1.4097164e36,-1.4102385e36,-1.4107606e36,-1.4112827e36,-1.4118048e36,-1.412327e36,-1.412849e36,-1.4133712e36,-1.4138933e36,-1.4144154e36,-1.4149375e36,-1.4154596e36,-1.4159817e36,-1.4165038e36,-1.417026e36,-1.417548e36,-1.4180702e36,-1.4185923e36,-1.4191144e36,-1.4196365e36,-1.4201586e36,-1.4206807e36,-1.4212029e36,-1.421725e36,-1.4222471e36,-1.4227692e36,-1.4232913e36,-1.4238134e36,-1.4243355e36,-1.4248577e36,-1.4253798e36,-1.4259019e36,-1.426424e36,-1.4269461e36,-1.4274682e36,-1.4279903e36,-1.4285125e36,-1.4290346e36,-1.4295567e36,-1.4300788e36,-1.4306009e36,-1.431123e36,-1.4316451e36,-1.4321672e36,-1.4326895e36,-1.4332116e36,-1.4337337e36,-1.4342559e36,-1.434778e36,-1.4353001e36,-1.4358222e36,-1.4363443e36,-1.4368664e36,-1.4373885e36,-1.4379107e36,-1.4384328e36,-1.4389549e36,-1.439477e36,-1.4399991e36,-1.4405212e36,-1.4410433e36,-1.4415654e36,-1.4420876e36,-1.4426097e36,-1.4431318e36,-1.4436539e36,-1.444176e36,-1.4446981e36,-1.4452202e36,-1.4457424e36,-1.4462645e36,-1.4467866e36,-1.4473087e36,-1.4478308e36,-1.448353e36,-1.448875e36,-1.4493972e36,-1.4499193e36,-1.4504414e36,-1.4509635e36,-1.4514856e36,-1.4520077e36,-1.4525298e36,-1.453052e36,-1.453574e36,-1.4540962e36,-1.4546183e36,-1.4551404e36,-1.4556625e36,-1.4561848e36,-1.4567069e36,-1.457229e36,-1.4577511e36,-1.4582732e36,-1.4587954e36,-1.4593175e36,-1.4598396e36,-1.4603617e36,-1.4608838e36,-1.461406e36,-1.461928e36,-1.4624502e36,-1.4629723e36,-1.4634944e36,-1.4640165e36,-1.4645386e36,-1.4650607e36,-1.4655828e36,-1.466105e36,-1.466627e36,-1.4671492e36,-1.4676713e36,-1.4681934e36,-1.4687155e36,-1.4692376e36,-1.4697597e36,-1.4702819e36,-1.470804e36,-1.4713261e36,-1.4718482e36,-1.4723703e36,-1.4728924e36,-1.4734145e36,-1.4739367e36,-1.4744588e36,-1.4749809e36,-1.475503e36,-1.4760251e36,-1.4765472e36,-1.4770693e36,-1.4775914e36,-1.4781136e36,-1.4786357e36,-1.4791578e36,-1.47968e36,-1.4802022e36,-1.4807243e36,-1.4812464e36,-1.4817685e36,-1.4822906e36,-1.4828127e36,-1.4833349e36,-1.483857e36,-1.4843791e36,-1.4849012e36,-1.4854233e36,-1.4859454e36,-1.4864675e36,-1.4869896e36,-1.4875118e36,-1.4880339e36,-1.488556e36,-1.4890781e36,-1.4896002e36,-1.4901223e36,-1.4906444e36,-1.4911666e36,-1.4916887e36,-1.4922108e36,-1.4927329e36,-1.493255e36,-1.4937771e36,-1.4942992e36,-1.4948214e36,-1.4953435e36,-1.4958656e36,-1.4963877e36,-1.4969098e36,-1.4974319e36,-1.497954e36,-1.4984761e36,-1.4989983e36,-1.4995204e36,-1.5000425e36,-1.5005646e36,-1.5010867e36,-1.5016088e36,-1.502131e36,-1.5026532e36,-1.5031753e36,-1.5036974e36,-1.5042196e36,-1.5047417e36,-1.5052638e36,-1.5057859e36,-1.506308e36,-1.5068301e36,-1.5073522e36,-1.5078744e36,-1.5083965e36,-1.5089186e36,-1.5094407e36,-1.5099628e36,-1.5104849e36,-1.511007e36,-1.5115291e36,-1.5120513e36,-1.5125734e36,-1.5130955e36,-1.5136176e36,-1.5141397e36,-1.5146618e36,-1.515184e36,-1.515706e36,-1.5162282e36,-1.5167503e36,-1.5172724e36,-1.5177945e36,-1.5183166e36,-1.5188387e36,-1.5193608e36,-1.519883e36,-1.520405e36,-1.5209272e36,-1.5214493e36,-1.5219714e36,-1.5224935e36,-1.5230156e36,-1.5235378e36,-1.5240599e36,-1.524582e36,-1.5251041e36,-1.5256262e36,-1.5261485e36,-1.5266706e36,-1.5271927e36,-1.5277148e36,-1.528237e36,-1.528759e36,-1.5292812e36,-1.5298033e36,-1.5303254e36,-1.5308475e36,-1.5313696e36,-1.5318917e36,-1.5324138e36,-1.532936e36,-1.533458e36,-1.5339802e36,-1.5345023e36,-1.5350244e36,-1.5355465e36,-1.5360686e36,-1.5365908e36,-1.5371129e36,-1.537635e36,-1.5381571e36,-1.5386792e36,-1.5392013e36,-1.5397234e36,-1.5402456e36,-1.5407677e36,-1.5412898e36,-1.5418119e36,-1.542334e36,-1.5428561e36,-1.5433782e36,-1.5439003e36,-1.5444225e36,-1.5449446e36,-1.5454667e36,-1.5459888e36,-1.5465109e36,-1.547033e36,-1.5475551e36,-1.5480773e36,-1.5485994e36,-1.5491216e36,-1.5496438e36,-1.5501659e36,-1.550688e36,-1.5512101e36,-1.5517322e36,-1.5522543e36,-1.5527764e36,-1.5532985e36,-1.5538207e36,-1.5543428e36,-1.5548649e36,-1.555387e36,-1.5559091e36,-1.5564312e36,-1.5569533e36,-1.5574755e36,-1.5579976e36,-1.5585197e36,-1.5590418e36,-1.5595639e36,-1.560086e36,-1.5606081e36,-1.5611303e36,-1.5616524e36,-1.5621745e36,-1.5626966e36,-1.5632187e36,-1.5637408e36,-1.564263e36,-1.564785e36,-1.5653072e36,-1.5658293e36,-1.5663514e36,-1.5668735e36,-1.5673956e36,-1.5679177e36,-1.5684398e36,-1.568962e36,-1.569484e36,-1.5700062e36,-1.5705283e36,-1.5710504e36,-1.5715725e36,-1.5720946e36,-1.5726169e36,-1.573139e36,-1.5736611e36,-1.5741833e36,-1.5747054e36,-1.5752275e36,-1.5757496e36,-1.5762717e36,-1.5767938e36,-1.577316e36,-1.577838e36,-1.5783602e36,-1.5788823e36,-1.5794044e36,-1.5799265e36,-1.5804486e36,-1.5809707e36,-1.5814928e36,-1.582015e36,-1.582537e36,-1.5830592e36,-1.5835813e36,-1.5841034e36,-1.5846255e36,-1.5851476e36,-1.5856698e36,-1.5861919e36,-1.586714e36,-1.5872361e36,-1.5877582e36,-1.5882803e36,-1.5888024e36,-1.5893245e36,-1.5898467e36,-1.5903688e36,-1.5908909e36,-1.591413e36,-1.5919351e36,-1.5924572e36,-1.5929793e36,-1.5935015e36,-1.5940236e36,-1.5945457e36,-1.5950678e36,-1.5955899e36,-1.5961122e36,-1.5966343e36,-1.5971564e36,-1.5976785e36,-1.5982006e36,-1.5987227e36,-1.5992449e36,-1.599767e36,-1.6002891e36,-1.6008112e36,-1.6013333e36,-1.6018554e36,-1.6023775e36,-1.6028997e36,-1.6034218e36,-1.6039439e36,-1.604466e36,-1.6049881e36,-1.6055102e36,-1.6060323e36,-1.6065545e36,-1.6070766e36,-1.6075987e36,-1.6081208e36,-1.6086429e36,-1.609165e36,-1.6096871e36,-1.6102092e36,-1.6107314e36,-1.6112535e36,-1.6117756e36,-1.6122977e36,-1.6128198e36,-1.613342e36,-1.613864e36,-1.6143862e36,-1.6149083e36,-1.6154304e36,-1.6159525e36,-1.6164746e36,-1.6169967e36,-1.6175188e36,-1.618041e36,-1.618563e36,-1.6190853e36,-1.6196075e36,-1.6201296e36,-1.6206517e36,-1.6211738e36,-1.6216959e36,-1.622218e36,-1.6227401e36,-1.6232622e36,-1.6237844e36,-1.6243065e36,-1.6248286e36,-1.6253507e36,-1.6258728e36,-1.626395e36,-1.626917e36,-1.6274392e36,-1.6279613e36,-1.6284834e36,-1.6290055e36,-1.6295276e36,-1.6300497e36,-1.6305718e36,-1.631094e36,-1.631616e36,-1.6321382e36,-1.6326603e36,-1.6331824e36,-1.6337045e36,-1.6342266e36,-1.6347487e36,-1.6352709e36,-1.635793e36,-1.6363151e36,-1.6368372e36,-1.6373593e36,-1.6378814e36,-1.6384035e36,-1.6389257e36,-1.6394478e36,-1.6399699e36,-1.640492e36,-1.6410141e36,-1.6415362e36,-1.6420583e36,-1.6425806e36,-1.6431027e36,-1.6436248e36,-1.644147e36,-1.644669e36,-1.6451912e36,-1.6457133e36,-1.6462354e36,-1.6467575e36,-1.6472796e36,-1.6478017e36,-1.6483239e36,-1.648846e36,-1.6493681e36,-1.6498902e36,-1.6504123e36,-1.6509344e36,-1.6514565e36,-1.6519787e36,-1.6525008e36,-1.6530229e36,-1.653545e36,-1.6540671e36,-1.6545892e36,-1.6551113e36,-1.6556334e36,-1.6561556e36,-1.6566777e36,-1.6571998e36,-1.6577219e36,-1.658244e36,-1.6587661e36,-1.6592882e36,-1.6598104e36,-1.6603325e36,-1.6608546e36,-1.6613767e36,-1.6618988e36,-1.662421e36,-1.662943e36,-1.6634652e36,-1.6639873e36,-1.6645094e36,-1.6650315e36,-1.6655538e36,-1.6660759e36,-1.666598e36,-1.6671201e36,-1.6676422e36,-1.6681643e36,-1.6686864e36,-1.6692086e36,-1.6697307e36,-1.6702528e36,-1.6707749e36,-1.671297e36,-1.6718191e36,-1.6723412e36,-1.6728634e36,-1.6733855e36,-1.6739076e36,-1.6744297e36,-1.6749518e36,-1.675474e36,-1.675996e36,-1.6765181e36,-1.6770403e36,-1.6775624e36,-1.6780845e36,-1.6786066e36,-1.6791287e36,-1.6796508e36,-1.680173e36,-1.680695e36,-1.6812172e36,-1.6817393e36,-1.6822614e36,-1.6827835e36,-1.6833056e36,-1.6838277e36,-1.6843499e36,-1.684872e36,-1.6853941e36,-1.6859162e36,-1.6864383e36,-1.6869604e36,-1.6874825e36,-1.6880046e36,-1.6885268e36,-1.689049e36,-1.6895711e36,-1.6900933e36,-1.6906154e36,-1.6911375e36,-1.6916596e36,-1.6921817e36,-1.6927038e36,-1.693226e36,-1.693748e36,-1.6942702e36,-1.6947923e36,-1.6953144e36,-1.6958365e36,-1.6963586e36,-1.6968807e36,-1.6974029e36,-1.697925e36,-1.698447e36,-1.6989692e36,-1.6994913e36,-1.7000134e36,-1.7005355e36,-1.7010576e36,-1.7015798e36,-1.7021019e36,-1.702624e36,-1.7031461e36,-1.7036682e36,-1.7041903e36,-1.7047124e36,-1.7052346e36,-1.7057567e36,-1.7062788e36,-1.7068009e36,-1.707323e36,-1.7078451e36,-1.7083672e36,-1.7088894e36,-1.7094115e36,-1.7099336e36,-1.7104557e36,-1.7109778e36,-1.7114999e36,-1.712022e36,-1.7125443e36,-1.7130664e36,-1.7135885e36,-1.7141106e36,-1.7146328e36,-1.7151549e36,-1.715677e36,-1.7161991e36,-1.7167212e36,-1.7172433e36,-1.7177654e36,-1.7182876e36,-1.7188097e36,-1.7193318e36,-1.7198539e36,-1.720376e36,-1.7208981e36,-1.7214202e36,-1.7219423e36,-1.7224645e36,-1.7229866e36,-1.7235087e36,-1.7240308e36,-1.7245529e36,-1.725075e36,-1.7255971e36,-1.7261193e36,-1.7266414e36,-1.7271635e36,-1.7276856e36,-1.7282077e36,-1.7287298e36,-1.729252e36,-1.729774e36,-1.7302962e36,-1.7308183e36,-1.7313404e36,-1.7318625e36,-1.7323846e36,-1.7329067e36,-1.7334288e36,-1.733951e36,-1.734473e36,-1.7349952e36,-1.7355175e36,-1.7360396e36,-1.7365617e36,-1.7370838e36,-1.7376059e36,-1.738128e36,-1.7386501e36,-1.7391723e36,-1.7396944e36,-1.7402165e36,-1.7407386e36,-1.7412607e36,-1.7417828e36,-1.742305e36,-1.742827e36,-1.7433492e36,-1.7438713e36,-1.7443934e36,-1.7449155e36,-1.7454376e36,-1.7459597e36,-1.7464818e36,-1.747004e36,-1.747526e36,-1.7480482e36,-1.7485703e36,-1.7490924e36,-1.7496145e36,-1.7501366e36,-1.7506588e36,-1.7511809e36,-1.751703e36,-1.7522251e36,-1.7527472e36,-1.7532693e36,-1.7537914e36,-1.7543135e36,-1.7548357e36,-1.7553578e36,-1.7558799e36,-1.756402e36,-1.7569241e36,-1.7574462e36,-1.7579683e36,-1.7584905e36,-1.7590127e36,-1.7595348e36,-1.760057e36,-1.760579e36,-1.7611012e36,-1.7616233e36,-1.7621454e36,-1.7626675e36,-1.7631896e36,-1.7637118e36,-1.7642339e36,-1.764756e36,-1.7652781e36,-1.7658002e36,-1.7663223e36,-1.7668444e36,-1.7673665e36,-1.7678887e36,-1.7684108e36,-1.7689329e36,-1.769455e36,-1.7699771e36,-1.7704992e36,-1.7710213e36,-1.7715435e36,-1.7720656e36,-1.7725877e36,-1.7731098e36,-1.7736319e36,-1.774154e36,-1.7746761e36,-1.7751983e36,-1.7757204e36,-1.7762425e36,-1.7767646e36,-1.7772867e36,-1.7778088e36,-1.778331e36,-1.778853e36,-1.7793752e36,-1.7798973e36,-1.7804194e36,-1.7809415e36,-1.7814636e36,-1.7819857e36,-1.782508e36,-1.7830301e36,-1.7835522e36,-1.7840743e36,-1.7845965e36,-1.7851186e36,-1.7856407e36,-1.7861628e36,-1.7866849e36,-1.787207e36,-1.7877291e36,-1.7882513e36,-1.7887734e36,-1.7892955e36,-1.7898176e36,-1.7903397e36,-1.7908618e36,-1.791384e36,-1.791906e36,-1.7924282e36,-1.7929503e36,-1.7934724e36,-1.7939945e36,-1.7945166e36,-1.7950387e36,-1.7955608e36,-1.796083e36,-1.796605e36,-1.7971272e36,-1.7976493e36,-1.7981714e36,-1.7986935e36,-1.7992156e36,-1.7997377e36,-1.8002599e36,-1.800782e36,-1.8013041e36,-1.8018262e36,-1.8023483e36,-1.8028704e36,-1.8033925e36,-1.8039147e36,-1.8044368e36,-1.8049589e36,-1.8054812e36,-1.8060033e36,-1.8065254e36,-1.8070475e36,-1.8075696e36,-1.8080917e36,-1.8086138e36,-1.809136e36,-1.809658e36,-1.8101802e36,-1.8107023e36,-1.8112244e36,-1.8117465e36,-1.8122686e36,-1.8127907e36,-1.8133129e36,-1.813835e36,-1.8143571e36,-1.8148792e36,-1.8154013e36,-1.8159234e36,-1.8164455e36,-1.8169677e36,-1.8174898e36,-1.8180119e36,-1.818534e36,-1.8190561e36,-1.8195782e36,-1.8201003e36,-1.8206225e36,-1.8211446e36,-1.8216667e36,-1.8221888e36,-1.8227109e36,-1.823233e36,-1.8237551e36,-1.8242772e36,-1.8247994e36,-1.8253215e36,-1.8258436e36,-1.8263657e36,-1.8268878e36,-1.82741e36,-1.827932e36,-1.8284542e36,-1.8289764e36,-1.8294985e36,-1.8300207e36,-1.8305428e36,-1.8310649e36,-1.831587e36,-1.8321091e36,-1.8326312e36,-1.8331533e36,-1.8336754e36,-1.8341976e36,-1.8347197e36,-1.8352418e36,-1.8357639e36,-1.836286e36,-1.8368081e36,-1.8373302e36,-1.8378524e36,-1.8383745e36,-1.8388966e36,-1.8394187e36,-1.8399408e36,-1.840463e36,-1.840985e36,-1.8415072e36,-1.8420293e36,-1.8425514e36,-1.8430735e36,-1.8435956e36,-1.8441177e36,-1.8446398e36,-1.845162e36,-1.845684e36,-1.8462062e36,-1.8467283e36,-1.8472504e36,-1.8477725e36,-1.8482946e36,-1.8488167e36,-1.8493389e36,-1.849861e36,-1.8503831e36,-1.8509052e36,-1.8514273e36,-1.8519496e36,-1.8524717e36,-1.8529938e36,-1.853516e36,-1.854038e36,-1.8545602e36,-1.8550823e36,-1.8556044e36,-1.8561265e36,-1.8566486e36,-1.8571707e36,-1.8576928e36,-1.858215e36,-1.858737e36,-1.8592592e36,-1.8597813e36,-1.8603034e36,-1.8608255e36,-1.8613476e36,-1.8618697e36,-1.8623919e36,-1.862914e36,-1.8634361e36,-1.8639582e36,-1.8644803e36,-1.8650024e36,-1.8655245e36,-1.8660467e36,-1.8665688e36,-1.8670909e36,-1.867613e36,-1.8681351e36,-1.8686572e36,-1.8691793e36,-1.8697014e36,-1.8702236e36,-1.8707457e36,-1.8712678e36,-1.8717899e36,-1.872312e36,-1.8728341e36,-1.8733562e36,-1.8738784e36,-1.8744005e36,-1.8749226e36,-1.8754449e36,-1.875967e36,-1.8764891e36,-1.8770112e36,-1.8775333e36,-1.8780554e36,-1.8785775e36,-1.8790996e36,-1.8796218e36,-1.8801439e36,-1.880666e36,-1.8811881e36,-1.8817102e36,-1.8822323e36,-1.8827544e36,-1.8832766e36,-1.8837987e36,-1.8843208e36,-1.8848429e36,-1.885365e36,-1.8858871e36,-1.8864092e36,-1.8869314e36,-1.8874535e36,-1.8879756e36,-1.8884977e36,-1.8890198e36,-1.8895419e36,-1.890064e36,-1.8905861e36,-1.8911083e36,-1.8916304e36,-1.8921525e36,-1.8926746e36,-1.8931967e36,-1.8937188e36,-1.894241e36,-1.894763e36,-1.8952852e36,-1.8958073e36,-1.8963294e36,-1.8968515e36,-1.8973736e36,-1.8978957e36,-1.8984179e36,-1.8989401e36,-1.8994622e36,-1.8999844e36,-1.9005065e36,-1.9010286e36,-1.9015507e36,-1.9020728e36,-1.9025949e36,-1.903117e36,-1.9036391e36,-1.9041613e36,-1.9046834e36,-1.9052055e36,-1.9057276e36,-1.9062497e36,-1.9067718e36,-1.907294e36,-1.907816e36,-1.9083382e36,-1.9088603e36,-1.9093824e36,-1.9099045e36,-1.9104266e36,-1.9109487e36,-1.9114708e36,-1.911993e36,-1.912515e36,-1.9130372e36,-1.9135593e36,-1.9140814e36,-1.9146035e36,-1.9151256e36,-1.9156478e36,-1.9161699e36,-1.916692e36,-1.9172141e36,-1.9177362e36,-1.9182583e36,-1.9187804e36,-1.9193026e36,-1.9198247e36,-1.9203468e36,-1.9208689e36,-1.921391e36,-1.9219133e36,-1.9224354e36,-1.9229575e36,-1.9234796e36,-1.9240017e36,-1.9245238e36,-1.925046e36,-1.925568e36,-1.9260902e36,-1.9266123e36,-1.9271344e36,-1.9276565e36,-1.9281786e36,-1.9287008e36,-1.9292229e36,-1.929745e36,-1.9302671e36,-1.9307892e36,-1.9313113e36,-1.9318334e36,-1.9323556e36,-1.9328777e36,-1.9333998e36,-1.9339219e36,-1.934444e36,-1.9349661e36,-1.9354882e36,-1.9360103e36,-1.9365325e36,-1.9370546e36,-1.9375767e36,-1.9380988e36,-1.9386209e36,-1.939143e36,-1.9396651e36,-1.9401873e36,-1.9407094e36,-1.9412315e36,-1.9417536e36,-1.9422757e36,-1.9427978e36,-1.94332e36,-1.943842e36,-1.9443642e36,-1.9448863e36,-1.9454086e36,-1.9459307e36,-1.9464528e36,-1.9469749e36,-1.947497e36,-1.9480191e36,-1.9485412e36,-1.9490633e36,-1.9495855e36,-1.9501076e36,-1.9506297e36,-1.9511518e36,-1.9516739e36,-1.952196e36,-1.9527181e36,-1.9532403e36,-1.9537624e36,-1.9542845e36,-1.9548066e36,-1.9553287e36,-1.9558508e36,-1.956373e36,-1.956895e36,-1.9574172e36,-1.9579393e36,-1.9584614e36,-1.9589835e36,-1.9595056e36,-1.9600277e36,-1.9605498e36,-1.961072e36,-1.961594e36,-1.9621162e36,-1.9626383e36,-1.9631604e36,-1.9636825e36,-1.9642046e36,-1.9647268e36,-1.9652489e36,-1.965771e36,-1.9662931e36,-1.9668152e36,-1.9673373e36,-1.9678594e36,-1.9683817e36,-1.9689038e36,-1.969426e36,-1.969948e36,-1.9704702e36,-1.9709923e36,-1.9715144e36,-1.9720365e36,-1.9725586e36,-1.9730807e36,-1.9736028e36,-1.974125e36,-1.974647e36,-1.9751692e36,-1.9756913e36,-1.9762134e36,-1.9767355e36,-1.9772576e36,-1.9777798e36,-1.9783019e36,-1.978824e36,-1.9793461e36,-1.9798682e36,-1.9803903e36,-1.9809124e36,-1.9814345e36,-1.9819567e36,-1.9824788e36,-1.9830009e36,-1.983523e36,-1.9840451e36,-1.9845672e36,-1.9850893e36,-1.9856115e36,-1.9861336e36,-1.9866557e36,-1.9871778e36,-1.9876999e36,-1.988222e36,-1.9887441e36,-1.9892663e36,-1.9897884e36,-1.9903105e36,-1.9908326e36,-1.9913547e36,-1.991877e36,-1.9923991e36,-1.9929212e36,-1.9934433e36,-1.9939654e36,-1.9944875e36,-1.9950097e36,-1.9955318e36,-1.9960539e36,-1.996576e36,-1.9970981e36,-1.9976202e36,-1.9981423e36,-1.9986645e36,-1.9991866e36,-1.9997087e36,-2.0002308e36,-2.0007529e36,-2.001275e36,-2.0017971e36,-2.0023192e36,-2.0028414e36,-2.0033635e36,-2.0038856e36,-2.0044077e36,-2.0049298e36,-2.005452e36,-2.005974e36,-2.0064962e36,-2.0070183e36,-2.0075404e36,-2.0080625e36,-2.0085846e36,-2.0091067e36,-2.0096288e36,-2.010151e36,-2.010673e36,-2.0111952e36,-2.0117173e36,-2.0122394e36,-2.0127615e36,-2.0132836e36,-2.0138057e36,-2.0143279e36,-2.01485e36,-2.0153722e36,-2.0158944e36,-2.0164165e36,-2.0169386e36,-2.0174607e36,-2.0179828e36,-2.018505e36,-2.019027e36,-2.0195492e36,-2.0200713e36,-2.0205934e36,-2.0211155e36,-2.0216376e36,-2.0221597e36,-2.0226818e36,-2.023204e36,-2.023726e36,-2.0242482e36,-2.0247703e36,-2.0252924e36,-2.0258145e36,-2.0263366e36,-2.0268587e36,-2.0273809e36,-2.027903e36,-2.0284251e36,-2.0289472e36,-2.0294693e36,-2.0299914e36,-2.0305135e36,-2.0310357e36,-2.0315578e36,-2.0320799e36,-2.032602e36,-2.0331241e36,-2.0336462e36,-2.0341683e36,-2.0346904e36,-2.0352126e36,-2.0357347e36,-2.0362568e36,-2.0367789e36,-2.037301e36,-2.0378231e36,-2.0383454e36,-2.0388675e36,-2.0393896e36,-2.0399117e36,-2.0404339e36,-2.040956e36,-2.0414781e36,-2.0420002e36,-2.0425223e36,-2.0430444e36,-2.0435665e36,-2.0440887e36,-2.0446108e36,-2.0451329e36,-2.045655e36,-2.0461771e36,-2.0466992e36,-2.0472213e36,-2.0477434e36,-2.0482656e36,-2.0487877e36,-2.0493098e36,-2.0498319e36,-2.050354e36,-2.0508761e36,-2.0513982e36,-2.0519204e36,-2.0524425e36,-2.0529646e36,-2.0534867e36,-2.0540088e36,-2.054531e36,-2.055053e36,-2.0555752e36,-2.0560973e36,-2.0566194e36,-2.0571415e36,-2.0576636e36,-2.0581857e36,-2.0587078e36,-2.05923e36,-2.059752e36,-2.0602742e36,-2.0607963e36,-2.0613184e36,-2.0618407e36,-2.0623628e36,-2.0628849e36,-2.063407e36,-2.0639291e36,-2.0644512e36,-2.0649734e36,-2.0654955e36,-2.0660176e36,-2.0665397e36,-2.0670618e36,-2.067584e36,-2.068106e36,-2.0686282e36,-2.0691503e36,-2.0696724e36,-2.0701945e36,-2.0707166e36,-2.0712387e36,-2.0717608e36,-2.072283e36,-2.072805e36,-2.0733272e36,-2.0738493e36,-2.0743714e36,-2.0748935e36,-2.0754156e36,-2.0759377e36,-2.0764599e36,-2.076982e36,-2.0775041e36,-2.0780262e36,-2.0785483e36,-2.0790704e36,-2.0795925e36,-2.0801146e36,-2.0806368e36,-2.0811589e36,-2.081681e36,-2.0822031e36,-2.0827252e36,-2.0832473e36,-2.0837694e36,-2.0842916e36,-2.0848137e36,-2.085336e36,-2.085858e36,-2.0863802e36,-2.0869023e36,-2.0874244e36,-2.0879465e36]} diff --git a/lib/node_modules/@stdlib/math/base/special/sinf/test/fixtures/julia/huge_positive.json b/lib/node_modules/@stdlib/math/base/special/sinf/test/fixtures/julia/huge_positive.json new file mode 100644 index 000000000000..10b316400e89 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/sinf/test/fixtures/julia/huge_positive.json @@ -0,0 +1 @@ +{"expected":[0.10828172,0.13097668,0.25969675,0.38394248,0.5015732,0.7159794,0.70903194,0.87271416,0.86783725,0.96956366,0.9996811,0.9998821,0.99998516,0.9999901,0.8521731,0.85731226,0.86236745,0.86733806,0.4747747,0.48346564,-0.05048985,-0.040598664,-0.030703498,-0.02080532,-0.010905104,-0.0010038174,0.008897567,-0.8962518,-0.8918162,-0.8872931,-0.88268304,-0.8779865,-0.8732038,-0.86833555,-0.86338216,-0.83022684,-0.8357054,-0.84110206,-0.84641623,-0.8516474,0.10085091,-0.8618588,0.081130385,-0.87173223,0.061378043,-0.8812638,0.04160163,0.91750324,0.02180891,0.90944767,0.0020076337,0.9010354,-0.01779443,0.89226985,0.79505706,0.8831544,0.8069116,0.8736926,0.81844974,0.8638882,0.82966685,0.853745,0.84055865,-0.12152833,0.8511208,-0.101849556,0.8613493,-0.08213085,0.8712399,-0.062379938,-0.92557955,-0.042604562,-0.91790205,-0.022812478,-0.9098646,-0.003011448,-0.90147036,-0.78226584,-0.8927226,-0.79444784,0.20067345,-0.8063183,-0.8741805,0.07612684,0.16172588,-0.8291061,-0.85426724,0.95293665,0.12252464,-0.85059345,-0.83301413,0.9401852,0.08313124,-0.87074673,0.72983396,0.92595905,0.043607444,-0.88953435,0.7563302,0.91028064,0.0040152594,-0.24028082,0.7816401,0.8931745,-0.035583224,-0.20165674,0.80572414,0.8746675,-0.9644593,-0.16271639,0.82854444,0.8547886,-0.9532405,-0.123520836,0.8500652,-0.701478,-0.94052666,-0.08413154,0.87025267,-0.7291474,-0.92633766,-0.044610284,0.8890753,-0.7556731,-0.91069573,-0.005019067,0.2412551,-0.7810136,-0.8936255,0.034580026,0.20263985,-0.8051292,-0.87515366,0.96472406,0.16370675,-0.82798195,-0.8553091,0.9535434,0.124516904,-0.84953606,0.7007622,0.9408672,0.08513175,-0.8697578,0.72846,0.9267153,0.04561308,-0.28045565,0.75501525,0.9111099,0.0060228687,-0.24222915,0.7803863,0.8940756,-0.97461677,-0.20362273,0.8045334,0.8756389,-0.9649878,-0.16469695,0.39318278,0.8558288,-0.9538453,0.9977986,0.8490061,-0.70004576,-0.15181187,-0.086131886,0.31919375,0.812215,-0.9270921,0.98942226,0.88815445,-0.7543567,0.57780254,-0.007026665,0.24320295,-0.46559468,-0.89452475,0.97484106,0.92173296,-0.80393684,0.64057416,0.07212262,0.16568696,-0.39410555,-0.8563476,0.95414627,-0.99786466,-0.8484753,0.6993286,-0.5105445,0.087131925,-0.3201449,-0.8128001,0.9274678,-0.9895674,-0.8876927,0.75369734,-0.5769829,0.008030454,-0.2441765,0.46648282,0.89497304,-0.9750643,-0.9213432,0.8033394,-0.639803,-0.07112138,-0.16667683,0.39502794,0.8568656,-0.9544463,0.99792975,0.8479436,-0.6986107,0.5096811,-0.08813188,0.3210957,0.8133845,-0.92784274,0.9897115,0.8872301,-0.7530372,0.57616276,-0.009034235,0.24514982,-0.46737048,-0.8954204,0.97528654,-0.9998743,-0.8027412,0.63903123,0.07012007,0.16766652,-0.3959499,-0.85738266,0.95474535,-0.9979938,-0.84741104,0.6978921,-0.5088172,0.08913175,-0.32204622,-0.813968,0.92821664,-0.98985463,-0.88676655,0.7523763,-0.57534206,0.010038007,-0.24612288,0.4682577,0.8958669,-0.97550786,0.99985784,0.8021422,-0.63825876,-0.069118686,-0.16865605,0.39687148,0.85789883,-0.95504344,0.9980568,0.8468777,-0.6971728,0.50795275,-0.09013153,0.32299638,-0.5375541,-0.92858964,0.9899968,0.8863021,-0.7517147,0.5745207,-0.011041769,0.24709569,-0.46914443,-0.8963124,0.97572815,-0.99984044,-0.8015424,0.6374857,-0.43729678,0.1696454,-0.39779267,-0.8584142,0.9553405,-0.9981189,-0.8463434,0.69645286,-0.5070878,0.09113121,-0.32394624,0.53840023,0.9289617,-0.99013793,-0.8858368,0.7510523,-0.5736988,0.012045519,-0.24806826,0.47003067,0.89675707,-0.9759475,0.99982196,0.80094177,-0.63671196,0.4363938,-0.17063458,0.39871344,0.8589287,-0.9556367,0.9981799,0.8458083,-0.6957321,0.50622237,-0.09213081,0.32489577,-0.53924584,0.72303194,-0.97016984,0.88537055,-0.7503892,0.57287633,-0.36289325,0.1323417,0.76738316,-0.8972008,0.97616583,-0.99980253,0.9667712,-0.30010456,0.06611413,0.17162359,-0.39963382,0.6049931,-0.77606183,0.9476246,-0.84527236,0.6950107,-0.50535643,0.28705892,0.656618,-0.81629395,0.929703,-0.9904172,0.9949953,-0.9431778,0.22270319,0.014052983,-0.25001264,0.47180176,-0.66684955,0.8241008,-0.9189851,0.7997381,-0.6351626,0.43458652,-0.20937845,-0.7149424,0.8599551,-0.9562261,0.998299,-0.9837891,0.9135187,-0.1438696,-0.09412972,0.32679382,-0.5409355,0.7244174,-0.9696812,0.8844355,-0.74906063,0.57122964,-0.36102176,0.13035145,0.7686689,-0.89808565,0.9765996,-0.9997606,0.96625596,-0.8779847,0.064110756,0.17360109,-0.40147334,0.60659045,-0.7773264,0.9469815,-0.8441979,0.69356585,-0.503623,0.2851352,-0.050486147,-0.817452,0.93044055,-0.99069244,0.99479264,-0.9425088,0.22074552,0.01606039,-0.25195602,0.47357097,-0.66834426,0.8252363,-0.9181917,0.79853123,-0.63361067,0.43277752,-0.2074149,-0.71634465,0.86097795,-0.95681167,0.99841404,-0.98342705,0.9127002,-0.14188255,-0.09612825,0.32869056,-0.542623,0.7257999,-0.8678391,0.8834968,-0.74772906,0.5695806,-0.3591488,0.12836069,0.7699515,-0.89896685,0.9770294,-0.9997147,0.9657369,-0.8770219,0.06210712,0.1755779,-0.40331128,0.6081853,-0.7785878,0.94633454,-0.84312004,0.69211817,-0.50188756,0.28321034,-0.048480973,-0.81860673,0.93117434,-0.99096376,0.99458605,-0.941836,0.21878697,0.018067732,-0.25389838,0.47533825,-0.6698363,0.8263686,-0.9173945,0.79732114,-0.6320562,0.43096676,-0.2054505,-0.03171053,0.86199737,-0.95739335,0.998525,-0.9830611,0.911878,-0.13989495,-0.09812639,0.330586,-0.54430825,0.7271795,-0.8688348,0.8825546,-0.7463945,0.5679293,-0.35727438,0.1263694,0.77123106,-0.8998444,0.97745526,-0.9996647,0.96521395,-0.87605554,0.060103238,0.17755398,-0.40514758,0.60977775,-0.77984613,0.94568384,-0.8420388,0.6906677,-0.5001501,0.28128433,-0.0464756,-0.8197582,0.93190444,-0.991231,0.9943754,-0.94115937,0.83459914,0.020075003,-0.2558397,0.4771036,-0.6713256,0.8274975,-0.9165937,0.79610777,-0.6304991,0.42915428,-0.2034853,-0.033717092,0.8630133,-0.9579712,0.998632,-0.98269117,0.9110521,-0.13790677,-0.100124136,0.33248007,-0.5459913,0.72855616,-0.86982703,0.8816088,-0.74505687,0.5662758,-0.35539854,0.12437761,0.11369295,-0.90071833,0.9778772,-0.9996107,0.96468705,-0.8750857,0.05809911,0.17952935,-0.40698224,0.6113677,-0.7811013,0.9065626,-0.8409542,0.68921447,-0.49841058,0.2793572,-0.044470042,-0.82090634,0.9326307,-0.9914943,0.9941608,-0.940479,0.8334915,0.022082191,-0.25778002,0.47886705,-0.6728123,0.828623,-0.9157891,0.79489124,-0.62893957,0.42734006,-0.20151925,-0.03572352,0.86402583,-0.9585452,0.998735,-0.98231727,0.91022253,-0.78653705,-0.10212148,0.33437285,-0.5476722,0.7299299,-0.87081575,0.88065946,-0.7437163,0.5646199,-0.35352126,0.122385316,0.11568733,-0.9015887,0.9782952,-0.99955267,0.9641563,-0.8741123,0.05609475,0.18150401,-0.40881526,0.6129552,-0.7823533,0.9074082,-0.8398661,0.6877584,-0.49666908,0.27742893,-0.042464305,-0.82205117,0.93335325,-0.9917536,0.99394214,-0.9397948,0.8323806,0.02408929,-0.25971928,0.48062855,-0.6742962,0.82974523,-0.93816495,0.7936715,-0.62737745,0.42552412,-0.1995524,-0.037729796,0.8650348,-0.9591153,0.99883395,-0.9819394,0.90938926,-0.78529567,-0.104118414,0.33626422,-0.54935086,0.7313007,-0.87180096,0.87970656,-0.7423727,0.56296176,-0.35164255,0.12039252,0.11768126,-0.90245533,0.9787092,-0.9994906,0.9636217,-0.8731354,0.054090165,0.18347794,-0.41064665,0.6145402,-0.7836021,0.9082501,-0.9814191,0.99896204,-0.9598846,-0.47038928,0.6656554,-0.82319266,0.934072,-0.9920089,0.99371946,-0.93910676,0.8312662,-0.6763102,0.48302138,-0.26235527,-0.99820435,0.98407495,-0.91416895,0.7924486,-0.6258128,0.42370644,-0.19758473,-0.039735924,0.27480438,-0.49429715,0.68577355,-0.57254326,0.36251462,-0.13193895,-0.106114924,0.3381543,-0.5510273,0.7326685,-0.8727827,0.9634282,-0.9994673,0.9788574,0.40000623,-0.6053166,0.776318,-0.90331835,0.9791193,-0.9994245,0.96308315,-0.87215495,0.7317937,-0.5499549,0.3369451,0.9904732,-0.9949546,0.9430427,-0.8376799,0.68483806,-0.49318007,0.27356905,-0.038452327,-0.19884384,0.4248697,-0.62681425,0.7932314,-0.43422055,0.20898113,0.028103191,-0.26359466,0.48414576,-0.67725587,0.83197963,-0.9395474,0.9938624,-0.991846,0.9336126,0.54127717,-0.7246974,0.86704236,-0.960244,0.99901974,-0.9811718,0.9077118,-0.7828034,0.61352634,-0.40947503,0.182215,0.9997516,-0.96615124,0.87779015,-0.73967654,0.5596387,-0.3478809,0.1164055,0.12166767,-0.3528448,0.56402296,-0.7432327,0.50327194,-0.28474572,0.050080348,0.18742356,-0.41430444,0.61770284,-0.7860904,0.90992284,-0.9821816,0.9987711,-0.95875096,-0.47392878,0.66864645,-0.82546574,0.9354983,-0.9925075,0.9932622,-0.93771946,0.8290276,-0.673347,0.4795017,-0.25847855,-0.9984368,0.9833533,-0.91253406,0.7899931,-0.62267596,0.42006603,-0.19364704,-0.043747693,0.27866286,-0.4977836,0.68869036,-0.8405627,0.35876957,-0.12795773,-0.110106654,0.34193027,-0.55437356,0.7353954,-0.87473553,0.9644964,-0.9995903,0.9780282,-0.9010322,-0.60850775,0.77884275,-0.9050335,0.97992766,-0.9992803,0.96199447,-0.8701835,0.7290513,-0.54659694,0.33316192,-0.10084353,-0.99454373,0.9416993,-0.83548015,0.6819066,-0.4896831,0.26970476,-0.034439728,-0.20277731,0.42850107,-0.62993777,0.79567003,-0.4306001,0.20505285,0.032116637,-0.26746577,0.48765516,-0.68020463,0.8342006,-0.94091475,0.9942986,-0.99132633,0.93216646,0.54464906,-0.72745836,0.8690359,-0.9613572,0.99918944,-0.9803884,0.90601975,-0.78029853,0.6103506,-0.40580854,0.1782655,0.9996541,-0.9651076,0.87585956,-0.73696846,0.55630654,-0.34411362,0.1124166,0.12565212,-0.35659897,0.56733406,-0.7459131,0.49979818,-0.2808944,0.046069723,0.19136615,-0.41795552,0.6208555,-0.7885659,0.9115809,-0.98292834,0.99856406,-0.95760196,0.8623637,0.67162675,-0.8277255,0.93690944,-0.9929901,0.99278885,-0.936317,0.82677555,-0.670373,0.47597426,-0.25459766,0.018790662,0.98261577,-0.9108845,0.78752494,-0.61952907,0.41641882,-0.18970622,-0.047758754,0.2825168,-0.501262,0.6915961,-0.84273106,0.35501873,-0.12397444,-0.11409662,0.34570077,-0.5577109,0.73811036,-0.8766743,0.965549,-0.99969715,0.9771832,-0.89928335,-0.61168915,0.7813549,-0.90673405,0.9807202,-0.99911994,0.9608903,-0.8681981,0.72629714,-0.5432302,0.32937336,-0.09684793,-0.99411684,0.9403408,-0.833267,0.6789642,-0.48617825,0.2658361,-0.030426571,-0.20670752,0.43212557,-0.6330511,0.79809576,-0.4269727,0.20112126,0.036129568,-0.2713326,0.4911567,-0.6831424,0.83640814,-0.9422669,0.99471873,-0.9907906,0.93070525,-0.8178683,-0.73020756,0.8710154,-0.9624548,0.999343,-0.97958916,0.904313,-0.77778107,0.6071651,-0.40213546,0.17431311,0.06338917,-0.96404845,0.8739149,-0.7342485,0.55296546,-0.34034082,0.108425885,0.12963454,-0.3603474,0.570636,-0.7485814,0.8840978,-0.27703854,0.042058356,0.19530566,-0.4215999,0.62399817,-0.79102874,0.91322434,-0.98365915,0.9983409,-0.95643747,0.86032385,0.6745962,-0.82997197,0.93830556,-0.9934567,0.9922995,-0.9348995,0.82451016,-0.6673882,0.47243917,-0.25071266,0.014775961,0.9818624,-0.9092202,0.7850441,-0.6163722,0.41276488,-0.18576236,-0.051769048,0.28636622,-0.5047324,0.6944907,-0.8448858,0.35126215,-0.11998916,-0.118084736,0.34946567,-0.56103915,0.7408134,-0.87859887,0.96658605,-0.9997879,0.97632253,-0.89751995,-0.6148607,0.7838545,-0.90842,0.981497,-0.99894345,0.95977056,-0.86619866,0.72353125,-0.53985465,0.3255795,-0.09285076,-0.1451407,0.9389671,-0.8310403,0.67601085,-0.48266557,0.2619632,-0.026412925,-0.2106344,0.43574312,-0.63615423,0.8005087,-0.9194908,0.19718643,0.040141914,-0.27519503,0.4946503,-0.6860692,0.8386022,-0.9436039,0.9951228,-0.99023896,0.9292291,-0.8155513,-0.732945,0.87298095,-0.963537,0.9994805,-0.9787742,0.9025917,-0.7752511,0.60396975,-0.39845595,0.17035793,0.06739584,-0.9629737,0.8719561,-0.7315167,0.5496155,-0.3365625,0.104433425,0.13361487,-0.36408997,0.5739288,-0.7512377,0.885967,-0.2731782,0.03804631,0.19924201,-0.42523745,0.62713075,-0.7934788,0.91485304,-0.9843741,0.99810165,-0.95525753,0.85827017,0.6775547,-0.832205,0.9396865,-0.9939073,0.99179417,-0.9334669,0.8222315,-0.6643926,0.46889645,-0.24682362,0.010761021,0.22591151,-0.9075413,0.7825505,-0.61320543,0.40910432,-0.18181549,-0.055778507,0.29021102,-0.50819457,0.69737405,-0.84702694,0.948671,-0.11600194,-0.122070946,0.35322496,-0.5643584,0.7435045,-0.8805093,0.96760756,-0.99986255,0.97544605,-0.89574206,0.7652681,0.7863414,-0.9100913,0.9822579,-0.99875087,0.9586354,-0.8641852,0.7207537,-0.5364704,0.32178038,-0.0888521,-0.14911227,0.93757826,-0.82880026,0.6730466,-0.47914508,0.25808603,-0.022398854,-0.21455787,0.43935362,-0.6392471,0.80290866,-0.9210619,0.1932484,0.044153612,-0.27905303,0.49813595,-0.68898493,0.8407827,-0.9449256,0.9955109,-0.9896713,0.92773795,-0.8132211,-0.7356706,0.87493235,-0.9646036,0.99960184,-0.9779434,0.9008559,-0.7727086,0.6007647,-0.39477,0.16639999,0.07140143,-0.9618834,0.86998326,-0.7287731,0.54625666,-0.33277878,0.10043928,0.13759305,-0.3678267,0.5772122,-0.7538818,0.887822,-0.97144103,0.034033652,0.20317516,-0.42886817,0.63025326,-0.7959161,0.91646695,-0.9850732,0.9978463,-0.9540622,0.8562026,-0.7098141,-0.8344246,0.94105226,-0.9943418,0.9912728,-0.93201923,0.81993955,-0.6613863,0.4653462,-0.2429306,0.006745907,0.22982115,-0.90584767,0.7800444,-0.61002874,0.40543714,-0.17786568,-0.059787065,0.29405114,-0.5116486,0.7002462,-0.8491544,0.94993323,-0.112012856,-0.1260552,0.35697854,-0.5676686,0.74618363,-0.8824056,0.96861345,-0.999921,0.9745539,-0.89394975,0.76267725,0.7888157,-0.91174793,0.98300296,-0.9985422,0.9574848,-0.8621579,0.7179646,-0.53307754,0.3179761,-0.084852,-0.15308143,0.9361743,-0.8265469,0.6700715,-0.47561687,0.25420472,-0.018384421,-0.21847789,0.44295704,-0.64232975,0.80529565,-0.92261803,0.9876472,0.0481646,-0.28290656,0.50161356,-0.6918895,0.8429497,-0.94623214,0.99588287,-0.98908776,0.92623186,-0.81087786,0.64956397,0.8768697,-0.9656547,0.99970704,-0.97709686,0.89910555,-0.77015364,0.59755,-0.39107767,0.16243936,0.075405866,-0.30897716,0.8679964,-0.7260178,0.542889,-0.32898968,0.09644352,0.141569,-0.3715575,0.5804864,-0.75651383,0.88966256,-0.97238594,0.030020444,0.20710504,-0.43249196,0.6333656,-0.7983405,0.91806614,-0.98575646,0.99757487,-0.95285153,0.85412127,-0.70698005,-0.83663076,0.9424029,-0.99476033,0.99073553,-0.9305566,0.8176344,-0.65836936,0.46178842,-0.23903367,0.0027306848,0.23372707,-0.9041395,0.7775256,-0.6068422,0.40176344,-0.17391302,-0.06379466,0.2978865,-0.51509434,0.70310706,-0.85126823,0.9511801,-0.10802196,-0.13003741,0.36072636,-0.57096964,0.74885076,-0.8842876,0.9696037,-0.99996346,0.973646,-0.8921431,0.76007414,-0.58492476,0.37662235,-0.14697324,-0.09100619,0.32382745,-0.53829443,-0.67489606,0.8301985,-0.938446,0.99350303,-0.9922491,0.9347552,-0.82428014,0.6670855,-0.472081,0.2503193,-0.014369692,-0.22239439,0.44655332,-0.64540195,0.8076697,-0.92415935,0.9882684,-0.9963631,0.9479847,-0.8458753,0.6958223,-0.50633067,-0.35088173,0.119585775,0.11848819,-0.34984633,0.56137544,-0.74108624,0.8787929,-0.9666901,0.9997962,-0.97623456,0.89734066,-0.76758623,0.5943256,-0.38737902,0.15847613,0.079409085,-0.31279346,0.52844894,-0.71415234,0.8593781,-0.955895,0.99823254,-0.98399097,-0.9388272,0.83081424,-0.6757114,0.48230967,-0.26157102,0.026006753,0.21103157,-0.4361088,0.6364677,-0.8007521,0.9196505,-0.9864238,0.9972874,-0.95162547,0.85202616,-0.70413464,0.51633334,-0.29926664,0.06523775,0.17248876,-0.40043876,0.60569215,0.73322135,-0.8731791,0.96364564,-0.9994935,0.97869086,-0.90241677,0.7749944,-0.6036459,0.39808324,-0.16995753,-0.06780123,0.30171707,-0.5185318,0.7059566,-0.8533683,0.9524117,-0.9974732,0.98599863,-0.91863847,0.79921055,-0.634484,0.43379536,0.27278733,-0.03764029,-0.19964017,0.42560518,-0.6274472,0.793726,-0.915017,0.9844456,-0.99807656,0.95513725,-0.85806155,0.71235156,-0.52626604,0.31035218,-0.07684778,-0.16101229,0.3897463,-0.59638983,0.7692304,-0.8984716,0.9767881,-0.999741,0.9660294,0.90737057,-0.7822975,0.6128844,-0.40873352,0.18141593,0.05618418,-0.29059982,0.50854445,-0.6976652,0.84724283,-0.9487994,0.9965787,-0.9878727,0.92317486,-0.80615216,0.6434374,-0.4442531,0.21988884,0.016938541,-0.25280586,0.4743443,-0.6689973,-0.78659236,0.9102596,-0.982334,0.9987305,-0.9585197,0.8639807,-0.720472,0.5361275,-0.32139567,0.088447385,0.14951402,-0.37900108,0.5870067,-0.76174116,0.8933007,-0.97422874,0.9999382,-0.9689719,0.8830851,-0.7471456,0.5688585,-0.358329,-0.19284974,-0.044559523,0.27944317,-0.49848822,0.6892793,-0.84100264,0.9450585,-0.99554926,0.989613,-0.92758626,0.8129846,-0.65230364,0.45465058,-0.2312283,-0.0052998275,0.24152757,-0.4640657,0.66030097,-0.8191109,0.9314942,-0.9910812,0.9944944,-0.9415404,-0.86978287,0.7284948,-0.54591626,0.3323956,-0.10003501,-0.13799548,0.3682045,-0.577544,0.7541487,-0.88800883,0.97153735,-0.9999999,0.97178316,-0.8884865,0.75483114,-0.5783925,0.36917105,-0.13902526,-0.09900038,0.33141476,-0.5450448,0.72778213,0.8346485,-0.94118965,0.9943849,-0.99121916,0.93187195,-0.8197069,0.6610815,-0.4649865,0.24253644,-0.006339604,-0.23021656,0.45372424,-0.6515152,0.8123787,-0.9271973,0.989463,-0.9956467,0.9453979,-0.8415647,0.6900323,-0.49938935,0.2804414,0.111609094,0.12645826,-0.35735804,0.56800306,-0.7464541,0.8825967,-0.96871436,0.9999261,-0.97446275,0.8937676,-0.7624144,0.5878481,-0.3799631,0.15054205,0.08741162,-0.32041085,0.5352495,-0.7197505,0.8634567,-0.9582228,0.99867755,-0.9825281,0.91068965,0.82631814,-0.6697698,0.47525942,-0.25381175,0.017978176,0.21887437,-0.4433213,0.64264107,-0.8055365,0.9227747,-0.9877108,0.9966641,-0.9491273,0.8477947,-0.6984098,0.5094395,-0.29159456,0.057222303,0.1803933,-0.40778434,0.61206245,-0.78164935,-0.87706494,0.9657602,-0.9997168,0.9770103,-0.8989276,0.76989436,-0.5972241,0.39070368,-0.16203843,-0.07581101,0.30936354,-0.5253816,0.71162146,-0.85752714,0.9548288,-0.9980115,0.9846277,-0.915436,0.7943581,-0.6282565,0.42654586,-0.20065892,-0.029614313,-0.20750253,0.4328583,-0.6336799,0.7985851,-0.91822714,0.9858247,-0.9975465,0.95272815,-0.85390985,0.70669264,-0.5194206,0.30270824,-0.06883859,-0.16893278,0.39712918,-0.6028166,0.7743368,-0.90196824,0.9784768,-0.999526,0.9639229,0.90396583,-0.7772701,0.6065192,-0.40139133,0.17351288,0.06420014,-0.29827434,0.5154426,-0.70339596,0.8514814,-0.95130545,0.9972103,-0.986594,0.92005837,-0.8013745,0.6372693,-0.43704426,0.21204783,0.024967296,-0.2605673,0.48139855,-0.6749445,0.8302351,0.91355515,-0.9838051,0.99829376,-0.9561999,0.85990936,-0.71487975,0.5293314,-0.3137809,0.08044555,0.15744938,-0.38642022,0.59348905,-0.7669194,0.8968813,-0.97600865,0.99981666,-0.9669558,0.87928855,-0.741784,0.56223565,-0.35082024,0.1195206,-0.052580565,0.28714472,-0.50543374,0.69507515,-0.8453202,0.94765323,-0.99627393,0.9884266,-0.9245561,0.8082824,-0.6461958,0.44748345,-0.22340803,-0.013329998,0.24931249,-0.47116414,0.66631055,-0.823691,0.9343853,-0.9921193,0.9936208,-0.9388046,-0.8657923,0.72297007,-0.53917044,0.32481104,-0.09204162,-0.14594465,0.3756589,-0.5840811,0.75939804,-0.89167285,0.97340834,-0.9999718,0.96985763,-0.88477266,0.7495395,-0.57182294,0.36169595,-0.1310683,-0.10698819,0.33898067,-0.55176,0.733266,-0.873211,-0.94387263,0.99520266,-0.99012536,0.92892855,-0.81508076,0.65503484,-0.45786202,0.23473795,0.0016908932,-0.23802389,0.46086589,-0.65758634,0.8170353,-0.93017536,0.9905938,-0.9948661,0.94275016,-0.83719987,0.6841978,-0.49241585,0.27272415,-0.03757469,0.13442016,-0.3648467,0.574594,-0.7517738,0.8863436,-0.9706761,0.9999915,-0.97262806,0.8901369,-0.7571934,0.5813328,-0.37252265,0.14259826,0.095408514,-0.3280076,0.5420155,-0.72530234,0.8674796,-0.9604888,0.99905825,-0.9810018,0.907343,0.8217687,-0.66378504,0.46817854,-0.24603607,0.009948441,0.22670305,-0.4505052,0.648773,-0.81026894,0.9258394,-0.988934,0.99597657,-0.946568,0.84350866,-0.6926399,0.5025128,-0.28390372,0.04920316,0.18828619,-0.4151036,0.6183933,-0.7866329,0.9102868,0.9678124,-0.99987566,0.97526675,-0.8953805,0.76474476,-0.59076387,0.3832989,-0.15410888,-0.08381592,0.3169901,-0.53219754,0.7172404,-0.8616306,0.9571843,-0.9984855,0.98319334,-0.9121745,0.78945434,-0.6219885,0.41926882,-0.19278532,-0.044625107,-0.21535149,0.44008347,-0.63987184,0.80339277,-0.921378,0.9871403,-0.9969522,0.9502576,-0.84970313,0.7009882,-0.5125417,0.29504478,-0.060824968,-0.17684238,0.40448642,-0.6092045,0.7793933,-0.9054067,0.98010236,-0.9992466,0.96175426,-0.86975044,-0.7721925,0.6001149,-0.39402324,0.16559865,0.07221196,-0.30592963,0.52230746,-0.7090813,0.85566497,-0.9537502,0.9977776,-0.98525167,0.9168825,-0.79654515,0.6310602,-0.42980725,0.20419316,0.03299444,-0.26831195,0.48842174,-0.6808482,0.8346846,-0.9412118,-0.9852128,0.99779266,-0.95381844,0.8557825,-0.70924145,0.5225012,-0.3061459,0.07243853,0.1653746,-0.3938144,0.59993315,-0.7720481,0.90040404,-0.9777257,0.99963063,-0.96487725,0.8754354,-0.73637456,0.5555765,-0.34328887,0.11154386,0.12652338,0.29482773,-0.5123466,0.7008261,-0.8495833,0.9501868,-0.9969344,0.98717654,-0.9214663,0.803528,-0.6400464,0.44028744,-0.21557334,-0.021359308,0.25708133,-0.47823218,0.67227715,-0.82821804,0.9372161,-0.99309355,0.9926832,-0.9360083,0.82628113,0.7173987,-0.5323898,0.31720555,-0.08404228,-0.15388443,0.3830891,-0.5905805,0.76459837,-0.89527935,0.97521657,-0.99987924,0.9678695,-0.8810018,0.74419945,-0.56521654,0.35419753,-0.1231029,-0.114969105,0.34652475,-0.5584396,0.7387026,-0.8770965,-0.9464947,0.9959562,-0.98896766,0.92592525,-0.81040204,0.64894587,-0.450708,0.2269243,0.009721281,-0.24581587,0.4679778,-0.6636151,0.82163924,-0.9330935,0.99166065,-0.99402136,0.9400416,-0.8327811,0.67831916,-0.48541057,0.26498935,-0.029548695,-0.20756674,-0.37231183,0.5811479,-0.757045,0.89003336,-0.97257525,0.9999924,-0.9707307,0.88644874,-0.75192356,0.5747799,-0.3650582,0.13464527,0.10339926,-0.3355832,0.5487465,-0.73080736,0.87144655,-0.96269286,0.99937445,-0.97941226,0.90393776,-0.7772288,-0.65775746,0.46106747,-0.23824452,0.001918063,0.23451711,-0.45766005,0.6548631,-0.8149491,0.9288444,-0.99009347,0.99522483,-0.9439476,0.8391682,-0.68682534,0.49555373,-0.27619454,0.04118085,0.19616693,-0.42239612,0.6246842,-0.7915657,0.91358185,0.96980226,-0.9999701,0.9734604,-0.89177567,0.7595458,-0.5842655,0.37586942,-0.1461694,-0.09181541,0.3245962,-0.5389791,0.72281307,-0.8656786,0.9594781,-0.9988951,0.98169553,-0.9088542,0.7844997,-0.6156804,0.41196477,-0.1848993,-0.05264612,0.2872076,0.4472803,-0.64602244,0.8081486,-0.9244695,0.9883922,-0.99629354,0.9477257,-0.8454416,0.6952385,-0.5056297,0.2873623,-0.05280742,-0.18474056,0.41181758,-0.6155531,0.78439957,-0.90878683,0.9816648,-0.9989027,0.9595236,-0.86575943,0.7229247,0.59367186,-0.38662973,0.15767372,0.08021912,-0.3135652,0.5291386,-0.7147209,0.85979337,-0.95613337,0.99828047,-0.98384583,0.91364753,-0.7916644,0.62481034,-0.42254254,0.19632532,0.04101946,-0.2760393,0.49541342,-0.6867079,0.83908033,-0.94389427,-0.98655695,0.99722725,-0.9513754,0.85160047,-0.7035574,0.5156372,-0.29849115,0.06442684,0.17328915,-0.40118325,0.60633856,-0.7771271,0.9038687,-0.97937965,0.9993802,-0.96273655,0.87152576,-0.7309176,0.5488816,-0.33573535,0.10355992,0.13448521,-0.36490783,-0.5192265,0.7065319,-0.85379165,0.95265913,-0.9975306,0.9858628,-0.9183171,0.79872185,-0.6338557,0.43306306,-0.20772475,-0.029387241,0.26483357,-0.48526937,0.6782004,-0.8326916,0.9399865,-0.9940037,0.99168146,-0.93315154,0.82173127,-0.6637359,-0.52557486,0.30957958,-0.076037526,-0.16181427,0.39049456,-0.5970419,0.7697494,-0.8988281,0.97696185,-0.9997222,0.96581906,-0.877174,0.7388115,-0.5585736,0.34667626,-0.11512956,-0.122942604,0.35404646,-0.56508327,0.7440916,-0.8809253,0.9678289,0.99664557,-0.98774624,0.92286223,-0.8056711,0.6428151,-0.4435249,0.21909602,0.017751042,-0.25359198,0.47505954,-0.6696011,0.8261902,-0.9359514,0.9926636,-0.99311244,0.9372724,-0.8283085,0.6723967,-0.478374,0.2572374,-0.021520795,-0.2154156,0.44014242,0.58766437,-0.7622674,0.8936657,-0.9744117,0.99992883,-0.96877074,0.8827035,-0.7466052,0.56819004,-0.3575702,0.1266836,0.11138334,-0.34313715,0.5554422,-0.73626524,0.87535733,-0.9648348,0.9996262,-0.9777596,0.90047425,-0.77215075,0.6000624,0.45392665,-0.23043762,-0.006112438,0.24231605,-0.46478537,0.660911,-0.81957674,0.9317895,-0.9911891,0.9944089,-0.94126636,0.83477354,-0.68096644,0.48856267,-0.26846755,0.033155877,0.20403504,-0.4296614,0.6309349,-0.79644746,0.916818,-0.98522407,-0.99999994,0.9715912,-0.8881133,0.75429785,-0.5777294,0.3684157,-0.13822047,-0.09980898,0.33218133,-0.54572594,0.7283392,-0.86967075,0.96171004,-0.99924034,0.9801344,-0.9054753,0.7794945,-0.60933256,0.40463415,-0.17700134,-0.06066374,0.29489046,0.45444825,-0.65213144,0.8128523,-0.9275013,0.98958033,-0.9955706,0.9451328,-0.8411255,0.6894439,-0.49868515,0.2796613,-0.04478647,-0.19262683,0.4191222,-0.621862,0.7893552,-0.9121083,0.98316383,-0.9984944,0.95723104,-0.86171263,0.7173529,-0.53233427,-0.3792113,0.14973862,0.0882211,-0.32118052,0.5359357,-0.72031444,0.8638663,-0.9584549,0.99871904,-0.9823765,0.91035366,-0.7867326,0.6185202,-0.41525057,0.18844482,0.049041834,-0.28374884,0.50237316,-0.69252336,0.8434219,-0.9465159,0.9959621,0.99659747,-0.94887114,0.8473635,-0.69782794,0.50874007,-0.29081717,0.05641099,0.18119252,-0.40852618,0.6127049,-0.782156,0.907275,-0.98097044,0.9990652,-0.96053374,0.86755997,-0.7254135,0.5421512,-0.3281602,0.095569305,0.14243838,-0.37237278,-0.52607286,0.7121921,-0.85794485,0.95506996,-0.99806243,0.9844855,-0.9151086,0.7938642,-0.6276241,0.42581072,-0.19986276,-0.03741328,0.27256876,-0.49227527,0.68407995,-0.83711153,0.9426963,-0.99484974,0.99061584,-0.9302346,0.8171284,-0.65770805,0.4610092,0.30193365,-0.06802787,-0.16973367,0.39787483,-0.6034648,0.7748508,-0.90231884,0.9786442,-0.9995007,0.9637063,-0.87328976,0.73337585,-0.5518947,0.33913264,-0.10714879,-0.13090818,0.36154535,-0.57169044,0.74943256,-0.8846974,0.96981823,-0.99997056,-0.9864611,0.91973966,-0.8008882,0.6366429,-0.4363132,0.21125361,0.025779659,-0.26135176,0.48211065,-0.6755439,0.8306878,-0.93874896,0.9936026,-0.9921396,0.9344428,-0.82378256,0.666431,-0.4713066,0.24946891,-0.013491508,-0.22325058,0.447339,0.59414285,-0.7674406,0.8972404,-0.97618526,0.99980074,-0.9667483,0.87890124,-0.7412388,0.56156343,-0.35005915,0.11871376,0.11936023,-0.35066897,0.5621021,-0.7416757,0.8792116,-0.9669146,0.99981356,-0.9760438,0.89695275,-0.767023,0.59361905,-0.3865692,-0.22261587,-0.014142545,0.25009936,-0.47188073,0.6669163,-0.8241515,0.9346745,-0.9922208,0.99352884,-0.9385244,0.8303251,-0.67506367,0.4815401,-0.26072323,0.02512877,0.21188998,-0.43689898,0.63714486,-0.8012779,0.91999507,-0.9865677,0.99722236,0.96965927,-0.8843937,0.7490013,-0.5711561,0.36093822,-0.13026264,-0.10779612,0.33974507,-0.55243754,0.7338183,-0.8736068,0.9638799,-0.9995211,0.97851014,-0.902038,0.77443904,-0.60294545,0.3972774,-0.16909198,-0.06867745,0.3025543,-0.5192826,-0.65819836,0.8175036,-0.9304734,0.99070466,-0.9947835,0.94247884,-0.8367552,0.6836049,-0.4917084,0.27194226,-0.03676263,-0.20050068,0.42639977,-0.62813085,0.7942599,-0.915371,0.98459953,-0.9980217,0.9548768,-0.85761017,0.7117349,-0.525519,0.30951715,0.14179389,0.0962174,-0.32877517,0.5426982,-0.72586155,0.86788356,-0.96071464,0.9990932,-0.98084384,0.907001,-0.7817501,0.6121902,-0.4079318,0.18055215,0.057061043,-0.29144007,0.5093005,-0.69829416,0.84770906,-0.9490765,0.99665093,-0.987736,-0.94630563,0.8430719,-0.6920535,0.5018101,-0.28312442,0.048391506,0.18908422,-0.41584277,0.6190317,-0.7871344,0.9106229,-0.982498,0.99868584,-0.958269,0.86353815,-0.71986264,0.5353859,-0.32056385,0.08757252,0.15038235,-0.3798137,0.5877175,0.7178064,-0.8620428,0.9574192,-0.9985299,0.9830447,-0.9118412,0.7889553,-0.621352,0.41853094,-0.19198789,-0.045436904,0.28028637,-0.4992494,0.68991536,-0.84147745,0.9453453,-0.99563164,0.98948634,-0.9272578,0.8124729,-0.6516377,0.45386818,0.29426825,-0.060013827,-0.17764214,0.40522948,-0.60984874,0.7799022,-0.9057514,0.98026335,-0.9992147,0.96153134,-0.8693491,0.7278929,-0.5451802,0.33156714,-0.09916111,-0.13886529,0.36902094,-0.5782607,0.75472516,-0.88841236,0.971745,-0.99999994,0.9715756,0.91655785,-0.7960536,0.6304296,-0.42907336,0.20339759,0.03380661,-0.26909468,0.48913068,-0.6814431,0.8351319,-0.941486,0.99447745,-0.99110264,0.93155295,-0.8192035,0.66042227,-0.46420878,0.2416843,-0.005461349,-0.23107116,0.45450673,-0.6521812,-0.77256435,0.90075725,-0.9778959,0.9996082,-0.96466345,0.8750423,-0.73582447,0.55490065,-0.3425255,0.110736266,0.12732942,-0.3581782,0.5687257,-0.74703825,0.88300925,-0.968932,0.99993634,-0.97426516,0.8933733,-0.76184577,0.5871374,-0.37915054,-0.21477975,-0.02217174,0.25786656,-0.47894567,0.67287856,-0.8286732,0.9374992,-0.99318856,0.9925847,-0.93572193,0.8258232,-0.6691174,0.4744865,-0.2529621,0.017100042,0.21973126,-0.44410837,0.64331377,-0.8060566,0.92311275,-0.9878476,0.99659204,-0.9488504,0.84732866,-0.6977809,0.50868356,-0.29075438,0.056345448,0.18125708,-0.4085861,0.6127568,-0.7821969,0.9073026,-0.9809832,0.9960289,-0.98884696,0.925618,-0.8099257,0.6483274,-0.44998243,0.2261328,0.010533864,-0.24660347,0.4686958,-0.6642228,0.8221022,-0.93338543,0.9917651,-0.9939323,0.93976414,-0.83233094,0.6777218,-0.48469996,0.26420566,-0.028736416,-0.2083616,0.43364984,-0.6343591,0.79911345,-0.91857463,0.9859717,-0.9974846,0.95246094,-0.8534525,0.70607096,-0.5186699,0.30187106,-0.06796238,-0.16979836,0.39793506,-0.6035171,0.7748923,-0.90234715,0.97865766,-0.9994986,0.96368873,-0.87325776,0.7333312,-0.65714514,0.46034622,-0.23745522,0.00110544,0.235307,-0.45838243,0.65547705,-0.8154198,0.92914516,-0.99020725,0.9951452,-0.94367903,0.8387259,-0.6862345,0.49484774,-0.27541342,0.0403689,0.19696371,-0.42313257,0.6253186,-0.79206204,0.913912,-0.9839622,0.9982421,-0.95594245,0.8594607,-0.71426535,0.52858603,-0.31294686,0.0795701,0.15831664,-0.38723013,0.59419566,-0.7674827,0.89726937,-0.9761995,0.99979943,-0.9667315,0.87886995,-0.7411947,0.56150913,-0.34999764,0.11864858,0.11942541,-0.35073045,0.44800693,-0.64664257,0.80862695,-0.924779,0.9885153,-0.9962233,0.94746614,-0.8450073,0.6946541,-0.50492847,0.28658387,-0.051995914,-0.18553913,0.41255796,-0.6161933,0.78490335,-0.9091256,0.98181933,-0.9988643,0.95929444,-0.86535245,0.722363,-0.5384306,0.32398027,-0.09116704,-0.14681347,0.3764727,-0.58479375,0.7599692,-0.89207006,0.97360915,-0.99996483,0.96964324,-0.88436306,0.7489578,-0.5711022,0.360877,-0.13019755,-0.107861385,0.33980682,-0.55249226,0.7338629,-0.87363875,0.9638974,-0.9995231,0.9971664,-0.95112485,0.8511742,-0.7029797,0.5149408,-0.29771549,0.06361588,0.17408942,-0.40192747,0.60698456,-0.77763826,0.904216,-0.9795435,0.9993512,-0.9625165,0.871127,-0.7303628,0.5482021,-0.3349698,0.10275163,0.13529041,-0.3656643,0.5753126,-0.75235265,0.8867499,-0.9708869,0.9999947,-0.9724236,0.8897363,-0.75661945,0.58061796,-0.37170747,0.14172891,0.09628274,-0.32883716,0.54275334,-0.72590667,0.86791617,-0.9607329,0.999096,-0.980831,0.90697336,-0.7817092,0.6121383,-0.5248834,0.30880678,-0.07522723,-0.16261613,0.39124253,-0.5976936,0.77026784,-0.8991839,0.97713494,-0.9997027,0.9656081,-0.87678355,0.7382636,-0.5578994,0.34591392,-0.1143223,-0.123749025,0.35480633,-0.5657535,0.7446342,-0.8813096,0.9680331,-0.99988914,0.97507226,-0.8949891,0.7641786,-0.590055,0.38248757,-0.15324105,-0.08469106,0.31782293,-0.53294086,0.7178521,-0.86207604,0.9574382,-0.9985335,0.98303264,-0.9118143,0.788915,-0.6213006,0.41847134,-0.19192345,-0.045502484,0.28034937,-0.4993063,0.5883217,-0.7627931,0.89403003,-0.97459406,0.99991876,-0.9685689,0.8823213,-0.74606436,0.5675211,-0.3568112,0.12587748,0.112190865,-0.34390032,0.5561178,-0.7368149,0.87574995,-0.96504813,0.9996481,-0.97758883,0.90012056,-0.77163416,0.59941214,-0.39321586,0.16473243,0.07308791,-0.30676568,0.5230562,-0.7097003,0.85611916,-0.9540138,0.9978357,-0.98510104,0.91653156,-0.79601383,0.63037866,-0.4290141,0.20333332,0.03387222,-0.26915792,0.48918793,-0.68149114,0.835168,-0.9415081,0.99448436,-0.99109393,0.97139853,-0.8877395,0.7537641,-0.57706594,0.36766014,-0.1374156,-0.10061751,0.3329477,-0.5464067,0.7288958,-0.8700716,0.9619324,-0.99927163,0.97997296,-0.9051301,0.7789852,-0.60868806,0.40389088,-0.17620149,-0.06147485,0.29566684,-0.5131007,0.7014524,-0.8500462,0.9504602,-0.9970027,0.987036,-0.92112476,0.8030049,-0.63937134,0.43949872,-0.21471563,-0.02223737,0.25792998,-0.4790033,0.6729271,-0.8287099,0.93752205,-0.9931962,0.9925767,-0.93569875,0.8257861,-0.6690686,0.4744287,-0.37845924,0.14893512,0.089030534,-0.32195,0.5366216,-0.7208779,0.8642754,-0.9586864,0.9987598,-0.9822243,0.9100171,-0.78623074,0.6178815,-0.41451117,0.18764669,0.049853463,-0.28452796,0.50307566,-0.69310933,0.8438582,-0.94677776,0.99603474,-0.9888372,0.92559314,-0.8098872,0.6482774,-0.4499238,0.22606885,0.010599506,-0.2466671,0.46875378,-0.6642719,0.82213956,-0.933409,0.9917735,-0.99392503,0.93974173,-0.8322945,0.6776735,-0.48464254,0.26414236,-0.028670797,-0.2084258,0.433709,-0.6344099,0.71276236,-0.8583621,0.9553105,-0.9981127,0.9843426,-0.9147807,0.79336977,-0.6269912,0.42507532,-0.19906646,-0.038225323,0.27335054,-0.49298242,0.6846725,-0.8375558,0.9429671,-0.99493176,0.99050444,-0.9299361,0.81665975,-0.6570957,0.46028796,-0.23739146,0.001039794,0.2353708,-0.45844075,0.65552664,-0.81545776,0.9291694,-0.99021643,0.9951387,-0.94365734,0.83869016,-0.6861867,0.49479067,-0.27535033,0.04030331,0.19702807,-0.42319205,0.6253698,-0.7921021,0.91393864,-0.98397386,0.9982382,-0.98632747,0.9194204,-0.8004013,0.636016,-0.43558186,0.21045926,0.026592003,-0.26213607,0.48282245,-0.6761428,0.8311399,-0.9390287,0.993694,-0.99203753,0.93415314,-0.82332164,0.6658249,-0.47058973,0.24868189,-0.012678953,-0.22404262,0.44806564,-0.64669263,0.8086656,-0.924804,0.9885252,-0.9962176,0.9474451,-0.8449722,0.6946069,-0.5048718,0.286521,-0.051930357,-0.18560363,0.41261777,-0.61624503,0.784944,-0.9091529,0.9818318,-0.9988612,0.9592759,-0.86531955,0.7223176,-0.53837526,0.32391816,-0.22182356,-0.014955083,0.25088608,-0.47259706,0.6675216,-0.8246115,0.93496305,-0.99232167,0.9934362,-0.93824357,0.829872,-0.6744639,0.48082775,-0.25993863,0.024316395,0.21268408,-0.4376298,0.63777095,-0.8017638,0.92031324,-0.98670006,0.9971615,-0.9511045,0.8511397,-0.702933,0.51488453,-0.2976528,0.06355037,0.17415406,-0.40198758,0.60703677,-0.77767956,0.90424407,-0.97955674,0.9993488,-0.96249866,0.87109476,-0.73031795,0.5481472,-0.33490792,0.10268633,0.13535546,-0.3657254,0.5753663,-0.75239587,0.81797135,-0.93077075,0.99081486,-0.9947003,0.9422069,-0.83630997,0.6830116,-0.49100065,0.27116016,-0.03595054,-0.20129673,0.42713466,-0.62876296,0.7947534,-0.9156979,0.9847413,-0.9979703,0.95463514,-0.857192,0.7111639,-0.5248275,0.30874434,-0.07516177,-0.1626809,0.39130294,-0.59774625,0.77030975,-0.89921266,0.9771489,-0.99970114,0.965591,-0.87675196,0.7382193,-0.55784494,0.34585232,-0.11425708,-0.123814166,0.35486773,-0.56580764,0.744678,-0.8813406,0.9680495,-0.99989015,0.9750577,-0.9460426,0.84263456,-0.6914667,0.50110704,-0.28234497,0.047579817,0.18988211,-0.41658166,0.6196697,-0.7876353,0.9109584,-0.982649,0.9986439,-0.95803636,0.86312807,-0.71929836,0.5346994,-0.31979403,0.086762995,0.15118569,-0.3805653,0.58837473,-0.76283556,0.8940594,-0.9746087,0.9999179,-0.9685526,0.8822904,-0.7460207,0.5674671,-0.35674986,0.12581235,0.1122561,-0.34396195,0.5561723,-0.73685926,0.8757816,-0.9650653,0.9996498,-0.977575,0.90009195,-0.7715924,0.5993596,-0.39315552,0.16466768,-0.05920265,-0.17844176,0.40597224,-0.6104925,0.7804106,-0.9060955,0.9804237,-0.9991822,0.9613078,-0.86894727,0.72733545,-0.5444988,0.33080038,-0.09835246,-0.13967,0.36977607,-0.5789235,0.755258,-0.8887851,0.9719365,-0.9999993,0.9713829,-0.88770926,0.75372094,-0.5770123,0.36759907,-0.13735059,-0.100682825,0.33300963,-0.5464617,0.7289407,-0.87010396,0.96195036,-0.99927413,0.97995985,-0.9051022,0.7789441,-0.60863596,0.40383083,-0.17613688,-0.06154037,0.29572955,-0.513157,0.70149916,-0.77308005,0.9011099,-0.9780655,0.99958515,-0.96444905,0.8746487,-0.73527396,0.55422443,-0.34176192,0.1099286,0.1281354,-0.3589368,0.5693939,-0.7475782,0.88339037,-0.9691326,0.9999452,-0.97408164,0.89300793,-0.76131916,0.5864794,-0.37839848,0.1488702,0.08909591,-0.32201216,0.536677,-0.72092336,0.8643084,-0.95870507,0.9987631,-0.98221195,0.90998983,-0.78619015,0.61782986,-0.41445142,0.18758221,0.049919028,-0.2845909,0.50313234,-0.69315666,0.8438934,-0.9467989,0.9960406,-0.9888274,0.9255683,-0.8802317,0.74311286,-0.563875,0.35267717,-0.12148985,-0.11658342,0.34804884,-0.5597871,0.7397971,-0.8778759,0.96619743,-0.9997556,0.97664845,-0.89818555,0.7688142,-0.59586704,0.38914663,-0.16036966,-0.07749693,0.31097105,-0.5268196,0.7128084,-0.85839576,0.9553299,-0.9981167,0.984331,-0.91475415,0.7933298,-0.6269401,0.4250159,-0.19900213,-0.03829092,0.27341366,-0.49303955,0.68472034,-0.83759165,0.942989,-0.9949384,0.99049544,-0.929912,0.81662184,-0.6570462,0.46022967,-0.23732768,0.0009741478,0.10501566,-0.33711377,0.5501045,-0.7319158,0.87224257,-0.96313137,0.9994306,-0.9790829,0.9032415,-0.77620506,0.60517395,-0.39984205,0.17184739,0.06588745,-0.29988784,0.5168908,-0.7045968,0.8523668,-0.9518253,0.9973351,-0.9863167,0.9193946,-0.80036193,0.63596535,-0.43552276,0.21039508,0.026657626,-0.2621994,0.48287994,-0.6761912,0.83117646,-0.9390513,0.9937014,-0.99202925,0.9341297,-0.8232844,0.6657759,-0.4705318,0.2486183,-0.012613312,-0.2241066,0.44812432,-0.6467427,0.8087042,-0.8664911,0.95993483,-0.9989702,0.9813847,-0.9081751,0.78349084,-0.6143989,0.4104833,-0.18330184,-0.054269046,0.288764,-0.506892,0.6962898,-0.8462224,0.94819176,-0.99641836,0.9881687,-0.92391044,0.8072856,-0.6449045,0.44597065,-0.22175954,-0.015020722,0.25094962,-0.4726549,0.6675705,-0.8246486,0.93498635,-0.9923298,0.9934287,-0.93822086,0.82983536,-0.67441547,0.4807702,-0.25987524,0.024250768,0.21274823,-0.43768883,0.63782156,-0.80180305,0.9203389,-0.9867107,0.99715656,-0.95108426,0.8511053,-0.7906704,0.6235406,-0.42106894,0.19473144,0.042643286,-0.27760103,0.49682456,-0.68788844,0.8399633,-0.94442976,0.99536663,-0.9898869,0.92830116,-0.81409997,0.65375626,-0.4563581,0.23309396,0.0033817817,-0.23966585,0.46236584,-0.6588593,0.8180091,-0.9307948,0.99082375,-0.9946936,0.9421849,-0.83627397,0.6829636,-0.49094346,0.27109697,-0.03588494,-0.20136103,0.42719403,-0.628814,0.79479325,-0.9157242,0.98475266,-0.9979661,0.9546156,-0.8571582,0.7111177,-0.52477163,0.3086819,-0.07509631,-0.16274567,0.26640046,-0.48668978,0.6793939,-0.8335905,0.94053984,-0.9941801,0.991471,-0.93256605,0.820804,-0.66251945,0.46668375,-0.24439679,0.008257616,0.2283496,-0.45201412,0.65005887,-0.81125873,0.9264771,-0.9891834,0.9958236,-0.9460213,0.8425992,-0.6914193,0.5010502,-0.282282,0.047514245,0.18994656,-0.41664135,0.61972123,-0.7876758,0.91098547,-0.9826612,0.9986405,-0.9580175,0.8630949,-0.71925277,0.5346439,-0.31973183,0.08669759,0.15125059,-0.380626,0.58842784,-0.762878,0.89408886,-0.9365225,0.9928588,-0.99292076,0.93670464,-0.82739687,0.6711929,-0.47694615,0.25566652,-0.019895896,-0.2170024,0.4416012,-0.6411703,0.8043985,-0.9220339,0.9874092,-0.99681884,0.94972956,-0.8488104,0.69978124,-0.5110891,0.29342875,-0.059137117,-0.17850636,0.40603223,-0.6105445,0.7804516,-0.9061233,0.9804366,-0.99917954,0.96128976,-0.8689148,0.7272904,-0.5444437,0.33073843,-0.098287135,-0.13973501,0.36983708,-0.57897705,0.75530106,-0.8888152,0.97195196,-0.9999992,0.9713673,-0.88767904,0.75367785,-0.67977536,0.48714396,-0.2669016,0.03153148,0.20562583,-0.4311284,0.632195,-0.7974292,0.9174658,-0.9855011,0.99767894,-0.9533091,0.8549065,-0.7080484,0.5210587,-0.30453578,0.07075198,0.16704197,-0.39536813,0.6012851,-0.7731217,0.90113837,-0.9780792,0.99958324,-0.9644317,0.87461686,-0.7352295,0.55416983,-0.34170023,0.109863356,0.1282005,-0.35899806,0.5694479,-0.74762183,0.8834211,-0.9691488,0.9999459,-0.9740668,0.89297837,-0.7612766,0.58642626,-0.3783377,0.14880529,0.0891613,-0.19422138,0.42059726,-0.62313396,0.7903519,-0.9127734,0.98345953,-0.9984039,0.9567596,-0.8608868,0.71621966,-0.5309577,0.31560153,-0.08235725,-0.15555497,0.38465044,-0.5919442,0.76568705,-0.8960313,0.9755893,-0.9998515,0.967443,-0.8802005,0.74306893,-0.56382084,0.35261574,-0.12142469,-0.11664862,0.34811038,-0.5598415,0.7398413,-0.8779074,0.96621436,-0.99975705,0.9766343,-0.8981567,0.76877224,-0.59581435,0.38908616,-0.16030486,-0.077562384,0.31103346,-0.5268754,0.71285444,-0.85842943,0.9553493,-0.98128474,0.99899364,-0.9600804,0.86675054,-0.7242939,0.54078484,-0.3266245,0.09395137,0.14404687,-0.37388062,0.58252317,-0.75814867,0.8908029,-0.97296715,0.9999844,-0.9703232,0.8856649,-0.75080776,0.57339543,-0.3634835,0.13296957,0.10508095,-0.33717555,0.55015934,-0.7319605,0.8722747,-0.963149,0.9994328,-0.97906953,0.9032133,-0.7761637,0.60512173,-0.39978188,0.17178272,0.06595296,-0.29995045,0.51694703,-0.70464337,0.85240114,-0.95184547,0.99733984,-0.98630583,0.91936874,-0.8003226,0.6359147,-0.55053866,0.33760327,-0.10553276,-0.13251926,0.36306018,-0.57302314,0.7505076,-0.8854538,0.97021323,-0.9999817,0.973072,-0.8910093,0.75844485,-0.58289236,0.374302,-0.14449646,-0.09349903,0.32619506,-0.5404026,0.72398055,-0.8665238,0.9599532,-0.9989732,0.9813721,-0.90814763,0.78345,-0.6143471,0.41042343,-0.1832373,-0.054334596,0.28882685,-0.5069486,0.6963369,-0.8462574,0.9482126,-0.9964239,0.98815864,-0.92388535,0.80724686,-0.6448543,0.44591188,-0.22169553,-0.01508636,0.25101316,-0.35219055,0.5634455,-0.74276483,0.8799848,-0.9673279,0.9998436,-0.97568893,0.89623296,-0.76597923,0.59231037,-0.3850698,0.15600376,0.08190445,-0.31517038,0.53057265,-0.7159025,0.86065555,-0.9566273,0.99837816,-0.9835417,0.91295886,-0.7906302,0.62348926,-0.4210094,0.19466706,0.04270887,-0.2776641,0.4968815,-0.68793607,0.83999896,-0.94445133,0.99537295,-0.9898776,0.9282767,-0.8140618,0.65370655,-0.4562997,0.23303013,0.0034474274,-0.23972958,0.46242404,-0.65890867,0.81804687,-0.9308188,0.9908326,-0.99957,0.9781737,-0.90133524,0.7734098,-0.6016481,0.3957854,-0.16748992,-0.07029877,0.30410296,-0.52067083,0.7077275,-0.8546707,0.95317185,-0.99764794,0.98557806,-0.9176464,0.79770327,-0.63254696,0.4315383,-0.20607044,-0.031077363,0.26646373,-0.48674712,0.67944205,-0.83362675,0.9405621,-0.9941872,0.9914624,-0.9325424,0.8207665,-0.6624703,0.4666257,-0.24433313,0.008191973,0.2284135,-0.45207268,0.65010875,-0.8112971,0.9265018,-0.9891931,0.99581766,-0.94600004,0.84256387,-0.69137186,0.6109043,-0.4064474,0.17895338,0.058683567,-0.29299438,0.5106985,-0.69945663,0.84857005,-0.9495872,0.9967825,-0.98748094,0.9222097,-0.8046683,0.64151895,-0.4420088,0.2174459,0.019441644,-0.25522724,0.47654676,-0.670856,0.8271416,-0.9365455,0.9928667,-0.99291295,0.9366817,-0.82736,0.6711442,-0.47688845,0.25560305,-0.019830262,-0.2170665,0.44166008,-0.64122075,0.80443746,-0.9220593,0.98741955,-0.9968136,0.949709,-0.8487757,0.69973433,-0.51103264,0.293366,-0.059071586,-0.17857096,0.40609223,-0.50065696,0.69109094,-0.8423545,0.945874,-0.9957821,0.98925,-0.926648,0.8115243,-0.65040404,0.45241937,-0.2287919,-0.007803291,0.24395621,-0.46628186,0.66217905,-0.8205444,0.93240196,-0.9914117,0.99422896,-0.94069403,0.8338414,-0.6797272,0.48708662,-0.26683834,0.031465866,0.20569007,-0.43118766,0.63224584,-0.79746884,0.9174919,-0.98551226,0.99767447,-0.95328933,0.85487247,-0.7080021,0.52100265,-0.30447322,0.0706865,0.1671067,-0.39542842,0.60133755,-0.7731633,0.9011668,-0.97809285,0.99958134,-0.990885,0.9309608,-0.8182703,0.659201,-0.46276864,0.24010693,-0.0038361188,-0.23265211,0.4559538,-0.6534124,0.81383604,-0.9281321,0.9898223,-0.9954102,0.944579,-0.8402098,0.6882181,-0.4972188,0.2780375,-0.04309721,-0.19428578,0.4206568,-0.62318534,0.79039216,-0.9128002,0.9834714,-0.9984002,0.9567405,-0.86085343,0.7161738,-0.5309021,0.3155392,-0.08229183,-0.1556198,0.38471103,-0.59199715,0.7657293,-0.89606047,0.9756037,-0.9998504,0.96742636,-0.88016933,0.743025,-0.5637666,0.47305524,-0.2513894,0.01547501,0.2213165,-0.44556394,0.6445572,-0.8070174,0.9237365,-0.9880989,0.9964567,-0.948336,0.8464644,-0.6966158,0.5072836,-0.28919894,0.05472271,0.18285517,-0.41006896,0.6140404,-0.78320843,0.9079848,-0.9812974,0.9989907,-0.960062,0.86671776,-0.7242486,0.5407296,-0.32656246,0.09388601,0.14411183,-0.3739415,0.5825765,-0.75819147,0.8908328,-0.97298235,0.99998397,-0.97030735,0.8856344,-0.7507644,0.57334167,-0.36342233,0.13290451,0.10514623,-0.33723736,0.5502142,-0.6356147,0.8000895,-0.9192158,0.98624164,-0.99736816,0.95196456,-0.8526043,0.70491916,-0.5172797,0.30032125,-0.0663408,-0.17139979,0.39942557,-0.6048122,0.77591854,-0.9030464,0.9789904,-0.99944586,0.9632535,-0.8724647,0.73222524,-0.5504839,0.33754146,-0.105467476,-0.13258433,0.36312136,-0.57307696,0.750551,-0.88548434,0.97022915,-0.9999821,0.97305685,-0.89097947,0.7584021,-0.582839,0.3742411,-0.1444315,-0.09356438,0.3262571,-0.54045784,0.72402585,-0.8665566,0.9599716,-0.9989761,0.9813595,-0.95546407,0.85862875,-0.71312696,0.5272057,-0.31140283,0.0779499],"x":[1.8110049e18,5.2211715e32,1.0442343e33,1.5663515e33,2.0884686e33,2.6105856e33,3.132703e33,3.65482e33,4.1769372e33,4.6990542e33,5.221171e33,5.7432885e33,6.265406e33,6.787523e33,7.30964e33,7.831757e33,8.3538744e33,8.875992e33,9.3981084e33,9.920226e33,1.0442342e34,1.096446e34,1.1486577e34,1.2008694e34,1.2530812e34,1.3052929e34,1.3575046e34,1.4097162e34,1.461928e34,1.5141397e34,1.5663514e34,1.6185631e34,1.6707749e34,1.7229866e34,1.7751983e34,1.82741e34,1.8796217e34,1.9318334e34,1.9840451e34,2.0362569e34,2.0884685e34,2.1406803e34,2.192892e34,2.2451038e34,2.2973154e34,2.3495273e34,2.4017389e34,2.4539505e34,2.5061623e34,2.558374e34,2.6105858e34,2.6627974e34,2.7150092e34,2.7672208e34,2.8194325e34,2.8716443e34,2.923856e34,2.9760678e34,3.0282794e34,3.0804912e34,3.1327028e34,3.1849147e34,3.2371263e34,3.289338e34,3.3415498e34,3.3937614e34,3.4459732e34,3.4981848e34,3.5503967e34,3.6026083e34,3.65482e34,3.7070317e34,3.7592434e34,3.8114552e34,3.8636668e34,3.9158787e34,3.9680903e34,4.020302e34,4.0725137e34,4.1247253e34,4.176937e34,4.229149e34,4.2813607e34,4.3335725e34,4.385784e34,4.4379957e34,4.4902076e34,4.542419e34,4.594631e34,4.6468427e34,4.6990545e34,4.751266e34,4.8034777e34,4.8556896e34,4.907901e34,4.960113e34,5.0123246e34,5.0645365e34,5.116748e34,5.1689597e34,5.2211716e34,5.273383e34,5.325595e34,5.3778066e34,5.4300185e34,5.48223e34,5.5344417e34,5.5866536e34,5.638865e34,5.691077e34,5.7432886e34,5.7955005e34,5.847712e34,5.8999237e34,5.9521355e34,6.004347e34,6.056559e34,6.1087706e34,6.1609825e34,6.213194e34,6.2654057e34,6.3176175e34,6.3698294e34,6.4220407e34,6.4742526e34,6.5264645e34,6.578676e34,6.6308877e34,6.6830995e34,6.7353114e34,6.7875227e34,6.8397346e34,6.8919464e34,6.944158e34,6.9963697e34,7.0485815e34,7.1007934e34,7.1530047e34,7.2052166e34,7.2574284e34,7.30964e34,7.3618516e34,7.4140635e34,7.4662754e34,7.5184867e34,7.5706986e34,7.6229104e34,7.675122e34,7.7273336e34,7.7795455e34,7.8317573e34,7.8839687e34,7.9361806e34,7.9883924e34,8.040604e34,8.0928156e34,8.1450275e34,8.1972393e34,8.2494507e34,8.3016625e34,8.353874e34,8.406086e34,8.458298e34,8.510509e34,8.562721e34,8.614933e34,8.667145e34,8.719356e34,8.771568e34,8.82378e34,8.875991e34,8.928203e34,8.980415e34,9.032627e34,9.084838e34,9.13705e34,9.189262e34,9.241473e34,9.293685e34,9.345897e34,9.398109e34,9.45032e34,9.502532e34,9.554744e34,9.606955e34,9.659167e34,9.711379e34,9.7635905e34,9.815802e34,9.868014e34,9.920226e34,9.972437e34,1.0024649e35,1.0076861e35,1.0129073e35,1.0181284e35,1.0233496e35,1.0285708e35,1.0337919e35,1.0390131e35,1.0442343e35,1.0494554e35,1.0546766e35,1.0598978e35,1.065119e35,1.0703402e35,1.0755613e35,1.0807825e35,1.0860037e35,1.0912248e35,1.096446e35,1.1016672e35,1.1068883e35,1.1121095e35,1.1173307e35,1.1225518e35,1.127773e35,1.1329942e35,1.1382154e35,1.1434366e35,1.1486577e35,1.1538789e35,1.1591001e35,1.1643212e35,1.1695424e35,1.1747636e35,1.1799847e35,1.1852059e35,1.1904271e35,1.1956482e35,1.2008694e35,1.2060906e35,1.2113118e35,1.216533e35,1.2217541e35,1.2269753e35,1.2321965e35,1.2374176e35,1.2426388e35,1.24786e35,1.2530811e35,1.2583023e35,1.2635235e35,1.2687446e35,1.2739659e35,1.279187e35,1.2844081e35,1.2896294e35,1.2948505e35,1.3000717e35,1.3052929e35,1.310514e35,1.3157352e35,1.3209564e35,1.3261775e35,1.3313987e35,1.3366199e35,1.341841e35,1.3470623e35,1.3522834e35,1.3575045e35,1.3627258e35,1.3679469e35,1.3731681e35,1.3783893e35,1.3836104e35,1.3888316e35,1.3940528e35,1.3992739e35,1.4044951e35,1.4097163e35,1.4149374e35,1.4201587e35,1.4253798e35,1.4306009e35,1.4358222e35,1.4410433e35,1.4462645e35,1.4514857e35,1.4567068e35,1.461928e35,1.4671492e35,1.4723703e35,1.4775915e35,1.4828127e35,1.4880338e35,1.4932551e35,1.4984762e35,1.5036973e35,1.5089186e35,1.5141397e35,1.5193608e35,1.5245821e35,1.5298032e35,1.5350244e35,1.5402456e35,1.5454667e35,1.550688e35,1.5559091e35,1.5611302e35,1.5663515e35,1.5715726e35,1.5767937e35,1.582015e35,1.5872361e35,1.5924572e35,1.5976785e35,1.6028996e35,1.6081208e35,1.613342e35,1.6185631e35,1.6237844e35,1.6290055e35,1.6342266e35,1.6394479e35,1.644669e35,1.6498901e35,1.6551114e35,1.6603325e35,1.6655536e35,1.6707748e35,1.6759961e35,1.6812173e35,1.6864384e35,1.6916595e35,1.6968807e35,1.7021018e35,1.7073231e35,1.7125443e35,1.7177654e35,1.7229865e35,1.7282077e35,1.733429e35,1.7386501e35,1.7438713e35,1.7490924e35,1.7543135e35,1.7595347e35,1.764756e35,1.7699772e35,1.7751983e35,1.7804194e35,1.7856406e35,1.7908619e35,1.796083e35,1.8013042e35,1.8065253e35,1.8117464e35,1.8169676e35,1.822189e35,1.82741e35,1.8326312e35,1.8378523e35,1.8430735e35,1.8482946e35,1.853516e35,1.858737e35,1.8639582e35,1.8691793e35,1.8744005e35,1.8796218e35,1.884843e35,1.890064e35,1.8952852e35,1.9005063e35,1.9057275e35,1.9109488e35,1.91617e35,1.921391e35,1.9266122e35,1.9318334e35,1.9370547e35,1.9422758e35,1.947497e35,1.9527181e35,1.9579392e35,1.9631604e35,1.9683817e35,1.9736028e35,1.978824e35,1.9840451e35,1.9892663e35,1.9944874e35,1.9997087e35,2.0049299e35,2.010151e35,2.0153721e35,2.0205933e35,2.0258146e35,2.0310357e35,2.0362569e35,2.041478e35,2.0466991e35,2.0519203e35,2.0571416e35,2.0623627e35,2.0675839e35,2.072805e35,2.0780262e35,2.0832475e35,2.0884686e35,2.0936898e35,2.0989109e35,2.104132e35,2.1093532e35,2.1145745e35,2.1197956e35,2.1250168e35,2.130238e35,2.135459e35,2.1406804e35,2.1459015e35,2.1511227e35,2.1563438e35,2.161565e35,2.166786e35,2.1720074e35,2.1772285e35,2.1824497e35,2.1876708e35,2.192892e35,2.198113e35,2.2033344e35,2.2085555e35,2.2137767e35,2.2189978e35,2.224219e35,2.2294403e35,2.2346614e35,2.2398826e35,2.2451037e35,2.2503248e35,2.255546e35,2.2607673e35,2.2659884e35,2.2712096e35,2.2764307e35,2.2816518e35,2.2868732e35,2.2920943e35,2.2973154e35,2.3025366e35,2.3077577e35,2.3129789e35,2.3182002e35,2.3234213e35,2.3286425e35,2.3338636e35,2.3390847e35,2.344306e35,2.3495272e35,2.3547483e35,2.3599695e35,2.3651906e35,2.3704117e35,2.375633e35,2.3808542e35,2.3860754e35,2.3912965e35,2.3965176e35,2.4017388e35,2.40696e35,2.4121812e35,2.4174024e35,2.4226235e35,2.4278446e35,2.433066e35,2.4382871e35,2.4435082e35,2.4487294e35,2.4539505e35,2.4591717e35,2.464393e35,2.4696141e35,2.4748353e35,2.4800564e35,2.4852775e35,2.4904989e35,2.49572e35,2.5009411e35,2.5061623e35,2.5113834e35,2.5166045e35,2.5218259e35,2.527047e35,2.5322681e35,2.5374893e35,2.5427104e35,2.5479318e35,2.5531529e35,2.558374e35,2.5635952e35,2.5688163e35,2.5740374e35,2.5792588e35,2.58448e35,2.589701e35,2.5949222e35,2.6001433e35,2.6053644e35,2.6105858e35,2.615807e35,2.621028e35,2.6262492e35,2.6314703e35,2.6366917e35,2.6419128e35,2.647134e35,2.652355e35,2.6575762e35,2.6627973e35,2.6680187e35,2.6732398e35,2.678461e35,2.683682e35,2.6889032e35,2.6941245e35,2.6993457e35,2.7045668e35,2.709788e35,2.715009e35,2.7202302e35,2.7254516e35,2.7306727e35,2.7358938e35,2.741115e35,2.7463361e35,2.7515572e35,2.7567786e35,2.7619997e35,2.7672208e35,2.772442e35,2.7776631e35,2.7828845e35,2.7881056e35,2.7933267e35,2.7985479e35,2.803769e35,2.8089901e35,2.8142115e35,2.8194326e35,2.8246537e35,2.8298749e35,2.835096e35,2.8403173e35,2.8455385e35,2.8507596e35,2.8559808e35,2.8612019e35,2.866423e35,2.8716444e35,2.8768655e35,2.8820866e35,2.8873078e35,2.892529e35,2.8977502e35,2.9029714e35,2.9081925e35,2.9134136e35,2.9186348e35,2.923856e35,2.9290773e35,2.9342984e35,2.9395195e35,2.9447407e35,2.9499618e35,2.955183e35,2.9604043e35,2.9656254e35,2.9708465e35,2.9760677e35,2.9812888e35,2.9865101e35,2.9917313e35,2.9969524e35,3.0021735e35,3.0073947e35,3.0126158e35,3.0178372e35,3.0230583e35,3.0282794e35,3.0335006e35,3.0387217e35,3.043943e35,3.0491642e35,3.0543853e35,3.0596064e35,3.0648276e35,3.0700487e35,3.07527e35,3.0804912e35,3.0857123e35,3.0909335e35,3.0961546e35,3.101376e35,3.106597e35,3.1118182e35,3.1170393e35,3.1222605e35,3.1274816e35,3.132703e35,3.137924e35,3.1431452e35,3.1483663e35,3.1535875e35,3.1588086e35,3.16403e35,3.169251e35,3.1744722e35,3.1796934e35,3.1849145e35,3.1901358e35,3.195357e35,3.2005781e35,3.2057992e35,3.2110204e35,3.2162415e35,3.2214628e35,3.226684e35,3.2319051e35,3.2371262e35,3.2423474e35,3.2475687e35,3.2527899e35,3.258011e35,3.2632321e35,3.2684533e35,3.2736744e35,3.2788957e35,3.2841169e35,3.289338e35,3.2945591e35,3.2997803e35,3.3050016e35,3.3102227e35,3.3154439e35,3.320665e35,3.325886e35,3.3311073e35,3.3363284e35,3.3415496e35,3.3467707e35,3.3519922e35,3.3572134e35,3.3624345e35,3.3676556e35,3.3728768e35,3.378098e35,3.383319e35,3.38854e35,3.3937613e35,3.3989825e35,3.4042036e35,3.409425e35,3.4146463e35,3.4198674e35,3.4250885e35,3.4303097e35,3.4355308e35,3.440752e35,3.445973e35,3.4511942e35,3.4564153e35,3.4616365e35,3.466858e35,3.472079e35,3.4773003e35,3.4825214e35,3.4877426e35,3.4929637e35,3.498185e35,3.503406e35,3.508627e35,3.5138482e35,3.5190694e35,3.524291e35,3.529512e35,3.534733e35,3.5399543e35,3.5451754e35,3.5503966e35,3.5556177e35,3.560839e35,3.56606e35,3.571281e35,3.5765023e35,3.5817238e35,3.586945e35,3.592166e35,3.5973872e35,3.6026083e35,3.6078295e35,3.6130506e35,3.6182717e35,3.623493e35,3.628714e35,3.633935e35,3.6391563e35,3.644378e35,3.649599e35,3.65482e35,3.6600412e35,3.6652624e35,3.6704835e35,3.6757046e35,3.6809258e35,3.686147e35,3.691368e35,3.696589e35,3.7018107e35,3.707032e35,3.712253e35,3.717474e35,3.7226953e35,3.7279164e35,3.7331375e35,3.7383587e35,3.7435798e35,3.748801e35,3.754022e35,3.7592436e35,3.7644647e35,3.769686e35,3.774907e35,3.780128e35,3.7853493e35,3.7905704e35,3.7957916e35,3.8010127e35,3.806234e35,3.811455e35,3.8166765e35,3.8218976e35,3.8271188e35,3.83234e35,3.837561e35,3.842782e35,3.8480033e35,3.8532244e35,3.8584456e35,3.8636667e35,3.868888e35,3.8741094e35,3.8793305e35,3.8845517e35,3.8897728e35,3.894994e35,3.900215e35,3.9054362e35,3.9106573e35,3.9158785e35,3.9210996e35,3.9263207e35,3.9315423e35,3.9367634e35,3.9419845e35,3.9472057e35,3.952427e35,3.957648e35,3.962869e35,3.9680902e35,3.9733114e35,3.9785325e35,3.9837536e35,3.9889748e35,3.9941963e35,3.9994174e35,4.0046386e35,4.0098597e35,4.015081e35,4.020302e35,4.025523e35,4.0307443e35,4.0359654e35,4.0411865e35,4.0464077e35,4.051629e35,4.0568503e35,4.0620715e35,4.0672926e35,4.0725137e35,4.077735e35,4.082956e35,4.088177e35,4.0933983e35,4.0986194e35,4.1038406e35,4.109062e35,4.1142832e35,4.1195044e35,4.1247255e35,4.1299466e35,4.1351678e35,4.140389e35,4.14561e35,4.150831e35,4.1560523e35,4.1612734e35,4.166495e35,4.171716e35,4.1769372e35,4.1821584e35,4.1873795e35,4.1926007e35,4.1978218e35,4.203043e35,4.208264e35,4.2134852e35,4.2187063e35,4.223928e35,4.229149e35,4.23437e35,4.2395913e35,4.2448124e35,4.2500335e35,4.2552547e35,4.260476e35,4.265697e35,4.270918e35,4.2761392e35,4.2813608e35,4.286582e35,4.291803e35,4.297024e35,4.3022453e35,4.3074664e35,4.3126876e35,4.3179087e35,4.32313e35,4.328351e35,4.333572e35,4.3387937e35,4.3440148e35,4.349236e35,4.354457e35,4.359678e35,4.3648993e35,4.3701205e35,4.3753416e35,4.3805627e35,4.385784e35,4.391005e35,4.396226e35,4.4014477e35,4.406669e35,4.41189e35,4.417111e35,4.4223322e35,4.4275534e35,4.4327745e35,4.4379956e35,4.4432168e35,4.448438e35,4.453659e35,4.4588806e35,4.4641017e35,4.469323e35,4.474544e35,4.479765e35,4.4849862e35,4.4902074e35,4.4954285e35,4.5006497e35,4.5058708e35,4.511092e35,4.5163135e35,4.5215346e35,4.5267557e35,4.531977e35,4.537198e35,4.542419e35,4.5476403e35,4.5528614e35,4.5580825e35,4.5633037e35,4.568525e35,4.5737464e35,4.5789675e35,4.5841886e35,4.5894098e35,4.594631e35,4.599852e35,4.605073e35,4.6102943e35,4.6155154e35,4.6207366e35,4.6259577e35,4.6311792e35,4.6364004e35,4.6416215e35,4.6468427e35,4.6520638e35,4.657285e35,4.662506e35,4.667727e35,4.6729483e35,4.6781695e35,4.6833906e35,4.688612e35,4.6938333e35,4.6990544e35,4.7042755e35,4.7094967e35,4.714718e35,4.719939e35,4.72516e35,4.7303812e35,4.7356024e35,4.7408235e35,4.7460446e35,4.751266e35,4.7564873e35,4.7617084e35,4.7669296e35,4.7721507e35,4.777372e35,4.782593e35,4.787814e35,4.7930352e35,4.7982564e35,4.8034775e35,4.808699e35,4.81392e35,4.8191413e35,4.8243625e35,4.8295836e35,4.8348047e35,4.840026e35,4.845247e35,4.850468e35,4.8556893e35,4.8609104e35,4.866132e35,4.871353e35,4.8765742e35,4.8817954e35,4.8870165e35,4.8922376e35,4.8974588e35,4.90268e35,4.907901e35,4.913122e35,4.9183433e35,4.923565e35,4.928786e35,4.934007e35,4.9392282e35,4.9444494e35,4.9496705e35,4.9548917e35,4.9601128e35,4.965334e35,4.970555e35,4.975776e35,4.9809977e35,4.986219e35,4.99144e35,4.996661e35,5.0018823e35,5.0071034e35,5.0123245e35,5.0175457e35,5.022767e35,5.027988e35,5.033209e35,5.0384306e35,5.0436518e35,5.048873e35,5.054094e35,5.059315e35,5.0645363e35,5.0697574e35,5.0749786e35,5.0801997e35,5.085421e35,5.090642e35,5.0958635e35,5.1010846e35,5.1063058e35,5.111527e35,5.116748e35,5.121969e35,5.1271903e35,5.1324115e35,5.1376326e35,5.1428537e35,5.148075e35,5.153296e35,5.1585175e35,5.1637387e35,5.16896e35,5.174181e35,5.179402e35,5.1846232e35,5.1898444e35,5.1950655e35,5.2002866e35,5.2055078e35,5.210729e35,5.2159504e35,5.2211716e35,5.2263927e35,5.231614e35,5.236835e35,5.242056e35,5.2472772e35,5.2524984e35,5.2577195e35,5.2629406e35,5.2681618e35,5.2733833e35,5.2786045e35,5.2838256e35,5.2890467e35,5.294268e35,5.299489e35,5.30471e35,5.3099313e35,5.3151524e35,5.3203735e35,5.3255947e35,5.3308162e35,5.3360373e35,5.3412585e35,5.3464796e35,5.3517008e35,5.356922e35,5.362143e35,5.367364e35,5.3725853e35,5.3778064e35,5.3830276e35,5.388249e35,5.3934702e35,5.3986914e35,5.4039125e35,5.4091336e35,5.4143548e35,5.419576e35,5.424797e35,5.430018e35,5.4352393e35,5.4404605e35,5.445682e35,5.450903e35,5.4561243e35,5.4613454e35,5.4665665e35,5.4717877e35,5.477009e35,5.48223e35,5.487451e35,5.4926722e35,5.4978934e35,5.5031145e35,5.508336e35,5.513557e35,5.5187783e35,5.5239994e35,5.5292206e35,5.5344417e35,5.539663e35,5.544884e35,5.550105e35,5.5553262e35,5.5605474e35,5.565769e35,5.57099e35,5.576211e35,5.5814323e35,5.5866535e35,5.5918746e35,5.5970957e35,5.602317e35,5.607538e35,5.612759e35,5.6179803e35,5.6232018e35,5.628423e35,5.633644e35,5.6388652e35,5.6440863e35,5.6493075e35,5.6545286e35,5.6597498e35,5.664971e35,5.670192e35,5.675413e35,5.6806347e35,5.685856e35,5.691077e35,5.696298e35,5.7015192e35,5.7067404e35,5.7119615e35,5.7171826e35,5.7224038e35,5.727625e35,5.732846e35,5.7380676e35,5.7432887e35,5.74851e35,5.753731e35,5.758952e35,5.7641733e35,5.7693944e35,5.7746155e35,5.7798367e35,5.785058e35,5.790279e35,5.7955005e35,5.8007216e35,5.8059427e35,5.811164e35,5.816385e35,5.821606e35,5.8268273e35,5.8320484e35,5.8372696e35,5.8424907e35,5.847712e35,5.8529334e35,5.8581545e35,5.8633756e35,5.8685968e35,5.873818e35,5.879039e35,5.88426e35,5.8894813e35,5.8947025e35,5.8999236e35,5.9051447e35,5.910366e35,5.9155874e35,5.9208085e35,5.9260297e35,5.9312508e35,5.936472e35,5.941693e35,5.9469142e35,5.9521353e35,5.9573565e35,5.9625776e35,5.9677988e35,5.9730203e35,5.9782414e35,5.9834626e35,5.9886837e35,5.993905e35,5.999126e35,6.004347e35,6.0095682e35,6.0147894e35,6.0200105e35,6.0252316e35,6.030453e35,6.0356743e35,6.0408954e35,6.0461166e35,6.0513377e35,6.056559e35,6.06178e35,6.067001e35,6.0722223e35,6.0774434e35,6.0826645e35,6.087886e35,6.0931072e35,6.0983283e35,6.1035495e35,6.1087706e35,6.1139917e35,6.119213e35,6.124434e35,6.129655e35,6.1348763e35,6.1400974e35,6.145319e35,6.15054e35,6.1557612e35,6.1609824e35,6.1662035e35,6.1714246e35,6.1766458e35,6.181867e35,6.187088e35,6.192309e35,6.1975303e35,6.202752e35,6.207973e35,6.213194e35,6.2184153e35,6.2236364e35,6.2288575e35,6.2340787e35,6.2392998e35,6.244521e35,6.249742e35,6.2549632e35,6.2601843e35,6.265406e35,6.270627e35,6.275848e35,6.2810693e35,6.2862904e35,6.2915116e35,6.2967327e35,6.301954e35,6.307175e35,6.312396e35,6.3176172e35,6.3228388e35,6.32806e35,6.333281e35,6.338502e35,6.3437233e35,6.3489444e35,6.3541656e35,6.3593867e35,6.364608e35,6.369829e35,6.37505e35,6.3802717e35,6.3854928e35,6.390714e35,6.395935e35,6.4011562e35,6.4063773e35,6.4115985e35,6.4168196e35,6.4220407e35,6.427262e35,6.432483e35,6.4377045e35,6.4429257e35,6.448147e35,6.453368e35,6.458589e35,6.4638102e35,6.4690314e35,6.4742525e35,6.4794736e35,6.4846948e35,6.489916e35,6.4951374e35,6.5003586e35,6.5055797e35,6.510801e35,6.516022e35,6.521243e35,6.5264643e35,6.5316854e35,6.5369065e35,6.5421277e35,6.5473488e35,6.5525703e35,6.5577915e35,6.5630126e35,6.5682337e35,6.573455e35,6.578676e35,6.583897e35,6.5891183e35,6.5943394e35,6.5995606e35,6.6047817e35,6.6100032e35,6.6152244e35,6.6204455e35,6.6256666e35,6.6308878e35,6.636109e35,6.64133e35,6.646551e35,6.651772e35,6.6569934e35,6.6622146e35,6.667436e35,6.672657e35,6.677878e35,6.683099e35,6.68832e35,6.6935414e35,6.698763e35,6.7039845e35,6.7092056e35,6.714427e35,6.719648e35,6.724869e35,6.73009e35,6.735311e35,6.7405324e35,6.7457535e35,6.750975e35,6.756196e35,6.761417e35,6.766638e35,6.771859e35,6.77708e35,6.7823015e35,6.787523e35,6.792744e35,6.797965e35,6.803186e35,6.808407e35,6.813629e35,6.81885e35,6.824071e35,6.8292925e35,6.834514e35,6.839735e35,6.844956e35,6.850177e35,6.855398e35,6.860619e35,6.8658405e35,6.8710616e35,6.876283e35,6.881504e35,6.886725e35,6.891946e35,6.897167e35,6.9023884e35,6.9076096e35,6.912831e35,6.918052e35,6.923273e35,6.928494e35,6.933716e35,6.938937e35,6.944158e35,6.9493794e35,6.9546006e35,6.959822e35,6.965043e35,6.970264e35,6.975485e35,6.980706e35,6.985927e35,6.9911485e35,6.99637e35,7.001591e35,7.006812e35,7.012033e35,7.017254e35,7.022475e35,7.0276965e35,7.032918e35,7.038139e35,7.04336e35,7.048582e35,7.053803e35,7.059024e35,7.064245e35,7.069466e35,7.0746875e35,7.079909e35,7.08513e35,7.090351e35,7.095572e35,7.100793e35,7.106014e35,7.1112354e35,7.1164566e35,7.121678e35,7.126899e35,7.13212e35,7.137341e35,7.142562e35,7.147783e35,7.1530045e35,7.158226e35,7.1634476e35,7.168669e35,7.17389e35,7.179111e35,7.184332e35,7.189553e35,7.1947744e35,7.1999955e35,7.205217e35,7.210438e35,7.215659e35,7.22088e35,7.226101e35,7.231322e35,7.2365435e35,7.241765e35,7.246986e35,7.252207e35,7.257428e35,7.262649e35,7.26787e35,7.2730914e35,7.2783126e35,7.2835345e35,7.288756e35,7.293977e35,7.299198e35,7.304419e35,7.30964e35,7.314861e35,7.3200825e35,7.3253036e35,7.330525e35,7.335746e35,7.340967e35,7.346188e35,7.351409e35,7.3566304e35,7.3618515e35,7.367073e35,7.372294e35,7.377515e35,7.382736e35,7.387957e35,7.393178e35,7.3984e35,7.4036214e35,7.4088426e35,7.414064e35,7.419285e35,7.424506e35,7.429727e35,7.434948e35,7.440169e35,7.4453905e35,7.450612e35,7.455833e35,7.461054e35,7.466275e35,7.471496e35,7.476717e35,7.4819385e35,7.4871596e35,7.492381e35,7.497602e35,7.502823e35,7.508044e35,7.513266e35,7.518487e35,7.523708e35,7.5289295e35,7.534151e35,7.539372e35,7.544593e35,7.549814e35,7.555035e35,7.560256e35,7.5654774e35,7.5706986e35,7.57592e35,7.581141e35,7.586362e35,7.591583e35,7.596804e35,7.602025e35,7.6072465e35,7.612468e35,7.617689e35,7.62291e35,7.628131e35,7.633353e35,7.638574e35,7.643795e35,7.6490164e35,7.6542375e35,7.659459e35,7.66468e35,7.669901e35,7.675122e35,7.680343e35,7.685564e35,7.6907855e35,7.696007e35,7.701228e35,7.706449e35,7.71167e35,7.716891e35,7.722112e35,7.7273334e35,7.7325546e35,7.737776e35,7.742997e35,7.748219e35,7.75344e35,7.758661e35,7.763882e35,7.769103e35,7.7743245e35,7.7795456e35,7.784767e35,7.789988e35,7.795209e35,7.80043e35,7.805651e35,7.8108724e35,7.8160935e35,7.821315e35,7.826536e35,7.831757e35,7.836978e35,7.842199e35,7.84742e35,7.8526415e35,7.857863e35,7.8630846e35,7.868306e35,7.873527e35,7.878748e35,7.883969e35,7.88919e35,7.894411e35,7.8996325e35,7.904854e35,7.910075e35,7.915296e35,7.920517e35,7.925738e35,7.930959e35,7.9361805e35,7.9414016e35,7.946623e35,7.951844e35,7.957065e35,7.962286e35,7.967507e35,7.9727284e35,7.9779495e35,7.9831715e35,7.988393e35,7.993614e35,7.998835e35,8.004056e35,8.009277e35,8.014498e35,8.0197194e35,8.0249406e35,8.030162e35,8.035383e35,8.040604e35,8.045825e35,8.051046e35,8.056267e35,8.0614885e35,8.06671e35,8.071931e35,8.077152e35,8.082373e35,8.087594e35,8.092815e35,8.098037e35,8.103258e35,8.1084795e35,8.113701e35,8.118922e35,8.124143e35,8.129364e35,8.134585e35,8.139806e35,8.1450275e35,8.150249e35,8.15547e35,8.160691e35,8.165912e35,8.171133e35,8.176354e35,8.1815754e35,8.1867966e35,8.192018e35,8.197239e35,8.20246e35,8.207681e35,8.212903e35,8.218124e35,8.223345e35,8.2285664e35,8.2337876e35,8.239009e35,8.24423e35,8.249451e35,8.254672e35,8.259893e35,8.2651144e35,8.2703355e35,8.275557e35,8.280778e35,8.285999e35,8.29122e35,8.296441e35,8.301662e35,8.3068835e35,8.312105e35,8.317326e35,8.322547e35,8.327769e35,8.33299e35,8.338211e35,8.343432e35,8.348653e35,8.3538745e35,8.359096e35,8.364317e35,8.369538e35,8.374759e35,8.37998e35,8.385201e35,8.3904225e35,8.3956436e35,8.400865e35,8.406086e35,8.411307e35,8.416528e35,8.421749e35,8.4269704e35,8.4321915e35,8.437413e35,8.442634e35,8.447856e35,8.453077e35,8.458298e35,8.463519e35,8.46874e35,8.4739614e35,8.4791826e35,8.484404e35,8.489625e35,8.494846e35,8.500067e35,8.505288e35,8.510509e35,8.5157305e35,8.520952e35,8.526173e35,8.531394e35,8.536615e35,8.541836e35,8.547057e35,8.5522785e35,8.5574996e35,8.5627215e35,8.567943e35,8.573164e35,8.578385e35,8.583606e35,8.588827e35,8.594048e35,8.5992695e35,8.604491e35,8.609712e35,8.614933e35,8.620154e35,8.625375e35,8.630596e35,8.6358174e35,8.6410386e35,8.64626e35,8.651481e35,8.656702e35,8.661923e35,8.667144e35,8.672365e35,8.677587e35,8.6828084e35,8.6880296e35,8.693251e35,8.698472e35,8.703693e35,8.708914e35,8.714135e35,8.719356e35,8.7245775e35,8.729799e35,8.73502e35,8.740241e35,8.745462e35,8.750683e35,8.755904e35,8.7611255e35,8.766347e35,8.771568e35,8.776789e35,8.78201e35,8.787231e35,8.792452e35,8.797674e35,8.802895e35,8.8081165e35,8.813338e35,8.818559e35,8.82378e35,8.829001e35,8.834222e35,8.839443e35,8.8446644e35,8.8498856e35,8.855107e35,8.860328e35,8.865549e35,8.87077e35,8.875991e35,8.881212e35,8.8864335e35,8.891655e35,8.896876e35,8.902097e35,8.907318e35,8.91254e35,8.917761e35,8.922982e35,8.9282034e35,8.9334245e35,8.938646e35,8.943867e35,8.949088e35,8.954309e35,8.95953e35,8.964751e35,8.9699725e35,8.975194e35,8.980415e35,8.985636e35,8.990857e35,8.996078e35,9.001299e35,9.0065204e35,9.0117416e35,9.016963e35,9.022184e35,9.027406e35,9.032627e35,9.037848e35,9.043069e35,9.04829e35,9.0535115e35,9.0587326e35,9.063954e35,9.069175e35,9.074396e35,9.079617e35,9.084838e35,9.0900594e35,9.0952806e35,9.100502e35,9.105723e35,9.110944e35,9.116165e35,9.121386e35,9.126607e35,9.1318285e35,9.13705e35,9.142271e35,9.147493e35,9.152714e35,9.157935e35,9.163156e35,9.168377e35,9.173598e35,9.1788195e35,9.184041e35,9.189262e35,9.194483e35,9.199704e35,9.204925e35,9.210146e35,9.2153675e35,9.220589e35,9.22581e35,9.231031e35,9.236252e35,9.241473e35,9.246694e35,9.2519154e35,9.2571366e35,9.2623585e35,9.26758e35,9.272801e35,9.278022e35,9.283243e35,9.288464e35,9.293685e35,9.2989064e35,9.3041276e35,9.309349e35,9.31457e35,9.319791e35,9.325012e35,9.330233e35,9.335454e35,9.3406755e35,9.345897e35,9.351118e35,9.356339e35,9.36156e35,9.366781e35,9.372002e35,9.377224e35,9.3824454e35,9.3876665e35,9.392888e35,9.398109e35,9.40333e35,9.408551e35,9.413772e35,9.418993e35,9.4242145e35,9.429436e35,9.434657e35,9.439878e35,9.445099e35,9.45032e35,9.455541e35,9.4607624e35,9.4659836e35,9.471205e35,9.476426e35,9.481647e35,9.486868e35,9.492089e35,9.497311e35,9.502532e35,9.5077535e35,9.5129746e35,9.518196e35,9.523417e35,9.528638e35,9.533859e35,9.53908e35,9.5443014e35,9.5495225e35,9.554744e35,9.559965e35,9.565186e35,9.570407e35,9.575628e35,9.580849e35,9.5860705e35,9.591292e35,9.596513e35,9.601734e35,9.606955e35,9.612177e35,9.617398e35,9.622619e35,9.62784e35,9.6330615e35,9.638283e35,9.643504e35,9.648725e35,9.653946e35,9.659167e35,9.664388e35,9.6696095e35,9.6748306e35,9.680052e35,9.685273e35,9.690494e35,9.695715e35,9.700936e35,9.7061574e35,9.7113786e35,9.7166e35,9.721821e35,9.727043e35,9.732264e35,9.737485e35,9.742706e35,9.747927e35,9.7531484e35,9.7583696e35,9.763591e35,9.768812e35,9.774033e35,9.779254e35,9.784475e35,9.789696e35,9.7949175e35,9.800139e35,9.80536e35,9.810581e35,9.815802e35,9.821023e35,9.826244e35,9.8314655e35,9.836687e35,9.8419085e35,9.84713e35,9.852351e35,9.857572e35,9.862793e35,9.868014e35,9.873235e35,9.8784565e35,9.883678e35,9.888899e35,9.89412e35,9.899341e35,9.904562e35,9.909783e35,9.9150044e35,9.9202256e35,9.925447e35,9.930668e35,9.935889e35,9.94111e35,9.946331e35,9.951552e35,9.9567735e35,9.9619955e35,9.9672166e35,9.972438e35,9.977659e35,9.98288e35,9.988101e35,9.993322e35,9.9985434e35,1.00037645e36,1.0008986e36,1.0014207e36,1.0019428e36,1.0024649e36,1.002987e36,1.0035091e36,1.00403125e36,1.0045534e36,1.0050755e36,1.0055976e36,1.0061197e36,1.0066418e36,1.0071639e36,1.0076861e36,1.0082082e36,1.00873035e36,1.0092525e36,1.0097746e36,1.0102967e36,1.0108188e36,1.0113409e36,1.011863e36,1.01238515e36,1.01290726e36,1.0134294e36,1.0139515e36,1.0144736e36,1.0149957e36,1.0155178e36,1.01603994e36,1.01656205e36,1.0170842e36,1.0176063e36,1.0181284e36,1.0186505e36,1.0191727e36,1.0196948e36,1.0202169e36,1.02073904e36,1.02126116e36,1.0217833e36,1.0223054e36,1.0228275e36,1.0233496e36,1.0238717e36,1.0243938e36,1.02491595e36,1.0254381e36,1.0259602e36,1.0264823e36,1.0270044e36,1.0275265e36,1.0280486e36,1.02857075e36,1.02909286e36,1.029615e36,1.0301371e36,1.0306592e36,1.0311814e36,1.0317035e36,1.0322256e36,1.0327477e36,1.03326985e36,1.033792e36,1.0343141e36,1.0348362e36,1.0353583e36,1.0358804e36,1.0364025e36,1.03692464e36,1.03744676e36,1.0379689e36,1.038491e36,1.0390131e36,1.0395352e36,1.0400573e36,1.0405794e36,1.04110155e36,1.0416237e36,1.0421458e36,1.042668e36,1.0431901e36,1.0437122e36,1.0442343e36,1.0447564e36,1.04527854e36,1.04580065e36,1.0463228e36,1.0468449e36,1.047367e36,1.0478891e36,1.0484112e36,1.0489333e36,1.04945545e36,1.0499776e36,1.0504997e36,1.0510218e36,1.0515439e36,1.052066e36,1.0525881e36,1.05311024e36,1.05363236e36,1.05415455e36,1.0546767e36,1.0551988e36,1.0557209e36,1.056243e36,1.0567651e36,1.0572872e36,1.05780935e36,1.05833146e36,1.0588536e36,1.0593757e36,1.0598978e36,1.0604199e36,1.060942e36,1.06146414e36,1.06198625e36,1.0625084e36,1.0630305e36,1.0635526e36,1.0640747e36,1.0645968e36,1.0651189e36,1.06564105e36,1.06616324e36,1.06668536e36,1.0672075e36,1.0677296e36,1.0682517e36,1.0687738e36,1.0692959e36,1.069818e36,1.07034015e36,1.0708623e36,1.0713844e36,1.0719065e36,1.0724286e36,1.0729507e36,1.0734728e36,1.07399495e36,1.07451706e36,1.0750392e36,1.0755613e36,1.0760834e36,1.0766055e36,1.0771276e36,1.0776498e36,1.0781719e36,1.07869405e36,1.0792162e36,1.0797383e36,1.0802604e36,1.0807825e36,1.0813046e36,1.0818267e36,1.08234884e36,1.08287096e36,1.0833931e36,1.0839152e36,1.0844373e36,1.0849594e36,1.0854815e36,1.0860036e36,1.08652575e36,1.0870479e36,1.08757e36,1.0880921e36,1.0886142e36,1.0891364e36,1.0896585e36,1.0901806e36,1.0907027e36,1.09122485e36,1.091747e36,1.0922691e36,1.0927912e36,1.0933133e36,1.0938354e36,1.0943575e36,1.09487965e36,1.0954018e36,1.0959239e36,1.096446e36,1.0969681e36,1.0974902e36,1.0980123e36,1.09853444e36,1.09905656e36,1.0995787e36,1.1001008e36,1.1006229e36,1.1011451e36,1.1016672e36,1.1021893e36,1.1027114e36,1.10323354e36,1.10375566e36,1.1042778e36,1.1047999e36,1.105322e36,1.1058441e36,1.1063662e36,1.1068883e36,1.10741045e36,1.1079326e36,1.1084547e36,1.1089768e36,1.1094989e36,1.110021e36,1.1105431e36,1.11106525e36,1.1115874e36,1.1121095e36,1.1126317e36,1.1131538e36,1.1136759e36,1.114198e36,1.1147201e36,1.1152422e36,1.11576435e36,1.1162865e36,1.1168086e36,1.1173307e36,1.1178528e36,1.1183749e36,1.118897e36,1.11941914e36,1.11994126e36,1.1204634e36,1.1209855e36,1.1215076e36,1.1220297e36,1.1225518e36,1.12307394e36,1.12359605e36,1.12411825e36,1.12464036e36,1.1251625e36,1.1256846e36,1.1262067e36,1.1267288e36,1.1272509e36,1.12777304e36,1.12829516e36,1.1288173e36,1.1293394e36,1.1298615e36,1.1303836e36,1.1309057e36,1.1314278e36,1.13194995e36,1.1324721e36,1.1329942e36,1.1335163e36,1.1340384e36,1.1345605e36,1.1350826e36,1.1356048e36,1.1361269e36,1.13664905e36,1.1371712e36,1.1376933e36,1.1382154e36,1.1387375e36,1.1392596e36,1.1397817e36,1.14030385e36,1.140826e36,1.1413481e36,1.1418702e36,1.1423923e36,1.1429144e36,1.1434365e36,1.14395864e36,1.14448076e36,1.1450029e36,1.145525e36,1.1460471e36,1.1465692e36,1.1470913e36,1.1476135e36,1.1481356e36,1.14865774e36,1.14917986e36,1.149702e36,1.1502241e36,1.1507462e36,1.1512683e36,1.1517904e36,1.1523125e36,1.15283465e36,1.1533568e36,1.1538789e36,1.154401e36,1.1549231e36,1.1554452e36,1.1559673e36,1.15648945e36,1.1570116e36,1.1575337e36,1.1580558e36,1.1585779e36,1.1591001e36,1.1596222e36,1.1601443e36,1.1606664e36,1.16118855e36,1.1617107e36,1.1622328e36,1.1627549e36,1.163277e36,1.1637991e36,1.1643212e36,1.16484334e36,1.16536546e36,1.1658876e36,1.1664097e36,1.1669318e36,1.1674539e36,1.167976e36,1.1684981e36,1.16902025e36,1.1695424e36,1.1700645e36,1.1705867e36,1.1711088e36,1.1716309e36,1.172153e36,1.1726751e36,1.17319724e36,1.17371935e36,1.1742415e36,1.1747636e36,1.1752857e36,1.1758078e36,1.1763299e36,1.176852e36,1.17737415e36,1.1778963e36,1.1784184e36,1.1789405e36,1.1794626e36,1.1799847e36,1.1805068e36,1.18102894e36,1.18155106e36,1.1820732e36,1.1825954e36,1.1831175e36,1.1836396e36,1.1841617e36,1.1846838e36,1.1852059e36,1.18572805e36,1.18625016e36,1.1867723e36,1.1872944e36,1.1878165e36,1.1883386e36,1.1888607e36,1.18938284e36,1.18990496e36,1.1904271e36,1.1909492e36,1.1914713e36,1.1919934e36,1.1925155e36,1.1930376e36,1.19355975e36,1.19408194e36,1.19460406e36,1.1951262e36,1.1956483e36,1.1961704e36,1.1966925e36,1.1972146e36,1.1977367e36,1.19825885e36,1.198781e36,1.1993031e36,1.1998252e36,1.2003473e36,1.2008694e36,1.2013915e36,1.20191365e36,1.2024358e36,1.2029579e36,1.20348e36,1.2040021e36,1.2045242e36,1.2050463e36,1.2055685e36,1.2060906e36,1.20661275e36,1.2071349e36,1.207657e36,1.2081791e36,1.2087012e36,1.2092233e36,1.2097454e36,1.21026754e36,1.21078966e36,1.2113118e36,1.2118339e36,1.212356e36,1.2128781e36,1.2134002e36,1.2139223e36,1.21444445e36,1.2149666e36,1.2154887e36,1.2160108e36,1.2165329e36,1.217055e36,1.2175772e36,1.2180993e36,1.21862144e36,1.21914355e36,1.2196657e36,1.2201878e36,1.2207099e36,1.221232e36,1.2217541e36,1.2222762e36,1.22279835e36,1.2233205e36,1.2238426e36,1.2243647e36,1.2248868e36,1.2254089e36,1.225931e36,1.22645314e36,1.22697526e36,1.2274974e36,1.2280195e36,1.2285416e36,1.2290638e36,1.2295859e36,1.230108e36,1.2306301e36,1.23115225e36,1.23167436e36,1.2321965e36,1.2327186e36,1.2332407e36,1.2337628e36,1.2342849e36,1.23480704e36,1.23532915e36,1.2358513e36,1.2363734e36,1.2368955e36,1.2374176e36,1.2379397e36,1.2384618e36,1.23898395e36,1.2395061e36,1.2400282e36,1.2405504e36,1.2410725e36,1.2415946e36,1.2421167e36,1.2426388e36,1.2431609e36,1.24368305e36,1.2442052e36,1.2447273e36,1.2452494e36,1.2457715e36,1.2462936e36,1.2468157e36,1.24733785e36,1.24785996e36,1.2483821e36,1.2489042e36,1.2494263e36,1.2499484e36,1.2504705e36,1.25099264e36,1.25151475e36,1.2520369e36,1.2525591e36,1.2530812e36,1.2536033e36,1.2541254e36,1.2546475e36,1.2551696e36,1.25569174e36,1.25621386e36,1.256736e36,1.2572581e36,1.2577802e36,1.2583023e36,1.2588244e36,1.2593465e36,1.25986865e36,1.2603908e36,1.2609129e36,1.261435e36,1.2619571e36,1.2624792e36,1.2630013e36,1.26352345e36,1.2640456e36,1.26456775e36,1.2650899e36,1.265612e36,1.2661341e36,1.2666562e36,1.2671783e36,1.2677004e36,1.26822255e36,1.2687447e36,1.2692668e36,1.2697889e36,1.270311e36,1.2708331e36,1.2713552e36,1.27187734e36,1.27239946e36,1.2729216e36,1.2734437e36,1.2739658e36,1.2744879e36,1.27501e36,1.2755322e36,1.2760543e36,1.27657645e36,1.27709856e36,1.2776207e36,1.2781428e36,1.2786649e36,1.279187e36,1.2797091e36,1.28023124e36,1.28075335e36,1.2812755e36,1.2817976e36,1.2823197e36,1.2828418e36,1.2833639e36,1.283886e36,1.28440815e36,1.2849303e36,1.2854524e36,1.2859745e36,1.2864966e36,1.2870188e36,1.2875409e36,1.288063e36,1.2885851e36,1.28910725e36,1.2896294e36,1.2901515e36,1.2906736e36,1.2911957e36,1.2917178e36,1.2922399e36,1.29276205e36,1.29328416e36,1.2938063e36,1.2943284e36,1.2948505e36,1.2953726e36,1.2958947e36,1.29641684e36,1.29693895e36,1.2974611e36,1.2979832e36,1.2985053e36,1.2990275e36,1.2995496e36,1.3000717e36,1.3005938e36,1.30111594e36,1.30163806e36,1.3021602e36,1.3026823e36,1.3032044e36,1.3037265e36,1.3042486e36,1.3047707e36,1.30529285e36,1.305815e36,1.3063371e36,1.3068592e36,1.3073813e36,1.3079034e36,1.3084255e36,1.30894765e36,1.30946976e36,1.3099919e36,1.3105141e36,1.3110362e36,1.3115583e36,1.3120804e36,1.3126025e36,1.3131246e36,1.31364675e36,1.3141689e36,1.314691e36,1.3152131e36,1.3157352e36,1.3162573e36,1.3167794e36,1.31730154e36,1.31782366e36,1.3183458e36,1.3188679e36,1.31939e36,1.3199121e36,1.3204342e36,1.3209563e36,1.32147845e36,1.32200064e36,1.32252276e36,1.3230449e36,1.323567e36,1.3240891e36,1.3246112e36,1.3251333e36,1.3256554e36,1.32617755e36,1.3266997e36,1.3272218e36,1.3277439e36,1.328266e36,1.3287881e36,1.3293102e36,1.3298323e36,1.3303545e36,1.3308766e36,1.3313987e36,1.3319208e36,1.3324429e36,1.332965e36,1.3334871e36,1.3340093e36,1.3345314e36,1.3350535e36,1.3355756e36,1.3360977e36,1.3366198e36,1.337142e36,1.337664e36,1.3381862e36,1.3387083e36,1.3392304e36,1.3397527e36,1.3402748e36,1.3407969e36,1.341319e36,1.3418411e36,1.3423632e36,1.3428853e36,1.3434075e36,1.3439296e36,1.3444517e36,1.3449738e36,1.3454959e36,1.346018e36,1.3465401e36,1.3470623e36,1.3475844e36,1.3481065e36,1.3486286e36,1.3491507e36,1.3496728e36,1.350195e36,1.350717e36,1.3512392e36,1.3517613e36,1.3522834e36,1.3528055e36,1.3533276e36,1.3538497e36,1.3543718e36,1.354894e36,1.355416e36,1.3559382e36,1.3564603e36,1.3569824e36,1.3575045e36,1.3580266e36,1.3585488e36,1.3590709e36,1.359593e36,1.3601151e36,1.3606372e36,1.3611593e36,1.3616814e36,1.3622035e36,1.3627258e36,1.363248e36,1.36377e36,1.3642922e36,1.3648143e36,1.3653364e36,1.3658585e36,1.3663806e36,1.3669027e36,1.3674248e36,1.367947e36,1.368469e36,1.3689912e36,1.3695133e36,1.3700354e36,1.3705575e36,1.3710796e36,1.3716018e36,1.3721239e36,1.372646e36,1.3731681e36,1.3736902e36,1.3742123e36,1.3747344e36,1.3752565e36,1.3757787e36,1.3763008e36,1.3768229e36,1.377345e36,1.3778671e36,1.3783892e36,1.3789113e36,1.3794335e36,1.3799556e36,1.3804777e36,1.3809998e36,1.3815219e36,1.382044e36,1.3825661e36,1.3830883e36,1.3836104e36,1.3841325e36,1.3846546e36,1.3851767e36,1.3856988e36,1.3862211e36,1.3867432e36,1.3872653e36,1.3877874e36,1.3883095e36,1.3888317e36,1.3893538e36,1.3898759e36,1.390398e36,1.3909201e36,1.3914422e36,1.3919643e36,1.3924865e36,1.3930086e36,1.3935307e36,1.3940528e36,1.3945749e36,1.395097e36,1.3956191e36,1.3961412e36,1.3966634e36,1.3971855e36,1.3977076e36,1.3982297e36,1.3987518e36,1.399274e36,1.399796e36,1.4003182e36,1.4008403e36,1.4013624e36,1.4018845e36,1.4024066e36,1.4029287e36,1.4034508e36,1.403973e36,1.404495e36,1.4050172e36,1.4055393e36,1.4060614e36,1.4065835e36,1.4071056e36,1.4076277e36,1.4081499e36,1.408672e36,1.4091941e36,1.4097164e36,1.4102385e36,1.4107606e36,1.4112827e36,1.4118048e36,1.412327e36,1.412849e36,1.4133712e36,1.4138933e36,1.4144154e36,1.4149375e36,1.4154596e36,1.4159817e36,1.4165038e36,1.417026e36,1.417548e36,1.4180702e36,1.4185923e36,1.4191144e36,1.4196365e36,1.4201586e36,1.4206807e36,1.4212029e36,1.421725e36,1.4222471e36,1.4227692e36,1.4232913e36,1.4238134e36,1.4243355e36,1.4248577e36,1.4253798e36,1.4259019e36,1.426424e36,1.4269461e36,1.4274682e36,1.4279903e36,1.4285125e36,1.4290346e36,1.4295567e36,1.4300788e36,1.4306009e36,1.431123e36,1.4316451e36,1.4321672e36,1.4326895e36,1.4332116e36,1.4337337e36,1.4342559e36,1.434778e36,1.4353001e36,1.4358222e36,1.4363443e36,1.4368664e36,1.4373885e36,1.4379107e36,1.4384328e36,1.4389549e36,1.439477e36,1.4399991e36,1.4405212e36,1.4410433e36,1.4415654e36,1.4420876e36,1.4426097e36,1.4431318e36,1.4436539e36,1.444176e36,1.4446981e36,1.4452202e36,1.4457424e36,1.4462645e36,1.4467866e36,1.4473087e36,1.4478308e36,1.448353e36,1.448875e36,1.4493972e36,1.4499193e36,1.4504414e36,1.4509635e36,1.4514856e36,1.4520077e36,1.4525298e36,1.453052e36,1.453574e36,1.4540962e36,1.4546183e36,1.4551404e36,1.4556625e36,1.4561848e36,1.4567069e36,1.457229e36,1.4577511e36,1.4582732e36,1.4587954e36,1.4593175e36,1.4598396e36,1.4603617e36,1.4608838e36,1.461406e36,1.461928e36,1.4624502e36,1.4629723e36,1.4634944e36,1.4640165e36,1.4645386e36,1.4650607e36,1.4655828e36,1.466105e36,1.466627e36,1.4671492e36,1.4676713e36,1.4681934e36,1.4687155e36,1.4692376e36,1.4697597e36,1.4702819e36,1.470804e36,1.4713261e36,1.4718482e36,1.4723703e36,1.4728924e36,1.4734145e36,1.4739367e36,1.4744588e36,1.4749809e36,1.475503e36,1.4760251e36,1.4765472e36,1.4770693e36,1.4775914e36,1.4781136e36,1.4786357e36,1.4791578e36,1.47968e36,1.4802022e36,1.4807243e36,1.4812464e36,1.4817685e36,1.4822906e36,1.4828127e36,1.4833349e36,1.483857e36,1.4843791e36,1.4849012e36,1.4854233e36,1.4859454e36,1.4864675e36,1.4869896e36,1.4875118e36,1.4880339e36,1.488556e36,1.4890781e36,1.4896002e36,1.4901223e36,1.4906444e36,1.4911666e36,1.4916887e36,1.4922108e36,1.4927329e36,1.493255e36,1.4937771e36,1.4942992e36,1.4948214e36,1.4953435e36,1.4958656e36,1.4963877e36,1.4969098e36,1.4974319e36,1.497954e36,1.4984761e36,1.4989983e36,1.4995204e36,1.5000425e36,1.5005646e36,1.5010867e36,1.5016088e36,1.502131e36,1.5026532e36,1.5031753e36,1.5036974e36,1.5042196e36,1.5047417e36,1.5052638e36,1.5057859e36,1.506308e36,1.5068301e36,1.5073522e36,1.5078744e36,1.5083965e36,1.5089186e36,1.5094407e36,1.5099628e36,1.5104849e36,1.511007e36,1.5115291e36,1.5120513e36,1.5125734e36,1.5130955e36,1.5136176e36,1.5141397e36,1.5146618e36,1.515184e36,1.515706e36,1.5162282e36,1.5167503e36,1.5172724e36,1.5177945e36,1.5183166e36,1.5188387e36,1.5193608e36,1.519883e36,1.520405e36,1.5209272e36,1.5214493e36,1.5219714e36,1.5224935e36,1.5230156e36,1.5235378e36,1.5240599e36,1.524582e36,1.5251041e36,1.5256262e36,1.5261485e36,1.5266706e36,1.5271927e36,1.5277148e36,1.528237e36,1.528759e36,1.5292812e36,1.5298033e36,1.5303254e36,1.5308475e36,1.5313696e36,1.5318917e36,1.5324138e36,1.532936e36,1.533458e36,1.5339802e36,1.5345023e36,1.5350244e36,1.5355465e36,1.5360686e36,1.5365908e36,1.5371129e36,1.537635e36,1.5381571e36,1.5386792e36,1.5392013e36,1.5397234e36,1.5402456e36,1.5407677e36,1.5412898e36,1.5418119e36,1.542334e36,1.5428561e36,1.5433782e36,1.5439003e36,1.5444225e36,1.5449446e36,1.5454667e36,1.5459888e36,1.5465109e36,1.547033e36,1.5475551e36,1.5480773e36,1.5485994e36,1.5491216e36,1.5496438e36,1.5501659e36,1.550688e36,1.5512101e36,1.5517322e36,1.5522543e36,1.5527764e36,1.5532985e36,1.5538207e36,1.5543428e36,1.5548649e36,1.555387e36,1.5559091e36,1.5564312e36,1.5569533e36,1.5574755e36,1.5579976e36,1.5585197e36,1.5590418e36,1.5595639e36,1.560086e36,1.5606081e36,1.5611303e36,1.5616524e36,1.5621745e36,1.5626966e36,1.5632187e36,1.5637408e36,1.564263e36,1.564785e36,1.5653072e36,1.5658293e36,1.5663514e36,1.5668735e36,1.5673956e36,1.5679177e36,1.5684398e36,1.568962e36,1.569484e36,1.5700062e36,1.5705283e36,1.5710504e36,1.5715725e36,1.5720946e36,1.5726169e36,1.573139e36,1.5736611e36,1.5741833e36,1.5747054e36,1.5752275e36,1.5757496e36,1.5762717e36,1.5767938e36,1.577316e36,1.577838e36,1.5783602e36,1.5788823e36,1.5794044e36,1.5799265e36,1.5804486e36,1.5809707e36,1.5814928e36,1.582015e36,1.582537e36,1.5830592e36,1.5835813e36,1.5841034e36,1.5846255e36,1.5851476e36,1.5856698e36,1.5861919e36,1.586714e36,1.5872361e36,1.5877582e36,1.5882803e36,1.5888024e36,1.5893245e36,1.5898467e36,1.5903688e36,1.5908909e36,1.591413e36,1.5919351e36,1.5924572e36,1.5929793e36,1.5935015e36,1.5940236e36,1.5945457e36,1.5950678e36,1.5955899e36,1.5961122e36,1.5966343e36,1.5971564e36,1.5976785e36,1.5982006e36,1.5987227e36,1.5992449e36,1.599767e36,1.6002891e36,1.6008112e36,1.6013333e36,1.6018554e36,1.6023775e36,1.6028997e36,1.6034218e36,1.6039439e36,1.604466e36,1.6049881e36,1.6055102e36,1.6060323e36,1.6065545e36,1.6070766e36,1.6075987e36,1.6081208e36,1.6086429e36,1.609165e36,1.6096871e36,1.6102092e36,1.6107314e36,1.6112535e36,1.6117756e36,1.6122977e36,1.6128198e36,1.613342e36,1.613864e36,1.6143862e36,1.6149083e36,1.6154304e36,1.6159525e36,1.6164746e36,1.6169967e36,1.6175188e36,1.618041e36,1.618563e36,1.6190853e36,1.6196075e36,1.6201296e36,1.6206517e36,1.6211738e36,1.6216959e36,1.622218e36,1.6227401e36,1.6232622e36,1.6237844e36,1.6243065e36,1.6248286e36,1.6253507e36,1.6258728e36,1.626395e36,1.626917e36,1.6274392e36,1.6279613e36,1.6284834e36,1.6290055e36,1.6295276e36,1.6300497e36,1.6305718e36,1.631094e36,1.631616e36,1.6321382e36,1.6326603e36,1.6331824e36,1.6337045e36,1.6342266e36,1.6347487e36,1.6352709e36,1.635793e36,1.6363151e36,1.6368372e36,1.6373593e36,1.6378814e36,1.6384035e36,1.6389257e36,1.6394478e36,1.6399699e36,1.640492e36,1.6410141e36,1.6415362e36,1.6420583e36,1.6425806e36,1.6431027e36,1.6436248e36,1.644147e36,1.644669e36,1.6451912e36,1.6457133e36,1.6462354e36,1.6467575e36,1.6472796e36,1.6478017e36,1.6483239e36,1.648846e36,1.6493681e36,1.6498902e36,1.6504123e36,1.6509344e36,1.6514565e36,1.6519787e36,1.6525008e36,1.6530229e36,1.653545e36,1.6540671e36,1.6545892e36,1.6551113e36,1.6556334e36,1.6561556e36,1.6566777e36,1.6571998e36,1.6577219e36,1.658244e36,1.6587661e36,1.6592882e36,1.6598104e36,1.6603325e36,1.6608546e36,1.6613767e36,1.6618988e36,1.662421e36,1.662943e36,1.6634652e36,1.6639873e36,1.6645094e36,1.6650315e36,1.6655538e36,1.6660759e36,1.666598e36,1.6671201e36,1.6676422e36,1.6681643e36,1.6686864e36,1.6692086e36,1.6697307e36,1.6702528e36,1.6707749e36,1.671297e36,1.6718191e36,1.6723412e36,1.6728634e36,1.6733855e36,1.6739076e36,1.6744297e36,1.6749518e36,1.675474e36,1.675996e36,1.6765181e36,1.6770403e36,1.6775624e36,1.6780845e36,1.6786066e36,1.6791287e36,1.6796508e36,1.680173e36,1.680695e36,1.6812172e36,1.6817393e36,1.6822614e36,1.6827835e36,1.6833056e36,1.6838277e36,1.6843499e36,1.684872e36,1.6853941e36,1.6859162e36,1.6864383e36,1.6869604e36,1.6874825e36,1.6880046e36,1.6885268e36,1.689049e36,1.6895711e36,1.6900933e36,1.6906154e36,1.6911375e36,1.6916596e36,1.6921817e36,1.6927038e36,1.693226e36,1.693748e36,1.6942702e36,1.6947923e36,1.6953144e36,1.6958365e36,1.6963586e36,1.6968807e36,1.6974029e36,1.697925e36,1.698447e36,1.6989692e36,1.6994913e36,1.7000134e36,1.7005355e36,1.7010576e36,1.7015798e36,1.7021019e36,1.702624e36,1.7031461e36,1.7036682e36,1.7041903e36,1.7047124e36,1.7052346e36,1.7057567e36,1.7062788e36,1.7068009e36,1.707323e36,1.7078451e36,1.7083672e36,1.7088894e36,1.7094115e36,1.7099336e36,1.7104557e36,1.7109778e36,1.7114999e36,1.712022e36,1.7125443e36,1.7130664e36,1.7135885e36,1.7141106e36,1.7146328e36,1.7151549e36,1.715677e36,1.7161991e36,1.7167212e36,1.7172433e36,1.7177654e36,1.7182876e36,1.7188097e36,1.7193318e36,1.7198539e36,1.720376e36,1.7208981e36,1.7214202e36,1.7219423e36,1.7224645e36,1.7229866e36,1.7235087e36,1.7240308e36,1.7245529e36,1.725075e36,1.7255971e36,1.7261193e36,1.7266414e36,1.7271635e36,1.7276856e36,1.7282077e36,1.7287298e36,1.729252e36,1.729774e36,1.7302962e36,1.7308183e36,1.7313404e36,1.7318625e36,1.7323846e36,1.7329067e36,1.7334288e36,1.733951e36,1.734473e36,1.7349952e36,1.7355175e36,1.7360396e36,1.7365617e36,1.7370838e36,1.7376059e36,1.738128e36,1.7386501e36,1.7391723e36,1.7396944e36,1.7402165e36,1.7407386e36,1.7412607e36,1.7417828e36,1.742305e36,1.742827e36,1.7433492e36,1.7438713e36,1.7443934e36,1.7449155e36,1.7454376e36,1.7459597e36,1.7464818e36,1.747004e36,1.747526e36,1.7480482e36,1.7485703e36,1.7490924e36,1.7496145e36,1.7501366e36,1.7506588e36,1.7511809e36,1.751703e36,1.7522251e36,1.7527472e36,1.7532693e36,1.7537914e36,1.7543135e36,1.7548357e36,1.7553578e36,1.7558799e36,1.756402e36,1.7569241e36,1.7574462e36,1.7579683e36,1.7584905e36,1.7590127e36,1.7595348e36,1.760057e36,1.760579e36,1.7611012e36,1.7616233e36,1.7621454e36,1.7626675e36,1.7631896e36,1.7637118e36,1.7642339e36,1.764756e36,1.7652781e36,1.7658002e36,1.7663223e36,1.7668444e36,1.7673665e36,1.7678887e36,1.7684108e36,1.7689329e36,1.769455e36,1.7699771e36,1.7704992e36,1.7710213e36,1.7715435e36,1.7720656e36,1.7725877e36,1.7731098e36,1.7736319e36,1.774154e36,1.7746761e36,1.7751983e36,1.7757204e36,1.7762425e36,1.7767646e36,1.7772867e36,1.7778088e36,1.778331e36,1.778853e36,1.7793752e36,1.7798973e36,1.7804194e36,1.7809415e36,1.7814636e36,1.7819857e36,1.782508e36,1.7830301e36,1.7835522e36,1.7840743e36,1.7845965e36,1.7851186e36,1.7856407e36,1.7861628e36,1.7866849e36,1.787207e36,1.7877291e36,1.7882513e36,1.7887734e36,1.7892955e36,1.7898176e36,1.7903397e36,1.7908618e36,1.791384e36,1.791906e36,1.7924282e36,1.7929503e36,1.7934724e36,1.7939945e36,1.7945166e36,1.7950387e36,1.7955608e36,1.796083e36,1.796605e36,1.7971272e36,1.7976493e36,1.7981714e36,1.7986935e36,1.7992156e36,1.7997377e36,1.8002599e36,1.800782e36,1.8013041e36,1.8018262e36,1.8023483e36,1.8028704e36,1.8033925e36,1.8039147e36,1.8044368e36,1.8049589e36,1.8054812e36,1.8060033e36,1.8065254e36,1.8070475e36,1.8075696e36,1.8080917e36,1.8086138e36,1.809136e36,1.809658e36,1.8101802e36,1.8107023e36,1.8112244e36,1.8117465e36,1.8122686e36,1.8127907e36,1.8133129e36,1.813835e36,1.8143571e36,1.8148792e36,1.8154013e36,1.8159234e36,1.8164455e36,1.8169677e36,1.8174898e36,1.8180119e36,1.818534e36,1.8190561e36,1.8195782e36,1.8201003e36,1.8206225e36,1.8211446e36,1.8216667e36,1.8221888e36,1.8227109e36,1.823233e36,1.8237551e36,1.8242772e36,1.8247994e36,1.8253215e36,1.8258436e36,1.8263657e36,1.8268878e36,1.82741e36,1.827932e36,1.8284542e36,1.8289764e36,1.8294985e36,1.8300207e36,1.8305428e36,1.8310649e36,1.831587e36,1.8321091e36,1.8326312e36,1.8331533e36,1.8336754e36,1.8341976e36,1.8347197e36,1.8352418e36,1.8357639e36,1.836286e36,1.8368081e36,1.8373302e36,1.8378524e36,1.8383745e36,1.8388966e36,1.8394187e36,1.8399408e36,1.840463e36,1.840985e36,1.8415072e36,1.8420293e36,1.8425514e36,1.8430735e36,1.8435956e36,1.8441177e36,1.8446398e36,1.845162e36,1.845684e36,1.8462062e36,1.8467283e36,1.8472504e36,1.8477725e36,1.8482946e36,1.8488167e36,1.8493389e36,1.849861e36,1.8503831e36,1.8509052e36,1.8514273e36,1.8519496e36,1.8524717e36,1.8529938e36,1.853516e36,1.854038e36,1.8545602e36,1.8550823e36,1.8556044e36,1.8561265e36,1.8566486e36,1.8571707e36,1.8576928e36,1.858215e36,1.858737e36,1.8592592e36,1.8597813e36,1.8603034e36,1.8608255e36,1.8613476e36,1.8618697e36,1.8623919e36,1.862914e36,1.8634361e36,1.8639582e36,1.8644803e36,1.8650024e36,1.8655245e36,1.8660467e36,1.8665688e36,1.8670909e36,1.867613e36,1.8681351e36,1.8686572e36,1.8691793e36,1.8697014e36,1.8702236e36,1.8707457e36,1.8712678e36,1.8717899e36,1.872312e36,1.8728341e36,1.8733562e36,1.8738784e36,1.8744005e36,1.8749226e36,1.8754449e36,1.875967e36,1.8764891e36,1.8770112e36,1.8775333e36,1.8780554e36,1.8785775e36,1.8790996e36,1.8796218e36,1.8801439e36,1.880666e36,1.8811881e36,1.8817102e36,1.8822323e36,1.8827544e36,1.8832766e36,1.8837987e36,1.8843208e36,1.8848429e36,1.885365e36,1.8858871e36,1.8864092e36,1.8869314e36,1.8874535e36,1.8879756e36,1.8884977e36,1.8890198e36,1.8895419e36,1.890064e36,1.8905861e36,1.8911083e36,1.8916304e36,1.8921525e36,1.8926746e36,1.8931967e36,1.8937188e36,1.894241e36,1.894763e36,1.8952852e36,1.8958073e36,1.8963294e36,1.8968515e36,1.8973736e36,1.8978957e36,1.8984179e36,1.8989401e36,1.8994622e36,1.8999844e36,1.9005065e36,1.9010286e36,1.9015507e36,1.9020728e36,1.9025949e36,1.903117e36,1.9036391e36,1.9041613e36,1.9046834e36,1.9052055e36,1.9057276e36,1.9062497e36,1.9067718e36,1.907294e36,1.907816e36,1.9083382e36,1.9088603e36,1.9093824e36,1.9099045e36,1.9104266e36,1.9109487e36,1.9114708e36,1.911993e36,1.912515e36,1.9130372e36,1.9135593e36,1.9140814e36,1.9146035e36,1.9151256e36,1.9156478e36,1.9161699e36,1.916692e36,1.9172141e36,1.9177362e36,1.9182583e36,1.9187804e36,1.9193026e36,1.9198247e36,1.9203468e36,1.9208689e36,1.921391e36,1.9219133e36,1.9224354e36,1.9229575e36,1.9234796e36,1.9240017e36,1.9245238e36,1.925046e36,1.925568e36,1.9260902e36,1.9266123e36,1.9271344e36,1.9276565e36,1.9281786e36,1.9287008e36,1.9292229e36,1.929745e36,1.9302671e36,1.9307892e36,1.9313113e36,1.9318334e36,1.9323556e36,1.9328777e36,1.9333998e36,1.9339219e36,1.934444e36,1.9349661e36,1.9354882e36,1.9360103e36,1.9365325e36,1.9370546e36,1.9375767e36,1.9380988e36,1.9386209e36,1.939143e36,1.9396651e36,1.9401873e36,1.9407094e36,1.9412315e36,1.9417536e36,1.9422757e36,1.9427978e36,1.94332e36,1.943842e36,1.9443642e36,1.9448863e36,1.9454086e36,1.9459307e36,1.9464528e36,1.9469749e36,1.947497e36,1.9480191e36,1.9485412e36,1.9490633e36,1.9495855e36,1.9501076e36,1.9506297e36,1.9511518e36,1.9516739e36,1.952196e36,1.9527181e36,1.9532403e36,1.9537624e36,1.9542845e36,1.9548066e36,1.9553287e36,1.9558508e36,1.956373e36,1.956895e36,1.9574172e36,1.9579393e36,1.9584614e36,1.9589835e36,1.9595056e36,1.9600277e36,1.9605498e36,1.961072e36,1.961594e36,1.9621162e36,1.9626383e36,1.9631604e36,1.9636825e36,1.9642046e36,1.9647268e36,1.9652489e36,1.965771e36,1.9662931e36,1.9668152e36,1.9673373e36,1.9678594e36,1.9683817e36,1.9689038e36,1.969426e36,1.969948e36,1.9704702e36,1.9709923e36,1.9715144e36,1.9720365e36,1.9725586e36,1.9730807e36,1.9736028e36,1.974125e36,1.974647e36,1.9751692e36,1.9756913e36,1.9762134e36,1.9767355e36,1.9772576e36,1.9777798e36,1.9783019e36,1.978824e36,1.9793461e36,1.9798682e36,1.9803903e36,1.9809124e36,1.9814345e36,1.9819567e36,1.9824788e36,1.9830009e36,1.983523e36,1.9840451e36,1.9845672e36,1.9850893e36,1.9856115e36,1.9861336e36,1.9866557e36,1.9871778e36,1.9876999e36,1.988222e36,1.9887441e36,1.9892663e36,1.9897884e36,1.9903105e36,1.9908326e36,1.9913547e36,1.991877e36,1.9923991e36,1.9929212e36,1.9934433e36,1.9939654e36,1.9944875e36,1.9950097e36,1.9955318e36,1.9960539e36,1.996576e36,1.9970981e36,1.9976202e36,1.9981423e36,1.9986645e36,1.9991866e36,1.9997087e36,2.0002308e36,2.0007529e36,2.001275e36,2.0017971e36,2.0023192e36,2.0028414e36,2.0033635e36,2.0038856e36,2.0044077e36,2.0049298e36,2.005452e36,2.005974e36,2.0064962e36,2.0070183e36,2.0075404e36,2.0080625e36,2.0085846e36,2.0091067e36,2.0096288e36,2.010151e36,2.010673e36,2.0111952e36,2.0117173e36,2.0122394e36,2.0127615e36,2.0132836e36,2.0138057e36,2.0143279e36,2.01485e36,2.0153722e36,2.0158944e36,2.0164165e36,2.0169386e36,2.0174607e36,2.0179828e36,2.018505e36,2.019027e36,2.0195492e36,2.0200713e36,2.0205934e36,2.0211155e36,2.0216376e36,2.0221597e36,2.0226818e36,2.023204e36,2.023726e36,2.0242482e36,2.0247703e36,2.0252924e36,2.0258145e36,2.0263366e36,2.0268587e36,2.0273809e36,2.027903e36,2.0284251e36,2.0289472e36,2.0294693e36,2.0299914e36,2.0305135e36,2.0310357e36,2.0315578e36,2.0320799e36,2.032602e36,2.0331241e36,2.0336462e36,2.0341683e36,2.0346904e36,2.0352126e36,2.0357347e36,2.0362568e36,2.0367789e36,2.037301e36,2.0378231e36,2.0383454e36,2.0388675e36,2.0393896e36,2.0399117e36,2.0404339e36,2.040956e36,2.0414781e36,2.0420002e36,2.0425223e36,2.0430444e36,2.0435665e36,2.0440887e36,2.0446108e36,2.0451329e36,2.045655e36,2.0461771e36,2.0466992e36,2.0472213e36,2.0477434e36,2.0482656e36,2.0487877e36,2.0493098e36,2.0498319e36,2.050354e36,2.0508761e36,2.0513982e36,2.0519204e36,2.0524425e36,2.0529646e36,2.0534867e36,2.0540088e36,2.054531e36,2.055053e36,2.0555752e36,2.0560973e36,2.0566194e36,2.0571415e36,2.0576636e36,2.0581857e36,2.0587078e36,2.05923e36,2.059752e36,2.0602742e36,2.0607963e36,2.0613184e36,2.0618407e36,2.0623628e36,2.0628849e36,2.063407e36,2.0639291e36,2.0644512e36,2.0649734e36,2.0654955e36,2.0660176e36,2.0665397e36,2.0670618e36,2.067584e36,2.068106e36,2.0686282e36,2.0691503e36,2.0696724e36,2.0701945e36,2.0707166e36,2.0712387e36,2.0717608e36,2.072283e36,2.072805e36,2.0733272e36,2.0738493e36,2.0743714e36,2.0748935e36,2.0754156e36,2.0759377e36,2.0764599e36,2.076982e36,2.0775041e36,2.0780262e36,2.0785483e36,2.0790704e36,2.0795925e36,2.0801146e36,2.0806368e36,2.0811589e36,2.081681e36,2.0822031e36,2.0827252e36,2.0832473e36,2.0837694e36,2.0842916e36,2.0848137e36,2.085336e36,2.085858e36,2.0863802e36,2.0869023e36,2.0874244e36,2.0879465e36]} diff --git a/lib/node_modules/@stdlib/math/base/special/sinf/test/fixtures/julia/large_negative.json b/lib/node_modules/@stdlib/math/base/special/sinf/test/fixtures/julia/large_negative.json new file mode 100644 index 000000000000..e92d89b84784 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/sinf/test/fixtures/julia/large_negative.json @@ -0,0 +1 @@ +{"expected":[-0.045818668,0.9940387,0.21675539,-0.94677407,-0.42320445,0.15537465,0.609531,0.06244227,-0.76687545,-0.27729017,0.30697542,0.47895345,-0.9664263,0.8516783,-0.12464083,0.80545413,-0.98435515,0.5498631,-0.53283316,0.98058456,0.58430773,0.18635294,-0.8408893,0.97143215,-0.49663487,-0.2876365,0.89266944,-0.5324936,-0.24733774,0.8730425,-0.9547179,0.44146836,0.34687862,-0.91907096,0.91855156,0.30735722,-0.9017885,0.9342774,-0.38457888,-0.40476695,0.948369,-0.8920756,-0.36617714,0.4977766,-0.91019064,0.84017634,0.4610755,-0.92671365,0.86211795,0.42356792,-0.55096173,0.88255155,-0.80467355,-0.5155846,0.9014414,-0.8287956,-0.4793056,0.60199654,-0.851468,0.76603025,0.56808144,-0.68186444,0.79223865,0.5331726,-0.65068185,0.8170613,-0.7243972,-0.6183611,0.72620904,-0.7525897,-0.58495873,0.69682765,-0.77946573,0.679937,0.66622746,-0.7677193,0.71000344,0.6344618,-0.74025387,0.738828,0.60158646,-0.7114936,0.80623335,-0.883786,-0.68148875,0.780791,-0.86344856,-0.65029186,0.7539829,-0.8416007,0.9112776,0.7258559,-0.81828076,0.8932618,0.6964593,-0.7935295,0.87368345,-0.93521255,-0.7673902,0.852577,-0.91958874,-0.7399085,0.82997906,-0.9023564,0.95549756,0.8059294,-0.88354564,0.9423267,0.7804701,-0.8631894,0.9275075,-0.97205335,-0.84132326,0.911066,-0.9613869,-0.8179855,0.8930308,-0.9490388,0.9848154,0.87343353,-0.9350306,0.97669494,-0.99753845,-0.91938686,0.9668661,-0.9937339,-0.90213495,0.9553459,-0.9881911,0.9999704,0.9421547,-0.98091984,0.998774,0.9273155,-0.9719327,0.99583054,-0.9984996,-0.9612455,0.9911452,-0.999916,-0.94887686,0.98472613,-0.9995834,0.9931318,0.9765846,-0.9975023,0.99715555,0.9667349,-0.99367636,0.999435,-0.98388803,-0.98811233,0.9999663,-0.9905033,-0.9808199,0.9987484,-0.995386,0.9708042,0.99578357,-0.9985276,-0.9611038,-0.94055194,-0.9999225,-0.9487146,-0.95393157,-0.99956846,-0.8270316,-0.9656425,-0.9974659,-0.84981436,-0.97566444,-0.9936186,-0.8711107,-0.9839797,-0.98803324,-0.8908832,-0.99057376,-0.9807196,-0.90909743,-0.9954351,-0.7505148,-0.92572147,-0.9985553,-0.7774915,-0.9407262,-0.9999288,-0.8031082,-0.95408547,-0.9995532,-0.82732016,-0.96577585,-0.99742925,-0.8500849,-0.9757769,-0.6622929,-0.87136275,-0.9840711,-0.69304276,-0.8911163,-0.990644,-0.7225804,-0.90931123,-0.995484,-0.7508541,-0.92591554,-0.5287122,-0.7778143,-0.94090027,-0.56374174,-0.80341405,-0.9542392,-0.59778523,-0.82760847,-0.9659089,-0.6307831,-0.8503552,-0.9758891,-0.6626775,-0.8716145,-0.41879398,-0.69341284,-0.89134926,-0.45639843,-0.72293526,-0.9095248,-0.49320456,-0.7511931,-0.9261094,-0.529148,-0.77813697,-0.9410741,-0.5641658,-0.8037197,-0.30234417,-0.5981968,-0.8278966,-0.34193704,-0.6311814,-0.85062534,-0.38093176,-0.663062,-0.87186617,-0.4192602,-0.69378275,-0.13989829,-0.45685527,-0.7232899,-0.18117897,-0.49365118,-0.75153196,-0.22214274,-0.52958363,-0.77845937,-0.26271793,-0.5645897,-0.8040251,-0.3028336,-0.5986082,-0.015392247,-0.34241953,-0.63157964,-0.05718808,-0.38140652,-0.6634463,-0.098883875,-0.4197263,-0.6941525,-0.14040671,-0.45731196,-0.72364444,-0.18168394,-0.49409768,0.10935385,-0.22264338,-0.5300191,0.06769473,-0.26321337,-0.56501347,0.025917193,-0.30332294,-0.59901947,-0.015905675,-0.34290192,-0.6319777,-0.057700723,-0.38188112,0.23239444,-0.099394836,-0.42019233,0.19152175,-0.1409151,-0.45776856,0.15031405,-0.18218887,-0.49454403,0.10884342,-0.22314395,0.390644,0.06718241,-0.2637087,0.35181057,0.02540387,-0.30381218,0.31236178,-0.0164191,-0.34338424,0.27236658,-0.05821335,-0.38235566,0.23189498,-0.099905774,0.50233483,0.19101775,-0.14142345,0.46573985,0.14980638,-0.18269373,0.42833018,0.10833297,-0.22364447,-0.5308897,0.85584754,0.6389167,0.3513299,0.02489054,-0.30430138,-0.5998415,0.80963755,0.57240534,0.2718725,-0.058725964,-0.38283008,0.9298406,0.75776523,0.5018908,0.19051369,-0.14193176,-0.45868137,0.89584386,0.7005933,0.4278661,0.107822485,-0.22414492,0.9780258,0.8555818,0.63852155,0.35084906,0.024377204,-0.30479047,0.9571858,0.80933607,0.57198423,0.2713783,-0.05923856,-0.3833044,0.92965156,0.7574301,0.50144655,0.19000956,-0.14244004,0.9919609,0.8956156,0.7002268,0.42740193,0.10731197,-0.22464532,0.9779186,0.8553159,0.6381263,0.35036817,0.023863863,0.9992038,0.9570371,0.80903435,0.57156295,0.27088404,-0.059751146,0.9990433,0.92946225,0.7570947,0.50100225,0.18950541,-0.14294827,0.99189574,0.89538705,0.6998601,0.42693764,0.10680143,0.9924393,0.97781116,0.8550497,0.63773084,0.3498872,0.023350514,0.9992242,0.956888,0.80873245,0.57114154,0.2703897,0.95829,0.9990207,0.9292727,0.7567591,0.5005578,0.1890012,0.9788189,0.9918304,0.8951583,0.6994932,0.42647326,0.897543,0.9925022,0.97770345,0.85478336,0.63733524,0.3494061,0.9312463,0.9992443,0.95673877,0.8084303,0.57071996,0.26989532,0.9584366,0.99899787,0.9290829,0.75642335,0.5001132,0.85782665,0.97892386,0.9917648,0.8949293,0.6991262,0.42600876,0.89776933,0.99256486,0.9775955,0.85451674,0.63693947,0.76059794,0.93143326,0.99926406,0.9565892,0.808128,0.5702982,0.8121843,0.95858294,0.99897474,0.92889285,0.75608736,0.6422586,0.85809046,0.97902864,0.99169886,0.89470005,0.6987589,0.70405686,0.8979954,0.9926272,0.9774873,0.8542499,0.6365435,0.7609312,0.93162,0.9992837,0.95643944,0.80782545,0.57638824,0.8124837,0.9587291,0.9989514,0.92870253,0.75575125,0.6426521,0.85835403,0.9791331,0.9916327,0.8944706,0.43272176,0.70442146,0.8982212,0.9926893,0.97737885,0.85398287,0.50653607,0.76126426,0.9318065,0.999303,0.9562894,0.277045,0.57680774,0.812783,0.95887494,0.9989277,0.92851204,0.35636097,0.6430454,0.85861737,0.9792373,0.9915663,0.89424086,0.43318462,0.7047858,0.8984468,0.9927512,0.9772701,0.19629501,0.5069787,0.7615971,0.9319927,0.999322,0.95613915,0.27753836,0.5772271,0.81308204,0.95902056,0.9989038,0.030780846,0.3568407,0.6434386,0.85888046,0.97934127,0.9914996,0.11418897,0.4336474,0.70515,0.89867216,0.99281275,0.9771611,0.19679849,0.50742126,0.7619298,0.93217874,0.9993408,-0.05232977,0.27803165,0.5776464,0.81338084,0.95916593,0.9988797,0.03129409,0.35732034,0.64383155,0.8591434,0.979445,-0.21739608,0.11469909,0.43411002,0.705514,0.89889723,0.9928741,-0.13507888,0.19730191,0.50786364,0.7622623,0.9323645,-0.3764285,-0.051816974,0.27852488,0.57806545,0.81367946,0.95931107,-0.2977027,0.031807326,0.3577999,0.6442244,0.859406,0.97954845,-0.21689485,0.11520918,0.43457255,0.70587784,0.8991221,-0.45206374,-0.13457008,0.19780529,0.50830597,0.7625945,0.93255,-0.37595275,-0.051304165,0.27901798,0.57848436,0.81397784,-0.5938776,-0.29721245,0.032320555,0.35827935,0.6446171,0.85966843,-0.524576,-0.21639355,0.11571924,0.43503496,0.7062414,-0.7192083,-0.45160565,-0.13406125,0.1983086,0.50874805,0.7629266,-0.65863955,-0.37547687,-0.05079134,0.27951106,0.57890314,0.81427604,-0.59346443,-0.29672214,0.032833774,0.3587587,0.6450095,-0.77442235,-0.52413875,-0.2158922,0.11622926,0.43549725,0.7066049,-0.71885145,-0.45114744,-0.13355237,0.19881187,0.5091901,-0.86871094,-0.6582531,-0.37500092,-0.050278507,0.28000405,0.5793218,-0.8242866,-0.593051,-0.29623172,0.033346985,0.35923794,-0.9388882,-0.7740974,-0.52370137,-0.21539079,0.11673926,0.43595946,0.7069681,0.8997953,0.99311674,-0.88533694,-0.9888486,-0.9830065,-0.8684565,-0.6578664,-0.37452483,-0.049765658,0.28049695,0.5797402,0.8148717,0.959889,-0.7958596,-0.9504014,-0.99984115,-0.93871135,-0.77377224,-0.5232639,-0.21488932,0.11724922,0.4364215,0.70733124,0.9000192,-0.6842929,-0.8855756,-0.988925,-0.98291206,-0.8682018,-0.6574796,-0.37404868,-0.049252797,0.2809898,0.5801586,0.8151693,-0.5537336,-0.79617035,-0.950561,-0.99983186,-0.9385342,-0.77344686,-0.52282625,-0.21438779,0.11775916,0.43688348,0.7076941,-0.40780526,-0.6846673,-0.88581395,-0.98900104,-0.9828174,-0.86794686,-0.65709263,-0.3735724,-0.04873992,0.28148258,0.5805767,0.8154666,-0.55416113,-0.79648095,-0.9507203,-0.9998223,-0.9383568,-0.77312124,-0.52238846,-0.21388622,0.11826906,0.4373453,0.7080568,-0.40827405,-0.6850415,-0.88605213,-0.98907685,-0.9827225,-0.8676917,-0.65670544,-0.37309605,-0.048227035,0.28197527,0.5809947,-0.25105527,-0.5545885,-0.7967914,-0.9508794,-0.9998125,-0.9381792,-0.77279544,-0.5219505,-0.21338457,0.11877894,0.43780702,-0.0868684,-0.40874276,-0.68541545,-0.8862901,-0.98915243,-0.98262733,-0.86743635,-0.6563181,-0.37261957,-0.047714133,0.28246787,0.07972954,-0.25155228,-0.5550157,-0.79710156,-0.95103824,-0.9998024,-0.93800133,-0.77246946,-0.52151245,-0.21288288,0.11928877,0.24411456,-0.08737993,-0.40921134,-0.6857893,-0.8865278,-0.9892277,-0.9825319,-0.86718076,-0.65593064,-0.37214303,-0.04720122,0.2829604,0.07921767,-0.25204924,-0.55544275,-0.7974115,-0.9511968,-0.99979204,-0.93782324,-0.77214324,-0.52107424,-0.21238114,0.119798586,0.24361658,-0.08789145,-0.40967983,-0.6861629,-0.88676524,-0.98930275,-0.98243624,-0.86692494,-0.6555429,-0.37166637,-0.046688292,0.40125385,0.07870579,-0.25254613,-0.5558697,-0.79772127,-0.95135516,-0.9997815,-0.9376449,-0.77181685,-0.5206359,-0.21187933,0.5477542,0.24311852,-0.08840294,-0.41014817,-0.6865363,-0.88700247,-0.98937756,-0.9823403,-0.8666689,-0.65515506,-0.3711896,0.6790516,0.40078345,0.07819387,-0.25304294,-0.55629647,-0.7980308,-0.95151323,-0.9997706,-0.93746626,-0.7714903,-0.52019745,0.79150164,0.54732454,0.24262041,-0.08891442,-0.41061646,-0.6869096,-0.88723946,-0.98945206,-0.9822441,-0.8664126,-0.65476704,0.88198346,0.6786745,0.40031296,0.077681944,-0.25353968,-0.5567231,-0.79834014,-0.95167106,-0.9997595,-0.9372874,-0.77116346,-0.5197588,0.7911877,0.5468947,0.24212222,-0.08942586,-0.4110846,-0.6872827,-0.8874762,-0.98952633,-0.9821476,-0.86615604,-0.65437883,0.88174134,0.6782973,0.39984235,0.07716999,-0.25403637,-0.5571496,-0.79864925,-0.95182866,-0.99974805,-0.9371083,-0.7708365,0.94782203,0.7908736,0.54646474,0.24162398,-0.089937285,-0.41155264,-0.6876556,-0.8877127,-0.9896003,-0.9820509,-0.8658993,0.9875957,0.881499,0.6779199,0.39937162,0.076658025,-0.25453296,-0.55757594,-0.7989582,-0.95198596,-0.9997364,-0.9369289,0.9999584,0.9476582,0.79055923,0.54603463,0.24112567,-0.090448685,-0.41202056,-0.68802834,-0.88794905,-0.98967403,-0.9819539,0.98456705,0.9875149,0.8812564,0.6775423,0.3989008,0.07614604,-0.25502953,-0.5580021,-0.7992669,-0.952143,-0.9997245,-0.93674934,0.9999629,0.9474941,0.7902447,0.5456044,0.2406273,-0.090960056,-0.4124884,-0.68840086,-0.8881851,-0.9897475,-0.98185664,0.9846568,0.9874339,0.8810136,0.67716455,0.3984299,0.075634025,-0.255526,-0.55842817,-0.7995753,-0.95229983,-0.9997123,0.94202125,0.9999672,0.94732976,0.7899299,0.545174,0.24012886,-0.09147141,-0.41295612,-0.6887732,-0.88842094,-0.9898207,0.8732397,0.9847463,0.9873526,0.88077056,0.67678666,0.39795887,0.07512199,-0.2560224,-0.55885404,-0.7998836,-0.9524564,0.78022116,0.9421934,0.9999713,0.9471652,0.7896149,0.5447434,0.23963036,-0.09198274,-0.41342372,-0.6891454,-0.8886565,0.66554743,0.8734898,0.98483545,0.9872711,0.88052726,0.6764085,0.39748773,0.07460994,-0.25651875,-0.5592798,-0.8001917,0.53240126,0.78054225,0.94236535,0.999975,0.9470004,0.7892997,0.5443128,0.2391318,-0.09249404,-0.41389123,-0.6895174,-0.8888919,0.66593057,0.87373966,0.98492444,0.9871893,0.8802838,0.6760302,0.3970165,0.07409787,-0.25701502,-0.5597054,-0.80049956,0.53283584,0.7808631,0.942537,0.99997854,0.94683534,0.78898436,0.5438819,0.23863317,-0.093005314,-0.41435862,-0.6898892,0.38495213,0.6663135,0.8739893,0.9850131,0.9871072,0.88004005,0.6756518,0.39654517,0.07358578,-0.25751123,-0.56013083,0.226384,0.5332703,0.7811838,0.9427085,0.99998176,0.94667,0.78866875,0.54345095,0.23813449,-0.09351657,-0.41482592,0.06153252,0.385426,0.66669637,0.8742387,0.9851016,0.9870249,0.879796,0.6752731,0.39607373,0.07307367,-0.25800738,-0.10502681,0.22688413,0.53370464,0.7815043,0.9428797,0.99998474,0.9465044,0.78835297,0.54301983,0.23763573,-0.0940278,-0.41529307,0.06204503,0.38589978,0.667079,0.8744879,0.98518974,0.98694235,0.8795518,0.6748943,0.39560217,0.07256154,-0.25850344,-0.10451614,0.22738421,0.5341388,0.7818245,0.94305056,0.9999874,0.9463386,0.78803694,0.5425886,0.23713692,-0.094539,-0.26817644,0.062557526,0.38637343,0.66746145,0.87473685,0.98527765,0.9868595,0.8793074,0.6745153,0.39513052,0.072049394,-0.42439345,-0.10400545,0.22788422,0.53457284,0.7821446,0.9432213,0.99998987,0.94617254,0.7877207,0.5421572,0.23663804,-0.5688313,-0.26768172,0.06307001,0.38684702,0.66784376,0.8749856,0.98536533,0.9867764,0.8790628,0.6741361,0.39465874,-0.69748116,-0.42392844,-0.103494726,0.22838417,0.5350067,0.78246444,0.94339174,0.9999921,0.9460062,0.7874043,0.54172564,-0.80677223,-0.5684089,-0.26718694,0.063582465,0.38732046,0.6682258,0.87523407,0.9854527,0.986693,0.87881786,0.6737568,0.39418688,-0.6971131,-0.4234633,-0.10298398,0.22888406,0.53544044,0.7827841,0.9435619,0.999994,0.94583964,0.7870876,0.5412939,-0.8064687,-0.56798637,-0.26669207,0.06409491,0.38779384,0.6686078,0.8754823,0.98553985,0.9866094,0.8785727,0.6733772,-0.8934406,-0.69674486,-0.42299807,-0.10247321,0.22938389,0.53587407,0.7831035,0.94373184,0.99999565,0.9456728,0.78677076,-0.95561486,-0.806165,-0.56756365,-0.26619714,0.06460734,0.3882671,0.66898954,0.87573034,0.98562676,0.98652554,0.87832737,-0.99126583,-0.8932099,-0.6963764,-0.42253274,-0.1019624,0.22988366,0.5363076,0.78342277,0.94390154,0.999997,0.94550574,-0.99940395,-0.95546347,-0.80586106,-0.5671408,-0.26570216,0.06511975,0.38874024,0.66937107,0.8759782,0.98571336,0.9864414,0.87808174,-0.991198,-0.89297885,-0.6960078,-0.42206728,-0.101451576,0.23038337,0.5367409,0.7837418,0.944071,0.99999815,0.9453384,-0.99942154,-0.95531183,-0.8055569,-0.5667178,-0.26520708,0.06563214,0.3892133,0.6697525,0.8762257,0.98579973,0.986357,-0.97990596,-0.9911299,-0.8927476,-0.695639,-0.4216017,-0.10094072,0.23088302,0.53717405,0.7840606,0.9442402,0.999999,-0.93319285,-0.9994389,-0.9551599,-0.80525255,-0.56629467,-0.26471195,0.06614452,0.38968626,0.6701337,0.87647307,0.9858858,-0.8605788,-0.98000824,-0.9910615,-0.89251614,-0.69527,-0.42113602,-0.10042983,0.23138261,0.53760713,0.78437924,0.94440913,-0.76407915,-0.93337727,-0.999456,-0.95500773,-0.804948,-0.5658714,-0.26421672,0.06665687,0.3901591,0.67051476,0.8767202,-0.6463723,-0.8608402,-0.9801103,-0.99099284,-0.8922844,-0.6949009,-0.42067024,-0.099918924,0.23188213,0.53804004,0.78469765,0.9445778,0.99999994,0.94483495,0.7851834,0.5387008,0.2326448,0.96389294,0.82327485,0.5916132,0.2945267,-0.0351306,-0.3609029,-0.64676404,-0.8611014,-0.9802121,-0.99092394,-0.8920525,-0.6945315,-0.42020434,-0.09940799,0.2323816,0.5384728,0.7850158,0.94474626,1.0,0.9446666,0.7848654,0.5382681,0.99794996,0.9637561,0.82298326,0.5911991,0.29403594,-0.03564377,-0.36138174,-0.6471556,-0.86136234,-0.9803136,-0.9908548,-0.8918203,-0.694162,-0.41973832,-0.09889703,0.232881,0.5389054,0.7853338,0.94491446,0.9999998,0.94449806,0.78454703,0.5378353,0.9979827,0.963619,0.82269144,0.59078485,0.29354513,-0.03615693,-0.36186048,-0.64754695,-0.8616231,-0.98041487,-0.9907854,-0.89158785,-0.6937923,-0.41927218,-0.09838604,0.23338035,0.5393379,0.7856516,0.9450824,0.99999934,0.94432926,0.78422856,0.9221812,0.99801517,0.9634816,0.82239944,0.5903705,0.2930542,-0.03667008,-0.36233914,-0.64793813,-0.8618836,-0.98051584,-0.99071574,-0.8913552,-0.6934224,-0.41880596,-0.09787503,0.23387963,0.5397702,0.7859692,0.94525015,0.9999986,0.94416016,0.74470866,0.9223796,0.99804735,0.963344,0.8221072,0.5899559,0.29256323,-0.037183225,-0.36281767,-0.6483292,-0.8621439,-0.98061657,-0.99064577,-0.89112234,-0.6930523,-0.4183396,-0.097363986,0.23437884,0.5402024,0.78628653,0.9454176,0.9999976,0.9439909,0.7450512,0.92257786,0.9980793,0.9632061,0.8218147,0.58954126,0.29207215,-0.037696354,-0.36329615,-0.6487201,-0.8624039,-0.98071706,-0.99057555,-0.8908892,-0.692682,-0.41787317,-0.09685292,0.234878,0.54063445,0.7866037,0.9455848,0.99999636,0.4855805,0.74539363,0.92277586,0.998111,0.96306795,0.82152206,0.5891264,0.291581,-0.03820948,-0.3637745,-0.64911073,-0.86266375,-0.9808173,-0.9905051,-0.8906559,-0.6923116,-0.4174066,-0.09634183,0.23537709,0.54106635,0.78692067,0.9457517,0.17257427,0.48602933,0.7457358,0.92297363,0.9981424,0.96292955,0.82122916,0.58871144,0.2910898,-0.03872259,-0.36425275,-0.64950126,-0.8629234,-0.9809173,-0.9904344,-0.8904223,-0.69194096,-0.4169399,-0.095830716,0.23587613,0.5414981,0.7872374,0.94591844,0.17308003,0.48647803,0.74607784,0.9231711,0.9981736,0.9627909,0.8209361,0.58829623,0.2905985,-0.039235692,-0.36473092,-0.6498916,-0.8631827,-0.981017,-0.9903634,-0.89018846,-0.69157016,-0.41647315,-0.09531958,0.2363751,0.5419297,0.78755397,-0.15895145,0.17358574,0.48692662,0.74641967,0.9233684,0.99820447,0.962652,0.8206427,0.58788097,0.29010713,-0.039748784,-0.36520898,-0.65028185,-0.8634419,-0.9811164,-0.99029213,-0.8899544,-0.6911992,-0.41600624,-0.09480841,0.23687401,0.5423612,-0.47345844,-0.15844446,0.17409143,0.48737505,0.74676126,0.9235654,0.9982351,0.9625129,0.8203492,0.58746547,0.2896157,-0.040261865,-0.36568698,-0.65067184,-0.8637008,-0.9812156,-0.99022067,-0.8897201,-0.69082797,-0.41553923,-0.094297215,0.23737286,0.54279256,-0.4730061,-0.15793744,0.17459705,0.48782337,0.74710274,0.92376214,0.99826545,0.9623735,0.8200554,0.58704984,0.28912416,-0.040774934,-0.36616486,-0.65106165,-0.8639595,-0.98131454,-0.9901489,-0.88948554,-0.6904566,-0.4150721,-0.093786,0.23787165,-0.7354185,-0.4725536,-0.15743037,0.17510264,0.48827153,0.7474439,0.92395866,0.99829555,0.96223384,0.81976146,0.5866341,0.28863257,-0.041287992,-0.36664262,-0.65145135,-0.86421794,-0.9814132,-0.99007684,-0.8892508,-0.6900851,-0.4146049,-0.093274765,-0.91675067,-0.73507047,-0.472101,-0.15692326,0.17560817,0.4887196,0.747785,0.924155,0.9983254,0.9620939,0.8194673,0.5862182,0.2881409,-0.041801043,-0.36712033,-0.6518408,-0.86447614,-0.9815116,-0.99000454,-0.8890158,-0.68971336,-0.41413757,-0.9970105,-0.9165454,-0.73472226,-0.47164828,-0.1564161,0.17611365,0.48916754,0.7481258,0.92435104,0.998355,0.96195376,0.81917286,0.5858021,0.28764912,-0.04231408,-0.3675979,-0.65223014,-0.8647342,-0.98160976,-0.989932,-0.8887806,-0.6893415,-0.41367012,-0.9969707,-0.91633993,-0.7343738,-0.47119543,-0.15590891,0.1766191,0.48961532,0.74846643,0.92454684,0.99838424,0.96181333,0.81887823,0.58538586,0.2871573,-0.042827107,-0.3680754,-0.6526193,-0.86499196,-0.9817077,-0.9898592,-0.8885451,-0.6889694,-0.9674794,-0.99693066,-0.9161342,-0.7340252,-0.47074243,-0.15540169,0.1771245,0.49006298,0.74880683,0.92474234,0.9984133,0.96167266,0.8185834,0.58496946,0.2866654,-0.04334012,-0.3685528,-0.6530083,-0.8652495,-0.9818053,-0.98978615,-0.8883094,-0.83132297,-0.96760917,-0.9968903,-0.91592824,-0.7336764,-0.47028935,-0.15489441,0.17762984,0.49051052,0.7491471,0.92493767,0.9984421,0.9615317,0.8182884,0.5845529,0.28617343,-0.043853123,-0.3690301,-0.6533971,-0.8655068,-0.98190266,-0.9897128,-0.88807344,-0.8316083,-0.9677387,-0.9968497,-0.915722,-0.7333273,-0.46983612,-0.1543871,0.17813514,0.49095795,0.74948716,0.92513275,0.9984706,0.96139055,0.8179931,0.5841362,0.28568137,-0.044366118,-0.36950728,-0.6537857,-0.8657639,-0.9819998,-0.9896392,-0.60392207,-0.8318933,-0.9678679,-0.9968088,-0.9155156,-0.7329781,-0.46938276,-0.15387975,0.1786404,0.49140522,0.74982697,0.92532754,0.99849886,0.9612491,0.81769764,0.5837193,0.28518924,-0.044879097,-0.3699844,-0.6541742,-0.8660208,-0.9820967,-0.30965313,-0.60433125,-0.8321782,-0.96799695,-0.9967677,-0.9153089,-0.73262876,-0.4689293,-0.15337235,0.1791456,0.49185237,0.7501666,0.92552215,0.9985269,0.96110743,0.81740195,0.5833023,0.28469703,-0.045392066,-0.3704614,-0.6545625,-0.8662774,-0.9821933,-0.31014135,-0.6047403,-0.8324628,-0.96812564,-0.99672633,-0.91510195,-0.7322791,-0.4684757,-0.1528649,0.17965077,0.4922994,0.75050604,0.92571646,0.9985546,0.96096545,0.817106,0.58288515,0.28420475,-0.04590502,-0.3709383,-0.6549506,-0.8665338,0.018241825,-0.3106295,-0.6051492,-0.8327472,-0.96825415,-0.9966847,-0.9148948,-0.73192936,-0.468022,-0.15235743,0.18015589,0.4927463,0.7508453,0.9259106,0.99858207,0.9608233,0.8168099,0.58246785,0.28371242,-0.046417966,-0.3714151,-0.6553385,0.34461382,0.017728416,-0.31111753,-0.6055579,-0.8330314,-0.96838236,-0.99664277,-0.9146874,-0.73157936,-0.46756813,-0.15184991,0.18066095,0.49319306,0.75118434,0.9261044,0.99860924,0.96068084,0.81651354,0.5820504,0.28321996,-0.046930898,-0.37189183,-0.6557263,0.34413174,0.017215002,-0.3116055,-0.60596645,-0.8333154,-0.9685103,-0.9966006,-0.91447973,-0.7312292,-0.46711418,-0.15134236,0.18116598,0.49363968,0.7515232,0.926298,0.9986362,0.96053815,0.81621695,0.58163273,0.28272748,-0.04744382,-0.37236843,0.63259435,0.34364957,0.016701585,-0.31209338,-0.60637486,-0.8335991,-0.96863806,-0.9965582,-0.91427183,-0.73087883,-0.46666008,-0.15083475,0.18167095,0.49408618,0.7518619,0.9264914,0.9986629,0.9603952,0.8159202,0.58121496,0.2822349,-0.047956724,0.8513131,0.6321966,0.3431673,0.016188161,-0.31258118,-0.6067831,-0.83388263,-0.96876556,-0.99651545,-0.9140637,-0.7305283,-0.46620587,-0.15032712,0.18217586,0.49453256,0.75220037,0.9266845,0.9986893,0.960252,0.8156232,0.5807971,0.28174224,0.97617406,0.8510436,0.6317986,0.34268495,0.015674736,-0.3130689,-0.60719115,-0.83416593,-0.96889275,-0.99647254,-0.9138553,-0.7301775,-0.46575153,-0.14981945,0.18268074,0.4949788,0.7525386,0.9268773,0.99871546,0.9601085,0.815326,0.58037895,0.28124952,0.97606254,0.8507738,0.6314005,0.3422025,0.015161305,-0.31355655,-0.6075991,-0.83444905,-0.9690197,-0.9964293,-0.9136467,-0.72982657,-0.46529707,-0.14931174,0.18318556,0.4954249,0.75287664,0.92706996,0.9987413,0.9599648,0.8150286,0.5799607,0.99347,0.9759507,0.85050386,0.63100225,0.34171999,0.01464787,-0.3140441,-0.60800683,-0.8347319,-0.9691464,-0.9963858,-0.91343784,-0.72947544,-0.4648425,-0.14880398,0.18369034,0.4958709,0.75321454,0.92726237,0.99876696,0.95982087,0.81473094,0.9013469,0.9935285,0.97583866,0.8502337,0.63060385,0.34123734,0.014134431,-0.31453156,-0.6084145,-0.8350145,-0.96927285,-0.99634206,-0.91322875,-0.7291241,-0.4643878,-0.14829618,0.18419507,0.49631673,0.7535522,0.9274545,0.9987923,0.9596766,0.8144331,0.9015692,0.99358666,0.9757263,0.84996325,0.6302052,0.34075463,0.0136209885,-0.31501895,-0.60882187,-0.835297,-0.96939903,-0.9962981,-0.9130194,-0.7287726,-0.46393296,-0.14778835,0.18469976,0.49676245,0.7538896,0.9276464,0.99881744,0.95953214,0.7102114,0.9017912,0.9936446,0.9756138,0.8496926,0.62980646,0.34027183,0.013107543,-0.31550628,-0.60922915,-0.83557916,-0.9695249,-0.9962538,-0.9128098,-0.7284209,-0.46347803,-0.14728047,0.18520439,0.49720803,0.7542269,0.927838,0.99884224,0.44055238,0.7105728,0.902013,0.9937023,0.97550094,0.84942174,0.6294075,0.33978894,0.012594094,-0.3159935,-0.60963625,-0.83586115,-0.9696506,-0.99620926,-0.9126,-0.728069,-0.46302295,-0.14677256,0.18570897,0.49765348,0.754564,0.9280294,0.9988668,0.4410133,0.710934,0.9022346,0.9937597,0.9753878,0.84915066,0.6290084,0.33930594,0.0120806405,-0.31648064,-0.6100432,-0.83614296,-0.96977603,-0.99616444,-0.91238993,-0.72771686,-0.46256775,-0.14626461,0.18621351,0.49809882,0.7549008,0.92822057,0.122831844,0.4414741,0.711295,0.9024559,0.99381685,0.97527444,0.84887934,0.6286091,0.33882287,0.011567185,-0.3169677,-0.61045,-0.83642447,-0.9699012,-0.9961194,-0.91217965,-0.7273646,-0.46211243,-0.14575662,0.186718,0.498544,0.7552375,-0.2088919,0.12334143,0.4419348,0.71165586,0.902677,0.9938737,0.97516084,0.8486078,0.6282097,0.33833972,0.011053725,-0.31745467,-0.61085665,-0.8367058,-0.97002614,-0.9960741,-0.91196907,-0.7270121,-0.46165702,-0.14524859,0.18722244,0.49898908,0.755574,-0.2083897,0.12385099,0.44239536,0.7120165,0.90289783,0.99393034,0.975047,0.84833604,0.6278101,0.33785647,0.010540264,-0.31794155,-0.61126316,-0.8369869,-0.97015077,-0.9960285,-0.9117583,-0.7266594,-0.46120146,-0.14474054,0.18772683,0.499434,-0.51714575,-0.20788746,0.12436051,0.4428558,0.71237695,0.90311843,0.9939867,0.97493285,0.84806406,0.62741035,0.3373731,0.010026799,-0.31842834,-0.6116694,-0.8372678,-0.97027516,-0.9959826,-0.91154724,-0.72630656,-0.46074578,-0.14423242,0.18823116,-0.7688862,-0.51670617,-0.20738515,0.124869995,0.44331613,0.71273726,0.90333885,0.9940428,0.97481847,0.84779185,0.6270104,0.33688968,0.009513332,-0.31891507,-0.61207557,-0.83754843,-0.9703993,-0.9959365,-0.911336,-0.7259535,-0.46028996,-0.14372428,-0.9358565,-0.7685578,-0.51626647,-0.2068828,0.12537946,0.44377637,0.71309733,0.90355897,0.99409866,0.97470385,0.8475194,0.6266103,0.33640617,0.008999862,-0.3194017,-0.6124816,-0.8378289,-0.9705232,-0.99589014,-0.9111245,-0.7256003,-0.45983404,-0.1432161,-0.93567544,-0.7682291,-0.51582664,-0.20638038,0.12588888,0.44423646,0.7134572,0.90377885,0.9941542,0.97458893,0.84724677,0.62621003,0.33592257,0.008486389,-0.31988826,-0.6128874,-0.83810914,-0.9706468,-0.99584347,-0.91091275,-0.72524685,-0.459378,-0.9996343,-0.9354941,-0.76790035,-0.5153867,-0.20587793,0.12639827,0.44469646,0.71381694,0.9039985,0.9942095,0.97447383,0.8469739,0.6258096,0.33543885,0.007972915,-0.32037473,-0.61329305,-0.8383891,-0.9707702,-0.99579656,-0.91070074,-0.7248932,-0.953383,-0.9996203,-0.93531257,-0.7675713,-0.5149466,-0.2053754,0.12690762,0.4451563,0.7141765,0.9042179,0.99426454,0.9743584,0.8467008,0.625409,0.33495507,0.0074594384,-0.3208611,-0.6136986,-0.8386689,-0.97089326,-0.9957494,-0.91048855,-0.7245394,-0.9535378,-0.9996061,-0.9351308,-0.7672421,-0.51450634,-0.20487283,0.12741695,0.44561607,0.7145358,0.9044371,0.9943194,0.97424275,0.84642744,0.6250082,0.3344712,0.0069459598,-0.32134742,-0.6141039,-0.8389485,-0.97101617,-0.995702,-0.91027606,-0.8023273,-0.95369244,-0.9995915,-0.9349487,-0.76691264,-0.5140659,-0.2043702,0.12792623,0.44607568,0.71489495,0.90465605,0.99437386,0.9741268,0.8461539,0.6246073,0.33398724,0.0064324792,-0.32183364,-0.6145091,-0.8392278,-0.9711388,-0.9956543,-0.5626597,-0.80263364,-0.95384675,-0.9995767,-0.9347664,-0.76658297,-0.51362544,-0.20386752,0.12843549,0.4465352,0.7152539,0.90487474,0.99442816,0.97401065,0.84588015,0.62420624,0.3335032,0.0059189973,-0.32231975,-0.6149141,-0.8395069,-0.9712611,-0.99560636,-0.5630841,-0.80293983,-0.95400083,-0.9995616,-0.93458384,-0.7662532,-0.5131848,-0.20336479,0.12894471,0.4469946,0.71561265,0.9050932,0.99448216,0.9738942,0.84560615,0.623805,0.33301905,0.0054055136,-0.3228058,-0.61531895,-0.8397858,-0.9713832,-0.2614542,-0.5635084,-0.80324584,-0.9541547,-0.9995463,-0.93440104,-0.76592314,-0.512744,-0.202862,0.1294539,0.4474539,0.71597123,0.9053114,0.99453586,0.97377753,0.8453319,0.62340355,0.33253482,0.0048920284,-0.32329175,-0.61572367,-0.84006447,0.069001175,-0.2619498,-0.56393254,-0.80355155,-0.9543082,-0.9995307,-0.934218,-0.7655929,-0.51230305,-0.20235915,0.12996306,0.44791305,0.71632963,0.90552944,0.9945893,0.9736605,0.8450575,0.623002,0.3320505,0.0043785423,-0.32377765,-0.6161282,-0.84034294,0.068488896,-0.26244533,-0.5643565,-0.8038571,-0.9544615,-0.9995148,-0.9340347,-0.7652624,-0.511862,-0.20185627,0.13047218,0.44837207,0.7166878,0.9057472,0.99464256,0.97354335,0.8447828,0.62260026,0.33156613,0.0038650546,-0.32426342,-0.61653256,0.39137664,0.0679766,-0.2629408,-0.5647803,-0.80416244,-0.9546146,-0.9994987,-0.9338512,-0.7649318,-0.51142085,-0.20135331,0.13098127,0.448831,0.71704584,0.9059647,0.9946955,0.97342587,0.84450793,0.62219834,0.33108163,0.0033515661,-0.32474914,0.6711149,0.39090407,0.067464285,-0.26343617,-0.565204,-0.80446756,-0.9547674,-0.99948233,-0.9336674,-0.76460093,-0.5109795,-0.20085031,0.13149032,0.4492898,0.71740365,0.90618193,0.9947482,0.97330815,0.84423286,0.62179625,0.33059704,0.0028380768,0.87686235,0.67073417,0.39043137,0.06695195,-0.26393148,-0.5656275,-0.8047725,-0.95492,-0.99946564,-0.93348336,-0.7642699,-0.51053804,-0.20034726,0.13199933,0.4497485,0.7177613,0.90639895,0.9948006,0.9731902,0.8439575,0.62139404,0.3301124,0.0023245865,0.8766154,0.6703532,0.3899586,0.066439606,-0.26442674,-0.5660509,-0.80507714,-0.9550723,-0.9994488,-0.9332991,-0.76393867,-0.51009643,-0.19984415,0.13250831,0.45020705,0.7181187,0.90661573,0.9948528,0.97307193,0.84368193,0.6209916,0.32962763,0.9858493,0.8763682,0.66997206,0.38948572,0.065927245,-0.26492193,-0.56647414,-0.80538166,-0.95522434,-0.99943155,-0.9331146,-0.7636072,-0.5096547,-0.199341,0.13301726,0.4506655,0.718476,0.90683234,0.9949047,0.9729535,0.8434062,0.6205891,0.9863928,0.98576313,0.87612075,0.6695908,0.3890127,0.06541486,-0.26541704,-0.5668972,-0.80568594,-0.95537615,-0.99941415,-0.9329298,-0.76327556,-0.50921285,-0.19883779,0.13352616,0.45112383,0.718833,0.90704864,0.9949563,0.9728347,0.8431302,0.6201863,0.32865787,0.0007841129,-0.32717636,-0.6189554,-0.8422859,-0.97247046,-0.9951124,-0.90770775,-0.71992236,-0.45252287,-0.13508019,-0.51335007,-0.7663769,-0.9346523,-0.99956733,-0.9539431,-0.80282503,-0.5629249,-0.2607726,0.07021783,0.39344305,0.6731585,0.87843144,0.9865611,0.9855899,0.8756252,0.66882765,0.3880664,0.06439004,-0.26640704,-0.56774294,-0.8062938,-0.955679,-0.99937844,-0.93255955,-0.7626116,-0.50832874,-0.1978312,0.13454388,0.45204017,0.7195466,0.90748054,0.99505883,0.97259647,0.8425775,0.61938035,0.32768777,-0.0002428708,-0.32814664,-0.61976165,-0.842839,-0.9727093,-0.9950105,-0.9072764,-0.7192092,0.12773518,-0.20455876,-0.51423115,-0.76703626,-0.935017,-0.999597,-0.95363444,-0.8022123,-0.5620758,-0.259781,0.07124224,0.394387,0.67391765,0.87892175,0.9867284,0.9854157,0.87512875,0.6680638,0.3871197,0.063365154,-0.26739678,-0.5685881,-0.80690086,-0.95598084,-0.9993417,-0.93218833,-0.7619469,-0.507444,-0.1968244,0.13556147,0.452956,0.7202594,0.9079115,0.9951603,0.97235715,0.84202397,0.6185738,0.32671732,-0.0012698543,-0.32911658,-0.62056726,-0.84339124,-0.97294706,-0.9949075,-0.906844,0.4449838,0.12671655,-0.20556393,-0.5151117,-0.7676948,-0.9353807,-0.9996256,-0.95332485,-0.8015987,-0.56122607,-0.25878912,0.07226658,0.39533052,0.67467606,0.8794111,0.98689467,0.9852404,0.8746313,0.6672993,0.3861726,0.0623402,-0.26838621,-0.56943256,-0.80750704,-0.9562817,-0.99930394,-0.9318161,-0.7612814,-0.50655884,-0.19581741,0.13657889,0.45387134,0.72097147,0.90834147,0.99526066,0.9721169,0.8414695,0.6177665,0.3257465,-0.0022968363,-0.3300862,-0.6213723,-0.84394264,-0.9731838,-0.9948034,0.7133222,0.44406387,0.12569778,-0.20656887,-0.5159917,-0.76835245,-0.9357434,-0.9996532,-0.95301425,-0.8009843,-0.5603758,-0.257797,0.07329084,0.39627364,0.6754337,0.87989956,0.98705983,0.9850641,0.874133,0.66653407,0.3852251,0.061315183,-0.26937538,-0.5702765,-0.80811244,-0.95658153,-0.9992651,-0.93144286,-0.76061505,-0.5056731,-0.1948102,0.13759618,0.4547862,0.7216827,0.9087705,0.99536,0.97187555,0.8409142,0.6169586,0.32477537,-0.003323816,-0.33105543,-0.6221766,-0.8444931,0.9940218,0.9032562,0.71260214,0.44314346,0.12467887,-0.2075736,-0.5168711,-0.76900935,-0.9361051,-0.9996797,-0.9527027,-0.800369,-0.55952495,-0.2568046,0.07431502,0.39721635,0.6761907,0.88038707,0.987224,0.98488677,0.87363374,0.6657681,0.38427714,0.0602901,-0.27036425,-0.57111984,-0.8087169,-0.9568804,-0.9992252,-0.93106866,-0.75994796,-0.50478685,-0.19380279,0.13861333,0.4557006,0.7223933,0.9091986,0.9954583,0.9716332,0.84035796,0.61615,0.3238039,-0.004350792,-0.33202434,-0.6229803,0.9750897,0.9939091,0.90281504,0.7118812,0.4422226,0.123659834,-0.2085781,-0.51774997,-0.7696654,-0.9364658,-0.9997052,-0.9523901,-0.79975295,-0.55867344,-0.2558119,0.07533912,0.39815864,0.67694694,0.8808736,0.9873871,0.98470837,0.87313354,0.66500145,0.38332883,0.05926495,-0.27135286,-0.57196254,-0.80932057,-0.9571782,-0.99918425,-0.9306935,-0.75928,-0.5039,-0.19279517,0.13963032,0.4566145,0.72310305,0.9096257,0.9955555,0.9713898,0.8398009,0.6153408,0.32283208,-0.005377764,-0.33299288,0.84898114,0.975317,0.99379545,0.9023729,0.7111596,0.44130126,0.12264067,-0.20958239,-0.51862836,-0.7703207,-0.9368255,-0.9997296,-0.95207644,-0.799136,-0.5578214,-0.25481898,0.076363154,0.39910048,0.6777025,0.8813593,0.9875492,0.9845289,0.87263244,0.6642341,0.38238007,0.05823974,-0.27234116,-0.57280463,-0.80992335,-0.957475,-0.9991423,-0.93031734,-0.7586113,-0.50301266,-0.19178736,0.14064717,0.45752794,0.72381204,0.9100519,0.9956517,0.9711454,0.8392429,0.614531,0.3218599,0.33997008,0.6295572,0.84952337,0.97554326,0.9936807,0.90192986,0.71043724,0.44037944,0.12162137,-0.21058644,-0.51950616,-0.7709752,-0.9371843,-0.99975294,-0.95176184,-0.7985182,-0.55696875,-0.25382575,0.077387094,0.4000419,0.67845726,0.88184404,0.98771024,0.9843484,0.87213045,0.6634661,0.38143095,0.05721447,-0.27332917,-0.5736461,-0.8105253,-0.95777076,-0.9990992,-0.92994016,-0.7579418,-0.50212485,-0.19077934,0.14166386,0.4584409,0.72452027,0.91047704,0.99574685,0.97089994,0.838684,0.6137205,0.013813603,0.34093574,0.63035476,0.8500647,0.9757685,0.9935649,0.90148586,0.7097141,0.43945718,0.12060195,-0.21159029,-0.52038336,-0.7716288,-0.937542,-0.99977523,-0.95144624,-0.79789954,-0.5561155,-0.25283226,0.07841096,0.40098295,0.6792114,0.88232785,0.9878702,0.9841669,0.8716275,0.6626973,0.3804814,0.05618914,-0.2743169,-0.57448703,-0.81112635,-0.95806557,-0.9990551,-0.92956203,-0.75727147,-0.50123644,-0.18977112,0.14268042,0.45935336,0.7252277,0.9109013,0.99584097,0.9706535,-0.6078539,-0.31386122,0.014840481,0.341901,0.6311517,0.8506052,0.9759927,0.993448,0.90104085,0.7089902,0.43853444,0.1195824,-0.21259391,-0.5212601,-0.77228165,-0.9378988,-0.9997965,-0.9511296,-0.7972801,-0.5552617,-0.2518385,0.07943474,0.40192354,0.6799648,0.8828107,0.9880292,0.9839844,0.8711237,0.6619279,0.37953144,0.05516375,-0.27530435,-0.57532734,-0.81172657,-0.95835936,-0.99900997,-0.92918295,-0.7566003,-0.5003475,-0.1887627,0.14369681,0.46026534,0.72593445,0.91132456,0.995934,-0.8340597,-0.6070381,-0.31288594,0.015867343,0.3428659,0.63194793,0.85114473,0.97621584,0.9933302,0.90059495,0.7082656,0.43761125,0.11856272,-0.21359731,-0.5221362,-0.77293366,-0.9382546,-0.99981666,-0.950812,-0.79665977,-0.55440724,-0.2508445,0.08045843,0.4028637,0.68071747,0.8832926,0.9881871,0.9838008,0.8706189,0.6611577,0.3785811,0.0541383,-0.27629152,-0.57616705,-0.81232595,-0.95865214,-0.9989637,-0.92880285,-0.7559284,-0.49945804,-0.18775408,0.14471307,0.4611768,0.7266404,0.9117469,-0.9685902,-0.8334927,-0.6062217,-0.31191036,0.01689419,0.34383047,0.63274354,0.8516834,0.976438,0.9932112,0.9001481,0.7075403,0.4366876,0.117542915,-0.21460047,-0.5230118,-0.77358484,-0.93860936,-0.9998358,-0.95049334,-0.7960386,-0.55355227,-0.24985021,0.081482045,0.40380344,0.6814694,0.8837736,0.98834395,0.9836162,0.8701132,0.6603869,0.37763035,0.053112794,-0.27727836,-0.5770061,-0.81292444,-0.95894384,-0.99891645,-0.9284218,-0.7552557,-0.49856806,-0.18674526,0.14572917,0.46208784,-0.91476524,-0.99665856,-0.9683343,-0.8329248,-0.6054046,-0.31093445,0.017921017,0.34479466,0.6335385,0.85222113,0.9766591,0.9930912,0.8997003,0.7068141,0.43576348,0.11652299,-0.21560343,-0.52388686,-0.77423525,-0.9389632,-0.9998539,-0.95017374,-0.7954166,-0.5526967,-0.24885567,0.08250557,0.40474278,0.68222064,0.88425374,0.98849976,0.9834305,0.86960655,0.65961534,0.3766792,0.05208723,-0.27826494,-0.5778446,-0.8135221,-0.9592346,-0.99886817,-0.9280398,-0.75458217,-0.49767756,-0.18573624,0.14674512,-0.7324103,-0.9151796,-0.9967419,-0.9680774,-0.83235604,-0.6045869,-0.30995822,0.018947827,0.34575847,0.6343327,0.85275793,0.9768792,0.99297017,0.8992515,0.7060873,0.4348389,0.115502946,-0.21660614,-0.5247614,-0.77488476,-0.939316,-0.9998709,-0.94985306,-0.7947938,-0.55184054,-0.24786086,0.08352901,0.40568167,0.6829712,0.88473284,0.98865455,0.9832438,0.869099,0.65884316,0.37572768,0.051061615,-0.27925122,-0.5786825,-0.8141189,-0.95952433,-0.99881876,-0.92765677,-0.75390786,-0.49678653,-0.15407008,-0.46955284,-0.7331092,-0.9155931,-0.9968242,-0.96781945,-0.8317864,-0.6037685,-0.30898166,0.019974615,0.34672195,0.6351263,0.8532939,0.9770982,0.9928481,0.8988018,0.7053597,0.43391386,0.114482775,-0.21760863,-0.5256353,-0.77553356,-0.93966776,-0.9998869,-0.94953144,-0.7941701,-0.5509838,-0.2468658,0.08455236,0.40662012,0.68372095,0.88521105,0.9888083,0.9830561,0.8685906,0.6580702,0.37477577,0.050035942,-0.2802372,-0.57951975,-0.81471485,-0.95981306,-0.9987683,-0.92727274,-0.7532328,0.17744027,-0.15508471,-0.47045934,-0.7338072,-0.91600555,-0.99690545,-0.9675605,-0.8312159,-0.60294956,-0.30800474,0.021001384,0.34768504,0.6359192,0.85382897,0.97731626,0.99272496,0.8983512,0.7046313,0.43298835,0.11346248,-0.21861088,-0.5265087,-0.77618146,-0.9400186,-0.99990183,-0.9492088,-0.7935456,-0.55012643,-0.24587047,0.085575625,0.40755814,0.68447,0.88568836,0.988961,0.98286736,0.8680813,0.6572966,0.37382343,0.04901022,-0.28122288,-0.58035636,-0.81530994,-0.96010077,-0.99871683,-0.92688775,0.48944736,0.1764295,-0.15609919,-0.47136533,-0.7345045,-0.91641706,-0.9969857,-0.96730053,-0.8306445,-0.60212994,-0.30702752,0.02202813,0.34864777,0.6367115,0.8543631,0.9775332,0.9926008,0.89789957,0.70390224,0.43206242,0.11244207,-0.21961291,-0.52738154,-0.7768286,-0.9403684,-0.99991566,-0.94888514,-0.79292023,-0.54926854,-0.24487488,0.08659879,0.40849575,0.6852184,0.88616467,0.9891127,0.9826775,0.867571,0.6565223,0.37287068,0.047984444,-0.28220826,-0.5811924,-0.81590414,-0.96038747,0.9240814,0.74765706,0.48855153,0.17541853,-0.1571135,-0.47227082,-0.73520106,-0.91682756,-0.9970648,-0.9670396,-0.8300722,-0.60130966,-0.30605,0.023054853,0.34961012,0.637503,0.85489637,0.97774917,0.99247557,0.897447,0.7031724,0.431136,0.11142154,-0.2206147,-0.5282538,-0.7774749,-0.9407173,-0.9999285,-0.94856054,-0.792294,-0.54841006,-0.24387904,0.087621875,0.40943295,0.685966,0.8866401,0.98926324,0.98248667,0.86705977,0.6557473,0.37191758,0.046958618,-0.28319335,-0.5820278,-0.8164975,0.99825406,0.92368835,0.74697465,0.4876552,0.17440738,-0.15812765,-0.4731758,-0.7358968,-0.91723716,-0.9971429,-0.96677756,-0.8294991,-0.6004888,-0.30507213,0.02408155,0.3505721,0.6382939,0.8554287,0.9779641,0.9923493,0.8969935,0.7024418,0.43020913,0.11040089,-0.22161627,-0.5291255,-0.77812034,-0.94106513,-0.9999402,-0.9482349,-0.79166704,-0.54755104,-0.24288294,0.08864486,0.41036966,0.6867129,0.8871146,0.98941284,0.9822948,0.86654764,0.65497154,0.37096408,0.045932744,-0.28417817,-0.5828626,0.9627042,0.9981929,0.9232944,0.74629146,0.48675835,0.17339604,-0.15914163,-0.4740803,-0.7365918,-0.91764575,-0.99722,-0.9665145,-0.8289251,-0.59966725,-0.30409393,0.025108224,0.35153374,0.63908416,0.85596013,0.97817796,0.992222,0.8965391,0.7017105,0.42928183,0.109380126,-0.2226176,-0.5299967,-0.778765,-0.941412,-0.99995095,-0.9479083,-0.79103917,-0.54669136,-0.24188657,0.08966775,0.411306,0.6874591,0.8875881,0.9895613,0.9821019,0.8660346,0.6541952,0.37001017,0.044906817,0.5888671,0.8213391,0.9629815,0.9981307,0.9228994,0.7456075,0.48586097,0.17238452,-0.16015545,-0.4749843,-0.737286,-0.9180534,-0.997296,-0.9662505,-0.8283502,-0.59884506,-0.30311543,0.026134871,0.35249498,0.63987374,0.8564907,0.9783909,0.9920936,0.89608365,0.70097846,0.42835405,0.10835925,-0.2236187,-0.5308673,-0.7794088,-0.94175786,-0.9999606,-0.94758064,-0.79041046,-0.54583114,-0.24088995,0.09069055,0.41224188,0.6882045,0.8880607,0.98970884,0.98190796,0.8655207,0.6534181,0.36905587,0.29225639,0.5896968,0.82192445,0.96325785,0.9980674,0.92250353,0.74492276,0.4849631,0.17137282,-0.16116908,-0.47588778,-0.7379794,-0.9184601,-0.9973709,-0.9659854,-0.82777447,-0.5980223,-0.3021366,0.02716149,0.35345587,0.6406626,0.8570203,0.97860265,0.9919642,0.8956273,0.7002456,0.42742583,0.10733826,-0.22461955,-0.5317373,-0.7800518,-0.94210273,-0.9999692,-0.947252,-0.789781,-0.54497033,-0.2398931,0.09171326,0.4131773,0.6889493,0.88853234,0.9898553,0.98171294,0.86500585,-0.36215958,-0.03647758,0.29323837,0.5905259,0.822509,0.96353316,0.998003,0.9221066,0.7442372,0.48406473,0.17036094,-0.16218255,-0.47679076,-0.7386721,-0.9188658,-0.9974448,-0.96571934,-0.8271978,-0.59719884,-0.30115744,0.02818808,0.35441637,0.6414508,0.8575491,0.97881347,0.99183375,0.89517003,0.6995121,0.42649716,0.10631715,-0.22562018,-0.53260684,-0.78069407,-0.9424466,-0.9999767,-0.94692236,-0.7891506,-0.544109,-0.23889597,0.092735864,0.4141123,0.6896933,0.8890031,0.99000067,0.98151696,-0.6470087,-0.36120212,-0.03545126,0.29422006,0.5913544,0.82309264,0.96380746,0.9979376,0.92170876,0.74355084,0.4831658,0.16934888,-0.16319586,-0.47769323,-0.7393639,-0.9192705,-0.99751765,-0.96545225,-0.8266203,-0.5963748,-0.300178,0.029214641,0.3553765,0.6422383,0.8580769,0.9790232,0.99170226,0.89471185,0.69877785,0.42556804,0.10529593,-0.22662055,-0.53347576,-0.7813354,-0.94278944,-0.9999832,-0.94659173,-0.7885194,-0.54324704,-0.23789859,0.093758374,0.41504687,0.69043654,0.8894729,0.990145,-0.86074215,-0.64622533,-0.36024427,-0.034424905,0.29520142,0.5921823,0.82367545,0.96408075,0.99787116,0.92130995,0.7428637,0.4822664,0.16833664,-0.164209,-0.47859523,-0.740055,-0.9196743,-0.99758947,-0.96518415,-0.82604194,-0.5955501,-0.2991982,0.03024117,0.35633627,0.64302516,0.85860384,0.97923195,0.9915697,0.89425266,0.6980428,0.42463848,0.1042746,-0.2276207,-0.5343441,-0.7819759,-0.9431313,-0.9999886,-0.9462601,-0.7878874,-0.54238456,-0.23690097,0.09478079,0.415981,0.6911791,-0.99115545,-0.9798675,-0.86021894,-0.64544123,-0.35928607,-0.03339851,0.29618248,0.59300953,0.8242574,0.964353,0.9978037,0.9209101,0.7421758,0.4813665,0.16732422,-0.16522194,-0.4794967,-0.7407453,-0.9200771,-0.99766016,-0.964915,-0.82546264,-0.59472483,-0.2982181,0.03126767,0.35729566,0.64381135,0.85912985,0.9794397,0.9914361,0.89379257,0.6973071,0.42370847,0.103253156,-0.2286206,-0.5352119,-0.78261566,-0.94347227,-0.99999297,-0.94592744,-0.7872545,-0.54152143,-0.2359031,0.0958031,0.4169147,-0.8932965,-0.9912912,-0.979662,-0.8596948,-0.6446565,-0.35832748,-0.032372084,0.29716325,0.5938361,0.82483846,0.9646243,0.99773514,0.92050934,0.74148715,0.48046607,0.16631162,-0.16623473,-0.48039767,-0.7414348,-0.9204789,-0.9977299,-0.96464485,-0.8248825,-0.5938989,-0.2972377,0.03229413,0.35825464,0.6445968,0.85965496,0.9796463,0.9913015,0.8933315,0.6965706,0.422778,0.10223161,-0.22962028,-0.5360791,-0.78325456,-0.94381213,-0.9999963,-0.94559383,-0.78662086,-0.5406578,-0.23490497,-0.4236378,-0.6972512,-0.8937576,-0.99142593,-0.9794554,-0.8591697,-0.643871,-0.3573685,-0.03134562,0.29814368,0.59466213,0.82541865,0.96489453,0.9976655,0.9201076,0.7407977,0.47956514,0.16529886,-0.16724733,-0.48129812,-0.74212354,-0.9208797,-0.9977985,-0.96437365,-0.82430154,-0.59307235,-0.296257,0.033320565,0.3592133,0.6453816,0.8601791,0.97985196,0.9911658,0.89286953,0.6958334,0.42184708,0.10120995,-0.2306197,-0.53694576,-0.78389263,-0.94415104,-0.99999857,-0.94525915,-0.78598636,-0.53979355,-0.10419703,-0.42456788,-0.69798696,-0.8942177,-0.9915596,-0.97924775,-0.8586438,-0.6430849,-0.35640913,-0.030319124,0.2991238,0.5954875,0.82599795,0.9651637,0.99759483,0.9197049,0.7401075,0.47866368,0.16428591,-0.16825975,-0.4821981,-0.7428115,-0.9212796,-0.9978661,-0.9641015,-0.8237197,-0.59224516,-0.29527593,0.03434696,0.36017153,0.6461658,0.86070246,0.9800566,0.9910291,0.8924066,0.6950954,0.42091572,0.10018819,-0.23161888,-0.5378119,-0.78452986,-0.94448894,-0.99999976,-0.9449236,-0.785351,0.22669652,-0.10521837,-0.42549747,-0.69872206,-0.894677,-0.99169225,-0.97903913,-0.8581169,-0.6422981,-0.3554494,-0.029292597,0.3001036,0.5963122,0.8265764,0.9654319,0.9975231,0.9193012,0.7394164,0.47776175,0.1632728,-0.16927202,-0.48309752,-0.7434987,-0.92167854,-0.9979326,-0.96382827,-0.8231369,-0.5914173,-0.2942946,0.03537332,0.3611294,0.64694923,0.86122483,0.98026013,0.9908913,0.8919427,0.69435674,0.41998392,0.09916632,-0.23261781,-0.5386774,-0.78516626,-0.9448259,-0.99999994,0.78074276,0.5326728,0.22569615,-0.1062396,-0.42642662,-0.6994564,-0.8951353,-0.9918238,-0.97882944,-0.8575892,-0.6415106,-0.3544893,-0.028266039,0.3010831,0.5971363,0.827154,0.9656991,0.9974504,0.91889656,0.73872465,0.4768593,0.16225952,-0.17028409,-0.48399648,-0.7441851,-0.92207646,-0.9979981,-0.963554,-0.82255334,-0.59058887,-0.29331294,0.03639964,0.3620869,0.647732,0.8617463,0.9804627,0.99075246,0.8914779,0.69361734,0.4190517,0.098144345,-0.2336165,-0.5395424,-0.7858018,-0.94516176,0.94212884,0.78010064,0.53180337,0.22469555,-0.10726071,-0.42735532,-0.70018995,-0.89559263,-0.9919543,-0.97861874,-0.8570605,-0.64072245,-0.35352883,-0.027239451,0.30206224,0.59795976,0.82773066,0.9659653,0.99737656,0.91849095,0.73803204,0.47595635,0.16124605,-0.17129599,-0.4848949,-0.7448707,-0.92247343,-0.9980625,-0.9632788,-0.82196885,-0.5897598,-0.29233098,0.037425924,0.363044,0.6485141,0.8622669,0.98066413,0.9906126,0.89101213,0.6928772,0.418119,0.09712227,-0.23461494,-0.54040676,-0.7864366,0.99996126,0.9417841,0.7794577,0.5309334,0.22369471,-0.10828172],"x":[-1.6470994e6,-4.5286444e14,-9.057289e14,-1.3585933e15,-1.8114578e15,-2.264322e15,-2.7171866e15,-3.170051e15,-3.6229155e15,-4.0757798e15,-4.528644e15,-4.9815087e15,-5.434373e15,-5.887238e15,-6.340102e15,-6.7929664e15,-7.245831e15,-7.6986956e15,-8.1515596e15,-8.604424e15,-9.057288e15,-9.510153e15,-9.963017e15,-1.0415882e16,-1.0868747e16,-1.1321611e16,-1.1774476e16,-1.2227339e16,-1.2680204e16,-1.3133068e16,-1.3585933e16,-1.4038797e16,-1.4491662e16,-1.4944527e16,-1.5397391e16,-1.5850255e16,-1.6303119e16,-1.6755984e16,-1.7208848e16,-1.7661713e16,-1.8114576e16,-1.8567442e16,-1.9020306e16,-1.9473171e16,-1.9926035e16,-2.03789e16,-2.0831764e16,-2.1284627e16,-2.1737493e16,-2.2190357e16,-2.2643222e16,-2.3096086e16,-2.3548951e16,-2.4001815e16,-2.4454678e16,-2.4907544e16,-2.5360407e16,-2.5813273e16,-2.6266137e16,-2.6719002e16,-2.7171866e16,-2.7624731e16,-2.8077595e16,-2.8530458e16,-2.8983324e16,-2.9436188e16,-2.9889053e16,-3.0341917e16,-3.0794782e16,-3.1247646e16,-3.170051e16,-3.2153375e16,-3.2606239e16,-3.3059104e16,-3.3511968e16,-3.3964833e16,-3.4417697e16,-3.487056e16,-3.5323426e16,-3.577629e16,-3.6229153e16,-3.668202e16,-3.7134884e16,-3.758775e16,-3.804061e16,-3.8493477e16,-3.8946343e16,-3.9399204e16,-3.985207e16,-4.0304935e16,-4.07578e16,-4.1210662e16,-4.1663528e16,-4.2116393e16,-4.2569255e16,-4.302212e16,-4.3474986e16,-4.392785e16,-4.4380713e16,-4.483358e16,-4.5286444e16,-4.5739306e16,-4.619217e16,-4.6645037e16,-4.7097903e16,-4.7550764e16,-4.800363e16,-4.8456495e16,-4.8909357e16,-4.9362222e16,-4.981509e16,-5.0267954e16,-5.0720815e16,-5.117368e16,-5.1626546e16,-5.2079408e16,-5.2532273e16,-5.298514e16,-5.3438005e16,-5.3890866e16,-5.434373e16,-5.4796597e16,-5.5249463e16,-5.5702324e16,-5.615519e16,-5.6608056e16,-5.7060917e16,-5.7513783e16,-5.796665e16,-5.8419514e16,-5.8872375e16,-5.932524e16,-5.9778106e16,-6.0230968e16,-6.0683833e16,-6.11367e16,-6.1589565e16,-6.2042426e16,-6.249529e16,-6.2948157e16,-6.340102e16,-6.3853884e16,-6.430675e16,-6.4759616e16,-6.5212477e16,-6.5665343e16,-6.611821e16,-6.657107e16,-6.7023935e16,-6.74768e16,-6.7929667e16,-6.838253e16,-6.8835394e16,-6.928826e16,-6.974112e16,-7.0193986e16,-7.064685e16,-7.1099718e16,-7.155258e16,-7.2005445e16,-7.245831e16,-7.291118e16,-7.336404e16,-7.38169e16,-7.426977e16,-7.472263e16,-7.51755e16,-7.562836e16,-7.608122e16,-7.653409e16,-7.698695e16,-7.7439815e16,-7.7892685e16,-7.834555e16,-7.879841e16,-7.925128e16,-7.970414e16,-8.0157e16,-8.060987e16,-8.106273e16,-8.15156e16,-8.196846e16,-8.2421324e16,-8.2874194e16,-8.3327056e16,-8.377992e16,-8.423279e16,-8.468565e16,-8.513851e16,-8.559138e16,-8.604424e16,-8.64971e16,-8.694997e16,-8.740283e16,-8.78557e16,-8.8308565e16,-8.876143e16,-8.92143e16,-8.966716e16,-9.012002e16,-9.057289e16,-9.102575e16,-9.147861e16,-9.193148e16,-9.238434e16,-9.283721e16,-9.329007e16,-9.3742935e16,-9.4195805e16,-9.464867e16,-9.510153e16,-9.55544e16,-9.600726e16,-9.646012e16,-9.691299e16,-9.736585e16,-9.781871e16,-9.827158e16,-9.8724445e16,-9.9177315e16,-9.963018e16,-1.0008304e17,-1.0053591e17,-1.0098877e17,-1.0144163e17,-1.018945e17,-1.0234736e17,-1.0280022e17,-1.0325309e17,-1.0370595e17,-1.04158815e17,-1.04611685e17,-1.0506455e17,-1.0551742e17,-1.0597028e17,-1.0642314e17,-1.0687601e17,-1.0732887e17,-1.0778173e17,-1.082346e17,-1.0868746e17,-1.09140324e17,-1.09593194e17,-1.1004606e17,-1.1049893e17,-1.1095179e17,-1.1140465e17,-1.1185752e17,-1.1231038e17,-1.1276324e17,-1.1321611e17,-1.1366897e17,-1.1412183e17,-1.145747e17,-1.15027565e17,-1.1548043e17,-1.159333e17,-1.1638616e17,-1.1683903e17,-1.1729189e17,-1.1774475e17,-1.1819762e17,-1.1865048e17,-1.1910334e17,-1.1955621e17,-1.2000907e17,-1.20461936e17,-1.20914806e17,-1.2136767e17,-1.2182053e17,-1.222734e17,-1.2272626e17,-1.2317913e17,-1.2363199e17,-1.2408485e17,-1.2453772e17,-1.2499058e17,-1.25443445e17,-1.25896315e17,-1.2634918e17,-1.2680204e17,-1.2725491e17,-1.2770777e17,-1.2816063e17,-1.286135e17,-1.2906636e17,-1.2951923e17,-1.2997209e17,-1.3042495e17,-1.3087782e17,-1.31330685e17,-1.3178355e17,-1.3223642e17,-1.3268928e17,-1.3314214e17,-1.3359501e17,-1.3404787e17,-1.3450074e17,-1.349536e17,-1.3540646e17,-1.3585933e17,-1.36312195e17,-1.3676506e17,-1.3721793e17,-1.3767079e17,-1.3812365e17,-1.3857652e17,-1.3902938e17,-1.3948224e17,-1.3993511e17,-1.4038797e17,-1.4084084e17,-1.412937e17,-1.41746565e17,-1.42199435e17,-1.426523e17,-1.4310516e17,-1.4355803e17,-1.4401089e17,-1.4446375e17,-1.4491661e17,-1.4536949e17,-1.4582235e17,-1.4627521e17,-1.4672807e17,-1.4718094e17,-1.476338e17,-1.4808668e17,-1.4853954e17,-1.489924e17,-1.4944526e17,-1.4989812e17,-1.50351e17,-1.5080386e17,-1.5125672e17,-1.5170958e17,-1.5216244e17,-1.526153e17,-1.5306818e17,-1.5352105e17,-1.539739e17,-1.5442677e17,-1.5487963e17,-1.5533251e17,-1.5578537e17,-1.5623823e17,-1.566911e17,-1.5714395e17,-1.5759682e17,-1.580497e17,-1.5850256e17,-1.5895542e17,-1.5940828e17,-1.5986114e17,-1.60314e17,-1.6076688e17,-1.6121974e17,-1.616726e17,-1.6212546e17,-1.6257832e17,-1.630312e17,-1.6348406e17,-1.6393693e17,-1.6438979e17,-1.6484265e17,-1.6529551e17,-1.6574839e17,-1.6620125e17,-1.6665411e17,-1.6710697e17,-1.6755983e17,-1.6801271e17,-1.6846557e17,-1.6891844e17,-1.693713e17,-1.6982416e17,-1.7027702e17,-1.707299e17,-1.7118276e17,-1.7163562e17,-1.7208848e17,-1.7254134e17,-1.729942e17,-1.7344708e17,-1.7389994e17,-1.743528e17,-1.7480567e17,-1.7525853e17,-1.757114e17,-1.7616427e17,-1.7661713e17,-1.7706999e17,-1.7752285e17,-1.7797571e17,-1.784286e17,-1.7888145e17,-1.7933432e17,-1.7978718e17,-1.8024004e17,-1.8069292e17,-1.8114578e17,-1.8159864e17,-1.820515e17,-1.8250436e17,-1.8295722e17,-1.834101e17,-1.8386296e17,-1.8431582e17,-1.8476869e17,-1.8522155e17,-1.8567443e17,-1.8612729e17,-1.8658015e17,-1.8703301e17,-1.8748587e17,-1.8793873e17,-1.8839161e17,-1.8884447e17,-1.8929733e17,-1.897502e17,-1.9020306e17,-1.9065592e17,-1.911088e17,-1.9156166e17,-1.9201452e17,-1.9246738e17,-1.9292024e17,-1.9337312e17,-1.9382598e17,-1.9427884e17,-1.947317e17,-1.9518457e17,-1.9563743e17,-1.960903e17,-1.9654317e17,-1.9699603e17,-1.9744889e17,-1.9790175e17,-1.9835463e17,-1.9880749e17,-1.9926035e17,-1.9971321e17,-2.0016607e17,-2.0061894e17,-2.0107181e17,-2.0152468e17,-2.0197754e17,-2.024304e17,-2.0288326e17,-2.0333614e17,-2.03789e17,-2.0424186e17,-2.0469472e17,-2.0514758e17,-2.0560045e17,-2.0605332e17,-2.0650619e17,-2.0695905e17,-2.074119e17,-2.0786477e17,-2.0831763e17,-2.0877051e17,-2.0922337e17,-2.0967623e17,-2.101291e17,-2.1058195e17,-2.1103483e17,-2.114877e17,-2.1194056e17,-2.1239342e17,-2.1284628e17,-2.1329914e17,-2.1375202e17,-2.1420488e17,-2.1465774e17,-2.151106e17,-2.1556346e17,-2.1601634e17,-2.164692e17,-2.1692206e17,-2.1737493e17,-2.1782779e17,-2.1828065e17,-2.1873353e17,-2.1918639e17,-2.1963925e17,-2.2009211e17,-2.2054497e17,-2.2099785e17,-2.2145071e17,-2.2190357e17,-2.2235644e17,-2.228093e17,-2.2326216e17,-2.2371504e17,-2.241679e17,-2.2462076e17,-2.2507362e17,-2.2552648e17,-2.2597934e17,-2.2643222e17,-2.2688508e17,-2.2733794e17,-2.277908e17,-2.2824367e17,-2.2869655e17,-2.291494e17,-2.2960227e17,-2.3005513e17,-2.3050799e17,-2.3096085e17,-2.3141373e17,-2.318666e17,-2.3231945e17,-2.3277232e17,-2.3322518e17,-2.3367806e17,-2.3413092e17,-2.3458378e17,-2.3503664e17,-2.354895e17,-2.3594236e17,-2.3639524e17,-2.368481e17,-2.3730096e17,-2.3775382e17,-2.3820669e17,-2.3865955e17,-2.3911243e17,-2.3956529e17,-2.4001815e17,-2.4047101e17,-2.4092387e17,-2.4137675e17,-2.4182961e17,-2.4228247e17,-2.4273533e17,-2.431882e17,-2.4364106e17,-2.4409394e17,-2.445468e17,-2.4499966e17,-2.4545252e17,-2.4590538e17,-2.4635826e17,-2.4681112e17,-2.4726398e17,-2.4771684e17,-2.481697e17,-2.4862257e17,-2.4907544e17,-2.495283e17,-2.4998117e17,-2.5043403e17,-2.5088689e17,-2.5133977e17,-2.5179263e17,-2.5224549e17,-2.5269835e17,-2.5315121e17,-2.5360407e17,-2.5405695e17,-2.5450981e17,-2.5496268e17,-2.5541554e17,-2.558684e17,-2.5632126e17,-2.5677414e17,-2.57227e17,-2.5767986e17,-2.5813272e17,-2.5858558e17,-2.5903846e17,-2.5949132e17,-2.5994419e17,-2.6039705e17,-2.608499e17,-2.6130277e17,-2.6175565e17,-2.6220851e17,-2.6266137e17,-2.6311423e17,-2.635671e17,-2.6401997e17,-2.6447283e17,-2.649257e17,-2.6537856e17,-2.6583142e17,-2.6628428e17,-2.6673716e17,-2.6719002e17,-2.6764288e17,-2.6809574e17,-2.685486e17,-2.6900148e17,-2.6945434e17,-2.699072e17,-2.7036007e17,-2.7081293e17,-2.7126579e17,-2.7171867e17,-2.7217153e17,-2.7262439e17,-2.7307725e17,-2.7353011e17,-2.7398297e17,-2.7443585e17,-2.7488871e17,-2.7534157e17,-2.7579444e17,-2.762473e17,-2.7670018e17,-2.7715304e17,-2.776059e17,-2.7805876e17,-2.7851162e17,-2.7896448e17,-2.7941736e17,-2.7987022e17,-2.8032308e17,-2.8077595e17,-2.812288e17,-2.8168168e17,-2.8213455e17,-2.825874e17,-2.8304027e17,-2.8349313e17,-2.83946e17,-2.8439887e17,-2.8485173e17,-2.853046e17,-2.8575745e17,-2.8621032e17,-2.866632e17,-2.8711606e17,-2.8756892e17,-2.8802178e17,-2.8847464e17,-2.889275e17,-2.8938036e17,-2.8983322e17,-2.902861e17,-2.9073898e17,-2.9119184e17,-2.916447e17,-2.9209756e17,-2.9255043e17,-2.930033e17,-2.9345615e17,-2.93909e17,-2.9436187e17,-2.9481473e17,-2.952676e17,-2.957205e17,-2.9617335e17,-2.966262e17,-2.9707907e17,-2.9753194e17,-2.979848e17,-2.9843766e17,-2.9889052e17,-2.9934338e17,-2.9979624e17,-3.002491e17,-3.00702e17,-3.0115486e17,-3.0160772e17,-3.020606e17,-3.0251344e17,-3.029663e17,-3.0341917e17,-3.0387203e17,-3.043249e17,-3.0477775e17,-3.052306e17,-3.056835e17,-3.0613637e17,-3.0658923e17,-3.070421e17,-3.0749495e17,-3.079478e17,-3.0840068e17,-3.0885354e17,-3.093064e17,-3.0975926e17,-3.1021212e17,-3.1066502e17,-3.1111788e17,-3.1157074e17,-3.120236e17,-3.1247646e17,-3.1292932e17,-3.133822e17,-3.1383505e17,-3.142879e17,-3.1474077e17,-3.1519363e17,-3.156465e17,-3.160994e17,-3.1655225e17,-3.170051e17,-3.1745797e17,-3.1791083e17,-3.183637e17,-3.1881656e17,-3.1926942e17,-3.1972228e17,-3.2017514e17,-3.20628e17,-3.210809e17,-3.2153376e17,-3.2198662e17,-3.2243948e17,-3.2289234e17,-3.233452e17,-3.2379807e17,-3.2425093e17,-3.247038e17,-3.2515665e17,-3.256095e17,-3.260624e17,-3.2651527e17,-3.2696813e17,-3.27421e17,-3.2787385e17,-3.283267e17,-3.2877957e17,-3.2923244e17,-3.296853e17,-3.3013816e17,-3.3059102e17,-3.310439e17,-3.3149678e17,-3.3194964e17,-3.324025e17,-3.3285536e17,-3.3330822e17,-3.337611e17,-3.3421395e17,-3.346668e17,-3.3511967e17,-3.3557253e17,-3.3602543e17,-3.364783e17,-3.3693115e17,-3.37384e17,-3.3783687e17,-3.3828973e17,-3.387426e17,-3.3919545e17,-3.396483e17,-3.4010118e17,-3.4055404e17,-3.4100693e17,-3.414598e17,-3.4191266e17,-3.4236552e17,-3.4281838e17,-3.4327124e17,-3.437241e17,-3.4417696e17,-3.4462983e17,-3.450827e17,-3.4553555e17,-3.459884e17,-3.464413e17,-3.4689417e17,-3.4734703e17,-3.477999e17,-3.4825275e17,-3.487056e17,-3.4915847e17,-3.4961133e17,-3.500642e17,-3.5051706e17,-3.5096992e17,-3.514228e17,-3.5187568e17,-3.5232854e17,-3.527814e17,-3.5323426e17,-3.5368712e17,-3.5413998e17,-3.5459284e17,-3.550457e17,-3.5549857e17,-3.5595143e17,-3.5640432e17,-3.568572e17,-3.5731005e17,-3.577629e17,-3.5821577e17,-3.5866863e17,-3.591215e17,-3.5957435e17,-3.600272e17,-3.6048008e17,-3.6093294e17,-3.6138583e17,-3.618387e17,-3.6229156e17,-3.627444e17,-3.6319728e17,-3.6365014e17,-3.64103e17,-3.6455586e17,-3.6500872e17,-3.654616e17,-3.6591445e17,-3.6636734e17,-3.668202e17,-3.6727306e17,-3.6772593e17,-3.681788e17,-3.6863165e17,-3.690845e17,-3.6953737e17,-3.6999023e17,-3.704431e17,-3.7089596e17,-3.7134885e17,-3.718017e17,-3.7225457e17,-3.7270744e17,-3.731603e17,-3.7361316e17,-3.7406602e17,-3.7451888e17,-3.7497174e17,-3.754246e17,-3.7587746e17,-3.7633036e17,-3.7678322e17,-3.772361e17,-3.7768894e17,-3.781418e17,-3.7859467e17,-3.7904753e17,-3.795004e17,-3.7995325e17,-3.804061e17,-3.8085897e17,-3.8131184e17,-3.8176473e17,-3.822176e17,-3.8267045e17,-3.831233e17,-3.8357618e17,-3.8402904e17,-3.844819e17,-3.8493476e17,-3.8538762e17,-3.858405e17,-3.8629334e17,-3.8674624e17,-3.871991e17,-3.8765196e17,-3.8810482e17,-3.885577e17,-3.8901055e17,-3.894634e17,-3.8991627e17,-3.9036913e17,-3.90822e17,-3.9127485e17,-3.9172775e17,-3.921806e17,-3.9263347e17,-3.9308633e17,-3.935392e17,-3.9399206e17,-3.9444492e17,-3.9489778e17,-3.9535064e17,-3.958035e17,-3.9625636e17,-3.9670926e17,-3.9716212e17,-3.9761498e17,-3.9806784e17,-3.985207e17,-3.9897357e17,-3.9942643e17,-3.998793e17,-4.0033215e17,-4.00785e17,-4.0123787e17,-4.0169077e17,-4.0214363e17,-4.025965e17,-4.0304935e17,-4.035022e17,-4.0395507e17,-4.0440794e17,-4.048608e17,-4.0531366e17,-4.0576652e17,-4.0621938e17,-4.0667228e17,-4.0712514e17,-4.07578e17,-4.0803086e17,-4.0848372e17,-4.089366e17,-4.0938945e17,-4.098423e17,-4.1029517e17,-4.1074803e17,-4.112009e17,-4.1165375e17,-4.1210665e17,-4.125595e17,-4.1301237e17,-4.1346523e17,-4.139181e17,-4.1437095e17,-4.148238e17,-4.1527668e17,-4.1572954e17,-4.161824e17,-4.1663526e17,-4.1708816e17,-4.1754102e17,-4.1799388e17,-4.1844674e17,-4.188996e17,-4.1935246e17,-4.1980532e17,-4.202582e17,-4.2071105e17,-4.211639e17,-4.2161677e17,-4.2206967e17,-4.2252253e17,-4.229754e17,-4.2342825e17,-4.238811e17,-4.2433397e17,-4.2478683e17,-4.252397e17,-4.2569256e17,-4.2614542e17,-4.2659828e17,-4.2705118e17,-4.2750404e17,-4.279569e17,-4.2840976e17,-4.2886262e17,-4.2931548e17,-4.2976834e17,-4.302212e17,-4.3067407e17,-4.3112693e17,-4.315798e17,-4.320327e17,-4.3248555e17,-4.329384e17,-4.3339127e17,-4.3384413e17,-4.34297e17,-4.3474985e17,-4.352027e17,-4.3565558e17,-4.3610844e17,-4.365613e17,-4.370142e17,-4.3746706e17,-4.379199e17,-4.3837278e17,-4.3882564e17,-4.392785e17,-4.3973136e17,-4.4018422e17,-4.406371e17,-4.4108995e17,-4.415428e17,-4.419957e17,-4.4244856e17,-4.4290143e17,-4.433543e17,-4.4380715e17,-4.4426e17,-4.4471287e17,-4.4516573e17,-4.456186e17,-4.4607146e17,-4.465243e17,-4.4697718e17,-4.4743007e17,-4.4788293e17,-4.483358e17,-4.4878866e17,-4.4924152e17,-4.4969438e17,-4.5014724e17,-4.506001e17,-4.5105296e17,-4.5150583e17,-4.519587e17,-4.5241158e17,-4.5286444e17,-4.533173e17,-4.5377017e17,-4.5422303e17,-4.546759e17,-4.5512875e17,-4.555816e17,-4.5603447e17,-4.5648733e17,-4.569402e17,-4.573931e17,-4.5784595e17,-4.582988e17,-4.5875168e17,-4.5920454e17,-4.596574e17,-4.6011026e17,-4.6056312e17,-4.6101598e17,-4.6146884e17,-4.619217e17,-4.623746e17,-4.6282746e17,-4.6328032e17,-4.637332e17,-4.6418605e17,-4.646389e17,-4.6509177e17,-4.6554463e17,-4.659975e17,-4.6645035e17,-4.669032e17,-4.673561e17,-4.6780897e17,-4.6826183e17,-4.687147e17,-4.6916756e17,-4.696204e17,-4.7007328e17,-4.7052614e17,-4.70979e17,-4.7143186e17,-4.7188472e17,-4.7233762e17,-4.7279048e17,-4.7324334e17,-4.736962e17,-4.7414907e17,-4.7460193e17,-4.750548e17,-4.7550765e17,-4.759605e17,-4.7641337e17,-4.7686623e17,-4.773191e17,-4.77772e17,-4.7822485e17,-4.786777e17,-4.7913057e17,-4.7958344e17,-4.800363e17,-4.8048916e17,-4.8094202e17,-4.8139488e17,-4.8184774e17,-4.823006e17,-4.827535e17,-4.8320636e17,-4.8365922e17,-4.841121e17,-4.8456494e17,-4.850178e17,-4.8547067e17,-4.8592353e17,-4.863764e17,-4.8682925e17,-4.872821e17,-4.87735e17,-4.8818787e17,-4.8864073e17,-4.890936e17,-4.8954645e17,-4.899993e17,-4.9045218e17,-4.9090504e17,-4.913579e17,-4.9181076e17,-4.9226362e17,-4.9271652e17,-4.9316938e17,-4.9362224e17,-4.940751e17,-4.9452796e17,-4.9498082e17,-4.954337e17,-4.9588655e17,-4.963394e17,-4.9679227e17,-4.9724513e17,-4.9769803e17,-4.981509e17,-4.9860375e17,-4.990566e17,-4.9950947e17,-4.9996233e17,-5.004152e17,-5.0086806e17,-5.0132092e17,-5.0177378e17,-5.0222664e17,-5.0267954e17,-5.031324e17,-5.0358526e17,-5.0403812e17,-5.0449098e17,-5.0494384e17,-5.053967e17,-5.0584957e17,-5.0630243e17,-5.067553e17,-5.0720815e17,-5.0766105e17,-5.081139e17,-5.0856677e17,-5.0901963e17,-5.094725e17,-5.0992535e17,-5.103782e17,-5.1083108e17,-5.1128394e17,-5.117368e17,-5.1218966e17,-5.1264252e17,-5.130954e17,-5.1354828e17,-5.1400114e17,-5.14454e17,-5.1490686e17,-5.1535972e17,-5.158126e17,-5.1626545e17,-5.167183e17,-5.1717117e17,-5.1762403e17,-5.1807693e17,-5.185298e17,-5.1898265e17,-5.194355e17,-5.1988837e17,-5.2034123e17,-5.207941e17,-5.2124695e17,-5.216998e17,-5.2215268e17,-5.2260554e17,-5.2305843e17,-5.235113e17,-5.2396416e17,-5.2441702e17,-5.2486988e17,-5.2532274e17,-5.257756e17,-5.2622846e17,-5.2668133e17,-5.271342e17,-5.2758705e17,-5.2803994e17,-5.284928e17,-5.2894567e17,-5.2939853e17,-5.298514e17,-5.3030425e17,-5.307571e17,-5.3120997e17,-5.3166283e17,-5.321157e17,-5.3256856e17,-5.3302145e17,-5.334743e17,-5.3392718e17,-5.3438004e17,-5.348329e17,-5.3528576e17,-5.3573862e17,-5.3619148e17,-5.3664434e17,-5.370972e17,-5.3755007e17,-5.3800296e17,-5.3845582e17,-5.389087e17,-5.3936155e17,-5.398144e17,-5.4026727e17,-5.4072013e17,-5.41173e17,-5.4162585e17,-5.420787e17,-5.4253158e17,-5.4298444e17,-5.4343733e17,-5.438902e17,-5.4434306e17,-5.447959e17,-5.4524878e17,-5.4570164e17,-5.461545e17,-5.4660736e17,-5.4706022e17,-5.475131e17,-5.4796595e17,-5.4841884e17,-5.488717e17,-5.4932456e17,-5.4977743e17,-5.502303e17,-5.5068315e17,-5.51136e17,-5.5158887e17,-5.5204173e17,-5.524946e17,-5.5294746e17,-5.5340035e17,-5.538532e17,-5.5430607e17,-5.5475894e17,-5.552118e17,-5.5566466e17,-5.5611752e17,-5.5657038e17,-5.5702324e17,-5.574761e17,-5.5792896e17,-5.5838186e17,-5.5883472e17,-5.592876e17,-5.5974044e17,-5.601933e17,-5.6064617e17,-5.6109903e17,-5.615519e17,-5.6200475e17,-5.624576e17,-5.6291047e17,-5.6336337e17,-5.6381623e17,-5.642691e17,-5.6472195e17,-5.651748e17,-5.6562768e17,-5.6608054e17,-5.665334e17,-5.6698626e17,-5.6743912e17,-5.67892e17,-5.6834488e17,-5.6879774e17,-5.692506e17,-5.6970346e17,-5.7015632e17,-5.706092e17,-5.7106205e17,-5.715149e17,-5.7196777e17,-5.7242063e17,-5.728735e17,-5.733264e17,-5.7377925e17,-5.742321e17,-5.7468497e17,-5.7513783e17,-5.755907e17,-5.7604356e17,-5.764964e17,-5.769493e17,-5.7740214e17,-5.77855e17,-5.7830786e17,-5.787607e17,-5.792136e17,-5.7966645e17,-5.801193e17,-5.805722e17,-5.810251e17,-5.8147796e17,-5.819308e17,-5.823837e17,-5.8283655e17,-5.832894e17,-5.837423e17,-5.841951e17,-5.84648e17,-5.8510085e17,-5.855537e17,-5.860066e17,-5.8645944e17,-5.869123e17,-5.8736516e17,-5.87818e17,-5.882709e17,-5.8872374e17,-5.891766e17,-5.8962947e17,-5.900823e17,-5.905352e17,-5.909881e17,-5.91441e17,-5.9189384e17,-5.923467e17,-5.9279956e17,-5.932524e17,-5.937053e17,-5.9415815e17,-5.94611e17,-5.950639e17,-5.955167e17,-5.959696e17,-5.9642245e17,-5.968753e17,-5.973282e17,-5.9778104e17,-5.982339e17,-5.9868676e17,-5.991396e17,-5.995925e17,-6.0004535e17,-6.004982e17,-6.009511e17,-6.01404e17,-6.0185686e17,-6.023097e17,-6.027626e17,-6.0321544e17,-6.036683e17,-6.041212e17,-6.04574e17,-6.050269e17,-6.0547975e17,-6.059326e17,-6.063855e17,-6.0683833e17,-6.072912e17,-6.0774406e17,-6.081969e17,-6.086498e17,-6.0910264e17,-6.095555e17,-6.1000836e17,-6.104612e17,-6.109141e17,-6.11367e17,-6.118199e17,-6.1227274e17,-6.127256e17,-6.1317846e17,-6.136313e17,-6.140842e17,-6.1453705e17,-6.149899e17,-6.154428e17,-6.158956e17,-6.163485e17,-6.1680135e17,-6.172542e17,-6.177071e17,-6.1815994e17,-6.186128e17,-6.1906566e17,-6.195185e17,-6.199714e17,-6.2042424e17,-6.208771e17,-6.2133004e17,-6.217829e17,-6.2223576e17,-6.226886e17,-6.231415e17,-6.2359434e17,-6.240472e17,-6.2450006e17,-6.249529e17,-6.254058e17,-6.2585865e17,-6.263115e17,-6.267644e17,-6.272172e17,-6.276701e17,-6.2812296e17,-6.285758e17,-6.290287e17,-6.2948154e17,-6.299344e17,-6.3038726e17,-6.308401e17,-6.31293e17,-6.317459e17,-6.321988e17,-6.3265164e17,-6.331045e17,-6.3355736e17,-6.340102e17,-6.344631e17,-6.3491594e17,-6.353688e17,-6.358217e17,-6.362745e17,-6.367274e17,-6.3718025e17,-6.376331e17,-6.38086e17,-6.3853884e17,-6.389917e17,-6.3944456e17,-6.398974e17,-6.403503e17,-6.4080314e17,-6.41256e17,-6.417089e17,-6.421618e17,-6.4261466e17,-6.430675e17,-6.435204e17,-6.4397324e17,-6.444261e17,-6.4487896e17,-6.453318e17,-6.457847e17,-6.4623755e17,-6.466904e17,-6.471433e17,-6.475961e17,-6.48049e17,-6.4850185e17,-6.489547e17,-6.494076e17,-6.4986044e17,-6.503133e17,-6.5076616e17,-6.51219e17,-6.5167195e17,-6.521248e17,-6.525777e17,-6.5303054e17,-6.534834e17,-6.5393626e17,-6.543891e17,-6.54842e17,-6.5529484e17,-6.557477e17,-6.5620057e17,-6.566534e17,-6.571063e17,-6.5755915e17,-6.58012e17,-6.584649e17,-6.589177e17,-6.593706e17,-6.5982346e17,-6.602763e17,-6.607292e17,-6.6118204e17,-6.616349e17,-6.620878e17,-6.625407e17,-6.6299355e17,-6.634464e17,-6.638993e17,-6.6435214e17,-6.64805e17,-6.6525786e17,-6.657107e17,-6.661636e17,-6.6661645e17,-6.670693e17,-6.675222e17,-6.67975e17,-6.684279e17,-6.6888075e17,-6.693336e17,-6.697865e17,-6.7023934e17,-6.706922e17,-6.7114506e17,-6.715979e17,-6.7205085e17,-6.725037e17,-6.729566e17,-6.734094e17,-6.738623e17,-6.7431516e17,-6.74768e17,-6.752209e17,-6.7567374e17,-6.761266e17,-6.7657946e17,-6.770323e17,-6.774852e17,-6.7793805e17,-6.783909e17,-6.788438e17,-6.792966e17,-6.797495e17,-6.8020235e17,-6.806552e17,-6.811081e17,-6.8156094e17,-6.820139e17,-6.824667e17,-6.829196e17,-6.8337245e17,-6.838253e17,-6.842782e17,-6.8473104e17,-6.851839e17,-6.8563676e17,-6.860896e17,-6.865425e17,-6.8699534e17,-6.874482e17,-6.879011e17,-6.883539e17,-6.888068e17,-6.8925965e17,-6.897125e17,-6.901654e17,-6.906182e17,-6.910711e17,-6.9152396e17,-6.919768e17,-6.9242975e17,-6.928826e17,-6.933355e17,-6.937883e17,-6.942412e17,-6.9469406e17,-6.951469e17,-6.955998e17,-6.9605264e17,-6.965055e17,-6.9695836e17,-6.974112e17,-6.978641e17,-6.9831695e17,-6.987698e17,-6.992227e17,-6.996755e17,-7.001284e17,-7.0058125e17,-7.010341e17,-7.01487e17,-7.0193984e17,-7.023928e17,-7.028456e17,-7.032985e17,-7.0375135e17,-7.042042e17,-7.046571e17,-7.0510993e17,-7.055628e17,-7.0601566e17,-7.064685e17,-7.069214e17,-7.0737424e17,-7.078271e17,-7.0827996e17,-7.087328e17,-7.091857e17,-7.0963855e17,-7.100914e17,-7.105443e17,-7.109971e17,-7.1145e17,-7.1190286e17,-7.123558e17,-7.1280865e17,-7.132615e17,-7.137144e17,-7.141672e17,-7.146201e17,-7.1507295e17,-7.155258e17,-7.159787e17,-7.1643154e17,-7.168844e17,-7.1733726e17,-7.177901e17,-7.18243e17,-7.1869584e17,-7.191487e17,-7.196016e17,-7.200544e17,-7.205073e17,-7.2096015e17,-7.21413e17,-7.218659e17,-7.223188e17,-7.2277167e17,-7.232245e17,-7.236774e17,-7.2413025e17,-7.245831e17,-7.25036e17,-7.254888e17,-7.259417e17,-7.2639456e17,-7.268474e17,-7.273003e17,-7.2775314e17,-7.28206e17,-7.2865886e17,-7.291117e17,-7.295646e17,-7.3001745e17,-7.304703e17,-7.309232e17,-7.31376e17,-7.318289e17,-7.3228175e17,-7.327347e17,-7.3318754e17,-7.336404e17,-7.340933e17,-7.345461e17,-7.34999e17,-7.3545185e17,-7.359047e17,-7.363576e17,-7.3681044e17,-7.372633e17,-7.3771616e17,-7.38169e17,-7.386219e17,-7.3907474e17,-7.395276e17,-7.3998047e17,-7.404333e17,-7.408862e17,-7.4133905e17,-7.417919e17,-7.422448e17,-7.426977e17,-7.4315056e17,-7.436034e17,-7.440563e17,-7.4450915e17,-7.44962e17,-7.454149e17,-7.458677e17,-7.463206e17,-7.4677345e17,-7.472263e17,-7.476792e17,-7.4813204e17,-7.485849e17,-7.4903776e17,-7.494906e17,-7.499435e17,-7.5039634e17,-7.508492e17,-7.513021e17,-7.517549e17,-7.522078e17,-7.526607e17,-7.531136e17,-7.5356644e17,-7.540193e17,-7.544722e17,-7.54925e17,-7.553779e17,-7.5583075e17,-7.562836e17,-7.567365e17,-7.571893e17,-7.576422e17,-7.5809506e17,-7.585479e17,-7.590008e17,-7.5945364e17,-7.599065e17,-7.6035936e17,-7.608122e17,-7.612651e17,-7.6171795e17,-7.621708e17,-7.626237e17,-7.630766e17,-7.6352946e17,-7.639823e17,-7.644352e17,-7.6488805e17,-7.653409e17,-7.657938e17,-7.662466e17,-7.666995e17,-7.6715235e17,-7.676052e17,-7.680581e17,-7.6851094e17,-7.689638e17,-7.6941666e17,-7.698695e17,-7.703224e17,-7.7077524e17,-7.712281e17,-7.71681e17,-7.721338e17,-7.725867e17,-7.730396e17,-7.734925e17,-7.7394534e17,-7.743982e17,-7.7485106e17,-7.753039e17,-7.757568e17,-7.7620965e17,-7.766625e17,-7.771154e17,-7.775682e17,-7.780211e17,-7.7847395e17,-7.789268e17,-7.793797e17,-7.7983254e17,-7.802854e17,-7.8073826e17,-7.811911e17,-7.81644e17,-7.8209685e17,-7.825497e17,-7.8300264e17,-7.834555e17,-7.8390836e17,-7.843612e17,-7.848141e17,-7.8526694e17,-7.857198e17,-7.861727e17,-7.866255e17,-7.870784e17,-7.8753125e17,-7.879841e17,-7.88437e17,-7.8888983e17,-7.893427e17,-7.8979556e17,-7.902484e17,-7.907013e17,-7.9115414e17,-7.91607e17,-7.9205986e17,-7.925127e17,-7.929656e17,-7.934185e17,-7.938714e17,-7.9432424e17,-7.947771e17,-7.9522996e17,-7.956828e17,-7.961357e17,-7.9658855e17,-7.970414e17,-7.974943e17,-7.979471e17,-7.984e17,-7.9885285e17,-7.993057e17,-7.997586e17,-8.0021144e17,-8.006643e17,-8.0111716e17,-8.0157e17,-8.020229e17,-8.0247574e17,-8.029286e17,-8.0338154e17,-8.038344e17,-8.0428726e17,-8.047401e17,-8.05193e17,-8.0564584e17,-8.060987e17,-8.0655156e17,-8.070044e17,-8.074573e17,-8.0791015e17,-8.08363e17,-8.088159e17,-8.092687e17,-8.097216e17,-8.1017446e17,-8.106273e17,-8.110802e17,-8.1153304e17,-8.119859e17,-8.1243876e17,-8.128916e17,-8.1334455e17,-8.137974e17,-8.142503e17,-8.1470314e17,-8.15156e17,-8.1560886e17,-8.160617e17,-8.165146e17,-8.1696744e17,-8.174203e17,-8.178732e17,-8.18326e17,-8.187789e17,-8.1923175e17,-8.196846e17,-8.201375e17,-8.2059034e17,-8.210432e17,-8.2149606e17,-8.219489e17,-8.224018e17,-8.2285464e17,-8.233075e17,-8.237604e17,-8.242133e17,-8.2466616e17,-8.25119e17,-8.255719e17,-8.2602474e17,-8.264776e17,-8.2693046e17,-8.273833e17,-8.278362e17,-8.2828905e17,-8.287419e17,-8.291948e17,-8.296476e17,-8.301005e17,-8.3055335e17,-8.310062e17,-8.314591e17,-8.3191194e17,-8.323648e17,-8.3281766e17,-8.332705e17,-8.3372345e17,-8.341763e17,-8.346292e17,-8.3508204e17,-8.355349e17,-8.3598776e17,-8.364406e17,-8.368935e17,-8.3734634e17,-8.377992e17,-8.382521e17,-8.387049e17,-8.391578e17,-8.3961065e17,-8.400635e17,-8.405164e17,-8.409692e17,-8.414221e17,-8.4187496e17,-8.423278e17,-8.427807e17,-8.4323354e17,-8.436865e17,-8.441393e17,-8.445922e17,-8.4504505e17,-8.454979e17,-8.459508e17,-8.4640364e17,-8.468565e17,-8.4730936e17,-8.477622e17,-8.482151e17,-8.4866795e17,-8.491208e17,-8.495737e17,-8.500265e17,-8.504794e17,-8.5093225e17,-8.513851e17,-8.51838e17,-8.5229084e17,-8.527437e17,-8.5319656e17,-8.536495e17,-8.5410235e17,-8.545552e17,-8.550081e17,-8.5546093e17,-8.559138e17,-8.5636666e17,-8.568195e17,-8.572724e17,-8.5772524e17,-8.581781e17,-8.5863096e17,-8.590838e17,-8.595367e17,-8.5998955e17,-8.604424e17,-8.608953e17,-8.613481e17,-8.61801e17,-8.6225385e17,-8.627067e17,-8.631596e17,-8.6361244e17,-8.640654e17,-8.645182e17,-8.649711e17,-8.6542395e17,-8.658768e17,-8.663297e17,-8.6678254e17,-8.672354e17,-8.6768826e17,-8.681411e17,-8.68594e17,-8.6904684e17,-8.694997e17,-8.699526e17,-8.704054e17,-8.708583e17,-8.7131115e17,-8.71764e17,-8.722169e17,-8.7266973e17,-8.731226e17,-8.7357546e17,-8.740284e17,-8.7448125e17,-8.749341e17,-8.75387e17,-8.758398e17,-8.762927e17,-8.7674556e17,-8.771984e17,-8.776513e17,-8.7810414e17,-8.78557e17,-8.7900986e17,-8.794627e17,-8.799156e17,-8.8036845e17,-8.808213e17,-8.812742e17,-8.81727e17,-8.821799e17,-8.8263275e17,-8.830856e17,-8.835385e17,-8.839914e17,-8.844443e17,-8.848971e17,-8.8535e17,-8.8580285e17,-8.862557e17,-8.867086e17,-8.8716144e17,-8.876143e17,-8.8806716e17,-8.8852e17,-8.889729e17,-8.8942574e17,-8.898786e17,-8.9033146e17,-8.907843e17,-8.912372e17,-8.9169005e17,-8.921429e17,-8.925958e17,-8.930486e17,-8.935015e17,-8.9395436e17,-8.944073e17,-8.9486015e17,-8.95313e17,-8.957659e17,-8.962187e17,-8.966716e17,-8.9712445e17,-8.975773e17,-8.980302e17,-8.9848304e17,-8.989359e17,-8.9938876e17,-8.998416e17,-9.002945e17,-9.0074734e17,-9.012002e17,-9.016531e17,-9.021059e17,-9.025588e17,-9.0301165e17,-9.034645e17,-9.039174e17,-9.043703e17,-9.0482317e17,-9.05276e17,-9.057289e17,-9.0618175e17,-9.066346e17,-9.070875e17,-9.075403e17,-9.079932e17,-9.0844606e17,-9.088989e17,-9.093518e17,-9.0980464e17,-9.102575e17,-9.1071036e17,-9.111632e17,-9.116161e17,-9.1206895e17,-9.125218e17,-9.129747e17,-9.134275e17,-9.138804e17,-9.143333e17,-9.147862e17,-9.1523905e17,-9.156919e17,-9.161448e17,-9.165976e17,-9.170505e17,-9.1750335e17,-9.179562e17,-9.184091e17,-9.1886194e17,-9.193148e17,-9.1976766e17,-9.202205e17,-9.206734e17,-9.2112624e17,-9.215791e17,-9.2203197e17,-9.224848e17,-9.229377e17,-9.2339055e17,-9.238434e17,-9.242963e17,-9.247492e17,-9.2520206e17,-9.256549e17,-9.261078e17,-9.2656065e17,-9.270135e17,-9.274664e17,-9.279192e17,-9.283721e17,-9.2882495e17,-9.292778e17,-9.297307e17,-9.3018354e17,-9.306364e17,-9.3108926e17,-9.315421e17,-9.31995e17,-9.3244785e17,-9.329007e17,-9.333536e17,-9.338064e17,-9.342593e17,-9.347122e17,-9.351651e17,-9.3561794e17,-9.360708e17,-9.365237e17,-9.369765e17,-9.374294e17,-9.3788225e17,-9.383351e17,-9.38788e17,-9.392408e17,-9.396937e17,-9.4014656e17,-9.405994e17,-9.410523e17,-9.4150514e17,-9.41958e17,-9.4241086e17,-9.428637e17,-9.433166e17,-9.4376945e17,-9.442223e17,-9.4467524e17,-9.451281e17,-9.4558096e17,-9.460338e17,-9.464867e17,-9.4693955e17,-9.473924e17,-9.478453e17,-9.482981e17,-9.48751e17,-9.4920385e17,-9.496567e17,-9.501096e17,-9.5056244e17,-9.510153e17,-9.5146816e17,-9.51921e17,-9.523739e17,-9.5282674e17,-9.532796e17,-9.537325e17,-9.541853e17,-9.546382e17,-9.550911e17,-9.55544e17,-9.5599684e17,-9.564497e17,-9.5690256e17,-9.573554e17,-9.578083e17,-9.5826115e17,-9.58714e17,-9.591669e17,-9.596197e17,-9.600726e17,-9.6052546e17,-9.609783e17,-9.614312e17,-9.6188404e17,-9.623369e17,-9.6278976e17,-9.632426e17,-9.636955e17,-9.6414835e17,-9.646012e17,-9.6505414e17,-9.65507e17,-9.6595986e17,-9.664127e17,-9.668656e17,-9.6731844e17,-9.677713e17,-9.682242e17,-9.68677e17,-9.691299e17,-9.6958275e17,-9.700356e17,-9.704885e17,-9.7094134e17,-9.713942e17,-9.7184706e17,-9.722999e17,-9.727528e17,-9.7320564e17,-9.736585e17,-9.7411136e17,-9.745642e17,-9.7501716e17,-9.7547e17,-9.759229e17,-9.7637574e17,-9.768286e17,-9.7728146e17,-9.777343e17,-9.781872e17,-9.7864005e17,-9.790929e17,-9.795458e17,-9.799986e17,-9.804515e17,-9.8090435e17,-9.813572e17,-9.818101e17,-9.8226294e17,-9.827158e17,-9.8316866e17,-9.836215e17,-9.840744e17,-9.8452724e17,-9.849802e17,-9.8543304e17,-9.858859e17,-9.8633876e17,-9.867916e17,-9.872445e17,-9.8769734e17,-9.881502e17,-9.8860307e17,-9.890559e17,-9.895088e17,-9.8996165e17,-9.904145e17,-9.908674e17,-9.913202e17,-9.917731e17,-9.9222596e17,-9.926788e17,-9.931317e17,-9.9358454e17,-9.940374e17,-9.9449026e17,-9.949431e17,-9.9539605e17,-9.958489e17,-9.963018e17,-9.9675464e17,-9.972075e17,-9.9766036e17,-9.981132e17,-9.985661e17,-9.9901895e17,-9.994718e17,-9.999247e17,-1.0003775e18,-1.0008304e18,-1.00128325e18,-1.0017361e18,-1.002189e18,-1.00264184e18,-1.0030947e18,-1.00354756e18,-1.0040004e18,-1.0044533e18,-1.00490614e18,-1.0053591e18,-1.0058119e18,-1.0062648e18,-1.00671766e18,-1.0071705e18,-1.0076234e18,-1.00807624e18,-1.0085291e18,-1.00898196e18,-1.0094348e18,-1.0098877e18,-1.01034055e18,-1.0107934e18,-1.0112463e18,-1.0116991e18,-1.012152e18,-1.01260485e18,-1.0130577e18,-1.0135106e18,-1.01396344e18,-1.0144163e18,-1.01486916e18,-1.0153221e18,-1.01577495e18,-1.0162278e18,-1.0166807e18,-1.01713354e18,-1.0175864e18,-1.01803926e18,-1.0184921e18,-1.018945e18,-1.01939784e18,-1.0198507e18,-1.0203036e18,-1.0207564e18,-1.0212093e18,-1.02166215e18,-1.022115e18,-1.0225679e18,-1.0230207e18,-1.0234736e18,-1.02392646e18,-1.0243793e18,-1.0248322e18,-1.02528504e18,-1.025738e18,-1.0261908e18,-1.0266437e18,-1.02709656e18,-1.0275494e18,-1.0280023e18,-1.02845514e18,-1.028908e18,-1.02936086e18,-1.0298137e18,-1.0302666e18,-1.03071945e18,-1.0311723e18,-1.0316252e18,-1.032078e18,-1.0325309e18,-1.03298375e18,-1.0334366e18,-1.0338895e18,-1.03434234e18,-1.0347952e18,-1.03524806e18,-1.035701e18,-1.03615385e18,-1.0366067e18,-1.0370596e18,-1.03751243e18,-1.0379653e18,-1.03841816e18,-1.038871e18,-1.0393239e18,-1.03977674e18,-1.0402296e18,-1.04068246e18,-1.0411353e18,-1.0415882e18,-1.04204105e18,-1.0424939e18,-1.0429468e18,-1.0433996e18,-1.0438525e18,-1.04430536e18,-1.0447582e18,-1.0452111e18,-1.045664e18,-1.0461169e18,-1.0465697e18,-1.0470226e18,-1.04747545e18,-1.0479283e18,-1.0483812e18,-1.04883404e18,-1.0492869e18,-1.04973976e18,-1.0501926e18,-1.0506455e18,-1.05109834e18,-1.0515512e18,-1.0520041e18,-1.0524569e18,-1.0529098e18,-1.05336265e18,-1.0538155e18,-1.0542684e18,-1.05472123e18,-1.0551741e18,-1.05562696e18,-1.0560799e18,-1.05653275e18,-1.0569856e18,-1.0574385e18,-1.0578913e18,-1.0583442e18,-1.05879706e18,-1.0592499e18,-1.0597028e18,-1.06015564e18,-1.0606085e18,-1.06106136e18,-1.0615142e18,-1.0619671e18,-1.06241995e18,-1.0628728e18,-1.0633257e18,-1.0637785e18,-1.0642314e18,-1.06468425e18,-1.0651371e18,-1.06559e18,-1.0660429e18,-1.0664958e18,-1.0669486e18,-1.0674015e18,-1.06785435e18,-1.0683072e18,-1.0687601e18,-1.06921294e18,-1.0696658e18,-1.07011866e18,-1.0705715e18,-1.0710244e18,-1.07147724e18,-1.0719301e18,-1.07238297e18,-1.0728358e18,-1.0732887e18,-1.07374155e18,-1.0741944e18,-1.0746473e18,-1.0751001e18,-1.075553e18,-1.0760059e18,-1.0764588e18,-1.07691165e18,-1.0773645e18,-1.0778174e18,-1.0782702e18,-1.0787231e18,-1.07917595e18,-1.0796288e18,-1.0800817e18,-1.08053454e18,-1.0809874e18,-1.08144026e18,-1.0818931e18,-1.082346e18,-1.08279884e18,-1.0832517e18,-1.0837046e18,-1.0841574e18,-1.0846103e18,-1.08506315e18,-1.085516e18,-1.0859689e18,-1.0864218e18,-1.0868747e18,-1.0873275e18,-1.0877804e18,-1.08823325e18,-1.0886861e18,-1.089139e18,-1.0895918e18,-1.0900447e18,-1.09049756e18,-1.0909504e18,-1.0914033e18,-1.09185614e18,-1.092309e18,-1.09276186e18,-1.0932147e18,-1.0936676e18,-1.09412045e18,-1.0945733e18,-1.0950262e18,-1.095479e18,-1.0959319e18,-1.0963848e18,-1.0968377e18,-1.09729055e18,-1.0977434e18,-1.0981963e18,-1.0986491e18,-1.099102e18,-1.09955485e18,-1.1000077e18,-1.1004606e18,-1.10091344e18,-1.1013663e18,-1.10181916e18,-1.102272e18,-1.1027249e18,-1.10317774e18,-1.1036306e18,-1.1040835e18,-1.1045363e18,-1.1049892e18,-1.10544205e18,-1.1058949e18,-1.10634784e18,-1.1068007e18,-1.10725356e18,-1.1077064e18,-1.1081593e18,-1.10861215e18,-1.109065e18,-1.1095179e18,-1.1099707e18,-1.1104236e18,-1.11087645e18,-1.1113293e18,-1.1117822e18,-1.11223504e18,-1.1126879e18,-1.11314076e18,-1.1135936e18,-1.1140465e18,-1.11449935e18,-1.1149522e18,-1.1154051e18,-1.1158579e18,-1.11631086e18,-1.1167637e18,-1.1172166e18,-1.11766944e18,-1.1181223e18,-1.1185752e18,-1.119028e18,-1.1194809e18,-1.11993375e18,-1.1203866e18,-1.1208395e18,-1.12129233e18,-1.1217452e18,-1.12219806e18,-1.1226509e18,-1.1231038e18,-1.12355664e18,-1.1240095e18,-1.12446236e18,-1.1249152e18,-1.1253681e18,-1.12582095e18,-1.1262738e18,-1.12672674e18,-1.1271796e18,-1.12763246e18,-1.1280853e18,-1.1285382e18,-1.12899105e18,-1.1294439e18,-1.1298968e18,-1.1303496e18,-1.1308025e18,-1.13125535e18,-1.1317082e18,-1.1321611e18,-1.13261394e18,-1.1330668e18,-1.13351966e18,-1.1339725e18,-1.1344254e18,-1.13487824e18,-1.1353311e18,-1.135784e18,-1.1362368e18,-1.13668976e18,-1.1371426e18,-1.1375955e18,-1.13804834e18,-1.1385012e18,-1.13895406e18,-1.1394069e18,-1.1398598e18,-1.14031265e18,-1.1407655e18,-1.1412184e18,-1.1416712e18,-1.1421241e18,-1.14257696e18,-1.1430298e18,-1.1434827e18,-1.14393554e18,-1.1443884e18,-1.14484126e18,-1.1452941e18,-1.145747e18,-1.14619985e18,-1.1466528e18,-1.14710564e18,-1.1475585e18,-1.14801136e18,-1.1484642e18,-1.1489171e18,-1.14936994e18,-1.1498228e18,-1.1502757e18,-1.1507285e18,-1.1511814e18,-1.15163425e18,-1.1520871e18,-1.15254e18,-1.1529928e18,-1.1534457e18,-1.1538986e18,-1.1543514e18,-1.1548043e18,-1.1552571e18,-1.15571e18,-1.1561629e18,-1.1566157e18,-1.1570686e18,-1.1575214e18,-1.1579743e18,-1.1584272e18,-1.15888e18,-1.1593329e18,-1.1597858e18,-1.1602386e18,-1.1606915e18,-1.1611443e18,-1.1615972e18,-1.1620502e18,-1.162503e18,-1.1629559e18,-1.1634088e18,-1.1638616e18,-1.1643145e18,-1.1647674e18,-1.1652202e18,-1.1656731e18,-1.166126e18,-1.1665788e18,-1.1670317e18,-1.1674845e18,-1.1679374e18,-1.1683903e18,-1.1688431e18,-1.169296e18,-1.1697488e18,-1.1702017e18,-1.1706546e18,-1.1711074e18,-1.1715603e18,-1.1720131e18,-1.172466e18,-1.1729189e18,-1.1733717e18,-1.1738246e18,-1.1742775e18,-1.1747303e18,-1.1751832e18,-1.175636e18,-1.1760889e18,-1.1765418e18,-1.1769946e18,-1.1774475e18,-1.1779003e18,-1.1783532e18,-1.1788061e18,-1.1792589e18,-1.1797118e18,-1.1801647e18,-1.1806175e18,-1.1810704e18,-1.1815232e18,-1.1819762e18,-1.1824291e18,-1.182882e18,-1.1833348e18,-1.1837877e18,-1.1842405e18,-1.1846934e18,-1.1851463e18,-1.1855991e18,-1.186052e18,-1.1865049e18,-1.1869577e18,-1.1874106e18,-1.1878634e18,-1.1883163e18,-1.1887692e18,-1.189222e18,-1.1896749e18,-1.1901277e18,-1.1905806e18,-1.1910335e18,-1.1914863e18,-1.1919392e18,-1.192392e18,-1.1928449e18,-1.1932978e18,-1.1937506e18,-1.1942035e18,-1.1946564e18,-1.1951092e18,-1.1955621e18,-1.196015e18,-1.1964678e18,-1.1969207e18,-1.1973735e18,-1.1978264e18,-1.1982792e18,-1.1987321e18,-1.199185e18,-1.1996378e18,-1.2000907e18,-1.2005436e18,-1.2009964e18,-1.2014493e18,-1.2019021e18,-1.2023551e18,-1.202808e18,-1.2032609e18,-1.2037137e18,-1.2041666e18,-1.2046194e18,-1.2050723e18,-1.2055252e18,-1.205978e18,-1.2064309e18,-1.2068837e18,-1.2073366e18,-1.2077895e18,-1.2082423e18,-1.2086952e18,-1.209148e18,-1.2096009e18,-1.2100538e18,-1.2105066e18,-1.2109595e18,-1.2114124e18,-1.2118652e18,-1.2123181e18,-1.212771e18,-1.2132238e18,-1.2136767e18,-1.2141295e18,-1.2145824e18,-1.2150353e18,-1.2154881e18,-1.215941e18,-1.2163938e18,-1.2168467e18,-1.2172996e18,-1.2177524e18,-1.2182053e18,-1.2186581e18,-1.219111e18,-1.2195639e18,-1.2200167e18,-1.2204696e18,-1.2209225e18,-1.2213753e18,-1.2218282e18,-1.222281e18,-1.222734e18,-1.2231869e18,-1.2236398e18,-1.2240926e18,-1.2245455e18,-1.2249983e18,-1.2254512e18,-1.225904e18,-1.2263569e18,-1.2268098e18,-1.2272626e18,-1.2277155e18,-1.2281684e18,-1.2286212e18,-1.2290741e18,-1.229527e18,-1.2299798e18,-1.2304327e18,-1.2308855e18,-1.2313384e18,-1.2317913e18,-1.2322441e18,-1.232697e18,-1.2331498e18,-1.2336027e18,-1.2340556e18,-1.2345084e18,-1.2349613e18,-1.2354142e18,-1.235867e18,-1.2363199e18,-1.2367727e18,-1.2372256e18,-1.2376785e18,-1.2381313e18,-1.2385842e18,-1.239037e18,-1.2394899e18,-1.2399428e18,-1.2403956e18,-1.2408485e18,-1.2413013e18,-1.2417542e18,-1.2422071e18,-1.2426601e18,-1.243113e18,-1.2435658e18,-1.2440187e18,-1.2444715e18,-1.2449244e18,-1.2453772e18,-1.2458301e18,-1.246283e18,-1.2467358e18,-1.2471887e18,-1.2476415e18,-1.2480944e18,-1.2485473e18,-1.2490001e18,-1.249453e18,-1.2499059e18,-1.2503587e18,-1.2508116e18,-1.2512644e18,-1.2517173e18,-1.2521702e18,-1.252623e18,-1.2530759e18,-1.2535287e18,-1.2539816e18,-1.2544345e18,-1.2548873e18,-1.2553402e18,-1.255793e18,-1.2562459e18,-1.2566988e18,-1.2571516e18,-1.2576045e18,-1.2580574e18,-1.2585102e18,-1.2589631e18,-1.259416e18,-1.2598688e18,-1.2603217e18,-1.2607745e18,-1.2612274e18,-1.2616802e18,-1.2621331e18,-1.262586e18,-1.263039e18,-1.2634918e18,-1.2639447e18,-1.2643976e18,-1.2648504e18,-1.2653033e18,-1.2657561e18,-1.266209e18,-1.2666619e18,-1.2671147e18,-1.2675676e18,-1.2680204e18,-1.2684733e18,-1.2689262e18,-1.269379e18,-1.2698319e18,-1.2702848e18,-1.2707376e18,-1.2711905e18,-1.2716433e18,-1.2720962e18,-1.272549e18,-1.2730019e18,-1.2734548e18,-1.2739076e18,-1.2743605e18,-1.2748134e18,-1.2752662e18,-1.2757191e18,-1.276172e18,-1.2766248e18,-1.2770777e18,-1.2775305e18,-1.2779834e18,-1.2784363e18,-1.2788891e18,-1.279342e18,-1.2797948e18,-1.2802477e18,-1.2807006e18,-1.2811534e18,-1.2816063e18,-1.2820591e18,-1.282512e18,-1.2829649e18,-1.2834179e18,-1.2838707e18,-1.2843236e18,-1.2847765e18,-1.2852293e18,-1.2856822e18,-1.286135e18,-1.2865879e18,-1.2870408e18,-1.2874936e18,-1.2879465e18,-1.2883993e18,-1.2888522e18,-1.289305e18,-1.2897579e18,-1.2902108e18,-1.2906636e18,-1.2911165e18,-1.2915694e18,-1.2920222e18,-1.2924751e18,-1.292928e18,-1.2933808e18,-1.2938337e18,-1.2942865e18,-1.2947394e18,-1.2951923e18,-1.2956451e18,-1.296098e18,-1.2965508e18,-1.2970037e18,-1.2974566e18,-1.2979094e18,-1.2983623e18,-1.2988152e18,-1.299268e18,-1.2997209e18,-1.3001737e18,-1.3006266e18,-1.3010795e18,-1.3015323e18,-1.3019852e18,-1.302438e18,-1.3028909e18,-1.3033439e18,-1.3037968e18,-1.3042496e18,-1.3047025e18,-1.3051553e18,-1.3056082e18,-1.3060611e18,-1.306514e18,-1.3069668e18,-1.3074197e18,-1.3078725e18,-1.3083254e18,-1.3087782e18,-1.3092311e18,-1.309684e18,-1.3101368e18,-1.3105897e18,-1.3110425e18,-1.3114954e18,-1.3119483e18,-1.3124011e18,-1.312854e18,-1.3133069e18,-1.3137597e18,-1.3142126e18,-1.3146654e18,-1.3151183e18,-1.3155712e18,-1.316024e18,-1.3164769e18,-1.3169297e18,-1.3173826e18,-1.3178355e18,-1.3182883e18,-1.3187412e18,-1.319194e18,-1.3196469e18,-1.3200998e18,-1.3205526e18,-1.3210055e18,-1.3214584e18,-1.3219112e18,-1.3223641e18,-1.322817e18,-1.3232698e18,-1.3237228e18,-1.3241757e18,-1.3246285e18,-1.3250814e18,-1.3255342e18,-1.3259871e18,-1.32644e18,-1.3268928e18,-1.3273457e18,-1.3277986e18,-1.3282514e18,-1.3287043e18,-1.3291571e18,-1.32961e18,-1.3300629e18,-1.3305157e18,-1.3309686e18,-1.3314214e18,-1.3318743e18,-1.3323272e18,-1.33278e18,-1.3332329e18,-1.3336858e18,-1.3341386e18,-1.3345915e18,-1.3350443e18,-1.3354972e18,-1.33595e18,-1.3364029e18,-1.3368558e18,-1.3373086e18,-1.3377615e18,-1.3382144e18,-1.3386672e18,-1.3391201e18,-1.339573e18,-1.3400258e18,-1.3404787e18,-1.3409315e18,-1.3413844e18,-1.3418373e18,-1.3422901e18,-1.342743e18,-1.3431958e18,-1.3436488e18,-1.3441017e18,-1.3445546e18,-1.3450074e18,-1.3454603e18,-1.3459131e18,-1.346366e18,-1.3468189e18,-1.3472717e18,-1.3477246e18,-1.3481775e18,-1.3486303e18,-1.3490832e18,-1.349536e18,-1.3499889e18,-1.3504418e18,-1.3508946e18,-1.3513475e18,-1.3518003e18,-1.3522532e18,-1.352706e18,-1.3531589e18,-1.3536118e18,-1.3540646e18,-1.3545175e18,-1.3549704e18,-1.3554232e18,-1.3558761e18,-1.356329e18,-1.3567818e18,-1.3572347e18,-1.3576875e18,-1.3581404e18,-1.3585933e18,-1.3590461e18,-1.359499e18,-1.3599518e18,-1.3604047e18,-1.3608576e18,-1.3613104e18,-1.3617633e18,-1.3622162e18,-1.362669e18,-1.3631219e18,-1.3635747e18,-1.3640277e18,-1.3644806e18,-1.3649335e18,-1.3653863e18,-1.3658392e18,-1.366292e18,-1.3667449e18,-1.3671978e18,-1.3676506e18,-1.3681035e18,-1.3685564e18,-1.3690092e18,-1.3694621e18,-1.369915e18,-1.3703678e18,-1.3708207e18,-1.3712735e18,-1.3717264e18,-1.3721792e18,-1.3726321e18,-1.373085e18,-1.3735378e18,-1.3739907e18,-1.3744435e18,-1.3748964e18,-1.3753493e18,-1.3758021e18,-1.376255e18,-1.3767079e18,-1.3771607e18,-1.3776136e18,-1.3780664e18,-1.3785193e18,-1.3789722e18,-1.379425e18,-1.3798779e18,-1.3803307e18,-1.3807836e18,-1.3812365e18,-1.3816893e18,-1.3821422e18,-1.382595e18,-1.3830479e18,-1.3835008e18,-1.3839536e18,-1.3844066e18,-1.3848595e18,-1.3853124e18,-1.3857652e18,-1.3862181e18,-1.386671e18,-1.3871238e18,-1.3875767e18,-1.3880295e18,-1.3884824e18,-1.3889352e18,-1.3893881e18,-1.389841e18,-1.3902938e18,-1.3907467e18,-1.3911996e18,-1.3916524e18,-1.3921053e18,-1.3925581e18,-1.393011e18,-1.3934639e18,-1.3939167e18,-1.3943696e18,-1.3948224e18,-1.3952753e18,-1.3957282e18,-1.396181e18,-1.3966339e18,-1.3970868e18,-1.3975396e18,-1.3979925e18,-1.3984453e18,-1.3988982e18,-1.399351e18,-1.3998039e18,-1.4002568e18,-1.4007096e18,-1.4011625e18,-1.4016154e18,-1.4020682e18,-1.4025211e18,-1.402974e18,-1.4034268e18,-1.4038797e18,-1.4043327e18,-1.4047855e18,-1.4052384e18,-1.4056913e18,-1.4061441e18,-1.406597e18,-1.4070498e18,-1.4075027e18,-1.4079556e18,-1.4084084e18,-1.4088613e18,-1.4093141e18,-1.409767e18,-1.4102199e18,-1.4106727e18,-1.4111256e18,-1.4115785e18,-1.4120313e18,-1.4124842e18,-1.412937e18,-1.4133899e18,-1.4138428e18,-1.4142956e18,-1.4147485e18,-1.4152013e18,-1.4156542e18,-1.416107e18,-1.4165599e18,-1.4170128e18,-1.4174657e18,-1.4179185e18,-1.4183714e18,-1.4188242e18,-1.4192771e18,-1.41973e18,-1.4201828e18,-1.4206357e18,-1.4210885e18,-1.4215414e18,-1.4219943e18,-1.4224471e18,-1.4229e18,-1.4233528e18,-1.4238057e18,-1.4242586e18,-1.4247116e18,-1.4251644e18,-1.4256173e18,-1.4260702e18,-1.426523e18,-1.4269759e18,-1.4274287e18,-1.4278816e18,-1.4283345e18,-1.4287873e18,-1.4292402e18,-1.429693e18,-1.4301459e18,-1.4305988e18,-1.4310516e18,-1.4315045e18,-1.4319574e18,-1.4324102e18,-1.4328631e18,-1.433316e18,-1.4337688e18,-1.4342217e18,-1.4346745e18,-1.4351274e18,-1.4355802e18,-1.4360331e18,-1.436486e18,-1.4369388e18,-1.4373917e18,-1.4378445e18,-1.4382974e18,-1.4387503e18,-1.4392031e18,-1.439656e18,-1.4401089e18,-1.4405617e18,-1.4410146e18,-1.4414674e18,-1.4419203e18,-1.4423732e18,-1.442826e18,-1.4432789e18,-1.4437317e18,-1.4441846e18,-1.4446376e18,-1.4450905e18,-1.4455433e18,-1.4459962e18,-1.446449e18,-1.4469019e18,-1.4473548e18,-1.4478076e18,-1.4482605e18,-1.4487134e18,-1.4491662e18,-1.4496191e18,-1.450072e18,-1.4505248e18,-1.4509777e18,-1.4514305e18,-1.4518834e18,-1.4523363e18,-1.4527891e18,-1.453242e18,-1.4536948e18,-1.4541477e18,-1.4546006e18,-1.4550534e18,-1.4555063e18,-1.4559591e18,-1.456412e18,-1.4568649e18,-1.4573177e18,-1.4577706e18,-1.4582234e18,-1.4586763e18,-1.4591292e18,-1.459582e18,-1.4600349e18,-1.4604878e18,-1.4609406e18,-1.4613935e18,-1.4618463e18,-1.4622992e18,-1.462752e18,-1.4632049e18,-1.4636578e18,-1.4641106e18,-1.4645635e18,-1.4650165e18,-1.4654694e18,-1.4659222e18,-1.4663751e18,-1.466828e18,-1.4672808e18,-1.4677337e18,-1.4681865e18,-1.4686394e18,-1.4690923e18,-1.4695451e18,-1.469998e18,-1.4704508e18,-1.4709037e18,-1.4713566e18,-1.4718094e18,-1.4722623e18,-1.4727151e18,-1.473168e18,-1.4736209e18,-1.4740737e18,-1.4745266e18,-1.4749795e18,-1.4754323e18,-1.4758852e18,-1.476338e18,-1.4767909e18,-1.4772438e18,-1.4776966e18,-1.4781495e18,-1.4786023e18,-1.4790552e18,-1.4795081e18,-1.4799609e18,-1.4804138e18,-1.4808667e18,-1.4813195e18,-1.4817724e18,-1.4822252e18,-1.4826781e18,-1.483131e18,-1.4835838e18,-1.4840367e18,-1.4844895e18,-1.4849424e18,-1.4853954e18,-1.4858483e18,-1.4863011e18,-1.486754e18,-1.4872068e18,-1.4876597e18,-1.4881126e18,-1.4885654e18,-1.4890183e18,-1.4894712e18,-1.489924e18,-1.4903769e18,-1.4908297e18,-1.4912826e18,-1.4917355e18,-1.4921883e18,-1.4926412e18,-1.493094e18,-1.4935469e18,-1.4939998e18,-1.4944526e18,-1.4949055e18,-1.4953584e18,-1.4958112e18,-1.4962641e18,-1.496717e18,-1.4971698e18,-1.4976227e18,-1.4980755e18,-1.4985284e18,-1.4989812e18,-1.4994341e18,-1.499887e18,-1.5003398e18,-1.5007927e18,-1.5012456e18,-1.5016984e18,-1.5021513e18,-1.5026041e18,-1.503057e18,-1.5035099e18,-1.5039627e18,-1.5044156e18,-1.5048684e18,-1.5053214e18,-1.5057743e18,-1.5062272e18,-1.50668e18,-1.5071329e18,-1.5075857e18,-1.5080386e18,-1.5084915e18,-1.5089443e18,-1.5093972e18,-1.50985e18,-1.5103029e18,-1.5107558e18,-1.5112086e18,-1.5116615e18,-1.5121144e18,-1.5125672e18,-1.5130201e18,-1.513473e18,-1.5139258e18,-1.5143787e18,-1.5148315e18,-1.5152844e18,-1.5157373e18,-1.5161901e18,-1.516643e18,-1.5170958e18,-1.5175487e18,-1.5180016e18,-1.5184544e18,-1.5189073e18,-1.5193601e18,-1.519813e18,-1.5202659e18,-1.5207187e18,-1.5211716e18,-1.5216244e18,-1.5220773e18,-1.5225302e18,-1.522983e18,-1.5234359e18,-1.5238888e18,-1.5243416e18,-1.5247945e18,-1.5252473e18,-1.5257003e18,-1.5261532e18,-1.526606e18,-1.5270589e18,-1.5275118e18,-1.5279646e18,-1.5284175e18,-1.5288704e18,-1.5293232e18,-1.5297761e18,-1.530229e18,-1.5306818e18,-1.5311347e18,-1.5315875e18,-1.5320404e18,-1.5324933e18,-1.5329461e18,-1.533399e18,-1.5338518e18,-1.5343047e18,-1.5347576e18,-1.5352104e18,-1.5356633e18,-1.5361162e18,-1.536569e18,-1.5370219e18,-1.5374747e18,-1.5379276e18,-1.5383805e18,-1.5388333e18,-1.5392862e18,-1.539739e18,-1.5401919e18,-1.5406448e18,-1.5410976e18,-1.5415505e18,-1.5420033e18,-1.5424562e18,-1.5429091e18,-1.543362e18,-1.5438148e18,-1.5442677e18,-1.5447205e18,-1.5451734e18,-1.5456262e18,-1.5460792e18,-1.5465321e18,-1.546985e18,-1.5474378e18,-1.5478907e18,-1.5483435e18,-1.5487964e18,-1.5492493e18,-1.5497021e18,-1.550155e18,-1.5506079e18,-1.5510607e18,-1.5515136e18,-1.5519664e18,-1.5524193e18,-1.5528722e18,-1.553325e18,-1.5537779e18,-1.5542307e18,-1.5546836e18,-1.5551365e18,-1.5555893e18,-1.5560422e18,-1.556495e18,-1.5569479e18,-1.5574008e18,-1.5578536e18,-1.5583065e18,-1.5587594e18,-1.5592122e18,-1.5596651e18,-1.560118e18,-1.5605708e18,-1.5610237e18,-1.5614765e18,-1.5619294e18,-1.5623822e18,-1.5628351e18,-1.563288e18,-1.5637408e18,-1.5641937e18,-1.5646466e18,-1.5650994e18,-1.5655523e18,-1.5660053e18,-1.5664581e18,-1.566911e18,-1.5673639e18,-1.5678167e18,-1.5682696e18,-1.5687224e18,-1.5691753e18,-1.5696282e18,-1.570081e18,-1.5705339e18,-1.5709867e18,-1.5714396e18,-1.5718925e18,-1.5723453e18,-1.5727982e18,-1.573251e18,-1.5737039e18,-1.5741568e18,-1.5746096e18,-1.5750625e18,-1.5755154e18,-1.5759682e18,-1.5764211e18,-1.576874e18,-1.5773268e18,-1.5777797e18,-1.5782325e18,-1.5786854e18,-1.5791383e18,-1.5795911e18,-1.580044e18,-1.5804968e18,-1.5809497e18,-1.5814026e18,-1.5818554e18,-1.5823083e18,-1.5827611e18,-1.583214e18,-1.5836669e18,-1.5841197e18,-1.5845726e18,-1.5850255e18,-1.5854783e18,-1.5859312e18,-1.5863842e18,-1.586837e18,-1.5872899e18,-1.5877428e18,-1.5881956e18,-1.5886485e18,-1.5891013e18,-1.5895542e18,-1.590007e18,-1.5904599e18,-1.5909128e18,-1.5913656e18,-1.5918185e18,-1.5922714e18,-1.5927242e18,-1.5931771e18,-1.59363e18,-1.5940828e18,-1.5945357e18,-1.5949885e18,-1.5954414e18,-1.5958943e18,-1.5963471e18,-1.5968e18,-1.5972528e18,-1.5977057e18,-1.5981586e18,-1.5986114e18,-1.5990643e18,-1.5995172e18,-1.59997e18,-1.6004229e18,-1.6008757e18,-1.6013286e18,-1.6017815e18,-1.6022343e18,-1.6026872e18,-1.60314e18,-1.6035929e18,-1.6040458e18,-1.6044986e18,-1.6049515e18,-1.6054043e18,-1.6058572e18,-1.6063102e18,-1.6067631e18,-1.607216e18,-1.6076688e18,-1.6081217e18,-1.6085745e18,-1.6090274e18,-1.6094802e18,-1.6099331e18,-1.610386e18,-1.6108388e18,-1.6112917e18,-1.6117445e18,-1.6121974e18,-1.6126503e18,-1.6131031e18,-1.613556e18,-1.6140089e18,-1.6144617e18,-1.6149146e18,-1.6153674e18,-1.6158203e18,-1.6162732e18,-1.616726e18,-1.6171789e18,-1.6176317e18,-1.6180846e18,-1.6185375e18,-1.6189903e18,-1.6194432e18,-1.619896e18,-1.6203489e18,-1.6208018e18,-1.6212546e18,-1.6217075e18,-1.6221604e18,-1.6226132e18,-1.6230661e18,-1.623519e18,-1.6239718e18,-1.6244247e18,-1.6248775e18,-1.6253304e18,-1.6257832e18,-1.6262361e18,-1.6266891e18,-1.627142e18,-1.6275948e18,-1.6280477e18,-1.6285006e18,-1.6289534e18,-1.6294063e18,-1.6298591e18,-1.630312e18,-1.6307649e18,-1.6312177e18,-1.6316706e18,-1.6321234e18,-1.6325763e18,-1.6330292e18,-1.633482e18,-1.6339349e18,-1.6343878e18,-1.6348406e18,-1.6352935e18,-1.6357463e18,-1.6361992e18,-1.636652e18,-1.6371049e18,-1.6375578e18,-1.6380106e18,-1.6384635e18,-1.6389164e18,-1.6393692e18,-1.6398221e18,-1.640275e18,-1.6407278e18,-1.6411807e18,-1.6416335e18,-1.6420864e18,-1.6425393e18,-1.6429921e18,-1.643445e18,-1.6438978e18,-1.6443507e18,-1.6448036e18,-1.6452564e18,-1.6457093e18,-1.6461621e18,-1.646615e18,-1.647068e18,-1.6475209e18,-1.6479737e18,-1.6484266e18,-1.6488795e18,-1.6493323e18,-1.6497852e18,-1.650238e18,-1.6506909e18,-1.6511438e18,-1.6515966e18,-1.6520495e18,-1.6525023e18,-1.6529552e18,-1.653408e18,-1.6538609e18,-1.6543138e18,-1.6547666e18,-1.6552195e18,-1.6556724e18,-1.6561252e18,-1.6565781e18,-1.657031e18,-1.6574838e18,-1.6579367e18,-1.6583895e18,-1.6588424e18,-1.6592953e18,-1.6597481e18,-1.660201e18,-1.6606538e18,-1.6611067e18,-1.6615596e18,-1.6620124e18,-1.6624653e18,-1.6629182e18,-1.663371e18,-1.6638239e18,-1.6642767e18,-1.6647296e18,-1.6651825e18,-1.6656353e18,-1.6660882e18,-1.666541e18,-1.666994e18,-1.6674469e18,-1.6678998e18,-1.6683526e18,-1.6688055e18,-1.6692583e18,-1.6697112e18,-1.6701641e18,-1.670617e18,-1.6710698e18,-1.6715227e18,-1.6719755e18,-1.6724284e18,-1.6728812e18,-1.6733341e18,-1.673787e18,-1.6742398e18,-1.6746927e18,-1.6751455e18,-1.6755984e18,-1.6760513e18,-1.6765041e18,-1.676957e18,-1.6774099e18,-1.6778627e18,-1.6783156e18,-1.6787684e18,-1.6792213e18,-1.6796742e18,-1.680127e18,-1.6805799e18,-1.6810327e18,-1.6814856e18,-1.6819385e18,-1.6823913e18,-1.6828442e18,-1.683297e18,-1.6837499e18,-1.6842028e18,-1.6846556e18,-1.6851085e18,-1.6855614e18,-1.6860142e18,-1.6864671e18,-1.68692e18,-1.687373e18,-1.6878258e18,-1.6882787e18,-1.6887315e18,-1.6891844e18,-1.6896372e18,-1.6900901e18,-1.690543e18,-1.6909958e18,-1.6914487e18,-1.6919016e18,-1.6923544e18,-1.6928073e18,-1.6932601e18,-1.693713e18,-1.6941659e18,-1.6946187e18,-1.6950716e18,-1.6955244e18,-1.6959773e18,-1.6964302e18,-1.696883e18,-1.6973359e18,-1.6977888e18,-1.6982416e18,-1.6986945e18,-1.6991473e18,-1.6996002e18,-1.700053e18,-1.7005059e18,-1.7009588e18,-1.7014116e18,-1.7018645e18,-1.7023174e18,-1.7027702e18,-1.7032231e18,-1.703676e18,-1.7041288e18,-1.7045817e18,-1.7050345e18,-1.7054874e18,-1.7059403e18,-1.7063931e18,-1.706846e18,-1.707299e18,-1.7077518e18,-1.7082047e18,-1.7086576e18,-1.7091104e18,-1.7095633e18,-1.7100161e18,-1.710469e18,-1.7109219e18,-1.7113747e18,-1.7118276e18,-1.7122805e18,-1.7127333e18,-1.7131862e18,-1.713639e18,-1.7140919e18,-1.7145448e18,-1.7149976e18,-1.7154505e18,-1.7159033e18,-1.7163562e18,-1.716809e18,-1.7172619e18,-1.7177148e18,-1.7181677e18,-1.7186205e18,-1.7190734e18,-1.7195262e18,-1.7199791e18,-1.720432e18,-1.7208848e18,-1.7213377e18,-1.7217905e18,-1.7222434e18,-1.7226963e18,-1.7231491e18,-1.723602e18,-1.7240548e18,-1.7245077e18,-1.7249606e18,-1.7254134e18,-1.7258663e18,-1.7263192e18,-1.726772e18,-1.7272249e18,-1.7276779e18,-1.7281307e18,-1.7285836e18,-1.7290365e18,-1.7294893e18,-1.7299422e18,-1.730395e18,-1.7308479e18,-1.7313008e18,-1.7317536e18,-1.7322065e18,-1.7326594e18,-1.7331122e18,-1.7335651e18,-1.734018e18,-1.7344708e18,-1.7349237e18,-1.7353765e18,-1.7358294e18,-1.7362822e18,-1.7367351e18,-1.737188e18,-1.7376408e18,-1.7380937e18,-1.7385465e18,-1.7389994e18,-1.7394523e18,-1.7399051e18,-1.740358e18,-1.7408109e18,-1.7412637e18,-1.7417166e18,-1.7421694e18,-1.7426223e18,-1.7430752e18,-1.743528e18,-1.7439809e18,-1.7444337e18,-1.7448866e18,-1.7453395e18,-1.7457923e18,-1.7462452e18,-1.746698e18,-1.7471509e18,-1.7476038e18,-1.7480568e18,-1.7485096e18,-1.7489625e18,-1.7494154e18,-1.7498682e18,-1.7503211e18,-1.750774e18,-1.7512268e18,-1.7516797e18,-1.7521325e18,-1.7525854e18,-1.7530382e18,-1.7534911e18,-1.753944e18,-1.7543968e18,-1.7548497e18,-1.7553026e18,-1.7557554e18,-1.7562083e18,-1.7566611e18,-1.757114e18,-1.7575669e18,-1.7580197e18,-1.7584726e18,-1.7589254e18,-1.7593783e18,-1.7598312e18,-1.760284e18,-1.7607369e18,-1.7611898e18,-1.7616426e18,-1.7620955e18,-1.7625483e18,-1.7630012e18,-1.763454e18,-1.7639069e18,-1.7643598e18,-1.7648126e18,-1.7652655e18,-1.7657184e18,-1.7661712e18,-1.7666241e18,-1.767077e18,-1.7675298e18,-1.7679828e18,-1.7684357e18,-1.7688885e18,-1.7693414e18,-1.7697943e18,-1.7702471e18,-1.7707e18,-1.7711528e18,-1.7716057e18,-1.7720586e18,-1.7725114e18,-1.7729643e18,-1.7734171e18,-1.77387e18,-1.7743229e18,-1.7747757e18,-1.7752286e18,-1.7756815e18,-1.7761343e18,-1.7765872e18,-1.77704e18,-1.7774929e18,-1.7779458e18,-1.7783986e18,-1.7788515e18,-1.7793043e18,-1.7797572e18,-1.78021e18,-1.7806629e18,-1.7811158e18,-1.7815687e18,-1.7820215e18,-1.7824744e18,-1.7829272e18,-1.7833801e18,-1.783833e18,-1.7842858e18,-1.7847387e18,-1.7851915e18,-1.7856444e18,-1.7860973e18,-1.7865501e18,-1.787003e18,-1.7874558e18,-1.7879087e18,-1.7883617e18,-1.7888146e18,-1.7892674e18,-1.7897203e18,-1.7901732e18,-1.790626e18,-1.7910789e18,-1.7915317e18,-1.7919846e18,-1.7924375e18,-1.7928903e18,-1.7933432e18,-1.793796e18,-1.7942489e18,-1.7947018e18,-1.7951546e18,-1.7956075e18,-1.7960604e18,-1.7965132e18,-1.7969661e18,-1.797419e18,-1.7978718e18,-1.7983247e18,-1.7987775e18,-1.7992304e18,-1.7996832e18,-1.8001361e18,-1.800589e18,-1.8010418e18,-1.8014947e18,-1.8019476e18,-1.8024004e18,-1.8028533e18,-1.8033061e18,-1.803759e18,-1.8042119e18,-1.8046647e18,-1.8051176e18,-1.8055704e18,-1.8060233e18,-1.8064762e18,-1.806929e18,-1.8073819e18,-1.8078347e18,-1.8082876e18,-1.8087406e18,-1.8091935e18,-1.8096463e18,-1.8100992e18,-1.810552e18,-1.8110049e18]} diff --git a/lib/node_modules/@stdlib/math/base/special/sinf/test/fixtures/julia/large_positive.json b/lib/node_modules/@stdlib/math/base/special/sinf/test/fixtures/julia/large_positive.json new file mode 100644 index 000000000000..489dcd1fa681 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/sinf/test/fixtures/julia/large_positive.json @@ -0,0 +1 @@ +{"expected":[0.045818668,-0.9940387,-0.21675539,0.94677407,0.42320445,-0.15537465,-0.609531,-0.06244227,0.76687545,0.27729017,-0.30697542,-0.47895345,0.9664263,-0.8516783,0.12464083,-0.80545413,0.98435515,-0.5498631,0.53283316,-0.98058456,-0.58430773,-0.18635294,0.8408893,-0.97143215,0.49663487,0.2876365,-0.89266944,0.5324936,0.24733774,-0.8730425,0.9547179,-0.44146836,-0.34687862,0.91907096,-0.91855156,-0.30735722,0.9017885,-0.9342774,0.38457888,0.40476695,-0.948369,0.8920756,0.36617714,-0.4977766,0.91019064,-0.84017634,-0.4610755,0.92671365,-0.86211795,-0.42356792,0.55096173,-0.88255155,0.80467355,0.5155846,-0.9014414,0.8287956,0.4793056,-0.60199654,0.851468,-0.76603025,-0.56808144,0.68186444,-0.79223865,-0.5331726,0.65068185,-0.8170613,0.7243972,0.6183611,-0.72620904,0.7525897,0.58495873,-0.69682765,0.77946573,-0.679937,-0.66622746,0.7677193,-0.71000344,-0.6344618,0.74025387,-0.738828,-0.60158646,0.7114936,-0.80623335,0.883786,0.68148875,-0.780791,0.86344856,0.65029186,-0.7539829,0.8416007,-0.9112776,-0.7258559,0.81828076,-0.8932618,-0.6964593,0.7935295,-0.87368345,0.93521255,0.7673902,-0.852577,0.91958874,0.7399085,-0.82997906,0.9023564,-0.95549756,-0.8059294,0.88354564,-0.9423267,-0.7804701,0.8631894,-0.9275075,0.97205335,0.84132326,-0.911066,0.9613869,0.8179855,-0.8930308,0.9490388,-0.9848154,-0.87343353,0.9350306,-0.97669494,0.99753845,0.91938686,-0.9668661,0.9937339,0.90213495,-0.9553459,0.9881911,-0.9999704,-0.9421547,0.98091984,-0.998774,-0.9273155,0.9719327,-0.99583054,0.9984996,0.9612455,-0.9911452,0.999916,0.94887686,-0.98472613,0.9995834,-0.9931318,-0.9765846,0.9975023,-0.99715555,-0.9667349,0.99367636,-0.999435,0.98388803,0.98811233,-0.9999663,0.9905033,0.9808199,-0.9987484,0.995386,-0.9708042,-0.99578357,0.9985276,0.9611038,0.94055194,0.9999225,0.9487146,0.95393157,0.99956846,0.8270316,0.9656425,0.9974659,0.84981436,0.97566444,0.9936186,0.8711107,0.9839797,0.98803324,0.8908832,0.99057376,0.9807196,0.90909743,0.9954351,0.7505148,0.92572147,0.9985553,0.7774915,0.9407262,0.9999288,0.8031082,0.95408547,0.9995532,0.82732016,0.96577585,0.99742925,0.8500849,0.9757769,0.6622929,0.87136275,0.9840711,0.69304276,0.8911163,0.990644,0.7225804,0.90931123,0.995484,0.7508541,0.92591554,0.5287122,0.7778143,0.94090027,0.56374174,0.80341405,0.9542392,0.59778523,0.82760847,0.9659089,0.6307831,0.8503552,0.9758891,0.6626775,0.8716145,0.41879398,0.69341284,0.89134926,0.45639843,0.72293526,0.9095248,0.49320456,0.7511931,0.9261094,0.529148,0.77813697,0.9410741,0.5641658,0.8037197,0.30234417,0.5981968,0.8278966,0.34193704,0.6311814,0.85062534,0.38093176,0.663062,0.87186617,0.4192602,0.69378275,0.13989829,0.45685527,0.7232899,0.18117897,0.49365118,0.75153196,0.22214274,0.52958363,0.77845937,0.26271793,0.5645897,0.8040251,0.3028336,0.5986082,0.015392247,0.34241953,0.63157964,0.05718808,0.38140652,0.6634463,0.098883875,0.4197263,0.6941525,0.14040671,0.45731196,0.72364444,0.18168394,0.49409768,-0.10935385,0.22264338,0.5300191,-0.06769473,0.26321337,0.56501347,-0.025917193,0.30332294,0.59901947,0.015905675,0.34290192,0.6319777,0.057700723,0.38188112,-0.23239444,0.099394836,0.42019233,-0.19152175,0.1409151,0.45776856,-0.15031405,0.18218887,0.49454403,-0.10884342,0.22314395,-0.390644,-0.06718241,0.2637087,-0.35181057,-0.02540387,0.30381218,-0.31236178,0.0164191,0.34338424,-0.27236658,0.05821335,0.38235566,-0.23189498,0.099905774,-0.50233483,-0.19101775,0.14142345,-0.46573985,-0.14980638,0.18269373,-0.42833018,-0.10833297,0.22364447,0.5308897,-0.85584754,-0.6389167,-0.3513299,-0.02489054,0.30430138,0.5998415,-0.80963755,-0.57240534,-0.2718725,0.058725964,0.38283008,-0.9298406,-0.75776523,-0.5018908,-0.19051369,0.14193176,0.45868137,-0.89584386,-0.7005933,-0.4278661,-0.107822485,0.22414492,-0.9780258,-0.8555818,-0.63852155,-0.35084906,-0.024377204,0.30479047,-0.9571858,-0.80933607,-0.57198423,-0.2713783,0.05923856,0.3833044,-0.92965156,-0.7574301,-0.50144655,-0.19000956,0.14244004,-0.9919609,-0.8956156,-0.7002268,-0.42740193,-0.10731197,0.22464532,-0.9779186,-0.8553159,-0.6381263,-0.35036817,-0.023863863,-0.9992038,-0.9570371,-0.80903435,-0.57156295,-0.27088404,0.059751146,-0.9990433,-0.92946225,-0.7570947,-0.50100225,-0.18950541,0.14294827,-0.99189574,-0.89538705,-0.6998601,-0.42693764,-0.10680143,-0.9924393,-0.97781116,-0.8550497,-0.63773084,-0.3498872,-0.023350514,-0.9992242,-0.956888,-0.80873245,-0.57114154,-0.2703897,-0.95829,-0.9990207,-0.9292727,-0.7567591,-0.5005578,-0.1890012,-0.9788189,-0.9918304,-0.8951583,-0.6994932,-0.42647326,-0.897543,-0.9925022,-0.97770345,-0.85478336,-0.63733524,-0.3494061,-0.9312463,-0.9992443,-0.95673877,-0.8084303,-0.57071996,-0.26989532,-0.9584366,-0.99899787,-0.9290829,-0.75642335,-0.5001132,-0.85782665,-0.97892386,-0.9917648,-0.8949293,-0.6991262,-0.42600876,-0.89776933,-0.99256486,-0.9775955,-0.85451674,-0.63693947,-0.76059794,-0.93143326,-0.99926406,-0.9565892,-0.808128,-0.5702982,-0.8121843,-0.95858294,-0.99897474,-0.92889285,-0.75608736,-0.6422586,-0.85809046,-0.97902864,-0.99169886,-0.89470005,-0.6987589,-0.70405686,-0.8979954,-0.9926272,-0.9774873,-0.8542499,-0.6365435,-0.7609312,-0.93162,-0.9992837,-0.95643944,-0.80782545,-0.57638824,-0.8124837,-0.9587291,-0.9989514,-0.92870253,-0.75575125,-0.6426521,-0.85835403,-0.9791331,-0.9916327,-0.8944706,-0.43272176,-0.70442146,-0.8982212,-0.9926893,-0.97737885,-0.85398287,-0.50653607,-0.76126426,-0.9318065,-0.999303,-0.9562894,-0.277045,-0.57680774,-0.812783,-0.95887494,-0.9989277,-0.92851204,-0.35636097,-0.6430454,-0.85861737,-0.9792373,-0.9915663,-0.89424086,-0.43318462,-0.7047858,-0.8984468,-0.9927512,-0.9772701,-0.19629501,-0.5069787,-0.7615971,-0.9319927,-0.999322,-0.95613915,-0.27753836,-0.5772271,-0.81308204,-0.95902056,-0.9989038,-0.030780846,-0.3568407,-0.6434386,-0.85888046,-0.97934127,-0.9914996,-0.11418897,-0.4336474,-0.70515,-0.89867216,-0.99281275,-0.9771611,-0.19679849,-0.50742126,-0.7619298,-0.93217874,-0.9993408,0.05232977,-0.27803165,-0.5776464,-0.81338084,-0.95916593,-0.9988797,-0.03129409,-0.35732034,-0.64383155,-0.8591434,-0.979445,0.21739608,-0.11469909,-0.43411002,-0.705514,-0.89889723,-0.9928741,0.13507888,-0.19730191,-0.50786364,-0.7622623,-0.9323645,0.3764285,0.051816974,-0.27852488,-0.57806545,-0.81367946,-0.95931107,0.2977027,-0.031807326,-0.3577999,-0.6442244,-0.859406,-0.97954845,0.21689485,-0.11520918,-0.43457255,-0.70587784,-0.8991221,0.45206374,0.13457008,-0.19780529,-0.50830597,-0.7625945,-0.93255,0.37595275,0.051304165,-0.27901798,-0.57848436,-0.81397784,0.5938776,0.29721245,-0.032320555,-0.35827935,-0.6446171,-0.85966843,0.524576,0.21639355,-0.11571924,-0.43503496,-0.7062414,0.7192083,0.45160565,0.13406125,-0.1983086,-0.50874805,-0.7629266,0.65863955,0.37547687,0.05079134,-0.27951106,-0.57890314,-0.81427604,0.59346443,0.29672214,-0.032833774,-0.3587587,-0.6450095,0.77442235,0.52413875,0.2158922,-0.11622926,-0.43549725,-0.7066049,0.71885145,0.45114744,0.13355237,-0.19881187,-0.5091901,0.86871094,0.6582531,0.37500092,0.050278507,-0.28000405,-0.5793218,0.8242866,0.593051,0.29623172,-0.033346985,-0.35923794,0.9388882,0.7740974,0.52370137,0.21539079,-0.11673926,-0.43595946,-0.7069681,-0.8997953,-0.99311674,0.88533694,0.9888486,0.9830065,0.8684565,0.6578664,0.37452483,0.049765658,-0.28049695,-0.5797402,-0.8148717,-0.959889,0.7958596,0.9504014,0.99984115,0.93871135,0.77377224,0.5232639,0.21488932,-0.11724922,-0.4364215,-0.70733124,-0.9000192,0.6842929,0.8855756,0.988925,0.98291206,0.8682018,0.6574796,0.37404868,0.049252797,-0.2809898,-0.5801586,-0.8151693,0.5537336,0.79617035,0.950561,0.99983186,0.9385342,0.77344686,0.52282625,0.21438779,-0.11775916,-0.43688348,-0.7076941,0.40780526,0.6846673,0.88581395,0.98900104,0.9828174,0.86794686,0.65709263,0.3735724,0.04873992,-0.28148258,-0.5805767,-0.8154666,0.55416113,0.79648095,0.9507203,0.9998223,0.9383568,0.77312124,0.52238846,0.21388622,-0.11826906,-0.4373453,-0.7080568,0.40827405,0.6850415,0.88605213,0.98907685,0.9827225,0.8676917,0.65670544,0.37309605,0.048227035,-0.28197527,-0.5809947,0.25105527,0.5545885,0.7967914,0.9508794,0.9998125,0.9381792,0.77279544,0.5219505,0.21338457,-0.11877894,-0.43780702,0.0868684,0.40874276,0.68541545,0.8862901,0.98915243,0.98262733,0.86743635,0.6563181,0.37261957,0.047714133,-0.28246787,-0.07972954,0.25155228,0.5550157,0.79710156,0.95103824,0.9998024,0.93800133,0.77246946,0.52151245,0.21288288,-0.11928877,-0.24411456,0.08737993,0.40921134,0.6857893,0.8865278,0.9892277,0.9825319,0.86718076,0.65593064,0.37214303,0.04720122,-0.2829604,-0.07921767,0.25204924,0.55544275,0.7974115,0.9511968,0.99979204,0.93782324,0.77214324,0.52107424,0.21238114,-0.119798586,-0.24361658,0.08789145,0.40967983,0.6861629,0.88676524,0.98930275,0.98243624,0.86692494,0.6555429,0.37166637,0.046688292,-0.40125385,-0.07870579,0.25254613,0.5558697,0.79772127,0.95135516,0.9997815,0.9376449,0.77181685,0.5206359,0.21187933,-0.5477542,-0.24311852,0.08840294,0.41014817,0.6865363,0.88700247,0.98937756,0.9823403,0.8666689,0.65515506,0.3711896,-0.6790516,-0.40078345,-0.07819387,0.25304294,0.55629647,0.7980308,0.95151323,0.9997706,0.93746626,0.7714903,0.52019745,-0.79150164,-0.54732454,-0.24262041,0.08891442,0.41061646,0.6869096,0.88723946,0.98945206,0.9822441,0.8664126,0.65476704,-0.88198346,-0.6786745,-0.40031296,-0.077681944,0.25353968,0.5567231,0.79834014,0.95167106,0.9997595,0.9372874,0.77116346,0.5197588,-0.7911877,-0.5468947,-0.24212222,0.08942586,0.4110846,0.6872827,0.8874762,0.98952633,0.9821476,0.86615604,0.65437883,-0.88174134,-0.6782973,-0.39984235,-0.07716999,0.25403637,0.5571496,0.79864925,0.95182866,0.99974805,0.9371083,0.7708365,-0.94782203,-0.7908736,-0.54646474,-0.24162398,0.089937285,0.41155264,0.6876556,0.8877127,0.9896003,0.9820509,0.8658993,-0.9875957,-0.881499,-0.6779199,-0.39937162,-0.076658025,0.25453296,0.55757594,0.7989582,0.95198596,0.9997364,0.9369289,-0.9999584,-0.9476582,-0.79055923,-0.54603463,-0.24112567,0.090448685,0.41202056,0.68802834,0.88794905,0.98967403,0.9819539,-0.98456705,-0.9875149,-0.8812564,-0.6775423,-0.3989008,-0.07614604,0.25502953,0.5580021,0.7992669,0.952143,0.9997245,0.93674934,-0.9999629,-0.9474941,-0.7902447,-0.5456044,-0.2406273,0.090960056,0.4124884,0.68840086,0.8881851,0.9897475,0.98185664,-0.9846568,-0.9874339,-0.8810136,-0.67716455,-0.3984299,-0.075634025,0.255526,0.55842817,0.7995753,0.95229983,0.9997123,-0.94202125,-0.9999672,-0.94732976,-0.7899299,-0.545174,-0.24012886,0.09147141,0.41295612,0.6887732,0.88842094,0.9898207,-0.8732397,-0.9847463,-0.9873526,-0.88077056,-0.67678666,-0.39795887,-0.07512199,0.2560224,0.55885404,0.7998836,0.9524564,-0.78022116,-0.9421934,-0.9999713,-0.9471652,-0.7896149,-0.5447434,-0.23963036,0.09198274,0.41342372,0.6891454,0.8886565,-0.66554743,-0.8734898,-0.98483545,-0.9872711,-0.88052726,-0.6764085,-0.39748773,-0.07460994,0.25651875,0.5592798,0.8001917,-0.53240126,-0.78054225,-0.94236535,-0.999975,-0.9470004,-0.7892997,-0.5443128,-0.2391318,0.09249404,0.41389123,0.6895174,0.8888919,-0.66593057,-0.87373966,-0.98492444,-0.9871893,-0.8802838,-0.6760302,-0.3970165,-0.07409787,0.25701502,0.5597054,0.80049956,-0.53283584,-0.7808631,-0.942537,-0.99997854,-0.94683534,-0.78898436,-0.5438819,-0.23863317,0.093005314,0.41435862,0.6898892,-0.38495213,-0.6663135,-0.8739893,-0.9850131,-0.9871072,-0.88004005,-0.6756518,-0.39654517,-0.07358578,0.25751123,0.56013083,-0.226384,-0.5332703,-0.7811838,-0.9427085,-0.99998176,-0.94667,-0.78866875,-0.54345095,-0.23813449,0.09351657,0.41482592,-0.06153252,-0.385426,-0.66669637,-0.8742387,-0.9851016,-0.9870249,-0.879796,-0.6752731,-0.39607373,-0.07307367,0.25800738,0.10502681,-0.22688413,-0.53370464,-0.7815043,-0.9428797,-0.99998474,-0.9465044,-0.78835297,-0.54301983,-0.23763573,0.0940278,0.41529307,-0.06204503,-0.38589978,-0.667079,-0.8744879,-0.98518974,-0.98694235,-0.8795518,-0.6748943,-0.39560217,-0.07256154,0.25850344,0.10451614,-0.22738421,-0.5341388,-0.7818245,-0.94305056,-0.9999874,-0.9463386,-0.78803694,-0.5425886,-0.23713692,0.094539,0.26817644,-0.062557526,-0.38637343,-0.66746145,-0.87473685,-0.98527765,-0.9868595,-0.8793074,-0.6745153,-0.39513052,-0.072049394,0.42439345,0.10400545,-0.22788422,-0.53457284,-0.7821446,-0.9432213,-0.99998987,-0.94617254,-0.7877207,-0.5421572,-0.23663804,0.5688313,0.26768172,-0.06307001,-0.38684702,-0.66784376,-0.8749856,-0.98536533,-0.9867764,-0.8790628,-0.6741361,-0.39465874,0.69748116,0.42392844,0.103494726,-0.22838417,-0.5350067,-0.78246444,-0.94339174,-0.9999921,-0.9460062,-0.7874043,-0.54172564,0.80677223,0.5684089,0.26718694,-0.063582465,-0.38732046,-0.6682258,-0.87523407,-0.9854527,-0.986693,-0.87881786,-0.6737568,-0.39418688,0.6971131,0.4234633,0.10298398,-0.22888406,-0.53544044,-0.7827841,-0.9435619,-0.999994,-0.94583964,-0.7870876,-0.5412939,0.8064687,0.56798637,0.26669207,-0.06409491,-0.38779384,-0.6686078,-0.8754823,-0.98553985,-0.9866094,-0.8785727,-0.6733772,0.8934406,0.69674486,0.42299807,0.10247321,-0.22938389,-0.53587407,-0.7831035,-0.94373184,-0.99999565,-0.9456728,-0.78677076,0.95561486,0.806165,0.56756365,0.26619714,-0.06460734,-0.3882671,-0.66898954,-0.87573034,-0.98562676,-0.98652554,-0.87832737,0.99126583,0.8932099,0.6963764,0.42253274,0.1019624,-0.22988366,-0.5363076,-0.78342277,-0.94390154,-0.999997,-0.94550574,0.99940395,0.95546347,0.80586106,0.5671408,0.26570216,-0.06511975,-0.38874024,-0.66937107,-0.8759782,-0.98571336,-0.9864414,-0.87808174,0.991198,0.89297885,0.6960078,0.42206728,0.101451576,-0.23038337,-0.5367409,-0.7837418,-0.944071,-0.99999815,-0.9453384,0.99942154,0.95531183,0.8055569,0.5667178,0.26520708,-0.06563214,-0.3892133,-0.6697525,-0.8762257,-0.98579973,-0.986357,0.97990596,0.9911299,0.8927476,0.695639,0.4216017,0.10094072,-0.23088302,-0.53717405,-0.7840606,-0.9442402,-0.999999,0.93319285,0.9994389,0.9551599,0.80525255,0.56629467,0.26471195,-0.06614452,-0.38968626,-0.6701337,-0.87647307,-0.9858858,0.8605788,0.98000824,0.9910615,0.89251614,0.69527,0.42113602,0.10042983,-0.23138261,-0.53760713,-0.78437924,-0.94440913,0.76407915,0.93337727,0.999456,0.95500773,0.804948,0.5658714,0.26421672,-0.06665687,-0.3901591,-0.67051476,-0.8767202,0.6463723,0.8608402,0.9801103,0.99099284,0.8922844,0.6949009,0.42067024,0.099918924,-0.23188213,-0.53804004,-0.78469765,-0.9445778,-0.99999994,-0.94483495,-0.7851834,-0.5387008,-0.2326448,-0.96389294,-0.82327485,-0.5916132,-0.2945267,0.0351306,0.3609029,0.64676404,0.8611014,0.9802121,0.99092394,0.8920525,0.6945315,0.42020434,0.09940799,-0.2323816,-0.5384728,-0.7850158,-0.94474626,-1.0,-0.9446666,-0.7848654,-0.5382681,-0.99794996,-0.9637561,-0.82298326,-0.5911991,-0.29403594,0.03564377,0.36138174,0.6471556,0.86136234,0.9803136,0.9908548,0.8918203,0.694162,0.41973832,0.09889703,-0.232881,-0.5389054,-0.7853338,-0.94491446,-0.9999998,-0.94449806,-0.78454703,-0.5378353,-0.9979827,-0.963619,-0.82269144,-0.59078485,-0.29354513,0.03615693,0.36186048,0.64754695,0.8616231,0.98041487,0.9907854,0.89158785,0.6937923,0.41927218,0.09838604,-0.23338035,-0.5393379,-0.7856516,-0.9450824,-0.99999934,-0.94432926,-0.78422856,-0.9221812,-0.99801517,-0.9634816,-0.82239944,-0.5903705,-0.2930542,0.03667008,0.36233914,0.64793813,0.8618836,0.98051584,0.99071574,0.8913552,0.6934224,0.41880596,0.09787503,-0.23387963,-0.5397702,-0.7859692,-0.94525015,-0.9999986,-0.94416016,-0.74470866,-0.9223796,-0.99804735,-0.963344,-0.8221072,-0.5899559,-0.29256323,0.037183225,0.36281767,0.6483292,0.8621439,0.98061657,0.99064577,0.89112234,0.6930523,0.4183396,0.097363986,-0.23437884,-0.5402024,-0.78628653,-0.9454176,-0.9999976,-0.9439909,-0.7450512,-0.92257786,-0.9980793,-0.9632061,-0.8218147,-0.58954126,-0.29207215,0.037696354,0.36329615,0.6487201,0.8624039,0.98071706,0.99057555,0.8908892,0.692682,0.41787317,0.09685292,-0.234878,-0.54063445,-0.7866037,-0.9455848,-0.99999636,-0.4855805,-0.74539363,-0.92277586,-0.998111,-0.96306795,-0.82152206,-0.5891264,-0.291581,0.03820948,0.3637745,0.64911073,0.86266375,0.9808173,0.9905051,0.8906559,0.6923116,0.4174066,0.09634183,-0.23537709,-0.54106635,-0.78692067,-0.9457517,-0.17257427,-0.48602933,-0.7457358,-0.92297363,-0.9981424,-0.96292955,-0.82122916,-0.58871144,-0.2910898,0.03872259,0.36425275,0.64950126,0.8629234,0.9809173,0.9904344,0.8904223,0.69194096,0.4169399,0.095830716,-0.23587613,-0.5414981,-0.7872374,-0.94591844,-0.17308003,-0.48647803,-0.74607784,-0.9231711,-0.9981736,-0.9627909,-0.8209361,-0.58829623,-0.2905985,0.039235692,0.36473092,0.6498916,0.8631827,0.981017,0.9903634,0.89018846,0.69157016,0.41647315,0.09531958,-0.2363751,-0.5419297,-0.78755397,0.15895145,-0.17358574,-0.48692662,-0.74641967,-0.9233684,-0.99820447,-0.962652,-0.8206427,-0.58788097,-0.29010713,0.039748784,0.36520898,0.65028185,0.8634419,0.9811164,0.99029213,0.8899544,0.6911992,0.41600624,0.09480841,-0.23687401,-0.5423612,0.47345844,0.15844446,-0.17409143,-0.48737505,-0.74676126,-0.9235654,-0.9982351,-0.9625129,-0.8203492,-0.58746547,-0.2896157,0.040261865,0.36568698,0.65067184,0.8637008,0.9812156,0.99022067,0.8897201,0.69082797,0.41553923,0.094297215,-0.23737286,-0.54279256,0.4730061,0.15793744,-0.17459705,-0.48782337,-0.74710274,-0.92376214,-0.99826545,-0.9623735,-0.8200554,-0.58704984,-0.28912416,0.040774934,0.36616486,0.65106165,0.8639595,0.98131454,0.9901489,0.88948554,0.6904566,0.4150721,0.093786,-0.23787165,0.7354185,0.4725536,0.15743037,-0.17510264,-0.48827153,-0.7474439,-0.92395866,-0.99829555,-0.96223384,-0.81976146,-0.5866341,-0.28863257,0.041287992,0.36664262,0.65145135,0.86421794,0.9814132,0.99007684,0.8892508,0.6900851,0.4146049,0.093274765,0.91675067,0.73507047,0.472101,0.15692326,-0.17560817,-0.4887196,-0.747785,-0.924155,-0.9983254,-0.9620939,-0.8194673,-0.5862182,-0.2881409,0.041801043,0.36712033,0.6518408,0.86447614,0.9815116,0.99000454,0.8890158,0.68971336,0.41413757,0.9970105,0.9165454,0.73472226,0.47164828,0.1564161,-0.17611365,-0.48916754,-0.7481258,-0.92435104,-0.998355,-0.96195376,-0.81917286,-0.5858021,-0.28764912,0.04231408,0.3675979,0.65223014,0.8647342,0.98160976,0.989932,0.8887806,0.6893415,0.41367012,0.9969707,0.91633993,0.7343738,0.47119543,0.15590891,-0.1766191,-0.48961532,-0.74846643,-0.92454684,-0.99838424,-0.96181333,-0.81887823,-0.58538586,-0.2871573,0.042827107,0.3680754,0.6526193,0.86499196,0.9817077,0.9898592,0.8885451,0.6889694,0.9674794,0.99693066,0.9161342,0.7340252,0.47074243,0.15540169,-0.1771245,-0.49006298,-0.74880683,-0.92474234,-0.9984133,-0.96167266,-0.8185834,-0.58496946,-0.2866654,0.04334012,0.3685528,0.6530083,0.8652495,0.9818053,0.98978615,0.8883094,0.83132297,0.96760917,0.9968903,0.91592824,0.7336764,0.47028935,0.15489441,-0.17762984,-0.49051052,-0.7491471,-0.92493767,-0.9984421,-0.9615317,-0.8182884,-0.5845529,-0.28617343,0.043853123,0.3690301,0.6533971,0.8655068,0.98190266,0.9897128,0.88807344,0.8316083,0.9677387,0.9968497,0.915722,0.7333273,0.46983612,0.1543871,-0.17813514,-0.49095795,-0.74948716,-0.92513275,-0.9984706,-0.96139055,-0.8179931,-0.5841362,-0.28568137,0.044366118,0.36950728,0.6537857,0.8657639,0.9819998,0.9896392,0.60392207,0.8318933,0.9678679,0.9968088,0.9155156,0.7329781,0.46938276,0.15387975,-0.1786404,-0.49140522,-0.74982697,-0.92532754,-0.99849886,-0.9612491,-0.81769764,-0.5837193,-0.28518924,0.044879097,0.3699844,0.6541742,0.8660208,0.9820967,0.30965313,0.60433125,0.8321782,0.96799695,0.9967677,0.9153089,0.73262876,0.4689293,0.15337235,-0.1791456,-0.49185237,-0.7501666,-0.92552215,-0.9985269,-0.96110743,-0.81740195,-0.5833023,-0.28469703,0.045392066,0.3704614,0.6545625,0.8662774,0.9821933,0.31014135,0.6047403,0.8324628,0.96812564,0.99672633,0.91510195,0.7322791,0.4684757,0.1528649,-0.17965077,-0.4922994,-0.75050604,-0.92571646,-0.9985546,-0.96096545,-0.817106,-0.58288515,-0.28420475,0.04590502,0.3709383,0.6549506,0.8665338,-0.018241825,0.3106295,0.6051492,0.8327472,0.96825415,0.9966847,0.9148948,0.73192936,0.468022,0.15235743,-0.18015589,-0.4927463,-0.7508453,-0.9259106,-0.99858207,-0.9608233,-0.8168099,-0.58246785,-0.28371242,0.046417966,0.3714151,0.6553385,-0.34461382,-0.017728416,0.31111753,0.6055579,0.8330314,0.96838236,0.99664277,0.9146874,0.73157936,0.46756813,0.15184991,-0.18066095,-0.49319306,-0.75118434,-0.9261044,-0.99860924,-0.96068084,-0.81651354,-0.5820504,-0.28321996,0.046930898,0.37189183,0.6557263,-0.34413174,-0.017215002,0.3116055,0.60596645,0.8333154,0.9685103,0.9966006,0.91447973,0.7312292,0.46711418,0.15134236,-0.18116598,-0.49363968,-0.7515232,-0.926298,-0.9986362,-0.96053815,-0.81621695,-0.58163273,-0.28272748,0.04744382,0.37236843,-0.63259435,-0.34364957,-0.016701585,0.31209338,0.60637486,0.8335991,0.96863806,0.9965582,0.91427183,0.73087883,0.46666008,0.15083475,-0.18167095,-0.49408618,-0.7518619,-0.9264914,-0.9986629,-0.9603952,-0.8159202,-0.58121496,-0.2822349,0.047956724,-0.8513131,-0.6321966,-0.3431673,-0.016188161,0.31258118,0.6067831,0.83388263,0.96876556,0.99651545,0.9140637,0.7305283,0.46620587,0.15032712,-0.18217586,-0.49453256,-0.75220037,-0.9266845,-0.9986893,-0.960252,-0.8156232,-0.5807971,-0.28174224,-0.97617406,-0.8510436,-0.6317986,-0.34268495,-0.015674736,0.3130689,0.60719115,0.83416593,0.96889275,0.99647254,0.9138553,0.7301775,0.46575153,0.14981945,-0.18268074,-0.4949788,-0.7525386,-0.9268773,-0.99871546,-0.9601085,-0.815326,-0.58037895,-0.28124952,-0.97606254,-0.8507738,-0.6314005,-0.3422025,-0.015161305,0.31355655,0.6075991,0.83444905,0.9690197,0.9964293,0.9136467,0.72982657,0.46529707,0.14931174,-0.18318556,-0.4954249,-0.75287664,-0.92706996,-0.9987413,-0.9599648,-0.8150286,-0.5799607,-0.99347,-0.9759507,-0.85050386,-0.63100225,-0.34171999,-0.01464787,0.3140441,0.60800683,0.8347319,0.9691464,0.9963858,0.91343784,0.72947544,0.4648425,0.14880398,-0.18369034,-0.4958709,-0.75321454,-0.92726237,-0.99876696,-0.95982087,-0.81473094,-0.9013469,-0.9935285,-0.97583866,-0.8502337,-0.63060385,-0.34123734,-0.014134431,0.31453156,0.6084145,0.8350145,0.96927285,0.99634206,0.91322875,0.7291241,0.4643878,0.14829618,-0.18419507,-0.49631673,-0.7535522,-0.9274545,-0.9987923,-0.9596766,-0.8144331,-0.9015692,-0.99358666,-0.9757263,-0.84996325,-0.6302052,-0.34075463,-0.0136209885,0.31501895,0.60882187,0.835297,0.96939903,0.9962981,0.9130194,0.7287726,0.46393296,0.14778835,-0.18469976,-0.49676245,-0.7538896,-0.9276464,-0.99881744,-0.95953214,-0.7102114,-0.9017912,-0.9936446,-0.9756138,-0.8496926,-0.62980646,-0.34027183,-0.013107543,0.31550628,0.60922915,0.83557916,0.9695249,0.9962538,0.9128098,0.7284209,0.46347803,0.14728047,-0.18520439,-0.49720803,-0.7542269,-0.927838,-0.99884224,-0.44055238,-0.7105728,-0.902013,-0.9937023,-0.97550094,-0.84942174,-0.6294075,-0.33978894,-0.012594094,0.3159935,0.60963625,0.83586115,0.9696506,0.99620926,0.9126,0.728069,0.46302295,0.14677256,-0.18570897,-0.49765348,-0.754564,-0.9280294,-0.9988668,-0.4410133,-0.710934,-0.9022346,-0.9937597,-0.9753878,-0.84915066,-0.6290084,-0.33930594,-0.0120806405,0.31648064,0.6100432,0.83614296,0.96977603,0.99616444,0.91238993,0.72771686,0.46256775,0.14626461,-0.18621351,-0.49809882,-0.7549008,-0.92822057,-0.122831844,-0.4414741,-0.711295,-0.9024559,-0.99381685,-0.97527444,-0.84887934,-0.6286091,-0.33882287,-0.011567185,0.3169677,0.61045,0.83642447,0.9699012,0.9961194,0.91217965,0.7273646,0.46211243,0.14575662,-0.186718,-0.498544,-0.7552375,0.2088919,-0.12334143,-0.4419348,-0.71165586,-0.902677,-0.9938737,-0.97516084,-0.8486078,-0.6282097,-0.33833972,-0.011053725,0.31745467,0.61085665,0.8367058,0.97002614,0.9960741,0.91196907,0.7270121,0.46165702,0.14524859,-0.18722244,-0.49898908,-0.755574,0.2083897,-0.12385099,-0.44239536,-0.7120165,-0.90289783,-0.99393034,-0.975047,-0.84833604,-0.6278101,-0.33785647,-0.010540264,0.31794155,0.61126316,0.8369869,0.97015077,0.9960285,0.9117583,0.7266594,0.46120146,0.14474054,-0.18772683,-0.499434,0.51714575,0.20788746,-0.12436051,-0.4428558,-0.71237695,-0.90311843,-0.9939867,-0.97493285,-0.84806406,-0.62741035,-0.3373731,-0.010026799,0.31842834,0.6116694,0.8372678,0.97027516,0.9959826,0.91154724,0.72630656,0.46074578,0.14423242,-0.18823116,0.7688862,0.51670617,0.20738515,-0.124869995,-0.44331613,-0.71273726,-0.90333885,-0.9940428,-0.97481847,-0.84779185,-0.6270104,-0.33688968,-0.009513332,0.31891507,0.61207557,0.83754843,0.9703993,0.9959365,0.911336,0.7259535,0.46028996,0.14372428,0.9358565,0.7685578,0.51626647,0.2068828,-0.12537946,-0.44377637,-0.71309733,-0.90355897,-0.99409866,-0.97470385,-0.8475194,-0.6266103,-0.33640617,-0.008999862,0.3194017,0.6124816,0.8378289,0.9705232,0.99589014,0.9111245,0.7256003,0.45983404,0.1432161,0.93567544,0.7682291,0.51582664,0.20638038,-0.12588888,-0.44423646,-0.7134572,-0.90377885,-0.9941542,-0.97458893,-0.84724677,-0.62621003,-0.33592257,-0.008486389,0.31988826,0.6128874,0.83810914,0.9706468,0.99584347,0.91091275,0.72524685,0.459378,0.9996343,0.9354941,0.76790035,0.5153867,0.20587793,-0.12639827,-0.44469646,-0.71381694,-0.9039985,-0.9942095,-0.97447383,-0.8469739,-0.6258096,-0.33543885,-0.007972915,0.32037473,0.61329305,0.8383891,0.9707702,0.99579656,0.91070074,0.7248932,0.953383,0.9996203,0.93531257,0.7675713,0.5149466,0.2053754,-0.12690762,-0.4451563,-0.7141765,-0.9042179,-0.99426454,-0.9743584,-0.8467008,-0.625409,-0.33495507,-0.0074594384,0.3208611,0.6136986,0.8386689,0.97089326,0.9957494,0.91048855,0.7245394,0.9535378,0.9996061,0.9351308,0.7672421,0.51450634,0.20487283,-0.12741695,-0.44561607,-0.7145358,-0.9044371,-0.9943194,-0.97424275,-0.84642744,-0.6250082,-0.3344712,-0.0069459598,0.32134742,0.6141039,0.8389485,0.97101617,0.995702,0.91027606,0.8023273,0.95369244,0.9995915,0.9349487,0.76691264,0.5140659,0.2043702,-0.12792623,-0.44607568,-0.71489495,-0.90465605,-0.99437386,-0.9741268,-0.8461539,-0.6246073,-0.33398724,-0.0064324792,0.32183364,0.6145091,0.8392278,0.9711388,0.9956543,0.5626597,0.80263364,0.95384675,0.9995767,0.9347664,0.76658297,0.51362544,0.20386752,-0.12843549,-0.4465352,-0.7152539,-0.90487474,-0.99442816,-0.97401065,-0.84588015,-0.62420624,-0.3335032,-0.0059189973,0.32231975,0.6149141,0.8395069,0.9712611,0.99560636,0.5630841,0.80293983,0.95400083,0.9995616,0.93458384,0.7662532,0.5131848,0.20336479,-0.12894471,-0.4469946,-0.71561265,-0.9050932,-0.99448216,-0.9738942,-0.84560615,-0.623805,-0.33301905,-0.0054055136,0.3228058,0.61531895,0.8397858,0.9713832,0.2614542,0.5635084,0.80324584,0.9541547,0.9995463,0.93440104,0.76592314,0.512744,0.202862,-0.1294539,-0.4474539,-0.71597123,-0.9053114,-0.99453586,-0.97377753,-0.8453319,-0.62340355,-0.33253482,-0.0048920284,0.32329175,0.61572367,0.84006447,-0.069001175,0.2619498,0.56393254,0.80355155,0.9543082,0.9995307,0.934218,0.7655929,0.51230305,0.20235915,-0.12996306,-0.44791305,-0.71632963,-0.90552944,-0.9945893,-0.9736605,-0.8450575,-0.623002,-0.3320505,-0.0043785423,0.32377765,0.6161282,0.84034294,-0.068488896,0.26244533,0.5643565,0.8038571,0.9544615,0.9995148,0.9340347,0.7652624,0.511862,0.20185627,-0.13047218,-0.44837207,-0.7166878,-0.9057472,-0.99464256,-0.97354335,-0.8447828,-0.62260026,-0.33156613,-0.0038650546,0.32426342,0.61653256,-0.39137664,-0.0679766,0.2629408,0.5647803,0.80416244,0.9546146,0.9994987,0.9338512,0.7649318,0.51142085,0.20135331,-0.13098127,-0.448831,-0.71704584,-0.9059647,-0.9946955,-0.97342587,-0.84450793,-0.62219834,-0.33108163,-0.0033515661,0.32474914,-0.6711149,-0.39090407,-0.067464285,0.26343617,0.565204,0.80446756,0.9547674,0.99948233,0.9336674,0.76460093,0.5109795,0.20085031,-0.13149032,-0.4492898,-0.71740365,-0.90618193,-0.9947482,-0.97330815,-0.84423286,-0.62179625,-0.33059704,-0.0028380768,-0.87686235,-0.67073417,-0.39043137,-0.06695195,0.26393148,0.5656275,0.8047725,0.95492,0.99946564,0.93348336,0.7642699,0.51053804,0.20034726,-0.13199933,-0.4497485,-0.7177613,-0.90639895,-0.9948006,-0.9731902,-0.8439575,-0.62139404,-0.3301124,-0.0023245865,-0.8766154,-0.6703532,-0.3899586,-0.066439606,0.26442674,0.5660509,0.80507714,0.9550723,0.9994488,0.9332991,0.76393867,0.51009643,0.19984415,-0.13250831,-0.45020705,-0.7181187,-0.90661573,-0.9948528,-0.97307193,-0.84368193,-0.6209916,-0.32962763,-0.9858493,-0.8763682,-0.66997206,-0.38948572,-0.065927245,0.26492193,0.56647414,0.80538166,0.95522434,0.99943155,0.9331146,0.7636072,0.5096547,0.199341,-0.13301726,-0.4506655,-0.718476,-0.90683234,-0.9949047,-0.9729535,-0.8434062,-0.6205891,-0.9863928,-0.98576313,-0.87612075,-0.6695908,-0.3890127,-0.06541486,0.26541704,0.5668972,0.80568594,0.95537615,0.99941415,0.9329298,0.76327556,0.50921285,0.19883779,-0.13352616,-0.45112383,-0.718833,-0.90704864,-0.9949563,-0.9728347,-0.8431302,-0.6201863,-0.32865787,-0.0007841129,0.32717636,0.6189554,0.8422859,0.97247046,0.9951124,0.90770775,0.71992236,0.45252287,0.13508019,0.51335007,0.7663769,0.9346523,0.99956733,0.9539431,0.80282503,0.5629249,0.2607726,-0.07021783,-0.39344305,-0.6731585,-0.87843144,-0.9865611,-0.9855899,-0.8756252,-0.66882765,-0.3880664,-0.06439004,0.26640704,0.56774294,0.8062938,0.955679,0.99937844,0.93255955,0.7626116,0.50832874,0.1978312,-0.13454388,-0.45204017,-0.7195466,-0.90748054,-0.99505883,-0.97259647,-0.8425775,-0.61938035,-0.32768777,0.0002428708,0.32814664,0.61976165,0.842839,0.9727093,0.9950105,0.9072764,0.7192092,-0.12773518,0.20455876,0.51423115,0.76703626,0.935017,0.999597,0.95363444,0.8022123,0.5620758,0.259781,-0.07124224,-0.394387,-0.67391765,-0.87892175,-0.9867284,-0.9854157,-0.87512875,-0.6680638,-0.3871197,-0.063365154,0.26739678,0.5685881,0.80690086,0.95598084,0.9993417,0.93218833,0.7619469,0.507444,0.1968244,-0.13556147,-0.452956,-0.7202594,-0.9079115,-0.9951603,-0.97235715,-0.84202397,-0.6185738,-0.32671732,0.0012698543,0.32911658,0.62056726,0.84339124,0.97294706,0.9949075,0.906844,-0.4449838,-0.12671655,0.20556393,0.5151117,0.7676948,0.9353807,0.9996256,0.95332485,0.8015987,0.56122607,0.25878912,-0.07226658,-0.39533052,-0.67467606,-0.8794111,-0.98689467,-0.9852404,-0.8746313,-0.6672993,-0.3861726,-0.0623402,0.26838621,0.56943256,0.80750704,0.9562817,0.99930394,0.9318161,0.7612814,0.50655884,0.19581741,-0.13657889,-0.45387134,-0.72097147,-0.90834147,-0.99526066,-0.9721169,-0.8414695,-0.6177665,-0.3257465,0.0022968363,0.3300862,0.6213723,0.84394264,0.9731838,0.9948034,-0.7133222,-0.44406387,-0.12569778,0.20656887,0.5159917,0.76835245,0.9357434,0.9996532,0.95301425,0.8009843,0.5603758,0.257797,-0.07329084,-0.39627364,-0.6754337,-0.87989956,-0.98705983,-0.9850641,-0.874133,-0.66653407,-0.3852251,-0.061315183,0.26937538,0.5702765,0.80811244,0.95658153,0.9992651,0.93144286,0.76061505,0.5056731,0.1948102,-0.13759618,-0.4547862,-0.7216827,-0.9087705,-0.99536,-0.97187555,-0.8409142,-0.6169586,-0.32477537,0.003323816,0.33105543,0.6221766,0.8444931,-0.9940218,-0.9032562,-0.71260214,-0.44314346,-0.12467887,0.2075736,0.5168711,0.76900935,0.9361051,0.9996797,0.9527027,0.800369,0.55952495,0.2568046,-0.07431502,-0.39721635,-0.6761907,-0.88038707,-0.987224,-0.98488677,-0.87363374,-0.6657681,-0.38427714,-0.0602901,0.27036425,0.57111984,0.8087169,0.9568804,0.9992252,0.93106866,0.75994796,0.50478685,0.19380279,-0.13861333,-0.4557006,-0.7223933,-0.9091986,-0.9954583,-0.9716332,-0.84035796,-0.61615,-0.3238039,0.004350792,0.33202434,0.6229803,-0.9750897,-0.9939091,-0.90281504,-0.7118812,-0.4422226,-0.123659834,0.2085781,0.51774997,0.7696654,0.9364658,0.9997052,0.9523901,0.79975295,0.55867344,0.2558119,-0.07533912,-0.39815864,-0.67694694,-0.8808736,-0.9873871,-0.98470837,-0.87313354,-0.66500145,-0.38332883,-0.05926495,0.27135286,0.57196254,0.80932057,0.9571782,0.99918425,0.9306935,0.75928,0.5039,0.19279517,-0.13963032,-0.4566145,-0.72310305,-0.9096257,-0.9955555,-0.9713898,-0.8398009,-0.6153408,-0.32283208,0.005377764,0.33299288,-0.84898114,-0.975317,-0.99379545,-0.9023729,-0.7111596,-0.44130126,-0.12264067,0.20958239,0.51862836,0.7703207,0.9368255,0.9997296,0.95207644,0.799136,0.5578214,0.25481898,-0.076363154,-0.39910048,-0.6777025,-0.8813593,-0.9875492,-0.9845289,-0.87263244,-0.6642341,-0.38238007,-0.05823974,0.27234116,0.57280463,0.80992335,0.957475,0.9991423,0.93031734,0.7586113,0.50301266,0.19178736,-0.14064717,-0.45752794,-0.72381204,-0.9100519,-0.9956517,-0.9711454,-0.8392429,-0.614531,-0.3218599,-0.33997008,-0.6295572,-0.84952337,-0.97554326,-0.9936807,-0.90192986,-0.71043724,-0.44037944,-0.12162137,0.21058644,0.51950616,0.7709752,0.9371843,0.99975294,0.95176184,0.7985182,0.55696875,0.25382575,-0.077387094,-0.4000419,-0.67845726,-0.88184404,-0.98771024,-0.9843484,-0.87213045,-0.6634661,-0.38143095,-0.05721447,0.27332917,0.5736461,0.8105253,0.95777076,0.9990992,0.92994016,0.7579418,0.50212485,0.19077934,-0.14166386,-0.4584409,-0.72452027,-0.91047704,-0.99574685,-0.97089994,-0.838684,-0.6137205,-0.013813603,-0.34093574,-0.63035476,-0.8500647,-0.9757685,-0.9935649,-0.90148586,-0.7097141,-0.43945718,-0.12060195,0.21159029,0.52038336,0.7716288,0.937542,0.99977523,0.95144624,0.79789954,0.5561155,0.25283226,-0.07841096,-0.40098295,-0.6792114,-0.88232785,-0.9878702,-0.9841669,-0.8716275,-0.6626973,-0.3804814,-0.05618914,0.2743169,0.57448703,0.81112635,0.95806557,0.9990551,0.92956203,0.75727147,0.50123644,0.18977112,-0.14268042,-0.45935336,-0.7252277,-0.9109013,-0.99584097,-0.9706535,0.6078539,0.31386122,-0.014840481,-0.341901,-0.6311517,-0.8506052,-0.9759927,-0.993448,-0.90104085,-0.7089902,-0.43853444,-0.1195824,0.21259391,0.5212601,0.77228165,0.9378988,0.9997965,0.9511296,0.7972801,0.5552617,0.2518385,-0.07943474,-0.40192354,-0.6799648,-0.8828107,-0.9880292,-0.9839844,-0.8711237,-0.6619279,-0.37953144,-0.05516375,0.27530435,0.57532734,0.81172657,0.95835936,0.99900997,0.92918295,0.7566003,0.5003475,0.1887627,-0.14369681,-0.46026534,-0.72593445,-0.91132456,-0.995934,0.8340597,0.6070381,0.31288594,-0.015867343,-0.3428659,-0.63194793,-0.85114473,-0.97621584,-0.9933302,-0.90059495,-0.7082656,-0.43761125,-0.11856272,0.21359731,0.5221362,0.77293366,0.9382546,0.99981666,0.950812,0.79665977,0.55440724,0.2508445,-0.08045843,-0.4028637,-0.68071747,-0.8832926,-0.9881871,-0.9838008,-0.8706189,-0.6611577,-0.3785811,-0.0541383,0.27629152,0.57616705,0.81232595,0.95865214,0.9989637,0.92880285,0.7559284,0.49945804,0.18775408,-0.14471307,-0.4611768,-0.7266404,-0.9117469,0.9685902,0.8334927,0.6062217,0.31191036,-0.01689419,-0.34383047,-0.63274354,-0.8516834,-0.976438,-0.9932112,-0.9001481,-0.7075403,-0.4366876,-0.117542915,0.21460047,0.5230118,0.77358484,0.93860936,0.9998358,0.95049334,0.7960386,0.55355227,0.24985021,-0.081482045,-0.40380344,-0.6814694,-0.8837736,-0.98834395,-0.9836162,-0.8701132,-0.6603869,-0.37763035,-0.053112794,0.27727836,0.5770061,0.81292444,0.95894384,0.99891645,0.9284218,0.7552557,0.49856806,0.18674526,-0.14572917,-0.46208784,0.91476524,0.99665856,0.9683343,0.8329248,0.6054046,0.31093445,-0.017921017,-0.34479466,-0.6335385,-0.85222113,-0.9766591,-0.9930912,-0.8997003,-0.7068141,-0.43576348,-0.11652299,0.21560343,0.52388686,0.77423525,0.9389632,0.9998539,0.95017374,0.7954166,0.5526967,0.24885567,-0.08250557,-0.40474278,-0.68222064,-0.88425374,-0.98849976,-0.9834305,-0.86960655,-0.65961534,-0.3766792,-0.05208723,0.27826494,0.5778446,0.8135221,0.9592346,0.99886817,0.9280398,0.75458217,0.49767756,0.18573624,-0.14674512,0.7324103,0.9151796,0.9967419,0.9680774,0.83235604,0.6045869,0.30995822,-0.018947827,-0.34575847,-0.6343327,-0.85275793,-0.9768792,-0.99297017,-0.8992515,-0.7060873,-0.4348389,-0.115502946,0.21660614,0.5247614,0.77488476,0.939316,0.9998709,0.94985306,0.7947938,0.55184054,0.24786086,-0.08352901,-0.40568167,-0.6829712,-0.88473284,-0.98865455,-0.9832438,-0.869099,-0.65884316,-0.37572768,-0.051061615,0.27925122,0.5786825,0.8141189,0.95952433,0.99881876,0.92765677,0.75390786,0.49678653,0.15407008,0.46955284,0.7331092,0.9155931,0.9968242,0.96781945,0.8317864,0.6037685,0.30898166,-0.019974615,-0.34672195,-0.6351263,-0.8532939,-0.9770982,-0.9928481,-0.8988018,-0.7053597,-0.43391386,-0.114482775,0.21760863,0.5256353,0.77553356,0.93966776,0.9998869,0.94953144,0.7941701,0.5509838,0.2468658,-0.08455236,-0.40662012,-0.68372095,-0.88521105,-0.9888083,-0.9830561,-0.8685906,-0.6580702,-0.37477577,-0.050035942,0.2802372,0.57951975,0.81471485,0.95981306,0.9987683,0.92727274,0.7532328,-0.17744027,0.15508471,0.47045934,0.7338072,0.91600555,0.99690545,0.9675605,0.8312159,0.60294956,0.30800474,-0.021001384,-0.34768504,-0.6359192,-0.85382897,-0.97731626,-0.99272496,-0.8983512,-0.7046313,-0.43298835,-0.11346248,0.21861088,0.5265087,0.77618146,0.9400186,0.99990183,0.9492088,0.7935456,0.55012643,0.24587047,-0.085575625,-0.40755814,-0.68447,-0.88568836,-0.988961,-0.98286736,-0.8680813,-0.6572966,-0.37382343,-0.04901022,0.28122288,0.58035636,0.81530994,0.96010077,0.99871683,0.92688775,-0.48944736,-0.1764295,0.15609919,0.47136533,0.7345045,0.91641706,0.9969857,0.96730053,0.8306445,0.60212994,0.30702752,-0.02202813,-0.34864777,-0.6367115,-0.8543631,-0.9775332,-0.9926008,-0.89789957,-0.70390224,-0.43206242,-0.11244207,0.21961291,0.52738154,0.7768286,0.9403684,0.99991566,0.94888514,0.79292023,0.54926854,0.24487488,-0.08659879,-0.40849575,-0.6852184,-0.88616467,-0.9891127,-0.9826775,-0.867571,-0.6565223,-0.37287068,-0.047984444,0.28220826,0.5811924,0.81590414,0.96038747,-0.9240814,-0.74765706,-0.48855153,-0.17541853,0.1571135,0.47227082,0.73520106,0.91682756,0.9970648,0.9670396,0.8300722,0.60130966,0.30605,-0.023054853,-0.34961012,-0.637503,-0.85489637,-0.97774917,-0.99247557,-0.897447,-0.7031724,-0.431136,-0.11142154,0.2206147,0.5282538,0.7774749,0.9407173,0.9999285,0.94856054,0.792294,0.54841006,0.24387904,-0.087621875,-0.40943295,-0.685966,-0.8866401,-0.98926324,-0.98248667,-0.86705977,-0.6557473,-0.37191758,-0.046958618,0.28319335,0.5820278,0.8164975,-0.99825406,-0.92368835,-0.74697465,-0.4876552,-0.17440738,0.15812765,0.4731758,0.7358968,0.91723716,0.9971429,0.96677756,0.8294991,0.6004888,0.30507213,-0.02408155,-0.3505721,-0.6382939,-0.8554287,-0.9779641,-0.9923493,-0.8969935,-0.7024418,-0.43020913,-0.11040089,0.22161627,0.5291255,0.77812034,0.94106513,0.9999402,0.9482349,0.79166704,0.54755104,0.24288294,-0.08864486,-0.41036966,-0.6867129,-0.8871146,-0.98941284,-0.9822948,-0.86654764,-0.65497154,-0.37096408,-0.045932744,0.28417817,0.5828626,-0.9627042,-0.9981929,-0.9232944,-0.74629146,-0.48675835,-0.17339604,0.15914163,0.4740803,0.7365918,0.91764575,0.99722,0.9665145,0.8289251,0.59966725,0.30409393,-0.025108224,-0.35153374,-0.63908416,-0.85596013,-0.97817796,-0.992222,-0.8965391,-0.7017105,-0.42928183,-0.109380126,0.2226176,0.5299967,0.778765,0.941412,0.99995095,0.9479083,0.79103917,0.54669136,0.24188657,-0.08966775,-0.411306,-0.6874591,-0.8875881,-0.9895613,-0.9821019,-0.8660346,-0.6541952,-0.37001017,-0.044906817,-0.5888671,-0.8213391,-0.9629815,-0.9981307,-0.9228994,-0.7456075,-0.48586097,-0.17238452,0.16015545,0.4749843,0.737286,0.9180534,0.997296,0.9662505,0.8283502,0.59884506,0.30311543,-0.026134871,-0.35249498,-0.63987374,-0.8564907,-0.9783909,-0.9920936,-0.89608365,-0.70097846,-0.42835405,-0.10835925,0.2236187,0.5308673,0.7794088,0.94175786,0.9999606,0.94758064,0.79041046,0.54583114,0.24088995,-0.09069055,-0.41224188,-0.6882045,-0.8880607,-0.98970884,-0.98190796,-0.8655207,-0.6534181,-0.36905587,-0.29225639,-0.5896968,-0.82192445,-0.96325785,-0.9980674,-0.92250353,-0.74492276,-0.4849631,-0.17137282,0.16116908,0.47588778,0.7379794,0.9184601,0.9973709,0.9659854,0.82777447,0.5980223,0.3021366,-0.02716149,-0.35345587,-0.6406626,-0.8570203,-0.97860265,-0.9919642,-0.8956273,-0.7002456,-0.42742583,-0.10733826,0.22461955,0.5317373,0.7800518,0.94210273,0.9999692,0.947252,0.789781,0.54497033,0.2398931,-0.09171326,-0.4131773,-0.6889493,-0.88853234,-0.9898553,-0.98171294,-0.86500585,0.36215958,0.03647758,-0.29323837,-0.5905259,-0.822509,-0.96353316,-0.998003,-0.9221066,-0.7442372,-0.48406473,-0.17036094,0.16218255,0.47679076,0.7386721,0.9188658,0.9974448,0.96571934,0.8271978,0.59719884,0.30115744,-0.02818808,-0.35441637,-0.6414508,-0.8575491,-0.97881347,-0.99183375,-0.89517003,-0.6995121,-0.42649716,-0.10631715,0.22562018,0.53260684,0.78069407,0.9424466,0.9999767,0.94692236,0.7891506,0.544109,0.23889597,-0.092735864,-0.4141123,-0.6896933,-0.8890031,-0.99000067,-0.98151696,0.6470087,0.36120212,0.03545126,-0.29422006,-0.5913544,-0.82309264,-0.96380746,-0.9979376,-0.92170876,-0.74355084,-0.4831658,-0.16934888,0.16319586,0.47769323,0.7393639,0.9192705,0.99751765,0.96545225,0.8266203,0.5963748,0.300178,-0.029214641,-0.3553765,-0.6422383,-0.8580769,-0.9790232,-0.99170226,-0.89471185,-0.69877785,-0.42556804,-0.10529593,0.22662055,0.53347576,0.7813354,0.94278944,0.9999832,0.94659173,0.7885194,0.54324704,0.23789859,-0.093758374,-0.41504687,-0.69043654,-0.8894729,-0.990145,0.86074215,0.64622533,0.36024427,0.034424905,-0.29520142,-0.5921823,-0.82367545,-0.96408075,-0.99787116,-0.92130995,-0.7428637,-0.4822664,-0.16833664,0.164209,0.47859523,0.740055,0.9196743,0.99758947,0.96518415,0.82604194,0.5955501,0.2991982,-0.03024117,-0.35633627,-0.64302516,-0.85860384,-0.97923195,-0.9915697,-0.89425266,-0.6980428,-0.42463848,-0.1042746,0.2276207,0.5343441,0.7819759,0.9431313,0.9999886,0.9462601,0.7878874,0.54238456,0.23690097,-0.09478079,-0.415981,-0.6911791,0.99115545,0.9798675,0.86021894,0.64544123,0.35928607,0.03339851,-0.29618248,-0.59300953,-0.8242574,-0.964353,-0.9978037,-0.9209101,-0.7421758,-0.4813665,-0.16732422,0.16522194,0.4794967,0.7407453,0.9200771,0.99766016,0.964915,0.82546264,0.59472483,0.2982181,-0.03126767,-0.35729566,-0.64381135,-0.85912985,-0.9794397,-0.9914361,-0.89379257,-0.6973071,-0.42370847,-0.103253156,0.2286206,0.5352119,0.78261566,0.94347227,0.99999297,0.94592744,0.7872545,0.54152143,0.2359031,-0.0958031,-0.4169147,0.8932965,0.9912912,0.979662,0.8596948,0.6446565,0.35832748,0.032372084,-0.29716325,-0.5938361,-0.82483846,-0.9646243,-0.99773514,-0.92050934,-0.74148715,-0.48046607,-0.16631162,0.16623473,0.48039767,0.7414348,0.9204789,0.9977299,0.96464485,0.8248825,0.5938989,0.2972377,-0.03229413,-0.35825464,-0.6445968,-0.85965496,-0.9796463,-0.9913015,-0.8933315,-0.6965706,-0.422778,-0.10223161,0.22962028,0.5360791,0.78325456,0.94381213,0.9999963,0.94559383,0.78662086,0.5406578,0.23490497,0.4236378,0.6972512,0.8937576,0.99142593,0.9794554,0.8591697,0.643871,0.3573685,0.03134562,-0.29814368,-0.59466213,-0.82541865,-0.96489453,-0.9976655,-0.9201076,-0.7407977,-0.47956514,-0.16529886,0.16724733,0.48129812,0.74212354,0.9208797,0.9977985,0.96437365,0.82430154,0.59307235,0.296257,-0.033320565,-0.3592133,-0.6453816,-0.8601791,-0.97985196,-0.9911658,-0.89286953,-0.6958334,-0.42184708,-0.10120995,0.2306197,0.53694576,0.78389263,0.94415104,0.99999857,0.94525915,0.78598636,0.53979355,0.10419703,0.42456788,0.69798696,0.8942177,0.9915596,0.97924775,0.8586438,0.6430849,0.35640913,0.030319124,-0.2991238,-0.5954875,-0.82599795,-0.9651637,-0.99759483,-0.9197049,-0.7401075,-0.47866368,-0.16428591,0.16825975,0.4821981,0.7428115,0.9212796,0.9978661,0.9641015,0.8237197,0.59224516,0.29527593,-0.03434696,-0.36017153,-0.6461658,-0.86070246,-0.9800566,-0.9910291,-0.8924066,-0.6950954,-0.42091572,-0.10018819,0.23161888,0.5378119,0.78452986,0.94448894,0.99999976,0.9449236,0.785351,-0.22669652,0.10521837,0.42549747,0.69872206,0.894677,0.99169225,0.97903913,0.8581169,0.6422981,0.3554494,0.029292597,-0.3001036,-0.5963122,-0.8265764,-0.9654319,-0.9975231,-0.9193012,-0.7394164,-0.47776175,-0.1632728,0.16927202,0.48309752,0.7434987,0.92167854,0.9979326,0.96382827,0.8231369,0.5914173,0.2942946,-0.03537332,-0.3611294,-0.64694923,-0.86122483,-0.98026013,-0.9908913,-0.8919427,-0.69435674,-0.41998392,-0.09916632,0.23261781,0.5386774,0.78516626,0.9448259,0.99999994,-0.78074276,-0.5326728,-0.22569615,0.1062396,0.42642662,0.6994564,0.8951353,0.9918238,0.97882944,0.8575892,0.6415106,0.3544893,0.028266039,-0.3010831,-0.5971363,-0.827154,-0.9656991,-0.9974504,-0.91889656,-0.73872465,-0.4768593,-0.16225952,0.17028409,0.48399648,0.7441851,0.92207646,0.9979981,0.963554,0.82255334,0.59058887,0.29331294,-0.03639964,-0.3620869,-0.647732,-0.8617463,-0.9804627,-0.99075246,-0.8914779,-0.69361734,-0.4190517,-0.098144345,0.2336165,0.5395424,0.7858018,0.94516176,-0.94212884,-0.78010064,-0.53180337,-0.22469555,0.10726071,0.42735532,0.70018995,0.89559263,0.9919543,0.97861874,0.8570605,0.64072245,0.35352883,0.027239451,-0.30206224,-0.59795976,-0.82773066,-0.9659653,-0.99737656,-0.91849095,-0.73803204,-0.47595635,-0.16124605,0.17129599,0.4848949,0.7448707,0.92247343,0.9980625,0.9632788,0.82196885,0.5897598,0.29233098,-0.037425924,-0.363044,-0.6485141,-0.8622669,-0.98066413,-0.9906126,-0.89101213,-0.6928772,-0.418119,-0.09712227,0.23461494,0.54040676,0.7864366,-0.99996126,-0.9417841,-0.7794577,-0.5309334,-0.22369471,0.10828172],"x":[1.6470994e6,4.5286444e14,9.057289e14,1.3585933e15,1.8114578e15,2.264322e15,2.7171866e15,3.170051e15,3.6229155e15,4.0757798e15,4.528644e15,4.9815087e15,5.434373e15,5.887238e15,6.340102e15,6.7929664e15,7.245831e15,7.6986956e15,8.1515596e15,8.604424e15,9.057288e15,9.510153e15,9.963017e15,1.0415882e16,1.0868747e16,1.1321611e16,1.1774476e16,1.2227339e16,1.2680204e16,1.3133068e16,1.3585933e16,1.4038797e16,1.4491662e16,1.4944527e16,1.5397391e16,1.5850255e16,1.6303119e16,1.6755984e16,1.7208848e16,1.7661713e16,1.8114576e16,1.8567442e16,1.9020306e16,1.9473171e16,1.9926035e16,2.03789e16,2.0831764e16,2.1284627e16,2.1737493e16,2.2190357e16,2.2643222e16,2.3096086e16,2.3548951e16,2.4001815e16,2.4454678e16,2.4907544e16,2.5360407e16,2.5813273e16,2.6266137e16,2.6719002e16,2.7171866e16,2.7624731e16,2.8077595e16,2.8530458e16,2.8983324e16,2.9436188e16,2.9889053e16,3.0341917e16,3.0794782e16,3.1247646e16,3.170051e16,3.2153375e16,3.2606239e16,3.3059104e16,3.3511968e16,3.3964833e16,3.4417697e16,3.487056e16,3.5323426e16,3.577629e16,3.6229153e16,3.668202e16,3.7134884e16,3.758775e16,3.804061e16,3.8493477e16,3.8946343e16,3.9399204e16,3.985207e16,4.0304935e16,4.07578e16,4.1210662e16,4.1663528e16,4.2116393e16,4.2569255e16,4.302212e16,4.3474986e16,4.392785e16,4.4380713e16,4.483358e16,4.5286444e16,4.5739306e16,4.619217e16,4.6645037e16,4.7097903e16,4.7550764e16,4.800363e16,4.8456495e16,4.8909357e16,4.9362222e16,4.981509e16,5.0267954e16,5.0720815e16,5.117368e16,5.1626546e16,5.2079408e16,5.2532273e16,5.298514e16,5.3438005e16,5.3890866e16,5.434373e16,5.4796597e16,5.5249463e16,5.5702324e16,5.615519e16,5.6608056e16,5.7060917e16,5.7513783e16,5.796665e16,5.8419514e16,5.8872375e16,5.932524e16,5.9778106e16,6.0230968e16,6.0683833e16,6.11367e16,6.1589565e16,6.2042426e16,6.249529e16,6.2948157e16,6.340102e16,6.3853884e16,6.430675e16,6.4759616e16,6.5212477e16,6.5665343e16,6.611821e16,6.657107e16,6.7023935e16,6.74768e16,6.7929667e16,6.838253e16,6.8835394e16,6.928826e16,6.974112e16,7.0193986e16,7.064685e16,7.1099718e16,7.155258e16,7.2005445e16,7.245831e16,7.291118e16,7.336404e16,7.38169e16,7.426977e16,7.472263e16,7.51755e16,7.562836e16,7.608122e16,7.653409e16,7.698695e16,7.7439815e16,7.7892685e16,7.834555e16,7.879841e16,7.925128e16,7.970414e16,8.0157e16,8.060987e16,8.106273e16,8.15156e16,8.196846e16,8.2421324e16,8.2874194e16,8.3327056e16,8.377992e16,8.423279e16,8.468565e16,8.513851e16,8.559138e16,8.604424e16,8.64971e16,8.694997e16,8.740283e16,8.78557e16,8.8308565e16,8.876143e16,8.92143e16,8.966716e16,9.012002e16,9.057289e16,9.102575e16,9.147861e16,9.193148e16,9.238434e16,9.283721e16,9.329007e16,9.3742935e16,9.4195805e16,9.464867e16,9.510153e16,9.55544e16,9.600726e16,9.646012e16,9.691299e16,9.736585e16,9.781871e16,9.827158e16,9.8724445e16,9.9177315e16,9.963018e16,1.0008304e17,1.0053591e17,1.0098877e17,1.0144163e17,1.018945e17,1.0234736e17,1.0280022e17,1.0325309e17,1.0370595e17,1.04158815e17,1.04611685e17,1.0506455e17,1.0551742e17,1.0597028e17,1.0642314e17,1.0687601e17,1.0732887e17,1.0778173e17,1.082346e17,1.0868746e17,1.09140324e17,1.09593194e17,1.1004606e17,1.1049893e17,1.1095179e17,1.1140465e17,1.1185752e17,1.1231038e17,1.1276324e17,1.1321611e17,1.1366897e17,1.1412183e17,1.145747e17,1.15027565e17,1.1548043e17,1.159333e17,1.1638616e17,1.1683903e17,1.1729189e17,1.1774475e17,1.1819762e17,1.1865048e17,1.1910334e17,1.1955621e17,1.2000907e17,1.20461936e17,1.20914806e17,1.2136767e17,1.2182053e17,1.222734e17,1.2272626e17,1.2317913e17,1.2363199e17,1.2408485e17,1.2453772e17,1.2499058e17,1.25443445e17,1.25896315e17,1.2634918e17,1.2680204e17,1.2725491e17,1.2770777e17,1.2816063e17,1.286135e17,1.2906636e17,1.2951923e17,1.2997209e17,1.3042495e17,1.3087782e17,1.31330685e17,1.3178355e17,1.3223642e17,1.3268928e17,1.3314214e17,1.3359501e17,1.3404787e17,1.3450074e17,1.349536e17,1.3540646e17,1.3585933e17,1.36312195e17,1.3676506e17,1.3721793e17,1.3767079e17,1.3812365e17,1.3857652e17,1.3902938e17,1.3948224e17,1.3993511e17,1.4038797e17,1.4084084e17,1.412937e17,1.41746565e17,1.42199435e17,1.426523e17,1.4310516e17,1.4355803e17,1.4401089e17,1.4446375e17,1.4491661e17,1.4536949e17,1.4582235e17,1.4627521e17,1.4672807e17,1.4718094e17,1.476338e17,1.4808668e17,1.4853954e17,1.489924e17,1.4944526e17,1.4989812e17,1.50351e17,1.5080386e17,1.5125672e17,1.5170958e17,1.5216244e17,1.526153e17,1.5306818e17,1.5352105e17,1.539739e17,1.5442677e17,1.5487963e17,1.5533251e17,1.5578537e17,1.5623823e17,1.566911e17,1.5714395e17,1.5759682e17,1.580497e17,1.5850256e17,1.5895542e17,1.5940828e17,1.5986114e17,1.60314e17,1.6076688e17,1.6121974e17,1.616726e17,1.6212546e17,1.6257832e17,1.630312e17,1.6348406e17,1.6393693e17,1.6438979e17,1.6484265e17,1.6529551e17,1.6574839e17,1.6620125e17,1.6665411e17,1.6710697e17,1.6755983e17,1.6801271e17,1.6846557e17,1.6891844e17,1.693713e17,1.6982416e17,1.7027702e17,1.707299e17,1.7118276e17,1.7163562e17,1.7208848e17,1.7254134e17,1.729942e17,1.7344708e17,1.7389994e17,1.743528e17,1.7480567e17,1.7525853e17,1.757114e17,1.7616427e17,1.7661713e17,1.7706999e17,1.7752285e17,1.7797571e17,1.784286e17,1.7888145e17,1.7933432e17,1.7978718e17,1.8024004e17,1.8069292e17,1.8114578e17,1.8159864e17,1.820515e17,1.8250436e17,1.8295722e17,1.834101e17,1.8386296e17,1.8431582e17,1.8476869e17,1.8522155e17,1.8567443e17,1.8612729e17,1.8658015e17,1.8703301e17,1.8748587e17,1.8793873e17,1.8839161e17,1.8884447e17,1.8929733e17,1.897502e17,1.9020306e17,1.9065592e17,1.911088e17,1.9156166e17,1.9201452e17,1.9246738e17,1.9292024e17,1.9337312e17,1.9382598e17,1.9427884e17,1.947317e17,1.9518457e17,1.9563743e17,1.960903e17,1.9654317e17,1.9699603e17,1.9744889e17,1.9790175e17,1.9835463e17,1.9880749e17,1.9926035e17,1.9971321e17,2.0016607e17,2.0061894e17,2.0107181e17,2.0152468e17,2.0197754e17,2.024304e17,2.0288326e17,2.0333614e17,2.03789e17,2.0424186e17,2.0469472e17,2.0514758e17,2.0560045e17,2.0605332e17,2.0650619e17,2.0695905e17,2.074119e17,2.0786477e17,2.0831763e17,2.0877051e17,2.0922337e17,2.0967623e17,2.101291e17,2.1058195e17,2.1103483e17,2.114877e17,2.1194056e17,2.1239342e17,2.1284628e17,2.1329914e17,2.1375202e17,2.1420488e17,2.1465774e17,2.151106e17,2.1556346e17,2.1601634e17,2.164692e17,2.1692206e17,2.1737493e17,2.1782779e17,2.1828065e17,2.1873353e17,2.1918639e17,2.1963925e17,2.2009211e17,2.2054497e17,2.2099785e17,2.2145071e17,2.2190357e17,2.2235644e17,2.228093e17,2.2326216e17,2.2371504e17,2.241679e17,2.2462076e17,2.2507362e17,2.2552648e17,2.2597934e17,2.2643222e17,2.2688508e17,2.2733794e17,2.277908e17,2.2824367e17,2.2869655e17,2.291494e17,2.2960227e17,2.3005513e17,2.3050799e17,2.3096085e17,2.3141373e17,2.318666e17,2.3231945e17,2.3277232e17,2.3322518e17,2.3367806e17,2.3413092e17,2.3458378e17,2.3503664e17,2.354895e17,2.3594236e17,2.3639524e17,2.368481e17,2.3730096e17,2.3775382e17,2.3820669e17,2.3865955e17,2.3911243e17,2.3956529e17,2.4001815e17,2.4047101e17,2.4092387e17,2.4137675e17,2.4182961e17,2.4228247e17,2.4273533e17,2.431882e17,2.4364106e17,2.4409394e17,2.445468e17,2.4499966e17,2.4545252e17,2.4590538e17,2.4635826e17,2.4681112e17,2.4726398e17,2.4771684e17,2.481697e17,2.4862257e17,2.4907544e17,2.495283e17,2.4998117e17,2.5043403e17,2.5088689e17,2.5133977e17,2.5179263e17,2.5224549e17,2.5269835e17,2.5315121e17,2.5360407e17,2.5405695e17,2.5450981e17,2.5496268e17,2.5541554e17,2.558684e17,2.5632126e17,2.5677414e17,2.57227e17,2.5767986e17,2.5813272e17,2.5858558e17,2.5903846e17,2.5949132e17,2.5994419e17,2.6039705e17,2.608499e17,2.6130277e17,2.6175565e17,2.6220851e17,2.6266137e17,2.6311423e17,2.635671e17,2.6401997e17,2.6447283e17,2.649257e17,2.6537856e17,2.6583142e17,2.6628428e17,2.6673716e17,2.6719002e17,2.6764288e17,2.6809574e17,2.685486e17,2.6900148e17,2.6945434e17,2.699072e17,2.7036007e17,2.7081293e17,2.7126579e17,2.7171867e17,2.7217153e17,2.7262439e17,2.7307725e17,2.7353011e17,2.7398297e17,2.7443585e17,2.7488871e17,2.7534157e17,2.7579444e17,2.762473e17,2.7670018e17,2.7715304e17,2.776059e17,2.7805876e17,2.7851162e17,2.7896448e17,2.7941736e17,2.7987022e17,2.8032308e17,2.8077595e17,2.812288e17,2.8168168e17,2.8213455e17,2.825874e17,2.8304027e17,2.8349313e17,2.83946e17,2.8439887e17,2.8485173e17,2.853046e17,2.8575745e17,2.8621032e17,2.866632e17,2.8711606e17,2.8756892e17,2.8802178e17,2.8847464e17,2.889275e17,2.8938036e17,2.8983322e17,2.902861e17,2.9073898e17,2.9119184e17,2.916447e17,2.9209756e17,2.9255043e17,2.930033e17,2.9345615e17,2.93909e17,2.9436187e17,2.9481473e17,2.952676e17,2.957205e17,2.9617335e17,2.966262e17,2.9707907e17,2.9753194e17,2.979848e17,2.9843766e17,2.9889052e17,2.9934338e17,2.9979624e17,3.002491e17,3.00702e17,3.0115486e17,3.0160772e17,3.020606e17,3.0251344e17,3.029663e17,3.0341917e17,3.0387203e17,3.043249e17,3.0477775e17,3.052306e17,3.056835e17,3.0613637e17,3.0658923e17,3.070421e17,3.0749495e17,3.079478e17,3.0840068e17,3.0885354e17,3.093064e17,3.0975926e17,3.1021212e17,3.1066502e17,3.1111788e17,3.1157074e17,3.120236e17,3.1247646e17,3.1292932e17,3.133822e17,3.1383505e17,3.142879e17,3.1474077e17,3.1519363e17,3.156465e17,3.160994e17,3.1655225e17,3.170051e17,3.1745797e17,3.1791083e17,3.183637e17,3.1881656e17,3.1926942e17,3.1972228e17,3.2017514e17,3.20628e17,3.210809e17,3.2153376e17,3.2198662e17,3.2243948e17,3.2289234e17,3.233452e17,3.2379807e17,3.2425093e17,3.247038e17,3.2515665e17,3.256095e17,3.260624e17,3.2651527e17,3.2696813e17,3.27421e17,3.2787385e17,3.283267e17,3.2877957e17,3.2923244e17,3.296853e17,3.3013816e17,3.3059102e17,3.310439e17,3.3149678e17,3.3194964e17,3.324025e17,3.3285536e17,3.3330822e17,3.337611e17,3.3421395e17,3.346668e17,3.3511967e17,3.3557253e17,3.3602543e17,3.364783e17,3.3693115e17,3.37384e17,3.3783687e17,3.3828973e17,3.387426e17,3.3919545e17,3.396483e17,3.4010118e17,3.4055404e17,3.4100693e17,3.414598e17,3.4191266e17,3.4236552e17,3.4281838e17,3.4327124e17,3.437241e17,3.4417696e17,3.4462983e17,3.450827e17,3.4553555e17,3.459884e17,3.464413e17,3.4689417e17,3.4734703e17,3.477999e17,3.4825275e17,3.487056e17,3.4915847e17,3.4961133e17,3.500642e17,3.5051706e17,3.5096992e17,3.514228e17,3.5187568e17,3.5232854e17,3.527814e17,3.5323426e17,3.5368712e17,3.5413998e17,3.5459284e17,3.550457e17,3.5549857e17,3.5595143e17,3.5640432e17,3.568572e17,3.5731005e17,3.577629e17,3.5821577e17,3.5866863e17,3.591215e17,3.5957435e17,3.600272e17,3.6048008e17,3.6093294e17,3.6138583e17,3.618387e17,3.6229156e17,3.627444e17,3.6319728e17,3.6365014e17,3.64103e17,3.6455586e17,3.6500872e17,3.654616e17,3.6591445e17,3.6636734e17,3.668202e17,3.6727306e17,3.6772593e17,3.681788e17,3.6863165e17,3.690845e17,3.6953737e17,3.6999023e17,3.704431e17,3.7089596e17,3.7134885e17,3.718017e17,3.7225457e17,3.7270744e17,3.731603e17,3.7361316e17,3.7406602e17,3.7451888e17,3.7497174e17,3.754246e17,3.7587746e17,3.7633036e17,3.7678322e17,3.772361e17,3.7768894e17,3.781418e17,3.7859467e17,3.7904753e17,3.795004e17,3.7995325e17,3.804061e17,3.8085897e17,3.8131184e17,3.8176473e17,3.822176e17,3.8267045e17,3.831233e17,3.8357618e17,3.8402904e17,3.844819e17,3.8493476e17,3.8538762e17,3.858405e17,3.8629334e17,3.8674624e17,3.871991e17,3.8765196e17,3.8810482e17,3.885577e17,3.8901055e17,3.894634e17,3.8991627e17,3.9036913e17,3.90822e17,3.9127485e17,3.9172775e17,3.921806e17,3.9263347e17,3.9308633e17,3.935392e17,3.9399206e17,3.9444492e17,3.9489778e17,3.9535064e17,3.958035e17,3.9625636e17,3.9670926e17,3.9716212e17,3.9761498e17,3.9806784e17,3.985207e17,3.9897357e17,3.9942643e17,3.998793e17,4.0033215e17,4.00785e17,4.0123787e17,4.0169077e17,4.0214363e17,4.025965e17,4.0304935e17,4.035022e17,4.0395507e17,4.0440794e17,4.048608e17,4.0531366e17,4.0576652e17,4.0621938e17,4.0667228e17,4.0712514e17,4.07578e17,4.0803086e17,4.0848372e17,4.089366e17,4.0938945e17,4.098423e17,4.1029517e17,4.1074803e17,4.112009e17,4.1165375e17,4.1210665e17,4.125595e17,4.1301237e17,4.1346523e17,4.139181e17,4.1437095e17,4.148238e17,4.1527668e17,4.1572954e17,4.161824e17,4.1663526e17,4.1708816e17,4.1754102e17,4.1799388e17,4.1844674e17,4.188996e17,4.1935246e17,4.1980532e17,4.202582e17,4.2071105e17,4.211639e17,4.2161677e17,4.2206967e17,4.2252253e17,4.229754e17,4.2342825e17,4.238811e17,4.2433397e17,4.2478683e17,4.252397e17,4.2569256e17,4.2614542e17,4.2659828e17,4.2705118e17,4.2750404e17,4.279569e17,4.2840976e17,4.2886262e17,4.2931548e17,4.2976834e17,4.302212e17,4.3067407e17,4.3112693e17,4.315798e17,4.320327e17,4.3248555e17,4.329384e17,4.3339127e17,4.3384413e17,4.34297e17,4.3474985e17,4.352027e17,4.3565558e17,4.3610844e17,4.365613e17,4.370142e17,4.3746706e17,4.379199e17,4.3837278e17,4.3882564e17,4.392785e17,4.3973136e17,4.4018422e17,4.406371e17,4.4108995e17,4.415428e17,4.419957e17,4.4244856e17,4.4290143e17,4.433543e17,4.4380715e17,4.4426e17,4.4471287e17,4.4516573e17,4.456186e17,4.4607146e17,4.465243e17,4.4697718e17,4.4743007e17,4.4788293e17,4.483358e17,4.4878866e17,4.4924152e17,4.4969438e17,4.5014724e17,4.506001e17,4.5105296e17,4.5150583e17,4.519587e17,4.5241158e17,4.5286444e17,4.533173e17,4.5377017e17,4.5422303e17,4.546759e17,4.5512875e17,4.555816e17,4.5603447e17,4.5648733e17,4.569402e17,4.573931e17,4.5784595e17,4.582988e17,4.5875168e17,4.5920454e17,4.596574e17,4.6011026e17,4.6056312e17,4.6101598e17,4.6146884e17,4.619217e17,4.623746e17,4.6282746e17,4.6328032e17,4.637332e17,4.6418605e17,4.646389e17,4.6509177e17,4.6554463e17,4.659975e17,4.6645035e17,4.669032e17,4.673561e17,4.6780897e17,4.6826183e17,4.687147e17,4.6916756e17,4.696204e17,4.7007328e17,4.7052614e17,4.70979e17,4.7143186e17,4.7188472e17,4.7233762e17,4.7279048e17,4.7324334e17,4.736962e17,4.7414907e17,4.7460193e17,4.750548e17,4.7550765e17,4.759605e17,4.7641337e17,4.7686623e17,4.773191e17,4.77772e17,4.7822485e17,4.786777e17,4.7913057e17,4.7958344e17,4.800363e17,4.8048916e17,4.8094202e17,4.8139488e17,4.8184774e17,4.823006e17,4.827535e17,4.8320636e17,4.8365922e17,4.841121e17,4.8456494e17,4.850178e17,4.8547067e17,4.8592353e17,4.863764e17,4.8682925e17,4.872821e17,4.87735e17,4.8818787e17,4.8864073e17,4.890936e17,4.8954645e17,4.899993e17,4.9045218e17,4.9090504e17,4.913579e17,4.9181076e17,4.9226362e17,4.9271652e17,4.9316938e17,4.9362224e17,4.940751e17,4.9452796e17,4.9498082e17,4.954337e17,4.9588655e17,4.963394e17,4.9679227e17,4.9724513e17,4.9769803e17,4.981509e17,4.9860375e17,4.990566e17,4.9950947e17,4.9996233e17,5.004152e17,5.0086806e17,5.0132092e17,5.0177378e17,5.0222664e17,5.0267954e17,5.031324e17,5.0358526e17,5.0403812e17,5.0449098e17,5.0494384e17,5.053967e17,5.0584957e17,5.0630243e17,5.067553e17,5.0720815e17,5.0766105e17,5.081139e17,5.0856677e17,5.0901963e17,5.094725e17,5.0992535e17,5.103782e17,5.1083108e17,5.1128394e17,5.117368e17,5.1218966e17,5.1264252e17,5.130954e17,5.1354828e17,5.1400114e17,5.14454e17,5.1490686e17,5.1535972e17,5.158126e17,5.1626545e17,5.167183e17,5.1717117e17,5.1762403e17,5.1807693e17,5.185298e17,5.1898265e17,5.194355e17,5.1988837e17,5.2034123e17,5.207941e17,5.2124695e17,5.216998e17,5.2215268e17,5.2260554e17,5.2305843e17,5.235113e17,5.2396416e17,5.2441702e17,5.2486988e17,5.2532274e17,5.257756e17,5.2622846e17,5.2668133e17,5.271342e17,5.2758705e17,5.2803994e17,5.284928e17,5.2894567e17,5.2939853e17,5.298514e17,5.3030425e17,5.307571e17,5.3120997e17,5.3166283e17,5.321157e17,5.3256856e17,5.3302145e17,5.334743e17,5.3392718e17,5.3438004e17,5.348329e17,5.3528576e17,5.3573862e17,5.3619148e17,5.3664434e17,5.370972e17,5.3755007e17,5.3800296e17,5.3845582e17,5.389087e17,5.3936155e17,5.398144e17,5.4026727e17,5.4072013e17,5.41173e17,5.4162585e17,5.420787e17,5.4253158e17,5.4298444e17,5.4343733e17,5.438902e17,5.4434306e17,5.447959e17,5.4524878e17,5.4570164e17,5.461545e17,5.4660736e17,5.4706022e17,5.475131e17,5.4796595e17,5.4841884e17,5.488717e17,5.4932456e17,5.4977743e17,5.502303e17,5.5068315e17,5.51136e17,5.5158887e17,5.5204173e17,5.524946e17,5.5294746e17,5.5340035e17,5.538532e17,5.5430607e17,5.5475894e17,5.552118e17,5.5566466e17,5.5611752e17,5.5657038e17,5.5702324e17,5.574761e17,5.5792896e17,5.5838186e17,5.5883472e17,5.592876e17,5.5974044e17,5.601933e17,5.6064617e17,5.6109903e17,5.615519e17,5.6200475e17,5.624576e17,5.6291047e17,5.6336337e17,5.6381623e17,5.642691e17,5.6472195e17,5.651748e17,5.6562768e17,5.6608054e17,5.665334e17,5.6698626e17,5.6743912e17,5.67892e17,5.6834488e17,5.6879774e17,5.692506e17,5.6970346e17,5.7015632e17,5.706092e17,5.7106205e17,5.715149e17,5.7196777e17,5.7242063e17,5.728735e17,5.733264e17,5.7377925e17,5.742321e17,5.7468497e17,5.7513783e17,5.755907e17,5.7604356e17,5.764964e17,5.769493e17,5.7740214e17,5.77855e17,5.7830786e17,5.787607e17,5.792136e17,5.7966645e17,5.801193e17,5.805722e17,5.810251e17,5.8147796e17,5.819308e17,5.823837e17,5.8283655e17,5.832894e17,5.837423e17,5.841951e17,5.84648e17,5.8510085e17,5.855537e17,5.860066e17,5.8645944e17,5.869123e17,5.8736516e17,5.87818e17,5.882709e17,5.8872374e17,5.891766e17,5.8962947e17,5.900823e17,5.905352e17,5.909881e17,5.91441e17,5.9189384e17,5.923467e17,5.9279956e17,5.932524e17,5.937053e17,5.9415815e17,5.94611e17,5.950639e17,5.955167e17,5.959696e17,5.9642245e17,5.968753e17,5.973282e17,5.9778104e17,5.982339e17,5.9868676e17,5.991396e17,5.995925e17,6.0004535e17,6.004982e17,6.009511e17,6.01404e17,6.0185686e17,6.023097e17,6.027626e17,6.0321544e17,6.036683e17,6.041212e17,6.04574e17,6.050269e17,6.0547975e17,6.059326e17,6.063855e17,6.0683833e17,6.072912e17,6.0774406e17,6.081969e17,6.086498e17,6.0910264e17,6.095555e17,6.1000836e17,6.104612e17,6.109141e17,6.11367e17,6.118199e17,6.1227274e17,6.127256e17,6.1317846e17,6.136313e17,6.140842e17,6.1453705e17,6.149899e17,6.154428e17,6.158956e17,6.163485e17,6.1680135e17,6.172542e17,6.177071e17,6.1815994e17,6.186128e17,6.1906566e17,6.195185e17,6.199714e17,6.2042424e17,6.208771e17,6.2133004e17,6.217829e17,6.2223576e17,6.226886e17,6.231415e17,6.2359434e17,6.240472e17,6.2450006e17,6.249529e17,6.254058e17,6.2585865e17,6.263115e17,6.267644e17,6.272172e17,6.276701e17,6.2812296e17,6.285758e17,6.290287e17,6.2948154e17,6.299344e17,6.3038726e17,6.308401e17,6.31293e17,6.317459e17,6.321988e17,6.3265164e17,6.331045e17,6.3355736e17,6.340102e17,6.344631e17,6.3491594e17,6.353688e17,6.358217e17,6.362745e17,6.367274e17,6.3718025e17,6.376331e17,6.38086e17,6.3853884e17,6.389917e17,6.3944456e17,6.398974e17,6.403503e17,6.4080314e17,6.41256e17,6.417089e17,6.421618e17,6.4261466e17,6.430675e17,6.435204e17,6.4397324e17,6.444261e17,6.4487896e17,6.453318e17,6.457847e17,6.4623755e17,6.466904e17,6.471433e17,6.475961e17,6.48049e17,6.4850185e17,6.489547e17,6.494076e17,6.4986044e17,6.503133e17,6.5076616e17,6.51219e17,6.5167195e17,6.521248e17,6.525777e17,6.5303054e17,6.534834e17,6.5393626e17,6.543891e17,6.54842e17,6.5529484e17,6.557477e17,6.5620057e17,6.566534e17,6.571063e17,6.5755915e17,6.58012e17,6.584649e17,6.589177e17,6.593706e17,6.5982346e17,6.602763e17,6.607292e17,6.6118204e17,6.616349e17,6.620878e17,6.625407e17,6.6299355e17,6.634464e17,6.638993e17,6.6435214e17,6.64805e17,6.6525786e17,6.657107e17,6.661636e17,6.6661645e17,6.670693e17,6.675222e17,6.67975e17,6.684279e17,6.6888075e17,6.693336e17,6.697865e17,6.7023934e17,6.706922e17,6.7114506e17,6.715979e17,6.7205085e17,6.725037e17,6.729566e17,6.734094e17,6.738623e17,6.7431516e17,6.74768e17,6.752209e17,6.7567374e17,6.761266e17,6.7657946e17,6.770323e17,6.774852e17,6.7793805e17,6.783909e17,6.788438e17,6.792966e17,6.797495e17,6.8020235e17,6.806552e17,6.811081e17,6.8156094e17,6.820139e17,6.824667e17,6.829196e17,6.8337245e17,6.838253e17,6.842782e17,6.8473104e17,6.851839e17,6.8563676e17,6.860896e17,6.865425e17,6.8699534e17,6.874482e17,6.879011e17,6.883539e17,6.888068e17,6.8925965e17,6.897125e17,6.901654e17,6.906182e17,6.910711e17,6.9152396e17,6.919768e17,6.9242975e17,6.928826e17,6.933355e17,6.937883e17,6.942412e17,6.9469406e17,6.951469e17,6.955998e17,6.9605264e17,6.965055e17,6.9695836e17,6.974112e17,6.978641e17,6.9831695e17,6.987698e17,6.992227e17,6.996755e17,7.001284e17,7.0058125e17,7.010341e17,7.01487e17,7.0193984e17,7.023928e17,7.028456e17,7.032985e17,7.0375135e17,7.042042e17,7.046571e17,7.0510993e17,7.055628e17,7.0601566e17,7.064685e17,7.069214e17,7.0737424e17,7.078271e17,7.0827996e17,7.087328e17,7.091857e17,7.0963855e17,7.100914e17,7.105443e17,7.109971e17,7.1145e17,7.1190286e17,7.123558e17,7.1280865e17,7.132615e17,7.137144e17,7.141672e17,7.146201e17,7.1507295e17,7.155258e17,7.159787e17,7.1643154e17,7.168844e17,7.1733726e17,7.177901e17,7.18243e17,7.1869584e17,7.191487e17,7.196016e17,7.200544e17,7.205073e17,7.2096015e17,7.21413e17,7.218659e17,7.223188e17,7.2277167e17,7.232245e17,7.236774e17,7.2413025e17,7.245831e17,7.25036e17,7.254888e17,7.259417e17,7.2639456e17,7.268474e17,7.273003e17,7.2775314e17,7.28206e17,7.2865886e17,7.291117e17,7.295646e17,7.3001745e17,7.304703e17,7.309232e17,7.31376e17,7.318289e17,7.3228175e17,7.327347e17,7.3318754e17,7.336404e17,7.340933e17,7.345461e17,7.34999e17,7.3545185e17,7.359047e17,7.363576e17,7.3681044e17,7.372633e17,7.3771616e17,7.38169e17,7.386219e17,7.3907474e17,7.395276e17,7.3998047e17,7.404333e17,7.408862e17,7.4133905e17,7.417919e17,7.422448e17,7.426977e17,7.4315056e17,7.436034e17,7.440563e17,7.4450915e17,7.44962e17,7.454149e17,7.458677e17,7.463206e17,7.4677345e17,7.472263e17,7.476792e17,7.4813204e17,7.485849e17,7.4903776e17,7.494906e17,7.499435e17,7.5039634e17,7.508492e17,7.513021e17,7.517549e17,7.522078e17,7.526607e17,7.531136e17,7.5356644e17,7.540193e17,7.544722e17,7.54925e17,7.553779e17,7.5583075e17,7.562836e17,7.567365e17,7.571893e17,7.576422e17,7.5809506e17,7.585479e17,7.590008e17,7.5945364e17,7.599065e17,7.6035936e17,7.608122e17,7.612651e17,7.6171795e17,7.621708e17,7.626237e17,7.630766e17,7.6352946e17,7.639823e17,7.644352e17,7.6488805e17,7.653409e17,7.657938e17,7.662466e17,7.666995e17,7.6715235e17,7.676052e17,7.680581e17,7.6851094e17,7.689638e17,7.6941666e17,7.698695e17,7.703224e17,7.7077524e17,7.712281e17,7.71681e17,7.721338e17,7.725867e17,7.730396e17,7.734925e17,7.7394534e17,7.743982e17,7.7485106e17,7.753039e17,7.757568e17,7.7620965e17,7.766625e17,7.771154e17,7.775682e17,7.780211e17,7.7847395e17,7.789268e17,7.793797e17,7.7983254e17,7.802854e17,7.8073826e17,7.811911e17,7.81644e17,7.8209685e17,7.825497e17,7.8300264e17,7.834555e17,7.8390836e17,7.843612e17,7.848141e17,7.8526694e17,7.857198e17,7.861727e17,7.866255e17,7.870784e17,7.8753125e17,7.879841e17,7.88437e17,7.8888983e17,7.893427e17,7.8979556e17,7.902484e17,7.907013e17,7.9115414e17,7.91607e17,7.9205986e17,7.925127e17,7.929656e17,7.934185e17,7.938714e17,7.9432424e17,7.947771e17,7.9522996e17,7.956828e17,7.961357e17,7.9658855e17,7.970414e17,7.974943e17,7.979471e17,7.984e17,7.9885285e17,7.993057e17,7.997586e17,8.0021144e17,8.006643e17,8.0111716e17,8.0157e17,8.020229e17,8.0247574e17,8.029286e17,8.0338154e17,8.038344e17,8.0428726e17,8.047401e17,8.05193e17,8.0564584e17,8.060987e17,8.0655156e17,8.070044e17,8.074573e17,8.0791015e17,8.08363e17,8.088159e17,8.092687e17,8.097216e17,8.1017446e17,8.106273e17,8.110802e17,8.1153304e17,8.119859e17,8.1243876e17,8.128916e17,8.1334455e17,8.137974e17,8.142503e17,8.1470314e17,8.15156e17,8.1560886e17,8.160617e17,8.165146e17,8.1696744e17,8.174203e17,8.178732e17,8.18326e17,8.187789e17,8.1923175e17,8.196846e17,8.201375e17,8.2059034e17,8.210432e17,8.2149606e17,8.219489e17,8.224018e17,8.2285464e17,8.233075e17,8.237604e17,8.242133e17,8.2466616e17,8.25119e17,8.255719e17,8.2602474e17,8.264776e17,8.2693046e17,8.273833e17,8.278362e17,8.2828905e17,8.287419e17,8.291948e17,8.296476e17,8.301005e17,8.3055335e17,8.310062e17,8.314591e17,8.3191194e17,8.323648e17,8.3281766e17,8.332705e17,8.3372345e17,8.341763e17,8.346292e17,8.3508204e17,8.355349e17,8.3598776e17,8.364406e17,8.368935e17,8.3734634e17,8.377992e17,8.382521e17,8.387049e17,8.391578e17,8.3961065e17,8.400635e17,8.405164e17,8.409692e17,8.414221e17,8.4187496e17,8.423278e17,8.427807e17,8.4323354e17,8.436865e17,8.441393e17,8.445922e17,8.4504505e17,8.454979e17,8.459508e17,8.4640364e17,8.468565e17,8.4730936e17,8.477622e17,8.482151e17,8.4866795e17,8.491208e17,8.495737e17,8.500265e17,8.504794e17,8.5093225e17,8.513851e17,8.51838e17,8.5229084e17,8.527437e17,8.5319656e17,8.536495e17,8.5410235e17,8.545552e17,8.550081e17,8.5546093e17,8.559138e17,8.5636666e17,8.568195e17,8.572724e17,8.5772524e17,8.581781e17,8.5863096e17,8.590838e17,8.595367e17,8.5998955e17,8.604424e17,8.608953e17,8.613481e17,8.61801e17,8.6225385e17,8.627067e17,8.631596e17,8.6361244e17,8.640654e17,8.645182e17,8.649711e17,8.6542395e17,8.658768e17,8.663297e17,8.6678254e17,8.672354e17,8.6768826e17,8.681411e17,8.68594e17,8.6904684e17,8.694997e17,8.699526e17,8.704054e17,8.708583e17,8.7131115e17,8.71764e17,8.722169e17,8.7266973e17,8.731226e17,8.7357546e17,8.740284e17,8.7448125e17,8.749341e17,8.75387e17,8.758398e17,8.762927e17,8.7674556e17,8.771984e17,8.776513e17,8.7810414e17,8.78557e17,8.7900986e17,8.794627e17,8.799156e17,8.8036845e17,8.808213e17,8.812742e17,8.81727e17,8.821799e17,8.8263275e17,8.830856e17,8.835385e17,8.839914e17,8.844443e17,8.848971e17,8.8535e17,8.8580285e17,8.862557e17,8.867086e17,8.8716144e17,8.876143e17,8.8806716e17,8.8852e17,8.889729e17,8.8942574e17,8.898786e17,8.9033146e17,8.907843e17,8.912372e17,8.9169005e17,8.921429e17,8.925958e17,8.930486e17,8.935015e17,8.9395436e17,8.944073e17,8.9486015e17,8.95313e17,8.957659e17,8.962187e17,8.966716e17,8.9712445e17,8.975773e17,8.980302e17,8.9848304e17,8.989359e17,8.9938876e17,8.998416e17,9.002945e17,9.0074734e17,9.012002e17,9.016531e17,9.021059e17,9.025588e17,9.0301165e17,9.034645e17,9.039174e17,9.043703e17,9.0482317e17,9.05276e17,9.057289e17,9.0618175e17,9.066346e17,9.070875e17,9.075403e17,9.079932e17,9.0844606e17,9.088989e17,9.093518e17,9.0980464e17,9.102575e17,9.1071036e17,9.111632e17,9.116161e17,9.1206895e17,9.125218e17,9.129747e17,9.134275e17,9.138804e17,9.143333e17,9.147862e17,9.1523905e17,9.156919e17,9.161448e17,9.165976e17,9.170505e17,9.1750335e17,9.179562e17,9.184091e17,9.1886194e17,9.193148e17,9.1976766e17,9.202205e17,9.206734e17,9.2112624e17,9.215791e17,9.2203197e17,9.224848e17,9.229377e17,9.2339055e17,9.238434e17,9.242963e17,9.247492e17,9.2520206e17,9.256549e17,9.261078e17,9.2656065e17,9.270135e17,9.274664e17,9.279192e17,9.283721e17,9.2882495e17,9.292778e17,9.297307e17,9.3018354e17,9.306364e17,9.3108926e17,9.315421e17,9.31995e17,9.3244785e17,9.329007e17,9.333536e17,9.338064e17,9.342593e17,9.347122e17,9.351651e17,9.3561794e17,9.360708e17,9.365237e17,9.369765e17,9.374294e17,9.3788225e17,9.383351e17,9.38788e17,9.392408e17,9.396937e17,9.4014656e17,9.405994e17,9.410523e17,9.4150514e17,9.41958e17,9.4241086e17,9.428637e17,9.433166e17,9.4376945e17,9.442223e17,9.4467524e17,9.451281e17,9.4558096e17,9.460338e17,9.464867e17,9.4693955e17,9.473924e17,9.478453e17,9.482981e17,9.48751e17,9.4920385e17,9.496567e17,9.501096e17,9.5056244e17,9.510153e17,9.5146816e17,9.51921e17,9.523739e17,9.5282674e17,9.532796e17,9.537325e17,9.541853e17,9.546382e17,9.550911e17,9.55544e17,9.5599684e17,9.564497e17,9.5690256e17,9.573554e17,9.578083e17,9.5826115e17,9.58714e17,9.591669e17,9.596197e17,9.600726e17,9.6052546e17,9.609783e17,9.614312e17,9.6188404e17,9.623369e17,9.6278976e17,9.632426e17,9.636955e17,9.6414835e17,9.646012e17,9.6505414e17,9.65507e17,9.6595986e17,9.664127e17,9.668656e17,9.6731844e17,9.677713e17,9.682242e17,9.68677e17,9.691299e17,9.6958275e17,9.700356e17,9.704885e17,9.7094134e17,9.713942e17,9.7184706e17,9.722999e17,9.727528e17,9.7320564e17,9.736585e17,9.7411136e17,9.745642e17,9.7501716e17,9.7547e17,9.759229e17,9.7637574e17,9.768286e17,9.7728146e17,9.777343e17,9.781872e17,9.7864005e17,9.790929e17,9.795458e17,9.799986e17,9.804515e17,9.8090435e17,9.813572e17,9.818101e17,9.8226294e17,9.827158e17,9.8316866e17,9.836215e17,9.840744e17,9.8452724e17,9.849802e17,9.8543304e17,9.858859e17,9.8633876e17,9.867916e17,9.872445e17,9.8769734e17,9.881502e17,9.8860307e17,9.890559e17,9.895088e17,9.8996165e17,9.904145e17,9.908674e17,9.913202e17,9.917731e17,9.9222596e17,9.926788e17,9.931317e17,9.9358454e17,9.940374e17,9.9449026e17,9.949431e17,9.9539605e17,9.958489e17,9.963018e17,9.9675464e17,9.972075e17,9.9766036e17,9.981132e17,9.985661e17,9.9901895e17,9.994718e17,9.999247e17,1.0003775e18,1.0008304e18,1.00128325e18,1.0017361e18,1.002189e18,1.00264184e18,1.0030947e18,1.00354756e18,1.0040004e18,1.0044533e18,1.00490614e18,1.0053591e18,1.0058119e18,1.0062648e18,1.00671766e18,1.0071705e18,1.0076234e18,1.00807624e18,1.0085291e18,1.00898196e18,1.0094348e18,1.0098877e18,1.01034055e18,1.0107934e18,1.0112463e18,1.0116991e18,1.012152e18,1.01260485e18,1.0130577e18,1.0135106e18,1.01396344e18,1.0144163e18,1.01486916e18,1.0153221e18,1.01577495e18,1.0162278e18,1.0166807e18,1.01713354e18,1.0175864e18,1.01803926e18,1.0184921e18,1.018945e18,1.01939784e18,1.0198507e18,1.0203036e18,1.0207564e18,1.0212093e18,1.02166215e18,1.022115e18,1.0225679e18,1.0230207e18,1.0234736e18,1.02392646e18,1.0243793e18,1.0248322e18,1.02528504e18,1.025738e18,1.0261908e18,1.0266437e18,1.02709656e18,1.0275494e18,1.0280023e18,1.02845514e18,1.028908e18,1.02936086e18,1.0298137e18,1.0302666e18,1.03071945e18,1.0311723e18,1.0316252e18,1.032078e18,1.0325309e18,1.03298375e18,1.0334366e18,1.0338895e18,1.03434234e18,1.0347952e18,1.03524806e18,1.035701e18,1.03615385e18,1.0366067e18,1.0370596e18,1.03751243e18,1.0379653e18,1.03841816e18,1.038871e18,1.0393239e18,1.03977674e18,1.0402296e18,1.04068246e18,1.0411353e18,1.0415882e18,1.04204105e18,1.0424939e18,1.0429468e18,1.0433996e18,1.0438525e18,1.04430536e18,1.0447582e18,1.0452111e18,1.045664e18,1.0461169e18,1.0465697e18,1.0470226e18,1.04747545e18,1.0479283e18,1.0483812e18,1.04883404e18,1.0492869e18,1.04973976e18,1.0501926e18,1.0506455e18,1.05109834e18,1.0515512e18,1.0520041e18,1.0524569e18,1.0529098e18,1.05336265e18,1.0538155e18,1.0542684e18,1.05472123e18,1.0551741e18,1.05562696e18,1.0560799e18,1.05653275e18,1.0569856e18,1.0574385e18,1.0578913e18,1.0583442e18,1.05879706e18,1.0592499e18,1.0597028e18,1.06015564e18,1.0606085e18,1.06106136e18,1.0615142e18,1.0619671e18,1.06241995e18,1.0628728e18,1.0633257e18,1.0637785e18,1.0642314e18,1.06468425e18,1.0651371e18,1.06559e18,1.0660429e18,1.0664958e18,1.0669486e18,1.0674015e18,1.06785435e18,1.0683072e18,1.0687601e18,1.06921294e18,1.0696658e18,1.07011866e18,1.0705715e18,1.0710244e18,1.07147724e18,1.0719301e18,1.07238297e18,1.0728358e18,1.0732887e18,1.07374155e18,1.0741944e18,1.0746473e18,1.0751001e18,1.075553e18,1.0760059e18,1.0764588e18,1.07691165e18,1.0773645e18,1.0778174e18,1.0782702e18,1.0787231e18,1.07917595e18,1.0796288e18,1.0800817e18,1.08053454e18,1.0809874e18,1.08144026e18,1.0818931e18,1.082346e18,1.08279884e18,1.0832517e18,1.0837046e18,1.0841574e18,1.0846103e18,1.08506315e18,1.085516e18,1.0859689e18,1.0864218e18,1.0868747e18,1.0873275e18,1.0877804e18,1.08823325e18,1.0886861e18,1.089139e18,1.0895918e18,1.0900447e18,1.09049756e18,1.0909504e18,1.0914033e18,1.09185614e18,1.092309e18,1.09276186e18,1.0932147e18,1.0936676e18,1.09412045e18,1.0945733e18,1.0950262e18,1.095479e18,1.0959319e18,1.0963848e18,1.0968377e18,1.09729055e18,1.0977434e18,1.0981963e18,1.0986491e18,1.099102e18,1.09955485e18,1.1000077e18,1.1004606e18,1.10091344e18,1.1013663e18,1.10181916e18,1.102272e18,1.1027249e18,1.10317774e18,1.1036306e18,1.1040835e18,1.1045363e18,1.1049892e18,1.10544205e18,1.1058949e18,1.10634784e18,1.1068007e18,1.10725356e18,1.1077064e18,1.1081593e18,1.10861215e18,1.109065e18,1.1095179e18,1.1099707e18,1.1104236e18,1.11087645e18,1.1113293e18,1.1117822e18,1.11223504e18,1.1126879e18,1.11314076e18,1.1135936e18,1.1140465e18,1.11449935e18,1.1149522e18,1.1154051e18,1.1158579e18,1.11631086e18,1.1167637e18,1.1172166e18,1.11766944e18,1.1181223e18,1.1185752e18,1.119028e18,1.1194809e18,1.11993375e18,1.1203866e18,1.1208395e18,1.12129233e18,1.1217452e18,1.12219806e18,1.1226509e18,1.1231038e18,1.12355664e18,1.1240095e18,1.12446236e18,1.1249152e18,1.1253681e18,1.12582095e18,1.1262738e18,1.12672674e18,1.1271796e18,1.12763246e18,1.1280853e18,1.1285382e18,1.12899105e18,1.1294439e18,1.1298968e18,1.1303496e18,1.1308025e18,1.13125535e18,1.1317082e18,1.1321611e18,1.13261394e18,1.1330668e18,1.13351966e18,1.1339725e18,1.1344254e18,1.13487824e18,1.1353311e18,1.135784e18,1.1362368e18,1.13668976e18,1.1371426e18,1.1375955e18,1.13804834e18,1.1385012e18,1.13895406e18,1.1394069e18,1.1398598e18,1.14031265e18,1.1407655e18,1.1412184e18,1.1416712e18,1.1421241e18,1.14257696e18,1.1430298e18,1.1434827e18,1.14393554e18,1.1443884e18,1.14484126e18,1.1452941e18,1.145747e18,1.14619985e18,1.1466528e18,1.14710564e18,1.1475585e18,1.14801136e18,1.1484642e18,1.1489171e18,1.14936994e18,1.1498228e18,1.1502757e18,1.1507285e18,1.1511814e18,1.15163425e18,1.1520871e18,1.15254e18,1.1529928e18,1.1534457e18,1.1538986e18,1.1543514e18,1.1548043e18,1.1552571e18,1.15571e18,1.1561629e18,1.1566157e18,1.1570686e18,1.1575214e18,1.1579743e18,1.1584272e18,1.15888e18,1.1593329e18,1.1597858e18,1.1602386e18,1.1606915e18,1.1611443e18,1.1615972e18,1.1620502e18,1.162503e18,1.1629559e18,1.1634088e18,1.1638616e18,1.1643145e18,1.1647674e18,1.1652202e18,1.1656731e18,1.166126e18,1.1665788e18,1.1670317e18,1.1674845e18,1.1679374e18,1.1683903e18,1.1688431e18,1.169296e18,1.1697488e18,1.1702017e18,1.1706546e18,1.1711074e18,1.1715603e18,1.1720131e18,1.172466e18,1.1729189e18,1.1733717e18,1.1738246e18,1.1742775e18,1.1747303e18,1.1751832e18,1.175636e18,1.1760889e18,1.1765418e18,1.1769946e18,1.1774475e18,1.1779003e18,1.1783532e18,1.1788061e18,1.1792589e18,1.1797118e18,1.1801647e18,1.1806175e18,1.1810704e18,1.1815232e18,1.1819762e18,1.1824291e18,1.182882e18,1.1833348e18,1.1837877e18,1.1842405e18,1.1846934e18,1.1851463e18,1.1855991e18,1.186052e18,1.1865049e18,1.1869577e18,1.1874106e18,1.1878634e18,1.1883163e18,1.1887692e18,1.189222e18,1.1896749e18,1.1901277e18,1.1905806e18,1.1910335e18,1.1914863e18,1.1919392e18,1.192392e18,1.1928449e18,1.1932978e18,1.1937506e18,1.1942035e18,1.1946564e18,1.1951092e18,1.1955621e18,1.196015e18,1.1964678e18,1.1969207e18,1.1973735e18,1.1978264e18,1.1982792e18,1.1987321e18,1.199185e18,1.1996378e18,1.2000907e18,1.2005436e18,1.2009964e18,1.2014493e18,1.2019021e18,1.2023551e18,1.202808e18,1.2032609e18,1.2037137e18,1.2041666e18,1.2046194e18,1.2050723e18,1.2055252e18,1.205978e18,1.2064309e18,1.2068837e18,1.2073366e18,1.2077895e18,1.2082423e18,1.2086952e18,1.209148e18,1.2096009e18,1.2100538e18,1.2105066e18,1.2109595e18,1.2114124e18,1.2118652e18,1.2123181e18,1.212771e18,1.2132238e18,1.2136767e18,1.2141295e18,1.2145824e18,1.2150353e18,1.2154881e18,1.215941e18,1.2163938e18,1.2168467e18,1.2172996e18,1.2177524e18,1.2182053e18,1.2186581e18,1.219111e18,1.2195639e18,1.2200167e18,1.2204696e18,1.2209225e18,1.2213753e18,1.2218282e18,1.222281e18,1.222734e18,1.2231869e18,1.2236398e18,1.2240926e18,1.2245455e18,1.2249983e18,1.2254512e18,1.225904e18,1.2263569e18,1.2268098e18,1.2272626e18,1.2277155e18,1.2281684e18,1.2286212e18,1.2290741e18,1.229527e18,1.2299798e18,1.2304327e18,1.2308855e18,1.2313384e18,1.2317913e18,1.2322441e18,1.232697e18,1.2331498e18,1.2336027e18,1.2340556e18,1.2345084e18,1.2349613e18,1.2354142e18,1.235867e18,1.2363199e18,1.2367727e18,1.2372256e18,1.2376785e18,1.2381313e18,1.2385842e18,1.239037e18,1.2394899e18,1.2399428e18,1.2403956e18,1.2408485e18,1.2413013e18,1.2417542e18,1.2422071e18,1.2426601e18,1.243113e18,1.2435658e18,1.2440187e18,1.2444715e18,1.2449244e18,1.2453772e18,1.2458301e18,1.246283e18,1.2467358e18,1.2471887e18,1.2476415e18,1.2480944e18,1.2485473e18,1.2490001e18,1.249453e18,1.2499059e18,1.2503587e18,1.2508116e18,1.2512644e18,1.2517173e18,1.2521702e18,1.252623e18,1.2530759e18,1.2535287e18,1.2539816e18,1.2544345e18,1.2548873e18,1.2553402e18,1.255793e18,1.2562459e18,1.2566988e18,1.2571516e18,1.2576045e18,1.2580574e18,1.2585102e18,1.2589631e18,1.259416e18,1.2598688e18,1.2603217e18,1.2607745e18,1.2612274e18,1.2616802e18,1.2621331e18,1.262586e18,1.263039e18,1.2634918e18,1.2639447e18,1.2643976e18,1.2648504e18,1.2653033e18,1.2657561e18,1.266209e18,1.2666619e18,1.2671147e18,1.2675676e18,1.2680204e18,1.2684733e18,1.2689262e18,1.269379e18,1.2698319e18,1.2702848e18,1.2707376e18,1.2711905e18,1.2716433e18,1.2720962e18,1.272549e18,1.2730019e18,1.2734548e18,1.2739076e18,1.2743605e18,1.2748134e18,1.2752662e18,1.2757191e18,1.276172e18,1.2766248e18,1.2770777e18,1.2775305e18,1.2779834e18,1.2784363e18,1.2788891e18,1.279342e18,1.2797948e18,1.2802477e18,1.2807006e18,1.2811534e18,1.2816063e18,1.2820591e18,1.282512e18,1.2829649e18,1.2834179e18,1.2838707e18,1.2843236e18,1.2847765e18,1.2852293e18,1.2856822e18,1.286135e18,1.2865879e18,1.2870408e18,1.2874936e18,1.2879465e18,1.2883993e18,1.2888522e18,1.289305e18,1.2897579e18,1.2902108e18,1.2906636e18,1.2911165e18,1.2915694e18,1.2920222e18,1.2924751e18,1.292928e18,1.2933808e18,1.2938337e18,1.2942865e18,1.2947394e18,1.2951923e18,1.2956451e18,1.296098e18,1.2965508e18,1.2970037e18,1.2974566e18,1.2979094e18,1.2983623e18,1.2988152e18,1.299268e18,1.2997209e18,1.3001737e18,1.3006266e18,1.3010795e18,1.3015323e18,1.3019852e18,1.302438e18,1.3028909e18,1.3033439e18,1.3037968e18,1.3042496e18,1.3047025e18,1.3051553e18,1.3056082e18,1.3060611e18,1.306514e18,1.3069668e18,1.3074197e18,1.3078725e18,1.3083254e18,1.3087782e18,1.3092311e18,1.309684e18,1.3101368e18,1.3105897e18,1.3110425e18,1.3114954e18,1.3119483e18,1.3124011e18,1.312854e18,1.3133069e18,1.3137597e18,1.3142126e18,1.3146654e18,1.3151183e18,1.3155712e18,1.316024e18,1.3164769e18,1.3169297e18,1.3173826e18,1.3178355e18,1.3182883e18,1.3187412e18,1.319194e18,1.3196469e18,1.3200998e18,1.3205526e18,1.3210055e18,1.3214584e18,1.3219112e18,1.3223641e18,1.322817e18,1.3232698e18,1.3237228e18,1.3241757e18,1.3246285e18,1.3250814e18,1.3255342e18,1.3259871e18,1.32644e18,1.3268928e18,1.3273457e18,1.3277986e18,1.3282514e18,1.3287043e18,1.3291571e18,1.32961e18,1.3300629e18,1.3305157e18,1.3309686e18,1.3314214e18,1.3318743e18,1.3323272e18,1.33278e18,1.3332329e18,1.3336858e18,1.3341386e18,1.3345915e18,1.3350443e18,1.3354972e18,1.33595e18,1.3364029e18,1.3368558e18,1.3373086e18,1.3377615e18,1.3382144e18,1.3386672e18,1.3391201e18,1.339573e18,1.3400258e18,1.3404787e18,1.3409315e18,1.3413844e18,1.3418373e18,1.3422901e18,1.342743e18,1.3431958e18,1.3436488e18,1.3441017e18,1.3445546e18,1.3450074e18,1.3454603e18,1.3459131e18,1.346366e18,1.3468189e18,1.3472717e18,1.3477246e18,1.3481775e18,1.3486303e18,1.3490832e18,1.349536e18,1.3499889e18,1.3504418e18,1.3508946e18,1.3513475e18,1.3518003e18,1.3522532e18,1.352706e18,1.3531589e18,1.3536118e18,1.3540646e18,1.3545175e18,1.3549704e18,1.3554232e18,1.3558761e18,1.356329e18,1.3567818e18,1.3572347e18,1.3576875e18,1.3581404e18,1.3585933e18,1.3590461e18,1.359499e18,1.3599518e18,1.3604047e18,1.3608576e18,1.3613104e18,1.3617633e18,1.3622162e18,1.362669e18,1.3631219e18,1.3635747e18,1.3640277e18,1.3644806e18,1.3649335e18,1.3653863e18,1.3658392e18,1.366292e18,1.3667449e18,1.3671978e18,1.3676506e18,1.3681035e18,1.3685564e18,1.3690092e18,1.3694621e18,1.369915e18,1.3703678e18,1.3708207e18,1.3712735e18,1.3717264e18,1.3721792e18,1.3726321e18,1.373085e18,1.3735378e18,1.3739907e18,1.3744435e18,1.3748964e18,1.3753493e18,1.3758021e18,1.376255e18,1.3767079e18,1.3771607e18,1.3776136e18,1.3780664e18,1.3785193e18,1.3789722e18,1.379425e18,1.3798779e18,1.3803307e18,1.3807836e18,1.3812365e18,1.3816893e18,1.3821422e18,1.382595e18,1.3830479e18,1.3835008e18,1.3839536e18,1.3844066e18,1.3848595e18,1.3853124e18,1.3857652e18,1.3862181e18,1.386671e18,1.3871238e18,1.3875767e18,1.3880295e18,1.3884824e18,1.3889352e18,1.3893881e18,1.389841e18,1.3902938e18,1.3907467e18,1.3911996e18,1.3916524e18,1.3921053e18,1.3925581e18,1.393011e18,1.3934639e18,1.3939167e18,1.3943696e18,1.3948224e18,1.3952753e18,1.3957282e18,1.396181e18,1.3966339e18,1.3970868e18,1.3975396e18,1.3979925e18,1.3984453e18,1.3988982e18,1.399351e18,1.3998039e18,1.4002568e18,1.4007096e18,1.4011625e18,1.4016154e18,1.4020682e18,1.4025211e18,1.402974e18,1.4034268e18,1.4038797e18,1.4043327e18,1.4047855e18,1.4052384e18,1.4056913e18,1.4061441e18,1.406597e18,1.4070498e18,1.4075027e18,1.4079556e18,1.4084084e18,1.4088613e18,1.4093141e18,1.409767e18,1.4102199e18,1.4106727e18,1.4111256e18,1.4115785e18,1.4120313e18,1.4124842e18,1.412937e18,1.4133899e18,1.4138428e18,1.4142956e18,1.4147485e18,1.4152013e18,1.4156542e18,1.416107e18,1.4165599e18,1.4170128e18,1.4174657e18,1.4179185e18,1.4183714e18,1.4188242e18,1.4192771e18,1.41973e18,1.4201828e18,1.4206357e18,1.4210885e18,1.4215414e18,1.4219943e18,1.4224471e18,1.4229e18,1.4233528e18,1.4238057e18,1.4242586e18,1.4247116e18,1.4251644e18,1.4256173e18,1.4260702e18,1.426523e18,1.4269759e18,1.4274287e18,1.4278816e18,1.4283345e18,1.4287873e18,1.4292402e18,1.429693e18,1.4301459e18,1.4305988e18,1.4310516e18,1.4315045e18,1.4319574e18,1.4324102e18,1.4328631e18,1.433316e18,1.4337688e18,1.4342217e18,1.4346745e18,1.4351274e18,1.4355802e18,1.4360331e18,1.436486e18,1.4369388e18,1.4373917e18,1.4378445e18,1.4382974e18,1.4387503e18,1.4392031e18,1.439656e18,1.4401089e18,1.4405617e18,1.4410146e18,1.4414674e18,1.4419203e18,1.4423732e18,1.442826e18,1.4432789e18,1.4437317e18,1.4441846e18,1.4446376e18,1.4450905e18,1.4455433e18,1.4459962e18,1.446449e18,1.4469019e18,1.4473548e18,1.4478076e18,1.4482605e18,1.4487134e18,1.4491662e18,1.4496191e18,1.450072e18,1.4505248e18,1.4509777e18,1.4514305e18,1.4518834e18,1.4523363e18,1.4527891e18,1.453242e18,1.4536948e18,1.4541477e18,1.4546006e18,1.4550534e18,1.4555063e18,1.4559591e18,1.456412e18,1.4568649e18,1.4573177e18,1.4577706e18,1.4582234e18,1.4586763e18,1.4591292e18,1.459582e18,1.4600349e18,1.4604878e18,1.4609406e18,1.4613935e18,1.4618463e18,1.4622992e18,1.462752e18,1.4632049e18,1.4636578e18,1.4641106e18,1.4645635e18,1.4650165e18,1.4654694e18,1.4659222e18,1.4663751e18,1.466828e18,1.4672808e18,1.4677337e18,1.4681865e18,1.4686394e18,1.4690923e18,1.4695451e18,1.469998e18,1.4704508e18,1.4709037e18,1.4713566e18,1.4718094e18,1.4722623e18,1.4727151e18,1.473168e18,1.4736209e18,1.4740737e18,1.4745266e18,1.4749795e18,1.4754323e18,1.4758852e18,1.476338e18,1.4767909e18,1.4772438e18,1.4776966e18,1.4781495e18,1.4786023e18,1.4790552e18,1.4795081e18,1.4799609e18,1.4804138e18,1.4808667e18,1.4813195e18,1.4817724e18,1.4822252e18,1.4826781e18,1.483131e18,1.4835838e18,1.4840367e18,1.4844895e18,1.4849424e18,1.4853954e18,1.4858483e18,1.4863011e18,1.486754e18,1.4872068e18,1.4876597e18,1.4881126e18,1.4885654e18,1.4890183e18,1.4894712e18,1.489924e18,1.4903769e18,1.4908297e18,1.4912826e18,1.4917355e18,1.4921883e18,1.4926412e18,1.493094e18,1.4935469e18,1.4939998e18,1.4944526e18,1.4949055e18,1.4953584e18,1.4958112e18,1.4962641e18,1.496717e18,1.4971698e18,1.4976227e18,1.4980755e18,1.4985284e18,1.4989812e18,1.4994341e18,1.499887e18,1.5003398e18,1.5007927e18,1.5012456e18,1.5016984e18,1.5021513e18,1.5026041e18,1.503057e18,1.5035099e18,1.5039627e18,1.5044156e18,1.5048684e18,1.5053214e18,1.5057743e18,1.5062272e18,1.50668e18,1.5071329e18,1.5075857e18,1.5080386e18,1.5084915e18,1.5089443e18,1.5093972e18,1.50985e18,1.5103029e18,1.5107558e18,1.5112086e18,1.5116615e18,1.5121144e18,1.5125672e18,1.5130201e18,1.513473e18,1.5139258e18,1.5143787e18,1.5148315e18,1.5152844e18,1.5157373e18,1.5161901e18,1.516643e18,1.5170958e18,1.5175487e18,1.5180016e18,1.5184544e18,1.5189073e18,1.5193601e18,1.519813e18,1.5202659e18,1.5207187e18,1.5211716e18,1.5216244e18,1.5220773e18,1.5225302e18,1.522983e18,1.5234359e18,1.5238888e18,1.5243416e18,1.5247945e18,1.5252473e18,1.5257003e18,1.5261532e18,1.526606e18,1.5270589e18,1.5275118e18,1.5279646e18,1.5284175e18,1.5288704e18,1.5293232e18,1.5297761e18,1.530229e18,1.5306818e18,1.5311347e18,1.5315875e18,1.5320404e18,1.5324933e18,1.5329461e18,1.533399e18,1.5338518e18,1.5343047e18,1.5347576e18,1.5352104e18,1.5356633e18,1.5361162e18,1.536569e18,1.5370219e18,1.5374747e18,1.5379276e18,1.5383805e18,1.5388333e18,1.5392862e18,1.539739e18,1.5401919e18,1.5406448e18,1.5410976e18,1.5415505e18,1.5420033e18,1.5424562e18,1.5429091e18,1.543362e18,1.5438148e18,1.5442677e18,1.5447205e18,1.5451734e18,1.5456262e18,1.5460792e18,1.5465321e18,1.546985e18,1.5474378e18,1.5478907e18,1.5483435e18,1.5487964e18,1.5492493e18,1.5497021e18,1.550155e18,1.5506079e18,1.5510607e18,1.5515136e18,1.5519664e18,1.5524193e18,1.5528722e18,1.553325e18,1.5537779e18,1.5542307e18,1.5546836e18,1.5551365e18,1.5555893e18,1.5560422e18,1.556495e18,1.5569479e18,1.5574008e18,1.5578536e18,1.5583065e18,1.5587594e18,1.5592122e18,1.5596651e18,1.560118e18,1.5605708e18,1.5610237e18,1.5614765e18,1.5619294e18,1.5623822e18,1.5628351e18,1.563288e18,1.5637408e18,1.5641937e18,1.5646466e18,1.5650994e18,1.5655523e18,1.5660053e18,1.5664581e18,1.566911e18,1.5673639e18,1.5678167e18,1.5682696e18,1.5687224e18,1.5691753e18,1.5696282e18,1.570081e18,1.5705339e18,1.5709867e18,1.5714396e18,1.5718925e18,1.5723453e18,1.5727982e18,1.573251e18,1.5737039e18,1.5741568e18,1.5746096e18,1.5750625e18,1.5755154e18,1.5759682e18,1.5764211e18,1.576874e18,1.5773268e18,1.5777797e18,1.5782325e18,1.5786854e18,1.5791383e18,1.5795911e18,1.580044e18,1.5804968e18,1.5809497e18,1.5814026e18,1.5818554e18,1.5823083e18,1.5827611e18,1.583214e18,1.5836669e18,1.5841197e18,1.5845726e18,1.5850255e18,1.5854783e18,1.5859312e18,1.5863842e18,1.586837e18,1.5872899e18,1.5877428e18,1.5881956e18,1.5886485e18,1.5891013e18,1.5895542e18,1.590007e18,1.5904599e18,1.5909128e18,1.5913656e18,1.5918185e18,1.5922714e18,1.5927242e18,1.5931771e18,1.59363e18,1.5940828e18,1.5945357e18,1.5949885e18,1.5954414e18,1.5958943e18,1.5963471e18,1.5968e18,1.5972528e18,1.5977057e18,1.5981586e18,1.5986114e18,1.5990643e18,1.5995172e18,1.59997e18,1.6004229e18,1.6008757e18,1.6013286e18,1.6017815e18,1.6022343e18,1.6026872e18,1.60314e18,1.6035929e18,1.6040458e18,1.6044986e18,1.6049515e18,1.6054043e18,1.6058572e18,1.6063102e18,1.6067631e18,1.607216e18,1.6076688e18,1.6081217e18,1.6085745e18,1.6090274e18,1.6094802e18,1.6099331e18,1.610386e18,1.6108388e18,1.6112917e18,1.6117445e18,1.6121974e18,1.6126503e18,1.6131031e18,1.613556e18,1.6140089e18,1.6144617e18,1.6149146e18,1.6153674e18,1.6158203e18,1.6162732e18,1.616726e18,1.6171789e18,1.6176317e18,1.6180846e18,1.6185375e18,1.6189903e18,1.6194432e18,1.619896e18,1.6203489e18,1.6208018e18,1.6212546e18,1.6217075e18,1.6221604e18,1.6226132e18,1.6230661e18,1.623519e18,1.6239718e18,1.6244247e18,1.6248775e18,1.6253304e18,1.6257832e18,1.6262361e18,1.6266891e18,1.627142e18,1.6275948e18,1.6280477e18,1.6285006e18,1.6289534e18,1.6294063e18,1.6298591e18,1.630312e18,1.6307649e18,1.6312177e18,1.6316706e18,1.6321234e18,1.6325763e18,1.6330292e18,1.633482e18,1.6339349e18,1.6343878e18,1.6348406e18,1.6352935e18,1.6357463e18,1.6361992e18,1.636652e18,1.6371049e18,1.6375578e18,1.6380106e18,1.6384635e18,1.6389164e18,1.6393692e18,1.6398221e18,1.640275e18,1.6407278e18,1.6411807e18,1.6416335e18,1.6420864e18,1.6425393e18,1.6429921e18,1.643445e18,1.6438978e18,1.6443507e18,1.6448036e18,1.6452564e18,1.6457093e18,1.6461621e18,1.646615e18,1.647068e18,1.6475209e18,1.6479737e18,1.6484266e18,1.6488795e18,1.6493323e18,1.6497852e18,1.650238e18,1.6506909e18,1.6511438e18,1.6515966e18,1.6520495e18,1.6525023e18,1.6529552e18,1.653408e18,1.6538609e18,1.6543138e18,1.6547666e18,1.6552195e18,1.6556724e18,1.6561252e18,1.6565781e18,1.657031e18,1.6574838e18,1.6579367e18,1.6583895e18,1.6588424e18,1.6592953e18,1.6597481e18,1.660201e18,1.6606538e18,1.6611067e18,1.6615596e18,1.6620124e18,1.6624653e18,1.6629182e18,1.663371e18,1.6638239e18,1.6642767e18,1.6647296e18,1.6651825e18,1.6656353e18,1.6660882e18,1.666541e18,1.666994e18,1.6674469e18,1.6678998e18,1.6683526e18,1.6688055e18,1.6692583e18,1.6697112e18,1.6701641e18,1.670617e18,1.6710698e18,1.6715227e18,1.6719755e18,1.6724284e18,1.6728812e18,1.6733341e18,1.673787e18,1.6742398e18,1.6746927e18,1.6751455e18,1.6755984e18,1.6760513e18,1.6765041e18,1.676957e18,1.6774099e18,1.6778627e18,1.6783156e18,1.6787684e18,1.6792213e18,1.6796742e18,1.680127e18,1.6805799e18,1.6810327e18,1.6814856e18,1.6819385e18,1.6823913e18,1.6828442e18,1.683297e18,1.6837499e18,1.6842028e18,1.6846556e18,1.6851085e18,1.6855614e18,1.6860142e18,1.6864671e18,1.68692e18,1.687373e18,1.6878258e18,1.6882787e18,1.6887315e18,1.6891844e18,1.6896372e18,1.6900901e18,1.690543e18,1.6909958e18,1.6914487e18,1.6919016e18,1.6923544e18,1.6928073e18,1.6932601e18,1.693713e18,1.6941659e18,1.6946187e18,1.6950716e18,1.6955244e18,1.6959773e18,1.6964302e18,1.696883e18,1.6973359e18,1.6977888e18,1.6982416e18,1.6986945e18,1.6991473e18,1.6996002e18,1.700053e18,1.7005059e18,1.7009588e18,1.7014116e18,1.7018645e18,1.7023174e18,1.7027702e18,1.7032231e18,1.703676e18,1.7041288e18,1.7045817e18,1.7050345e18,1.7054874e18,1.7059403e18,1.7063931e18,1.706846e18,1.707299e18,1.7077518e18,1.7082047e18,1.7086576e18,1.7091104e18,1.7095633e18,1.7100161e18,1.710469e18,1.7109219e18,1.7113747e18,1.7118276e18,1.7122805e18,1.7127333e18,1.7131862e18,1.713639e18,1.7140919e18,1.7145448e18,1.7149976e18,1.7154505e18,1.7159033e18,1.7163562e18,1.716809e18,1.7172619e18,1.7177148e18,1.7181677e18,1.7186205e18,1.7190734e18,1.7195262e18,1.7199791e18,1.720432e18,1.7208848e18,1.7213377e18,1.7217905e18,1.7222434e18,1.7226963e18,1.7231491e18,1.723602e18,1.7240548e18,1.7245077e18,1.7249606e18,1.7254134e18,1.7258663e18,1.7263192e18,1.726772e18,1.7272249e18,1.7276779e18,1.7281307e18,1.7285836e18,1.7290365e18,1.7294893e18,1.7299422e18,1.730395e18,1.7308479e18,1.7313008e18,1.7317536e18,1.7322065e18,1.7326594e18,1.7331122e18,1.7335651e18,1.734018e18,1.7344708e18,1.7349237e18,1.7353765e18,1.7358294e18,1.7362822e18,1.7367351e18,1.737188e18,1.7376408e18,1.7380937e18,1.7385465e18,1.7389994e18,1.7394523e18,1.7399051e18,1.740358e18,1.7408109e18,1.7412637e18,1.7417166e18,1.7421694e18,1.7426223e18,1.7430752e18,1.743528e18,1.7439809e18,1.7444337e18,1.7448866e18,1.7453395e18,1.7457923e18,1.7462452e18,1.746698e18,1.7471509e18,1.7476038e18,1.7480568e18,1.7485096e18,1.7489625e18,1.7494154e18,1.7498682e18,1.7503211e18,1.750774e18,1.7512268e18,1.7516797e18,1.7521325e18,1.7525854e18,1.7530382e18,1.7534911e18,1.753944e18,1.7543968e18,1.7548497e18,1.7553026e18,1.7557554e18,1.7562083e18,1.7566611e18,1.757114e18,1.7575669e18,1.7580197e18,1.7584726e18,1.7589254e18,1.7593783e18,1.7598312e18,1.760284e18,1.7607369e18,1.7611898e18,1.7616426e18,1.7620955e18,1.7625483e18,1.7630012e18,1.763454e18,1.7639069e18,1.7643598e18,1.7648126e18,1.7652655e18,1.7657184e18,1.7661712e18,1.7666241e18,1.767077e18,1.7675298e18,1.7679828e18,1.7684357e18,1.7688885e18,1.7693414e18,1.7697943e18,1.7702471e18,1.7707e18,1.7711528e18,1.7716057e18,1.7720586e18,1.7725114e18,1.7729643e18,1.7734171e18,1.77387e18,1.7743229e18,1.7747757e18,1.7752286e18,1.7756815e18,1.7761343e18,1.7765872e18,1.77704e18,1.7774929e18,1.7779458e18,1.7783986e18,1.7788515e18,1.7793043e18,1.7797572e18,1.78021e18,1.7806629e18,1.7811158e18,1.7815687e18,1.7820215e18,1.7824744e18,1.7829272e18,1.7833801e18,1.783833e18,1.7842858e18,1.7847387e18,1.7851915e18,1.7856444e18,1.7860973e18,1.7865501e18,1.787003e18,1.7874558e18,1.7879087e18,1.7883617e18,1.7888146e18,1.7892674e18,1.7897203e18,1.7901732e18,1.790626e18,1.7910789e18,1.7915317e18,1.7919846e18,1.7924375e18,1.7928903e18,1.7933432e18,1.793796e18,1.7942489e18,1.7947018e18,1.7951546e18,1.7956075e18,1.7960604e18,1.7965132e18,1.7969661e18,1.797419e18,1.7978718e18,1.7983247e18,1.7987775e18,1.7992304e18,1.7996832e18,1.8001361e18,1.800589e18,1.8010418e18,1.8014947e18,1.8019476e18,1.8024004e18,1.8028533e18,1.8033061e18,1.803759e18,1.8042119e18,1.8046647e18,1.8051176e18,1.8055704e18,1.8060233e18,1.8064762e18,1.806929e18,1.8073819e18,1.8078347e18,1.8082876e18,1.8087406e18,1.8091935e18,1.8096463e18,1.8100992e18,1.810552e18,1.8110049e18]} diff --git a/lib/node_modules/@stdlib/math/base/special/sinf/test/fixtures/julia/medium_negative.json b/lib/node_modules/@stdlib/math/base/special/sinf/test/fixtures/julia/medium_negative.json new file mode 100644 index 000000000000..d1c9c4f4bc45 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/sinf/test/fixtures/julia/medium_negative.json @@ -0,0 +1 @@ +{"expected":[-2.238023e-5,0.19973597,0.39144307,0.56737137,0.7204292,0.84444696,0.9344473,0.98674786,0.9992732,0.9715184,0.9046022,0.8012221,0.6655451,0.5030404,0.3202584,0.12456698,-0.076145664,-0.27378893,-0.4603959,-0.62844455,-0.771161,-0.8827924,-0.9588389,-0.99623513,-0.99347377,-0.95066595,-0.86953735,-0.75335824,-0.60681164,-0.4358048,-0.24723096,-0.04869136,0.15181097,0.34619388,0.52662194,0.6858221,0.8173772,0.91598433,0.9776686,0.9999436,0.9819115,0.924299,0.8294286,0.7011244,0.5445583,0.3660413,0.17276941,-0.027466713,-0.22659567,-0.4165907,-0.58979315,-0.7392625,-0.8588833,-0.94388306,-0.99083537,-0.9978477,-0.96463734,-0.89254296,-0.78447074,-0.6447769,-0.47909248,-0.29409614,-0.09724493,0.10352616,0.30012417,0.48462436,0.6495896,0.78837025,0.89537215,0.96628207,0.9982418,0.9899629,0.94177914,0.85563284,0.73499644,0.5847328,0.41089883,0.22050181,0.021216478,-0.17892407,-0.3718523,-0.5497914,-0.7055687,-0.8329049,-0.92666715,-0.98307604,-0.99985766,-0.9763356,-0.913458,-0.81375945,-0.6812587,-0.52129674,-0.34032166,-0.14562841,0.054935046,0.2532841,0.4414782,0.6118175,0.75749475,0.87263787,0.9526054,0.994174,0.995668,0.9570272,0.87980914,0.7671265,0.6235214,0.45478252,0.2677116,0.06984939,-0.13082841,-0.3262326,-0.5084865,-0.6702437,-0.8049836,-0.9072752,-0.972995,-0.9994939,-0.9857038,-0.9321805,-0.8410816,-0.7160791,-0.56221193,-0.38568228,-0.19360599,0.0062744357,0.20590195,0.39722967,0.5725453,0.72478193,0.84780306,0.9366497,0.98774046,0.99901605,0.97002184,0.9019266,0.7974752,0.660878,0.49764124,0.31434482,0.11831674,-0.08242269,-0.2798397,-0.46597654,-0.6333301,-0.77515453,-0.8857329,-0.9606079,-0.99676126,-0.9927358,-0.94869375,-0.8664104,-0.74920243,-0.6017946,-0.43012878,-0.24112472,-0.042401046,0.15803179,0.35209447,0.5319644,0.6903911,0.82098866,0.9184925,0.9789725,0.99999064,0.9806998,0.9218774,0.8258947,0.69662064,0.53926617,0.36017424,0.16656385,-0.033760607,-0.2327242,-0.42230684,-0.5948665,-0.7434474,-0.8620604,-0.9459242,-0.9916584,-0.99741936,-0.9629749,-0.8897135,-0.78058827,-0.6399979,-0.47355586,-0.28807196,-0.09097603,0.10978709,0.30612475,0.4901227,0.6543641,0.7922284,0.8981585,0.9678843,0.99859524,0.9890533,0.93964326,0.85235673,0.7307122,0.57961303,0.40515,0.2143556,0.014920659,-0.18511572,-0.3776902,-0.55504024,-0.71001685,-0.83637315,-0.92901564,-0.98421013,-0.9997316,-0.9749545,-0.9108775,-0.81008357,-0.6766356,-0.5159129,-0.33439398,-0.13939583,0.061221264,0.25937057,0.4470648,0.6167381,0.761551,0.87566626,0.9544839,0.99482685,0.99506885,0.9552002,0.876828,0.7630719,0.6185861,0.44916552,0.2616393,0.063566566,-0.13706852,-0.33217844,-0.51389843,-0.6749035,-0.80870354,-0.90990525,-0.9744292,-0.9996744,-0.9846233,-0.92988265,-0.83765894,-0.7116696,-0.55699337,-0.379865,-0.18742448,0.012571003,0.21205975,0.4030005,0.5776965,0.72910595,0.8511255,0.9388367,0.98870385,0.99871695,0.96847236,0.8991892,0.79366016,0.6561392,0.49216962,0.30836096,0.11212246,-0.088635646,-0.2858209,-0.47148487,-0.63814354,-0.779079,-0.8886103,-0.9623222,-0.9972434,-0.99195856,-0.9466839,-0.86324894,-0.74501693,-0.5967537,-0.4244357,-0.23500891,-0.036109053,0.16424635,0.3579811,0.5372858,0.6949328,0.8245675,0.9209643,0.9802376,0.99999803,0.97944915,0.9194192,0.82232803,0.69208926,0.5339527,0.3542929,0.16035171,-0.040053163,-0.23884352,-0.4280062,-0.5999162,-0.74764395,-0.8652346,-0.9479481,-0.99245036,-0.9969475,-0.9612583,-0.88682127,-0.77663696,-0.6351469,-0.4680544,-0.28209493,-0.08476434,0.11598305,0.31205523,0.4955486,0.65906674,0.79601824,0.9008827,0.9694481,0.99890906,0.9881046,0.93747014,0.8490468,0.72639894,0.5744703,0.3993851,0.2082009,0.008624249,-0.19130005,-0.38351315,-0.56026703,-0.7144369,-0.8398082,-0.93132734,-0.9853052,-0.9995659,-0.9735347,-0.9082609,-0.80637556,-0.67198575,-0.51050854,-0.328453,-0.13315773,0.067505054,0.26544675,0.45268846,0.6216825,0.76561695,0.87868977,0.95634305,0.99544674,0.9944246,0.95331764,0.87378305,0.75902677,0.6136745,0.44358546,0.25561565,0.057342157,-0.14324278,-0.33805367,-0.5192378,-0.6795366,-0.8123914,-0.91249925,-0.9758247,-0.9998153,-0.9835038,-0.9275479,-0.83420306,-0.70723194,-0.5517527,-0.37403265,-0.18123554,0.018867072,0.21820916,0.40875536,0.5828249,0.733401,0.8544142,0.94098645,0.989628,0.9983783,0.9668845,0.8964161,0.7898137,0.6513744,0.4866785,0.3023649,0.105863124,-0.09490592,-0.29184937,-0.47702852,-0.64297897,-0.78301126,-0.8914808,-0.96401525,-0.99769086,-0.99115,-0.94465655,-0.8600845,-0.74084294,-0.5917384,-0.41878122,-0.22894321,-0.029876634,0.17039426,0.36385348,0.54258585,0.6994469,0.8281137,0.92339957,0.98146385,0.9999658,0.9781597,0.9169246,0.81872874,0.6875304,0.5286181,0.3483975,0.15413319,-0.04634413,-0.24495335,-0.43368864,-0.6049422,-0.75181085,-0.86837447,-0.94993436,-0.993203,-0.9964361,-0.9595035,-0.88389385,-0.7726549,-0.6302707,-0.46248063,-0.27604824,-0.07848851,0.12223506,0.3180314,0.5010081,0.6637894,0.79981375,0.90359807,0.9709588,0.99918085,0.9871264,0.93528146,0.84573585,0.7220991,0.569355,0.3936605,0.20209773,0.0023274962,-0.19747677,-0.38932088,-0.56547165,-0.7188286,-0.84321,-0.93360204,-0.98636115,-0.99936056,-0.97207636,-0.9056083,-0.80263567,-0.6673092,-0.505084,-0.32249904,-0.12691435,0.07378617,0.27151242,0.45829415,0.6266023,0.7696525,0.8816784,0.95816433,0.99602723,0.99374086,0.9513973,0.8707035,0.75491214,0.6086907,0.43793324,0.24952297,0.051054563,-0.14947182,-0.34397307,-0.52460897,-0.6840982,-0.8160118,-0.9150324,-0.9771686,-0.99991566,-0.9823567,-0.9251995,-0.830748,-0.7028096,-0.5464902,-0.36818546,-0.17503941,0.025162393,0.22434992,0.414494,0.5879301,0.737667,0.85766906,0.9430989,0.99051297,0.998,0.9652583,0.8936075,0.78593594,0.64658374,0.48116806,0.29635683,0.09959959,-0.10117243,-0.29786626,-0.48255327,-0.6477888,-0.7869124,-0.89431596,-0.96567017,-0.99809873,-0.9902945,-0.94257206,-0.8568551,-0.7365988,-0.5866506,-0.41305485,-0.2228091,-0.023582038,0.1765956,0.36965477,0.54781336,0.7038899,0.8315931,0.9257752,0.9826398,0.9998948,0.97684455,0.9144183,0.815097,0.6829443,0.5232625,0.3424883,0.14790857,-0.052633263,-0.25105348,-0.43935388,-0.60994416,-0.75594795,-0.87147987,-0.95188296,-0.9939162,-0.99588525,-0.9577107,-0.8809314,-0.7686422,-0.6253695,-0.45688853,-0.26999062,-0.07220956,0.12848224,0.323995,0.5064477,0.66848576,0.80357754,0.9062776,0.9724461,0.9994159,0.9860997,0.9330345,0.8423591,0.71772873,0.56416714,0.3878643,0.19592683,-0.003908314,-0.20358592,-0.3950571,-0.5706037,-0.72314966,-0.8465459,-0.93581825,-0.98736835,-0.99911565,-0.97057945,-0.90291977,-0.7988639,-0.66260624,-0.49963933,-0.31653225,-0.12066594,0.08006436,0.2775673,0.46388167,0.6314972,0.7736575,0.88463205,0.9599476,0.9965682,0.99301773,0.9494392,0.8675894,0.7507675,0.60368264,0.43226367,0.24342038,0.044764947,-0.15569493,-0.34987885,-0.5299593,-0.68867743,-0.8196354,-0.91755426,-0.9784871,-0.99997765,-0.9811596,-0.92279166,-0.82722646,-0.6983163,-0.5412573,-0.36238056,-0.1688965,0.03139571,0.23042236,0.42016083,0.59296286,0.7418629,0.8608588,0.945174,0.99135864,0.9975822,0.9635938,0.89076346,0.78202695,0.6417674,0.47563857,0.290337,0.09333211,-0.107434936,-0.30387133,-0.48805887,-0.65257305,-0.79078233,-0.89711565,-0.9672867,-0.998467,-0.98939973,-0.94045025,-0.85359174,-0.7323255,-0.5815396,-0.40731212,-0.21666616,-0.017286506,0.18278995,0.37549827,0.5530704,0.70834863,0.83507377,0.9281375,0.98378855,0.99978364,0.975478,0.9118514,0.8114686,0.67837596,0.5179384,0.33662298,0.14173849,-0.058859378,-0.25708467,-0.444947,-0.6148738,-0.76005507,-0.87455076,-0.9537938,-0.99459004,-0.99529487,-0.95587987,-0.877934,-0.764599,-0.6204435,-0.4512783,-0.2639223,-0.06592775,0.13472432,0.3299457,0.5118672,0.6731556,0.8073095,0.9089212,0.9738948,0.99961126,0.9850339,0.9307504,0.83894897,0.7133299,0.5589569,0.38205272,0.18974818,-0.010205003,-0.20974682,-0.40083387,-0.5757635,-0.7274845,-0.849881,-0.9380192,-0.98834646,-0.998834,-0.9690591,-0.900222,-0.7950975,-0.657923,-0.49422798,-0.31061095,-0.11447337,0.086278565,0.28361118,0.4694508,0.63636714,0.7776318,0.88755065,0.9616928,0.99706966,0.9922552,0.94744354,0.8644409,0.7465932,0.5986507,0.42657697,0.23730814,0.038473558,-0.16191188,-0.35577074,-0.5352887,-0.69322944,-0.8232265,-0.9200398,-0.9797668,-0.99999994,-0.97992367,-0.9203472,-0.82367206,-0.6937952,-0.53595185,-0.35650456,-0.1626868,0.0376888,0.23654518,0.42586654,0.5980215,0.7460705,0.86404586,0.947192,0.9921574,0.99712944,0.9619078,0.8879122,0.77812535,0.6369727,0.47014406,0.2843642,0.087060936,-0.11369318,-0.30986437,-0.49354511,-0.65733135,-0.79462093,-0.89987975,-0.968865,-0.99879575,-0.98846567,-0.93829113,-0.85029453,-0.7280231,-0.57640547,-0.40155324,-0.21051462,-0.010990288,0.18897706,0.38132685,0.55830556,0.7127793,0.8385213,0.930463,0.98489827,0.99963284,0.97407275,0.90924835,0.8077727,0.67373616,0.5125417,0.33068696,0.13550244,-0.065144114,-0.26316473,-0.45057735,-0.61982745,-0.7640926,-0.8775577,-0.9556489,-0.99521846,-0.9946713,-0.9540295,-0.87493134,-0.76056516,-0.61554104,-0.4456502,-0.25784352,-0.05964333,0.14096105,0.33588338,0.51726645,0.67779875,0.8110094,0.9115287,0.97530484,0.999767,0.9839291,0.92842954,0.83550555,0.7089028,0.5537245,0.376226,0.183562,-0.016501289,-0.21589942,-0.40659475,-0.5809005,-0.7317905,-0.8531824,-0.940183,-0.98928535,-0.9985102,-0.96748567,-0.8974623,-0.7912628,-0.6531679,-0.48874417,-0.30461943,-0.10821568,0.09255019,0.2895854,0.4749476,0.64116496,0.7815373,0.8904063,0.96338356,0.9975273,0.99146134,0.94543016,0.86125815,0.74238926,0.593595,0.42087334,0.2311865,0.03218064,-0.1681224,-0.3616485,-0.5405968,-0.6977539,-0.82678497,-0.9224888,-0.98100764,-0.9999826,-0.9786488,-0.91786623,-0.82008505,-0.68924665,-0.53062516,-0.35061443,-0.15647064,0.043980394,0.2426586,0.43155536,0.6030564,0.75024855,0.86719865,0.9491924,0.9929248,0.99663293,0.96016735,0.88499796,0.77415484,0.63210595,0.46457726,0.27832168,0.08084714,-0.11988632,-0.31578723,-0.49895892,-0.6620179,-0.7983912,-0.90258193,-0.97039,-0.99908227,-0.9874925,-0.93609476,-0.84696364,-0.7236919,-0.5712485,-0.39577842,-0.20435473,-0.0046936343,0.19515666,0.3871403,0.5635186,0.7171817,0.84193563,0.9327516,0.98596895,0.9994424,0.9726289,0.90660924,0.8040447,0.66906965,0.5071247,0.32473785,0.12926102,-0.07142626,-0.2692344,-0.4561898,-0.6247565,-0.7681396,-0.88055944,-0.9574844,-0.9958137,-0.9940024,-0.95212334,-0.87186474,-0.7564618,-0.6105663,-0.4400592,-0.2518136,-0.05341749,0.14713183,0.34175035,0.5225931,0.6823704,0.8146418,0.91410017,0.9766762,0.9998831,0.9827852,0.9260718,0.832029,0.70444757,0.5484702,0.37038437,0.17736854,-0.02279692,-0.22204344,-0.41233954,-0.58601445,-0.7360674,-0.85644996,-0.9423095,-0.9901851,-0.99814683,-0.96587384,-0.894667,-0.7873967,-0.6483869,-0.48324096,-0.29861584,-0.1019537,0.09881814,0.29560667,0.48047948,0.6459844,0.7854501,0.89325476,0.9650528,0.9979501,0.9906206,0.94335973,0.8580726,0.738197,0.5885652,0.41520858,0.22511515,0.025947465,-0.17426614,-0.36745518,-0.54583234,-0.7022507,-0.83031064,-0.9249012,-0.98220956,-0.99992555,-0.97733516,-0.91534895,-0.8164655,-0.6846708,-0.5252774,-0.34471038,-0.15024827,0.050270244,0.2487624,0.4372271,0.6080674,0.75439686,0.870317,0.9511552,0.9936528,0.99609685,0.9583888,0.88204867,0.77015364,0.62721413,0.458992,0.27226815,0.07456933,-0.12613533,-0.32175556,-0.504406,-0.66672415,-0.802167,-0.9052749,-0.97189176,-0.9993322,-0.98649013,-0.93388313,-0.8436319,-0.71937436,-0.5661192,-0.39004412,-0.19824658,0.0015421697,0.20126876,0.39293844,0.5687092,0.72155565,0.8453166,0.9350033,0.9870005,0.9992123,0.97114646,0.90393424,0.8002849,0.66437656,0.5016876,0.31877586,0.123014465,-0.07770558,-0.27529335,-0.4617842,-0.6296608,-0.7721561,-0.88352627,-0.959282,-0.9963696,-0.99329406,-0.95017946,-0.8687636,-0.75232846,-0.60556734,-0.43439615,-0.24571468,-0.047128603,0.15335721,0.34766126,0.5279513,0.6869599,0.81827754,0.9166109,0.9779962,0.999959,0.98161405,0.92370075,0.8285536,0.700008,0.5432454,0.3645849,0.17116804,-0.029091647,-0.22817867,-0.41806793,-0.5911051,-0.7403152,-0.8596836,-0.94439864,-0.9910455,-0.99774384,-0.96422374,-0.89183635,-0.7834995,-0.6435802,-0.4777186,-0.29260042,-0.09568768,0.10508218,0.30161622,0.4859923,0.6507783,0.7893318,0.8960678,0.96668375,0.9983333,0.98974055,0.94125193,0.854822,0.73393464,0.58346283,0.40947196,0.2189755,0.019652255,-0.18046317,-0.37330422,-0.5510976,-0.7066765,-0.8337697,-0.92725414,-0.9833615,-0.99983007,-0.9759961,-0.9128202,-0.8128491,-0.68011254,-0.51990885,-0.33879268,-0.14401996,0.056558102,0.25485635,0.44288146,0.6130543,0.75851524,0.87340087,0.95308024,0.99434143,0.9955213,0.9565723,0.8790644,0.76612186,0.62229747,0.45338854,0.26620382,0.06828857,-0.13237935,-0.32771116,-0.5098331,-0.67140394,-0.8059109,-0.90793204,-0.97335494,-0.9995425,-0.985439,-0.931613,-0.8402343,-0.71498615,-0.5609174,-0.3842383,-0.19207081,0.007838948,0.20743272,0.398665,0.5738273,0.725859,0.8486317,0.93719655,0.9879835,0.9989454,0.96964043,0.9012233,0.79649335,0.6596572,0.49623057,0.31280124,0.11676303,-0.08398181,-0.2813414,-0.4673603,-0.63454014,-0.776142,-0.8864581,-0.9610415,-0.9968859,-0.9925464,-0.9481979,-0.86562806,-0.74816525,-0.60054433,-0.42871585,-0.23960604,-0.04083785,0.15957649,0.3535584,0.53328854,0.6915222,0.8218809,0.91911006,0.9792905,0.9999962,0.98039263,0.92127,0.82501155,0.69549733,0.53794795,0.35871425,0.16502096,-0.035324223,-0.23424551,-0.4237245,-0.5961234,-0.7444929,-0.8628523,-0.9464306,-0.99185884,-0.99730134,-0.9625354,-0.8889702,-0.7795712,-0.638748,-0.4721773,-0.28657338,-0.08941786,0.11134205,0.30761382,0.49148586,0.65554637,0.7931822,0.89884526,0.96827644,0.9986769,0.98882127,0.9391068,0.8515375,0.72964317,0.5783374,0.40371913,0.21282716,0.013356265,-0.18665302,-0.3791384,-0.55634093,-0.71111774,-0.8372297,-0.9295935,-0.98448586,-0.9996941,-0.9746053,-0.91023076,-0.80916524,-0.6754828,-0.51457196,-0.3329191,-0.1378464,0.0627828,0.26088125,0.44846374,0.6179689,0.76256406,0.87642074,0.9549675,0.99499065,0.9949063,0.9547178,0.8760452,0.76205975,0.61735606,0.44776714,0.26012895,0.0620051,-0.13861813,-0.33365375,-0.51523995,-0.67605716,-0.8096229,-0.91055316,-0.97477955,-0.9997131,-0.98434883,-0.929306,-0.8368034,-0.7105697,-0.55569327,-0.37841725,-0.18588743,0.014135414,0.21358846,0.40443188,0.5789729,0.7301758,0.85194576,0.93937427,0.98893714,0.99863654,0.9680814,0.8985035,0.7927074,0.6549577,0.4908071,0.30687228,0.11056764,-0.090193935,-0.28731984,-0.47286403,-0.6393943,-0.7800971,-0.8893547,-0.9627629,-0.9973627,-0.9917593,-0.9461787,-0.86245817,-0.7439724,-0.59549755,-0.42301854,-0.2334879,-0.034545477,0.16578946,0.3594415,0.5386047,0.69605696,0.8254517,0.9215728,0.9805459,0.99999374,0.9791324,0.9188028,0.82143676,0.6909591,0.53262925,0.3528294,0.1588072,-0.04161641,-0.2403625,-0.4294197,-0.60116726,-0.7486821,-0.86601794,-0.94844514,-0.99264103,-0.99682415,-0.9608258,-0.8860972,-0.77565044,-0.63393766,-0.46667126,-0.28059357,-0.08320532,0.117536895,0.3135992,0.49695992,0.66028845,0.7970011,0.9015871,0.9698307,0.9989809,0.98786277,0.93692446,0.8482192,0.7253228,0.57318896,0.39795026,0.20667039,0.0070597464,-0.19283547,-0.38495758,-0.5615623,-0.71553075,-0.8406566,-0.931896,-0.9855712,-0.9995186,-0.97317594,-0.9076052,-0.8054493,-0.67082626,-0.5091626,-0.32697487,-0.13160695,0.06906595,0.26695484,0.45408294,0.6229072,0.7666225,0.8794356,0.95679915,0.9955947,0.99425834,0.952844,0.8730211,0.7580072,0.6124385,0.4421827,0.25410277,0.05571917,-0.14485142,-0.33958313,-0.5206264,-0.68068355,-0.81330276,-0.91313815,-0.9761655,-0.99984413,-0.9832196,-0.9269621,-0.8333392,-0.70612496,-0.55044717,-0.37258118,-0.17969668,0.020431321,0.21973574,0.41018274,0.5840955,0.7344637,0.8552261,0.9415148,0.9898516,0.99828804,0.966484,0.8957216,0.78885317,0.6501865,0.48531115,0.30087322,0.10430724,-0.09646329,-0.29334545,-0.478403,-0.6441764,-0.78398347,-0.89218855,-0.96443003,-0.9977959,-0.99094117,-0.9441421,-0.8592853,-0.73979115,-0.59042716,-0.4173045,-0.2273605,-0.028251735,0.17199583,0.36531037,0.5438994,0.7005642,0.8289897,0.923999,0.98176247,0.99995166,0.97783333,0.9162991,0.8178294,0.68639344,0.5272894,0.34693053,0.15258715,-0.047906946,-0.24646994,-0.43509787,-0.6061872,-0.7528416,-0.86914927,-0.95042205,-0.9933839,-0.9963029,-0.9590616,-0.883161,-0.77166075,-0.62905526,-0.4610929,-0.27454415,-0.07689826,0.12381802,0.31954324,0.5023879,0.66498154,0.80077016,0.90428025,0.9713392,0.9992441,0.98687005,0.9347158,0.8448837,0.7209948,0.568043,0.3921937,0.20053531,0.0007934653,-0.19898038,-0.39073342,-0.5667362,-0.71989423,-0.84403366,-0.9341615,-0.98661745,-0.9993034,-0.971708,-0.90494365,-0.8017014,-0.6661432,-0.50373304,-0.32101768,-0.1253623,0.075346366,0.27301785,0.45968416,0.62782085,0.77065045,0.88241553,0.95861095,0.99616534,0.99356484,0.9509143,0.869933,0.75388515,0.6074244,0.4364987,0.24797803,0.049461514,-0.15104878,-0.34547037,-0.5259663,-0.6852608,-0.81693274,-0.9156747,-0.9775063,-0.9999351,-0.98205715,-0.92459303,-0.8298591,-0.701674,-0.5452048,-0.36675876,-0.17352885,0.026695909,0.22584458,0.41588956,0.5891703,0.73872244,0.85847247,0.943618,0.99072677,0.99789995,0.9648483,0.89290416,0.7849676,0.64538944,0.47979596,0.29486218,0.098042704,-0.102728836,-0.29935944,-0.48392302,-0.64897996,-0.78787684,-0.8950149,-0.96607536,-0.9981939,-0.9900758,-0.9420484,-0.85603166,-0.73551905,-0.5853581,-0.4116017,-0.22125384,-0.021987382,0.17816538,0.3711364,0.5491471,0.70502204,0.8324779,0.92637706,0.9829345,0.99987036,0.97650206,0.9137715,0.8142073,0.68182296,0.5219546,0.34104663,0.14639123,-0.05416511,-0.25256762,-0.4407588,-0.6111832,-0.75697124,-0.87224615,-0.9523613,-0.9940873,-0.9957422,-0.95725936,-0.8801899,-0.7676405,-0.6241479,-0.45549628,-0.26848385,-0.070649005,0.13003366,0.32547474,0.5077961,0.6696485,0.8045078,0.9069378,0.9728097,0.9994691,0.9858334,0.9324594,0.84149843,0.71661717,0.56284946,0.3863936,0.19436243,-0.005503364,-0.20514733,-0.39652193,-0.57191294,-0.72425044,-0.8473939,-0.9363793,-0.9876198,-0.99904996,-0.97020894,-0.90225935,-0.7979402,-0.6614565,-0.49830994,-0.31507674,-0.11911268,0.081623785,0.27907005,0.46526712,0.63270956,0.77464783,0.88536054,0.9603848,0.99669653,0.99283195,0.9489469,0.8668103,0.74973315,0.60243464,0.43085232,0.24190259,0.043201912,-0.15724021,-0.35134408,-0.53128546,-0.68981105,-0.8205307,-0.9181873,-0.9788149,-0.999987,-0.9808502,-0.9221759,-0.8263292,-0.69717366,-0.5399154,-0.36089346,-0.16732413,0.032989953,0.23197423,0.42160773,0.5942465,0.7429315,0.86166936,0.9456738,0.99155873,0.99747443,0.9631825,0.89006525,0.78107,0.64056677,0.47426173,0.2888395,0.09177428,-0.1089903,-0.30536154,-0.48942384,-0.65375775,-0.791739,-0.89780575,-0.9676825,-0.99855244,-0.9891713,-0.93991727,-0.8527757,-0.73125917,-0.58026606,-0.40588275,-0.21513851,-0.015722169,0.18432793,0.37694785,0.55437326,0.70947367,0.8359502,0.9287301,0.98407334,0.9997492,0.9751257,0.91119546,0.81053543,0.6772032,0.51657325,0.33512056,0.14015935,-0.060451604,-0.2586258,-0.44637492,-0.61613095,-0.76105106,-0.8752936,-0.9542536,-0.9947482,-0.995145,-0.9554281,-0.8771838,-0.76358974,-0.6192158,-0.44988158,-0.2624129,-0.06436653,0.13627444,0.33142224,0.51321065,0.67431176,0.8082318,0.9095724,0.97424877,0.99965364,0.984763,0.9301772,0.8380965,0.71223253,0.5576589,0.38060638,0.18821181,-0.01176946,-0.21130615,-0.4022947,-0.57706696,-0.728578,-0.85072047,-0.93857086,-0.988588,-0.9987557,-0.96866417,-0.8995263,-0.7941291,-0.65672094,-0.4928407,-0.3090944,-0.11288865,0.08786757,0.2850819,0.47080475,0.6375497,0.7785954,0.8882564,0.9621122,0.9971859,0.9920597,0.94694185,0.8636533,0.7455514,0.5973968,0.4251614,0.23578799,0.03691012,-0.16345558,-0.35723248,-0.53660953,-0.6943562,-0.8241137,-0.9206517,-0.9800787,-0.9999993,-0.9796105,-0.9197342,-0.8227839,-0.6926676,-0.5346303,-0.35504237,-0.16111277,0.039282687,0.23809467,0.42730922,0.59929913,0.74713165,0.8648477,0.9477023,0.99235547,0.9970074,0.96147054,0.8871773,0.7771225,0.6357423,0.4687357,0.28283462,0.08553263,-0.11521713,-0.31132254,-0.4948787,-0.6584866,-0.7955513,-0.90056103,-0.96925116,-0.9988713,-0.98822755,-0.93774885,-0.8494701,-0.72694963,-0.57512623,-0.40011987,-0.20898488,-0.009425819,0.1905132,0.3827727,0.5596029,0.7138758,0.83937275,0.9310351,0.9851679,0.9995892,0.97371763,0.908596,0.8068494,0.67257917,0.5111714,0.32918122,0.13392192,-0.06673571,-0.26470324,-0.45200077,-0.6210784,-0.7651207,-0.87832135,-0.95611745,-0.99537295,-0.9945056,-0.9535502,-0.8741578,-0.7595286,-0.6142832,-0.4442764,-0.25636107,-0.058111954,0.1424796,0.3373279,0.5185787,0.6789483,0.81192374,0.912171,0.97564924,0.99979955,0.9836485,0.92784715,0.8346448,0.7077984,0.5524211,0.37477595,0.18202381,-0.018065605,-0.2174268,-0.40802366,-0.5821733,-0.73285586,-0.8539974,-0.94071484,-0.98951256,-0.99842364,-0.96708876,-0.8967576,-0.7902864,-0.65195924,-0.48735195,-0.30309978,-0.10662985,0.09413829,0.29111177,0.4763507,0.64238816,0.7825314,0.89113116,0.96380997,0.99763817,0.9912521,0.9449092,0.8604776,0.7413606,0.5923598,0.4194813,0.22969374,0.030647365,-0.16966447,-0.36310673,-0.5419124,-0.6988738,-0.827664,-0.9230916,-0.9813099,-0.9999721,-0.978326,-0.9172442,-0.8191887,-0.68811226,-0.52929837,-0.34914875,-0.15492517,0.045543376,0.24417609,0.4329662,0.6043037,0.75128204,0.86797667,0.9496836,0.99310935,0.99650085,0.95972043,0.8842542,0.7731442,0.63086915,0.46316418,0.27678928,0.07925719,-0.12146972,-0.31730026,-0.5003406,-0.6632125,-0.7993507,-0.9032675,-0.9707741,-0.9991493,-0.98724943,-0.9355541,-0.84614706,-0.72263235,-0.5699887,-0.39436918,-0.20282295,-0.003129096,0.1966909,0.38858238,0.56481034,0.71827114,0.8427788,0.9333145,0.9862289,0.99938893,0.9722642,0.905948,0.8031135,0.66790605,0.50577563,0.32325768,0.12770943,-0.07298673,-0.27074084,-0.45758152,-0.6259774,-0.7691404,-0.8813143,-0.9579434,-0.99595827,-0.9938267,-0.9516345,-0.8710825,-0.7554176,-0.6093023,-0.43862632,-0.2502696,-0.05182463,0.14870936,0.34324893,0.52395236,0.6835356,0.8155658,0.9147211,0.97700447,0.99990535,0.9825006,0.92549187,0.83117706,0.70335793,0.54716134,0.36893064,0.17582858,-0.024361035,-0.22356866,-0.4137644,-0.58728147,-0.7371256,-0.8572566,-0.94283205,-0.9904025,-0.9980504,-0.96546745,-0.89396703,-0.7864313,-0.647195,-0.48187062,-0.29712233,-0.10039718,0.100374915,0.29710096,0.481851,0.6472012,0.7864363,0.89397067,0.96546954,0.9980509,0.9904014,0.9428294,0.8572524,0.7371201,0.5872749,0.41375697,0.22356074,0.0243529,-0.1758366,-0.3689382,-0.54716814,-0.703342,-0.8311646,-0.9254834,-0.98249644,-0.99990565,-0.97700924,-0.9147178,-0.8155611,-0.6835296,-0.52394545,-0.3432413,-0.14870131,0.051832754,0.25027746,0.43863365,0.6093087,0.75542295,0.8710865,0.951637,0.9938276,0.99595755,0.957941,0.88131046,0.7691547,0.6259948,0.45760143,0.27076238,0.073009044,-0.12768723,-0.3232654,-0.50578266,-0.66791207,-0.80311835,-0.9059514,-0.972266,-0.9993892,-0.9862275,-0.9333116,-0.8427744,-0.7182655,-0.56480366,-0.3885749,-0.19668292,0.0031372334,0.20283093,0.39434862,0.56997037,0.7226169,0.84613514,0.93554616,0.98724586,0.999149,0.97077215,0.903264,0.7993458,0.6632064,0.50033355,0.31729254,0.121461645,-0.079265304,-0.27679712,-0.4631714,-0.63087547,-0.7731494,-0.884258,-0.9597227,-0.99650156,-0.99311197,-0.94969064,-0.86798775,-0.7512968,-0.60432154,-0.43298638,-0.2441682,-0.045535248,0.1549332,0.34915638,0.5293053,0.68811816,0.8191934,0.9172474,0.9783277,0.99997216,0.98130834,0.9230885,0.8276595,0.698868,0.5419055,0.36309913,0.16965646,-0.030624997,-0.22967197,-0.41946098,-0.5923418,-0.7413456,-0.8604662,-0.9449119,-0.9912532,-0.9976376,-0.9638078,-0.89112747,-0.7825263,-0.64238197,-0.47634354,-0.291104,-0.09413019,0.10663794,0.30310756,0.48735908,0.65196544,0.7902914,0.8967612,0.96708304,0.9984224,0.9895158,0.9407224,0.8540091,0.7328711,0.5821667,0.40801623,0.21741886,0.01805747,-0.18203181,-0.3747835,-0.5524278,-0.70780414,-0.8346493,-0.9278502,-0.98364997,-0.9997994,-0.97564745,-0.91216767,-0.811919,-0.67894226,-0.51859784,-0.33734897,-0.14250176,0.058089614,0.25633943,0.44425634,0.6142896,0.7595339,0.8741618,0.95355266,0.9945064,0.9953722,0.95611507,0.8783175,0.76511544,0.621072,0.4519935,0.2646954,0.066727586,-0.13392998,-0.3291889,-0.51117843,-0.6725626,-0.8068362,-0.9085866,-0.9737125,-0.99958855,-0.9851718,-0.9310321,-0.83936834,-0.7138701,-0.5595961,-0.3827652,-0.19050519,0.009433956,0.20899284,0.40012732,0.5751329,0.72695524,0.8494744,0.9377517,0.9882288,0.9988709,0.9692491,0.90055746,0.79556483,0.6585035,0.49489817,0.31134382,0.11523936,-0.08551033,-0.2828424,-0.46874288,-0.63574857,-0.7771276,-0.88718104,-0.96147275,-0.997008,-0.9923545,-0.94769967,-0.86484367,-0.7471263,-0.59929264,-0.42730185,-0.23808677,-0.039274555,0.1611208,0.35502145,0.5346114,0.69265145,0.82277113,0.9197254,0.97960603,0.99999934,0.9800771,0.9206485,0.8241091,0.6943503,0.5366027,0.35722488,0.16344756,-0.036918253,-0.2357959,-0.42516875,-0.5974033,-0.74555683,-0.8636574,-0.9469445,-0.9920607,-0.99718755,-0.9621183,-0.8882666,-0.77860945,-0.6375669,-0.47082448,-0.2850741,-0.08785947,0.11289673,0.30910212,0.4928478,0.656727,0.794134,0.8995299,0.9686662,0.9987561,0.9885868,0.93856806,0.8507162,0.7285724,0.57706034,0.40228724,0.2112982,0.011791838,-0.18818983,-0.3805857,-0.5576404,-0.71221685,-0.8380843,-0.9301802,-0.98476446,-0.9996534,-0.9742469,-0.9095691,-0.808227,-0.67430574,-0.5132036,-0.33141458,-0.13626638,0.06437464,0.26242077,0.44988886,0.61922216,0.763595,0.8771877,0.9554215,0.9951428,0.9947505,0.95426035,0.87530446,0.76106554,0.6161245,0.44636765,0.25861794,0.060443483,-0.14016742,-0.33512825,-0.5165802,-0.67720914,-0.8105402,-0.9111988,-0.9751275,-0.99974936,-0.9840719,-0.92872703,-0.8359457,-0.70946795,-0.55439186,-0.3769686,-0.18434992,0.01569979,0.21511665,0.40586227,0.5802727,0.7312647,0.8527799,0.93992,0.9891725,0.99855196,0.9676804,0.8978022,0.79173404,0.65375155,0.48941675,0.3053538,0.10898221,-0.09178238,-0.28884727,-0.4742689,-0.640573,-0.781056,-0.89005506,-0.9631765,-0.9974728,-0.9915616,-0.9456811,-0.86166525,-0.74292606,-0.59423995,-0.42160037,-0.2319663,-0.03298182,0.16733214,0.36090106,0.53992224,0.69717944,0.82633376,0.92217904,0.9808518,0.999987,0.97881323,0.9181841,0.82054347,0.6898272,0.5313044,0.35136503,0.15726231,-0.043179553,-0.24191049,-0.43085966,-0.60244113,-0.7497385,-0.8668144,-0.94894946,-0.9928329,-0.9966959,-0.9603825,-0.8853567,-0.7746427,-0.63270324,-0.46525994,-0.2790622,-0.08161567,0.119120754,0.3150555,0.4982905,0.6614397,0.7979267,0.9022497,0.9702035,0.9990503,0.98761857,0.93637645,0.8473895,0.72424483,0.57190627,0.39651445,0.20513935,0.005495227,-0.19437042,-0.3864011,-0.5628562,-0.7166228,-0.84150285,-0.93246233,-0.9858348,-0.9994688,-0.97281486,-0.9069472,-0.8045211,-0.66966516,-0.5078154,-0.3254959,-0.1300256,0.07065712,0.2684917,0.45550352,0.62415427,0.76764566,0.8801937,0.9572617,0.995743,0.99408644,0.9523588,0.87224215,0.7569659,0.6111768,0.4407515,0.25255975,0.054187454,-0.1463691,-0.3410256,-0.5219355,-0.68180656,-0.8141943,-0.9137748,-0.9765038,-0.9998705,-0.982933,-0.926374,-0.8324734,-0.70501626,-0.54914033,-0.37112883,-0.17815737,0.021995518,0.22126178,0.4116091,0.5853647,0.7355246,0.8560359,0.94204086,0.9900727,0.9981953,0.96608114,0.8950249,0.7878906,0.64897376,0.4839159,0.29935166,0.10272074,-0.0980508,-0.29486996,-0.4798031,-0.64539564,-0.7849726,-0.89290786,-0.9648504,-0.9979004,-0.99072564,-0.9436153,-0.8584683,-0.73871696,-0.5891884,-0.41590992,-0.22586638,-0.026718281,0.17350681,0.36673793,0.5452117,0.7016798,0.82986367,0.92459613,0.9820587,0.99993503,0.97750455,0.9156714,0.8169281,0.6852548,0.5259593,0.34546274,0.15104073,-0.04946964,-0.24798591,-0.43650603,-0.6074308,-0.7538704,-0.8699219,-0.9509074,-0.99356234,-0.9961673,-0.9586173,-0.8824117,-0.77064526,-0.62781453,-0.45967692,-0.27301002,-0.075338244,0.12537037,0.32102537,0.5037401,0.66614926,0.8017063,0.9049471,0.9717099,0.9993037,0.98661613,0.9341586,0.8440457,0.7199097,0.56675464,0.390754,0.1990023,-0.0007710851,-0.20054328,-0.3922012,-0.56804967,-0.72100043,-0.84488803,-0.93471867,-0.98687136,-0.9992438,-0.9713373,-0.9042767,-0.8007653,-0.66497546,-0.50238085,-0.31953555,-0.12380994,0.076906376,0.27452263,0.46107304,0.62903786,0.7716465,0.8831505,0.95905524,0.9963036,0.99338293,0.95041955,0.8691452,0.7528362,0.6061808,0.43509054,0.24646205,0.047898818,-0.15259519,-0.34693816,-0.5272963,-0.68639934,-0.8178341,-0.9163024,-0.97783506,-0.9999517,-0.9817609,-0.9239959,-0.8289851,-0.7005584,-0.5438926,-0.36530277,-0.17195776,0.028290374,0.22739814,0.41733962,0.5904584,0.7397761,0.85927385,0.9441348,0.9909381,0.99779737,0.96443594,0.8921986,0.78399736,0.64419353,0.47842267,0.29336685,0.09648557,-0.10428498,-0.30085185,-0.48529157,-0.65016943,-0.7888394,-0.8957252,-0.9664861,-0.9982885,-0.9898504,-0.94151205,-0.85522187,-0.7344582,-0.5840889,-0.41017532,-0.2197278,-0.020423185,0.17970468,0.37258875,0.55045396,0.70613074,0.83334374,0.9269651,0.9832211,0.99984396,0.9761637,0.9131348,0.813298,0.68065524,0.5205934,0.33954677,0.14481317,-0.055757765,-0.25408113,-0.44216263,-0.6124208,-0.7579926,-0.8730102,-0.9528373,-0.99425596,-0.99559677,-0.95680565,-0.8794462,-0.76663685,-0.62292475,-0.45410287,-0.26697642,-0.06908828,0.13158476,0.3269537,0.50914335,0.67083234,0.80545413,0.90760857,0.97317785,0.9995189,0.98556983,0.931893,0.84065217,0.71552503,0.56155556,0.38495007,0.19282748,-0.0070678834,-0.20667835,-0.3979577,-0.57319564,-0.7253284,-0.84822357,-0.9369273,-0.987864,-0.9989805,-0.9698287,-0.90157044,-0.79697776,-0.6602594,-0.49692637,-0.3135625,-0.11755912,0.08318301,0.2805721,0.46665147,0.6339204,0.7756363,0.8860868,0.9608196,0.99682236,0.9926437,0.94845223,0.86602914,0.7486969,0.60118514,0.4294399,0.24038422,0.04163877,-0.15881523,-0.352837,-0.5326361,-0.69096494,-0.8214414,-0.918806,-0.9791341,-0.99999374,-0.9805443,-0.92156965,-0.825447,-0.6960511,-0.5385978,-0.35943392,-0.16578142,0.03455361,0.23349582,0.42302594,0.5955041,0.74397784,0.8624623,0.94618136,0.9917604,0.9973599,0.96275246,0.88933706,0.7800729,0.63936454,0.47288376,0.28734127,0.09021622,-0.1105454,-0.306851,-0.4907876,-0.65494084,-0.7926938,-0.89849365,-0.9680758,-0.99863535,-0.9889405,-0.93938196,-0.8519575,-0.7301911,-0.5789911,-0.40445235,-0.21358052,-0.014127278,0.18589543,0.3784248,0.55570006,0.7105754,0.8368078,0.929309,0.98435026,0.9997129,0.9747777,0.91054976,0.8096181,0.67605114,0.515233,0.3336461,0.13861008,-0.06202845,-0.26015154,-0.44778806,-0.6173745,-0.7620749,-0.87605655,-0.9547248,-0.99490863,-0.9949883,-0.9549605,-0.87643886,-0.76257855,-0.6179865,-0.44848374,-0.26090285,-0.06280514,0.13782422,0.33289796,0.5145528,0.6754663,0.8091521,0.91022146,0.9746037,0.999694,0.9844871,0.9295961,0.8372336,0.71112275,0.5563469,0.379145,0.18666,-0.013349145,-0.2128202,-0.40372655,-0.578344,-0.72964877,-0.85154176,-0.9391096,-0.98882246,-0.9986765,-0.9682744,-0.8988417,-0.79317725,-0.6555402,-0.49146548,-0.30759156,-0.1113188,0.08944116,0.2865958,0.47219792,0.638766,0.7795858,0.8889809,0.96254176,0.99730307,0.9918617,0.94643784,0.8628636,0.7445078,0.59614134,0.42374477,0.23426726,0.03534659,-0.16499889,-0.35869336,-0.5379291,-0.6954922,-0.8250075,-0.9212673,-0.98039126,-0.9999962,-0.9792919,-0.91911286,-0.82188493,-0.6915273,-0.53329456,-0.35356507,-0.15958352,0.04084598,0.23961394,0.4287232,0.6005509,0.7481707,0.8656321,0.94820046,0.9925474,0.99688524,0.96103925,0.8864543,0.7761273,0.634522,0.4673396,0.28131896,0.0839585,-0.11678627,-0.31282344,-0.4962509,-0.65967476,-0.7965075,-0.90123343,-0.96963495,-0.9989444,-0.987987,-0.93720436,-0.84864354,-0.72587436,-0.5738456,-0.39868551,-0.20745462,-0.007861326,0.19204885,0.38423172,0.5609115,0.7149812,0.8402304,0.93161047,0.9854378,0.99954265,0.97335654,0.907935,0.8059151,0.67140925,0.50982606,0.32770348,0.13237129,-0.068296686,-0.26621166,-0.4533958,-0.62230384,-0.7661271,-0.87906826,-0.9565747,-0.9955221,-0.9943389,-0.95307314,-0.8733895,-0.7585,-0.6130358,-0.44286048,-0.25483373,-0.056534745,0.14404312,0.33881468,0.5199288,0.68008494,0.81283605,0.9128111,0.9759912,0.99982965,0.98336554,0.9272625,0.8337821,0.70669234,0.5511162,0.37332496,0.18048517,-0.019645134,-0.21896854,-0.40946546,-0.58345705,-0.7339298,-0.8548183,-0.94124955,-0.98973954,-0.9983337,-0.9666856,-0.89607096,-0.7893268,-0.6507721,-0.4859852,-0.30160847,-0.105074085,0.09569578,0.2926082,0.47772574,0.64358646,0.78350455,0.89184,0.96422994,0.99774545,0.9910424,0.94439095,0.85967165,0.74029946,0.59108627,0.41804668,0.2281559,0.029068261,-0.1711911,-0.36456403,-0.5432266,-0.699992,-0.8285411,-0.92369217,-0.98160976,-0.9999592,-0.9780009,-0.91661984,-0.8182904,-0.6869762,-0.5279573,-0.34766793,-0.15336424,0.047121488,0.24570778,0.4343897,0.6055617,0.75232375,0.8687601,0.95017725,0.9932932,0.9963689,0.95927966,0.88352245,0.77215093,0.62965447,0.46177697,0.2752855,0.07769746,-0.12302254,-0.31878358,-0.5016946,-0.66438264,-0.8002989,-0.9039442,-0.971152,-0.9992132,-0.9869967,-0.93499494,-0.8453041,-0.72153944,-0.56868994,-0.39291692,-0.20130563,-0.00156455,0.19822465,0.3900235,0.5661008,0.7193588,0.8436199,0.93387514,0.98648643,0.999333,0.971897,0.9052844,0.80217123,0.66672945,0.5044122,0.3217623,0.1261424,-0.07456223,-0.2722613,-0.4589857,-0.6272086,-0.7701491,-0.8820453,-0.95839113,-0.99609756,-0.99365187,-0.9511527,-0.870313,-0.7543915,-0.60806096,-0.43721977,-0.24875452,-0.05026212,0.15025632,0.34473234,0.5252973,0.68468785,0.81647897,0.91535836,0.9773401,0.99992585,0.98220515,0.9248923,0.8302976,0.702234,0.54585105,0.36747602,0.17428818,-0.025925092,-0.22509335,-0.41518822,-0.58854705,-0.73818195,-0.85806113,-0.94335234,-0.9906175,-0.9979515,-0.96505463,-0.8932579,-0.7854545,-0.6459899,-0.48048574,-0.2956135,-0.09882523,0.101946615,0.29860905,0.48323473,0.6483815,0.78740174,0.89467067,0.965876,0.9981473,0.9901839,0.94230676,0.8564458,0.73606193,0.58600783,0.41233212,0.22203551,0.02277353,-0.17739156,-0.3704061,-0.54848975,-0.70446414,-0.832042,-0.92608064,-0.9827895,-0.99988276,-0.9766712,-0.91409063,-0.81465477,-0.6823868,-0.5226122,-0.3417714,-0.14715397,0.053395137,0.25179192,0.4400391,0.61054856,0.75644714,0.8718538,0.9521212,0.9940016,0.9958144,0.95748645,0.88056284,0.7681442,0.62476206,0.45619616,0.26924124,0.071433365,-0.12925395,-0.32474554,-0.5071317,-0.66907567,-0.80404955,-0.9066127,-0.9726308,-0.99944264,-0.9859676,-0.9327487,-0.8419312,-0.717176,-0.5634992,-0.38711876,-0.19513372,0.0047170306,0.20437764,0.3957999,0.5712677,0.72370803,0.8469761,0.936103,0.98749614,0.9990839,0.97039545,0.9025916,0.7984047,0.66203463,0.49897832,0.31580845,0.119908534,-0.08082483,-0.2783002,-0.46455744,-0.6320886,-0.7741503,-0.8849947,-0.9601654,-0.99663234,-0.99292564,-0.94919467,-0.86720216,-0.75025326,-0.6030621,-0.4315618,-0.24266551,-0.043972265,0.15647867,0.35062206,0.530632,0.68925256,0.8200897,0.9178695,0.97865045,0.9999826,0.981006,0.92248565,0.8267718,0.69773716,0.5405771,0.36162668,0.16809933,-0.032204024,-0.23120926,-0.42089456,-0.59361386,-0.74240494,-0.86127007,-0.9454229,-0.9914584,-0.9975289,-0.9633895,-0.8904165,-0.78155124,-0.6411821,-0.4749673,-0.28960684,-0.09257247,0.108193435,0.30461267,0.48873794,0.6531625,0.7912584,0.89745915,0.9674839,0.9985098,0.9892864,0.9401854,0.8531861,0.7317953,0.5809063,0.40658733,0.21589147,0.016493153,-0.18357,-0.37623355,-0.5537313,-0.7089085,-0.83551,-0.9284326,-0.9839305,-0.9997668,-0.97529966,-0.9115191,-0.8109957,-0.6777816,-0.5172464,-0.33586133,-0.1409379,0.059666682,0.2578661,0.44567114,0.61551136,0.7605506,0.8749205,0.95402277,0.99466896,0.9952206,0.9556555,0.8775684,0.7641071,0.61984503,0.45059735,0.26318634,0.065151215,-0.1354954,-0.33068025,-0.5125356,-0.6737309,-0.80776846,-0.9092454,-0.97407115,-0.99963266,-0.98489946,-0.93046564,-0.8385169,-0.7127736,-0.5582988,-0.3813193,-0.18896908,0.010998424,0.21052258,0.4015607,0.5764121,0.7280287,0.8502988,0.9382992,0.98846924,0.9987946,0.9688592,0.89986956,0.7946067,0.6573137,0.4935248,0.30984214,0.11366993,-0.08708424,-0.28434274,-0.4701243,-0.63695544,-0.7781113,-0.8879019,-0.96190166,-0.9971278,-0.9921602,-0.94719917,-0.8640571,-0.7460854,-0.59803945,-0.42587298,-0.23655209,-0.037695915,0.16267976,0.3564979,0.53594583,0.6937901,0.82366806,0.9203444,0.97992224,0.99999994,0.9797651,0.9200366,0.82322186,0.69322354,0.5352818,0.35576314,0.16190384,-0.03848169,-0.23731604,-0.42658433,-0.59865725,-0.7466088,-0.8644527,-0.94745106,-0.99225813,-0.99706787,-0.96168643,-0.88753986,-0.77761716,-0.6363491,-0.46943015,-0.28358877,-0.08630086,0.11445114,0.31058967,0.49420854,0.6579061,0.7950839,0.9002122,0.96905357,0.99883294,0.98834985,0.93802696,0.84988475,0.7274894,0.57576936,0.4008404,0.2097538,0.010212125,-0.18974118,-0.38204613,-0.558951,-0.7133249,-0.8389451,-0.9307534,-0.9850353,-0.999611,-0.9738929,-0.9089178,-0.8073047,-0.6731496,-0.5118602,-0.32993805,-0.13471626,0.06593587,0.26393014,0.4512992,0.6204619,0.7646141,0.8779452,0.9558868,0.99529713,0.9945876,0.9537868,0.87453943,0.76003987,0.6149035,0.44496706,0.2571063,0.05888172,-0.14171635,-0.3366019,-0.51791924,-0.6783595,-0.81145555,-0.9118422,-0.97547305,-0.99978316,-0.9837898,-0.92814016,-0.83507764,-0.7083537,-0.5530764,-0.37550485,-0.18279696,0.017279385,0.2166592,0.40730563,0.5815338,0.73233104,0.853596,0.940453,0.9894009,0.9984666,0.9672847,0.8971121,0.7907773,0.65256685,0.48805177,0.30386358,0.107411675,-0.09335541,-0.29035938,-0.47565913,-0.6417854,-0.78204155,-0.89077413,-0.96360004,-0.99758387,-0.9913546,-0.94516385,-0.8608741,-0.741883,-0.592987,-0.42018116,-0.23044415,-0.03141808,0.16887443,0.3623597,0.5412385,0.69830567,0.8272182,0.922786,0.98115677,0.9999777,0.97848856,0.9175571,0.81963944,0.6886826,0.52996534,0.34988552,0.15569443,-0.044765458,-0.24342087,-0.43226412,-0.60368305,-0.75077295,-0.86759347,-0.9494418,-0.9930187,-0.99656755,-0.9599453,-0.8846247,-0.7736475,-0.631485,-0.4638677,-0.27755216,-0.08004864,0.12068917,0.31655446,0.4996596,0.66262376,0.79887795,0.90293306,0.9705869,0.9991169,0.9873731,0.9358288,0.84656185,0.72316515,0.57062215,0.39507765,0.20360783,0.003930694,-0.19591238,-0.3878507,-0.564155,-0.7177185,-0.84235114,-0.9330292,-0.9860985,-0.9994161,-0.97244775,-0.9062806,-0.8035818,-0.6684854,-0.50644726,-0.32399452,-0.12848173,0.072210066,0.26999113,0.45689577,0.62537587,0.76864743,0.8809352,0.957713,0.99588597,0.9939145,0.95187813,0.8714722,0.75593764,0.60993165,0.43933284,0.25103083,0.052609902,-0.14793171,-0.34251028,-0.5232824,-0.68296695,-0.815115,-0.9144062,-0.9768382,-0.9998944,-0.98264396,-0.92578363,-0.8316055,-0.7039058,-0.54783213,-0.36967558,-0.17661013,0.023567291,0.22279473,0.4130414,0.5866386,0.73659396,0.85685146,0.94256973,0.9902935,0.99809915,0.965672,0.8943157,0.7869121,0.64778847,0.48255283,0.29786578,0.10117193,-0.09960769,-0.2963646,-0.4811752,-0.64658993,-0.78594095,-0.8936146,-0.9652624,-0.99800104,-0.9905108,-0.94309366,-0.85766095,-0.7376512,-0.5879112,-0.41447273,-0.2243271,-0.025139004,0.17506996,0.3682143,0.5465162,0.70278823,0.83073133,0.9251881,0.98235255,0.99991596,0.9771733,0.91504145,0.8160247,0.6841145,0.52462155,0.34398693,0.14948641,-0.051039834,-0.24950868,-0.43792683,-0.608685,-0.7549075,-0.8707,-0.95139515,-0.99374,-0.9960272,-0.9581642,-0.88167816,-0.7696521,-0.6266019,-0.4582869,-0.27150458,-0.073778056,0.12692243,0.32250673,0.50509095,0.66732097,0.802645,0.905615,0.97208005,0.99936116,0.9863573,0.9335937,0.8431974,0.71881235,0.5654524,0.38929933,0.19744636,-0.0023585218,-0.20206833,-0.3936329,-0.56933033,-0.7220784,-0.8457239,-0.9352735,-0.98712283,-0.99918175,-0.9709642,-0.9036044,-0.7998226,-0.6638004,-0.50102085,-0.31804538,-0.1222497,0.078481406,0.2760414,0.46247432,0.6302652,0.77265036,0.8838941,0.95950365,0.9964362,0.9932029,0.9499342,0.8683742,0.7518055,0.6049357,0.4336813,0.24494547,0.046336003,-0.15414877,-0.34841228,-0.52863145,-0.68754184,-0.8187378,-0.91693085,-0.9781646,-0.99996597,-0.9814593,-0.9233906,-0.82810056,-0.69943017,-0.5425598,-0.3638246,-0.17042382,0.029846638,0.228914,0.4187609,0.59172034,0.7408279,0.8600731,0.9446492,0.99114704,0.9976918,0.9640192,0.8914875,0.78302044,0.64299023,0.47703478,0.29185617,0.09491301,-0.105856046,-0.3023581,-0.48667228,-0.65137476,-0.78981405,-0.89641637,-0.9668846,-0.99837834,-0.9896269,-0.9409837,-0.85441,-0.7333955,-0.58281827,-0.40874794,-0.21819377,-0.018851308,0.18125105,0.37404728,0.55176586,0.7072431,0.83421594,0.92755663,0.98350805,0.9998148,0.9758196,0.91248655,0.81237334,0.6795138,0.51926345,0.33808193,0.14327247,-0.057319812,-0.25559402,-0.4435654,-0.6136569,-0.7590122,-0.8737759,-0.95331323,-0.99442303,-0.9954482,-0.9563474,-0.8786968,-0.7656215,-0.62168807,-0.4526948,-0.2654536,-0.06751216,0.13315068,0.32845348,0.51050895,0.6719861,0.8063759,0.9082611,0.97353655,0.99956614,0.98530376,0.93132436,0.8398038,0.7144312,0.560254,0.38349858,0.19128457,-0.008640015,-0.20821632,-0.39940655,-0.5744895,-0.72641504,-0.8490592,-0.9374783,-0.98810816,-0.9989076,-0.96944046,-0.9008958,-0.7960364,-0.65908647,-0.49557137,-0.31208012,-0.11600527,0.08474204,0.28207344,0.46803802,0.63513255,0.77662766,0.8868144,0.9612542,0.99694663,0.9924517,0.94795156,0.86523813,0.7476487,0.59992194,0.4280092,0.23884672,0.040056467,-0.1603522,-0.35429338,-0.5339564,-0.69209236,-0.8223305,-0.91942245,-0.9794508,-0.9999981,-0.9802352,-0.92095965,-0.8245607,-0.6949215,-0.5372725,-0.3579628,-0.16422704,0.03612862,0.23503166,0.4244569,0.5967725,0.7450351,0.8632627,0.94669265,0.9919625,0.9972456,0.96233034,0.8886223,0.7790955,0.6381608,0.47150463,0.28584236,0.08865414,-0.11210401,-0.30834332,-0.4921568,-0.6561281,-0.7936512,-0.8991844,-0.9684696,-0.9987164,-0.9887049,-0.93883914,-0.8511272,-0.7291082,-0.57769924,-0.40300003,-0.21205926,-0.012570495,0.18742873,0.37986898,0.55699694,0.71167535,0.83766335,0.9298856,0.9846254,0.9996741,0.9744256,0.9098987,0.8086943,0.674889,0.5138816,0.33215997,0.13704534,-0.06358991,-0.2616619,-0.44918984,-0.6186075,-0.7630919,-0.8768136,-0.9551913,-0.9950662,-0.9948295,-0.95449173,-0.87567705,-0.7615655,-0.6167557,-0.4470814,-0.2593885,-0.061239794,0.13938123,0.33438006,0.51590353,0.6766276,0.81007713,0.91087455,0.9749529,0.9997314,0.98421067,0.9290169,0.83637494,0.7100165,0.55503976,0.37768975,0.18511148,-0.014924982,-0.21436356,-0.40515745,-0.57961965,-0.73072034,-0.852363,-0.9396474,-0.9890557,-0.9985944,-0.9678803,-0.89814985,-0.7922165,-0.6543464,-0.49010232,-0.30610248,-0.109760046,0.09100313,0.288098,0.4735832,0.63997483,0.7805695,0.88970155,0.9629679,0.9974175,0.9916613,0.9459315,0.86206985,0.7434598,0.5948814,0.4223202,0.23273855,0.03377535,-0.16655308,-0.36016405,-0.539257,-0.6966155,-0.82589066,-0.92187464,-0.9806991,-0.99999064,-0.9789724,-0.9184923,-0.82098836,-0.690388,-0.5319607,-0.35208863,-0.15802564,0.042409174,0.24113446,0.43013957,0.6018042,0.7492116,0.86641824,0.9486987,0.99273795,0.9967597,0.9606019,0.88572294,0.77513975,0.63331056,0.46595415,0.2798136,0.08239367,-0.11834755,-0.31431633,-0.4976169,-0.6608584,-0.79745936,-0.9019161,-0.97001636,-0.99901515,-0.9877437,-0.9366562,-0.8478119,-0.72479343,-0.5725574,-0.39724147,-0.20591265,-0.0062853717,0.19359714,0.3856757,0.56220603,0.7160755,0.84107983,0.93218005,0.9857036,0.9994939,0.97299445,0.90727335,0.80498105,0.67023903,0.50847954,0.3262249,0.13081846,-0.06986131,-0.26772496,-0.45479485,-0.6235337,-0.7671378,-0.87981755,-0.95703286,-0.99567,-0.9941715,-0.95259833,-0.8726255,-0.757477,-0.61179596,-0.44145206,-0.25331312,-0.054963104,0.1456006,0.34029704,0.52127606,0.68124086,0.8137464,0.91344965,0.9763316,0.99985737,0.9830791,0.9266727,0.83291304,0.70557773,0.5498005,0.37186068,0.17893203,-0.021209357,-0.22049671,-0.41089496,-0.5847301,-0.7349955,-0.8556326,-0.9417796,-0.98996323,-0.9982415,-0.96628076,-0.89536935,-0.78836524,-0.6495827,-0.48461473,-0.30011278,-0.10351238,0.09725967,0.2941112,0.479108,0.6447911,0.78448343,0.8925527,0.9646435,0.9978493,0.9908318,0.94387406,0.8588689,0.73924226,0.5898174,0.41661623,0.2266221,0.027491944,-0.1727455,-0.36601958,-0.5445403,-0.7011098,-0.82941824,-0.9242923,-0.9819085,-0.99994373,-0.9776714,-0.9159891,-0.8173832,-0.6858287,-0.5266288,-0.3462001,-0.15181613,0.048687577,0.24722868,0.435804,0.60681206,0.7533595,0.8695388,0.9506673,0.9934744,0.99623454,0.95883644,0.88278764,0.7711537,0.6284347,0.4603834,0.2737742,0.07612899,-0.12458499,-0.32027695,-0.5030583,-0.6655617,-0.8012362,-0.9046129,-0.9715246,-0.99927425,-0.9867431,-0.93443644,-0.8444626,-0.7204485,-0.5673932,-0.3914662,-0.19975924,0.0],"x":[-804.24774,-804.04663,-803.8455,-803.6444,-803.4433,-803.2422,-803.041,-802.8399,-802.6388,-802.4377,-802.2366,-802.03546,-801.83435,-801.63324,-801.4321,-801.231,-801.0299,-800.8288,-800.6277,-800.4266,-800.22546,-800.02435,-799.82324,-799.62213,-799.421,-799.2199,-799.0188,-798.8177,-798.6166,-798.41547,-798.21436,-798.01324,-797.81213,-797.611,-797.4099,-797.2088,-797.0077,-796.8066,-796.60547,-796.40436,-796.20325,-796.00214,-795.801,-795.5999,-795.3988,-795.1977,-794.9966,-794.7955,-794.59436,-794.39325,-794.19214,-793.99097,-793.78986,-793.58875,-793.38763,-793.1865,-792.9854,-792.7843,-792.5832,-792.3821,-792.18097,-791.97986,-791.77875,-791.57764,-791.3765,-791.1754,-790.9743,-790.7732,-790.5721,-790.371,-790.16986,-789.96875,-789.76764,-789.5665,-789.3654,-789.1643,-788.9632,-788.7621,-788.561,-788.35986,-788.15875,-787.95764,-787.75653,-787.5554,-787.3543,-787.1532,-786.9521,-786.751,-786.54987,-786.34875,-786.14764,-785.94653,-785.7454,-785.5443,-785.3432,-785.1421,-784.9409,-784.7398,-784.5387,-784.3376,-784.1365,-783.93536,-783.73425,-783.53314,-783.33203,-783.1309,-782.9298,-782.7287,-782.5276,-782.3265,-782.12537,-781.92426,-781.72314,-781.52203,-781.3209,-781.1198,-780.9187,-780.7176,-780.5165,-780.31537,-780.11426,-779.91315,-779.71204,-779.5109,-779.3098,-779.1087,-778.9076,-778.7065,-778.5054,-778.30426,-778.10315,-777.90204,-777.7009,-777.4998,-777.2987,-777.0976,-776.8965,-776.6954,-776.49426,-776.29315,-776.092,-775.89087,-775.68976,-775.48865,-775.28754,-775.0864,-774.8853,-774.6842,-774.4831,-774.282,-774.0809,-773.87976,-773.67865,-773.47754,-773.2764,-773.0753,-772.8742,-772.6731,-772.472,-772.2709,-772.06976,-771.86865,-771.66754,-771.46643,-771.2653,-771.0642,-770.8631,-770.662,-770.4609,-770.25977,-770.05865,-769.85754,-769.65643,-769.4553,-769.2542,-769.0531,-768.852,-768.6509,-768.44977,-768.24866,-768.04755,-767.84644,-767.6453,-767.4442,-767.2431,-767.04193,-766.8408,-766.6397,-766.4386,-766.2375,-766.0364,-765.83527,-765.63416,-765.43304,-765.23193,-765.0308,-764.8297,-764.6286,-764.4275,-764.2264,-764.02527,-763.82416,-763.62305,-763.42194,-763.2208,-763.0197,-762.8186,-762.6175,-762.4164,-762.2153,-762.01416,-761.81305,-761.61194,-761.4108,-761.2097,-761.0086,-760.8075,-760.6064,-760.4053,-760.20416,-760.00305,-759.80194,-759.6008,-759.3997,-759.1986,-758.9975,-758.7964,-758.5953,-758.39417,-758.19305,-757.9919,-757.7908,-757.58966,-757.38855,-757.18744,-756.9863,-756.7852,-756.5841,-756.383,-756.1819,-755.9808,-755.77966,-755.57855,-755.37744,-755.17633,-754.9752,-754.7741,-754.573,-754.3719,-754.1708,-753.96967,-753.76855,-753.56744,-753.36633,-753.1652,-752.9641,-752.763,-752.5619,-752.3608,-752.15967,-751.95856,-751.75745,-751.55634,-751.3552,-751.1541,-750.953,-750.7519,-750.5508,-750.3497,-750.14856,-749.94745,-749.74634,-749.5452,-749.3441,-749.14294,-748.94183,-748.7407,-748.5396,-748.3385,-748.1374,-747.9363,-747.73517,-747.53406,-747.33295,-747.13184,-746.9307,-746.7296,-746.5285,-746.3274,-746.1263,-745.9252,-745.72406,-745.52295,-745.32184,-745.1207,-744.9196,-744.7185,-744.5174,-744.3163,-744.1152,-743.91406,-743.71295,-743.51184,-743.3107,-743.1096,-742.9085,-742.7074,-742.5063,-742.3052,-742.10406,-741.90295,-741.70184,-741.50073,-741.2996,-741.0985,-740.8974,-740.6963,-740.4952,-740.29407,-740.0929,-739.8918,-739.6907,-739.48956,-739.28845,-739.08734,-738.8862,-738.6851,-738.484,-738.2829,-738.0818,-737.8807,-737.67957,-737.47845,-737.27734,-737.07623,-736.8751,-736.674,-736.4729,-736.2718,-736.0707,-735.86957,-735.66846,-735.46735,-735.26624,-735.0651,-734.864,-734.6629,-734.4618,-734.2607,-734.0596,-733.85846,-733.65735,-733.45624,-733.2551,-733.054,-732.8529,-732.6518,-732.4507,-732.2496,-732.04846,-731.84735,-731.64624,-731.4451,-731.24396,-731.04285,-730.84174,-730.6406,-730.4395,-730.2384,-730.0373,-729.8362,-729.6351,-729.43396,-729.23285,-729.03174,-728.8306,-728.6295,-728.4284,-728.2273,-728.0262,-727.8251,-727.62396,-727.42285,-727.22174,-727.0206,-726.8195,-726.6184,-726.4173,-726.2162,-726.0151,-725.81396,-725.61285,-725.41174,-725.21063,-725.0095,-724.8084,-724.6073,-724.4062,-724.2051,-724.00397,-723.80286,-723.60175,-723.40063,-723.1995,-722.9984,-722.7973,-722.5962,-722.3951,-722.1939,-721.9928,-721.7917,-721.5906,-721.38947,-721.18835,-720.98724,-720.78613,-720.585,-720.3839,-720.1828,-719.9817,-719.7806,-719.57947,-719.37836,-719.17725,-718.97614,-718.775,-718.5739,-718.3728,-718.1717,-717.9706,-717.7695,-717.56836,-717.36725,-717.16614,-716.965,-716.7639,-716.5628,-716.3617,-716.1606,-715.9595,-715.75836,-715.55725,-715.35614,-715.155,-714.9539,-714.7528,-714.5517,-714.3506,-714.1495,-713.94836,-713.74725,-713.54614,-713.34503,-713.14386,-712.94275,-712.74164,-712.5405,-712.3394,-712.1383,-711.9372,-711.7361,-711.535,-711.33386,-711.13275,-710.93164,-710.7305,-710.5294,-710.3283,-710.1272,-709.9261,-709.725,-709.52386,-709.32275,-709.12164,-708.92053,-708.7194,-708.5183,-708.3172,-708.1161,-707.915,-707.71387,-707.51276,-707.31165,-707.11053,-706.9094,-706.7083,-706.5072,-706.3061,-706.105,-705.9039,-705.70276,-705.50165,-705.30054,-705.0994,-704.8983,-704.6972,-704.4961,-704.2949,-704.0938,-703.8927,-703.6916,-703.4905,-703.28937,-703.08826,-702.88715,-702.68604,-702.4849,-702.2838,-702.0827,-701.8816,-701.6805,-701.4794,-701.27826,-701.07715,-700.87604,-700.6749,-700.4738,-700.2727,-700.0716,-699.8705,-699.6694,-699.46826,-699.26715,-699.06604,-698.8649,-698.6638,-698.4627,-698.2616,-698.0605,-697.8594,-697.65826,-697.45715,-697.25604,-697.05493,-696.8538,-696.6527,-696.4516,-696.2505,-696.0494,-695.84827,-695.64716,-695.44604,-695.2449,-695.04376,-694.84265,-694.64154,-694.4404,-694.2393,-694.0382,-693.8371,-693.636,-693.4349,-693.23376,-693.03265,-692.83154,-692.63043,-692.4293,-692.2282,-692.0271,-691.826,-691.6249,-691.42377,-691.22266,-691.02155,-690.82043,-690.6193,-690.4182,-690.2171,-690.016,-689.8149,-689.6138,-689.41266,-689.21155,-689.01044,-688.8093,-688.6082,-688.4071,-688.206,-688.0049,-687.8038,-687.60266,-687.40155,-687.20044,-686.9993,-686.7982,-686.5971,-686.39594,-686.1948,-685.9937,-685.7926,-685.5915,-685.3904,-685.1893,-684.98816,-684.78705,-684.58594,-684.3848,-684.1837,-683.9826,-683.7815,-683.5804,-683.3793,-683.17816,-682.97705,-682.77594,-682.5748,-682.3737,-682.1726,-681.9715,-681.7704,-681.5693,-681.36816,-681.16705,-680.96594,-680.76483,-680.5637,-680.3626,-680.1615,-679.9604,-679.7593,-679.55817,-679.35706,-679.15594,-678.95483,-678.7537,-678.5526,-678.3515,-678.1504,-677.9493,-677.74817,-677.54706,-677.3459,-677.1448,-676.94366,-676.74255,-676.54144,-676.34033,-676.1392,-675.9381,-675.737,-675.5359,-675.3348,-675.13367,-674.93256,-674.73145,-674.53033,-674.3292,-674.1281,-673.927,-673.7259,-673.5248,-673.32367,-673.12256,-672.92145,-672.72034,-672.5192,-672.3181,-672.117,-671.9159,-671.7148,-671.5137,-671.31256,-671.11145,-670.91034,-670.7092,-670.5081,-670.307,-670.1059,-669.9048,-669.7037,-669.50256,-669.30145,-669.10034,-668.89923,-668.6981,-668.497,-668.29584,-668.0947,-667.8936,-667.6925,-667.4914,-667.2903,-667.0892,-666.88806,-666.68695,-666.48584,-666.2847,-666.0836,-665.8825,-665.6814,-665.4803,-665.2792,-665.07806,-664.87695,-664.67584,-664.47473,-664.2736,-664.0725,-663.8714,-663.6703,-663.4692,-663.26807,-663.06696,-662.86584,-662.66473,-662.4636,-662.2625,-662.0614,-661.8603,-661.6592,-661.45807,-661.25696,-661.05585,-660.85474,-660.6536,-660.4525,-660.2514,-660.0503,-659.8492,-659.6481,-659.4469,-659.2458,-659.0447,-658.84357,-658.64246,-658.44135,-658.24023,-658.0391,-657.838,-657.6369,-657.4358,-657.2347,-657.03357,-656.83246,-656.63135,-656.43024,-656.2291,-656.028,-655.8269,-655.6258,-655.4247,-655.2236,-655.02246,-654.82135,-654.62024,-654.4191,-654.218,-654.0169,-653.8158,-653.6147,-653.4136,-653.21246,-653.01135,-652.81024,-652.60913,-652.408,-652.2069,-652.0058,-651.8047,-651.6036,-651.40247,-651.20135,-651.00024,-650.79913,-650.598,-650.39685,-650.19574,-649.9946,-649.7935,-649.5924,-649.3913,-649.1902,-648.9891,-648.78796,-648.58685,-648.38574,-648.18463,-647.9835,-647.7824,-647.5813,-647.3802,-647.1791,-646.97797,-646.77686,-646.57574,-646.37463,-646.1735,-645.9724,-645.7713,-645.5702,-645.3691,-645.16797,-644.96686,-644.76575,-644.56464,-644.3635,-644.1624,-643.9613,-643.7602,-643.5591,-643.358,-643.15686,-642.95575,-642.75464,-642.5535,-642.3524,-642.1513,-641.9502,-641.7491,-641.548,-641.3468,-641.1457,-640.9446,-640.74347,-640.54236,-640.34125,-640.14014,-639.939,-639.7379,-639.5368,-639.3357,-639.1346,-638.9335,-638.73236,-638.53125,-638.33014,-638.129,-637.9279,-637.7268,-637.5257,-637.3246,-637.1235,-636.92236,-636.72125,-636.52014,-636.31903,-636.1179,-635.9168,-635.7157,-635.5146,-635.3135,-635.11237,-634.91125,-634.71014,-634.50903,-634.3079,-634.1068,-633.9057,-633.7046,-633.5035,-633.30237,-633.10126,-632.90015,-632.69904,-632.49786,-632.29675,-632.09564,-631.89453,-631.6934,-631.4923,-631.2912,-631.0901,-630.889,-630.68787,-630.48676,-630.28564,-630.08453,-629.8834,-629.6823,-629.4812,-629.2801,-629.079,-628.87787,-628.67676,-628.47565,-628.27454,-628.0734,-627.8723,-627.6712,-627.4701,-627.269,-627.0679,-626.86676,-626.66565,-626.46454,-626.2634,-626.0623,-625.8612,-625.6601,-625.459,-625.2579,-625.05676,-624.85565,-624.65454,-624.4534,-624.2523,-624.0512,-623.8501,-623.649,-623.4478,-623.2467,-623.0456,-622.8445,-622.6434,-622.44226,-622.24115,-622.04004,-621.8389,-621.6378,-621.4367,-621.2356,-621.0345,-620.8334,-620.63226,-620.43115,-620.23004,-620.02893,-619.8278,-619.6267,-619.4256,-619.2245,-619.0234,-618.82227,-618.62115,-618.42004,-618.21893,-618.0178,-617.8167,-617.6156,-617.4145,-617.2134,-617.01227,-616.81116,-616.61005,-616.40894,-616.2078,-616.0067,-615.8056,-615.6045,-615.4034,-615.2023,-615.00116,-614.80005,-614.5989,-614.39777,-614.19666,-613.99554,-613.79443,-613.5933,-613.3922,-613.1911,-612.99,-612.7889,-612.58777,-612.38666,-612.18555,-611.98444,-611.7833,-611.5822,-611.3811,-611.18,-610.9789,-610.7778,-610.57666,-610.37555,-610.17444,-609.9733,-609.7722,-609.5711,-609.37,-609.1689,-608.9678,-608.76666,-608.56555,-608.36444,-608.1633,-607.9622,-607.7611,-607.56,-607.3589,-607.1578,-606.95667,-606.75555,-606.55444,-606.35333,-606.1522,-605.9511,-605.75,-605.5488,-605.3477,-605.1466,-604.9455,-604.7444,-604.5433,-604.34216,-604.14105,-603.93994,-603.73883,-603.5377,-603.3366,-603.1355,-602.9344,-602.7333,-602.53217,-602.33105,-602.12994,-601.92883,-601.7277,-601.5266,-601.3255,-601.1244,-600.9233,-600.72217,-600.52106,-600.31995,-600.11884,-599.9177,-599.7166,-599.5155,-599.3144,-599.1133,-598.9122,-598.71106,-598.50995,-598.30884,-598.1077,-597.9066,-597.7055,-597.5044,-597.3033,-597.1022,-596.90106,-596.69995,-596.4988,-596.29767,-596.09656,-595.89545,-595.69434,-595.4932,-595.2921,-595.091,-594.8899,-594.6888,-594.4877,-594.28656,-594.08545,-593.88434,-593.6832,-593.4821,-593.281,-593.0799,-592.8788,-592.6777,-592.47656,-592.27545,-592.07434,-591.8732,-591.6721,-591.471,-591.2699,-591.0688,-590.8677,-590.66656,-590.46545,-590.26434,-590.06323,-589.8621,-589.661,-589.4599,-589.2588,-589.0577,-588.85657,-588.65546,-588.45435,-588.25323,-588.0521,-587.851,-587.64984,-587.4487,-587.2476,-587.0465,-586.8454,-586.6443,-586.4432,-586.24207,-586.04095,-585.83984,-585.63873,-585.4376,-585.2365,-585.0354,-584.8343,-584.6332,-584.43207,-584.23096,-584.02985,-583.82874,-583.6276,-583.4265,-583.2254,-583.0243,-582.8232,-582.6221,-582.42096,-582.21985,-582.01874,-581.8176,-581.6165,-581.4154,-581.2143,-581.0132,-580.8121,-580.61096,-580.40985,-580.20874,-580.0076,-579.8065,-579.6054,-579.4043,-579.2032,-579.0021,-578.80096,-578.5998,-578.3987,-578.1976,-577.99646,-577.79535,-577.59424,-577.3931,-577.192,-576.9909,-576.7898,-576.5887,-576.3876,-576.18646,-575.98535,-575.78424,-575.5831,-575.382,-575.1809,-574.9798,-574.7787,-574.5776,-574.37646,-574.17535,-573.97424,-573.77313,-573.572,-573.3709,-573.1698,-572.9687,-572.7676,-572.56647,-572.36536,-572.16425,-571.96313,-571.762,-571.5609,-571.3598,-571.1587,-570.9576,-570.7565,-570.55536,-570.35425,-570.15314,-569.952,-569.75085,-569.54974,-569.34863,-569.1475,-568.9464,-568.7453,-568.5442,-568.3431,-568.14197,-567.94086,-567.73975,-567.53864,-567.3375,-567.1364,-566.9353,-566.7342,-566.5331,-566.332,-566.13086,-565.92975,-565.72864,-565.5275,-565.3264,-565.1253,-564.9242,-564.7231,-564.522,-564.32086,-564.11975,-563.91864,-563.7175,-563.5164,-563.3153,-563.1142,-562.9131,-562.712,-562.51086,-562.30975,-562.10864,-561.90753,-561.7064,-561.5053,-561.3042,-561.1031,-560.902,-560.7008,-560.4997,-560.2986,-560.0975,-559.89636,-559.69525,-559.49414,-559.293,-559.0919,-558.8908,-558.6897,-558.4886,-558.2875,-558.08636,-557.88525,-557.68414,-557.48303,-557.2819,-557.0808,-556.8797,-556.6786,-556.4775,-556.27637,-556.07526,-555.87415,-555.67303,-555.4719,-555.2708,-555.0697,-554.8686,-554.6675,-554.4664,-554.26526,-554.06415,-553.86304,-553.6619,-553.4608,-553.2597,-553.0586,-552.8575,-552.6564,-552.45526,-552.25415,-552.05304,-551.8519,-551.65076,-551.44965,-551.24854,-551.0474,-550.8463,-550.6452,-550.4441,-550.243,-550.0419,-549.84076,-549.63965,-549.43854,-549.2374,-549.0363,-548.8352,-548.6341,-548.433,-548.2319,-548.03076,-547.82965,-547.62854,-547.4274,-547.2263,-547.0252,-546.8241,-546.623,-546.4219,-546.22076,-546.01965,-545.81854,-545.61743,-545.4163,-545.2152,-545.0141,-544.813,-544.6119,-544.41077,-544.20966,-544.00854,-543.80743,-543.6063,-543.4052,-543.2041,-543.003,-542.8018,-542.6007,-542.3996,-542.1985,-541.9974,-541.79626,-541.59515,-541.39404,-541.19293,-540.9918,-540.7907,-540.5896,-540.3885,-540.1874,-539.98627,-539.78516,-539.58405,-539.38293,-539.1818,-538.9807,-538.7796,-538.5785,-538.3774,-538.1763,-537.97516,-537.77405,-537.57294,-537.3718,-537.1707,-536.9696,-536.7685,-536.5674,-536.3663,-536.16516,-535.96405,-535.76294,-535.5618,-535.3607,-535.1596,-534.9585,-534.7574,-534.5563,-534.35516,-534.15405,-533.95294,-533.7518,-533.55066,-533.34955,-533.14844,-532.9473,-532.7462,-532.5451,-532.344,-532.1429,-531.9418,-531.74066,-531.53955,-531.33844,-531.1373,-530.9362,-530.7351,-530.534,-530.3329,-530.1318,-529.93066,-529.72955,-529.52844,-529.32733,-529.1262,-528.9251,-528.724,-528.5229,-528.3218,-528.12067,-527.91956,-527.71844,-527.51733,-527.3162,-527.1151,-526.914,-526.7129,-526.5118,-526.31067,-526.10956,-525.90845,-525.70734,-525.5062,-525.3051,-525.104,-524.9029,-524.7017,-524.5006,-524.2995,-524.0984,-523.8973,-523.69617,-523.49506,-523.29395,-523.09283,-522.8917,-522.6906,-522.4895,-522.2884,-522.0873,-521.88617,-521.68506,-521.48395,-521.28284,-521.0817,-520.8806,-520.6795,-520.4784,-520.2773,-520.0762,-519.87506,-519.67395,-519.47284,-519.2717,-519.0706,-518.8695,-518.6684,-518.4673,-518.2662,-518.06506,-517.86395,-517.66284,-517.46173,-517.2606,-517.0595,-516.8584,-516.6573,-516.4562,-516.25507,-516.05396,-515.8528,-515.6517,-515.45056,-515.24945,-515.04834,-514.8472,-514.6461,-514.445,-514.2439,-514.0428,-513.8417,-513.64056,-513.43945,-513.23834,-513.03723,-512.8361,-512.635,-512.4339,-512.2328,-512.0317,-511.83057,-511.62946,-511.42834,-511.22723,-511.02612,-510.825,-510.6239,-510.4228,-510.22168,-510.02057,-509.81946,-509.61835,-509.41724,-509.21613,-509.01498,-508.81387,-508.61276,-508.41165,-508.21054,-508.00943,-507.80832,-507.6072,-507.4061,-507.205,-507.00388,-506.80276,-506.60165,-506.40054,-506.19943,-505.99832,-505.7972,-505.5961,-505.395,-505.19388,-504.99277,-504.79166,-504.5905,-504.3894,-504.1883,-503.98718,-503.78607,-503.58496,-503.38385,-503.18274,-502.98163,-502.78052,-502.5794,-502.3783,-502.1772,-501.97607,-501.77496,-501.57385,-501.37274,-501.17163,-500.97052,-500.7694,-500.5683,-500.3672,-500.16605,-499.96494,-499.76382,-499.5627,-499.3616,-499.1605,-498.95938,-498.75827,-498.55716,-498.35605,-498.15494,-497.95383,-497.75272,-497.5516,-497.3505,-497.14938,-496.94827,-496.74716,-496.54605,-496.34494,-496.14383,-495.94272,-495.7416,-495.54047,-495.33936,-495.13824,-494.93713,-494.73602,-494.5349,-494.3338,-494.1327,-493.93158,-493.73047,-493.52936,-493.32825,-493.12714,-492.92603,-492.7249,-492.5238,-492.3227,-492.12158,-491.92047,-491.71936,-491.51825,-491.31714,-491.116,-490.9149,-490.71378,-490.51266,-490.31155,-490.11044,-489.90933,-489.70822,-489.5071,-489.306,-489.1049,-488.90378,-488.70267,-488.50156,-488.30045,-488.09933,-487.89822,-487.6971,-487.496,-487.2949,-487.09378,-486.89267,-486.69153,-486.49042,-486.2893,-486.0882,-485.8871,-485.68597,-485.48486,-485.28375,-485.08264,-484.88153,-484.68042,-484.4793,-484.2782,-484.0771,-483.87598,-483.67487,-483.47375,-483.27264,-483.07153,-482.87042,-482.6693,-482.4682,-482.26706,-482.06595,-481.86484,-481.66373,-481.46262,-481.2615,-481.0604,-480.85928,-480.65817,-480.45706,-480.25595,-480.05484,-479.85373,-479.65262,-479.4515,-479.2504,-479.0493,-478.84818,-478.64706,-478.44595,-478.24484,-478.04373,-477.84262,-477.64148,-477.44037,-477.23926,-477.03815,-476.83704,-476.63593,-476.4348,-476.2337,-476.0326,-475.83148,-475.63037,-475.42926,-475.22815,-475.02704,-474.82593,-474.62482,-474.4237,-474.2226,-474.02148,-473.82037,-473.61926,-473.41815,-473.217,-473.0159,-472.8148,-472.61368,-472.41257,-472.21146,-472.01035,-471.80923,-471.60812,-471.407,-471.2059,-471.0048,-470.80368,-470.60257,-470.40146,-470.20035,-469.99924,-469.79813,-469.59702,-469.3959,-469.1948,-468.99368,-468.79254,-468.59143,-468.39032,-468.1892,-467.9881,-467.787,-467.58588,-467.38477,-467.18365,-466.98254,-466.78143,-466.58032,-466.3792,-466.1781,-465.977,-465.77588,-465.57477,-465.37366,-465.17255,-464.97144,-464.77032,-464.5692,-464.3681,-464.16696,-463.96585,-463.76474,-463.56363,-463.36252,-463.1614,-462.9603,-462.7592,-462.55807,-462.35696,-462.15585,-461.95474,-461.75363,-461.55252,-461.3514,-461.1503,-460.9492,-460.74808,-460.54697,-460.34586,-460.14474,-459.94363,-459.7425,-459.54138,-459.34027,-459.13916,-458.93805,-458.73694,-458.53583,-458.33472,-458.1336,-457.9325,-457.73138,-457.53027,-457.32916,-457.12805,-456.92694,-456.72583,-456.52472,-456.3236,-456.1225,-455.9214,-455.72028,-455.51917,-455.31802,-455.1169,-454.9158,-454.7147,-454.51358,-454.31247,-454.11136,-453.91025,-453.70914,-453.50803,-453.30692,-453.1058,-452.9047,-452.70358,-452.50247,-452.30136,-452.10025,-451.89914,-451.69803,-451.49692,-451.2958,-451.0947,-450.8936,-450.69244,-450.49133,-450.29022,-450.0891,-449.888,-449.6869,-449.48578,-449.28467,-449.08356,-448.88245,-448.68134,-448.48022,-448.2791,-448.078,-447.8769,-447.67578,-447.47467,-447.27356,-447.07245,-446.87134,-446.67023,-446.46912,-446.26797,-446.06686,-445.86575,-445.66464,-445.46353,-445.26242,-445.0613,-444.8602,-444.6591,-444.45798,-444.25687,-444.05576,-443.85464,-443.65353,-443.45242,-443.2513,-443.0502,-442.8491,-442.64798,-442.44687,-442.24576,-442.04465,-441.8435,-441.6424,-441.44128,-441.24017,-441.03906,-440.83795,-440.63684,-440.43573,-440.23462,-440.0335,-439.8324,-439.6313,-439.43018,-439.22906,-439.02795,-438.82684,-438.62573,-438.42462,-438.2235,-438.0224,-437.8213,-437.62018,-437.41907,-437.21793,-437.0168,-436.8157,-436.6146,-436.41348,-436.21237,-436.01126,-435.81015,-435.60904,-435.40793,-435.20682,-435.0057,-434.8046,-434.6035,-434.40237,-434.20126,-434.00015,-433.79904,-433.59793,-433.39682,-433.1957,-432.9946,-432.79346,-432.59235,-432.39124,-432.19012,-431.989,-431.7879,-431.5868,-431.38568,-431.18457,-430.98346,-430.78235,-430.58124,-430.38013,-430.17902,-429.9779,-429.7768,-429.57568,-429.37457,-429.17346,-428.97235,-428.77124,-428.57013,-428.369,-428.16788,-427.96677,-427.76566,-427.56454,-427.36343,-427.16232,-426.9612,-426.7601,-426.559,-426.35788,-426.15677,-425.95566,-425.75455,-425.55344,-425.35233,-425.1512,-424.9501,-424.749,-424.54788,-424.34677,-424.14566,-423.94452,-423.7434,-423.5423,-423.3412,-423.14008,-422.93896,-422.73785,-422.53674,-422.33563,-422.13452,-421.9334,-421.7323,-421.5312,-421.33008,-421.12897,-420.92786,-420.72675,-420.52563,-420.32452,-420.1234,-419.9223,-419.7212,-419.52008,-419.31894,-419.11783,-418.91672,-418.7156,-418.5145,-418.3134,-418.11227,-417.91116,-417.71005,-417.50894,-417.30783,-417.10672,-416.9056,-416.7045,-416.5034,-416.30228,-416.10117,-415.90005,-415.69894,-415.49783,-415.29672,-415.0956,-414.89447,-414.69336,-414.49225,-414.29114,-414.09003,-413.88892,-413.6878,-413.4867,-413.28558,-413.08447,-412.88336,-412.68225,-412.48114,-412.28003,-412.07892,-411.8778,-411.6767,-411.4756,-411.27448,-411.07336,-410.87225,-410.67114,-410.47,-410.2689,-410.06778,-409.86667,-409.66556,-409.46445,-409.26334,-409.06223,-408.8611,-408.66,-408.4589,-408.25778,-408.05667,-407.85556,-407.65445,-407.45334,-407.25223,-407.05112,-406.85,-406.6489,-406.44778,-406.24667,-406.04556,-405.84442,-405.6433,-405.4422,-405.2411,-405.03998,-404.83887,-404.63776,-404.43665,-404.23553,-404.03442,-403.8333,-403.6322,-403.4311,-403.22998,-403.02887,-402.82776,-402.62665,-402.42554,-402.22443,-402.02332,-401.8222,-401.6211,-401.41995,-401.21884,-401.01773,-400.81662,-400.6155,-400.4144,-400.2133,-400.01218,-399.81107,-399.60995,-399.40884,-399.20773,-399.00662,-398.8055,-398.6044,-398.4033,-398.20218,-398.00107,-397.79996,-397.59885,-397.39774,-397.19662,-396.99548,-396.79437,-396.59326,-396.39215,-396.19104,-395.98993,-395.78882,-395.5877,-395.3866,-395.1855,-394.98438,-394.78326,-394.58215,-394.38104,-394.17993,-393.97882,-393.7777,-393.5766,-393.3755,-393.17438,-392.97327,-392.77216,-392.57104,-392.3699,-392.1688,-391.96768,-391.76657,-391.56546,-391.36435,-391.16324,-390.96213,-390.76102,-390.5599,-390.3588,-390.15768,-389.95657,-389.75546,-389.55435,-389.35324,-389.15213,-388.95102,-388.7499,-388.5488,-388.3477,-388.14658,-387.94543,-387.74432,-387.5432,-387.3421,-387.141,-386.93988,-386.73877,-386.53766,-386.33655,-386.13544,-385.93433,-385.73322,-385.5321,-385.331,-385.12988,-384.92877,-384.72766,-384.52655,-384.32544,-384.12433,-383.92322,-383.7221,-383.52097,-383.31985,-383.11874,-382.91763,-382.71652,-382.5154,-382.3143,-382.1132,-381.91208,-381.71097,-381.50986,-381.30875,-381.10764,-380.90652,-380.7054,-380.5043,-380.3032,-380.10208,-379.90097,-379.69986,-379.49875,-379.29764,-379.09653,-378.8954,-378.69427,-378.49316,-378.29205,-378.09094,-377.88983,-377.68872,-377.4876,-377.2865,-377.0854,-376.88428,-376.68317,-376.48206,-376.28094,-376.07983,-375.87872,-375.6776,-375.4765,-375.2754,-375.07428,-374.87317,-374.67206,-374.47092,-374.2698,-374.0687,-373.86758,-373.66647,-373.46536,-373.26425,-373.06314,-372.86203,-372.66092,-372.4598,-372.2587,-372.0576,-371.85648,-371.65536,-371.45425,-371.25314,-371.05203,-370.85092,-370.6498,-370.4487,-370.2476,-370.04645,-369.84534,-369.64423,-369.4431,-369.242,-369.0409,-368.83978,-368.63867,-368.43756,-368.23645,-368.03534,-367.83423,-367.63312,-367.432,-367.2309,-367.0298,-366.82867,-366.62756,-366.42645,-366.22534,-366.02423,-365.82312,-365.62198,-365.42087,-365.21976,-365.01865,-364.81754,-364.61642,-364.4153,-364.2142,-364.0131,-363.81198,-363.61087,-363.40976,-363.20865,-363.00754,-362.80643,-362.60532,-362.4042,-362.2031,-362.00198,-361.80087,-361.59976,-361.39865,-361.19754,-360.9964,-360.7953,-360.59418,-360.39307,-360.19196,-359.99084,-359.78973,-359.58862,-359.3875,-359.1864,-358.9853,-358.78418,-358.58307,-358.38196,-358.18085,-357.97974,-357.77863,-357.5775,-357.3764,-357.1753,-356.97418,-356.77307,-356.57193,-356.37082,-356.1697,-355.9686,-355.7675,-355.56638,-355.36526,-355.16415,-354.96304,-354.76193,-354.56082,-354.3597,-354.1586,-353.9575,-353.75638,-353.55527,-353.35416,-353.15305,-352.95193,-352.75082,-352.5497,-352.3486,-352.14746,-351.94635,-351.74524,-351.54413,-351.34302,-351.1419,-350.9408,-350.7397,-350.53857,-350.33746,-350.13635,-349.93524,-349.73413,-349.53302,-349.3319,-349.1308,-348.9297,-348.72858,-348.52747,-348.32635,-348.12524,-347.92413,-347.72302,-347.52188,-347.32077,-347.11966,-346.91855,-346.71744,-346.51633,-346.31522,-346.1141,-345.913,-345.71188,-345.51077,-345.30966,-345.10855,-344.90744,-344.70633,-344.50522,-344.3041,-344.103,-343.9019,-343.70078,-343.49966,-343.29855,-343.0974,-342.8963,-342.6952,-342.49408,-342.29297,-342.09186,-341.89075,-341.68964,-341.48853,-341.2874,-341.0863,-340.8852,-340.68408,-340.48297,-340.28186,-340.08075,-339.87964,-339.67853,-339.47742,-339.2763,-339.0752,-338.87408,-338.67294,-338.47183,-338.27072,-338.0696,-337.8685,-337.6674,-337.46628,-337.26517,-337.06406,-336.86295,-336.66183,-336.46072,-336.2596,-336.0585,-335.8574,-335.65628,-335.45517,-335.25406,-335.05295,-334.85184,-334.65073,-334.44962,-334.2485,-334.04736,-333.84625,-333.64514,-333.44403,-333.24292,-333.0418,-332.8407,-332.6396,-332.43848,-332.23737,-332.03625,-331.83514,-331.63403,-331.43292,-331.2318,-331.0307,-330.8296,-330.62848,-330.42737,-330.22626,-330.02515,-329.82404,-329.6229,-329.42178,-329.22067,-329.01956,-328.81845,-328.61734,-328.41623,-328.21512,-328.014,-327.8129,-327.6118,-327.41068,-327.20956,-327.00845,-326.80734,-326.60623,-326.40512,-326.204,-326.0029,-325.8018,-325.60068,-325.39957,-325.19843,-324.9973,-324.7962,-324.5951,-324.39398,-324.19287,-323.99176,-323.79065,-323.58954,-323.38843,-323.18732,-322.9862,-322.7851,-322.58398,-322.38287,-322.18176,-321.98065,-321.77954,-321.57843,-321.37732,-321.1762,-320.9751,-320.774,-320.57285,-320.37173,-320.17062,-319.9695,-319.7684,-319.5673,-319.36618,-319.16507,-318.96396,-318.76285,-318.56174,-318.36063,-318.15952,-317.9584,-317.7573,-317.55618,-317.35507,-317.15396,-316.95285,-316.75174,-316.55063,-316.34952,-316.14838,-315.94727,-315.74615,-315.54504,-315.34393,-315.14282,-314.9417,-314.7406,-314.5395,-314.33838,-314.13727,-313.93616,-313.73505,-313.53394,-313.33282,-313.1317,-312.9306,-312.7295,-312.52838,-312.32727,-312.12616,-311.92505,-311.7239,-311.5228,-311.3217,-311.12057,-310.91946,-310.71835,-310.51724,-310.31613,-310.11502,-309.9139,-309.7128,-309.5117,-309.31058,-309.10947,-308.90836,-308.70724,-308.50613,-308.30502,-308.1039,-307.9028,-307.7017,-307.50058,-307.29944,-307.09833,-306.89722,-306.6961,-306.495,-306.29388,-306.09277,-305.89166,-305.69055,-305.48944,-305.28833,-305.08722,-304.8861,-304.685,-304.4839,-304.28278,-304.08167,-303.88055,-303.67944,-303.47833,-303.27722,-303.0761,-302.875,-302.67386,-302.47275,-302.27164,-302.07053,-301.86942,-301.6683,-301.4672,-301.26608,-301.06497,-300.86386,-300.66275,-300.46164,-300.26053,-300.05942,-299.8583,-299.6572,-299.4561,-299.25497,-299.05386,-298.85275,-298.65164,-298.45053,-298.2494,-298.04828,-297.84717,-297.64606,-297.44495,-297.24384,-297.04272,-296.8416,-296.6405,-296.4394,-296.23828,-296.03717,-295.83606,-295.63495,-295.43384,-295.23273,-295.03162,-294.8305,-294.6294,-294.42828,-294.22717,-294.02606,-293.82492,-293.6238,-293.4227,-293.2216,-293.02048,-292.81937,-292.61826,-292.41714,-292.21603,-292.01492,-291.8138,-291.6127,-291.4116,-291.21048,-291.00937,-290.80826,-290.60715,-290.40604,-290.20493,-290.0038,-289.8027,-289.6016,-289.40048,-289.19934,-288.99823,-288.79712,-288.596,-288.3949,-288.1938,-287.99268,-287.79156,-287.59045,-287.38934,-287.18823,-286.98712,-286.786,-286.5849,-286.3838,-286.18268,-285.98157,-285.78046,-285.57935,-285.37823,-285.17712,-284.976,-284.77487,-284.57376,-284.37265,-284.17154,-283.97043,-283.76932,-283.5682,-283.3671,-283.166,-282.96487,-282.76376,-282.56265,-282.36154,-282.16043,-281.95932,-281.7582,-281.5571,-281.356,-281.15488,-280.95377,-280.75266,-280.55154,-280.3504,-280.1493,-279.94818,-279.74707,-279.54596,-279.34485,-279.14374,-278.94263,-278.74152,-278.5404,-278.3393,-278.13818,-277.93707,-277.73596,-277.53485,-277.33374,-277.13263,-276.93152,-276.7304,-276.5293,-276.3282,-276.12708,-275.92596,-275.72482,-275.5237,-275.3226,-275.1215,-274.92038,-274.71927,-274.51816,-274.31705,-274.11594,-273.91483,-273.7137,-273.5126,-273.3115,-273.11038,-272.90927,-272.70816,-272.50705,-272.30594,-272.10483,-271.90372,-271.7026,-271.5015,-271.30035,-271.09924,-270.89813,-270.69702,-270.4959,-270.2948,-270.0937,-269.89258,-269.69147,-269.49036,-269.28925,-269.08813,-268.88702,-268.6859,-268.4848,-268.2837,-268.08258,-267.88147,-267.68036,-267.47925,-267.27814,-267.07703,-266.8759,-266.67477,-266.47366,-266.27255,-266.07144,-265.87033,-265.66922,-265.4681,-265.267,-265.0659,-264.86478,-264.66367,-264.46255,-264.26144,-264.06033,-263.85922,-263.6581,-263.457,-263.2559,-263.05478,-262.85367,-262.65256,-262.45145,-262.2503,-262.0492,-261.84808,-261.64697,-261.44586,-261.24475,-261.04364,-260.84253,-260.64142,-260.4403,-260.2392,-260.0381,-259.83698,-259.63586,-259.43475,-259.23364,-259.03253,-258.83142,-258.6303,-258.4292,-258.2281,-258.02698,-257.82584,-257.62473,-257.4236,-257.2225,-257.0214,-256.82028,-256.61917,-256.41806,-256.21695,-256.01584,-255.81473,-255.61362,-255.4125,-255.2114,-255.01028,-254.80917,-254.60806,-254.40694,-254.20583,-254.00471,-253.8036,-253.6025,-253.40138,-253.20027,-252.99916,-252.79805,-252.59694,-252.39583,-252.1947,-251.99359,-251.79248,-251.59137,-251.39026,-251.18915,-250.98804,-250.78693,-250.58582,-250.3847,-250.1836,-249.98247,-249.78136,-249.58025,-249.37914,-249.17802,-248.97691,-248.7758,-248.57469,-248.37358,-248.17247,-247.97136,-247.77023,-247.56912,-247.36801,-247.1669,-246.96579,-246.76468,-246.56357,-246.36246,-246.16135,-245.96024,-245.75912,-245.558,-245.35689,-245.15578,-244.95467,-244.75356,-244.55244,-244.35133,-244.15022,-243.94911,-243.748,-243.54689,-243.34576,-243.14465,-242.94354,-242.74243,-242.54132,-242.34021,-242.1391,-241.93799,-241.73688,-241.53577,-241.33466,-241.13353,-240.93242,-240.73131,-240.5302,-240.32909,-240.12798,-239.92686,-239.72575,-239.52464,-239.32353,-239.12242,-238.92131,-238.72018,-238.51907,-238.31796,-238.11685,-237.91574,-237.71463,-237.51352,-237.31241,-237.1113,-236.91019,-236.70908,-236.50795,-236.30684,-236.10573,-235.90462,-235.7035,-235.5024,-235.30128,-235.10017,-234.89906,-234.69795,-234.49684,-234.29572,-234.0946,-233.8935,-233.69238,-233.49127,-233.29016,-233.08905,-232.88794,-232.68683,-232.48572,-232.2846,-232.08348,-231.88237,-231.68126,-231.48015,-231.27904,-231.07793,-230.87682,-230.6757,-230.4746,-230.27348,-230.07237,-229.87125,-229.67014,-229.46902,-229.26791,-229.0668,-228.86569,-228.66458,-228.46347,-228.26236,-228.06125,-227.86014,-227.65901,-227.4579,-227.25679,-227.05568,-226.85457,-226.65346,-226.45235,-226.25124,-226.05013,-225.84901,-225.6479,-225.4468,-225.24567,-225.04456,-224.84344,-224.64233,-224.44122,-224.24011,-224.039,-223.83789,-223.63678,-223.43567,-223.23456,-223.03343,-222.83232,-222.63121,-222.4301,-222.22899,-222.02788,-221.82677,-221.62566,-221.42455,-221.22343,-221.02232,-220.8212,-220.62009,-220.41898,-220.21786,-220.01675,-219.81564,-219.61453,-219.41342,-219.21231,-219.0112,-218.81009,-218.60896,-218.40785,-218.20674,-218.00563,-217.80452,-217.60341,-217.4023,-217.20119,-217.00008,-216.79897,-216.59785,-216.39673,-216.19562,-215.9945,-215.7934,-215.59229,-215.39117,-215.19006,-214.98895,-214.78784,-214.58673,-214.38562,-214.1845,-213.98338,-213.78227,-213.58116,-213.38005,-213.17894,-212.97783,-212.77672,-212.5756,-212.3745,-212.17339,-211.97226,-211.77115,-211.57004,-211.36893,-211.16782,-210.9667,-210.7656,-210.56448,-210.36337,-210.16226,-209.96115,-209.76004,-209.55891,-209.3578,-209.1567,-208.95558,-208.75447,-208.55336,-208.35225,-208.15114,-207.95003,-207.74892,-207.5478,-207.34668,-207.14557,-206.94446,-206.74335,-206.54224,-206.34113,-206.14001,-205.9389,-205.7378,-205.53668,-205.33557,-205.13445,-204.93333,-204.73222,-204.53111,-204.33,-204.12889,-203.92778,-203.72667,-203.52556,-203.32445,-203.12334,-202.92221,-202.7211,-202.51999,-202.31888,-202.11777,-201.91666,-201.71555,-201.51443,-201.31332,-201.11221,-200.9111,-200.70998,-200.50887,-200.30775,-200.10664,-199.90553,-199.70442,-199.50331,-199.3022,-199.10109,-198.89998,-198.69887,-198.49774,-198.29663,-198.09552,-197.89441,-197.6933,-197.49219,-197.29108,-197.08997,-196.88885,-196.68774,-196.48663,-196.28552,-196.0844,-195.88329,-195.68217,-195.48106,-195.27995,-195.07884,-194.87773,-194.67662,-194.47551,-194.2744,-194.07329,-193.87216,-193.67105,-193.46994,-193.26883,-193.06772,-192.86661,-192.6655,-192.46439,-192.26328,-192.06216,-191.86105,-191.65993,-191.45882,-191.2577,-191.0566,-190.85548,-190.65437,-190.45326,-190.25215,-190.05104,-189.84993,-189.64882,-189.4477,-189.24658,-189.04547,-188.84436,-188.64325,-188.44214,-188.24103,-188.03992,-187.8388,-187.6377,-187.43658,-187.23546,-187.03435,-186.83324,-186.63213,-186.43102,-186.2299,-186.0288,-185.82768,-185.62657,-185.42546,-185.22435,-185.02322,-184.82211,-184.621,-184.41989,-184.21878,-184.01767,-183.81656,-183.61545,-183.41434,-183.21323,-183.01212,-182.81099,-182.60988,-182.40877,-182.20766,-182.00655,-181.80544,-181.60432,-181.40321,-181.2021,-181.00099,-180.79988,-180.59877,-180.39764,-180.19653,-179.99542,-179.79431,-179.5932,-179.39209,-179.19098,-178.98987,-178.78876,-178.58765,-178.38654,-178.18541,-177.9843,-177.78319,-177.58208,-177.38097,-177.17986,-176.97874,-176.77763,-176.57652,-176.37541,-176.1743,-175.97318,-175.77206,-175.57095,-175.36984,-175.16873,-174.96762,-174.76651,-174.5654,-174.36429,-174.16318,-173.96207,-173.76094,-173.55983,-173.35872,-173.15761,-172.9565,-172.75539,-172.55428,-172.35316,-172.15205,-171.95094,-171.74983,-171.5487,-171.3476,-171.14648,-170.94537,-170.74426,-170.54315,-170.34204,-170.14093,-169.93982,-169.73871,-169.5376,-169.33647,-169.13536,-168.93425,-168.73314,-168.53203,-168.33092,-168.1298,-167.9287,-167.72758,-167.52647,-167.32536,-167.12425,-166.92313,-166.72202,-166.5209,-166.3198,-166.11868,-165.91757,-165.71646,-165.51535,-165.31424,-165.11313,-164.91202,-164.71089,-164.50978,-164.30867,-164.10756,-163.90645,-163.70534,-163.50423,-163.30312,-163.102,-162.9009,-162.69978,-162.49866,-162.29755,-162.09644,-161.89532,-161.69421,-161.4931,-161.29199,-161.09088,-160.88977,-160.68866,-160.48755,-160.28642,-160.08531,-159.8842,-159.68309,-159.48198,-159.28087,-159.07976,-158.87865,-158.67754,-158.47643,-158.27531,-158.07419,-157.87308,-157.67197,-157.47086,-157.26974,-157.06863,-156.86752,-156.66641,-156.4653,-156.26419,-156.06308,-155.86195,-155.66084,-155.45973,-155.25862,-155.05751,-154.8564,-154.65529,-154.45418,-154.25307,-154.05196,-153.85085,-153.64972,-153.44861,-153.2475,-153.04639,-152.84528,-152.64417,-152.44305,-152.24194,-152.04083,-151.83972,-151.63861,-151.4375,-151.23637,-151.03526,-150.83415,-150.63304,-150.43193,-150.23082,-150.02971,-149.8286,-149.62749,-149.42638,-149.22527,-149.02414,-148.82303,-148.62192,-148.4208,-148.2197,-148.01859,-147.81747,-147.61636,-147.41525,-147.21414,-147.01303,-146.8119,-146.6108,-146.40968,-146.20857,-146.00746,-145.80635,-145.60524,-145.40413,-145.20302,-145.0019,-144.8008,-144.59967,-144.39856,-144.19745,-143.99634,-143.79523,-143.59412,-143.393,-143.1919,-142.99078,-142.78967,-142.58856,-142.38744,-142.18633,-141.98521,-141.7841,-141.583,-141.38188,-141.18077,-140.97966,-140.77855,-140.57744,-140.37633,-140.1752,-139.97409,-139.77298,-139.57187,-139.37076,-139.16965,-138.96854,-138.76743,-138.56631,-138.3652,-138.1641,-137.96298,-137.76186,-137.56075,-137.35963,-137.15852,-136.95741,-136.7563,-136.55519,-136.35408,-136.15297,-135.95186,-135.75075,-135.54962,-135.34851,-135.1474,-134.94629,-134.74518,-134.54407,-134.34296,-134.14185,-133.94073,-133.73962,-133.53851,-133.33739,-133.13628,-132.93517,-132.73405,-132.53294,-132.33183,-132.13072,-131.92961,-131.7285,-131.52739,-131.32628,-131.12515,-130.92404,-130.72293,-130.52182,-130.32071,-130.1196,-129.91849,-129.71738,-129.51627,-129.31516,-129.11404,-128.91292,-128.7118,-128.5107,-128.30959,-128.10847,-127.907364,-127.70625,-127.50514,-127.30403,-127.10291,-126.9018,-126.70069,-126.49958,-126.29847,-126.09735,-125.89624,-125.69513,-125.49402,-125.29291,-125.0918,-124.89068,-124.68957,-124.48846,-124.287346,-124.086235,-123.88512,-123.684006,-123.482895,-123.281784,-123.08067,-122.87956,-122.678444,-122.47733,-122.27622,-122.07511,-121.874,-121.67288,-121.47177,-121.27066,-121.06955,-120.86844,-120.66733,-120.46621,-120.2651,-120.06399,-119.86288,-119.661766,-119.460655,-119.25954,-119.058426,-118.857315,-118.656204,-118.45509,-118.253975,-118.052864,-117.85175,-117.65064,-117.44953,-117.24842,-117.0473,-116.84619,-116.64508,-116.44397,-116.24286,-116.04174,-115.84063,-115.63952,-115.43841,-115.2373,-115.03619,-114.83507,-114.63396,-114.432846,-114.231735,-114.030624,-113.829506,-113.628395,-113.427284,-113.22617,-113.02506,-112.82395,-112.62283,-112.42172,-112.22061,-112.0195,-111.81839,-111.61728,-111.41616,-111.21505,-111.01394,-110.81283,-110.61172,-110.4106,-110.20949,-110.00838,-109.80727,-109.606155,-109.405045,-109.203926,-109.002815,-108.801704,-108.60059,-108.39948,-108.198364,-107.99725,-107.79614,-107.59503,-107.39392,-107.19281,-106.99169,-106.79058,-106.58947,-106.38836,-106.18725,-105.98613,-105.78502,-105.58391,-105.3828,-105.18169,-104.980576,-104.77946,-104.57835,-104.377235,-104.176125,-103.97501,-103.7739,-103.572784,-103.37167,-103.17056,-102.96945,-102.76834,-102.56722,-102.36611,-102.165,-101.96389,-101.76278,-101.56167,-101.36055,-101.15944,-100.95833,-100.75722,-100.55611,-100.35499,-100.15388,-99.95277,-99.751656,-99.550545,-99.349434,-99.148315,-98.947205,-98.74609,-98.54498,-98.34387,-98.14276,-97.94164,-97.74053,-97.53942,-97.33831,-97.1372,-96.93608,-96.73497,-96.53386,-96.33275,-96.13164,-95.93053,-95.72941,-95.5283,-95.32719,-95.126076,-94.924965,-94.72385,-94.522736,-94.321625,-94.120514,-93.9194,-93.71829,-93.51717,-93.31606,-93.11495,-92.91384,-92.71273,-92.51161,-92.3105,-92.10939,-91.90828,-91.70717,-91.50606,-91.30494,-91.10383,-90.90272,-90.70161,-90.500496,-90.299385,-90.09827,-89.897156,-89.696045,-89.494934,-89.29382,-89.092705,-88.891594,-88.69048,-88.48937,-88.28826,-88.08715,-87.88603,-87.68492,-87.48381,-87.2827,-87.08159,-86.88047,-86.67936,-86.47825,-86.27714,-86.07603,-85.874916,-85.6738,-85.47269,-85.271576,-85.070465,-84.869354,-84.668236,-84.467125,-84.266014,-84.0649,-83.86379,-83.66268,-83.46156,-83.26045,-83.05934,-82.85823,-82.65712,-82.45601,-82.25489,-82.05378,-81.85267,-81.65156,-81.45045,-81.24933,-81.04822,-80.84711,-80.645996,-80.444885,-80.243774,-80.042656,-79.841545,-79.640434,-79.43932,-79.23821,-79.037094,-78.83598,-78.63487,-78.43376,-78.23265,-78.03154,-77.83042,-77.62931,-77.4282,-77.22709,-77.02598,-76.82486,-76.62375,-76.42264,-76.22153,-76.02042,-75.819305,-75.61819,-75.417076,-75.215965,-75.014854,-74.81374,-74.61263,-74.411514,-74.2104,-74.00929,-73.80818,-73.60707,-73.40595,-73.20484,-73.00373,-72.80262,-72.60151,-72.4004,-72.19928,-71.99817,-71.79706,-71.59595,-71.39484,-71.19372,-70.99261,-70.7915,-70.590385,-70.389275,-70.18816,-69.987045,-69.785934,-69.58482,-69.38371,-69.1826,-68.98149,-68.78037,-68.57926,-68.37815,-68.17704,-67.97593,-67.77481,-67.5737,-67.37259,-67.17148,-66.97037,-66.76926,-66.56814,-66.36703,-66.16592,-65.964806,-65.763695,-65.56258,-65.361465,-65.160355,-64.95924,-64.75813,-64.55702,-64.3559,-64.15479,-63.953682,-63.75257,-63.551456,-63.350346,-63.149235,-62.94812,-62.74701,-62.5459,-62.344784,-62.143673,-61.94256,-61.741447,-61.540337,-61.339222,-61.13811,-60.937,-60.735886,-60.534775,-60.333664,-60.13255,-59.93144,-59.730328,-59.529213,-59.328102,-59.126987,-58.925877,-58.724766,-58.52365,-58.32254,-58.12143,-57.920315,-57.719204,-57.518093,-57.31698,-57.115868,-56.914753,-56.713642,-56.51253,-56.311417,-56.110306,-55.909195,-55.70808,-55.50697,-55.30586,-55.104744,-54.903633,-54.702522,-54.501408,-54.300297,-54.099182,-53.89807,-53.69696,-53.495846,-53.294735,-53.093624,-52.89251,-52.6914,-52.490288,-52.289173,-52.088062,-51.88695,-51.685837,-51.484726,-51.28361,-51.0825,-50.88139,-50.680275,-50.479164,-50.278053,-50.07694,-49.875828,-49.674717,-49.473602,-49.27249,-49.07138,-48.870266,-48.669155,-48.46804,-48.26693,-48.06582,-47.864704,-47.663593,-47.462482,-47.261368,-47.060257,-46.859146,-46.65803,-46.45692,-46.255806,-46.054695,-45.853584,-45.65247,-45.45136,-45.250248,-45.049133,-44.848022,-44.64691,-44.445797,-44.244686,-44.043575,-43.84246,-43.64135,-43.440235,-43.239124,-43.038013,-42.8369,-42.635788,-42.434677,-42.233562,-42.03245,-41.83134,-41.630226,-41.429115,-41.228004,-41.02689,-40.82578,-40.624664,-40.423553,-40.222443,-40.021328,-39.820217,-39.619106,-39.41799,-39.21688,-39.01577,-38.814655,-38.613544,-38.41243,-38.21132,-38.01021,-37.809093,-37.607983,-37.40687,-37.205757,-37.004646,-36.803535,-36.60242,-36.40131,-36.2002,-35.999084,-35.797974,-35.59686,-35.39575,-35.194637,-34.993523,-34.79241,-34.5913,-34.390186,-34.189075,-33.987965,-33.78685,-33.58574,-33.38463,-33.183514,-32.982403,-32.78129,-32.580177,-32.379066,-32.17795,-31.976841,-31.775728,-31.574617,-31.373505,-31.172392,-30.97128,-30.770168,-30.569056,-30.367943,-30.166832,-29.96572,-29.764606,-29.563494,-29.362383,-29.16127,-28.960157,-28.759047,-28.557934,-28.356821,-28.155708,-27.954597,-27.753485,-27.552372,-27.351261,-27.150148,-26.949036,-26.747923,-26.546812,-26.3457,-26.144587,-25.943476,-25.742363,-25.54125,-25.340137,-25.139027,-24.937914,-24.736801,-24.53569,-24.334578,-24.133465,-23.932352,-23.731241,-23.530128,-23.329016,-23.127903,-22.926792,-22.72568,-22.524567,-22.323456,-22.122343,-21.92123,-21.720118,-21.519007,-21.317894,-21.116781,-20.91567,-20.714558,-20.513445,-20.312332,-20.111221,-19.910109,-19.708996,-19.507885,-19.306772,-19.10566,-18.904547,-18.703436,-18.502323,-18.30121,-18.1001,-17.898987,-17.697874,-17.496761,-17.29565,-17.094538,-16.893425,-16.692314,-16.491201,-16.290089,-16.088976,-15.887864,-15.686752,-15.48564,-15.284528,-15.083416,-14.882303,-14.681191,-14.480079,-14.278967,-14.077854,-13.876742,-13.675631,-13.474518,-13.273406,-13.072293,-12.8711815,-12.670069,-12.468957,-12.267845,-12.066732,-11.865621,-11.664508,-11.463396,-11.262283,-11.061172,-10.860059,-10.658947,-10.457835,-10.256722,-10.055611,-9.854498,-9.653386,-9.452273,-9.251162,-9.05005,-8.848937,-8.647825,-8.4467125,-8.245601,-8.044488,-7.843376,-7.642264,-7.4411516,-7.2400393,-7.038927,-6.8378153,-6.636703,-6.4355907,-6.2344785,-6.033366,-5.832254,-5.6311417,-5.4300294,-5.2289176,-5.0278053,-4.826693,-4.625581,-4.4244685,-4.2233562,-4.022244,-3.821132,-3.6200197,-3.4189076,-3.2177954,-3.016683,-2.8155708,-2.6144588,-2.4133465,-2.2122343,-2.011122,-1.8100098,-1.6088977,-1.4077854,-1.2066733,-1.005561,-0.80444884,-0.60333663,-0.40222442,-0.20111221,0.0]} diff --git a/lib/node_modules/@stdlib/math/base/special/sinf/test/fixtures/julia/medium_positive.json b/lib/node_modules/@stdlib/math/base/special/sinf/test/fixtures/julia/medium_positive.json new file mode 100644 index 000000000000..42d7e9eb144f --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/sinf/test/fixtures/julia/medium_positive.json @@ -0,0 +1 @@ +{"expected":[0.0,0.19975924,0.3914662,0.5673932,0.7204485,0.8444626,0.93443644,0.9867431,0.99927425,0.9715246,0.9046129,0.8012362,0.6655617,0.5030583,0.32027695,0.12458499,-0.07612899,-0.2737742,-0.4603834,-0.6284347,-0.7711537,-0.88278764,-0.95883644,-0.99623454,-0.9934744,-0.9506673,-0.8695388,-0.7533595,-0.60681206,-0.435804,-0.24722868,-0.048687577,0.15181613,0.3462001,0.5266288,0.6858287,0.8173832,0.9159891,0.9776714,0.99994373,0.9819085,0.9242923,0.82941824,0.7011098,0.5445403,0.36601958,0.1727455,-0.027491944,-0.2266221,-0.41661623,-0.5898174,-0.73924226,-0.8588689,-0.94387406,-0.9908318,-0.9978493,-0.9646435,-0.8925527,-0.78448343,-0.6447911,-0.479108,-0.2941112,-0.09725967,0.10351238,0.30011278,0.48461473,0.6495827,0.78836524,0.89536935,0.96628076,0.9982415,0.98996323,0.9417796,0.8556326,0.7349955,0.5847301,0.41089496,0.22049671,0.021209357,-0.17893203,-0.37186068,-0.5498005,-0.70557773,-0.83291304,-0.9266727,-0.9830791,-0.99985737,-0.9763316,-0.91344965,-0.8137464,-0.68124086,-0.52127606,-0.34029704,-0.1456006,0.054963104,0.25331312,0.44145206,0.61179596,0.757477,0.8726255,0.95259833,0.9941715,0.99567,0.95703286,0.87981755,0.7671378,0.6235337,0.45479485,0.26772496,0.06986131,-0.13081846,-0.3262249,-0.50847954,-0.67023903,-0.80498105,-0.90727335,-0.97299445,-0.9994939,-0.9857036,-0.93218005,-0.84107983,-0.7160755,-0.56220603,-0.3856757,-0.19359714,0.0062853717,0.20591265,0.39724147,0.5725574,0.72479343,0.8478119,0.9366562,0.9877437,0.99901515,0.97001636,0.9019161,0.79745936,0.6608584,0.4976169,0.31431633,0.11834755,-0.08239367,-0.2798136,-0.46595415,-0.63331056,-0.77513975,-0.88572294,-0.9606019,-0.9967597,-0.99273795,-0.9486987,-0.86641824,-0.7492116,-0.6018042,-0.43013957,-0.24113446,-0.042409174,0.15802564,0.35208863,0.5319607,0.690388,0.82098836,0.9184923,0.9789724,0.99999064,0.9806991,0.92187464,0.82589066,0.6966155,0.539257,0.36016405,0.16655308,-0.03377535,-0.23273855,-0.4223202,-0.5948814,-0.7434598,-0.86206985,-0.9459315,-0.9916613,-0.9974175,-0.9629679,-0.88970155,-0.7805695,-0.63997483,-0.4735832,-0.288098,-0.09100313,0.109760046,0.30610248,0.49010232,0.6543464,0.7922165,0.89814985,0.9678803,0.9985944,0.9890557,0.9396474,0.852363,0.73072034,0.57961965,0.40515745,0.21436356,0.014924982,-0.18511148,-0.37768975,-0.55503976,-0.7100165,-0.83637494,-0.9290169,-0.98421067,-0.9997314,-0.9749529,-0.91087455,-0.81007713,-0.6766276,-0.51590353,-0.33438006,-0.13938123,0.061239794,0.2593885,0.4470814,0.6167557,0.7615655,0.87567705,0.95449173,0.9948295,0.9950662,0.9551913,0.8768136,0.7630919,0.6186075,0.44918984,0.2616619,0.06358991,-0.13704534,-0.33215997,-0.5138816,-0.674889,-0.8086943,-0.9098987,-0.9744256,-0.9996741,-0.9846254,-0.9298856,-0.83766335,-0.71167535,-0.55699694,-0.37986898,-0.18742873,0.012570495,0.21205926,0.40300003,0.57769924,0.7291082,0.8511272,0.93883914,0.9887049,0.9987164,0.9684696,0.8991844,0.7936512,0.6561281,0.4921568,0.30834332,0.11210401,-0.08865414,-0.28584236,-0.47150463,-0.6381608,-0.7790955,-0.8886223,-0.96233034,-0.9972456,-0.9919625,-0.94669265,-0.8632627,-0.7450351,-0.5967725,-0.4244569,-0.23503166,-0.03612862,0.16422704,0.3579628,0.5372725,0.6949215,0.8245607,0.92095965,0.9802352,0.9999981,0.9794508,0.91942245,0.8223305,0.69209236,0.5339564,0.35429338,0.1603522,-0.040056467,-0.23884672,-0.4280092,-0.59992194,-0.7476487,-0.86523813,-0.94795156,-0.9924517,-0.99694663,-0.9612542,-0.8868144,-0.77662766,-0.63513255,-0.46803802,-0.28207344,-0.08474204,0.11600527,0.31208012,0.49557137,0.65908647,0.7960364,0.9008958,0.96944046,0.9989076,0.98810816,0.9374783,0.8490592,0.72641504,0.5744895,0.39940655,0.20821632,0.008640015,-0.19128457,-0.38349858,-0.560254,-0.7144312,-0.8398038,-0.93132436,-0.98530376,-0.99956614,-0.97353655,-0.9082611,-0.8063759,-0.6719861,-0.51050895,-0.32845348,-0.13315068,0.06751216,0.2654536,0.4526948,0.62168807,0.7656215,0.8786968,0.9563474,0.9954482,0.99442303,0.95331323,0.8737759,0.7590122,0.6136569,0.4435654,0.25559402,0.057319812,-0.14327247,-0.33808193,-0.51926345,-0.6795138,-0.81237334,-0.91248655,-0.9758196,-0.9998148,-0.98350805,-0.92755663,-0.83421594,-0.7072431,-0.55176586,-0.37404728,-0.18125105,0.018851308,0.21819377,0.40874794,0.58281827,0.7333955,0.85441,0.9409837,0.9896269,0.99837834,0.9668846,0.89641637,0.78981405,0.65137476,0.48667228,0.3023581,0.105856046,-0.09491301,-0.29185617,-0.47703478,-0.64299023,-0.78302044,-0.8914875,-0.9640192,-0.9976918,-0.99114704,-0.9446492,-0.8600731,-0.7408279,-0.59172034,-0.4187609,-0.228914,-0.029846638,0.17042382,0.3638246,0.5425598,0.69943017,0.82810056,0.9233906,0.9814593,0.99996597,0.9781646,0.91693085,0.8187378,0.68754184,0.52863145,0.34841228,0.15414877,-0.046336003,-0.24494547,-0.4336813,-0.6049357,-0.7518055,-0.8683742,-0.9499342,-0.9932029,-0.9964362,-0.95950365,-0.8838941,-0.77265036,-0.6302652,-0.46247432,-0.2760414,-0.078481406,0.1222497,0.31804538,0.50102085,0.6638004,0.7998226,0.9036044,0.9709642,0.99918175,0.98712283,0.9352735,0.8457239,0.7220784,0.56933033,0.3936329,0.20206833,0.0023585218,-0.19744636,-0.38929933,-0.5654524,-0.71881235,-0.8431974,-0.9335937,-0.9863573,-0.99936116,-0.97208005,-0.905615,-0.802645,-0.66732097,-0.50509095,-0.32250673,-0.12692243,0.073778056,0.27150458,0.4582869,0.6266019,0.7696521,0.88167816,0.9581642,0.9960272,0.99374,0.95139515,0.8707,0.7549075,0.608685,0.43792683,0.24950868,0.051039834,-0.14948641,-0.34398693,-0.52462155,-0.6841145,-0.8160247,-0.91504145,-0.9771733,-0.99991596,-0.98235255,-0.9251881,-0.83073133,-0.70278823,-0.5465162,-0.3682143,-0.17506996,0.025139004,0.2243271,0.41447273,0.5879112,0.7376512,0.85766095,0.94309366,0.9905108,0.99800104,0.9652624,0.8936146,0.78594095,0.64658993,0.4811752,0.2963646,0.09960769,-0.10117193,-0.29786578,-0.48255283,-0.64778847,-0.7869121,-0.8943157,-0.965672,-0.99809915,-0.9902935,-0.94256973,-0.85685146,-0.73659396,-0.5866386,-0.4130414,-0.22279473,-0.023567291,0.17661013,0.36967558,0.54783213,0.7039058,0.8316055,0.92578363,0.98264396,0.9998944,0.9768382,0.9144062,0.815115,0.68296695,0.5232824,0.34251028,0.14793171,-0.052609902,-0.25103083,-0.43933284,-0.60993165,-0.75593764,-0.8714722,-0.95187813,-0.9939145,-0.99588597,-0.957713,-0.8809352,-0.76864743,-0.62537587,-0.45689577,-0.26999113,-0.072210066,0.12848173,0.32399452,0.50644726,0.6684854,0.8035818,0.9062806,0.97244775,0.9994161,0.9860985,0.9330292,0.84235114,0.7177185,0.564155,0.3878507,0.19591238,-0.003930694,-0.20360783,-0.39507765,-0.57062215,-0.72316515,-0.84656185,-0.9358288,-0.9873731,-0.9991169,-0.9705869,-0.90293306,-0.79887795,-0.66262376,-0.4996596,-0.31655446,-0.12068917,0.08004864,0.27755216,0.4638677,0.631485,0.7736475,0.8846247,0.9599453,0.99656755,0.9930187,0.9494418,0.86759347,0.75077295,0.60368305,0.43226412,0.24342087,0.044765458,-0.15569443,-0.34988552,-0.52996534,-0.6886826,-0.81963944,-0.9175571,-0.97848856,-0.9999777,-0.98115677,-0.922786,-0.8272182,-0.69830567,-0.5412385,-0.3623597,-0.16887443,0.03141808,0.23044415,0.42018116,0.592987,0.741883,0.8608741,0.94516385,0.9913546,0.99758387,0.96360004,0.89077413,0.78204155,0.6417854,0.47565913,0.29035938,0.09335541,-0.107411675,-0.30386358,-0.48805177,-0.65256685,-0.7907773,-0.8971121,-0.9672847,-0.9984666,-0.9894009,-0.940453,-0.853596,-0.73233104,-0.5815338,-0.40730563,-0.2166592,-0.017279385,0.18279696,0.37550485,0.5530764,0.7083537,0.83507764,0.92814016,0.9837898,0.99978316,0.97547305,0.9118422,0.81145555,0.6783595,0.51791924,0.3366019,0.14171635,-0.05888172,-0.2571063,-0.44496706,-0.6149035,-0.76003987,-0.87453943,-0.9537868,-0.9945876,-0.99529713,-0.9558868,-0.8779452,-0.7646141,-0.6204619,-0.4512992,-0.26393014,-0.06593587,0.13471626,0.32993805,0.5118602,0.6731496,0.8073047,0.9089178,0.9738929,0.999611,0.9850353,0.9307534,0.8389451,0.7133249,0.558951,0.38204613,0.18974118,-0.010212125,-0.2097538,-0.4008404,-0.57576936,-0.7274894,-0.84988475,-0.93802696,-0.98834985,-0.99883294,-0.96905357,-0.9002122,-0.7950839,-0.6579061,-0.49420854,-0.31058967,-0.11445114,0.08630086,0.28358877,0.46943015,0.6363491,0.77761716,0.88753986,0.96168643,0.99706787,0.99225813,0.94745106,0.8644527,0.7466088,0.59865725,0.42658433,0.23731604,0.03848169,-0.16190384,-0.35576314,-0.5352818,-0.69322354,-0.82322186,-0.9200366,-0.9797651,-0.99999994,-0.97992224,-0.9203444,-0.82366806,-0.6937901,-0.53594583,-0.3564979,-0.16267976,0.037695915,0.23655209,0.42587298,0.59803945,0.7460854,0.8640571,0.94719917,0.9921602,0.9971278,0.96190166,0.8879019,0.7781113,0.63695544,0.4701243,0.28434274,0.08708424,-0.11366993,-0.30984214,-0.4935248,-0.6573137,-0.7946067,-0.89986956,-0.9688592,-0.9987946,-0.98846924,-0.9382992,-0.8502988,-0.7280287,-0.5764121,-0.4015607,-0.21052258,-0.010998424,0.18896908,0.3813193,0.5582988,0.7127736,0.8385169,0.93046564,0.98489946,0.99963266,0.97407115,0.9092454,0.80776846,0.6737309,0.5125356,0.33068025,0.1354954,-0.065151215,-0.26318634,-0.45059735,-0.61984503,-0.7641071,-0.8775684,-0.9556555,-0.9952206,-0.99466896,-0.95402277,-0.8749205,-0.7605506,-0.61551136,-0.44567114,-0.2578661,-0.059666682,0.1409379,0.33586133,0.5172464,0.6777816,0.8109957,0.9115191,0.97529966,0.9997668,0.9839305,0.9284326,0.83551,0.7089085,0.5537313,0.37623355,0.18357,-0.016493153,-0.21589147,-0.40658733,-0.5809063,-0.7317953,-0.8531861,-0.9401854,-0.9892864,-0.9985098,-0.9674839,-0.89745915,-0.7912584,-0.6531625,-0.48873794,-0.30461267,-0.108193435,0.09257247,0.28960684,0.4749673,0.6411821,0.78155124,0.8904165,0.9633895,0.9975289,0.9914584,0.9454229,0.86127007,0.74240494,0.59361386,0.42089456,0.23120926,0.032204024,-0.16809933,-0.36162668,-0.5405771,-0.69773716,-0.8267718,-0.92248565,-0.981006,-0.9999826,-0.97865045,-0.9178695,-0.8200897,-0.68925256,-0.530632,-0.35062206,-0.15647867,0.043972265,0.24266551,0.4315618,0.6030621,0.75025326,0.86720216,0.94919467,0.99292564,0.99663234,0.9601654,0.8849947,0.7741503,0.6320886,0.46455744,0.2783002,0.08082483,-0.119908534,-0.31580845,-0.49897832,-0.66203463,-0.7984047,-0.9025916,-0.97039545,-0.9990839,-0.98749614,-0.936103,-0.8469761,-0.72370803,-0.5712677,-0.3957999,-0.20437764,-0.0047170306,0.19513372,0.38711876,0.5634992,0.717176,0.8419312,0.9327487,0.9859676,0.99944264,0.9726308,0.9066127,0.80404955,0.66907567,0.5071317,0.32474554,0.12925395,-0.071433365,-0.26924124,-0.45619616,-0.62476206,-0.7681442,-0.88056284,-0.95748645,-0.9958144,-0.9940016,-0.9521212,-0.8718538,-0.75644714,-0.61054856,-0.4400391,-0.25179192,-0.053395137,0.14715397,0.3417714,0.5226122,0.6823868,0.81465477,0.91409063,0.9766712,0.99988276,0.9827895,0.92608064,0.832042,0.70446414,0.54848975,0.3704061,0.17739156,-0.02277353,-0.22203551,-0.41233212,-0.58600783,-0.73606193,-0.8564458,-0.94230676,-0.9901839,-0.9981473,-0.965876,-0.89467067,-0.78740174,-0.6483815,-0.48323473,-0.29860905,-0.101946615,0.09882523,0.2956135,0.48048574,0.6459899,0.7854545,0.8932579,0.96505463,0.9979515,0.9906175,0.94335234,0.85806113,0.73818195,0.58854705,0.41518822,0.22509335,0.025925092,-0.17428818,-0.36747602,-0.54585105,-0.702234,-0.8302976,-0.9248923,-0.98220515,-0.99992585,-0.9773401,-0.91535836,-0.81647897,-0.68468785,-0.5252973,-0.34473234,-0.15025632,0.05026212,0.24875452,0.43721977,0.60806096,0.7543915,0.870313,0.9511527,0.99365187,0.99609756,0.95839113,0.8820453,0.7701491,0.6272086,0.4589857,0.2722613,0.07456223,-0.1261424,-0.3217623,-0.5044122,-0.66672945,-0.80217123,-0.9052844,-0.971897,-0.999333,-0.98648643,-0.93387514,-0.8436199,-0.7193588,-0.5661008,-0.3900235,-0.19822465,0.00156455,0.20130563,0.39291692,0.56868994,0.72153944,0.8453041,0.93499494,0.9869967,0.9992132,0.971152,0.9039442,0.8002989,0.66438264,0.5016946,0.31878358,0.12302254,-0.07769746,-0.2752855,-0.46177697,-0.62965447,-0.77215093,-0.88352245,-0.95927966,-0.9963689,-0.9932932,-0.95017725,-0.8687601,-0.75232375,-0.6055617,-0.4343897,-0.24570778,-0.047121488,0.15336424,0.34766793,0.5279573,0.6869762,0.8182904,0.91661984,0.9780009,0.9999592,0.98160976,0.92369217,0.8285411,0.699992,0.5432266,0.36456403,0.1711911,-0.029068261,-0.2281559,-0.41804668,-0.59108627,-0.74029946,-0.85967165,-0.94439095,-0.9910424,-0.99774545,-0.96422994,-0.89184,-0.78350455,-0.64358646,-0.47772574,-0.2926082,-0.09569578,0.105074085,0.30160847,0.4859852,0.6507721,0.7893268,0.89607096,0.9666856,0.9983337,0.98973954,0.94124955,0.8548183,0.7339298,0.58345705,0.40946546,0.21896854,0.019645134,-0.18048517,-0.37332496,-0.5511162,-0.70669234,-0.8337821,-0.9272625,-0.98336554,-0.99982965,-0.9759912,-0.9128111,-0.81283605,-0.68008494,-0.5199288,-0.33881468,-0.14404312,0.056534745,0.25483373,0.44286048,0.6130358,0.7585,0.8733895,0.95307314,0.9943389,0.9955221,0.9565747,0.87906826,0.7661271,0.62230384,0.4533958,0.26621166,0.068296686,-0.13237129,-0.32770348,-0.50982606,-0.67140925,-0.8059151,-0.907935,-0.97335654,-0.99954265,-0.9854378,-0.93161047,-0.8402304,-0.7149812,-0.5609115,-0.38423172,-0.19204885,0.007861326,0.20745462,0.39868551,0.5738456,0.72587436,0.84864354,0.93720436,0.987987,0.9989444,0.96963495,0.90123343,0.7965075,0.65967476,0.4962509,0.31282344,0.11678627,-0.0839585,-0.28131896,-0.4673396,-0.634522,-0.7761273,-0.8864543,-0.96103925,-0.99688524,-0.9925474,-0.94820046,-0.8656321,-0.7481707,-0.6005509,-0.4287232,-0.23961394,-0.04084598,0.15958352,0.35356507,0.53329456,0.6915273,0.82188493,0.91911286,0.9792919,0.9999962,0.98039126,0.9212673,0.8250075,0.6954922,0.5379291,0.35869336,0.16499889,-0.03534659,-0.23426726,-0.42374477,-0.59614134,-0.7445078,-0.8628636,-0.94643784,-0.9918617,-0.99730307,-0.96254176,-0.8889809,-0.7795858,-0.638766,-0.47219792,-0.2865958,-0.08944116,0.1113188,0.30759156,0.49146548,0.6555402,0.79317725,0.8988417,0.9682744,0.9986765,0.98882246,0.9391096,0.85154176,0.72964877,0.578344,0.40372655,0.2128202,0.013349145,-0.18666,-0.379145,-0.5563469,-0.71112275,-0.8372336,-0.9295961,-0.9844871,-0.999694,-0.9746037,-0.91022146,-0.8091521,-0.6754663,-0.5145528,-0.33289796,-0.13782422,0.06280514,0.26090285,0.44848374,0.6179865,0.76257855,0.87643886,0.9549605,0.9949883,0.99490863,0.9547248,0.87605655,0.7620749,0.6173745,0.44778806,0.26015154,0.06202845,-0.13861008,-0.3336461,-0.515233,-0.67605114,-0.8096181,-0.91054976,-0.9747777,-0.9997129,-0.98435026,-0.929309,-0.8368078,-0.7105754,-0.55570006,-0.3784248,-0.18589543,0.014127278,0.21358052,0.40445235,0.5789911,0.7301911,0.8519575,0.93938196,0.9889405,0.99863535,0.9680758,0.89849365,0.7926938,0.65494084,0.4907876,0.306851,0.1105454,-0.09021622,-0.28734127,-0.47288376,-0.63936454,-0.7800729,-0.88933706,-0.96275246,-0.9973599,-0.9917604,-0.94618136,-0.8624623,-0.74397784,-0.5955041,-0.42302594,-0.23349582,-0.03455361,0.16578142,0.35943392,0.5385978,0.6960511,0.825447,0.92156965,0.9805443,0.99999374,0.9791341,0.918806,0.8214414,0.69096494,0.5326361,0.352837,0.15881523,-0.04163877,-0.24038422,-0.4294399,-0.60118514,-0.7486969,-0.86602914,-0.94845223,-0.9926437,-0.99682236,-0.9608196,-0.8860868,-0.7756363,-0.6339204,-0.46665147,-0.2805721,-0.08318301,0.11755912,0.3135625,0.49692637,0.6602594,0.79697776,0.90157044,0.9698287,0.9989805,0.987864,0.9369273,0.84822357,0.7253284,0.57319564,0.3979577,0.20667835,0.0070678834,-0.19282748,-0.38495007,-0.56155556,-0.71552503,-0.84065217,-0.931893,-0.98556983,-0.9995189,-0.97317785,-0.90760857,-0.80545413,-0.67083234,-0.50914335,-0.3269537,-0.13158476,0.06908828,0.26697642,0.45410287,0.62292475,0.76663685,0.8794462,0.95680565,0.99559677,0.99425596,0.9528373,0.8730102,0.7579926,0.6124208,0.44216263,0.25408113,0.055757765,-0.14481317,-0.33954677,-0.5205934,-0.68065524,-0.813298,-0.9131348,-0.9761637,-0.99984396,-0.9832211,-0.9269651,-0.83334374,-0.70613074,-0.55045396,-0.37258875,-0.17970468,0.020423185,0.2197278,0.41017532,0.5840889,0.7344582,0.85522187,0.94151205,0.9898504,0.9982885,0.9664861,0.8957252,0.7888394,0.65016943,0.48529157,0.30085185,0.10428498,-0.09648557,-0.29336685,-0.47842267,-0.64419353,-0.78399736,-0.8921986,-0.96443594,-0.99779737,-0.9909381,-0.9441348,-0.85927385,-0.7397761,-0.5904584,-0.41733962,-0.22739814,-0.028290374,0.17195776,0.36530277,0.5438926,0.7005584,0.8289851,0.9239959,0.9817609,0.9999517,0.97783506,0.9163024,0.8178341,0.68639934,0.5272963,0.34693816,0.15259519,-0.047898818,-0.24646205,-0.43509054,-0.6061808,-0.7528362,-0.8691452,-0.95041955,-0.99338293,-0.9963036,-0.95905524,-0.8831505,-0.7716465,-0.62903786,-0.46107304,-0.27452263,-0.076906376,0.12380994,0.31953555,0.50238085,0.66497546,0.8007653,0.9042767,0.9713373,0.9992438,0.98687136,0.93471867,0.84488803,0.72100043,0.56804967,0.3922012,0.20054328,0.0007710851,-0.1990023,-0.390754,-0.56675464,-0.7199097,-0.8440457,-0.9341586,-0.98661613,-0.9993037,-0.9717099,-0.9049471,-0.8017063,-0.66614926,-0.5037401,-0.32102537,-0.12537037,0.075338244,0.27301002,0.45967692,0.62781453,0.77064526,0.8824117,0.9586173,0.9961673,0.99356234,0.9509074,0.8699219,0.7538704,0.6074308,0.43650603,0.24798591,0.04946964,-0.15104073,-0.34546274,-0.5259593,-0.6852548,-0.8169281,-0.9156714,-0.97750455,-0.99993503,-0.9820587,-0.92459613,-0.82986367,-0.7016798,-0.5452117,-0.36673793,-0.17350681,0.026718281,0.22586638,0.41590992,0.5891884,0.73871696,0.8584683,0.9436153,0.99072564,0.9979004,0.9648504,0.89290786,0.7849726,0.64539564,0.4798031,0.29486996,0.0980508,-0.10272074,-0.29935166,-0.4839159,-0.64897376,-0.7878906,-0.8950249,-0.96608114,-0.9981953,-0.9900727,-0.94204086,-0.8560359,-0.7355246,-0.5853647,-0.4116091,-0.22126178,-0.021995518,0.17815737,0.37112883,0.54914033,0.70501626,0.8324734,0.926374,0.982933,0.9998705,0.9765038,0.9137748,0.8141943,0.68180656,0.5219355,0.3410256,0.1463691,-0.054187454,-0.25255975,-0.4407515,-0.6111768,-0.7569659,-0.87224215,-0.9523588,-0.99408644,-0.995743,-0.9572617,-0.8801937,-0.76764566,-0.62415427,-0.45550352,-0.2684917,-0.07065712,0.1300256,0.3254959,0.5078154,0.66966516,0.8045211,0.9069472,0.97281486,0.9994688,0.9858348,0.93246233,0.84150285,0.7166228,0.5628562,0.3864011,0.19437042,-0.005495227,-0.20513935,-0.39651445,-0.57190627,-0.72424483,-0.8473895,-0.93637645,-0.98761857,-0.9990503,-0.9702035,-0.9022497,-0.7979267,-0.6614397,-0.4982905,-0.3150555,-0.119120754,0.08161567,0.2790622,0.46525994,0.63270324,0.7746427,0.8853567,0.9603825,0.9966959,0.9928329,0.94894946,0.8668144,0.7497385,0.60244113,0.43085966,0.24191049,0.043179553,-0.15726231,-0.35136503,-0.5313044,-0.6898272,-0.82054347,-0.9181841,-0.97881323,-0.999987,-0.9808518,-0.92217904,-0.82633376,-0.69717944,-0.53992224,-0.36090106,-0.16733214,0.03298182,0.2319663,0.42160037,0.59423995,0.74292606,0.86166525,0.9456811,0.9915616,0.9974728,0.9631765,0.89005506,0.781056,0.640573,0.4742689,0.28884727,0.09178238,-0.10898221,-0.3053538,-0.48941675,-0.65375155,-0.79173404,-0.8978022,-0.9676804,-0.99855196,-0.9891725,-0.93992,-0.8527799,-0.7312647,-0.5802727,-0.40586227,-0.21511665,-0.01569979,0.18434992,0.3769686,0.55439186,0.70946795,0.8359457,0.92872703,0.9840719,0.99974936,0.9751275,0.9111988,0.8105402,0.67720914,0.5165802,0.33512825,0.14016742,-0.060443483,-0.25861794,-0.44636765,-0.6161245,-0.76106554,-0.87530446,-0.95426035,-0.9947505,-0.9951428,-0.9554215,-0.8771877,-0.763595,-0.61922216,-0.44988886,-0.26242077,-0.06437464,0.13626638,0.33141458,0.5132036,0.67430574,0.808227,0.9095691,0.9742469,0.9996534,0.98476446,0.9301802,0.8380843,0.71221685,0.5576404,0.3805857,0.18818983,-0.011791838,-0.2112982,-0.40228724,-0.57706034,-0.7285724,-0.8507162,-0.93856806,-0.9885868,-0.9987561,-0.9686662,-0.8995299,-0.794134,-0.656727,-0.4928478,-0.30910212,-0.11289673,0.08785947,0.2850741,0.47082448,0.6375669,0.77860945,0.8882666,0.9621183,0.99718755,0.9920607,0.9469445,0.8636574,0.74555683,0.5974033,0.42516875,0.2357959,0.036918253,-0.16344756,-0.35722488,-0.5366027,-0.6943503,-0.8241091,-0.9206485,-0.9800771,-0.99999934,-0.97960603,-0.9197254,-0.82277113,-0.69265145,-0.5346114,-0.35502145,-0.1611208,0.039274555,0.23808677,0.42730185,0.59929264,0.7471263,0.86484367,0.94769967,0.9923545,0.997008,0.96147275,0.88718104,0.7771276,0.63574857,0.46874288,0.2828424,0.08551033,-0.11523936,-0.31134382,-0.49489817,-0.6585035,-0.79556483,-0.90055746,-0.9692491,-0.9988709,-0.9882288,-0.9377517,-0.8494744,-0.72695524,-0.5751329,-0.40012732,-0.20899284,-0.009433956,0.19050519,0.3827652,0.5595961,0.7138701,0.83936834,0.9310321,0.9851718,0.99958855,0.9737125,0.9085866,0.8068362,0.6725626,0.51117843,0.3291889,0.13392998,-0.066727586,-0.2646954,-0.4519935,-0.621072,-0.76511544,-0.8783175,-0.95611507,-0.9953722,-0.9945064,-0.95355266,-0.8741618,-0.7595339,-0.6142896,-0.44425634,-0.25633943,-0.058089614,0.14250176,0.33734897,0.51859784,0.67894226,0.811919,0.91216767,0.97564745,0.9997994,0.98364997,0.9278502,0.8346493,0.70780414,0.5524278,0.3747835,0.18203181,-0.01805747,-0.21741886,-0.40801623,-0.5821667,-0.7328711,-0.8540091,-0.9407224,-0.9895158,-0.9984224,-0.96708304,-0.8967612,-0.7902914,-0.65196544,-0.48735908,-0.30310756,-0.10663794,0.09413019,0.291104,0.47634354,0.64238197,0.7825263,0.89112747,0.9638078,0.9976376,0.9912532,0.9449119,0.8604662,0.7413456,0.5923418,0.41946098,0.22967197,0.030624997,-0.16965646,-0.36309913,-0.5419055,-0.698868,-0.8276595,-0.9230885,-0.98130834,-0.99997216,-0.9783277,-0.9172474,-0.8191934,-0.68811816,-0.5293053,-0.34915638,-0.1549332,0.045535248,0.2441682,0.43298638,0.60432154,0.7512968,0.86798775,0.94969064,0.99311197,0.99650156,0.9597227,0.884258,0.7731494,0.63087547,0.4631714,0.27679712,0.079265304,-0.121461645,-0.31729254,-0.50033355,-0.6632064,-0.7993458,-0.903264,-0.97077215,-0.999149,-0.98724586,-0.93554616,-0.84613514,-0.7226169,-0.56997037,-0.39434862,-0.20283093,-0.0031372334,0.19668292,0.3885749,0.56480366,0.7182655,0.8427744,0.9333116,0.9862275,0.9993892,0.972266,0.9059514,0.80311835,0.66791207,0.50578266,0.3232654,0.12768723,-0.073009044,-0.27076238,-0.45760143,-0.6259948,-0.7691547,-0.88131046,-0.957941,-0.99595755,-0.9938276,-0.951637,-0.8710865,-0.75542295,-0.6093087,-0.43863365,-0.25027746,-0.051832754,0.14870131,0.3432413,0.52394545,0.6835296,0.8155611,0.9147178,0.97700924,0.99990565,0.98249644,0.9254834,0.8311646,0.703342,0.54716814,0.3689382,0.1758366,-0.0243529,-0.22356074,-0.41375697,-0.5872749,-0.7371201,-0.8572524,-0.9428294,-0.9904014,-0.9980509,-0.96546954,-0.89397067,-0.7864363,-0.6472012,-0.481851,-0.29710096,-0.100374915,0.10039718,0.29712233,0.48187062,0.647195,0.7864313,0.89396703,0.96546745,0.9980504,0.9904025,0.94283205,0.8572566,0.7371256,0.58728147,0.4137644,0.22356866,0.024361035,-0.17582858,-0.36893064,-0.54716134,-0.70335793,-0.83117706,-0.92549187,-0.9825006,-0.99990535,-0.97700447,-0.9147211,-0.8155658,-0.6835356,-0.52395236,-0.34324893,-0.14870936,0.05182463,0.2502696,0.43862632,0.6093023,0.7554176,0.8710825,0.9516345,0.9938267,0.99595827,0.9579434,0.8813143,0.7691404,0.6259774,0.45758152,0.27074084,0.07298673,-0.12770943,-0.32325768,-0.50577563,-0.66790605,-0.8031135,-0.905948,-0.9722642,-0.99938893,-0.9862289,-0.9333145,-0.8427788,-0.71827114,-0.56481034,-0.38858238,-0.1966909,0.003129096,0.20282295,0.39436918,0.5699887,0.72263235,0.84614706,0.9355541,0.98724943,0.9991493,0.9707741,0.9032675,0.7993507,0.6632125,0.5003406,0.31730026,0.12146972,-0.07925719,-0.27678928,-0.46316418,-0.63086915,-0.7731442,-0.8842542,-0.95972043,-0.99650085,-0.99310935,-0.9496836,-0.86797667,-0.75128204,-0.6043037,-0.4329662,-0.24417609,-0.045543376,0.15492517,0.34914875,0.52929837,0.68811226,0.8191887,0.9172442,0.978326,0.9999721,0.9813099,0.9230916,0.827664,0.6988738,0.5419124,0.36310673,0.16966447,-0.030647365,-0.22969374,-0.4194813,-0.5923598,-0.7413606,-0.8604776,-0.9449092,-0.9912521,-0.99763817,-0.96380997,-0.89113116,-0.7825314,-0.64238816,-0.4763507,-0.29111177,-0.09413829,0.10662985,0.30309978,0.48735195,0.65195924,0.7902864,0.8967576,0.96708876,0.99842364,0.98951256,0.94071484,0.8539974,0.73285586,0.5821733,0.40802366,0.2174268,0.018065605,-0.18202381,-0.37477595,-0.5524211,-0.7077984,-0.8346448,-0.92784715,-0.9836485,-0.99979955,-0.97564924,-0.912171,-0.81192374,-0.6789483,-0.5185787,-0.3373279,-0.1424796,0.058111954,0.25636107,0.4442764,0.6142832,0.7595286,0.8741578,0.9535502,0.9945056,0.99537295,0.95611745,0.87832135,0.7651207,0.6210784,0.45200077,0.26470324,0.06673571,-0.13392192,-0.32918122,-0.5111714,-0.67257917,-0.8068494,-0.908596,-0.97371763,-0.9995892,-0.9851679,-0.9310351,-0.83937275,-0.7138758,-0.5596029,-0.3827727,-0.1905132,0.009425819,0.20898488,0.40011987,0.57512623,0.72694963,0.8494701,0.93774885,0.98822755,0.9988713,0.96925116,0.90056103,0.7955513,0.6584866,0.4948787,0.31132254,0.11521713,-0.08553263,-0.28283462,-0.4687357,-0.6357423,-0.7771225,-0.8871773,-0.96147054,-0.9970074,-0.99235547,-0.9477023,-0.8648477,-0.74713165,-0.59929913,-0.42730922,-0.23809467,-0.039282687,0.16111277,0.35504237,0.5346303,0.6926676,0.8227839,0.9197342,0.9796105,0.9999993,0.9800787,0.9206517,0.8241137,0.6943562,0.53660953,0.35723248,0.16345558,-0.03691012,-0.23578799,-0.4251614,-0.5973968,-0.7455514,-0.8636533,-0.94694185,-0.9920597,-0.9971859,-0.9621122,-0.8882564,-0.7785954,-0.6375497,-0.47080475,-0.2850819,-0.08786757,0.11288865,0.3090944,0.4928407,0.65672094,0.7941291,0.8995263,0.96866417,0.9987557,0.988588,0.93857086,0.85072047,0.728578,0.57706696,0.4022947,0.21130615,0.01176946,-0.18821181,-0.38060638,-0.5576589,-0.71223253,-0.8380965,-0.9301772,-0.984763,-0.99965364,-0.97424877,-0.9095724,-0.8082318,-0.67431176,-0.51321065,-0.33142224,-0.13627444,0.06436653,0.2624129,0.44988158,0.6192158,0.76358974,0.8771838,0.9554281,0.995145,0.9947482,0.9542536,0.8752936,0.76105106,0.61613095,0.44637492,0.2586258,0.060451604,-0.14015935,-0.33512056,-0.51657325,-0.6772032,-0.81053543,-0.91119546,-0.9751257,-0.9997492,-0.98407334,-0.9287301,-0.8359502,-0.70947367,-0.55437326,-0.37694785,-0.18432793,0.015722169,0.21513851,0.40588275,0.58026606,0.73125917,0.8527757,0.93991727,0.9891713,0.99855244,0.9676825,0.89780575,0.791739,0.65375775,0.48942384,0.30536154,0.1089903,-0.09177428,-0.2888395,-0.47426173,-0.64056677,-0.78107,-0.89006525,-0.9631825,-0.99747443,-0.99155873,-0.9456738,-0.86166936,-0.7429315,-0.5942465,-0.42160773,-0.23197423,-0.032989953,0.16732413,0.36089346,0.5399154,0.69717366,0.8263292,0.9221759,0.9808502,0.999987,0.9788149,0.9181873,0.8205307,0.68981105,0.53128546,0.35134408,0.15724021,-0.043201912,-0.24190259,-0.43085232,-0.60243464,-0.74973315,-0.8668103,-0.9489469,-0.99283195,-0.99669653,-0.9603848,-0.88536054,-0.77464783,-0.63270956,-0.46526712,-0.27907005,-0.081623785,0.11911268,0.31507674,0.49830994,0.6614565,0.7979402,0.90225935,0.97020894,0.99904996,0.9876198,0.9363793,0.8473939,0.72425044,0.57191294,0.39652193,0.20514733,0.005503364,-0.19436243,-0.3863936,-0.56284946,-0.71661717,-0.84149843,-0.9324594,-0.9858334,-0.9994691,-0.9728097,-0.9069378,-0.8045078,-0.6696485,-0.5077961,-0.32547474,-0.13003366,0.070649005,0.26848385,0.45549628,0.6241479,0.7676405,0.8801899,0.95725936,0.9957422,0.9940873,0.9523613,0.87224615,0.75697124,0.6111832,0.4407588,0.25256762,0.05416511,-0.14639123,-0.34104663,-0.5219546,-0.68182296,-0.8142073,-0.9137715,-0.97650206,-0.99987036,-0.9829345,-0.92637706,-0.8324779,-0.70502204,-0.5491471,-0.3711364,-0.17816538,0.021987382,0.22125384,0.4116017,0.5853581,0.73551905,0.85603166,0.9420484,0.9900758,0.9981939,0.96607536,0.8950149,0.78787684,0.64897996,0.48392302,0.29935944,0.102728836,-0.098042704,-0.29486218,-0.47979596,-0.64538944,-0.7849676,-0.89290416,-0.9648483,-0.99789995,-0.99072677,-0.943618,-0.85847247,-0.73872244,-0.5891703,-0.41588956,-0.22584458,-0.026695909,0.17352885,0.36675876,0.5452048,0.701674,0.8298591,0.92459303,0.98205715,0.9999351,0.9775063,0.9156747,0.81693274,0.6852608,0.5259663,0.34547037,0.15104878,-0.049461514,-0.24797803,-0.4364987,-0.6074244,-0.75388515,-0.869933,-0.9509143,-0.99356484,-0.99616534,-0.95861095,-0.88241553,-0.77065045,-0.62782085,-0.45968416,-0.27301785,-0.075346366,0.1253623,0.32101768,0.50373304,0.6661432,0.8017014,0.90494365,0.971708,0.9993034,0.98661745,0.9341615,0.84403366,0.71989423,0.5667362,0.39073342,0.19898038,-0.0007934653,-0.20053531,-0.3921937,-0.568043,-0.7209948,-0.8448837,-0.9347158,-0.98687005,-0.9992441,-0.9713392,-0.90428025,-0.80077016,-0.66498154,-0.5023879,-0.31954324,-0.12381802,0.07689826,0.27454415,0.4610929,0.62905526,0.77166075,0.883161,0.9590616,0.9963029,0.9933839,0.95042205,0.86914927,0.7528416,0.6061872,0.43509787,0.24646994,0.047906946,-0.15258715,-0.34693053,-0.5272894,-0.68639344,-0.8178294,-0.9162991,-0.97783333,-0.99995166,-0.98176247,-0.923999,-0.8289897,-0.7005642,-0.5438994,-0.36531037,-0.17199583,0.028251735,0.2273605,0.4173045,0.59042716,0.73979115,0.8592853,0.9441421,0.99094117,0.9977959,0.96443003,0.89218855,0.78398347,0.6441764,0.478403,0.29334545,0.09646329,-0.10430724,-0.30087322,-0.48531115,-0.6501865,-0.78885317,-0.8957216,-0.966484,-0.99828804,-0.9898516,-0.9415148,-0.8552261,-0.7344637,-0.5840955,-0.41018274,-0.21973574,-0.020431321,0.17969668,0.37258118,0.55044717,0.70612496,0.8333392,0.9269621,0.9832196,0.99984413,0.9761655,0.91313815,0.81330276,0.68068355,0.5206264,0.33958313,0.14485142,-0.05571917,-0.25410277,-0.4421827,-0.6124385,-0.7580072,-0.8730211,-0.952844,-0.99425834,-0.9955947,-0.95679915,-0.8794356,-0.7666225,-0.6229072,-0.45408294,-0.26695484,-0.06906595,0.13160695,0.32697487,0.5091626,0.67082626,0.8054493,0.9076052,0.97317594,0.9995186,0.9855712,0.931896,0.8406566,0.71553075,0.5615623,0.38495758,0.19283547,-0.0070597464,-0.20667039,-0.39795026,-0.57318896,-0.7253228,-0.8482192,-0.93692446,-0.98786277,-0.9989809,-0.9698307,-0.9015871,-0.7970011,-0.66028845,-0.49695992,-0.3135992,-0.117536895,0.08320532,0.28059357,0.46667126,0.63393766,0.77565044,0.8860972,0.9608258,0.99682415,0.99264103,0.94844514,0.86601794,0.7486821,0.60116726,0.4294197,0.2403625,0.04161641,-0.1588072,-0.3528294,-0.53262925,-0.6909591,-0.82143676,-0.9188028,-0.9791324,-0.99999374,-0.9805459,-0.9215728,-0.8254517,-0.69605696,-0.5386047,-0.3594415,-0.16578946,0.034545477,0.2334879,0.42301854,0.59549755,0.7439724,0.86245817,0.9461787,0.9917593,0.9973627,0.9627629,0.8893547,0.7800971,0.6393943,0.47286403,0.28731984,0.090193935,-0.11056764,-0.30687228,-0.4908071,-0.6549577,-0.7927074,-0.8985035,-0.9680814,-0.99863654,-0.98893714,-0.93937427,-0.85194576,-0.7301758,-0.5789729,-0.40443188,-0.21358846,-0.014135414,0.18588743,0.37841725,0.55569327,0.7105697,0.8368034,0.929306,0.98434883,0.9997131,0.97477955,0.91055316,0.8096229,0.67605716,0.51523995,0.33365375,0.13861813,-0.0620051,-0.26012895,-0.44776714,-0.61735606,-0.76205975,-0.8760452,-0.9547178,-0.9949063,-0.99499065,-0.9549675,-0.87642074,-0.76256406,-0.6179689,-0.44846374,-0.26088125,-0.0627828,0.1378464,0.3329191,0.51457196,0.6754828,0.80916524,0.91023076,0.9746053,0.9996941,0.98448586,0.9295935,0.8372297,0.71111774,0.55634093,0.3791384,0.18665302,-0.013356265,-0.21282716,-0.40371913,-0.5783374,-0.72964317,-0.8515375,-0.9391068,-0.98882127,-0.9986769,-0.96827644,-0.89884526,-0.7931822,-0.65554637,-0.49148586,-0.30761382,-0.11134205,0.08941786,0.28657338,0.4721773,0.638748,0.7795712,0.8889702,0.9625354,0.99730134,0.99185884,0.9464306,0.8628523,0.7444929,0.5961234,0.4237245,0.23424551,0.035324223,-0.16502096,-0.35871425,-0.53794795,-0.69549733,-0.82501155,-0.92127,-0.98039263,-0.9999962,-0.9792905,-0.91911006,-0.8218809,-0.6915222,-0.53328854,-0.3535584,-0.15957649,0.04083785,0.23960604,0.42871585,0.60054433,0.74816525,0.86562806,0.9481979,0.9925464,0.9968859,0.9610415,0.8864581,0.776142,0.63454014,0.4673603,0.2813414,0.08398181,-0.11676303,-0.31280124,-0.49623057,-0.6596572,-0.79649335,-0.9012233,-0.96964043,-0.9989454,-0.9879835,-0.93719655,-0.8486317,-0.725859,-0.5738273,-0.398665,-0.20743272,-0.007838948,0.19207081,0.3842383,0.5609174,0.71498615,0.8402343,0.931613,0.985439,0.9995425,0.97335494,0.90793204,0.8059109,0.67140394,0.5098331,0.32771116,0.13237935,-0.06828857,-0.26620382,-0.45338854,-0.62229747,-0.76612186,-0.8790644,-0.9565723,-0.9955213,-0.99434143,-0.95308024,-0.87340087,-0.75851524,-0.6130543,-0.44288146,-0.25485635,-0.056558102,0.14401996,0.33879268,0.51990885,0.68011254,0.8128491,0.9128202,0.9759961,0.99983007,0.9833615,0.92725414,0.8337697,0.7066765,0.5510976,0.37330422,0.18046317,-0.019652255,-0.2189755,-0.40947196,-0.58346283,-0.73393464,-0.854822,-0.94125193,-0.98974055,-0.9983333,-0.96668375,-0.8960678,-0.7893318,-0.6507783,-0.4859923,-0.30161622,-0.10508218,0.09568768,0.29260042,0.4777186,0.6435802,0.7834995,0.89183635,0.96422374,0.99774384,0.9910455,0.94439864,0.8596836,0.7403152,0.5911051,0.41806793,0.22817867,0.029091647,-0.17116804,-0.3645849,-0.5432454,-0.700008,-0.8285536,-0.92370075,-0.98161405,-0.999959,-0.9779962,-0.9166109,-0.81827754,-0.6869599,-0.5279513,-0.34766126,-0.15335721,0.047128603,0.24571468,0.43439615,0.60556734,0.75232846,0.8687636,0.95017946,0.99329406,0.9963696,0.959282,0.88352627,0.7721561,0.6296608,0.4617842,0.27529335,0.07770558,-0.123014465,-0.31877586,-0.5016876,-0.66437656,-0.8002849,-0.90393424,-0.97114646,-0.9992123,-0.9870005,-0.9350033,-0.8453166,-0.72155565,-0.5687092,-0.39293844,-0.20126876,-0.0015421697,0.19824658,0.39004412,0.5661192,0.71937436,0.8436319,0.93388313,0.98649013,0.9993322,0.97189176,0.9052749,0.802167,0.66672415,0.504406,0.32175556,0.12613533,-0.07456933,-0.27226815,-0.458992,-0.62721413,-0.77015364,-0.88204867,-0.9583888,-0.99609685,-0.9936528,-0.9511552,-0.870317,-0.75439686,-0.6080674,-0.4372271,-0.2487624,-0.050270244,0.15024827,0.34471038,0.5252774,0.6846708,0.8164655,0.91534895,0.97733516,0.99992555,0.98220956,0.9249012,0.83031064,0.7022507,0.54583234,0.36745518,0.17426614,-0.025947465,-0.22511515,-0.41520858,-0.5885652,-0.738197,-0.8580726,-0.94335973,-0.9906206,-0.9979501,-0.9650528,-0.89325476,-0.7854501,-0.6459844,-0.48047948,-0.29560667,-0.09881814,0.1019537,0.29861584,0.48324096,0.6483869,0.7873967,0.894667,0.96587384,0.99814683,0.9901851,0.9423095,0.85644996,0.7360674,0.58601445,0.41233954,0.22204344,0.02279692,-0.17736854,-0.37038437,-0.5484702,-0.70444757,-0.832029,-0.9260718,-0.9827852,-0.9998831,-0.9766762,-0.91410017,-0.8146418,-0.6823704,-0.5225931,-0.34175035,-0.14713183,0.05341749,0.2518136,0.4400592,0.6105663,0.7564618,0.87186474,0.95212334,0.9940024,0.9958137,0.9574844,0.88055944,0.7681396,0.6247565,0.4561898,0.2692344,0.07142626,-0.12926102,-0.32473785,-0.5071247,-0.66906965,-0.8040447,-0.90660924,-0.9726289,-0.9994424,-0.98596895,-0.9327516,-0.84193563,-0.7171817,-0.5635186,-0.3871403,-0.19515666,0.0046936343,0.20435473,0.39577842,0.5712485,0.7236919,0.84696364,0.93609476,0.9874925,0.99908227,0.97039,0.90258193,0.7983912,0.6620179,0.49895892,0.31578723,0.11988632,-0.08084714,-0.27832168,-0.46457726,-0.63210595,-0.77415484,-0.88499796,-0.96016735,-0.99663293,-0.9929248,-0.9491924,-0.86719865,-0.75024855,-0.6030564,-0.43155536,-0.2426586,-0.043980394,0.15647064,0.35061443,0.53062516,0.68924665,0.82008505,0.91786623,0.9786488,0.9999826,0.98100764,0.9224888,0.82678497,0.6977539,0.5405968,0.3616485,0.1681224,-0.03218064,-0.2311865,-0.42087334,-0.593595,-0.74238926,-0.86125815,-0.94543016,-0.99146134,-0.9975273,-0.96338356,-0.8904063,-0.7815373,-0.64116496,-0.4749476,-0.2895854,-0.09255019,0.10821568,0.30461943,0.48874417,0.6531679,0.7912628,0.8974623,0.96748567,0.9985102,0.98928535,0.940183,0.8531824,0.7317905,0.5809005,0.40659475,0.21589942,0.016501289,-0.183562,-0.376226,-0.5537245,-0.7089028,-0.83550555,-0.92842954,-0.9839291,-0.999767,-0.97530484,-0.9115287,-0.8110094,-0.67779875,-0.51726645,-0.33588338,-0.14096105,0.05964333,0.25784352,0.4456502,0.61554104,0.76056516,0.87493134,0.9540295,0.9946713,0.99521846,0.9556489,0.8775577,0.7640926,0.61982745,0.45057735,0.26316473,0.065144114,-0.13550244,-0.33068696,-0.5125417,-0.67373616,-0.8077727,-0.90924835,-0.97407275,-0.99963284,-0.98489827,-0.930463,-0.8385213,-0.7127793,-0.55830556,-0.38132685,-0.18897706,0.010990288,0.21051462,0.40155324,0.57640547,0.7280231,0.85029453,0.93829113,0.98846567,0.99879575,0.968865,0.89987975,0.79462093,0.65733135,0.49354511,0.30986437,0.11369318,-0.087060936,-0.2843642,-0.47014406,-0.6369727,-0.77812535,-0.8879122,-0.9619078,-0.99712944,-0.9921574,-0.947192,-0.86404586,-0.7460705,-0.5980215,-0.42586654,-0.23654518,-0.0376888,0.1626868,0.35650456,0.53595185,0.6937952,0.82367206,0.9203472,0.97992367,0.99999994,0.9797668,0.9200398,0.8232265,0.69322944,0.5352887,0.35577074,0.16191188,-0.038473558,-0.23730814,-0.42657697,-0.5986507,-0.7465932,-0.8644409,-0.94744354,-0.9922552,-0.99706966,-0.9616928,-0.88755065,-0.7776318,-0.63636714,-0.4694508,-0.28361118,-0.086278565,0.11447337,0.31061095,0.49422798,0.657923,0.7950975,0.900222,0.9690591,0.998834,0.98834646,0.9380192,0.849881,0.7274845,0.5757635,0.40083387,0.20974682,0.010205003,-0.18974818,-0.38205272,-0.5589569,-0.7133299,-0.83894897,-0.9307504,-0.9850339,-0.99961126,-0.9738948,-0.9089212,-0.8073095,-0.6731556,-0.5118672,-0.3299457,-0.13472432,0.06592775,0.2639223,0.4512783,0.6204435,0.764599,0.877934,0.95587987,0.99529487,0.99459004,0.9537938,0.87455076,0.76005507,0.6148738,0.444947,0.25708467,0.058859378,-0.14173849,-0.33662298,-0.5179384,-0.67837596,-0.8114686,-0.9118514,-0.975478,-0.99978364,-0.98378855,-0.9281375,-0.83507377,-0.70834863,-0.5530704,-0.37549827,-0.18278995,0.017286506,0.21666616,0.40731212,0.5815396,0.7323255,0.85359174,0.94045025,0.98939973,0.998467,0.9672867,0.89711565,0.79078233,0.65257305,0.48805887,0.30387133,0.107434936,-0.09333211,-0.290337,-0.47563857,-0.6417674,-0.78202695,-0.89076346,-0.9635938,-0.9975822,-0.99135864,-0.945174,-0.8608588,-0.7418629,-0.59296286,-0.42016083,-0.23042236,-0.03139571,0.1688965,0.36238056,0.5412573,0.6983163,0.82722646,0.92279166,0.9811596,0.99997765,0.9784871,0.91755426,0.8196354,0.68867743,0.5299593,0.34987885,0.15569493,-0.044764947,-0.24342038,-0.43226367,-0.60368264,-0.7507675,-0.8675894,-0.9494392,-0.99301773,-0.9965682,-0.9599476,-0.88463205,-0.7736575,-0.6314972,-0.46388167,-0.2775673,-0.08006436,0.12066594,0.31653225,0.49963933,0.66260624,0.7988639,0.90291977,0.97057945,0.99911565,0.98736835,0.93581825,0.8465459,0.72314966,0.5706037,0.3950571,0.20358592,0.003908314,-0.19592683,-0.3878643,-0.56416714,-0.71772873,-0.8423591,-0.9330345,-0.9860997,-0.9994159,-0.9724461,-0.9062776,-0.80357754,-0.66848576,-0.5064477,-0.323995,-0.12848224,0.07220956,0.26999062,0.45688853,0.6253695,0.7686422,0.8809314,0.9577107,0.99588525,0.9939162,0.95188296,0.87147987,0.75594795,0.60994416,0.43935388,0.25105348,0.052633263,-0.14790857,-0.3424883,-0.5232625,-0.6829443,-0.815097,-0.9144183,-0.97684455,-0.9998948,-0.9826398,-0.9257752,-0.8315931,-0.7038899,-0.54781336,-0.36965477,-0.1765956,0.023582038,0.2228091,0.41305485,0.5866506,0.7365988,0.8568551,0.94257206,0.9902945,0.99809873,0.96567017,0.89431596,0.7869124,0.6477888,0.48255327,0.29786626,0.10117243,-0.09959959,-0.29635683,-0.48116806,-0.64658374,-0.78593594,-0.8936075,-0.9652583,-0.998,-0.99051297,-0.9430989,-0.85766906,-0.737667,-0.5879301,-0.414494,-0.22434992,-0.025162393,0.17503941,0.36818546,0.5464902,0.7028096,0.830748,0.9251995,0.9823567,0.99991566,0.9771686,0.9150324,0.8160118,0.6840982,0.52460897,0.34397307,0.14947182,-0.051054563,-0.24952297,-0.43793324,-0.6086907,-0.75491214,-0.8707035,-0.9513973,-0.99374086,-0.99602723,-0.95816433,-0.8816784,-0.7696525,-0.6266023,-0.45829415,-0.27151242,-0.07378617,0.12691435,0.32249904,0.505084,0.6673092,0.80263567,0.9056083,0.97207636,0.99936056,0.98636115,0.93360204,0.84321,0.7188286,0.56547165,0.38932088,0.19747677,-0.0023274962,-0.20209773,-0.3936605,-0.569355,-0.7220991,-0.84573585,-0.93528146,-0.9871264,-0.99918085,-0.9709588,-0.90359807,-0.79981375,-0.6637894,-0.5010081,-0.3180314,-0.12223506,0.07848851,0.27604824,0.46248063,0.6302707,0.7726549,0.88389385,0.9595035,0.9964361,0.993203,0.94993436,0.86837447,0.75181085,0.6049422,0.43368864,0.24495335,0.04634413,-0.15413319,-0.3483975,-0.5286181,-0.6875304,-0.81872874,-0.9169246,-0.9781597,-0.9999658,-0.98146385,-0.92339957,-0.8281137,-0.6994469,-0.54258585,-0.36385348,-0.17039426,0.029876634,0.22894321,0.41878122,0.5917384,0.74084294,0.8600845,0.94465655,0.99115,0.99769086,0.96401525,0.8914808,0.78301126,0.64297897,0.47702852,0.29184937,0.09490592,-0.105863124,-0.3023649,-0.4866785,-0.6513744,-0.7898137,-0.8964161,-0.9668845,-0.9983783,-0.989628,-0.94098645,-0.8544142,-0.733401,-0.5828249,-0.40875536,-0.21820916,-0.018867072,0.18123554,0.37403265,0.5517527,0.70723194,0.83420306,0.9275479,0.9835038,0.9998153,0.9758247,0.91249925,0.8123914,0.6795366,0.5192378,0.33805367,0.14324278,-0.057342157,-0.25561565,-0.44358546,-0.6136745,-0.75902677,-0.87378305,-0.95331764,-0.9944246,-0.99544674,-0.95634305,-0.87868977,-0.76561695,-0.6216825,-0.45268846,-0.26544675,-0.067505054,0.13315773,0.328453,0.51050854,0.67198575,0.80637556,0.9082609,0.9735347,0.9995659,0.9853052,0.93132734,0.8398082,0.7144369,0.56026703,0.38351315,0.19130005,-0.008624249,-0.2082009,-0.3993851,-0.5744703,-0.72639894,-0.8490468,-0.93747014,-0.9881046,-0.99890906,-0.9694481,-0.9008827,-0.79601824,-0.65906674,-0.4955486,-0.31205523,-0.11598305,0.08476434,0.28209493,0.4680544,0.6351469,0.77663696,0.88682127,0.9612583,0.9969475,0.99245036,0.9479481,0.8652346,0.74764395,0.5999162,0.4280062,0.23884352,0.040053163,-0.16035171,-0.3542929,-0.5339527,-0.69208926,-0.82232803,-0.9194192,-0.97944915,-0.99999803,-0.9802376,-0.9209643,-0.8245675,-0.6949328,-0.5372858,-0.3579811,-0.16424635,0.036109053,0.23500891,0.4244357,0.5967537,0.74501693,0.86324894,0.9466839,0.99195856,0.9972434,0.9623222,0.8886103,0.779079,0.63814354,0.47148487,0.2858209,0.088635646,-0.11212246,-0.30836096,-0.49216962,-0.6561392,-0.79366016,-0.8991892,-0.96847236,-0.99871695,-0.98870385,-0.9388367,-0.8511255,-0.72910595,-0.5776965,-0.4030005,-0.21205975,-0.012571003,0.18742448,0.379865,0.55699337,0.7116696,0.83765894,0.92988265,0.9846233,0.9996744,0.9744292,0.90990525,0.80870354,0.6749035,0.51389843,0.33217844,0.13706852,-0.063566566,-0.2616393,-0.44916552,-0.6185861,-0.7630719,-0.876828,-0.9552002,-0.99506885,-0.99482685,-0.9544839,-0.87566626,-0.761551,-0.6167381,-0.4470648,-0.25937057,-0.061221264,0.13939583,0.33439398,0.5159129,0.6766356,0.81008357,0.9108775,0.9749545,0.9997316,0.98421013,0.92901564,0.83637315,0.71001685,0.55504024,0.3776902,0.18511572,-0.014920659,-0.2143556,-0.40515,-0.57961303,-0.7307122,-0.85235673,-0.93964326,-0.9890533,-0.99859524,-0.9678843,-0.8981585,-0.7922284,-0.6543641,-0.4901227,-0.30612475,-0.10978709,0.09097603,0.28807196,0.47355586,0.6399979,0.78058827,0.8897135,0.9629749,0.99741936,0.9916584,0.9459242,0.8620604,0.7434474,0.5948665,0.42230684,0.2327242,0.033760607,-0.16656385,-0.36017424,-0.53926617,-0.69662064,-0.8258947,-0.9218774,-0.9806998,-0.99999064,-0.9789725,-0.9184925,-0.82098866,-0.6903911,-0.5319644,-0.35209447,-0.15803179,0.042401046,0.24112472,0.43012878,0.6017946,0.74920243,0.8664104,0.94869375,0.9927358,0.99676126,0.9606079,0.8857329,0.77515453,0.6333301,0.46597654,0.2798397,0.08242269,-0.11831674,-0.31434482,-0.49764124,-0.660878,-0.7974752,-0.9019266,-0.97002184,-0.99901605,-0.98774046,-0.9366497,-0.84780306,-0.72478193,-0.5725453,-0.39722967,-0.20590195,-0.0062744357,0.19360599,0.38568228,0.56221193,0.7160791,0.8410816,0.9321805,0.9857038,0.9994939,0.972995,0.9072752,0.8049836,0.6702437,0.5084865,0.3262326,0.13082841,-0.06984939,-0.2677116,-0.45478252,-0.6235214,-0.7671265,-0.87980914,-0.9570272,-0.995668,-0.994174,-0.9526054,-0.87263787,-0.75749475,-0.6118175,-0.4414782,-0.2532841,-0.054935046,0.14562841,0.34032166,0.52129674,0.6812587,0.81375945,0.913458,0.9763356,0.99985766,0.98307604,0.92666715,0.8329049,0.7055687,0.5497914,0.3718523,0.17892407,-0.021216478,-0.22050181,-0.41089883,-0.5847328,-0.73499644,-0.85563284,-0.94177914,-0.9899629,-0.9982418,-0.96628207,-0.89537215,-0.78837025,-0.6495896,-0.48462436,-0.30012417,-0.10352616,0.09724493,0.29409614,0.47909248,0.6447769,0.78447074,0.89254296,0.96463734,0.9978477,0.99083537,0.94388306,0.8588833,0.7392625,0.58979315,0.4165907,0.22659567,0.027466713,-0.17276941,-0.3660413,-0.5445583,-0.7011244,-0.8294286,-0.924299,-0.9819115,-0.9999436,-0.9776686,-0.91598433,-0.8173772,-0.6858221,-0.52662194,-0.34619388,-0.15181097,0.04869136,0.24723096,0.4358048,0.60681164,0.75335824,0.86953735,0.95066595,0.99347377,0.99623513,0.9588389,0.8827924,0.771161,0.62844455,0.4603959,0.27378893,0.076145664,-0.12456698,-0.3202584,-0.5030404,-0.6655451,-0.8012221,-0.9046022,-0.9715184,-0.9992732,-0.98674786,-0.9344473,-0.84444696,-0.7204292,-0.56737137,-0.39144307,-0.19973597,2.238023e-5],"x":[0.0,0.20111221,0.40222442,0.60333663,0.80444884,1.005561,1.2066733,1.4077854,1.6088977,1.8100098,2.011122,2.2122343,2.4133465,2.6144588,2.8155708,3.016683,3.2177954,3.4189076,3.6200197,3.821132,4.022244,4.2233562,4.4244685,4.625581,4.826693,5.0278053,5.2289176,5.4300294,5.6311417,5.832254,6.033366,6.2344785,6.4355907,6.636703,6.8378153,7.038927,7.2400393,7.4411516,7.642264,7.843376,8.044488,8.245601,8.4467125,8.647825,8.848937,9.05005,9.251162,9.452273,9.653386,9.854498,10.055611,10.256722,10.457835,10.658947,10.860059,11.061172,11.262283,11.463396,11.664508,11.865621,12.066732,12.267845,12.468957,12.670069,12.8711815,13.072293,13.273406,13.474518,13.675631,13.876742,14.077854,14.278967,14.480079,14.681191,14.882303,15.083416,15.284528,15.48564,15.686752,15.887864,16.088976,16.290089,16.491201,16.692314,16.893425,17.094538,17.29565,17.496761,17.697874,17.898987,18.1001,18.30121,18.502323,18.703436,18.904547,19.10566,19.306772,19.507885,19.708996,19.910109,20.111221,20.312332,20.513445,20.714558,20.91567,21.116781,21.317894,21.519007,21.720118,21.92123,22.122343,22.323456,22.524567,22.72568,22.926792,23.127903,23.329016,23.530128,23.731241,23.932352,24.133465,24.334578,24.53569,24.736801,24.937914,25.139027,25.340137,25.54125,25.742363,25.943476,26.144587,26.3457,26.546812,26.747923,26.949036,27.150148,27.351261,27.552372,27.753485,27.954597,28.155708,28.356821,28.557934,28.759047,28.960157,29.16127,29.362383,29.563494,29.764606,29.96572,30.166832,30.367943,30.569056,30.770168,30.97128,31.172392,31.373505,31.574617,31.775728,31.976841,32.17795,32.379066,32.580177,32.78129,32.982403,33.183514,33.38463,33.58574,33.78685,33.987965,34.189075,34.390186,34.5913,34.79241,34.993523,35.194637,35.39575,35.59686,35.797974,35.999084,36.2002,36.40131,36.60242,36.803535,37.004646,37.205757,37.40687,37.607983,37.809093,38.01021,38.21132,38.41243,38.613544,38.814655,39.01577,39.21688,39.41799,39.619106,39.820217,40.021328,40.222443,40.423553,40.624664,40.82578,41.02689,41.228004,41.429115,41.630226,41.83134,42.03245,42.233562,42.434677,42.635788,42.8369,43.038013,43.239124,43.440235,43.64135,43.84246,44.043575,44.244686,44.445797,44.64691,44.848022,45.049133,45.250248,45.45136,45.65247,45.853584,46.054695,46.255806,46.45692,46.65803,46.859146,47.060257,47.261368,47.462482,47.663593,47.864704,48.06582,48.26693,48.46804,48.669155,48.870266,49.07138,49.27249,49.473602,49.674717,49.875828,50.07694,50.278053,50.479164,50.680275,50.88139,51.0825,51.28361,51.484726,51.685837,51.88695,52.088062,52.289173,52.490288,52.6914,52.89251,53.093624,53.294735,53.495846,53.69696,53.89807,54.099182,54.300297,54.501408,54.702522,54.903633,55.104744,55.30586,55.50697,55.70808,55.909195,56.110306,56.311417,56.51253,56.713642,56.914753,57.115868,57.31698,57.518093,57.719204,57.920315,58.12143,58.32254,58.52365,58.724766,58.925877,59.126987,59.328102,59.529213,59.730328,59.93144,60.13255,60.333664,60.534775,60.735886,60.937,61.13811,61.339222,61.540337,61.741447,61.94256,62.143673,62.344784,62.5459,62.74701,62.94812,63.149235,63.350346,63.551456,63.75257,63.953682,64.15479,64.3559,64.55702,64.75813,64.95924,65.160355,65.361465,65.56258,65.763695,65.964806,66.16592,66.36703,66.56814,66.76926,66.97037,67.17148,67.37259,67.5737,67.77481,67.97593,68.17704,68.37815,68.57926,68.78037,68.98149,69.1826,69.38371,69.58482,69.785934,69.987045,70.18816,70.389275,70.590385,70.7915,70.99261,71.19372,71.39484,71.59595,71.79706,71.99817,72.19928,72.4004,72.60151,72.80262,73.00373,73.20484,73.40595,73.60707,73.80818,74.00929,74.2104,74.411514,74.61263,74.81374,75.014854,75.215965,75.417076,75.61819,75.819305,76.02042,76.22153,76.42264,76.62375,76.82486,77.02598,77.22709,77.4282,77.62931,77.83042,78.03154,78.23265,78.43376,78.63487,78.83598,79.037094,79.23821,79.43932,79.640434,79.841545,80.042656,80.243774,80.444885,80.645996,80.84711,81.04822,81.24933,81.45045,81.65156,81.85267,82.05378,82.25489,82.45601,82.65712,82.85823,83.05934,83.26045,83.46156,83.66268,83.86379,84.0649,84.266014,84.467125,84.668236,84.869354,85.070465,85.271576,85.47269,85.6738,85.874916,86.07603,86.27714,86.47825,86.67936,86.88047,87.08159,87.2827,87.48381,87.68492,87.88603,88.08715,88.28826,88.48937,88.69048,88.891594,89.092705,89.29382,89.494934,89.696045,89.897156,90.09827,90.299385,90.500496,90.70161,90.90272,91.10383,91.30494,91.50606,91.70717,91.90828,92.10939,92.3105,92.51161,92.71273,92.91384,93.11495,93.31606,93.51717,93.71829,93.9194,94.120514,94.321625,94.522736,94.72385,94.924965,95.126076,95.32719,95.5283,95.72941,95.93053,96.13164,96.33275,96.53386,96.73497,96.93608,97.1372,97.33831,97.53942,97.74053,97.94164,98.14276,98.34387,98.54498,98.74609,98.947205,99.148315,99.349434,99.550545,99.751656,99.95277,100.15388,100.35499,100.55611,100.75722,100.95833,101.15944,101.36055,101.56167,101.76278,101.96389,102.165,102.36611,102.56722,102.76834,102.96945,103.17056,103.37167,103.572784,103.7739,103.97501,104.176125,104.377235,104.57835,104.77946,104.980576,105.18169,105.3828,105.58391,105.78502,105.98613,106.18725,106.38836,106.58947,106.79058,106.99169,107.19281,107.39392,107.59503,107.79614,107.99725,108.198364,108.39948,108.60059,108.801704,109.002815,109.203926,109.405045,109.606155,109.80727,110.00838,110.20949,110.4106,110.61172,110.81283,111.01394,111.21505,111.41616,111.61728,111.81839,112.0195,112.22061,112.42172,112.62283,112.82395,113.02506,113.22617,113.427284,113.628395,113.829506,114.030624,114.231735,114.432846,114.63396,114.83507,115.03619,115.2373,115.43841,115.63952,115.84063,116.04174,116.24286,116.44397,116.64508,116.84619,117.0473,117.24842,117.44953,117.65064,117.85175,118.052864,118.253975,118.45509,118.656204,118.857315,119.058426,119.25954,119.460655,119.661766,119.86288,120.06399,120.2651,120.46621,120.66733,120.86844,121.06955,121.27066,121.47177,121.67288,121.874,122.07511,122.27622,122.47733,122.678444,122.87956,123.08067,123.281784,123.482895,123.684006,123.88512,124.086235,124.287346,124.48846,124.68957,124.89068,125.0918,125.29291,125.49402,125.69513,125.89624,126.09735,126.29847,126.49958,126.70069,126.9018,127.10291,127.30403,127.50514,127.70625,127.907364,128.10847,128.30959,128.5107,128.7118,128.91292,129.11404,129.31516,129.51627,129.71738,129.91849,130.1196,130.32071,130.52182,130.72293,130.92404,131.12515,131.32628,131.52739,131.7285,131.92961,132.13072,132.33183,132.53294,132.73405,132.93517,133.13628,133.33739,133.53851,133.73962,133.94073,134.14185,134.34296,134.54407,134.74518,134.94629,135.1474,135.34851,135.54962,135.75075,135.95186,136.15297,136.35408,136.55519,136.7563,136.95741,137.15852,137.35963,137.56075,137.76186,137.96298,138.1641,138.3652,138.56631,138.76743,138.96854,139.16965,139.37076,139.57187,139.77298,139.97409,140.1752,140.37633,140.57744,140.77855,140.97966,141.18077,141.38188,141.583,141.7841,141.98521,142.18633,142.38744,142.58856,142.78967,142.99078,143.1919,143.393,143.59412,143.79523,143.99634,144.19745,144.39856,144.59967,144.8008,145.0019,145.20302,145.40413,145.60524,145.80635,146.00746,146.20857,146.40968,146.6108,146.8119,147.01303,147.21414,147.41525,147.61636,147.81747,148.01859,148.2197,148.4208,148.62192,148.82303,149.02414,149.22527,149.42638,149.62749,149.8286,150.02971,150.23082,150.43193,150.63304,150.83415,151.03526,151.23637,151.4375,151.63861,151.83972,152.04083,152.24194,152.44305,152.64417,152.84528,153.04639,153.2475,153.44861,153.64972,153.85085,154.05196,154.25307,154.45418,154.65529,154.8564,155.05751,155.25862,155.45973,155.66084,155.86195,156.06308,156.26419,156.4653,156.66641,156.86752,157.06863,157.26974,157.47086,157.67197,157.87308,158.07419,158.27531,158.47643,158.67754,158.87865,159.07976,159.28087,159.48198,159.68309,159.8842,160.08531,160.28642,160.48755,160.68866,160.88977,161.09088,161.29199,161.4931,161.69421,161.89532,162.09644,162.29755,162.49866,162.69978,162.9009,163.102,163.30312,163.50423,163.70534,163.90645,164.10756,164.30867,164.50978,164.71089,164.91202,165.11313,165.31424,165.51535,165.71646,165.91757,166.11868,166.3198,166.5209,166.72202,166.92313,167.12425,167.32536,167.52647,167.72758,167.9287,168.1298,168.33092,168.53203,168.73314,168.93425,169.13536,169.33647,169.5376,169.73871,169.93982,170.14093,170.34204,170.54315,170.74426,170.94537,171.14648,171.3476,171.5487,171.74983,171.95094,172.15205,172.35316,172.55428,172.75539,172.9565,173.15761,173.35872,173.55983,173.76094,173.96207,174.16318,174.36429,174.5654,174.76651,174.96762,175.16873,175.36984,175.57095,175.77206,175.97318,176.1743,176.37541,176.57652,176.77763,176.97874,177.17986,177.38097,177.58208,177.78319,177.9843,178.18541,178.38654,178.58765,178.78876,178.98987,179.19098,179.39209,179.5932,179.79431,179.99542,180.19653,180.39764,180.59877,180.79988,181.00099,181.2021,181.40321,181.60432,181.80544,182.00655,182.20766,182.40877,182.60988,182.81099,183.01212,183.21323,183.41434,183.61545,183.81656,184.01767,184.21878,184.41989,184.621,184.82211,185.02322,185.22435,185.42546,185.62657,185.82768,186.0288,186.2299,186.43102,186.63213,186.83324,187.03435,187.23546,187.43658,187.6377,187.8388,188.03992,188.24103,188.44214,188.64325,188.84436,189.04547,189.24658,189.4477,189.64882,189.84993,190.05104,190.25215,190.45326,190.65437,190.85548,191.0566,191.2577,191.45882,191.65993,191.86105,192.06216,192.26328,192.46439,192.6655,192.86661,193.06772,193.26883,193.46994,193.67105,193.87216,194.07329,194.2744,194.47551,194.67662,194.87773,195.07884,195.27995,195.48106,195.68217,195.88329,196.0844,196.28552,196.48663,196.68774,196.88885,197.08997,197.29108,197.49219,197.6933,197.89441,198.09552,198.29663,198.49774,198.69887,198.89998,199.10109,199.3022,199.50331,199.70442,199.90553,200.10664,200.30775,200.50887,200.70998,200.9111,201.11221,201.31332,201.51443,201.71555,201.91666,202.11777,202.31888,202.51999,202.7211,202.92221,203.12334,203.32445,203.52556,203.72667,203.92778,204.12889,204.33,204.53111,204.73222,204.93333,205.13445,205.33557,205.53668,205.7378,205.9389,206.14001,206.34113,206.54224,206.74335,206.94446,207.14557,207.34668,207.5478,207.74892,207.95003,208.15114,208.35225,208.55336,208.75447,208.95558,209.1567,209.3578,209.55891,209.76004,209.96115,210.16226,210.36337,210.56448,210.7656,210.9667,211.16782,211.36893,211.57004,211.77115,211.97226,212.17339,212.3745,212.5756,212.77672,212.97783,213.17894,213.38005,213.58116,213.78227,213.98338,214.1845,214.38562,214.58673,214.78784,214.98895,215.19006,215.39117,215.59229,215.7934,215.9945,216.19562,216.39673,216.59785,216.79897,217.00008,217.20119,217.4023,217.60341,217.80452,218.00563,218.20674,218.40785,218.60896,218.81009,219.0112,219.21231,219.41342,219.61453,219.81564,220.01675,220.21786,220.41898,220.62009,220.8212,221.02232,221.22343,221.42455,221.62566,221.82677,222.02788,222.22899,222.4301,222.63121,222.83232,223.03343,223.23456,223.43567,223.63678,223.83789,224.039,224.24011,224.44122,224.64233,224.84344,225.04456,225.24567,225.4468,225.6479,225.84901,226.05013,226.25124,226.45235,226.65346,226.85457,227.05568,227.25679,227.4579,227.65901,227.86014,228.06125,228.26236,228.46347,228.66458,228.86569,229.0668,229.26791,229.46902,229.67014,229.87125,230.07237,230.27348,230.4746,230.6757,230.87682,231.07793,231.27904,231.48015,231.68126,231.88237,232.08348,232.2846,232.48572,232.68683,232.88794,233.08905,233.29016,233.49127,233.69238,233.8935,234.0946,234.29572,234.49684,234.69795,234.89906,235.10017,235.30128,235.5024,235.7035,235.90462,236.10573,236.30684,236.50795,236.70908,236.91019,237.1113,237.31241,237.51352,237.71463,237.91574,238.11685,238.31796,238.51907,238.72018,238.92131,239.12242,239.32353,239.52464,239.72575,239.92686,240.12798,240.32909,240.5302,240.73131,240.93242,241.13353,241.33466,241.53577,241.73688,241.93799,242.1391,242.34021,242.54132,242.74243,242.94354,243.14465,243.34576,243.54689,243.748,243.94911,244.15022,244.35133,244.55244,244.75356,244.95467,245.15578,245.35689,245.558,245.75912,245.96024,246.16135,246.36246,246.56357,246.76468,246.96579,247.1669,247.36801,247.56912,247.77023,247.97136,248.17247,248.37358,248.57469,248.7758,248.97691,249.17802,249.37914,249.58025,249.78136,249.98247,250.1836,250.3847,250.58582,250.78693,250.98804,251.18915,251.39026,251.59137,251.79248,251.99359,252.1947,252.39583,252.59694,252.79805,252.99916,253.20027,253.40138,253.6025,253.8036,254.00471,254.20583,254.40694,254.60806,254.80917,255.01028,255.2114,255.4125,255.61362,255.81473,256.01584,256.21695,256.41806,256.61917,256.82028,257.0214,257.2225,257.4236,257.62473,257.82584,258.02698,258.2281,258.4292,258.6303,258.83142,259.03253,259.23364,259.43475,259.63586,259.83698,260.0381,260.2392,260.4403,260.64142,260.84253,261.04364,261.24475,261.44586,261.64697,261.84808,262.0492,262.2503,262.45145,262.65256,262.85367,263.05478,263.2559,263.457,263.6581,263.85922,264.06033,264.26144,264.46255,264.66367,264.86478,265.0659,265.267,265.4681,265.66922,265.87033,266.07144,266.27255,266.47366,266.67477,266.8759,267.07703,267.27814,267.47925,267.68036,267.88147,268.08258,268.2837,268.4848,268.6859,268.88702,269.08813,269.28925,269.49036,269.69147,269.89258,270.0937,270.2948,270.4959,270.69702,270.89813,271.09924,271.30035,271.5015,271.7026,271.90372,272.10483,272.30594,272.50705,272.70816,272.90927,273.11038,273.3115,273.5126,273.7137,273.91483,274.11594,274.31705,274.51816,274.71927,274.92038,275.1215,275.3226,275.5237,275.72482,275.92596,276.12708,276.3282,276.5293,276.7304,276.93152,277.13263,277.33374,277.53485,277.73596,277.93707,278.13818,278.3393,278.5404,278.74152,278.94263,279.14374,279.34485,279.54596,279.74707,279.94818,280.1493,280.3504,280.55154,280.75266,280.95377,281.15488,281.356,281.5571,281.7582,281.95932,282.16043,282.36154,282.56265,282.76376,282.96487,283.166,283.3671,283.5682,283.76932,283.97043,284.17154,284.37265,284.57376,284.77487,284.976,285.17712,285.37823,285.57935,285.78046,285.98157,286.18268,286.3838,286.5849,286.786,286.98712,287.18823,287.38934,287.59045,287.79156,287.99268,288.1938,288.3949,288.596,288.79712,288.99823,289.19934,289.40048,289.6016,289.8027,290.0038,290.20493,290.40604,290.60715,290.80826,291.00937,291.21048,291.4116,291.6127,291.8138,292.01492,292.21603,292.41714,292.61826,292.81937,293.02048,293.2216,293.4227,293.6238,293.82492,294.02606,294.22717,294.42828,294.6294,294.8305,295.03162,295.23273,295.43384,295.63495,295.83606,296.03717,296.23828,296.4394,296.6405,296.8416,297.04272,297.24384,297.44495,297.64606,297.84717,298.04828,298.2494,298.45053,298.65164,298.85275,299.05386,299.25497,299.4561,299.6572,299.8583,300.05942,300.26053,300.46164,300.66275,300.86386,301.06497,301.26608,301.4672,301.6683,301.86942,302.07053,302.27164,302.47275,302.67386,302.875,303.0761,303.27722,303.47833,303.67944,303.88055,304.08167,304.28278,304.4839,304.685,304.8861,305.08722,305.28833,305.48944,305.69055,305.89166,306.09277,306.29388,306.495,306.6961,306.89722,307.09833,307.29944,307.50058,307.7017,307.9028,308.1039,308.30502,308.50613,308.70724,308.90836,309.10947,309.31058,309.5117,309.7128,309.9139,310.11502,310.31613,310.51724,310.71835,310.91946,311.12057,311.3217,311.5228,311.7239,311.92505,312.12616,312.32727,312.52838,312.7295,312.9306,313.1317,313.33282,313.53394,313.73505,313.93616,314.13727,314.33838,314.5395,314.7406,314.9417,315.14282,315.34393,315.54504,315.74615,315.94727,316.14838,316.34952,316.55063,316.75174,316.95285,317.15396,317.35507,317.55618,317.7573,317.9584,318.15952,318.36063,318.56174,318.76285,318.96396,319.16507,319.36618,319.5673,319.7684,319.9695,320.17062,320.37173,320.57285,320.774,320.9751,321.1762,321.37732,321.57843,321.77954,321.98065,322.18176,322.38287,322.58398,322.7851,322.9862,323.18732,323.38843,323.58954,323.79065,323.99176,324.19287,324.39398,324.5951,324.7962,324.9973,325.19843,325.39957,325.60068,325.8018,326.0029,326.204,326.40512,326.60623,326.80734,327.00845,327.20956,327.41068,327.6118,327.8129,328.014,328.21512,328.41623,328.61734,328.81845,329.01956,329.22067,329.42178,329.6229,329.82404,330.02515,330.22626,330.42737,330.62848,330.8296,331.0307,331.2318,331.43292,331.63403,331.83514,332.03625,332.23737,332.43848,332.6396,332.8407,333.0418,333.24292,333.44403,333.64514,333.84625,334.04736,334.2485,334.44962,334.65073,334.85184,335.05295,335.25406,335.45517,335.65628,335.8574,336.0585,336.2596,336.46072,336.66183,336.86295,337.06406,337.26517,337.46628,337.6674,337.8685,338.0696,338.27072,338.47183,338.67294,338.87408,339.0752,339.2763,339.47742,339.67853,339.87964,340.08075,340.28186,340.48297,340.68408,340.8852,341.0863,341.2874,341.48853,341.68964,341.89075,342.09186,342.29297,342.49408,342.6952,342.8963,343.0974,343.29855,343.49966,343.70078,343.9019,344.103,344.3041,344.50522,344.70633,344.90744,345.10855,345.30966,345.51077,345.71188,345.913,346.1141,346.31522,346.51633,346.71744,346.91855,347.11966,347.32077,347.52188,347.72302,347.92413,348.12524,348.32635,348.52747,348.72858,348.9297,349.1308,349.3319,349.53302,349.73413,349.93524,350.13635,350.33746,350.53857,350.7397,350.9408,351.1419,351.34302,351.54413,351.74524,351.94635,352.14746,352.3486,352.5497,352.75082,352.95193,353.15305,353.35416,353.55527,353.75638,353.9575,354.1586,354.3597,354.56082,354.76193,354.96304,355.16415,355.36526,355.56638,355.7675,355.9686,356.1697,356.37082,356.57193,356.77307,356.97418,357.1753,357.3764,357.5775,357.77863,357.97974,358.18085,358.38196,358.58307,358.78418,358.9853,359.1864,359.3875,359.58862,359.78973,359.99084,360.19196,360.39307,360.59418,360.7953,360.9964,361.19754,361.39865,361.59976,361.80087,362.00198,362.2031,362.4042,362.60532,362.80643,363.00754,363.20865,363.40976,363.61087,363.81198,364.0131,364.2142,364.4153,364.61642,364.81754,365.01865,365.21976,365.42087,365.62198,365.82312,366.02423,366.22534,366.42645,366.62756,366.82867,367.0298,367.2309,367.432,367.63312,367.83423,368.03534,368.23645,368.43756,368.63867,368.83978,369.0409,369.242,369.4431,369.64423,369.84534,370.04645,370.2476,370.4487,370.6498,370.85092,371.05203,371.25314,371.45425,371.65536,371.85648,372.0576,372.2587,372.4598,372.66092,372.86203,373.06314,373.26425,373.46536,373.66647,373.86758,374.0687,374.2698,374.47092,374.67206,374.87317,375.07428,375.2754,375.4765,375.6776,375.87872,376.07983,376.28094,376.48206,376.68317,376.88428,377.0854,377.2865,377.4876,377.68872,377.88983,378.09094,378.29205,378.49316,378.69427,378.8954,379.09653,379.29764,379.49875,379.69986,379.90097,380.10208,380.3032,380.5043,380.7054,380.90652,381.10764,381.30875,381.50986,381.71097,381.91208,382.1132,382.3143,382.5154,382.71652,382.91763,383.11874,383.31985,383.52097,383.7221,383.92322,384.12433,384.32544,384.52655,384.72766,384.92877,385.12988,385.331,385.5321,385.73322,385.93433,386.13544,386.33655,386.53766,386.73877,386.93988,387.141,387.3421,387.5432,387.74432,387.94543,388.14658,388.3477,388.5488,388.7499,388.95102,389.15213,389.35324,389.55435,389.75546,389.95657,390.15768,390.3588,390.5599,390.76102,390.96213,391.16324,391.36435,391.56546,391.76657,391.96768,392.1688,392.3699,392.57104,392.77216,392.97327,393.17438,393.3755,393.5766,393.7777,393.97882,394.17993,394.38104,394.58215,394.78326,394.98438,395.1855,395.3866,395.5877,395.78882,395.98993,396.19104,396.39215,396.59326,396.79437,396.99548,397.19662,397.39774,397.59885,397.79996,398.00107,398.20218,398.4033,398.6044,398.8055,399.00662,399.20773,399.40884,399.60995,399.81107,400.01218,400.2133,400.4144,400.6155,400.81662,401.01773,401.21884,401.41995,401.6211,401.8222,402.02332,402.22443,402.42554,402.62665,402.82776,403.02887,403.22998,403.4311,403.6322,403.8333,404.03442,404.23553,404.43665,404.63776,404.83887,405.03998,405.2411,405.4422,405.6433,405.84442,406.04556,406.24667,406.44778,406.6489,406.85,407.05112,407.25223,407.45334,407.65445,407.85556,408.05667,408.25778,408.4589,408.66,408.8611,409.06223,409.26334,409.46445,409.66556,409.86667,410.06778,410.2689,410.47,410.67114,410.87225,411.07336,411.27448,411.4756,411.6767,411.8778,412.07892,412.28003,412.48114,412.68225,412.88336,413.08447,413.28558,413.4867,413.6878,413.88892,414.09003,414.29114,414.49225,414.69336,414.89447,415.0956,415.29672,415.49783,415.69894,415.90005,416.10117,416.30228,416.5034,416.7045,416.9056,417.10672,417.30783,417.50894,417.71005,417.91116,418.11227,418.3134,418.5145,418.7156,418.91672,419.11783,419.31894,419.52008,419.7212,419.9223,420.1234,420.32452,420.52563,420.72675,420.92786,421.12897,421.33008,421.5312,421.7323,421.9334,422.13452,422.33563,422.53674,422.73785,422.93896,423.14008,423.3412,423.5423,423.7434,423.94452,424.14566,424.34677,424.54788,424.749,424.9501,425.1512,425.35233,425.55344,425.75455,425.95566,426.15677,426.35788,426.559,426.7601,426.9612,427.16232,427.36343,427.56454,427.76566,427.96677,428.16788,428.369,428.57013,428.77124,428.97235,429.17346,429.37457,429.57568,429.7768,429.9779,430.17902,430.38013,430.58124,430.78235,430.98346,431.18457,431.38568,431.5868,431.7879,431.989,432.19012,432.39124,432.59235,432.79346,432.9946,433.1957,433.39682,433.59793,433.79904,434.00015,434.20126,434.40237,434.6035,434.8046,435.0057,435.20682,435.40793,435.60904,435.81015,436.01126,436.21237,436.41348,436.6146,436.8157,437.0168,437.21793,437.41907,437.62018,437.8213,438.0224,438.2235,438.42462,438.62573,438.82684,439.02795,439.22906,439.43018,439.6313,439.8324,440.0335,440.23462,440.43573,440.63684,440.83795,441.03906,441.24017,441.44128,441.6424,441.8435,442.04465,442.24576,442.44687,442.64798,442.8491,443.0502,443.2513,443.45242,443.65353,443.85464,444.05576,444.25687,444.45798,444.6591,444.8602,445.0613,445.26242,445.46353,445.66464,445.86575,446.06686,446.26797,446.46912,446.67023,446.87134,447.07245,447.27356,447.47467,447.67578,447.8769,448.078,448.2791,448.48022,448.68134,448.88245,449.08356,449.28467,449.48578,449.6869,449.888,450.0891,450.29022,450.49133,450.69244,450.8936,451.0947,451.2958,451.49692,451.69803,451.89914,452.10025,452.30136,452.50247,452.70358,452.9047,453.1058,453.30692,453.50803,453.70914,453.91025,454.11136,454.31247,454.51358,454.7147,454.9158,455.1169,455.31802,455.51917,455.72028,455.9214,456.1225,456.3236,456.52472,456.72583,456.92694,457.12805,457.32916,457.53027,457.73138,457.9325,458.1336,458.33472,458.53583,458.73694,458.93805,459.13916,459.34027,459.54138,459.7425,459.94363,460.14474,460.34586,460.54697,460.74808,460.9492,461.1503,461.3514,461.55252,461.75363,461.95474,462.15585,462.35696,462.55807,462.7592,462.9603,463.1614,463.36252,463.56363,463.76474,463.96585,464.16696,464.3681,464.5692,464.77032,464.97144,465.17255,465.37366,465.57477,465.77588,465.977,466.1781,466.3792,466.58032,466.78143,466.98254,467.18365,467.38477,467.58588,467.787,467.9881,468.1892,468.39032,468.59143,468.79254,468.99368,469.1948,469.3959,469.59702,469.79813,469.99924,470.20035,470.40146,470.60257,470.80368,471.0048,471.2059,471.407,471.60812,471.80923,472.01035,472.21146,472.41257,472.61368,472.8148,473.0159,473.217,473.41815,473.61926,473.82037,474.02148,474.2226,474.4237,474.62482,474.82593,475.02704,475.22815,475.42926,475.63037,475.83148,476.0326,476.2337,476.4348,476.63593,476.83704,477.03815,477.23926,477.44037,477.64148,477.84262,478.04373,478.24484,478.44595,478.64706,478.84818,479.0493,479.2504,479.4515,479.65262,479.85373,480.05484,480.25595,480.45706,480.65817,480.85928,481.0604,481.2615,481.46262,481.66373,481.86484,482.06595,482.26706,482.4682,482.6693,482.87042,483.07153,483.27264,483.47375,483.67487,483.87598,484.0771,484.2782,484.4793,484.68042,484.88153,485.08264,485.28375,485.48486,485.68597,485.8871,486.0882,486.2893,486.49042,486.69153,486.89267,487.09378,487.2949,487.496,487.6971,487.89822,488.09933,488.30045,488.50156,488.70267,488.90378,489.1049,489.306,489.5071,489.70822,489.90933,490.11044,490.31155,490.51266,490.71378,490.9149,491.116,491.31714,491.51825,491.71936,491.92047,492.12158,492.3227,492.5238,492.7249,492.92603,493.12714,493.32825,493.52936,493.73047,493.93158,494.1327,494.3338,494.5349,494.73602,494.93713,495.13824,495.33936,495.54047,495.7416,495.94272,496.14383,496.34494,496.54605,496.74716,496.94827,497.14938,497.3505,497.5516,497.75272,497.95383,498.15494,498.35605,498.55716,498.75827,498.95938,499.1605,499.3616,499.5627,499.76382,499.96494,500.16605,500.3672,500.5683,500.7694,500.97052,501.17163,501.37274,501.57385,501.77496,501.97607,502.1772,502.3783,502.5794,502.78052,502.98163,503.18274,503.38385,503.58496,503.78607,503.98718,504.1883,504.3894,504.5905,504.79166,504.99277,505.19388,505.395,505.5961,505.7972,505.99832,506.19943,506.40054,506.60165,506.80276,507.00388,507.205,507.4061,507.6072,507.80832,508.00943,508.21054,508.41165,508.61276,508.81387,509.01498,509.21613,509.41724,509.61835,509.81946,510.02057,510.22168,510.4228,510.6239,510.825,511.02612,511.22723,511.42834,511.62946,511.83057,512.0317,512.2328,512.4339,512.635,512.8361,513.03723,513.23834,513.43945,513.64056,513.8417,514.0428,514.2439,514.445,514.6461,514.8472,515.04834,515.24945,515.45056,515.6517,515.8528,516.05396,516.25507,516.4562,516.6573,516.8584,517.0595,517.2606,517.46173,517.66284,517.86395,518.06506,518.2662,518.4673,518.6684,518.8695,519.0706,519.2717,519.47284,519.67395,519.87506,520.0762,520.2773,520.4784,520.6795,520.8806,521.0817,521.28284,521.48395,521.68506,521.88617,522.0873,522.2884,522.4895,522.6906,522.8917,523.09283,523.29395,523.49506,523.69617,523.8973,524.0984,524.2995,524.5006,524.7017,524.9029,525.104,525.3051,525.5062,525.70734,525.90845,526.10956,526.31067,526.5118,526.7129,526.914,527.1151,527.3162,527.51733,527.71844,527.91956,528.12067,528.3218,528.5229,528.724,528.9251,529.1262,529.32733,529.52844,529.72955,529.93066,530.1318,530.3329,530.534,530.7351,530.9362,531.1373,531.33844,531.53955,531.74066,531.9418,532.1429,532.344,532.5451,532.7462,532.9473,533.14844,533.34955,533.55066,533.7518,533.95294,534.15405,534.35516,534.5563,534.7574,534.9585,535.1596,535.3607,535.5618,535.76294,535.96405,536.16516,536.3663,536.5674,536.7685,536.9696,537.1707,537.3718,537.57294,537.77405,537.97516,538.1763,538.3774,538.5785,538.7796,538.9807,539.1818,539.38293,539.58405,539.78516,539.98627,540.1874,540.3885,540.5896,540.7907,540.9918,541.19293,541.39404,541.59515,541.79626,541.9974,542.1985,542.3996,542.6007,542.8018,543.003,543.2041,543.4052,543.6063,543.80743,544.00854,544.20966,544.41077,544.6119,544.813,545.0141,545.2152,545.4163,545.61743,545.81854,546.01965,546.22076,546.4219,546.623,546.8241,547.0252,547.2263,547.4274,547.62854,547.82965,548.03076,548.2319,548.433,548.6341,548.8352,549.0363,549.2374,549.43854,549.63965,549.84076,550.0419,550.243,550.4441,550.6452,550.8463,551.0474,551.24854,551.44965,551.65076,551.8519,552.05304,552.25415,552.45526,552.6564,552.8575,553.0586,553.2597,553.4608,553.6619,553.86304,554.06415,554.26526,554.4664,554.6675,554.8686,555.0697,555.2708,555.4719,555.67303,555.87415,556.07526,556.27637,556.4775,556.6786,556.8797,557.0808,557.2819,557.48303,557.68414,557.88525,558.08636,558.2875,558.4886,558.6897,558.8908,559.0919,559.293,559.49414,559.69525,559.89636,560.0975,560.2986,560.4997,560.7008,560.902,561.1031,561.3042,561.5053,561.7064,561.90753,562.10864,562.30975,562.51086,562.712,562.9131,563.1142,563.3153,563.5164,563.7175,563.91864,564.11975,564.32086,564.522,564.7231,564.9242,565.1253,565.3264,565.5275,565.72864,565.92975,566.13086,566.332,566.5331,566.7342,566.9353,567.1364,567.3375,567.53864,567.73975,567.94086,568.14197,568.3431,568.5442,568.7453,568.9464,569.1475,569.34863,569.54974,569.75085,569.952,570.15314,570.35425,570.55536,570.7565,570.9576,571.1587,571.3598,571.5609,571.762,571.96313,572.16425,572.36536,572.56647,572.7676,572.9687,573.1698,573.3709,573.572,573.77313,573.97424,574.17535,574.37646,574.5776,574.7787,574.9798,575.1809,575.382,575.5831,575.78424,575.98535,576.18646,576.3876,576.5887,576.7898,576.9909,577.192,577.3931,577.59424,577.79535,577.99646,578.1976,578.3987,578.5998,578.80096,579.0021,579.2032,579.4043,579.6054,579.8065,580.0076,580.20874,580.40985,580.61096,580.8121,581.0132,581.2143,581.4154,581.6165,581.8176,582.01874,582.21985,582.42096,582.6221,582.8232,583.0243,583.2254,583.4265,583.6276,583.82874,584.02985,584.23096,584.43207,584.6332,584.8343,585.0354,585.2365,585.4376,585.63873,585.83984,586.04095,586.24207,586.4432,586.6443,586.8454,587.0465,587.2476,587.4487,587.64984,587.851,588.0521,588.25323,588.45435,588.65546,588.85657,589.0577,589.2588,589.4599,589.661,589.8621,590.06323,590.26434,590.46545,590.66656,590.8677,591.0688,591.2699,591.471,591.6721,591.8732,592.07434,592.27545,592.47656,592.6777,592.8788,593.0799,593.281,593.4821,593.6832,593.88434,594.08545,594.28656,594.4877,594.6888,594.8899,595.091,595.2921,595.4932,595.69434,595.89545,596.09656,596.29767,596.4988,596.69995,596.90106,597.1022,597.3033,597.5044,597.7055,597.9066,598.1077,598.30884,598.50995,598.71106,598.9122,599.1133,599.3144,599.5155,599.7166,599.9177,600.11884,600.31995,600.52106,600.72217,600.9233,601.1244,601.3255,601.5266,601.7277,601.92883,602.12994,602.33105,602.53217,602.7333,602.9344,603.1355,603.3366,603.5377,603.73883,603.93994,604.14105,604.34216,604.5433,604.7444,604.9455,605.1466,605.3477,605.5488,605.75,605.9511,606.1522,606.35333,606.55444,606.75555,606.95667,607.1578,607.3589,607.56,607.7611,607.9622,608.1633,608.36444,608.56555,608.76666,608.9678,609.1689,609.37,609.5711,609.7722,609.9733,610.17444,610.37555,610.57666,610.7778,610.9789,611.18,611.3811,611.5822,611.7833,611.98444,612.18555,612.38666,612.58777,612.7889,612.99,613.1911,613.3922,613.5933,613.79443,613.99554,614.19666,614.39777,614.5989,614.80005,615.00116,615.2023,615.4034,615.6045,615.8056,616.0067,616.2078,616.40894,616.61005,616.81116,617.01227,617.2134,617.4145,617.6156,617.8167,618.0178,618.21893,618.42004,618.62115,618.82227,619.0234,619.2245,619.4256,619.6267,619.8278,620.02893,620.23004,620.43115,620.63226,620.8334,621.0345,621.2356,621.4367,621.6378,621.8389,622.04004,622.24115,622.44226,622.6434,622.8445,623.0456,623.2467,623.4478,623.649,623.8501,624.0512,624.2523,624.4534,624.65454,624.85565,625.05676,625.2579,625.459,625.6601,625.8612,626.0623,626.2634,626.46454,626.66565,626.86676,627.0679,627.269,627.4701,627.6712,627.8723,628.0734,628.27454,628.47565,628.67676,628.87787,629.079,629.2801,629.4812,629.6823,629.8834,630.08453,630.28564,630.48676,630.68787,630.889,631.0901,631.2912,631.4923,631.6934,631.89453,632.09564,632.29675,632.49786,632.69904,632.90015,633.10126,633.30237,633.5035,633.7046,633.9057,634.1068,634.3079,634.50903,634.71014,634.91125,635.11237,635.3135,635.5146,635.7157,635.9168,636.1179,636.31903,636.52014,636.72125,636.92236,637.1235,637.3246,637.5257,637.7268,637.9279,638.129,638.33014,638.53125,638.73236,638.9335,639.1346,639.3357,639.5368,639.7379,639.939,640.14014,640.34125,640.54236,640.74347,640.9446,641.1457,641.3468,641.548,641.7491,641.9502,642.1513,642.3524,642.5535,642.75464,642.95575,643.15686,643.358,643.5591,643.7602,643.9613,644.1624,644.3635,644.56464,644.76575,644.96686,645.16797,645.3691,645.5702,645.7713,645.9724,646.1735,646.37463,646.57574,646.77686,646.97797,647.1791,647.3802,647.5813,647.7824,647.9835,648.18463,648.38574,648.58685,648.78796,648.9891,649.1902,649.3913,649.5924,649.7935,649.9946,650.19574,650.39685,650.598,650.79913,651.00024,651.20135,651.40247,651.6036,651.8047,652.0058,652.2069,652.408,652.60913,652.81024,653.01135,653.21246,653.4136,653.6147,653.8158,654.0169,654.218,654.4191,654.62024,654.82135,655.02246,655.2236,655.4247,655.6258,655.8269,656.028,656.2291,656.43024,656.63135,656.83246,657.03357,657.2347,657.4358,657.6369,657.838,658.0391,658.24023,658.44135,658.64246,658.84357,659.0447,659.2458,659.4469,659.6481,659.8492,660.0503,660.2514,660.4525,660.6536,660.85474,661.05585,661.25696,661.45807,661.6592,661.8603,662.0614,662.2625,662.4636,662.66473,662.86584,663.06696,663.26807,663.4692,663.6703,663.8714,664.0725,664.2736,664.47473,664.67584,664.87695,665.07806,665.2792,665.4803,665.6814,665.8825,666.0836,666.2847,666.48584,666.68695,666.88806,667.0892,667.2903,667.4914,667.6925,667.8936,668.0947,668.29584,668.497,668.6981,668.89923,669.10034,669.30145,669.50256,669.7037,669.9048,670.1059,670.307,670.5081,670.7092,670.91034,671.11145,671.31256,671.5137,671.7148,671.9159,672.117,672.3181,672.5192,672.72034,672.92145,673.12256,673.32367,673.5248,673.7259,673.927,674.1281,674.3292,674.53033,674.73145,674.93256,675.13367,675.3348,675.5359,675.737,675.9381,676.1392,676.34033,676.54144,676.74255,676.94366,677.1448,677.3459,677.54706,677.74817,677.9493,678.1504,678.3515,678.5526,678.7537,678.95483,679.15594,679.35706,679.55817,679.7593,679.9604,680.1615,680.3626,680.5637,680.76483,680.96594,681.16705,681.36816,681.5693,681.7704,681.9715,682.1726,682.3737,682.5748,682.77594,682.97705,683.17816,683.3793,683.5804,683.7815,683.9826,684.1837,684.3848,684.58594,684.78705,684.98816,685.1893,685.3904,685.5915,685.7926,685.9937,686.1948,686.39594,686.5971,686.7982,686.9993,687.20044,687.40155,687.60266,687.8038,688.0049,688.206,688.4071,688.6082,688.8093,689.01044,689.21155,689.41266,689.6138,689.8149,690.016,690.2171,690.4182,690.6193,690.82043,691.02155,691.22266,691.42377,691.6249,691.826,692.0271,692.2282,692.4293,692.63043,692.83154,693.03265,693.23376,693.4349,693.636,693.8371,694.0382,694.2393,694.4404,694.64154,694.84265,695.04376,695.2449,695.44604,695.64716,695.84827,696.0494,696.2505,696.4516,696.6527,696.8538,697.05493,697.25604,697.45715,697.65826,697.8594,698.0605,698.2616,698.4627,698.6638,698.8649,699.06604,699.26715,699.46826,699.6694,699.8705,700.0716,700.2727,700.4738,700.6749,700.87604,701.07715,701.27826,701.4794,701.6805,701.8816,702.0827,702.2838,702.4849,702.68604,702.88715,703.08826,703.28937,703.4905,703.6916,703.8927,704.0938,704.2949,704.4961,704.6972,704.8983,705.0994,705.30054,705.50165,705.70276,705.9039,706.105,706.3061,706.5072,706.7083,706.9094,707.11053,707.31165,707.51276,707.71387,707.915,708.1161,708.3172,708.5183,708.7194,708.92053,709.12164,709.32275,709.52386,709.725,709.9261,710.1272,710.3283,710.5294,710.7305,710.93164,711.13275,711.33386,711.535,711.7361,711.9372,712.1383,712.3394,712.5405,712.74164,712.94275,713.14386,713.34503,713.54614,713.74725,713.94836,714.1495,714.3506,714.5517,714.7528,714.9539,715.155,715.35614,715.55725,715.75836,715.9595,716.1606,716.3617,716.5628,716.7639,716.965,717.16614,717.36725,717.56836,717.7695,717.9706,718.1717,718.3728,718.5739,718.775,718.97614,719.17725,719.37836,719.57947,719.7806,719.9817,720.1828,720.3839,720.585,720.78613,720.98724,721.18835,721.38947,721.5906,721.7917,721.9928,722.1939,722.3951,722.5962,722.7973,722.9984,723.1995,723.40063,723.60175,723.80286,724.00397,724.2051,724.4062,724.6073,724.8084,725.0095,725.21063,725.41174,725.61285,725.81396,726.0151,726.2162,726.4173,726.6184,726.8195,727.0206,727.22174,727.42285,727.62396,727.8251,728.0262,728.2273,728.4284,728.6295,728.8306,729.03174,729.23285,729.43396,729.6351,729.8362,730.0373,730.2384,730.4395,730.6406,730.84174,731.04285,731.24396,731.4451,731.64624,731.84735,732.04846,732.2496,732.4507,732.6518,732.8529,733.054,733.2551,733.45624,733.65735,733.85846,734.0596,734.2607,734.4618,734.6629,734.864,735.0651,735.26624,735.46735,735.66846,735.86957,736.0707,736.2718,736.4729,736.674,736.8751,737.07623,737.27734,737.47845,737.67957,737.8807,738.0818,738.2829,738.484,738.6851,738.8862,739.08734,739.28845,739.48956,739.6907,739.8918,740.0929,740.29407,740.4952,740.6963,740.8974,741.0985,741.2996,741.50073,741.70184,741.90295,742.10406,742.3052,742.5063,742.7074,742.9085,743.1096,743.3107,743.51184,743.71295,743.91406,744.1152,744.3163,744.5174,744.7185,744.9196,745.1207,745.32184,745.52295,745.72406,745.9252,746.1263,746.3274,746.5285,746.7296,746.9307,747.13184,747.33295,747.53406,747.73517,747.9363,748.1374,748.3385,748.5396,748.7407,748.94183,749.14294,749.3441,749.5452,749.74634,749.94745,750.14856,750.3497,750.5508,750.7519,750.953,751.1541,751.3552,751.55634,751.75745,751.95856,752.15967,752.3608,752.5619,752.763,752.9641,753.1652,753.36633,753.56744,753.76855,753.96967,754.1708,754.3719,754.573,754.7741,754.9752,755.17633,755.37744,755.57855,755.77966,755.9808,756.1819,756.383,756.5841,756.7852,756.9863,757.18744,757.38855,757.58966,757.7908,757.9919,758.19305,758.39417,758.5953,758.7964,758.9975,759.1986,759.3997,759.6008,759.80194,760.00305,760.20416,760.4053,760.6064,760.8075,761.0086,761.2097,761.4108,761.61194,761.81305,762.01416,762.2153,762.4164,762.6175,762.8186,763.0197,763.2208,763.42194,763.62305,763.82416,764.02527,764.2264,764.4275,764.6286,764.8297,765.0308,765.23193,765.43304,765.63416,765.83527,766.0364,766.2375,766.4386,766.6397,766.8408,767.04193,767.2431,767.4442,767.6453,767.84644,768.04755,768.24866,768.44977,768.6509,768.852,769.0531,769.2542,769.4553,769.65643,769.85754,770.05865,770.25977,770.4609,770.662,770.8631,771.0642,771.2653,771.46643,771.66754,771.86865,772.06976,772.2709,772.472,772.6731,772.8742,773.0753,773.2764,773.47754,773.67865,773.87976,774.0809,774.282,774.4831,774.6842,774.8853,775.0864,775.28754,775.48865,775.68976,775.89087,776.092,776.29315,776.49426,776.6954,776.8965,777.0976,777.2987,777.4998,777.7009,777.90204,778.10315,778.30426,778.5054,778.7065,778.9076,779.1087,779.3098,779.5109,779.71204,779.91315,780.11426,780.31537,780.5165,780.7176,780.9187,781.1198,781.3209,781.52203,781.72314,781.92426,782.12537,782.3265,782.5276,782.7287,782.9298,783.1309,783.33203,783.53314,783.73425,783.93536,784.1365,784.3376,784.5387,784.7398,784.9409,785.1421,785.3432,785.5443,785.7454,785.94653,786.14764,786.34875,786.54987,786.751,786.9521,787.1532,787.3543,787.5554,787.75653,787.95764,788.15875,788.35986,788.561,788.7621,788.9632,789.1643,789.3654,789.5665,789.76764,789.96875,790.16986,790.371,790.5721,790.7732,790.9743,791.1754,791.3765,791.57764,791.77875,791.97986,792.18097,792.3821,792.5832,792.7843,792.9854,793.1865,793.38763,793.58875,793.78986,793.99097,794.19214,794.39325,794.59436,794.7955,794.9966,795.1977,795.3988,795.5999,795.801,796.00214,796.20325,796.40436,796.60547,796.8066,797.0077,797.2088,797.4099,797.611,797.81213,798.01324,798.21436,798.41547,798.6166,798.8177,799.0188,799.2199,799.421,799.62213,799.82324,800.02435,800.22546,800.4266,800.6277,800.8288,801.0299,801.231,801.4321,801.63324,801.83435,802.03546,802.2366,802.4377,802.6388,802.8399,803.041,803.2422,803.4433,803.6444,803.8455,804.04663,804.24774]} diff --git a/lib/node_modules/@stdlib/math/base/special/sinf/test/fixtures/julia/runner.jl b/lib/node_modules/@stdlib/math/base/special/sinf/test/fixtures/julia/runner.jl new file mode 100755 index 000000000000..31af40e40659 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/sinf/test/fixtures/julia/runner.jl @@ -0,0 +1,86 @@ +#!/usr/bin/env julia +# +# @license Apache-2.0 +# +# Copyright (c) 2025 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 + +""" + gen( domain, name ) + +Generate fixture data and write to file. + +# Arguments + +* `domain`: domain +* `name::AbstractString`: output filename + +# Examples + +``` julia +julia> x = range( -1000.0, stop = 1000.0, length = 2001 ); +julia> gen( x, \"data.json\" ); +``` +""" +function gen( domain, name ) + x = collect( domain ); + y = sin.( x ); + + # 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 ); + +# Negative medium sized values: +x = Float32.( range( -256.0*pi, stop = 0.0, length = 4000 ) ); +gen( x, "medium_negative.json" ); + +# Positive medium sized values: +x = Float32.( range( 0.0, stop = 256.0*pi, length = 4000 ) ); +gen( x, "medium_positive.json" ); + +# Negative large values: +x = Float32.( range( -2.0^20*(pi/2.0), stop = -2.0^60*(pi/2.0), length = 4000 ) ); +gen( x, "large_negative.json" ); + +# Positive large values: +x = Float32.( range( 2.0^20*(pi/2.0), stop = 2.0^60*(pi/2.0), length = 4000 ) ); +gen( x, "large_positive.json" ); + +# Negative huge values: +x = Float32.( range( -2.0^60*(pi/2.0), stop = -2.0^120*(pi/2.0), length = 4000 ) ); +gen( x, "huge_negative.json" ); + +# Positive huge values: +x = Float32.( range( 2.0^60*(pi/2.0), stop = 2.0^120*(pi/2.0), length = 4000 ) ); +gen( x, "huge_positive.json" ); diff --git a/lib/node_modules/@stdlib/math/base/special/sinf/test/test.js b/lib/node_modules/@stdlib/math/base/special/sinf/test/test.js new file mode 100644 index 000000000000..5ed8ab6301e8 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/sinf/test/test.js @@ -0,0 +1,187 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2025 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 isnanf = require( '@stdlib/math/base/assert/is-nanf' ); +var f32 = require( '@stdlib/number/float64/base/to-float32' ); +var PINF = require( '@stdlib/constants/float32/pinf' ); +var NINF = require( '@stdlib/constants/float32/ninf' ); +var isNegativeZerof = require( '@stdlib/math/base/assert/is-negative-zerof' ); +var isPositiveZerof = require( '@stdlib/math/base/assert/is-positive-zerof' ); +var sinf = require( './../lib' ); + + +// FIXTURES // + +var mediumNegative = require( './fixtures/julia/medium_negative.json' ); +var mediumPositive = require( './fixtures/julia/medium_positive.json' ); +var largeNegative = require( './fixtures/julia/large_negative.json' ); +var largePositive = require( './fixtures/julia/large_positive.json' ); +var hugeNegative = require( './fixtures/julia/huge_negative.json' ); +var hugePositive = require( './fixtures/julia/huge_positive.json' ); + + +// TESTS // + +tape( 'main export is a function', function test( t ) { + t.ok( true, __filename ); + t.strictEqual( typeof sinf, 'function', 'main export is a function' ); + t.end(); +}); + +tape( 'the function computes the sine (medium negative values)', function test( t ) { + var expected; + var x; + var y; + var i; + + x = mediumNegative.x; + expected = mediumNegative.expected; + + for ( i = 0; i < x.length; i++ ) { + x[ i ] = f32( x[ i ] ); + expected[ i ] = f32( expected[ i ] ); + y = sinf( x[ i ] ); + t.strictEqual( y, expected[ i ], 'returns expected value' ); + } + t.end(); +}); + +tape( 'the function computes the sine (medium positive values)', function test( t ) { + var expected; + var x; + var y; + var i; + + x = mediumPositive.x; + expected = mediumPositive.expected; + + for ( i = 0; i < x.length; i++ ) { + x[ i ] = f32( x[ i ] ); + expected[ i ] = f32( expected[ i ] ); + y = sinf( x[ i ] ); + t.strictEqual( y, expected[ i ], 'returns expected value' ); + } + t.end(); +}); + +tape( 'the function computes the sine (large negative values)', function test( t ) { + var expected; + var x; + var y; + var i; + + x = largeNegative.x; + expected = largeNegative.expected; + + for ( i = 0; i < x.length; i++ ) { + x[ i ] = f32( x[ i ] ); + expected[ i ] = f32( expected[ i ] ); + y = sinf( x[ i ] ); + t.strictEqual( y, expected[ i ], 'returns expected value' ); + } + t.end(); +}); + +tape( 'the function computes the sine (large positive values)', function test( t ) { + var expected; + var x; + var y; + var i; + + x = largePositive.x; + expected = largePositive.expected; + + for ( i = 0; i < x.length; i++ ) { + x[ i ] = f32( x[ i ] ); + expected[ i ] = f32( expected[ i ] ); + y = sinf( x[ i ] ); + t.strictEqual( y, expected[ i ], 'returns expected value' ); + } + t.end(); +}); + +tape( 'the function computes the sine (huge negative values)', function test( t ) { + var expected; + var x; + var y; + var i; + + x = hugeNegative.x; + expected = hugeNegative.expected; + + for ( i = 0; i < x.length; i++ ) { + x[ i ] = f32( x[ i ] ); + expected[ i ] = f32( expected[ i ] ); + y = sinf( x[ i ] ); + t.strictEqual( y, expected[ i ], 'returns expected value' ); + } + t.end(); +}); + +tape( 'the function computes the sine (huge positive values)', function test( t ) { + var expected; + var x; + var y; + var i; + + x = hugePositive.x; + expected = hugePositive.expected; + + for ( i = 0; i < x.length; i++ ) { + x[ i ] = f32( x[ i ] ); + expected[ i ] = f32( expected[ i ] ); + y = sinf( x[ i ] ); + t.strictEqual( y, expected[ i ], 'returns expected value' ); + } + t.end(); +}); + +tape( 'the function returns `NaN` if provided `NaN`', function test( t ) { + var v = sinf( NaN ); + t.strictEqual( isnanf( v ), true, 'returns expected value' ); + t.end(); +}); + +tape( 'the function returns `NaN` if provided `+infinity`', function test( t ) { + var v = sinf( PINF ); + t.strictEqual( isnanf( v ), true, 'returns expected value' ); + t.end(); +}); + +tape( 'the function returns `NaN` if provided `-infinity`', function test( t ) { + var v = sinf( NINF ); + t.strictEqual( isnanf( v ), true, 'returns expected value' ); + t.end(); +}); + +tape( 'the function returns `-0` if provided `-0`', function test( t ) { + var v = sinf( f32( -0.0 ) ); + t.strictEqual( isNegativeZerof( v ), true, 'returns expected value' ); + t.end(); +}); + +tape( 'the function returns `+0` if provided `+0`', function test( t ) { + var v = sinf( f32( 0.0 ) ); + t.strictEqual( isPositiveZerof( v ), true, 'returns expected value' ); + t.end(); +}); diff --git a/lib/node_modules/@stdlib/math/base/special/sinf/test/test.native.js b/lib/node_modules/@stdlib/math/base/special/sinf/test/test.native.js new file mode 100644 index 000000000000..1569cb4f6f2c --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/sinf/test/test.native.js @@ -0,0 +1,196 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2025 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 isnanf = require( '@stdlib/math/base/assert/is-nanf' ); +var f32 = require( '@stdlib/number/float64/base/to-float32' ); +var PINF = require( '@stdlib/constants/float32/pinf' ); +var NINF = require( '@stdlib/constants/float32/ninf' ); +var isNegativeZerof = require( '@stdlib/math/base/assert/is-negative-zerof' ); +var isPositiveZerof = require( '@stdlib/math/base/assert/is-positive-zerof' ); +var tryRequire = require( '@stdlib/utils/try-require' ); + + +// FIXTURES // + +var mediumNegative = require( './fixtures/julia/medium_negative.json' ); +var mediumPositive = require( './fixtures/julia/medium_positive.json' ); +var largeNegative = require( './fixtures/julia/large_negative.json' ); +var largePositive = require( './fixtures/julia/large_positive.json' ); +var hugeNegative = require( './fixtures/julia/huge_negative.json' ); +var hugePositive = require( './fixtures/julia/huge_positive.json' ); + + +// VARIABLES // + +var sinf = tryRequire( resolve( __dirname, './../lib/native.js' ) ); +var opts = { + 'skip': ( sinf instanceof Error ) +}; + + +// TESTS // + +tape( 'main export is a function', opts, function test( t ) { + t.ok( true, __filename ); + t.strictEqual( typeof sinf, 'function', 'main export is a function' ); + t.end(); +}); + +tape( 'the function computes the sine (medium negative values)', opts, function test( t ) { + var expected; + var x; + var y; + var i; + + x = mediumNegative.x; + expected = mediumNegative.expected; + + for ( i = 0; i < x.length; i++ ) { + x[ i ] = f32( x[ i ] ); + expected[ i ] = f32( expected[ i ] ); + y = sinf( x[ i ] ); + t.strictEqual( y, expected[ i ], 'returns expected value' ); + } + t.end(); +}); + +tape( 'the function computes the sine (medium positive values)', opts, function test( t ) { + var expected; + var x; + var y; + var i; + + x = mediumPositive.x; + expected = mediumPositive.expected; + + for ( i = 0; i < x.length; i++ ) { + x[ i ] = f32( x[ i ] ); + expected[ i ] = f32( expected[ i ] ); + y = sinf( x[ i ] ); + t.strictEqual( y, expected[ i ], 'returns expected value' ); + } + t.end(); +}); + +tape( 'the function computes the sine (large negative values)', opts, function test( t ) { + var expected; + var x; + var y; + var i; + + x = largeNegative.x; + expected = largeNegative.expected; + + for ( i = 0; i < x.length; i++ ) { + x[ i ] = f32( x[ i ] ); + expected[ i ] = f32( expected[ i ] ); + y = sinf( x[ i ] ); + t.strictEqual( y, expected[ i ], 'returns expected value' ); + } + t.end(); +}); + +tape( 'the function computes the sine (large positive values)', opts, function test( t ) { + var expected; + var x; + var y; + var i; + + x = largePositive.x; + expected = largePositive.expected; + + for ( i = 0; i < x.length; i++ ) { + x[ i ] = f32( x[ i ] ); + expected[ i ] = f32( expected[ i ] ); + y = sinf( x[ i ] ); + t.strictEqual( y, expected[ i ], 'returns expected value' ); + } + t.end(); +}); + +tape( 'the function computes the sine (huge negative values)', opts, function test( t ) { + var expected; + var x; + var y; + var i; + + x = hugeNegative.x; + expected = hugeNegative.expected; + + for ( i = 0; i < x.length; i++ ) { + x[ i ] = f32( x[ i ] ); + expected[ i ] = f32( expected[ i ] ); + y = sinf( x[ i ] ); + t.strictEqual( y, expected[ i ], 'returns expected value' ); + } + t.end(); +}); + +tape( 'the function computes the sine (huge positive values)', opts, function test( t ) { + var expected; + var x; + var y; + var i; + + x = hugePositive.x; + expected = hugePositive.expected; + + for ( i = 0; i < x.length; i++ ) { + x[ i ] = f32( x[ i ] ); + expected[ i ] = f32( expected[ i ] ); + y = sinf( x[ i ] ); + t.strictEqual( y, expected[ i ], 'returns expected value' ); + } + t.end(); +}); + +tape( 'the function returns `NaN` if provided `NaN`', opts, function test( t ) { + var v = sinf( NaN ); + t.strictEqual( isnanf( v ), true, 'returns expected value' ); + t.end(); +}); + +tape( 'the function returns `NaN` if provided `+infinity`', opts, function test( t ) { + var v = sinf( PINF ); + t.strictEqual( isnanf( v ), true, 'returns expected value' ); + t.end(); +}); + +tape( 'the function returns `NaN` if provided `-infinity`', opts, function test( t ) { + var v = sinf( NINF ); + t.strictEqual( isnanf( v ), true, 'returns expected value' ); + t.end(); +}); + +tape( 'the function returns `-0` if provided `-0`', opts, function test( t ) { + var v = sinf( f32( -0.0 ) ); + t.strictEqual( isNegativeZerof( v ), true, 'returns expected value' ); + t.end(); +}); + +tape( 'the function returns `+0` if provided `+0`', opts, function test( t ) { + var v = sinf( f32( 0.0 ) ); + t.strictEqual( isPositiveZerof( v ), true, 'returns expected value' ); + t.end(); +});