diff --git a/lib/node_modules/@stdlib/math/base/special/cosf/LICENSE b/lib/node_modules/@stdlib/math/base/special/cosf/LICENSE new file mode 100644 index 000000000000..0283084ae0d7 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/cosf/LICENSE @@ -0,0 +1,205 @@ + + 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. + +* Cephes + +Copyright (c) 1984-2000 Stephen L. Moshier + +Some software in this archive may be from the book _Methods and Programs for +Mathematical Functions_ (Prentice-Hall or Simon & Schuster International, 1989) +or from the Cephes Mathematical Library, a commercial product. In either event, +it is copyrighted by the author. What you see here may be used freely but it +comes with no support or guarantee. + +Stephen L. Moshier +moshier@na-net.ornl.gov diff --git a/lib/node_modules/@stdlib/math/base/special/cosf/README.md b/lib/node_modules/@stdlib/math/base/special/cosf/README.md new file mode 100644 index 000000000000..d15b9b4bc370 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/cosf/README.md @@ -0,0 +1,187 @@ + + +# Cosine + +> Compute the [cosine][cosine] of a single-precision floating-point number (in radians). + +
+ +## Usage + +```javascript +var cosf = require( '@stdlib/math/base/special/cosf' ); +``` + +#### cosf( x ) + +Computes the [cosine][cosine] of a single-precision floating-point number (in radians). + +```javascript +var v = cosf( 0.0 ); +// returns 1.0 + +v = cosf( 3.141592653589793/4.0 ); +// returns ~0.707 + +v = cosf( -3.141592653589793/6.0 ); +// returns ~0.866 + +v = cosf( NaN ); +// returns NaN +``` + +
+ + + +
+ +## 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 cosf = require( '@stdlib/math/base/special/cosf' ); + +var opts = { + 'dtype': 'float32' +}; +var x = uniform( 100, 0.0, TWO_PI, opts ); + +logEachMap( 'cosf(%0.4f) = %0.4f', x, cosf ); +``` + +
+ + + + + +* * * + +
+ +## C APIs + + + +
+ +
+ + + + + +
+ +### Usage + +```c +#include "stdlib/math/base/special/cosf.h" +``` + +#### stdlib_base_cosf( x ) + +Computes the [cosine][cosine] of a single-precision floating-point number (in radians). + +```c +float out = stdlib_base_cosf( 0.0f ); +// returns 1.0f + +out = stdlib_base_cosf( 3.141592653589793f / 4.0f ); +// returns ~-0.707f +``` + +The function accepts the following arguments: + +- **x**: `[in] float` input value. + +```c +float stdlib_base_cosf( const float x ); +``` + +
+ + + + + +
+ +
+ + + + + +
+ +### Examples + +```c +#include "stdlib/math/base/special/cosf.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_cosf( x[ i ] ); + printf( "cosf(%f) = %f\n", x[ i ], y ); + } +} +``` + +
+ + + +
+ + + + + + + + + + + + + + diff --git a/lib/node_modules/@stdlib/math/base/special/cosf/benchmark/benchmark.js b/lib/node_modules/@stdlib/math/base/special/cosf/benchmark/benchmark.js new file mode 100644 index 000000000000..c3aef51fab44 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/cosf/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 cosf = 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 = cosf( 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/cosf/benchmark/benchmark.native.js b/lib/node_modules/@stdlib/math/base/special/cosf/benchmark/benchmark.native.js new file mode 100644 index 000000000000..384314544b96 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/cosf/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 cosf = tryRequire( resolve( __dirname, './../lib/native.js' ) ); +var opts = { + 'skip': ( cosf 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 = cosf( 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/cosf/benchmark/c/Makefile b/lib/node_modules/@stdlib/math/base/special/cosf/benchmark/c/Makefile new file mode 100644 index 000000000000..635d877081d5 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/cosf/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/cosf/benchmark/c/benchmark.c b/lib/node_modules/@stdlib/math/base/special/cosf/benchmark/c/benchmark.c new file mode 100644 index 000000000000..0a86cc523766 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/cosf/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 "cosf" +#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 = cosf( 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/cosf/benchmark/c/cephes/Makefile b/lib/node_modules/@stdlib/math/base/special/cosf/benchmark/c/cephes/Makefile new file mode 100644 index 000000000000..c103e646f7a5 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/cosf/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/cosf/benchmark/c/cephes/benchmark.c b/lib/node_modules/@stdlib/math/base/special/cosf/benchmark/c/cephes/benchmark.c new file mode 100644 index 000000000000..26c17b8a938b --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/cosf/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 "cosf" +#define ITERATIONS 1000000 +#define REPEATS 3 + +/** +* Define prototypes for external functions. +*/ +extern float cosf( 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 = cosf( 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/cosf/benchmark/c/native/Makefile b/lib/node_modules/@stdlib/math/base/special/cosf/benchmark/c/native/Makefile new file mode 100644 index 000000000000..a4bd7b38fd74 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/cosf/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/cosf/benchmark/c/native/benchmark.c b/lib/node_modules/@stdlib/math/base/special/cosf/benchmark/c/native/benchmark.c new file mode 100644 index 000000000000..babe36fc48c1 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/cosf/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/cosf.h" +#include +#include +#include +#include +#include + +#define NAME "cosf" +#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_cosf( 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/cosf/binding.gyp b/lib/node_modules/@stdlib/math/base/special/cosf/binding.gyp new file mode 100644 index 000000000000..68a1ca11d160 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/cosf/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/cosf/docs/repl.txt b/lib/node_modules/@stdlib/math/base/special/cosf/docs/repl.txt new file mode 100644 index 000000000000..b1abfa261cda --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/cosf/docs/repl.txt @@ -0,0 +1,29 @@ + +{{alias}}( x ) + Computes the cosine of a single-precision floating-point number + (in radians). + + Parameters + ---------- + x: number + Input value (in radians). + + Returns + ------- + y: number + Cosine. + + Examples + -------- + > var y = {{alias}}( 0.0 ) + 1.0 + > y = {{alias}}( {{alias:@stdlib/constants/float32/pi}}/4.0 ) + ~0.707 + > y = {{alias}}( -{{alias:@stdlib/constants/float32/pi}}/6.0 ) + ~0.866 + > y = {{alias}}( NaN ) + NaN + + See Also + -------- + diff --git a/lib/node_modules/@stdlib/math/base/special/cosf/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/cosf/docs/types/index.d.ts new file mode 100644 index 000000000000..d003ad20f495 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/cosf/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 cosine of a single-precision floating-point number (in radians). +* +* @param x - input value (in radians) +* @returns cosine +* +* @example +* var v = cosf( 0.0 ); +* // returns 1.0 +* +* @example +* var v = cosf( 3.141592653589793/4.0 ); +* // returns ~0.707 +* +* @example +* var v = cosf( -3.141592653589793/6.0 ); +* // returns ~0.866 +* +* @example +* var v = cosf( NaN ); +* // returns NaN +*/ +declare function cosf( x: number ): number; + + +// EXPORTS // + +export = cosf; diff --git a/lib/node_modules/@stdlib/math/base/special/cosf/docs/types/test.ts b/lib/node_modules/@stdlib/math/base/special/cosf/docs/types/test.ts new file mode 100644 index 000000000000..c95a72fd50d3 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/cosf/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 cosf = require( './index' ); + + +// TESTS // + +// The function returns a number... +{ + cosf( 8 ); // $ExpectType number +} + +// The compiler throws an error if the function is provided a value other than a number... +{ + cosf( true ); // $ExpectError + cosf( false ); // $ExpectError + cosf( null ); // $ExpectError + cosf( undefined ); // $ExpectError + cosf( '5' ); // $ExpectError + cosf( [] ); // $ExpectError + cosf( {} ); // $ExpectError + cosf( ( x: number ): number => x ); // $ExpectError +} + +// The compiler throws an error if the function is provided insufficient arguments... +{ + cosf(); // $ExpectError +} diff --git a/lib/node_modules/@stdlib/math/base/special/cosf/examples/c/Makefile b/lib/node_modules/@stdlib/math/base/special/cosf/examples/c/Makefile new file mode 100644 index 000000000000..25ced822f96a --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/cosf/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/cosf/examples/c/example.c b/lib/node_modules/@stdlib/math/base/special/cosf/examples/c/example.c new file mode 100644 index 000000000000..b41b6b2e95b7 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/cosf/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/cosf.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_cosf( x[ i ] ); + printf( "cosf(%f) = %f\n", x[ i ], y ); + } +} diff --git a/lib/node_modules/@stdlib/math/base/special/cosf/examples/index.js b/lib/node_modules/@stdlib/math/base/special/cosf/examples/index.js new file mode 100644 index 000000000000..51718b2456f0 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/cosf/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 cosf = require( './../lib' ); + +var opts = { + 'dtype': 'float32' +}; +var x = uniform( 100, 0.0, TWO_PI, opts ); + +logEachMap( 'cosf(%0.4f) = %0.4f', x, cosf ); diff --git a/lib/node_modules/@stdlib/math/base/special/cosf/include.gypi b/lib/node_modules/@stdlib/math/base/special/cosf/include.gypi new file mode 100644 index 000000000000..ecfaf82a3279 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/cosf/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 cosine 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} cosine +* +* @example +* var v = cosf( 0.0 ); +* // returns 1.0 +* +* @example +* var v = cosf( 3.141592653589793/4.0 ); +* // returns ~0.707 +* +* @example +* var v = cosf( -3.141592653589793/6.0 ); +* // returns ~0.866 +* +* @example +* var v = cosf( NaN ); +* // returns NaN +*/ +function cosf( 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( 1.0 ); + } + return kernelCosf( 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 - PI ) ); + } + return f32( -kernelCosf( x + PI ) ); + } + if ( hx > 0 ) { + return f32( kernelSinf( PIO2 - x ) ); + } + return f32( kernelSinf( PIO2 + 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 - TWO_PI ) ); + } + return f32( kernelCosf( x + TWO_PI ) ); + } + if ( hx > 0 ) { + return f32( kernelSinf( x - THREE_PIO2 ) ); + } + return f32( -kernelSinf( x + THREE_PIO2 ) ); + } + // 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( kernelCosf( Y[ 0 ] ) ); + case 1: + return f32( -kernelSinf( Y[ 0 ] ) ); + case 2: + return f32( -kernelCosf( Y[ 0 ] ) ); + default: + return f32( kernelSinf( Y[ 0 ] ) ); + } +} + + +// EXPORTS // + +module.exports = cosf; diff --git a/lib/node_modules/@stdlib/math/base/special/cosf/lib/native.js b/lib/node_modules/@stdlib/math/base/special/cosf/lib/native.js new file mode 100644 index 000000000000..60f2a61c57b6 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/cosf/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 cosine of a single-precision floating-point number (in radians). +* +* @private +* @param {number} x - input value (in radians) +* @returns {number} cosine +* +* @example +* var v = cosf( 0.0 ); +* // returns 1.0 +* +* @example +* var v = cosf( 3.141592653589793 / 4.0 ); +* // returns ~0.707 +* +* @example +* var v = cosf( -3.141592653589793 / 6.0 ); +* // returns ~0.866 +* +* @example +* var v = cosf( NaN ); +* // returns NaN +*/ +function cosf( x ) { + return addon( x ); +} + + +// EXPORTS // + +module.exports = cosf; diff --git a/lib/node_modules/@stdlib/math/base/special/cosf/manifest.json b/lib/node_modules/@stdlib/math/base/special/cosf/manifest.json new file mode 100644 index 000000000000..bc3a9e3e5686 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/cosf/manifest.json @@ -0,0 +1,90 @@ +{ + "options": { + "task": "build" + }, + "fields": [ + { + "field": "src", + "resolve": true, + "relative": true + }, + { + "field": "include", + "resolve": true, + "relative": true + }, + { + "field": "libraries", + "resolve": false, + "relative": false + }, + { + "field": "libpath", + "resolve": true, + "relative": false + } + ], + "confs": [ + { + "task": "build", + "src": [ + "./src/main.c" + ], + "include": [ + "./include" + ], + "libraries": [], + "libpath": [], + "dependencies": [ + "@stdlib/math/base/napi/unary", + "@stdlib/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": [], + "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": [], + "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/cosf/package.json b/lib/node_modules/@stdlib/math/base/special/cosf/package.json new file mode 100644 index 000000000000..f2a87ad10711 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/cosf/package.json @@ -0,0 +1,145 @@ +{ + "name": "@stdlib/math/base/special/cosf", + "version": "0.0.0", + "description": "Compute the cosine 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.cos", + "cos", + "cosf", + "cosine", + "trig", + "trigonometry", + "radians" + ], + "__stdlib__": { + "scaffold": { + "$schema": "math/base@v1.0", + "base_alias": "cos", + "alias": "cosf", + "pkg_desc": "compute the cosine of a single-precision floating-point number (in radians)", + "desc": "computes the cosine of a single-precision floating-point number (in radians)", + "short_desc": "cosine", + "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": "cosine", + "type": { + "javascript": "number", + "jsdoc": "number", + "c": "float", + "dtype": "float32" + } + }, + "keywords": [ + "cos", + "cosf", + "cosine", + "trig", + "trigonometry", + "radians" + ], + "extra_keywords": [ + "math.cos" + ] + } + } +} diff --git a/lib/node_modules/@stdlib/math/base/special/cosf/src/Makefile b/lib/node_modules/@stdlib/math/base/special/cosf/src/Makefile new file mode 100644 index 000000000000..7733b6180cb4 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/cosf/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/cosf/src/addon.c b/lib/node_modules/@stdlib/math/base/special/cosf/src/addon.c new file mode 100644 index 000000000000..b7a462181507 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/cosf/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/cosf.h" +#include "stdlib/math/base/napi/unary.h" + +STDLIB_MATH_BASE_NAPI_MODULE_F_F( stdlib_base_cosf ) diff --git a/lib/node_modules/@stdlib/math/base/special/cosf/src/main.c b/lib/node_modules/@stdlib/math/base/special/cosf/src/main.c new file mode 100644 index 000000000000..d68c7c9583b5 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/cosf/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_cosf.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/cosf.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 cosine 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 cosine +* +* @example +* float y = stdlib_base_cosf( 3.141592653589793f / 4.0f ); +* // returns ~0.707f +*/ +float stdlib_base_cosf( 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 1.0f; + } + return stdlib_base_kernel_cosf( (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 - PI ); + } + return -stdlib_base_kernel_cosf( (double)x + PI ); + } + if ( (int32_t)uix > 0 ) { + return stdlib_base_kernel_sinf( PIO2 - (double)x ); + } + return stdlib_base_kernel_sinf( PIO2 + (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 - TWO_PI ); + } + return stdlib_base_kernel_cosf( (double)x + TWO_PI ); + } + if ( (int32_t)uix > 0 ) { + return stdlib_base_kernel_sinf( (double)x - THREE_PIO2 ); + } + return -stdlib_base_kernel_sinf( (double)x + THREE_PIO2 ); + } + // 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_cosf( y ); + case 1: + return -stdlib_base_kernel_sinf( y ); + case 2: + return -stdlib_base_kernel_cosf( y ); + default: + return stdlib_base_kernel_sinf( y ); + } +} diff --git a/lib/node_modules/@stdlib/math/base/special/cosf/test/fixtures/julia/REQUIRE b/lib/node_modules/@stdlib/math/base/special/cosf/test/fixtures/julia/REQUIRE new file mode 100644 index 000000000000..308c3be89c85 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/cosf/test/fixtures/julia/REQUIRE @@ -0,0 +1,2 @@ +julia 1.5 +JSON 0.21 diff --git a/lib/node_modules/@stdlib/math/base/special/cosf/test/fixtures/julia/huge_negative.json b/lib/node_modules/@stdlib/math/base/special/cosf/test/fixtures/julia/huge_negative.json new file mode 100644 index 000000000000..cc265e7d383b --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/cosf/test/fixtures/julia/huge_negative.json @@ -0,0 +1 @@ +{"expected":[-0.99412024,0.99138546,0.9656902,0.923357,0.8651152,0.6981214,0.70517635,0.4882315,0.4968486,0.24483936,-0.02525298,-0.015353559,-0.005452633,0.0044488274,-0.52326,-0.5147967,-0.5062829,-0.4977195,-0.8801074,-0.87536335,-0.9987246,-0.99917555,-0.9995285,-0.9997836,-0.9999405,-0.9999995,-0.9999604,-0.44354558,-0.45239794,-0.46120593,-0.46996874,-0.47868544,-0.4873552,-0.49597722,-0.5045506,0.5574257,0.549178,0.54087645,0.5325219,0.52411515,0.99490154,0.5071483,0.9967035,0.4899826,0.9981146,0.47262475,0.9991343,0.39772826,0.9997622,0.41581842,0.999998,0.4337455,0.9998417,0.4515025,-0.6065346,0.46908244,-0.5906722,0.48647842,-0.57457817,0.5036836,-0.5582588,0.52069134,-0.5417205,-0.992588,-0.5249698,-0.9947998,-0.5080132,-0.99662155,-0.49085742,-0.9980525,-0.3785532,-0.99909204,-0.39680704,-0.99973977,-0.41490528,-0.99999547,-0.4328408,0.6229448,-0.45060658,0.6073324,0.9796582,0.5914819,-0.48560116,-0.99709815,0.9868357,0.5590913,-0.5198341,0.30316943,0.9924655,0.5258239,-0.5532517,0.34066382,0.9965386,0.49173173,-0.68362445,0.37762392,0.99904877,0.45686832,-0.6541901,0.41399175,0.99999195,-0.9707034,-0.6237297,0.44971022,0.9993667,-0.97945625,-0.592291,0.4847234,-0.2642315,-0.9866729,-0.55992335,0.5189763,-0.3022127,-0.992342,-0.5266775,0.7126911,-0.3397199,-0.99645466,-0.49260557,0.68435675,-0.37669423,-0.9990045,-0.45776102,0.654949,-0.41307777,-0.9999874,0.9704617,0.624514,-0.4488134,-0.9994019,0.97925335,0.5930995,-0.48384514,0.26326326,0.986509,0.5607548,-0.51811796,0.30125567,0.9922175,0.52753055,-0.71339494,0.3387756,0.9963697,0.4934789,-0.68508834,0.37576416,0.9989592,-0.959867,-0.65570724,0.41216338,0.9999819,-0.9702191,-0.62529767,0.44791615,-0.22387968,-0.97904944,-0.5939074,0.4829664,-0.2622947,-0.9863442,0.91946036,0.5172591,-0.30029833,0.066316836,-0.528383,0.714098,0.9884094,-0.99628377,0.9476895,0.5833583,-0.37483373,0.1450639,-0.45954505,0.65646476,-0.8161766,-0.9999753,0.9699754,-0.8849981,-0.44701844,0.22290124,-0.38782513,0.5947147,-0.7678963,-0.99739575,0.9861784,-0.9190652,-0.5163998,0.2993407,-0.065315194,0.529235,-0.71480036,0.85985136,0.9961968,-0.9473686,-0.58254266,0.37390292,-0.14407063,0.46043634,-0.6572217,0.8167562,0.99996775,-0.9697308,0.88453025,0.4461203,-0.22192256,0.38875017,-0.5955214,0.76853895,0.9974677,-0.98601156,0.9186691,0.51553994,-0.29838276,0.064313486,-0.53008646,0.71550196,-0.8603634,-0.99610883,0.94704676,0.5817265,-0.3729717,0.14307721,-0.4613272,0.65797794,-0.81733495,-0.9999592,0.9694852,-0.8840616,-0.44522166,0.22094366,0.01585726,0.59632754,-0.76918083,-0.99753857,0.9858438,-0.91827214,-0.5146795,0.29742453,-0.06331172,0.5309374,-0.7162029,0.8608746,0.99601984,-0.94672394,-0.58090967,0.37204015,-0.14208364,0.4622176,-0.6587335,0.81791294,0.99994963,-0.96923864,0.88359195,0.44432262,-0.21996453,-0.016860943,-0.59713304,0.7698219,0.9976084,-0.985675,0.9178742,0.5138186,-0.29646596,0.062309884,-0.53178775,0.7169031,-0.8613849,-0.9959299,0.9464002,-0.8432293,-0.3711082,0.14108995,-0.4631075,0.65948844,-0.81849,-0.999939,0.9689911,-0.88312143,-0.4434231,0.2189852,0.01786461,0.59793794,-0.7704622,0.89931726,0.98550516,-0.91747534,-0.51295716,0.29550713,-0.061307985,0.5326376,-0.71760255,0.86189437,0.9958389,-0.9460755,0.8426893,0.37017587,-0.1400961,0.46399698,-0.6602427,0.81906635,0.99992746,-0.96874255,0.8826501,0.44252312,-0.21800564,-0.018868258,-0.59874225,0.7711017,-0.8997558,-0.9853344,0.9170756,0.5120952,-0.294548,0.060306024,-0.5334869,0.7183013,-0.862403,-0.9957469,0.9457498,-0.84214836,0.6908146,0.24242625,-0.46488595,0.66099626,-0.8196418,0.9318307,-0.99120414,0.6411888,-0.44162273,0.21702585,0.019871887,-0.2556433,0.9539063,-0.9978121,0.9851626,-0.91667485,0.79623073,-0.63065684,-0.31938627,0.5343357,-0.7189993,0.8629107,-0.9579129,0.7542233,-0.5776367,0.36831012,-0.13810799,-0.099922,0.33228847,-0.9748863,0.99990124,-0.9682426,0.8817046,-0.7451924,0.5664432,0.39429227,-0.600349,0.77237844,-0.90063006,0.9778347,-0.69918334,0.5103698,-0.29262882,0.058301922,0.1793295,-0.40679666,0.98959666,-0.99555993,0.94509566,-0.8410641,0.68936163,0.24437352,-0.4666625,0.66250145,-0.8207903,0.9325574,-0.99146783,0.6396469,-0.4398206,0.21506563,0.021879084,-0.2575837,0.4786887,-0.9979428,0.9848161,-0.9158707,0.7950145,-0.6290975,-0.3212881,0.5360316,-0.72039324,0.86392355,-0.95848733,0.99872476,-0.5759967,0.36644286,-0.1361193,-0.10191938,0.33418137,-0.9753314,0.999871,-0.9677387,0.88075566,-0.7438521,0.56478757,0.39613646,-0.6019534,0.7736521,-0.90150076,0.97825307,-0.6977466,0.50864226,-0.29070848,0.056297585,0.18130423,-0.40862986,0.9898835,-0.99536896,0.9444377,-0.8399764,0.68790585,-0.4968454,-0.4684372,0.66400397,-0.8219355,0.9332803,-0.99172753,0.63810235,-0.43801668,0.21310455,0.023886193,-0.25952306,0.4804504,-0.99806947,0.98446554,-0.91506284,0.7937951,-0.62753564,-0.32318863,0.5377253,-0.7217842,0.8649329,-0.9590578,0.9988241,-0.5743544,0.36457413,-0.13413009,-0.103916354,0.3360729,-0.9757726,0.99983674,-0.9672309,0.8798031,-0.7425088,0.56312966,0.39797905,-0.6035553,0.77492255,-0.9023678,0.9786675,-0.9994971,0.5069127,-0.28878698,0.054293025,0.18327822,-0.4104614,0.99016637,-0.99517393,0.9437759,-0.8388853,0.6864473,-0.49510208,-0.47021,0.6655038,-0.8230773,0.9339995,-0.99198323,0.6365553,-0.436211,0.2111426,0.025893206,-0.2614614,0.48221016,-0.9981922,0.9841111,-0.9142513,0.7925725,-0.62597126,-0.32508788,0.53941697,-0.72317225,0.8659387,-0.95962447,0.9989194,-0.5727098,0.36270395,-0.13214032,-0.10591292,0.33796307,-0.5508578,0.9997985,-0.9667192,0.87884706,-0.74116254,0.56146944,0.39982003,-0.6051549,0.7761899,-0.9032312,0.979078,-0.99943143,0.50518113,-0.2868643,0.05228824,0.18525147,-0.4122913,0.9904452,-0.994975,0.9431103,-0.83779085,0.68498605,-0.4933568,-0.4719809,0.6670009,-0.8242158,0.93471485,-0.99223495,0.9935159,-0.43440357,0.2091798,0.027900115,-0.26339868,0.483968,-0.9983108,0.9837526,-0.91343606,0.79134667,-0.6244044,0.42207128,0.54110634,-0.7245574,0.8669411,-0.96018726,0.99901074,-0.57106286,0.3608323,-0.13015004,-0.10790904,0.33985192,-0.55253226,0.99975616,-0.96620363,0.8778874,-0.73981327,0.559807,0.4016594,-0.6067519,0.7774542,-0.90409094,0.97948456,-0.9993617,0.5034475,-0.28494048,0.05028325,0.18722399,-0.4141195,0.61754304,-0.99477196,0.94244087,-0.836693,0.683522,-0.49160948,-0.47374988,0.66849536,-0.82535106,0.9354265,-0.99248266,0.99328566,-0.4325944,0.20721616,0.02990691,-0.26533487,0.48572388,-0.9984254,0.9833902,-0.91261715,0.7901177,-0.6228349,0.4202504,0.54279363,-0.72593963,0.86794,-0.96074617,0.999098,-0.56941366,0.3589592,-0.12815921,-0.10990474,0.34173936,-0.55420446,0.9997098,-0.9656842,0.8769243,-0.738461,0.5581423,-0.34618858,-0.6083465,0.7787153,-0.9049471,0.9798871,-0.99928796,0.50171185,-0.2830155,0.048278052,0.18919575,-0.41594607,0.6191209,-0.9945649,0.9417677,-0.8355918,0.6820552,-0.48986024,-0.47551697,0.66998714,-0.82648295,0.93613434,-0.9927264,0.9930514,-0.43078345,0.20525168,0.031913586,-0.26727003,0.48747778,-0.99853605,0.9830238,-0.91179454,0.7888855,-0.62126297,0.4184278,-0.19187641,-0.045550372,0.2803954,-0.88245904,0.7462593,-0.56776214,0.35708463,-0.12616788,-0.11189999,0.34362543,-0.55587447,0.73661697,-0.87560856,0.96497136,-0.059900448,-0.17775391,0.4053333,-0.60993874,0.77997327,-0.90579957,0.9802858,-0.99921024,0.96150017,-0.869293,0.727815,0.8198745,-0.9319781,0.99125785,-0.9943539,0.9410907,-0.8344872,0.6805856,-0.488109,0.2679667,-0.032636262,-0.20454396,0.9165124,-0.7959848,0.6303414,-0.42897078,0.20328638,0.03392013,-0.26920408,0.48922974,-0.68152624,0.83519435,-0.9415243,0.13770555,0.10032627,-0.33267167,0.54616153,-0.72869533,0.8699272,-0.9618524,0.9992604,-0.9800312,0.90525454,-0.7791687,0.6089203,0.9008066,-0.9779197,0.999605,-0.9646335,0.87498736,-0.7357476,0.5548062,-0.3424188,0.11062338,0.12744209,-0.35828424,0.8408442,-0.68906724,0.49823445,-0.2791621,0.04426709,0.19313696,-0.41959417,0.6222691,-0.7896743,0.9123213,-0.9832587,-0.022285298,0.2579763,-0.4790454,0.67296255,-0.8287367,0.93753874,-0.9932018,0.9925709,-0.9356819,0.8257591,-0.66903293,-0.8641281,0.9586031,-0.9987452,0.9822792,-0.91013837,0.7864116,-0.6181116,0.41477755,-0.1879342,-0.0495611,0.2842473,-0.8805632,0.74358046,-0.56445223,0.3533312,-0.12218368,-0.115889125,0.34739342,-0.55920774,0.7393266,-0.87754095,0.966017,-0.055891916,-0.18170379,0.40900066,-0.61311567,0.7824798,-0.90749353,0.98107123,-0.99904263,0.960389,-0.8673013,0.7250556,-0.54171425,-0.93342614,0.9917796,-0.9939198,0.93972534,-0.83226794,0.6776383,-0.4846006,0.2640961,-0.028622879,-0.20847268,0.43375218,-0.7935479,0.62721926,-0.42534027,0.19935332,0.03793281,-0.27306893,0.49272773,-0.6844591,0.83739585,-0.9428696,0.9949023,0.10432046,-0.33645555,0.5495206,-0.73143923,0.8719005,-0.9629431,0.99940675,-0.97922486,0.90354127,-0.77664566,0.6057303,0.9025428,-0.9787509,0.9994841,-0.9635674,0.8730363,-0.7330223,0.5514611,-0.33864352,0.10663187,0.13142358,-0.36203003,0.83866405,-0.6861518,0.49474904,-0.27530423,0.040255405,0.19707507,-0.42323548,0.6254072,-0.79213136,0.91395813,-0.98398244,-0.02629938,0.26185355,-0.4825661,0.6759271,-0.83097714,0.938928,-0.99366117,0.9920744,-0.93425757,0.82348776,-0.6660433,-0.8661419,0.9597387,-0.9989382,0.98151875,-0.9084675,0.783925,-0.6149503,0.41112062,-0.18398897,-0.053571023,0.28809467,-0.5062893,0.74088967,-0.5611332,0.3495721,-0.11819752,-0.11987639,0.35115582,-0.562532,0.7420243,-0.8794592,0.9670471,-0.99982345,-0.18565075,0.41266143,-0.61628276,0.7849737,-0.9091729,0.9818409,-0.9988589,0.9592624,-0.8652955,0.72228444,-0.53833485,-0.9348592,0.99228543,-0.99346966,0.93834484,-0.83003527,0.67468,-0.4810844,0.2602213,-0.024609033,-0.21239804,0.43736658,-0.7910982,0.6240869,-0.4217029,0.19541705,0.041944873,-0.27692938,0.49621776,-0.6873809,0.8395838,-0.94419974,0.9952992,0.10831297,-0.340234,0.55287087,-0.7341714,0.87385964,-0.9640182,0.999537,-0.9784028,0.90181345,-0.77411,0.6025306,0.9042645,-0.97956634,0.9993471,-0.9624857,0.8710712,-0.73028517,0.5481071,-0.33486277,0.10263865,0.13540295,-0.36577,0.57540554,-0.68322533,0.49125564,-0.2714419,0.036243077,0.20100999,-0.42686996,0.6285353,-0.7945757,0.91558015,-0.98469025,0.9979889,0.2657266,-0.48607898,0.6788808,-0.83320415,0.94030213,-0.99410456,0.99156183,-0.9328182,0.8212031,-0.6630429,0.46730188,0.9608588,-0.99911517,0.9807424,-0.906782,0.7814258,-0.61177903,0.40745708,-0.18004079,-0.057580084,0.29193735,-0.50974786,0.73818696,-0.5578051,0.34580734,-0.11420946,-0.12386173,0.35491255,-0.56584716,0.74471,-0.8813633,0.96806157,-0.9998908,-0.1895947,0.41631553,-0.6194399,0.78745496,-0.9108376,0.9825947,-0.9986591,0.9581202,-0.8632759,0.7195017,-0.53494674,-0.93627715,0.9927752,-0.99300355,0.9369492,-0.82778925,0.6717109,-0.47756046,0.25634226,-0.020594792,-0.21631998,0.4409739,-0.78863573,0.62094456,-0.41805872,0.19147763,0.045956258,-0.28078538,0.4996998,-0.69029164,0.84175825,-0.9455147,0.99568003,-0.98941106,-0.344007,0.5562122,-0.7368917,0.8758047,-0.9650779,0.99965113,-0.97756493,0.9000711,-0.7715619,0.5993212,-0.3931114,-0.980366,0.99919397,-0.9613884,0.8690921,-0.7275363,0.5447443,-0.33107662,0.098643765,0.13938014,-0.3695041,0.5786848,-0.6802879,0.48775432,-0.26757523,0.032230165,0.20494168,-0.4304976,0.6316532,-0.7970072,0.91718745,-0.98538226,0.9977263,0.26959535,-0.48958406,0.6818235,-0.83541775,0.9416611,-0.99453187,0.9910333,-0.93136376,0.81890523,-0.6600318,0.46374825,0.9619635,-0.999276,0.9799503,-0.9050818,0.778914,-0.60859793,0.40378696,-0.17608969,-0.061588217,0.29577535,-0.51319814,0.7354723,-0.5544681,0.34203702,-0.11021955,-0.12784508,0.35866353,-0.56915325,0.7473838,-0.88325316,0.9690604,-0.9999421,0.97414786,0.41996294,-0.6225871,0.7899235,-0.9124876,0.9833327,-0.9984432,0.9569627,-0.8612423,0.71670735,-0.53155,0.31626475,0.993249,-0.9925214,0.9355384,-0.8255299,0.6687309,-0.4740288,0.2524591,-0.016580218,-0.22023842,0.44457412,-0.6437117,0.6177922,-0.4144078,0.18753512,0.049966905,-0.28463686,0.50317377,-0.69319123,0.8439191,-0.94681436,0.9960448,-0.98882025,-0.34777442,0.5595445,-0.7396001,0.87773573,-0.9661219,0.9997491,-0.9767113,0.8983142,-0.76900136,0.5961021,-0.38941625,-0.98114985,0.99902475,-0.9602757,0.8670989,-0.7247757,0.5413727,-0.32728514,0.094647296,0.14335509,-0.37323222,0.58195484,-0.67733943,0.48424515,-0.2637042,0.02821673,0.20887005,-0.43411824,0.634761,-0.7994259,0.91877997,-0.98605835,0.99744767,0.2734598,-0.49308124,0.68475527,-0.8376179,0.9430049,-0.9949432,0.9904888,-0.9298943,0.8165942,-0.6570101,0.4601871,-0.23728111,-0.9994207,0.9791424,-0.9033671,0.7763896,-0.605407,0.40011033,-0.17213576,-0.06559536,0.29960856,-0.5166402,0.70438904,-0.5511221,0.3382612,-0.10622787,-0.13182636,0.36240876,-0.5724501,0.7500454,-0.88512874,0.97004366,-0.99997723,0.97323287,0.42360356,-0.6257242,0.7923793,-0.91412294,0.9840548,-0.99821115,0.9557897,-0.8591948,0.7139014,-0.52814466,0.31245303,0.99370676,-0.9920232,0.9341126,-0.82325715,0.66574013,-0.4704895,0.24857187,-0.012565377,-0.22415331,0.44816718,-0.64677924,0.6146298,-0.4107502,0.1835896,0.05397675,-0.2884837,0.50663966,-0.6960797,0.8460664,-0.9480987,0.99639356,-0.9882136,-0.3515362,0.5628679,-0.7422966,0.87965256,-0.96715045,0.999831,-0.9758419,0.89654285,-0.7664284,0.5928734,-0.38571483,0.15669419,0.99883944,-0.95914745,0.8650918,-0.7220034,0.53799236,-0.32348838,0.09064929,0.14732772,-0.37695432,0.5852154,-0.76030695,0.48072815,-0.25982895,0.024202842,0.21279506,-0.43773192,0.63785845,-0.80183166,0.9203577,-0.98671854,0.9971529,-0.9510695,-0.4965705,0.68767595,-0.8398045,0.9443335,-0.99533844,0.98992836,-0.92840993,0.8142699,-0.6539777,0.45661855,-0.23337862,-0.99954927,0.9783187,-0.9016378,0.7738527,-0.6022063,0.39642724,-0.16817904,-0.06960144,0.30343696,-0.5200739,0.7072335,-0.5477672,0.33447987,-0.10223447,-0.1358055,0.36614814,-0.5757378,0.752695,-0.88699013,0.9710113,-0.99999624,0.97230226,0.42723736,-0.62885123,0.79482234,-0.91574347,0.984761,-0.9979631,0.9546013,-0.85713345,0.711084,-0.5247308,0.3086363,0.9941485,-0.9915091,0.93267167,-0.8209712,0.6627387,-0.46694264,0.24468063,-0.008550333,-0.2280646,0.451753,-0.64983636,0.81108755,-0.92636687,0.98914045,-0.9958503,0.94611615,-0.84275687,-0.73791283,0.5574679,-0.34542608,0.11380579,0.1242649,-0.35529238,0.56618214,-0.7449811,0.88155514,-0.9681633,0.99989676,-0.9749568,0.89475703,-0.7638431,0.5896352,-0.38200715,0.15272728,0.08520908,-0.31831583,0.5333807,-0.718214,0.86233944,0.9364198,-0.9928239,0.99295545,-0.9368071,0.8275612,-0.67140985,0.47720343,-0.2559495,0.020188564,0.21671665,-0.44133854,0.6409457,-0.80422455,0.92192054,-0.9873628,0.9968421,-0.9498212,0.8489651,-0.69999033,0.5113407,-0.2937086,0.05942933,0.17821833,0.34438846,-0.5565498,0.7371663,-0.87600076,0.9651842,-0.99966174,0.9774792,-0.89989394,0.77130336,-0.59899586,0.39273778,-0.16421962,-0.0736064,0.30726045,-0.52349925,0.7100665,-0.8563877,0.9541695,-0.99786973,0.98501146,-0.91632354,0.79569906,0.67999,-0.48739958,0.2671837,-0.03182406,-0.20533934,0.43086427,-0.63196814,0.79725254,-0.9173493,0.9854514,-0.99769884,0.9533975,-0.8550583,0.7082551,-0.52130854,0.30481458,-0.07104397,-0.16675335,0.39509922,-0.60105115,0.772936,-0.9010114,-0.96207434,0.99929136,-0.9798693,0.90490896,-0.7786591,0.6082755,-0.4034152,0.17568971,0.061993755,-0.29616347,0.5135468,-0.7018228,0.85032,-0.95062166,0.99704283,-0.9869524,0.9209223,-0.802695,0.6389715,-0.43903166,0.21420783,0.022757135,-0.25843224,-0.42033166,0.622905,-0.7901726,0.91265374,-0.9834065,0.9984204,-0.9568447,0.8610357,-0.7164239,0.5312058,-0.31587926,0.08264898,0.1552658,-0.38438022,0.59170824,-0.76549876,0.8959013,-0.97552496,0.99985653,-0.967517,0.8803394,-0.7432648,-0.6174726,0.41403797,-0.18713601,-0.050372705,0.28502634,-0.5035249,0.693484,-0.844137,0.946945,-0.9960809,0.9887596,-0.9253962,0.8095821,-0.6478815,0.44945943,-0.2255624,-0.011119372,0.2471709,-0.46921295,0.6646604,-0.8224354,0.93359536,0.9812283,-0.99900675,0.9601622,-0.86689645,0.7244957,-0.54103106,0.32690117,-0.0942428,-0.14375718,0.37360913,-0.58228517,0.75795776,-0.8906699,0.9728995,-0.99998593,0.97039396,-0.8858008,0.75100106,-0.5736352,0.36375618,-0.1332597,-0.10478983,0.33689997,0.4934347,-0.6850513,0.8378397,-0.94314003,0.9949839,-0.99043286,0.92974484,-0.8163596,0.6567037,-0.45982635,0.23688638,-0.00051989703,-0.23587605,0.45890275,-0.6559192,0.8157586,-0.92936146,0.99028885,-0.9950874,0.94348514,-0.8384069,0.6858084,0.55078304,-0.3378788,0.105823845,0.1322291,-0.36278743,0.57278323,-0.7503141,0.88531774,-0.9701423,0.9999799,-0.9731394,0.89114213,-0.75863564,0.5831302,-0.3745734,0.1447861,0.09320758,-0.32591832,0.5401563,-0.7237786,0.86637765,-0.9598712,-0.9937522,0.9919719,-0.9339675,0.8230264,-0.6654369,0.47013092,-0.24817829,0.012159096,0.22454926,-0.44853035,0.64708906,-0.8089713,0.9250016,-0.9886036,0.99617225,-0.9472787,0.844694,-0.6942328,0.50442296,-0.28602284,0.051411152,0.18611448,-0.41309127,-0.56320363,0.7425688,-0.8798457,0.9672536,-0.99983835,0.97575307,-0.8963628,0.76616734,-0.59254616,0.38533992,-0.15629289,-0.0816127,0.31489253,-0.5303245,0.7156981,-0.8605065,0.956542,-0.99836147,0.98359454,-0.91307825,0.7908094,-0.6237181,-0.48037183,0.25943658,-0.023796648,-0.21319206,0.4380972,-0.6381713,0.8020744,-0.9205165,0.98678446,-0.9971222,0.9509438,-0.85086673,0.7025631,-0.51443875,0.29715645,-0.06303152,-0.17466599,0.40246356,-0.6074498,0.77800626,-0.9044659,0.97966117,0.9995614,-0.97823447,0.90146196,-0.77359533,0.60188186,-0.3960542,0.16777849,0.070006765,-0.3038241,0.5204209,-0.70752066,0.8545187,-0.9530833,0.9976278,-0.9856276,0.9177627,-0.7978798,0.63277364,-0.43180236,0.20635687,0.030784776,-0.26618156,-0.4276047,0.62916714,-0.79506886,0.91590667,-0.9848316,0.997937,-0.9544802,0.8569241,-0.71079826,0.5243849,-0.3082498,0.074643336,0.16319385,-0.39178133,0.59816295,-0.77064115,0.89944,-0.9772593,0.99968827,-0.9654557,0.8765018,-0.7378685,0.55741334,0.40671483,-0.17924137,-0.05839134,0.29271448,-0.5104468,0.69924736,-0.84841514,0.94949543,-0.996759,0.9875271,-0.9223228,0.80484205,-0.6417435,0.44227135,-0.21773161,-0.019148972,0.2549442,-0.4762894,0.67063886,-0.8269771,0.93644285,-0.9928317,-0.9986167,0.95788723,-0.86286545,0.7189371,-0.53426,0.31930137,-0.086245045,-0.15169959,0.38104603,-0.58879507,0.7631716,-0.89429224,0.974725,-0.9999111,0.96842307,-0.88204557,0.7456744,-0.5670389,0.3562641,-0.12529658,-0.112772696,0.3444501,0.5004035,-0.69087934,0.8421967,-0.9457789,0.99575514,-0.98929274,0.926758,-0.81169534,0.65062636,-0.4526804,0.22907686,0.0075105727,-0.24367231,0.4660229,-0.66195965,0.82037705,-0.9322961,0.99137336,-0.9942603,0.94079334,-0.8340029,0.6799419,-0.48734227,-0.33030972,0.09783507,0.14018479,-0.37025908,0.5793474,-0.7555987,0.88902324,-0.9720587,0.99999857,-0.9712593,0.8874698,-0.75337917,0.5765876,-0.36711553,0.13683559,0.10120007,-0.3334998,0.546897,-0.7292965,0.8703601,-0.9620923,0.9992938,0.9909244,-0.9310676,0.8184386,-0.6594211,0.46302813,-0.24039108,0.0041288435,0.23236741,-0.45569324,0.65319073,-0.8136659,0.9280231,-0.98978066,0.9954382,-0.9446751,0.8403685,-0.6884305,0.49747276,-0.27831864,0.04338966,0.19399862,-0.4203912,-0.5698212,0.74792343,-0.8836339,0.9692607,-0.9999505,0.9739639,-0.8927738,0.760982,-0.58605826,0.3779172,-0.14835608,-0.089613736,0.3225043,-0.5371156,0.72128356,-0.8645698,0.95885277,-0.9987888,0.9821142,-0.9097741,0.78586876,-0.617421,0.41397822,0.25167271,-0.015767701,-0.22103103,0.44530186,-0.64433336,0.80684453,-0.92362434,0.98805386,-0.99648124,0.94842887,-0.8466202,0.6968258,-0.5075359,0.28947917,-0.055014998,-0.18256737,0.40980196,-0.6138093,0.7830264,-0.9078621,0.981241,-0.9990038,-0.9765366,0.89795685,-0.7684816,0.59544945,-0.38866764,0.15985647,0.07801525,-0.31146514,0.52726144,-0.7131729,0.8586623,-0.95548344,0.99814844,-0.98423916,0.914544,-0.79301316,0.62653494,-0.42454523,0.1984926,0.038810432,-0.2739137,0.4934918,0.6353887,-0.7999138,0.91910046,-0.98619324,0.9973893,-0.95205414,0.8527573,-0.70512676,0.5175302,-0.30060044,0.066632874,0.17111139,-0.3991572,0.60457903,-0.7757339,0.90292066,-0.9789306,0.9994555,-0.96333206,0.8726077,-0.7324246,0.5507282,-0.337817,-0.1713352,-0.06640621,0.30038378,-0.51733583,0.70496565,-0.8526386,0.9519846,-0.99737287,0.98623085,-0.91919,0.80005014,-0.6355641,0.43505472,-0.2098868,-0.027177336,0.2627011,-0.48333514,0.6765741,-0.8314654,0.93922985,-0.9937595,0.9919636,0.95555043,-0.8587787,0.7133321,-0.52745444,0.311681,-0.078241736,-0.15963222,0.38845834,-0.59526694,0.76833624,-0.8978569,0.97648764,-0.9997719,0.9663898,-0.87823343,0.7402995,-0.560406,0.3487491,-0.117325366,-0.12074829,0.351978,-0.5632579,-0.69666284,0.8464993,-0.9483568,0.99646217,-0.98808885,0.9237114,-0.8069787,0.64450705,-0.44550526,0.22125256,0.015540558,-0.25145286,0.473113,-0.6679574,0.8249426,-0.93517065,0.9923939,-0.99336904,0.93804085,-0.82954514,0.6740315,-0.48031425,-0.32271934,0.08983999,0.14813142,-0.37770686,0.58587414,-0.7608346,0.89267147,-0.9739124,0.99995273,-0.96931654,0.88374025,-0.7480742,0.57000786,-0.35963395,0.12887627,0.10918603,-0.34105974,0.55360246,-0.73476744,0.8742863,-0.96425134,0.99956334,-0.9782209,-0.9281077,0.81379795,-0.65336275,0.45589545,-0.23258835,-0.003901675,0.24017055,-0.46282676,0.6592503,-0.81830806,0.9309847,-0.99089384,0.99463993,-0.9420106,0.83598876,-0.68258375,0.49049047,-0.2705965,0.03536537,0.20187026,-0.42766404,0.62921816,0.7532298,-0.8873651,0.9712052,-0.99999815,0.972112,-0.88912725,0.7557475,-0.5795325,0.3704701,-0.14040971,-0.09760899,0.3300953,-0.54387206,0.72682256,-0.8685773,0.9611018,-0.9991517,0.9805705,-0.90641135,0.7808775,-0.61108404,0.40665486,0.24389262,-0.007737736,-0.22885573,0.4524778,-0.6504538,0.8115626,-0.92667264,0.9892596,-0.99577606,0.9458527,-0.84231913,0.69104356,-0.5006002,0.2817832,-0.04699493,-0.19045697,0.41711393,-0.62012917,0.787996,-0.91119975,0.98275745,-0.99861324,0.95786834,0.89439386,-0.7633184,0.58897865,-0.38125604,0.15192413,0.08601872,-0.3190861,0.5340679,-0.71877915,0.8627506,-0.95782197,0.9986047,-0.9827873,0.9112663,-0.7880954,0.6202559,-0.4172607,0.19061553,0.046833582,-0.28162822,0.5004604,-0.6909268,-0.8047072,0.922235,-0.98749125,0.99677724,-0.94956666,0.84853536,-0.6994098,0.5106421,-0.2929317,0.05861812,0.17901789,-0.40650728,0.6109562,-0.78077656,0.9063431,-0.98053885,0.9991583,-0.96114635,0.86865735,-0.7269335,0.5440076,-0.33024776,-0.16341797,-0.0744168,0.30803367,-0.52419144,0.71063846,-0.856807,0.9544124,-0.9979224,0.984871,-0.9159978,0.7952066,-0.6293437,0.42781004,-0.20202845,-0.03520395,0.27044103,-0.49034968,0.68246573,-0.8359001,0.94195634,-0.99462324,0.9909156,-0.9310436,-0.85463667,0.7076812,-0.52061486,0.30404052,-0.070233375,-0.16755454,0.3958456,-0.6017004,0.7734513,-0.9013636,0.9781873,-0.9995681,0.96429414,-0.87436473,0.734877,-0.553737,0.3412116,-0.10934659,-0.12871608,0.35948324,-0.5698752,0.747967,0.85074735,-0.95087355,0.99710494,-0.98682123,0.92060524,-0.80221003,0.6383462,-0.43830138,0.213414,0.023569541,-0.25921717,0.48017257,-0.67391217,0.82945496,-0.9379848,0.9933505,-0.99241376,0.9352278,-0.8250339,0.66807765,-0.47325528,0.25160918,0.08183911,0.1560685,-0.3851303,0.5923632,-0.7660214,0.89626205,-0.9757033,0.99984246,-0.96731126,0.8799536,-0.7427209,0.5633914,-0.3521292,0.120908625,0.117164955,-0.3485977,0.5602722,-0.7401909,0.8781562,-0.96634823,0.9997684,-0.97652245,0.897928,0.8091048,-0.6472623,0.4487334,-0.22477064,-0.011931943,0.24795823,-0.4699304,0.66526735,-0.8228974,0.9338863,-0.9919432,0.9937775,-0.93928534,0.8315551,-0.6766931,0.48347652,-0.26285693,0.0273388,0.20972887,-0.43490928,0.63543934,-0.7999532,-0.8910391,0.9730871,-0.99998134,0.9701974,-0.88542336,0.75046426,-0.57296944,0.3629991,-0.13245428,-0.10559795,0.33766496,-0.5505934,0.7323146,-0.8725288,0.9632887,-0.9994502,0.9789636,-0.9029901,0.7758358,-0.6047077,0.39930528,-0.17127052,0.0002927269,-0.23666568,0.4596246,-0.65653235,0.81622833,-0.92966115,0.9904015,-0.9950066,0.94321555,-0.83796376,0.6852168,-0.49363226,0.27406907,-0.038971834,-0.19833429,0.424399,-0.62640905,0.79291475,-0.91447866,0.9842106,-0.9981583,0.95553106,0.8907731,-0.75810593,0.5824699,-0.37381983,0.143982,0.094016634,-0.32668647,0.54083997,-0.72433907,0.8667832,-0.96009874,0.99899656,-0.9812721,0.90792984,-0.78312683,0.6139368,-0.4099493,0.18272617,0.054853715,-0.28932455,0.5073967,-0.69670993,0.84653425,0.92531013,-0.9887256,0.9961009,-0.94701797,0.8442588,-0.6936477,0.5037211,-0.28524408,0.050599586,0.18691283,-0.4138312,0.6172939,-0.78576887,0.90970707,-0.9820838,0.9987967,-0.95889866,0.8646509,-0.72139543,0.53725183,-0.3226572,0.08977461,-0.082422584,0.31566373,-0.53101325,0.71626544,-0.8609202,0.95677865,-0.99840766,0.9834477,-0.9127466,0.79031175,-0.6230827,0.42053777,-0.19415708,-0.043228287,0.2781635,-0.49733263,0.6883133,-0.84028095,0.9446221,-0.9954228,0.9898037,-0.92808324,-0.8504395,0.7019846,-0.51374173,0.29638043,-0.062220484,-0.17546608,0.40320733,-0.6080951,0.77851653,-0.9048123,0.9798239,-0.9992999,0.9621363,-0.8704396,0.729407,-0.54703224,0.33365208,-0.10136076,-0.1366756,0.36696526,-0.57645565,0.75327295,-0.8873953,-0.95332897,0.9976834,-0.98548996,0.9174397,-0.7973897,0.6321442,-0.43106925,0.20556167,0.031597003,-0.2669648,0.4872012,-0.67982346,0.8339138,-0.94073856,0.994243,-0.9913945,0.9323545,-0.8204694,0.6620807,-0.4661658,0.24382897,-0.007672092,0.16399552,-0.39252886,0.59881395,-0.77115875,0.8997949,-0.9774313,0.99966764,-0.96524364,0.8761103,-0.73731977,0.5567385,-0.34460172,0.11293319,0.12513632,-0.3561132,0.56690586,-0.7455667,0.88196945,-0.96838284,0.999909,-0.97476107,0.8943645,0.8043595,-0.64112,0.44154236,-0.21693842,-0.01996144,0.25572988,-0.47700378,0.67124146,-0.8274337,0.9367276,-0.9929285,0.992851,-0.9364995,0.82706785,-0.67075866,0.47643143,-0.2551004,0.019310465,0.21757397,-0.44212645,0.64161956,-0.8047462,0.9222604,0.97490627,-0.9999,0.9682202,-0.88166237,0.7451326,-0.56636935,0.35550472,-0.12449031,-0.1135801,0.34521288,-0.5572792,0.7377595,-0.8764241,0.9654136,-0.9996842,0.97729355,-0.89951056,0.7707441,-0.5982924,0.39192992,-0.1633532,-0.07448226,-0.24446036,0.46674174,-0.6625685,0.82084143,-0.9325897,0.9914795,-0.99417305,0.94051754,-0.83355427,0.6793458,-0.4866325,0.26633725,-0.030946223,-0.20619883,0.4316567,-0.6326486,0.7977824,-0.91769856,0.9856003,-0.99763894,0.95313215,-0.8546026,-0.7528446,0.5759235,-0.36635953,0.13603057,0.102008484,-0.3342658,0.54757714,-0.72985226,0.8707599,-0.9623136,0.999324,-0.9796936,0.9045348,-0.77810776,0.6075781,-0.40261143,0.17482503,0.06287031,-0.29700223,0.5143003,-0.7024482,0.85078186,-0.9508939,-0.9898962,0.9953603,-0.94440824,0.8399278,-0.6878409,0.49676767,-0.27753803,0.04257779,0.19479574,-0.4211284,0.62359184,-0.79071057,0.9130124,-0.9835654,0.9983707,-0.9565891,0.8605887,-0.7158109,0.53046143,-0.31504583,0.08177368,0.15613335,0.32327342,-0.53780085,0.7218462,-0.86497784,0.9590832,-0.9988285,0.9819609,-0.9094365,0.785366,-0.61678153,0.41323838,-0.18627317,-0.051249843,0.28586805,-0.5042835,0.69411653,-0.8446076,0.9472269,-0.9961581,0.9886279,-0.925063,0.80906624,0.69624275,-0.5068355,0.28870124,-0.054203585,-0.18336627,0.41054308,-0.61445063,0.78353155,-0.9082025,0.9813973,-0.99896723,0.9599164,-0.8664583,0.72389,-0.5402922,0.32607102,-0.093368396,-0.14462627,0.37442365,-0.582999,0.7585304,-0.8910688,-0.95572287,0.99819756,-0.98409516,0.914215,-0.79251784,0.6259014,-0.42380935,0.19769609,0.03962243,-0.2746952,0.4941984,-0.6856909,0.8383189,-0.9434316,0.9950714,-0.99031126,0.92942107,-0.81585205,0.6560411,-0.45904624,0.23603302,0.000358373,-0.23672946,-0.39990214,0.60522616,-0.7762464,0.90326965,-0.97909623,0.9994284,-0.9631137,0.8722105,-0.73187107,0.5500498,-0.33705205,0.104950465,0.13309962,-0.3636057,0.5735029,-0.7508944,0.8857258,-0.9703549,0.9999851,-0.97293687,0.8907433,-0.75806314,-0.63493645,0.4343229,-0.20909221,-0.02798965,0.26348507,-0.48404637,0.6771723,-0.83191663,0.93950856,-0.9938498,0.9918605,-0.93365324,0.8225273,-0.6647811,0.46935558,-0.2473274,0.011280886,0.22540502,-0.44931516,0.6477584,-0.8094873,0.925335,0.9766625,-0.9997542,0.96618056,-0.8778445,0.739753,-0.5597328,0.34798738,-0.11651831,-0.121554926,0.35273853,-0.5639292,0.74315673,-0.8802628,0.9674762,-0.9998538,0.9755604,-0.8959731,0.76560265,-0.5918385,0.38452932,-0.15542535,-0.08248801,0.315726,-0.5310689,0.7163112,-0.86095357,0.9567977,-0.99841136,0.98343575,-0.9127198,0.7902716,-0.6230314,0.4204782,-0.19409268,0.089030616,0.14893503,-0.37845916,0.58653253,-0.76136166,0.8930374,-0.9740965,0.9999445,-0.96911645,0.8833596,-0.7475347,0.56934,-0.35887557,0.12807038,0.10999376,-0.34182355,0.554279,-0.7353184,0.87468046,-0.96446633,0.999587,-0.97805184,0.90108144,-0.7730385,0.60118026,-0.3952476,0.16691262,0.07088285,-0.30466074,0.5211707,-0.7081411,0.85497457,-0.95334876,0.9976879,-0.9854788,0.9174136,-0.79735005,0.6320933,-0.43101004,0.20549743,0.031662617,-0.26702803,0.48725852,-0.67987156,0.75376403,-0.8877395,0.9713985,-0.9999994,0.9719211,-0.8887551,0.75521505,-0.57887006,0.36971518,-0.13960509,-0.0984177,0.33086225,-0.54455376,0.7273804,-0.8689797,0.9613259,-0.99918485,0.98041075,-0.9060678,0.7803696,-0.6104406,0.40591234,-0.17837727,-0.05926809,0.2935542,-0.51120186,0.699875,-0.84887975,0.9497706,-0.9968293,0.9873884,-0.9219831,0.8043205,-0.64106965,0.44148347,-0.21687433,-0.020027073,0.25579336,-0.47706148,0.6712901,-0.82747054,0.9367506,-0.9929363,0.99284315,-0.93647647,0.8940301,-0.7627932,0.58832175,-0.38050467,0.15112089,0.08682831,-0.31985614,0.53475475,-0.7193439,0.8631612,-0.95805514,0.9986473,-0.98263687,0.91093135,-0.7875949,0.61961824,-0.4165221,0.18981776,0.0476453,-0.28240785,0.5011637,-0.6915141,0.8426699,-0.9460638,0.9958356,-0.9891642,0.9264277,-0.811182,0.64995915,-0.45189708,0.22822186,0.008388815,-0.24452402,0.4667998,-0.6626177,0.8208789,-0.93261343,0.9914881,-0.99416596,0.94049525,-0.833518,0.6792976,-0.48657516,0.26627398,-0.030880608,-0.07522714,0.3088067,-0.52488333,0.71120995,-0.8572257,0.95465463,-0.99797446,0.9847298,-0.9156715,0.7947136,-0.62871194,0.4270754,-0.20123252,-0.036016054,0.27122328,-0.49105775,0.68305945,-0.8363459,0.94222885,-0.99470705,0.990806,-0.9307468,0.8179336,-0.6587606,0.4622495,-0.23953846,0.0032505793,0.23322155,-0.45647484,0.6538555,-0.81417614,0.9283499,-0.98990554,0.995354,-0.94438666,0.83989215,-0.6877932,0.4967107,-0.27747497,0.0425122,0.19486013,-0.42118794,0.62364316,-0.79075074,0.8511742,-0.9511248,0.9971664,-0.9866894,0.9202876,-0.8017246,0.63772047,-0.43757084,0.21262002,0.024381932,-0.26000193,0.48088524,-0.6745123,0.8299086,-0.9382663,0.9934437,-0.99231356,0.9349398,-0.8245744,0.6674728,-0.47253928,0.25082263,-0.014889534,-0.22188748,0.44608808,-0.64500475,0.80736303,-0.9239606,0.98818886,-0.9964073,0.9481501,-0.8461525,0.6961956,-0.5067789,0.28863838,-0.054138035,-0.1834308,0.41060293,-0.61450243,0.7835723,-0.90823,0.9814099,-0.99896425,0.95989805,-0.8664256,0.808627,-0.6466426,0.44800702,-0.22397873,-0.012744504,0.24874538,-0.47064757,0.6658738,-0.82335883,0.9341765,-0.9920458,0.9936867,-0.93900615,0.8311035,-0.67609453,0.48276505,-0.2620728,0.02652647,0.21052335,-0.43564087,0.6360666,-0.80044055,0.9194462,-0.9863383,0.9973255,-0.9517851,0.8522982,-0.7045037,0.51677847,-0.29976267,0.06575654,0.17197664,-0.3999623,0.60527843,-0.7762878,0.9032978,-0.9791096,0.9994262,-0.9630961,0.8721784,-0.73182636,0.54999495,-0.33699024,0.10488518,0.13316467,-0.23745513,0.46034613,-0.6571451,0.81669754,-0.92996025,0.9905135,-0.9949252,0.9429453,-0.83752,0.6846247,-0.4929254,0.27328748,-0.038159814,-0.19913071,0.42513466,-0.6270423,0.79340965,-0.9148072,0.98435414,-0.9981086,0.9552911,-0.85832846,0.71271634,-0.52670807,0.31084636,-0.07736612,-0.16049916,0.38926747,-0.5959724,0.76889807,-0.89824325,0.9766766,-0.9997527,0.96616364,-0.8778131,0.7397088,-0.5596784,0.34792584,-0.11645312,-0.12162008,0.35279995,-0.5639834,0.74320066,-0.8802939,0.92561793,-0.98884696,0.9960289,-0.94675666,0.843823,-0.6930621,0.503019,-0.2844651,0.049787987,0.18771107,-0.41457084,0.61793303,-0.7862713,0.9100442,-0.98223656,0.9987565,-0.95866776,0.8642424,-0.72083247,0.53656626,-0.32188794,0.08896524,0.14899994,-0.37851992,0.5865857,-0.7614042,0.89306694,-0.9741113,0.99994385,-0.9691003,0.88332886,-0.74749106,0.56928605,-0.3588143,0.12800527,0.11005901,-0.34188524,0.5543337,-0.7353629,0.8747123,-0.9644837,0.9995889,-0.9780382,0.901053,-0.77299684,0.70140564,-0.5130444,0.29560423,-0.061409414,-0.17626603,0.40395084,-0.60874003,0.7790263,-0.905158,0.979986,-0.9992691,0.9619145,-0.8700393,0.7288509,-0.5463518,0.3328859,-0.10055229,-0.13748054,0.36772108,-0.57711947,0.7538072,-0.8877697,0.9714141,-0.99999946,0.97190565,-0.888725,0.755172,-0.57881653,0.36965418,-0.13954009,-0.098483026,0.33092418,-0.54460883,0.72742546,-0.8690122,0.96134394,-0.99918747,0.9803978,-0.90604,0.7803285,-0.6103886,0.40585235,-0.17831267,-0.059333622,0.1647971,-0.39327613,0.5994646,-0.7716758,0.9001491,-0.9776026,0.99964637,-0.9650309,0.8757183,-0.7367706,0.5560633,-0.34383875,0.112125725,0.12594251,-0.35687244,0.5675751,-0.74610806,0.8823522,-0.9685852,0.9999196,-0.97457933,0.89400065,-0.76275074,0.58826864,-0.38044396,0.15105599,0.0868937,-0.31991833,0.53481025,-0.7193895,0.86319435,-0.958074,0.9986507,-0.9826247,0.9109043,-0.7875545,0.61956674,-0.4164624,0.1897533,0.047710873,-0.28247082,0.5012205,-0.69156146,0.84270525,-0.9460851,0.9750868,-0.9998882,0.9680166,-0.88127863,0.74459046,-0.56569946,0.35474506,-0.12368397,-0.11438742,0.34597543,-0.55795383,0.7383078,-0.8768151,0.9656251,-0.9997043,0.977121,-0.89915526,0.77022606,-0.59764105,0.39118218,-0.16255145,-0.0752926,0.30886912,-0.5249392,0.7112561,-0.8572595,0.9546742,-0.9979786,0.98471844,-0.9156451,0.79467374,-0.6286609,0.42701602,-0.20116821,-0.03608166,0.27128646,-0.49111494,0.68310744,-0.83638185,0.94225085,-0.9947138,0.9907971,-0.93072283,0.8178958,-0.6587112,0.575259,-0.36560327,0.13522546,0.10281684,-0.33503157,0.54825693,-0.73040754,0.8711592,-0.96253425,0.9993536,-0.97953033,0.90418804,-0.77759707,0.60693246,-0.40186745,0.17402487,0.063681304,-0.29777807,0.514997,-0.7030263,0.8512086,-0.95114505,0.99717134,-0.9866787,0.9202619,-0.8016854,0.6376699,-0.4375118,0.21255589,0.024447558,-0.26006532,0.4809428,-0.6745608,0.8299452,-0.938289,0.99345124,-0.9923054,0.9349165,-0.8245373,0.6674239,-0.47248143,0.25075907,-0.014823895,-0.22195148,0.3240423,-0.53848577,0.72240835,-0.86538535,0.9593129,-0.99886745,0.9818069,-0.90909827,0.7848627,-0.6161417,0.41249824,-0.18547471,-0.052061383,0.28664666,-0.50498503,0.69470125,-0.84504235,0.9474871,-0.996229,0.98850536,-0.9247541,0.8085884,-0.64659256,0.44794834,-0.22391474,-0.0128101455,0.24880897,-0.47070548,0.66592276,-0.8233961,0.9341999,-0.99205405,0.9936793,-0.93898356,0.83106697,-0.67604613,0.48270753,-0.26200944,0.026460847,0.21058753,-0.43569997,0.6361173,-0.80047995,0.919472,-0.9863491,0.998246,-0.9839505,0.9138854,-0.792022,0.62526745,-0.42307317,0.19689943,0.0404344,-0.27547646,0.4949047,-0.68628216,0.8387616,-0.94370073,0.99515164,-0.99019814,0.9291209,-0.8153818,0.6554276,-0.45832416,0.23524328,0.0011709967,-0.2375189,0.46040443,-0.65719455,0.81673545,-0.9299844,0.9905225,-0.9949186,0.9429234,-0.8374841,0.6845768,-0.49286827,0.27322432,-0.038094215,-0.19919504,0.42519405,-0.62709343,0.79344964,-0.91483366,0.9843657,-0.9981046,0.9552717,-0.8582947,0.7126703,-0.63430846,0.43359077,-0.20829748,-0.028801946,0.2642689,-0.4847573,0.67777,-0.83236724,0.93978655,-0.99393946,0.9917567,-0.9333619,0.8220648,-0.6641738,0.46863788,-0.24653995,0.010468311,0.22619666,-0.45004097,0.6483773,-0.8099641,0.9256428,-0.98885673,0.99602306,-0.94673556,0.8437878,-0.6930148,0.50296223,-0.28440216,0.049722422,0.18777557,-0.41463056,0.61798465,-0.7863118,0.91007143,-0.9822489,0.99875325,-0.95864904,0.86420935,-0.7207869,0.5365109,-0.32182577,0.08889985,0.14906485,-0.3785807,0.47454423,-0.6691661,0.82586014,-0.93574506,0.9925927,-0.99318093,0.9374764,-0.82863647,0.67283005,-0.47888812,0.2578032,-0.022106199,-0.21484376,0.43961656,-0.63947225,0.8030831,-0.92117584,0.98705703,-0.9969926,0.95041937,-0.84997714,0.70135885,-0.51298803,0.2955415,-0.061343893,-0.17633064,0.4040109,-0.6087921,0.77906746,-0.9051859,0.97999907,-0.9992666,0.96189654,-0.8700069,0.72880596,-0.54629683,0.332824,-0.10048698,-0.13754557,0.36778215,-0.5771731,0.75385034,-0.8877999,0.97142965,-0.9999995,0.9944706,-0.94146395,0.8350958,-0.6813951,0.4890735,-0.26903155,0.033741094,0.20346178,-0.42913258,0.63048047,-0.7960933,0.9165841,-0.9851236,0.99782705,-0.9539745,0.8560513,-0.70960784,0.5229444,-0.3066408,0.072957054,0.16486184,-0.3933365,0.5995171,-0.7717176,0.9001777,-0.9776164,0.99964464,-0.96501374,0.8756866,-0.73672616,0.55600876,-0.34377712,0.112060495,0.12600765,-0.35693374,0.56762916,-0.74615175,0.88238305,-0.9686015,0.9999204,-0.9745646,0.89397126,-0.76270825,0.58821553,-0.4991926,0.28022343,-0.045371417,-0.19205222,0.4185905,-0.62140334,0.78899556,-0.9118681,0.98305666,-0.99852633,0.9574003,-0.8620096,0.71776074,-0.5328298,0.31769854,-0.08456033,-0.1533707,0.3826088,-0.5901609,0.76426315,-0.8950476,0.97510135,-0.99988717,0.9680002,-0.8812476,0.74454665,-0.56564534,0.35468367,-0.123618826,-0.11445264,0.34603703,-0.5580083,0.73835206,-0.8768466,0.9656422,-0.9997059,0.97710705,-0.8991265,0.7701842,-0.5975884,0.39112177,-0.16248667,-0.07535806,0.30893156,-0.524995,0.61224204,-0.781791,0.9070286,-0.9808566,0.9990904,-0.96069646,0.867851,-0.7258164,0.54264313,-0.32871324,0.09615215,0.14185879,-0.37182927,0.5807248,-0.7567052,0.8897962,-0.9724542,0.9999943,-0.9708554,0.88668925,-0.7522662,0.57520527,-0.36554217,0.13516042,0.10288214,-0.3350934,0.5483118,-0.73045236,0.87119144,-0.962552,0.9993559,-0.9795171,0.90415996,-0.77755576,0.6068803,-0.40180734,0.17396022,0.06374682,-0.29784074,0.5150533,-0.70307297,0.8512431,-0.9511653,0.9971763,-0.98666805,0.9638624,-0.87357485,0.73377377,-0.5523829,0.3396834,-0.10773094,-0.13032764,0.36099938,-0.5712099,0.7490447,-0.88442427,0.9696753,-0.9999659,0.9735792,-0.89201075,0.7598839,-0.58468735,0.37635115,-0.1466837,-0.09129769,0.3241044,-0.53854114,0.7224537,-0.8654182,0.95933145,-0.99887055,0.9817944,-0.90907097,0.78482205,-0.61609,0.41243845,-0.1854102,-0.052126937,0.28670958,-0.5050417,0.6947485,-0.84507746,0.9475081,-0.99623466,0.98849547,-0.92472905,0.80854976,-0.64654243,0.44788963,-0.35060757,0.11929514,0.118778855,-0.35012054,0.5616177,-0.74128276,0.87893254,-0.96676505,0.99980205,-0.9761711,0.89721143,-0.7673986,0.59409016,-0.38710916,0.15818709,0.07970089,-0.3130715,0.52869743,-0.7143572,0.85952777,-0.95598096,0.9982499,-0.98393875,0.9138588,-0.79198194,0.6252162,-0.4230137,0.19683507,0.040499996,-0.27553955,0.49496174,-0.6863299,0.8387974,-0.9437225,0.9951581,-0.99018896,0.92909664,-0.81534386,0.655378,-0.4582658,0.23517948,0.0012366428,-0.23758267,0.4604627,-0.657244,0.7334204,-0.8733217,0.9637238,-0.9995028,0.97863066,-0.9022906,0.77480936,-0.6034125,0.3978147,-0.16966906,-0.06809328,0.30199614,-0.5187821,0.7061639,-0.8535209,0.9525009,-0.9974939,0.9859498,-0.9185228,0.79903454,-0.63425773,0.4335316,-0.20823327,-0.028867565,0.2643322,-0.4848147,0.6778183,-0.83240366,0.939809,-0.9939467,0.9917483,-0.9333383,0.82202744,-0.6641247,0.4685799,-0.24647632,0.010402668,0.2262606,-0.4500996,0.6484273,-0.8100026,0.92566764,-0.9888665,0.9960172,-0.98095775,0.9072475,-0.7821151,0.6126531,-0.40846634,0.18112805,0.056476444,-0.2908799,0.5087965,-0.6978749,0.8473983,-0.9488918,0.9966029,-0.98782724,0.9230623,-0.80597895,0.6432133,-0.4439908,0.21960326,0.017231224,-0.25308907,0.47460198,-0.66921484,0.82589716,-0.9357682,0.9926006,-0.99317324,0.93745357,-0.8285997,0.67278147,-0.4788305,0.25773978,-0.022040568,-0.21490788,0.4396755,-0.6395227,0.8031222,-0.92120135,0.9870676,-0.9969875,0.950399,-0.84994256,0.70131207,-0.5129317,0.2954788,-0.1925625,-0.04485196,0.27972424,-0.49874198,0.6894914,-0.84116095,0.9451542,-0.9955768,0.98957086,-0.9274768,0.8128141,-0.6520817,0.45438984,-0.2309435,-0.00559255,0.24181162,-0.46432498,0.6605208,-0.8192788,0.93160063,-0.9911201,0.9944637,-0.9414418,0.8350597,-0.6813471,0.48901623,-0.2689683,0.033675484,0.20352605,-0.4291919,0.63053143,-0.796133,0.9166103,-0.98513484,0.99782276,-0.95395476,0.8560174,-0.7095616,0.5228884,-0.3065783,0.072891586,0.16492659,-0.39339685,0.5995697,-0.77175933,0.83480966,-0.9412885,0.9944158,-0.9911804,0.9317657,-0.8195392,0.66086185,-0.46472734,0.24225245,-0.0060468824,-0.23050141,0.45398507,-0.6517372,0.81254935,-0.9273069,0.9895053,-0.99561936,0.9453025,-0.8414066,0.6898204,-0.49913573,0.28016043,-0.045305837,-0.19211665,0.4186501,-0.6214548,0.7890359,-0.91189504,0.9830687,-0.99852276,0.95738137,-0.86197627,0.7177151,-0.53277427,0.3176363,-0.08449492,-0.15343557,0.38266945,-0.5902139,0.76430553,-0.8950769,0.97511595,-0.9998862,0.96798366,-0.93592834,0.8261532,-0.6695524,0.47500187,-0.25352857,0.017685495,0.21915999,-0.44358367,0.64286536,-0.8057099,0.92288744,-0.9877565,0.9966402,-0.9490351,0.84763944,-0.6982002,0.5091876,-0.29131457,0.056930054,0.18068121,-0.40805158,0.61229396,-0.7818319,0.9070563,-0.98086935,0.9990876,-0.9606782,0.8678184,-0.72577125,0.542588,-0.32865125,0.09608681,0.14192377,-0.37189022,0.5807782,-0.75674814,0.8898262,-0.9724695,0.99999404,-0.9708397,0.8866589,-0.75222296,0.57515156,-0.36548108,0.13509537,-0.029321713,-0.20778887,0.43312213,-0.63390636,0.7987613,-0.918343,0.9858738,-0.997526,0.95263916,-0.8537575,0.7064855,-0.51917046,0.30242923,-0.068546556,-0.1692213,0.39739782,-0.6030501,0.774522,-0.9020946,0.97853714,-0.99951696,0.96384495,-0.8735429,0.7337292,-0.55232817,0.3396217,-0.10766568,-0.13039273,0.3610606,-0.5712638,0.7490882,-0.8844549,0.96969134,-0.99996644,0.9735642,-0.8919811,0.7598412,-0.58463407,0.37629032,-0.14661875,-0.091363065,0.3241665,-0.5385964,0.72249913,-0.7917045,0.9136742,-0.9838576,0.99827665,-0.9561142,0.85975987,-0.71467507,0.529083,-0.31350294,0.08015377,0.15773846,-0.3866902,0.5937246,-0.7671072,0.89701074,-0.9760724,0.999811,-0.9668811,0.87914914,-0.74158764,0.56199354,-0.3505461,0.119229965,0.11884403,-0.35018206,0.56167203,-0.7413268,0.8789638,-0.9667818,0.99980336,-0.97615683,0.89718246,-0.7673565,0.59403735,-0.3870486,0.15812227,0.07976632,-0.31313384,0.52875316,-0.71440315,0.8595613,-0.9560002,0.99825376,-0.983927,0.91383207,-0.86564577,0.7227678,-0.53892386,0.32453418,-0.09175013,-0.14623424,0.3759302,-0.5843187,0.7595884,-0.8918053,0.97347534,-0.99996954,0.9697862,-0.8846362,0.74934566,-0.5715828,0.36142302,-0.1307781,-0.10727923,0.33925608,-0.5520041,0.733465,-0.87335366,0.9637413,-0.9995048,0.9786172,-0.9022623,0.7747678,-0.6033601,0.39775446,-0.16960438,-0.06815877,0.30205873,-0.5188382,0.7062104,-0.853555,0.9525209,-0.9974986,0.9859388,-0.9184968,0.7989951,-0.63420695,0.43347245,-0.20816906,-0.028933184,0.13471022,-0.36511925,0.5748336,-0.7519668,0.8864791,-0.97074646,0.99999267,-0.97256005,0.89000344,-0.7570022,0.58109456,-0.372251,0.14230852,0.09569991,-0.3282841,0.5422615,-0.7255038,0.8676252,-0.9605702,0.9990709,-0.980945,0.9072198,-0.7820742,0.6126012,-0.40840644,0.18106349,0.056541983,-0.2909427,0.508853,-0.69792193,0.84743315,-0.94891256,0.99660826,-0.98781705,0.92303705,-0.8059401,0.643163,-0.44393197,0.21953921,0.017296862,-0.25315258,0.47465977,-0.66926366,0.8259342,-0.88103276,0.96788603,-0.99988025,0.975202,-0.89525014,0.7645561,-0.59052765,0.38302854,-0.15381965,-0.08410761,0.31726772,-0.5324453,0.71744436,-0.86177915,0.957269,-0.9985016,0.9831399,-0.91205454,0.78927463,-0.62175924,0.41900307,-0.19249809,-0.04491754,0.27978727,-0.49879888,0.68953896,-0.8411965,0.94517565,-0.99558294,0.9895614,-0.92745227,0.81277585,-0.65203196,0.45433137,-0.23087962,-0.005658195,0.24187532,-0.46438313,0.6605701,-0.8193164,0.9316245,-0.99112886,0.99445677,-0.94141966,0.8350236,-0.77200645,0.5998807,-0.39375415,0.16530995,0.07250392,-0.3062083,0.5225571,-0.70928764,0.8558164,-0.9538381,0.997797,-0.98520154,0.91676563,-0.7963681,0.6308331,-0.42954293,0.2039066,0.033287007,-0.26859394,0.48867714,-0.6810625,0.8348458,-0.94131064,0.99442273,-0.9911717,0.93174183,-0.8195016,0.66081256,-0.4646692,0.24218875,-0.0059812376,-0.2305653,0.45404357,-0.651787,0.8125876,-0.92733145,0.9895148,-0.9956132,0.9452811,-0.8413711,0.68977284,-0.49907884,0.2800974,-0.045240257,-0.19218107,0.29510742,-0.512598,0.7010349,-0.8497377,0.950278,-0.9969573],"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/cosf/test/fixtures/julia/huge_positive.json b/lib/node_modules/@stdlib/math/base/special/cosf/test/fixtures/julia/huge_positive.json new file mode 100644 index 000000000000..ac4d940dfce7 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/cosf/test/fixtures/julia/huge_positive.json @@ -0,0 +1 @@ +{"expected":[-0.99412024,0.99138546,0.9656902,0.923357,0.8651152,0.6981214,0.70517635,0.4882315,0.4968486,0.24483936,-0.02525298,-0.015353559,-0.005452633,0.0044488274,-0.52326,-0.5147967,-0.5062829,-0.4977195,-0.8801074,-0.87536335,-0.9987246,-0.99917555,-0.9995285,-0.9997836,-0.9999405,-0.9999995,-0.9999604,-0.44354558,-0.45239794,-0.46120593,-0.46996874,-0.47868544,-0.4873552,-0.49597722,-0.5045506,0.5574257,0.549178,0.54087645,0.5325219,0.52411515,0.99490154,0.5071483,0.9967035,0.4899826,0.9981146,0.47262475,0.9991343,0.39772826,0.9997622,0.41581842,0.999998,0.4337455,0.9998417,0.4515025,-0.6065346,0.46908244,-0.5906722,0.48647842,-0.57457817,0.5036836,-0.5582588,0.52069134,-0.5417205,-0.992588,-0.5249698,-0.9947998,-0.5080132,-0.99662155,-0.49085742,-0.9980525,-0.3785532,-0.99909204,-0.39680704,-0.99973977,-0.41490528,-0.99999547,-0.4328408,0.6229448,-0.45060658,0.6073324,0.9796582,0.5914819,-0.48560116,-0.99709815,0.9868357,0.5590913,-0.5198341,0.30316943,0.9924655,0.5258239,-0.5532517,0.34066382,0.9965386,0.49173173,-0.68362445,0.37762392,0.99904877,0.45686832,-0.6541901,0.41399175,0.99999195,-0.9707034,-0.6237297,0.44971022,0.9993667,-0.97945625,-0.592291,0.4847234,-0.2642315,-0.9866729,-0.55992335,0.5189763,-0.3022127,-0.992342,-0.5266775,0.7126911,-0.3397199,-0.99645466,-0.49260557,0.68435675,-0.37669423,-0.9990045,-0.45776102,0.654949,-0.41307777,-0.9999874,0.9704617,0.624514,-0.4488134,-0.9994019,0.97925335,0.5930995,-0.48384514,0.26326326,0.986509,0.5607548,-0.51811796,0.30125567,0.9922175,0.52753055,-0.71339494,0.3387756,0.9963697,0.4934789,-0.68508834,0.37576416,0.9989592,-0.959867,-0.65570724,0.41216338,0.9999819,-0.9702191,-0.62529767,0.44791615,-0.22387968,-0.97904944,-0.5939074,0.4829664,-0.2622947,-0.9863442,0.91946036,0.5172591,-0.30029833,0.066316836,-0.528383,0.714098,0.9884094,-0.99628377,0.9476895,0.5833583,-0.37483373,0.1450639,-0.45954505,0.65646476,-0.8161766,-0.9999753,0.9699754,-0.8849981,-0.44701844,0.22290124,-0.38782513,0.5947147,-0.7678963,-0.99739575,0.9861784,-0.9190652,-0.5163998,0.2993407,-0.065315194,0.529235,-0.71480036,0.85985136,0.9961968,-0.9473686,-0.58254266,0.37390292,-0.14407063,0.46043634,-0.6572217,0.8167562,0.99996775,-0.9697308,0.88453025,0.4461203,-0.22192256,0.38875017,-0.5955214,0.76853895,0.9974677,-0.98601156,0.9186691,0.51553994,-0.29838276,0.064313486,-0.53008646,0.71550196,-0.8603634,-0.99610883,0.94704676,0.5817265,-0.3729717,0.14307721,-0.4613272,0.65797794,-0.81733495,-0.9999592,0.9694852,-0.8840616,-0.44522166,0.22094366,0.01585726,0.59632754,-0.76918083,-0.99753857,0.9858438,-0.91827214,-0.5146795,0.29742453,-0.06331172,0.5309374,-0.7162029,0.8608746,0.99601984,-0.94672394,-0.58090967,0.37204015,-0.14208364,0.4622176,-0.6587335,0.81791294,0.99994963,-0.96923864,0.88359195,0.44432262,-0.21996453,-0.016860943,-0.59713304,0.7698219,0.9976084,-0.985675,0.9178742,0.5138186,-0.29646596,0.062309884,-0.53178775,0.7169031,-0.8613849,-0.9959299,0.9464002,-0.8432293,-0.3711082,0.14108995,-0.4631075,0.65948844,-0.81849,-0.999939,0.9689911,-0.88312143,-0.4434231,0.2189852,0.01786461,0.59793794,-0.7704622,0.89931726,0.98550516,-0.91747534,-0.51295716,0.29550713,-0.061307985,0.5326376,-0.71760255,0.86189437,0.9958389,-0.9460755,0.8426893,0.37017587,-0.1400961,0.46399698,-0.6602427,0.81906635,0.99992746,-0.96874255,0.8826501,0.44252312,-0.21800564,-0.018868258,-0.59874225,0.7711017,-0.8997558,-0.9853344,0.9170756,0.5120952,-0.294548,0.060306024,-0.5334869,0.7183013,-0.862403,-0.9957469,0.9457498,-0.84214836,0.6908146,0.24242625,-0.46488595,0.66099626,-0.8196418,0.9318307,-0.99120414,0.6411888,-0.44162273,0.21702585,0.019871887,-0.2556433,0.9539063,-0.9978121,0.9851626,-0.91667485,0.79623073,-0.63065684,-0.31938627,0.5343357,-0.7189993,0.8629107,-0.9579129,0.7542233,-0.5776367,0.36831012,-0.13810799,-0.099922,0.33228847,-0.9748863,0.99990124,-0.9682426,0.8817046,-0.7451924,0.5664432,0.39429227,-0.600349,0.77237844,-0.90063006,0.9778347,-0.69918334,0.5103698,-0.29262882,0.058301922,0.1793295,-0.40679666,0.98959666,-0.99555993,0.94509566,-0.8410641,0.68936163,0.24437352,-0.4666625,0.66250145,-0.8207903,0.9325574,-0.99146783,0.6396469,-0.4398206,0.21506563,0.021879084,-0.2575837,0.4786887,-0.9979428,0.9848161,-0.9158707,0.7950145,-0.6290975,-0.3212881,0.5360316,-0.72039324,0.86392355,-0.95848733,0.99872476,-0.5759967,0.36644286,-0.1361193,-0.10191938,0.33418137,-0.9753314,0.999871,-0.9677387,0.88075566,-0.7438521,0.56478757,0.39613646,-0.6019534,0.7736521,-0.90150076,0.97825307,-0.6977466,0.50864226,-0.29070848,0.056297585,0.18130423,-0.40862986,0.9898835,-0.99536896,0.9444377,-0.8399764,0.68790585,-0.4968454,-0.4684372,0.66400397,-0.8219355,0.9332803,-0.99172753,0.63810235,-0.43801668,0.21310455,0.023886193,-0.25952306,0.4804504,-0.99806947,0.98446554,-0.91506284,0.7937951,-0.62753564,-0.32318863,0.5377253,-0.7217842,0.8649329,-0.9590578,0.9988241,-0.5743544,0.36457413,-0.13413009,-0.103916354,0.3360729,-0.9757726,0.99983674,-0.9672309,0.8798031,-0.7425088,0.56312966,0.39797905,-0.6035553,0.77492255,-0.9023678,0.9786675,-0.9994971,0.5069127,-0.28878698,0.054293025,0.18327822,-0.4104614,0.99016637,-0.99517393,0.9437759,-0.8388853,0.6864473,-0.49510208,-0.47021,0.6655038,-0.8230773,0.9339995,-0.99198323,0.6365553,-0.436211,0.2111426,0.025893206,-0.2614614,0.48221016,-0.9981922,0.9841111,-0.9142513,0.7925725,-0.62597126,-0.32508788,0.53941697,-0.72317225,0.8659387,-0.95962447,0.9989194,-0.5727098,0.36270395,-0.13214032,-0.10591292,0.33796307,-0.5508578,0.9997985,-0.9667192,0.87884706,-0.74116254,0.56146944,0.39982003,-0.6051549,0.7761899,-0.9032312,0.979078,-0.99943143,0.50518113,-0.2868643,0.05228824,0.18525147,-0.4122913,0.9904452,-0.994975,0.9431103,-0.83779085,0.68498605,-0.4933568,-0.4719809,0.6670009,-0.8242158,0.93471485,-0.99223495,0.9935159,-0.43440357,0.2091798,0.027900115,-0.26339868,0.483968,-0.9983108,0.9837526,-0.91343606,0.79134667,-0.6244044,0.42207128,0.54110634,-0.7245574,0.8669411,-0.96018726,0.99901074,-0.57106286,0.3608323,-0.13015004,-0.10790904,0.33985192,-0.55253226,0.99975616,-0.96620363,0.8778874,-0.73981327,0.559807,0.4016594,-0.6067519,0.7774542,-0.90409094,0.97948456,-0.9993617,0.5034475,-0.28494048,0.05028325,0.18722399,-0.4141195,0.61754304,-0.99477196,0.94244087,-0.836693,0.683522,-0.49160948,-0.47374988,0.66849536,-0.82535106,0.9354265,-0.99248266,0.99328566,-0.4325944,0.20721616,0.02990691,-0.26533487,0.48572388,-0.9984254,0.9833902,-0.91261715,0.7901177,-0.6228349,0.4202504,0.54279363,-0.72593963,0.86794,-0.96074617,0.999098,-0.56941366,0.3589592,-0.12815921,-0.10990474,0.34173936,-0.55420446,0.9997098,-0.9656842,0.8769243,-0.738461,0.5581423,-0.34618858,-0.6083465,0.7787153,-0.9049471,0.9798871,-0.99928796,0.50171185,-0.2830155,0.048278052,0.18919575,-0.41594607,0.6191209,-0.9945649,0.9417677,-0.8355918,0.6820552,-0.48986024,-0.47551697,0.66998714,-0.82648295,0.93613434,-0.9927264,0.9930514,-0.43078345,0.20525168,0.031913586,-0.26727003,0.48747778,-0.99853605,0.9830238,-0.91179454,0.7888855,-0.62126297,0.4184278,-0.19187641,-0.045550372,0.2803954,-0.88245904,0.7462593,-0.56776214,0.35708463,-0.12616788,-0.11189999,0.34362543,-0.55587447,0.73661697,-0.87560856,0.96497136,-0.059900448,-0.17775391,0.4053333,-0.60993874,0.77997327,-0.90579957,0.9802858,-0.99921024,0.96150017,-0.869293,0.727815,0.8198745,-0.9319781,0.99125785,-0.9943539,0.9410907,-0.8344872,0.6805856,-0.488109,0.2679667,-0.032636262,-0.20454396,0.9165124,-0.7959848,0.6303414,-0.42897078,0.20328638,0.03392013,-0.26920408,0.48922974,-0.68152624,0.83519435,-0.9415243,0.13770555,0.10032627,-0.33267167,0.54616153,-0.72869533,0.8699272,-0.9618524,0.9992604,-0.9800312,0.90525454,-0.7791687,0.6089203,0.9008066,-0.9779197,0.999605,-0.9646335,0.87498736,-0.7357476,0.5548062,-0.3424188,0.11062338,0.12744209,-0.35828424,0.8408442,-0.68906724,0.49823445,-0.2791621,0.04426709,0.19313696,-0.41959417,0.6222691,-0.7896743,0.9123213,-0.9832587,-0.022285298,0.2579763,-0.4790454,0.67296255,-0.8287367,0.93753874,-0.9932018,0.9925709,-0.9356819,0.8257591,-0.66903293,-0.8641281,0.9586031,-0.9987452,0.9822792,-0.91013837,0.7864116,-0.6181116,0.41477755,-0.1879342,-0.0495611,0.2842473,-0.8805632,0.74358046,-0.56445223,0.3533312,-0.12218368,-0.115889125,0.34739342,-0.55920774,0.7393266,-0.87754095,0.966017,-0.055891916,-0.18170379,0.40900066,-0.61311567,0.7824798,-0.90749353,0.98107123,-0.99904263,0.960389,-0.8673013,0.7250556,-0.54171425,-0.93342614,0.9917796,-0.9939198,0.93972534,-0.83226794,0.6776383,-0.4846006,0.2640961,-0.028622879,-0.20847268,0.43375218,-0.7935479,0.62721926,-0.42534027,0.19935332,0.03793281,-0.27306893,0.49272773,-0.6844591,0.83739585,-0.9428696,0.9949023,0.10432046,-0.33645555,0.5495206,-0.73143923,0.8719005,-0.9629431,0.99940675,-0.97922486,0.90354127,-0.77664566,0.6057303,0.9025428,-0.9787509,0.9994841,-0.9635674,0.8730363,-0.7330223,0.5514611,-0.33864352,0.10663187,0.13142358,-0.36203003,0.83866405,-0.6861518,0.49474904,-0.27530423,0.040255405,0.19707507,-0.42323548,0.6254072,-0.79213136,0.91395813,-0.98398244,-0.02629938,0.26185355,-0.4825661,0.6759271,-0.83097714,0.938928,-0.99366117,0.9920744,-0.93425757,0.82348776,-0.6660433,-0.8661419,0.9597387,-0.9989382,0.98151875,-0.9084675,0.783925,-0.6149503,0.41112062,-0.18398897,-0.053571023,0.28809467,-0.5062893,0.74088967,-0.5611332,0.3495721,-0.11819752,-0.11987639,0.35115582,-0.562532,0.7420243,-0.8794592,0.9670471,-0.99982345,-0.18565075,0.41266143,-0.61628276,0.7849737,-0.9091729,0.9818409,-0.9988589,0.9592624,-0.8652955,0.72228444,-0.53833485,-0.9348592,0.99228543,-0.99346966,0.93834484,-0.83003527,0.67468,-0.4810844,0.2602213,-0.024609033,-0.21239804,0.43736658,-0.7910982,0.6240869,-0.4217029,0.19541705,0.041944873,-0.27692938,0.49621776,-0.6873809,0.8395838,-0.94419974,0.9952992,0.10831297,-0.340234,0.55287087,-0.7341714,0.87385964,-0.9640182,0.999537,-0.9784028,0.90181345,-0.77411,0.6025306,0.9042645,-0.97956634,0.9993471,-0.9624857,0.8710712,-0.73028517,0.5481071,-0.33486277,0.10263865,0.13540295,-0.36577,0.57540554,-0.68322533,0.49125564,-0.2714419,0.036243077,0.20100999,-0.42686996,0.6285353,-0.7945757,0.91558015,-0.98469025,0.9979889,0.2657266,-0.48607898,0.6788808,-0.83320415,0.94030213,-0.99410456,0.99156183,-0.9328182,0.8212031,-0.6630429,0.46730188,0.9608588,-0.99911517,0.9807424,-0.906782,0.7814258,-0.61177903,0.40745708,-0.18004079,-0.057580084,0.29193735,-0.50974786,0.73818696,-0.5578051,0.34580734,-0.11420946,-0.12386173,0.35491255,-0.56584716,0.74471,-0.8813633,0.96806157,-0.9998908,-0.1895947,0.41631553,-0.6194399,0.78745496,-0.9108376,0.9825947,-0.9986591,0.9581202,-0.8632759,0.7195017,-0.53494674,-0.93627715,0.9927752,-0.99300355,0.9369492,-0.82778925,0.6717109,-0.47756046,0.25634226,-0.020594792,-0.21631998,0.4409739,-0.78863573,0.62094456,-0.41805872,0.19147763,0.045956258,-0.28078538,0.4996998,-0.69029164,0.84175825,-0.9455147,0.99568003,-0.98941106,-0.344007,0.5562122,-0.7368917,0.8758047,-0.9650779,0.99965113,-0.97756493,0.9000711,-0.7715619,0.5993212,-0.3931114,-0.980366,0.99919397,-0.9613884,0.8690921,-0.7275363,0.5447443,-0.33107662,0.098643765,0.13938014,-0.3695041,0.5786848,-0.6802879,0.48775432,-0.26757523,0.032230165,0.20494168,-0.4304976,0.6316532,-0.7970072,0.91718745,-0.98538226,0.9977263,0.26959535,-0.48958406,0.6818235,-0.83541775,0.9416611,-0.99453187,0.9910333,-0.93136376,0.81890523,-0.6600318,0.46374825,0.9619635,-0.999276,0.9799503,-0.9050818,0.778914,-0.60859793,0.40378696,-0.17608969,-0.061588217,0.29577535,-0.51319814,0.7354723,-0.5544681,0.34203702,-0.11021955,-0.12784508,0.35866353,-0.56915325,0.7473838,-0.88325316,0.9690604,-0.9999421,0.97414786,0.41996294,-0.6225871,0.7899235,-0.9124876,0.9833327,-0.9984432,0.9569627,-0.8612423,0.71670735,-0.53155,0.31626475,0.993249,-0.9925214,0.9355384,-0.8255299,0.6687309,-0.4740288,0.2524591,-0.016580218,-0.22023842,0.44457412,-0.6437117,0.6177922,-0.4144078,0.18753512,0.049966905,-0.28463686,0.50317377,-0.69319123,0.8439191,-0.94681436,0.9960448,-0.98882025,-0.34777442,0.5595445,-0.7396001,0.87773573,-0.9661219,0.9997491,-0.9767113,0.8983142,-0.76900136,0.5961021,-0.38941625,-0.98114985,0.99902475,-0.9602757,0.8670989,-0.7247757,0.5413727,-0.32728514,0.094647296,0.14335509,-0.37323222,0.58195484,-0.67733943,0.48424515,-0.2637042,0.02821673,0.20887005,-0.43411824,0.634761,-0.7994259,0.91877997,-0.98605835,0.99744767,0.2734598,-0.49308124,0.68475527,-0.8376179,0.9430049,-0.9949432,0.9904888,-0.9298943,0.8165942,-0.6570101,0.4601871,-0.23728111,-0.9994207,0.9791424,-0.9033671,0.7763896,-0.605407,0.40011033,-0.17213576,-0.06559536,0.29960856,-0.5166402,0.70438904,-0.5511221,0.3382612,-0.10622787,-0.13182636,0.36240876,-0.5724501,0.7500454,-0.88512874,0.97004366,-0.99997723,0.97323287,0.42360356,-0.6257242,0.7923793,-0.91412294,0.9840548,-0.99821115,0.9557897,-0.8591948,0.7139014,-0.52814466,0.31245303,0.99370676,-0.9920232,0.9341126,-0.82325715,0.66574013,-0.4704895,0.24857187,-0.012565377,-0.22415331,0.44816718,-0.64677924,0.6146298,-0.4107502,0.1835896,0.05397675,-0.2884837,0.50663966,-0.6960797,0.8460664,-0.9480987,0.99639356,-0.9882136,-0.3515362,0.5628679,-0.7422966,0.87965256,-0.96715045,0.999831,-0.9758419,0.89654285,-0.7664284,0.5928734,-0.38571483,0.15669419,0.99883944,-0.95914745,0.8650918,-0.7220034,0.53799236,-0.32348838,0.09064929,0.14732772,-0.37695432,0.5852154,-0.76030695,0.48072815,-0.25982895,0.024202842,0.21279506,-0.43773192,0.63785845,-0.80183166,0.9203577,-0.98671854,0.9971529,-0.9510695,-0.4965705,0.68767595,-0.8398045,0.9443335,-0.99533844,0.98992836,-0.92840993,0.8142699,-0.6539777,0.45661855,-0.23337862,-0.99954927,0.9783187,-0.9016378,0.7738527,-0.6022063,0.39642724,-0.16817904,-0.06960144,0.30343696,-0.5200739,0.7072335,-0.5477672,0.33447987,-0.10223447,-0.1358055,0.36614814,-0.5757378,0.752695,-0.88699013,0.9710113,-0.99999624,0.97230226,0.42723736,-0.62885123,0.79482234,-0.91574347,0.984761,-0.9979631,0.9546013,-0.85713345,0.711084,-0.5247308,0.3086363,0.9941485,-0.9915091,0.93267167,-0.8209712,0.6627387,-0.46694264,0.24468063,-0.008550333,-0.2280646,0.451753,-0.64983636,0.81108755,-0.92636687,0.98914045,-0.9958503,0.94611615,-0.84275687,-0.73791283,0.5574679,-0.34542608,0.11380579,0.1242649,-0.35529238,0.56618214,-0.7449811,0.88155514,-0.9681633,0.99989676,-0.9749568,0.89475703,-0.7638431,0.5896352,-0.38200715,0.15272728,0.08520908,-0.31831583,0.5333807,-0.718214,0.86233944,0.9364198,-0.9928239,0.99295545,-0.9368071,0.8275612,-0.67140985,0.47720343,-0.2559495,0.020188564,0.21671665,-0.44133854,0.6409457,-0.80422455,0.92192054,-0.9873628,0.9968421,-0.9498212,0.8489651,-0.69999033,0.5113407,-0.2937086,0.05942933,0.17821833,0.34438846,-0.5565498,0.7371663,-0.87600076,0.9651842,-0.99966174,0.9774792,-0.89989394,0.77130336,-0.59899586,0.39273778,-0.16421962,-0.0736064,0.30726045,-0.52349925,0.7100665,-0.8563877,0.9541695,-0.99786973,0.98501146,-0.91632354,0.79569906,0.67999,-0.48739958,0.2671837,-0.03182406,-0.20533934,0.43086427,-0.63196814,0.79725254,-0.9173493,0.9854514,-0.99769884,0.9533975,-0.8550583,0.7082551,-0.52130854,0.30481458,-0.07104397,-0.16675335,0.39509922,-0.60105115,0.772936,-0.9010114,-0.96207434,0.99929136,-0.9798693,0.90490896,-0.7786591,0.6082755,-0.4034152,0.17568971,0.061993755,-0.29616347,0.5135468,-0.7018228,0.85032,-0.95062166,0.99704283,-0.9869524,0.9209223,-0.802695,0.6389715,-0.43903166,0.21420783,0.022757135,-0.25843224,-0.42033166,0.622905,-0.7901726,0.91265374,-0.9834065,0.9984204,-0.9568447,0.8610357,-0.7164239,0.5312058,-0.31587926,0.08264898,0.1552658,-0.38438022,0.59170824,-0.76549876,0.8959013,-0.97552496,0.99985653,-0.967517,0.8803394,-0.7432648,-0.6174726,0.41403797,-0.18713601,-0.050372705,0.28502634,-0.5035249,0.693484,-0.844137,0.946945,-0.9960809,0.9887596,-0.9253962,0.8095821,-0.6478815,0.44945943,-0.2255624,-0.011119372,0.2471709,-0.46921295,0.6646604,-0.8224354,0.93359536,0.9812283,-0.99900675,0.9601622,-0.86689645,0.7244957,-0.54103106,0.32690117,-0.0942428,-0.14375718,0.37360913,-0.58228517,0.75795776,-0.8906699,0.9728995,-0.99998593,0.97039396,-0.8858008,0.75100106,-0.5736352,0.36375618,-0.1332597,-0.10478983,0.33689997,0.4934347,-0.6850513,0.8378397,-0.94314003,0.9949839,-0.99043286,0.92974484,-0.8163596,0.6567037,-0.45982635,0.23688638,-0.00051989703,-0.23587605,0.45890275,-0.6559192,0.8157586,-0.92936146,0.99028885,-0.9950874,0.94348514,-0.8384069,0.6858084,0.55078304,-0.3378788,0.105823845,0.1322291,-0.36278743,0.57278323,-0.7503141,0.88531774,-0.9701423,0.9999799,-0.9731394,0.89114213,-0.75863564,0.5831302,-0.3745734,0.1447861,0.09320758,-0.32591832,0.5401563,-0.7237786,0.86637765,-0.9598712,-0.9937522,0.9919719,-0.9339675,0.8230264,-0.6654369,0.47013092,-0.24817829,0.012159096,0.22454926,-0.44853035,0.64708906,-0.8089713,0.9250016,-0.9886036,0.99617225,-0.9472787,0.844694,-0.6942328,0.50442296,-0.28602284,0.051411152,0.18611448,-0.41309127,-0.56320363,0.7425688,-0.8798457,0.9672536,-0.99983835,0.97575307,-0.8963628,0.76616734,-0.59254616,0.38533992,-0.15629289,-0.0816127,0.31489253,-0.5303245,0.7156981,-0.8605065,0.956542,-0.99836147,0.98359454,-0.91307825,0.7908094,-0.6237181,-0.48037183,0.25943658,-0.023796648,-0.21319206,0.4380972,-0.6381713,0.8020744,-0.9205165,0.98678446,-0.9971222,0.9509438,-0.85086673,0.7025631,-0.51443875,0.29715645,-0.06303152,-0.17466599,0.40246356,-0.6074498,0.77800626,-0.9044659,0.97966117,0.9995614,-0.97823447,0.90146196,-0.77359533,0.60188186,-0.3960542,0.16777849,0.070006765,-0.3038241,0.5204209,-0.70752066,0.8545187,-0.9530833,0.9976278,-0.9856276,0.9177627,-0.7978798,0.63277364,-0.43180236,0.20635687,0.030784776,-0.26618156,-0.4276047,0.62916714,-0.79506886,0.91590667,-0.9848316,0.997937,-0.9544802,0.8569241,-0.71079826,0.5243849,-0.3082498,0.074643336,0.16319385,-0.39178133,0.59816295,-0.77064115,0.89944,-0.9772593,0.99968827,-0.9654557,0.8765018,-0.7378685,0.55741334,0.40671483,-0.17924137,-0.05839134,0.29271448,-0.5104468,0.69924736,-0.84841514,0.94949543,-0.996759,0.9875271,-0.9223228,0.80484205,-0.6417435,0.44227135,-0.21773161,-0.019148972,0.2549442,-0.4762894,0.67063886,-0.8269771,0.93644285,-0.9928317,-0.9986167,0.95788723,-0.86286545,0.7189371,-0.53426,0.31930137,-0.086245045,-0.15169959,0.38104603,-0.58879507,0.7631716,-0.89429224,0.974725,-0.9999111,0.96842307,-0.88204557,0.7456744,-0.5670389,0.3562641,-0.12529658,-0.112772696,0.3444501,0.5004035,-0.69087934,0.8421967,-0.9457789,0.99575514,-0.98929274,0.926758,-0.81169534,0.65062636,-0.4526804,0.22907686,0.0075105727,-0.24367231,0.4660229,-0.66195965,0.82037705,-0.9322961,0.99137336,-0.9942603,0.94079334,-0.8340029,0.6799419,-0.48734227,-0.33030972,0.09783507,0.14018479,-0.37025908,0.5793474,-0.7555987,0.88902324,-0.9720587,0.99999857,-0.9712593,0.8874698,-0.75337917,0.5765876,-0.36711553,0.13683559,0.10120007,-0.3334998,0.546897,-0.7292965,0.8703601,-0.9620923,0.9992938,0.9909244,-0.9310676,0.8184386,-0.6594211,0.46302813,-0.24039108,0.0041288435,0.23236741,-0.45569324,0.65319073,-0.8136659,0.9280231,-0.98978066,0.9954382,-0.9446751,0.8403685,-0.6884305,0.49747276,-0.27831864,0.04338966,0.19399862,-0.4203912,-0.5698212,0.74792343,-0.8836339,0.9692607,-0.9999505,0.9739639,-0.8927738,0.760982,-0.58605826,0.3779172,-0.14835608,-0.089613736,0.3225043,-0.5371156,0.72128356,-0.8645698,0.95885277,-0.9987888,0.9821142,-0.9097741,0.78586876,-0.617421,0.41397822,0.25167271,-0.015767701,-0.22103103,0.44530186,-0.64433336,0.80684453,-0.92362434,0.98805386,-0.99648124,0.94842887,-0.8466202,0.6968258,-0.5075359,0.28947917,-0.055014998,-0.18256737,0.40980196,-0.6138093,0.7830264,-0.9078621,0.981241,-0.9990038,-0.9765366,0.89795685,-0.7684816,0.59544945,-0.38866764,0.15985647,0.07801525,-0.31146514,0.52726144,-0.7131729,0.8586623,-0.95548344,0.99814844,-0.98423916,0.914544,-0.79301316,0.62653494,-0.42454523,0.1984926,0.038810432,-0.2739137,0.4934918,0.6353887,-0.7999138,0.91910046,-0.98619324,0.9973893,-0.95205414,0.8527573,-0.70512676,0.5175302,-0.30060044,0.066632874,0.17111139,-0.3991572,0.60457903,-0.7757339,0.90292066,-0.9789306,0.9994555,-0.96333206,0.8726077,-0.7324246,0.5507282,-0.337817,-0.1713352,-0.06640621,0.30038378,-0.51733583,0.70496565,-0.8526386,0.9519846,-0.99737287,0.98623085,-0.91919,0.80005014,-0.6355641,0.43505472,-0.2098868,-0.027177336,0.2627011,-0.48333514,0.6765741,-0.8314654,0.93922985,-0.9937595,0.9919636,0.95555043,-0.8587787,0.7133321,-0.52745444,0.311681,-0.078241736,-0.15963222,0.38845834,-0.59526694,0.76833624,-0.8978569,0.97648764,-0.9997719,0.9663898,-0.87823343,0.7402995,-0.560406,0.3487491,-0.117325366,-0.12074829,0.351978,-0.5632579,-0.69666284,0.8464993,-0.9483568,0.99646217,-0.98808885,0.9237114,-0.8069787,0.64450705,-0.44550526,0.22125256,0.015540558,-0.25145286,0.473113,-0.6679574,0.8249426,-0.93517065,0.9923939,-0.99336904,0.93804085,-0.82954514,0.6740315,-0.48031425,-0.32271934,0.08983999,0.14813142,-0.37770686,0.58587414,-0.7608346,0.89267147,-0.9739124,0.99995273,-0.96931654,0.88374025,-0.7480742,0.57000786,-0.35963395,0.12887627,0.10918603,-0.34105974,0.55360246,-0.73476744,0.8742863,-0.96425134,0.99956334,-0.9782209,-0.9281077,0.81379795,-0.65336275,0.45589545,-0.23258835,-0.003901675,0.24017055,-0.46282676,0.6592503,-0.81830806,0.9309847,-0.99089384,0.99463993,-0.9420106,0.83598876,-0.68258375,0.49049047,-0.2705965,0.03536537,0.20187026,-0.42766404,0.62921816,0.7532298,-0.8873651,0.9712052,-0.99999815,0.972112,-0.88912725,0.7557475,-0.5795325,0.3704701,-0.14040971,-0.09760899,0.3300953,-0.54387206,0.72682256,-0.8685773,0.9611018,-0.9991517,0.9805705,-0.90641135,0.7808775,-0.61108404,0.40665486,0.24389262,-0.007737736,-0.22885573,0.4524778,-0.6504538,0.8115626,-0.92667264,0.9892596,-0.99577606,0.9458527,-0.84231913,0.69104356,-0.5006002,0.2817832,-0.04699493,-0.19045697,0.41711393,-0.62012917,0.787996,-0.91119975,0.98275745,-0.99861324,0.95786834,0.89439386,-0.7633184,0.58897865,-0.38125604,0.15192413,0.08601872,-0.3190861,0.5340679,-0.71877915,0.8627506,-0.95782197,0.9986047,-0.9827873,0.9112663,-0.7880954,0.6202559,-0.4172607,0.19061553,0.046833582,-0.28162822,0.5004604,-0.6909268,-0.8047072,0.922235,-0.98749125,0.99677724,-0.94956666,0.84853536,-0.6994098,0.5106421,-0.2929317,0.05861812,0.17901789,-0.40650728,0.6109562,-0.78077656,0.9063431,-0.98053885,0.9991583,-0.96114635,0.86865735,-0.7269335,0.5440076,-0.33024776,-0.16341797,-0.0744168,0.30803367,-0.52419144,0.71063846,-0.856807,0.9544124,-0.9979224,0.984871,-0.9159978,0.7952066,-0.6293437,0.42781004,-0.20202845,-0.03520395,0.27044103,-0.49034968,0.68246573,-0.8359001,0.94195634,-0.99462324,0.9909156,-0.9310436,-0.85463667,0.7076812,-0.52061486,0.30404052,-0.070233375,-0.16755454,0.3958456,-0.6017004,0.7734513,-0.9013636,0.9781873,-0.9995681,0.96429414,-0.87436473,0.734877,-0.553737,0.3412116,-0.10934659,-0.12871608,0.35948324,-0.5698752,0.747967,0.85074735,-0.95087355,0.99710494,-0.98682123,0.92060524,-0.80221003,0.6383462,-0.43830138,0.213414,0.023569541,-0.25921717,0.48017257,-0.67391217,0.82945496,-0.9379848,0.9933505,-0.99241376,0.9352278,-0.8250339,0.66807765,-0.47325528,0.25160918,0.08183911,0.1560685,-0.3851303,0.5923632,-0.7660214,0.89626205,-0.9757033,0.99984246,-0.96731126,0.8799536,-0.7427209,0.5633914,-0.3521292,0.120908625,0.117164955,-0.3485977,0.5602722,-0.7401909,0.8781562,-0.96634823,0.9997684,-0.97652245,0.897928,0.8091048,-0.6472623,0.4487334,-0.22477064,-0.011931943,0.24795823,-0.4699304,0.66526735,-0.8228974,0.9338863,-0.9919432,0.9937775,-0.93928534,0.8315551,-0.6766931,0.48347652,-0.26285693,0.0273388,0.20972887,-0.43490928,0.63543934,-0.7999532,-0.8910391,0.9730871,-0.99998134,0.9701974,-0.88542336,0.75046426,-0.57296944,0.3629991,-0.13245428,-0.10559795,0.33766496,-0.5505934,0.7323146,-0.8725288,0.9632887,-0.9994502,0.9789636,-0.9029901,0.7758358,-0.6047077,0.39930528,-0.17127052,0.0002927269,-0.23666568,0.4596246,-0.65653235,0.81622833,-0.92966115,0.9904015,-0.9950066,0.94321555,-0.83796376,0.6852168,-0.49363226,0.27406907,-0.038971834,-0.19833429,0.424399,-0.62640905,0.79291475,-0.91447866,0.9842106,-0.9981583,0.95553106,0.8907731,-0.75810593,0.5824699,-0.37381983,0.143982,0.094016634,-0.32668647,0.54083997,-0.72433907,0.8667832,-0.96009874,0.99899656,-0.9812721,0.90792984,-0.78312683,0.6139368,-0.4099493,0.18272617,0.054853715,-0.28932455,0.5073967,-0.69670993,0.84653425,0.92531013,-0.9887256,0.9961009,-0.94701797,0.8442588,-0.6936477,0.5037211,-0.28524408,0.050599586,0.18691283,-0.4138312,0.6172939,-0.78576887,0.90970707,-0.9820838,0.9987967,-0.95889866,0.8646509,-0.72139543,0.53725183,-0.3226572,0.08977461,-0.082422584,0.31566373,-0.53101325,0.71626544,-0.8609202,0.95677865,-0.99840766,0.9834477,-0.9127466,0.79031175,-0.6230827,0.42053777,-0.19415708,-0.043228287,0.2781635,-0.49733263,0.6883133,-0.84028095,0.9446221,-0.9954228,0.9898037,-0.92808324,-0.8504395,0.7019846,-0.51374173,0.29638043,-0.062220484,-0.17546608,0.40320733,-0.6080951,0.77851653,-0.9048123,0.9798239,-0.9992999,0.9621363,-0.8704396,0.729407,-0.54703224,0.33365208,-0.10136076,-0.1366756,0.36696526,-0.57645565,0.75327295,-0.8873953,-0.95332897,0.9976834,-0.98548996,0.9174397,-0.7973897,0.6321442,-0.43106925,0.20556167,0.031597003,-0.2669648,0.4872012,-0.67982346,0.8339138,-0.94073856,0.994243,-0.9913945,0.9323545,-0.8204694,0.6620807,-0.4661658,0.24382897,-0.007672092,0.16399552,-0.39252886,0.59881395,-0.77115875,0.8997949,-0.9774313,0.99966764,-0.96524364,0.8761103,-0.73731977,0.5567385,-0.34460172,0.11293319,0.12513632,-0.3561132,0.56690586,-0.7455667,0.88196945,-0.96838284,0.999909,-0.97476107,0.8943645,0.8043595,-0.64112,0.44154236,-0.21693842,-0.01996144,0.25572988,-0.47700378,0.67124146,-0.8274337,0.9367276,-0.9929285,0.992851,-0.9364995,0.82706785,-0.67075866,0.47643143,-0.2551004,0.019310465,0.21757397,-0.44212645,0.64161956,-0.8047462,0.9222604,0.97490627,-0.9999,0.9682202,-0.88166237,0.7451326,-0.56636935,0.35550472,-0.12449031,-0.1135801,0.34521288,-0.5572792,0.7377595,-0.8764241,0.9654136,-0.9996842,0.97729355,-0.89951056,0.7707441,-0.5982924,0.39192992,-0.1633532,-0.07448226,-0.24446036,0.46674174,-0.6625685,0.82084143,-0.9325897,0.9914795,-0.99417305,0.94051754,-0.83355427,0.6793458,-0.4866325,0.26633725,-0.030946223,-0.20619883,0.4316567,-0.6326486,0.7977824,-0.91769856,0.9856003,-0.99763894,0.95313215,-0.8546026,-0.7528446,0.5759235,-0.36635953,0.13603057,0.102008484,-0.3342658,0.54757714,-0.72985226,0.8707599,-0.9623136,0.999324,-0.9796936,0.9045348,-0.77810776,0.6075781,-0.40261143,0.17482503,0.06287031,-0.29700223,0.5143003,-0.7024482,0.85078186,-0.9508939,-0.9898962,0.9953603,-0.94440824,0.8399278,-0.6878409,0.49676767,-0.27753803,0.04257779,0.19479574,-0.4211284,0.62359184,-0.79071057,0.9130124,-0.9835654,0.9983707,-0.9565891,0.8605887,-0.7158109,0.53046143,-0.31504583,0.08177368,0.15613335,0.32327342,-0.53780085,0.7218462,-0.86497784,0.9590832,-0.9988285,0.9819609,-0.9094365,0.785366,-0.61678153,0.41323838,-0.18627317,-0.051249843,0.28586805,-0.5042835,0.69411653,-0.8446076,0.9472269,-0.9961581,0.9886279,-0.925063,0.80906624,0.69624275,-0.5068355,0.28870124,-0.054203585,-0.18336627,0.41054308,-0.61445063,0.78353155,-0.9082025,0.9813973,-0.99896723,0.9599164,-0.8664583,0.72389,-0.5402922,0.32607102,-0.093368396,-0.14462627,0.37442365,-0.582999,0.7585304,-0.8910688,-0.95572287,0.99819756,-0.98409516,0.914215,-0.79251784,0.6259014,-0.42380935,0.19769609,0.03962243,-0.2746952,0.4941984,-0.6856909,0.8383189,-0.9434316,0.9950714,-0.99031126,0.92942107,-0.81585205,0.6560411,-0.45904624,0.23603302,0.000358373,-0.23672946,-0.39990214,0.60522616,-0.7762464,0.90326965,-0.97909623,0.9994284,-0.9631137,0.8722105,-0.73187107,0.5500498,-0.33705205,0.104950465,0.13309962,-0.3636057,0.5735029,-0.7508944,0.8857258,-0.9703549,0.9999851,-0.97293687,0.8907433,-0.75806314,-0.63493645,0.4343229,-0.20909221,-0.02798965,0.26348507,-0.48404637,0.6771723,-0.83191663,0.93950856,-0.9938498,0.9918605,-0.93365324,0.8225273,-0.6647811,0.46935558,-0.2473274,0.011280886,0.22540502,-0.44931516,0.6477584,-0.8094873,0.925335,0.9766625,-0.9997542,0.96618056,-0.8778445,0.739753,-0.5597328,0.34798738,-0.11651831,-0.121554926,0.35273853,-0.5639292,0.74315673,-0.8802628,0.9674762,-0.9998538,0.9755604,-0.8959731,0.76560265,-0.5918385,0.38452932,-0.15542535,-0.08248801,0.315726,-0.5310689,0.7163112,-0.86095357,0.9567977,-0.99841136,0.98343575,-0.9127198,0.7902716,-0.6230314,0.4204782,-0.19409268,0.089030616,0.14893503,-0.37845916,0.58653253,-0.76136166,0.8930374,-0.9740965,0.9999445,-0.96911645,0.8833596,-0.7475347,0.56934,-0.35887557,0.12807038,0.10999376,-0.34182355,0.554279,-0.7353184,0.87468046,-0.96446633,0.999587,-0.97805184,0.90108144,-0.7730385,0.60118026,-0.3952476,0.16691262,0.07088285,-0.30466074,0.5211707,-0.7081411,0.85497457,-0.95334876,0.9976879,-0.9854788,0.9174136,-0.79735005,0.6320933,-0.43101004,0.20549743,0.031662617,-0.26702803,0.48725852,-0.67987156,0.75376403,-0.8877395,0.9713985,-0.9999994,0.9719211,-0.8887551,0.75521505,-0.57887006,0.36971518,-0.13960509,-0.0984177,0.33086225,-0.54455376,0.7273804,-0.8689797,0.9613259,-0.99918485,0.98041075,-0.9060678,0.7803696,-0.6104406,0.40591234,-0.17837727,-0.05926809,0.2935542,-0.51120186,0.699875,-0.84887975,0.9497706,-0.9968293,0.9873884,-0.9219831,0.8043205,-0.64106965,0.44148347,-0.21687433,-0.020027073,0.25579336,-0.47706148,0.6712901,-0.82747054,0.9367506,-0.9929363,0.99284315,-0.93647647,0.8940301,-0.7627932,0.58832175,-0.38050467,0.15112089,0.08682831,-0.31985614,0.53475475,-0.7193439,0.8631612,-0.95805514,0.9986473,-0.98263687,0.91093135,-0.7875949,0.61961824,-0.4165221,0.18981776,0.0476453,-0.28240785,0.5011637,-0.6915141,0.8426699,-0.9460638,0.9958356,-0.9891642,0.9264277,-0.811182,0.64995915,-0.45189708,0.22822186,0.008388815,-0.24452402,0.4667998,-0.6626177,0.8208789,-0.93261343,0.9914881,-0.99416596,0.94049525,-0.833518,0.6792976,-0.48657516,0.26627398,-0.030880608,-0.07522714,0.3088067,-0.52488333,0.71120995,-0.8572257,0.95465463,-0.99797446,0.9847298,-0.9156715,0.7947136,-0.62871194,0.4270754,-0.20123252,-0.036016054,0.27122328,-0.49105775,0.68305945,-0.8363459,0.94222885,-0.99470705,0.990806,-0.9307468,0.8179336,-0.6587606,0.4622495,-0.23953846,0.0032505793,0.23322155,-0.45647484,0.6538555,-0.81417614,0.9283499,-0.98990554,0.995354,-0.94438666,0.83989215,-0.6877932,0.4967107,-0.27747497,0.0425122,0.19486013,-0.42118794,0.62364316,-0.79075074,0.8511742,-0.9511248,0.9971664,-0.9866894,0.9202876,-0.8017246,0.63772047,-0.43757084,0.21262002,0.024381932,-0.26000193,0.48088524,-0.6745123,0.8299086,-0.9382663,0.9934437,-0.99231356,0.9349398,-0.8245744,0.6674728,-0.47253928,0.25082263,-0.014889534,-0.22188748,0.44608808,-0.64500475,0.80736303,-0.9239606,0.98818886,-0.9964073,0.9481501,-0.8461525,0.6961956,-0.5067789,0.28863838,-0.054138035,-0.1834308,0.41060293,-0.61450243,0.7835723,-0.90823,0.9814099,-0.99896425,0.95989805,-0.8664256,0.808627,-0.6466426,0.44800702,-0.22397873,-0.012744504,0.24874538,-0.47064757,0.6658738,-0.82335883,0.9341765,-0.9920458,0.9936867,-0.93900615,0.8311035,-0.67609453,0.48276505,-0.2620728,0.02652647,0.21052335,-0.43564087,0.6360666,-0.80044055,0.9194462,-0.9863383,0.9973255,-0.9517851,0.8522982,-0.7045037,0.51677847,-0.29976267,0.06575654,0.17197664,-0.3999623,0.60527843,-0.7762878,0.9032978,-0.9791096,0.9994262,-0.9630961,0.8721784,-0.73182636,0.54999495,-0.33699024,0.10488518,0.13316467,-0.23745513,0.46034613,-0.6571451,0.81669754,-0.92996025,0.9905135,-0.9949252,0.9429453,-0.83752,0.6846247,-0.4929254,0.27328748,-0.038159814,-0.19913071,0.42513466,-0.6270423,0.79340965,-0.9148072,0.98435414,-0.9981086,0.9552911,-0.85832846,0.71271634,-0.52670807,0.31084636,-0.07736612,-0.16049916,0.38926747,-0.5959724,0.76889807,-0.89824325,0.9766766,-0.9997527,0.96616364,-0.8778131,0.7397088,-0.5596784,0.34792584,-0.11645312,-0.12162008,0.35279995,-0.5639834,0.74320066,-0.8802939,0.92561793,-0.98884696,0.9960289,-0.94675666,0.843823,-0.6930621,0.503019,-0.2844651,0.049787987,0.18771107,-0.41457084,0.61793303,-0.7862713,0.9100442,-0.98223656,0.9987565,-0.95866776,0.8642424,-0.72083247,0.53656626,-0.32188794,0.08896524,0.14899994,-0.37851992,0.5865857,-0.7614042,0.89306694,-0.9741113,0.99994385,-0.9691003,0.88332886,-0.74749106,0.56928605,-0.3588143,0.12800527,0.11005901,-0.34188524,0.5543337,-0.7353629,0.8747123,-0.9644837,0.9995889,-0.9780382,0.901053,-0.77299684,0.70140564,-0.5130444,0.29560423,-0.061409414,-0.17626603,0.40395084,-0.60874003,0.7790263,-0.905158,0.979986,-0.9992691,0.9619145,-0.8700393,0.7288509,-0.5463518,0.3328859,-0.10055229,-0.13748054,0.36772108,-0.57711947,0.7538072,-0.8877697,0.9714141,-0.99999946,0.97190565,-0.888725,0.755172,-0.57881653,0.36965418,-0.13954009,-0.098483026,0.33092418,-0.54460883,0.72742546,-0.8690122,0.96134394,-0.99918747,0.9803978,-0.90604,0.7803285,-0.6103886,0.40585235,-0.17831267,-0.059333622,0.1647971,-0.39327613,0.5994646,-0.7716758,0.9001491,-0.9776026,0.99964637,-0.9650309,0.8757183,-0.7367706,0.5560633,-0.34383875,0.112125725,0.12594251,-0.35687244,0.5675751,-0.74610806,0.8823522,-0.9685852,0.9999196,-0.97457933,0.89400065,-0.76275074,0.58826864,-0.38044396,0.15105599,0.0868937,-0.31991833,0.53481025,-0.7193895,0.86319435,-0.958074,0.9986507,-0.9826247,0.9109043,-0.7875545,0.61956674,-0.4164624,0.1897533,0.047710873,-0.28247082,0.5012205,-0.69156146,0.84270525,-0.9460851,0.9750868,-0.9998882,0.9680166,-0.88127863,0.74459046,-0.56569946,0.35474506,-0.12368397,-0.11438742,0.34597543,-0.55795383,0.7383078,-0.8768151,0.9656251,-0.9997043,0.977121,-0.89915526,0.77022606,-0.59764105,0.39118218,-0.16255145,-0.0752926,0.30886912,-0.5249392,0.7112561,-0.8572595,0.9546742,-0.9979786,0.98471844,-0.9156451,0.79467374,-0.6286609,0.42701602,-0.20116821,-0.03608166,0.27128646,-0.49111494,0.68310744,-0.83638185,0.94225085,-0.9947138,0.9907971,-0.93072283,0.8178958,-0.6587112,0.575259,-0.36560327,0.13522546,0.10281684,-0.33503157,0.54825693,-0.73040754,0.8711592,-0.96253425,0.9993536,-0.97953033,0.90418804,-0.77759707,0.60693246,-0.40186745,0.17402487,0.063681304,-0.29777807,0.514997,-0.7030263,0.8512086,-0.95114505,0.99717134,-0.9866787,0.9202619,-0.8016854,0.6376699,-0.4375118,0.21255589,0.024447558,-0.26006532,0.4809428,-0.6745608,0.8299452,-0.938289,0.99345124,-0.9923054,0.9349165,-0.8245373,0.6674239,-0.47248143,0.25075907,-0.014823895,-0.22195148,0.3240423,-0.53848577,0.72240835,-0.86538535,0.9593129,-0.99886745,0.9818069,-0.90909827,0.7848627,-0.6161417,0.41249824,-0.18547471,-0.052061383,0.28664666,-0.50498503,0.69470125,-0.84504235,0.9474871,-0.996229,0.98850536,-0.9247541,0.8085884,-0.64659256,0.44794834,-0.22391474,-0.0128101455,0.24880897,-0.47070548,0.66592276,-0.8233961,0.9341999,-0.99205405,0.9936793,-0.93898356,0.83106697,-0.67604613,0.48270753,-0.26200944,0.026460847,0.21058753,-0.43569997,0.6361173,-0.80047995,0.919472,-0.9863491,0.998246,-0.9839505,0.9138854,-0.792022,0.62526745,-0.42307317,0.19689943,0.0404344,-0.27547646,0.4949047,-0.68628216,0.8387616,-0.94370073,0.99515164,-0.99019814,0.9291209,-0.8153818,0.6554276,-0.45832416,0.23524328,0.0011709967,-0.2375189,0.46040443,-0.65719455,0.81673545,-0.9299844,0.9905225,-0.9949186,0.9429234,-0.8374841,0.6845768,-0.49286827,0.27322432,-0.038094215,-0.19919504,0.42519405,-0.62709343,0.79344964,-0.91483366,0.9843657,-0.9981046,0.9552717,-0.8582947,0.7126703,-0.63430846,0.43359077,-0.20829748,-0.028801946,0.2642689,-0.4847573,0.67777,-0.83236724,0.93978655,-0.99393946,0.9917567,-0.9333619,0.8220648,-0.6641738,0.46863788,-0.24653995,0.010468311,0.22619666,-0.45004097,0.6483773,-0.8099641,0.9256428,-0.98885673,0.99602306,-0.94673556,0.8437878,-0.6930148,0.50296223,-0.28440216,0.049722422,0.18777557,-0.41463056,0.61798465,-0.7863118,0.91007143,-0.9822489,0.99875325,-0.95864904,0.86420935,-0.7207869,0.5365109,-0.32182577,0.08889985,0.14906485,-0.3785807,0.47454423,-0.6691661,0.82586014,-0.93574506,0.9925927,-0.99318093,0.9374764,-0.82863647,0.67283005,-0.47888812,0.2578032,-0.022106199,-0.21484376,0.43961656,-0.63947225,0.8030831,-0.92117584,0.98705703,-0.9969926,0.95041937,-0.84997714,0.70135885,-0.51298803,0.2955415,-0.061343893,-0.17633064,0.4040109,-0.6087921,0.77906746,-0.9051859,0.97999907,-0.9992666,0.96189654,-0.8700069,0.72880596,-0.54629683,0.332824,-0.10048698,-0.13754557,0.36778215,-0.5771731,0.75385034,-0.8877999,0.97142965,-0.9999995,0.9944706,-0.94146395,0.8350958,-0.6813951,0.4890735,-0.26903155,0.033741094,0.20346178,-0.42913258,0.63048047,-0.7960933,0.9165841,-0.9851236,0.99782705,-0.9539745,0.8560513,-0.70960784,0.5229444,-0.3066408,0.072957054,0.16486184,-0.3933365,0.5995171,-0.7717176,0.9001777,-0.9776164,0.99964464,-0.96501374,0.8756866,-0.73672616,0.55600876,-0.34377712,0.112060495,0.12600765,-0.35693374,0.56762916,-0.74615175,0.88238305,-0.9686015,0.9999204,-0.9745646,0.89397126,-0.76270825,0.58821553,-0.4991926,0.28022343,-0.045371417,-0.19205222,0.4185905,-0.62140334,0.78899556,-0.9118681,0.98305666,-0.99852633,0.9574003,-0.8620096,0.71776074,-0.5328298,0.31769854,-0.08456033,-0.1533707,0.3826088,-0.5901609,0.76426315,-0.8950476,0.97510135,-0.99988717,0.9680002,-0.8812476,0.74454665,-0.56564534,0.35468367,-0.123618826,-0.11445264,0.34603703,-0.5580083,0.73835206,-0.8768466,0.9656422,-0.9997059,0.97710705,-0.8991265,0.7701842,-0.5975884,0.39112177,-0.16248667,-0.07535806,0.30893156,-0.524995,0.61224204,-0.781791,0.9070286,-0.9808566,0.9990904,-0.96069646,0.867851,-0.7258164,0.54264313,-0.32871324,0.09615215,0.14185879,-0.37182927,0.5807248,-0.7567052,0.8897962,-0.9724542,0.9999943,-0.9708554,0.88668925,-0.7522662,0.57520527,-0.36554217,0.13516042,0.10288214,-0.3350934,0.5483118,-0.73045236,0.87119144,-0.962552,0.9993559,-0.9795171,0.90415996,-0.77755576,0.6068803,-0.40180734,0.17396022,0.06374682,-0.29784074,0.5150533,-0.70307297,0.8512431,-0.9511653,0.9971763,-0.98666805,0.9638624,-0.87357485,0.73377377,-0.5523829,0.3396834,-0.10773094,-0.13032764,0.36099938,-0.5712099,0.7490447,-0.88442427,0.9696753,-0.9999659,0.9735792,-0.89201075,0.7598839,-0.58468735,0.37635115,-0.1466837,-0.09129769,0.3241044,-0.53854114,0.7224537,-0.8654182,0.95933145,-0.99887055,0.9817944,-0.90907097,0.78482205,-0.61609,0.41243845,-0.1854102,-0.052126937,0.28670958,-0.5050417,0.6947485,-0.84507746,0.9475081,-0.99623466,0.98849547,-0.92472905,0.80854976,-0.64654243,0.44788963,-0.35060757,0.11929514,0.118778855,-0.35012054,0.5616177,-0.74128276,0.87893254,-0.96676505,0.99980205,-0.9761711,0.89721143,-0.7673986,0.59409016,-0.38710916,0.15818709,0.07970089,-0.3130715,0.52869743,-0.7143572,0.85952777,-0.95598096,0.9982499,-0.98393875,0.9138588,-0.79198194,0.6252162,-0.4230137,0.19683507,0.040499996,-0.27553955,0.49496174,-0.6863299,0.8387974,-0.9437225,0.9951581,-0.99018896,0.92909664,-0.81534386,0.655378,-0.4582658,0.23517948,0.0012366428,-0.23758267,0.4604627,-0.657244,0.7334204,-0.8733217,0.9637238,-0.9995028,0.97863066,-0.9022906,0.77480936,-0.6034125,0.3978147,-0.16966906,-0.06809328,0.30199614,-0.5187821,0.7061639,-0.8535209,0.9525009,-0.9974939,0.9859498,-0.9185228,0.79903454,-0.63425773,0.4335316,-0.20823327,-0.028867565,0.2643322,-0.4848147,0.6778183,-0.83240366,0.939809,-0.9939467,0.9917483,-0.9333383,0.82202744,-0.6641247,0.4685799,-0.24647632,0.010402668,0.2262606,-0.4500996,0.6484273,-0.8100026,0.92566764,-0.9888665,0.9960172,-0.98095775,0.9072475,-0.7821151,0.6126531,-0.40846634,0.18112805,0.056476444,-0.2908799,0.5087965,-0.6978749,0.8473983,-0.9488918,0.9966029,-0.98782724,0.9230623,-0.80597895,0.6432133,-0.4439908,0.21960326,0.017231224,-0.25308907,0.47460198,-0.66921484,0.82589716,-0.9357682,0.9926006,-0.99317324,0.93745357,-0.8285997,0.67278147,-0.4788305,0.25773978,-0.022040568,-0.21490788,0.4396755,-0.6395227,0.8031222,-0.92120135,0.9870676,-0.9969875,0.950399,-0.84994256,0.70131207,-0.5129317,0.2954788,-0.1925625,-0.04485196,0.27972424,-0.49874198,0.6894914,-0.84116095,0.9451542,-0.9955768,0.98957086,-0.9274768,0.8128141,-0.6520817,0.45438984,-0.2309435,-0.00559255,0.24181162,-0.46432498,0.6605208,-0.8192788,0.93160063,-0.9911201,0.9944637,-0.9414418,0.8350597,-0.6813471,0.48901623,-0.2689683,0.033675484,0.20352605,-0.4291919,0.63053143,-0.796133,0.9166103,-0.98513484,0.99782276,-0.95395476,0.8560174,-0.7095616,0.5228884,-0.3065783,0.072891586,0.16492659,-0.39339685,0.5995697,-0.77175933,0.83480966,-0.9412885,0.9944158,-0.9911804,0.9317657,-0.8195392,0.66086185,-0.46472734,0.24225245,-0.0060468824,-0.23050141,0.45398507,-0.6517372,0.81254935,-0.9273069,0.9895053,-0.99561936,0.9453025,-0.8414066,0.6898204,-0.49913573,0.28016043,-0.045305837,-0.19211665,0.4186501,-0.6214548,0.7890359,-0.91189504,0.9830687,-0.99852276,0.95738137,-0.86197627,0.7177151,-0.53277427,0.3176363,-0.08449492,-0.15343557,0.38266945,-0.5902139,0.76430553,-0.8950769,0.97511595,-0.9998862,0.96798366,-0.93592834,0.8261532,-0.6695524,0.47500187,-0.25352857,0.017685495,0.21915999,-0.44358367,0.64286536,-0.8057099,0.92288744,-0.9877565,0.9966402,-0.9490351,0.84763944,-0.6982002,0.5091876,-0.29131457,0.056930054,0.18068121,-0.40805158,0.61229396,-0.7818319,0.9070563,-0.98086935,0.9990876,-0.9606782,0.8678184,-0.72577125,0.542588,-0.32865125,0.09608681,0.14192377,-0.37189022,0.5807782,-0.75674814,0.8898262,-0.9724695,0.99999404,-0.9708397,0.8866589,-0.75222296,0.57515156,-0.36548108,0.13509537,-0.029321713,-0.20778887,0.43312213,-0.63390636,0.7987613,-0.918343,0.9858738,-0.997526,0.95263916,-0.8537575,0.7064855,-0.51917046,0.30242923,-0.068546556,-0.1692213,0.39739782,-0.6030501,0.774522,-0.9020946,0.97853714,-0.99951696,0.96384495,-0.8735429,0.7337292,-0.55232817,0.3396217,-0.10766568,-0.13039273,0.3610606,-0.5712638,0.7490882,-0.8844549,0.96969134,-0.99996644,0.9735642,-0.8919811,0.7598412,-0.58463407,0.37629032,-0.14661875,-0.091363065,0.3241665,-0.5385964,0.72249913,-0.7917045,0.9136742,-0.9838576,0.99827665,-0.9561142,0.85975987,-0.71467507,0.529083,-0.31350294,0.08015377,0.15773846,-0.3866902,0.5937246,-0.7671072,0.89701074,-0.9760724,0.999811,-0.9668811,0.87914914,-0.74158764,0.56199354,-0.3505461,0.119229965,0.11884403,-0.35018206,0.56167203,-0.7413268,0.8789638,-0.9667818,0.99980336,-0.97615683,0.89718246,-0.7673565,0.59403735,-0.3870486,0.15812227,0.07976632,-0.31313384,0.52875316,-0.71440315,0.8595613,-0.9560002,0.99825376,-0.983927,0.91383207,-0.86564577,0.7227678,-0.53892386,0.32453418,-0.09175013,-0.14623424,0.3759302,-0.5843187,0.7595884,-0.8918053,0.97347534,-0.99996954,0.9697862,-0.8846362,0.74934566,-0.5715828,0.36142302,-0.1307781,-0.10727923,0.33925608,-0.5520041,0.733465,-0.87335366,0.9637413,-0.9995048,0.9786172,-0.9022623,0.7747678,-0.6033601,0.39775446,-0.16960438,-0.06815877,0.30205873,-0.5188382,0.7062104,-0.853555,0.9525209,-0.9974986,0.9859388,-0.9184968,0.7989951,-0.63420695,0.43347245,-0.20816906,-0.028933184,0.13471022,-0.36511925,0.5748336,-0.7519668,0.8864791,-0.97074646,0.99999267,-0.97256005,0.89000344,-0.7570022,0.58109456,-0.372251,0.14230852,0.09569991,-0.3282841,0.5422615,-0.7255038,0.8676252,-0.9605702,0.9990709,-0.980945,0.9072198,-0.7820742,0.6126012,-0.40840644,0.18106349,0.056541983,-0.2909427,0.508853,-0.69792193,0.84743315,-0.94891256,0.99660826,-0.98781705,0.92303705,-0.8059401,0.643163,-0.44393197,0.21953921,0.017296862,-0.25315258,0.47465977,-0.66926366,0.8259342,-0.88103276,0.96788603,-0.99988025,0.975202,-0.89525014,0.7645561,-0.59052765,0.38302854,-0.15381965,-0.08410761,0.31726772,-0.5324453,0.71744436,-0.86177915,0.957269,-0.9985016,0.9831399,-0.91205454,0.78927463,-0.62175924,0.41900307,-0.19249809,-0.04491754,0.27978727,-0.49879888,0.68953896,-0.8411965,0.94517565,-0.99558294,0.9895614,-0.92745227,0.81277585,-0.65203196,0.45433137,-0.23087962,-0.005658195,0.24187532,-0.46438313,0.6605701,-0.8193164,0.9316245,-0.99112886,0.99445677,-0.94141966,0.8350236,-0.77200645,0.5998807,-0.39375415,0.16530995,0.07250392,-0.3062083,0.5225571,-0.70928764,0.8558164,-0.9538381,0.997797,-0.98520154,0.91676563,-0.7963681,0.6308331,-0.42954293,0.2039066,0.033287007,-0.26859394,0.48867714,-0.6810625,0.8348458,-0.94131064,0.99442273,-0.9911717,0.93174183,-0.8195016,0.66081256,-0.4646692,0.24218875,-0.0059812376,-0.2305653,0.45404357,-0.651787,0.8125876,-0.92733145,0.9895148,-0.9956132,0.9452811,-0.8413711,0.68977284,-0.49907884,0.2800974,-0.045240257,-0.19218107,0.29510742,-0.512598,0.7010349,-0.8497377,0.950278,-0.9969573],"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/cosf/test/fixtures/julia/large_negative.json b/lib/node_modules/@stdlib/math/base/special/cosf/test/fixtures/julia/large_negative.json new file mode 100644 index 000000000000..0ef326d6c375 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/cosf/test/fixtures/julia/large_negative.json @@ -0,0 +1 @@ +{"expected":[0.99894977,0.10902764,-0.976226,-0.32189885,0.90603423,0.9878556,-0.7927623,-0.9980486,0.641796,0.9607862,0.95171744,-0.8778403,0.256944,0.5240649,0.9922019,-0.5926581,-0.17619587,0.8352548,0.8462203,-0.19609673,0.8115322,-0.98248285,0.5412072,0.2373174,-0.86795956,0.95773965,-0.45071194,-0.84643406,0.96892935,-0.48764405,-0.2975127,0.8972768,-0.93791,0.3940921,0.39530116,-0.95159423,0.4321777,0.3565469,-0.9230921,0.9144199,0.31716895,-0.4518862,0.93054515,-0.8673053,-0.41418952,0.5423133,-0.8873609,-0.37576833,0.5067076,-0.90586436,0.83453053,0.47021565,-0.5937175,0.8568387,0.43290114,-0.5595514,0.87764806,-0.7984987,-0.52440655,0.64280456,-0.82297236,0.7314786,0.6102114,-0.8460065,0.7593505,0.57655084,-0.68938285,0.7858941,-0.68747395,-0.65848976,0.81106305,-0.7172386,-0.6264449,0.7332706,-0.74574864,0.6407863,0.7041982,-0.77295417,0.67232746,0.67389405,-0.7988077,0.70269257,-0.5915977,0.4678913,0.7318286,-0.62479234,0.5044369,0.75968444,-0.6568941,0.5401002,-0.41179264,-0.6878468,0.57481873,-0.4495369,-0.7175963,0.6085318,-0.48649478,0.35408682,0.6411804,-0.5226017,0.39288235,0.6727075,-0.5577945,0.43099064,-0.29499906,-0.59201163,0.46834505,-0.33469447,-0.6251932,0.50488025,-0.37380442,0.23475996,0.5405323,-0.41226053,0.2752003,0.5752388,-0.4499955,0.3151593,-0.17360462,-0.48694333,0.354567,-0.21463211,0.07012175,0.3933545,-0.25528416,0.11177174,0.43145394,-0.29548967,0.15322623,-0.007696351,-0.3351783,0.19441268,-0.04950263,-0.37428063,0.23525907,-0.091222316,-0.054759085,0.27569395,-0.13278244,-0.012959685,0.3156466,-0.1741103,0.028862385,0.11700081,-0.2151336,0.07063397,0.07537142,-0.2557806,0.112282,0.03361019,-0.17878589,0.15373363,-0.008209826,-0.13748899,0.19491635,-0.050015483,-0.095951594,0.2398732,-0.09173366,-0.05424636,0.2761875,-0.33964986,-0.012446235,0.31613377,-0.30002433,0.02937566,-0.5621555,-0.259874,0.07114617,-0.5270821,-0.2192691,0.11279223,-0.49108675,-0.17828065,0.154241,-0.45423242,-0.13698035,0.19541997,-0.41658354,-0.095440455,-0.6608536,-0.37820598,-0.053733613,-0.62889344,-0.33916685,-0.011932781,-0.5958332,-0.29953444,0.029888926,-0.5617307,-0.2593781,0.07165835,-0.52664566,-0.21876808,-0.74924505,-0.4906394,-0.17777537,-0.7208965,-0.4537749,-0.13647169,-0.6912869,-0.41611665,-0.0949293,-0.66046816,-0.37773058,-0.8488012,-0.62849414,-0.33868375,-0.8259511,-0.5954207,-0.2990445,-0.8016563,-0.5613058,-0.25888216,-0.77595925,-0.52620906,-0.218267,-0.7489049,-0.49019188,-0.9080813,-0.7205405,-0.45331725,-0.8897755,-0.69091576,-0.41564968,-0.8699134,-0.6600825,-0.37725508,-0.8485296,-0.6280946,-0.33820057,-0.82566154,-0.5950081,-0.95319885,-0.8013492,-0.5608808,-0.9397229,-0.77563524,-0.52577233,-0.92460316,-0.7485645,-0.48974425,-0.9078661,-0.7201843,-0.9901659,-0.88954103,-0.6905445,-0.9834501,-0.86966,-0.6596967,-0.97501415,-0.8482577,-0.62769496,-0.96487266,-0.82537174,-0.5945953,-0.95304346,-0.80104196,-0.9998815,-0.9395472,-0.775311,-0.99836344,-0.9244074,-0.7482239,-0.995099,-0.9076507,-0.719828,-0.9900939,-0.88930637,-0.690173,-0.98335695,-0.8694064,-0.9940029,-0.97489995,-0.8479857,-0.99770606,-0.96473765,-0.8250817,-0.99966407,-0.95288783,-0.80073446,-0.9998735,-0.9393712,-0.7749866,-0.99833393,-0.92421144,-0.9726216,-0.99504805,-0.90743506,-0.98148835,-0.9900217,-0.8890714,-0.9886383,-0.98326355,-0.86915255,-0.9940589,-0.9747855,-0.9205418,-0.9977407,-0.96460235,-0.9360712,-0.99967724,-0.95273197,-0.9499632,-0.9998652,-0.939195,-0.96219355,-0.9983042,-0.9240152,-0.9727408,-0.9949969,-0.8646732,-0.9815866,-0.98994917,-0.88492167,-0.98871535,-0.98316985,-0.9036223,-0.99411464,-0.97467077,-0.8474409,-0.5172282,-0.76927596,-0.93625176,-0.9996902,-0.9525758,-0.80011886,-0.58693016,-0.8199708,-0.96233326,-0.99827415,-0.92381877,-0.36796248,-0.6525273,-0.864931,-0.98168457,-0.98987645,-0.8886008,-0.44436893,-0.7135608,-0.90384215,-0.9941702,-0.97455585,-0.2084839,-0.5176676,-0.7696039,-0.936432,-0.9997028,-0.9524194,-0.28947416,-0.58734584,-0.82026464,-0.96247274,-0.99824387,-0.9236221,-0.3684399,-0.6529163,-0.8651886,-0.98178226,-0.98980343,-0.12654495,-0.44482887,-0.7139205,-0.90406173,-0.9942254,-0.9744406,-0.20898607,-0.5181069,-0.7699317,-0.93661207,-0.9997152,0.039896537,-0.28996563,-0.58776134,-0.82055825,-0.962612,-0.9982133,-0.043731805,-0.36891723,-0.6533052,-0.865446,-0.98187965,-0.9897302,-0.1270543,-0.44528872,-0.71427995,-0.9042811,-0.9942804,0.12273626,-0.20948821,-0.518546,-0.77025926,-0.93679184,-0.99972737,0.03938345,-0.290457,-0.58817667,-0.8208516,-0.962751,0.28579774,-0.0442448,-0.36939445,-0.65369385,-0.8657031,-0.98197687,0.2047281,-0.12756361,-0.44574842,-0.71463925,-0.9045002,0.44092685,0.12222663,-0.20999028,-0.518985,-0.77058667,-0.93697137,0.36439046,0.03887035,-0.29094833,-0.5885919,-0.82114476,-0.9628897,0.28530565,-0.044757783,-0.36987156,-0.65408236,-0.86596006,0.5139391,0.20422545,-0.12807289,-0.44620803,-0.7149983,-0.90471905,0.44046593,0.121716976,-0.2104923,-0.51942384,-0.7709138,0.6492232,0.36391222,0.03835724,-0.29143956,-0.5890069,-0.8214377,0.58340096,0.28481343,-0.045270756,-0.3703486,-0.6544707,0.766488,0.51349854,0.20372276,-0.12858213,-0.44666752,-0.71535724,0.71014357,0.44000486,0.12120728,-0.21099426,-0.51986253,-0.7712408,0.64883256,0.3634339,0.03784412,-0.29193074,-0.5894218,0.817176,0.58298385,0.2843212,-0.045783713,-0.37082553,-0.6548588,0.76615816,0.5130578,0.20322001,-0.12909135,-0.44712687,0.9015275,0.70978194,0.4395437,0.12069756,-0.21149616,-0.5203011,0.8622188,0.6484418,0.36295548,0.037330993,-0.29242182,0.9608569,0.8168799,0.58256656,0.28382885,-0.04629666,-0.37130237,0.93434834,0.765828,0.51261705,0.2027172,-0.12960052,-0.44758612,0.9013052,0.70942014,0.4390824,0.120187804,-0.211998,0.98054487,0.86195856,0.6480508,0.36247694,0.036817852,-0.2929128,0.9607146,0.81658363,0.58214915,0.28333643,-0.046809595,0.99952614,0.93416524,0.76549774,0.5121761,0.20221435,-0.13010967,0.99345905,0.90108263,0.70905817,0.43862098,0.11967802,-0.2124998,0.98044395,0.86169815,0.6476596,0.36199832,0.036304705,0.99862987,0.9605719,0.8162871,0.58173156,0.28284395,-0.04732252,0.9995102,0.9339819,0.76516724,0.51173496,0.20171143,0.97608346,0.9934003,0.90085983,0.70869595,0.43815947,0.11916821,0.99083483,0.98034275,0.86143744,0.6472683,0.3615196,0.92644566,0.9986566,0.960429,0.8159904,0.5813138,0.28235137,0.9546586,0.999494,0.9337983,0.76483655,0.51129377,0.20120847,0.976195,0.99334127,0.90063685,0.7083336,0.43769786,0.89198565,0.9909041,0.98024136,0.86117655,0.6468768,0.3610408,0.92663884,0.9986831,0.9602859,0.81569344,0.5808959,0.8045554,0.9548114,0.99947757,0.93361443,0.7645056,0.5108524,0.8513636,0.9763062,0.99328196,0.9004136,0.70797104,0.69479454,0.89221764,0.99097306,0.9801396,0.8609154,0.64648515,0.75245863,0.9268318,0.99870926,0.9601425,0.8153963,0.58047783,0.80486023,0.95496386,0.9994608,0.9334303,0.7641745,0.632669,0.8516329,0.9764172,0.9932224,0.90019006,0.7076083,0.6951637,0.89244944,0.9910418,0.9800377,0.86065406,0.49531943,0.7527967,0.9270244,0.99873525,0.95999885,0.81509894,0.5661728,0.8051649,0.9551161,0.9994438,0.933246,0.3442222,0.63306653,0.8519019,0.9765279,0.9931626,0.8999663,0.7072454,0.43631226,0.117128626,-0.46495003,-0.14892405,0.18357098,0.49576542,0.7531346,0.9272169,0.99876094,0.9598549,0.81480134,0.5796413,0.2803804,-0.60548127,-0.311026,0.017824717,0.34470424,0.6334639,0.8521707,0.97663844,0.99310255,0.8997423,0.70688224,0.43585014,-0.7292072,-0.46449533,-0.14841627,0.18407571,0.49621132,0.7534723,0.92740905,0.99878633,0.9597108,0.81450355,0.5792228,-0.8326939,-0.6050725,-0.31053793,0.018338125,0.34518623,0.6338612,0.8524393,0.97674865,0.9930422,0.89951813,0.70651895,-0.91306895,-0.7288557,-0.46404055,-0.14790845,0.18458042,0.49665704,0.75380987,0.92760104,0.9988115,0.95956635,0.8142055,0.57880414,-0.83240944,-0.6046636,-0.31004977,0.018851528,0.3456681,0.6342583,0.8527076,0.97685856,0.9929816,0.89929366,0.7061555,-0.9128594,-0.72850406,-0.46358562,-0.14740059,0.18508506,0.49710268,0.7541472,0.9277927,0.9988364,0.9594217,0.8139073,-0.96797276,-0.83212477,-0.60425454,-0.30956155,0.019364925,0.3461499,0.6346552,0.8529758,0.9769683,0.9929207,0.89906895,-0.9962198,-0.91264963,-0.7281522,-0.4631306,-0.14689268,0.18558966,0.49754816,0.7544843,0.9279842,0.998861,0.95927674,-0.9968165,-0.9678437,-0.83183986,-0.6038453,-0.30907324,0.019878319,0.3466316,0.6350519,0.85324365,0.9770777,0.9928596,-0.9697464,-0.99617505,-0.91243964,-0.7278002,-0.46267542,-0.14638475,0.1860942,0.49799353,0.7548212,0.9281754,0.9988854,0.9591316,-0.99685735,-0.9677144,-0.8315548,-0.60343593,-0.30858487,0.020391706,0.34711322,0.63544846,0.85351133,0.9771869,0.9927982,-0.96987164,-0.99613005,-0.91222936,-0.7274479,-0.46222013,-0.14587677,0.18659869,0.49843875,0.7551579,0.92836636,0.99890953,-0.91596687,-0.9968979,-0.96758485,-0.83126944,-0.6030264,-0.30809638,0.020905089,0.34759474,0.6358449,0.85377884,0.9772958,-0.8366393,-0.9699966,-0.9960848,-0.9120189,-0.7270955,-0.46176472,-0.14536874,0.18710314,0.49888384,0.7554944,0.9285571,-0.73409057,-0.9161728,-0.99693817,-0.967455,-0.8309839,-0.60261667,-0.30760783,0.021418465,0.34807616,0.63624114,0.85404605,-0.611167,-0.83692044,-0.9701213,-0.9960393,-0.9118082,-0.72674286,-0.4613092,-0.14486068,0.18760754,0.4993288,0.75583076,-0.47128037,-0.7344392,-0.9163785,-0.99697816,-0.967325,-0.83069813,-0.6022068,-0.3071192,0.021931836,0.3485575,0.6366372,0.854313,-0.61157334,-0.8372014,-0.9702458,-0.9959935,-0.9115972,-0.72639006,-0.46085355,-0.14435259,0.18811189,0.49977362,0.7561669,-0.4717332,-0.7347876,-0.91658396,-0.9970179,-0.9671947,-0.83041215,-0.6017968,-0.3066305,0.022445202,0.34903875,0.6370331,-0.31879997,-0.61197954,-0.8374821,-0.97036994,-0.9959474,-0.911386,-0.726037,-0.46039778,-0.14384446,0.18861619,0.50021833,-0.15701838,-0.4721859,-0.7351358,-0.9167891,-0.99705744,-0.9670641,-0.8301259,-0.6013866,-0.30614167,0.022958562,0.34951988,0.009121292,-0.31928664,-0.6123856,-0.8377626,-0.9704939,-0.9959011,-0.91117454,-0.7256838,-0.45994186,-0.14333628,0.18912044,0.1750078,-0.15752548,-0.4726385,-0.73548377,-0.9169941,-0.99709666,-0.96693325,-0.8298395,-0.6009763,-0.3056528,0.023471916,0.35000095,0.008607821,-0.3197732,-0.6127914,-0.83804286,-0.9706176,-0.99585456,-0.9109629,-0.7253304,-0.45948586,-0.14282808,0.18962464,0.17450221,-0.15803255,-0.47309095,-0.7358316,-0.9171988,-0.99713564,-0.9668022,-0.8295529,-0.6005658,-0.30516386,0.023985263,0.33555326,0.008094346,-0.3202597,-0.61319715,-0.83832294,-0.97074103,-0.9958077,-0.9107509,-0.72497684,-0.45902973,-0.14231983,0.48729095,0.17399658,-0.15853956,-0.4735433,-0.73617923,-0.9174033,-0.9971743,-0.9666709,-0.829266,-0.6001551,-0.3046748,0.6255038,0.33506948,0.0075808703,-0.3207461,-0.6136027,-0.8386028,-0.9708642,-0.9957606,-0.91053873,-0.7246231,-0.45857346,0.7463556,0.48684248,0.1734909,-0.15904655,-0.47399548,-0.73652667,-0.9176075,-0.99721277,-0.96653926,-0.82897896,-0.5997443,0.8464921,0.62510306,0.33458564,0.007067392,-0.3212324,-0.61400807,-0.8388824,-0.97098714,-0.99571323,-0.91032636,-0.7242691,-0.4581171,0.7460137,0.48639387,0.17298517,-0.15955347,-0.47444755,-0.73687387,-0.91781145,-0.997251,-0.9664074,-0.82869166,-0.59933335,0.84621865,0.62470216,0.3341017,0.006553912,-0.32171866,-0.61441326,-0.83916175,-0.9711098,-0.9956656,-0.9101137,-0.723915,0.92293656,0.7456717,0.48594517,0.17247939,-0.16006036,-0.47489953,-0.73722094,-0.91801524,-0.9972889,-0.9662753,-0.8284041,0.9740381,0.8459449,0.6243011,0.33361766,0.0060404306,-0.3222048,-0.61481833,-0.83944094,-0.9712322,-0.99561775,-0.9099008,0.9981051,0.92273873,0.74532944,0.4854963,0.17197357,-0.16056722,-0.47535136,-0.7375678,-0.91821873,-0.99732655,-0.96614295,0.9944694,0.9739218,0.84567094,0.6238999,0.33313355,0.0055269473,-0.32269087,-0.6152232,-0.8397199,-0.97135437,-0.9955696,-0.9096877,0.99807334,0.9225407,0.744987,0.48504734,0.1714677,-0.16107403,-0.47580305,-0.73791444,-0.918422,-0.9973639,-0.96601033,0.99452317,0.9738051,0.8453968,0.6234985,0.33264935,0.0050134626,-0.32317686,-0.61562794,-0.8399986,-0.97147626,-0.9955212,0.9633698,0.99804133,0.9223424,0.74464434,0.48459822,0.1709618,-0.16158079,-0.47625464,-0.73826087,-0.918625,-0.99740106,0.9054779,0.99457675,0.97368824,0.8451224,0.62309694,0.33216506,0.0044999765,-0.32366273,-0.61603254,-0.8402771,-0.97159785,0.8224542,0.9635074,0.9980091,0.92214394,0.7443015,0.48414898,0.17045584,-0.16208751,-0.4767061,-0.7386071,-0.9188278,0.71660316,0.9056957,0.99463,0.9735711,0.8448478,0.62269527,0.3316807,0.003986489,-0.32414854,-0.61643696,-0.84055537,0.5908626,0.8227462,0.96364474,0.9979766,0.92194515,0.7439585,0.48369962,0.16994984,-0.1625942,-0.4771574,-0.7389532,-0.9190303,0.7169612,0.90591323,0.994683,0.9734537,0.84457296,0.6222934,0.33119622,0.0034730008,-0.32463428,-0.6168412,-0.8408334,0.59127676,0.823038,0.9637818,0.9979438,0.92174613,0.74361527,0.48325014,0.1694438,-0.16310084,-0.47760862,-0.73929906,0.44918132,0.7173191,0.90613055,0.9947358,0.97333604,0.8442979,0.6218914,0.33071166,0.0029595115,-0.3251199,-0.61724526,0.29461876,0.5916908,0.8233295,0.9639186,0.99791074,0.9215469,0.7432718,0.4828005,0.16893771,-0.16360742,-0.4780597,0.13187896,0.44964004,0.71767676,0.9063477,0.9947882,0.97321814,0.84402263,0.62148917,0.33022702,0.0024460217,-0.32560545,-0.034521163,0.2951094,0.5921047,0.82362086,0.9640552,0.9978775,0.9213474,0.7429282,0.48235077,0.16843158,-0.16411398,-0.47851065,0.13238795,0.45009863,0.7180342,0.90656453,0.9948405,0.97309995,0.84374714,0.6210868,0.32974228,0.0019325309,-0.32609093,-0.03400797,0.2956,0.5925184,0.82391196,0.9641915,0.99784386,0.92114764,0.7425844,0.4819009,0.1679254,-0.16462049,-0.19945998,0.1328969,0.4505571,0.71839154,0.90678114,0.9948924,0.9729815,0.8434714,0.62068427,0.32925746,0.0014190398,-0.35937595,-0.03349477,0.29609048,0.592932,0.82420284,0.9643275,0.99781007,0.9209477,0.74224037,0.48145092,0.16741918,-0.50931734,-0.19895679,0.13340582,0.45101547,0.7187486,0.9069975,0.99494416,0.97286284,0.84319544,0.6202816,0.32877257,-0.6451225,-0.3588967,-0.032981563,0.2965809,0.5933454,0.8244935,0.96446335,0.997776,0.92074746,0.7418962,0.48100078,-0.7630222,-0.50887537,-0.19845353,0.13391471,0.4514737,0.71910554,0.9072136,0.9949956,0.97274387,0.8429193,0.6198787,0.32828757,0.00039205648,-0.3275468,-0.61926323,-0.84249717,-0.9725618,-0.26628998,-0.567643,-0.80622196,-0.95564324,-0.99938273,-0.9326034,-0.7626902,-0.5084333,-0.19795023,0.13442355,0.45193183,0.7194623,0.9074295,0.99504673,0.9726247,0.8426429,0.6194757,0.3278025,-0.0001214354,-0.32803193,-0.61966634,-0.8427737,0.06399879,-0.2667849,-0.56806564,-0.80652565,-0.95579433,-0.99936455,-0.9324179,-0.76235795,-0.507991,-0.19744687,0.13493237,0.45238984,0.71981883,0.90764517,0.9950977,0.9725052,0.8423663,0.6190725,0.32731733,-0.00063492724,-0.32851696,-0.62006927,-0.84304994,0.063486345,-0.26727974,-0.5684882,-0.80682915,-0.9559452,-0.99934614,-0.93223226,-0.76202554,-0.5075487,-0.19694346,0.13544114,0.45284772,0.7201752,0.9078606,0.9951483,0.9723855,0.8420895,0.61866915,0.3268321,-0.0011484189,-0.32900193,-0.6204721,0.38675818,0.06297388,-0.26777452,-0.56891054,-0.80713236,-0.9560958,-0.9993274,-0.93204635,-0.76169294,-0.5071062,-0.19644001,0.13594988,0.45330548,0.72053134,0.90807575,0.9951987,0.97226554,0.84181243,0.6182657,0.32634676,-0.0016619103,-0.3294868,0.66738975,0.38628462,0.0624614,-0.26826924,-0.5693328,-0.80743545,-0.9562462,-0.99930847,-0.93186015,-0.7613601,-0.50666356,-0.19593649,0.13645859,0.45376313,0.7208873,0.9082907,0.99524885,0.9721453,0.84153515,0.617862,0.32586133,-0.0021754012,-0.32997155,0.66700727,0.3858109,0.061948903,-0.26876387,-0.56975484,-0.80773824,-0.9563963,-0.9992892,-0.9316737,-0.7610271,-0.50622076,-0.19543293,0.13696726,0.45422065,0.7212431,0.9085054,0.9952987,0.97202486,0.84125763,0.61745816,0.32537583,-0.0026888915,0.87419194,0.66662455,0.38533714,0.06143639,-0.26925844,-0.5701767,-0.80804086,-0.9565461,-0.9992697,-0.931487,-0.7606939,-0.50577784,-0.19492932,0.1374759,0.45467806,0.7215987,0.90871984,0.99534833,0.9719041,0.8409799,0.61705416,0.32489023,0.9849965,0.8739425,0.6662417,0.38486326,0.06092386,-0.26975292,-0.57059854,-0.8083433,-0.95669574,-0.99925,-0.9313001,-0.7603605,-0.5053348,-0.19442564,0.1379845,0.45513535,0.7219541,0.90893406,0.9953976,0.9717831,0.84070194,0.61665,0.32440454,0.98490775,0.8736928,0.66585875,0.38438925,0.06041131,-0.27024734,-0.5710201,-0.8086455,-0.9568451,-0.99922997,-0.93111295,-0.7600269,-0.50489163,-0.19392192,0.13849306,0.4555925,0.7223093,0.90914804,0.99544674,0.97166187,0.84042376,0.6162457,0.9872864,0.98481876,0.8734429,0.66547555,0.38391516,0.05989875,-0.2707417,-0.5714416,-0.80894744,-0.9569942,-0.9992097,-0.93092555,-0.7596931,-0.50444835,-0.19341816,0.13900158,0.45604953,0.7226643,0.9093618,0.99549556,0.9715404,0.8401454,0.88081616,0.98736787,0.98472947,0.8731927,0.6650922,0.38344097,0.05938617,-0.27123597,-0.57186294,-0.8092492,-0.957143,-0.99918914,-0.9307379,-0.75935906,-0.5040049,-0.19291434,0.13951007,0.45650646,0.7230191,0.9095752,0.9955441,0.9714186,0.8398668,0.88105917,0.9874491,0.98463994,0.8729424,0.6647086,0.38296667,0.05887358,-0.27173018,-0.5722841,-0.80955076,-0.9572916,-0.99916834,-0.93055,-0.75902486,-0.5035613,-0.19241047,0.14001852,0.45696327,0.7233738,0.9097885,0.99559236,0.9712966,0.67761314,0.88130194,0.9875301,0.9845502,0.87269175,0.6643249,0.38249227,0.058360968,-0.2722243,-0.5727051,-0.8098521,-0.95743996,-0.9991473,-0.93036187,-0.7586904,-0.5031176,-0.19190654,0.14052694,0.45741996,0.72372824,0.9100015,0.9956404,0.39945993,0.6779907,0.8815445,0.9876108,0.9844601,0.87244093,0.663941,0.3820178,0.057848345,-0.27271837,-0.57312596,-0.81015325,-0.957588,-0.99912596,-0.93017346,-0.7583558,-0.5026738,-0.19140257,0.14103532,0.4578765,0.72408247,0.9102143,0.07726602,0.39993063,0.6783681,0.88178676,0.9876912,0.9843698,0.8721898,0.66355693,0.3815432,0.057335705,-0.27321237,-0.5735467,-0.81045413,-0.95773584,-0.9991044,-0.9299848,-0.758021,-0.5022298,-0.19089854,0.14154366,0.45833296,0.7244366,0.91042686,0.07777797,0.4004012,0.67874527,0.8820288,0.98777145,0.9842793,0.8719385,0.66317266,0.3810685,0.056823052,-0.2737063,-0.5739672,-0.81075484,-0.9578834,-0.9990825,-0.9297959,-0.75768596,-0.50178576,-0.19039448,0.14205196,0.4587893,0.72479045,-0.25294974,0.078289896,0.4008717,0.67912227,0.8822707,0.9878514,0.98418844,0.871687,0.6627883,0.3805937,0.05631038,-0.27420014,-0.57438767,-0.8110553,-0.95803076,-0.9990604,-0.9296068,-0.75735074,-0.5013415,-0.18989034,0.14256023,0.45924547,-0.5557896,-0.2524529,0.0788018,0.40134206,0.6794991,0.8825123,0.987931,0.98409736,0.8714353,0.6624037,0.3801188,0.055797696,-0.2746939,-0.57480794,-0.8113556,-0.95817786,-0.999038,-0.92941743,-0.75701535,-0.5008971,-0.18938617,0.14306845,0.45970157,-0.55536264,-0.25195605,0.07931369,0.40181234,0.67987573,0.8827537,0.98801047,0.98400605,0.8711833,0.6620189,0.3796438,0.055285,-0.2751876,-0.57522804,-0.81165564,-0.9583247,-0.99901533,-0.9292278,-0.7566797,-0.50045264,-0.18888195,0.14357665,-0.7970434,-0.5549356,-0.25145906,0.07982555,0.4022825,0.6802522,0.8829948,0.98808956,0.98391443,0.870931,0.66163397,0.3791687,0.054772284,-0.27568123,-0.575648,-0.8119555,-0.95847124,-0.99899244,-0.929038,-0.7563439,-0.500008,-0.18837768,-0.9508496,-0.79673314,-0.5545083,-0.25096205,0.08033739,0.40275255,0.6806285,0.8832357,0.9881685,0.9838226,0.8706786,0.66124886,0.3786935,0.054259557,-0.2761748,-0.5760678,-0.81225514,-0.95861757,-0.99896926,-0.92884785,-0.7560079,-0.49956325,-0.18787335,-0.95069045,-0.7964227,-0.55408096,-0.25046495,0.080849215,0.4032225,0.6810046,0.8834764,0.9882471,0.98373044,0.87042594,0.6608636,0.3782182,0.053746812,-0.27666828,-0.5764874,-0.81255454,-0.9587636,-0.99894583,-0.92865753,-0.7556717,-0.49911836,-0.9998336,-0.95053107,-0.7961121,-0.5536534,-0.2499678,0.08136101,0.40369233,0.6813805,0.8837168,0.9883255,0.98363805,0.87017304,0.6604781,0.3777428,0.053234056,-0.2771617,-0.5769069,-0.81285375,-0.9589094,-0.9989221,-0.9284669,-0.7553353,-0.93874454,-0.9998428,-0.95037144,-0.7958012,-0.5532257,-0.24947058,0.08187279,0.40416208,0.68175626,0.883957,0.98840356,0.9835454,0.8699199,0.6600925,0.3772673,0.052721284,-0.27765504,-0.5773263,-0.81315273,-0.95905495,-0.99889815,-0.92827606,-0.7549987,-0.9389214,-0.9998518,-0.9502116,-0.7954902,-0.5527979,-0.24897328,0.08238455,0.4046317,0.6821318,0.884197,0.9884814,0.98345256,0.8696665,0.65970665,0.37679172,0.0522085,-0.2781483,-0.5777455,-0.81345147,-0.95920026,-0.9988739,-0.92808497,-0.7744833,-0.93909794,-0.9998605,-0.9500514,-0.79517895,-0.5523699,-0.24847592,0.082896285,0.40510124,0.6825072,0.8844367,0.988559,0.9833594,0.86941296,0.65932065,0.376316,0.0516957,-0.2786415,-0.5781645,-0.81375,-0.95934534,-0.9988494,-0.524658,-0.77480805,-0.9392743,-0.999869,-0.94989103,-0.79486746,-0.5519418,-0.24797851,0.083408,0.40557066,0.6828824,0.8846763,0.9886363,0.98326594,0.8691591,0.6589345,0.37584022,0.05118289,-0.2791346,-0.5785834,-0.8140484,-0.9594901,-0.21698886,-0.52509505,-0.77513254,-0.9394504,-0.99987715,-0.9497304,-0.7945558,-0.55151355,-0.24748102,0.08391969,0.40603998,0.68325746,0.88491553,0.9887134,0.9831723,0.86890507,0.6585482,0.37536433,0.050670065,-0.27962765,-0.57900214,-0.81434655,-0.95963466,-0.21749009,-0.525532,-0.77545685,-0.9396262,-0.9998851,-0.9495695,-0.7942439,-0.5510851,-0.24698347,0.08443136,0.40650916,0.6836323,0.8851546,0.98879015,0.98307836,0.8686508,0.65816164,0.37488833,0.050157227,-0.2801206,-0.57942075,-0.81464446,0.11409328,-0.21799126,-0.5259688,-0.775781,-0.9398018,-0.9998927,-0.9494084,-0.7939318,-0.55065656,-0.24648586,0.084943004,0.40697828,0.684007,0.8853934,0.9888667,0.9829842,0.8683963,0.657775,0.37441224,0.049644373,-0.2806135,-0.57983917,0.4330978,0.11358313,-0.21849239,-0.52640545,-0.7761049,-0.93997717,-0.9999001,-0.949247,-0.79361945,-0.5502279,-0.24598818,0.085454635,0.40744725,0.6843815,0.885632,0.988943,0.9828897,0.86814153,0.6573881,0.37393606,0.04913151,-0.28110635,-0.5802575,0.43263492,0.11307295,-0.21899344,-0.526842,-0.7764286,-0.9401523,-0.99990726,-0.94908535,-0.79330695,-0.549799,-0.24549043,0.08596624,0.40791613,0.6847558,0.8858703,0.98901904,0.982795,0.86788654,0.6570011,0.37345976,0.04861863,-0.2815991,0.7039885,0.4321719,0.11256273,-0.21949443,-0.52727836,-0.7767521,-0.9403271,-0.9999141,-0.94892347,-0.7929942,-0.54937005,-0.24499261,0.086477816,0.40838492,0.68512994,0.8861084,0.9890948,0.98270005,0.8676314,0.6566139,0.37298337,0.04810574,0.8977269,0.7036237,0.4317088,0.11205249,-0.21999538,-0.5277146,-0.7770754,-0.9405017,-0.99992067,-0.94876134,-0.7926813,-0.5489409,-0.24449474,0.08698937,0.4088536,0.6855039,0.8863463,0.98917025,0.9826048,0.8673759,0.6562265,0.3725069,0.047592834,0.8975006,0.70325875,0.43124557,0.11154222,-0.22049627,-0.5281507,-0.7773985,-0.9406761,-0.99992704,-0.948599,-0.7923681,-0.5485116,-0.2439968,0.08750091,0.40932214,0.6858776,0.8865839,0.9892455,0.9825093,0.86712027,0.65583897,0.3720303,0.99242747,0.897274,0.70289356,0.43078223,0.11103191,-0.22099708,-0.5285867,-0.7777214,-0.9408502,-0.9999331,-0.9484363,-0.7920548,-0.5480822,-0.2434988,0.08801241,0.4097906,0.6862512,0.8868213,0.98932046,0.98241353,0.8668644,0.65545124,0.9779387,0.9923643,0.89704716,0.70252824,0.43031877,0.110521585,-0.22149785,-0.5290225,-0.77804404,-0.94102407,-0.9999389,-0.9482735,-0.7917412,-0.5476526,-0.24300073,0.0885239,0.41025895,0.68662465,0.8870585,0.9893952,0.98231757,0.86660826,0.65506333,0.9780459,0.9923008,0.8968201,0.70216274,0.4298552,0.11001122,-0.22199856,-0.52945817,-0.77836657,-0.94119763,-0.99994445,-0.94811034,-0.79142743,-0.5472229,-0.2425026,0.08903537,0.41072717,0.68699783,0.8872955,0.98946965,0.9822213,0.86635196,0.85589737,0.97815275,0.9922371,0.89659286,0.701797,0.4293915,0.10950083,-0.2224992,-0.5298937,-0.77868885,-0.941371,-0.99994975,-0.9479469,-0.79111344,-0.54679304,-0.2420044,0.08954681,0.4111953,0.6873709,0.8875322,0.98954386,0.98212475,0.63938564,0.8561628,0.9782594,0.99217314,0.89636534,0.7014311,0.4289277,0.108990416,-0.2229998,-0.5303291,-0.7790109,-0.9415441,-0.99995476,-0.9477833,-0.79079926,-0.54636306,-0.24150614,0.09005822,0.41166332,0.6877438,0.8877686,0.98961776,0.35238135,0.6397804,0.856428,0.9783657,0.9921089,0.8961376,0.70106506,0.4284638,0.10847997,-0.22350033,-0.5307644,-0.77933276,-0.94171697,-0.9999595,-0.94761944,-0.79048485,-0.5459329,-0.24100782,0.090569615,0.41213122,0.68811643,0.8880049,0.98969144,0.35286185,0.640175,0.85669297,0.9784718,0.9920443,0.89590955,0.7006988,0.42799976,0.10796949,-0.22400081,-0.5311995,-0.7796544,-0.9418896,-0.999964,-0.9474553,-0.79017025,-0.5455026,-0.24050942,0.091080986,0.41259903,0.68848896,0.8882409,0.0270401,0.35334226,0.6405693,0.85695773,0.9785777,0.9919796,0.8956813,0.70033234,0.42753562,0.10745899,-0.22450122,-0.5316345,-0.77997583,-0.94206196,-0.99996823,-0.9472909,-0.7898554,-0.5450722,-0.24001098,0.091592334,0.41306672,0.68886125,-0.30176285,0.0275534,0.3538226,0.64096355,0.85722226,0.9786833,0.9919145,0.89545286,0.6999657,0.42707136,0.10694846,-0.22500157,-0.5320693,-0.7802971,-0.9422341,-0.99997216,-0.94712627,-0.7895404,-0.5446416,-0.23951246,0.09210365,0.4135343,0.6892334,-0.30127326,0.028066693,0.35430282,0.64135766,0.8574866,0.9787886,0.99184924,0.89522415,0.6995989,0.426607,0.10643789,-0.22550187,-0.532504,-0.78061813,-0.942406,-0.99997586,-0.94696134,-0.78922516,-0.54421085,-0.23901388,0.09261495,0.41400176,-0.59688437,-0.30078357,0.028579978,0.35478297,0.6417515,0.85775065,0.9788937,0.9917837,0.8949952,0.69923186,0.4261425,0.1059273,-0.22600211,-0.5329386,-0.780939,-0.9425776,-0.9999793,-0.94679624,-0.78890973,-0.54378,-0.23851524,0.09312622,-0.82668865,-0.59647226,-0.30029383,0.029093256,0.355263,0.6421452,0.8580145,0.9789985,0.9917179,0.8947661,0.6988647,0.42567793,0.105416685,-0.22650228,-0.533373,-0.7812596,-0.94274896,-0.9999825,-0.94663084,-0.78859407,-0.543349,-0.23801655,0.093637474,-0.82639956,-0.59606004,-0.299804,0.029606527,0.35574296,0.6425388,0.85827816,0.979103,0.9916518,0.8945367,0.69849735,0.42521322,0.104906045,-0.2270024,-0.53380734,-0.78158003,-0.9429201,-0.9999854,-0.9464652,-0.7882782,-0.54291785,-0.23751777,-0.96521586,-0.82611036,-0.5956477,-0.29931408,0.03011979,0.3562228,0.6429322,0.85854155,0.97920734,0.99158543,0.894307,0.6981298,0.42474842,0.10439537,-0.22750245,-0.53424144,-0.7819002,-0.943091,-0.999988,-0.9462993,-0.78796214,-0.54248655,-0.9976166,-0.9650815,-0.82582086,-0.59523517,-0.2988241,0.030633045,0.35670257,0.6433254,0.8588047,0.97931135,0.99151886,0.8940771,0.6977621,0.4242835,0.103884675,-0.22800246,-0.5346755,-0.78222024,-0.9432616,-0.9999904,-0.9461332,-0.7876459,-0.54205513,-0.9976519,-0.96494687,-0.8255312,-0.59482247,-0.29833403,0.031146292,0.35718223,0.6437184,0.8590677,0.9794152,0.991452,0.893847,0.69739413,0.42381847,0.103373945,-0.2285024,-0.5351093,-0.7825401,-0.943432,-0.99999255,-0.94596684,-0.78732944,-0.92023057,-0.9976869,-0.964812,-0.82524127,-0.5944096,-0.29784387,0.031659532,0.3576618,0.6441113,0.8593304,0.97951865,0.99138486,0.8936167,0.697026,0.4233533,0.10286319,-0.22900227,-0.535543,-0.7828597,-0.94360214,-0.9999944,-0.9458002,-0.74135333,-0.92043144,-0.9977217,-0.96467686,-0.8249512,-0.5939966,-0.29735366,0.03217276,0.35814127,0.644504,0.8595929,0.97962195,0.99131745,0.89338607,0.6966577,0.42288804,0.10235241,-0.22950208,-0.5359766,-0.78317904,-0.943772,-0.99999595,-0.48074147,-0.74169785,-0.920632,-0.9977562,-0.96454144,-0.82466084,-0.5935834,-0.29686335,0.032685984,0.35862067,0.6448965,0.8598552,0.97972494,0.9912498,0.8931552,0.69628924,0.42242268,0.1018416,-0.23000184,-0.53641003,-0.7834982,-0.94394165,-0.9999973,-0.4811917,-0.7420422,-0.9208324,-0.99779046,-0.9644058,-0.82437027,-0.5931701,-0.29637295,0.033199195,0.35909995,0.6452889,0.8601172,0.9798277,0.9911819,0.8929242,0.6959206,0.4219572,0.101330765,-0.23050153,-0.53684336,-0.78381723,-0.94411105,-0.16763385,-0.48164174,-0.7423863,-0.9210325,-0.99782443,-0.9642699,-0.8240795,-0.5927566,-0.2958825,0.033712402,0.35957915,0.6456811,0.86037904,0.97993016,0.9911137,0.89269286,0.69555175,0.4214916,0.1008199,-0.23100117,-0.5372765,-0.784136,0.1644057,-0.16814005,-0.4820917,-0.7427302,-0.9212324,-0.99785817,-0.9641337,-0.8237885,-0.592343,-0.29539195,0.034225594,0.36005825,0.6460731,0.86064065,0.98003244,0.9910453,0.89246136,0.69518274,0.42102587,0.100309014,-0.23150074,-0.5377095,-0.7844545,-0.94444907,-0.9999997,-0.9449633,-0.78542614,-0.5390311,-0.23302607,0.09874857,0.4196029,0.6940546,0.8917528,0.99083465,-0.8581793,-0.6423912,-0.3555629,-0.02941398,0.29998776,0.5962147,0.82650805,0.9654003,0.99753165,0.919349,0.7394982,0.47786844,0.1633926,-0.16915233,-0.4829912,-0.7434175,-0.9216314,-0.9979248,-0.96386063,-0.8232059,-0.59151524,-0.29441065,0.03525196,0.36101615,0.6468566,0.86116314,0.9802361,0.9909076,0.8919976,0.6944441,0.42009413,0.09928715,-0.2324997,-0.5385751,-0.78509104,-0.9447861,-1.0,-0.9446268,-0.7847901,-0.53816575,-0.23202725,0.09977049,0.42053488,0.6947936,-0.9918083,-0.9788543,-0.85765165,-0.64160377,-0.35460284,-0.028387425,0.30096728,0.5970389,0.82708573,0.96566755,0.99745905,0.9189444,0.7388065,0.47696605,0.16237934,-0.17016442,-0.4838902,-0.74410397,-0.92202944,-0.9979904,-0.9635865,-0.8226224,-0.59068686,-0.29342902,0.036278285,0.3619737,0.64763945,0.86168474,0.98043877,0.9907689,0.8915329,0.6937048,0.41916195,0.09826519,-0.23349842,-0.53944016,-0.7857267,-0.9451221,-0.99999917,-0.94428927,-0.7841532,-0.5372999,-0.23102817,0.10079229,0.42146644,-0.8955386,-0.99193895,-0.9786437,-0.8571231,-0.64081573,-0.3536424,-0.02736084,0.3019465,0.5978624,0.8276625,0.96593386,0.9973853,0.9185389,0.738114,0.47606316,0.1613659,-0.17117634,-0.4847887,-0.74478966,-0.9224265,-0.998055,-0.9633114,-0.82203805,-0.5898579,-0.2924471,0.037304576,0.36293083,0.64842165,0.8622054,0.98064035,0.9906292,0.8910672,0.69296473,0.4182293,0.09724313,-0.23449689,-0.5403046,-0.7863616,-0.94545716,-0.9999974,-0.9439508,-0.78351545,-0.53643346,-0.23002884,0.101813994,-0.7008362,-0.89599514,-0.9920686,-0.97843206,-0.8565936,-0.640027,-0.3526816,-0.026334226,0.30292538,0.5986854,0.8282385,0.9661991,0.99731064,0.9181324,0.7374207,0.47515976,0.16035229,-0.17218807,-0.48568666,-0.7454746,-0.92282265,-0.99811846,-0.9630353,-0.8214528,-0.5890283,-0.29146487,0.038330823,0.3638876,0.6492031,0.8627252,0.980841,0.9904884,0.8906006,0.69222397,0.41729623,0.09622096,-0.23549512,-0.54116845,-0.7869956,-0.9457912,-0.99999446,-0.9436113,-0.7828769,-0.53556645,-0.109181896,-0.4291017,-0.7015684,-0.8964507,-0.99219716,-0.9782194,-0.85606325,-0.6392375,-0.35172042,-0.025307586,0.30390394,0.59950763,0.82881355,0.9664633,0.9972348,0.917725,0.73672664,0.47425586,0.1593385,-0.17319962,-0.48658413,-0.7461587,-0.9232178,-0.9981809,-0.9627581,-0.8208667,-0.58819807,-0.2904823,0.039357033,0.364844,0.64998394,0.86324406,0.9810405,0.99034655,0.89013314,0.6914824,0.41636273,0.09519869,-0.2364931,-0.5420318,-0.78762877,-0.9461242,-0.9999905,-0.9432708,-0.7822375,0.22181073,-0.110202685,-0.4300291,-0.7022999,-0.89690536,-0.99232465,-0.9780057,-0.855532,-0.63844746,-0.35075888,-0.024280917,0.3048822,0.6003293,0.8293877,0.9667266,0.997158,0.91731656,0.73603183,0.47335148,0.15832455,-0.174211,-0.4874811,-0.746842,-0.92361194,-0.99824226,-0.96247995,-0.8202797,-0.58736724,-0.28949946,0.0403832,0.3658,0.65076405,0.86376196,0.981239,0.9902037,0.88966465,0.69074017,0.4154288,0.09417632,-0.23749082,-0.54289454,-0.7882612,-0.94645625,-0.9999855,-0.9429293,0.52842313,0.2208092,-0.111223355,-0.43095607,-0.7030306,-0.897359,-0.99245113,-0.977791,-0.8549998,-0.6376567,-0.34979695,-0.023254223,0.30586013,0.6011503,0.829961,0.9669888,0.9970801,0.9169072,0.73533624,0.4724466,0.15731044,-0.17522219,-0.4883775,-0.7475246,-0.92400515,-0.99830264,-0.96220076,-0.8196919,-0.58653575,-0.28851628,0.041409325,0.3667556,0.65154344,0.86427903,0.9814365,0.9900598,0.88919526,0.6899972,0.4144944,0.09315386,-0.2384883,-0.5437567,-0.7888927,-0.9467873,0.94043624,0.7769542,0.527551,0.21980746,-0.112243906,-0.43188256,-0.70376056,-0.8978118,-0.99257654,-0.97757524,-0.85446674,-0.6368652,-0.34883466,-0.022227505,0.30683774,0.6019707,0.83053344,0.96725,0.9970011,0.9164968,0.7346399,0.4715412,0.15629616,-0.17623319,-0.48927343,-0.7482064,-0.92439735,-0.9983619,-0.96192056,-0.81910324,-0.5857037,-0.28753284,0.042435404,0.36771083,0.6523222,0.86479515,0.98163295,0.98991483,0.8887249,0.6892535,0.41355956,0.09213129,-0.23948552,-0.5446183,-0.78952336,0.9999046,0.9400866,0.7763072,0.52667826,0.21880548,-0.11326434,-0.43280858,-0.7044898,-0.8982635,-0.99270093,-0.97735846,-0.85393274,-0.6360731,-0.34787202,-0.021200765,0.30781502,0.6027904,0.831105,0.9675101,0.9969211,0.91608554,0.7339427,0.4706353,0.15528172,-0.17724401,-0.49016884,-0.74888736,-0.9247886,-0.9984201,-0.96163934,-0.8185137,-0.58487093,-0.28654906,0.043461442,0.36866567,0.65310025,0.8653104,0.98182833,0.9897688,0.8882536,0.68850905,0.4126243,0.09110862,-0.2404825,0.7940489,0.94946885,0.99988985,0.93973595,0.77565944,0.52580494,0.21780327,-0.11428466,-0.43373418,-0.7052183,-0.89871436,-0.99282426,-0.97714067,-0.85339785,-0.6352803,-0.346909,-0.020174,0.30879197,0.60360956,0.8316757,0.96776927,0.99684006,0.91567326,0.7332448,0.46972892,0.15426712,-0.17825463,-0.49106374,-0.7495675,-0.9251788,-0.99847734,-0.9613571,-0.81792325,-0.5840376,-0.285565,0.04448743,0.3696201,0.6538776,0.8658247,0.9820227,0.98962176,0.8877814,0.6877639,0.4116886,0.090085864,0.5516742,0.7946727,0.9497907,0.9998741,0.93938434,0.7750108,0.52493113,0.21680082,-0.11530485,-0.4346593,-0.705946,-0.89916426,-0.99294657,-0.9769218,-0.8528621,-0.63448685,-0.3459456,-0.019147215,0.30976862,0.604428,0.8322455,0.9680274,0.996758,0.91525996,0.7325461,0.46882203,0.15325235,-0.17926508,-0.4919581,-0.75024694,-0.9255681,-0.9985334,-0.9610739,-0.81733197,-0.5832037,-0.28458062,0.045513377,0.37057418,0.65465426,0.8663381,0.98221606,0.98947364,0.88730824,0.68701804,0.41075248,0.24866252,0.55253047,0.7952957,0.9501115,0.9998573,0.9390317,0.77436143,0.52405673,0.21579815,-0.116324924,-0.43558398,-0.706673,-0.8996132,-0.9930678,-0.9767019,-0.85232544,-0.63369274,-0.34498185,-0.01812041,0.3107449,0.6052458,0.83281446,0.9682845,0.99667484,0.91484576,0.73184663,0.46791467,0.15223742,-0.18027534,-0.49285194,-0.75092554,-0.9259564,-0.9985885,-0.9607896,-0.8167398,-0.58236915,-0.28359595,0.04653927,0.37152785,0.65543026,0.86685055,0.98240834,0.9893245,0.88683414,-0.4039859,-0.081680804,0.24965711,0.55338615,0.79591787,0.95043135,0.9998394,0.93867815,0.7737112,0.5231818,0.21479525,-0.11734487,-0.43650818,-0.7073993,-0.90006125,-0.993188,-0.976481,-0.85178787,-0.632898,-0.3440177,-0.017093586,0.31172088,0.60606307,0.8333825,0.9685406,0.9965906,0.91443056,0.73114634,0.4670068,0.15122232,-0.1812854,-0.4937453,-0.7516033,-0.92634374,-0.99864256,-0.96050435,-0.8161468,-0.58153397,-0.28261098,0.047565117,0.37248114,0.65620553,0.86736214,0.9825996,0.98917437,-0.6808635,-0.40304622,-0.080657214,0.25065145,0.5542413,0.7965392,0.9507502,0.9998205,0.93832356,0.77306014,0.5223063,0.21379213,-0.1183647,-0.43743193,-0.7081248,-0.9005083,-0.9933071,-0.97625905,-0.8512494,-0.6321025,-0.34305325,-0.016066743,0.31269655,0.6068796,0.8339497,0.96879566,0.9965053,0.91401446,0.7304453,0.46609843,0.15020707,-0.18229526,-0.4946381,-0.75228035,-0.9267301,-0.9986955,-0.9602181,-0.81555295,-0.5806982,-0.28162572,0.048590913,0.373434,0.65698016,0.8678728,-0.98805994,-0.88290435,-0.680111,-0.40210614,-0.079633534,0.2516455,0.5550958,0.7971597,0.951068,0.9998005,0.93796796,0.7724083,0.52143025,0.21278878,-0.1193844,-0.4383552,-0.7088496,-0.90095437,-0.99342525,-0.97603613,-0.85071,-0.63130635,-0.3420884,-0.015039884,0.31367186,0.6076955,0.8345159,0.9690497,0.996419,0.91359735,0.72974354,0.46518958,0.14919165,-0.18330495,-0.4955304,-0.75295657,-0.9271155,-0.9987474,-0.9599308,-0.8149582,-0.5798618,-0.28064016,0.049616657,0.37438652,0.65775406,-0.9841316,-0.98790115,-0.8824217,-0.67935777,-0.40116563,-0.078609765,0.25263932,0.55594975,0.7977793,0.95138484,0.99977946,0.9376114,0.77175564,0.52055365,0.2117852,-0.120403975,-0.43927804,-0.7095736,-0.9013995,-0.99354225,-0.97581214,-0.8501697,-0.63050956,-0.3411232,-0.014013008,0.31464684,0.6085108,0.83508134,0.9693027,0.9963317,0.9131793,0.729041,0.46428025,0.14817609,-0.18431443,-0.49642214,-0.753632,-0.9274999,-0.99879825,-0.95964247,-0.81436265,-0.5790248,-0.2796543,0.05064235,0.3753386,-0.8720328,-0.9843133,-0.9877414,-0.88193804,-0.67860377,-0.4002247,-0.07758592,0.25363284,0.5568031,0.79839814,0.9517006,0.99975735,0.93725383,0.77110213,0.5196765,0.2107814,-0.12142342,-0.4402004,-0.71029687,-0.9018437,-0.9936583,-0.97558707,-0.84962857,-0.6297121,-0.34015763,-0.012986118,0.3156215,0.60932547,0.8356459,0.96955466,0.99624324,0.9127602,0.7283377,0.4633704,0.14716037,-0.18532373,-0.4973134,-0.7543066,-0.9278833,-0.9988481,-0.95935315,-0.8137662,-0.57818717,-0.27866814,-0.3821958,-0.66408503,-0.87253505,-0.984494,-0.98758054,-0.8814535,-0.6778491,-0.39928332,-0.076561995,0.25462613,0.5576559,0.79901606,0.95201546,0.9997342,0.93689525,0.77044785,0.5187988,0.20977737,-0.122442745,-0.4411223,-0.7110194,-0.90228695,-0.9937732,-0.97536105,-0.8490865,-0.628914,-0.3391917,-0.011959214,0.31659582,0.6101394,0.83620954,0.96980566,0.99615383,0.9123402,0.7276336,0.4624601,0.14614448,-0.18633282,-0.4982041,-0.7549805,-0.92826575,-0.99889684,-0.9590628,-0.8131689,-0.57734895,-0.059065875,-0.38314462,-0.6648525,-0.8730363,-0.98467356,-0.98741865,-0.88096803,-0.6770937,-0.39834157,-0.07553798,0.2556191,0.55850804,0.7996332,0.9523293,0.99971,0.9365357,0.76979274,0.5179206,0.20877314,-0.12346194,-0.44204372,-0.71174115,-0.9027293,-0.9938871,-0.97513396,-0.8485436,-0.62811524,-0.33822542,-0.010932297,0.31756982,0.6109528,0.8367723,0.9700556,0.9960633,0.91191924,0.7269287,0.46154928,0.14512844,-0.18734172,-0.4990943,-0.7556535,-0.9286472,-0.9989445,-0.95877147,-0.8125707,0.27055624,-0.060091034,-0.38409302,-0.6656193,-0.87353665,-0.9848522,-0.98725575,-0.8804816,-0.6763376,-0.39739937,-0.07451389,0.25661185,0.5593596,0.80024946,0.952642,0.99968475,0.9361752,0.7691368,0.5170418,0.20776866,-0.124481,-0.44296467,-0.7124622,-0.9031706,-0.994,-0.97490585,-0.8479997,-0.62731576,-0.3372588,-0.009905369,0.31854346,0.6117655,0.8373342,0.97030455,0.99597174,0.91149735,0.7262231,0.460638,0.14411226,-0.18835042,-0.49998397,-0.7563258,-0.9290277,-0.9989912,0.80822986,0.5704403,0.26956743,-0.06111613,-0.38504103,-0.66638535,-0.8740361,-0.98502976,-0.9870918,-0.8799943,-0.67558074,-0.39645675,-0.073489726,0.2576043,0.56021065,0.8008649,0.9529539,0.9996584,0.9358137,0.76848006,0.51616246,0.20676398,-0.12549993,-0.44388518,-0.71318245,-0.903611,-0.9941118,-0.9746767,-0.84745497,-0.6265156,-0.3362918,-0.008878431,0.31951678,0.61257756,0.8378952,0.97055244,0.9958791,0.91107446,0.72551674,0.4597262,0.14309593,-0.18935892,-0.5008731,-0.7569972,-0.9294072,0.95634,0.8076247,0.5695965,0.26857832,-0.06214116,-0.38598862,-0.66715074,-0.8745346,-0.98520625,-0.9869268,-0.879506,-0.6748232,-0.3955137,-0.07246548,0.25859648,0.561061,0.80147946,0.95326465,0.99963105,0.9354512,0.7678225,0.51528263,0.2057591,-0.12651873,-0.4448052,-0.713902,-0.9040504,-0.9942226,-0.97444654,-0.84690934,-0.6257149,-0.33532447,-0.007851483,0.32048976,0.61338896,0.8384553,0.9707993,0.9957855,0.9106506,0.7248095,0.45881394,0.14207943,-0.19036722,-0.50176173,0.9321161,0.99933445,0.95603937,0.80701864,0.5687521,0.2675889,-0.06316613,-0.38693583,-0.6679154,-0.8750322,-0.9853817,-0.9867608,-0.8790168,-0.674065,-0.39457026,-0.07144116,0.25958842,0.56191087,0.8020932,0.9535744,0.9996026,0.93508774,0.7671642,0.5144022,0.20475397,-0.12753738,-0.44572476,-0.71462077,-0.9044889,-0.99433225,-0.9742153,-0.84636277,-0.62491345,-0.33435676,-0.006824527,0.3214624,0.61419976,0.83901453,0.9710452,0.99569076,0.9102258,0.7241016,0.45790118,0.1410628,-0.19137533,0.76248264,0.93248755,0.9993714,0.9557377,0.80641174,0.5679071,0.26659924,-0.06419103,-0.38788262,-0.6686794,-0.8755289,-0.9855562,-0.98659366,-0.8785267,-0.673306,-0.3936264,-0.07041676,0.26058003,0.56276006,0.8027061,0.95388323,0.9995732,0.93472326,0.766505,0.51352125,0.20374864,-0.12855592,-0.44664386,-0.71533877,-0.9049264,-0.9944409,-0.9739831,-0.84581536,-0.62411135,-0.33338872,-0.005797564,0.32243472,0.61500984,0.8395729,0.97129,0.995595,0.90980005,0.72339296,0.45698795,0.140046,0.5090412,0.7631467,0.932858,0.9994073,0.95543504,0.805804,0.5670615,0.2656093,-0.065215856,-0.388829,-0.66944265,-0.8760246,-0.9857296,-0.9864256,-0.87803566,-0.6725463,-0.3926821,-0.069392286,0.2615714,0.5636087,0.80331814,0.95419097,0.99954265,0.93435776,0.76584506,0.5126397,0.20274308,-0.12957431,-0.4475625,-0.716056,-0.905363,-0.99454856,-0.9737499,-0.84526706,-0.6233086,-0.3324203,-0.0047705946,0.32340667,0.61581933,0.8401303,0.9715338,0.9954982,0.9093733,0.7226835,-0.13270597,0.19964875,0.5099249,0.7638099,0.9332275,0.9994421,0.95513135,0.80519545,0.5662153,0.26461905,-0.06624062,-0.38977495,-0.6702052,-0.87651944,-0.98590195,-0.9862564,-0.8775437,-0.67178595,-0.3917374,-0.06836774,0.2625625,0.56445676,0.8039293,0.95449775,0.99951106,0.9339913,0.7651843,0.5117577,0.20173733,-0.13059257,-0.44848064,-0.7167725,-0.9057986,-0.99465513,-0.97351557,-0.84471786,-0.6225052,-0.33145154,-0.0037436201,0.3243783,0.61662817,0.8406869,0.9717766,0.9954003,0.9089456,-0.44946796,-0.131688,0.20065495,0.51080805,0.76447237,0.93359596,0.9994759,0.9548267,0.804586,0.5653685,0.26362854,-0.06726532,-0.39072052,-0.67096704,-0.8770133,-0.98607326,-0.9860862,-0.87705076,-0.67102486,-0.39079228,-0.06734313,0.26355332,0.56530416,0.8045397,0.9548035,0.9994784,0.9336239,0.7645227,0.5108751,0.20073135,-0.13161069,-0.4493983,-0.7174882,-0.9062333,-0.99476063,-0.9732803,-0.84416777,-0.6217011,-0.33048242,-0.0027166416,0.32534957,0.61743635,0.8412426,0.97201836,-0.90583163,-0.7168269,-0.4485503,-0.13066989,0.20166095,0.5116907,0.76513404,0.9339635,0.9995086,0.954521,0.8039757,0.56452113,0.26263776,-0.068289936,-0.39166564,-0.6717282,-0.8775063,-0.98624355,-0.98591495,-0.876557,-0.6702631,-0.38984677,-0.06631844,0.26454386,0.566151,0.8051492,0.9551083,0.9994447,0.9332555,0.7638603,0.509992,0.19972517,-0.13262868,-0.4503155,-0.71820325,-0.906667,-0.99486506,-0.973044,-0.8436167,-0.6208964,-0.32951298,-0.0016896605,0.32632053,0.6182439,0.8417974,-0.99455667,-0.9053961,-0.71611047,-0.44763222,-0.12965165,0.20266671,0.51257277,0.7657949,0.93433,0.99954027,0.95421433,0.8033646,0.56367314,0.2616467,-0.06931449,-0.39261037,-0.67248863,-0.87799835,-0.98641276,-0.9857427,-0.8760622,-0.6695006,-0.38890085,-0.065293685,0.2655341,0.56699723,0.8057578,0.95541203,0.99941,0.9328861,0.76319706,0.5091083,0.19871877,-0.13364652,-0.45123222,-0.7189175,-0.9070997,-0.99496853,-0.97280663,-0.84306484,-0.6200911,-0.3285432,-0.0006626775,0.3272911,0.61905074,-0.97396547,-0.99444914,-0.9049596,-0.71539325,-0.44671363,-0.12863326,0.20367227,0.5134543,0.76645494,0.93469554,0.9995709,0.9539066,0.8027526,0.56282455,0.26065534,-0.070338964,-0.3935547,-0.67324835,-0.87848943,-0.98658097,-0.98556936,-0.87556654,-0.66873735,-0.3879545,-0.06426886,0.26652408,0.5678429,0.80636567,0.95571476,0.99937415,0.93251574,0.76253307,0.5082241,0.19771217,-0.13466421,-0.45214847,-0.71963096,-0.90753156,-0.9950709,-0.9725682,-0.84251213,-0.61928505,-0.32757303,0.00036430618,-0.62485254,-0.8463212,-0.97419775,-0.99434054,-0.9045222,-0.7146753,-0.44579458,-0.12761475,0.20467763,0.51433533,0.76711416,0.9350601,0.9996004,0.9535979,0.80213976,0.56197536,0.25966373,-0.07136337,-0.3944986,-0.67400736,-0.8789796,-0.9867481,-0.985395,-0.87507,-0.66797346,-0.38700774,-0.06324396,0.26751378,0.568688,0.80697256,0.9560165,0.9993373,0.93214434,0.76186824,0.5073394,0.19670534,-0.13568178,-0.45306423,-0.72034365,-0.9079624,-0.9951722,-0.97232884,-0.84195846,-0.61847836,-0.32660255,-0.33525097,-0.62565404,-0.84686786,-0.974429,-0.9942309,-0.9040837,-0.7139566,-0.44487506,-0.1265961,0.20568277,0.51521575,0.76777256,0.9354236,0.99962896,0.9532882,0.8015261,0.5611256,0.25867182,-0.072387695,-0.39544207,-0.67476565,-0.8794689,-0.9869142,-0.9852196,-0.87457246,-0.66720885,-0.38606057,-0.062219,0.2685032,0.5695324,0.8075787,0.9563172,0.9992994,0.931772,0.76120263,0.5064541,0.19569832,-0.13669918,-0.45397952,-0.7210556,-0.90839225,-0.99527246,-0.9720884,-0.8414039,-0.617671,-0.008800444,-0.33621836,-0.6264549,-0.84741354,-0.97465926,-0.99412024],"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/cosf/test/fixtures/julia/large_positive.json b/lib/node_modules/@stdlib/math/base/special/cosf/test/fixtures/julia/large_positive.json new file mode 100644 index 000000000000..928dc6017aac --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/cosf/test/fixtures/julia/large_positive.json @@ -0,0 +1 @@ +{"expected":[0.99894977,0.10902764,-0.976226,-0.32189885,0.90603423,0.9878556,-0.7927623,-0.9980486,0.641796,0.9607862,0.95171744,-0.8778403,0.256944,0.5240649,0.9922019,-0.5926581,-0.17619587,0.8352548,0.8462203,-0.19609673,0.8115322,-0.98248285,0.5412072,0.2373174,-0.86795956,0.95773965,-0.45071194,-0.84643406,0.96892935,-0.48764405,-0.2975127,0.8972768,-0.93791,0.3940921,0.39530116,-0.95159423,0.4321777,0.3565469,-0.9230921,0.9144199,0.31716895,-0.4518862,0.93054515,-0.8673053,-0.41418952,0.5423133,-0.8873609,-0.37576833,0.5067076,-0.90586436,0.83453053,0.47021565,-0.5937175,0.8568387,0.43290114,-0.5595514,0.87764806,-0.7984987,-0.52440655,0.64280456,-0.82297236,0.7314786,0.6102114,-0.8460065,0.7593505,0.57655084,-0.68938285,0.7858941,-0.68747395,-0.65848976,0.81106305,-0.7172386,-0.6264449,0.7332706,-0.74574864,0.6407863,0.7041982,-0.77295417,0.67232746,0.67389405,-0.7988077,0.70269257,-0.5915977,0.4678913,0.7318286,-0.62479234,0.5044369,0.75968444,-0.6568941,0.5401002,-0.41179264,-0.6878468,0.57481873,-0.4495369,-0.7175963,0.6085318,-0.48649478,0.35408682,0.6411804,-0.5226017,0.39288235,0.6727075,-0.5577945,0.43099064,-0.29499906,-0.59201163,0.46834505,-0.33469447,-0.6251932,0.50488025,-0.37380442,0.23475996,0.5405323,-0.41226053,0.2752003,0.5752388,-0.4499955,0.3151593,-0.17360462,-0.48694333,0.354567,-0.21463211,0.07012175,0.3933545,-0.25528416,0.11177174,0.43145394,-0.29548967,0.15322623,-0.007696351,-0.3351783,0.19441268,-0.04950263,-0.37428063,0.23525907,-0.091222316,-0.054759085,0.27569395,-0.13278244,-0.012959685,0.3156466,-0.1741103,0.028862385,0.11700081,-0.2151336,0.07063397,0.07537142,-0.2557806,0.112282,0.03361019,-0.17878589,0.15373363,-0.008209826,-0.13748899,0.19491635,-0.050015483,-0.095951594,0.2398732,-0.09173366,-0.05424636,0.2761875,-0.33964986,-0.012446235,0.31613377,-0.30002433,0.02937566,-0.5621555,-0.259874,0.07114617,-0.5270821,-0.2192691,0.11279223,-0.49108675,-0.17828065,0.154241,-0.45423242,-0.13698035,0.19541997,-0.41658354,-0.095440455,-0.6608536,-0.37820598,-0.053733613,-0.62889344,-0.33916685,-0.011932781,-0.5958332,-0.29953444,0.029888926,-0.5617307,-0.2593781,0.07165835,-0.52664566,-0.21876808,-0.74924505,-0.4906394,-0.17777537,-0.7208965,-0.4537749,-0.13647169,-0.6912869,-0.41611665,-0.0949293,-0.66046816,-0.37773058,-0.8488012,-0.62849414,-0.33868375,-0.8259511,-0.5954207,-0.2990445,-0.8016563,-0.5613058,-0.25888216,-0.77595925,-0.52620906,-0.218267,-0.7489049,-0.49019188,-0.9080813,-0.7205405,-0.45331725,-0.8897755,-0.69091576,-0.41564968,-0.8699134,-0.6600825,-0.37725508,-0.8485296,-0.6280946,-0.33820057,-0.82566154,-0.5950081,-0.95319885,-0.8013492,-0.5608808,-0.9397229,-0.77563524,-0.52577233,-0.92460316,-0.7485645,-0.48974425,-0.9078661,-0.7201843,-0.9901659,-0.88954103,-0.6905445,-0.9834501,-0.86966,-0.6596967,-0.97501415,-0.8482577,-0.62769496,-0.96487266,-0.82537174,-0.5945953,-0.95304346,-0.80104196,-0.9998815,-0.9395472,-0.775311,-0.99836344,-0.9244074,-0.7482239,-0.995099,-0.9076507,-0.719828,-0.9900939,-0.88930637,-0.690173,-0.98335695,-0.8694064,-0.9940029,-0.97489995,-0.8479857,-0.99770606,-0.96473765,-0.8250817,-0.99966407,-0.95288783,-0.80073446,-0.9998735,-0.9393712,-0.7749866,-0.99833393,-0.92421144,-0.9726216,-0.99504805,-0.90743506,-0.98148835,-0.9900217,-0.8890714,-0.9886383,-0.98326355,-0.86915255,-0.9940589,-0.9747855,-0.9205418,-0.9977407,-0.96460235,-0.9360712,-0.99967724,-0.95273197,-0.9499632,-0.9998652,-0.939195,-0.96219355,-0.9983042,-0.9240152,-0.9727408,-0.9949969,-0.8646732,-0.9815866,-0.98994917,-0.88492167,-0.98871535,-0.98316985,-0.9036223,-0.99411464,-0.97467077,-0.8474409,-0.5172282,-0.76927596,-0.93625176,-0.9996902,-0.9525758,-0.80011886,-0.58693016,-0.8199708,-0.96233326,-0.99827415,-0.92381877,-0.36796248,-0.6525273,-0.864931,-0.98168457,-0.98987645,-0.8886008,-0.44436893,-0.7135608,-0.90384215,-0.9941702,-0.97455585,-0.2084839,-0.5176676,-0.7696039,-0.936432,-0.9997028,-0.9524194,-0.28947416,-0.58734584,-0.82026464,-0.96247274,-0.99824387,-0.9236221,-0.3684399,-0.6529163,-0.8651886,-0.98178226,-0.98980343,-0.12654495,-0.44482887,-0.7139205,-0.90406173,-0.9942254,-0.9744406,-0.20898607,-0.5181069,-0.7699317,-0.93661207,-0.9997152,0.039896537,-0.28996563,-0.58776134,-0.82055825,-0.962612,-0.9982133,-0.043731805,-0.36891723,-0.6533052,-0.865446,-0.98187965,-0.9897302,-0.1270543,-0.44528872,-0.71427995,-0.9042811,-0.9942804,0.12273626,-0.20948821,-0.518546,-0.77025926,-0.93679184,-0.99972737,0.03938345,-0.290457,-0.58817667,-0.8208516,-0.962751,0.28579774,-0.0442448,-0.36939445,-0.65369385,-0.8657031,-0.98197687,0.2047281,-0.12756361,-0.44574842,-0.71463925,-0.9045002,0.44092685,0.12222663,-0.20999028,-0.518985,-0.77058667,-0.93697137,0.36439046,0.03887035,-0.29094833,-0.5885919,-0.82114476,-0.9628897,0.28530565,-0.044757783,-0.36987156,-0.65408236,-0.86596006,0.5139391,0.20422545,-0.12807289,-0.44620803,-0.7149983,-0.90471905,0.44046593,0.121716976,-0.2104923,-0.51942384,-0.7709138,0.6492232,0.36391222,0.03835724,-0.29143956,-0.5890069,-0.8214377,0.58340096,0.28481343,-0.045270756,-0.3703486,-0.6544707,0.766488,0.51349854,0.20372276,-0.12858213,-0.44666752,-0.71535724,0.71014357,0.44000486,0.12120728,-0.21099426,-0.51986253,-0.7712408,0.64883256,0.3634339,0.03784412,-0.29193074,-0.5894218,0.817176,0.58298385,0.2843212,-0.045783713,-0.37082553,-0.6548588,0.76615816,0.5130578,0.20322001,-0.12909135,-0.44712687,0.9015275,0.70978194,0.4395437,0.12069756,-0.21149616,-0.5203011,0.8622188,0.6484418,0.36295548,0.037330993,-0.29242182,0.9608569,0.8168799,0.58256656,0.28382885,-0.04629666,-0.37130237,0.93434834,0.765828,0.51261705,0.2027172,-0.12960052,-0.44758612,0.9013052,0.70942014,0.4390824,0.120187804,-0.211998,0.98054487,0.86195856,0.6480508,0.36247694,0.036817852,-0.2929128,0.9607146,0.81658363,0.58214915,0.28333643,-0.046809595,0.99952614,0.93416524,0.76549774,0.5121761,0.20221435,-0.13010967,0.99345905,0.90108263,0.70905817,0.43862098,0.11967802,-0.2124998,0.98044395,0.86169815,0.6476596,0.36199832,0.036304705,0.99862987,0.9605719,0.8162871,0.58173156,0.28284395,-0.04732252,0.9995102,0.9339819,0.76516724,0.51173496,0.20171143,0.97608346,0.9934003,0.90085983,0.70869595,0.43815947,0.11916821,0.99083483,0.98034275,0.86143744,0.6472683,0.3615196,0.92644566,0.9986566,0.960429,0.8159904,0.5813138,0.28235137,0.9546586,0.999494,0.9337983,0.76483655,0.51129377,0.20120847,0.976195,0.99334127,0.90063685,0.7083336,0.43769786,0.89198565,0.9909041,0.98024136,0.86117655,0.6468768,0.3610408,0.92663884,0.9986831,0.9602859,0.81569344,0.5808959,0.8045554,0.9548114,0.99947757,0.93361443,0.7645056,0.5108524,0.8513636,0.9763062,0.99328196,0.9004136,0.70797104,0.69479454,0.89221764,0.99097306,0.9801396,0.8609154,0.64648515,0.75245863,0.9268318,0.99870926,0.9601425,0.8153963,0.58047783,0.80486023,0.95496386,0.9994608,0.9334303,0.7641745,0.632669,0.8516329,0.9764172,0.9932224,0.90019006,0.7076083,0.6951637,0.89244944,0.9910418,0.9800377,0.86065406,0.49531943,0.7527967,0.9270244,0.99873525,0.95999885,0.81509894,0.5661728,0.8051649,0.9551161,0.9994438,0.933246,0.3442222,0.63306653,0.8519019,0.9765279,0.9931626,0.8999663,0.7072454,0.43631226,0.117128626,-0.46495003,-0.14892405,0.18357098,0.49576542,0.7531346,0.9272169,0.99876094,0.9598549,0.81480134,0.5796413,0.2803804,-0.60548127,-0.311026,0.017824717,0.34470424,0.6334639,0.8521707,0.97663844,0.99310255,0.8997423,0.70688224,0.43585014,-0.7292072,-0.46449533,-0.14841627,0.18407571,0.49621132,0.7534723,0.92740905,0.99878633,0.9597108,0.81450355,0.5792228,-0.8326939,-0.6050725,-0.31053793,0.018338125,0.34518623,0.6338612,0.8524393,0.97674865,0.9930422,0.89951813,0.70651895,-0.91306895,-0.7288557,-0.46404055,-0.14790845,0.18458042,0.49665704,0.75380987,0.92760104,0.9988115,0.95956635,0.8142055,0.57880414,-0.83240944,-0.6046636,-0.31004977,0.018851528,0.3456681,0.6342583,0.8527076,0.97685856,0.9929816,0.89929366,0.7061555,-0.9128594,-0.72850406,-0.46358562,-0.14740059,0.18508506,0.49710268,0.7541472,0.9277927,0.9988364,0.9594217,0.8139073,-0.96797276,-0.83212477,-0.60425454,-0.30956155,0.019364925,0.3461499,0.6346552,0.8529758,0.9769683,0.9929207,0.89906895,-0.9962198,-0.91264963,-0.7281522,-0.4631306,-0.14689268,0.18558966,0.49754816,0.7544843,0.9279842,0.998861,0.95927674,-0.9968165,-0.9678437,-0.83183986,-0.6038453,-0.30907324,0.019878319,0.3466316,0.6350519,0.85324365,0.9770777,0.9928596,-0.9697464,-0.99617505,-0.91243964,-0.7278002,-0.46267542,-0.14638475,0.1860942,0.49799353,0.7548212,0.9281754,0.9988854,0.9591316,-0.99685735,-0.9677144,-0.8315548,-0.60343593,-0.30858487,0.020391706,0.34711322,0.63544846,0.85351133,0.9771869,0.9927982,-0.96987164,-0.99613005,-0.91222936,-0.7274479,-0.46222013,-0.14587677,0.18659869,0.49843875,0.7551579,0.92836636,0.99890953,-0.91596687,-0.9968979,-0.96758485,-0.83126944,-0.6030264,-0.30809638,0.020905089,0.34759474,0.6358449,0.85377884,0.9772958,-0.8366393,-0.9699966,-0.9960848,-0.9120189,-0.7270955,-0.46176472,-0.14536874,0.18710314,0.49888384,0.7554944,0.9285571,-0.73409057,-0.9161728,-0.99693817,-0.967455,-0.8309839,-0.60261667,-0.30760783,0.021418465,0.34807616,0.63624114,0.85404605,-0.611167,-0.83692044,-0.9701213,-0.9960393,-0.9118082,-0.72674286,-0.4613092,-0.14486068,0.18760754,0.4993288,0.75583076,-0.47128037,-0.7344392,-0.9163785,-0.99697816,-0.967325,-0.83069813,-0.6022068,-0.3071192,0.021931836,0.3485575,0.6366372,0.854313,-0.61157334,-0.8372014,-0.9702458,-0.9959935,-0.9115972,-0.72639006,-0.46085355,-0.14435259,0.18811189,0.49977362,0.7561669,-0.4717332,-0.7347876,-0.91658396,-0.9970179,-0.9671947,-0.83041215,-0.6017968,-0.3066305,0.022445202,0.34903875,0.6370331,-0.31879997,-0.61197954,-0.8374821,-0.97036994,-0.9959474,-0.911386,-0.726037,-0.46039778,-0.14384446,0.18861619,0.50021833,-0.15701838,-0.4721859,-0.7351358,-0.9167891,-0.99705744,-0.9670641,-0.8301259,-0.6013866,-0.30614167,0.022958562,0.34951988,0.009121292,-0.31928664,-0.6123856,-0.8377626,-0.9704939,-0.9959011,-0.91117454,-0.7256838,-0.45994186,-0.14333628,0.18912044,0.1750078,-0.15752548,-0.4726385,-0.73548377,-0.9169941,-0.99709666,-0.96693325,-0.8298395,-0.6009763,-0.3056528,0.023471916,0.35000095,0.008607821,-0.3197732,-0.6127914,-0.83804286,-0.9706176,-0.99585456,-0.9109629,-0.7253304,-0.45948586,-0.14282808,0.18962464,0.17450221,-0.15803255,-0.47309095,-0.7358316,-0.9171988,-0.99713564,-0.9668022,-0.8295529,-0.6005658,-0.30516386,0.023985263,0.33555326,0.008094346,-0.3202597,-0.61319715,-0.83832294,-0.97074103,-0.9958077,-0.9107509,-0.72497684,-0.45902973,-0.14231983,0.48729095,0.17399658,-0.15853956,-0.4735433,-0.73617923,-0.9174033,-0.9971743,-0.9666709,-0.829266,-0.6001551,-0.3046748,0.6255038,0.33506948,0.0075808703,-0.3207461,-0.6136027,-0.8386028,-0.9708642,-0.9957606,-0.91053873,-0.7246231,-0.45857346,0.7463556,0.48684248,0.1734909,-0.15904655,-0.47399548,-0.73652667,-0.9176075,-0.99721277,-0.96653926,-0.82897896,-0.5997443,0.8464921,0.62510306,0.33458564,0.007067392,-0.3212324,-0.61400807,-0.8388824,-0.97098714,-0.99571323,-0.91032636,-0.7242691,-0.4581171,0.7460137,0.48639387,0.17298517,-0.15955347,-0.47444755,-0.73687387,-0.91781145,-0.997251,-0.9664074,-0.82869166,-0.59933335,0.84621865,0.62470216,0.3341017,0.006553912,-0.32171866,-0.61441326,-0.83916175,-0.9711098,-0.9956656,-0.9101137,-0.723915,0.92293656,0.7456717,0.48594517,0.17247939,-0.16006036,-0.47489953,-0.73722094,-0.91801524,-0.9972889,-0.9662753,-0.8284041,0.9740381,0.8459449,0.6243011,0.33361766,0.0060404306,-0.3222048,-0.61481833,-0.83944094,-0.9712322,-0.99561775,-0.9099008,0.9981051,0.92273873,0.74532944,0.4854963,0.17197357,-0.16056722,-0.47535136,-0.7375678,-0.91821873,-0.99732655,-0.96614295,0.9944694,0.9739218,0.84567094,0.6238999,0.33313355,0.0055269473,-0.32269087,-0.6152232,-0.8397199,-0.97135437,-0.9955696,-0.9096877,0.99807334,0.9225407,0.744987,0.48504734,0.1714677,-0.16107403,-0.47580305,-0.73791444,-0.918422,-0.9973639,-0.96601033,0.99452317,0.9738051,0.8453968,0.6234985,0.33264935,0.0050134626,-0.32317686,-0.61562794,-0.8399986,-0.97147626,-0.9955212,0.9633698,0.99804133,0.9223424,0.74464434,0.48459822,0.1709618,-0.16158079,-0.47625464,-0.73826087,-0.918625,-0.99740106,0.9054779,0.99457675,0.97368824,0.8451224,0.62309694,0.33216506,0.0044999765,-0.32366273,-0.61603254,-0.8402771,-0.97159785,0.8224542,0.9635074,0.9980091,0.92214394,0.7443015,0.48414898,0.17045584,-0.16208751,-0.4767061,-0.7386071,-0.9188278,0.71660316,0.9056957,0.99463,0.9735711,0.8448478,0.62269527,0.3316807,0.003986489,-0.32414854,-0.61643696,-0.84055537,0.5908626,0.8227462,0.96364474,0.9979766,0.92194515,0.7439585,0.48369962,0.16994984,-0.1625942,-0.4771574,-0.7389532,-0.9190303,0.7169612,0.90591323,0.994683,0.9734537,0.84457296,0.6222934,0.33119622,0.0034730008,-0.32463428,-0.6168412,-0.8408334,0.59127676,0.823038,0.9637818,0.9979438,0.92174613,0.74361527,0.48325014,0.1694438,-0.16310084,-0.47760862,-0.73929906,0.44918132,0.7173191,0.90613055,0.9947358,0.97333604,0.8442979,0.6218914,0.33071166,0.0029595115,-0.3251199,-0.61724526,0.29461876,0.5916908,0.8233295,0.9639186,0.99791074,0.9215469,0.7432718,0.4828005,0.16893771,-0.16360742,-0.4780597,0.13187896,0.44964004,0.71767676,0.9063477,0.9947882,0.97321814,0.84402263,0.62148917,0.33022702,0.0024460217,-0.32560545,-0.034521163,0.2951094,0.5921047,0.82362086,0.9640552,0.9978775,0.9213474,0.7429282,0.48235077,0.16843158,-0.16411398,-0.47851065,0.13238795,0.45009863,0.7180342,0.90656453,0.9948405,0.97309995,0.84374714,0.6210868,0.32974228,0.0019325309,-0.32609093,-0.03400797,0.2956,0.5925184,0.82391196,0.9641915,0.99784386,0.92114764,0.7425844,0.4819009,0.1679254,-0.16462049,-0.19945998,0.1328969,0.4505571,0.71839154,0.90678114,0.9948924,0.9729815,0.8434714,0.62068427,0.32925746,0.0014190398,-0.35937595,-0.03349477,0.29609048,0.592932,0.82420284,0.9643275,0.99781007,0.9209477,0.74224037,0.48145092,0.16741918,-0.50931734,-0.19895679,0.13340582,0.45101547,0.7187486,0.9069975,0.99494416,0.97286284,0.84319544,0.6202816,0.32877257,-0.6451225,-0.3588967,-0.032981563,0.2965809,0.5933454,0.8244935,0.96446335,0.997776,0.92074746,0.7418962,0.48100078,-0.7630222,-0.50887537,-0.19845353,0.13391471,0.4514737,0.71910554,0.9072136,0.9949956,0.97274387,0.8429193,0.6198787,0.32828757,0.00039205648,-0.3275468,-0.61926323,-0.84249717,-0.9725618,-0.26628998,-0.567643,-0.80622196,-0.95564324,-0.99938273,-0.9326034,-0.7626902,-0.5084333,-0.19795023,0.13442355,0.45193183,0.7194623,0.9074295,0.99504673,0.9726247,0.8426429,0.6194757,0.3278025,-0.0001214354,-0.32803193,-0.61966634,-0.8427737,0.06399879,-0.2667849,-0.56806564,-0.80652565,-0.95579433,-0.99936455,-0.9324179,-0.76235795,-0.507991,-0.19744687,0.13493237,0.45238984,0.71981883,0.90764517,0.9950977,0.9725052,0.8423663,0.6190725,0.32731733,-0.00063492724,-0.32851696,-0.62006927,-0.84304994,0.063486345,-0.26727974,-0.5684882,-0.80682915,-0.9559452,-0.99934614,-0.93223226,-0.76202554,-0.5075487,-0.19694346,0.13544114,0.45284772,0.7201752,0.9078606,0.9951483,0.9723855,0.8420895,0.61866915,0.3268321,-0.0011484189,-0.32900193,-0.6204721,0.38675818,0.06297388,-0.26777452,-0.56891054,-0.80713236,-0.9560958,-0.9993274,-0.93204635,-0.76169294,-0.5071062,-0.19644001,0.13594988,0.45330548,0.72053134,0.90807575,0.9951987,0.97226554,0.84181243,0.6182657,0.32634676,-0.0016619103,-0.3294868,0.66738975,0.38628462,0.0624614,-0.26826924,-0.5693328,-0.80743545,-0.9562462,-0.99930847,-0.93186015,-0.7613601,-0.50666356,-0.19593649,0.13645859,0.45376313,0.7208873,0.9082907,0.99524885,0.9721453,0.84153515,0.617862,0.32586133,-0.0021754012,-0.32997155,0.66700727,0.3858109,0.061948903,-0.26876387,-0.56975484,-0.80773824,-0.9563963,-0.9992892,-0.9316737,-0.7610271,-0.50622076,-0.19543293,0.13696726,0.45422065,0.7212431,0.9085054,0.9952987,0.97202486,0.84125763,0.61745816,0.32537583,-0.0026888915,0.87419194,0.66662455,0.38533714,0.06143639,-0.26925844,-0.5701767,-0.80804086,-0.9565461,-0.9992697,-0.931487,-0.7606939,-0.50577784,-0.19492932,0.1374759,0.45467806,0.7215987,0.90871984,0.99534833,0.9719041,0.8409799,0.61705416,0.32489023,0.9849965,0.8739425,0.6662417,0.38486326,0.06092386,-0.26975292,-0.57059854,-0.8083433,-0.95669574,-0.99925,-0.9313001,-0.7603605,-0.5053348,-0.19442564,0.1379845,0.45513535,0.7219541,0.90893406,0.9953976,0.9717831,0.84070194,0.61665,0.32440454,0.98490775,0.8736928,0.66585875,0.38438925,0.06041131,-0.27024734,-0.5710201,-0.8086455,-0.9568451,-0.99922997,-0.93111295,-0.7600269,-0.50489163,-0.19392192,0.13849306,0.4555925,0.7223093,0.90914804,0.99544674,0.97166187,0.84042376,0.6162457,0.9872864,0.98481876,0.8734429,0.66547555,0.38391516,0.05989875,-0.2707417,-0.5714416,-0.80894744,-0.9569942,-0.9992097,-0.93092555,-0.7596931,-0.50444835,-0.19341816,0.13900158,0.45604953,0.7226643,0.9093618,0.99549556,0.9715404,0.8401454,0.88081616,0.98736787,0.98472947,0.8731927,0.6650922,0.38344097,0.05938617,-0.27123597,-0.57186294,-0.8092492,-0.957143,-0.99918914,-0.9307379,-0.75935906,-0.5040049,-0.19291434,0.13951007,0.45650646,0.7230191,0.9095752,0.9955441,0.9714186,0.8398668,0.88105917,0.9874491,0.98463994,0.8729424,0.6647086,0.38296667,0.05887358,-0.27173018,-0.5722841,-0.80955076,-0.9572916,-0.99916834,-0.93055,-0.75902486,-0.5035613,-0.19241047,0.14001852,0.45696327,0.7233738,0.9097885,0.99559236,0.9712966,0.67761314,0.88130194,0.9875301,0.9845502,0.87269175,0.6643249,0.38249227,0.058360968,-0.2722243,-0.5727051,-0.8098521,-0.95743996,-0.9991473,-0.93036187,-0.7586904,-0.5031176,-0.19190654,0.14052694,0.45741996,0.72372824,0.9100015,0.9956404,0.39945993,0.6779907,0.8815445,0.9876108,0.9844601,0.87244093,0.663941,0.3820178,0.057848345,-0.27271837,-0.57312596,-0.81015325,-0.957588,-0.99912596,-0.93017346,-0.7583558,-0.5026738,-0.19140257,0.14103532,0.4578765,0.72408247,0.9102143,0.07726602,0.39993063,0.6783681,0.88178676,0.9876912,0.9843698,0.8721898,0.66355693,0.3815432,0.057335705,-0.27321237,-0.5735467,-0.81045413,-0.95773584,-0.9991044,-0.9299848,-0.758021,-0.5022298,-0.19089854,0.14154366,0.45833296,0.7244366,0.91042686,0.07777797,0.4004012,0.67874527,0.8820288,0.98777145,0.9842793,0.8719385,0.66317266,0.3810685,0.056823052,-0.2737063,-0.5739672,-0.81075484,-0.9578834,-0.9990825,-0.9297959,-0.75768596,-0.50178576,-0.19039448,0.14205196,0.4587893,0.72479045,-0.25294974,0.078289896,0.4008717,0.67912227,0.8822707,0.9878514,0.98418844,0.871687,0.6627883,0.3805937,0.05631038,-0.27420014,-0.57438767,-0.8110553,-0.95803076,-0.9990604,-0.9296068,-0.75735074,-0.5013415,-0.18989034,0.14256023,0.45924547,-0.5557896,-0.2524529,0.0788018,0.40134206,0.6794991,0.8825123,0.987931,0.98409736,0.8714353,0.6624037,0.3801188,0.055797696,-0.2746939,-0.57480794,-0.8113556,-0.95817786,-0.999038,-0.92941743,-0.75701535,-0.5008971,-0.18938617,0.14306845,0.45970157,-0.55536264,-0.25195605,0.07931369,0.40181234,0.67987573,0.8827537,0.98801047,0.98400605,0.8711833,0.6620189,0.3796438,0.055285,-0.2751876,-0.57522804,-0.81165564,-0.9583247,-0.99901533,-0.9292278,-0.7566797,-0.50045264,-0.18888195,0.14357665,-0.7970434,-0.5549356,-0.25145906,0.07982555,0.4022825,0.6802522,0.8829948,0.98808956,0.98391443,0.870931,0.66163397,0.3791687,0.054772284,-0.27568123,-0.575648,-0.8119555,-0.95847124,-0.99899244,-0.929038,-0.7563439,-0.500008,-0.18837768,-0.9508496,-0.79673314,-0.5545083,-0.25096205,0.08033739,0.40275255,0.6806285,0.8832357,0.9881685,0.9838226,0.8706786,0.66124886,0.3786935,0.054259557,-0.2761748,-0.5760678,-0.81225514,-0.95861757,-0.99896926,-0.92884785,-0.7560079,-0.49956325,-0.18787335,-0.95069045,-0.7964227,-0.55408096,-0.25046495,0.080849215,0.4032225,0.6810046,0.8834764,0.9882471,0.98373044,0.87042594,0.6608636,0.3782182,0.053746812,-0.27666828,-0.5764874,-0.81255454,-0.9587636,-0.99894583,-0.92865753,-0.7556717,-0.49911836,-0.9998336,-0.95053107,-0.7961121,-0.5536534,-0.2499678,0.08136101,0.40369233,0.6813805,0.8837168,0.9883255,0.98363805,0.87017304,0.6604781,0.3777428,0.053234056,-0.2771617,-0.5769069,-0.81285375,-0.9589094,-0.9989221,-0.9284669,-0.7553353,-0.93874454,-0.9998428,-0.95037144,-0.7958012,-0.5532257,-0.24947058,0.08187279,0.40416208,0.68175626,0.883957,0.98840356,0.9835454,0.8699199,0.6600925,0.3772673,0.052721284,-0.27765504,-0.5773263,-0.81315273,-0.95905495,-0.99889815,-0.92827606,-0.7549987,-0.9389214,-0.9998518,-0.9502116,-0.7954902,-0.5527979,-0.24897328,0.08238455,0.4046317,0.6821318,0.884197,0.9884814,0.98345256,0.8696665,0.65970665,0.37679172,0.0522085,-0.2781483,-0.5777455,-0.81345147,-0.95920026,-0.9988739,-0.92808497,-0.7744833,-0.93909794,-0.9998605,-0.9500514,-0.79517895,-0.5523699,-0.24847592,0.082896285,0.40510124,0.6825072,0.8844367,0.988559,0.9833594,0.86941296,0.65932065,0.376316,0.0516957,-0.2786415,-0.5781645,-0.81375,-0.95934534,-0.9988494,-0.524658,-0.77480805,-0.9392743,-0.999869,-0.94989103,-0.79486746,-0.5519418,-0.24797851,0.083408,0.40557066,0.6828824,0.8846763,0.9886363,0.98326594,0.8691591,0.6589345,0.37584022,0.05118289,-0.2791346,-0.5785834,-0.8140484,-0.9594901,-0.21698886,-0.52509505,-0.77513254,-0.9394504,-0.99987715,-0.9497304,-0.7945558,-0.55151355,-0.24748102,0.08391969,0.40603998,0.68325746,0.88491553,0.9887134,0.9831723,0.86890507,0.6585482,0.37536433,0.050670065,-0.27962765,-0.57900214,-0.81434655,-0.95963466,-0.21749009,-0.525532,-0.77545685,-0.9396262,-0.9998851,-0.9495695,-0.7942439,-0.5510851,-0.24698347,0.08443136,0.40650916,0.6836323,0.8851546,0.98879015,0.98307836,0.8686508,0.65816164,0.37488833,0.050157227,-0.2801206,-0.57942075,-0.81464446,0.11409328,-0.21799126,-0.5259688,-0.775781,-0.9398018,-0.9998927,-0.9494084,-0.7939318,-0.55065656,-0.24648586,0.084943004,0.40697828,0.684007,0.8853934,0.9888667,0.9829842,0.8683963,0.657775,0.37441224,0.049644373,-0.2806135,-0.57983917,0.4330978,0.11358313,-0.21849239,-0.52640545,-0.7761049,-0.93997717,-0.9999001,-0.949247,-0.79361945,-0.5502279,-0.24598818,0.085454635,0.40744725,0.6843815,0.885632,0.988943,0.9828897,0.86814153,0.6573881,0.37393606,0.04913151,-0.28110635,-0.5802575,0.43263492,0.11307295,-0.21899344,-0.526842,-0.7764286,-0.9401523,-0.99990726,-0.94908535,-0.79330695,-0.549799,-0.24549043,0.08596624,0.40791613,0.6847558,0.8858703,0.98901904,0.982795,0.86788654,0.6570011,0.37345976,0.04861863,-0.2815991,0.7039885,0.4321719,0.11256273,-0.21949443,-0.52727836,-0.7767521,-0.9403271,-0.9999141,-0.94892347,-0.7929942,-0.54937005,-0.24499261,0.086477816,0.40838492,0.68512994,0.8861084,0.9890948,0.98270005,0.8676314,0.6566139,0.37298337,0.04810574,0.8977269,0.7036237,0.4317088,0.11205249,-0.21999538,-0.5277146,-0.7770754,-0.9405017,-0.99992067,-0.94876134,-0.7926813,-0.5489409,-0.24449474,0.08698937,0.4088536,0.6855039,0.8863463,0.98917025,0.9826048,0.8673759,0.6562265,0.3725069,0.047592834,0.8975006,0.70325875,0.43124557,0.11154222,-0.22049627,-0.5281507,-0.7773985,-0.9406761,-0.99992704,-0.948599,-0.7923681,-0.5485116,-0.2439968,0.08750091,0.40932214,0.6858776,0.8865839,0.9892455,0.9825093,0.86712027,0.65583897,0.3720303,0.99242747,0.897274,0.70289356,0.43078223,0.11103191,-0.22099708,-0.5285867,-0.7777214,-0.9408502,-0.9999331,-0.9484363,-0.7920548,-0.5480822,-0.2434988,0.08801241,0.4097906,0.6862512,0.8868213,0.98932046,0.98241353,0.8668644,0.65545124,0.9779387,0.9923643,0.89704716,0.70252824,0.43031877,0.110521585,-0.22149785,-0.5290225,-0.77804404,-0.94102407,-0.9999389,-0.9482735,-0.7917412,-0.5476526,-0.24300073,0.0885239,0.41025895,0.68662465,0.8870585,0.9893952,0.98231757,0.86660826,0.65506333,0.9780459,0.9923008,0.8968201,0.70216274,0.4298552,0.11001122,-0.22199856,-0.52945817,-0.77836657,-0.94119763,-0.99994445,-0.94811034,-0.79142743,-0.5472229,-0.2425026,0.08903537,0.41072717,0.68699783,0.8872955,0.98946965,0.9822213,0.86635196,0.85589737,0.97815275,0.9922371,0.89659286,0.701797,0.4293915,0.10950083,-0.2224992,-0.5298937,-0.77868885,-0.941371,-0.99994975,-0.9479469,-0.79111344,-0.54679304,-0.2420044,0.08954681,0.4111953,0.6873709,0.8875322,0.98954386,0.98212475,0.63938564,0.8561628,0.9782594,0.99217314,0.89636534,0.7014311,0.4289277,0.108990416,-0.2229998,-0.5303291,-0.7790109,-0.9415441,-0.99995476,-0.9477833,-0.79079926,-0.54636306,-0.24150614,0.09005822,0.41166332,0.6877438,0.8877686,0.98961776,0.35238135,0.6397804,0.856428,0.9783657,0.9921089,0.8961376,0.70106506,0.4284638,0.10847997,-0.22350033,-0.5307644,-0.77933276,-0.94171697,-0.9999595,-0.94761944,-0.79048485,-0.5459329,-0.24100782,0.090569615,0.41213122,0.68811643,0.8880049,0.98969144,0.35286185,0.640175,0.85669297,0.9784718,0.9920443,0.89590955,0.7006988,0.42799976,0.10796949,-0.22400081,-0.5311995,-0.7796544,-0.9418896,-0.999964,-0.9474553,-0.79017025,-0.5455026,-0.24050942,0.091080986,0.41259903,0.68848896,0.8882409,0.0270401,0.35334226,0.6405693,0.85695773,0.9785777,0.9919796,0.8956813,0.70033234,0.42753562,0.10745899,-0.22450122,-0.5316345,-0.77997583,-0.94206196,-0.99996823,-0.9472909,-0.7898554,-0.5450722,-0.24001098,0.091592334,0.41306672,0.68886125,-0.30176285,0.0275534,0.3538226,0.64096355,0.85722226,0.9786833,0.9919145,0.89545286,0.6999657,0.42707136,0.10694846,-0.22500157,-0.5320693,-0.7802971,-0.9422341,-0.99997216,-0.94712627,-0.7895404,-0.5446416,-0.23951246,0.09210365,0.4135343,0.6892334,-0.30127326,0.028066693,0.35430282,0.64135766,0.8574866,0.9787886,0.99184924,0.89522415,0.6995989,0.426607,0.10643789,-0.22550187,-0.532504,-0.78061813,-0.942406,-0.99997586,-0.94696134,-0.78922516,-0.54421085,-0.23901388,0.09261495,0.41400176,-0.59688437,-0.30078357,0.028579978,0.35478297,0.6417515,0.85775065,0.9788937,0.9917837,0.8949952,0.69923186,0.4261425,0.1059273,-0.22600211,-0.5329386,-0.780939,-0.9425776,-0.9999793,-0.94679624,-0.78890973,-0.54378,-0.23851524,0.09312622,-0.82668865,-0.59647226,-0.30029383,0.029093256,0.355263,0.6421452,0.8580145,0.9789985,0.9917179,0.8947661,0.6988647,0.42567793,0.105416685,-0.22650228,-0.533373,-0.7812596,-0.94274896,-0.9999825,-0.94663084,-0.78859407,-0.543349,-0.23801655,0.093637474,-0.82639956,-0.59606004,-0.299804,0.029606527,0.35574296,0.6425388,0.85827816,0.979103,0.9916518,0.8945367,0.69849735,0.42521322,0.104906045,-0.2270024,-0.53380734,-0.78158003,-0.9429201,-0.9999854,-0.9464652,-0.7882782,-0.54291785,-0.23751777,-0.96521586,-0.82611036,-0.5956477,-0.29931408,0.03011979,0.3562228,0.6429322,0.85854155,0.97920734,0.99158543,0.894307,0.6981298,0.42474842,0.10439537,-0.22750245,-0.53424144,-0.7819002,-0.943091,-0.999988,-0.9462993,-0.78796214,-0.54248655,-0.9976166,-0.9650815,-0.82582086,-0.59523517,-0.2988241,0.030633045,0.35670257,0.6433254,0.8588047,0.97931135,0.99151886,0.8940771,0.6977621,0.4242835,0.103884675,-0.22800246,-0.5346755,-0.78222024,-0.9432616,-0.9999904,-0.9461332,-0.7876459,-0.54205513,-0.9976519,-0.96494687,-0.8255312,-0.59482247,-0.29833403,0.031146292,0.35718223,0.6437184,0.8590677,0.9794152,0.991452,0.893847,0.69739413,0.42381847,0.103373945,-0.2285024,-0.5351093,-0.7825401,-0.943432,-0.99999255,-0.94596684,-0.78732944,-0.92023057,-0.9976869,-0.964812,-0.82524127,-0.5944096,-0.29784387,0.031659532,0.3576618,0.6441113,0.8593304,0.97951865,0.99138486,0.8936167,0.697026,0.4233533,0.10286319,-0.22900227,-0.535543,-0.7828597,-0.94360214,-0.9999944,-0.9458002,-0.74135333,-0.92043144,-0.9977217,-0.96467686,-0.8249512,-0.5939966,-0.29735366,0.03217276,0.35814127,0.644504,0.8595929,0.97962195,0.99131745,0.89338607,0.6966577,0.42288804,0.10235241,-0.22950208,-0.5359766,-0.78317904,-0.943772,-0.99999595,-0.48074147,-0.74169785,-0.920632,-0.9977562,-0.96454144,-0.82466084,-0.5935834,-0.29686335,0.032685984,0.35862067,0.6448965,0.8598552,0.97972494,0.9912498,0.8931552,0.69628924,0.42242268,0.1018416,-0.23000184,-0.53641003,-0.7834982,-0.94394165,-0.9999973,-0.4811917,-0.7420422,-0.9208324,-0.99779046,-0.9644058,-0.82437027,-0.5931701,-0.29637295,0.033199195,0.35909995,0.6452889,0.8601172,0.9798277,0.9911819,0.8929242,0.6959206,0.4219572,0.101330765,-0.23050153,-0.53684336,-0.78381723,-0.94411105,-0.16763385,-0.48164174,-0.7423863,-0.9210325,-0.99782443,-0.9642699,-0.8240795,-0.5927566,-0.2958825,0.033712402,0.35957915,0.6456811,0.86037904,0.97993016,0.9911137,0.89269286,0.69555175,0.4214916,0.1008199,-0.23100117,-0.5372765,-0.784136,0.1644057,-0.16814005,-0.4820917,-0.7427302,-0.9212324,-0.99785817,-0.9641337,-0.8237885,-0.592343,-0.29539195,0.034225594,0.36005825,0.6460731,0.86064065,0.98003244,0.9910453,0.89246136,0.69518274,0.42102587,0.100309014,-0.23150074,-0.5377095,-0.7844545,-0.94444907,-0.9999997,-0.9449633,-0.78542614,-0.5390311,-0.23302607,0.09874857,0.4196029,0.6940546,0.8917528,0.99083465,-0.8581793,-0.6423912,-0.3555629,-0.02941398,0.29998776,0.5962147,0.82650805,0.9654003,0.99753165,0.919349,0.7394982,0.47786844,0.1633926,-0.16915233,-0.4829912,-0.7434175,-0.9216314,-0.9979248,-0.96386063,-0.8232059,-0.59151524,-0.29441065,0.03525196,0.36101615,0.6468566,0.86116314,0.9802361,0.9909076,0.8919976,0.6944441,0.42009413,0.09928715,-0.2324997,-0.5385751,-0.78509104,-0.9447861,-1.0,-0.9446268,-0.7847901,-0.53816575,-0.23202725,0.09977049,0.42053488,0.6947936,-0.9918083,-0.9788543,-0.85765165,-0.64160377,-0.35460284,-0.028387425,0.30096728,0.5970389,0.82708573,0.96566755,0.99745905,0.9189444,0.7388065,0.47696605,0.16237934,-0.17016442,-0.4838902,-0.74410397,-0.92202944,-0.9979904,-0.9635865,-0.8226224,-0.59068686,-0.29342902,0.036278285,0.3619737,0.64763945,0.86168474,0.98043877,0.9907689,0.8915329,0.6937048,0.41916195,0.09826519,-0.23349842,-0.53944016,-0.7857267,-0.9451221,-0.99999917,-0.94428927,-0.7841532,-0.5372999,-0.23102817,0.10079229,0.42146644,-0.8955386,-0.99193895,-0.9786437,-0.8571231,-0.64081573,-0.3536424,-0.02736084,0.3019465,0.5978624,0.8276625,0.96593386,0.9973853,0.9185389,0.738114,0.47606316,0.1613659,-0.17117634,-0.4847887,-0.74478966,-0.9224265,-0.998055,-0.9633114,-0.82203805,-0.5898579,-0.2924471,0.037304576,0.36293083,0.64842165,0.8622054,0.98064035,0.9906292,0.8910672,0.69296473,0.4182293,0.09724313,-0.23449689,-0.5403046,-0.7863616,-0.94545716,-0.9999974,-0.9439508,-0.78351545,-0.53643346,-0.23002884,0.101813994,-0.7008362,-0.89599514,-0.9920686,-0.97843206,-0.8565936,-0.640027,-0.3526816,-0.026334226,0.30292538,0.5986854,0.8282385,0.9661991,0.99731064,0.9181324,0.7374207,0.47515976,0.16035229,-0.17218807,-0.48568666,-0.7454746,-0.92282265,-0.99811846,-0.9630353,-0.8214528,-0.5890283,-0.29146487,0.038330823,0.3638876,0.6492031,0.8627252,0.980841,0.9904884,0.8906006,0.69222397,0.41729623,0.09622096,-0.23549512,-0.54116845,-0.7869956,-0.9457912,-0.99999446,-0.9436113,-0.7828769,-0.53556645,-0.109181896,-0.4291017,-0.7015684,-0.8964507,-0.99219716,-0.9782194,-0.85606325,-0.6392375,-0.35172042,-0.025307586,0.30390394,0.59950763,0.82881355,0.9664633,0.9972348,0.917725,0.73672664,0.47425586,0.1593385,-0.17319962,-0.48658413,-0.7461587,-0.9232178,-0.9981809,-0.9627581,-0.8208667,-0.58819807,-0.2904823,0.039357033,0.364844,0.64998394,0.86324406,0.9810405,0.99034655,0.89013314,0.6914824,0.41636273,0.09519869,-0.2364931,-0.5420318,-0.78762877,-0.9461242,-0.9999905,-0.9432708,-0.7822375,0.22181073,-0.110202685,-0.4300291,-0.7022999,-0.89690536,-0.99232465,-0.9780057,-0.855532,-0.63844746,-0.35075888,-0.024280917,0.3048822,0.6003293,0.8293877,0.9667266,0.997158,0.91731656,0.73603183,0.47335148,0.15832455,-0.174211,-0.4874811,-0.746842,-0.92361194,-0.99824226,-0.96247995,-0.8202797,-0.58736724,-0.28949946,0.0403832,0.3658,0.65076405,0.86376196,0.981239,0.9902037,0.88966465,0.69074017,0.4154288,0.09417632,-0.23749082,-0.54289454,-0.7882612,-0.94645625,-0.9999855,-0.9429293,0.52842313,0.2208092,-0.111223355,-0.43095607,-0.7030306,-0.897359,-0.99245113,-0.977791,-0.8549998,-0.6376567,-0.34979695,-0.023254223,0.30586013,0.6011503,0.829961,0.9669888,0.9970801,0.9169072,0.73533624,0.4724466,0.15731044,-0.17522219,-0.4883775,-0.7475246,-0.92400515,-0.99830264,-0.96220076,-0.8196919,-0.58653575,-0.28851628,0.041409325,0.3667556,0.65154344,0.86427903,0.9814365,0.9900598,0.88919526,0.6899972,0.4144944,0.09315386,-0.2384883,-0.5437567,-0.7888927,-0.9467873,0.94043624,0.7769542,0.527551,0.21980746,-0.112243906,-0.43188256,-0.70376056,-0.8978118,-0.99257654,-0.97757524,-0.85446674,-0.6368652,-0.34883466,-0.022227505,0.30683774,0.6019707,0.83053344,0.96725,0.9970011,0.9164968,0.7346399,0.4715412,0.15629616,-0.17623319,-0.48927343,-0.7482064,-0.92439735,-0.9983619,-0.96192056,-0.81910324,-0.5857037,-0.28753284,0.042435404,0.36771083,0.6523222,0.86479515,0.98163295,0.98991483,0.8887249,0.6892535,0.41355956,0.09213129,-0.23948552,-0.5446183,-0.78952336,0.9999046,0.9400866,0.7763072,0.52667826,0.21880548,-0.11326434,-0.43280858,-0.7044898,-0.8982635,-0.99270093,-0.97735846,-0.85393274,-0.6360731,-0.34787202,-0.021200765,0.30781502,0.6027904,0.831105,0.9675101,0.9969211,0.91608554,0.7339427,0.4706353,0.15528172,-0.17724401,-0.49016884,-0.74888736,-0.9247886,-0.9984201,-0.96163934,-0.8185137,-0.58487093,-0.28654906,0.043461442,0.36866567,0.65310025,0.8653104,0.98182833,0.9897688,0.8882536,0.68850905,0.4126243,0.09110862,-0.2404825,0.7940489,0.94946885,0.99988985,0.93973595,0.77565944,0.52580494,0.21780327,-0.11428466,-0.43373418,-0.7052183,-0.89871436,-0.99282426,-0.97714067,-0.85339785,-0.6352803,-0.346909,-0.020174,0.30879197,0.60360956,0.8316757,0.96776927,0.99684006,0.91567326,0.7332448,0.46972892,0.15426712,-0.17825463,-0.49106374,-0.7495675,-0.9251788,-0.99847734,-0.9613571,-0.81792325,-0.5840376,-0.285565,0.04448743,0.3696201,0.6538776,0.8658247,0.9820227,0.98962176,0.8877814,0.6877639,0.4116886,0.090085864,0.5516742,0.7946727,0.9497907,0.9998741,0.93938434,0.7750108,0.52493113,0.21680082,-0.11530485,-0.4346593,-0.705946,-0.89916426,-0.99294657,-0.9769218,-0.8528621,-0.63448685,-0.3459456,-0.019147215,0.30976862,0.604428,0.8322455,0.9680274,0.996758,0.91525996,0.7325461,0.46882203,0.15325235,-0.17926508,-0.4919581,-0.75024694,-0.9255681,-0.9985334,-0.9610739,-0.81733197,-0.5832037,-0.28458062,0.045513377,0.37057418,0.65465426,0.8663381,0.98221606,0.98947364,0.88730824,0.68701804,0.41075248,0.24866252,0.55253047,0.7952957,0.9501115,0.9998573,0.9390317,0.77436143,0.52405673,0.21579815,-0.116324924,-0.43558398,-0.706673,-0.8996132,-0.9930678,-0.9767019,-0.85232544,-0.63369274,-0.34498185,-0.01812041,0.3107449,0.6052458,0.83281446,0.9682845,0.99667484,0.91484576,0.73184663,0.46791467,0.15223742,-0.18027534,-0.49285194,-0.75092554,-0.9259564,-0.9985885,-0.9607896,-0.8167398,-0.58236915,-0.28359595,0.04653927,0.37152785,0.65543026,0.86685055,0.98240834,0.9893245,0.88683414,-0.4039859,-0.081680804,0.24965711,0.55338615,0.79591787,0.95043135,0.9998394,0.93867815,0.7737112,0.5231818,0.21479525,-0.11734487,-0.43650818,-0.7073993,-0.90006125,-0.993188,-0.976481,-0.85178787,-0.632898,-0.3440177,-0.017093586,0.31172088,0.60606307,0.8333825,0.9685406,0.9965906,0.91443056,0.73114634,0.4670068,0.15122232,-0.1812854,-0.4937453,-0.7516033,-0.92634374,-0.99864256,-0.96050435,-0.8161468,-0.58153397,-0.28261098,0.047565117,0.37248114,0.65620553,0.86736214,0.9825996,0.98917437,-0.6808635,-0.40304622,-0.080657214,0.25065145,0.5542413,0.7965392,0.9507502,0.9998205,0.93832356,0.77306014,0.5223063,0.21379213,-0.1183647,-0.43743193,-0.7081248,-0.9005083,-0.9933071,-0.97625905,-0.8512494,-0.6321025,-0.34305325,-0.016066743,0.31269655,0.6068796,0.8339497,0.96879566,0.9965053,0.91401446,0.7304453,0.46609843,0.15020707,-0.18229526,-0.4946381,-0.75228035,-0.9267301,-0.9986955,-0.9602181,-0.81555295,-0.5806982,-0.28162572,0.048590913,0.373434,0.65698016,0.8678728,-0.98805994,-0.88290435,-0.680111,-0.40210614,-0.079633534,0.2516455,0.5550958,0.7971597,0.951068,0.9998005,0.93796796,0.7724083,0.52143025,0.21278878,-0.1193844,-0.4383552,-0.7088496,-0.90095437,-0.99342525,-0.97603613,-0.85071,-0.63130635,-0.3420884,-0.015039884,0.31367186,0.6076955,0.8345159,0.9690497,0.996419,0.91359735,0.72974354,0.46518958,0.14919165,-0.18330495,-0.4955304,-0.75295657,-0.9271155,-0.9987474,-0.9599308,-0.8149582,-0.5798618,-0.28064016,0.049616657,0.37438652,0.65775406,-0.9841316,-0.98790115,-0.8824217,-0.67935777,-0.40116563,-0.078609765,0.25263932,0.55594975,0.7977793,0.95138484,0.99977946,0.9376114,0.77175564,0.52055365,0.2117852,-0.120403975,-0.43927804,-0.7095736,-0.9013995,-0.99354225,-0.97581214,-0.8501697,-0.63050956,-0.3411232,-0.014013008,0.31464684,0.6085108,0.83508134,0.9693027,0.9963317,0.9131793,0.729041,0.46428025,0.14817609,-0.18431443,-0.49642214,-0.753632,-0.9274999,-0.99879825,-0.95964247,-0.81436265,-0.5790248,-0.2796543,0.05064235,0.3753386,-0.8720328,-0.9843133,-0.9877414,-0.88193804,-0.67860377,-0.4002247,-0.07758592,0.25363284,0.5568031,0.79839814,0.9517006,0.99975735,0.93725383,0.77110213,0.5196765,0.2107814,-0.12142342,-0.4402004,-0.71029687,-0.9018437,-0.9936583,-0.97558707,-0.84962857,-0.6297121,-0.34015763,-0.012986118,0.3156215,0.60932547,0.8356459,0.96955466,0.99624324,0.9127602,0.7283377,0.4633704,0.14716037,-0.18532373,-0.4973134,-0.7543066,-0.9278833,-0.9988481,-0.95935315,-0.8137662,-0.57818717,-0.27866814,-0.3821958,-0.66408503,-0.87253505,-0.984494,-0.98758054,-0.8814535,-0.6778491,-0.39928332,-0.076561995,0.25462613,0.5576559,0.79901606,0.95201546,0.9997342,0.93689525,0.77044785,0.5187988,0.20977737,-0.122442745,-0.4411223,-0.7110194,-0.90228695,-0.9937732,-0.97536105,-0.8490865,-0.628914,-0.3391917,-0.011959214,0.31659582,0.6101394,0.83620954,0.96980566,0.99615383,0.9123402,0.7276336,0.4624601,0.14614448,-0.18633282,-0.4982041,-0.7549805,-0.92826575,-0.99889684,-0.9590628,-0.8131689,-0.57734895,-0.059065875,-0.38314462,-0.6648525,-0.8730363,-0.98467356,-0.98741865,-0.88096803,-0.6770937,-0.39834157,-0.07553798,0.2556191,0.55850804,0.7996332,0.9523293,0.99971,0.9365357,0.76979274,0.5179206,0.20877314,-0.12346194,-0.44204372,-0.71174115,-0.9027293,-0.9938871,-0.97513396,-0.8485436,-0.62811524,-0.33822542,-0.010932297,0.31756982,0.6109528,0.8367723,0.9700556,0.9960633,0.91191924,0.7269287,0.46154928,0.14512844,-0.18734172,-0.4990943,-0.7556535,-0.9286472,-0.9989445,-0.95877147,-0.8125707,0.27055624,-0.060091034,-0.38409302,-0.6656193,-0.87353665,-0.9848522,-0.98725575,-0.8804816,-0.6763376,-0.39739937,-0.07451389,0.25661185,0.5593596,0.80024946,0.952642,0.99968475,0.9361752,0.7691368,0.5170418,0.20776866,-0.124481,-0.44296467,-0.7124622,-0.9031706,-0.994,-0.97490585,-0.8479997,-0.62731576,-0.3372588,-0.009905369,0.31854346,0.6117655,0.8373342,0.97030455,0.99597174,0.91149735,0.7262231,0.460638,0.14411226,-0.18835042,-0.49998397,-0.7563258,-0.9290277,-0.9989912,0.80822986,0.5704403,0.26956743,-0.06111613,-0.38504103,-0.66638535,-0.8740361,-0.98502976,-0.9870918,-0.8799943,-0.67558074,-0.39645675,-0.073489726,0.2576043,0.56021065,0.8008649,0.9529539,0.9996584,0.9358137,0.76848006,0.51616246,0.20676398,-0.12549993,-0.44388518,-0.71318245,-0.903611,-0.9941118,-0.9746767,-0.84745497,-0.6265156,-0.3362918,-0.008878431,0.31951678,0.61257756,0.8378952,0.97055244,0.9958791,0.91107446,0.72551674,0.4597262,0.14309593,-0.18935892,-0.5008731,-0.7569972,-0.9294072,0.95634,0.8076247,0.5695965,0.26857832,-0.06214116,-0.38598862,-0.66715074,-0.8745346,-0.98520625,-0.9869268,-0.879506,-0.6748232,-0.3955137,-0.07246548,0.25859648,0.561061,0.80147946,0.95326465,0.99963105,0.9354512,0.7678225,0.51528263,0.2057591,-0.12651873,-0.4448052,-0.713902,-0.9040504,-0.9942226,-0.97444654,-0.84690934,-0.6257149,-0.33532447,-0.007851483,0.32048976,0.61338896,0.8384553,0.9707993,0.9957855,0.9106506,0.7248095,0.45881394,0.14207943,-0.19036722,-0.50176173,0.9321161,0.99933445,0.95603937,0.80701864,0.5687521,0.2675889,-0.06316613,-0.38693583,-0.6679154,-0.8750322,-0.9853817,-0.9867608,-0.8790168,-0.674065,-0.39457026,-0.07144116,0.25958842,0.56191087,0.8020932,0.9535744,0.9996026,0.93508774,0.7671642,0.5144022,0.20475397,-0.12753738,-0.44572476,-0.71462077,-0.9044889,-0.99433225,-0.9742153,-0.84636277,-0.62491345,-0.33435676,-0.006824527,0.3214624,0.61419976,0.83901453,0.9710452,0.99569076,0.9102258,0.7241016,0.45790118,0.1410628,-0.19137533,0.76248264,0.93248755,0.9993714,0.9557377,0.80641174,0.5679071,0.26659924,-0.06419103,-0.38788262,-0.6686794,-0.8755289,-0.9855562,-0.98659366,-0.8785267,-0.673306,-0.3936264,-0.07041676,0.26058003,0.56276006,0.8027061,0.95388323,0.9995732,0.93472326,0.766505,0.51352125,0.20374864,-0.12855592,-0.44664386,-0.71533877,-0.9049264,-0.9944409,-0.9739831,-0.84581536,-0.62411135,-0.33338872,-0.005797564,0.32243472,0.61500984,0.8395729,0.97129,0.995595,0.90980005,0.72339296,0.45698795,0.140046,0.5090412,0.7631467,0.932858,0.9994073,0.95543504,0.805804,0.5670615,0.2656093,-0.065215856,-0.388829,-0.66944265,-0.8760246,-0.9857296,-0.9864256,-0.87803566,-0.6725463,-0.3926821,-0.069392286,0.2615714,0.5636087,0.80331814,0.95419097,0.99954265,0.93435776,0.76584506,0.5126397,0.20274308,-0.12957431,-0.4475625,-0.716056,-0.905363,-0.99454856,-0.9737499,-0.84526706,-0.6233086,-0.3324203,-0.0047705946,0.32340667,0.61581933,0.8401303,0.9715338,0.9954982,0.9093733,0.7226835,-0.13270597,0.19964875,0.5099249,0.7638099,0.9332275,0.9994421,0.95513135,0.80519545,0.5662153,0.26461905,-0.06624062,-0.38977495,-0.6702052,-0.87651944,-0.98590195,-0.9862564,-0.8775437,-0.67178595,-0.3917374,-0.06836774,0.2625625,0.56445676,0.8039293,0.95449775,0.99951106,0.9339913,0.7651843,0.5117577,0.20173733,-0.13059257,-0.44848064,-0.7167725,-0.9057986,-0.99465513,-0.97351557,-0.84471786,-0.6225052,-0.33145154,-0.0037436201,0.3243783,0.61662817,0.8406869,0.9717766,0.9954003,0.9089456,-0.44946796,-0.131688,0.20065495,0.51080805,0.76447237,0.93359596,0.9994759,0.9548267,0.804586,0.5653685,0.26362854,-0.06726532,-0.39072052,-0.67096704,-0.8770133,-0.98607326,-0.9860862,-0.87705076,-0.67102486,-0.39079228,-0.06734313,0.26355332,0.56530416,0.8045397,0.9548035,0.9994784,0.9336239,0.7645227,0.5108751,0.20073135,-0.13161069,-0.4493983,-0.7174882,-0.9062333,-0.99476063,-0.9732803,-0.84416777,-0.6217011,-0.33048242,-0.0027166416,0.32534957,0.61743635,0.8412426,0.97201836,-0.90583163,-0.7168269,-0.4485503,-0.13066989,0.20166095,0.5116907,0.76513404,0.9339635,0.9995086,0.954521,0.8039757,0.56452113,0.26263776,-0.068289936,-0.39166564,-0.6717282,-0.8775063,-0.98624355,-0.98591495,-0.876557,-0.6702631,-0.38984677,-0.06631844,0.26454386,0.566151,0.8051492,0.9551083,0.9994447,0.9332555,0.7638603,0.509992,0.19972517,-0.13262868,-0.4503155,-0.71820325,-0.906667,-0.99486506,-0.973044,-0.8436167,-0.6208964,-0.32951298,-0.0016896605,0.32632053,0.6182439,0.8417974,-0.99455667,-0.9053961,-0.71611047,-0.44763222,-0.12965165,0.20266671,0.51257277,0.7657949,0.93433,0.99954027,0.95421433,0.8033646,0.56367314,0.2616467,-0.06931449,-0.39261037,-0.67248863,-0.87799835,-0.98641276,-0.9857427,-0.8760622,-0.6695006,-0.38890085,-0.065293685,0.2655341,0.56699723,0.8057578,0.95541203,0.99941,0.9328861,0.76319706,0.5091083,0.19871877,-0.13364652,-0.45123222,-0.7189175,-0.9070997,-0.99496853,-0.97280663,-0.84306484,-0.6200911,-0.3285432,-0.0006626775,0.3272911,0.61905074,-0.97396547,-0.99444914,-0.9049596,-0.71539325,-0.44671363,-0.12863326,0.20367227,0.5134543,0.76645494,0.93469554,0.9995709,0.9539066,0.8027526,0.56282455,0.26065534,-0.070338964,-0.3935547,-0.67324835,-0.87848943,-0.98658097,-0.98556936,-0.87556654,-0.66873735,-0.3879545,-0.06426886,0.26652408,0.5678429,0.80636567,0.95571476,0.99937415,0.93251574,0.76253307,0.5082241,0.19771217,-0.13466421,-0.45214847,-0.71963096,-0.90753156,-0.9950709,-0.9725682,-0.84251213,-0.61928505,-0.32757303,0.00036430618,-0.62485254,-0.8463212,-0.97419775,-0.99434054,-0.9045222,-0.7146753,-0.44579458,-0.12761475,0.20467763,0.51433533,0.76711416,0.9350601,0.9996004,0.9535979,0.80213976,0.56197536,0.25966373,-0.07136337,-0.3944986,-0.67400736,-0.8789796,-0.9867481,-0.985395,-0.87507,-0.66797346,-0.38700774,-0.06324396,0.26751378,0.568688,0.80697256,0.9560165,0.9993373,0.93214434,0.76186824,0.5073394,0.19670534,-0.13568178,-0.45306423,-0.72034365,-0.9079624,-0.9951722,-0.97232884,-0.84195846,-0.61847836,-0.32660255,-0.33525097,-0.62565404,-0.84686786,-0.974429,-0.9942309,-0.9040837,-0.7139566,-0.44487506,-0.1265961,0.20568277,0.51521575,0.76777256,0.9354236,0.99962896,0.9532882,0.8015261,0.5611256,0.25867182,-0.072387695,-0.39544207,-0.67476565,-0.8794689,-0.9869142,-0.9852196,-0.87457246,-0.66720885,-0.38606057,-0.062219,0.2685032,0.5695324,0.8075787,0.9563172,0.9992994,0.931772,0.76120263,0.5064541,0.19569832,-0.13669918,-0.45397952,-0.7210556,-0.90839225,-0.99527246,-0.9720884,-0.8414039,-0.617671,-0.008800444,-0.33621836,-0.6264549,-0.84741354,-0.97465926,-0.99412024],"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/cosf/test/fixtures/julia/medium_negative.json b/lib/node_modules/@stdlib/math/base/special/cosf/test/fixtures/julia/medium_negative.json new file mode 100644 index 000000000000..98ac803d5794 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/cosf/test/fixtures/julia/medium_negative.json @@ -0,0 +1 @@ +{"expected":[1.0,0.97984976,0.9202023,0.82346207,0.6935285,0.5356392,0.35610154,0.1622612,-0.038119808,-0.23696423,-0.42625675,-0.5983671,-0.7463576,-0.8642629,-0.94733024,-0.9922112,-0.9970967,-0.9617898,-0.88771373,-0.7778544,-0.63664013,-0.46976334,-0.28395066,-0.08669205,0.11406105,0.31021643,0.49386713,0.65761036,0.79484564,0.9000412,0.9689566,0.99881387,0.9884095,0.938163,0.8500996,0.7277692,0.57610285,0.4012141,0.21015263,0.010620026,-0.18934065,-0.38166913,-0.5586127,-0.713039,-0.838723,-0.9305986,-0.9849623,-0.9996227,-0.9739889,-0.90909415,-0.80755436,-0.6734173,-0.51217127,-0.3302799,-0.13507509,0.065574504,0.26358083,0.45096236,0.6201659,0.7643708,0.8777644,0.95577586,0.9952605,0.99462676,0.95390016,0.87472236,0.7602851,0.61520106,0.44531867,0.25748575,0.059273697,-0.14132763,-0.33623213,-0.5175833,-0.67807096,-0.811226,-0.91168094,-0.97538656,-0.99977493,-0.9838629,-0.9282919,-0.835302,-0.7086416,-0.5534162,-0.3758829,-0.18319799,0.016871521,0.21626095,0.40693304,0.58120185,0.7320428,0.8533755,0.94030905,0.98933935,0.9984899,0.96739197,0.897272,0.79099894,0.6528412,0.48836783,0.3042086,0.10778689,-0.09297965,-0.28999823,-0.47532713,-0.6414959,-0.7818063,-0.8906025,-0.96349907,-0.9975575,-0.991405,-0.94528955,-0.8610699,-0.7421411,-0.593297,-0.42053744,-0.23082623,-0.03181055,0.1684874,0.3619937,0.5409083,0.6980191,0.82699317,0.9226317,0.98107934,0.99998033,0.9785726,0.91771924,0.8198731,0.6889783,0.5303112,0.35026762,0.1561049,-0.04435032,-0.24301781,-0.43188938,-0.6033517,-0.75049335,-0.86738294,-0.9493089,-0.9929759,-0.99659747,-0.96004677,-0.8847971,-0.77388173,-0.6317717,-0.46419525,-0.27790737,-0.08041722,0.12031451,0.31619644,0.49933267,0.66234106,0.79865086,0.90276754,0.97049415,0.9991007,0.987434,0.93596447,0.8467667,0.7234363,0.57094455,0.39543834,0.20399226,0.0043233545,-0.19551982,-0.3874817,-0.5638244,-0.7174397,-0.84213537,-0.93288505,-0.9860307,-0.99942994,-0.97254276,-0.90645295,-0.80382454,-0.6687944,-0.50680554,-0.3243876,-0.12889384,0.07179559,0.26959097,0.4565193,0.6250456,0.76837665,0.88076377,0.95760876,0.99585307,0.99395514,0.9519914,0.87165344,0.75617963,0.61022466,0.43967184,0.25139612,0.05298678,-0.14755844,-0.34215567,-0.5229608,-0.6826857,-0.8148919,-0.91425025,-0.9767557,-0.99988866,-0.98271674,-0.925932,-0.8318235,-0.70418465,-0.54816055,-0.3700404,-0.17700411,0.023167105,0.22240447,0.41267684,0.58631444,0.73631805,0.85664105,0.94243336,0.99023676,0.99812424,0.9657779,0.89450157,0.78716844,0.64810497,0.48291674,0.29826245,0.10158534,-0.09918661,-0.2959604,-0.4808042,-0.6463136,-0.785717,-0.89344853,-0.96516573,-0.9979776,-0.99056154,-0.94321656,-0.857851,-0.737906,-0.5882164,-0.41481614,-0.22469488,-0.025516288,0.17469086,0.3678563,0.54619366,0.7025143,0.83051693,0.9250419,0.982279,0.99992096,0.9772567,0.91519976,0.81625164,0.68440086,0.5249623,0.34436277,0.14988218,-0.050640058,-0.24912103,-0.43756008,-0.6083613,-0.75463986,-0.8704993,-0.95126945,-0.9936944,-0.9960641,-0.95828307,-0.88187414,-0.76991737,-0.6269257,-0.458663,-0.27191183,-0.07420007,0.1265632,0.3221639,0.5047784,0.66704553,0.80242443,0.9054581,0.9719932,0.99934787,0.9864194,0.9337288,0.84340024,0.71907467,0.5657636,0.38964692,0.19782381,-0.001973488,-0.20169123,-0.3932789,-0.5690137,-0.72181195,-0.84551436,-0.93513453,-0.98705995,-0.99919754,-0.9710581,-0.9037758,-0.80006284,-0.66409975,-0.5013672,-0.31842488,-0.12264699,0.07807474,0.2756493,0.4621126,0.62994844,0.7723914,0.88369966,0.9593865,0.996401,0.9932512,0.95006394,0.8685802,0.75208443,0.6052726,0.43406257,0.24529657,0.04669776,-0.15378341,-0.34806564,-0.5283176,-0.68727326,-0.81852543,-0.9167833,-0.97808605,-0.9999628,-0.9815316,-0.9235354,-0.82831204,-0.6996999,-0.5428832,-0.36418322,-0.17080322,0.029461773,0.22853917,0.41840428,0.5914038,0.7405641,0.8598727,0.9445203,0.9910949,0.99771893,0.9641255,0.89166874,0.78326935,0.6432968,0.47739327,0.2922463,0.095319085,-0.10545041,-0.30196926,-0.48631588,-0.6510594,-0.78955907,-0.89623207,-0.96677846,-0.9983546,-0.98968756,-0.9411268,-0.8546298,-0.7336416,-0.5831125,-0.40907842,-0.21855463,-0.019221017,0.18088739,0.3737043,0.5514574,0.7069816,0.83400774,0.92741555,0.98343974,0.999822,0.975902,0.91264397,0.8125978,0.6797962,0.51959246,0.33844426,0.14365353,-0.05692779,-0.2552144,-0.44321343,-0.6133468,-0.7587565,-0.8735812,-0.95319223,-0.9943807,-0.99548626,-0.9564643,-0.87888783,-0.76588386,-0.62200755,-0.45305848,-0.26584688,-0.06791914,0.13274637,0.32806095,0.5101516,0.6716783,0.80613005,0.90808713,0.97343975,0.9995536,0.98537594,0.9314562,0.84000033,0.71468455,0.5605602,0.38384005,0.1916475,-0.0082702525,-0.20785464,-0.39906052,-0.5741805,-0.7261556,-0.8488598,-0.9373469,-0.9880501,-0.9989255,-0.9695349,-0.9010628,-0.7962694,-0.6593788,-0.49590907,-0.3124495,-0.11639528,0.08435078,0.2816967,0.4676876,0.63482624,0.7763755,0.8866294,0.9611438,0.99691504,0.9925012,0.9480802,0.8654426,0.7479195,0.6002482,0.4283813,0.23924652,0.040467873,-0.15994202,-0.35390472,-0.53360176,-0.69178957,-0.82209176,-0.9192559,-0.97936535,-0.9999973,-0.9803076,-0.9211022,-0.8247677,-0.69518733,-0.5375843,-0.3583116,-0.16459554,0.03575527,0.23466481,0.42411515,0.59646964,0.7447808,0.8630702,0.9465698,0.9919137,0.9972741,0.96243495,0.88880056,0.7793392,0.6384631,0.47185084,0.2862186,0.08904905,-0.11171002,-0.30796614,-0.4918083,-0.655826,-0.7934076,-0.8990075,-0.9683689,-0.99869585,-0.988766,-0.9389795,-0.8513433,-0.7293899,-0.57803524,-0.4033803,-0.21246535,-0.012986014,0.18701677,0.37948102,0.5566486,0.711378,0.8374655,0.92975235,0.98456144,0.9996834,0.97450864,0.91005206,0.80891174,0.6751647,0.5142021,0.33251232,0.13741918,-0.06321327,-0.2612976,-0.4488492,-0.61830795,-0.762843,-0.87662834,-0.9550773,-0.9950276,-0.99486893,-0.9546076,-0.87586665,-0.76181996,-0.6170648,-0.447436,-0.25977138,-0.061635524,0.13898483,0.3340028,0.5155573,0.67633,0.80984014,0.91070616,0.9748621,0.9997219,0.9842835,0.9291692,0.83660054,0.7103091,0.5553854,0.37807447,0.18552358,-0.01450566,-0.21395019,-0.40477052,-0.5793245,-0.7304705,-0.85217154,-0.9395221,-0.98900104,-0.9986139,-0.96797323,-0.89831406,-0.7924444,-0.65463173,-0.49043125,-0.30646175,-0.11013895,0.09062348,0.28773293,0.47324404,0.63967896,0.78032875,0.889524,0.96286297,0.9973895,0.9917118,0.9460588,0.8622707,0.74372494,0.59520006,0.422683,0.23312783,0.03417541,-0.1661546,-0.35978702,-0.53891665,-0.6963228,-0.8256606,-0.9217165,-0.98061854,-0.9999924,-0.9790571,-0.9186566,-0.8212255,-0.69069135,-0.5323158,-0.3524829,-0.1584416,0.04204735,0.24078114,0.42980918,0.60151184,0.74896795,0.8662335,0.94858176,0.9926932,0.9967897,0.9607062,0.88589716,0.7753781,0.63360405,0.46628973,0.28017956,0.08277549,-0.117965214,-0.3139508,-0.4972812,-0.6605665,-0.7972247,-0.9017472,-0.9699209,-0.99899757,-0.9878052,-0.93679494,-0.84802306,-0.72506785,-0.5728855,-0.39761055,-0.20630808,-0.006689471,0.19319879,0.38529932,0.56186867,0.7157894,0.840857,0.9320302,0.9856338,0.999507,0.9730907,0.90744966,0.80522984,0.6705516,0.50884384,0.32656723,0.13117938,-0.06949624,-0.2673705,-0.4544672,-0.6232446,-0.76689935,-0.8796408,-0.95692444,-0.99563503,-0.9942121,-0.9527131,-0.8728107,-0.75772583,-0.61209744,-0.4417958,-0.2536856,-0.055349458,0.14521778,0.33993137,0.5209425,0.68095475,0.8135181,0.913289,0.97624576,0.9998506,0.983152,0.9268231,0.8331345,0.7058627,0.550138,0.37223756,0.1793324,-0.020801526,-0.22009696,-0.4105204,-0.584396,-0.7347149,-0.8554179,-0.94163954,-0.98990417,-0.9982663,-0.9663889,-0.89555687,-0.78862554,-0.6498587,-0.48493397,-0.30046186,-0.10387826,0.096892595,0.29375777,0.47878173,0.6445063,0.78425115,0.8923833,0.96454394,0.9978244,0.9908831,0.9439999,0.8590646,0.7395009,0.5901283,0.41696796,0.2269999,0.027881598,-0.1723606,-0.36565503,-0.54421014,-0.7008284,-0.8291967,-0.9241405,-0.9818328,-0.9999479,-0.9777557,-0.91615075,-0.8176163,-0.68612415,-0.5269747,-0.34658325,-0.15222119,0.0482768,0.24682878,0.43543124,0.6064817,0.75308526,0.8693323,0.95053715,0.9934263,0.9962711,0.9589394,0.88295865,0.7713863,0.6287199,0.46071014,0.2741294,0.076498635,-0.12421572,-0.319923,-0.5027344,-0.6652808,-0.8010102,-0.90445125,-0.9714344,-0.9992596,-0.9868052,-0.9345733,-0.84466916,-0.72071695,-0.5677131,-0.391825,-0.20014264,-0.00039266402,0.19937314,0.3911023,0.5670664,0.72017235,0.84424853,0.93429357,0.98667777,0.9992895,0.9716205,0.904786,0.80148005,0.665867,0.5034131,0.32066697,0.124994926,-0.07571559,-0.27337405,-0.46001297,-0.62810904,-0.77088636,-0.8825897,-0.95871633,-0.996203,-0.9935159,-0.95078075,-0.8697202,-0.7536017,-0.6071059,-0.43613806,-0.24758974,-0.049061198,0.15144497,0.34584647,0.5263071,0.6855526,0.8171638,0.9158357,0.9775907,0.9999396,0.9819815,0.92444026,0.8296354,0.70138836,0.54486877,0.36638585,0.17313412,-0.027096566,-0.226235,-0.41625404,-0.5894941,-0.738972,-0.85866237,-0.9437405,-0.990777,-0.99787587,-0.9647509,-0.8927374,-0.7847381,-0.64510655,-0.47947106,-0.29450834,-0.0976742,0.10309715,0.29971272,0.48424703,0.6492616,0.78810483,0.89520717,0.9661867,0.9982197,0.99001515,0.9419036,0.8558244,0.7352475,0.5850331,0.41123638,0.22086295,0.021586677,-0.17855975,-0.37150854,-0.54948205,-0.70530623,-0.8326999,-0.9265279,-0.98300815,-0.99986386,-0.97641563,-0.9136086,-0.81397456,-0.6815297,-0.5216127,-0.34066984,-0.14599474,0.054565318,0.25292587,0.44109112,0.61147624,0.7572131,0.87242717,0.9524741,0.99412745,0.99570805,0.9571522,0.88001406,0.7674031,0.6238585,0.4551666,0.26812714,0.07027964,-0.13040079,-0.32582486,-0.5081676,-0.6699688,-0.8047639,-0.9071194,-0.97290945,-0.9994821,-0.9857661,-0.9323145,-0.84128183,-0.71633756,-0.5625181,-0.38602388,-0.19396926,0.005904159,0.20553958,0.39688984,0.57224166,0.72452676,0.8476066,0.9365199,0.98768264,0.9990324,0.9701117,0.90208644,0.79769856,0.6611559,0.4979624,0.3146963,0.11874502,-0.08199283,-0.2794256,-0.46559486,-0.63299626,-0.77488196,-0.8855326,-0.9604879,-0.9967265,-0.9927876,-0.94883,-0.86662567,-0.74948806,-0.60213906,-0.43051815,-0.2415433,-0.042831972,0.15766615,0.35174787,0.53165084,0.6901232,0.8207772,0.91834605,0.9788969,0.999989,0.9807721,0.9220208,0.8261034,0.69688624,0.53957796,0.36051965,0.16692896,-0.033390533,-0.23236407,-0.42197114,-0.5945688,-0.7431997,-0.8618727,-0.94580406,-0.9916106,-0.9974459,-0.9630747,-0.8898825,-0.78081965,-0.6402824,-0.47393572,-0.28848496,-0.091405556,0.10935837,0.30571413,0.4897467,0.6540379,0.7919651,0.89796877,0.96777576,0.9985723,0.9891169,0.9397908,0.8525822,0.73100656,0.57996446,0.4054885,0.21471727,0.015290901,-0.18475184,-0.37734732,-0.55473214,-0.7097561,-0.8361701,-0.9288786,-0.9841445,-0.9997401,-0.9750368,-0.91103023,-0.8103006,-0.6769082,-0.51623005,-0.3347429,-0.13976249,0.06085167,0.25901294,0.44673353,0.61644655,0.761311,0.8754874,0.9543734,0.9947891,0.9951055,0.95530975,0.877006,0.7633506,0.618925,0.44955084,0.26205558,0.063997,-0.13664126,-0.33177158,-0.5135284,-0.67458516,-0.8084498,-0.90972626,-0.97433215,-0.9996633,-0.9846986,-0.93004125,-0.83789444,-0.71192974,-0.55730087,-0.3802075,-0.18778819,0.012200748,0.21169788,0.4026616,0.57739425,0.72885245,0.85093105,0.9387091,0.9886483,0.99873567,0.9685645,0.8993511,0.7938854,0.6564186,0.49249193,0.3087132,0.1124904,-0.08826681,-0.28546605,-0.4711583,-0.63785845,-0.77884686,-0.8884404,-0.96222144,-0.9972158,-0.99201304,-0.94682276,-0.8634666,-0.7453046,-0.5970998,-0.4248262,-0.23542814,-0.036540087,0.16382088,0.3575783,0.536922,0.6946226,0.82432336,0.92079616,0.9801522,0.9999988,0.97953606,0.9195648,0.8225387,0.69235647,0.53426576,0.35463914,0.16071719,-0.039683174,-0.23848394,-0.42767152,-0.5996199,-0.747398,-0.8650489,-0.94783014,-0.9924049,-0.9969764,-0.9613603,-0.8869923,-0.7768702,-0.63543284,-0.4683816,-0.28245014,-0.085133284,0.11561525,0.3117034,0.49522695,0.6587882,0.79579407,0.9007219,0.9693422,0.99888885,0.9881708,0.9376202,0.84927464,0.7266953,0.5748233,0.39978048,0.20862275,0.009055551,-0.19087668,-0.38311478,-0.5599097,-0.71413505,-0.839574,-0.93117017,-0.98524183,-0.99957675,-0.9736193,-0.90841573,-0.80659455,-0.6722599,-0.5108269,-0.32880273,-0.13352472,0.06713561,0.26508972,0.45235825,0.6213924,0.76537865,0.8785129,0.9562348,0.9954114,0.99446356,0.9534294,0.8739631,0.7592678,0.6139669,0.44391727,0.25597364,0.05771183,-0.1428763,-0.33770517,-0.5189213,-0.6792201,-0.8121398,-0.9123227,-0.97573036,-0.9998069,-0.9835817,-0.927709,-0.8344408,-0.7075368,-0.5521124,-0.37443262,-0.1816597,0.018435828,0.21778822,0.40836167,0.5824743,0.73310775,0.85422176,0.94086105,0.9895748,0.9983993,0.9669789,0.89658016,0.7900408,0.65165526,0.48700196,0.30271783,0.106231324,-0.0945373,-0.29149517,-0.47670305,-0.6426953,-0.7827809,-0.89131296,-0.9639168,-0.9976656,-0.99119914,-0.94477797,-0.86027336,-0.7410916,-0.59203684,-0.41911745,-0.22930364,-0.030246751,0.17002937,0.36345172,0.5422235,0.6991386,0.8278718,0.9232339,0.98138106,0.9999693,0.9782493,0.9170966,0.81897634,0.68784356,0.5289842,0.34880176,0.15455934,-0.04591327,-0.24453515,-0.43335497,-0.6046473,-0.75156665,-0.86819077,-0.9498186,-0.99315983,-0.9964673,-0.9596077,-0.88406694,-0.7728899,-0.63055813,-0.4628089,-0.2764041,-0.078857645,0.121867545,0.31768033,0.5006876,0.6635124,0.7995914,0.9034394,0.9708702,0.9991658,0.98718554,0.93541247,0.8459334,0.72235525,0.56965935,0.39400083,0.20246035,0.0027588138,-0.19705394,-0.38892356,-0.56511587,-0.7185287,-0.84297806,-0.9334474,-0.98629004,-0.9993759,-0.97217745,-0.9057911,-0.80289286,-0.6676304,-0.50545615,-0.32290727,-0.12734218,0.07341689,0.271156,0.45796502,0.6263137,0.769416,0.8815036,0.9580583,0.9959942,0.99378216,0.95151126,0.87088555,0.7551549,0.6089844,0.4382661,0.24988152,0.05142436,-0.14910568,-0.34362537,-0.5242937,-0.68382806,-0.8157977,-0.91488296,-0.9770899,-0.9999108,-0.9824259,-0.92534,-0.83095413,-0.70307297,-0.54685134,-0.36858645,-0.17546405,0.024731208,0.22392957,0.41410145,0.58758116,0.73737574,0.8574472,0.9429554,0.9904536,0.9980272,0.9653709,0.89380103,0.78620255,0.6469127,0.48154613,0.29671046,0.09996803,-0.100804046,-0.29751277,-0.4822289,-0.6475067,-0.78668386,-0.8941502,-0.9655739,-0.99807584,-0.9903459,-0.9426957,-0.85704595,-0.7368492,-0.5869504,-0.41339204,-0.22317006,-0.023952216,0.17623113,0.3693107,0.5475036,0.7036269,0.8313874,0.9256351,0.98257107,0.9999001,0.9769237,0.9145681,0.8153468,0.6832593,0.52363,0.34289348,0.14833513,-0.052202538,-0.25063595,-0.43896636,-0.6096023,-0.7556655,-0.8712683,-0.9517507,-0.9938686,-0.99592423,-0.9578347,-0.8811354,-0.768879,-0.6256584,-0.45721787,-0.27034715,-0.07257887,0.12811501,0.32364467,0.5061284,0.6682103,0.8033571,0.906121,0.9723597,0.9994031,0.9861612,0.93316764,0.8425586,0.7179865,0.56447285,0.38820556,0.19628993,-0.0035380325,-0.20322338,-0.39471692,-0.5702996,-0.7228939,-0.8463487,-0.93568766,-0.98730963,-0.99913365,-0.9706832,-0.903105,-0.7991232,-0.66292924,-0.50001293,-0.31694138,-0.12109409,0.07963441,0.2771529,0.46349952,0.63116276,0.77338415,0.8844309,0.95982665,0.99653244,0.9930685,0.94955546,0.8677735,0.7510121,0.6039778,0.43259755,0.24377951,0.045134857,-0.15532915,-0.34953195,-0.52964526,-0.6884089,-0.8194232,-0.917407,-0.9784106,-0.9999751,-0.9812311,-0.92293423,-0.8274345,-0.6985812,-0.54156864,-0.36272568,-0.16926144,0.031025607,0.23006204,0.41982478,0.59266466,0.7416145,0.8606703,0.945033,0.99130195,0.9976121,0.96370906,0.89095944,0.7822957,0.6420981,0.47601792,0.2907497,0.09376154,-0.1070061,-0.3034604,-0.48768237,-0.6522461,-0.7905182,-0.896925,-0.9671772,-0.99844646,-0.98945343,-0.9405761,-0.8537846,-0.73257756,-0.58184075,-0.40765026,-0.21702763,-0.017656732,0.1824259,0.37515503,0.5527619,0.70808727,0.83487,0.9279996,0.9837221,0.99979126,0.9755594,0.91200334,0.81168497,0.678648,0.51825505,0.3369716,0.14210503,-0.058489732,-0.2567268,-0.44461536,-0.61458176,-0.7597747,-0.87434155,-0.9536641,-0.9945451,-0.99533653,-0.9560065,-0.8781404,-0.76487696,-0.6207817,-0.45166317,-0.2643383,-0.06635813,0.13429692,0.32953852,0.5114966,0.6728366,0.80709094,0.90876675,0.9738107,0.9996008,0.98509765,0.9308858,0.8391504,0.7135894,0.55926394,0.38239488,0.19011173,-0.009834738,-0.20938477,-0.4004946,-0.57546073,-0.72723037,-0.8496858,-0.9378908,-0.98829,-0.9988518,-0.9691504,-0.9003832,-0.79532194,-0.65820175,-0.49454984,-0.31096292,-0.114841215,0.08590965,0.28319755,0.46906993,0.63603437,0.7773606,0.8873519,0.9615745,0.99703896,0.9923049,0.9475717,0.8646424,0.7468598,0.5989717,0.42693943,0.23769748,0.03887406,-0.16151635,-0.35539612,-0.5349501,-0.69294053,-0.8229989,-0.91988266,-0.9796865,-0.9999997,-0.9800035,-0.92050385,-0.82389927,-0.6940838,-0.53629017,-0.3568505,-0.16305213,0.037318777,0.23618539,0.42553148,0.5977247,0.7458239,0.8638594,0.9470732,0.992111,0.9971574,0.96200895,0.88808244,0.77835786,0.6372581,0.47047085,0.28471917,0.08749061,-0.11326464,-0.30945426,-0.49316996,-0.65700626,-0.7943775,-0.8997049,-0.9687657,-0.998776,-0.9885263,-0.93842965,-0.8505054,-0.7282978,-0.57673293,-0.40192026,-0.21090643,-0.011391064,0.18858346,0.3809563,0.557973,0.7124981,0.83830285,0.9303161,0.98482877,0.9996436,0.97416335,0.9094151,0.8080089,0.67400974,0.5128596,0.3310364,0.13586931,-0.06477461,-0.2628075,-0.45024675,-0.6195368,-0.7638537,-0.8773801,-0.95553976,-0.9951822,-0.9947094,-0.9541404,-0.87511057,-0.76080555,-0.6158328,-0.44603625,-0.25826022,-0.06007387,0.14053403,0.33547708,0.51692337,0.677504,0.81077486,0.91136384,0.97521627,0.99975824,0.98400056,0.9285784,0.8357257,0.7091854,0.55405825,0.37659732,0.18395597,-0.01610054,-0.21550804,-0.40622854,-0.5805742,-0.73151726,-0.8529733,-0.94004637,-0.98922676,-0.998532,-0.96757925,-0.89762557,-0.7914891,-0.6534482,-0.48906717,-0.3049721,-0.108583786,0.09218149,0.28923097,0.4746217,0.64088076,0.7813062,0.8902377,0.9632842,0.99750125,0.99150956,0.94555074,0.86147726,0.74267817,0.5939421,0.42126456,0.23160611,0.032581232,-0.16772729,-0.3612748,-0.54025954,-0.69746673,-0.8265594,-0.922334,-0.9809298,-0.99998486,-0.9787311,-0.91802526,-0.82031435,-0.689537,-0.53096485,-0.35098976,-0.15686649,0.043579977,0.24226975,0.43119377,0.60273665,0.7499835,0.866999,0.9490662,0.99288076,0.9966632,0.96027076,0.88517034,0.77438915,0.6323928,0.4649051,0.2786773,0.0812162,-0.11951869,-0.31543586,-0.49863797,-0.6617403,-0.79816824,-0.9024224,-0.97030056,-0.99906635,-0.9875604,-0.9362464,-0.8471929,-0.7239895,-0.57160246,-0.39614648,-0.20474707,-0.005094431,0.19476356,0.38677073,0.5631874,0.7169023,0.84171927,0.93260705,0.98590195,0.9994557,0.97272193,0.90677834,0.80428296,0.66936743,0.5074701,0.3251169,0.12965845,-0.071026474,-0.26884836,-0.4558331,-0.62444353,-0.7679025,-0.8803839,-0.95737755,-0.9957798,-0.9940428,-0.9522365,-0.87204605,-0.7567039,-0.6108595,-0.4403917,-0.2521719,-0.05378724,0.14676556,0.34140232,0.52227736,0.6820997,0.81442696,0.9139252,0.97658354,0.9998764,0.9828648,0.9262345,0.8322682,0.70473194,0.5488053,0.37075663,0.17776297,-0.022396222,-0.22165263,-0.41197434,-0.5856896,-0.7357961,-0.856243,-0.94217527,-0.99012893,-0.99817115,-0.9659776,-0.894846,-0.78764373,-0.648692,-0.48359182,-0.29899833,-0.1023524,0.098419294,0.29522377,0.48015472,0.6457017,0.78522086,0.8930882,0.9649557,0.99792635,0.9906711,0.9434825,0.8582627,0.7384468,0.5888645,0.4155454,0.2254759,0.02631762,-0.17390151,-0.3671108,-0.54552203,-0.7019436,-0.8300702,-0.92473716,-0.98212844,-0.99993074,-0.9774199,-0.91551024,-0.8166968,-0.68496287,-0.52561843,-0.34508657,-0.15064451,0.049869947,0.24837418,0.43686658,0.60774916,0.7541337,0.8701196,0.9510314,0.99360764,0.99613214,0.9585032,0.88223743,0.7704092,0.6275262,0.45934805,0.2726538,0.07496901,-0.125768,-0.32140493,-0.50408626,-0.6664481,-0.8019458,-0.9051176,-0.9718045,-0.9993186,-0.9865507,-0.9340155,-0.84383065,-0.7196315,-0.5664244,-0.39038506,-0.1986095,0.0011718862,0.20090604,0.39254177,0.56835437,0.7212569,0.84508604,0.9348502,0.98693603,0.9992281,0.97124195,0.90410554,0.8005252,0.6646761,0.50203425,0.31915572,0.123412214,-0.07730598,-0.274908,-0.46142867,-0.62934935,-0.77190137,-0.88333845,-0.9591687,-0.9963354,-0.9933403,-0.9503043,-0.86896205,-0.75259244,-0.6058862,-0.43472964,-0.24607359,-0.047498472,0.15299128,0.34731406,0.52763677,0.6866908,0.81806463,0.91646284,0.97791886,0.9999556,0.9816846,0.92384255,0.82876086,0.7002723,0.5435562,0.36492965,0.17159298,-0.028660508,-0.2277587,-0.4176761,-0.5907572,-0.74002516,-0.8594788,-0.94426674,-0.9909919,-0.99777067,-0.9643299,-0.89201754,-0.78374845,-0.6438869,-0.47807068,-0.29298365,-0.09608663,0.104683585,0.30123407,0.485642,0.65047395,0.7890856,0.89588976,0.9665811,0.9983101,0.9897977,0.94138724,0.85502994,0.7341861,0.58376354,0.40980974,0.21933678,0.020022465,-0.18009894,-0.37296066,-0.5507885,-0.70641446,-0.83356524,-0.92711544,-0.9832941,-0.9998368,-0.9760766,-0.9129714,-0.81306475,-0.6803839,-0.5202772,-0.33919844,-0.14444678,0.05612747,0.25443923,0.44252208,0.6127376,0.758254,0.8732056,0.9529588,0.9942988,0.99555916,0.95668906,0.87925535,0.7663794,0.62261117,0.45374575,0.26659015,0.06868843,-0.13198207,-0.32733247,-0.5094882,-0.6711069,-0.80567354,-0.90776396,-0.97326297,-0.99953026,-0.9855019,-0.93174756,-0.840435,-0.715245,-0.56122386,-0.38458014,-0.19243419,0.0074686743,0.20707048,0.39832538,0.57352406,0.72560424,0.84843576,0.93706733,0.9879262,0.99896234,0.9697309,0.90141016,0.79675406,0.65998125,0.496605,0.31321087,0.1171914,-0.08358242,-0.28095677,-0.4670059,-0.6342303,-0.7758892,-0.8862725,-0.96093065,-0.9968542,-0.99259514,-0.9483251,-0.8658287,-0.74843115,-0.60086477,-0.42907792,-0.23999515,-0.04123831,0.1591808,0.35318345,0.53294945,0.69123256,0.82165253,0.9189521,0.97921544,0.9999951,0.98046553,0.92141396,0.82522076,0.6957633,0.53826004,0.35905987,0.16538616,-0.034954168,-0.23388551,-0.42338908,-0.595826,-0.7442456,-0.86266506,-0.946311,-0.99181163,-0.99733293,-0.96265227,-0.88916767,-0.77984124,-0.6390798,-0.47253057,-0.28695735,-0.08981705,0.11094373,0.30723244,0.49113676,0.65524364,0.79293805,0.89866954,0.9681762,0.9986562,0.98888093,0.93924445,0.8517476,0.7299172,0.5786643,0.40408576,0.21321876,0.01375703,-0.18625924,-0.37876752,-0.55600786,-0.7108359,-0.8370272,-0.92945695,-0.9844208,-0.9997032,-0.9746882,-0.910384,-0.8093828,-0.6757558,-0.5148894,-0.33326823,-0.13821313,0.062413245,0.26052377,0.44813275,0.61767775,0.7623245,0.8762424,0.9548394,0.99494743,0.9949497,0.9548461,0.8762532,0.7623192,0.6176713,0.44812548,0.26051593,0.062405124,-0.13822119,-0.33327588,-0.5148964,-0.67576176,-0.80938756,-0.9103874,-0.97469,-0.9997034,-0.98441935,-0.9294539,-0.8370227,-0.7108516,-0.55602646,-0.37878823,-0.18628123,0.013734652,0.2131969,0.4040932,0.5786709,0.7299228,0.8517518,0.93924725,0.9888822,0.9986558,0.96817416,0.89866596,0.7929331,0.6552375,0.49112967,0.3072247,0.11093564,-0.08982515,-0.28696513,-0.47253773,-0.6390626,-0.77982724,-0.8891574,-0.9626462,-0.99733126,-0.9918145,-0.9463083,-0.86266094,-0.74424016,-0.59581953,-0.4233817,-0.2338776,-0.034946036,0.16539419,0.35906747,0.53826696,0.6957692,0.82522535,0.9214171,0.98046714,0.99999505,0.9792138,0.9189609,0.8216653,0.6912488,0.5329684,0.3532044,0.1592029,-0.041246444,-0.24000305,-0.42908525,-0.60087126,-0.74843657,-0.86583275,-0.9483277,-0.99259615,-0.99685353,-0.9609284,-0.88626873,-0.7758841,-0.634224,-0.4669987,-0.28094897,-0.08357431,0.117169164,0.31318963,0.49658558,0.65996444,0.79674053,0.90140045,0.9697329,0.99896276,0.98792493,0.93706447,0.84843147,0.72559863,0.5735174,0.39831793,0.20706251,0.0074605374,-0.19244218,-0.38458765,-0.5612306,-0.7152507,-0.84043944,-0.93175054,-0.98550326,-0.999531,-0.9732681,-0.9077734,-0.8056868,-0.67112345,-0.50950754,-0.32732478,-0.13197401,0.06869655,0.266598,0.45375302,0.6226175,0.76638466,0.8792592,0.95669144,0.9955599,0.9942979,0.9529564,0.87320167,0.7582487,0.61273116,0.44251478,0.2544609,0.056149814,-0.14442463,-0.3391774,-0.5202581,-0.6803675,-0.81306946,-0.91297466,-0.9760784,-0.9998369,-0.98329264,-0.92711234,-0.8335607,-0.7064087,-0.5507818,-0.37295312,-0.18009093,0.020030601,0.21934472,0.40981716,0.58377016,0.73419166,0.8550183,0.94137967,0.98979455,0.9983114,0.9665868,0.8958997,0.7890807,0.65046775,0.48563486,0.30122632,0.104675494,-0.09609473,-0.29299143,-0.47807783,-0.6438932,-0.7837535,-0.89202124,-0.96433204,-0.9977712,-0.9909908,-0.9442641,-0.8594746,-0.74004024,-0.59077525,-0.41769642,-0.2277805,-0.02868288,0.17157093,0.36493725,0.54356307,0.70027816,0.82876545,0.92384565,0.9816862,0.9999555,0.9779172,0.91645956,0.81806,0.68668485,0.52762985,0.34730643,0.15298325,-0.0475066,-0.24608149,-0.43473697,-0.60586846,-0.7525777,-0.86895096,-0.95029736,-0.99333775,-0.9963373,-0.9591664,-0.88333464,-0.7718962,-0.62934303,-0.46142143,-0.2749002,-0.07729787,0.12342029,0.31916344,0.5020413,0.66468215,0.80053,0.904109,0.97124386,0.9992285,0.9869347,0.93485814,0.845098,0.72127247,0.5683728,0.39256236,0.20092796,0.0011637489,-0.19861747,-0.39039254,-0.5664311,-0.71963716,-0.84383506,-0.93401843,-0.986552,-0.9993183,-0.9718026,-0.9051141,-0.801941,-0.66644204,-0.5040792,-0.32139724,-0.12575993,0.074946694,0.27263227,0.45932817,0.6275088,0.770395,0.8822269,0.95850545,0.99613285,0.99360675,0.9510288,0.8701155,0.75412834,0.6077427,0.43685928,0.2483663,0.04986182,-0.15065256,-0.34509423,-0.52562535,-0.68496877,-0.81670153,-0.9155135,-0.97742164,-0.9999305,-0.9821327,-0.9247457,-0.83008265,-0.70195955,-0.5455408,-0.36710322,-0.17389351,0.026325757,0.22548383,0.4155528,0.58887106,0.73845226,0.8582669,0.9434852,0.99067223,0.9979258,0.96495354,0.8930846,0.78521585,0.6456955,0.48014757,0.29524514,0.09844156,-0.10233014,-0.298977,-0.4835722,-0.64867496,-0.78764874,-0.89484966,-0.9659797,-0.9981716,-0.9901278,-0.9421725,-0.8562388,-0.73579055,-0.58568305,-0.41196695,-0.2216447,-0.022388086,0.17777097,0.3707642,0.5488121,0.7047377,0.8322558,0.926226,0.9828607,0.99987674,0.97658837,0.91393423,0.81442225,0.68209374,0.52227044,0.3413947,0.14675751,-0.053795364,-0.25217977,-0.440399,-0.61086595,-0.7567093,-0.87205005,-0.952239,-0.9940437,-0.9957791,-0.95737517,-0.88038003,-0.76789725,-0.624461,-0.45585304,-0.2688699,-0.0710488,0.12963626,0.32509574,0.5074771,0.6693735,0.8042878,0.90678173,0.97272384,0.9994559,0.9859006,0.93260413,0.8417149,0.71689665,0.5631807,0.38676324,0.19475558,-0.0051025683,-0.20475504,-0.39615393,-0.5715841,-0.72397405,-0.84718096,-0.9362385,-0.9875569,-0.9990673,-0.9702986,-0.902419,-0.7981633,-0.66173416,-0.49863094,-0.31542814,-0.11951061,0.081224315,0.27868512,0.46491233,0.63239914,0.77439433,0.8851741,0.960273,0.99666387,0.99287975,0.94907326,0.8670101,0.74999833,0.6027545,0.43121397,0.24229147,0.04357185,-0.15687452,-0.3509974,-0.5309717,-0.6895429,-0.820319,-0.9180285,-0.97873276,-0.9999849,-0.9809282,-0.92233086,-0.82655483,-0.6974609,-0.5402527,-0.3612672,-0.16771926,0.032589365,0.23158434,0.42124426,0.5939241,0.74266315,0.86146593,0.94554347,0.9915106,0.99750066,0.963282,0.890234,0.78130114,0.6408745,0.47461456,0.2892232,0.09217338,-0.10859188,-0.30497986,-0.48907426,-0.65345436,-0.79149413,-0.89762914,-0.96758133,-0.9985308,-0.98923004,-0.940054,-0.8529849,-0.7315325,-0.58059245,-0.40622112,-0.2155001,-0.016092405,0.18396397,0.37660486,0.55406505,0.70919114,0.8357302,0.92858136,0.984002,0.99975806,0.9752144,0.9113605,0.8107701,0.67749804,0.5169164,0.33549815,0.14055619,-0.060051534,-0.2582386,-0.44601622,-0.6158152,-0.7608108,-0.8751145,-0.95414287,-0.9947102,-0.9951814,-0.9555374,-0.8773762,-0.7638485,-0.61953044,-0.45023948,-0.26279965,-0.06476649,0.13587737,0.33104408,0.5128666,0.67401576,0.8079957,0.9094058,0.9741583,0.999643,0.98483264,0.9303243,0.83829844,0.7124924,0.55796623,0.38094878,0.18857548,-0.011399201,-0.21091437,-0.4019277,-0.5767396,-0.7283034,-0.8505097,-0.93843246,-0.98852754,-0.9987756,-0.96876365,-0.89970136,-0.79437256,-0.65702313,-0.49318942,-0.30947554,-0.11328688,0.08746831,0.2846977,0.47047803,0.6372644,0.778363,0.8880862,0.96201116,0.99715805,0.99211,0.9470706,0.8638553,0.7458185,0.5977181,0.42552412,0.23617747,0.037310645,-0.16306016,-0.3568581,-0.5362713,-0.6940677,-0.82388663,-0.92049515,-0.979999,-0.9999997,-0.9796848,-0.91987944,-0.8229943,-0.69293463,-0.5349432,-0.35538852,-0.16150832,0.038882192,0.23770538,0.4269468,0.5989782,0.7468652,0.86464643,0.9475743,0.99230593,0.9970383,0.96158063,0.8873622,0.7773747,0.6360516,0.4690897,0.283219,0.08590154,-0.1148493,-0.31097063,-0.49455693,-0.6582079,-0.7953269,-0.9003867,-0.96915245,-0.9988522,-0.98828876,-0.937888,-0.8496815,-0.7272248,-0.5754541,-0.40048715,-0.20937681,-0.0098266015,0.19011971,0.38240242,0.5592707,0.7135951,0.83915484,0.9308888,0.9851043,0.99959975,0.97380185,0.9087506,0.8070681,0.6728531,0.51151586,0.32955965,0.1343191,-0.0663358,-0.26431674,-0.4516432,-0.6207642,-0.76486254,-0.8781297,-0.956,-0.9953344,-0.9945474,-0.95367086,-0.8743524,-0.7597892,-0.6145994,-0.4446081,-0.25671893,-0.05848161,0.14211309,0.3369793,0.518262,0.67865396,0.8116897,0.9120067,0.9755612,0.99979144,0.9837206,0.9279966,0.8348655,0.7080815,0.5527551,0.3751475,0.1824179,-0.017664868,-0.21703558,-0.4076577,-0.58184737,-0.7326039,-0.8538047,-0.9405892,-0.98945904,-0.9984443,-0.96718293,-0.8969349,-0.79053193,-0.6522631,-0.4877019,-0.30348173,-0.10702836,0.09373926,0.2907283,0.47599825,0.64208096,0.78228176,0.89094925,0.96370304,0.99761057,0.99130493,0.94504035,0.8606818,0.7416091,0.5926581,0.41981742,0.23005411,0.031017473,-0.16926946,-0.36273324,-0.54157543,-0.69858706,-0.827439,-0.9229374,-0.9812327,-0.999975,-0.97840893,-0.91740376,-0.81941855,-0.688403,-0.5296384,-0.34952432,-0.15532112,0.045142986,0.24378741,0.4326324,0.6040086,0.7510376,0.8677927,0.94956756,0.9930659,0.9965343,0.95983297,0.8844413,0.77339834,0.6311801,0.46351936,0.2771744,0.07965672,-0.12107188,-0.31692013,-0.49999353,-0.6629125,-0.7991098,-0.9030954,-0.9706778,-0.99913275,-0.9873083,-0.9356848,-0.84634435,-0.72288823,-0.57029295,-0.39470944,-0.2032154,-0.003529895,0.19629791,0.38821307,0.56447953,0.7179922,0.842563,0.93317056,0.98616254,0.9994028,0.9723578,0.90611756,0.80335224,0.66820425,0.50612134,0.32363695,0.12810694,-0.07261743,-0.27038437,-0.45725226,-0.62568855,-0.76890373,-0.8811248,-0.9578283,-0.9959222,-0.9938711,-0.95175755,-0.87127924,-0.75568014,-0.60962003,-0.43898648,-0.25065762,-0.05222489,0.148313,0.34287247,0.52361095,0.683243,0.81533384,0.91455907,0.9769255,0.9999002,0.9825695,0.92563206,0.8313829,0.7036211,0.54749674,0.36930314,0.17622311,-0.023960352,-0.223178,-0.41339946,-0.58695704,-0.7368547,-0.8570502,-0.9426984,-0.990347,-0.99807435,-0.9655678,-0.8941397,-0.7866694,-0.64748883,-0.48220843,-0.29749042,-0.10078077,0.09999131,0.29673278,0.48151314,0.6468956,0.7861887,0.89379096,0.96536505,0.99802583,0.9904567,0.9429628,0.8574587,0.7373909,0.5875992,0.4141218,0.2239365,0.024738327,-0.17545705,-0.36857983,-0.5468454,-0.7030679,-0.83095014,-0.92533726,-0.98242456,-0.9999109,-0.9770914,-0.9148797,-0.815793,-0.6838221,-0.52428675,-0.34361774,-0.14909764,0.05143249,0.2498894,0.4382734,0.60899085,0.7551603,0.87089705,0.9515185,0.9937847,0.9959921,0.95805156,0.88149256,0.7694011,0.62629545,0.4579442,0.2711335,0.07339355,-0.12731998,-0.32288608,-0.50543684,-0.66761374,-0.8028795,-0.9057816,-0.97217226,-0.9993751,-0.98629373,-0.93345547,-0.8429901,-0.71853364,-0.56512177,-0.3889301,-0.19706091,0.0027516924,0.20245337,0.3939943,0.5696535,0.7223503,0.8459296,0.93540996,0.9871844,0.9991655,0.97086823,0.9034359,0.79958653,0.6635063,0.50068057,0.3176726,0.12185947,-0.07886575,-0.27641195,-0.46281612,-0.6305763,-0.77290475,-0.8840779,-0.95961434,-0.99646926,-0.9931571,-0.9498113,-0.86817914,-0.7515512,-0.6046287,-0.43333387,-0.24455684,-0.04593563,0.15453723,0.34878078,0.5289652,0.6878273,0.81896347,0.9170877,0.97824466,0.9999691,0.98138535,0.92323667,0.8278758,0.6991437,0.5422295,0.36345834,0.17003639,-0.030239632,-0.22929671,-0.41911098,-0.5920311,-0.7410868,-0.8602775,-0.94478065,-0.9912002,-0.99766505,-0.9639146,-0.89130926,-0.7827758,-0.64268905,-0.4766959,-0.2914874,-0.094529204,0.106254585,0.30274013,0.48702237,0.651673,0.7900551,0.89659053,0.96698487,0.9984006,0.9895714,0.9408531,0.8542096,0.7331334,0.58249253,0.40838212,0.21781006,0.018458204,-0.18163769,-0.37441188,-0.55209374,-0.70752096,-0.8344285,-0.92770064,-0.9835777,-0.999807,-0.9757319,-0.9123256,-0.812144,-0.6792253,-0.5189274,-0.33771187,-0.14288335,0.057704717,0.25596675,0.4439109,0.6139733,0.7592731,0.87396705,0.95343184,0.9944644,0.9954106,0.9562324,0.87850904,0.7653734,0.62138605,0.45235097,0.26506716,0.06711227,-0.1335479,-0.32882482,-0.51084703,-0.6722772,-0.8066084,-0.90842557,-0.9736246,-0.9995774,-0.98523784,-0.93117833,-0.83958614,-0.7141507,-0.5599283,-0.38313544,-0.19089864,0.009033171,0.20860086,0.39975998,0.57480496,0.7266799,0.8492709,0.9376177,0.9881697,0.99888915,0.96934396,0.900725,0.79579836,0.65879357,0.49523315,0.31171018,0.11562233,-0.08514139,-0.28245795,-0.4683888,-0.63543916,-0.7768753,-0.8869961,-0.96136254,-0.996977,-0.99240386,-0.9478275,-0.8650448,-0.7473926,-0.5996012,-0.4276504,-0.23846121,-0.0396598,0.16074027,0.35466102,0.53428555,0.69237334,0.82255197,0.91957396,0.9795285,0.99999875,0.9801566,0.9208049,0.82433605,0.69463867,0.5369408,0.3575992,0.16384295,-0.03651772,-0.23540638,-0.42480594,-0.59709406,-0.7452999,-0.86346304,-0.9468205,-0.99201214,-0.99721634,-0.96222335,-0.88844365,-0.77885133,-0.63786393,-0.47116458,-0.28545824,-0.08825871,0.112498485,0.30872095,0.49249902,0.65642476,0.79389036,0.8993547,0.96856654,0.9987361,0.9886471,0.93870103,0.85091877,0.7288364,0.5773751,0.40264016,0.21167502,0.012177354,-0.18781117,-0.38022915,-0.5573203,-0.7119461,-0.8378822,-0.930033,-0.98469466,-0.9996639,-0.9743372,-0.90973556,-0.808463,-0.6746017,-0.5135476,-0.3317927,-0.13666342,0.06397467,0.26204872,0.4495445,0.6189194,0.76334596,0.87700254,0.9553076,0.9951048,0.9947899,0.9543755,0.87549084,0.7613156,0.6164402,0.44672626,0.25900507,0.060843546,-0.13977055,-0.3347506,-0.516237,-0.6769142,-0.81030536,-0.91103363,-0.9750386,-0.99974066,-0.98414034,-0.9288699,-0.83615726,-0.70973957,-0.5547127,-0.37732565,-0.18472885,0.015314294,0.21474011,0.4055099,0.5799462,0.7309913,0.85257053,0.9397831,0.98911357,0.9985735,0.9677814,0.8979786,0.79197884,0.6540548,0.4897662,0.3057209,0.10936545,-0.09139846,-0.28847814,-0.47392944,-0.6402769,-0.7808152,-0.8898792,-0.9630728,-0.99744534,-0.99161154,-0.94580144,-0.86186856,-0.7431943,-0.59456223,-0.42196378,-0.23235616,-0.0333824,0.16693698,0.36052722,0.5395848,0.6968921,0.82611656,0.92202985,0.98077667,0.99998885,0.97889215,0.91833675,0.8207638,0.6901063,0.531631,0.35172597,0.15764305,-0.042794365,-0.24152157,-0.43049794,-0.6021212,-0.7494733,-0.86661446,-0.948823,-0.9927849,-0.9967283,-0.96049416,-0.885543,-0.7748961,-0.6330018,-0.46560118,-0.27943242,-0.08199993,0.11873795,0.31468955,0.49795622,0.6611505,0.79769427,0.9020834,0.97011,0.99903274,0.9876813,0.93651706,0.8476023,0.72452116,0.572235,0.39688236,0.20553163,0.0058960216,-0.19397724,-0.3860314,-0.56253743,-0.7163539,-0.84129447,-0.932323,-0.98577005,-0.9994813,-0.972904,-0.90710956,-0.80475,-0.66995144,-0.5081475,-0.32584602,-0.13042298,0.07025732,0.2681056,0.45514667,0.62384105,0.76738876,0.88000345,0.9571457,0.99570596,0.99412984,0.9524763,0.8724306,0.75721776,0.6114819,0.44109753,0.25293276,0.05457243,-0.14598769,-0.34066314,-0.5216066,-0.68152446,-0.81397045,-0.91361195,-0.97641736,-0.999864,-0.98300666,-0.9265249,-0.83269536,-0.70530045,-0.54947525,-0.371501,-0.17855175,0.021594813,0.22088578,0.4112577,0.5850521,0.73526335,0.8558365,0.94191146,0.9900184,0.99821836,0.9661807,0.89519674,0.788128,0.64927864,0.4842666,0.29973406,0.10311941,-0.09765192,-0.29448697,-0.4794514,-0.64508945,-0.78472424,-0.8927273,-0.96474504,-0.9978754,-0.99077797,-0.9437429,-0.858666,-0.7389768,-0.58949983,-0.4162605,-0.22624193,-0.027103685,0.1731271,0.36637923,0.5448756,0.7013942,0.8296399,0.92444336,0.98198307,0.9999395,0.977589,0.9158324,0.8171592,0.6855467,0.5263002,0.3458245,0.15142184,-0.049084567,-0.2476124,-0.43615913,-0.6071245,-0.75361705,-0.8697317,-0.950788,-0.9935186,-0.996201,-0.9587227,-0.8826002,-0.7709006,-0.62812644,-0.46003285,-0.27339557,-0.0757379,0.12497272,0.32064578,0.50339377,0.6658503,0.8014667,0.90478295,0.97161883,0.9992893,0.9866789,0.93429613,0.84425235,0.7201773,0.5670723,0.39110887,0.19938011,-0.00038554257,-0.20015061,-0.39183247,-0.56771976,-0.7207226,-0.8446736,-0.93457615,-0.9868065,-0.9992593,-0.9714325,-0.9044478,-0.8010053,-0.66526335,-0.50271416,-0.31990084,-0.124192506,0.07652196,0.2741519,0.46073088,0.6287381,0.7714012,0.8829696,0.958946,0.9962691,0.9934289,0.95054406,0.8693434,0.7531,0.6064995,0.4354514,0.24685048,0.048299156,-0.15219907,-0.34656224,-0.52696866,-0.68611896,-0.8176122,-0.9161479,-0.97775424,-0.99994785,-0.9818341,-0.92414325,-0.8292007,-0.7008335,-0.5442161,-0.36564746,-0.17235258,0.027889732,0.22700782,0.41697535,0.59013486,0.73950636,0.85906875,0.94400257,0.99088424,0.99782383,0.9645418,0.8923727,0.7842366,0.6444884,0.4787612,0.29373538,0.096869305,-0.103901535,-0.30048415,-0.48495445,-0.6498765,-0.78860235,-0.8955469,-0.96638316,-0.99826497,-0.9899073,-0.94164705,-0.85542953,-0.7347301,-0.5844142,-0.41054082,-0.22011879,-0.020823902,0.1793254,0.37223095,0.55013204,0.7058577,0.83313054,0.9268204,0.98315066,0.9998507,0.9762473,0.91329193,0.8135223,0.6809488,0.5209356,0.3399237,0.14520973,-0.055357583,-0.25369346,-0.4418031,-0.6121039,-0.75773114,-0.87281466,-0.9527156,-0.99421465,-0.9956328,-0.95691764,-0.8796297,-0.7668843,-0.6232263,-0.45444635,-0.26734793,-0.069472894,0.13121013,0.32659656,0.50881803,0.67052937,0.805212,0.90744025,0.9730856,0.99950635,0.98563755,0.9320383,0.8408691,0.7157997,0.5618808,0.3853129,0.19321325,-0.006674721,-0.20630111,-0.397604,-0.5728797,-0.7250629,-0.8480193,-0.9367925,-0.98780525,-0.9989975,-0.96992075,-0.90174705,-0.7972244,-0.66056037,-0.49727413,-0.31394306,-0.11795713,0.082783595,0.28018737,0.46630368,0.63361627,0.77538806,0.8859045,0.9607106,0.99679095,0.9926903,0.94857436,0.86622185,0.74895245,0.6014932,0.42978117,0.24075103,0.042016353,-0.15841198,-0.3524548,-0.5322904,-0.69067514,-0.82121277,-0.9186477,-0.97905254,-0.99999225,-0.9806214,-0.92172223,-0.82566893,-0.6963334,-0.53892905,-0.3598008,-0.16616163,0.034168296,0.2331209,0.42267656,0.59519434,0.7437253,0.86227095,0.946059,0.99171185,0.99738944,0.9628628,0.8895202,0.7803237,0.6396727,0.4732369,0.28772515,0.09061538,-0.11015462,-0.30647677,-0.490445,-0.65464365,-0.792454,-0.8983244,-0.9679791,-0.99861515,-0.9889976,-0.9395141,-0.8521593,-0.73044926,-0.5792992,-0.40479794,-0.2139795,-0.014535666,0.18550159,0.37805375,0.5553668,0.7102933,0.8365883,0.9291609,0.9842809,0.99972224,0.9748654,0.91071224,0.8098488,0.6763352,0.51556337,0.3340095,0.13899189,-0.061628416,-0.25976452,-0.44743648,-0.61706513,-0.76182026,-0.8758669,-0.9546078,-0.99486893,-0.99502677,-0.9550749,-0.87662446,-0.76283777,-0.6183016,-0.44883513,-0.26128238,-0.06319753,0.1374348,0.3325272,0.51421565,0.6751819,0.8089255,0.9100617,0.9745139,0.999684,0.984556,0.92974097,0.83744854,0.7113991,0.5566735,0.3795088,0.18703876,-0.012963635,-0.21244347,-0.40335983,-0.578017,-0.72937465,-0.8513356,-0.93897444,-0.9887638,-0.9986966,-0.9683726,-0.8990106,-0.79341197,-0.65583134,-0.4918145,-0.3079729,-0.1117171,0.089049555,0.2862191,0.4718513,0.63846344,0.7793395,0.8888043,0.96243715,0.9972747,0.99191266,0.9465672,0.86306614,0.7447702,0.596457,0.42410088,0.23464948,0.035739515,-0.16461861,-0.35833344,-0.53760403,-0.69520414,-0.82478094,-0.9211113,-0.9803137,-0.9999972,-0.9793714,-0.9192677,-0.82210886,-0.69181126,-0.53362066,-0.35392568,-0.15996411,0.04044551,0.23922479,0.42836794,0.6002364,0.7479097,0.86543524,0.9480755,0.99249935,0.9969156,0.96114576,0.8866327,0.77637994,0.6348318,0.46768716,0.28169623,0.08435027,-0.11639578,-0.31245,-0.4959095,-0.65938497,-0.7962743,-0.9010663,-0.96953684,-0.9989259,-0.98804766,-0.9373414,-0.84885144,-0.7261448,-0.5741676,-0.39904606,-0.20783176,-0.008246857,0.19167046,0.38386166,0.5605796,0.71470094,0.8400172,0.9314675,0.9853709,0.9995545,0.97344667,0.90809655,0.8061433,0.6716949,0.5101709,0.3280821,0.13276856,-0.06790443,-0.26583266,-0.45304534,-0.621996,-0.7658744,-0.87888443,-0.9564622,-0.99548554,-0.9943815,-0.9531944,-0.8735846,-0.75875616,-0.6133464,-0.443213,-0.2552139,-0.056927282,0.14366159,0.33845192,0.51959944,0.67980224,0.8126025,0.9126473,0.9759055,0.9998223,0.9834369,0.92740965,0.83399904,0.70697045,0.5514379,0.37368262,0.18086436,-0.019244408,-0.21857746,-0.40910673,-0.5831377,-0.7336627,-0.8546142,-0.9411167,-0.9896833,-0.99835587,-0.9667842,-0.896242,-0.78957283,-0.6510764,-0.48632878,-0.3019833,-0.10546508,0.0953044,0.29223222,0.4773803,0.6432913,0.7832649,0.8916655,0.9641236,0.99771845,0.9910958,0.9445201,0.8598724,0.74056375,0.59140337,0.41840383,0.22853124,0.029453639,-0.17081124,-0.3641908,-0.54289,-0.69970566,-0.82832086,-0.9235415,-0.9815346,-0.9999627,-0.9780828,-0.9167739,-0.81851196,-0.6872563,-0.52829766,-0.3480437,-0.15376028,0.04672875,0.24532664,0.43403554,0.60524875,0.7520672,0.8685672,0.9500558,0.9932486,0.9964029,0.9593928,0.88370836,0.7724032,0.6299599,0.4621257,0.2756635,0.07808564,-0.12263613,-0.3184145,-0.5013611,-0.66409445,-0.80005854,-0.9037744,-0.9710573,-0.9991974,-0.98705983,-0.93513435,-0.84551203,-0.72180897,-0.5690102,-0.39327142,-0.20168325,-0.0019653507,0.19783552,0.38965794,0.5657735,0.71908563,0.8434087,0.93373585,0.98642254,0.99934715,0.9719877,0.90544814,0.8024105,0.66702527,0.5047549,0.32213816,0.12653242,-0.07417015,-0.27188295,-0.4586397,-0.6269053,-0.7699031,-0.8818636,-0.9582766,-0.99606246,-0.99369645,-0.95127517,-0.8705066,-0.7546495,-0.60837305,-0.43756992,-0.24913162,-0.05065098,0.14987515,0.3443561,0.52495944,0.6843985,0.8162497,0.91519994,0.97725683,0.99992096,0.9822782,0.9250403,0.83051455,0.7025085,0.54618686,0.36784872,0.17467909,-0.025528235,-0.22471024,-0.4148305,-0.5882292,-0.7379192,-0.8578611,-0.94322306,-0.99056476,-0.9979761,-0.9651596,-0.8934363,-0.78570014,-0.64628994,-0.4808305,-0.29598907,-0.09921267,0.10155928,0.29823744,0.48289716,0.6480879,0.7871546,0.8944933,0.96577305,0.9981231,0.9902388,0.9424383,0.8566467,0.73632544,0.5863233,0.41268334,0.22241141,0.023174226,-0.17700085,-0.37003732,-0.5481578,-0.70418507,-0.8318238,-0.9259322,-0.9827175,-0.9998886,-0.97675395,-0.9142469,-0.81488717,-0.6826769,-0.5229506,-0.34214443,-0.14754285,0.053002525,0.2514114,0.43968943,0.61024016,0.75619495,0.87166494,0.9519986,0.9939581,0.9958506,0.95760095,0.8807491,0.76839584,0.625069,0.4565426,0.2696162,0.07182172,-0.12887163,-0.32436645,-0.5067895,-0.66878057,-0.80381346,-0.9064467,-0.97253937,-0.99942946,-0.9860325,-0.932889,-0.8421413,-0.71744466,-0.5638303,-0.38748828,-0.19552307,0.004320048,0.20399275,0.39543882,0.57094496,0.7234393,0.84676903,0.9359667,0.987435,0.9991003,0.9704917,0.9027624,0.7986437,0.6623307,0.499319,0.31618148,0.12029696,-0.080436744,-0.27792802,-0.4642143,-0.6317898,-0.77389777,-0.88480884,-0.96005434,-0.99659985,-0.99297225,-0.9493183,-0.86739695,-0.75051063,-0.60337263,-0.4319113,-0.2430395,-0.04437077,0.15608469,0.35025024,0.5302971,0.6889663,0.81986463,0.9177141,0.9785704,0.9999803,0.9810811,0.9226344,0.8269972,0.69802284,0.540911,0.361995,0.16848877,-0.031811055,-0.23082858,-0.42054135,-0.59330046,-0.7421453,-0.8610741,-0.9452922,-0.9914063,-0.9975567,-0.9634954,-0.8905962,-0.78179646,-0.64148235,-0.47531158,-0.2899795,-0.09295825,0.10781015,0.30423087,0.4883899,0.65286183,0.7910156,0.89728487,0.96738434,0.99848837,0.98934346,0.940318,0.85338813,0.7320593,0.5812201,0.40695173,0.21627907,0.016890084,-0.18318161,-0.3758692,-0.5534039,-0.7086325,-0.835296,-0.9282886,-0.98386145,-0.99977505,-0.9753877,-0.9116827,-0.8112279,-0.678072,-0.51758367,-0.33623075,-0.14132524,0.059278015,0.25749084,0.44532424,0.6152075,0.760291,0.8747277,0.95390373,0.9946282,0.99525905,0.9557712,0.87775594,0.7643588,0.62014973,0.45094317,0.26355827,0.06555021,-0.13510111,-0.33030558,-0.51219547,-0.67343956,-0.80753666,-0.9090825,-0.97398275,-0.99962205,-0.9849665,-0.93060714,-0.8387347,-0.71305335,-0.55862814,-0.3816854,-0.18935607,0.010605276,0.2101396,0.4012032,0.57609427,0.727763,0.8500954,0.9381607,0.98840874,0.99881405,0.9689572,0.9000416,0.79484534,0.65760887,0.49386463,0.3102123,0.114055336,-0.08669921,-0.2839589,-0.46977222,-0.636649,-0.7778623,-0.88772017,-0.961794,-0.99709797,-0.99220896,-0.947324,-0.86425245,-0.74634284,-0.5983482,-0.4262341,-0.23693861,-0.03809214,0.16228993,0.35612997,0.53561455,0.69350845,0.82344705,0.9201925,0.979845,1.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/cosf/test/fixtures/julia/medium_positive.json b/lib/node_modules/@stdlib/math/base/special/cosf/test/fixtures/julia/medium_positive.json new file mode 100644 index 000000000000..19bdaba4a591 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/cosf/test/fixtures/julia/medium_positive.json @@ -0,0 +1 @@ +{"expected":[1.0,0.979845,0.9201925,0.82344705,0.69350845,0.53561455,0.35612997,0.16228993,-0.03809214,-0.23693861,-0.4262341,-0.5983482,-0.74634284,-0.86425245,-0.947324,-0.99220896,-0.99709797,-0.961794,-0.88772017,-0.7778623,-0.636649,-0.46977222,-0.2839589,-0.08669921,0.114055336,0.3102123,0.49386463,0.65760887,0.79484534,0.9000416,0.9689572,0.99881405,0.98840874,0.9381607,0.8500954,0.727763,0.57609427,0.4012032,0.2101396,0.010605276,-0.18935607,-0.3816854,-0.55862814,-0.71305335,-0.8387347,-0.93060714,-0.9849665,-0.99962205,-0.97398275,-0.9090825,-0.80753666,-0.67343956,-0.51219547,-0.33030558,-0.13510111,0.06555021,0.26355827,0.45094317,0.62014973,0.7643588,0.87775594,0.9557712,0.99525905,0.9946282,0.95390373,0.8747277,0.760291,0.6152075,0.44532424,0.25749084,0.059278015,-0.14132524,-0.33623075,-0.51758367,-0.678072,-0.8112279,-0.9116827,-0.9753877,-0.99977505,-0.98386145,-0.9282886,-0.835296,-0.7086325,-0.5534039,-0.3758692,-0.18318161,0.016890084,0.21627907,0.40695173,0.5812201,0.7320593,0.85338813,0.940318,0.98934346,0.99848837,0.96738434,0.89728487,0.7910156,0.65286183,0.4883899,0.30423087,0.10781015,-0.09295825,-0.2899795,-0.47531158,-0.64148235,-0.78179646,-0.8905962,-0.9634954,-0.9975567,-0.9914063,-0.9452922,-0.8610741,-0.7421453,-0.59330046,-0.42054135,-0.23082858,-0.031811055,0.16848877,0.361995,0.540911,0.69802284,0.8269972,0.9226344,0.9810811,0.9999803,0.9785704,0.9177141,0.81986463,0.6889663,0.5302971,0.35025024,0.15608469,-0.04437077,-0.2430395,-0.4319113,-0.60337263,-0.75051063,-0.86739695,-0.9493183,-0.99297225,-0.99659985,-0.96005434,-0.88480884,-0.77389777,-0.6317898,-0.4642143,-0.27792802,-0.080436744,0.12029696,0.31618148,0.499319,0.6623307,0.7986437,0.9027624,0.9704917,0.9991003,0.987435,0.9359667,0.84676903,0.7234393,0.57094496,0.39543882,0.20399275,0.004320048,-0.19552307,-0.38748828,-0.5638303,-0.71744466,-0.8421413,-0.932889,-0.9860325,-0.99942946,-0.97253937,-0.9064467,-0.80381346,-0.66878057,-0.5067895,-0.32436645,-0.12887163,0.07182172,0.2696162,0.4565426,0.625069,0.76839584,0.8807491,0.95760095,0.9958506,0.9939581,0.9519986,0.87166494,0.75619495,0.61024016,0.43968943,0.2514114,0.053002525,-0.14754285,-0.34214443,-0.5229506,-0.6826769,-0.81488717,-0.9142469,-0.97675395,-0.9998886,-0.9827175,-0.9259322,-0.8318238,-0.70418507,-0.5481578,-0.37003732,-0.17700085,0.023174226,0.22241141,0.41268334,0.5863233,0.73632544,0.8566467,0.9424383,0.9902388,0.9981231,0.96577305,0.8944933,0.7871546,0.6480879,0.48289716,0.29823744,0.10155928,-0.09921267,-0.29598907,-0.4808305,-0.64628994,-0.78570014,-0.8934363,-0.9651596,-0.9979761,-0.99056476,-0.94322306,-0.8578611,-0.7379192,-0.5882292,-0.4148305,-0.22471024,-0.025528235,0.17467909,0.36784872,0.54618686,0.7025085,0.83051455,0.9250403,0.9822782,0.99992096,0.97725683,0.91519994,0.8162497,0.6843985,0.52495944,0.3443561,0.14987515,-0.05065098,-0.24913162,-0.43756992,-0.60837305,-0.7546495,-0.8705066,-0.95127517,-0.99369645,-0.99606246,-0.9582766,-0.8818636,-0.7699031,-0.6269053,-0.4586397,-0.27188295,-0.07417015,0.12653242,0.32213816,0.5047549,0.66702527,0.8024105,0.90544814,0.9719877,0.99934715,0.98642254,0.93373585,0.8434087,0.71908563,0.5657735,0.38965794,0.19783552,-0.0019653507,-0.20168325,-0.39327142,-0.5690102,-0.72180897,-0.84551203,-0.93513435,-0.98705983,-0.9991974,-0.9710573,-0.9037744,-0.80005854,-0.66409445,-0.5013611,-0.3184145,-0.12263613,0.07808564,0.2756635,0.4621257,0.6299599,0.7724032,0.88370836,0.9593928,0.9964029,0.9932486,0.9500558,0.8685672,0.7520672,0.60524875,0.43403554,0.24532664,0.04672875,-0.15376028,-0.3480437,-0.52829766,-0.6872563,-0.81851196,-0.9167739,-0.9780828,-0.9999627,-0.9815346,-0.9235415,-0.82832086,-0.69970566,-0.54289,-0.3641908,-0.17081124,0.029453639,0.22853124,0.41840383,0.59140337,0.74056375,0.8598724,0.9445201,0.9910958,0.99771845,0.9641236,0.8916655,0.7832649,0.6432913,0.4773803,0.29223222,0.0953044,-0.10546508,-0.3019833,-0.48632878,-0.6510764,-0.78957283,-0.896242,-0.9667842,-0.99835587,-0.9896833,-0.9411167,-0.8546142,-0.7336627,-0.5831377,-0.40910673,-0.21857746,-0.019244408,0.18086436,0.37368262,0.5514379,0.70697045,0.83399904,0.92740965,0.9834369,0.9998223,0.9759055,0.9126473,0.8126025,0.67980224,0.51959944,0.33845192,0.14366159,-0.056927282,-0.2552139,-0.443213,-0.6133464,-0.75875616,-0.8735846,-0.9531944,-0.9943815,-0.99548554,-0.9564622,-0.87888443,-0.7658744,-0.621996,-0.45304534,-0.26583266,-0.06790443,0.13276856,0.3280821,0.5101709,0.6716949,0.8061433,0.90809655,0.97344667,0.9995545,0.9853709,0.9314675,0.8400172,0.71470094,0.5605796,0.38386166,0.19167046,-0.008246857,-0.20783176,-0.39904606,-0.5741676,-0.7261448,-0.84885144,-0.9373414,-0.98804766,-0.9989259,-0.96953684,-0.9010663,-0.7962743,-0.65938497,-0.4959095,-0.31245,-0.11639578,0.08435027,0.28169623,0.46768716,0.6348318,0.77637994,0.8866327,0.96114576,0.9969156,0.99249935,0.9480755,0.86543524,0.7479097,0.6002364,0.42836794,0.23922479,0.04044551,-0.15996411,-0.35392568,-0.53362066,-0.69181126,-0.82210886,-0.9192677,-0.9793714,-0.9999972,-0.9803137,-0.9211113,-0.82478094,-0.69520414,-0.53760403,-0.35833344,-0.16461861,0.035739515,0.23464948,0.42410088,0.596457,0.7447702,0.86306614,0.9465672,0.99191266,0.9972747,0.96243715,0.8888043,0.7793395,0.63846344,0.4718513,0.2862191,0.089049555,-0.1117171,-0.3079729,-0.4918145,-0.65583134,-0.79341197,-0.8990106,-0.9683726,-0.9986966,-0.9887638,-0.93897444,-0.8513356,-0.72937465,-0.578017,-0.40335983,-0.21244347,-0.012963635,0.18703876,0.3795088,0.5566735,0.7113991,0.83744854,0.92974097,0.984556,0.999684,0.9745139,0.9100617,0.8089255,0.6751819,0.51421565,0.3325272,0.1374348,-0.06319753,-0.26128238,-0.44883513,-0.6183016,-0.76283777,-0.87662446,-0.9550749,-0.99502677,-0.99486893,-0.9546078,-0.8758669,-0.76182026,-0.61706513,-0.44743648,-0.25976452,-0.061628416,0.13899189,0.3340095,0.51556337,0.6763352,0.8098488,0.91071224,0.9748654,0.99972224,0.9842809,0.9291609,0.8365883,0.7102933,0.5553668,0.37805375,0.18550159,-0.014535666,-0.2139795,-0.40479794,-0.5792992,-0.73044926,-0.8521593,-0.9395141,-0.9889976,-0.99861515,-0.9679791,-0.8983244,-0.792454,-0.65464365,-0.490445,-0.30647677,-0.11015462,0.09061538,0.28772515,0.4732369,0.6396727,0.7803237,0.8895202,0.9628628,0.99738944,0.99171185,0.946059,0.86227095,0.7437253,0.59519434,0.42267656,0.2331209,0.034168296,-0.16616163,-0.3598008,-0.53892905,-0.6963334,-0.82566893,-0.92172223,-0.9806214,-0.99999225,-0.97905254,-0.9186477,-0.82121277,-0.69067514,-0.5322904,-0.3524548,-0.15841198,0.042016353,0.24075103,0.42978117,0.6014932,0.74895245,0.86622185,0.94857436,0.9926903,0.99679095,0.9607106,0.8859045,0.77538806,0.63361627,0.46630368,0.28018737,0.082783595,-0.11795713,-0.31394306,-0.49727413,-0.66056037,-0.7972244,-0.90174705,-0.96992075,-0.9989975,-0.98780525,-0.9367925,-0.8480193,-0.7250629,-0.5728797,-0.397604,-0.20630111,-0.006674721,0.19321325,0.3853129,0.5618808,0.7157997,0.8408691,0.9320383,0.98563755,0.99950635,0.9730856,0.90744025,0.805212,0.67052937,0.50881803,0.32659656,0.13121013,-0.069472894,-0.26734793,-0.45444635,-0.6232263,-0.7668843,-0.8796297,-0.95691764,-0.9956328,-0.99421465,-0.9527156,-0.87281466,-0.75773114,-0.6121039,-0.4418031,-0.25369346,-0.055357583,0.14520973,0.3399237,0.5209356,0.6809488,0.8135223,0.91329193,0.9762473,0.9998507,0.98315066,0.9268204,0.83313054,0.7058577,0.55013204,0.37223095,0.1793254,-0.020823902,-0.22011879,-0.41054082,-0.5844142,-0.7347301,-0.85542953,-0.94164705,-0.9899073,-0.99826497,-0.96638316,-0.8955469,-0.78860235,-0.6498765,-0.48495445,-0.30048415,-0.103901535,0.096869305,0.29373538,0.4787612,0.6444884,0.7842366,0.8923727,0.9645418,0.99782383,0.99088424,0.94400257,0.85906875,0.73950636,0.59013486,0.41697535,0.22700782,0.027889732,-0.17235258,-0.36564746,-0.5442161,-0.7008335,-0.8292007,-0.92414325,-0.9818341,-0.99994785,-0.97775424,-0.9161479,-0.8176122,-0.68611896,-0.52696866,-0.34656224,-0.15219907,0.048299156,0.24685048,0.4354514,0.6064995,0.7531,0.8693434,0.95054406,0.9934289,0.9962691,0.958946,0.8829696,0.7714012,0.6287381,0.46073088,0.2741519,0.07652196,-0.124192506,-0.31990084,-0.50271416,-0.66526335,-0.8010053,-0.9044478,-0.9714325,-0.9992593,-0.9868065,-0.93457615,-0.8446736,-0.7207226,-0.56771976,-0.39183247,-0.20015061,-0.00038554257,0.19938011,0.39110887,0.5670723,0.7201773,0.84425235,0.93429613,0.9866789,0.9992893,0.97161883,0.90478295,0.8014667,0.6658503,0.50339377,0.32064578,0.12497272,-0.0757379,-0.27339557,-0.46003285,-0.62812644,-0.7709006,-0.8826002,-0.9587227,-0.996201,-0.9935186,-0.950788,-0.8697317,-0.75361705,-0.6071245,-0.43615913,-0.2476124,-0.049084567,0.15142184,0.3458245,0.5263002,0.6855467,0.8171592,0.9158324,0.977589,0.9999395,0.98198307,0.92444336,0.8296399,0.7013942,0.5448756,0.36637923,0.1731271,-0.027103685,-0.22624193,-0.4162605,-0.58949983,-0.7389768,-0.858666,-0.9437429,-0.99077797,-0.9978754,-0.96474504,-0.8927273,-0.78472424,-0.64508945,-0.4794514,-0.29448697,-0.09765192,0.10311941,0.29973406,0.4842666,0.64927864,0.788128,0.89519674,0.9661807,0.99821836,0.9900184,0.94191146,0.8558365,0.73526335,0.5850521,0.4112577,0.22088578,0.021594813,-0.17855175,-0.371501,-0.54947525,-0.70530045,-0.83269536,-0.9265249,-0.98300666,-0.999864,-0.97641736,-0.91361195,-0.81397045,-0.68152446,-0.5216066,-0.34066314,-0.14598769,0.05457243,0.25293276,0.44109753,0.6114819,0.75721776,0.8724306,0.9524763,0.99412984,0.99570596,0.9571457,0.88000345,0.76738876,0.62384105,0.45514667,0.2681056,0.07025732,-0.13042298,-0.32584602,-0.5081475,-0.66995144,-0.80475,-0.90710956,-0.972904,-0.9994813,-0.98577005,-0.932323,-0.84129447,-0.7163539,-0.56253743,-0.3860314,-0.19397724,0.0058960216,0.20553163,0.39688236,0.572235,0.72452116,0.8476023,0.93651706,0.9876813,0.99903274,0.97011,0.9020834,0.79769427,0.6611505,0.49795622,0.31468955,0.11873795,-0.08199993,-0.27943242,-0.46560118,-0.6330018,-0.7748961,-0.885543,-0.96049416,-0.9967283,-0.9927849,-0.948823,-0.86661446,-0.7494733,-0.6021212,-0.43049794,-0.24152157,-0.042794365,0.15764305,0.35172597,0.531631,0.6901063,0.8207638,0.91833675,0.97889215,0.99998885,0.98077667,0.92202985,0.82611656,0.6968921,0.5395848,0.36052722,0.16693698,-0.0333824,-0.23235616,-0.42196378,-0.59456223,-0.7431943,-0.86186856,-0.94580144,-0.99161154,-0.99744534,-0.9630728,-0.8898792,-0.7808152,-0.6402769,-0.47392944,-0.28847814,-0.09139846,0.10936545,0.3057209,0.4897662,0.6540548,0.79197884,0.8979786,0.9677814,0.9985735,0.98911357,0.9397831,0.85257053,0.7309913,0.5799462,0.4055099,0.21474011,0.015314294,-0.18472885,-0.37732565,-0.5547127,-0.70973957,-0.83615726,-0.9288699,-0.98414034,-0.99974066,-0.9750386,-0.91103363,-0.81030536,-0.6769142,-0.516237,-0.3347506,-0.13977055,0.060843546,0.25900507,0.44672626,0.6164402,0.7613156,0.87549084,0.9543755,0.9947899,0.9951048,0.9553076,0.87700254,0.76334596,0.6189194,0.4495445,0.26204872,0.06397467,-0.13666342,-0.3317927,-0.5135476,-0.6746017,-0.808463,-0.90973556,-0.9743372,-0.9996639,-0.98469466,-0.930033,-0.8378822,-0.7119461,-0.5573203,-0.38022915,-0.18781117,0.012177354,0.21167502,0.40264016,0.5773751,0.7288364,0.85091877,0.93870103,0.9886471,0.9987361,0.96856654,0.8993547,0.79389036,0.65642476,0.49249902,0.30872095,0.112498485,-0.08825871,-0.28545824,-0.47116458,-0.63786393,-0.77885133,-0.88844365,-0.96222335,-0.99721634,-0.99201214,-0.9468205,-0.86346304,-0.7452999,-0.59709406,-0.42480594,-0.23540638,-0.03651772,0.16384295,0.3575992,0.5369408,0.69463867,0.82433605,0.9208049,0.9801566,0.99999875,0.9795285,0.91957396,0.82255197,0.69237334,0.53428555,0.35466102,0.16074027,-0.0396598,-0.23846121,-0.4276504,-0.5996012,-0.7473926,-0.8650448,-0.9478275,-0.99240386,-0.996977,-0.96136254,-0.8869961,-0.7768753,-0.63543916,-0.4683888,-0.28245795,-0.08514139,0.11562233,0.31171018,0.49523315,0.65879357,0.79579836,0.900725,0.96934396,0.99888915,0.9881697,0.9376177,0.8492709,0.7266799,0.57480496,0.39975998,0.20860086,0.009033171,-0.19089864,-0.38313544,-0.5599283,-0.7141507,-0.83958614,-0.93117833,-0.98523784,-0.9995774,-0.9736246,-0.90842557,-0.8066084,-0.6722772,-0.51084703,-0.32882482,-0.1335479,0.06711227,0.26506716,0.45235097,0.62138605,0.7653734,0.87850904,0.9562324,0.9954106,0.9944644,0.95343184,0.87396705,0.7592731,0.6139733,0.4439109,0.25596675,0.057704717,-0.14288335,-0.33771187,-0.5189274,-0.6792253,-0.812144,-0.9123256,-0.9757319,-0.999807,-0.9835777,-0.92770064,-0.8344285,-0.70752096,-0.55209374,-0.37441188,-0.18163769,0.018458204,0.21781006,0.40838212,0.58249253,0.7331334,0.8542096,0.9408531,0.9895714,0.9984006,0.96698487,0.89659053,0.7900551,0.651673,0.48702237,0.30274013,0.106254585,-0.094529204,-0.2914874,-0.4766959,-0.64268905,-0.7827758,-0.89130926,-0.9639146,-0.99766505,-0.9912002,-0.94478065,-0.8602775,-0.7410868,-0.5920311,-0.41911098,-0.22929671,-0.030239632,0.17003639,0.36345834,0.5422295,0.6991437,0.8278758,0.92323667,0.98138535,0.9999691,0.97824466,0.9170877,0.81896347,0.6878273,0.5289652,0.34878078,0.15453723,-0.04593563,-0.24455684,-0.43333387,-0.6046287,-0.7515512,-0.86817914,-0.9498113,-0.9931571,-0.99646926,-0.95961434,-0.8840779,-0.77290475,-0.6305763,-0.46281612,-0.27641195,-0.07886575,0.12185947,0.3176726,0.50068057,0.6635063,0.79958653,0.9034359,0.97086823,0.9991655,0.9871844,0.93540996,0.8459296,0.7223503,0.5696535,0.3939943,0.20245337,0.0027516924,-0.19706091,-0.3889301,-0.56512177,-0.71853364,-0.8429901,-0.93345547,-0.98629373,-0.9993751,-0.97217226,-0.9057816,-0.8028795,-0.66761374,-0.50543684,-0.32288608,-0.12731998,0.07339355,0.2711335,0.4579442,0.62629545,0.7694011,0.88149256,0.95805156,0.9959921,0.9937847,0.9515185,0.87089705,0.7551603,0.60899085,0.4382734,0.2498894,0.05143249,-0.14909764,-0.34361774,-0.52428675,-0.6838221,-0.815793,-0.9148797,-0.9770914,-0.9999109,-0.98242456,-0.92533726,-0.83095014,-0.7030679,-0.5468454,-0.36857983,-0.17545705,0.024738327,0.2239365,0.4141218,0.5875992,0.7373909,0.8574587,0.9429628,0.9904567,0.99802583,0.96536505,0.89379096,0.7861887,0.6468956,0.48151314,0.29673278,0.09999131,-0.10078077,-0.29749042,-0.48220843,-0.64748883,-0.7866694,-0.8941397,-0.9655678,-0.99807435,-0.990347,-0.9426984,-0.8570502,-0.7368547,-0.58695704,-0.41339946,-0.223178,-0.023960352,0.17622311,0.36930314,0.54749674,0.7036211,0.8313829,0.92563206,0.9825695,0.9999002,0.9769255,0.91455907,0.81533384,0.683243,0.52361095,0.34287247,0.148313,-0.05222489,-0.25065762,-0.43898648,-0.60962003,-0.75568014,-0.87127924,-0.95175755,-0.9938711,-0.9959222,-0.9578283,-0.8811248,-0.76890373,-0.62568855,-0.45725226,-0.27038437,-0.07261743,0.12810694,0.32363695,0.50612134,0.66820425,0.80335224,0.90611756,0.9723578,0.9994028,0.98616254,0.93317056,0.842563,0.7179922,0.56447953,0.38821307,0.19629791,-0.003529895,-0.2032154,-0.39470944,-0.57029295,-0.72288823,-0.84634435,-0.9356848,-0.9873083,-0.99913275,-0.9706778,-0.9030954,-0.7991098,-0.6629125,-0.49999353,-0.31692013,-0.12107188,0.07965672,0.2771744,0.46351936,0.6311801,0.77339834,0.8844413,0.95983297,0.9965343,0.9930659,0.94956756,0.8677927,0.7510376,0.6040086,0.4326324,0.24378741,0.045142986,-0.15532112,-0.34952432,-0.5296384,-0.688403,-0.81941855,-0.91740376,-0.97840893,-0.999975,-0.9812327,-0.9229374,-0.827439,-0.69858706,-0.54157543,-0.36273324,-0.16926946,0.031017473,0.23005411,0.41981742,0.5926581,0.7416091,0.8606818,0.94504035,0.99130493,0.99761057,0.96370304,0.89094925,0.78228176,0.64208096,0.47599825,0.2907283,0.09373926,-0.10702836,-0.30348173,-0.4877019,-0.6522631,-0.79053193,-0.8969349,-0.96718293,-0.9984443,-0.98945904,-0.9405892,-0.8538047,-0.7326039,-0.58184737,-0.4076577,-0.21703558,-0.017664868,0.1824179,0.3751475,0.5527551,0.7080815,0.8348655,0.9279966,0.9837206,0.99979144,0.9755612,0.9120067,0.8116897,0.67865396,0.518262,0.3369793,0.14211309,-0.05848161,-0.25671893,-0.4446081,-0.6145994,-0.7597892,-0.8743524,-0.95367086,-0.9945474,-0.9953344,-0.956,-0.8781297,-0.76486254,-0.6207642,-0.4516432,-0.26431674,-0.0663358,0.1343191,0.32955965,0.51151586,0.6728531,0.8070681,0.9087506,0.97380185,0.99959975,0.9851043,0.9308888,0.83915484,0.7135951,0.5592707,0.38240242,0.19011971,-0.0098266015,-0.20937681,-0.40048715,-0.5754541,-0.7272248,-0.8496815,-0.937888,-0.98828876,-0.9988522,-0.96915245,-0.9003867,-0.7953269,-0.6582079,-0.49455693,-0.31097063,-0.1148493,0.08590154,0.283219,0.4690897,0.6360516,0.7773747,0.8873622,0.96158063,0.9970383,0.99230593,0.9475743,0.86464643,0.7468652,0.5989782,0.4269468,0.23770538,0.038882192,-0.16150832,-0.35538852,-0.5349432,-0.69293463,-0.8229943,-0.91987944,-0.9796848,-0.9999997,-0.979999,-0.92049515,-0.82388663,-0.6940677,-0.5362713,-0.3568581,-0.16306016,0.037310645,0.23617747,0.42552412,0.5977181,0.7458185,0.8638553,0.9470706,0.99211,0.99715805,0.96201116,0.8880862,0.778363,0.6372644,0.47047803,0.2846977,0.08746831,-0.11328688,-0.30947554,-0.49318942,-0.65702313,-0.79437256,-0.89970136,-0.96876365,-0.9987756,-0.98852754,-0.93843246,-0.8505097,-0.7283034,-0.5767396,-0.4019277,-0.21091437,-0.011399201,0.18857548,0.38094878,0.55796623,0.7124924,0.83829844,0.9303243,0.98483264,0.999643,0.9741583,0.9094058,0.8079957,0.67401576,0.5128666,0.33104408,0.13587737,-0.06476649,-0.26279965,-0.45023948,-0.61953044,-0.7638485,-0.8773762,-0.9555374,-0.9951814,-0.9947102,-0.95414287,-0.8751145,-0.7608108,-0.6158152,-0.44601622,-0.2582386,-0.060051534,0.14055619,0.33549815,0.5169164,0.67749804,0.8107701,0.9113605,0.9752144,0.99975806,0.984002,0.92858136,0.8357302,0.70919114,0.55406505,0.37660486,0.18396397,-0.016092405,-0.2155001,-0.40622112,-0.58059245,-0.7315325,-0.8529849,-0.940054,-0.98923004,-0.9985308,-0.96758133,-0.89762914,-0.79149413,-0.65345436,-0.48907426,-0.30497986,-0.10859188,0.09217338,0.2892232,0.47461456,0.6408745,0.78130114,0.890234,0.963282,0.99750066,0.9915106,0.94554347,0.86146593,0.74266315,0.5939241,0.42124426,0.23158434,0.032589365,-0.16771926,-0.3612672,-0.5402527,-0.6974609,-0.82655483,-0.92233086,-0.9809282,-0.9999849,-0.97873276,-0.9180285,-0.820319,-0.6895429,-0.5309717,-0.3509974,-0.15687452,0.04357185,0.24229147,0.43121397,0.6027545,0.74999833,0.8670101,0.94907326,0.99287975,0.99666387,0.960273,0.8851741,0.77439433,0.63239914,0.46491233,0.27868512,0.081224315,-0.11951061,-0.31542814,-0.49863094,-0.66173416,-0.7981633,-0.902419,-0.9702986,-0.9990673,-0.9875569,-0.9362385,-0.84718096,-0.72397405,-0.5715841,-0.39615393,-0.20475504,-0.0051025683,0.19475558,0.38676324,0.5631807,0.71689665,0.8417149,0.93260413,0.9859006,0.9994559,0.97272384,0.90678173,0.8042878,0.6693735,0.5074771,0.32509574,0.12963626,-0.0710488,-0.2688699,-0.45585304,-0.624461,-0.76789725,-0.88038003,-0.95737517,-0.9957791,-0.9940437,-0.952239,-0.87205005,-0.7567093,-0.61086595,-0.440399,-0.25217977,-0.053795364,0.14675751,0.3413947,0.52227044,0.68209374,0.81442225,0.91393423,0.97658837,0.99987674,0.9828607,0.926226,0.8322558,0.7047377,0.5488121,0.3707642,0.17777097,-0.022388086,-0.2216447,-0.41196695,-0.58568305,-0.73579055,-0.8562388,-0.9421725,-0.9901278,-0.9981716,-0.9659797,-0.89484966,-0.78764874,-0.64867496,-0.4835722,-0.298977,-0.10233014,0.09844156,0.29524514,0.48014757,0.6456955,0.78521585,0.8930846,0.96495354,0.9979258,0.99067223,0.9434852,0.8582669,0.73845226,0.58887106,0.4155528,0.22548383,0.026325757,-0.17389351,-0.36710322,-0.5455408,-0.70195955,-0.83008265,-0.9247457,-0.9821327,-0.9999305,-0.97742164,-0.9155135,-0.81670153,-0.68496877,-0.52562535,-0.34509423,-0.15065256,0.04986182,0.2483663,0.43685928,0.6077427,0.75412834,0.8701155,0.9510288,0.99360675,0.99613285,0.95850545,0.8822269,0.770395,0.6275088,0.45932817,0.27263227,0.074946694,-0.12575993,-0.32139724,-0.5040792,-0.66644204,-0.801941,-0.9051141,-0.9718026,-0.9993183,-0.986552,-0.93401843,-0.84383506,-0.71963716,-0.5664311,-0.39039254,-0.19861747,0.0011637489,0.20092796,0.39256236,0.5683728,0.72127247,0.845098,0.93485814,0.9869347,0.9992285,0.97124386,0.904109,0.80053,0.66468215,0.5020413,0.31916344,0.12342029,-0.07729787,-0.2749002,-0.46142143,-0.62934303,-0.7718962,-0.88333464,-0.9591664,-0.9963373,-0.99333775,-0.95029736,-0.86895096,-0.7525777,-0.60586846,-0.43473697,-0.24608149,-0.0475066,0.15298325,0.34730643,0.52762985,0.68668485,0.81806,0.91645956,0.9779172,0.9999555,0.9816862,0.92384565,0.82876545,0.70027816,0.54356307,0.36493725,0.17157093,-0.02868288,-0.2277805,-0.41769642,-0.59077525,-0.74004024,-0.8594746,-0.9442641,-0.9909908,-0.9977712,-0.96433204,-0.89202124,-0.7837535,-0.6438932,-0.47807783,-0.29299143,-0.09609473,0.104675494,0.30122632,0.48563486,0.65046775,0.7890807,0.8958997,0.9665868,0.9983114,0.98979455,0.94137967,0.8550183,0.73419166,0.58377016,0.40981716,0.21934472,0.020030601,-0.18009093,-0.37295312,-0.5507818,-0.7064087,-0.8335607,-0.92711234,-0.98329264,-0.9998369,-0.9760784,-0.91297466,-0.81306946,-0.6803675,-0.5202581,-0.3391774,-0.14442463,0.056149814,0.2544609,0.44251478,0.61273116,0.7582487,0.87320167,0.9529564,0.9942979,0.9955599,0.95669144,0.8792592,0.76638466,0.6226175,0.45375302,0.266598,0.06869655,-0.13197401,-0.32732478,-0.50950754,-0.67112345,-0.8056868,-0.9077734,-0.9732681,-0.999531,-0.98550326,-0.93175054,-0.84043944,-0.7152507,-0.5612306,-0.38458765,-0.19244218,0.0074605374,0.20706251,0.39831793,0.5735174,0.72559863,0.84843147,0.93706447,0.98792493,0.99896276,0.9697329,0.90140045,0.79674053,0.65996444,0.49658558,0.31318963,0.117169164,-0.08357431,-0.28094897,-0.4669987,-0.634224,-0.7758841,-0.88626873,-0.9609284,-0.99685353,-0.99259615,-0.9483277,-0.86583275,-0.74843657,-0.60087126,-0.42908525,-0.24000305,-0.041246444,0.1592029,0.3532044,0.5329684,0.6912488,0.8216653,0.9189609,0.9792138,0.99999505,0.98046714,0.9214171,0.82522535,0.6957692,0.53826696,0.35906747,0.16539419,-0.034946036,-0.2338776,-0.4233817,-0.59581953,-0.74424016,-0.86266094,-0.9463083,-0.9918145,-0.99733126,-0.9626462,-0.8891574,-0.77982724,-0.6390626,-0.47253773,-0.28696513,-0.08982515,0.11093564,0.3072247,0.49112967,0.6552375,0.7929331,0.89866596,0.96817416,0.9986558,0.9888822,0.93924725,0.8517518,0.7299228,0.5786709,0.4040932,0.2131969,0.013734652,-0.18628123,-0.37878823,-0.55602646,-0.7108516,-0.8370227,-0.9294539,-0.98441935,-0.9997034,-0.97469,-0.9103874,-0.80938756,-0.67576176,-0.5148964,-0.33327588,-0.13822119,0.062405124,0.26051593,0.44812548,0.6176713,0.7623192,0.8762532,0.9548461,0.9949497,0.99494743,0.9548394,0.8762424,0.7623245,0.61767775,0.44813275,0.26052377,0.062413245,-0.13821313,-0.33326823,-0.5148894,-0.6757558,-0.8093828,-0.910384,-0.9746882,-0.9997032,-0.9844208,-0.92945695,-0.8370272,-0.7108359,-0.55600786,-0.37876752,-0.18625924,0.01375703,0.21321876,0.40408576,0.5786643,0.7299172,0.8517476,0.93924445,0.98888093,0.9986562,0.9681762,0.89866954,0.79293805,0.65524364,0.49113676,0.30723244,0.11094373,-0.08981705,-0.28695735,-0.47253057,-0.6390798,-0.77984124,-0.88916767,-0.96265227,-0.99733293,-0.99181163,-0.946311,-0.86266506,-0.7442456,-0.595826,-0.42338908,-0.23388551,-0.034954168,0.16538616,0.35905987,0.53826004,0.6957633,0.82522076,0.92141396,0.98046553,0.9999951,0.97921544,0.9189521,0.82165253,0.69123256,0.53294945,0.35318345,0.1591808,-0.04123831,-0.23999515,-0.42907792,-0.60086477,-0.74843115,-0.8658287,-0.9483251,-0.99259514,-0.9968542,-0.96093065,-0.8862725,-0.7758892,-0.6342303,-0.4670059,-0.28095677,-0.08358242,0.1171914,0.31321087,0.496605,0.65998125,0.79675406,0.90141016,0.9697309,0.99896234,0.9879262,0.93706733,0.84843576,0.72560424,0.57352406,0.39832538,0.20707048,0.0074686743,-0.19243419,-0.38458014,-0.56122386,-0.715245,-0.840435,-0.93174756,-0.9855019,-0.99953026,-0.97326297,-0.90776396,-0.80567354,-0.6711069,-0.5094882,-0.32733247,-0.13198207,0.06868843,0.26659015,0.45374575,0.62261117,0.7663794,0.87925535,0.95668906,0.99555916,0.9942988,0.9529588,0.8732056,0.758254,0.6127376,0.44252208,0.25443923,0.05612747,-0.14444678,-0.33919844,-0.5202772,-0.6803839,-0.81306475,-0.9129714,-0.9760766,-0.9998368,-0.9832941,-0.92711544,-0.83356524,-0.70641446,-0.5507885,-0.37296066,-0.18009894,0.020022465,0.21933678,0.40980974,0.58376354,0.7341861,0.85502994,0.94138724,0.9897977,0.9983101,0.9665811,0.89588976,0.7890856,0.65047395,0.485642,0.30123407,0.104683585,-0.09608663,-0.29298365,-0.47807068,-0.6438869,-0.78374845,-0.89201754,-0.9643299,-0.99777067,-0.9909919,-0.94426674,-0.8594788,-0.74002516,-0.5907572,-0.4176761,-0.2277587,-0.028660508,0.17159298,0.36492965,0.5435562,0.7002723,0.82876086,0.92384255,0.9816846,0.9999556,0.97791886,0.91646284,0.81806463,0.6866908,0.52763677,0.34731406,0.15299128,-0.047498472,-0.24607359,-0.43472964,-0.6058862,-0.75259244,-0.86896205,-0.9503043,-0.9933403,-0.9963354,-0.9591687,-0.88333845,-0.77190137,-0.62934935,-0.46142867,-0.274908,-0.07730598,0.123412214,0.31915572,0.50203425,0.6646761,0.8005252,0.90410554,0.97124195,0.9992281,0.98693603,0.9348502,0.84508604,0.7212569,0.56835437,0.39254177,0.20090604,0.0011718862,-0.1986095,-0.39038506,-0.5664244,-0.7196315,-0.84383065,-0.9340155,-0.9865507,-0.9993186,-0.9718045,-0.9051176,-0.8019458,-0.6664481,-0.50408626,-0.32140493,-0.125768,0.07496901,0.2726538,0.45934805,0.6275262,0.7704092,0.88223743,0.9585032,0.99613214,0.99360764,0.9510314,0.8701196,0.7541337,0.60774916,0.43686658,0.24837418,0.049869947,-0.15064451,-0.34508657,-0.52561843,-0.68496287,-0.8166968,-0.91551024,-0.9774199,-0.99993074,-0.98212844,-0.92473716,-0.8300702,-0.7019436,-0.54552203,-0.3671108,-0.17390151,0.02631762,0.2254759,0.4155454,0.5888645,0.7384468,0.8582627,0.9434825,0.9906711,0.99792635,0.9649557,0.8930882,0.78522086,0.6457017,0.48015472,0.29522377,0.098419294,-0.1023524,-0.29899833,-0.48359182,-0.648692,-0.78764373,-0.894846,-0.9659776,-0.99817115,-0.99012893,-0.94217527,-0.856243,-0.7357961,-0.5856896,-0.41197434,-0.22165263,-0.022396222,0.17776297,0.37075663,0.5488053,0.70473194,0.8322682,0.9262345,0.9828648,0.9998764,0.97658354,0.9139252,0.81442696,0.6820997,0.52227736,0.34140232,0.14676556,-0.05378724,-0.2521719,-0.4403917,-0.6108595,-0.7567039,-0.87204605,-0.9522365,-0.9940428,-0.9957798,-0.95737755,-0.8803839,-0.7679025,-0.62444353,-0.4558331,-0.26884836,-0.071026474,0.12965845,0.3251169,0.5074701,0.66936743,0.80428296,0.90677834,0.97272193,0.9994557,0.98590195,0.93260705,0.84171927,0.7169023,0.5631874,0.38677073,0.19476356,-0.005094431,-0.20474707,-0.39614648,-0.57160246,-0.7239895,-0.8471929,-0.9362464,-0.9875604,-0.99906635,-0.97030056,-0.9024224,-0.79816824,-0.6617403,-0.49863797,-0.31543586,-0.11951869,0.0812162,0.2786773,0.4649051,0.6323928,0.77438915,0.88517034,0.96027076,0.9966632,0.99288076,0.9490662,0.866999,0.7499835,0.60273665,0.43119377,0.24226975,0.043579977,-0.15686649,-0.35098976,-0.53096485,-0.689537,-0.82031435,-0.91802526,-0.9787311,-0.99998486,-0.9809298,-0.922334,-0.8265594,-0.69746673,-0.54025954,-0.3612748,-0.16772729,0.032581232,0.23160611,0.42126456,0.5939421,0.74267817,0.86147726,0.94555074,0.99150956,0.99750125,0.9632842,0.8902377,0.7813062,0.64088076,0.4746217,0.28923097,0.09218149,-0.108583786,-0.3049721,-0.48906717,-0.6534482,-0.7914891,-0.89762557,-0.96757925,-0.998532,-0.98922676,-0.94004637,-0.8529733,-0.73151726,-0.5805742,-0.40622854,-0.21550804,-0.01610054,0.18395597,0.37659732,0.55405825,0.7091854,0.8357257,0.9285784,0.98400056,0.99975824,0.97521627,0.91136384,0.81077486,0.677504,0.51692337,0.33547708,0.14053403,-0.06007387,-0.25826022,-0.44603625,-0.6158328,-0.76080555,-0.87511057,-0.9541404,-0.9947094,-0.9951822,-0.95553976,-0.8773801,-0.7638537,-0.6195368,-0.45024675,-0.2628075,-0.06477461,0.13586931,0.3310364,0.5128596,0.67400974,0.8080089,0.9094151,0.97416335,0.9996436,0.98482877,0.9303161,0.83830285,0.7124981,0.557973,0.3809563,0.18858346,-0.011391064,-0.21090643,-0.40192026,-0.57673293,-0.7282978,-0.8505054,-0.93842965,-0.9885263,-0.998776,-0.9687657,-0.8997049,-0.7943775,-0.65700626,-0.49316996,-0.30945426,-0.11326464,0.08749061,0.28471917,0.47047085,0.6372581,0.77835786,0.88808244,0.96200895,0.9971574,0.992111,0.9470732,0.8638594,0.7458239,0.5977247,0.42553148,0.23618539,0.037318777,-0.16305213,-0.3568505,-0.53629017,-0.6940838,-0.82389927,-0.92050385,-0.9800035,-0.9999997,-0.9796865,-0.91988266,-0.8229989,-0.69294053,-0.5349501,-0.35539612,-0.16151635,0.03887406,0.23769748,0.42693943,0.5989717,0.7468598,0.8646424,0.9475717,0.9923049,0.99703896,0.9615745,0.8873519,0.7773606,0.63603437,0.46906993,0.28319755,0.08590965,-0.114841215,-0.31096292,-0.49454984,-0.65820175,-0.79532194,-0.9003832,-0.9691504,-0.9988518,-0.98829,-0.9378908,-0.8496858,-0.72723037,-0.57546073,-0.4004946,-0.20938477,-0.009834738,0.19011173,0.38239488,0.55926394,0.7135894,0.8391504,0.9308858,0.98509765,0.9996008,0.9738107,0.90876675,0.80709094,0.6728366,0.5114966,0.32953852,0.13429692,-0.06635813,-0.2643383,-0.45166317,-0.6207817,-0.76487696,-0.8781404,-0.9560065,-0.99533653,-0.9945451,-0.9536641,-0.87434155,-0.7597747,-0.61458176,-0.44461536,-0.2567268,-0.058489732,0.14210503,0.3369716,0.51825505,0.678648,0.81168497,0.91200334,0.9755594,0.99979126,0.9837221,0.9279996,0.83487,0.70808727,0.5527619,0.37515503,0.1824259,-0.017656732,-0.21702763,-0.40765026,-0.58184075,-0.73257756,-0.8537846,-0.9405761,-0.98945343,-0.99844646,-0.9671772,-0.896925,-0.7905182,-0.6522461,-0.48768237,-0.3034604,-0.1070061,0.09376154,0.2907497,0.47601792,0.6420981,0.7822957,0.89095944,0.96370906,0.9976121,0.99130195,0.945033,0.8606703,0.7416145,0.59266466,0.41982478,0.23006204,0.031025607,-0.16926144,-0.36272568,-0.54156864,-0.6985812,-0.8274345,-0.92293423,-0.9812311,-0.9999751,-0.9784106,-0.917407,-0.8194232,-0.6884089,-0.52964526,-0.34953195,-0.15532915,0.045134857,0.24377951,0.43259755,0.6039778,0.7510121,0.8677735,0.94955546,0.9930685,0.99653244,0.95982665,0.8844309,0.77338415,0.63116276,0.46349952,0.2771529,0.07963441,-0.12109409,-0.31694138,-0.50001293,-0.66292924,-0.7991232,-0.903105,-0.9706832,-0.99913365,-0.98730963,-0.93568766,-0.8463487,-0.7228939,-0.5702996,-0.39471692,-0.20322338,-0.0035380325,0.19628993,0.38820556,0.56447285,0.7179865,0.8425586,0.93316764,0.9861612,0.9994031,0.9723597,0.906121,0.8033571,0.6682103,0.5061284,0.32364467,0.12811501,-0.07257887,-0.27034715,-0.45721787,-0.6256584,-0.768879,-0.8811354,-0.9578347,-0.99592423,-0.9938686,-0.9517507,-0.8712683,-0.7556655,-0.6096023,-0.43896636,-0.25063595,-0.052202538,0.14833513,0.34289348,0.52363,0.6832593,0.8153468,0.9145681,0.9769237,0.9999001,0.98257107,0.9256351,0.8313874,0.7036269,0.5475036,0.3693107,0.17623113,-0.023952216,-0.22317006,-0.41339204,-0.5869504,-0.7368492,-0.85704595,-0.9426957,-0.9903459,-0.99807584,-0.9655739,-0.8941502,-0.78668386,-0.6475067,-0.4822289,-0.29751277,-0.100804046,0.09996803,0.29671046,0.48154613,0.6469127,0.78620255,0.89380103,0.9653709,0.9980272,0.9904536,0.9429554,0.8574472,0.73737574,0.58758116,0.41410145,0.22392957,0.024731208,-0.17546405,-0.36858645,-0.54685134,-0.70307297,-0.83095413,-0.92534,-0.9824259,-0.9999108,-0.9770899,-0.91488296,-0.8157977,-0.68382806,-0.5242937,-0.34362537,-0.14910568,0.05142436,0.24988152,0.4382661,0.6089844,0.7551549,0.87088555,0.95151126,0.99378216,0.9959942,0.9580583,0.8815036,0.769416,0.6263137,0.45796502,0.271156,0.07341689,-0.12734218,-0.32290727,-0.50545615,-0.6676304,-0.80289286,-0.9057911,-0.97217745,-0.9993759,-0.98629004,-0.9334474,-0.84297806,-0.7185287,-0.56511587,-0.38892356,-0.19705394,0.0027588138,0.20246035,0.39400083,0.56965935,0.72235525,0.8459334,0.93541247,0.98718554,0.9991658,0.9708702,0.9034394,0.7995914,0.6635124,0.5006876,0.31768033,0.121867545,-0.078857645,-0.2764041,-0.4628089,-0.63055813,-0.7728899,-0.88406694,-0.9596077,-0.9964673,-0.99315983,-0.9498186,-0.86819077,-0.75156665,-0.6046473,-0.43335497,-0.24453515,-0.04591327,0.15455934,0.34880176,0.5289842,0.68784356,0.81897634,0.9170966,0.9782493,0.9999693,0.98138106,0.9232339,0.8278718,0.6991386,0.5422235,0.36345172,0.17002937,-0.030246751,-0.22930364,-0.41911745,-0.59203684,-0.7410916,-0.86027336,-0.94477797,-0.99119914,-0.9976656,-0.9639168,-0.89131296,-0.7827809,-0.6426953,-0.47670305,-0.29149517,-0.0945373,0.106231324,0.30271783,0.48700196,0.65165526,0.7900408,0.89658016,0.9669789,0.9983993,0.9895748,0.94086105,0.85422176,0.73310775,0.5824743,0.40836167,0.21778822,0.018435828,-0.1816597,-0.37443262,-0.5521124,-0.7075368,-0.8344408,-0.927709,-0.9835817,-0.9998069,-0.97573036,-0.9123227,-0.8121398,-0.6792201,-0.5189213,-0.33770517,-0.1428763,0.05771183,0.25597364,0.44391727,0.6139669,0.7592678,0.8739631,0.9534294,0.99446356,0.9954114,0.9562348,0.8785129,0.76537865,0.6213924,0.45235825,0.26508972,0.06713561,-0.13352472,-0.32880273,-0.5108269,-0.6722599,-0.80659455,-0.90841573,-0.9736193,-0.99957675,-0.98524183,-0.93117017,-0.839574,-0.71413505,-0.5599097,-0.38311478,-0.19087668,0.009055551,0.20862275,0.39978048,0.5748233,0.7266953,0.84927464,0.9376202,0.9881708,0.99888885,0.9693422,0.9007219,0.79579407,0.6587882,0.49522695,0.3117034,0.11561525,-0.085133284,-0.28245014,-0.4683816,-0.63543284,-0.7768702,-0.8869923,-0.9613603,-0.9969764,-0.9924049,-0.94783014,-0.8650489,-0.747398,-0.5996199,-0.42767152,-0.23848394,-0.039683174,0.16071719,0.35463914,0.53426576,0.69235647,0.8225387,0.9195648,0.97953606,0.9999988,0.9801522,0.92079616,0.82432336,0.6946226,0.536922,0.3575783,0.16382088,-0.036540087,-0.23542814,-0.4248262,-0.5970998,-0.7453046,-0.8634666,-0.94682276,-0.99201304,-0.9972158,-0.96222144,-0.8884404,-0.77884686,-0.63785845,-0.4711583,-0.28546605,-0.08826681,0.1124904,0.3087132,0.49249193,0.6564186,0.7938854,0.8993511,0.9685645,0.99873567,0.9886483,0.9387091,0.85093105,0.72885245,0.57739425,0.4026616,0.21169788,0.012200748,-0.18778819,-0.3802075,-0.55730087,-0.71192974,-0.83789444,-0.93004125,-0.9846986,-0.9996633,-0.97433215,-0.90972626,-0.8084498,-0.67458516,-0.5135284,-0.33177158,-0.13664126,0.063997,0.26205558,0.44955084,0.618925,0.7633506,0.877006,0.95530975,0.9951055,0.9947891,0.9543734,0.8754874,0.761311,0.61644655,0.44673353,0.25901294,0.06085167,-0.13976249,-0.3347429,-0.51623005,-0.6769082,-0.8103006,-0.91103023,-0.9750368,-0.9997401,-0.9841445,-0.9288786,-0.8361701,-0.7097561,-0.55473214,-0.37734732,-0.18475184,0.015290901,0.21471727,0.4054885,0.57996446,0.73100656,0.8525822,0.9397908,0.9891169,0.9985723,0.96777576,0.89796877,0.7919651,0.6540379,0.4897467,0.30571413,0.10935837,-0.091405556,-0.28848496,-0.47393572,-0.6402824,-0.78081965,-0.8898825,-0.9630747,-0.9974459,-0.9916106,-0.94580406,-0.8618727,-0.7431997,-0.5945688,-0.42197114,-0.23236407,-0.033390533,0.16692896,0.36051965,0.53957796,0.69688624,0.8261034,0.9220208,0.9807721,0.999989,0.9788969,0.91834605,0.8207772,0.6901232,0.53165084,0.35174787,0.15766615,-0.042831972,-0.2415433,-0.43051815,-0.60213906,-0.74948806,-0.86662567,-0.94883,-0.9927876,-0.9967265,-0.9604879,-0.8855326,-0.77488196,-0.63299626,-0.46559486,-0.2794256,-0.08199283,0.11874502,0.3146963,0.4979624,0.6611559,0.79769856,0.90208644,0.9701117,0.9990324,0.98768264,0.9365199,0.8476066,0.72452676,0.57224166,0.39688984,0.20553958,0.005904159,-0.19396926,-0.38602388,-0.5625181,-0.71633756,-0.84128183,-0.9323145,-0.9857661,-0.9994821,-0.97290945,-0.9071194,-0.8047639,-0.6699688,-0.5081676,-0.32582486,-0.13040079,0.07027964,0.26812714,0.4551666,0.6238585,0.7674031,0.88001406,0.9571522,0.99570805,0.99412745,0.9524741,0.87242717,0.7572131,0.61147624,0.44109112,0.25292587,0.054565318,-0.14599474,-0.34066984,-0.5216127,-0.6815297,-0.81397456,-0.9136086,-0.97641563,-0.99986386,-0.98300815,-0.9265279,-0.8326999,-0.70530623,-0.54948205,-0.37150854,-0.17855975,0.021586677,0.22086295,0.41123638,0.5850331,0.7352475,0.8558244,0.9419036,0.99001515,0.9982197,0.9661867,0.89520717,0.78810483,0.6492616,0.48424703,0.29971272,0.10309715,-0.0976742,-0.29450834,-0.47947106,-0.64510655,-0.7847381,-0.8927374,-0.9647509,-0.99787587,-0.990777,-0.9437405,-0.85866237,-0.738972,-0.5894941,-0.41625404,-0.226235,-0.027096566,0.17313412,0.36638585,0.54486877,0.70138836,0.8296354,0.92444026,0.9819815,0.9999396,0.9775907,0.9158357,0.8171638,0.6855526,0.5263071,0.34584647,0.15144497,-0.049061198,-0.24758974,-0.43613806,-0.6071059,-0.7536017,-0.8697202,-0.95078075,-0.9935159,-0.996203,-0.95871633,-0.8825897,-0.77088636,-0.62810904,-0.46001297,-0.27337405,-0.07571559,0.124994926,0.32066697,0.5034131,0.665867,0.80148005,0.904786,0.9716205,0.9992895,0.98667777,0.93429357,0.84424853,0.72017235,0.5670664,0.3911023,0.19937314,-0.00039266402,-0.20014264,-0.391825,-0.5677131,-0.72071695,-0.84466916,-0.9345733,-0.9868052,-0.9992596,-0.9714344,-0.90445125,-0.8010102,-0.6652808,-0.5027344,-0.319923,-0.12421572,0.076498635,0.2741294,0.46071014,0.6287199,0.7713863,0.88295865,0.9589394,0.9962711,0.9934263,0.95053715,0.8693323,0.75308526,0.6064817,0.43543124,0.24682878,0.0482768,-0.15222119,-0.34658325,-0.5269747,-0.68612415,-0.8176163,-0.91615075,-0.9777557,-0.9999479,-0.9818328,-0.9241405,-0.8291967,-0.7008284,-0.54421014,-0.36565503,-0.1723606,0.027881598,0.2269999,0.41696796,0.5901283,0.7395009,0.8590646,0.9439999,0.9908831,0.9978244,0.96454394,0.8923833,0.78425115,0.6445063,0.47878173,0.29375777,0.096892595,-0.10387826,-0.30046186,-0.48493397,-0.6498587,-0.78862554,-0.89555687,-0.9663889,-0.9982663,-0.98990417,-0.94163954,-0.8554179,-0.7347149,-0.584396,-0.4105204,-0.22009696,-0.020801526,0.1793324,0.37223756,0.550138,0.7058627,0.8331345,0.9268231,0.983152,0.9998506,0.97624576,0.913289,0.8135181,0.68095475,0.5209425,0.33993137,0.14521778,-0.055349458,-0.2536856,-0.4417958,-0.61209744,-0.75772583,-0.8728107,-0.9527131,-0.9942121,-0.99563503,-0.95692444,-0.8796408,-0.76689935,-0.6232446,-0.4544672,-0.2673705,-0.06949624,0.13117938,0.32656723,0.50884384,0.6705516,0.80522984,0.90744966,0.9730907,0.999507,0.9856338,0.9320302,0.840857,0.7157894,0.56186867,0.38529932,0.19319879,-0.006689471,-0.20630808,-0.39761055,-0.5728855,-0.72506785,-0.84802306,-0.93679494,-0.9878052,-0.99899757,-0.9699209,-0.9017472,-0.7972247,-0.6605665,-0.4972812,-0.3139508,-0.117965214,0.08277549,0.28017956,0.46628973,0.63360405,0.7753781,0.88589716,0.9607062,0.9967897,0.9926932,0.94858176,0.8662335,0.74896795,0.60151184,0.42980918,0.24078114,0.04204735,-0.1584416,-0.3524829,-0.5323158,-0.69069135,-0.8212255,-0.9186566,-0.9790571,-0.9999924,-0.98061854,-0.9217165,-0.8256606,-0.6963228,-0.53891665,-0.35978702,-0.1661546,0.03417541,0.23312783,0.422683,0.59520006,0.74372494,0.8622707,0.9460588,0.9917118,0.9973895,0.96286297,0.889524,0.78032875,0.63967896,0.47324404,0.28773293,0.09062348,-0.11013895,-0.30646175,-0.49043125,-0.65463173,-0.7924444,-0.89831406,-0.96797323,-0.9986139,-0.98900104,-0.9395221,-0.85217154,-0.7304705,-0.5793245,-0.40477052,-0.21395019,-0.01450566,0.18552358,0.37807447,0.5553854,0.7103091,0.83660054,0.9291692,0.9842835,0.9997219,0.9748621,0.91070616,0.80984014,0.67633,0.5155573,0.3340028,0.13898483,-0.061635524,-0.25977138,-0.447436,-0.6170648,-0.76181996,-0.87586665,-0.9546076,-0.99486893,-0.9950276,-0.9550773,-0.87662834,-0.762843,-0.61830795,-0.4488492,-0.2612976,-0.06321327,0.13741918,0.33251232,0.5142021,0.6751647,0.80891174,0.91005206,0.97450864,0.9996834,0.98456144,0.92975235,0.8374655,0.711378,0.5566486,0.37948102,0.18701677,-0.012986014,-0.21246535,-0.4033803,-0.57803524,-0.7293899,-0.8513433,-0.9389795,-0.988766,-0.99869585,-0.9683689,-0.8990075,-0.7934076,-0.655826,-0.4918083,-0.30796614,-0.11171002,0.08904905,0.2862186,0.47185084,0.6384631,0.7793392,0.88880056,0.96243495,0.9972741,0.9919137,0.9465698,0.8630702,0.7447808,0.59646964,0.42411515,0.23466481,0.03575527,-0.16459554,-0.3583116,-0.5375843,-0.69518733,-0.8247677,-0.9211022,-0.9803076,-0.9999973,-0.97936535,-0.9192559,-0.82209176,-0.69178957,-0.53360176,-0.35390472,-0.15994202,0.040467873,0.23924652,0.4283813,0.6002482,0.7479195,0.8654426,0.9480802,0.9925012,0.99691504,0.9611438,0.8866294,0.7763755,0.63482624,0.4676876,0.2816967,0.08435078,-0.11639528,-0.3124495,-0.49590907,-0.6593788,-0.7962694,-0.9010628,-0.9695349,-0.9989255,-0.9880501,-0.9373469,-0.8488598,-0.7261556,-0.5741805,-0.39906052,-0.20785464,-0.0082702525,0.1916475,0.38384005,0.5605602,0.71468455,0.84000033,0.9314562,0.98537594,0.9995536,0.97343975,0.90808713,0.80613005,0.6716783,0.5101516,0.32806095,0.13274637,-0.06791914,-0.26584688,-0.45305848,-0.62200755,-0.76588386,-0.87888783,-0.9564643,-0.99548626,-0.9943807,-0.95319223,-0.8735812,-0.7587565,-0.6133468,-0.44321343,-0.2552144,-0.05692779,0.14365353,0.33844426,0.51959246,0.6797962,0.8125978,0.91264397,0.975902,0.999822,0.98343974,0.92741555,0.83400774,0.7069816,0.5514574,0.3737043,0.18088739,-0.019221017,-0.21855463,-0.40907842,-0.5831125,-0.7336416,-0.8546298,-0.9411268,-0.98968756,-0.9983546,-0.96677846,-0.89623207,-0.78955907,-0.6510594,-0.48631588,-0.30196926,-0.10545041,0.095319085,0.2922463,0.47739327,0.6432968,0.78326935,0.89166874,0.9641255,0.99771893,0.9910949,0.9445203,0.8598727,0.7405641,0.5914038,0.41840428,0.22853917,0.029461773,-0.17080322,-0.36418322,-0.5428832,-0.6996999,-0.82831204,-0.9235354,-0.9815316,-0.9999628,-0.97808605,-0.9167833,-0.81852543,-0.68727326,-0.5283176,-0.34806564,-0.15378341,0.04669776,0.24529657,0.43406257,0.6052726,0.75208443,0.8685802,0.95006394,0.9932512,0.996401,0.9593865,0.88369966,0.7723914,0.62994844,0.4621126,0.2756493,0.07807474,-0.12264699,-0.31842488,-0.5013672,-0.66409975,-0.80006284,-0.9037758,-0.9710581,-0.99919754,-0.98705995,-0.93513453,-0.84551436,-0.72181195,-0.5690137,-0.3932789,-0.20169123,-0.001973488,0.19782381,0.38964692,0.5657636,0.71907467,0.84340024,0.9337288,0.9864194,0.99934787,0.9719932,0.9054581,0.80242443,0.66704553,0.5047784,0.3221639,0.1265632,-0.07420007,-0.27191183,-0.458663,-0.6269257,-0.76991737,-0.88187414,-0.95828307,-0.9960641,-0.9936944,-0.95126945,-0.8704993,-0.75463986,-0.6083613,-0.43756008,-0.24912103,-0.050640058,0.14988218,0.34436277,0.5249623,0.68440086,0.81625164,0.91519976,0.9772567,0.99992096,0.982279,0.9250419,0.83051693,0.7025143,0.54619366,0.3678563,0.17469086,-0.025516288,-0.22469488,-0.41481614,-0.5882164,-0.737906,-0.857851,-0.94321656,-0.99056154,-0.9979776,-0.96516573,-0.89344853,-0.785717,-0.6463136,-0.4808042,-0.2959604,-0.09918661,0.10158534,0.29826245,0.48291674,0.64810497,0.78716844,0.89450157,0.9657779,0.99812424,0.99023676,0.94243336,0.85664105,0.73631805,0.58631444,0.41267684,0.22240447,0.023167105,-0.17700411,-0.3700404,-0.54816055,-0.70418465,-0.8318235,-0.925932,-0.98271674,-0.99988866,-0.9767557,-0.91425025,-0.8148919,-0.6826857,-0.5229608,-0.34215567,-0.14755844,0.05298678,0.25139612,0.43967184,0.61022466,0.75617963,0.87165344,0.9519914,0.99395514,0.99585307,0.95760876,0.88076377,0.76837665,0.6250456,0.4565193,0.26959097,0.07179559,-0.12889384,-0.3243876,-0.50680554,-0.6687944,-0.80382454,-0.90645295,-0.97254276,-0.99942994,-0.9860307,-0.93288505,-0.84213537,-0.7174397,-0.5638244,-0.3874817,-0.19551982,0.0043233545,0.20399226,0.39543834,0.57094455,0.7234363,0.8467667,0.93596447,0.987434,0.9991007,0.97049415,0.90276754,0.79865086,0.66234106,0.49933267,0.31619644,0.12031451,-0.08041722,-0.27790737,-0.46419525,-0.6317717,-0.77388173,-0.8847971,-0.96004677,-0.99659747,-0.9929759,-0.9493089,-0.86738294,-0.75049335,-0.6033517,-0.43188938,-0.24301781,-0.04435032,0.1561049,0.35026762,0.5303112,0.6889783,0.8198731,0.91771924,0.9785726,0.99998033,0.98107934,0.9226317,0.82699317,0.6980191,0.5409083,0.3619937,0.1684874,-0.03181055,-0.23082623,-0.42053744,-0.593297,-0.7421411,-0.8610699,-0.94528955,-0.991405,-0.9975575,-0.96349907,-0.8906025,-0.7818063,-0.6414959,-0.47532713,-0.28999823,-0.09297965,0.10778689,0.3042086,0.48836783,0.6528412,0.79099894,0.897272,0.96739197,0.9984899,0.98933935,0.94030905,0.8533755,0.7320428,0.58120185,0.40693304,0.21626095,0.016871521,-0.18319799,-0.3758829,-0.5534162,-0.7086416,-0.835302,-0.9282919,-0.9838629,-0.99977493,-0.97538656,-0.91168094,-0.811226,-0.67807096,-0.5175833,-0.33623213,-0.14132763,0.059273697,0.25748575,0.44531867,0.61520106,0.7602851,0.87472236,0.95390016,0.99462676,0.9952605,0.95577586,0.8777644,0.7643708,0.6201659,0.45096236,0.26358083,0.065574504,-0.13507509,-0.3302799,-0.51217127,-0.6734173,-0.80755436,-0.90909415,-0.9739889,-0.9996227,-0.9849623,-0.9305986,-0.838723,-0.713039,-0.5586127,-0.38166913,-0.18934065,0.010620026,0.21015263,0.4012141,0.57610285,0.7277692,0.8500996,0.938163,0.9884095,0.99881387,0.9689566,0.9000412,0.79484564,0.65761036,0.49386713,0.31021643,0.11406105,-0.08669205,-0.28395066,-0.46976334,-0.63664013,-0.7778544,-0.88771373,-0.9617898,-0.9970967,-0.9922112,-0.94733024,-0.8642629,-0.7463576,-0.5983671,-0.42625675,-0.23696423,-0.038119808,0.1622612,0.35610154,0.5356392,0.6935285,0.82346207,0.9202023,0.97984976,1.0],"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/cosf/test/fixtures/julia/runner.jl b/lib/node_modules/@stdlib/math/base/special/cosf/test/fixtures/julia/runner.jl new file mode 100755 index 000000000000..c1d6a402586c --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/cosf/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 = cos.( 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/cosf/test/test.js b/lib/node_modules/@stdlib/math/base/special/cosf/test/test.js new file mode 100644 index 000000000000..f72fe85dde13 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/cosf/test/test.js @@ -0,0 +1,191 @@ +/** +* @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 cosf = 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 cosf, 'function', 'main export is a function' ); + t.end(); +}); + +tape( 'the function computes the cosine (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 = cosf( x[ i ] ); + t.strictEqual( y, expected[ i ], 'returns expected value' ); + } + + t.end(); +}); + +tape( 'the function computes the cosine (positive medium 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 = cosf( x[ i ] ); + t.strictEqual( y, expected[ i ], 'returns expected value' ); + } + + t.end(); +}); + +tape( 'the function computes the cosine (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 = cosf( x[ i ] ); + t.strictEqual( y, expected[ i ], 'returns expected value' ); + } + + t.end(); +}); + +tape( 'the function computes the cosine (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 = cosf( x[ i ] ); + t.strictEqual( y, expected[ i ], 'returns expected value' ); + } + + t.end(); +}); + +tape( 'the function computes the cosine (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 = cosf( x[ i ] ); + t.strictEqual( y, expected[ i ], 'returns expected value' ); + } + + t.end(); +}); + +tape( 'the function computes the cosine (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 = cosf( x[ i ] ); + t.strictEqual( y, expected[ i ], 'returns expected value' ); + } + + t.end(); +}); + +tape( 'the function returns `NaN` if provided a `NaN`', function test( t ) { + var v = cosf( NaN ); + t.strictEqual( isnanf( v ), true, 'returns expected value' ); + t.end(); +}); + +tape( 'the function returns `NaN` if provided a `+infinity`', function test( t ) { + var v = cosf( PINF ); + t.strictEqual( isnanf( v ), true, 'returns expected value' ); + t.end(); +}); + +tape( 'the function returns `NaN` if provided a `-infinity`', function test( t ) { + var v = cosf( NINF ); + t.strictEqual( isnanf( v ), true, 'returns expected value' ); + t.end(); +}); + +tape( 'the function returns `1` if provided `+-0`', function test( t ) { + var v; + + v = cosf( f32( -0.0 ) ); + t.strictEqual( v, 1.0, 'returns expected value' ); + + v = cosf( f32( +0.0 ) ); + t.strictEqual( v, 1.0, 'returns expected value' ); + + t.end(); +}); diff --git a/lib/node_modules/@stdlib/math/base/special/cosf/test/test.native.js b/lib/node_modules/@stdlib/math/base/special/cosf/test/test.native.js new file mode 100644 index 000000000000..7b81fdcda087 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/cosf/test/test.native.js @@ -0,0 +1,200 @@ +/** +* @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 tryRequire = require( '@stdlib/utils/try-require' ); + + +// VARIABLES // + +var cosf = tryRequire( resolve( __dirname, './../lib/native.js' ) ); +var opts = { + 'skip': ( cosf instanceof Error ) +}; + + +// 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', opts, function test( t ) { + t.ok( true, __filename ); + t.strictEqual( typeof cosf, 'function', 'main export is a function' ); + t.end(); +}); + +tape( 'the function computes the cosine (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 = cosf( x[ i ] ); + t.strictEqual( y, expected[ i ], 'returns expected value' ); + } + + t.end(); +}); + +tape( 'the function computes the cosine (positive medium 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 = cosf( x[ i ] ); + t.strictEqual( y, expected[ i ], 'returns expected value' ); + } + + t.end(); +}); + +tape( 'the function computes the cosine (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 = cosf( x[ i ] ); + t.strictEqual( y, expected[ i ], 'returns expected value' ); + } + + t.end(); +}); + +tape( 'the function computes the cosine (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 = cosf( x[ i ] ); + t.strictEqual( y, expected[ i ], 'returns expected value' ); + } + + t.end(); +}); + +tape( 'the function computes the cosine (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 = cosf( x[ i ] ); + t.strictEqual( y, expected[ i ], 'returns expected value' ); + } + + t.end(); +}); + +tape( 'the function computes the cosine (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 = cosf( x[ i ] ); + t.strictEqual( y, expected[ i ], 'returns expected value' ); + } + + t.end(); +}); + +tape( 'the function returns `NaN` if provided a `NaN`', opts, function test( t ) { + var v = cosf( NaN ); + t.strictEqual( isnanf( v ), true, 'returns expected value' ); + t.end(); +}); + +tape( 'the function returns `NaN` if provided a `+infinity`', opts, function test( t ) { + var v = cosf( PINF ); + t.strictEqual( isnanf( v ), true, 'returns expected value' ); + t.end(); +}); + +tape( 'the function returns `NaN` if provided a `-infinity`', opts, function test( t ) { + var v = cosf( NINF ); + t.strictEqual( isnanf( v ), true, 'returns expected value' ); + t.end(); +}); + +tape( 'the function returns `1` if provided `+-0`', opts, function test( t ) { + var v; + + v = cosf( f32( -0.0 ) ); + t.strictEqual( v, 1.0, 'returns expected value' ); + + v = cosf( f32( +0.0 ) ); + t.strictEqual( v, 1.0, 'returns expected value' ); + + t.end(); +});