From a23c289eaa6718c7d9c6ad5ec63a01c81f9174b6 Mon Sep 17 00:00:00 2001 From: Neerajpathak07 Date: Thu, 5 Dec 2024 15:58:37 +0530 Subject: [PATCH 01/28] feat: basic files added --- .../@stdlib/math/base/special/atan2f/LICENSE | 213 ++++++++++++++++++ .../math/base/special/atan2f/README.md | 209 +++++++++++++++++ .../math/base/special/atan2f/binding.gyp | 170 ++++++++++++++ .../math/base/special/atan2f/inlcude.gypi | 54 +++++ .../math/base/special/atan2f/manifest.json | 91 ++++++++ .../math/base/special/atan2f/package.json | 71 ++++++ 6 files changed, 808 insertions(+) create mode 100644 lib/node_modules/@stdlib/math/base/special/atan2f/LICENSE create mode 100644 lib/node_modules/@stdlib/math/base/special/atan2f/README.md create mode 100644 lib/node_modules/@stdlib/math/base/special/atan2f/binding.gyp create mode 100644 lib/node_modules/@stdlib/math/base/special/atan2f/inlcude.gypi create mode 100644 lib/node_modules/@stdlib/math/base/special/atan2f/manifest.json create mode 100644 lib/node_modules/@stdlib/math/base/special/atan2f/package.json diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/LICENSE b/lib/node_modules/@stdlib/math/base/special/atan2f/LICENSE new file mode 100644 index 000000000000..a805c2f4a606 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/LICENSE @@ -0,0 +1,213 @@ + + 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: + +* Go + +Copyright (c) 2009 The Go Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/README.md b/lib/node_modules/@stdlib/math/base/special/atan2f/README.md new file mode 100644 index 000000000000..ec8254aaa229 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/README.md @@ -0,0 +1,209 @@ + + +# atan2f + +> Compute the angle in the plane (in radians) between the positive x-axis and the ray from `(0,0)` to the point `(x,y)`. + +
+ +## Usage + +```javascript +var atan2f = require( '@stdlib/math/base/special/atan2f' ); +``` + +#### atan2f( y, x ) + +Computes the angle in the plane (in radians) between the positive x-axis and the ray from `(0,0)` to the point `(x,y)`. + +```javascript +var v = atan2f( 2.0, 2.0 ); // => atanf(1.0) +// returns ~0.785 + +v = atanf2( 6.0, 2.0 ); // => atanf(3.0) +// returns ~1.249 + +v = atan2f( -1.0, -1.0 ); // => atanf(1.0) - π +// returns ~-2.356 + +v = atan2f( 3.0, 0.0 ); // => π/2 +// returns ~1.571 + +v = atan2f( -2.0, 0.0 ); // => -π/2 +// returns ~-1.571 + +v = atan2f( 0.0, 0.0 ); +// returns 0.0 + +v = atan2f( 3.0, NaN ); +// returns NaN +``` + +
+ + + +
+ +## Examples + + + +```javascript +var randu = require( '@stdlib/random/base/randu' ); +var atan2f = require( '@stdlib/math/base/special/atan2f' ); + +var y; +var x; +var i; + +for ( i = 0; i < 100; i++ ) { + y = randu() * 100.0; + x = randu() * 100.0; + console.log( 'y: %d, \t x: %d, \t atan2f(y,x): %d', y.toFixed( 4 ), x.toFixed( 4 ), atan2f( y, x ).toFixed( 4 ) ); +} +``` + +
+ + + + + +* * * + +
+ +## C APIs + + + +
+ +
+ + + + + +
+ +### Usage + +```c +#include "stdlib/math/base/special/atan2f.h" +``` + +#### stdlib_base_atan2f( y, x ) + +Computes the angle in the plane (in radians) between the positive x-axis and the ray from `(0,0)` to the point `(x,y)`. + +```c +float out = stdlib_base_atan2f( 2.0,f 2.0f ); +// returns ~0.785f + +out = stdlib_base_atan2f( 6.0f, 2.0f ); +// returns ~1.249f +``` + +The function accepts the following arguments: + +- **y**: `[in] float` - `y` coordinate +- **x**: `[in] float` - `x` coordinate + +```c +float stdlib_base_atan2f( const float y, const float x ); +``` + +
+ + + + + +
+ +
+ + + + + +
+ +### Examples + +```c +#include "stdlib/math/base/special/atan2f.h" +#include +#include + +int main( void ) { + float y; + float x; + float v; + int i; + + for ( i = 0; i < 100; i++ ) { + y = ( ( (float)rand() / (float)RAND_MAX ) * 100.0f ); + x = ( ( (float)rand() / (float)RAND_MAX ) * 100.0f ); + v = stdlib_base_atan2f( y, x ); + printf( "atan2f(%f, %f) = %f\n", y, x, v ); + } + return 0; +} +``` + +
+ + + +
+ + + + + + + + + + + + + + diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/binding.gyp b/lib/node_modules/@stdlib/math/base/special/atan2f/binding.gyp new file mode 100644 index 000000000000..ec3992233442 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/binding.gyp @@ -0,0 +1,170 @@ +# @license Apache-2.0 +# +# Copyright (c) 2024 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/atan2f/inlcude.gypi b/lib/node_modules/@stdlib/math/base/special/atan2f/inlcude.gypi new file mode 100644 index 000000000000..9a36a47edfba --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/inlcude.gypi @@ -0,0 +1,54 @@ +# @license Apache-2.0 +# +# Copyright (c) 2024 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.10.0", + "npm": ">2.7.0" + }, + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "keywords": [ + "stdlib", + "stdmath", + "mathematics", + "math", + "math.atan2f", + "atan2f", + "atan2", + "arctangent", + "quotient", + "inverse", + "trig", + "trigonometry", + "value", + "number" + ] + } + \ No newline at end of file From 2960d3aef43a609109932abef83a54580613edcf Mon Sep 17 00:00:00 2001 From: Neerajpathak07 Date: Thu, 5 Dec 2024 16:17:19 +0530 Subject: [PATCH 02/28] feat: basic c files added --- .../include/stdlib/math/base/special/atan2f.h | 38 ++++++ .../math/base/special/atan2f/src/Makefile | 71 +++++++++++ .../math/base/special/atan2f/src/addon.c | 23 ++++ .../math/base/special/atan2f/src/main.c | 120 ++++++++++++++++++ 4 files changed, 252 insertions(+) create mode 100644 lib/node_modules/@stdlib/math/base/special/atan2f/include/stdlib/math/base/special/atan2f.h create mode 100644 lib/node_modules/@stdlib/math/base/special/atan2f/src/Makefile create mode 100644 lib/node_modules/@stdlib/math/base/special/atan2f/src/addon.c create mode 100644 lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/include/stdlib/math/base/special/atan2f.h b/lib/node_modules/@stdlib/math/base/special/atan2f/include/stdlib/math/base/special/atan2f.h new file mode 100644 index 000000000000..d13c0e729cb3 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/include/stdlib/math/base/special/atan2f.h @@ -0,0 +1,38 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2024 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. +*/ + +#ifndef STDLIB_MATH_BASE_SPECIAL_ATAN2F_H +#define STDLIB_MATH_BASE_SPECIAL_ATAN2F_H + +/* +* If C++, prevent name mangling so that the compiler emits a binary file having undecorated names, thus mirroring the behavior of a C compiler. +*/ +#ifdef __cplusplus +extern "C" { +#endif + +/** +* Computes the angle in the plane (in radians) between the positive x-axis and the ray from `(0,0)` to the point `(x,y)`. +*/ +float stdlib_base_atan2f( const float y, const float x ); + +#ifdef __cplusplus +} +#endif + +#endif // !STDLIB_MATH_BASE_SPECIAL_ATAN2F_H diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/src/Makefile b/lib/node_modules/@stdlib/math/base/special/atan2f/src/Makefile new file mode 100644 index 000000000000..f30ea003e955 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/src/Makefile @@ -0,0 +1,71 @@ +#/ +# @license Apache-2.0 +# +# Copyright (c) 2024 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/atan2f/src/addon.c b/lib/node_modules/@stdlib/math/base/special/atan2f/src/addon.c new file mode 100644 index 000000000000..5cbbb466727b --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/src/addon.c @@ -0,0 +1,23 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2024 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/atan2f.h" +#include "stdlib/math/base/napi/binary.h" + +// cppcheck-suppress shadowFunction +STDLIB_MATH_BASE_NAPI_MODULE_DD_D( stdlib_base_atan2f ) diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c b/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c new file mode 100644 index 000000000000..f2af6109285a --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c @@ -0,0 +1,120 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2024 The Stdlib Authors. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +* +* ## Notice +* +* The original C code, long comment, copyright, license, and constants are from [Cephes]{@link http://www.netlib.org/cephes}. The implementation follows the original, but has been modified according to project conventions. +* +* ```text +* Copyright 1984, 1995, 2000 by 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 +* ``` +*/ + +#include "stdlib/math/base/assert/is_infinite.h" +#include "stdlib/math/base/special/copysign.h" +#include "stdlib/number/float64/base/signbit.h" +#include "stdlib/math/base/assert/is_nanf.h" +#include "stdlib/math/base/special/atan2.h" +#include "stdlib/constants/float64/pinf.h" +#include "stdlib/constants/float64/pi.h" +#include + +// MAIN // + +/** +* Computes the angle in the plane (in radians) between the positive x-axis and the ray from `(0,0)` to the point `(x,y)`. +* +* @param y `y` coordinate +* @param x `x` coordinate +* @return angle (in radians) +* +* @example +* float v = stdlib_base_atan2f( 2.0, 2.0 ); // => stdlib_base_atanf(1.0f) +* // returns ~0.785f +* +* @example +* float v = stdlib_base_atan2f( 6.0, 2.0 ); // => stdlib_base_atanf(3.0f) +* // returns ~1.249f +* +* @example +* float v = stdlib_base_atan2f( -1.0, -1.0f ); // => stdlib_base_atanf(1.0f) - π +* // returns ~-2.356f +* +* @example +* float v = stdlib_base_atan2f( 3.0f, 0.0f ); // => π/2 +* // returns ~1.571ff +* @example +* float v = stdlib_base_atan2f( -2.0f, 0.0f ); // => -π/2 +* // returns ~-1.571f +* +* @example +* float v = stdlib_base_atan2f( 0.0f, 0.0f ); +* // returns 0.0f +* +* @example +* float v = stdlib_base_atan2f( 3.0f, NaN ); +* // returns NaN +* +* @example +* float v = stdlib_base_atan2f( NaN, 2.0f ); +* // returns NaN +*/ +float stdlib_base_atan2f( const float y, const float x ) { + float q; + if ( stdlib_base_is_nanf( x ) || stdlib_base_is_nanf( y ) ) { + return 0.0f / 0.0f; // float + } + if ( stdlib_base_is_infinite( x ) ) { + if ( x == STDLIB_CONSTANT_FLOAT64_PINF ) { + if ( stdlib_base_is_infinite( y ) ) { + return stdlib_base_copysign( STDLIB_CONSTANT_FLOAT64_PI / 4.0f, y ); + } + return stdlib_base_copysign( 0.0f, y ); + } + // Case: x is -Infinity + if ( stdlib_base_is_infinite( y ) ) { + return stdlib_base_copysign( 3.0f * STDLIB_CONSTANT_FLOAT64_PI / 4.0f, y ); + } + return stdlib_base_copysign( STDLIB_CONSTANT_FLOAT64_PI, y ); + } + if ( stdlib_base_is_infinite( y ) ) { + return stdlib_base_copysign( STDLIB_CONSTANT_FLOAT64_PI / 2.0f, y ); + } + if ( y == 0.0f ) { + if ( x >= 0.0f && !stdlib_base_float64_signbit( x ) ) { + return stdlib_base_copysign( 0.0, y ); + } + return stdlib_base_copysign( STDLIB_CONSTANT_FLOAT64_PI, y ); + } + if ( x == 0.0f ) { + return stdlib_base_copysign( STDLIB_CONSTANT_FLOAT64_PI / 2.0f, y ); + } + q = stdlib_base_atan2( y / x ); + if ( x < 0.0f ) { + if ( q <= 0.0f ) { + return q + STDLIB_CONSTANT_FLOAT64_PI; + } + return q - STDLIB_CONSTANT_FLOAT64_PI; + } + return q; +} From 12e33ae057ae8d4352fc7796cf4bb0a87e36a575 Mon Sep 17 00:00:00 2001 From: Neerajpathak07 Date: Thu, 5 Dec 2024 16:34:20 +0530 Subject: [PATCH 03/28] feat: test added --- .../atan2f/test/fixtures/julia/REQUIRE | 2 + .../fixtures/julia/negative_negative.json | 1 + .../fixtures/julia/negative_positive.json | 1 + .../fixtures/julia/positive_positive.json | 1 + .../atan2f/test/fixtures/julia/runner.jl | 82 ++++++ .../math/base/special/atan2f/test/test.js | 224 +++++++++++++++++ .../base/special/atan2f/test/test.native.js | 234 ++++++++++++++++++ 7 files changed, 545 insertions(+) create mode 100644 lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/REQUIRE create mode 100644 lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/negative_negative.json create mode 100644 lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/negative_positive.json create mode 100644 lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/positive_positive.json create mode 100644 lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/runner.jl create mode 100644 lib/node_modules/@stdlib/math/base/special/atan2f/test/test.js create mode 100644 lib/node_modules/@stdlib/math/base/special/atan2f/test/test.native.js diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/REQUIRE b/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/REQUIRE new file mode 100644 index 000000000000..308c3be89c85 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/REQUIRE @@ -0,0 +1,2 @@ +julia 1.5 +JSON 0.21 diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/negative_negative.json b/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/negative_negative.json new file mode 100644 index 000000000000..1e5897863ca0 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/negative_negative.json @@ -0,0 +1 @@ +{"expected":[-1.8934309043157949,-1.988312417862897,-2.853335728061693,-2.2735614533944353,-2.0206557895792514,-2.189580440409726,-1.6650887712461124,-1.6297445809855846,-1.9479021733665551,-2.0365510986968243,-2.194230612062586,-1.6514217261089466,-2.304486655747154,-2.220373899970681,-2.0042522941312058,-2.747474632636102,-1.6064935733570744,-2.0387364688949594,-2.2594305127994656,-2.9016600370539023,-1.7730371095183783,-2.97672253578897,-2.4455459352355495,-2.941929687071055,-2.3477144848650013,-1.9643097492694712,-3.1072341291915193,-2.402676196037451,-2.4046791582087566,-1.7355468632814026,-1.9046380725503151,-1.6561967129324164,-2.8786834021919345,-2.826934852245648,-2.9860321975251503,-2.44355906958532,-2.342544576695489,-2.6394678546349803,-2.0904554999027587,-2.990705443170538,-1.6207432745297887,-1.7374130300531163,-1.8892327889707297,-2.680421051119752,-2.4445668503696014,-2.6060372470557267,-2.9289893763449304,-2.913566529189129,-2.02396155130804,-2.7999997762520743,-2.3239013675966658,-2.2738381589226306,-3.098368294189845,-2.056581467583757,-2.6268973362887476,-1.95119767473647,-2.417013607360027,-2.829677460411638,-2.981209085701154,-2.6013980944213855,-2.549882263017231,-1.7157961322326973,-1.9185356060544059,-2.7769045158677357,-1.616517075810486,-2.7364186835526425,-2.5745755761179128,-3.0686602987848928,-1.830341154481592,-3.027453771369297,-2.749476136190857,-2.6491367031633484,-2.1943022958465415,-2.597213137542232,-3.0118847933009367,-1.8542317838074918,-1.8570519810622914,-2.1660334464109225,-2.895398989142631,-2.9476004277463037,-2.295633377592749,-1.6619444063424342,-2.53444626884124,-2.4583862881502156,-2.2081493586885284,-2.483985330033059,-2.211598737202339,-2.822594572351008,-2.6802712294825057,-1.7599414206287811,-2.423062181607789,-2.5825832192364224,-1.9506047767092405,-2.5402963635949476,-1.7410957211083948,-1.6847781162629831,-2.724513370534821,-2.3724175907144245,-2.5049062829926467,-1.8115777779859643,-2.023350146286824,-2.745666373010601,-1.9014799351749871,-1.9462294522814998,-2.89652974394892,-1.617836251362498,-1.7102189583195575,-1.9839926375528592,-1.8396282803997774,-2.632918364567079,-3.044555833946629,-2.5715641972749532,-2.5664289989539766,-2.5173646126837825,-1.6582060029127692,-1.7585546068158937,-2.540183044724264,-2.5615532246144563,-1.9649735179547219,-3.083411875144891,-2.5168864188423665,-1.6091897332650251,-1.847695842691697,-2.3162686350954313,-2.9230175367530484,-1.8500625719392063,-1.726756288345891,-2.3330514198249035,-2.7750398616043723,-2.2684185571409228,-2.4830808875418913,-2.367519021186161,-1.8712933356172392,-3.0663037893976894,-2.755082315167934,-1.9381589007101867,-2.7204661735803644,-2.306724924804103,-2.1418748331964355,-2.70845378909773,-2.359539080710079,-1.99694900369474,-2.58233920649798,-2.397776045162387,-2.081377287751324,-3.051855019988156,-2.149030005845513,-2.5441744601420417,-2.26991759101886,-1.9283380704934328,-2.6045267284614475,-2.6150220921201632,-2.958930724692471,-2.503382830545472,-1.6756233073137026,-2.1995485415809672,-2.7156760398564352,-2.8117849988979695,-1.6078877368497,-2.4696618585607606,-2.3088638312625953,-2.7987027488083984,-1.7320881411252873,-2.7876135048413557,-2.058364799166009,-2.824803234899911,-1.8312665366482084,-2.1953089606325946,-3.073746643432806,-2.049503624628017,-1.8327248032704841,-3.0212734266555095,-1.8011819695227207,-2.858075319746747,-2.0249812689306665,-2.067163000825051,-2.880107833425427,-2.2126099342404473,-2.1480576165638277,-2.7783430051167475,-2.0024567651351264,-1.8496890836919084,-2.0430291589517324,-2.6711477063773,-1.6567464675273251,-2.9984438972771623,-2.0800217973212947,-2.3677218474951984,-3.0416181419637054,-1.8288194008314944,-2.910015360861723,-2.093695206155508,-2.6486561749105064,-1.9871422433281687,-2.8996593563371817,-1.5871872386547143,-3.1166535338573076,-2.252483658322336,-2.2614814499465887,-2.458625164689448,-1.8264445524442645,-1.805816560984913,-2.9763367144083506,-2.2395248741880915,-2.4277639265290087,-2.436013794392995,-2.079643737476143,-2.4885802358323117,-2.8874506697203004,-2.1279829528070167,-2.452165000587152,-2.8497031310651093,-2.1546406449667512,-2.6208896776553785,-1.631012555974013,-1.7894615514284316,-1.8823768408834751,-3.0953830303212513,-2.3322628970835253,-3.069303277913864,-2.3699934192762218,-2.418910001540522,-2.275360475531323,-2.8112894388951495,-1.5857320271193693,-2.461281348394004,-2.8985420094838013,-2.343174548794563,-2.6317979534278853,-3.1268561800783448,-2.8899962291328762,-2.0262896882295363,-1.694923973722936,-1.7038355333797377,-1.8846631267797906,-1.8012458723470066,-2.0715117942701013,-2.345957178083194,-2.279176890156548,-2.3291127180559013,-3.1369549295260577,-1.7871761797932981,-3.020723888798322,-2.928748840804728,-1.8000095212024452,-1.953960470359694,-2.0508753314165538,-2.8999952468507635,-1.7508757993500157,-1.647908636572458,-1.902339120575282,-1.8038190152841334,-2.087323101724544,-2.3166364208247163,-2.9396424648706887,-2.212820791546849,-1.8726483861488041,-2.207216125241451,-1.8234811937835809,-2.941320883732786,-2.3043831046434162,-2.8108563214549616,-1.9739958913242364,-2.381784181893586,-2.814589002276342,-2.648488349698179,-1.7405386022057725,-2.149107363220877,-1.6213701132393947,-2.937026616609941,-2.5280931968243974,-1.9773756034620518,-2.534120736704368,-2.1932117073707187,-3.0294487403042623,-2.8163582842186616,-2.5256759988087234,-1.8190411518737737,-2.662396557705566,-1.743655195223239,-1.7571051923112202,-2.1122506866726343,-2.242834019734846,-2.7280677144378918,-2.9495681022741382,-1.8176319419548652,-2.322080202271316,-2.9819051581363025,-2.6433730561702267,-2.166756132723361,-2.282861052928236,-2.3745023888171697,-2.241083439288626,-2.730784298818583,-2.3655490178607788,-2.650864609179801,-2.5864860550468443,-2.7933593425130208,-2.799262177800574,-2.0344194653256813,-2.7928586538132154,-2.0418026535158424,-2.708349500260878,-2.6297279614335207,-2.1100426270344235,-2.9421699347646273,-2.8523975420786356,-1.8748901791645243,-2.3647258490303433,-1.6568394128828328,-2.606057713820512,-1.7841831422098613,-2.745043068175068,-2.2634861877605794,-3.0617138774489026,-1.965533183377833,-2.1503081016940415,-2.624578393097523,-2.0303927458097877,-1.7442904366234546,-3.1292838901394826,-1.770824457191614,-2.266240062185049,-1.793356638546756,-2.6537868987571835,-1.8370540848672576,-3.0985190525105852,-2.240902343832733,-2.0872737747850785,-2.572980761213394,-1.9646168525271654,-2.546549740870931,-2.9531488248357247,-2.1253462093678097,-1.8193942641887957,-1.8994053789516023,-2.3259046806972554,-3.0562022349670523,-2.072769400087303,-2.8431615298452284,-3.0928135048348744,-2.2796520820726953,-3.1192964997674566,-2.2030433329695263,-1.9919605468894432,-2.347714213267241,-2.3529899232239435,-2.8380708588576167,-2.6022461689534495,-2.243132476297573,-2.9365133356965347,-2.26942200885354,-2.7861944038798376,-2.2674434756791073,-3.0468365727930458,-3.0646863835798417,-2.2126677840147,-1.6599958527774161,-2.525780016795082,-1.957574433311543,-2.211208964922415,-2.8750336356686947,-2.4682814792567433,-2.5258886466678074,-2.804884760618742,-2.434242641275907,-2.4494181970801354,-2.1481540748320738,-2.469931395626184,-2.107075365023791,-2.958733123926754,-1.8559123134497237,-2.7058749159679603,-1.831267064770032,-2.2097578737299837,-2.9835667016795426,-1.9242354654054248,-3.0103603219117576,-2.668237160041092,-2.5324563311052852,-2.252819476712996,-2.1876268507495165,-3.0903560294025905,-1.6462919551922128,-1.7234846727341904,-1.9881250078137214,-2.4839542802115755,-2.278414970373926,-2.4014202582257207,-2.7397037335233465,-2.296095452174697,-2.6730594417672133,-2.6419194136152577,-2.619675023071604,-2.2771363236147937,-2.087092454340853,-2.2737425705248087,-2.2267909303419153,-1.771124094970147,-1.9487208561078642,-2.0798360972990633,-2.8210498270692366,-2.7792024979242784,-1.9082524206553386,-2.9147081015735776,-2.4340924327906563,-2.109394228925567,-2.139405791741603,-2.969358939313382,-2.036127942537015,-2.760953525504326,-2.9187384736555027,-2.2352689680969324,-3.0095956370048116,-2.5560993269722587,-2.325109226770035,-2.9412846206144234,-2.69632919504776,-3.0637736561184568,-2.227977375534033,-1.8155227014164945,-2.686868983944521,-2.968876547764189,-1.8072345794720197,-2.9674545215483286,-2.865209277951418,-2.95045397960454,-1.9760784744415458,-2.524797892489363,-2.7643954128827364,-3.105062706154098,-2.3428933862078605,-2.21703473874082,-2.656423213246841,-3.1412548582825943,-1.9117969908254657,-2.1272833434878917,-1.778473647106336,-2.2418497782174978,-2.2654562396894375,-1.8586898530968676,-2.6162153512500286,-1.614007537872648,-2.913948504429955,-2.15492157299575,-2.356516659956559,-2.929586250316446,-2.571074374191449,-2.401317252003013,-1.7970065802628512,-1.715132003576761,-3.096643773464259,-2.850913653035261,-2.2495132300901552,-2.030795303218828,-1.9317349204311631,-2.279917106167657,-2.8693812462234396,-2.9571063178472916,-2.2776874360901527,-2.3455968539329186,-2.8997858182158613,-2.484327068809133,-3.0290699705736155,-3.006656368664408,-2.115401731896138,-2.3022201700356684,-2.1384664012123955,-2.573304384276486,-1.5794152842919695,-3.0890886599212566,-2.32312289491864,-3.0356227846859114,-2.488199083684944,-1.7357523464223135,-1.7536442908474246,-2.530747189081284,-2.5645927392851924,-2.018942332170811,-2.191022666319918,-2.0329214605693076,-1.854713758219012,-1.7830600784315416,-2.353579651449121,-1.841526295810971,-2.0819668621805145,-2.9519046399054916,-2.085001310618167,-1.7589946335633033,-3.0450326962144794,-1.8758224821553349,-1.6210378926691944,-2.0231624630606504,-2.6686287358494485,-1.6056640493995185,-3.0803579454243954,-2.1816152099617607,-2.38128163121232,-2.3995457101058446,-2.458737103562939,-2.894309093868488,-2.661186042300288,-2.520585003996554,-2.925094107453742,-2.7654361098699654,-3.0084401948761963,-2.543069036352016,-1.7912190066185711,-2.2368005151615673,-1.7853992338755829,-2.3120272374324,-1.7466353493939615,-2.3963050522838962,-2.5707107247057244,-2.557308116602628,-2.581104501957003,-2.499282969912866,-2.005615815015677,-1.9097892369621168,-2.29721149645145,-2.4559874389602916,-3.0179287025042023,-2.202383130767689,-1.929309419601013,-1.9355901491683343,-2.2367196124343174,-1.7066770210412892,-2.4525252668385438,-3.0115505697701708,-2.705242270358109,-1.7395859860837892,-2.4075824462749043,-2.1320956064104895,-2.795586173423735,-2.529310148289018,-1.6189807282455773,-2.901437609356306,-1.9533635885695604,-1.7686560917784973,-2.431569873019242,-2.2144236101797525,-2.2410367990066877,-1.7534388642433172,-2.2929934883478573,-2.4720258793392915,-1.6801959627319238,-2.160211379825808,-2.161635658962225,-1.6907602464865972,-2.471670914490595,-2.829284147575368,-2.736489149829974,-2.9267767534601536,-2.159825699837685,-2.9756083666734674,-2.06147342237807,-2.7675445886802734,-2.707148050567775,-1.7496259127888485,-2.993555732072432,-2.2101988058810296,-3.125385871068647,-2.704746206044505,-2.3636530523216592,-2.104742640534446,-2.2822097169541307,-1.9233910004438572,-2.4803908083567547,-2.974478121734969,-2.23744549055753,-3.108168142908352,-1.8528762144539497,-1.8130100927706185,-2.115067564924269,-2.433111553851497,-1.8652013533290284,-2.985700026620686,-1.8466105824886783,-2.321641388954564,-2.2025153735492404,-1.7906480870735113,-1.9364781160639042,-2.0764980164649645,-2.410329748124444,-2.132269295131575,-2.728982019969424,-2.6547539288463877,-2.8688179547250394,-2.350798904286219,-2.6478367935585583,-2.5747856789236603,-2.1064607626627,-3.0368522002578495,-2.8616795406994666,-2.347638849255006,-2.782322517358413,-2.5491374838446736,-2.184331285448268,-2.130627797106891,-1.7856582554136347,-2.7135016859353946,-1.9375151657229317,-2.8278211445879538,-2.4219720597269365,-2.0670199071943056,-1.6195911124793925,-1.8864177804413884,-2.3769635173323187,-2.4521671536954193,-1.9413258297866733,-3.1049671797645395,-2.8854443981898896,-1.791187558221222,-3.033563272571203,-2.60927023861041,-2.488682571863292,-3.1162317891951266,-2.4256952350136327,-2.049245938673738,-1.7014490364372588,-2.0048670305215515,-2.8821072195729784,-2.8668898959677205,-1.5746662764990904,-2.2801509340261967,-2.65339583900893,-2.487421655339425,-2.6505727947083177,-3.0235902586801604,-2.6576512218264816,-2.126257452446284,-2.6874907807583712,-3.0627161869967696,-1.6842268439586043,-2.1466369608838707,-2.0370053256837135,-2.0978604819466375,-2.3126333039571794,-2.5617408264662034,-1.7694399107552568,-3.05595674555519,-2.594638644063126,-2.7458166474045953,-1.9718776616465832,-2.3033710023871503,-2.9427930001968146,-1.5967483589256088,-1.9045363831261126,-3.0419459579364965,-1.6443574244291963,-2.639109932920404,-2.31076663162103,-2.532900729091523,-2.381452700292275,-2.739386157030858,-2.489843744882331,-1.6620969817356708,-2.5354534067939722,-2.1483284146787076,-1.929866610841956,-1.7452348821939996,-2.759630304792146,-2.8376487845073077,-2.6796722629554397,-1.9680614571424668,-1.8885413386054961,-2.350405461570746,-1.7798804601736415,-2.3027937922077824,-1.6129733762886886,-2.127870294847956,-3.0628566074926926,-1.6963260274575735,-1.8494670634194812,-1.8710945166268849,-3.1336627016479306,-1.7956055457814335,-1.7852501779959806,-3.0121373096641557,-2.0129141308133116,-2.414142475847865,-2.7221311527852143,-1.8365148888083576,-1.6013380125664214,-2.0287891717521975,-2.6778800736422927,-2.0684394552369785,-2.2413846870203744,-2.224822646926592,-2.4401322789905056,-2.6111357444051166,-1.8088179569424063,-2.483799185073815,-2.900934478408647,-2.3918452343131826,-1.9214541065178123,-2.7916661988305096,-2.1288081650549593,-2.0659243456728817,-2.1996642205483328,-2.457777454066193,-2.3338689517233053,-2.5300155784530394,-1.992408339477623,-1.8669701571940882,-2.8831562800104016,-3.0612121145567497,-2.054884992589397,-2.5521225751187773,-3.0976048146265938,-2.278077864204261,-1.9170219827271895,-2.336585774467485,-2.658308791439096,-2.156148052848453,-2.3065014996347593,-2.1390962223443095,-2.654493848475512,-2.5936413511140466,-2.2708530010567385,-2.797966361259681,-2.639483884272509,-2.456141598031249,-2.0578108634579886,-2.378142869682403,-2.9774580370066945,-1.6490782919038167,-2.9470221336372613,-2.255028733586613,-1.723695985117568,-2.0057617625148554,-2.333510911427067,-2.659440965266027,-2.3087318377518145,-1.697044426052547,-1.7341493684911267,-2.5199611117179144,-2.1946428499566784,-2.039847651864698,-2.333507008995972,-2.3136645993000045,-1.607238288672551,-2.611839300360518,-2.5400378065156834,-1.6964261965385126,-2.2071279320408492,-2.336830499690169,-2.1905950915687273,-1.8600270106994237,-2.9054194925899126,-2.9546470086615257,-2.294264658945006,-2.5290349881020693,-2.4330433795085784,-2.130077658184348,-2.3771117969775166,-3.0957326042004834,-2.353194181108072,-2.6286689882948977,-1.9423426605282403,-2.279123950669943,-1.7355865823226018,-1.8950402785610534,-1.7032469383660032,-2.900804531361211,-2.5148269346653027,-2.4571454098110914,-2.2101624214746782,-2.4485531231862083,-2.7380994631831372,-2.5482211346615458,-1.63587031928217,-2.52427848226618,-2.1987403700335633,-1.6523794248274242,-3.0883049057684966,-2.6468274449116462,-1.790307290397103,-1.8006751462037796,-1.623686274648081,-1.6351372465623752,-2.256562072998003,-2.9868009851576787,-2.295204716169057,-2.286999389931637,-2.5062316578470742,-2.030212564676507,-2.4829866319637954,-2.2274533083333026,-2.1883077964019146,-2.756270916705179,-2.321499844195739,-2.164486615078495,-1.6295343299788136,-2.9076972420649425,-2.8377246631047073,-2.282961130670338,-1.7821575958817328,-2.0583620317504803,-2.5521642398823774,-2.5098644752857195,-2.2180153340014046,-3.052262399339468,-2.625566057221854,-1.6122530413309744,-2.5839273813740014,-2.796286587273122,-2.688387537447364,-2.6795751273665713,-2.65999318142872,-2.8141026736244417,-2.2427924060144386,-1.6471524011186571,-2.1827460622769594,-2.663604597032197,-3.0384006013921225,-2.0747209331115215,-2.7614745151786906,-2.461062050955195,-2.7170940404368253,-2.7985466695156234,-2.6272567727574536,-2.839382448728562,-2.9193182222220457,-2.3449304589601283,-1.6624278614083734,-2.8345117037003726,-1.7642913718419257,-2.476104022787392,-1.7106000056048845,-3.1007422000942793,-2.296589485891274,-1.8544034058021797,-2.127833830342916,-2.914771864395168,-2.633908710948576,-2.118524205341113,-2.021334535013237,-2.18775940506721,-2.8658032824526654,-2.988656014050994,-2.432684990550899,-1.9919234447260263,-2.6680112261301736,-1.7984623174837824,-2.0482748485472477,-2.162019601178854,-2.739688450668549,-3.007065704017072,-2.8812720312673927,-1.7601582993849672,-2.781774997785466,-2.882468450114807,-3.1141108772246295,-2.0439421437232843,-2.6234866768079694,-1.9040092417469385,-2.271983371884741,-1.7036948222478052,-2.3722421100177247,-2.659268835541435,-1.7326282097641064,-2.0963644569093276,-2.4304487403303234,-2.4793211325477924,-3.0733085887694647,-1.6975790532971549,-2.4214430715567015,-1.9833232827180918,-2.729564688656653,-1.771129840217893,-1.840951865292505,-2.0312992471229707,-3.049267596880973,-2.3527810307926083,-2.1914876005561066,-2.3354096856459066,-2.7624699725371977,-1.8500048830665956,-2.336235263914002,-2.2556279019352083,-1.7776929509400274,-2.451877741144658,-2.9777368259629995,-2.0516856386236784,-2.23048966853539,-2.762140129197169,-2.734096949228,-1.6406355568235327,-1.6856900606882306,-1.582336214049578,-1.588516529930508,-3.1338029958444045,-2.4696843876276358,-2.8332768295745328,-3.0841205920255255,-2.9341842600738097,-2.5646386822543956,-2.631988295715151,-2.3014481505498274,-2.441300886887407,-2.6605078701380123,-2.231742008488047,-2.4931069595717705,-1.873099559954131,-1.6449877555526948,-2.9072130199951873,-2.0884133160529923,-2.7790824534837193,-3.0499548199582636,-2.41104974961146,-1.672692819742318,-2.4313326733123897,-2.6642211440578722,-2.2733324583787184,-1.7430467132904632,-2.373408633487071,-1.6241838279245189,-2.985721691986463,-2.135352493509272,-2.262182974466045,-1.6817049306423735,-2.585687359129227,-1.6921587121645245,-2.4468600800434936,-2.7196800572344526,-2.136905097815013,-2.404918861202361,-2.312991503761495,-2.72381190915555,-1.938187104173067,-1.8292398835047383,-2.587425262762601,-2.214780302832369,-1.7741707079051208,-2.5851791976137406,-2.6038890414670903,-2.2331633629808545,-2.5800373886582806,-2.299778496226848,-1.5852271879894764,-2.509407508442259,-2.7686454788350656,-2.482851327357114,-2.2808473586102207,-2.2940229400166503,-2.4675008015478705,-2.7014678815376882,-3.0895100465594134,-1.7959987680279608,-2.3171390363447757,-2.733402692780053,-3.077782347231016,-2.8380607059071843,-2.4600053332026257,-2.379106190890662,-2.8608187275901584,-2.988104324515113,-2.6738650658818734,-2.647202055481248,-2.3603366507370658,-1.7596535484899831,-2.8331248463525722,-2.0526569258347482,-2.0498383007049443,-2.641718579840683,-2.3720316278942524,-3.00180142348012,-1.9094202737209798,-2.9777604174628274,-3.100956348553025,-1.7104754954711339,-2.8096394005158385,-2.535432862149647,-1.8261780994176473,-2.1486635992458667,-2.6474369733771743,-1.9139344501507503,-2.2860316376600522,-2.472476777608288,-2.9970650719370298,-2.464453305825381,-3.065621976806025,-2.616870107491953,-2.924507236087459,-1.932181154247798,-2.218301961301834,-2.1865061645275445,-2.3218072853337346,-1.6303790636023263,-2.180933314019175,-1.7957663768019085,-2.3259180071903143,-2.2945828626228413,-2.5272245650058296,-3.0902175114513923,-2.152684409142042,-2.8630890689379838,-1.8371521398104023,-1.6375885001929456,-2.8026835390830045],"x":[-135.84088774256077,-141.32529960899208,-353.8099928390933,-202.9143476596441,-167.23121160061638,-100.52439341271469,-18.95063197679525,-17.529269318336205,-173.82873624662076,-94.86039472466234,-249.9153397518168,-29.330932177389137,-268.03386092556025,-243.27408595973398,-171.51739567496992,-342.00652115211926,-13.77209407746971,-223.46259246907218,-411.0237432682532,-436.05319288196574,-82.48840341873243,-393.85655438204594,-447.6398536681939,-352.45677806399203,-340.1804990833421,-123.61831227368059,-479.40187492225317,-317.1549762953959,-390.90643510709845,-55.300637649259635,-100.1898926079079,-20.876424742280463,-200.52415377462674,-281.3481967585104,-445.5216269485076,-454.3452081299271,-143.11684581672878,-479.70131917254713,-154.84942443140991,-104.31018590244912,-21.131693864358535,-50.68406139635218,-80.26233042913677,-423.4379354528068,-491.49722222356775,-190.28456322707854,-455.61506205028456,-347.48552245312493,-126.98526626326534,-295.6279471699975,-279.78317312569413,-201.47628304826026,-71.71139073475896,-262.5628990147838,-398.87576968392835,-178.47586255756175,-376.71430170604293,-457.1902823606768,-485.22380880068994,-123.15837591760481,-429.0019230399422,-61.69587427204415,-94.19740044379455,-288.6181946721399,-11.535703340946558,-304.46323256424535,-341.9795767796876,-115.39336187285265,-122.09402598751407,-186.53085966716677,-290.2713665826345,-192.29631130238621,-231.70017716025237,-491.4646662336457,-499.09962285908784,-96.38296096613286,-125.30589705811357,-328.4487762371665,-324.40948116281174,-468.3823262369181,-305.90503619793765,-43.29191530085041,-467.5236257121862,-397.01785537826726,-212.06823021155984,-224.7251877433849,-159.61157223209833,-186.0378692048742,-342.3460406736596,-64.01104293360271,-15.201370087966847,-179.5700813341704,-154.24660238506092,-358.52272850378375,-49.89516954599627,-55.111288908683335,-470.3414400274686,-328.83043242229957,-144.0969290625983,-119.3027411810732,-177.8309372487713,-51.360471248662606,-143.92771021284466,-185.4158903197739,-73.40625518415045,-1.8798687676466752,-58.25879140314183,-147.1771333190258,-98.67733273079548,-493.4239385937868,-158.28152299094845,-391.0583349306762,-301.4980423476353,-295.5572150829101,-42.17156203318895,-56.22767532562756,-460.13661278162164,-496.4853843305923,-119.94748799007438,-289.34049395427064,-348.2584666829507,-12.065926004394601,-66.8021913601996,-108.38664459981406,-284.0322290186532,-122.58093795120895,-40.57294274774015,-401.495824581627,-472.5700109990935,-395.5256941946064,-460.027075289099,-290.6080575272281,-140.92010389049491,-300.83117740377673,-362.127933199899,-79.04806827723209,-440.3489306864733,-393.5844206094488,-101.84023968310495,-136.58520386322758,-381.83579794301903,-75.12306152331638,-433.3949979598021,-72.28007026889505,-107.52107764363161,-341.5930197831656,-152.57290742794095,-252.16460195007207,-214.5146842050174,-120.27340482731685,-403.453624453057,-391.0898467965553,-173.1656143661119,-456.32554373936983,-8.54459627334203,-302.07057233969124,-354.1987273513391,-355.76709462550593,-17.72241569064581,-477.84385805153386,-424.26371579060975,-247.8399187189122,-23.845907225966023,-303.28953006797553,-253.33835817064752,-347.43786691707015,-119.94491709843003,-261.29082296161033,-473.8503400908789,-128.26403040305945,-85.53446826484013,-305.46261948859467,-26.01714545436962,-290.1677875398849,-136.98319557810345,-172.3404758522331,-359.72753722753646,-235.93632667740337,-127.62424517888427,-57.29362450658937,-145.55048148056636,-136.98324475613921,-246.03123635978318,-491.0548011396326,-30.324105661031496,-131.15787605070196,-102.6531424169751,-485.91930969673524,-61.964359759330904,-117.8737597565045,-493.0494427365855,-283.53235096405524,-448.59192616383206,-193.85715559440885,-102.07395730472035,-5.0127882332591245,-290.66378530257253,-180.02181473148426,-255.1201864931748,-364.84191066444527,-111.63917659136624,-110.83845093814548,-252.33640442119886,-242.19225374851473,-314.3322382650352,-312.39197556110867,-163.18522730635644,-483.64909058710145,-462.256607566594,-185.3088782471487,-484.57695450454196,-341.1381727281624,-311.88156583023965,-350.4132433460404,-22.10623963329139,-66.52517807055203,-160.17576765797094,-208.56629233642977,-198.92486400975307,-322.9346349967642,-322.1702438870462,-283.47040596753624,-195.73178146808968,-157.27700229910747,-5.526147242859825,-342.038068999021,-354.5282808248633,-470.53580746453804,-312.8233140108697,-314.24078068023573,-228.684324546504,-155.18055119931506,-12.616536240181443,-55.68211029415371,-35.069845056827646,-112.94832775453133,-214.74307912215062,-432.922799848917,-390.97140265595533,-188.00936742934394,-214.15163991096776,-92.61006863923393,-170.27569923968312,-475.16901242226936,-87.50818086103173,-21.060795671815512,-66.14063646771729,-407.90366309573955,-86.24868680465237,-25.769613995636487,-170.23649796132435,-56.489393523116995,-79.90470826465157,-372.2040228346093,-150.0568901292234,-301.78770679306746,-139.45801601909946,-65.27691119813994,-124.87521302079452,-216.62294351447142,-368.40536453602846,-355.8648604524034,-192.64997350911796,-355.14652681566605,-192.61670283977506,-319.77521200318915,-78.87702109362904,-154.64513566904913,-21.370894570442612,-295.9531886296134,-449.6675065552997,-116.12610586127614,-383.1006520728063,-214.74373112193246,-389.23237693539727,-393.8701810526243,-245.54578372679603,-68.56367621899784,-477.09100781702307,-24.875660879261186,-51.90105412465507,-220.2949425158982,-323.72551013597086,-493.5747396520923,-405.77139573581576,-120.75417039005254,-139.9737000122675,-469.8632624061172,-433.8686561910786,-271.353971372509,-201.45774982016974,-361.8992839330545,-243.30002747505807,-350.2423067667131,-221.62433824575777,-415.269057454721,-288.9709056039582,-441.0142889210872,-452.6085048272328,-153.79353218668024,-446.1790751332205,-252.3262975711964,-247.8365811949692,-252.47637595673478,-146.5868625912412,-472.1482551599472,-352.7441031351786,-98.53526102402488,-314.0188007748715,-29.388573727109346,-334.12559834666246,-61.09017393919514,-259.0466795042188,-298.36857696604613,-418.92968876423043,-90.65509506166103,-272.2033110742733,-320.89841981095736,-235.7650031943803,-84.27199520840244,-251.9648645596403,-82.9670396416634,-291.8652062729844,-82.69031804417793,-492.87079465902536,-102.3490526073203,-430.7935013295653,-242.61268931958656,-241.10574972911613,-372.3894411191265,-152.07611066999172,-315.1067809498317,-391.0746737058537,-270.63238157523074,-122.66592409128074,-81.62914341119765,-63.90008727084329,-313.54502743461023,-43.5120511060807,-212.06227684909905,-367.0708364369284,-367.7567863277783,-78.13789418837847,-329.0143518005396,-179.6009419838368,-285.80585659892387,-245.6997948971833,-384.00145950345023,-250.5149605416961,-295.111702298643,-366.8965275981413,-205.1484490306651,-317.01188111592006,-317.63947828463654,-328.7694665208806,-227.2832407874349,-137.44576280132125,-41.1678660538316,-357.41694460137154,-140.60347308329435,-349.21061077994034,-375.3993978615824,-163.0501515582985,-262.55048896624345,-487.44759520388993,-370.1134937408698,-409.14675558629386,-217.07640863703216,-330.0171545278762,-268.33224207159856,-362.9209665238794,-74.79411192153984,-309.8045328773517,-42.217977155670994,-233.44091531209298,-495.3565709998663,-144.83364646545115,-284.76560831201004,-354.82298855224906,-499.3433746499103,-80.90178156172756,-335.3122363432559,-234.95704384703564,-21.494822452067687,-75.45500773051283,-174.10767596510834,-411.41964046373715,-408.0538959923744,-270.6190298103399,-345.42786495444875,-95.3139096360811,-317.2006206212792,-498.53462936028126,-446.9839438964415,-387.9392567533175,-263.04153184343426,-147.81003176770946,-64.1063827199505,-83.04502718711882,-106.53178201158254,-93.65093627803634,-497.8096405958979,-393.86660496098125,-151.37595843651786,-245.31327370426283,-137.45393929579197,-261.8331786816054,-301.3046537119036,-366.93778586184953,-234.48128245419852,-342.9551599645402,-207.5927452357109,-334.5637904715494,-232.26472085134176,-463.7823277483039,-174.8006366743271,-129.10250645531963,-106.59225782452575,-124.32177804176247,-321.43263226823046,-116.16033982879026,-410.30578374168624,-321.19664719330865,-79.830205628176,-436.9890883983131,-458.5515906341359,-389.1732283065831,-193.85595604446902,-262.4444116683182,-438.24912634034473,-256.45403877760396,-384.56721751201627,-275.3989747034026,-207.42943105532495,-345.72568897628776,-81.64480315960343,-262.2146548121465,-66.6633455622856,-167.45730916811485,-332.97088666882337,-69.53354242063614,-461.7250655324373,-14.06481801971793,-336.72891164169704,-172.47193380099057,-321.37591730706805,-378.5603413736829,-30.179164275595195,-442.7180963158042,-46.6381495990813,-49.248313546145894,-350.397214214181,-386.8688448418172,-351.9775945116281,-236.5106019739791,-40.582369475563155,-369.3353563968043,-482.1482608120963,-468.7300941833013,-333.22493032995436,-297.14338516818384,-106.64336304052979,-397.6380647326352,-474.86568472882664,-367.3472466282016,-275.8265431586914,-312.14433416501697,-287.3783418499495,-335.1814447844429,-3.803104806932134,-380.06578589983474,-297.2296692767884,-403.242560769003,-480.8150717610948,-50.33626065253516,-56.09162373870347,-274.69382549676516,-382.67748020145285,-200.97085163294037,-326.6979530596338,-116.83526502153885,-89.20514966971726,-74.60703120533208,-216.52787603350575,-64.54706970013302,-186.27179944245242,-464.8533763610366,-202.34782616270186,-73.6329817226603,-215.3884989806446,-100.83847791384993,-11.24267115449118,-20.077299903418556,-200.0896517584635,-16.823142081764164,-311.2648987057013,-181.38656326643354,-159.62790541011563,-422.05683385481404,-397.8053450097618,-330.82083302219934,-317.8344868015127,-461.2333639878381,-146.05929308167498,-229.74635044909442,-327.5510567285909,-238.6829912885241,-100.21520927521831,-57.20329616936548,-107.40708991879511,-260.8137572762349,-33.200769489670215,-257.9500703517689,-492.37947666992244,-369.58384515066814,-268.31587134099567,-351.21877611165576,-153.3177347623882,-173.66081531927068,-209.0642559372752,-495.6058020542097,-452.5961490473838,-151.5847252281225,-178.72042995008852,-56.74789452603102,-382.0561806466185,-57.10937672510086,-464.4018102939734,-343.5538630176159,-358.5638233210739,-83.16147726263657,-238.42399174505303,-206.19501699123333,-389.17019668835206,-424.0176645138702,-15.558653793205423,-334.02855962883416,-143.74494798278704,-71.70447720975103,-450.06737112881115,-344.9286040291206,-153.147414152512,-46.03379561670495,-166.68112740301333,-479.6029181846055,-14.181106224615325,-176.1673730466602,-137.39133264142333,-51.94568256286025,-27.31565758855026,-495.81403395242995,-240.15842141372002,-245.18514113024148,-327.76045089917193,-495.81347557541847,-249.5429029181836,-442.97893996914195,-328.42043230734276,-85.02806480269697,-343.04863545602046,-371.2953710826523,-431.24467612272167,-408.76912081497386,-498.4198708670172,-263.3154192539573,-390.5831036362076,-71.29466279636631,-414.58892016093586,-391.11308096792794,-122.26539504186262,-127.4733558766269,-28.852303130551427,-109.55544777711734,-273.162703188456,-223.48992814812684,-145.07406643660147,-160.09120588677982,-70.2856569316439,-252.21478716371726,-325.1259357043672,-78.17914071205911,-89.02057691031406,-120.92190277089298,-384.4058439655084,-312.91114929169584,-383.28708931299695,-477.6134205145141,-448.6141448070551,-451.50900954441653,-253.89082473413248,-240.34542501329682,-285.6338997615343,-96.24150728816406,-382.01859527908556,-127.11763542201682,-261.3318112081343,-455.9279374863737,-289.3019378475852,-205.08494369317688,-100.1883928513323,-82.35233162516964,-125.37907274066973,-201.14674166345935,-406.67401885691726,-69.65886845753889,-21.966801306550153,-135.2219883427763,-476.45513568722185,-295.3625556097428,-58.033407387000246,-185.62952035060897,-297.9148240069067,-69.32131570999,-401.1060713518727,-258.34768496861824,-398.378426023567,-494.7945065678629,-497.5754473645846,-164.84181430903433,-26.629223849946037,-204.47967272943202,-426.1672330231685,-356.84482230796056,-1.5934273076972927,-288.8452011864796,-494.46861014907506,-111.77487222101546,-176.9066227977779,-405.2367369216978,-451.5918128152735,-198.88145677169655,-464.2013822263864,-474.18536330908603,-34.005740284313916,-279.81551671688356,-244.48826331218666,-271.69048183316545,-79.27779838150184,-329.37883887733165,-57.07978011786885,-485.7779151292311,-381.96429429880317,-424.9834548973932,-198.21672393226032,-58.01070198246472,-426.31177139277077,-12.540509209825634,-73.75420957066736,-395.1781758833152,-26.43155760301108,-420.8760889390459,-156.07167930297416,-406.5967927624988,-405.5263239014823,-104.15325377498341,-421.1450778150815,-43.22164821312613,-390.71217840857275,-236.4811129891813,-167.82371899016724,-39.77693473207567,-397.90263328606943,-331.1399585881555,-164.67044751853544,-174.05198382387388,-144.41418820178865,-182.29654822678242,-62.134363018091385,-215.3631588420034,-11.971713762063075,-77.3486072469013,-290.728601916477,-45.40550010332767,-118.1015193512437,-43.29267762086842,-198.71835116961023,-108.68333350070391,-39.753048758592534,-434.6970390044669,-112.74679186248105,-382.49877483105985,-310.4939745020374,-47.09826535649797,-7.589168095560095,-132.5091435425535,-265.4877972481241,-207.24574033053324,-261.46169351067715,-301.4956277810149,-288.8550062341613,-196.73183639547597,-16.298345223773048,-410.1931037015403,-331.9129460472885,-161.73736533623983,-24.552734929783714,-453.13570288970516,-277.24181296435336,-44.96471905668553,-297.4008931907345,-159.35362361563554,-393.235286248378,-235.2155583230766,-106.90718227988194,-102.81147082596532,-271.8770055506606,-226.02938742887136,-231.2448077907,-387.9612245193751,-431.46619176804046,-180.97359871916052,-135.3204950082597,-257.0595170583028,-293.34910336911145,-157.97532540014646,-419.3650391379462,-245.19706121827488,-249.67515931591498,-183.32507999756476,-251.20326392633453,-439.03989748128356,-336.44370583752834,-277.0318769730613,-155.66449319692845,-331.5685635350709,-259.65302737557204,-25.783149554989613,-351.0296536786998,-137.33683401788244,-64.14810845059449,-181.92104819032627,-394.73108939338255,-362.1052839098786,-80.62647428012949,-38.97805476982763,-77.42752978613554,-393.87577452306846,-230.8365739025735,-223.0074756412671,-171.02179347789314,-302.21790688182983,-15.919136654546362,-457.27233486085237,-115.27064429143219,-44.93564257981686,-247.00758805616928,-311.07740888567105,-335.4280737324963,-49.902609208588025,-82.4819174150705,-394.824503872115,-237.3407260093524,-178.07028602230633,-151.58195973230104,-208.8326181240492,-442.1368533142394,-450.1268062991542,-482.48718035597335,-367.0339506721496,-75.77061770984083,-216.05636001098537,-80.5711177095253,-117.36529541661811,-57.301832880288785,-299.94317589213296,-368.71892087497605,-209.58863539057648,-222.02667300603008,-424.91266594201124,-482.3164514569063,-201.1321899972084,-30.963352531124812,-64.92425364595312,-316.2116581670935,-22.346348867231303,-229.30279087715655,-424.8496574385819,-92.87793632918284,-35.71472070478266,-22.17370576685951,-25.433650953640587,-391.94095965385543,-347.5241470650423,-209.6508400155782,-188.52688777128202,-434.1556244823652,-98.63229440402755,-463.0684764906856,-250.84661635804883,-339.47872509711164,-356.9110707074203,-292.6647461268289,-226.21966594041564,-10.592368298240618,-333.54764340121557,-438.60728071516286,-299.15743817988647,-104.31121817642952,-236.18251273193124,-496.574234801201,-368.99850280450966,-343.26992194202853,-323.2755527411655,-437.64085250776105,-13.978238194833125,-414.70180678735977,-471.93565471020304,-287.4967575726178,-230.5826208369772,-409.70024154256237,-427.50708747962915,-78.35755004509792,-2.1483617580057013,-189.68828340086452,-159.3190608216273,-427.2059344482292,-267.1881243393439,-441.16895882072816,-376.7640535766006,-400.80337466251535,-216.23239340750987,-443.39087741122376,-412.0712900981722,-455.1501235829023,-480.483777712989,-43.59262991699164,-443.2630372932599,-97.59907816253444,-261.9653643813715,-50.80320374156566,-277.1756203120884,-310.5218828868015,-83.06640433085511,-166.2490963535247,-403.93552252151034,-268.144455995991,-192.56599684384545,-215.71869757230277,-254.90126069314468,-239.10617453451033,-411.76332549633656,-458.9900174205026,-109.76630093293238,-408.4145368355786,-82.52017715039817,-222.66879282257867,-77.96128214946785,-398.0126197822509,-358.9920501908659,-353.5588610054996,-12.45102228249706,-320.8299544421714,-263.9029890879758,-488.8743465409796,-214.6305954066674,-444.1570159607283,-155.61185267979482,-367.2333379686481,-38.553491557385854,-491.78433544474956,-238.83538420133078,-55.05552076273346,-287.23172433190535,-289.1398176864716,-237.22142080784215,-498.99034717863555,-35.57811772130104,-397.2546352640941,-146.87937230224202,-434.0169212775986,-101.06937330925203,-113.83766489240799,-92.0186303407775,-315.1082523955239,-299.060287605491,-303.96381925936913,-300.4579476828789,-321.7418382600207,-83.11928289498083,-327.43259122958034,-177.83792657883856,-58.4828892587389,-336.4119209479076,-427.91985846067513,-238.49750685019268,-308.9458641243269,-387.8081216198541,-139.81985095421635,-27.96426873341751,-28.30844215455597,-4.964170844618199,-6.119703174793933,-255.84506562805953,-484.7250733260109,-325.0939822383764,-480.4634064642782,-310.63179672178234,-134.95227346204675,-435.6086635283997,-203.46575715874727,-302.27301813609085,-243.10961856133474,-327.3426258968933,-462.6014620770643,-123.97307352460784,-16.746117352814505,-393.7808087078072,-250.61113356833542,-60.963424917467314,-428.6790209310934,-462.6411039539761,-46.16685390712527,-195.56429609390102,-476.0478287347206,-186.33900495168655,-43.94061990023867,-294.195665516167,-9.05942653548253,-487.17103451087996,-116.12178643649662,-346.33588320958086,-52.289252525973716,-248.2842954801243,-28.689910023128597,-207.08649043732697,-427.164063179539,-305.20738818373627,-260.3307472340415,-404.8351712557743,-477.8466095308005,-99.76144816370436,-116.65645667941504,-415.3259989395219,-347.3113469359996,-96.66710091587049,-215.2425181200718,-475.0148956245036,-282.7123014030145,-425.7061127137145,-242.41474697925014,-5.325756203428789,-250.77340785855483,-483.8382751021975,-452.67814656429505,-316.4237225832196,-317.98585866990095,-307.687338308952,-354.8039560146865,-358.1325153894682,-100.48111302170592,-128.40134548494132,-237.94372852945378,-173.26567039578322,-485.1593928600024,-343.6072109705677,-309.7891663383822,-384.8136503517664,-314.9925867409723,-177.08750613998149,-223.51721222400778,-463.4481967129578,-56.44426530058333,-209.35758518756563,-253.69332028145297,-41.25849094178336,-487.8826738393618,-283.76737550366306,-269.5602960729201,-118.75715177940349,-269.2204688518629,-369.58450014726094,-61.685020025515904,-372.2794497973434,-333.90283033834834,-67.38480664159951,-211.25682064050378,-265.7312204092324,-83.45643746037756,-151.48998914957025,-356.77171682665687,-204.03958914714127,-171.48570639166272,-385.8583099730927,-128.69362342041234,-426.031808813227,-182.74647641211516,-325.66773978658927,-289.7665052268932,-342.6564461763867,-8.739173459607063,-247.65234709218876,-103.77424823545012,-470.478054260611,-144.8065282643277,-444.075802079112,-286.8902170754907,-280.26464079967127,-397.0951839814063,-132.52085174934558,-17.22354323443942,-382.64762944666154],"y":[-406.324974409679,-318.58970060595925,-104.91013842536756,-239.56086645296472,-346.3191820213736,-141.17107222270587,-200.38121824880307,-297.0225449473537,-438.89414960317674,-188.72555071386054,-347.5359722847163,-363.0040913318827,-297.29170174101506,-320.2921596277949,-370.5995783758663,-142.2326226953967,-385.63880999097023,-442.169877487426,-499.39552087762297,-106.67835768437683,-402.2961895026752,-65.53000419563159,-374.0267497859723,-71.322863474086,-345.99944817342544,-297.7549544440059,-16.47802567459433,-288.9613481001897,-354.7263236052416,-332.6204222075635,-288.87901846624874,-243.85894291179366,-53.96888927279419,-91.57066583721107,-69.87005525689571,-381.1649364542303,-147.0782295239186,-263.3870310783581,-270.6640293445688,-15.859614396389166,-422.73090756164646,-301.3753996538353,-243.47368058082597,-210.41004163939093,-411.48974662283865,-112.91562676993105,-98.35157537711203,-80.63826588570899,-260.7688485805756,-105.1046287958466,-298.4630429304883,-237.72967519287567,-3.1016107934216386,-497.291158713038,-225.57996033739624,-446.32559458401056,-333.468288554971,-147.4166698986452,-78.49613179027659,-73.85735403633387,-288.30458835358877,-422.5032076586939,-259.8773722331785,-110.18423893168661,-252.1320066069207,-130.58594963609426,-217.76169964160397,-8.430863194938354,-459.8052460718387,-21.38336314008782,-120.03626957313318,-103.17600248776337,-322.1569742363991,-297.531960194941,-65.10265278353589,-330.8973269017558,-425.7188746904884,-485.0333903376618,-81.5212905636904,-92.01976255471777,-345.39689856972865,-473.6463973150737,-324.77918824364025,-323.16391649887765,-286.4093201123793,-173.5503485097588,-214.0162631756578,-61.4441829033886,-170.17872476586092,-334.3775120772262,-13.293161635567374,-112.33373981988714,-386.3983537895568,-245.96147340413944,-290.1471449961139,-481.4138851392874,-208.39602217009568,-318.33055352628213,-106.54612734606039,-485.8689340111612,-365.7502192419474,-21.468653103698166,-419.2612338461975,-470.4471889430514,-18.358134669371307,-39.93378003123094,-415.1464473447994,-335.68623014041975,-358.1740990117941,-275.14281092740634,-15.407525813238898,-250.67179480819357,-195.4545185818486,-212.89320170881066,-481.22937752907256,-295.94105032307937,-315.74950481876687,-325.30953859251434,-288.37250669376493,-16.853075369987593,-251.1075374101427,-314.1163528593397,-235.0530810326198,-117.40641897644444,-63.09030715508646,-427.4686488581559,-258.03705574448253,-420.5232674365047,-181.4208761515792,-471.85717004476555,-355.93353208115195,-284.09948590626277,-454.75569383824643,-22.692129993784672,-147.37934972366585,-205.4092586744537,-197.24301184216387,-434.5871621549891,-158.50837925055905,-63.16049278164337,-379.2901338764717,-165.47926394306944,-271.2662736349617,-66.50580925802197,-191.9602083402907,-30.736298438145184,-233.77559494876454,-171.5610138687236,-255.1354842125735,-321.9319024462781,-240.23576652451385,-227.34814333873243,-31.987315304405904,-338.4863030737948,-81.212635230543,-415.38552144492814,-160.6957037754899,-121.78262341493651,-477.5846369924814,-380.0778094083429,-466.45345549595964,-88.47680193003882,-146.55897851139167,-112.07895702656867,-477.7545259012619,-113.90056149690098,-450.0323666565722,-362.5294873494078,-32.198273909279095,-247.1516807596158,-319.05423050994074,-36.931413670015175,-110.92357726656465,-84.545135065082,-280.57274756881446,-318.209641699965,-96.26743024780804,-315.69021637875375,-195.9647726580581,-21.778307257228292,-315.97979612604956,-478.3670972375929,-481.6793353829524,-249.71402595849813,-351.94120954776696,-18.90439044053749,-183.85342518615522,-474.8437599324933,-6.2155784511470635,-446.6508473722207,-116.26487639543359,-491.88717391568616,-240.96832616455677,-438.3955945141058,-25.1884587415222,-305.7999062445599,-7.250402158522351,-221.85039172348198,-308.6796297741007,-296.82852831263017,-427.1354352861402,-462.8971397173127,-42.08388578420064,-306.50001683906925,-272.27710871326406,-266.1174411239037,-292.52712769134183,-369.9763920122369,-120.07515550130587,-297.42826767711296,-399.47280769583426,-102.50237857989586,-472.0637292988362,-200.96046610813923,-366.6704880151961,-299.3685619744173,-497.3304896873094,-9.644635597096052,-208.68139378124894,-23.38549295657333,-313.3995053029736,-249.97139904469122,-230.23998249041856,-53.92457360715386,-369.9683443922805,-276.769127456714,-87.90616085034142,-482.95084939633824,-174.89614015448117,-4.631136183712914,-58.781733800400524,-316.7930433943608,-101.11907170541723,-416.0668839389475,-108.04139127168244,-481.41454923433736,-392.41699719502344,-441.87872900362777,-456.3601885193204,-198.47870905855447,-0.9931833343365115,-421.2970562802627,-20.68182705412136,-102.6922259048606,-375.0668220439971,-52.24885044936401,-127.0197915520337,-100.51171935418624,-473.7594755049137,-333.5202354411414,-494.51475901686126,-238.01640693755098,-140.68742815654534,-402.8808886702442,-30.722822600166566,-403.6239214559737,-447.88995665623963,-88.33215924244764,-483.6304060629866,-43.972938649885386,-408.70457360657196,-122.18541560661045,-451.62586594796016,-337.42009112993134,-65.33181029105994,-171.84152621866588,-460.2154372077146,-236.91066539852702,-422.2082781537283,-61.40085586321098,-316.62912669223584,-269.70300128062917,-266.317196024245,-299.2686510438848,-43.833951861147355,-132.81647336723557,-173.7880739272113,-270.496805939764,-247.89146897077242,-142.47115582015934,-275.3446400167701,-366.29848370699733,-406.90696761506115,-216.59464667385154,-78.89011185284312,-479.2327932695384,-149.86518465834132,-75.67562903640412,-236.0215016416638,-400.09612348702973,-233.40502066377945,-348.8848656912186,-306.9173668191149,-152.5629566956369,-217.5162654884627,-221.88809315669278,-179.20631869560322,-160.10039867228664,-161.2920799798593,-307.60588229442544,-162.22824315566731,-495.503097151167,-114.63735108224293,-141.84360020788023,-244.9623968150586,-95.42546048489208,-104.95422217619021,-313.97900119480096,-308.70598328790743,-340.7131704919406,-198.26223039116874,-281.92989142182046,-108.47111785844277,-359.5372550950754,-33.534945754995384,-217.605486460674,-415.91355724991297,-182.46413752836054,-476.3446872017703,-480.8506691363307,-3.10153255047918,-409.2301327037226,-349.73627884346456,-365.38628622707824,-261.50389803543186,-375.2714198089473,-18.567311706108146,-306.16418417831505,-424.5612706280749,-237.9612815722898,-365.9827997520049,-213.2907783358684,-74.58051739639615,-436.9387058824138,-483.22402119759056,-239.4016831975154,-67.89330532257365,-26.839005294771013,-79.2761019253051,-65.23419080990122,-17.919617867402593,-428.8503738026036,-1.742463254639226,-449.12838716128533,-400.9221022531251,-290.6948595173785,-247.27958574424903,-120.2689750569541,-149.9436345970252,-370.7136757993763,-76.31578586163334,-244.24127583598775,-117.66155182675398,-379.69130000144656,-31.246479903362378,-17.514049289845566,-183.8845633480418,-460.3009134766901,-252.910478504194,-345.2140504616513,-468.6224529314835,-102.50547148812927,-130.05823464494426,-185.73957958911413,-170.62475507079023,-316.4216307449981,-339.1819793986501,-333.2466925711335,-262.3510031253963,-451.4467774770395,-67.11326575444443,-255.18156433414475,-144.23249362337575,-158.40117541119025,-314.2161651936913,-78.93737016157387,-392.57672998755754,-37.586473373336204,-181.73835831056584,-348.3589479195862,-99.63113862436279,-472.8468676499401,-12.048951203516012,-284.1749934093699,-490.3302515450245,-392.689562106348,-317.7507858492542,-477.03483197633057,-247.1849670712176,-146.81429461996998,-107.51864889845852,-160.54221475706876,-272.13922857368044,-257.0653444488619,-454.6955582462887,-463.3834681430424,-174.44058911749605,-83.28676007438796,-408.98545988080673,-268.3365184597726,-167.80353059329855,-165.26879471722933,-149.32826269483724,-431.421447528168,-56.63289986612574,-117.54942478981734,-438.19594951053375,-471.51902668426015,-63.83148488261781,-466.9948500367255,-137.23487884282613,-47.04430436986318,-427.1227341574838,-30.837555008592087,-307.5100381181516,-186.02046993892208,-26.21177819779885,-50.86865878579005,-9.694172681107727,-416.5805202425561,-465.14006320939495,-200.59617293706745,-56.034127287818315,-331.32137928388903,-76.87509476657284,-130.06481250770062,-75.30536476972304,-451.8433317882373,-186.09439755714396,-173.61960588178883,-9.372421896185479,-394.9360834661896,-365.11221349436386,-109.35662529864776,-0.11678451975627446,-230.074050356874,-421.5219346454729,-316.36668176770996,-210.91130783682323,-399.62873617380825,-234.81528704548714,-267.6731379913091,-325.2874102675269,-78.00652600308145,-260.89401597070827,-321.1689087847872,-81.48166789146349,-19.365969849247545,-404.4648945020236,-202.6429556563929,-338.83406719394236,-15.760578041520867,-115.73274428220526,-436.4036203647097,-477.3676417803516,-107.51014136291315,-430.4602667441354,-134.58705260394666,-87.46889719178341,-390.1303826348076,-303.5091202524067,-26.30172903876471,-306.87030562285423,-53.65982097523947,-49.87152438640019,-455.3793386834507,-347.79895458035105,-450.65786214788307,-214.0321953206018,-441.23789155859015,-19.973328277628877,-317.5694736685437,-42.89223603287762,-368.0990466015817,-302.3767930553716,-303.34007518995475,-192.3345925976192,-249.08055777942184,-418.01826851293214,-457.3995182339802,-234.5626411493017,-305.7059681620372,-346.18796104516923,-217.66321831656566,-232.56503041815836,-332.096563312084,-89.25014281985789,-358.2059552298216,-386.6219498040284,-20.862784941679703,-320.2726553797813,-223.5839931986261,-41.313300215216174,-102.38592000232293,-482.2891387595879,-19.08407431688486,-259.0724180307191,-151.8131014295574,-386.96285623254244,-323.57296146664595,-83.51584134703816,-165.6323776827744,-329.98079289454773,-32.12511881141988,-90.74129073523108,-43.873823662760934,-162.77502148526025,-447.2629759308069,-72.79895749146037,-492.78525597930366,-284.9336049053491,-186.863412804926,-238.0447627249771,-316.21275538568773,-244.4092637005415,-168.40302877700287,-262.76083600874125,-330.09379826080345,-492.5092438492517,-235.30491753939776,-405.3928270541174,-56.25689547604284,-207.2109337852023,-476.9614596261289,-148.59912419968967,-486.2993177141809,-417.7007100146001,-382.56001003974296,-44.930015901414876,-167.2089450345633,-488.00511894088004,-215.09789285979807,-327.938627089293,-140.29952145969648,-297.79683987203754,-322.6482104021664,-81.79726047184977,-357.2256231539448,-357.65896476248713,-386.86363455960316,-459.7839334124386,-193.21043725058462,-249.2342945763636,-189.20338019062842,-379.6293395433838,-129.10908182840197,-263.44407933767724,-204.82570126024757,-430.9316828598486,-21.637464434562826,-160.08584435710327,-102.98522795803977,-53.49506824148798,-490.54862099233,-83.06145363626615,-467.08296951176777,-173.88144141825913,-152.3908566541874,-470.3904346920831,-51.15811992725361,-499.31097521069177,-6.989700661164444,-190.8680934499778,-491.0397876770989,-445.3685355119319,-453.1183031720129,-193.75040074429583,-322.56364366544886,-65.97600243602109,-155.3929003465382,-4.262321949061398,-99.55677011712017,-443.4288546302703,-451.32171310922877,-191.50652116605028,-478.45055041275697,-25.1611963918964,-248.33473417022932,-270.27564008291426,-444.3122884029253,-349.8515185088025,-232.48821862752632,-218.3773899043937,-344.88678656480675,-497.47133604461027,-167.77952739726442,-252.81716628299478,-125.4987601128742,-456.40780022567105,-136.64969522599523,-152.97334661767215,-481.2285339583101,-10.117404061593893,-109.81516338873176,-129.31160546527587,-98.14833871746987,-306.89300135236897,-410.8272410196795,-327.2380801802305,-459.09423514850675,-37.57839639399363,-326.4287969237428,-65.2703188809669,-356.40783298827836,-128.6621716850851,-449.83012871619724,-414.1092111753384,-457.0640619268026,-243.488244104614,-149.3887348187727,-6.801810784580864,-78.0243155169661,-309.4283690622902,-43.500594763916766,-152.17736997976849,-304.68238665760384,-12.551107345987077,-432.80873788824005,-317.83362566940696,-202.65580229059677,-441.1099301973137,-113.1348866391264,-100.56876877387711,-411.74161806347075,-336.4897683349237,-262.59950809908463,-85.70973604373377,-94.591771625135,-48.04210119505869,-237.37059805526474,-320.4434456117815,-226.587905561492,-37.47982509847869,-298.5067081233429,-430.98945928391765,-485.86132945386487,-466.838130732731,-86.50402250602096,-215.72887534210994,-283.55822518311334,-41.70202345685936,-232.58647739520976,-177.56786857490837,-467.41683616886496,-64.48751003632603,-85.88505442339967,-483.11028757272067,-212.72648948018536,-39.50905397580507,-358.6659994620245,-231.28427052827573,-170.9372207304649,-283.3872244972634,-385.5411258385433,-44.30643675242152,-321.3200903957857,-472.0829838341195,-270.83684331792233,-362.8976355311255,-447.12239758310966,-225.71076041517202,-159.83347396211556,-103.86628792579732,-81.98000290131368,-414.83103744332016,-439.09752460197905,-184.41950165098575,-292.83086503179857,-239.68623887237374,-283.67593803871625,-124.17882073447217,-22.9382410467146,-359.8092996491771,-412.7753918877818,-139.8057798124177,-1.5758600070789885,-475.2750482693693,-182.51829733594172,-56.59033499643673,-238.1788485583579,-340.55245078108743,-138.45758788826012,-173.05728672763965,-248.40829985496782,-268.8077239200062,-132.7654605664461,-381.49509405678884,-329.6238617285919,-393.3011077940577,-244.02121230890094,-115.3893094270031,-67.17618885510046,-316.90507672966373,-81.45621850653639,-150.59766911588025,-67.12540588532478,-165.3696780730176,-444.16727497389843,-83.26904280062664,-408.8646751982563,-129.87177214473144,-411.19766957683936,-164.94935850818015,-238.3621196569612,-336.92231229775916,-71.87013075844206,-18.207594176927632,-439.78041159012804,-259.463978226448,-18.991516026477306,-211.7113719046171,-375.1014049616526,-267.3437089730758,-153.94723716390445,-238.32943774971972,-463.2615314963114,-383.9768061464908,-132.24476770701955,-111.88145329715171,-298.20472152137745,-157.0982158036036,-184.72232262753508,-226.5336932701738,-293.95096077544804,-317.3241329805127,-43.0049322354441,-328.68951414637905,-69.17517069340684,-168.36982046279758,-416.2693163826643,-391.52728668449197,-413.05777513541653,-189.50736146612758,-88.66766207830135,-307.09966834439075,-469.76538092746114,-282.16274400416864,-320.7257378135422,-440.0539707562871,-178.96343949621286,-329.08327726986045,-436.64194383447716,-267.7721586677055,-79.12428584470699,-355.79905617113474,-334.31024224485884,-323.36426722482446,-470.0470920738107,-167.69749891183017,-19.850466421890147,-74.682776695993,-268.7211827442598,-125.13582029200366,-129.90714888713939,-333.62570079346375,-424.01661272616695,-20.657321373952044,-485.3911231360397,-206.7147844317785,-194.46154677413517,-252.21815680217674,-484.49751182943976,-349.1912244698786,-430.0950708454371,-73.65170190085956,-267.0161817725982,-171.03342601471573,-298.59994871974925,-352.8725345618005,-205.90906277446464,-135.65354501731153,-475.1457986314953,-46.08726393633633,-435.57093638964716,-273.3010852586594,-12.230608100392782,-229.21689029393755,-416.29513275224963,-152.61687500102704,-418.85135006748055,-394.7494845147109,-479.00353468126224,-54.227642385685336,-236.92097521799815,-216.60484501372724,-320.12811200198854,-199.36916103055614,-358.35651507183564,-325.4527099499631,-478.0321240435856,-144.76193124641733,-313.7111899105566,-335.18316381170985,-180.1250154596542,-79.46976216154023,-137.53823516634745,-346.5278562704861,-486.14987015923515,-445.4043978429977,-332.0731600071513,-270.02017593465877,-454.1655816435308,-28.955348531792048,-248.2726864854924,-336.98351379321,-258.65028563671746,-169.76383195568735,-140.0150073875629,-114.82185667811518,-214.12799838716546,-145.233890630164,-98.49998087726041,-28.08139353901662,-270.2786135340779,-82.536237539788,-44.24140501752072,-484.55493417934724,-176.26893088638042,-305.0053207291659,-181.15478974037325,-77.23122936122317,-250.5447068474167,-128.46718360693333,-102.86793628837654,-491.4319296274684,-474.40606117069007,-140.56399711087118,-498.0901690434243,-205.6263783435892,-361.01902366866653,-11.329052310257048,-349.93511111516517,-284.99739004294133,-266.92522385982795,-93.22522464983184,-149.1746423427881,-315.69057912037823,-445.9586717969436,-359.3528553999813,-67.66729049563946,-63.46931357023045,-393.6441144507873,-245.05502192668015,-209.30414663602392,-356.17749819246546,-430.3525795129997,-116.12980895506297,-169.17113147520624,-48.587564157603126,-94.17566463559668,-64.96469375809421,-120.69452440986007,-69.95645613226442,-13.438518770943375,-419.2578868012937,-253.19153654537098,-449.59100116767223,-434.9458845595132,-288.38736158966395,-476.2483807754715,-125.04658420683911,-337.22683016418665,-495.2449845026375,-249.09963397527167,-184.9736622740268,-34.126145853276334,-279.1175755570083,-348.5244349985882,-335.61778478520756,-189.6846610990891,-497.73824820441547,-411.0767185174993,-185.493272612107,-29.17533043960696,-301.1089488840241,-425.1521016334102,-313.214854003254,-128.1805968660139,-289.91966779109526,-340.77119304307314,-217.75613532097393,-278.6223378639213,-277.49170587444615,-70.75149481931619,-457.11795692244175,-398.32442404395965,-154.64936476733592,-60.35422687673031,-399.75796586960035,-245.30293269131354,-430.15589106060656,-345.31560243423434,-1.9929858078931995,-385.53331059742345,-103.53317330477374,-27.64366520414807,-65.3676753104262,-87.83012212799413,-243.4352837482654,-227.0589866254783,-254.75184981052678,-126.9008924556153,-420.953764751816,-350.5675784011486,-397.5258305467518,-225.3006951572607,-94.02220609459444,-440.1304760990041,-23.121684189675197,-39.39354759053937,-414.4781794186877,-451.5068183134201,-168.18154317948975,-246.24740112844447,-220.0941750726394,-252.5694319559607,-284.2374513089434,-169.5306499189151,-76.55682617846571,-183.35555436685834,-418.44683373878735,-469.5278476081379,-154.2490804491622,-235.23693256722154,-172.5700743335774,-191.74050506429796,-480.26923137538046,-236.12222773243653,-441.4186264084463,-212.1224855023688,-259.2119132956321,-441.2860497314839,-257.0260890063548,-462.616247628701,-468.74467234136375,-133.8731904303072,-283.2572687074785,-362.49596063606924,-267.81947941057496,-271.4348789927663,-369.02762979166124,-183.6832110482399,-189.30539891570663,-350.41365280059387,-368.09832094030713,-360.2044087416224,-245.8225049913476,-167.08887795362537,-18.66935893897226,-438.61278713747777,-138.84404557748763,-102.9061251266865,-11.071165949072203,-151.95697448770707,-278.7651194360111,-295.9091587635536,-110.97734465513165,-48.73096706630364,-89.44874583510742,-120.48497686061398,-459.62465888313733,-295.31090673171167,-66.70947523584525,-485.09365000378426,-79.43586095893728,-266.45175199863934,-274.91864820406107,-37.92955576774648,-337.1968448450552,-44.505900090184184,-15.02682070508321,-438.74354383244383,-128.32798250434263,-231.46746309894993,-258.09772664686506,-323.95166685674303,-143.15951133830396,-233.59381279160795,-174.39242265563703,-282.14082569536214,-29.69640525689943,-137.86438243654285,-29.370442969709366,-74.49425286010114,-93.96603504772739,-483.4758486865293,-430.6202491350409,-409.5917356132011,-367.07163535857455,-146.4993020624761,-354.2329790970975,-453.471865381495,-499.86562834632673,-163.8472914152963,-313.26912690814424,-14.752006806009966,-426.018060030004,-113.54336028900303,-485.71124152770597,-257.4841065012471,-134.8871017933434]} diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/negative_positive.json b/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/negative_positive.json new file mode 100644 index 000000000000..76ab2f0270ec --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/negative_positive.json @@ -0,0 +1 @@ +{"expected":[1.7291258814588968,2.2407149728634117,2.852537738921469,2.066683897393354,1.6372723960531725,1.7283280607755778,2.2175563949271857,2.8529990536128746,2.7300236811667826,2.669004211734459,2.4345339717823857,2.3685082937859416,2.838304253362082,1.8724819541241768,2.928301088411519,2.7034946666214696,2.414819268625316,2.314199103145652,1.8315254742156497,2.5568709709795576,2.859411753109622,2.96520431033888,2.054119137465129,2.8945736092221135,2.597700861479137,1.8704053764700468,1.9227094617192213,2.0644802249921876,1.844441497543391,1.6135926913588494,2.3239660081669156,1.815970407870575,2.6123759441192638,2.451694861411282,2.8125354501421307,1.7824398062153073,2.018170015183568,2.314833830644764,2.6532010901893224,2.2727990311420534,1.7723691332766576,2.2678214855857624,1.7397552330658035,2.7028399372297214,2.2925507816037003,3.1352123992946233,2.47935928300309,2.514852436395911,2.3349407338952615,2.024801197529807,2.7289463390051742,2.383811989736917,2.330882034539678,2.2940731042934703,2.6059049742577978,2.465877433775553,3.0767748121810037,2.3005626338140757,2.3587533542465935,2.267713854211742,2.4546422359749704,2.5948091880586484,2.9871322332534946,2.8875401477750473,2.0767595277763027,2.6530292993337636,1.6741058098750383,2.44954982457714,2.2874165769736754,1.717192677446324,2.1725987180014554,2.489006778787818,2.28072857838702,2.8203985045884603,2.012742604952786,2.810473004497688,2.6974371650560904,2.8442345723746554,2.74687874894491,2.488302809627582,1.626665841180783,2.384032918727663,1.9622508723064427,1.85726871001968,3.063907208497104,2.2233247929982634,2.139409243477848,1.98151074349551,1.6283341662569426,2.504181397031484,2.4475640158153094,1.8563217839491875,2.189767790275679,2.038926024476005,2.3769383994137847,2.3975353915605515,1.9369593367275664,2.3654021827691447,1.6171969730659737,2.3406952506430025,1.8745969204561255,3.091745645118168,2.425018453951439,2.2303708561719384,2.6560922456847225,2.2008901141037778,2.959996472779825,2.3080683868671503,2.2522965634958196,1.6135773779803972,2.3562210603262765,1.858022726388558,2.525165039100524,2.600301645975721,2.078959913657471,2.216064275035074,2.4210700798555513,1.8173765051331905,2.3319056247873844,1.9816808409448898,2.0811670013762544,2.3724933440030758,1.6608725534932374,1.8381232379908707,2.3386350714397617,2.8105573979693617,2.619610408883626,2.4022112169367396,2.9468257455396616,1.7864466793770992,2.33255652681657,2.7967863056170907,2.3194214633905386,2.5848918156507916,2.4551395239481453,2.819422939067851,2.0291816736818404,2.9461839259743776,1.8294739097365524,1.7560186390016972,2.9742819134067267,2.3957808586541907,3.0606766065104787,2.605981805654214,2.3536809610320857,2.365940414976526,2.5267143277976802,1.844787897774756,2.2943178955044132,1.933290685313602,2.5723071496231866,2.827600176012832,1.656924145468765,1.6605825229672297,3.0174586500349516,2.522838256853248,2.948542717999639,1.7659564800545158,1.6531763318219577,2.367005536462704,2.373549557530451,2.56243434636185,2.3279697127278434,2.363341336863237,3.0231503486864137,2.1278533810760747,1.9440206930314883,1.73331989648464,1.9190896540496214,2.266594546798834,2.681915399862718,1.7973292453266536,1.627764812776817,2.5570887022281323,2.0006111803930127,1.8417832359991102,2.2188093606503805,2.1048187889312375,2.148853192867929,2.3869451427318045,2.4522701253103305,2.216424966880523,2.6212857291735494,2.874058457191206,2.2790559658884963,3.0853556873516164,2.7217709688811254,2.086592222980048,1.899245355843106,2.0180222310858538,2.328745238703806,2.331570823730688,2.6476345640508336,3.1138766941892606,1.5888159987267274,2.8153842739170836,2.2153443690385637,2.8228232990046176,1.9987790499527993,1.615300161332463,2.2363273095666303,2.2905318816205753,2.344360257718731,2.8434640985543465,1.6812975776053374,2.1404420987003494,2.0601757107547916,2.286035115838599,2.2267366329622043,2.528033499146951,1.6234378510289644,2.11351535759721,1.6384844640293326,1.613780111259547,2.088981966500066,3.1367734483761898,2.6521059244768344,2.3138121170781814,2.6834499827106235,1.5998877754937275,2.0990653696235695,2.550796073140267,1.934789899102403,2.9924821680865255,2.573938660681306,2.166457561822207,1.786727491037951,2.2101460538316644,2.441802662576649,2.498042446532308,2.4224763235421682,2.4636146235903,2.4137932948132583,2.476286393411131,2.0416512836642644,2.854861906630102,2.8047021329149437,2.1388700085580146,2.285030973019219,2.1619865110059022,2.9359942123484717,3.060706289752597,1.8145393653453805,2.0290318834630083,2.958058657874024,2.3499904177180153,2.679228578090197,1.9586193146571325,2.6905958460880237,1.7095087041849488,2.9185113962096416,1.9768743599012621,2.8624537316820855,2.9467173704862133,2.352446944704731,3.0443411368520406,3.0899814831643138,1.7675960799985113,1.6342568173342134,2.89568494696695,2.4324779055285366,2.0845124865217537,2.3453496588899547,2.033371576169168,2.325263211596012,2.241069259436474,2.840180221252107,2.162399534917313,1.9218180123185225,2.705554787488821,3.0725441341008595,2.1829591170205704,2.395796661069168,2.280921556998508,1.6675353165372135,2.3772196036773874,3.0358871479661658,2.4503390134451903,2.2540116433059323,2.499769627128415,2.863620058457422,2.315457627284411,1.8188737779820454,2.3669661288136243,2.5019753423089273,2.3971656195694724,1.7139884862010344,2.0277666848685865,2.139290157512084,1.9517394553653695,2.7296286699115297,2.4150834695044296,2.260125437176031,2.46909817612905,2.0272979758996676,2.582220268248097,2.452881348696291,2.736177380063209,2.9819108066339832,2.391633974054331,3.114904668957411,1.6996380249562317,2.4959695259131442,2.6362225912645196,2.158405704040726,2.3334838899479298,2.4285832159149168,2.9478781001459122,2.1597036989865526,2.087111871197413,2.4652295037978518,1.840845193941067,2.4142859744671337,2.4362924164894344,1.619000962594333,2.593005187009916,2.558880852422373,2.7767850048762748,2.3341475259899167,2.891516827326107,2.731960483001148,2.0033158114282554,2.390864893549143,2.1798421392783647,1.9659513042839685,2.588658454696009,1.581838127834803,2.1512792358324235,2.5491208379880765,1.9663242578005578,1.7103986353248533,2.493470275709897,1.6815689365905067,2.844184086946827,2.4060695505972194,2.389911330289915,2.447669672710643,3.0726488440730626,1.5885466669120951,2.4948814073760017,2.178229149782354,1.8376402174081368,1.9419877823721508,2.406346576774046,2.3590552103358133,2.4729675367435986,2.360334240025421,1.6337608071313674,2.952963061516598,3.039869126084951,2.6721949223655566,2.420115928734278,2.4707068959663134,2.355784199533043,2.1982239748165116,1.734578683256371,3.0095624841258632,2.461218189489808,1.6951845209884087,2.648257075436619,2.3597491401968793,1.6767985902623916,2.4233688147527594,2.377275316446114,2.6635003636065675,1.8892093229004532,2.3034167797116947,2.7093068106195566,2.634561392774493,1.8512139629716133,1.8743891428059882,2.1711329459902644,2.5944984422806314,2.885651533161188,1.6168776025503315,2.346854527814736,1.885753169734519,3.134187243792301,2.137585070377721,2.915868845012064,2.4825985812960645,2.51689701558451,1.6336831968029237,1.7974537811109002,1.7353726413790116,2.9929735741184706,2.3244204741862275,2.0913122524038332,2.2712382479862843,2.063883278850255,2.499904853403491,2.523847366614037,2.7686076950291416,1.6881676179376397,2.2187823094496313,2.86634257030934,2.2673169740904635,2.9190888402046435,2.035272728281126,2.504294404134045,2.2717321621681177,1.7095035575945248,2.4086596800409534,2.0345127726614054,2.3143903313365723,2.0090991286440127,2.1866818463273203,2.5743170005855163,2.126909580830164,2.1897162552447433,3.0577186770557216,2.546281081186332,2.0359225821118407,2.549408551395656,2.818107997521373,2.4373103705996977,1.5946481016657623,2.3774068313409003,1.7196772340121227,2.054225676695401,2.8963044606155743,2.2987196004352883,2.712852961624844,2.9713183083869867,2.911847638589614,1.6990582307560498,2.3905026990893092,2.3492416871200437,1.964815988211457,2.1834394679279976,2.1921803433248286,2.3155887555923225,2.662880614783829,2.4760714056181983,2.0138822178400675,2.4082929921576306,2.7183121675884334,2.055525627957821,2.455020281861386,2.0003735061117425,1.640349124336791,1.7475773031117672,2.2879960962884827,3.024518958371047,2.6606654966194268,2.0306222977014308,3.0510840052640384,1.7324737236377084,2.9604625488046885,2.146334026178905,2.761552894279361,1.924395725516683,1.957123643223955,2.136570713917164,2.617608680419222,3.0562686606553076,2.23248358232007,2.6400582636396104,1.7452804527038013,2.5889551469653203,1.7194836336948507,3.117076632680882,2.384280835060834,2.2438657235922816,2.2132029466393663,2.3152012085285003,2.1124445843549315,2.599158872042657,2.3952590089949846,3.112360116830348,2.7516372861762344,3.1238320524818897,1.5858175849253435,2.5391990924354944,2.3124424586088317,2.3988745091645933,2.6244752395266766,2.69230983070576,2.9274034107482496,2.795933286794842,2.4024032738850143,2.5133042770443694,2.3501710083346703,3.112952413294517,2.5395428402209568,2.334854315253378,2.3460887665688555,2.850443135561007,2.922303848550438,1.8532644426784497,2.265186442472869,2.0166417879088376,2.4763071260899503,2.410909097740036,1.8146845947961256,2.0874511496845694,1.9221226221701373,1.8111402420417066,2.861675788130392,3.011878280259057,2.456582936090574,1.704553799427415,2.8613285709759246,2.415908352215685,2.35228046157786,2.6511500493770956,2.6415164745528434,2.638016851821935,1.8179632140846433,2.3682841174076303,1.9133528472749963,3.0286574301740834,2.352204983454097,1.9392507850002563,1.7738520168211687,2.927387140728426,2.2649646073241025,2.627127005584443,2.2972666686145518,2.7578350883496285,2.4036312433435283,2.3417496051301203,2.1676101233552494,2.6009321796149703,2.095865964123081,2.9479545450680447,2.175158314961485,2.466537195652256,3.095603397551253,1.8729004720412605,2.708042503014452,2.3539930786105425,1.9125553062933263,3.0804736995480413,2.7652354751670734,2.55750096502869,2.582139612707257,2.9676492364391653,2.327681719065589,1.9150739001790449,2.821999712695389,2.3034835397691804,2.3208086718911893,1.832731462841411,2.025258776458452,2.6448734890768573,2.9436921976659276,1.934466380906958,2.0657427847718024,2.144717566488322,1.9604411011238092,2.3046401151169693,2.1499194833940125,2.274824111682955,1.9423411779484232,2.391857049881502,2.923730605739227,2.4699264171942175,2.7893664830030396,2.4698448901427343,2.265992825498074,1.8031486371287275,2.267560247691543,2.370228979737462,2.5143537467913424,2.0091525828356955,2.9510850832326954,2.451215509143775,2.6974107811113,2.822396449036348,2.4872298561519477,1.935172793780952,2.0826022228639287,2.225419273171688,2.64138607808797,2.166965083542503,2.288477840568073,2.883622249217312,1.9835127046289989,2.7252316179436034,2.0336061682851914,2.249419265897999,2.2563601714694594,2.028535176260335,2.3878590878155426,2.439234957803393,2.2125748862047887,2.5241321658577545,2.844581382331737,2.277583814095111,2.391843968525846,2.853098565105365,2.5000016943495726,3.008757410859779,1.9698297288717252,2.6126266540566596,2.806415029771586,2.061770617269156,2.8230751028486822,2.6900498775544883,2.0859525591604693,1.978644113010833,2.863841149883583,2.64146962573416,2.3628298379398354,1.9258171051743447,2.1470033996414752,2.406685223745277,3.0453026912361434,2.437492063769563,3.1330799702314085,1.6797663719961213,2.909665024497967,1.593549557973506,3.0390029430169943,2.3052467979873006,2.738736522094273,2.210055878984247,1.712963900558178,1.833518578983426,1.9561976599627873,2.1375885890855573,2.712255528112399,2.8210021078142637,2.112719879496806,1.8710953666091867,2.3937744771258114,2.652107800284671,2.5745882842696655,2.653752576074205,1.6952515484875972,2.6063336967062876,2.32676761903458,2.9610001787485576,3.0389110607692156,2.8795187065943466,2.226968762838463,1.9040076995308612,2.2702117713899588,2.91475945522435,2.2919786871208934,1.7149088883139925,2.0794224860633888,2.3333726774232977,3.004078361095907,2.2743079000327855,2.090415416519607,1.9524757974594282,3.110490797378036,2.0529916143997915,1.91702901415722,2.3854936935723945,2.826570810274289,2.6912353314407333,3.033342774372182,2.7192859908890945,2.8765625265157935,2.738352335245082,2.124934205234881,2.226104242992826,1.7124081170102812,2.8126672014109726,2.157321650947516,2.1189159267865385,2.4491528034884604,2.999134786718201,1.8911155691251993,2.1587246403666924,2.201803109119805,2.541811940692139,2.839677828791443,2.6814917575341313,1.8150701864533862,2.9407850004681695,3.0116672200418115,3.0362842158613796,2.6894382005578183,2.420444087247541,3.130929356207518,2.5230788403633713,1.6543747748027002,2.223883632842602,2.4728803472464183,3.0644307159583604,2.21690533298688,2.8878789116882864,2.544286275448271,2.7723334423143617,2.3609843462322355,2.81440434699984,1.8312751666532463,3.079411449687149,2.0531173915039083,1.7345266809765507,2.5751507629514387,2.76698406816362,2.0456401115618528,3.118911480981241,2.081837294760735,2.228543811361888,2.9187482295054674,2.1817237613370546,1.8918154760975099,3.1067260562328087,2.473593388164033,2.832161255626411,2.5269689420543324,2.9047747667444197,1.6206489564669464,2.2246851510565016,2.368265401921368,2.785786957209195,2.250485942828085,2.97664329257303,1.7821815245748178,2.367623693347318,2.497121625375453,2.1034755577832795,2.1600350763681235,2.761038693671436,1.8172008905211157,2.1750313678813216,2.9297216523327334,2.2866949126715905,2.4315751898737967,3.0871620926797587,2.9381248553840194,2.2919505566557175,2.4881818980027037,2.287815119059427,2.949364793768645,2.2812678705058875,2.266934481994112,2.530603825797429,2.106522856297317,2.4072799643704546,1.8894575183543352,2.9920688472039747,2.73307027259325,2.6472379909565533,2.742518626220327,2.613488456902792,2.5912085627498698,1.9835426009598476,2.9146515782435145,2.532534187834564,1.5774454174774546,2.8580988189272634,3.046223277740439,1.8300566559193887,2.791843629527229,2.5770186942114326,1.9066600065408015,2.7062289228480845,2.3509459775236414,3.0397863265299603,2.233533382955847,1.7684533799656819,3.0409940494600267,2.4648991584873126,2.2863699116432006,1.7189566561202199,2.55391708110813,1.8553533087370953,2.2821415864474064,3.0024497311422405,2.033252024762417,1.8269903417731985,2.75130234271341,2.197020802564765,1.7703791145149006,1.9060751009484316,3.051150598201337,1.7444512759671829,2.2107010915779006,2.3095596795118443,1.79940204118401,2.003240374385068,1.9962254363390723,2.6809051739718504,2.422066630434749,2.792203642764999,1.8611272544467423,2.4424521248428666,2.53878602280595,1.7937137128999125,2.285354163142432,2.7671051299682716,2.4547684806425263,2.7177933199045916,1.681111340333378,2.379285661012399,1.6427524505777134,2.3095348955426043,2.1852850544074025,2.8597345363304396,2.0278120398443646,2.602395313543231,3.015534618657174,2.1572810534637594,1.689324715392709,2.5883098104687567,2.2549909298328195,2.7610426492650535,2.624737434721263,2.0060746643497995,2.044725364177863,3.0431415614166863,2.912534317294858,2.174050910902926,2.4837586444546713,2.0022737067728116,2.8366861381076345,2.242174305346398,2.3142571919089736,2.3061181169202487,2.1897147865794446,2.910492708088219,1.718474390074415,2.582124009628467,2.3694293128061874,1.6242924351256627,2.0119649797124923,2.9852181623155367,1.7466928507303783,2.97046238680194,1.725088670111059,2.623703716756016,1.8733203978052326,2.999915946030387,2.1403142872213925,1.7565856448228085,2.387742182796319,2.4998955649776278,1.8512805195239688,2.4196605610371655,1.817649680699297,2.0455206303768585,1.924459576984747,3.006841461924909,2.553896299883588,2.58022177917267,3.0559862286963515,2.254715649732222,1.8377435947422966,2.705231281531828,1.6140787651491826,2.965578064403989,2.1728569946659984,1.728659531748284,2.363737718408574,2.245784554506213,2.7406490203962557,2.0369100627320647,1.767332485533985,1.976769054195082,2.8184307129934267,1.5732814936425354,2.779416583343003,2.6789334985425883,2.674999934953457,2.753068336192801,2.918998107306408,2.4710163566386383,2.3939644700620533,1.8025924620642424,1.8638470748216116,3.012461694952213,1.761572274096905,3.0032299326524234,2.268774936051459,2.9004271299936373,2.4185345988808353,1.6549533561357255,2.626977943826538,2.248826905697394,2.36046206599675,1.792082952036849,2.2996830415290797,2.869761819250205,2.987811146600024,1.6239654258672052,2.6403908996764875,2.7399204693339536,2.638688843668302,1.8380528611884464,2.278723962139511,2.3430527655837183,1.7379063952461615,2.3615424952172623,2.589210516622843,2.1434196495577944,2.9883855924608715,3.1301389031394744,1.7412073789059552,1.8371992436114164,2.4631521209593976,1.5927148396308983,2.1200737206495894,2.3578884000014257,2.489893457513494,1.697826572148774,2.364103060875645,2.3583246813222605,1.5945527640830313,2.1116405707219963,3.131762199467037,2.2558926842621494,1.746413889234234,2.876089094323692,2.157880448737828,2.353527586690968,2.7579734321931135,1.9166589532966816,2.5634707105611976,2.757484141043848,1.589946961559128,2.4660740024346226,2.3830262657292853,2.4421098617938766,2.935473697272677,2.857270852933464,2.9054651498044595,2.7903849032911645,2.488488601662697,2.108155134026054,2.128435706635682,1.571119723199811,2.307940676914014,2.304737666589361,2.030148911169574,2.9609866248246095,2.369513583237003,2.5364710657371314,2.544576903576323,2.6126322131184487,2.4053173082092623,2.054016693117305,2.924679450828218,2.525023457548139,2.0866291846636353,2.5368027265989834,2.8547238566086555,3.1308759106729758,3.027668627149689,2.1120291322386278,1.7485683149522757,2.923763902701951,2.681927636815732,1.7027872906410477,2.580685510481222,2.8467038914484384,2.271316726618522,2.489132951102705,2.937934238772333,2.9003378978159984,2.1493909688567525,2.6385576799551993,2.8134564248317044,2.1706815963197506,2.2450919417280173,2.1918460231090036,2.0138999785232725,2.101168188854687,2.6372457534124076,3.092677007453557,1.9850172123611896,2.9600535758214988,2.0942994915080773,2.7793375793870405,2.7578049350599114,2.38818391077384,2.1638055251754666,2.66597529717414,2.2301867082030054,1.7508541715635457,2.290862187842371,2.576498917069549,2.5321610703239315,1.8233531848679507,2.172538718105929,2.0569027770334065,2.211512053417458,1.904302293637554,3.0509924787902265,2.162918049647125,2.925072409730203,1.9902062151501545,2.609150136229725,2.973376938525756,1.7265762915654115,3.1170093283334133,2.9332329769760466,2.153931696121256,2.580617119640201,2.11207687457632,2.273867441508504,2.65333348532678,2.913732727185178,2.2564008402009463,3.1001671848527006],"x":[-25.82448448121022,-358.31154315560286,-471.0824661114713,-185.66026851013828,-30.4770535124832,-12.939535211644815,-186.17456952348078,-108.13845010011303,-313.71994413641767,-297.2568429430946,-485.60830412041287,-214.93375197858998,-201.02764569144915,-124.64796508416231,-296.3433963205359,-367.3243652595546,-385.9616209814271,-312.4842808476396,-127.0677544464055,-113.36948796126312,-437.9263523077185,-213.52044475114351,-168.27154236266216,-196.2208569909638,-417.35167522642513,-88.74493146280238,-163.11508215781134,-174.98659360718227,-32.91389061656247,-10.605577608743811,-407.80248762798266,-111.34147380399439,-342.5210823927265,-385.07355421119826,-318.25449654044934,-85.32845749997564,-151.3938832748718,-391.33081697480463,-367.8354208572296,-369.4434178386707,-92.43862809160419,-289.3967813855738,-74.15530221563805,-460.25797588807626,-301.19989948724515,-87.90360722620183,-349.42162663609497,-163.5391254696019,-176.1689887214636,-40.35189415225771,-469.3072335644872,-491.61415363993774,-136.5365179593644,-364.9677888995614,-332.24921127297335,-283.91274787143817,-462.67424010344973,-367.1038926989978,-245.574973994656,-319.34290488771387,-427.81867918108196,-449.3421725033679,-467.39095920495697,-434.9523370685261,-214.0764836759692,-85.27990774395388,-46.212707840579185,-345.8487065988015,-328.5203057208778,-63.588215774776025,-306.7215150476934,-171.71116663421805,-374.2673705129812,-246.76162176300608,-197.86547350211615,-119.30084565588072,-150.61270505581902,-499.79707711557984,-418.66037926493374,-249.00949710466492,-24.625336972156298,-453.60112751233527,-166.12094704414514,-112.54282263801241,-322.98776112777927,-76.61164738122206,-111.13542115531617,-106.48140317702214,-26.929611290384848,-172.4661936837275,-480.3196446366772,-121.45070801576597,-270.21948317210274,-218.17610784276786,-422.52433999840986,-441.63785597701946,-79.00300713108577,-427.4689471769181,-13.434686787580086,-416.1296481899338,-39.54704722626712,-308.4691342201461,-248.49313834321728,-227.1666180199743,-352.94406066849126,-338.93413791284087,-476.85089608056865,-330.27443709750304,-287.303361143094,-16.104226464988436,-209.5354436420471,-139.8521264292033,-340.8905455424619,-354.36956817681886,-151.30399040992393,-49.01339488645906,-77.58303256530597,-122.13519464344868,-435.7092819419714,-149.8805651272471,-200.27033566365392,-446.88112437561614,-44.70650345984906,-98.57912855816431,-387.02679440565623,-414.8315181072106,-471.0852915310125,-369.74061520207914,-433.2490651818434,-90.6873812580834,-92.05739121927836,-209.6751942489029,-439.36625667510145,-443.4597896604917,-248.3005229747769,-469.197165653957,-184.39547797673416,-327.56086647367624,-119.41568594075724,-23.849673080698853,-422.42443159451017,-104.84627504244426,-430.4250680340725,-406.07628176703236,-307.64721690810114,-405.714666875434,-140.57746254939417,-78.77263476781616,-254.49718905057074,-135.28739877150485,-447.9635547963962,-298.44527630944674,-39.676182973962916,-29.757989172857435,-475.458808262061,-411.51359783804355,-495.0395036143034,-78.76403712727887,-26.255336423196884,-387.92763523533256,-45.40895149758983,-320.2708490719478,-465.346743128468,-149.33270177326008,-395.5246365837898,-215.53037139224895,-108.13389418121756,-59.730155900789896,-125.3064666056417,-211.94306757715287,-211.30998262771817,-104.11635962916377,-7.954829252784457,-469.6796251726262,-194.83809891372906,-137.25009489681105,-377.3892314917281,-218.40321314425404,-291.34512549999124,-407.7258727293023,-226.70901971655465,-221.6226271564524,-300.13277339250953,-476.64465249106047,-294.2662431664188,-416.3569095127884,-384.90190706766845,-273.7871079579025,-128.2378206076582,-125.97403152886366,-328.12856814703827,-436.06521099552606,-238.71662990320098,-393.36076337936686,-5.513327680472635,-239.53256956907887,-80.96833513878454,-335.0744012120046,-127.97841713529856,-8.648021161529407,-93.9019972173123,-245.39824946896582,-430.45645453250535,-142.48386837093253,-39.706450302796625,-130.17426462197523,-198.99263434937586,-184.63174109361879,-101.21187498962591,-241.79499727657426,-24.32707224168318,-178.01116246455618,-19.65333874176367,-16.13169809663828,-284.66420792087564,-498.9428062902271,-201.71840416281472,-452.17613127067415,-369.8882155573969,-5.444210740633504,-190.63654462689317,-419.27742033614425,-177.84457886126359,-312.3960104477567,-192.42460039209442,-308.8783415897538,-67.93913922630234,-242.16230273604612,-327.7676917372427,-411.2139887733087,-233.77235857396593,-366.29739483158505,-224.09969323195978,-462.2320007924798,-151.67180419627536,-418.48915009063217,-268.9747925426162,-213.9450490929391,-153.90894885943717,-67.46417374480617,-264.66757096155015,-312.14664272359846,-25.386629796627314,-135.47668239243248,-240.43066476605844,-119.76563986977007,-342.5526528027765,-183.1095336407166,-123.04107307341883,-66.50065519451753,-331.95264957872126,-151.33123022634186,-317.1241811276493,-355.33453256830563,-228.10155161869494,-389.71977549033045,-426.00005169730827,-63.40794140148853,-12.259671082674561,-259.2913907519496,-375.79749094165805,-184.40351595375083,-130.53786730729954,-224.29040342604455,-310.2461250084544,-222.47674458767207,-435.5025031698604,-236.4897577557119,-135.6927131212855,-300.13642524690863,-437.20393245766644,-192.24566923874875,-450.31453025648796,-146.43168779806936,-33.760977930541,-214.31236260752195,-480.0003836330945,-255.61812614029333,-241.3219012212825,-478.1902537545413,-271.491694572954,-294.6261031362358,-122.01955094836492,-136.6058287770402,-185.03635514705286,-232.653735536678,-62.4849402702492,-205.01826316946236,-199.10632011880858,-98.89390353633854,-203.45714274845704,-378.2954863512652,-352.38417399378665,-334.00147545500647,-101.6449464821424,-489.4749811152975,-223.6050429975033,-73.31847704759065,-220.31728429815468,-471.2289131923878,-348.5872077726312,-64.44116948826128,-403.0632750080189,-325.3176729532564,-169.13746177471666,-446.40300937205745,-232.41685402463153,-457.1214340485401,-274.2181194253127,-111.71381780108136,-272.9761471153642,-90.72210422726369,-482.7624347985486,-403.172144154482,-3.08655351906173,-470.70133534585113,-388.94025605735385,-380.6032007914044,-162.77970057111725,-223.34514640503033,-485.49222436110483,-230.4997666339984,-360.3739241797662,-121.66777594604383,-170.05102999634104,-71.19058180905824,-2.202161215290377,-230.69033256978554,-279.63055925770277,-202.96838226729318,-41.79375594798385,-430.27581732192823,-46.40022656577136,-298.1950818582548,-216.53786818989806,-50.15454017109589,-214.5362836068283,-335.0040554897654,-6.130380647776823,-442.3929970210857,-154.71203821085544,-126.52691355646128,-147.92655704179214,-355.5709679745918,-327.2034207523864,-423.26685975575083,-274.7034681180168,-14.045428169624063,-455.35126525592375,-466.8266206463946,-396.4766444627971,-194.87432363763313,-320.3111889626333,-199.1433836471982,-360.3641570241499,-54.61021417937917,-100.78831095285045,-273.8905904804939,-33.803905206673534,-52.13011634485909,-407.3061991912483,-28.41479721387008,-479.59764724648136,-100.72901280008794,-436.65228137381183,-135.77291859454533,-319.4920926881768,-240.35054347673346,-412.86481416490517,-130.6449190616944,-123.59740399829577,-151.38582876745554,-285.3194361483966,-344.3715615773685,-10.493351344710632,-378.57883721295906,-131.24299580456443,-313.4371357396745,-231.02691693950462,-397.3395609755721,-204.42928116527247,-352.1612689610769,-18.702261530132546,-76.00816225119011,-52.23768674507667,-359.53569620875317,-210.63644650393866,-205.0058864228358,-420.925194312098,-144.25480257773538,-431.385955247348,-119.3088051996346,-483.96932403590296,-54.46540294622682,-182.02139011206918,-408.34162760532433,-410.58541919246625,-465.33359430203944,-205.46822044921888,-482.8329426874305,-421.03141678591095,-46.1698688355181,-209.31620057787669,-238.04989161405976,-404.99440994959156,-168.8699766033267,-329.2469699370181,-467.3214129388559,-164.5407598861197,-55.3403176597882,-453.81940038086697,-331.3894099835981,-233.12257277082048,-129.87622500282313,-494.9328239833973,-430.5974588033516,-11.595310196703679,-177.73500049999348,-34.823190109725566,-211.16060172565344,-166.37891073601062,-245.1500828596599,-46.05157673233074,-82.89363959984209,-221.93050210546662,-54.338546599744134,-296.3684167302583,-177.22859824868243,-134.12487909523773,-238.60406747434092,-143.23590477445103,-246.86141131802864,-258.082896206215,-422.1504564624733,-159.53489833184932,-287.96837625733684,-488.54118337338446,-175.94169249201565,-187.08763439845742,-162.77199540830546,-18.862502996377593,-80.48527626529022,-172.6400982834857,-345.3609008678723,-142.26722077888653,-174.8265970570556,-216.55044921471577,-67.87347732332904,-380.46203869216066,-206.2612417451779,-467.8854128022091,-181.34233541160262,-127.63337837642209,-250.3666278900717,-319.98202012720145,-457.2691789009802,-339.68437926747754,-288.2490365858299,-76.51441692673899,-292.73483300762547,-58.45687293549962,-393.63581962490304,-487.55556702503753,-321.0707441784153,-153.91124440497327,-454.7852606642678,-284.020084432539,-384.8199955663163,-478.8415997360901,-455.4592288117123,-373.03972793673245,-334.739278469556,-7.169688206837943,-433.2665553092807,-375.6134306153325,-417.0844983165003,-335.5779024701698,-179.91299803904337,-479.28270070499144,-176.7051011168088,-160.60204398670174,-272.3441145644975,-252.28509335817063,-475.7163095761925,-316.22907787830223,-94.37094100309362,-352.22899895212447,-240.22459101529103,-400.65851029409504,-67.8915805671253,-179.68254072580203,-155.28258233516357,-385.2105077488921,-296.16378162853897,-56.772817742870906,-232.59946562355105,-132.92567871486727,-122.16136517168874,-94.46842448796777,-401.13722174715804,-261.5468662510391,-36.48851326856306,-296.8209881579443,-314.27100212454985,-346.0408065385003,-418.193897332667,-34.639766445662914,-137.27155872447327,-80.18202171018518,-153.87174376935343,-67.58834392313395,-486.66320786205597,-266.1708712748078,-160.64285886371675,-81.43513072589815,-329.10723380676075,-284.2314947261494,-427.9245516248558,-177.65778401221098,-164.71234302552574,-444.2369009873628,-72.15621599701316,-233.46853787255995,-495.7725012208729,-152.69610492493746,-303.9531559928417,-136.9173393016292,-326.8071878601001,-490.48921144868484,-85.51023184190632,-332.125054276694,-448.0241576324984,-147.9150289456036,-326.9634942851716,-432.99910187968305,-423.8577369145831,-320.0725398492145,-323.2837737264771,-368.8003181038233,-121.90063343565028,-384.9241683799727,-350.72132532612466,-307.0879379442393,-93.90251585142828,-216.14380637167451,-326.43531136489435,-157.21422935815332,-163.476153167593,-180.4062796582697,-122.70552983470506,-177.22635113206496,-224.67402748708577,-99.52195709272726,-119.59961126250629,-169.61421226320994,-172.42888496235508,-440.5274990316276,-341.33781031982613,-259.349487994026,-165.52370366897895,-374.16118300509794,-105.48282691506216,-184.03214845484973,-178.3686530816109,-425.6953784793809,-226.90944887701926,-328.0491991714437,-418.5990639741374,-208.6928340615204,-481.4290664710641,-479.33117292675485,-169.32543570899583,-228.02349574752023,-367.294838699853,-493.6080539264741,-233.5919326742405,-303.57588887718924,-382.1777836348217,-169.22751609617194,-417.581626606682,-226.44459637101644,-246.0557148915057,-128.03733880567592,-182.42982668989828,-121.19376322211484,-480.058996520999,-107.53460131132309,-396.90658127064836,-378.04446390201406,-114.99158054156223,-423.6564838028333,-461.384712595011,-434.03961833792494,-428.2936347028632,-165.05066076426834,-486.34700812001796,-334.9514346694692,-239.5488545312311,-395.8433533517295,-365.8107324347114,-225.48372322840626,-140.65234120209226,-434.1544035524658,-253.22669271829358,-378.7599216242384,-171.25278645398822,-256.9745597623009,-210.50397900473718,-298.60347743979077,-280.4844564438954,-231.88793314394073,-9.304912862452275,-164.6848583888032,-9.234242310141028,-461.5753140533494,-203.68630945459643,-499.3366229888268,-242.69838863545067,-53.30609477151293,-114.92175438450813,-60.57403055417399,-224.4178423432499,-432.62239686878934,-177.77815236100923,-175.6883225453816,-56.13849129882742,-394.84491980991453,-423.17106336621436,-432.96388418877694,-87.33522486680778,-60.320688839505145,-32.878933108398954,-376.66132033944444,-400.01629766016055,-384.90070030036327,-398.8454339767736,-322.3749132777718,-126.39101774398209,-239.08933655764199,-478.7599967472776,-433.77709263368814,-60.48291789720894,-226.8994680213935,-362.2875084542043,-252.43057548923676,-417.0628667359861,-190.76039663828837,-114.72715527368204,-385.42508387967035,-138.67000108671456,-139.24651258798738,-150.2729211174283,-417.43045895397546,-290.4636711588048,-213.5448481300194,-370.77844304732554,-45.362249767378685,-161.22600061422887,-46.931638244040116,-190.51949134315095,-65.02554134698258,-198.35588177495578,-85.62114300052703,-156.33032246801838,-217.4473939670092,-234.69548567747867,-90.05082766193428,-241.48411509161005,-261.5092668529849,-245.4563484602028,-318.1187829995956,-483.85706535887084,-111.713396214708,-491.63618577475046,-358.18685910379253,-329.07812891270436,-235.85548504117227,-316.0740629057347,-276.6471664851351,-276.9761405226646,-38.37797167440815,-247.43139754125232,-373.2448799773802,-63.57294867398877,-138.30338096116733,-334.100509246361,-274.1500099334869,-171.4824619503217,-386.73361170764497,-486.8163663576063,-100.73898678587956,-493.3428367436783,-171.01919356236195,-56.94495389559384,-418.514934382175,-247.78746368381266,-211.95539205787105,-459.22658581880825,-224.05025982208326,-198.47922697853625,-325.7025713616066,-271.25688903938385,-162.95436652934947,-79.86504872647882,-283.8688521735646,-363.4315191615949,-425.3264973693434,-234.24674258866872,-9.410234555185193,-228.51529369206537,-340.3974951104954,-341.87356427599036,-239.6005899846988,-440.311051320358,-55.1840121199193,-400.64292138794224,-258.15506765974527,-119.14399126082154,-249.51645084821683,-275.66432527784167,-78.759982601865,-88.18837659313405,-485.4387536255499,-353.3659057879447,-493.04965809860266,-314.54890276221613,-334.4851012176212,-416.8864315657258,-13.040246534553157,-282.11993957869953,-65.33880653357105,-319.06393839110103,-364.38777661508493,-180.6831736353376,-232.36934707617496,-307.0213431802511,-162.83677408931263,-387.368766186973,-377.28116099152163,-441.2137035103756,-174.80620746576713,-395.95902672460323,-214.96634582953766,-172.89860356418575,-85.00828382850123,-206.54234456097066,-2.0365517203865258,-351.7068748766749,-281.59568769983133,-70.91183971619274,-487.62357876978166,-399.07815541810396,-15.068544063563948,-146.01128349253534,-269.265812288649,-494.04364627438946,-379.5949508647674,-17.642205128729714,-117.29164949063109,-430.5610189037683,-320.55426711392397,-68.84601876911678,-406.9632852928626,-93.6612769205477,-383.9339007792011,-314.72904241863677,-235.2816791066078,-84.1249166833835,-296.3610067784651,-137.63027121943205,-74.21874425339826,-92.06476031333999,-484.5564970206392,-85.00459628593926,-341.54332746288617,-443.09839402591655,-63.405378812889325,-152.20809463072206,-80.12635886357155,-442.3675239738456,-422.089985013817,-200.26399316583564,-40.804851789483784,-485.1806139575625,-494.21780733247556,-76.82527960488672,-104.8745642841602,-289.9500780641585,-436.01019769164276,-218.5090062416172,-16.373287966084504,-478.5390179233774,-22.755160881944402,-441.367726431374,-292.8443630290799,-90.59956676566783,-145.113525682277,-368.20323301499235,-393.59122886267784,-238.41819485959616,-32.501290621295695,-488.74237944082563,-175.2096237274282,-264.8949600957393,-350.1185310161351,-110.98399941571724,-198.75535202493833,-330.2163252820266,-295.2635176018148,-132.58652452260677,-187.78626839779332,-120.52408591245178,-459.2958096330835,-372.4270617828206,-438.4024845175281,-136.5539303088973,-138.78907204098024,-287.990993098476,-49.522549649811396,-253.42654558825328,-121.29350337369604,-23.46046373595112,-178.82876854684548,-420.9815571310257,-69.55478977547868,-201.25544452617783,-51.50115030368963,-185.5079304132834,-130.61150008353817,-458.2006522588312,-305.0049837060519,-54.69163919903197,-276.52226001561553,-379.3776707506442,-143.92819117955025,-434.5056683035453,-22.677635185804014,-219.90269357298052,-95.35633814355515,-467.55045688714705,-444.32676858653844,-372.85445287675935,-445.30130866154406,-132.78038836756824,-68.31770917902425,-267.0509773103748,-1.4200665438576232,-409.41215591653156,-133.02087404618135,-66.53884737762283,-385.21711290916716,-251.48630093509462,-498.6069680654217,-124.15414130138458,-95.80670392373646,-210.90239418006541,-293.03571755596414,-0.7873653841483641,-147.425268459792,-253.71635298530714,-224.82675634690497,-484.4850500522705,-227.94108867929032,-465.61591074119826,-417.68220723449525,-109.05286499535028,-139.4163007798177,-331.11187900023367,-36.258355146622904,-240.82723404018247,-391.7799141091578,-396.8540876514239,-465.4246171871168,-17.05643025255943,-135.85270882803525,-304.02800276711815,-224.79219976321298,-79.30571844323919,-291.6653616155033,-180.50530008728492,-258.1211099455142,-13.472920076858408,-306.5518400106214,-247.59747298312286,-402.1318306124253,-132.37009375533137,-371.57916986368076,-278.31818190325976,-79.00192472115897,-270.6738483938539,-282.8485463837674,-269.4221651029627,-437.11670647467514,-234.2029949067198,-77.51513488334727,-98.41691394053298,-444.76067697851715,-6.426922256207557,-152.6055214837375,-479.1182420217281,-281.3296992629928,-62.9958915663894,-438.9373239081958,-378.79852520248534,-9.002125987207288,-270.6712707745654,-341.1620020645616,-370.54105983364695,-33.63796565356003,-497.4127532588087,-286.47365711140003,-490.9381078089121,-376.36743338763523,-87.3447592100841,-415.79480926997536,-407.3990216752229,-5.22564740847864,-341.5764255179146,-463.34962647699075,-44.07009827412367,-467.72331444454653,-314.1243809742924,-494.5265134360206,-216.60544958037676,-495.42426448845436,-266.5946465760889,-222.85133966846416,-0.12699371019841976,-452.0095184521439,-358.9109371156167,-147.2641585452067,-459.3914002240732,-430.6656586168104,-380.4165089448385,-391.51695223384354,-494.38089670207586,-383.3604174671579,-179.27935892893632,-273.4678599048127,-323.4482641281067,-249.33377553611956,-397.73506227309355,-212.64125998421724,-432.5125372139771,-348.34013673127083,-166.59296935431655,-13.06173991957149,-338.2373068675294,-152.48050315463047,-8.716927574070832,-232.9996113050622,-481.0213802143648,-150.02136468246485,-449.06447044555574,-346.4282615198072,-497.2670000754257,-295.28123786242054,-274.3264534941339,-427.6999698762367,-155.38728945925072,-303.47691721107907,-353.70363282637476,-146.84078380222599,-275.20682862965197,-429.4668777324281,-28.396110956142696,-194.4629435298021,-225.58483654937268,-155.12498190905865,-313.26554691004185,-417.1169201553123,-126.83253978101393,-198.87542538762048,-418.9980976335561,-360.5130748906987,-88.13460087199442,-55.483295500008076,-192.42321253381888,-435.90068136635165,-117.08273422390924,-212.50445673420603,-243.37848320811838,-218.29519024231482,-65.49684114074816,-216.9067416865994,-268.1572017931989,-266.1140333019776,-65.04530510336248,-347.20129321787374,-319.5622055503652,-70.40747268779258,-342.8293760831061,-188.46695372193233,-96.37940495678932,-226.13922628079197,-64.95579553917364,-84.29776675673017,-233.4035609188897,-65.82725020572144,-287.4939414576587,-343.16212413707683],"y":[161.74069024518224,452.34401887998445,140.09230853328003,343.1958687577108,457.7910100917663,81.45864000010927,246.55466921595215,32.104336405091914,136.93807706094208,151.96558358343935,414.9169506070495,209.70457472297267,62.91019355015437,400.56015018868294,64.1838227467455,172.07641909288196,343.1675479546318,339.89742016424265,476.2615893946233,75.04355906775817,126.96231393662805,38.058036576206874,320.61396388650076,49.4808201283159,252.38599458728083,287.2860148782076,444.21552789004494,325.1756422991916,117.26211231318784,247.6636069207875,434.97327913790787,444.9962960352397,200.32869625155593,317.7489459772258,108.67493539268025,397.13294625753883,315.522230260978,425.1189888162272,195.4397409289834,436.8401196484438,452.3588714486403,345.66572208524695,434.71112199363625,215.97959742618133,342.203879564536,0.560854977948333,272.4404603437223,118.42421484978394,183.82128657411334,82.68762275406338,205.453813275565,465.1830860761541,143.62972863807033,413.3822673698101,197.21744848520805,227.5841924116877,30.031615104699092,410.4027058927433,244.32139305464574,381.51784688902177,350.90632054342916,273.50931645534104,72.77306708879006,112.9410911255111,386.3702783132419,45.330038865341706,445.73046230033776,286.63120203779056,377.1301432598623,431.2490932484183,446.6041613274919,131.23759539832537,435.4929437948182,82.10134719671025,418.1784739162621,41.01281022717329,71.6716153148339,153.15975827873896,174.40388672378504,190.59398896169367,440.3064899578778,429.0238849108459,402.4674316523981,382.05143055137415,25.14204599727943,100.25054752136053,173.9172174197182,244.51455264069122,467.5164592646246,127.71600274386697,399.6891548412076,413.73619261695416,379.33133515334936,431.50620045838326,405.34855608854036,406.55289593089526,206.02915076453178,419.6685451326756,289.3288082370873,429.2331784341091,126.14469234903247,15.389011475212545,216.4437215320385,292.9581710122523,186.22112423211223,464.76550029996486,87.558905932971,363.6984569891444,354.19452686771393,376.20395174533616,209.524309168287,473.4415772612084,241.53103983527512,213.0419772820631,271.66520871927867,65.11120606961806,68.11735070524539,485.23671843404924,457.40631330774227,344.01271614394636,357.72431301447824,432.54619762433776,494.9755060201684,359.9322941028104,400.86310517719284,142.57012309798156,270.9668005198312,337.18713317511964,85.46601729480041,413.99049204347415,96.5157055717859,75.30566267865358,472.9292538825541,275.99298970817085,203.45510424463896,156.61760659206558,373.6942931938526,64.83560042404545,451.2961494575758,127.28654351709534,71.34308957122393,96.85738607957839,34.904506340398875,240.9977443697493,309.1976778034992,397.8826201868225,99.2765196193931,280.26960076398353,288.11510547793483,356.7204347514887,286.67919235454866,96.91571937616017,459.52665517438305,330.540574685423,59.32564011335872,293.01012229300005,96.77252356990407,398.44974896911015,317.9887629664754,379.62921926097283,43.85953533379949,209.44628635095773,492.3857089294725,147.2132969051405,47.06715081030899,346.0348810649826,276.1495810610367,364.27531875771393,345.1059737630345,253.78423670951565,104.6083439651806,451.7191229719317,139.48451844554,310.7516867602056,425.0423074505726,494.0235994550986,498.4840280471682,369.3403690728556,446.57796643578763,383.39084647372226,186.85307299620436,294.1907916767328,171.96690842829554,130.6508106442169,343.5654609530401,23.43936442429728,171.80430991262608,482.8757427749717,376.2925791752435,262.6438524525696,346.65554019048716,458.0869669511951,128.54487262618719,10.905163446412347,305.92848453706733,81.03240149942692,107.72264039320267,110.58265038523041,280.54263730962293,194.19250271047738,119.61950701196444,279.94320156499106,440.7671991276151,43.78342793393808,357.8665950048007,203.24837546046248,373.63107797674064,212.54309016189998,131.5088421252767,170.27925545648148,461.7000985885794,295.14476861136995,289.9077333609744,375.0661340678476,499.2749735052836,2.404526388225192,107.46124959663427,492.2261229930198,182.4058040673291,187.0884766169252,326.6594378145502,281.21353881791697,466.8215098772313,46.929849197986705,122.70217746144385,455.7165309283947,309.7279932920832,325.691152356109,275.9572705135072,308.44203944962845,204.6690274930707,294.98758004598426,199.66436183988645,362.686909510029,297.9554268188006,123.3939796469009,94.20630774782535,335.20352640732165,177.53560636568733,100.5006797305904,55.19515347126314,25.30361484130983,102.08243004043305,274.6595515988791,44.629439709662044,121.26100583381105,170.7270813297428,448.2350197950682,59.58695382953072,476.3352236291476,75.30578229028873,351.9525145091472,90.89485514480256,70.1360107517225,229.8176326249093,38.020779954752285,22.00590387684076,318.0248927207369,192.92648130432423,65.07885601376073,322.4307028386311,326.81301060886403,133.4003449129757,449.78599196403854,330.0578647597,280.6574512332053,135.3909838509687,351.982096116595,370.5560451108728,139.84833776711326,30.23635213019793,273.7984452481338,415.9890802009241,170.31962144853853,347.9010443263556,205.48477926042906,50.92851055144687,211.51016626203423,296.4667376523876,357.3904485763585,77.47302085630892,319.66421534051705,481.7289668598301,133.69414255308965,137.65764119170586,214.33005092779655,433.38470481745395,416.9740688071233,311.6657754379912,246.92195795145443,88.90429963016,336.1724921413487,427.5423357422932,265.97285683179194,206.9743674498834,306.44832797988886,184.0653831571072,31.467645559406286,35.48276810879414,438.95881867560195,9.305299377571075,497.38707851593813,303.63600715155525,179.99690581089567,253.9224754657352,467.15400524397165,200.98829203409974,89.67559269825497,410.5219339018882,196.79019806406427,219.10809334785907,327.7405422436664,429.69662776006277,343.2565645993504,63.980618657771274,287.67542461789594,256.33153736267155,145.3529853411746,170.1203249033547,57.04741873711616,210.79779169676837,499.2695707658109,336.21328328745903,174.43420938246257,407.7045660239271,43.93524329740717,199.4304832850009,351.737768006811,188.23094249074256,486.11494788512147,297.4298887345155,325.824597875397,417.16346177984576,91.39652802262677,195.94803353991398,46.881549485561116,178.4840614962675,23.13311990085476,345.33066698568814,334.0190830890466,222.5737873380339,462.8527024997566,380.04483219012485,321.58184009091974,325.33668104645517,334.3887583259524,272.4384246197891,222.77420591779708,86.92615401211346,47.6517256211213,201.0963070667353,171.42782115167498,254.22999954170112,199.306864071207,496.9290848298168,330.44486434038356,13.38496371988196,221.6544239456578,270.35831297175605,28.029339667877238,404.42078172192174,267.0536368337342,419.13492273228434,96.56918749081467,226.26818181649233,411.8961045867438,355.1302092009193,110.89547268079136,229.3330113779457,453.61787525249156,394.5304101526348,221.12029406776335,173.79213245661163,90.11518101828564,227.55278870454032,385.7175442437728,402.83090529963926,2.321172867172594,362.99459106675215,91.2439526035197,158.32931969214215,253.91593374335164,297.0031855048212,329.58138672630275,314.5361924543942,53.83078050774448,224.4660547248236,357.62219996784836,499.2920208819063,268.4510012018513,322.3188815305783,84.77017165267009,189.37775861855843,461.91080396435825,240.4410317962743,115.32328154911953,490.9206821564662,105.28168756472922,410.08639713806093,357.4667156327502,498.9177652572203,330.7209725573693,188.4292424279349,476.0178614643673,440.35409352694444,360.2875976640086,465.2249241522421,297.74525017799203,264.72728245333644,77.6946422841852,38.15314687022242,224.4420775752879,464.5266970770413,87.37079241256961,165.93178698479727,365.85078922401806,486.04815746635654,170.35019100444205,232.16890820015823,402.22792108675634,41.64944986155794,275.08341317100513,21.050015056880532,14.252671429053066,51.903866202119396,421.3273079289116,276.699756505264,179.71036455677336,322.60047645990306,339.4757413853019,200.05001297782488,267.7698859309893,133.93854412477623,331.38388104191506,336.1772842440801,259.4242123597124,220.09417209961236,334.0854273414643,153.33513173270552,355.3125225417778,270.75944441695054,450.5297854790341,197.9532237716596,40.61842205716082,74.23359366676152,353.0195604865911,19.653383413350213,416.14381931312994,69.67678881594264,317.9073573755723,186.90095691415064,491.2923500478651,313.77428711550925,394.2639027138275,184.90608375090878,39.11099001824792,436.15708612371105,158.0459338474327,434.05868321113417,180.54129249501628,390.2515376428405,9.652317856435943,460.9096392936497,402.71656463002046,205.68360479304627,493.68808971735524,472.05108795076956,231.947458933358,442.81904439628306,13.318022464460565,153.32035110428177,5.945795991744274,477.2668763582214,297.93853250449064,410.0079095357081,382.9195625348154,190.85676113813622,86.7488026491311,104.25642141975399,63.63455353559389,146.40549326422337,197.8570344626076,255.34281785234592,13.628355902782442,217.2968908687074,98.48719217359314,359.42098180462165,71.9869259766478,89.29587658577431,233.924640730355,215.77175509113445,324.8988366667699,302.2396633151274,265.40696061750555,228.14826321063475,409.41348726500615,362.6575327886249,498.4525251740258,27.156301328149056,52.3270750302286,213.67879069000938,271.16725882023286,85.43703230593135,278.8134828384041,348.76029180597055,223.29747826257073,18.927217171093027,75.63039458227905,317.7712073471626,150.19550497665733,189.52700350686413,55.19628238890428,268.3031703780868,416.08031824652926,395.52109140473345,71.59496933850751,341.47337044484294,241.87849280682028,199.93425097272154,66.50694084652974,403.97048878102436,74.27149456905302,343.6041558853408,297.62600089569634,263.5813146771436,59.60374478922215,198.27012574365753,261.61436175188504,22.57315033261753,274.38500175712056,153.74896229073676,450.0010839937015,415.8219846357978,20.008587190111783,171.11902676921932,280.1836246338766,200.42553434805555,56.80716843597333,390.45464971199317,339.9755813945707,127.38592058526821,389.790603538071,329.62806338080173,350.2587651428524,442.4002459371292,176.94429551662793,31.525406136581392,429.5236876076933,334.23502791684047,189.79540234064984,431.5859831045747,249.12194633238227,152.19380733705256,140.8384507501529,435.30840349165356,160.54900433376795,97.522052190955,271.35326431987903,95.3247729280281,131.60837655802194,448.5753137362292,445.77867354623356,219.93119021882413,173.43100033479263,308.5841540996963,484.04868267674726,63.263052235370985,345.7504155071087,99.31678484226126,159.1111390896306,367.70043392567663,443.9487151272643,405.9293003268112,478.54460320308044,269.7917229276423,344.2632556295474,347.7489657012658,100.83741196960317,386.48371681149916,184.66083236585317,453.83932457232646,305.1337833673127,156.54298919956744,370.31384171943483,113.75181853237449,406.2867799414589,143.89519135053862,281.8362670665558,115.70600784541396,134.65716244102722,394.47805251586,136.92676004980032,324.23612697739725,57.229494217012174,391.4359696181907,284.2838727048873,116.67037648053935,448.05613227470684,130.5273513585359,177.40330100485602,398.27707595764514,325.52774675058447,123.78674427813252,138.3788271637365,373.7665733585003,461.9355233695767,395.490995357373,190.2522888332192,28.841710523333617,238.22175046739335,1.9740362330721295,85.05138592070405,38.894873083050726,405.77308035583104,47.519704362666836,225.57513118578476,212.79928011490102,326.47362955213674,372.423010146317,427.31601670872135,149.31137071044387,352.6075280752051,198.06273932383846,59.03033459586815,291.8181094809784,181.28843897172032,366.23025308276857,225.434490656927,275.6898749104844,46.34154700280357,482.1728504750233,19.49731461926685,399.50815452172475,73.03565106120024,39.66170625352095,106.98768948490378,418.67415938524135,365.1685058390679,284.1938559675958,110.50039766360197,493.3983859513634,416.7827191880434,406.9533854371037,379.2128288563891,34.93328835677878,491.64023005230086,333.4644582046146,285.844994751159,11.991302285929484,264.93858209053064,385.9756203343198,141.71544572988682,136.02956914521812,140.43797731551498,23.206921426302983,166.6063559588118,12.311990510747384,68.7819156363747,75.84138721645905,247.87413935774705,456.10811875138427,67.703760154603,128.8437083841697,256.060536853574,180.36091818531784,33.66224353250236,271.4469505932571,362.2844836448505,357.909333009514,167.8467166464741,99.07349749602845,239.7871934118845,448.19588111629673,100.07304416383411,46.80122433312239,34.783379829360086,114.55855065002885,277.86135625119647,2.95008282099396,197.11498319945986,458.1153355600257,323.40280053685314,294.92331379635175,4.915170692320614,183.40608565241135,86.6327866727159,186.47401831250164,66.36562907798127,383.0464478421228,165.21881091065526,377.9587626366826,30.716249882154045,326.6439362569798,344.68372939427195,266.15876928325565,97.42373306757534,412.3047367281939,10.417583912639694,399.5716047303165,256.9304020645735,73.80680564029052,387.3437081783333,490.0575772799891,2.785751448754259,223.973317813434,116.1893012849482,300.2054633349578,56.53466370166071,188.6046457559948,298.1831501741583,332.27730261163646,127.04767713538901,296.4810228252108,73.29497919097084,257.1590241366788,391.58795942879055,194.00781944528654,202.102812819971,373.2741050414863,110.28094598399984,313.141590090527,127.74034779678823,104.41750080481027,406.2436101278789,423.8052865469529,17.138001393501522,69.01193087713087,474.2130573513476,9.983616381332938,323.6036107949137,12.71696334124195,370.85411926727505,436.02277737239115,126.54900211123399,391.4344287154685,277.1525549553352,493.5880177371256,58.35640051128588,163.3158026144934,237.8118837610347,73.71615378972795,230.99188645234614,131.9106172996566,394.8356604686082,19.630031056895312,144.06706949108317,306.2857472195843,102.46658918182527,26.937322376745733,267.36012052252653,177.85782505994908,252.75205136869673,43.16524301311875,67.91408178486125,272.1072417119571,50.47125990388168,486.348461928922,88.09123597292535,11.83934154396904,345.82971067265487,368.76399835888,461.26735080216287,271.11665817161236,320.2153824851107,445.4658811651283,44.07714212303515,471.9688835473959,321.1483649024954,121.9212346357571,190.26841891195866,366.91870719117384,264.22461254989946,43.94416859502825,484.5724613136827,458.8195224865296,486.48058769027244,272.50840026191037,329.7527690739066,176.84024125415087,219.54934487401866,369.84776643926597,72.9634319230128,136.57466330552882,407.94967059023645,340.1528196401504,338.90809120567235,120.89495876397427,113.96047523718411,357.53311873380466,98.5775711386142,147.82046239502833,456.9340103478683,315.6906336241293,484.60460173198317,415.01630163198865,26.234659594323027,295.1036946587987,220.31038340623644,49.87982444384287,358.80611792565844,272.92149116461593,301.8625405522849,214.81702323921547,105.97138996151956,199.00513097741978,238.66236790469264,387.49878043222674,32.61560288714283,68.84077545577804,192.45412164608499,145.0911975603485,261.77535645539626,144.5497974070602,468.756813225325,476.80638879158556,150.96382364940342,194.85252841998667,67.76540662061537,332.8999226111432,158.69812753336544,118.12466141139433,438.12681361485164,378.7068353143843,66.37266400938391,391.34357010034694,34.781090654185554,331.1364526951712,105.69538492154717,418.4870895002356,65.35421564592303,476.3554204692091,290.97964792963626,259.60312775159986,283.4653140697292,499.61426185029813,382.57878997220274,89.99318874537899,427.8898935213617,258.2884618876395,63.38710502151545,296.0213330582967,234.47358574726363,38.214048716480264,162.8878810679052,249.81396146463652,124.53736362661971,32.78881036465475,72.81604474888681,193.57888628355158,417.9896976501454,379.4489528621031,314.1985663208692,211.36247269856955,246.78489389370094,481.1835047280522,490.64012225822006,98.13832975314585,316.82531253734356,55.85785176721836,126.5448475809573,113.24227547474852,198.31471932690513,51.59339350890879,369.3231053867131,387.2649054651398,462.01251857719484,462.043855746099,42.99604398337698,187.74591225066595,33.53579077933344,467.05031044991864,97.60720664347566,410.73393171829684,202.19516430520125,76.81560584963209,377.4826267144051,222.8817058372934,352.51564787035716,326.6441724956023,50.31227921362036,40.0101483354719,253.15873594504046,167.94869543930514,105.17091619821717,221.20424823627104,483.44346927494894,434.12247339963017,285.731190176056,468.344941965984,267.79409168968596,174.34433409674043,417.9187892689142,67.49831008945884,2.6826199689448105,450.4598300891561,360.64766625473044,358.5150734058129,293.1719437997786,249.31003774251303,477.49781914235456,214.6233468095169,493.2422042942256,432.0489239891352,377.1881267064108,378.8628871172268,450.6847761932867,3.3538854478214475,453.4690459262767,189.56781225019637,135.2581044025082,430.5668082315616,493.5636853127999,151.90769696642437,242.3907758942677,271.3009320265182,164.6643798539571,272.8373564293317,273.6970728656758,439.1287172837289,37.08078446644336,97.7955284587737,91.79950074532795,118.9910719697127,79.36375523796025,379.05599947870473,447.4227578821045,357.3248807591192,392.6874382071415,497.88096481947275,397.8878035334755,297.71825436137146,83.88289168415541,419.34363621985796,263.1272608027169,266.1394089703105,288.9762253097142,347.4328879441706,341.6726195707338,60.2669816303053,229.2414578665728,439.70975075052587,274.9112139652208,62.730430857592445,4.635303123639911,39.85689031830142,277.14378709445396,72.69904040407349,74.86568243972246,75.48267155488708,65.65788631651893,146.3736095424545,146.10770203138244,177.92364033482454,343.1269595337394,71.54492690155267,122.35105869264906,452.07984617076727,150.94807542219957,145.60778532728847,227.18489803844412,379.69265246515414,494.34823288860696,309.41363261205856,469.30255436087833,237.04861421343603,1.3901230266032405,442.30433635032153,41.40835639755491,268.7436865634467,118.72125614447083,168.43655593291984,118.96687567969211,295.1012440224889,215.80622443403075,465.101008922728,484.17812840062203,63.251573478030345,122.00944771559952,304.2905473154319,453.6907529674681,309.45849283026763,460.5975928691093,292.7555416596513,189.05304875645646,19.7057357057705,398.6679696098845,58.53670051218918,145.8856701495863,204.5719574275965,54.268220513591594,448.30549212637607,8.429584239423527,39.847228671007095,146.1049109345216,142.08539028861077,108.04867075541091,99.46029723703953,123.97326191359082,15.26448951887116,351.4711159304943,14.22378911288269]} diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/positive_positive.json b/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/positive_positive.json new file mode 100644 index 000000000000..56372b33d63a --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/positive_positive.json @@ -0,0 +1 @@ +{"expected":[1.1286602514334803,0.36507214058107246,1.1685355067806937,0.6246603916900353,0.9929978274104333,1.2396536002036873,0.9370164876028172,0.9109616249109228,0.6917507638353629,0.4800620352249438,0.1817821693220575,1.1374740067834084,0.7396918826776434,0.6928634220324792,1.3565988544398746,0.9124516368255632,1.0672169123264552,1.0197355269579556,1.4276675008939888,1.0555288616616834,0.07063467319082525,0.10769456438174661,1.0851583496103614,1.4808936827982935,0.8816843656901596,0.5643499517458698,0.12567227456393787,0.5627233834694649,1.1115812932492941,0.285205083397064,1.3404132050241913,0.8329867436842959,1.1333497041839125,1.1246359391050755,1.0697852550203306,0.4545647956061404,1.3579181767881179,0.6541080405114031,1.130248934953911,0.8923504990639268,0.1401471118516254,0.13185802875382566,1.1428740670515363,1.3303347279385496,1.4711326408727645,1.3091395785179478,0.8638858693099422,0.6474690309937845,1.2653610289176926,1.487249665765311,0.21134602405102676,1.1099502941538317,1.5386380167601723,0.8160070585426654,0.2837569172809549,1.4741790731070459,0.37123566658188467,1.1327405124058367,0.5476679695466676,0.37816237580253387,0.22403582541470812,0.000751357254215947,0.7510652726496223,0.8939433304909106,0.6851627935820067,0.5899296865039424,0.4628074829114432,0.028697290935187792,0.6416591257041929,1.3427605471422432,1.4860615518105187,0.8624996386038649,1.0476908005705434,1.0559646685110193,0.940132088522153,0.7719990757520131,0.1032873869837488,0.4321416289014937,0.7126859395044576,1.3659222228625025,1.3985763033682779,1.452690050187243,0.7483167920657565,0.7491662806901446,1.173338753229107,0.314972020156628,0.7407469843334832,1.4532851784308458,0.48041951459724097,1.2197866173192495,0.5763438622917312,1.329517649781184,0.6704116745042025,0.5193909896823895,0.801388960247505,0.8359381554209351,0.428009324318374,0.8663651915220331,0.984909445498697,0.32421112859248247,1.0066519427492033,1.0331170285231963,0.29098499480394924,0.11619184560387134,1.0785368293210071,0.6229696061903123,0.45558849103267735,0.1871607282090593,0.4850275664128963,1.470250548109722,0.55628683100838,1.1570586146292112,1.1044451196246157,0.25699468728536307,0.10722100828742252,0.2504332109636741,1.014053322130065,0.4795243473646228,0.2787584122607571,1.4606209197816196,1.4374090039934202,0.8153107651902145,0.7439451815381544,1.544960606232891,0.8548242428962374,0.8979881349540122,1.258822744162654,1.173542113281747,0.7893085036949434,1.534722908720855,1.2073051519075588,0.7761544163582987,0.8777341281648547,0.03412472752215819,0.4882721555562528,1.080503639024472,0.8121708161296667,1.446842452210152,0.42308481903306716,0.1920046761055487,1.4328339418819631,0.8360780619219438,0.3305960319065162,0.8410872551929937,1.1580756241680579,0.6408148184290463,0.7819771112164616,0.6973839803219877,1.023056862573014,0.34769254350246886,1.3955726177698726,0.43680201366467364,0.5232838144045197,1.1898691277105384,0.9580739897308264,1.0702873014207495,1.266490483047343,1.2711812128129607,0.5381587994346093,1.4360581441341345,1.1835833346065376,0.8644866365923884,0.9543021475441148,0.5557270668207309,0.7354031000301842,0.7885298937123548,1.0582303746167958,0.5363005739098708,0.9416408988440494,0.5606602715267393,0.8408450474701947,0.6673573144900581,0.9514640297393111,0.7080645663893147,1.143953589037004,0.9184363606987422,0.35654330048143973,1.356352395472652,1.2697442621926147,1.352185167692115,1.5021968266573924,1.0426271074921725,0.6563168689068725,0.8622669506903242,1.5482595031107502,1.35233520804738,0.8297039191649913,1.132599671677594,1.5355280985836288,0.2432374572793053,1.1982634921809912,0.8985758430587225,1.1945329713902813,0.9570667951722419,0.7955911776217701,0.010474985677080268,0.18434345873692917,1.4757119080938514,0.3619891890364033,0.8286812278237846,0.1485344245121458,0.7786759035813821,0.9275265284683873,1.2408570600870772,0.33240676281323506,1.1684226090622696,0.8846598113703958,0.8673132993219957,0.24813993295915546,0.41391148772286884,0.9045377964220822,0.9388102932850371,0.42991071797411073,0.3678461213825537,0.942975732233509,0.9262277466422504,1.034922966808734,1.5381103891667336,1.1245114894970052,0.7038150117869266,1.5373365329995725,0.7632816702755515,0.2586409621948927,1.0229274212727433,1.2696807695435433,0.8246270678809444,1.0943601671274388,1.1282603008076129,1.2310983026195073,0.947005363333842,0.5986942295655662,0.24034008634498477,0.4571539974128393,0.9298459984696551,1.3052441361122304,0.19252005075928008,0.19953764241500807,0.12265575207257137,1.2060980018389964,0.7776696634178917,0.6009801814127542,0.6798737421923761,0.17510940621560353,0.44875174711294563,0.21477978118424917,0.6148674144472466,1.147161013384757,0.26823645943461055,1.3189174317090335,0.9785920715734907,0.1778209923469056,1.005656715260129,1.2403265275681847,1.1947541742350398,1.0261669437319492,1.524245433319355,0.38351043803598917,0.23366380406178244,1.439061725005586,0.4853204421084434,1.102040034467542,0.6233790463337685,0.07148559276950066,1.22744957938133,0.826593356652902,0.8360009928842747,0.8633789621046741,1.3607056785418337,0.7203903141956407,0.7899162644442386,0.7156788934527654,0.5428312899206731,0.49843926767251884,0.9602245007454594,0.8425100046802596,1.3439403077032293,1.4333873943024111,1.3779400737936183,0.9636079930309505,1.0844670285625095,0.9282062402857632,1.143353510152849,0.6972275406161098,1.1832316138802819,0.017156236366779355,0.6837722242587062,0.8340292822383609,0.3116594129496352,0.8003852736123203,0.9031142699288992,0.4533425885046427,0.8099958725735491,0.591166069044857,1.0496390541221372,0.9736429276441263,0.31770508431235933,1.3163576126439973,0.09902767388033717,1.1098758080863715,1.0924983042730336,0.11541282591839239,0.9105495237926902,0.9001128729398796,0.1765958942507937,0.1757797609159945,0.49906393417200456,1.2181042067382606,1.427550870338271,0.3671941649682903,0.8429408201881058,0.827205665001263,0.7806260358539144,0.7856062368105435,0.6119092854284708,0.5214244209383461,0.40326264969378,1.1055865556464006,1.3860771777953405,1.359153891054557,0.4248032618283019,0.32779391295584354,0.5943874881476302,0.7071739457762037,1.1211098378588171,0.9403134505374987,0.9206626972528911,0.6328799446476214,0.8968724127141545,1.2077948125904063,0.8573780319013916,0.7043055509972531,0.18246566365765582,0.2687366816275171,0.8171584757835532,1.2565420186910825,1.233986927743681,0.6882718350175643,0.7433571661409427,1.0195842778604163,1.5418824856925395,0.9610175253713087,1.289961887213912,0.22201367797742824,1.272406127716495,1.0361362888807681,0.9405566879257512,0.4438820056331593,0.7287164616799701,1.0912287060582373,0.33345239344131394,0.07453243444331485,1.1961657818071678,1.4409646242218703,0.3425366599030124,0.8745226923807025,0.7637225255818918,0.5004679034140002,1.2899342327401153,0.2581287143667924,1.1044566131464917,1.0242241818348967,1.0350202619117375,0.40974398593909267,1.2376021490255802,1.078137648870217,0.5149829570094734,0.6754260954799934,1.3324776575243087,0.9370987174053547,0.22093008696867092,0.32366083784090677,1.0307038374322814,0.38176775446188377,0.5760818100015788,1.4669217341797265,0.6891226983491117,0.20439840442759177,1.2092605763060735,0.4144836740218449,0.8068293289299096,0.9082082832967628,0.5099396719190387,0.609454429450686,0.24473374989165414,0.5794852290627469,0.25113594290907815,0.6811213711969388,0.8372333258687197,1.0414363501813464,1.492100931894461,1.5531721647931387,0.7188778741032914,0.6441841762798278,0.577685932003807,0.07865220733208152,1.4192480514699752,1.2693316109978219,1.1093885646796662,0.5548124044593559,0.905030220162772,0.5978612600809501,0.5910343373758535,0.2572972163299316,0.9394565167488486,1.3431535239720016,1.0792824942018844,1.1674288779232334,1.3737623075262977,0.7530156143029823,0.7401653526109176,0.7889065295240214,1.0502160330756685,0.10150127845422931,0.07967210521545198,0.7775751193465358,0.7507560071000737,0.7464386394983376,1.4059671284202657,1.5093505902685656,0.49251548805477297,0.6004932152034448,1.3604754446479599,1.5516197869236197,0.3489287383467765,0.20670727136345188,0.8002467262139772,0.5579902373374305,1.1993821990315827,0.5393669643282057,0.4337142555974497,0.9311456283405315,1.5511232110806727,0.5674471358492732,0.5052621457479691,1.1360754751574837,0.7576471405193795,1.5155710887756446,0.233756668927095,0.2877237796522499,0.6288683888181679,0.835138065170021,1.1308839196321918,1.2112105894915524,1.2638588052342694,0.9198481367297904,1.2576248352103998,1.5582695280466474,1.1705646050497214,0.8834800638820985,1.2991899859628566,0.2992173459576449,1.3829035007872523,0.6418780257558264,0.6125909605340388,0.5204319181932708,0.39959500015029314,0.1516466808312157,0.06385019685808714,0.5113842579154567,1.2835336783002402,0.7177989124387624,0.5609944530699359,0.6010850293440063,0.037332315779406655,0.6361772161383636,1.4477226606355582,0.6406520024801016,1.4454813152462014,0.8491612191330553,0.7521944685253052,1.0042230223915352,0.6285860358944402,0.24498273371336565,0.23510247483624727,1.1588959516359785,0.7659706912060948,1.2724095078220699,0.49629524977274403,1.0718790379719567,0.38184588505751305,0.7636154482310822,1.1804986714198782,1.0237335501939508,1.496034818584579,0.9075049361191316,0.683129612066115,0.5547054625441004,1.1372956566224206,0.5065996551584999,1.5412814714927607,0.4370909265574395,0.6086449976608526,0.8278598228058494,0.9824200889318688,0.9453502588269427,0.6882127831522277,0.6366101130736636,0.013437270291951397,0.8026216141133125,1.2355245051848378,1.155104815802729,1.2025013043072372,0.6406781546141154,1.3537739137973692,1.3784041069183746,0.6065360278900427,1.3428077987045886,1.277013747696679,0.8263255239387732,1.119281044351988,0.5054698520481149,0.3565151244411355,1.4805479186150492,1.450651651719656,0.11905711298306057,0.25033333453368567,1.0912653753827877,0.7655662949841532,0.4804562142855797,1.4903416579946387,0.8101356394426465,1.3793332446229998,1.3306637653672988,0.6266898971867929,1.3363077427569854,0.6776031226809286,0.6492124531224616,0.8444779653732046,0.5498579165555709,0.4317397224338434,1.157181737996273,1.4998453844521928,0.12291006442295241,0.08185915323516049,0.7258667800377377,0.26095665312289,1.2059439178675833,0.9398893399373325,0.26235586928760324,0.6965390434034624,1.0756918466851553,1.087310440329639,0.1837072575779506,0.10575388589455986,0.4822462945200641,1.029451830052366,0.8767225691799654,0.6853289517040233,0.09308234599678362,0.5882715581246759,0.41826161531654976,0.6993629962143922,1.0826082485573536,0.8640696844639751,1.3256431138015465,0.7420077329803902,0.6339108722873711,1.3005812723861292,0.652188491958461,0.7839041556088336,0.7674494257141894,0.5157618926028734,0.8851519773191788,0.8279357509673693,0.4909007882886398,1.4509205117363289,0.1046359215605515,0.22186723228448146,1.5080629632505707,1.0022733373493917,1.0200461139919874,0.31737623295855305,0.8796844254403231,0.5653856420214471,0.24237983339563055,0.4282938739146934,0.7017036043931287,0.6128727239810596,1.2741983616313068,0.9684416676828718,0.4486972701921367,0.33446938874382237,0.8468590395431195,0.8374789083902642,0.022026343237789608,0.6189495436858699,1.458536921488181,0.0966357889182532,1.534448350523057,0.9622502266180664,0.5334438741155031,0.1904639701385023,1.1929172356851208,1.3823921260677354,1.5520751739313485,1.5289878075699173,0.07194959206216493,0.864961937339797,1.5616077830224462,0.5554952560747748,1.2329415672671207,0.21971649108464208,0.5652525175234236,0.7640634035108183,0.15044981381626654,0.8441633048418904,1.0526397869504385,0.839769418343101,0.4587553799833669,1.3489592384185807,1.0601522586392433,0.31902963885170577,1.1635520587586174,0.3766870080240666,1.2397434458636813,0.6299544955268179,0.30569484317843193,0.7726941389047914,1.558850680125475,0.7911752877342856,0.13111118805485578,1.108704919383857,0.7918600883207945,1.1806637874263501,0.07537277053146355,0.23482369066433656,0.5770917789032907,1.172695174891802,1.2981179841582415,0.7251862539013981,1.1226307021414408,1.054366289584809,1.2091333444076608,1.020812340759522,0.25164044335693087,1.0449244975120415,0.258709691418452,0.8618827866854041,1.5654174531280898,1.4297739180137172,0.552247502313962,0.7163126585827083,0.28966606849312093,1.3941095734763012,0.6690407829027544,0.2236838712859583,1.2778449250370771,0.7075130811670508,0.24563184107300123,0.5346605518049299,1.3529468180626416,0.8846677158760952,1.3084124007297178,1.1400011782202846,0.5707191036252071,1.4495069143276849,0.7326015559932677,0.43544785810201236,1.477349624140813,0.7022608711577211,0.731836294475685,1.5437787156229723,0.8700938601756919,1.1556379545729982,1.4188855796744502,0.35224833749001166,0.9035950029094273,1.1130618479755927,0.6152905688629259,0.5007993903287348,0.7170451061001759,0.5284177487915318,0.9446785822409178,1.2301782125288219,1.3405459689426305,1.3288374341795837,0.7849611719242056,0.8332079798159929,0.26893461413965486,0.7836606913902437,1.1173630938332433,1.222458734677364,0.7400597866569562,0.3812093723345481,0.7174136885355332,0.9910420448468198,0.689522586736939,1.4028363492352924,1.0834771020950291,0.5071251915155816,0.4109034763047428,1.4276402736143385,0.22287452403672148,1.185312428566481,0.9061657313400289,1.1148864541812904,0.8472297159917204,1.4603159902190124,1.1468245282608032,0.8106917348060921,0.3369809478918647,1.072442980284103,0.280193140858254,0.7665342032707357,0.501911789720881,0.8640019818117698,0.790142892941493,0.8865976494594157,1.1128480078395981,1.2227786800263039,0.1085621699472925,0.7118882141533764,0.742331888741592,1.1730960122289729,1.169533354574726,0.5695018689320415,0.1500398338739639,0.7551506393890297,1.044705687990625,0.8565222717035016,0.6616592075004742,0.03079401168333326,1.4038287197220192,0.6848949854781731,1.434572787745518,0.8403823122635727,0.553680468806077,1.4906086826157587,0.3091705569182142,0.020600114945940762,0.7377240267848989,0.6532268241811018,0.05598189553354495,1.1143632055912553,0.9699005767629034,0.2447551417680559,0.8126583646048886,1.2306794022801677,1.0405645769336618,0.5121524119087869,0.4849600048225778,0.6274455930383012,1.486078141772103,0.4406155815353777,1.4713035613238388,1.4707823551711157,1.404486327901122,0.09148524261540047,0.287268389893434,0.640411005036482,0.42992827569003983,0.412964147397103,0.7087512614815944,0.6351090489670511,1.1259446875177526,0.3008158404598201,0.9655882540233875,0.5191646683520938,0.38965192844784713,1.0597236452486807,0.5359097499597357,0.5358532058243445,0.47710184545861944,1.2779561711503178,0.9481092282064953,1.0358301227141358,0.8920681371604996,0.8986222690268104,0.6702406061220129,0.2279765637832147,0.8685468132184332,1.1620312064642861,0.17288499084982198,0.32664973871034675,0.8287509761676004,0.7937857889270205,1.4360649561773187,0.7038176244819861,0.6373618719293229,1.292260246545455,1.3554639926376086,0.8309120385149784,1.2912536046470335,0.6459002600803186,0.860185438197669,0.6211454376221897,1.0346061555271187,0.011155484133940838,0.8477344790869953,1.1084246798477841,0.7290261645049507,0.9420076845900868,0.34270379451416694,0.5200127741166741,1.0950534065583328,0.9362066619247814,0.23085232094188168,0.7971321344640628,0.9592153061074735,1.16952832342899,0.7602811960737725,0.6030314751597805,0.4910376645037359,0.8357820179509272,1.380157848852136,0.8151659746141829,0.10589713600269172,0.40419796754726894,0.6796522982281292,0.7070187921670127,0.6825238475305975,1.0964719708195372,1.2213289244853722,1.5102881007090363,0.6256982773556767,1.142111242472282,0.39999907944619456,0.7413601893186784,0.6295079830094072,0.2612171218991299,0.6807514211751351,0.6816751722357084,0.595123298708814,0.5841263449976987,0.47808288521805375,1.4244244067063638,0.7174465441101314,1.2961067931486803,0.5001281213547342,1.087241178906099,0.4978684154947697,1.1141804243030098,0.43513305209892744,1.048148472578038,0.4775912794557394,0.19523320755376652,0.66582832437668,0.02209804783337439,1.145801529175864,1.4280685502893276,0.025572531063563976,0.8060573694949229,0.8963954659631723,0.6689965455006864,1.1939256325084222,0.5210696322599988,0.8552395745459158,1.4489627860129772,1.3854443090145152,0.7495880215998809,0.28191471240865834,0.7817550936767045,1.5222031800185851,1.2527756898244349,0.7670424539331805,1.0363403283822101,0.609517762445215,0.05781327704317287,1.2456520598424698,0.9360219780974944,0.21488184365863083,0.738950214476462,0.8453457357476734,1.0268016220115412,1.0564531200094203,0.0978238280237678,0.6763691917359653,1.1816264995187415,1.0860147834053235,0.7580494036170566,0.3426575047677854,0.5708033609120823,0.7890521806297107,0.8480972944000327,0.7298226869416071,0.5250634093792429,1.3115996700915713,0.5927690487196225,0.9477968269209998,0.868715303055394,0.825568051265404,0.8529205890604927,0.08628824712750406,1.5057273441932468,0.6817705794530141,0.9175202848150451,1.452355841833827,0.899880655909526,0.2369149998465095,1.5169380753290387,1.1533255445253467,1.4728992601237918,0.9048040338083466,1.5490061938319732,0.43602950773184246,0.41144101419530643,1.2762695904991783,0.6570385674231862,1.0220166199736758,0.624169672063714,0.8174725307270514,0.16069191647919864,0.8940668841689277,0.8862653264047341,1.1344328964866415,0.7494642615066318,0.733255592736922,0.2608500701565989,0.4902855994656939,1.5504405454996166,1.5667214489431798,0.9549579526384613,0.8622736291671149,0.9575219704197178,0.06299407362594497,1.1927370615933623,0.43149887503242623,0.48766914781258136,0.10587814724989905,0.6479276930189506,0.36577906114053993,1.270779565229811,1.4613360025416073,0.5070649373115991,0.9361736658776796,1.2206004960886068,0.6983557642029373,1.5140941278624196,0.9299673166474002,0.832012087377704,0.7492614375377645,1.020611713392192,0.701924968234607,1.412167398869751,0.1239201518553461,0.20139169742937318,1.13307400876571,1.1540431810437695,0.07426140828689723,1.1123256816091192,0.31411815365595025,0.019725017601179205,0.27539661342670774,0.7876086940331737,1.1543451534399585,0.7535393884963072,1.2822028676789856,0.7171169447224384,1.2470852289008914,1.382523160407413,0.48384182091892586,0.3462543620584058,0.21773767024934548,1.5333934507054725,0.5915802349835015,0.9176571863529561,0.022532537463559526,0.49281380574696937,0.9269696640382439,0.015463117294177986,0.589148989149618,0.21777356240851192,1.455298473480773,1.2947639877319168,0.9336886672840091,1.4722356606061469,1.3144916098213573,0.08373255108539064,1.4400846655750312,0.38593966746457453,0.7734394900161738,0.7352842425892794,1.3637477369211135,0.43837415386339995,0.5168639771395624,1.0180547823428732,0.4018425083942888,1.5461298840337343,0.6446287551613828,0.4240613538491147,0.6465706133896524,0.8025165365823574,0.7156817660369835,0.9416815774396567,0.2929649400264718,0.5911416176897579,1.537654347256624,1.4731632971607345,0.6563588362296084,1.2892092743667678,0.12950255365553645,1.0623994887759363,0.45738513016229254,1.2175909087772987,0.5868928806526409,0.6083684276599661,1.450315973826261,0.8319472823705734,0.66623881670672,0.35424009538986967,0.6039222100268379,1.3906480586415653,0.6962019692340666,0.0476520017025511,0.6719425501228742,0.12133758473220842,0.6800723431154367,1.1805712855843418,0.7771885442638379,0.854450844496864,0.836272187718573,0.8405718718930307,1.458757132718435,1.4235645974960507,0.706136785270468,0.2545157274166256,0.793873469804962,1.209625930374403,0.6587633525681151,0.3682885671977166,0.2278288994081317,1.3981598904901804,1.0404873304344069,1.5242831720349306,0.4030308510782076,1.2836105659854802,0.22432595719598053,0.7328105208400264,1.1347713324828683,1.432974950635759,0.13256190954277017,0.13722336495170354,1.4515662761981074,0.621673870860806,1.214172110065385,0.09922203437775888,0.6230966489998241,1.3567330519339424,0.339415961844339,0.2289849176047192,0.15116608593945904,0.883336324904789,0.5578812689739386,1.3408846912828678,0.6856283791202951,1.0701099482360605,0.6993181464837481,0.9147534066890061,1.2746063044983824,0.820719840315448,0.6629405220210423,0.25047722888763757,0.2464184009572545,0.3753977723142175,0.16893302715716127,1.0029857724498092,0.2346334111748524,0.7223475553690096,1.1085169046156513,0.36887214870584584,0.01818315871160473,0.46980335917529215,0.021107198694647323,0.06498393141081078,0.11605882268981584,0.8335158112866471,0.31544829530259505,1.4263424300107979,0.9549759189717414,0.31638586246203027,1.0492369593994038,0.0121333148905128,1.3666147112781684,0.5324860897454575,0.9621937203859204,0.4846231965162437,0.6241202768131731,0.677371006093413,0.60524773957688,0.7568935824606461,0.6856583303581759,0.9324466187277014,0.9476655403577929,0.5490627125110821,1.1092348058390282,0.06387706344095148,0.4565671957530326,0.16412765159672577,0.5347300123746394,1.1394968181016683,0.6475983828585394,0.4347603911901914,0.8121543946470009,1.3977452247931517,0.2662279648619018,0.7725943415026543,1.5653260770926751,0.13895766235225657,0.8664648311379491,0.6060914124212624,0.5629264726277596,1.2839218455196935,0.3469340862022832,0.922959371439151,1.438848870391042,0.969879130290828,1.4439913775580038,0.41342773111475234,0.8420985188625757,0.34001596627058955,0.8524084844249501,1.0584411791293404,0.3746856391868608,0.6503716273372896,1.2129251104702226,0.7670863343387276,0.8806640110413005,0.30303678703808823,0.8666690623710016,1.1647802683237014,1.534717902315727,0.7756770513742243,1.1999537253506054,0.6770043383959844,0.043421861720029035,0.528623629042038,0.4082925723588987,1.5264568677400223,1.0920493753279685,0.360426308111026,0.8162364949667407,1.0106232334890874,0.47208285459788407,0.7537517210317046,0.8655886934722794,0.09359218603850265,0.46573643828256406,0.6475923683815418,0.8877992972455903,0.4537299216747958,1.024449628409349,0.27929762951039677,0.6956207457818752,1.4599921703493828,0.40111281933368165,0.30544562406179343,0.27764945846633315,0.6201512514855627,0.8470415311152452,1.1931662245743544,0.07620774731731514,1.1237381284700736,0.023549350702796762,1.2624339939763234,1.2948141427776807,0.7656975090059495,1.0503133390756962,0.8699515255905721,1.423267180144801,0.7636685199376307,0.5022113201318552,0.4518505496517724,0.6216868723529642,0.9541533945888737,1.5623632657804638,0.08461626857938592,1.3800429876977003,0.014915671842890856,1.4994066482381176,0.29728921482337245,0.9769141864601848,0.26282266840238827,0.9996471250751598,0.7401380721267397,1.195693363935097,1.2351761620418251,1.489869767797701,0.07633387485047417,0.6874452228241585,1.0081932439314911,0.8655960043259118,1.2326906116603873,1.147232159608365,1.0027434780483968,0.0032292478903815924,1.5075280380880371,0.9043175867560959,0.3559217045219,0.14211462753664977,0.9165286554017946,0.6802054649660042,0.17711711607967684,0.8915995158877892,1.0486063711183031,0.7836699388582237,0.3382438191280769,0.2932893679662555,1.36045271283172,0.5340611426442886,0.5771926744497033,0.8771030259630994,1.407268124006964,1.2014893784478933,0.6884237704774904,0.719349731870233,0.9989209249387255,0.9975138769273261,0.4587464699871153,1.0582509030942109,1.2867275116342842,0.8039940731812996,0.13342266471442915,0.8695654510491097,1.127572038634517,0.7035475186711244,1.1857824433861532,0.9113303280793412,0.7734166913538376,0.411390793424969,1.304277492988533,0.8157664646468819,0.49167319499418627,0.4975114051481694,0.8819682314254019,1.3317154279940375,0.9805799130935732,1.5669713914163024,0.7884472781274444,0.9243377627213912,0.7102525863337303,0.292722438600303,0.3399018864069456,1.0325293694823796,0.42345562863943575,0.8684810541922517,0.2882272807365072,0.5086674033527046,0.33576454525192206,0.7511892662060455,1.2899968369750694,0.7779032459541771,0.8375377981840101,0.3457549657361064,0.7115557491219335,0.4576819466154441,0.856353317243339,0.1165392981606071,1.5383000512897365,0.9526305128266772,1.3001504609988819,1.157185651856799,0.730431709081718,1.2584414930128365,1.0617302749874171,1.4120168378348157,0.5569014737382404,0.6060458379105207,0.5795163614631857,1.3697018432460228,0.7147731215584607,0.36207046995756176,0.7420425967376767,0.20141776139167092,0.9237058941153998,0.04632205330028926,0.3762638319815398,0.6661922735129793,1.2278232666039302,1.432492446545542,1.2647682518925032,1.3531618779390342,0.40229728069695375,0.8254253942529101,0.043195949079768994,0.7261879464945012,1.141723198735433,0.795619199992909,0.3417097566701093,1.4781838464195847,1.5627304199432477,0.6187764177447719,0.7524484236139259,0.6782079778558873,0.7183259336897608,1.3361049637853524,0.4334866811990934,0.7732775327131466,0.7710339928388816,0.1055093866757632,0.5740775573135444,1.1258701462236433,1.5633232352971351,1.064354408817348,0.25756279778131225,0.6690293478092917,1.2083136753066481,0.4735922898554955,0.9398451062817554,1.2453767830936113,0.49903943504750625,0.6686236153490455,1.2239797389302423,0.8640090332015172,0.676544655138266,1.271175270630579,1.4846216213372359,0.8892367200005662,0.43316482553956454,0.2675966957206177,0.656036922216091,0.9287815045902256,1.0374221360883142,0.7475555119186101,1.5594872782138005,0.08762407210986259,0.42271616397463624,1.477245359238113,1.2995844665712757,1.0609966185225428,0.6654522786454978,0.7362526057224327,0.9823859858634917,1.2976595307786631,0.7490071651605359,1.2664002151032479,1.4869523751188725,0.5395380678594552,0.7876334233174745,1.4211672617258024,0.7704285259417893,0.6306910446739328,0.6967394696937718,0.8095394786206822,0.3710390117589885,1.1086395515874143,1.0754345095399986,0.9004461361791903,0.9900427130236774,0.13477629657341186,0.31501467086974083,1.4597109689495682,1.2078259712767894,1.3370607144652051,0.3119462057462916,0.15033253652380688,0.6266661735314925,0.8274713857351844,1.366956038638585,0.9890283548495065,0.819700307078068,0.579814855172896,1.3460591745533517,0.04187922418105978,0.241406008741322,1.1283213510328078,0.7237811014737355,1.4319102598717883,0.7244455026503854,0.4997580309502923,0.3792914993811545,0.6964116930141849,0.9477822767160176,0.4709390669330718,1.1250300046265307,0.7564766841400326,0.8061089131705751,0.8788497453513301,0.10736097398001908,0.5164592405287302,0.48884878425976314,0.6199940972659211,1.1180205354545931,0.9105002648616534,0.3764710659697583,0.8021647940953919,0.20672786139568633,1.0819966844229945,0.6546009282596018,1.3777719410386904,0.28311658324387584,1.4761278017633024,0.5733692451321845,0.8557835786770736,0.5979368015046003,1.4847088343202617,1.4686914096694847,1.0804598944058608,0.5502725404618964,0.2808886156664467,0.8866189757552198,0.35677663286769357,0.8731142800018453,1.088384649584636,0.5052270760211233,0.7970915354105055,1.0254813982546152,0.9300787178759093,0.6891076638004892,0.7102438789240666,1.2342661712092264,0.9938809647061068,0.7806822538857267,1.0263278027572047,0.828131210253725,0.9369575842051292,1.0150727013657859,1.3366897082656162,1.0876500391973865,0.7141916045246675,0.8830502173599244,0.1772025393343219,0.12339908202318299,0.8175592683297286,1.1895320587797222,0.833724319406436,1.185103885176874,0.12963342089947982,0.1591135141123859,1.0109051122309725,0.9175252556077763,0.5030393434420989,0.15004750345894927,0.6959689898650507,0.993737919776198,0.9194771069857592,0.010105563532408787,0.8337840588933574,0.7078863708570613,0.7490635562128033,1.1738352680476036,0.33729451715260733,0.7356166393370744,1.4617877732418838,0.8621447478175032,0.24344207230700124,0.7551628078324518,0.0526989493967932,0.9839961585526624,0.4222991792613157,0.6143033772030551,1.0062230497166087,0.730087165673056,1.212098592110044,0.5998271997694256,0.7807691994187074,0.9405003001067389,1.0432362631989802,1.0830315687718084,1.4572791748826117,1.358497506598301,0.2438748756297479,0.613292266456194,1.2148169348444555,1.4645879972486953,0.8881866896152117,0.4853180277685164,1.2101621256035955,0.39902065218060495,0.7472903577026923,1.380715245994731,0.9893732861768874,0.2185240112977339,0.8555806370311831,1.0855866720334715,1.1992654055218912,0.7828476626476163,1.4538881575675386,1.0667452975512663,0.3452096927883911,0.4205415727088962,1.5126710966668278,1.232292815595546,0.7393997096882421,0.5847287809773984,0.5717260074761656,1.5194878971203396,0.4380524938074965,0.3222644245758604,0.677465849387563,0.762217574162418,0.7126303665539714,0.002880699557924164,1.392197625115078,0.38330779175752894,1.533333571040708,0.6041164182880848,0.8266650849391629,1.091891573649511,0.3991883829939848,0.48231100961205337,0.5671975438612296,1.4667512257176902,0.49239786515536865,0.07132268891788449,1.2107269751926781,0.41927209178642894,0.7821226401600889,0.028774868397920268,0.9504603302262651,0.6769572651495795,0.5112395923677593,1.3455881383034494,0.03791786921063477,0.815880019058343,1.375191104848948,1.550023481475523,0.4323070432127168,0.3826727059226309,0.5096472425119045,0.5846877468782536,0.8392929083957129,0.976208293806456,0.7402863685612626,1.3309171444060914,0.47884920854533136,1.3770421658535776,0.8241834942311175,0.8804676225829617,1.1973900015481251,0.2189386891939665,1.18562170984639,1.5023438867836076,0.6847253000881175,1.1120407099039054,0.8164195120592033,1.2627989362423353,1.3340583478424286,0.45336775103266,0.9322258118622849,0.14645755567320312,0.8349619254508247,0.5633965738488309,0.048900282851472784,1.459718128817359,1.2768974137415172,0.9285528761443773,1.0219769086197574,0.17207660629302848,0.3006156690410727,0.7100341798797105,0.5771003467511988,1.0346011755622808,0.8503302156703109,0.8825859766924008,0.7967688727150534,0.9690200581138309,0.2095781643779135,1.093093040458564,0.8663826644296397,1.3508613525776405,0.5449604198133854,0.26728403537161116,1.54499314861676,0.7498830072392578,0.07838102590574285,0.5889795094039968,0.19891787821478601,0.07689581939047699,1.0491321800409565,0.8432862358993828,1.1075295955987474,1.2120510822673007,0.49039823912469455,0.5690374619310824,1.4203281372851482,0.32118133349680933,1.2737480818876783,0.7742408481901373,0.224006494640369,0.9945040519466123,1.2119074440478026,1.5027810176459222,0.6516951675850265,1.0828734729368246,1.173587240562329,0.6461188844157864,0.45610569210933627,0.8440530157891414,0.7821524561416267,0.3113211208532719,0.9251748700147812,0.2925591595686636,1.1204981927310247,0.8978571248916363,1.236239697505126,0.7213503460632154,0.36397792032948223,1.1272913666641657,0.640422702349815,0.701255689325034,0.8307054294810566,0.2697092442515697,1.5126963667452065,1.3159163008948764,0.8881547661497028,0.6966437064852495,0.8374885348635942,0.7235035533837004,0.1806117111591107,1.3691584721719796,0.8440872019997232,1.2272612587650422,0.4879173100828329,0.6772962625040371,1.1722333856007556,0.8276992506632592,0.8488979604528311,0.820087631777804,1.1221112891656915,1.413417313986696,0.8678054258229988,0.8184284893784097,0.9215839491389284,1.3020532177762933,0.522055178615233,0.7615091714863523,0.344543159311006,0.3093857380775279,1.4541021225884665,0.8614542812277779,0.8363220263380587,0.0027403122441559034,0.8515102004890207,0.697560893077817,0.5286023305402914,0.6506115582260341,0.5582816249220877,0.9249627271477529,0.8962340071965891,1.2434069419035974,1.295479178650234,1.5211351766275525,1.0574297563392974,1.1715875216047538,0.7966076230093203,0.6616532075740169,0.7196548104305235,0.159004118628667,0.7690246530661309,0.7951672768193537,0.09786358845772992,1.3149931652205278,1.3733600170188567,1.3933377780416005,1.2116612445500272,0.2202218622056252,0.5804902672778445,1.4217373068012586,0.7392534119773665,1.019610269556404,0.5797952318055639,1.1209749616339701,0.8761860899030429,0.566403801679105,1.4745446532497888,0.5285885620203159,1.0404840642612287,0.18519005056602317,1.083241406502733,0.3484845119738136,0.7198412302475564,0.7332867998654315,0.5675420737698907,0.6524586881323371,0.9558585069893555,0.040997963864794394,1.4707393355617724,0.23541346270112504,0.020033163945802467,1.4073101622657795,0.06683956161598213,0.5242962712190663,1.4989632362456058,0.6707216232299031,1.1239293986355414,1.0615063840526593,0.4760373411279606,1.019439601114889,1.1250845112532502,1.5027511611883293,0.29821785210082574,0.5335437947148014,0.7083442948747649,1.3271396880297568,1.2396314742348638,1.3371137212359745,0.07631337083109173,0.685638539369375,0.08915537332445585,0.9420885817261501,0.9633901553853715,0.7170402948868171,0.4374087483083495,1.1231019435329368,0.19006165267674704,1.565587469278539,0.7931790271611247,0.9505167724325124,0.7475792540069071,0.35926991928582686,0.8058091895896605,0.6276405251586508,0.819207972573658,1.1868903292755995,0.39677016856901715,0.5715594928469676,0.7610220991541249,1.390899668827492,1.0543324554652531,1.3238217298057993,1.3971042451993976,0.05678339055752827,0.7917165182624308,1.139749436734828,1.4084610990823443,1.5077441685607444,0.893241626686213,1.3284795108620768,0.9270214427145549,1.201925766474619,0.32949832396410816,0.5676886270611892,0.7355051288756245,0.8910296068565482,1.2702081377110135,0.6218691662971141,0.5661166329264495,1.5300019458946268,1.210908407615806,0.6882649713386702,1.3420608655358137,0.9674556192423699,0.6772885556787791,1.2420795459101888,0.40593134016842974,0.582689149018029,0.7797779107096225,1.2012825477167373,0.5342296654213574,0.7964298797914298,1.4470915232545773,1.2493476559207428,0.9588957328922896,0.8968690554882146,0.7053199697375883,1.3347437539129527,0.7847655647639215,1.248423162554759,1.1109206487549728,0.20695421772341055,1.0351010695626133,0.1544353466633174,0.302714627601999,0.4805478293280723,0.8198342110329585,0.2332030934137674,0.8922056289659175,0.18205294822860985,1.4722041359000748,0.4421963666566914,0.9891297586139859,0.6306510236384333,0.6751060506973793,1.2594835040052774,0.5816199171109173,0.9332958864888317,0.17925665165096638,0.8838628227552826,1.2524642844578444,0.9572844671593247,0.8753621167444777,1.1795495856404632,0.26815809180543415,1.170257285200659,1.2726348739188742,0.8634772218763647,0.8873598662984654,0.5128042759117946,0.49708234763043213,0.8753078798172609,0.33285658922800454,1.4366725599749322,0.44442261643241077,0.29255325648777253,0.7650939688603562,0.74997949404753,0.7180348197693561,0.847504630930407,0.4153311478560681,0.7872177864201021,0.6448545161762478,0.5891209421660446,0.527707279380491,0.7840517710638875,0.118464475674882,0.8795751193620566,0.919043693886519,1.5137836322125153,0.7933567229560151,0.38478106479659296,0.9241047241868537,1.562170618627839,0.5096182106512687,1.3821632415166207,0.7868981588473308,0.9090773531373013,0.8424639027107073,0.6532512974026081,0.4080120321527978,0.993307763945322,0.7456371558685633,0.11802949259730612,0.11849036145193567,0.11299478104093748,0.08183377630496379,1.4395619034057094,0.4493234974974862,0.20562131165031908,0.9178296518215492,0.7504111722945797,0.9447865900852227,0.3655233283556484,0.19429073247436424,0.028064471590900347,0.9669971952012383,0.047498730361397457,0.9092317161425132,0.11940883066456011,1.335480566114608,0.7432889051015513,0.8004601145260984,0.14311363240508224,1.53683044819665,0.8054937329868637,0.26778517995523404,0.6566587325742579,1.058460027655502,0.8106330129275069,0.6912978524980982,0.8099063396588368,0.15514737708030574,0.3966115666128793,0.39654064606218997,0.15958531005283833,0.4945820393089361,0.7100722845533598,1.313946809074305,1.5062471521316296,0.5152175018933884,1.1715343032865908,0.8497205812570747,0.9700509155496865,0.4291334230417043,1.0379577499949237,0.1486501296365248,0.8274161046997575,0.36239558497249164,0.5876220132072213,1.4330681125700981,0.1952451873613751,1.497782182740967,1.505425128634561,1.5035289546546429,1.0938556937768924,0.6338967143584738,0.25374313387578445,1.3338674911479116,1.2932947551423402,1.2189427939838966,1.563131390484714,0.665928919962944,0.6814702918767652,0.43438777425760006,0.4615758734445966,0.4256585829327361,0.5533028973367262,0.8036944200511146,1.0253542184620112,1.2254778512986535,1.2686276120191058,0.9044433072869896,1.2389451389429276,1.4933502633102813,1.2028669533521854,0.8116848447581632,1.35003653675724,0.06744465813638016,0.6556516461965067,0.5860665578932021,1.1212862337668883,0.07416691298765864,0.2743462928975009,1.075168033650131,1.5525892160158004,1.3615953954200903,0.8499390334155291,1.2537424600801057,1.521755264938598,0.16032295006954853,0.9605553413392385,0.5654453960259188,0.7963298092825529,0.4914381444851217,0.16813337961987074,0.8816099306958513,1.1040997009080746,1.2407727943683375,1.2762756913222677,0.8080581355070607,1.3113166359225472,1.457451287490429,1.4036753808127136,1.0925174824223152,0.8829981951902296,1.1371780077690474,1.3240587504574346,0.35492819888385985,1.3207225196051302,0.8416363248930829,0.8397833063071158,0.9673322301587266,0.24582178908777116,0.006191396989434981,1.2918668412548677,1.0091424685617183,0.7978450043866787,0.6516603911636403,1.4559416053821588,0.9454813590420705,0.42416947800873817,0.9051673347466188,0.007201433462440631,1.3068771448631018,0.3755952653620315,0.773185588769815,1.280462726235002,0.6672234496537116,0.8886997101525744,0.8005883227295015,1.1475384722899513,1.2108851219027998,1.3520517291708414,0.6717139333981788,0.3273286388294415,0.4258546106663646,1.4818256151103393,0.9659602339662502,1.0490716428208064,1.110196053026452,1.1412207737016455,1.2126692125177083,0.72547062984806,0.6311904639307455,1.0413264245782665,0.8424348582799297,0.9838817110187121,1.2462501198490958,0.17037440851870136,1.5229297520244796,1.2103775349783221,1.165733196545087,0.5658661337351297,0.0609495745581411,0.6576860126796784,0.4384145874182134,1.0321590208137894,0.5491079385980544,0.544011570216037,0.09172303363358679,0.7092311092837161,1.09034973227089,0.37719368595208513,1.4958039497499633,0.7797111345584155,0.00024322844674148282,0.9063082169651223,0.904239568103157,0.9366954780079587,1.3744454797202008,1.3108844578921814,0.5329232216098356,1.3221301457709675,1.3086581979517573,1.2664188394667126,0.04719086543811867,0.6843897674533481,0.5164000913497893,0.35764980503915345,1.18898518596523,1.1602084292853836,1.248933891965136,0.7481468122331879,0.6699577567414825,0.457934672844841,0.8424004514179286,0.6425373785064588,0.8644526526752984,1.5600092078769148,1.1981406154101146,0.10925245267723978,0.5598276072384047,0.539317359357892,0.4244668671596133,0.9286884306078024,1.0772207385993076,0.8142659533981287,0.6339396585722062,0.7922437291550456,0.7910307119416538,1.159358001087181,0.5387570317471444,1.0157534749177732,0.42530978359774524,0.07056106525499438,1.1338157664500939,0.6492137817912503,0.5359371444585254,1.278433345836595,0.19671840524880338,0.7829475424721477,0.8748390287859933,0.18169870922799633,0.8832422100706927,0.7230044408343335,1.0545025500733636,0.2818435918481801,0.8578017232469928,0.3506557802112025,1.4225869107330142,0.3102974500768089,0.7278976053042876,0.3351674203649039,1.246413326671784,0.7697472939614605,1.49751988114503,0.6386039470718936,1.3727675605695178,1.1164375054964069,0.7510895632031154,0.2811021506187069,1.0289481299156746,0.9810297828828416,0.44983522926292235,1.5033047190937658,1.3076814962617607,0.1130755788125869,0.8998617443489703,0.45712017073484473,0.43686164885077094,0.7291888986718735,0.8005176184878089,0.916105034415193,0.7932738385350336,1.0942945572845761,0.2699010764300374,1.2778643881822216,1.0977422044380631,0.8923541111112111,1.22715764543854,1.254178286113167,0.8326334001917547,1.1951608891207606,0.8309491023287933,1.19276929687125,0.36855419593363287,1.3435783915438302,0.08252979294257921,0.6808147160059135,0.5068392913887557,0.7281137811581994,0.39782177538467584,1.2628053272826747,0.5380279888496441,0.38763194594958317,0.05378113937843095,1.5449172095678534,1.4582251955420598,1.3418610410554885,0.8640872538370188,0.9885761984393804,0.695955239421522,0.44535012586715406,0.3293512588899027,0.30663960907215493,0.6083979876694641,1.039958031473512,0.8406161675493368,0.5475530063452508,0.9236543772538878,0.7721756828735877,0.721744672937085,1.1820451285374416,0.43260842232479635,0.598649367863829,0.799881608504941,0.8632612500382675,0.6935685104569214,1.0227450715766144,1.1972965082833724,0.5230816508646231,1.0806615947009681,0.8043641126830392,0.6273991295349087,0.4546449754831326,1.2258349769974886,0.04431416101310904,0.8601577246036161,1.0780646811291492,1.0119767562994786,0.25801318706252413,1.1273014491286961,1.4778461886019156,0.746907522912427,0.7260963936355019,0.8032900847585857,0.7062755852236468,0.302017714502881,1.1411964245417872,1.4052600422080308,0.7728019963333529,0.31688581194586307,0.5618113693229367,0.950157852158387,0.9141891408838422,0.18894964578438453,0.36196909659533494,0.725382095233547,1.311646332730888,1.1903828596307329,1.333392825350119,1.3757350994011524,0.9872561283673295,1.0764159826914101,1.4866566536990966,1.1214481165978816,1.3845050699271666,0.8852136958401984,0.4786394393413423,0.46048314506750126,0.8808701121389998,0.7462874044920014,0.9622404973099101,0.06503621855954322,0.9574262888176095,0.879209974425377,0.5376299867433832,0.4833285310295914,0.9076997013880879,0.4426215937718997,0.21442051088317063,0.9293093560412199,0.1463122992354752,1.0321294788628144,0.054988635495226056,1.1322508746021238,0.48873632613224266,0.02706097755603401,0.7684056318180832,0.7248787547105716,0.10558048165867319,0.6325582618130862,1.4135991105802965,0.5933717476719498,1.1337902850637072,0.26062488344000395,0.7105580848498363,0.918125105995652,0.03413077777532058,0.6478019984192137,0.5172509191125159,1.2937640212019987,0.21617019339966154,0.9574413676433798,0.8588712580107137,1.5137384637011242,0.6928106080401564,0.40210619278141463,1.216095615143427,1.2446229162523443,0.24829891440247723,0.6556648239943371,0.3559761476452302,0.9560355300119405,0.7636085022040241,0.3053605798188905,1.1191277371356398,0.6604661217894342,1.295814903117402,0.40352172362774263,1.072180706056465,1.210788350667407,1.0659637788559402,0.9663466946275595,0.7314429552063426,0.8144488566031309,0.7915099461601806,0.3297131479230842,0.8485067648342195,0.22756238309890778,0.4643815300140272,0.5685966021033624,0.42882146154785483,0.5864315814175973,0.6995359608469294,0.3950331650581599,1.46344463735225,0.8001981641296206,1.1952948606582077,0.7128282081450944,1.531983961634729,0.4785932247326192,0.7992518589521739,1.5370466752710277,0.9600922186939206,0.6099071099274647,1.4157572241101055,0.5876126614695976,0.8381210593167981,0.6340122033864541,0.7540643058571777,0.7581490068021071,1.0054454000720954,0.9056142471878642,0.47635466421962125,1.3976202231771513,0.5435222623635351,0.7050152120508796,1.0720623377127219,0.5561427645035731,1.4515397344905776,0.3763908342557198,1.4251693133631853,0.48317318672950366,0.9012640751006886,0.8424681466763781,0.2304201616599516,0.46579023584087065,1.30594536562765,0.7867489812434145,1.458128398971754,0.293907100612002,0.4685940193316475,0.6223197949268805,1.0805645989657522,1.5056297619450008,1.1898093580886162,0.2656116353879603,0.061239844438894325,0.03715957558378805,1.1070307482179615,0.6687233739418718,1.141947614063809,0.7712245789274901,0.8622848617987248,1.29724153761972,1.4971116839614238,0.943665013932531,1.2761305439684951,0.40363391013011957,1.2246459979748638,0.8685352780125647,0.0056956675023180055,0.7065585793156539,1.1066627936902063,0.6788916538332082,0.4710358265030643,1.4769106611969804,0.42166918122989794,0.6752087455218038,0.3257754623742851,0.6846826370645696,0.9730922321813685,0.04482994647740754,0.8090595426295357,0.9777939014081337,0.802672582590248,1.353125058505558,0.7497904009476264,0.686185680546558,1.1432867011251624,0.7675658994221494,1.4041701111417326,0.735812682489791,1.2135492545346067,0.15673392913606815,0.6532883479364202,1.087158014871945,0.18474427771761337,0.465929958358489,1.2250436112875005,1.0993343059981826,0.9812475940276253,1.504931084639457,0.4299762861935995,0.8562488987179766,1.1385554355484793,1.128951203877202,1.2870275320066284,0.6026756598636167,0.6356876097193546,0.059349833078840966,0.7222173126080225,0.7202230590958887,0.3615697216444307,0.5913669783303005,0.13833911010412872,0.4075674554135888,0.19837759436454858,0.47736023003575434,1.2416951815164992,0.9865040230784361,0.8529923439688708,1.303897601098422,1.3909370255307902,1.5243515639624663,0.9986776493383477,0.9262857562377097,1.1514867779410611,0.5534625396837659,0.5232008733567601,1.4808277680093611,0.19042288619609402,1.0092384065239346,1.5681295433457725,1.146779542710577,0.2750172911316051,1.242410499461079,0.8990756445425216,0.028930807391990776,1.0368801171914996,0.5786225970849354,0.27798649611546344,1.356415699744164,0.480431432732161,0.9198310241001306,0.6323767286730291,1.075900332704276,0.7672883346875242,1.0147020702031304,0.17876529126138213,0.08328349935366607,1.4359752509412294,1.1825824021357705,0.9795497540090217,0.4076855573998305,0.2602393934857371,0.8855666197481191,0.7959159609807981,1.0146129569038786,1.1485165507856314,0.5175370815275993,0.868738335098206,0.8321034774715865,0.5815096785352553,1.2976262252572672,1.3442553938472652,0.08650338240109515,1.2369579895416063,1.0904602210395244,0.9610528111514249,0.046173160307767434,0.25578448401110493,0.8489771930407735,0.5491275677835089,0.7491710095105754,0.8022418806105202,0.9404372000051288,1.0782602915571486,0.5735843215684743,0.3532940606818847,0.3513633110599137,1.112232906259061,0.4898819620496603,0.8526363431523127,1.5287653642385495,0.6113755394816937,0.5620219368240491,1.0372595393610995,0.8892391916191575,0.12205707580917263,0.6231280115436157,1.4501182471235445,1.0314116922951055,0.8526440236183591,1.459537686181361,0.6390118169307384,0.6920230823322906,0.5527641463245626,0.5473949257010864,0.4257961698637364,1.2875233703037483,1.1980921329431826,0.637028641967951,0.5491810420574159,0.25938431778338095,1.21136705692299,1.538289469350779,0.868240043037402,0.32204952142369886,0.48563301740648956,0.5591221606482452,0.35468461520499556,1.0466580606267142,0.8355245666837653,0.7144563818842949,1.4476499524014317,0.8131817292705539,0.10197100500319521,0.31970622029375234,0.28490282191074284,1.2234932986679385,1.1938511848101445,0.5665839525521944,1.5075376568787535,0.943035353211626,0.6889770342455912,0.3253291999187776,0.9681192356923729,0.8762726924757044,1.0515062259431018,0.9743935555192885,0.28086909869030324,0.16979263664690808,0.6185193332763537,0.7846605093813093,0.805879089872651,1.1500463678609367,1.250971863889448,1.2729494850779548,0.8225781600023848,0.7153709960097038,0.47763120026369243,0.7259098088307094,0.24615562209344255,0.8479026207069351,0.4501953588123012,0.07626431429141661,1.2000961181458059,1.2705181165094355,1.157981445386084,1.531811849656415,1.3130234344049696,0.7041363965712799,0.09185909121998474,0.11435246436261057,0.8387584872287462,0.29496369849234905,0.7263438262476754,0.4570543532945189,0.7619127034440928,1.4943765693113575,1.1115605875012262,1.3681535581729596,0.42908136263141927,0.3451222766221556,0.9765455172888401,0.10591934474987365,0.23849966286269536,0.733952942242215,0.7576947405275464,1.4543882435437903,0.4595961481761154,0.8072009699973569,1.2207172655423646,0.8567826746632072,0.9934016952429197,0.2900804997481405,0.8080844459953015,1.278945389698722,0.0034851935145885976,0.633626251667154,0.6735864368205565,0.9130208537831483,0.8900291639749228,0.6078389855113775,0.38612331199218014,0.5027153444749546,0.24257585527851058,0.8581930811211006,0.986053412719978,0.7303420115805331,0.5103549137465927,0.47131184445044705,0.784435570360277,1.1766600030218577,1.3525602896242361,0.4383528536755673,1.0983718652773562,1.0698370195089701,0.8793946054513561,0.20879526288549335,0.03941351381479852,0.009790209262724957,0.7271748066016892,0.7902207083932467,0.7853154035535577,0.3412605020775598,1.3695361193208972,0.7164689844924373,0.9746133087297414,0.05827758962559103,0.6430352952252363,0.31111395385057916,0.5202074194855055,1.4082933096621606,0.6384665146209149,0.7568766013788515,0.5362315276229187,1.0261070815366387,1.2894198595460626,1.4636970513672798,0.31683629024723814,1.3271518723915958,0.017138572534474525,0.6072138991186704,0.8417987944688009,1.174022375328665,0.5630453459593457,1.5337537769878538,0.7178088051314434,1.3648462628230489,0.9888463664758671,0.6907232280488448,0.3758887451198905,0.85148272090698,0.1393302126786411,0.19905780282470292,0.7299462077450292,1.1003689178068186,1.004226442941863,1.030380234017888,0.9997892567569056,1.5688812255648656,1.3273188314430167,0.8984002686840326,1.3663193911128675,1.46772556675375,0.9012752571180053,1.3635606529033748,0.11470998388779019,1.1406096554098166,1.0079667109592494,0.7829403046603002,1.5187373442822691,0.5690436824849511,1.3103903558940142,0.31340839900488804,0.4336570071112679,0.6244195727071686,0.3563095411026704,1.0832538844864519,0.9263715500387484,0.8625492731109544,1.1723178629290996,0.7604475002951463,0.27342872851650746,0.7693355803832617,0.35749628919659726,1.3105710430311635,1.0543540861300702,0.6563325480301514,0.9477198825921015,0.7554528120321796,0.5971830158339513,0.6813215623114669,0.3670510704605834,0.5785350026401133,0.2563140249712732,0.6523785637727662,1.1938118328720986,0.7291106940048776,1.373755848971484,0.7071458919859543,0.5824112124266083,0.6756428838708852,1.3329600561793984,0.17489487720836233,0.15159088169567242,1.1103220212985558,1.2607116469555457,1.422790979336282,0.6622444462053774,1.3384852442971669,1.0880957501377058,0.24490718567872446,1.215838918213657,1.106584286472902,1.2972893090755573,0.02075920798769558,1.0517154410107024,0.9909227986445007,0.6390094241268355,1.4241789545725214,0.6472610957560148,0.36744963718141854,0.5469246120317208,0.21237634454673224,0.5633125185119354,0.8737208197843339,0.6783596265976372,0.24019387169863463,0.08970901116071704,0.959912301856187,0.8530862363193874,1.539292294474771,0.8012567005866688,0.34549872599884546,1.5179313468490476,1.404504084546994,0.8630588320326021,0.919056864175047,0.4972405171114639,1.2224666970212121,1.0809870236567052,1.1283666040387432,0.33943471215917126,1.389277418172616,0.20020410380038686,0.911077671220887,0.48428980922482473,0.6896018739195449,1.1669900124965755,1.0895075919418369,0.7492638765435616,1.0874933266873397,0.9653109109252231,0.9082719415205239,0.8419866666398863,0.5505565093104278,0.1531577005992586,0.16971533794960308,0.16912010725728507,0.8344413665548265,0.47717038277464663,0.609498907822805,1.0709951990536823,0.9812373789354523,0.21489530817694671,0.20173691878242264,0.6836061345872751,0.7488400141464507,0.5563886840412222,0.36601919990355203,1.56716762061525,1.382270046954898,0.15943684373963346,1.2760604428934248,0.8417881008333138,1.2509473143104177,1.2643324015113184,0.6096028021494566,0.2242128872660802,1.2403517960260397,0.4497771993455749,1.1237182296585353,1.375280196162458,0.5099078747954057,0.645944197964492,0.3886749859479742,0.7078511672653122,0.11165519370026064,1.211829685272762,1.1179800556776416,1.4054746020415587,0.5434277849392107,0.05159862461362245,0.1676042392410163,0.03749588316902697,0.5499870418829821,0.3537203647195142,0.20914435569900303,1.1671539360555672,0.4985319812974478,0.6980397378584745,0.723385771615368,0.09061353406260222,1.1080508825039415,1.2693885875734872,1.0223355960194656,1.2121041044763987,1.5687892191981059,0.21399781135995205,1.38984374087388,1.1344548507898988,0.9817825390522982,0.02671541455176422,0.37247376142960004,1.188282305295356,0.7440747505868905,0.3063032498230379,1.3930383728488076,0.798803180272308,0.9044679338987724,0.7862081936518134,0.11363667247519005,0.6750566641727864,0.7567981631650001,1.3471668045278797,0.48597602525400674,0.8303676435957199,0.8490926937563732,0.6788991100710243,0.5477845208368968,1.0560167762879413,1.0339083301335603,1.5561394844970449,1.364516715464142,1.4667868749986748,0.6047881874782508,0.6288929935987992,0.30614687775593014,0.04259708828279874,0.6813610807782344,0.6250491911235017,0.8480195429670714,1.2674515417014138,1.398025922568174,1.293620390976973,0.22687159493574416,1.2515437056434338,0.9895623817066052,0.48806427664392965,0.8485262619100663,0.5068935990852398,0.14384412108081557,0.7099315264218353,0.11529588497541958,0.5491455729506617,1.215171173921318,0.7972777787297491,0.04028771106496149,0.5655442783458882,0.8224389197720465,0.13404989153678915,1.155993261410102,1.079048385531447,0.6747082841044783,0.7986407150507241,0.30425223137294455,0.7914095299086825,0.8563651260066235,0.6414108432915876,1.0974679169854407,0.7656125938597018,0.09032256322687339,0.7057627043240181,0.3705504451122152,1.365518767522791,0.47317443315726077,1.202810545426554,1.1922162200544248,0.860864972368741,0.8791306316812042,0.6790719822548954,0.06782817912577882,1.4668843314637772,1.14648245338877,0.3274088577838798,1.411522840576318,1.290091843978917,0.8308690857047372,0.8570391391078173,0.8921818619585885,0.07968225194512167,0.12465540154243117,0.12238614909041612,0.7293666540395629,0.3601982697699408,0.1321279547496754,0.8750802268555596,1.2165554946524242,0.497227717838167,0.37609164181310883,0.8381143922435456,0.7459466300892467,0.06377981061432121,0.7180519200312852,0.8293553283266705,0.23981939516267142,0.7395286609859812,0.8356594304816914,0.9292735508029023,1.3883531622916794,0.6908061002496753,0.0510151352971244,0.4564100735528857,0.7999017697023217,0.30629657867878146,0.1932361341631736,0.2549849686820845,0.4781104165695893,1.4598774694501326,0.6720559642245564,0.4501844606668552,0.24389816193511854,1.4692353001279232,1.0839329442459567,0.5701180366183316,1.0881659235079884,0.8603318537400187,1.459948148174348,0.8793308557477931,0.1879811948313154,0.7453266705213205,0.8997642432947478,0.9525564034445021,0.3066174899792257,0.7700512564508984,0.6263886925838389,1.3617105793151763,0.3077093006123491,0.8949490185578735,0.15562262870721225,0.29051997527956586,0.9547443204699294,0.1875088066778609,1.208213171856428,1.013871720383585,1.4771031808051376,1.0191519860060865,0.4264564253557893,0.18004017553714163,1.0873723706627532,0.9169991705343645,0.3323774516695763,1.3472349051690986,0.43448193456127643,0.8724358269114524,1.4922940619910188,0.28352089851515005,0.5206530733222406,0.9828733214271769,0.8531193850425676,1.3262860274247839,0.9539681889986669,0.3550592960443452,0.7760867757867228,0.2767084891989286,0.7486595019029552,0.7960357594348249,0.9681871240974464,0.6769398727611906,0.5665330158072159,1.1478565457023833,0.28152731736716874,1.4577920733534349,1.065274661617495,0.7477279831960348,1.0996343735277554,0.03308132831162756,0.3098763469356952,0.1275017212348449,0.8712367948837351,0.8371105355761538,0.6180677369654012,0.81752160813805,1.0651254358439133,0.41176432107097694,0.9066137579297767,0.8979371776019922,0.00568979791134007,0.506259706112098,1.1143642071476625,1.2252650040399526,0.5945561960805308,0.7931094221469028,0.12147083787143052,0.16534451549613305,0.015996417831272165,0.8755840095771389,1.5261946513948192,1.1894889063541267,1.0890513233749448,1.1091035505268696,1.255350859865583,1.365637581994856,0.07340325133744205,1.4597121665286605,0.8417436318965629,0.5573102280936474,1.1755069884840983,0.8498667259734562,0.5351114330527136,1.1165411458133039,0.6615664868084548,0.6043081087671729,0.06489753804835006,0.5334566448419764,0.4071961959898275,0.2102593914429505,0.7240663865099345,1.209846239128463,1.2062582286275756,1.199011317142471,1.3877952669214355,1.4125309019624217,0.4378381387627469,0.8130748126892952,1.1309625974734123,1.204763217811051,0.8045929609954545,1.267946478302835,0.41906847603383224,0.5110606909424534,0.7884151100993094,1.4980942366147447,1.042143128546045,0.40079541080519665,0.36918855648572757,1.4594728779719282,1.5419737569559444,1.0587967396619529,1.1172694875817786,0.7451492673470157,0.6443504349626406,0.4634929567185983,0.10008021626137739,0.6172831960215728,0.4126001222389071,0.3123538059443592,0.6819776297097264,0.06214598405236278,0.2666695282540894,0.8526311351532739,1.2812769528242338,1.1025727165124453,0.7672867057126596,0.8825241994441033,1.1799852545323235,0.937652298327763,1.559666396037732,0.7039326755108081,1.3762107400815125,0.3793781866444506,1.2257330520046144,0.8496730501192433,0.2301064384465499,1.502783363512885,0.39785711069806223,1.2172611386920906,0.8366987337985503,0.4880675934273743,1.0723147918456026,0.9348692324290309,1.359005917574194,0.4227003258605154,0.35919076547789336,0.27089832655016677,1.0558100199406675,0.48193335517847513,0.4666816818687677,1.2066263598412568,0.9881045214032302,0.6285703645546936,0.06611024088658074,0.27897185070502245,0.7341490471871499,1.3634529117993914,0.03380964477104733,0.6385263008020852,0.2035082450633368,0.5322596851324581,1.0289766610705897,1.2636766562412483,0.8556761670378954,0.5666270962456156,0.8246746842801801,0.8598861774285929,0.8795206312209807,0.47102486331129506,1.0365333154570295,1.2051980841497798,0.8057310504861875,0.12057407523391261,0.6732657974757739,1.2668405497506745,0.026458746782578434,0.06545118093668356,0.7530582382737854,1.2885424253568294,0.5165172030109996,1.3087013953420554,0.32200395853337094,0.4790893419178604,1.1748576543244211,1.5484987330138353,0.26878814248489835,0.27966110095516455,0.808248320318151,0.8250335363515723,0.11812151299341639,0.7910830959988051,0.5618247822705363,0.1816265968822621,0.9707061122843386,0.7355147845723634,1.3310046222772478,0.37930178523189156,0.7482289147864659,0.5446234894113587,1.1855360555365224,1.2843254386564285,0.2947038322497674,0.8150642755896176,0.8552233161039673,1.0788161235105682,0.9444909861279908,0.49236778595776964,0.7293449712573781,0.9927428689259666,0.8480259473899063,1.4362767585745733,0.3719628414997072,0.3100654824107044,0.6465251039908451,0.19936579369209914,0.41966953251316025,0.5623185146729404,1.3151832615449788,0.24506797216793205,0.44752737497073836,0.11541310817521581,1.386493880663763,1.3529731242819294,0.8279513570964804,0.44913370309086975,0.6539016484353979,0.23014961836915182,0.7609143822157983,0.6568407829086553,0.519737077223836,0.49615063302602086,0.7490303062064523,0.7103061679625221,0.9867061516340927,1.0615327173428277,1.1581740625538113,1.199892086846819,1.0545246216010815,1.510828087770905,0.3756352931284347,0.44903763379755557,0.16184056074881606,1.0292760101925167,1.382379636792014,0.18023235539898455,1.0019475666722581,0.38319218357958806,0.9629062847971757,1.4666094822746136,0.7726055444279031,1.0009047313579116,0.8823768222245909,0.20678450113717584,1.2697733401227616,0.9524434109970716,0.14635267933792634,0.2776724555665236,0.8553511149963464,1.1628140221583152,0.8291585560955468,0.07645274582584584,1.1175237149442796,0.9165119513800175,1.257573182266364,0.6905420424686992,0.3811235477235109,0.6569816272027931,0.09978374135098628,0.1609682039372338,0.8133175773207838,0.07237674483245789,0.714047339272695,0.2862446146858454,0.9726419900553369,0.5524334519000561,1.2593327659394342,1.4155886347422044,0.08466900394286482,0.9588470032518348,0.7324786068376259,0.7976441508424202,0.13756399386846574,0.6484045427231501,1.174321844485229,1.1279010739444102,0.06971206264051161,1.2302660668327825,0.9228167299903669,0.6117300777235654,0.7934548456367443,0.7743575195440059,1.0093265842204817,0.5500457419849097,1.461392739973888,0.19160599133897344,0.012061862453164311,0.7435233692794861,1.1874358659780913,0.44128997241735624,1.555728669733115,0.5216926466628103,0.7941380897666204,0.04720342201430758,0.08091666494905689,0.5820171623313346,0.1345597278219334,1.059747897157424,1.365638150983331,0.8087749199062535,1.146759838832461,0.2757845476900342,0.4627818247823148,0.5083272376440491,0.7976518515013038,0.643155985030204,1.564759986523943,0.17379088256308886,0.07992666519867084,0.2847335849640027,1.1578854246016002,0.8535067354477525,1.1063371075067614,1.0402053536497133,0.3565775767434411,1.0601467081553215,1.1432690589964185,0.7485584593491608,0.6634160182313731,1.4260770452262181,0.20240830871318072,1.4320017817362982,1.5539691407208944,1.2491067661470499,1.5705105946601154,0.8300421100342552,0.673876162369264,0.5715464196645359,0.7579935907587741,0.17450018258164762,1.3954270345652158,1.0596134409041027,0.7453620079259973,1.1946070349934883,0.5560033558355906,0.6195589038793081,0.14010936212091185,0.8447343614428556,0.23146954213984883,0.8223585392442064,1.307442159366388,0.6083890502514512,1.218586960702671,0.5084539394042004,1.328339042766453,0.6119541477098741,1.2920757150478972,0.766443916685909,0.23247894055267093,0.13089828594192715,0.9597097573665542,0.6283052638218122,1.2382214431023026,0.3644327386516166,0.09394625784387325,0.47587618282792143,1.398869469657806,0.6704838340294453,0.6399665386937361,1.1294465671556762,1.0334868486459312,1.56536708504316,1.1694222024165168,0.14512857279035535,0.011337886069080856,0.9312984213030222,0.4693294675374493,0.6023741161297524,0.1604233922152071,0.7325405031034379,0.6223195446584222,1.4075729631640566,0.44169581671404373,1.0702523271042772,0.8876199365331539,1.4945720474974884,0.7295047711677906,0.001514720920851006,1.2201188700960905,0.35662253632606034,0.12300413069951903,0.029171006587482874,1.2553999097258328,0.30380115050987605,0.38729566365082435,1.2738562734669023,0.985623385542279,0.8622402289762626,0.2679003349876733,1.1893418029435385,1.400961438998673,0.8908771435970135,0.1422481176175406,0.4845521300445831,0.032175224346895674,0.6337570660836507,0.5763853869672486,0.9760322325351273,0.44111325037719973,0.17796604945304267,0.7668672602966518,0.7393602598649224,0.2515232160042677,0.7235795575358964,1.0736951764852898,1.1380942873892559,0.48182211588375995,0.3418327968052135,1.4156825723535327,0.7474762289324673,0.9192331213324694,0.13093046423309654,0.8615078231461053,0.23769970735296464,0.828423296958816,1.378029123953021,0.8175796491111075,0.4572062458975963,1.1258228739475638,1.0033063602236256,0.7382319825418525,1.1980528539436082,1.3445038336605017,0.7070314791318301,0.8415080369543824,0.2968102330693385,0.7314778493521805,1.2777706610268595,0.5463185973618865,0.8393609784516429,0.892745794576843,0.6843703991057134,0.8343106580691115,0.7683096111583808,0.9068675305238487,1.179152874303516,1.3602213174132949,0.7561123293674062,1.06957276208572,0.8514463477747728,1.246906588345407,1.2279235496369127,0.933308093410573,0.6503090502656188,1.018420266492158,1.2228526821256753,0.9289058783506257,0.31374113805732623,0.8023148140621524,0.27400865711010547,0.6887906034280887,1.2693785991708835,0.586012302512214,1.0434926210672175,1.117660258980771,1.4083916522634905,0.11288783583672624,1.200475227051141,1.0680886122181512,0.38751080219105616,1.4298762250479724,0.763356064857231,0.16475644425072353,1.0851142133272176,0.32599498055792986,0.8413108503054667,0.3345550853232159,0.8743346455207129,1.1279648763060457,0.8890835500325049,0.5496924583131381,0.8064196724993192,1.3017823868344136,0.2961634408109887,1.0259022293318516,0.6958112806818973,0.8676187861491088,0.9077840994757508,0.5507718487663157,1.2621211624153417,0.18453138566799032,0.5959403753761856,1.350121272874454,1.2157149425135347,1.5537925018799694,1.4998079710200596,0.519618588576857,0.42876121236529263,0.7210641308977032,1.5092958026852945,0.05882138895605374,0.2240835302877113,1.1721243916231052,0.37044454654931686,0.37551204119707354,0.7958974489708279,0.6284177451463426,0.8041728417499079,1.2550967429123843,0.8733574070986352,0.7302205984194307,0.9845470790955327,0.48721676798221725,0.8845872854361733,1.103652484600731,1.340767445445341,1.3415247146832068,1.0017703449524689,1.3526734827231803,0.7605941086392485,0.8375184591362929,1.3150779209587329,0.5453601872740548,0.33405798027274347,1.4888501941197627,1.3730243133404516,0.810306725407225,0.5475276013291329,1.1134993906372104,0.7621055388701135,0.8610145963391856,0.28395282115829434,0.46261998142794103,0.5145119656300635,0.9848671458904494,0.7106855874806725,0.31806029704061245,1.1811663632583604,1.2010255475478406,0.03950490625400084,0.6310253991823316,1.5689435763316275,1.2492253034500977,0.3684184750243265,0.7920305570120038,0.7287192545205156,0.5733761590831485,0.6447047660395637,1.1975975758122137,1.5479227287647155,1.2256581902060428,1.4135849688268383,0.7761709810650174,1.5385313628877908,0.38064103425225093,1.1163314823357406,1.124473173252724,0.6309597302681876,0.16616786154373275,0.9249107192547785,0.7222179639160702,0.7547741375332788,0.7087557084832381,0.7232261689642212,0.550574591119588,0.20439195792317755,0.6784543821376176,0.9095023833809064,0.5987089370886589,1.0116024247672364,1.0001484374971235,1.220267335838004,0.4832464922992719,1.0222234541730097,0.5896753746336767,1.0711145028086826,1.1585462688029942,1.1698595310755178,0.6468812320433404,0.5151845212244796,0.966234320202682,0.7783495094653152,0.3045344207253375,0.8464453401634086,1.0400093469756726,0.5075690127536784,0.07825090649418945,0.6028611031269826,1.3260218096836864,0.2609590404904771,0.9862420932903689,0.3022495224738675,1.473201836269819,1.1450871558417577,0.3034431414606724,1.0956455276174555,1.5017850851200476,0.7251714215675241,0.8995002273736394,0.5540189846962751,1.344472152722195,1.3996032626187418,1.0960915301374468,0.5862658249481991,0.3175855994112396,0.12967249171627904,1.0010343389689227,0.32905508327390376,0.2719497474338315,0.8273820934172041,1.124408228125667,1.1234570457329403,1.2208167073163048,0.9444109383701514,0.6080252895948404,0.7135157203607486,0.4479033498880009,1.4483634457055132,0.38837040138634066,0.22411023331948957,1.3480837672520036,0.7437437171618857,1.0284044878852707,1.1079468859617132,0.767681952157911,0.7183586226235328,1.1129178191093922,0.20811000492795056,1.3661972251410412,1.5604572796034282,0.6877029424483065,1.227683017416075,0.604216125483809,0.7203782490214554,0.8143489099713532,1.0808245815046642,0.6010664664224151,0.5137646939243168,0.33222762162164615,0.4213921086492009,1.409167535617172,0.4509805443309145,0.8580596650968371,0.02268430558112362,0.2000163510789156,0.7896189133084172,0.697918073702548,0.6306139215357468,0.6646812745277945,0.8200550387619632,0.9071964198409163,1.266671105568685,0.9825987445645368,0.22444678601828308,0.7956089723683532,1.076147418872151,0.6790435874428563,1.1492585743964168,1.094649380207774,0.8929291381926698,0.20544359728989547,0.33264641951565094,0.9185501987581027,0.8172462410580315,0.7414764651709262,0.5664952860752707,1.4972898352573465,0.883522430365381,0.11952123187849706,1.2907942662898946,1.1759110165578486,0.49384605237579077,0.7428959947934582,1.3350388068203582,1.3100326209474114,0.011236701692940217,0.5487932126425262,0.5489483886773369,0.5727517912345369,0.5592268164283782,0.4963651212320339,1.0847774760847482,1.265779599640934,1.3726845869251392,1.2971558474349894,1.3931479662549284,1.2038243027365534,1.2882085814651083,0.2406601167591237,1.1824144158454641,0.6432988456436131,0.26739299983201503,0.45511083406271075,1.4526024850748953,0.9446975626623352,0.5904456478122561,1.0384755553350336,0.3865742851036583,0.23849464454124353,0.935464241350339,0.7569990976243868,0.9617642690553658,0.9501752441087054,0.7809362782589202,1.0165794934935377,0.397106953306514,0.19270080068782477,0.2472095904012704,0.9249989099734001,0.5518830263272061,0.875517142021671,1.367615608212447,0.733166540854636,0.15134842669728624,0.08904546286437942,0.4742782613250474,1.358595989937384,1.4777228760932186,1.1914263300145476,0.7210759241268629,0.5954416801014947,1.4068772531677542,1.1921145046940005,0.9630518678016936,1.3675810751326725,0.6582516181220771,0.6173621106097493,0.9406772386368338,0.41981682919349855,1.2298944541235313,0.7217365402885106,1.508192772768152,0.15822204347056257,0.7663486375342975,0.23725585896044296,0.4691018313554692,0.7745896825910148,0.951069069800072,0.3894605994703169,1.1109790018018608,0.200469847298408,1.4901619090554001,0.015454759678993867,1.5389784970497509,1.416219583993744,0.8787886575229558,0.5213063577383941,0.5950209983421091,0.44777599720121186,0.3519152299067276,0.7862903508641478,1.1412514770815656,1.4524315164119794,0.5536858420396502,0.4404069385503097,1.1194135972045272,0.585976713143791,0.6138126726313367,1.2449323141463975,0.5343113874556942,0.22171209793407365,1.1019373542663597,0.9723984456710886,0.7595645909074,0.5747841390007701,0.672535428068938,0.9191428702682799,0.030195092447447478,1.067604657697507,0.6837495424926759,0.7075873877361877,1.4740647556472828,0.22083996309246592,0.3309197645286124,0.9276839314476686,0.07070340068205039,0.41721657684192964,1.5525744507505546,0.17250649120204928,0.7052116562191854,0.04783534179323633,1.559581471335116,0.35816392535148295,0.035726342016373404,1.4736686482167938,1.2759451227516707,1.0513366461456994,0.8317225146827458,1.3811909925678878,0.18978298856506656,1.1881040450738236,0.6210614809027959,0.824147859049808,0.874113222442591,0.27695216301800096,0.6338691314168693,0.47483527267496733,0.8062137053940609,1.4273865242359383,0.7295060270261122,0.8545377912634481,0.8818875521204042,0.368113881632489,1.071504483371274,1.3403249218863327,0.6355752924102523,0.7424088474235557,1.4305052591573233,1.1427749146593555,0.1244395575143852,0.9845227816805753,0.7769725261892054,1.090827261998535,0.8475798013387047,0.5793783338436563,0.14317289488926455,0.5790468362959995,1.414137679357151,0.4219703284488451,0.5765522485383423,0.021843051088298763,1.0742632865062038,1.3409185633770984,0.2655809041484875,0.7361871596614457,0.5696726533276953,1.3150960625888573,1.0161264816678766,0.7670082441625699,0.4352984088713494,1.5206880628423978,0.3043073867558167,1.4518533328216268,0.9013807239883854,1.1853495157007439,0.6853904930903696,0.8761287935251091,0.6302585219504555,0.366519214128498,0.5956334714165415,0.9852383372609288,0.6183734697227553,0.7731336033057685,0.7959029848932448,0.2591188667525528,0.7569167771858757,1.3864199810678135,0.28236559125869465,0.6959285086396488,0.7195266257693652,1.00011261905379,0.36791471446882557,0.7633895533370362,0.25508639331263283,0.170398906338954,0.5031969253324093,0.7946239654575371,0.7998987619930655,0.6038530893963086,0.5444655690507721,1.2830002324914098,0.8268555260758574,0.5783907875342845,1.2340384381782215,0.9500116285372022,0.8249970089737367,0.06933763536956203,0.07226741356926347,0.42699859091634906,1.220208054513542,0.7992333309258137,1.0163391631236567,1.2907645222961013,1.426177981647887,1.1445669194191475,0.8548024832151195,0.44076395652081046,1.403362562844218,0.5989716194201967,0.20469245003340933,0.8384893219802538,0.6125663497084476,1.2064455344319083,0.6088464777148748,0.653213853098469,0.25701037387613807,1.3445971706271658,1.2073974914230337,0.25486420587328174,0.24334968236895527,0.03738814003175611,0.6045899920535439,1.5469188367276137,1.1088600901222694,1.5621126051183258,0.5162531048034723,0.6784631904562477,0.5759969965139133,0.6556233833568351,0.8563393391969829,0.4490867574573212,0.43105858102378247,0.9719138489485369,0.500528176689624,0.5034545477294106,0.7490820346286177,1.383023168417745,0.8029530601246422,0.5921130492434927,0.686718953633516,0.2686710241860035,0.6639013626417555,1.0737343795101826,0.3951361568325004,0.33369131773038296,0.7743250623345493,0.604910045487495,0.7207566712518986,0.7039911448459628,0.6547404684292557,1.3685280558570727,0.4661025716200759,1.0652363899471533,1.3027442142352288,0.7817276405122683,0.6857952668581018,1.156200858801653,0.8601843879644843,1.264457849902922,1.3059725986668944,1.0644882750394746,0.7196726081835617,0.7268864519736876,0.8308429869093925,1.1226645529933934,1.346326107193369,0.5653173198722453,0.8313374978369928,1.5273054291595693,1.4158046795150414,0.8131122503361092,0.5203784647212314,0.7009872278598788,0.6552458902937508,0.8326054756473056,0.25878306495857534,0.6199057924785308,1.1603703239386063,0.7714636739748795,1.016035008582419,0.8530153124850666,0.7191133882124238,0.7576442543776846,0.968884441712572,0.8655336301608824,0.39629372714118416,0.2795096017981921,0.760469615424958,0.4971042985749062,0.8882293025119932,0.5010148662044076,1.2688246449988827,0.6731475786413508,0.2783222627862809,0.08719244073711062,0.7484971622530517,1.1131641351527093,1.5360305033219706,0.3928544535289995,0.7332486521651939,0.8560949919964288,1.202126290850913,0.2896120652963043,0.38603380479221366,1.5399083236212292,1.2379248157384004,1.4412899086159823,0.08761273046894875,0.511626065480097,0.23663174796473016,1.497665116710224,0.22912670626265566,1.1743082875221784,0.4727167702025021,1.2699794212665374,0.877072406034569,1.1433054515648737,1.362799551479783,0.7988402705091169,1.4576690097254483,0.5146056375616135,0.9185798061876124,0.09086941924353731,0.8749122861280398,0.5871957202841542,1.4914243462329408,0.8044960416927135,0.9542819672404681,0.6562962755397941,0.59318625303477,0.49713474836211446,0.7435834173149677,0.4751825248574053,0.7332840376160574,1.2719669690458328,0.11652343772474609,0.9790614731435264,0.6381333646120465,0.808057211810125,0.7384635449111451,0.3770708934462743,0.7797129307637471,1.0709722128730235,0.4451523134897605,0.43221464639618473,0.8664848228543581,0.832283622057367,0.6713350330434783,0.5479353638398939,1.5242328602273674,0.35900115846679687,0.4307416233702133,0.3272038527925182,0.7116827608476246,0.7843038298776758,0.16216292341937108,0.3058117826943631,0.40576289614579497,0.23643352072013035,1.0272371062256926,0.5594367244649671,0.9360456923636226,0.6094006278137586,0.7124735068737231,0.6300121691749129,0.7063657654284616,0.7791201630030723,0.531824097710661,1.5467650736069842,0.7609996885452442,0.446054904811547,0.8430944259650692,0.1716345916360991,1.0481252421034999,1.5316700727906802,1.3381740298972205,0.7482692733551282,0.9785659767605676,0.07609807191464799,0.29767690833756355,0.8168613764273284,0.7305791428474745,0.8976842010456679,1.4120098117096038,1.1082406818140695,0.7610270767595375,0.7412597820357729,1.2421045600882032,0.8533421581444258,0.5027114931591954,1.3385744478424706,1.245160412135577,1.2505570264181616,1.0812041119382845,0.20068217550332204,0.6155168942277454,0.8260230253177623,0.4826649142986247,0.018669664795885426,0.47761303242211806,0.19668612510547648,1.1972108950110232,1.2062557154096747,0.7440835079033659,1.1357994331468824,1.0327870138579338,0.6410396802152234,0.48466783932259744,0.8300848241700298,0.7963386265017894,0.19769347190985162,0.6508671203752681,0.8024445749436058,1.3380118804854617,0.9944228145727735,0.08296230040452814,0.9574905264498629,0.3000163552949363,1.2498389543076664,1.1645025035418555,0.5238313739550344,1.0007544712976932,0.4037276382374269,1.4649178387806507,0.18497920546416804,1.1388690128155206,0.6675097134027994,1.1588254710873214,0.2862085256038107,1.2563930351774582,0.48455792469767084,0.46060243695233477,1.541068729236315,1.2247213699371584,0.1843982937978882,1.5386169929758244,1.038774839502832,0.9793151761808073,0.9168897365785019,0.6091402005254254,1.294888611603465,0.8723468317113071,1.1819432894634083,1.0824665359671928,0.6480019368437506,1.3323569871285799,1.0107746630868795,1.0686349070150931,0.8384300624713986,0.8748393020105437,0.7309195326473799,0.8518630584079613,0.7807344456906817,1.2675114616333185,1.4186449714258713,1.1315327275073637,0.8201291601165258,1.1604271532801802,0.19214042192586642,1.0421090420102725,1.4616707036591048,0.8843869541954217,1.1938020389623296,0.8411254277055782,0.5721313531745507,0.02988095652294756,0.23451647453676744,1.2053637661948207,0.16268691465209878,1.1549591212593722,1.2324089012178285,0.05697561993747906,0.1525693662416886,1.0237804358876026,0.9765846427855478,0.4981463816066203,0.004150449987831435,0.31028883308195016,0.9167907037267553,0.5133327304016105,0.5429058235101106,0.8735466333522837,0.6998528672120272,0.7419019097312932,0.7675373896284509,1.0458952343495667,0.4173593562026421,0.23996607786350113,0.13212426486974863,1.401920282745884,1.3236196025163438,0.6147102439248573,1.2529479174141076,1.3814249473037061,0.8548934276929014,0.2897468354827131,1.299251246745596,0.27229720874568764,0.6851433363666488,0.40326534085196786,1.5024025130377712,1.2763769684365602,1.0664598130747394,0.043916442421542884,0.613038922356167,0.5471250060160586,0.492588186406911,1.4579689719742817,0.9484674792315456,1.4501643324968243,1.1281521791113005,0.2499867222907311,0.678572472378862,0.7172666473039268,0.585775670624353,0.06603383356860501,1.3517915969898708,0.24597310063424593,1.4868665125885425,0.3837960809355261,1.1973940291117395,0.977573095536445,1.0148681718396326,0.7068244823396113,0.4308681339016728,0.8953837685624534,0.8636312185436037,0.7066562105759564,1.274541802290809,0.11164987187293789,0.6396792793813764,1.0600882768305944,0.30026476985346634,0.9552006612849774,0.8833038342736232,1.1723610366381934,0.4288325722551304,1.1045396879057048,0.15227206423518036,1.141342161970809,0.6485390556835913,0.5303723673409745,0.9638650101666064,1.1985308640436472,0.02667182497128429,0.7457652016337505,0.2904076866120373,0.7936164210992295,0.06689314450170443,0.9428090449457927,0.5873368859255113,0.5639353676893298,0.6412808794886706,0.7083729642604568,0.5003154865414214,0.47828297800388747,0.2139752898031178,0.2070478825647642,1.4399584219744255,1.1385377786286144,1.4188842023179762,0.6752919820822494,0.25477522794425433,1.0871094660934169,0.7607863568286035,1.4219053807453548,0.058089914989975025,1.0155617916128499,0.8875081614755223,0.5474679461810555,1.4982562119879925,1.070257490788585,0.48730375067450327,0.9645322940794611,0.7353751433850725,0.2781456434642474,1.0902701844131786,0.5685680866831868,1.2070190330209634,0.09703831056381441,0.5749734416413872,0.8874962236076501,1.1742850741779285,1.2032357788906034,0.5355130831517396,0.5238160898573835,0.5897215666395541,1.4110976100929224,0.4992453173757381,0.5929312046205706,1.2491341942105838,1.2341251217484839,0.6520993141869909,0.7189647756246211,0.5779683192425872,0.7745652826313456,0.8957911768212535,0.4404498239299931,1.3421916456984677,0.8432034270478005,0.5949646277698634,0.4797067808288162,0.5142996156660052,0.6744086063613731,1.0282675110340007,0.9724961197842034,0.6914984343696216,1.0135830280821818,0.5100462967539752,1.134614123042554,1.0701431541305744,1.0116709203429866,0.96108021113566,1.3952551513990508,1.3000453933122904,1.1946522120035055,0.6583488420811017,1.504531842905175,0.713046522517521,0.8770940432540091,0.9246414410230225,0.9630854993528348,0.8092782881788706,0.7863236602317555,0.4180176701402852,1.3801409325156964,0.764895529743286,0.6804843318190325,0.6897355052086549,0.48772941346842963,1.0861559645463839,1.360131579473305,1.2456144685659534,0.687994195981818,0.05377881581909826,0.3963303653717692,1.0406166395238423,1.3056103219941366,0.02929532362085707,0.7817793688638643,0.3992850527055027,1.3510107474430926,0.5036081628673896,0.10582496526425561,0.9099043626942562,0.1525239837262792,0.09344233828165836,0.33116939090876335,0.9496226781467347,0.2388671601423618,0.6618658326205226,1.260687292197118,1.3714239923988316,1.3374842136929868,0.23731552945237933,0.6763743367792477,0.6596156517606387,0.1742695389095686,0.3065897633767032,0.034952747993481845,0.6964669551509445,1.242092952098626,0.2574371610457206,0.8048495089488159,0.810182644701928,0.8011419819513826,1.0318646189350509,1.3902186782066193,1.4538898493133043,1.3364182797620843,0.8268818453339162,0.6708079221065425,0.64713314469225,0.013790713127577039,0.2816013340443997,0.6589195617418435,0.4669257661509022,0.33901424786791123,0.596354563213756,0.6324539199956967,1.1328407179137376,0.8072033374852612,0.1770170648424592,0.6784495249937482,0.07124679870682932,0.21026204366474419,0.6916506749626579,0.5216977423911608,1.384725140541123,0.7858916156622107,1.1321799534232424,1.0647823134638317,0.009943901764759457,1.3836859592567718,0.72855915335693,0.1258008988345332,0.8825797482904904,0.40720855108591175,1.0063470829607866,0.577815650374664,0.5161786177021385,0.5148706003139015,1.1921200875294475,0.8838657468001261,1.4970088001720276,0.02545068791913502,0.35799354220562724,0.8165201102076307,0.5854590546599475,1.108034286426783,1.4721507786726789,0.9210927225609785,0.5164659641661645,0.589017319275422,0.3855615308271463,0.5662830590969656,0.0908067099630096,0.5704827795534251,0.08862723246305008,0.8226618399597624,1.2659502200572414,1.2196179888492082,0.39643180217360896,0.9876060848291766,1.2430345738194446,0.8429382949177278,0.5696848694013811,1.1221531476783855,0.7373288253774704,0.46654746459751695,0.1894986417422806,1.309314516349614,1.39129767179053,0.7177182568665729,0.4122344685586793,0.36549172525903695,1.0702589818237085,0.5115735627949515,1.366180059918966,1.0078239301976584,0.3973002179311331,1.1102398025669282,0.9488055499929535,0.5844579637910731,1.526662164432769,0.6637729358497692,0.4394066406949189,0.5577198994897685,0.5833829738573664,0.6706440995298034,0.1559320816757177,0.8250059725838922,0.9924873026154488,0.25403734414343826,0.02694359993818039,0.016934527340598624,1.124580911219477,0.7036300220373162,1.3589735094324915,0.2807181336424203,1.0768104410259973,1.344974786470027,1.1285751415218281,0.5119087939746148,1.1971993058398236,0.6709495968015424,1.4748074122816024,0.5834537124448514,1.081670834363842,0.6654790765751767,0.36252280060952247,1.1719959468682897,0.9320895405419817,0.0362311322539127,0.11296088809947855,0.11616126488340946,0.7987788107988404,0.6895904231887229,0.9011796407249427,0.012963057743059735,0.49306528206880484,0.7621965546928238,0.5828572305544018,1.115206587641674,1.2953193347164336,0.8724604568983976,0.339640122655235,0.7080013946403079,0.5654463623054773,1.349070128985736,0.7020297219682058,1.0521465832091335,0.7441170482380813,0.03077604179546453,0.3323510690421454,0.6656547052404898,0.2983429649137318,1.0654490772109804,0.4821490090706973,0.6083264407778273,1.3398469022760575,1.0632793745260953,0.3285470582656621,0.6496411007867331,0.9751638251899288,0.5907958637445385,0.668548552392339,0.1421234451765036,1.2100757797322905,0.7039802752448276,0.7492581182507796,0.3797775163902009,0.7957897501366674,0.612210997745668,0.9363026130207951,0.6559627512605033,0.6543861743109625,1.498538152641175,0.6520398689936642,0.8064665624891366,0.35623311210537706,0.32309843998202425,0.4912720481723584,0.9989746515580723,1.1390429965218267,0.7461251244393449,0.2057877357797652,0.20322416169908078,0.595108734241004,1.4393143624798683,0.5912270392826539,1.1478487226404173,1.3629607508374821,0.28188720073435186,1.044031433597948,0.8758077217101831,1.2699486165546259,0.43282860806509327,0.9052956238629288,1.070502711763452,0.7562711082213455,0.6012281797442605,0.637230037511825,0.9797777582365536,1.334271700144315,0.37808555739293903,0.15437538562578063,0.6287080250345028,0.21942888279026138,0.8630009075379089,0.6526074620591283,1.1119275241343525,0.03333414442131956,1.1353136963102142,1.474359027347568,0.49591840136603804,0.24160037158345404,1.1575223704727293,0.38498160324428976,0.6088808441482746,0.5523391263843341,0.5098786312322926,0.5577462751284323,1.011957753188034,1.1797591503760332,0.8954542709705752,0.7491582223767026,1.3869832624781377,0.3182637549162626,0.738286333168649,0.7813382833845974,1.149410745532152,1.4686364110404548,0.8147643988344556,1.2387785015873436,0.3686227153011656,0.17936834724352713,0.013890216147721023,0.822188488972021,1.2271683873364134,1.2384515815618218,0.7807541681082808,0.4032490022010001,1.5133179669066563,0.29971790258864506,0.8377178773523437,0.226976582078109,0.4291713707098878,0.09864886364937085,0.8619295746048692,1.4703192731077708,1.419098779231221,0.2700857686967169,0.5765874452200964,0.25314206389949023,0.7162409068181729,0.8540445267802982,0.6287777045686681,0.1794303741575067,0.17968344189294638,0.4555521837183547,0.7502597379569294,0.3966637138468935,0.5601671160845956,0.46703041760399033,1.262401954592656,0.5304550281073118,0.8861215495590168,0.5219436336637052,1.469227530954755,0.06444484077971338,0.8595554343041557,1.0194956859830113,1.2590468156281016,1.409693904616179,0.0028023576727389866,0.9220254040429332,1.1028279844563837,1.0800497824143496,0.5582100574710894,0.8936664349372099,0.8222322726514628,0.17476477637957855,0.8952459122704892,0.9016665871772882,0.9556504296582016,1.027629512728545,0.051786721510820644,0.7732851217778413,0.3107085702648063,0.9487699129523858,0.5482330024522606,1.106867253838927,0.6102031419115881,0.31739746542303937,0.0008258973298241021,0.6400378931490289,0.6019952581300618,0.2036338828301692,1.3946624638107095,0.05076325575806255,1.4930505504394256,1.1374840920189637,0.6581692325124162,0.698740345541147,0.8010946945539045,1.290624256947683,0.6939132716006157,0.6974389483931431,0.9416644906222166,1.2920629308856402,0.6988012099006817,0.9357471909940638,0.0781560766191576,0.17944337532428833,1.3918266864259168,0.3323023178007504,0.4458420415600931,0.9490985442612246,0.389440393055573,0.25316538127637306,1.3596783555442422,0.33601143229754526,1.253405936699584,0.886509427824057,1.0046681438279768,0.02541130337923048,1.0038043480403225,0.10507410247426106,1.4174180249658606,1.0828616003246148,0.6197751804366771,0.6933320706084771,1.2394130065350077,0.05814312052295476,0.5719959650169737,1.4645707888721526,0.8701608775759915,1.5637991959429378,0.9927215762108108,0.8691855177511241,0.7386750478905755,1.3579359712823935,1.2102418647798643,1.1074672626240056,1.4921507691174585,0.33710330456332643,0.6022478925909722,1.2795286940313022,1.364072778681271,0.719024930842905,1.048362151096558,0.8433786237335087,1.4597812432171797,0.23699670133869266,0.6895313406707125,0.5885582244610561,0.467365772169438,0.31168649797370634,0.6126730762813148,0.9622516743597429,0.45972752572300746,1.2483820022559615,0.335272149579734,0.559666401693334,0.307856817617415,1.0122619343022565,0.014833983636701704,0.3857730913159277,0.538817446823451,0.34973205377409444,0.1653493480700524,1.2355289112211119,0.31820463866672855,1.0125338219505275,1.38662016433456,0.03760069546725736,1.2169498029159218,0.45589994116305216,1.362238186013367,1.1021455655923071,0.9605324058688642,0.5152585450278249,0.42258601897072,1.0293677287984178,0.9022656974460386,1.3218560643879795,0.8958302883389191,0.9720274055543232,1.4161850184674123,0.7363607456554764,0.7991006407673285,1.0296933500561325,0.5471240360688908,1.120523516382053,0.01791027712110064,1.3857073914036664,0.8580552158160091,0.781994926258087,1.0536048560722142,1.5095764059580539,0.8826534357561668,1.4065703944446741,0.5511629567054683,0.37412267254590886,1.3735559347284212,0.4651115829074335,1.23751448435898,1.5161751054908719,0.8557325120918537,0.45678990657051577,1.300328818246594,0.8127532025177283,0.8114708446803305,0.43791192038480237,0.3088801403754055,1.5336833268572128,1.184633522000161,1.0368680100589727,1.5318371322464739,0.021698205258949912,0.7677825948174397,0.7074038312403926,0.8542074671185909,0.7747862632810526,0.8319165980571984,0.2568288244607207,0.7731477190539932,1.5020459954793162,0.4120523262245691,0.32864029613024653,0.4009867684856296,0.051836681574339266,0.7284709862109893,0.45538805850082786,0.47485331748623355,0.4808689503793606,0.31457393181045357,0.9130182712297079,1.55260282231643,0.4001046611278354,0.4937403136402416,0.6149374556409041,0.9109657768975602,0.36327923540524537,0.5950311723061568,0.06920986226878252,0.8228665809644493,1.1417849934480793,0.9230232077165806,0.6920793922129306,0.68705845831455,1.186316741592862,0.5733241637798343,0.32647121281339814,1.110756347419133,0.8799801015408864,1.0430473504210587,1.0686620809904048,0.9900943200681348,0.7787928784184882,1.1284998711762007,1.2749578334769613,0.38871464151846347,1.2376107871326898,0.8583967681433262,0.7082643865729957,1.1344022843795947,0.2698841100514662,1.099291736636334,1.2450429873989997,0.6061102970257185,1.2600852097669903,0.6967938947539829,1.5058078425365655,0.4368982041433868,1.044889523660181,1.1198665367005975,0.7153179916697702,0.3847500405568758,0.795028342109874,1.076835133474611,0.23237169125030022,1.4526377176684773,0.3628854443943943,0.4095014632109688,0.9803244417401258,0.7908695635796226,0.9788251695784566,0.8082602815083723,0.9045523415719263,0.5421486650508747,0.576839659912914,0.9874141145597036,0.9412494175989431,1.3171883671156537,0.025938038613338054,0.14752245996247126,0.8364035943844561,0.769072072615204,0.32594120608244637,0.0221035941462811,0.16394984780005803,0.4955152599882719,0.9451695878733148,0.4052421831779693,0.5489395173411297,1.0075168709615208,1.1550356320581725,0.24141498049446586,1.516054858918246,0.4975997624707117,0.7460799905512806,0.7986495367509976,1.481363343667343,0.7040289463629122,1.1137028281384624,1.1108566410581908,0.60027916967103,0.5915975038348581,0.7445542151681197,0.8739795647381615,0.7577279359421673,0.783899442087543,0.8840921194814421,0.5086487835609536,1.493155255676004,0.559198245772047,0.32755253873521545,0.9237210635625389,0.031828476958203886,1.1844245823405686,1.5315676435025094,0.7354668054229042,0.3152315923712403,0.9467293784149734,0.7154016611055022,0.9315401027206436,0.123018942698695,0.20317203184251287,0.8821617653188413,0.21072812827647466,0.8777940398831052,1.0766031059094547,1.0565171210489517,1.2580253921772733,0.8611610331694572,0.9489392733020302,1.5591490548149232,0.654677240158931,0.4285345024277735,0.9366286790967462,0.8344295091100628,0.0661319586396848,1.0469153594451286,0.21448596012450993,0.43571599870389494,0.7290497174380656,1.2713100526920416,0.7937100781009111,1.2912144964521213,1.513249587392514,0.5750457919822481,0.5650051425874243,0.18598052730943979,1.2955699621969625,0.4553485724671589,0.115435563606402,0.21146754284067137,0.28178276928404267,0.3278851299703453,0.37723491444890583,0.774855733727189,0.5249886229552468,0.8841570440488444,0.6647299472953538,0.47219667850834446,0.3645364983871395,0.3266082387614817,0.049607600155374056,0.805843976095341,0.9771665231200111,0.8524155524777192,1.0769131213402108,1.5217917360147328,0.6655219758987493,0.2459329217626237,0.9796384956181343,0.3844557065708278,0.9942739456332791,1.4093968073341725,0.2681382381371151,0.8234572626874795,1.0988863190412401,1.4100438789041887,0.2580485676749944,1.4653625223036375,0.8933826398791243,1.027216489114451,1.3986391026103502,0.3207091527441768,0.7552872468957635,1.5286553711974393,0.479660786703357,1.1308160531305067,1.2819389290186973,0.2725651679456627,0.08905652546497214,1.3155860160118538,0.08344828922155595,0.6942292013992036,0.8807586692567743,1.2241042046073856,0.5097763217943297,1.4673655675902713,0.8561825713949822,1.3276305861261863,0.06482377760485417,0.543850689043308,0.07348704442040455,0.2929274518795249,1.513645849870932,1.5347050137333103,1.333454068581173,0.40521945995352265,0.46060981561188225,0.6950193491892911,0.5394349943549767,0.27001347141407245,0.7673216074970497,1.0304511281135353,0.11355648679469756,0.9328571113696986,1.2273008500528677,0.5451461685846557,0.562664189117808,1.456621119846805,0.7190229360076263,0.35672903561587804,1.5312186150118867,0.08935135233613944,0.7975684418195751,0.2766739733749396,0.25043218248426086,0.45518643947816995,0.19759506611409106,0.3020958593243806,0.11001811317041602,0.6513349225527005,0.2964236173881549,0.4633608731900277,0.49929243417854896,0.6267911968045632,1.356518607947188,0.3141017567213775,0.13444259303169592,1.0651573124229858,0.9021361667562913,0.8391041322821916,0.6702003209534906,1.1118585481415315,0.6736281361512222,0.5796986656409029,0.983841162857816,0.3311661394673925,1.3817646211321004,0.7692333855219242,1.2596455627586636,1.2972197903784604,1.3962019083949306,0.34115062079705794,0.10265829519331773,0.3357766131074916,0.6898230654077682,0.8916870121382119,1.1188445222242303,1.0606407329234937,1.2549415588848007,0.5670639748078572,0.7876224716581403,1.3854995126708078,0.6931489268986252,1.3407494723031,1.307679026163441,0.7713761770911984,0.6362584786527541,0.6688320015437528,1.552501377711863,1.1236895918599863,0.7268545097924005,0.6428859594679414,0.8282236305416376,0.3564611271622066,0.13054259146832722,0.004356294098382179,0.6225667252735917,0.8542421115413736,0.3896239713890449,0.38134896392253204,0.5138125121647713,0.846064965464182,0.5255532736097329,0.49621596984188515,0.8142674260431473,0.2372807037652362,1.1779809295087356,0.7204705570949547,1.1306432570932274,1.4239091549413894,1.1405418053338492,1.4542171148082854,1.424830017346296,1.0583399571110177,0.6178314189931218,1.4408330796704336,0.17361733955306638,0.8930618335537571,1.0095005711048213,0.5743587866254003,0.4067238869263375,0.5782286394377323,0.10276702838606583,1.1946073273472066,1.3676570442263014,1.258077125699748,1.0893606268461096,1.30019686736138,0.13317409727508756,0.4187211527770517,1.4837472467205541,1.5451358199295742,0.2927493246577555,0.47715524199209114,0.04074528894188603,0.8113156834321262,0.6043596349934836,0.7914986190253656,0.9968643888269098,0.8079351663282114,0.1798159411456299,0.7882415181919157,1.158091920597502,0.16693478928898234,0.4161347829388173,0.7254097949049985,0.4960911745127092,0.6204035862270453,0.5235655604374012,0.7675024037273702,0.9388181756893389,0.9664530113170354,1.3741762301875489,0.2069683900047528,0.6883936702447033,0.5640408041768543,0.456248042792615,1.4061080897075104,1.0879814572891242,0.38366929622180584,0.8962778931263549,0.3265023022421511,0.8474510935105303,0.05286841099340531,1.0031384332238338,0.952579773642312,0.9825560695721901,0.986810278265647,0.45475116962810386,0.9982032005322558,0.7595426414430004,0.23097576779218162,1.2097349271013578,1.4348107767199347,0.823326220672453,1.349949355241588,1.1439766825708517,0.8591929805521665,0.6684006991606322,0.7016551203687379,0.26360696586144194,0.5114845106359825,1.2284747881981757,0.6316720476510878,1.2617948375401062,0.18735276986299831,0.30870601541839054,0.76761263409699,0.30380065019404606,0.014113178978214477,0.93709556029416,0.34441310036141903,0.01077066634921611,1.4917504266307233,0.41696192946659066,1.2278936160120586,0.8068636014664813,0.7636592191440332,0.0026044895642761317,0.07422662589551356,0.06468274870600019,1.2039302397335243,0.38518239066756976,0.37793582701120504,0.31873847653190646,0.44142048925058197,1.2064401198581682,0.9350850150839467,0.17042717154301132,0.37051812926733235,0.6965792298423714,0.9285256062040183,1.3669936649518464,0.8570211694196916,0.5507799837364573,0.722411349542064,0.009699054623821228,1.3767207686134402,1.4771453386248425,0.6547117422686579,0.116024408460141,0.4464292953771958,1.4590504839448535,0.9640493965427229,1.3670850904778116,0.8070889998499883,1.0993069292356292,1.3929607898382852,0.8619443697567054,0.08871984679812754,1.3288331437005836,1.068480306696062,0.21558997955663572,1.3933816034042361,0.41963470328298735,0.3043023869472327,0.4492531666969686,0.8224540336819974,1.137886904060641,1.2478110249108068,1.2554900166869474,0.24796725779970544,0.5329932820904445,0.7162182619889652,1.47504668394845,0.7655111473560007,0.7302449175787762,1.1861172196266696,0.48971949705055184,1.2957454203336618,0.19340819357606698,0.8852765952266229,1.2671275836370783,1.1804582067657325,1.10981494715143,0.6918431981445395,0.7563169299104452,0.4476402735300142,0.7069017561042613,0.6550229671581289,0.640105851857944,0.05805318237117874,1.3271712878034598,0.33433699226160346,1.298227977540512,1.2639592078729796,0.7827206208021428,0.1293176824868905,1.1636296332619842,1.3330663730090495,0.28239636312598276,0.2997052003863856,1.119073375482643,1.3232148466222928,1.325629845825019,0.40401029131753863,0.3390740561682063,0.03948836173043472,0.6281328230706638,0.7098146731077424,1.481967996010617,0.08428468375357488,0.6651535579973651,0.6047525835549011,0.23078564861870315,1.2343911690137832,0.0977845543780144,1.3771735845141455,0.2992852467682185,0.6634874737804903,0.8726974579139544,1.1025023830403111],"x":[164.9797960083834,173.27367802424075,125.18923348674716,363.5655573152564,293.4063956151558,106.63594034874157,208.12903700093688,267.1074739715339,189.58546262720188,194.47912711179472,443.52212520844023,97.85738118097554,232.42451917075624,256.91389593443535,39.381001897134006,325.18354790804574,260.74010184880115,200.68811112769401,53.347140523587136,145.235723420721,491.3334787475282,378.8367647279539,152.77874024070204,29.38604598746364,263.3979942947802,376.5496802874854,349.2318327436402,480.23745721508783,202.72089085522526,367.9415322756532,84.06844853997487,373.5935464039252,191.73330221033535,92.71922992085457,213.9652299439695,434.2360638908147,59.906204465856035,17.097245859523767,160.7790905472134,145.26747190026833,441.5447058657338,448.7816282833639,210.74241517279214,117.55073111711212,25.935871437384407,45.50356298415803,95.92819600022273,296.9174001430504,148.24466678451677,25.792670946164332,492.6822362554843,199.4096302678272,15.23943126842453,405.10120544708184,459.513621833169,41.36289897784895,267.7513002756497,228.27075054113155,402.2965509918425,282.01736970758486,486.54717013866025,266.4972773166517,470.985804374524,309.4740528180239,55.59260947773315,381.0405178147035,103.70037876961091,136.6207839308864,478.7210578243029,56.48996616172231,41.03388457436419,245.8114455962378,158.6021226762162,133.68005596578558,331.60018373427624,266.86744764817286,285.9068516579193,498.9791074219838,341.64799418724357,79.27479871999398,33.871912912222356,54.67585756581927,451.67658900688656,489.4103326558056,79.21271422541909,373.66122165271855,390.47853378464015,55.48135623267303,395.40364737064294,110.07029097038689,488.41712831902026,49.76352712422438,469.53918369824964,201.783794821757,213.37792562835133,262.7800783066727,124.37588842900205,392.8755842533378,305.22139900710056,326.2554901727025,292.41062698785623,252.1298967624167,407.204261266526,338.79729281632245,40.63209164235537,232.63306602115964,344.3040830145875,347.16267375525746,429.60156854464225,32.765689345403246,450.10187840974015,156.67897579784162,142.1429696726494,421.4601331261757,454.62375603847073,211.31317320178778,180.13701536055615,337.17670445524294,440.61607871910127,48.88243822507876,49.03139810338708,126.8107742879805,383.7019019067558,9.779082335664825,345.0348174174901,86.58382650868379,93.98064991426536,183.63800674612085,203.2512879796733,10.746751489339236,70.54992135027327,237.62610107816406,409.04000568107534,416.8058111396955,346.98287794044603,120.91406493660739,365.1603253297393,51.05410996795368,340.67546995581256,340.48920718726305,63.165806290301774,304.0623189126278,29.599214197953195,446.9988062262643,153.0573302576088,194.35468561896053,338.0170486258104,272.91402737545667,224.57939692634088,246.96079187443289,25.54959707762783,421.8103284486786,375.31057898724674,45.32803903869009,288.8941909152831,142.5817526526124,19.949074174245517,147.58410561406487,363.1164307655498,57.72113980706972,163.8808964600772,48.17287330521003,259.2670668515783,295.23142931358007,347.7561511675669,477.44983290187895,249.98449675791468,275.7469331156821,107.55373074059472,250.8434284015263,157.90967238545028,485.97063171319786,323.84131418031257,409.13549870635336,101.5817734297818,324.3811099725363,304.9684542459279,89.55660693886736,52.38605663223228,70.54761943964294,33.170492608465274,272.6011129599913,497.66821178325995,402.05941649935215,10.747124400332432,98.07648123551071,228.68201393001098,135.1057773443013,16.391637836342674,462.8130504545893,185.24411336985537,312.4128414537716,45.07003534244025,193.64288455076561,360.98601270307773,311.5889131186339,475.12404940399676,19.00738207080821,142.11055534667327,305.1631487020608,160.57900371934386,414.0183731104362,233.66727612477945,101.54457981898524,223.4545512520675,197.4432949283368,400.6644418974382,361.511037263333,294.521744999513,423.42991806137866,325.7014862204276,216.0257479206551,263.2476957269352,117.51490805742093,220.09947222064642,343.1382102861288,181.28165415228682,15.155449027481449,118.5188278476046,202.57754340320687,12.096441223436894,294.7605301338057,459.6072193456592,136.3272300406525,61.36167107713841,198.1401952050451,106.07412836207897,212.11855220977037,122.50811759383629,168.94353173617404,63.26000972099077,416.27268139034334,374.6327916369512,221.06699950040763,71.56610697107047,297.13070630614635,383.5057448405458,118.53166619808265,146.64009212525397,307.48528251308994,450.40306328861436,92.37423473779538,309.46267393700265,403.1449018043062,473.3384029737081,478.4126893981393,164.34379930539833,376.4504692498488,95.14657302071849,253.6567680100048,256.95432842431796,298.719503918626,168.20365808650362,89.79057537994328,190.82096396086678,11.376534459348498,254.37729767605876,435.84672862786147,23.084667128917992,324.72322304885813,212.57797291212177,340.74112699176095,289.68456367605046,139.3698317307872,441.69290616694025,264.7262210000141,300.79970230398567,62.9560214633319,298.7494836569533,455.4853724303399,444.330815990662,141.349844499841,487.2062576957693,297.4964892120082,215.3977781933205,110.41120382326896,27.962187731797705,46.517342674533225,182.7384229100565,204.65136206898038,364.9667442282798,71.5365039273863,462.872571457421,69.7434830173369,282.0022259903232,491.2309252651895,422.2015260416818,388.53502486434223,236.98831976096346,356.1752656450381,189.59825494845472,338.50375682454256,487.56423096551936,246.90871202684772,261.5714645163514,343.5652756945344,40.48244798843681,113.68834514296545,125.81833910376939,94.21267661703281,233.44402916042074,330.5830151806799,178.3380629137098,276.80090961504624,206.97813439705826,224.31969638443272,147.93935618700795,42.86200146462782,418.97035179560015,248.55475196017883,109.18811769060433,483.97663334364927,308.79670230536027,394.4805480810096,399.47166920479924,299.18810898073576,225.98045821904944,75.0153151013524,40.909918884802664,152.90731318879202,275.8750725457778,413.48265135622785,268.4806289304973,173.86778550633497,194.06391544744616,339.4349792860446,494.0450176654416,341.8755619504162,113.40748950835899,318.1638852973122,277.83658709775517,385.3920958723671,252.5649369725085,410.6348820589174,61.42303720085296,65.45797480890259,260.1529768258604,328.1739571652098,261.6519397014303,3.2305835630109803,340.7537808002613,115.18124170906052,245.72573102867946,146.8677838917739,233.17252686359114,266.854448475898,174.3440871464219,310.8367205253303,212.7991946130401,362.0099358420263,211.8322332371687,109.92352486070467,40.542591596811285,403.11455723528246,349.5641621259381,403.1638790264784,49.75989758244748,74.38849396689618,497.1406407328949,196.1745973529938,98.97930134466837,296.35531364936287,289.5220431750999,151.19753027125614,92.71537425984621,380.1164403969438,330.61231509915524,58.24012373774801,314.2698577999217,482.9533643391668,85.30631496710429,275.3644073845521,394.092292763368,331.38079949353937,29.326835120289218,254.45773522354287,470.1606179201,151.8112520206293,226.15436815211166,154.69324064678335,337.36918034425867,298.22621035326733,384.45986130895716,194.99524377052114,109.61174161213549,452.86669219896237,324.54814979859924,272.5001782920066,246.75474152014476,19.18200401874559,4.626824158314169,51.67269043718481,268.80737414463454,246.51219506392763,382.1491090047462,57.94451548213531,47.264702503242326,225.9293853766069,472.1667210047317,204.89927387605755,337.0112951053691,156.4777056650417,211.21600176824472,186.56789148625376,52.552269228943295,185.17688115981667,160.5589749178551,79.57717743382308,332.09877003180054,484.4676309550672,203.88504336248903,131.33741748386828,307.8738207772207,361.03979366052374,342.96776128740294,252.176057168361,399.61732891722835,75.53139677733579,22.504929808542016,393.29082855786544,353.18663423807186,78.28588859411501,6.62883579612894,477.7132722738393,474.0620836688574,436.5247989675489,384.34662142462037,150.0174349281672,324.9234713367458,246.1804201747283,192.03451375759317,7.798643758333057,461.62994870133724,169.2086222491821,38.02929587364845,489.8582186371091,14.718855704130561,430.20160060795865,475.2655493961851,422.86832893586734,330.9629978797789,78.3024693521015,146.17417542357992,103.50527031884671,184.3182976385108,105.5250764445661,4.902608516908824,99.22942191858274,384.6241549114516,76.22411407143137,497.6522030045373,77.19967272629947,452.0268360544758,498.6299126142422,477.4783509116728,440.93441228482254,372.5159356582912,394.4176040798457,143.7025563693213,122.7732782612595,322.5497610906598,492.5552400114249,294.9046542804907,206.2480679798767,88.13540998947434,27.971878831355212,289.01545275635544,39.268957233888344,270.6236254950196,443.86514133226365,140.7574882315743,321.95759914062063,348.1035176234489,260.2705464496952,152.43759694970714,260.46112106735706,147.27581028853498,401.7370714045104,181.5601580803534,287.0968726604931,114.1009452738564,194.3463999107594,118.01855515909965,19.56084203795283,317.33115857059954,291.4689132395449,420.15701073566726,146.53849615970717,492.9847871354107,8.11459127060421,189.98939006452065,416.9356379694633,179.72717475124378,289.3781521464979,329.465503322644,333.21636743933414,467.9850581893723,471.95062732618175,442.5779697802429,85.66246314902682,100.41673448459409,169.25389570113168,379.72510965438346,95.04110866876303,75.02803135274738,482.3540407721874,76.05461129080548,100.99877562751203,259.7295277210595,188.94764477717163,173.46878736146132,217.57796370434613,31.527118270584186,53.29125475291341,443.48447421340956,426.58229662409843,242.5537096156455,420.20278626267105,496.19901702014914,27.256082102640523,422.0958858603506,65.99643038901459,64.02887128524004,283.20339183642994,76.80777485360935,458.198746070153,117.79571873843364,350.6174169060585,255.28167881924014,240.57915718949485,170.38270102806118,17.397506308279965,118.78936022710795,448.06220671441133,374.16073251881375,471.19806376280957,177.17997829208088,74.51185403987259,363.21410915580253,473.5803967594778,240.02188873140994,131.30995837678194,282.0039325061996,412.78229493534604,474.90566184859216,144.99735445160334,385.7336816638959,151.69094161894904,214.9865340095971,488.86924493879826,419.6845530930901,419.10232146600225,252.36225736346086,338.62661682269504,107.58882557721915,407.98884618031326,293.9106499646007,68.1079455187017,241.83837585646694,379.754227702361,468.73697972729786,406.14629869637054,209.8461070592561,354.4713616094234,448.5455437467388,2.5141568126193503,430.49583152968904,294.0702284773128,25.36736873492218,112.10311942887851,284.68434113773344,390.45062263471317,272.16202026786,245.64691481194555,439.4763085245578,85.5115217498681,286.21889367455964,466.2649759609042,95.1413807587751,157.28480843936643,347.99254224467336,453.17628042512257,245.02592804038437,221.67881011063463,257.8374848858397,439.6945366212295,44.11576618130542,496.2954703223837,7.820228830109577,301.00257974114453,452.9007676867285,432.0254925833381,85.5622634144283,93.61240186232789,8.740302461727856,17.385941664517347,371.719948565794,317.4000769486566,1.9736009485413764,496.5542926621538,92.44726033286987,192.56832654049282,409.4863984805258,353.86865553407887,433.8321110161836,263.3256919577345,271.9999132264602,206.67254804684643,450.784007351253,80.15739478725614,241.28510276381533,411.4239192338343,206.19449652808518,66.95222061894712,101.09646557937124,444.2407199477083,217.2228755403931,292.87660966985595,5.9564534676378456,342.98986836163306,97.81338087912006,174.69555907315092,353.18794960678144,135.01453516224748,317.92100517473244,235.6229830839218,217.46754268490486,77.74146280905659,65.23423724393129,390.93895249718116,219.79121905484632,269.7515129419298,109.43395663608469,73.33113944911607,454.16864575186554,230.29511209428233,376.9746199072879,174.34617282442045,2.3752611031191417,64.20169563788669,254.98003273125804,467.09218827220957,293.8739818376722,86.20358629856462,383.2165824047883,370.89157211384884,120.85100245594083,496.78524304160743,211.5197109139436,361.17928224172124,57.86435141948476,386.3356476089389,114.6379576085288,133.65626628513073,321.3042881257538,60.15461270705935,343.75641171043026,452.52685633003665,39.33870594747702,271.4406663017578,487.9565719549239,12.303326568855134,370.930536023244,25.61100245768366,30.22116314278167,481.1898423484394,392.8469547369068,25.982786390872814,148.77802181059607,488.91616357628,281.6072614782431,313.507888277651,98.53229726757151,156.4802780738098,59.7630976631921,97.7318231928329,78.65629983466904,375.3077680327883,195.92044638747507,143.20783611838252,231.59127674738545,121.20859946145302,263.79905134409466,301.8592687737953,334.2250187978241,300.49591159642085,346.1778118721641,76.66910435112972,220.57500023010434,436.8304739954699,219.21444265017098,60.95544354072935,262.19796109628624,113.81777762691814,259.22262455419684,133.29500305706864,404.90259796232164,53.8856401251745,177.11391373278062,395.44661068799394,105.2603498129805,218.50986821200303,366.087055086862,244.74714795156194,429.65659371100594,389.07388418227396,300.681150905163,341.5265466460773,235.03098168794668,169.79701089658806,368.5622324248939,336.82877904578424,429.15376602262523,105.87359540861507,202.96032612521708,441.2623475372398,328.315239620229,350.68680645498574,131.51927573983957,56.593180887424936,247.9110950562564,490.8090521726127,71.68515138307463,419.2900510796268,10.856801128906746,311.66487544059385,439.8615447027866,39.067956196905726,192.36117669191444,418.8804718020088,396.82265387879767,221.30130188545283,134.22501993736913,209.2644807912165,94.35551386655938,66.27426361838107,167.0581138604117,82.63052951953887,197.565499335717,224.95308873625518,408.8071155407843,408.5284348727153,13.561596383816156,363.3751592199842,42.68111038374644,47.09505997678498,27.677427973642367,445.81767623636904,468.93372658725895,494.33127296314194,485.96395140399176,400.6285776394075,234.39072264837634,417.54886668998193,138.89013992021148,253.49516992384568,321.87181613725704,300.3058231480362,447.05513352724336,13.509858020035681,360.42712146976805,490.78301021637907,346.8530453512245,126.42864515499275,281.0625068087951,215.4149672458082,399.03804800289345,299.2566927046335,359.282668857834,462.290341928456,242.34749607773344,214.08515239777847,300.5930305002106,442.1504717884093,249.6159481543868,292.66065763356255,47.556827039180625,247.65627045202976,438.69684652400355,77.55178225590453,96.62494921553322,78.47941622511057,131.06398917207608,290.92073700183676,153.57256779571748,257.94119675390783,240.52544979810742,332.34970196083157,285.54362910781094,118.38804072281339,437.38223373687526,151.75183528991286,390.05315569837865,104.2166629800111,47.619116793110926,317.7622507332147,308.88577784895665,402.97705657662084,248.29197814829462,193.24102397711596,305.89406915963934,233.24757647276118,383.00088344595764,287.8499298406112,87.23522431485708,216.4974650400515,276.76100065699274,415.32603994072605,487.85976812231223,370.4234170834444,79.28397127536158,72.13608153764727,100.76483559176252,27.43138354390473,314.75972225581717,158.4776294972845,123.14900053245293,297.83273923839727,377.9855670403548,481.98417082701616,206.36360748358229,121.92010433293044,452.4346127402292,206.1908327353319,295.8940850243212,64.2183805506561,427.93670546132057,114.04313926881515,60.28995150435135,242.24656385734832,173.6482948291841,125.77035120735513,396.5355347305962,161.45037530785146,495.8197857042589,485.4194814609476,484.3090105049601,394.2286842192566,128.40562013704925,70.99903373463034,371.2824247998632,361.8946919012638,241.58134962850696,436.0191859519638,132.67939377913595,431.55633694921346,188.6399777731721,45.84652210231577,57.306832475971014,366.31698652443123,229.9133922308938,345.6526429480927,14.128577497897975,91.7145270650307,490.9538944919389,211.457036648111,314.9771881092288,485.47332326512503,161.37985557374355,319.8240558387959,148.79046084666868,256.02797626497585,270.85268049545664,248.65876944564968,184.07604415323732,405.938999681297,447.90771699456155,82.40347424310923,135.63221899889754,406.51369482471523,258.0655745685394,205.03702784450795,356.6823031823386,422.91996063026016,481.1808645426088,482.2350752781492,88.30941784117807,223.18990177955544,204.75831400849742,356.48753516691687,263.6412885940973,206.09268558399395,416.69414566949246,26.418411009720757,355.2143150413051,318.54791126661286,48.28353691921905,298.7034641468509,182.2174313905849,2.628377182850028,219.01910941270376,28.020091488108136,391.3346131139208,1.3373800924730839,317.4220660924271,252.087269307535,119.93833907863439,380.0790645283739,90.22317713354622,478.4703585544102,343.80683222942645,453.5008508614686,119.20593218407782,399.1958889561754,100.34524404640833,296.4933261075646,371.76779605986997,13.131308814252506,399.78762792417854,3.675354623960403,1.3852308473433217,352.10967787675395,313.357803337202,247.71099867683978,189.76786596048245,152.75414876917193,403.1548530720842,330.12936502721635,118.91303464056458,182.94461779747974,430.10727949251503,67.31486970414846,26.80349957215411,445.551558841204,366.93195813703227,166.2116999762514,94.99564384746529,8.824023775957478,223.07802328456904,247.23048589970819,378.8677425979341,235.72005261830654,380.8401534331973,76.96120803290395,466.1812765657727,309.75760031930133,186.3555908814981,202.0788002333025,421.55868098809515,209.57076224528336,325.0364342267595,317.29672006022014,99.33543513930199,309.4560034841047,140.10716951826396,449.161803742535,79.18187884372263,371.72491321766597,128.17105700736465,61.05154022644421,465.10060800490885,103.20357851757711,495.03812832827566,12.887551090603576,140.82839012668558,183.98220041406566,81.77308734555733,242.60653333303605,341.03441399655367,346.3512107300444,56.224619824652436,126.00667876139893,35.50479026273135,105.218004435506,293.3535842899503,32.65481496378286,106.36744715067792,413.19492080446116,58.04678948425368,126.51957807321168,327.6286245343476,432.39440076845904,26.59860709941708,424.82803400771917,355.55924195922364,147.87209303813532,358.98431555333156,8.56934265384468,497.280024872945,429.29492601477546,383.23295198093723,150.7243510338634,298.58656054747433,194.6848197105182,357.09757272256024,325.49089058437175,8.48000268152993,32.28265011929643,398.0384133335955,28.627713035165314,492.44405704053304,165.0839521560261,366.9731571938347,84.93654554565455,341.32503266087986,389.956809544973,43.92019958965876,355.122925079481,293.42627528697915,469.2416179043215,42.06190454752201,23.978092832809494,463.43951786956336,216.85844627447537,318.39930867300217,101.31446448870851,164.76873124940818,129.34601274143043,325.33266476646094,145.2136964833114,382.17330288141136,422.0763615758404,45.03184557919504,48.73719076685745,410.81313992045733,106.76767414964317,377.11592821728266,166.62720550493714,480.42389101115845,429.66311167869577,438.7137657720639,35.672473022838936,261.54592474303183,19.40108567683252,283.19597606708214,140.24894809970868,367.70940524592464,318.12971290948286,104.54957918151386,35.06652772917596,185.4683437466844,317.40207188155034,59.79394513905567,481.61232667963384,181.5556134495768,155.36215835057988,342.56310850147196,65.24807556055268,454.4156284111096,144.5733374413478,467.59614736238865,214.51514615375388,443.0080792573782,98.22197566218338,318.4799257705816,100.53861942478225,85.07618943842388,332.66245202441434,135.3936680336495,369.73384357693783,381.7769120662644,340.41071404162835,330.40383619040125,446.0752947779938,470.86519652690663,234.54081164688745,225.4143415692501,181.43196862909616,119.69548980537803,102.93381936469248,419.1468295364343,178.63334467906222,476.0058384516889,359.64594901437573,451.7933218411375,396.6771449875531,137.67814431854154,43.63322265367786,265.0767313221175,471.9639288717252,287.22746959387547,450.62576771136753,92.19443664297711,391.06141431219964,133.2895593122547,397.9685127705056,495.01201402979666,177.3598878284719,345.2749519673807,401.2326347993751,193.61714515917973,119.53560213041126,179.2056452964108,266.35003204925056,220.81242851468696,448.1281288090102,211.6108475347146,324.77947272485574,226.21377682275678,217.77176962595567,176.3880209809201,233.0341901941796,435.8088365346566,54.79620342746927,388.88661857881056,378.701902064852,2.4850780961097607,211.24418288933344,208.7225755332155,421.97405116680966,462.35528881266094,140.78421192887825,193.12543993829433,349.73237551105217,39.274792766793794,270.6162711442425,55.027098944812835,478.1426315489637,385.3193206065032,487.86068754696777,421.66912808086585,200.53438594752126,178.72008116943937,371.34432595903286,110.79505650564403,171.08432507960168,379.6085993761924,212.70407035367845,215.57133257505745,120.74426974294516,14.420167011365393,403.20417476526137,117.93752857781459,343.2127266806354,266.0015245973991,341.1319765737734,355.70499441881367,4.091569882044066,168.1260533358816,297.8553563753066,363.37169910588676,218.63993946281934,431.3010199541942,437.8766863832889,315.1165435085931,423.92297681703184,220.15082812350906,366.4374989694439,161.0551844827758,498.25306373987866,187.69684991623348,351.1818780861873,213.39317884652996,19.662012932864403,378.4734877047741,336.0992438568642,395.51253951624096,422.9498469050843,37.083201610135895,169.59118973647514,174.8715491965621,96.53636965482993,355.48879494825314,119.1002855912402,116.79588227414395,461.6761140963491,281.7330855970551,214.00772963621063,67.948190486111,497.5454800281949,370.76057501005977,207.73569729178178,469.5631243731149,212.74202926634766,4.071438267275518,309.01600150254336,68.19590459642922,330.29182800418124,32.528552125460685,456.35970392507465,322.11895813992896,384.3890939415036,138.63704266931686,391.62547305723615,144.95216474795237,55.73463962520076,13.948953695050669,483.5323398725154,248.33347882707545,66.40038314049035,285.8805072178965,20.312184261961352,223.6096685068758,181.38650027896418,312.57717542668337,30.793924812472007,346.27503223093447,422.01914243124605,305.76720029001916,222.56393910108497,251.74233768761044,442.80046228418234,204.3628932165822,276.22356161009407,384.43806563483287,401.37387164960523,412.9986425118093,13.133679775779616,421.4214412257298,455.89449108202706,270.2969700279805,81.07466402972496,132.44181080923778,181.8719453877773,284.1413896255543,212.31069341653975,121.96240005158965,426.04031104813646,239.18266079372353,89.78686343386056,420.5793114184805,361.3587384108875,318.2632642600316,211.4588396462439,236.90721080696187,150.613603553049,253.35329502030535,398.57986854625193,125.89456305538182,114.15040349243188,371.3881470099506,346.22161543595985,188.65950007340138,392.978038029386,20.883612677657702,310.5493504743238,1.8747510345312746,400.23268879417117,262.77010588614826,372.866339648276,471.26611930304693,93.8480197003383,102.81593409515067,312.4306018916776,82.4717040806161,299.17110567866746,109.33381880737947,474.8219433149036,490.6869950894386,115.89531979219902,382.08425255394883,331.7309119738451,244.31723833633012,481.8607129865511,391.835775301692,276.1090085662413,358.3467135275579,8.035526466498188,243.23066388916237,134.71919155826885,193.59626400321773,193.3867793468601,75.24889303648685,264.2178845629073,23.266472673762916,187.10658721011131,186.61914429536876,192.96961433121461,27.68373453338191,409.5415977715102,277.69807384800373,394.5044122945801,464.9300866461057,105.6208241226153,386.49194267164523,393.4505430162174,415.31624832431726,166.09911842664215,49.693183335025815,45.24168261921613,68.6469513789536,354.19085594584254,416.3815202287885,442.5161151774558,48.24657869504212,201.87214736558911,447.4090681020021,240.44171205457087,41.03189082948677,1.9245130509415453,442.9101576895298,229.5035410878965,109.69482652198393,438.91848260616194,99.5705042688788,262.2015040289394,431.56321042667764,496.66644251955296,294.921723277919,438.3358856054036,154.6265525621936,1.3325456188636453,265.36695767481734,486.1210879166321,470.5955538018952,91.83233493224152,458.77573040200235,294.54052290778554,125.75433795966029,158.69240582038069,397.143944213205,100.70405621692314,382.6711640564485,435.7052692061817,128.95270684964154,25.827735683348727,251.04555114761084,446.180737800112,383.96854374803326,186.4507057597724,151.8309911540361,284.05542899556815,303.9934930462741,5.447997529456905,386.2934183051423,454.63955468652296,45.53641140872011,43.02757728476059,204.03484370095603,446.60814751934765,453.74174495227203,255.73508461466676,55.2387193727536,341.10063386933854,55.48231176900287,31.4846170003632,473.68089216917366,418.51010486378493,75.22384647882441,153.47399969056096,344.3170517772668,413.53206617351066,464.62685127718527,153.18281521866373,234.74302109606882,187.60089451191098,394.923930211559,309.8790961255139,315.20878567919664,215.9541414016991,48.0146545999256,174.51749874500433,24.589545516310764,386.90102999418616,433.35649798688894,283.28292413193844,317.96647838839453,67.56946916041507,291.2920254353403,459.0962712668082,245.7472437276965,97.79789062330435,320.6922222077372,188.0042949264422,141.9103849190926,180.19174668781957,57.14139164892074,488.70682128806976,262.1913515513511,453.75950672418486,91.43610129872326,233.13059593628915,283.34492712905666,164.3764327988305,119.50741284264133,285.39604234310247,76.06984761839131,334.3299395399125,409.7026231256179,381.13247867677956,383.9954960658181,232.6820087231306,335.19896025442955,420.8192479957522,298.02211554193406,431.1633969314027,42.354866384064934,441.4857213053721,29.22548867131558,492.96929388198174,35.96363965079041,333.25759857418547,125.4461820141427,163.86314459970518,26.213307096694116,50.61271036843007,227.05841947527904,274.66756986143116,137.84373654133864,343.1893310884142,274.93104459512995,384.4446845631716,75.52016015776964,434.7184447906229,349.85317766087434,159.86543963006093,324.0534880550754,441.047624926474,497.0200722579309,79.46280768574209,53.2923753477822,296.62978463600587,139.44641829409665,176.29054841739878,345.7686918380417,271.56514905785866,54.449010244517424,191.36303140793032,416.9453146209682,347.0152920922893,467.4318731831103,463.57363082445926,400.5096152219056,104.17434778060763,155.6418692357845,196.71484873642254,127.73976238969964,303.9251081658947,177.6207836042645,189.60219619419505,210.421025115748,148.01075335318347,242.43261447321606,290.56930530867106,336.71521008750994,245.79438926700703,84.94554011685607,293.39249747462384,491.70439382644736,163.89514607722532,445.3029959177437,378.74520140451176,43.0578932676906,331.40750742485494,179.8840787049536,236.97819236020823,362.5661665615552,291.15337362919666,379.73070264532794,495.01149832954195,242.1553609377749,72.4431839454036,135.0308530239075,371.88423934983285,470.1183907207137,167.37175451131426,283.6138246893317,232.75620349052218,53.40535732456553,97.45063271890298,495.649604496454,487.3499995933249,183.35862060276776,36.63611723879478,282.3859304870615,310.9580787039303,73.78981781965766,200.9998673710015,112.76714426466671,79.60919221331653,297.32928059656007,107.95045063967335,349.3075082039621,190.73428766995616,187.69267911942723,484.1191424639897,55.42169911238537,229.36236096524289,486.64303193834724,302.2081419936309,26.75980138286127,138.5217765589154,359.03367644993733,426.3577688380931,327.05508828761555,14.285649209895169,486.6059706404127,418.48623777655234,270.0409061347576,335.7983534292115,482.33380609832966,442.9597490433591,30.910304485175068,372.2045086480165,16.574555802718827,480.98735890429924,165.8027570637538,10.567130413393077,277.89880292549964,351.87361417699725,181.45530390794772,24.316757624045504,321.1396831339907,466.7200182479928,114.98293386294223,324.8290703923918,187.4150106576561,102.5389071406444,355.68163103440156,459.1942972985109,399.6120507312757,52.46448518138747,426.15963489275646,443.6289948897445,82.3165727582843,3.98594511466166,155.96891334816365,172.873628673485,247.35703912340702,356.4537584755703,424.92590831924105,319.13799731000836,394.2679132298905,47.83047848085986,96.59260856239338,91.36205178767487,363.19151671187177,296.23117905503113,174.35171959627306,423.34614964940675,160.56338548479766,30.104210437955636,351.4532286289183,38.37445204096712,434.0198335339327,102.39416010626046,70.36608091280117,485.49571479434593,224.2850639406103,369.501453277473,305.21176537535854,446.19615688711855,423.58780795868745,52.48837589303834,92.35880745919034,275.5669434182729,248.86563055282284,454.7059529534084,127.04049415675955,494.31896193820546,207.46964272013446,263.001749831311,379.2375840718729,315.65933677926284,315.0790113925656,145.73421366772465,487.42574660877705,162.99343899239994,130.03468252313576,63.405139460993354,321.79437611589844,482.166949939754,10.362219351286118,475.0905646059076,309.66876163347456,473.08225021353326,344.3848707298507,383.40118216225505,209.49395232725288,331.69982961513745,228.14788548691112,114.52183298900553,237.67078825174903,121.29291122488617,46.2477333865684,351.3031258022128,100.23545452448136,115.28808618487885,454.46714196558634,230.0116250772758,67.004046672407,33.96237049401884,220.55102111961733,261.18265566890983,151.67231252330825,336.40717094333814,179.97313438081753,184.69417661817212,452.2888108324149,408.20613370183736,375.8559520318715,350.759140117239,144.0559844170346,187.57265509581845,62.33410367878278,361.25513666032595,267.9525306813296,237.1062433941804,389.7591772922878,449.55911556630446,405.71044428978007,365.28085911345164,23.91811810582012,107.99556580873781,269.92887857120826,215.3633222566683,238.86579710734534,215.00859255970616,262.94678133350436,40.5637173497736,240.56629614627724,126.22889962632323,373.6462382110367,407.88055617261966,161.1875599345226,289.3410338492561,379.1613164553125,365.62912518141724,204.63713024937812,25.726666535395125,248.97255449344746,19.471952483740896,234.51195005508464,123.65813973224205,388.21148969108054,85.57529735928615,189.92952126485784,324.14943993863363,52.33513523915801,304.9182254852093,182.9770279449864,418.84183354830895,253.57318986091414,242.16661680815488,316.1092900510949,474.03629282182135,324.13021835741563,262.09001584522287,83.34767324087433,166.4940258487023,131.60496591164394,22.852265655474604,268.68687222470123,88.31190205766038,285.4150503028591,372.89315159255233,355.82967495228957,330.64892247816414,280.17386323950154,356.7822272303285,395.07173673799855,85.77930121285627,90.48653813977393,80.05335762801147,102.54231564906202,493.1516281906547,494.20729474761873,57.99458904642884,484.53644889186387,185.18194165225165,303.2548558412891,239.43365846622999,315.06089052980104,385.6964709823253,21.644388669117998,200.9108250058399,211.32282911609877,462.71495298903596,235.4441434847957,317.90455986009493,286.76093817517335,440.08193085437944,427.94194387400177,183.10616897203525,267.69315861430255,416.37078219182786,43.218122648994935,289.2560883190266,498.32189187496203,66.39055706839581,478.3847374930892,282.3196852375035,28.138031418554533,152.02020218248612,223.76963290505293,231.799824390587,399.1664058165265,54.37650532280025,181.40920308877318,26.481155220712594,471.9070633992676,374.3202339691012,383.15404390681186,117.32521912272264,166.5123736008929,68.74148177317252,233.81952778438054,273.18633506426926,491.2885331939629,126.18791224546399,41.36373230653223,409.24383252979146,62.18028332166136,108.19094490605119,209.3275138340206,1.0722649440266796,465.5442299209701,122.28903599260066,486.03082571779964,141.1551066526653,432.45732647727584,491.2311290413558,317.1550336251612,95.44535926986019,496.04002826043046,200.9756879127733,277.29786484041887,39.26575453948777,211.44819440628893,108.57137477831024,87.68414055790952,311.20128727594243,489.0894602342023,204.3637930687352,60.24977331514236,30.972557813426562,393.9615136614819,115.13148883459179,243.91626676511692,44.201510077205405,458.56889328140096,474.4069420564746,441.3080103377434,132.48071119269133,118.72352798697617,149.12262807138865,134.563836640608,14.550425070080975,121.45391213134272,411.7370651308545,63.5175690679447,280.5050283345709,343.2068663862099,87.16323991279818,433.45777233075586,398.82208111074533,184.68551754943374,130.90291798348596,300.92575765699627,462.30088102065747,50.404384967413066,27.159201167555324,241.15780515334296,379.51128927094146,286.2595165510665,64.60559515579345,269.3831555103291,140.32028984704226,223.81815969604878,276.79632103606576,154.46586740550106,433.8882522935392,332.1301076819424,462.09944455980525,442.2540279443263,394.2981181264813,282.6351239783605,458.17166465678383,25.17885574737866,305.49194419213944,175.4538909728429,43.42835779186027,442.3896341902279,126.32515218005602,467.83144787275756,178.78934581355466,75.54673298868065,40.34583255910717,149.18833710084346,254.8121096540754,394.3700855298956,200.31696113935237,361.7045729874506,210.2591827954452,58.60018315135185,270.0047902749796,277.40671806331494,373.9248597010707,437.3862865649644,334.27325833594335,413.95661455215884,36.61421766083161,448.0473342579863,157.172277632896,194.63967144534067,492.3694002381589,390.1256297965772,345.3104737625128,219.08642804145583,191.5818435210337,412.9247023833388,431.5212063231595,302.3455951188343,126.26493409966255,459.0657223103489,311.21457189190306,182.45949943901786,24.401255700114643,268.99962405390664,434.3281111673776,342.25737038212714,1.9569763163787002,496.99671523216415,34.43121154918594,461.97627770733396,39.49028866154969,440.31585249248496,408.9446337688639,130.04119604899822,227.33080697360165,412.56643034708753,217.72369643882416,290.9194125941105,450.9209402839788,331.63495011574196,46.788174653200734,313.3633196558019,164.657672808726,234.62920774171747,289.2888765399728,142.5926801820596,401.50566680260823,220.8347272119644,271.80862505502114,67.48051655225795,314.3287885320156,262.1110481940351,354.9721576760508,101.60955427807062,455.57851508273984,158.93925507069352,487.5624275715216,16.43767577002697,398.09384786160473,138.5146663852429,311.65898784451196,273.98733487060724,383.32273167787775,159.09207322785056,175.25798417560756,220.69742162394857,271.15602979887365,473.0662419679081,456.43286255269356,397.051526601498,238.60172236144217,103.19129781733916,15.486131617001409,374.1303437835042,198.02313699980112,369.50410815030546,183.24415062163624,423.46190069303356,269.220912911983,421.0727876820518,454.51465952957506,457.59757624759635,310.4092835268749,31.576016099445603,384.71406571815294,7.83912265977138,21.192645110788554,33.62173241394384,238.32711425649543,407.5431210945184,466.8390666096216,100.63442636690834,38.63523904277877,146.2081657135198,2.966028717640179,115.09819544626242,476.90202784200306,428.297171122751,204.53221950442523,470.8288657851758,419.4745913114407,323.03500318128266,253.6585652746951,97.79492080488683,111.4095098761797,330.68587254964064,164.1180812750006,25.698335765962142,57.34578696349302,423.1374865547536,45.281263954848214,299.01510146390154,413.39554099372634,263.26555276488637,133.10526950087464,405.1665219655879,141.8260667896597,65.91506208279274,5.831541462642309,41.31044385238714,361.8188726444441,22.632403920841092,14.928814621248176,231.62109653408146,276.86026417885313,225.85799571802335,127.50289610547338,268.74152767013106,423.9467957301837,147.9413046758462,210.76770391026832,81.53165402245244,65.0527417046899,411.67814326700045,83.77723969770435,32.742175140031634,49.276229508597005,37.85862124169314,376.98636508893713,93.10528009583297,91.49710413355628,431.9780132251051,119.83860640992671,152.14039414921922,346.0851724804209,169.5843045797092,474.4110957740381,278.0865794267321,142.96044343467017,255.46735722821168,427.196463360073,487.5876295975018,25.343679624796998,106.26433990101025,479.36458233640036,339.20913566089604,269.803286234636,109.17802001886234,89.72376960740857,482.7106866584071,132.20894447443789,442.7922324421707,94.2844754672747,451.1639997851662,182.06611222641055,185.30382478438023,77.6390763722854,98.21774874371658,222.20571711510095,424.4978587552526,24.909456061395275,334.87075466090556,61.611942099934595,104.41496416692264,144.00958905089723,174.2529364302149,324.40220133983075,377.3729903251507,249.89485396375466,169.46258290359285,289.95120553593233,154.77568843474754,481.41085862999313,23.752887030652037,156.12399280950794,65.13202092379389,498.7222762907212,214.8314405393823,452.6870004441027,411.7366170041621,183.61132643173494,229.7659487667101,295.7898604253043,79.18448971340707,498.20137575858837,135.30908214034932,320.48452242873805,16.826504225293636,379.48600854173566,253.3397987528392,310.52675396465344,64.36729714328537,290.78664814895717,37.39298845065375,130.95715692755195,306.2910287370525,109.20384526942539,133.6825545430581,21.74857693301524,301.18665195306136,470.5588832930909,290.4208432849744,229.06782658202007,176.4789817271809,192.17080044838076,137.23252855613998,431.5507724616583,499.87841373579266,368.9614967788834,303.042191274974,449.69936282350733,96.80862506994981,4.811585440501087,193.85860871281545,210.7130474932507,397.0528835929687,489.5443586451621,448.00599261682106,233.25175143179212,208.9761475812375,366.2500576937252,357.48380594809515,229.77873952615892,103.81390855871243,177.4749625707548,336.77964437189576,291.5920493269374,485.1512104229038,402.49231248756655,111.59955980353186,402.0641366909171,407.39952662044897,86.91939100040757,229.50521915066213,293.5244248749054,313.6285449461308,150.45244391000813,284.81635520945946,473.27236288757337,58.79186220898169,340.48640296751023,347.25970421110776,396.1429536921527,38.89610547914102,436.28914978219757,327.718989897531,227.9036582470958,145.8569215673804,421.002500928799,21.749809786640984,460.0133751573629,45.81198403484499,199.58518647724134,247.74331012000783,353.17857631703174,292.7869433796547,259.3639006171575,163.19018610405888,16.601277720074357,92.62211919231711,487.4815663021735,256.3607058111356,108.83489347507135,369.3095588408523,380.56644168084773,418.61124825389015,329.0860236441008,355.5342390502627,81.76863563610448,348.7240351121247,150.54098764890423,173.062200328435,321.35038339567956,40.41785685857613,154.4731665423783,296.13345115546076,122.60478775211226,258.19344066727245,151.6791076056181,276.1939566157109,92.57998079077434,100.59302593402775,138.16366333350882,140.89166639118932,425.3395555414314,434.83085937312705,121.01853624682457,344.69117575263766,384.434822167947,283.7582451036728,4.271336934492775,49.98952804264556,33.99998879140975,383.9580139959292,289.1047930952081,365.64994967336895,178.0468721366062,188.14709405252083,353.5889433723354,200.64657373847206,104.55277837530019,297.85858496077276,452.6616663013969,171.43930550397968,309.05417434654134,294.27273571612164,173.82087517372835,85.50900157733044,368.34590109955934,365.2082524559083,172.81985391339094,159.34021171804858,255.1382726444795,58.91757314100976,364.2942488142024,224.4410234497539,73.22327117414828,412.7461149351983,402.9047637505423,17.73741640484461,85.8607890299179,343.59485734652975,246.02796277613658,215.92559267674181,231.2892396153824,190.61603009822124,35.65024412832762,445.21678388178185,207.41939638738882,423.2652709904575,466.0719179688033,62.090193244773275,127.67841567102478,70.8968430744209,257.3940358039589,466.6329672547893,400.3714790859609,264.79477702483723,127.61810191758049,442.0074576675536,414.78719928055483,261.5910203029006,63.185451167038444,31.60792510466226,55.52516304660537,85.98230180617416,324.29237012419856,153.68412705292656,37.59335491731808,240.20676825465893,19.7297583979148,199.62541859743342,107.24282413788532,221.51236635207604,118.67686263922606,421.00286862589485,261.8451429678509,483.02794972936215,149.40004397282914,409.50209537696327,359.4867392526939,294.1450245410416,346.2251669336419,406.70194948217164,121.26597563780183,157.06347662524334,164.05416544386432,220.34374594719532,372.6469864939701,54.02221124007711,263.1553415487269,279.2345491230056,494.14336030664407,485.51928831113423,304.9788081536337,484.590170120371,42.975889438969126,408.388872075375,94.18612920293023,430.95046936181035,368.32300604369186,111.13468949051087,349.32966944269805,288.5259330401797,490.7940215629114,91.23488103977495,404.8849751313095,336.76096892644733,281.14733869472974,26.65513322340729,167.08282507235873,348.28436286050754,179.0963445456808,138.5914973469029,301.67716417533984,458.50352738891695,452.5516405325555,219.84553447545184,377.40439828369375,275.56922407871474,216.98329568900698,35.496266789768804,119.94220564757407,397.19619220343117,81.06121246087106,80.57267271143786,160.6854601577652,120.17244380521674,468.6674295224873,426.8436793901366,445.5807848310306,84.33416935794014,323.3860427247122,115.62972344639,367.94086037849047,250.5936952855201,484.67307655626666,443.65247344983584,106.88826280546304,469.4711795610106,19.398946732844813,363.21193087517236,60.512800284107215,111.68813719914306,19.229109650622522,425.0468506935784,196.28755419583877,0.47883668607873187,341.20228735153614,314.56938331464755,9.1387527150798,460.01690928416497,233.64424780487747,166.7784772712212,180.3835517037242,381.5829083138621,312.8836381753295,177.20825997562062,305.77738226232907,56.2748816650489,283.82205267773895,355.12358366535625,160.7873403274469,399.0006106532381,57.528362139842024,385.41934530861613,20.125689900943435,300.14766444651576,311.0711815414643,135.3590446778026,424.88820491744616,352.14231449152965,71.28524570757122,418.41383875829774,33.17006898361063,497.5124391006601,457.1784675372458,364.5573399316655,226.8587738071016,31.009996778485373,124.50678390956837,233.53562746517952,307.17855953674956,381.32656801878005,176.6474363314856,203.67238907828556,190.7036946911035,265.6891331317437,422.2525348897602,116.45691639706035,14.155757466022933,353.68986277138714,128.06876330259098,488.6279704946006,51.77753865755452,221.35991019012636,315.3402944697974,394.0437962289922,108.303404203823,419.7443940537944,455.95482277744617,42.53308835559866,488.0268533447417,329.19978713232234,136.17100619988386,368.37728377438873,200.8867679767642,100.21167269510156,425.87486271169763,180.54034921898898,469.1690294740739,94.1072163627431,136.70516003669098,392.56311955599455,84.14480048157414,85.47524185760247,76.4776748401127,259.98209673279405,114.7569515397665,415.48723812375334,222.9438975782453,201.8406241071926,478.26803740338363,407.827581433052,19.171499484442744,139.82180013631162,278.96395530980334,18.758567855307383,481.71793635887263,300.214832834372,77.46578264763116,212.7094032263559,133.05246523074788,308.37725769901067,496.09762300156837,454.3542056447991,343.7574556191101,239.61051963896307,347.7779759106142,471.52327540509464,302.3005725463328,359.2644350389096,353.9123804096902,260.84943229189196,163.55168236346717,167.81838427572947,430.5455873657173,130.21638644977983,89.31689915228513,22.531789351727618,169.1800404005719,329.5635447466658,192.17166870416992,277.95539218764276,302.02694699010226,32.25249305175271,354.5421696451834,285.86220998582667,0.8135383816262332,225.14571991025824,474.4781000236894,142.85488910879974,230.0714550345634,269.88669497342056,247.7838197349056,417.2117900868525,390.63495371106814,18.148923023068477,444.6221600454495,200.65252932330003,476.49646531951026,68.08830301775637,213.3461022701991,150.85036281336895,470.1545585745095,195.95825071807994,59.5408870488735,130.8020017954371,73.3823387661442,213.01246988056633,187.0743441571626,224.6158189229841,356.7752248558407,274.34589084747563,55.12543846692552,365.80798828277227,414.1216235112212,162.13740889193429,116.8183955545895,101.42023020399648,84.47438459744339,411.0575941361069,140.38993017163125,187.02319463780725,318.9856104706049,166.55870158986664,342.25893990758414,174.5982264224103,467.33382833435235,442.33848430655434,479.95792840532005,330.8143862094928,31.178021288343682,463.0584266106954,335.6533019305096,331.7834051923203,202.43384958817234,491.68598942230324,231.32502292328462,18.592473994179514,155.19323879254566,432.3394146148989,179.9629843849302,216.67172362152064,441.4903727524424,497.8756527890043,23.920265871245185,154.91542487532595,315.15607870529925,43.27687868584273,348.6650149068804,12.265577399970917,229.7211083147005,387.7018910323785,285.0602854397062,22.00238391000886,191.4037311573178,365.5146286656744,362.7097346870246,240.53306500548422,47.06865896177004,14.351851011663697,420.0137515492832,303.7256338772977,451.5640710621006,385.8047887574684,217.75271130629525,246.5019982741753,284.26929178732985,487.60694362652555,37.29338918685998,235.6547876935673,436.6507819518186,312.4764028422813,369.51036288841266,152.94660828709596,177.05161832296966,388.3744687300942,18.639361790052213,322.62305346531275,296.50093012795963,451.1682250523504,250.7825562688992,376.507346998581,186.05567331010752,291.868073083715,467.3819555740829,363.1443150506736,88.72513575523556,384.48343401122565,137.1973354044117,177.53072343785448,100.70048440368818,107.83882867288463,311.0790395331402,281.5406025784578,175.85424275352446,270.7547362898256,467.07324523524727,221.85058144502358,189.88966864376488,431.8767120193703,124.17478419694605,109.41653697281195,167.51740576974194,10.493925774108458,56.88015415886216,212.5395852897154,479.13289489733654,409.48528577211096,384.2297122509523,357.32812211707056,112.76562575552917,203.61938110417998,173.5281673874256,27.985174377449408,47.94277540169023,40.331657845919636,459.10595133929854,242.05775269770092,249.34165076767724,473.1156344941486,322.19915752749154,466.8370025517096,228.30590044106114,6.181208418564954,493.4547665585214,445.8994417129212,133.23589572063875,419.0266578932423,67.01619996352626,365.374352503684,419.2629973766272,98.96466246610225,360.83182668983716,349.159874599133,281.0871027421362,335.87950529090926,368.1441285357713,490.37667279506445,82.57108864765739,367.0247643459322,359.2046412510547,279.1195644525526,291.2054977148846,307.18651964629396,199.34360755159918,458.4065993400932,332.4025267810946,188.00337107263954,41.58538390290079,373.9020853157119,245.73382654975785,159.77354234837614,345.00353612174564,449.6131309831656,277.98569415096483,340.60789897517384,318.96187691638545,330.94731852961155,484.2690532476727,456.5961629818465,34.231371117706246,170.435781724117,328.09068588134795,404.5312816480362,354.28436846749776,377.69851823638425,136.0551101581875,66.6827403181599,375.4926139488591,499.25661268421874,399.5409828741634,135.66058979010387,121.02455836578186,26.594099246709302,444.5123507349322,110.62269919864998,206.31029036114845,323.62641348741016,417.1548742731547,194.39561727614108,302.60121587790167,16.337847960591677,425.68266616097895,43.87642558052829,182.23959988217098,434.66786905627254,438.0096643291349,285.24851594565683,362.93623298863406,220.54004537338335,218.8300286272631,31.352517515250256,237.65633943174734,214.27471693284716,317.16525223947633,0.7404793346187377,99.13669148781712,96.95512823569408,99.61074653003033,22.8942488739472,251.72355661685663,60.45339119270843,343.9169607040395,229.27458537419764,255.3605263847819,359.2730505524514,20.20179174234571,480.4312175113511,124.42353692708019,376.07349482587324,434.78098883908956,358.32187855410933,175.4080216290227,239.43086868298258,87.64426793755919,396.59555933830137,149.1340947359351,421.6164558843163,184.85299473950212,174.57627589792978,427.63971555569225,41.00680383781374,214.9095233003896,460.1595079436331,159.89303025954015,353.38327299248715,228.03034584223136,198.51864343416293,131.9590648286939,409.387431881538,442.92878588428806,110.79502687325649,55.48311702952691,304.82071672366186,68.20588951544937,388.3847906458049,83.19447678310698,382.93531722024323,64.29414856244198,494.21728230627673,459.7811721937081,209.06849806411032,50.59347463930186,57.83052978311509,282.50019982417405,13.975359602604986,96.45202456683677,406.87795384599735,166.3129719583224,164.22243489833554,70.61608406731013,325.29413357261797,43.1294673237328,208.4955856727929,400.5753217628576,63.500837697555546,164.05927708329537,378.5162908013504,413.8343442845733,235.58152606383342,354.1776109197884,113.9104269797443,456.2592513813262,54.65431663040354,290.7043329353324,329.675900050336,322.31757039393216,5.35083304446804,361.85143155893604,370.9098134230651,22.65150614993061,80.25761702433509,246.5413488864928,342.21741196213816,242.93782737677438,91.50639030841279,101.52528836183761,219.5847845163289,430.7581977271663,39.70724482554733,449.17357152096196,376.54809449313296,253.9224381605064,357.9290537228561,138.52764837624898,85.43268250204994,477.4082303070423,92.80481180307999,202.81518121427723,193.1638664036518,321.24712385697916,376.74511791252496,251.41433757100995,402.9454247184542,435.3167631268399,405.2903171585048,392.32132739247504,193.38150799729425,39.81576638674444,165.38930483840187,444.15098091762593,471.82353836342503,268.95602830426657,282.44861096674146,447.86064460527973,324.2901638832548,0.6136609988480757,33.98986870001819,370.2302390015768,88.25323342407631,284.1566532725016,164.1768602877729,125.2726577777593,426.25091880972633,425.6019299117999,43.29938229165664,279.7571356451438,214.39528035550103,17.639771679557658,445.94524116440135,162.4339460535218,492.5926185342173,461.35709287126656,155.3401576624137,135.72787749367242,199.99876858333087,57.90401474285889,384.8771643249119,397.9234383837186,498.0755568867951,312.28226041942133,440.7551214980706,172.58308068152328,375.8326386895995,91.88545879474552,475.4689545293278,111.77630955469931,411.5758077075351,217.21164654742464,199.4515772126816,137.33167189002626,184.92857152440223,168.82425208168726,0.5706595314843854,366.5452121774049,42.05058799669204,82.99494869754031,27.980628919758832,402.0135967492479,467.72160148330676,167.5894427476219,396.0149815608708,377.0555975771052,74.6917255040751,434.94588720851215,364.894044277045,114.72827071128555,102.84399847339809,261.2029451044561,309.3306542610623,76.62210804142767,186.4079661420529,234.80622999245648,218.4427992000767,162.16251014231054,419.4724994464014,72.31163240996096,292.6004356235751,7.110288662946274,18.01656927706641,30.580473783176075,45.463766305084306,255.67539646747605,429.5462217066427,116.87453251866675,281.57697944194905,239.95678393151798,310.4867886759196,38.090090454698355,53.486759046746045,87.21435114446474,477.6885894416646,162.43666680100776,327.21844971560967,347.16365419579887,188.1308735394407,498.7127250014446,132.50477286246598,412.69248105696045,490.9387875786105,437.1349361838477,40.96667625315165,391.26447393971966,291.8522761044936,342.33876396764083,272.5111802547272,481.8223214577092,89.50623071784669,184.3963042690401,352.40404850195904,156.67885013250958,371.99253889785024,287.6329884307296,365.3278051437487,104.0231073086324,157.91715360638193,338.471593594877,346.259780391172,379.15041984978745,443.2506651084501,62.07500233902474,440.66196980522597,145.34780897408783,120.18245842944441,151.6934401891936,390.7570914577436,333.3500979881311,299.14400766909154,29.720519880016006,19.55461956858229,414.7827321806777,62.975666185689285,132.17285909961808,416.850829361573,327.855655329327,354.55767623401346,394.2950614567657,50.139972326806,167.50297724519626,242.56084314977878,395.9969939488974,299.7319031170913,353.2836458433387,100.69771964694874,274.40113564263646,345.94319052086064,438.71500653943417,421.8453615353649,486.9934155372071,96.86991112718924,289.85727658220594,407.17782064331186,486.5885748166758,338.5849960263886,195.1911336265716,75.15730922501362,449.5663567730436,437.7213765172072,285.75016878562377,356.53536765027803,468.2061070740228,318.902345973036,391.2502880306996,410.4834138434347,48.79874419633246,42.7448148781,205.3758613175618,465.0742430165832,49.345895046336686,241.85293985223444,364.9245435952927,178.2676567301251,408.80362237851807,40.921759483281136,412.8826341278995,427.778501318822,262.67538844811446,223.76593032128477,254.12381689386777,464.3190303218334,255.06905187061423,401.4312209267397,13.265489004801845,453.6774106286586,266.582172251563,252.6869408080712,404.9940301353515,78.32709450714826,487.61396982715365,59.67066865546433,266.6044973798879,43.00466445788309,165.21811378954055,398.9534373800625,436.79389093008524,236.88340308746936,156.89334152144986,370.60481122816094,41.056018293509354,189.73524770392604,391.9466096453464,32.97399019744307,277.7268794055314,266.63599925645684,279.95797843176416,387.02392364178985,90.90296186856517,277.7683447991296,282.12231658383746,472.48011014922486,284.02294896473023,458.1372116239909,204.26861000239515,202.87497061241,419.69221012022297,248.48093134887606,77.77613022322016,450.7625319643671,46.79600994691102,216.85288540389058,69.0369174103781,162.44937480113896,431.00174081192324,291.04551022055415,497.2573333266882,377.7228289636302,437.6914660725514,497.3974776233375,463.65801371838313,202.52739433199275,263.83858340475075,389.80441462656336,367.6327548033076,297.87548271387743,227.08100069851767,193.89070921086926,129.3028743053053,390.8634397914267,372.8634064112535,171.9204188869846,176.76436791735105,471.4905242122227,184.42834043290836,21.983752967976834,172.08695297525978,188.5133723047302,99.15930373215743,77.70691483074465,81.25340797989422,159.1956865941504,46.95029520194416,391.6852647322158,404.1536824418016,193.74182088313617,430.458635848997,436.09907533569213,145.1760604384753,72.15577337647538,447.1136457236712,382.93396465249674,186.9197388504009,281.71083225487905,155.71144446744955,322.4308252116745,185.65310740385843,108.09918674378171,92.28822323818642,13.42947502244385,3.0499095416148814,382.34229627723505,222.5712482432064,38.901279486392106,62.21409832064495,170.66148297478634,61.1456129761575,357.47380980395195,318.99428068415835,104.01865898159768,28.358222019042145,275.5753579991181,261.15879403419575,410.14604561608405,44.69623096958142,12.29293039820778,151.957830940574,218.8188258533591,481.3240415507559,211.22072027100026,133.2922739730278,420.5364144928383,435.8340094367803,457.27371896758194,466.8769229060067,461.53583429196374,363.1236467335897,425.06220719337006,334.0477109530299,121.55950475050759,120.16342366801535,466.4076779721911,292.6729780111852,122.75911554554054,366.46208432980677,5.08535188565884,278.7472066028065,77.06166883894205,487.0322799076021,84.40589353980943,230.19763440943152,294.52127530854034,24.120132579285247,401.55374283121716,41.56400910729663,370.49039292626486,303.75814983811057,180.08056513688155,311.55186979390226,66.03006043168602,242.11050231069476,42.24049540992259,315.7104003617238,278.9350883253269,381.1362801003889,240.58297422433407,165.51757806717904,273.347399355933,299.0051167459813,466.67566536214133,402.15657800296157,352.3467135385798,89.93474711632021,445.58299681983596,272.6065828382854,372.5839167013034,380.03943771758065,195.11887380687975,19.759815769539667,270.3361753574399,304.6209334758736,170.844981645186,340.3466752111386,310.5096703971179,128.409133505635,166.79234348142145,126.39059454059154,268.0140326500596,374.8519984194847,464.3341908696196,156.6768972362097,305.93009993954024,210.9507241605456,213.98216700126162,132.27322828872056,442.3315086338734,79.0332812624327,338.7146581650431,488.1617313052337,69.41369256137453,8.868644172644103,339.3209014970385,468.3409011752498,251.75536682038324,340.2355012517906,456.4239151870115,417.79119826279396,411.7975130216127,348.85920386483207,45.95360329912612,420.7405952077061,96.23907021964362,78.71181224245139,161.86315753137427,243.8282839017506,102.99826092413677,141.45162034257942,480.65971152379507,115.73070487776282,203.06744741461756,176.75630842685086,206.0339762681952,293.81343125989434,240.27774288193004,119.64047876772011,177.21256868335945,59.92919526132201,288.4771373707424,494.87330768854684,458.89920313588016,155.656521584414,458.1161417780083,477.09338275090363,68.30535537073924,340.3481676518226,495.42799896770305,323.1776994746818,13.063632704117367,43.66158336820158,351.4726376459065,405.3377521512791,349.26318250939624,420.59744023557664,344.07850340604165,433.7027525451327,398.750933446139,319.093066583185,272.83582287965515,327.2959848980176,275.94672828709446,159.73545599451134,180.11809779350872,139.7455314749485,204.8985879702919,14.086927368990864,435.6008726031314,252.67418588651748,498.1738146101812,215.46570441976797,66.59670929029615,198.5301545553224,127.36437323878258,261.7426252179983,213.90983759132865,50.77721097854082,494.29452318133684,198.9595210253785,228.03263955612275,481.7891300334992,68.81319257149232,335.8447085196854,156.6184969168335,299.8674889562349,69.54178625824825,61.477384471126825,382.4697203360939,220.74242181066583,194.6337768582247,52.825895949863536,43.82255518836431,438.86673852424383,473.7822041676399,474.4384768093448,450.5165789108603,289.4662667705512,387.9172831943224,416.8235952353078,92.47729843218877,445.83712008523736,204.1837970641357,441.48900600167997,90.94228719898057,69.16060938450785,366.7850525287689,340.42351784599157,445.9262619733901,194.06180729615306,265.04284022543635,279.91069025138614,60.73983584805032,27.961124874439914,354.222603655976,74.83548119721118,352.8053177071159,245.36578620611073,325.4225756682239,119.83513406288526,134.43855383744196,182.50432503007684,27.848021314709428,401.8789535538304,469.64513117204973,463.25763175062895,188.22003565381206,320.6098711018427,7.1095500605949935,382.9010654045322,457.2987796303465,367.2363988263586,493.60151573164757,78.34594627385172,279.5421097483162,239.2032075042808,90.33071696201777,280.8611865206577,121.2737298694646,497.7343711875561,368.8164455941854,327.77829120387713,143.19704032617474,103.9818595564832,2.636704129541756,155.6897303418493,409.68494974922453,465.2899752047915,133.85317851767553,264.42587025036954,229.59370628076914,195.65219588067217,216.67410344570848,41.62148010250944,180.2494532716471,324.3225058599111,407.3125886074214,19.392603984437983,414.9730450293124,12.392481670179144,7.407804992284217,147.94586344307336,0.12069094105793265,305.59870972063044,427.0516327838202,276.03914108193936,301.0683403169123,165.8859986486404,54.487017571349774,145.68567304357717,348.69490044860385,160.68231603005566,334.79800448968086,384.6333779234671,212.88777668786375,261.0094181235476,75.11334328877683,360.87178863285254,108.84911866329661,458.3685463560373,170.0900977085731,486.30076119060396,118.60337821131395,134.52845646101352,75.14310215825992,462.94138088875,278.98020244930757,469.3402556402738,312.0967701700481,344.59909477147335,131.65296041950668,418.0756324333569,154.10904160418838,88.24721095597377,83.40782003652004,408.67029226114715,247.7150502062636,172.05347496388902,191.8137037341613,0.32765698276715494,159.01720111154094,218.6094615674855,238.12504156539836,331.9244332351606,302.5212964690137,253.97028636388063,460.4537453735933,451.814016178512,166.7263551506514,40.67476691459204,468.2181402535124,223.18394387618523,301.07948973652464,35.94123493727297,371.9531007786021,224.93606173360058,72.32708611122096,318.62646377846835,183.4747990741371,141.30281627830675,156.6251687277852,452.017837012334,271.9038219881874,63.41116493946697,293.9969539282018,374.4084502474425,135.2340649042336,198.42085168431623,36.14692902318828,260.01860525197105,285.2977502506946,421.25305893669093,481.6012395363529,483.1473164145148,145.9775974736215,291.8229359276623,319.25833216861076,379.07192696653135,451.0213714414205,427.7390666821755,237.30723213306038,255.30666246631318,108.4572367665102,147.87428363301115,437.75602105512036,482.6654537777827,69.4891634187822,486.2239121068573,44.58760361570191,245.96344074616505,302.57276806685405,485.39944939717583,98.87001772371006,41.5218192140957,432.08970131812384,341.02230555959954,179.4942142175664,277.1383631491159,325.57156407455744,185.77725972846372,64.48075510755224,499.83025164421366,248.22940386897864,482.1992469817168,387.55861185712547,29.98401512760529,185.12182809959566,329.9665763967614,333.4697542175038,333.87037979707424,388.73306898895845,240.6916783808255,214.27244565293236,69.0935521281556,47.6203459293586,407.99604641989686,216.61944463624894,376.65128216992747,150.38557660654993,144.14713272055047,315.0586241622666,202.76987325401942,94.10595056021643,68.20741621610449,302.3659809598565,430.03154837968606,454.11598460273484,426.8035812336884,460.725220600683,119.46203100742659,226.91950518624847,45.04235415914815,207.1793011197167,55.26291262768568,480.22045005975076,149.84669830330577,97.59298410472105,406.2138845540323,63.00216715546736,475.0997405601469,474.4335503770898,249.37076245138556,291.4738991535496,437.2268138808781,82.32566710476674,213.67568179589534,131.9275719564943,399.79002565949287,287.02772773935203,267.74159256668196,68.3838584961366,381.6927683644974,227.15923681419602,263.326877086789,393.04356709814846,136.66689144102716,294.66689991830543,89.93412738201701,474.1908508933872,358.6818451026025,47.52029765404275,147.36590581473362,6.381928711656548,34.2194968226216,401.19375219966025,203.64295776069807,449.31870124551523,21.38201884671065,163.0371758535033,452.8694381509798,136.7876521980901,370.38981072911116,475.36176495402884,323.0684228660808,360.28945240603707,199.78579799751805,94.3556932860753,327.9389458193698,453.336416207299,288.85105643246334,56.168553867678824,50.55861478166701,185.2903992666398,92.6478248669318,102.87414450933896,288.0533308318203,53.64491825740858,471.1363281813703,334.96389727214506,123.97967732206416,386.71036193071893,202.65521558675005,37.57168843473979,15.824877297981654,363.6669135146401,437.92192490377914,189.34155774637406,208.01797602352855,239.6701710589555,197.63604410944947,423.11867333499873,392.3530627766183,158.48785431039124,422.0499588247002,379.2610512665129,198.5088896093501,90.84270011336537,361.87086095192035,464.347315934825,0.41020549938852735,131.7145922261883,266.5319951897723,397.31722795534927,175.76450329327463,410.8943003555393,395.3203910740947,78.2880617128917,5.1226158720028,122.8932091131032,24.04734424586796,232.41836576256281,14.863811921768777,317.2895837433209,122.23605243339675,208.66136462627082,101.85156186511458,196.5931470600637,108.43115648220858,427.6709614515454,448.1340837643705,461.582322977207,313.28179379806386,154.43656560191388,223.03633101376397,352.028367021422,84.01504228261558,481.89153209183024,292.213060766938,39.72500327207173,66.80349738492231,487.8014113234831,101.02294452241034,490.99252950533713,263.971118356526,125.39437323972935,95.16623218354125,367.1165155517452,470.8616910706698,175.97705995903647,471.69693984438345,368.62742265399817,375.2614849251422,70.87907696553263,430.00789842257683,151.47478135668646,223.20213074300378,43.85587274430658,369.21623707097797,31.602379757770915,245.1547786581537,32.524598771391354,163.94672240181828,276.1515271233899,80.37301009671138,30.2110433392232,463.6303324252661,386.5056079011181,227.25525409236403,76.83400826712206,52.18599921076405,145.66720511911424,493.2998424645717,83.27825694995705,320.3360156855237,267.5062423660276,394.5654675794724,318.1844847909127,362.9735637657653,210.31361837050633,33.09846343388389,156.58961230684343,119.38230934542993,430.2860379095651,449.6597504013515,467.5713046091796,55.258413513913254,480.89291433833614,465.9163192548357,105.96545785689293,451.75663505103415,211.16695018355992,220.2560702387385,321.712348164363,402.5684042451685,143.42093594474036,206.2525117505646,85.79645965067972,5.1143109079140325,144.71950583734417,121.6290375407626,383.7289503384389,103.27285773526785,212.74857114586575,202.20068057674624,485.3161803403858,498.2161008461412,412.2815999875349,435.52295168751397,18.743318644892646,210.78466939155626,234.84171726229542,260.8838499173549,443.2740937513449,446.00182259116986,496.5570142396426,283.0313798469564,485.83765501400313,340.60982993451194,333.3837122567843,87.1301048985701,314.2668916219297,458.85671583734467,282.11885121529946,150.69989367919544,263.66124899948574,193.09914736559998,204.6918161535758,380.98946153065214,381.48340524776734,333.8903350025851,243.96401705135983,422.97154506124724,426.02182467756046,178.09274258072904,20.54192427622803,293.5342666837728,320.9049042410286,131.43845291709698,196.74144353265766,309.3070812037046,390.69147460585464,99.35349061106902,21.909245658475406,424.95365025531197,321.9327115926576,455.0464800200973,218.74565268598812,494.69309514106266,470.30274218285615,225.91862073388725,132.12417606741244,50.81444413598657,118.33487942272237,86.01406138698309,40.34108263050307,113.81956531610749,453.7062876703413,142.3393910804387,414.71403359247915,472.47647007284957,348.49506627972573,16.54756227432108,340.3968067965948,242.50615613734294,223.21660331068304,425.14367888628124,394.2870484505193,136.92176440149183,440.9519678439591,262.9082421346699,106.95457174229728,488.68012248957984,280.4068437158256,364.444938417643,469.0972073059597,482.0939817409968,320.9053704109188,432.01803525844326,95.91849285387887,84.25186784072913,257.7220358772211,232.7141180494232,468.5768105826955,436.3684769136099,100.73868016481657,39.34872540058976,85.29348032451279,478.26919750029083,272.3248278833813,72.45244725488153,108.25534154705451,236.86745044910717,48.11716917010922,475.08949657635844,141.71536834062493,343.43595500861613,199.54774766784877,29.551434446961068,123.68165715177348,15.400705285412265,230.04488144882984,438.51345213584693,499.34731070918514,464.6511743197228,195.35805287954156,138.81410215275736,419.205346705457,211.28358558232406,241.01081412191138,36.07535403130691,224.49491223203322,6.172514012437125,54.0255385064623,245.02433302000625,386.89897834625873,407.04779263473245,119.47480695042911,203.88458823376797,230.562054093128,121.13477190012489,44.28492096325909,334.81259777847873,186.62174721916423,185.52681449382234,303.7905280432955,332.1912159098368,139.2058691025092,376.06876266205103,458.63468791756577,78.27885554739112,295.58251371206467,254.682389731977,376.2043541985456,473.369230088143,267.9720290021933,359.23205968534853,234.94014302321077,487.65798871651776,459.9685745449182,27.032660613448222,275.14118375546116,226.00900281811286,275.66493321422814,183.22923661493041,346.43021320367194,2.647829788032463,150.90279997729138,495.47428268761485,466.60402829305514,5.593503672089772,489.93488206097913,149.97629999308748,47.44325176977326,70.7002393267825,107.08018569520372,239.33758362360436,90.0865268295148,376.3434523344192,186.68878920648302,466.8576174796194,158.33916971776708,241.2123884479317,408.5753460776236,239.9508025422893,395.5580984000672,444.3350745626584,69.21128890577467,154.52955326076378,412.32194637997964,143.8643206028273,357.9367111362449,239.56355028693278,100.67025310594401,375.0726174353858,292.71866897599705,17.703721112342752,117.05721176027994,374.3757208595889,263.67347845138266,255.90640926562958,245.1192565413436,203.1442754763856,449.2701739677956,76.60392916999137,248.28180001060872,66.33113518709854,240.6622536745736,478.8123462357452,318.262166502149,214.04223766240415,110.82458252029382,473.41935447740855,201.8128694780652,310.33349024959136,103.30243801417028,237.86220371335165,481.5084390023697,267.2132744066823,22.203431578827427,362.08591139464943,33.214783980292204,360.9893941780907,94.4282170439713,164.5238653171227,410.73756280374096,351.6758805849467,469.2701940888635,108.99162603021418,230.41851923240307,82.62931813130604,367.86884882573037,487.8470831878483,331.8532833282235,67.94034969934826,62.606166181529034,378.87404768758626,243.51563696591293,464.85460230931,176.33006840297872,369.3248013549214,449.93920800288987,402.8557357857905,351.96455943556583,140.81453660067834,476.9623466291236,448.96693471178537,343.4332408808447,310.2902065453306,109.89210442792263,335.8716555449811,453.8621275291481,127.36726114205655,299.58113265940045,319.4185878653801,484.5984778682042,96.03071000826714,423.1030254921282,144.56309758062625,277.4718754427603,68.39047020168032,108.33096270642484,33.129817219850196,7.679777675797528,304.66636785593425,340.9509377059897,40.12038356179903,489.8613395132555,317.0475766079357,157.48507536006994,272.95575758495636,182.92023096868058,490.063112437221,409.1998182635419,498.1424811300682,17.366198143784707,77.30388780515507,385.62186134278255,339.72186678605965,485.7159787364823,477.0332408000049,5.117825448626934,244.31193273602014,3.82683933486061,102.74302377024236,443.309921970223,396.617165054249,470.3840131166639,212.1786938809852,354.1458347669917,262.9131460813231,172.02831328109613,166.3184305187928,242.7314951558034,138.68969722640756,56.49558187851622,332.0931252410954,467.30647326876726,373.5177620267608,380.1154265186871,340.07731329614387,254.74264179796347,490.89031410232076,308.94330929241573,457.1535847403565,329.27653445438256,275.12445479961366,420.4182111859409,338.63249684973516,69.47908192174768,367.35472339491304,138.31298599522225,131.09842767031955,98.81948824488308,354.8127832446947,126.58703244268077,213.20922242971685,98.96072300548452,101.88049521177234,109.44571713048413,377.6741233014692,448.9961034248272,350.9856474599522,200.0829206265925,103.46238713433031,284.1358631740957,267.5179214829498,21.302667861299973,46.49448921210997,455.95045931373744,209.94854419363242,397.94566868406787,227.0160227495328,430.3503866007093,197.2091944431399,282.29084009379204,80.54163574046514,414.2761830458377,263.294360298882,275.88730962845784,425.5900214573924,10.152315811655765,93.3131321117776,278.72336467169924,446.1961942670839,336.5352198894587,372.3531013444796,171.22711305194105,272.5615777137342,396.772172822635,132.7996735249949,395.97452299206725,242.36710731651257,420.29488850370353,383.83632383738006,93.85084625216011,14.383147691639397,402.6374634796598,376.08724297118846,341.67524971262276,50.62926405888257,145.38051878918546,284.40372686571936,4.662709229405482,123.36844782461066,58.7075885505659,199.85594988833822,341.49108085333114,352.80681173746865,35.1069451920405,399.5564088893767,39.886210029082214,223.5854490149548,85.42679415515686,216.3987776678843,139.39982001201756,54.29997783550422,247.86876125569802,39.35588289718617,359.7840833753298,367.31549858003143,146.6542170043703,409.1302652053408,446.7213369961685,18.41820998929089,376.2865224952711,191.9998226364986,378.60288188690663,228.91453307027155,261.1027471595101,255.45875696400145,476.07047870450424,40.049568500135855,89.6560263780386,348.99384812783853,275.6286279657316,368.3065512776262,397.6384467205156,306.68529619853336,442.47098710565103,486.4435470020048,20.289327675848234,150.34697598698398,335.62216751280494,391.4107831750403,293.7249327901105,467.7635833073993,406.2130944297484,2.4250584015682586,112.82866068932407,198.2404665333386,280.69592976026104,267.2945193598859,243.67089917929798,123.22281193754137,128.4934061429187,357.6847252421951,438.41493918637906,175.79088368395978,235.19949363715375,160.8671052577959,485.0915154231088,327.30301391321836,456.3786952700033,207.35421609706762,372.25346431560877,488.5056270500349,7.229772985970939,452.2766857447792,474.06063528012,77.75103839395715,460.40810324690926,140.9523112824471,13.09300856592377,69.85719490351016,410.55605608344257,89.31582871515897,381.41717511866693,162.4085474081609,317.5068387912879,430.86537003087557,395.4276130438621,76.36884131761023,35.25657397948956,481.026521722265,204.74425963639098,151.65221305336775,419.1319309747494,316.76284109499466,68.87411372568053,105.29565522868822,38.7734018865572,256.7138800970805,295.18767226730245,347.28838209683175,350.27729217846917,329.52512877621945,247.05146275468047,120.84758309097843,472.59949045835015,90.74390035047043,160.09705674264652,432.83486200473476,231.89398310617372,120.55869653901074,329.3270591290547,286.6640550941707,347.24051420121896,238.9404249218079,344.83178672323123,376.3168941366376,307.5068119471646,57.74162601379229,323.57003848530564,341.33337015039547,313.9360774102823,485.0453627748549,136.00762737772186,147.94291865405495,346.01053555068927,273.9866198722133,247.57532602544651,42.773961644214765,375.8346380347396,194.06644991451316,431.4401516099177,208.43467216411625,453.68455168093516,146.90191632845574,495.94998298478157,386.79358448118074,5.906833634602537,104.50322733835526,217.85008733664714,15.046268125965433,236.4106582935095,318.6022812806879,158.99615770459164,468.85345287221656,115.5188366212191,260.511115682181,88.85491616275864,15.722297493198646,180.04029422381373,50.36173597360016,306.056234269363,187.86708987727195,147.60600381243637,369.6568698045318,474.1276879202574,161.79204535166102,319.94520844615613,129.38712059136571,61.13238454954162,128.03264424313832,122.32481549686536,50.655770025357484,294.11467135323966,291.09621961918697,39.92375354739597,320.72454584655463,160.40736563087287,416.7876409859244,218.97806794689478,303.86009215165166,250.38505084004382,124.5269318047858,423.2933640856874,43.23032708140539,142.7643274731708,475.44517904297777,203.28492020051513,112.9451018820018,234.49761128867397,437.9874718565283,468.44623655560855,334.1670763536895,86.7862291807049,396.0675355643479,378.84908331731026,390.63769842864895,452.9359350251524,410.53663310632794,195.92981054985103,115.03950240255334,378.0772543543298,456.6501698016292,444.0023502692189,76.20520913056971,101.80310814576721,355.36706534841653,95.09736320208295,55.7933013278693,95.38094988785429,416.34104335026313,11.581542060182137,225.50764836490433,141.95145929302865,276.8523439475157,25.448676900314382,96.87782542241341,189.5153061854964,401.6598924155208,112.86429467005743,345.95626851025975,74.18370835348841,38.310702216804216,221.3867998016966,33.105206783786144,174.65372542940682,439.4016988157381,265.5433525912978,215.72501488733175,366.43905672001586,70.4913131311522,57.250761314939005,328.2282653180795,40.34778726524735,329.7858838108877,136.54065564270812,336.1526864814393,172.87017374446302,424.8424087985995,414.49069556253613,298.73654302994026,342.6552921000821,462.42152469895706,87.6146477254125,121.54473349099293,282.00057493137433,200.81683938915552,261.2409842599547,313.2827317455248,256.7109583427316,140.9204065805827,182.02004287896133,219.98644480167272,416.8911586616114,216.69236842264039,295.3082804866813,218.28640755494433,149.98456645131608,132.62341599123982,405.2224600042723,398.7321303424489,499.5854994539017,396.58894895083085,325.6978438253224,74.9842235388205,447.0299988540771,473.7837088952451,98.83755608981659,473.2714991742433,434.7909596232602,499.08614863088087,204.17200417597581,59.973441994474626,41.87767739920412,229.09917201720054,74.0355673971208,302.5809529668593,86.1258087460568,238.1816468040292,207.79491133837112,39.044005504083934,107.90913987948569,193.74075500964506,318.37790295379585,241.62234890128443,25.480989369306318,272.552874792372,342.93394269197995,60.02157755038206,219.38677954623753,439.07084354398785,237.18727186298761,180.62014230407954,81.28159363672438,475.8870815911969,455.3297450474355,369.3318249276538,98.14489659768843,51.1050838463476,417.8074937904416,333.8020567908686,426.7016028775389,77.01995932578609,270.3210691906247,128.80090150362943,162.28027219906937,37.70378848251421,445.131649816079,382.9645491815916,286.753507329729,269.81470243106696,377.5462798137742,417.21689773303217,101.200890139725,242.82168441044405,366.39136679792506,381.4102061167901,360.344071790891,498.1214620549018,132.22321579945262,311.78433381224414,452.95130803885473,290.7740994065474,460.86596687397616,53.19930111977966,253.781521091896,121.7754826011832,323.720224167653,53.825101253476504,102.5956588961322,182.37378634757084,437.0012081034761,12.496346179354578,76.0832737849746,230.76259787673715,342.1470843596441,336.17543130775306,249.77450353716657,70.95167705164084,435.1321256795551,60.07282810176973,366.64193056963524,470.3468632974471,455.80624750321977,378.5566165502647,140.28141974441098,33.3497588695072,147.21800934542927,328.0560966827308,362.0262445792732,254.45435798419146,21.406045273329898,114.43951852147582,344.68740546741674,414.9245343136524,354.7290984658239,102.70247760036978,287.01044948133824,486.9410117457272,300.267281935641,375.72259620572055,348.10451928241235,183.29752334436157,291.18281133517456,433.35613568004015,356.3498629759032,134.33259993695623,37.15583126657152,61.37935530313199,336.0464373160422,94.43012900895131,338.9730271009156,317.60703515986023,457.6834191733825,429.45130740337265,453.6910712210002,149.8046633261658,474.53277012864413,457.40206420237797,395.4450811964409,439.2806721874558,239.03342966375442,76.81154001024981,56.70460953941936,92.41954444221956,272.71237633653743,467.24614809752006,302.17911737489436,378.27549590272713,253.35035371783675,424.7785669473142,497.847994254382,427.4586515357397,449.04588500019713,429.9517705707392,224.6728905403431,168.50644804212888,367.3874854241649,491.345095727328,460.3242961583246,480.9859379345204,355.3888946498501,267.27743345844357,52.85510752953937,355.9616183737835,170.6113109097651,196.11736364964995,480.0324127832123,67.26600690459428,419.147405961803,426.70566568632694,83.2262836592168,175.04165651074223,289.48469293361734,161.68645396151317,236.51037058444402,401.389085724613,162.9407895606071,225.0100674265907,36.210751751793225,374.65920067690996,477.16935342997266,356.0824219252231,321.1898054443719,200.70623994647673,24.20670391167834,296.67131442726435,403.46520974179833,333.7789849606531,331.19841696772534,118.64962402961233,484.36018727067943,393.46631350225925,465.2808463801611,458.46963179238475,74.04149658230985,160.15315896352956,412.83504195522266,275.5555856578962,116.79382390229776,435.84145354825165,55.19551518155985,227.25361509781516,227.5510319646773,424.643876383615,384.2731971900344,121.85668535650707,60.67905999720091,373.9558459968818,360.6911481388405,229.36943481821447,209.9308180793814,121.0164776732906,90.18750882383975,183.46319794387668,324.8244777253102,97.56405072041152,169.9660271842558,448.25555917091384,12.406960942714429,327.99255280178306,442.0022795981563,497.1018129379462,498.4914426300181,251.16086403378813,396.58164840417686,167.5742775472857,215.24467484536635,255.27432181546718,483.1341861514008,132.46108067976715,212.7211138341607,377.75072303580316,48.96832389689132,257.6811763181932,220.6781640283394,33.2128128128022,54.28803164462237,279.917154924443,110.13462139489616,165.09914650795378,41.88484082145172,353.43669338739505,234.7035225290941,353.45700456484565,473.4257571757887,37.90986296534038,188.6917549601128,336.60128715206326,385.15875781539154,69.26330143618542,265.35372370081814,432.7223152080435,178.7093284021637,266.9602683123008,290.40255206779256,371.48610740732266,401.4166680652005,121.3569708792448,137.19523079893514,388.8851950463291,343.3269556786719,409.16240150782744,90.46316058536475,87.98548049384969,233.58478629395373,258.8638017968697,298.6440556599977,456.6100002638429,72.56250228014127,291.2230422961479,400.1186579965369,259.0009488575068,457.3431745326491,488.40187188216197,83.54455902839241,251.6722334769811,451.20799584181736,392.6164577182604,260.79364991331,458.75321295882634,377.5197033871253,328.0645536470256,180.64973580410503,350.0415932270614,279.0301833857086,486.26351466221473,466.22227241271884,142.0351872096012,310.4013369270879,303.4599515074109,265.28623062754133,5.177463973801699,467.88245393712515,191.61679666276487,262.1030051317771,479.2895723246463,287.05098799129667,51.5348940247492,126.06324460163765,123.408673548708,396.8709618487256,289.1290160362726,477.4978261198751,20.125139759812782,415.9983342153899,192.51309648217295,71.30623019592852,424.15198492575524,133.1089559388783,404.38691707412386,73.86163609512198,233.49604619025766,267.0544776417498,267.359317156752,54.39737936499056,449.3499261954337,285.30683698024717,291.6310063732822,45.30231203350532,206.66461042410677,289.82880138362043,365.0902946492124,204.88720234201708,317.592105310429,413.88479249775776,187.2227790741965,131.00281833899896,105.69156337385822,17.30223790109775,83.58737291672414,343.50563088192956,161.00822693897422,488.3265454512137,332.4339030328176,291.13199295933265,386.3703237113572,310.4941561029112,292.5005963238085,181.89915655678124,31.89851721812076,463.2101084022378,76.50658003976152,364.2044045781717,343.93059638955083,205.88634812332273,98.263803564839,43.377017003958464,278.05687163501005,42.991823367180324,240.96930051250231,118.78325333900463,467.69536620972764,141.0182461112446,98.93975785234532,138.17216850717284,470.87999166530625,450.1164906359699,26.308149755251197,490.2730985665838,316.28062208915054,383.8935743852828,259.42092689746363,394.55764371561963,381.40254834667587,42.21320447236021,74.53041086984979,224.8758114522117,291.2511189991114,402.407508354632,263.1371658562859,416.97293219025966,465.5459581164011,366.3530799517443,264.5141685141151,460.48880769712616,368.15350322015826,29.052155235404054,251.4426232933745,153.38905585490548,149.79417194321687,464.07087792461033,43.28907959999828,445.7183642593513,25.099956105443468,416.07469326125,371.6691100540982,261.6658077545381,34.278403699967484,48.98315212978088,427.71043793036955,180.47852335880876,243.91244239374055,163.26974132037608,163.86149521787829,22.52447084923204,450.65672631752295,244.48384433783687,381.0470588395245,361.9967906142947,304.23610948767146,285.100094402939,432.07750399124234,137.43159762316105,418.4631364694609,185.94014548442584,317.72866733523284,79.4358377238602,472.0767153237019,212.60514005719833,265.95009247280075,416.3979329313223,438.0745763941497,465.9657489475351,26.235476796910294,168.96387947304902,31.9969335928445,76.2486084542392,393.51021212579406,256.64352775705567,255.8720161071769,115.67698777168978,297.9247439293112,342.4205948278336,288.06969579397304,93.41607729632229,385.640585506365,253.666379822589,390.40968657097363,373.0728348933707,87.07580055768838,465.4062771103054,492.40548398914996,328.2091483534212,452.7338792130512,401.75341855208546,37.148733095133004,347.8465513913053,154.44919586912053,302.0107432499317,305.7656997390401,396.3880143958033,299.41051075896206,189.75117250460903,59.82596893124526,182.51488446520514,252.06811325237487,269.72508353009925,148.50267779644622,349.8656424353267,285.3680803309665,30.87576444216211,335.45315747915186,2.9951903903685517,35.79441917622128,149.81373838911006,390.9898921704288,94.01155156053586,149.32150706082348,155.41668108512775,39.09653412950054,446.66843941504317,67.9732639121512,114.91679515740849,63.82786907997029,48.18552415059407,85.79046118904765,386.77830862465066,3.301060038396586,228.42073968197042,270.5236648410754,356.3244733546439,157.52415534502774,285.05677836427714,486.2134178221399,284.9356843261273,218.55617384111105,105.38778963552498,425.47788232788406,325.4340782911399,445.472050284886,295.25923673071594,319.8224810316681,458.68988915314645,142.31222417301436,196.92199529116016,222.6643015064388,43.87139002219331,307.6098927187114,303.8277018155983,78.39177922889051,116.76788498538393,145.46171057671532,434.51794690919075,18.493686826746902,199.3689867841454,219.60127379515836,371.31723574226237,437.50706951302254,88.20215526916675,224.41859330423574,109.47658039777863,346.1178890514016,146.6639802245072,41.92414710328285,497.16840405259387,113.0802703431163,278.93892006335375,444.86326366274267,177.59991009631082,337.61849674514974,80.61422918737637,386.38997795011545,410.07199388667937,196.46104991322244,29.995693166093073,290.62379193566767,56.93544843280529,444.19436242127887,420.6120217052401,98.54737550654247,287.66512753280847,70.27861059636864,22.004445647059832,193.02902365226714,440.23328951269457,49.8445794149428,427.51024211369315,111.40384033591322,272.6306957814141,327.9455465168577,13.302319287216925,34.10505922166684,130.22747087669052,12.006029037936905,396.6707808924579,231.23475514526282,83.56412251342992,421.9548001272645,338.5263384504721,82.36823867893528,379.1281870899209,359.3564751579148,27.86344238460181,257.60845960823264,447.2137527731509,471.11355768095444,321.07454780739874,249.30023441226658,241.07036045629093,470.93445323844094,296.8545865644969,445.90268296770074,372.0299791525349,6.554564367119542,482.79631202651586,330.34320186621267,266.98627173037306,225.3708424194911,437.5708421800616,298.58313602860056,316.34967837500005,377.79106128209196,124.92395643585441,329.8743364531109,458.7592407478598,393.36800207152436,146.40475343572191,342.84385393850357,355.15882798394813,217.89817106933663,396.4465274424542,49.080277718991816,198.71993019605415,285.4089252784002,231.26340329365937,33.68191878301108,139.4199204298563,498.6128657373513,150.37321433579055,408.67975495147135,219.34021177757,159.40526586495952,371.5923188224535,178.5214429647657,91.41889159467165,377.64112614277457,92.59487789222686,492.3709543690977,2.0706068702516234,230.51520645503476,196.7891435192878,135.70943104167844,456.0530770905647,411.9131035745988,171.87127621634025,171.10347308496222,423.22985040027174,17.754159246289536,423.54327251036614,217.93484630388804,139.46230887302224,254.05040350914265,283.68714426956086,476.00715869560094,287.95187694352444,188.73873463888035,457.2334373784468,278.23628878474796,218.6784035655377,105.61170879550086,217.84729273019843,148.31363131788999,451.37582216979035,307.5476478251752,131.12804078457984,475.83358088403884,389.3157200838701,411.7852134774643,225.73234924661656,459.25455570318695,487.7926157036432,233.44267245597428,160.0880314567499,452.5591145886998,8.244291423997186,264.1493542122766,410.91289047453785,118.13497997242084,26.101283300317913,223.799657200366,178.54697257307384,132.46458248739845,495.5948092527458,128.11373175764263,213.03860638428796,289.4781056256296,419.34617880481983,140.36680363053455,306.51435204797497,284.0091142753649,35.7140543872001,302.5031891709972,443.2941529356742,81.40025480078073,154.4409372358353,146.44592289145064,8.032402330791054,290.23861272434624,167.25788828613906,300.9942895768195,423.0858861811497,240.24178857162704,328.77235076257006,284.56941646504976,310.1360871457378,416.2881690708143,384.5117255531868,216.39642395221304,222.77815098535737,143.99485738805328,172.5467472728648,273.92488873780843,4.8602111413177385,280.3622801395893,103.51573172157846,130.72056683028853,109.94112495822162,459.3040112316281,175.99410444366026,309.5098959451706,35.56304371104824,187.18755994663726,147.12749975968632,325.30104692047325,126.84071347388448,28.18047897221454,459.86552332746476,37.08221672422574,241.98410827989514,141.04203483369938,308.18503586130964,393.36411027132414,482.9752825456406,366.89548511581893,201.14119316184232,167.98758943355318,421.53000896685677,293.26202258248867,390.5982095912324,279.1530633565734,457.6265417177796,425.80671005321705,234.97869616948876,410.4516140413299,118.8412719166707,173.51455334165254,308.3098963117523,135.5560590820335,10.02123683734979,238.6951811691822,96.40897448564911,264.1460253075737,371.4275172494497,193.94759107096417,77.54393572549422,379.4570354367983,461.0030633175902,244.19066381687216,42.36683799619001,415.2909951288052,31.582442719349622,392.766135665884,264.3481341892058,71.73385627805618,271.895714303779,202.67748896736205,20.531529114383606,302.31794833973237,153.67786786463267,146.2956726556257,497.0330138174026,369.0832159720082,111.22611477793399,254.9326379666852,453.3767333671941,248.45249357591925,62.623914632526144,348.8781641802181,20.729725726164048,173.5236870846921,87.2687173979163,396.3404810846405,424.69949563092126,185.07219441765554,330.4459749656329,18.501160182602728,10.856983433727985,119.43733239751542,85.36948780402199,353.826344601908,361.3309836118933,394.7434174025057,325.5376212127078,325.0415816456738,151.69266388133352,455.3610922469397,277.189834781728,107.52807053689261,378.0270589680079,142.2721721860325,42.22402033259143,248.09602372593875,440.20192698759087,16.308833778327593,367.6293608273505,269.7005185195377,330.4566752476644,313.5785695522144,327.66113926291683,344.4704033304246,344.3714673912074,260.0072071706567,413.70390030940706,493.36222783772956,327.68140214971544,397.20585956429136,423.6676787313538,23.1183050376641,341.4439854959251,294.64408644560734,210.99492092053117,101.57051463072564,255.25044810089315,52.60263945873456,246.2606361311205,351.00653496971046,288.0510301918573,59.20562754081571,72.93447702321187,90.43010085212944,260.2159343892819,64.86860928374894,75.79116209506176,71.2936237258961,367.6449458623615,493.25239032250903,410.65408107390124,251.73096425697173,292.2171910837328,122.44183563008393,100.20357208612573,108.3983384211893,72.46451085028882,416.1164986042847,34.37139850828774,303.2240871091568,73.39287108768266,73.76961684035443,274.9748492728591,159.46432368930675,296.8013665573742,8.273847723428872,202.52385437513976,448.0674197685333,106.49277200242047,62.734467390542,409.6308194266279,499.1697215869552,226.70307269617285,412.43612814983675,341.10833344651417,407.2026028156961,431.89086728124926,382.19123895888885,363.2287524461416,474.33607374374907,435.8402885804261,432.44515130006664,385.9957805907334,35.00063609485471,498.4436792374056,185.34254464809786,33.94565543368255,145.89923345615196,20.074037271901158,58.178755340407726,115.80049318349428,179.19845795643042,61.48470544110507,162.60482531018616,211.74113881820554,235.56896826677809,291.7318370170519,189.19454165761562,186.34067211482252,408.48096250336243,50.2693105826415,100.78724512981485,83.87490398500542,124.58073490284517,53.21010773692092,367.2918176962328,212.12067536679703,31.25807913298373,12.4297716945444,348.20132703199033,497.9995416187506,243.50987372631826,318.61835550735253,463.4625825999219,67.52100168909169,75.31384256778028,455.3372674374674,363.21394875409305,423.46157893844594,144.31376756402625,413.83866336059305,429.92628741291725,313.86364253861075,265.2198155154903,409.0637725244496,149.93003060798048,414.10332623903355,249.32184080091957,273.7752779171857,78.000436241904,499.1772988844161,296.83193399029216,473.79379145953413,259.363205127199,77.98530478141019,130.56107927713734,173.8105880702162,246.25162742007356,348.911932901675,318.1316417738843,338.4667413048272,247.7206350604868,309.8162976711815,115.09571494372528,215.09411162619983,493.7922868816429,229.2463025947241,330.9273384273309,389.9950719541151,151.59709160269387,5.781560014447407,203.71808535580539,73.69539829446936,183.47840016082117,355.9269902225978,205.77716837299099,444.66250027282894,233.0923193002602,422.6242096175706,148.78715270737464,493.2972787743357,134.01588176389623,309.53630324710934,427.6639870573043,264.3046377624695,458.60218350791035,373.14374971866016,340.6191621337653,448.1888552914265,293.9560384063551,15.569919859798386,263.5118188684429,161.43750964755833,225.67317664430885,435.4805590099999,498.3631084421818,226.18334497425252,286.5653659011118,159.23351383238503,318.14272044713954,392.94521488991916,309.9979214238293,468.0147675362979,100.5844701826908,299.0630238905889,422.50100092575013,497.0860386291928,359.75202835981435,88.58608890241526,65.20632961675088,336.18764243933873,432.60900680463857,439.5883064955913,146.27255834841534,36.319061194926114,38.08268668406134,486.34356820541666,318.65354797867127,362.4664494763956,46.59485707773281,272.85145168540316,78.5471708230745,172.22542545604568,188.82627744180303,24.419288499204384,310.13138782294436,461.40560466857494,117.41638145229416,225.25131912981,254.9188048492572,27.73175913855863,499.38030500626684,317.84652663205327,449.4185384711571,398.5822222764802,186.00687200778043,109.82524698336915,102.06421590536951,197.68257216510332,199.30549445522462,202.8654750646961,25.594729553032103,412.32002018939676,424.5885055752193,94.86301941419772,148.5402233375571,114.8410555696403,321.2041733533231,362.4596477956489,15.178195985529165,124.58884581819251,233.31175717459462,444.3853406454115,471.06824084181386,337.55899163485714,424.07723780952057,459.4998982493277,493.75304301925814,103.73617051235273,103.66059219278911,374.71512971734467,121.55039282662517,83.25935318086863,138.54087258372527,330.18819480049234,208.47323294883125,108.74454547450662,312.1385846509288,476.3753894013647,36.40288468642272,97.98888803005512,106.00229984656085,279.4936407747659,343.7140549584131,474.4546607169482,277.50545592287125,369.01157087761646,29.28589758845157,403.137216676973,217.0681917894649,369.69308064304676,186.09562483441078,80.57200185551427,446.2848061166926,96.94275450434098,234.9482146410261,327.79820236064006,341.07455707360225,219.85604218131104],"y":[348.50518310980107,66.22602020826417,294.24392534799017,262.1191979920459,449.9915264418638,310.16657777386536,283.1995865654484,344.281611309882,157.0305514999667,101.26327751982723,81.52438303229137,211.51570970729384,212.0931117057141,213.2800121371582,181.03331053893456,420.4293076990722,473.24748819639495,326.55272800135737,370.17249555706445,256.4666481913341,34.76301280705596,40.9571247875089,289.46436944650753,325.9841004610391,319.71819403959154,238.3657053564596,44.12128048802133,302.9097211079992,409.97487619078964,107.87983286011793,358.4282067420911,410.9574231195029,409.9800361162994,193.84016987413187,390.7212626379507,212.2100795659293,277.1469660787985,13.10857575228519,341.0314793682249,180.211555268729,62.289564479401925,59.52081501834594,462.04432320531197,479.3958180847946,259.37172506190933,169.91855368294662,112.30563564887052,224.5344062324168,470.1676229936019,308.00311292037276,105.70498491420332,401.62831397062814,473.72444536836576,430.69190153342106,134.0062625183206,426.77794231362975,104.23167245666166,487.3335627471064,245.36113011249617,112.04084783833679,110.86508187776423,0.20023470022068057,439.70680358134064,385.17205733336704,45.432291054188,255.08902835796155,51.74133334349351,3.921723001441113,357.6648862152388,243.41526364031463,483.10307099294937,286.9713800564486,275.0201238475913,236.30101234928736,454.1643463188171,259.8100276382841,29.636035208877033,230.13697862961746,295.25553343227995,381.5149737602208,194.72980478018664,460.7832555548441,419.3624544852154,455.1713753047633,188.69176281740485,121.74573627710639,357.0770928929368,469.9617297124952,206.06230906953482,300.5962783431291,317.44934694019497,202.231258750588,372.30910474082566,115.37058117779475,220.31358971861437,290.78089003019903,56.742001294293964,462.26551636844493,459.9375154109946,109.6445372058692,462.1353915291261,422.83849281910324,121.95189846695953,39.54359647632955,75.7645858374708,167.1239803634319,168.6974033555624,65.7446773216811,226.40770967974134,324.7794276391295,279.8683234404815,356.8328713458704,282.3747813323535,110.76229880119415,48.93287779705035,54.05463417128931,289.41320152005187,175.33405178741367,126.10897168177793,441.88163990958,365.40399632644846,134.63358873963205,353.1400966135486,378.4259246890158,396.60698579316966,108.65964355449943,291.4083718035944,437.69151179355293,204.84709968403104,297.7840777590455,185.46543142230044,233.27310396182077,492.52420168286284,14.228908337448832,184.3071613314441,226.53087856442045,385.2557560098987,409.7682885606465,153.39855941627323,66.19091972189072,454.93950328601164,336.5566479537916,10.158182851988663,499.7785501167165,349.5499489070799,144.9518820037664,335.7121767980083,228.6545356487998,368.163400831147,89.50248689655471,144.31593964501144,196.93464466849485,216.52808143403666,113.18194892644229,410.9572103082012,260.678678623501,63.519857510781264,477.7505273105119,216.75494808598805,425.79926538072533,401.86515036835044,56.46589157740478,365.87107593308633,183.34253372123578,314.61332887290394,480.4497257958793,444.23337875296744,163.9072965930466,147.77477866777576,157.49699258536253,176.46894817486591,382.92626483069023,454.258160543778,350.2891056055487,223.35227078256426,424.61877806249623,113.58901476290839,411.20114669119624,168.7209393985365,317.55094029346344,482.7796699010495,467.2144533021252,383.3140518870003,469.161313717779,476.78878669789873,441.7777087821124,249.89982954290736,288.3306164235103,464.57794646438157,114.84741571099755,474.0369512405257,392.5402063196336,114.07640152384602,274.87164540016994,368.4211275575718,3.2640087844028054,88.59181557309958,199.29727251146824,53.81379581470125,332.79310676996755,24.0284796087461,408.4891803493321,311.7065525066378,296.517743216111,77.14013631799143,463.92398633155295,489.2945127416558,426.1795252881307,74.62047612033851,186.00833065813958,414.2824060279573,295.05225879617024,120.7024819988899,45.28875579603409,303.2583680018407,456.5015866248356,305.27326887267424,463.5036511336932,247.69798959867583,171.95410010230106,361.3867658219303,282.00247487740535,121.5968357714221,223.42248216519422,197.58460023402546,214.3292239741118,205.53438792820046,447.6186116053551,346.65847414919836,234.75867775230284,43.15734446555675,102.01893718703015,184.28529481426415,296.3277187365776,263.1343868644549,57.920987015637635,77.55587746365855,14.61194038246061,384.0994422554195,302.7688396382205,308.7858561626334,74.68018788917763,54.75058366507268,194.12090985195672,103.25617098080808,337.8496529918097,364.44719458972776,103.47134201247088,369.72483771068187,377.0430490384541,46.179640937140555,471.0679161737511,490.3183850505559,227.4153866465204,315.021250667481,244.21262036890934,102.63841946601727,103.73647396339636,174.22131256688934,171.2564830502884,419.78085065238923,245.0005688031348,20.743619406158764,389.83818030220294,479.67011949856686,292.9714119925554,351.7927911794504,295.2393754290871,262.2299581142078,459.61993882839425,386.3241424169569,85.27421176897532,265.17549518786643,425.1344538030353,241.52170045791343,478.32373709832723,202.21377617574697,238.2043209769632,263.03065242837374,387.0970475709025,487.54704035494524,157.04029814566678,387.6835648983914,170.85155721980883,4.838571577017725,400.31366096226674,465.4006746402135,125.16973052716918,244.2004894706613,451.71918279250934,92.36929382648485,355.58007315002806,327.2754370825839,430.079992548253,384.68316011024405,112.97951535681494,155.65656269211559,11.295238706039324,253.3616808153707,181.72007047225014,27.062701417592706,425.7344794891814,224.78627812168762,49.39646951197063,36.761979529112644,122.27390274556949,401.91919395966266,297.1712692852017,161.15222130509744,278.94185436801575,118.72202673552657,479.3793408664846,308.9252338188083,276.8324883091745,229.47840185928004,127.64693320437736,450.20132196079464,401.4752399266255,190.40258848177015,69.16703246743128,93.81457713655684,279.48484427818454,229.45069943278784,360.22197581432727,265.89395231308123,446.381063057392,362.3992973208025,428.0609468534231,298.57158031267693,367.61132140504526,236.07089603836386,71.11177357834464,69.55601191462813,437.583628767469,188.9795538910355,186.9420941289277,213.9588834682442,301.6787113813799,425.60663412516465,111.70024883423324,487.773867002141,399.2998969159855,55.46883649916501,477.50500798167883,393.7434676045891,365.81370346332034,82.90612713509593,277.455556334501,409.18090686237383,125.3954956131017,15.817672387974602,279.56139864289077,310.5138069250601,143.7480385468498,418.16983871731696,386.0543900489023,27.214195177316824,257.8565157133669,131.2544876173246,389.7227171394692,162.6882177015776,499.1647324594641,125.7472005627569,436.8637019527386,172.71605441476768,215.11515036368345,264.8615488439534,239.7350087207857,427.69828576297607,108.46950080513818,28.616619735566285,459.2810426692274,158.21384344643764,215.25923546059278,281.3130743270513,209.63812744535338,97.46114241743742,401.450115093008,99.50165934069078,161.47002548443368,432.3803575266968,166.79181018391787,268.3941575938764,48.698072325003004,71.73353679910855,116.18398179724754,263.052030415531,302.32294306956766,421.76145533378264,243.24663288286553,262.5001461236368,45.21797212441636,201.8925739203049,160.6929377462324,30.119003671462806,379.4185917789229,152.00495634695343,454.40039686121213,292.6235484121359,260.88996326119207,229.50524075310054,105.00510298261013,55.57717386523953,255.16391177606502,226.8525172366198,345.9089045071937,376.2204916862579,398.6352717200381,311.25795405477896,442.5092418388503,205.3206927963268,229.0771775203637,31.35734690191283,28.825818267622203,337.6432031099262,235.28267716743912,369.63254768489884,454.0829312663384,365.7959185494486,211.04915850558126,241.8837917786051,366.7165484975723,345.6318636579035,173.79923797422137,99.41201824486767,449.68470361391,239.8912209847025,385.16285386524,194.4892648333102,114.01211066414929,258.11054892489796,396.3600752803551,294.2303467176266,93.59857277219797,81.89839487948203,463.3976016018728,266.2530731871818,102.4350840743038,140.64797021646402,307.5872219779994,365.6405950093963,166.3625956152306,388.8335247984492,326.5623479674876,241.98227812567873,325.8676814936515,391.34915252623983,234.54811023588852,468.57714347303715,273.70671635812073,153.51520995816347,406.0242775877982,337.8751493775384,350.42836659019207,273.6597861371005,186.21361546112857,56.92786030379771,25.217920856314358,80.64264026633661,415.5690850383406,281.64436391488647,309.49006036136785,202.22522283694911,7.703297034922341,65.09846464975944,226.1288354702222,215.47771116187198,311.7199069731699,307.53908991087917,415.3263215152467,221.26649628198035,234.04750135935305,87.02738495446683,62.34313896217569,348.9133326141467,250.53255647382767,478.83736696740385,217.54133303167723,333.2005844104674,115.28508798963344,109.23530574682295,472.3991899433604,193.76809397457762,261.1555762293282,406.1098804502573,237.2121774816095,260.3285400526897,316.5902573219862,273.5586985500834,274.85260461943585,88.7690379248588,290.5640576293107,195.67704798395468,433.71602980776566,456.22046300862195,274.0157797097612,345.97574323504807,6.342109859377221,458.09215133260915,245.85560788590178,227.48841376415163,438.5918277692837,283.1224499383108,431.03519160945825,385.1508338601892,334.6452784425743,327.78965327204855,333.83954930436124,281.9097806989792,389.6427875523296,96.00216444359944,81.03243872983579,348.3881724790575,441.42274669745996,53.05087658855179,109.07582170546948,466.43615512000036,403.85797872995244,258.6143857675035,338.0443670353077,443.51323977989784,340.4730409454262,261.49473805068004,205.05543682310633,321.5287933869645,368.7147126752913,89.40252891317935,394.70204648618125,156.46462687815998,110.84163834980055,388.17262563999697,244.79313039627658,14.674377150911578,36.7601384696632,332.0682097654305,125.83163156162358,463.879096590616,102.00049924248256,97.5395931866635,396.09753979575066,444.51558156727697,250.09057713075634,52.396936340920355,43.81680098367091,248.59854018623395,241.15635393944035,463.5063555911625,124.0093675856806,20.06944717666881,326.10278480920095,186.5452076118793,352.5488888753675,475.2021331492128,396.5865823056237,430.03627159533255,374.03517605893654,216.06012995744072,245.88622384512826,184.68311740843424,378.6212080516613,452.20545034018465,230.26380963131587,256.5231466071559,385.9877158009124,239.76812231538614,20.8724526314229,45.21044679906827,66.33661128528567,403.8374641784658,175.46635481041727,463.5511648511883,128.25522906316266,329.01314642357283,155.85745998325316,108.65635546239926,39.04093983531431,241.9135811153863,327.8791586869101,311.3136904060262,228.74491950993382,167.5407879728159,157.49068030547863,277.16043144412725,246.06110206220578,5.680135562513899,313.2051277226761,391.3283879571553,48.10975488677016,215.0541890881651,432.00513689103616,267.4616970846485,83.29495195965741,215.54621271675944,490.97708606734614,466.813203043938,415.6045436159306,26.791345266977352,372.39921640866334,214.78326205213628,308.2071587835255,263.1388380334423,43.00469652884465,259.7334881156718,339.08246624988647,65.76692540382456,296.2469630388575,477.0952247935054,230.46363978977536,222.64203522246063,355.38767411383907,430.70888767024206,135.8985974050535,478.0115526463742,26.484709613092463,294.140137674436,323.87149190012485,68.5527385120881,285.5281461526391,498.6059193079525,346.97593091749854,12.898421989109288,350.7546707061325,357.7822496042533,328.3348700362484,24.008067912662966,56.369805238986494,141.5756716542741,184.85368572701887,233.27620251985394,346.48359585226086,457.141562295423,475.0558252739664,289.27622111495344,119.61042457302983,116.76224187712103,396.79715011134687,99.76271216457455,203.28565384926588,441.5865370646852,452.2368534546173,157.11916008775805,406.6341478033695,87.58889185159669,482.80174759173866,303.00708081693483,84.37438847975764,400.65995084651485,424.8575217526307,53.02674673508856,213.88846172888222,261.40090505991964,471.80368655880056,426.83651670861633,290.82024898835857,206.2720708555026,493.5248772075368,309.2479280670524,210.52967055634264,419.7487177686934,229.68239883217768,438.2971913778946,455.27092440176875,439.75692646732546,58.104104865738805,197.40759146834242,176.8750457424383,498.7209618520095,52.74297357866897,105.15974398815553,267.6038174234183,245.52026478712386,183.0238809698449,136.24763281562778,441.4953000486228,254.95390541696727,396.0058227094023,78.5875855931436,413.02663446486554,53.997925048425266,142.7110595409523,475.2574504531163,333.77400081163034,240.90107526058503,120.98993531238267,291.612137475317,458.90037611564827,285.4353080335057,452.1719196810939,416.21883246211456,242.69885270962433,95.51299834158833,422.8844832222938,59.424450907915485,280.4875484337589,330.83035510078696,271.8281818789283,458.34677237471533,485.7535936368148,392.41366503722674,415.974732278429,36.87729684632668,401.5497852187504,105.34647344132031,235.68325287522407,235.7901441599264,455.6060316750109,303.54807668657423,418.72760333455636,476.83680902165185,468.03934965184925,40.16985038064425,290.62166851146344,393.6948182309965,252.02893315886388,478.36101467245686,282.5252748519772,49.63337220759889,330.0887492967639,226.4927865158217,65.27563732300811,193.0649688220425,15.118758883347905,425.3385473954836,342.4717504968187,79.20482728184285,347.9709868293912,271.91389062432637,486.1619800272059,61.442698194614564,8.630206687396779,360.6818939126584,169.36378468406022,7.5220306324196295,426.1882909611989,137.65432042261605,16.552827213267452,176.42382056236173,233.50635568131227,337.01115709803463,126.46592471086848,215.4133713524431,296.26876037808216,159.695775045125,171.3432920672442,427.57065217757173,469.3137068557478,164.8835282220259,40.899906589619285,138.54194039328638,368.367192585044,222.8310994730449,175.53935686871748,200.95715933430114,307.72061982752075,291.3446630548611,78.64190360545953,465.26049925262845,171.61071889533665,183.5823364765673,24.09171215926653,214.05162996997984,291.43027141222376,179.29969016231752,419.3203477419962,391.466443068929,363.503532136587,494.7406583196443,376.04560960792975,284.78392577749577,107.25598356179277,286.414985799388,494.23597671833153,52.492050554952655,149.7943098510518,272.25469305010586,297.61175772157225,350.83677155810113,210.2194346256727,324.83364539474826,271.1885014719011,441.76773045387296,85.96928644338652,456.5746114310698,219.28308768469773,178.45003148833572,184.59294800889114,404.7460409501419,3.7076756287698354,323.5623062773221,237.53330747780166,390.6546328937597,208.6621267503348,139.163912838828,59.67225101551943,92.42627919366653,431.6436902404835,72.60131319467634,412.5468294718406,354.0580370713818,455.44703549582,290.9012282385839,160.6134431871824,204.79890966659198,318.422126852252,452.0381112550866,229.78628073862473,29.41824702992757,177.6558870810656,394.23287361241364,316.4742860435311,64.44551590083991,140.50164018929223,276.50359421305126,452.7962471585179,227.42860957917256,346.7550437682305,52.066428689764855,272.69174246034487,275.31010514973184,128.84652402121765,167.1349033750865,98.9303324038312,306.29884360770956,136.3090543198533,153.32537601670793,435.59655046423427,373.40057502076473,404.6759800341748,32.946581080253836,461.3008035862309,94.38443935215591,256.02575243277727,184.32892547707735,280.25537270477474,256.6130686290935,95.99273264003061,380.41814392416194,8.713102638898018,283.7211191051319,494.06126243626846,9.496701568225019,377.16525625699626,302.18730471435,344.7264402562329,335.22783540153375,247.70599568692586,217.0178485599692,374.4408758041874,305.6295761716713,340.9778266834986,66.58947217680155,343.1433002025234,290.52358426611005,278.603185481052,473.253201159047,357.2401463459998,219.9174820392763,28.098115525695853,478.71797545317406,434.2764027016235,32.47373016074573,233.28407668330397,305.4415655954907,411.0926948006713,325.75520652151914,39.83766356168239,359.52379573190984,200.9425216616054,257.5114862556892,384.8650694396358,92.0596643626731,131.6547984526609,359.29852109600756,479.5802033298808,430.4635645632362,279.3610785819999,333.040080707912,150.3348103776889,285.00128672209837,421.45377602761727,285.72098695990746,235.98852989735687,36.045312254762486,405.43304174397156,288.2898058456056,416.1921578114266,405.75272294827937,376.3213805724531,43.9962912475228,48.75455908864734,493.7952583279578,285.30498283743765,498.03859821924567,61.36577601190829,147.89933976118817,109.99714744040945,395.3802646441882,293.1818015811339,147.5615371337784,344.6051895497878,366.60051543638275,73.50771547138646,148.40150282724508,489.1009852580347,215.1735890134091,275.9155827994628,334.88754026068415,3.5051661999474515,213.3886676854546,180.53087323473372,339.9422585561821,497.5796051896482,365.6607450883782,351.96025397327435,11.970088558334368,384.6121563348429,185.6271736458648,175.09991284304894,12.637550200817804,138.47802989672664,164.73760074408273,217.59775482271436,243.89078763956397,247.509072292728,498.4006702448628,455.0622916170891,79.7470881352128,155.45367009082355,299.0990844964925,271.4245586864087,352.4295438134815,384.30993277633905,322.03247929736676,481.08875890387816,58.06678779697039,63.23990398051815,398.19484894823944,456.4856390448092,31.36321603577519,424.62302983430413,105.5959661210869,6.259495216161981,28.06989438772467,310.82716065462046,316.7532842801397,421.4168469676244,266.7119471618966,324.1366568815008,382.01501174744715,320.43052481389043,244.41211171683008,37.234771857377666,109.52478970942003,344.3997384416536,94.61509389527211,240.4463180635904,1.8428670485798326,130.28163242241152,454.4042827257754,5.3560962984559035,37.57625293546152,27.88311182369363,306.03836877924937,371.44926399701905,396.39281505916045,330.2433836935957,405.8763191643421,34.67894904516034,441.55069944302795,51.40698031608459,319.8848531954427,391.0917017158232,126.62452865086415,199.15762152200656,202.10171641271245,239.70823478027003,152.55640819741322,347.33847552366757,373.8369419427613,193.80636283012288,289.2669848338071,155.97505888534025,259.60807128012243,267.51248707791456,107.71656305327637,218.47284532318145,255.77523692273252,329.60167284107024,306.603795446163,98.96421059406957,64.1316799770969,296.2444558753301,180.6228062768068,230.38932076684327,227.00330483640596,271.60220811956924,362.7768716787482,389.8246459464072,230.677178228337,173.54480920638105,29.018941344039817,131.6589936093868,387.3504006457106,10.341567814696194,253.26145713347026,12.353940247073147,133.26182463711368,314.4671790524687,320.0343285175106,166.79289774963357,423.18026352340064,471.42418426004275,400.246209471017,328.62834231591097,350.35522687686625,27.776427985637508,383.56307017498534,441.1165252028284,371.9082808836508,165.80509086650673,101.71771485585668,204.57663154699046,446.0712572260703,416.8088041576527,120.74639342635984,474.8559657866781,83.8988311130795,286.3141038527183,224.38730792951412,252.82159129604466,24.73107136892594,43.8304390655625,499.12196013445686,345.045862579743,487.32740982250743,15.4661375306252,246.1638921669853,300.13740087353415,160.4450223536882,33.69612471219763,71.22805623465823,261.26138172608916,276.43788960243575,419.6620827048294,260.520719701957,183.73485496092147,71.55957840036243,432.1505477869195,443.6713290519134,396.821116018782,298.1018799530377,87.09419256420448,83.10656721641274,175.7920517230772,80.31011368105867,367.6857270198899,53.882172903936706,159.8832728108216,240.21205585323878,39.79073598631422,7.6222533850293095,90.69546129871253,10.048642126038176,23.404161527842305,52.67130167071543,436.8137472402519,44.930630539918745,299.9524655582785,374.6043047204984,154.51303665341177,499.8439761637492,5.46785266094485,445.23921465247554,230.43741696650855,191.27689221503852,209.53094388451677,356.4817312042544,142.65453228834835,238.8848789323076,378.9867819585091,158.39102160681006,161.10313628094764,249.3656575598897,162.95730218929717,443.9376807285573,28.66410537391262,103.93913432009715,53.78915042373467,133.98382710827838,473.2164926827456,133.42373735212044,108.21999044282104,459.7770597364432,313.4803503097908,106.0499242445836,369.1263194363057,454.28516865153523,29.544402990121398,245.6368827624563,292.4773034682686,291.76181902620266,477.2150419406883,69.8260350822556,462.1218360201863,295.9253812892506,394.78122987295427,431.62231945653804,209.76717084004116,431.69397249095584,172.58308057148753,482.33775519606223,356.5342045615584,70.28409399975556,282.5154061010099,296.2637408596287,164.9305895563734,459.8203087649867,66.50549302430197,253.80192691730642,280.864088349054,399.51605407588244,395.44021858457825,303.3116461287756,275.84648980726803,11.557546087783365,199.24482524308996,153.87895518805516,92.21781890099822,323.9303080710827,112.2585970969855,386.5039463028237,348.60201594088437,220.21754285650874,411.0036713826933,370.18971610256676,39.79213237638457,110.65083774981154,277.17783311892987,197.9463899555457,242.9799128439568,308.66630744910395,100.71686658175271,178.1469698471647,176.72152771977966,160.51271691751435,105.97649004056464,112.72547902282149,302.04429154561785,41.961994943711225,427.54008205330575,13.352425455342765,201.3557263265644,8.373078185057059,373.91454268231627,412.4013200732147,443.8346512169572,491.5063642119698,253.64373449394694,457.22838195991113,476.37911430516453,203.6132722760796,100.82233348672376,336.4225826290287,300.12148241122117,482.78338604993087,26.21036550266098,353.1615595897002,4.926889897983844,454.8734993372825,139.81426241949657,477.07696925186826,103.41844136610135,215.7469115744841,357.68828752898554,368.13669210730984,159.78207967024304,171.9891404777054,36.981754209705066,203.89422606509754,105.30020026780463,335.8490486532705,57.76956957376389,495.9687633636418,284.20469621688017,1.0093926929936048,486.07013688792597,440.2517645468058,156.88724422878508,43.74891507746281,290.1896236535685,203.6598676173108,79.25806704982996,253.13307725716928,479.9936486347295,383.1115662053684,141.1881446153912,124.72501436696237,61.51557615879666,249.22248018217408,296.86182808270433,325.0464165569412,491.3567548341693,342.168491337941,149.62416180063576,248.884577562699,329.87084677902465,188.9105242556286,210.41641184323134,425.05846023408446,307.5263662425092,436.5196845002134,48.50159002162502,376.9129173227855,445.433984052478,200.9851802121473,371.6668574035216,326.80221920057284,389.1413570486837,54.926000849195745,418.1120243538039,394.6588470101886,185.41527891250342,102.45636425900362,477.28126566005534,85.67889799271089,463.5970509799946,490.13687980103737,402.6808719461445,348.20991706491657,320.6531036217551,142.0302192458456,33.1871459262727,172.19898335112615,140.81989041126863,97.45502849419051,88.69921424963334,60.965682678750575,165.70266969361745,458.21348768170435,401.82813441972706,376.3993739438222,368.2613627127721,88.00923621674939,415.4783330711795,193.00459302386707,318.3606237308516,41.95156712453563,247.18825822172363,342.0274868934374,485.555759221911,441.06337583766174,173.21562642243381,233.02214365422336,473.3957566877755,145.29975064634272,116.50031480793577,129.33627325553266,126.29425713401477,135.80460633913827,355.4257426532711,105.18328592376702,361.69825909216445,94.93243781658056,139.77970082378755,17.91591645747237,155.44717725727253,326.46975136358355,465.1522505053987,357.0104854764157,143.1909235520854,310.4274098468138,150.70954991118,451.1239171360485,19.12680122739696,42.846618757308995,441.2509079154313,456.6498087612401,85.51591821276405,441.7818459851505,238.593297767831,315.3801204390304,214.8566862190322,88.38131653481173,383.66321078374256,416.44327730197193,121.35940129021961,421.2263568309189,482.5991371975187,31.23299387583367,283.48779119163623,324.2921153761136,178.30917939416457,478.40016014306985,128.0508817985192,372.0883701035459,242.14839984323999,235.1195267002677,403.1639122161993,372.6993127034446,86.49623231631998,313.7501965814301,278.6305139492359,448.1148364920753,349.85493427633895,417.42927071588497,298.97138528188947,309.45746778101733,206.33944907217762,105.27360219314141,143.5249350656922,203.06941215889617,481.0759820295198,281.8143814866503,481.717381613455,33.93549883482638,204.5124891452975,485.3342880139776,154.7402477850135,364.9371877486574,350.5331434018085,411.1994704638935,383.2639475899112,197.18385829111784,317.13616016848067,176.60548930465768,374.6341248655713,283.6410112353827,420.3852571666239,498.9780210273613,148.94653572466098,251.41124627266132,346.0146499240427,487.61980493690936,59.59714714997089,471.24109060634044,347.2192272551974,498.12287160745404,472.1995383102318,42.74178323355648,70.3720415083513,430.4527011820908,459.50101780331755,103.27956031213226,124.76581361349848,65.64283476534993,205.10277913451347,345.9145868354263,326.87851110298703,442.8961553691654,491.7242515560539,160.94081933855696,427.81459667411895,13.438198667598433,46.28805352485244,299.51058651895914,159.24984339013147,408.77759014330184,432.487911978592,143.15342276744602,180.8646486815627,76.45638152980393,324.4824514450676,144.2644562227481,343.9959322513929,112.787234219338,297.4693478621533,91.80372786968482,36.03253599077705,232.65774935751037,202.72829620506528,274.13442132809985,478.2940547527788,431.63513539266694,166.36102452450797,308.1871550572398,90.42532321442653,79.637273342398,338.83578190228,149.5231738017839,143.42036961511394,378.75459092179756,215.19520414999027,144.47621824339075,111.60918836541367,303.74353148877276,493.96937254698304,425.34611103204077,168.5031332279815,39.77021515294255,420.7845764669208,102.47429152006826,458.58194451584313,144.21050190111262,240.4467132105411,358.1322924947986,263.50977747393125,434.5862210004554,363.3513660310441,427.41380689654795,227.14197226919518,81.89143362281904,293.84513769001217,230.2919676324714,192.04002396863308,470.42673933329337,437.29723334147707,228.31754157869756,364.7674923802445,361.426285628463,422.3889332350157,83.70812018396134,57.49669765001586,427.1368202099518,259.8645441167685,171.46185203994224,484.485448515885,16.652729116516607,48.77086747774706,283.37803178809315,247.7233630579261,115.78532431577871,22.376829158985533,202.53326115948244,446.3620358505154,441.7164712251862,2.4839753737437853,93.59093526163342,251.10295223355317,457.2107538060003,390.9566592643061,156.1658733575697,342.7960756754933,393.429746880126,386.62229022477425,44.677448481911355,223.06440083340462,19.124563457028177,437.86991946433017,170.62556744517477,349.1532663505358,382.3472850741927,64.84204782057445,360.16217298902654,254.32536880780322,465.7860916411063,229.41206728941742,486.7702499944311,438.7318745536417,468.43814125560414,452.10875691723174,123.33127617155537,343.011881595518,493.1387709054842,343.64780364927407,347.3438593954469,163.99589422210704,195.66300579695718,84.74944054539047,104.48416371675995,413.7607632643542,452.41535320026816,23.97257117712104,402.13216223467276,361.752644213714,481.7259353077069,481.6559270838202,471.90009663013365,415.8322643426756,175.0013765033902,135.1542144293182,459.8632669436864,393.4673865604316,327.43489435285164,282.2267122310955,210.42932802898562,278.18257508370783,227.92797052895875,139.7343953241489,217.24213602306986,320.5803817485976,416.79076436362305,1.2760374829519083,171.22716689294847,150.09269453743502,442.2205693519876,331.9760268505204,180.08457029806203,20.351950603787138,117.22795559603894,184.22405118273676,115.59098644113574,232.86966815522914,172.2825000387983,33.344285827858535,305.4141350712355,144.7762377564442,186.19125029169402,2.9513581716252846,497.86321460798376,369.0274706599828,224.17727915805452,229.0080771700097,16.166814066900347,471.53348857902887,415.44921478464335,191.8548812341585,71.96659533739225,69.58425021828762,138.2467800825088,235.93285057200342,473.3871939003947,471.9433133408685,360.2089983146869,195.55477239895458,50.14595830418056,465.6205340778352,392.5166125946393,358.68164739484996,445.01645862334084,94.19676337596495,396.0368883526649,439.0957518123483,286.9639309501379,77.69682365686315,461.81887629780726,321.8719219981551,291.6582739445834,236.54100778430043,302.13893470664044,54.506556628133865,337.07185077696255,281.85823101411313,20.730089780139572,470.59031807066543,305.15306839563283,368.38690045644415,406.9876455239377,79.0257953694381,39.38394554433455,424.91069658444405,135.06937198873848,442.5631883494213,431.98615980532685,383.85883950238275,322.32708318907146,212.2092728257403,103.67617989458967,314.8444568236205,153.00690746281475,283.6269948000414,195.06935829427675,132.03482840096592,401.4978093771303,442.4888791010592,24.321983699616023,316.05616191935417,69.42237457174028,29.54019442076494,364.48079412732295,372.5108234154576,456.7305845453322,305.41517419396416,126.89238504500678,77.5803288468696,305.03576160750333,116.87889619187442,327.4544987358886,112.74375744976683,103.5412755295424,353.92828144143874,178.6132322450966,498.56398291729454,168.25455324002482,492.1261335441105,361.54869632221477,253.6840858599837,88.29623129988684,207.738702689801,449.3623049870348,131.35453044862777,498.933769704178,105.6493460825898,297.9916927455044,235.33378999737286,179.31468377644654,317.70938158303375,102.07683660484112,499.09811649436364,290.4489499587055,379.6244372085544,444.24601951007713,100.9801163553733,411.2085329798,414.4960841371171,331.9996275816538,180.16587378139315,265.14360589430873,189.91401235547357,48.01449409038816,198.43732900149692,270.60068635239077,352.87138536732243,198.29999588195423,328.0172654599698,382.77711316132314,314.9170653514023,430.6536292914387,391.91859908183966,425.0572344200871,162.11764107466587,293.8027034559577,20.802722107089664,308.99023075011036,449.0039788310881,223.3357294187813,81.58133414884861,68.1574974178475,103.61448097997727,446.44342962196583,355.2230415232374,202.63065239931655,1.1477602778016127,289.5313406437991,202.9664745016544,184.62080483627886,360.8221255486643,202.43821797614092,347.76049791781037,104.22275000822201,490.2498408473932,465.8730596243418,459.7854897827104,476.5751621824662,209.33890944262302,291.88656044740145,290.39327032156893,311.86953705736784,53.02213614624473,271.1460147429032,363.8221167524115,38.78704179965209,327.986920355923,452.33683991494075,446.3648228641681,273.1433761578089,110.39317042984898,324.1354351412807,386.18549966751823,441.7622606525038,301.237035408132,198.59427358731295,495.89150359502696,378.17151379499614,245.2669064977081,224.17798992964222,117.33646140934417,360.41217056816674,86.68342489575953,444.02351527183924,115.49854864248898,251.4282729945987,396.44962767316105,272.8156668944659,139.90982378573403,379.0108090893892,17.07992485582277,430.4926733019474,69.38122883676378,9.984299852008437,402.4683745193289,32.0227278138725,163.26000774439885,391.0400791540893,120.6172991599016,466.9681844396761,415.09432890794903,205.8040143676132,88.42089403936615,379.6941660989981,388.5694426352451,145.05698455756954,221.10621300584953,328.2303796183338,471.95171147364914,484.2912855781898,288.79186084124433,17.878275900717888,223.47460664844675,43.91743618611177,173.54067978283584,59.510599393163055,356.79718505022294,29.076670418710204,225.29707076907968,40.27121655513777,205.8522896829982,472.84586274118357,171.19376682966336,450.59187914526257,53.0135616625943,450.48151743535936,356.39169031289543,339.3601482013333,236.2807490564115,207.83641674824904,129.26172431049466,264.0981463946355,215.90870508770422,372.34928082120234,430.6307509846108,499.73828392946984,17.69008135053607,495.30932384990933,444.376617370525,367.8782074286735,490.57008079050036,489.62127762781705,465.7918976288776,325.0362615751492,114.3444982855456,156.81424996383797,302.53518532230225,399.3311354164897,163.905366188559,383.00279553963435,106.88134679355055,85.51576434314123,356.47930762466393,322.7797368198141,338.6221881079331,272.8301988630677,407.08811546057956,276.0023725346652,255.54193565258043,186.30122111212532,262.83120792720695,182.62113958636328,337.9850240000829,178.03155008288874,472.6150265751349,405.37642938773865,81.55966697915729,343.65121751622905,475.1812104761963,243.72811439958863,268.5891292349105,269.0425481005343,420.08885027477737,451.88955864351055,58.11625218223138,260.22178557807763,67.5455316265926,103.7285981772692,240.89583850477325,473.8122036492225,93.65550545448309,350.5190492683401,84.34539535881092,254.55585867378417,144.6401911252526,266.8285197371476,31.7075788921799,354.1766778931966,392.5876732061646,307.59270695570495,241.39002139621945,13.689194179756225,49.19061066042762,452.71789828935704,361.86723664931617,472.5749899137589,485.6014994315971,99.38779170311595,496.56329964981205,190.67950995880022,315.8401958094995,340.64345899366833,210.53696884483642,237.2908487356431,400.51660083573813,143.11297146035494,271.34937719504825,213.35774584338196,47.339588614749516,186.89191516207103,458.6707316310543,340.8125745348857,391.1055684055653,96.6136553374537,192.28032873810386,310.5676260505216,288.37839446616096,176.21950883208214,125.9253867798581,54.63881687337035,376.1395507766637,239.1426149993374,427.53305760297764,273.3157644998224,175.88862220609968,453.32274900202043,226.87154994943037,277.75038065416544,180.35996852019198,463.3642853825601,50.70248556272061,493.67252073740895,312.98470646358464,56.21287379516882,348.88901663585125,380.9969140042793,25.817817915508414,34.6333820978022,51.16967357720492,27.19968409544471,354.4745489755784,151.11036677973934,34.34249810691669,306.7464911228729,269.72275726922044,197.2179214444324,153.66502041604647,43.45430582228127,7.6301687518925965,97.83632408768739,14.941456681584086,336.63755312656053,42.589422928092645,423.8011993127041,418.7398410328417,163.80071638106986,70.25714376074576,483.76060577054557,414.4240562247852,38.004979368854166,240.215807977594,487.1492006747947,403.1740741708635,131.65193121532315,184.0661264226855,34.51802936160742,113.56144345539786,198.08297341652127,73.4646946531724,214.1252232042318,205.11501108685192,392.8838216186309,239.57885704702008,211.84337306768097,469.3341125367897,420.381656178049,267.4192693914333,193.76455993718866,456.51056704145475,63.05766897355958,494.4100015083227,173.49368900689078,206.76892073220566,227.81176349191355,76.08281199803734,107.17358282212119,323.72740490420694,499.0681869942852,461.2231312128105,299.58495019955666,121.06674704938447,416.76773610644335,135.63303556831863,398.24584043055887,386.9530693306511,90.42679142304166,386.8133444427869,198.70523251533834,101.73698625775384,213.46291775284098,259.09221507538683,335.0773392718136,417.9911978328995,271.85479589768823,357.40928991685786,420.5406043044494,476.26428708307134,331.1586856121845,148.76348758206393,445.98920667811734,201.77257131189842,20.19760542098148,317.9676317400615,174.77509175728477,275.8938700056995,30.10517058166917,39.91595345333509,121.92053267073055,320.25383576703257,194.57861374773023,411.8196197460193,68.97538453975672,304.17050683842916,37.45564180018501,395.92324087052333,143.32076406973593,130.3214528631902,143.84037325683096,71.95895409640762,179.5471276751427,418.34170180963,238.01307158833907,214.45298743414375,430.771292033844,315.58736955421926,287.6335931998365,292.10354662417404,73.02620487260225,458.82122411141955,201.087976151621,363.27162522474566,160.10118841112808,469.18155224331906,170.2925722382509,385.9355191977161,246.04737686994983,119.02785122308191,1.721766411106107,499.17114227517754,405.9832776333959,437.96555354985657,371.9453313856397,219.687444257622,147.18797306101382,216.47284302921642,432.0232155725554,1.9430040023622475,404.03012293223117,35.37935948708926,471.0620863664303,442.50169600173183,348.8072715558849,116.0945941243059,465.08300840527806,404.1550417265581,492.43448371626255,349.25107359578266,78.08779356488782,75.44835469817713,192.55783759889113,279.23453564312706,484.43529615463655,107.17838442144124,210.43062600897744,314.3577000994827,465.58565329493086,287.6777840384178,275.8368771354455,427.02093834969355,189.98663953963302,435.9537405829831,460.03605219122454,82.82302550310116,495.8521354455917,414.25269750418533,151.9028243676992,316.7643039280653,13.110122974050565,349.65714186880183,193.04072656990644,307.2587677919796,140.58884371155202,178.92204064222017,7.2834786595544765,427.55273837353434,259.621324739845,126.96390135059387,223.95541749799776,375.1940748726832,0.06161944696359001,396.4230851257082,81.82301385723989,395.4051085662903,187.98596424949622,492.45496035417534,180.66592284782024,430.0691092168417,498.23493384747695,69.23230374186306,14.223819041662367,383.9514240949553,164.89851117264587,85.60769767376352,439.5334716854815,441.43672983846307,411.5441008363001,400.5399241890971,395.9963906768618,181.8534078764036,339.7208925380225,336.5978408619271,113.46653690456444,446.03186885883815,495.90156571105905,23.11294999076996,248.83677704841944,292.99331607146775,202.4722637968074,311.90670825189784,388.4388685207784,388.0305216404857,262.8099957277246,232.94640440760062,104.99001925598283,406.73333687963884,201.30710033352884,470.2602726150015,219.75236601537995,28.44751410496926,238.92154236895024,305.1524296980791,241.9628515918043,288.78024206011264,45.7394387560317,292.0893047420697,375.4227552038645,27.641880043406065,346.81577481057843,417.6143788594396,103.57043618006057,98.5883216610226,401.5727832614481,144.89793432084807,260.5157680664794,139.89851882009964,292.04300212703737,79.38085782344406,433.76123673074164,408.02641804603303,296.2871297977927,341.50294706987194,228.30808097113308,408.615636837372,231.30150158549046,101.97960374646998,486.4017333356366,387.56289019558596,78.79668539761997,245.6018415513077,343.8605005408426,55.35840073167664,322.96333880499253,53.53230670434872,172.44993072572868,340.0200916600611,431.46491609973515,428.702071282532,361.178956049061,158.41337987260917,96.47507558060065,499.1269399733221,338.1349119819785,398.65414971507363,112.95073343449835,471.47191417770193,325.51922041089773,310.8950823352118,282.85580121533025,381.94125222954966,106.66632286262978,400.41394807393624,8.320821686843004,111.91391434838427,78.22536202476194,379.2014429975983,182.7280962390777,380.4253151299405,205.69521695747994,156.96067322315844,15.27557231461929,165.01271309969457,442.19320521439965,145.90982565540534,449.6929853029754,439.13794846298396,305.46305539645044,84.98764601721676,64.30870965673574,111.95555022497649,139.7577528526004,178.10051920074554,332.7129158570641,276.00747996029287,226.86026703292228,300.98744085228003,259.0069124103682,424.3716640525437,39.48650683471977,251.26931173350832,375.94343285721385,202.06898950416098,132.4679884717117,417.96679370185205,150.34021087456262,210.07427681021008,420.64717944375553,76.05481123111768,299.2981999131185,196.93857310031294,49.36262122405366,3.8073413718081595,399.231954236826,458.2361867823943,345.3116988667713,61.0361312723835,401.24871898222005,382.43639183201736,412.19803080774784,184.17018150267793,438.68893368453297,397.5935217104385,19.344101649988676,278.69055433970436,424.3666529208724,250.9900067723061,153.02610914530612,252.02414236246585,370.4079673604298,165.59097102540267,84.52546340574474,157.0602508091401,231.9358634057661,238.3353044215689,79.04110871569247,229.47463517529786,435.19163974579067,491.17343280986046,285.1134794686513,445.7421544477378,498.09445654159146,104.68012418110828,244.05975729573038,55.64645108532562,109.8813545700652,143.81377523578897,389.2953226132009,375.79777749338973,31.458677512287924,212.2319540275851,494.5638373846537,214.33052016692832,154.38168828180298,443.26539135783685,192.77148616935236,26.407869141298,210.29907938201475,24.175902360192183,368.70277703244614,20.512027892539365,115.18476855957161,139.9370755510272,7.558204905778632,477.6288999600119,430.0422960751239,32.31999168330502,355.2241309824055,271.1327466682089,275.43788778546576,201.6280345403938,114.93050729710042,316.9417710547914,145.38282103876443,11.927525175550514,218.33967108610963,279.2211868989776,320.8609661419222,88.91335771570408,478.40500054839396,325.82380842537106,466.6526110748128,138.69081508746152,148.11771856287882,483.56746536584984,409.72501789830005,76.48442582515658,352.67254189338615,168.26586211546723,311.38316782379746,361.30560956738157,86.86481775718657,447.28248652429136,27.5753482702058,425.13315732841016,169.58318133493256,148.8710263570021,214.05449808820055,290.78396403218375,173.98921243475885,420.6381459558659,452.39331134320884,451.06093245821677,28.859523192491963,367.0141690900719,26.77678777853698,184.30810357398775,160.12695531740684,221.5902861426713,294.76260789862107,89.94598560487732,195.7463662643476,180.00992071169597,374.12531955601224,153.50558492190402,96.54973952407065,495.18891792753806,220.52454555333378,201.80293143759133,14.182512888566311,487.45451641260894,219.8149841550906,58.47177803434567,306.41890247776547,259.6777377731123,122.62853116694595,169.4192907599219,361.3340361999168,493.1736919208807,225.90359497521905,157.7769243599052,321.70254438873303,171.49312919163663,302.17397373046487,295.20692896452493,248.0144261061519,480.1024138493194,152.33074842916318,137.22191957641294,157.47270180757545,393.018175801367,151.76290228659673,99.67308031205668,177.0153071392234,262.82935127921513,419.54577024081453,293.15881099986365,150.58348486381357,231.42300574801445,261.53961061435126,425.0792459486499,475.18367576946287,310.83366271331437,63.5308791160164,18.835118988764556,14.17645913968446,353.190702124455,160.93751263155943,417.08636060473236,258.2623649859699,492.7424337104673,415.04449859085577,191.7649109687064,488.0297124306452,421.9712205019569,208.68485362661548,143.5585316844461,261.6049822536417,1.796092889552292,336.34096198385186,216.34392769392906,338.66232133919027,232.20396840589407,451.6988299209309,218.91718389494662,263.61248550263497,46.00012989193403,300.7563432621146,295.0868808024422,4.495495895721069,446.5208004324606,267.89866161522025,485.6648713866537,425.4866059796102,127.30053295053168,321.48707083205164,184.68591567628755,82.47990386092674,454.72183395057476,235.39827139652724,307.4424987492356,65.65948313246072,170.6426282537249,384.2796856511167,89.3764234331974,205.07862829543043,53.22124206867718,274.26443517996813,417.04740376231643,284.3902651182334,220.9121470751425,346.0822294212906,167.91617247872892,449.66800342372284,456.2228455660087,212.18575811669916,366.0517277669856,26.997552460342078,302.8498118599108,210.24927529710513,131.52825016402437,316.64544926210544,42.088829972472986,155.1096142099063,71.14400354428507,134.92702937120637,478.89221156032556,253.76254496604355,493.0720188343511,476.246624682786,491.2267530587221,484.78201675589537,262.71753521963313,438.4951853871446,431.12500905875817,171.74293015161513,174.21513967564417,357.51851083138763,68.34098160279667,454.38283103803144,305.0628101566726,498.77311487195317,133.88219639896127,419.2707227126963,289.37669087921205,7.810219140849561,419.1273751003033,272.5233985170975,111.47767992154256,83.35656008495896,231.71898872394826,263.4173225787416,349.15815630061576,126.16103891685826,205.75541572040424,242.71128198207194,84.95421189463003,16.357926643712272,438.94988996007834,319.8338630696625,109.3035891775238,91.99631843646972,49.81376216124423,274.8105831480675,364.36026163081016,441.3221711399621,122.6891624418035,208.2530607586338,489.6139629056101,178.03692045838426,76.78803598429363,361.990079379773,366.4870515213131,35.64682975797595,404.79284581327136,358.9433996614996,456.64802124325655,7.696011604841679,89.50507108581085,198.34136460051488,285.96412913112647,411.3965562965437,496.40506602039727,453.3785021811505,58.09748412568594,299.1529345609506,123.77751978020923,121.62324680121739,410.0666682647412,262.1849338438366,264.72915801726504,442.0913316030948,108.78554190326972,272.27430879013303,304.67196500601335,267.08707384768337,54.15622995403058,357.79427718383226,197.25234700743465,258.79906216426986,360.6712995014383,387.3691383892217,259.061234671336,10.165010961618481,141.7183659855914,236.3146171478654,129.28702547283834,75.58326433058305,489.551852113695,270.4572446623332,221.97073199399165,63.82843071578781,125.26542510430949,441.3467373779454,496.0786534533789,101.34278129525254,238.33178898698648,241.4085963157465,80.64394318413859,426.4225397084367,314.2984974217976,422.9050235800224,301.30549967074506,249.12722750320927,44.68069108455575,103.44949867992581,108.21853197546993,422.5334350021333,447.2414173637512,247.0681326746772,294.25993918986336,444.5735896680282,244.20343374840425,152.18552651755647,364.4702672055945,452.0060539588643,325.4886232637876,429.9329207958881,134.83760193675354,62.258680168286396,63.143554423530034,383.9166205221902,142.93551813209825,396.741197448892,304.0523116809033,351.29100214693074,335.11563192321927,244.63375504598883,91.02280989431155,240.3160609091881,117.35256741173372,251.47406969972963,91.77292349222166,33.000786349164144,319.4872950356649,353.36566826480754,382.4756033463987,269.0457797399638,215.75077706317936,180.5277453547359,44.136926014359254,47.03082981338347,427.58982700632464,108.56577659375056,100.1758683316033,100.1370371226169,165.56299106876503,365.49024051073343,96.95255912206136,196.29656607503478,210.04539579329062,87.02233181753272,368.9961271829826,50.300343805520065,78.33534628717453,421.11573500745556,215.9941192722178,52.85941318458354,244.233405939994,465.77975718549436,364.91178658134595,483.5675711516717,102.87219198466401,109.0644111771476,438.73103237180646,329.41041972030496,1.2575738339785092,256.52198974345487,224.3379658636927,434.7692468336443,454.53764449256494,341.1585158110293,33.56765649400239,201.80249816188876,88.88466562476994,323.03062867409636,439.9084444359614,275.095861718189,111.59748887336607,233.61195059814065,331.7632052744282,452.04158250368374,187.5175311322218,175.27403347934123,480.8695688385844,291.79783833086304,416.82428554512876,95.26551352732848,10.962069836036425,3.3347291507774823,283.82584036115657,334.1548284257665,484.1889038181483,162.16274808339014,167.782446436999,148.42228238449118,483.5188419614678,23.601833532691185,265.4555062837949,121.45130040352781,77.93743925646667,406.7292823081851,278.67671454996525,471.55989870235527,237.45463762912934,223.92820642812183,418.7046112196721,247.3624675588566,145.7475656166728,445.01335486234603,3.536210113863403,224.8491060921536,467.0791811703322,463.9561514699546,191.0018967311916,440.85449570647415,371.7054921805321,210.02333128144713,276.9771410070615,359.27590424184166,172.86199641378596,325.680354731509,50.89776746889984,44.489391002554555,195.81363078707625,61.6564187911407,373.59136898285163,357.12728654269085,493.72672578640163,386.65236998606525,399.0920048977771,121.77820462699907,480.3406906476003,221.33453187066044,318.04362542162033,287.5252077237861,39.62466045833635,499.6754836780092,404.75697784108775,357.5112923449739,387.70520650145124,307.29349517398987,466.95665293659073,121.88156910656068,201.32737016283286,258.20755102468974,65.28605129237164,451.55568396157275,116.63442767150778,463.050078914526,354.2370366428522,401.08524233124234,51.84257854692387,169.05617635837334,159.74357671548046,154.0087706595732,378.46356560262615,354.43559005965596,222.51756090995468,332.82828243537364,155.06275530789682,160.96874091438374,50.73489120169184,267.36135777757517,116.08214194191247,84.64345249134453,140.1370695138051,272.30161091265416,341.6602533648666,331.9051377445907,54.793556549951106,306.9150948457273,265.21296534092,87.32829760754701,70.23747357615329,421.47538375613993,157.8969360671423,387.8754539601135,220.26754086953093,59.07183070187383,184.0518141140567,101.68858875339426,448.6981545837821,327.98193091242956,251.71713142287012,6.753818778057474,75.4879980259453,318.3198467318681,297.6295708138368,429.9979245539186,124.01103301092708,145.70304075753683,251.97617699227825,50.79797546237075,223.6892682078473,136.04471475690127,367.72300999029204,13.38605516346847,26.14898235786334,470.807154120257,369.1964374417084,169.78977902927807,373.51423301982055,133.50371240231772,428.0792465334383,478.1729899938924,288.14947839774874,448.54338706498476,131.84839190731412,251.98882037567182,190.4277957351983,463.5013848197854,152.1011430284852,216.3420768236487,91.1474397908999,485.45871788159087,133.58239461343692,295.1722802397152,324.20267796609403,163.58580556181656,444.0958381814339,176.83293737007298,292.9923523978817,247.59589761780975,359.82941825954697,231.2729681184097,38.809976300516965,69.05025375694728,74.33083313462751,447.1292528542964,202.83780816070472,135.0137966755639,72.91673386735542,247.24934620952243,96.94284982342039,96.49686190342277,219.1031862613694,262.51680360422137,278.53800535763105,124.29735029039335,169.11215044788875,178.1513973705109,59.53364829015007,290.7104897687595,318.1571363577824,495.67038788005016,395.89000450469314,297.6628673454759,97.05731755281188,126.22930679885702,135.0612354781896,447.16321983273565,89.06900659138218,249.38942325358448,122.44666247706436,201.72005688562555,394.82902172993516,17.41697407547671,361.72537382039627,411.0690805827485,347.0537279737108,232.50378597117006,20.55054340608087,84.2701390889684,11.714789769174505,270.2214045924245,63.7263604318794,79.76976021197946,215.14139783313223,258.8442872048917,93.77394467706002,363.45273208373874,19.736361713545314,399.8044718148002,441.75228892132714,302.6707049418794,450.30545090937414,284.31897029319043,79.65960749516566,229.84262356955742,177.97898405567014,41.87912850933873,10.74251570659146,182.74435322326178,416.5464507443899,364.567226638584,119.24618366355,415.7527769777757,446.7659573728139,464.0674196072408,114.91428817235617,11.737416218113971,209.09763696185124,292.1243494041379,336.89887483751846,98.46635113071811,256.9344720780504,248.20603839673706,130.83955571140993,255.90384179699078,127.83799056975198,491.5941728509275,485.0826228412085,86.0981781869049,292.955311309579,31.42406564004507,185.98354922041983,135.7727873319886,4.98152815833941,228.33499451051497,173.14303481604188,352.02874069792966,121.69167345935384,306.49642154760136,306.5539204629266,110.27242991323705,491.39820459189554,498.0998168670503,184.31066495304182,213.52006944186707,276.92891155726886,19.19258766351062,354.67188464209977,56.855374365132775,267.49607944086415,110.29852401402319,400.672827032157,11.764425807372248,217.2824475182713,293.48572717174216,64.97790103692257,203.25991407606602,344.25707633593794,281.90436477513225,160.8844443033871,116.8062289979821,291.1120790554769,421.24218730188136,77.67811815689262,308.33544048053096,325.3360668747703,31.36039843196081,323.1072835599942,172.20135410367033,298.13594632378295,225.60389785816082,376.9904375327372,302.14267326746767,176.508955699615,471.84890467198716,269.05607998811877,20.32156711892752,284.98607490161385,43.28572825010335,140.873607017712,392.0441608802626,458.4286062612708,456.5945935692674,378.55000409625825,439.694731244154,31.484982109729497,6.282794864201802,20.603013728553666,216.79544746381518,149.14404251460388,39.83504427289341,423.0984667353944,272.2723548960568,148.91976404260143,136.60878046222047,487.5916866610268,389.80777760755547,31.10253288203868,84.62818317935006,316.5295013840165,99.56527491290956,443.8785523579191,374.4534188698153,261.33033041352104,407.3683442606931,371.6530037399401,22.34980739624648,140.29920221559365,367.0304168282951,148.0696647459867,62.40209925731788,101.98279888388106,212.71721485037008,438.14422084052586,34.008033905367554,99.25457797905845,115.73478437947915,484.20263293247837,456.87293835737995,233.9659319898848,340.23222040468085,475.1670662842874,367.6561608914808,498.76930689051034,81.37509482590765,242.4244438112476,281.84398833942635,357.2892165002198,147.00430539166774,247.35774909120335,290.47487774788004,62.5179619070454,144.18031671682462,332.47298154236495,39.64436495210932,121.0847723752142,110.63686885410084,92.51876990882346,157.2951200984243,428.1609541900163,457.6509075162084,268.4858359953036,181.26012902108036,79.50130826146984,451.23174845141625,204.7645634318711,127.92663606127996,180.5756054538409,88.04794474286825,466.8867961019676,419.17551299894217,80.92134686962437,152.8969005876446,420.00939976892715,443.3435464738579,364.3369921494715,391.7022456454068,104.60321861496791,463.76214367005133,80.66081482175103,425.6533145148853,208.66135788594798,294.8875166323032,337.26995111309645,158.0557425036061,172.79619989441753,130.36442829724803,412.3441758081624,391.7891563760032,64.02218478912025,318.8855049620597,14.263313604866102,93.19020226846064,63.74697912490801,448.8494406607658,485.4730950942776,353.64759190075523,494.4462129019734,365.77838370981476,115.22633676757788,497.94345715876676,461.3178853343508,1.6948695892141652,125.90696376306443,394.87904909494677,359.20199150948116,264.2919472744479,378.65870272071754,20.98663944672552,29.496307931431097,7.542802804088922,221.10080888087268,492.5638631607282,429.21997362849396,360.56285010141767,199.2916120897771,238.11476278470678,390.47912901216876,11.706513595027278,420.9152651702162,438.51272608999324,251.8721335436198,464.328635082377,489.8734591294236,258.52122370249697,297.3006304461857,56.18178488348025,308.72304479120527,24.886419319654408,110.38914550914636,121.50238862517315,33.230945359472244,285.12175381443404,491.8120291209117,283.28413300006486,236.68615620801725,72.56364684613526,19.109684035294116,178.9905654538737,235.2453129096509,82.66711859316356,162.3090148428581,177.34216302033755,195.69003257040785,159.23875172687428,178.87671440977627,104.64819767659506,389.3731388698873,471.7873298815981,110.66111040985716,158.69778475812103,399.83884724536045,426.3855096828913,270.3939114488687,448.93988705779043,444.05829858831504,158.69602407059136,66.62037153568812,42.22845698171229,309.3617220005203,200.16059840535715,150.76613578444943,374.7382450634711,22.5957730722508,116.11673191898208,382.2813401034918,408.06920344811635,237.60242236051144,449.8117931304989,355.86136860616534,297.95659736084735,499.3071239449649,456.88890718285,236.66570780113372,391.0186600971733,194.17581959347663,234.82349383337453,261.86877293142476,68.99326951223894,354.0932287393602,168.76081551602752,112.62740499103873,410.5957459589777,161.2677890046843,330.82825797099747,422.0242079551835,307.0952664248846,108.90501027268817,15.860429393478759,87.68083213414579,492.88478328926664,199.3612156854484,121.20530906068583,434.2343007099726,414.7770322584745,217.35500202370318,30.897066308525957,115.19432940786423,317.9637856643912,427.5141048310175,15.070745692830512,202.3437881850294,76.88829987064283,223.82668728991672,324.1684412111563,62.3034293693342,311.2783066081313,193.80598193260835,184.82151178270624,395.24067981450384,375.24596305317436,65.39310593451053,281.9067367129835,330.16722928214324,279.14080356368197,45.417742683741544,370.345341350842,499.4865893300562,8.096416475678382,13.826723559293486,200.57087678724216,456.1205831944724,251.2206158555389,294.60791556848676,113.00026266394237,253.5775217387375,166.055867147304,397.67404645574624,93.46726324181864,134.50162432718938,263.5318093361535,368.3346596277531,54.16563688289288,422.5686387637926,259.2242658759518,64.0681624430266,67.15719425113798,380.72746588318796,393.6223581898425,31.3747917061471,150.2565567380635,147.69457386312666,253.98740989975354,480.1913682721891,145.9007632672007,122.80933723461129,233.60802947697135,329.8095868841784,284.7853440626885,157.61134563129932,214.74549202473492,183.38799916516058,200.92553063370067,442.81494516298534,112.54156976271746,158.5572633469431,346.347633147258,31.45037739591128,204.40053446901717,300.6566572862438,261.3762670228004,85.11933856314957,237.8099502589889,37.46543956555459,70.07711743228184,197.26481115873773,382.73436189991685,195.367556224746,267.6680377569048,98.54648025163348,327.62927026479207,334.4087371291106,228.17037489822255,172.72978588561273,253.6791549418641,281.4945667301754,417.44959471908794,286.0631323402952,411.46114063490114,359.3318757002705,360.9772916180476,234.62481352047325,171.78377190584226,121.75577893021273,81.33610094255562,358.2151037777436,349.2618296456447,36.17409777766356,199.21054695622854,105.51339751184786,307.4376465164622,485.6021022578901,481.80694777848566,310.4785753921556,277.1818392791315,101.071244758269,221.65094098760196,472.0729946486163,23.08660398678186,85.47303061814226,80.02126198829195,142.2315679452363,417.49902989621336,16.909322234584078,399.57850015889284,68.87457454787626,135.3027986763825,362.61267017748,189.85215463074888,365.92478767161816,45.10402642781352,47.00151640523054,410.20621516852293,30.221123472864875,80.13997071261514,131.22214387416165,299.6398524528162,272.159608177599,282.4803453009885,442.01655254084847,31.129748699704972,485.0551408558891,401.06212399005716,198.8739340021014,36.69209610951407,212.08551901328997,145.0871957512615,58.94963105108542,24.73366798146248,211.20063387469946,466.0441293268337,172.1234075115099,330.7089331216092,117.21781057889346,213.73417287431428,111.90583959370082,253.52758256756246,77.95878842144543,5.665069710873993,425.99843645071746,466.6830020197413,151.44243240321964,471.8060668680716,220.09595671417702,465.3629808128481,17.34770112935835,40.027987796102835,51.5559642741662,37.84379031267904,426.58793521412366,434.10314943980444,294.3092556554718,268.64777983009725,140.8567400285682,184.00925108646626,182.62646925062575,146.75014048426283,77.930336346271,436.79978036808455,27.333195304976243,32.8146579109454,136.18402118802487,305.5336310942297,303.14199046374335,458.25721919668604,333.47278099523504,80.71122362684014,74.29595874828566,395.6035142013359,301.2655937997039,318.3527100589316,133.06471857890668,85.16016010321903,88.71244422401936,440.18683592334895,443.9278445724675,422.3918946527496,334.179944594723,341.0360635335441,177.53525538790714,285.00327625005895,29.24457690082849,307.50707063538283,259.72965866134035,321.8351042647396,406.7898673280267,208.04208501455656,274.3371829908873,30.02429349168656,293.9790242994367,17.7037646361331,388.5845987477251,403.7186188183168,319.2645459305188,462.78703634784904,271.03033026751086,479.54906779171745,94.41631763554459,262.58235416744867,445.7163944203161,66.05127743961792,61.78914460884033,445.51048038263195,250.35891250261122,381.1560126012403,159.48419279927828,14.520712364271215,45.4808939026865,480.3460289096073,324.09270481384266,184.42182685668794,364.18791509068984,321.95486966720733,60.349820164890765,374.6748046744106,31.9511161297521,2.6999502832192324,446.2767404844492,153.41539692437078,174.63702673772974,74.50782054660809,406.4081078031112,119.61224802810221,246.98000079815364,221.39875137886565,408.00776898425494,369.9090334827018,470.6059593206602,332.5357718334074,0.3407156191387317,197.7249753476551,118.70484767732836,22.682670108350568,4.1231149691336455,480.02122287022706,141.71032713767306,110.9087913717276,207.23506353351374,443.71067729476124,436.87189919068516,37.12160968199929,494.69139663324535,210.78542822776947,321.5951653506638,40.85902811271536,221.75205380280593,15.500977400472626,355.05767523417467,94.88754945163957,431.38593112433097,150.73502030586238,68.18328957508868,434.60798093107644,390.0625716843471,60.97967253309389,225.54326655950018,199.90480191379146,320.1466507178845,228.9153271147979,171.73253855589766,444.38972015352385,450.67774779826544,58.46220986278294,32.389400875710294,352.52882446816545,117.60258903226716,107.76605224427627,212.7241264037333,460.8352778985505,167.77411941781773,376.40027029070876,434.77255479357933,296.22216149501423,475.10604137734845,280.06377290204523,427.04504721116933,277.77442437778643,147.47807952839798,347.8658204420917,99.37996100771274,112.56357987874432,367.64842936994313,414.0207357210255,272.40998668160853,428.7501293640628,232.60297067947843,273.858788022502,167.3059094885021,222.79186270701535,384.77251813673973,395.36867002132345,430.00722022269224,447.96021447517995,403.8046745798132,425.38300441049614,154.24545438441817,152.6754142803739,188.05469572327317,404.51035640434327,139.5269563028174,469.7461282317514,119.96537561793508,379.3173403243746,384.2578011504113,150.62816753924812,77.35238399729383,425.48172298364284,337.2821508418018,54.442509722982365,385.97143386633235,177.49874083255546,165.79542332006037,444.11386941699084,454.6038039659953,78.88101318895202,472.42327856265786,98.53452159412545,489.07275006153674,28.6182426003454,255.5141422682029,278.1849218369995,492.6567457956309,175.85676449525312,279.2417008790228,248.0400538693497,116.46879108058373,374.787220097608,219.9182597423156,463.6397574668152,175.00242439644265,180.97489262224076,282.042448537729,88.5100257207655,243.2557238378452,211.83368027113835,397.42939252226904,375.28695235218026,481.2337999234826,229.50508946132697,93.08978370366971,394.9297377770155,347.23369460946475,9.601148873772502,103.21396917852776,324.734932547932,143.85002164463168,187.39619896698946,329.9246353955798,261.8202283958576,207.432081127654,288.8821463974642,391.37273368927305,405.8788383511229,434.9269175104706,29.75913150212106,61.73343658970032,367.36418526554047,395.63697594220895,440.8101481152422,450.3681702474518,242.02619704768802,448.3252739622395,371.8359060094929,474.21459406339153,234.63240037441946,70.33458899676349,457.4657700396416,78.96978684595535,382.2504868024035,267.0047579261734,384.77277568389144,198.54631367672337,278.9622196265318,57.677883366876735,211.0161050770175,221.7961754265605,238.8031049541989,363.2674570174039,124.86717515028445,483.4341223090822,234.37260522106152,14.303115872449258,339.2922754668226,221.4032802323296,395.3803727029611,102.89329860417496,402.62282303711993,156.88980413607544,265.3317576359302,297.234450218152,199.94514020224497,223.91415846929297,341.81768676095004,151.69962285752348,228.16832774365957,460.5197676834918,126.9653975244085,250.1895947398405,436.04814037360006,74.41129358607456,32.97148986656395,143.85894469816895,376.77798158962264,421.4942352192973,395.74564283507164,276.5626643847615,94.80800080406226,46.23243578147029,283.7729587551773,107.96346118258404,328.76719382604557,466.9229492903912,61.88823081721817,182.7088773496154,255.97098684780718,165.3015533013895,328.51602695899254,483.5615149142669,286.74093814042646,224.50271704185764,277.2812266772743,266.594939220124,254.72356483434788,465.09371733757257,115.86386651443581,424.12232208294387,120.75321655820225,239.15811361714722,11.877291214484442,153.6401332589048,175.5758163944747,98.59872109445922,47.75958684025872,76.43993341192457,332.2039060467157,361.5638159949427,86.46660520209126,156.2270557830816,437.0746971499483,410.8966467970704,486.5586219507043,140.59114829304588,333.670173364648,301.85331659768946,283.45498947517723,327.6304600763498,27.374561960401333,41.77317022343541,417.56563198075537,134.73204584683586,88.7284037023377,394.80687034328776,439.4276249324758,68.98708276472065,429.0062908523804,164.98541968510472,299.47201611022257,389.25260217780675,224.65482219761768,449.0789756262868,196.75793367256534,106.20058583305226,467.90196178474906,415.60620569777507,350.3766531850607,441.39255301892035,310.5105812279293,351.91244420120125,291.0272597269756,43.55380266458453,413.471688613227,494.64216372714185,118.8844169174823,340.4652395870532,264.90505677555586,90.64644327296546,225.43794325551536,379.113110956555,332.7830378311415,281.1492091102916,142.24364367350373,195.2202532783288,114.95363890626376,102.07563492768679,271.71370902450565,5.918984266677918,89.86365314967404,449.78272760361216,416.4800735789918,206.6285979114254,380.7185685930546,365.07650987936034,426.38220334536294,277.6064073046697,471.20125078698516,104.75389110235567,287.939813644852,279.39747642184153,212.79591981038882,430.62286817584084,396.9024351442666,473.19658868217,79.49489841225177,115.35392320751347,319.42720727648685,450.80919445800424,390.1510564395182,113.27322131338991,278.9537782171075,357.6357059248909,38.53863679326608,457.0873099162751,472.0542219978189,166.51193861243564,358.81656203835513,413.5854978858289,82.10646845704117,4.775278384001713,196.8444764286238,278.33338191717525,141.05983168566783,309.6150323291108,254.71226265195824,427.6452164422314,419.65283868479173,253.1293971457298,421.59853680279247,479.07739840600414,104.95002390608587,391.99715962529314,111.34699306087947,347.8780017869808,310.90448043633,129.43656827815343,170.54446936015188,139.35104303679137,470.7097500831282,162.52793436271372,378.9506248510569,173.0572793576597,95.85977042274119,185.70362921215977,416.591971908272,376.9406925756186,149.61881946342982,484.3385959193863,453.0566765063559,152.84353669887173,91.53118286574258,121.66687143028399,425.83313399029265,265.9930995502241,114.97567868005699,408.9427964215646,232.11382236726496,35.492330251858384,41.835269413311394,224.01404735879095,467.58676051562077,421.549193619536,213.93841546711735,420.38584302685956,184.49074526522026,438.0354331725099,272.07692156677984,340.53875451968463,233.5109306266181,367.3901312431204,100.6085796826659,470.91361733127326,89.06870872295414,83.30168854943676,108.85778720322004,245.68222617383185,36.70497707200726,422.116869168643,120.74725802552821,235.50217008190478,191.18000104361488,194.5544785653003,172.0521506495648,426.6448088211903,48.97321332133231,446.4239328798172,3.4697911748428067,193.92997437081993,346.7181135188834,295.667089557914,222.19521150153176,275.511182773849,57.3855476646169,74.86651095220832,230.97383073426093,264.44583686922243,372.3903535489335,206.9771520521727,87.95067762616749,382.71764950168983,201.63923849992239,234.0649765683931,411.9612022528293,222.52861054403218,103.38443350170756,154.53903506544574,433.5405919017638,241.85227128555255,243.68224077640198,376.9862000416423,351.29282284886307,10.850343029706778,426.81161867870463,397.38359918077236,393.43058465913936,278.58839478273103,61.76962315962975,77.64604066160807,367.8510504994169,12.976560492005905,153.55109349351292,145.29440965109296,26.293045205697418,421.76594624001183,22.337203252945635,498.73751706400384,183.38658940038798,5.360385396395384,486.92575301053296,232.79347976766817,187.25399423113663,262.6064629256749,469.41922081143537,72.29362356601932,463.7794404043265,334.0425563813951,171.11168345963046,288.31288523300213,116.1405451887405,176.37764123656208,203.34211385892274,463.22924675149267,479.298910032077,138.15379959588248,473.6774088579149,174.69794768543923,138.05435805745492,439.2571827480339,429.04009262752896,276.6868826196839,268.57419711979526,125.36380947656556,256.57587580577047,46.829118430640634,396.9957693334307,251.62999049452895,470.86566347384274,230.12014358303912,293.9486227263589,11.04316564518193,162.32837718903315,419.94243515433106,108.04240576825596,311.3486145351756,6.95292258776814,395.05085930360053,473.58012681056226,128.77306575436154,182.86708644796013,198.7707152949939,395.1547272933338,383.9280296333513,464.1165118977305,124.26741170649103,442.7382559970704,113.71747318045222,277.931471790832,456.1959283511586,232.72953677513763,134.51734655320425,492.9559799206266,256.55133830735076,180.1359885653765,73.86859581805993,347.46519427467337,58.787151837483734,358.9542364390146,498.2057734667874,87.96709549110638,64.17646196437421,335.6999419346235,109.9179043861409,203.42130344434207,407.3198879579493,274.68584693566424,142.362192867752,430.5575683393247,105.0514967923143,60.56166565045829,77.51288284580504,485.84527115883924,462.18003732258273,236.90309601652692,187.88570788278136,371.2393047970508,364.9422065483251,296.3133798039346,363.8095333116923,418.9393361131969,345.77319111511775,33.65486410318719,6.951997703902535,192.50904222988373,395.3102473106456,285.2578319995624,110.43997644240045,376.6870532755109,227.48518086204461,16.91338064460668,350.1892974031403,160.831377929617,237.3760678583755,334.39314589218696,65.81907434804135,175.162323045293,191.8184888762946,479.62943848633466,341.6735903307928,313.1557146618209,130.92324240456975,75.46003502244803,203.27710517968413,100.46596915848183,84.34271762657919,18.168483562000294,329.5805433223575,214.29609146101458,490.7215909041317,440.6800778191347,58.31665558379584,357.362212376084,257.5878202686426,361.7797697191679,244.64045601540775,170.6732264121248,120.91451362330741,252.05706357619695,90.97426832916355,133.69566625020468,128.9652309397954,297.3269891523048,343.96242999206294,314.319832130709,306.22291723337213,104.65637920638449,266.0680679864819,469.5771532672245,204.7364403012939,107.09658931259602,447.1398429481668,227.6516938029567,241.67139233005196,356.99143577466754,259.9720773602826,338.8023600250375,184.80605205368673,249.8681696779169,477.30790252096534,98.09669962486123,290.340319564955,287.62867258270876,247.74679607926865,312.87477653788187,375.674810776598,197.36962297715377,331.0271499937414,399.3038965915997,384.4294846093992,416.1865441736945,453.1505620058939,180.25060835383678,293.29964663367025,489.5101340694954,297.57467046740237,481.9501759392807,120.31405223226288,335.8571515411075,174.4652561476655,473.0281677150525,52.20500266796479,201.48982800097647,185.09456167563854,402.8886709836067,424.89068401274324,315.96797957835076,372.6042689612278,9.603863773199883,135.83741184381836,327.39954618182765,186.70243111833017,96.59350072163953,354.23652411119497,92.89901416202618,335.2887755148257,217.28076241753834,426.3260352231465,315.74620732831414,69.25367061629417,36.739689142478824,356.5045958614886,190.5588611387854,413.5484506939471,166.85119467524777,338.77375940168776,393.75460171155765,131.0505314857804,43.321992416817004,115.58909453529986,150.90733643414978,356.8280143007938,450.78081038264975,17.554865466244962,191.74570294341552,85.0792445837606,479.19809899914515,93.18549663201881,95.27121771612279,114.33900623722393,275.3646237782915,260.21477899276704,305.9780613816062,257.28598985551645,254.62372594847827,346.4048388738203,203.42948906074443,480.96341077365526,13.363184850834653,489.8140969179703,297.2938516254875,231.5617666159372,390.9407165781967,270.9336653175504,291.59512166973025,154.3296440073777,141.67119606231816,234.94086170759476,244.93965765997282,36.07861903167298,291.03991760892654,40.851018282989536,410.11821590495447,273.15324600151337,416.07968139743537,279.16827405405684,175.22748959427113,480.9436663913922,37.1548960931406,71.72905841621491,154.82391995013535,460.65366812862464,322.6449097444911,371.6051735104271,247.89888189905852,52.04306490703192,42.340413045542924,91.09524914012323,95.26922264052706,230.53052995760893,243.13816748725515,20.159189466697146,40.567385183911455,153.66240367476104,105.6316606322778,290.91056875527113,147.27372201244725,218.44591194296615,338.60701292673343,282.7370248711565,332.76093508146334,176.92066081576328,367.60854927852773,287.4220289714542,300.7908552184648,430.728431636019,226.69515245892336,87.28349384605715,79.80716482679418,244.66044722438517,334.46408333575914,294.8666685732245,381.14746797034695,132.7542541287735,29.08126903949504,49.82575466671524,338.1424828266708,386.0385830734425,495.9383374457599,476.904015635045,70.70606390145862,458.1336355735847,187.42336579668262,444.6447034722963,480.3398525841743,174.16522194737993,291.2369063936041,311.8429669658184,116.9088394279072,481.7620609001414,60.04717691148909,245.5893416854238,379.95938714822876,172.67207670039008,4.612903961791703,62.54837460372631,94.17125786201086,231.49323854998826,419.54629899351835,398.47022419068566,499.0370787318451,202.03329555901973,245.731039705967,150.94534633129663,379.7488843500972,244.22670802639368,69.07320244373905,286.59298943356214,318.1734483514604,243.55089122465156,497.80192033812676,28.38294900851457,446.02638028626683,150.0508056211589,409.10424340431473,343.8677854018315,199.87659889970655,427.4178176554485,105.76272946370491,402.4803073895009,70.32554537742497,421.0088198939096,340.06492035542334,476.99299996375066,133.5140678831447,451.7424868422544,261.0769727991191,191.92670975858084,198.64011899951151,289.81434746555834,40.63277353214367,467.41409669889987,401.6247387117058,474.3202166401983,207.46195968385018,327.0908430326901,408.0080126282635,310.2647617310067,216.8701722004567,29.595210097371872,136.30065902502142,207.19604536693515,488.1437584417313,342.1287229536829,164.15478737060062,442.4905827067127,425.09096498685403,184.8666683911815,316.9747719199729,413.4578096840529,398.6814037631344,272.47873934596856,131.1311343967918,116.43125991049541,57.217169501858514,498.320172820807,364.39793348475536,391.4533436778025,405.13900691616436,466.035977356304,141.01742385079064,9.08233348265519,59.82012344435006,325.46031969152057,69.47833747965804,97.89724221772234,405.6685757752021,27.118133995760907,31.257963476330918,185.45784541963604,347.05797580063836,238.22055276609134,1.9442738409974902,107.14933794030945,113.21750664324671,223.28005759877456,228.59240668204205,466.37865317282814,381.3887686001818,376.29098019694584,189.05298860170194,198.6563398950676,167.64286102873282,111.73350576360886,59.0072440326217,446.9514508718059,403.441500694259,250.872521040717,289.0469011398409,291.0933918118863,109.65280824994727,124.12671066137659,41.59703847909402,62.9691494831287,116.00325985463967,118.11838465998193,371.50997411417006,319.48409446295346,343.3580293272146,17.650822440197224,79.3946027986876,210.741497322969,39.81567838694888,338.1094851795844,308.58285708585254,273.0989219486539,368.4563154562217,112.19145934642394,214.10841791433234,188.16473653509925,243.1157323822276,4.661589178663106,257.2205346659184,82.40395533786804,479.60314992028896,133.17449781482327,348.5113866479167,498.56977946798133,278.2432174955243,362.82481449697093,190.52983895789123,372.90697959379526,400.9486775055241,394.7836647323355,287.03799977776646,13.627124889902253,209.82123919404017,358.41674129497926,80.88709994334242,442.9397241337183,312.63161547507445,334.76754260400986,83.22116580807804,437.11802393767886,63.976110017727514,473.1682023126288,223.81465228865682,128.00693062582536,216.0037535384942,339.64921150756044,10.810586150022171,368.3158208612202,149.30453957944934,403.1616534723266,21.819507841768228,103.27885544870874,297.5903293404891,299.6423030946733,73.7858583227885,405.4533691552398,237.70552331016026,258.741429164682,44.366959661740644,12.597909967487219,318.24449108708365,496.57628329130677,483.60310951855115,242.3383270287296,22.43015261575032,453.41504340703773,197.81022017122862,260.29159847375973,6.275493105308616,312.3185249530498,391.07273135614474,147.2994492379254,350.65121574612965,498.2663730466865,181.7309059903147,86.56470813627392,198.46701854042504,125.37567162086482,455.00954392199947,115.40727627193526,213.493590733297,46.324774501136034,295.0572187859716,453.6498374225879,234.4112042177092,132.72001072318173,247.90474168762734,192.81743941128005,285.5284291573452,478.1759102211142,147.41229061616846,86.78724317943265,486.9843458286579,107.72635868070934,339.8679096160897,335.18512301292327,187.040289802197,264.0313851880588,471.67732310274533,196.64690885477498,434.9508243237763,272.65201013111704,247.96267802432715,198.42416254142537,203.60061584782753,398.2257502499257,219.3220918219496,457.4003154406329,374.97952879408535,466.67649191528204,257.8174084800703,114.13099506981428,463.82363617883203,194.61289256250325,463.4529681655837,303.46779798493907,369.62516913205803,461.76592539877703,338.00408278187734,188.30676224746236,65.79984715034104,277.49917054088314,453.6828271341529,483.34617608935594,261.9980188485249,71.08312985332455,193.28437878785354,311.25888851906615,351.9077060011748,380.72826144587515,375.99071700503674,200.81485698403546,266.42968479619446,155.9584287047754,436.65398125554657,269.652124454165,19.48813395955995,106.48261016627325,36.51921536224412,421.3806712920323,10.100618760699454,411.9322962732653,149.67820070196424,459.7363606184605,158.1418304654969,51.72374337389185,386.17841119909,57.75526777388007,32.62270362225151,63.02355026603823,406.8604280550866,105.52930595473609,277.6318033626631,419.20284205867245,183.8881778219673,258.28737628804976,81.28067094031155,75.79739072731296,262.8699352872298,55.916439343500436,144.88949614536452,15.016619062030667,379.40674058934707,439.2109952920833,124.93460847755533,475.5515565026236,415.54927222604687,453.33501279568344,399.7358892598134,420.7321470425499,482.83076713419126,387.0713108603234,296.3319820216911,370.7925468499501,228.35391320258114,5.217019582194782,73.29143760923861,328.93795989849593,250.96738367045702,150.7339599926083,304.81164617264267,315.10301820400133,479.7776689790192,176.02010027149328,65.7217573078549,396.07338101258284,32.85223844022944,102.65029113437262,294.30286554950135,153.6359690571294,280.7726667100323,356.3130919712636,363.7059482596239,353.91481386519916,4.7735524958254505,355.2938762654516,374.0161620533815,53.9649377160325,101.20638088268986,75.49834624608376,457.20261167234577,105.42780316419442,134.2193393692972,227.09420797619939,409.5238933733757,274.3393288540824,489.852578947523,9.53739372396123,178.51566218066762,378.9659467770631,212.94847587739096,402.3027526733893,244.5942605489597,390.4922168251841,229.1192981913559,223.00887466917607,134.4254588151663,75.42995366924387,44.10444808364811,252.46761584752264,41.34486214749566,493.9777601823401,235.31077231597098,437.1416865535279,172.81006876766426,417.67448608848366,343.4850472878388,489.12283591776975,35.354054507158004,472.0850957036358,206.6625798922237,213.863434973669,73.70359371869384,455.35373192695585,334.4090097792867,326.47803260364736,157.72676229236893,87.77640044061319,383.7854868877166,67.94185022630982,434.595604837548,290.70475831154164,136.30104788339105,196.6453801050012,237.07852516899476,296.5473563489435,280.93666462085133,256.54535047154235,207.7657623391377,310.08104234896115,329.0114848122732,199.24668939099232,62.34593291540702,181.40376585875694,329.7483823189372,66.28120153345607,13.020525163590314,2.243380247298754,444.6549931395295,320.52631584801736,227.70794619498236,74.29772913076415,409.7871733503069,144.56688899729798,114.65341710111954,157.27632931978962,280.9505710430584,131.05586197538764,435.00982825627057,233.3091692558471,440.9520871370368,277.4361191216423,179.56367848168463,89.96600208486628,254.11810735172958,12.200784855101121,43.69388063227464,8.08209721073505,272.5516757694807,356.843490405097,225.7484244919551,3.4608152282028515,156.04257563830083,354.6358853766406,264.6378736099634,247.6835313100375,485.36566766117784,463.2632091008849,121.30840705995382,350.2673469930404,57.404551681843216,390.29610009141015,197.55761134623017,453.5341073767474,274.9519146586609,14.057086858328184,25.04523019954563,228.6699938868967,123.04512314934912,468.1309564320111,239.34843514753734,340.13805663974404,355.289449569533,452.5638346448314,153.8178292457174,298.24647597995005,384.7965837719135,307.68986912835595,298.2007047640861,46.942153710226584,478.8903082202853,297.22570209536957,259.55713472075024,194.09440030173786,476.0139543462929,99.73923953715169,421.72948132968537,233.55978572498915,203.51395771952053,71.52754636340653,357.19462868269767,199.86593159018574,97.53071497853216,160.4813222025151,153.57894001981876,80.08012196446657,273.60749733829573,114.07708790297733,82.84393293174475,59.58049519219932,323.2565310365898,152.18083196711507,279.2739233129279,427.6998111093676,338.1353518407341,122.83385758971144,228.87490867540728,485.0173741245973,238.05959381400254,107.88662352470091,340.21551739471477,489.05659888799636,51.31734955612832,308.2276933736806,211.19758541312007,434.60084062705096,187.94807562404813,82.08605905265753,45.10128449645157,265.47095031105937,45.693907342212015,371.1477593629391,316.3432897262004,378.96226851784286,4.368485022140045,227.16001311420686,178.85783712475302,45.221981972296874,84.64445245636576,367.1550996200925,197.87021242981618,231.79097301271355,179.4328690404291,216.05804684895958,193.69071724136722,467.7519093134864,441.2159559489012,39.824048412769876,430.79714726807805,411.5212616226587,119.99209196448935,312.9603453928911,204.2213509249883,219.22361785755396,423.1210257656085,294.8869118921209,124.69313633360879,93.08150723220598,21.53742734287789,6.496807560560702,151.79583449792722,276.5039396860581,400.3286771866684,466.5266483492607,192.03242193335325,457.2011356858623,151.5077158080691,351.23684677836786,88.66269235731194,118.7158119775722,39.04941653226845,444.7531400516768,418.7130375704573,487.5347788748815,62.25697549154241,189.40116514618532,104.09941986814152,229.04483984684555,478.54363172779637,338.565652526398,66.44952542070325,48.047016864630535,225.60327250705149,343.14915588977016,12.168962455241239,157.7003786706741,77.34423659801092,470.2256935930482,272.19075616654106,53.02288636532049,256.3529195458736,246.27233446674524,26.851049689621153,431.3264687639352,425.54468760884725,106.36956869914505,301.4147583975134,1.1986007650669483,238.0145289019868,482.60059469918235,305.54976177072535,102.32475593168921,28.01811115312858,485.14162214803844,43.16754673215273,475.51922678423585,457.7378554262661,430.55964867735617,472.22132357688605,22.395901875674085,134.14185617631014,134.37226214556685,259.3406389775087,194.02947289636518,158.75994671465477,330.08608487785693,69.84154229294471,0.2196475211807547,310.05103468248643,300.9878734102349,96.22008428796536,147.40840468999127,8.584531744554425,410.7289374923945,164.81337600877032,304.2524793919369,215.61581217524827,264.03339791789114,402.0182573197495,247.85442969392346,286.9209982568307,395.81654778826567,326.4202207673278,324.03109877303893,344.24536799149064,30.575169582752082,67.6733719454391,481.3337389491166,160.61139701257932,235.33886382310877,458.08863506927497,185.80239327965177,103.94020717091945,173.33990898935602,121.48732844394272,470.1711247797857,370.2126829840902,481.1271489140584,10.074904753718306,470.229395054543,20.011635007199047,386.99149381101574,343.88872006496894,179.86815753068842,224.1289707562486,431.60447720038053,20.365234445114623,183.71658889425478,289.568261421702,397.75078188618005,428.05280796242096,54.864052381525475,177.28477249280095,356.0599733979107,434.96766095896334,396.0404482578086,311.0810558829478,496.0978902209261,156.5488222109651,46.72766969757558,383.319419580881,304.3487241641909,42.17892073501539,148.99389178999246,434.4467433485615,29.612982657742926,55.17180343816119,223.0598845778601,237.83572793152752,79.49557031601428,91.84189070058024,341.76192027799067,408.94685804437694,108.20922844967296,315.4652263413897,148.2476735090863,203.879538548439,141.64497884046457,472.48302775292984,4.744589466382787,186.28421246401672,85.07756316747816,71.82235023229633,37.15664181762391,125.91489693164493,101.32610246856599,486.4888225477365,420.8112228196567,4.392623994111222,393.785030914912,213.06700267386825,87.38459749342597,393.7999765417546,314.0248466733737,210.27063696801773,196.7372517065802,146.66791697124427,284.1226104654072,430.64835640474644,432.44777352240527,214.9454870891233,268.99424876211555,450.6524268772886,116.22248278961933,464.1787930022367,270.99074117448663,367.4038149846508,6.047487485444258,430.55821389163617,447.0522149029333,407.2903054141833,345.37223998198976,489.3539551114997,353.4628629875451,343.5673786734088,273.04914653443115,165.1380266461967,493.13476205346296,144.35936755695133,203.00244276031498,402.4545315900735,222.2883655210336,216.35574524083944,179.77460303744408,451.5633341083773,117.3699380954486,127.65445929543206,104.64518705733228,358.26290847833974,83.88351791250503,220.2742279560067,308.0134031671578,8.608395045320737,223.22830182480357,71.44937332156375,484.4204682055563,331.4167029318813,90.41148349887807,99.56998116033755,350.65804663705825,404.64573996641974,112.59380683611364,152.50272727814286,199.7318255556433,16.658362340438938,222.41762258439624,118.05644446261354,242.10111575168236,154.87373145309957,145.0870132459825,481.5605831129024,360.2297272691669,204.1825718452437,177.7914436544944,188.57072526534446,290.4886965492669,166.34313605735252,202.1010738023914,21.929543062656265,407.21787581489775,273.10262945892373,435.9400777065142,380.2370696202898,322.7202133888396,361.83604035803376,221.3634592575663,120.25209638862432,439.75540446141656,479.5477086041363,84.20057309353346,361.91636974665045,434.9603705027753,228.22828560239338,71.12056859752691,457.44089782304366,204.2084783849558,434.49410190524975,473.1679995848769,187.86824534555868,341.79060986462537,102.79483665910372,350.1380481381461,270.6407748036945,261.75996624117306,288.3571609790945,412.0270666684909,31.81626716223085,107.64985919970671,339.0392465802795,280.2742210621938,396.22716001021774,166.7964053258514,175.21387154953806,317.74850238293715,100.15585086243838,149.5570887928793,160.81967456424275,94.59214003282045,208.07838318745507,256.8457487035096,421.89340969359444,498.28543256996124,366.27701344959974,113.68755230561712,297.50390363753667,421.56169362784254,300.2088124086968,407.4703777813865,5.651799023428494,22.039706655739067,499.9402289782101,297.66599694655105,44.320773427195206,10.51934555043843,64.40636119404152,222.56722655542603,312.4591936714244,197.0138879874701,298.3569118958715,369.647698184326,362.60244412879916,111.4277210841611,150.45367017290147,143.4832838452904,379.80719102404817,121.30811556350662,291.074467002296,190.05047889109284,363.0228299710427,267.4033671528281,339.25780100948134,86.07600323466758,196.30989395774034,345.9092874172794,396.7586087512884,139.94669150737016,373.8844868823263,158.35952484660032,459.06453838246773,189.31653877402354,150.62804936860607,107.72934414256463,4.917280411197988,359.97728025418473,204.65335329742595,262.6111116653331,54.54374162171216,418.0089278820652,367.64679331153485,323.1713004575406,40.65049777650431,58.62543923563679,376.8163197400883,89.04560860324962,463.0461924129984,401.6367176185479,394.3043659010911,445.27309774949987,200.89394427499252,382.19432590811095,417.26434916678147,215.20918595249873,47.29100398218555,177.72599564215997,121.28767846218824,30.41903203806262,304.6321714353232,67.42262061787507,16.55664336608409,167.1973587486617,476.49011684784415,330.75424815795327,441.79725523374645,489.1565473129972,298.04368319852915,23.508050080671474,45.53049427288314,499.45298512425774,150.90860793711335,45.61098237218842,103.68375157678067,106.21092288041677,68.42090854983407,66.55837108499074,412.7345081144539,169.8587970597445,476.51260120391447,218.77556998937087,233.72473613461753,162.48399621904642,79.59657940689479,20.378238659860216,123.803023133786,257.125054472243,352.67373065799114,251.78204823564408,204.33215665272553,187.37360782066625,24.20001601612465,393.5231057139331,150.27530006385027,298.28483595248343,476.2680144640831,104.25764269904636,497.50046819864843,478.45709456044983,261.279187591558,109.60903684014379,298.4368206389992,488.276601226012,437.4406836368474,412.55176524540525,90.31739977826491,190.8251806882205,486.9223698488201,157.25968026242765,326.44879252658086,492.2981268958969,138.93153835994687,32.95644148068111,426.31804020034,21.32321105633239,377.42302797721294,301.00880696300135,173.33690844993055,195.04560199438902,199.70607823117172,200.0081658413584,351.7841132548429,25.728335170349116,256.80561844607354,13.624943875803485,99.66373705445453,323.37460861125766,300.6892258409284,493.7434107505225,36.6200392886985,175.5716416577049,301.28128175488376,236.3178292607413,90.09990657770683,313.49773264565187,252.8636910984764,51.932623029755206,373.9009877344578,300.63097049796863,229.25322442195883,89.72638449555303,368.20939215098167,217.16854976219568,164.051389811941,411.8559864780934,32.935876894952365,276.34638954468926,93.83538893550126,80.2141295519817,160.37959137703263,68.9655564824393,107.31791041752537,28.721477406096096,315.3718318880703,150.68365887912938,163.72327041677391,216.62976356387574,306.8250280955401,106.23312653444617,110.92016744968225,39.85311735365427,381.0999844913986,128.55795729144415,284.25288700469144,41.691814828158535,498.37569127871205,280.16520987060045,188.5979130400417,89.010305083426,25.0769404226463,472.6742182083232,251.93638475049585,201.70787093515528,270.0919449265753,404.18089184371576,130.52572169576882,50.81508377446464,143.31502193192858,207.68778494658767,362.0181669127973,252.21579456658205,179.0746892178452,331.70110070844885,46.14786841484519,417.971771092401,183.36589138728831,251.87121679626057,313.3865577653497,273.86771216617,267.36960432681354,117.80336561111493,234.5783904244827,452.1971919919274,422.3720149457075,398.4523630036737,79.76726844603232,68.35172948608836,152.53338941765327,65.53560478466636,0.987591504952201,296.042951867051,391.63298430633097,167.20366710785183,173.17861976896188,215.69911029734,410.2083582309418,275.0955764393854,235.96360194969378,458.1635119663148,93.34785607103801,84.47121881276898,437.5840927547742,393.5357121222559,229.4357483088466,317.91234988346775,171.41147440379078,395.7418583534355,205.8353111892809,127.34563319706693,470.4264347501127,28.51813517091484,263.05821306065724,374.65875413016516,188.78999128532635,81.49398683329079,121.61331501796747,42.1267803699299,127.26393410505732,489.3050092721069,259.4109226194937,238.46076419166795,191.81475749863841,49.20498985258259,94.40208715536546,358.17823753506536,484.2867471075891,104.9511548672789,257.46595859454845,9.92737451145953,335.5772814081482,320.04692631596134,68.34988629485694,116.48933568252528,476.337991128726,66.02480707586733,425.87655510208987,329.59615505262366,69.7330320183146,190.0035434715648,278.2981504125337,143.54701031317418,292.28361790039605,86.55550372500065,399.54098852251974,340.5343554524717,396.4700659453253,391.58095116772165,104.8148262846651,244.18556972696214,299.7186210007039,127.29143303843504,469.2440897753749,249.07019767537852,70.16275383372594,307.95498064338534,118.14907124445106,360.2833995229553,17.910889286982588,388.47830614894474,435.612454241438,172.55470710380715,325.46599809542056,241.42907649288193,355.6228942585169,314.2424194224898,91.71625657761318,401.45927923718614,42.25359480454183,219.78857704459952,328.25154518786036,403.4466747887144,412.75492452914796,162.4928336585908,375.79391835745736,62.90870091577616,237.2229095593783,417.52970224872246,360.93515088525527,419.81388892812265,58.680680536607355,136.38261660186447,255.06637527380582,143.77430760977472,5.26659419896558,463.5546942731055,160.76981727018224,3.166224846975374,196.56273175969054,116.71821967191399,452.19809349597386,235.57560473977745,416.9467691739164,1.2979844500603521,16.81972782914054,18.561729320125675,414.3877084043591,128.98599656043385,156.00758788763957,102.29619143165336,221.14493770083797,263.73511644458483,405.2899732636721,72.71099127069358,193.09772295630424,300.9172906971642,118.41804752643958,315.50631476302846,388.1562215346155,265.69932610247605,387.4281760355757,1.418750021723203,184.78330137585797,405.45527007518456,373.34936776326697,37.13838731327257,173.4977301048025,415.23468657657423,393.10804852068117,380.2324826393716,179.86373174073933,370.36305223072463,135.8632849043483,361.6547371296329,41.0435786680734,475.75816805435767,410.05965742355454,55.82553762953746,154.6668999910179,222.7907681864627,99.82181178107442,216.6800909235259,429.2731733494563,402.4841186167114,328.12468044149267,312.8996730943629,50.048831911735924,117.5792721498129,176.5739379649388,266.4914824014514,396.2380918892728,380.1590091929519,234.3173367942659,79.17608237110917,406.9440136554797,62.90989996658658,443.19590682947853,48.436830409547824,302.8041776785442,469.7505096140062,368.14640373779326,444.43671932637517,162.0782827041728,362.22801628787647,352.96973618400483,367.70202165164824,6.028989257682915,417.04075343270677,130.16776600967083,434.84594989730084,262.7774499125648,137.80095380448842,42.93879547361745,483.39735137824624,448.77895400003,90.56720765959415,147.20631700964182,75.0293657146639,387.66441707072295,423.6709983667125,119.4914746757657,121.22637018424842,18.74518159255578,201.54078780451044,317.0571299694997,328.8233636722895,34.0589816615543,170.26739831777127,255.508425522487,43.727304950508696,230.40496497539152,43.77938677982374,494.406085667892,72.49404117638147,256.24254810449423,406.50393237131544,434.6514508917976]} diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/runner.jl b/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/runner.jl new file mode 100644 index 000000000000..b5a4618a78f7 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/runner.jl @@ -0,0 +1,82 @@ +#!/usr/bin/env julia +# +# @license Apache-2.0 +# +# Copyright (c) 2024 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( x, y, name ) + +Generate fixture data and write to file. + +# Arguments + +* `x`: denominator domain +* `y`: numerator domain +* `name::AbstractString`: output filename + +# Examples + +``` julia +julia> x = range( -1000.0, stop = 1000.0, length = 2001 ); +julia> y = range( 0.0, stop = 1000.0, length = 1001 ); +julia> gen( x, y, \"data.json\" ); +``` +""" +function gen( x, y, name ) + z = Array{Float64}( undef, length(x) ); + for i in eachindex(x) + z[ i ] = atan2.( y[i], x[i] ); + end + + # Store data to be written to file as a collection: + data = Dict([ + ("x", x), + ("y", y), + ("expected", z) + ]); + + # 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 ); + +# Random (x positive, y positive): +x = rand( 5001 ) .* 500.0; +y = rand( 5001 ) .* 500.0; +gen( x, y, "positive_positive.json" ); + +# Random (x negative, y positive): +x = -rand( 1001 ) .* 500.0; +y = rand( 1001 ) .* 500.0; +gen( x, y, "negative_positive.json" ); + +# Random (x negative, y negative): +x = -rand( 1001 ) .* 500.0; +y = -rand( 1001 ) .* 500.0; +gen( x, y, "negative_negative.json" ); diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.js b/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.js new file mode 100644 index 000000000000..cd63a466858a --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.js @@ -0,0 +1,224 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2024 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 isNegativeZero = require( '@stdlib/math/base/assert/is-negative-zero' ); +var isPositiveZero = require( '@stdlib/math/base/assert/is-positive-zero' ); +var abs = require( '@stdlib/math/base/special/abs' ); +var EPS = require( '@stdlib/constants/float64/eps' ); +var PINF = require( '@stdlib/constants/float64/pinf' ); +var NINF = require( '@stdlib/constants/float64/ninf' ); +var PI = require( '@stdlib/constants/float64/pi' ); +var atan2f = require( './../lib' ); + + +// FIXTURES // + +var positivePositive = require( './fixtures/julia/positive_positive.json' ); +var negativePositive = require( './fixtures/julia/negative_positive.json' ); +var negativeNegative = require( './fixtures/julia/negative_negative.json' ); + + +// TESTS // + +tape( 'main export is a function', function test( t ) { + t.ok( true, __filename ); + t.strictEqual( typeof atan2f, 'function', 'main export is a function' ); + t.end(); +}); + +tape( 'the function has two parameters: a numerator and a denominator value', function test( t ) { + t.equal( atan2f.length, 2.0, 'arity is 2' ); + t.end(); +}); + +tape( 'the function returns `NaN` if provided `NaN` as either of the arguments', function test( t ) { + t.equal( isnanf( atan2f( 2.0, NaN ) ), true, 'returns NaN' ); + t.equal( isnanf( atan2f( NaN, 3.0 ) ), true, 'returns NaN' ); + t.end(); +}); + +tape( 'the function returns `+0` if provided `y = +0.0` and `x >= 0`', function test( t ) { + t.equal( isPositiveZero( atan2f( +0.0, 0.0 ) ), true, 'returns +0' ); + t.equal( isPositiveZero( atan2f( +0.0, 2.0 ) ), true, 'returns +0' ); + t.equal( isPositiveZero( atan2f( +0.0, 4.0 ) ), true, 'returns +0' ); + t.equal( isPositiveZero( atan2f( +0.0, 5.0 ) ), true, 'returns +0' ); + t.equal( isPositiveZero( atan2f( +0.0, 10.0 ) ), true, 'returns +0' ); + t.end(); +}); + +tape( 'the function returns `-0` if provided `y = -0.0` and `x >= 0`', function test( t ) { + t.equal( isNegativeZero( atan2f( -0.0, 0.0 ) ), true, 'returns -0' ); + t.equal( isNegativeZero( atan2f( -0.0, 2.0 ) ), true, 'returns -0' ); + t.equal( isNegativeZero( atan2f( -0.0, 4.0 ) ), true, 'returns -0' ); + t.equal( isNegativeZero( atan2f( -0.0, 5.0 ) ), true, 'returns -0' ); + t.equal( isNegativeZero( atan2f( -0.0, 10.0 ) ), true, 'returns -0' ); + t.end(); +}); + +tape( 'the function returns `PI` if provided `y = +0.0` and `x <= -0.0`', function test( t ) { + t.equal( atan2f( +0.0, -0.0 ), +PI, 'returns +PI' ); + t.equal( atan2f( +0.0, -2.0 ), +PI, 'returns +PI' ); + t.equal( atan2f( +0.0, -4.0 ), +PI, 'returns +PI' ); + t.equal( atan2f( +0.0, -5.0 ), +PI, 'returns +PI' ); + t.equal( atan2f( +0.0, -10.0 ), +PI, 'returns +PI' ); + t.end(); +}); + +tape( 'the function returns `-PI` if provided `y = -0.0` and `x <= -0.0`', function test( t ) { + t.equal( atan2f( -0.0, -0.0 ), -PI, 'returns -PI' ); + t.equal( atan2f( -0.0, -2.0 ), -PI, 'returns -PI' ); + t.equal( atan2f( -0.0, -4.0 ), -PI, 'returns -PI' ); + t.equal( atan2f( -0.0, -5.0 ), -PI, 'returns -PI' ); + t.equal( atan2f( -0.0, -10.0 ), -PI, 'returns -PI' ); + t.end(); +}); + +tape( 'the function returns `+PI/4` if provided `x = y = +infinity`', function test( t ) { + t.equal( atan2f( PINF, PINF ), +PI/4.0, 'returns +PI/4' ); + t.end(); +}); + +tape( 'the function returns `-PI/4` if provided `x = -y = +infinity`', function test( t ) { + t.equal( atan2f( NINF, PINF ), -PI/4.0, 'returns -PI/4' ); + t.end(); +}); + +tape( 'the function returns `*3*PI/4` if provided `-x = y = +infinity`', function test( t ) { + t.equal( atan2f( PINF, NINF ), +3.0*PI/4.0, 'returns +3*PI/4' ); + t.end(); +}); + +tape( 'the function returns `-3*PI/4` if provided `x = y = -infinity`', function test( t ) { + t.equal( atan2f( NINF, NINF ), -3.0*PI/4.0, 'returns -3*PI/4' ); + t.end(); +}); + +tape( 'the function returns `0.0` when `x = +infinity`', function test( t ) { + t.equal( atan2f( -2.0, PINF ), 0.0, 'returns 0.0' ); + t.equal( atan2f( 0.0, PINF ), 0.0, 'returns 0.0' ); + t.equal( atan2f( 2.0, PINF ), 0.0, 'returns 0.0' ); + t.end(); +}); + +tape( 'the function returns `+PI` when `y > 0` and `x = -infinity`', function test( t ) { + t.equal( atan2f( 1.0, NINF ), PI, 'returns PI' ); + t.equal( atan2f( 2.0, NINF ), PI, 'returns PI' ); + t.equal( atan2f( 3.0, NINF ), PI, 'returns PI' ); + t.end(); +}); + +tape( 'the function returns `-PI` when `y < 0` and `x = -infinity`', function test( t ) { + t.equal( atan2f( -1.0, NINF ), -PI, 'returns -PI' ); + t.equal( atan2f( -2.0, NINF ), -PI, 'returns -PI' ); + t.equal( atan2f( -3.0, NINF ), -PI, 'returns -PI' ); + t.end(); +}); + +tape( 'the function returns `+PI/2` when `y = +infinity`', function test( t ) { + t.equal( atan2f( PINF, -1.0 ), PI/2.0, 'returns PI/2' ); + t.equal( atan2f( PINF, 0.0 ), PI/2.0, 'returns PI/2' ); + t.equal( atan2f( PINF, 2.0 ), PI/2.0, 'returns PI/2' ); + t.end(); +}); + +tape( 'the function returns `-PI/2` when `y = -infinity`', function test( t ) { + t.equal( atan2f( NINF, -1.0 ), -PI/2.0, 'returns -PI/2' ); + t.equal( atan2f( NINF, 0.0 ), -PI/2.0, 'returns -PI/2' ); + t.equal( atan2f( NINF, 2.0 ), -PI/2.0, 'returns -PI/2' ); + t.end(); +}); + +tape( 'the function returns `PI/2` if provided a positive `y` and `x=0`', function test( t ) { + t.equal( atan2f( 2.0, 0.0 ), PI/2.0, 'returns PI/2' ); + t.equal( atan2f( 1.0, 0.0 ), PI/2.0, 'returns PI/2' ); + t.equal( atan2f( 0.5, 0.0 ), PI/2.0, 'returns PI/2' ); + t.end(); +}); + +tape( 'the function returns `-PI/2` if provided a negative `y` and `x=0`', function test( t ) { + t.equal( atan2f( -2.0, 0.0 ), -PI/2.0, 'returns PI/2' ); + t.equal( atan2f( -1.0, 0.0 ), -PI/2.0, 'returns PI/2' ); + t.equal( atan2f( -0.5, 0.0 ), -PI/2.0, 'returns PI/2' ); + t.end(); +}); + +tape( 'the function evaluates the `atan2` function (when x and y are positive)', function test( t ) { + var expected; + var actual; + var delta; + var tol; + var x; + var y; + var i; + y = positivePositive.y; + x = positivePositive.x; + expected = positivePositive.expected; + for ( i = 0; i < x.length; i++ ) { + actual = atan2f( y[i], x[i] ); + delta = abs( actual - expected[i] ); + tol = EPS * abs( expected[i] ); + t.equal( delta <= tol, true, 'within tolerance. y: '+y[i]+'. x: '+x[i]+'. Actual: '+actual+'. E: '+expected[i]+'. tol: '+tol+'. Δ: '+delta+'.' ); + } + t.end(); +}); + +tape( 'the function evaluates the `atan2` function (when x is negative and y is positive)', function test( t ) { + var expected; + var actual; + var delta; + var tol; + var x; + var y; + var i; + y = negativePositive.y; + x = negativePositive.x; + expected = negativePositive.expected; + for ( i = 0; i < x.length; i++ ) { + actual = atan2f( y[i], x[i] ); + delta = abs( actual - expected[i] ); + tol = 2.0 * EPS * abs( expected[i] ); + t.equal( delta <= tol, true, 'within tolerance. y: '+y[i]+'. x: '+x[i]+'. Actual: '+actual+'. E: '+expected[i]+'. tol: '+tol+'. Δ: '+delta+'.' ); + } + t.end(); +}); + +tape( 'the function evaluates the `atan2` function (when x and y are negative)', function test( t ) { + var expected; + var actual; + var delta; + var tol; + var x; + var y; + var i; + y = negativeNegative.y; + x = negativeNegative.x; + expected = negativeNegative.expected; + for ( i = 0; i < x.length; i++ ) { + actual = atan2f( y[i], x[i] ); + delta = abs( actual - expected[i] ); + tol = 2.0* EPS * abs( expected[i] ); + t.equal( delta <= tol, true, 'within tolerance. y: '+y[i]+'. x: '+x[i]+'. Actual: '+actual+'. E: '+expected[i]+'. tol: '+tol+'. Δ: '+delta+'.' ); + } + t.end(); +}); \ No newline at end of file diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.native.js b/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.native.js new file mode 100644 index 000000000000..d4f82e839cc9 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.native.js @@ -0,0 +1,234 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2024 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 isNegativeZero = require( '@stdlib/math/base/assert/is-negative-zero' ); +var isPositiveZero = require( '@stdlib/math/base/assert/is-positive-zero' ); +var abs = require( '@stdlib/math/base/special/abs' ); +var tryRequire = require( '@stdlib/utils/try-require' ); +var EPS = require( '@stdlib/constants/float64/eps' ); +var PINF = require( '@stdlib/constants/float64/pinf' ); +var NINF = require( '@stdlib/constants/float64/ninf' ); +var PI = require( '@stdlib/constants/float64/pi' ); + + +// FIXTURES // + +var positivePositive = require( './fixtures/julia/positive_positive.json' ); +var negativePositive = require( './fixtures/julia/negative_positive.json' ); +var negativeNegative = require( './fixtures/julia/negative_negative.json' ); + + +// VARIABLES // + +var atan2f = tryRequire( resolve( __dirname, './../lib/native.js' ) ); +var opts = { + 'skip': ( atan2f instanceof Error ) +}; + + +// TESTS // + + +tape( 'main export is a function', opts, function test( t ) { + t.ok( true, __filename ); + t.strictEqual( typeof atan2f, 'function', 'main export is a function' ); + t.end(); +}); + +tape( 'the function has two parameters: a numerator and a denominator value', opts, function test( t ) { + t.equal( atan2f.length, 2.0, 'arity is 2' ); + t.end(); +}); + +tape( 'the function returns `NaN` if provided `NaN` as either of the arguments', opts, function test( t ) { + t.equal( isnanf( atan2f( 2.0, NaN ) ), true, 'returns NaN' ); + t.equal( isnanf( atan2f( NaN, 3.0 ) ), true, 'returns NaN' ); + t.end(); +}); + +tape( 'the function returns `+0` if provided `y = +0.0` and `x >= 0`', opts, function test( t ) { + t.equal( isPositiveZero( atan2f( +0.0, 0.0 ) ), true, 'returns +0' ); + t.equal( isPositiveZero( atan2f( +0.0, 2.0 ) ), true, 'returns +0' ); + t.equal( isPositiveZero( atan2f( +0.0, 4.0 ) ), true, 'returns +0' ); + t.equal( isPositiveZero( atan2f( +0.0, 5.0 ) ), true, 'returns +0' ); + t.equal( isPositiveZero( atan2f( +0.0, 10.0 ) ), true, 'returns +0' ); + t.end(); +}); + +tape( 'the function returns `-0` if provided `y = -0.0` and `x >= 0`', opts, function test( t ) { + t.equal( isNegativeZero( atan2f( -0.0, 0.0 ) ), true, 'returns -0' ); + t.equal( isNegativeZero( atan2f( -0.0, 2.0 ) ), true, 'returns -0' ); + t.equal( isNegativeZero( atan2f( -0.0, 4.0 ) ), true, 'returns -0' ); + t.equal( isNegativeZero( atan2f( -0.0, 5.0 ) ), true, 'returns -0' ); + t.equal( isNegativeZero( atan2f( -0.0, 10.0 ) ), true, 'returns -0' ); + t.end(); +}); + +tape( 'the function returns `PI` if provided `y = +0.0` and `x <= -0.0`', opts, function test( t ) { + t.equal( atan2f( +0.0, -0.0 ), +PI, 'returns +PI' ); + t.equal( atan2f( +0.0, -2.0 ), +PI, 'returns +PI' ); + t.equal( atan2f( +0.0, -4.0 ), +PI, 'returns +PI' ); + t.equal( atan2f( +0.0, -5.0 ), +PI, 'returns +PI' ); + t.equal( atan2f( +0.0, -10.0 ), +PI, 'returns +PI' ); + t.end(); +}); + +tape( 'the function returns `-PI` if provided `y = -0.0` and `x <= -0.0`', opts, function test( t ) { + t.equal( atan2f( -0.0, -0.0 ), -PI, 'returns -PI' ); + t.equal( atan2f( -0.0, -2.0 ), -PI, 'returns -PI' ); + t.equal( atan2f( -0.0, -4.0 ), -PI, 'returns -PI' ); + t.equal( atan2f( -0.0, -5.0 ), -PI, 'returns -PI' ); + t.equal( atan2f( -0.0, -10.0 ), -PI, 'returns -PI' ); + t.end(); +}); + +tape( 'the function returns `+PI/4` if provided `x = y = +infinity`', opts, function test( t ) { + t.equal( atan2f( PINF, PINF ), +PI/4.0, 'returns +PI/4' ); + t.end(); +}); + +tape( 'the function returns `-PI/4` if provided `x = -y = +infinity`', opts, function test( t ) { + t.equal( atan2f( NINF, PINF ), -PI/4.0, 'returns -PI/4' ); + t.end(); +}); + +tape( 'the function returns `*3*PI/4` if provided `-x = y = +infinity`', opts, function test( t ) { + t.equal( atan2f( PINF, NINF ), +3.0*PI/4.0, 'returns +3*PI/4' ); + t.end(); +}); + +tape( 'the function returns `-3*PI/4` if provided `x = y = -infinity`', opts, function test( t ) { + t.equal( atan2f( NINF, NINF ), -3.0*PI/4.0, 'returns -3*PI/4' ); + t.end(); +}); + +tape( 'the function returns `0.0` when `x = +infinity`', opts, function test( t ) { + t.equal( atan2f( -2.0, PINF ), 0.0, 'returns 0.0' ); + t.equal( atan2f( 0.0, PINF ), 0.0, 'returns 0.0' ); + t.equal( atan2f( 2.0, PINF ), 0.0, 'returns 0.0' ); + t.end(); +}); + +tape( 'the function returns `+PI` when `y > 0` and `x = -infinity`', opts, function test( t ) { + t.equal( atan2f( 1.0, NINF ), PI, 'returns PI' ); + t.equal( atan2f( 2.0, NINF ), PI, 'returns PI' ); + t.equal( atan2f( 3.0, NINF ), PI, 'returns PI' ); + t.end(); +}); + +tape( 'the function returns `-PI` when `y < 0` and `x = -infinity`', opts, function test( t ) { + t.equal( atan2f( -1.0, NINF ), -PI, 'returns -PI' ); + t.equal( atan2f( -2.0, NINF ), -PI, 'returns -PI' ); + t.equal( atan2f( -3.0, NINF ), -PI, 'returns -PI' ); + t.end(); +}); + +tape( 'the function returns `+PI/2` when `y = +infinity`', opts, function test( t ) { + t.equal( atan2f( PINF, -1.0 ), PI/2.0, 'returns PI/2' ); + t.equal( atan2f( PINF, 0.0 ), PI/2.0, 'returns PI/2' ); + t.equal( atan2f( PINF, 2.0 ), PI/2.0, 'returns PI/2' ); + t.end(); +}); + +tape( 'the function returns `-PI/2` when `y = -infinity`', opts, function test( t ) { + t.equal( atan2f( NINF, -1.0 ), -PI/2.0, 'returns -PI/2' ); + t.equal( atan2f( NINF, 0.0 ), -PI/2.0, 'returns -PI/2' ); + t.equal( atan2f( NINF, 2.0 ), -PI/2.0, 'returns -PI/2' ); + t.end(); +}); + +tape( 'the function returns `PI/2` if provided a positive `y` and `x=0`', opts, function test( t ) { + t.equal( atan2f( 2.0, 0.0 ), PI/2.0, 'returns PI/2' ); + t.equal( atan2f( 1.0, 0.0 ), PI/2.0, 'returns PI/2' ); + t.equal( atan2f( 0.5, 0.0 ), PI/2.0, 'returns PI/2' ); + t.end(); +}); + +tape( 'the function returns `-PI/2` if provided a negative `y` and `x=0`', opts, function test( t ) { + t.equal( atan2f( -2.0, 0.0 ), -PI/2.0, 'returns PI/2' ); + t.equal( atan2f( -1.0, 0.0 ), -PI/2.0, 'returns PI/2' ); + t.equal( atan2f( -0.5, 0.0 ), -PI/2.0, 'returns PI/2' ); + t.end(); +}); + +tape( 'the function evaluates the `atan2` function (when x and y are positive)', opts, function test( t ) { + var expected; + var actual; + var delta; + var tol; + var x; + var y; + var i; + y = positivePositive.y; + x = positivePositive.x; + expected = positivePositive.expected; + for ( i = 0; i < x.length; i++ ) { + actual = atan2f( y[i], x[i] ); + delta = abs( actual - expected[i] ); + tol = EPS * abs( expected[i] ); + t.equal( delta <= tol, true, 'within tolerance. y: '+y[i]+'. x: '+x[i]+'. Actual: '+actual+'. E: '+expected[i]+'. tol: '+tol+'. Δ: '+delta+'.' ); + } + t.end(); +}); + +tape( 'the function evaluates the `atan2` function (when x is negative and y is positive)', opts, function test( t ) { + var expected; + var actual; + var delta; + var tol; + var x; + var y; + var i; + y = negativePositive.y; + x = negativePositive.x; + expected = negativePositive.expected; + for ( i = 0; i < x.length; i++ ) { + actual = atan2f( y[i], x[i] ); + delta = abs( actual - expected[i] ); + tol = 2.0 * EPS * abs( expected[i] ); + t.equal( delta <= tol, true, 'within tolerance. y: '+y[i]+'. x: '+x[i]+'. Actual: '+actual+'. E: '+expected[i]+'. tol: '+tol+'. Δ: '+delta+'.' ); + } + t.end(); +}); + +tape( 'the function evaluates the `atan2` function (when x and y are negative)', opts, function test( t ) { + var expected; + var actual; + var delta; + var tol; + var x; + var y; + var i; + y = negativeNegative.y; + x = negativeNegative.x; + expected = negativeNegative.expected; + for ( i = 0; i < x.length; i++ ) { + actual = atan2f( y[i], x[i] ); + delta = abs( actual - expected[i] ); + tol = 2.0 * EPS * abs( expected[i] ); + t.equal( delta <= tol, true, 'within tolerance. y: '+y[i]+'. x: '+x[i]+'. Actual: '+actual+'. E: '+expected[i]+'. tol: '+tol+'. Δ: '+delta+'.' ); + } + t.end(); +}); From a0afa692cff63f2f75aeef5ad11c06ee71cf34ce Mon Sep 17 00:00:00 2001 From: Neerajpathak07 Date: Thu, 5 Dec 2024 16:44:20 +0530 Subject: [PATCH 04/28] feat: docs added --- .../special/atan2/test/fixtures/julia/REQUIRE | 2 - .../math/base/special/atan2f/docs/repl.txt | 40 ++++++++++++ .../base/special/atan2f/docs/types/index.d.ts | 65 +++++++++++++++++++ .../base/special/atan2f/docs/types/test.ts | 56 ++++++++++++++++ .../math/base/special/atan2f/test/test.js | 2 +- 5 files changed, 162 insertions(+), 3 deletions(-) delete mode 100644 lib/node_modules/@stdlib/math/base/special/atan2/test/fixtures/julia/REQUIRE create mode 100644 lib/node_modules/@stdlib/math/base/special/atan2f/docs/repl.txt create mode 100644 lib/node_modules/@stdlib/math/base/special/atan2f/docs/types/index.d.ts create mode 100644 lib/node_modules/@stdlib/math/base/special/atan2f/docs/types/test.ts diff --git a/lib/node_modules/@stdlib/math/base/special/atan2/test/fixtures/julia/REQUIRE b/lib/node_modules/@stdlib/math/base/special/atan2/test/fixtures/julia/REQUIRE deleted file mode 100644 index 308c3be89c85..000000000000 --- a/lib/node_modules/@stdlib/math/base/special/atan2/test/fixtures/julia/REQUIRE +++ /dev/null @@ -1,2 +0,0 @@ -julia 1.5 -JSON 0.21 diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/docs/repl.txt b/lib/node_modules/@stdlib/math/base/special/atan2f/docs/repl.txt new file mode 100644 index 000000000000..437009b0122c --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/docs/repl.txt @@ -0,0 +1,40 @@ + +{{alias}}( y, x ) + Computes the angle in the plane (in radians) between the positive x-axis and + the ray from (0,0) to the point (x,y). + + Parameters + ---------- + y: number + Coordinate along y-axis. + + x: number + Coordinate along x-axis. + + Returns + ------- + out: number + Angle (in radians). + + Examples + -------- + > var v = {{alias}}( 2.0f, 2.0f ) + ~0.785f + > v = {{alias}}( 6.0f, 2.0f ) + ~1.249f + > v = {{alias}}( -1.0f, -1.0f ) + ~-2.356f + > v = {{alias}}( 3.0f, 0.0f ) + ~1.571f + > v = {{alias}}( -2.0f, 0.0f ) + ~-1.571f + > v = {{alias}}( 0.0f, 0.0f ) + 0.0f + > v = {{alias}}( 3.0f, NaN ) + NaN + > v = {{alias}}( NaN, 2.0f ) + NaN + + See Also + -------- + diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/atan2f/docs/types/index.d.ts new file mode 100644 index 000000000000..1f233a37293e --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/docs/types/index.d.ts @@ -0,0 +1,65 @@ +/* +* @license Apache-2.0 +* +* Copyright (c) 2024 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 angle in the plane (in radians) between the positive x-axis and the ray from `(0,0)` to the point `(x,y)`. +* +* @param y - `y` coordinate +* @param x - `x` coordinate +* @returns angle (in radians) +* +* @example +* var v = atan2f( 2.0f, 2.0f ); // => atanf(1.0f) +* // returns ~0.785f +* +* @example +* var v = atan2f( 6.0f, 2.0f ); // => atanf(3.0f) +* // returns ~1.249f +* +* @example +* var v = atan2f( -1.0f, -1.0f ); // => atanf(1.0f) - π +* // returns ~-2.356f +* +* @example +* var v = atan2f( 3.0f, 0.0f ); // => π/2 +* // returns ~1.571f +* +* @example +* var v = atan2f( -2.0f, 0.0f ); // => -π/2 +* // returns ~-1.571f +* +* @example +* var v = atan2f( 0.0f, 0.0f ); +* // returns 0.0f +* +* @example +* var v = atan2f( 3.0f, NaN ); +* // returns NaN +* +* @example +* var v = atan2( NaN, 2.0f ); +* // returns NaN +*/ +declare function atan2f( y: number, x: number ): number; + + +// EXPORTS // + +export = atan2f; diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/docs/types/test.ts b/lib/node_modules/@stdlib/math/base/special/atan2f/docs/types/test.ts new file mode 100644 index 000000000000..cc96c22aff31 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/docs/types/test.ts @@ -0,0 +1,56 @@ +/* +* @license Apache-2.0 +* +* Copyright (c) 2024 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 atan2f = require( './index' ); + + +// TESTS // + +// The function returns a number... +{ + atan2f( 8, 2 ); // $ExpectType number +} + +// The compiler throws an error if the function is provided values other than two numbers... +{ + atan2f( true, 3 ); // $ExpectError + atan2f( false, 2 ); // $ExpectError + atan2f( '5', 1 ); // $ExpectError + atan2f( [], 1 ); // $ExpectError + atan2f( {}, 2 ); // $ExpectError + atan2f( ( x: number ): number => x, 2 ); // $ExpectError + + atan2f( 9, true ); // $ExpectError + atan2f( 9, false ); // $ExpectError + atan2f( 5, '5' ); // $ExpectError + atan2f( 8, [] ); // $ExpectError + atan2f( 9, {} ); // $ExpectError + atan2f( 8, ( x: number ): number => x ); // $ExpectError + + atan2f( [], true ); // $ExpectError + atan2f( {}, false ); // $ExpectError + atan2f( false, '5' ); // $ExpectError + atan2f( {}, [] ); // $ExpectError + atan2f( '5', ( x: number ): number => x ); // $ExpectError +} + +// The compiler throws an error if the function is provided insufficient arguments... +{ + atan2(); // $ExpectError + atan2( 3 ); // $ExpectError +} diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.js b/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.js index cd63a466858a..ee2cfe149774 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.js @@ -221,4 +221,4 @@ tape( 'the function evaluates the `atan2` function (when x and y are negative)', t.equal( delta <= tol, true, 'within tolerance. y: '+y[i]+'. x: '+x[i]+'. Actual: '+actual+'. E: '+expected[i]+'. tol: '+tol+'. Δ: '+delta+'.' ); } t.end(); -}); \ No newline at end of file +}); From 45d8ce5ece08c373a5b2cadc911b02125b92758b Mon Sep 17 00:00:00 2001 From: Neerajpathak07 Date: Thu, 5 Dec 2024 16:49:16 +0530 Subject: [PATCH 05/28] feat: examples added --- .../base/special/atan2f/examples/c/Makefile | 146 ++++++++++++++++++ .../base/special/atan2f/examples/c/example.c | 35 +++++ .../base/special/atan2f/examples/index.js | 32 ++++ 3 files changed, 213 insertions(+) create mode 100644 lib/node_modules/@stdlib/math/base/special/atan2f/examples/c/Makefile create mode 100644 lib/node_modules/@stdlib/math/base/special/atan2f/examples/c/example.c create mode 100644 lib/node_modules/@stdlib/math/base/special/atan2f/examples/index.js diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/examples/c/Makefile b/lib/node_modules/@stdlib/math/base/special/atan2f/examples/c/Makefile new file mode 100644 index 000000000000..6aed70daf167 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/examples/c/Makefile @@ -0,0 +1,146 @@ +#/ +# @license Apache-2.0 +# +# Copyright (c) 2024 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/atan2f/examples/c/example.c b/lib/node_modules/@stdlib/math/base/special/atan2f/examples/c/example.c new file mode 100644 index 000000000000..00f7fb9044ce --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/examples/c/example.c @@ -0,0 +1,35 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2024 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/atan2f.h" +#include +#include + +int main( void ) { + float y; + float x; + float v; + int i; + for ( i = 0; i < 100; i++ ) { + y = ( ( (float)rand() / (float)RAND_MAX ) * 100.0f ); + x = ( ( (float)rand() / (float)RAND_MAX ) * 100.0f ); + v = stdlib_base_atan2f( y, x ); + printf( "atan2f(%f, %f) = %f\n", y, x, v ); + } + return 0; +} diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/examples/index.js b/lib/node_modules/@stdlib/math/base/special/atan2f/examples/index.js new file mode 100644 index 000000000000..c5f178a0c1e4 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/examples/index.js @@ -0,0 +1,32 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2024 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 randu = require( '@stdlib/random/base/randu' ); +var atan2f = require( './../lib' ); + +var x; +var y; +var i; + +for ( i = 0; i < 100; i++ ) { + y = randu() * 100.0; + x = randu() * 100.0; + console.log( 'y: %d, \t x: %d, \t atan2(y,x): %d', y.toFixed( 4 ), x.toFixed( 4 ), atan2f( y, x ).toFixed( 4 ) ); +} From 0d8c56967761372645e6bad06b2f84a08ecf9767 Mon Sep 17 00:00:00 2001 From: Neerajpathak07 Date: Thu, 5 Dec 2024 16:59:57 +0530 Subject: [PATCH 06/28] feat: benchmark added --- .../special/atan2f/benchmark/benchmark.js | 53 +++++++ .../atan2f/benchmark/benchmark.native.js | 63 ++++++++ .../atan2f/benchmark/c/native/Makefile | 107 ++++++++++++++ .../atan2f/benchmark/c/native/benchmark.c | 134 ++++++++++++++++++ 4 files changed, 357 insertions(+) create mode 100644 lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.js create mode 100644 lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.native.js create mode 100644 lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/c/native/Makefile create mode 100644 lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/c/native/benchmark.c diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.js b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.js new file mode 100644 index 000000000000..0d781cddcd4c --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.js @@ -0,0 +1,53 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2018 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 randu = require( '@stdlib/random/base/randu' ); +var isnanf = require( '@stdlib/math/base/assert/is-nanf' ); +var pkg = require( './../package.json' ).name; +const atan2f = require('@stdlib/math/base/special/atan2f'); + + +// MAIN // + +bench( pkg, function benchmark( b ) { + var x; + var y; + var z; + var i; + + b.tic(); + for ( i = 0; i < b.iterations; i++ ) { + x = ( randu()*100.0 ) - 0.0; + y = ( randu()*100.0 ) - 0.0; + z = atan2f( x, y ); + if ( isnanf( z ) ) { + b.fail( 'should not return NaN' ); + } + } + b.toc(); + if ( isnanf( z ) ) { + b.fail( 'should not return NaN' ); + } + b.pass( 'benchmark finished' ); + b.end(); +}); diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.native.js b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.native.js new file mode 100644 index 000000000000..42b78e958a14 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.native.js @@ -0,0 +1,63 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2024 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 randu = require( '@stdlib/random/base/randu' ); +var isnanf = require( '@stdlib/math/base/assert/is-nanf' ); +var tryRequire = require( '@stdlib/utils/try-require' ); +const atan2f = require('@stdlib/math/base/special/atan2f'); +var pkg = require( './../package.json' ).name; + + +// VARIABLES // + +var atan2f = tryRequire( resolve( __dirname, './../lib/native.js' ) ); +var opts = { + 'skip': ( atan2f instanceof Error ) +}; + + +// MAIN // + +bench( pkg+'::native', opts, function benchmark( b ) { + var x; + var y; + var z; + var i; + + b.tic(); + for ( i = 0; i < b.iterations; i++ ) { + x = ( randu()*100.0 ) - 0.0; + y = ( randu()*100.0 ) - 0.0; + z = atan2f( y, x ); + if ( isnanf( z ) ) { + b.fail( 'should not return NaN' ); + } + } + b.toc(); + if ( isnanf( z ) ) { + b.fail( 'should not return NaN' ); + } + b.pass( 'benchmark finished' ); + b.end(); +}); diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/c/native/Makefile b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/c/native/Makefile new file mode 100644 index 000000000000..ad9fedcd4fff --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/c/native/Makefile @@ -0,0 +1,107 @@ +#/ +# @license Apache-2.0 +# +# Copyright (c) 2024 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 := @ +endif + +# Determine the OS: +# +# [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 +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]: 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 + + +# TARGETS # + +# Default target. +# +# This target is the default target. + +all: $(c_targets) + +.PHONY: all + + +# Compile C source. +# +# This target compiles C source files. + +$(c_targets): %.out: %.c + $(QUIET) $(CC) $(CFLAGS) $(fPIC) -o $@ $< -lm + + +# Run a benchmark. +# +# This target runs a benchmark. + +run: $(c_targets) + $(QUIET) ./$< + +.PHONY: run + + +# Perform clean-up. +# +# This target removes generated files. + +clean: + $(QUIET) -rm -f *.o *.out + +.PHONY: clean diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/c/native/benchmark.c b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/c/native/benchmark.c new file mode 100644 index 000000000000..c6a9780db4f6 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/c/native/benchmark.c @@ -0,0 +1,134 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2024 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 "atan2f" +#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 ) { + double elapsed; + float x; + float y; + float z; + double t; + int i; + + t = tic(); + for ( i = 0; i < ITERATIONS; i++ ) { + x = ( 100.0f*rand_float() ) - 0.0f; + y = ( 100.0f*rand_float() ) - 0.0f; + z = atan2f( x, y ); + if ( z != z ) { + printf( "should not return NaN\n" ); + break; + } + } + elapsed = tic() - t; + if ( z != z ) { + 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 ); +} From 3a1fe1bcd3d6a3e6d8642573120156670fdfe0aa Mon Sep 17 00:00:00 2001 From: Neerajpathak07 Date: Thu, 5 Dec 2024 21:46:09 +0530 Subject: [PATCH 07/28] feat: lib added --- .../math/base/special/atan2f/lib/index.js | 61 +++++++ .../math/base/special/atan2f/lib/main.js | 152 ++++++++++++++++++ .../math/base/special/atan2f/lib/native.js | 56 +++++++ .../math/base/special/atan2f/src/main.c | 77 ++++----- 4 files changed, 309 insertions(+), 37 deletions(-) create mode 100644 lib/node_modules/@stdlib/math/base/special/atan2f/lib/index.js create mode 100644 lib/node_modules/@stdlib/math/base/special/atan2f/lib/main.js create mode 100644 lib/node_modules/@stdlib/math/base/special/atan2f/lib/native.js diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/lib/index.js b/lib/node_modules/@stdlib/math/base/special/atan2f/lib/index.js new file mode 100644 index 000000000000..e38a5652a523 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/lib/index.js @@ -0,0 +1,61 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2024 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'; + +/** +* Compute the angle in the plane (in radians) between the positive x-axis and the ray from `(0,0)` to the point `(x,y)`. +* +* @module @stdlib/math/base/special/atan2f +* +* @example +* var atan2f = require( '@stdlib/math/base/special/atan2f' ); +* +* var v = atan2f( 2.0, 2.0 ); // => atanf(1.0) +* // returns ~0.785 +* +* v = atan2f( 6.0, 2.0 ); // => atanf(3.0) +* // returns ~1.249 +* +* v = atan2f( -1.0, -1.0 ); // => atanf(1.0) - π +* // returns ~-2.356 +* +* v = atan2f( 3.0, 0.0 ); // => π/2 +* // returns ~1.571 +* +* v = atan2f( -2.0, 0.0 ); // => -π/2 +* // returns ~-1.571 +* +* v = atan2f( 0.0, 0.0 ); +* // returns 0.0 +* +* v = atan2f( 3.0, NaN ); +* // returns NaN +* +* v = atan2f( NaN, 2.0 ); +* // returns NaN +*/ + +// MODULES // + +var atan2f = require( './main.js' ); + + +// EXPORTS // + +module.exports = atan2f; diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/lib/main.js b/lib/node_modules/@stdlib/math/base/special/atan2f/lib/main.js new file mode 100644 index 000000000000..f5c836d23914 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/lib/main.js @@ -0,0 +1,152 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2024 The Stdlib Authors. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +* +* ## Notice +* +* The original code, copyright and license are from [Go]{@link https://golang.org/src/math/atan2f.go}. The implementation follows the original, but has been modified for JavaScript. +* +* ```text +* Copyright (c) 2009 The Go Authors. All rights reserved. +* +* Redistribution and use in source and binary forms, with or without +* modification, are permitted provided that the following conditions are +* met: +* +* * Redistributions of source code must retain the above copyright +* notice, this list of conditions and the following disclaimer. +* * Redistributions in binary form must reproduce the above +* copyright notice, this list of conditions and the following disclaimer +* in the documentation and/or other materials provided with the +* distribution. +* * Neither the name of Google Inc. nor the names of its +* contributors may be used to endorse or promote products derived from +* this software without specific prior written permission. +* +* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +* OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* ``` +*/ + +'use strict'; + +// MODULES // + +var isinfinitef = require( '@stdlib/math/base/assert/is-infinitef' ); +var isnanf = require( '@stdlib/math/base/assert/is-nanf' ); +var copysignf = require( '@stdlib/math/base/special/copysignf' ); +var atan = require( '@stdlib/math/base/special/atan' ); +var PINF = require( '@stdlib/constants/float64/pinf' ); +var PI02F = require( '@stdlib/constants/float32/half-pi' ); +var PI04F = require( '@stdlib/constants/float32/fourth-pi' ); +var PI = require( '@stdlib/constants/float64/pi' ); + + +// MAIN // + +/** +* Computes the angle in the plane (in radians) between the positive x-axis and the ray from `(0,0)` to the point `(x,y)`. +* +* @param {number} y - `y` coordinate +* @param {number} x - `x` coordinate +* @returns {number} angle (in radians) +* +* @example +* var v = atan2f( 2.0, 2.0 ); // => atanf(1.0) +* // returns ~0.785 +* +* @example +* var v = atan2f( 6.0, 2.0 ); // => atanf(3.0) +* // returns ~1.249 +* +* @example +* var v = atan2f( -1.0, -1.0 ); // => atanf(1.0) - π +* // returns ~-2.356 +* +* @example +* var v = atan2f( 3.0, 0.0 ); // => π/2 +* // returns ~1.571 +* +* @example +* var v = atan2f( -2.0, 0.0 ); // => -π/2 +* // returns ~-1.571 +* +* @example +* var v = atan2f( 0.0, 0.0 ); +* // returns 0.0 +* +* @example +* var v = atan2f( 3.0, NaN ); +* // returns NaN +* +* @example +* var v = atan2f( NaN, 2.0 ); +* // returns NaN +*/ +function atan2f( y, x ) { + var q; + if ( isnanf( x ) || isnanf( y ) ) { + return NaN; + } + if ( isinfinitef( x ) ) { + if ( x === PINF ) { + if ( isinfinitef( y ) ) { + return copysignf( PI04F, y ); + } + return copysignf( 0.0, y ); + } + // Case: x is -Infinity + if ( isinfinitef( y ) ) { + return copysignf( 3.0*PI04F, y ); + } + return copysignf( PI, y ); + } + if ( isinfinitef( y ) ) { + return copysignf( PI02F, y ); + } + if ( y === 0.0 ) { + if ( x >= 0.0 ) { + return copysignf( 0.0, y ); + } + return copysignf( PI, y ); + } + if ( x === 0.0 ) { + return copysignf( PI02F, y ); + } + q = atan( y / x ); + if ( x < 0.0 ) { + if ( q <= 0.0 ) { + return q + PI; + } + return q - PI; + } + return q; +} + + +// EXPORTS // + +module.exports = atan2f; diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/lib/native.js b/lib/node_modules/@stdlib/math/base/special/atan2f/lib/native.js new file mode 100644 index 000000000000..f9a4895a0969 --- /dev/null +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/lib/native.js @@ -0,0 +1,56 @@ +/** +* @license Apache-2.0 +* +* Copyright (c) 2024 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' ); + +/** +* Computes the angle in the plane (in radians) between the positive x-axis and the ray from `(0,0)` to the point `(x,y)`. +* +* @private +* @param {number} y - `y` coordinate +* @param {number} x - `x` coordinate +* @returns {number} angle (in radians) +* +* @example +* var v = atan2f( 2.0, 2.0 ); // => atanf(1.0) +* // returns ~0.785 +* +* @example +* v = atan2f( 6.0, 2.0 ); // => atanf(3.0) +* // returns ~1.249 +* +* @example +* v = atan2f( 3.0, 0.0 ); // => π/2 +* // returns ~1.571 +* +* @example +* v = atan2f( 3.0, NaN ); +* // returns NaN +*/ +function atan2f( y, x ) { + return addon( y, x ); +} + + +// EXPORTS // + +module.exports = atan2f; diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c b/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c index f2af6109285a..ffd008ee11eb 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c @@ -30,11 +30,13 @@ * ``` */ -#include "stdlib/math/base/assert/is_infinite.h" -#include "stdlib/math/base/special/copysign.h" -#include "stdlib/number/float64/base/signbit.h" +#include "stdlib/math/base/assert/is_infinitef.h" +#include "stdlib/math/base/special/copysignf.h" +#include "stdlib/number/float64/base/signbitf.h" #include "stdlib/math/base/assert/is_nanf.h" -#include "stdlib/math/base/special/atan2.h" +#include "stdlib/math/base/special/atanf.h" +#include "stdlib/constants/float32/half_pi.h" +#include "stdlib/constants/float32/fourth_pi.h" #include "stdlib/constants/float64/pinf.h" #include "stdlib/constants/float64/pi.h" #include @@ -49,69 +51,70 @@ * @return angle (in radians) * * @example -* float v = stdlib_base_atan2f( 2.0, 2.0 ); // => stdlib_base_atanf(1.0f) -* // returns ~0.785f +* float v = stdlib_base_atan2f( 2.0, 2.0 ); // => stdlib_base_atanf(1.0) +* // returns ~0.785 * * @example -* float v = stdlib_base_atan2f( 6.0, 2.0 ); // => stdlib_base_atanf(3.0f) -* // returns ~1.249f +* float v = stdlib_base_atan2f( 6.0, 2.0 ); // => stdlib_base_atanf(3.0) +* // returns ~1.249 * * @example -* float v = stdlib_base_atan2f( -1.0, -1.0f ); // => stdlib_base_atanf(1.0f) - π -* // returns ~-2.356f +* float v = stdlib_base_atan2f( -1.0, -1.0 ); // => stdlib_base_atanf(1.0) - π +* // returns ~-2.356 * * @example -* float v = stdlib_base_atan2f( 3.0f, 0.0f ); // => π/2 -* // returns ~1.571ff +* float v = stdlib_base_atan2f( 3.0, 0.0 ); // => π/2 +* // returns ~1.571 +* * @example -* float v = stdlib_base_atan2f( -2.0f, 0.0f ); // => -π/2 -* // returns ~-1.571f +* float v = stdlib_base_atan2f( -2.0, 0.0 ); // => -π/2 +* // returns ~-1.571 * * @example -* float v = stdlib_base_atan2f( 0.0f, 0.0f ); -* // returns 0.0f +* float v = stdlib_base_atan2f( 0.0, 0.0 ); +* // returns 0.0 * * @example -* float v = stdlib_base_atan2f( 3.0f, NaN ); +* float v = stdlib_base_atan2f( 3.0, NaN ); * // returns NaN * * @example -* float v = stdlib_base_atan2f( NaN, 2.0f ); +* float v = stdlib_base_atan2f( NaN, 2.0 ); * // returns NaN */ float stdlib_base_atan2f( const float y, const float x ) { float q; if ( stdlib_base_is_nanf( x ) || stdlib_base_is_nanf( y ) ) { - return 0.0f / 0.0f; // float + return 0.0 / 0.0; // NaN } - if ( stdlib_base_is_infinite( x ) ) { + if ( stdlib_base_is_infinitef( x ) ) { if ( x == STDLIB_CONSTANT_FLOAT64_PINF ) { - if ( stdlib_base_is_infinite( y ) ) { - return stdlib_base_copysign( STDLIB_CONSTANT_FLOAT64_PI / 4.0f, y ); + if ( stdlib_base_is_infinitef( y ) ) { + return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT32_HALF_PI, y ); } - return stdlib_base_copysign( 0.0f, y ); + return stdlib_base_copysignf( 0.0, y ); } // Case: x is -Infinity - if ( stdlib_base_is_infinite( y ) ) { - return stdlib_base_copysign( 3.0f * STDLIB_CONSTANT_FLOAT64_PI / 4.0f, y ); + if ( stdlib_base_is_infinitef( y ) ) { + return stdlib_base_copysignf( 3.0 * STDLIB_CONSTANT_FLOAT32_HALF_PI, y ); } - return stdlib_base_copysign( STDLIB_CONSTANT_FLOAT64_PI, y ); + return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT64_PI, y ); } - if ( stdlib_base_is_infinite( y ) ) { - return stdlib_base_copysign( STDLIB_CONSTANT_FLOAT64_PI / 2.0f, y ); + if ( stdlib_base_is_infinitef( y ) ) { + return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT64_PI / 2.0, y ); } - if ( y == 0.0f ) { - if ( x >= 0.0f && !stdlib_base_float64_signbit( x ) ) { - return stdlib_base_copysign( 0.0, y ); + if ( y == 0.0 ) { + if ( x >= 0.0 && !stdlib_base_float64_signbitf( x ) ) { + return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT32_HALF_PI, y ); } - return stdlib_base_copysign( STDLIB_CONSTANT_FLOAT64_PI, y ); + return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT64_PI, y ); } - if ( x == 0.0f ) { - return stdlib_base_copysign( STDLIB_CONSTANT_FLOAT64_PI / 2.0f, y ); + if ( x == 0.0 ) { + return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT32_FOURTH_PI, y ); } - q = stdlib_base_atan2( y / x ); - if ( x < 0.0f ) { - if ( q <= 0.0f ) { + q = stdlib_base_atan( y / x ); + if ( x < 0.0 ) { + if ( q <= 0.0 ) { return q + STDLIB_CONSTANT_FLOAT64_PI; } return q - STDLIB_CONSTANT_FLOAT64_PI; From 54b51514a7b273fabac694a3263ccb0bf2989cea Mon Sep 17 00:00:00 2001 From: Neerajpathak07 Date: Fri, 6 Dec 2024 16:51:27 +0530 Subject: [PATCH 08/28] fix: test errors --- .../math/base/special/atan2f/docs/repl.txt | 28 ++++---- .../base/special/atan2f/docs/types/index.d.ts | 28 ++++---- .../base/special/atan2f/examples/index.js | 2 +- .../math/base/special/atan2f/lib/index.js | 6 +- .../math/base/special/atan2f/lib/main.js | 23 +++++-- .../math/base/special/atan2f/lib/native.js | 4 +- .../math/base/special/atan2f/src/addon.c | 2 +- .../math/base/special/atan2f/src/main.c | 68 +++++++++---------- .../math/base/special/atan2f/test/test.js | 53 ++++++++------- .../base/special/atan2f/test/test.native.js | 8 +-- 10 files changed, 118 insertions(+), 104 deletions(-) diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/docs/repl.txt b/lib/node_modules/@stdlib/math/base/special/atan2f/docs/repl.txt index 437009b0122c..b1101cec694a 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/docs/repl.txt +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/docs/repl.txt @@ -18,21 +18,21 @@ Examples -------- - > var v = {{alias}}( 2.0f, 2.0f ) - ~0.785f - > v = {{alias}}( 6.0f, 2.0f ) - ~1.249f - > v = {{alias}}( -1.0f, -1.0f ) - ~-2.356f - > v = {{alias}}( 3.0f, 0.0f ) - ~1.571f - > v = {{alias}}( -2.0f, 0.0f ) - ~-1.571f - > v = {{alias}}( 0.0f, 0.0f ) - 0.0f - > v = {{alias}}( 3.0f, NaN ) + > var v = {{alias}}( 2.0, 2.0 ) + ~0.785 + > v = {{alias}}( 6.0, 2.0 ) + ~1.249 + > v = {{alias}}( -1.0, -1.0 ) + ~-2.356 + > v = {{alias}}( 3.0, 0.0 ) + ~1.571 + > v = {{alias}}( -2.0, 0.0 ) + ~-1.571 + > v = {{alias}}( 0.0, 0.0 ) + 0.0 + > v = {{alias}}( 3.0, NaN ) NaN - > v = {{alias}}( NaN, 2.0f ) + > v = {{alias}}( NaN, 2.0 ) NaN See Also diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/atan2f/docs/types/index.d.ts index 1f233a37293e..b91443dc4794 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/docs/types/index.d.ts @@ -26,35 +26,35 @@ * @returns angle (in radians) * * @example -* var v = atan2f( 2.0f, 2.0f ); // => atanf(1.0f) -* // returns ~0.785f +* var v = atan2f( 2.0, 2.0 ); // => atan(1.0) +* // returns ~0.785 * * @example -* var v = atan2f( 6.0f, 2.0f ); // => atanf(3.0f) -* // returns ~1.249f +* var v = atan2f( 6.0, 2.0 ); // => atan(3.0) +* // returns ~1.249 * * @example -* var v = atan2f( -1.0f, -1.0f ); // => atanf(1.0f) - π -* // returns ~-2.356f +* var v = atan2f( -1.0, -1.0 ); // => atan(1.0) - π +* // returns ~-2.356 * * @example -* var v = atan2f( 3.0f, 0.0f ); // => π/2 -* // returns ~1.571f +* var v = atan2f( 3.0, 0.0 ); // => π/2 +* // returns ~1.571 * * @example -* var v = atan2f( -2.0f, 0.0f ); // => -π/2 -* // returns ~-1.571f +* var v = atan2f( -2.0, 0.0 ); // => -π/2 +* // returns ~-1.571 * * @example -* var v = atan2f( 0.0f, 0.0f ); -* // returns 0.0f +* var v = atan2f( 0.0, 0.0 ); +* // returns 0.0 * * @example -* var v = atan2f( 3.0f, NaN ); +* var v = atan2f( 3.0, NaN ); * // returns NaN * * @example -* var v = atan2( NaN, 2.0f ); +* var v = atan2f( NaN, 2.0 ); * // returns NaN */ declare function atan2f( y: number, x: number ): number; diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/examples/index.js b/lib/node_modules/@stdlib/math/base/special/atan2f/examples/index.js index c5f178a0c1e4..ae8b42d34ab8 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/examples/index.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/examples/index.js @@ -28,5 +28,5 @@ var i; for ( i = 0; i < 100; i++ ) { y = randu() * 100.0; x = randu() * 100.0; - console.log( 'y: %d, \t x: %d, \t atan2(y,x): %d', y.toFixed( 4 ), x.toFixed( 4 ), atan2f( y, x ).toFixed( 4 ) ); + console.log( 'y: %d, \t x: %d, \t atan2f(y,x): %d', y.toFixed( 4 ), x.toFixed( 4 ), atan2f( y, x ).toFixed( 4 ) ); } diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/lib/index.js b/lib/node_modules/@stdlib/math/base/special/atan2f/lib/index.js index e38a5652a523..f1c9a1ad320a 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/lib/index.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/lib/index.js @@ -26,13 +26,13 @@ * @example * var atan2f = require( '@stdlib/math/base/special/atan2f' ); * -* var v = atan2f( 2.0, 2.0 ); // => atanf(1.0) +* var v = atan2f( 2.0, 2.0 ); // => atan(1.0) * // returns ~0.785 * -* v = atan2f( 6.0, 2.0 ); // => atanf(3.0) +* v = atan2f( 6.0, 2.0 ); // => atan(3.0) * // returns ~1.249 * -* v = atan2f( -1.0, -1.0 ); // => atanf(1.0) - π +* v = atan2f( -1.0, -1.0 ); // => atan(1.0) - π * // returns ~-2.356 * * v = atan2f( 3.0, 0.0 ); // => π/2 diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/lib/main.js b/lib/node_modules/@stdlib/math/base/special/atan2f/lib/main.js index f5c836d23914..42694532ff01 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/lib/main.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/lib/main.js @@ -59,10 +59,12 @@ var isinfinitef = require( '@stdlib/math/base/assert/is-infinitef' ); var isnanf = require( '@stdlib/math/base/assert/is-nanf' ); var copysignf = require( '@stdlib/math/base/special/copysignf' ); var atan = require( '@stdlib/math/base/special/atan' ); -var PINF = require( '@stdlib/constants/float64/pinf' ); +var signbit = require( '@stdlib/number/float32/base/signbit' ); +var PINF = require( '@stdlib/constants/float32/pinf' ); +var NINF = require( '@stdlib/constants/float32/ninf' ); var PI02F = require( '@stdlib/constants/float32/half-pi' ); var PI04F = require( '@stdlib/constants/float32/fourth-pi' ); -var PI = require( '@stdlib/constants/float64/pi' ); +var PI = require( '@stdlib/constants/float32/pi' ); // MAIN // @@ -75,15 +77,15 @@ var PI = require( '@stdlib/constants/float64/pi' ); * @returns {number} angle (in radians) * * @example -* var v = atan2f( 2.0, 2.0 ); // => atanf(1.0) +* var v = atan2f( 2.0, 2.0 ); // => atan(1.0) * // returns ~0.785 * * @example -* var v = atan2f( 6.0, 2.0 ); // => atanf(3.0) +* var v = atan2f( 6.0, 2.0 ); // => atan(3.0) * // returns ~1.249 * * @example -* var v = atan2f( -1.0, -1.0 ); // => atanf(1.0) - π +* var v = atan2f( -1.0, -1.0 ); // => atan(1.0) - π * // returns ~-2.356 * * @example @@ -118,6 +120,15 @@ function atan2f( y, x ) { } return copysignf( 0.0, y ); } + + // Case: -x = y = +infinity + if ( x === NINF && y === PINF ) { + return 3.0 * PI04F; // 3π/4 + } + // Case: x = y = -infinity + if ( x === NINF && y === NINF ) { + return -3.0 * PI04F; // -3π/4 + } // Case: x is -Infinity if ( isinfinitef( y ) ) { return copysignf( 3.0*PI04F, y ); @@ -128,7 +139,7 @@ function atan2f( y, x ) { return copysignf( PI02F, y ); } if ( y === 0.0 ) { - if ( x >= 0.0 ) { + if ( x >= 0.0 && !signbit( x ) ) { return copysignf( 0.0, y ); } return copysignf( PI, y ); diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/lib/native.js b/lib/node_modules/@stdlib/math/base/special/atan2f/lib/native.js index f9a4895a0969..9e3df1fa7ead 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/lib/native.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/lib/native.js @@ -31,11 +31,11 @@ var addon = require( './../src/addon.node' ); * @returns {number} angle (in radians) * * @example -* var v = atan2f( 2.0, 2.0 ); // => atanf(1.0) +* var v = atan2f( 2.0, 2.0 ); // => atan(1.0) * // returns ~0.785 * * @example -* v = atan2f( 6.0, 2.0 ); // => atanf(3.0) +* v = atan2f( 6.0, 2.0 ); // => atan(3.0) * // returns ~1.249 * * @example diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/src/addon.c b/lib/node_modules/@stdlib/math/base/special/atan2f/src/addon.c index 5cbbb466727b..c438ffdce3ee 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/src/addon.c +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/src/addon.c @@ -20,4 +20,4 @@ #include "stdlib/math/base/napi/binary.h" // cppcheck-suppress shadowFunction -STDLIB_MATH_BASE_NAPI_MODULE_DD_D( stdlib_base_atan2f ) +STDLIB_MATH_BASE_NAPI_MODULE_FF_F( stdlib_base_atan2f ) diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c b/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c index ffd008ee11eb..b1787838412d 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c @@ -32,13 +32,13 @@ #include "stdlib/math/base/assert/is_infinitef.h" #include "stdlib/math/base/special/copysignf.h" -#include "stdlib/number/float64/base/signbitf.h" +#include "stdlib/number/float32/base/signbitf.h" #include "stdlib/math/base/assert/is_nanf.h" #include "stdlib/math/base/special/atanf.h" #include "stdlib/constants/float32/half_pi.h" #include "stdlib/constants/float32/fourth_pi.h" -#include "stdlib/constants/float64/pinf.h" -#include "stdlib/constants/float64/pi.h" +#include "stdlib/constants/float32/pinf.h" +#include "stdlib/constants/float32/pi.h" #include // MAIN // @@ -51,73 +51,73 @@ * @return angle (in radians) * * @example -* float v = stdlib_base_atan2f( 2.0, 2.0 ); // => stdlib_base_atanf(1.0) -* // returns ~0.785 +* float v = stdlib_base_atan2f( 2.0f, 2.0f ); // => stdlib_base_atan(1.0) +* // returns ~0.785f * * @example -* float v = stdlib_base_atan2f( 6.0, 2.0 ); // => stdlib_base_atanf(3.0) -* // returns ~1.249 +* float v = stdlib_base_atan2f( 6.0f, 2.0f ); // => stdlib_base_atan(3.0) +* // returns ~1.249f * * @example -* float v = stdlib_base_atan2f( -1.0, -1.0 ); // => stdlib_base_atanf(1.0) - π -* // returns ~-2.356 +* float v = stdlib_base_atan2f( -1.0f, -1.0f ); // => stdlib_base_atan(1.0) - π +* // returns ~-2.356f * * @example -* float v = stdlib_base_atan2f( 3.0, 0.0 ); // => π/2 -* // returns ~1.571 +* float v = stdlib_base_atan2f( 3.0f, 0.0f ); // => π/2 +* // returns ~1.571f * * @example -* float v = stdlib_base_atan2f( -2.0, 0.0 ); // => -π/2 -* // returns ~-1.571 +* float v = stdlib_base_atan2f( -2.0f, 0.0f ); // => -π/2 +* // returns ~-1.571f * * @example -* float v = stdlib_base_atan2f( 0.0, 0.0 ); -* // returns 0.0 +* float v = stdlib_base_atan2f( 0.0f, 0.0f ); +* // returns 0.0f * * @example -* float v = stdlib_base_atan2f( 3.0, NaN ); +* float v = stdlib_base_atan2f( 3.0f, NaN ); * // returns NaN * * @example -* float v = stdlib_base_atan2f( NaN, 2.0 ); +* float v = stdlib_base_atan2f( NaN, 2.0f ); * // returns NaN */ float stdlib_base_atan2f( const float y, const float x ) { float q; if ( stdlib_base_is_nanf( x ) || stdlib_base_is_nanf( y ) ) { - return 0.0 / 0.0; // NaN + return 0.0f / 0.0f; // NaN } if ( stdlib_base_is_infinitef( x ) ) { - if ( x == STDLIB_CONSTANT_FLOAT64_PINF ) { + if ( x == STDLIB_CONSTANT_FLOAT32_PINF ) { if ( stdlib_base_is_infinitef( y ) ) { - return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT32_HALF_PI, y ); + return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT32_FOURTH_PI, y ); } - return stdlib_base_copysignf( 0.0, y ); + return stdlib_base_copysignf( 0.0f, y ); } // Case: x is -Infinity if ( stdlib_base_is_infinitef( y ) ) { - return stdlib_base_copysignf( 3.0 * STDLIB_CONSTANT_FLOAT32_HALF_PI, y ); + return stdlib_base_copysignf( 3.0f * STDLIB_CONSTANT_FLOAT32_FOURTH_PI, y ); } - return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT64_PI, y ); + return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT32_PI, y ); } if ( stdlib_base_is_infinitef( y ) ) { - return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT64_PI / 2.0, y ); + return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT32_HALF_PI, y ); } - if ( y == 0.0 ) { - if ( x >= 0.0 && !stdlib_base_float64_signbitf( x ) ) { - return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT32_HALF_PI, y ); + if ( y == 0.0f ) { + if ( x >= 0.0f && !stdlib_base_float64_signbitf( x ) ) { + return stdlib_base_copysignf( 0.0f, y ); } - return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT64_PI, y ); + return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT32_PI, y ); } - if ( x == 0.0 ) { - return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT32_FOURTH_PI, y ); + if ( x == 0.0f ) { + return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT32_HALF_PI, y ); } q = stdlib_base_atan( y / x ); - if ( x < 0.0 ) { - if ( q <= 0.0 ) { - return q + STDLIB_CONSTANT_FLOAT64_PI; + if ( x < 0.0f ) { + if ( q <= 0.0f ) { + return q + STDLIB_CONSTANT_FLOAT32_PI; } - return q - STDLIB_CONSTANT_FLOAT64_PI; + return q - STDLIB_CONSTANT_FLOAT32_PI; } return q; } diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.js b/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.js index ee2cfe149774..0c8c032d0606 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.js @@ -25,10 +25,13 @@ var isnanf = require( '@stdlib/math/base/assert/is-nanf' ); var isNegativeZero = require( '@stdlib/math/base/assert/is-negative-zero' ); var isPositiveZero = require( '@stdlib/math/base/assert/is-positive-zero' ); var abs = require( '@stdlib/math/base/special/abs' ); -var EPS = require( '@stdlib/constants/float64/eps' ); -var PINF = require( '@stdlib/constants/float64/pinf' ); -var NINF = require( '@stdlib/constants/float64/ninf' ); -var PI = require( '@stdlib/constants/float64/pi' ); +var float64ToFloat32 = require( '@stdlib/number/float64/base/to-float32' ); +var EPS = require( '@stdlib/constants/float32/eps' ); +var PINF = require( '@stdlib/constants/float32/pinf' ); +var NINF = require( '@stdlib/constants/float32/ninf' ); +var PI02F = require( '@stdlib/constants/float32/half-pi' ); +var PI04F = require( '@stdlib/constants/float32/fourth-pi' ); +var PI = require( '@stdlib/constants/float32/pi' ); var atan2f = require( './../lib' ); @@ -77,11 +80,11 @@ tape( 'the function returns `-0` if provided `y = -0.0` and `x >= 0`', function }); tape( 'the function returns `PI` if provided `y = +0.0` and `x <= -0.0`', function test( t ) { - t.equal( atan2f( +0.0, -0.0 ), +PI, 'returns +PI' ); - t.equal( atan2f( +0.0, -2.0 ), +PI, 'returns +PI' ); - t.equal( atan2f( +0.0, -4.0 ), +PI, 'returns +PI' ); - t.equal( atan2f( +0.0, -5.0 ), +PI, 'returns +PI' ); - t.equal( atan2f( +0.0, -10.0 ), +PI, 'returns +PI' ); + t.equal( ( atan2f( +0.0, -0.0 ) ) , +PI, 'returns +PI' ); + t.equal( ( atan2f( +0.0, -2.0 ) ) , +PI, 'returns +PI' ); + t.equal( ( atan2f( +0.0, -4.0 ) ) , +PI, 'returns +PI' ); + t.equal( ( atan2f( +0.0, -5.0 ) ) , +PI, 'returns +PI' ); + t.equal( ( atan2f( +0.0, -10.0 ) ) , +PI, 'returns +PI' ); t.end(); }); @@ -95,22 +98,22 @@ tape( 'the function returns `-PI` if provided `y = -0.0` and `x <= -0.0`', funct }); tape( 'the function returns `+PI/4` if provided `x = y = +infinity`', function test( t ) { - t.equal( atan2f( PINF, PINF ), +PI/4.0, 'returns +PI/4' ); + t.equal( atan2f( PINF, PINF ), +PI04F, 'returns +PI/4' ); t.end(); }); tape( 'the function returns `-PI/4` if provided `x = -y = +infinity`', function test( t ) { - t.equal( atan2f( NINF, PINF ), -PI/4.0, 'returns -PI/4' ); + t.equal( atan2f( NINF, PINF ), -PI04F, 'returns -PI/4' ); t.end(); }); tape( 'the function returns `*3*PI/4` if provided `-x = y = +infinity`', function test( t ) { - t.equal( atan2f( PINF, NINF ), +3.0*PI/4.0, 'returns +3*PI/4' ); + t.equal( atan2f( PINF, NINF ), +3.0*PI04F, 'returns +3*PI/4' ); t.end(); }); tape( 'the function returns `-3*PI/4` if provided `x = y = -infinity`', function test( t ) { - t.equal( atan2f( NINF, NINF ), -3.0*PI/4.0, 'returns -3*PI/4' ); + t.equal( atan2f( NINF, NINF ), -3.0*PI04F, 'returns -3*PI/4' ); t.end(); }); @@ -143,27 +146,27 @@ tape( 'the function returns `+PI/2` when `y = +infinity`', function test( t ) { }); tape( 'the function returns `-PI/2` when `y = -infinity`', function test( t ) { - t.equal( atan2f( NINF, -1.0 ), -PI/2.0, 'returns -PI/2' ); - t.equal( atan2f( NINF, 0.0 ), -PI/2.0, 'returns -PI/2' ); - t.equal( atan2f( NINF, 2.0 ), -PI/2.0, 'returns -PI/2' ); + t.equal( atan2f( NINF, -1.0 ), -PI02F, 'returns -PI/2' ); + t.equal( atan2f( NINF, 0.0 ), -PI02F, 'returns -PI/2' ); + t.equal( atan2f( NINF, 2.0 ), -PI02F, 'returns -PI/2' ); t.end(); }); tape( 'the function returns `PI/2` if provided a positive `y` and `x=0`', function test( t ) { - t.equal( atan2f( 2.0, 0.0 ), PI/2.0, 'returns PI/2' ); - t.equal( atan2f( 1.0, 0.0 ), PI/2.0, 'returns PI/2' ); - t.equal( atan2f( 0.5, 0.0 ), PI/2.0, 'returns PI/2' ); + t.equal( atan2f( 2.0, 0.0 ), PI02F, 'returns PI/2' ); + t.equal( atan2f( 1.0, 0.0 ), PI02F, 'returns PI/2' ); + t.equal( atan2f( 0.5, 0.0 ), PI02F, 'returns PI/2' ); t.end(); }); tape( 'the function returns `-PI/2` if provided a negative `y` and `x=0`', function test( t ) { - t.equal( atan2f( -2.0, 0.0 ), -PI/2.0, 'returns PI/2' ); - t.equal( atan2f( -1.0, 0.0 ), -PI/2.0, 'returns PI/2' ); - t.equal( atan2f( -0.5, 0.0 ), -PI/2.0, 'returns PI/2' ); + t.equal( atan2f( -2.0, 0.0 ), -PI02F, 'returns PI/2' ); + t.equal( atan2f( -1.0, 0.0 ), -PI02F, 'returns PI/2' ); + t.equal( atan2f( -0.5, 0.0 ), -PI02F, 'returns PI/2' ); t.end(); }); -tape( 'the function evaluates the `atan2` function (when x and y are positive)', function test( t ) { +tape( 'the function evaluates the `atan2f` function (when x and y are positive)', function test( t ) { var expected; var actual; var delta; @@ -183,7 +186,7 @@ tape( 'the function evaluates the `atan2` function (when x and y are positive)', t.end(); }); -tape( 'the function evaluates the `atan2` function (when x is negative and y is positive)', function test( t ) { +tape( 'the function evaluates the `atan2f` function (when x is negative and y is positive)', function test( t ) { var expected; var actual; var delta; @@ -203,7 +206,7 @@ tape( 'the function evaluates the `atan2` function (when x is negative and y is t.end(); }); -tape( 'the function evaluates the `atan2` function (when x and y are negative)', function test( t ) { +tape( 'the function evaluates the `atan2f` function (when x and y are negative)', function test( t ) { var expected; var actual; var delta; diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.native.js b/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.native.js index d4f82e839cc9..e7d11f4177d9 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.native.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.native.js @@ -27,10 +27,10 @@ var isNegativeZero = require( '@stdlib/math/base/assert/is-negative-zero' ); var isPositiveZero = require( '@stdlib/math/base/assert/is-positive-zero' ); var abs = require( '@stdlib/math/base/special/abs' ); var tryRequire = require( '@stdlib/utils/try-require' ); -var EPS = require( '@stdlib/constants/float64/eps' ); -var PINF = require( '@stdlib/constants/float64/pinf' ); -var NINF = require( '@stdlib/constants/float64/ninf' ); -var PI = require( '@stdlib/constants/float64/pi' ); +var EPS = require( '@stdlib/constants/float32/eps' ); +var PINF = require( '@stdlib/constants/float32/pinf' ); +var NINF = require( '@stdlib/constants/float32/ninf' ); +var PI = require( '@stdlib/constants/float32/pi' ); // FIXTURES // From 61bfb12a525b0df6b8c955c90774e4980b639a56 Mon Sep 17 00:00:00 2001 From: Neerajpathak07 Date: Fri, 6 Dec 2024 17:05:52 +0530 Subject: [PATCH 09/28] fix: lint coyright years --- .../@stdlib/math/base/special/atan2f/benchmark/benchmark.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.js b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.js index 0d781cddcd4c..2c29e8e7eafb 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.js @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2018 The Stdlib Authors. +* Copyright (c) 2024 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. @@ -23,8 +23,8 @@ var bench = require( '@stdlib/bench' ); var randu = require( '@stdlib/random/base/randu' ); var isnanf = require( '@stdlib/math/base/assert/is-nanf' ); +var atan2f = require( '@stdlib/math/base/special/atan2f' ); var pkg = require( './../package.json' ).name; -const atan2f = require('@stdlib/math/base/special/atan2f'); // MAIN // From b248ecded4b6455a1a4cbb04a036b199ab4abfaf Mon Sep 17 00:00:00 2001 From: Neerajpathak07 Date: Mon, 9 Dec 2024 11:37:01 +0530 Subject: [PATCH 10/28] fix: update manifest.json --- .../math/base/special/atan2f/manifest.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/manifest.json b/lib/node_modules/@stdlib/math/base/special/atan2f/manifest.json index c2c85bcfcd4f..ce354199a00d 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/manifest.json +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/manifest.json @@ -37,11 +37,11 @@ "libpath": [], "dependencies": [ "@stdlib/math/base/napi/binary", - "@stdlib/math/base/assert/is-infinite", + "@stdlib/math/base/assert/is-infinitef", "@stdlib/math/base/special/copysign", "@stdlib/number/float64/base/signbit", "@stdlib/math/base/assert/is-nanf", - "@stdlib/math/base/special/atan2", + "@stdlib/math/base/special/atanf", "@stdlib/constants/float64/pinf", "@stdlib/constants/float64/pi" ] @@ -57,11 +57,11 @@ "libraries": [], "libpath": [], "dependencies": [ - "@stdlib/math/base/assert/is-infinite", - "@stdlib/math/base/special/copysign", + "@stdlib/math/base/assert/is-infinitef", + "@stdlib/math/base/special/copysignf", "@stdlib/number/float64/base/signbit", "@stdlib/math/base/assert/is-nanf", - "@stdlib/math/base/special/atan2", + "@stdlib/math/base/special/atanf", "@stdlib/constants/float64/pinf", "@stdlib/constants/float64/pi" ] @@ -77,11 +77,11 @@ "libraries": [], "libpath": [], "dependencies": [ - "@stdlib/math/base/assert/is-infinite", - "@stdlib/math/base/special/copysign", + "@stdlib/math/base/assert/is-infinitef", + "@stdlib/math/base/special/copysignf", "@stdlib/number/float64/base/signbit", "@stdlib/math/base/assert/is-nanf", - "@stdlib/math/base/special/atan2", + "@stdlib/math/base/special/atanf", "@stdlib/constants/float64/pinf", "@stdlib/constants/float64/pi" ] From 51e0deb3796f13cef26e570764b95a9111d14c1a Mon Sep 17 00:00:00 2001 From: Neerajpathak07 Date: Mon, 9 Dec 2024 18:42:42 +0530 Subject: [PATCH 11/28] fix: benchmark errors --- .../atan2f/benchmark/benchmark.native.js | 1 - .../math/base/special/atan2f/manifest.json | 18 +++++++++--------- .../math/base/special/atan2f/package.json | 2 +- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.native.js b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.native.js index 42b78e958a14..be3335e2c13d 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.native.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.native.js @@ -25,7 +25,6 @@ var bench = require( '@stdlib/bench' ); var randu = require( '@stdlib/random/base/randu' ); var isnanf = require( '@stdlib/math/base/assert/is-nanf' ); var tryRequire = require( '@stdlib/utils/try-require' ); -const atan2f = require('@stdlib/math/base/special/atan2f'); var pkg = require( './../package.json' ).name; diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/manifest.json b/lib/node_modules/@stdlib/math/base/special/atan2f/manifest.json index ce354199a00d..c2c80a5d8c66 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/manifest.json +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/manifest.json @@ -39,11 +39,11 @@ "@stdlib/math/base/napi/binary", "@stdlib/math/base/assert/is-infinitef", "@stdlib/math/base/special/copysign", - "@stdlib/number/float64/base/signbit", + "@stdlib/number/float32/base/signbit", "@stdlib/math/base/assert/is-nanf", "@stdlib/math/base/special/atanf", - "@stdlib/constants/float64/pinf", - "@stdlib/constants/float64/pi" + "@stdlib/constants/float32/pinf", + "@stdlib/constants/float32/pi" ] }, { @@ -59,11 +59,11 @@ "dependencies": [ "@stdlib/math/base/assert/is-infinitef", "@stdlib/math/base/special/copysignf", - "@stdlib/number/float64/base/signbit", + "@stdlib/number/float32/base/signbit", "@stdlib/math/base/assert/is-nanf", "@stdlib/math/base/special/atanf", - "@stdlib/constants/float64/pinf", - "@stdlib/constants/float64/pi" + "@stdlib/constants/float32/pinf", + "@stdlib/constants/float32/pi" ] }, { @@ -79,11 +79,11 @@ "dependencies": [ "@stdlib/math/base/assert/is-infinitef", "@stdlib/math/base/special/copysignf", - "@stdlib/number/float64/base/signbit", + "@stdlib/number/float32/base/signbit", "@stdlib/math/base/assert/is-nanf", "@stdlib/math/base/special/atanf", - "@stdlib/constants/float64/pinf", - "@stdlib/constants/float64/pi" + "@stdlib/constants/float32/pinf", + "@stdlib/constants/float32/pi" ] } ] diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/package.json b/lib/node_modules/@stdlib/math/base/special/atan2f/package.json index c0a2bdab8c75..81c989ec4b3d 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/package.json +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/package.json @@ -58,7 +58,7 @@ "math", "math.atan2f", "atan2f", - "atan2", + "atanf", "arctangent", "quotient", "inverse", From 19271d999100ee3edd9209e177e1b1a9d63f41e0 Mon Sep 17 00:00:00 2001 From: Neerajpathak07 Date: Tue, 10 Dec 2024 22:39:52 +0530 Subject: [PATCH 12/28] fix: addressing CI failures --- .../base/special/atan2f/docs/types/index.d.ts | 6 ++--- .../atan2f/{inlcude.gypi => include.gypi} | 1 - .../math/base/special/atan2f/lib/index.js | 6 ++--- .../math/base/special/atan2f/lib/main.js | 22 +++++++++---------- .../math/base/special/atan2f/lib/native.js | 4 ++-- .../math/base/special/atan2f/src/main.c | 10 ++++----- 6 files changed, 24 insertions(+), 25 deletions(-) rename lib/node_modules/@stdlib/math/base/special/atan2f/{inlcude.gypi => include.gypi} (99%) diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/atan2f/docs/types/index.d.ts index b91443dc4794..a75ee8cdd51a 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/docs/types/index.d.ts @@ -26,15 +26,15 @@ * @returns angle (in radians) * * @example -* var v = atan2f( 2.0, 2.0 ); // => atan(1.0) +* var v = atan2f( 2.0, 2.0 ); // => atanf(1.0) * // returns ~0.785 * * @example -* var v = atan2f( 6.0, 2.0 ); // => atan(3.0) +* var v = atan2f( 6.0, 2.0 ); // => atanf(3.0) * // returns ~1.249 * * @example -* var v = atan2f( -1.0, -1.0 ); // => atan(1.0) - π +* var v = atan2f( -1.0, -1.0 ); // => atanf(1.0) - π * // returns ~-2.356 * * @example diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/inlcude.gypi b/lib/node_modules/@stdlib/math/base/special/atan2f/include.gypi similarity index 99% rename from lib/node_modules/@stdlib/math/base/special/atan2f/inlcude.gypi rename to lib/node_modules/@stdlib/math/base/special/atan2f/include.gypi index 9a36a47edfba..575cb043c0bf 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/inlcude.gypi +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/include.gypi @@ -51,4 +51,3 @@ ], }, # end variables } - \ No newline at end of file diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/lib/index.js b/lib/node_modules/@stdlib/math/base/special/atan2f/lib/index.js index f1c9a1ad320a..e38a5652a523 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/lib/index.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/lib/index.js @@ -26,13 +26,13 @@ * @example * var atan2f = require( '@stdlib/math/base/special/atan2f' ); * -* var v = atan2f( 2.0, 2.0 ); // => atan(1.0) +* var v = atan2f( 2.0, 2.0 ); // => atanf(1.0) * // returns ~0.785 * -* v = atan2f( 6.0, 2.0 ); // => atan(3.0) +* v = atan2f( 6.0, 2.0 ); // => atanf(3.0) * // returns ~1.249 * -* v = atan2f( -1.0, -1.0 ); // => atan(1.0) - π +* v = atan2f( -1.0, -1.0 ); // => atanf(1.0) - π * // returns ~-2.356 * * v = atan2f( 3.0, 0.0 ); // => π/2 diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/lib/main.js b/lib/node_modules/@stdlib/math/base/special/atan2f/lib/main.js index 42694532ff01..94cdc5b4b747 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/lib/main.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/lib/main.js @@ -77,15 +77,15 @@ var PI = require( '@stdlib/constants/float32/pi' ); * @returns {number} angle (in radians) * * @example -* var v = atan2f( 2.0, 2.0 ); // => atan(1.0) +* var v = atan2f( 2.0, 2.0 ); // => atanf(1.0) * // returns ~0.785 * * @example -* var v = atan2f( 6.0, 2.0 ); // => atan(3.0) +* var v = atan2f( 6.0, 2.0 ); // => atanf(3.0) * // returns ~1.249 * * @example -* var v = atan2f( -1.0, -1.0 ); // => atan(1.0) - π +* var v = atan2f( -1.0, -1.0 ); // => atanf(1.0) - π * // returns ~-2.356 * * @example @@ -121,14 +121,14 @@ function atan2f( y, x ) { return copysignf( 0.0, y ); } - // Case: -x = y = +infinity - if ( x === NINF && y === PINF ) { - return 3.0 * PI04F; // 3π/4 - } - // Case: x = y = -infinity - if ( x === NINF && y === NINF ) { - return -3.0 * PI04F; // -3π/4 - } + // Case: -x = y = +infinity + if ( x === NINF && y === PINF ) { + return 3.0 * PI04F; // 3π/4 + } + // Case: x = y = -infinity + if ( x === NINF && y === NINF ) { + return -3.0 * PI04F; // -3π/4 + } // Case: x is -Infinity if ( isinfinitef( y ) ) { return copysignf( 3.0*PI04F, y ); diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/lib/native.js b/lib/node_modules/@stdlib/math/base/special/atan2f/lib/native.js index 9e3df1fa7ead..f9a4895a0969 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/lib/native.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/lib/native.js @@ -31,11 +31,11 @@ var addon = require( './../src/addon.node' ); * @returns {number} angle (in radians) * * @example -* var v = atan2f( 2.0, 2.0 ); // => atan(1.0) +* var v = atan2f( 2.0, 2.0 ); // => atanf(1.0) * // returns ~0.785 * * @example -* v = atan2f( 6.0, 2.0 ); // => atan(3.0) +* v = atan2f( 6.0, 2.0 ); // => atanf(3.0) * // returns ~1.249 * * @example diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c b/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c index b1787838412d..904dce155c71 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c @@ -32,7 +32,7 @@ #include "stdlib/math/base/assert/is_infinitef.h" #include "stdlib/math/base/special/copysignf.h" -#include "stdlib/number/float32/base/signbitf.h" +#include "stdlib/number/float32/base/signbit.h" #include "stdlib/math/base/assert/is_nanf.h" #include "stdlib/math/base/special/atanf.h" #include "stdlib/constants/float32/half_pi.h" @@ -51,15 +51,15 @@ * @return angle (in radians) * * @example -* float v = stdlib_base_atan2f( 2.0f, 2.0f ); // => stdlib_base_atan(1.0) +* float v = stdlib_base_atan2f( 2.0f, 2.0f ); // => stdlib_base_atanf(1.0f) * // returns ~0.785f * * @example -* float v = stdlib_base_atan2f( 6.0f, 2.0f ); // => stdlib_base_atan(3.0) +* float v = stdlib_base_atan2f( 6.0f, 2.0f ); // => stdlib_base_atanf(3.0f) * // returns ~1.249f * * @example -* float v = stdlib_base_atan2f( -1.0f, -1.0f ); // => stdlib_base_atan(1.0) - π +* float v = stdlib_base_atan2f( -1.0f, -1.0f ); // => stdlib_base_atanf(1.0f) - π * // returns ~-2.356f * * @example @@ -104,7 +104,7 @@ float stdlib_base_atan2f( const float y, const float x ) { return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT32_HALF_PI, y ); } if ( y == 0.0f ) { - if ( x >= 0.0f && !stdlib_base_float64_signbitf( x ) ) { + if ( x >= 0.0f && !stdlib_base_float32_signbit( x ) ) { return stdlib_base_copysignf( 0.0f, y ); } return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT32_PI, y ); From ecda47c209d0c210621e9dd564c31e9c9d57e823 Mon Sep 17 00:00:00 2001 From: Neerajpathak07 Date: Wed, 15 Jan 2025 18:09:38 +0530 Subject: [PATCH 13/28] chore: clean up --- .../math/base/special/atan2f/README.md | 23 ++- .../special/atan2f/benchmark/benchmark.js | 2 +- .../atan2f/benchmark/benchmark.native.js | 2 +- .../atan2f/benchmark/c/native/Makefile | 2 +- .../atan2f/benchmark/c/native/benchmark.c | 5 +- .../math/base/special/atan2f/binding.gyp | 2 +- .../math/base/special/atan2f/docs/repl.txt | 2 +- .../base/special/atan2f/docs/types/index.d.ts | 4 +- .../base/special/atan2f/docs/types/test.ts | 2 +- .../base/special/atan2f/examples/c/Makefile | 2 +- .../base/special/atan2f/examples/c/example.c | 2 +- .../base/special/atan2f/examples/index.js | 2 +- .../math/base/special/atan2f/include.gypi | 2 +- .../include/stdlib/math/base/special/atan2f.h | 4 +- .../math/base/special/atan2f/lib/index.js | 4 +- .../math/base/special/atan2f/lib/main.js | 14 +- .../math/base/special/atan2f/lib/native.js | 4 +- .../math/base/special/atan2f/manifest.json | 186 +++++++++--------- .../math/base/special/atan2f/package.json | 135 +++++++------ .../math/base/special/atan2f/src/Makefile | 2 +- .../math/base/special/atan2f/src/addon.c | 2 +- .../math/base/special/atan2f/src/main.c | 16 +- .../atan2f/test/fixtures/julia/runner.jl | 6 +- .../math/base/special/atan2f/test/test.js | 17 +- .../base/special/atan2f/test/test.native.js | 16 +- 25 files changed, 237 insertions(+), 221 deletions(-) diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/README.md b/lib/node_modules/@stdlib/math/base/special/atan2f/README.md index ec8254aaa229..4bc599f1bfa7 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/README.md +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/README.md @@ -2,7 +2,7 @@ @license Apache-2.0 -Copyright (c) 2024 The Stdlib Authors. +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. @@ -20,7 +20,7 @@ limitations under the License. # atan2f -> Compute the angle in the plane (in radians) between the positive x-axis and the ray from `(0,0)` to the point `(x,y)`. +> Compute the angle in the plane (in radians) between the positive x-axis and the ray from `(0,0)` to the point `(x,y)` for single-precision floating-point number.
@@ -32,13 +32,13 @@ var atan2f = require( '@stdlib/math/base/special/atan2f' ); #### atan2f( y, x ) -Computes the angle in the plane (in radians) between the positive x-axis and the ray from `(0,0)` to the point `(x,y)`. +Computes the angle in the plane (in radians) between the positive x-axis and the ray from `(0,0)` to the point `(x,y)` for single-precision floating-point number. ```javascript var v = atan2f( 2.0, 2.0 ); // => atanf(1.0) // returns ~0.785 -v = atanf2( 6.0, 2.0 ); // => atanf(3.0) +v = atan2f( 6.0, 2.0 ); // => atanf(3.0) // returns ~1.249 v = atan2f( -1.0, -1.0 ); // => atanf(1.0) - π @@ -114,14 +114,11 @@ for ( i = 0; i < 100; i++ ) { #### stdlib_base_atan2f( y, x ) -Computes the angle in the plane (in radians) between the positive x-axis and the ray from `(0,0)` to the point `(x,y)`. +Computes the angle in the plane (in radians) between the positive x-axis and the ray from `(0,0)` to the point `(x,y)` for single-precision floating-point number. ```c -float out = stdlib_base_atan2f( 2.0,f 2.0f ); +float out = stdlib_base_atan2f( 2.0,f 2.0f ); // returns ~0.785f - -out = stdlib_base_atan2f( 6.0f, 2.0f ); -// returns ~1.249f ``` The function accepts the following arguments: @@ -188,8 +185,8 @@ int main( void ) { ## See Also -- [`@stdlib/math/base/special/atan`][@stdlib/math/base/special/atan]: compute the arctangent of a single-precision floating-point number. - +- [`@stdlib/math/base/special/atanf`][@stdlib/math/base/special/atanf]: compute the arctangent of a single-precision floating-point number. +- [`@stdlib/math/base/special/atan2`][@stdlib/math/base/special/atan2]: compute the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y).
@@ -200,7 +197,9 @@ int main( void ) { -[@stdlib/math/base/special/atan]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/atan +[@stdlib/math/base/special/atanf]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/atanf + +[@stdlib/math/base/special/atan2]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/atan2 diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.js b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.js index 2c29e8e7eafb..85dd6ad7e2ce 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.js @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2024 The Stdlib Authors. +* 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. diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.native.js b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.native.js index be3335e2c13d..e5613fccbe10 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.native.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.native.js @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2024 The Stdlib Authors. +* 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. diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/c/native/Makefile b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/c/native/Makefile index ad9fedcd4fff..bc8bb95b7fc5 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/c/native/Makefile +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/c/native/Makefile @@ -1,7 +1,7 @@ #/ # @license Apache-2.0 # -# Copyright (c) 2024 The Stdlib Authors. +# 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. diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/c/native/benchmark.c b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/c/native/benchmark.c index c6a9780db4f6..4b98823ddb04 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/c/native/benchmark.c +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/c/native/benchmark.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2024 The Stdlib Authors. +* 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. @@ -16,6 +16,7 @@ * limitations under the License. */ +#include "stdlib/math/base/special/atan2f.h" #include #include #include @@ -100,7 +101,7 @@ static double benchmark( void ) { for ( i = 0; i < ITERATIONS; i++ ) { x = ( 100.0f*rand_float() ) - 0.0f; y = ( 100.0f*rand_float() ) - 0.0f; - z = atan2f( x, y ); + z = stdlib_base_atan2f( x, y ); if ( z != z ) { printf( "should not return NaN\n" ); break; diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/binding.gyp b/lib/node_modules/@stdlib/math/base/special/atan2f/binding.gyp index ec3992233442..68a1ca11d160 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/binding.gyp +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/binding.gyp @@ -1,6 +1,6 @@ # @license Apache-2.0 # -# Copyright (c) 2024 The Stdlib Authors. +# 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. diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/docs/repl.txt b/lib/node_modules/@stdlib/math/base/special/atan2f/docs/repl.txt index b1101cec694a..0ddb2acc09b6 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/docs/repl.txt +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/docs/repl.txt @@ -1,7 +1,7 @@ {{alias}}( y, x ) Computes the angle in the plane (in radians) between the positive x-axis and - the ray from (0,0) to the point (x,y). + the ray from (0,0) to the point (x,y) for single-precision floating-point number. Parameters ---------- diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/docs/types/index.d.ts b/lib/node_modules/@stdlib/math/base/special/atan2f/docs/types/index.d.ts index a75ee8cdd51a..25c2197a8d3c 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/docs/types/index.d.ts @@ -1,7 +1,7 @@ /* * @license Apache-2.0 * -* Copyright (c) 2024 The Stdlib Authors. +* 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. @@ -19,7 +19,7 @@ // TypeScript Version: 4.1 /** -* Computes the angle in the plane (in radians) between the positive x-axis and the ray from `(0,0)` to the point `(x,y)`. +* Computes the angle in the plane (in radians) between the positive x-axis and the ray from `(0,0)` to the point `(x,y)` for single-precision floating-point number. * * @param y - `y` coordinate * @param x - `x` coordinate diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/docs/types/test.ts b/lib/node_modules/@stdlib/math/base/special/atan2f/docs/types/test.ts index cc96c22aff31..e9d3b4434d77 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/docs/types/test.ts +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/docs/types/test.ts @@ -1,7 +1,7 @@ /* * @license Apache-2.0 * -* Copyright (c) 2024 The Stdlib Authors. +* 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. diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/examples/c/Makefile b/lib/node_modules/@stdlib/math/base/special/atan2f/examples/c/Makefile index 6aed70daf167..25ced822f96a 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/examples/c/Makefile +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/examples/c/Makefile @@ -1,7 +1,7 @@ #/ # @license Apache-2.0 # -# Copyright (c) 2024 The Stdlib Authors. +# 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. diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/examples/c/example.c b/lib/node_modules/@stdlib/math/base/special/atan2f/examples/c/example.c index 00f7fb9044ce..7cb6fbfe885b 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/examples/c/example.c +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/examples/c/example.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2024 The Stdlib Authors. +* 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. diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/examples/index.js b/lib/node_modules/@stdlib/math/base/special/atan2f/examples/index.js index ae8b42d34ab8..170dcfb0897f 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/examples/index.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/examples/index.js @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2024 The Stdlib Authors. +* 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. diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/include.gypi b/lib/node_modules/@stdlib/math/base/special/atan2f/include.gypi index 575cb043c0bf..ecfaf82a3279 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/include.gypi +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/include.gypi @@ -1,6 +1,6 @@ # @license Apache-2.0 # -# Copyright (c) 2024 The Stdlib Authors. +# 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. diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/include/stdlib/math/base/special/atan2f.h b/lib/node_modules/@stdlib/math/base/special/atan2f/include/stdlib/math/base/special/atan2f.h index d13c0e729cb3..331a68ec3b1e 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/include/stdlib/math/base/special/atan2f.h +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/include/stdlib/math/base/special/atan2f.h @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2024 The Stdlib Authors. +* 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. @@ -27,7 +27,7 @@ extern "C" { #endif /** -* Computes the angle in the plane (in radians) between the positive x-axis and the ray from `(0,0)` to the point `(x,y)`. +* Computes the angle in the plane (in radians) between the positive x-axis and the ray from `(0,0)` to the point `(x,y)` for single-precision floating-point number. */ float stdlib_base_atan2f( const float y, const float x ); diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/lib/index.js b/lib/node_modules/@stdlib/math/base/special/atan2f/lib/index.js index e38a5652a523..315b5d095a90 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/lib/index.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/lib/index.js @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2024 The Stdlib Authors. +* 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. @@ -19,7 +19,7 @@ 'use strict'; /** -* Compute the angle in the plane (in radians) between the positive x-axis and the ray from `(0,0)` to the point `(x,y)`. +* Compute the angle in the plane (in radians) between the positive x-axis and the ray from `(0,0)` to the point `(x,y)` for single-precision floating-point number. * * @module @stdlib/math/base/special/atan2f * diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/lib/main.js b/lib/node_modules/@stdlib/math/base/special/atan2f/lib/main.js index 94cdc5b4b747..1b4aa2ae3c6f 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/lib/main.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/lib/main.js @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2024 The Stdlib Authors. +* 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. @@ -18,7 +18,7 @@ * * ## Notice * -* The original code, copyright and license are from [Go]{@link https://golang.org/src/math/atan2f.go}. The implementation follows the original, but has been modified for JavaScript. +* The original code, copyright and license are from [Go]{@link https://golang.org/src/math/atan2.go}. The implementation follows the original, but has been modified for JavaScript. * * ```text * Copyright (c) 2009 The Go Authors. All rights reserved. @@ -58,8 +58,8 @@ var isinfinitef = require( '@stdlib/math/base/assert/is-infinitef' ); var isnanf = require( '@stdlib/math/base/assert/is-nanf' ); var copysignf = require( '@stdlib/math/base/special/copysignf' ); -var atan = require( '@stdlib/math/base/special/atan' ); -var signbit = require( '@stdlib/number/float32/base/signbit' ); +var atanf = require( '@stdlib/math/base/special/atanf' ); +var signbitf = require( '@stdlib/number/float32/base/signbit' ); var PINF = require( '@stdlib/constants/float32/pinf' ); var NINF = require( '@stdlib/constants/float32/ninf' ); var PI02F = require( '@stdlib/constants/float32/half-pi' ); @@ -70,7 +70,7 @@ var PI = require( '@stdlib/constants/float32/pi' ); // MAIN // /** -* Computes the angle in the plane (in radians) between the positive x-axis and the ray from `(0,0)` to the point `(x,y)`. +* Computes the angle in the plane (in radians) between the positive x-axis and the ray from `(0,0)` to the point `(x,y)` for single-precision floating-point number. * * @param {number} y - `y` coordinate * @param {number} x - `x` coordinate @@ -139,7 +139,7 @@ function atan2f( y, x ) { return copysignf( PI02F, y ); } if ( y === 0.0 ) { - if ( x >= 0.0 && !signbit( x ) ) { + if ( x >= 0.0 && !signbitf( x ) ) { return copysignf( 0.0, y ); } return copysignf( PI, y ); @@ -147,7 +147,7 @@ function atan2f( y, x ) { if ( x === 0.0 ) { return copysignf( PI02F, y ); } - q = atan( y / x ); + q = atanf( y / x ); if ( x < 0.0 ) { if ( q <= 0.0 ) { return q + PI; diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/lib/native.js b/lib/node_modules/@stdlib/math/base/special/atan2f/lib/native.js index f9a4895a0969..3d3280ace516 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/lib/native.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/lib/native.js @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2024 The Stdlib Authors. +* 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. @@ -23,7 +23,7 @@ var addon = require( './../src/addon.node' ); /** -* Computes the angle in the plane (in radians) between the positive x-axis and the ray from `(0,0)` to the point `(x,y)`. +* Computes the angle in the plane (in radians) between the positive x-axis and the ray from `(0,0)` to the point `(x,y)` for single-precision floating-point number. * * @private * @param {number} y - `y` coordinate diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/manifest.json b/lib/node_modules/@stdlib/math/base/special/atan2f/manifest.json index c2c80a5d8c66..92fda3144d05 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/manifest.json +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/manifest.json @@ -1,91 +1,99 @@ { - "options": { - "task": "build" + "options": { + "task": "build" + }, + "fields": [ + { + "field": "src", + "resolve": true, + "relative": true }, - "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/binary", - "@stdlib/math/base/assert/is-infinitef", - "@stdlib/math/base/special/copysign", - "@stdlib/number/float32/base/signbit", - "@stdlib/math/base/assert/is-nanf", - "@stdlib/math/base/special/atanf", - "@stdlib/constants/float32/pinf", - "@stdlib/constants/float32/pi" - ] - }, - { - "task": "benchmark", - "src": [ - "./src/main.c" - ], - "include": [ - "./include" - ], - "libraries": [], - "libpath": [], - "dependencies": [ - "@stdlib/math/base/assert/is-infinitef", - "@stdlib/math/base/special/copysignf", - "@stdlib/number/float32/base/signbit", - "@stdlib/math/base/assert/is-nanf", - "@stdlib/math/base/special/atanf", - "@stdlib/constants/float32/pinf", - "@stdlib/constants/float32/pi" - ] - }, - { - "task": "examples", - "src": [ - "./src/main.c" - ], - "include": [ - "./include" - ], - "libraries": [], - "libpath": [], - "dependencies": [ - "@stdlib/math/base/assert/is-infinitef", - "@stdlib/math/base/special/copysignf", - "@stdlib/number/float32/base/signbit", - "@stdlib/math/base/assert/is-nanf", - "@stdlib/math/base/special/atanf", - "@stdlib/constants/float32/pinf", - "@stdlib/constants/float32/pi" - ] - } - ] - } - \ No newline at end of file + { + "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/binary", + "@stdlib/math/base/assert/is-infinitef", + "@stdlib/math/base/special/copysignf", + "@stdlib/number/float32/base/signbit", + "@stdlib/math/base/assert/is-nanf", + "@stdlib/math/base/special/atanf", + "@stdlib/constants/float32/half-pi", + "@stdlib/constants/float32/fourth-pi", + "@stdlib/constants/float32/pinf", + "@stdlib/constants/float32/ninf", + "@stdlib/constants/float32/pi" + ] + }, + { + "task": "benchmark", + "src": [ + "./src/main.c" + ], + "include": [ + "./include" + ], + "libraries": [], + "libpath": [], + "dependencies": [ + "@stdlib/math/base/assert/is-infinitef", + "@stdlib/math/base/special/copysignf", + "@stdlib/number/float32/base/signbit", + "@stdlib/math/base/assert/is-nanf", + "@stdlib/math/base/special/atanf", + "@stdlib/constants/float32/half-pi", + "@stdlib/constants/float32/fourth-pi", + "@stdlib/constants/float32/pinf", + "@stdlib/constants/float32/ninf", + "@stdlib/constants/float32/pi" + ] + }, + { + "task": "examples", + "src": [ + "./src/main.c" + ], + "include": [ + "./include" + ], + "libraries": [], + "libpath": [], + "dependencies": [ + "@stdlib/math/base/assert/is-infinitef", + "@stdlib/math/base/special/copysignf", + "@stdlib/number/float32/base/signbit", + "@stdlib/math/base/assert/is-nanf", + "@stdlib/math/base/special/atanf", + "@stdlib/constants/float32/half-pi", + "@stdlib/constants/float32/fourth-pi", + "@stdlib/constants/float32/pinf", + "@stdlib/constants/float32/ninf", + "@stdlib/constants/float32/pi" + ] + } + ] +} diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/package.json b/lib/node_modules/@stdlib/math/base/special/atan2f/package.json index 81c989ec4b3d..5f485f275d2d 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/package.json +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/package.json @@ -1,71 +1,70 @@ { - "name": "@stdlib/math/base/special/atan2f", - "version": "0.0.0", - "description": "Compute the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y).", - "license": "Apache-2.0", - "author": { + "name": "@stdlib/math/base/special/atan2f", + "version": "0.0.0", + "description": "Compute the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y). for single-precision floating-point number", + "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" - }, - "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.atan2f", - "atan2f", - "atanf", - "arctangent", - "quotient", - "inverse", - "trig", - "trigonometry", - "value", - "number" - ] - } - \ No newline at end of file + } + ], + "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.atan2f", + "atan2f", + "atanf", + "arctangent", + "quotient", + "inverse", + "trig", + "trigonometry", + "value", + "number" + ] +} diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/src/Makefile b/lib/node_modules/@stdlib/math/base/special/atan2f/src/Makefile index f30ea003e955..6268192a343f 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/src/Makefile +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/src/Makefile @@ -1,7 +1,7 @@ #/ # @license Apache-2.0 # -# Copyright (c) 2024 The Stdlib Authors. +# 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. diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/src/addon.c b/lib/node_modules/@stdlib/math/base/special/atan2f/src/addon.c index c438ffdce3ee..c7d8e2d72523 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/src/addon.c +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/src/addon.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2024 The Stdlib Authors. +* 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. diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c b/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c index 904dce155c71..07897a3f5e59 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2024 The Stdlib Authors. +* 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. @@ -38,13 +38,14 @@ #include "stdlib/constants/float32/half_pi.h" #include "stdlib/constants/float32/fourth_pi.h" #include "stdlib/constants/float32/pinf.h" +#include "stdlib/constants/float32/ninf.h" #include "stdlib/constants/float32/pi.h" #include // MAIN // /** -* Computes the angle in the plane (in radians) between the positive x-axis and the ray from `(0,0)` to the point `(x,y)`. +* Computes the angle in the plane (in radians) between the positive x-axis and the ray from `(0,0)` to the point `(x,y)` for single-precision floating-point number. * * @param y `y` coordinate * @param x `x` coordinate @@ -94,6 +95,15 @@ float stdlib_base_atan2f( const float y, const float x ) { } return stdlib_base_copysignf( 0.0f, y ); } + + // Case: -x = y = +infinity + if ( x === STDLIB_CONSTANT_FLOAT32_NINF && y === STDLIB_CONSTANT_FLOAT32_PINF ) { + return 3.0f * STDLIB_CONSTANT_FLOAT32_FOURTH_PI; // 3π/4 + } + // Case: x = y = -infinity + if ( x === STDLIB_CONSTANT_FLOAT32_NINF && y === STDLIB_CONSTANT_FLOAT32_PINF ) { + return -3.0f * STDLIB_CONSTANT_FLOAT32_FOURTH_PI; // -3π/4 + } // Case: x is -Infinity if ( stdlib_base_is_infinitef( y ) ) { return stdlib_base_copysignf( 3.0f * STDLIB_CONSTANT_FLOAT32_FOURTH_PI, y ); @@ -112,7 +122,7 @@ float stdlib_base_atan2f( const float y, const float x ) { if ( x == 0.0f ) { return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT32_HALF_PI, y ); } - q = stdlib_base_atan( y / x ); + q = stdlib_base_atanf( y / x ); if ( x < 0.0f ) { if ( q <= 0.0f ) { return q + STDLIB_CONSTANT_FLOAT32_PI; diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/runner.jl b/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/runner.jl index b5a4618a78f7..b0c576dff39f 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/runner.jl +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/runner.jl @@ -2,7 +2,7 @@ # # @license Apache-2.0 # -# Copyright (c) 2024 The Stdlib Authors. +# 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. @@ -38,9 +38,9 @@ julia> gen( x, y, \"data.json\" ); ``` """ function gen( x, y, name ) - z = Array{Float64}( undef, length(x) ); + z = Array{Float32}( undef, length(x) ); for i in eachindex(x) - z[ i ] = atan2.( y[i], x[i] ); + z[ i ] = atan2f.( y[i], x[i] ); end # Store data to be written to file as a collection: diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.js b/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.js index 0c8c032d0606..7e87377dc303 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.js @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2024 The Stdlib Authors. +* 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. @@ -24,8 +24,7 @@ var tape = require( 'tape' ); var isnanf = require( '@stdlib/math/base/assert/is-nanf' ); var isNegativeZero = require( '@stdlib/math/base/assert/is-negative-zero' ); var isPositiveZero = require( '@stdlib/math/base/assert/is-positive-zero' ); -var abs = require( '@stdlib/math/base/special/abs' ); -var float64ToFloat32 = require( '@stdlib/number/float64/base/to-float32' ); +var absf = require( '@stdlib/math/base/special/absf' ); var EPS = require( '@stdlib/constants/float32/eps' ); var PINF = require( '@stdlib/constants/float32/pinf' ); var NINF = require( '@stdlib/constants/float32/ninf' ); @@ -179,8 +178,8 @@ tape( 'the function evaluates the `atan2f` function (when x and y are positive)' expected = positivePositive.expected; for ( i = 0; i < x.length; i++ ) { actual = atan2f( y[i], x[i] ); - delta = abs( actual - expected[i] ); - tol = EPS * abs( expected[i] ); + delta = absf( actual - expected[i] ); + tol = 2.0 * EPS * absf( expected[i] ); t.equal( delta <= tol, true, 'within tolerance. y: '+y[i]+'. x: '+x[i]+'. Actual: '+actual+'. E: '+expected[i]+'. tol: '+tol+'. Δ: '+delta+'.' ); } t.end(); @@ -199,8 +198,8 @@ tape( 'the function evaluates the `atan2f` function (when x is negative and y is expected = negativePositive.expected; for ( i = 0; i < x.length; i++ ) { actual = atan2f( y[i], x[i] ); - delta = abs( actual - expected[i] ); - tol = 2.0 * EPS * abs( expected[i] ); + delta = absf( actual - expected[i] ); + tol = 2.0 * EPS * absf( expected[i] ); t.equal( delta <= tol, true, 'within tolerance. y: '+y[i]+'. x: '+x[i]+'. Actual: '+actual+'. E: '+expected[i]+'. tol: '+tol+'. Δ: '+delta+'.' ); } t.end(); @@ -219,8 +218,8 @@ tape( 'the function evaluates the `atan2f` function (when x and y are negative)' expected = negativeNegative.expected; for ( i = 0; i < x.length; i++ ) { actual = atan2f( y[i], x[i] ); - delta = abs( actual - expected[i] ); - tol = 2.0* EPS * abs( expected[i] ); + delta = absf( actual - expected[i] ); + tol = 2.0* EPS * absf( expected[i] ); t.equal( delta <= tol, true, 'within tolerance. y: '+y[i]+'. x: '+x[i]+'. Actual: '+actual+'. E: '+expected[i]+'. tol: '+tol+'. Δ: '+delta+'.' ); } t.end(); diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.native.js b/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.native.js index e7d11f4177d9..c28e1082d3f8 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.native.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.native.js @@ -1,7 +1,7 @@ /** * @license Apache-2.0 * -* Copyright (c) 2024 The Stdlib Authors. +* 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. @@ -25,7 +25,7 @@ var tape = require( 'tape' ); var isnanf = require( '@stdlib/math/base/assert/is-nanf' ); var isNegativeZero = require( '@stdlib/math/base/assert/is-negative-zero' ); var isPositiveZero = require( '@stdlib/math/base/assert/is-positive-zero' ); -var abs = require( '@stdlib/math/base/special/abs' ); +var absf = require( '@stdlib/math/base/special/absf' ); var tryRequire = require( '@stdlib/utils/try-require' ); var EPS = require( '@stdlib/constants/float32/eps' ); var PINF = require( '@stdlib/constants/float32/pinf' ); @@ -186,8 +186,8 @@ tape( 'the function evaluates the `atan2` function (when x and y are positive)', expected = positivePositive.expected; for ( i = 0; i < x.length; i++ ) { actual = atan2f( y[i], x[i] ); - delta = abs( actual - expected[i] ); - tol = EPS * abs( expected[i] ); + delta = absf( actual - expected[i] ); + tol = 2.0 * EPS * absf( expected[i] ); t.equal( delta <= tol, true, 'within tolerance. y: '+y[i]+'. x: '+x[i]+'. Actual: '+actual+'. E: '+expected[i]+'. tol: '+tol+'. Δ: '+delta+'.' ); } t.end(); @@ -206,8 +206,8 @@ tape( 'the function evaluates the `atan2` function (when x is negative and y is expected = negativePositive.expected; for ( i = 0; i < x.length; i++ ) { actual = atan2f( y[i], x[i] ); - delta = abs( actual - expected[i] ); - tol = 2.0 * EPS * abs( expected[i] ); + delta = absf( actual - expected[i] ); + tol = 2.0 * EPS * absf( expected[i] ); t.equal( delta <= tol, true, 'within tolerance. y: '+y[i]+'. x: '+x[i]+'. Actual: '+actual+'. E: '+expected[i]+'. tol: '+tol+'. Δ: '+delta+'.' ); } t.end(); @@ -226,8 +226,8 @@ tape( 'the function evaluates the `atan2` function (when x and y are negative)', expected = negativeNegative.expected; for ( i = 0; i < x.length; i++ ) { actual = atan2f( y[i], x[i] ); - delta = abs( actual - expected[i] ); - tol = 2.0 * EPS * abs( expected[i] ); + delta = absf( actual - expected[i] ); + tol = 2.0 * EPS * absf( expected[i] ); t.equal( delta <= tol, true, 'within tolerance. y: '+y[i]+'. x: '+x[i]+'. Actual: '+actual+'. E: '+expected[i]+'. tol: '+tol+'. Δ: '+delta+'.' ); } t.end(); From c5689f55dad27e3e7a528f14d00a90c931943449 Mon Sep 17 00:00:00 2001 From: Neerajpathak07 Date: Wed, 15 Jan 2025 18:24:41 +0530 Subject: [PATCH 14/28] chore: update main.c --- lib/node_modules/@stdlib/math/base/special/atan2f/README.md | 1 + .../math/base/special/atan2f/benchmark/c/native/benchmark.c | 6 +++--- .../@stdlib/math/base/special/atan2f/docs/repl.txt | 5 +++-- .../@stdlib/math/base/special/atan2f/src/main.c | 4 ++-- .../math/base/special/atan2f/test/fixtures/julia/runner.jl | 2 +- 5 files changed, 10 insertions(+), 8 deletions(-) diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/README.md b/lib/node_modules/@stdlib/math/base/special/atan2f/README.md index 4bc599f1bfa7..45a800180ebd 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/README.md +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/README.md @@ -186,6 +186,7 @@ int main( void ) { ## See Also - [`@stdlib/math/base/special/atanf`][@stdlib/math/base/special/atanf]: compute the arctangent of a single-precision floating-point number. + - [`@stdlib/math/base/special/atan2`][@stdlib/math/base/special/atan2]: compute the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y). diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/c/native/benchmark.c b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/c/native/benchmark.c index 4b98823ddb04..8f2d40165440 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/c/native/benchmark.c +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/c/native/benchmark.c @@ -99,9 +99,9 @@ static double benchmark( void ) { t = tic(); for ( i = 0; i < ITERATIONS; i++ ) { - x = ( 100.0f*rand_float() ) - 0.0f; - y = ( 100.0f*rand_float() ) - 0.0f; - z = stdlib_base_atan2f( x, y ); + x = ( 100.0f * rand_float() ) - 0.0f; + y = ( 100.0f * rand_float() ) - 0.0f; + z = stdlib_base_atan2f( y, x ); if ( z != z ) { printf( "should not return NaN\n" ); break; diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/docs/repl.txt b/lib/node_modules/@stdlib/math/base/special/atan2f/docs/repl.txt index 0ddb2acc09b6..1284366c2f72 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/docs/repl.txt +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/docs/repl.txt @@ -1,7 +1,8 @@ {{alias}}( y, x ) - Computes the angle in the plane (in radians) between the positive x-axis and - the ray from (0,0) to the point (x,y) for single-precision floating-point number. + Computes the angle in the plane (in radians) between the positive x-axis + and the ray from (0,0) to the point (x,y) for single-precision + floating-point number. Parameters ---------- diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c b/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c index 07897a3f5e59..00d82b0d0d06 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c @@ -97,11 +97,11 @@ float stdlib_base_atan2f( const float y, const float x ) { } // Case: -x = y = +infinity - if ( x === STDLIB_CONSTANT_FLOAT32_NINF && y === STDLIB_CONSTANT_FLOAT32_PINF ) { + if ( x == STDLIB_CONSTANT_FLOAT32_NINF && y == STDLIB_CONSTANT_FLOAT32_PINF ) { return 3.0f * STDLIB_CONSTANT_FLOAT32_FOURTH_PI; // 3π/4 } // Case: x = y = -infinity - if ( x === STDLIB_CONSTANT_FLOAT32_NINF && y === STDLIB_CONSTANT_FLOAT32_PINF ) { + if ( x == STDLIB_CONSTANT_FLOAT32_NINF && y == STDLIB_CONSTANT_FLOAT32_PINF ) { return -3.0f * STDLIB_CONSTANT_FLOAT32_FOURTH_PI; // -3π/4 } // Case: x is -Infinity diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/runner.jl b/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/runner.jl index b0c576dff39f..d19e7f175c0a 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/runner.jl +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/runner.jl @@ -19,7 +19,7 @@ import JSON """ - gen( x, y, name ) + gen( x, y, name ) Generate fixture data and write to file. From ef2c8b9d2c6312f44f042d5e811518de21a48329 Mon Sep 17 00:00:00 2001 From: Neerajpathak07 Date: Wed, 15 Jan 2025 19:05:08 +0530 Subject: [PATCH 15/28] fix: example error --- .../math/base/special/atan2f/README.md | 1 + .../math/base/special/atan2f/lib/main.js | 1 - .../math/base/special/atan2f/src/main.c | 10 ---- .../math/base/special/atan2f/test/test.js | 12 ++--- .../base/special/atan2f/test/test.native.js | 47 +++++++++---------- 5 files changed, 30 insertions(+), 41 deletions(-) diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/README.md b/lib/node_modules/@stdlib/math/base/special/atan2f/README.md index 45a800180ebd..18167afa6418 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/README.md +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/README.md @@ -188,6 +188,7 @@ int main( void ) { - [`@stdlib/math/base/special/atanf`][@stdlib/math/base/special/atanf]: compute the arctangent of a single-precision floating-point number. - [`@stdlib/math/base/special/atan2`][@stdlib/math/base/special/atan2]: compute the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y). + diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/lib/main.js b/lib/node_modules/@stdlib/math/base/special/atan2f/lib/main.js index 1b4aa2ae3c6f..244e783b729a 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/lib/main.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/lib/main.js @@ -120,7 +120,6 @@ function atan2f( y, x ) { } return copysignf( 0.0, y ); } - // Case: -x = y = +infinity if ( x === NINF && y === PINF ) { return 3.0 * PI04F; // 3π/4 diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c b/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c index 00d82b0d0d06..6e320302509f 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c @@ -38,7 +38,6 @@ #include "stdlib/constants/float32/half_pi.h" #include "stdlib/constants/float32/fourth_pi.h" #include "stdlib/constants/float32/pinf.h" -#include "stdlib/constants/float32/ninf.h" #include "stdlib/constants/float32/pi.h" #include @@ -95,15 +94,6 @@ float stdlib_base_atan2f( const float y, const float x ) { } return stdlib_base_copysignf( 0.0f, y ); } - - // Case: -x = y = +infinity - if ( x == STDLIB_CONSTANT_FLOAT32_NINF && y == STDLIB_CONSTANT_FLOAT32_PINF ) { - return 3.0f * STDLIB_CONSTANT_FLOAT32_FOURTH_PI; // 3π/4 - } - // Case: x = y = -infinity - if ( x == STDLIB_CONSTANT_FLOAT32_NINF && y == STDLIB_CONSTANT_FLOAT32_PINF ) { - return -3.0f * STDLIB_CONSTANT_FLOAT32_FOURTH_PI; // -3π/4 - } // Case: x is -Infinity if ( stdlib_base_is_infinitef( y ) ) { return stdlib_base_copysignf( 3.0f * STDLIB_CONSTANT_FLOAT32_FOURTH_PI, y ); diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.js b/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.js index 7e87377dc303..d2f593e4a491 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.js @@ -79,11 +79,11 @@ tape( 'the function returns `-0` if provided `y = -0.0` and `x >= 0`', function }); tape( 'the function returns `PI` if provided `y = +0.0` and `x <= -0.0`', function test( t ) { - t.equal( ( atan2f( +0.0, -0.0 ) ) , +PI, 'returns +PI' ); - t.equal( ( atan2f( +0.0, -2.0 ) ) , +PI, 'returns +PI' ); - t.equal( ( atan2f( +0.0, -4.0 ) ) , +PI, 'returns +PI' ); - t.equal( ( atan2f( +0.0, -5.0 ) ) , +PI, 'returns +PI' ); - t.equal( ( atan2f( +0.0, -10.0 ) ) , +PI, 'returns +PI' ); + t.equal( ( atan2f( +0.0, -0.0 ) ), +PI, 'returns +PI' ); + t.equal( ( atan2f( +0.0, -2.0 ) ), +PI, 'returns +PI' ); + t.equal( ( atan2f( +0.0, -4.0 ) ), +PI, 'returns +PI' ); + t.equal( ( atan2f( +0.0, -5.0 ) ), +PI, 'returns +PI' ); + t.equal( ( atan2f( +0.0, -10.0 ) ), +PI, 'returns +PI' ); t.end(); }); @@ -219,7 +219,7 @@ tape( 'the function evaluates the `atan2f` function (when x and y are negative)' for ( i = 0; i < x.length; i++ ) { actual = atan2f( y[i], x[i] ); delta = absf( actual - expected[i] ); - tol = 2.0* EPS * absf( expected[i] ); + tol = 2.0 * EPS * absf( expected[i] ); t.equal( delta <= tol, true, 'within tolerance. y: '+y[i]+'. x: '+x[i]+'. Actual: '+actual+'. E: '+expected[i]+'. tol: '+tol+'. Δ: '+delta+'.' ); } t.end(); diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.native.js b/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.native.js index c28e1082d3f8..086eedfb7712 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.native.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.native.js @@ -20,16 +20,16 @@ // MODULES // -var resolve = require( 'path' ).resolve; var tape = require( 'tape' ); var isnanf = require( '@stdlib/math/base/assert/is-nanf' ); var isNegativeZero = require( '@stdlib/math/base/assert/is-negative-zero' ); var isPositiveZero = require( '@stdlib/math/base/assert/is-positive-zero' ); var absf = require( '@stdlib/math/base/special/absf' ); -var tryRequire = require( '@stdlib/utils/try-require' ); var EPS = require( '@stdlib/constants/float32/eps' ); var PINF = require( '@stdlib/constants/float32/pinf' ); var NINF = require( '@stdlib/constants/float32/ninf' ); +var PI02F = require( '@stdlib/constants/float32/half-pi' ); +var PI04F = require( '@stdlib/constants/float32/fourth-pi' ); var PI = require( '@stdlib/constants/float32/pi' ); @@ -50,7 +50,6 @@ var opts = { // TESTS // - tape( 'main export is a function', opts, function test( t ) { t.ok( true, __filename ); t.strictEqual( typeof atan2f, 'function', 'main export is a function' ); @@ -87,11 +86,11 @@ tape( 'the function returns `-0` if provided `y = -0.0` and `x >= 0`', opts, fun }); tape( 'the function returns `PI` if provided `y = +0.0` and `x <= -0.0`', opts, function test( t ) { - t.equal( atan2f( +0.0, -0.0 ), +PI, 'returns +PI' ); - t.equal( atan2f( +0.0, -2.0 ), +PI, 'returns +PI' ); - t.equal( atan2f( +0.0, -4.0 ), +PI, 'returns +PI' ); - t.equal( atan2f( +0.0, -5.0 ), +PI, 'returns +PI' ); - t.equal( atan2f( +0.0, -10.0 ), +PI, 'returns +PI' ); + t.equal( ( atan2f( +0.0, -0.0 ) ), +PI, 'returns +PI' ); + t.equal( ( atan2f( +0.0, -2.0 ) ), +PI, 'returns +PI' ); + t.equal( ( atan2f( +0.0, -4.0 ) ), +PI, 'returns +PI' ); + t.equal( ( atan2f( +0.0, -5.0 ) ), +PI, 'returns +PI' ); + t.equal( ( atan2f( +0.0, -10.0 ) ), +PI, 'returns +PI' ); t.end(); }); @@ -105,22 +104,22 @@ tape( 'the function returns `-PI` if provided `y = -0.0` and `x <= -0.0`', opts, }); tape( 'the function returns `+PI/4` if provided `x = y = +infinity`', opts, function test( t ) { - t.equal( atan2f( PINF, PINF ), +PI/4.0, 'returns +PI/4' ); + t.equal( atan2f( PINF, PINF ), +PI04F, 'returns +PI/4' ); t.end(); }); tape( 'the function returns `-PI/4` if provided `x = -y = +infinity`', opts, function test( t ) { - t.equal( atan2f( NINF, PINF ), -PI/4.0, 'returns -PI/4' ); + t.equal( atan2f( NINF, PINF ), -PI04F, 'returns -PI/4' ); t.end(); }); tape( 'the function returns `*3*PI/4` if provided `-x = y = +infinity`', opts, function test( t ) { - t.equal( atan2f( PINF, NINF ), +3.0*PI/4.0, 'returns +3*PI/4' ); + t.equal( atan2f( PINF, NINF ), +3.0*PI04F, 'returns +3*PI/4' ); t.end(); }); tape( 'the function returns `-3*PI/4` if provided `x = y = -infinity`', opts, function test( t ) { - t.equal( atan2f( NINF, NINF ), -3.0*PI/4.0, 'returns -3*PI/4' ); + t.equal( atan2f( NINF, NINF ), -3.0*PI04F, 'returns -3*PI/4' ); t.end(); }); @@ -153,27 +152,27 @@ tape( 'the function returns `+PI/2` when `y = +infinity`', opts, function test( }); tape( 'the function returns `-PI/2` when `y = -infinity`', opts, function test( t ) { - t.equal( atan2f( NINF, -1.0 ), -PI/2.0, 'returns -PI/2' ); - t.equal( atan2f( NINF, 0.0 ), -PI/2.0, 'returns -PI/2' ); - t.equal( atan2f( NINF, 2.0 ), -PI/2.0, 'returns -PI/2' ); + t.equal( atan2f( NINF, -1.0 ), -PI02F, 'returns -PI/2' ); + t.equal( atan2f( NINF, 0.0 ), -PI02F, 'returns -PI/2' ); + t.equal( atan2f( NINF, 2.0 ), -PI02F, 'returns -PI/2' ); t.end(); }); tape( 'the function returns `PI/2` if provided a positive `y` and `x=0`', opts, function test( t ) { - t.equal( atan2f( 2.0, 0.0 ), PI/2.0, 'returns PI/2' ); - t.equal( atan2f( 1.0, 0.0 ), PI/2.0, 'returns PI/2' ); - t.equal( atan2f( 0.5, 0.0 ), PI/2.0, 'returns PI/2' ); + t.equal( atan2f( 2.0, 0.0 ), PI02F, 'returns PI/2' ); + t.equal( atan2f( 1.0, 0.0 ), PI02F, 'returns PI/2' ); + t.equal( atan2f( 0.5, 0.0 ), PI02F, 'returns PI/2' ); t.end(); }); tape( 'the function returns `-PI/2` if provided a negative `y` and `x=0`', opts, function test( t ) { - t.equal( atan2f( -2.0, 0.0 ), -PI/2.0, 'returns PI/2' ); - t.equal( atan2f( -1.0, 0.0 ), -PI/2.0, 'returns PI/2' ); - t.equal( atan2f( -0.5, 0.0 ), -PI/2.0, 'returns PI/2' ); + t.equal( atan2f( -2.0, 0.0 ), -PI02F, 'returns PI/2' ); + t.equal( atan2f( -1.0, 0.0 ), -PI02F, 'returns PI/2' ); + t.equal( atan2f( -0.5, 0.0 ), -PI02F, 'returns PI/2' ); t.end(); }); -tape( 'the function evaluates the `atan2` function (when x and y are positive)', opts, function test( t ) { +tape( 'the function evaluates the `atan2f` function (when x and y are positive)', opts, function test( t ) { var expected; var actual; var delta; @@ -193,7 +192,7 @@ tape( 'the function evaluates the `atan2` function (when x and y are positive)', t.end(); }); -tape( 'the function evaluates the `atan2` function (when x is negative and y is positive)', opts, function test( t ) { +tape( 'the function evaluates the `atan2f` function (when x is negative and y is positive)', opts, function test( t ) { var expected; var actual; var delta; @@ -213,7 +212,7 @@ tape( 'the function evaluates the `atan2` function (when x is negative and y is t.end(); }); -tape( 'the function evaluates the `atan2` function (when x and y are negative)', opts, function test( t ) { +tape( 'the function evaluates the `atan2f` function (when x and y are negative)', opts, function test( t ) { var expected; var actual; var delta; From ee6175998279ef4fde6cc7fd07779355fe0b4eb3 Mon Sep 17 00:00:00 2001 From: Neerajpathak07 Date: Wed, 15 Jan 2025 19:16:46 +0530 Subject: [PATCH 16/28] fix: example error --- lib/node_modules/@stdlib/math/base/special/atan2f/README.md | 1 - .../math/base/special/atan2f/benchmark/c/native/benchmark.c | 2 +- .../@stdlib/math/base/special/atan2f/test/test.native.js | 2 ++ 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/README.md b/lib/node_modules/@stdlib/math/base/special/atan2f/README.md index 18167afa6418..ae7f2a25bbf8 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/README.md +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/README.md @@ -186,7 +186,6 @@ int main( void ) { ## See Also - [`@stdlib/math/base/special/atanf`][@stdlib/math/base/special/atanf]: compute the arctangent of a single-precision floating-point number. - - [`@stdlib/math/base/special/atan2`][@stdlib/math/base/special/atan2]: compute the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y). diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/c/native/benchmark.c b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/c/native/benchmark.c index 8f2d40165440..6dbf6c93624a 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/c/native/benchmark.c +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/c/native/benchmark.c @@ -126,7 +126,7 @@ int main( void ) { print_version(); for ( i = 0; i < REPEATS; i++ ) { - printf( "# c::%s\n", NAME ); + printf( "# c::native::%s\n", NAME ); elapsed = benchmark(); print_results( elapsed ); printf( "ok %d benchmark finished\n", i+1 ); diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.native.js b/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.native.js index 086eedfb7712..248e7eebf3a3 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.native.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.native.js @@ -20,11 +20,13 @@ // MODULES // +var resolve = require( 'path' ).resolve; var tape = require( 'tape' ); var isnanf = require( '@stdlib/math/base/assert/is-nanf' ); var isNegativeZero = require( '@stdlib/math/base/assert/is-negative-zero' ); var isPositiveZero = require( '@stdlib/math/base/assert/is-positive-zero' ); var absf = require( '@stdlib/math/base/special/absf' ); +var tryRequire = require( '@stdlib/utils/try-require' ); var EPS = require( '@stdlib/constants/float32/eps' ); var PINF = require( '@stdlib/constants/float32/pinf' ); var NINF = require( '@stdlib/constants/float32/ninf' ); From d26a02cc09f2ed270f6cd9762068fdbd2b68ddf7 Mon Sep 17 00:00:00 2001 From: Neerajpathak07 Date: Wed, 15 Jan 2025 23:38:46 +0530 Subject: [PATCH 17/28] chore: update main.c --- .../@stdlib/math/base/special/atan2f/lib/main.js | 14 ++++++-------- .../@stdlib/math/base/special/atan2f/src/main.c | 12 +++++++++--- .../math/base/special/atan2f/test/test.native.js | 2 +- 3 files changed, 16 insertions(+), 12 deletions(-) diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/lib/main.js b/lib/node_modules/@stdlib/math/base/special/atan2f/lib/main.js index 244e783b729a..12409b79f226 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/lib/main.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/lib/main.js @@ -58,6 +58,7 @@ var isinfinitef = require( '@stdlib/math/base/assert/is-infinitef' ); var isnanf = require( '@stdlib/math/base/assert/is-nanf' ); var copysignf = require( '@stdlib/math/base/special/copysignf' ); +var float64ToFloat32 = require( '@stdlib/number/float64/base/to-float32' ); var atanf = require( '@stdlib/math/base/special/atanf' ); var signbitf = require( '@stdlib/number/float32/base/signbit' ); var PINF = require( '@stdlib/constants/float32/pinf' ); @@ -120,18 +121,15 @@ function atan2f( y, x ) { } return copysignf( 0.0, y ); } - // Case: -x = y = +infinity - if ( x === NINF && y === PINF ) { + } + // Case: x is -Infinity + if ( x === NINF ) { + if ( y === PINF ) { return 3.0 * PI04F; // 3π/4 } - // Case: x = y = -infinity - if ( x === NINF && y === NINF ) { + if ( y === NINF ) { return -3.0 * PI04F; // -3π/4 } - // Case: x is -Infinity - if ( isinfinitef( y ) ) { - return copysignf( 3.0*PI04F, y ); - } return copysignf( PI, y ); } if ( isinfinitef( y ) ) { diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c b/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c index 6e320302509f..1b37772f87b8 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c @@ -38,6 +38,7 @@ #include "stdlib/constants/float32/half_pi.h" #include "stdlib/constants/float32/fourth_pi.h" #include "stdlib/constants/float32/pinf.h" +#include "stdlib/constants/float32/ninf.h" #include "stdlib/constants/float32/pi.h" #include @@ -95,10 +96,15 @@ float stdlib_base_atan2f( const float y, const float x ) { return stdlib_base_copysignf( 0.0f, y ); } // Case: x is -Infinity - if ( stdlib_base_is_infinitef( y ) ) { - return stdlib_base_copysignf( 3.0f * STDLIB_CONSTANT_FLOAT32_FOURTH_PI, y ); + if ( x == STDLIB_CONSTANT_FLOAT32_NINF ) { + if ( y == STDLIB_CONSTANT_FLOAT32_PINF ) { + return 3.0f * STDLIB_CONSTANT_FLOAT32_FOURTH_PI; // 3π/4 + } + if ( y == STDLIB_CONSTANT_FLOAT32_NINF ) { + return -3.0f * STDLIB_CONSTANT_FLOAT32_FOURTH_PI; // -3π/4 + } + return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT32_PI, y ); } - return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT32_PI, y ); } if ( stdlib_base_is_infinitef( y ) ) { return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT32_HALF_PI, y ); diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.native.js b/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.native.js index 248e7eebf3a3..a14713cd15fb 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.native.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.native.js @@ -188,7 +188,7 @@ tape( 'the function evaluates the `atan2f` function (when x and y are positive)' for ( i = 0; i < x.length; i++ ) { actual = atan2f( y[i], x[i] ); delta = absf( actual - expected[i] ); - tol = 2.0 * EPS * absf( expected[i] ); + tol = 1.0 * EPS * absf( expected[i] ); t.equal( delta <= tol, true, 'within tolerance. y: '+y[i]+'. x: '+x[i]+'. Actual: '+actual+'. E: '+expected[i]+'. tol: '+tol+'. Δ: '+delta+'.' ); } t.end(); From ebd654e93163283f35dac07a9c70a5a79214e9a7 Mon Sep 17 00:00:00 2001 From: Neerajpathak07 Date: Wed, 15 Jan 2025 23:51:58 +0530 Subject: [PATCH 18/28] fix: revert previous chnages --- .../math/base/special/atan2f/lib/main.js | 18 ++++++++++-------- .../math/base/special/atan2f/src/main.c | 13 ++++--------- 2 files changed, 14 insertions(+), 17 deletions(-) diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/lib/main.js b/lib/node_modules/@stdlib/math/base/special/atan2f/lib/main.js index 12409b79f226..f02a77d30d33 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/lib/main.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/lib/main.js @@ -122,15 +122,17 @@ function atan2f( y, x ) { return copysignf( 0.0, y ); } } + // Case: -x = y = +infinity + if ( x === NINF && y === PINF ) { + return 3.0 * PI04F; // 3π/4 + } + // Case: x = y = -infinity + if ( x === NINF && y === NINF ) { + return -3.0 * PI04F; // -3π/4 + } // Case: x is -Infinity - if ( x === NINF ) { - if ( y === PINF ) { - return 3.0 * PI04F; // 3π/4 - } - if ( y === NINF ) { - return -3.0 * PI04F; // -3π/4 - } - return copysignf( PI, y ); + if ( isinfinitef( y ) ) { + return copysignf( 3.0*PI04F, y ); } if ( isinfinitef( y ) ) { return copysignf( PI02F, y ); diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c b/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c index 1b37772f87b8..41c2f9f03b6b 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c @@ -95,16 +95,11 @@ float stdlib_base_atan2f( const float y, const float x ) { } return stdlib_base_copysignf( 0.0f, y ); } - // Case: x is -Infinity - if ( x == STDLIB_CONSTANT_FLOAT32_NINF ) { - if ( y == STDLIB_CONSTANT_FLOAT32_PINF ) { - return 3.0f * STDLIB_CONSTANT_FLOAT32_FOURTH_PI; // 3π/4 - } - if ( y == STDLIB_CONSTANT_FLOAT32_NINF ) { - return -3.0f * STDLIB_CONSTANT_FLOAT32_FOURTH_PI; // -3π/4 - } - return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT32_PI, y ); + // case x is -Infinity + if ( stdlib_base_is_infinitef( y ) ) { + return stdlib_base_copysignf( 3.0f * STDLIB_CONSTANT_FLOAT32_FOURTH_PI, y ); } + return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT32_PI, y ); } if ( stdlib_base_is_infinitef( y ) ) { return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT32_HALF_PI, y ); From e96841f4a8ea08a3b0baf0dc4a513b91328d23bc Mon Sep 17 00:00:00 2001 From: Neerajpathak07 Date: Thu, 16 Jan 2025 00:07:37 +0530 Subject: [PATCH 19/28] chore: update main.c --- .../math/base/special/atan2f/lib/main.js | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/lib/main.js b/lib/node_modules/@stdlib/math/base/special/atan2f/lib/main.js index f02a77d30d33..c63575305e89 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/lib/main.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/lib/main.js @@ -58,7 +58,6 @@ var isinfinitef = require( '@stdlib/math/base/assert/is-infinitef' ); var isnanf = require( '@stdlib/math/base/assert/is-nanf' ); var copysignf = require( '@stdlib/math/base/special/copysignf' ); -var float64ToFloat32 = require( '@stdlib/number/float64/base/to-float32' ); var atanf = require( '@stdlib/math/base/special/atanf' ); var signbitf = require( '@stdlib/number/float32/base/signbit' ); var PINF = require( '@stdlib/constants/float32/pinf' ); @@ -121,18 +120,19 @@ function atan2f( y, x ) { } return copysignf( 0.0, y ); } - } - // Case: -x = y = +infinity - if ( x === NINF && y === PINF ) { - return 3.0 * PI04F; // 3π/4 - } - // Case: x = y = -infinity - if ( x === NINF && y === NINF ) { - return -3.0 * PI04F; // -3π/4 - } - // Case: x is -Infinity - if ( isinfinitef( y ) ) { - return copysignf( 3.0*PI04F, y ); + // Case: -x = y = +infinity + if ( x === NINF && y === PINF ) { + return 3.0 * PI04F; // 3π/4 + } + // Case: x = y = -infinity + if ( x === NINF && y === NINF ) { + return -3.0 * PI04F; // -3π/4 + } + // Case: x is -Infinity + if ( isinfinitef( y ) ) { + return copysignf( 3.0 * PI04F, y ); + } + return copysignf( PI, y ); } if ( isinfinitef( y ) ) { return copysignf( PI02F, y ); From 4f4e4f43ef6959fea62501276caa5241f0d982d1 Mon Sep 17 00:00:00 2001 From: Neerajpathak07 Date: Thu, 16 Jan 2025 12:49:23 +0530 Subject: [PATCH 20/28] fix: native test error --- .../@stdlib/math/base/special/atan2f/test/test.native.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.native.js b/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.native.js index a14713cd15fb..248e7eebf3a3 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.native.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.native.js @@ -188,7 +188,7 @@ tape( 'the function evaluates the `atan2f` function (when x and y are positive)' for ( i = 0; i < x.length; i++ ) { actual = atan2f( y[i], x[i] ); delta = absf( actual - expected[i] ); - tol = 1.0 * EPS * absf( expected[i] ); + tol = 2.0 * EPS * absf( expected[i] ); t.equal( delta <= tol, true, 'within tolerance. y: '+y[i]+'. x: '+x[i]+'. Actual: '+actual+'. E: '+expected[i]+'. tol: '+tol+'. Δ: '+delta+'.' ); } t.end(); From 17f6e7a284472a77ecd342fd3dc5fed53758fa96 Mon Sep 17 00:00:00 2001 From: Neerajpathak07 Date: Mon, 20 Jan 2025 19:49:56 +0530 Subject: [PATCH 21/28] chore: update makefile --- .../atan2f/benchmark/c/native/Makefile | 81 ++++++++++++++----- 1 file changed, 60 insertions(+), 21 deletions(-) diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/c/native/Makefile b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/c/native/Makefile index bc8bb95b7fc5..3cedf7c3dab5 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/c/native/Makefile +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/c/native/Makefile @@ -1,4 +1,4 @@ -#/ + # @license Apache-2.0 # # Copyright (c) 2025 The Stdlib Authors. @@ -16,14 +16,15 @@ # limitations under the License. #/ - # VARIABLES # ifndef VERBOSE QUIET := @ +else + QUIET := endif -# Determine the OS: +# Determine the OS ([1][1], [2][2]). # # [1]: https://en.wikipedia.org/wiki/Uname#Examples # [2]: http://stackoverflow.com/a/27776822/2225624 @@ -36,6 +37,10 @@ ifneq (, $(findstring MSYS,$(OS))) else ifneq (, $(findstring CYGWIN,$(OS))) OS := WINNT +else +ifneq (, $(findstring Windows_NT,$(OS))) + OS := WINNT +endif endif endif endif @@ -54,7 +59,7 @@ CFLAGS ?= \ -Wall \ -pedantic -# Determine whether to generate [position independent code][1]: +# 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 @@ -64,43 +69,77 @@ 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 -# TARGETS # +# RULES # -# Default target. +#/ +# Compiles source files. # -# This target is the default target. - +# @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 - -# Compile C source. +#/ +# Compiles C source files. # -# This target 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) -o $@ $< -lm - + $(QUIET) $(CC) $(CFLAGS) $(fPIC) $(INCLUDE) -o $@ $(SOURCE_FILES) $< $(LIBPATH) -lm $(LIBRARIES) -# Run a benchmark. +#/ +# Runs compiled benchmarks. # -# This target runs a benchmark. - +# @example +# make run +#/ run: $(c_targets) $(QUIET) ./$< .PHONY: run - -# Perform clean-up. +#/ +# Removes generated files. # -# This target removes generated files. - +# @example +# make clean +#/ clean: $(QUIET) -rm -f *.o *.out From 2283e32cb5a2704e36fce0a5e19ac778ac12bc6a Mon Sep 17 00:00:00 2001 From: Neerajpathak07 Date: Thu, 23 Jan 2025 12:31:46 +0530 Subject: [PATCH 22/28] chore: update bench --- lib/node_modules/@stdlib/math/base/special/atan2f/README.md | 2 +- .../math/base/special/atan2f/benchmark/c/native/Makefile | 2 +- lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/README.md b/lib/node_modules/@stdlib/math/base/special/atan2f/README.md index ae7f2a25bbf8..03d410ade801 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/README.md +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/README.md @@ -117,7 +117,7 @@ for ( i = 0; i < 100; i++ ) { Computes the angle in the plane (in radians) between the positive x-axis and the ray from `(0,0)` to the point `(x,y)` for single-precision floating-point number. ```c -float out = stdlib_base_atan2f( 2.0,f 2.0f ); +float out = stdlib_base_atan2f( 2.0f, 2.0f ); // returns ~0.785f ``` diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/c/native/Makefile b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/c/native/Makefile index 3cedf7c3dab5..a4bd7b38fd74 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/c/native/Makefile +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/c/native/Makefile @@ -1,4 +1,4 @@ - +#/ # @license Apache-2.0 # # Copyright (c) 2025 The Stdlib Authors. diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c b/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c index 41c2f9f03b6b..75b3ad17964c 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c @@ -40,7 +40,6 @@ #include "stdlib/constants/float32/pinf.h" #include "stdlib/constants/float32/ninf.h" #include "stdlib/constants/float32/pi.h" -#include // MAIN // From eaaad1e8fc0ce19585de10724aadcb58de49e022 Mon Sep 17 00:00:00 2001 From: Neerajpathak07 Date: Wed, 12 Feb 2025 00:32:22 +0530 Subject: [PATCH 23/28] chore: update fixtures --- lib/node_modules/@stdlib/math/base/special/atan2f/README.md | 4 ++-- lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c | 1 + .../special/atan2f/test/fixtures/julia/negative_negative.json | 2 +- .../special/atan2f/test/fixtures/julia/negative_positive.json | 2 +- .../special/atan2f/test/fixtures/julia/positive_positive.json | 2 +- .../math/base/special/atan2f/test/fixtures/julia/runner.jl | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/README.md b/lib/node_modules/@stdlib/math/base/special/atan2f/README.md index 03d410ade801..4967bb032063 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/README.md +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/README.md @@ -123,8 +123,8 @@ float out = stdlib_base_atan2f( 2.0f, 2.0f ); The function accepts the following arguments: -- **y**: `[in] float` - `y` coordinate -- **x**: `[in] float` - `x` coordinate +- **y**: `[in] float` - `y` coordinate. +- **x**: `[in] float` - `x` coordinate. ```c float stdlib_base_atan2f( const float y, const float x ); diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c b/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c index 75b3ad17964c..18d0cf8d5f28 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c @@ -30,6 +30,7 @@ * ``` */ +#include "stdlib/math/base/special/atan2f.h" #include "stdlib/math/base/assert/is_infinitef.h" #include "stdlib/math/base/special/copysignf.h" #include "stdlib/number/float32/base/signbit.h" diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/negative_negative.json b/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/negative_negative.json index 1e5897863ca0..efa8d26c1962 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/negative_negative.json +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/negative_negative.json @@ -1 +1 @@ -{"expected":[-1.8934309043157949,-1.988312417862897,-2.853335728061693,-2.2735614533944353,-2.0206557895792514,-2.189580440409726,-1.6650887712461124,-1.6297445809855846,-1.9479021733665551,-2.0365510986968243,-2.194230612062586,-1.6514217261089466,-2.304486655747154,-2.220373899970681,-2.0042522941312058,-2.747474632636102,-1.6064935733570744,-2.0387364688949594,-2.2594305127994656,-2.9016600370539023,-1.7730371095183783,-2.97672253578897,-2.4455459352355495,-2.941929687071055,-2.3477144848650013,-1.9643097492694712,-3.1072341291915193,-2.402676196037451,-2.4046791582087566,-1.7355468632814026,-1.9046380725503151,-1.6561967129324164,-2.8786834021919345,-2.826934852245648,-2.9860321975251503,-2.44355906958532,-2.342544576695489,-2.6394678546349803,-2.0904554999027587,-2.990705443170538,-1.6207432745297887,-1.7374130300531163,-1.8892327889707297,-2.680421051119752,-2.4445668503696014,-2.6060372470557267,-2.9289893763449304,-2.913566529189129,-2.02396155130804,-2.7999997762520743,-2.3239013675966658,-2.2738381589226306,-3.098368294189845,-2.056581467583757,-2.6268973362887476,-1.95119767473647,-2.417013607360027,-2.829677460411638,-2.981209085701154,-2.6013980944213855,-2.549882263017231,-1.7157961322326973,-1.9185356060544059,-2.7769045158677357,-1.616517075810486,-2.7364186835526425,-2.5745755761179128,-3.0686602987848928,-1.830341154481592,-3.027453771369297,-2.749476136190857,-2.6491367031633484,-2.1943022958465415,-2.597213137542232,-3.0118847933009367,-1.8542317838074918,-1.8570519810622914,-2.1660334464109225,-2.895398989142631,-2.9476004277463037,-2.295633377592749,-1.6619444063424342,-2.53444626884124,-2.4583862881502156,-2.2081493586885284,-2.483985330033059,-2.211598737202339,-2.822594572351008,-2.6802712294825057,-1.7599414206287811,-2.423062181607789,-2.5825832192364224,-1.9506047767092405,-2.5402963635949476,-1.7410957211083948,-1.6847781162629831,-2.724513370534821,-2.3724175907144245,-2.5049062829926467,-1.8115777779859643,-2.023350146286824,-2.745666373010601,-1.9014799351749871,-1.9462294522814998,-2.89652974394892,-1.617836251362498,-1.7102189583195575,-1.9839926375528592,-1.8396282803997774,-2.632918364567079,-3.044555833946629,-2.5715641972749532,-2.5664289989539766,-2.5173646126837825,-1.6582060029127692,-1.7585546068158937,-2.540183044724264,-2.5615532246144563,-1.9649735179547219,-3.083411875144891,-2.5168864188423665,-1.6091897332650251,-1.847695842691697,-2.3162686350954313,-2.9230175367530484,-1.8500625719392063,-1.726756288345891,-2.3330514198249035,-2.7750398616043723,-2.2684185571409228,-2.4830808875418913,-2.367519021186161,-1.8712933356172392,-3.0663037893976894,-2.755082315167934,-1.9381589007101867,-2.7204661735803644,-2.306724924804103,-2.1418748331964355,-2.70845378909773,-2.359539080710079,-1.99694900369474,-2.58233920649798,-2.397776045162387,-2.081377287751324,-3.051855019988156,-2.149030005845513,-2.5441744601420417,-2.26991759101886,-1.9283380704934328,-2.6045267284614475,-2.6150220921201632,-2.958930724692471,-2.503382830545472,-1.6756233073137026,-2.1995485415809672,-2.7156760398564352,-2.8117849988979695,-1.6078877368497,-2.4696618585607606,-2.3088638312625953,-2.7987027488083984,-1.7320881411252873,-2.7876135048413557,-2.058364799166009,-2.824803234899911,-1.8312665366482084,-2.1953089606325946,-3.073746643432806,-2.049503624628017,-1.8327248032704841,-3.0212734266555095,-1.8011819695227207,-2.858075319746747,-2.0249812689306665,-2.067163000825051,-2.880107833425427,-2.2126099342404473,-2.1480576165638277,-2.7783430051167475,-2.0024567651351264,-1.8496890836919084,-2.0430291589517324,-2.6711477063773,-1.6567464675273251,-2.9984438972771623,-2.0800217973212947,-2.3677218474951984,-3.0416181419637054,-1.8288194008314944,-2.910015360861723,-2.093695206155508,-2.6486561749105064,-1.9871422433281687,-2.8996593563371817,-1.5871872386547143,-3.1166535338573076,-2.252483658322336,-2.2614814499465887,-2.458625164689448,-1.8264445524442645,-1.805816560984913,-2.9763367144083506,-2.2395248741880915,-2.4277639265290087,-2.436013794392995,-2.079643737476143,-2.4885802358323117,-2.8874506697203004,-2.1279829528070167,-2.452165000587152,-2.8497031310651093,-2.1546406449667512,-2.6208896776553785,-1.631012555974013,-1.7894615514284316,-1.8823768408834751,-3.0953830303212513,-2.3322628970835253,-3.069303277913864,-2.3699934192762218,-2.418910001540522,-2.275360475531323,-2.8112894388951495,-1.5857320271193693,-2.461281348394004,-2.8985420094838013,-2.343174548794563,-2.6317979534278853,-3.1268561800783448,-2.8899962291328762,-2.0262896882295363,-1.694923973722936,-1.7038355333797377,-1.8846631267797906,-1.8012458723470066,-2.0715117942701013,-2.345957178083194,-2.279176890156548,-2.3291127180559013,-3.1369549295260577,-1.7871761797932981,-3.020723888798322,-2.928748840804728,-1.8000095212024452,-1.953960470359694,-2.0508753314165538,-2.8999952468507635,-1.7508757993500157,-1.647908636572458,-1.902339120575282,-1.8038190152841334,-2.087323101724544,-2.3166364208247163,-2.9396424648706887,-2.212820791546849,-1.8726483861488041,-2.207216125241451,-1.8234811937835809,-2.941320883732786,-2.3043831046434162,-2.8108563214549616,-1.9739958913242364,-2.381784181893586,-2.814589002276342,-2.648488349698179,-1.7405386022057725,-2.149107363220877,-1.6213701132393947,-2.937026616609941,-2.5280931968243974,-1.9773756034620518,-2.534120736704368,-2.1932117073707187,-3.0294487403042623,-2.8163582842186616,-2.5256759988087234,-1.8190411518737737,-2.662396557705566,-1.743655195223239,-1.7571051923112202,-2.1122506866726343,-2.242834019734846,-2.7280677144378918,-2.9495681022741382,-1.8176319419548652,-2.322080202271316,-2.9819051581363025,-2.6433730561702267,-2.166756132723361,-2.282861052928236,-2.3745023888171697,-2.241083439288626,-2.730784298818583,-2.3655490178607788,-2.650864609179801,-2.5864860550468443,-2.7933593425130208,-2.799262177800574,-2.0344194653256813,-2.7928586538132154,-2.0418026535158424,-2.708349500260878,-2.6297279614335207,-2.1100426270344235,-2.9421699347646273,-2.8523975420786356,-1.8748901791645243,-2.3647258490303433,-1.6568394128828328,-2.606057713820512,-1.7841831422098613,-2.745043068175068,-2.2634861877605794,-3.0617138774489026,-1.965533183377833,-2.1503081016940415,-2.624578393097523,-2.0303927458097877,-1.7442904366234546,-3.1292838901394826,-1.770824457191614,-2.266240062185049,-1.793356638546756,-2.6537868987571835,-1.8370540848672576,-3.0985190525105852,-2.240902343832733,-2.0872737747850785,-2.572980761213394,-1.9646168525271654,-2.546549740870931,-2.9531488248357247,-2.1253462093678097,-1.8193942641887957,-1.8994053789516023,-2.3259046806972554,-3.0562022349670523,-2.072769400087303,-2.8431615298452284,-3.0928135048348744,-2.2796520820726953,-3.1192964997674566,-2.2030433329695263,-1.9919605468894432,-2.347714213267241,-2.3529899232239435,-2.8380708588576167,-2.6022461689534495,-2.243132476297573,-2.9365133356965347,-2.26942200885354,-2.7861944038798376,-2.2674434756791073,-3.0468365727930458,-3.0646863835798417,-2.2126677840147,-1.6599958527774161,-2.525780016795082,-1.957574433311543,-2.211208964922415,-2.8750336356686947,-2.4682814792567433,-2.5258886466678074,-2.804884760618742,-2.434242641275907,-2.4494181970801354,-2.1481540748320738,-2.469931395626184,-2.107075365023791,-2.958733123926754,-1.8559123134497237,-2.7058749159679603,-1.831267064770032,-2.2097578737299837,-2.9835667016795426,-1.9242354654054248,-3.0103603219117576,-2.668237160041092,-2.5324563311052852,-2.252819476712996,-2.1876268507495165,-3.0903560294025905,-1.6462919551922128,-1.7234846727341904,-1.9881250078137214,-2.4839542802115755,-2.278414970373926,-2.4014202582257207,-2.7397037335233465,-2.296095452174697,-2.6730594417672133,-2.6419194136152577,-2.619675023071604,-2.2771363236147937,-2.087092454340853,-2.2737425705248087,-2.2267909303419153,-1.771124094970147,-1.9487208561078642,-2.0798360972990633,-2.8210498270692366,-2.7792024979242784,-1.9082524206553386,-2.9147081015735776,-2.4340924327906563,-2.109394228925567,-2.139405791741603,-2.969358939313382,-2.036127942537015,-2.760953525504326,-2.9187384736555027,-2.2352689680969324,-3.0095956370048116,-2.5560993269722587,-2.325109226770035,-2.9412846206144234,-2.69632919504776,-3.0637736561184568,-2.227977375534033,-1.8155227014164945,-2.686868983944521,-2.968876547764189,-1.8072345794720197,-2.9674545215483286,-2.865209277951418,-2.95045397960454,-1.9760784744415458,-2.524797892489363,-2.7643954128827364,-3.105062706154098,-2.3428933862078605,-2.21703473874082,-2.656423213246841,-3.1412548582825943,-1.9117969908254657,-2.1272833434878917,-1.778473647106336,-2.2418497782174978,-2.2654562396894375,-1.8586898530968676,-2.6162153512500286,-1.614007537872648,-2.913948504429955,-2.15492157299575,-2.356516659956559,-2.929586250316446,-2.571074374191449,-2.401317252003013,-1.7970065802628512,-1.715132003576761,-3.096643773464259,-2.850913653035261,-2.2495132300901552,-2.030795303218828,-1.9317349204311631,-2.279917106167657,-2.8693812462234396,-2.9571063178472916,-2.2776874360901527,-2.3455968539329186,-2.8997858182158613,-2.484327068809133,-3.0290699705736155,-3.006656368664408,-2.115401731896138,-2.3022201700356684,-2.1384664012123955,-2.573304384276486,-1.5794152842919695,-3.0890886599212566,-2.32312289491864,-3.0356227846859114,-2.488199083684944,-1.7357523464223135,-1.7536442908474246,-2.530747189081284,-2.5645927392851924,-2.018942332170811,-2.191022666319918,-2.0329214605693076,-1.854713758219012,-1.7830600784315416,-2.353579651449121,-1.841526295810971,-2.0819668621805145,-2.9519046399054916,-2.085001310618167,-1.7589946335633033,-3.0450326962144794,-1.8758224821553349,-1.6210378926691944,-2.0231624630606504,-2.6686287358494485,-1.6056640493995185,-3.0803579454243954,-2.1816152099617607,-2.38128163121232,-2.3995457101058446,-2.458737103562939,-2.894309093868488,-2.661186042300288,-2.520585003996554,-2.925094107453742,-2.7654361098699654,-3.0084401948761963,-2.543069036352016,-1.7912190066185711,-2.2368005151615673,-1.7853992338755829,-2.3120272374324,-1.7466353493939615,-2.3963050522838962,-2.5707107247057244,-2.557308116602628,-2.581104501957003,-2.499282969912866,-2.005615815015677,-1.9097892369621168,-2.29721149645145,-2.4559874389602916,-3.0179287025042023,-2.202383130767689,-1.929309419601013,-1.9355901491683343,-2.2367196124343174,-1.7066770210412892,-2.4525252668385438,-3.0115505697701708,-2.705242270358109,-1.7395859860837892,-2.4075824462749043,-2.1320956064104895,-2.795586173423735,-2.529310148289018,-1.6189807282455773,-2.901437609356306,-1.9533635885695604,-1.7686560917784973,-2.431569873019242,-2.2144236101797525,-2.2410367990066877,-1.7534388642433172,-2.2929934883478573,-2.4720258793392915,-1.6801959627319238,-2.160211379825808,-2.161635658962225,-1.6907602464865972,-2.471670914490595,-2.829284147575368,-2.736489149829974,-2.9267767534601536,-2.159825699837685,-2.9756083666734674,-2.06147342237807,-2.7675445886802734,-2.707148050567775,-1.7496259127888485,-2.993555732072432,-2.2101988058810296,-3.125385871068647,-2.704746206044505,-2.3636530523216592,-2.104742640534446,-2.2822097169541307,-1.9233910004438572,-2.4803908083567547,-2.974478121734969,-2.23744549055753,-3.108168142908352,-1.8528762144539497,-1.8130100927706185,-2.115067564924269,-2.433111553851497,-1.8652013533290284,-2.985700026620686,-1.8466105824886783,-2.321641388954564,-2.2025153735492404,-1.7906480870735113,-1.9364781160639042,-2.0764980164649645,-2.410329748124444,-2.132269295131575,-2.728982019969424,-2.6547539288463877,-2.8688179547250394,-2.350798904286219,-2.6478367935585583,-2.5747856789236603,-2.1064607626627,-3.0368522002578495,-2.8616795406994666,-2.347638849255006,-2.782322517358413,-2.5491374838446736,-2.184331285448268,-2.130627797106891,-1.7856582554136347,-2.7135016859353946,-1.9375151657229317,-2.8278211445879538,-2.4219720597269365,-2.0670199071943056,-1.6195911124793925,-1.8864177804413884,-2.3769635173323187,-2.4521671536954193,-1.9413258297866733,-3.1049671797645395,-2.8854443981898896,-1.791187558221222,-3.033563272571203,-2.60927023861041,-2.488682571863292,-3.1162317891951266,-2.4256952350136327,-2.049245938673738,-1.7014490364372588,-2.0048670305215515,-2.8821072195729784,-2.8668898959677205,-1.5746662764990904,-2.2801509340261967,-2.65339583900893,-2.487421655339425,-2.6505727947083177,-3.0235902586801604,-2.6576512218264816,-2.126257452446284,-2.6874907807583712,-3.0627161869967696,-1.6842268439586043,-2.1466369608838707,-2.0370053256837135,-2.0978604819466375,-2.3126333039571794,-2.5617408264662034,-1.7694399107552568,-3.05595674555519,-2.594638644063126,-2.7458166474045953,-1.9718776616465832,-2.3033710023871503,-2.9427930001968146,-1.5967483589256088,-1.9045363831261126,-3.0419459579364965,-1.6443574244291963,-2.639109932920404,-2.31076663162103,-2.532900729091523,-2.381452700292275,-2.739386157030858,-2.489843744882331,-1.6620969817356708,-2.5354534067939722,-2.1483284146787076,-1.929866610841956,-1.7452348821939996,-2.759630304792146,-2.8376487845073077,-2.6796722629554397,-1.9680614571424668,-1.8885413386054961,-2.350405461570746,-1.7798804601736415,-2.3027937922077824,-1.6129733762886886,-2.127870294847956,-3.0628566074926926,-1.6963260274575735,-1.8494670634194812,-1.8710945166268849,-3.1336627016479306,-1.7956055457814335,-1.7852501779959806,-3.0121373096641557,-2.0129141308133116,-2.414142475847865,-2.7221311527852143,-1.8365148888083576,-1.6013380125664214,-2.0287891717521975,-2.6778800736422927,-2.0684394552369785,-2.2413846870203744,-2.224822646926592,-2.4401322789905056,-2.6111357444051166,-1.8088179569424063,-2.483799185073815,-2.900934478408647,-2.3918452343131826,-1.9214541065178123,-2.7916661988305096,-2.1288081650549593,-2.0659243456728817,-2.1996642205483328,-2.457777454066193,-2.3338689517233053,-2.5300155784530394,-1.992408339477623,-1.8669701571940882,-2.8831562800104016,-3.0612121145567497,-2.054884992589397,-2.5521225751187773,-3.0976048146265938,-2.278077864204261,-1.9170219827271895,-2.336585774467485,-2.658308791439096,-2.156148052848453,-2.3065014996347593,-2.1390962223443095,-2.654493848475512,-2.5936413511140466,-2.2708530010567385,-2.797966361259681,-2.639483884272509,-2.456141598031249,-2.0578108634579886,-2.378142869682403,-2.9774580370066945,-1.6490782919038167,-2.9470221336372613,-2.255028733586613,-1.723695985117568,-2.0057617625148554,-2.333510911427067,-2.659440965266027,-2.3087318377518145,-1.697044426052547,-1.7341493684911267,-2.5199611117179144,-2.1946428499566784,-2.039847651864698,-2.333507008995972,-2.3136645993000045,-1.607238288672551,-2.611839300360518,-2.5400378065156834,-1.6964261965385126,-2.2071279320408492,-2.336830499690169,-2.1905950915687273,-1.8600270106994237,-2.9054194925899126,-2.9546470086615257,-2.294264658945006,-2.5290349881020693,-2.4330433795085784,-2.130077658184348,-2.3771117969775166,-3.0957326042004834,-2.353194181108072,-2.6286689882948977,-1.9423426605282403,-2.279123950669943,-1.7355865823226018,-1.8950402785610534,-1.7032469383660032,-2.900804531361211,-2.5148269346653027,-2.4571454098110914,-2.2101624214746782,-2.4485531231862083,-2.7380994631831372,-2.5482211346615458,-1.63587031928217,-2.52427848226618,-2.1987403700335633,-1.6523794248274242,-3.0883049057684966,-2.6468274449116462,-1.790307290397103,-1.8006751462037796,-1.623686274648081,-1.6351372465623752,-2.256562072998003,-2.9868009851576787,-2.295204716169057,-2.286999389931637,-2.5062316578470742,-2.030212564676507,-2.4829866319637954,-2.2274533083333026,-2.1883077964019146,-2.756270916705179,-2.321499844195739,-2.164486615078495,-1.6295343299788136,-2.9076972420649425,-2.8377246631047073,-2.282961130670338,-1.7821575958817328,-2.0583620317504803,-2.5521642398823774,-2.5098644752857195,-2.2180153340014046,-3.052262399339468,-2.625566057221854,-1.6122530413309744,-2.5839273813740014,-2.796286587273122,-2.688387537447364,-2.6795751273665713,-2.65999318142872,-2.8141026736244417,-2.2427924060144386,-1.6471524011186571,-2.1827460622769594,-2.663604597032197,-3.0384006013921225,-2.0747209331115215,-2.7614745151786906,-2.461062050955195,-2.7170940404368253,-2.7985466695156234,-2.6272567727574536,-2.839382448728562,-2.9193182222220457,-2.3449304589601283,-1.6624278614083734,-2.8345117037003726,-1.7642913718419257,-2.476104022787392,-1.7106000056048845,-3.1007422000942793,-2.296589485891274,-1.8544034058021797,-2.127833830342916,-2.914771864395168,-2.633908710948576,-2.118524205341113,-2.021334535013237,-2.18775940506721,-2.8658032824526654,-2.988656014050994,-2.432684990550899,-1.9919234447260263,-2.6680112261301736,-1.7984623174837824,-2.0482748485472477,-2.162019601178854,-2.739688450668549,-3.007065704017072,-2.8812720312673927,-1.7601582993849672,-2.781774997785466,-2.882468450114807,-3.1141108772246295,-2.0439421437232843,-2.6234866768079694,-1.9040092417469385,-2.271983371884741,-1.7036948222478052,-2.3722421100177247,-2.659268835541435,-1.7326282097641064,-2.0963644569093276,-2.4304487403303234,-2.4793211325477924,-3.0733085887694647,-1.6975790532971549,-2.4214430715567015,-1.9833232827180918,-2.729564688656653,-1.771129840217893,-1.840951865292505,-2.0312992471229707,-3.049267596880973,-2.3527810307926083,-2.1914876005561066,-2.3354096856459066,-2.7624699725371977,-1.8500048830665956,-2.336235263914002,-2.2556279019352083,-1.7776929509400274,-2.451877741144658,-2.9777368259629995,-2.0516856386236784,-2.23048966853539,-2.762140129197169,-2.734096949228,-1.6406355568235327,-1.6856900606882306,-1.582336214049578,-1.588516529930508,-3.1338029958444045,-2.4696843876276358,-2.8332768295745328,-3.0841205920255255,-2.9341842600738097,-2.5646386822543956,-2.631988295715151,-2.3014481505498274,-2.441300886887407,-2.6605078701380123,-2.231742008488047,-2.4931069595717705,-1.873099559954131,-1.6449877555526948,-2.9072130199951873,-2.0884133160529923,-2.7790824534837193,-3.0499548199582636,-2.41104974961146,-1.672692819742318,-2.4313326733123897,-2.6642211440578722,-2.2733324583787184,-1.7430467132904632,-2.373408633487071,-1.6241838279245189,-2.985721691986463,-2.135352493509272,-2.262182974466045,-1.6817049306423735,-2.585687359129227,-1.6921587121645245,-2.4468600800434936,-2.7196800572344526,-2.136905097815013,-2.404918861202361,-2.312991503761495,-2.72381190915555,-1.938187104173067,-1.8292398835047383,-2.587425262762601,-2.214780302832369,-1.7741707079051208,-2.5851791976137406,-2.6038890414670903,-2.2331633629808545,-2.5800373886582806,-2.299778496226848,-1.5852271879894764,-2.509407508442259,-2.7686454788350656,-2.482851327357114,-2.2808473586102207,-2.2940229400166503,-2.4675008015478705,-2.7014678815376882,-3.0895100465594134,-1.7959987680279608,-2.3171390363447757,-2.733402692780053,-3.077782347231016,-2.8380607059071843,-2.4600053332026257,-2.379106190890662,-2.8608187275901584,-2.988104324515113,-2.6738650658818734,-2.647202055481248,-2.3603366507370658,-1.7596535484899831,-2.8331248463525722,-2.0526569258347482,-2.0498383007049443,-2.641718579840683,-2.3720316278942524,-3.00180142348012,-1.9094202737209798,-2.9777604174628274,-3.100956348553025,-1.7104754954711339,-2.8096394005158385,-2.535432862149647,-1.8261780994176473,-2.1486635992458667,-2.6474369733771743,-1.9139344501507503,-2.2860316376600522,-2.472476777608288,-2.9970650719370298,-2.464453305825381,-3.065621976806025,-2.616870107491953,-2.924507236087459,-1.932181154247798,-2.218301961301834,-2.1865061645275445,-2.3218072853337346,-1.6303790636023263,-2.180933314019175,-1.7957663768019085,-2.3259180071903143,-2.2945828626228413,-2.5272245650058296,-3.0902175114513923,-2.152684409142042,-2.8630890689379838,-1.8371521398104023,-1.6375885001929456,-2.8026835390830045],"x":[-135.84088774256077,-141.32529960899208,-353.8099928390933,-202.9143476596441,-167.23121160061638,-100.52439341271469,-18.95063197679525,-17.529269318336205,-173.82873624662076,-94.86039472466234,-249.9153397518168,-29.330932177389137,-268.03386092556025,-243.27408595973398,-171.51739567496992,-342.00652115211926,-13.77209407746971,-223.46259246907218,-411.0237432682532,-436.05319288196574,-82.48840341873243,-393.85655438204594,-447.6398536681939,-352.45677806399203,-340.1804990833421,-123.61831227368059,-479.40187492225317,-317.1549762953959,-390.90643510709845,-55.300637649259635,-100.1898926079079,-20.876424742280463,-200.52415377462674,-281.3481967585104,-445.5216269485076,-454.3452081299271,-143.11684581672878,-479.70131917254713,-154.84942443140991,-104.31018590244912,-21.131693864358535,-50.68406139635218,-80.26233042913677,-423.4379354528068,-491.49722222356775,-190.28456322707854,-455.61506205028456,-347.48552245312493,-126.98526626326534,-295.6279471699975,-279.78317312569413,-201.47628304826026,-71.71139073475896,-262.5628990147838,-398.87576968392835,-178.47586255756175,-376.71430170604293,-457.1902823606768,-485.22380880068994,-123.15837591760481,-429.0019230399422,-61.69587427204415,-94.19740044379455,-288.6181946721399,-11.535703340946558,-304.46323256424535,-341.9795767796876,-115.39336187285265,-122.09402598751407,-186.53085966716677,-290.2713665826345,-192.29631130238621,-231.70017716025237,-491.4646662336457,-499.09962285908784,-96.38296096613286,-125.30589705811357,-328.4487762371665,-324.40948116281174,-468.3823262369181,-305.90503619793765,-43.29191530085041,-467.5236257121862,-397.01785537826726,-212.06823021155984,-224.7251877433849,-159.61157223209833,-186.0378692048742,-342.3460406736596,-64.01104293360271,-15.201370087966847,-179.5700813341704,-154.24660238506092,-358.52272850378375,-49.89516954599627,-55.111288908683335,-470.3414400274686,-328.83043242229957,-144.0969290625983,-119.3027411810732,-177.8309372487713,-51.360471248662606,-143.92771021284466,-185.4158903197739,-73.40625518415045,-1.8798687676466752,-58.25879140314183,-147.1771333190258,-98.67733273079548,-493.4239385937868,-158.28152299094845,-391.0583349306762,-301.4980423476353,-295.5572150829101,-42.17156203318895,-56.22767532562756,-460.13661278162164,-496.4853843305923,-119.94748799007438,-289.34049395427064,-348.2584666829507,-12.065926004394601,-66.8021913601996,-108.38664459981406,-284.0322290186532,-122.58093795120895,-40.57294274774015,-401.495824581627,-472.5700109990935,-395.5256941946064,-460.027075289099,-290.6080575272281,-140.92010389049491,-300.83117740377673,-362.127933199899,-79.04806827723209,-440.3489306864733,-393.5844206094488,-101.84023968310495,-136.58520386322758,-381.83579794301903,-75.12306152331638,-433.3949979598021,-72.28007026889505,-107.52107764363161,-341.5930197831656,-152.57290742794095,-252.16460195007207,-214.5146842050174,-120.27340482731685,-403.453624453057,-391.0898467965553,-173.1656143661119,-456.32554373936983,-8.54459627334203,-302.07057233969124,-354.1987273513391,-355.76709462550593,-17.72241569064581,-477.84385805153386,-424.26371579060975,-247.8399187189122,-23.845907225966023,-303.28953006797553,-253.33835817064752,-347.43786691707015,-119.94491709843003,-261.29082296161033,-473.8503400908789,-128.26403040305945,-85.53446826484013,-305.46261948859467,-26.01714545436962,-290.1677875398849,-136.98319557810345,-172.3404758522331,-359.72753722753646,-235.93632667740337,-127.62424517888427,-57.29362450658937,-145.55048148056636,-136.98324475613921,-246.03123635978318,-491.0548011396326,-30.324105661031496,-131.15787605070196,-102.6531424169751,-485.91930969673524,-61.964359759330904,-117.8737597565045,-493.0494427365855,-283.53235096405524,-448.59192616383206,-193.85715559440885,-102.07395730472035,-5.0127882332591245,-290.66378530257253,-180.02181473148426,-255.1201864931748,-364.84191066444527,-111.63917659136624,-110.83845093814548,-252.33640442119886,-242.19225374851473,-314.3322382650352,-312.39197556110867,-163.18522730635644,-483.64909058710145,-462.256607566594,-185.3088782471487,-484.57695450454196,-341.1381727281624,-311.88156583023965,-350.4132433460404,-22.10623963329139,-66.52517807055203,-160.17576765797094,-208.56629233642977,-198.92486400975307,-322.9346349967642,-322.1702438870462,-283.47040596753624,-195.73178146808968,-157.27700229910747,-5.526147242859825,-342.038068999021,-354.5282808248633,-470.53580746453804,-312.8233140108697,-314.24078068023573,-228.684324546504,-155.18055119931506,-12.616536240181443,-55.68211029415371,-35.069845056827646,-112.94832775453133,-214.74307912215062,-432.922799848917,-390.97140265595533,-188.00936742934394,-214.15163991096776,-92.61006863923393,-170.27569923968312,-475.16901242226936,-87.50818086103173,-21.060795671815512,-66.14063646771729,-407.90366309573955,-86.24868680465237,-25.769613995636487,-170.23649796132435,-56.489393523116995,-79.90470826465157,-372.2040228346093,-150.0568901292234,-301.78770679306746,-139.45801601909946,-65.27691119813994,-124.87521302079452,-216.62294351447142,-368.40536453602846,-355.8648604524034,-192.64997350911796,-355.14652681566605,-192.61670283977506,-319.77521200318915,-78.87702109362904,-154.64513566904913,-21.370894570442612,-295.9531886296134,-449.6675065552997,-116.12610586127614,-383.1006520728063,-214.74373112193246,-389.23237693539727,-393.8701810526243,-245.54578372679603,-68.56367621899784,-477.09100781702307,-24.875660879261186,-51.90105412465507,-220.2949425158982,-323.72551013597086,-493.5747396520923,-405.77139573581576,-120.75417039005254,-139.9737000122675,-469.8632624061172,-433.8686561910786,-271.353971372509,-201.45774982016974,-361.8992839330545,-243.30002747505807,-350.2423067667131,-221.62433824575777,-415.269057454721,-288.9709056039582,-441.0142889210872,-452.6085048272328,-153.79353218668024,-446.1790751332205,-252.3262975711964,-247.8365811949692,-252.47637595673478,-146.5868625912412,-472.1482551599472,-352.7441031351786,-98.53526102402488,-314.0188007748715,-29.388573727109346,-334.12559834666246,-61.09017393919514,-259.0466795042188,-298.36857696604613,-418.92968876423043,-90.65509506166103,-272.2033110742733,-320.89841981095736,-235.7650031943803,-84.27199520840244,-251.9648645596403,-82.9670396416634,-291.8652062729844,-82.69031804417793,-492.87079465902536,-102.3490526073203,-430.7935013295653,-242.61268931958656,-241.10574972911613,-372.3894411191265,-152.07611066999172,-315.1067809498317,-391.0746737058537,-270.63238157523074,-122.66592409128074,-81.62914341119765,-63.90008727084329,-313.54502743461023,-43.5120511060807,-212.06227684909905,-367.0708364369284,-367.7567863277783,-78.13789418837847,-329.0143518005396,-179.6009419838368,-285.80585659892387,-245.6997948971833,-384.00145950345023,-250.5149605416961,-295.111702298643,-366.8965275981413,-205.1484490306651,-317.01188111592006,-317.63947828463654,-328.7694665208806,-227.2832407874349,-137.44576280132125,-41.1678660538316,-357.41694460137154,-140.60347308329435,-349.21061077994034,-375.3993978615824,-163.0501515582985,-262.55048896624345,-487.44759520388993,-370.1134937408698,-409.14675558629386,-217.07640863703216,-330.0171545278762,-268.33224207159856,-362.9209665238794,-74.79411192153984,-309.8045328773517,-42.217977155670994,-233.44091531209298,-495.3565709998663,-144.83364646545115,-284.76560831201004,-354.82298855224906,-499.3433746499103,-80.90178156172756,-335.3122363432559,-234.95704384703564,-21.494822452067687,-75.45500773051283,-174.10767596510834,-411.41964046373715,-408.0538959923744,-270.6190298103399,-345.42786495444875,-95.3139096360811,-317.2006206212792,-498.53462936028126,-446.9839438964415,-387.9392567533175,-263.04153184343426,-147.81003176770946,-64.1063827199505,-83.04502718711882,-106.53178201158254,-93.65093627803634,-497.8096405958979,-393.86660496098125,-151.37595843651786,-245.31327370426283,-137.45393929579197,-261.8331786816054,-301.3046537119036,-366.93778586184953,-234.48128245419852,-342.9551599645402,-207.5927452357109,-334.5637904715494,-232.26472085134176,-463.7823277483039,-174.8006366743271,-129.10250645531963,-106.59225782452575,-124.32177804176247,-321.43263226823046,-116.16033982879026,-410.30578374168624,-321.19664719330865,-79.830205628176,-436.9890883983131,-458.5515906341359,-389.1732283065831,-193.85595604446902,-262.4444116683182,-438.24912634034473,-256.45403877760396,-384.56721751201627,-275.3989747034026,-207.42943105532495,-345.72568897628776,-81.64480315960343,-262.2146548121465,-66.6633455622856,-167.45730916811485,-332.97088666882337,-69.53354242063614,-461.7250655324373,-14.06481801971793,-336.72891164169704,-172.47193380099057,-321.37591730706805,-378.5603413736829,-30.179164275595195,-442.7180963158042,-46.6381495990813,-49.248313546145894,-350.397214214181,-386.8688448418172,-351.9775945116281,-236.5106019739791,-40.582369475563155,-369.3353563968043,-482.1482608120963,-468.7300941833013,-333.22493032995436,-297.14338516818384,-106.64336304052979,-397.6380647326352,-474.86568472882664,-367.3472466282016,-275.8265431586914,-312.14433416501697,-287.3783418499495,-335.1814447844429,-3.803104806932134,-380.06578589983474,-297.2296692767884,-403.242560769003,-480.8150717610948,-50.33626065253516,-56.09162373870347,-274.69382549676516,-382.67748020145285,-200.97085163294037,-326.6979530596338,-116.83526502153885,-89.20514966971726,-74.60703120533208,-216.52787603350575,-64.54706970013302,-186.27179944245242,-464.8533763610366,-202.34782616270186,-73.6329817226603,-215.3884989806446,-100.83847791384993,-11.24267115449118,-20.077299903418556,-200.0896517584635,-16.823142081764164,-311.2648987057013,-181.38656326643354,-159.62790541011563,-422.05683385481404,-397.8053450097618,-330.82083302219934,-317.8344868015127,-461.2333639878381,-146.05929308167498,-229.74635044909442,-327.5510567285909,-238.6829912885241,-100.21520927521831,-57.20329616936548,-107.40708991879511,-260.8137572762349,-33.200769489670215,-257.9500703517689,-492.37947666992244,-369.58384515066814,-268.31587134099567,-351.21877611165576,-153.3177347623882,-173.66081531927068,-209.0642559372752,-495.6058020542097,-452.5961490473838,-151.5847252281225,-178.72042995008852,-56.74789452603102,-382.0561806466185,-57.10937672510086,-464.4018102939734,-343.5538630176159,-358.5638233210739,-83.16147726263657,-238.42399174505303,-206.19501699123333,-389.17019668835206,-424.0176645138702,-15.558653793205423,-334.02855962883416,-143.74494798278704,-71.70447720975103,-450.06737112881115,-344.9286040291206,-153.147414152512,-46.03379561670495,-166.68112740301333,-479.6029181846055,-14.181106224615325,-176.1673730466602,-137.39133264142333,-51.94568256286025,-27.31565758855026,-495.81403395242995,-240.15842141372002,-245.18514113024148,-327.76045089917193,-495.81347557541847,-249.5429029181836,-442.97893996914195,-328.42043230734276,-85.02806480269697,-343.04863545602046,-371.2953710826523,-431.24467612272167,-408.76912081497386,-498.4198708670172,-263.3154192539573,-390.5831036362076,-71.29466279636631,-414.58892016093586,-391.11308096792794,-122.26539504186262,-127.4733558766269,-28.852303130551427,-109.55544777711734,-273.162703188456,-223.48992814812684,-145.07406643660147,-160.09120588677982,-70.2856569316439,-252.21478716371726,-325.1259357043672,-78.17914071205911,-89.02057691031406,-120.92190277089298,-384.4058439655084,-312.91114929169584,-383.28708931299695,-477.6134205145141,-448.6141448070551,-451.50900954441653,-253.89082473413248,-240.34542501329682,-285.6338997615343,-96.24150728816406,-382.01859527908556,-127.11763542201682,-261.3318112081343,-455.9279374863737,-289.3019378475852,-205.08494369317688,-100.1883928513323,-82.35233162516964,-125.37907274066973,-201.14674166345935,-406.67401885691726,-69.65886845753889,-21.966801306550153,-135.2219883427763,-476.45513568722185,-295.3625556097428,-58.033407387000246,-185.62952035060897,-297.9148240069067,-69.32131570999,-401.1060713518727,-258.34768496861824,-398.378426023567,-494.7945065678629,-497.5754473645846,-164.84181430903433,-26.629223849946037,-204.47967272943202,-426.1672330231685,-356.84482230796056,-1.5934273076972927,-288.8452011864796,-494.46861014907506,-111.77487222101546,-176.9066227977779,-405.2367369216978,-451.5918128152735,-198.88145677169655,-464.2013822263864,-474.18536330908603,-34.005740284313916,-279.81551671688356,-244.48826331218666,-271.69048183316545,-79.27779838150184,-329.37883887733165,-57.07978011786885,-485.7779151292311,-381.96429429880317,-424.9834548973932,-198.21672393226032,-58.01070198246472,-426.31177139277077,-12.540509209825634,-73.75420957066736,-395.1781758833152,-26.43155760301108,-420.8760889390459,-156.07167930297416,-406.5967927624988,-405.5263239014823,-104.15325377498341,-421.1450778150815,-43.22164821312613,-390.71217840857275,-236.4811129891813,-167.82371899016724,-39.77693473207567,-397.90263328606943,-331.1399585881555,-164.67044751853544,-174.05198382387388,-144.41418820178865,-182.29654822678242,-62.134363018091385,-215.3631588420034,-11.971713762063075,-77.3486072469013,-290.728601916477,-45.40550010332767,-118.1015193512437,-43.29267762086842,-198.71835116961023,-108.68333350070391,-39.753048758592534,-434.6970390044669,-112.74679186248105,-382.49877483105985,-310.4939745020374,-47.09826535649797,-7.589168095560095,-132.5091435425535,-265.4877972481241,-207.24574033053324,-261.46169351067715,-301.4956277810149,-288.8550062341613,-196.73183639547597,-16.298345223773048,-410.1931037015403,-331.9129460472885,-161.73736533623983,-24.552734929783714,-453.13570288970516,-277.24181296435336,-44.96471905668553,-297.4008931907345,-159.35362361563554,-393.235286248378,-235.2155583230766,-106.90718227988194,-102.81147082596532,-271.8770055506606,-226.02938742887136,-231.2448077907,-387.9612245193751,-431.46619176804046,-180.97359871916052,-135.3204950082597,-257.0595170583028,-293.34910336911145,-157.97532540014646,-419.3650391379462,-245.19706121827488,-249.67515931591498,-183.32507999756476,-251.20326392633453,-439.03989748128356,-336.44370583752834,-277.0318769730613,-155.66449319692845,-331.5685635350709,-259.65302737557204,-25.783149554989613,-351.0296536786998,-137.33683401788244,-64.14810845059449,-181.92104819032627,-394.73108939338255,-362.1052839098786,-80.62647428012949,-38.97805476982763,-77.42752978613554,-393.87577452306846,-230.8365739025735,-223.0074756412671,-171.02179347789314,-302.21790688182983,-15.919136654546362,-457.27233486085237,-115.27064429143219,-44.93564257981686,-247.00758805616928,-311.07740888567105,-335.4280737324963,-49.902609208588025,-82.4819174150705,-394.824503872115,-237.3407260093524,-178.07028602230633,-151.58195973230104,-208.8326181240492,-442.1368533142394,-450.1268062991542,-482.48718035597335,-367.0339506721496,-75.77061770984083,-216.05636001098537,-80.5711177095253,-117.36529541661811,-57.301832880288785,-299.94317589213296,-368.71892087497605,-209.58863539057648,-222.02667300603008,-424.91266594201124,-482.3164514569063,-201.1321899972084,-30.963352531124812,-64.92425364595312,-316.2116581670935,-22.346348867231303,-229.30279087715655,-424.8496574385819,-92.87793632918284,-35.71472070478266,-22.17370576685951,-25.433650953640587,-391.94095965385543,-347.5241470650423,-209.6508400155782,-188.52688777128202,-434.1556244823652,-98.63229440402755,-463.0684764906856,-250.84661635804883,-339.47872509711164,-356.9110707074203,-292.6647461268289,-226.21966594041564,-10.592368298240618,-333.54764340121557,-438.60728071516286,-299.15743817988647,-104.31121817642952,-236.18251273193124,-496.574234801201,-368.99850280450966,-343.26992194202853,-323.2755527411655,-437.64085250776105,-13.978238194833125,-414.70180678735977,-471.93565471020304,-287.4967575726178,-230.5826208369772,-409.70024154256237,-427.50708747962915,-78.35755004509792,-2.1483617580057013,-189.68828340086452,-159.3190608216273,-427.2059344482292,-267.1881243393439,-441.16895882072816,-376.7640535766006,-400.80337466251535,-216.23239340750987,-443.39087741122376,-412.0712900981722,-455.1501235829023,-480.483777712989,-43.59262991699164,-443.2630372932599,-97.59907816253444,-261.9653643813715,-50.80320374156566,-277.1756203120884,-310.5218828868015,-83.06640433085511,-166.2490963535247,-403.93552252151034,-268.144455995991,-192.56599684384545,-215.71869757230277,-254.90126069314468,-239.10617453451033,-411.76332549633656,-458.9900174205026,-109.76630093293238,-408.4145368355786,-82.52017715039817,-222.66879282257867,-77.96128214946785,-398.0126197822509,-358.9920501908659,-353.5588610054996,-12.45102228249706,-320.8299544421714,-263.9029890879758,-488.8743465409796,-214.6305954066674,-444.1570159607283,-155.61185267979482,-367.2333379686481,-38.553491557385854,-491.78433544474956,-238.83538420133078,-55.05552076273346,-287.23172433190535,-289.1398176864716,-237.22142080784215,-498.99034717863555,-35.57811772130104,-397.2546352640941,-146.87937230224202,-434.0169212775986,-101.06937330925203,-113.83766489240799,-92.0186303407775,-315.1082523955239,-299.060287605491,-303.96381925936913,-300.4579476828789,-321.7418382600207,-83.11928289498083,-327.43259122958034,-177.83792657883856,-58.4828892587389,-336.4119209479076,-427.91985846067513,-238.49750685019268,-308.9458641243269,-387.8081216198541,-139.81985095421635,-27.96426873341751,-28.30844215455597,-4.964170844618199,-6.119703174793933,-255.84506562805953,-484.7250733260109,-325.0939822383764,-480.4634064642782,-310.63179672178234,-134.95227346204675,-435.6086635283997,-203.46575715874727,-302.27301813609085,-243.10961856133474,-327.3426258968933,-462.6014620770643,-123.97307352460784,-16.746117352814505,-393.7808087078072,-250.61113356833542,-60.963424917467314,-428.6790209310934,-462.6411039539761,-46.16685390712527,-195.56429609390102,-476.0478287347206,-186.33900495168655,-43.94061990023867,-294.195665516167,-9.05942653548253,-487.17103451087996,-116.12178643649662,-346.33588320958086,-52.289252525973716,-248.2842954801243,-28.689910023128597,-207.08649043732697,-427.164063179539,-305.20738818373627,-260.3307472340415,-404.8351712557743,-477.8466095308005,-99.76144816370436,-116.65645667941504,-415.3259989395219,-347.3113469359996,-96.66710091587049,-215.2425181200718,-475.0148956245036,-282.7123014030145,-425.7061127137145,-242.41474697925014,-5.325756203428789,-250.77340785855483,-483.8382751021975,-452.67814656429505,-316.4237225832196,-317.98585866990095,-307.687338308952,-354.8039560146865,-358.1325153894682,-100.48111302170592,-128.40134548494132,-237.94372852945378,-173.26567039578322,-485.1593928600024,-343.6072109705677,-309.7891663383822,-384.8136503517664,-314.9925867409723,-177.08750613998149,-223.51721222400778,-463.4481967129578,-56.44426530058333,-209.35758518756563,-253.69332028145297,-41.25849094178336,-487.8826738393618,-283.76737550366306,-269.5602960729201,-118.75715177940349,-269.2204688518629,-369.58450014726094,-61.685020025515904,-372.2794497973434,-333.90283033834834,-67.38480664159951,-211.25682064050378,-265.7312204092324,-83.45643746037756,-151.48998914957025,-356.77171682665687,-204.03958914714127,-171.48570639166272,-385.8583099730927,-128.69362342041234,-426.031808813227,-182.74647641211516,-325.66773978658927,-289.7665052268932,-342.6564461763867,-8.739173459607063,-247.65234709218876,-103.77424823545012,-470.478054260611,-144.8065282643277,-444.075802079112,-286.8902170754907,-280.26464079967127,-397.0951839814063,-132.52085174934558,-17.22354323443942,-382.64762944666154],"y":[-406.324974409679,-318.58970060595925,-104.91013842536756,-239.56086645296472,-346.3191820213736,-141.17107222270587,-200.38121824880307,-297.0225449473537,-438.89414960317674,-188.72555071386054,-347.5359722847163,-363.0040913318827,-297.29170174101506,-320.2921596277949,-370.5995783758663,-142.2326226953967,-385.63880999097023,-442.169877487426,-499.39552087762297,-106.67835768437683,-402.2961895026752,-65.53000419563159,-374.0267497859723,-71.322863474086,-345.99944817342544,-297.7549544440059,-16.47802567459433,-288.9613481001897,-354.7263236052416,-332.6204222075635,-288.87901846624874,-243.85894291179366,-53.96888927279419,-91.57066583721107,-69.87005525689571,-381.1649364542303,-147.0782295239186,-263.3870310783581,-270.6640293445688,-15.859614396389166,-422.73090756164646,-301.3753996538353,-243.47368058082597,-210.41004163939093,-411.48974662283865,-112.91562676993105,-98.35157537711203,-80.63826588570899,-260.7688485805756,-105.1046287958466,-298.4630429304883,-237.72967519287567,-3.1016107934216386,-497.291158713038,-225.57996033739624,-446.32559458401056,-333.468288554971,-147.4166698986452,-78.49613179027659,-73.85735403633387,-288.30458835358877,-422.5032076586939,-259.8773722331785,-110.18423893168661,-252.1320066069207,-130.58594963609426,-217.76169964160397,-8.430863194938354,-459.8052460718387,-21.38336314008782,-120.03626957313318,-103.17600248776337,-322.1569742363991,-297.531960194941,-65.10265278353589,-330.8973269017558,-425.7188746904884,-485.0333903376618,-81.5212905636904,-92.01976255471777,-345.39689856972865,-473.6463973150737,-324.77918824364025,-323.16391649887765,-286.4093201123793,-173.5503485097588,-214.0162631756578,-61.4441829033886,-170.17872476586092,-334.3775120772262,-13.293161635567374,-112.33373981988714,-386.3983537895568,-245.96147340413944,-290.1471449961139,-481.4138851392874,-208.39602217009568,-318.33055352628213,-106.54612734606039,-485.8689340111612,-365.7502192419474,-21.468653103698166,-419.2612338461975,-470.4471889430514,-18.358134669371307,-39.93378003123094,-415.1464473447994,-335.68623014041975,-358.1740990117941,-275.14281092740634,-15.407525813238898,-250.67179480819357,-195.4545185818486,-212.89320170881066,-481.22937752907256,-295.94105032307937,-315.74950481876687,-325.30953859251434,-288.37250669376493,-16.853075369987593,-251.1075374101427,-314.1163528593397,-235.0530810326198,-117.40641897644444,-63.09030715508646,-427.4686488581559,-258.03705574448253,-420.5232674365047,-181.4208761515792,-471.85717004476555,-355.93353208115195,-284.09948590626277,-454.75569383824643,-22.692129993784672,-147.37934972366585,-205.4092586744537,-197.24301184216387,-434.5871621549891,-158.50837925055905,-63.16049278164337,-379.2901338764717,-165.47926394306944,-271.2662736349617,-66.50580925802197,-191.9602083402907,-30.736298438145184,-233.77559494876454,-171.5610138687236,-255.1354842125735,-321.9319024462781,-240.23576652451385,-227.34814333873243,-31.987315304405904,-338.4863030737948,-81.212635230543,-415.38552144492814,-160.6957037754899,-121.78262341493651,-477.5846369924814,-380.0778094083429,-466.45345549595964,-88.47680193003882,-146.55897851139167,-112.07895702656867,-477.7545259012619,-113.90056149690098,-450.0323666565722,-362.5294873494078,-32.198273909279095,-247.1516807596158,-319.05423050994074,-36.931413670015175,-110.92357726656465,-84.545135065082,-280.57274756881446,-318.209641699965,-96.26743024780804,-315.69021637875375,-195.9647726580581,-21.778307257228292,-315.97979612604956,-478.3670972375929,-481.6793353829524,-249.71402595849813,-351.94120954776696,-18.90439044053749,-183.85342518615522,-474.8437599324933,-6.2155784511470635,-446.6508473722207,-116.26487639543359,-491.88717391568616,-240.96832616455677,-438.3955945141058,-25.1884587415222,-305.7999062445599,-7.250402158522351,-221.85039172348198,-308.6796297741007,-296.82852831263017,-427.1354352861402,-462.8971397173127,-42.08388578420064,-306.50001683906925,-272.27710871326406,-266.1174411239037,-292.52712769134183,-369.9763920122369,-120.07515550130587,-297.42826767711296,-399.47280769583426,-102.50237857989586,-472.0637292988362,-200.96046610813923,-366.6704880151961,-299.3685619744173,-497.3304896873094,-9.644635597096052,-208.68139378124894,-23.38549295657333,-313.3995053029736,-249.97139904469122,-230.23998249041856,-53.92457360715386,-369.9683443922805,-276.769127456714,-87.90616085034142,-482.95084939633824,-174.89614015448117,-4.631136183712914,-58.781733800400524,-316.7930433943608,-101.11907170541723,-416.0668839389475,-108.04139127168244,-481.41454923433736,-392.41699719502344,-441.87872900362777,-456.3601885193204,-198.47870905855447,-0.9931833343365115,-421.2970562802627,-20.68182705412136,-102.6922259048606,-375.0668220439971,-52.24885044936401,-127.0197915520337,-100.51171935418624,-473.7594755049137,-333.5202354411414,-494.51475901686126,-238.01640693755098,-140.68742815654534,-402.8808886702442,-30.722822600166566,-403.6239214559737,-447.88995665623963,-88.33215924244764,-483.6304060629866,-43.972938649885386,-408.70457360657196,-122.18541560661045,-451.62586594796016,-337.42009112993134,-65.33181029105994,-171.84152621866588,-460.2154372077146,-236.91066539852702,-422.2082781537283,-61.40085586321098,-316.62912669223584,-269.70300128062917,-266.317196024245,-299.2686510438848,-43.833951861147355,-132.81647336723557,-173.7880739272113,-270.496805939764,-247.89146897077242,-142.47115582015934,-275.3446400167701,-366.29848370699733,-406.90696761506115,-216.59464667385154,-78.89011185284312,-479.2327932695384,-149.86518465834132,-75.67562903640412,-236.0215016416638,-400.09612348702973,-233.40502066377945,-348.8848656912186,-306.9173668191149,-152.5629566956369,-217.5162654884627,-221.88809315669278,-179.20631869560322,-160.10039867228664,-161.2920799798593,-307.60588229442544,-162.22824315566731,-495.503097151167,-114.63735108224293,-141.84360020788023,-244.9623968150586,-95.42546048489208,-104.95422217619021,-313.97900119480096,-308.70598328790743,-340.7131704919406,-198.26223039116874,-281.92989142182046,-108.47111785844277,-359.5372550950754,-33.534945754995384,-217.605486460674,-415.91355724991297,-182.46413752836054,-476.3446872017703,-480.8506691363307,-3.10153255047918,-409.2301327037226,-349.73627884346456,-365.38628622707824,-261.50389803543186,-375.2714198089473,-18.567311706108146,-306.16418417831505,-424.5612706280749,-237.9612815722898,-365.9827997520049,-213.2907783358684,-74.58051739639615,-436.9387058824138,-483.22402119759056,-239.4016831975154,-67.89330532257365,-26.839005294771013,-79.2761019253051,-65.23419080990122,-17.919617867402593,-428.8503738026036,-1.742463254639226,-449.12838716128533,-400.9221022531251,-290.6948595173785,-247.27958574424903,-120.2689750569541,-149.9436345970252,-370.7136757993763,-76.31578586163334,-244.24127583598775,-117.66155182675398,-379.69130000144656,-31.246479903362378,-17.514049289845566,-183.8845633480418,-460.3009134766901,-252.910478504194,-345.2140504616513,-468.6224529314835,-102.50547148812927,-130.05823464494426,-185.73957958911413,-170.62475507079023,-316.4216307449981,-339.1819793986501,-333.2466925711335,-262.3510031253963,-451.4467774770395,-67.11326575444443,-255.18156433414475,-144.23249362337575,-158.40117541119025,-314.2161651936913,-78.93737016157387,-392.57672998755754,-37.586473373336204,-181.73835831056584,-348.3589479195862,-99.63113862436279,-472.8468676499401,-12.048951203516012,-284.1749934093699,-490.3302515450245,-392.689562106348,-317.7507858492542,-477.03483197633057,-247.1849670712176,-146.81429461996998,-107.51864889845852,-160.54221475706876,-272.13922857368044,-257.0653444488619,-454.6955582462887,-463.3834681430424,-174.44058911749605,-83.28676007438796,-408.98545988080673,-268.3365184597726,-167.80353059329855,-165.26879471722933,-149.32826269483724,-431.421447528168,-56.63289986612574,-117.54942478981734,-438.19594951053375,-471.51902668426015,-63.83148488261781,-466.9948500367255,-137.23487884282613,-47.04430436986318,-427.1227341574838,-30.837555008592087,-307.5100381181516,-186.02046993892208,-26.21177819779885,-50.86865878579005,-9.694172681107727,-416.5805202425561,-465.14006320939495,-200.59617293706745,-56.034127287818315,-331.32137928388903,-76.87509476657284,-130.06481250770062,-75.30536476972304,-451.8433317882373,-186.09439755714396,-173.61960588178883,-9.372421896185479,-394.9360834661896,-365.11221349436386,-109.35662529864776,-0.11678451975627446,-230.074050356874,-421.5219346454729,-316.36668176770996,-210.91130783682323,-399.62873617380825,-234.81528704548714,-267.6731379913091,-325.2874102675269,-78.00652600308145,-260.89401597070827,-321.1689087847872,-81.48166789146349,-19.365969849247545,-404.4648945020236,-202.6429556563929,-338.83406719394236,-15.760578041520867,-115.73274428220526,-436.4036203647097,-477.3676417803516,-107.51014136291315,-430.4602667441354,-134.58705260394666,-87.46889719178341,-390.1303826348076,-303.5091202524067,-26.30172903876471,-306.87030562285423,-53.65982097523947,-49.87152438640019,-455.3793386834507,-347.79895458035105,-450.65786214788307,-214.0321953206018,-441.23789155859015,-19.973328277628877,-317.5694736685437,-42.89223603287762,-368.0990466015817,-302.3767930553716,-303.34007518995475,-192.3345925976192,-249.08055777942184,-418.01826851293214,-457.3995182339802,-234.5626411493017,-305.7059681620372,-346.18796104516923,-217.66321831656566,-232.56503041815836,-332.096563312084,-89.25014281985789,-358.2059552298216,-386.6219498040284,-20.862784941679703,-320.2726553797813,-223.5839931986261,-41.313300215216174,-102.38592000232293,-482.2891387595879,-19.08407431688486,-259.0724180307191,-151.8131014295574,-386.96285623254244,-323.57296146664595,-83.51584134703816,-165.6323776827744,-329.98079289454773,-32.12511881141988,-90.74129073523108,-43.873823662760934,-162.77502148526025,-447.2629759308069,-72.79895749146037,-492.78525597930366,-284.9336049053491,-186.863412804926,-238.0447627249771,-316.21275538568773,-244.4092637005415,-168.40302877700287,-262.76083600874125,-330.09379826080345,-492.5092438492517,-235.30491753939776,-405.3928270541174,-56.25689547604284,-207.2109337852023,-476.9614596261289,-148.59912419968967,-486.2993177141809,-417.7007100146001,-382.56001003974296,-44.930015901414876,-167.2089450345633,-488.00511894088004,-215.09789285979807,-327.938627089293,-140.29952145969648,-297.79683987203754,-322.6482104021664,-81.79726047184977,-357.2256231539448,-357.65896476248713,-386.86363455960316,-459.7839334124386,-193.21043725058462,-249.2342945763636,-189.20338019062842,-379.6293395433838,-129.10908182840197,-263.44407933767724,-204.82570126024757,-430.9316828598486,-21.637464434562826,-160.08584435710327,-102.98522795803977,-53.49506824148798,-490.54862099233,-83.06145363626615,-467.08296951176777,-173.88144141825913,-152.3908566541874,-470.3904346920831,-51.15811992725361,-499.31097521069177,-6.989700661164444,-190.8680934499778,-491.0397876770989,-445.3685355119319,-453.1183031720129,-193.75040074429583,-322.56364366544886,-65.97600243602109,-155.3929003465382,-4.262321949061398,-99.55677011712017,-443.4288546302703,-451.32171310922877,-191.50652116605028,-478.45055041275697,-25.1611963918964,-248.33473417022932,-270.27564008291426,-444.3122884029253,-349.8515185088025,-232.48821862752632,-218.3773899043937,-344.88678656480675,-497.47133604461027,-167.77952739726442,-252.81716628299478,-125.4987601128742,-456.40780022567105,-136.64969522599523,-152.97334661767215,-481.2285339583101,-10.117404061593893,-109.81516338873176,-129.31160546527587,-98.14833871746987,-306.89300135236897,-410.8272410196795,-327.2380801802305,-459.09423514850675,-37.57839639399363,-326.4287969237428,-65.2703188809669,-356.40783298827836,-128.6621716850851,-449.83012871619724,-414.1092111753384,-457.0640619268026,-243.488244104614,-149.3887348187727,-6.801810784580864,-78.0243155169661,-309.4283690622902,-43.500594763916766,-152.17736997976849,-304.68238665760384,-12.551107345987077,-432.80873788824005,-317.83362566940696,-202.65580229059677,-441.1099301973137,-113.1348866391264,-100.56876877387711,-411.74161806347075,-336.4897683349237,-262.59950809908463,-85.70973604373377,-94.591771625135,-48.04210119505869,-237.37059805526474,-320.4434456117815,-226.587905561492,-37.47982509847869,-298.5067081233429,-430.98945928391765,-485.86132945386487,-466.838130732731,-86.50402250602096,-215.72887534210994,-283.55822518311334,-41.70202345685936,-232.58647739520976,-177.56786857490837,-467.41683616886496,-64.48751003632603,-85.88505442339967,-483.11028757272067,-212.72648948018536,-39.50905397580507,-358.6659994620245,-231.28427052827573,-170.9372207304649,-283.3872244972634,-385.5411258385433,-44.30643675242152,-321.3200903957857,-472.0829838341195,-270.83684331792233,-362.8976355311255,-447.12239758310966,-225.71076041517202,-159.83347396211556,-103.86628792579732,-81.98000290131368,-414.83103744332016,-439.09752460197905,-184.41950165098575,-292.83086503179857,-239.68623887237374,-283.67593803871625,-124.17882073447217,-22.9382410467146,-359.8092996491771,-412.7753918877818,-139.8057798124177,-1.5758600070789885,-475.2750482693693,-182.51829733594172,-56.59033499643673,-238.1788485583579,-340.55245078108743,-138.45758788826012,-173.05728672763965,-248.40829985496782,-268.8077239200062,-132.7654605664461,-381.49509405678884,-329.6238617285919,-393.3011077940577,-244.02121230890094,-115.3893094270031,-67.17618885510046,-316.90507672966373,-81.45621850653639,-150.59766911588025,-67.12540588532478,-165.3696780730176,-444.16727497389843,-83.26904280062664,-408.8646751982563,-129.87177214473144,-411.19766957683936,-164.94935850818015,-238.3621196569612,-336.92231229775916,-71.87013075844206,-18.207594176927632,-439.78041159012804,-259.463978226448,-18.991516026477306,-211.7113719046171,-375.1014049616526,-267.3437089730758,-153.94723716390445,-238.32943774971972,-463.2615314963114,-383.9768061464908,-132.24476770701955,-111.88145329715171,-298.20472152137745,-157.0982158036036,-184.72232262753508,-226.5336932701738,-293.95096077544804,-317.3241329805127,-43.0049322354441,-328.68951414637905,-69.17517069340684,-168.36982046279758,-416.2693163826643,-391.52728668449197,-413.05777513541653,-189.50736146612758,-88.66766207830135,-307.09966834439075,-469.76538092746114,-282.16274400416864,-320.7257378135422,-440.0539707562871,-178.96343949621286,-329.08327726986045,-436.64194383447716,-267.7721586677055,-79.12428584470699,-355.79905617113474,-334.31024224485884,-323.36426722482446,-470.0470920738107,-167.69749891183017,-19.850466421890147,-74.682776695993,-268.7211827442598,-125.13582029200366,-129.90714888713939,-333.62570079346375,-424.01661272616695,-20.657321373952044,-485.3911231360397,-206.7147844317785,-194.46154677413517,-252.21815680217674,-484.49751182943976,-349.1912244698786,-430.0950708454371,-73.65170190085956,-267.0161817725982,-171.03342601471573,-298.59994871974925,-352.8725345618005,-205.90906277446464,-135.65354501731153,-475.1457986314953,-46.08726393633633,-435.57093638964716,-273.3010852586594,-12.230608100392782,-229.21689029393755,-416.29513275224963,-152.61687500102704,-418.85135006748055,-394.7494845147109,-479.00353468126224,-54.227642385685336,-236.92097521799815,-216.60484501372724,-320.12811200198854,-199.36916103055614,-358.35651507183564,-325.4527099499631,-478.0321240435856,-144.76193124641733,-313.7111899105566,-335.18316381170985,-180.1250154596542,-79.46976216154023,-137.53823516634745,-346.5278562704861,-486.14987015923515,-445.4043978429977,-332.0731600071513,-270.02017593465877,-454.1655816435308,-28.955348531792048,-248.2726864854924,-336.98351379321,-258.65028563671746,-169.76383195568735,-140.0150073875629,-114.82185667811518,-214.12799838716546,-145.233890630164,-98.49998087726041,-28.08139353901662,-270.2786135340779,-82.536237539788,-44.24140501752072,-484.55493417934724,-176.26893088638042,-305.0053207291659,-181.15478974037325,-77.23122936122317,-250.5447068474167,-128.46718360693333,-102.86793628837654,-491.4319296274684,-474.40606117069007,-140.56399711087118,-498.0901690434243,-205.6263783435892,-361.01902366866653,-11.329052310257048,-349.93511111516517,-284.99739004294133,-266.92522385982795,-93.22522464983184,-149.1746423427881,-315.69057912037823,-445.9586717969436,-359.3528553999813,-67.66729049563946,-63.46931357023045,-393.6441144507873,-245.05502192668015,-209.30414663602392,-356.17749819246546,-430.3525795129997,-116.12980895506297,-169.17113147520624,-48.587564157603126,-94.17566463559668,-64.96469375809421,-120.69452440986007,-69.95645613226442,-13.438518770943375,-419.2578868012937,-253.19153654537098,-449.59100116767223,-434.9458845595132,-288.38736158966395,-476.2483807754715,-125.04658420683911,-337.22683016418665,-495.2449845026375,-249.09963397527167,-184.9736622740268,-34.126145853276334,-279.1175755570083,-348.5244349985882,-335.61778478520756,-189.6846610990891,-497.73824820441547,-411.0767185174993,-185.493272612107,-29.17533043960696,-301.1089488840241,-425.1521016334102,-313.214854003254,-128.1805968660139,-289.91966779109526,-340.77119304307314,-217.75613532097393,-278.6223378639213,-277.49170587444615,-70.75149481931619,-457.11795692244175,-398.32442404395965,-154.64936476733592,-60.35422687673031,-399.75796586960035,-245.30293269131354,-430.15589106060656,-345.31560243423434,-1.9929858078931995,-385.53331059742345,-103.53317330477374,-27.64366520414807,-65.3676753104262,-87.83012212799413,-243.4352837482654,-227.0589866254783,-254.75184981052678,-126.9008924556153,-420.953764751816,-350.5675784011486,-397.5258305467518,-225.3006951572607,-94.02220609459444,-440.1304760990041,-23.121684189675197,-39.39354759053937,-414.4781794186877,-451.5068183134201,-168.18154317948975,-246.24740112844447,-220.0941750726394,-252.5694319559607,-284.2374513089434,-169.5306499189151,-76.55682617846571,-183.35555436685834,-418.44683373878735,-469.5278476081379,-154.2490804491622,-235.23693256722154,-172.5700743335774,-191.74050506429796,-480.26923137538046,-236.12222773243653,-441.4186264084463,-212.1224855023688,-259.2119132956321,-441.2860497314839,-257.0260890063548,-462.616247628701,-468.74467234136375,-133.8731904303072,-283.2572687074785,-362.49596063606924,-267.81947941057496,-271.4348789927663,-369.02762979166124,-183.6832110482399,-189.30539891570663,-350.41365280059387,-368.09832094030713,-360.2044087416224,-245.8225049913476,-167.08887795362537,-18.66935893897226,-438.61278713747777,-138.84404557748763,-102.9061251266865,-11.071165949072203,-151.95697448770707,-278.7651194360111,-295.9091587635536,-110.97734465513165,-48.73096706630364,-89.44874583510742,-120.48497686061398,-459.62465888313733,-295.31090673171167,-66.70947523584525,-485.09365000378426,-79.43586095893728,-266.45175199863934,-274.91864820406107,-37.92955576774648,-337.1968448450552,-44.505900090184184,-15.02682070508321,-438.74354383244383,-128.32798250434263,-231.46746309894993,-258.09772664686506,-323.95166685674303,-143.15951133830396,-233.59381279160795,-174.39242265563703,-282.14082569536214,-29.69640525689943,-137.86438243654285,-29.370442969709366,-74.49425286010114,-93.96603504772739,-483.4758486865293,-430.6202491350409,-409.5917356132011,-367.07163535857455,-146.4993020624761,-354.2329790970975,-453.471865381495,-499.86562834632673,-163.8472914152963,-313.26912690814424,-14.752006806009966,-426.018060030004,-113.54336028900303,-485.71124152770597,-257.4841065012471,-134.8871017933434]} +{"expected":[-2.9466023,-3.1280127,-2.2506475,-2.094646,-2.670816,-2.7566872,-3.0960894,-3.1395996,-2.6155703,-2.141301,-2.388772,-2.8414178,-2.356511,-2.1193419,-2.253705,-1.8487169,-2.9267354,-1.7050586,-2.5733614,-2.679114,-2.140543,-2.442223,-3.0525284,-2.0218606,-1.6371065,-2.3145254,-2.1978264,-2.2285404,-2.363409,-2.1721425,-2.5643513,-1.902679,-1.7538695,-1.5846413,-2.4989793,-1.8129448,-2.4390006,-1.6860154,-1.6772217,-3.0807285,-2.5079262,-2.2080946,-2.4850721,-2.5121818,-2.1576836,-2.6986215,-1.9057755,-1.5715306,-1.6981723,-3.0234737,-1.7308717,-2.9165895,-1.8963368,-2.4131055,-2.490103,-3.0767598,-3.0239918,-2.668217,-1.9799215,-2.5744684,-1.8308314,-1.6814351,-2.5956235,-2.3971128,-2.516439,-1.9132203,-2.8714077,-1.7661462,-2.2407932,-2.7951686,-2.989751,-2.1963894,-2.7033088,-1.7597383,-2.9849217,-1.790494,-2.3926356,-2.3438148,-3.1239948,-1.8209659,-2.0431025,-2.274406,-2.3476615,-2.6894019,-2.0606916,-2.3335807,-2.5691059,-1.9194577,-1.906435,-2.1584046,-2.6500826,-1.7278847,-2.8500805,-1.7340485,-2.609555,-2.844036,-2.889672,-2.1674404,-1.9271171,-2.3610697,-2.5565748,-2.4186778,-2.0946534,-1.9236835,-2.520908,-2.0079937,-2.4072647,-3.0136287,-2.680558,-3.1063418,-2.5033464,-2.4459903,-1.8926915,-2.4937372,-2.3535793,-2.2708507,-2.6977446,-2.7723358,-2.700346,-2.2751846,-2.9688776,-2.6932425,-2.8580096,-2.916626,-1.888533,-2.2830968,-2.6173372,-1.9182954,-1.9825486,-2.9341812,-2.3278356,-2.1253989,-2.9649944,-1.6881001,-1.5798068,-3.0455081,-1.9923006,-2.6775014,-1.6947577,-2.3054895,-2.8056977,-3.1271853,-2.6080527,-1.8219541,-2.3857808,-2.2968798,-2.3962755,-2.152485,-2.0223353,-2.8795152,-2.335434,-2.7937615,-2.4011269,-2.4361858,-2.0070198,-2.9892566,-3.0041616,-2.917212,-1.9293715,-2.2720966,-3.0495148,-2.78785,-2.2206182,-2.0823884,-2.2576983,-1.9890118,-1.6092714,-2.3187282,-2.4729743,-2.7941303,-2.262336,-2.4273334,-1.8283619,-2.4297094,-1.9497101,-2.962526,-2.2380726,-2.3976903,-2.6896782,-2.113309,-2.397666,-1.615809,-2.043913,-2.5428932,-2.9294758,-2.3860765,-1.7432882,-1.8218223,-2.6705577,-2.1127257,-1.8709719,-2.5009954,-2.6594698,-2.7570357,-2.7017877,-3.0143251,-1.6164778,-2.8087623,-2.98022,-2.833858,-1.7250369,-3.085071,-1.7892123,-1.8598253,-2.7983503,-2.2902055,-1.6861523,-2.847589,-2.7072008,-2.6794193,-2.2785482,-2.673331,-2.5006514,-2.2637694,-1.6204515,-3.1140413,-1.6274416,-2.3850517,-3.0616772,-2.529128,-1.9509894,-2.7527046,-3.0035791,-2.125137,-2.2303772,-2.1954815,-2.8102713,-3.0198178,-1.7534875,-2.5211165,-2.3550715,-1.6657517,-2.2164187,-2.6494775,-2.4557948,-2.3074434,-2.9938712,-2.646553,-2.4223645,-2.6927755,-3.053602,-2.4058216,-2.3927991,-2.172882,-1.6695604,-2.431632,-2.9844513,-2.4780278,-2.5337389,-2.9106088,-2.7909334,-2.7577088,-1.6937723,-1.8091007,-2.2451978,-2.220511,-2.6640708,-2.8663435,-2.6754541,-2.8098114,-2.7218475,-2.7393174,-2.946896,-2.4940817,-2.0025892,-3.1246462,-2.5644937,-2.666644,-2.8348331,-2.80452,-2.5972552,-1.8816072,-2.252442,-2.4368396,-2.210831,-2.79924,-2.7931101,-2.3658206,-2.5386012,-1.7051913,-1.8911954,-1.7467276,-1.5908898,-3.101876,-2.5203044,-1.9065723,-2.1532676,-2.3566,-1.8492746,-2.1294317,-2.4061697,-2.462344,-2.4885955,-1.865951,-2.3625822,-2.5802166,-2.3423605,-3.0292425,-2.1366367,-2.73044,-1.6604409,-1.7420938,-2.4472458,-2.0904884,-2.2884316,-2.1957579,-3.0372195,-2.274443,-3.1232548,-1.9177012,-2.4293313,-2.1249185,-2.7975507,-1.8205113,-2.0288787,-2.7910967,-2.271652,-2.3304446,-1.6455323,-2.1879506,-2.6179357,-2.2398796,-1.882284,-2.825696,-2.6269996,-2.715981,-2.2055933,-2.1018927,-2.8054178,-3.0757205,-2.3784616,-2.7400181,-2.0843465,-2.9483922,-1.8393296,-2.9742825,-1.9834429,-3.0566723,-2.5254765,-1.7917635,-2.0226502,-2.47332,-3.0293467,-2.3003216,-2.0977967,-2.1507552,-2.3073254,-3.074109,-1.6773366,-2.1160781,-2.6267643,-2.942368,-2.8548756,-1.9897488,-2.8951113,-2.6490068,-2.1268282,-2.2026935,-2.2988563,-2.9494512,-1.8575335,-1.7976977,-2.1610477,-2.8206387,-2.6894536,-1.7035371,-2.8595653,-2.4512975,-2.0171256,-3.0549176,-2.0405662,-2.4976535,-2.9782484,-1.6783731,-2.2466133,-2.4211693,-2.2133994,-2.3150618,-2.5205467,-2.664078,-3.010504,-2.0344224,-2.5385754,-2.7650833,-2.5238647,-2.6331186,-3.0373538,-2.7359161,-2.3629084,-1.8809549,-3.087587,-2.0729573,-2.6097684,-2.669921,-1.8950781,-2.3337839,-2.9624882,-2.3687325,-3.125371,-1.8280578,-2.664507,-2.5030324,-2.856354,-2.5018063,-2.8760135,-2.84605,-2.1864748,-2.737044,-2.3608005,-3.103932,-1.7727057,-2.0003703,-2.3134935,-2.416319,-2.680194,-2.7423909,-1.863408,-2.7306106,-1.9302593,-2.218598,-1.6490119,-2.2349308,-2.5423806,-2.1482694,-1.5978026,-2.3411572,-2.0295348,-2.426098,-2.1050193,-1.9733248,-2.710415,-2.4167526,-1.8361611,-2.728731,-2.6229224,-2.3676853,-2.4326272,-2.2744153,-2.3454654,-2.2422318,-2.7338574,-1.7032765,-2.8776221,-2.7714772,-1.9793017,-1.8449317,-1.9557935,-2.553636,-1.9173042,-1.6938732,-3.0021858,-2.0954633,-1.6941462,-1.9591726,-2.1346278,-2.4845767,-2.4003181,-3.1224759,-2.3530655,-2.4780343,-2.4564025,-2.3486235,-2.3500476,-2.8872194,-1.6626265,-1.5762933,-3.0033567,-2.721385,-2.8785064,-2.8822875,-3.1135921,-3.0079257,-2.3564084,-2.0568337,-1.896519,-2.3078127,-3.1023405,-3.035299,-2.5826411,-2.7797887,-1.9259492,-2.897801,-1.9400553,-2.8021011,-2.116688,-1.9037833,-2.7917452,-2.0903757,-1.5874467,-1.8210458,-2.2324483,-2.3117404,-2.925818,-2.4608145,-2.1251724,-2.2528267,-2.387305,-2.652862,-1.7935965,-2.0371845,-2.0354402,-2.472659,-1.6396168,-1.7076606,-2.050613,-2.1557322,-2.9617708,-1.8596615,-2.8369544,-1.9459925,-1.8942691,-2.7515411,-2.6611688,-2.386746,-2.629443,-2.6469991,-2.9487386,-1.8861825,-2.4403362,-2.0373762,-1.8458077,-2.7800896,-2.0044878,-2.5624416,-2.2156007,-2.4564433,-2.7364414,-1.9015523,-1.8995512,-2.200037,-2.5040658,-1.8208401,-2.271427,-3.0611327,-2.2513366,-2.606624,-1.9503707,-2.1332765,-2.2314801,-3.1298325,-2.0264637,-2.645428,-2.752756,-2.6100829,-2.1884346,-1.926628,-1.8523799,-2.471424,-1.827983,-3.0209117,-2.2636788,-2.7117689,-2.758345,-2.432733,-1.9771413,-2.7219186,-2.0251894,-1.9268571,-2.4602566,-2.263374,-2.4099479,-2.5013409,-1.8073035,-2.549755,-2.407027,-3.069935,-1.6889564,-2.356565,-1.5716478,-2.335215,-2.336291,-2.3150148,-2.9715343,-1.9949745,-2.556734,-2.659974,-3.0423617,-2.8856187,-1.9726622,-2.4550433,-1.6925659,-2.6615343,-2.5979908,-2.5262585,-1.900587,-2.1434505,-2.5262482,-1.7042754,-2.458482,-2.39666,-2.7825458,-1.8121685,-2.7611752,-2.290946,-2.5886338,-2.400126,-2.6114464,-2.4496148,-2.766179,-2.482579,-2.488312,-2.2305882,-2.6538486,-1.9925318,-1.8599647,-1.871718,-2.3264894,-1.7892641,-2.5322194,-2.8477986,-2.2362146,-2.0640779,-2.9693458,-2.5116,-2.5107203,-2.4345741,-2.3997307,-2.2707665,-2.4718544,-1.8444563,-1.6463522,-2.3314204,-2.0709038,-1.6219697,-2.416263,-2.7997909,-3.0790608,-2.337628,-2.3280346,-3.032655,-2.4298193,-2.5485795,-1.7694386,-2.3354814,-1.8077856,-1.7937689,-2.0871737,-2.95856,-1.6493337,-2.7171652,-2.2661576,-2.8145366,-2.2188,-2.9183543,-2.8825407,-2.1396215,-2.1270833,-2.332037,-1.7603935,-2.7902358,-2.1228957,-1.7700063,-2.427186,-2.1469505,-2.215161,-2.3405182,-2.4822528,-1.8910179,-1.8261564,-1.7129012,-2.8785048,-2.6189492,-1.7070408,-2.8173277,-2.451692,-2.5946312,-2.2257597,-2.6315055,-2.3486536,-2.866748,-2.7636337,-2.3924057,-1.8569751,-2.4994621,-2.5768888,-2.9222043,-1.8677537,-2.1829739,-2.6749747,-2.6221807,-2.348304,-3.0669856,-2.3286595,-1.9012709,-1.6368974,-2.3805428,-2.3191483,-2.0401108,-2.7862575,-2.1038861,-2.5896354,-2.391594,-1.7243603,-3.026907,-1.5786926,-2.9994,-2.5575457,-1.9858367,-2.5100477,-2.956201,-1.713224,-2.06199,-1.6178936,-2.478443,-2.8729753,-2.3019161,-2.506833,-2.3593364,-2.645993,-3.1317365,-2.4665678,-2.6471217,-2.2767293,-2.2589958,-2.0213575,-2.3213913,-1.7574153,-2.1714067,-2.5642557,-1.8705943,-1.5894616,-2.112899,-2.3541324,-2.1426945,-2.229336,-2.7043576,-2.3435926,-2.4984148,-2.8431706,-1.6173749,-1.6600379,-2.4055781,-1.6007625,-1.8907642,-2.6371496,-2.1431558,-2.551538,-2.2013578,-2.080105,-2.4589462,-2.1234996,-2.5366046,-2.6249247,-2.058753,-2.2659314,-2.4434195,-2.3682885,-2.6168873,-2.3971958,-3.0599592,-2.1780372,-1.9081526,-2.926992,-1.9476763,-1.9061515,-2.2862916,-1.6161203,-2.9985104,-2.932005,-2.3046725,-3.1216657,-2.0739245,-2.5228775,-2.646534,-2.7389657,-2.8344216,-2.2218611,-2.5526233,-2.3027053,-2.4354017,-3.1167362,-2.3043635,-2.2319055,-2.3409534,-2.7319791,-2.5912693,-2.6635792,-2.70598,-1.7960395,-2.3840642,-2.4879837,-2.3966234,-2.6364183,-2.3289692,-1.7729682,-2.2571812,-2.0031617,-1.6954771,-2.5311937,-2.4849672,-2.6683269,-2.7905152,-2.295319,-1.9867209,-2.1059513,-2.3174574,-2.3598623,-2.627282,-3.0188563,-1.9678063,-1.5748113,-2.732773,-2.3441355,-2.2391856,-1.912928,-2.3507583,-1.6228716,-2.511401,-2.399543,-2.1764472,-3.1056602,-2.6645563,-2.3788075,-1.8540927,-2.5592844,-2.8015578,-1.8389931,-2.0963948,-2.6424763,-1.9653561,-2.6472044,-1.6356798,-2.7809799,-2.3856483,-2.7952697,-2.4220304,-2.9871707,-2.8072615,-2.3835719,-2.8626132,-2.5473506,-2.8662605,-2.4903274,-1.7429694,-1.6393646,-2.3264303,-1.8755056,-2.0264974,-3.048317,-1.668083,-1.7519068,-2.1045945,-3.0773308,-2.542112,-2.8191645,-2.0192292,-2.8598309,-2.7200935,-2.4514809,-2.4173098,-1.6883696,-2.259408,-1.7377137,-2.968981,-2.9162414,-2.3582993,-1.9037627,-2.7787147,-1.9083395,-1.8073334,-3.014027,-2.4556293,-1.7985723,-2.6656587,-2.9924402,-2.440152,-2.6050937,-2.184999,-2.3251283,-2.0887723,-2.023719,-2.0940402,-2.8929598,-2.132225,-3.002222,-2.4627337,-1.650821,-1.6880232,-2.7400312,-2.2361374,-1.8653164,-2.8953896,-2.024239,-2.588147,-3.0369167,-2.697831,-2.1555603,-2.2872608,-2.4786623,-2.3780875,-2.2565227,-1.6790925,-2.4663982,-2.9635034,-1.7407527,-2.5243936,-2.966818,-2.9930038,-2.0982711,-1.6991872,-1.9839711,-3.040354,-1.9308286,-2.373013,-2.9414482,-2.5504568,-1.8709283,-1.9965929,-2.7072055,-2.2157474,-2.788743,-2.7907097,-2.104764,-2.4741817,-2.4782512,-3.0671275,-1.6254454,-2.7813225,-2.5540812,-2.9009702,-1.925666,-2.4666097,-1.7463406,-1.6737643,-2.1215787,-2.658654,-1.7374374,-3.081896,-2.4731393,-2.4496765,-2.414441,-2.4867766,-1.8533406,-1.7243226,-2.60735,-2.6930509,-2.0471463,-2.6487012,-1.9329872,-2.6974263,-3.0765846,-2.9836423,-2.154685,-2.6814446,-2.735839,-1.9009461,-2.33726,-2.3327088,-1.9655505,-2.4493053,-2.3532448,-2.552127,-1.8160572,-1.8342279,-2.0239866,-1.731773,-1.8424442,-2.2366958,-2.2963665,-2.362747,-2.2674472,-2.925031,-1.7676957,-1.8569742,-2.8707337,-2.1617844,-1.8577839,-2.2055295,-1.757695,-2.2668602,-2.1605763,-1.9950571,-2.2971215,-2.5547903,-2.0863192,-3.086192,-2.316644,-2.3644214,-1.8885193,-2.6064909,-2.5231576,-1.7805403,-2.397359,-2.3125107,-2.5428877,-2.2356808,-1.9112463,-2.828918,-2.4640903,-1.5979788,-1.6050994,-2.3016565,-1.5995213,-2.6731153,-2.9469512,-1.5901624,-2.9155517,-3.1077285,-3.0324752,-1.8434118,-2.862464],"x":[-244.18130297501216,-101.34100206287722,-371.62242476295353,-179.93196642308195,-249.33918376759073,-428.6678477755927,-430.7798483795457,-407.56519160985437,-388.4148026663743,-218.06553870157774,-271.70812797239074,-328.21133866714354,-450.1588288336132,-238.7024691051899,-311.41542354903487,-108.02546518612554,-161.5758015432705,-17.565179861747716,-139.3592364567744,-329.4781724500725,-284.6394425352201,-489.5524369506158,-53.65524974052693,-155.42861267497526,-21.346315665211,-422.87638224977627,-233.11586711309872,-302.1101890820255,-445.5979739244311,-300.05295810277545,-98.11584646011362,-153.9390923724323,-34.79418182842869,-5.942377562129286,-449.9200472447544,-90.88168454415218,-394.62153356212883,-55.31815856695294,-5.786509867112432,-113.53628747185068,-21.963036386882795,-332.7505190473744,-252.86049459274912,-490.17327255615163,-252.09581899496365,-459.873251717718,-166.9496806971667,-0.2836654280715667,-48.46348378082072,-398.45516953716685,-80.67655969752735,-486.9801475303644,-40.591818115549735,-301.6845148332048,-389.37748540739346,-405.1170104546723,-377.0892763485248,-269.7096129556924,-147.32180655708927,-282.53819959144084,-111.65839984173675,-4.028499568754896,-253.77512572197347,-382.780435742149,-292.46738961275446,-100.57309794507918,-439.07635871801955,-50.09067827683972,-314.52150485262337,-468.52275917271135,-406.39034476436586,-315.8787665090488,-473.92071032725244,-59.3792916028909,-298.0507479455502,-85.60110673378473,-360.6963574334054,-462.02612735440226,-341.3246833481797,-76.53896645537955,-248.0462144366705,-181.35561125387616,-68.40991718158013,-466.4660372601162,-254.98903126180699,-451.9567590806173,-467.88781380008624,-138.77381807520212,-142.42055269788918,-297.35044902565244,-429.1550807169075,-78.86078845503025,-495.48165049227936,-58.328905972825304,-240.62741824244577,-226.55667397173056,-494.01421230088437,-316.1925652210522,-57.5329040161035,-43.13296882317974,-404.6487206448743,-340.4385754324555,-193.19087498067455,-160.24144773079811,-493.0714875429439,-149.0589352955158,-159.10303654072482,-150.37786673180275,-486.8444381074433,-89.54178453663408,-430.30150550775187,-455.27730142086773,-100.2801908627835,-463.31894684658056,-413.8732489337076,-262.03678583944384,-173.12306558542255,-378.44427244594686,-319.6198387470599,-155.70171062284177,-233.80649810264114,-393.38034584609585,-236.70103924068204,-260.719227306148,-122.2798132684244,-244.4842687879853,-224.582524593106,-135.5625232305851,-142.7676096301177,-389.65138962123115,-438.34564755196436,-255.26334501264702,-400.1688424076263,-21.47936871983053,-3.7229526138967683,-499.8682598761676,-145.7992083847114,-158.52799448383774,-34.54008158706839,-321.69693761370144,-274.1864943233965,-249.405230498846,-291.82293272041574,-88.96268787174489,-287.08686806910646,-241.44403858069884,-431.98324248165136,-275.79199024126547,-187.735789571227,-225.50787124624293,-141.02409902301721,-386.0434588458182,-422.82867298141485,-250.40224099183362,-151.7984418253281,-476.40044697975827,-346.1429193405978,-377.7376355117834,-174.69669318664532,-392.0638578820226,-489.33225089058647,-116.46926776954247,-164.6740602266608,-99.47613227486791,-148.87634633625086,-195.08499070968904,-17.991256555714152,-167.22532037514887,-466.7732027635578,-247.13791682312518,-125.04267025388633,-375.0732510478846,-119.2811498269119,-314.711240431389,-168.31383265807426,-260.31159377023863,-122.95647815568039,-274.8664807364444,-224.6462013377344,-201.41129959113863,-319.69461962032705,-18.239212510567036,-243.48227277258388,-452.30332835635835,-458.18928729406525,-405.03836684357225,-41.15481160645346,-76.23446652374982,-233.43996706554933,-264.7725576602711,-60.157396047472055,-153.71424047631166,-378.203877726531,-438.65940300772695,-451.6561649663716,-425.75669066546436,-10.198818610735183,-319.65882622966546,-452.598023874504,-251.24446061042877,-36.43601272836139,-170.64561538624045,-79.5988264658331,-87.06468865156342,-361.6959534376496,-202.3671681556753,-55.604691429626094,-461.63389177951575,-326.3071010792513,-435.1582616460829,-197.59646238162358,-423.7265992531886,-349.88979560537956,-156.09104324928225,-13.285517455382589,-481.18353407282234,-21.05167832520832,-276.7931924600204,-477.25545933303306,-351.811766001464,-64.28714436580529,-195.0724715786693,-133.4880367445845,-294.6985606756276,-69.87699927447322,-283.73819623478545,-349.1839351881037,-496.48600621543864,-80.17216125031895,-331.73501659166084,-187.08692252328373,-29.8882691417357,-128.48554868063383,-427.19202479444306,-172.77158941884758,-416.44586028271556,-499.178091435775,-436.9459454195509,-370.1696780280601,-455.00618591065864,-215.6479275478374,-402.2220473484408,-305.13529520820754,-240.91292721197806,-35.22916026000611,-197.03701603079892,-335.360846662214,-492.17779676381986,-338.0407016611632,-177.5779833453885,-483.2426178708182,-433.6326366258436,-34.98092280084164,-91.90388866572829,-243.35439101786216,-196.39683918989397,-459.7136276868753,-327.9527348621366,-407.1550759609223,-158.549672510222,-319.33517719692514,-315.2680145740977,-351.013319488245,-239.97080985889107,-115.4905667823043,-280.34560945845686,-92.8899342503629,-456.6196755576266,-438.93905757403894,-393.06693931115024,-368.46879276140686,-81.18180191515783,-343.6960065160338,-473.4915881062084,-284.59668514253684,-263.62377148832877,-449.8744037826339,-369.99638371725905,-384.43416127232575,-23.586026487999344,-161.47018513336863,-41.42337798460216,-6.5744345964005575,-343.48931167178097,-318.9449774502278,-50.41074952726371,-318.66704173162236,-98.28356828065459,-121.16963728265983,-295.836239965245,-316.4722672629582,-451.8303429469628,-247.21199630198433,-147.92628650264683,-384.59740575995744,-461.06838599974714,-283.1678017851805,-478.1113531357341,-230.55303361309203,-443.0409927124773,-44.607753942814576,-84.2041262210143,-360.0896916088564,-255.1934572702368,-379.43131717801026,-309.8328906972564,-493.3454120404806,-406.33321357315623,-453.3927358133062,-121.42372428896947,-334.7064692217466,-77.592237533403,-405.5133704946379,-119.11221204482864,-183.3858055646252,-319.6314911262967,-348.95066499007896,-470.9015197255467,-5.124198983231743,-125.43396644605414,-193.55258884475745,-185.8917190242138,-126.33151386640107,-390.13542634649076,-370.3773055279624,-418.86100981952956,-125.41674255277519,-145.72347992175932,-487.132560133385,-187.50611826223368,-473.31654965978174,-334.76403313661217,-183.106907770016,-252.697878539468,-109.18268880167342,-323.53778767616893,-200.33260267076147,-394.132361463287,-201.93456966877454,-55.31737212135651,-222.30534713955825,-318.7043733488195,-494.4327133643056,-401.82809365623865,-287.5949963870684,-236.43215472137047,-439.34655747615926,-407.5184587902944,-41.22242068769466,-219.66540117590344,-414.4965812530283,-329.01157104480944,-458.52899021853244,-98.67160563697924,-345.5417753170784,-456.97424801574493,-309.56959484903854,-327.42269111877323,-308.2115624698753,-466.90042558711013,-46.984838704270224,-67.38284215904584,-85.58072753187179,-287.30640831674395,-410.84439526292323,-35.288549522557275,-107.31873524655077,-315.04449329500966,-66.80139600425578,-327.16153956147025,-107.45179932739096,-451.59373829252286,-135.69025692683655,-11.054532561922791,-116.57841366698396,-314.79752020277664,-329.6967407637575,-385.43478791399525,-444.4547100019525,-325.0734479480628,-261.0908303984859,-207.21511838534988,-419.49328973622397,-489.36123916087104,-102.69666125258593,-387.93739248722056,-428.9648525862691,-473.7052629122852,-232.49414530895473,-55.85590166830301,-73.18948922865876,-156.45362813395775,-49.17906654261039,-131.1065797319348,-101.56949805085186,-318.30364595279593,-80.26592324833697,-378.24897595488346,-195.01086848364585,-95.41492870257257,-162.8549940829494,-446.4262249895213,-472.17576652372804,-302.42366864241023,-431.8499169887404,-486.4955464603189,-113.94072722796645,-107.6855333616999,-287.9807882373658,-349.1499600929064,-72.11557901742599,-127.33926671304441,-290.35729545399585,-141.30894739239176,-498.0291481144846,-299.8789216555014,-136.07054440148124,-411.0617228354307,-97.84722363808562,-123.7456889079353,-33.856464062044786,-218.07304282795116,-434.77808177866234,-243.25828172510677,-9.008635764877981,-358.63497463725645,-178.89106885901214,-431.54026807639286,-26.35869973667482,-132.9016512795255,-386.4955703885614,-225.73916143224054,-119.46943034175916,-444.9390242472958,-387.36299261791635,-253.8936896136536,-289.3808527096792,-387.93656969999967,-360.8250017652603,-311.2784781008922,-187.7460234143778,-59.189207992633555,-450.49580173305156,-395.3598712800955,-47.69672292370552,-111.64162495232355,-43.17473815983208,-405.36334752647815,-177.71770477230524,-14.311469979459702,-379.68134092757685,-259.9411896251437,-43.05132212753543,-182.3543334269997,-252.85305160708037,-397.8049612846708,-446.0827161672947,-171.25592470457514,-446.3891697181204,-401.68950731523,-283.8083069972839,-330.4845055215149,-386.87708805390787,-336.3171198705167,-25.940773811947814,-2.6744826357799067,-411.25596788584477,-448.6138514806878,-284.0889149221365,-479.0927255382292,-220.03170798194805,-441.61003706605584,-335.02763260090546,-179.9982932037189,-111.21475481262277,-375.32502764975544,-473.60276397737573,-405.08834650664943,-441.0469356741396,-225.06909587914632,-116.87659760651265,-347.9537991901055,-137.13325510712156,-396.99200951566513,-290.7471640319214,-108.18978123811668,-330.3487460723809,-220.59266222697354,-3.853748755988373,-110.00857202219039,-192.95840828816384,-376.75847999261794,-357.9460565786322,-342.83366435254703,-260.70107824737755,-296.81409446968456,-228.73991782508168,-349.7725648819409,-55.4682716328645,-143.80991900291983,-218.75757181692074,-319.8371467808092,-31.58590477915685,-46.70704973584255,-212.40710253135708,-248.90963823310258,-333.44947373408536,-86.52143601081657,-332.4554853394402,-141.71796277029364,-164.9415195679026,-139.3566530290391,-197.3378877129242,-429.9148953242258,-336.04674439901794,-166.67109863039764,-330.72340552790536,-68.1656128131799,-257.4871708188832,-159.32318705033504,-140.49747002394597,-275.45995094243057,-93.25288955586892,-301.43985676502336,-305.67435407717807,-154.78561670763253,-444.5104111472349,-12.357169645372313,-115.95773324458291,-246.3310923848866,-283.6231592725359,-57.64465336204061,-396.13136667951585,-102.0329926667885,-335.5347361068956,-104.30888302144103,-190.06326155220316,-255.21798894582736,-147.1389615171746,-360.41138003366274,-75.82007951051456,-399.2668649481769,-333.0124775362348,-379.39671166157854,-103.66779279502708,-182.6387234483327,-83.23454470234721,-419.6090516565545,-33.12022381427005,-432.8818730784687,-298.3191089632282,-178.98653008802424,-353.52435034547324,-384.5735157528483,-96.5197355449976,-498.50351167942415,-182.0438267921925,-54.79793056501997,-424.0093709193874,-323.00787201215087,-468.4744416338559,-491.4963681224693,-65.78199336612062,-419.0646531936191,-491.2918967592995,-141.37933694262787,-17.8586102831923,-368.3338284890742,-0.39591918854586794,-134.66323488159892,-450.5000845451162,-224.74250659702517,-457.03769181934393,-212.7653807865284,-197.82025273141264,-186.68884041716444,-297.95261310045714,-419.75349136015086,-123.68858732461696,-212.88110586519315,-59.24358015036313,-495.0052784034618,-300.3828934860251,-377.12094519327627,-119.10870841287286,-200.8795394376547,-497.3207151269217,-25.93189170721327,-349.6082747374078,-169.82004859636996,-312.60288786962207,-66.39225813638622,-351.55928152556805,-355.3445919841041,-296.9075686597627,-203.22123181797397,-299.7664058904688,-198.88687159539487,-414.66378330411993,-292.37839709986065,-357.13748279434924,-267.86363298488993,-416.9130865134142,-221.01266545865843,-129.20328387849094,-126.33298535546855,-390.65843879076476,-97.32010327577306,-191.2909739818372,-480.46718339419635,-255.80244039720262,-246.49870167651162,-432.8917382459906,-485.6643368297027,-284.58304194459964,-371.45205345935005,-246.22521917495033,-325.33146543732107,-194.82393618972637,-109.997694281262,-18.355868513860507,-456.18617066419057,-63.117807805321945,-5.80188648777119,-233.7743236312117,-482.62905270073156,-237.22265186262064,-261.728310444781,-277.368624531277,-259.02674590423635,-391.5211745227919,-483.08860358458384,-91.06798241508851,-367.7619010358012,-76.01365800227067,-64.32807020346759,-226.78056823486224,-320.92787728939726,-11.727528230302376,-406.31868400507256,-355.29900842275765,-368.6657416114378,-135.2353997564628,-475.40654005867475,-463.64118857382425,-282.86986433957867,-289.7715621967681,-438.4827879087241,-63.23111845706286,-331.6592104296875,-215.27833302534404,-89.8807544961382,-320.7593346798843,-299.2396638631988,-285.3197587454119,-320.0836561842397,-467.6342476097422,-144.9988751297433,-75.90563503770149,-47.813585603130704,-29.771975634511673,-417.8998053155183,-14.46697554711507,-428.5323528294982,-352.9888769907148,-88.41415526668595,-126.06580465693423,-275.4990462375005,-198.22247156955862,-480.3318866290112,-122.54017898500375,-360.82205878319667,-121.31711988005812,-348.85146735369983,-469.1705183961053,-215.30139426218514,-61.019659677346795,-276.52484228662996,-194.83392502460683,-366.8601266817919,-423.04124646622193,-391.24596666646784,-292.86741561686665,-107.56558922761633,-15.134483228930574,-120.91485464801893,-242.87302859120226,-251.61687806892658,-471.8212043519901,-205.60082561664933,-457.6776746691946,-451.48662566590076,-57.29369517178312,-409.23489729742016,-3.7126656095584076,-163.26400149217253,-363.60569348621203,-52.169777243290085,-477.96840326051165,-118.0368890363755,-17.407665100247105,-257.70254759538034,-17.450404306689983,-444.95338663038393,-390.724441877272,-241.11511174229466,-344.236381424509,-393.6624023695557,-260.8131778224906,-367.7990103442603,-397.16624071313265,-218.5292338590339,-95.1763444519047,-383.57139136347143,-214.96984609820336,-160.69393680696132,-65.1510770115985,-340.0524878608092,-389.90332548879917,-119.13821924428348,-5.9498108714396425,-215.77231354646008,-253.32393807820935,-280.53737968280967,-360.85453752676614,-416.5161587536936,-313.077418449586,-88.29508564786303,-445.7896679137945,-15.980484736936361,-41.58065659379812,-170.2619429910673,-14.5586445295538,-105.40552138133124,-465.7981082900722,-263.55842314709736,-441.77164159247957,-361.71451991019325,-170.34282627984553,-353.8411460732114,-282.0130804994956,-479.969631086703,-181.29415370990148,-146.19365302270793,-267.1837122764383,-393.02770218545186,-334.4017863017276,-499.31755733595503,-314.42784970865904,-84.88396011061432,-240.20001286568348,-160.92809166387323,-465.0204893222219,-102.01172753832583,-146.9796697577812,-66.46279013359208,-18.715675462618485,-306.8501704622167,-269.28991472761084,-408.55606219605545,-225.9336561183637,-153.95316374714656,-345.1989261299986,-333.753256187943,-263.3799379457229,-231.47002220375208,-339.33838725925943,-453.23536147120586,-327.6374298781067,-197.2657332201952,-428.2056922854117,-311.93147367991924,-140.75819733360555,-460.09331983665294,-454.7526426838653,-160.84418296275288,-109.42854730392799,-426.7116850603458,-110.15503085896312,-406.3155587734764,-445.6021316964638,-244.78067510591333,-494.7057443185549,-348.35754288687457,-93.49034623349112,-298.7897238445486,-151.9446176222643,-57.59076484785835,-393.6147410944892,-426.1749604630336,-113.32162621624786,-325.92448468211,-304.45251273813255,-218.37014173029323,-138.01786951044915,-272.0319148194469,-429.83460859802875,-266.42123866242036,-365.92767103461733,-102.41194207603571,-1.3758094337160687,-346.24110814610395,-469.1999638152045,-125.16677233620842,-94.4507376334326,-302.0514367327967,-25.811898659993947,-209.64142344910852,-311.9380638379703,-320.62250957281276,-457.73892415538637,-233.53033561433645,-459.8537702791003,-127.25412689599509,-439.96259976578995,-248.812125060717,-87.91138581120322,-239.5756773363789,-375.80401476102156,-192.2770960316626,-408.40585783894323,-28.054157496707198,-457.7653875618965,-327.59605544601584,-480.4532432885703,-251.81534344471456,-491.3728118648088,-465.28272880475896,-200.78218388900783,-407.8575525083866,-423.1784492815991,-409.27760525734186,-434.16329808168905,-76.26902409486253,-25.88774526767218,-264.54348916157267,-101.67463332587478,-93.35802531037557,-200.7455050097315,-32.76818930256859,-70.12475837104942,-281.94956306823644,-312.61604326328836,-434.4607830716613,-336.35151716704286,-202.2804737195853,-270.11858507082945,-302.5427067141382,-454.9744421973606,-253.27021383308107,-54.54081021406482,-339.09268997623974,-72.75676646359852,-363.81189798695317,-469.66502856505934,-444.71363433971857,-154.9828512288484,-344.9180409914023,-54.40287077490863,-81.75754083585291,-367.29316130859917,-346.17154362067515,-103.53765624307471,-241.50080792360822,-115.14171751076341,-427.61793434828775,-302.71605241435014,-323.77702845354156,-375.98235560340976,-144.5679700442254,-14.503274983683145,-246.219676008975,-230.47088853761184,-304.59693687673297,-76.2235027100051,-445.7354149320655,-29.015543178302185,-23.188081664726244,-248.08105828721898,-288.9621413887065,-151.18890015811115,-362.1353631115167,-178.61407434957692,-149.9044751225713,-226.04688360774495,-300.1565830967571,-158.11372295465335,-345.3240159414771,-254.87580697669276,-444.92059931109605,-351.6304172342505,-44.0135525120014,-460.36367306817544,-457.2372325723989,-18.422807020550824,-392.3456579181472,-382.46342845277997,-410.0842590022358,-107.27759854731539,-55.51186317033163,-113.4554312986743,-260.98047563195615,-93.05684310570517,-499.69257565176036,-404.31956763189544,-463.78905604425114,-90.61084484341342,-111.53861145564609,-449.45631752289114,-91.63462145906121,-474.6353933429203,-101.16093698428385,-46.35107474818029,-445.9027481573344,-247.37451613724372,-341.4829652447314,-22.027572324390675,-117.60860523418071,-273.5500180307057,-383.58756925828845,-81.29083765262679,-439.38098531932707,-84.48001395382227,-40.64104177509148,-78.5966544631943,-222.44517562012007,-50.50819674036383,-299.42104086217455,-110.60434499213207,-392.0341513741109,-406.77521988841085,-229.07127514784304,-108.92653145952424,-23.81372475412996,-409.4551556922933,-208.93741445927554,-112.93113927097981,-499.66781912344794,-177.59136178660978,-438.07420788141644,-244.9738689849219,-213.71609364631854,-317.6467964073346,-119.89337031519382,-161.31870032564467,-156.68958731822025,-436.657188150765,-377.6573674678071,-164.7478940824519,-488.3873025860648,-216.82144671026887,-236.4250449126325,-60.57254598560707,-69.18196423750462,-90.73712878478946,-64.04455569456618,-22.03336781902626,-386.6358959473322,-196.1746476976256,-402.1012064061612,-401.7579834172928,-252.37194376078088,-65.83867422723438,-146.07041059668242,-387.029324959673,-288.63855181478823,-126.24037654654474,-129.52839128479664,-86.9756232134823,-311.39604558462213,-193.81370360788412,-115.41519312088188,-316.818178019403,-255.2269265442712,-239.72978883082547,-131.669064014095,-344.7371256246141,-339.53273325107114,-131.2673774212938,-398.49623945016714,-145.99357540888303,-51.07140941168764,-251.48969919760066,-428.2375645331304,-404.39545923461765,-201.06039929475122,-167.78207771153419,-98.43263498811649,-367.92594795627116,-8.77516059479605,-8.322197756575944,-191.4767070907718,-10.573075462942615,-449.3686355753231,-185.19239992947502,-8.80019384044739,-465.200244789828,-491.82465176030394,-195.15072733692045,-77.64374005100404,-277.263583219789],"y":[-48.225746958690365,-1.376305821192636,-459.6924703917974,-311.4707851150124,-126.89953819225502,-173.65843845211654,-19.61539045529931,-0.8123386556356804,-225.50830824906836,-339.83503724581465,-254.5575888857553,-101.59059049726021,-449.8737558199974,-390.6074501666164,-382.817188963772,-378.63247250501723,-35.25998364930694,-130.04029616645008,-88.97752059682462,-164.25785733606924,-444.32473679766684,-411.8170177511177,-4.791444220701935,-320.88936360821737,-321.44392539866533,-459.6728277998701,-321.7273487283064,-391.08289469380463,-439.21433586013205,-437.32166550138624,-63.896239631208886,-446.6796671755413,-187.92809331399422,-429.1811397902094,-336.8163438415181,-367.9494580816055,-334.1375210515957,-477.986611098887,-54.16610020173928,-6.918841409966459,-16.137237949712947,-449.4485935456303,-194.84024096788173,-356.9504698930894,-379.0590008448979,-218.17094658084113,-479.6055644626213,-386.3494844536768,-378.41586711595625,-47.2852291444843,-499.67917271050015,-111.4594030469283,-120.25435964466841,-269.16201309957034,-296.9227159575835,-26.301761838479486,-44.55155994084253,-138.15068122021407,-339.77104733978126,-179.95387484663001,-419.6750831853525,-36.26258535225912,-154.1868346997673,-352.67015521017953,-211.07897939006736,-282.13900774961195,-121.60538588396791,-253.145231980855,-396.998250767128,-169.12796596474945,-62.1856063338227,-437.2711281838244,-222.11983112036106,-310.52390239220585,-47.081773206028465,-383.34248138021115,-335.32141521561095,-473.6094635024005,-6.007183285279105,-299.5389905555317,-485.5362262243122,-213.74236757068016,-69.58748528485937,-226.59056407803803,-478.17589126412605,-472.8743111538159,-301.5455190969214,-381.7583522596667,-408.27214360519434,-446.40688386025334,-229.73932171879324,-497.87924462122123,-148.6743996847358,-354.1136026071863,-141.64714416606344,-69.47611126682484,-127.15376118152766,-465.5219618196586,-154.57186082346558,-42.71444382968903,-268.0246358012726,-300.3479239386362,-334.4169448721811,-435.07943286578575,-352.5179112174461,-318.93733759243815,-143.62902138252653,-19.348685950179856,-241.8342524941897,-3.157724906250714,-319.2068494424928,-380.0648873015091,-300.6955889975996,-350.6518279678519,-416.0437260249637,-311.0667566771547,-82.31828013800153,-146.4611673327228,-150.95782549168374,-183.21772838363248,-40.78831915232317,-189.22447509965352,-68.98358257070247,-59.663062501333016,-371.80745069798434,-283.11969029637964,-129.85949441143362,-374.2785341912721,-326.91173227429584,-81.99735524764473,-463.94041551118016,-412.07674937443176,-71.41300695261688,-182.26837141011225,-413.169738665082,-48.17790041666864,-325.17028692056584,-79.35193763834242,-277.2071330206532,-356.0937635326414,-95.7253468996765,-3.593520156013108,-172.37455603778895,-346.730887050128,-270.58268006240553,-271.9304564550845,-398.67183125632306,-419.4016467518988,-387.12039580229896,-60.491851409170685,-147.00457909029436,-139.9688099531868,-386.44183247112943,-213.23585674738317,-325.6253597934995,-73.13954459792888,-47.87253165131222,-86.20866917349335,-466.1350940802069,-464.24806449393736,-45.18447439890194,-43.00927463487214,-216.69817832690114,-177.17692780097087,-181.52534185013462,-438.95170289250353,-467.3772613701212,-180.2500258544457,-368.7545352657882,-89.50232955235855,-151.03085448270588,-325.1743103146742,-452.82329773341064,-271.5355833194649,-422.73570869502396,-47.11778999884453,-156.06974487801523,-252.95165859962893,-109.04740952120339,-334.0984485968206,-294.22006128323204,-404.9280980047777,-475.6509733976038,-308.5746333514382,-98.6740160518153,-381.52723461119695,-236.21890407420653,-297.2856772855606,-118.88362597224278,-439.781110901742,-194.35158544389313,-114.58976292418576,-197.91863573013453,-177.5281600649253,-212.52331920879914,-54.47944039032004,-223.1038841494945,-110.50295699846296,-73.67754584313457,-79.85338442029405,-234.3522444639364,-9.655425816820273,-358.6230894693977,-292.7965375675348,-129.26618564996738,-231.00669372472888,-479.88687690380215,-139.77268867244024,-151.3893344367087,-216.77782052424598,-230.93753470000615,-214.31276402930405,-261.02062319899164,-187.98294064714622,-267.33604375464733,-13.260547633780984,-371.24294150690974,-261.262115133306,-38.22147367996964,-247.18073474309514,-160.86404037577972,-79.932066211449,-18.54103988982142,-476.0160542792277,-90.11347581580597,-393.5310450568952,-120.11996990389906,-60.76008067719535,-433.9468246668563,-237.06721594065021,-187.5075884204243,-313.81483937805507,-170.55913664922744,-229.02109050020363,-141.378290101561,-459.1669061548478,-74.28036510935992,-235.89797428226277,-324.15873318379283,-219.12969423543944,-19.024133979645473,-364.1575568304122,-283.57603666051483,-350.570211406236,-355.5396733740439,-169.34546913373865,-53.13718367262077,-384.8008183394032,-235.18477174099968,-41.7630278774711,-176.75840589070035,-175.15427879798307,-283.0178375285985,-378.3292969100855,-304.40483821351904,-258.5004483420009,-237.88578623676105,-92.61963503480541,-204.84679522556982,-54.62294006222845,-142.50869470722037,-134.13955612659657,-69.21795726781471,-181.48611184772923,-250.63443350784704,-4.7513096133036665,-60.474134462003505,-234.79711178186773,-139.03754797811885,-137.74905169644657,-223.04920997366696,-252.728218518243,-423.5908782198983,-402.6792355573662,-382.2153545172179,-93.95184539342854,-163.44371500716736,-362.9408790119137,-264.6972579401869,-174.43998644954078,-486.6016347633275,-233.01779861370463,-327.14915324372885,-13.64942055229651,-228.31850951734444,-144.44698958468234,-483.77725582044656,-98.20386405898779,-423.8070180674437,-473.29996690475144,-286.32239310781364,-364.8167000151725,-189.10348216127105,-486.5434215576487,-379.7151453861321,-289.9512324719053,-291.1128660755715,-53.942986844542574,-363.0095954928857,-193.16699584774443,-496.2732471100234,-486.7493274710751,-299.83593430304825,-446.0231142239211,-434.68266042571037,-429.47282565659214,-51.67977549239772,-478.8608265569017,-8.315202443718917,-335.8654075435701,-289.0085080272909,-125.39322550272958,-145.29182668241987,-467.0363744336669,-371.9319680628755,-116.8543101891411,-413.57016891733764,-495.79951821275347,-68.43632984472059,-176.7617331981868,-111.76263440925493,-235.0788713715103,-392.37211226468236,-127.51249115207352,-209.41297082402215,-189.8781690505117,-170.2903223763894,-248.0861082855675,-170.22308814414276,-12.369310288524392,-452.6934951673814,-142.15765611802235,-324.64102651789244,-49.437978798667956,-396.76864594148435,-54.64195220566798,-457.60873545134945,-33.5505406676786,-142.9821985955106,-246.25415969766885,-458.03708032479636,-251.6000446541676,-55.73233788042714,-449.4404489621191,-494.2390188862141,-360.90467015669526,-484.53160324625424,-27.542612407242096,-385.4536580048927,-362.1064764479052,-234.4869028595472,-66.42843656492775,-135.19317104032984,-221.57622326985987,-86.9373229730826,-245.264566454086,-498.15264715235276,-447.28380789025096,-345.7496139910671,-90.8314606332361,-159.3447182822338,-291.8557476414736,-127.74772321242422,-95.51461730992133,-199.54552219784134,-264.2823570498163,-31.09567276144626,-260.17392418733283,-139.5954221653286,-28.42801100993991,-211.65407771215322,-339.0045377311165,-22.363469582174222,-102.36277637167323,-145.40204644014887,-276.3346510437843,-440.418983691235,-418.52241937137194,-318.00264922940494,-168.21116597219083,-34.42346251220418,-414.4526575923353,-288.85272313887583,-193.47919572141532,-72.96437179633003,-216.21959323536626,-44.8774731724601,-203.45670121984094,-229.39309606109626,-174.27612673880344,-3.9564892091329407,-284.92136596860223,-28.935487993638652,-66.8736407589397,-302.1569011532013,-332.89990870350596,-14.531713728964169,-368.88091412130905,-3.1636932912672,-362.66851613092047,-84.18175281065498,-331.3859404790722,-138.45831237887384,-225.0673256792917,-117.46512100590184,-148.11795881079536,-161.06856303639634,-46.10719942508135,-285.3400693593572,-13.155495896011004,-352.30119215138416,-277.9693998317139,-316.2770137046899,-125.26220334641475,-247.6161009358086,-126.50473821495662,-451.6725989720524,-179.14039795994768,-260.3774474794905,-163.52445576793252,-431.9781359805626,-278.5982183608903,-296.94508718497724,-373.3457959823993,-333.4937046784777,-369.5862819452826,-362.21677855337146,-375.06367750766594,-44.554650757786305,-312.13920835186593,-177.80624187455967,-199.92990346618916,-439.59058207374954,-194.90013224502445,-221.10576234186092,-248.12484914497173,-248.2110562965719,-457.20629273665514,-368.6518344339123,-391.7456291177751,-81.0952699651562,-444.1611027925015,-121.75896145662956,-153.398031447748,-110.19089213896727,-396.9967463283344,-106.5467521813545,-270.21523869239564,-492.18923959010704,-115.69303950441589,-53.27577841335424,-449.12262610201617,-347.2461494773387,-445.68175770950137,-399.89425733803824,-306.8407218747174,-408.3572136136626,-3.2742642037896785,-449.19134543369654,-314.04994955842716,-231.95131194637258,-335.5269973935037,-391.6627638581388,-87.44429236160912,-281.69171818812225,-486.5248769532264,-57.21529862008323,-200.4504124996327,-76.51333847184932,-127.09253612452875,-6.162602607435563,-59.3826968314724,-334.8844170557436,-340.7066004271272,-329.27872973561966,-413.52054611244654,-18.59951174153085,-43.22120875653129,-275.87044065940773,-85.18048557086117,-315.1339679114614,-86.54976254463581,-354.3395714980296,-140.20361124429826,-478.6223307756467,-312.8085910750809,-120.52958945984116,-385.64928581515113,-231.4304934788824,-430.380696408438,-247.7778921178973,-411.8379115496768,-78.45714119298964,-277.67787014564067,-421.06794298070974,-365.52339995040603,-214.93261412076603,-185.99455138515097,-244.8266345878048,-285.6599923223694,-436.4275808789935,-252.83754116938334,-458.2359915134472,-339.1321882314989,-408.1785620547424,-375.85685803463633,-60.61629340536984,-291.144195070237,-104.53252222973236,-359.82440859840233,-491.9984121586971,-57.29163913998847,-102.84255516262547,-404.41698969638617,-188.92026040794923,-89.88623992552614,-64.58405775149988,-208.9196082823847,-217.43205927154546,-316.3240993637504,-497.9339364164961,-104.15683507518119,-201.36821241854514,-197.12834790492118,-406.4611707741761,-126.49292258842365,-190.64095578085977,-35.987936286911385,-339.9182038401384,-338.38905388276817,-210.08161917265167,-225.71347122528152,-469.70236346506033,-8.227333371344404,-414.46794380926383,-61.814606867296504,-476.4454251088197,-404.844514805486,-189.3190153152825,-4.238725625831885,-154.7145687059497,-216.13632891135842,-136.43374796560698,-223.06517506635336,-145.93913422787853,-491.4248344208608,-287.74037235486816,-332.55210441416295,-125.92698404982184,-52.495721478872106,-359.33683204640124,-82.04881860152385,-142.53520751348137,-329.79017502132854,-224.311904606389,-222.42315836290905,-372.6704005209628,-147.34105589778963,-343.8180214374511,-389.3166963330997,-420.6356979219148,-366.13304439591906,-272.9341004003269,-281.70373321174407,-443.7218309328749,-10.148278509916398,-150.43511345555638,-368.06104802037424,-465.026421632292,-140.43549941187405,-468.79961342810856,-244.05853307171782,-78.48110418255372,-471.1437883555191,-130.983646543325,-97.57662147856944,-29.66357014530746,-109.85587347355458,-291.0358142419859,-174.46702271300774,-484.1148945259452,-257.74177257655197,-181.53233105794675,-266.5824010672173,-347.97502916315364,-311.5766098310192,-351.5579742517792,-193.1217687708674,-284.51793831582273,-156.60391867595314,-117.32456869552676,-269.6992365837641,-140.58748381551632,-405.02834901562954,-183.24650010886205,-186.10647045403033,-175.69712586360458,-164.81090005487204,-163.42079252819903,-226.45462909166457,-273.350796019399,-345.2868341560604,-221.1698435000049,-492.61080012584546,-434.28608029946486,-407.07082408703036,-414.585264628315,-438.35688536771386,-133.51845562211574,-145.3650395759182,-325.9361550139547,-458.50777376116156,-75.31050476763573,-354.0995755860377,-207.87421584811477,-317.35293168888523,-225.6678175903818,-386.2704166321589,-154.267084432341,-391.865696738225,-242.48175702463942,-479.3684172512497,-115.50688761685873,-113.27799533207083,-207.25065618858773,-171.70268699552338,-14.853333638924493,-271.63210577157486,-293.44701581145705,-28.329910054627373,-337.73271894570456,-325.5671572232446,-452.4060989034096,-383.32129872157174,-314.71971904207845,-283.70513303146555,-399.42918120950117,-59.40518419984553,-149.01709938426504,-183.61279971278177,-425.8190893751701,-125.06574753436689,-178.6324952031906,-107.92782650768807,-122.86795844769804,-442.4597108993333,-466.0287711994194,-460.1969635909259,-329.4966840430259,-121.57533168367962,-349.4791869701821,-445.20188933890927,-278.16890781039626,-460.59154364934966,-379.7426869909794,-330.27970029205744,-362.4387437684876,-437.223857949561,-290.76005668560174,-334.19905037810287,-8.01850771542939,-240.74250908121786,-105.52615440198664,-144.0423747386853,-291.27546215061454,-53.83822651015907,-164.13409105636157,-154.13429219024704,-201.23478042497922,-135.44434156477377,-48.65431800069947,-335.5929756325617,-412.28439311517843,-260.8923498468404,-297.22970960111167,-48.00730953986804,-199.40696900833032,-393.8173487595404,-98.14142669903858,-209.7637179195584,-429.7705385126555,-29.243946646716978,-309.45664099143164,-313.5518318357985,-228.62602798452357,-115.1655952640841,-261.56919989428746,-496.18418897991734,-175.08637662664646,-348.4316460631488,-281.83852190150236,-420.60229842476474,-370.155878781318,-47.140232078307534,-470.1697365501708,-23.372676043417695,-240.33174426227689,-118.3962753829082,-349.6261468663319,-22.137239350640712,-121.39344727161527,-481.75677065579987,-370.2447258702127,-347.5816435966267,-107.5547711491322,-268.8208330734099,-253.5059803497687,-391.19646353283485,-140.99626563978816,-3.625227575424661,-317.9180648012689,-117.81893786225783,-111.64623755163383,-466.45397838545813,-444.3844624187939,-172.28737780010223,-345.05061714858243,-496.4028193811086,-253.97085188344371,-385.4173036918352,-318.7278151315878,-358.25227183727674,-254.37089061523878,-435.85416854301155,-466.36033895894417,-194.68257964419118,-321.06930363075685,-66.1767480948906,-137.1285699938221,-342.83862800657505,-464.6960153166707,-154.22454738854623,-485.6913162054946,-318.1057142154419,-257.160457360371,-409.06010046226623,-295.82565708292196,-495.51632497010866,-305.02707368207183,-287.68969502506064,-457.19682251500325,-331.8915828256536,-103.00153770710091,-275.4387424761791,-320.36187093352726,-329.81724466862795,-326.4095765040801,-289.01831901026566,-289.6461578627864,-6.9448077155727095,-345.7010871559659,-458.791584341944,-101.35447323958047,-257.73592021596727,-421.72593965130426,-76.4705324424278,-412.6480472019847,-44.20692638115514,-57.28104647851961,-452.98369581695505,-4.502742935540538,-279.72606192154973,-245.77169098215435,-180.19461827675337,-112.1716968126572,-73.42483602218137,-445.39268765832367,-302.7901772404237,-364.7056882335801,-168.25332633428343,-10.645870162757143,-346.06669127730885,-180.95018845693224,-474.33610295174134,-197.44075864402083,-98.68599864605116,-56.69368156701354,-198.60509819113818,-480.75076441480445,-384.276267261434,-341.29327923718586,-225.74735034814947,-273.5921137444999,-367.86153607576904,-456.1125078063426,-364.69946127525424,-329.2499584176104,-459.509880059526,-275.3386001986519,-328.4580564042691,-58.029874740928854,-119.36982063777401,-343.974624109928,-494.3932483232388,-232.79902295590233,-293.96801863827903,-426.6930850611474,-150.53649221279014,-45.13949685615631,-244.26062252969461,-342.6663786328789,-150.00151544793948,-480.65476609948934,-158.51206078645086,-265.20892365362715,-305.3533745347544,-495.2169324082682,-152.91421937567773,-286.0019242847337,-463.01642601368843,-16.454717908600426,-120.70011900233341,-439.5127750912487,-437.10913248461935,-289.7032649811286,-88.02379423000207,-319.889782448023,-413.04755885403034,-204.87166911539057,-461.7659131112187,-220.1463248467172,-431.7699647324646,-172.6244744294198,-308.84503192259893,-173.37980105913746,-220.6642228559582,-76.48764696178418,-161.62598157555496,-190.07871858815506,-116.83063660818827,-285.9488648630313,-115.62389573239045,-330.9205410321671,-438.59284691083974,-376.9552128797215,-280.7793085128202,-323.2860522363297,-190.48543956135134,-18.779179435132686,-335.75776107530095,-382.9505832635393,-477.04735738187236,-20.11694217805965,-296.8993988031649,-112.3704899720438,-420.43337587276653,-78.18925133781745,-135.65160361861328,-375.5923063418411,-224.0615339960503,-461.7482830444079,-412.0179594328687,-431.8292343926553,-63.429394476011204,-107.6684124393158,-442.84563200355467,-448.131094593216,-130.9627067185982,-155.00494297165457,-339.1733556046506,-47.109799069995404,-283.36635838908376,-446.67070439630567,-124.48248148669622,-17.302162840879486,-361.2320857551987,-180.01932431863509,-459.1324669123301,-400.1001002333024,-253.68257765718323,-29.801362953190356,-426.81489032055833,-58.51337968143383,-484.30070974780443,-10.692640411172572,-359.6085078867487,-361.8081766839877,-196.89831064474856,-105.34389378241715,-368.2458533782815,-498.410736407601,-91.00512308112302,-366.531949630125,-92.61943064513162,-23.74848411939573,-142.68971996918228,-238.8429640391371,-396.5450096312757,-199.0098686764329,-425.8536050006443,-429.7733777562046,-404.82808564229015,-368.63335155111037,-82.30097129149205,-107.35155888765347,-278.44344200921086,-67.53388445373531,-61.38641009900686,-184.15808775980653,-429.9877999831519,-258.7878361507118,-26.511973008663315,-247.20257452121086,-483.16098106567813,-82.0204767558912,-311.29621349874566,-292.7833753488712,-245.9271882123497,-208.52153779175492,-121.81116335453324,-174.78976234433395,-37.02787980124644,-78.39381905629472,-351.3931191946723,-193.31653918706155,-25.475676617377317,-402.6720674512742,-44.30450217757104,-182.17269240798805,-94.12334704126002,-219.37475352696052,-351.67928203563065,-476.29264748820066,-393.29989523835854,-127.96960127332157,-116.63951326028781,-300.2849646648001,-17.895679280344524,-87.34864133980864,-324.82489244755754,-361.9490136384068,-175.88819095609333,-375.2063195271117,-153.89114270240268,-242.24603369708115,-100.55275562570837,-218.8671137749481,-268.37561494604023,-468.69480895019194,-208.4708888819829,-15.947737226925662,-34.04006579633695,-480.7435766343059,-59.42312049330545,-69.30125729178471,-457.2312285280716,-453.51412487271125,-395.8264725454895,-395.43606238191217,-404.9653023141766,-218.1043586797728,-158.1168653241935,-241.99994211780097,-256.5151719435157,-186.32014746123377,-394.40721609249795,-79.10505780311894,-492.1528274460713,-221.17363642830878,-396.8660159371015,-480.2390266389185,-55.524817735377376,-330.0449760652893,-496.40747619528906,-107.47148314746747,-430.1696050466148,-427.7376008658631,-175.8966786953914,-459.9313518477111,-372.6696763733626,-289.6040083509071,-255.51702610108688,-356.648236260501,-169.7091625431439,-423.0783058309978,-7.302024655157613,-373.1444932397168,-333.99156130864856,-399.1537980214124,-236.22490960704113,-103.88161063648155,-239.91287476619488,-231.59268203427425,-467.3866111938216,-275.89365839392775,-256.46716669181285,-473.63518182875305,-31.821225809839703,-296.0106829791259,-322.7443918504415,-242.51258468061616,-213.59018906770677,-367.9784731267124,-227.40390595130745,-36.50832234137974,-454.35624261512044,-106.98264283243248,-16.661654489477208,-21.379247614433993,-277.71965286128307,-79.4668679303277]} diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/negative_positive.json b/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/negative_positive.json index 76ab2f0270ec..6da51a675031 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/negative_positive.json +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/negative_positive.json @@ -1 +1 @@ -{"expected":[1.7291258814588968,2.2407149728634117,2.852537738921469,2.066683897393354,1.6372723960531725,1.7283280607755778,2.2175563949271857,2.8529990536128746,2.7300236811667826,2.669004211734459,2.4345339717823857,2.3685082937859416,2.838304253362082,1.8724819541241768,2.928301088411519,2.7034946666214696,2.414819268625316,2.314199103145652,1.8315254742156497,2.5568709709795576,2.859411753109622,2.96520431033888,2.054119137465129,2.8945736092221135,2.597700861479137,1.8704053764700468,1.9227094617192213,2.0644802249921876,1.844441497543391,1.6135926913588494,2.3239660081669156,1.815970407870575,2.6123759441192638,2.451694861411282,2.8125354501421307,1.7824398062153073,2.018170015183568,2.314833830644764,2.6532010901893224,2.2727990311420534,1.7723691332766576,2.2678214855857624,1.7397552330658035,2.7028399372297214,2.2925507816037003,3.1352123992946233,2.47935928300309,2.514852436395911,2.3349407338952615,2.024801197529807,2.7289463390051742,2.383811989736917,2.330882034539678,2.2940731042934703,2.6059049742577978,2.465877433775553,3.0767748121810037,2.3005626338140757,2.3587533542465935,2.267713854211742,2.4546422359749704,2.5948091880586484,2.9871322332534946,2.8875401477750473,2.0767595277763027,2.6530292993337636,1.6741058098750383,2.44954982457714,2.2874165769736754,1.717192677446324,2.1725987180014554,2.489006778787818,2.28072857838702,2.8203985045884603,2.012742604952786,2.810473004497688,2.6974371650560904,2.8442345723746554,2.74687874894491,2.488302809627582,1.626665841180783,2.384032918727663,1.9622508723064427,1.85726871001968,3.063907208497104,2.2233247929982634,2.139409243477848,1.98151074349551,1.6283341662569426,2.504181397031484,2.4475640158153094,1.8563217839491875,2.189767790275679,2.038926024476005,2.3769383994137847,2.3975353915605515,1.9369593367275664,2.3654021827691447,1.6171969730659737,2.3406952506430025,1.8745969204561255,3.091745645118168,2.425018453951439,2.2303708561719384,2.6560922456847225,2.2008901141037778,2.959996472779825,2.3080683868671503,2.2522965634958196,1.6135773779803972,2.3562210603262765,1.858022726388558,2.525165039100524,2.600301645975721,2.078959913657471,2.216064275035074,2.4210700798555513,1.8173765051331905,2.3319056247873844,1.9816808409448898,2.0811670013762544,2.3724933440030758,1.6608725534932374,1.8381232379908707,2.3386350714397617,2.8105573979693617,2.619610408883626,2.4022112169367396,2.9468257455396616,1.7864466793770992,2.33255652681657,2.7967863056170907,2.3194214633905386,2.5848918156507916,2.4551395239481453,2.819422939067851,2.0291816736818404,2.9461839259743776,1.8294739097365524,1.7560186390016972,2.9742819134067267,2.3957808586541907,3.0606766065104787,2.605981805654214,2.3536809610320857,2.365940414976526,2.5267143277976802,1.844787897774756,2.2943178955044132,1.933290685313602,2.5723071496231866,2.827600176012832,1.656924145468765,1.6605825229672297,3.0174586500349516,2.522838256853248,2.948542717999639,1.7659564800545158,1.6531763318219577,2.367005536462704,2.373549557530451,2.56243434636185,2.3279697127278434,2.363341336863237,3.0231503486864137,2.1278533810760747,1.9440206930314883,1.73331989648464,1.9190896540496214,2.266594546798834,2.681915399862718,1.7973292453266536,1.627764812776817,2.5570887022281323,2.0006111803930127,1.8417832359991102,2.2188093606503805,2.1048187889312375,2.148853192867929,2.3869451427318045,2.4522701253103305,2.216424966880523,2.6212857291735494,2.874058457191206,2.2790559658884963,3.0853556873516164,2.7217709688811254,2.086592222980048,1.899245355843106,2.0180222310858538,2.328745238703806,2.331570823730688,2.6476345640508336,3.1138766941892606,1.5888159987267274,2.8153842739170836,2.2153443690385637,2.8228232990046176,1.9987790499527993,1.615300161332463,2.2363273095666303,2.2905318816205753,2.344360257718731,2.8434640985543465,1.6812975776053374,2.1404420987003494,2.0601757107547916,2.286035115838599,2.2267366329622043,2.528033499146951,1.6234378510289644,2.11351535759721,1.6384844640293326,1.613780111259547,2.088981966500066,3.1367734483761898,2.6521059244768344,2.3138121170781814,2.6834499827106235,1.5998877754937275,2.0990653696235695,2.550796073140267,1.934789899102403,2.9924821680865255,2.573938660681306,2.166457561822207,1.786727491037951,2.2101460538316644,2.441802662576649,2.498042446532308,2.4224763235421682,2.4636146235903,2.4137932948132583,2.476286393411131,2.0416512836642644,2.854861906630102,2.8047021329149437,2.1388700085580146,2.285030973019219,2.1619865110059022,2.9359942123484717,3.060706289752597,1.8145393653453805,2.0290318834630083,2.958058657874024,2.3499904177180153,2.679228578090197,1.9586193146571325,2.6905958460880237,1.7095087041849488,2.9185113962096416,1.9768743599012621,2.8624537316820855,2.9467173704862133,2.352446944704731,3.0443411368520406,3.0899814831643138,1.7675960799985113,1.6342568173342134,2.89568494696695,2.4324779055285366,2.0845124865217537,2.3453496588899547,2.033371576169168,2.325263211596012,2.241069259436474,2.840180221252107,2.162399534917313,1.9218180123185225,2.705554787488821,3.0725441341008595,2.1829591170205704,2.395796661069168,2.280921556998508,1.6675353165372135,2.3772196036773874,3.0358871479661658,2.4503390134451903,2.2540116433059323,2.499769627128415,2.863620058457422,2.315457627284411,1.8188737779820454,2.3669661288136243,2.5019753423089273,2.3971656195694724,1.7139884862010344,2.0277666848685865,2.139290157512084,1.9517394553653695,2.7296286699115297,2.4150834695044296,2.260125437176031,2.46909817612905,2.0272979758996676,2.582220268248097,2.452881348696291,2.736177380063209,2.9819108066339832,2.391633974054331,3.114904668957411,1.6996380249562317,2.4959695259131442,2.6362225912645196,2.158405704040726,2.3334838899479298,2.4285832159149168,2.9478781001459122,2.1597036989865526,2.087111871197413,2.4652295037978518,1.840845193941067,2.4142859744671337,2.4362924164894344,1.619000962594333,2.593005187009916,2.558880852422373,2.7767850048762748,2.3341475259899167,2.891516827326107,2.731960483001148,2.0033158114282554,2.390864893549143,2.1798421392783647,1.9659513042839685,2.588658454696009,1.581838127834803,2.1512792358324235,2.5491208379880765,1.9663242578005578,1.7103986353248533,2.493470275709897,1.6815689365905067,2.844184086946827,2.4060695505972194,2.389911330289915,2.447669672710643,3.0726488440730626,1.5885466669120951,2.4948814073760017,2.178229149782354,1.8376402174081368,1.9419877823721508,2.406346576774046,2.3590552103358133,2.4729675367435986,2.360334240025421,1.6337608071313674,2.952963061516598,3.039869126084951,2.6721949223655566,2.420115928734278,2.4707068959663134,2.355784199533043,2.1982239748165116,1.734578683256371,3.0095624841258632,2.461218189489808,1.6951845209884087,2.648257075436619,2.3597491401968793,1.6767985902623916,2.4233688147527594,2.377275316446114,2.6635003636065675,1.8892093229004532,2.3034167797116947,2.7093068106195566,2.634561392774493,1.8512139629716133,1.8743891428059882,2.1711329459902644,2.5944984422806314,2.885651533161188,1.6168776025503315,2.346854527814736,1.885753169734519,3.134187243792301,2.137585070377721,2.915868845012064,2.4825985812960645,2.51689701558451,1.6336831968029237,1.7974537811109002,1.7353726413790116,2.9929735741184706,2.3244204741862275,2.0913122524038332,2.2712382479862843,2.063883278850255,2.499904853403491,2.523847366614037,2.7686076950291416,1.6881676179376397,2.2187823094496313,2.86634257030934,2.2673169740904635,2.9190888402046435,2.035272728281126,2.504294404134045,2.2717321621681177,1.7095035575945248,2.4086596800409534,2.0345127726614054,2.3143903313365723,2.0090991286440127,2.1866818463273203,2.5743170005855163,2.126909580830164,2.1897162552447433,3.0577186770557216,2.546281081186332,2.0359225821118407,2.549408551395656,2.818107997521373,2.4373103705996977,1.5946481016657623,2.3774068313409003,1.7196772340121227,2.054225676695401,2.8963044606155743,2.2987196004352883,2.712852961624844,2.9713183083869867,2.911847638589614,1.6990582307560498,2.3905026990893092,2.3492416871200437,1.964815988211457,2.1834394679279976,2.1921803433248286,2.3155887555923225,2.662880614783829,2.4760714056181983,2.0138822178400675,2.4082929921576306,2.7183121675884334,2.055525627957821,2.455020281861386,2.0003735061117425,1.640349124336791,1.7475773031117672,2.2879960962884827,3.024518958371047,2.6606654966194268,2.0306222977014308,3.0510840052640384,1.7324737236377084,2.9604625488046885,2.146334026178905,2.761552894279361,1.924395725516683,1.957123643223955,2.136570713917164,2.617608680419222,3.0562686606553076,2.23248358232007,2.6400582636396104,1.7452804527038013,2.5889551469653203,1.7194836336948507,3.117076632680882,2.384280835060834,2.2438657235922816,2.2132029466393663,2.3152012085285003,2.1124445843549315,2.599158872042657,2.3952590089949846,3.112360116830348,2.7516372861762344,3.1238320524818897,1.5858175849253435,2.5391990924354944,2.3124424586088317,2.3988745091645933,2.6244752395266766,2.69230983070576,2.9274034107482496,2.795933286794842,2.4024032738850143,2.5133042770443694,2.3501710083346703,3.112952413294517,2.5395428402209568,2.334854315253378,2.3460887665688555,2.850443135561007,2.922303848550438,1.8532644426784497,2.265186442472869,2.0166417879088376,2.4763071260899503,2.410909097740036,1.8146845947961256,2.0874511496845694,1.9221226221701373,1.8111402420417066,2.861675788130392,3.011878280259057,2.456582936090574,1.704553799427415,2.8613285709759246,2.415908352215685,2.35228046157786,2.6511500493770956,2.6415164745528434,2.638016851821935,1.8179632140846433,2.3682841174076303,1.9133528472749963,3.0286574301740834,2.352204983454097,1.9392507850002563,1.7738520168211687,2.927387140728426,2.2649646073241025,2.627127005584443,2.2972666686145518,2.7578350883496285,2.4036312433435283,2.3417496051301203,2.1676101233552494,2.6009321796149703,2.095865964123081,2.9479545450680447,2.175158314961485,2.466537195652256,3.095603397551253,1.8729004720412605,2.708042503014452,2.3539930786105425,1.9125553062933263,3.0804736995480413,2.7652354751670734,2.55750096502869,2.582139612707257,2.9676492364391653,2.327681719065589,1.9150739001790449,2.821999712695389,2.3034835397691804,2.3208086718911893,1.832731462841411,2.025258776458452,2.6448734890768573,2.9436921976659276,1.934466380906958,2.0657427847718024,2.144717566488322,1.9604411011238092,2.3046401151169693,2.1499194833940125,2.274824111682955,1.9423411779484232,2.391857049881502,2.923730605739227,2.4699264171942175,2.7893664830030396,2.4698448901427343,2.265992825498074,1.8031486371287275,2.267560247691543,2.370228979737462,2.5143537467913424,2.0091525828356955,2.9510850832326954,2.451215509143775,2.6974107811113,2.822396449036348,2.4872298561519477,1.935172793780952,2.0826022228639287,2.225419273171688,2.64138607808797,2.166965083542503,2.288477840568073,2.883622249217312,1.9835127046289989,2.7252316179436034,2.0336061682851914,2.249419265897999,2.2563601714694594,2.028535176260335,2.3878590878155426,2.439234957803393,2.2125748862047887,2.5241321658577545,2.844581382331737,2.277583814095111,2.391843968525846,2.853098565105365,2.5000016943495726,3.008757410859779,1.9698297288717252,2.6126266540566596,2.806415029771586,2.061770617269156,2.8230751028486822,2.6900498775544883,2.0859525591604693,1.978644113010833,2.863841149883583,2.64146962573416,2.3628298379398354,1.9258171051743447,2.1470033996414752,2.406685223745277,3.0453026912361434,2.437492063769563,3.1330799702314085,1.6797663719961213,2.909665024497967,1.593549557973506,3.0390029430169943,2.3052467979873006,2.738736522094273,2.210055878984247,1.712963900558178,1.833518578983426,1.9561976599627873,2.1375885890855573,2.712255528112399,2.8210021078142637,2.112719879496806,1.8710953666091867,2.3937744771258114,2.652107800284671,2.5745882842696655,2.653752576074205,1.6952515484875972,2.6063336967062876,2.32676761903458,2.9610001787485576,3.0389110607692156,2.8795187065943466,2.226968762838463,1.9040076995308612,2.2702117713899588,2.91475945522435,2.2919786871208934,1.7149088883139925,2.0794224860633888,2.3333726774232977,3.004078361095907,2.2743079000327855,2.090415416519607,1.9524757974594282,3.110490797378036,2.0529916143997915,1.91702901415722,2.3854936935723945,2.826570810274289,2.6912353314407333,3.033342774372182,2.7192859908890945,2.8765625265157935,2.738352335245082,2.124934205234881,2.226104242992826,1.7124081170102812,2.8126672014109726,2.157321650947516,2.1189159267865385,2.4491528034884604,2.999134786718201,1.8911155691251993,2.1587246403666924,2.201803109119805,2.541811940692139,2.839677828791443,2.6814917575341313,1.8150701864533862,2.9407850004681695,3.0116672200418115,3.0362842158613796,2.6894382005578183,2.420444087247541,3.130929356207518,2.5230788403633713,1.6543747748027002,2.223883632842602,2.4728803472464183,3.0644307159583604,2.21690533298688,2.8878789116882864,2.544286275448271,2.7723334423143617,2.3609843462322355,2.81440434699984,1.8312751666532463,3.079411449687149,2.0531173915039083,1.7345266809765507,2.5751507629514387,2.76698406816362,2.0456401115618528,3.118911480981241,2.081837294760735,2.228543811361888,2.9187482295054674,2.1817237613370546,1.8918154760975099,3.1067260562328087,2.473593388164033,2.832161255626411,2.5269689420543324,2.9047747667444197,1.6206489564669464,2.2246851510565016,2.368265401921368,2.785786957209195,2.250485942828085,2.97664329257303,1.7821815245748178,2.367623693347318,2.497121625375453,2.1034755577832795,2.1600350763681235,2.761038693671436,1.8172008905211157,2.1750313678813216,2.9297216523327334,2.2866949126715905,2.4315751898737967,3.0871620926797587,2.9381248553840194,2.2919505566557175,2.4881818980027037,2.287815119059427,2.949364793768645,2.2812678705058875,2.266934481994112,2.530603825797429,2.106522856297317,2.4072799643704546,1.8894575183543352,2.9920688472039747,2.73307027259325,2.6472379909565533,2.742518626220327,2.613488456902792,2.5912085627498698,1.9835426009598476,2.9146515782435145,2.532534187834564,1.5774454174774546,2.8580988189272634,3.046223277740439,1.8300566559193887,2.791843629527229,2.5770186942114326,1.9066600065408015,2.7062289228480845,2.3509459775236414,3.0397863265299603,2.233533382955847,1.7684533799656819,3.0409940494600267,2.4648991584873126,2.2863699116432006,1.7189566561202199,2.55391708110813,1.8553533087370953,2.2821415864474064,3.0024497311422405,2.033252024762417,1.8269903417731985,2.75130234271341,2.197020802564765,1.7703791145149006,1.9060751009484316,3.051150598201337,1.7444512759671829,2.2107010915779006,2.3095596795118443,1.79940204118401,2.003240374385068,1.9962254363390723,2.6809051739718504,2.422066630434749,2.792203642764999,1.8611272544467423,2.4424521248428666,2.53878602280595,1.7937137128999125,2.285354163142432,2.7671051299682716,2.4547684806425263,2.7177933199045916,1.681111340333378,2.379285661012399,1.6427524505777134,2.3095348955426043,2.1852850544074025,2.8597345363304396,2.0278120398443646,2.602395313543231,3.015534618657174,2.1572810534637594,1.689324715392709,2.5883098104687567,2.2549909298328195,2.7610426492650535,2.624737434721263,2.0060746643497995,2.044725364177863,3.0431415614166863,2.912534317294858,2.174050910902926,2.4837586444546713,2.0022737067728116,2.8366861381076345,2.242174305346398,2.3142571919089736,2.3061181169202487,2.1897147865794446,2.910492708088219,1.718474390074415,2.582124009628467,2.3694293128061874,1.6242924351256627,2.0119649797124923,2.9852181623155367,1.7466928507303783,2.97046238680194,1.725088670111059,2.623703716756016,1.8733203978052326,2.999915946030387,2.1403142872213925,1.7565856448228085,2.387742182796319,2.4998955649776278,1.8512805195239688,2.4196605610371655,1.817649680699297,2.0455206303768585,1.924459576984747,3.006841461924909,2.553896299883588,2.58022177917267,3.0559862286963515,2.254715649732222,1.8377435947422966,2.705231281531828,1.6140787651491826,2.965578064403989,2.1728569946659984,1.728659531748284,2.363737718408574,2.245784554506213,2.7406490203962557,2.0369100627320647,1.767332485533985,1.976769054195082,2.8184307129934267,1.5732814936425354,2.779416583343003,2.6789334985425883,2.674999934953457,2.753068336192801,2.918998107306408,2.4710163566386383,2.3939644700620533,1.8025924620642424,1.8638470748216116,3.012461694952213,1.761572274096905,3.0032299326524234,2.268774936051459,2.9004271299936373,2.4185345988808353,1.6549533561357255,2.626977943826538,2.248826905697394,2.36046206599675,1.792082952036849,2.2996830415290797,2.869761819250205,2.987811146600024,1.6239654258672052,2.6403908996764875,2.7399204693339536,2.638688843668302,1.8380528611884464,2.278723962139511,2.3430527655837183,1.7379063952461615,2.3615424952172623,2.589210516622843,2.1434196495577944,2.9883855924608715,3.1301389031394744,1.7412073789059552,1.8371992436114164,2.4631521209593976,1.5927148396308983,2.1200737206495894,2.3578884000014257,2.489893457513494,1.697826572148774,2.364103060875645,2.3583246813222605,1.5945527640830313,2.1116405707219963,3.131762199467037,2.2558926842621494,1.746413889234234,2.876089094323692,2.157880448737828,2.353527586690968,2.7579734321931135,1.9166589532966816,2.5634707105611976,2.757484141043848,1.589946961559128,2.4660740024346226,2.3830262657292853,2.4421098617938766,2.935473697272677,2.857270852933464,2.9054651498044595,2.7903849032911645,2.488488601662697,2.108155134026054,2.128435706635682,1.571119723199811,2.307940676914014,2.304737666589361,2.030148911169574,2.9609866248246095,2.369513583237003,2.5364710657371314,2.544576903576323,2.6126322131184487,2.4053173082092623,2.054016693117305,2.924679450828218,2.525023457548139,2.0866291846636353,2.5368027265989834,2.8547238566086555,3.1308759106729758,3.027668627149689,2.1120291322386278,1.7485683149522757,2.923763902701951,2.681927636815732,1.7027872906410477,2.580685510481222,2.8467038914484384,2.271316726618522,2.489132951102705,2.937934238772333,2.9003378978159984,2.1493909688567525,2.6385576799551993,2.8134564248317044,2.1706815963197506,2.2450919417280173,2.1918460231090036,2.0138999785232725,2.101168188854687,2.6372457534124076,3.092677007453557,1.9850172123611896,2.9600535758214988,2.0942994915080773,2.7793375793870405,2.7578049350599114,2.38818391077384,2.1638055251754666,2.66597529717414,2.2301867082030054,1.7508541715635457,2.290862187842371,2.576498917069549,2.5321610703239315,1.8233531848679507,2.172538718105929,2.0569027770334065,2.211512053417458,1.904302293637554,3.0509924787902265,2.162918049647125,2.925072409730203,1.9902062151501545,2.609150136229725,2.973376938525756,1.7265762915654115,3.1170093283334133,2.9332329769760466,2.153931696121256,2.580617119640201,2.11207687457632,2.273867441508504,2.65333348532678,2.913732727185178,2.2564008402009463,3.1001671848527006],"x":[-25.82448448121022,-358.31154315560286,-471.0824661114713,-185.66026851013828,-30.4770535124832,-12.939535211644815,-186.17456952348078,-108.13845010011303,-313.71994413641767,-297.2568429430946,-485.60830412041287,-214.93375197858998,-201.02764569144915,-124.64796508416231,-296.3433963205359,-367.3243652595546,-385.9616209814271,-312.4842808476396,-127.0677544464055,-113.36948796126312,-437.9263523077185,-213.52044475114351,-168.27154236266216,-196.2208569909638,-417.35167522642513,-88.74493146280238,-163.11508215781134,-174.98659360718227,-32.91389061656247,-10.605577608743811,-407.80248762798266,-111.34147380399439,-342.5210823927265,-385.07355421119826,-318.25449654044934,-85.32845749997564,-151.3938832748718,-391.33081697480463,-367.8354208572296,-369.4434178386707,-92.43862809160419,-289.3967813855738,-74.15530221563805,-460.25797588807626,-301.19989948724515,-87.90360722620183,-349.42162663609497,-163.5391254696019,-176.1689887214636,-40.35189415225771,-469.3072335644872,-491.61415363993774,-136.5365179593644,-364.9677888995614,-332.24921127297335,-283.91274787143817,-462.67424010344973,-367.1038926989978,-245.574973994656,-319.34290488771387,-427.81867918108196,-449.3421725033679,-467.39095920495697,-434.9523370685261,-214.0764836759692,-85.27990774395388,-46.212707840579185,-345.8487065988015,-328.5203057208778,-63.588215774776025,-306.7215150476934,-171.71116663421805,-374.2673705129812,-246.76162176300608,-197.86547350211615,-119.30084565588072,-150.61270505581902,-499.79707711557984,-418.66037926493374,-249.00949710466492,-24.625336972156298,-453.60112751233527,-166.12094704414514,-112.54282263801241,-322.98776112777927,-76.61164738122206,-111.13542115531617,-106.48140317702214,-26.929611290384848,-172.4661936837275,-480.3196446366772,-121.45070801576597,-270.21948317210274,-218.17610784276786,-422.52433999840986,-441.63785597701946,-79.00300713108577,-427.4689471769181,-13.434686787580086,-416.1296481899338,-39.54704722626712,-308.4691342201461,-248.49313834321728,-227.1666180199743,-352.94406066849126,-338.93413791284087,-476.85089608056865,-330.27443709750304,-287.303361143094,-16.104226464988436,-209.5354436420471,-139.8521264292033,-340.8905455424619,-354.36956817681886,-151.30399040992393,-49.01339488645906,-77.58303256530597,-122.13519464344868,-435.7092819419714,-149.8805651272471,-200.27033566365392,-446.88112437561614,-44.70650345984906,-98.57912855816431,-387.02679440565623,-414.8315181072106,-471.0852915310125,-369.74061520207914,-433.2490651818434,-90.6873812580834,-92.05739121927836,-209.6751942489029,-439.36625667510145,-443.4597896604917,-248.3005229747769,-469.197165653957,-184.39547797673416,-327.56086647367624,-119.41568594075724,-23.849673080698853,-422.42443159451017,-104.84627504244426,-430.4250680340725,-406.07628176703236,-307.64721690810114,-405.714666875434,-140.57746254939417,-78.77263476781616,-254.49718905057074,-135.28739877150485,-447.9635547963962,-298.44527630944674,-39.676182973962916,-29.757989172857435,-475.458808262061,-411.51359783804355,-495.0395036143034,-78.76403712727887,-26.255336423196884,-387.92763523533256,-45.40895149758983,-320.2708490719478,-465.346743128468,-149.33270177326008,-395.5246365837898,-215.53037139224895,-108.13389418121756,-59.730155900789896,-125.3064666056417,-211.94306757715287,-211.30998262771817,-104.11635962916377,-7.954829252784457,-469.6796251726262,-194.83809891372906,-137.25009489681105,-377.3892314917281,-218.40321314425404,-291.34512549999124,-407.7258727293023,-226.70901971655465,-221.6226271564524,-300.13277339250953,-476.64465249106047,-294.2662431664188,-416.3569095127884,-384.90190706766845,-273.7871079579025,-128.2378206076582,-125.97403152886366,-328.12856814703827,-436.06521099552606,-238.71662990320098,-393.36076337936686,-5.513327680472635,-239.53256956907887,-80.96833513878454,-335.0744012120046,-127.97841713529856,-8.648021161529407,-93.9019972173123,-245.39824946896582,-430.45645453250535,-142.48386837093253,-39.706450302796625,-130.17426462197523,-198.99263434937586,-184.63174109361879,-101.21187498962591,-241.79499727657426,-24.32707224168318,-178.01116246455618,-19.65333874176367,-16.13169809663828,-284.66420792087564,-498.9428062902271,-201.71840416281472,-452.17613127067415,-369.8882155573969,-5.444210740633504,-190.63654462689317,-419.27742033614425,-177.84457886126359,-312.3960104477567,-192.42460039209442,-308.8783415897538,-67.93913922630234,-242.16230273604612,-327.7676917372427,-411.2139887733087,-233.77235857396593,-366.29739483158505,-224.09969323195978,-462.2320007924798,-151.67180419627536,-418.48915009063217,-268.9747925426162,-213.9450490929391,-153.90894885943717,-67.46417374480617,-264.66757096155015,-312.14664272359846,-25.386629796627314,-135.47668239243248,-240.43066476605844,-119.76563986977007,-342.5526528027765,-183.1095336407166,-123.04107307341883,-66.50065519451753,-331.95264957872126,-151.33123022634186,-317.1241811276493,-355.33453256830563,-228.10155161869494,-389.71977549033045,-426.00005169730827,-63.40794140148853,-12.259671082674561,-259.2913907519496,-375.79749094165805,-184.40351595375083,-130.53786730729954,-224.29040342604455,-310.2461250084544,-222.47674458767207,-435.5025031698604,-236.4897577557119,-135.6927131212855,-300.13642524690863,-437.20393245766644,-192.24566923874875,-450.31453025648796,-146.43168779806936,-33.760977930541,-214.31236260752195,-480.0003836330945,-255.61812614029333,-241.3219012212825,-478.1902537545413,-271.491694572954,-294.6261031362358,-122.01955094836492,-136.6058287770402,-185.03635514705286,-232.653735536678,-62.4849402702492,-205.01826316946236,-199.10632011880858,-98.89390353633854,-203.45714274845704,-378.2954863512652,-352.38417399378665,-334.00147545500647,-101.6449464821424,-489.4749811152975,-223.6050429975033,-73.31847704759065,-220.31728429815468,-471.2289131923878,-348.5872077726312,-64.44116948826128,-403.0632750080189,-325.3176729532564,-169.13746177471666,-446.40300937205745,-232.41685402463153,-457.1214340485401,-274.2181194253127,-111.71381780108136,-272.9761471153642,-90.72210422726369,-482.7624347985486,-403.172144154482,-3.08655351906173,-470.70133534585113,-388.94025605735385,-380.6032007914044,-162.77970057111725,-223.34514640503033,-485.49222436110483,-230.4997666339984,-360.3739241797662,-121.66777594604383,-170.05102999634104,-71.19058180905824,-2.202161215290377,-230.69033256978554,-279.63055925770277,-202.96838226729318,-41.79375594798385,-430.27581732192823,-46.40022656577136,-298.1950818582548,-216.53786818989806,-50.15454017109589,-214.5362836068283,-335.0040554897654,-6.130380647776823,-442.3929970210857,-154.71203821085544,-126.52691355646128,-147.92655704179214,-355.5709679745918,-327.2034207523864,-423.26685975575083,-274.7034681180168,-14.045428169624063,-455.35126525592375,-466.8266206463946,-396.4766444627971,-194.87432363763313,-320.3111889626333,-199.1433836471982,-360.3641570241499,-54.61021417937917,-100.78831095285045,-273.8905904804939,-33.803905206673534,-52.13011634485909,-407.3061991912483,-28.41479721387008,-479.59764724648136,-100.72901280008794,-436.65228137381183,-135.77291859454533,-319.4920926881768,-240.35054347673346,-412.86481416490517,-130.6449190616944,-123.59740399829577,-151.38582876745554,-285.3194361483966,-344.3715615773685,-10.493351344710632,-378.57883721295906,-131.24299580456443,-313.4371357396745,-231.02691693950462,-397.3395609755721,-204.42928116527247,-352.1612689610769,-18.702261530132546,-76.00816225119011,-52.23768674507667,-359.53569620875317,-210.63644650393866,-205.0058864228358,-420.925194312098,-144.25480257773538,-431.385955247348,-119.3088051996346,-483.96932403590296,-54.46540294622682,-182.02139011206918,-408.34162760532433,-410.58541919246625,-465.33359430203944,-205.46822044921888,-482.8329426874305,-421.03141678591095,-46.1698688355181,-209.31620057787669,-238.04989161405976,-404.99440994959156,-168.8699766033267,-329.2469699370181,-467.3214129388559,-164.5407598861197,-55.3403176597882,-453.81940038086697,-331.3894099835981,-233.12257277082048,-129.87622500282313,-494.9328239833973,-430.5974588033516,-11.595310196703679,-177.73500049999348,-34.823190109725566,-211.16060172565344,-166.37891073601062,-245.1500828596599,-46.05157673233074,-82.89363959984209,-221.93050210546662,-54.338546599744134,-296.3684167302583,-177.22859824868243,-134.12487909523773,-238.60406747434092,-143.23590477445103,-246.86141131802864,-258.082896206215,-422.1504564624733,-159.53489833184932,-287.96837625733684,-488.54118337338446,-175.94169249201565,-187.08763439845742,-162.77199540830546,-18.862502996377593,-80.48527626529022,-172.6400982834857,-345.3609008678723,-142.26722077888653,-174.8265970570556,-216.55044921471577,-67.87347732332904,-380.46203869216066,-206.2612417451779,-467.8854128022091,-181.34233541160262,-127.63337837642209,-250.3666278900717,-319.98202012720145,-457.2691789009802,-339.68437926747754,-288.2490365858299,-76.51441692673899,-292.73483300762547,-58.45687293549962,-393.63581962490304,-487.55556702503753,-321.0707441784153,-153.91124440497327,-454.7852606642678,-284.020084432539,-384.8199955663163,-478.8415997360901,-455.4592288117123,-373.03972793673245,-334.739278469556,-7.169688206837943,-433.2665553092807,-375.6134306153325,-417.0844983165003,-335.5779024701698,-179.91299803904337,-479.28270070499144,-176.7051011168088,-160.60204398670174,-272.3441145644975,-252.28509335817063,-475.7163095761925,-316.22907787830223,-94.37094100309362,-352.22899895212447,-240.22459101529103,-400.65851029409504,-67.8915805671253,-179.68254072580203,-155.28258233516357,-385.2105077488921,-296.16378162853897,-56.772817742870906,-232.59946562355105,-132.92567871486727,-122.16136517168874,-94.46842448796777,-401.13722174715804,-261.5468662510391,-36.48851326856306,-296.8209881579443,-314.27100212454985,-346.0408065385003,-418.193897332667,-34.639766445662914,-137.27155872447327,-80.18202171018518,-153.87174376935343,-67.58834392313395,-486.66320786205597,-266.1708712748078,-160.64285886371675,-81.43513072589815,-329.10723380676075,-284.2314947261494,-427.9245516248558,-177.65778401221098,-164.71234302552574,-444.2369009873628,-72.15621599701316,-233.46853787255995,-495.7725012208729,-152.69610492493746,-303.9531559928417,-136.9173393016292,-326.8071878601001,-490.48921144868484,-85.51023184190632,-332.125054276694,-448.0241576324984,-147.9150289456036,-326.9634942851716,-432.99910187968305,-423.8577369145831,-320.0725398492145,-323.2837737264771,-368.8003181038233,-121.90063343565028,-384.9241683799727,-350.72132532612466,-307.0879379442393,-93.90251585142828,-216.14380637167451,-326.43531136489435,-157.21422935815332,-163.476153167593,-180.4062796582697,-122.70552983470506,-177.22635113206496,-224.67402748708577,-99.52195709272726,-119.59961126250629,-169.61421226320994,-172.42888496235508,-440.5274990316276,-341.33781031982613,-259.349487994026,-165.52370366897895,-374.16118300509794,-105.48282691506216,-184.03214845484973,-178.3686530816109,-425.6953784793809,-226.90944887701926,-328.0491991714437,-418.5990639741374,-208.6928340615204,-481.4290664710641,-479.33117292675485,-169.32543570899583,-228.02349574752023,-367.294838699853,-493.6080539264741,-233.5919326742405,-303.57588887718924,-382.1777836348217,-169.22751609617194,-417.581626606682,-226.44459637101644,-246.0557148915057,-128.03733880567592,-182.42982668989828,-121.19376322211484,-480.058996520999,-107.53460131132309,-396.90658127064836,-378.04446390201406,-114.99158054156223,-423.6564838028333,-461.384712595011,-434.03961833792494,-428.2936347028632,-165.05066076426834,-486.34700812001796,-334.9514346694692,-239.5488545312311,-395.8433533517295,-365.8107324347114,-225.48372322840626,-140.65234120209226,-434.1544035524658,-253.22669271829358,-378.7599216242384,-171.25278645398822,-256.9745597623009,-210.50397900473718,-298.60347743979077,-280.4844564438954,-231.88793314394073,-9.304912862452275,-164.6848583888032,-9.234242310141028,-461.5753140533494,-203.68630945459643,-499.3366229888268,-242.69838863545067,-53.30609477151293,-114.92175438450813,-60.57403055417399,-224.4178423432499,-432.62239686878934,-177.77815236100923,-175.6883225453816,-56.13849129882742,-394.84491980991453,-423.17106336621436,-432.96388418877694,-87.33522486680778,-60.320688839505145,-32.878933108398954,-376.66132033944444,-400.01629766016055,-384.90070030036327,-398.8454339767736,-322.3749132777718,-126.39101774398209,-239.08933655764199,-478.7599967472776,-433.77709263368814,-60.48291789720894,-226.8994680213935,-362.2875084542043,-252.43057548923676,-417.0628667359861,-190.76039663828837,-114.72715527368204,-385.42508387967035,-138.67000108671456,-139.24651258798738,-150.2729211174283,-417.43045895397546,-290.4636711588048,-213.5448481300194,-370.77844304732554,-45.362249767378685,-161.22600061422887,-46.931638244040116,-190.51949134315095,-65.02554134698258,-198.35588177495578,-85.62114300052703,-156.33032246801838,-217.4473939670092,-234.69548567747867,-90.05082766193428,-241.48411509161005,-261.5092668529849,-245.4563484602028,-318.1187829995956,-483.85706535887084,-111.713396214708,-491.63618577475046,-358.18685910379253,-329.07812891270436,-235.85548504117227,-316.0740629057347,-276.6471664851351,-276.9761405226646,-38.37797167440815,-247.43139754125232,-373.2448799773802,-63.57294867398877,-138.30338096116733,-334.100509246361,-274.1500099334869,-171.4824619503217,-386.73361170764497,-486.8163663576063,-100.73898678587956,-493.3428367436783,-171.01919356236195,-56.94495389559384,-418.514934382175,-247.78746368381266,-211.95539205787105,-459.22658581880825,-224.05025982208326,-198.47922697853625,-325.7025713616066,-271.25688903938385,-162.95436652934947,-79.86504872647882,-283.8688521735646,-363.4315191615949,-425.3264973693434,-234.24674258866872,-9.410234555185193,-228.51529369206537,-340.3974951104954,-341.87356427599036,-239.6005899846988,-440.311051320358,-55.1840121199193,-400.64292138794224,-258.15506765974527,-119.14399126082154,-249.51645084821683,-275.66432527784167,-78.759982601865,-88.18837659313405,-485.4387536255499,-353.3659057879447,-493.04965809860266,-314.54890276221613,-334.4851012176212,-416.8864315657258,-13.040246534553157,-282.11993957869953,-65.33880653357105,-319.06393839110103,-364.38777661508493,-180.6831736353376,-232.36934707617496,-307.0213431802511,-162.83677408931263,-387.368766186973,-377.28116099152163,-441.2137035103756,-174.80620746576713,-395.95902672460323,-214.96634582953766,-172.89860356418575,-85.00828382850123,-206.54234456097066,-2.0365517203865258,-351.7068748766749,-281.59568769983133,-70.91183971619274,-487.62357876978166,-399.07815541810396,-15.068544063563948,-146.01128349253534,-269.265812288649,-494.04364627438946,-379.5949508647674,-17.642205128729714,-117.29164949063109,-430.5610189037683,-320.55426711392397,-68.84601876911678,-406.9632852928626,-93.6612769205477,-383.9339007792011,-314.72904241863677,-235.2816791066078,-84.1249166833835,-296.3610067784651,-137.63027121943205,-74.21874425339826,-92.06476031333999,-484.5564970206392,-85.00459628593926,-341.54332746288617,-443.09839402591655,-63.405378812889325,-152.20809463072206,-80.12635886357155,-442.3675239738456,-422.089985013817,-200.26399316583564,-40.804851789483784,-485.1806139575625,-494.21780733247556,-76.82527960488672,-104.8745642841602,-289.9500780641585,-436.01019769164276,-218.5090062416172,-16.373287966084504,-478.5390179233774,-22.755160881944402,-441.367726431374,-292.8443630290799,-90.59956676566783,-145.113525682277,-368.20323301499235,-393.59122886267784,-238.41819485959616,-32.501290621295695,-488.74237944082563,-175.2096237274282,-264.8949600957393,-350.1185310161351,-110.98399941571724,-198.75535202493833,-330.2163252820266,-295.2635176018148,-132.58652452260677,-187.78626839779332,-120.52408591245178,-459.2958096330835,-372.4270617828206,-438.4024845175281,-136.5539303088973,-138.78907204098024,-287.990993098476,-49.522549649811396,-253.42654558825328,-121.29350337369604,-23.46046373595112,-178.82876854684548,-420.9815571310257,-69.55478977547868,-201.25544452617783,-51.50115030368963,-185.5079304132834,-130.61150008353817,-458.2006522588312,-305.0049837060519,-54.69163919903197,-276.52226001561553,-379.3776707506442,-143.92819117955025,-434.5056683035453,-22.677635185804014,-219.90269357298052,-95.35633814355515,-467.55045688714705,-444.32676858653844,-372.85445287675935,-445.30130866154406,-132.78038836756824,-68.31770917902425,-267.0509773103748,-1.4200665438576232,-409.41215591653156,-133.02087404618135,-66.53884737762283,-385.21711290916716,-251.48630093509462,-498.6069680654217,-124.15414130138458,-95.80670392373646,-210.90239418006541,-293.03571755596414,-0.7873653841483641,-147.425268459792,-253.71635298530714,-224.82675634690497,-484.4850500522705,-227.94108867929032,-465.61591074119826,-417.68220723449525,-109.05286499535028,-139.4163007798177,-331.11187900023367,-36.258355146622904,-240.82723404018247,-391.7799141091578,-396.8540876514239,-465.4246171871168,-17.05643025255943,-135.85270882803525,-304.02800276711815,-224.79219976321298,-79.30571844323919,-291.6653616155033,-180.50530008728492,-258.1211099455142,-13.472920076858408,-306.5518400106214,-247.59747298312286,-402.1318306124253,-132.37009375533137,-371.57916986368076,-278.31818190325976,-79.00192472115897,-270.6738483938539,-282.8485463837674,-269.4221651029627,-437.11670647467514,-234.2029949067198,-77.51513488334727,-98.41691394053298,-444.76067697851715,-6.426922256207557,-152.6055214837375,-479.1182420217281,-281.3296992629928,-62.9958915663894,-438.9373239081958,-378.79852520248534,-9.002125987207288,-270.6712707745654,-341.1620020645616,-370.54105983364695,-33.63796565356003,-497.4127532588087,-286.47365711140003,-490.9381078089121,-376.36743338763523,-87.3447592100841,-415.79480926997536,-407.3990216752229,-5.22564740847864,-341.5764255179146,-463.34962647699075,-44.07009827412367,-467.72331444454653,-314.1243809742924,-494.5265134360206,-216.60544958037676,-495.42426448845436,-266.5946465760889,-222.85133966846416,-0.12699371019841976,-452.0095184521439,-358.9109371156167,-147.2641585452067,-459.3914002240732,-430.6656586168104,-380.4165089448385,-391.51695223384354,-494.38089670207586,-383.3604174671579,-179.27935892893632,-273.4678599048127,-323.4482641281067,-249.33377553611956,-397.73506227309355,-212.64125998421724,-432.5125372139771,-348.34013673127083,-166.59296935431655,-13.06173991957149,-338.2373068675294,-152.48050315463047,-8.716927574070832,-232.9996113050622,-481.0213802143648,-150.02136468246485,-449.06447044555574,-346.4282615198072,-497.2670000754257,-295.28123786242054,-274.3264534941339,-427.6999698762367,-155.38728945925072,-303.47691721107907,-353.70363282637476,-146.84078380222599,-275.20682862965197,-429.4668777324281,-28.396110956142696,-194.4629435298021,-225.58483654937268,-155.12498190905865,-313.26554691004185,-417.1169201553123,-126.83253978101393,-198.87542538762048,-418.9980976335561,-360.5130748906987,-88.13460087199442,-55.483295500008076,-192.42321253381888,-435.90068136635165,-117.08273422390924,-212.50445673420603,-243.37848320811838,-218.29519024231482,-65.49684114074816,-216.9067416865994,-268.1572017931989,-266.1140333019776,-65.04530510336248,-347.20129321787374,-319.5622055503652,-70.40747268779258,-342.8293760831061,-188.46695372193233,-96.37940495678932,-226.13922628079197,-64.95579553917364,-84.29776675673017,-233.4035609188897,-65.82725020572144,-287.4939414576587,-343.16212413707683],"y":[161.74069024518224,452.34401887998445,140.09230853328003,343.1958687577108,457.7910100917663,81.45864000010927,246.55466921595215,32.104336405091914,136.93807706094208,151.96558358343935,414.9169506070495,209.70457472297267,62.91019355015437,400.56015018868294,64.1838227467455,172.07641909288196,343.1675479546318,339.89742016424265,476.2615893946233,75.04355906775817,126.96231393662805,38.058036576206874,320.61396388650076,49.4808201283159,252.38599458728083,287.2860148782076,444.21552789004494,325.1756422991916,117.26211231318784,247.6636069207875,434.97327913790787,444.9962960352397,200.32869625155593,317.7489459772258,108.67493539268025,397.13294625753883,315.522230260978,425.1189888162272,195.4397409289834,436.8401196484438,452.3588714486403,345.66572208524695,434.71112199363625,215.97959742618133,342.203879564536,0.560854977948333,272.4404603437223,118.42421484978394,183.82128657411334,82.68762275406338,205.453813275565,465.1830860761541,143.62972863807033,413.3822673698101,197.21744848520805,227.5841924116877,30.031615104699092,410.4027058927433,244.32139305464574,381.51784688902177,350.90632054342916,273.50931645534104,72.77306708879006,112.9410911255111,386.3702783132419,45.330038865341706,445.73046230033776,286.63120203779056,377.1301432598623,431.2490932484183,446.6041613274919,131.23759539832537,435.4929437948182,82.10134719671025,418.1784739162621,41.01281022717329,71.6716153148339,153.15975827873896,174.40388672378504,190.59398896169367,440.3064899578778,429.0238849108459,402.4674316523981,382.05143055137415,25.14204599727943,100.25054752136053,173.9172174197182,244.51455264069122,467.5164592646246,127.71600274386697,399.6891548412076,413.73619261695416,379.33133515334936,431.50620045838326,405.34855608854036,406.55289593089526,206.02915076453178,419.6685451326756,289.3288082370873,429.2331784341091,126.14469234903247,15.389011475212545,216.4437215320385,292.9581710122523,186.22112423211223,464.76550029996486,87.558905932971,363.6984569891444,354.19452686771393,376.20395174533616,209.524309168287,473.4415772612084,241.53103983527512,213.0419772820631,271.66520871927867,65.11120606961806,68.11735070524539,485.23671843404924,457.40631330774227,344.01271614394636,357.72431301447824,432.54619762433776,494.9755060201684,359.9322941028104,400.86310517719284,142.57012309798156,270.9668005198312,337.18713317511964,85.46601729480041,413.99049204347415,96.5157055717859,75.30566267865358,472.9292538825541,275.99298970817085,203.45510424463896,156.61760659206558,373.6942931938526,64.83560042404545,451.2961494575758,127.28654351709534,71.34308957122393,96.85738607957839,34.904506340398875,240.9977443697493,309.1976778034992,397.8826201868225,99.2765196193931,280.26960076398353,288.11510547793483,356.7204347514887,286.67919235454866,96.91571937616017,459.52665517438305,330.540574685423,59.32564011335872,293.01012229300005,96.77252356990407,398.44974896911015,317.9887629664754,379.62921926097283,43.85953533379949,209.44628635095773,492.3857089294725,147.2132969051405,47.06715081030899,346.0348810649826,276.1495810610367,364.27531875771393,345.1059737630345,253.78423670951565,104.6083439651806,451.7191229719317,139.48451844554,310.7516867602056,425.0423074505726,494.0235994550986,498.4840280471682,369.3403690728556,446.57796643578763,383.39084647372226,186.85307299620436,294.1907916767328,171.96690842829554,130.6508106442169,343.5654609530401,23.43936442429728,171.80430991262608,482.8757427749717,376.2925791752435,262.6438524525696,346.65554019048716,458.0869669511951,128.54487262618719,10.905163446412347,305.92848453706733,81.03240149942692,107.72264039320267,110.58265038523041,280.54263730962293,194.19250271047738,119.61950701196444,279.94320156499106,440.7671991276151,43.78342793393808,357.8665950048007,203.24837546046248,373.63107797674064,212.54309016189998,131.5088421252767,170.27925545648148,461.7000985885794,295.14476861136995,289.9077333609744,375.0661340678476,499.2749735052836,2.404526388225192,107.46124959663427,492.2261229930198,182.4058040673291,187.0884766169252,326.6594378145502,281.21353881791697,466.8215098772313,46.929849197986705,122.70217746144385,455.7165309283947,309.7279932920832,325.691152356109,275.9572705135072,308.44203944962845,204.6690274930707,294.98758004598426,199.66436183988645,362.686909510029,297.9554268188006,123.3939796469009,94.20630774782535,335.20352640732165,177.53560636568733,100.5006797305904,55.19515347126314,25.30361484130983,102.08243004043305,274.6595515988791,44.629439709662044,121.26100583381105,170.7270813297428,448.2350197950682,59.58695382953072,476.3352236291476,75.30578229028873,351.9525145091472,90.89485514480256,70.1360107517225,229.8176326249093,38.020779954752285,22.00590387684076,318.0248927207369,192.92648130432423,65.07885601376073,322.4307028386311,326.81301060886403,133.4003449129757,449.78599196403854,330.0578647597,280.6574512332053,135.3909838509687,351.982096116595,370.5560451108728,139.84833776711326,30.23635213019793,273.7984452481338,415.9890802009241,170.31962144853853,347.9010443263556,205.48477926042906,50.92851055144687,211.51016626203423,296.4667376523876,357.3904485763585,77.47302085630892,319.66421534051705,481.7289668598301,133.69414255308965,137.65764119170586,214.33005092779655,433.38470481745395,416.9740688071233,311.6657754379912,246.92195795145443,88.90429963016,336.1724921413487,427.5423357422932,265.97285683179194,206.9743674498834,306.44832797988886,184.0653831571072,31.467645559406286,35.48276810879414,438.95881867560195,9.305299377571075,497.38707851593813,303.63600715155525,179.99690581089567,253.9224754657352,467.15400524397165,200.98829203409974,89.67559269825497,410.5219339018882,196.79019806406427,219.10809334785907,327.7405422436664,429.69662776006277,343.2565645993504,63.980618657771274,287.67542461789594,256.33153736267155,145.3529853411746,170.1203249033547,57.04741873711616,210.79779169676837,499.2695707658109,336.21328328745903,174.43420938246257,407.7045660239271,43.93524329740717,199.4304832850009,351.737768006811,188.23094249074256,486.11494788512147,297.4298887345155,325.824597875397,417.16346177984576,91.39652802262677,195.94803353991398,46.881549485561116,178.4840614962675,23.13311990085476,345.33066698568814,334.0190830890466,222.5737873380339,462.8527024997566,380.04483219012485,321.58184009091974,325.33668104645517,334.3887583259524,272.4384246197891,222.77420591779708,86.92615401211346,47.6517256211213,201.0963070667353,171.42782115167498,254.22999954170112,199.306864071207,496.9290848298168,330.44486434038356,13.38496371988196,221.6544239456578,270.35831297175605,28.029339667877238,404.42078172192174,267.0536368337342,419.13492273228434,96.56918749081467,226.26818181649233,411.8961045867438,355.1302092009193,110.89547268079136,229.3330113779457,453.61787525249156,394.5304101526348,221.12029406776335,173.79213245661163,90.11518101828564,227.55278870454032,385.7175442437728,402.83090529963926,2.321172867172594,362.99459106675215,91.2439526035197,158.32931969214215,253.91593374335164,297.0031855048212,329.58138672630275,314.5361924543942,53.83078050774448,224.4660547248236,357.62219996784836,499.2920208819063,268.4510012018513,322.3188815305783,84.77017165267009,189.37775861855843,461.91080396435825,240.4410317962743,115.32328154911953,490.9206821564662,105.28168756472922,410.08639713806093,357.4667156327502,498.9177652572203,330.7209725573693,188.4292424279349,476.0178614643673,440.35409352694444,360.2875976640086,465.2249241522421,297.74525017799203,264.72728245333644,77.6946422841852,38.15314687022242,224.4420775752879,464.5266970770413,87.37079241256961,165.93178698479727,365.85078922401806,486.04815746635654,170.35019100444205,232.16890820015823,402.22792108675634,41.64944986155794,275.08341317100513,21.050015056880532,14.252671429053066,51.903866202119396,421.3273079289116,276.699756505264,179.71036455677336,322.60047645990306,339.4757413853019,200.05001297782488,267.7698859309893,133.93854412477623,331.38388104191506,336.1772842440801,259.4242123597124,220.09417209961236,334.0854273414643,153.33513173270552,355.3125225417778,270.75944441695054,450.5297854790341,197.9532237716596,40.61842205716082,74.23359366676152,353.0195604865911,19.653383413350213,416.14381931312994,69.67678881594264,317.9073573755723,186.90095691415064,491.2923500478651,313.77428711550925,394.2639027138275,184.90608375090878,39.11099001824792,436.15708612371105,158.0459338474327,434.05868321113417,180.54129249501628,390.2515376428405,9.652317856435943,460.9096392936497,402.71656463002046,205.68360479304627,493.68808971735524,472.05108795076956,231.947458933358,442.81904439628306,13.318022464460565,153.32035110428177,5.945795991744274,477.2668763582214,297.93853250449064,410.0079095357081,382.9195625348154,190.85676113813622,86.7488026491311,104.25642141975399,63.63455353559389,146.40549326422337,197.8570344626076,255.34281785234592,13.628355902782442,217.2968908687074,98.48719217359314,359.42098180462165,71.9869259766478,89.29587658577431,233.924640730355,215.77175509113445,324.8988366667699,302.2396633151274,265.40696061750555,228.14826321063475,409.41348726500615,362.6575327886249,498.4525251740258,27.156301328149056,52.3270750302286,213.67879069000938,271.16725882023286,85.43703230593135,278.8134828384041,348.76029180597055,223.29747826257073,18.927217171093027,75.63039458227905,317.7712073471626,150.19550497665733,189.52700350686413,55.19628238890428,268.3031703780868,416.08031824652926,395.52109140473345,71.59496933850751,341.47337044484294,241.87849280682028,199.93425097272154,66.50694084652974,403.97048878102436,74.27149456905302,343.6041558853408,297.62600089569634,263.5813146771436,59.60374478922215,198.27012574365753,261.61436175188504,22.57315033261753,274.38500175712056,153.74896229073676,450.0010839937015,415.8219846357978,20.008587190111783,171.11902676921932,280.1836246338766,200.42553434805555,56.80716843597333,390.45464971199317,339.9755813945707,127.38592058526821,389.790603538071,329.62806338080173,350.2587651428524,442.4002459371292,176.94429551662793,31.525406136581392,429.5236876076933,334.23502791684047,189.79540234064984,431.5859831045747,249.12194633238227,152.19380733705256,140.8384507501529,435.30840349165356,160.54900433376795,97.522052190955,271.35326431987903,95.3247729280281,131.60837655802194,448.5753137362292,445.77867354623356,219.93119021882413,173.43100033479263,308.5841540996963,484.04868267674726,63.263052235370985,345.7504155071087,99.31678484226126,159.1111390896306,367.70043392567663,443.9487151272643,405.9293003268112,478.54460320308044,269.7917229276423,344.2632556295474,347.7489657012658,100.83741196960317,386.48371681149916,184.66083236585317,453.83932457232646,305.1337833673127,156.54298919956744,370.31384171943483,113.75181853237449,406.2867799414589,143.89519135053862,281.8362670665558,115.70600784541396,134.65716244102722,394.47805251586,136.92676004980032,324.23612697739725,57.229494217012174,391.4359696181907,284.2838727048873,116.67037648053935,448.05613227470684,130.5273513585359,177.40330100485602,398.27707595764514,325.52774675058447,123.78674427813252,138.3788271637365,373.7665733585003,461.9355233695767,395.490995357373,190.2522888332192,28.841710523333617,238.22175046739335,1.9740362330721295,85.05138592070405,38.894873083050726,405.77308035583104,47.519704362666836,225.57513118578476,212.79928011490102,326.47362955213674,372.423010146317,427.31601670872135,149.31137071044387,352.6075280752051,198.06273932383846,59.03033459586815,291.8181094809784,181.28843897172032,366.23025308276857,225.434490656927,275.6898749104844,46.34154700280357,482.1728504750233,19.49731461926685,399.50815452172475,73.03565106120024,39.66170625352095,106.98768948490378,418.67415938524135,365.1685058390679,284.1938559675958,110.50039766360197,493.3983859513634,416.7827191880434,406.9533854371037,379.2128288563891,34.93328835677878,491.64023005230086,333.4644582046146,285.844994751159,11.991302285929484,264.93858209053064,385.9756203343198,141.71544572988682,136.02956914521812,140.43797731551498,23.206921426302983,166.6063559588118,12.311990510747384,68.7819156363747,75.84138721645905,247.87413935774705,456.10811875138427,67.703760154603,128.8437083841697,256.060536853574,180.36091818531784,33.66224353250236,271.4469505932571,362.2844836448505,357.909333009514,167.8467166464741,99.07349749602845,239.7871934118845,448.19588111629673,100.07304416383411,46.80122433312239,34.783379829360086,114.55855065002885,277.86135625119647,2.95008282099396,197.11498319945986,458.1153355600257,323.40280053685314,294.92331379635175,4.915170692320614,183.40608565241135,86.6327866727159,186.47401831250164,66.36562907798127,383.0464478421228,165.21881091065526,377.9587626366826,30.716249882154045,326.6439362569798,344.68372939427195,266.15876928325565,97.42373306757534,412.3047367281939,10.417583912639694,399.5716047303165,256.9304020645735,73.80680564029052,387.3437081783333,490.0575772799891,2.785751448754259,223.973317813434,116.1893012849482,300.2054633349578,56.53466370166071,188.6046457559948,298.1831501741583,332.27730261163646,127.04767713538901,296.4810228252108,73.29497919097084,257.1590241366788,391.58795942879055,194.00781944528654,202.102812819971,373.2741050414863,110.28094598399984,313.141590090527,127.74034779678823,104.41750080481027,406.2436101278789,423.8052865469529,17.138001393501522,69.01193087713087,474.2130573513476,9.983616381332938,323.6036107949137,12.71696334124195,370.85411926727505,436.02277737239115,126.54900211123399,391.4344287154685,277.1525549553352,493.5880177371256,58.35640051128588,163.3158026144934,237.8118837610347,73.71615378972795,230.99188645234614,131.9106172996566,394.8356604686082,19.630031056895312,144.06706949108317,306.2857472195843,102.46658918182527,26.937322376745733,267.36012052252653,177.85782505994908,252.75205136869673,43.16524301311875,67.91408178486125,272.1072417119571,50.47125990388168,486.348461928922,88.09123597292535,11.83934154396904,345.82971067265487,368.76399835888,461.26735080216287,271.11665817161236,320.2153824851107,445.4658811651283,44.07714212303515,471.9688835473959,321.1483649024954,121.9212346357571,190.26841891195866,366.91870719117384,264.22461254989946,43.94416859502825,484.5724613136827,458.8195224865296,486.48058769027244,272.50840026191037,329.7527690739066,176.84024125415087,219.54934487401866,369.84776643926597,72.9634319230128,136.57466330552882,407.94967059023645,340.1528196401504,338.90809120567235,120.89495876397427,113.96047523718411,357.53311873380466,98.5775711386142,147.82046239502833,456.9340103478683,315.6906336241293,484.60460173198317,415.01630163198865,26.234659594323027,295.1036946587987,220.31038340623644,49.87982444384287,358.80611792565844,272.92149116461593,301.8625405522849,214.81702323921547,105.97138996151956,199.00513097741978,238.66236790469264,387.49878043222674,32.61560288714283,68.84077545577804,192.45412164608499,145.0911975603485,261.77535645539626,144.5497974070602,468.756813225325,476.80638879158556,150.96382364940342,194.85252841998667,67.76540662061537,332.8999226111432,158.69812753336544,118.12466141139433,438.12681361485164,378.7068353143843,66.37266400938391,391.34357010034694,34.781090654185554,331.1364526951712,105.69538492154717,418.4870895002356,65.35421564592303,476.3554204692091,290.97964792963626,259.60312775159986,283.4653140697292,499.61426185029813,382.57878997220274,89.99318874537899,427.8898935213617,258.2884618876395,63.38710502151545,296.0213330582967,234.47358574726363,38.214048716480264,162.8878810679052,249.81396146463652,124.53736362661971,32.78881036465475,72.81604474888681,193.57888628355158,417.9896976501454,379.4489528621031,314.1985663208692,211.36247269856955,246.78489389370094,481.1835047280522,490.64012225822006,98.13832975314585,316.82531253734356,55.85785176721836,126.5448475809573,113.24227547474852,198.31471932690513,51.59339350890879,369.3231053867131,387.2649054651398,462.01251857719484,462.043855746099,42.99604398337698,187.74591225066595,33.53579077933344,467.05031044991864,97.60720664347566,410.73393171829684,202.19516430520125,76.81560584963209,377.4826267144051,222.8817058372934,352.51564787035716,326.6441724956023,50.31227921362036,40.0101483354719,253.15873594504046,167.94869543930514,105.17091619821717,221.20424823627104,483.44346927494894,434.12247339963017,285.731190176056,468.344941965984,267.79409168968596,174.34433409674043,417.9187892689142,67.49831008945884,2.6826199689448105,450.4598300891561,360.64766625473044,358.5150734058129,293.1719437997786,249.31003774251303,477.49781914235456,214.6233468095169,493.2422042942256,432.0489239891352,377.1881267064108,378.8628871172268,450.6847761932867,3.3538854478214475,453.4690459262767,189.56781225019637,135.2581044025082,430.5668082315616,493.5636853127999,151.90769696642437,242.3907758942677,271.3009320265182,164.6643798539571,272.8373564293317,273.6970728656758,439.1287172837289,37.08078446644336,97.7955284587737,91.79950074532795,118.9910719697127,79.36375523796025,379.05599947870473,447.4227578821045,357.3248807591192,392.6874382071415,497.88096481947275,397.8878035334755,297.71825436137146,83.88289168415541,419.34363621985796,263.1272608027169,266.1394089703105,288.9762253097142,347.4328879441706,341.6726195707338,60.2669816303053,229.2414578665728,439.70975075052587,274.9112139652208,62.730430857592445,4.635303123639911,39.85689031830142,277.14378709445396,72.69904040407349,74.86568243972246,75.48267155488708,65.65788631651893,146.3736095424545,146.10770203138244,177.92364033482454,343.1269595337394,71.54492690155267,122.35105869264906,452.07984617076727,150.94807542219957,145.60778532728847,227.18489803844412,379.69265246515414,494.34823288860696,309.41363261205856,469.30255436087833,237.04861421343603,1.3901230266032405,442.30433635032153,41.40835639755491,268.7436865634467,118.72125614447083,168.43655593291984,118.96687567969211,295.1012440224889,215.80622443403075,465.101008922728,484.17812840062203,63.251573478030345,122.00944771559952,304.2905473154319,453.6907529674681,309.45849283026763,460.5975928691093,292.7555416596513,189.05304875645646,19.7057357057705,398.6679696098845,58.53670051218918,145.8856701495863,204.5719574275965,54.268220513591594,448.30549212637607,8.429584239423527,39.847228671007095,146.1049109345216,142.08539028861077,108.04867075541091,99.46029723703953,123.97326191359082,15.26448951887116,351.4711159304943,14.22378911288269]} +{"expected":[3.042513,2.24949,2.3805299,3.1204205,1.9415416,3.1404884,2.4541912,2.9923427,2.5994372,2.9441335,2.2262335,1.7510023,2.7308645,1.6545851,2.6471415,2.6810544,2.876829,2.2926927,3.1015174,2.5453663,2.4329484,1.6094271,3.0367389,2.7450006,2.779163,1.8598347,2.3013222,2.1824868,3.0901873,3.117947,2.2677414,1.5796968,2.664447,2.7062166,1.735631,2.6849637,2.572485,2.4898417,2.217558,2.9014943,1.8084263,2.3789866,2.3012261,2.4451005,2.6937304,2.2058647,2.609185,2.2287982,1.6678866,2.2308526,2.4105027,1.8038682,2.526969,3.1336694,2.150764,2.2217069,1.596321,2.6468356,2.948062,2.8273578,1.5904329,2.3756273,2.2932723,1.9546224,2.134914,2.8051674,2.382794,1.8526759,1.594791,2.476823,2.8052673,2.457559,2.6753623,1.7092581,2.410514,3.0535252,2.7051919,3.0008743,1.8484622,3.0223196,2.9129758,1.640195,2.9226897,1.7579863,2.2455072,2.3798535,3.0886364,3.0427957,2.3178885,2.3763468,1.6242214,2.146206,2.8931408,2.992199,2.0511932,2.135972,1.766842,2.2914379,2.884865,2.3377886,2.0819352,2.6580966,2.9335568,3.0612605,3.0480244,2.2543433,2.7444344,2.5681884,2.1627991,2.6003969,1.7573708,2.97764,2.299842,2.1811192,2.501762,3.053126,2.5085151,1.6790928,1.6389169,2.1052742,2.3318598,2.613578,1.857445,2.8070476,2.8193212,2.1866415,1.6184986,1.8803022,2.0104551,2.406521,2.7333798,2.4022691,2.546691,2.2113748,3.1064708,2.1690369,1.8763082,1.8726957,2.359297,2.408309,2.4459498,1.751166,2.1719713,1.637034,3.0635529,2.2653348,2.2372496,3.0163057,2.8309038,2.8098173,2.936018,2.5197923,1.7509373,2.9330282,1.667649,1.926683,2.2574224,1.7222596,3.137536,2.1560662,2.305864,2.454787,1.8626876,1.8372561,1.6417524,1.5713443,2.0592291,2.9380224,1.8040506,2.3661344,1.7547978,2.668052,2.3233027,1.9575776,2.0800931,1.7797157,3.0923193,3.0207014,1.9761634,1.6319815,1.5754364,1.616773,1.7852705,2.982445,1.8841596,2.3179317,2.0383973,2.5210662,2.099513,1.626812,2.6058164,2.3447206,3.0410967,1.698178,2.209887,2.1940742,2.3201869,3.0714226,2.4213326,3.120444,2.6619902,1.9900575,2.0404894,2.5823312,1.6610826,1.7548143,2.1511736,1.6016507,2.3190253,2.3205752,2.901856,2.1615632,2.5308986,2.3058898,2.2878542,2.754592,2.3629203,2.5224957,1.5793108,1.6968484,1.7625542,2.6883578,1.985896,2.389455,1.6825831,2.8325472,2.2641706,2.3523743,2.2458174,2.7683306,1.742247,2.3470283,1.681482,1.6870317,2.2332828,2.9616108,2.9518926,2.7723074,2.0109577,2.432978,2.503484,1.8091028,1.6912824,1.7952689,1.7135926,2.4285417,2.4782627,2.9827504,2.8394125,2.63342,2.6552196,1.9660907,2.106194,2.2940218,1.6613861,2.1032014,2.6521196,2.4844408,3.0197864,2.5340817,2.9313557,2.5637543,2.805392,2.9062855,2.940454,3.071793,2.034773,2.750802,2.22264,2.5880783,2.5736976,2.3085828,2.0311923,1.5985085,2.1819909,2.2183669,2.6346288,2.6926494,2.057209,2.8587031,2.3132699,2.4774523,2.904817,2.054777,2.6882951,2.7035732,2.43801,1.8982198,2.686942,3.0508559,2.5904431,2.9604611,2.179177,2.3679483,1.9159904,2.4989057,1.9261628,2.2643523,1.6208197,1.8966608,2.2622333,2.6781354,1.9951072,2.4655735,1.6913376,2.002556,2.324363,1.8780944,2.1334314,2.4725347,1.7534355,2.9553616,1.6669166,2.797907,2.906394,2.6873767,2.621844,2.6841624,2.4778557,1.6658236,2.5836847,2.3707209,2.840808,1.6819706,2.064088,2.1934943,2.3746233,2.5253665,2.4957802,2.8098874,2.5280657,2.8085642,2.0050654,1.9445403,2.1851976,1.7667598,2.3426733,2.195843,2.785787,2.8018603,2.9921205,1.8110988,1.9027014,2.6141853,1.7522873,2.6491642,2.1483011,1.8345937,2.191848,3.069318,2.468129,1.9165384,2.4836693,1.7377633,1.7470343,2.807061,2.4026773,3.021581,2.3263342,2.800843,2.7554314,2.2300549,2.1833549,1.9015491,3.1340005,1.6317142,2.3590498,3.0158424,2.6328063,2.3661196,2.4343438,1.795925,1.7292447,2.737368,1.9719338,2.3779168,2.9294267,2.9411185,1.6494823,2.3967004,3.0539875,1.6056733,2.3321154,2.3382423,1.7382805,2.7741773,2.2353506,3.0962415,2.0885806,2.1338542,1.947078,1.6810011,1.6198007,2.4804895,1.7804667,2.923912,2.0488603,2.0449207,2.4034996,2.1477022,2.2252705,2.3593562,2.7862272,2.8970118,1.7237077,2.886305,2.635248,2.0713015,3.0170465,2.4724882,2.7924125,2.0525584,2.7697015,2.3000786,2.3453937,2.0739477,1.9538908,1.9561558,2.6064215,2.5706794,1.640938,2.1812518,2.4838555,2.3394115,2.6030838,2.379989,1.8031889,2.762663,2.3444357,2.2444344,2.7746422,2.7861223,2.1013107,2.3778849,2.0713365,1.9380116,2.3462126,2.0720716,2.8156972,2.5510857,1.883474,2.4017248,1.986394,2.29591,2.1709025,2.697382,2.652771,1.616068,1.8743486,2.2732885,2.789279,2.2632399,2.5972552,2.3082702,2.7748168,1.9518301,2.4896722,1.6978627,2.3266082,2.8833427,2.2791939,2.1002712,2.538811,2.1952498,3.0802376,2.5208008,2.7712557,2.756939,1.5736578,2.6019669,2.2817914,3.131692,2.99815,2.7387729,1.7883892,1.759193,2.3621714,2.4297884,1.925269,2.5734212,2.7473974,2.681554,1.7056351,2.1448252,2.594093,2.3821185,1.9814723,2.2231858,1.7751968,2.6040034,3.0765858,2.1541262,2.4888227,2.8122473,3.1408048,2.4563234,2.833209,2.335637,2.9576154,2.9388866,2.2079275,2.9162424,2.3927782,1.7851833,2.9277766,2.2407904,1.5741365,1.8960099,2.1428444,1.9434626,3.0653882,2.1121898,1.9924337,2.9852884,1.681506,3.0577273,2.4954536,2.100107,1.6998682,2.306205,2.4496012,2.6048884,1.7032776,2.033447,1.7128453,1.8237548,3.0201945,1.6273656,2.4429257,2.2572107,2.9934657,2.512165,2.5151577,2.563549,2.7253203,2.5718784,2.189518,2.852075,2.3884308,2.125731,2.4655395,2.8226144,1.7872399,2.4440699,1.753062,2.2411242,3.0393057,2.2733703,3.0595868,3.0743513,2.274991,3.0339665,2.6257207,2.2786112,1.7691507,2.2883909,1.9128374,2.452516,2.7160788,1.637413,2.179843,2.4152324,1.6225934,2.0211377,2.5679696,2.2847757,2.5124705,2.9783854,3.028764,1.653943,2.9121695,2.4430287,2.9762554,1.651206,3.117724,2.9681625,2.7095284,2.4101105,3.1069682,1.5835574,2.5899289,2.3625188,2.1253383,1.9639097,3.0493624,1.6268737,2.2909052,2.2317262,2.9377694,1.6826013,2.5883894,3.0829797,2.691726,2.2194972,2.5064933,3.018642,2.5434103,2.7027903,1.8961409,2.6600742,2.7260637,2.4267683,2.5004292,1.6694521,1.588688,2.1837118,3.1307578,2.714976,2.2186854,2.0462046,2.4580219,2.004048,2.4518497,1.7223499,1.8028157,2.1911018,1.6334468,2.3122294,2.5564334,2.6435158,2.0133464,2.6174843,2.0519764,2.811354,2.5228915,1.8385569,1.6306623,2.5687506,1.79098,2.5184171,2.4461386,2.5709422,1.9955881,1.808898,2.7394176,2.1924524,2.6769168,1.7903513,3.039741,2.3706872,2.286951,2.2147048,2.204855,1.87323,1.8873763,2.0530372,2.0638945,1.8300318,2.161452,1.655342,2.3640547,2.9237967,2.4607604,2.5315824,2.5391712,1.8216177,2.2245414,2.7099938,1.7073921,1.5789903,3.011368,1.9472677,2.288288,2.8736336,2.8771827,2.7279131,2.4171202,1.9731618,2.778164,2.7356806,2.606855,2.4057276,1.8248911,2.2492118,1.9200346,2.080915,1.6368427,2.800722,2.4228604,2.7471638,2.316441,2.4528668,1.7860434,2.4200892,1.6913333,1.9561158,2.2307408,2.2424607,2.8799279,2.4914694,1.720213,2.908565,2.4804728,2.280736,2.442241,2.9122484,2.1989472,2.0379536,2.0862627,2.388337,1.5774345,1.6655616,2.743234,1.9823761,2.162823,3.0091274,2.664088,2.6627245,2.4443398,1.8959012,2.817675,2.4982343,2.360613,1.7307687,2.5249019,2.9141521,1.676189,1.5819036,1.8575184,1.7491833,3.0091827,2.0441303,2.4478257,2.635412,1.6393816,2.241421,2.1797347,1.633717,2.1482844,2.272793,2.348116,2.639509,2.332053,2.153489,1.8228937,2.0106125,2.4203234,2.2657197,1.8784369,2.0999484,2.524506,1.9681644,3.0515692,2.7740061,2.5874352,2.8905456,2.0640378,2.5723615,2.5096855,2.5881152,2.0961506,2.1219904,2.4293165,2.2149234,2.5613985,2.1061316,2.4445364,3.0682778,3.005822,2.8410563,1.5957912,2.5715473,1.6319594,2.121649,3.0842125,2.2173731,1.7860287,2.5552485,2.6718113,2.0912828,2.4356668,2.8000875,2.4819896,2.6414688,2.7654595,2.1606019,2.7685966,2.5316546,2.3851004,2.5752015,3.0509267,2.3783371,2.336995,2.3685296,1.5918744,2.8678126,2.3630228,2.4218547,1.6089019,2.8662012,2.1429799,2.8805032,2.897868,3.0452769,2.8253284,3.0069308,3.0945375,2.204697,2.377918,2.4665644,1.7841631,2.5782247,3.0656464,2.2290819,1.9044094,2.109738,2.491411,2.7378767,2.2812939,2.8166723,2.4581,1.9032379,2.2921267,1.9683437,1.6893628,2.4847867,2.8218904,3.0550892,2.7775743,2.6544607,3.0694678,2.3649583,2.376192,2.757758,2.7645693,2.8643255,3.094676,2.518176,1.6080915,2.621634,2.319412,2.514192,2.0361726,2.4298832,2.1006634,2.2051778,2.916155,2.2178922,1.6848569,1.9307568,3.0498385,2.3861632,2.0062332,2.4765782,2.3381886,1.602431,2.3994472,2.2318997,2.0384371,2.0085049,3.065152,2.201362,2.3482795,1.8977032,1.9826769,3.0322464,2.110273,2.0288794,2.7278385,2.7145143,2.3204014,2.907489,2.4671998,3.0870543,2.294009,1.7330238,2.4523807,2.1238868,2.221395,2.3779755,3.0007837,2.1179805,2.4569516,1.6875441,2.496057,2.38917,2.9746158,2.6353812,2.9301412,2.4724607,2.0767858,2.4111273,2.5574605,2.3246708,2.0343218,2.0724273,2.4263637,2.114103,1.8284299,2.975432,2.428598,1.7327619,3.0046952,2.4950442,2.6776006,2.447324,2.9930913,1.6694953,3.091235,1.7915933,2.6926975,1.8357592,2.9647703,2.8062053,1.7148266,2.7453244,2.4838834,2.8399405,2.5923517,2.2184274,2.6042607,1.8073802,2.5875053,2.2504354,1.7650374,2.350321,2.2656648,3.0784016,2.0057302,1.8163455,2.3825893,2.6900558,2.09781,3.1210628,1.8637414,2.0832603,2.0509737,1.6268486,2.8365629,2.5993185,2.4772866,2.8305006,1.8076171,2.5191693,2.0346363,2.7138522,1.9795943,2.725029,2.39204,2.7278864,2.0985825,2.1232042,1.7724464,3.141166,2.1261742,2.7401795,2.001439,2.9364762,2.2133434,1.6940585,2.141718,2.4964476,2.0471022,2.2824225,3.042362,2.3529828,2.9924376,2.7630928,2.307518,2.5960243,2.4692369,3.0520082,1.9656341,1.7096422,2.2376795,2.375751,1.5929377,1.9432372,2.6789176,2.0261776,2.960514,3.0704796,1.8256141,3.0848725,2.5087025,2.375711,2.7574956,2.6573253,1.7545149,2.1173277,2.85775,2.9061456,1.75259,2.0124617,1.769729,2.1908355,2.8972757,2.2177207,2.3641207,2.0176406,2.8974345,2.064999,3.0315263,2.1556916,2.4184737,2.180165,2.3791366,2.3745027,2.6297796,2.531831,2.7891548],"x":[-113.20394124417655,-350.555685372257,-254.59996773521516,-286.5529311021628,-170.82842144338179,-341.13642565596524,-389.50483696308834,-351.5057117121963,-300.7279953955572,-379.0599540738501,-102.28898783531936,-25.197301534866767,-415.9461982220946,-30.69743427070182,-409.7645650625416,-489.4913753739149,-343.02597093805593,-194.259457365338,-96.54599259635465,-348.8350265296172,-156.59535657857376,-16.637124562487504,-345.0040048447883,-135.9435011239492,-471.86851319033894,-49.18097310002223,-203.5053426195338,-332.54618350303826,-115.57353720134749,-401.2844682738398,-335.71411997979385,-2.9156718610023336,-498.83429930954213,-492.4209165084181,-25.765104750749167,-192.87081688574037,-345.3854808308164,-208.75092689090386,-212.0436934691098,-495.4524150582687,-48.354637968957334,-482.5381322155176,-419.8320804473209,-412.4158764105241,-238.15121994245885,-75.56642265258961,-478.9074419055045,-337.4646116879774,-33.238416131546934,-352.3604105426413,-176.02928916787164,-77.50371674006867,-306.94814415690894,-432.3000338552907,-303.2221904038177,-370.1613697168855,-12.429904552271609,-436.78918461305665,-238.34371483150423,-374.3251757401374,-4.7497678572119835,-493.54738880261476,-308.0998244453636,-158.09306831271792,-95.55729146115193,-370.0402459965268,-287.41738261446153,-94.23196360593977,-10.251654182186654,-258.88506537841863,-311.92056737933916,-339.4168958544301,-448.5781062327532,-54.57711900740786,-438.7229683146923,-86.61271700766015,-165.1593977995443,-395.9257781263098,-120.54333197874817,-333.9297302697946,-375.47429698598836,-25.129785530967453,-175.60238811236817,-43.78892199401335,-341.80092033704847,-395.64509475036937,-199.17070811325777,-345.59126917471593,-233.03849097791158,-124.58104096834249,-8.424194660776763,-129.11898209716188,-381.4745780047969,-323.98804549427786,-81.91368209407717,-136.39056907392566,-83.38072335856367,-107.71995079021495,-113.68418868096714,-441.5942692560108,-265.4659373066636,-498.55335184058475,-493.71910604313854,-420.59489480003276,-418.72064953640603,-179.3289388084947,-473.519517954319,-51.941569627988905,-225.55779711906675,-196.81102514326477,-29.307318090698754,-322.97551795171296,-117.45085588988047,-248.0927736616839,-85.06065756884196,-443.2227962736594,-205.40760761362014,-28.008506131401933,-33.096740201147114,-144.2894811910233,-401.52304494193896,-408.4700666991998,-95.7300771147352,-491.0590290141646,-82.69934427136621,-274.10191090847957,-5.729716854779577,-31.899088461107617,-49.2370942312072,-332.70461407481,-162.0783045009882,-332.4587760117064,-462.0048042772551,-284.32733265694634,-427.7274747585274,-73.04022968655849,-135.0103012303092,-153.63608382122956,-272.56680362996167,-487.2376586823494,-216.8504720364589,-41.251449225504,-102.59341077936462,-22.34751481064884,-440.9697173278369,-276.8030792641977,-36.838074558689094,-486.0012500714841,-354.28872052076173,-255.44686171866798,-423.84187418895164,-165.65376482477095,-90.88540750627028,-401.06663372869434,-11.200028199348678,-141.6616552002059,-263.28393444148026,-64.2320727220328,-425.8418260329281,-307.4927957155733,-262.06285090862724,-192.9865261244242,-131.98680028255117,-126.67249129510193,-32.36999356626807,-0.15129261344876133,-69.08992693577936,-392.85533089585095,-33.011708855495094,-447.1158958985884,-92.85507231019513,-451.1795302263353,-445.0966851840031,-185.8034400349015,-145.87326538406614,-79.46327657510783,-497.08912123679727,-343.8644914529545,-186.946866239803,-7.403440723382726,-1.8822199561580044,-13.38794797928966,-100.20952064093986,-280.9212617106525,-44.80195486816102,-416.90486898559055,-126.82232135252991,-374.69342892157226,-253.93559656393515,-15.822215822030971,-298.6540585519355,-458.5403367842034,-449.0053539340213,-52.05917009469163,-293.5720601991266,-191.55873491871174,-237.63507378876292,-326.1152608352883,-130.43081020933033,-178.89904603191553,-39.998658685161445,-211.09850342895976,-249.54038101495613,-393.828601457938,-32.82760559281811,-91.23646933600239,-206.11027921900597,-9.960853305014727,-238.0033804575837,-453.85324999452155,-364.52332369850694,-286.47141628234004,-349.6851745658346,-411.06184882527884,-288.4248489856501,-470.46679606581097,-315.3725065798824,-458.25038247954615,-1.9538578665957984,-54.20192467849705,-51.106004591020216,-276.01780896469836,-81.08756097612985,-434.7568165575569,-40.261355008645026,-152.10820555840232,-396.37009028445294,-380.39214809080585,-290.73744530346266,-471.79635756479865,-30.22923392885646,-463.7552948824336,-21.870163808275443,-45.257085915770986,-305.7834230375843,-367.4411197363083,-322.52471112521755,-250.18161653751548,-143.02829683625978,-305.6566910723518,-407.69308845099005,-91.76348172120375,-49.250416815031336,-78.48214509182999,-54.74278554316964,-493.020313831562,-452.7053890293672,-262.75937051385336,-169.03260536932225,-454.09108946082813,-429.076375084671,-129.68059514371416,-112.2716407410585,-360.9025629903285,-16.74405065955137,-109.38506784580171,-180.28170804881228,-477.03353174252015,-331.24761445987843,-259.54277319881953,-313.6729954609582,-465.99895854846665,-470.1817554485323,-419.3490104895801,-220.32875278208869,-448.93258896134364,-75.02934911448756,-357.65301250882004,-88.38103877833913,-443.3952036981356,-58.193651572767955,-352.70555390441484,-185.54641106648606,-11.338047673178641,-54.06383272651571,-121.72428349252262,-447.62424313629657,-120.3439997045892,-87.43152528726661,-75.80874854049729,-247.22664335686213,-351.7457679642912,-303.413141815994,-259.49912308876753,-379.7946460966031,-106.79120203070875,-186.52203491101048,-123.17950700070563,-469.9228711427401,-460.07025354347445,-275.38843542911343,-363.1783194601302,-210.41591338886272,-343.62742929845666,-88.83382798915507,-216.64582503797192,-111.33336843189639,-228.19668167832052,-21.443622813169803,-69.58662996693965,-400.15280203418854,-183.76201841361055,-70.47600640777391,-312.04882520353846,-16.569064384848065,-86.2717178057471,-468.17109122097247,-127.97933390010913,-258.27140737854864,-359.3976485904032,-9.238941391579491,-376.19593285545005,-41.55211750513732,-425.13086979424645,-247.29459819762346,-270.57185502122604,-425.5132488909451,-464.3594114440694,-475.9562645046627,-21.85730483657372,-425.94487772623415,-236.65214921758303,-334.82612571090175,-45.32868390169503,-158.40819816773865,-316.2194695901493,-434.86416822774083,-305.48040255337787,-429.6329973699565,-374.3945431000381,-409.4377425235428,-274.01393949389706,-204.1699999396538,-174.2956255773449,-262.6201535612499,-81.98075033926722,-303.11421149500916,-272.2358286898252,-386.0976831952021,-263.81515562096007,-425.82949515677495,-52.01404161538564,-147.64855177685004,-308.2234092813692,-49.55942629658489,-158.90428236830823,-276.7664539627713,-21.082963067406034,-272.894634122678,-490.5350590446749,-265.87652924772175,-167.13800449537175,-447.16847796704405,-69.36465548072124,-57.473576210791855,-260.18307158891054,-377.4669241464768,-210.18523025140146,-292.2871363960252,-451.0377953238994,-416.9055878365697,-154.20527183170645,-348.41011439018615,-110.13464855121924,-276.7804537397132,-23.22173560360724,-252.11943471913185,-77.28034868980632,-430.14699487175415,-470.0128564088817,-337.92696791483087,-65.02644688189679,-44.992899278126885,-449.50883324897086,-201.45402095377136,-487.64993057601373,-474.0709159750291,-346.5705651106403,-31.480285339353596,-494.9387326272923,-276.3164913672562,-1.8666695544340417,-424.0427516119954,-366.7381324946759,-65.74212592856604,-280.58198668875207,-378.87844856852735,-233.14489261851023,-167.14882692961152,-222.88710228303847,-55.85494361706672,-34.551204655643154,-22.385660185476443,-173.64431844734463,-96.11020197775521,-339.6949908576955,-49.77315512872771,-170.044325019496,-473.0571255861237,-122.72777966276016,-249.63693084872855,-417.004822555434,-478.65753687936797,-401.04736358706555,-66.270760462804,-411.0175133417665,-203.35037116073516,-252.6746271280021,-150.91655685698728,-119.76296289525368,-436.5464472200816,-177.56607883564968,-273.23987611688216,-246.61494247198723,-176.06800740897293,-63.70647171784516,-144.06519370101827,-186.488084968289,-316.88812417884446,-246.42976790865828,-26.55086383580757,-313.96996804832213,-94.36005964276323,-447.79979869277236,-378.43607628766915,-427.99683708393826,-78.85698160222992,-153.7164731226236,-296.250730058231,-340.7511369288384,-457.3553745933632,-434.4302230805593,-250.89490956388855,-493.8466312786407,-160.86552286682925,-149.3861669587086,-145.83045457659006,-228.62450195034307,-275.4770501502014,-56.21663734080684,-138.32098623016614,-158.57630290847513,-147.16021177602894,-316.5541060892861,-285.1511791579094,-471.1882796591881,-478.7607908922773,-15.92176423803443,-108.2246832424047,-235.74362151756134,-283.91909402846403,-284.1398105795801,-262.94660313881127,-302.1019402564853,-325.46524186090875,-192.14292067031496,-483.55173887545516,-62.87641581171061,-138.58567361876035,-195.05567664273983,-263.6859529010444,-135.79572387399307,-292.77024413519297,-219.97963556815532,-484.6815588848223,-485.6305871525259,-226.16791412366328,-273.93074780337565,-1.264325981986003,-193.38767555597414,-252.36479517928106,-102.73496622776167,-340.97757699886336,-218.3828514900962,-102.77227803733446,-53.30875007938452,-325.32576660317244,-276.5511574227159,-147.3914920322174,-430.66515798544526,-230.95650788895543,-183.13176511295538,-25.648938753667416,-290.6766792416888,-481.87913847594723,-353.65388461939136,-114.82033756872917,-73.92317667500431,-95.62538941853971,-449.7114404244169,-207.79662395839404,-233.73926932058737,-182.42355336349868,-387.5166264916798,-93.12021228928874,-120.21644632699491,-39.10613769099414,-184.95428515603373,-414.43624625176744,-390.70178826696707,-117.13039394834401,-240.86180704632116,-350.6779017672407,-84.94330319534932,-331.87007922878513,-254.71469083207415,-0.900879762982143,-144.716217071992,-309.1498752116186,-115.11416993947066,-330.8155904392727,-199.44768078505558,-209.10844695257902,-231.54852579785006,-25.89487309749061,-152.01201700074395,-488.05053130190413,-229.47471601578528,-14.869475940721133,-403.68428721324744,-357.2127106506077,-360.7664211083812,-45.463342715176935,-169.34250417502633,-31.757551126607332,-100.35733081678706,-310.3053171067221,-21.701788437128332,-217.18593907594308,-247.87394617137588,-242.69792398721395,-486.3750798765926,-349.91795587873094,-444.719508305653,-418.3930344731222,-305.5397130716987,-36.352463932246174,-468.49158452680416,-172.56387768456744,-277.5139199950763,-390.4657797555753,-399.34955890457974,-60.55312433329746,-107.79888694331335,-75.2622113364409,-293.31724211683667,-416.1105941331474,-413.7267523918339,-158.19246588238767,-480.46771451823554,-365.6725183993711,-443.11016367935827,-394.5905978783268,-375.30946335328525,-80.77910655750154,-155.92293139449376,-160.50707584660123,-401.79292107338995,-425.8919810401792,-8.501170532185132,-74.2030614021067,-450.6482298138862,-21.192724149591946,-187.83983871527926,-468.3793364604057,-400.46951217240115,-492.48408567408836,-268.5490912331943,-280.83654261549793,-29.895792673786005,-365.13549116633806,-312.77541038742527,-147.46846799378338,-26.53323317637146,-190.04185406519042,-404.60660738568566,-244.55675930384356,-180.89912977300256,-410.32641918795105,-5.575317421882275,-340.5521322060706,-398.65665608124465,-180.58876766609916,-129.68231311357454,-440.3615301355736,-20.43693756060122,-90.02667405114934,-377.3416531514201,-441.60018758830097,-26.737612509061982,-380.6140821145707,-373.9687805304804,-333.68220092065076,-281.71703932216485,-248.01827290647776,-144.59436362344928,-217.4727983508359,-418.353528214011,-23.292167997449155,-212.746104285508,-426.00513421925376,-367.35999757126797,-316.6416791363189,-44.81331967027802,-8.311170572184778,-251.48538217678507,-393.60515881830435,-272.7398449747596,-165.66740231862016,-201.97549885848198,-85.82833455386613,-74.74372780644173,-157.2908109437986,-37.36199373003757,-110.09593727042277,-209.24359306346884,-20.736326545336524,-244.06981204142193,-195.40731844798043,-331.52079164616504,-233.43988728101252,-259.5701069260758,-212.63900041689982,-488.0045649747773,-56.301124312873874,-119.6705418219861,-9.015581325505284,-115.78669635530115,-111.67289466752622,-422.1722010360442,-494.258965207458,-328.30753686009643,-40.780116141393044,-62.98295357371042,-326.5641288818597,-268.55860860753853,-279.6290692622802,-33.98607932494713,-487.95295884969664,-492.25700580229517,-299.2347566476883,-241.14560154471658,-276.7620821948092,-126.3093514926772,-144.30542590054418,-175.87499632831612,-241.9223933833195,-97.46328441178825,-255.41222346641158,-39.446733387187685,-239.88001688486165,-499.07109884948005,-473.15023483070837,-144.6010881289952,-203.16356028883663,-100.42032326839295,-129.33186499750028,-437.88822424646406,-41.38133154803925,-2.407224221272375,-181.80702232699642,-167.03029104483775,-128.3101689634973,-480.8032316002641,-477.32548944767234,-339.990964073695,-250.72076477063476,-112.18488557579226,-355.245001227389,-483.6794697800369,-221.12556913609794,-385.4303005034368,-12.23414962578956,-229.69626464014465,-141.8474511655607,-130.68564406168588,-24.61614053779454,-423.92306023037384,-314.70029596586676,-21.763372500229583,-312.3722122609637,-203.99416860152658,-46.574897614676146,-312.8614440077454,-37.86612643678316,-194.46965873311922,-263.09830506047655,-170.97447442449277,-423.2522291418534,-119.81632075831567,-67.19397897215657,-386.1533233234608,-315.72035674883597,-177.45393077216985,-466.01155141268555,-273.08176036262495,-129.12736788167618,-153.20062467236002,-229.718881137626,-97.91168448364984,-0.9931188093120769,-23.39892428871282,-276.26019909609954,-124.41215321459697,-247.86784404805522,-107.16693452420029,-248.33277550434963,-396.7064125960524,-478.82986022809536,-66.24398053854857,-236.35622559317315,-451.1267299401901,-317.19385144254676,-26.24357719966619,-375.65935474167844,-291.36978239869165,-28.87865913297477,-3.187977126942243,-137.76669268575125,-63.986847346443994,-96.60161004540524,-136.00633357074904,-459.85901786782165,-447.0227054053055,-29.485118248609055,-290.35631900983464,-308.29844441575403,-19.608571080002633,-65.10665847509684,-68.11965009704346,-241.8426224573868,-325.98886494232784,-435.27222327714657,-231.59029889057476,-123.62600666020768,-186.1874478266073,-227.783934109501,-246.77411517796477,-130.5235177002671,-171.8900562320274,-127.48469928242633,-202.00473307313027,-85.74694756126938,-300.50610273064257,-482.0713637985072,-329.78596379138463,-257.302861966546,-352.4146295003517,-126.75685010750654,-435.802652761238,-258.11764053156116,-232.25385221504308,-184.57990568081323,-150.05797863681804,-339.9733676174384,-294.4022063100766,-397.57501772213004,-302.7355232826337,-332.81503361492565,-408.1842280875499,-9.099728138299568,-491.97720264686507,-16.10346744809371,-198.96732190495547,-421.5502950576593,-94.17300441368998,-104.41602545025775,-293.09208785430167,-365.8056970815395,-160.3071146832693,-475.4679671036438,-197.95532479834904,-238.30907723796284,-489.72247093952797,-253.07760437888888,-198.05207360247755,-440.62376206877366,-274.29394910916716,-171.36759919030558,-344.06222031105835,-195.3708907851132,-110.82010555786265,-333.4688962568301,-387.05689031277024,-7.973435092781756,-430.8615515909316,-354.8474774719057,-59.27668043701379,-18.332468815732028,-108.17961632634571,-270.759492619257,-175.37951251709038,-426.81752037243695,-418.2439334640954,-483.169797448833,-397.7191628010063,-384.62201137893834,-205.4155558830758,-310.35012043468254,-317.71218249387977,-27.67295115437435,-142.4830874697142,-55.67623511674075,-289.0574650747978,-108.4779932575749,-213.38823569531928,-433.90868098604415,-456.88677513610224,-202.2566149906878,-468.0915061488181,-331.89181727090266,-124.44060996858364,-304.59671549731786,-201.727096623577,-14.251854313031275,-434.0993453313791,-384.3511509033082,-391.1579943378722,-203.624012600867,-448.13486334203765,-269.5213001534892,-325.12919300757625,-405.16094472819475,-307.332698705975,-427.5933416774715,-254.17873151359217,-215.53137225166907,-198.0371655525266,-17.63739310311757,-293.08788941201004,-238.2496313941827,-371.5086672844985,-215.12110297771986,-231.4876764488021,-268.3393062268098,-277.45012613342755,-393.7394170576895,-342.31323775724616,-28.576871760624567,-168.39189519116132,-286.68105813448796,-401.1592752556201,-188.3465932184364,-364.09750641424193,-318.7126883821725,-9.411211592992297,-338.8377349006528,-199.48221079920597,-88.42902231900285,-229.09502243777536,-214.89206847311888,-300.51723047239943,-355.4600465190525,-144.6954556332924,-122.34398719843703,-376.7137275493473,-232.5670905748744,-30.657949010539475,-267.8618978601703,-251.9738849684555,-423.16753128893686,-437.32824692302034,-496.38823102695073,-371.97161215541735,-403.4186017428062,-43.248625664934984,-451.23684705537244,-301.7570278701916,-225.0967729353629,-366.9833083328775,-121.17360513819364,-291.70283807907265,-456.8721443269672,-36.91095331485633,-208.82682962399747,-295.7476589491548,-233.36975113291862,-361.39588347864617,-217.3056778741871,-430.3529758496238,-211.4256463718048,-148.68019466309656,-323.2622464309581,-329.4920820319853,-151.4861296424422,-241.0254063649862,-411.7032922228383,-292.80869209187256,-35.2054578872828,-394.13819313602187,-476.3282055616521,-69.6690240364971,-80.42452622692842,-485.0079168358307,-394.2884754977726,-318.32387694303503,-154.4563598450837,-44.96468854137042,-90.17083263236492,-108.84131442265388,-167.93605417546442,-55.18300386993613,-360.47395050565774,-424.7960420939489,-51.0486117388565,-381.21047005351375,-195.65693460114426,-454.22970693686375,-368.5138091442656,-349.91756184967784,-464.4214326336845,-119.36180998636925,-420.2634523580097,-379.4931875944869,-73.61010871422613,-420.0873601054069,-113.75970451290546,-351.07303948268867,-210.70457083895766,-50.71789519707498,-360.46317326462264,-178.6790389045827,-134.6455888374693,-311.7041712004279,-85.43527960576309,-240.45903690850935,-249.80055669348272,-20.39624687281083,-390.3127892884982,-354.8074967972101,-198.78343180378238,-47.89996864685331,-100.16516292718264,-282.8679106341615,-220.77812821945798,-399.2503925887172,-211.51953698486008,-353.1175409368324,-307.5444905053706,-289.3195839220547,-66.34279366973617,-222.55102242335067,-97.9831554902838,-400.21224090435624,-119.16835240786567,-374.18718644488257,-71.70139951971439,-363.30835566663114,-188.838622873014,-26.064057631559447,-194.56748654708784,-324.3021698388838,-68.8449828467389,-262.4537112615917,-347.74973090230776,-409.250671547145,-433.4361499848307,-328.5245038544844,-174.3328544417651,-220.52142890950026,-425.4773196029071,-243.5608808238029,-177.5621961624369,-68.6218786797061,-347.17613862614115,-470.56549986921226,-10.621310694381714,-166.31721165711,-489.5243800808469,-173.97335125007373,-367.56127205249123,-393.76523965432455,-129.26009087764723,-444.72019929411704,-326.9206648083445,-436.0508568638364,-458.11556442692324,-347.79866310230415,-70.87071042298648,-223.3041277323036,-360.9831381344071,-499.5715975518614,-58.33376681339719,-166.08241684839692,-69.96400618542603,-96.51757073650829,-434.55243203454563,-343.07381628663353,-301.60732666666996,-128.49488698481255,-450.22723198283364,-241.2705165967578,-496.10579486528724,-137.72168678067843,-468.7368596858693,-249.77183593833968,-61.40852822861109,-208.12067076755486,-382.7673638180885,-418.7070341730986,-150.39946332198318],"y":[11.253077745054352,434.6612276368108,242.50048038420624,6.067828607031755,439.4630721188428,0.3766953170338261,319.7744247845839,52.85521315122127,181.14755204655586,75.83708263144845,133.0468343817256,138.30815947202785,181.14338937791507,365.50918883479085,220.9119622055557,242.8461691832678,93.0042419594368,220.64192135784538,3.8711781140837176,236.7233323259151,134.2295038915117,430.4566342477182,36.30812984396259,56.93065932356151,178.9228735430477,165.38883154627925,227.16066461811928,474.0919949154245,5.946326486110321,9.490362587288692,401.0540184850682,327.5801243306487,257.89143268223927,229.04657873573547,154.89058852792886,94.74920667776581,220.94662369720436,159.27088939050392,280.81279057458903,121.2971858691836,199.64251210112494,461.0286289022954,468.7238165124945,344.9073669018969,114.41289985468644,102.54551968732589,282.1511670850383,436.6168263368099,341.26909448423413,453.9585771170974,157.8775795400284,326.48822339027896,216.65120831621633,3.4253121666625863,462.8481770344008,486.0043002728374,486.8714658616447,235.65404137997953,46.71145340692651,121.6569615193035,241.85348751319296,474.72870810421597,349.5342510217179,391.459021426801,151.03082793678718,129.41043359033426,272.5198827273575,325.3973911917258,427.1646263649796,202.90781506533057,109.04981044808271,276.7450421306457,225.739132636879,391.6453111715548,393.4738978598806,7.647539964105166,77.0288594139617,56.0847378393291,422.9162269001063,40.01880180559597,87.36720544480903,361.52609065286765,39.065869191841074,231.18908686362883,427.2774640273654,377.3533584228834,10.55722448198182,34.25491674880771,251.6125782955152,119.6583945560713,157.532175426854,199.06505488137438,96.77757101281436,48.76509256051331,157.18912793386625,215.06492689670242,419.849989908136,122.6594349468968,29.844456319786662,458.1568883151013,473.3237541984335,261.7717848621962,104.21917214042593,33.860159472759776,39.29369131217653,220.15852886092225,198.61661456154306,33.54291885285543,335.4217325494669,118.29450873105796,155.2541453505887,53.43230497532697,131.4944165869517,354.722558523953,63.30899976121962,39.31305209122782,150.73609258149762,257.6163156748493,485.1036753064869,243.75360216063302,421.5563220328036,238.24144793610523,324.7656150734209,170.69753669142347,27.61432936246999,387.3383636222056,120.02303285296783,99.75236600118376,104.67874927845367,300.7958009197491,70.10019038210014,303.1524363980802,312.6285824037475,381.42049984674094,15.02872059604854,107.16675270615205,428.07969926486203,493.3426210851052,270.8807409823435,438.9272183121483,181.04139186231154,226.21949655102614,149.582925421808,336.8899740947428,34.48325680354203,332.29863143536926,46.838132041753575,61.21020057670529,113.75755801870652,88.0039369307446,88.3797230544675,118.71254798118802,499.0543221398809,84.88260314625961,115.27795355394,381.10394131014505,321.2033952337885,420.82901795557973,1.7275275552553482,463.98150624250036,289.8650832426806,158.24506752808753,439.2625808620553,464.086010917275,455.43174697282524,276.09913167430506,130.02056606201802,81.09700889558874,138.950676873422,438.3144822751033,498.9349007065277,231.19715004482532,475.38372704038744,456.1863085688198,261.2176107602362,374.80395271760204,24.51315483598132,41.77394448091387,435.6374157101308,120.84966765919314,405.6478350601834,290.9843877947725,460.04741601103404,45.089251512570094,138.26060820410174,450.0949108302751,251.15745733629012,267.79491958142484,434.67650958316483,282.16516499717517,177.3117159403429,469.18551587580856,45.27577759403456,406.4733405167755,395.04722190396177,266.4723548304108,255.39560954345814,22.92119860598868,114.45668034395473,3.7840063005054048,20.803525570960378,473.6478891805286,491.6279128649414,246.50561566538715,362.60621575539307,490.1928585235155,314.3324434788898,322.7322276188805,256.3879408074631,487.39396790232115,89.1032628053307,427.1441568705134,244.76297519205198,454.64775161990633,330.8095835624001,191.7402325422891,311.1585244201235,326.5246550833796,229.47098452372094,427.71665523106157,263.2385949765703,134.43475663406718,183.99396484513798,406.757148027298,358.6604963438589,48.564394570507375,476.9654858997409,383.30971965354615,363.2130732790772,184.7652454456707,174.5834755832807,472.33594845795324,196.7806428258193,387.60199616637357,391.98141145074044,66.85616150537405,61.92757383605757,96.83056363050191,303.6838559601961,261.98530557894117,302.3484703546937,377.7480277701977,406.7845101415372,343.73690389267625,380.75363580225684,426.3874906643411,353.7687629993154,42.091857763377426,52.69197140461068,252.9115489768631,226.86916608931185,310.7928120863489,189.2673024492323,408.8199387700301,184.32771192288882,185.66519687490134,96.0381407452467,368.05588271312536,40.548806904928234,180.43941505873968,66.93470875069323,303.87012661575886,164.31333216617517,100.53825220953499,44.924105270480794,31.386241583185924,149.93529513507548,147.34570397384167,115.81571369486355,273.99657350746526,37.12771631930739,387.99840092642614,374.12913376210116,409.0322471395927,77.15705169770409,160.93048655247782,248.60129618596454,57.976008657578845,165.3429754534777,22.036490156425394,269.4170722704086,275.3327354328654,73.21412039488234,493.64390743101,185.00881445975358,50.01706919639237,158.25111782318342,362.66751363873516,229.70007212404357,41.86026200952575,169.2779815257171,66.51198015590454,302.0998315482136,335.64302863238987,247.04083450220693,162.20897751912787,299.9912090154348,274.4952037180471,428.3148849849966,205.93201907352386,483.4195559812044,91.83730453429023,156.00558538139313,250.29382912778024,136.7891291510304,187.24084102173882,498.9670543436858,403.27391490341694,409.5474482821214,284.1837148290304,50.022032375154126,70.88072708946252,430.9607581836651,152.14971276546646,59.26015416525021,132.11087292862183,243.49059241762632,228.58195207881727,372.2502956353128,229.3180909835301,265.80628774992175,229.87476320987182,103.86180246618821,406.04501601917787,294.64499654665104,440.4232867307926,419.1244900693316,216.3494618985119,323.77897876195874,128.95318180233167,288.31860481122243,94.78472852518055,440.2128504374047,444.4315262885781,372.2519670954651,412.9783878624953,311.4240056022499,377.29026416359693,143.48224133452996,93.24171051425961,64.12794659497017,212.26989704983217,428.3954840704292,179.5214850320539,270.0635776753194,85.25395921230134,424.74371277107,78.05854438944098,381.4052124614482,35.515096101219726,212.14490311477053,464.00073100079203,345.5641757892487,411.5717567931547,322.730033094881,90.43865903112241,343.91109226169516,25.346490555470613,310.28550935745017,159.92924683960592,169.50323109100023,198.99571308951454,495.79217207167056,320.7497924558164,2.1013959594231024,380.72591991466084,250.68374236021356,9.769573411851418,239.92153005178085,460.77443009351856,288.8452470441961,283.9448878790106,281.5790437645259,192.2916896188957,474.9764774193996,466.91138168874033,102.11865609723125,70.42444973346346,399.2494118798316,456.3835786947924,24.26887715795584,53.499834592488135,444.971834120226,380.1478181409582,388.85007955559297,107.99391026280553,483.61599613096524,10.580634290072332,293.43744857897605,353.1065808863545,141.36643075950266,312.24820062939017,456.4441554208283,135.0734401214273,451.6501850319459,75.13556679467965,96.05890619768809,331.3635328133105,430.29223948448043,188.5928444791055,325.3494723412233,414.3763279768332,177.63975704691183,100.09235598892307,430.0103444354594,107.26816443256021,112.77189926968789,461.96297011784225,18.89386363096368,94.70825786485304,158.9464323109052,339.61022607847735,106.57461691880016,275.97114606686335,179.91307094928348,115.74549887147411,357.4771556870605,459.7373523259892,187.87814231510475,158.27145736457715,377.9105737816101,448.7868352982623,72.8917565953271,463.08870178615786,226.07940670335813,408.0986620134995,333.195882644026,61.20565926481153,303.30100267175237,426.90323983274726,175.78865940904976,161.27792660877543,427.7044304169709,472.8748443866803,294.08468633844717,388.35597276132484,148.77120288441697,417.22897079080536,93.09615160195716,37.68144811815205,427.8642610359596,144.7559545789448,333.46774330224036,357.22169477251873,416.70933553166,224.25485756153958,254.64111100043107,351.45377155480884,345.508767938803,278.4732887646771,104.38365003558553,342.5630840201938,159.17236250770378,332.5399802699898,125.0303219301892,479.62349993753554,369.0655620713788,492.1652567191354,147.03873823826407,51.52365780871121,307.7760842052048,232.04541283045987,201.4927810323282,305.2500486788347,29.775016747265294,347.2768393513548,87.80985493778093,110.89235088405097,441.8584645524859,115.82395995611927,293.0180128122135,1.0171779632559552,49.24895965783982,93.05751236300874,464.83662920544094,279.6046406135735,321.4599348128949,238.57263904564567,398.2418906967249,274.9330695011166,96.07039581269528,90.74119425678529,189.06510593655236,449.49960437414387,293.78728987335245,335.77710570700924,263.69105486943505,96.76043737213624,461.3001503479517,268.0988380938371,13.527263396224953,354.183702852467,139.4782130332845,132.4507439607893,0.07336839421939745,98.26657099340352,12.457113513344497,192.7193724032507,77.1189011501876,80.30045255054003,158.26416554888883,55.21611406096877,325.9146529422875,390.12598036066595,72.06067996344778,321.51024150905124,269.70598440606955,429.18862198402724,480.14942829055724,294.45950532216796,25.258506401595827,331.680109568018,466.20023803101935,36.48966301165796,232.9424871035633,12.77851227033805,368.05354334885527,392.27020169925026,114.56265039591341,446.2052226645994,296.0185500712865,214.64106712398373,341.158189575866,339.53078085823347,222.06177683961664,388.23596582995077,37.856632109702915,383.2231572738253,182.43883485741847,302.53408430274555,36.21534779707897,354.1969534376143,253.22461083604404,290.1242755326038,184.9753283140063,195.71817879700905,51.05819112745497,139.5577329961794,161.78208758875212,447.6642088431907,313.213819313286,131.88746908714378,275.38144836690304,90.34219512335612,408.34317232857416,369.98193037271915,42.71180200989599,488.6356471083629,13.00187085222937,32.35606078089048,430.4640168053717,47.8752118369799,223.7697031955417,438.5806887252987,401.8912272537793,178.6425213782306,450.8182681746737,330.99083952196753,193.01525601800628,127.424269028098,106.38419869079458,400.34861768111944,408.78304122130817,388.51925814850216,302.6161746832905,462.1842057137645,358.41562963198714,44.22246668789587,31.821564853026786,358.7263400402078,85.27192571186055,262.6802280275407,24.606666975407364,329.26391285787355,4.53690216367264,70.88311580498996,112.77047018140985,162.373319196356,14.213057204069845,436.87852080742033,209.57467174517674,393.6459186924106,291.56744919973255,312.7142635878627,40.73017049512884,364.0593035933496,102.62251141911716,485.2670654172512,91.27584558649238,238.14765658416465,235.03726164067862,21.944544342089422,161.1320145687459,371.5816044960924,182.7780938354883,17.86811487320028,148.20157158472557,196.34101433572482,69.04830881609914,111.16882001283102,187.96215744820438,318.8508646785626,236.32672873796045,452.7644929645119,464.4767964203709,357.595796339496,4.264851173067741,123.9690920851444,218.8823482546297,392.3466383275337,69.91441666365866,161.58615725166615,129.74983146643282,244.63630744959363,465.96642523978124,292.9063024169677,330.5512959538582,266.5329286825852,129.47048196553334,180.28365835542388,492.59347433004615,150.039300246792,407.2672518190976,167.28387678390988,40.083580357612945,436.19884538725466,150.41603258164565,74.68072976717966,498.9578106805153,303.4210924848952,412.4822840806573,210.73619132045224,90.15522673183068,259.50356305239046,138.90716182766545,374.86603396514374,140.17415401572558,152.29998790628667,49.87140862524936,478.1916311962674,343.8343486154777,321.2548282630232,376.36817575133597,404.83148337759695,440.49535107932184,335.98407655683616,450.193517158999,367.50436245758686,380.9248018191499,465.46069303189574,236.13834830275638,110.44765466019885,383.27005878920176,101.06663149002404,139.7150706113654,391.93456947142096,168.81174495802875,201.672711191852,301.06095336781675,293.77186814897215,23.810509528232714,422.5118469100285,147.03676263695732,132.01034835205743,129.235489017946,149.2603993149958,221.89090926909904,263.6019840162014,135.1076632531974,207.87563213438736,130.97245834096145,349.02088883564517,47.10727582456947,284.9674251866788,389.5135761341364,233.56972991097024,372.16752401260123,150.37267952191453,275.3084585355769,9.05882275562936,338.25030083504294,167.9272625961923,213.02666429860685,275.2339708626317,312.6224093802782,479.4687906199648,339.03722392383435,215.0712100108687,113.34904216807907,91.10818389752978,446.35704552235825,91.64935512779505,245.5991180499672,206.4801484942576,391.9999397168827,63.75145719473302,177.79123738723874,303.73158747517687,405.4643428808222,91.81144274397835,149.6034231322671,246.1751199174672,116.26680700009334,285.0151517387974,368.579489180441,14.279523383766534,128.49811989718668,205.95930963562358,401.06942802253474,196.53205386822626,79.35488341331609,338.2443871595598,314.403011780737,162.64891070799854,266.314339364786,67.4361280484807,272.9950834426611,287.0053424341589,467.248918994324,354.8839889737332,12.866292285732051,265.5505919238467,382.45954890810816,247.80935962445315,429.2301718449049,366.0238449748731,442.10654928325465,311.22864028066857,99.92057773484086,80.5475455863624,245.78198288195173,178.97146843321786,456.8128057495093,351.414100792449,479.9569563186062,395.6755027892205,200.2940983027646,296.0175178110783,410.8027823769008,293.9403885908087,90.45292001530231,481.3139011297673,7.740152032849224,115.7216203705887,298.32502357688196,84.57613121313962,478.6505053880418,225.5046527318715,92.791055078354,269.2824975547599,445.26583042826786,377.802511345821,159.38367409514248,199.81664785038765,222.83414790736973,496.37344049652836,332.87703407652833,22.23484060317532,45.46625542917687,126.50604633045587,363.9874002159595,315.3733728876903,262.95873991492107,323.9038881708857,24.215204813217706,124.76273420117306,477.6170849135144,194.69339731635998,185.71621479273387,279.66656885451823,405.3219012058848,70.35953207126566,184.8012719174309,267.61540230461804,99.94939667234843,295.9208134639734,172.42221833492616,191.68389207424823,161.73623958323964,218.78533959348906,17.76219251009087,106.01793625894729,346.5262173870619,377.6240754615744,378.22565593842944,120.9996922380953,350.0342770647741,51.96218203695896,480.86396837232877,30.568455436838004,420.39908709318934,46.85937695093284,106.13588054463847,40.40854288079454,158.1165838497745,53.88370475064852,18.111803870366927,279.4366598244557,297.1510470965023,254.31946120716054,127.72248422678162,89.99962617935775,4.236549014241975,373.76766902216514,313.00743816051715,356.8412166610734,329.9836164632665,195.1730131586024,235.07440702454414,157.68083627675438,270.31066741661385,360.43078804213485,346.359218915265,480.41098488159315,119.63760281178887,334.69033335177033,127.24294270001624,33.92114672136232,77.58022707442936,237.3814355060766,19.472979208993657,319.4798449488875,389.27213623314725,124.12127691498831,169.3121778593568,72.33870426648292,10.119450087562154,142.40447531975775,472.6939566554508,167.79485435431374,256.45430879700723,269.3961296631099,428.3891667589944,199.65939919799175,458.12133429886387,377.0487031839068,90.29855343689196,453.01579051129914,249.45382500276148,447.4250255948156,26.37824597750871,377.8076362210889,404.85659242376306,285.51477234271897,330.4017718298054,297.396946318874,310.72484706282967,256.44520372508543,175.1064239270752,489.53573910963144,16.458592506648774,411.67798042380446,361.1320282888128,426.739054500514,280.04746397696914,41.357191839011264,388.4416218379353,62.17850408630593,117.6186638962764,114.67071734778133,454.59897527952893,104.29234042781643,396.8273089995008,20.30689699798005,456.9929159701238,264.24971193594735,371.8246561979754,488.78176400562796,295.7326672251934,351.3351069544165,17.17599980554818,478.7998500581036,372.9750030547757,314.7219045784045,157.28496086677453,276.85881059380125,39.333598852288375,200.35612218611192,46.64692304476337,340.34133774712114,381.5623030850627,133.1811463158551,213.70552819250887,350.9491426789205,303.06487638889155,439.48894998255264,357.6309549582406,484.83610260624886,133.61245579853858,66.0997015197044,411.9044492327873,426.37937332883706,11.079211857895066,366.0706130499349,197.31406441609366,265.0166576154279,23.10709000440997,454.09354240992525,4.544633257076436,484.9106832810728,80.89362439838582,203.37016609624064,64.41258752308387,148.06499726411982,351.9754071887331,159.49899833876862,151.13338881074827,141.33237846876452,225.55304649970847,462.5644263723901,276.70630062036287,495.0738242436354,260.03513077521484,469.6322566874093,374.1844380733161,425.0513795229235,136.4754963012431,22.214295861929745,453.5122414702054,202.38083888150433,341.91950428758526,86.65072453943151,231.38455441729982,6.40015138092992,283.2519087843618,427.4082854677237,479.6144674346445,363.4981147759959,122.89234803329107,213.78045778720883,155.65299509325138,15.401375611045154,415.02088274617284,202.97858502744597,441.34402406609513,182.01393697043179,488.2688875262591,156.23939801048593,286.2505395686936,127.02418602517196,113.8058980329878,361.0361070971793,479.30285573442166,0.17072255077188458,192.04309321359852,158.82746855085495,156.07641308390734,75.58348945648386,252.28592540034583,210.38024430647894,302.93746577665485,244.06073845385407,133.44006384715556,304.34352966908995,34.62112984605237,411.8878933007559,65.1329261343433,130.64573498798475,192.18787167593393,133.86187226019769,338.72063029550054,21.877839941941147,426.09333416029176,491.0505172638574,441.030285188895,452.5110299252029,479.62468868680133,425.71882710095196,244.16728803219223,355.2583755303854,67.2946032572786,28.04910618397066,496.2377244719786,25.251678496074128,239.8128495365141,419.354275340378,185.15705094179052,182.95839443004613,381.4070352521245,367.06951211671793,105.30578526133927,119.8454581973672,317.3364617258164,351.26179913461425,347.04515276389816,135.18472962746975,108.33265401785702,454.18418009194585,296.86363795010925,268.1619264050836,112.16435969233407,447.7933913131329,54.82610989742809,207.9798864332053,413.70767314041933,357.8496722470905,58.65358437984563,200.63629071492545,215.01634613212568,292.49368050097763,55.31598004834193]} diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/positive_positive.json b/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/positive_positive.json index 56372b33d63a..17e90ae32463 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/positive_positive.json +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/positive_positive.json @@ -1 +1 @@ -{"expected":[1.1286602514334803,0.36507214058107246,1.1685355067806937,0.6246603916900353,0.9929978274104333,1.2396536002036873,0.9370164876028172,0.9109616249109228,0.6917507638353629,0.4800620352249438,0.1817821693220575,1.1374740067834084,0.7396918826776434,0.6928634220324792,1.3565988544398746,0.9124516368255632,1.0672169123264552,1.0197355269579556,1.4276675008939888,1.0555288616616834,0.07063467319082525,0.10769456438174661,1.0851583496103614,1.4808936827982935,0.8816843656901596,0.5643499517458698,0.12567227456393787,0.5627233834694649,1.1115812932492941,0.285205083397064,1.3404132050241913,0.8329867436842959,1.1333497041839125,1.1246359391050755,1.0697852550203306,0.4545647956061404,1.3579181767881179,0.6541080405114031,1.130248934953911,0.8923504990639268,0.1401471118516254,0.13185802875382566,1.1428740670515363,1.3303347279385496,1.4711326408727645,1.3091395785179478,0.8638858693099422,0.6474690309937845,1.2653610289176926,1.487249665765311,0.21134602405102676,1.1099502941538317,1.5386380167601723,0.8160070585426654,0.2837569172809549,1.4741790731070459,0.37123566658188467,1.1327405124058367,0.5476679695466676,0.37816237580253387,0.22403582541470812,0.000751357254215947,0.7510652726496223,0.8939433304909106,0.6851627935820067,0.5899296865039424,0.4628074829114432,0.028697290935187792,0.6416591257041929,1.3427605471422432,1.4860615518105187,0.8624996386038649,1.0476908005705434,1.0559646685110193,0.940132088522153,0.7719990757520131,0.1032873869837488,0.4321416289014937,0.7126859395044576,1.3659222228625025,1.3985763033682779,1.452690050187243,0.7483167920657565,0.7491662806901446,1.173338753229107,0.314972020156628,0.7407469843334832,1.4532851784308458,0.48041951459724097,1.2197866173192495,0.5763438622917312,1.329517649781184,0.6704116745042025,0.5193909896823895,0.801388960247505,0.8359381554209351,0.428009324318374,0.8663651915220331,0.984909445498697,0.32421112859248247,1.0066519427492033,1.0331170285231963,0.29098499480394924,0.11619184560387134,1.0785368293210071,0.6229696061903123,0.45558849103267735,0.1871607282090593,0.4850275664128963,1.470250548109722,0.55628683100838,1.1570586146292112,1.1044451196246157,0.25699468728536307,0.10722100828742252,0.2504332109636741,1.014053322130065,0.4795243473646228,0.2787584122607571,1.4606209197816196,1.4374090039934202,0.8153107651902145,0.7439451815381544,1.544960606232891,0.8548242428962374,0.8979881349540122,1.258822744162654,1.173542113281747,0.7893085036949434,1.534722908720855,1.2073051519075588,0.7761544163582987,0.8777341281648547,0.03412472752215819,0.4882721555562528,1.080503639024472,0.8121708161296667,1.446842452210152,0.42308481903306716,0.1920046761055487,1.4328339418819631,0.8360780619219438,0.3305960319065162,0.8410872551929937,1.1580756241680579,0.6408148184290463,0.7819771112164616,0.6973839803219877,1.023056862573014,0.34769254350246886,1.3955726177698726,0.43680201366467364,0.5232838144045197,1.1898691277105384,0.9580739897308264,1.0702873014207495,1.266490483047343,1.2711812128129607,0.5381587994346093,1.4360581441341345,1.1835833346065376,0.8644866365923884,0.9543021475441148,0.5557270668207309,0.7354031000301842,0.7885298937123548,1.0582303746167958,0.5363005739098708,0.9416408988440494,0.5606602715267393,0.8408450474701947,0.6673573144900581,0.9514640297393111,0.7080645663893147,1.143953589037004,0.9184363606987422,0.35654330048143973,1.356352395472652,1.2697442621926147,1.352185167692115,1.5021968266573924,1.0426271074921725,0.6563168689068725,0.8622669506903242,1.5482595031107502,1.35233520804738,0.8297039191649913,1.132599671677594,1.5355280985836288,0.2432374572793053,1.1982634921809912,0.8985758430587225,1.1945329713902813,0.9570667951722419,0.7955911776217701,0.010474985677080268,0.18434345873692917,1.4757119080938514,0.3619891890364033,0.8286812278237846,0.1485344245121458,0.7786759035813821,0.9275265284683873,1.2408570600870772,0.33240676281323506,1.1684226090622696,0.8846598113703958,0.8673132993219957,0.24813993295915546,0.41391148772286884,0.9045377964220822,0.9388102932850371,0.42991071797411073,0.3678461213825537,0.942975732233509,0.9262277466422504,1.034922966808734,1.5381103891667336,1.1245114894970052,0.7038150117869266,1.5373365329995725,0.7632816702755515,0.2586409621948927,1.0229274212727433,1.2696807695435433,0.8246270678809444,1.0943601671274388,1.1282603008076129,1.2310983026195073,0.947005363333842,0.5986942295655662,0.24034008634498477,0.4571539974128393,0.9298459984696551,1.3052441361122304,0.19252005075928008,0.19953764241500807,0.12265575207257137,1.2060980018389964,0.7776696634178917,0.6009801814127542,0.6798737421923761,0.17510940621560353,0.44875174711294563,0.21477978118424917,0.6148674144472466,1.147161013384757,0.26823645943461055,1.3189174317090335,0.9785920715734907,0.1778209923469056,1.005656715260129,1.2403265275681847,1.1947541742350398,1.0261669437319492,1.524245433319355,0.38351043803598917,0.23366380406178244,1.439061725005586,0.4853204421084434,1.102040034467542,0.6233790463337685,0.07148559276950066,1.22744957938133,0.826593356652902,0.8360009928842747,0.8633789621046741,1.3607056785418337,0.7203903141956407,0.7899162644442386,0.7156788934527654,0.5428312899206731,0.49843926767251884,0.9602245007454594,0.8425100046802596,1.3439403077032293,1.4333873943024111,1.3779400737936183,0.9636079930309505,1.0844670285625095,0.9282062402857632,1.143353510152849,0.6972275406161098,1.1832316138802819,0.017156236366779355,0.6837722242587062,0.8340292822383609,0.3116594129496352,0.8003852736123203,0.9031142699288992,0.4533425885046427,0.8099958725735491,0.591166069044857,1.0496390541221372,0.9736429276441263,0.31770508431235933,1.3163576126439973,0.09902767388033717,1.1098758080863715,1.0924983042730336,0.11541282591839239,0.9105495237926902,0.9001128729398796,0.1765958942507937,0.1757797609159945,0.49906393417200456,1.2181042067382606,1.427550870338271,0.3671941649682903,0.8429408201881058,0.827205665001263,0.7806260358539144,0.7856062368105435,0.6119092854284708,0.5214244209383461,0.40326264969378,1.1055865556464006,1.3860771777953405,1.359153891054557,0.4248032618283019,0.32779391295584354,0.5943874881476302,0.7071739457762037,1.1211098378588171,0.9403134505374987,0.9206626972528911,0.6328799446476214,0.8968724127141545,1.2077948125904063,0.8573780319013916,0.7043055509972531,0.18246566365765582,0.2687366816275171,0.8171584757835532,1.2565420186910825,1.233986927743681,0.6882718350175643,0.7433571661409427,1.0195842778604163,1.5418824856925395,0.9610175253713087,1.289961887213912,0.22201367797742824,1.272406127716495,1.0361362888807681,0.9405566879257512,0.4438820056331593,0.7287164616799701,1.0912287060582373,0.33345239344131394,0.07453243444331485,1.1961657818071678,1.4409646242218703,0.3425366599030124,0.8745226923807025,0.7637225255818918,0.5004679034140002,1.2899342327401153,0.2581287143667924,1.1044566131464917,1.0242241818348967,1.0350202619117375,0.40974398593909267,1.2376021490255802,1.078137648870217,0.5149829570094734,0.6754260954799934,1.3324776575243087,0.9370987174053547,0.22093008696867092,0.32366083784090677,1.0307038374322814,0.38176775446188377,0.5760818100015788,1.4669217341797265,0.6891226983491117,0.20439840442759177,1.2092605763060735,0.4144836740218449,0.8068293289299096,0.9082082832967628,0.5099396719190387,0.609454429450686,0.24473374989165414,0.5794852290627469,0.25113594290907815,0.6811213711969388,0.8372333258687197,1.0414363501813464,1.492100931894461,1.5531721647931387,0.7188778741032914,0.6441841762798278,0.577685932003807,0.07865220733208152,1.4192480514699752,1.2693316109978219,1.1093885646796662,0.5548124044593559,0.905030220162772,0.5978612600809501,0.5910343373758535,0.2572972163299316,0.9394565167488486,1.3431535239720016,1.0792824942018844,1.1674288779232334,1.3737623075262977,0.7530156143029823,0.7401653526109176,0.7889065295240214,1.0502160330756685,0.10150127845422931,0.07967210521545198,0.7775751193465358,0.7507560071000737,0.7464386394983376,1.4059671284202657,1.5093505902685656,0.49251548805477297,0.6004932152034448,1.3604754446479599,1.5516197869236197,0.3489287383467765,0.20670727136345188,0.8002467262139772,0.5579902373374305,1.1993821990315827,0.5393669643282057,0.4337142555974497,0.9311456283405315,1.5511232110806727,0.5674471358492732,0.5052621457479691,1.1360754751574837,0.7576471405193795,1.5155710887756446,0.233756668927095,0.2877237796522499,0.6288683888181679,0.835138065170021,1.1308839196321918,1.2112105894915524,1.2638588052342694,0.9198481367297904,1.2576248352103998,1.5582695280466474,1.1705646050497214,0.8834800638820985,1.2991899859628566,0.2992173459576449,1.3829035007872523,0.6418780257558264,0.6125909605340388,0.5204319181932708,0.39959500015029314,0.1516466808312157,0.06385019685808714,0.5113842579154567,1.2835336783002402,0.7177989124387624,0.5609944530699359,0.6010850293440063,0.037332315779406655,0.6361772161383636,1.4477226606355582,0.6406520024801016,1.4454813152462014,0.8491612191330553,0.7521944685253052,1.0042230223915352,0.6285860358944402,0.24498273371336565,0.23510247483624727,1.1588959516359785,0.7659706912060948,1.2724095078220699,0.49629524977274403,1.0718790379719567,0.38184588505751305,0.7636154482310822,1.1804986714198782,1.0237335501939508,1.496034818584579,0.9075049361191316,0.683129612066115,0.5547054625441004,1.1372956566224206,0.5065996551584999,1.5412814714927607,0.4370909265574395,0.6086449976608526,0.8278598228058494,0.9824200889318688,0.9453502588269427,0.6882127831522277,0.6366101130736636,0.013437270291951397,0.8026216141133125,1.2355245051848378,1.155104815802729,1.2025013043072372,0.6406781546141154,1.3537739137973692,1.3784041069183746,0.6065360278900427,1.3428077987045886,1.277013747696679,0.8263255239387732,1.119281044351988,0.5054698520481149,0.3565151244411355,1.4805479186150492,1.450651651719656,0.11905711298306057,0.25033333453368567,1.0912653753827877,0.7655662949841532,0.4804562142855797,1.4903416579946387,0.8101356394426465,1.3793332446229998,1.3306637653672988,0.6266898971867929,1.3363077427569854,0.6776031226809286,0.6492124531224616,0.8444779653732046,0.5498579165555709,0.4317397224338434,1.157181737996273,1.4998453844521928,0.12291006442295241,0.08185915323516049,0.7258667800377377,0.26095665312289,1.2059439178675833,0.9398893399373325,0.26235586928760324,0.6965390434034624,1.0756918466851553,1.087310440329639,0.1837072575779506,0.10575388589455986,0.4822462945200641,1.029451830052366,0.8767225691799654,0.6853289517040233,0.09308234599678362,0.5882715581246759,0.41826161531654976,0.6993629962143922,1.0826082485573536,0.8640696844639751,1.3256431138015465,0.7420077329803902,0.6339108722873711,1.3005812723861292,0.652188491958461,0.7839041556088336,0.7674494257141894,0.5157618926028734,0.8851519773191788,0.8279357509673693,0.4909007882886398,1.4509205117363289,0.1046359215605515,0.22186723228448146,1.5080629632505707,1.0022733373493917,1.0200461139919874,0.31737623295855305,0.8796844254403231,0.5653856420214471,0.24237983339563055,0.4282938739146934,0.7017036043931287,0.6128727239810596,1.2741983616313068,0.9684416676828718,0.4486972701921367,0.33446938874382237,0.8468590395431195,0.8374789083902642,0.022026343237789608,0.6189495436858699,1.458536921488181,0.0966357889182532,1.534448350523057,0.9622502266180664,0.5334438741155031,0.1904639701385023,1.1929172356851208,1.3823921260677354,1.5520751739313485,1.5289878075699173,0.07194959206216493,0.864961937339797,1.5616077830224462,0.5554952560747748,1.2329415672671207,0.21971649108464208,0.5652525175234236,0.7640634035108183,0.15044981381626654,0.8441633048418904,1.0526397869504385,0.839769418343101,0.4587553799833669,1.3489592384185807,1.0601522586392433,0.31902963885170577,1.1635520587586174,0.3766870080240666,1.2397434458636813,0.6299544955268179,0.30569484317843193,0.7726941389047914,1.558850680125475,0.7911752877342856,0.13111118805485578,1.108704919383857,0.7918600883207945,1.1806637874263501,0.07537277053146355,0.23482369066433656,0.5770917789032907,1.172695174891802,1.2981179841582415,0.7251862539013981,1.1226307021414408,1.054366289584809,1.2091333444076608,1.020812340759522,0.25164044335693087,1.0449244975120415,0.258709691418452,0.8618827866854041,1.5654174531280898,1.4297739180137172,0.552247502313962,0.7163126585827083,0.28966606849312093,1.3941095734763012,0.6690407829027544,0.2236838712859583,1.2778449250370771,0.7075130811670508,0.24563184107300123,0.5346605518049299,1.3529468180626416,0.8846677158760952,1.3084124007297178,1.1400011782202846,0.5707191036252071,1.4495069143276849,0.7326015559932677,0.43544785810201236,1.477349624140813,0.7022608711577211,0.731836294475685,1.5437787156229723,0.8700938601756919,1.1556379545729982,1.4188855796744502,0.35224833749001166,0.9035950029094273,1.1130618479755927,0.6152905688629259,0.5007993903287348,0.7170451061001759,0.5284177487915318,0.9446785822409178,1.2301782125288219,1.3405459689426305,1.3288374341795837,0.7849611719242056,0.8332079798159929,0.26893461413965486,0.7836606913902437,1.1173630938332433,1.222458734677364,0.7400597866569562,0.3812093723345481,0.7174136885355332,0.9910420448468198,0.689522586736939,1.4028363492352924,1.0834771020950291,0.5071251915155816,0.4109034763047428,1.4276402736143385,0.22287452403672148,1.185312428566481,0.9061657313400289,1.1148864541812904,0.8472297159917204,1.4603159902190124,1.1468245282608032,0.8106917348060921,0.3369809478918647,1.072442980284103,0.280193140858254,0.7665342032707357,0.501911789720881,0.8640019818117698,0.790142892941493,0.8865976494594157,1.1128480078395981,1.2227786800263039,0.1085621699472925,0.7118882141533764,0.742331888741592,1.1730960122289729,1.169533354574726,0.5695018689320415,0.1500398338739639,0.7551506393890297,1.044705687990625,0.8565222717035016,0.6616592075004742,0.03079401168333326,1.4038287197220192,0.6848949854781731,1.434572787745518,0.8403823122635727,0.553680468806077,1.4906086826157587,0.3091705569182142,0.020600114945940762,0.7377240267848989,0.6532268241811018,0.05598189553354495,1.1143632055912553,0.9699005767629034,0.2447551417680559,0.8126583646048886,1.2306794022801677,1.0405645769336618,0.5121524119087869,0.4849600048225778,0.6274455930383012,1.486078141772103,0.4406155815353777,1.4713035613238388,1.4707823551711157,1.404486327901122,0.09148524261540047,0.287268389893434,0.640411005036482,0.42992827569003983,0.412964147397103,0.7087512614815944,0.6351090489670511,1.1259446875177526,0.3008158404598201,0.9655882540233875,0.5191646683520938,0.38965192844784713,1.0597236452486807,0.5359097499597357,0.5358532058243445,0.47710184545861944,1.2779561711503178,0.9481092282064953,1.0358301227141358,0.8920681371604996,0.8986222690268104,0.6702406061220129,0.2279765637832147,0.8685468132184332,1.1620312064642861,0.17288499084982198,0.32664973871034675,0.8287509761676004,0.7937857889270205,1.4360649561773187,0.7038176244819861,0.6373618719293229,1.292260246545455,1.3554639926376086,0.8309120385149784,1.2912536046470335,0.6459002600803186,0.860185438197669,0.6211454376221897,1.0346061555271187,0.011155484133940838,0.8477344790869953,1.1084246798477841,0.7290261645049507,0.9420076845900868,0.34270379451416694,0.5200127741166741,1.0950534065583328,0.9362066619247814,0.23085232094188168,0.7971321344640628,0.9592153061074735,1.16952832342899,0.7602811960737725,0.6030314751597805,0.4910376645037359,0.8357820179509272,1.380157848852136,0.8151659746141829,0.10589713600269172,0.40419796754726894,0.6796522982281292,0.7070187921670127,0.6825238475305975,1.0964719708195372,1.2213289244853722,1.5102881007090363,0.6256982773556767,1.142111242472282,0.39999907944619456,0.7413601893186784,0.6295079830094072,0.2612171218991299,0.6807514211751351,0.6816751722357084,0.595123298708814,0.5841263449976987,0.47808288521805375,1.4244244067063638,0.7174465441101314,1.2961067931486803,0.5001281213547342,1.087241178906099,0.4978684154947697,1.1141804243030098,0.43513305209892744,1.048148472578038,0.4775912794557394,0.19523320755376652,0.66582832437668,0.02209804783337439,1.145801529175864,1.4280685502893276,0.025572531063563976,0.8060573694949229,0.8963954659631723,0.6689965455006864,1.1939256325084222,0.5210696322599988,0.8552395745459158,1.4489627860129772,1.3854443090145152,0.7495880215998809,0.28191471240865834,0.7817550936767045,1.5222031800185851,1.2527756898244349,0.7670424539331805,1.0363403283822101,0.609517762445215,0.05781327704317287,1.2456520598424698,0.9360219780974944,0.21488184365863083,0.738950214476462,0.8453457357476734,1.0268016220115412,1.0564531200094203,0.0978238280237678,0.6763691917359653,1.1816264995187415,1.0860147834053235,0.7580494036170566,0.3426575047677854,0.5708033609120823,0.7890521806297107,0.8480972944000327,0.7298226869416071,0.5250634093792429,1.3115996700915713,0.5927690487196225,0.9477968269209998,0.868715303055394,0.825568051265404,0.8529205890604927,0.08628824712750406,1.5057273441932468,0.6817705794530141,0.9175202848150451,1.452355841833827,0.899880655909526,0.2369149998465095,1.5169380753290387,1.1533255445253467,1.4728992601237918,0.9048040338083466,1.5490061938319732,0.43602950773184246,0.41144101419530643,1.2762695904991783,0.6570385674231862,1.0220166199736758,0.624169672063714,0.8174725307270514,0.16069191647919864,0.8940668841689277,0.8862653264047341,1.1344328964866415,0.7494642615066318,0.733255592736922,0.2608500701565989,0.4902855994656939,1.5504405454996166,1.5667214489431798,0.9549579526384613,0.8622736291671149,0.9575219704197178,0.06299407362594497,1.1927370615933623,0.43149887503242623,0.48766914781258136,0.10587814724989905,0.6479276930189506,0.36577906114053993,1.270779565229811,1.4613360025416073,0.5070649373115991,0.9361736658776796,1.2206004960886068,0.6983557642029373,1.5140941278624196,0.9299673166474002,0.832012087377704,0.7492614375377645,1.020611713392192,0.701924968234607,1.412167398869751,0.1239201518553461,0.20139169742937318,1.13307400876571,1.1540431810437695,0.07426140828689723,1.1123256816091192,0.31411815365595025,0.019725017601179205,0.27539661342670774,0.7876086940331737,1.1543451534399585,0.7535393884963072,1.2822028676789856,0.7171169447224384,1.2470852289008914,1.382523160407413,0.48384182091892586,0.3462543620584058,0.21773767024934548,1.5333934507054725,0.5915802349835015,0.9176571863529561,0.022532537463559526,0.49281380574696937,0.9269696640382439,0.015463117294177986,0.589148989149618,0.21777356240851192,1.455298473480773,1.2947639877319168,0.9336886672840091,1.4722356606061469,1.3144916098213573,0.08373255108539064,1.4400846655750312,0.38593966746457453,0.7734394900161738,0.7352842425892794,1.3637477369211135,0.43837415386339995,0.5168639771395624,1.0180547823428732,0.4018425083942888,1.5461298840337343,0.6446287551613828,0.4240613538491147,0.6465706133896524,0.8025165365823574,0.7156817660369835,0.9416815774396567,0.2929649400264718,0.5911416176897579,1.537654347256624,1.4731632971607345,0.6563588362296084,1.2892092743667678,0.12950255365553645,1.0623994887759363,0.45738513016229254,1.2175909087772987,0.5868928806526409,0.6083684276599661,1.450315973826261,0.8319472823705734,0.66623881670672,0.35424009538986967,0.6039222100268379,1.3906480586415653,0.6962019692340666,0.0476520017025511,0.6719425501228742,0.12133758473220842,0.6800723431154367,1.1805712855843418,0.7771885442638379,0.854450844496864,0.836272187718573,0.8405718718930307,1.458757132718435,1.4235645974960507,0.706136785270468,0.2545157274166256,0.793873469804962,1.209625930374403,0.6587633525681151,0.3682885671977166,0.2278288994081317,1.3981598904901804,1.0404873304344069,1.5242831720349306,0.4030308510782076,1.2836105659854802,0.22432595719598053,0.7328105208400264,1.1347713324828683,1.432974950635759,0.13256190954277017,0.13722336495170354,1.4515662761981074,0.621673870860806,1.214172110065385,0.09922203437775888,0.6230966489998241,1.3567330519339424,0.339415961844339,0.2289849176047192,0.15116608593945904,0.883336324904789,0.5578812689739386,1.3408846912828678,0.6856283791202951,1.0701099482360605,0.6993181464837481,0.9147534066890061,1.2746063044983824,0.820719840315448,0.6629405220210423,0.25047722888763757,0.2464184009572545,0.3753977723142175,0.16893302715716127,1.0029857724498092,0.2346334111748524,0.7223475553690096,1.1085169046156513,0.36887214870584584,0.01818315871160473,0.46980335917529215,0.021107198694647323,0.06498393141081078,0.11605882268981584,0.8335158112866471,0.31544829530259505,1.4263424300107979,0.9549759189717414,0.31638586246203027,1.0492369593994038,0.0121333148905128,1.3666147112781684,0.5324860897454575,0.9621937203859204,0.4846231965162437,0.6241202768131731,0.677371006093413,0.60524773957688,0.7568935824606461,0.6856583303581759,0.9324466187277014,0.9476655403577929,0.5490627125110821,1.1092348058390282,0.06387706344095148,0.4565671957530326,0.16412765159672577,0.5347300123746394,1.1394968181016683,0.6475983828585394,0.4347603911901914,0.8121543946470009,1.3977452247931517,0.2662279648619018,0.7725943415026543,1.5653260770926751,0.13895766235225657,0.8664648311379491,0.6060914124212624,0.5629264726277596,1.2839218455196935,0.3469340862022832,0.922959371439151,1.438848870391042,0.969879130290828,1.4439913775580038,0.41342773111475234,0.8420985188625757,0.34001596627058955,0.8524084844249501,1.0584411791293404,0.3746856391868608,0.6503716273372896,1.2129251104702226,0.7670863343387276,0.8806640110413005,0.30303678703808823,0.8666690623710016,1.1647802683237014,1.534717902315727,0.7756770513742243,1.1999537253506054,0.6770043383959844,0.043421861720029035,0.528623629042038,0.4082925723588987,1.5264568677400223,1.0920493753279685,0.360426308111026,0.8162364949667407,1.0106232334890874,0.47208285459788407,0.7537517210317046,0.8655886934722794,0.09359218603850265,0.46573643828256406,0.6475923683815418,0.8877992972455903,0.4537299216747958,1.024449628409349,0.27929762951039677,0.6956207457818752,1.4599921703493828,0.40111281933368165,0.30544562406179343,0.27764945846633315,0.6201512514855627,0.8470415311152452,1.1931662245743544,0.07620774731731514,1.1237381284700736,0.023549350702796762,1.2624339939763234,1.2948141427776807,0.7656975090059495,1.0503133390756962,0.8699515255905721,1.423267180144801,0.7636685199376307,0.5022113201318552,0.4518505496517724,0.6216868723529642,0.9541533945888737,1.5623632657804638,0.08461626857938592,1.3800429876977003,0.014915671842890856,1.4994066482381176,0.29728921482337245,0.9769141864601848,0.26282266840238827,0.9996471250751598,0.7401380721267397,1.195693363935097,1.2351761620418251,1.489869767797701,0.07633387485047417,0.6874452228241585,1.0081932439314911,0.8655960043259118,1.2326906116603873,1.147232159608365,1.0027434780483968,0.0032292478903815924,1.5075280380880371,0.9043175867560959,0.3559217045219,0.14211462753664977,0.9165286554017946,0.6802054649660042,0.17711711607967684,0.8915995158877892,1.0486063711183031,0.7836699388582237,0.3382438191280769,0.2932893679662555,1.36045271283172,0.5340611426442886,0.5771926744497033,0.8771030259630994,1.407268124006964,1.2014893784478933,0.6884237704774904,0.719349731870233,0.9989209249387255,0.9975138769273261,0.4587464699871153,1.0582509030942109,1.2867275116342842,0.8039940731812996,0.13342266471442915,0.8695654510491097,1.127572038634517,0.7035475186711244,1.1857824433861532,0.9113303280793412,0.7734166913538376,0.411390793424969,1.304277492988533,0.8157664646468819,0.49167319499418627,0.4975114051481694,0.8819682314254019,1.3317154279940375,0.9805799130935732,1.5669713914163024,0.7884472781274444,0.9243377627213912,0.7102525863337303,0.292722438600303,0.3399018864069456,1.0325293694823796,0.42345562863943575,0.8684810541922517,0.2882272807365072,0.5086674033527046,0.33576454525192206,0.7511892662060455,1.2899968369750694,0.7779032459541771,0.8375377981840101,0.3457549657361064,0.7115557491219335,0.4576819466154441,0.856353317243339,0.1165392981606071,1.5383000512897365,0.9526305128266772,1.3001504609988819,1.157185651856799,0.730431709081718,1.2584414930128365,1.0617302749874171,1.4120168378348157,0.5569014737382404,0.6060458379105207,0.5795163614631857,1.3697018432460228,0.7147731215584607,0.36207046995756176,0.7420425967376767,0.20141776139167092,0.9237058941153998,0.04632205330028926,0.3762638319815398,0.6661922735129793,1.2278232666039302,1.432492446545542,1.2647682518925032,1.3531618779390342,0.40229728069695375,0.8254253942529101,0.043195949079768994,0.7261879464945012,1.141723198735433,0.795619199992909,0.3417097566701093,1.4781838464195847,1.5627304199432477,0.6187764177447719,0.7524484236139259,0.6782079778558873,0.7183259336897608,1.3361049637853524,0.4334866811990934,0.7732775327131466,0.7710339928388816,0.1055093866757632,0.5740775573135444,1.1258701462236433,1.5633232352971351,1.064354408817348,0.25756279778131225,0.6690293478092917,1.2083136753066481,0.4735922898554955,0.9398451062817554,1.2453767830936113,0.49903943504750625,0.6686236153490455,1.2239797389302423,0.8640090332015172,0.676544655138266,1.271175270630579,1.4846216213372359,0.8892367200005662,0.43316482553956454,0.2675966957206177,0.656036922216091,0.9287815045902256,1.0374221360883142,0.7475555119186101,1.5594872782138005,0.08762407210986259,0.42271616397463624,1.477245359238113,1.2995844665712757,1.0609966185225428,0.6654522786454978,0.7362526057224327,0.9823859858634917,1.2976595307786631,0.7490071651605359,1.2664002151032479,1.4869523751188725,0.5395380678594552,0.7876334233174745,1.4211672617258024,0.7704285259417893,0.6306910446739328,0.6967394696937718,0.8095394786206822,0.3710390117589885,1.1086395515874143,1.0754345095399986,0.9004461361791903,0.9900427130236774,0.13477629657341186,0.31501467086974083,1.4597109689495682,1.2078259712767894,1.3370607144652051,0.3119462057462916,0.15033253652380688,0.6266661735314925,0.8274713857351844,1.366956038638585,0.9890283548495065,0.819700307078068,0.579814855172896,1.3460591745533517,0.04187922418105978,0.241406008741322,1.1283213510328078,0.7237811014737355,1.4319102598717883,0.7244455026503854,0.4997580309502923,0.3792914993811545,0.6964116930141849,0.9477822767160176,0.4709390669330718,1.1250300046265307,0.7564766841400326,0.8061089131705751,0.8788497453513301,0.10736097398001908,0.5164592405287302,0.48884878425976314,0.6199940972659211,1.1180205354545931,0.9105002648616534,0.3764710659697583,0.8021647940953919,0.20672786139568633,1.0819966844229945,0.6546009282596018,1.3777719410386904,0.28311658324387584,1.4761278017633024,0.5733692451321845,0.8557835786770736,0.5979368015046003,1.4847088343202617,1.4686914096694847,1.0804598944058608,0.5502725404618964,0.2808886156664467,0.8866189757552198,0.35677663286769357,0.8731142800018453,1.088384649584636,0.5052270760211233,0.7970915354105055,1.0254813982546152,0.9300787178759093,0.6891076638004892,0.7102438789240666,1.2342661712092264,0.9938809647061068,0.7806822538857267,1.0263278027572047,0.828131210253725,0.9369575842051292,1.0150727013657859,1.3366897082656162,1.0876500391973865,0.7141916045246675,0.8830502173599244,0.1772025393343219,0.12339908202318299,0.8175592683297286,1.1895320587797222,0.833724319406436,1.185103885176874,0.12963342089947982,0.1591135141123859,1.0109051122309725,0.9175252556077763,0.5030393434420989,0.15004750345894927,0.6959689898650507,0.993737919776198,0.9194771069857592,0.010105563532408787,0.8337840588933574,0.7078863708570613,0.7490635562128033,1.1738352680476036,0.33729451715260733,0.7356166393370744,1.4617877732418838,0.8621447478175032,0.24344207230700124,0.7551628078324518,0.0526989493967932,0.9839961585526624,0.4222991792613157,0.6143033772030551,1.0062230497166087,0.730087165673056,1.212098592110044,0.5998271997694256,0.7807691994187074,0.9405003001067389,1.0432362631989802,1.0830315687718084,1.4572791748826117,1.358497506598301,0.2438748756297479,0.613292266456194,1.2148169348444555,1.4645879972486953,0.8881866896152117,0.4853180277685164,1.2101621256035955,0.39902065218060495,0.7472903577026923,1.380715245994731,0.9893732861768874,0.2185240112977339,0.8555806370311831,1.0855866720334715,1.1992654055218912,0.7828476626476163,1.4538881575675386,1.0667452975512663,0.3452096927883911,0.4205415727088962,1.5126710966668278,1.232292815595546,0.7393997096882421,0.5847287809773984,0.5717260074761656,1.5194878971203396,0.4380524938074965,0.3222644245758604,0.677465849387563,0.762217574162418,0.7126303665539714,0.002880699557924164,1.392197625115078,0.38330779175752894,1.533333571040708,0.6041164182880848,0.8266650849391629,1.091891573649511,0.3991883829939848,0.48231100961205337,0.5671975438612296,1.4667512257176902,0.49239786515536865,0.07132268891788449,1.2107269751926781,0.41927209178642894,0.7821226401600889,0.028774868397920268,0.9504603302262651,0.6769572651495795,0.5112395923677593,1.3455881383034494,0.03791786921063477,0.815880019058343,1.375191104848948,1.550023481475523,0.4323070432127168,0.3826727059226309,0.5096472425119045,0.5846877468782536,0.8392929083957129,0.976208293806456,0.7402863685612626,1.3309171444060914,0.47884920854533136,1.3770421658535776,0.8241834942311175,0.8804676225829617,1.1973900015481251,0.2189386891939665,1.18562170984639,1.5023438867836076,0.6847253000881175,1.1120407099039054,0.8164195120592033,1.2627989362423353,1.3340583478424286,0.45336775103266,0.9322258118622849,0.14645755567320312,0.8349619254508247,0.5633965738488309,0.048900282851472784,1.459718128817359,1.2768974137415172,0.9285528761443773,1.0219769086197574,0.17207660629302848,0.3006156690410727,0.7100341798797105,0.5771003467511988,1.0346011755622808,0.8503302156703109,0.8825859766924008,0.7967688727150534,0.9690200581138309,0.2095781643779135,1.093093040458564,0.8663826644296397,1.3508613525776405,0.5449604198133854,0.26728403537161116,1.54499314861676,0.7498830072392578,0.07838102590574285,0.5889795094039968,0.19891787821478601,0.07689581939047699,1.0491321800409565,0.8432862358993828,1.1075295955987474,1.2120510822673007,0.49039823912469455,0.5690374619310824,1.4203281372851482,0.32118133349680933,1.2737480818876783,0.7742408481901373,0.224006494640369,0.9945040519466123,1.2119074440478026,1.5027810176459222,0.6516951675850265,1.0828734729368246,1.173587240562329,0.6461188844157864,0.45610569210933627,0.8440530157891414,0.7821524561416267,0.3113211208532719,0.9251748700147812,0.2925591595686636,1.1204981927310247,0.8978571248916363,1.236239697505126,0.7213503460632154,0.36397792032948223,1.1272913666641657,0.640422702349815,0.701255689325034,0.8307054294810566,0.2697092442515697,1.5126963667452065,1.3159163008948764,0.8881547661497028,0.6966437064852495,0.8374885348635942,0.7235035533837004,0.1806117111591107,1.3691584721719796,0.8440872019997232,1.2272612587650422,0.4879173100828329,0.6772962625040371,1.1722333856007556,0.8276992506632592,0.8488979604528311,0.820087631777804,1.1221112891656915,1.413417313986696,0.8678054258229988,0.8184284893784097,0.9215839491389284,1.3020532177762933,0.522055178615233,0.7615091714863523,0.344543159311006,0.3093857380775279,1.4541021225884665,0.8614542812277779,0.8363220263380587,0.0027403122441559034,0.8515102004890207,0.697560893077817,0.5286023305402914,0.6506115582260341,0.5582816249220877,0.9249627271477529,0.8962340071965891,1.2434069419035974,1.295479178650234,1.5211351766275525,1.0574297563392974,1.1715875216047538,0.7966076230093203,0.6616532075740169,0.7196548104305235,0.159004118628667,0.7690246530661309,0.7951672768193537,0.09786358845772992,1.3149931652205278,1.3733600170188567,1.3933377780416005,1.2116612445500272,0.2202218622056252,0.5804902672778445,1.4217373068012586,0.7392534119773665,1.019610269556404,0.5797952318055639,1.1209749616339701,0.8761860899030429,0.566403801679105,1.4745446532497888,0.5285885620203159,1.0404840642612287,0.18519005056602317,1.083241406502733,0.3484845119738136,0.7198412302475564,0.7332867998654315,0.5675420737698907,0.6524586881323371,0.9558585069893555,0.040997963864794394,1.4707393355617724,0.23541346270112504,0.020033163945802467,1.4073101622657795,0.06683956161598213,0.5242962712190663,1.4989632362456058,0.6707216232299031,1.1239293986355414,1.0615063840526593,0.4760373411279606,1.019439601114889,1.1250845112532502,1.5027511611883293,0.29821785210082574,0.5335437947148014,0.7083442948747649,1.3271396880297568,1.2396314742348638,1.3371137212359745,0.07631337083109173,0.685638539369375,0.08915537332445585,0.9420885817261501,0.9633901553853715,0.7170402948868171,0.4374087483083495,1.1231019435329368,0.19006165267674704,1.565587469278539,0.7931790271611247,0.9505167724325124,0.7475792540069071,0.35926991928582686,0.8058091895896605,0.6276405251586508,0.819207972573658,1.1868903292755995,0.39677016856901715,0.5715594928469676,0.7610220991541249,1.390899668827492,1.0543324554652531,1.3238217298057993,1.3971042451993976,0.05678339055752827,0.7917165182624308,1.139749436734828,1.4084610990823443,1.5077441685607444,0.893241626686213,1.3284795108620768,0.9270214427145549,1.201925766474619,0.32949832396410816,0.5676886270611892,0.7355051288756245,0.8910296068565482,1.2702081377110135,0.6218691662971141,0.5661166329264495,1.5300019458946268,1.210908407615806,0.6882649713386702,1.3420608655358137,0.9674556192423699,0.6772885556787791,1.2420795459101888,0.40593134016842974,0.582689149018029,0.7797779107096225,1.2012825477167373,0.5342296654213574,0.7964298797914298,1.4470915232545773,1.2493476559207428,0.9588957328922896,0.8968690554882146,0.7053199697375883,1.3347437539129527,0.7847655647639215,1.248423162554759,1.1109206487549728,0.20695421772341055,1.0351010695626133,0.1544353466633174,0.302714627601999,0.4805478293280723,0.8198342110329585,0.2332030934137674,0.8922056289659175,0.18205294822860985,1.4722041359000748,0.4421963666566914,0.9891297586139859,0.6306510236384333,0.6751060506973793,1.2594835040052774,0.5816199171109173,0.9332958864888317,0.17925665165096638,0.8838628227552826,1.2524642844578444,0.9572844671593247,0.8753621167444777,1.1795495856404632,0.26815809180543415,1.170257285200659,1.2726348739188742,0.8634772218763647,0.8873598662984654,0.5128042759117946,0.49708234763043213,0.8753078798172609,0.33285658922800454,1.4366725599749322,0.44442261643241077,0.29255325648777253,0.7650939688603562,0.74997949404753,0.7180348197693561,0.847504630930407,0.4153311478560681,0.7872177864201021,0.6448545161762478,0.5891209421660446,0.527707279380491,0.7840517710638875,0.118464475674882,0.8795751193620566,0.919043693886519,1.5137836322125153,0.7933567229560151,0.38478106479659296,0.9241047241868537,1.562170618627839,0.5096182106512687,1.3821632415166207,0.7868981588473308,0.9090773531373013,0.8424639027107073,0.6532512974026081,0.4080120321527978,0.993307763945322,0.7456371558685633,0.11802949259730612,0.11849036145193567,0.11299478104093748,0.08183377630496379,1.4395619034057094,0.4493234974974862,0.20562131165031908,0.9178296518215492,0.7504111722945797,0.9447865900852227,0.3655233283556484,0.19429073247436424,0.028064471590900347,0.9669971952012383,0.047498730361397457,0.9092317161425132,0.11940883066456011,1.335480566114608,0.7432889051015513,0.8004601145260984,0.14311363240508224,1.53683044819665,0.8054937329868637,0.26778517995523404,0.6566587325742579,1.058460027655502,0.8106330129275069,0.6912978524980982,0.8099063396588368,0.15514737708030574,0.3966115666128793,0.39654064606218997,0.15958531005283833,0.4945820393089361,0.7100722845533598,1.313946809074305,1.5062471521316296,0.5152175018933884,1.1715343032865908,0.8497205812570747,0.9700509155496865,0.4291334230417043,1.0379577499949237,0.1486501296365248,0.8274161046997575,0.36239558497249164,0.5876220132072213,1.4330681125700981,0.1952451873613751,1.497782182740967,1.505425128634561,1.5035289546546429,1.0938556937768924,0.6338967143584738,0.25374313387578445,1.3338674911479116,1.2932947551423402,1.2189427939838966,1.563131390484714,0.665928919962944,0.6814702918767652,0.43438777425760006,0.4615758734445966,0.4256585829327361,0.5533028973367262,0.8036944200511146,1.0253542184620112,1.2254778512986535,1.2686276120191058,0.9044433072869896,1.2389451389429276,1.4933502633102813,1.2028669533521854,0.8116848447581632,1.35003653675724,0.06744465813638016,0.6556516461965067,0.5860665578932021,1.1212862337668883,0.07416691298765864,0.2743462928975009,1.075168033650131,1.5525892160158004,1.3615953954200903,0.8499390334155291,1.2537424600801057,1.521755264938598,0.16032295006954853,0.9605553413392385,0.5654453960259188,0.7963298092825529,0.4914381444851217,0.16813337961987074,0.8816099306958513,1.1040997009080746,1.2407727943683375,1.2762756913222677,0.8080581355070607,1.3113166359225472,1.457451287490429,1.4036753808127136,1.0925174824223152,0.8829981951902296,1.1371780077690474,1.3240587504574346,0.35492819888385985,1.3207225196051302,0.8416363248930829,0.8397833063071158,0.9673322301587266,0.24582178908777116,0.006191396989434981,1.2918668412548677,1.0091424685617183,0.7978450043866787,0.6516603911636403,1.4559416053821588,0.9454813590420705,0.42416947800873817,0.9051673347466188,0.007201433462440631,1.3068771448631018,0.3755952653620315,0.773185588769815,1.280462726235002,0.6672234496537116,0.8886997101525744,0.8005883227295015,1.1475384722899513,1.2108851219027998,1.3520517291708414,0.6717139333981788,0.3273286388294415,0.4258546106663646,1.4818256151103393,0.9659602339662502,1.0490716428208064,1.110196053026452,1.1412207737016455,1.2126692125177083,0.72547062984806,0.6311904639307455,1.0413264245782665,0.8424348582799297,0.9838817110187121,1.2462501198490958,0.17037440851870136,1.5229297520244796,1.2103775349783221,1.165733196545087,0.5658661337351297,0.0609495745581411,0.6576860126796784,0.4384145874182134,1.0321590208137894,0.5491079385980544,0.544011570216037,0.09172303363358679,0.7092311092837161,1.09034973227089,0.37719368595208513,1.4958039497499633,0.7797111345584155,0.00024322844674148282,0.9063082169651223,0.904239568103157,0.9366954780079587,1.3744454797202008,1.3108844578921814,0.5329232216098356,1.3221301457709675,1.3086581979517573,1.2664188394667126,0.04719086543811867,0.6843897674533481,0.5164000913497893,0.35764980503915345,1.18898518596523,1.1602084292853836,1.248933891965136,0.7481468122331879,0.6699577567414825,0.457934672844841,0.8424004514179286,0.6425373785064588,0.8644526526752984,1.5600092078769148,1.1981406154101146,0.10925245267723978,0.5598276072384047,0.539317359357892,0.4244668671596133,0.9286884306078024,1.0772207385993076,0.8142659533981287,0.6339396585722062,0.7922437291550456,0.7910307119416538,1.159358001087181,0.5387570317471444,1.0157534749177732,0.42530978359774524,0.07056106525499438,1.1338157664500939,0.6492137817912503,0.5359371444585254,1.278433345836595,0.19671840524880338,0.7829475424721477,0.8748390287859933,0.18169870922799633,0.8832422100706927,0.7230044408343335,1.0545025500733636,0.2818435918481801,0.8578017232469928,0.3506557802112025,1.4225869107330142,0.3102974500768089,0.7278976053042876,0.3351674203649039,1.246413326671784,0.7697472939614605,1.49751988114503,0.6386039470718936,1.3727675605695178,1.1164375054964069,0.7510895632031154,0.2811021506187069,1.0289481299156746,0.9810297828828416,0.44983522926292235,1.5033047190937658,1.3076814962617607,0.1130755788125869,0.8998617443489703,0.45712017073484473,0.43686164885077094,0.7291888986718735,0.8005176184878089,0.916105034415193,0.7932738385350336,1.0942945572845761,0.2699010764300374,1.2778643881822216,1.0977422044380631,0.8923541111112111,1.22715764543854,1.254178286113167,0.8326334001917547,1.1951608891207606,0.8309491023287933,1.19276929687125,0.36855419593363287,1.3435783915438302,0.08252979294257921,0.6808147160059135,0.5068392913887557,0.7281137811581994,0.39782177538467584,1.2628053272826747,0.5380279888496441,0.38763194594958317,0.05378113937843095,1.5449172095678534,1.4582251955420598,1.3418610410554885,0.8640872538370188,0.9885761984393804,0.695955239421522,0.44535012586715406,0.3293512588899027,0.30663960907215493,0.6083979876694641,1.039958031473512,0.8406161675493368,0.5475530063452508,0.9236543772538878,0.7721756828735877,0.721744672937085,1.1820451285374416,0.43260842232479635,0.598649367863829,0.799881608504941,0.8632612500382675,0.6935685104569214,1.0227450715766144,1.1972965082833724,0.5230816508646231,1.0806615947009681,0.8043641126830392,0.6273991295349087,0.4546449754831326,1.2258349769974886,0.04431416101310904,0.8601577246036161,1.0780646811291492,1.0119767562994786,0.25801318706252413,1.1273014491286961,1.4778461886019156,0.746907522912427,0.7260963936355019,0.8032900847585857,0.7062755852236468,0.302017714502881,1.1411964245417872,1.4052600422080308,0.7728019963333529,0.31688581194586307,0.5618113693229367,0.950157852158387,0.9141891408838422,0.18894964578438453,0.36196909659533494,0.725382095233547,1.311646332730888,1.1903828596307329,1.333392825350119,1.3757350994011524,0.9872561283673295,1.0764159826914101,1.4866566536990966,1.1214481165978816,1.3845050699271666,0.8852136958401984,0.4786394393413423,0.46048314506750126,0.8808701121389998,0.7462874044920014,0.9622404973099101,0.06503621855954322,0.9574262888176095,0.879209974425377,0.5376299867433832,0.4833285310295914,0.9076997013880879,0.4426215937718997,0.21442051088317063,0.9293093560412199,0.1463122992354752,1.0321294788628144,0.054988635495226056,1.1322508746021238,0.48873632613224266,0.02706097755603401,0.7684056318180832,0.7248787547105716,0.10558048165867319,0.6325582618130862,1.4135991105802965,0.5933717476719498,1.1337902850637072,0.26062488344000395,0.7105580848498363,0.918125105995652,0.03413077777532058,0.6478019984192137,0.5172509191125159,1.2937640212019987,0.21617019339966154,0.9574413676433798,0.8588712580107137,1.5137384637011242,0.6928106080401564,0.40210619278141463,1.216095615143427,1.2446229162523443,0.24829891440247723,0.6556648239943371,0.3559761476452302,0.9560355300119405,0.7636085022040241,0.3053605798188905,1.1191277371356398,0.6604661217894342,1.295814903117402,0.40352172362774263,1.072180706056465,1.210788350667407,1.0659637788559402,0.9663466946275595,0.7314429552063426,0.8144488566031309,0.7915099461601806,0.3297131479230842,0.8485067648342195,0.22756238309890778,0.4643815300140272,0.5685966021033624,0.42882146154785483,0.5864315814175973,0.6995359608469294,0.3950331650581599,1.46344463735225,0.8001981641296206,1.1952948606582077,0.7128282081450944,1.531983961634729,0.4785932247326192,0.7992518589521739,1.5370466752710277,0.9600922186939206,0.6099071099274647,1.4157572241101055,0.5876126614695976,0.8381210593167981,0.6340122033864541,0.7540643058571777,0.7581490068021071,1.0054454000720954,0.9056142471878642,0.47635466421962125,1.3976202231771513,0.5435222623635351,0.7050152120508796,1.0720623377127219,0.5561427645035731,1.4515397344905776,0.3763908342557198,1.4251693133631853,0.48317318672950366,0.9012640751006886,0.8424681466763781,0.2304201616599516,0.46579023584087065,1.30594536562765,0.7867489812434145,1.458128398971754,0.293907100612002,0.4685940193316475,0.6223197949268805,1.0805645989657522,1.5056297619450008,1.1898093580886162,0.2656116353879603,0.061239844438894325,0.03715957558378805,1.1070307482179615,0.6687233739418718,1.141947614063809,0.7712245789274901,0.8622848617987248,1.29724153761972,1.4971116839614238,0.943665013932531,1.2761305439684951,0.40363391013011957,1.2246459979748638,0.8685352780125647,0.0056956675023180055,0.7065585793156539,1.1066627936902063,0.6788916538332082,0.4710358265030643,1.4769106611969804,0.42166918122989794,0.6752087455218038,0.3257754623742851,0.6846826370645696,0.9730922321813685,0.04482994647740754,0.8090595426295357,0.9777939014081337,0.802672582590248,1.353125058505558,0.7497904009476264,0.686185680546558,1.1432867011251624,0.7675658994221494,1.4041701111417326,0.735812682489791,1.2135492545346067,0.15673392913606815,0.6532883479364202,1.087158014871945,0.18474427771761337,0.465929958358489,1.2250436112875005,1.0993343059981826,0.9812475940276253,1.504931084639457,0.4299762861935995,0.8562488987179766,1.1385554355484793,1.128951203877202,1.2870275320066284,0.6026756598636167,0.6356876097193546,0.059349833078840966,0.7222173126080225,0.7202230590958887,0.3615697216444307,0.5913669783303005,0.13833911010412872,0.4075674554135888,0.19837759436454858,0.47736023003575434,1.2416951815164992,0.9865040230784361,0.8529923439688708,1.303897601098422,1.3909370255307902,1.5243515639624663,0.9986776493383477,0.9262857562377097,1.1514867779410611,0.5534625396837659,0.5232008733567601,1.4808277680093611,0.19042288619609402,1.0092384065239346,1.5681295433457725,1.146779542710577,0.2750172911316051,1.242410499461079,0.8990756445425216,0.028930807391990776,1.0368801171914996,0.5786225970849354,0.27798649611546344,1.356415699744164,0.480431432732161,0.9198310241001306,0.6323767286730291,1.075900332704276,0.7672883346875242,1.0147020702031304,0.17876529126138213,0.08328349935366607,1.4359752509412294,1.1825824021357705,0.9795497540090217,0.4076855573998305,0.2602393934857371,0.8855666197481191,0.7959159609807981,1.0146129569038786,1.1485165507856314,0.5175370815275993,0.868738335098206,0.8321034774715865,0.5815096785352553,1.2976262252572672,1.3442553938472652,0.08650338240109515,1.2369579895416063,1.0904602210395244,0.9610528111514249,0.046173160307767434,0.25578448401110493,0.8489771930407735,0.5491275677835089,0.7491710095105754,0.8022418806105202,0.9404372000051288,1.0782602915571486,0.5735843215684743,0.3532940606818847,0.3513633110599137,1.112232906259061,0.4898819620496603,0.8526363431523127,1.5287653642385495,0.6113755394816937,0.5620219368240491,1.0372595393610995,0.8892391916191575,0.12205707580917263,0.6231280115436157,1.4501182471235445,1.0314116922951055,0.8526440236183591,1.459537686181361,0.6390118169307384,0.6920230823322906,0.5527641463245626,0.5473949257010864,0.4257961698637364,1.2875233703037483,1.1980921329431826,0.637028641967951,0.5491810420574159,0.25938431778338095,1.21136705692299,1.538289469350779,0.868240043037402,0.32204952142369886,0.48563301740648956,0.5591221606482452,0.35468461520499556,1.0466580606267142,0.8355245666837653,0.7144563818842949,1.4476499524014317,0.8131817292705539,0.10197100500319521,0.31970622029375234,0.28490282191074284,1.2234932986679385,1.1938511848101445,0.5665839525521944,1.5075376568787535,0.943035353211626,0.6889770342455912,0.3253291999187776,0.9681192356923729,0.8762726924757044,1.0515062259431018,0.9743935555192885,0.28086909869030324,0.16979263664690808,0.6185193332763537,0.7846605093813093,0.805879089872651,1.1500463678609367,1.250971863889448,1.2729494850779548,0.8225781600023848,0.7153709960097038,0.47763120026369243,0.7259098088307094,0.24615562209344255,0.8479026207069351,0.4501953588123012,0.07626431429141661,1.2000961181458059,1.2705181165094355,1.157981445386084,1.531811849656415,1.3130234344049696,0.7041363965712799,0.09185909121998474,0.11435246436261057,0.8387584872287462,0.29496369849234905,0.7263438262476754,0.4570543532945189,0.7619127034440928,1.4943765693113575,1.1115605875012262,1.3681535581729596,0.42908136263141927,0.3451222766221556,0.9765455172888401,0.10591934474987365,0.23849966286269536,0.733952942242215,0.7576947405275464,1.4543882435437903,0.4595961481761154,0.8072009699973569,1.2207172655423646,0.8567826746632072,0.9934016952429197,0.2900804997481405,0.8080844459953015,1.278945389698722,0.0034851935145885976,0.633626251667154,0.6735864368205565,0.9130208537831483,0.8900291639749228,0.6078389855113775,0.38612331199218014,0.5027153444749546,0.24257585527851058,0.8581930811211006,0.986053412719978,0.7303420115805331,0.5103549137465927,0.47131184445044705,0.784435570360277,1.1766600030218577,1.3525602896242361,0.4383528536755673,1.0983718652773562,1.0698370195089701,0.8793946054513561,0.20879526288549335,0.03941351381479852,0.009790209262724957,0.7271748066016892,0.7902207083932467,0.7853154035535577,0.3412605020775598,1.3695361193208972,0.7164689844924373,0.9746133087297414,0.05827758962559103,0.6430352952252363,0.31111395385057916,0.5202074194855055,1.4082933096621606,0.6384665146209149,0.7568766013788515,0.5362315276229187,1.0261070815366387,1.2894198595460626,1.4636970513672798,0.31683629024723814,1.3271518723915958,0.017138572534474525,0.6072138991186704,0.8417987944688009,1.174022375328665,0.5630453459593457,1.5337537769878538,0.7178088051314434,1.3648462628230489,0.9888463664758671,0.6907232280488448,0.3758887451198905,0.85148272090698,0.1393302126786411,0.19905780282470292,0.7299462077450292,1.1003689178068186,1.004226442941863,1.030380234017888,0.9997892567569056,1.5688812255648656,1.3273188314430167,0.8984002686840326,1.3663193911128675,1.46772556675375,0.9012752571180053,1.3635606529033748,0.11470998388779019,1.1406096554098166,1.0079667109592494,0.7829403046603002,1.5187373442822691,0.5690436824849511,1.3103903558940142,0.31340839900488804,0.4336570071112679,0.6244195727071686,0.3563095411026704,1.0832538844864519,0.9263715500387484,0.8625492731109544,1.1723178629290996,0.7604475002951463,0.27342872851650746,0.7693355803832617,0.35749628919659726,1.3105710430311635,1.0543540861300702,0.6563325480301514,0.9477198825921015,0.7554528120321796,0.5971830158339513,0.6813215623114669,0.3670510704605834,0.5785350026401133,0.2563140249712732,0.6523785637727662,1.1938118328720986,0.7291106940048776,1.373755848971484,0.7071458919859543,0.5824112124266083,0.6756428838708852,1.3329600561793984,0.17489487720836233,0.15159088169567242,1.1103220212985558,1.2607116469555457,1.422790979336282,0.6622444462053774,1.3384852442971669,1.0880957501377058,0.24490718567872446,1.215838918213657,1.106584286472902,1.2972893090755573,0.02075920798769558,1.0517154410107024,0.9909227986445007,0.6390094241268355,1.4241789545725214,0.6472610957560148,0.36744963718141854,0.5469246120317208,0.21237634454673224,0.5633125185119354,0.8737208197843339,0.6783596265976372,0.24019387169863463,0.08970901116071704,0.959912301856187,0.8530862363193874,1.539292294474771,0.8012567005866688,0.34549872599884546,1.5179313468490476,1.404504084546994,0.8630588320326021,0.919056864175047,0.4972405171114639,1.2224666970212121,1.0809870236567052,1.1283666040387432,0.33943471215917126,1.389277418172616,0.20020410380038686,0.911077671220887,0.48428980922482473,0.6896018739195449,1.1669900124965755,1.0895075919418369,0.7492638765435616,1.0874933266873397,0.9653109109252231,0.9082719415205239,0.8419866666398863,0.5505565093104278,0.1531577005992586,0.16971533794960308,0.16912010725728507,0.8344413665548265,0.47717038277464663,0.609498907822805,1.0709951990536823,0.9812373789354523,0.21489530817694671,0.20173691878242264,0.6836061345872751,0.7488400141464507,0.5563886840412222,0.36601919990355203,1.56716762061525,1.382270046954898,0.15943684373963346,1.2760604428934248,0.8417881008333138,1.2509473143104177,1.2643324015113184,0.6096028021494566,0.2242128872660802,1.2403517960260397,0.4497771993455749,1.1237182296585353,1.375280196162458,0.5099078747954057,0.645944197964492,0.3886749859479742,0.7078511672653122,0.11165519370026064,1.211829685272762,1.1179800556776416,1.4054746020415587,0.5434277849392107,0.05159862461362245,0.1676042392410163,0.03749588316902697,0.5499870418829821,0.3537203647195142,0.20914435569900303,1.1671539360555672,0.4985319812974478,0.6980397378584745,0.723385771615368,0.09061353406260222,1.1080508825039415,1.2693885875734872,1.0223355960194656,1.2121041044763987,1.5687892191981059,0.21399781135995205,1.38984374087388,1.1344548507898988,0.9817825390522982,0.02671541455176422,0.37247376142960004,1.188282305295356,0.7440747505868905,0.3063032498230379,1.3930383728488076,0.798803180272308,0.9044679338987724,0.7862081936518134,0.11363667247519005,0.6750566641727864,0.7567981631650001,1.3471668045278797,0.48597602525400674,0.8303676435957199,0.8490926937563732,0.6788991100710243,0.5477845208368968,1.0560167762879413,1.0339083301335603,1.5561394844970449,1.364516715464142,1.4667868749986748,0.6047881874782508,0.6288929935987992,0.30614687775593014,0.04259708828279874,0.6813610807782344,0.6250491911235017,0.8480195429670714,1.2674515417014138,1.398025922568174,1.293620390976973,0.22687159493574416,1.2515437056434338,0.9895623817066052,0.48806427664392965,0.8485262619100663,0.5068935990852398,0.14384412108081557,0.7099315264218353,0.11529588497541958,0.5491455729506617,1.215171173921318,0.7972777787297491,0.04028771106496149,0.5655442783458882,0.8224389197720465,0.13404989153678915,1.155993261410102,1.079048385531447,0.6747082841044783,0.7986407150507241,0.30425223137294455,0.7914095299086825,0.8563651260066235,0.6414108432915876,1.0974679169854407,0.7656125938597018,0.09032256322687339,0.7057627043240181,0.3705504451122152,1.365518767522791,0.47317443315726077,1.202810545426554,1.1922162200544248,0.860864972368741,0.8791306316812042,0.6790719822548954,0.06782817912577882,1.4668843314637772,1.14648245338877,0.3274088577838798,1.411522840576318,1.290091843978917,0.8308690857047372,0.8570391391078173,0.8921818619585885,0.07968225194512167,0.12465540154243117,0.12238614909041612,0.7293666540395629,0.3601982697699408,0.1321279547496754,0.8750802268555596,1.2165554946524242,0.497227717838167,0.37609164181310883,0.8381143922435456,0.7459466300892467,0.06377981061432121,0.7180519200312852,0.8293553283266705,0.23981939516267142,0.7395286609859812,0.8356594304816914,0.9292735508029023,1.3883531622916794,0.6908061002496753,0.0510151352971244,0.4564100735528857,0.7999017697023217,0.30629657867878146,0.1932361341631736,0.2549849686820845,0.4781104165695893,1.4598774694501326,0.6720559642245564,0.4501844606668552,0.24389816193511854,1.4692353001279232,1.0839329442459567,0.5701180366183316,1.0881659235079884,0.8603318537400187,1.459948148174348,0.8793308557477931,0.1879811948313154,0.7453266705213205,0.8997642432947478,0.9525564034445021,0.3066174899792257,0.7700512564508984,0.6263886925838389,1.3617105793151763,0.3077093006123491,0.8949490185578735,0.15562262870721225,0.29051997527956586,0.9547443204699294,0.1875088066778609,1.208213171856428,1.013871720383585,1.4771031808051376,1.0191519860060865,0.4264564253557893,0.18004017553714163,1.0873723706627532,0.9169991705343645,0.3323774516695763,1.3472349051690986,0.43448193456127643,0.8724358269114524,1.4922940619910188,0.28352089851515005,0.5206530733222406,0.9828733214271769,0.8531193850425676,1.3262860274247839,0.9539681889986669,0.3550592960443452,0.7760867757867228,0.2767084891989286,0.7486595019029552,0.7960357594348249,0.9681871240974464,0.6769398727611906,0.5665330158072159,1.1478565457023833,0.28152731736716874,1.4577920733534349,1.065274661617495,0.7477279831960348,1.0996343735277554,0.03308132831162756,0.3098763469356952,0.1275017212348449,0.8712367948837351,0.8371105355761538,0.6180677369654012,0.81752160813805,1.0651254358439133,0.41176432107097694,0.9066137579297767,0.8979371776019922,0.00568979791134007,0.506259706112098,1.1143642071476625,1.2252650040399526,0.5945561960805308,0.7931094221469028,0.12147083787143052,0.16534451549613305,0.015996417831272165,0.8755840095771389,1.5261946513948192,1.1894889063541267,1.0890513233749448,1.1091035505268696,1.255350859865583,1.365637581994856,0.07340325133744205,1.4597121665286605,0.8417436318965629,0.5573102280936474,1.1755069884840983,0.8498667259734562,0.5351114330527136,1.1165411458133039,0.6615664868084548,0.6043081087671729,0.06489753804835006,0.5334566448419764,0.4071961959898275,0.2102593914429505,0.7240663865099345,1.209846239128463,1.2062582286275756,1.199011317142471,1.3877952669214355,1.4125309019624217,0.4378381387627469,0.8130748126892952,1.1309625974734123,1.204763217811051,0.8045929609954545,1.267946478302835,0.41906847603383224,0.5110606909424534,0.7884151100993094,1.4980942366147447,1.042143128546045,0.40079541080519665,0.36918855648572757,1.4594728779719282,1.5419737569559444,1.0587967396619529,1.1172694875817786,0.7451492673470157,0.6443504349626406,0.4634929567185983,0.10008021626137739,0.6172831960215728,0.4126001222389071,0.3123538059443592,0.6819776297097264,0.06214598405236278,0.2666695282540894,0.8526311351532739,1.2812769528242338,1.1025727165124453,0.7672867057126596,0.8825241994441033,1.1799852545323235,0.937652298327763,1.559666396037732,0.7039326755108081,1.3762107400815125,0.3793781866444506,1.2257330520046144,0.8496730501192433,0.2301064384465499,1.502783363512885,0.39785711069806223,1.2172611386920906,0.8366987337985503,0.4880675934273743,1.0723147918456026,0.9348692324290309,1.359005917574194,0.4227003258605154,0.35919076547789336,0.27089832655016677,1.0558100199406675,0.48193335517847513,0.4666816818687677,1.2066263598412568,0.9881045214032302,0.6285703645546936,0.06611024088658074,0.27897185070502245,0.7341490471871499,1.3634529117993914,0.03380964477104733,0.6385263008020852,0.2035082450633368,0.5322596851324581,1.0289766610705897,1.2636766562412483,0.8556761670378954,0.5666270962456156,0.8246746842801801,0.8598861774285929,0.8795206312209807,0.47102486331129506,1.0365333154570295,1.2051980841497798,0.8057310504861875,0.12057407523391261,0.6732657974757739,1.2668405497506745,0.026458746782578434,0.06545118093668356,0.7530582382737854,1.2885424253568294,0.5165172030109996,1.3087013953420554,0.32200395853337094,0.4790893419178604,1.1748576543244211,1.5484987330138353,0.26878814248489835,0.27966110095516455,0.808248320318151,0.8250335363515723,0.11812151299341639,0.7910830959988051,0.5618247822705363,0.1816265968822621,0.9707061122843386,0.7355147845723634,1.3310046222772478,0.37930178523189156,0.7482289147864659,0.5446234894113587,1.1855360555365224,1.2843254386564285,0.2947038322497674,0.8150642755896176,0.8552233161039673,1.0788161235105682,0.9444909861279908,0.49236778595776964,0.7293449712573781,0.9927428689259666,0.8480259473899063,1.4362767585745733,0.3719628414997072,0.3100654824107044,0.6465251039908451,0.19936579369209914,0.41966953251316025,0.5623185146729404,1.3151832615449788,0.24506797216793205,0.44752737497073836,0.11541310817521581,1.386493880663763,1.3529731242819294,0.8279513570964804,0.44913370309086975,0.6539016484353979,0.23014961836915182,0.7609143822157983,0.6568407829086553,0.519737077223836,0.49615063302602086,0.7490303062064523,0.7103061679625221,0.9867061516340927,1.0615327173428277,1.1581740625538113,1.199892086846819,1.0545246216010815,1.510828087770905,0.3756352931284347,0.44903763379755557,0.16184056074881606,1.0292760101925167,1.382379636792014,0.18023235539898455,1.0019475666722581,0.38319218357958806,0.9629062847971757,1.4666094822746136,0.7726055444279031,1.0009047313579116,0.8823768222245909,0.20678450113717584,1.2697733401227616,0.9524434109970716,0.14635267933792634,0.2776724555665236,0.8553511149963464,1.1628140221583152,0.8291585560955468,0.07645274582584584,1.1175237149442796,0.9165119513800175,1.257573182266364,0.6905420424686992,0.3811235477235109,0.6569816272027931,0.09978374135098628,0.1609682039372338,0.8133175773207838,0.07237674483245789,0.714047339272695,0.2862446146858454,0.9726419900553369,0.5524334519000561,1.2593327659394342,1.4155886347422044,0.08466900394286482,0.9588470032518348,0.7324786068376259,0.7976441508424202,0.13756399386846574,0.6484045427231501,1.174321844485229,1.1279010739444102,0.06971206264051161,1.2302660668327825,0.9228167299903669,0.6117300777235654,0.7934548456367443,0.7743575195440059,1.0093265842204817,0.5500457419849097,1.461392739973888,0.19160599133897344,0.012061862453164311,0.7435233692794861,1.1874358659780913,0.44128997241735624,1.555728669733115,0.5216926466628103,0.7941380897666204,0.04720342201430758,0.08091666494905689,0.5820171623313346,0.1345597278219334,1.059747897157424,1.365638150983331,0.8087749199062535,1.146759838832461,0.2757845476900342,0.4627818247823148,0.5083272376440491,0.7976518515013038,0.643155985030204,1.564759986523943,0.17379088256308886,0.07992666519867084,0.2847335849640027,1.1578854246016002,0.8535067354477525,1.1063371075067614,1.0402053536497133,0.3565775767434411,1.0601467081553215,1.1432690589964185,0.7485584593491608,0.6634160182313731,1.4260770452262181,0.20240830871318072,1.4320017817362982,1.5539691407208944,1.2491067661470499,1.5705105946601154,0.8300421100342552,0.673876162369264,0.5715464196645359,0.7579935907587741,0.17450018258164762,1.3954270345652158,1.0596134409041027,0.7453620079259973,1.1946070349934883,0.5560033558355906,0.6195589038793081,0.14010936212091185,0.8447343614428556,0.23146954213984883,0.8223585392442064,1.307442159366388,0.6083890502514512,1.218586960702671,0.5084539394042004,1.328339042766453,0.6119541477098741,1.2920757150478972,0.766443916685909,0.23247894055267093,0.13089828594192715,0.9597097573665542,0.6283052638218122,1.2382214431023026,0.3644327386516166,0.09394625784387325,0.47587618282792143,1.398869469657806,0.6704838340294453,0.6399665386937361,1.1294465671556762,1.0334868486459312,1.56536708504316,1.1694222024165168,0.14512857279035535,0.011337886069080856,0.9312984213030222,0.4693294675374493,0.6023741161297524,0.1604233922152071,0.7325405031034379,0.6223195446584222,1.4075729631640566,0.44169581671404373,1.0702523271042772,0.8876199365331539,1.4945720474974884,0.7295047711677906,0.001514720920851006,1.2201188700960905,0.35662253632606034,0.12300413069951903,0.029171006587482874,1.2553999097258328,0.30380115050987605,0.38729566365082435,1.2738562734669023,0.985623385542279,0.8622402289762626,0.2679003349876733,1.1893418029435385,1.400961438998673,0.8908771435970135,0.1422481176175406,0.4845521300445831,0.032175224346895674,0.6337570660836507,0.5763853869672486,0.9760322325351273,0.44111325037719973,0.17796604945304267,0.7668672602966518,0.7393602598649224,0.2515232160042677,0.7235795575358964,1.0736951764852898,1.1380942873892559,0.48182211588375995,0.3418327968052135,1.4156825723535327,0.7474762289324673,0.9192331213324694,0.13093046423309654,0.8615078231461053,0.23769970735296464,0.828423296958816,1.378029123953021,0.8175796491111075,0.4572062458975963,1.1258228739475638,1.0033063602236256,0.7382319825418525,1.1980528539436082,1.3445038336605017,0.7070314791318301,0.8415080369543824,0.2968102330693385,0.7314778493521805,1.2777706610268595,0.5463185973618865,0.8393609784516429,0.892745794576843,0.6843703991057134,0.8343106580691115,0.7683096111583808,0.9068675305238487,1.179152874303516,1.3602213174132949,0.7561123293674062,1.06957276208572,0.8514463477747728,1.246906588345407,1.2279235496369127,0.933308093410573,0.6503090502656188,1.018420266492158,1.2228526821256753,0.9289058783506257,0.31374113805732623,0.8023148140621524,0.27400865711010547,0.6887906034280887,1.2693785991708835,0.586012302512214,1.0434926210672175,1.117660258980771,1.4083916522634905,0.11288783583672624,1.200475227051141,1.0680886122181512,0.38751080219105616,1.4298762250479724,0.763356064857231,0.16475644425072353,1.0851142133272176,0.32599498055792986,0.8413108503054667,0.3345550853232159,0.8743346455207129,1.1279648763060457,0.8890835500325049,0.5496924583131381,0.8064196724993192,1.3017823868344136,0.2961634408109887,1.0259022293318516,0.6958112806818973,0.8676187861491088,0.9077840994757508,0.5507718487663157,1.2621211624153417,0.18453138566799032,0.5959403753761856,1.350121272874454,1.2157149425135347,1.5537925018799694,1.4998079710200596,0.519618588576857,0.42876121236529263,0.7210641308977032,1.5092958026852945,0.05882138895605374,0.2240835302877113,1.1721243916231052,0.37044454654931686,0.37551204119707354,0.7958974489708279,0.6284177451463426,0.8041728417499079,1.2550967429123843,0.8733574070986352,0.7302205984194307,0.9845470790955327,0.48721676798221725,0.8845872854361733,1.103652484600731,1.340767445445341,1.3415247146832068,1.0017703449524689,1.3526734827231803,0.7605941086392485,0.8375184591362929,1.3150779209587329,0.5453601872740548,0.33405798027274347,1.4888501941197627,1.3730243133404516,0.810306725407225,0.5475276013291329,1.1134993906372104,0.7621055388701135,0.8610145963391856,0.28395282115829434,0.46261998142794103,0.5145119656300635,0.9848671458904494,0.7106855874806725,0.31806029704061245,1.1811663632583604,1.2010255475478406,0.03950490625400084,0.6310253991823316,1.5689435763316275,1.2492253034500977,0.3684184750243265,0.7920305570120038,0.7287192545205156,0.5733761590831485,0.6447047660395637,1.1975975758122137,1.5479227287647155,1.2256581902060428,1.4135849688268383,0.7761709810650174,1.5385313628877908,0.38064103425225093,1.1163314823357406,1.124473173252724,0.6309597302681876,0.16616786154373275,0.9249107192547785,0.7222179639160702,0.7547741375332788,0.7087557084832381,0.7232261689642212,0.550574591119588,0.20439195792317755,0.6784543821376176,0.9095023833809064,0.5987089370886589,1.0116024247672364,1.0001484374971235,1.220267335838004,0.4832464922992719,1.0222234541730097,0.5896753746336767,1.0711145028086826,1.1585462688029942,1.1698595310755178,0.6468812320433404,0.5151845212244796,0.966234320202682,0.7783495094653152,0.3045344207253375,0.8464453401634086,1.0400093469756726,0.5075690127536784,0.07825090649418945,0.6028611031269826,1.3260218096836864,0.2609590404904771,0.9862420932903689,0.3022495224738675,1.473201836269819,1.1450871558417577,0.3034431414606724,1.0956455276174555,1.5017850851200476,0.7251714215675241,0.8995002273736394,0.5540189846962751,1.344472152722195,1.3996032626187418,1.0960915301374468,0.5862658249481991,0.3175855994112396,0.12967249171627904,1.0010343389689227,0.32905508327390376,0.2719497474338315,0.8273820934172041,1.124408228125667,1.1234570457329403,1.2208167073163048,0.9444109383701514,0.6080252895948404,0.7135157203607486,0.4479033498880009,1.4483634457055132,0.38837040138634066,0.22411023331948957,1.3480837672520036,0.7437437171618857,1.0284044878852707,1.1079468859617132,0.767681952157911,0.7183586226235328,1.1129178191093922,0.20811000492795056,1.3661972251410412,1.5604572796034282,0.6877029424483065,1.227683017416075,0.604216125483809,0.7203782490214554,0.8143489099713532,1.0808245815046642,0.6010664664224151,0.5137646939243168,0.33222762162164615,0.4213921086492009,1.409167535617172,0.4509805443309145,0.8580596650968371,0.02268430558112362,0.2000163510789156,0.7896189133084172,0.697918073702548,0.6306139215357468,0.6646812745277945,0.8200550387619632,0.9071964198409163,1.266671105568685,0.9825987445645368,0.22444678601828308,0.7956089723683532,1.076147418872151,0.6790435874428563,1.1492585743964168,1.094649380207774,0.8929291381926698,0.20544359728989547,0.33264641951565094,0.9185501987581027,0.8172462410580315,0.7414764651709262,0.5664952860752707,1.4972898352573465,0.883522430365381,0.11952123187849706,1.2907942662898946,1.1759110165578486,0.49384605237579077,0.7428959947934582,1.3350388068203582,1.3100326209474114,0.011236701692940217,0.5487932126425262,0.5489483886773369,0.5727517912345369,0.5592268164283782,0.4963651212320339,1.0847774760847482,1.265779599640934,1.3726845869251392,1.2971558474349894,1.3931479662549284,1.2038243027365534,1.2882085814651083,0.2406601167591237,1.1824144158454641,0.6432988456436131,0.26739299983201503,0.45511083406271075,1.4526024850748953,0.9446975626623352,0.5904456478122561,1.0384755553350336,0.3865742851036583,0.23849464454124353,0.935464241350339,0.7569990976243868,0.9617642690553658,0.9501752441087054,0.7809362782589202,1.0165794934935377,0.397106953306514,0.19270080068782477,0.2472095904012704,0.9249989099734001,0.5518830263272061,0.875517142021671,1.367615608212447,0.733166540854636,0.15134842669728624,0.08904546286437942,0.4742782613250474,1.358595989937384,1.4777228760932186,1.1914263300145476,0.7210759241268629,0.5954416801014947,1.4068772531677542,1.1921145046940005,0.9630518678016936,1.3675810751326725,0.6582516181220771,0.6173621106097493,0.9406772386368338,0.41981682919349855,1.2298944541235313,0.7217365402885106,1.508192772768152,0.15822204347056257,0.7663486375342975,0.23725585896044296,0.4691018313554692,0.7745896825910148,0.951069069800072,0.3894605994703169,1.1109790018018608,0.200469847298408,1.4901619090554001,0.015454759678993867,1.5389784970497509,1.416219583993744,0.8787886575229558,0.5213063577383941,0.5950209983421091,0.44777599720121186,0.3519152299067276,0.7862903508641478,1.1412514770815656,1.4524315164119794,0.5536858420396502,0.4404069385503097,1.1194135972045272,0.585976713143791,0.6138126726313367,1.2449323141463975,0.5343113874556942,0.22171209793407365,1.1019373542663597,0.9723984456710886,0.7595645909074,0.5747841390007701,0.672535428068938,0.9191428702682799,0.030195092447447478,1.067604657697507,0.6837495424926759,0.7075873877361877,1.4740647556472828,0.22083996309246592,0.3309197645286124,0.9276839314476686,0.07070340068205039,0.41721657684192964,1.5525744507505546,0.17250649120204928,0.7052116562191854,0.04783534179323633,1.559581471335116,0.35816392535148295,0.035726342016373404,1.4736686482167938,1.2759451227516707,1.0513366461456994,0.8317225146827458,1.3811909925678878,0.18978298856506656,1.1881040450738236,0.6210614809027959,0.824147859049808,0.874113222442591,0.27695216301800096,0.6338691314168693,0.47483527267496733,0.8062137053940609,1.4273865242359383,0.7295060270261122,0.8545377912634481,0.8818875521204042,0.368113881632489,1.071504483371274,1.3403249218863327,0.6355752924102523,0.7424088474235557,1.4305052591573233,1.1427749146593555,0.1244395575143852,0.9845227816805753,0.7769725261892054,1.090827261998535,0.8475798013387047,0.5793783338436563,0.14317289488926455,0.5790468362959995,1.414137679357151,0.4219703284488451,0.5765522485383423,0.021843051088298763,1.0742632865062038,1.3409185633770984,0.2655809041484875,0.7361871596614457,0.5696726533276953,1.3150960625888573,1.0161264816678766,0.7670082441625699,0.4352984088713494,1.5206880628423978,0.3043073867558167,1.4518533328216268,0.9013807239883854,1.1853495157007439,0.6853904930903696,0.8761287935251091,0.6302585219504555,0.366519214128498,0.5956334714165415,0.9852383372609288,0.6183734697227553,0.7731336033057685,0.7959029848932448,0.2591188667525528,0.7569167771858757,1.3864199810678135,0.28236559125869465,0.6959285086396488,0.7195266257693652,1.00011261905379,0.36791471446882557,0.7633895533370362,0.25508639331263283,0.170398906338954,0.5031969253324093,0.7946239654575371,0.7998987619930655,0.6038530893963086,0.5444655690507721,1.2830002324914098,0.8268555260758574,0.5783907875342845,1.2340384381782215,0.9500116285372022,0.8249970089737367,0.06933763536956203,0.07226741356926347,0.42699859091634906,1.220208054513542,0.7992333309258137,1.0163391631236567,1.2907645222961013,1.426177981647887,1.1445669194191475,0.8548024832151195,0.44076395652081046,1.403362562844218,0.5989716194201967,0.20469245003340933,0.8384893219802538,0.6125663497084476,1.2064455344319083,0.6088464777148748,0.653213853098469,0.25701037387613807,1.3445971706271658,1.2073974914230337,0.25486420587328174,0.24334968236895527,0.03738814003175611,0.6045899920535439,1.5469188367276137,1.1088600901222694,1.5621126051183258,0.5162531048034723,0.6784631904562477,0.5759969965139133,0.6556233833568351,0.8563393391969829,0.4490867574573212,0.43105858102378247,0.9719138489485369,0.500528176689624,0.5034545477294106,0.7490820346286177,1.383023168417745,0.8029530601246422,0.5921130492434927,0.686718953633516,0.2686710241860035,0.6639013626417555,1.0737343795101826,0.3951361568325004,0.33369131773038296,0.7743250623345493,0.604910045487495,0.7207566712518986,0.7039911448459628,0.6547404684292557,1.3685280558570727,0.4661025716200759,1.0652363899471533,1.3027442142352288,0.7817276405122683,0.6857952668581018,1.156200858801653,0.8601843879644843,1.264457849902922,1.3059725986668944,1.0644882750394746,0.7196726081835617,0.7268864519736876,0.8308429869093925,1.1226645529933934,1.346326107193369,0.5653173198722453,0.8313374978369928,1.5273054291595693,1.4158046795150414,0.8131122503361092,0.5203784647212314,0.7009872278598788,0.6552458902937508,0.8326054756473056,0.25878306495857534,0.6199057924785308,1.1603703239386063,0.7714636739748795,1.016035008582419,0.8530153124850666,0.7191133882124238,0.7576442543776846,0.968884441712572,0.8655336301608824,0.39629372714118416,0.2795096017981921,0.760469615424958,0.4971042985749062,0.8882293025119932,0.5010148662044076,1.2688246449988827,0.6731475786413508,0.2783222627862809,0.08719244073711062,0.7484971622530517,1.1131641351527093,1.5360305033219706,0.3928544535289995,0.7332486521651939,0.8560949919964288,1.202126290850913,0.2896120652963043,0.38603380479221366,1.5399083236212292,1.2379248157384004,1.4412899086159823,0.08761273046894875,0.511626065480097,0.23663174796473016,1.497665116710224,0.22912670626265566,1.1743082875221784,0.4727167702025021,1.2699794212665374,0.877072406034569,1.1433054515648737,1.362799551479783,0.7988402705091169,1.4576690097254483,0.5146056375616135,0.9185798061876124,0.09086941924353731,0.8749122861280398,0.5871957202841542,1.4914243462329408,0.8044960416927135,0.9542819672404681,0.6562962755397941,0.59318625303477,0.49713474836211446,0.7435834173149677,0.4751825248574053,0.7332840376160574,1.2719669690458328,0.11652343772474609,0.9790614731435264,0.6381333646120465,0.808057211810125,0.7384635449111451,0.3770708934462743,0.7797129307637471,1.0709722128730235,0.4451523134897605,0.43221464639618473,0.8664848228543581,0.832283622057367,0.6713350330434783,0.5479353638398939,1.5242328602273674,0.35900115846679687,0.4307416233702133,0.3272038527925182,0.7116827608476246,0.7843038298776758,0.16216292341937108,0.3058117826943631,0.40576289614579497,0.23643352072013035,1.0272371062256926,0.5594367244649671,0.9360456923636226,0.6094006278137586,0.7124735068737231,0.6300121691749129,0.7063657654284616,0.7791201630030723,0.531824097710661,1.5467650736069842,0.7609996885452442,0.446054904811547,0.8430944259650692,0.1716345916360991,1.0481252421034999,1.5316700727906802,1.3381740298972205,0.7482692733551282,0.9785659767605676,0.07609807191464799,0.29767690833756355,0.8168613764273284,0.7305791428474745,0.8976842010456679,1.4120098117096038,1.1082406818140695,0.7610270767595375,0.7412597820357729,1.2421045600882032,0.8533421581444258,0.5027114931591954,1.3385744478424706,1.245160412135577,1.2505570264181616,1.0812041119382845,0.20068217550332204,0.6155168942277454,0.8260230253177623,0.4826649142986247,0.018669664795885426,0.47761303242211806,0.19668612510547648,1.1972108950110232,1.2062557154096747,0.7440835079033659,1.1357994331468824,1.0327870138579338,0.6410396802152234,0.48466783932259744,0.8300848241700298,0.7963386265017894,0.19769347190985162,0.6508671203752681,0.8024445749436058,1.3380118804854617,0.9944228145727735,0.08296230040452814,0.9574905264498629,0.3000163552949363,1.2498389543076664,1.1645025035418555,0.5238313739550344,1.0007544712976932,0.4037276382374269,1.4649178387806507,0.18497920546416804,1.1388690128155206,0.6675097134027994,1.1588254710873214,0.2862085256038107,1.2563930351774582,0.48455792469767084,0.46060243695233477,1.541068729236315,1.2247213699371584,0.1843982937978882,1.5386169929758244,1.038774839502832,0.9793151761808073,0.9168897365785019,0.6091402005254254,1.294888611603465,0.8723468317113071,1.1819432894634083,1.0824665359671928,0.6480019368437506,1.3323569871285799,1.0107746630868795,1.0686349070150931,0.8384300624713986,0.8748393020105437,0.7309195326473799,0.8518630584079613,0.7807344456906817,1.2675114616333185,1.4186449714258713,1.1315327275073637,0.8201291601165258,1.1604271532801802,0.19214042192586642,1.0421090420102725,1.4616707036591048,0.8843869541954217,1.1938020389623296,0.8411254277055782,0.5721313531745507,0.02988095652294756,0.23451647453676744,1.2053637661948207,0.16268691465209878,1.1549591212593722,1.2324089012178285,0.05697561993747906,0.1525693662416886,1.0237804358876026,0.9765846427855478,0.4981463816066203,0.004150449987831435,0.31028883308195016,0.9167907037267553,0.5133327304016105,0.5429058235101106,0.8735466333522837,0.6998528672120272,0.7419019097312932,0.7675373896284509,1.0458952343495667,0.4173593562026421,0.23996607786350113,0.13212426486974863,1.401920282745884,1.3236196025163438,0.6147102439248573,1.2529479174141076,1.3814249473037061,0.8548934276929014,0.2897468354827131,1.299251246745596,0.27229720874568764,0.6851433363666488,0.40326534085196786,1.5024025130377712,1.2763769684365602,1.0664598130747394,0.043916442421542884,0.613038922356167,0.5471250060160586,0.492588186406911,1.4579689719742817,0.9484674792315456,1.4501643324968243,1.1281521791113005,0.2499867222907311,0.678572472378862,0.7172666473039268,0.585775670624353,0.06603383356860501,1.3517915969898708,0.24597310063424593,1.4868665125885425,0.3837960809355261,1.1973940291117395,0.977573095536445,1.0148681718396326,0.7068244823396113,0.4308681339016728,0.8953837685624534,0.8636312185436037,0.7066562105759564,1.274541802290809,0.11164987187293789,0.6396792793813764,1.0600882768305944,0.30026476985346634,0.9552006612849774,0.8833038342736232,1.1723610366381934,0.4288325722551304,1.1045396879057048,0.15227206423518036,1.141342161970809,0.6485390556835913,0.5303723673409745,0.9638650101666064,1.1985308640436472,0.02667182497128429,0.7457652016337505,0.2904076866120373,0.7936164210992295,0.06689314450170443,0.9428090449457927,0.5873368859255113,0.5639353676893298,0.6412808794886706,0.7083729642604568,0.5003154865414214,0.47828297800388747,0.2139752898031178,0.2070478825647642,1.4399584219744255,1.1385377786286144,1.4188842023179762,0.6752919820822494,0.25477522794425433,1.0871094660934169,0.7607863568286035,1.4219053807453548,0.058089914989975025,1.0155617916128499,0.8875081614755223,0.5474679461810555,1.4982562119879925,1.070257490788585,0.48730375067450327,0.9645322940794611,0.7353751433850725,0.2781456434642474,1.0902701844131786,0.5685680866831868,1.2070190330209634,0.09703831056381441,0.5749734416413872,0.8874962236076501,1.1742850741779285,1.2032357788906034,0.5355130831517396,0.5238160898573835,0.5897215666395541,1.4110976100929224,0.4992453173757381,0.5929312046205706,1.2491341942105838,1.2341251217484839,0.6520993141869909,0.7189647756246211,0.5779683192425872,0.7745652826313456,0.8957911768212535,0.4404498239299931,1.3421916456984677,0.8432034270478005,0.5949646277698634,0.4797067808288162,0.5142996156660052,0.6744086063613731,1.0282675110340007,0.9724961197842034,0.6914984343696216,1.0135830280821818,0.5100462967539752,1.134614123042554,1.0701431541305744,1.0116709203429866,0.96108021113566,1.3952551513990508,1.3000453933122904,1.1946522120035055,0.6583488420811017,1.504531842905175,0.713046522517521,0.8770940432540091,0.9246414410230225,0.9630854993528348,0.8092782881788706,0.7863236602317555,0.4180176701402852,1.3801409325156964,0.764895529743286,0.6804843318190325,0.6897355052086549,0.48772941346842963,1.0861559645463839,1.360131579473305,1.2456144685659534,0.687994195981818,0.05377881581909826,0.3963303653717692,1.0406166395238423,1.3056103219941366,0.02929532362085707,0.7817793688638643,0.3992850527055027,1.3510107474430926,0.5036081628673896,0.10582496526425561,0.9099043626942562,0.1525239837262792,0.09344233828165836,0.33116939090876335,0.9496226781467347,0.2388671601423618,0.6618658326205226,1.260687292197118,1.3714239923988316,1.3374842136929868,0.23731552945237933,0.6763743367792477,0.6596156517606387,0.1742695389095686,0.3065897633767032,0.034952747993481845,0.6964669551509445,1.242092952098626,0.2574371610457206,0.8048495089488159,0.810182644701928,0.8011419819513826,1.0318646189350509,1.3902186782066193,1.4538898493133043,1.3364182797620843,0.8268818453339162,0.6708079221065425,0.64713314469225,0.013790713127577039,0.2816013340443997,0.6589195617418435,0.4669257661509022,0.33901424786791123,0.596354563213756,0.6324539199956967,1.1328407179137376,0.8072033374852612,0.1770170648424592,0.6784495249937482,0.07124679870682932,0.21026204366474419,0.6916506749626579,0.5216977423911608,1.384725140541123,0.7858916156622107,1.1321799534232424,1.0647823134638317,0.009943901764759457,1.3836859592567718,0.72855915335693,0.1258008988345332,0.8825797482904904,0.40720855108591175,1.0063470829607866,0.577815650374664,0.5161786177021385,0.5148706003139015,1.1921200875294475,0.8838657468001261,1.4970088001720276,0.02545068791913502,0.35799354220562724,0.8165201102076307,0.5854590546599475,1.108034286426783,1.4721507786726789,0.9210927225609785,0.5164659641661645,0.589017319275422,0.3855615308271463,0.5662830590969656,0.0908067099630096,0.5704827795534251,0.08862723246305008,0.8226618399597624,1.2659502200572414,1.2196179888492082,0.39643180217360896,0.9876060848291766,1.2430345738194446,0.8429382949177278,0.5696848694013811,1.1221531476783855,0.7373288253774704,0.46654746459751695,0.1894986417422806,1.309314516349614,1.39129767179053,0.7177182568665729,0.4122344685586793,0.36549172525903695,1.0702589818237085,0.5115735627949515,1.366180059918966,1.0078239301976584,0.3973002179311331,1.1102398025669282,0.9488055499929535,0.5844579637910731,1.526662164432769,0.6637729358497692,0.4394066406949189,0.5577198994897685,0.5833829738573664,0.6706440995298034,0.1559320816757177,0.8250059725838922,0.9924873026154488,0.25403734414343826,0.02694359993818039,0.016934527340598624,1.124580911219477,0.7036300220373162,1.3589735094324915,0.2807181336424203,1.0768104410259973,1.344974786470027,1.1285751415218281,0.5119087939746148,1.1971993058398236,0.6709495968015424,1.4748074122816024,0.5834537124448514,1.081670834363842,0.6654790765751767,0.36252280060952247,1.1719959468682897,0.9320895405419817,0.0362311322539127,0.11296088809947855,0.11616126488340946,0.7987788107988404,0.6895904231887229,0.9011796407249427,0.012963057743059735,0.49306528206880484,0.7621965546928238,0.5828572305544018,1.115206587641674,1.2953193347164336,0.8724604568983976,0.339640122655235,0.7080013946403079,0.5654463623054773,1.349070128985736,0.7020297219682058,1.0521465832091335,0.7441170482380813,0.03077604179546453,0.3323510690421454,0.6656547052404898,0.2983429649137318,1.0654490772109804,0.4821490090706973,0.6083264407778273,1.3398469022760575,1.0632793745260953,0.3285470582656621,0.6496411007867331,0.9751638251899288,0.5907958637445385,0.668548552392339,0.1421234451765036,1.2100757797322905,0.7039802752448276,0.7492581182507796,0.3797775163902009,0.7957897501366674,0.612210997745668,0.9363026130207951,0.6559627512605033,0.6543861743109625,1.498538152641175,0.6520398689936642,0.8064665624891366,0.35623311210537706,0.32309843998202425,0.4912720481723584,0.9989746515580723,1.1390429965218267,0.7461251244393449,0.2057877357797652,0.20322416169908078,0.595108734241004,1.4393143624798683,0.5912270392826539,1.1478487226404173,1.3629607508374821,0.28188720073435186,1.044031433597948,0.8758077217101831,1.2699486165546259,0.43282860806509327,0.9052956238629288,1.070502711763452,0.7562711082213455,0.6012281797442605,0.637230037511825,0.9797777582365536,1.334271700144315,0.37808555739293903,0.15437538562578063,0.6287080250345028,0.21942888279026138,0.8630009075379089,0.6526074620591283,1.1119275241343525,0.03333414442131956,1.1353136963102142,1.474359027347568,0.49591840136603804,0.24160037158345404,1.1575223704727293,0.38498160324428976,0.6088808441482746,0.5523391263843341,0.5098786312322926,0.5577462751284323,1.011957753188034,1.1797591503760332,0.8954542709705752,0.7491582223767026,1.3869832624781377,0.3182637549162626,0.738286333168649,0.7813382833845974,1.149410745532152,1.4686364110404548,0.8147643988344556,1.2387785015873436,0.3686227153011656,0.17936834724352713,0.013890216147721023,0.822188488972021,1.2271683873364134,1.2384515815618218,0.7807541681082808,0.4032490022010001,1.5133179669066563,0.29971790258864506,0.8377178773523437,0.226976582078109,0.4291713707098878,0.09864886364937085,0.8619295746048692,1.4703192731077708,1.419098779231221,0.2700857686967169,0.5765874452200964,0.25314206389949023,0.7162409068181729,0.8540445267802982,0.6287777045686681,0.1794303741575067,0.17968344189294638,0.4555521837183547,0.7502597379569294,0.3966637138468935,0.5601671160845956,0.46703041760399033,1.262401954592656,0.5304550281073118,0.8861215495590168,0.5219436336637052,1.469227530954755,0.06444484077971338,0.8595554343041557,1.0194956859830113,1.2590468156281016,1.409693904616179,0.0028023576727389866,0.9220254040429332,1.1028279844563837,1.0800497824143496,0.5582100574710894,0.8936664349372099,0.8222322726514628,0.17476477637957855,0.8952459122704892,0.9016665871772882,0.9556504296582016,1.027629512728545,0.051786721510820644,0.7732851217778413,0.3107085702648063,0.9487699129523858,0.5482330024522606,1.106867253838927,0.6102031419115881,0.31739746542303937,0.0008258973298241021,0.6400378931490289,0.6019952581300618,0.2036338828301692,1.3946624638107095,0.05076325575806255,1.4930505504394256,1.1374840920189637,0.6581692325124162,0.698740345541147,0.8010946945539045,1.290624256947683,0.6939132716006157,0.6974389483931431,0.9416644906222166,1.2920629308856402,0.6988012099006817,0.9357471909940638,0.0781560766191576,0.17944337532428833,1.3918266864259168,0.3323023178007504,0.4458420415600931,0.9490985442612246,0.389440393055573,0.25316538127637306,1.3596783555442422,0.33601143229754526,1.253405936699584,0.886509427824057,1.0046681438279768,0.02541130337923048,1.0038043480403225,0.10507410247426106,1.4174180249658606,1.0828616003246148,0.6197751804366771,0.6933320706084771,1.2394130065350077,0.05814312052295476,0.5719959650169737,1.4645707888721526,0.8701608775759915,1.5637991959429378,0.9927215762108108,0.8691855177511241,0.7386750478905755,1.3579359712823935,1.2102418647798643,1.1074672626240056,1.4921507691174585,0.33710330456332643,0.6022478925909722,1.2795286940313022,1.364072778681271,0.719024930842905,1.048362151096558,0.8433786237335087,1.4597812432171797,0.23699670133869266,0.6895313406707125,0.5885582244610561,0.467365772169438,0.31168649797370634,0.6126730762813148,0.9622516743597429,0.45972752572300746,1.2483820022559615,0.335272149579734,0.559666401693334,0.307856817617415,1.0122619343022565,0.014833983636701704,0.3857730913159277,0.538817446823451,0.34973205377409444,0.1653493480700524,1.2355289112211119,0.31820463866672855,1.0125338219505275,1.38662016433456,0.03760069546725736,1.2169498029159218,0.45589994116305216,1.362238186013367,1.1021455655923071,0.9605324058688642,0.5152585450278249,0.42258601897072,1.0293677287984178,0.9022656974460386,1.3218560643879795,0.8958302883389191,0.9720274055543232,1.4161850184674123,0.7363607456554764,0.7991006407673285,1.0296933500561325,0.5471240360688908,1.120523516382053,0.01791027712110064,1.3857073914036664,0.8580552158160091,0.781994926258087,1.0536048560722142,1.5095764059580539,0.8826534357561668,1.4065703944446741,0.5511629567054683,0.37412267254590886,1.3735559347284212,0.4651115829074335,1.23751448435898,1.5161751054908719,0.8557325120918537,0.45678990657051577,1.300328818246594,0.8127532025177283,0.8114708446803305,0.43791192038480237,0.3088801403754055,1.5336833268572128,1.184633522000161,1.0368680100589727,1.5318371322464739,0.021698205258949912,0.7677825948174397,0.7074038312403926,0.8542074671185909,0.7747862632810526,0.8319165980571984,0.2568288244607207,0.7731477190539932,1.5020459954793162,0.4120523262245691,0.32864029613024653,0.4009867684856296,0.051836681574339266,0.7284709862109893,0.45538805850082786,0.47485331748623355,0.4808689503793606,0.31457393181045357,0.9130182712297079,1.55260282231643,0.4001046611278354,0.4937403136402416,0.6149374556409041,0.9109657768975602,0.36327923540524537,0.5950311723061568,0.06920986226878252,0.8228665809644493,1.1417849934480793,0.9230232077165806,0.6920793922129306,0.68705845831455,1.186316741592862,0.5733241637798343,0.32647121281339814,1.110756347419133,0.8799801015408864,1.0430473504210587,1.0686620809904048,0.9900943200681348,0.7787928784184882,1.1284998711762007,1.2749578334769613,0.38871464151846347,1.2376107871326898,0.8583967681433262,0.7082643865729957,1.1344022843795947,0.2698841100514662,1.099291736636334,1.2450429873989997,0.6061102970257185,1.2600852097669903,0.6967938947539829,1.5058078425365655,0.4368982041433868,1.044889523660181,1.1198665367005975,0.7153179916697702,0.3847500405568758,0.795028342109874,1.076835133474611,0.23237169125030022,1.4526377176684773,0.3628854443943943,0.4095014632109688,0.9803244417401258,0.7908695635796226,0.9788251695784566,0.8082602815083723,0.9045523415719263,0.5421486650508747,0.576839659912914,0.9874141145597036,0.9412494175989431,1.3171883671156537,0.025938038613338054,0.14752245996247126,0.8364035943844561,0.769072072615204,0.32594120608244637,0.0221035941462811,0.16394984780005803,0.4955152599882719,0.9451695878733148,0.4052421831779693,0.5489395173411297,1.0075168709615208,1.1550356320581725,0.24141498049446586,1.516054858918246,0.4975997624707117,0.7460799905512806,0.7986495367509976,1.481363343667343,0.7040289463629122,1.1137028281384624,1.1108566410581908,0.60027916967103,0.5915975038348581,0.7445542151681197,0.8739795647381615,0.7577279359421673,0.783899442087543,0.8840921194814421,0.5086487835609536,1.493155255676004,0.559198245772047,0.32755253873521545,0.9237210635625389,0.031828476958203886,1.1844245823405686,1.5315676435025094,0.7354668054229042,0.3152315923712403,0.9467293784149734,0.7154016611055022,0.9315401027206436,0.123018942698695,0.20317203184251287,0.8821617653188413,0.21072812827647466,0.8777940398831052,1.0766031059094547,1.0565171210489517,1.2580253921772733,0.8611610331694572,0.9489392733020302,1.5591490548149232,0.654677240158931,0.4285345024277735,0.9366286790967462,0.8344295091100628,0.0661319586396848,1.0469153594451286,0.21448596012450993,0.43571599870389494,0.7290497174380656,1.2713100526920416,0.7937100781009111,1.2912144964521213,1.513249587392514,0.5750457919822481,0.5650051425874243,0.18598052730943979,1.2955699621969625,0.4553485724671589,0.115435563606402,0.21146754284067137,0.28178276928404267,0.3278851299703453,0.37723491444890583,0.774855733727189,0.5249886229552468,0.8841570440488444,0.6647299472953538,0.47219667850834446,0.3645364983871395,0.3266082387614817,0.049607600155374056,0.805843976095341,0.9771665231200111,0.8524155524777192,1.0769131213402108,1.5217917360147328,0.6655219758987493,0.2459329217626237,0.9796384956181343,0.3844557065708278,0.9942739456332791,1.4093968073341725,0.2681382381371151,0.8234572626874795,1.0988863190412401,1.4100438789041887,0.2580485676749944,1.4653625223036375,0.8933826398791243,1.027216489114451,1.3986391026103502,0.3207091527441768,0.7552872468957635,1.5286553711974393,0.479660786703357,1.1308160531305067,1.2819389290186973,0.2725651679456627,0.08905652546497214,1.3155860160118538,0.08344828922155595,0.6942292013992036,0.8807586692567743,1.2241042046073856,0.5097763217943297,1.4673655675902713,0.8561825713949822,1.3276305861261863,0.06482377760485417,0.543850689043308,0.07348704442040455,0.2929274518795249,1.513645849870932,1.5347050137333103,1.333454068581173,0.40521945995352265,0.46060981561188225,0.6950193491892911,0.5394349943549767,0.27001347141407245,0.7673216074970497,1.0304511281135353,0.11355648679469756,0.9328571113696986,1.2273008500528677,0.5451461685846557,0.562664189117808,1.456621119846805,0.7190229360076263,0.35672903561587804,1.5312186150118867,0.08935135233613944,0.7975684418195751,0.2766739733749396,0.25043218248426086,0.45518643947816995,0.19759506611409106,0.3020958593243806,0.11001811317041602,0.6513349225527005,0.2964236173881549,0.4633608731900277,0.49929243417854896,0.6267911968045632,1.356518607947188,0.3141017567213775,0.13444259303169592,1.0651573124229858,0.9021361667562913,0.8391041322821916,0.6702003209534906,1.1118585481415315,0.6736281361512222,0.5796986656409029,0.983841162857816,0.3311661394673925,1.3817646211321004,0.7692333855219242,1.2596455627586636,1.2972197903784604,1.3962019083949306,0.34115062079705794,0.10265829519331773,0.3357766131074916,0.6898230654077682,0.8916870121382119,1.1188445222242303,1.0606407329234937,1.2549415588848007,0.5670639748078572,0.7876224716581403,1.3854995126708078,0.6931489268986252,1.3407494723031,1.307679026163441,0.7713761770911984,0.6362584786527541,0.6688320015437528,1.552501377711863,1.1236895918599863,0.7268545097924005,0.6428859594679414,0.8282236305416376,0.3564611271622066,0.13054259146832722,0.004356294098382179,0.6225667252735917,0.8542421115413736,0.3896239713890449,0.38134896392253204,0.5138125121647713,0.846064965464182,0.5255532736097329,0.49621596984188515,0.8142674260431473,0.2372807037652362,1.1779809295087356,0.7204705570949547,1.1306432570932274,1.4239091549413894,1.1405418053338492,1.4542171148082854,1.424830017346296,1.0583399571110177,0.6178314189931218,1.4408330796704336,0.17361733955306638,0.8930618335537571,1.0095005711048213,0.5743587866254003,0.4067238869263375,0.5782286394377323,0.10276702838606583,1.1946073273472066,1.3676570442263014,1.258077125699748,1.0893606268461096,1.30019686736138,0.13317409727508756,0.4187211527770517,1.4837472467205541,1.5451358199295742,0.2927493246577555,0.47715524199209114,0.04074528894188603,0.8113156834321262,0.6043596349934836,0.7914986190253656,0.9968643888269098,0.8079351663282114,0.1798159411456299,0.7882415181919157,1.158091920597502,0.16693478928898234,0.4161347829388173,0.7254097949049985,0.4960911745127092,0.6204035862270453,0.5235655604374012,0.7675024037273702,0.9388181756893389,0.9664530113170354,1.3741762301875489,0.2069683900047528,0.6883936702447033,0.5640408041768543,0.456248042792615,1.4061080897075104,1.0879814572891242,0.38366929622180584,0.8962778931263549,0.3265023022421511,0.8474510935105303,0.05286841099340531,1.0031384332238338,0.952579773642312,0.9825560695721901,0.986810278265647,0.45475116962810386,0.9982032005322558,0.7595426414430004,0.23097576779218162,1.2097349271013578,1.4348107767199347,0.823326220672453,1.349949355241588,1.1439766825708517,0.8591929805521665,0.6684006991606322,0.7016551203687379,0.26360696586144194,0.5114845106359825,1.2284747881981757,0.6316720476510878,1.2617948375401062,0.18735276986299831,0.30870601541839054,0.76761263409699,0.30380065019404606,0.014113178978214477,0.93709556029416,0.34441310036141903,0.01077066634921611,1.4917504266307233,0.41696192946659066,1.2278936160120586,0.8068636014664813,0.7636592191440332,0.0026044895642761317,0.07422662589551356,0.06468274870600019,1.2039302397335243,0.38518239066756976,0.37793582701120504,0.31873847653190646,0.44142048925058197,1.2064401198581682,0.9350850150839467,0.17042717154301132,0.37051812926733235,0.6965792298423714,0.9285256062040183,1.3669936649518464,0.8570211694196916,0.5507799837364573,0.722411349542064,0.009699054623821228,1.3767207686134402,1.4771453386248425,0.6547117422686579,0.116024408460141,0.4464292953771958,1.4590504839448535,0.9640493965427229,1.3670850904778116,0.8070889998499883,1.0993069292356292,1.3929607898382852,0.8619443697567054,0.08871984679812754,1.3288331437005836,1.068480306696062,0.21558997955663572,1.3933816034042361,0.41963470328298735,0.3043023869472327,0.4492531666969686,0.8224540336819974,1.137886904060641,1.2478110249108068,1.2554900166869474,0.24796725779970544,0.5329932820904445,0.7162182619889652,1.47504668394845,0.7655111473560007,0.7302449175787762,1.1861172196266696,0.48971949705055184,1.2957454203336618,0.19340819357606698,0.8852765952266229,1.2671275836370783,1.1804582067657325,1.10981494715143,0.6918431981445395,0.7563169299104452,0.4476402735300142,0.7069017561042613,0.6550229671581289,0.640105851857944,0.05805318237117874,1.3271712878034598,0.33433699226160346,1.298227977540512,1.2639592078729796,0.7827206208021428,0.1293176824868905,1.1636296332619842,1.3330663730090495,0.28239636312598276,0.2997052003863856,1.119073375482643,1.3232148466222928,1.325629845825019,0.40401029131753863,0.3390740561682063,0.03948836173043472,0.6281328230706638,0.7098146731077424,1.481967996010617,0.08428468375357488,0.6651535579973651,0.6047525835549011,0.23078564861870315,1.2343911690137832,0.0977845543780144,1.3771735845141455,0.2992852467682185,0.6634874737804903,0.8726974579139544,1.1025023830403111],"x":[164.9797960083834,173.27367802424075,125.18923348674716,363.5655573152564,293.4063956151558,106.63594034874157,208.12903700093688,267.1074739715339,189.58546262720188,194.47912711179472,443.52212520844023,97.85738118097554,232.42451917075624,256.91389593443535,39.381001897134006,325.18354790804574,260.74010184880115,200.68811112769401,53.347140523587136,145.235723420721,491.3334787475282,378.8367647279539,152.77874024070204,29.38604598746364,263.3979942947802,376.5496802874854,349.2318327436402,480.23745721508783,202.72089085522526,367.9415322756532,84.06844853997487,373.5935464039252,191.73330221033535,92.71922992085457,213.9652299439695,434.2360638908147,59.906204465856035,17.097245859523767,160.7790905472134,145.26747190026833,441.5447058657338,448.7816282833639,210.74241517279214,117.55073111711212,25.935871437384407,45.50356298415803,95.92819600022273,296.9174001430504,148.24466678451677,25.792670946164332,492.6822362554843,199.4096302678272,15.23943126842453,405.10120544708184,459.513621833169,41.36289897784895,267.7513002756497,228.27075054113155,402.2965509918425,282.01736970758486,486.54717013866025,266.4972773166517,470.985804374524,309.4740528180239,55.59260947773315,381.0405178147035,103.70037876961091,136.6207839308864,478.7210578243029,56.48996616172231,41.03388457436419,245.8114455962378,158.6021226762162,133.68005596578558,331.60018373427624,266.86744764817286,285.9068516579193,498.9791074219838,341.64799418724357,79.27479871999398,33.871912912222356,54.67585756581927,451.67658900688656,489.4103326558056,79.21271422541909,373.66122165271855,390.47853378464015,55.48135623267303,395.40364737064294,110.07029097038689,488.41712831902026,49.76352712422438,469.53918369824964,201.783794821757,213.37792562835133,262.7800783066727,124.37588842900205,392.8755842533378,305.22139900710056,326.2554901727025,292.41062698785623,252.1298967624167,407.204261266526,338.79729281632245,40.63209164235537,232.63306602115964,344.3040830145875,347.16267375525746,429.60156854464225,32.765689345403246,450.10187840974015,156.67897579784162,142.1429696726494,421.4601331261757,454.62375603847073,211.31317320178778,180.13701536055615,337.17670445524294,440.61607871910127,48.88243822507876,49.03139810338708,126.8107742879805,383.7019019067558,9.779082335664825,345.0348174174901,86.58382650868379,93.98064991426536,183.63800674612085,203.2512879796733,10.746751489339236,70.54992135027327,237.62610107816406,409.04000568107534,416.8058111396955,346.98287794044603,120.91406493660739,365.1603253297393,51.05410996795368,340.67546995581256,340.48920718726305,63.165806290301774,304.0623189126278,29.599214197953195,446.9988062262643,153.0573302576088,194.35468561896053,338.0170486258104,272.91402737545667,224.57939692634088,246.96079187443289,25.54959707762783,421.8103284486786,375.31057898724674,45.32803903869009,288.8941909152831,142.5817526526124,19.949074174245517,147.58410561406487,363.1164307655498,57.72113980706972,163.8808964600772,48.17287330521003,259.2670668515783,295.23142931358007,347.7561511675669,477.44983290187895,249.98449675791468,275.7469331156821,107.55373074059472,250.8434284015263,157.90967238545028,485.97063171319786,323.84131418031257,409.13549870635336,101.5817734297818,324.3811099725363,304.9684542459279,89.55660693886736,52.38605663223228,70.54761943964294,33.170492608465274,272.6011129599913,497.66821178325995,402.05941649935215,10.747124400332432,98.07648123551071,228.68201393001098,135.1057773443013,16.391637836342674,462.8130504545893,185.24411336985537,312.4128414537716,45.07003534244025,193.64288455076561,360.98601270307773,311.5889131186339,475.12404940399676,19.00738207080821,142.11055534667327,305.1631487020608,160.57900371934386,414.0183731104362,233.66727612477945,101.54457981898524,223.4545512520675,197.4432949283368,400.6644418974382,361.511037263333,294.521744999513,423.42991806137866,325.7014862204276,216.0257479206551,263.2476957269352,117.51490805742093,220.09947222064642,343.1382102861288,181.28165415228682,15.155449027481449,118.5188278476046,202.57754340320687,12.096441223436894,294.7605301338057,459.6072193456592,136.3272300406525,61.36167107713841,198.1401952050451,106.07412836207897,212.11855220977037,122.50811759383629,168.94353173617404,63.26000972099077,416.27268139034334,374.6327916369512,221.06699950040763,71.56610697107047,297.13070630614635,383.5057448405458,118.53166619808265,146.64009212525397,307.48528251308994,450.40306328861436,92.37423473779538,309.46267393700265,403.1449018043062,473.3384029737081,478.4126893981393,164.34379930539833,376.4504692498488,95.14657302071849,253.6567680100048,256.95432842431796,298.719503918626,168.20365808650362,89.79057537994328,190.82096396086678,11.376534459348498,254.37729767605876,435.84672862786147,23.084667128917992,324.72322304885813,212.57797291212177,340.74112699176095,289.68456367605046,139.3698317307872,441.69290616694025,264.7262210000141,300.79970230398567,62.9560214633319,298.7494836569533,455.4853724303399,444.330815990662,141.349844499841,487.2062576957693,297.4964892120082,215.3977781933205,110.41120382326896,27.962187731797705,46.517342674533225,182.7384229100565,204.65136206898038,364.9667442282798,71.5365039273863,462.872571457421,69.7434830173369,282.0022259903232,491.2309252651895,422.2015260416818,388.53502486434223,236.98831976096346,356.1752656450381,189.59825494845472,338.50375682454256,487.56423096551936,246.90871202684772,261.5714645163514,343.5652756945344,40.48244798843681,113.68834514296545,125.81833910376939,94.21267661703281,233.44402916042074,330.5830151806799,178.3380629137098,276.80090961504624,206.97813439705826,224.31969638443272,147.93935618700795,42.86200146462782,418.97035179560015,248.55475196017883,109.18811769060433,483.97663334364927,308.79670230536027,394.4805480810096,399.47166920479924,299.18810898073576,225.98045821904944,75.0153151013524,40.909918884802664,152.90731318879202,275.8750725457778,413.48265135622785,268.4806289304973,173.86778550633497,194.06391544744616,339.4349792860446,494.0450176654416,341.8755619504162,113.40748950835899,318.1638852973122,277.83658709775517,385.3920958723671,252.5649369725085,410.6348820589174,61.42303720085296,65.45797480890259,260.1529768258604,328.1739571652098,261.6519397014303,3.2305835630109803,340.7537808002613,115.18124170906052,245.72573102867946,146.8677838917739,233.17252686359114,266.854448475898,174.3440871464219,310.8367205253303,212.7991946130401,362.0099358420263,211.8322332371687,109.92352486070467,40.542591596811285,403.11455723528246,349.5641621259381,403.1638790264784,49.75989758244748,74.38849396689618,497.1406407328949,196.1745973529938,98.97930134466837,296.35531364936287,289.5220431750999,151.19753027125614,92.71537425984621,380.1164403969438,330.61231509915524,58.24012373774801,314.2698577999217,482.9533643391668,85.30631496710429,275.3644073845521,394.092292763368,331.38079949353937,29.326835120289218,254.45773522354287,470.1606179201,151.8112520206293,226.15436815211166,154.69324064678335,337.36918034425867,298.22621035326733,384.45986130895716,194.99524377052114,109.61174161213549,452.86669219896237,324.54814979859924,272.5001782920066,246.75474152014476,19.18200401874559,4.626824158314169,51.67269043718481,268.80737414463454,246.51219506392763,382.1491090047462,57.94451548213531,47.264702503242326,225.9293853766069,472.1667210047317,204.89927387605755,337.0112951053691,156.4777056650417,211.21600176824472,186.56789148625376,52.552269228943295,185.17688115981667,160.5589749178551,79.57717743382308,332.09877003180054,484.4676309550672,203.88504336248903,131.33741748386828,307.8738207772207,361.03979366052374,342.96776128740294,252.176057168361,399.61732891722835,75.53139677733579,22.504929808542016,393.29082855786544,353.18663423807186,78.28588859411501,6.62883579612894,477.7132722738393,474.0620836688574,436.5247989675489,384.34662142462037,150.0174349281672,324.9234713367458,246.1804201747283,192.03451375759317,7.798643758333057,461.62994870133724,169.2086222491821,38.02929587364845,489.8582186371091,14.718855704130561,430.20160060795865,475.2655493961851,422.86832893586734,330.9629978797789,78.3024693521015,146.17417542357992,103.50527031884671,184.3182976385108,105.5250764445661,4.902608516908824,99.22942191858274,384.6241549114516,76.22411407143137,497.6522030045373,77.19967272629947,452.0268360544758,498.6299126142422,477.4783509116728,440.93441228482254,372.5159356582912,394.4176040798457,143.7025563693213,122.7732782612595,322.5497610906598,492.5552400114249,294.9046542804907,206.2480679798767,88.13540998947434,27.971878831355212,289.01545275635544,39.268957233888344,270.6236254950196,443.86514133226365,140.7574882315743,321.95759914062063,348.1035176234489,260.2705464496952,152.43759694970714,260.46112106735706,147.27581028853498,401.7370714045104,181.5601580803534,287.0968726604931,114.1009452738564,194.3463999107594,118.01855515909965,19.56084203795283,317.33115857059954,291.4689132395449,420.15701073566726,146.53849615970717,492.9847871354107,8.11459127060421,189.98939006452065,416.9356379694633,179.72717475124378,289.3781521464979,329.465503322644,333.21636743933414,467.9850581893723,471.95062732618175,442.5779697802429,85.66246314902682,100.41673448459409,169.25389570113168,379.72510965438346,95.04110866876303,75.02803135274738,482.3540407721874,76.05461129080548,100.99877562751203,259.7295277210595,188.94764477717163,173.46878736146132,217.57796370434613,31.527118270584186,53.29125475291341,443.48447421340956,426.58229662409843,242.5537096156455,420.20278626267105,496.19901702014914,27.256082102640523,422.0958858603506,65.99643038901459,64.02887128524004,283.20339183642994,76.80777485360935,458.198746070153,117.79571873843364,350.6174169060585,255.28167881924014,240.57915718949485,170.38270102806118,17.397506308279965,118.78936022710795,448.06220671441133,374.16073251881375,471.19806376280957,177.17997829208088,74.51185403987259,363.21410915580253,473.5803967594778,240.02188873140994,131.30995837678194,282.0039325061996,412.78229493534604,474.90566184859216,144.99735445160334,385.7336816638959,151.69094161894904,214.9865340095971,488.86924493879826,419.6845530930901,419.10232146600225,252.36225736346086,338.62661682269504,107.58882557721915,407.98884618031326,293.9106499646007,68.1079455187017,241.83837585646694,379.754227702361,468.73697972729786,406.14629869637054,209.8461070592561,354.4713616094234,448.5455437467388,2.5141568126193503,430.49583152968904,294.0702284773128,25.36736873492218,112.10311942887851,284.68434113773344,390.45062263471317,272.16202026786,245.64691481194555,439.4763085245578,85.5115217498681,286.21889367455964,466.2649759609042,95.1413807587751,157.28480843936643,347.99254224467336,453.17628042512257,245.02592804038437,221.67881011063463,257.8374848858397,439.6945366212295,44.11576618130542,496.2954703223837,7.820228830109577,301.00257974114453,452.9007676867285,432.0254925833381,85.5622634144283,93.61240186232789,8.740302461727856,17.385941664517347,371.719948565794,317.4000769486566,1.9736009485413764,496.5542926621538,92.44726033286987,192.56832654049282,409.4863984805258,353.86865553407887,433.8321110161836,263.3256919577345,271.9999132264602,206.67254804684643,450.784007351253,80.15739478725614,241.28510276381533,411.4239192338343,206.19449652808518,66.95222061894712,101.09646557937124,444.2407199477083,217.2228755403931,292.87660966985595,5.9564534676378456,342.98986836163306,97.81338087912006,174.69555907315092,353.18794960678144,135.01453516224748,317.92100517473244,235.6229830839218,217.46754268490486,77.74146280905659,65.23423724393129,390.93895249718116,219.79121905484632,269.7515129419298,109.43395663608469,73.33113944911607,454.16864575186554,230.29511209428233,376.9746199072879,174.34617282442045,2.3752611031191417,64.20169563788669,254.98003273125804,467.09218827220957,293.8739818376722,86.20358629856462,383.2165824047883,370.89157211384884,120.85100245594083,496.78524304160743,211.5197109139436,361.17928224172124,57.86435141948476,386.3356476089389,114.6379576085288,133.65626628513073,321.3042881257538,60.15461270705935,343.75641171043026,452.52685633003665,39.33870594747702,271.4406663017578,487.9565719549239,12.303326568855134,370.930536023244,25.61100245768366,30.22116314278167,481.1898423484394,392.8469547369068,25.982786390872814,148.77802181059607,488.91616357628,281.6072614782431,313.507888277651,98.53229726757151,156.4802780738098,59.7630976631921,97.7318231928329,78.65629983466904,375.3077680327883,195.92044638747507,143.20783611838252,231.59127674738545,121.20859946145302,263.79905134409466,301.8592687737953,334.2250187978241,300.49591159642085,346.1778118721641,76.66910435112972,220.57500023010434,436.8304739954699,219.21444265017098,60.95544354072935,262.19796109628624,113.81777762691814,259.22262455419684,133.29500305706864,404.90259796232164,53.8856401251745,177.11391373278062,395.44661068799394,105.2603498129805,218.50986821200303,366.087055086862,244.74714795156194,429.65659371100594,389.07388418227396,300.681150905163,341.5265466460773,235.03098168794668,169.79701089658806,368.5622324248939,336.82877904578424,429.15376602262523,105.87359540861507,202.96032612521708,441.2623475372398,328.315239620229,350.68680645498574,131.51927573983957,56.593180887424936,247.9110950562564,490.8090521726127,71.68515138307463,419.2900510796268,10.856801128906746,311.66487544059385,439.8615447027866,39.067956196905726,192.36117669191444,418.8804718020088,396.82265387879767,221.30130188545283,134.22501993736913,209.2644807912165,94.35551386655938,66.27426361838107,167.0581138604117,82.63052951953887,197.565499335717,224.95308873625518,408.8071155407843,408.5284348727153,13.561596383816156,363.3751592199842,42.68111038374644,47.09505997678498,27.677427973642367,445.81767623636904,468.93372658725895,494.33127296314194,485.96395140399176,400.6285776394075,234.39072264837634,417.54886668998193,138.89013992021148,253.49516992384568,321.87181613725704,300.3058231480362,447.05513352724336,13.509858020035681,360.42712146976805,490.78301021637907,346.8530453512245,126.42864515499275,281.0625068087951,215.4149672458082,399.03804800289345,299.2566927046335,359.282668857834,462.290341928456,242.34749607773344,214.08515239777847,300.5930305002106,442.1504717884093,249.6159481543868,292.66065763356255,47.556827039180625,247.65627045202976,438.69684652400355,77.55178225590453,96.62494921553322,78.47941622511057,131.06398917207608,290.92073700183676,153.57256779571748,257.94119675390783,240.52544979810742,332.34970196083157,285.54362910781094,118.38804072281339,437.38223373687526,151.75183528991286,390.05315569837865,104.2166629800111,47.619116793110926,317.7622507332147,308.88577784895665,402.97705657662084,248.29197814829462,193.24102397711596,305.89406915963934,233.24757647276118,383.00088344595764,287.8499298406112,87.23522431485708,216.4974650400515,276.76100065699274,415.32603994072605,487.85976812231223,370.4234170834444,79.28397127536158,72.13608153764727,100.76483559176252,27.43138354390473,314.75972225581717,158.4776294972845,123.14900053245293,297.83273923839727,377.9855670403548,481.98417082701616,206.36360748358229,121.92010433293044,452.4346127402292,206.1908327353319,295.8940850243212,64.2183805506561,427.93670546132057,114.04313926881515,60.28995150435135,242.24656385734832,173.6482948291841,125.77035120735513,396.5355347305962,161.45037530785146,495.8197857042589,485.4194814609476,484.3090105049601,394.2286842192566,128.40562013704925,70.99903373463034,371.2824247998632,361.8946919012638,241.58134962850696,436.0191859519638,132.67939377913595,431.55633694921346,188.6399777731721,45.84652210231577,57.306832475971014,366.31698652443123,229.9133922308938,345.6526429480927,14.128577497897975,91.7145270650307,490.9538944919389,211.457036648111,314.9771881092288,485.47332326512503,161.37985557374355,319.8240558387959,148.79046084666868,256.02797626497585,270.85268049545664,248.65876944564968,184.07604415323732,405.938999681297,447.90771699456155,82.40347424310923,135.63221899889754,406.51369482471523,258.0655745685394,205.03702784450795,356.6823031823386,422.91996063026016,481.1808645426088,482.2350752781492,88.30941784117807,223.18990177955544,204.75831400849742,356.48753516691687,263.6412885940973,206.09268558399395,416.69414566949246,26.418411009720757,355.2143150413051,318.54791126661286,48.28353691921905,298.7034641468509,182.2174313905849,2.628377182850028,219.01910941270376,28.020091488108136,391.3346131139208,1.3373800924730839,317.4220660924271,252.087269307535,119.93833907863439,380.0790645283739,90.22317713354622,478.4703585544102,343.80683222942645,453.5008508614686,119.20593218407782,399.1958889561754,100.34524404640833,296.4933261075646,371.76779605986997,13.131308814252506,399.78762792417854,3.675354623960403,1.3852308473433217,352.10967787675395,313.357803337202,247.71099867683978,189.76786596048245,152.75414876917193,403.1548530720842,330.12936502721635,118.91303464056458,182.94461779747974,430.10727949251503,67.31486970414846,26.80349957215411,445.551558841204,366.93195813703227,166.2116999762514,94.99564384746529,8.824023775957478,223.07802328456904,247.23048589970819,378.8677425979341,235.72005261830654,380.8401534331973,76.96120803290395,466.1812765657727,309.75760031930133,186.3555908814981,202.0788002333025,421.55868098809515,209.57076224528336,325.0364342267595,317.29672006022014,99.33543513930199,309.4560034841047,140.10716951826396,449.161803742535,79.18187884372263,371.72491321766597,128.17105700736465,61.05154022644421,465.10060800490885,103.20357851757711,495.03812832827566,12.887551090603576,140.82839012668558,183.98220041406566,81.77308734555733,242.60653333303605,341.03441399655367,346.3512107300444,56.224619824652436,126.00667876139893,35.50479026273135,105.218004435506,293.3535842899503,32.65481496378286,106.36744715067792,413.19492080446116,58.04678948425368,126.51957807321168,327.6286245343476,432.39440076845904,26.59860709941708,424.82803400771917,355.55924195922364,147.87209303813532,358.98431555333156,8.56934265384468,497.280024872945,429.29492601477546,383.23295198093723,150.7243510338634,298.58656054747433,194.6848197105182,357.09757272256024,325.49089058437175,8.48000268152993,32.28265011929643,398.0384133335955,28.627713035165314,492.44405704053304,165.0839521560261,366.9731571938347,84.93654554565455,341.32503266087986,389.956809544973,43.92019958965876,355.122925079481,293.42627528697915,469.2416179043215,42.06190454752201,23.978092832809494,463.43951786956336,216.85844627447537,318.39930867300217,101.31446448870851,164.76873124940818,129.34601274143043,325.33266476646094,145.2136964833114,382.17330288141136,422.0763615758404,45.03184557919504,48.73719076685745,410.81313992045733,106.76767414964317,377.11592821728266,166.62720550493714,480.42389101115845,429.66311167869577,438.7137657720639,35.672473022838936,261.54592474303183,19.40108567683252,283.19597606708214,140.24894809970868,367.70940524592464,318.12971290948286,104.54957918151386,35.06652772917596,185.4683437466844,317.40207188155034,59.79394513905567,481.61232667963384,181.5556134495768,155.36215835057988,342.56310850147196,65.24807556055268,454.4156284111096,144.5733374413478,467.59614736238865,214.51514615375388,443.0080792573782,98.22197566218338,318.4799257705816,100.53861942478225,85.07618943842388,332.66245202441434,135.3936680336495,369.73384357693783,381.7769120662644,340.41071404162835,330.40383619040125,446.0752947779938,470.86519652690663,234.54081164688745,225.4143415692501,181.43196862909616,119.69548980537803,102.93381936469248,419.1468295364343,178.63334467906222,476.0058384516889,359.64594901437573,451.7933218411375,396.6771449875531,137.67814431854154,43.63322265367786,265.0767313221175,471.9639288717252,287.22746959387547,450.62576771136753,92.19443664297711,391.06141431219964,133.2895593122547,397.9685127705056,495.01201402979666,177.3598878284719,345.2749519673807,401.2326347993751,193.61714515917973,119.53560213041126,179.2056452964108,266.35003204925056,220.81242851468696,448.1281288090102,211.6108475347146,324.77947272485574,226.21377682275678,217.77176962595567,176.3880209809201,233.0341901941796,435.8088365346566,54.79620342746927,388.88661857881056,378.701902064852,2.4850780961097607,211.24418288933344,208.7225755332155,421.97405116680966,462.35528881266094,140.78421192887825,193.12543993829433,349.73237551105217,39.274792766793794,270.6162711442425,55.027098944812835,478.1426315489637,385.3193206065032,487.86068754696777,421.66912808086585,200.53438594752126,178.72008116943937,371.34432595903286,110.79505650564403,171.08432507960168,379.6085993761924,212.70407035367845,215.57133257505745,120.74426974294516,14.420167011365393,403.20417476526137,117.93752857781459,343.2127266806354,266.0015245973991,341.1319765737734,355.70499441881367,4.091569882044066,168.1260533358816,297.8553563753066,363.37169910588676,218.63993946281934,431.3010199541942,437.8766863832889,315.1165435085931,423.92297681703184,220.15082812350906,366.4374989694439,161.0551844827758,498.25306373987866,187.69684991623348,351.1818780861873,213.39317884652996,19.662012932864403,378.4734877047741,336.0992438568642,395.51253951624096,422.9498469050843,37.083201610135895,169.59118973647514,174.8715491965621,96.53636965482993,355.48879494825314,119.1002855912402,116.79588227414395,461.6761140963491,281.7330855970551,214.00772963621063,67.948190486111,497.5454800281949,370.76057501005977,207.73569729178178,469.5631243731149,212.74202926634766,4.071438267275518,309.01600150254336,68.19590459642922,330.29182800418124,32.528552125460685,456.35970392507465,322.11895813992896,384.3890939415036,138.63704266931686,391.62547305723615,144.95216474795237,55.73463962520076,13.948953695050669,483.5323398725154,248.33347882707545,66.40038314049035,285.8805072178965,20.312184261961352,223.6096685068758,181.38650027896418,312.57717542668337,30.793924812472007,346.27503223093447,422.01914243124605,305.76720029001916,222.56393910108497,251.74233768761044,442.80046228418234,204.3628932165822,276.22356161009407,384.43806563483287,401.37387164960523,412.9986425118093,13.133679775779616,421.4214412257298,455.89449108202706,270.2969700279805,81.07466402972496,132.44181080923778,181.8719453877773,284.1413896255543,212.31069341653975,121.96240005158965,426.04031104813646,239.18266079372353,89.78686343386056,420.5793114184805,361.3587384108875,318.2632642600316,211.4588396462439,236.90721080696187,150.613603553049,253.35329502030535,398.57986854625193,125.89456305538182,114.15040349243188,371.3881470099506,346.22161543595985,188.65950007340138,392.978038029386,20.883612677657702,310.5493504743238,1.8747510345312746,400.23268879417117,262.77010588614826,372.866339648276,471.26611930304693,93.8480197003383,102.81593409515067,312.4306018916776,82.4717040806161,299.17110567866746,109.33381880737947,474.8219433149036,490.6869950894386,115.89531979219902,382.08425255394883,331.7309119738451,244.31723833633012,481.8607129865511,391.835775301692,276.1090085662413,358.3467135275579,8.035526466498188,243.23066388916237,134.71919155826885,193.59626400321773,193.3867793468601,75.24889303648685,264.2178845629073,23.266472673762916,187.10658721011131,186.61914429536876,192.96961433121461,27.68373453338191,409.5415977715102,277.69807384800373,394.5044122945801,464.9300866461057,105.6208241226153,386.49194267164523,393.4505430162174,415.31624832431726,166.09911842664215,49.693183335025815,45.24168261921613,68.6469513789536,354.19085594584254,416.3815202287885,442.5161151774558,48.24657869504212,201.87214736558911,447.4090681020021,240.44171205457087,41.03189082948677,1.9245130509415453,442.9101576895298,229.5035410878965,109.69482652198393,438.91848260616194,99.5705042688788,262.2015040289394,431.56321042667764,496.66644251955296,294.921723277919,438.3358856054036,154.6265525621936,1.3325456188636453,265.36695767481734,486.1210879166321,470.5955538018952,91.83233493224152,458.77573040200235,294.54052290778554,125.75433795966029,158.69240582038069,397.143944213205,100.70405621692314,382.6711640564485,435.7052692061817,128.95270684964154,25.827735683348727,251.04555114761084,446.180737800112,383.96854374803326,186.4507057597724,151.8309911540361,284.05542899556815,303.9934930462741,5.447997529456905,386.2934183051423,454.63955468652296,45.53641140872011,43.02757728476059,204.03484370095603,446.60814751934765,453.74174495227203,255.73508461466676,55.2387193727536,341.10063386933854,55.48231176900287,31.4846170003632,473.68089216917366,418.51010486378493,75.22384647882441,153.47399969056096,344.3170517772668,413.53206617351066,464.62685127718527,153.18281521866373,234.74302109606882,187.60089451191098,394.923930211559,309.8790961255139,315.20878567919664,215.9541414016991,48.0146545999256,174.51749874500433,24.589545516310764,386.90102999418616,433.35649798688894,283.28292413193844,317.96647838839453,67.56946916041507,291.2920254353403,459.0962712668082,245.7472437276965,97.79789062330435,320.6922222077372,188.0042949264422,141.9103849190926,180.19174668781957,57.14139164892074,488.70682128806976,262.1913515513511,453.75950672418486,91.43610129872326,233.13059593628915,283.34492712905666,164.3764327988305,119.50741284264133,285.39604234310247,76.06984761839131,334.3299395399125,409.7026231256179,381.13247867677956,383.9954960658181,232.6820087231306,335.19896025442955,420.8192479957522,298.02211554193406,431.1633969314027,42.354866384064934,441.4857213053721,29.22548867131558,492.96929388198174,35.96363965079041,333.25759857418547,125.4461820141427,163.86314459970518,26.213307096694116,50.61271036843007,227.05841947527904,274.66756986143116,137.84373654133864,343.1893310884142,274.93104459512995,384.4446845631716,75.52016015776964,434.7184447906229,349.85317766087434,159.86543963006093,324.0534880550754,441.047624926474,497.0200722579309,79.46280768574209,53.2923753477822,296.62978463600587,139.44641829409665,176.29054841739878,345.7686918380417,271.56514905785866,54.449010244517424,191.36303140793032,416.9453146209682,347.0152920922893,467.4318731831103,463.57363082445926,400.5096152219056,104.17434778060763,155.6418692357845,196.71484873642254,127.73976238969964,303.9251081658947,177.6207836042645,189.60219619419505,210.421025115748,148.01075335318347,242.43261447321606,290.56930530867106,336.71521008750994,245.79438926700703,84.94554011685607,293.39249747462384,491.70439382644736,163.89514607722532,445.3029959177437,378.74520140451176,43.0578932676906,331.40750742485494,179.8840787049536,236.97819236020823,362.5661665615552,291.15337362919666,379.73070264532794,495.01149832954195,242.1553609377749,72.4431839454036,135.0308530239075,371.88423934983285,470.1183907207137,167.37175451131426,283.6138246893317,232.75620349052218,53.40535732456553,97.45063271890298,495.649604496454,487.3499995933249,183.35862060276776,36.63611723879478,282.3859304870615,310.9580787039303,73.78981781965766,200.9998673710015,112.76714426466671,79.60919221331653,297.32928059656007,107.95045063967335,349.3075082039621,190.73428766995616,187.69267911942723,484.1191424639897,55.42169911238537,229.36236096524289,486.64303193834724,302.2081419936309,26.75980138286127,138.5217765589154,359.03367644993733,426.3577688380931,327.05508828761555,14.285649209895169,486.6059706404127,418.48623777655234,270.0409061347576,335.7983534292115,482.33380609832966,442.9597490433591,30.910304485175068,372.2045086480165,16.574555802718827,480.98735890429924,165.8027570637538,10.567130413393077,277.89880292549964,351.87361417699725,181.45530390794772,24.316757624045504,321.1396831339907,466.7200182479928,114.98293386294223,324.8290703923918,187.4150106576561,102.5389071406444,355.68163103440156,459.1942972985109,399.6120507312757,52.46448518138747,426.15963489275646,443.6289948897445,82.3165727582843,3.98594511466166,155.96891334816365,172.873628673485,247.35703912340702,356.4537584755703,424.92590831924105,319.13799731000836,394.2679132298905,47.83047848085986,96.59260856239338,91.36205178767487,363.19151671187177,296.23117905503113,174.35171959627306,423.34614964940675,160.56338548479766,30.104210437955636,351.4532286289183,38.37445204096712,434.0198335339327,102.39416010626046,70.36608091280117,485.49571479434593,224.2850639406103,369.501453277473,305.21176537535854,446.19615688711855,423.58780795868745,52.48837589303834,92.35880745919034,275.5669434182729,248.86563055282284,454.7059529534084,127.04049415675955,494.31896193820546,207.46964272013446,263.001749831311,379.2375840718729,315.65933677926284,315.0790113925656,145.73421366772465,487.42574660877705,162.99343899239994,130.03468252313576,63.405139460993354,321.79437611589844,482.166949939754,10.362219351286118,475.0905646059076,309.66876163347456,473.08225021353326,344.3848707298507,383.40118216225505,209.49395232725288,331.69982961513745,228.14788548691112,114.52183298900553,237.67078825174903,121.29291122488617,46.2477333865684,351.3031258022128,100.23545452448136,115.28808618487885,454.46714196558634,230.0116250772758,67.004046672407,33.96237049401884,220.55102111961733,261.18265566890983,151.67231252330825,336.40717094333814,179.97313438081753,184.69417661817212,452.2888108324149,408.20613370183736,375.8559520318715,350.759140117239,144.0559844170346,187.57265509581845,62.33410367878278,361.25513666032595,267.9525306813296,237.1062433941804,389.7591772922878,449.55911556630446,405.71044428978007,365.28085911345164,23.91811810582012,107.99556580873781,269.92887857120826,215.3633222566683,238.86579710734534,215.00859255970616,262.94678133350436,40.5637173497736,240.56629614627724,126.22889962632323,373.6462382110367,407.88055617261966,161.1875599345226,289.3410338492561,379.1613164553125,365.62912518141724,204.63713024937812,25.726666535395125,248.97255449344746,19.471952483740896,234.51195005508464,123.65813973224205,388.21148969108054,85.57529735928615,189.92952126485784,324.14943993863363,52.33513523915801,304.9182254852093,182.9770279449864,418.84183354830895,253.57318986091414,242.16661680815488,316.1092900510949,474.03629282182135,324.13021835741563,262.09001584522287,83.34767324087433,166.4940258487023,131.60496591164394,22.852265655474604,268.68687222470123,88.31190205766038,285.4150503028591,372.89315159255233,355.82967495228957,330.64892247816414,280.17386323950154,356.7822272303285,395.07173673799855,85.77930121285627,90.48653813977393,80.05335762801147,102.54231564906202,493.1516281906547,494.20729474761873,57.99458904642884,484.53644889186387,185.18194165225165,303.2548558412891,239.43365846622999,315.06089052980104,385.6964709823253,21.644388669117998,200.9108250058399,211.32282911609877,462.71495298903596,235.4441434847957,317.90455986009493,286.76093817517335,440.08193085437944,427.94194387400177,183.10616897203525,267.69315861430255,416.37078219182786,43.218122648994935,289.2560883190266,498.32189187496203,66.39055706839581,478.3847374930892,282.3196852375035,28.138031418554533,152.02020218248612,223.76963290505293,231.799824390587,399.1664058165265,54.37650532280025,181.40920308877318,26.481155220712594,471.9070633992676,374.3202339691012,383.15404390681186,117.32521912272264,166.5123736008929,68.74148177317252,233.81952778438054,273.18633506426926,491.2885331939629,126.18791224546399,41.36373230653223,409.24383252979146,62.18028332166136,108.19094490605119,209.3275138340206,1.0722649440266796,465.5442299209701,122.28903599260066,486.03082571779964,141.1551066526653,432.45732647727584,491.2311290413558,317.1550336251612,95.44535926986019,496.04002826043046,200.9756879127733,277.29786484041887,39.26575453948777,211.44819440628893,108.57137477831024,87.68414055790952,311.20128727594243,489.0894602342023,204.3637930687352,60.24977331514236,30.972557813426562,393.9615136614819,115.13148883459179,243.91626676511692,44.201510077205405,458.56889328140096,474.4069420564746,441.3080103377434,132.48071119269133,118.72352798697617,149.12262807138865,134.563836640608,14.550425070080975,121.45391213134272,411.7370651308545,63.5175690679447,280.5050283345709,343.2068663862099,87.16323991279818,433.45777233075586,398.82208111074533,184.68551754943374,130.90291798348596,300.92575765699627,462.30088102065747,50.404384967413066,27.159201167555324,241.15780515334296,379.51128927094146,286.2595165510665,64.60559515579345,269.3831555103291,140.32028984704226,223.81815969604878,276.79632103606576,154.46586740550106,433.8882522935392,332.1301076819424,462.09944455980525,442.2540279443263,394.2981181264813,282.6351239783605,458.17166465678383,25.17885574737866,305.49194419213944,175.4538909728429,43.42835779186027,442.3896341902279,126.32515218005602,467.83144787275756,178.78934581355466,75.54673298868065,40.34583255910717,149.18833710084346,254.8121096540754,394.3700855298956,200.31696113935237,361.7045729874506,210.2591827954452,58.60018315135185,270.0047902749796,277.40671806331494,373.9248597010707,437.3862865649644,334.27325833594335,413.95661455215884,36.61421766083161,448.0473342579863,157.172277632896,194.63967144534067,492.3694002381589,390.1256297965772,345.3104737625128,219.08642804145583,191.5818435210337,412.9247023833388,431.5212063231595,302.3455951188343,126.26493409966255,459.0657223103489,311.21457189190306,182.45949943901786,24.401255700114643,268.99962405390664,434.3281111673776,342.25737038212714,1.9569763163787002,496.99671523216415,34.43121154918594,461.97627770733396,39.49028866154969,440.31585249248496,408.9446337688639,130.04119604899822,227.33080697360165,412.56643034708753,217.72369643882416,290.9194125941105,450.9209402839788,331.63495011574196,46.788174653200734,313.3633196558019,164.657672808726,234.62920774171747,289.2888765399728,142.5926801820596,401.50566680260823,220.8347272119644,271.80862505502114,67.48051655225795,314.3287885320156,262.1110481940351,354.9721576760508,101.60955427807062,455.57851508273984,158.93925507069352,487.5624275715216,16.43767577002697,398.09384786160473,138.5146663852429,311.65898784451196,273.98733487060724,383.32273167787775,159.09207322785056,175.25798417560756,220.69742162394857,271.15602979887365,473.0662419679081,456.43286255269356,397.051526601498,238.60172236144217,103.19129781733916,15.486131617001409,374.1303437835042,198.02313699980112,369.50410815030546,183.24415062163624,423.46190069303356,269.220912911983,421.0727876820518,454.51465952957506,457.59757624759635,310.4092835268749,31.576016099445603,384.71406571815294,7.83912265977138,21.192645110788554,33.62173241394384,238.32711425649543,407.5431210945184,466.8390666096216,100.63442636690834,38.63523904277877,146.2081657135198,2.966028717640179,115.09819544626242,476.90202784200306,428.297171122751,204.53221950442523,470.8288657851758,419.4745913114407,323.03500318128266,253.6585652746951,97.79492080488683,111.4095098761797,330.68587254964064,164.1180812750006,25.698335765962142,57.34578696349302,423.1374865547536,45.281263954848214,299.01510146390154,413.39554099372634,263.26555276488637,133.10526950087464,405.1665219655879,141.8260667896597,65.91506208279274,5.831541462642309,41.31044385238714,361.8188726444441,22.632403920841092,14.928814621248176,231.62109653408146,276.86026417885313,225.85799571802335,127.50289610547338,268.74152767013106,423.9467957301837,147.9413046758462,210.76770391026832,81.53165402245244,65.0527417046899,411.67814326700045,83.77723969770435,32.742175140031634,49.276229508597005,37.85862124169314,376.98636508893713,93.10528009583297,91.49710413355628,431.9780132251051,119.83860640992671,152.14039414921922,346.0851724804209,169.5843045797092,474.4110957740381,278.0865794267321,142.96044343467017,255.46735722821168,427.196463360073,487.5876295975018,25.343679624796998,106.26433990101025,479.36458233640036,339.20913566089604,269.803286234636,109.17802001886234,89.72376960740857,482.7106866584071,132.20894447443789,442.7922324421707,94.2844754672747,451.1639997851662,182.06611222641055,185.30382478438023,77.6390763722854,98.21774874371658,222.20571711510095,424.4978587552526,24.909456061395275,334.87075466090556,61.611942099934595,104.41496416692264,144.00958905089723,174.2529364302149,324.40220133983075,377.3729903251507,249.89485396375466,169.46258290359285,289.95120553593233,154.77568843474754,481.41085862999313,23.752887030652037,156.12399280950794,65.13202092379389,498.7222762907212,214.8314405393823,452.6870004441027,411.7366170041621,183.61132643173494,229.7659487667101,295.7898604253043,79.18448971340707,498.20137575858837,135.30908214034932,320.48452242873805,16.826504225293636,379.48600854173566,253.3397987528392,310.52675396465344,64.36729714328537,290.78664814895717,37.39298845065375,130.95715692755195,306.2910287370525,109.20384526942539,133.6825545430581,21.74857693301524,301.18665195306136,470.5588832930909,290.4208432849744,229.06782658202007,176.4789817271809,192.17080044838076,137.23252855613998,431.5507724616583,499.87841373579266,368.9614967788834,303.042191274974,449.69936282350733,96.80862506994981,4.811585440501087,193.85860871281545,210.7130474932507,397.0528835929687,489.5443586451621,448.00599261682106,233.25175143179212,208.9761475812375,366.2500576937252,357.48380594809515,229.77873952615892,103.81390855871243,177.4749625707548,336.77964437189576,291.5920493269374,485.1512104229038,402.49231248756655,111.59955980353186,402.0641366909171,407.39952662044897,86.91939100040757,229.50521915066213,293.5244248749054,313.6285449461308,150.45244391000813,284.81635520945946,473.27236288757337,58.79186220898169,340.48640296751023,347.25970421110776,396.1429536921527,38.89610547914102,436.28914978219757,327.718989897531,227.9036582470958,145.8569215673804,421.002500928799,21.749809786640984,460.0133751573629,45.81198403484499,199.58518647724134,247.74331012000783,353.17857631703174,292.7869433796547,259.3639006171575,163.19018610405888,16.601277720074357,92.62211919231711,487.4815663021735,256.3607058111356,108.83489347507135,369.3095588408523,380.56644168084773,418.61124825389015,329.0860236441008,355.5342390502627,81.76863563610448,348.7240351121247,150.54098764890423,173.062200328435,321.35038339567956,40.41785685857613,154.4731665423783,296.13345115546076,122.60478775211226,258.19344066727245,151.6791076056181,276.1939566157109,92.57998079077434,100.59302593402775,138.16366333350882,140.89166639118932,425.3395555414314,434.83085937312705,121.01853624682457,344.69117575263766,384.434822167947,283.7582451036728,4.271336934492775,49.98952804264556,33.99998879140975,383.9580139959292,289.1047930952081,365.64994967336895,178.0468721366062,188.14709405252083,353.5889433723354,200.64657373847206,104.55277837530019,297.85858496077276,452.6616663013969,171.43930550397968,309.05417434654134,294.27273571612164,173.82087517372835,85.50900157733044,368.34590109955934,365.2082524559083,172.81985391339094,159.34021171804858,255.1382726444795,58.91757314100976,364.2942488142024,224.4410234497539,73.22327117414828,412.7461149351983,402.9047637505423,17.73741640484461,85.8607890299179,343.59485734652975,246.02796277613658,215.92559267674181,231.2892396153824,190.61603009822124,35.65024412832762,445.21678388178185,207.41939638738882,423.2652709904575,466.0719179688033,62.090193244773275,127.67841567102478,70.8968430744209,257.3940358039589,466.6329672547893,400.3714790859609,264.79477702483723,127.61810191758049,442.0074576675536,414.78719928055483,261.5910203029006,63.185451167038444,31.60792510466226,55.52516304660537,85.98230180617416,324.29237012419856,153.68412705292656,37.59335491731808,240.20676825465893,19.7297583979148,199.62541859743342,107.24282413788532,221.51236635207604,118.67686263922606,421.00286862589485,261.8451429678509,483.02794972936215,149.40004397282914,409.50209537696327,359.4867392526939,294.1450245410416,346.2251669336419,406.70194948217164,121.26597563780183,157.06347662524334,164.05416544386432,220.34374594719532,372.6469864939701,54.02221124007711,263.1553415487269,279.2345491230056,494.14336030664407,485.51928831113423,304.9788081536337,484.590170120371,42.975889438969126,408.388872075375,94.18612920293023,430.95046936181035,368.32300604369186,111.13468949051087,349.32966944269805,288.5259330401797,490.7940215629114,91.23488103977495,404.8849751313095,336.76096892644733,281.14733869472974,26.65513322340729,167.08282507235873,348.28436286050754,179.0963445456808,138.5914973469029,301.67716417533984,458.50352738891695,452.5516405325555,219.84553447545184,377.40439828369375,275.56922407871474,216.98329568900698,35.496266789768804,119.94220564757407,397.19619220343117,81.06121246087106,80.57267271143786,160.6854601577652,120.17244380521674,468.6674295224873,426.8436793901366,445.5807848310306,84.33416935794014,323.3860427247122,115.62972344639,367.94086037849047,250.5936952855201,484.67307655626666,443.65247344983584,106.88826280546304,469.4711795610106,19.398946732844813,363.21193087517236,60.512800284107215,111.68813719914306,19.229109650622522,425.0468506935784,196.28755419583877,0.47883668607873187,341.20228735153614,314.56938331464755,9.1387527150798,460.01690928416497,233.64424780487747,166.7784772712212,180.3835517037242,381.5829083138621,312.8836381753295,177.20825997562062,305.77738226232907,56.2748816650489,283.82205267773895,355.12358366535625,160.7873403274469,399.0006106532381,57.528362139842024,385.41934530861613,20.125689900943435,300.14766444651576,311.0711815414643,135.3590446778026,424.88820491744616,352.14231449152965,71.28524570757122,418.41383875829774,33.17006898361063,497.5124391006601,457.1784675372458,364.5573399316655,226.8587738071016,31.009996778485373,124.50678390956837,233.53562746517952,307.17855953674956,381.32656801878005,176.6474363314856,203.67238907828556,190.7036946911035,265.6891331317437,422.2525348897602,116.45691639706035,14.155757466022933,353.68986277138714,128.06876330259098,488.6279704946006,51.77753865755452,221.35991019012636,315.3402944697974,394.0437962289922,108.303404203823,419.7443940537944,455.95482277744617,42.53308835559866,488.0268533447417,329.19978713232234,136.17100619988386,368.37728377438873,200.8867679767642,100.21167269510156,425.87486271169763,180.54034921898898,469.1690294740739,94.1072163627431,136.70516003669098,392.56311955599455,84.14480048157414,85.47524185760247,76.4776748401127,259.98209673279405,114.7569515397665,415.48723812375334,222.9438975782453,201.8406241071926,478.26803740338363,407.827581433052,19.171499484442744,139.82180013631162,278.96395530980334,18.758567855307383,481.71793635887263,300.214832834372,77.46578264763116,212.7094032263559,133.05246523074788,308.37725769901067,496.09762300156837,454.3542056447991,343.7574556191101,239.61051963896307,347.7779759106142,471.52327540509464,302.3005725463328,359.2644350389096,353.9123804096902,260.84943229189196,163.55168236346717,167.81838427572947,430.5455873657173,130.21638644977983,89.31689915228513,22.531789351727618,169.1800404005719,329.5635447466658,192.17166870416992,277.95539218764276,302.02694699010226,32.25249305175271,354.5421696451834,285.86220998582667,0.8135383816262332,225.14571991025824,474.4781000236894,142.85488910879974,230.0714550345634,269.88669497342056,247.7838197349056,417.2117900868525,390.63495371106814,18.148923023068477,444.6221600454495,200.65252932330003,476.49646531951026,68.08830301775637,213.3461022701991,150.85036281336895,470.1545585745095,195.95825071807994,59.5408870488735,130.8020017954371,73.3823387661442,213.01246988056633,187.0743441571626,224.6158189229841,356.7752248558407,274.34589084747563,55.12543846692552,365.80798828277227,414.1216235112212,162.13740889193429,116.8183955545895,101.42023020399648,84.47438459744339,411.0575941361069,140.38993017163125,187.02319463780725,318.9856104706049,166.55870158986664,342.25893990758414,174.5982264224103,467.33382833435235,442.33848430655434,479.95792840532005,330.8143862094928,31.178021288343682,463.0584266106954,335.6533019305096,331.7834051923203,202.43384958817234,491.68598942230324,231.32502292328462,18.592473994179514,155.19323879254566,432.3394146148989,179.9629843849302,216.67172362152064,441.4903727524424,497.8756527890043,23.920265871245185,154.91542487532595,315.15607870529925,43.27687868584273,348.6650149068804,12.265577399970917,229.7211083147005,387.7018910323785,285.0602854397062,22.00238391000886,191.4037311573178,365.5146286656744,362.7097346870246,240.53306500548422,47.06865896177004,14.351851011663697,420.0137515492832,303.7256338772977,451.5640710621006,385.8047887574684,217.75271130629525,246.5019982741753,284.26929178732985,487.60694362652555,37.29338918685998,235.6547876935673,436.6507819518186,312.4764028422813,369.51036288841266,152.94660828709596,177.05161832296966,388.3744687300942,18.639361790052213,322.62305346531275,296.50093012795963,451.1682250523504,250.7825562688992,376.507346998581,186.05567331010752,291.868073083715,467.3819555740829,363.1443150506736,88.72513575523556,384.48343401122565,137.1973354044117,177.53072343785448,100.70048440368818,107.83882867288463,311.0790395331402,281.5406025784578,175.85424275352446,270.7547362898256,467.07324523524727,221.85058144502358,189.88966864376488,431.8767120193703,124.17478419694605,109.41653697281195,167.51740576974194,10.493925774108458,56.88015415886216,212.5395852897154,479.13289489733654,409.48528577211096,384.2297122509523,357.32812211707056,112.76562575552917,203.61938110417998,173.5281673874256,27.985174377449408,47.94277540169023,40.331657845919636,459.10595133929854,242.05775269770092,249.34165076767724,473.1156344941486,322.19915752749154,466.8370025517096,228.30590044106114,6.181208418564954,493.4547665585214,445.8994417129212,133.23589572063875,419.0266578932423,67.01619996352626,365.374352503684,419.2629973766272,98.96466246610225,360.83182668983716,349.159874599133,281.0871027421362,335.87950529090926,368.1441285357713,490.37667279506445,82.57108864765739,367.0247643459322,359.2046412510547,279.1195644525526,291.2054977148846,307.18651964629396,199.34360755159918,458.4065993400932,332.4025267810946,188.00337107263954,41.58538390290079,373.9020853157119,245.73382654975785,159.77354234837614,345.00353612174564,449.6131309831656,277.98569415096483,340.60789897517384,318.96187691638545,330.94731852961155,484.2690532476727,456.5961629818465,34.231371117706246,170.435781724117,328.09068588134795,404.5312816480362,354.28436846749776,377.69851823638425,136.0551101581875,66.6827403181599,375.4926139488591,499.25661268421874,399.5409828741634,135.66058979010387,121.02455836578186,26.594099246709302,444.5123507349322,110.62269919864998,206.31029036114845,323.62641348741016,417.1548742731547,194.39561727614108,302.60121587790167,16.337847960591677,425.68266616097895,43.87642558052829,182.23959988217098,434.66786905627254,438.0096643291349,285.24851594565683,362.93623298863406,220.54004537338335,218.8300286272631,31.352517515250256,237.65633943174734,214.27471693284716,317.16525223947633,0.7404793346187377,99.13669148781712,96.95512823569408,99.61074653003033,22.8942488739472,251.72355661685663,60.45339119270843,343.9169607040395,229.27458537419764,255.3605263847819,359.2730505524514,20.20179174234571,480.4312175113511,124.42353692708019,376.07349482587324,434.78098883908956,358.32187855410933,175.4080216290227,239.43086868298258,87.64426793755919,396.59555933830137,149.1340947359351,421.6164558843163,184.85299473950212,174.57627589792978,427.63971555569225,41.00680383781374,214.9095233003896,460.1595079436331,159.89303025954015,353.38327299248715,228.03034584223136,198.51864343416293,131.9590648286939,409.387431881538,442.92878588428806,110.79502687325649,55.48311702952691,304.82071672366186,68.20588951544937,388.3847906458049,83.19447678310698,382.93531722024323,64.29414856244198,494.21728230627673,459.7811721937081,209.06849806411032,50.59347463930186,57.83052978311509,282.50019982417405,13.975359602604986,96.45202456683677,406.87795384599735,166.3129719583224,164.22243489833554,70.61608406731013,325.29413357261797,43.1294673237328,208.4955856727929,400.5753217628576,63.500837697555546,164.05927708329537,378.5162908013504,413.8343442845733,235.58152606383342,354.1776109197884,113.9104269797443,456.2592513813262,54.65431663040354,290.7043329353324,329.675900050336,322.31757039393216,5.35083304446804,361.85143155893604,370.9098134230651,22.65150614993061,80.25761702433509,246.5413488864928,342.21741196213816,242.93782737677438,91.50639030841279,101.52528836183761,219.5847845163289,430.7581977271663,39.70724482554733,449.17357152096196,376.54809449313296,253.9224381605064,357.9290537228561,138.52764837624898,85.43268250204994,477.4082303070423,92.80481180307999,202.81518121427723,193.1638664036518,321.24712385697916,376.74511791252496,251.41433757100995,402.9454247184542,435.3167631268399,405.2903171585048,392.32132739247504,193.38150799729425,39.81576638674444,165.38930483840187,444.15098091762593,471.82353836342503,268.95602830426657,282.44861096674146,447.86064460527973,324.2901638832548,0.6136609988480757,33.98986870001819,370.2302390015768,88.25323342407631,284.1566532725016,164.1768602877729,125.2726577777593,426.25091880972633,425.6019299117999,43.29938229165664,279.7571356451438,214.39528035550103,17.639771679557658,445.94524116440135,162.4339460535218,492.5926185342173,461.35709287126656,155.3401576624137,135.72787749367242,199.99876858333087,57.90401474285889,384.8771643249119,397.9234383837186,498.0755568867951,312.28226041942133,440.7551214980706,172.58308068152328,375.8326386895995,91.88545879474552,475.4689545293278,111.77630955469931,411.5758077075351,217.21164654742464,199.4515772126816,137.33167189002626,184.92857152440223,168.82425208168726,0.5706595314843854,366.5452121774049,42.05058799669204,82.99494869754031,27.980628919758832,402.0135967492479,467.72160148330676,167.5894427476219,396.0149815608708,377.0555975771052,74.6917255040751,434.94588720851215,364.894044277045,114.72827071128555,102.84399847339809,261.2029451044561,309.3306542610623,76.62210804142767,186.4079661420529,234.80622999245648,218.4427992000767,162.16251014231054,419.4724994464014,72.31163240996096,292.6004356235751,7.110288662946274,18.01656927706641,30.580473783176075,45.463766305084306,255.67539646747605,429.5462217066427,116.87453251866675,281.57697944194905,239.95678393151798,310.4867886759196,38.090090454698355,53.486759046746045,87.21435114446474,477.6885894416646,162.43666680100776,327.21844971560967,347.16365419579887,188.1308735394407,498.7127250014446,132.50477286246598,412.69248105696045,490.9387875786105,437.1349361838477,40.96667625315165,391.26447393971966,291.8522761044936,342.33876396764083,272.5111802547272,481.8223214577092,89.50623071784669,184.3963042690401,352.40404850195904,156.67885013250958,371.99253889785024,287.6329884307296,365.3278051437487,104.0231073086324,157.91715360638193,338.471593594877,346.259780391172,379.15041984978745,443.2506651084501,62.07500233902474,440.66196980522597,145.34780897408783,120.18245842944441,151.6934401891936,390.7570914577436,333.3500979881311,299.14400766909154,29.720519880016006,19.55461956858229,414.7827321806777,62.975666185689285,132.17285909961808,416.850829361573,327.855655329327,354.55767623401346,394.2950614567657,50.139972326806,167.50297724519626,242.56084314977878,395.9969939488974,299.7319031170913,353.2836458433387,100.69771964694874,274.40113564263646,345.94319052086064,438.71500653943417,421.8453615353649,486.9934155372071,96.86991112718924,289.85727658220594,407.17782064331186,486.5885748166758,338.5849960263886,195.1911336265716,75.15730922501362,449.5663567730436,437.7213765172072,285.75016878562377,356.53536765027803,468.2061070740228,318.902345973036,391.2502880306996,410.4834138434347,48.79874419633246,42.7448148781,205.3758613175618,465.0742430165832,49.345895046336686,241.85293985223444,364.9245435952927,178.2676567301251,408.80362237851807,40.921759483281136,412.8826341278995,427.778501318822,262.67538844811446,223.76593032128477,254.12381689386777,464.3190303218334,255.06905187061423,401.4312209267397,13.265489004801845,453.6774106286586,266.582172251563,252.6869408080712,404.9940301353515,78.32709450714826,487.61396982715365,59.67066865546433,266.6044973798879,43.00466445788309,165.21811378954055,398.9534373800625,436.79389093008524,236.88340308746936,156.89334152144986,370.60481122816094,41.056018293509354,189.73524770392604,391.9466096453464,32.97399019744307,277.7268794055314,266.63599925645684,279.95797843176416,387.02392364178985,90.90296186856517,277.7683447991296,282.12231658383746,472.48011014922486,284.02294896473023,458.1372116239909,204.26861000239515,202.87497061241,419.69221012022297,248.48093134887606,77.77613022322016,450.7625319643671,46.79600994691102,216.85288540389058,69.0369174103781,162.44937480113896,431.00174081192324,291.04551022055415,497.2573333266882,377.7228289636302,437.6914660725514,497.3974776233375,463.65801371838313,202.52739433199275,263.83858340475075,389.80441462656336,367.6327548033076,297.87548271387743,227.08100069851767,193.89070921086926,129.3028743053053,390.8634397914267,372.8634064112535,171.9204188869846,176.76436791735105,471.4905242122227,184.42834043290836,21.983752967976834,172.08695297525978,188.5133723047302,99.15930373215743,77.70691483074465,81.25340797989422,159.1956865941504,46.95029520194416,391.6852647322158,404.1536824418016,193.74182088313617,430.458635848997,436.09907533569213,145.1760604384753,72.15577337647538,447.1136457236712,382.93396465249674,186.9197388504009,281.71083225487905,155.71144446744955,322.4308252116745,185.65310740385843,108.09918674378171,92.28822323818642,13.42947502244385,3.0499095416148814,382.34229627723505,222.5712482432064,38.901279486392106,62.21409832064495,170.66148297478634,61.1456129761575,357.47380980395195,318.99428068415835,104.01865898159768,28.358222019042145,275.5753579991181,261.15879403419575,410.14604561608405,44.69623096958142,12.29293039820778,151.957830940574,218.8188258533591,481.3240415507559,211.22072027100026,133.2922739730278,420.5364144928383,435.8340094367803,457.27371896758194,466.8769229060067,461.53583429196374,363.1236467335897,425.06220719337006,334.0477109530299,121.55950475050759,120.16342366801535,466.4076779721911,292.6729780111852,122.75911554554054,366.46208432980677,5.08535188565884,278.7472066028065,77.06166883894205,487.0322799076021,84.40589353980943,230.19763440943152,294.52127530854034,24.120132579285247,401.55374283121716,41.56400910729663,370.49039292626486,303.75814983811057,180.08056513688155,311.55186979390226,66.03006043168602,242.11050231069476,42.24049540992259,315.7104003617238,278.9350883253269,381.1362801003889,240.58297422433407,165.51757806717904,273.347399355933,299.0051167459813,466.67566536214133,402.15657800296157,352.3467135385798,89.93474711632021,445.58299681983596,272.6065828382854,372.5839167013034,380.03943771758065,195.11887380687975,19.759815769539667,270.3361753574399,304.6209334758736,170.844981645186,340.3466752111386,310.5096703971179,128.409133505635,166.79234348142145,126.39059454059154,268.0140326500596,374.8519984194847,464.3341908696196,156.6768972362097,305.93009993954024,210.9507241605456,213.98216700126162,132.27322828872056,442.3315086338734,79.0332812624327,338.7146581650431,488.1617313052337,69.41369256137453,8.868644172644103,339.3209014970385,468.3409011752498,251.75536682038324,340.2355012517906,456.4239151870115,417.79119826279396,411.7975130216127,348.85920386483207,45.95360329912612,420.7405952077061,96.23907021964362,78.71181224245139,161.86315753137427,243.8282839017506,102.99826092413677,141.45162034257942,480.65971152379507,115.73070487776282,203.06744741461756,176.75630842685086,206.0339762681952,293.81343125989434,240.27774288193004,119.64047876772011,177.21256868335945,59.92919526132201,288.4771373707424,494.87330768854684,458.89920313588016,155.656521584414,458.1161417780083,477.09338275090363,68.30535537073924,340.3481676518226,495.42799896770305,323.1776994746818,13.063632704117367,43.66158336820158,351.4726376459065,405.3377521512791,349.26318250939624,420.59744023557664,344.07850340604165,433.7027525451327,398.750933446139,319.093066583185,272.83582287965515,327.2959848980176,275.94672828709446,159.73545599451134,180.11809779350872,139.7455314749485,204.8985879702919,14.086927368990864,435.6008726031314,252.67418588651748,498.1738146101812,215.46570441976797,66.59670929029615,198.5301545553224,127.36437323878258,261.7426252179983,213.90983759132865,50.77721097854082,494.29452318133684,198.9595210253785,228.03263955612275,481.7891300334992,68.81319257149232,335.8447085196854,156.6184969168335,299.8674889562349,69.54178625824825,61.477384471126825,382.4697203360939,220.74242181066583,194.6337768582247,52.825895949863536,43.82255518836431,438.86673852424383,473.7822041676399,474.4384768093448,450.5165789108603,289.4662667705512,387.9172831943224,416.8235952353078,92.47729843218877,445.83712008523736,204.1837970641357,441.48900600167997,90.94228719898057,69.16060938450785,366.7850525287689,340.42351784599157,445.9262619733901,194.06180729615306,265.04284022543635,279.91069025138614,60.73983584805032,27.961124874439914,354.222603655976,74.83548119721118,352.8053177071159,245.36578620611073,325.4225756682239,119.83513406288526,134.43855383744196,182.50432503007684,27.848021314709428,401.8789535538304,469.64513117204973,463.25763175062895,188.22003565381206,320.6098711018427,7.1095500605949935,382.9010654045322,457.2987796303465,367.2363988263586,493.60151573164757,78.34594627385172,279.5421097483162,239.2032075042808,90.33071696201777,280.8611865206577,121.2737298694646,497.7343711875561,368.8164455941854,327.77829120387713,143.19704032617474,103.9818595564832,2.636704129541756,155.6897303418493,409.68494974922453,465.2899752047915,133.85317851767553,264.42587025036954,229.59370628076914,195.65219588067217,216.67410344570848,41.62148010250944,180.2494532716471,324.3225058599111,407.3125886074214,19.392603984437983,414.9730450293124,12.392481670179144,7.407804992284217,147.94586344307336,0.12069094105793265,305.59870972063044,427.0516327838202,276.03914108193936,301.0683403169123,165.8859986486404,54.487017571349774,145.68567304357717,348.69490044860385,160.68231603005566,334.79800448968086,384.6333779234671,212.88777668786375,261.0094181235476,75.11334328877683,360.87178863285254,108.84911866329661,458.3685463560373,170.0900977085731,486.30076119060396,118.60337821131395,134.52845646101352,75.14310215825992,462.94138088875,278.98020244930757,469.3402556402738,312.0967701700481,344.59909477147335,131.65296041950668,418.0756324333569,154.10904160418838,88.24721095597377,83.40782003652004,408.67029226114715,247.7150502062636,172.05347496388902,191.8137037341613,0.32765698276715494,159.01720111154094,218.6094615674855,238.12504156539836,331.9244332351606,302.5212964690137,253.97028636388063,460.4537453735933,451.814016178512,166.7263551506514,40.67476691459204,468.2181402535124,223.18394387618523,301.07948973652464,35.94123493727297,371.9531007786021,224.93606173360058,72.32708611122096,318.62646377846835,183.4747990741371,141.30281627830675,156.6251687277852,452.017837012334,271.9038219881874,63.41116493946697,293.9969539282018,374.4084502474425,135.2340649042336,198.42085168431623,36.14692902318828,260.01860525197105,285.2977502506946,421.25305893669093,481.6012395363529,483.1473164145148,145.9775974736215,291.8229359276623,319.25833216861076,379.07192696653135,451.0213714414205,427.7390666821755,237.30723213306038,255.30666246631318,108.4572367665102,147.87428363301115,437.75602105512036,482.6654537777827,69.4891634187822,486.2239121068573,44.58760361570191,245.96344074616505,302.57276806685405,485.39944939717583,98.87001772371006,41.5218192140957,432.08970131812384,341.02230555959954,179.4942142175664,277.1383631491159,325.57156407455744,185.77725972846372,64.48075510755224,499.83025164421366,248.22940386897864,482.1992469817168,387.55861185712547,29.98401512760529,185.12182809959566,329.9665763967614,333.4697542175038,333.87037979707424,388.73306898895845,240.6916783808255,214.27244565293236,69.0935521281556,47.6203459293586,407.99604641989686,216.61944463624894,376.65128216992747,150.38557660654993,144.14713272055047,315.0586241622666,202.76987325401942,94.10595056021643,68.20741621610449,302.3659809598565,430.03154837968606,454.11598460273484,426.8035812336884,460.725220600683,119.46203100742659,226.91950518624847,45.04235415914815,207.1793011197167,55.26291262768568,480.22045005975076,149.84669830330577,97.59298410472105,406.2138845540323,63.00216715546736,475.0997405601469,474.4335503770898,249.37076245138556,291.4738991535496,437.2268138808781,82.32566710476674,213.67568179589534,131.9275719564943,399.79002565949287,287.02772773935203,267.74159256668196,68.3838584961366,381.6927683644974,227.15923681419602,263.326877086789,393.04356709814846,136.66689144102716,294.66689991830543,89.93412738201701,474.1908508933872,358.6818451026025,47.52029765404275,147.36590581473362,6.381928711656548,34.2194968226216,401.19375219966025,203.64295776069807,449.31870124551523,21.38201884671065,163.0371758535033,452.8694381509798,136.7876521980901,370.38981072911116,475.36176495402884,323.0684228660808,360.28945240603707,199.78579799751805,94.3556932860753,327.9389458193698,453.336416207299,288.85105643246334,56.168553867678824,50.55861478166701,185.2903992666398,92.6478248669318,102.87414450933896,288.0533308318203,53.64491825740858,471.1363281813703,334.96389727214506,123.97967732206416,386.71036193071893,202.65521558675005,37.57168843473979,15.824877297981654,363.6669135146401,437.92192490377914,189.34155774637406,208.01797602352855,239.6701710589555,197.63604410944947,423.11867333499873,392.3530627766183,158.48785431039124,422.0499588247002,379.2610512665129,198.5088896093501,90.84270011336537,361.87086095192035,464.347315934825,0.41020549938852735,131.7145922261883,266.5319951897723,397.31722795534927,175.76450329327463,410.8943003555393,395.3203910740947,78.2880617128917,5.1226158720028,122.8932091131032,24.04734424586796,232.41836576256281,14.863811921768777,317.2895837433209,122.23605243339675,208.66136462627082,101.85156186511458,196.5931470600637,108.43115648220858,427.6709614515454,448.1340837643705,461.582322977207,313.28179379806386,154.43656560191388,223.03633101376397,352.028367021422,84.01504228261558,481.89153209183024,292.213060766938,39.72500327207173,66.80349738492231,487.8014113234831,101.02294452241034,490.99252950533713,263.971118356526,125.39437323972935,95.16623218354125,367.1165155517452,470.8616910706698,175.97705995903647,471.69693984438345,368.62742265399817,375.2614849251422,70.87907696553263,430.00789842257683,151.47478135668646,223.20213074300378,43.85587274430658,369.21623707097797,31.602379757770915,245.1547786581537,32.524598771391354,163.94672240181828,276.1515271233899,80.37301009671138,30.2110433392232,463.6303324252661,386.5056079011181,227.25525409236403,76.83400826712206,52.18599921076405,145.66720511911424,493.2998424645717,83.27825694995705,320.3360156855237,267.5062423660276,394.5654675794724,318.1844847909127,362.9735637657653,210.31361837050633,33.09846343388389,156.58961230684343,119.38230934542993,430.2860379095651,449.6597504013515,467.5713046091796,55.258413513913254,480.89291433833614,465.9163192548357,105.96545785689293,451.75663505103415,211.16695018355992,220.2560702387385,321.712348164363,402.5684042451685,143.42093594474036,206.2525117505646,85.79645965067972,5.1143109079140325,144.71950583734417,121.6290375407626,383.7289503384389,103.27285773526785,212.74857114586575,202.20068057674624,485.3161803403858,498.2161008461412,412.2815999875349,435.52295168751397,18.743318644892646,210.78466939155626,234.84171726229542,260.8838499173549,443.2740937513449,446.00182259116986,496.5570142396426,283.0313798469564,485.83765501400313,340.60982993451194,333.3837122567843,87.1301048985701,314.2668916219297,458.85671583734467,282.11885121529946,150.69989367919544,263.66124899948574,193.09914736559998,204.6918161535758,380.98946153065214,381.48340524776734,333.8903350025851,243.96401705135983,422.97154506124724,426.02182467756046,178.09274258072904,20.54192427622803,293.5342666837728,320.9049042410286,131.43845291709698,196.74144353265766,309.3070812037046,390.69147460585464,99.35349061106902,21.909245658475406,424.95365025531197,321.9327115926576,455.0464800200973,218.74565268598812,494.69309514106266,470.30274218285615,225.91862073388725,132.12417606741244,50.81444413598657,118.33487942272237,86.01406138698309,40.34108263050307,113.81956531610749,453.7062876703413,142.3393910804387,414.71403359247915,472.47647007284957,348.49506627972573,16.54756227432108,340.3968067965948,242.50615613734294,223.21660331068304,425.14367888628124,394.2870484505193,136.92176440149183,440.9519678439591,262.9082421346699,106.95457174229728,488.68012248957984,280.4068437158256,364.444938417643,469.0972073059597,482.0939817409968,320.9053704109188,432.01803525844326,95.91849285387887,84.25186784072913,257.7220358772211,232.7141180494232,468.5768105826955,436.3684769136099,100.73868016481657,39.34872540058976,85.29348032451279,478.26919750029083,272.3248278833813,72.45244725488153,108.25534154705451,236.86745044910717,48.11716917010922,475.08949657635844,141.71536834062493,343.43595500861613,199.54774766784877,29.551434446961068,123.68165715177348,15.400705285412265,230.04488144882984,438.51345213584693,499.34731070918514,464.6511743197228,195.35805287954156,138.81410215275736,419.205346705457,211.28358558232406,241.01081412191138,36.07535403130691,224.49491223203322,6.172514012437125,54.0255385064623,245.02433302000625,386.89897834625873,407.04779263473245,119.47480695042911,203.88458823376797,230.562054093128,121.13477190012489,44.28492096325909,334.81259777847873,186.62174721916423,185.52681449382234,303.7905280432955,332.1912159098368,139.2058691025092,376.06876266205103,458.63468791756577,78.27885554739112,295.58251371206467,254.682389731977,376.2043541985456,473.369230088143,267.9720290021933,359.23205968534853,234.94014302321077,487.65798871651776,459.9685745449182,27.032660613448222,275.14118375546116,226.00900281811286,275.66493321422814,183.22923661493041,346.43021320367194,2.647829788032463,150.90279997729138,495.47428268761485,466.60402829305514,5.593503672089772,489.93488206097913,149.97629999308748,47.44325176977326,70.7002393267825,107.08018569520372,239.33758362360436,90.0865268295148,376.3434523344192,186.68878920648302,466.8576174796194,158.33916971776708,241.2123884479317,408.5753460776236,239.9508025422893,395.5580984000672,444.3350745626584,69.21128890577467,154.52955326076378,412.32194637997964,143.8643206028273,357.9367111362449,239.56355028693278,100.67025310594401,375.0726174353858,292.71866897599705,17.703721112342752,117.05721176027994,374.3757208595889,263.67347845138266,255.90640926562958,245.1192565413436,203.1442754763856,449.2701739677956,76.60392916999137,248.28180001060872,66.33113518709854,240.6622536745736,478.8123462357452,318.262166502149,214.04223766240415,110.82458252029382,473.41935447740855,201.8128694780652,310.33349024959136,103.30243801417028,237.86220371335165,481.5084390023697,267.2132744066823,22.203431578827427,362.08591139464943,33.214783980292204,360.9893941780907,94.4282170439713,164.5238653171227,410.73756280374096,351.6758805849467,469.2701940888635,108.99162603021418,230.41851923240307,82.62931813130604,367.86884882573037,487.8470831878483,331.8532833282235,67.94034969934826,62.606166181529034,378.87404768758626,243.51563696591293,464.85460230931,176.33006840297872,369.3248013549214,449.93920800288987,402.8557357857905,351.96455943556583,140.81453660067834,476.9623466291236,448.96693471178537,343.4332408808447,310.2902065453306,109.89210442792263,335.8716555449811,453.8621275291481,127.36726114205655,299.58113265940045,319.4185878653801,484.5984778682042,96.03071000826714,423.1030254921282,144.56309758062625,277.4718754427603,68.39047020168032,108.33096270642484,33.129817219850196,7.679777675797528,304.66636785593425,340.9509377059897,40.12038356179903,489.8613395132555,317.0475766079357,157.48507536006994,272.95575758495636,182.92023096868058,490.063112437221,409.1998182635419,498.1424811300682,17.366198143784707,77.30388780515507,385.62186134278255,339.72186678605965,485.7159787364823,477.0332408000049,5.117825448626934,244.31193273602014,3.82683933486061,102.74302377024236,443.309921970223,396.617165054249,470.3840131166639,212.1786938809852,354.1458347669917,262.9131460813231,172.02831328109613,166.3184305187928,242.7314951558034,138.68969722640756,56.49558187851622,332.0931252410954,467.30647326876726,373.5177620267608,380.1154265186871,340.07731329614387,254.74264179796347,490.89031410232076,308.94330929241573,457.1535847403565,329.27653445438256,275.12445479961366,420.4182111859409,338.63249684973516,69.47908192174768,367.35472339491304,138.31298599522225,131.09842767031955,98.81948824488308,354.8127832446947,126.58703244268077,213.20922242971685,98.96072300548452,101.88049521177234,109.44571713048413,377.6741233014692,448.9961034248272,350.9856474599522,200.0829206265925,103.46238713433031,284.1358631740957,267.5179214829498,21.302667861299973,46.49448921210997,455.95045931373744,209.94854419363242,397.94566868406787,227.0160227495328,430.3503866007093,197.2091944431399,282.29084009379204,80.54163574046514,414.2761830458377,263.294360298882,275.88730962845784,425.5900214573924,10.152315811655765,93.3131321117776,278.72336467169924,446.1961942670839,336.5352198894587,372.3531013444796,171.22711305194105,272.5615777137342,396.772172822635,132.7996735249949,395.97452299206725,242.36710731651257,420.29488850370353,383.83632383738006,93.85084625216011,14.383147691639397,402.6374634796598,376.08724297118846,341.67524971262276,50.62926405888257,145.38051878918546,284.40372686571936,4.662709229405482,123.36844782461066,58.7075885505659,199.85594988833822,341.49108085333114,352.80681173746865,35.1069451920405,399.5564088893767,39.886210029082214,223.5854490149548,85.42679415515686,216.3987776678843,139.39982001201756,54.29997783550422,247.86876125569802,39.35588289718617,359.7840833753298,367.31549858003143,146.6542170043703,409.1302652053408,446.7213369961685,18.41820998929089,376.2865224952711,191.9998226364986,378.60288188690663,228.91453307027155,261.1027471595101,255.45875696400145,476.07047870450424,40.049568500135855,89.6560263780386,348.99384812783853,275.6286279657316,368.3065512776262,397.6384467205156,306.68529619853336,442.47098710565103,486.4435470020048,20.289327675848234,150.34697598698398,335.62216751280494,391.4107831750403,293.7249327901105,467.7635833073993,406.2130944297484,2.4250584015682586,112.82866068932407,198.2404665333386,280.69592976026104,267.2945193598859,243.67089917929798,123.22281193754137,128.4934061429187,357.6847252421951,438.41493918637906,175.79088368395978,235.19949363715375,160.8671052577959,485.0915154231088,327.30301391321836,456.3786952700033,207.35421609706762,372.25346431560877,488.5056270500349,7.229772985970939,452.2766857447792,474.06063528012,77.75103839395715,460.40810324690926,140.9523112824471,13.09300856592377,69.85719490351016,410.55605608344257,89.31582871515897,381.41717511866693,162.4085474081609,317.5068387912879,430.86537003087557,395.4276130438621,76.36884131761023,35.25657397948956,481.026521722265,204.74425963639098,151.65221305336775,419.1319309747494,316.76284109499466,68.87411372568053,105.29565522868822,38.7734018865572,256.7138800970805,295.18767226730245,347.28838209683175,350.27729217846917,329.52512877621945,247.05146275468047,120.84758309097843,472.59949045835015,90.74390035047043,160.09705674264652,432.83486200473476,231.89398310617372,120.55869653901074,329.3270591290547,286.6640550941707,347.24051420121896,238.9404249218079,344.83178672323123,376.3168941366376,307.5068119471646,57.74162601379229,323.57003848530564,341.33337015039547,313.9360774102823,485.0453627748549,136.00762737772186,147.94291865405495,346.01053555068927,273.9866198722133,247.57532602544651,42.773961644214765,375.8346380347396,194.06644991451316,431.4401516099177,208.43467216411625,453.68455168093516,146.90191632845574,495.94998298478157,386.79358448118074,5.906833634602537,104.50322733835526,217.85008733664714,15.046268125965433,236.4106582935095,318.6022812806879,158.99615770459164,468.85345287221656,115.5188366212191,260.511115682181,88.85491616275864,15.722297493198646,180.04029422381373,50.36173597360016,306.056234269363,187.86708987727195,147.60600381243637,369.6568698045318,474.1276879202574,161.79204535166102,319.94520844615613,129.38712059136571,61.13238454954162,128.03264424313832,122.32481549686536,50.655770025357484,294.11467135323966,291.09621961918697,39.92375354739597,320.72454584655463,160.40736563087287,416.7876409859244,218.97806794689478,303.86009215165166,250.38505084004382,124.5269318047858,423.2933640856874,43.23032708140539,142.7643274731708,475.44517904297777,203.28492020051513,112.9451018820018,234.49761128867397,437.9874718565283,468.44623655560855,334.1670763536895,86.7862291807049,396.0675355643479,378.84908331731026,390.63769842864895,452.9359350251524,410.53663310632794,195.92981054985103,115.03950240255334,378.0772543543298,456.6501698016292,444.0023502692189,76.20520913056971,101.80310814576721,355.36706534841653,95.09736320208295,55.7933013278693,95.38094988785429,416.34104335026313,11.581542060182137,225.50764836490433,141.95145929302865,276.8523439475157,25.448676900314382,96.87782542241341,189.5153061854964,401.6598924155208,112.86429467005743,345.95626851025975,74.18370835348841,38.310702216804216,221.3867998016966,33.105206783786144,174.65372542940682,439.4016988157381,265.5433525912978,215.72501488733175,366.43905672001586,70.4913131311522,57.250761314939005,328.2282653180795,40.34778726524735,329.7858838108877,136.54065564270812,336.1526864814393,172.87017374446302,424.8424087985995,414.49069556253613,298.73654302994026,342.6552921000821,462.42152469895706,87.6146477254125,121.54473349099293,282.00057493137433,200.81683938915552,261.2409842599547,313.2827317455248,256.7109583427316,140.9204065805827,182.02004287896133,219.98644480167272,416.8911586616114,216.69236842264039,295.3082804866813,218.28640755494433,149.98456645131608,132.62341599123982,405.2224600042723,398.7321303424489,499.5854994539017,396.58894895083085,325.6978438253224,74.9842235388205,447.0299988540771,473.7837088952451,98.83755608981659,473.2714991742433,434.7909596232602,499.08614863088087,204.17200417597581,59.973441994474626,41.87767739920412,229.09917201720054,74.0355673971208,302.5809529668593,86.1258087460568,238.1816468040292,207.79491133837112,39.044005504083934,107.90913987948569,193.74075500964506,318.37790295379585,241.62234890128443,25.480989369306318,272.552874792372,342.93394269197995,60.02157755038206,219.38677954623753,439.07084354398785,237.18727186298761,180.62014230407954,81.28159363672438,475.8870815911969,455.3297450474355,369.3318249276538,98.14489659768843,51.1050838463476,417.8074937904416,333.8020567908686,426.7016028775389,77.01995932578609,270.3210691906247,128.80090150362943,162.28027219906937,37.70378848251421,445.131649816079,382.9645491815916,286.753507329729,269.81470243106696,377.5462798137742,417.21689773303217,101.200890139725,242.82168441044405,366.39136679792506,381.4102061167901,360.344071790891,498.1214620549018,132.22321579945262,311.78433381224414,452.95130803885473,290.7740994065474,460.86596687397616,53.19930111977966,253.781521091896,121.7754826011832,323.720224167653,53.825101253476504,102.5956588961322,182.37378634757084,437.0012081034761,12.496346179354578,76.0832737849746,230.76259787673715,342.1470843596441,336.17543130775306,249.77450353716657,70.95167705164084,435.1321256795551,60.07282810176973,366.64193056963524,470.3468632974471,455.80624750321977,378.5566165502647,140.28141974441098,33.3497588695072,147.21800934542927,328.0560966827308,362.0262445792732,254.45435798419146,21.406045273329898,114.43951852147582,344.68740546741674,414.9245343136524,354.7290984658239,102.70247760036978,287.01044948133824,486.9410117457272,300.267281935641,375.72259620572055,348.10451928241235,183.29752334436157,291.18281133517456,433.35613568004015,356.3498629759032,134.33259993695623,37.15583126657152,61.37935530313199,336.0464373160422,94.43012900895131,338.9730271009156,317.60703515986023,457.6834191733825,429.45130740337265,453.6910712210002,149.8046633261658,474.53277012864413,457.40206420237797,395.4450811964409,439.2806721874558,239.03342966375442,76.81154001024981,56.70460953941936,92.41954444221956,272.71237633653743,467.24614809752006,302.17911737489436,378.27549590272713,253.35035371783675,424.7785669473142,497.847994254382,427.4586515357397,449.04588500019713,429.9517705707392,224.6728905403431,168.50644804212888,367.3874854241649,491.345095727328,460.3242961583246,480.9859379345204,355.3888946498501,267.27743345844357,52.85510752953937,355.9616183737835,170.6113109097651,196.11736364964995,480.0324127832123,67.26600690459428,419.147405961803,426.70566568632694,83.2262836592168,175.04165651074223,289.48469293361734,161.68645396151317,236.51037058444402,401.389085724613,162.9407895606071,225.0100674265907,36.210751751793225,374.65920067690996,477.16935342997266,356.0824219252231,321.1898054443719,200.70623994647673,24.20670391167834,296.67131442726435,403.46520974179833,333.7789849606531,331.19841696772534,118.64962402961233,484.36018727067943,393.46631350225925,465.2808463801611,458.46963179238475,74.04149658230985,160.15315896352956,412.83504195522266,275.5555856578962,116.79382390229776,435.84145354825165,55.19551518155985,227.25361509781516,227.5510319646773,424.643876383615,384.2731971900344,121.85668535650707,60.67905999720091,373.9558459968818,360.6911481388405,229.36943481821447,209.9308180793814,121.0164776732906,90.18750882383975,183.46319794387668,324.8244777253102,97.56405072041152,169.9660271842558,448.25555917091384,12.406960942714429,327.99255280178306,442.0022795981563,497.1018129379462,498.4914426300181,251.16086403378813,396.58164840417686,167.5742775472857,215.24467484536635,255.27432181546718,483.1341861514008,132.46108067976715,212.7211138341607,377.75072303580316,48.96832389689132,257.6811763181932,220.6781640283394,33.2128128128022,54.28803164462237,279.917154924443,110.13462139489616,165.09914650795378,41.88484082145172,353.43669338739505,234.7035225290941,353.45700456484565,473.4257571757887,37.90986296534038,188.6917549601128,336.60128715206326,385.15875781539154,69.26330143618542,265.35372370081814,432.7223152080435,178.7093284021637,266.9602683123008,290.40255206779256,371.48610740732266,401.4166680652005,121.3569708792448,137.19523079893514,388.8851950463291,343.3269556786719,409.16240150782744,90.46316058536475,87.98548049384969,233.58478629395373,258.8638017968697,298.6440556599977,456.6100002638429,72.56250228014127,291.2230422961479,400.1186579965369,259.0009488575068,457.3431745326491,488.40187188216197,83.54455902839241,251.6722334769811,451.20799584181736,392.6164577182604,260.79364991331,458.75321295882634,377.5197033871253,328.0645536470256,180.64973580410503,350.0415932270614,279.0301833857086,486.26351466221473,466.22227241271884,142.0351872096012,310.4013369270879,303.4599515074109,265.28623062754133,5.177463973801699,467.88245393712515,191.61679666276487,262.1030051317771,479.2895723246463,287.05098799129667,51.5348940247492,126.06324460163765,123.408673548708,396.8709618487256,289.1290160362726,477.4978261198751,20.125139759812782,415.9983342153899,192.51309648217295,71.30623019592852,424.15198492575524,133.1089559388783,404.38691707412386,73.86163609512198,233.49604619025766,267.0544776417498,267.359317156752,54.39737936499056,449.3499261954337,285.30683698024717,291.6310063732822,45.30231203350532,206.66461042410677,289.82880138362043,365.0902946492124,204.88720234201708,317.592105310429,413.88479249775776,187.2227790741965,131.00281833899896,105.69156337385822,17.30223790109775,83.58737291672414,343.50563088192956,161.00822693897422,488.3265454512137,332.4339030328176,291.13199295933265,386.3703237113572,310.4941561029112,292.5005963238085,181.89915655678124,31.89851721812076,463.2101084022378,76.50658003976152,364.2044045781717,343.93059638955083,205.88634812332273,98.263803564839,43.377017003958464,278.05687163501005,42.991823367180324,240.96930051250231,118.78325333900463,467.69536620972764,141.0182461112446,98.93975785234532,138.17216850717284,470.87999166530625,450.1164906359699,26.308149755251197,490.2730985665838,316.28062208915054,383.8935743852828,259.42092689746363,394.55764371561963,381.40254834667587,42.21320447236021,74.53041086984979,224.8758114522117,291.2511189991114,402.407508354632,263.1371658562859,416.97293219025966,465.5459581164011,366.3530799517443,264.5141685141151,460.48880769712616,368.15350322015826,29.052155235404054,251.4426232933745,153.38905585490548,149.79417194321687,464.07087792461033,43.28907959999828,445.7183642593513,25.099956105443468,416.07469326125,371.6691100540982,261.6658077545381,34.278403699967484,48.98315212978088,427.71043793036955,180.47852335880876,243.91244239374055,163.26974132037608,163.86149521787829,22.52447084923204,450.65672631752295,244.48384433783687,381.0470588395245,361.9967906142947,304.23610948767146,285.100094402939,432.07750399124234,137.43159762316105,418.4631364694609,185.94014548442584,317.72866733523284,79.4358377238602,472.0767153237019,212.60514005719833,265.95009247280075,416.3979329313223,438.0745763941497,465.9657489475351,26.235476796910294,168.96387947304902,31.9969335928445,76.2486084542392,393.51021212579406,256.64352775705567,255.8720161071769,115.67698777168978,297.9247439293112,342.4205948278336,288.06969579397304,93.41607729632229,385.640585506365,253.666379822589,390.40968657097363,373.0728348933707,87.07580055768838,465.4062771103054,492.40548398914996,328.2091483534212,452.7338792130512,401.75341855208546,37.148733095133004,347.8465513913053,154.44919586912053,302.0107432499317,305.7656997390401,396.3880143958033,299.41051075896206,189.75117250460903,59.82596893124526,182.51488446520514,252.06811325237487,269.72508353009925,148.50267779644622,349.8656424353267,285.3680803309665,30.87576444216211,335.45315747915186,2.9951903903685517,35.79441917622128,149.81373838911006,390.9898921704288,94.01155156053586,149.32150706082348,155.41668108512775,39.09653412950054,446.66843941504317,67.9732639121512,114.91679515740849,63.82786907997029,48.18552415059407,85.79046118904765,386.77830862465066,3.301060038396586,228.42073968197042,270.5236648410754,356.3244733546439,157.52415534502774,285.05677836427714,486.2134178221399,284.9356843261273,218.55617384111105,105.38778963552498,425.47788232788406,325.4340782911399,445.472050284886,295.25923673071594,319.8224810316681,458.68988915314645,142.31222417301436,196.92199529116016,222.6643015064388,43.87139002219331,307.6098927187114,303.8277018155983,78.39177922889051,116.76788498538393,145.46171057671532,434.51794690919075,18.493686826746902,199.3689867841454,219.60127379515836,371.31723574226237,437.50706951302254,88.20215526916675,224.41859330423574,109.47658039777863,346.1178890514016,146.6639802245072,41.92414710328285,497.16840405259387,113.0802703431163,278.93892006335375,444.86326366274267,177.59991009631082,337.61849674514974,80.61422918737637,386.38997795011545,410.07199388667937,196.46104991322244,29.995693166093073,290.62379193566767,56.93544843280529,444.19436242127887,420.6120217052401,98.54737550654247,287.66512753280847,70.27861059636864,22.004445647059832,193.02902365226714,440.23328951269457,49.8445794149428,427.51024211369315,111.40384033591322,272.6306957814141,327.9455465168577,13.302319287216925,34.10505922166684,130.22747087669052,12.006029037936905,396.6707808924579,231.23475514526282,83.56412251342992,421.9548001272645,338.5263384504721,82.36823867893528,379.1281870899209,359.3564751579148,27.86344238460181,257.60845960823264,447.2137527731509,471.11355768095444,321.07454780739874,249.30023441226658,241.07036045629093,470.93445323844094,296.8545865644969,445.90268296770074,372.0299791525349,6.554564367119542,482.79631202651586,330.34320186621267,266.98627173037306,225.3708424194911,437.5708421800616,298.58313602860056,316.34967837500005,377.79106128209196,124.92395643585441,329.8743364531109,458.7592407478598,393.36800207152436,146.40475343572191,342.84385393850357,355.15882798394813,217.89817106933663,396.4465274424542,49.080277718991816,198.71993019605415,285.4089252784002,231.26340329365937,33.68191878301108,139.4199204298563,498.6128657373513,150.37321433579055,408.67975495147135,219.34021177757,159.40526586495952,371.5923188224535,178.5214429647657,91.41889159467165,377.64112614277457,92.59487789222686,492.3709543690977,2.0706068702516234,230.51520645503476,196.7891435192878,135.70943104167844,456.0530770905647,411.9131035745988,171.87127621634025,171.10347308496222,423.22985040027174,17.754159246289536,423.54327251036614,217.93484630388804,139.46230887302224,254.05040350914265,283.68714426956086,476.00715869560094,287.95187694352444,188.73873463888035,457.2334373784468,278.23628878474796,218.6784035655377,105.61170879550086,217.84729273019843,148.31363131788999,451.37582216979035,307.5476478251752,131.12804078457984,475.83358088403884,389.3157200838701,411.7852134774643,225.73234924661656,459.25455570318695,487.7926157036432,233.44267245597428,160.0880314567499,452.5591145886998,8.244291423997186,264.1493542122766,410.91289047453785,118.13497997242084,26.101283300317913,223.799657200366,178.54697257307384,132.46458248739845,495.5948092527458,128.11373175764263,213.03860638428796,289.4781056256296,419.34617880481983,140.36680363053455,306.51435204797497,284.0091142753649,35.7140543872001,302.5031891709972,443.2941529356742,81.40025480078073,154.4409372358353,146.44592289145064,8.032402330791054,290.23861272434624,167.25788828613906,300.9942895768195,423.0858861811497,240.24178857162704,328.77235076257006,284.56941646504976,310.1360871457378,416.2881690708143,384.5117255531868,216.39642395221304,222.77815098535737,143.99485738805328,172.5467472728648,273.92488873780843,4.8602111413177385,280.3622801395893,103.51573172157846,130.72056683028853,109.94112495822162,459.3040112316281,175.99410444366026,309.5098959451706,35.56304371104824,187.18755994663726,147.12749975968632,325.30104692047325,126.84071347388448,28.18047897221454,459.86552332746476,37.08221672422574,241.98410827989514,141.04203483369938,308.18503586130964,393.36411027132414,482.9752825456406,366.89548511581893,201.14119316184232,167.98758943355318,421.53000896685677,293.26202258248867,390.5982095912324,279.1530633565734,457.6265417177796,425.80671005321705,234.97869616948876,410.4516140413299,118.8412719166707,173.51455334165254,308.3098963117523,135.5560590820335,10.02123683734979,238.6951811691822,96.40897448564911,264.1460253075737,371.4275172494497,193.94759107096417,77.54393572549422,379.4570354367983,461.0030633175902,244.19066381687216,42.36683799619001,415.2909951288052,31.582442719349622,392.766135665884,264.3481341892058,71.73385627805618,271.895714303779,202.67748896736205,20.531529114383606,302.31794833973237,153.67786786463267,146.2956726556257,497.0330138174026,369.0832159720082,111.22611477793399,254.9326379666852,453.3767333671941,248.45249357591925,62.623914632526144,348.8781641802181,20.729725726164048,173.5236870846921,87.2687173979163,396.3404810846405,424.69949563092126,185.07219441765554,330.4459749656329,18.501160182602728,10.856983433727985,119.43733239751542,85.36948780402199,353.826344601908,361.3309836118933,394.7434174025057,325.5376212127078,325.0415816456738,151.69266388133352,455.3610922469397,277.189834781728,107.52807053689261,378.0270589680079,142.2721721860325,42.22402033259143,248.09602372593875,440.20192698759087,16.308833778327593,367.6293608273505,269.7005185195377,330.4566752476644,313.5785695522144,327.66113926291683,344.4704033304246,344.3714673912074,260.0072071706567,413.70390030940706,493.36222783772956,327.68140214971544,397.20585956429136,423.6676787313538,23.1183050376641,341.4439854959251,294.64408644560734,210.99492092053117,101.57051463072564,255.25044810089315,52.60263945873456,246.2606361311205,351.00653496971046,288.0510301918573,59.20562754081571,72.93447702321187,90.43010085212944,260.2159343892819,64.86860928374894,75.79116209506176,71.2936237258961,367.6449458623615,493.25239032250903,410.65408107390124,251.73096425697173,292.2171910837328,122.44183563008393,100.20357208612573,108.3983384211893,72.46451085028882,416.1164986042847,34.37139850828774,303.2240871091568,73.39287108768266,73.76961684035443,274.9748492728591,159.46432368930675,296.8013665573742,8.273847723428872,202.52385437513976,448.0674197685333,106.49277200242047,62.734467390542,409.6308194266279,499.1697215869552,226.70307269617285,412.43612814983675,341.10833344651417,407.2026028156961,431.89086728124926,382.19123895888885,363.2287524461416,474.33607374374907,435.8402885804261,432.44515130006664,385.9957805907334,35.00063609485471,498.4436792374056,185.34254464809786,33.94565543368255,145.89923345615196,20.074037271901158,58.178755340407726,115.80049318349428,179.19845795643042,61.48470544110507,162.60482531018616,211.74113881820554,235.56896826677809,291.7318370170519,189.19454165761562,186.34067211482252,408.48096250336243,50.2693105826415,100.78724512981485,83.87490398500542,124.58073490284517,53.21010773692092,367.2918176962328,212.12067536679703,31.25807913298373,12.4297716945444,348.20132703199033,497.9995416187506,243.50987372631826,318.61835550735253,463.4625825999219,67.52100168909169,75.31384256778028,455.3372674374674,363.21394875409305,423.46157893844594,144.31376756402625,413.83866336059305,429.92628741291725,313.86364253861075,265.2198155154903,409.0637725244496,149.93003060798048,414.10332623903355,249.32184080091957,273.7752779171857,78.000436241904,499.1772988844161,296.83193399029216,473.79379145953413,259.363205127199,77.98530478141019,130.56107927713734,173.8105880702162,246.25162742007356,348.911932901675,318.1316417738843,338.4667413048272,247.7206350604868,309.8162976711815,115.09571494372528,215.09411162619983,493.7922868816429,229.2463025947241,330.9273384273309,389.9950719541151,151.59709160269387,5.781560014447407,203.71808535580539,73.69539829446936,183.47840016082117,355.9269902225978,205.77716837299099,444.66250027282894,233.0923193002602,422.6242096175706,148.78715270737464,493.2972787743357,134.01588176389623,309.53630324710934,427.6639870573043,264.3046377624695,458.60218350791035,373.14374971866016,340.6191621337653,448.1888552914265,293.9560384063551,15.569919859798386,263.5118188684429,161.43750964755833,225.67317664430885,435.4805590099999,498.3631084421818,226.18334497425252,286.5653659011118,159.23351383238503,318.14272044713954,392.94521488991916,309.9979214238293,468.0147675362979,100.5844701826908,299.0630238905889,422.50100092575013,497.0860386291928,359.75202835981435,88.58608890241526,65.20632961675088,336.18764243933873,432.60900680463857,439.5883064955913,146.27255834841534,36.319061194926114,38.08268668406134,486.34356820541666,318.65354797867127,362.4664494763956,46.59485707773281,272.85145168540316,78.5471708230745,172.22542545604568,188.82627744180303,24.419288499204384,310.13138782294436,461.40560466857494,117.41638145229416,225.25131912981,254.9188048492572,27.73175913855863,499.38030500626684,317.84652663205327,449.4185384711571,398.5822222764802,186.00687200778043,109.82524698336915,102.06421590536951,197.68257216510332,199.30549445522462,202.8654750646961,25.594729553032103,412.32002018939676,424.5885055752193,94.86301941419772,148.5402233375571,114.8410555696403,321.2041733533231,362.4596477956489,15.178195985529165,124.58884581819251,233.31175717459462,444.3853406454115,471.06824084181386,337.55899163485714,424.07723780952057,459.4998982493277,493.75304301925814,103.73617051235273,103.66059219278911,374.71512971734467,121.55039282662517,83.25935318086863,138.54087258372527,330.18819480049234,208.47323294883125,108.74454547450662,312.1385846509288,476.3753894013647,36.40288468642272,97.98888803005512,106.00229984656085,279.4936407747659,343.7140549584131,474.4546607169482,277.50545592287125,369.01157087761646,29.28589758845157,403.137216676973,217.0681917894649,369.69308064304676,186.09562483441078,80.57200185551427,446.2848061166926,96.94275450434098,234.9482146410261,327.79820236064006,341.07455707360225,219.85604218131104],"y":[348.50518310980107,66.22602020826417,294.24392534799017,262.1191979920459,449.9915264418638,310.16657777386536,283.1995865654484,344.281611309882,157.0305514999667,101.26327751982723,81.52438303229137,211.51570970729384,212.0931117057141,213.2800121371582,181.03331053893456,420.4293076990722,473.24748819639495,326.55272800135737,370.17249555706445,256.4666481913341,34.76301280705596,40.9571247875089,289.46436944650753,325.9841004610391,319.71819403959154,238.3657053564596,44.12128048802133,302.9097211079992,409.97487619078964,107.87983286011793,358.4282067420911,410.9574231195029,409.9800361162994,193.84016987413187,390.7212626379507,212.2100795659293,277.1469660787985,13.10857575228519,341.0314793682249,180.211555268729,62.289564479401925,59.52081501834594,462.04432320531197,479.3958180847946,259.37172506190933,169.91855368294662,112.30563564887052,224.5344062324168,470.1676229936019,308.00311292037276,105.70498491420332,401.62831397062814,473.72444536836576,430.69190153342106,134.0062625183206,426.77794231362975,104.23167245666166,487.3335627471064,245.36113011249617,112.04084783833679,110.86508187776423,0.20023470022068057,439.70680358134064,385.17205733336704,45.432291054188,255.08902835796155,51.74133334349351,3.921723001441113,357.6648862152388,243.41526364031463,483.10307099294937,286.9713800564486,275.0201238475913,236.30101234928736,454.1643463188171,259.8100276382841,29.636035208877033,230.13697862961746,295.25553343227995,381.5149737602208,194.72980478018664,460.7832555548441,419.3624544852154,455.1713753047633,188.69176281740485,121.74573627710639,357.0770928929368,469.9617297124952,206.06230906953482,300.5962783431291,317.44934694019497,202.231258750588,372.30910474082566,115.37058117779475,220.31358971861437,290.78089003019903,56.742001294293964,462.26551636844493,459.9375154109946,109.6445372058692,462.1353915291261,422.83849281910324,121.95189846695953,39.54359647632955,75.7645858374708,167.1239803634319,168.6974033555624,65.7446773216811,226.40770967974134,324.7794276391295,279.8683234404815,356.8328713458704,282.3747813323535,110.76229880119415,48.93287779705035,54.05463417128931,289.41320152005187,175.33405178741367,126.10897168177793,441.88163990958,365.40399632644846,134.63358873963205,353.1400966135486,378.4259246890158,396.60698579316966,108.65964355449943,291.4083718035944,437.69151179355293,204.84709968403104,297.7840777590455,185.46543142230044,233.27310396182077,492.52420168286284,14.228908337448832,184.3071613314441,226.53087856442045,385.2557560098987,409.7682885606465,153.39855941627323,66.19091972189072,454.93950328601164,336.5566479537916,10.158182851988663,499.7785501167165,349.5499489070799,144.9518820037664,335.7121767980083,228.6545356487998,368.163400831147,89.50248689655471,144.31593964501144,196.93464466849485,216.52808143403666,113.18194892644229,410.9572103082012,260.678678623501,63.519857510781264,477.7505273105119,216.75494808598805,425.79926538072533,401.86515036835044,56.46589157740478,365.87107593308633,183.34253372123578,314.61332887290394,480.4497257958793,444.23337875296744,163.9072965930466,147.77477866777576,157.49699258536253,176.46894817486591,382.92626483069023,454.258160543778,350.2891056055487,223.35227078256426,424.61877806249623,113.58901476290839,411.20114669119624,168.7209393985365,317.55094029346344,482.7796699010495,467.2144533021252,383.3140518870003,469.161313717779,476.78878669789873,441.7777087821124,249.89982954290736,288.3306164235103,464.57794646438157,114.84741571099755,474.0369512405257,392.5402063196336,114.07640152384602,274.87164540016994,368.4211275575718,3.2640087844028054,88.59181557309958,199.29727251146824,53.81379581470125,332.79310676996755,24.0284796087461,408.4891803493321,311.7065525066378,296.517743216111,77.14013631799143,463.92398633155295,489.2945127416558,426.1795252881307,74.62047612033851,186.00833065813958,414.2824060279573,295.05225879617024,120.7024819988899,45.28875579603409,303.2583680018407,456.5015866248356,305.27326887267424,463.5036511336932,247.69798959867583,171.95410010230106,361.3867658219303,282.00247487740535,121.5968357714221,223.42248216519422,197.58460023402546,214.3292239741118,205.53438792820046,447.6186116053551,346.65847414919836,234.75867775230284,43.15734446555675,102.01893718703015,184.28529481426415,296.3277187365776,263.1343868644549,57.920987015637635,77.55587746365855,14.61194038246061,384.0994422554195,302.7688396382205,308.7858561626334,74.68018788917763,54.75058366507268,194.12090985195672,103.25617098080808,337.8496529918097,364.44719458972776,103.47134201247088,369.72483771068187,377.0430490384541,46.179640937140555,471.0679161737511,490.3183850505559,227.4153866465204,315.021250667481,244.21262036890934,102.63841946601727,103.73647396339636,174.22131256688934,171.2564830502884,419.78085065238923,245.0005688031348,20.743619406158764,389.83818030220294,479.67011949856686,292.9714119925554,351.7927911794504,295.2393754290871,262.2299581142078,459.61993882839425,386.3241424169569,85.27421176897532,265.17549518786643,425.1344538030353,241.52170045791343,478.32373709832723,202.21377617574697,238.2043209769632,263.03065242837374,387.0970475709025,487.54704035494524,157.04029814566678,387.6835648983914,170.85155721980883,4.838571577017725,400.31366096226674,465.4006746402135,125.16973052716918,244.2004894706613,451.71918279250934,92.36929382648485,355.58007315002806,327.2754370825839,430.079992548253,384.68316011024405,112.97951535681494,155.65656269211559,11.295238706039324,253.3616808153707,181.72007047225014,27.062701417592706,425.7344794891814,224.78627812168762,49.39646951197063,36.761979529112644,122.27390274556949,401.91919395966266,297.1712692852017,161.15222130509744,278.94185436801575,118.72202673552657,479.3793408664846,308.9252338188083,276.8324883091745,229.47840185928004,127.64693320437736,450.20132196079464,401.4752399266255,190.40258848177015,69.16703246743128,93.81457713655684,279.48484427818454,229.45069943278784,360.22197581432727,265.89395231308123,446.381063057392,362.3992973208025,428.0609468534231,298.57158031267693,367.61132140504526,236.07089603836386,71.11177357834464,69.55601191462813,437.583628767469,188.9795538910355,186.9420941289277,213.9588834682442,301.6787113813799,425.60663412516465,111.70024883423324,487.773867002141,399.2998969159855,55.46883649916501,477.50500798167883,393.7434676045891,365.81370346332034,82.90612713509593,277.455556334501,409.18090686237383,125.3954956131017,15.817672387974602,279.56139864289077,310.5138069250601,143.7480385468498,418.16983871731696,386.0543900489023,27.214195177316824,257.8565157133669,131.2544876173246,389.7227171394692,162.6882177015776,499.1647324594641,125.7472005627569,436.8637019527386,172.71605441476768,215.11515036368345,264.8615488439534,239.7350087207857,427.69828576297607,108.46950080513818,28.616619735566285,459.2810426692274,158.21384344643764,215.25923546059278,281.3130743270513,209.63812744535338,97.46114241743742,401.450115093008,99.50165934069078,161.47002548443368,432.3803575266968,166.79181018391787,268.3941575938764,48.698072325003004,71.73353679910855,116.18398179724754,263.052030415531,302.32294306956766,421.76145533378264,243.24663288286553,262.5001461236368,45.21797212441636,201.8925739203049,160.6929377462324,30.119003671462806,379.4185917789229,152.00495634695343,454.40039686121213,292.6235484121359,260.88996326119207,229.50524075310054,105.00510298261013,55.57717386523953,255.16391177606502,226.8525172366198,345.9089045071937,376.2204916862579,398.6352717200381,311.25795405477896,442.5092418388503,205.3206927963268,229.0771775203637,31.35734690191283,28.825818267622203,337.6432031099262,235.28267716743912,369.63254768489884,454.0829312663384,365.7959185494486,211.04915850558126,241.8837917786051,366.7165484975723,345.6318636579035,173.79923797422137,99.41201824486767,449.68470361391,239.8912209847025,385.16285386524,194.4892648333102,114.01211066414929,258.11054892489796,396.3600752803551,294.2303467176266,93.59857277219797,81.89839487948203,463.3976016018728,266.2530731871818,102.4350840743038,140.64797021646402,307.5872219779994,365.6405950093963,166.3625956152306,388.8335247984492,326.5623479674876,241.98227812567873,325.8676814936515,391.34915252623983,234.54811023588852,468.57714347303715,273.70671635812073,153.51520995816347,406.0242775877982,337.8751493775384,350.42836659019207,273.6597861371005,186.21361546112857,56.92786030379771,25.217920856314358,80.64264026633661,415.5690850383406,281.64436391488647,309.49006036136785,202.22522283694911,7.703297034922341,65.09846464975944,226.1288354702222,215.47771116187198,311.7199069731699,307.53908991087917,415.3263215152467,221.26649628198035,234.04750135935305,87.02738495446683,62.34313896217569,348.9133326141467,250.53255647382767,478.83736696740385,217.54133303167723,333.2005844104674,115.28508798963344,109.23530574682295,472.3991899433604,193.76809397457762,261.1555762293282,406.1098804502573,237.2121774816095,260.3285400526897,316.5902573219862,273.5586985500834,274.85260461943585,88.7690379248588,290.5640576293107,195.67704798395468,433.71602980776566,456.22046300862195,274.0157797097612,345.97574323504807,6.342109859377221,458.09215133260915,245.85560788590178,227.48841376415163,438.5918277692837,283.1224499383108,431.03519160945825,385.1508338601892,334.6452784425743,327.78965327204855,333.83954930436124,281.9097806989792,389.6427875523296,96.00216444359944,81.03243872983579,348.3881724790575,441.42274669745996,53.05087658855179,109.07582170546948,466.43615512000036,403.85797872995244,258.6143857675035,338.0443670353077,443.51323977989784,340.4730409454262,261.49473805068004,205.05543682310633,321.5287933869645,368.7147126752913,89.40252891317935,394.70204648618125,156.46462687815998,110.84163834980055,388.17262563999697,244.79313039627658,14.674377150911578,36.7601384696632,332.0682097654305,125.83163156162358,463.879096590616,102.00049924248256,97.5395931866635,396.09753979575066,444.51558156727697,250.09057713075634,52.396936340920355,43.81680098367091,248.59854018623395,241.15635393944035,463.5063555911625,124.0093675856806,20.06944717666881,326.10278480920095,186.5452076118793,352.5488888753675,475.2021331492128,396.5865823056237,430.03627159533255,374.03517605893654,216.06012995744072,245.88622384512826,184.68311740843424,378.6212080516613,452.20545034018465,230.26380963131587,256.5231466071559,385.9877158009124,239.76812231538614,20.8724526314229,45.21044679906827,66.33661128528567,403.8374641784658,175.46635481041727,463.5511648511883,128.25522906316266,329.01314642357283,155.85745998325316,108.65635546239926,39.04093983531431,241.9135811153863,327.8791586869101,311.3136904060262,228.74491950993382,167.5407879728159,157.49068030547863,277.16043144412725,246.06110206220578,5.680135562513899,313.2051277226761,391.3283879571553,48.10975488677016,215.0541890881651,432.00513689103616,267.4616970846485,83.29495195965741,215.54621271675944,490.97708606734614,466.813203043938,415.6045436159306,26.791345266977352,372.39921640866334,214.78326205213628,308.2071587835255,263.1388380334423,43.00469652884465,259.7334881156718,339.08246624988647,65.76692540382456,296.2469630388575,477.0952247935054,230.46363978977536,222.64203522246063,355.38767411383907,430.70888767024206,135.8985974050535,478.0115526463742,26.484709613092463,294.140137674436,323.87149190012485,68.5527385120881,285.5281461526391,498.6059193079525,346.97593091749854,12.898421989109288,350.7546707061325,357.7822496042533,328.3348700362484,24.008067912662966,56.369805238986494,141.5756716542741,184.85368572701887,233.27620251985394,346.48359585226086,457.141562295423,475.0558252739664,289.27622111495344,119.61042457302983,116.76224187712103,396.79715011134687,99.76271216457455,203.28565384926588,441.5865370646852,452.2368534546173,157.11916008775805,406.6341478033695,87.58889185159669,482.80174759173866,303.00708081693483,84.37438847975764,400.65995084651485,424.8575217526307,53.02674673508856,213.88846172888222,261.40090505991964,471.80368655880056,426.83651670861633,290.82024898835857,206.2720708555026,493.5248772075368,309.2479280670524,210.52967055634264,419.7487177686934,229.68239883217768,438.2971913778946,455.27092440176875,439.75692646732546,58.104104865738805,197.40759146834242,176.8750457424383,498.7209618520095,52.74297357866897,105.15974398815553,267.6038174234183,245.52026478712386,183.0238809698449,136.24763281562778,441.4953000486228,254.95390541696727,396.0058227094023,78.5875855931436,413.02663446486554,53.997925048425266,142.7110595409523,475.2574504531163,333.77400081163034,240.90107526058503,120.98993531238267,291.612137475317,458.90037611564827,285.4353080335057,452.1719196810939,416.21883246211456,242.69885270962433,95.51299834158833,422.8844832222938,59.424450907915485,280.4875484337589,330.83035510078696,271.8281818789283,458.34677237471533,485.7535936368148,392.41366503722674,415.974732278429,36.87729684632668,401.5497852187504,105.34647344132031,235.68325287522407,235.7901441599264,455.6060316750109,303.54807668657423,418.72760333455636,476.83680902165185,468.03934965184925,40.16985038064425,290.62166851146344,393.6948182309965,252.02893315886388,478.36101467245686,282.5252748519772,49.63337220759889,330.0887492967639,226.4927865158217,65.27563732300811,193.0649688220425,15.118758883347905,425.3385473954836,342.4717504968187,79.20482728184285,347.9709868293912,271.91389062432637,486.1619800272059,61.442698194614564,8.630206687396779,360.6818939126584,169.36378468406022,7.5220306324196295,426.1882909611989,137.65432042261605,16.552827213267452,176.42382056236173,233.50635568131227,337.01115709803463,126.46592471086848,215.4133713524431,296.26876037808216,159.695775045125,171.3432920672442,427.57065217757173,469.3137068557478,164.8835282220259,40.899906589619285,138.54194039328638,368.367192585044,222.8310994730449,175.53935686871748,200.95715933430114,307.72061982752075,291.3446630548611,78.64190360545953,465.26049925262845,171.61071889533665,183.5823364765673,24.09171215926653,214.05162996997984,291.43027141222376,179.29969016231752,419.3203477419962,391.466443068929,363.503532136587,494.7406583196443,376.04560960792975,284.78392577749577,107.25598356179277,286.414985799388,494.23597671833153,52.492050554952655,149.7943098510518,272.25469305010586,297.61175772157225,350.83677155810113,210.2194346256727,324.83364539474826,271.1885014719011,441.76773045387296,85.96928644338652,456.5746114310698,219.28308768469773,178.45003148833572,184.59294800889114,404.7460409501419,3.7076756287698354,323.5623062773221,237.53330747780166,390.6546328937597,208.6621267503348,139.163912838828,59.67225101551943,92.42627919366653,431.6436902404835,72.60131319467634,412.5468294718406,354.0580370713818,455.44703549582,290.9012282385839,160.6134431871824,204.79890966659198,318.422126852252,452.0381112550866,229.78628073862473,29.41824702992757,177.6558870810656,394.23287361241364,316.4742860435311,64.44551590083991,140.50164018929223,276.50359421305126,452.7962471585179,227.42860957917256,346.7550437682305,52.066428689764855,272.69174246034487,275.31010514973184,128.84652402121765,167.1349033750865,98.9303324038312,306.29884360770956,136.3090543198533,153.32537601670793,435.59655046423427,373.40057502076473,404.6759800341748,32.946581080253836,461.3008035862309,94.38443935215591,256.02575243277727,184.32892547707735,280.25537270477474,256.6130686290935,95.99273264003061,380.41814392416194,8.713102638898018,283.7211191051319,494.06126243626846,9.496701568225019,377.16525625699626,302.18730471435,344.7264402562329,335.22783540153375,247.70599568692586,217.0178485599692,374.4408758041874,305.6295761716713,340.9778266834986,66.58947217680155,343.1433002025234,290.52358426611005,278.603185481052,473.253201159047,357.2401463459998,219.9174820392763,28.098115525695853,478.71797545317406,434.2764027016235,32.47373016074573,233.28407668330397,305.4415655954907,411.0926948006713,325.75520652151914,39.83766356168239,359.52379573190984,200.9425216616054,257.5114862556892,384.8650694396358,92.0596643626731,131.6547984526609,359.29852109600756,479.5802033298808,430.4635645632362,279.3610785819999,333.040080707912,150.3348103776889,285.00128672209837,421.45377602761727,285.72098695990746,235.98852989735687,36.045312254762486,405.43304174397156,288.2898058456056,416.1921578114266,405.75272294827937,376.3213805724531,43.9962912475228,48.75455908864734,493.7952583279578,285.30498283743765,498.03859821924567,61.36577601190829,147.89933976118817,109.99714744040945,395.3802646441882,293.1818015811339,147.5615371337784,344.6051895497878,366.60051543638275,73.50771547138646,148.40150282724508,489.1009852580347,215.1735890134091,275.9155827994628,334.88754026068415,3.5051661999474515,213.3886676854546,180.53087323473372,339.9422585561821,497.5796051896482,365.6607450883782,351.96025397327435,11.970088558334368,384.6121563348429,185.6271736458648,175.09991284304894,12.637550200817804,138.47802989672664,164.73760074408273,217.59775482271436,243.89078763956397,247.509072292728,498.4006702448628,455.0622916170891,79.7470881352128,155.45367009082355,299.0990844964925,271.4245586864087,352.4295438134815,384.30993277633905,322.03247929736676,481.08875890387816,58.06678779697039,63.23990398051815,398.19484894823944,456.4856390448092,31.36321603577519,424.62302983430413,105.5959661210869,6.259495216161981,28.06989438772467,310.82716065462046,316.7532842801397,421.4168469676244,266.7119471618966,324.1366568815008,382.01501174744715,320.43052481389043,244.41211171683008,37.234771857377666,109.52478970942003,344.3997384416536,94.61509389527211,240.4463180635904,1.8428670485798326,130.28163242241152,454.4042827257754,5.3560962984559035,37.57625293546152,27.88311182369363,306.03836877924937,371.44926399701905,396.39281505916045,330.2433836935957,405.8763191643421,34.67894904516034,441.55069944302795,51.40698031608459,319.8848531954427,391.0917017158232,126.62452865086415,199.15762152200656,202.10171641271245,239.70823478027003,152.55640819741322,347.33847552366757,373.8369419427613,193.80636283012288,289.2669848338071,155.97505888534025,259.60807128012243,267.51248707791456,107.71656305327637,218.47284532318145,255.77523692273252,329.60167284107024,306.603795446163,98.96421059406957,64.1316799770969,296.2444558753301,180.6228062768068,230.38932076684327,227.00330483640596,271.60220811956924,362.7768716787482,389.8246459464072,230.677178228337,173.54480920638105,29.018941344039817,131.6589936093868,387.3504006457106,10.341567814696194,253.26145713347026,12.353940247073147,133.26182463711368,314.4671790524687,320.0343285175106,166.79289774963357,423.18026352340064,471.42418426004275,400.246209471017,328.62834231591097,350.35522687686625,27.776427985637508,383.56307017498534,441.1165252028284,371.9082808836508,165.80509086650673,101.71771485585668,204.57663154699046,446.0712572260703,416.8088041576527,120.74639342635984,474.8559657866781,83.8988311130795,286.3141038527183,224.38730792951412,252.82159129604466,24.73107136892594,43.8304390655625,499.12196013445686,345.045862579743,487.32740982250743,15.4661375306252,246.1638921669853,300.13740087353415,160.4450223536882,33.69612471219763,71.22805623465823,261.26138172608916,276.43788960243575,419.6620827048294,260.520719701957,183.73485496092147,71.55957840036243,432.1505477869195,443.6713290519134,396.821116018782,298.1018799530377,87.09419256420448,83.10656721641274,175.7920517230772,80.31011368105867,367.6857270198899,53.882172903936706,159.8832728108216,240.21205585323878,39.79073598631422,7.6222533850293095,90.69546129871253,10.048642126038176,23.404161527842305,52.67130167071543,436.8137472402519,44.930630539918745,299.9524655582785,374.6043047204984,154.51303665341177,499.8439761637492,5.46785266094485,445.23921465247554,230.43741696650855,191.27689221503852,209.53094388451677,356.4817312042544,142.65453228834835,238.8848789323076,378.9867819585091,158.39102160681006,161.10313628094764,249.3656575598897,162.95730218929717,443.9376807285573,28.66410537391262,103.93913432009715,53.78915042373467,133.98382710827838,473.2164926827456,133.42373735212044,108.21999044282104,459.7770597364432,313.4803503097908,106.0499242445836,369.1263194363057,454.28516865153523,29.544402990121398,245.6368827624563,292.4773034682686,291.76181902620266,477.2150419406883,69.8260350822556,462.1218360201863,295.9253812892506,394.78122987295427,431.62231945653804,209.76717084004116,431.69397249095584,172.58308057148753,482.33775519606223,356.5342045615584,70.28409399975556,282.5154061010099,296.2637408596287,164.9305895563734,459.8203087649867,66.50549302430197,253.80192691730642,280.864088349054,399.51605407588244,395.44021858457825,303.3116461287756,275.84648980726803,11.557546087783365,199.24482524308996,153.87895518805516,92.21781890099822,323.9303080710827,112.2585970969855,386.5039463028237,348.60201594088437,220.21754285650874,411.0036713826933,370.18971610256676,39.79213237638457,110.65083774981154,277.17783311892987,197.9463899555457,242.9799128439568,308.66630744910395,100.71686658175271,178.1469698471647,176.72152771977966,160.51271691751435,105.97649004056464,112.72547902282149,302.04429154561785,41.961994943711225,427.54008205330575,13.352425455342765,201.3557263265644,8.373078185057059,373.91454268231627,412.4013200732147,443.8346512169572,491.5063642119698,253.64373449394694,457.22838195991113,476.37911430516453,203.6132722760796,100.82233348672376,336.4225826290287,300.12148241122117,482.78338604993087,26.21036550266098,353.1615595897002,4.926889897983844,454.8734993372825,139.81426241949657,477.07696925186826,103.41844136610135,215.7469115744841,357.68828752898554,368.13669210730984,159.78207967024304,171.9891404777054,36.981754209705066,203.89422606509754,105.30020026780463,335.8490486532705,57.76956957376389,495.9687633636418,284.20469621688017,1.0093926929936048,486.07013688792597,440.2517645468058,156.88724422878508,43.74891507746281,290.1896236535685,203.6598676173108,79.25806704982996,253.13307725716928,479.9936486347295,383.1115662053684,141.1881446153912,124.72501436696237,61.51557615879666,249.22248018217408,296.86182808270433,325.0464165569412,491.3567548341693,342.168491337941,149.62416180063576,248.884577562699,329.87084677902465,188.9105242556286,210.41641184323134,425.05846023408446,307.5263662425092,436.5196845002134,48.50159002162502,376.9129173227855,445.433984052478,200.9851802121473,371.6668574035216,326.80221920057284,389.1413570486837,54.926000849195745,418.1120243538039,394.6588470101886,185.41527891250342,102.45636425900362,477.28126566005534,85.67889799271089,463.5970509799946,490.13687980103737,402.6808719461445,348.20991706491657,320.6531036217551,142.0302192458456,33.1871459262727,172.19898335112615,140.81989041126863,97.45502849419051,88.69921424963334,60.965682678750575,165.70266969361745,458.21348768170435,401.82813441972706,376.3993739438222,368.2613627127721,88.00923621674939,415.4783330711795,193.00459302386707,318.3606237308516,41.95156712453563,247.18825822172363,342.0274868934374,485.555759221911,441.06337583766174,173.21562642243381,233.02214365422336,473.3957566877755,145.29975064634272,116.50031480793577,129.33627325553266,126.29425713401477,135.80460633913827,355.4257426532711,105.18328592376702,361.69825909216445,94.93243781658056,139.77970082378755,17.91591645747237,155.44717725727253,326.46975136358355,465.1522505053987,357.0104854764157,143.1909235520854,310.4274098468138,150.70954991118,451.1239171360485,19.12680122739696,42.846618757308995,441.2509079154313,456.6498087612401,85.51591821276405,441.7818459851505,238.593297767831,315.3801204390304,214.8566862190322,88.38131653481173,383.66321078374256,416.44327730197193,121.35940129021961,421.2263568309189,482.5991371975187,31.23299387583367,283.48779119163623,324.2921153761136,178.30917939416457,478.40016014306985,128.0508817985192,372.0883701035459,242.14839984323999,235.1195267002677,403.1639122161993,372.6993127034446,86.49623231631998,313.7501965814301,278.6305139492359,448.1148364920753,349.85493427633895,417.42927071588497,298.97138528188947,309.45746778101733,206.33944907217762,105.27360219314141,143.5249350656922,203.06941215889617,481.0759820295198,281.8143814866503,481.717381613455,33.93549883482638,204.5124891452975,485.3342880139776,154.7402477850135,364.9371877486574,350.5331434018085,411.1994704638935,383.2639475899112,197.18385829111784,317.13616016848067,176.60548930465768,374.6341248655713,283.6410112353827,420.3852571666239,498.9780210273613,148.94653572466098,251.41124627266132,346.0146499240427,487.61980493690936,59.59714714997089,471.24109060634044,347.2192272551974,498.12287160745404,472.1995383102318,42.74178323355648,70.3720415083513,430.4527011820908,459.50101780331755,103.27956031213226,124.76581361349848,65.64283476534993,205.10277913451347,345.9145868354263,326.87851110298703,442.8961553691654,491.7242515560539,160.94081933855696,427.81459667411895,13.438198667598433,46.28805352485244,299.51058651895914,159.24984339013147,408.77759014330184,432.487911978592,143.15342276744602,180.8646486815627,76.45638152980393,324.4824514450676,144.2644562227481,343.9959322513929,112.787234219338,297.4693478621533,91.80372786968482,36.03253599077705,232.65774935751037,202.72829620506528,274.13442132809985,478.2940547527788,431.63513539266694,166.36102452450797,308.1871550572398,90.42532321442653,79.637273342398,338.83578190228,149.5231738017839,143.42036961511394,378.75459092179756,215.19520414999027,144.47621824339075,111.60918836541367,303.74353148877276,493.96937254698304,425.34611103204077,168.5031332279815,39.77021515294255,420.7845764669208,102.47429152006826,458.58194451584313,144.21050190111262,240.4467132105411,358.1322924947986,263.50977747393125,434.5862210004554,363.3513660310441,427.41380689654795,227.14197226919518,81.89143362281904,293.84513769001217,230.2919676324714,192.04002396863308,470.42673933329337,437.29723334147707,228.31754157869756,364.7674923802445,361.426285628463,422.3889332350157,83.70812018396134,57.49669765001586,427.1368202099518,259.8645441167685,171.46185203994224,484.485448515885,16.652729116516607,48.77086747774706,283.37803178809315,247.7233630579261,115.78532431577871,22.376829158985533,202.53326115948244,446.3620358505154,441.7164712251862,2.4839753737437853,93.59093526163342,251.10295223355317,457.2107538060003,390.9566592643061,156.1658733575697,342.7960756754933,393.429746880126,386.62229022477425,44.677448481911355,223.06440083340462,19.124563457028177,437.86991946433017,170.62556744517477,349.1532663505358,382.3472850741927,64.84204782057445,360.16217298902654,254.32536880780322,465.7860916411063,229.41206728941742,486.7702499944311,438.7318745536417,468.43814125560414,452.10875691723174,123.33127617155537,343.011881595518,493.1387709054842,343.64780364927407,347.3438593954469,163.99589422210704,195.66300579695718,84.74944054539047,104.48416371675995,413.7607632643542,452.41535320026816,23.97257117712104,402.13216223467276,361.752644213714,481.7259353077069,481.6559270838202,471.90009663013365,415.8322643426756,175.0013765033902,135.1542144293182,459.8632669436864,393.4673865604316,327.43489435285164,282.2267122310955,210.42932802898562,278.18257508370783,227.92797052895875,139.7343953241489,217.24213602306986,320.5803817485976,416.79076436362305,1.2760374829519083,171.22716689294847,150.09269453743502,442.2205693519876,331.9760268505204,180.08457029806203,20.351950603787138,117.22795559603894,184.22405118273676,115.59098644113574,232.86966815522914,172.2825000387983,33.344285827858535,305.4141350712355,144.7762377564442,186.19125029169402,2.9513581716252846,497.86321460798376,369.0274706599828,224.17727915805452,229.0080771700097,16.166814066900347,471.53348857902887,415.44921478464335,191.8548812341585,71.96659533739225,69.58425021828762,138.2467800825088,235.93285057200342,473.3871939003947,471.9433133408685,360.2089983146869,195.55477239895458,50.14595830418056,465.6205340778352,392.5166125946393,358.68164739484996,445.01645862334084,94.19676337596495,396.0368883526649,439.0957518123483,286.9639309501379,77.69682365686315,461.81887629780726,321.8719219981551,291.6582739445834,236.54100778430043,302.13893470664044,54.506556628133865,337.07185077696255,281.85823101411313,20.730089780139572,470.59031807066543,305.15306839563283,368.38690045644415,406.9876455239377,79.0257953694381,39.38394554433455,424.91069658444405,135.06937198873848,442.5631883494213,431.98615980532685,383.85883950238275,322.32708318907146,212.2092728257403,103.67617989458967,314.8444568236205,153.00690746281475,283.6269948000414,195.06935829427675,132.03482840096592,401.4978093771303,442.4888791010592,24.321983699616023,316.05616191935417,69.42237457174028,29.54019442076494,364.48079412732295,372.5108234154576,456.7305845453322,305.41517419396416,126.89238504500678,77.5803288468696,305.03576160750333,116.87889619187442,327.4544987358886,112.74375744976683,103.5412755295424,353.92828144143874,178.6132322450966,498.56398291729454,168.25455324002482,492.1261335441105,361.54869632221477,253.6840858599837,88.29623129988684,207.738702689801,449.3623049870348,131.35453044862777,498.933769704178,105.6493460825898,297.9916927455044,235.33378999737286,179.31468377644654,317.70938158303375,102.07683660484112,499.09811649436364,290.4489499587055,379.6244372085544,444.24601951007713,100.9801163553733,411.2085329798,414.4960841371171,331.9996275816538,180.16587378139315,265.14360589430873,189.91401235547357,48.01449409038816,198.43732900149692,270.60068635239077,352.87138536732243,198.29999588195423,328.0172654599698,382.77711316132314,314.9170653514023,430.6536292914387,391.91859908183966,425.0572344200871,162.11764107466587,293.8027034559577,20.802722107089664,308.99023075011036,449.0039788310881,223.3357294187813,81.58133414884861,68.1574974178475,103.61448097997727,446.44342962196583,355.2230415232374,202.63065239931655,1.1477602778016127,289.5313406437991,202.9664745016544,184.62080483627886,360.8221255486643,202.43821797614092,347.76049791781037,104.22275000822201,490.2498408473932,465.8730596243418,459.7854897827104,476.5751621824662,209.33890944262302,291.88656044740145,290.39327032156893,311.86953705736784,53.02213614624473,271.1460147429032,363.8221167524115,38.78704179965209,327.986920355923,452.33683991494075,446.3648228641681,273.1433761578089,110.39317042984898,324.1354351412807,386.18549966751823,441.7622606525038,301.237035408132,198.59427358731295,495.89150359502696,378.17151379499614,245.2669064977081,224.17798992964222,117.33646140934417,360.41217056816674,86.68342489575953,444.02351527183924,115.49854864248898,251.4282729945987,396.44962767316105,272.8156668944659,139.90982378573403,379.0108090893892,17.07992485582277,430.4926733019474,69.38122883676378,9.984299852008437,402.4683745193289,32.0227278138725,163.26000774439885,391.0400791540893,120.6172991599016,466.9681844396761,415.09432890794903,205.8040143676132,88.42089403936615,379.6941660989981,388.5694426352451,145.05698455756954,221.10621300584953,328.2303796183338,471.95171147364914,484.2912855781898,288.79186084124433,17.878275900717888,223.47460664844675,43.91743618611177,173.54067978283584,59.510599393163055,356.79718505022294,29.076670418710204,225.29707076907968,40.27121655513777,205.8522896829982,472.84586274118357,171.19376682966336,450.59187914526257,53.0135616625943,450.48151743535936,356.39169031289543,339.3601482013333,236.2807490564115,207.83641674824904,129.26172431049466,264.0981463946355,215.90870508770422,372.34928082120234,430.6307509846108,499.73828392946984,17.69008135053607,495.30932384990933,444.376617370525,367.8782074286735,490.57008079050036,489.62127762781705,465.7918976288776,325.0362615751492,114.3444982855456,156.81424996383797,302.53518532230225,399.3311354164897,163.905366188559,383.00279553963435,106.88134679355055,85.51576434314123,356.47930762466393,322.7797368198141,338.6221881079331,272.8301988630677,407.08811546057956,276.0023725346652,255.54193565258043,186.30122111212532,262.83120792720695,182.62113958636328,337.9850240000829,178.03155008288874,472.6150265751349,405.37642938773865,81.55966697915729,343.65121751622905,475.1812104761963,243.72811439958863,268.5891292349105,269.0425481005343,420.08885027477737,451.88955864351055,58.11625218223138,260.22178557807763,67.5455316265926,103.7285981772692,240.89583850477325,473.8122036492225,93.65550545448309,350.5190492683401,84.34539535881092,254.55585867378417,144.6401911252526,266.8285197371476,31.7075788921799,354.1766778931966,392.5876732061646,307.59270695570495,241.39002139621945,13.689194179756225,49.19061066042762,452.71789828935704,361.86723664931617,472.5749899137589,485.6014994315971,99.38779170311595,496.56329964981205,190.67950995880022,315.8401958094995,340.64345899366833,210.53696884483642,237.2908487356431,400.51660083573813,143.11297146035494,271.34937719504825,213.35774584338196,47.339588614749516,186.89191516207103,458.6707316310543,340.8125745348857,391.1055684055653,96.6136553374537,192.28032873810386,310.5676260505216,288.37839446616096,176.21950883208214,125.9253867798581,54.63881687337035,376.1395507766637,239.1426149993374,427.53305760297764,273.3157644998224,175.88862220609968,453.32274900202043,226.87154994943037,277.75038065416544,180.35996852019198,463.3642853825601,50.70248556272061,493.67252073740895,312.98470646358464,56.21287379516882,348.88901663585125,380.9969140042793,25.817817915508414,34.6333820978022,51.16967357720492,27.19968409544471,354.4745489755784,151.11036677973934,34.34249810691669,306.7464911228729,269.72275726922044,197.2179214444324,153.66502041604647,43.45430582228127,7.6301687518925965,97.83632408768739,14.941456681584086,336.63755312656053,42.589422928092645,423.8011993127041,418.7398410328417,163.80071638106986,70.25714376074576,483.76060577054557,414.4240562247852,38.004979368854166,240.215807977594,487.1492006747947,403.1740741708635,131.65193121532315,184.0661264226855,34.51802936160742,113.56144345539786,198.08297341652127,73.4646946531724,214.1252232042318,205.11501108685192,392.8838216186309,239.57885704702008,211.84337306768097,469.3341125367897,420.381656178049,267.4192693914333,193.76455993718866,456.51056704145475,63.05766897355958,494.4100015083227,173.49368900689078,206.76892073220566,227.81176349191355,76.08281199803734,107.17358282212119,323.72740490420694,499.0681869942852,461.2231312128105,299.58495019955666,121.06674704938447,416.76773610644335,135.63303556831863,398.24584043055887,386.9530693306511,90.42679142304166,386.8133444427869,198.70523251533834,101.73698625775384,213.46291775284098,259.09221507538683,335.0773392718136,417.9911978328995,271.85479589768823,357.40928991685786,420.5406043044494,476.26428708307134,331.1586856121845,148.76348758206393,445.98920667811734,201.77257131189842,20.19760542098148,317.9676317400615,174.77509175728477,275.8938700056995,30.10517058166917,39.91595345333509,121.92053267073055,320.25383576703257,194.57861374773023,411.8196197460193,68.97538453975672,304.17050683842916,37.45564180018501,395.92324087052333,143.32076406973593,130.3214528631902,143.84037325683096,71.95895409640762,179.5471276751427,418.34170180963,238.01307158833907,214.45298743414375,430.771292033844,315.58736955421926,287.6335931998365,292.10354662417404,73.02620487260225,458.82122411141955,201.087976151621,363.27162522474566,160.10118841112808,469.18155224331906,170.2925722382509,385.9355191977161,246.04737686994983,119.02785122308191,1.721766411106107,499.17114227517754,405.9832776333959,437.96555354985657,371.9453313856397,219.687444257622,147.18797306101382,216.47284302921642,432.0232155725554,1.9430040023622475,404.03012293223117,35.37935948708926,471.0620863664303,442.50169600173183,348.8072715558849,116.0945941243059,465.08300840527806,404.1550417265581,492.43448371626255,349.25107359578266,78.08779356488782,75.44835469817713,192.55783759889113,279.23453564312706,484.43529615463655,107.17838442144124,210.43062600897744,314.3577000994827,465.58565329493086,287.6777840384178,275.8368771354455,427.02093834969355,189.98663953963302,435.9537405829831,460.03605219122454,82.82302550310116,495.8521354455917,414.25269750418533,151.9028243676992,316.7643039280653,13.110122974050565,349.65714186880183,193.04072656990644,307.2587677919796,140.58884371155202,178.92204064222017,7.2834786595544765,427.55273837353434,259.621324739845,126.96390135059387,223.95541749799776,375.1940748726832,0.06161944696359001,396.4230851257082,81.82301385723989,395.4051085662903,187.98596424949622,492.45496035417534,180.66592284782024,430.0691092168417,498.23493384747695,69.23230374186306,14.223819041662367,383.9514240949553,164.89851117264587,85.60769767376352,439.5334716854815,441.43672983846307,411.5441008363001,400.5399241890971,395.9963906768618,181.8534078764036,339.7208925380225,336.5978408619271,113.46653690456444,446.03186885883815,495.90156571105905,23.11294999076996,248.83677704841944,292.99331607146775,202.4722637968074,311.90670825189784,388.4388685207784,388.0305216404857,262.8099957277246,232.94640440760062,104.99001925598283,406.73333687963884,201.30710033352884,470.2602726150015,219.75236601537995,28.44751410496926,238.92154236895024,305.1524296980791,241.9628515918043,288.78024206011264,45.7394387560317,292.0893047420697,375.4227552038645,27.641880043406065,346.81577481057843,417.6143788594396,103.57043618006057,98.5883216610226,401.5727832614481,144.89793432084807,260.5157680664794,139.89851882009964,292.04300212703737,79.38085782344406,433.76123673074164,408.02641804603303,296.2871297977927,341.50294706987194,228.30808097113308,408.615636837372,231.30150158549046,101.97960374646998,486.4017333356366,387.56289019558596,78.79668539761997,245.6018415513077,343.8605005408426,55.35840073167664,322.96333880499253,53.53230670434872,172.44993072572868,340.0200916600611,431.46491609973515,428.702071282532,361.178956049061,158.41337987260917,96.47507558060065,499.1269399733221,338.1349119819785,398.65414971507363,112.95073343449835,471.47191417770193,325.51922041089773,310.8950823352118,282.85580121533025,381.94125222954966,106.66632286262978,400.41394807393624,8.320821686843004,111.91391434838427,78.22536202476194,379.2014429975983,182.7280962390777,380.4253151299405,205.69521695747994,156.96067322315844,15.27557231461929,165.01271309969457,442.19320521439965,145.90982565540534,449.6929853029754,439.13794846298396,305.46305539645044,84.98764601721676,64.30870965673574,111.95555022497649,139.7577528526004,178.10051920074554,332.7129158570641,276.00747996029287,226.86026703292228,300.98744085228003,259.0069124103682,424.3716640525437,39.48650683471977,251.26931173350832,375.94343285721385,202.06898950416098,132.4679884717117,417.96679370185205,150.34021087456262,210.07427681021008,420.64717944375553,76.05481123111768,299.2981999131185,196.93857310031294,49.36262122405366,3.8073413718081595,399.231954236826,458.2361867823943,345.3116988667713,61.0361312723835,401.24871898222005,382.43639183201736,412.19803080774784,184.17018150267793,438.68893368453297,397.5935217104385,19.344101649988676,278.69055433970436,424.3666529208724,250.9900067723061,153.02610914530612,252.02414236246585,370.4079673604298,165.59097102540267,84.52546340574474,157.0602508091401,231.9358634057661,238.3353044215689,79.04110871569247,229.47463517529786,435.19163974579067,491.17343280986046,285.1134794686513,445.7421544477378,498.09445654159146,104.68012418110828,244.05975729573038,55.64645108532562,109.8813545700652,143.81377523578897,389.2953226132009,375.79777749338973,31.458677512287924,212.2319540275851,494.5638373846537,214.33052016692832,154.38168828180298,443.26539135783685,192.77148616935236,26.407869141298,210.29907938201475,24.175902360192183,368.70277703244614,20.512027892539365,115.18476855957161,139.9370755510272,7.558204905778632,477.6288999600119,430.0422960751239,32.31999168330502,355.2241309824055,271.1327466682089,275.43788778546576,201.6280345403938,114.93050729710042,316.9417710547914,145.38282103876443,11.927525175550514,218.33967108610963,279.2211868989776,320.8609661419222,88.91335771570408,478.40500054839396,325.82380842537106,466.6526110748128,138.69081508746152,148.11771856287882,483.56746536584984,409.72501789830005,76.48442582515658,352.67254189338615,168.26586211546723,311.38316782379746,361.30560956738157,86.86481775718657,447.28248652429136,27.5753482702058,425.13315732841016,169.58318133493256,148.8710263570021,214.05449808820055,290.78396403218375,173.98921243475885,420.6381459558659,452.39331134320884,451.06093245821677,28.859523192491963,367.0141690900719,26.77678777853698,184.30810357398775,160.12695531740684,221.5902861426713,294.76260789862107,89.94598560487732,195.7463662643476,180.00992071169597,374.12531955601224,153.50558492190402,96.54973952407065,495.18891792753806,220.52454555333378,201.80293143759133,14.182512888566311,487.45451641260894,219.8149841550906,58.47177803434567,306.41890247776547,259.6777377731123,122.62853116694595,169.4192907599219,361.3340361999168,493.1736919208807,225.90359497521905,157.7769243599052,321.70254438873303,171.49312919163663,302.17397373046487,295.20692896452493,248.0144261061519,480.1024138493194,152.33074842916318,137.22191957641294,157.47270180757545,393.018175801367,151.76290228659673,99.67308031205668,177.0153071392234,262.82935127921513,419.54577024081453,293.15881099986365,150.58348486381357,231.42300574801445,261.53961061435126,425.0792459486499,475.18367576946287,310.83366271331437,63.5308791160164,18.835118988764556,14.17645913968446,353.190702124455,160.93751263155943,417.08636060473236,258.2623649859699,492.7424337104673,415.04449859085577,191.7649109687064,488.0297124306452,421.9712205019569,208.68485362661548,143.5585316844461,261.6049822536417,1.796092889552292,336.34096198385186,216.34392769392906,338.66232133919027,232.20396840589407,451.6988299209309,218.91718389494662,263.61248550263497,46.00012989193403,300.7563432621146,295.0868808024422,4.495495895721069,446.5208004324606,267.89866161522025,485.6648713866537,425.4866059796102,127.30053295053168,321.48707083205164,184.68591567628755,82.47990386092674,454.72183395057476,235.39827139652724,307.4424987492356,65.65948313246072,170.6426282537249,384.2796856511167,89.3764234331974,205.07862829543043,53.22124206867718,274.26443517996813,417.04740376231643,284.3902651182334,220.9121470751425,346.0822294212906,167.91617247872892,449.66800342372284,456.2228455660087,212.18575811669916,366.0517277669856,26.997552460342078,302.8498118599108,210.24927529710513,131.52825016402437,316.64544926210544,42.088829972472986,155.1096142099063,71.14400354428507,134.92702937120637,478.89221156032556,253.76254496604355,493.0720188343511,476.246624682786,491.2267530587221,484.78201675589537,262.71753521963313,438.4951853871446,431.12500905875817,171.74293015161513,174.21513967564417,357.51851083138763,68.34098160279667,454.38283103803144,305.0628101566726,498.77311487195317,133.88219639896127,419.2707227126963,289.37669087921205,7.810219140849561,419.1273751003033,272.5233985170975,111.47767992154256,83.35656008495896,231.71898872394826,263.4173225787416,349.15815630061576,126.16103891685826,205.75541572040424,242.71128198207194,84.95421189463003,16.357926643712272,438.94988996007834,319.8338630696625,109.3035891775238,91.99631843646972,49.81376216124423,274.8105831480675,364.36026163081016,441.3221711399621,122.6891624418035,208.2530607586338,489.6139629056101,178.03692045838426,76.78803598429363,361.990079379773,366.4870515213131,35.64682975797595,404.79284581327136,358.9433996614996,456.64802124325655,7.696011604841679,89.50507108581085,198.34136460051488,285.96412913112647,411.3965562965437,496.40506602039727,453.3785021811505,58.09748412568594,299.1529345609506,123.77751978020923,121.62324680121739,410.0666682647412,262.1849338438366,264.72915801726504,442.0913316030948,108.78554190326972,272.27430879013303,304.67196500601335,267.08707384768337,54.15622995403058,357.79427718383226,197.25234700743465,258.79906216426986,360.6712995014383,387.3691383892217,259.061234671336,10.165010961618481,141.7183659855914,236.3146171478654,129.28702547283834,75.58326433058305,489.551852113695,270.4572446623332,221.97073199399165,63.82843071578781,125.26542510430949,441.3467373779454,496.0786534533789,101.34278129525254,238.33178898698648,241.4085963157465,80.64394318413859,426.4225397084367,314.2984974217976,422.9050235800224,301.30549967074506,249.12722750320927,44.68069108455575,103.44949867992581,108.21853197546993,422.5334350021333,447.2414173637512,247.0681326746772,294.25993918986336,444.5735896680282,244.20343374840425,152.18552651755647,364.4702672055945,452.0060539588643,325.4886232637876,429.9329207958881,134.83760193675354,62.258680168286396,63.143554423530034,383.9166205221902,142.93551813209825,396.741197448892,304.0523116809033,351.29100214693074,335.11563192321927,244.63375504598883,91.02280989431155,240.3160609091881,117.35256741173372,251.47406969972963,91.77292349222166,33.000786349164144,319.4872950356649,353.36566826480754,382.4756033463987,269.0457797399638,215.75077706317936,180.5277453547359,44.136926014359254,47.03082981338347,427.58982700632464,108.56577659375056,100.1758683316033,100.1370371226169,165.56299106876503,365.49024051073343,96.95255912206136,196.29656607503478,210.04539579329062,87.02233181753272,368.9961271829826,50.300343805520065,78.33534628717453,421.11573500745556,215.9941192722178,52.85941318458354,244.233405939994,465.77975718549436,364.91178658134595,483.5675711516717,102.87219198466401,109.0644111771476,438.73103237180646,329.41041972030496,1.2575738339785092,256.52198974345487,224.3379658636927,434.7692468336443,454.53764449256494,341.1585158110293,33.56765649400239,201.80249816188876,88.88466562476994,323.03062867409636,439.9084444359614,275.095861718189,111.59748887336607,233.61195059814065,331.7632052744282,452.04158250368374,187.5175311322218,175.27403347934123,480.8695688385844,291.79783833086304,416.82428554512876,95.26551352732848,10.962069836036425,3.3347291507774823,283.82584036115657,334.1548284257665,484.1889038181483,162.16274808339014,167.782446436999,148.42228238449118,483.5188419614678,23.601833532691185,265.4555062837949,121.45130040352781,77.93743925646667,406.7292823081851,278.67671454996525,471.55989870235527,237.45463762912934,223.92820642812183,418.7046112196721,247.3624675588566,145.7475656166728,445.01335486234603,3.536210113863403,224.8491060921536,467.0791811703322,463.9561514699546,191.0018967311916,440.85449570647415,371.7054921805321,210.02333128144713,276.9771410070615,359.27590424184166,172.86199641378596,325.680354731509,50.89776746889984,44.489391002554555,195.81363078707625,61.6564187911407,373.59136898285163,357.12728654269085,493.72672578640163,386.65236998606525,399.0920048977771,121.77820462699907,480.3406906476003,221.33453187066044,318.04362542162033,287.5252077237861,39.62466045833635,499.6754836780092,404.75697784108775,357.5112923449739,387.70520650145124,307.29349517398987,466.95665293659073,121.88156910656068,201.32737016283286,258.20755102468974,65.28605129237164,451.55568396157275,116.63442767150778,463.050078914526,354.2370366428522,401.08524233124234,51.84257854692387,169.05617635837334,159.74357671548046,154.0087706595732,378.46356560262615,354.43559005965596,222.51756090995468,332.82828243537364,155.06275530789682,160.96874091438374,50.73489120169184,267.36135777757517,116.08214194191247,84.64345249134453,140.1370695138051,272.30161091265416,341.6602533648666,331.9051377445907,54.793556549951106,306.9150948457273,265.21296534092,87.32829760754701,70.23747357615329,421.47538375613993,157.8969360671423,387.8754539601135,220.26754086953093,59.07183070187383,184.0518141140567,101.68858875339426,448.6981545837821,327.98193091242956,251.71713142287012,6.753818778057474,75.4879980259453,318.3198467318681,297.6295708138368,429.9979245539186,124.01103301092708,145.70304075753683,251.97617699227825,50.79797546237075,223.6892682078473,136.04471475690127,367.72300999029204,13.38605516346847,26.14898235786334,470.807154120257,369.1964374417084,169.78977902927807,373.51423301982055,133.50371240231772,428.0792465334383,478.1729899938924,288.14947839774874,448.54338706498476,131.84839190731412,251.98882037567182,190.4277957351983,463.5013848197854,152.1011430284852,216.3420768236487,91.1474397908999,485.45871788159087,133.58239461343692,295.1722802397152,324.20267796609403,163.58580556181656,444.0958381814339,176.83293737007298,292.9923523978817,247.59589761780975,359.82941825954697,231.2729681184097,38.809976300516965,69.05025375694728,74.33083313462751,447.1292528542964,202.83780816070472,135.0137966755639,72.91673386735542,247.24934620952243,96.94284982342039,96.49686190342277,219.1031862613694,262.51680360422137,278.53800535763105,124.29735029039335,169.11215044788875,178.1513973705109,59.53364829015007,290.7104897687595,318.1571363577824,495.67038788005016,395.89000450469314,297.6628673454759,97.05731755281188,126.22930679885702,135.0612354781896,447.16321983273565,89.06900659138218,249.38942325358448,122.44666247706436,201.72005688562555,394.82902172993516,17.41697407547671,361.72537382039627,411.0690805827485,347.0537279737108,232.50378597117006,20.55054340608087,84.2701390889684,11.714789769174505,270.2214045924245,63.7263604318794,79.76976021197946,215.14139783313223,258.8442872048917,93.77394467706002,363.45273208373874,19.736361713545314,399.8044718148002,441.75228892132714,302.6707049418794,450.30545090937414,284.31897029319043,79.65960749516566,229.84262356955742,177.97898405567014,41.87912850933873,10.74251570659146,182.74435322326178,416.5464507443899,364.567226638584,119.24618366355,415.7527769777757,446.7659573728139,464.0674196072408,114.91428817235617,11.737416218113971,209.09763696185124,292.1243494041379,336.89887483751846,98.46635113071811,256.9344720780504,248.20603839673706,130.83955571140993,255.90384179699078,127.83799056975198,491.5941728509275,485.0826228412085,86.0981781869049,292.955311309579,31.42406564004507,185.98354922041983,135.7727873319886,4.98152815833941,228.33499451051497,173.14303481604188,352.02874069792966,121.69167345935384,306.49642154760136,306.5539204629266,110.27242991323705,491.39820459189554,498.0998168670503,184.31066495304182,213.52006944186707,276.92891155726886,19.19258766351062,354.67188464209977,56.855374365132775,267.49607944086415,110.29852401402319,400.672827032157,11.764425807372248,217.2824475182713,293.48572717174216,64.97790103692257,203.25991407606602,344.25707633593794,281.90436477513225,160.8844443033871,116.8062289979821,291.1120790554769,421.24218730188136,77.67811815689262,308.33544048053096,325.3360668747703,31.36039843196081,323.1072835599942,172.20135410367033,298.13594632378295,225.60389785816082,376.9904375327372,302.14267326746767,176.508955699615,471.84890467198716,269.05607998811877,20.32156711892752,284.98607490161385,43.28572825010335,140.873607017712,392.0441608802626,458.4286062612708,456.5945935692674,378.55000409625825,439.694731244154,31.484982109729497,6.282794864201802,20.603013728553666,216.79544746381518,149.14404251460388,39.83504427289341,423.0984667353944,272.2723548960568,148.91976404260143,136.60878046222047,487.5916866610268,389.80777760755547,31.10253288203868,84.62818317935006,316.5295013840165,99.56527491290956,443.8785523579191,374.4534188698153,261.33033041352104,407.3683442606931,371.6530037399401,22.34980739624648,140.29920221559365,367.0304168282951,148.0696647459867,62.40209925731788,101.98279888388106,212.71721485037008,438.14422084052586,34.008033905367554,99.25457797905845,115.73478437947915,484.20263293247837,456.87293835737995,233.9659319898848,340.23222040468085,475.1670662842874,367.6561608914808,498.76930689051034,81.37509482590765,242.4244438112476,281.84398833942635,357.2892165002198,147.00430539166774,247.35774909120335,290.47487774788004,62.5179619070454,144.18031671682462,332.47298154236495,39.64436495210932,121.0847723752142,110.63686885410084,92.51876990882346,157.2951200984243,428.1609541900163,457.6509075162084,268.4858359953036,181.26012902108036,79.50130826146984,451.23174845141625,204.7645634318711,127.92663606127996,180.5756054538409,88.04794474286825,466.8867961019676,419.17551299894217,80.92134686962437,152.8969005876446,420.00939976892715,443.3435464738579,364.3369921494715,391.7022456454068,104.60321861496791,463.76214367005133,80.66081482175103,425.6533145148853,208.66135788594798,294.8875166323032,337.26995111309645,158.0557425036061,172.79619989441753,130.36442829724803,412.3441758081624,391.7891563760032,64.02218478912025,318.8855049620597,14.263313604866102,93.19020226846064,63.74697912490801,448.8494406607658,485.4730950942776,353.64759190075523,494.4462129019734,365.77838370981476,115.22633676757788,497.94345715876676,461.3178853343508,1.6948695892141652,125.90696376306443,394.87904909494677,359.20199150948116,264.2919472744479,378.65870272071754,20.98663944672552,29.496307931431097,7.542802804088922,221.10080888087268,492.5638631607282,429.21997362849396,360.56285010141767,199.2916120897771,238.11476278470678,390.47912901216876,11.706513595027278,420.9152651702162,438.51272608999324,251.8721335436198,464.328635082377,489.8734591294236,258.52122370249697,297.3006304461857,56.18178488348025,308.72304479120527,24.886419319654408,110.38914550914636,121.50238862517315,33.230945359472244,285.12175381443404,491.8120291209117,283.28413300006486,236.68615620801725,72.56364684613526,19.109684035294116,178.9905654538737,235.2453129096509,82.66711859316356,162.3090148428581,177.34216302033755,195.69003257040785,159.23875172687428,178.87671440977627,104.64819767659506,389.3731388698873,471.7873298815981,110.66111040985716,158.69778475812103,399.83884724536045,426.3855096828913,270.3939114488687,448.93988705779043,444.05829858831504,158.69602407059136,66.62037153568812,42.22845698171229,309.3617220005203,200.16059840535715,150.76613578444943,374.7382450634711,22.5957730722508,116.11673191898208,382.2813401034918,408.06920344811635,237.60242236051144,449.8117931304989,355.86136860616534,297.95659736084735,499.3071239449649,456.88890718285,236.66570780113372,391.0186600971733,194.17581959347663,234.82349383337453,261.86877293142476,68.99326951223894,354.0932287393602,168.76081551602752,112.62740499103873,410.5957459589777,161.2677890046843,330.82825797099747,422.0242079551835,307.0952664248846,108.90501027268817,15.860429393478759,87.68083213414579,492.88478328926664,199.3612156854484,121.20530906068583,434.2343007099726,414.7770322584745,217.35500202370318,30.897066308525957,115.19432940786423,317.9637856643912,427.5141048310175,15.070745692830512,202.3437881850294,76.88829987064283,223.82668728991672,324.1684412111563,62.3034293693342,311.2783066081313,193.80598193260835,184.82151178270624,395.24067981450384,375.24596305317436,65.39310593451053,281.9067367129835,330.16722928214324,279.14080356368197,45.417742683741544,370.345341350842,499.4865893300562,8.096416475678382,13.826723559293486,200.57087678724216,456.1205831944724,251.2206158555389,294.60791556848676,113.00026266394237,253.5775217387375,166.055867147304,397.67404645574624,93.46726324181864,134.50162432718938,263.5318093361535,368.3346596277531,54.16563688289288,422.5686387637926,259.2242658759518,64.0681624430266,67.15719425113798,380.72746588318796,393.6223581898425,31.3747917061471,150.2565567380635,147.69457386312666,253.98740989975354,480.1913682721891,145.9007632672007,122.80933723461129,233.60802947697135,329.8095868841784,284.7853440626885,157.61134563129932,214.74549202473492,183.38799916516058,200.92553063370067,442.81494516298534,112.54156976271746,158.5572633469431,346.347633147258,31.45037739591128,204.40053446901717,300.6566572862438,261.3762670228004,85.11933856314957,237.8099502589889,37.46543956555459,70.07711743228184,197.26481115873773,382.73436189991685,195.367556224746,267.6680377569048,98.54648025163348,327.62927026479207,334.4087371291106,228.17037489822255,172.72978588561273,253.6791549418641,281.4945667301754,417.44959471908794,286.0631323402952,411.46114063490114,359.3318757002705,360.9772916180476,234.62481352047325,171.78377190584226,121.75577893021273,81.33610094255562,358.2151037777436,349.2618296456447,36.17409777766356,199.21054695622854,105.51339751184786,307.4376465164622,485.6021022578901,481.80694777848566,310.4785753921556,277.1818392791315,101.071244758269,221.65094098760196,472.0729946486163,23.08660398678186,85.47303061814226,80.02126198829195,142.2315679452363,417.49902989621336,16.909322234584078,399.57850015889284,68.87457454787626,135.3027986763825,362.61267017748,189.85215463074888,365.92478767161816,45.10402642781352,47.00151640523054,410.20621516852293,30.221123472864875,80.13997071261514,131.22214387416165,299.6398524528162,272.159608177599,282.4803453009885,442.01655254084847,31.129748699704972,485.0551408558891,401.06212399005716,198.8739340021014,36.69209610951407,212.08551901328997,145.0871957512615,58.94963105108542,24.73366798146248,211.20063387469946,466.0441293268337,172.1234075115099,330.7089331216092,117.21781057889346,213.73417287431428,111.90583959370082,253.52758256756246,77.95878842144543,5.665069710873993,425.99843645071746,466.6830020197413,151.44243240321964,471.8060668680716,220.09595671417702,465.3629808128481,17.34770112935835,40.027987796102835,51.5559642741662,37.84379031267904,426.58793521412366,434.10314943980444,294.3092556554718,268.64777983009725,140.8567400285682,184.00925108646626,182.62646925062575,146.75014048426283,77.930336346271,436.79978036808455,27.333195304976243,32.8146579109454,136.18402118802487,305.5336310942297,303.14199046374335,458.25721919668604,333.47278099523504,80.71122362684014,74.29595874828566,395.6035142013359,301.2655937997039,318.3527100589316,133.06471857890668,85.16016010321903,88.71244422401936,440.18683592334895,443.9278445724675,422.3918946527496,334.179944594723,341.0360635335441,177.53525538790714,285.00327625005895,29.24457690082849,307.50707063538283,259.72965866134035,321.8351042647396,406.7898673280267,208.04208501455656,274.3371829908873,30.02429349168656,293.9790242994367,17.7037646361331,388.5845987477251,403.7186188183168,319.2645459305188,462.78703634784904,271.03033026751086,479.54906779171745,94.41631763554459,262.58235416744867,445.7163944203161,66.05127743961792,61.78914460884033,445.51048038263195,250.35891250261122,381.1560126012403,159.48419279927828,14.520712364271215,45.4808939026865,480.3460289096073,324.09270481384266,184.42182685668794,364.18791509068984,321.95486966720733,60.349820164890765,374.6748046744106,31.9511161297521,2.6999502832192324,446.2767404844492,153.41539692437078,174.63702673772974,74.50782054660809,406.4081078031112,119.61224802810221,246.98000079815364,221.39875137886565,408.00776898425494,369.9090334827018,470.6059593206602,332.5357718334074,0.3407156191387317,197.7249753476551,118.70484767732836,22.682670108350568,4.1231149691336455,480.02122287022706,141.71032713767306,110.9087913717276,207.23506353351374,443.71067729476124,436.87189919068516,37.12160968199929,494.69139663324535,210.78542822776947,321.5951653506638,40.85902811271536,221.75205380280593,15.500977400472626,355.05767523417467,94.88754945163957,431.38593112433097,150.73502030586238,68.18328957508868,434.60798093107644,390.0625716843471,60.97967253309389,225.54326655950018,199.90480191379146,320.1466507178845,228.9153271147979,171.73253855589766,444.38972015352385,450.67774779826544,58.46220986278294,32.389400875710294,352.52882446816545,117.60258903226716,107.76605224427627,212.7241264037333,460.8352778985505,167.77411941781773,376.40027029070876,434.77255479357933,296.22216149501423,475.10604137734845,280.06377290204523,427.04504721116933,277.77442437778643,147.47807952839798,347.8658204420917,99.37996100771274,112.56357987874432,367.64842936994313,414.0207357210255,272.40998668160853,428.7501293640628,232.60297067947843,273.858788022502,167.3059094885021,222.79186270701535,384.77251813673973,395.36867002132345,430.00722022269224,447.96021447517995,403.8046745798132,425.38300441049614,154.24545438441817,152.6754142803739,188.05469572327317,404.51035640434327,139.5269563028174,469.7461282317514,119.96537561793508,379.3173403243746,384.2578011504113,150.62816753924812,77.35238399729383,425.48172298364284,337.2821508418018,54.442509722982365,385.97143386633235,177.49874083255546,165.79542332006037,444.11386941699084,454.6038039659953,78.88101318895202,472.42327856265786,98.53452159412545,489.07275006153674,28.6182426003454,255.5141422682029,278.1849218369995,492.6567457956309,175.85676449525312,279.2417008790228,248.0400538693497,116.46879108058373,374.787220097608,219.9182597423156,463.6397574668152,175.00242439644265,180.97489262224076,282.042448537729,88.5100257207655,243.2557238378452,211.83368027113835,397.42939252226904,375.28695235218026,481.2337999234826,229.50508946132697,93.08978370366971,394.9297377770155,347.23369460946475,9.601148873772502,103.21396917852776,324.734932547932,143.85002164463168,187.39619896698946,329.9246353955798,261.8202283958576,207.432081127654,288.8821463974642,391.37273368927305,405.8788383511229,434.9269175104706,29.75913150212106,61.73343658970032,367.36418526554047,395.63697594220895,440.8101481152422,450.3681702474518,242.02619704768802,448.3252739622395,371.8359060094929,474.21459406339153,234.63240037441946,70.33458899676349,457.4657700396416,78.96978684595535,382.2504868024035,267.0047579261734,384.77277568389144,198.54631367672337,278.9622196265318,57.677883366876735,211.0161050770175,221.7961754265605,238.8031049541989,363.2674570174039,124.86717515028445,483.4341223090822,234.37260522106152,14.303115872449258,339.2922754668226,221.4032802323296,395.3803727029611,102.89329860417496,402.62282303711993,156.88980413607544,265.3317576359302,297.234450218152,199.94514020224497,223.91415846929297,341.81768676095004,151.69962285752348,228.16832774365957,460.5197676834918,126.9653975244085,250.1895947398405,436.04814037360006,74.41129358607456,32.97148986656395,143.85894469816895,376.77798158962264,421.4942352192973,395.74564283507164,276.5626643847615,94.80800080406226,46.23243578147029,283.7729587551773,107.96346118258404,328.76719382604557,466.9229492903912,61.88823081721817,182.7088773496154,255.97098684780718,165.3015533013895,328.51602695899254,483.5615149142669,286.74093814042646,224.50271704185764,277.2812266772743,266.594939220124,254.72356483434788,465.09371733757257,115.86386651443581,424.12232208294387,120.75321655820225,239.15811361714722,11.877291214484442,153.6401332589048,175.5758163944747,98.59872109445922,47.75958684025872,76.43993341192457,332.2039060467157,361.5638159949427,86.46660520209126,156.2270557830816,437.0746971499483,410.8966467970704,486.5586219507043,140.59114829304588,333.670173364648,301.85331659768946,283.45498947517723,327.6304600763498,27.374561960401333,41.77317022343541,417.56563198075537,134.73204584683586,88.7284037023377,394.80687034328776,439.4276249324758,68.98708276472065,429.0062908523804,164.98541968510472,299.47201611022257,389.25260217780675,224.65482219761768,449.0789756262868,196.75793367256534,106.20058583305226,467.90196178474906,415.60620569777507,350.3766531850607,441.39255301892035,310.5105812279293,351.91244420120125,291.0272597269756,43.55380266458453,413.471688613227,494.64216372714185,118.8844169174823,340.4652395870532,264.90505677555586,90.64644327296546,225.43794325551536,379.113110956555,332.7830378311415,281.1492091102916,142.24364367350373,195.2202532783288,114.95363890626376,102.07563492768679,271.71370902450565,5.918984266677918,89.86365314967404,449.78272760361216,416.4800735789918,206.6285979114254,380.7185685930546,365.07650987936034,426.38220334536294,277.6064073046697,471.20125078698516,104.75389110235567,287.939813644852,279.39747642184153,212.79591981038882,430.62286817584084,396.9024351442666,473.19658868217,79.49489841225177,115.35392320751347,319.42720727648685,450.80919445800424,390.1510564395182,113.27322131338991,278.9537782171075,357.6357059248909,38.53863679326608,457.0873099162751,472.0542219978189,166.51193861243564,358.81656203835513,413.5854978858289,82.10646845704117,4.775278384001713,196.8444764286238,278.33338191717525,141.05983168566783,309.6150323291108,254.71226265195824,427.6452164422314,419.65283868479173,253.1293971457298,421.59853680279247,479.07739840600414,104.95002390608587,391.99715962529314,111.34699306087947,347.8780017869808,310.90448043633,129.43656827815343,170.54446936015188,139.35104303679137,470.7097500831282,162.52793436271372,378.9506248510569,173.0572793576597,95.85977042274119,185.70362921215977,416.591971908272,376.9406925756186,149.61881946342982,484.3385959193863,453.0566765063559,152.84353669887173,91.53118286574258,121.66687143028399,425.83313399029265,265.9930995502241,114.97567868005699,408.9427964215646,232.11382236726496,35.492330251858384,41.835269413311394,224.01404735879095,467.58676051562077,421.549193619536,213.93841546711735,420.38584302685956,184.49074526522026,438.0354331725099,272.07692156677984,340.53875451968463,233.5109306266181,367.3901312431204,100.6085796826659,470.91361733127326,89.06870872295414,83.30168854943676,108.85778720322004,245.68222617383185,36.70497707200726,422.116869168643,120.74725802552821,235.50217008190478,191.18000104361488,194.5544785653003,172.0521506495648,426.6448088211903,48.97321332133231,446.4239328798172,3.4697911748428067,193.92997437081993,346.7181135188834,295.667089557914,222.19521150153176,275.511182773849,57.3855476646169,74.86651095220832,230.97383073426093,264.44583686922243,372.3903535489335,206.9771520521727,87.95067762616749,382.71764950168983,201.63923849992239,234.0649765683931,411.9612022528293,222.52861054403218,103.38443350170756,154.53903506544574,433.5405919017638,241.85227128555255,243.68224077640198,376.9862000416423,351.29282284886307,10.850343029706778,426.81161867870463,397.38359918077236,393.43058465913936,278.58839478273103,61.76962315962975,77.64604066160807,367.8510504994169,12.976560492005905,153.55109349351292,145.29440965109296,26.293045205697418,421.76594624001183,22.337203252945635,498.73751706400384,183.38658940038798,5.360385396395384,486.92575301053296,232.79347976766817,187.25399423113663,262.6064629256749,469.41922081143537,72.29362356601932,463.7794404043265,334.0425563813951,171.11168345963046,288.31288523300213,116.1405451887405,176.37764123656208,203.34211385892274,463.22924675149267,479.298910032077,138.15379959588248,473.6774088579149,174.69794768543923,138.05435805745492,439.2571827480339,429.04009262752896,276.6868826196839,268.57419711979526,125.36380947656556,256.57587580577047,46.829118430640634,396.9957693334307,251.62999049452895,470.86566347384274,230.12014358303912,293.9486227263589,11.04316564518193,162.32837718903315,419.94243515433106,108.04240576825596,311.3486145351756,6.95292258776814,395.05085930360053,473.58012681056226,128.77306575436154,182.86708644796013,198.7707152949939,395.1547272933338,383.9280296333513,464.1165118977305,124.26741170649103,442.7382559970704,113.71747318045222,277.931471790832,456.1959283511586,232.72953677513763,134.51734655320425,492.9559799206266,256.55133830735076,180.1359885653765,73.86859581805993,347.46519427467337,58.787151837483734,358.9542364390146,498.2057734667874,87.96709549110638,64.17646196437421,335.6999419346235,109.9179043861409,203.42130344434207,407.3198879579493,274.68584693566424,142.362192867752,430.5575683393247,105.0514967923143,60.56166565045829,77.51288284580504,485.84527115883924,462.18003732258273,236.90309601652692,187.88570788278136,371.2393047970508,364.9422065483251,296.3133798039346,363.8095333116923,418.9393361131969,345.77319111511775,33.65486410318719,6.951997703902535,192.50904222988373,395.3102473106456,285.2578319995624,110.43997644240045,376.6870532755109,227.48518086204461,16.91338064460668,350.1892974031403,160.831377929617,237.3760678583755,334.39314589218696,65.81907434804135,175.162323045293,191.8184888762946,479.62943848633466,341.6735903307928,313.1557146618209,130.92324240456975,75.46003502244803,203.27710517968413,100.46596915848183,84.34271762657919,18.168483562000294,329.5805433223575,214.29609146101458,490.7215909041317,440.6800778191347,58.31665558379584,357.362212376084,257.5878202686426,361.7797697191679,244.64045601540775,170.6732264121248,120.91451362330741,252.05706357619695,90.97426832916355,133.69566625020468,128.9652309397954,297.3269891523048,343.96242999206294,314.319832130709,306.22291723337213,104.65637920638449,266.0680679864819,469.5771532672245,204.7364403012939,107.09658931259602,447.1398429481668,227.6516938029567,241.67139233005196,356.99143577466754,259.9720773602826,338.8023600250375,184.80605205368673,249.8681696779169,477.30790252096534,98.09669962486123,290.340319564955,287.62867258270876,247.74679607926865,312.87477653788187,375.674810776598,197.36962297715377,331.0271499937414,399.3038965915997,384.4294846093992,416.1865441736945,453.1505620058939,180.25060835383678,293.29964663367025,489.5101340694954,297.57467046740237,481.9501759392807,120.31405223226288,335.8571515411075,174.4652561476655,473.0281677150525,52.20500266796479,201.48982800097647,185.09456167563854,402.8886709836067,424.89068401274324,315.96797957835076,372.6042689612278,9.603863773199883,135.83741184381836,327.39954618182765,186.70243111833017,96.59350072163953,354.23652411119497,92.89901416202618,335.2887755148257,217.28076241753834,426.3260352231465,315.74620732831414,69.25367061629417,36.739689142478824,356.5045958614886,190.5588611387854,413.5484506939471,166.85119467524777,338.77375940168776,393.75460171155765,131.0505314857804,43.321992416817004,115.58909453529986,150.90733643414978,356.8280143007938,450.78081038264975,17.554865466244962,191.74570294341552,85.0792445837606,479.19809899914515,93.18549663201881,95.27121771612279,114.33900623722393,275.3646237782915,260.21477899276704,305.9780613816062,257.28598985551645,254.62372594847827,346.4048388738203,203.42948906074443,480.96341077365526,13.363184850834653,489.8140969179703,297.2938516254875,231.5617666159372,390.9407165781967,270.9336653175504,291.59512166973025,154.3296440073777,141.67119606231816,234.94086170759476,244.93965765997282,36.07861903167298,291.03991760892654,40.851018282989536,410.11821590495447,273.15324600151337,416.07968139743537,279.16827405405684,175.22748959427113,480.9436663913922,37.1548960931406,71.72905841621491,154.82391995013535,460.65366812862464,322.6449097444911,371.6051735104271,247.89888189905852,52.04306490703192,42.340413045542924,91.09524914012323,95.26922264052706,230.53052995760893,243.13816748725515,20.159189466697146,40.567385183911455,153.66240367476104,105.6316606322778,290.91056875527113,147.27372201244725,218.44591194296615,338.60701292673343,282.7370248711565,332.76093508146334,176.92066081576328,367.60854927852773,287.4220289714542,300.7908552184648,430.728431636019,226.69515245892336,87.28349384605715,79.80716482679418,244.66044722438517,334.46408333575914,294.8666685732245,381.14746797034695,132.7542541287735,29.08126903949504,49.82575466671524,338.1424828266708,386.0385830734425,495.9383374457599,476.904015635045,70.70606390145862,458.1336355735847,187.42336579668262,444.6447034722963,480.3398525841743,174.16522194737993,291.2369063936041,311.8429669658184,116.9088394279072,481.7620609001414,60.04717691148909,245.5893416854238,379.95938714822876,172.67207670039008,4.612903961791703,62.54837460372631,94.17125786201086,231.49323854998826,419.54629899351835,398.47022419068566,499.0370787318451,202.03329555901973,245.731039705967,150.94534633129663,379.7488843500972,244.22670802639368,69.07320244373905,286.59298943356214,318.1734483514604,243.55089122465156,497.80192033812676,28.38294900851457,446.02638028626683,150.0508056211589,409.10424340431473,343.8677854018315,199.87659889970655,427.4178176554485,105.76272946370491,402.4803073895009,70.32554537742497,421.0088198939096,340.06492035542334,476.99299996375066,133.5140678831447,451.7424868422544,261.0769727991191,191.92670975858084,198.64011899951151,289.81434746555834,40.63277353214367,467.41409669889987,401.6247387117058,474.3202166401983,207.46195968385018,327.0908430326901,408.0080126282635,310.2647617310067,216.8701722004567,29.595210097371872,136.30065902502142,207.19604536693515,488.1437584417313,342.1287229536829,164.15478737060062,442.4905827067127,425.09096498685403,184.8666683911815,316.9747719199729,413.4578096840529,398.6814037631344,272.47873934596856,131.1311343967918,116.43125991049541,57.217169501858514,498.320172820807,364.39793348475536,391.4533436778025,405.13900691616436,466.035977356304,141.01742385079064,9.08233348265519,59.82012344435006,325.46031969152057,69.47833747965804,97.89724221772234,405.6685757752021,27.118133995760907,31.257963476330918,185.45784541963604,347.05797580063836,238.22055276609134,1.9442738409974902,107.14933794030945,113.21750664324671,223.28005759877456,228.59240668204205,466.37865317282814,381.3887686001818,376.29098019694584,189.05298860170194,198.6563398950676,167.64286102873282,111.73350576360886,59.0072440326217,446.9514508718059,403.441500694259,250.872521040717,289.0469011398409,291.0933918118863,109.65280824994727,124.12671066137659,41.59703847909402,62.9691494831287,116.00325985463967,118.11838465998193,371.50997411417006,319.48409446295346,343.3580293272146,17.650822440197224,79.3946027986876,210.741497322969,39.81567838694888,338.1094851795844,308.58285708585254,273.0989219486539,368.4563154562217,112.19145934642394,214.10841791433234,188.16473653509925,243.1157323822276,4.661589178663106,257.2205346659184,82.40395533786804,479.60314992028896,133.17449781482327,348.5113866479167,498.56977946798133,278.2432174955243,362.82481449697093,190.52983895789123,372.90697959379526,400.9486775055241,394.7836647323355,287.03799977776646,13.627124889902253,209.82123919404017,358.41674129497926,80.88709994334242,442.9397241337183,312.63161547507445,334.76754260400986,83.22116580807804,437.11802393767886,63.976110017727514,473.1682023126288,223.81465228865682,128.00693062582536,216.0037535384942,339.64921150756044,10.810586150022171,368.3158208612202,149.30453957944934,403.1616534723266,21.819507841768228,103.27885544870874,297.5903293404891,299.6423030946733,73.7858583227885,405.4533691552398,237.70552331016026,258.741429164682,44.366959661740644,12.597909967487219,318.24449108708365,496.57628329130677,483.60310951855115,242.3383270287296,22.43015261575032,453.41504340703773,197.81022017122862,260.29159847375973,6.275493105308616,312.3185249530498,391.07273135614474,147.2994492379254,350.65121574612965,498.2663730466865,181.7309059903147,86.56470813627392,198.46701854042504,125.37567162086482,455.00954392199947,115.40727627193526,213.493590733297,46.324774501136034,295.0572187859716,453.6498374225879,234.4112042177092,132.72001072318173,247.90474168762734,192.81743941128005,285.5284291573452,478.1759102211142,147.41229061616846,86.78724317943265,486.9843458286579,107.72635868070934,339.8679096160897,335.18512301292327,187.040289802197,264.0313851880588,471.67732310274533,196.64690885477498,434.9508243237763,272.65201013111704,247.96267802432715,198.42416254142537,203.60061584782753,398.2257502499257,219.3220918219496,457.4003154406329,374.97952879408535,466.67649191528204,257.8174084800703,114.13099506981428,463.82363617883203,194.61289256250325,463.4529681655837,303.46779798493907,369.62516913205803,461.76592539877703,338.00408278187734,188.30676224746236,65.79984715034104,277.49917054088314,453.6828271341529,483.34617608935594,261.9980188485249,71.08312985332455,193.28437878785354,311.25888851906615,351.9077060011748,380.72826144587515,375.99071700503674,200.81485698403546,266.42968479619446,155.9584287047754,436.65398125554657,269.652124454165,19.48813395955995,106.48261016627325,36.51921536224412,421.3806712920323,10.100618760699454,411.9322962732653,149.67820070196424,459.7363606184605,158.1418304654969,51.72374337389185,386.17841119909,57.75526777388007,32.62270362225151,63.02355026603823,406.8604280550866,105.52930595473609,277.6318033626631,419.20284205867245,183.8881778219673,258.28737628804976,81.28067094031155,75.79739072731296,262.8699352872298,55.916439343500436,144.88949614536452,15.016619062030667,379.40674058934707,439.2109952920833,124.93460847755533,475.5515565026236,415.54927222604687,453.33501279568344,399.7358892598134,420.7321470425499,482.83076713419126,387.0713108603234,296.3319820216911,370.7925468499501,228.35391320258114,5.217019582194782,73.29143760923861,328.93795989849593,250.96738367045702,150.7339599926083,304.81164617264267,315.10301820400133,479.7776689790192,176.02010027149328,65.7217573078549,396.07338101258284,32.85223844022944,102.65029113437262,294.30286554950135,153.6359690571294,280.7726667100323,356.3130919712636,363.7059482596239,353.91481386519916,4.7735524958254505,355.2938762654516,374.0161620533815,53.9649377160325,101.20638088268986,75.49834624608376,457.20261167234577,105.42780316419442,134.2193393692972,227.09420797619939,409.5238933733757,274.3393288540824,489.852578947523,9.53739372396123,178.51566218066762,378.9659467770631,212.94847587739096,402.3027526733893,244.5942605489597,390.4922168251841,229.1192981913559,223.00887466917607,134.4254588151663,75.42995366924387,44.10444808364811,252.46761584752264,41.34486214749566,493.9777601823401,235.31077231597098,437.1416865535279,172.81006876766426,417.67448608848366,343.4850472878388,489.12283591776975,35.354054507158004,472.0850957036358,206.6625798922237,213.863434973669,73.70359371869384,455.35373192695585,334.4090097792867,326.47803260364736,157.72676229236893,87.77640044061319,383.7854868877166,67.94185022630982,434.595604837548,290.70475831154164,136.30104788339105,196.6453801050012,237.07852516899476,296.5473563489435,280.93666462085133,256.54535047154235,207.7657623391377,310.08104234896115,329.0114848122732,199.24668939099232,62.34593291540702,181.40376585875694,329.7483823189372,66.28120153345607,13.020525163590314,2.243380247298754,444.6549931395295,320.52631584801736,227.70794619498236,74.29772913076415,409.7871733503069,144.56688899729798,114.65341710111954,157.27632931978962,280.9505710430584,131.05586197538764,435.00982825627057,233.3091692558471,440.9520871370368,277.4361191216423,179.56367848168463,89.96600208486628,254.11810735172958,12.200784855101121,43.69388063227464,8.08209721073505,272.5516757694807,356.843490405097,225.7484244919551,3.4608152282028515,156.04257563830083,354.6358853766406,264.6378736099634,247.6835313100375,485.36566766117784,463.2632091008849,121.30840705995382,350.2673469930404,57.404551681843216,390.29610009141015,197.55761134623017,453.5341073767474,274.9519146586609,14.057086858328184,25.04523019954563,228.6699938868967,123.04512314934912,468.1309564320111,239.34843514753734,340.13805663974404,355.289449569533,452.5638346448314,153.8178292457174,298.24647597995005,384.7965837719135,307.68986912835595,298.2007047640861,46.942153710226584,478.8903082202853,297.22570209536957,259.55713472075024,194.09440030173786,476.0139543462929,99.73923953715169,421.72948132968537,233.55978572498915,203.51395771952053,71.52754636340653,357.19462868269767,199.86593159018574,97.53071497853216,160.4813222025151,153.57894001981876,80.08012196446657,273.60749733829573,114.07708790297733,82.84393293174475,59.58049519219932,323.2565310365898,152.18083196711507,279.2739233129279,427.6998111093676,338.1353518407341,122.83385758971144,228.87490867540728,485.0173741245973,238.05959381400254,107.88662352470091,340.21551739471477,489.05659888799636,51.31734955612832,308.2276933736806,211.19758541312007,434.60084062705096,187.94807562404813,82.08605905265753,45.10128449645157,265.47095031105937,45.693907342212015,371.1477593629391,316.3432897262004,378.96226851784286,4.368485022140045,227.16001311420686,178.85783712475302,45.221981972296874,84.64445245636576,367.1550996200925,197.87021242981618,231.79097301271355,179.4328690404291,216.05804684895958,193.69071724136722,467.7519093134864,441.2159559489012,39.824048412769876,430.79714726807805,411.5212616226587,119.99209196448935,312.9603453928911,204.2213509249883,219.22361785755396,423.1210257656085,294.8869118921209,124.69313633360879,93.08150723220598,21.53742734287789,6.496807560560702,151.79583449792722,276.5039396860581,400.3286771866684,466.5266483492607,192.03242193335325,457.2011356858623,151.5077158080691,351.23684677836786,88.66269235731194,118.7158119775722,39.04941653226845,444.7531400516768,418.7130375704573,487.5347788748815,62.25697549154241,189.40116514618532,104.09941986814152,229.04483984684555,478.54363172779637,338.565652526398,66.44952542070325,48.047016864630535,225.60327250705149,343.14915588977016,12.168962455241239,157.7003786706741,77.34423659801092,470.2256935930482,272.19075616654106,53.02288636532049,256.3529195458736,246.27233446674524,26.851049689621153,431.3264687639352,425.54468760884725,106.36956869914505,301.4147583975134,1.1986007650669483,238.0145289019868,482.60059469918235,305.54976177072535,102.32475593168921,28.01811115312858,485.14162214803844,43.16754673215273,475.51922678423585,457.7378554262661,430.55964867735617,472.22132357688605,22.395901875674085,134.14185617631014,134.37226214556685,259.3406389775087,194.02947289636518,158.75994671465477,330.08608487785693,69.84154229294471,0.2196475211807547,310.05103468248643,300.9878734102349,96.22008428796536,147.40840468999127,8.584531744554425,410.7289374923945,164.81337600877032,304.2524793919369,215.61581217524827,264.03339791789114,402.0182573197495,247.85442969392346,286.9209982568307,395.81654778826567,326.4202207673278,324.03109877303893,344.24536799149064,30.575169582752082,67.6733719454391,481.3337389491166,160.61139701257932,235.33886382310877,458.08863506927497,185.80239327965177,103.94020717091945,173.33990898935602,121.48732844394272,470.1711247797857,370.2126829840902,481.1271489140584,10.074904753718306,470.229395054543,20.011635007199047,386.99149381101574,343.88872006496894,179.86815753068842,224.1289707562486,431.60447720038053,20.365234445114623,183.71658889425478,289.568261421702,397.75078188618005,428.05280796242096,54.864052381525475,177.28477249280095,356.0599733979107,434.96766095896334,396.0404482578086,311.0810558829478,496.0978902209261,156.5488222109651,46.72766969757558,383.319419580881,304.3487241641909,42.17892073501539,148.99389178999246,434.4467433485615,29.612982657742926,55.17180343816119,223.0598845778601,237.83572793152752,79.49557031601428,91.84189070058024,341.76192027799067,408.94685804437694,108.20922844967296,315.4652263413897,148.2476735090863,203.879538548439,141.64497884046457,472.48302775292984,4.744589466382787,186.28421246401672,85.07756316747816,71.82235023229633,37.15664181762391,125.91489693164493,101.32610246856599,486.4888225477365,420.8112228196567,4.392623994111222,393.785030914912,213.06700267386825,87.38459749342597,393.7999765417546,314.0248466733737,210.27063696801773,196.7372517065802,146.66791697124427,284.1226104654072,430.64835640474644,432.44777352240527,214.9454870891233,268.99424876211555,450.6524268772886,116.22248278961933,464.1787930022367,270.99074117448663,367.4038149846508,6.047487485444258,430.55821389163617,447.0522149029333,407.2903054141833,345.37223998198976,489.3539551114997,353.4628629875451,343.5673786734088,273.04914653443115,165.1380266461967,493.13476205346296,144.35936755695133,203.00244276031498,402.4545315900735,222.2883655210336,216.35574524083944,179.77460303744408,451.5633341083773,117.3699380954486,127.65445929543206,104.64518705733228,358.26290847833974,83.88351791250503,220.2742279560067,308.0134031671578,8.608395045320737,223.22830182480357,71.44937332156375,484.4204682055563,331.4167029318813,90.41148349887807,99.56998116033755,350.65804663705825,404.64573996641974,112.59380683611364,152.50272727814286,199.7318255556433,16.658362340438938,222.41762258439624,118.05644446261354,242.10111575168236,154.87373145309957,145.0870132459825,481.5605831129024,360.2297272691669,204.1825718452437,177.7914436544944,188.57072526534446,290.4886965492669,166.34313605735252,202.1010738023914,21.929543062656265,407.21787581489775,273.10262945892373,435.9400777065142,380.2370696202898,322.7202133888396,361.83604035803376,221.3634592575663,120.25209638862432,439.75540446141656,479.5477086041363,84.20057309353346,361.91636974665045,434.9603705027753,228.22828560239338,71.12056859752691,457.44089782304366,204.2084783849558,434.49410190524975,473.1679995848769,187.86824534555868,341.79060986462537,102.79483665910372,350.1380481381461,270.6407748036945,261.75996624117306,288.3571609790945,412.0270666684909,31.81626716223085,107.64985919970671,339.0392465802795,280.2742210621938,396.22716001021774,166.7964053258514,175.21387154953806,317.74850238293715,100.15585086243838,149.5570887928793,160.81967456424275,94.59214003282045,208.07838318745507,256.8457487035096,421.89340969359444,498.28543256996124,366.27701344959974,113.68755230561712,297.50390363753667,421.56169362784254,300.2088124086968,407.4703777813865,5.651799023428494,22.039706655739067,499.9402289782101,297.66599694655105,44.320773427195206,10.51934555043843,64.40636119404152,222.56722655542603,312.4591936714244,197.0138879874701,298.3569118958715,369.647698184326,362.60244412879916,111.4277210841611,150.45367017290147,143.4832838452904,379.80719102404817,121.30811556350662,291.074467002296,190.05047889109284,363.0228299710427,267.4033671528281,339.25780100948134,86.07600323466758,196.30989395774034,345.9092874172794,396.7586087512884,139.94669150737016,373.8844868823263,158.35952484660032,459.06453838246773,189.31653877402354,150.62804936860607,107.72934414256463,4.917280411197988,359.97728025418473,204.65335329742595,262.6111116653331,54.54374162171216,418.0089278820652,367.64679331153485,323.1713004575406,40.65049777650431,58.62543923563679,376.8163197400883,89.04560860324962,463.0461924129984,401.6367176185479,394.3043659010911,445.27309774949987,200.89394427499252,382.19432590811095,417.26434916678147,215.20918595249873,47.29100398218555,177.72599564215997,121.28767846218824,30.41903203806262,304.6321714353232,67.42262061787507,16.55664336608409,167.1973587486617,476.49011684784415,330.75424815795327,441.79725523374645,489.1565473129972,298.04368319852915,23.508050080671474,45.53049427288314,499.45298512425774,150.90860793711335,45.61098237218842,103.68375157678067,106.21092288041677,68.42090854983407,66.55837108499074,412.7345081144539,169.8587970597445,476.51260120391447,218.77556998937087,233.72473613461753,162.48399621904642,79.59657940689479,20.378238659860216,123.803023133786,257.125054472243,352.67373065799114,251.78204823564408,204.33215665272553,187.37360782066625,24.20001601612465,393.5231057139331,150.27530006385027,298.28483595248343,476.2680144640831,104.25764269904636,497.50046819864843,478.45709456044983,261.279187591558,109.60903684014379,298.4368206389992,488.276601226012,437.4406836368474,412.55176524540525,90.31739977826491,190.8251806882205,486.9223698488201,157.25968026242765,326.44879252658086,492.2981268958969,138.93153835994687,32.95644148068111,426.31804020034,21.32321105633239,377.42302797721294,301.00880696300135,173.33690844993055,195.04560199438902,199.70607823117172,200.0081658413584,351.7841132548429,25.728335170349116,256.80561844607354,13.624943875803485,99.66373705445453,323.37460861125766,300.6892258409284,493.7434107505225,36.6200392886985,175.5716416577049,301.28128175488376,236.3178292607413,90.09990657770683,313.49773264565187,252.8636910984764,51.932623029755206,373.9009877344578,300.63097049796863,229.25322442195883,89.72638449555303,368.20939215098167,217.16854976219568,164.051389811941,411.8559864780934,32.935876894952365,276.34638954468926,93.83538893550126,80.2141295519817,160.37959137703263,68.9655564824393,107.31791041752537,28.721477406096096,315.3718318880703,150.68365887912938,163.72327041677391,216.62976356387574,306.8250280955401,106.23312653444617,110.92016744968225,39.85311735365427,381.0999844913986,128.55795729144415,284.25288700469144,41.691814828158535,498.37569127871205,280.16520987060045,188.5979130400417,89.010305083426,25.0769404226463,472.6742182083232,251.93638475049585,201.70787093515528,270.0919449265753,404.18089184371576,130.52572169576882,50.81508377446464,143.31502193192858,207.68778494658767,362.0181669127973,252.21579456658205,179.0746892178452,331.70110070844885,46.14786841484519,417.971771092401,183.36589138728831,251.87121679626057,313.3865577653497,273.86771216617,267.36960432681354,117.80336561111493,234.5783904244827,452.1971919919274,422.3720149457075,398.4523630036737,79.76726844603232,68.35172948608836,152.53338941765327,65.53560478466636,0.987591504952201,296.042951867051,391.63298430633097,167.20366710785183,173.17861976896188,215.69911029734,410.2083582309418,275.0955764393854,235.96360194969378,458.1635119663148,93.34785607103801,84.47121881276898,437.5840927547742,393.5357121222559,229.4357483088466,317.91234988346775,171.41147440379078,395.7418583534355,205.8353111892809,127.34563319706693,470.4264347501127,28.51813517091484,263.05821306065724,374.65875413016516,188.78999128532635,81.49398683329079,121.61331501796747,42.1267803699299,127.26393410505732,489.3050092721069,259.4109226194937,238.46076419166795,191.81475749863841,49.20498985258259,94.40208715536546,358.17823753506536,484.2867471075891,104.9511548672789,257.46595859454845,9.92737451145953,335.5772814081482,320.04692631596134,68.34988629485694,116.48933568252528,476.337991128726,66.02480707586733,425.87655510208987,329.59615505262366,69.7330320183146,190.0035434715648,278.2981504125337,143.54701031317418,292.28361790039605,86.55550372500065,399.54098852251974,340.5343554524717,396.4700659453253,391.58095116772165,104.8148262846651,244.18556972696214,299.7186210007039,127.29143303843504,469.2440897753749,249.07019767537852,70.16275383372594,307.95498064338534,118.14907124445106,360.2833995229553,17.910889286982588,388.47830614894474,435.612454241438,172.55470710380715,325.46599809542056,241.42907649288193,355.6228942585169,314.2424194224898,91.71625657761318,401.45927923718614,42.25359480454183,219.78857704459952,328.25154518786036,403.4466747887144,412.75492452914796,162.4928336585908,375.79391835745736,62.90870091577616,237.2229095593783,417.52970224872246,360.93515088525527,419.81388892812265,58.680680536607355,136.38261660186447,255.06637527380582,143.77430760977472,5.26659419896558,463.5546942731055,160.76981727018224,3.166224846975374,196.56273175969054,116.71821967191399,452.19809349597386,235.57560473977745,416.9467691739164,1.2979844500603521,16.81972782914054,18.561729320125675,414.3877084043591,128.98599656043385,156.00758788763957,102.29619143165336,221.14493770083797,263.73511644458483,405.2899732636721,72.71099127069358,193.09772295630424,300.9172906971642,118.41804752643958,315.50631476302846,388.1562215346155,265.69932610247605,387.4281760355757,1.418750021723203,184.78330137585797,405.45527007518456,373.34936776326697,37.13838731327257,173.4977301048025,415.23468657657423,393.10804852068117,380.2324826393716,179.86373174073933,370.36305223072463,135.8632849043483,361.6547371296329,41.0435786680734,475.75816805435767,410.05965742355454,55.82553762953746,154.6668999910179,222.7907681864627,99.82181178107442,216.6800909235259,429.2731733494563,402.4841186167114,328.12468044149267,312.8996730943629,50.048831911735924,117.5792721498129,176.5739379649388,266.4914824014514,396.2380918892728,380.1590091929519,234.3173367942659,79.17608237110917,406.9440136554797,62.90989996658658,443.19590682947853,48.436830409547824,302.8041776785442,469.7505096140062,368.14640373779326,444.43671932637517,162.0782827041728,362.22801628787647,352.96973618400483,367.70202165164824,6.028989257682915,417.04075343270677,130.16776600967083,434.84594989730084,262.7774499125648,137.80095380448842,42.93879547361745,483.39735137824624,448.77895400003,90.56720765959415,147.20631700964182,75.0293657146639,387.66441707072295,423.6709983667125,119.4914746757657,121.22637018424842,18.74518159255578,201.54078780451044,317.0571299694997,328.8233636722895,34.0589816615543,170.26739831777127,255.508425522487,43.727304950508696,230.40496497539152,43.77938677982374,494.406085667892,72.49404117638147,256.24254810449423,406.50393237131544,434.6514508917976]} +{"expected":[0.7541276,1.409475,0.90125716,0.5951846,1.2264634,0.5916935,0.2006879,0.20414357,0.99036705,1.0104675,1.1723163,1.2968296,1.1629901,1.0263163,0.52942574,0.858603,1.402133,0.72704726,0.6473659,0.7635652,1.0475849,0.06298112,1.0221908,1.5260688,1.0099478,0.20497327,0.45756543,0.7737416,0.6633538,0.27502227,0.53133625,1.5518014,1.1332747,0.9935676,0.6050056,1.5079645,0.21756919,0.81499946,0.8637732,0.771592,0.74708664,0.39107585,0.6638408,1.3152294,0.26146758,1.2604504,1.2475274,1.5611154,0.2911363,1.1634927,0.7358825,1.1074349,1.0982138,1.5575807,0.10412173,0.6163075,0.53974825,0.40396476,0.69763666,1.3962839,0.3389625,0.23447375,0.5655901,0.6820959,0.14205912,0.93020314,0.29431397,0.9607921,0.9374962,1.3839804,0.8675875,1.110438,1.3877958,0.9177613,0.58619225,1.0705644,0.3904777,1.2635883,0.62284976,0.93626416,1.2076628,0.7687359,0.87586415,0.92414194,1.1729139,0.78068006,1.115714,1.2905008,0.88056976,0.7457667,0.7760599,0.8155275,0.06669168,0.13025714,0.35456327,0.6574124,1.3447783,1.197151,1.0709927,0.81452525,1.2226834,1.3429909,0.6002268,1.0920125,1.2162879,0.72578114,0.2190116,0.763179,0.319381,1.3829873,0.6263165,0.9644548,1.1428698,0.8388347,1.0511757,0.32777464,0.9220977,0.77436215,0.817811,0.5576004,0.62075955,0.6530891,0.9894761,0.47622344,1.1287792,0.33550596,1.2375698,1.2910901,1.4461904,0.7827804,1.4700633,0.7392715,1.390935,1.4878796,0.6484173,0.2420358,1.2305222,0.7008799,0.15708144,1.1914439,0.72306913,0.99235034,0.8500413,0.19119443,0.8598755,0.006689105,0.0074781296,1.553244,0.915326,1.344105,0.4703462,0.37707695,0.9490775,0.98494714,0.564476,0.7195277,0.4029155,0.24067882,0.91488993,1.3434932,0.6418134,0.7936284,1.0148648,0.54010785,0.6223066,0.95859104,0.9122468,1.1931924,0.8453261,0.20646153,1.5393945,1.1972392,0.42599547,0.7391382,0.6800665,0.45629087,0.87945,1.4695588,0.2130251,0.61847913,1.0930105,1.3303963,0.71159625,1.0765092,0.75676405,0.6080234,0.7840977,0.23131472,0.80504507,0.8500502,0.31821752,0.6528535,1.5044372,0.3162573,0.4989906,0.6177482,0.3628503,0.06100139,0.40068984,0.26433477,0.67354757,0.12752433,0.6864936,0.72313327,0.85651463,0.048945554,0.18777443,1.4358172,1.0770245,0.41451627,0.43631905,1.1620923,1.454537,1.1220753,0.3225703,1.4856706,1.0138662,1.3602784,0.93670297,0.24160235,0.8664833,0.13302384,1.0801015,0.8675971,1.0085183,0.10391766,0.85292596,0.61211944,0.8413747,0.88910395,0.585318,0.8600789,1.4009008,0.673911,0.40931818,0.47877815,0.784196,0.20102726,0.52628547,0.6218514,0.94449234,0.44925287,0.7780032,0.055616003,0.51146865,1.2939625,0.33092445,0.88626295,1.4619844,1.0831863,0.93449503,0.7610213,0.63050693,0.45569086,1.2778326,0.9107669,0.67748356,0.3990442,1.0196126,0.5372458,0.60573566,0.8800974,0.76003975,1.2366669,0.7214413,0.9073667,1.3904884,1.0163829,0.20737754,0.879475,0.26227322,0.7717764,0.29686373,0.04607202,0.12658054,0.70819086,0.9332299,0.20203497,0.66657007,0.86494696,0.51878315,0.6350124,0.201091,0.28152707,1.1840584,1.1379018,0.7774687,1.3635424,0.91446567,1.348533,0.28421,1.1622032,1.5313612,0.48751432,0.8501973,1.2985876,1.5234063,0.002292947,0.6697249,0.5449208,0.04621741,1.3955445,0.3752799,0.654028,0.31523132,0.7613166,0.28432426,0.18391876,0.6577741,1.1714404,1.3337147,0.6619554,1.3534805,0.2364041,0.59466887,1.3717165,0.22983405,0.79265445,0.8024136,0.8273169,0.3168551,1.1959676,1.3137954,1.1644703,0.33325425,0.95313066,0.68977696,0.9940016,1.0757512,0.573434,0.6957648,1.365807,1.4508153,0.64872754,0.9566423,0.79801685,0.6005174,1.4362545,0.3703721,1.1887755,0.22215511,1.1750536,1.4565294,0.7976829,0.5246274,0.7604334,0.75451577,0.15659149,0.66773444,1.4761626,0.69386846,1.238009,0.47055638,0.8592097,0.5163213,1.0255548,1.0088177,0.13816656,1.1383029,0.81328523,0.06866902,0.15167318,0.11316892,1.2992785,0.77471477,0.7176805,1.4051824,0.6592687,1.4572006,0.26407248,1.3704953,0.47600174,1.0088341,0.8626545,0.16135994,1.1014643,1.351934,1.0713122,0.1104248,0.5089636,1.0969725,1.4043337,0.41856593,1.4541022,0.5162928,0.89141595,1.2516211,0.26735416,0.62722665,1.0120746,1.3832467,1.2681957,1.4350191,0.21519579,1.2519501,0.56711334,1.0775896,0.077294886,1.1742747,0.40043598,1.2909372,0.37318087,1.1032486,0.13437241,0.042255204,0.40884227,0.13363607,0.2467984,1.0186402,0.21745333,0.62466794,0.89036644,0.5553053,0.23225924,1.4803659,1.0523118,1.1487441,1.1561253,0.942217,1.1983634,0.75851506,0.91492695,1.3046012,0.20258912,1.1528144,0.19168238,0.9675507,1.1163776,1.4706974,0.05724597,0.3657237,1.2693173,1.2099509,0.363029,0.671617,0.3658547,0.014449665,0.34037125,1.4649444,1.2970659,0.62378246,0.7652989,1.1209854,0.55978954,0.50107104,0.063860156,0.43598536,0.26465827,0.7748087,0.96289146,1.2576927,0.9836232,1.4024087,0.48265213,0.82344127,0.94321173,0.021020237,0.885782,0.031283475,0.53929716,0.4402859,0.10913629,1.2170002,1.3327113,1.1766955,0.75678855,1.083571,0.89316344,0.896302,1.516774,0.98064065,0.7362394,1.4893361,0.7818111,0.12709996,0.9795678,0.31877002,0.7056438,0.34810403,1.464448,1.3447638,1.4984207,1.1482811,0.84043026,0.9464474,0.7537492,0.34411576,0.78926677,1.4436272,1.4556404,0.70427835,0.5429435,1.4651246,0.56611556,0.18671085,0.52408653,1.1392106,0.95401216,1.1092671,0.9203345,0.7912882,1.2162552,1.306399,1.24026,0.76592875,0.95850337,0.33427557,0.5101271,0.8789202,0.94941056,0.10743566,0.13326062,0.053026468,1.4093703,0.5665935,0.11539478,0.3471879,0.7839949,0.11039671,1.5343889,0.97065234,0.0807843,0.57112056,1.485939,0.6860369,0.7455525,0.18184789,0.96166885,0.96538126,0.14311178,1.5222492,0.4944525,0.45642024,1.4809395,1.0897088,1.5155847,0.67933935,1.2954186,0.6209194,0.45153484,0.78455687,0.21782608,0.000263736,0.22917289,0.6217022,0.5380586,0.15661378,1.1840146,1.2213787,0.81810325,0.4493363,0.9852383,1.4229131,0.64107287,0.7834616,0.18043472,0.38936058,0.20783938,0.9585586,0.03985647,1.1061124,0.90673,0.39664876,0.36385542,1.3024497,0.96421164,0.47439635,0.25014636,0.99911183,0.8164652,0.87628824,0.7450335,0.06662408,0.4940063,1.1515479,0.405496,1.3084778,0.00077437016,1.2339082,1.5000148,0.84711295,0.052435577,1.2450547,0.9930129,0.37221196,0.23081218,1.2600476,0.45524612,1.1887616,1.5243294,0.922628,1.304528,0.97281516,0.71127963,0.37803915,1.1062788,0.47491252,0.70406663,0.60237104,0.14259966,0.59884596,0.8407595,0.8689606,0.42063102,0.5705058,0.2804194,0.12055291,1.2966343,0.687675,1.1029868,0.09019019,1.1329114,0.7047958,0.6779139,0.73578036,0.66072375,0.31497273,0.64940476,1.1952392,0.9778559,0.9906282,0.38950697,0.6626506,0.77092505,0.58513093,0.5774004,0.78034776,0.71492004,0.048815303,0.4568968,0.27594954,0.7597012,0.8956992,0.6242269,1.252138,1.2270149,0.83335304,0.018934855,0.12240158,0.8703547,0.5008744,0.9193513,0.8248239,0.84873897,0.71400076,1.1525676,0.18134211,0.7755326,1.4213667,1.5433308,0.20483865,0.97974336,1.1910233,0.25885406,0.76160383,0.47236925,1.5518886,0.27854687,0.7274483,1.3003497,0.6047892,0.72402734,1.3217145,0.6110326,0.7922695,0.8671259,0.9064796,1.3405643,0.20118178,0.29040185,1.5069672,1.4015431,0.46309602,0.7686531,0.05507765,0.50342685,0.46923867,1.265031,1.5310345,0.43870473,0.067286156,0.73001504,0.04277191,1.3503709,0.98452044,1.5157316,1.3294103,1.3735119,0.47630307,1.0980023,1.3449357,1.0752969,1.2230196,0.867581,1.4569466,1.1959131,0.97879046,0.5277207,0.5584159,0.33557004,0.104903825,0.8276959,1.1452036,1.2210011,1.5021217,0.3368088,1.0756278,0.6519601,0.86891204,0.4576238,0.5986241,0.64578015,1.4836386,0.68864185,1.1127849,0.111502714,0.9233817,0.697405,0.4960316,1.1029667,0.6771905,0.7519768,0.2969408,0.07114627,0.65098834,1.2679814,1.4810517,1.0742787,1.3843457,1.1544172,0.1631317,0.6910672,0.8795584,0.33741403,0.0884764,0.43942875,0.6008501,0.72179353,0.54161376,0.91514766,0.36644146,0.8421524,0.5508267,0.31388938,0.17006533,0.49541903,1.526511,1.3095202,0.8957783,0.28553176,0.2633884,1.507248,0.98718077,0.38468358,0.0661039,0.2956662,1.4373953,1.2871746,0.9474601,0.1464599,0.21411732,0.55274177,1.0566499,0.9331256,0.70838606,0.03628311,1.2140474,1.5176458,0.52834475,1.552732,1.3926647,0.8126882,0.08525523,0.96272695,0.5326109,0.92420197,0.7997167,0.34247172,0.26436293,1.2377688,0.3773292,0.6603795,0.36190683,1.535002,0.8980848,0.72537965,0.51316047,1.1357454,0.24879596,1.177603,0.6241431,0.58350897,1.3907697,0.7177061,1.3189625,0.48149672,1.1415881,1.5137784,0.11060709,0.1755116,0.29504406,1.0248748,0.056452613,0.42533213,0.9896727,0.53969866,0.75183856,0.41424468,1.486274,1.4265425,0.16753337,0.6745839,1.5629724,0.9285413,0.267061,0.8541734,0.6733278,0.17464437,0.23181637,1.043361,0.3930176,1.159619,0.74504787,0.5836274,0.15873167,0.17252173,0.28021383,0.9402509,0.5781104,0.71197593,1.3155501,0.7248619,0.74709386,0.9156641,0.7741072,0.80079275,0.42105335,0.70096385,0.97086877,0.45228,1.308584,0.9313267,0.9981489,0.9051302,1.5618414,1.2102232,0.7836425,0.32777193,0.16103177,1.2557846,0.7472764,1.1764662,0.5618532,0.66726375,0.46659973,0.14456345,0.90620077,1.4897376,0.05223591,0.48406196,1.3663706,0.98886675,0.5087841,1.2441233,0.28997785,1.4368356,0.7737005,1.5332475,0.5611111,1.568973,0.7974556,0.33321512,1.3433216,0.9808468,0.7398685,0.6058986,0.41874188,1.097121,1.1587151,0.8565067,0.98147255,1.2178154,1.002065,0.06015749,1.0421742,0.89171964,1.2262845,0.56129146,0.40509644,0.18865623,0.4609846,0.23387034,1.16036,1.011233,0.7400491,0.26249105,0.8557396,0.6296411,0.5560216,0.31240836,0.8235953,1.1940871,1.4625134,1.5338966,1.5005655,1.148483,1.0611825,0.047646437,1.0713454,1.0075755,0.4728482,1.4133251,1.0047915,0.80377203,1.5016105,1.1422685,0.0074946815,0.03434227,0.8982944,0.64273655,0.2106443,1.4383496,1.4469898,1.0742369,0.34222052,0.8261176,0.13436994,0.2966221,0.46973336,1.2341242,1.1907032,0.041692197,0.1637964,1.3091048,0.6149608,1.1360035,0.6081945,0.824303,0.6213608,0.29071355,0.8018019,0.5623062,1.069877,0.72414064,0.04579699,1.1580483,0.39019358,0.7984866,0.93381834,1.011391,1.5340838,1.4312295,0.88009906,1.0197048,0.75102466,1.1492244,0.7701796,0.0130317705,0.18508823,0.81609,0.31205285,0.14876258,0.42536703,0.23964109,0.3152972,0.5248252,0.63658315,1.4704791,0.69719833,0.6573458,0.59342813,0.75186116,0.8967019,1.5441533,1.4740754,0.79532856,1.031556,1.028462,0.0070122858,0.51288486,0.47805557,0.9330429,0.23403123,1.2743838,0.7675669,0.16444035,0.8411435,1.2261739,0.31173483,1.4086486,0.526613,1.0223919,1.22719,0.645334,0.8221462,0.07444317,0.34234047,1.2884691,0.830719,0.34939185,0.99699426,1.1629604,0.94986117,1.3691539,0.08594207,0.28509602,0.08029182,0.34661555,0.69347316,0.6049188,1.4975942,0.9172273,0.78532153,1.4803884,1.4281341,0.45552477,0.77877504,1.4968578,0.36785126,1.0470352,1.1909584,0.79561526,0.9943728,0.6395747,0.76341087,0.61836356,0.64639133,1.1157514,0.6453216,0.7323853,0.7199902,0.92540526,1.5405375,0.76469034,0.39483252,0.45546708,0.028041454,1.5319498,0.6070585,0.72308767,1.3379693,1.5580368,0.05997744,0.010560712,0.74940383,1.4386672,0.58832794,0.9882964,1.2151474,1.4613023,1.3380737,0.15044113,1.2826538,1.3123138,1.0240042,0.43045062,0.3846864,0.7552931,0.34869814,1.1307546,0.70040923,0.401125,0.8258818,0.49165073,0.43414316,1.0444291,1.4088227,0.4811157,0.8836817,0.28458163,0.05829698,1.2565151,0.78844106,1.4746326,0.5118387,0.9792231,0.44702002,0.5183407,1.3231912,0.30599442,0.8655608,0.5168029,1.0471799,0.994027,0.1669341,0.8422224,0.6275947,0.7888348,0.76158434,1.0143336,1.1044106,0.78711253,0.99752104,0.8765115,0.7883074,1.1131302,0.1756052,0.53153163,1.2039086,1.1031849,0.82291853,0.8860307,1.2814673,0.16107625,1.2944813,0.07109528,0.46882132,1.4107825,1.5567524,1.3858217,0.8202461,0.8115484,1.2421954,0.798514,0.5174507,0.6234058,0.7326197,1.537216,1.1956656,0.413019,0.55855894,0.9770732,1.1508561,1.1300352,1.0581118,0.8388771,0.29398647,0.6638225,1.1057482,0.80581176,0.94802123,0.3834864,1.0031238,1.4599156,0.5044813,0.40387565,0.32892314,0.44969687,0.237557,1.0205797,0.15574434,0.87682176,1.2039819,1.1446341,1.3032653,0.6498818,0.9147034,1.431508,0.7810191,0.7785352,0.2943417,0.17297825,0.9226972,0.8797166,0.87617946,0.18485352,0.7422909,0.41301167,0.880192,0.8192368,0.9428217,0.75459915,0.21149608,0.8897417,0.44382644,1.0617232,0.9794356,1.528911,0.7566231,0.7494915,1.1454451,0.6341095,1.5288835,0.99686545,1.4670401,1.0216857,0.57053244,1.0274295,0.6104278,1.4152209,0.8217252,0.82768494,1.3375037,0.8396879,0.596544,0.7131475,0.26081175,0.042835865,1.1088592,0.24523662,0.6188826,0.81695616,0.7047118,0.9016803,0.23039874,0.8314579,0.9795658,0.60438144,0.39015102,0.8038152,1.2263436,0.330572,1.4422413,1.4291815,0.44689494,1.0120913,0.09240495,0.0780607,0.30452815,1.2452031,0.74015963,0.841885,1.2424673,0.43276796,1.108622,0.81065136,1.5594276,0.11686586,0.19045389,1.441647,0.061806843,0.17909543,1.1220194,0.44979632,1.3633068,0.2790479,1.4447144,0.65048414,0.42101252,0.92333955,0.46222785,1.5684241,0.9359025,0.51001114,1.2874566,0.8628226,0.7829411,0.66406095,1.3912038,0.46488142,1.4296066,0.63093823,0.19805436,0.63854015,0.14568152,1.4155114,0.116787724,1.0424025,1.0974858,0.016213369,0.26436192,0.8263811,0.87431055,0.4314105,1.0956342,0.68547577,0.120496914,0.79575783,1.0343648,0.9183679,0.7928309,0.72431415,1.0115267,0.02704438,1.1600701,0.2598012,0.43120825,0.6653833,0.6703957,0.5848349,1.1205368,0.7163429,1.1424911,0.15379997,0.80232584,0.8311584,0.8622333,0.7569471,0.7398825,0.70217466,0.3310583,0.9779423,0.5810663,1.2743202,1.4331961,1.4413389,0.905065,0.6628421,0.11343461,0.69566786,1.2418765,1.4394274,1.3184879,0.58679277,0.69285214,1.1388733,0.79312384,1.2586275,0.7454641,1.5232937,0.90468276,0.8372064,0.6930277,0.9805662,0.6196013,0.32706326,0.89093876,1.5422932,0.7832331,0.058678765,1.476069,1.237344,0.30059296,1.5154184,0.9514103,1.0329796,0.87061393,0.35846055,0.54861367,0.6973272,0.6064566,0.0036311997,0.24519621,0.97056466,0.687704,0.6862698,1.0400679,1.1317466,0.4941808,1.1952348,0.22367363,0.3319814,1.5629338,1.2472681,0.0999027,0.8747018,1.5468049,1.1307836,0.03412227,1.1795255,0.6396368,0.31226733,1.3771156,0.9125437,1.3180152,1.324923,0.61290616,0.52138174,0.9485498,0.5042781,0.54110354,1.259062,0.16224119,0.57044035,1.4988211,0.23488362,1.1010454,1.1022891,0.53922004,0.6231591,1.5225207,1.0543681,0.5855531,0.03621042,0.43930924,0.93490946,0.56946987,0.69941866,1.3908163,0.623436,0.8326028,0.86871105,0.55800045,1.1083802,0.4713402,1.415722,0.73229206,0.5186627,0.14220008,0.0289217,0.95059776,1.3959464,1.3854066,1.2393236,0.81268126,0.7483544,1.4729517,1.0396863,0.40887204,0.8960654,0.88035655,0.9543132,1.4899747,0.8329274,0.92165935,1.2782601,0.61180943,0.3287113,1.3023865,1.1389751,0.7601136,1.3384205,0.8240892,0.6926542,0.43527025,0.44233516,0.924073,0.85197926,1.3682959,0.73417044,1.041351,0.6534816,0.37092766,0.80537736,1.1281538,0.91090727,0.8678226,0.7744665,0.9043992,1.3670225,1.2054926,0.46422365,0.43936333,0.39302427,0.026727533,1.093197,0.675479,0.91647565,0.7402604,0.749258,0.22393084,0.9649741,0.26060003,1.2200923,1.5210648,1.0203791,1.0640101,0.029004522,1.1010545,0.71756864,1.3006665,0.92406756,1.2206258,1.3175337,0.86422473,0.5774237,0.5853917,0.7265964,1.3583125,0.49486023,0.16569461,1.2855799,0.77871394,0.787385,0.6992751,1.4158456,1.2891849,0.031348445,0.43349886,0.44784585,0.06321152,1.474674,0.89841413,0.76379216,1.1351056,1.4181007,0.16835856,0.9330459,1.2444438,0.77800757,1.1068755,1.3766862,0.44695142,1.1367894,1.3566401,1.2527299,1.2874918,1.4399508,0.9052996,1.0075417,1.3613212,0.04827684,0.8575967,1.2514267,0.9040219,0.93954307,1.2132071,0.68849903,0.1576379,0.9101406,0.7288719,0.83725333,0.46358022,0.947611,0.27138355,0.74067897,0.49637592,1.2739952,1.1049489,0.75103897,1.0822049,0.88731086,0.63288444,0.5096763,1.2451811,1.3408732,0.085050665,0.5818368,0.86635584,1.5472169,0.8815588,0.8184858,0.8611899,1.1973175,0.3074658,0.08402056,1.0441576,0.71119225,1.5529335,0.46894857,0.7296131,0.44181615,0.15399696,0.552462,0.81694835,1.5047107,0.3372619,1.562984,1.0619767,1.4284629,0.5040596,0.2872801,0.7684645,0.8996036,0.5274413,0.7865751,0.5059665,0.4271852,1.5626677,0.55389845,0.14258206,0.15898202,0.96508676,0.15770492,1.4069885,0.047783058,0.36903876,0.7117269,1.4393278,0.84593546,0.72378564,0.80652344,0.69014275,0.09840376,0.020226011,1.5577464,0.6010964,1.286514,1.3954855,0.71234643,1.0885987,1.3145369,1.4984493,1.4260595,0.28025743,0.37952816,0.95397055,1.541013,0.13694996,1.1167873,0.5850716,0.7097317,0.9161069,1.5670619,1.3711498,0.29360253,1.041435,0.8251893,0.54677355,1.2145525,1.165123,1.1385416,1.0598296,0.8976601,0.43265387,0.7163376,0.23540737,0.87226045,0.51232284,0.5234895,1.3158876,1.0225824,0.906268,0.7755634,1.1178336,1.3267201,0.8061236,0.6618073,0.8647134,1.5622679,0.8550798,0.13721332,0.33260408,0.6551415,0.33128458,0.693706,0.8078629,1.4403404,0.5205154,1.2795514,1.0338938,1.2677506,0.69183624,1.5345212,0.4284028,1.2918671,1.4244869,0.672791,0.79016906,0.7916711,0.5689373,0.5872892,0.03425063,0.61776245,0.19277771,0.34198147,0.9196145,0.073560275,1.3438365,1.1777358,0.07983943,0.68540376,1.147436,0.8588964,1.2053959,1.147957,0.9228448,1.3030168,0.8763911,0.13091484,0.27827677,0.2995918,0.6398552,1.2405897,0.92694426,0.9652175,0.846633,0.49682447,0.3598604,1.0933466,0.768753,1.1593337,1.4038614,0.99433887,0.378708,0.76446915,0.43777367,1.2949785,0.3087172,0.86813784,0.2381674,1.4827864,1.3665049,0.22509292,0.66888535,0.64611447,1.4373496,0.9040282,0.038930576,0.18114945,0.9529607,0.59632564,0.208358,0.83939815,1.0811503,0.66844594,0.20639303,0.90819645,1.0118936,0.7154176,0.8532569,0.30183086,1.1663319,0.9757258,1.3307627,1.166503,0.61098206,1.3090097,1.5699065,1.3470635,0.6178935,0.03163469,0.9800067,0.20286128,0.3436621,0.06008773,1.4362972,0.8288617,1.162812,0.31827307,0.86187553,1.075679,0.34890735,0.5751996,0.062644795,0.77864724,0.84029716,0.776297,1.480461,1.0394392,0.8191792,0.30331314,1.549133,0.59831566,1.1977984,0.6381695,1.1008521,0.28562176,0.75465196,0.9507203,0.0027633149,0.18126036,1.2751037,0.109725736,0.57593274,0.8259901,0.22838172,0.37228292,1.2046809,0.84822476,0.77970684,0.64778155,0.60027903,1.0170003,1.088518,1.5603231,0.09234849,0.20591862,0.08498368,1.1428795,0.3110899,0.40905178,0.81465644,0.3141734,1.0392203,1.3082114,0.9370625,0.66783583,1.2950227,0.63369113,1.5147139,0.73987854,0.98999095,1.4934337,1.094982,0.7317685,0.39208478,0.066307686,0.6637203,0.13324168,1.1790063,0.8154114,0.342697,0.7449122,0.17317493,1.3670594,0.30813545,0.47241715,0.795421,1.1643269,0.4111364,0.9911894,1.4001056,0.6289091,1.0397506,0.10714455,1.0551808,1.0750717,0.36995608,0.438233,0.37988546,1.1058979,1.1542239,0.044536687,0.9623402,0.6971546,0.89957017,0.479451,1.0552832,1.0792623,0.20469731,1.0335726,1.3137465,0.23628093,0.2904702,0.0873407,0.68819004,1.0208085,0.7129171,0.18507051,0.06597772,1.4014608,0.9823825,0.5179414,0.117068335,1.5705303,1.3528813,0.30892935,0.37862572,0.60352343,0.7294581,0.98877054,1.2022526,0.11234218,1.185981,1.023268,0.955003,1.0062048,0.8343965,1.3053479,1.1846639,0.36021066,0.6932876,0.6188342,0.88599026,1.3302244,0.82371306,0.24716768,0.705724,0.6096052,0.7577914,0.4144098,1.5113188,1.3269418,1.3822746,0.5905999,0.3817964,0.011365543,1.0201484,1.4463394,0.26692113,1.3295894,1.3631454,1.2406529,0.26521775,1.0805514,0.5028532,0.80190045,1.4382931,0.9262367,0.88403046,0.25951448,0.5722051,1.2574358,0.04692223,1.547527,0.43674615,0.7297697,0.42813691,0.35978055,0.8249514,0.2903894,1.3093969,0.19142269,1.2396512,0.5502742,1.5175512,0.5432578,0.11020729,1.0654638,0.3063277,0.7461086,0.45623922,0.196609,0.3962589,0.49973205,1.0697496,1.1364678,0.68906486,0.019771222,1.1223365,1.1168711,0.080709964,1.481514,0.7703117,1.5591577,0.71614057,1.4689353,1.1213889,1.2205995,1.350004,1.5293411,0.5063237,0.021680921,1.5319844,1.1243203,0.99868065,0.8796215,1.0225914,0.96851057,1.3845675,0.46976453,0.95719063,0.7138631,1.5263778,0.71197665,1.3457179,0.3587728,0.7938638,1.1782371,0.7629024,0.64808565,0.22126319,1.4930338,1.5435168,1.159336,0.14478686,0.11177316,1.3309114,0.71512,0.6215816,0.9023128,0.062022053,0.83850056,0.68181115,1.353847,1.3466089,1.16555,0.022752397,0.73292977,0.1040771,1.1354178,1.2790103,0.9047501,0.9164613,0.3697037,1.2158831,0.6427532,0.59843075,1.1982032,0.63813967,1.0253984,0.8311312,0.76359874,0.56284535,0.020507693,1.1643773,0.018528195,0.82750076,0.9108729,1.2795054,0.18802558,0.06563906,0.52628934,0.7937554,0.28084135,0.575433,0.8092296,0.2953863,0.854819,0.6532713,1.1178433,0.93693185,1.2519723,0.067348234,0.13292816,1.058698,0.815586,0.42754486,0.7885577,0.40655732,0.20253083,0.92712307,1.3266249,1.2818096,0.21787773,0.52144194,1.0524882,0.07058557,1.2431759,0.6264276,0.41543642,0.913954,0.6108253,0.7509971,1.0776095,0.40883595,0.5107462,0.26458046,0.7745098,1.353288,1.3082118,1.280233,0.62903434,0.024507372,0.39226586,1.5636698,0.021079337,1.4654462,1.0677528,0.7043147,0.21868499,0.841931,0.8288301,1.1529812,1.5195723,0.9071746,1.3922824,0.711421,0.81004244,0.6091466,1.1062635,0.84330904,0.6325723,0.97992134,1.4131745,1.5062778,1.4609225,0.784216,1.1049619,1.0105785,0.99492335,0.3647713,0.17216808,1.0515509,0.58900714,0.3392599,1.1059955,0.089199804,1.3840944,0.7247702,0.1720968,0.85125864,0.46480617,1.5643417,0.81543106,1.2331676,1.1529171,0.67750347,0.74542505,1.5286382,1.4833924,1.3075776,0.5434218,1.1048917,0.71335423,0.6540836,1.0403808,0.79447174,0.49617782,0.7997274,0.25723484,0.32436955,1.313353,1.4478761,0.5293707,0.2218951,0.87770075,1.5431514,0.12495952,1.2782857,1.3001983,0.422194,1.4730002,0.20525223,0.015233748,0.34866548,0.90443397,1.5500842,0.42074108,0.57856923,1.2639451,0.7307182,0.6102329,1.2561841,0.010276151,0.94192386,1.4204735,1.529245,0.68167114,1.2192602,1.517889,0.9776784,0.7695966,0.83483714,0.8629588,0.5016643,1.554392,1.4767952,0.92287153,1.3400141,0.81210566,0.41861477,0.94076616,1.0659304,0.21541555,0.80929697,1.0844857,0.34519184,1.0702085,1.2468092,0.87405527,0.4378096,0.7402279,1.0349373,0.1379331,1.4394028,0.101006724,0.64384747,1.1346301,0.21338613,1.1463801,0.37550843,0.46824396,0.06171687,1.2135153,0.9547689,1.3758119,1.0951304,0.42302802,0.85835075,1.3793197,0.77684736,0.33083382,0.36834803,1.084622,1.1725894,0.97494596,0.33485195,0.79315317,0.98215187,0.53948104,1.1813533,1.1591544,1.495695,0.29709056,0.46283355,1.3756942,0.5254264,0.7916058,0.3635256,1.3121037,0.7076607,0.19081761,1.4086351,0.87052417,0.4439327,1.0603099,1.1875798,0.8656345,0.51184106,1.5118752,0.65273756,0.49408937,1.2445108,1.2936924,0.5053149,0.93848777,1.5454816,0.91651464,0.7143661,0.4117129,1.5297343,0.6361576,1.5621722,0.94854677,0.4192972,0.9069743,0.14332297,1.0003885,0.33921114,0.16489036,1.4243531,0.075277224,0.7004855,1.1889303,0.6955169,0.8463624,0.6321516,1.2304958,0.93507636,0.695626,0.6000337,0.16691649,1.3549274,1.3798468,1.0249468,0.27678198,1.50809,0.15940319,0.59987175,0.2503452,0.7344019,1.0281295,1.0049145,0.4648702,0.14153172,1.2559927,0.07215238,0.90093017,0.03360449,0.85347325,1.1955326,1.4634796,1.4805737,1.1747857,1.4700809,0.018243348,0.30596253,0.077475235,0.8864307,1.3757185,0.04508046,0.81493664,1.1282955,0.011016762,1.0173739,0.21014294,1.1143578,0.21372296,1.1146474,0.8617992,0.5436842,0.49635231,1.4918934,0.36457288,1.3645678,0.59249884,0.78524727,1.0864464,0.6330767,0.34054044,1.1305082,0.5387807,0.091374665,0.8079607,1.3366351,0.2022056,0.004196082,0.7307775,0.7715582,0.21165319,0.68904084,0.531559,1.0416342,0.47061142,0.7918135,0.48308298,0.16970626,0.26806676,0.98335594,0.72444314,0.68273103,1.515503,1.2030516,1.1173193,1.0529306,1.474979,1.4477005,0.40289035,0.9034742,1.5621197,0.78070104,0.6083683,0.73546576,0.014332329,0.80618566,0.016310988,0.19303882,1.2089232,0.54704016,1.2009844,0.8400315,1.0435926,0.88797903,0.94850785,0.06020766,0.8065695,0.9385586,1.2723635,0.86132544,0.73284596,0.5363947,0.28527558,0.44088924,1.0734873,0.7026964,0.21761973,0.88426465,0.83518785,0.73651594,0.5065749,1.3752979,0.3577143,1.1824199,1.4028993,0.56007904,0.09351617,0.55951446,0.82645035,0.7396355,0.7591452,0.6967303,0.83940166,1.2988307,0.57212335,0.048556417,0.4194669,0.49892592,0.3836168,1.1636326,0.9828858,0.69106317,0.27172145,1.4609791,0.4063283,0.87560683,0.3813815,0.43672788,0.8857217,0.81946826,0.75486594,1.0066713,0.9976977,1.5435218,0.28890863,1.3375419,0.89985687,0.63219357,1.2946444,1.3018687,0.7827886,0.61972904,0.036075447,0.3143612,0.9746454,1.4388936,0.6102738,0.9031646,0.5527984,0.8588253,0.24779555,1.3548063,0.84864706,0.09226673,0.02924079,0.7599326,0.254136,1.059781,1.0795604,1.4382905,0.75259846,1.467193,0.30418196,0.59343004,0.084383935,0.7978323,0.92515177,0.2293677,0.49895582,0.33349115,1.1696256,0.6292645,0.6870322,0.047541805,0.48194915,0.727973,0.6302972,0.46022224,0.8789362,0.24530834,0.60935277,1.1159477,0.13149841,0.75243276,0.2821629,0.88871014,1.1334411,0.23903586,1.3425837,1.2142359,0.23175946,0.4357628,0.958708,0.18190964,0.76131237,0.86106634,0.709155,0.9552726,0.46140745,0.5563955,1.4736607,0.70965904,1.5544561,0.26108092,0.5657843,0.2510947,0.19026531,0.105227716,1.4719449,0.2527775,0.36228415,0.56930435,0.45320845,0.5522826,1.2786355,1.3544061,0.39021826,1.1208394,0.6462289,1.3706802,0.89221674,0.97309977,0.20871924,1.1718569,0.8249995,0.4948514,0.6059414,0.38044354,1.2363318,1.4245957,1.0915023,0.1305796,0.73442984,1.202624,0.7322336,1.0219913,1.112995,0.015489768,0.36204413,0.7881988,0.81294316,1.2918805,0.80710685,0.4143686,0.90661055,0.6801816,0.5904466,1.0207514,0.99184144,1.0769671,1.0409453,0.91869116,1.2480575,1.2530857,0.19617257,0.543499,0.2703662,0.71255016,0.4578499,0.3609396,0.9802041,0.35201594,0.17684038,0.100597605,1.1985804,0.52654254,1.5285871,0.9881698,0.05374971,0.32308567,0.9370986,1.2945652,0.07924597,0.83282816,1.5459675,0.76828855,0.7852683,0.69259053,0.6640647,1.0073924,0.9918861,0.94082713,1.1692324,0.5017587,1.2389654,1.3380147,0.8629415,0.5157576,0.76329666,0.6235871,1.4076844,0.97508305,1.5591363,0.029943949,0.37787268,0.37087762,0.2999802,1.0674787,1.0432004,1.2930058,0.6307416,1.403798,0.12357404,0.6419533,0.421306,0.51949495,1.0730947,0.61569893,1.478458,1.3968066,0.17647131,0.4151784,0.9712326,1.0535156,0.31253922,0.046844862,1.4020032,0.97154886,0.90308934,0.9406342,0.87385976,0.63270324,0.83970827,1.0610243,1.2287736,0.5387792,0.6957467,1.56132,1.4682692,0.5379439,1.0230954,0.8532157,1.4643455,0.7301149,0.19533193,1.158056,0.6523202,0.91850966,0.60797,0.34675986,0.5973913,0.16612408,0.28788522,0.21464789,1.5429195,1.0672134,0.37263504,0.7185747,1.0056989,0.5738405,1.2848364,0.98680747,0.71507186,0.15053092,0.27576923,1.3237312,1.259079,1.2414882,0.32623792,0.5542519,1.0382435,0.69155115,0.32190278,0.77109367,0.4805783,0.31606352,0.1579962,0.008781969,1.170405,1.0973672,0.8433112,0.78878367,0.31018206,0.65413606,0.7518922,0.51436186,1.3497877,0.8368498,1.4457458,0.76527107,0.40750122,0.0026041204,1.3156955,0.033529934,1.5587533,0.6207846,0.35017142,1.3467938,1.5585089,0.5480404,0.6040338,0.2529664,0.0067889774,0.74504596,0.7246002,0.9576333,0.36140537,1.411112,0.6743828,1.1827914,0.84620935,1.3238885,1.2610044,0.45837286,1.2500654,0.9833234,0.089395955,0.51966697,0.2735695,0.91782343,0.25019073,0.632154,0.5349248,1.071258,1.091976,0.69354904,0.86019605,0.35471764,1.2591399,0.8623915,0.37197626,0.83996356,0.61969686,0.84252167,0.9717393,0.82948273,1.0647776,0.9985157,0.47079048,1.5101458,0.11474078,0.55368936,0.7029466,0.727989,0.7226456,0.78761286,0.5383073,1.0992599,1.518311,0.32668886,0.7604595,0.73173934,0.67297184,0.79072016,0.10169927,0.332275,0.32415366,1.1338205,0.12792678,0.17673498,1.1525269,0.8222445,1.292061,0.5769269,1.0789964,1.567057,1.5176147,1.078247,0.8899368,0.5719892,0.8506718,1.2692378,0.79800963,1.0308721,0.9299367,1.5342917,1.535637,0.039012384,0.28977552,0.91761434,0.7916211,0.22027527,0.08667433,0.2974833,0.28092617,0.32004753,0.7741312,1.269865,0.59822875,0.5064468,0.96303415,0.7154902,0.4454664,1.5074933,0.4933387,0.1521325,0.859852,0.045832057,0.5137436,1.5138777,0.5461835,1.5295919,1.3493953,0.04811874,0.79201245,0.8018791,0.8558131,1.3564185,0.7591698,0.44645858,0.77017397,0.040200535,1.0233997,0.55870765,1.4967685,0.5545402,0.8117474,0.6379298,0.39235723,0.82913107,0.85622734,1.2497826,1.1963704,0.7618155,0.69701993,0.6573667,0.4962766,0.8967477,0.9134395,0.6672165,0.8094846,0.2808773,0.80814356,1.2498008,0.7098843,0.5670339,0.60512954,1.0338293,1.124788,1.1877344,1.5133413,0.9779556,1.5217761,0.3137371,0.19539636,0.4921534,0.43768907,0.32294196,0.73704517,0.83134854,0.7022796,1.0918628,1.354532,1.540606,0.010580773,0.6358295,0.78189194,0.32995364,0.039315727,1.0316517,1.2695671,0.16760346,0.15837786,1.1194879,0.3587857,0.8196785,0.5599558,0.30414152,0.81877476,0.20119248,1.4348209,1.4642693,1.3689151,0.5877645,0.20081629,0.8917216,1.1740957,0.8455499,1.1646292,0.940082,0.7040031,0.023901258,0.09108383,0.27443326,0.39455223,0.40460837,0.84940606,1.4018654,1.5039057,0.4530916,1.3100437,0.4875971,1.5661482,0.9160165,0.6943497,0.8563575,0.8827067,0.10941447,0.111222416,0.12600014,0.41397804,1.489259,1.4976273,0.16913068,0.010768422,1.0076246,0.8267868,0.573594,1.0589504,0.7385619,0.078924775,0.28670704,1.0910776,0.9326758,0.76268196,1.0406915,1.1361417,0.9842538,0.42333886,0.13437258,0.88544184,0.2718004,0.8950041,0.775126,1.2331629,1.0376424,1.2017877,0.5264152,0.085563116,0.78485376,0.53797585,0.73487777,0.4167133,1.1210032,0.75485057,0.99359107,1.0902985,1.5704248,1.3538771,0.43486968,0.56077945,0.87407625,0.38136768,1.4514624,0.9067528,0.43838674,0.35601255,0.95775205,0.35708472,0.7728615,0.4786298,0.9638441,0.97930056,0.44685328,0.55028015,1.0055636,0.32650128,0.019068904,0.92473525,0.6234314,0.6785559,1.0218962,0.49302635,0.6129851,0.6734526,0.30954975,0.88956773,0.21179882,0.79356086,0.0150244655,0.2871268,0.80886114,1.5207967,1.3923569,1.2292447,1.0238429,1.0827296,1.0652287,0.92103255,0.9897851,0.81816727,0.47068432,1.2283428,1.0676582,1.1356283,1.1920221,1.4778849,1.5256379,1.1460251,1.5145324,0.9121385,0.07953565,1.0599108,0.34390333,0.003239161,1.4990156,0.5376132,0.4135277,1.4296188,1.5363225,0.8674702,0.13201587,0.364138,1.5364007,0.19774936,0.38579202,0.30141515,0.73966736,0.25042802,0.46997496,0.9030683,0.24754348,0.8259402,0.6794085,1.4531106,1.1229429,0.05181373,0.35080206,0.8968498,0.22765371,0.8944845,0.19880262,1.5535649,0.5006887,0.33717862,1.0911441,0.16453056,0.6620186,1.1268458,1.0304803,0.55946904,0.9080767,0.673192,1.190953,0.82728857,0.7744676,1.1320695,0.4242216,0.31960574,0.667194,1.3677654,1.3663299,1.5412974,1.0508909,1.2278222,0.65218025,0.09276184,1.0598248,0.8435727,0.10190676,0.4406563,0.7703632,0.9636982,0.5643997,0.81957847,1.0463063,1.3836944,1.1330616,0.018506553,0.3582055,0.47353962,0.007554075,0.57545716,0.45436746,0.8473544,0.34098524,1.0203981,0.6261711,0.3600098,0.88115984,1.1502689,0.007139621,0.9603317,0.17471136,0.46077207,0.5128831,0.4784046,1.186416,0.8121803,1.1663939,0.7752087,0.011458888,0.06377075,0.80452055,1.0027437,0.024250912,0.44143954,0.75040555,1.0531753,0.33775476,0.07342104,1.0799118,0.5902198,0.80737907,0.9217984,1.1391417,1.0676364,1.5388895,1.2343073,0.8797462,0.6363793,0.5583252,0.22346199,0.50647557,0.4483413,1.1068457,0.72042584,0.18508266,1.2830105,1.4061036,0.9643542,0.07615488,0.21967804,0.41270372,1.5204597,1.4506444,1.4221611,1.472043,0.16680364,0.0037631856,1.5623077,0.61582524,0.1287803,0.016594164,1.0095116,1.5583849,1.2662096,0.350689,1.1553847,0.5593028,0.30578923,0.5823946,1.274623,0.81451035,0.39278358,0.727932,0.74917984,0.22038852,0.8810805,0.5530975,0.072595514,1.2111795,1.1146317,0.6835744,0.98414475,1.1154386,0.46104527,0.8296263,0.33557606,1.0557166,0.675302,0.23018152,0.70868295,0.65311754,1.5535688,1.0121776,1.4604089,0.033040646,0.06632748,0.26287916,0.7152164,0.18635745,0.96808934,0.21430065,0.5190059,0.15455297,1.3517184,0.40539938,1.1153538,0.80412656,0.45253813,0.5003123,1.2419529,1.063945,1.4834179,1.3952765,0.80159014,0.9079007,0.45187986,1.2642457,1.3362168,0.44145477,0.78120285,0.50829595,0.36076236,0.45280007,0.40117648,0.49473903,1.2827089,0.5153989,1.259273,1.5266223,0.41635373,1.2930278,1.0162292,0.6697738,0.08521508,0.9601984,1.5442009,1.0578297,1.3928065,1.39171,0.7589253,1.2817466,1.4801013,1.5439298,0.67107373,0.4518027,1.2768435,0.35774302,0.7823935,0.94230545,0.9069955,0.44136065,0.23867418,0.20485316,0.17534314,0.37929505,0.8112317,0.213925,1.3137041,0.8442252,1.384233,0.2949702,0.621248,0.98566353,0.12323343,0.22977881,0.36882916,0.9072239,1.1499134,1.4685705,0.878768,0.32119185,1.0325527,1.4556595,0.31992117,1.5090258,0.4286516,0.53851837,0.37635484,0.886142,0.4292254,0.11635843,1.1733645,1.3312422,0.7901129,1.2901247,0.18063399,0.73685575,1.1911194,0.33092394,1.3045169,1.2798251,0.009527227,0.40633208,1.3224447,0.74445003,0.17258188,0.7916556,0.39922518,0.54721206,0.6625671,1.1864588,1.4417745,0.6714484,0.88787186,0.039541874,1.333912,0.41543415,0.271479,0.5807357,0.94561964,0.57405794,1.1577106,0.7544852,1.5355699,0.0845297,0.9037737,1.2140181,0.27366546,1.2696121,0.5713657,0.9275133,0.6636295,0.106801845,0.8483159,0.25500047,0.21980762,0.76000845,0.5282167,0.8235718,0.44001982,1.0948627,0.036616117,1.4322014,1.2297093,0.18640226,0.35631704,1.4110273,0.5463017,0.74699676,1.4724413,0.8934032,0.3572257,1.2189435,0.6750853,0.79982454,1.456105,0.69284904,0.9298857,0.09058662,0.44896615,1.3617948,1.1467009,1.4255412,0.28228638,0.36448032,0.69235337,1.0932572,1.0836821,0.56837916,1.2170758,0.6910084,0.023723487,0.40561676,0.7000815,1.0519173,0.92229956,1.342606,1.0106105,1.1385227,1.3047104,0.3355091,0.8496013,0.91026,0.8988668,0.81062776,1.5029637,0.9880619,0.11177078,0.055050872,0.7401041,0.69220674,0.8394681,0.60665905,1.5372113,1.5336131,1.4062785,1.5306315,1.0368874,0.7597174,0.48699033,0.4577399,0.7320534,0.79421496,1.4857069,0.040323246,1.0332754,0.88800925,0.80520964,1.5560583,1.2660623,1.1541923,0.32947528,0.75225705,1.0518492,0.99487144,1.2953137,0.8432477,0.6894123,1.1710159,0.41476595,0.9825839,0.28054145,0.92310715,1.4498715,0.6557852,0.40217593,0.7636589,0.77994174,1.4103842,1.5678853,0.19050999,0.20450209,0.67398435,0.93458587,0.23737766,1.180847,0.20414521,0.90756094,0.82800364,0.41020894,1.036023,0.48495677,0.54953766,1.1755874,1.2159299,0.30178735,0.8892469,0.83213633,1.1171834,0.6067277,0.8195743,0.9305516,1.5054219,0.73515874,1.5333914,1.0506986,0.5173768,1.4257703,0.9789116,0.23756966,0.7759722,1.179265,0.030631892,1.2529058,0.7715409,0.33748645,0.28777486,0.94188297,0.8248412,0.79800725,0.97543,0.41610503,1.128299,0.74413043,0.6204229,0.5835436,0.27154574,0.7470162,1.0730234,1.2566683,0.17345814,0.5627098,0.817621,0.101256475,1.274867,1.1463423,0.9824403,0.12968002,1.1294632,0.60434425,0.37879795,0.7372246,0.17564902,0.99561673,1.0445249,0.78702253,0.6622376,0.37873527,0.9391041,1.4752507,0.9540731,0.86572915,0.7146123,0.6036098,0.7440929,0.3800559,0.30749643,1.0710709,0.511686,0.315128,1.4287939,0.3696286,1.0758891,0.19817275,0.9546301,0.5026692,0.5453561,0.43621564,0.7673476,0.5857158,0.3975534,0.28964725,0.47490582,0.43073082,0.012422405,0.470612,0.28797522,0.4878523,0.87772465,0.84430236,0.032904256,1.1185515,1.0103754,0.8356492,0.32016432,0.6873046,0.8970813,0.38566577,1.5365508,0.7956702,1.028325,1.0480968,0.035234194,1.0198814,1.2346942,1.5572704,0.14055379,0.78312653,0.8707581,0.30855307,1.3254057,0.53321534,0.86498517,1.3315217,0.17597063,1.0487194,1.5193686,1.5590663,1.373906,0.80518603,0.4769642,1.318062,1.25091,0.7186503,0.94837666,0.2048425,0.3867764,0.17647997,0.35049963,0.48832867,1.0996745,0.50528157,0.57413083,0.3367544,0.58789986,1.1372312,0.92386127,1.3030217,1.2121162,1.5340844,0.1840592,0.7768573,0.25737342,0.91897947,1.4050035,0.4193842,0.9316532,0.2466951,1.5155119,1.0274845,0.6160123,1.5699396,0.6223231,0.81645614,0.32880518,0.9342239,0.23760074,0.9255743,0.7591099,0.8491548,0.6172849,0.6241985,1.4106344,0.60317606,0.85802436,1.5635498,0.843967,0.2691605,1.2916217,1.0778073,0.9760615,0.920076,0.8556416,0.57821417,0.82005185,0.561656,0.79152054,0.6015873,0.7098781,0.79834956,0.7722621,0.09592078,0.7709419,0.07092294,0.7192433,0.47764346,0.8803259,0.68554914,1.1008238,0.58306354,1.4046562,1.0132427,0.7203728,1.3110259,0.9783909,0.70596075,1.1359602,1.1871203,0.54494107,0.8357394,1.3172461,0.85995555,0.7149194,0.806832,0.99848956,0.13526215,1.4501388,0.72860366,0.7908495,0.47094387,0.005614828,0.66470003,0.07717203,1.0197421,0.42402926,0.77020764,1.1531596,1.5653479,1.1481311,0.99366194,0.14421862,0.8160818,0.77063423,1.2193921,0.47313672,1.434775,0.7283218,0.8629574,0.09609699,0.9206075,0.4444757,1.3453798,1.5542353,0.35077757,1.0167308,0.60456514,1.0150799,0.47275665,1.5681044,0.5015799,1.4497693,1.190782,0.5465868,0.8834811,0.22136138,1.5394214,0.07947755,0.5684468,0.69505715,0.6549484,0.4307885,1.2450213,0.25756624,1.3384236,0.967522,0.68375283,0.91282696,0.46181527,0.12032901,0.7365028,0.32163107,0.8902186,0.30109856,0.97017497,0.7820158,0.96217096,0.7009253,0.40747404,1.1471065,0.8437525,0.99145687,1.3295312,1.2629838,1.1584185,0.36128533,1.0893995,1.5337142,0.47484958,1.2420173,1.0424576,0.2224343,0.15995069,0.38802862,1.4121292,1.1069065,0.3507174,0.5575082,0.9923221,1.1544377,0.34474722,0.5752641,0.9574202,1.0940256,0.13060051,1.0415125,0.47376338,0.44544122,0.042835016,1.1980301,0.8069455,1.5097926,1.4864644,0.2089361,0.7436148,0.797934,0.6502781,0.9510812,0.9676841,1.4688948,0.2459915,1.1011684,0.72584575,0.07761434,0.9322073,0.6606796,1.0952108,0.45306745,0.061958175,1.495034,0.87543637,0.7535167,0.5086165,1.219544,1.1641622,0.8984214,1.460844,0.26686522,0.647121,0.80983794,1.0335293,1.0417747,1.1927271,1.3389102,0.18839736,0.38388833,1.3211043,0.31181005,1.2942256,1.4284561,1.4422941,0.8579537,1.5460744,0.20002328,1.3283458,0.49651992,0.28694916,0.25271922,0.7306598,0.51023066,1.0309196,1.5023586,0.50376254,0.68158615,1.520474,0.93570656,0.2729264,0.6186762,0.3897696,1.1395373,0.63385504,0.6485298,0.06807148,0.44047934,1.1197644,0.3558252,1.0962901,1.0838618,0.6939477,0.37860042,0.5589094,0.389177,0.77684516,1.2113068,1.4543544,0.44964096,0.5670941,0.58602977,0.27483785,0.69264996,0.30084163,1.3037142,0.40739575,0.2601546,0.46705157,0.52200633,1.3875906,1.5470266,0.15970254,0.46865532,1.2563025,0.07764331,0.47403276,0.9556442,1.5034769,0.2240925,1.0712849,0.6531131,0.9062716,1.2548355,0.11675726,0.27467427,1.0878842,0.59992933,0.77489793,1.498052,1.043226,0.8501913,1.03227,0.6771791,0.85998064,0.7548184,1.2111028,0.43437403,1.1321024,1.0858285,1.3791752,0.5388423,0.91214466,0.89217776,0.75373,0.6777898,1.2488999,1.0410881,0.19487843,0.18903297,1.3813999,1.2186644,1.4128531,0.3005413,0.6837164,0.21350834,0.057194553,0.058409814,1.1682327,1.1208363,0.36841387,0.019156326,1.0820112,1.5546838,0.50858814,0.04223993,0.26596588,1.2936591,1.3447515,0.13862212,1.3469981,0.716188,0.6849934,1.2191225,1.1418828,0.93233305,1.3830643,1.100207,1.2825108,0.3173397,0.12127518,1.3626406,0.93128985,0.15880167,0.69273657,0.7999109,0.928941,0.6754044,0.7432259,1.3903297,0.7030369,1.0893617,0.30802226,1.2182115,0.96702874,0.5703922,1.0101196,1.4501764,1.1377983,0.61476517,0.8235656,0.16971481,0.334399,1.3100632,0.3019043,0.6136045,0.64414704,0.9316409,1.3947762,0.13511942,1.477652,1.0026789,0.29770955,1.1201025,0.70656514,0.72563064,0.73113734,0.33216384,1.2799895,0.36565307,1.0318238,1.4173146,0.40778306,0.7808579,0.72303426,1.4091679,0.5817577,0.69547266,0.49311554,0.6978378,1.5311303,0.8035915,0.5937111,1.0519094,1.2100542,1.4295583,0.65258795,0.7942523,1.1892768,1.5705864,0.28967866,1.3263901,0.8239456,0.41418904,0.39368632,0.8665032,0.7934539,0.288734,0.96716964,1.3713574,0.5243443,0.33719033,1.001332,1.4980621,0.28474006,0.011061087,0.9400871,1.25318,0.93160325,0.52658933,0.24527079,0.29522124,1.0435505,1.088747,0.3542979,0.35409293,0.16674192,0.47089434,0.6156291,1.5471492,0.71594816,0.4170552,0.28601468,0.35203323,0.50942767,1.5073967,0.037459552,1.253789,0.76358175,0.03329276,1.2305211,1.4404364,0.87471056,1.406041,1.3177844,0.4920338,1.2792075,0.51758564,1.2198975,0.77286315,0.9786659,1.3695203,0.42683375,0.7446279,0.374065,0.19154029,0.500862,1.2209698,1.3043603,1.1331915,0.5049451,0.801506,0.74347687,0.1890276,1.2594652,0.03375144,0.03265996,1.156301,0.08013295,1.1858522,0.8224536,0.5235605,0.45373717,0.4419959,1.4888269,1.3588474,0.77789104,0.6450746,0.9393161,0.72296774,0.43358377,0.2960712,0.22343019,0.5019686,0.8774738,0.5218578,0.83275235,1.4043363,1.3381559,1.5109681,1.049642,1.0777938,0.83295494,0.012458619,0.92539674,0.5696185,0.45904976,0.428983,1.1929877,0.6895197,0.037440095,0.16116028,0.6710341,0.5758385,1.4950497,1.1139011,0.67653316,0.40899473,1.1433259,1.5376278,0.55451876,1.3498015,0.8133813,0.66929615,0.8993916,0.1961317,0.6422948,1.4379256,0.7018327,1.4308462,0.86940163,0.97051215,0.5696535,0.36971173,0.83971286,1.2589269,0.50067043,0.59212154,1.5642102,1.4499191,1.1532612,1.3601176,1.3987802,1.463658,0.04914692,0.5818932,1.1473058,0.22236447,0.8009487,0.40294942,0.7783331,0.15157354,0.43627205,1.3216949,1.5703994,0.8517587,0.46543673,0.77986735,0.7151594,0.07758528,0.53850156,0.5026946,0.021873308,0.4613301,1.460645,0.04737475,0.8487435,1.4908435,0.8461455,1.0392753,0.74106574,1.4174708,0.4845687,0.22880526,1.0785856,0.5550925,0.0021667131,1.3011817,0.39212844,0.7814365,0.726158,1.2557796,1.4322586,0.9443653,0.16008735,0.56627506,0.43327162,1.1245955,0.97536635,1.5202963,1.0618237,0.96869564,0.45880273,0.13285977,1.5324594,1.5477107,1.0491177,0.8989707,0.65252984,0.19505438,0.15384251,0.036582217,0.7996346,1.5219141,0.43111962,1.2337705,0.74079263,0.36426815,0.88632524,1.4048376,0.25737426,0.8739979,0.8740152,0.82120925,0.9602863,0.52506363,0.6427035,0.8342989,1.4557521,0.5557127,0.505814,0.9401121,0.8053967,0.6541375,0.98962986,1.1931926,1.426944,0.983502,0.9169476,1.2979468,0.54772794,0.8904402,0.60326785,1.2370027,0.23039372,0.95048916,1.4645059,1.4807742,0.2299933,0.60063434,0.08919062,0.37517023,0.49948162,0.59321773,1.3846197,1.2924984,1.373869,0.24345239,1.1921464,0.94338566,1.2620848,0.9202097,0.7061707,0.14917906,0.88699996,1.0174599,1.055236,0.10373325,1.4435543,0.6648418,0.29767203,0.848225,1.4558159,0.33053267,1.2322738,1.5350245,0.71141416,1.0661074,0.18708707,0.18915822,0.4132025,1.0568666,1.4607121,1.4418861,1.3400028,0.54030013,0.7303059,1.275297,1.267308,1.5397619,0.89799005,1.0298378,0.59601396,1.5166026,1.5502445,0.17551023,1.3520136,0.34013602,1.2646787,1.3825967,0.5403754,1.0011075,0.56821716,1.0208691,1.508004,1.1739151,0.20920731,1.365262,0.3669139,1.4603525,0.6166067,0.5651076,0.39081898,0.44740707,0.21832447,0.166949,0.2689758,1.494625,1.2922524,0.70876575,0.121012695,0.12479938,1.516885,1.5017438,0.8144222,1.1052004,0.43434078,0.8708621,0.052275665,0.8820236,0.8043231,0.42283237,0.629644,0.8124559,0.71887976,0.4595396,0.18772654,1.2171131,0.9729206,0.42727137,0.9035638,1.0626032,0.7565617,1.4509988,0.5646338,0.70171493,1.5210049,1.403336,0.8786938,1.3391871,0.652705,0.67584264,1.0012511,1.4203137,1.5169487,0.9487724,0.747966,0.9281164,0.86233205,0.8201198,0.66628104,0.9037366,0.54003084,1.3916397,0.45601508,0.27755567,1.4820334,1.3284748,0.36559096,0.7169285,0.49347067,0.7974167,1.3295193,1.3036464,1.4292367,1.4733181,0.8900143,1.2710783,0.5800828,0.70557445,1.0363269,0.58518374,0.84339625,0.832847,0.7527702,0.038093816,1.0749495,0.84912133,1.1561745,1.2637229,1.1166266,0.7530262,0.36911705,0.74332726,0.99773824,0.79020303,0.69433737,0.23792607,1.3249218,0.6873995,1.3806986,0.315161,0.04592413,1.1210274,1.1244752,0.94064504,1.1400471,1.4566444,0.8121984,1.2262993,0.28043187,1.0865301,0.75585854,0.5217519,1.4038733,0.34478807,1.319436,0.14227019,0.85278744,0.43842715,0.8711947,0.9026327,0.23323204,0.8795467,1.0912057,1.1702493,0.75272363,0.32061386,0.7569204,1.3316839,0.5778123,0.43327615,1.1764716,1.5410519,1.5116942,0.55141217,0.5986007,0.33027202,1.3700501,1.2444282,0.22210962,0.73059434,0.48812345,0.15035678,0.72094935,0.62888247,0.61007845,1.3036032,1.2012907,1.1544281,0.61304736,0.29212245,1.3265696,0.8695361,0.5496763,0.8499688,0.39615992,0.40078807,1.1695689,0.7542508,0.6821181,1.0286572,1.4515053,1.4211935,1.1366132,1.19553,0.9230255,0.7972658,0.6492385,0.27313066,1.3355894,0.258778,1.0691952,0.7523232,1.3245546,0.78764683,0.4506245,1.3000114,0.039691005,0.7749107,1.0146714,0.3282257,0.50162053,0.6490853,1.149932,0.93696076,1.3551767,0.9504791,1.1807603,0.5734648,0.9006038,0.8939473,0.64520323,0.7633353,0.5966643,1.5668712,0.7653318,0.044082228,1.4736642,0.38607243,1.0635722,1.0764929,1.0779063,0.7100965,1.2819502,0.25397617,0.76704633,0.92868304,1.1994823,0.7110601,0.7208932,1.2465093,0.24170347,0.41169512,0.9465348,0.19026834,1.2054844,0.14730272,1.1313554,1.0619458,0.7707963,0.7218887,0.55299455,0.4851193,0.3475039,0.24857081,0.5318163,0.6395157,0.08455092,0.064290255,0.69681436,0.59489274,0.7420432,0.7894384,1.2258902,1.4497901,0.5590642,0.66941875,1.4607459,0.8022604,0.909256,0.232949,0.82820797,0.3176927,1.2719449,0.58887917,1.3462433,0.8716518,0.55256325,0.8529258,0.24031167,0.8507937,1.0858262,1.279716,0.22003585,1.3674986,0.799058,1.0825006,1.1340574,0.6416111,0.9443744,0.81713045,0.7855948,0.16882946,0.48205894,0.17685676,0.2731595,0.92724895,0.7406491,1.4922867,0.71374434,1.1190032,1.1618571,0.46484864,1.4057146,0.13790585,0.26521084,0.95784426,0.12888454,0.73069125,1.1164081,1.556854,0.35213092,0.37827477,0.078560084,0.330404,0.9418812,0.8658629,0.78077245,0.01168217,0.61547124,0.35919324,0.16498119,1.3337885,1.3959534,0.17572163,1.3887992,0.7632973,0.5761691,0.4599877,0.14404018,0.792602,0.5472123,0.6718027,1.2775474,1.3136178,1.1827226,0.75732267,1.350256,0.08699205,1.4989967,0.81217444,0.6449739,0.94230205,1.2918613,0.7263256,1.22746,0.95249933,1.0033047,0.18537992,1.3084639,0.91451293,0.5989883,1.1402867,1.3691415,0.80865175,0.91605717,0.3582095,1.2285752,0.59231997,1.3681396,0.035868384,0.29221648,0.3505923,0.8612863,0.33651456,0.4820393,0.12477595,0.51224184,0.9759932,0.75309336,1.1504186,0.8180144,1.4401677,1.2533154,1.1256609,0.63642293,0.32653624,0.124426395,0.8881252,1.2193398,1.3362714,0.4804671,0.102847114,0.9396888,0.7374451,0.6106227,0.58369976,0.88366437,1.2836597,0.71570545,0.81316644,0.7425623,0.056793697,0.47405377,0.7739872,0.6593509,1.3757428,1.2468371,0.50678694,0.9008185,0.5407377,1.0703373,0.4342279,0.014110537,0.36807045,0.74955577,1.0657467,0.38968638,0.44092023,0.7358414,0.6584815,1.0737576,0.9355159,0.26549906,0.44590497,0.79380953,1.2138959,0.81309706,0.94322884,0.16683197,0.5840162,0.2651926,0.11543481,0.76432747,0.23868616,0.79062116,0.97157824,1.4187851,1.2712598,1.0299991,0.93066907,1.4343082,0.58889407,1.2550948,0.20742998,0.91663784,0.10913804,1.2028848,0.45544815,1.1173389,1.2542045,1.08864,0.91803235,0.89740556,1.1628873,0.13063107,1.4292246,0.6452243,0.94346315,1.2760478,0.3180052,1.3225962,0.5024994,0.45581016,1.2481449,1.4680579,0.72067153,0.70847696,0.68460244,0.7467507,1.4181054,1.3618901,1.2602369,0.78153896,0.6110716,1.5385014,0.10094333,0.7460868,1.0870985,1.2522047,0.08142732,1.2842234,0.1939573,0.7206944,1.0836128,0.55466,0.530299,0.5987179,0.5050326,1.3295416,0.71551377,1.1465073,1.0470542,1.4157624,0.7808402,1.2288921,0.6668477,0.23048182,1.0440729,0.010366072,1.06412,1.4718721,0.40426296,0.6709772,0.054157835,0.6200551,0.27521548,1.1302775,0.53210807,1.320851,0.28623965,0.21510498,0.057220493,1.1523837,0.63926125,1.1987618,0.10609388,0.96645945,0.8509156,0.5328748,0.39477304,0.63102925,1.355374,0.77519023,1.1601855,1.2053063,0.9358648,0.56056315,0.69859767,0.891992,1.417067,0.7158817,1.2515993,1.0882851,1.2865351,0.7824445,0.34494072,0.7854024,1.2929484,1.4680051,1.4407946,0.1438205,1.3219987,1.42198,0.9446262,0.18830362,0.4096919,1.085183,0.40784165,0.4437145,0.6812178,1.195897,0.21383971,1.1956408,1.2080002,1.2621132,0.59859306,0.28449804,1.1392722,1.2532008,1.2736753,0.5529581,1.1407646,0.9770297,0.8845627,0.14275336,1.5479608,0.4963127,0.85292566,0.1758081,1.3225929,0.3817281,0.7622935,0.025552971,0.32484502,0.08054386,0.1364152,0.9243295,0.41088417,1.2091362,0.4900905,0.3549931,1.1515514,1.441208,0.91053003,0.44953442,0.5727447,1.062409,0.47062436,0.55257636,0.629749,0.7652243,0.56102645,0.6869946,0.7274893,1.0225286,1.3032707,0.9270799,0.22889605,1.0708785,0.58388424,0.6662585,1.1179036,1.0752314,0.64934725,1.2014669,0.6784924,0.8105306,0.8029708,0.16937871,1.4078965,1.4118251,1.1111678,0.77879775,0.95907503,0.9557448,1.007725,1.5526116,0.83695537,0.5939667,0.57359695,0.36276278,0.9283324,0.64440596,1.2465297,0.57012945,0.75839114,1.5639261,0.67222446,0.79362446,0.01705889,0.7754128,1.3245254,0.12692766,0.74500823,1.3290234,1.4955589,0.87929565,7.1407674e-5,0.94977546,0.1450892,0.70943356,0.6762872,1.0017024,0.83390236,0.7739254,1.5261562,0.4897042,0.3682859,0.2733175,0.44733685,0.34791985,0.7453404,1.179232,0.7201564,0.6382145,0.21153866,0.37826544,1.5240138,0.2317028,0.7915716,0.5318971,0.2823383,0.47021738,0.51936835,1.497435,1.4363527,1.1165507,1.1217229,0.66126865,0.68421304,1.209469,0.80962014,0.6803206,0.02392454,1.1265012,1.3447986,1.2547795,1.1626041,0.6888289,0.072950125,0.3824284,0.34489837,0.70621765,0.7091486,0.6044902,1.2141978,0.54023695,0.96828085,0.9939928,1.3537025,1.4044217,0.32007128,0.85681194,1.4156475,0.7364085,0.034481045,0.285681,0.6651114,0.7938945,0.98625916,1.2080452,1.3609853,0.36659467,0.12648873,0.67496806,1.434822,0.39110884,1.1488124,1.4796519,0.06330051,1.1238269,0.9181255,0.98313206,1.4590048,0.48803645,0.50036275,0.9970256,0.022906924,0.8993032,0.14720388,0.78013563,0.76371676,0.8938058,0.28950995,0.19937496,0.8378366,0.9616368,0.7591148,1.2599295,1.4553075,0.19345467,1.4773993,1.4363743,1.3189156,0.03795002,1.1087521,1.1735203,0.75108415,1.550793,1.1277313,1.0185411,0.8791209,0.53950095,0.58157945,0.81299573,0.7888295,1.3124123,1.204618,0.28473133,1.1372008,0.5393899,1.1616764,0.79606444,0.75734043,1.123103,0.86555797,0.64545584,1.1076965,0.38061845,0.80030966,0.81601125,0.6652295,0.1135774,0.7892523,1.3549345,1.3289213,0.63613236,0.9513661,0.8878286,0.766826,0.716473,1.3614483,0.39077362,0.24322233,1.2314168,0.8234332,0.06105216,0.2949698,1.5624009,0.85042965,0.046720944,1.0935512,1.039533,0.3902522,0.10535927,0.8496343,0.84542465,0.999361,0.116619445,1.2363256,0.008540022,0.18125388,0.014075442,0.39733985,0.17890804,1.0406034,0.88472587,0.20919207,0.24663037,0.6361497,0.7391517,1.5648575,1.3614767,0.80340296,0.6709614,0.54726595,0.90031624,0.5931323,0.74031645,0.033692803,0.41839832,0.124481075,0.96118456,1.0380111,0.32879448,1.4482957,0.35410616,1.5174305,0.98247176,0.76015055,1.5602517,0.44930607,0.22913471,1.013356,0.92124444,0.015372178,1.1175338,0.63713706,0.8518567,1.5059458,0.8985074,1.1744546,0.4387215,1.1774412,0.61782336,1.0791348,0.21674374,0.93111956,0.9159513,0.27996305,1.2789476,0.73905337,1.0716302,0.00027413192,0.02996054,0.9186103,0.7425771,0.029425377,0.91773546,0.55704296,0.34582576,0.6076525,0.85008705,0.7144215,0.14816439,0.9436262,0.5994028,0.77685684,1.1656494,1.1381961,0.629369,0.97947717,0.63737726,0.4631366,1.1237438,0.82096374,0.47114348,1.3641703,0.8979951,1.23001,1.24737,0.36418658,0.05761005,1.1248596,0.41553706,0.036559604,0.904951,0.26426408,0.05990772,0.90020454,0.38418683,1.2934029,1.1075838,0.03354935,1.129842,1.1970876,0.6236537,0.9541219,0.27724,1.4592068,0.04976527,0.9062326,0.77466106,0.2610189,0.42536747,0.79520905,0.80431634,0.366745,0.94689363,0.44082606,0.20156269,0.5099951,1.0018038,0.48706567,1.3989198,0.22092694,1.4912474,0.5297412,0.08443947,0.13359667,1.1391705,0.15028398,0.6582215,1.2325071,1.369803,0.9806933,0.846694,0.57971656,0.7373375,0.9392214,0.266062,0.4532024,0.008484662,0.2219634,1.0204109,1.2585776,1.4707303,0.16875584,0.95723295,0.9230647,1.0927453,0.4171107,0.887619,1.443294,0.070779085,0.6442567,0.97181964,0.29149985,0.038329534,1.4737536,0.6960784,0.76703954,0.6056113,0.46405303,0.9751632,0.5959823,1.0504274,1.2768304,1.480301,0.5700311,1.2239565,0.63520175,0.21672107,0.3422562,0.8530421,0.6001698,0.7664457,0.7645927,0.55206996,1.1755155,0.774117,0.3361598,0.3585104,0.85289234,0.6062969,0.5248334,0.6555806,0.9261074,0.82354873,0.49950603],"x":[245.80413723820806,59.12478483860401,344.3587214317157,186.85604099552322,94.94679542254164,240.7739610096495,252.9732056383652,244.23711051335923,180.32758553286976,239.0850563513377,174.4429953119424,94.11691467385586,71.46920274089375,166.18397528031593,102.08320747362637,142.03771922671353,30.369541237238618,485.0921851301673,248.86032779990114,318.16972237485965,249.512085242946,291.23320166421274,246.20223383273253,7.622178688936887,203.7801856310077,463.318486878998,175.38876599630072,349.6417697023608,361.13801044271463,365.9649790634661,494.8736907885859,3.9935635380382584,204.7840852608463,185.7911529947383,466.4034661733867,26.97639498686949,419.6313848208059,339.96556923049565,286.8948758870912,325.80635766381255,415.69795606293303,351.29554481791183,128.26964271029502,74.98703794620648,333.18337411289275,116.75553646491721,80.83814193483374,3.083197211929567,271.94374255483757,53.01639244773998,338.05232499695416,129.73918579087425,71.11554797596642,6.429035188773025,163.2733023633789,419.4833656760941,185.11844030293716,452.0803089280696,357.9330552994306,66.32040899629621,228.29799212919443,212.42060608935665,485.25011317702405,231.78302988725812,438.0791716357476,332.3108338539282,163.94941346956176,217.5890216931317,291.3618822374009,87.96696217359995,285.15182234037525,211.6200021491246,88.07063456256364,211.98299123582066,394.74071594098905,185.32263616007793,342.8302474856142,101.76370254734518,399.2586649463321,351.76192546291315,111.45575891882176,274.2189982908584,241.22754477188985,341.6304755800819,148.39210973927507,326.8403051873472,213.5144211548155,134.9902807825941,138.40106138550502,330.68965727516036,337.407747070493,224.3760680250085,497.6495352039568,147.51478524205552,124.85137361811411,208.31237415362546,64.74266083033325,120.59201720232215,171.92977191377173,326.1957563594436,160.010975370441,37.0247037029553,428.8954197570179,254.74499691092933,45.408178620886645,430.430822233636,320.21038011576223,439.5934363879679,464.38715173145295,68.67354695971129,314.08803258013313,223.23345319100545,219.61904640664832,206.81216908406657,127.05573045847125,464.42075648948764,73.75946928565507,351.2815603982819,328.9685215989039,449.7395139070087,380.4831199594596,229.51329340817196,128.75904238494834,441.828901939852,100.26425993967497,453.5010387733194,33.468237871361275,86.0587936597264,38.79829110727645,361.74274979763715,46.6497558309093,217.63158943187145,77.95001868299195,36.87175161152911,398.3691026915636,426.3184409940918,140.2119233137844,285.9663416287523,493.2922042197386,160.87786369015637,478.15507157404835,285.1544937926285,429.8781708798903,453.2323211676475,379.74121373895304,370.5020077127672,325.95763936966677,4.798292470632404,293.3022785560901,96.89994307659272,143.41214049254208,238.24340904431628,313.9768256576292,321.44913606141574,437.22783272661025,251.09215589102928,430.67640197425897,489.8380293721825,239.17070986843325,114.15299918150535,487.80515541127966,374.5733427686897,204.70325591936984,174.9172737924285,488.0730816039377,105.86070690863097,95.11722447083048,187.37480929279,418.45935275003,403.30553105960865,12.833555034916122,163.29171952301706,449.96046552944813,409.11290362441514,299.40464814361184,412.64715300585794,295.2505399823473,26.39627133055411,287.76337033803605,436.01648990892346,185.37346416725546,108.13383671106442,351.28308903573514,242.67763164466842,169.45842072616108,297.3673552437478,212.0293969247437,471.6910580720306,337.3706697856624,318.46466471551605,246.99609016214575,165.21940394048906,32.40447149243053,445.00366888526565,443.75223481657065,412.0226475791114,163.72920453255045,468.4766654991054,423.64746696059535,102.20564526026659,347.7991390633449,152.01627635686933,283.6275642046932,476.3728457608184,318.93519601513316,176.43480008710623,496.7618026186233,44.85212661459686,132.2748130232962,406.0741362082772,390.44616754648325,110.7316584511493,47.22808710340753,63.76540784749862,448.35474862412946,42.18572302190204,304.7701552424887,65.46718776021493,124.31640514509074,147.11489554153295,417.5910870778356,455.01291874846373,132.91443698464371,305.4784195265453,279.5597445458177,342.59115454763327,427.2869430901935,442.3343522981413,395.6136579679248,205.46268309601047,406.55440175179353,182.4259788636992,70.61826717643798,378.3932712212762,390.7934641962897,333.1948712471227,324.6597414893235,273.96881530716365,490.5245163865612,474.0318996627978,15.473384871185269,329.5222601504051,91.87975104546054,291.7115090382311,425.8202198368146,65.46780215535975,178.737539132044,259.3570139113996,24.131346762570672,85.6228727048145,360.2122962521398,430.97752978792977,381.1931861234493,237.33361259028874,140.80062357769347,316.0727693475429,308.5296108958717,356.4061450196709,220.63450320696927,296.41674605650576,453.91988323351814,371.4140883058023,412.5125571653729,16.34582582699451,346.25820896348256,388.0443742650232,67.83545213871584,257.10039107414883,318.0062447921325,148.12780492026982,439.04430022984036,461.39477410540974,374.5904351408441,348.4199197354203,366.8162344585134,390.04551589368504,123.63284590378615,379.2854370100282,393.62001875328133,353.3610982809127,383.2880720008871,476.8255517677181,423.78598053632925,460.4102363507957,155.7886043720157,171.93046937718398,416.8494719836701,68.35492971336204,150.53899549709988,57.22259081741393,379.05497026153927,195.61258282398802,9.938750805969898,206.5258759919802,388.20147652666367,80.52042128089299,15.087817868323638,461.75935311024426,316.86705143926946,208.8929125676856,465.19332591206796,66.81535611886635,247.8888645442124,246.37045214090637,467.66716920125793,361.75540044384456,269.2728363468327,486.0000804070967,426.80995425752286,147.30892006173772,98.29631843641972,233.13551847690684,12.076077426878772,52.03208595355607,276.27405712820877,38.83429300825997,369.1007347242966,144.5936186598461,323.2319226881915,363.84886737064426,476.9908035587735,83.83331033841796,104.07352319616913,198.03893144605357,394.25506087121545,354.3318050042301,409.0072480556661,67.34734298376654,190.58337499070078,74.05069353978533,427.02206884944377,82.86610389109661,39.81957597769525,497.78920760684355,131.2712593007922,420.74507031129474,95.43191540409256,44.68390571441594,487.2880848063938,68.97579493167183,265.0206453625558,178.26118908841664,54.76227156607172,368.39181192434404,98.57230961664831,462.1539274611403,469.51451221179946,465.8979159346899,295.2007056238155,32.45351441563693,153.09379770022358,70.40010795960916,347.8050133030463,262.77262045714787,311.2957103779393,256.49412955425987,310.5169172600755,408.44430995409016,207.46578625803917,318.4916145268357,253.18546749042963,215.99174057489734,58.85217922833436,106.28973367334166,153.12740360729654,319.6227190868686,20.025021125428477,365.23805637752406,37.63031456892685,327.99198894238845,90.24977425654596,325.6436078423414,243.50203571262486,363.6132266407669,438.8507810937213,161.26286452429994,98.97604966062184,190.25333460232346,392.0985865352269,136.1146997466623,250.46628947146337,29.89785346568441,300.0877782161843,34.697739147158124,473.7414753934293,121.98019621682433,35.18158142301048,264.52235557359325,376.22332493111605,295.2436246192368,92.58505316667286,95.94695659047564,52.267182222263116,417.703907897758,145.36461642595987,462.709839714307,8.188742682501527,423.5632664936988,185.36807568154344,234.3422558530353,103.61795190817274,324.63349688143467,211.9286767460699,437.4633307394229,176.43069557318165,406.51806562671817,349.4978116447945,280.5297322485947,14.283202340292622,389.22185740116095,355.012551440492,251.09164338185457,248.40173192023934,311.6004613096882,43.809251377903536,139.62231705848393,86.89073821248994,125.12748459105066,253.22715388100775,144.32397687067618,134.9610629053674,252.58581126812663,32.231810537871944,282.0155187151938,159.1425383812437,361.3518299539198,226.1812706716178,67.84676278332924,30.985516871585126,480.8498816928421,337.10557640591463,113.57280209392184,130.96432672496078,322.9191007470976,386.33191789286485,450.8315998300341,286.96982563074124,225.34048300872615,18.367459611110192,93.33826169599202,207.50319830348835,442.77644072427955,88.20690267992359,341.48495809163535,350.5943378126015,247.30085144104598,354.0469757972526,319.24563832779484,494.3318665613237,328.5000180428094,146.74786797871676,285.8969832861548,36.983466324411516,425.121336358289,351.126260963507,303.5452262421661,423.0721153441364,187.0099566155921,383.68176002956744,127.10525207677654,53.2854585123006,212.35123933243372,137.72875569272148,48.689385382346686,206.56671047640145,236.8222263461008,36.72336168027529,85.32853085225561,102.83499558059344,23.296689102561995,202.34504431228618,491.1429538725955,38.684014548323596,275.72500750615427,239.86827257326183,239.2287315591853,277.28654422103835,214.30676043529812,328.04401549345215,39.938732458002,77.75411619558199,24.63134482049756,70.69104286898953,416.0860004801929,311.8360996734792,450.43542922588364,474.7818259291162,260.924253731441,42.975119540006986,37.89403665634611,324.74754949072434,446.176046089456,38.71261638538659,494.7378134902489,322.5747921926472,373.095751348674,62.16493427622427,326.4383876436119,142.76454972031678,245.98353626009717,228.2605406956862,120.65808092183666,13.558924479458167,89.80955448062234,455.150794147992,113.48068446897247,263.27812113937523,238.3383821658668,199.4892315906298,353.97740780143806,384.30629594954405,191.6962219967599,228.9718249153721,38.04152211411771,424.8172219548754,272.3940318702228,35.48782771185016,448.15648664504107,486.69783454913386,16.63343021917507,264.72697290259686,189.71185622439972,372.54491646665406,21.019893818638778,147.33042616770348,289.26080475620745,246.08550434103938,144.483845700896,325.4877875768104,437.40262310466574,17.767690468988683,255.2896382956038,360.6311160357594,33.87972783317078,240.13088366298373,7.7303346860576045,236.74472830687583,48.32488826292758,209.93368415430274,245.82692989790178,407.8892337112637,372.7454183069901,277.9569255833564,490.67469928740644,341.8156578362303,54.47362006141504,415.9648949125612,181.570829967103,143.26439070628754,112.35719208273942,384.73168000981667,298.7490164021507,71.56045229532864,403.7681657672147,294.08448602876086,277.67088664363143,135.30984722809848,157.9414128120802,318.80398277921756,433.55871852616644,176.28609653413446,255.91060098199287,396.2354067095171,311.89304692546557,127.66576575850824,295.1566789199889,224.86063569107156,436.6868540589648,303.4576247364648,119.89828997518404,364.2807084982259,479.64050834535317,317.8063162410073,245.4653936298774,120.4394498852056,371.87480817118575,109.59936014979426,379.28565744443364,31.061049270644013,8.19739382337037,424.2404781101414,358.66370148987954,76.34602842532668,116.83896522938214,298.1520767024235,430.56476541236106,90.40562145812314,464.1600733155844,87.20861648038641,11.459846750552561,295.4580444895027,114.76053902966254,207.87527699920034,83.2299481423553,359.41911724682353,246.8508580114234,473.6497947103592,144.03928775563534,376.3273763393711,91.18095246602142,144.0187938404951,196.65638501188005,280.67589916562576,172.18491488156735,494.55553877058964,302.02394297876714,130.40221872866255,136.15585926219265,384.7888102761644,105.38785174576992,397.253236781832,73.38999275190083,108.41744670806891,368.73646371047755,489.4106302408286,492.1707222417913,252.36463474417658,301.74287705759167,112.48592557278265,277.9276221721079,171.19628940663767,258.61926865270965,417.4268531347852,386.14897511527647,447.05911171847407,443.0858185079188,464.82734084835243,463.08266645235716,455.56921935511156,422.88611256636915,101.69046542792032,214.75681521960348,279.10337679200086,440.93900032986613,100.72518254495105,88.54497444258669,298.7445091344181,66.69445679300406,183.85125413220038,309.2210581146822,218.16607324194203,210.07950042308238,50.99510193228801,168.25613460672594,478.12525030781336,56.67644142718109,117.3104084984391,438.6497128421033,70.20600506183078,12.751158454340883,464.29448175689026,126.62280365674467,179.28442702883802,319.14739848453496,295.3549139575776,261.7685732350247,8.360684191417722,387.2186632022775,62.589114832014346,79.68036695770836,442.43113328781226,493.5615490076871,66.74719284290998,485.24146616964737,106.88322671892081,172.76581986864437,380.3278766351941,67.79066600662054,70.72337221761349,258.06449293405853,17.41947284034795,72.98769285724494,359.3921028266099,476.1785260997382,241.98819780753445,181.34261403636754,459.5403454192925,71.2530278231327,17.84136898682004,356.06253588025356,484.3863819759541,484.94000126336505,457.7843800479222,58.461035857854505,201.00840714735918,26.105197168754312,118.34610511681603,71.14222995323394,122.3432684081613,153.86975668526932,102.23669175260258,112.63462927051737,129.35330718167398,284.0407574139519,54.19211319661965,65.14101762621871,153.16652612638188,456.41964850143785,73.57057371577352,295.4874791422831,467.13950686809324,144.69961249107067,197.00176939363507,176.39019869907753,24.254870389526396,377.4410000621925,65.18425616323015,479.3725232212514,127.8595600901663,319.74359353709093,397.63800690393015,287.21933473671436,30.589387632437848,379.2770663489782,173.15692069385048,432.99342233295323,208.78434798777528,449.21027436066055,370.28710696755616,89.27571194588607,468.2976704164292,405.11170334159965,476.40558563105543,258.7199820712852,474.53295674471576,114.75035412806689,42.23985649141443,125.50428770496768,36.78049281062601,215.20380805179872,386.2195623731797,278.1536197849887,122.72516273933171,93.54166058685259,275.2437584722352,488.08004202954373,199.18281639298135,182.63771415549607,281.6502696018841,193.2432979714306,166.78171363505223,349.1263739229145,410.32798247552586,291.4197157647658,493.41801515497065,333.6993775337621,11.942068763956481,77.636419705027,384.28577580170133,187.39611215966144,454.3259032900097,28.90391786522023,263.46535286592984,96.14474132152412,469.81089044302774,271.363020024741,57.43314222837337,118.0824234317287,133.45480230976415,485.52259571569914,303.37688266885016,345.8587896338698,202.24990899593277,266.4599542644501,384.6691817273472,208.26799486031794,132.79030732432707,24.622498300637506,164.64170538722283,3.9318412875256614,59.9775507129095,24.518124304579725,383.7192669582261,311.21743009873086,251.80799696398415,345.5690436156195,441.6377859676056,39.41707008568196,443.0145046911224,165.87709628021707,371.4186529152835,242.31189950669474,167.9248213040173,7.806191213151015,367.7411696209232,480.68444174206746,138.31207443271808,110.18409724637812,363.5526819169804,162.6218245689224,398.0974058845405,397.33257068515275,5.429945074582054,360.8549706353533,44.56236476306036,175.70205849498282,90.85519739550662,17.163680201411292,291.00341181779396,192.57416291516327,240.3625568594364,280.4275984181891,444.3733339541243,345.09203248119064,154.78436826292287,378.6629654986366,315.7239897418294,443.2743538563101,30.42627897163258,67.53645952986076,454.82109059693215,496.81139212021975,2.590595430384035,338.03423424386966,358.56902240932976,56.77408432719416,335.22591090578356,316.46740220590647,461.65550834172376,266.3379215322793,386.8000762401995,202.6304569361757,349.1416332731379,398.5345448072029,355.7403618171763,488.06045923967304,341.81531767519755,146.27626897113421,456.21841655860584,195.5445699580502,114.29138959314383,476.0184342674725,424.14007435964373,203.15426781768326,356.0650266408026,400.72847295128963,110.9603658032618,494.36099760359707,174.4046671548598,174.81201349730813,107.84769427437402,354.1284426737644,283.8190297283582,332.0835518048684,1.9979938297932653,128.00471958655768,472.47565055426617,463.6407805394303,105.17104955169992,140.3674073071236,459.81049461728196,113.81909247736749,432.2139871417409,442.2658968801902,330.76533587871944,172.67675369385717,385.2540595263038,26.273320450206416,255.22321974905597,405.266129797086,83.12539487758025,227.44049525550264,340.05261062772996,101.28529506592032,232.333027727874,43.02568352978492,402.97212731102064,5.277886325201264,416.9206892699941,0.09881679595308279,302.32217820381493,49.90294983980931,38.83720340943603,276.65615026421483,270.4891718966535,421.30350274096185,408.94859111321676,181.64663152112908,119.99825046526603,400.1425840789931,225.49823877079717,169.14619027243117,233.64669855569576,315.0462560994304,225.86391699235637,385.3292127235134,134.86739020763738,483.1968151071647,441.0260706923743,336.3961664870256,214.57758322186936,370.2361091573889,212.54683399555978,200.05482408821075,221.36241322982448,488.6560908094622,427.0686143367096,163.82837833584568,178.7672083977958,421.1221875340963,287.8404241755716,108.62004214746757,4.379218256592765,17.59727788449994,11.557920570869406,177.4236981499376,223.56783434040213,407.01141033899205,70.76415611685272,183.5968790141887,246.16221201280297,42.22744155269403,202.54947028929038,307.1331678915331,22.621353485193673,22.444562791405776,163.37866744782275,294.19233127567946,365.12211166811016,169.59054820134523,456.06893472412605,43.99639380394482,56.42650490547446,204.62391330731512,385.3198061828297,211.2260321228599,338.2618495486676,444.10088273980017,226.21552117444116,144.33359590750717,132.99978284703008,394.7117457769936,319.11152930494654,94.1384424060645,462.98448012161174,129.7503402809775,466.9777192741053,424.28737805258635,351.310767741767,341.7415679661648,109.73124031071202,316.7692868337921,53.15482386151227,344.8628450286854,382.36202249580253,114.23493834905129,292.90166287957004,240.05299959472748,208.20610546016977,250.122820171022,14.197980925671594,59.58197837401536,300.11485160961223,289.2131095232289,473.7281113102469,50.11518310615892,393.79656977290864,380.5472514409832,104.27069511113073,394.51560915191,455.70552594659443,329.56982535136416,306.78624888715075,381.1246063479267,222.78443611426746,447.20304400014834,171.64874782349605,14.256016517991132,287.8238255602068,320.3922911194464,438.72099713098305,249.23131685193184,169.12147075165007,8.501837987982153,24.419111571229777,384.09668985334395,277.52031146545175,242.22708192244474,398.9326113693407,380.6428606116792,483.3833031528183,251.777366543342,325.4950810085602,71.19434592967522,155.1409172150845,354.6775722114162,356.9269919895307,99.15243387425166,464.5857872813365,20.74031550522659,321.83776268862295,155.07855786791507,109.47176482107656,499.8900872774969,278.0116784694711,336.25114750377867,398.77140475512897,86.47210996002059,312.51712879795167,463.8861632928432,65.66369264954136,157.03183664721087,293.424339989009,25.586434551139238,334.6074302206276,297.6015725210705,424.34337722233454,178.23829760352882,298.900968562258,394.05905830934506,26.031420971346975,225.16972932928257,234.38166642674702,42.58727475168161,57.45300152766225,477.15732440365196,489.8940994541527,36.86448881837845,106.91385657452285,278.1331844718843,172.37292547389333,451.4070955702187,101.40293021747465,387.9948401724493,389.0560354982375,340.7338348334235,246.42982147088262,226.51700992361808,352.6944102772905,419.8861717357439,358.29721992350596,348.1077062120401,14.867681826598034,391.5355080396719,116.37363149273338,344.11134323059156,446.08883752476174,16.213311671352315,249.0836245320779,424.63926755341896,64.91627796471411,6.185291030107399,496.49131794768897,441.41733540750187,472.15216759716964,51.367357308519765,446.8277270280613,281.0921876676934,50.07220713462856,53.9017727904641,77.86171417353155,327.99147071368236,74.6597024203684,34.698223100793626,207.30755980091442,180.33655159539114,476.7354529609395,453.6634668773693,455.3985447815349,163.41856164270763,460.46592442265796,442.56019878135993,326.4663349056225,382.0286293247104,194.42825712880597,189.20128432760603,68.05281701131233,499.75726298617104,279.71451111317515,417.08516628306967,262.0929467142676,120.78210143144858,408.39825630086324,26.362867283671154,419.7416946779866,265.7536548518991,443.52458308750386,360.53735165330255,72.40304860450935,431.569906943641,303.8298625254161,406.4497025979006,149.44573285881108,311.24886748935364,320.2686702880228,187.63226840102732,237.17808233294403,112.6303769527881,166.74423257266423,310.1494929171837,152.64830543340324,306.710417493642,320.0535010145111,275.48624242239947,357.94012970969237,167.23023177868274,450.4171113962446,415.3628976612021,121.31584256865341,127.67296160430863,462.6480278673199,87.98949541102508,138.6972036383501,485.6385327176715,128.6610329333001,363.7985364182735,315.2186341887593,66.68106050085038,6.911703280303605,69.04049086852166,318.61789593918974,417.6584498542916,118.98591443168127,279.57469174790464,400.68616813702994,476.9403502441916,451.48186124979304,9.423828535286894,194.14400498124857,172.07414264297927,147.86941846444358,94.49243556309223,209.16355016006776,216.7749156563085,183.84782371885083,243.5616617247428,364.69858898581833,237.65603371041388,196.29762342806535,470.2420697477418,123.20403018807141,229.3292547703172,184.79044290960596,39.41046857247049,435.20366537858735,468.61044526011716,192.66254338545903,368.30193515519346,370.1261001825008,207.36220066541682,475.0149010173054,337.88253147384063,129.73111440366313,85.26934582736922,109.31593530743416,469.0225235329231,151.44224260886946,30.864332737747358,451.4395396715064,491.13355326842395,114.20969867234105,333.7799381400142,375.0069828952532,246.39856411713623,410.8900469774282,320.44359508061774,324.79174808089,454.345884233854,395.25029356207045,351.92613477670153,332.09107190325716,331.4867957181284,416.4833365740087,236.61199174586494,491.1335337246116,187.39993715642282,332.9965220529868,6.646990260143482,285.2207161428525,209.18727771289664,145.0119466968618,376.37606279375996,13.433077083084555,301.62250997836816,35.57529920334079,171.44395717940375,382.6403716702869,214.060343605622,384.3129682810834,30.464650976965768,446.0976927449937,190.76816724511602,104.02242306896991,343.2163041460236,498.3034142495282,261.3883255342559,479.641432379244,375.6000351352154,184.0287324959332,395.42754114183555,350.24635629937643,90.65664348789099,119.42176246013153,309.1044575174661,433.40121506167714,319.0131666319926,263.6091981311673,495.55335172413083,376.1711961039898,317.9109960212956,156.24086797203353,457.6022326426393,44.85306372381209,49.41312222515742,462.1285030719639,209.92594445278112,395.35698066326046,227.40157487159652,411.76151441690143,118.98887533026165,423.6988393572611,309.82903765359686,132.25512153734397,197.08150591137326,170.5150433588905,356.7414708559025,5.5685368830658,232.8407537188089,327.8961467164867,36.40687331013537,478.79665758828565,448.17284957399113,127.62210486627356,245.83812639946717,104.14499611485634,359.71881432664185,45.92185981934266,193.27187641639043,448.5165836174191,238.68151960788276,464.2757909579718,0.7397232810284482,140.208357683212,455.4857392368907,80.59673945675911,270.5731716877523,219.79834844076595,145.70353419450555,80.59225880076731,238.00528511762437,57.11373274131593,420.2213095957281,423.24613763243207,103.46804892110728,297.6015898126658,31.537746994311277,385.81289461697804,216.50742374305176,53.836703304146525,250.90827183038033,286.87423746760237,429.533056153273,403.8340111632507,412.63445432182834,213.08406543690722,289.7522005381007,49.35566717500806,235.79854713725658,288.457937325972,225.75944672437626,320.5241549977292,68.55424940185235,113.82635089515053,342.4386549875947,131.61292186913104,152.6351138307977,377.5665207593862,102.71924547099893,399.17173484495163,231.33303937688714,173.54647188834775,387.97468511807887,205.51677505417015,166.69236700900242,379.4012602429372,329.9334112391152,376.69794829025903,300.38177027446056,439.3498713322308,285.5521679583025,421.3958122897449,170.14788333668307,461.3525862895352,29.36189215813195,62.013454278139314,44.03510272252997,331.8261248081849,247.2402488712328,323.5485080612839,222.20532683418037,163.44440613313148,11.295417611593084,62.11462476215679,473.1672373667665,208.0718624406911,218.1902836958984,375.69404875048764,87.69329731342384,298.30754984768646,16.286279020020167,370.7168712074582,192.4269129297198,437.25795441158186,327.08764818661274,175.31757868698045,232.3042935920513,195.90927786802575,6.013987744606208,456.8357661391099,345.1429508384189,45.25980100950511,103.67726824157236,463.6756573357185,26.217080745602306,141.9445149123227,207.2911371529137,228.6177343553768,488.39499655778747,495.474090453393,280.48981624678237,498.5055939644398,499.9348045469863,12.732804080482385,179.06119959607912,118.70019754546901,209.43889921164222,129.48198431866976,51.34116902331248,22.17945141698141,174.7801521767835,384.7212013818607,398.55521818759183,3.106433878707071,161.20913063725212,284.13840901593744,95.4767378020701,2.3711412968410728,213.3967246182174,265.45279490942664,192.49807058223507,295.7936476262543,282.21724660453134,52.24179743675289,143.97389009417432,98.32509258333782,121.37912076011403,409.94524105543314,254.80364610156502,236.2070265342452,420.90850572802333,197.28055285910594,117.18572701269348,390.2294757599917,304.092705867391,24.544996334010694,61.603124969180634,152.0216632351859,252.43028872942608,465.22666893066383,453.5823793737875,24.13018736651773,279.35820960472444,451.7299364047289,400.0629158475378,490.05693807089756,211.87166594835438,495.8324181550626,272.69699336209004,24.42147070218009,232.17350817147664,257.76996460035093,188.69865972937987,497.48884555542395,240.00935910732957,356.3144165916262,8.292346290691032,136.97055201500442,371.0305740014061,479.6447012381691,338.9142796621024,279.96074891911564,75.84367687071192,78.51473724196629,143.80649913383186,392.4054604810212,117.63332468599663,10.187207021645328,215.85690157437344,313.94948431342146,136.14683972597953,400.01694267654074,54.09961964625531,20.78677046835553,351.8873819553282,365.7012625695424,41.473524528664655,56.37907300369871,156.6452597808498,134.86467746979037,38.34017683821145,54.35178937182844,116.9646431924637,433.2104007367361,482.93862921290184,116.62309874933857,370.51106204357313,315.4506815916077,398.09167972780176,63.168914975057554,328.72379321444276,209.24988058386208,493.8582365350257,318.52829860092174,425.92138176027487,123.35618548986405,387.6279023476966,252.92754689579988,187.34260679755954,80.25915172019138,85.21840144887605,178.78161370650443,241.65348354493455,428.45790429993644,307.481346278241,423.8960703487471,253.3883312287229,426.37545094564774,301.17146519668535,94.07272709578946,495.56915641293364,141.1943756898265,197.29804467901047,251.96144134133718,135.79251298973017,19.048019319142075,87.76890658681057,54.101184638556234,441.93750033461725,158.11036787197818,72.55412009471185,132.07588761613837,175.9641301531174,153.11075790973,98.60139339788537,413.95775625234114,404.282721875693,276.43488465942664,443.15902105507143,27.901751152521303,382.6750578556191,368.67754736118553,93.43568743775383,451.43775428721307,370.5918715970538,417.9585881113763,33.87296324725142,48.129241913092145,344.32814454097417,129.33711291456694,391.32497171252993,418.8300863209948,38.655575716944,396.25970091624407,380.89396807680134,126.99551463251669,53.1810357794123,341.3159194545981,254.11464360754726,135.447222122482,276.8922702812671,241.02562314416443,42.94451700801349,317.0343356982804,215.50614655746557,108.66359760967597,156.32154770025136,124.65261000971367,40.628050903555476,252.72236532109977,292.0975566312113,57.2474276327703,377.01380003790325,145.83428731431553,65.61270835554234,388.0788132425859,261.6871613658778,45.48405399919558,389.5588199876588,57.19783575380233,265.09729546687777,443.89521007591424,449.4806238759225,494.98559443652397,106.14098357772866,404.04652368562665,274.14460562515393,470.0419149333006,80.15234880121541,162.58411644205933,465.98769177221504,224.10690675214178,317.7685971999521,41.17174025351172,329.14670195403437,162.33168466306896,113.14832467083946,257.04349294818695,351.3867409822761,422.4384220294285,5.009694030751966,329.98802566013677,398.13790698306195,279.9849956821964,93.83918191786717,473.97224441449237,114.4083872855598,281.2545451515975,238.40798412922453,3.411002318969958,187.88038338540585,285.8197962212977,442.93110360362635,441.796847574999,120.33750779067425,350.5797170181127,25.552334605064285,336.3457603305006,2.093166070762875,178.42105555741367,53.32740209401315,457.7366070375768,305.81336588533975,268.86625751385293,354.2531053763444,448.2816778859181,409.2529106597295,232.3009636440981,247.7946842649938,3.4005456890358055,471.1907889261275,471.58473913067843,474.1828833244609,224.42357877424536,260.9747699305996,79.14995613869385,232.94883663598682,428.0707453014032,307.6104588083302,44.94110860139089,300.7275430388565,350.19991420601104,197.656968006168,449.81311242825115,457.2500238309401,90.5676090698826,5.009044423984365,282.33742759178733,139.0173777442345,74.5821295019205,357.2454020780042,83.13671098890346,110.44453844891427,20.66588094000654,12.069349226705661,52.73308787604414,474.9975866739461,331.3336670265094,14.466658238765806,409.7816673588239,16.23320762039776,166.71958425673523,336.52362239873327,270.53781917351097,0.3715799137035125,64.91051294421818,154.78442460867913,100.84810603819278,460.07803676686365,401.47358638560576,154.05642299986033,89.54434203365818,97.8543412762482,144.6814073887011,391.48500523154524,487.13765667204456,51.57112014507609,166.7682339460839,342.3420267625016,448.6693089116033,260.61307553180416,52.713574974035446,138.53908018376103,387.8430973779625,425.61015226889185,218.7957727857182,100.49500760558361,309.8952504748815,293.466627473744,286.87249749604155,3.7160532393507584,365.0955601771548,198.16052037996468,466.83065265264014,117.69581555546688,369.7652815977567,138.8752334877501,209.20568859282884,52.27462445816994,441.1564398489277,134.4430432618736,288.5630645032031,67.01319482757017,330.60097840356167,13.510438945694926,89.29228170677966,90.82550845501991,47.53454265173601,427.7279806504914,430.957406017256,491.6791528060481,418.3129919425414,225.9717322175349,270.5395104471869,435.6934713943592,449.9139439052708,496.02243759788496,184.07610439208057,330.1165094567668,97.23944568840409,96.15002382810023,374.9063958815827,474.9428493665946,175.02527149286735,176.2672814387037,143.2975499771252,222.07780614375238,178.80254188083182,89.1445490029123,245.30235910333042,492.2067097331179,466.4171340245835,241.98997687260044,486.6548616415433,129.31080054322635,286.8364743507599,315.1133202067935,329.49258563326174,396.481980489409,403.4474369594024,211.964394637751,408.52934261728046,209.35732094520316,9.030328923930908,318.4000792383465,461.3670867459442,83.59964858809576,393.04719230800225,97.9122263282297,474.5467320920662,377.57289299141297,372.2250418574408,39.938084239261265,67.44514223325609,135.28947773972627,203.59279487641575,468.4309469280978,52.41920476542267,378.56721347560955,463.842073259847,346.81751768622104,330.3626510675154,251.55986572945565,414.3946708408904,180.80951294606956,81.22155641194267,448.8344706087386,349.0757789311669,333.199017050481,129.11289357178663,402.3664305766567,139.88600834709374,274.88552374247536,137.93995378132357,256.3676057193021,91.5246047806375,181.59752720664807,442.2929784434756,52.580111453748465,0.01075754283669239,101.28528224830107,228.7673164512404,375.07956268385834,212.86941461161146,398.56258176793006,377.64580997123556,158.2048145570335,42.11551584617057,390.41636417532607,140.36327377242824,440.501048783399,359.82940742692546,167.78303658833005,375.6517043958266,330.20314451848645,447.2359535606571,469.92672804233814,291.4476727345322,469.84251603624824,28.630584165749262,284.51243921970496,352.3844997285065,433.96141724218256,10.472867274684106,462.4857442104598,145.04441953404705,445.1811156503857,57.03288373624121,319.39767647132436,464.2454211325692,121.16117215676503,456.5400523575985,492.0183485973218,139.46267035202703,443.0138306841103,360.67482680984347,397.96839733670697,414.5252844156333,434.1382757579259,100.49168594742841,310.0430959431478,173.0764810776477,413.316579190217,287.7648011696685,164.10445289876358,187.91361645079192,0.5918375718991786,454.3226337561084,448.8268956051971,308.05511985201287,133.4152516308068,202.55194809813315,154.76181905688236,367.6721334542335,295.9490038256509,223.1075969689222,70.96928474805087,77.30369315261825,35.99763265856387,110.82722960670449,425.2183469712905,27.519025786505836,224.06056775698812,258.8985194472503,35.5106731159201,209.33619760550837,489.65926554900057,356.1319190711512,90.83781461975742,427.4072631814231,254.4642217330537,178.53410086077415,447.87158262938755,203.70992896488315,212.7912869950111,482.95954553024757,98.66043188767043,498.19026141013745,20.152689466617247,444.9733937125532,128.95961648104904,240.07302856484154,317.22741756680205,47.77289208032176,343.6317458249173,272.8309951057067,222.09263115791705,214.25883286942022,232.63945046013117,284.93837422409297,108.05031230394086,464.229517995078,203.23687418684068,200.4593226868895,245.6514510398718,200.2323307962814,348.668247513866,39.42879704860719,439.16811138320395,271.79228366741114,119.27965883546993,180.31233465694925,106.31184101325508,57.39456805391935,382.5725159770121,378.86188073229863,281.008103810854,209.61024903374465,158.82457936825577,445.88516381120735,329.17578436311123,291.80431797657457,39.71471770237245,47.461834144352345,237.57246620751877,241.47908422233743,0.13079372541302536,63.35681016583494,495.34102125619404,341.02303508554496,479.82045467361417,283.6807282869229,248.85723142199495,173.5948382870115,251.16898849445974,185.34148088839214,270.9953385465934,326.25854528493596,199.3427959973736,190.95868112543417,65.12660920591651,84.76019414453489,240.12489462749787,380.6384946841565,331.0129742897055,244.73093905360938,87.34312963801605,149.52686719835805,325.359883894771,401.14364569573917,432.15949878465017,312.37303126907574,279.7722255815206,24.73549778446521,112.73218075366471,90.78238656284748,456.38349698532323,181.59901483362916,461.8345123978275,187.6575516979454,44.46286060865579,318.8921801433841,113.15797644808289,100.16695218849408,141.05934642988592,307.5781919159712,165.8141697308056,291.9561226908252,52.48156165500589,33.58020008645723,112.45073717154169,301.69270918441913,348.27913593262593,341.8707794376622,151.03657699365309,419.49294731067033,8.890034057584595,287.0279412213273,472.6851090744408,352.59193683792273,262.10034580607663,459.52342216692074,493.22174044279154,108.43810506074614,404.63210809597,156.201173994099,402.025654372142,18.79404037608301,268.355682888931,405.43263321798884,245.41599499585482,251.2619741126092,197.6187343906638,496.85698494031993,83.17211823616088,364.6551922084237,191.9387428157749,264.6305203269024,86.79252303010205,497.02584497351916,348.7405898873288,171.38998260712208,184.55212936968363,332.0953176428097,39.95479281339692,195.76526469501692,4.870342865414434,461.03635126471613,42.750962572733584,18.495311502084167,91.26121395061293,111.14833364061622,17.06200583103412,189.43465616586707,234.91330241787577,17.13964186641087,233.53706176288009,262.29681284419473,158.33860007373184,163.2062492444692,327.73798779589356,73.3377132080285,294.53183811339176,176.4727315289204,445.88866364131667,12.227994871662872,19.991801801902742,99.76142860479837,351.7117965039877,349.2876020556264,181.2567308364348,157.00973268546397,297.32302408734773,84.72411818640002,22.39480644606251,9.28799937658409,191.04956586450334,494.1257593208423,491.6982409809099,83.29941211856784,404.2415547375048,428.5627704844891,71.27119394513326,320.47992619778694,443.3540987790693,407.0202460468339,99.0774701869766,81.97552332149566,198.33480030282547,386.13892691941714,488.9592858794885,424.76772632870535,106.67033572047751,104.33434608033154,337.46617616835186,357.21239687700745,241.65523581775028,70.51515261983616,386.21519666327015,448.724897363298,183.2568788513635,324.76874534556737,299.01984710764395,158.38818219222878,248.00165781670358,118.8664021399402,346.8512335270436,152.8086752188435,255.69581924356615,414.96312811932165,261.9030335224946,135.7674041109504,247.96699643818465,306.46966526369215,414.912043333659,330.2811573446509,354.23540515359207,206.85253588428344,136.42926845266834,345.0229762151481,324.1320289341125,70.92936877931034,5.117736061166333,192.84836377074834,47.55945962823704,464.55104288695196,441.70437945836244,122.4340213901623,121.01177156121051,379.0103779415376,380.2143844849049,392.343205906965,452.86015590649595,309.2917797520244,116.33999170784625,138.7290858612234,446.6313815764914,492.44000235646985,188.2926188643706,396.8541948127448,147.59604291118433,491.55961128618213,428.2654498443307,153.92437451769925,430.91162768631597,357.96931122791966,134.61316297572,353.4698911212248,397.1389157269874,403.30950302673887,332.5702109258729,97.6009458866594,1.7672128392378639,125.20020176415447,239.4123290552444,397.10306919585537,457.56924092520063,1.593781891383872,256.69580918906183,39.2425772296362,251.57023905053356,452.0180587531585,108.78037822881149,280.0692218380104,432.99314724556206,189.32431108579974,20.20045340732085,311.2669466253477,54.93456626833476,434.21291710616737,331.46316071715216,479.9748120282807,53.922501128456645,400.07199369836826,106.47938542018525,269.22144246887126,75.24361492189851,17.178090641917887,10.989687495410738,466.07703696959754,213.85441460870325,310.33165685750197,241.9794405865126,439.4058193514087,394.9157051276169,271.9741225757113,487.8447471282311,292.0126076337598,222.1847654159524,367.260328826672,81.7747991546211,378.116108857742,378.0944609827968,318.79693547397574,401.31545305789905,2.437995672865678,398.26704421493474,167.26428452339215,171.2298228457173,400.99493952576296,422.98421481164985,12.379698176104792,41.38689666219692,86.09056721510949,354.6649297138131,208.10459580614506,333.0267042337952,457.5478455527298,206.41990425858202,296.1614346000239,219.9249487201097,341.96285188521733,473.52459435459826,38.02015267552233,56.08196003907201,15.986200869433809,108.3263620001178,359.0652865824961,363.7006196084181,11.985710640989577,155.92372953000356,99.78508825506604,106.10018922015563,460.0398318523882,43.63915807550595,355.60383626335425,129.4935129829531,353.3685562082817,293.7023623512108,10.346427683547322,432.42206188638085,351.06702377992053,153.26070813809312,217.47517591261118,425.143140219294,148.26754344560288,460.3617984715684,259.03292053802943,75.13855850216589,16.960078167745586,447.90883978505616,159.2667363475035,16.631211815628046,266.9189529881287,195.80495666475218,443.3576754607022,376.77372817277785,449.07999033887216,2.247498877455789,35.586965225881286,149.82471439827899,80.09082178227555,456.00984155676787,435.62466369924175,204.57842790645725,26.678117248044252,303.2556637346462,227.0036561809512,229.16650594183102,418.3021450291122,174.28157072613925,32.33293821748373,281.3460945778108,242.25877380023502,460.5530881583652,253.9204195231628,249.97727622862658,9.816049697730866,406.23806692957913,199.14321717803008,149.5488794301077,257.47474346681724,206.7913694832947,365.1512443964771,482.39720364824865,469.52713504336486,100.02565341415782,222.95591882243733,90.96635775514223,188.40129241165283,299.3221869539153,260.77714815020903,58.00111608680031,277.90891266254727,264.377961108287,344.3142874691206,233.38613382605726,174.19473034465693,95.34588201027289,427.5927621711245,71.60210390338062,241.18487485586843,474.0668718116951,158.31720031190156,199.37230023667158,22.61375355072043,308.23693539531257,277.19107347270915,43.6280219745187,412.8779289755357,361.4410984330476,255.41575578850444,73.88686073808792,208.26643187809017,416.38675226513647,34.830756345195,249.43224677627768,178.99309457863043,255.22171431965586,177.27031934354503,185.87964153196944,475.2314672165024,8.130958286235057,72.65427635223925,414.2487971947215,166.74435419621824,121.7549702786086,446.64246306498757,353.61631832586517,9.86547595145032,356.49869796041645,357.7896256568434,339.85406367858366,14.50962137952516,121.96187284013455,2.25880048588184,231.42746224777343,120.76375382970372,138.41788340651863,365.5236139215434,290.9704449221709,298.84527049408234,332.61542544717275,15.315275329008838,249.43330190818773,326.4550544457576,91.0422440208074,290.43799748478284,208.54555986906738,420.7635431341913,126.28452779086308,206.2232440519442,223.77480257768255,457.8861199872849,374.19042117221227,82.14988756415076,93.26115404051643,252.7491768575329,231.1101404067949,22.2679440502655,376.9282290485739,478.8720827650103,136.83628656119245,351.32419815738837,110.23454918210656,241.03862066729215,450.61252830918653,406.6179134007858,150.58515445769194,289.6152049080461,132.26792900289146,327.0723268061931,256.9024813116352,181.8251243259247,44.118389728922736,10.272136000976317,91.04334657491697,17.67048277799166,398.73509262999335,123.65225053484674,260.65071213021923,65.20642965779305,86.27152044756298,340.99422310588034,432.86896738969295,185.62212871810868,418.50262669295233,50.620191499378684,446.83515992670533,106.38627060644463,462.81016219950186,227.20846501845293,405.7525015927336,304.5890653765559,492.49041888770336,39.461281437701004,334.2267698055468,46.5448095594494,442.01696877894847,173.77200321227303,25.968523851010893,428.9511448280687,156.02490606258073,148.2691078126227,237.797300391209,482.38399971795496,151.59895132121397,48.52440883609033,437.87195870609816,418.7058476506129,466.8498417780352,383.3037755962288,497.2801763995679,393.74980453468265,274.97262912890295,280.0690723757632,109.06144259236972,237.85465682718282,447.9132908412112,447.7537644080345,389.3399843827773,267.5833640725702,338.74867695156183,430.79552140935186,25.92323941277258,166.92974254537313,202.04975968778643,284.8144980939264,36.92142023201567,49.74115079836267,358.48955345211596,326.0741843692767,2.2430189208910156,366.4870838771826,106.68943877852655,232.54985828942444,321.011560346322,305.9425064315214,422.4256821199311,486.3558905949249,86.31479953396904,474.92115311630016,159.43929312012202,140.28926615909387,224.83270593528763,209.5175351278572,297.1529523456545,447.72581601879864,233.00099934072864,86.60715159529208,29.368722318912855,195.94013774949005,290.68291862713164,384.28376121537525,450.2494973386539,398.8912255103266,215.15588497779441,349.91773955701353,463.4163416900008,257.91661006912557,436.99702826342735,279.4517415784274,219.12991446617397,90.85671934495221,217.40280931225104,182.55212620093036,81.00165324507496,418.45588608593573,377.7780779958302,496.51654525838904,359.65852390128623,163.57661925118006,475.6296674637881,333.4921283689431,370.99974859603645,61.969851731784374,345.4618712497911,245.6782742753812,429.3016057086918,333.44629016700054,453.31627745728207,76.93280958371417,318.1530974629764,343.7097557932888,449.47171780436196,52.42571406515151,477.04095761145675,401.1571143517542,488.62483513784804,365.0834245668513,404.10803429968735,416.86404585440283,246.21181838442646,99.70716255772271,209.82947021748905,11.287973399765672,274.09813029584797,50.77077895564158,349.3563788934087,480.23774612074897,86.1767130015082,110.8389936231337,385.98869061239316,305.2814123918237,396.1891838853054,274.2985025898183,315.13881109725264,65.02218485685418,208.77286336513228,362.73441373311164,279.3105714196148,390.44925656233005,341.0589697346817,75.20527137992549,120.10292643448645,327.0386510306752,337.6340031601482,299.22096576490225,484.6131658550606,239.11546994827742,128.76554292104097,49.39661064312778,454.346463638589,32.75313939828667,427.4316505561172,147.97200552775698,309.3828985015273,480.7525268250618,353.62114422588064,429.7888190690349,327.65998825808947,471.7335759314157,170.08247919606507,481.37751336133846,208.2024627899255,99.6630694821422,55.55606353467979,191.9579084568241,383.2653084921702,452.1453148046963,202.29120831576225,485.8851485080306,420.4787153183119,226.78203207257107,339.78142959750977,317.0258187270522,358.3420732557293,236.8305958192149,141.78415805217725,196.58859101616372,66.4805379175828,156.88830753046662,104.53711538957394,281.77928199267683,301.6733436201592,470.20497645065063,297.8691089032417,152.798761447101,276.59959450295645,308.90810053546403,154.94911294263537,255.08579862207748,20.62473653525787,258.98960909938916,6.606002517738297,331.0602954568246,318.85572906125753,93.63739165440977,432.2873474312745,193.82032225515604,28.632851869871136,479.94726218333386,460.74803631289944,285.32479380510944,385.86256881697665,410.34878157630965,63.337354993434516,76.1063255642847,236.93816076208645,153.82852837270178,473.5377319480696,52.90953399368453,75.07306063476892,199.23243100661924,146.49706776111927,140.00976919317088,90.6985071447835,334.0267387830758,266.540718852445,480.3562555835116,88.36544169484678,73.41135418924605,246.0837944168197,334.83615884702425,415.99670519480117,185.89510948419246,447.65302910740536,302.608152471022,123.57749426864822,405.5747334549973,468.9501275296796,180.3275103803576,55.08008674399839,137.7043114614369,204.60596773154748,461.38342404909076,146.01343915642195,140.74960308421691,372.51324591177786,189.63116872886442,116.53306585874451,251.75442828379934,159.25226858851155,327.13494678897587,161.6883937542643,78.72991686031516,249.9593100347804,323.8144369271617,312.02722888329856,138.4493037285716,274.9613156154057,411.56340474537507,210.33172861085242,465.78894335663307,482.406179647515,208.47092110559257,46.24528621629381,462.5012433932335,18.31959004413042,300.18749020804336,478.8266789260052,279.62300885518994,140.21636114881218,54.012007452906076,272.6162765261109,316.7219295658023,9.72580853221061,167.76037484877426,197.30053435544116,336.97539759218625,453.29747820116154,308.1536135553095,206.73722548339012,150.14177934904123,95.33975505879094,447.8472525087618,147.25839709789847,25.66452857450746,219.8607989967941,101.1512050200029,437.61220830827165,474.93354948489014,47.83665758760208,325.90426847001504,1.9538599644304266,226.19411077271252,331.757974779456,240.47084781547724,433.1286175688343,180.49406286764008,274.5680098234922,95.04620614457554,457.73774482312575,72.49043069669669,195.87427360530057,358.7241141998772,461.5782452194125,396.1667956833246,266.41102327679226,432.6174694433495,39.740085045276984,83.68215049641825,347.57858793723955,118.58002953594432,74.94371919332299,274.36948057367766,237.5025670891459,493.8767748130568,56.83029250552202,198.78051524152912,381.1000207740487,59.13131948533174,250.41109246768173,421.12447563394136,391.05066587410846,258.5246339296669,107.65163525278926,122.14381532244,411.1345224224094,3.4843610532663827,31.914571402634373,196.05648494311694,293.1441279324307,323.3136541246383,32.55549274836112,272.53774722954955,278.36979187605283,170.700507542393,465.869010644002,378.0960996315573,254.31425460284296,129.0252249070589,99.45635893701105,16.034607133554037,412.9579443859473,479.1990853657633,7.948168054903004,123.36973956738511,363.64958026060214,436.42552606098724,134.0310935269099,226.44501260446964,114.58771862804501,308.2772454788402,438.36589220171317,284.10375962784,297.5220350694475,98.78221431090606,89.78783743975144,28.02619535029094,462.271190965316,239.44606225545394,66.27247024368505,329.717953587316,265.48941516115326,494.4144949505667,448.2079333739805,342.8288554808599,381.53765798159327,336.8305296234865,95.59314718773936,210.98926553300728,174.84800550043244,403.8820336405873,354.46188244000524,425.7677287618895,125.54453028005474,488.82495797085096,67.46542888459584,336.2412787023885,61.07294799785473,340.01509416335915,327.8105604705514,176.83625636148508,65.9126745553188,276.16993450007936,3.4307371858087743,286.19378703254694,400.4605310322113,46.92206427709855,5.744041724606519,206.40475513466666,152.0795264539576,432.49455029357443,435.9297230490955,266.6668350308161,443.43100750891534,244.83462723077898,307.4051400646935,25.816642973632565,499.0004599855494,63.88493492955849,246.3302420151241,85.13193745964631,84.88770829823899,317.9211788594005,103.57456703571965,216.54364018678334,249.08180812719033,153.7008397720524,406.5942416098391,131.37704876781615,357.6426193113476,89.46944224969577,249.75990980463502,139.2007332848294,200.99822792022854,456.0369747579074,365.30682435910285,401.5103574286011,149.7404033286672,257.9616077506584,479.3237740967391,350.54293456885995,245.83420161199638,276.26588919538426,222.63622535930432,137.68802549033776,203.64784894206716,154.10744216679745,443.1679718431853,29.381605257865594,384.16680825134705,291.62779788303044,461.11047083890594,393.27453070319893,484.27217920365086,230.91444112763227,445.5188437392561,116.92080992982318,21.177107811194862,307.7770992824332,443.95717171656236,289.56910711815146,390.7146399905702,480.54119978072066,196.55036069020986,294.0219433621445,354.60789941140473,106.23740833426088,170.01468501852412,200.6123391074806,111.04069961707764,308.6866942098138,58.050321869796974,265.7813731224899,20.131339188929342,1.6205980199980874,10.58758708973273,122.63942433125163,264.7515374511756,298.37906459828054,204.09225061636994,138.95237691203343,302.1841286144015,93.5517919673175,220.50003500394254,2.2121250970076334,5.3383894703989965,198.40871850294718,293.62391928668546,88.33357207616498,486.09037868905517,345.77260955714394,425.77946940950767,409.43577725376986,441.4066405344825,213.9271501302209,356.42459215471314,147.13214554663057,354.4821086072504,499.6617428092907,347.18900867761334,479.712193577891,482.12990866158015,10.276557994268797,417.08933046917576,77.760515116097,273.3722145936782,325.7888631959932,493.40753137828375,20.449796382873252,351.4810653223196,17.981541087677634,111.4174306910905,218.51580319098835,488.22772419558856,338.5959410182964,378.6255860457262,101.16513152519335,247.45638282720432,424.91416036575214,448.88814250959433,386.76181236340716,43.56597843397275,178.75349924593297,36.714942809412456,354.28271103115895,130.2733713080585,458.6140043035644,460.64696778986604,400.319470126222,274.7257187037145,108.66852612998906,123.1807637352278,416.57902838354846,412.21223817827797,410.5452270975567,195.36860153064117,42.72446965829335,339.3270253448606,456.5451353323368,412.6440370156381,494.2173215742062,411.4351625506265,86.62168444802421,196.80747859511865,158.4172790916682,359.66370367349816,204.77786219632216,207.54912333487857,198.5035753874757,12.629661489583055,264.7786760254963,22.946089091626487,90.6931762997974,249.75312983667845,259.8493761482918,435.4436670497921,454.8123501119153,418.51133406458285,450.9101390602736,498.24412847397036,123.73306653954418,66.24782985337363,8.81062986366099,486.8465007798027,497.87131899459666,390.5644038818212,457.8686006989208,368.79251900801233,190.44931589319813,141.81628866449418,282.27712949893254,119.84880069557069,204.76790946598834,233.34573655333634,307.78055117723324,253.3505952519783,211.57404674002728,224.73446208281183,310.75768629134564,66.62925982837675,27.227342929495858,80.2527110379761,295.294932215534,451.80012044529866,393.6690231377319,126.18064564202957,173.37739631274906,38.22287686756587,325.26083655052645,305.8797347783954,214.77480110066531,253.28758268133194,441.91529121819985,472.9390708865364,298.128962063972,373.7978270018971,40.574698661877186,23.715965469267132,329.81948891745725,76.82830617315007,426.3700454349313,0.9629043941028481,352.2395531472712,462.5371102231449,338.9951106140062,192.34122959903632,429.2237049056983,467.235783205648,347.52513200029136,185.6609138364273,38.50305238101232,22.347033894695166,122.35691968412965,275.5252862545302,161.65002529718558,340.99994363624785,355.4722200363261,175.7337540360181,224.36415284700817,195.39131506249285,442.292050259659,42.77959409191068,65.04489995978014,499.43178686139976,137.2924871417322,189.0505250716002,316.62815623011477,492.9706713993956,291.5420356979077,228.50895636582362,362.74676604834826,295.86139583663356,417.3395520024409,67.90240678547943,279.46804070423013,78.59737603989852,390.904138445424,258.5472850493155,487.11607897269704,215.858298191746,471.51083664970474,305.9499560448832,230.37808171681522,390.00136823913533,270.13591464052996,123.667301390756,0.18141889842521186,107.32477583061522,390.3673274012747,337.9282347880087,372.18950686644735,311.5422175795494,43.004527891218444,167.9098026669995,185.5146271697179,344.97307664323324,199.9030144919422,413.97861713750694,131.69753914743038,313.61284785392206,182.5747536719356,265.03710548937937,231.4701333274733,359.25143195539437,257.49233453992423,475.79928150918204,112.84516313187831,93.68840614480095,424.5104453644096,239.6529784328135,57.50341141987864,181.70929633863264,92.85541263411612,386.0719492010022,313.59391772361215,311.5903966385617,388.102668778432,186.5898474014577,322.5352165687358,347.27466889929815,211.68973989149237,21.391798454680423,73.7441262095661,174.2127239073391,105.78390396267523,152.94941712311282,129.10399108488812,337.1668564154217,241.6115118545216,304.6006244388734,405.47357750582694,107.19152369699209,220.07929398590858,183.52132737546995,106.6812782408284,42.143788409151725,14.718888688130761,225.29548591085126,0.6917423722114235,382.877845867619,431.5329195859278,190.2500240950727,441.5193754177599,143.55665906212818,21.95330276916191,326.0400306457716,463.81633774266516,45.32430070078125,17.231990724234535,176.02243260091444,310.1066468764907,363.31297101721174,13.887853197004807,346.1432467065421,470.9123573954533,417.56057566845556,263.7332528327583,314.5696581953048,210.66393734388262,378.91495905457555,484.4996007515104,219.50020967781975,309.54158517792655,40.092798500614094,177.79767820094656,257.2009029222966,158.42709953546407,334.6876552625863,173.12656301719613,217.30263045230902,386.94892123067734,4.791911167605411,332.92578574598264,392.3684044457425,144.129552659347,304.8574022818878,164.60048377563018,205.85945219653212,242.83007595789857,376.8903386822367,103.67479360808079,399.51043307061815,164.387804909341,410.0754654280437,356.02399580406575,124.91867440090742,214.11076175908585,259.94484598798743,495.02812015206416,81.25850353360097,100.76210594499774,9.859681709370571,199.759796584991,110.93245340745273,204.80631054001242,306.10623124545026,250.23217458361614,56.51555955238885,398.45304678676354,446.10876774790347,397.2402974586511,196.82500716141215,487.3924415334817,440.27106481625077,184.62365505405987,20.759507367035635,55.16078277113101,472.1285613886861,390.4293709237719,250.06974786587804,472.07881323748694,392.9369758771524,484.3970481752502,304.7602404654087,253.59364020565428,281.4991183090192,384.0614069737823,317.91228290718436,397.79287823997106,168.00003829193383,485.9190051514842,247.64549547024316,398.6682815695213,366.09555964093414,491.6936789307671,225.90240662637052,154.94158172012345,471.1911243460809,137.75893840726727,155.4961976977377,270.59632993016874,482.7769853780225,319.1834795711445,191.69166355786538,438.6911921292101,227.8942919883894,439.55054489748994,221.12777830702407,451.76803042637124,291.6564547406969,136.8759685695739,458.6065625749496,140.05619694863165,361.36326411235336,132.46818976035163,214.22425305358834,5.019794722502247,83.21853155732423,214.973934860888,125.24892074165372,307.4625112820778,418.5636229329873,159.8126413328521,459.8970493158653,231.92192898977544,300.467086531085,226.11250112966925,79.83864453697038,53.4024061242166,114.1296694510497,250.97189602511438,480.2367754979991,248.36899320103345,10.612268444207151,50.76857054604788,27.262876205390697,29.822870189672834,351.44956187265893,82.13624125902147,3.8715781783885683,102.9077524027474,447.36587745463123,387.7942540059582,156.86762675436867,0.31398390762510386,115.48642715919416,435.5939163749861,81.51783082070646,482.662528561803,400.1174692782969,285.49232284511334,146.85491451929937,344.7754835737945,369.2874911821672,347.20523768032,399.7219155294011,367.9296548345824,287.9354371132779,328.87294211624845,379.23625408501323,114.5916853091487,120.22305392755783,239.57012652532433,316.95274728799006,242.07209389411892,483.9660249481572,304.2987689598372,154.739238962067,282.5221980869929,486.33110424739357,220.1090542750607,235.48213765453497,464.7336864351129,4.171965000318245,138.02501536286564,33.82023042440774,420.3999210294853,491.3616776887156,481.7028866527458,309.23606868277705,314.3019167569753,102.34365303103127,374.53669499413814,226.57877082478012,96.16218369235618,93.23500848130445,414.8133666911745,200.78263563894515,279.0283839373657,298.0020496983043,397.5348134258254,103.83023046275835,93.20758444606503,28.775632524154382,76.77025156129335,464.40301675434654,121.70332086968833,334.5623793600405,131.03596048847638,92.84284715105478,480.8479859450011,231.13386383250239,180.89132445266193,154.00363134149808,156.09821380708934,480.28205686503514,371.2263005848931,52.24012988487403,180.01735153166908,105.09118284511754,18.95163055503568,472.29486800981766,108.50989338762568,210.20082812193874,338.25802503414525,429.0381212728716,318.15347824985446,12.595254445665116,263.0751211270117,34.711394947911536,39.72335513011116,256.23785711051914,81.5827027427064,42.7366177100888,13.313847499812127,364.8163641536911,277.5088258498227,76.3122899560864,49.26994052448652,106.73310602928288,268.4219423613483,121.93176503456033,161.90337561490736,294.2561635629878,492.1657481215099,287.26814230607295,292.5968252760092,405.9488747298581,258.62912751789526,54.7922642628283,388.35425802639577,84.73751688252568,53.46869915220548,185.19432927463646,204.80216426388742,69.82353847516387,442.45116814788713,354.8902098099974,333.96444167247705,34.70055087117796,38.104906692319915,180.85561240970605,372.69800662243176,293.9979867432124,36.73265864778536,356.66095134271484,28.690786184634497,117.64825899048331,437.5289023996168,355.8669653571546,40.55487540778358,334.58998551920206,437.8862182324784,112.70920583625576,65.70803777024669,431.053310531777,128.20159724515813,335.17343601787735,352.1801524186196,143.61847148900802,241.77667932652813,79.55330415553819,135.39801861682938,344.83703311944606,437.3890748177504,102.4726282295812,327.4455114438829,367.1036712433703,220.88625138812517,438.20590952724103,185.81089336488472,399.3951137912571,111.34847687085254,34.77097972523896,472.5644253544958,309.7541948679503,213.18851275854155,117.65951153491045,412.5051232140422,345.0338042858687,302.8460546440783,176.61479636510342,416.42528880090214,105.70427436873658,369.3734527047823,11.694703230761993,498.44471045550387,341.4191224114494,129.59186820020167,354.81612820485344,134.3358347008683,207.1185358180333,331.9700583109094,223.33731998056678,439.29620094224623,308.701549593324,349.75582307213296,451.6056488036647,442.79680610316996,284.99036908427706,416.74194969613535,247.96463263791557,224.12503429193563,416.69581676188955,41.317115469995336,132.0124446140347,440.5774012880436,442.56862521370516,53.643624733409,253.93292080546053,472.7958268766938,11.032905337226783,187.37040318337722,147.04165791464797,141.287196238753,343.20033510218883,236.01823832044244,28.37111347102844,178.1755154521814,342.51347882733944,172.652822942582,390.3887294099502,36.96419452926658,212.9710668476959,57.01472319373324,206.7191708741511,181.46593700973662,393.01072479540244,241.22178231902063,52.726006999150144,275.48586406062384,84.8983229321666,205.41417986165393,413.63264111130695,460.4448368836408,482.7346848194111,234.82194121286193,304.63639431059573,101.32349027178562,243.93173418518538,204.19241294345696,70.93900096964289,458.95630547111864,289.69227341514096,162.65040496811477,216.41948497627095,261.67846515548774,29.130125555960674,161.22324892906164,445.49454026585033,453.86778252185263,460.61559624466815,225.19358024733648,324.70986251705017,375.444644329349,9.44661457661683,7.833768247391681,54.68767504508937,15.922270978765695,214.221859927588,485.671915891112,156.85359198433196,180.62665104924096,337.8298908515418,439.22535667730847,30.53993209944561,316.9637274676601,184.30409776780883,239.4960489811757,261.8222491554337,3.5836108926878274,128.56157541416323,218.15479905825813,355.7032248895242,452.07472175756084,81.20921753798672,301.80079610603167,134.37868077043126,427.19111270546904,64.5320560484432,164.2915128716817,299.6528427495284,255.79389457758538,428.6766660810255,274.7748271927163,55.611811727130586,496.854854490029,207.8573737823105,370.3265759892567,438.3364965346675,49.04148293663169,1.4263131774107651,153.08876621149224,476.69331121259705,196.46875641641392,161.31168949527043,453.6392099825058,130.88587423902115,164.9441325065262,308.97248247707637,335.18679630728235,142.7859690802163,284.4191209383979,302.5098667048339,175.40130173281986,169.1891186664083,152.52642684356715,366.54928191135605,257.31835698474737,188.70232797087556,99.9216233943378,335.1822082702302,271.7188405392458,157.31341517180803,26.378040486954745,298.163998996675,9.420818805456088,56.96003961305701,420.25954894814487,48.81682879075255,226.97538585765648,491.7144903568057,163.5066252953109,179.4796058382155,430.8777429770326,31.613137234367205,470.79378861368167,253.46335377028385,438.90196725638515,328.00054146887067,326.4433284311355,84.38947202522141,48.82865536208231,138.09790644180651,123.69823362121934,374.47489659807576,171.1496561949123,457.0986475927579,342.94932032626224,411.9306154663602,114.50765010341468,37.00033460284091,326.26854650718695,340.8801856144974,105.26572680331631,399.14443946763345,81.1987711165662,213.7775282776137,282.68508267269686,177.59104865458215,196.10461778059036,366.88778086478675,445.25595162684465,256.6261047197972,239.348393153762,311.22467743887637,116.22673715385001,464.88421678238205,256.4276678116067,338.8965142000515,312.1011204682815,34.52767136116075,309.45501785152925,153.22597594616795,347.0390265836754,154.0591866742153,307.2026641279867,294.7193841819686,481.6522899051508,254.8879507843043,305.2802746214887,399.80855883018046,69.25548453136015,467.2681453729417,237.9176505297002,456.3299397093688,349.304636011072,344.60365913818396,244.90444401352136,392.14052109110054,250.17476009503113,292.34554371886196,496.52020210968857,373.59972673017074,251.85371566393,327.12497997021114,353.6236670637497,476.48426227134644,170.9533053259546,440.29680276973284,326.76505878656195,290.07734832213964,352.3530881824655,93.83010952895971,189.89289126796277,420.339230875113,430.26358142282595,470.8144824143906,139.10507014029676,438.4925406389567,15.473753597685436,459.466627040172,132.73808202158517,213.2428103102087,271.57016135118283,292.95163555985357,57.44125074799816,2.0691717724143355,383.43281262728703,459.8923504976444,123.32212406164444,330.4163166761788,73.53113520920473,435.269080733555,293.4289181960687,81.31288452295959,494.4100555438161,172.1245287124072,24.039434080314837,3.1593795468496944,92.00307439526185,341.5414903750713,346.1741670862888,60.599829063396896,164.48603521973737,410.9168152932,202.22368609499947,494.3299037704301,485.27840495865394,317.7841384379812,192.2986654511448,321.60511933115185,55.09206492768265,410.8215508996674,359.94153122166966,425.2514864401789,453.93592524868774,186.43148477272297,221.55835218988744,61.98390721436786,132.33182281786816,13.857104440142209,423.1709277425189,289.59643776723277,375.52235874500735,321.7512438630451,49.98393013927649,75.21379467876771,187.69854219816145,230.41751324473591,27.65643324974809,207.33483788991236,296.8369612386676,0.42803044469263973,98.83237941941769,305.19158443939386,458.2748788978859,35.48337142736091,410.1638777854618,281.3101236631016,305.858457753846,426.28821550029,357.03524781190566,466.7798021968538,55.23827727362701,159.90896873138948,398.5373996488783,3.390643408141214,45.12542307300732,163.888141164514,117.54815553812092,198.68667219259922,268.1684770061745,57.886242401003265,424.085477469144,413.72871374153607,396.9267571893796,385.9646805852078,464.8152610337085,320.49285051406025,286.54434994942613,241.77396001000474,438.75064276323786,395.1687494457832,467.50517608443954,367.8494393485831,466.13328898389005,65.87702042831562,247.51731580117243,172.39898039201918,247.81894550297702,498.73139157814825,36.77929446400102,300.5212698032726,497.5364016431306,32.3757019486019,174.3348554197452,457.42602678241263,225.4305994445539,116.05708968686429,433.74476301636804,408.25559688033394,75.31448374341576,323.7761524274663,445.19654082727,398.384106705943,284.713934756629,300.77970851226434,55.59675919201324,270.7702058916522,427.4426270698382,372.6754223994569,313.7231770430698,453.1697896020095,476.89771763976006,281.80263243736476,297.3352238651543,427.2210132666908,48.97441852092871,2.09252498674134,78.29707504580851,275.8870238745318,404.60188441766377,192.3835957261807,293.4876698830211,145.84925583535352,303.8286171336236,49.54092267171828,347.35867186249095,288.426441283537,188.28408889053904,328.39007331630637,472.40632587271824,113.65282242047631,1.8071715149002854,299.57573329802096,212.34982174900395,48.39894395550331,155.47138017969996,488.1550061958696,0.8107936907195135,279.6868532422681,34.76783585716403,61.14121708488335,377.7369005044716,409.48136016256086,389.42640321000476,14.751403333780722,195.44703815826108,344.79034301193593,477.63806466058816,173.09308789193383,399.8182478026088,63.41860286503515,423.3550636672855,105.09675114923128,182.76042297290735,465.19488170405845,240.845442815128,364.0551351029852,303.0322185332969,248.3605043158304,288.9461925860522,304.9381328955049,343.3304549512032,139.33782601282985,266.9872589818319,53.994006966929184,246.00306623470658,145.82343400075516,64.11295301158826,159.34428455596682,284.3726582987378,92.52511902420346,105.2965745121363,166.9651260259017,267.0205583725708,169.1206851938708,11.057263618502622,498.03406637801453,114.90959967160369,247.3473049220198,346.3127418430004,459.943488362474,119.74586129356297,67.95668231031593,228.66443859099235,166.66734171131432,345.5079704316457,318.2703781521566,199.81134442763394,393.9921274505091,414.8512743268786,231.70397542317457,236.8988533739944,26.21375771224027,128.77448426624184,447.776757347254,494.9913156372519,307.79807587717977,121.89116897027085,455.35231820825777,28.861386527205603,40.17109981419625,445.61016891646216,392.13699745441176,254.61959785926658,368.7870338878514,253.4307551541194,192.12303621275257,14.103617834289429,315.68782595254555,178.1837132974004,186.08195741141165,461.6526016173655,293.5619971226337,356.8150531007323,33.451876548304504,150.35621765349032,421.9822760013851,18.521431148121437,393.47283922108534,342.8384942448705,489.9195790945623,76.10160862441757,171.5098354575278,325.5146234949578,16.490274846791998,86.66968274245701,118.06318190661436,278.18537724102464,293.2151765363381,84.67342037067593,59.190787375752066,103.84273427115498,240.07273261934358,345.84523576686104,54.93057998528295,441.027215465362,53.03608966893697,44.27555529203159,40.23233594615455,148.32739066321776,3.351305838388885,132.89851235504196,29.15788296840183,281.85871921737487,385.18960928292756,259.95562045246385,400.1662555738532,396.967928034039,219.85427206271186,30.020876593545854,123.17052091405867,270.97756540940526,15.407571191647929,185.5220730377212,477.79043435567917,331.8568582329087,164.46640229212323,204.9899472522197,445.7020936632021,402.45056155422384,204.60719291046732,224.1088458989846,207.74710706137185,386.7178989061744,244.32372813590854,246.27374092298876,282.4955840583463,461.4130578281241,476.1115567014585,407.2557207633799,443.00236460506665,186.56480663420578,43.34571140254556,394.32947137750364,457.52633558194316,414.5453417427967,170.95669237361417,317.00403574809434,115.72004160128752,135.92190546304568,292.1705929417274,383.1281927559362,329.51430454450536,394.4741937151226,12.719020901462263,3.2722493599036673,485.24527115970545,341.770805609774,114.81985411882329,35.7720774766313,481.68003873375375,347.179484924446,28.024411097344547,214.65407346249316,178.75956196732517,231.245288005947,373.30009342118774,157.13709940977822,398.9791909983194,358.43514043910415,44.974842144394515,229.44671364689862,127.6950364904103,27.15098158399676,250.44071419759484,180.51448782536949,109.6396374524719,415.0448470468099,375.9403622897334,380.58976026682706,156.18834780689556,423.71038245007816,232.77848706887605,210.4637329628432,70.99899147870697,350.9329229579184,330.7289947414201,166.07798693898673,329.04919901173105,80.58200754192369,62.276621195740454,187.09399160651836,386.25383143939376,272.3199627029789,85.75041189209736,102.18430106501192,34.84228757686741,241.97213032066588,314.127532463467,228.94240678612653,400.2187658898229,332.3232807404855,174.02548548850655,145.61694109224948,481.0360922029496,307.0352740273087,254.19198270830424,7.219040946292665,333.53761050703645,101.37141505779095,100.93333275593946,133.44192077953997,103.94675538730291,272.15688699491085,93.04469142958816,484.0813657398737,330.2673080287356,88.48493587672212,151.97783418446653,295.31280217115403,91.27477482336593,154.41463775564569,82.47604409260806,362.9512567806952,397.6886726845201,51.3359725550247,245.30879582426545,198.853051541651,345.78189792948126,339.924199015284,145.68676243925356,498.74367490917433,441.8133476132338,75.09655062569931,427.1609012578128,235.03120311012793,446.5876960036263,125.67083264057,135.8968123474357,167.19449459158454,279.07352203020287,36.665997397567594,193.4309387508143,354.9059315563861,461.65101278563714,428.0098989906457,348.06944404794734,130.15785847819566,79.86050013024798,387.2568932361321,258.92268859061693,146.2050066813802,73.8805099225483,464.10224029927423,40.13444353043011,271.8346461738688,381.60159034834277,164.96325509410957,453.9725489384069,437.30409271745884,346.3290242386468,180.04915808965717,114.06055532234632,231.16433783396712,244.58779117176582,7.8722022239127725,233.58106977732,438.3559446903356,137.7981594942274,45.13777202897651,381.74812364889016,359.61314033750614,345.46816462825296,68.87993276385367,3.8587399085762697,476.24090021043406,340.3913797956453,60.3992166111163,133.9464718950369,41.477923003210236,282.8034457757334,449.45144003146135,33.48423113662702,0.10237041043570372,91.15958508084759,109.74073865562534,411.9191219507333,312.7148017473103,346.34882465476767,373.5108412279964,285.9141740535665,423.2846883015513,322.0060689115771,43.72265991680485,353.5183075601071,317.5081389771183,261.4029097504028,34.28051693709616,251.51226572241313,230.73244298075878,321.4832307997196,53.77355847475346,43.64942974752933,172.67689919164326,494.36445044008536,377.26248582967776,285.0847200860369,255.37395297889725,366.823309498275,356.030681126179,456.34425952601845,496.3154013511208,393.5994503525961,9.732049842882839,351.1381093483761,465.328599970141,344.4822052361779,409.931225449334,372.7091530716003,20.819971849798446,471.6268362259734,156.45332720204297,338.0082664813739,217.32487832810537,161.77959068612097,54.87572098171689,378.70134361951784,53.32682722303489,120.7352849692866,284.8919603381204,139.8732421387503,376.8379302730044,176.55880711176712,316.79883038162535,192.38756345166158,100.3031226470637,341.54357823144363,378.8087038878822,454.5422677541684,391.9143693403671,440.52512432972156,172.58030914242295,124.94615028763867,65.5485964132151,348.09704320848846,81.83239117449281,318.47460013480503,434.8170860775345,110.75213863485855,420.54405617727593,342.8082397390734,50.251987535816056,196.78447505310348,153.9795210160323,412.8111591043609,227.9249312953903,170.26084414291427,269.00216584607347,16.50836876476808,71.83593605153266,77.68886869293951,249.16496550144572,227.9745610778539,491.82294714014483,153.81644694283997,223.23742432730876,99.96833873296652,381.5053853964743,410.5317732662938,118.06510529543569,213.4291483741908,75.50907534796558,103.92614887882895,14.116327506135839,93.31007946103415,129.45708175403092,367.61456143424004,337.4544091362568,314.4387365458901,249.0179879098801,280.9814369930141,260.17650460146086,102.64106999128731,423.3017007360016,375.1264853992211,451.9093559104198,398.6473915091266,193.2181005781665,30.344155800373805,217.8519561463347,319.98318844496185,322.8596924521242,115.09844272980924,8.743262517846295,467.31276856608054,99.79298470619224,316.78653186413396,414.80171092700607,144.31275307807257,421.8899659877717,125.50545854295514,54.73133572051003,480.92321644258476,43.662356674636584,413.0239066916351,241.5343168889868,147.72362928409999,312.92457596578316,191.61067541329624,60.211466611563345,363.1271352475486,330.54231128237524,2.9488352069078627,23.930103599438368,204.83120993436725,8.089361430214936,64.73088151761714,24.272027790871565,197.0176869548891,359.90431095246373,173.04510579155252,159.0332155882961,394.4573128435317,409.2381582577891,136.91458353695074,82.78006113865844,340.75071520347115,126.09601395810033,0.09031634259903942,393.6141458696074,474.60999275601165,282.22314520458684,265.49661374362,432.59328574313764,458.3924279912892,282.06621597863574,304.5803851528605,120.39020010744167,29.71368179962791,177.85743291999455,378.0878352984751,33.644092097937616,270.6910246972238,270.5121792949893,198.8698970056282,72.71965927476293,453.97699694380316,193.61906172894928,251.67290280938698,433.3617496970158,164.12866880501204,73.1894177720282,194.89482001380088,235.37780019075095,497.67065431512873,124.57902063475285,37.330100595389936,321.9154466027588,267.4414841564318,317.48504181522907,284.546030453571,98.7230982670717,222.52358226767788,24.707707091491006,274.4328436901448,233.95885770884362,399.4415009503286,94.32665257829453,17.410141865049354,4.980713139533687,125.02800572487466,341.87246842232685,255.9765341612572,425.4659223080329,407.79976152152295,167.0141497170467,222.65877446902394,5.560727718415204,434.4142338415957,142.3633579623886,387.062571066496,453.0786050304525,273.6599068492801,74.68058708845426,428.3599630199291,194.02991425679923,102.64621378330769,217.1987263053672,297.923484104745,484.95271244471917,312.24579900770516,135.71459017350873,52.54214696756587,410.5696290578885,370.24272047828316,194.12638672867433,390.7756449860891,293.5944014872658,10.977879842135163,125.92597138422151,44.48955491364715,250.00272309531542,237.78307848332207,66.16845023574453,99.46386587148598,392.03166072052005,496.5400608628814,89.98581423430613,399.01116442823195,211.0269215227951,52.3354604940629,23.995159513601592,286.88400707708104,221.33353239310443,358.69701180720773,349.56724851236856,492.9768946944276,439.98426233349835,79.971125093383,102.16839583156224,57.3875929698513,213.16932104508064,161.5898014930734,32.37337340621049,123.89308355879596,280.3226074277701,251.98008938605815,372.44311992127655,397.9894979610148,185.57259714820722,223.62197841188558,397.3413714315995,59.330340833456454,440.48072093638837,92.1446780532812,117.64674799346247,54.63143438182261,184.7994731036678,153.24162835429456,9.048985842274703,234.88451052074316,233.3007311760808,185.6365120557224,385.0133769480135,203.0185398306304,256.4862710552779,52.527226264772686,50.380977002292546,66.15433873444992,265.3766577025893,280.58061888597797,85.91395938965069,55.156673633134034,14.678209899561034,236.80020394015511,52.48074426802191,177.82964995479338,19.937785491227544,5.164643220815501,354.5412871211884,40.75701923781955,236.4702436943113,151.1202949645466,88.63434842423729,399.73546048118453,187.50981165701597,105.61112923508841,302.0899598901129,26.261185510255245,180.33471395331213,431.29853213858917,52.51489804100362,351.59365311816345,27.661834763153703,324.6074574282464,146.50300601849725,177.23177935971336,413.01251094952534,351.06525658747194,443.0181991170873,105.07507625186213,37.16241532983139,117.92946857894948,369.7369629682245,293.1161230738294,193.51776304947356,22.56185594561022,26.05951491213121,237.78949087329082,150.3900571612477,192.5105801889911,323.74220756505656,283.3404618309444,379.08754228927205,291.10719198785125,290.4470258561337,496.0681642292323,442.7612008343141,258.9940741314228,343.23035777408927,469.66850250009617,123.94967550191515,103.99035077413338,447.3966921921284,379.96424028702876,255.86129808973678,335.87541228900636,55.179124354677754,390.4062576020647,463.8201265435554,18.936996344480484,63.992411966746765,361.03967555999577,93.98409119959139,239.35985969261392,320.53437904070967,138.23686494283288,26.527445813970985,7.442612818687966,280.645218394005,221.89988677938743,308.33277490072265,309.65393932834667,303.71052377906955,418.47638548221255,176.01943230212825,437.09892391129296,67.39434727984595,194.07401292896438,365.47367983883873,39.473711236142016,94.43405142092287,414.6982145688783,384.3764226853008,298.99384703085065,458.02072447789334,82.88875042916644,99.38280464391657,21.0711301214222,26.754950054571847,284.63425684880895,131.48968630561768,247.83408573711807,331.70321127978076,268.5787126847796,288.73626335228147,375.1786213581445,326.073472301415,490.44628560439054,490.91607777373906,102.07304031618025,311.4693667214909,159.45132054752608,151.24401450986107,200.92238452286492,188.14369591931685,497.3547187982486,492.2400198222925,271.77320970638493,302.23326636648596,474.9273294400813,355.27690274855854,95.7718105834146,267.4820363023992,56.26023791667117,472.95861182361233,357.2320977542989,233.71368589251372,48.61715994008991,59.72884157415237,153.10985758301365,37.57268649282941,414.4528651128891,122.35741520238975,366.6905023454912,142.03070040737998,352.1345233602707,394.7841593188192,42.28480575246496,291.2104719821386,45.95497457640313,250.74391283519626,230.25650114174294,300.42684177127035,414.48291593414183,285.73837580407303,140.24198413209044,321.5566238484205,219.4656633578297,18.36833216506861,483.6726830952032,462.4471792724821,470.49268598818895,79.69375098220793,483.0431075506382,297.8386525517581,184.7455283068797,12.802404030644865,17.68255908308275,254.73413503220743,456.3880152123333,82.05176039176332,90.21533405199017,133.10808331331836,312.1070688726541,224.55456384491808,456.2298771318309,435.0228536859107,498.2187056978772,471.00749391870323,494.50782091482364,66.27884838143,168.92486582856364,81.7174301068696,484.70296890636763,169.20480186585903,44.514428757221836,237.0935994416762,288.2657138014674,307.62087107767246,490.52675044608344,110.00283971501179,13.818899362664228,305.3490192106934,402.4578729555154,171.77479129878526,54.7170192270664,61.75778509553137,204.8882040992982,178.80183977408765,244.4617180340824,416.7880370641219,358.0875274390827,332.42864716020443,109.43945195956644,390.0943773346753,235.46910424388457,176.7725335853037,65.1172477735727,368.313928244782,424.9173564909524,124.68533808059141,334.16744927213716,184.94139135295944,227.24281792153778,456.09714106642616,499.38112674343216,373.36943199825083,90.46739874460785,353.34341720965176,62.91609194369441,224.57544044776273,87.94491838077323,498.4040615836744,44.610727138141456,3.8686892865181233,392.18375048552997,314.14362818921404,475.77601391979795,0.38915202491962564,491.2397197046115,93.6331858213118,9.949118388777102,363.5248729791217,234.66264148827227,196.33734114348178,108.36043549452856,66.32187155111663,101.20435126221422,482.98613492532775,147.26853331626927,139.1052533901022,186.39051484432244,354.1818518787221,412.97606929518497,81.41510330195433,236.2880921815581,442.5253419044483,322.6966510148379,495.7651240920256,151.13204086487642,313.3792025828219,154.53700272764664,254.8931338591343,378.56297523122646,488.0678960130667,403.2570140055668,394.1005673705607,488.22570667751125,419.60634499652554,198.9166235260321,443.0014983589446,274.0817155614983,325.40088782648473,417.4007729610301,310.70594632183327,401.0709264802141,447.33853740234844,170.68460472125923,46.713292034903596,109.66338902238331,344.680061909851,28.411196433752007,171.64572353962305,352.35480277781176,238.20316209044694,313.92654147904295,36.651191576806575,126.6153731042246,481.6421812756205,97.22256189364364,369.26177377266055,373.5622080594694,417.5877727791077,126.08267462043831,429.5953714624871,225.77862416396894,63.20317808171211,349.6825068731104,39.94311452888943,249.42163134675693,238.2913705764726,204.2155515124827,208.21562410135846,358.9585131092503,101.15394559344165,492.85911050819266,367.4158087329506,312.5713236525078,476.134488567789,223.25203619518769,226.72541087613135,340.5755425072582,27.81691353137744,493.9116730479381,217.61491222647467,215.91754920909005,410.62476120947775,71.24337936994102,184.41780929430683,383.42317766980955,60.641858372873834,441.70858629038094,337.3956802471365,155.85457496795908,5.855343930817214,439.98320201242126,344.4870884310722,299.0069394488988,468.9143512284113,359.494953841992,356.9284365291828,371.856810721094,194.24306592190953,110.64932924564003,109.39871074908652,371.204992650175,109.58252881041835,87.38617947943045,397.97870452664205,72.07754421142005,313.47676566147607,466.02894065210893,390.2053297713603,465.8104242978391,480.9027288157648,357.8723860443472,488.27690153095625,28.72228461510745,75.618761808946,81.43882436219279,184.20304572451545,12.952430173420792,323.45914093608997,25.755351328362096,368.67537750238176,483.47115096666164,179.26620510484275,91.59370571998726,96.43743028282043,86.07682874312039,186.16936502199295,310.8015198409055,250.01928377228128,28.52866122145431,375.7312646182544,497.4176396052415,208.1350305995644,40.346150702316955,378.82690561339837,381.06189647454624,427.99059666085805,113.7169050599064,431.5288841486566,97.69611988206317,495.3959122082058,488.1005618633327,415.4029233151346,376.5653341958126,258.6434356804037,406.4573258620933,217.7811632720602,181.78720861745197,178.77225901487586,91.97990962487967,118.8201836419992,264.51176502368554,42.069489198558465,112.72682772064286,194.39983302048952,385.0540400310275,45.42537885287723,252.1951272121744,271.8885928217895,162.70595818400324,59.045538690125575,388.1285044741603,357.5450323995486,232.645433595222,307.02043714888896,397.8170063572195,352.94607267972856,335.1097272961117,58.926575692879126,498.73305679069335,23.909685910703693,441.9197122309047,396.5682393418305,93.92945295021826,486.6867348935093,208.2537430567915,64.71339151778699,125.1494134629117,325.12977106170587,299.5591966730568,143.45329791379186,216.47682371003495,334.66413174826744,221.90261143592437,324.2023126067591,428.6282760470249,189.16157085345836,463.71649687018385,490.8371255690147,357.8855803287636,191.8658382912416,223.53794815440776,129.39142191188802,325.291064955595,272.6791032717358,410.20080734086105,155.776416720109,274.8358983986534,253.38539080991583,250.6239230471871,129.0221189851145,450.4367432044912,448.7266091163895,484.9855295610097,444.4685319448929,279.2875332389709,332.9783594325555,51.95037237740602,24.72247154134172,219.76967861750762,217.85649962607602,43.5125378444689,369.9850728766666,161.59039114112755,346.4257413460848,228.95833859353843,342.1867157139794,115.24599991669837,454.1522847247125,61.27319837419615,161.79486581107565,245.5145790819523,276.51773336737506,268.12928082719856,63.19966242197073,110.95373734105807,66.74165647953906,39.79230255368327,69.3692633343993,16.083500825943563,405.5124838874811,62.44607088612414,123.03187896050305,490.2793439839051,133.59622448940033,34.30347594804917,488.60913370778763,465.15910821762645,373.74032392902006,498.78504345214236,40.95685196320176,52.48979029908934,130.59470609949304,424.66624433494115,378.2090193990911,14.97190360094608,289.965176506701,168.5681989163953,195.6278376949078,99.68839215514441,154.7709508213086,53.34744392942575,364.26538417832876,292.9864113616194,94.2726420711445,284.34721522997705,335.9664801104915,300.61060703019194,267.078169352922,121.65928152584237,74.64188377962061,194.33091609711417,199.74152564087666,35.09737485305897,276.4407017624204,122.57849065576742,396.80081180102974,220.77303644403307,176.7161819789308,323.25199455585374,73.25107899447897,41.81642858206175,221.28141543629087,454.1793622086626,309.14787024900414,250.21323678296235,429.69341482124946,97.33688184343315,471.2670199355667,120.31446795265077,474.82189074064746,497.3681784043243,252.1025759170436,89.71405390754256,323.66770323504966,85.94485582383183,464.6435306148421,266.4509598337201,425.3981501179556,172.5488967450413,356.0186050378119,419.2721444901038,65.69855345957043,361.5202686669307,181.87833644068735,125.55922419345966,96.78730626286807,417.50914409525274,129.03916887578953,162.29256964422973,67.78721186041487,356.5231129010854,47.55262916412678,240.78119466172515,104.11231180649155,380.2282429155322,405.91315762383704,356.70479834900834,86.10623542451734,16.527231488117966,63.354904089631795,469.6799112701992,82.58823368069201,68.22971488406321,349.0416181217931,406.33435841942025,334.2921652225522,257.1508258849193,438.2089513075878,281.09772068922007,454.95596260715877,178.40277435299112,298.90301982312087,163.85856941872117,54.90731118232339,138.0107841961455,444.1592412610482,450.74071953341684,196.44068513541674,137.19298207773434,67.91224395184187,318.6137767369013,215.60300738318577,311.4659853517889,154.11711876560108,367.4376115822907,8.560688470363731,119.1884214279742,310.46945790697316,413.9006517439497,122.21656510665852,376.9646592796176,436.67288226738543,207.40521395444424,33.159748799304666,360.6075899758404,413.3151983092563,329.50102882027215,367.3069428180513,135.91015553038903,422.5637403003087,269.50039590145815,84.16592084823831,36.823721056527035,280.2016632106789,443.7683498375388,90.82664392638917,79.49315537726804,290.0821410487027,197.92617729808364,332.46852389763865,479.2201306576018,281.2681648883684,362.009170024309,346.3045451300989,193.47151959733816,6.622514145677161,188.15454238582123,497.1254614755817,118.29398015219972,432.95469786469357,343.8539461656079,147.6167796127336,202.15247190366014,346.27464042293775,122.5773853514941,63.54330271435937,348.9076572587609,296.2684998676469,479.7813559215237,55.42314168258111,52.816292821184604,236.5560526932262,466.5550394361629,306.9869375314949,227.16233652525042,193.00043472797873,8.700436491594521,266.1315861802903,269.91615471546794,391.1138203057748,309.6754332160804,324.07353318576094,166.912554038349,122.86088556665852,277.5789593325844,373.7700609430968,3.4321222574980603,305.75756254353007,390.9428383982036,135.6512390085312,455.63902052796794,116.15146766890678,499.2474677023099,269.04660569468103,68.86115964948497,16.764398352441034,347.60967010708686,301.0180291049651,212.90263141166432,387.08434115714573,270.8128248389546,462.8904414044163,291.51588369257826,335.9794666178571,485.72539261382934,4.256808788862642,348.5510934355678,481.88909110306804,274.04669024643994,260.83466869932784,382.3086780113267,432.35444387508716,195.59274912789425,427.3374297209887,156.88896958639907,136.15392537149705,204.00741769808008,15.43590806038797,428.1032708676645,198.75473951991867,418.09233312768725,445.60057135698116,473.14783894271153,226.84191178447938,31.875332111179986,64.44111717740775,95.01651614679912,101.454275651293,228.74571819146965,162.14295430156932,10.209013963000778,33.76701869519505,499.69560776025793,449.28379916848775,154.43993255503835,51.787195116885286,154.47690366508505,193.66550295686667,419.9932238876424,305.26145308502333,480.311705449152,401.1075897713792,289.325225037479,276.80415040652565,226.79485529182935,97.05073896220578,411.68407041446414,234.52714892524818,210.4927615963466,79.93217432842559,36.25832608244328,177.70149771470872,370.34914415470377,74.3909950938474,451.6263758460694,340.73908950176263,492.2385103891838,349.27614904852425,362.75621698606204,324.52604456012534,113.35524073564324,87.46447521708583,241.10915525829213,342.8949021529248,436.03288332045247,29.15077505399871,248.29214996025644,205.11792915875904,23.241556984486657,367.66783855629944,225.43799887156501,104.07206236323368,286.45555304623247,31.206163591531165,308.2816320836761,282.2458978200776,57.90127306520271,312.94871830807966,175.9277188542639,443.09642955843026,483.98270339456747,337.0862690011951,388.22306534762913,199.84547757149656,256.3064164876258,59.97836962043196,329.699280162617,480.9494000941611,70.1979618157743,10.413228102037431,457.2510819529954,6.366634712845265,23.572790422946575,59.402902886054044,164.7538997466065,232.3158002916258,165.6600688450794,448.1472208166142,8.69682741344352,231.0596123226592,271.1758670996905,400.3748939473048,303.97142238982514,465.6491871240358,367.4039838898542,471.2830076365792,87.37701642222927,68.9948820247156,141.46235898503295,92.60422684753932,476.87655649207534,39.59220691207504,433.2225625523082,296.51759598637324,218.19283302192665,319.4401504547241,491.91569374844494,232.93522383012922,125.83955978718953,477.1350964806101,324.47280149874973,230.87393711387878,430.16513401866877,122.570208785637,69.10569537663397,70.49536756076813,307.32886820658393,56.08922359212926,376.70246172834385,353.1713155479089,81.93285723714067,49.3887392434979,87.14068825916071,345.8599260398272,129.06520699509733,437.35197925146593,262.42553818769454,159.40539952059584,1.0000217815958057,234.37963757960222,369.51663505146246,123.82687800125048,168.93836247558497,422.714264534864,459.6852383622464,162.61679102309907,429.9962522653485,56.285720212142124,470.7146275417614,155.4844667422834,158.79158185097685,322.10143823668614,441.23615452845485,390.7919709534701,84.28200077647125,240.98091355143504,138.26987870854057,431.4481385978897,346.0349226021172,402.5703568760909,118.18124106850841,2.7866469126546223,73.83204841122182,314.46213439588735,424.7970336193855,245.4538763278676,373.21070302440194,92.89106942331804,151.22963944449143,385.0726617424666,313.1831039561099,415.68157275915445,286.75798598460375,278.357407954681,478.06309861305874,49.47363728214987,389.13286555582516,23.58805848791118,309.50717364385923,457.71237552310225,0.6453204266438362,304.4245545990935,496.1229417320541,293.67169044309924,154.6881813952632,276.1852370852853,106.24493862873696,441.2377063757983,222.99447724886505,23.769365322681423,155.93641072982857,64.92951877337173,265.4244699255236,178.73337059576411,172.60522892117936,97.64909250228231,211.08932881593338,371.2369063935082,322.43207998826637,297.96521883230764,123.70467306031053,383.98165811486683,90.01277619930941,389.79967962509966,354.1981120340146,288.95152037882104,142.115558562752,488.20495293757085,372.3717271361659,150.53954472200414,38.72932476121549,432.9654594229349,17.57101435569569,467.93520219382765,313.01685963324707,176.6320802838424,331.6214946465522,470.84054162672294,99.14913981287432,82.367532932272,343.85599148494975,299.5151064948886,463.45617483890857,424.31650503151167,194.14155455959582,375.2184703485989,483.5035330923893,87.34709136653962,371.4516176124472,95.16960992202416,147.68966218092473,74.38786205255998,326.48229606476986,130.9983893298937,423.0445932694747,339.18651831507503,332.1294265767287,356.84325415689267,213.14586115878598,306.2319803173088,457.34523230383127,87.88728966851583,123.83043288374884,124.61042897173036,124.10747700482,130.52908200069436,59.16934084760106,174.27464790792246,187.42122507802904,16.945347978729764,430.64121057586937,362.90993764013785,472.3577423071632,470.2579550637186,254.1581517610222,262.0053985134139,390.2901895847907,193.10070066652835,240.82647237640487,462.4780055659342,319.5551200644767,478.27412301998703,214.46249445197313,204.22766691067267,71.26153229210347,87.43390365122033,21.292922717581874,396.34118024092385,442.5811951022833,168.33027234137876,196.7987440620925,125.48070299688563,460.7558236889424,175.10908541135996,36.70578115661816,244.96391143271046,345.8076090400766,331.3224715145167,380.626363586296,119.13455619515351,462.2439696221481,465.27944440234177,491.94045436463034,290.2358931100133,204.46052123408032,76.41965910825537,49.27074105421914,455.98828465054345,301.1886910717558,310.3323462806485,86.98589412183166,397.9845812564944,361.1027727390266,54.983847365358386,401.8624678623894,466.02207977001115,264.23886352949455,237.15168034329227,277.40831038786905,28.543858708952985,362.05813179141796,487.0217524663835,172.79302992452244,443.8954313903491,248.93533905571397,460.732943251509,272.44323258353995,134.85477091736425,44.022572599892506,458.3577268704659,147.4803658273025,463.401963902082,498.11966906118585,445.4840836030993,280.5907420934077,474.1041440511874,317.16461631286614,432.13505069702825,268.2978123776538,105.80120231475281,286.11918840909277,244.82573691574748,472.72124876405405,292.0841041241996,209.20369347548944,173.06648236117357,259.47812363891035,279.8189055775352,340.79360719823137,499.3235488533802],"y":[230.8926969875955,363.3181804906473,435.0686060080543,126.51850233011469,264.75642210776687,161.80278492391648,51.46140430657514,50.56380228221274,274.98093752505196,381.06810654610075,414.3512508138114,334.8957964172243,165.42819453274998,274.44116393381915,59.73357004803964,164.5193619704363,178.34946417648862,431.54482735291555,188.15242746364325,304.5712644516131,432.5543949921845,18.366484147910867,402.8256290795608,170.3001297778353,324.4223839742756,96.32063772921984,86.36497862277098,341.5840914889005,282.2267770774529,103.26531467512933,290.8439046764805,210.21911118174063,437.80068586929644,285.2993290102065,322.522933510452,428.778024143313,92.76725201986913,360.7126231999497,335.79871705684246,316.9320602380334,385.0067469421579,144.8437597721759,100.34245952588932,286.9984737969476,89.1577302101501,364.0543928984528,241.2925365272681,318.47079847728503,81.48812652159909,122.88549081213007,306.1291628415394,259.66406933838186,139.10971151835273,486.4426734056172,17.062001264007975,297.14069180937776,110.90213126025361,193.25283776810787,300.03968130408873,376.16684774943406,80.491014980687,50.74035027338025,308.0194951576852,188.23880435984418,62.65518907409407,445.77580508734155,49.69585546732785,311.31949069424064,396.8526610961638,465.3843384544497,336.34779715411867,426.7433832803063,475.8744415668353,277.1003482142709,262.12950498052294,339.0439048424104,141.11353725507385,320.7663522483246,286.7555371412816,477.8858896893846,293.31658684590053,265.2297286201422,289.3589455320466,452.527472319041,353.0629560530286,323.7706484655845,436.33243858958144,468.92077060111313,167.61317462258557,305.46472931139385,331.1642744520854,238.32105336997284,33.238378832649964,19.32427016593219,46.221035289531756,160.81027628073247,281.5547166868921,307.58335136393237,314.8622473719513,345.773809849659,440.93344303018443,159.70647052535782,293.5659862558013,490.7757607434858,122.67632428061037,381.942105696889,71.27301264061964,420.48018286944904,153.5740224187886,361.3467625341043,227.23895535396284,321.8999453319468,481.50056007879556,230.18608974224736,222.10284291920433,157.92177446783546,97.28837321908362,343.6123864144258,351.01651156236835,280.4628146513326,272.0668480137125,175.59836959824372,195.9632556222129,227.90422645931113,211.864518651301,158.1305968583893,96.69156577521298,299.6097963015114,309.75473433506113,359.8537773767526,461.5357965023652,198.4265934646998,428.70600315475787,443.6649312737439,301.84826374222763,105.2475768798371,396.028037111593,241.2965650935896,78.13072015253175,403.54450106598415,421.97789577033313,436.7174451938432,489.3851016221894,87.72707215325487,440.97956163361846,2.478363848431475,2.4375989553584443,273.34174401149767,381.47078737728225,420.1059623371489,72.9109479839789,94.35089565308114,438.2047571637964,484.43070948602434,276.85374366811817,220.01514286178104,183.5689786664928,120.224032163668,310.78637393774835,493.52704028994265,364.5691363818803,380.7903004867142,329.477701922686,104.87623641066673,350.1421320611047,150.75438452403384,122.92487479163961,472.4087050808998,471.8795346406504,84.47073038273528,408.55308543921916,416.6018832813049,204.18444209369392,372.9106673659071,242.149932931932,202.54274221189672,356.7542425893342,259.84462117974846,62.245234409392225,310.2760877668917,358.0022083594887,441.1092993222371,302.91422598739103,450.3140443879424,160.02148738891458,206.96196008246216,211.4786370121286,111.09767353960126,350.8946980995864,362.55545418643976,81.3635621713636,126.34604047853337,487.6030895423791,145.62335440852604,241.84166114889672,292.7482653000249,62.16151317541602,28.613228194008023,179.45985938284943,27.663843709857804,277.5592793984281,19.491548548620173,232.42093178461954,420.45937973609557,367.8601576881397,8.642601653620574,94.39117372544764,330.26891540209743,245.75301656757486,178.67717681222166,182.06173189001174,255.67743156391236,404.39875558697486,132.4366217115691,149.86006603393514,494.37146345682254,489.44808851933243,306.37388684652853,169.04528440854745,36.25141685097577,491.46389445053666,60.887130592553575,248.77252097248765,360.330810388079,443.6559194698193,35.72997826754054,489.2745737627331,310.5533581647168,442.58200238740267,253.19989147535392,269.4625766099659,211.93176794330665,411.650296778732,302.1999061005326,169.53433884448637,172.9477343296747,323.8800997038394,55.82929067601239,284.9643751359806,339.7423251063028,21.38776200723519,158.87386336417742,90.53081372949495,16.24057631559994,239.00799358150977,230.41539603575566,61.406731533984406,317.7667079120545,220.8952768579406,161.45444900143258,487.55706955407885,410.4618174504955,278.2296322815474,116.31560298604433,466.77869704585476,407.2304791071969,248.21447389248868,150.28470581990626,358.90983996661055,176.57306391344463,314.38048282476615,449.37540704723847,392.1043542401331,47.08640968577155,304.5760420360111,496.4648570974598,372.13393519116033,415.21771481284793,66.9092674118228,178.99345538252882,117.86456857807087,448.9928995669034,114.58841560651966,16.06377679281451,46.68138099780889,334.030219993246,166.8982078980269,77.68884824538502,309.6555475259815,414.5790076833671,218.83723745763777,351.3346002463035,86.38713211201777,133.154498785023,382.54107689924194,372.0399878443575,410.2905184459584,325.07659001696896,195.44374214112992,253.20050781701374,110.72877458661556,451.803278411474,251.89724065199903,109.4999184268321,442.07831134409736,288.4614779069424,318.13666770755964,1.0587915245354185,250.89737604602018,126.61801240790088,21.515352886360084,377.3422984923574,97.6557918651953,188.8626063708913,152.50876946114528,344.7386164825047,78.692834922175,90.4062036673765,329.72962428910824,349.04492354970375,406.8122868513747,181.669201178431,54.691703690493696,12.534987009398424,186.8548721752653,192.48511693850838,86.35787929313298,146.70742340898386,334.42329488850436,395.7071327797558,156.4066071892013,213.08380474574855,395.9987552623685,460.2664629054083,136.4772947567832,498.7843664473428,337.41511713627176,103.51624576674101,353.00660621243156,47.82371805448932,356.5950860096806,398.5679811672362,330.2883451420892,377.42304657943305,186.16865398504495,431.49986160377193,65.36099521449084,330.11270650041905,189.20971338759713,171.68503545581808,59.86376082010142,426.68275672188224,477.16073165712135,377.5560359132062,57.04601795660125,439.6362480472911,441.37510876524425,73.5578709092573,232.78735716455017,341.91346571855735,127.35268336421251,203.679127718173,176.9165963436084,304.737676248917,176.71864370730378,422.8549829714659,493.1114415299519,56.795212882998655,449.4081042739738,336.7696587424449,17.413376616212005,33.01370169831475,6.688817007228176,381.7974864133317,149.89002759251048,279.02184583127394,119.80634460875028,283.0352899860435,329.83925807296674,88.68476269351488,444.52878653907743,167.88212187527108,386.7036388458148,424.6315747541147,71.43398860192379,317.9937718220332,444.9857026498329,348.6838114813917,43.47425464850873,75.9518433853818,488.4423668272441,177.94495736236908,133.49512261440822,295.98826627234325,268.9192346724221,151.03342701933332,106.45786213734837,72.45577365017486,272.71512010729435,472.2611376741893,487.8546201946255,307.3371196277918,382.5795524385525,91.30186515430533,440.3529104830012,294.7014891161427,15.234464801599067,32.80463085585933,442.72383205642257,99.19877362695789,360.5334255453156,127.10280458357387,419.75658970672595,59.1393690692707,7.459555019025177,176.12616885218097,46.985546023713965,70.67507649756178,23.18416056970146,85.99737190931268,255.95683010432734,310.22994987335596,154.11555471284893,73.70215057179524,483.13117065095884,244.7147390326061,193.50494160136228,284.25405561918984,348.34617121088087,369.43181526471767,127.89302880373515,328.2435237940788,118.20982801803231,57.92795316688593,358.3047523174284,70.12574540256999,328.3165554787812,138.8832341388464,308.5142649626903,27.556827404510543,129.0951394991341,365.23572888967,347.04641134577116,122.66565420922055,307.09115691437165,172.7144347388977,4.146906646760373,79.80537912391638,172.87176254675785,332.42660190486504,149.32650525175933,425.3258585543783,182.69033251927584,213.99372071038064,192.0184243019103,15.81417329641649,164.94528680464543,86.52057885275077,483.97177203187465,472.1151914331228,453.271037536968,429.61716114615984,217.5530919912995,222.75781981515252,378.9126327465232,418.43962112909685,8.894386542782073,228.90156729748045,12.006815816189897,76.069273201336,25.10436810986971,23.267677924720232,372.9087570081226,200.62542765184887,496.725623797557,223.6448476604782,69.31167309101089,106.03060003399206,128.60875063293759,430.8225955410481,302.1062002964996,445.082143841446,473.83146573913206,273.75400085302687,30.652485112128037,356.34706547081515,91.51146961519652,182.5855772372776,119.04106566333927,374.12948026125986,338.1168842877027,339.73235327162837,157.23347002967674,464.60102478015335,432.8081439989521,422.789515822911,170.14966078296163,262.9509177558643,336.1131706382677,327.611437419627,275.9147670417022,269.2395150013667,364.9835062072051,314.4067843363474,60.93798443925641,215.6496411357358,134.98221038955433,460.3784431935362,287.04770918891523,323.26553661758635,230.9654173218426,325.94149485893576,50.08178235001948,261.7406511108211,437.76405700316946,161.57573757910777,91.43888396690409,133.35643533238084,240.7850453720265,494.37972274905144,41.44779136457649,25.69785618860909,12.15295969372826,233.60855257495234,270.25723764537,31.573115505153904,12.841092080393357,446.90051083636564,53.94918616361416,456.66702532214083,386.83082059351676,15.35916601597881,239.3789741238726,247.11390268463867,120.61870087798715,267.0812232746079,45.25001879838175,207.10939090258424,470.2792483723292,63.028348820768464,365.7013670599722,137.6320211320729,177.06920990240855,376.0259663027129,460.02619329705544,139.8706684995648,191.1877603243107,171.0273970416265,150.16513483080158,119.21363666841611,407.2034754475007,82.50268972385211,0.07330724760712393,114.46020983453403,244.90472099651512,32.50951244908362,65.68374011882727,445.7937757355104,393.18529136613614,119.95777913007794,185.53175670486095,450.5058074519218,480.36556791911164,301.2969611923513,292.94765247282515,50.65235673169538,55.5186629202376,33.30742780287349,453.9719171215519,17.289277042648987,351.6605699081143,326.9833006541703,165.96260703814636,118.77227582301775,464.2747117316226,425.3914009497417,115.46796984637969,111.5725398092245,471.6852685748355,127.58947077243916,437.34150778829036,442.40232339890866,21.2049381435071,132.19423258483582,270.24271237186906,159.64094564470105,408.182667243555,0.29370754550600564,88.68517897042128,115.61917118550214,480.1241410135616,18.823992851061234,226.02713847033073,179.19949194533552,116.40157891253433,101.18281725138873,281.5030645138743,227.22577590702542,217.05888735214202,246.44660689490604,390.1372322199679,420.7615917195997,305.17063972238884,71.7239197665664,142.74000960267318,492.6299129233368,243.53248933930405,122.32737983383151,258.77146253376156,13.091229000627536,98.28476194557567,219.7317759982505,331.9913654614946,77.0234135560468,317.34759639697705,86.9854497114217,15.7969672909542,484.11991854290517,316.07893816347115,208.60070038580298,35.92580618740471,156.74948718704823,92.21118448280264,296.91284477575647,443.10331955956656,382.54719868278585,82.22526391596146,229.10299506060844,285.30164646158846,412.46405164082313,261.20536603952837,106.15770204480212,325.7435573171769,375.1301301102966,296.1885682779105,288.652356022505,460.15576027734085,402.0113208735934,22.256430092138235,207.88648046351628,28.796096989770035,203.9938132316087,348.624586712535,317.6125869199774,305.31942907528924,247.33426367511623,328.86451763575076,1.263000803276071,22.61674597294072,366.7913250087113,119.4324775117807,275.51878712452304,55.18344165266525,191.0450549856509,414.2999110783284,127.52047851317528,21.50961660520845,430.07895106434637,466.32424330894213,464.1431883056352,96.45833440405494,188.6846199351535,449.1661393788213,84.50859775079533,281.62351077593644,133.75067774941456,442.12986848611314,110.73745065750245,55.72513368348364,287.4067429133153,305.80430217734187,436.41629901295136,262.4081207608008,339.8907652266202,108.3622769189781,203.59350120127857,485.7037118584755,289.2239860749559,14.423371874949408,77.12269220096168,272.5369278453104,427.1080573656414,179.4483285250989,460.49246655824624,13.341634917423296,99.87634257699102,232.99086037891564,225.72384302706493,448.46973307710005,167.06423568856576,32.64177396821816,433.99446277011026,19.59226191682173,260.90967196060365,302.6435545497683,473.60296046394694,480.71781767234,355.9167638541376,63.11944963533234,300.8289732674703,444.9303250222204,208.40005805802159,356.82582134174254,335.0328308729662,473.9384361718365,165.54610659701896,227.7688780882388,266.02843992301877,45.96284171991372,103.05431855713931,49.185279693557014,157.48914604589714,434.597129948033,483.5305202357266,352.6296051920338,132.16111696675236,120.70141506375515,365.9059101755903,151.22099315056553,157.47140752293532,271.2363703716071,216.43904683570054,350.0767393499344,312.1660254062486,351.24922726308483,48.48102923077169,276.1212379353301,376.37619905171005,200.38488650720777,176.7001372071889,376.5231135411261,378.89920488918506,145.77414796914528,18.438083463998055,361.48264908278236,367.2913140049113,469.40281919076534,231.6477295072163,194.9754123338207,486.6259471920732,63.56955759669475,230.0697203059912,148.32279767761597,32.81721799053028,24.4163199443308,229.43805858062677,136.51701519278132,160.7661291072416,169.4479345213995,251.24069692755162,64.00663628223529,391.18750955741376,252.04119148520843,94.60105994605905,84.73175274734513,180.3208506552732,269.4851963657191,290.35067721520403,480.08447351691893,55.010707330605534,122.51034355719764,454.221707660263,398.97939819657773,38.92455342684148,31.10164561260692,82.65556389030986,427.97309580472023,405.11382056788585,185.62262011930875,71.62244175466908,65.9694895486152,213.35473510481552,358.08162177359605,359.6292469216614,329.55617042585646,7.559927861530147,356.2968448341264,462.82415510515705,96.10065374654897,217.634246818383,333.1346260938086,25.89421904874778,32.793564864842416,447.1199941219452,148.42309476861772,457.8016593128392,454.46962163215267,14.052986178201554,119.92344130213934,479.5366589186052,147.20031688321427,188.20686805106845,63.573215882972434,217.99156259116148,461.59376744713785,426.18976821636244,77.94098728466548,237.08325485658165,92.36411195621707,392.0556979011874,286.7027231302453,262.3170439320553,29.83535317854202,315.0327263858295,173.19473360521698,91.80690931356466,198.51984423752705,300.6964470564754,32.31894306941885,34.150381045231825,73.04963005032373,461.60348556794133,25.112719110518544,156.32095694706211,235.67315529601441,226.8267183901917,295.2134864371204,194.9020118937549,359.1216395463307,464.9262199017663,76.91869336413481,397.32120316248825,331.10595132729156,451.8843270747308,98.1032636191364,65.1743667027227,267.4046984062335,55.83810564157021,108.97845463892025,457.25049347720784,160.3621866293517,464.7149188453056,322.04438304920484,263.17836982538864,56.9463331251574,85.04648033705281,98.36960793848215,200.39205078555383,297.66931247835294,168.7491382177086,438.0025325093861,421.612737269856,392.83122567861153,264.4086565581256,348.1138335221422,413.26047793448447,49.69210726321044,417.20972584158994,254.96620985090624,84.93594952575944,401.82932785667566,476.15841077314366,440.2274656668321,422.915587010712,223.1091107405423,339.48344602551,470.8195064539642,157.65514924478984,17.083804523351066,430.7566824646852,426.0245299278615,273.5209572268416,272.09345237079356,348.4215156456393,166.60504974072066,25.138108673082083,491.71224647932013,323.4167427878518,13.343956117902566,213.08273436186798,400.9486727245548,345.6911212973898,189.66892467803115,298.9426472347015,69.32554024976412,319.25793459212906,393.65301226531557,140.49432364299514,262.03400986817394,54.194589667834414,309.7019654327854,17.27246657640763,167.77686203103175,413.2387728014739,246.91562566508463,291.8923219590606,182.00845243278275,354.36449448259555,274.5277814916055,461.5174730916928,337.28103615893565,459.1245300457024,365.54124441530723,18.975287764266824,386.70849001598157,477.4034029357831,375.86218264197396,303.8100396991101,189.1180132418171,64.22701872599751,106.57545968547372,88.20120476897658,488.4448859395571,319.4022069939998,202.14364152920933,131.29732507374885,491.8106969928987,119.35964938791894,111.08971186586925,136.01617123312388,310.7146474651825,274.56906342799573,40.28421970049267,476.67785571411275,164.2998499940067,394.8451195529041,400.04844425909346,19.407332375123985,129.70216547861685,290.7565336383032,125.92531700071797,265.93951671383513,318.8016618837687,318.63219932524663,326.44350607270883,49.12998670925184,1.2244940431874185,10.107206488810306,458.5033775320179,126.99042616090111,97.51488956593401,330.2370157895579,453.4323319446472,377.6439098688585,137.2652581772766,229.1685593050241,45.72776352383395,135.73453213432646,114.83389986972747,412.38531218785033,332.8983400560082,16.465942101720422,52.74183655750747,351.481097977955,327.0192039749444,279.3726032830329,325.12609509685217,458.65543239676316,251.52631440082595,102.24567667008199,113.39162835486738,199.61751355886625,97.08700467533943,305.0037475995202,17.523282484891322,260.86858637023954,120.46495487550062,246.42053856874153,281.41393448973395,399.4797506985845,386.56101392318106,424.1309671875386,363.11139711494286,470.5651096319186,442.2310051153278,111.74968428331678,381.989349201919,4.959485354659066,19.5227235780962,419.50730402821483,147.0071790104499,49.39255738421189,138.98197491994424,93.12258583632804,72.66742695079859,258.92459010406975,126.89070736548646,141.63229635437835,241.05541537201975,247.29820869980435,295.9313747357152,233.05094784837954,211.68223828797073,319.0264748365306,251.68197797152757,391.8019296302114,463.77260002820316,401.965227415629,2.797475266227478,214.35990220699236,250.4611470492697,339.7540731006886,77.59790850794491,233.11080633037207,149.70457086569346,58.85475104752141,399.11659138082547,276.23191864333427,149.7087739106105,126.78700301152695,187.1088248073914,253.84765852987277,305.9582440962492,376.35115015252836,299.23385107131793,25.077944721555333,142.11112186951823,298.1019364402672,342.2102600743015,169.01202889942311,101.59219910510048,363.4484870754857,410.19912683266665,125.16566645195509,28.827864494348432,87.22102893843497,34.14470839215294,64.37928014102206,248.44405837659522,272.4454119078602,354.9748013203625,294.01231944814606,234.34574124039165,469.7725571903646,399.98459775492,233.75332148668122,483.4474132592439,497.6741046750005,41.20387601915604,481.56031119549704,431.76900739934376,460.7267568852479,155.98800515221507,288.6227464026679,372.3128954734406,242.41217045142523,185.93766727786414,462.9480548875893,265.52542164521856,377.5710208843385,314.2447901757137,462.32067933824425,491.2001788499611,375.64658521206525,48.49466873859309,168.5511617516553,12.512259501481271,417.1580719961381,173.00090380712012,374.76350120865277,273.76122585691854,484.73355443598905,29.81403626853707,4.661854789458353,439.32982535266,386.50114544313425,298.095170991215,426.7071456746516,134.80436818070402,490.3117809330772,328.50687252625715,49.719062270945415,251.89599331362083,131.23513822900478,340.57423377386596,82.80450768902364,193.00968295109638,427.13884264253767,165.5619044303046,347.08502263546075,388.16732373275323,187.69862089597183,354.0303587292544,204.5802919976185,90.14572465493865,325.6210035897932,416.46683302820645,260.8881718109117,340.9087188436189,122.00633052910214,15.296559793596455,371.574891735009,410.8912816898583,273.30010501625463,235.8004725126337,395.5629133444043,212.61904278618883,205.63633001589622,286.41293484336046,136.34006984013735,356.9102981089055,230.9952743294141,258.83710638048547,478.43168119479157,53.96598609654901,210.2669427406848,172.05779819861883,113.40719520693176,158.98588221337556,498.606347597594,303.21816473321263,307.76383960916456,495.74645272611497,330.8884553034152,360.02891320876915,339.5225634166075,79.91876543296061,244.22354867386304,315.69066227900197,252.83546216867376,498.7364393790426,107.75446674077499,465.92373114187916,78.90845808325008,453.7205038411024,25.908023359501765,159.65318733615885,413.1577872135258,492.1182167834269,368.9763968967507,341.6356894060968,440.0940089786128,348.9708027494023,287.00631007300836,228.06322984309983,342.95026346157516,406.1740210770319,280.5292315335421,493.0296496643035,75.40723296390823,92.41007927130124,139.99681022686948,468.45056799924924,459.5505995102251,326.6150210771157,271.11214481150824,110.41594439745728,185.90597127999226,391.22450940393117,489.84361323018186,171.56784715293406,92.5254018585272,289.78105110508824,353.9733096615825,240.29141630203821,200.26966452052676,65.75998655224436,177.77243933306193,89.6182404693453,338.0519429441521,74.58491229182562,406.08925307056535,337.6630333435142,187.8244729212486,398.8149899003203,356.46550021743116,196.71315337398389,220.15104017984643,447.50298244884755,484.43810166072086,34.622359830834114,58.31950184458745,495.2487599671548,297.8875221721957,493.1898208226563,59.91918598552798,297.9312215942415,199.10186597618755,478.30703128147843,376.58748144678157,457.4148672977052,311.671890993089,89.42188745777186,291.96680913473034,233.51606322046504,335.75651138913554,495.87872243101356,158.60209832763323,269.2610479891421,194.67954902459167,320.11016261077305,276.79743316422497,320.3124962226653,466.5263004823256,341.6423223384982,280.1910953385319,245.54796736050767,354.39545343885555,268.84838617924225,194.23674920146516,479.74561335866474,207.6249698512271,437.7693204947914,382.6628434221401,338.38550786358167,226.10517735236624,128.011946086113,16.099000738978965,369.6366907691563,98.96527098137686,249.45366557024062,96.56701409655206,101.55329812819348,390.86755278171876,101.66032200796626,349.8422886246984,392.66167302801,342.22337859345697,154.69343253411384,329.84201612375534,435.50896813235227,157.03266315425336,346.9775618287593,346.5904284320618,221.46638508487993,335.8025169351145,36.637278217174774,17.787270399274302,129.41857868525912,352.44636109051226,386.9990098649631,346.96897121815806,388.23327486443554,91.04681685728406,342.289868767786,375.2300180160509,489.7937079023562,27.33569532916991,63.21528158280171,280.3286670838523,29.630649674493526,81.13504603587307,265.0249767631033,118.69160482664171,494.7050065156209,103.06799742487493,362.29053041542267,147.07383252518875,200.8401377265438,315.63314002140737,231.31452560734272,311.821913906318,190.33572025634388,254.78656458038844,276.7996125880067,316.0858923096103,218.7208679757392,114.03232812210162,443.9156201444194,119.36994048536265,401.8258689989784,306.99382872673806,84.93925265456332,76.80197321601312,43.664384302372184,201.46085807292886,45.26418909729346,370.8834142461074,105.12153862382434,4.068424832230133,77.65616355522681,466.2660956969423,482.88253001596354,189.94773003284243,414.17599577135167,236.94727088737721,5.97615710692595,240.7354647258544,485.1381870206308,295.47991486048096,325.3246464178283,60.65198556144175,181.85083352582342,9.263299519000956,302.2146326374876,40.57173989312768,173.71239630416707,80.61067171521957,316.50261063304146,153.16577238425793,359.03059250117184,337.7778542202322,450.1307198961519,25.841356850383303,392.46846164684047,361.6002413061064,439.53716853819253,283.7578834054581,401.0711268182981,241.58075066212297,144.83701300358896,252.55844928417665,302.9672671065493,96.11744950487966,447.83027153671173,338.248850443431,422.5310477256998,193.0128002172739,36.8598321321803,185.5213870306946,478.8619623715877,85.48717694155766,240.9389901706081,314.61862007383934,172.72926674367966,473.348590439643,381.5443657792429,271.73146181046855,275.3854606484011,342.59259052308596,471.6813373821544,213.4748029762117,363.1160378649664,488.2714143476634,125.05530713966544,78.80850696097109,242.33426822534943,210.93648827685334,454.86186120089224,20.27583843787206,476.36044885705934,299.3106679471702,143.7329983713813,472.93693506665494,199.08555108516813,347.53230606211594,271.3240697638955,182.97537711458662,302.83345234820365,234.97463693266886,345.79215286547804,1.8153710635845366,3.1861443550102453,261.6029556829872,97.51024291697435,171.54808929643895,220.62171206028376,109.32488134462598,11.949632640543717,443.2948015442188,87.51635769402172,137.39801660180368,395.0849580491801,480.77684236018945,28.481009078436315,114.25664244038408,98.81396126564002,453.2677354622781,9.06136894423576,466.6153851170977,220.06440518463975,91.10800210973113,266.35025141114403,186.17903816715102,380.6529046381349,483.67700020719917,288.2954261202641,146.35870659966932,329.29743863542154,232.28697424528792,118.55192873714432,363.658873403055,63.87270331687017,195.1028277673791,340.43140825820456,14.74166858554915,299.4600371154128,498.7859812659563,278.37763968813994,325.9846620573664,499.4534551570117,491.9762025402392,299.5575837987268,14.492782269588167,230.29586096624078,287.0228236755449,317.4422782078912,229.41863504619664,134.22159592021904,166.9580386623122,283.33145709369984,223.0851692782384,310.516365346763,481.5001784468684,181.59673391202895,53.04402064834546,123.14388568907614,211.7795892365968,68.66899226181184,9.804710986846265,391.9872461459436,429.33480673344155,418.64868905574866,417.83420113608213,414.42370557364626,109.22575308363442,103.78365822183439,367.47288326496,136.0314322703821,170.18704564586295,484.2376050732085,76.34579219033782,256.63299276348835,387.0342459940628,481.91919499934914,137.7048498489467,39.55643494076189,53.42944490012563,490.33329648994265,83.19861048285254,51.67049311761285,494.2499413542867,468.10047728099613,400.7463982481195,54.231526903856796,175.48752501579108,417.7894975952844,454.97380491635096,307.66896044599025,296.6588121235137,357.5868063444707,378.15349787008506,123.88545583663019,443.2898425274536,260.23813991997287,499.5674133032951,298.48022813558,183.2908216534902,102.05809376449076,412.39650873893635,467.43944776781547,121.0007918177055,201.37649527867208,127.48009871864025,11.332394916401311,489.57934532649915,341.6167336877767,392.638796659044,85.94175415517496,460.9841034406579,32.15708699369885,284.81709974592803,67.18907889656145,371.19366704584314,382.70085217260635,143.0207455047822,97.45382850394435,12.821781354816487,311.4608985277835,63.323450259485384,476.9840014373733,233.04794179040954,419.22675419787686,380.96496792874825,484.96379945001013,263.3871487092033,183.2492005224806,393.8826768767875,129.33012484850238,206.50959856651536,61.65314246425157,318.66409624493474,445.44270059691047,372.0674028157178,351.52402555749114,216.8524279415669,166.3646333092077,10.797689322734893,59.865316147690805,187.99290766766796,26.510206261029346,400.9105948064251,497.72679957984235,364.78040930458354,272.79958035458026,345.5703194572858,58.0126118397859,342.9102180806594,400.19320414349386,272.82942494350317,481.7221943162449,218.45226655846622,151.9547624372482,464.97433765972056,499.62244803030944,474.7881635480931,428.1601777076151,308.7299580689971,321.9596832779857,462.5509312318367,269.28082116112864,18.21518932761984,168.57360034949454,198.4115376314454,493.1007039036655,357.9675354236584,121.72806057572211,320.5351503306508,9.091982190735258,341.1119959408389,396.34870732896485,498.69239382657344,247.45110586331882,147.67877641003147,112.42523509596353,250.6601133314836,254.57756795563364,262.0772777247346,323.3877361565601,435.017679097626,421.5863235184931,390.1670668388673,30.201196254435235,183.97122346467216,480.79322670510345,483.41115654967933,21.91458656728512,231.14111556193856,497.0403356692804,212.42105369500268,400.44414297274454,425.39665250033477,326.00193925909997,239.4646011912797,150.50301838722262,9.635341130667275,483.74507221566427,205.4132338594063,190.9347991257203,95.18844583593422,255.58608857664643,209.50689217737812,68.57834156156467,74.18780133572162,373.4299377570029,386.09177660271314,117.94271202120204,267.92677126943045,319.85987212120375,372.1316720280327,252.4808292847257,90.3535043511875,259.91127467132634,446.0517180376713,261.11738833979786,410.21734297019816,128.71216753138464,112.80074005403485,418.3336606319516,291.42301636440584,67.69890862414502,76.02817743344964,324.05321165217117,41.5016359744923,478.85832146290136,11.139487089964373,165.55967193490977,265.3250570576219,339.86761881380227,339.53469158286333,309.50246124672793,206.18961118382717,371.3549600261622,45.140918754785545,1.8320713139994282,383.8163934955284,193.61220135204655,475.7669392558477,421.06071577698305,308.52315761277606,158.83753732691108,421.51145677683627,285.15108834186236,82.80514498405972,15.178326002531882,189.46025272561212,467.2411138842725,485.58651889789763,56.47308022966141,33.26414137711009,110.4419406387489,289.09474467096464,352.43238033905334,99.50139829998517,320.7958629406705,46.79758060034034,172.37240471801218,498.2303444978211,244.36680178286906,413.99611606117486,208.48660612271746,212.1030623826662,258.06998510727493,490.9692713341266,224.97819436573974,44.898279833649525,40.00010620644423,407.65261886122425,252.3371274961206,150.42704381933942,202.29528872184406,226.87136818848296,495.08526845827004,417.3198818654341,449.53632741306126,403.5274139627377,323.01446551165907,228.61194803687812,336.4123844429259,435.7172884864039,419.88288139291444,27.36219857172323,161.2606154344365,90.43147759329389,127.18476552385278,115.48665836018135,218.82285040060594,398.4315684529429,252.89133199873282,448.48865750596246,484.7950533203633,214.3211404018779,273.879055331763,372.2808373889791,40.77883095211499,317.1333750922803,322.5689130679826,340.81669581970135,435.08924640692305,497.88669952935885,267.49872270123933,150.41507403064685,9.269772891490557,309.5760687026184,87.82402356759079,176.56804444372386,241.54722919617043,24.32735541647746,421.061747758248,231.88962143631537,29.996075180664217,388.3314032806949,388.4193437570988,204.28787089255496,374.5547918697159,493.5255090535034,236.2060149743203,324.9075011139105,294.5622574207773,64.80782854348266,133.2504922573671,74.74805641187687,362.2263718447172,377.2680697797444,382.169104250106,455.130427894092,372.5349612019188,214.9671282331696,151.79446222111153,409.6931005864554,395.15071558022674,479.7688933226704,53.59147460536445,489.7581252023238,183.58506875100156,80.17158124870733,183.97109320751042,345.940739109707,151.33942590695438,445.8593093434732,90.36702260975909,452.61864624196943,325.5360941369143,30.977658971084622,160.92818388789382,353.2397298929092,390.4753126353278,481.02127949366854,18.066768151580035,63.52215937128503,464.8761727511451,170.7478122383785,87.61399841529693,201.4728358847042,152.4046511855332,354.4570585360572,73.08756534859351,427.0253513763659,206.44124008920585,349.65358643032795,160.28667139377944,85.58380309107689,322.2402084048675,378.72416544071734,373.9479232507251,424.4288011338339,309.7738710176673,196.24165118172309,12.088958819610196,445.1274755409295,162.59264570088666,11.869484758806003,317.38400641105653,81.98058789259049,135.14531325971907,9.517625579862132,311.238034761256,425.9195895051025,324.73697494776275,145.13361146511622,419.55083652424366,310.72110328680355,136.65861497056676,214.0802545595904,28.053710102137753,463.6242890145272,325.3429181614033,461.3671914412051,316.07397785846723,484.07754531210134,377.03437735501547,135.8169648592747,483.3619225413668,315.2612555530575,370.65789222035323,330.19194040410315,112.29251526968798,93.79140571962269,436.5409510295475,169.68786168417694,1.2615670903297627,90.1731524331138,457.82069126260257,48.80604760269402,234.2116734254277,431.6632400916514,96.35101620130648,169.52745544705994,262.106037912031,351.67111607731835,171.11753503909188,312.76068717255663,196.98838591221644,265.39503686373024,358.9493516963131,56.507818853356376,42.075690868782765,93.75066739818816,26.24286373242396,292.5118068465721,65.1264567073675,67.08991995265995,389.84201262874575,96.16428675375732,379.4114308416638,264.0312734927233,105.1966853828255,28.392687728553632,391.6377625033582,312.44336961028023,490.1742334926979,204.53745056927298,394.46984547806034,458.0998601769283,406.23970821418266,439.76661554428864,147.2584261681985,6.032088564294879,334.2681320926165,34.10731865922173,432.1301161755993,475.5961495709887,72.6784584640156,196.2228995888128,84.48271153461084,477.535194907495,158.56043787674523,10.298235599023375,453.9837890009251,299.59945399749546,104.66774309254068,484.6075959979998,277.1563751905023,249.97326438526636,464.5334610090881,23.887493632446244,378.0451638525515,430.20509142543153,110.50269694551446,50.63493335161068,185.35752813553808,405.2059098860713,453.04859325319507,10.947740758549763,287.4327046929066,291.9873118968366,49.64268672347155,228.32932362253504,479.67359632234724,222.80259464875058,37.433753255145085,178.47675868709285,218.34232920995711,92.11523155079765,113.25126488603642,24.606043528357603,172.36204168178332,259.0565025060047,385.51838202722047,61.625928995593156,19.28056957818447,232.28659783669775,71.12935140164434,135.37630493471852,28.399410751051345,491.7304220665336,286.1241175620212,158.0867967034559,135.66580999664833,330.75075534206155,253.59414428454164,378.16359374309235,449.5078330059031,28.336179206826685,457.625381245398,444.4662352814947,461.0924826820284,314.73641462114324,210.65272858080309,239.55583931814866,208.49109771142034,90.44144966899381,316.2642418443159,235.7310411624774,299.67981447113107,356.03322461385204,161.44765210354367,82.09711914248268,341.8228257537957,301.7905180620133,295.585027129224,123.06736070668289,415.3889368406377,453.0929231583522,475.83033190453864,305.97084416696066,72.91149466868579,5.249225905191446,305.6326904973819,355.4084474669465,87.19987006722751,459.99858807496105,475.4280333512076,411.6296147560901,83.54326911537163,310.6863251811341,160.5796669002068,54.24291770648282,251.94428511929618,149.60413978930458,367.956797319241,92.46871887228097,220.19350872406213,466.10918738211603,19.6980027303858,381.97979628568527,133.9879622914793,422.8181727807478,160.9116780890511,98.5896597931184,497.3922979810133,147.3928486477618,405.34495312814755,78.41590035406392,454.3308762054648,246.63572370160074,352.63829795028414,162.05105589981912,44.863411372892905,443.59226095685756,79.46992650392315,182.6696659924534,243.84425275063992,16.566398718760922,152.5682009553501,104.7898467274312,483.20003488044597,187.10512604561262,409.43259967837633,6.895925973828931,356.2039133172778,378.25385885426033,26.861753320462146,446.3210558999445,189.94581422137148,418.44665545711894,401.2226915246703,418.2460713699006,38.34620750150059,249.85852057602114,495.1996420896254,411.34113723987645,105.04948133432757,5.0939348189716345,441.3868544768432,487.8403342433238,407.3200753634967,191.38895415005396,267.2716010711152,476.7114252518193,389.24130493339294,149.52488756947918,250.56488954667634,386.25912767129637,275.10926359891494,17.252354715417916,435.719609948732,131.89278853166925,355.25208562572044,437.7656302152622,150.09989816867665,225.12946487748053,19.05836444769293,287.4088038560245,340.39046015100047,437.81695916840914,72.04706733699307,55.18868608986327,340.5609619703435,351.0719527785325,306.9792531156769,90.240827358883,19.90234961289167,493.13044705466507,330.3625951176067,449.4972765491028,359.5095574747601,462.3284595231649,8.787102549040416,440.16483501958487,44.36891033185958,229.32609620283407,347.36556454694136,429.43437520012,465.68580021817,93.64680408880017,190.2696592953884,289.2103128665962,305.9565889112168,468.86824218162934,240.86675524246155,492.78886806333475,173.58073561703534,237.4181166251812,74.99524036179622,7.114116221417888,355.05501270215194,4.738124419473799,451.4635082947072,337.5116292358435,452.8308998793314,47.18146290925157,20.145321804344473,241.04035925781724,335.84829681403204,102.1846785926046,134.17708405024965,143.09192768509854,104.98643416032027,372.57592787759853,54.28785609762726,10.515125053908447,262.3607381290256,144.0825341611544,31.334081828614025,59.063242667729945,217.80890882147224,128.5477150826614,172.6971515179172,382.6246285160623,168.9211229883027,92.99312140354287,412.2411611890714,466.961706262459,466.6148972435861,98.8806518689111,282.89596221138225,330.1539964628328,28.058793931524995,434.2742328561816,355.72073109072034,188.91215805631035,199.62760771657884,301.7019363032093,334.1502721522242,250.44842200892313,153.14011154810126,222.53233405022,109.26951310882544,325.40563382734825,441.6241217543877,6.574676989685003,418.6928704246938,174.20521364859115,9.733901413522927,189.29919243648612,223.6369624725858,5.4117790157855445,371.11774288368935,457.1835916308727,384.07571810672863,24.1752480703491,313.67082670137756,472.33822300529164,426.44971560687156,394.0098438796549,398.07798883521707,304.4568248142789,374.2926235894332,348.2167553258438,334.85410725499196,107.60675685162785,449.315871511623,78.05597433766481,401.32970638746093,473.40827409945706,265.8812045369054,99.61809340365835,464.9763501499829,425.3806127854629,494.74722277047005,372.6855786867209,167.79150454799114,68.67173987441727,475.8450197612823,325.9381833909206,103.0525298601792,443.09136468512946,32.84671023698704,432.89540766604955,334.8380894413131,65.71893783844862,363.81950273918716,201.2392416239742,377.7045538928228,422.93761382781184,476.4398849107565,385.62562330290064,322.6166986525309,390.4513176419146,293.47507520610714,472.3064955857808,319.4798320278629,214.24973022847294,413.8712529158531,288.19393611646245,350.7873335922826,351.96692616169804,301.5852698623449,119.05635552079774,351.9061228554637,124.56674316289285,12.78411987257444,213.00786287857355,129.39781863723314,63.37872336347766,81.00876701114318,437.9014221162307,433.448891099146,19.58620582207854,331.34792084576856,382.47803426838175,206.6529690817363,444.80206610441485,74.03101422141472,1.9728240656338714,128.45543901174926,373.50067239517506,499.46325355433817,193.4923102096245,229.29079168098127,483.68722939042107,194.90381576080202,297.28798000610067,455.61827390928414,4.7309137989520185,356.1132272745128,496.07705099329473,407.9364645938896,363.4462710942793,434.2410752724839,314.0525633083426,395.97473697610826,189.71265610001527,489.51556878220475,440.27165679035767,246.30485711861812,136.99364235659783,377.464307935094,197.93602597383781,340.8575680655992,481.04208423921426,193.8146890210645,280.5669079732525,48.27416149183966,66.35555940034816,238.12171074352173,433.4868880379207,150.4169190582038,318.57507323540267,96.2804881610081,336.2437422203741,113.40312597466934,420.71867292854273,427.60891041605396,34.7004884003817,74.27683202266266,41.172891602024755,149.46520913944644,320.8477022044272,55.79091036025907,457.62453883769837,143.9476898693423,243.9765930581259,29.01459229367892,267.9484185417822,314.94123368951165,460.6039947131127,365.74653405658944,134.75765292751473,301.89878966748233,299.2037891417639,273.19639147874693,90.8024000261543,132.89288319842495,441.6143966545042,414.0777986742746,140.6152528107556,148.7831012088628,72.72135134424428,361.27469111328446,283.8354058425622,385.7594847191024,456.66350362468,300.54367574281184,94.36713219944586,138.31358789310605,220.77171143495684,239.38235997907987,365.9565586971662,97.1686620400149,279.2164761392597,178.16551486954702,80.43251887768565,212.90494610617355,295.97286045352837,85.12800405432641,455.75506507050426,439.716119387778,218.38623743361634,266.9747165474929,137.83751603674938,55.546595220056005,223.13612631385487,492.77268492357933,428.0794991494113,247.09321366038844,482.6495055645321,389.6287923774687,464.8067248056244,310.2569123438937,148.40380957701223,353.1592116741564,90.07961593353292,261.9079490423683,322.6321648063851,53.828008652050784,176.94899772042965,52.749611174634005,453.5471054418223,105.44742050588168,55.34760006041661,103.83299145573515,18.812194058208775,275.24036072053025,226.71120616820278,242.41508008985573,235.6598018520456,308.17367174430245,356.66034288452016,279.4685110263363,186.81585591302525,313.2794000956821,63.045141809620894,374.62490158497195,482.4569844644698,416.1103873100443,65.65224496263905,354.6496166951192,60.59768084125561,327.5238707744266,34.990359126585766,317.20225708307987,182.79181968561338,379.4845460695509,225.99534112850426,57.93669947652552,462.4392800370078,20.93276427129892,166.9972914736946,10.995238256509165,294.4971634312171,461.56557670716563,409.5253257044641,113.54407601923344,217.75565665780766,174.85596932079417,7.275070303054965,39.05945460129212,20.234476945166723,79.918898281707,436.61723507919606,15.382598642052159,459.22780842361186,391.74078415070926,4.610730421441611,81.93302298508803,95.30631550684704,216.66344615176024,100.44722601578565,463.06566987729144,473.02274630158223,184.10846470745102,266.7207770487291,499.08622762362126,127.55185475912634,222.48645920661875,297.55735304542134,173.71957099284518,49.355519144130945,314.7805231490715,55.286653389863325,314.7078231142385,142.14890519408547,44.20076179227617,158.59899125828792,203.42511316736844,89.76694558646336,1.7569342931416099,418.4462616103451,372.8381696341201,106.85126467467848,324.34148722239036,161.68751141313174,478.9207808463325,55.48340771097854,240.92622675377717,234.94652905075085,76.72459647944547,106.94309700507165,401.864370686059,299.7789159279367,350.3179015481644,468.3537052863081,433.27892692532623,414.58810891890846,499.9101150777609,384.15147780249737,402.041832746328,152.78983243594325,413.84979015603477,258.50600706584174,363.06029172754813,74.30842710951141,210.41325388896232,4.601158177372444,318.933992016169,6.890791001292418,95.06939797653308,228.01858066672258,289.2460639790545,411.3003958691153,156.52116815457023,386.1996706198561,257.60404925965764,414.2257831372357,26.989142866597206,243.08181948669676,118.22731938249781,95.47079612535298,228.20645970454217,261.6308780956754,228.47186722860548,132.04686128510596,188.22372919197562,396.37166488179247,296.34821650411607,102.47129263969667,314.71595985047543,482.83296477385943,253.3847403699895,121.58874713834255,458.8080440300074,81.26420363019282,446.1649870592581,477.90645633499287,262.39680040262056,35.43170754862124,310.9551027702093,390.47023818739916,149.2508038584475,451.28968634313475,279.03766501451815,413.4013978120295,222.21335544879722,222.46649674603515,11.938641008141404,191.4398883762022,181.6977808587799,182.96416158624356,178.38946109892728,477.32481796946837,284.29093525997246,125.22836122988946,475.4702266880122,205.257770269424,480.9471113299075,195.9461309386949,170.41705161758208,494.5703274970151,446.2829363698136,231.61807812215335,157.58725006067903,325.14111595520666,413.7620382080881,81.4687090898309,213.70083618679698,440.1149386510057,351.76445061662656,304.08936664241907,402.16765785846303,383.9793810519072,217.81830905909015,14.298904944445079,89.1862299228825,464.4632906288063,490.0931446111576,146.00038079515286,460.0854770488737,172.32404658122041,452.452608548457,86.28623663294627,342.75723263963835,136.34460571795037,30.26070686105037,9.87550017420935,284.3565973672785,125.87937053756498,426.46456510430704,240.69369775400907,370.60372890012434,425.4781195916625,315.0081004043837,134.18120188192844,99.81227986665996,26.16908968134829,492.85919268772676,469.3953661652403,100.34559012496203,178.55747390551502,163.42279315126046,400.9734835404352,350.43742247182394,170.8007509436098,4.741735038488071,29.06086602085334,171.08704387078572,279.61886152221643,224.14001432666242,244.1750052583284,121.6414994014524,293.4755871100022,463.7203553684228,44.94004937702639,296.78399834624196,103.88248865232119,291.6210468740417,303.2468616687383,47.907668623175915,286.2346964183968,421.1980865209854,24.67076389411177,131.20051874044307,429.7146124459562,86.49095706629278,283.8551067837027,177.8675444664587,237.3391808301214,436.8212548975563,77.04115361929126,158.6479307150307,211.66103967484273,222.45550244428532,404.24325655066843,88.45245354166309,202.4851311305524,24.01877129939217,83.25636934215763,20.470882342519758,288.71146976240976,123.97162741198342,174.62943948497102,182.6043024939073,187.92215079756102,252.8775209779357,210.5857439030157,346.20204404595233,97.45504938460903,318.484278795016,357.1757366374063,260.8553165026593,93.10639150403371,292.6615315472547,31.028645513053732,332.13587486559567,98.18235378049822,180.25286029605192,184.68466610912049,192.10749223767198,254.27379626123104,498.5446342923064,473.49858211655743,43.97298576619957,375.6146207587043,481.8905536711348,402.4168105973618,494.892574833844,250.81012028694826,6.2827611788849875,177.60941814240581,181.34043297567203,58.201212000232815,480.84333351810034,213.6880040530849,202.93256346196807,186.51906629040704,113.86105125933842,249.65936345205668,309.26506560189864,178.27349575048797,467.6695498142719,271.8929013032298,428.4498439279412,483.4719739603861,239.40943397896936,49.67401419864631,195.64735698285358,86.47909707377721,119.6164097921092,135.49371303825208,155.35528834991368,313.7342230785844,171.09114430963496,86.20943418432775,21.04270617496179,118.45171819170596,268.8436468246986,433.7603464075623,455.56888698394374,25.76160907683167,93.6226611523493,190.82417998473616,190.53316394334803,21.649077577211074,348.28696630635636,391.63385512949327,162.1157737202747,197.2493015670007,279.58869850954125,354.76811121054766,487.81512193766963,316.2995902132447,205.93670920286655,224.52008667251383,245.6837578789348,427.3661733049916,108.25289514711062,256.90511107602,57.346898976622874,418.6837163545682,341.63783018093767,290.66952453497476,480.7825484880282,167.56130253187146,6.775169967789319,131.6906981317012,93.51265688116406,133.97297634636274,327.80265024304487,471.2058738936287,333.30404057057245,334.26351130394494,430.0360879119911,24.328939762927437,268.1765162476612,206.8516499607108,226.56438086641495,490.3373945889037,306.04904639689136,429.15116534236574,476.0972428463683,61.982411680334415,52.27028684846208,109.64754576453461,482.2325687589268,76.74409909663405,23.152527456680172,333.4824637401977,291.02636371594434,483.3051991927928,81.07254468543019,299.1536962417224,308.79508704406294,436.012766177453,462.42785491281694,302.38006633291235,73.01408051551334,343.31520031847094,367.67917535312506,310.18793740069077,116.97477785959198,480.60634725583395,370.434177783532,304.67031510276394,243.9551887211445,55.07677593693494,389.82230080483777,355.8642915871547,495.0075457070826,176.97767459775844,46.62467786999025,67.66155250787409,2.6885117303250827,122.28145122369621,104.46844051179482,285.0430925711207,223.91619472457393,142.14978963827906,381.6756440396134,211.3810300700213,146.37411324758753,389.73002294650263,466.4616498514488,380.67090069437825,43.092376558111326,84.19257198039676,391.6541063972736,278.6520300112215,82.00739791902278,156.39872440580248,148.21010274706848,112.44986708782312,272.9890595715901,88.54137615987523,480.46836368295385,233.67146932843625,112.11405305760103,60.78815361367151,2.958111089656712,225.85260990897305,411.8572575915059,196.37046275209664,406.6260365740685,113.61505420266354,326.4579756448601,117.40134481349968,276.2346738373426,300.27507536799175,372.7523789393781,485.8377645326587,326.596321268167,141.50389621808174,0.46050394153768215,252.74969321378032,9.263431561238045,284.8582338490542,204.65550739481492,146.25730343349753,205.95575643374474,467.446977299666,125.99197734438994,104.94629337928674,111.80162977689062,2.9595624656080233,245.96959688515125,392.54277609307667,347.9556792549153,116.20165458822623,160.29641523628263,398.9073436524987,156.30308822529742,278.2712611389922,337.75723666938023,265.1928268258606,156.8698967151098,311.7830173343295,325.1885398127974,22.326412541553374,87.93528361899894,114.09231559928845,171.75581186037252,91.3938216941761,65.52911504997472,147.9956551731666,255.0850006661058,387.19602841076954,379.11275378610156,424.49257908783846,148.71301621370125,464.8088067223261,301.0901049646031,187.0026397093411,391.04837776368703,175.3907668048319,309.77928841620997,326.0858593529756,150.3963335995514,367.5003491992783,239.22638498978367,225.5551015768704,483.8468859140908,44.27406540362799,180.28223233500373,390.71643462708784,350.5265686294101,427.0115943508559,231.9395192025825,266.033121759305,229.30128895761044,403.1154656243872,104.28393367822186,422.34818221506293,260.0489236565005,311.4397327892557,485.6834815121729,20.05822807643609,101.45779228341567,119.15023808184688,227.44463637349642,21.86885922134907,35.82904013562715,249.81115793035542,332.3160123011016,202.8414807120415,172.96654922889337,37.57933520174278,433.3874054941525,198.89600076495373,228.52037312208918,326.81989043751634,192.09004259892126,232.6399061487913,446.72796613174387,309.9038664396782,156.09483202612017,295.6236677567184,60.571683022401515,151.77176821789422,7.744325953540798,87.54935390757107,115.43289234871507,492.178162640113,77.42141616243725,36.99684426439098,125.52517026604603,127.37112736327599,70.9044748429154,348.4820876559602,474.0738670137826,241.5936170731407,277.1638471540488,499.12656976596895,416.92765782454455,230.2053531533676,162.12211839060896,224.26241453838875,11.922019584007737,317.44207205394616,14.942037118446994,278.42193587161216,358.89361684824155,213.65351105533043,436.151607940253,494.9882898811897,10.522828158515463,494.72939402206475,349.9447741446875,436.0886526155395,464.64954902168773,234.8045836665093,203.4041652699259,435.42418347048437,15.556412749423544,71.47483936340754,111.7478647235638,495.05474276540906,219.43193406685302,137.32604041937856,339.98474700445024,190.6217572563697,436.95947240287893,316.68503699983233,326.80800656683857,313.4659725258582,397.3801118007697,345.1069032259381,316.89741276257257,105.78772685119625,53.48145019230471,439.61209024831413,359.6359050327558,433.01695990591827,142.58386883162876,430.5906990496235,260.520531157104,169.122080506087,100.87881709842978,248.77714117708376,343.9827985489969,434.0748606334071,492.6043641282156,219.57634622095378,393.03461977339293,467.71871630191447,29.425675933842932,49.43155619477424,139.32015904261775,203.77042339788147,152.20642182238896,379.8767809318969,494.37702640571587,421.61061308659066,238.28908490017454,301.5374146997817,291.7475036990886,5.151404738590937,367.4695924513795,387.8351592462086,156.80767215242275,14.506821164007144,318.3347208367389,456.465417197435,47.758660452773384,19.141712123291576,422.489452784147,87.50864979855605,329.64011155693015,158.82244022167302,66.40884650689338,240.26017634547964,63.3795980565931,486.9857394641198,254.62334386643005,392.1090658798337,196.76175314754667,91.96843313393343,487.737981431805,301.21228669983515,195.59874118762355,88.87349220886365,445.4350532300969,259.73919238863346,5.134365463873303,23.134416020197555,124.41543472600303,196.92536263145388,127.66955439141687,424.9969519527625,237.8959832907286,354.01904730418624,160.58046290023796,287.9324400145422,226.1064101147579,207.158922998411,458.78018679486354,385.1431427624225,390.87318604580855,233.95491860065505,47.15159437477562,52.18244349151924,44.02142360555777,81.57363929764882,471.16705063828636,304.87099692506524,20.893914765778455,2.9670872844873575,256.0278428731466,370.4632929916028,229.65311144829298,312.81335080891125,204.2736758683391,15.453316102595204,130.40101505253966,82.22836604795685,87.70573071627219,477.24167924658474,234.2644139012286,407.2022980919795,476.4480626210192,222.1243334821619,39.412753570333194,279.50253473116305,101.09658254895764,369.0307374434331,408.85245200588827,193.4120285277461,473.5449823080178,203.2394401479692,227.15896866248985,22.17625472611645,486.58597620473626,128.79865210863773,426.1233843404491,135.42450665302192,477.17084078525124,366.87344674589684,414.83975148837146,237.25425278350377,488.2252045161041,486.98361502461364,181.3366340750932,212.2310632503967,444.83190825621386,124.92825699476296,358.65910528883035,214.552601988992,86.97133646886857,128.28073948555934,284.1711398077417,154.4463821745075,128.43614899846617,162.72445768881178,262.92754213245877,394.56242400242957,110.91585323612674,220.39743802781248,405.9708066499586,161.11531446905886,2.1520945689914583,124.25392543726588,305.26630815140595,193.22638125156516,94.0223707194559,97.6290964866175,65.31184414640573,308.04267125653485,100.29709392033104,384.34952212052156,83.45127389653467,189.66112812940978,4.8462840331187085,102.54548620010057,221.86407010430338,427.48175344908344,408.87701324932067,490.07246385837453,173.7234599656467,288.0905799901171,233.2275278388634,443.7388701909615,367.9654002171031,325.2475710566898,206.31594811652647,300.67759204417337,399.8648356769292,394.7621430203043,268.0487097069864,452.28472885535604,325.7169235162063,498.1023835160268,12.281626691448722,494.70199977280856,34.39480751672858,339.41586101949434,158.1234235775708,0.46500478813266133,305.3128990134272,194.38175907160056,203.5373414014519,318.90892155957675,499.65903633470305,207.57603067071656,41.1784993103963,138.47111358282265,403.60808995420854,69.35602182920903,191.2584083297174,129.81435983072254,240.65123526151277,80.46625863529088,107.00346076142047,480.5133882826394,122.44607046726802,238.06083207061286,250.01165251095475,339.102483654985,370.09551468045106,13.338476817068234,57.97444645815031,419.04159145333426,40.10819613053529,270.75529316464616,77.95618020882944,278.0642857613246,182.17600187037698,137.55087182822683,277.08223544374806,50.61591595695353,128.2804744251711,432.82738885479296,404.8116494003906,236.0125560476191,132.8360319277629,318.59475639170023,411.7610275059222,445.9559511023404,348.32476368857107,266.2227737702046,96.70219515566248,86.0292432628445,389.9321931427083,394.7127377305126,485.9184009271574,334.1417033581674,348.9642857867281,310.6596565863836,156.4004189950955,28.476702636420715,446.33716430364353,63.50561926072312,40.74620553711,210.37709786641005,385.4713950068677,283.36119577884375,308.5660427054767,471.44599082695686,319.1203579478142,109.65519080417991,117.86086399246531,8.738469966012518,146.15937828287989,128.1424620867585,3.5661865916929436,254.8961766584135,236.60522610350998,345.07304931036987,89.9866360178308,458.7267506101982,277.77883163037075,119.66664092350554,482.3338808778002,375.66644968897896,3.469336507925025,353.9761165265855,70.36932527695477,181.73375630841898,276.8973053969348,117.149538575814,383.0440367054806,497.1310422954819,321.8724423086574,152.35921819929882,3.1008688072542423,30.828850622577896,331.6300896593218,300.35147556783954,10.640747429626508,107.68924266730656,409.81682909494185,388.3473030087822,158.66666644225342,21.45228170091329,256.07039686416044,307.20861970339513,146.3527379061762,476.3401443592634,287.5834773347412,389.20667285121993,157.2733415182066,237.9089887471269,259.9118856030436,92.55032492813042,192.04687320912856,95.1216648645568,88.65456161486173,221.21553370795098,463.4927377390205,263.7564921965478,42.33400260631931,269.72236615546177,321.31794052071064,164.53825380769493,19.14976838642518,107.22793768983951,108.74823318124615,210.64757306506604,420.5010124107614,182.0686615803168,301.01145249030566,59.1728885861641,0.3090953741277658,456.0815188412494,72.82011627638107,57.932525601566084,6.435712417294903,249.4949647519047,25.29658294430415,367.3593933187265,159.34439022045578,184.81401173637462,302.1364742510773,126.31343813715296,188.02419381326075,481.2576172885595,365.4577726244691,153.0004534458909,309.42936828960586,371.7676398149244,82.42632711100912,349.0725400284354,203.03797292721376,27.579316348891936,304.79311901310126,245.0126547696842,195.1515146354463,476.8236234108745,494.3472524702668,240.4107492824823,332.4807459311134,53.96795577571189,499.114604968085,389.512606108192,51.57921974358848,201.86497831409372,355.58415985347426,242.14588896441825,220.83046795290952,305.1322762313534,13.895341275036333,32.63865818077022,129.62953939488114,268.6147619344025,59.260113843602525,148.72977009696638,81.51514768653118,129.43144544385189,14.981628026248528,418.7488393863618,178.02644164684693,409.94004399521174,289.68064567882175,144.8854115692481,217.33551462638496,304.27945640561467,167.87141667437788,328.48347721802713,432.8871380389052,479.6910857510022,155.8789762756919,162.38844389903912,413.97861449663395,388.49759699194,227.22901730695344,229.20258703130835,100.77882523977061,58.1014850721161,75.94384289362583,203.7263734641096,200.2732147599857,176.28969510633902,101.97414026726942,326.3620871239437,428.7424041530399,208.85171825832737,380.5497101877951,339.3582763555612,267.8618202159484,36.64926878924169,454.6288697017805,473.47650144911813,467.0581172142611,192.95526931694502,219.43493284581345,243.01805750741252,274.3399884773896,469.91995266520945,495.4361740225831,289.66539796988343,134.66958358381527,252.0864807197915,18.418498077827195,106.09363872917787,369.3172269218558,155.88047148362634,76.49025081595495,71.59603522895796,102.25611715615163,50.89314326568578,116.62779248940214,427.48414442591456,56.18697557107216,208.4066316509931,436.9612027611125,448.9203898075802,16.245592353475224,132.56112437113094,309.1216950025054,8.648418028598782,103.4937786268803,137.17102770672474,427.14912156445007,77.52026321480831,371.45291611598924,218.22652622807402,124.00134487141634,492.42216850339395,317.62370238726146,118.16245427134164,463.88261980513204,53.76407987368981,261.38739639135315,140.63584620718987,49.67595618494397,153.1364175432331,51.182955800076094,268.50274477312314,269.0260753664383,435.13720711731395,444.70948773077015,61.21090999277756,319.5472524289105,359.9116466303873,83.06420272788372,291.66395808056217,452.124178717963,3.285440183055821,188.19859078696993,404.0928453968675,301.66998963592056,63.99203202022019,223.66806072138678,184.8703945401878,113.21009011044536,311.6186226973921,275.3077121181652,267.9996919649736,375.50649789248035,380.7627282454734,8.43426922568713,487.37062638158153,181.95900088259697,96.04053244822502,198.7337615584096,244.70250638377217,269.3058358455794,241.16614875131893,347.2145195767788,331.8490994264806,42.234019210287244,433.59250223574566,347.6838355753033,99.59985501755625,432.45647952953937,133.15589517627436,442.82789113606924,174.63571174098337,47.09685491774507,350.2137858632417,91.17269906633818,100.8965746205132,420.8640061618904,166.29872629748354,449.83854727147855,116.74292389848922,434.811587235634,15.264605369414653,296.20306339126023,371.90751522179585,83.08919697154282,164.72576052012317,332.8955393345682,154.39837919235748,437.8101044854892,111.8123750715086,232.94378950352407,54.88164951018326,384.8428197459486,274.7541488434493,242.92818045895103,246.2837584665558,147.91011048071795,459.1578181347365,15.682955942087851,188.0817213608294,174.27819380601477,471.70318707967607,389.7496754836969,59.95505018904468,69.23408471042892,325.9238892951178,466.14080027630007,99.54179334836638,175.94846612552078,229.92069971122308,169.88427454083472,9.814650158676553,197.72874750706777,406.6690747591708,411.19330214337305,401.9824059874217,436.2967148354398,388.9164647782186,442.57302102594434,260.28000793775965,160.0343991333001,329.50115933609396,209.3408027997954,272.0889907610304,275.2272691021234,428.7824392871083,244.61728028029484,50.00166481745394,25.01108896433113,420.6711958026259,186.69736200681564,361.8693856443372,260.54260922968257,281.1689823826625,210.58304055946908,329.40747830616175,396.21102127707377,362.3631652346452,461.34643536928326,83.05843216564773,88.9833771229992,303.5814542631305,447.03956130017013,358.0494213785574,12.787938384520082,309.2014276852847,294.4811374499297,272.40751876559085,243.13627549612175,408.7405988822762,492.9991978754155,121.62869209036941,423.06114220131616,142.18183183821813,464.7668433767835,475.3910618895644,479.71374009282545,53.19690784278192,388.8239468900735,131.93992914689744,383.51644925424534,123.51916452284829,363.18758888554856,457.64397203627465,382.26690493964423,88.41431206256345,354.5654473345309,433.5788846401627,303.0950052790945,489.97109978384174,29.52297612687771,98.86688035758489,156.93136727711266,218.3812423809402,109.75306005248837,318.4605167941015,34.148257762480426,395.4583839011719,365.03826684460176,62.09470958417634,480.1562142023645,159.40074391141002,107.42790885393494,405.57652455478893,411.6180578222767,114.10521465556961,317.1963958413078,207.2205268237058,204.95955513833957,232.63630913231543,290.95639693027584,211.18040826485367,402.91651608088944,269.61509185820796,251.74295576595873,99.4602434467785,239.16291869455824,334.24402982753304,337.6159092631747,119.06489935037784,160.45290536313462,434.7373547365938,13.202730623774917,96.07399089697127,457.92344013849987,88.9431539189604,129.9110710905051,450.88973818150254,353.26708134257916,86.544909265247,72.08715674028888,61.02669596583238,261.0576259264268,344.77616026758875,122.29458109669721,301.7970813220144,95.48497286071189,381.46359629980003,210.7189070596962,113.88742042949107,57.16844432812379,215.00366612018667,112.2780251244842,40.55465580047179,266.32883877148925,473.0371367533247,423.7030786585968,23.15998266072633,415.1151657219281,253.34828160377555,177.22058223503433,233.0198287970755,42.47907489037711,480.06232944900546,200.07381742916846,466.39693503341414,199.93576421992165,134.8628372538252,426.5367730645361,360.27352093071,436.48305540551723,180.05663747545825,301.08429595467373,106.21599694482448,282.8178181491502,117.73377728189116,152.95795056687862,466.8739570735454,171.43757451330166,130.33401005559608,484.4236373744863,181.03648082410334,440.8265421475465,91.63488291229088,493.2725841031066,189.45393130400478,148.591801497026,182.80243246293315,241.30233830584592,193.93281906288416,208.49492641513717,111.34343069223812,129.49134897101322,150.31583846352058,4.393082541535309,242.40472342480908,50.63791174616084,233.6358195027224,393.4495260901896,326.4345284381162,11.598101841016007,193.13495699538495,302.60076956505424,464.8588200092459,142.6632670737662,386.451465873353,174.24751343257483,178.02679992183522,451.67009632212523,469.00427482622706,220.20475330411847,370.1156412660607,9.572516977687906,476.83665593451076,164.41978807705704,152.96845297413202,54.250651431740515,457.8076656947602,146.40182581323452,105.31452904517613,293.6104561914985,256.9151173885577,344.29052810107316,333.3205306144084,87.91093499395092,299.17896648235524,467.02970597658634,269.3285922708561,461.22695322703765,355.332946115187,178.8883757541438,234.64963879506135,496.5417810160985,359.4218343096458,281.81805522163967,102.70025556542828,197.64981783748487,56.67211282508272,70.30339311795092,170.85053995385536,108.15555215477495,227.25836034557267,232.81450764686284,148.87601327577838,302.5565722697751,402.70935933373454,293.3073834786877,225.91864210740997,352.9820964898591,377.2864674708429,78.78014865826793,284.69141161368003,98.84162969850269,421.65075977080136,298.71694077804534,33.53287862421295,252.55020277293428,58.02477548855628,499.7472860853482,343.3035104712849,210.13265835436655,499.61613117544147,70.90452004334196,324.76299917951286,156.3589900565303,48.000465537870575,99.33153713066412,373.73850492608136,290.18588103390437,484.4313974009521,253.43004645263278,336.20581609992803,341.9360941210537,110.14682785744856,461.07799125067635,467.89167590642495,50.74698999504357,45.20929252572048,410.05986343257825,369.83289287813164,396.4438383657223,76.03189280369543,488.2786784932065,270.00721797170047,425.43605867576355,242.87168442669082,470.54191739193567,220.0085960926163,246.23235038541796,248.1191166848999,427.3725369393782,38.02157548979756,454.18014787344157,26.132796086964284,408.20687515834584,34.099215315518464,299.61160955173244,141.0018152900848,487.8984789167026,328.9411741364372,219.3344721562917,481.9546454297839,436.7014948108146,121.81582628559579,259.02403340234184,389.9691921237042,485.33202749102486,287.4966985058056,262.9213571958582,451.5772069381823,290.6469108080108,376.05029987078626,386.4835160836353,415.83871020297096,441.94600021620295,40.93405445163001,458.543291853803,241.63697658758747,432.1284654235655,189.74914277567996,1.761520149889395,355.1326601809756,36.87640256835517,458.5462021194296,134.22130571641222,414.4348225213417,110.36714543661586,384.0605623949369,174.08128832693865,423.7372227301467,58.759071601999004,204.56732463537975,284.9470787500095,397.8205180553347,155.53543083436432,361.96524896736923,309.80914231416676,337.0342208017654,18.14943758269305,431.8067404978757,224.9881402840721,495.6216246058156,109.11231997201426,109.61772783907736,343.2121501944278,33.43687985713378,250.35718571639325,249.6613664642312,301.1966449622836,153.36786526757297,285.8693328168189,153.07142147328824,229.82222922343075,498.8610486647195,87.64014691278015,470.0109200839373,15.566441101818928,220.2449825351525,398.28985168120886,132.94278609644567,183.74674458440614,187.73402267241974,111.51902202413272,444.1067124335506,265.2721388453081,379.0813646886675,311.63033027117467,181.19449114551662,36.64057828769268,225.18773898570194,96.27704052014707,376.6447916374976,106.61795245957218,203.398212071468,265.187256506167,77.48022430192064,207.5949450793116,62.94196620529963,142.15558751680473,179.11745215246643,434.6711982559682,376.02962057415317,331.20747310645805,381.6685102781622,100.89932814729453,323.74556810504873,298.0457577878665,256.03030984590663,336.81908702672547,423.76660424736576,78.32792314307657,74.20216416732566,48.946395619583804,424.69698909148946,457.0520516570745,60.973860133820004,215.41856044069206,487.40471839545893,451.84496730933444,141.47750409411645,268.99808806152123,329.1454666230053,458.6501387713611,3.443128534020623,220.14412650179395,229.57936936810947,236.3310479398915,13.192605502866384,311.70308151415804,475.41086524666434,472.52121140981006,475.2151102334028,94.48293068581998,360.66409836241786,261.0847249337842,280.51539832664434,355.20420865640665,278.95851523723763,137.9249763773273,79.2617637974683,351.10232425847136,165.1410262810149,35.90298104099349,395.4479823225582,277.31466603560995,64.95349771770076,73.20000895461799,26.178758629098574,243.99960293149215,471.57100185315284,321.64653419588956,273.1515958843663,207.67353626688646,398.2715641949704,408.87271126704127,149.37176261462486,23.694292957709695,89.2169835100875,292.126451331186,492.20244198004457,144.83906035692527,149.02921523316388,439.76229311350676,45.77188955998718,139.69671836520985,215.4023282408804,142.15385263224235,186.84869480287813,308.9507805719277,311.3615089525745,171.57920277472022,135.53245779213736,26.943082208469026,117.89746606083578,152.7088997375215,113.66686736075854,67.13106015162602,358.5915331399414,222.1677088180789,366.874920174683,437.9745021616472,67.89135011507929,219.84089418895485,305.91911732035527,251.74673004109198,133.73890363431428,236.25301876419746,67.56043242731819,445.4892250990391,327.60700337705543,305.0121247847355,13.949466370372976,105.63734413434916,428.9386004441264,143.72138280154195,475.6638677484187,465.14411496714024,235.03480869747924,183.54584814826623,297.77509255219906,167.01278919665174,435.4884611105744,496.4204223736715,370.5678214711803,190.30826416713637,291.3877048549713,275.1837842043845,48.20526589279983,263.0502402166015,35.90314596949701,496.7555897541697,126.08285947629672,101.98378194094037,166.16161229834924,226.91296580789,68.64634760529475,137.63907406350577,78.16052340141866,173.03015149458633,352.977218195128,2.7830572830681577,247.12578306598033,491.3272596796561,415.6608627825854,48.92407055211406,327.5975241692842,176.93232308622214,476.52450620228177,480.6699580833728,46.796559000965296,101.00593570222361,85.7778078989329,156.9491480262649,125.04114844647502,372.5801759509184,429.8246711319768,205.56483582627965,183.519346777534,333.69872255694924,436.6586323982764,357.9968937871238,415.3359902217145,196.57014797341748,496.1326844188451,399.40622423869723,365.97151912682216,209.8077218320621,427.3278875407965,205.955208168054,308.8415946110111,64.86951259475116,186.73905842527887,319.53194086345457,76.24012880303816,52.09949907303712,447.32946795574173,278.093150269607,218.76263151652398,74.99429223359726,255.9594912826462,49.637673224486534,22.915325419253286,19.433045953474725,408.6847201345002,301.48067796256794,185.6989477994257,5.882387010794354,477.95847841233626,448.0006578092939,185.9494094643198,4.284469789897882,27.496242668286598,469.1104822092538,451.9911933664683,37.97049042878331,408.78821253483534,421.31827194999164,269.81308474544926,241.15167915812623,332.3323947621756,397.9109634428579,480.47186635293986,303.54303044442514,278.12161112855756,119.20754257422955,48.467613681062836,243.05062239478227,329.81498535991824,31.846348468051787,286.9807012386551,349.93669229390247,194.9165071383543,399.53793359383883,406.0363646095772,411.59717018595813,362.0159216356324,449.8758279185208,142.08107050898954,341.5334848462741,197.04267505266986,107.25894970499333,444.46055530064035,302.50395628386696,418.4510872942406,250.57618307946032,498.3079913607932,73.34516460829488,120.93583396845509,487.8359427040093,24.87047682765975,272.7441420104517,194.45346310362882,196.71520183409413,415.3837510434337,63.09366442144426,429.63742098167245,425.86229725571906,117.0862057937303,340.8958067658128,387.499063307715,387.9234838452826,310.64600529035033,62.10694660246213,381.10156494631156,88.50604490255859,408.9864682711033,50.8874360125372,100.9065548156009,434.393410832366,121.60007290223152,276.83263586282726,251.06946649556966,300.1253885164207,185.6534639429196,57.762641129965765,97.2298768929693,493.8928146394611,229.7450751726154,105.76225873132877,355.0598307246148,291.71838352729685,216.1455327070681,457.4817320443418,83.46523836307385,487.62284805641036,27.171287811507682,440.0335085387629,444.966232511341,137.4758984446202,143.8631354670537,439.6034508063257,290.558165163925,125.73017333667829,467.0313230123326,216.31393279110455,204.4554688420377,111.31160772716458,408.3061190154102,470.480819929767,73.61597189593977,2.552255746950116,440.2664337897966,163.5717426527139,58.724599788939294,100.38478236586384,123.74456651026611,114.72849907972399,489.6484432700583,488.08290148119625,135.6904265821649,131.61519690853163,76.80484364869233,252.66995598875135,278.40502903513976,411.47625957749625,305.4636496751482,206.16155886671473,101.30454024473067,150.58182519880546,208.198137854828,327.95231123390016,17.675198393216906,476.88802318542787,323.5726563989403,7.238019295661646,456.94438043757026,418.56806291311125,453.1984797494971,320.7390425956155,466.96598020052073,152.7030637722459,466.0204833783673,214.55659802525128,482.33854165252416,308.95457664929427,286.01622978169706,491.5882918471002,155.3320836663793,349.114629751059,178.4292520996439,75.99907871372031,241.15325531561936,473.040657402103,457.80397057743204,140.10368092749925,192.40747824060577,84.51206562979108,292.8327864153323,83.1855814797437,344.1689883860589,14.199359183934224,11.200085272100868,114.21263830312483,15.802759449313864,380.0489669750702,444.5973728364207,131.58089948955748,83.03155388848033,127.29748809999364,200.9454507775923,333.83998421907756,76.53109656911788,187.48705067657923,311.7028253237621,433.95125664118086,71.2117454748698,68.095608219496,22.715197759959004,209.39358411865626,494.0586740691744,67.8911316392415,234.66412054684866,449.4192931486921,438.6358817280366,235.6661991750017,162.53403309908316,240.9620039831048,404.35463542031954,4.204433296868871,417.5976275989888,159.47870698240007,138.87952220498346,119.00230706796228,258.62385552690273,349.02449862115407,14.051337713196165,73.46698165374832,316.5016142911911,125.44430311383815,399.83442734398295,443.1598233320769,256.9283973569773,139.9391921262137,252.6510372917592,263.5043848753711,289.42543419363085,444.18741835266957,335.03120799132535,328.15342952122774,181.62985289284683,83.82359491637415,93.892746713732,409.48722818357476,406.58506367191274,309.945739312149,488.97355439498824,352.834515181337,94.61400228172306,121.26814867825641,213.64360093871377,186.76588694117552,198.69349533486508,222.33356376218023,447.724969118422,197.00523162604216,461.7274026142919,37.82688518944832,372.58822281548885,225.68084618294859,9.690616309306455,236.77299895031018,383.8915237297332,35.95795809539126,406.9201320913268,174.4476768566316,134.99350942445886,12.64424745794851,158.86966584161698,495.6897046832492,227.51761792029663,449.6563474542316,238.36735837809954,279.1184380164631,230.59438946830673,33.63037884427761,273.84114672046024,155.0818313816156,6.663243137503494,59.846744093340234,268.6613616249523,8.432261114245055,429.30065142837725,419.90233657362506,305.75151115610464,460.0843955853124,181.97505287655497,470.56037375348393,238.98788631284873,45.09067846722864,469.3365274100727,268.74236312138964,0.3556203022437865,264.84957038330873,80.59780921639947,233.52017281935085,441.9426063921238,382.2990758980281,267.7319037664233,444.8419121203496,43.18353152852489,201.8334189031704,131.62721965666603,206.37051571758641,328.4729689335569,488.84554016970236,491.80573017399456,340.4398814442714,197.3075140158357,12.606479695279171,453.9121576039616,215.71054223620672,217.51832820624173,429.903892516088,195.61826892105606,84.05772989398791,63.236613507630764,6.112474829054026,229.09049481845466,113.66696000923326,199.8204882197997,406.29497915578355,353.98579075507547,172.75143481451994,335.3333526713701,445.85611860257455,112.74945496924077,231.86298023341612,122.6650706541415,233.33989208341737,425.80070020888405,280.9355562807981,233.7954273456344,149.6818166790037,454.69593088589323,254.9608700786657,205.0684757790316,265.8671258738147,406.72660758054894,225.1145783789952,16.713250902052724,317.4843156914367,307.1363073213783,375.5801339771116,310.30217459759973,236.46089282945192,60.671310695425476,484.4379285582955,342.08875160627673,259.4977591417412,93.59154409312399,295.40167763691005,490.5260364627966,265.8269197167696,67.16995753495164,151.62862089579977,32.077511413601265,137.6676952146007,268.98277251146794,296.6488311495018,424.5699004376418,357.59166512849066,287.63816208178866,52.946772655274586,406.15949611570295,44.64330054309518,388.4923548254415,368.2977079133537,214.9118137494176,55.976573056677026,488.35481541913765,300.4225708709932,394.6166143870049,41.365991422195656,463.76038087931107,345.28948546351756,28.26882212173881,133.44269252147416,473.0412389938994,63.408422105105885,435.25235751272845,252.856625652651,202.46824642219264,422.335233366329,35.14115057569372,73.70967716235293,89.01225547454095,454.3364780334073,475.2258829328609,388.65478545761135,281.53105472836035,159.18292564076165,251.25114257105324,282.2294560398618,176.12796650871005,472.8140308597747,297.1770723775329,87.3611379176576,120.62203865950055,367.5380606947535,251.2621037773352,62.87252268469912,183.30806773903768,83.68443492340388,478.1500281528963,465.38569825347867,239.81730648268297,292.741775286838,67.42806881053659,492.80174093404463,417.67294833140943,430.2680954053686,91.57066676276759,251.8963098400976,135.12343389785997,249.44160982882335,230.08132952270367,92.89575266477362,73.02172881712116,198.1886247802714,77.88760707928566,74.656348594557,28.964553274583526,486.9354323765751,412.37189140405144,317.006868406459,35.644937272419575,24.277065502614047,418.0938801387112,376.78702317965553,252.00941057637544,299.32079789309824,89.30283188887373,384.41160469652635,14.825318563635225,460.4628620237369,302.33944223599343,130.69363436024423,361.4201903807818,467.39393922045434,226.64256659012233,169.8562816236181,89.2197844423151,335.7176609807695,152.6973096948273,203.70982458719106,482.33534345786177,459.36515940899193,317.04235571056836,458.39739407205576,247.29251403925377,392.0320200571308,380.0124587799307,378.5560962759975,435.5769484843802,398.50540461203605,182.98618367241082,257.0071550526405,215.8847732081528,174.94974332409257,138.08246928413155,391.4329057437973,205.87968471122514,411.8144546876728,361.381382458264,325.5689313536502,329.013951161954,223.52255363944423,262.0283736473331,372.14213048910915,95.1924149965186,104.12700645530698,443.54090429141814,382.0477596674096,158.74625864729697,335.0410293313265,160.81518762980974,469.16464630081504,336.84942985137303,363.1189754329456,147.85420514310883,273.6012006677291,351.41954910565795,425.4954327651149,162.4023970809106,282.56558092996374,453.72888669573496,191.31738779791368,421.43238718836056,358.584094996845,459.44232535318,18.709917282654697,188.7019738221799,353.9280692291472,362.276478650376,476.95449327273593,411.5507076827996,176.34050327900442,192.40054880928986,452.47169272288556,421.1634632612457,305.15170569532825,395.4502399033153,86.16164333107096,381.63387503556896,219.59568721831695,292.38071575836784,154.1975280861944,16.41711627928527,484.10969359727335,101.59780528331646,81.89365059839315,333.1892288010486,327.7154858722542,437.28512878679544,341.0138919758029,105.61491622007169,269.9970037042349,331.92186195400035,226.95762366276978,250.9621339080163,104.58337211512897,178.95835264549032,35.916033854107354,263.5866938069904,140.8582794747641,492.4894968306635,362.0289293242378,33.31521089703704,388.61666103858323,421.9757756560669,43.37902407927352,453.05465459114004,153.56520854150324,444.43064319662017,326.91365178190006,314.96639840899735,137.77785197617288,443.9724342713296,430.2863170457477,298.8382543313171,156.67420113971608,311.29520639770334,28.129709125956694,443.34679669701234,393.26176248952623,70.48488062998048,201.19829114975533,242.2489913276964,65.90603682971275,437.8091851999671,342.6129524611468,345.67857551748773,242.1246083947139,436.16640197859635,184.78763625575073,340.9713429150234,50.884234521311576,178.62845566163344,280.76855273342477,176.60884136861165,350.1528519315772,205.1745996233456,46.6106730609267,32.57324692651659,286.89620379938253,326.86445452210546,285.1786217469119,456.50754283291957,409.72711301344765,441.8610660501911,453.8876618770647,323.0659436099967,426.79991844073487,271.78969100098277,93.12374559448416,456.67807021443195,103.26324128690439,429.38780000411845,165.44943486627218,259.0777354340772,369.97408617961423,205.58586471977335,449.1492502980654,13.270410921084718,181.1023703195584,365.5982209370681,155.3209675788507,273.86485520205343,283.2985621782387,202.1122758888675,480.735548256289,287.25593971537245,314.36058261695143,213.9273933765946,321.9030924505662,56.28633473130945,4.815017829696677,295.18218114817694,300.5788704195005,323.171333065158,99.14337280644042,471.91020502881645,4.130235002116123,102.10631599929786,147.76234986452315,422.26770325924974,364.31049665581236,201.74861735877886,57.0166767936347,340.57591489796545,125.37433790803465,141.9600661400056,186.0109338772335,478.69083144002315,305.0829275013204,362.86121266392666,242.19585184215754,58.25043623283332,193.22782318214436,447.9645004338742,95.4834318838348,395.1375196159112,46.498404504496825,328.73377152280887,456.9201228356853,367.6658475782996,429.70232075830944,248.9035383445929,207.74425583314067,176.8365084533053,106.50452840772806,117.0344813082289,329.50066265830833,23.22924119014419,20.948977347011343,349.30484038588133,210.2438853809213,367.71916662909393,450.9679358470077,475.09175361562444,384.1544693508628,68.61053828141273,272.74826607394516,257.1223890039798,177.53423448413335,452.5631277272534,56.51517704450454,342.0248549466564,12.05203555681489,410.98439721723287,321.70498429084677,425.65850461891273,439.16498592824007,230.35247163231753,478.1681648377227,30.896187838969357,489.80598221028066,428.4674861949776,210.96584031115756,78.20896425973633,193.76168781805657,256.3305684003449,448.5897859570183,437.4771286550104,155.5476983643953,496.03967965467524,107.78632140015237,493.05302674880414,62.62677187360877,163.54688945055878,85.09668476879662,62.546879383844235,302.2713990962204,311.38157381057385,353.5837893268698,427.75733511558053,448.44229053793714,498.22845539248874,205.92921777800981,427.6370312321672,25.594755107072597,104.14116348407049,86.22203469646911,57.24673837229888,302.3615693626049,319.0611178262148,419.9411248439044,161.6697234237589,136.90386721721887,23.538455116358158,160.82652200171128,494.1820462063218,419.5421214833295,368.43241679444844,2.2692837546799405,78.23948840365763,41.077255325926934,61.80359845555849,453.66842676558423,494.6949810545148,70.66227422589778,391.6544894400427,299.91800023850453,302.78216444622893,193.32077552154004,67.5633220354554,487.8817983830177,218.0431201433109,388.274159365812,95.1212167582638,287.52099379809533,199.21194150000315,174.13975088761762,57.77513675072166,28.209569371079823,358.0951363838666,388.9670601297231,363.71715416489207,246.6476014477028,319.8085372729284,85.66749112669392,240.77767847513203,261.7160085175942,487.5812489609693,46.88688954697911,106.24388099741167,487.85705188894275,339.5634472729581,453.2181788697678,197.3559263952006,396.8678322394774,496.3621496645963,160.22257754576253,319.21621411547045,290.38480480640516,475.4590654075736,17.776675125897423,146.83443409282376,151.91278310323503,438.541255055619,90.47867820737282,212.66076775943327,27.3157604454346,102.2199838383181,264.24707872731545,86.22115899815164,265.80171120405384,282.3548027323,320.2201533129201,343.0560047966987,407.4874762886462,284.55437554038497,15.383726646815143,31.542679701798193,334.38976310406184,443.72741216044847,247.1337272561398,202.29440350585904,36.902678609188385,318.33810985019534,278.9021099720635,278.4107182877164,233.11002196220926,408.4085422948945,199.55013368315676,433.6475301864123,25.275832728929583,405.59354228485245,22.546824199402792,48.19296950920082,475.7044284938516,161.41025711690554,327.5541992873324,372.70234802571696,180.49510170970945,378.12719090603565,86.13407160020714,395.8262478160644,155.19988155184024,3.1313729055014727,125.02700492465257,398.95305342617013,342.1401906057083,190.44296063954752,231.62858984671908,324.0627197023513,148.44172633324575,412.07918323938327,175.50937339207294,88.45263519914471,130.34454698911975,417.16020605321097,417.77878327396064,290.4990681716976,349.30644147800325,42.20436689560847,85.27378786259965,122.33381948820221,52.029980272985945,464.9664095171818,108.1501434098895,282.2203184842046,487.53069315256437,339.11716096298437,80.05243526956195,365.96945301159695,292.52629026555513,316.81865284748847,247.13340681736778,494.72647582477066,72.90776777039676,298.59446790517575,37.494574954366925,298.9811507068811,222.44028796854255,125.73336445841387,493.8625088600918,469.1169454965726,361.6620548462944,336.09086993573965,146.2455846594138,14.577017396685598,468.2798366938806,29.951505451628336,95.67670593782651,52.97743829077367,133.48538606852566,246.40788353578864,67.61244554144896,240.35515504973515,399.5882617913287,332.7156357088316,429.124255042101,398.5873508463155,305.08498072817775,461.6482417436199,266.145803057673,247.59422113884432,406.9073888590215,421.4010849872822,264.9411259803847,463.4380594752798,29.369873171372852,155.80988289777898,372.39747002283326,302.24429643579197,12.630511794965937,181.03250328516256,71.55142768387512,257.329152547263,177.9482089154319,176.1631480295353,196.98343764490406,205.09347912608723,147.65553631042238,494.45547705275527,64.87586465005374,430.19561055764405,345.8479336058288,224.56855222186377,273.9321128395085,344.4369331486113,312.33623939198816,51.804757553986555,303.88456484483186,3.3509735564086762,131.98319612194652,421.3317578752135,94.67023523199558,360.54842529823264,16.759167554894148,178.6502916736416,121.33737374980424,206.47834398053598,277.4595423993122,471.2971498787999,139.7506057863236,108.66758754021672,14.44119816150713,201.75427002132173,240.613337108948,220.2553055905922,49.4816300381411,385.86859605087955,485.13978629209873,101.76679586182414,148.33352526431986,306.35894388126263,300.243309495701,354.2138416601549,417.76767270368197,328.10184274172013,131.38039747757867,262.08481824776635,108.3792278101442,201.1843797305081,437.4728501934524,310.1065732705107,143.8815257608508,459.6755362649911,356.3372091078624,377.9886810832436,145.84687857970252,356.707828670867,301.88793539868874,160.21778401577797,484.5904615599268,68.01922316376296,325.0718214116283,455.09305937254896,482.5915087577786,77.43159728486232,145.1713658469912,487.24356769840614,189.33586878523363,133.61312536159386,368.8225591443674,453.36242736093243,64.90975078200395,416.08939746908123,144.64572642102013,432.8037718819505,302.9491902691173,131.81039195557304,426.6118403475625,417.3513421436071,221.80166447394694,196.6428815800273,470.0720844053098,461.4141874291008,188.17171542436822,52.81218898325246,374.8196929977526,64.54343025768078,355.5098608147493,73.52618015452411,482.25134828332506,151.3203620788608,416.9467969713002,5.30097337466856,11.16738098494585,29.107699619495552,56.734841620731835,436.63093486395815,160.02931819906902,359.2661585209004,225.43961505821562,99.90306631113121,188.85373004071698,282.566704758782,360.83740121983544,214.10977920172513,58.569354349857605,142.65431719346623,147.5797527971065,122.05229667483042,242.2799078747353,460.26451584847405,176.74338784429384,296.9546778932815,308.35169904727366,316.79034335451047,24.16128693002556,250.76021675298455,115.81989027513656,216.57795834021186,286.0679456255243,270.3318675487232,303.34636712823584,373.9702398035489,262.8830383179317,316.662201817537,51.22676894720507,366.9014684214744,306.8683164206909,82.05091148314675,337.2134956598,329.4345958773725,477.9042869979457,460.43642451451564,437.6249348160845,321.5480549275517,305.7499064233645,478.3947748093201,295.0923826503752,182.27868779019923,252.68106187727085,117.54051879168459,433.03302301448036,125.42055507199935,365.51450919835196,177.97009513703367,354.1074561810732,499.55797083023856,243.34671511830962,397.4283502050898,2.3142841219095933,446.62925435397426,462.0672977898248,63.7108178502509,248.14587216575273,279.24610301813493,222.399061593065,419.8883462810262,0.021494996900683905,297.5781011792929,56.559183967173574,232.50477569480847,371.48759616661994,455.7136303254342,370.2620185880414,474.7061420263975,95.29497767583001,185.78060942206602,185.9573807926337,76.82433985935738,125.14188062814252,138.653026362968,399.03308568097634,473.72247399630345,374.92220173878894,116.37588319646241,29.23926393010251,81.07312677092831,329.7093519830542,101.00678441272431,201.2240302978015,246.03406251998172,129.26322662405016,240.47237798943212,129.69083941916858,433.7176480463099,476.42580190781683,194.58550277203724,210.52412635561663,177.9961239539999,132.25243677203875,27.01376090444957,35.44376720837861,404.3496069257129,10.750959763299928,324.42753365592273,225.23459235516557,472.44298007273886,447.7984408260957,345.80948447235056,22.308448880319855,193.19638884366302,144.10103055019835,246.78667731200372,237.5116232620964,156.65831042626797,260.52174250701245,246.9082337595949,340.96376709747034,323.53166955083304,362.38930155402994,215.91726903610166,58.90244868499755,427.4177220390857,475.62795479003387,409.41065747212315,11.753698303458847,144.5779454177144,273.9470129327991,368.9733890822178,490.46322582550005,298.65932077698614,410.7374820651409,92.5740294070439,43.60514280452077,348.9887410654761,213.0615245089752,102.38369172150513,456.87944647387155,254.29047775105772,23.30469775105737,470.3260169950913,136.1438327540097,429.99846526436755,277.98211129100554,163.6570370823091,154.32460566860667,89.58866729332127,7.169946394743221,221.37978892855398,65.70075649182638,478.915371209644,322.77726207851504,483.0471880954678,59.52980428988525,51.78912056784557,66.62325852478968,472.57292121075403,456.3094131116456,218.49228357729623,89.76526023240677,89.57762371269168,67.96915873677133,174.30661084770793,230.8287667809455,6.255417413732034,466.5000736755784,394.8179967966224,418.400804335136,434.7116510570797,486.92276513504817,440.0687491568604,483.45302806906693,182.00333412015297,306.1308993844038,388.2638892313043,474.5284502004026,330.6079057215956,179.92104736187252,41.40375277304403,200.01780071088982,285.4585854538752,91.313531039879,442.56432105711644,280.3283483830074,454.36656314669085,375.2455875964348,370.4414203953139,466.50914859083656,50.352185714960584,491.5811595128796,344.97301797094116,181.12489944097814,49.06820999599565,123.51866577674936,315.15060129970516,285.7476525057754,226.97756595858442,78.66108932456461,463.0173933646383,340.2907111484948,71.35098226003139,232.46027310226424,35.89843949799892,85.81984947366166,365.5835814010063,471.95415024495617,16.041581660911074,48.43265735057473,119.11199602229622,267.03330942229337,17.27673914415917,239.45744904801995,287.4982429898472,173.88340892049402,48.61210992500964,184.97554619579142,484.98546562937463,87.53672658593875,55.14469827104368,447.4014856242004,1.3561165603969139,59.02999450361052,6.211004316618696,164.00017283932533,15.241694774898452,411.1066507377476,168.87900040764643,91.59555356000176,87.11625433739306,297.32888161235087,107.72636869838948,469.22167814052625,347.5572288639731,325.99465759133597,337.21243601477573,149.56725684429694,470.6101241491479,62.6180337812004,138.17398572103977,12.979089001091515,139.2577458907856,52.01342599989351,410.6273975380622,472.0605530046723,163.10484130820325,401.8421930567356,143.85805344804166,441.5870744247542,463.93704800867437,435.1645997284129,61.19673774543388,146.7933699876427,115.71115760286787,471.0886528982966,203.67174007072703,4.245902860308293,218.12393230226868,326.561465687064,254.79446639672216,366.0114615546553,195.9033288752506,155.1527563731746,124.54236945868786,430.70109457321274,122.65813062465358,182.3429641082061,46.48246235127257,498.9464731244662,419.900277756149,85.66926283716103,411.76248388466473,349.9436840554323,165.0943749122029,0.1068565392652876,10.615142756513707,378.3773880718745,130.43739871098597,14.369761973239136,486.73153497527494,93.76171626980268,13.95437870627636,301.09733099407435,20.00517211377667,405.8149984047775,46.72033277046916,243.7012620618454,226.58383924044657,462.86525999472104,231.18507338636078,178.3727639869439,250.37831874369982,446.06019181020145,343.1777535798807,211.88728787242366,404.94664787318055,402.90453091971034,246.29924574966782,416.6971773529312,466.16533739118285,268.3693490568662,440.6064611462165,28.355922121953814,18.829497147560325,274.024564748741,186.66005071162195,12.406052761187226,422.81798024206944,96.55914083074218,12.78438055507064,386.062899090682,184.8935426399349,308.6642375541387,247.93046954208154,4.182168146784182,262.96917729001865,332.86695036836255,42.56875061081372,245.83800209792795,53.334172152691316,151.22345215687417,21.44868634395375,463.2241023279398,462.32160501814263,125.61194239670681,115.14023903422627,267.19751017360954,405.3439435090177,74.1744539857765,334.566133131764,218.19252966047975,65.297079349727,267.52372973023387,335.3343943181637,108.16405602241558,410.51825891386204,19.63703493587704,267.1057968866405,232.08530199419053,37.46039610497787,22.623117450891684,427.27504456654225,19.00100213635747,356.2836281635684,497.7331155626239,180.1560221986645,365.7788641827871,391.0292695986212,216.93783959636838,345.6921279000278,162.85676138937328,125.97216075358625,226.59613214580298,4.1740484113982905,65.50099188185577,333.19528797089004,236.75781991298024,490.7377461100098,77.68958694033878,427.6813987879625,410.15004806207895,167.8823112167215,176.35155133175869,443.6533553120409,428.8989226776124,28.491051013067647,350.0670586532476,387.0862761478026,71.156636783342,10.638141444143379,293.2132061953533,302.5381747175717,469.4601137722415,119.64297856657163,222.1727143442726,367.2993595065343,312.4943357629312,475.42512106342116,445.45200331016986,485.13372390729876,293.8129990544021,408.0226706468494,341.5792211034997,109.67550910771423,158.71591918025314,321.3721276692177,324.4702644491449,305.3647518590245,414.51752925185536,165.2598915412461,253.5730547465173,279.7354193574481,85.54749396676148,177.1301463189534,334.43481379298186,145.066242111284,100.20507100472132,199.5510547994449,372.17009078009687,367.84157161546483,272.46152246137876]} diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/runner.jl b/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/runner.jl index d19e7f175c0a..f42ed7c4de89 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/runner.jl +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/runner.jl @@ -40,7 +40,7 @@ julia> gen( x, y, \"data.json\" ); function gen( x, y, name ) z = Array{Float32}( undef, length(x) ); for i in eachindex(x) - z[ i ] = atan2f.( y[i], x[i] ); + z[ i ] = atan.( y[i], x[i] ); end # Store data to be written to file as a collection: From 93fbc17400cc0026dd48e3a730b23e46e3b3e37f Mon Sep 17 00:00:00 2001 From: Neerajpathak07 Date: Sun, 23 Feb 2025 11:12:26 +0530 Subject: [PATCH 24/28] chore: update benchmark --- .../special/atan2f/benchmark/benchmark.js | 9 +++--- .../atan2f/benchmark/benchmark.native.js | 9 +++--- .../atan2f/benchmark/c/native/benchmark.c | 13 ++++---- .../math/base/special/atan2f/lib/main.js | 14 ++++----- .../math/base/special/atan2f/lib/native.js | 22 ++++++++++++-- .../math/base/special/atan2f/manifest.json | 6 ---- .../math/base/special/atan2f/src/main.c | 10 +++---- .../math/base/special/atan2f/test/test.js | 30 +++++++++---------- .../base/special/atan2f/test/test.native.js | 28 ++++++++--------- 9 files changed, 74 insertions(+), 67 deletions(-) diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.js b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.js index 85dd6ad7e2ce..865af304abad 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.js @@ -21,7 +21,7 @@ // MODULES // var bench = require( '@stdlib/bench' ); -var randu = require( '@stdlib/random/base/randu' ); +var uniform = require( '@stdlib/random/array/uniform' ); var isnanf = require( '@stdlib/math/base/assert/is-nanf' ); var atan2f = require( '@stdlib/math/base/special/atan2f' ); var pkg = require( './../package.json' ).name; @@ -35,11 +35,12 @@ bench( pkg, function benchmark( b ) { var z; var i; + x = uniform( 100, 0.0, 100 ); + y = uniform( 100, 0.0, 100 ); + b.tic(); for ( i = 0; i < b.iterations; i++ ) { - x = ( randu()*100.0 ) - 0.0; - y = ( randu()*100.0 ) - 0.0; - z = atan2f( x, y ); + z = atan2f( x[ i % x.length ], y[ i % y.length ] ); if ( isnanf( z ) ) { b.fail( 'should not return NaN' ); } diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.native.js b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.native.js index e5613fccbe10..40925e2e1aed 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.native.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.native.js @@ -22,7 +22,7 @@ var resolve = require( 'path' ).resolve; var bench = require( '@stdlib/bench' ); -var randu = require( '@stdlib/random/base/randu' ); +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; @@ -44,11 +44,12 @@ bench( pkg+'::native', opts, function benchmark( b ) { var z; var i; + x = uniform( 100, 0.0, 100 ); + y = uniform( 100, 0.0, 100 ); + b.tic(); for ( i = 0; i < b.iterations; i++ ) { - x = ( randu()*100.0 ) - 0.0; - y = ( randu()*100.0 ) - 0.0; - z = atan2f( y, x ); + z = atan2f( x[ i % x.length ], y[ i % y.length ] ); if ( isnanf( z ) ) { b.fail( 'should not return NaN' ); } diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/c/native/benchmark.c b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/c/native/benchmark.c index 6dbf6c93624a..4ecb8ecf239b 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/c/native/benchmark.c +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/c/native/benchmark.c @@ -91,17 +91,20 @@ static float rand_float( void ) { */ static double benchmark( void ) { double elapsed; - float x; - float y; + float x[ 100 ]; + float y[ 100 ]; float z; double t; int i; + for ( i = 0; i < 100; i++ ) { + x[ i ] = ( 100.0f * rand_float() ) - 0.0f; + y[ i ] = ( 100.0f * rand_float() ) - 0.0f; + } + t = tic(); for ( i = 0; i < ITERATIONS; i++ ) { - x = ( 100.0f * rand_float() ) - 0.0f; - y = ( 100.0f * rand_float() ) - 0.0f; - z = stdlib_base_atan2f( y, x ); + z = stdlib_base_atan2f( y[ i%100], x[ i%100] ); if ( z != z ) { printf( "should not return NaN\n" ); break; diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/lib/main.js b/lib/node_modules/@stdlib/math/base/special/atan2f/lib/main.js index c63575305e89..f4f86faa79b8 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/lib/main.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/lib/main.js @@ -62,8 +62,6 @@ var atanf = require( '@stdlib/math/base/special/atanf' ); var signbitf = require( '@stdlib/number/float32/base/signbit' ); var PINF = require( '@stdlib/constants/float32/pinf' ); var NINF = require( '@stdlib/constants/float32/ninf' ); -var PI02F = require( '@stdlib/constants/float32/half-pi' ); -var PI04F = require( '@stdlib/constants/float32/fourth-pi' ); var PI = require( '@stdlib/constants/float32/pi' ); @@ -116,26 +114,26 @@ function atan2f( y, x ) { if ( isinfinitef( x ) ) { if ( x === PINF ) { if ( isinfinitef( y ) ) { - return copysignf( PI04F, y ); + return copysignf( PI/4.0, y ); } return copysignf( 0.0, y ); } // Case: -x = y = +infinity if ( x === NINF && y === PINF ) { - return 3.0 * PI04F; // 3π/4 + return 3.0 * PI/4.0; // 3π/4 } // Case: x = y = -infinity if ( x === NINF && y === NINF ) { - return -3.0 * PI04F; // -3π/4 + return -3.0 * PI/4.0; // -3π/4 } // Case: x is -Infinity if ( isinfinitef( y ) ) { - return copysignf( 3.0 * PI04F, y ); + return copysignf( 3.0 * PI/4.0, y ); } return copysignf( PI, y ); } if ( isinfinitef( y ) ) { - return copysignf( PI02F, y ); + return copysignf( PI/2.0, y ); } if ( y === 0.0 ) { if ( x >= 0.0 && !signbitf( x ) ) { @@ -144,7 +142,7 @@ function atan2f( y, x ) { return copysignf( PI, y ); } if ( x === 0.0 ) { - return copysignf( PI02F, y ); + return copysignf( PI/2.0, y ); } q = atanf( y / x ); if ( x < 0.0 ) { diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/lib/native.js b/lib/node_modules/@stdlib/math/base/special/atan2f/lib/native.js index 3d3280ace516..c7b9cfcec442 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/lib/native.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/lib/native.js @@ -35,15 +35,31 @@ var addon = require( './../src/addon.node' ); * // returns ~0.785 * * @example -* v = atan2f( 6.0, 2.0 ); // => atanf(3.0) +* var v = atan2f( 6.0, 2.0 ); // => atanf(3.0) * // returns ~1.249 * * @example -* v = atan2f( 3.0, 0.0 ); // => π/2 +* var v = atan2f( -1.0, -1.0 ); // => atanf(1.0) - π +* // returns ~-2.356 +* +* @example +* var v = atan2f( 3.0, 0.0 ); // => π/2 * // returns ~1.571 * * @example -* v = atan2f( 3.0, NaN ); +* var v = atan2f( -2.0, 0.0 ); // => -π/2 +* // returns ~-1.571 +* +* @example +* var v = atan2f( 0.0, 0.0 ); +* // returns 0.0 +* +* @example +* var v = atan2f( 3.0, NaN ); +* // returns NaN +* +* @example +* var v = atan2f( NaN, 2.0 ); * // returns NaN */ function atan2f( y, x ) { diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/manifest.json b/lib/node_modules/@stdlib/math/base/special/atan2f/manifest.json index 92fda3144d05..ef219691e640 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/manifest.json +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/manifest.json @@ -42,8 +42,6 @@ "@stdlib/number/float32/base/signbit", "@stdlib/math/base/assert/is-nanf", "@stdlib/math/base/special/atanf", - "@stdlib/constants/float32/half-pi", - "@stdlib/constants/float32/fourth-pi", "@stdlib/constants/float32/pinf", "@stdlib/constants/float32/ninf", "@stdlib/constants/float32/pi" @@ -65,8 +63,6 @@ "@stdlib/number/float32/base/signbit", "@stdlib/math/base/assert/is-nanf", "@stdlib/math/base/special/atanf", - "@stdlib/constants/float32/half-pi", - "@stdlib/constants/float32/fourth-pi", "@stdlib/constants/float32/pinf", "@stdlib/constants/float32/ninf", "@stdlib/constants/float32/pi" @@ -88,8 +84,6 @@ "@stdlib/number/float32/base/signbit", "@stdlib/math/base/assert/is-nanf", "@stdlib/math/base/special/atanf", - "@stdlib/constants/float32/half-pi", - "@stdlib/constants/float32/fourth-pi", "@stdlib/constants/float32/pinf", "@stdlib/constants/float32/ninf", "@stdlib/constants/float32/pi" diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c b/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c index 18d0cf8d5f28..2caae8a8fc61 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c @@ -36,8 +36,6 @@ #include "stdlib/number/float32/base/signbit.h" #include "stdlib/math/base/assert/is_nanf.h" #include "stdlib/math/base/special/atanf.h" -#include "stdlib/constants/float32/half_pi.h" -#include "stdlib/constants/float32/fourth_pi.h" #include "stdlib/constants/float32/pinf.h" #include "stdlib/constants/float32/ninf.h" #include "stdlib/constants/float32/pi.h" @@ -91,18 +89,18 @@ float stdlib_base_atan2f( const float y, const float x ) { if ( stdlib_base_is_infinitef( x ) ) { if ( x == STDLIB_CONSTANT_FLOAT32_PINF ) { if ( stdlib_base_is_infinitef( y ) ) { - return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT32_FOURTH_PI, y ); + return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT32_PI / 4.0f, y ); } return stdlib_base_copysignf( 0.0f, y ); } // case x is -Infinity if ( stdlib_base_is_infinitef( y ) ) { - return stdlib_base_copysignf( 3.0f * STDLIB_CONSTANT_FLOAT32_FOURTH_PI, y ); + return stdlib_base_copysignf( 3.0f * STDLIB_CONSTANT_FLOAT32_PI / 4.0f, y ); } return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT32_PI, y ); } if ( stdlib_base_is_infinitef( y ) ) { - return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT32_HALF_PI, y ); + return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT32_PI / 2.0f, y ); } if ( y == 0.0f ) { if ( x >= 0.0f && !stdlib_base_float32_signbit( x ) ) { @@ -111,7 +109,7 @@ float stdlib_base_atan2f( const float y, const float x ) { return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT32_PI, y ); } if ( x == 0.0f ) { - return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT32_HALF_PI, y ); + return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT32_PI / 2.0f, y ); } q = stdlib_base_atanf( y / x ); if ( x < 0.0f ) { diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.js b/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.js index d2f593e4a491..3e0592fa1196 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.js @@ -28,8 +28,6 @@ var absf = require( '@stdlib/math/base/special/absf' ); var EPS = require( '@stdlib/constants/float32/eps' ); var PINF = require( '@stdlib/constants/float32/pinf' ); var NINF = require( '@stdlib/constants/float32/ninf' ); -var PI02F = require( '@stdlib/constants/float32/half-pi' ); -var PI04F = require( '@stdlib/constants/float32/fourth-pi' ); var PI = require( '@stdlib/constants/float32/pi' ); var atan2f = require( './../lib' ); @@ -97,22 +95,22 @@ tape( 'the function returns `-PI` if provided `y = -0.0` and `x <= -0.0`', funct }); tape( 'the function returns `+PI/4` if provided `x = y = +infinity`', function test( t ) { - t.equal( atan2f( PINF, PINF ), +PI04F, 'returns +PI/4' ); + t.equal( atan2f( PINF, PINF ), +PI/4.0, 'returns +PI/4' ); t.end(); }); tape( 'the function returns `-PI/4` if provided `x = -y = +infinity`', function test( t ) { - t.equal( atan2f( NINF, PINF ), -PI04F, 'returns -PI/4' ); + t.equal( atan2f( NINF, PINF ), -PI/4.0, 'returns -PI/4' ); t.end(); }); tape( 'the function returns `*3*PI/4` if provided `-x = y = +infinity`', function test( t ) { - t.equal( atan2f( PINF, NINF ), +3.0*PI04F, 'returns +3*PI/4' ); + t.equal( atan2f( PINF, NINF ), +3.0*PI/4.0, 'returns +3*PI/4' ); t.end(); }); tape( 'the function returns `-3*PI/4` if provided `x = y = -infinity`', function test( t ) { - t.equal( atan2f( NINF, NINF ), -3.0*PI04F, 'returns -3*PI/4' ); + t.equal( atan2f( NINF, NINF ), -3.0*PI/4.0, 'returns -3*PI/4' ); t.end(); }); @@ -145,23 +143,23 @@ tape( 'the function returns `+PI/2` when `y = +infinity`', function test( t ) { }); tape( 'the function returns `-PI/2` when `y = -infinity`', function test( t ) { - t.equal( atan2f( NINF, -1.0 ), -PI02F, 'returns -PI/2' ); - t.equal( atan2f( NINF, 0.0 ), -PI02F, 'returns -PI/2' ); - t.equal( atan2f( NINF, 2.0 ), -PI02F, 'returns -PI/2' ); + t.equal( atan2f( NINF, -1.0 ), -PI/2.0, 'returns -PI/2' ); + t.equal( atan2f( NINF, 0.0 ), -PI/2.0, 'returns -PI/2' ); + t.equal( atan2f( NINF, 2.0 ), -PI/2.0, 'returns -PI/2' ); t.end(); }); tape( 'the function returns `PI/2` if provided a positive `y` and `x=0`', function test( t ) { - t.equal( atan2f( 2.0, 0.0 ), PI02F, 'returns PI/2' ); - t.equal( atan2f( 1.0, 0.0 ), PI02F, 'returns PI/2' ); - t.equal( atan2f( 0.5, 0.0 ), PI02F, 'returns PI/2' ); + t.equal( atan2f( 2.0, 0.0 ), PI/2.0, 'returns PI/2' ); + t.equal( atan2f( 1.0, 0.0 ), PI/2.0, 'returns PI/2' ); + t.equal( atan2f( 0.5, 0.0 ), PI/2.0, 'returns PI/2' ); t.end(); }); tape( 'the function returns `-PI/2` if provided a negative `y` and `x=0`', function test( t ) { - t.equal( atan2f( -2.0, 0.0 ), -PI02F, 'returns PI/2' ); - t.equal( atan2f( -1.0, 0.0 ), -PI02F, 'returns PI/2' ); - t.equal( atan2f( -0.5, 0.0 ), -PI02F, 'returns PI/2' ); + t.equal( atan2f( -2.0, 0.0 ), -PI/2.0, 'returns PI/2' ); + t.equal( atan2f( -1.0, 0.0 ), -PI/2.0, 'returns PI/2' ); + t.equal( atan2f( -0.5, 0.0 ), -PI/2.0, 'returns PI/2' ); t.end(); }); @@ -179,7 +177,7 @@ tape( 'the function evaluates the `atan2f` function (when x and y are positive)' for ( i = 0; i < x.length; i++ ) { actual = atan2f( y[i], x[i] ); delta = absf( actual - expected[i] ); - tol = 2.0 * EPS * absf( expected[i] ); + tol = 3.0 * EPS * absf( expected[i] ); t.equal( delta <= tol, true, 'within tolerance. y: '+y[i]+'. x: '+x[i]+'. Actual: '+actual+'. E: '+expected[i]+'. tol: '+tol+'. Δ: '+delta+'.' ); } t.end(); diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.native.js b/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.native.js index 248e7eebf3a3..543e0e2dffa8 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.native.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.native.js @@ -30,8 +30,6 @@ var tryRequire = require( '@stdlib/utils/try-require' ); var EPS = require( '@stdlib/constants/float32/eps' ); var PINF = require( '@stdlib/constants/float32/pinf' ); var NINF = require( '@stdlib/constants/float32/ninf' ); -var PI02F = require( '@stdlib/constants/float32/half-pi' ); -var PI04F = require( '@stdlib/constants/float32/fourth-pi' ); var PI = require( '@stdlib/constants/float32/pi' ); @@ -106,22 +104,22 @@ tape( 'the function returns `-PI` if provided `y = -0.0` and `x <= -0.0`', opts, }); tape( 'the function returns `+PI/4` if provided `x = y = +infinity`', opts, function test( t ) { - t.equal( atan2f( PINF, PINF ), +PI04F, 'returns +PI/4' ); + t.equal( atan2f( PINF, PINF ), +PI/4.0, 'returns +PI/4' ); t.end(); }); tape( 'the function returns `-PI/4` if provided `x = -y = +infinity`', opts, function test( t ) { - t.equal( atan2f( NINF, PINF ), -PI04F, 'returns -PI/4' ); + t.equal( atan2f( NINF, PINF ), -PI/4.0, 'returns -PI/4' ); t.end(); }); tape( 'the function returns `*3*PI/4` if provided `-x = y = +infinity`', opts, function test( t ) { - t.equal( atan2f( PINF, NINF ), +3.0*PI04F, 'returns +3*PI/4' ); + t.equal( atan2f( PINF, NINF ), +3.0*PI/4.0, 'returns +3*PI/4' ); t.end(); }); tape( 'the function returns `-3*PI/4` if provided `x = y = -infinity`', opts, function test( t ) { - t.equal( atan2f( NINF, NINF ), -3.0*PI04F, 'returns -3*PI/4' ); + t.equal( atan2f( NINF, NINF ), -3.0*PI/4.0, 'returns -3*PI/4' ); t.end(); }); @@ -154,23 +152,23 @@ tape( 'the function returns `+PI/2` when `y = +infinity`', opts, function test( }); tape( 'the function returns `-PI/2` when `y = -infinity`', opts, function test( t ) { - t.equal( atan2f( NINF, -1.0 ), -PI02F, 'returns -PI/2' ); - t.equal( atan2f( NINF, 0.0 ), -PI02F, 'returns -PI/2' ); - t.equal( atan2f( NINF, 2.0 ), -PI02F, 'returns -PI/2' ); + t.equal( atan2f( NINF, -1.0 ), -PI/2.0, 'returns -PI/2' ); + t.equal( atan2f( NINF, 0.0 ), -PI/2.0, 'returns -PI/2' ); + t.equal( atan2f( NINF, 2.0 ), -PI/2.0, 'returns -PI/2' ); t.end(); }); tape( 'the function returns `PI/2` if provided a positive `y` and `x=0`', opts, function test( t ) { - t.equal( atan2f( 2.0, 0.0 ), PI02F, 'returns PI/2' ); - t.equal( atan2f( 1.0, 0.0 ), PI02F, 'returns PI/2' ); - t.equal( atan2f( 0.5, 0.0 ), PI02F, 'returns PI/2' ); + t.equal( atan2f( 2.0, 0.0 ), PI/2.0, 'returns PI/2' ); + t.equal( atan2f( 1.0, 0.0 ), PI/2.0, 'returns PI/2' ); + t.equal( atan2f( 0.5, 0.0 ), PI/2.0, 'returns PI/2' ); t.end(); }); tape( 'the function returns `-PI/2` if provided a negative `y` and `x=0`', opts, function test( t ) { - t.equal( atan2f( -2.0, 0.0 ), -PI02F, 'returns PI/2' ); - t.equal( atan2f( -1.0, 0.0 ), -PI02F, 'returns PI/2' ); - t.equal( atan2f( -0.5, 0.0 ), -PI02F, 'returns PI/2' ); + t.equal( atan2f( -2.0, 0.0 ), -PI/2.0, 'returns PI/2' ); + t.equal( atan2f( -1.0, 0.0 ), -PI/2.0, 'returns PI/2' ); + t.equal( atan2f( -0.5, 0.0 ), -PI/2.0, 'returns PI/2' ); t.end(); }); From f6611fde1f16695a90f4074d4b735eed691be80e Mon Sep 17 00:00:00 2001 From: Neerajpathak07 Date: Sun, 23 Feb 2025 11:12:26 +0530 Subject: [PATCH 25/28] chore: update benchmark --- type: pre_push_report description: Results of running various checks prior to pushing changes. report: --- --- .../special/atan2f/benchmark/benchmark.js | 9 +++--- .../atan2f/benchmark/benchmark.native.js | 9 +++--- .../atan2f/benchmark/c/native/benchmark.c | 13 ++++---- .../math/base/special/atan2f/lib/main.js | 14 ++++----- .../math/base/special/atan2f/lib/native.js | 22 ++++++++++++-- .../math/base/special/atan2f/manifest.json | 6 ---- .../math/base/special/atan2f/src/main.c | 10 +++---- .../math/base/special/atan2f/test/test.js | 30 +++++++++---------- .../base/special/atan2f/test/test.native.js | 28 ++++++++--------- 9 files changed, 74 insertions(+), 67 deletions(-) diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.js b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.js index 85dd6ad7e2ce..865af304abad 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.js @@ -21,7 +21,7 @@ // MODULES // var bench = require( '@stdlib/bench' ); -var randu = require( '@stdlib/random/base/randu' ); +var uniform = require( '@stdlib/random/array/uniform' ); var isnanf = require( '@stdlib/math/base/assert/is-nanf' ); var atan2f = require( '@stdlib/math/base/special/atan2f' ); var pkg = require( './../package.json' ).name; @@ -35,11 +35,12 @@ bench( pkg, function benchmark( b ) { var z; var i; + x = uniform( 100, 0.0, 100 ); + y = uniform( 100, 0.0, 100 ); + b.tic(); for ( i = 0; i < b.iterations; i++ ) { - x = ( randu()*100.0 ) - 0.0; - y = ( randu()*100.0 ) - 0.0; - z = atan2f( x, y ); + z = atan2f( x[ i % x.length ], y[ i % y.length ] ); if ( isnanf( z ) ) { b.fail( 'should not return NaN' ); } diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.native.js b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.native.js index e5613fccbe10..40925e2e1aed 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.native.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.native.js @@ -22,7 +22,7 @@ var resolve = require( 'path' ).resolve; var bench = require( '@stdlib/bench' ); -var randu = require( '@stdlib/random/base/randu' ); +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; @@ -44,11 +44,12 @@ bench( pkg+'::native', opts, function benchmark( b ) { var z; var i; + x = uniform( 100, 0.0, 100 ); + y = uniform( 100, 0.0, 100 ); + b.tic(); for ( i = 0; i < b.iterations; i++ ) { - x = ( randu()*100.0 ) - 0.0; - y = ( randu()*100.0 ) - 0.0; - z = atan2f( y, x ); + z = atan2f( x[ i % x.length ], y[ i % y.length ] ); if ( isnanf( z ) ) { b.fail( 'should not return NaN' ); } diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/c/native/benchmark.c b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/c/native/benchmark.c index 6dbf6c93624a..4ecb8ecf239b 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/c/native/benchmark.c +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/c/native/benchmark.c @@ -91,17 +91,20 @@ static float rand_float( void ) { */ static double benchmark( void ) { double elapsed; - float x; - float y; + float x[ 100 ]; + float y[ 100 ]; float z; double t; int i; + for ( i = 0; i < 100; i++ ) { + x[ i ] = ( 100.0f * rand_float() ) - 0.0f; + y[ i ] = ( 100.0f * rand_float() ) - 0.0f; + } + t = tic(); for ( i = 0; i < ITERATIONS; i++ ) { - x = ( 100.0f * rand_float() ) - 0.0f; - y = ( 100.0f * rand_float() ) - 0.0f; - z = stdlib_base_atan2f( y, x ); + z = stdlib_base_atan2f( y[ i%100], x[ i%100] ); if ( z != z ) { printf( "should not return NaN\n" ); break; diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/lib/main.js b/lib/node_modules/@stdlib/math/base/special/atan2f/lib/main.js index c63575305e89..f4f86faa79b8 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/lib/main.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/lib/main.js @@ -62,8 +62,6 @@ var atanf = require( '@stdlib/math/base/special/atanf' ); var signbitf = require( '@stdlib/number/float32/base/signbit' ); var PINF = require( '@stdlib/constants/float32/pinf' ); var NINF = require( '@stdlib/constants/float32/ninf' ); -var PI02F = require( '@stdlib/constants/float32/half-pi' ); -var PI04F = require( '@stdlib/constants/float32/fourth-pi' ); var PI = require( '@stdlib/constants/float32/pi' ); @@ -116,26 +114,26 @@ function atan2f( y, x ) { if ( isinfinitef( x ) ) { if ( x === PINF ) { if ( isinfinitef( y ) ) { - return copysignf( PI04F, y ); + return copysignf( PI/4.0, y ); } return copysignf( 0.0, y ); } // Case: -x = y = +infinity if ( x === NINF && y === PINF ) { - return 3.0 * PI04F; // 3π/4 + return 3.0 * PI/4.0; // 3π/4 } // Case: x = y = -infinity if ( x === NINF && y === NINF ) { - return -3.0 * PI04F; // -3π/4 + return -3.0 * PI/4.0; // -3π/4 } // Case: x is -Infinity if ( isinfinitef( y ) ) { - return copysignf( 3.0 * PI04F, y ); + return copysignf( 3.0 * PI/4.0, y ); } return copysignf( PI, y ); } if ( isinfinitef( y ) ) { - return copysignf( PI02F, y ); + return copysignf( PI/2.0, y ); } if ( y === 0.0 ) { if ( x >= 0.0 && !signbitf( x ) ) { @@ -144,7 +142,7 @@ function atan2f( y, x ) { return copysignf( PI, y ); } if ( x === 0.0 ) { - return copysignf( PI02F, y ); + return copysignf( PI/2.0, y ); } q = atanf( y / x ); if ( x < 0.0 ) { diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/lib/native.js b/lib/node_modules/@stdlib/math/base/special/atan2f/lib/native.js index 3d3280ace516..c7b9cfcec442 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/lib/native.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/lib/native.js @@ -35,15 +35,31 @@ var addon = require( './../src/addon.node' ); * // returns ~0.785 * * @example -* v = atan2f( 6.0, 2.0 ); // => atanf(3.0) +* var v = atan2f( 6.0, 2.0 ); // => atanf(3.0) * // returns ~1.249 * * @example -* v = atan2f( 3.0, 0.0 ); // => π/2 +* var v = atan2f( -1.0, -1.0 ); // => atanf(1.0) - π +* // returns ~-2.356 +* +* @example +* var v = atan2f( 3.0, 0.0 ); // => π/2 * // returns ~1.571 * * @example -* v = atan2f( 3.0, NaN ); +* var v = atan2f( -2.0, 0.0 ); // => -π/2 +* // returns ~-1.571 +* +* @example +* var v = atan2f( 0.0, 0.0 ); +* // returns 0.0 +* +* @example +* var v = atan2f( 3.0, NaN ); +* // returns NaN +* +* @example +* var v = atan2f( NaN, 2.0 ); * // returns NaN */ function atan2f( y, x ) { diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/manifest.json b/lib/node_modules/@stdlib/math/base/special/atan2f/manifest.json index 92fda3144d05..ef219691e640 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/manifest.json +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/manifest.json @@ -42,8 +42,6 @@ "@stdlib/number/float32/base/signbit", "@stdlib/math/base/assert/is-nanf", "@stdlib/math/base/special/atanf", - "@stdlib/constants/float32/half-pi", - "@stdlib/constants/float32/fourth-pi", "@stdlib/constants/float32/pinf", "@stdlib/constants/float32/ninf", "@stdlib/constants/float32/pi" @@ -65,8 +63,6 @@ "@stdlib/number/float32/base/signbit", "@stdlib/math/base/assert/is-nanf", "@stdlib/math/base/special/atanf", - "@stdlib/constants/float32/half-pi", - "@stdlib/constants/float32/fourth-pi", "@stdlib/constants/float32/pinf", "@stdlib/constants/float32/ninf", "@stdlib/constants/float32/pi" @@ -88,8 +84,6 @@ "@stdlib/number/float32/base/signbit", "@stdlib/math/base/assert/is-nanf", "@stdlib/math/base/special/atanf", - "@stdlib/constants/float32/half-pi", - "@stdlib/constants/float32/fourth-pi", "@stdlib/constants/float32/pinf", "@stdlib/constants/float32/ninf", "@stdlib/constants/float32/pi" diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c b/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c index 18d0cf8d5f28..2caae8a8fc61 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c @@ -36,8 +36,6 @@ #include "stdlib/number/float32/base/signbit.h" #include "stdlib/math/base/assert/is_nanf.h" #include "stdlib/math/base/special/atanf.h" -#include "stdlib/constants/float32/half_pi.h" -#include "stdlib/constants/float32/fourth_pi.h" #include "stdlib/constants/float32/pinf.h" #include "stdlib/constants/float32/ninf.h" #include "stdlib/constants/float32/pi.h" @@ -91,18 +89,18 @@ float stdlib_base_atan2f( const float y, const float x ) { if ( stdlib_base_is_infinitef( x ) ) { if ( x == STDLIB_CONSTANT_FLOAT32_PINF ) { if ( stdlib_base_is_infinitef( y ) ) { - return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT32_FOURTH_PI, y ); + return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT32_PI / 4.0f, y ); } return stdlib_base_copysignf( 0.0f, y ); } // case x is -Infinity if ( stdlib_base_is_infinitef( y ) ) { - return stdlib_base_copysignf( 3.0f * STDLIB_CONSTANT_FLOAT32_FOURTH_PI, y ); + return stdlib_base_copysignf( 3.0f * STDLIB_CONSTANT_FLOAT32_PI / 4.0f, y ); } return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT32_PI, y ); } if ( stdlib_base_is_infinitef( y ) ) { - return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT32_HALF_PI, y ); + return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT32_PI / 2.0f, y ); } if ( y == 0.0f ) { if ( x >= 0.0f && !stdlib_base_float32_signbit( x ) ) { @@ -111,7 +109,7 @@ float stdlib_base_atan2f( const float y, const float x ) { return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT32_PI, y ); } if ( x == 0.0f ) { - return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT32_HALF_PI, y ); + return stdlib_base_copysignf( STDLIB_CONSTANT_FLOAT32_PI / 2.0f, y ); } q = stdlib_base_atanf( y / x ); if ( x < 0.0f ) { diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.js b/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.js index d2f593e4a491..3e0592fa1196 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.js @@ -28,8 +28,6 @@ var absf = require( '@stdlib/math/base/special/absf' ); var EPS = require( '@stdlib/constants/float32/eps' ); var PINF = require( '@stdlib/constants/float32/pinf' ); var NINF = require( '@stdlib/constants/float32/ninf' ); -var PI02F = require( '@stdlib/constants/float32/half-pi' ); -var PI04F = require( '@stdlib/constants/float32/fourth-pi' ); var PI = require( '@stdlib/constants/float32/pi' ); var atan2f = require( './../lib' ); @@ -97,22 +95,22 @@ tape( 'the function returns `-PI` if provided `y = -0.0` and `x <= -0.0`', funct }); tape( 'the function returns `+PI/4` if provided `x = y = +infinity`', function test( t ) { - t.equal( atan2f( PINF, PINF ), +PI04F, 'returns +PI/4' ); + t.equal( atan2f( PINF, PINF ), +PI/4.0, 'returns +PI/4' ); t.end(); }); tape( 'the function returns `-PI/4` if provided `x = -y = +infinity`', function test( t ) { - t.equal( atan2f( NINF, PINF ), -PI04F, 'returns -PI/4' ); + t.equal( atan2f( NINF, PINF ), -PI/4.0, 'returns -PI/4' ); t.end(); }); tape( 'the function returns `*3*PI/4` if provided `-x = y = +infinity`', function test( t ) { - t.equal( atan2f( PINF, NINF ), +3.0*PI04F, 'returns +3*PI/4' ); + t.equal( atan2f( PINF, NINF ), +3.0*PI/4.0, 'returns +3*PI/4' ); t.end(); }); tape( 'the function returns `-3*PI/4` if provided `x = y = -infinity`', function test( t ) { - t.equal( atan2f( NINF, NINF ), -3.0*PI04F, 'returns -3*PI/4' ); + t.equal( atan2f( NINF, NINF ), -3.0*PI/4.0, 'returns -3*PI/4' ); t.end(); }); @@ -145,23 +143,23 @@ tape( 'the function returns `+PI/2` when `y = +infinity`', function test( t ) { }); tape( 'the function returns `-PI/2` when `y = -infinity`', function test( t ) { - t.equal( atan2f( NINF, -1.0 ), -PI02F, 'returns -PI/2' ); - t.equal( atan2f( NINF, 0.0 ), -PI02F, 'returns -PI/2' ); - t.equal( atan2f( NINF, 2.0 ), -PI02F, 'returns -PI/2' ); + t.equal( atan2f( NINF, -1.0 ), -PI/2.0, 'returns -PI/2' ); + t.equal( atan2f( NINF, 0.0 ), -PI/2.0, 'returns -PI/2' ); + t.equal( atan2f( NINF, 2.0 ), -PI/2.0, 'returns -PI/2' ); t.end(); }); tape( 'the function returns `PI/2` if provided a positive `y` and `x=0`', function test( t ) { - t.equal( atan2f( 2.0, 0.0 ), PI02F, 'returns PI/2' ); - t.equal( atan2f( 1.0, 0.0 ), PI02F, 'returns PI/2' ); - t.equal( atan2f( 0.5, 0.0 ), PI02F, 'returns PI/2' ); + t.equal( atan2f( 2.0, 0.0 ), PI/2.0, 'returns PI/2' ); + t.equal( atan2f( 1.0, 0.0 ), PI/2.0, 'returns PI/2' ); + t.equal( atan2f( 0.5, 0.0 ), PI/2.0, 'returns PI/2' ); t.end(); }); tape( 'the function returns `-PI/2` if provided a negative `y` and `x=0`', function test( t ) { - t.equal( atan2f( -2.0, 0.0 ), -PI02F, 'returns PI/2' ); - t.equal( atan2f( -1.0, 0.0 ), -PI02F, 'returns PI/2' ); - t.equal( atan2f( -0.5, 0.0 ), -PI02F, 'returns PI/2' ); + t.equal( atan2f( -2.0, 0.0 ), -PI/2.0, 'returns PI/2' ); + t.equal( atan2f( -1.0, 0.0 ), -PI/2.0, 'returns PI/2' ); + t.equal( atan2f( -0.5, 0.0 ), -PI/2.0, 'returns PI/2' ); t.end(); }); @@ -179,7 +177,7 @@ tape( 'the function evaluates the `atan2f` function (when x and y are positive)' for ( i = 0; i < x.length; i++ ) { actual = atan2f( y[i], x[i] ); delta = absf( actual - expected[i] ); - tol = 2.0 * EPS * absf( expected[i] ); + tol = 3.0 * EPS * absf( expected[i] ); t.equal( delta <= tol, true, 'within tolerance. y: '+y[i]+'. x: '+x[i]+'. Actual: '+actual+'. E: '+expected[i]+'. tol: '+tol+'. Δ: '+delta+'.' ); } t.end(); diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.native.js b/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.native.js index 248e7eebf3a3..543e0e2dffa8 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.native.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/test/test.native.js @@ -30,8 +30,6 @@ var tryRequire = require( '@stdlib/utils/try-require' ); var EPS = require( '@stdlib/constants/float32/eps' ); var PINF = require( '@stdlib/constants/float32/pinf' ); var NINF = require( '@stdlib/constants/float32/ninf' ); -var PI02F = require( '@stdlib/constants/float32/half-pi' ); -var PI04F = require( '@stdlib/constants/float32/fourth-pi' ); var PI = require( '@stdlib/constants/float32/pi' ); @@ -106,22 +104,22 @@ tape( 'the function returns `-PI` if provided `y = -0.0` and `x <= -0.0`', opts, }); tape( 'the function returns `+PI/4` if provided `x = y = +infinity`', opts, function test( t ) { - t.equal( atan2f( PINF, PINF ), +PI04F, 'returns +PI/4' ); + t.equal( atan2f( PINF, PINF ), +PI/4.0, 'returns +PI/4' ); t.end(); }); tape( 'the function returns `-PI/4` if provided `x = -y = +infinity`', opts, function test( t ) { - t.equal( atan2f( NINF, PINF ), -PI04F, 'returns -PI/4' ); + t.equal( atan2f( NINF, PINF ), -PI/4.0, 'returns -PI/4' ); t.end(); }); tape( 'the function returns `*3*PI/4` if provided `-x = y = +infinity`', opts, function test( t ) { - t.equal( atan2f( PINF, NINF ), +3.0*PI04F, 'returns +3*PI/4' ); + t.equal( atan2f( PINF, NINF ), +3.0*PI/4.0, 'returns +3*PI/4' ); t.end(); }); tape( 'the function returns `-3*PI/4` if provided `x = y = -infinity`', opts, function test( t ) { - t.equal( atan2f( NINF, NINF ), -3.0*PI04F, 'returns -3*PI/4' ); + t.equal( atan2f( NINF, NINF ), -3.0*PI/4.0, 'returns -3*PI/4' ); t.end(); }); @@ -154,23 +152,23 @@ tape( 'the function returns `+PI/2` when `y = +infinity`', opts, function test( }); tape( 'the function returns `-PI/2` when `y = -infinity`', opts, function test( t ) { - t.equal( atan2f( NINF, -1.0 ), -PI02F, 'returns -PI/2' ); - t.equal( atan2f( NINF, 0.0 ), -PI02F, 'returns -PI/2' ); - t.equal( atan2f( NINF, 2.0 ), -PI02F, 'returns -PI/2' ); + t.equal( atan2f( NINF, -1.0 ), -PI/2.0, 'returns -PI/2' ); + t.equal( atan2f( NINF, 0.0 ), -PI/2.0, 'returns -PI/2' ); + t.equal( atan2f( NINF, 2.0 ), -PI/2.0, 'returns -PI/2' ); t.end(); }); tape( 'the function returns `PI/2` if provided a positive `y` and `x=0`', opts, function test( t ) { - t.equal( atan2f( 2.0, 0.0 ), PI02F, 'returns PI/2' ); - t.equal( atan2f( 1.0, 0.0 ), PI02F, 'returns PI/2' ); - t.equal( atan2f( 0.5, 0.0 ), PI02F, 'returns PI/2' ); + t.equal( atan2f( 2.0, 0.0 ), PI/2.0, 'returns PI/2' ); + t.equal( atan2f( 1.0, 0.0 ), PI/2.0, 'returns PI/2' ); + t.equal( atan2f( 0.5, 0.0 ), PI/2.0, 'returns PI/2' ); t.end(); }); tape( 'the function returns `-PI/2` if provided a negative `y` and `x=0`', opts, function test( t ) { - t.equal( atan2f( -2.0, 0.0 ), -PI02F, 'returns PI/2' ); - t.equal( atan2f( -1.0, 0.0 ), -PI02F, 'returns PI/2' ); - t.equal( atan2f( -0.5, 0.0 ), -PI02F, 'returns PI/2' ); + t.equal( atan2f( -2.0, 0.0 ), -PI/2.0, 'returns PI/2' ); + t.equal( atan2f( -1.0, 0.0 ), -PI/2.0, 'returns PI/2' ); + t.equal( atan2f( -0.5, 0.0 ), -PI/2.0, 'returns PI/2' ); t.end(); }); From a0fc498334ab0ef7593b737f39b98b73a482c5cc Mon Sep 17 00:00:00 2001 From: Neerajpathak07 Date: Thu, 13 Mar 2025 19:39:04 +0530 Subject: [PATCH 26/28] chore: update fixtures --- .../special/atan2f/test/fixtures/julia/negative_negative.json | 2 +- .../special/atan2f/test/fixtures/julia/negative_positive.json | 2 +- .../special/atan2f/test/fixtures/julia/positive_positive.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/negative_negative.json b/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/negative_negative.json index efa8d26c1962..2fc79f153635 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/negative_negative.json +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/negative_negative.json @@ -1 +1 @@ -{"expected":[-2.9466023,-3.1280127,-2.2506475,-2.094646,-2.670816,-2.7566872,-3.0960894,-3.1395996,-2.6155703,-2.141301,-2.388772,-2.8414178,-2.356511,-2.1193419,-2.253705,-1.8487169,-2.9267354,-1.7050586,-2.5733614,-2.679114,-2.140543,-2.442223,-3.0525284,-2.0218606,-1.6371065,-2.3145254,-2.1978264,-2.2285404,-2.363409,-2.1721425,-2.5643513,-1.902679,-1.7538695,-1.5846413,-2.4989793,-1.8129448,-2.4390006,-1.6860154,-1.6772217,-3.0807285,-2.5079262,-2.2080946,-2.4850721,-2.5121818,-2.1576836,-2.6986215,-1.9057755,-1.5715306,-1.6981723,-3.0234737,-1.7308717,-2.9165895,-1.8963368,-2.4131055,-2.490103,-3.0767598,-3.0239918,-2.668217,-1.9799215,-2.5744684,-1.8308314,-1.6814351,-2.5956235,-2.3971128,-2.516439,-1.9132203,-2.8714077,-1.7661462,-2.2407932,-2.7951686,-2.989751,-2.1963894,-2.7033088,-1.7597383,-2.9849217,-1.790494,-2.3926356,-2.3438148,-3.1239948,-1.8209659,-2.0431025,-2.274406,-2.3476615,-2.6894019,-2.0606916,-2.3335807,-2.5691059,-1.9194577,-1.906435,-2.1584046,-2.6500826,-1.7278847,-2.8500805,-1.7340485,-2.609555,-2.844036,-2.889672,-2.1674404,-1.9271171,-2.3610697,-2.5565748,-2.4186778,-2.0946534,-1.9236835,-2.520908,-2.0079937,-2.4072647,-3.0136287,-2.680558,-3.1063418,-2.5033464,-2.4459903,-1.8926915,-2.4937372,-2.3535793,-2.2708507,-2.6977446,-2.7723358,-2.700346,-2.2751846,-2.9688776,-2.6932425,-2.8580096,-2.916626,-1.888533,-2.2830968,-2.6173372,-1.9182954,-1.9825486,-2.9341812,-2.3278356,-2.1253989,-2.9649944,-1.6881001,-1.5798068,-3.0455081,-1.9923006,-2.6775014,-1.6947577,-2.3054895,-2.8056977,-3.1271853,-2.6080527,-1.8219541,-2.3857808,-2.2968798,-2.3962755,-2.152485,-2.0223353,-2.8795152,-2.335434,-2.7937615,-2.4011269,-2.4361858,-2.0070198,-2.9892566,-3.0041616,-2.917212,-1.9293715,-2.2720966,-3.0495148,-2.78785,-2.2206182,-2.0823884,-2.2576983,-1.9890118,-1.6092714,-2.3187282,-2.4729743,-2.7941303,-2.262336,-2.4273334,-1.8283619,-2.4297094,-1.9497101,-2.962526,-2.2380726,-2.3976903,-2.6896782,-2.113309,-2.397666,-1.615809,-2.043913,-2.5428932,-2.9294758,-2.3860765,-1.7432882,-1.8218223,-2.6705577,-2.1127257,-1.8709719,-2.5009954,-2.6594698,-2.7570357,-2.7017877,-3.0143251,-1.6164778,-2.8087623,-2.98022,-2.833858,-1.7250369,-3.085071,-1.7892123,-1.8598253,-2.7983503,-2.2902055,-1.6861523,-2.847589,-2.7072008,-2.6794193,-2.2785482,-2.673331,-2.5006514,-2.2637694,-1.6204515,-3.1140413,-1.6274416,-2.3850517,-3.0616772,-2.529128,-1.9509894,-2.7527046,-3.0035791,-2.125137,-2.2303772,-2.1954815,-2.8102713,-3.0198178,-1.7534875,-2.5211165,-2.3550715,-1.6657517,-2.2164187,-2.6494775,-2.4557948,-2.3074434,-2.9938712,-2.646553,-2.4223645,-2.6927755,-3.053602,-2.4058216,-2.3927991,-2.172882,-1.6695604,-2.431632,-2.9844513,-2.4780278,-2.5337389,-2.9106088,-2.7909334,-2.7577088,-1.6937723,-1.8091007,-2.2451978,-2.220511,-2.6640708,-2.8663435,-2.6754541,-2.8098114,-2.7218475,-2.7393174,-2.946896,-2.4940817,-2.0025892,-3.1246462,-2.5644937,-2.666644,-2.8348331,-2.80452,-2.5972552,-1.8816072,-2.252442,-2.4368396,-2.210831,-2.79924,-2.7931101,-2.3658206,-2.5386012,-1.7051913,-1.8911954,-1.7467276,-1.5908898,-3.101876,-2.5203044,-1.9065723,-2.1532676,-2.3566,-1.8492746,-2.1294317,-2.4061697,-2.462344,-2.4885955,-1.865951,-2.3625822,-2.5802166,-2.3423605,-3.0292425,-2.1366367,-2.73044,-1.6604409,-1.7420938,-2.4472458,-2.0904884,-2.2884316,-2.1957579,-3.0372195,-2.274443,-3.1232548,-1.9177012,-2.4293313,-2.1249185,-2.7975507,-1.8205113,-2.0288787,-2.7910967,-2.271652,-2.3304446,-1.6455323,-2.1879506,-2.6179357,-2.2398796,-1.882284,-2.825696,-2.6269996,-2.715981,-2.2055933,-2.1018927,-2.8054178,-3.0757205,-2.3784616,-2.7400181,-2.0843465,-2.9483922,-1.8393296,-2.9742825,-1.9834429,-3.0566723,-2.5254765,-1.7917635,-2.0226502,-2.47332,-3.0293467,-2.3003216,-2.0977967,-2.1507552,-2.3073254,-3.074109,-1.6773366,-2.1160781,-2.6267643,-2.942368,-2.8548756,-1.9897488,-2.8951113,-2.6490068,-2.1268282,-2.2026935,-2.2988563,-2.9494512,-1.8575335,-1.7976977,-2.1610477,-2.8206387,-2.6894536,-1.7035371,-2.8595653,-2.4512975,-2.0171256,-3.0549176,-2.0405662,-2.4976535,-2.9782484,-1.6783731,-2.2466133,-2.4211693,-2.2133994,-2.3150618,-2.5205467,-2.664078,-3.010504,-2.0344224,-2.5385754,-2.7650833,-2.5238647,-2.6331186,-3.0373538,-2.7359161,-2.3629084,-1.8809549,-3.087587,-2.0729573,-2.6097684,-2.669921,-1.8950781,-2.3337839,-2.9624882,-2.3687325,-3.125371,-1.8280578,-2.664507,-2.5030324,-2.856354,-2.5018063,-2.8760135,-2.84605,-2.1864748,-2.737044,-2.3608005,-3.103932,-1.7727057,-2.0003703,-2.3134935,-2.416319,-2.680194,-2.7423909,-1.863408,-2.7306106,-1.9302593,-2.218598,-1.6490119,-2.2349308,-2.5423806,-2.1482694,-1.5978026,-2.3411572,-2.0295348,-2.426098,-2.1050193,-1.9733248,-2.710415,-2.4167526,-1.8361611,-2.728731,-2.6229224,-2.3676853,-2.4326272,-2.2744153,-2.3454654,-2.2422318,-2.7338574,-1.7032765,-2.8776221,-2.7714772,-1.9793017,-1.8449317,-1.9557935,-2.553636,-1.9173042,-1.6938732,-3.0021858,-2.0954633,-1.6941462,-1.9591726,-2.1346278,-2.4845767,-2.4003181,-3.1224759,-2.3530655,-2.4780343,-2.4564025,-2.3486235,-2.3500476,-2.8872194,-1.6626265,-1.5762933,-3.0033567,-2.721385,-2.8785064,-2.8822875,-3.1135921,-3.0079257,-2.3564084,-2.0568337,-1.896519,-2.3078127,-3.1023405,-3.035299,-2.5826411,-2.7797887,-1.9259492,-2.897801,-1.9400553,-2.8021011,-2.116688,-1.9037833,-2.7917452,-2.0903757,-1.5874467,-1.8210458,-2.2324483,-2.3117404,-2.925818,-2.4608145,-2.1251724,-2.2528267,-2.387305,-2.652862,-1.7935965,-2.0371845,-2.0354402,-2.472659,-1.6396168,-1.7076606,-2.050613,-2.1557322,-2.9617708,-1.8596615,-2.8369544,-1.9459925,-1.8942691,-2.7515411,-2.6611688,-2.386746,-2.629443,-2.6469991,-2.9487386,-1.8861825,-2.4403362,-2.0373762,-1.8458077,-2.7800896,-2.0044878,-2.5624416,-2.2156007,-2.4564433,-2.7364414,-1.9015523,-1.8995512,-2.200037,-2.5040658,-1.8208401,-2.271427,-3.0611327,-2.2513366,-2.606624,-1.9503707,-2.1332765,-2.2314801,-3.1298325,-2.0264637,-2.645428,-2.752756,-2.6100829,-2.1884346,-1.926628,-1.8523799,-2.471424,-1.827983,-3.0209117,-2.2636788,-2.7117689,-2.758345,-2.432733,-1.9771413,-2.7219186,-2.0251894,-1.9268571,-2.4602566,-2.263374,-2.4099479,-2.5013409,-1.8073035,-2.549755,-2.407027,-3.069935,-1.6889564,-2.356565,-1.5716478,-2.335215,-2.336291,-2.3150148,-2.9715343,-1.9949745,-2.556734,-2.659974,-3.0423617,-2.8856187,-1.9726622,-2.4550433,-1.6925659,-2.6615343,-2.5979908,-2.5262585,-1.900587,-2.1434505,-2.5262482,-1.7042754,-2.458482,-2.39666,-2.7825458,-1.8121685,-2.7611752,-2.290946,-2.5886338,-2.400126,-2.6114464,-2.4496148,-2.766179,-2.482579,-2.488312,-2.2305882,-2.6538486,-1.9925318,-1.8599647,-1.871718,-2.3264894,-1.7892641,-2.5322194,-2.8477986,-2.2362146,-2.0640779,-2.9693458,-2.5116,-2.5107203,-2.4345741,-2.3997307,-2.2707665,-2.4718544,-1.8444563,-1.6463522,-2.3314204,-2.0709038,-1.6219697,-2.416263,-2.7997909,-3.0790608,-2.337628,-2.3280346,-3.032655,-2.4298193,-2.5485795,-1.7694386,-2.3354814,-1.8077856,-1.7937689,-2.0871737,-2.95856,-1.6493337,-2.7171652,-2.2661576,-2.8145366,-2.2188,-2.9183543,-2.8825407,-2.1396215,-2.1270833,-2.332037,-1.7603935,-2.7902358,-2.1228957,-1.7700063,-2.427186,-2.1469505,-2.215161,-2.3405182,-2.4822528,-1.8910179,-1.8261564,-1.7129012,-2.8785048,-2.6189492,-1.7070408,-2.8173277,-2.451692,-2.5946312,-2.2257597,-2.6315055,-2.3486536,-2.866748,-2.7636337,-2.3924057,-1.8569751,-2.4994621,-2.5768888,-2.9222043,-1.8677537,-2.1829739,-2.6749747,-2.6221807,-2.348304,-3.0669856,-2.3286595,-1.9012709,-1.6368974,-2.3805428,-2.3191483,-2.0401108,-2.7862575,-2.1038861,-2.5896354,-2.391594,-1.7243603,-3.026907,-1.5786926,-2.9994,-2.5575457,-1.9858367,-2.5100477,-2.956201,-1.713224,-2.06199,-1.6178936,-2.478443,-2.8729753,-2.3019161,-2.506833,-2.3593364,-2.645993,-3.1317365,-2.4665678,-2.6471217,-2.2767293,-2.2589958,-2.0213575,-2.3213913,-1.7574153,-2.1714067,-2.5642557,-1.8705943,-1.5894616,-2.112899,-2.3541324,-2.1426945,-2.229336,-2.7043576,-2.3435926,-2.4984148,-2.8431706,-1.6173749,-1.6600379,-2.4055781,-1.6007625,-1.8907642,-2.6371496,-2.1431558,-2.551538,-2.2013578,-2.080105,-2.4589462,-2.1234996,-2.5366046,-2.6249247,-2.058753,-2.2659314,-2.4434195,-2.3682885,-2.6168873,-2.3971958,-3.0599592,-2.1780372,-1.9081526,-2.926992,-1.9476763,-1.9061515,-2.2862916,-1.6161203,-2.9985104,-2.932005,-2.3046725,-3.1216657,-2.0739245,-2.5228775,-2.646534,-2.7389657,-2.8344216,-2.2218611,-2.5526233,-2.3027053,-2.4354017,-3.1167362,-2.3043635,-2.2319055,-2.3409534,-2.7319791,-2.5912693,-2.6635792,-2.70598,-1.7960395,-2.3840642,-2.4879837,-2.3966234,-2.6364183,-2.3289692,-1.7729682,-2.2571812,-2.0031617,-1.6954771,-2.5311937,-2.4849672,-2.6683269,-2.7905152,-2.295319,-1.9867209,-2.1059513,-2.3174574,-2.3598623,-2.627282,-3.0188563,-1.9678063,-1.5748113,-2.732773,-2.3441355,-2.2391856,-1.912928,-2.3507583,-1.6228716,-2.511401,-2.399543,-2.1764472,-3.1056602,-2.6645563,-2.3788075,-1.8540927,-2.5592844,-2.8015578,-1.8389931,-2.0963948,-2.6424763,-1.9653561,-2.6472044,-1.6356798,-2.7809799,-2.3856483,-2.7952697,-2.4220304,-2.9871707,-2.8072615,-2.3835719,-2.8626132,-2.5473506,-2.8662605,-2.4903274,-1.7429694,-1.6393646,-2.3264303,-1.8755056,-2.0264974,-3.048317,-1.668083,-1.7519068,-2.1045945,-3.0773308,-2.542112,-2.8191645,-2.0192292,-2.8598309,-2.7200935,-2.4514809,-2.4173098,-1.6883696,-2.259408,-1.7377137,-2.968981,-2.9162414,-2.3582993,-1.9037627,-2.7787147,-1.9083395,-1.8073334,-3.014027,-2.4556293,-1.7985723,-2.6656587,-2.9924402,-2.440152,-2.6050937,-2.184999,-2.3251283,-2.0887723,-2.023719,-2.0940402,-2.8929598,-2.132225,-3.002222,-2.4627337,-1.650821,-1.6880232,-2.7400312,-2.2361374,-1.8653164,-2.8953896,-2.024239,-2.588147,-3.0369167,-2.697831,-2.1555603,-2.2872608,-2.4786623,-2.3780875,-2.2565227,-1.6790925,-2.4663982,-2.9635034,-1.7407527,-2.5243936,-2.966818,-2.9930038,-2.0982711,-1.6991872,-1.9839711,-3.040354,-1.9308286,-2.373013,-2.9414482,-2.5504568,-1.8709283,-1.9965929,-2.7072055,-2.2157474,-2.788743,-2.7907097,-2.104764,-2.4741817,-2.4782512,-3.0671275,-1.6254454,-2.7813225,-2.5540812,-2.9009702,-1.925666,-2.4666097,-1.7463406,-1.6737643,-2.1215787,-2.658654,-1.7374374,-3.081896,-2.4731393,-2.4496765,-2.414441,-2.4867766,-1.8533406,-1.7243226,-2.60735,-2.6930509,-2.0471463,-2.6487012,-1.9329872,-2.6974263,-3.0765846,-2.9836423,-2.154685,-2.6814446,-2.735839,-1.9009461,-2.33726,-2.3327088,-1.9655505,-2.4493053,-2.3532448,-2.552127,-1.8160572,-1.8342279,-2.0239866,-1.731773,-1.8424442,-2.2366958,-2.2963665,-2.362747,-2.2674472,-2.925031,-1.7676957,-1.8569742,-2.8707337,-2.1617844,-1.8577839,-2.2055295,-1.757695,-2.2668602,-2.1605763,-1.9950571,-2.2971215,-2.5547903,-2.0863192,-3.086192,-2.316644,-2.3644214,-1.8885193,-2.6064909,-2.5231576,-1.7805403,-2.397359,-2.3125107,-2.5428877,-2.2356808,-1.9112463,-2.828918,-2.4640903,-1.5979788,-1.6050994,-2.3016565,-1.5995213,-2.6731153,-2.9469512,-1.5901624,-2.9155517,-3.1077285,-3.0324752,-1.8434118,-2.862464],"x":[-244.18130297501216,-101.34100206287722,-371.62242476295353,-179.93196642308195,-249.33918376759073,-428.6678477755927,-430.7798483795457,-407.56519160985437,-388.4148026663743,-218.06553870157774,-271.70812797239074,-328.21133866714354,-450.1588288336132,-238.7024691051899,-311.41542354903487,-108.02546518612554,-161.5758015432705,-17.565179861747716,-139.3592364567744,-329.4781724500725,-284.6394425352201,-489.5524369506158,-53.65524974052693,-155.42861267497526,-21.346315665211,-422.87638224977627,-233.11586711309872,-302.1101890820255,-445.5979739244311,-300.05295810277545,-98.11584646011362,-153.9390923724323,-34.79418182842869,-5.942377562129286,-449.9200472447544,-90.88168454415218,-394.62153356212883,-55.31815856695294,-5.786509867112432,-113.53628747185068,-21.963036386882795,-332.7505190473744,-252.86049459274912,-490.17327255615163,-252.09581899496365,-459.873251717718,-166.9496806971667,-0.2836654280715667,-48.46348378082072,-398.45516953716685,-80.67655969752735,-486.9801475303644,-40.591818115549735,-301.6845148332048,-389.37748540739346,-405.1170104546723,-377.0892763485248,-269.7096129556924,-147.32180655708927,-282.53819959144084,-111.65839984173675,-4.028499568754896,-253.77512572197347,-382.780435742149,-292.46738961275446,-100.57309794507918,-439.07635871801955,-50.09067827683972,-314.52150485262337,-468.52275917271135,-406.39034476436586,-315.8787665090488,-473.92071032725244,-59.3792916028909,-298.0507479455502,-85.60110673378473,-360.6963574334054,-462.02612735440226,-341.3246833481797,-76.53896645537955,-248.0462144366705,-181.35561125387616,-68.40991718158013,-466.4660372601162,-254.98903126180699,-451.9567590806173,-467.88781380008624,-138.77381807520212,-142.42055269788918,-297.35044902565244,-429.1550807169075,-78.86078845503025,-495.48165049227936,-58.328905972825304,-240.62741824244577,-226.55667397173056,-494.01421230088437,-316.1925652210522,-57.5329040161035,-43.13296882317974,-404.6487206448743,-340.4385754324555,-193.19087498067455,-160.24144773079811,-493.0714875429439,-149.0589352955158,-159.10303654072482,-150.37786673180275,-486.8444381074433,-89.54178453663408,-430.30150550775187,-455.27730142086773,-100.2801908627835,-463.31894684658056,-413.8732489337076,-262.03678583944384,-173.12306558542255,-378.44427244594686,-319.6198387470599,-155.70171062284177,-233.80649810264114,-393.38034584609585,-236.70103924068204,-260.719227306148,-122.2798132684244,-244.4842687879853,-224.582524593106,-135.5625232305851,-142.7676096301177,-389.65138962123115,-438.34564755196436,-255.26334501264702,-400.1688424076263,-21.47936871983053,-3.7229526138967683,-499.8682598761676,-145.7992083847114,-158.52799448383774,-34.54008158706839,-321.69693761370144,-274.1864943233965,-249.405230498846,-291.82293272041574,-88.96268787174489,-287.08686806910646,-241.44403858069884,-431.98324248165136,-275.79199024126547,-187.735789571227,-225.50787124624293,-141.02409902301721,-386.0434588458182,-422.82867298141485,-250.40224099183362,-151.7984418253281,-476.40044697975827,-346.1429193405978,-377.7376355117834,-174.69669318664532,-392.0638578820226,-489.33225089058647,-116.46926776954247,-164.6740602266608,-99.47613227486791,-148.87634633625086,-195.08499070968904,-17.991256555714152,-167.22532037514887,-466.7732027635578,-247.13791682312518,-125.04267025388633,-375.0732510478846,-119.2811498269119,-314.711240431389,-168.31383265807426,-260.31159377023863,-122.95647815568039,-274.8664807364444,-224.6462013377344,-201.41129959113863,-319.69461962032705,-18.239212510567036,-243.48227277258388,-452.30332835635835,-458.18928729406525,-405.03836684357225,-41.15481160645346,-76.23446652374982,-233.43996706554933,-264.7725576602711,-60.157396047472055,-153.71424047631166,-378.203877726531,-438.65940300772695,-451.6561649663716,-425.75669066546436,-10.198818610735183,-319.65882622966546,-452.598023874504,-251.24446061042877,-36.43601272836139,-170.64561538624045,-79.5988264658331,-87.06468865156342,-361.6959534376496,-202.3671681556753,-55.604691429626094,-461.63389177951575,-326.3071010792513,-435.1582616460829,-197.59646238162358,-423.7265992531886,-349.88979560537956,-156.09104324928225,-13.285517455382589,-481.18353407282234,-21.05167832520832,-276.7931924600204,-477.25545933303306,-351.811766001464,-64.28714436580529,-195.0724715786693,-133.4880367445845,-294.6985606756276,-69.87699927447322,-283.73819623478545,-349.1839351881037,-496.48600621543864,-80.17216125031895,-331.73501659166084,-187.08692252328373,-29.8882691417357,-128.48554868063383,-427.19202479444306,-172.77158941884758,-416.44586028271556,-499.178091435775,-436.9459454195509,-370.1696780280601,-455.00618591065864,-215.6479275478374,-402.2220473484408,-305.13529520820754,-240.91292721197806,-35.22916026000611,-197.03701603079892,-335.360846662214,-492.17779676381986,-338.0407016611632,-177.5779833453885,-483.2426178708182,-433.6326366258436,-34.98092280084164,-91.90388866572829,-243.35439101786216,-196.39683918989397,-459.7136276868753,-327.9527348621366,-407.1550759609223,-158.549672510222,-319.33517719692514,-315.2680145740977,-351.013319488245,-239.97080985889107,-115.4905667823043,-280.34560945845686,-92.8899342503629,-456.6196755576266,-438.93905757403894,-393.06693931115024,-368.46879276140686,-81.18180191515783,-343.6960065160338,-473.4915881062084,-284.59668514253684,-263.62377148832877,-449.8744037826339,-369.99638371725905,-384.43416127232575,-23.586026487999344,-161.47018513336863,-41.42337798460216,-6.5744345964005575,-343.48931167178097,-318.9449774502278,-50.41074952726371,-318.66704173162236,-98.28356828065459,-121.16963728265983,-295.836239965245,-316.4722672629582,-451.8303429469628,-247.21199630198433,-147.92628650264683,-384.59740575995744,-461.06838599974714,-283.1678017851805,-478.1113531357341,-230.55303361309203,-443.0409927124773,-44.607753942814576,-84.2041262210143,-360.0896916088564,-255.1934572702368,-379.43131717801026,-309.8328906972564,-493.3454120404806,-406.33321357315623,-453.3927358133062,-121.42372428896947,-334.7064692217466,-77.592237533403,-405.5133704946379,-119.11221204482864,-183.3858055646252,-319.6314911262967,-348.95066499007896,-470.9015197255467,-5.124198983231743,-125.43396644605414,-193.55258884475745,-185.8917190242138,-126.33151386640107,-390.13542634649076,-370.3773055279624,-418.86100981952956,-125.41674255277519,-145.72347992175932,-487.132560133385,-187.50611826223368,-473.31654965978174,-334.76403313661217,-183.106907770016,-252.697878539468,-109.18268880167342,-323.53778767616893,-200.33260267076147,-394.132361463287,-201.93456966877454,-55.31737212135651,-222.30534713955825,-318.7043733488195,-494.4327133643056,-401.82809365623865,-287.5949963870684,-236.43215472137047,-439.34655747615926,-407.5184587902944,-41.22242068769466,-219.66540117590344,-414.4965812530283,-329.01157104480944,-458.52899021853244,-98.67160563697924,-345.5417753170784,-456.97424801574493,-309.56959484903854,-327.42269111877323,-308.2115624698753,-466.90042558711013,-46.984838704270224,-67.38284215904584,-85.58072753187179,-287.30640831674395,-410.84439526292323,-35.288549522557275,-107.31873524655077,-315.04449329500966,-66.80139600425578,-327.16153956147025,-107.45179932739096,-451.59373829252286,-135.69025692683655,-11.054532561922791,-116.57841366698396,-314.79752020277664,-329.6967407637575,-385.43478791399525,-444.4547100019525,-325.0734479480628,-261.0908303984859,-207.21511838534988,-419.49328973622397,-489.36123916087104,-102.69666125258593,-387.93739248722056,-428.9648525862691,-473.7052629122852,-232.49414530895473,-55.85590166830301,-73.18948922865876,-156.45362813395775,-49.17906654261039,-131.1065797319348,-101.56949805085186,-318.30364595279593,-80.26592324833697,-378.24897595488346,-195.01086848364585,-95.41492870257257,-162.8549940829494,-446.4262249895213,-472.17576652372804,-302.42366864241023,-431.8499169887404,-486.4955464603189,-113.94072722796645,-107.6855333616999,-287.9807882373658,-349.1499600929064,-72.11557901742599,-127.33926671304441,-290.35729545399585,-141.30894739239176,-498.0291481144846,-299.8789216555014,-136.07054440148124,-411.0617228354307,-97.84722363808562,-123.7456889079353,-33.856464062044786,-218.07304282795116,-434.77808177866234,-243.25828172510677,-9.008635764877981,-358.63497463725645,-178.89106885901214,-431.54026807639286,-26.35869973667482,-132.9016512795255,-386.4955703885614,-225.73916143224054,-119.46943034175916,-444.9390242472958,-387.36299261791635,-253.8936896136536,-289.3808527096792,-387.93656969999967,-360.8250017652603,-311.2784781008922,-187.7460234143778,-59.189207992633555,-450.49580173305156,-395.3598712800955,-47.69672292370552,-111.64162495232355,-43.17473815983208,-405.36334752647815,-177.71770477230524,-14.311469979459702,-379.68134092757685,-259.9411896251437,-43.05132212753543,-182.3543334269997,-252.85305160708037,-397.8049612846708,-446.0827161672947,-171.25592470457514,-446.3891697181204,-401.68950731523,-283.8083069972839,-330.4845055215149,-386.87708805390787,-336.3171198705167,-25.940773811947814,-2.6744826357799067,-411.25596788584477,-448.6138514806878,-284.0889149221365,-479.0927255382292,-220.03170798194805,-441.61003706605584,-335.02763260090546,-179.9982932037189,-111.21475481262277,-375.32502764975544,-473.60276397737573,-405.08834650664943,-441.0469356741396,-225.06909587914632,-116.87659760651265,-347.9537991901055,-137.13325510712156,-396.99200951566513,-290.7471640319214,-108.18978123811668,-330.3487460723809,-220.59266222697354,-3.853748755988373,-110.00857202219039,-192.95840828816384,-376.75847999261794,-357.9460565786322,-342.83366435254703,-260.70107824737755,-296.81409446968456,-228.73991782508168,-349.7725648819409,-55.4682716328645,-143.80991900291983,-218.75757181692074,-319.8371467808092,-31.58590477915685,-46.70704973584255,-212.40710253135708,-248.90963823310258,-333.44947373408536,-86.52143601081657,-332.4554853394402,-141.71796277029364,-164.9415195679026,-139.3566530290391,-197.3378877129242,-429.9148953242258,-336.04674439901794,-166.67109863039764,-330.72340552790536,-68.1656128131799,-257.4871708188832,-159.32318705033504,-140.49747002394597,-275.45995094243057,-93.25288955586892,-301.43985676502336,-305.67435407717807,-154.78561670763253,-444.5104111472349,-12.357169645372313,-115.95773324458291,-246.3310923848866,-283.6231592725359,-57.64465336204061,-396.13136667951585,-102.0329926667885,-335.5347361068956,-104.30888302144103,-190.06326155220316,-255.21798894582736,-147.1389615171746,-360.41138003366274,-75.82007951051456,-399.2668649481769,-333.0124775362348,-379.39671166157854,-103.66779279502708,-182.6387234483327,-83.23454470234721,-419.6090516565545,-33.12022381427005,-432.8818730784687,-298.3191089632282,-178.98653008802424,-353.52435034547324,-384.5735157528483,-96.5197355449976,-498.50351167942415,-182.0438267921925,-54.79793056501997,-424.0093709193874,-323.00787201215087,-468.4744416338559,-491.4963681224693,-65.78199336612062,-419.0646531936191,-491.2918967592995,-141.37933694262787,-17.8586102831923,-368.3338284890742,-0.39591918854586794,-134.66323488159892,-450.5000845451162,-224.74250659702517,-457.03769181934393,-212.7653807865284,-197.82025273141264,-186.68884041716444,-297.95261310045714,-419.75349136015086,-123.68858732461696,-212.88110586519315,-59.24358015036313,-495.0052784034618,-300.3828934860251,-377.12094519327627,-119.10870841287286,-200.8795394376547,-497.3207151269217,-25.93189170721327,-349.6082747374078,-169.82004859636996,-312.60288786962207,-66.39225813638622,-351.55928152556805,-355.3445919841041,-296.9075686597627,-203.22123181797397,-299.7664058904688,-198.88687159539487,-414.66378330411993,-292.37839709986065,-357.13748279434924,-267.86363298488993,-416.9130865134142,-221.01266545865843,-129.20328387849094,-126.33298535546855,-390.65843879076476,-97.32010327577306,-191.2909739818372,-480.46718339419635,-255.80244039720262,-246.49870167651162,-432.8917382459906,-485.6643368297027,-284.58304194459964,-371.45205345935005,-246.22521917495033,-325.33146543732107,-194.82393618972637,-109.997694281262,-18.355868513860507,-456.18617066419057,-63.117807805321945,-5.80188648777119,-233.7743236312117,-482.62905270073156,-237.22265186262064,-261.728310444781,-277.368624531277,-259.02674590423635,-391.5211745227919,-483.08860358458384,-91.06798241508851,-367.7619010358012,-76.01365800227067,-64.32807020346759,-226.78056823486224,-320.92787728939726,-11.727528230302376,-406.31868400507256,-355.29900842275765,-368.6657416114378,-135.2353997564628,-475.40654005867475,-463.64118857382425,-282.86986433957867,-289.7715621967681,-438.4827879087241,-63.23111845706286,-331.6592104296875,-215.27833302534404,-89.8807544961382,-320.7593346798843,-299.2396638631988,-285.3197587454119,-320.0836561842397,-467.6342476097422,-144.9988751297433,-75.90563503770149,-47.813585603130704,-29.771975634511673,-417.8998053155183,-14.46697554711507,-428.5323528294982,-352.9888769907148,-88.41415526668595,-126.06580465693423,-275.4990462375005,-198.22247156955862,-480.3318866290112,-122.54017898500375,-360.82205878319667,-121.31711988005812,-348.85146735369983,-469.1705183961053,-215.30139426218514,-61.019659677346795,-276.52484228662996,-194.83392502460683,-366.8601266817919,-423.04124646622193,-391.24596666646784,-292.86741561686665,-107.56558922761633,-15.134483228930574,-120.91485464801893,-242.87302859120226,-251.61687806892658,-471.8212043519901,-205.60082561664933,-457.6776746691946,-451.48662566590076,-57.29369517178312,-409.23489729742016,-3.7126656095584076,-163.26400149217253,-363.60569348621203,-52.169777243290085,-477.96840326051165,-118.0368890363755,-17.407665100247105,-257.70254759538034,-17.450404306689983,-444.95338663038393,-390.724441877272,-241.11511174229466,-344.236381424509,-393.6624023695557,-260.8131778224906,-367.7990103442603,-397.16624071313265,-218.5292338590339,-95.1763444519047,-383.57139136347143,-214.96984609820336,-160.69393680696132,-65.1510770115985,-340.0524878608092,-389.90332548879917,-119.13821924428348,-5.9498108714396425,-215.77231354646008,-253.32393807820935,-280.53737968280967,-360.85453752676614,-416.5161587536936,-313.077418449586,-88.29508564786303,-445.7896679137945,-15.980484736936361,-41.58065659379812,-170.2619429910673,-14.5586445295538,-105.40552138133124,-465.7981082900722,-263.55842314709736,-441.77164159247957,-361.71451991019325,-170.34282627984553,-353.8411460732114,-282.0130804994956,-479.969631086703,-181.29415370990148,-146.19365302270793,-267.1837122764383,-393.02770218545186,-334.4017863017276,-499.31755733595503,-314.42784970865904,-84.88396011061432,-240.20001286568348,-160.92809166387323,-465.0204893222219,-102.01172753832583,-146.9796697577812,-66.46279013359208,-18.715675462618485,-306.8501704622167,-269.28991472761084,-408.55606219605545,-225.9336561183637,-153.95316374714656,-345.1989261299986,-333.753256187943,-263.3799379457229,-231.47002220375208,-339.33838725925943,-453.23536147120586,-327.6374298781067,-197.2657332201952,-428.2056922854117,-311.93147367991924,-140.75819733360555,-460.09331983665294,-454.7526426838653,-160.84418296275288,-109.42854730392799,-426.7116850603458,-110.15503085896312,-406.3155587734764,-445.6021316964638,-244.78067510591333,-494.7057443185549,-348.35754288687457,-93.49034623349112,-298.7897238445486,-151.9446176222643,-57.59076484785835,-393.6147410944892,-426.1749604630336,-113.32162621624786,-325.92448468211,-304.45251273813255,-218.37014173029323,-138.01786951044915,-272.0319148194469,-429.83460859802875,-266.42123866242036,-365.92767103461733,-102.41194207603571,-1.3758094337160687,-346.24110814610395,-469.1999638152045,-125.16677233620842,-94.4507376334326,-302.0514367327967,-25.811898659993947,-209.64142344910852,-311.9380638379703,-320.62250957281276,-457.73892415538637,-233.53033561433645,-459.8537702791003,-127.25412689599509,-439.96259976578995,-248.812125060717,-87.91138581120322,-239.5756773363789,-375.80401476102156,-192.2770960316626,-408.40585783894323,-28.054157496707198,-457.7653875618965,-327.59605544601584,-480.4532432885703,-251.81534344471456,-491.3728118648088,-465.28272880475896,-200.78218388900783,-407.8575525083866,-423.1784492815991,-409.27760525734186,-434.16329808168905,-76.26902409486253,-25.88774526767218,-264.54348916157267,-101.67463332587478,-93.35802531037557,-200.7455050097315,-32.76818930256859,-70.12475837104942,-281.94956306823644,-312.61604326328836,-434.4607830716613,-336.35151716704286,-202.2804737195853,-270.11858507082945,-302.5427067141382,-454.9744421973606,-253.27021383308107,-54.54081021406482,-339.09268997623974,-72.75676646359852,-363.81189798695317,-469.66502856505934,-444.71363433971857,-154.9828512288484,-344.9180409914023,-54.40287077490863,-81.75754083585291,-367.29316130859917,-346.17154362067515,-103.53765624307471,-241.50080792360822,-115.14171751076341,-427.61793434828775,-302.71605241435014,-323.77702845354156,-375.98235560340976,-144.5679700442254,-14.503274983683145,-246.219676008975,-230.47088853761184,-304.59693687673297,-76.2235027100051,-445.7354149320655,-29.015543178302185,-23.188081664726244,-248.08105828721898,-288.9621413887065,-151.18890015811115,-362.1353631115167,-178.61407434957692,-149.9044751225713,-226.04688360774495,-300.1565830967571,-158.11372295465335,-345.3240159414771,-254.87580697669276,-444.92059931109605,-351.6304172342505,-44.0135525120014,-460.36367306817544,-457.2372325723989,-18.422807020550824,-392.3456579181472,-382.46342845277997,-410.0842590022358,-107.27759854731539,-55.51186317033163,-113.4554312986743,-260.98047563195615,-93.05684310570517,-499.69257565176036,-404.31956763189544,-463.78905604425114,-90.61084484341342,-111.53861145564609,-449.45631752289114,-91.63462145906121,-474.6353933429203,-101.16093698428385,-46.35107474818029,-445.9027481573344,-247.37451613724372,-341.4829652447314,-22.027572324390675,-117.60860523418071,-273.5500180307057,-383.58756925828845,-81.29083765262679,-439.38098531932707,-84.48001395382227,-40.64104177509148,-78.5966544631943,-222.44517562012007,-50.50819674036383,-299.42104086217455,-110.60434499213207,-392.0341513741109,-406.77521988841085,-229.07127514784304,-108.92653145952424,-23.81372475412996,-409.4551556922933,-208.93741445927554,-112.93113927097981,-499.66781912344794,-177.59136178660978,-438.07420788141644,-244.9738689849219,-213.71609364631854,-317.6467964073346,-119.89337031519382,-161.31870032564467,-156.68958731822025,-436.657188150765,-377.6573674678071,-164.7478940824519,-488.3873025860648,-216.82144671026887,-236.4250449126325,-60.57254598560707,-69.18196423750462,-90.73712878478946,-64.04455569456618,-22.03336781902626,-386.6358959473322,-196.1746476976256,-402.1012064061612,-401.7579834172928,-252.37194376078088,-65.83867422723438,-146.07041059668242,-387.029324959673,-288.63855181478823,-126.24037654654474,-129.52839128479664,-86.9756232134823,-311.39604558462213,-193.81370360788412,-115.41519312088188,-316.818178019403,-255.2269265442712,-239.72978883082547,-131.669064014095,-344.7371256246141,-339.53273325107114,-131.2673774212938,-398.49623945016714,-145.99357540888303,-51.07140941168764,-251.48969919760066,-428.2375645331304,-404.39545923461765,-201.06039929475122,-167.78207771153419,-98.43263498811649,-367.92594795627116,-8.77516059479605,-8.322197756575944,-191.4767070907718,-10.573075462942615,-449.3686355753231,-185.19239992947502,-8.80019384044739,-465.200244789828,-491.82465176030394,-195.15072733692045,-77.64374005100404,-277.263583219789],"y":[-48.225746958690365,-1.376305821192636,-459.6924703917974,-311.4707851150124,-126.89953819225502,-173.65843845211654,-19.61539045529931,-0.8123386556356804,-225.50830824906836,-339.83503724581465,-254.5575888857553,-101.59059049726021,-449.8737558199974,-390.6074501666164,-382.817188963772,-378.63247250501723,-35.25998364930694,-130.04029616645008,-88.97752059682462,-164.25785733606924,-444.32473679766684,-411.8170177511177,-4.791444220701935,-320.88936360821737,-321.44392539866533,-459.6728277998701,-321.7273487283064,-391.08289469380463,-439.21433586013205,-437.32166550138624,-63.896239631208886,-446.6796671755413,-187.92809331399422,-429.1811397902094,-336.8163438415181,-367.9494580816055,-334.1375210515957,-477.986611098887,-54.16610020173928,-6.918841409966459,-16.137237949712947,-449.4485935456303,-194.84024096788173,-356.9504698930894,-379.0590008448979,-218.17094658084113,-479.6055644626213,-386.3494844536768,-378.41586711595625,-47.2852291444843,-499.67917271050015,-111.4594030469283,-120.25435964466841,-269.16201309957034,-296.9227159575835,-26.301761838479486,-44.55155994084253,-138.15068122021407,-339.77104733978126,-179.95387484663001,-419.6750831853525,-36.26258535225912,-154.1868346997673,-352.67015521017953,-211.07897939006736,-282.13900774961195,-121.60538588396791,-253.145231980855,-396.998250767128,-169.12796596474945,-62.1856063338227,-437.2711281838244,-222.11983112036106,-310.52390239220585,-47.081773206028465,-383.34248138021115,-335.32141521561095,-473.6094635024005,-6.007183285279105,-299.5389905555317,-485.5362262243122,-213.74236757068016,-69.58748528485937,-226.59056407803803,-478.17589126412605,-472.8743111538159,-301.5455190969214,-381.7583522596667,-408.27214360519434,-446.40688386025334,-229.73932171879324,-497.87924462122123,-148.6743996847358,-354.1136026071863,-141.64714416606344,-69.47611126682484,-127.15376118152766,-465.5219618196586,-154.57186082346558,-42.71444382968903,-268.0246358012726,-300.3479239386362,-334.4169448721811,-435.07943286578575,-352.5179112174461,-318.93733759243815,-143.62902138252653,-19.348685950179856,-241.8342524941897,-3.157724906250714,-319.2068494424928,-380.0648873015091,-300.6955889975996,-350.6518279678519,-416.0437260249637,-311.0667566771547,-82.31828013800153,-146.4611673327228,-150.95782549168374,-183.21772838363248,-40.78831915232317,-189.22447509965352,-68.98358257070247,-59.663062501333016,-371.80745069798434,-283.11969029637964,-129.85949441143362,-374.2785341912721,-326.91173227429584,-81.99735524764473,-463.94041551118016,-412.07674937443176,-71.41300695261688,-182.26837141011225,-413.169738665082,-48.17790041666864,-325.17028692056584,-79.35193763834242,-277.2071330206532,-356.0937635326414,-95.7253468996765,-3.593520156013108,-172.37455603778895,-346.730887050128,-270.58268006240553,-271.9304564550845,-398.67183125632306,-419.4016467518988,-387.12039580229896,-60.491851409170685,-147.00457909029436,-139.9688099531868,-386.44183247112943,-213.23585674738317,-325.6253597934995,-73.13954459792888,-47.87253165131222,-86.20866917349335,-466.1350940802069,-464.24806449393736,-45.18447439890194,-43.00927463487214,-216.69817832690114,-177.17692780097087,-181.52534185013462,-438.95170289250353,-467.3772613701212,-180.2500258544457,-368.7545352657882,-89.50232955235855,-151.03085448270588,-325.1743103146742,-452.82329773341064,-271.5355833194649,-422.73570869502396,-47.11778999884453,-156.06974487801523,-252.95165859962893,-109.04740952120339,-334.0984485968206,-294.22006128323204,-404.9280980047777,-475.6509733976038,-308.5746333514382,-98.6740160518153,-381.52723461119695,-236.21890407420653,-297.2856772855606,-118.88362597224278,-439.781110901742,-194.35158544389313,-114.58976292418576,-197.91863573013453,-177.5281600649253,-212.52331920879914,-54.47944039032004,-223.1038841494945,-110.50295699846296,-73.67754584313457,-79.85338442029405,-234.3522444639364,-9.655425816820273,-358.6230894693977,-292.7965375675348,-129.26618564996738,-231.00669372472888,-479.88687690380215,-139.77268867244024,-151.3893344367087,-216.77782052424598,-230.93753470000615,-214.31276402930405,-261.02062319899164,-187.98294064714622,-267.33604375464733,-13.260547633780984,-371.24294150690974,-261.262115133306,-38.22147367996964,-247.18073474309514,-160.86404037577972,-79.932066211449,-18.54103988982142,-476.0160542792277,-90.11347581580597,-393.5310450568952,-120.11996990389906,-60.76008067719535,-433.9468246668563,-237.06721594065021,-187.5075884204243,-313.81483937805507,-170.55913664922744,-229.02109050020363,-141.378290101561,-459.1669061548478,-74.28036510935992,-235.89797428226277,-324.15873318379283,-219.12969423543944,-19.024133979645473,-364.1575568304122,-283.57603666051483,-350.570211406236,-355.5396733740439,-169.34546913373865,-53.13718367262077,-384.8008183394032,-235.18477174099968,-41.7630278774711,-176.75840589070035,-175.15427879798307,-283.0178375285985,-378.3292969100855,-304.40483821351904,-258.5004483420009,-237.88578623676105,-92.61963503480541,-204.84679522556982,-54.62294006222845,-142.50869470722037,-134.13955612659657,-69.21795726781471,-181.48611184772923,-250.63443350784704,-4.7513096133036665,-60.474134462003505,-234.79711178186773,-139.03754797811885,-137.74905169644657,-223.04920997366696,-252.728218518243,-423.5908782198983,-402.6792355573662,-382.2153545172179,-93.95184539342854,-163.44371500716736,-362.9408790119137,-264.6972579401869,-174.43998644954078,-486.6016347633275,-233.01779861370463,-327.14915324372885,-13.64942055229651,-228.31850951734444,-144.44698958468234,-483.77725582044656,-98.20386405898779,-423.8070180674437,-473.29996690475144,-286.32239310781364,-364.8167000151725,-189.10348216127105,-486.5434215576487,-379.7151453861321,-289.9512324719053,-291.1128660755715,-53.942986844542574,-363.0095954928857,-193.16699584774443,-496.2732471100234,-486.7493274710751,-299.83593430304825,-446.0231142239211,-434.68266042571037,-429.47282565659214,-51.67977549239772,-478.8608265569017,-8.315202443718917,-335.8654075435701,-289.0085080272909,-125.39322550272958,-145.29182668241987,-467.0363744336669,-371.9319680628755,-116.8543101891411,-413.57016891733764,-495.79951821275347,-68.43632984472059,-176.7617331981868,-111.76263440925493,-235.0788713715103,-392.37211226468236,-127.51249115207352,-209.41297082402215,-189.8781690505117,-170.2903223763894,-248.0861082855675,-170.22308814414276,-12.369310288524392,-452.6934951673814,-142.15765611802235,-324.64102651789244,-49.437978798667956,-396.76864594148435,-54.64195220566798,-457.60873545134945,-33.5505406676786,-142.9821985955106,-246.25415969766885,-458.03708032479636,-251.6000446541676,-55.73233788042714,-449.4404489621191,-494.2390188862141,-360.90467015669526,-484.53160324625424,-27.542612407242096,-385.4536580048927,-362.1064764479052,-234.4869028595472,-66.42843656492775,-135.19317104032984,-221.57622326985987,-86.9373229730826,-245.264566454086,-498.15264715235276,-447.28380789025096,-345.7496139910671,-90.8314606332361,-159.3447182822338,-291.8557476414736,-127.74772321242422,-95.51461730992133,-199.54552219784134,-264.2823570498163,-31.09567276144626,-260.17392418733283,-139.5954221653286,-28.42801100993991,-211.65407771215322,-339.0045377311165,-22.363469582174222,-102.36277637167323,-145.40204644014887,-276.3346510437843,-440.418983691235,-418.52241937137194,-318.00264922940494,-168.21116597219083,-34.42346251220418,-414.4526575923353,-288.85272313887583,-193.47919572141532,-72.96437179633003,-216.21959323536626,-44.8774731724601,-203.45670121984094,-229.39309606109626,-174.27612673880344,-3.9564892091329407,-284.92136596860223,-28.935487993638652,-66.8736407589397,-302.1569011532013,-332.89990870350596,-14.531713728964169,-368.88091412130905,-3.1636932912672,-362.66851613092047,-84.18175281065498,-331.3859404790722,-138.45831237887384,-225.0673256792917,-117.46512100590184,-148.11795881079536,-161.06856303639634,-46.10719942508135,-285.3400693593572,-13.155495896011004,-352.30119215138416,-277.9693998317139,-316.2770137046899,-125.26220334641475,-247.6161009358086,-126.50473821495662,-451.6725989720524,-179.14039795994768,-260.3774474794905,-163.52445576793252,-431.9781359805626,-278.5982183608903,-296.94508718497724,-373.3457959823993,-333.4937046784777,-369.5862819452826,-362.21677855337146,-375.06367750766594,-44.554650757786305,-312.13920835186593,-177.80624187455967,-199.92990346618916,-439.59058207374954,-194.90013224502445,-221.10576234186092,-248.12484914497173,-248.2110562965719,-457.20629273665514,-368.6518344339123,-391.7456291177751,-81.0952699651562,-444.1611027925015,-121.75896145662956,-153.398031447748,-110.19089213896727,-396.9967463283344,-106.5467521813545,-270.21523869239564,-492.18923959010704,-115.69303950441589,-53.27577841335424,-449.12262610201617,-347.2461494773387,-445.68175770950137,-399.89425733803824,-306.8407218747174,-408.3572136136626,-3.2742642037896785,-449.19134543369654,-314.04994955842716,-231.95131194637258,-335.5269973935037,-391.6627638581388,-87.44429236160912,-281.69171818812225,-486.5248769532264,-57.21529862008323,-200.4504124996327,-76.51333847184932,-127.09253612452875,-6.162602607435563,-59.3826968314724,-334.8844170557436,-340.7066004271272,-329.27872973561966,-413.52054611244654,-18.59951174153085,-43.22120875653129,-275.87044065940773,-85.18048557086117,-315.1339679114614,-86.54976254463581,-354.3395714980296,-140.20361124429826,-478.6223307756467,-312.8085910750809,-120.52958945984116,-385.64928581515113,-231.4304934788824,-430.380696408438,-247.7778921178973,-411.8379115496768,-78.45714119298964,-277.67787014564067,-421.06794298070974,-365.52339995040603,-214.93261412076603,-185.99455138515097,-244.8266345878048,-285.6599923223694,-436.4275808789935,-252.83754116938334,-458.2359915134472,-339.1321882314989,-408.1785620547424,-375.85685803463633,-60.61629340536984,-291.144195070237,-104.53252222973236,-359.82440859840233,-491.9984121586971,-57.29163913998847,-102.84255516262547,-404.41698969638617,-188.92026040794923,-89.88623992552614,-64.58405775149988,-208.9196082823847,-217.43205927154546,-316.3240993637504,-497.9339364164961,-104.15683507518119,-201.36821241854514,-197.12834790492118,-406.4611707741761,-126.49292258842365,-190.64095578085977,-35.987936286911385,-339.9182038401384,-338.38905388276817,-210.08161917265167,-225.71347122528152,-469.70236346506033,-8.227333371344404,-414.46794380926383,-61.814606867296504,-476.4454251088197,-404.844514805486,-189.3190153152825,-4.238725625831885,-154.7145687059497,-216.13632891135842,-136.43374796560698,-223.06517506635336,-145.93913422787853,-491.4248344208608,-287.74037235486816,-332.55210441416295,-125.92698404982184,-52.495721478872106,-359.33683204640124,-82.04881860152385,-142.53520751348137,-329.79017502132854,-224.311904606389,-222.42315836290905,-372.6704005209628,-147.34105589778963,-343.8180214374511,-389.3166963330997,-420.6356979219148,-366.13304439591906,-272.9341004003269,-281.70373321174407,-443.7218309328749,-10.148278509916398,-150.43511345555638,-368.06104802037424,-465.026421632292,-140.43549941187405,-468.79961342810856,-244.05853307171782,-78.48110418255372,-471.1437883555191,-130.983646543325,-97.57662147856944,-29.66357014530746,-109.85587347355458,-291.0358142419859,-174.46702271300774,-484.1148945259452,-257.74177257655197,-181.53233105794675,-266.5824010672173,-347.97502916315364,-311.5766098310192,-351.5579742517792,-193.1217687708674,-284.51793831582273,-156.60391867595314,-117.32456869552676,-269.6992365837641,-140.58748381551632,-405.02834901562954,-183.24650010886205,-186.10647045403033,-175.69712586360458,-164.81090005487204,-163.42079252819903,-226.45462909166457,-273.350796019399,-345.2868341560604,-221.1698435000049,-492.61080012584546,-434.28608029946486,-407.07082408703036,-414.585264628315,-438.35688536771386,-133.51845562211574,-145.3650395759182,-325.9361550139547,-458.50777376116156,-75.31050476763573,-354.0995755860377,-207.87421584811477,-317.35293168888523,-225.6678175903818,-386.2704166321589,-154.267084432341,-391.865696738225,-242.48175702463942,-479.3684172512497,-115.50688761685873,-113.27799533207083,-207.25065618858773,-171.70268699552338,-14.853333638924493,-271.63210577157486,-293.44701581145705,-28.329910054627373,-337.73271894570456,-325.5671572232446,-452.4060989034096,-383.32129872157174,-314.71971904207845,-283.70513303146555,-399.42918120950117,-59.40518419984553,-149.01709938426504,-183.61279971278177,-425.8190893751701,-125.06574753436689,-178.6324952031906,-107.92782650768807,-122.86795844769804,-442.4597108993333,-466.0287711994194,-460.1969635909259,-329.4966840430259,-121.57533168367962,-349.4791869701821,-445.20188933890927,-278.16890781039626,-460.59154364934966,-379.7426869909794,-330.27970029205744,-362.4387437684876,-437.223857949561,-290.76005668560174,-334.19905037810287,-8.01850771542939,-240.74250908121786,-105.52615440198664,-144.0423747386853,-291.27546215061454,-53.83822651015907,-164.13409105636157,-154.13429219024704,-201.23478042497922,-135.44434156477377,-48.65431800069947,-335.5929756325617,-412.28439311517843,-260.8923498468404,-297.22970960111167,-48.00730953986804,-199.40696900833032,-393.8173487595404,-98.14142669903858,-209.7637179195584,-429.7705385126555,-29.243946646716978,-309.45664099143164,-313.5518318357985,-228.62602798452357,-115.1655952640841,-261.56919989428746,-496.18418897991734,-175.08637662664646,-348.4316460631488,-281.83852190150236,-420.60229842476474,-370.155878781318,-47.140232078307534,-470.1697365501708,-23.372676043417695,-240.33174426227689,-118.3962753829082,-349.6261468663319,-22.137239350640712,-121.39344727161527,-481.75677065579987,-370.2447258702127,-347.5816435966267,-107.5547711491322,-268.8208330734099,-253.5059803497687,-391.19646353283485,-140.99626563978816,-3.625227575424661,-317.9180648012689,-117.81893786225783,-111.64623755163383,-466.45397838545813,-444.3844624187939,-172.28737780010223,-345.05061714858243,-496.4028193811086,-253.97085188344371,-385.4173036918352,-318.7278151315878,-358.25227183727674,-254.37089061523878,-435.85416854301155,-466.36033895894417,-194.68257964419118,-321.06930363075685,-66.1767480948906,-137.1285699938221,-342.83862800657505,-464.6960153166707,-154.22454738854623,-485.6913162054946,-318.1057142154419,-257.160457360371,-409.06010046226623,-295.82565708292196,-495.51632497010866,-305.02707368207183,-287.68969502506064,-457.19682251500325,-331.8915828256536,-103.00153770710091,-275.4387424761791,-320.36187093352726,-329.81724466862795,-326.4095765040801,-289.01831901026566,-289.6461578627864,-6.9448077155727095,-345.7010871559659,-458.791584341944,-101.35447323958047,-257.73592021596727,-421.72593965130426,-76.4705324424278,-412.6480472019847,-44.20692638115514,-57.28104647851961,-452.98369581695505,-4.502742935540538,-279.72606192154973,-245.77169098215435,-180.19461827675337,-112.1716968126572,-73.42483602218137,-445.39268765832367,-302.7901772404237,-364.7056882335801,-168.25332633428343,-10.645870162757143,-346.06669127730885,-180.95018845693224,-474.33610295174134,-197.44075864402083,-98.68599864605116,-56.69368156701354,-198.60509819113818,-480.75076441480445,-384.276267261434,-341.29327923718586,-225.74735034814947,-273.5921137444999,-367.86153607576904,-456.1125078063426,-364.69946127525424,-329.2499584176104,-459.509880059526,-275.3386001986519,-328.4580564042691,-58.029874740928854,-119.36982063777401,-343.974624109928,-494.3932483232388,-232.79902295590233,-293.96801863827903,-426.6930850611474,-150.53649221279014,-45.13949685615631,-244.26062252969461,-342.6663786328789,-150.00151544793948,-480.65476609948934,-158.51206078645086,-265.20892365362715,-305.3533745347544,-495.2169324082682,-152.91421937567773,-286.0019242847337,-463.01642601368843,-16.454717908600426,-120.70011900233341,-439.5127750912487,-437.10913248461935,-289.7032649811286,-88.02379423000207,-319.889782448023,-413.04755885403034,-204.87166911539057,-461.7659131112187,-220.1463248467172,-431.7699647324646,-172.6244744294198,-308.84503192259893,-173.37980105913746,-220.6642228559582,-76.48764696178418,-161.62598157555496,-190.07871858815506,-116.83063660818827,-285.9488648630313,-115.62389573239045,-330.9205410321671,-438.59284691083974,-376.9552128797215,-280.7793085128202,-323.2860522363297,-190.48543956135134,-18.779179435132686,-335.75776107530095,-382.9505832635393,-477.04735738187236,-20.11694217805965,-296.8993988031649,-112.3704899720438,-420.43337587276653,-78.18925133781745,-135.65160361861328,-375.5923063418411,-224.0615339960503,-461.7482830444079,-412.0179594328687,-431.8292343926553,-63.429394476011204,-107.6684124393158,-442.84563200355467,-448.131094593216,-130.9627067185982,-155.00494297165457,-339.1733556046506,-47.109799069995404,-283.36635838908376,-446.67070439630567,-124.48248148669622,-17.302162840879486,-361.2320857551987,-180.01932431863509,-459.1324669123301,-400.1001002333024,-253.68257765718323,-29.801362953190356,-426.81489032055833,-58.51337968143383,-484.30070974780443,-10.692640411172572,-359.6085078867487,-361.8081766839877,-196.89831064474856,-105.34389378241715,-368.2458533782815,-498.410736407601,-91.00512308112302,-366.531949630125,-92.61943064513162,-23.74848411939573,-142.68971996918228,-238.8429640391371,-396.5450096312757,-199.0098686764329,-425.8536050006443,-429.7733777562046,-404.82808564229015,-368.63335155111037,-82.30097129149205,-107.35155888765347,-278.44344200921086,-67.53388445373531,-61.38641009900686,-184.15808775980653,-429.9877999831519,-258.7878361507118,-26.511973008663315,-247.20257452121086,-483.16098106567813,-82.0204767558912,-311.29621349874566,-292.7833753488712,-245.9271882123497,-208.52153779175492,-121.81116335453324,-174.78976234433395,-37.02787980124644,-78.39381905629472,-351.3931191946723,-193.31653918706155,-25.475676617377317,-402.6720674512742,-44.30450217757104,-182.17269240798805,-94.12334704126002,-219.37475352696052,-351.67928203563065,-476.29264748820066,-393.29989523835854,-127.96960127332157,-116.63951326028781,-300.2849646648001,-17.895679280344524,-87.34864133980864,-324.82489244755754,-361.9490136384068,-175.88819095609333,-375.2063195271117,-153.89114270240268,-242.24603369708115,-100.55275562570837,-218.8671137749481,-268.37561494604023,-468.69480895019194,-208.4708888819829,-15.947737226925662,-34.04006579633695,-480.7435766343059,-59.42312049330545,-69.30125729178471,-457.2312285280716,-453.51412487271125,-395.8264725454895,-395.43606238191217,-404.9653023141766,-218.1043586797728,-158.1168653241935,-241.99994211780097,-256.5151719435157,-186.32014746123377,-394.40721609249795,-79.10505780311894,-492.1528274460713,-221.17363642830878,-396.8660159371015,-480.2390266389185,-55.524817735377376,-330.0449760652893,-496.40747619528906,-107.47148314746747,-430.1696050466148,-427.7376008658631,-175.8966786953914,-459.9313518477111,-372.6696763733626,-289.6040083509071,-255.51702610108688,-356.648236260501,-169.7091625431439,-423.0783058309978,-7.302024655157613,-373.1444932397168,-333.99156130864856,-399.1537980214124,-236.22490960704113,-103.88161063648155,-239.91287476619488,-231.59268203427425,-467.3866111938216,-275.89365839392775,-256.46716669181285,-473.63518182875305,-31.821225809839703,-296.0106829791259,-322.7443918504415,-242.51258468061616,-213.59018906770677,-367.9784731267124,-227.40390595130745,-36.50832234137974,-454.35624261512044,-106.98264283243248,-16.661654489477208,-21.379247614433993,-277.71965286128307,-79.4668679303277]} +{"expected":[-1.8621379,-2.7922332,-2.2772825,-2.4768388,-1.603008,-2.100739,-2.528023,-1.790851,-2.6542687,-1.7289265,-2.8740537,-2.5850844,-2.767108,-3.0155895,-1.784961,-3.1354346,-2.649632,-2.540051,-2.1896381,-2.7909858,-2.520278,-2.6594737,-2.0829983,-2.08739,-2.3158338,-1.7286302,-2.158922,-1.9348764,-2.8595471,-2.098823,-2.9220307,-1.9152697,-2.3246567,-2.1841831,-1.7197748,-2.3528907,-3.0742857,-2.4600666,-1.9349699,-3.0865078,-2.7382574,-1.8531641,-3.009008,-2.0534172,-2.5412416,-2.6045425,-2.1534045,-2.2741945,-2.2814186,-2.8023584,-1.8311869,-2.8163972,-2.24254,-1.9282876,-2.4364848,-2.170538,-1.6311644,-1.8676127,-2.5160263,-2.891923,-2.3330562,-2.40346,-2.566889,-2.032132,-3.102895,-2.2856078,-2.522172,-2.1635149,-3.0800984,-1.9064082,-2.235234,-2.4149392,-1.9116731,-2.1907957,-2.9296184,-2.1478338,-1.7988858,-2.5574489,-2.614927,-3.0443714,-1.8024105,-2.8330405,-1.703437,-2.7350867,-1.9158077,-2.2857602,-2.5585287,-1.7313256,-2.2217846,-2.0116763,-2.6987867,-2.365291,-2.2998025,-2.5079405,-2.1728115,-2.7096958,-2.6406243,-1.8874353,-1.8933411,-2.2583916,-2.5763452,-1.9416804,-2.7358248,-2.01461,-1.750521,-2.5314457,-3.0112894,-1.6721113,-2.876845,-2.0559294,-3.0112422,-2.8682075,-2.1562297,-2.5367014,-2.8981717,-2.8945854,-1.8651465,-1.9899001,-3.008538,-1.6474587,-2.314575,-2.019494,-2.792164,-2.0046463,-2.5453558,-1.6488078,-1.6304637,-2.1656287,-2.0379958,-1.617261,-1.9259702,-2.5957015,-3.087832,-1.6803459,-3.0337467,-2.4745376,-2.6110609,-1.6416221,-2.5078743,-2.3494482,-2.3119788,-1.7864425,-2.6229413,-1.645151,-2.905866,-2.9469445,-2.8047347,-2.3154497,-2.4229271,-2.404334,-2.905811,-1.8084683,-2.128855,-2.3728273,-2.79971,-2.5091162,-2.4772084,-2.4204452,-1.677921,-2.5578682,-3.118622,-2.0899005,-1.9901888,-1.7139839,-2.7168186,-2.4615183,-2.115758,-2.4133477,-2.9126964,-2.147342,-1.669777,-1.7996069,-1.8411881,-1.6248069,-2.4353423,-3.138313,-2.4109478,-2.294186,-2.641919,-2.4300406,-3.0341804,-1.7713134,-1.7415183,-2.418413,-2.5399778,-3.026829,-2.4318502,-1.6496124,-2.8273969,-1.8491672,-3.1063604,-1.7596669,-1.8322995,-2.314075,-2.2567139,-2.641175,-2.859646,-2.4632251,-1.815333,-2.2014647,-1.653871,-2.062473,-2.150011,-1.6031971,-2.1392705,-2.552675,-1.9496757,-2.6874402,-1.8749303,-1.7068726,-2.304414,-2.0360968,-2.383851,-2.360353,-1.6628957,-2.52572,-2.5140443,-1.7636075,-1.8836312,-1.8816216,-2.1009302,-2.5451982,-2.4589076,-2.4174066,-1.7405909,-2.3297932,-2.4792542,-3.07456,-2.8652487,-1.9359915,-2.3716273,-3.1315231,-2.3643637,-2.6176639,-2.5165734,-1.8369055,-2.0238183,-1.8510898,-2.8934283,-1.5800079,-2.865093,-2.3777432,-3.0561764,-1.7865534,-3.1011019,-2.0021777,-3.1339734,-2.7533844,-2.8847415,-2.5982249,-1.9501759,-2.190249,-2.0751271,-2.494213,-2.4131272,-2.6567283,-2.261024,-2.0705605,-2.6835945,-1.5801642,-2.4246774,-2.0403862,-2.2975922,-2.0617628,-2.0856164,-2.1192718,-2.7499108,-3.076588,-1.6190873,-1.6177055,-2.4521446,-3.0739655,-2.895311,-1.665503,-2.3263874,-2.760178,-2.2156055,-2.739337,-2.3006413,-2.9069376,-2.479491,-2.4623668,-1.5997199,-1.9939462,-1.9452915,-2.9951398,-2.2494478,-2.9831932,-2.1679142,-1.5914372,-2.7574003,-2.1595259,-2.3897798,-3.0464845,-1.5997463,-2.5014176,-2.437024,-1.9714588,-2.420995,-1.7736558,-2.9164138,-2.9077337,-2.7881868,-2.1299834,-1.8518103,-2.748285,-2.9866161,-2.8355207,-2.4487753,-1.817639,-2.9317143,-2.043745,-2.3628485,-2.9809036,-2.0911415,-2.4348288,-2.1158733,-2.6015823,-1.6114357,-2.4173288,-2.2643573,-2.429338,-1.7924577,-2.460094,-2.3039393,-2.1862133,-2.2800553,-2.5197446,-2.4321957,-1.663719,-2.0713892,-2.2515392,-2.2820034,-1.8867257,-2.8263953,-1.8488709,-2.4114063,-1.9822401,-3.0647092,-2.6502416,-2.7919362,-1.7918869,-2.4812136,-2.0276954,-2.152521,-2.8312104,-2.5157943,-2.2765813,-2.414963,-2.320931,-1.6824543,-1.6387529,-2.2656505,-2.382798,-2.1401272,-1.7920854,-2.3139699,-1.6979184,-2.1107779,-2.950327,-2.014168,-2.108031,-2.1407337,-3.0023031,-2.2292404,-1.7014596,-2.649909,-2.0467503,-3.0204506,-2.3781097,-3.036064,-2.0957596,-1.8749558,-2.0100648,-2.2982976,-1.8850162,-2.3326337,-2.9971914,-2.8112028,-2.2364366,-2.9044852,-2.8420494,-2.3477595,-2.2139075,-2.864662,-3.1105409,-2.4560695,-2.6735108,-2.7394018,-2.9348679,-1.5854657,-2.9681575,-2.0268033,-2.6118999,-2.224052,-2.610037,-2.4034073,-2.9187775,-2.1552079,-2.5306082,-2.0051482,-2.5615604,-2.4366286,-2.0635521,-2.4809513,-2.3469706,-1.7282169,-2.5327263,-1.7919508,-2.5222561,-2.739032,-3.0408928,-1.8829157,-2.867633,-1.730737,-2.6688762,-2.0466774,-2.444051,-1.7640519,-2.8583958,-2.3317242,-2.9735887,-1.6136055,-2.3979743,-2.2567754,-1.6725163,-2.1607108,-2.6804078,-2.8274908,-2.1915998,-3.026926,-2.6393359,-2.6569858,-2.1363668,-1.8036996,-2.032173,-1.9352524,-2.8211412,-2.4062562,-2.0131104,-1.8500496,-2.4118176,-2.1946287,-1.5862379,-2.6698053,-2.6871037,-2.314315,-2.740127,-1.9800698,-2.5955975,-2.301628,-2.1809824,-2.339698,-2.4768233,-2.300326,-2.0143657,-2.0234132,-1.92165,-2.1287165,-1.8826429,-2.8656852,-1.884885,-3.0119731,-2.3587887,-2.7609818,-1.6364206,-2.9310267,-2.434654,-1.9540395,-2.3754637,-1.8945534,-2.0121114,-2.664619,-2.0400953,-2.2045977,-2.0609508,-1.6747551,-2.2947195,-1.9505285,-1.9435683,-1.8949469,-2.4902437,-2.2147913,-2.7022324,-2.2132633,-1.6458801,-1.8228942,-2.1634645,-2.2966025,-1.7062962,-2.3480418,-3.002227,-2.8300416,-2.2442293,-3.077343,-2.53466,-2.467617,-2.6849205,-2.5625954,-2.7121968,-1.8215797,-3.037254,-1.6593242,-2.0653706,-2.3757374,-2.4872537,-1.8449394,-2.817992,-2.4962146,-2.0188875,-2.1433456,-2.288118,-2.8694067,-2.1420848,-2.7580993,-2.9311354,-1.9094601,-2.9228227,-2.2642677,-2.3140368,-1.9610138,-2.3861551,-2.1972868,-2.5470018,-1.6965727,-2.8971446,-2.8376925,-3.060323,-1.5814269,-1.7882028,-2.1636868,-1.8283985,-2.7085514,-2.6021638,-2.611059,-2.546093,-2.1579294,-3.0670023,-1.7697449,-2.530926,-2.4120953,-2.53827,-1.6181319,-2.1939266,-2.6136458,-2.6037807,-1.5989367,-1.633356,-2.324364,-1.782756,-2.534616,-2.0025892,-2.1729224,-2.055652,-2.3196456,-2.4092703,-2.9962676,-2.137888,-2.3299663,-2.1558192,-1.6488409,-2.3405101,-2.5722175,-2.4918027,-2.2435176,-2.6785786,-2.3339183,-1.7016315,-1.6724873,-2.548178,-2.7231529,-2.8840716,-1.878105,-2.3069725,-2.249563,-2.1415339,-2.7882035,-2.6657283,-2.3903198,-2.8496463,-2.8530033,-2.309486,-2.7443552,-2.709464,-2.9682152,-2.6870167,-2.6510036,-1.8372899,-2.5706263,-2.5700037,-2.3037634,-2.7654426,-1.7710398,-2.436715,-2.9369833,-2.5171735,-1.9150821,-3.0972626,-2.8472762,-2.5304537,-2.1818035,-1.772274,-2.8186631,-2.8915896,-2.0856643,-2.5562336,-1.994942,-1.624848,-2.458192,-2.5149567,-2.2944102,-2.1614797,-2.7016566,-2.0026083,-2.234018,-2.0882146,-2.2286065,-2.5952325,-1.8764712,-2.1927042,-2.4194446,-2.6394522,-2.3994713,-2.382937,-1.6518404,-2.5505536,-2.139615,-2.7083883,-2.302786,-2.737109,-2.1567714,-1.9399105,-2.429054,-2.38653,-2.1245759,-2.6382823,-2.2225108,-2.601291,-2.5194829,-3.05403,-2.4428976,-2.1484568,-2.79933,-2.8801022,-2.1259718,-2.188078,-2.0666957,-1.8247348,-3.078108,-1.6602379,-2.5482988,-1.6730961,-1.7819294,-2.2322204,-1.6595241,-2.7580338,-2.7905145,-2.4528565,-1.9375968,-2.2415924,-2.1148887,-3.050905,-1.6944206,-2.3373194,-2.6926212,-2.1993964,-1.7581025,-2.9374924,-2.2338803,-2.8072495,-2.1896474,-2.4905117,-2.5402544,-2.2494757,-2.127973,-1.9689472,-2.021854,-1.7645984,-2.2488415,-2.3488514,-3.0291383,-1.8358785,-2.272956,-2.3136778,-2.562197,-2.6854,-3.0125523,-2.7887013,-2.236651,-2.164859,-2.725304,-2.231676,-1.7137858,-2.1567104,-2.300525,-1.7594442,-3.022381,-2.3011377,-2.5206337,-1.8354573,-1.6496111,-2.3184164,-2.2029192,-1.6412607,-2.635214,-2.258179,-2.9575796,-2.4530895,-2.4768052,-2.5509412,-1.8910414,-2.3996239,-2.1126525,-2.7722578,-2.55703,-2.3945823,-2.3185,-2.9910471,-2.59891,-2.7808828,-2.4990544,-2.819653,-2.4768207,-2.583813,-2.454072,-2.1079419,-2.3896246,-2.6276112,-2.468357,-1.8498958,-2.6394691,-2.7058403,-2.9809232,-2.1362588,-2.1199367,-2.1866992,-2.294951,-2.6695676,-2.9281404,-2.1586792,-2.5506353,-2.1855354,-2.68536,-2.5431592,-2.7115746,-2.8276737,-2.0250063,-2.5223162,-2.6608105,-2.2971404,-2.3132272,-1.5987635,-1.8224581,-2.7418165,-2.8697276,-2.2066402,-2.188269,-2.4409268,-2.8354614,-2.8213565,-2.3652725,-2.8581421,-2.023156,-1.7519587,-2.2675135,-2.625794,-1.6315358,-2.3633952,-3.0471034,-3.1255336,-2.7173846,-2.454829,-1.6096398,-2.3221545,-2.0375288,-2.1506383,-2.5219247,-2.0592394,-2.5131745,-2.0334816,-2.9711928,-1.7214425,-2.4374504,-2.243576,-2.0078197,-2.5847995,-2.2791548,-2.8668056,-2.866345,-2.7816417,-2.6091073,-2.9196398,-1.7601043,-2.040559,-2.3510396,-2.9842029,-2.923412,-2.553312,-2.0529163,-2.2113533,-2.3985672,-3.0946639,-2.6062279,-1.755663,-2.220652,-1.9335519,-2.949227,-1.6222438,-2.5556362,-2.0989482,-2.009704,-3.0129979,-2.9017746,-2.6164541,-3.0380318,-2.718214,-2.8689868,-2.9905932,-2.8995123,-2.1535566,-2.7816236,-2.7400398,-1.677347,-2.4751992,-2.45844,-2.4892213,-1.9899932,-2.3543434,-2.0603192,-2.6346517,-2.4482036,-2.189528,-2.8882768,-2.732452,-2.1772523,-2.8742898,-2.8388984,-2.3048558,-3.0714824,-1.8296927,-2.2916093,-1.6950493,-1.8738477,-1.901494,-3.003801,-2.5557578,-2.289276,-2.8948607,-2.4249861,-2.962744,-2.312226,-2.7700346,-2.383957,-2.676658,-2.1922865,-2.9977787,-2.4882114,-2.5771656,-2.0078404,-2.3638225,-1.5835756,-2.5132022,-2.495121,-2.3751826,-3.0228863,-1.7283838,-2.0097399,-2.064603,-2.0283425,-2.6438067,-2.4002142,-1.7861452,-2.7039263,-2.2595737,-2.154275,-1.7662972,-2.553123,-2.2188504,-2.8790634,-2.8085432,-2.770998,-1.702793,-2.9143517,-1.7096851,-2.3904953,-2.5607107,-2.865639,-2.0860608,-2.6595242,-2.4685562,-2.6246731,-2.8295708,-2.7189903,-2.7994733,-2.7556355,-2.9046395,-2.5208108,-1.6887,-1.7957407,-2.155178,-2.5873852,-3.0435207,-3.006246,-3.0702977,-2.5205672,-1.6344668,-2.2525408,-1.7972071,-2.9061477,-1.9958057,-2.7584393,-2.7785258,-2.5495563,-2.245223,-1.7244977,-1.7776202,-2.4942658,-2.0105734,-2.4187129,-2.3418288,-1.8729789,-3.1415358,-2.4076865,-2.8645165,-2.623795,-2.463668,-2.1897266,-2.9673884,-2.8394613,-1.8171471,-2.92221,-2.0780385,-1.6768264,-3.120143,-3.1364646,-1.8010994,-2.4057794,-2.9612045,-1.825806,-2.1815176,-3.001723,-3.1277573,-1.6774569,-2.918164,-2.6738067,-1.8931578,-2.286837,-2.3118567,-1.8238881,-2.0056107,-2.987649,-2.2624288,-2.3508296,-1.995349,-2.1752677,-1.7431301,-2.2671733,-1.9672569,-2.175258,-2.3322651,-2.4797704,-2.7633336,-2.0696964,-2.877416,-1.749763,-2.8488593,-2.0332458,-2.3364973,-2.1867874,-1.9708667,-1.8944442,-2.8882248,-2.238573,-1.7035972,-2.7043579,-2.3479154,-2.9439185,-2.4476752,-2.9406157,-3.0530047,-2.0203702,-1.8253254,-3.0498953,-1.8029448,-2.1933072,-2.6604052,-2.4642851,-2.6663842,-2.1612203,-2.3811998,-2.088444,-2.2795835,-2.2808158,-2.343568,-1.9301943,-2.50303,-2.934352,-2.6544077,-2.6359224,-1.7320101,-1.8798542],"x":[-107.39910500344146,-220.6301610125439,-380.44292725537065,-224.89300305754546,-6.479654598465223,-146.96598303553932,-454.7704062997285,-85.27874360664389,-145.72240414660575,-50.62430497816178,-439.42202598896716,-264.73677340732047,-315.7167783576036,-182.28662169486952,-43.67110148890318,-262.25978542861594,-395.79444589128286,-159.07541237100247,-276.3759694635928,-283.6783910294265,-414.4487902397335,-373.2882099477138,-272.2336692053593,-212.63457953885384,-253.6071840241128,-68.40698253071531,-254.3396063139603,-85.5602754573998,-417.44134601900817,-232.90704688052594,-322.30607111437706,-148.3130511600782,-226.7346414395071,-294.23448731680213,-50.40342946129389,-258.5705381004503,-330.64102489334243,-114.34948723067117,-70.75315510753616,-173.33642673186694,-425.54788860336106,-100.85420810974898,-412.30042070812874,-210.00065146058395,-132.39046510825509,-336.4670726841022,-252.19629183216475,-66.30040609540438,-275.0797588356958,-468.5075351236739,-124.73461312192497,-223.08815899387253,-206.79150487187704,-177.48364735692175,-155.00479920403825,-105.95052424625135,-25.824088043053084,-100.20339765605662,-419.21655723571894,-371.7352895157475,-415.76501413741136,-372.93453653317687,-101.89769803390824,-14.230935831823999,-278.8366509856652,-160.39265743922738,-494.77100056882824,-124.37697842223699,-309.19666052090065,-173.17767199115968,-106.52179086545394,-171.65114072834353,-145.7033906809489,-261.18015489536003,-435.76862283265626,-278.4902007893691,-102.05926916105574,-280.505059087728,-261.6955934697848,-407.89225584817035,-55.483449378510684,-462.08535936445713,-30.532960094989402,-355.3526315553047,-108.14950311327453,-328.63645269960745,-363.0710428143377,-75.25495783327119,-151.8301887982116,-195.03722099944514,-129.17284923066063,-387.9448171178047,-280.4705048584034,-303.62114098404106,-296.7306945174548,-365.46838286892273,-426.08627650461125,-154.77139618684473,-55.83279924161,-315.89823607692364,-475.23515389736446,-19.41641043006509,-80.77541072336369,-192.6136110884899,-32.34518497976696,-207.39984323991993,-280.6440109637894,-18.571718808462588,-161.79066447603847,-243.1566595911341,-185.15374932343937,-56.005419591482195,-287.98465219267445,-149.32346656993568,-191.1689274968425,-325.75680825097027,-139.2230975914311,-206.13313399407113,-495.5856695840643,-34.59660971331069,-197.53034511023176,-162.75329220552533,-160.54172921786235,-171.89062464202908,-459.70042340380576,-31.646932532639617,-11.91650998708732,-338.27885762552813,-213.4686932685187,-22.599560928761974,-153.59034299378806,-325.46948408652736,-196.960459658078,-12.865145099653585,-289.2775948157845,-331.80674089127916,-246.9955316879835,-11.75500927315426,-366.0982373094542,-135.96744329076944,-420.5511669894633,-61.12551512152115,-440.1873583190992,-19.146870960289554,-458.2478929596356,-381.5250160593857,-223.1392604730838,-429.7356462874576,-308.86765629336617,-155.36449241314816,-382.5463379062667,-80.19636991236706,-276.25142931335245,-300.18749620387206,-381.3730577683421,-382.96544816209905,-178.65662818576183,-410.40081870113295,-20.540885713853317,-283.90411748972167,-194.7425779702539,-285.24687958116243,-221.74467855513262,-35.5237932814943,-488.18906728258395,-91.94187645168056,-243.79503159681826,-111.85434457507426,-296.37967191313675,-175.19008956799064,-12.062055627619973,-88.39768563042932,-82.41890144511832,-25.97585350100251,-269.5524864905737,-122.3682269798283,-173.99410464048904,-249.94752205238441,-420.53784738865306,-359.5127734851389,-474.87298597238134,-75.81592934170267,-77.04604717288954,-393.54470078977226,-276.64178705700175,-260.8734595851242,-470.8873987356478,-23.4047356959014,-143.8158391621535,-79.19393667810054,-448.26886700818693,-47.004754777549394,-65.18595718612936,-422.4655782070442,-379.64702882890924,-250.95503799242107,-310.640380621378,-382.1318372199723,-85.4842764262544,-265.14376175268643,-25.868655835750488,-191.1149645035237,-155.73409780970016,-3.998445356253544,-236.0683179475125,-297.6252176354172,-59.70066882585973,-363.47345325646677,-71.17232781221983,-20.198547156155268,-305.0179553956311,-105.86784208540273,-330.1952432742406,-210.60713597261721,-14.16989113225342,-405.4030454506307,-150.71662527594327,-71.56543315511516,-106.63299910373003,-153.11456516416894,-270.39218982783535,-284.3479381712859,-305.3215327880292,-366.01137635681425,-79.26823721199649,-120.61810636311698,-463.44998248665064,-436.39193175348265,-491.2451775191166,-153.8992625647213,-484.64013527666793,-395.9241111400905,-134.22804811030898,-219.1186875396155,-207.37668592743825,-90.90561277938497,-153.65830326808506,-81.4572572330327,-384.5099409539008,-4.508680459523462,-368.35955562228014,-253.3487237570554,-202.7147186276196,-95.81783482214523,-392.23749641943084,-220.27242700558946,-331.4902727540408,-454.31424948230415,-427.2132351603244,-152.98267814594962,-75.17475724171663,-299.28226307402144,-113.97614395748118,-438.53636724351117,-328.3742672330641,-167.515754311744,-324.46771067691634,-153.04962424745239,-117.31997310456276,-3.2240229997853587,-382.20837420557814,-98.71858164652753,-172.48255860965006,-223.4078715054227,-109.38352079887731,-258.19028814941964,-131.53918054291947,-426.7597579350006,-11.287525827680224,-4.9579429563521575,-467.9099184245579,-256.8984070390572,-484.2708486270248,-38.97554626629229,-389.8428132250068,-436.9759605952882,-231.17306818975942,-363.77896030644183,-445.1003151348158,-494.51442993750584,-370.0371585188483,-494.05288161371715,-13.138071951772524,-149.31868226756345,-99.37661363261907,-339.19311895509804,-185.2634696845335,-399.81408881509486,-268.24727266769776,-8.508713618022357,-406.9041127478134,-91.11671606387422,-69.7841279963538,-420.65654970131664,-7.569348490697125,-417.8710389313029,-273.19865480068876,-26.729406905784735,-421.2049333168659,-52.01025590678654,-301.01964953789206,-410.30882707368625,-461.1220577882944,-304.6194565742616,-68.86305600627318,-333.29579915505894,-464.5794997111426,-494.6502203941333,-462.5896704904922,-112.53214082333002,-429.0252025124602,-169.47309244658544,-255.56336263857972,-495.31487942363555,-215.85794902460304,-413.33099589929293,-133.41461032782675,-266.0067795183795,-15.131159059295019,-410.90574995402454,-308.99622101207586,-186.67974686351408,-60.76879182936851,-232.80610624538977,-127.96756922197471,-204.11385697009138,-107.62069647374095,-66.30984341299146,-85.03774917243406,-36.22494825381356,-35.628585052865425,-397.8901964945512,-242.47570737070438,-148.58771662883802,-274.472765153381,-101.5875859076486,-259.13360143841476,-101.67467733575852,-260.43123893467975,-472.16645399212086,-200.06583110482168,-60.09743475617346,-335.8328867387726,-244.738883355645,-155.54174832893474,-323.2801685178762,-436.1836748670447,-380.35710703415253,-372.64545311534795,-117.78423167841179,-13.558849849630016,-13.281771517443753,-281.1836389008738,-394.0911900183858,-82.34448972567482,-99.10158136044551,-299.60544718262736,-18.292237771257714,-273.63489529096444,-405.857651872142,-138.36553605743111,-208.25924957194553,-243.20750728096374,-276.3548531004149,-282.89333144150817,-35.89374827022296,-148.17179275626384,-103.9727281671774,-191.28404416734924,-103.58843589532901,-323.7631926834321,-280.91022373075117,-37.48163466462279,-127.58575021429641,-440.4754473745869,-137.97577613269323,-173.89230298134606,-426.7980113087118,-186.97729256918694,-142.6899167375356,-117.4236177161519,-141.78027088660943,-367.52474888275174,-336.0868617745853,-398.3028304943254,-269.5703036362159,-215.55134821192718,-275.8690415143566,-319.80195751386634,-166.83448806124935,-6.168782158971153,-377.03625433438117,-63.17030819952091,-285.6836971709908,-312.1885984386527,-196.7434940049891,-263.7207887363682,-406.4577959625466,-301.5798527010366,-421.5234169747059,-166.62573802830448,-59.33233154878914,-311.42020040017326,-225.4337009726884,-380.3008111892158,-435.9112184979164,-78.58405623077775,-208.7298094533035,-106.96285670224242,-60.61214294091543,-309.6025859614843,-360.354208351007,-104.20020316873018,-470.91444641158995,-67.64749838675793,-419.56377797134587,-46.27910719678569,-145.55912135743864,-29.59036235381596,-341.75927245568437,-411.0455844703851,-484.538643277314,-16.022172787941045,-325.48984029147334,-260.9671988187708,-6.41071155647277,-297.81888728029287,-174.71446043951644,-473.20005297022476,-291.97265650846845,-297.653283524835,-362.4287109033781,-283.285097926634,-278.133714414658,-95.9826949736336,-167.2563919065158,-109.20544598291387,-188.5120692529646,-404.5756643277846,-128.92483116964692,-90.42579367321063,-387.4241470536706,-150.03243726161276,-7.308438275736739,-189.3756798212169,-90.26427551115879,-355.6415136347595,-189.8594613330378,-192.4127841575149,-442.2901732693835,-440.6658874642001,-131.8762565597746,-462.42955849023025,-201.1679996391157,-150.84682704110043,-183.43605551725722,-186.09878038680856,-104.86995747512124,-196.02671445118514,-147.57329632736256,-447.4569430100614,-94.94904290215878,-476.79538944498245,-210.2279240505956,-444.1636120672031,-7.30426885539498,-477.2289164241019,-109.95971691600947,-100.80012154954554,-333.36616007911545,-44.45429161414999,-228.49919256785483,-341.0876841835433,-250.13130018044515,-289.1591549350805,-47.758216424800715,-46.094966673761675,-43.033174967701925,-116.5211785548944,-81.16578351063264,-143.3531818030988,-117.31429778920754,-368.0700402615583,-420.11038834056507,-257.40743824508104,-14.10784412330629,-123.24342106780023,-176.33724825124014,-243.960392882503,-53.62867954839079,-491.15587907535996,-437.9561340327856,-380.9164898613459,-172.88169963882044,-337.6721303436124,-411.4699864060168,-356.8783846947429,-427.13541888171096,-211.42505505299397,-454.79839297583163,-94.257844752486,-483.57475641895627,-33.21827991556026,-163.15537604209334,-479.30670991350263,-205.19868971118592,-134.12430856888184,-437.7425887222034,-363.98819013205326,-204.29903157160945,-119.26763435130322,-384.4562714334389,-81.63978564117951,-193.42900711549632,-492.9112658926525,-389.92618561100045,-125.37709873829218,-24.111652594232037,-223.48230169412935,-427.93599250736463,-31.12379287871625,-379.80325388850775,-309.9462108165731,-137.97775117844068,-58.53592489987014,-355.5355029635349,-455.53409089426776,-483.77011160143394,-4.397758551604458,-97.08754617321352,-298.80415677870343,-14.091956276577221,-338.21947743524044,-242.96654261231748,-217.16274736757103,-397.91329365065036,-307.3786272523892,-435.25851753197503,-95.50387097329377,-362.4793283556195,-431.19226684480765,-319.40319465057866,-16.60986062288594,-260.07515327992104,-465.29990373355105,-357.47222732635373,-8.711546432718208,-26.51190721255525,-368.8091334304597,-83.27052617847175,-226.66059486128532,-177.7193214446059,-278.66795690091107,-165.0994070073497,-452.31337807751044,-315.4311838978988,-332.8952094537698,-115.58915724728574,-131.57604897498643,-210.30580636675762,-38.9470526858145,-381.7622450939428,-465.2485301927885,-186.33984584905383,-250.25101709255088,-496.61725009120556,-41.21485882073994,-44.762904295470754,-46.02631933594914,-218.30428742145853,-396.6361759691491,-432.9657973070778,-124.73142157909788,-60.86845838168398,-369.77700312662057,-308.13431468381816,-315.76647038678504,-159.83583018456815,-481.43598798990587,-208.60695774067406,-463.8331048089638,-341.8633116651896,-268.93107597685446,-363.9725362352506,-464.5213730858476,-387.32103553430426,-478.7936882319077,-73.40340043911358,-120.4256096946677,-71.83195755951944,-81.13924818175578,-149.02011436161843,-77.26983401075182,-212.56902958475092,-454.81601760010557,-482.7042095719214,-63.237751694011244,-284.4318387175342,-370.50314343320485,-316.29969514593887,-189.03801984332242,-35.00926999867049,-281.90728103299483,-357.84396386977613,-268.4723404568727,-244.0776979123751,-123.82485301046464,-23.616870867179507,-404.0220697943429,-399.89047593427074,-365.3088920723767,-274.81811943534376,-332.54458410237095,-118.84456868000487,-378.2561850174162,-259.0479706048446,-262.6371924277228,-394.03609122145474,-95.38589579005368,-94.17727957218003,-323.6478774158207,-101.92851782103502,-273.1460984844815,-172.98967260645625,-38.318182278643974,-365.8581535995009,-220.03403750910672,-114.39665115961112,-132.81811675238885,-356.0825361193997,-295.6117698164889,-142.01006579434434,-447.46468820917715,-365.43381535057273,-131.21000325230997,-360.39061505554906,-143.40479129967343,-370.80026638229134,-238.20904103597223,-215.02658212573772,-286.7560235854955,-239.68228698046096,-353.5772406427416,-441.18688276841885,-292.86484218495275,-218.36914799844303,-151.3391173700548,-60.657939196401166,-380.2714106434401,-43.09844037507682,-113.13605994516817,-40.19800225618842,-88.41470991430211,-162.38757614446675,-44.249581986150424,-55.965108238494935,-448.77586089977126,-498.83389598874163,-154.68988439750225,-283.6658350670252,-290.6724720876243,-459.95551961337316,-56.15184170127902,-411.8526872668048,-339.8314880732155,-333.2549123909954,-85.84706490428185,-478.6397665488564,-238.9208915294982,-354.1320229316326,-318.6999381638686,-320.9506647715454,-148.44764731999084,-263.94607880196895,-193.66582209977685,-144.10407746491245,-113.7128690053324,-66.53834439210814,-290.52948439050164,-469.1914624085803,-185.82942759215177,-83.35977590769616,-407.68486683040607,-275.3333769862692,-362.47272720790767,-488.15314566514473,-486.56866357154746,-264.4920683612131,-387.72882080689476,-63.170696341476926,-420.3716504260587,-229.78587877908595,-63.415068678749186,-74.5282703606494,-205.29105077403077,-95.07046021649134,-135.95262551589676,-355.55564810731926,-399.98858557786923,-53.40750585188031,-15.923263863118098,-335.47009679569084,-142.4786539302622,-20.241147307229756,-365.0515645131274,-278.0432640634907,-260.1865365940875,-477.5305755187142,-185.76913628619945,-38.193734392036326,-136.70139534564092,-492.6271038081543,-242.47190439193338,-414.48331249266397,-279.25746448355704,-277.9962615970936,-350.9240546733831,-418.1108460737885,-143.41676747866654,-436.13487801929136,-431.4242470972432,-249.87260670199768,-237.2570843299759,-309.1517433593469,-252.67372142215976,-110.80327370299258,-476.9398931646798,-298.9047664709018,-306.2187269497229,-61.304347591709494,-41.89980626214701,-210.59613821118978,-447.49455494690943,-96.57097304187783,-207.95076566004144,-256.3317820296436,-379.90318303029403,-411.5780029862637,-328.8524086608813,-284.04867247334073,-280.5309767875259,-251.94362464704594,-184.00304647392184,-329.96611749986613,-266.9682987988939,-70.16768537534624,-146.05856330226607,-340.06815713106295,-401.3174788187819,-234.2963668379502,-356.6492243761332,-0.8193786820713811,-50.17023250029629,-36.588399615516074,-487.21828074717655,-137.4111670068564,-153.72817801559867,-428.5720464710949,-372.90364743303695,-281.2824061289809,-333.8918530178474,-273.7529190744716,-37.60003961825803,-87.51647424761555,-330.49325349111956,-465.96793707416776,-17.50115684807674,-156.42281982566413,-444.6142206573635,-311.5480515132564,-491.34379620807346,-385.9741428986703,-16.61398378015638,-268.68266147824204,-55.1133883333646,-127.90034544230139,-306.16485559196735,-127.05431529629924,-296.83461749670295,-194.94814505138046,-404.40294430016417,-67.60613923409747,-288.19386474286665,-297.8706623246189,-48.78628595220819,-460.57338534089024,-408.3680417458378,-441.79403381926227,-260.14197689659096,-94.36824536948818,-310.370466267886,-446.6020594211271,-68.06112588763563,-179.30839537062522,-353.18878452401987,-339.1068608002332,-310.7229285129036,-267.33154482284624,-115.38783952373272,-364.5720705194835,-275.467143086516,-362.4782380112717,-347.4729525284343,-51.19237364445117,-164.43426216924928,-57.738877590879646,-268.0426483836021,-16.844526810603444,-88.39747717238595,-231.02695326394968,-114.221712652251,-380.2295041413214,-338.6518371705461,-402.3777777691476,-305.33332021939043,-428.52962779074437,-465.509928520672,-169.01909234797859,-420.3429859021206,-293.27956649489187,-327.8140573180296,-447.88320428319975,-37.51191862041825,-399.96443962283394,-274.7126683746916,-421.85781954136667,-202.39206605786808,-487.33855461951566,-87.29527018778398,-410.8881009073315,-306.90017724054456,-340.1408641403788,-419.64443446156,-429.1643569125063,-58.55129601826148,-181.3462190650947,-258.93188217788554,-184.01208029035942,-197.97532507785849,-103.63719444747282,-179.339396756857,-50.79242471370371,-127.32557592119149,-128.96572644117842,-469.251727219643,-468.59238104027725,-419.3328910259844,-452.3260310342666,-127.36452887038213,-445.6426459643166,-444.45783204914477,-279.758780502288,-432.07367792047364,-485.96353826430226,-280.2671419111647,-143.88646562759982,-451.5299701083439,-494.03735137877163,-203.060497757992,-181.3209426208211,-0.21244808882753263,-291.1983507209723,-154.0707950346763,-184.00003642812717,-387.1017441256967,-70.75407757518364,-199.09359417980733,-46.529789854668216,-211.7640185408039,-280.18621384100135,-50.09229088175638,-93.19868974555739,-483.20752478144726,-329.105414211623,-217.76547478932224,-87.90968920477432,-247.4040982719636,-211.969050754102,-295.48071688787013,-196.22214180436808,-91.01189292882123,-40.73718720197961,-250.08674023736077,-68.25413165773175,-424.919645923019,-431.0096020220646,-412.8886370118679,-279.56903175232543,-188.50001969845826,-353.0087662152527,-348.3617866493717,-423.8769461931083,-406.1179180377325,-254.00691776289509,-166.6856005886415,-356.2518268967138,-197.13922739788714,-29.08374470321168,-73.16456408474032,-92.46463996275051,-241.95830071108776,-189.39979807595415,-257.7343754284536,-389.3227462574309,-446.3060579476678,-14.454068316944236,-404.16907638156124,-82.19881567970904,-90.12898362942707,-178.8771396894026,-422.67876921129255,-115.63742645217489,-407.43671772242726,-356.01973223376893,-50.575260447812745,-97.22514692872414,-324.7145136725214,-142.4981886927189,-174.17026998857415,-456.094129386639,-109.13498248372183,-450.90194140500864,-433.12483410421515,-101.61058847299753,-271.90113964049146,-296.84244830659435,-328.1636719834513,-151.17282921379217,-276.9613203157135,-15.126076063513239,-139.06120846099594,-93.17434593731033,-33.15220988140566,-120.70471316261123,-335.87958840516046,-83.05132556817635,-58.95366020943177,-129.20276100175775,-22.349274214032768,-248.8173761640856,-262.52362093704437,-286.76095370491896,-36.274371398289595,-490.7979797236141,-483.78756353534175,-117.79444382612098,-114.56471374021909,-348.4104593751249,-61.017468173127256,-132.05447710197714,-197.24314956423578,-297.45164835211204,-331.89247325001395,-104.5799440022211,-51.28039217589314,-53.2582798572625,-237.41387636290838,-195.96247383436977,-308.68584438266413,-292.7879260785068,-307.3594978612364,-473.3864729148014,-267.13900982291796,-125.5182731803462,-63.44989328735878,-472.3668098640699,-231.50755036177372,-390.24957201397086,-334.85136138411303,-202.30956279335567,-51.46666241076958,-39.32698383378286,-282.85061837872286,-59.53241766520134,-295.031644759419,-292.1553545502314,-205.39811039560584,-102.6283704246686,-463.5777775848992,-306.86946258936433,-208.47186132257494,-117.8589503128314,-499.7450402377961,-49.55903034706055,-343.39312361794157,-274.0589466176698,-272.7646854603127,-477.46097608955927,-37.48201352339531,-391.7400613628676,-227.2015840645777,-374.32426249472127,-242.65024734379813,-135.19427188144957,-88.08479076183545,-134.67594679954593,-232.78843946058043,-488.234750551139,-334.91757872188043,-76.84122208566629,-71.1751479893919],"y":[-358.14689350972037,-80.37619288383758,-445.7773727093635,-176.2599767237225,-201.08914611963974,-250.8636426210153,-320.2700131697362,-381.25865208923545,-77.22641723384865,-317.470185446287,-120.45014811954552,-164.6916704526532,-124.0866236132997,-23.091017162521766,-200.786459450733,-1.6150517261880326,-212.10995492197722,-109.18973428417006,-388.08024253587894,-103.74578683196745,-296.7020077370771,-195.34434869469297,-484.18329006698417,-374.3253303163492,-274.9517926342905,-429.8063536085501,-381.40763873429455,-224.5274494367967,-120.96205979061075,-399.3130543827372,-71.92569038234537,-413.3838910364983,-241.50677311555236,-417.96334507768574,-335.8199923257897,-260.28470283945927,-22.288098360691457,-92.75900915349666,-185.61840171894505,-9.557861082464036,-181.59416678335094,-347.6297739309371,-54.987364248937574,-400.80532376773505,-90.6414437880163,-200.3415474499472,-382.7521228943609,-78.17392984675153,-319.63301730447915,-165.32483531132203,-468.15310635137007,-75.2176178162502,-260.08367494511447,-475.13772537548977,-131.91802333429365,-154.95334355303396,-427.2573051086361,-327.6212045064916,-302.8193744987457,-94.7888118507536,-435.4644699256651,-339.2477932375256,-65.99146540094902,-28.6271396936853,-10.795724837013632,-184.79914267296306,-352.7889103495584,-184.67255209319183,-19.03782561281281,-496.4852358368044,-136.001413656052,-152.58225372578283,-410.7517984152237,-365.8456810209244,-93.78058488193241,-427.82602777073294,-439.6661654407262,-185.44385893441356,-152.16200502513544,-39.78121037102633,-235.25225479008665,-147.28132544877204,-228.84149301209828,-152.97343530794976,-300.92899870439476,-378.5275418176456,-239.4659158625098,-464.75867875926843,-199.31370548751826,-413.3405827274972,-61.2554441304578,-380.95025980578856,-314.0312530066311,-223.07752922758428,-431.86005560264675,-168.4512444833548,-233.3080129110663,-472.3486563586716,-167.0560210364389,-384.6313141963074,-301.4339590475859,-49.928968220208205,-34.70183261182685,-405.12033215706373,-178.0288492057685,-145.0010297891412,-36.77719369709587,-182.67923387644785,-43.86334732220987,-461.26428289352197,-24.272503525058664,-15.704260705092288,-434.3910366774753,-103.23350489833832,-47.47595484184458,-82.14172294716415,-459.24494423988057,-462.70268722534524,-66.33192905779921,-450.4010522740756,-214.6969874887378,-338.04828110650544,-58.498346146535816,-371.0224042323814,-311.96483448435475,-404.8468636717864,-199.47835145487224,-499.9855911911848,-423.17299922697305,-486.0311973754274,-414.0985131227417,-197.71169251537046,-10.598933337394477,-116.96663349545555,-31.318922337474632,-261.28846473429195,-144.89537844051014,-165.693118833944,-269.0183195341118,-137.8144833028561,-459.48796959492785,-279.0452160487177,-251.2467986931855,-257.0324524078827,-110.06759235232344,-75.21545896908583,-78.1446382935837,-466.26307594889107,-270.16957186702876,-141.08262454888276,-91.90683947020767,-331.04692632974957,-442.5345496107508,-290.36400266092164,-135.7140360671399,-280.68096252648337,-139.91568342592458,-360.78333121062184,-191.01343678782507,-187.5199527443684,-4.474133619667087,-499.23078226415714,-497.3592194894621,-246.39485332716382,-220.81328469024697,-74.3611663138955,-402.17316803119184,-99.74741939377112,-69.05040535773527,-269.4226675730361,-121.46445404894408,-379.5698104061335,-297.34795756694643,-480.47309092104314,-229.93624041175548,-0.4013277085278544,-155.91254656668457,-283.0395579264062,-229.56272393787575,-309.9829777284964,-51.204257603075064,-373.02104211876616,-446.9026108056871,-347.38553986719927,-189.91742988954257,-30.070924217655115,-404.53034809479965,-296.3384811243977,-46.73440293809384,-277.1040321071004,-15.800054934951346,-245.9064770396545,-243.56592130983867,-459.64146446874685,-463.8350628307199,-137.23344524553366,-89.98103494963166,-307.98484203270584,-342.58054739602085,-363.14147973891295,-310.67372144420256,-356.8613931409664,-238.1085659649188,-123.36272301747475,-369.5391860055276,-198.81048180193693,-149.95879192513962,-177.44294923357117,-226.75624687616718,-147.51821227756156,-338.36227850773645,-210.8636433912885,-312.41823977739614,-208.86272816587353,-153.41914468766322,-286.9023812982563,-109.32480289116897,-366.5576180566092,-329.66749668023317,-476.63939699021773,-461.3439190646162,-193.0315475572675,-248.26053168416905,-323.7376225590543,-462.352666950078,-127.1613398495432,-361.4254530236009,-29.296395169448818,-139.31716390111563,-402.5132366948745,-469.9075148833108,-3.98694648976311,-132.05270998155228,-126.60468478381942,-149.62512205026061,-333.50832832180936,-315.65787905887663,-282.9632856372196,-97.43004498632096,-489.4440322295437,-104.5287952891139,-242.65869318377693,-17.357345579590845,-437.1879579427958,-15.890707522941195,-478.54709535697043,-2.525777173261967,-185.79724489442944,-112.20871965420292,-92.40408794210114,-188.55278833241496,-419.70195417572063,-206.5012826221101,-331.5675277819293,-292.96170061262603,-88.24887589234388,-392.9517557677506,-280.31256622947194,-57.833839408045876,-344.1481894242596,-333.14243426279904,-194.53852821846158,-193.98289933553602,-417.8735577506972,-193.3581813278376,-422.56354693873885,-54.32861805268529,-27.780552217834153,-233.55777993721483,-105.61496948677329,-385.748859537405,-17.399815655992967,-121.73825167372493,-410.30809463323607,-413.80432507183934,-175.2508832418493,-307.3922066389028,-154.77142714547747,-497.5197340413306,-118.21813604850573,-288.4358712235303,-398.8893099059106,-454.1076194078995,-331.5571029234328,-252.8386174472782,-50.03400457733792,-229.7319094055198,-63.86537632695144,-394.5311952012105,-412.16804320914696,-164.50400597925784,-136.4600497282667,-65.24734056412979,-40.12890803031621,-261.3899300736083,-311.2370221544833,-232.25390584901578,-63.10440148867302,-369.87087583060537,-252.8590611540274,-68.95261670922537,-97.74276603584498,-170.1047325724176,-486.75419014677186,-238.5673113382373,-138.29327427654064,-72.58087248521439,-156.31035831602404,-383.9880332954509,-446.58897257660453,-91.3888723915292,-331.20853224681537,-252.18479943584353,-80.28386645977476,-376.7022200257117,-352.9505811404178,-220.02828846437555,-159.4560964632939,-372.12315745492145,-363.50372328335516,-371.68435631669064,-161.18984798276404,-269.6466634379559,-188.83906219627832,-142.09245971387406,-288.6990206454473,-125.39680956960659,-47.52443648456267,-73.00326196473306,-388.716988314257,-65.125887597213,-491.2885631401408,-281.41517799800664,-454.566639341864,-89.49669610144856,-355.8598466955866,-231.9902015916594,-233.01239615373004,-20.06238527637644,-252.66793362710237,-72.95185543328492,-267.37910696446966,-260.8455750344936,-497.84901773214773,-236.51642577813098,-103.69180451666959,-315.2295954685115,-446.31018044639694,-331.2319013083886,-126.39855079033363,-120.92681018226747,-195.14394929616302,-337.34088798125,-373.6615254185383,-128.65829236711812,-440.5035468574278,-326.0387435593199,-143.11914422740224,-456.51114137777137,-78.58731467051977,-291.3535352363367,-349.61783504516063,-379.48980318373464,-38.74424449431763,-365.6772870203074,-273.1389146333176,-79.35380127444508,-201.70115286249023,-23.286581347767676,-99.14480806002346,-34.293737456756624,-485.02125387453077,-119.40644024137947,-271.5241800635418,-494.6784847144713,-424.5581618208397,-182.28568331950063,-62.06211049147608,-64.12581997452332,-181.728389506983,-28.375785696496735,-43.786837734999025,-373.7778403729599,-448.4801031120443,-113.21129116916268,-8.37330841173156,-176.28597059329144,-139.46698671213932,-136.0367052346368,-34.98867834605968,-420.4920791583356,-66.05496527262828,-128.79139841164812,-167.26904057374898,-407.9007508867759,-115.68683522541346,-239.92461146569738,-92.09408754624715,-455.908624850833,-295.22883355887876,-359.185608423999,-38.87539756057839,-264.9593347396966,-419.8541912276748,-295.54434115591545,-444.02802608695316,-495.0675969698053,-145.5332563639924,-475.74581594204955,-43.210868133606304,-131.8333967684987,-36.41077107507928,-322.9352398536064,-132.33909680307005,-419.3411763218313,-214.55986390102717,-89.79490268736345,-121.99232911107211,-151.2042306273613,-99.45834484342065,-431.671210101127,-82.17901450492072,-374.04057170769306,-299.36815001513463,-318.79748820787194,-62.80555780095476,-444.8830554225893,-86.82003597431725,-153.72199199673375,-408.2831798802525,-34.281304452619565,-199.059080995234,-149.14405711771772,-438.1874712314283,-404.6353385223927,-336.42056906085224,-286.25365791215887,-62.56533950980686,-365.9686487545491,-272.216933944802,-315.3514352585582,-346.55574532052657,-208.46219641811064,-473.25688724094204,-96.62258506457539,-44.103444077797704,-386.75061371263484,-80.59949746525014,-443.58489840777685,-268.7391678326941,-491.5859362519904,-188.61137787956227,-477.9437961945007,-157.67054497540389,-168.71903690126055,-386.0607087310543,-382.69361189416213,-286.53283769087915,-314.1173020822741,-457.7836843217101,-126.68785177738873,-292.2934069975269,-62.150495570663324,-209.13997518376797,-177.71929780522223,-111.14445350540409,-102.00018693128088,-93.92974982570456,-250.01388808338166,-320.76015429766306,-132.47621038706924,-483.71073919197926,-176.2639504803906,-493.2735124579875,-393.4388775304732,-89.50415043013732,-441.79831795601604,-48.67824986712682,-291.95825886090824,-207.55558877159814,-426.64356816172324,-89.43281683133686,-490.25553765735873,-197.45152204160715,-343.9503069894814,-187.54140498470068,-478.47064557353974,-261.85060735467624,-274.9181121371512,-393.35882495453103,-499.23045807230494,-61.434309297516144,-122.66978686295066,-216.6825493630638,-21.72525403249398,-285.709474611532,-285.0550733162768,-209.85626717223548,-138.21620877220374,-208.24766824204622,-367.9410278086675,-50.63944307974122,-374.2488317142849,-302.5439751582293,-460.9294841837109,-157.40249975633307,-476.9310347232116,-146.8146315658469,-274.06008889154805,-425.00048026477043,-185.03415540303232,-440.7183470469778,-22.78672531024445,-300.9220331109325,-198.87444128420873,-83.29619152570433,-355.9481929768925,-5.360697977982721,-268.8706554841646,-465.62885952622787,-75.67007175302143,-357.7006041724871,-428.24843326069714,-93.30399507187187,-462.9402893466213,-88.68345174967074,-142.862183274597,-39.40266336308213,-413.67554913333106,-439.5135609479561,-443.4941415614705,-53.48890673714685,-156.36126324287403,-145.4527465521554,-127.39508852369202,-269.60630021786693,-461.9376898487765,-32.52644171707192,-473.6929819689088,-253.703529958092,-385.49139632667953,-220.07701958238835,-350.63438719211746,-361.89643990487684,-271.34531442259686,-213.21763155590023,-309.4934567390538,-423.2331897369796,-393.0683312807487,-386.95923600875267,-157.39952090346637,-385.6816394667719,-405.4752727998854,-313.40164718584043,-486.64659144543,-283.6068271031822,-48.72148350421618,-181.49482795695937,-138.66560747808316,-317.5044998306685,-498.02238687818897,-393.9295462623713,-297.79968654904286,-141.59462592953636,-314.1122046746926,-247.9155175066849,-43.093232843924575,-340.1774576913842,-451.0485125930044,-147.24893874506483,-176.3850693269904,-114.02976638564633,-393.02493752669176,-67.176175318584,-458.4256538773743,-479.95289823715603,-116.47802833920751,-82.37385298644395,-449.6500776347087,-62.693403132015604,-137.7014432870412,-375.3896332258438,-112.82749267399234,-167.8641060483,-81.35431020577238,-189.28816869634363,-255.74519691789848,-268.88986513315024,-77.35333822212247,-46.20320516026438,-90.12716157188066,-58.85631770093652,-380.70796014438014,-180.82422407757204,-94.38030269347276,-347.83734640308666,-176.36277857813138,-12.6171544220412,-112.30678972051672,-221.60449865627962,-269.8927113558707,-171.40489061223775,-94.33853458727687,-91.37375574499451,-474.5279856562013,-161.78811798337523,-274.21927221443707,-436.50523672359196,-328.99558027430766,-289.5105938048888,-413.48755531973126,-409.842373111988,-156.52957113855342,-257.90027036899085,-484.1490939350058,-455.1578762876974,-339.93849242470014,-239.61668304169265,-302.27008574605276,-131.38695350177966,-285.093478114666,-55.96742201417221,-250.4714326494837,-163.9762606714969,-471.77094744601993,-245.51332343228177,-344.1779521364932,-52.90903053255214,-147.82087024188283,-152.43478594116928,-445.3715557554469,-367.09863796805365,-386.58819608040505,-343.9089801955899,-212.20486427809809,-198.4341372417528,-187.97002856767404,-222.42073542674584,-170.81942004146023,-18.876583401687853,-240.89231997580518,-367.70681109766434,-125.9741314983796,-118.06960021556561,-472.1730459730706,-307.64315616611,-279.7447674273022,-233.71201281128234,-24.173871631148145,-480.57579655105155,-76.29178900879153,-391.5714902552896,-412.5221153804418,-208.62004073399598,-497.40240772103914,-22.584457667523928,-164.3645274481002,-410.64671021851035,-402.6423057775471,-357.46404778087947,-480.44548003279783,-41.826968429451775,-451.8974787770261,-427.70129054829795,-163.72640352711898,-458.41463287893566,-452.952343272013,-99.07000749805233,-305.89371599269384,-123.02008489995808,-447.50174294227907,-244.5360340329521,-101.8504265032607,-327.2818586915674,-310.8483000529942,-342.60311909411416,-234.7692334370075,-339.0222675255379,-360.71206868603963,-476.1332016152311,-20.985862354284347,-307.0671700096189,-481.9045095867418,-299.800918836784,-237.1677471013005,-239.54437655320393,-63.137807444892616,-97.41471318158457,-493.5895969258712,-93.52306395435633,-185.8582798486989,-295.5385737755008,-440.4680755928553,-112.29985545210819,-229.52194847185388,-497.9647259786327,-16.284327308687395,-397.03276739216057,-286.1348958611284,-197.0621612463292,-201.61556995191066,-361.82513454372463,-194.54427721681415,-286.7777712394546,-202.46265985263778,-338.68673745585625,-48.425513160118896,-392.92294756460427,-145.6066967133854,-25.608876574619188,-412.1714879383289,-451.5942661872514,-402.8068788491402,-160.44568489047396,-184.78724978670013,-257.4322546006874,-378.4295926018793,-63.42456971866889,-86.49208286133569,-164.51593715868424,-322.919506746172,-83.34338478037323,-185.95731363258693,-192.8676987049528,-207.48971241534136,-186.05009757122937,-446.07203380172643,-168.76089212399197,-244.21989956632513,-213.9173648525835,-23.005637348928907,-98.05390559310689,-72.52388174499086,-152.1796466349718,-339.83162842146396,-362.1827010778529,-429.53825710871644,-210.11716202301324,-71.28012971801978,-426.18343775885126,-188.22032041867942,-356.86245540453507,-90.30233084853428,-224.98394507280906,-122.44314084892471,-22.780226396000856,-299.1420972389694,-242.40640799698022,-209.32934800641678,-263.74182109144067,-388.6943646376241,-29.290217634221406,-195.12923969365863,-15.459674047986871,-135.82041051741538,-186.16785731089658,-216.48801360956006,-361.4693987506897,-117.86254907409727,-93.28771100514172,-327.8840495134699,-79.74257515307659,-77.37133917082978,-477.78664689388853,-394.999960382196,-264.20218233496877,-287.7806738061926,-154.18620616462442,-42.13670659098678,-5.003622540778963,-221.90534434550247,-316.46390111779374,-427.5009699346714,-287.6266660963169,-109.38191147464543,-195.28481211878022,-218.42037960395848,-239.098029829952,-215.70817478069026,-390.8361346124484,-69.58495452747793,-445.37439082787097,-244.7902307389757,-373.83898972143635,-104.43407490491246,-286.7028509993378,-476.68760625749,-124.54999742434353,-73.46830157929001,-35.51519491797328,-182.8890626454181,-100.78507542584852,-355.22081348291306,-353.200536963452,-356.8490199273283,-53.817111876514886,-68.89032152170877,-178.3284102754658,-220.49682749860168,-489.0894049086719,-253.0586262941753,-17.023136761229797,-206.10226005413244,-273.7531573650012,-216.3674110316372,-152.12371029540788,-52.20774925831778,-327.12336411536654,-58.67075870704008,-395.9757663097531,-243.31130235161652,-49.16681085763902,-82.80847309937722,-233.1396886094907,-31.7340915871272,-193.1087522624469,-130.14055181082935,-25.717534948556388,-103.79225683367133,-444.95571993952615,-123.37860567249015,-190.18234686862544,-350.723905266601,-314.5322465887407,-223.58562901961454,-322.2795237163226,-454.19136753419997,-489.14603457185814,-163.8500412747037,-228.18644953262296,-255.04930034597513,-477.72875567026074,-108.63627267524501,-186.08992687640853,-84.40961409708287,-49.66288176252809,-80.86204701881216,-203.94685576223787,-13.902877578615858,-391.3197289791246,-204.1410645069704,-406.676668508406,-407.20367383249936,-375.65971105614483,-65.07122245219138,-310.92987571533996,-479.5766212519218,-113.924513857658,-110.94494844726549,-80.56339164483079,-485.3671934079154,-109.00990448220077,-408.7250349231722,-243.7641795079316,-391.3464720305658,-20.836722727538838,-345.67032846839174,-312.7918726392557,-434.656689203003,-178.57560458249162,-16.623520747451604,-211.60002164023538,-116.26982184283347,-177.14178090494966,-46.168504990103386,-445.2601828893125,-424.06304072251737,-86.440355595292,-430.06813802067495,-152.2618779772028,-45.86552375589348,-426.0692430783572,-226.1086909690383,-399.74775673015216,-329.87184054703886,-443.9203728623232,-165.1030043936923,-279.96081271189536,-79.4050194506995,-67.88025677681625,-35.36243157306823,-306.82835633965595,-57.82879725338441,-488.2660546733069,-396.7254365394986,-282.92748550960727,-116.92115604312441,-493.6846526106223,-98.6312562375996,-281.42152443420946,-198.03626481671333,-136.7249877660367,-182.63017512131142,-90.45777372766423,-67.73050503255467,-86.03122168775428,-140.97225872333547,-245.5296612828412,-319.75161789264916,-139.79103291419608,-149.75023914832752,-18.634595767071715,-35.09806583194164,-27.803865516305038,-319.3133373413139,-226.70702149912148,-498.020609164897,-356.82677064483613,-21.62141115299604,-395.2261121462983,-170.37068867970706,-43.931621094567106,-274.00491225029606,-445.31154797332476,-326.4535433232116,-463.3645304039383,-245.48254568129136,-302.86009296243645,-153.6488228069587,-469.3903560401298,-350.0953515301776,-0.025691851213260897,-390.66857457271846,-28.897161377847258,-154.8860883691342,-239.02771916871478,-460.7129236236573,-26.604615428101,-86.3213835907648,-60.15338684008703,-31.00667516527289,-167.65712375367065,-311.4954407946705,-2.5894746249863765,-1.722436987268594,-354.2192729532444,-53.379093791201484,-23.562791893819433,-85.7328194332071,-355.4569861016468,-36.960413179904286,-3.967693489603352,-338.801069932745,-111.5201999525417,-244.40164202955384,-352.66491783069114,-131.67039814375747,-380.7615171471446,-235.91850512454027,-284.3176466862555,-30.606483015213627,-359.2045713036743,-335.4728414263548,-231.3488369588773,-74.24181985302842,-305.9760498295474,-283.94920418298443,-468.10727745104174,-446.91300381747334,-307.14678153525125,-239.44191079492794,-188.12160370057774,-490.2755438272042,-33.952557753849256,-350.7414727819371,-142.36760200398734,-464.40545010408135,-405.9341045923343,-473.0380503532016,-478.4131928868046,-153.42898259970806,-10.18303225506062,-358.65543713202067,-445.64492573812987,-137.8998218830465,-297.03343625638723,-41.13916622435898,-85.3809929621635,-94.44351854592436,-27.25629516755651,-432.0394178708818,-453.00422934355765,-45.954168567042096,-209.6310713016169,-478.4590891365493,-143.09197616614193,-219.36220014985176,-245.670655857035,-55.9291170788993,-372.6228952238893,-398.98938004226017,-436.5695149979467,-282.2950826330272,-138.65217368606503,-234.44532836808406,-99.97159283134283,-48.945959648236226,-258.65580452048835,-185.4397949059257,-472.50522216629145,-222.91765187577207]} diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/negative_positive.json b/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/negative_positive.json index 6da51a675031..1689e1a7a156 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/negative_positive.json +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/negative_positive.json @@ -1 +1 @@ -{"expected":[3.042513,2.24949,2.3805299,3.1204205,1.9415416,3.1404884,2.4541912,2.9923427,2.5994372,2.9441335,2.2262335,1.7510023,2.7308645,1.6545851,2.6471415,2.6810544,2.876829,2.2926927,3.1015174,2.5453663,2.4329484,1.6094271,3.0367389,2.7450006,2.779163,1.8598347,2.3013222,2.1824868,3.0901873,3.117947,2.2677414,1.5796968,2.664447,2.7062166,1.735631,2.6849637,2.572485,2.4898417,2.217558,2.9014943,1.8084263,2.3789866,2.3012261,2.4451005,2.6937304,2.2058647,2.609185,2.2287982,1.6678866,2.2308526,2.4105027,1.8038682,2.526969,3.1336694,2.150764,2.2217069,1.596321,2.6468356,2.948062,2.8273578,1.5904329,2.3756273,2.2932723,1.9546224,2.134914,2.8051674,2.382794,1.8526759,1.594791,2.476823,2.8052673,2.457559,2.6753623,1.7092581,2.410514,3.0535252,2.7051919,3.0008743,1.8484622,3.0223196,2.9129758,1.640195,2.9226897,1.7579863,2.2455072,2.3798535,3.0886364,3.0427957,2.3178885,2.3763468,1.6242214,2.146206,2.8931408,2.992199,2.0511932,2.135972,1.766842,2.2914379,2.884865,2.3377886,2.0819352,2.6580966,2.9335568,3.0612605,3.0480244,2.2543433,2.7444344,2.5681884,2.1627991,2.6003969,1.7573708,2.97764,2.299842,2.1811192,2.501762,3.053126,2.5085151,1.6790928,1.6389169,2.1052742,2.3318598,2.613578,1.857445,2.8070476,2.8193212,2.1866415,1.6184986,1.8803022,2.0104551,2.406521,2.7333798,2.4022691,2.546691,2.2113748,3.1064708,2.1690369,1.8763082,1.8726957,2.359297,2.408309,2.4459498,1.751166,2.1719713,1.637034,3.0635529,2.2653348,2.2372496,3.0163057,2.8309038,2.8098173,2.936018,2.5197923,1.7509373,2.9330282,1.667649,1.926683,2.2574224,1.7222596,3.137536,2.1560662,2.305864,2.454787,1.8626876,1.8372561,1.6417524,1.5713443,2.0592291,2.9380224,1.8040506,2.3661344,1.7547978,2.668052,2.3233027,1.9575776,2.0800931,1.7797157,3.0923193,3.0207014,1.9761634,1.6319815,1.5754364,1.616773,1.7852705,2.982445,1.8841596,2.3179317,2.0383973,2.5210662,2.099513,1.626812,2.6058164,2.3447206,3.0410967,1.698178,2.209887,2.1940742,2.3201869,3.0714226,2.4213326,3.120444,2.6619902,1.9900575,2.0404894,2.5823312,1.6610826,1.7548143,2.1511736,1.6016507,2.3190253,2.3205752,2.901856,2.1615632,2.5308986,2.3058898,2.2878542,2.754592,2.3629203,2.5224957,1.5793108,1.6968484,1.7625542,2.6883578,1.985896,2.389455,1.6825831,2.8325472,2.2641706,2.3523743,2.2458174,2.7683306,1.742247,2.3470283,1.681482,1.6870317,2.2332828,2.9616108,2.9518926,2.7723074,2.0109577,2.432978,2.503484,1.8091028,1.6912824,1.7952689,1.7135926,2.4285417,2.4782627,2.9827504,2.8394125,2.63342,2.6552196,1.9660907,2.106194,2.2940218,1.6613861,2.1032014,2.6521196,2.4844408,3.0197864,2.5340817,2.9313557,2.5637543,2.805392,2.9062855,2.940454,3.071793,2.034773,2.750802,2.22264,2.5880783,2.5736976,2.3085828,2.0311923,1.5985085,2.1819909,2.2183669,2.6346288,2.6926494,2.057209,2.8587031,2.3132699,2.4774523,2.904817,2.054777,2.6882951,2.7035732,2.43801,1.8982198,2.686942,3.0508559,2.5904431,2.9604611,2.179177,2.3679483,1.9159904,2.4989057,1.9261628,2.2643523,1.6208197,1.8966608,2.2622333,2.6781354,1.9951072,2.4655735,1.6913376,2.002556,2.324363,1.8780944,2.1334314,2.4725347,1.7534355,2.9553616,1.6669166,2.797907,2.906394,2.6873767,2.621844,2.6841624,2.4778557,1.6658236,2.5836847,2.3707209,2.840808,1.6819706,2.064088,2.1934943,2.3746233,2.5253665,2.4957802,2.8098874,2.5280657,2.8085642,2.0050654,1.9445403,2.1851976,1.7667598,2.3426733,2.195843,2.785787,2.8018603,2.9921205,1.8110988,1.9027014,2.6141853,1.7522873,2.6491642,2.1483011,1.8345937,2.191848,3.069318,2.468129,1.9165384,2.4836693,1.7377633,1.7470343,2.807061,2.4026773,3.021581,2.3263342,2.800843,2.7554314,2.2300549,2.1833549,1.9015491,3.1340005,1.6317142,2.3590498,3.0158424,2.6328063,2.3661196,2.4343438,1.795925,1.7292447,2.737368,1.9719338,2.3779168,2.9294267,2.9411185,1.6494823,2.3967004,3.0539875,1.6056733,2.3321154,2.3382423,1.7382805,2.7741773,2.2353506,3.0962415,2.0885806,2.1338542,1.947078,1.6810011,1.6198007,2.4804895,1.7804667,2.923912,2.0488603,2.0449207,2.4034996,2.1477022,2.2252705,2.3593562,2.7862272,2.8970118,1.7237077,2.886305,2.635248,2.0713015,3.0170465,2.4724882,2.7924125,2.0525584,2.7697015,2.3000786,2.3453937,2.0739477,1.9538908,1.9561558,2.6064215,2.5706794,1.640938,2.1812518,2.4838555,2.3394115,2.6030838,2.379989,1.8031889,2.762663,2.3444357,2.2444344,2.7746422,2.7861223,2.1013107,2.3778849,2.0713365,1.9380116,2.3462126,2.0720716,2.8156972,2.5510857,1.883474,2.4017248,1.986394,2.29591,2.1709025,2.697382,2.652771,1.616068,1.8743486,2.2732885,2.789279,2.2632399,2.5972552,2.3082702,2.7748168,1.9518301,2.4896722,1.6978627,2.3266082,2.8833427,2.2791939,2.1002712,2.538811,2.1952498,3.0802376,2.5208008,2.7712557,2.756939,1.5736578,2.6019669,2.2817914,3.131692,2.99815,2.7387729,1.7883892,1.759193,2.3621714,2.4297884,1.925269,2.5734212,2.7473974,2.681554,1.7056351,2.1448252,2.594093,2.3821185,1.9814723,2.2231858,1.7751968,2.6040034,3.0765858,2.1541262,2.4888227,2.8122473,3.1408048,2.4563234,2.833209,2.335637,2.9576154,2.9388866,2.2079275,2.9162424,2.3927782,1.7851833,2.9277766,2.2407904,1.5741365,1.8960099,2.1428444,1.9434626,3.0653882,2.1121898,1.9924337,2.9852884,1.681506,3.0577273,2.4954536,2.100107,1.6998682,2.306205,2.4496012,2.6048884,1.7032776,2.033447,1.7128453,1.8237548,3.0201945,1.6273656,2.4429257,2.2572107,2.9934657,2.512165,2.5151577,2.563549,2.7253203,2.5718784,2.189518,2.852075,2.3884308,2.125731,2.4655395,2.8226144,1.7872399,2.4440699,1.753062,2.2411242,3.0393057,2.2733703,3.0595868,3.0743513,2.274991,3.0339665,2.6257207,2.2786112,1.7691507,2.2883909,1.9128374,2.452516,2.7160788,1.637413,2.179843,2.4152324,1.6225934,2.0211377,2.5679696,2.2847757,2.5124705,2.9783854,3.028764,1.653943,2.9121695,2.4430287,2.9762554,1.651206,3.117724,2.9681625,2.7095284,2.4101105,3.1069682,1.5835574,2.5899289,2.3625188,2.1253383,1.9639097,3.0493624,1.6268737,2.2909052,2.2317262,2.9377694,1.6826013,2.5883894,3.0829797,2.691726,2.2194972,2.5064933,3.018642,2.5434103,2.7027903,1.8961409,2.6600742,2.7260637,2.4267683,2.5004292,1.6694521,1.588688,2.1837118,3.1307578,2.714976,2.2186854,2.0462046,2.4580219,2.004048,2.4518497,1.7223499,1.8028157,2.1911018,1.6334468,2.3122294,2.5564334,2.6435158,2.0133464,2.6174843,2.0519764,2.811354,2.5228915,1.8385569,1.6306623,2.5687506,1.79098,2.5184171,2.4461386,2.5709422,1.9955881,1.808898,2.7394176,2.1924524,2.6769168,1.7903513,3.039741,2.3706872,2.286951,2.2147048,2.204855,1.87323,1.8873763,2.0530372,2.0638945,1.8300318,2.161452,1.655342,2.3640547,2.9237967,2.4607604,2.5315824,2.5391712,1.8216177,2.2245414,2.7099938,1.7073921,1.5789903,3.011368,1.9472677,2.288288,2.8736336,2.8771827,2.7279131,2.4171202,1.9731618,2.778164,2.7356806,2.606855,2.4057276,1.8248911,2.2492118,1.9200346,2.080915,1.6368427,2.800722,2.4228604,2.7471638,2.316441,2.4528668,1.7860434,2.4200892,1.6913333,1.9561158,2.2307408,2.2424607,2.8799279,2.4914694,1.720213,2.908565,2.4804728,2.280736,2.442241,2.9122484,2.1989472,2.0379536,2.0862627,2.388337,1.5774345,1.6655616,2.743234,1.9823761,2.162823,3.0091274,2.664088,2.6627245,2.4443398,1.8959012,2.817675,2.4982343,2.360613,1.7307687,2.5249019,2.9141521,1.676189,1.5819036,1.8575184,1.7491833,3.0091827,2.0441303,2.4478257,2.635412,1.6393816,2.241421,2.1797347,1.633717,2.1482844,2.272793,2.348116,2.639509,2.332053,2.153489,1.8228937,2.0106125,2.4203234,2.2657197,1.8784369,2.0999484,2.524506,1.9681644,3.0515692,2.7740061,2.5874352,2.8905456,2.0640378,2.5723615,2.5096855,2.5881152,2.0961506,2.1219904,2.4293165,2.2149234,2.5613985,2.1061316,2.4445364,3.0682778,3.005822,2.8410563,1.5957912,2.5715473,1.6319594,2.121649,3.0842125,2.2173731,1.7860287,2.5552485,2.6718113,2.0912828,2.4356668,2.8000875,2.4819896,2.6414688,2.7654595,2.1606019,2.7685966,2.5316546,2.3851004,2.5752015,3.0509267,2.3783371,2.336995,2.3685296,1.5918744,2.8678126,2.3630228,2.4218547,1.6089019,2.8662012,2.1429799,2.8805032,2.897868,3.0452769,2.8253284,3.0069308,3.0945375,2.204697,2.377918,2.4665644,1.7841631,2.5782247,3.0656464,2.2290819,1.9044094,2.109738,2.491411,2.7378767,2.2812939,2.8166723,2.4581,1.9032379,2.2921267,1.9683437,1.6893628,2.4847867,2.8218904,3.0550892,2.7775743,2.6544607,3.0694678,2.3649583,2.376192,2.757758,2.7645693,2.8643255,3.094676,2.518176,1.6080915,2.621634,2.319412,2.514192,2.0361726,2.4298832,2.1006634,2.2051778,2.916155,2.2178922,1.6848569,1.9307568,3.0498385,2.3861632,2.0062332,2.4765782,2.3381886,1.602431,2.3994472,2.2318997,2.0384371,2.0085049,3.065152,2.201362,2.3482795,1.8977032,1.9826769,3.0322464,2.110273,2.0288794,2.7278385,2.7145143,2.3204014,2.907489,2.4671998,3.0870543,2.294009,1.7330238,2.4523807,2.1238868,2.221395,2.3779755,3.0007837,2.1179805,2.4569516,1.6875441,2.496057,2.38917,2.9746158,2.6353812,2.9301412,2.4724607,2.0767858,2.4111273,2.5574605,2.3246708,2.0343218,2.0724273,2.4263637,2.114103,1.8284299,2.975432,2.428598,1.7327619,3.0046952,2.4950442,2.6776006,2.447324,2.9930913,1.6694953,3.091235,1.7915933,2.6926975,1.8357592,2.9647703,2.8062053,1.7148266,2.7453244,2.4838834,2.8399405,2.5923517,2.2184274,2.6042607,1.8073802,2.5875053,2.2504354,1.7650374,2.350321,2.2656648,3.0784016,2.0057302,1.8163455,2.3825893,2.6900558,2.09781,3.1210628,1.8637414,2.0832603,2.0509737,1.6268486,2.8365629,2.5993185,2.4772866,2.8305006,1.8076171,2.5191693,2.0346363,2.7138522,1.9795943,2.725029,2.39204,2.7278864,2.0985825,2.1232042,1.7724464,3.141166,2.1261742,2.7401795,2.001439,2.9364762,2.2133434,1.6940585,2.141718,2.4964476,2.0471022,2.2824225,3.042362,2.3529828,2.9924376,2.7630928,2.307518,2.5960243,2.4692369,3.0520082,1.9656341,1.7096422,2.2376795,2.375751,1.5929377,1.9432372,2.6789176,2.0261776,2.960514,3.0704796,1.8256141,3.0848725,2.5087025,2.375711,2.7574956,2.6573253,1.7545149,2.1173277,2.85775,2.9061456,1.75259,2.0124617,1.769729,2.1908355,2.8972757,2.2177207,2.3641207,2.0176406,2.8974345,2.064999,3.0315263,2.1556916,2.4184737,2.180165,2.3791366,2.3745027,2.6297796,2.531831,2.7891548],"x":[-113.20394124417655,-350.555685372257,-254.59996773521516,-286.5529311021628,-170.82842144338179,-341.13642565596524,-389.50483696308834,-351.5057117121963,-300.7279953955572,-379.0599540738501,-102.28898783531936,-25.197301534866767,-415.9461982220946,-30.69743427070182,-409.7645650625416,-489.4913753739149,-343.02597093805593,-194.259457365338,-96.54599259635465,-348.8350265296172,-156.59535657857376,-16.637124562487504,-345.0040048447883,-135.9435011239492,-471.86851319033894,-49.18097310002223,-203.5053426195338,-332.54618350303826,-115.57353720134749,-401.2844682738398,-335.71411997979385,-2.9156718610023336,-498.83429930954213,-492.4209165084181,-25.765104750749167,-192.87081688574037,-345.3854808308164,-208.75092689090386,-212.0436934691098,-495.4524150582687,-48.354637968957334,-482.5381322155176,-419.8320804473209,-412.4158764105241,-238.15121994245885,-75.56642265258961,-478.9074419055045,-337.4646116879774,-33.238416131546934,-352.3604105426413,-176.02928916787164,-77.50371674006867,-306.94814415690894,-432.3000338552907,-303.2221904038177,-370.1613697168855,-12.429904552271609,-436.78918461305665,-238.34371483150423,-374.3251757401374,-4.7497678572119835,-493.54738880261476,-308.0998244453636,-158.09306831271792,-95.55729146115193,-370.0402459965268,-287.41738261446153,-94.23196360593977,-10.251654182186654,-258.88506537841863,-311.92056737933916,-339.4168958544301,-448.5781062327532,-54.57711900740786,-438.7229683146923,-86.61271700766015,-165.1593977995443,-395.9257781263098,-120.54333197874817,-333.9297302697946,-375.47429698598836,-25.129785530967453,-175.60238811236817,-43.78892199401335,-341.80092033704847,-395.64509475036937,-199.17070811325777,-345.59126917471593,-233.03849097791158,-124.58104096834249,-8.424194660776763,-129.11898209716188,-381.4745780047969,-323.98804549427786,-81.91368209407717,-136.39056907392566,-83.38072335856367,-107.71995079021495,-113.68418868096714,-441.5942692560108,-265.4659373066636,-498.55335184058475,-493.71910604313854,-420.59489480003276,-418.72064953640603,-179.3289388084947,-473.519517954319,-51.941569627988905,-225.55779711906675,-196.81102514326477,-29.307318090698754,-322.97551795171296,-117.45085588988047,-248.0927736616839,-85.06065756884196,-443.2227962736594,-205.40760761362014,-28.008506131401933,-33.096740201147114,-144.2894811910233,-401.52304494193896,-408.4700666991998,-95.7300771147352,-491.0590290141646,-82.69934427136621,-274.10191090847957,-5.729716854779577,-31.899088461107617,-49.2370942312072,-332.70461407481,-162.0783045009882,-332.4587760117064,-462.0048042772551,-284.32733265694634,-427.7274747585274,-73.04022968655849,-135.0103012303092,-153.63608382122956,-272.56680362996167,-487.2376586823494,-216.8504720364589,-41.251449225504,-102.59341077936462,-22.34751481064884,-440.9697173278369,-276.8030792641977,-36.838074558689094,-486.0012500714841,-354.28872052076173,-255.44686171866798,-423.84187418895164,-165.65376482477095,-90.88540750627028,-401.06663372869434,-11.200028199348678,-141.6616552002059,-263.28393444148026,-64.2320727220328,-425.8418260329281,-307.4927957155733,-262.06285090862724,-192.9865261244242,-131.98680028255117,-126.67249129510193,-32.36999356626807,-0.15129261344876133,-69.08992693577936,-392.85533089585095,-33.011708855495094,-447.1158958985884,-92.85507231019513,-451.1795302263353,-445.0966851840031,-185.8034400349015,-145.87326538406614,-79.46327657510783,-497.08912123679727,-343.8644914529545,-186.946866239803,-7.403440723382726,-1.8822199561580044,-13.38794797928966,-100.20952064093986,-280.9212617106525,-44.80195486816102,-416.90486898559055,-126.82232135252991,-374.69342892157226,-253.93559656393515,-15.822215822030971,-298.6540585519355,-458.5403367842034,-449.0053539340213,-52.05917009469163,-293.5720601991266,-191.55873491871174,-237.63507378876292,-326.1152608352883,-130.43081020933033,-178.89904603191553,-39.998658685161445,-211.09850342895976,-249.54038101495613,-393.828601457938,-32.82760559281811,-91.23646933600239,-206.11027921900597,-9.960853305014727,-238.0033804575837,-453.85324999452155,-364.52332369850694,-286.47141628234004,-349.6851745658346,-411.06184882527884,-288.4248489856501,-470.46679606581097,-315.3725065798824,-458.25038247954615,-1.9538578665957984,-54.20192467849705,-51.106004591020216,-276.01780896469836,-81.08756097612985,-434.7568165575569,-40.261355008645026,-152.10820555840232,-396.37009028445294,-380.39214809080585,-290.73744530346266,-471.79635756479865,-30.22923392885646,-463.7552948824336,-21.870163808275443,-45.257085915770986,-305.7834230375843,-367.4411197363083,-322.52471112521755,-250.18161653751548,-143.02829683625978,-305.6566910723518,-407.69308845099005,-91.76348172120375,-49.250416815031336,-78.48214509182999,-54.74278554316964,-493.020313831562,-452.7053890293672,-262.75937051385336,-169.03260536932225,-454.09108946082813,-429.076375084671,-129.68059514371416,-112.2716407410585,-360.9025629903285,-16.74405065955137,-109.38506784580171,-180.28170804881228,-477.03353174252015,-331.24761445987843,-259.54277319881953,-313.6729954609582,-465.99895854846665,-470.1817554485323,-419.3490104895801,-220.32875278208869,-448.93258896134364,-75.02934911448756,-357.65301250882004,-88.38103877833913,-443.3952036981356,-58.193651572767955,-352.70555390441484,-185.54641106648606,-11.338047673178641,-54.06383272651571,-121.72428349252262,-447.62424313629657,-120.3439997045892,-87.43152528726661,-75.80874854049729,-247.22664335686213,-351.7457679642912,-303.413141815994,-259.49912308876753,-379.7946460966031,-106.79120203070875,-186.52203491101048,-123.17950700070563,-469.9228711427401,-460.07025354347445,-275.38843542911343,-363.1783194601302,-210.41591338886272,-343.62742929845666,-88.83382798915507,-216.64582503797192,-111.33336843189639,-228.19668167832052,-21.443622813169803,-69.58662996693965,-400.15280203418854,-183.76201841361055,-70.47600640777391,-312.04882520353846,-16.569064384848065,-86.2717178057471,-468.17109122097247,-127.97933390010913,-258.27140737854864,-359.3976485904032,-9.238941391579491,-376.19593285545005,-41.55211750513732,-425.13086979424645,-247.29459819762346,-270.57185502122604,-425.5132488909451,-464.3594114440694,-475.9562645046627,-21.85730483657372,-425.94487772623415,-236.65214921758303,-334.82612571090175,-45.32868390169503,-158.40819816773865,-316.2194695901493,-434.86416822774083,-305.48040255337787,-429.6329973699565,-374.3945431000381,-409.4377425235428,-274.01393949389706,-204.1699999396538,-174.2956255773449,-262.6201535612499,-81.98075033926722,-303.11421149500916,-272.2358286898252,-386.0976831952021,-263.81515562096007,-425.82949515677495,-52.01404161538564,-147.64855177685004,-308.2234092813692,-49.55942629658489,-158.90428236830823,-276.7664539627713,-21.082963067406034,-272.894634122678,-490.5350590446749,-265.87652924772175,-167.13800449537175,-447.16847796704405,-69.36465548072124,-57.473576210791855,-260.18307158891054,-377.4669241464768,-210.18523025140146,-292.2871363960252,-451.0377953238994,-416.9055878365697,-154.20527183170645,-348.41011439018615,-110.13464855121924,-276.7804537397132,-23.22173560360724,-252.11943471913185,-77.28034868980632,-430.14699487175415,-470.0128564088817,-337.92696791483087,-65.02644688189679,-44.992899278126885,-449.50883324897086,-201.45402095377136,-487.64993057601373,-474.0709159750291,-346.5705651106403,-31.480285339353596,-494.9387326272923,-276.3164913672562,-1.8666695544340417,-424.0427516119954,-366.7381324946759,-65.74212592856604,-280.58198668875207,-378.87844856852735,-233.14489261851023,-167.14882692961152,-222.88710228303847,-55.85494361706672,-34.551204655643154,-22.385660185476443,-173.64431844734463,-96.11020197775521,-339.6949908576955,-49.77315512872771,-170.044325019496,-473.0571255861237,-122.72777966276016,-249.63693084872855,-417.004822555434,-478.65753687936797,-401.04736358706555,-66.270760462804,-411.0175133417665,-203.35037116073516,-252.6746271280021,-150.91655685698728,-119.76296289525368,-436.5464472200816,-177.56607883564968,-273.23987611688216,-246.61494247198723,-176.06800740897293,-63.70647171784516,-144.06519370101827,-186.488084968289,-316.88812417884446,-246.42976790865828,-26.55086383580757,-313.96996804832213,-94.36005964276323,-447.79979869277236,-378.43607628766915,-427.99683708393826,-78.85698160222992,-153.7164731226236,-296.250730058231,-340.7511369288384,-457.3553745933632,-434.4302230805593,-250.89490956388855,-493.8466312786407,-160.86552286682925,-149.3861669587086,-145.83045457659006,-228.62450195034307,-275.4770501502014,-56.21663734080684,-138.32098623016614,-158.57630290847513,-147.16021177602894,-316.5541060892861,-285.1511791579094,-471.1882796591881,-478.7607908922773,-15.92176423803443,-108.2246832424047,-235.74362151756134,-283.91909402846403,-284.1398105795801,-262.94660313881127,-302.1019402564853,-325.46524186090875,-192.14292067031496,-483.55173887545516,-62.87641581171061,-138.58567361876035,-195.05567664273983,-263.6859529010444,-135.79572387399307,-292.77024413519297,-219.97963556815532,-484.6815588848223,-485.6305871525259,-226.16791412366328,-273.93074780337565,-1.264325981986003,-193.38767555597414,-252.36479517928106,-102.73496622776167,-340.97757699886336,-218.3828514900962,-102.77227803733446,-53.30875007938452,-325.32576660317244,-276.5511574227159,-147.3914920322174,-430.66515798544526,-230.95650788895543,-183.13176511295538,-25.648938753667416,-290.6766792416888,-481.87913847594723,-353.65388461939136,-114.82033756872917,-73.92317667500431,-95.62538941853971,-449.7114404244169,-207.79662395839404,-233.73926932058737,-182.42355336349868,-387.5166264916798,-93.12021228928874,-120.21644632699491,-39.10613769099414,-184.95428515603373,-414.43624625176744,-390.70178826696707,-117.13039394834401,-240.86180704632116,-350.6779017672407,-84.94330319534932,-331.87007922878513,-254.71469083207415,-0.900879762982143,-144.716217071992,-309.1498752116186,-115.11416993947066,-330.8155904392727,-199.44768078505558,-209.10844695257902,-231.54852579785006,-25.89487309749061,-152.01201700074395,-488.05053130190413,-229.47471601578528,-14.869475940721133,-403.68428721324744,-357.2127106506077,-360.7664211083812,-45.463342715176935,-169.34250417502633,-31.757551126607332,-100.35733081678706,-310.3053171067221,-21.701788437128332,-217.18593907594308,-247.87394617137588,-242.69792398721395,-486.3750798765926,-349.91795587873094,-444.719508305653,-418.3930344731222,-305.5397130716987,-36.352463932246174,-468.49158452680416,-172.56387768456744,-277.5139199950763,-390.4657797555753,-399.34955890457974,-60.55312433329746,-107.79888694331335,-75.2622113364409,-293.31724211683667,-416.1105941331474,-413.7267523918339,-158.19246588238767,-480.46771451823554,-365.6725183993711,-443.11016367935827,-394.5905978783268,-375.30946335328525,-80.77910655750154,-155.92293139449376,-160.50707584660123,-401.79292107338995,-425.8919810401792,-8.501170532185132,-74.2030614021067,-450.6482298138862,-21.192724149591946,-187.83983871527926,-468.3793364604057,-400.46951217240115,-492.48408567408836,-268.5490912331943,-280.83654261549793,-29.895792673786005,-365.13549116633806,-312.77541038742527,-147.46846799378338,-26.53323317637146,-190.04185406519042,-404.60660738568566,-244.55675930384356,-180.89912977300256,-410.32641918795105,-5.575317421882275,-340.5521322060706,-398.65665608124465,-180.58876766609916,-129.68231311357454,-440.3615301355736,-20.43693756060122,-90.02667405114934,-377.3416531514201,-441.60018758830097,-26.737612509061982,-380.6140821145707,-373.9687805304804,-333.68220092065076,-281.71703932216485,-248.01827290647776,-144.59436362344928,-217.4727983508359,-418.353528214011,-23.292167997449155,-212.746104285508,-426.00513421925376,-367.35999757126797,-316.6416791363189,-44.81331967027802,-8.311170572184778,-251.48538217678507,-393.60515881830435,-272.7398449747596,-165.66740231862016,-201.97549885848198,-85.82833455386613,-74.74372780644173,-157.2908109437986,-37.36199373003757,-110.09593727042277,-209.24359306346884,-20.736326545336524,-244.06981204142193,-195.40731844798043,-331.52079164616504,-233.43988728101252,-259.5701069260758,-212.63900041689982,-488.0045649747773,-56.301124312873874,-119.6705418219861,-9.015581325505284,-115.78669635530115,-111.67289466752622,-422.1722010360442,-494.258965207458,-328.30753686009643,-40.780116141393044,-62.98295357371042,-326.5641288818597,-268.55860860753853,-279.6290692622802,-33.98607932494713,-487.95295884969664,-492.25700580229517,-299.2347566476883,-241.14560154471658,-276.7620821948092,-126.3093514926772,-144.30542590054418,-175.87499632831612,-241.9223933833195,-97.46328441178825,-255.41222346641158,-39.446733387187685,-239.88001688486165,-499.07109884948005,-473.15023483070837,-144.6010881289952,-203.16356028883663,-100.42032326839295,-129.33186499750028,-437.88822424646406,-41.38133154803925,-2.407224221272375,-181.80702232699642,-167.03029104483775,-128.3101689634973,-480.8032316002641,-477.32548944767234,-339.990964073695,-250.72076477063476,-112.18488557579226,-355.245001227389,-483.6794697800369,-221.12556913609794,-385.4303005034368,-12.23414962578956,-229.69626464014465,-141.8474511655607,-130.68564406168588,-24.61614053779454,-423.92306023037384,-314.70029596586676,-21.763372500229583,-312.3722122609637,-203.99416860152658,-46.574897614676146,-312.8614440077454,-37.86612643678316,-194.46965873311922,-263.09830506047655,-170.97447442449277,-423.2522291418534,-119.81632075831567,-67.19397897215657,-386.1533233234608,-315.72035674883597,-177.45393077216985,-466.01155141268555,-273.08176036262495,-129.12736788167618,-153.20062467236002,-229.718881137626,-97.91168448364984,-0.9931188093120769,-23.39892428871282,-276.26019909609954,-124.41215321459697,-247.86784404805522,-107.16693452420029,-248.33277550434963,-396.7064125960524,-478.82986022809536,-66.24398053854857,-236.35622559317315,-451.1267299401901,-317.19385144254676,-26.24357719966619,-375.65935474167844,-291.36978239869165,-28.87865913297477,-3.187977126942243,-137.76669268575125,-63.986847346443994,-96.60161004540524,-136.00633357074904,-459.85901786782165,-447.0227054053055,-29.485118248609055,-290.35631900983464,-308.29844441575403,-19.608571080002633,-65.10665847509684,-68.11965009704346,-241.8426224573868,-325.98886494232784,-435.27222327714657,-231.59029889057476,-123.62600666020768,-186.1874478266073,-227.783934109501,-246.77411517796477,-130.5235177002671,-171.8900562320274,-127.48469928242633,-202.00473307313027,-85.74694756126938,-300.50610273064257,-482.0713637985072,-329.78596379138463,-257.302861966546,-352.4146295003517,-126.75685010750654,-435.802652761238,-258.11764053156116,-232.25385221504308,-184.57990568081323,-150.05797863681804,-339.9733676174384,-294.4022063100766,-397.57501772213004,-302.7355232826337,-332.81503361492565,-408.1842280875499,-9.099728138299568,-491.97720264686507,-16.10346744809371,-198.96732190495547,-421.5502950576593,-94.17300441368998,-104.41602545025775,-293.09208785430167,-365.8056970815395,-160.3071146832693,-475.4679671036438,-197.95532479834904,-238.30907723796284,-489.72247093952797,-253.07760437888888,-198.05207360247755,-440.62376206877366,-274.29394910916716,-171.36759919030558,-344.06222031105835,-195.3708907851132,-110.82010555786265,-333.4688962568301,-387.05689031277024,-7.973435092781756,-430.8615515909316,-354.8474774719057,-59.27668043701379,-18.332468815732028,-108.17961632634571,-270.759492619257,-175.37951251709038,-426.81752037243695,-418.2439334640954,-483.169797448833,-397.7191628010063,-384.62201137893834,-205.4155558830758,-310.35012043468254,-317.71218249387977,-27.67295115437435,-142.4830874697142,-55.67623511674075,-289.0574650747978,-108.4779932575749,-213.38823569531928,-433.90868098604415,-456.88677513610224,-202.2566149906878,-468.0915061488181,-331.89181727090266,-124.44060996858364,-304.59671549731786,-201.727096623577,-14.251854313031275,-434.0993453313791,-384.3511509033082,-391.1579943378722,-203.624012600867,-448.13486334203765,-269.5213001534892,-325.12919300757625,-405.16094472819475,-307.332698705975,-427.5933416774715,-254.17873151359217,-215.53137225166907,-198.0371655525266,-17.63739310311757,-293.08788941201004,-238.2496313941827,-371.5086672844985,-215.12110297771986,-231.4876764488021,-268.3393062268098,-277.45012613342755,-393.7394170576895,-342.31323775724616,-28.576871760624567,-168.39189519116132,-286.68105813448796,-401.1592752556201,-188.3465932184364,-364.09750641424193,-318.7126883821725,-9.411211592992297,-338.8377349006528,-199.48221079920597,-88.42902231900285,-229.09502243777536,-214.89206847311888,-300.51723047239943,-355.4600465190525,-144.6954556332924,-122.34398719843703,-376.7137275493473,-232.5670905748744,-30.657949010539475,-267.8618978601703,-251.9738849684555,-423.16753128893686,-437.32824692302034,-496.38823102695073,-371.97161215541735,-403.4186017428062,-43.248625664934984,-451.23684705537244,-301.7570278701916,-225.0967729353629,-366.9833083328775,-121.17360513819364,-291.70283807907265,-456.8721443269672,-36.91095331485633,-208.82682962399747,-295.7476589491548,-233.36975113291862,-361.39588347864617,-217.3056778741871,-430.3529758496238,-211.4256463718048,-148.68019466309656,-323.2622464309581,-329.4920820319853,-151.4861296424422,-241.0254063649862,-411.7032922228383,-292.80869209187256,-35.2054578872828,-394.13819313602187,-476.3282055616521,-69.6690240364971,-80.42452622692842,-485.0079168358307,-394.2884754977726,-318.32387694303503,-154.4563598450837,-44.96468854137042,-90.17083263236492,-108.84131442265388,-167.93605417546442,-55.18300386993613,-360.47395050565774,-424.7960420939489,-51.0486117388565,-381.21047005351375,-195.65693460114426,-454.22970693686375,-368.5138091442656,-349.91756184967784,-464.4214326336845,-119.36180998636925,-420.2634523580097,-379.4931875944869,-73.61010871422613,-420.0873601054069,-113.75970451290546,-351.07303948268867,-210.70457083895766,-50.71789519707498,-360.46317326462264,-178.6790389045827,-134.6455888374693,-311.7041712004279,-85.43527960576309,-240.45903690850935,-249.80055669348272,-20.39624687281083,-390.3127892884982,-354.8074967972101,-198.78343180378238,-47.89996864685331,-100.16516292718264,-282.8679106341615,-220.77812821945798,-399.2503925887172,-211.51953698486008,-353.1175409368324,-307.5444905053706,-289.3195839220547,-66.34279366973617,-222.55102242335067,-97.9831554902838,-400.21224090435624,-119.16835240786567,-374.18718644488257,-71.70139951971439,-363.30835566663114,-188.838622873014,-26.064057631559447,-194.56748654708784,-324.3021698388838,-68.8449828467389,-262.4537112615917,-347.74973090230776,-409.250671547145,-433.4361499848307,-328.5245038544844,-174.3328544417651,-220.52142890950026,-425.4773196029071,-243.5608808238029,-177.5621961624369,-68.6218786797061,-347.17613862614115,-470.56549986921226,-10.621310694381714,-166.31721165711,-489.5243800808469,-173.97335125007373,-367.56127205249123,-393.76523965432455,-129.26009087764723,-444.72019929411704,-326.9206648083445,-436.0508568638364,-458.11556442692324,-347.79866310230415,-70.87071042298648,-223.3041277323036,-360.9831381344071,-499.5715975518614,-58.33376681339719,-166.08241684839692,-69.96400618542603,-96.51757073650829,-434.55243203454563,-343.07381628663353,-301.60732666666996,-128.49488698481255,-450.22723198283364,-241.2705165967578,-496.10579486528724,-137.72168678067843,-468.7368596858693,-249.77183593833968,-61.40852822861109,-208.12067076755486,-382.7673638180885,-418.7070341730986,-150.39946332198318],"y":[11.253077745054352,434.6612276368108,242.50048038420624,6.067828607031755,439.4630721188428,0.3766953170338261,319.7744247845839,52.85521315122127,181.14755204655586,75.83708263144845,133.0468343817256,138.30815947202785,181.14338937791507,365.50918883479085,220.9119622055557,242.8461691832678,93.0042419594368,220.64192135784538,3.8711781140837176,236.7233323259151,134.2295038915117,430.4566342477182,36.30812984396259,56.93065932356151,178.9228735430477,165.38883154627925,227.16066461811928,474.0919949154245,5.946326486110321,9.490362587288692,401.0540184850682,327.5801243306487,257.89143268223927,229.04657873573547,154.89058852792886,94.74920667776581,220.94662369720436,159.27088939050392,280.81279057458903,121.2971858691836,199.64251210112494,461.0286289022954,468.7238165124945,344.9073669018969,114.41289985468644,102.54551968732589,282.1511670850383,436.6168263368099,341.26909448423413,453.9585771170974,157.8775795400284,326.48822339027896,216.65120831621633,3.4253121666625863,462.8481770344008,486.0043002728374,486.8714658616447,235.65404137997953,46.71145340692651,121.6569615193035,241.85348751319296,474.72870810421597,349.5342510217179,391.459021426801,151.03082793678718,129.41043359033426,272.5198827273575,325.3973911917258,427.1646263649796,202.90781506533057,109.04981044808271,276.7450421306457,225.739132636879,391.6453111715548,393.4738978598806,7.647539964105166,77.0288594139617,56.0847378393291,422.9162269001063,40.01880180559597,87.36720544480903,361.52609065286765,39.065869191841074,231.18908686362883,427.2774640273654,377.3533584228834,10.55722448198182,34.25491674880771,251.6125782955152,119.6583945560713,157.532175426854,199.06505488137438,96.77757101281436,48.76509256051331,157.18912793386625,215.06492689670242,419.849989908136,122.6594349468968,29.844456319786662,458.1568883151013,473.3237541984335,261.7717848621962,104.21917214042593,33.860159472759776,39.29369131217653,220.15852886092225,198.61661456154306,33.54291885285543,335.4217325494669,118.29450873105796,155.2541453505887,53.43230497532697,131.4944165869517,354.722558523953,63.30899976121962,39.31305209122782,150.73609258149762,257.6163156748493,485.1036753064869,243.75360216063302,421.5563220328036,238.24144793610523,324.7656150734209,170.69753669142347,27.61432936246999,387.3383636222056,120.02303285296783,99.75236600118376,104.67874927845367,300.7958009197491,70.10019038210014,303.1524363980802,312.6285824037475,381.42049984674094,15.02872059604854,107.16675270615205,428.07969926486203,493.3426210851052,270.8807409823435,438.9272183121483,181.04139186231154,226.21949655102614,149.582925421808,336.8899740947428,34.48325680354203,332.29863143536926,46.838132041753575,61.21020057670529,113.75755801870652,88.0039369307446,88.3797230544675,118.71254798118802,499.0543221398809,84.88260314625961,115.27795355394,381.10394131014505,321.2033952337885,420.82901795557973,1.7275275552553482,463.98150624250036,289.8650832426806,158.24506752808753,439.2625808620553,464.086010917275,455.43174697282524,276.09913167430506,130.02056606201802,81.09700889558874,138.950676873422,438.3144822751033,498.9349007065277,231.19715004482532,475.38372704038744,456.1863085688198,261.2176107602362,374.80395271760204,24.51315483598132,41.77394448091387,435.6374157101308,120.84966765919314,405.6478350601834,290.9843877947725,460.04741601103404,45.089251512570094,138.26060820410174,450.0949108302751,251.15745733629012,267.79491958142484,434.67650958316483,282.16516499717517,177.3117159403429,469.18551587580856,45.27577759403456,406.4733405167755,395.04722190396177,266.4723548304108,255.39560954345814,22.92119860598868,114.45668034395473,3.7840063005054048,20.803525570960378,473.6478891805286,491.6279128649414,246.50561566538715,362.60621575539307,490.1928585235155,314.3324434788898,322.7322276188805,256.3879408074631,487.39396790232115,89.1032628053307,427.1441568705134,244.76297519205198,454.64775161990633,330.8095835624001,191.7402325422891,311.1585244201235,326.5246550833796,229.47098452372094,427.71665523106157,263.2385949765703,134.43475663406718,183.99396484513798,406.757148027298,358.6604963438589,48.564394570507375,476.9654858997409,383.30971965354615,363.2130732790772,184.7652454456707,174.5834755832807,472.33594845795324,196.7806428258193,387.60199616637357,391.98141145074044,66.85616150537405,61.92757383605757,96.83056363050191,303.6838559601961,261.98530557894117,302.3484703546937,377.7480277701977,406.7845101415372,343.73690389267625,380.75363580225684,426.3874906643411,353.7687629993154,42.091857763377426,52.69197140461068,252.9115489768631,226.86916608931185,310.7928120863489,189.2673024492323,408.8199387700301,184.32771192288882,185.66519687490134,96.0381407452467,368.05588271312536,40.548806904928234,180.43941505873968,66.93470875069323,303.87012661575886,164.31333216617517,100.53825220953499,44.924105270480794,31.386241583185924,149.93529513507548,147.34570397384167,115.81571369486355,273.99657350746526,37.12771631930739,387.99840092642614,374.12913376210116,409.0322471395927,77.15705169770409,160.93048655247782,248.60129618596454,57.976008657578845,165.3429754534777,22.036490156425394,269.4170722704086,275.3327354328654,73.21412039488234,493.64390743101,185.00881445975358,50.01706919639237,158.25111782318342,362.66751363873516,229.70007212404357,41.86026200952575,169.2779815257171,66.51198015590454,302.0998315482136,335.64302863238987,247.04083450220693,162.20897751912787,299.9912090154348,274.4952037180471,428.3148849849966,205.93201907352386,483.4195559812044,91.83730453429023,156.00558538139313,250.29382912778024,136.7891291510304,187.24084102173882,498.9670543436858,403.27391490341694,409.5474482821214,284.1837148290304,50.022032375154126,70.88072708946252,430.9607581836651,152.14971276546646,59.26015416525021,132.11087292862183,243.49059241762632,228.58195207881727,372.2502956353128,229.3180909835301,265.80628774992175,229.87476320987182,103.86180246618821,406.04501601917787,294.64499654665104,440.4232867307926,419.1244900693316,216.3494618985119,323.77897876195874,128.95318180233167,288.31860481122243,94.78472852518055,440.2128504374047,444.4315262885781,372.2519670954651,412.9783878624953,311.4240056022499,377.29026416359693,143.48224133452996,93.24171051425961,64.12794659497017,212.26989704983217,428.3954840704292,179.5214850320539,270.0635776753194,85.25395921230134,424.74371277107,78.05854438944098,381.4052124614482,35.515096101219726,212.14490311477053,464.00073100079203,345.5641757892487,411.5717567931547,322.730033094881,90.43865903112241,343.91109226169516,25.346490555470613,310.28550935745017,159.92924683960592,169.50323109100023,198.99571308951454,495.79217207167056,320.7497924558164,2.1013959594231024,380.72591991466084,250.68374236021356,9.769573411851418,239.92153005178085,460.77443009351856,288.8452470441961,283.9448878790106,281.5790437645259,192.2916896188957,474.9764774193996,466.91138168874033,102.11865609723125,70.42444973346346,399.2494118798316,456.3835786947924,24.26887715795584,53.499834592488135,444.971834120226,380.1478181409582,388.85007955559297,107.99391026280553,483.61599613096524,10.580634290072332,293.43744857897605,353.1065808863545,141.36643075950266,312.24820062939017,456.4441554208283,135.0734401214273,451.6501850319459,75.13556679467965,96.05890619768809,331.3635328133105,430.29223948448043,188.5928444791055,325.3494723412233,414.3763279768332,177.63975704691183,100.09235598892307,430.0103444354594,107.26816443256021,112.77189926968789,461.96297011784225,18.89386363096368,94.70825786485304,158.9464323109052,339.61022607847735,106.57461691880016,275.97114606686335,179.91307094928348,115.74549887147411,357.4771556870605,459.7373523259892,187.87814231510475,158.27145736457715,377.9105737816101,448.7868352982623,72.8917565953271,463.08870178615786,226.07940670335813,408.0986620134995,333.195882644026,61.20565926481153,303.30100267175237,426.90323983274726,175.78865940904976,161.27792660877543,427.7044304169709,472.8748443866803,294.08468633844717,388.35597276132484,148.77120288441697,417.22897079080536,93.09615160195716,37.68144811815205,427.8642610359596,144.7559545789448,333.46774330224036,357.22169477251873,416.70933553166,224.25485756153958,254.64111100043107,351.45377155480884,345.508767938803,278.4732887646771,104.38365003558553,342.5630840201938,159.17236250770378,332.5399802699898,125.0303219301892,479.62349993753554,369.0655620713788,492.1652567191354,147.03873823826407,51.52365780871121,307.7760842052048,232.04541283045987,201.4927810323282,305.2500486788347,29.775016747265294,347.2768393513548,87.80985493778093,110.89235088405097,441.8584645524859,115.82395995611927,293.0180128122135,1.0171779632559552,49.24895965783982,93.05751236300874,464.83662920544094,279.6046406135735,321.4599348128949,238.57263904564567,398.2418906967249,274.9330695011166,96.07039581269528,90.74119425678529,189.06510593655236,449.49960437414387,293.78728987335245,335.77710570700924,263.69105486943505,96.76043737213624,461.3001503479517,268.0988380938371,13.527263396224953,354.183702852467,139.4782130332845,132.4507439607893,0.07336839421939745,98.26657099340352,12.457113513344497,192.7193724032507,77.1189011501876,80.30045255054003,158.26416554888883,55.21611406096877,325.9146529422875,390.12598036066595,72.06067996344778,321.51024150905124,269.70598440606955,429.18862198402724,480.14942829055724,294.45950532216796,25.258506401595827,331.680109568018,466.20023803101935,36.48966301165796,232.9424871035633,12.77851227033805,368.05354334885527,392.27020169925026,114.56265039591341,446.2052226645994,296.0185500712865,214.64106712398373,341.158189575866,339.53078085823347,222.06177683961664,388.23596582995077,37.856632109702915,383.2231572738253,182.43883485741847,302.53408430274555,36.21534779707897,354.1969534376143,253.22461083604404,290.1242755326038,184.9753283140063,195.71817879700905,51.05819112745497,139.5577329961794,161.78208758875212,447.6642088431907,313.213819313286,131.88746908714378,275.38144836690304,90.34219512335612,408.34317232857416,369.98193037271915,42.71180200989599,488.6356471083629,13.00187085222937,32.35606078089048,430.4640168053717,47.8752118369799,223.7697031955417,438.5806887252987,401.8912272537793,178.6425213782306,450.8182681746737,330.99083952196753,193.01525601800628,127.424269028098,106.38419869079458,400.34861768111944,408.78304122130817,388.51925814850216,302.6161746832905,462.1842057137645,358.41562963198714,44.22246668789587,31.821564853026786,358.7263400402078,85.27192571186055,262.6802280275407,24.606666975407364,329.26391285787355,4.53690216367264,70.88311580498996,112.77047018140985,162.373319196356,14.213057204069845,436.87852080742033,209.57467174517674,393.6459186924106,291.56744919973255,312.7142635878627,40.73017049512884,364.0593035933496,102.62251141911716,485.2670654172512,91.27584558649238,238.14765658416465,235.03726164067862,21.944544342089422,161.1320145687459,371.5816044960924,182.7780938354883,17.86811487320028,148.20157158472557,196.34101433572482,69.04830881609914,111.16882001283102,187.96215744820438,318.8508646785626,236.32672873796045,452.7644929645119,464.4767964203709,357.595796339496,4.264851173067741,123.9690920851444,218.8823482546297,392.3466383275337,69.91441666365866,161.58615725166615,129.74983146643282,244.63630744959363,465.96642523978124,292.9063024169677,330.5512959538582,266.5329286825852,129.47048196553334,180.28365835542388,492.59347433004615,150.039300246792,407.2672518190976,167.28387678390988,40.083580357612945,436.19884538725466,150.41603258164565,74.68072976717966,498.9578106805153,303.4210924848952,412.4822840806573,210.73619132045224,90.15522673183068,259.50356305239046,138.90716182766545,374.86603396514374,140.17415401572558,152.29998790628667,49.87140862524936,478.1916311962674,343.8343486154777,321.2548282630232,376.36817575133597,404.83148337759695,440.49535107932184,335.98407655683616,450.193517158999,367.50436245758686,380.9248018191499,465.46069303189574,236.13834830275638,110.44765466019885,383.27005878920176,101.06663149002404,139.7150706113654,391.93456947142096,168.81174495802875,201.672711191852,301.06095336781675,293.77186814897215,23.810509528232714,422.5118469100285,147.03676263695732,132.01034835205743,129.235489017946,149.2603993149958,221.89090926909904,263.6019840162014,135.1076632531974,207.87563213438736,130.97245834096145,349.02088883564517,47.10727582456947,284.9674251866788,389.5135761341364,233.56972991097024,372.16752401260123,150.37267952191453,275.3084585355769,9.05882275562936,338.25030083504294,167.9272625961923,213.02666429860685,275.2339708626317,312.6224093802782,479.4687906199648,339.03722392383435,215.0712100108687,113.34904216807907,91.10818389752978,446.35704552235825,91.64935512779505,245.5991180499672,206.4801484942576,391.9999397168827,63.75145719473302,177.79123738723874,303.73158747517687,405.4643428808222,91.81144274397835,149.6034231322671,246.1751199174672,116.26680700009334,285.0151517387974,368.579489180441,14.279523383766534,128.49811989718668,205.95930963562358,401.06942802253474,196.53205386822626,79.35488341331609,338.2443871595598,314.403011780737,162.64891070799854,266.314339364786,67.4361280484807,272.9950834426611,287.0053424341589,467.248918994324,354.8839889737332,12.866292285732051,265.5505919238467,382.45954890810816,247.80935962445315,429.2301718449049,366.0238449748731,442.10654928325465,311.22864028066857,99.92057773484086,80.5475455863624,245.78198288195173,178.97146843321786,456.8128057495093,351.414100792449,479.9569563186062,395.6755027892205,200.2940983027646,296.0175178110783,410.8027823769008,293.9403885908087,90.45292001530231,481.3139011297673,7.740152032849224,115.7216203705887,298.32502357688196,84.57613121313962,478.6505053880418,225.5046527318715,92.791055078354,269.2824975547599,445.26583042826786,377.802511345821,159.38367409514248,199.81664785038765,222.83414790736973,496.37344049652836,332.87703407652833,22.23484060317532,45.46625542917687,126.50604633045587,363.9874002159595,315.3733728876903,262.95873991492107,323.9038881708857,24.215204813217706,124.76273420117306,477.6170849135144,194.69339731635998,185.71621479273387,279.66656885451823,405.3219012058848,70.35953207126566,184.8012719174309,267.61540230461804,99.94939667234843,295.9208134639734,172.42221833492616,191.68389207424823,161.73623958323964,218.78533959348906,17.76219251009087,106.01793625894729,346.5262173870619,377.6240754615744,378.22565593842944,120.9996922380953,350.0342770647741,51.96218203695896,480.86396837232877,30.568455436838004,420.39908709318934,46.85937695093284,106.13588054463847,40.40854288079454,158.1165838497745,53.88370475064852,18.111803870366927,279.4366598244557,297.1510470965023,254.31946120716054,127.72248422678162,89.99962617935775,4.236549014241975,373.76766902216514,313.00743816051715,356.8412166610734,329.9836164632665,195.1730131586024,235.07440702454414,157.68083627675438,270.31066741661385,360.43078804213485,346.359218915265,480.41098488159315,119.63760281178887,334.69033335177033,127.24294270001624,33.92114672136232,77.58022707442936,237.3814355060766,19.472979208993657,319.4798449488875,389.27213623314725,124.12127691498831,169.3121778593568,72.33870426648292,10.119450087562154,142.40447531975775,472.6939566554508,167.79485435431374,256.45430879700723,269.3961296631099,428.3891667589944,199.65939919799175,458.12133429886387,377.0487031839068,90.29855343689196,453.01579051129914,249.45382500276148,447.4250255948156,26.37824597750871,377.8076362210889,404.85659242376306,285.51477234271897,330.4017718298054,297.396946318874,310.72484706282967,256.44520372508543,175.1064239270752,489.53573910963144,16.458592506648774,411.67798042380446,361.1320282888128,426.739054500514,280.04746397696914,41.357191839011264,388.4416218379353,62.17850408630593,117.6186638962764,114.67071734778133,454.59897527952893,104.29234042781643,396.8273089995008,20.30689699798005,456.9929159701238,264.24971193594735,371.8246561979754,488.78176400562796,295.7326672251934,351.3351069544165,17.17599980554818,478.7998500581036,372.9750030547757,314.7219045784045,157.28496086677453,276.85881059380125,39.333598852288375,200.35612218611192,46.64692304476337,340.34133774712114,381.5623030850627,133.1811463158551,213.70552819250887,350.9491426789205,303.06487638889155,439.48894998255264,357.6309549582406,484.83610260624886,133.61245579853858,66.0997015197044,411.9044492327873,426.37937332883706,11.079211857895066,366.0706130499349,197.31406441609366,265.0166576154279,23.10709000440997,454.09354240992525,4.544633257076436,484.9106832810728,80.89362439838582,203.37016609624064,64.41258752308387,148.06499726411982,351.9754071887331,159.49899833876862,151.13338881074827,141.33237846876452,225.55304649970847,462.5644263723901,276.70630062036287,495.0738242436354,260.03513077521484,469.6322566874093,374.1844380733161,425.0513795229235,136.4754963012431,22.214295861929745,453.5122414702054,202.38083888150433,341.91950428758526,86.65072453943151,231.38455441729982,6.40015138092992,283.2519087843618,427.4082854677237,479.6144674346445,363.4981147759959,122.89234803329107,213.78045778720883,155.65299509325138,15.401375611045154,415.02088274617284,202.97858502744597,441.34402406609513,182.01393697043179,488.2688875262591,156.23939801048593,286.2505395686936,127.02418602517196,113.8058980329878,361.0361070971793,479.30285573442166,0.17072255077188458,192.04309321359852,158.82746855085495,156.07641308390734,75.58348945648386,252.28592540034583,210.38024430647894,302.93746577665485,244.06073845385407,133.44006384715556,304.34352966908995,34.62112984605237,411.8878933007559,65.1329261343433,130.64573498798475,192.18787167593393,133.86187226019769,338.72063029550054,21.877839941941147,426.09333416029176,491.0505172638574,441.030285188895,452.5110299252029,479.62468868680133,425.71882710095196,244.16728803219223,355.2583755303854,67.2946032572786,28.04910618397066,496.2377244719786,25.251678496074128,239.8128495365141,419.354275340378,185.15705094179052,182.95839443004613,381.4070352521245,367.06951211671793,105.30578526133927,119.8454581973672,317.3364617258164,351.26179913461425,347.04515276389816,135.18472962746975,108.33265401785702,454.18418009194585,296.86363795010925,268.1619264050836,112.16435969233407,447.7933913131329,54.82610989742809,207.9798864332053,413.70767314041933,357.8496722470905,58.65358437984563,200.63629071492545,215.01634613212568,292.49368050097763,55.31598004834193]} +{"expected":[2.0375056,1.618266,2.3073516,1.9759384,2.989781,2.818291,2.2832658,2.6131358,2.5074642,3.1089075,2.596286,2.7368388,2.4601667,2.1186717,1.773398,2.0629065,3.0434396,2.1337698,2.1607285,2.0283992,2.3207684,2.3835144,2.1645503,1.6206456,2.2704127,2.5995305,1.9083017,1.9655818,2.3311312,2.0822175,2.6211817,2.3249257,2.176653,2.725261,2.3717878,2.201972,2.108964,1.9633389,2.5091412,2.0100596,2.7227218,2.4036615,1.6329768,2.1127768,2.13865,2.291788,2.4174297,2.6111717,2.5523248,2.4169931,2.301767,2.3927972,2.077176,2.6753705,2.8863692,2.525101,1.5978515,2.348507,2.4312,1.5846968,2.0103216,2.7242177,1.7903425,2.5681252,1.6777927,2.509,2.6935203,2.3515272,2.3092718,1.6008722,2.5747106,2.5113177,1.7083079,2.4542155,1.9535794,1.6520867,2.3634489,2.0673928,2.2542365,1.9974554,2.228623,1.7209427,2.6804209,2.956636,1.5969784,2.9149623,2.0926642,2.5939083,2.5083582,1.7411271,2.8618162,2.7047348,1.8778945,3.109194,2.1056924,2.0127826,1.7048628,2.3777235,2.5584433,2.9716368,2.3911226,2.7972775,2.5603533,2.4711401,2.7912304,2.372713,2.207214,2.30269,2.633862,2.8248265,2.494855,2.0745077,1.9591106,1.9741341,1.9789938,2.3380263,2.1014779,2.3923037,2.7879333,1.5910007,2.2251742,2.2197845,2.601503,2.6509793,2.5360966,1.8051167,2.777948,2.895121,2.9087057,1.7698139,2.2412412,3.1252904,2.3775082,2.1304471,2.1293042,2.2335997,2.338454,2.9332073,2.0769064,2.023878,2.6241863,1.8910089,1.6202284,2.2911956,2.204232,2.8266845,2.7620058,1.8907605,2.4932647,1.8415936,2.9041107,1.6929584,2.3248768,2.475471,2.149251,2.1028366,3.1342227,1.7898544,2.9602213,2.3790178,2.3217828,1.8259215,1.9219048,1.9374608,2.5904346,3.0671206,2.2657986,2.0011666,2.852312,1.5748622,2.8089151,3.0913005,1.5930567,3.0431325,2.8682628,1.7590544,1.6995605,2.2470336,1.9207354,1.9449708,2.8115814,2.5325654,2.5858123,2.1309152,2.2131376,2.4932635,2.6053822,2.8909051,1.9389755,2.6909494,2.0739534,2.143922,2.6423442,2.0118093,2.2323802,2.1029522,2.3425999,2.1780663,2.218315,2.7469852,2.0287886,2.2703924,2.8053238,2.1971185,2.1808472,1.6198009,2.204826,2.975987,1.7302082,2.9240482,1.6647648,1.6080683,2.7869635,2.0167665,2.3627157,2.6088135,2.1723435,2.0200512,2.6023543,1.6002988,1.874859,2.5789511,2.9284952,1.867181,2.6439633,3.1100864,2.2876277,1.7498733,3.0820143,3.0160294,2.164095,2.5683405,2.0578804,2.4081385,2.3635569,2.9656632,3.0824835,2.8744855,2.3368015,2.991473,2.0505984,2.526888,2.2162766,1.633547,2.6043947,2.7403133,2.5948563,2.0622067,2.1548548,2.4740715,2.7167494,2.8359501,2.2415361,1.6443563,1.9496953,2.635443,3.023888,2.9292893,2.1125777,1.7261807,2.0875978,2.7212029,2.5620785,2.180486,2.177616,2.3241944,1.7204955,2.3444965,2.1226645,3.135449,1.87293,1.9438022,2.0170326,2.529161,2.9205782,1.8619784,2.6803606,2.341262,2.2251995,2.1708753,2.5150793,1.8006213,2.9448621,1.7030464,2.5669534,2.790608,2.8928082,1.8751715,2.4468865,1.8620758,2.1566098,3.0120301,2.0807853,2.3155677,1.9921335,1.6952379,1.8892556,2.6477444,1.9616593,2.9859831,2.542108,2.290136,1.6767535,1.7776021,2.0353303,2.3933957,2.6219845,2.2706146,1.7975118,1.7616152,1.7862949,2.543767,1.9026476,2.981115,2.4975889,2.7330842,2.0925734,2.1305828,2.4695878,2.157211,2.3443604,2.4922023,2.5654125,2.323809,3.0328732,2.2764816,3.1127088,2.1175056,1.8823023,2.7768126,2.9913511,2.2042356,1.5709369,2.4775538,2.8195047,1.605005,2.3633044,1.8968916,2.3719513,2.690715,2.6172495,1.9188088,2.9470074,1.7231753,1.7011315,3.0118332,2.5696888,2.4574835,2.1596193,1.9020952,2.6970255,1.6423943,1.9491802,2.4464386,1.8868848,1.9218469,2.8452425,2.420165,2.3827167,2.7290514,3.1158764,2.7020853,2.4641726,2.6113126,2.7089798,1.7243948,2.2628083,2.0318341,2.349862,1.8733088,1.7398682,1.7524023,3.099855,2.5131063,2.959794,2.9586217,1.8757327,2.9672437,2.2486074,3.0199516,2.5127144,2.1678803,2.9392877,2.3320577,2.027649,2.9679737,2.4693463,1.6618078,2.0721345,1.8988513,2.2352512,1.9257408,2.4685903,2.4486172,2.9200623,2.610594,2.9346857,2.4791424,2.3299794,1.9290594,2.557992,2.3036377,1.6077002,1.9050494,2.7265494,2.6072729,2.1517785,2.686788,2.8909886,1.6576525,1.6438067,2.2861784,1.6601762,2.7507071,2.0623696,2.7807934,2.8148975,3.0266309,2.48228,2.3061874,2.2071226,2.2473493,2.196274,2.3552616,2.474574,2.8134427,2.300921,1.9981289,2.7965944,2.4982367,2.155996,1.6946607,1.7015857,2.3922582,2.9300678,2.8291,2.9695065,2.4771726,2.0930185,2.683982,2.0532935,2.3650782,2.101468,2.7111483,2.3351164,2.227187,2.8929722,2.214573,1.752121,2.86505,2.1196513,2.6299038,2.3655367,2.926901,1.628222,2.879328,2.759713,2.5479398,2.9240959,3.0992208,2.6327388,2.5495272,1.9707617,1.952634,2.9815013,3.10446,1.5762078,1.9090326,2.6155803,2.430583,2.7867894,1.7441976,1.6912975,1.8111086,2.739874,1.8321124,1.8206744,3.0599957,2.6252203,2.3919284,1.9995353,2.4888198,2.9064727,2.9085643,1.6186978,2.639886,3.1016824,2.5354836,2.476656,2.8608985,2.9312537,3.021337,1.9308851,2.4266574,3.1023276,2.3774595,2.668255,2.794805,2.4753673,2.587749,2.1955752,3.0656512,2.319484,2.1941352,2.4205017,1.7236613,2.283675,2.633846,2.1735945,2.582414,2.7037225,3.111005,1.7667483,2.4150805,2.808273,2.5008442,2.085645,2.3253016,1.7159691,2.5304828,2.7345831,2.6742053,3.0094042,2.5673847,2.1222436,2.848382,1.711975,3.019036,2.3397536,2.6634822,2.3113472,2.7505395,2.0686162,2.83385,2.3342714,2.3120444,2.3750787,2.6581438,2.2667136,2.3893528,2.3098698,2.185551,1.7898898,2.1765358,2.2110226,1.7806432,1.8376076,2.2893772,2.3653731,1.8664145,1.9800863,2.2537062,1.9977705,1.6063148,2.6204498,2.1112235,1.7857652,2.9944987,2.5368655,1.9603747,2.7307305,3.1045194,2.0614693,2.211819,2.4753616,2.8717268,1.6637204,2.4550438,3.0087273,2.3890898,2.2448363,2.164896,1.8856057,1.623698,1.8019259,2.8198953,2.4901283,1.8222529,2.6175954,2.4586666,2.4493024,2.2237394,2.7098207,2.7840612,1.5852674,3.1293364,2.1700683,2.5982802,2.2020776,2.1774027,2.7478776,2.7085345,2.3728654,1.730177,2.4567623,2.1517644,2.903373,2.828942,2.3905072,2.5968153,2.3322687,1.9209329,2.8465362,2.3088706,2.0266416,2.8553889,2.8632245,2.1258364,1.6194078,2.2331002,2.1452234,2.4807112,2.4152203,2.318613,1.8453189,2.6447408,2.410461,2.7316964,2.2857573,1.6993712,2.2910898,2.8525078,2.5889292,1.7439768,1.872395,2.4642022,2.3507578,2.7849116,2.7683203,2.448926,1.992754,2.0462346,1.7993528,1.6940874,2.6976883,2.4361074,2.9789505,2.7516906,2.8478868,1.7438831,1.662512,2.8081436,2.6551356,2.4199955,2.5953212,2.3712418,2.139667,2.4201257,2.881449,2.3234987,2.5279207,2.5756376,1.9787151,2.0874162,2.0237036,2.19683,1.6210002,2.2907908,2.0631416,2.6390584,3.0415213,2.2285612,2.7282379,2.8800607,2.7270334,2.6463225,3.1176786,2.3885975,2.052935,1.964375,2.5923276,1.9917598,3.0152223,1.5788528,1.6518838,1.7949831,2.1871274,1.5837365,2.7656188,2.0356462,2.18119,2.5742118,2.3790178,2.03379,1.9812144,2.4490066,2.8332062,2.3964803,2.1393454,2.7354307,1.9876106,2.951295,2.3442855,2.2588453,2.1462734,2.6339855,2.6842668,2.4965634,2.6264992,1.5777988,2.2863677,2.6738007,2.953575,2.8149793,3.0096624,2.827443,2.791238,2.2060266,2.078476,2.9900973,1.949864,2.9415946,2.343796,1.7882408,2.4322648,1.886701,1.5971724,2.6550856,2.67266,1.696908,1.7310282,3.0601552,2.853394,2.719224,2.0534317,2.9635665,2.2152798,2.442235,1.8933173,3.0024135,2.140066,2.5033062,2.5267134,3.0381615,2.0473773,1.7572323,2.7412546,3.0285513,2.7657392,2.7913787,1.9543165,1.6974174,1.6506191,2.3849537,2.8983996,3.037223,1.6802825,2.2654269,2.6591442,1.732697,2.3928752,2.4135308,2.28401,2.2401743,2.1512496,2.6532536,3.042346,2.5451565,3.0498054,2.5442905,2.315789,2.9941118,2.5970745,2.518653,2.3067071,1.7842658,1.7887673,2.459693,2.3195744,2.0974588,2.3601718,2.2366405,1.8351791,3.120894,2.5885656,2.4009259,2.721004,2.35816,2.804064,2.2497754,2.5737736,2.5382755,2.5627778,1.980674,2.8091202,1.7903422,3.1387596,2.647287,2.0772555,2.2516687,2.5807567,1.8240625,2.6996384,2.9451637,2.3824682,2.3981805,1.6462462,2.0857992,2.6750417,2.6857307,2.7356012,1.7960817,2.8824873,3.0194416,2.65046,2.1719346,1.9439038,2.2496693,2.5205345,1.7182364,3.0691998,3.0755434,1.893583,2.6294808,2.356483,2.1307743,1.7616017,2.3305287,1.7595181,2.4763072,3.1036725,2.016892,2.43278,2.9826822,1.5967802,2.3291082,2.27364,2.375344,2.6272578,2.400467,3.139286,2.3050327,2.6223235,2.303007,3.1336095,2.3081694,2.256348,2.4758003,2.3520472,2.6633754,2.3869207,2.9662402,2.3403857,2.6492693,2.360069,2.9845066,2.813476,1.602381,2.6626441,2.3076978,2.1037064,2.4954119,2.6026373,1.6306541,1.9594991,2.3400006,2.1341412,3.0957296,2.1737158,2.7344754,3.0580199,3.0451794,2.1897643,1.7039064,1.7335346,1.8858268,1.6706392,2.509578,2.0856812,2.3557537,2.802644,1.6926789,2.3581846,2.2255254,2.4994729,2.5265567,1.9700091,2.3893814,3.0031898,2.694493,2.4599743,2.8637338,2.5801525,2.2893078,3.017889,2.5046544,2.4529324,1.7443784,2.2127378,2.7953088,2.2443328,2.6375954,2.7898464,3.1277936,1.9352611,2.0285795,2.5098386,2.872082,2.4638572,2.371904,2.1568606,3.1192818,2.5294745,2.3095841,2.6554523,2.1419475,2.7776985,2.2993813,2.24598,1.5959978,2.307835,1.9053764,2.7472854,2.140049,2.7861195,2.8193212,2.6744218,2.235759,1.6383457,1.9015343,1.7590663,2.250345,2.1440268,1.9572518,2.1317246,2.2707999,2.5847437,2.7505536,2.3220718,2.3886683,1.5757836,3.0063365,2.756798,2.9574149,2.1510632,2.2379334,2.5478878,2.7599895,1.642147,2.2660012,2.4398627,2.8793194,3.0135732,2.1282768,2.4848561,1.7599257,1.5802907,2.1912189,1.7810378,1.8055435,2.4735885,2.25589,2.1614866,2.5164194,1.8611892,2.864989,2.1854224,2.544733,2.7162113,3.0379767,2.7193575,2.7967434,2.3432882,2.3551617,3.0760682,2.6766634,2.239186,1.697542,1.8658403,2.2502542,1.8616177,1.77369,2.3625026,2.471027,2.9915779,1.7491336,2.9583817,2.5796716,2.277902,2.4095628,2.5167537,2.2019618,3.1205163,1.6708554,1.8626074,3.055038,3.022405,2.7667944,1.8117391,1.7191393,2.1537216,2.85411,1.8907506,1.7411963,2.0047936,2.1303933,1.8596339,2.292997,2.2229733,2.423699,2.5884137],"x":[-246.01583553447526,-6.934346325720709,-136.1589521169163,-81.0627274351517,-410.37982319647335,-252.19213944279832,-410.19074412257766,-377.2544010217436,-479.48625397394164,-120.71076339783532,-240.7613321764296,-226.07341255575702,-379.2999844560087,-285.56239987224313,-22.853051428957162,-65.52308613580071,-427.23212733482,-279.02535055473976,-264.49020620006416,-191.11243506308722,-359.2961171771669,-90.0874205133596,-143.83572495126512,-22.425623990933897,-279.70424738419445,-195.07076064496763,-61.934758690611716,-197.28887231119475,-329.1452241646011,-275.60502087971025,-373.69420800635964,-228.80999651118395,-316.29550942819793,-392.8677044984132,-209.95824821967736,-227.07444583611914,-261.05132937370126,-197.1875010973737,-392.3559923843446,-195.63252501450128,-451.80634326330977,-416.8051246478188,-25.74735523228666,-200.8611146224343,-269.2760716841626,-401.3322431105054,-495.8361816967,-341.20833276470523,-309.5100825646777,-334.00165504791823,-281.1445806818453,-447.12740294551605,-198.15975163536675,-140.5534124029834,-192.64668292989057,-174.94937890496826,-12.831326345387028,-362.19121445600206,-489.9943085318958,-6.269431793423708,-102.39660049222726,-406.31293364655204,-45.35357674966595,-211.814970146044,-21.81801258405297,-379.92281207669964,-457.83484675732495,-99.12863552327272,-299.96442404559804,-13.220090670637674,-441.18204720662,-350.181551225216,-30.932596654004552,-265.98431590644395,-174.34830613121994,-39.43402117455186,-66.52510557332735,-121.86157094184003,-357.55099954904705,-185.73648375511914,-242.19773390294552,-67.03317359154659,-393.1901416795976,-256.4755295185899,-10.561853708632773,-382.11615562611894,-114.14069042997593,-350.0043512422701,-444.427100170896,-70.9225268289962,-232.37839825828388,-333.4811057326272,-126.29401492128567,-450.21037667922633,-73.86369686513261,-203.92257829408223,-67.1950799513602,-499.0545930552498,-482.96570734994776,-293.31574625075507,-295.5641663757618,-456.07732269004885,-492.18613340958916,-187.97239118782198,-449.3344095402692,-238.35282127543033,-294.4282911297773,-337.09205551273516,-486.42959996396013,-481.4239141755849,-325.948987094439,-193.5363905087521,-99.41645221660251,-197.9184589958589,-169.01014505774364,-473.6197284539137,-119.02410040024442,-291.0437759495462,-401.2757805740473,-7.603949052662484,-255.9536821577157,-255.03650456859185,-225.25728186741924,-276.8304283584875,-361.6428305761616,-92.05062736098945,-122.20148167565358,-407.22774598335644,-274.982968149413,-31.788980876989836,-236.7824423793974,-390.9252462698308,-493.3961772826892,-96.63716238021458,-264.4353138640338,-194.25669649156902,-322.4793234381373,-444.91899476070347,-91.59742973489176,-187.22988394143704,-327.60999375597055,-65.90112991467927,-14.821337572657466,-240.9964077867946,-250.3275432596913,-99.7308471685302,-404.6976764169863,-53.46932459493486,-356.5431651037722,-120.51295141987327,-483.896095776009,-52.75218628311163,-416.03614501597355,-476.25315017360197,-193.26782877487975,-249.9787614589189,-128.09154631788672,-34.00295833523709,-475.6406995226562,-460.7665017011203,-346.7951654723221,-61.885117108111785,-172.0960036099569,-108.2184746422214,-469.73161197802904,-322.4298838426712,-262.9346099894765,-197.7462839479255,-256.761699128292,-1.8272835917533259,-494.0453586786439,-421.63386586433603,-7.734813712734157,-256.7331068232429,-363.83437959582955,-47.01628205242919,-40.44757912155289,-339.0969645594589,-65.47190399750325,-101.25074545777557,-84.86147446830915,-269.25682919519875,-359.555369775419,-224.84486020679256,-352.9148373898649,-463.50120382653256,-457.3572574948869,-333.00708173118977,-49.86584450700998,-207.5692289351626,-256.76019894052786,-263.1825967130885,-421.2045472420876,-181.9638001826271,-363.05404808276677,-260.691289919528,-281.1652716583916,-238.27052696529356,-132.09087031577903,-417.8185601740387,-115.40743022108046,-335.65462176618354,-488.9324983536553,-325.7455499158564,-301.4542442057095,-13.81757040530096,-348.35146460796494,-270.3721354338628,-72.34507666109602,-194.14645405234393,-34.71452846648104,-10.817444669330046,-424.31813233586547,-223.37186181860707,-404.02390304791163,-291.71550426788656,-125.13551744126977,-230.83859629286107,-320.82615626569395,-14.006630404129028,-66.81529469467218,-313.6349905895976,-392.6441611680806,-75.23744691635409,-377.7123936345588,-435.6047734305351,-304.6760131348188,-19.708508879180407,-315.06449280295345,-21.87864133639167,-262.8543609900555,-173.04792252436118,-79.21517020941977,-474.2758408807386,-115.50053499204644,-405.1048586815307,-298.6806081325342,-402.69704046594046,-356.99159318035447,-395.5592203823097,-174.9397498304386,-412.7361198668127,-282.76591402535007,-18.407535767779983,-329.36840402195526,-157.9541135690459,-332.74692964179496,-72.58854818689048,-217.29011177633205,-181.56496661267968,-470.0533686912077,-383.2965936957652,-84.5685349105349,-33.24722703701727,-165.43788000817077,-324.2907160929398,-429.52262121094293,-488.0024262115853,-217.18824206342697,-60.55507205362293,-120.49833258798098,-426.60896055822735,-130.0058317479174,-241.4660635637549,-321.82702089066606,-285.841008103155,-47.05903289336183,-415.35942325422604,-291.11714773371955,-266.27987781671976,-98.39670778632403,-60.41109058919697,-20.90417242622955,-198.43694614007805,-402.376196255054,-86.6235806801201,-270.52803688154836,-152.48800389615198,-243.20901481565198,-293.9276259985126,-390.5678755519141,-81.21918855553217,-427.23541629432214,-60.41031678043929,-369.9103185565379,-271.5478437081735,-444.9338060538212,-96.00430533061771,-459.406146074797,-66.50905588802652,-164.51517324355552,-396.28580497524564,-57.34764195049635,-222.10939382207846,-198.29490634487163,-43.26514143453725,-160.08416363109285,-426.4263860794226,-80.8958498854263,-459.2872018130713,-477.1870922910204,-405.7624300990811,-51.21219990753056,-94.79661009282825,-129.21003894625338,-149.1458517589022,-394.6878899399276,-350.98443141766865,-50.74688132410743,-84.97028856231825,-101.93070013697414,-355.60629328203146,-156.5011888746759,-219.12545046258475,-303.523490135305,-495.5239794026226,-261.9825063903119,-178.64330642790856,-341.74865558852787,-89.43842027126658,-254.7832107675207,-383.73005345373923,-333.14005622022887,-299.42704310559645,-338.4072560148988,-379.80283279055624,-190.27221482721635,-111.9345248405984,-132.03075934572973,-406.3166049491834,-431.5755295243529,-318.40949642596945,-0.06657089181943965,-488.9672282715642,-496.0965367229326,-8.446087282917958,-388.45236021515956,-131.63201994529794,-493.3283097738278,-486.6370271543767,-470.4313119402163,-72.6233624886049,-319.53326882939297,-39.71820456964553,-6.847987894522456,-489.982070510197,-341.14441999106845,-434.8308911353771,-159.79949703146283,-101.1059477481826,-103.19992579454123,-22.487281300760444,-181.97106591492818,-345.14905148791223,-133.48346943405375,-113.16922161764926,-253.94020476081542,-65.91377180351226,-487.12681070049035,-344.67898946017283,-454.06168749966224,-333.03259999155233,-464.7150225789482,-252.70697418924144,-276.8189398371944,-28.677911436101876,-245.8803308910758,-173.27038933044642,-463.3089322758563,-110.34183687400973,-81.84736664203812,-83.05442804851643,-472.6551583074935,-350.76542618064497,-381.4631663097911,-301.692114016749,-116.14956290266065,-414.1537766137615,-360.9010516502888,-120.36699832645925,-413.98960138277346,-193.5314955669236,-276.3641653539257,-83.38063062495044,-86.96995648175287,-491.1289766212632,-380.78405789881566,-36.501503957675205,-217.0025732809217,-35.2277561553051,-217.98303177215095,-156.17683720486642,-168.16075334833874,-415.6222397841919,-489.055637742033,-468.9306578017839,-403.32762351759436,-413.3819365276888,-283.2686839938167,-85.1745246776242,-420.76681327702016,-366.7337175406896,-10.808635471243056,-66.06638174050045,-401.8369592402103,-344.85421626289974,-276.94011588426514,-499.0671918745887,-264.78672706638935,-41.00358297971224,-13.105033126067422,-258.7873864638247,-24.065722166361102,-121.45878922276371,-178.597143864748,-458.93268551493924,-379.28972301157614,-272.78698660037384,-386.2366989981121,-136.54400370507165,-281.5939062754255,-228.65496770082666,-72.95428372564955,-395.4127104754842,-452.79385011341026,-352.10901456992735,-91.82237136882043,-218.76846204976425,-444.76850066648944,-145.56561285601626,-288.5828805700914,-22.652115926466763,-50.51120674710929,-410.15863708747685,-317.6962861609647,-324.3626145634147,-409.7388984033656,-499.4377505891834,-266.80188433059556,-449.4181645569838,-189.99356757391783,-371.71662351713303,-201.1212256294806,-474.11284301741335,-349.0842151123732,-370.8803405215779,-481.45306427711887,-107.42586031926466,-64.65737716735975,-475.80199704206103,-156.83245571746772,-218.48289705807534,-148.59837524015185,-339.96853858968075,-27.736437599866825,-410.7455073786639,-229.98553151976665,-351.5876355770052,-456.42810012314624,-358.69378779320834,-152.61256423183633,-436.31189634724547,-192.01246272180518,-65.47548254981223,-287.6762948911558,-487.82297491586996,-2.3097585660460385,-115.74092253278346,-456.1492183088816,-277.36405757635174,-239.17470895004666,-65.61172862906368,-52.25729196528628,-106.54968857888663,-439.9824409860561,-29.07327291021827,-114.24432492344222,-442.25420319425837,-183.32955041246717,-260.1110293128872,-96.93307197961765,-255.10905174240838,-481.0167598573531,-451.19421542994877,-18.430499106082188,-108.15839600309995,-241.2503196099046,-285.12988014094105,-285.5669348606908,-66.42248722799465,-400.35221922516155,-233.71459737480532,-123.5282045266996,-286.71468811844187,-384.8752153167411,-174.32869360444275,-402.19268509628137,-397.08779661532805,-467.2365385724275,-281.5945202080143,-164.1506690966178,-325.0757250431509,-337.33514357963173,-35.28138725651153,-141.96289603719404,-18.47435497279126,-361.9714397579506,-421.5678155773387,-207.1702781654819,-450.7963256563833,-414.30272786472017,-89.65536936061469,-57.45835581178371,-249.35381201569174,-137.64435111070932,-309.62883564141435,-222.56522351210663,-373.46718769700954,-46.20177102327144,-339.87174759040397,-349.94687993273163,-369.1529194844608,-380.296908038629,-308.07067379887934,-133.01734037903773,-497.1895995135273,-68.056926175462,-244.94794557926286,-325.5280697075441,-255.05473174146286,-264.78633769538544,-247.59690387383,-237.463049213213,-214.60466241678705,-420.0980880403724,-448.64429659633305,-195.7904282294507,-259.99524076575506,-211.70030153632402,-477.84450934921756,-380.7564455441005,-344.59812240836067,-73.9123398470809,-281.09695607011844,-277.9932012018311,-54.93302300179015,-115.40382471059651,-418.2509398895062,-318.525095544208,-83.22446386092614,-158.9729992533342,-314.68790538241234,-174.63062843165446,-4.9267687224996415,-256.1023952821569,-241.66285825839907,-32.31441794547696,-423.2227289644543,-324.12267362620304,-202.7296993733202,-426.73468678621595,-140.58678566613835,-216.57800844763892,-304.8470130905623,-198.44099738039077,-299.1795258943421,-28.49820915139334,-465.4140967389763,-382.46134183751406,-487.73615685416615,-184.0190314292221,-290.2978547137651,-114.52441552558041,-12.91822912235946,-111.3826522564922,-254.46644408185975,-250.2612278684756,-67.20831665533694,-302.0783701197624,-446.237363098505,-314.2594518763497,-237.9839896549914,-461.29583541620184,-418.52173822592147,-7.0376635354151285,-347.74986054558883,-40.04037515788983,-178.4427871409907,-33.92780898140241,-320.33303418618135,-18.940418241014612,-352.01490402489895,-469.90564994509486,-47.16040962797241,-175.1016907973747,-287.32686486803516,-396.143416843289,-54.77216967399173,-135.58707417724835,-498.5970574217991,-39.70724017854565,-30.34616350174607,-323.03378231557747,-307.91173762723366,-231.47857139628485,-191.10681864384483,-427.8609331969877,-257.3045052504332,-16.531581385829664,-212.3029083202933,-153.2337186599564,-428.3217009383512,-412.0455395082529,-241.23217608245108,-103.47614167452585,-97.2806908316326,-354.46844747766164,-386.02084848981457,-364.8222770882598,-49.170003801341956,-410.33118669805276,-430.7307300028711,-202.9303049263433,-55.3755794601058,-124.83024305533603,-407.86765904340075,-290.75480112272413,-418.10475385878107,-417.04320324719384,-477.1894246690061,-122.1890432532819,-219.8476109598123,-76.55713274324832,-60.91943646202258,-217.25976576055317,-112.96310490195476,-153.33291242385982,-419.0775680255717,-423.7830500482915,-82.71921447336666,-23.131027667092184,-251.0053640472435,-391.6295132341384,-215.86565522419482,-344.01760604760693,-205.41531200978758,-210.54503618647308,-265.71122096827634,-303.3997536452736,-328.959003419929,-249.66067492050388,-431.18110933750137,-177.03149211876777,-69.47608881895789,-87.96004542516472,-147.5895673038954,-20.66828279627353,-388.9061602989333,-162.45894192947097,-274.21188140338273,-320.5484198874517,-358.9249510272845,-427.49235086175014,-307.6456653326321,-162.15731172668885,-104.2811391245726,-342.9723818228024,-451.3966329100318,-113.68524265016138,-194.80147439137718,-242.21614712639567,-175.6560839315644,-447.98817183026364,-3.6103282198707287,-30.568363816915635,-102.18412859778574,-62.813328774619535,-6.066517495455059,-363.55216442417384,-87.76858051291624,-185.96044810996526,-371.9008988262095,-479.68757804931454,-205.85973133688873,-180.44214342219217,-463.6939008519629,-428.0303028607066,-258.2443593985327,-247.34102374478883,-400.1084287771291,-147.15085087469066,-487.88496753478415,-256.88809389198155,-241.99499538030256,-273.64386069776805,-299.3316568060143,-497.83085239407205,-399.57126311006215,-466.8385684616521,-3.479121360111248,-304.8625671159192,-239.94316905015756,-283.7454363594435,-242.95911747475103,-280.7067442036827,-436.10334597309827,-474.74432914250553,-319.25823030482127,-208.9204667420448,-489.87699827534635,-181.45407436120647,-433.27886473020664,-305.87590593543706,-102.85347366498937,-352.38221777670003,-157.42980342237573,-7.952394007590568,-312.5849831646362,-362.13282143029846,-26.46240126542354,-50.87435173236532,-195.469064018425,-412.90180055777967,-486.8377501258536,-206.45160736918405,-269.7769177847628,-145.61067064477297,-402.2935413957478,-28.2002999076964,-233.63911493617724,-299.01721494221385,-492.58050052043086,-277.82573567389863,-211.40158838255712,-256.90541453811426,-42.29825688023892,-203.69727735118997,-131.59879448757317,-419.71936993977664,-321.1801717671923,-178.37773794031165,-62.65708476233517,-19.189928891301335,-232.95948907354685,-328.67627312766314,-199.695093768543,-13.746197584519281,-373.3053271654688,-431.1219219946788,-42.734929105185174,-109.252351282144,-162.14876610322497,-83.63753833758258,-145.05896219487357,-279.3165286693579,-360.3851318563686,-313.8108347850732,-252.68801864738055,-277.3339411955585,-443.3931238917067,-420.30785414173147,-488.2510440897664,-480.8061795217508,-272.5168601308354,-329.45802485112876,-73.31866980380197,-67.53403002797049,-387.75744808259486,-20.668498530989233,-202.37837905366203,-482.1193332557758,-379.8749881113186,-134.08270731416954,-369.01761012616606,-421.5794841106546,-496.1927033028485,-396.30448035829824,-404.673450615239,-158.578837123943,-72.1140044624956,-480.2728846475143,-251.57954246779545,-464.3869446789924,-171.78448331828028,-404.49329942824875,-110.29709328664417,-8.669436059820457,-445.40134668645373,-85.85613680498516,-261.28919021737136,-407.3341071175315,-23.176328504331767,-158.60584319689923,-386.5078364586857,-466.91348802551795,-480.4834314692889,-34.54192967973607,-66.33371504047369,-419.18945185017077,-387.07403285123627,-292.15506984588023,-35.67435311084177,-239.7140505519143,-309.1008715106486,-484.5815007070895,-316.5706720600866,-184.82640444906045,-214.23654470283793,-361.1718551242393,-73.95559600132306,-416.4243252514887,-175.3654917304942,-143.54825757198043,-347.9577843907145,-244.34096910202834,-183.92746963384187,-71.42384413605419,-466.1751652740428,-88.18090784821509,-226.73485063596593,-477.52438448699655,-174.9591655845889,-382.8228870072236,-298.00690285354415,-8.239273829294236,-256.69421041731033,-74.03103250530974,-192.32891960507524,-459.0221068879637,-395.88513664070837,-464.0103912715925,-381.0676115572632,-421.48316356610667,-428.27170495842967,-38.539483285952414,-156.77444719552324,-218.7071031821876,-378.504080649411,-388.486892943879,-233.82726844932517,-486.65343440881185,-235.72003141017356,-426.65517937712457,-494.63935860092545,-147.57696429659794,-184.8494752345789,-487.8044561442628,-14.051742557466163,-496.4626767121924,-317.4727274427055,-162.1651717191645,-253.1978865788474,-90.89142959330742,-25.237855446009483,-45.75700677215622,-271.5779915697346,-262.6629041280483,-423.6968733381179,-319.3413410246856,-326.35462046686564,-330.53863933649745,-428.5675574993187,-335.6128851149834,-20.45286678746233,-56.082691112315786,-156.2599014960217,-20.301286375656424,-67.36946218216421,-171.16364966408898,-448.3795554368523,-459.73956320516237,-50.63808673405118,-450.3301141110239,-307.1615235575574,-499.36653150843114,-331.2710039163132,-152.31013074535855,-272.40560023267267,-234.17328210281923,-203.58172605630565,-235.21700916924866,-81.616660672086,-316.72587123171417,-106.34847845320088,-65.99132740602582,-451.4404359759734,-147.42750868491655,-84.42890055116465,-85.21146703693394,-266.07850698193045,-319.6642247213715,-315.3375935053061,-288.8277635847869,-462.7663387304611,-43.424874520620996,-242.1540952059748,-417.71338710221147,-494.8009509037335,-195.57971205236356,-47.731802227207965,-314.90129105351133,-274.5233317303376,-490.7710396001927,-393.7481619864513,-480.1350925099411,-242.18329589274518,-478.28815823280553,-192.04694203269585,-391.57361763504065,-11.74608389123244,-410.44573515094294,-108.81169923874306,-465.0388914599222,-309.84047206212324,-386.0256658402691,-283.8725874797704,-332.4712151424075,-288.38105637191455,-15.107964982955135,-69.17231188483336,-39.335368640056934,-228.4715899840546,-118.05796688357417,-147.86858407398267,-305.52301808354747,-303.00482933075506,-196.01915108365557,-97.58084842318343,-356.44879464906245,-359.8053373857095,-2.058766604528528,-352.1689235641219,-271.4331169205008,-211.38940833482363,-278.64082330098887,-211.6674802553347,-425.6375381659616,-124.88264090497752,-35.221566892787436,-381.1770654369735,-355.66522601097927,-389.4153133085187,-214.35942445489619,-288.55404938753173,-329.41700178403454,-77.53024483407906,-2.6871280881476944,-248.43234009388442,-97.7464875650314,-97.88932339404622,-474.4292712189991,-399.77276476899556,-176.67751220068396,-167.87296624635823,-144.75296445511566,-482.1347988867833,-132.7410196469177,-357.20934216679944,-480.18755744060684,-461.81261976677996,-414.0310950447927,-436.4364473825364,-471.86112205359694,-301.4307557068436,-253.72071890173663,-421.53684648759327,-169.2627517862354,-11.416779166103952,-127.14692487402746,-362.7192948385835,-98.72986464106998,-88.56356258502984,-386.8496053410914,-372.2576544877128,-442.0715673460492,-87.055702641606,-277.6735874841109,-289.4312455248707,-136.0605327597933,-303.53367103412825,-275.5531927791264,-316.61505299870595,-229.32676821428626,-46.68086188432685,-98.33052445798029,-459.9634305309334,-73.08371966587418,-480.9261054245513,-113.55387602368089,-54.32080940909783,-293.64574957447314,-200.57762451366406,-122.95770940602412,-80.26352527574338,-219.8491927699358,-117.37348949092441,-38.51270992074085,-410.89015519786153,-344.6965437232896,-392.82885987153605,-363.1646613972675],"y":[488.2884940568526,145.9699168546328,150.15449124276236,189.0156469110575,62.78351846194102,84.49892665185921,474.8503058642676,220.25843040456633,352.64147967900635,3.9468580848402435,146.0617620196299,96.85169755420497,307.62078889476595,467.9927364590799,111.2503547669233,122.22139479026728,42.06932939018904,442.12590584926056,395.08147668213445,388.0717594226556,385.6993988453693,85.29480486668744,213.0879630858653,449.4958504026072,332.3352360789337,117.4786828561739,176.48619872638653,473.50088761396523,346.0718763913066,491.0768197097486,214.16697381056866,243.5861174352783,456.56700403828614,173.71818247655864,203.51037297396923,310.6705958876874,437.3147698699938,476.263628639522,287.5482985097235,416.34491941623077,201.15266187870955,379.0022115086564,413.5407898064649,333.5870838390275,422.09954484560905,456.66962275444877,438.5473990654767,200.11275693907132,206.90618827598695,295.6711058609064,313.54393840400485,415.5374802516742,357.2921391847323,70.72964467580145,50.264085355013755,123.97368178864087,474.1488337075035,367.80320646608897,421.4987878497036,450.99641697771204,217.7720477286989,180.17043911647767,203.24905842178882,136.80522462292654,203.13481583820337,278.5188181019396,220.07191594572996,100.05828094839208,329.5234468951728,439.4258612384614,280.8468850955692,255.4699754956446,223.52589029153964,218.35608207051772,433.0092482039728,484.0317280595306,65.5668487170613,224.8819117066661,439.0538190997484,408.58611374336584,313.4725905746347,443.0919710821209,195.3796845522083,47.98528546363984,403.30829202844455,88.11280315305613,198.49009007956175,213.47592005323563,326.2452472106447,412.3465487567196,66.76515603486094,155.71819229748834,398.23934130784676,14.591267329973235,124.66176806022206,430.93519979374014,498.2006099983442,478.0159289202234,318.6022330978481,50.33633281516964,275.60613827270834,163.54905487553572,323.33745509046827,149.06037559570788,164.20431668682022,230.60558049296665,398.4194817591048,375.24143484947535,270.6411374970189,157.81287105856234,246.11410562450365,351.16193615615447,243.02108418908074,463.79906969430266,390.7840394178272,491.14970372100385,202.82452030711323,270.7490801198729,148.1433813063862,376.30194107481435,333.6487043817259,336.18962579115356,135.0533650963423,147.87624241169823,250.34215874631906,385.62483391867084,46.506192524751135,102.45309402515585,65.2233717326956,157.6151245813044,298.5987642468394,6.3735129865156175,472.7999680549166,154.25830764911268,423.182721601123,248.8535521039772,334.1290576366707,94.08036703790273,165.25993722898258,384.5649821836306,186.4504333330624,198.72165834302996,299.58802675493206,274.5538767888822,340.8646182608607,32.487099922953846,161.44756833107337,161.36827764772644,270.10624849944617,434.09832780583287,117.1267842495059,429.67135861500793,442.94633429450937,374.31632367859714,295.9863594605333,424.65651620224247,0.9440506219086653,152.73261848119603,87.22610575422934,440.1998400347961,371.5235448643713,237.28183530956176,469.84154259158,281.7963170947021,288.7439237146002,24.056521679775123,315.35217744255357,430.7549119283346,76.41983819591397,449.4083327727718,170.70224629195786,21.222798155964007,347.41263992256523,25.359970416904186,101.99968005299404,246.78633011799585,312.3833303627024,422.5733390786193,179.39501690844594,257.8496580749012,29.06823040037193,187.79907132225975,223.3150171269387,358.5383461018416,471.6918782173555,351.1351948950254,271.8028316799084,85.27460219093037,129.26318804428294,100.43206511190988,466.4899613792779,407.79018184580787,229.6941946033944,385.5011980826684,466.26327575539966,442.7376186069889,288.91574273589254,342.90287360065236,174.65496197224084,174.00097674119752,234.11563545085144,398.8300682251234,170.90352464166892,450.2377892616417,431.2683941648391,281.7390601936829,473.7508635741755,45.18901087360211,449.9743428948888,42.91460461315422,368.33948159995464,290.0953534734063,157.11802792833757,467.2127451142708,398.7884560860533,172.0118483287538,182.30420683944055,478.78266818962067,191.98066623248727,474.6246670548139,212.92775201570507,197.78933924182078,84.96146394100185,246.3737058571117,205.1840854952056,13.728782020170804,349.6087257602379,108.87713483303496,18.793226246303806,2.761684961377686,389.79295837235827,111.71389306602126,149.56181171387672,427.39723031983084,113.81223346099539,72.01434496045833,17.67530498315223,110.19649849774038,371.1134511976195,59.831331424023524,336.19035105782314,291.3689602568945,375.4706319397576,292.9593669465224,196.1808179569145,67.02025888409685,202.51771177733158,135.62850153481233,328.7370835910822,143.11444159133967,212.64939286496792,120.94137242136144,106.58212895138203,451.1595320594591,415.53038705141535,179.75906350961958,50.791560113142786,105.18974431261668,360.8656017440266,386.56997340092425,212.02450437210774,190.7112938142167,85.08546879476003,345.71363873083664,463.59735651454105,304.7463108631309,312.005562689517,425.1926821621428,472.8395264144069,1.6359391673150814,315.7022547613231,154.37563919016443,43.69403472530753,139.41080429241453,90.4077671412341,289.03367100381143,134.4482024112738,157.11143234166803,317.0187356480351,429.5599307612181,282.6884552997536,347.1518184309884,85.15168095636616,454.12222062130814,239.52928987489642,99.42586406176174,113.03434890297687,305.61323190214904,382.81337900776225,221.83978476972794,247.9470424259359,51.632997723072116,102.52659249331775,240.93156557164525,442.4474092335204,345.87775923958657,485.5738653868841,229.56304257324433,196.31862690187396,72.05194180670566,326.1002706830571,463.251829697624,481.5189760863337,451.8312070556677,257.8484142772086,138.4422838531294,225.77797527013598,416.8571254298774,219.98683548851034,439.8751581223491,465.65453216620665,242.14994799079724,454.16024045886365,35.46974718735735,227.88113974408924,214.4920117391308,455.68209410631334,285.0756622485314,271.8688384277369,134.62028875504427,260.8860477311905,291.34427850180526,216.4486534855779,319.47762942459894,36.93714092122147,445.74972902593544,5.4973425785954655,183.92544185166537,410.04765151773455,155.16011294825088,65.33292694204229,433.5668675657676,473.38710613601125,382.664227185552,165.55144906362517,246.80218984568924,382.9675750075614,389.2505935230542,478.02152782353534,235.59941082667925,272.07082272078026,200.18686966920245,62.973242136515395,258.63356233819695,52.24354210829946,63.93903448217364,219.58029231022874,354.59603390725204,239.27371498420464,293.9324888260847,49.16154275334783,313.54006755123913,457.74266707267765,287.86749330250495,408.1390424853659,309.0202573536448,77.53852576626952,57.977533030206864,461.9494313035487,150.85084780202007,11.679271796332491,156.58488483613186,373.81823535583777,148.16040909354345,127.8314662873633,185.23633728274342,296.6973689797211,348.81360518060717,469.21407350595393,353.55638338481555,479.4767472999266,452.294346505469,19.738983910473017,254.93589776619723,70.12368936902985,55.825221405068625,369.0177624708123,72.947911672829,448.2977841826272,14.714226525697427,301.1352071873309,284.6619253459711,56.685320293952124,87.50609523299579,176.93547345040685,86.13655352070843,303.0725124529665,399.95675628165685,395.9602184163105,103.50354969923498,278.2994741241234,421.3683716940222,134.04982730412524,345.11213408682283,110.14845940599416,275.38379071717253,84.66286598801153,322.4538139808337,298.52394891781046,227.48326644718298,277.8435974881899,407.4604252917551,292.75310693053905,190.23738781540806,177.06561176456842,204.0621249443984,421.79639683839116,244.0411509442326,67.78153675069399,470.89846574289476,179.17657769456468,297.8229579728214,268.53502528289846,50.051987235241015,333.57041885713477,173.16245686389874,128.51719149769124,31.49899700887199,299.33498610177367,150.9318218954696,381.1250401971226,284.75935895711655,101.01516277188038,396.1512673435455,356.53559363630154,119.8787088480438,102.57853709993891,480.39119341187984,159.83670948709928,109.14122480691229,435.51409600879265,181.9422551706515,383.99822431150886,381.59278339681794,68.22120971260698,104.7945258902105,71.21479552553068,391.1654256925141,463.58697476401045,221.32791923644228,362.7292482646802,365.17024063921053,342.73084865436834,217.69317983239512,364.1194486678174,481.45167951447803,122.2278926029084,143.15228442987393,352.6668027682727,135.03958977507673,256.4587982270333,122.69518862084277,145.8475173823613,74.1308534525833,482.46628979497666,110.26376731521454,92.36078844082729,237.2721161452075,100.86713482004566,15.207672946413231,85.135672264827,293.4420358042216,454.19611050964716,163.05886243680956,46.45202703915396,18.12245356818587,426.82087231385896,329.03969509485256,264.8278497422447,238.8897543305636,88.60973955778739,374.580792894896,431.5649601309421,434.8121404662182,186.91360829449366,108.71304059798803,447.6446489758866,36.16692837080154,104.08624865506782,242.15538488406318,212.06298813561918,195.05353514165296,115.22785372366955,107.08647288139706,384.46448141820247,59.32711953978498,9.633484682318894,197.63572222197857,223.89754161160351,19.149999186839572,85.47395857334017,28.24173970016003,328.0924643420707,248.91035548845437,15.119950007066729,167.06778947743044,205.9917164644416,143.50449997329085,367.30801661180755,174.13982330359877,227.62404809568199,24.734286436216003,363.05843576302465,49.07270854544704,124.78537897955988,119.91123620282768,418.6836267619807,234.5620542996607,301.009158938133,282.11110732473253,193.9687786891577,2.743198398696245,289.4640669139639,221.58968828151475,47.657715006934495,230.89266699989102,393.40426669344646,397.28546587265174,316.01486508988046,238.10465987006003,150.85520966000453,186.30534626623813,50.565777176428185,199.29755109422925,216.25372105256113,150.10789908427535,478.855361573082,30.171183092126853,336.41198438468797,132.17232348606967,289.66875297906114,102.08083110150312,436.93454322341046,68.21001869681808,438.9336874690776,490.11769614004606,188.53195012044495,136.49816287118443,253.43218780210992,447.16165574901845,417.77468958369786,488.0857277809177,331.9399180292899,405.8600073314842,373.1975459699762,257.922878610635,422.21712787061773,478.2414922221509,312.73086889753404,273.2777579766086,366.476789809236,386.83897884413994,383.8340408214594,138.6516657907079,147.02335092519175,402.7644619926855,147.99866889752727,62.70637196783946,224.00082855935366,493.78569240076365,185.90980771410952,5.214391004161101,405.3848944317437,408.5683409080983,156.00197611664694,82.75717565842555,305.79951417594947,381.43041503064325,51.117010303241,456.658664447103,230.35458361622523,429.7464876995479,351.6917369246566,243.96562582698706,473.2935643983669,84.80709470723046,190.82863895285996,261.6188317551098,174.56552405102417,363.019643721842,260.58201183751123,311.1476549547398,212.5500245075867,156.3543947412753,486.29162310396515,4.262357710750065,58.61839374562705,107.76896825523401,46.40785760614718,461.6552004181544,7.867930330381689,162.74623731179972,454.49369662905815,293.38813948815863,143.0023755289867,437.62945170020964,96.19568140509566,17.705239998078326,126.58758627477495,302.1210487959197,41.65424809723106,83.09844135818084,98.17899003762892,338.5265245502137,472.13082704801036,56.23953183666552,122.27770259623833,414.96625914733875,339.80769564841216,272.2519914660915,236.75233393639365,333.02785415549835,366.0635988661144,260.081167894519,367.4145422669869,52.74772188603322,317.9431661004544,167.72908633702383,420.209322124343,380.31345332871814,467.56742152672064,128.1064148156585,125.1625317246548,316.5533957602265,401.2687973052209,328.07011953598993,293.93359593618925,155.79354179854266,163.3276477735549,395.9856736985563,272.18283995332405,427.0325448419094,329.10653527561374,491.6047376991505,103.31981769978333,96.21167098991779,25.16065076356455,172.21586588614153,128.1744636842435,473.1239728344265,251.49617059441164,86.94399282410065,207.11165538483166,189.93966652981536,209.15814523376324,199.32458589349085,329.29740907464003,233.73731981548852,80.7575078792045,351.20547285329667,175.86064211154988,273.91921042582516,409.64431741900364,122.29938178938393,180.74757421121345,204.11871924071696,411.3413729846884,443.4212088561168,302.8665218073441,150.70624108101015,32.1852014893671,464.6099843048292,187.50913151172398,82.34520336626578,71.35934997322568,56.3302420715443,8.203402050914798,423.0518825764353,217.23348981785674,469.12481856712617,148.25916644109,392.3271607383993,56.915751825339086,448.11843667412916,376.15337669804194,448.13725097059887,88.67121055514038,468.7853925494785,143.51289310548847,175.0108444619325,265.8458057458819,237.00479904950404,458.2764617753565,412.3934420051309,414.6871076654967,384.7235522712935,136.3487938243404,238.23254482195105,387.1215213519412,172.0769650114255,332.3513039988795,93.98055543009903,263.0807526962601,294.3757820116201,421.8191642606648,166.4947042595028,244.99377197929147,300.6335568406878,264.2609823551482,496.8289553118507,350.7139090800441,121.21720314153312,53.98686549876158,82.30127219771333,37.25011347332979,141.6939707639303,173.48600836731782,433.0944422608668,375.5425663186909,74.78713632189266,455.53471702481977,87.82914283068061,313.5563539864278,465.53169307476435,302.47107495211736,481.65699835502835,301.4300278034885,165.3293054730431,183.46503308103064,208.71954996024843,314.78276320792867,15.95377549205712,122.40558675780666,218.79295323580988,394.01775624342747,48.54121573416747,193.75077671592183,338.40575849553267,84.3841415357492,32.72932313576571,467.2592330998333,365.4375177798084,196.2023242828198,21.943809930381974,497.6155007985317,224.24343414909654,86.20303698325942,14.939777319938063,165.62660577229187,117.31778666754022,442.07594930104136,492.192092807141,239.89568184723964,219.93114130435265,81.54575107735896,20.918103290361756,125.04988843499432,448.06459585609315,225.7901732433965,261.64731273410274,101.5176752561805,144.54480058137815,96.67603897207239,183.3306268119222,425.90652793453705,191.45699157070194,31.247337964827203,171.5543327809027,25.52745217964586,301.5886802598755,455.723690913968,72.5343612866688,291.1703792871785,195.76425455351026,363.79316847172964,338.22916898998045,304.90781810190225,314.7846699408478,22.240530683879932,348.06262035419206,478.29941978602267,483.6018084217376,495.28185072205156,7.639313865167918,260.2316655156688,453.6753511598937,177.25859690840196,403.08579217711076,55.65463598522435,89.3634604234344,306.3640262675532,173.34278585932321,303.4656986221435,395.3742136219332,139.6673613753042,494.2895186664413,0.024560196882239538,240.0408589198913,154.7740858238713,322.53736982377114,255.85254088252168,89.54474598356626,75.04754670934443,76.91312583966025,443.0011933153816,441.7402124129009,456.9439106682056,117.20871246051739,211.11829793782576,189.78448651275764,125.58975278920775,155.66379611665138,63.53952208757557,37.94592374972539,259.1754479060402,461.6017181534111,472.16750430771674,265.53886039945587,258.4212075198737,497.95751333539033,30.198947365818185,11.59964142961778,429.16197889495135,195.5991145066973,244.20003947896768,293.3831877583942,369.7744651140575,490.74061097995417,461.69287133136925,177.89825207305233,18.116487139088033,365.83306719330227,328.257736509393,47.75909586685512,317.0208838901485,270.9907754991919,87.38720396280559,185.1004285301433,259.37674171400613,362.29661596450416,1.0702604914460956,422.2001553492475,240.9163551796748,476.43647721235163,0.30767241254897604,172.60515032819262,267.40571130621817,297.2877765747351,391.72267730504495,121.20365660557498,457.6300095401464,41.76301997944726,440.3628056528898,265.3126971863095,146.43775588689172,29.27847830894065,166.0592325316151,444.74359366248206,257.80064484402664,349.8616858582139,274.9340931910074,190.96067339852524,54.35402956969415,421.12657909920546,111.72798249255983,280.51935800824447,415.8565154135043,19.445693938317522,463.8682133128501,140.7267476672579,27.68855178811758,41.44812039630763,471.1335262649863,152.74515363287978,341.5712749384419,479.4965997692701,202.65643394431055,49.32825626380555,302.5218061945966,448.7750514782254,162.0831800077906,413.4066663061587,448.5412602367225,400.10968498050426,373.44821795579253,234.02354085577366,361.03949462609245,254.8995581737354,32.61880710209275,97.61396216111962,190.84130156810707,23.280145687415597,199.20708055924274,121.61926069130102,8.205264228866028,333.9736212908573,121.34554736622482,481.4968728127451,113.98520062351896,96.00717426374061,400.56840133118885,173.90996351893773,106.00226981541361,6.386168518883406,113.82402923851559,491.49316274513546,305.684683161747,136.67950748870496,157.42660360573646,46.255205935724796,474.341397836346,6.125862721544917,344.55878701394033,432.2773132314996,253.7228764859511,376.88398231466016,182.15858730201185,215.20938184793548,489.0230737875894,465.98779402760965,452.1951713358704,312.9917354561151,193.50213485839924,484.1904046433332,143.3095379446373,94.78854208923492,167.70243256137286,367.7919082394172,223.31795554024808,201.4632005361396,206.45616609718698,282.79156669682214,182.88369068895406,363.38713284296153,486.31310199315897,359.73734043564207,122.03531846184262,40.229669216213736,381.64428703121695,337.16407411208405,412.80015669556377,47.92568502215122,109.92577036336881,39.37950223403702,425.04891433858967,268.7483147878468,287.2775028161327,50.11202244401275,492.80274303191464,456.97867708746185,300.62605620391685,104.54126546255682,27.593093669322222,462.83787274921747,253.94394050432035,405.0327675549597,283.0138795492542,347.6780009014794,458.05443465165706,409.31091013831707,374.3297936948541,489.2457553716369,263.47911949337544,121.161970761761,484.3816998984698,136.8687487574693,188.06448401295174,242.73671113797468,217.5454172719124,48.02310102774127,186.00602025373863,156.76896874702916,484.2010201033775,302.054007235416,16.648743566961,211.44416189893474,214.3552665442733,89.59349412530676,418.3643657403896,449.0406012696852,329.86096682735183,430.4962694656338,381.9996606222737,295.2655842896341,66.81930740398384,482.9658523291247,51.449837025044296,182.23423545521393,159.2267127623001,272.74914778741544,198.73991265931878,433.18444087852157,4.834091524288819,464.9747628787716,327.34699622277435,39.91168842808229,8.75216145068075,189.1932601689454,462.1343022315009,363.49377432110623,445.35149203700473,59.305456874677034,371.0936791010067,466.4624542678982,474.3569087888204,187.38143789377602,129.60811721897858,466.40717890227546,451.3830214276901,343.07636376882965,224.24972090649987]} diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/positive_positive.json b/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/positive_positive.json index 17e90ae32463..73ce706f281d 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/positive_positive.json +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/test/fixtures/julia/positive_positive.json @@ -1 +1 @@ -{"expected":[0.7541276,1.409475,0.90125716,0.5951846,1.2264634,0.5916935,0.2006879,0.20414357,0.99036705,1.0104675,1.1723163,1.2968296,1.1629901,1.0263163,0.52942574,0.858603,1.402133,0.72704726,0.6473659,0.7635652,1.0475849,0.06298112,1.0221908,1.5260688,1.0099478,0.20497327,0.45756543,0.7737416,0.6633538,0.27502227,0.53133625,1.5518014,1.1332747,0.9935676,0.6050056,1.5079645,0.21756919,0.81499946,0.8637732,0.771592,0.74708664,0.39107585,0.6638408,1.3152294,0.26146758,1.2604504,1.2475274,1.5611154,0.2911363,1.1634927,0.7358825,1.1074349,1.0982138,1.5575807,0.10412173,0.6163075,0.53974825,0.40396476,0.69763666,1.3962839,0.3389625,0.23447375,0.5655901,0.6820959,0.14205912,0.93020314,0.29431397,0.9607921,0.9374962,1.3839804,0.8675875,1.110438,1.3877958,0.9177613,0.58619225,1.0705644,0.3904777,1.2635883,0.62284976,0.93626416,1.2076628,0.7687359,0.87586415,0.92414194,1.1729139,0.78068006,1.115714,1.2905008,0.88056976,0.7457667,0.7760599,0.8155275,0.06669168,0.13025714,0.35456327,0.6574124,1.3447783,1.197151,1.0709927,0.81452525,1.2226834,1.3429909,0.6002268,1.0920125,1.2162879,0.72578114,0.2190116,0.763179,0.319381,1.3829873,0.6263165,0.9644548,1.1428698,0.8388347,1.0511757,0.32777464,0.9220977,0.77436215,0.817811,0.5576004,0.62075955,0.6530891,0.9894761,0.47622344,1.1287792,0.33550596,1.2375698,1.2910901,1.4461904,0.7827804,1.4700633,0.7392715,1.390935,1.4878796,0.6484173,0.2420358,1.2305222,0.7008799,0.15708144,1.1914439,0.72306913,0.99235034,0.8500413,0.19119443,0.8598755,0.006689105,0.0074781296,1.553244,0.915326,1.344105,0.4703462,0.37707695,0.9490775,0.98494714,0.564476,0.7195277,0.4029155,0.24067882,0.91488993,1.3434932,0.6418134,0.7936284,1.0148648,0.54010785,0.6223066,0.95859104,0.9122468,1.1931924,0.8453261,0.20646153,1.5393945,1.1972392,0.42599547,0.7391382,0.6800665,0.45629087,0.87945,1.4695588,0.2130251,0.61847913,1.0930105,1.3303963,0.71159625,1.0765092,0.75676405,0.6080234,0.7840977,0.23131472,0.80504507,0.8500502,0.31821752,0.6528535,1.5044372,0.3162573,0.4989906,0.6177482,0.3628503,0.06100139,0.40068984,0.26433477,0.67354757,0.12752433,0.6864936,0.72313327,0.85651463,0.048945554,0.18777443,1.4358172,1.0770245,0.41451627,0.43631905,1.1620923,1.454537,1.1220753,0.3225703,1.4856706,1.0138662,1.3602784,0.93670297,0.24160235,0.8664833,0.13302384,1.0801015,0.8675971,1.0085183,0.10391766,0.85292596,0.61211944,0.8413747,0.88910395,0.585318,0.8600789,1.4009008,0.673911,0.40931818,0.47877815,0.784196,0.20102726,0.52628547,0.6218514,0.94449234,0.44925287,0.7780032,0.055616003,0.51146865,1.2939625,0.33092445,0.88626295,1.4619844,1.0831863,0.93449503,0.7610213,0.63050693,0.45569086,1.2778326,0.9107669,0.67748356,0.3990442,1.0196126,0.5372458,0.60573566,0.8800974,0.76003975,1.2366669,0.7214413,0.9073667,1.3904884,1.0163829,0.20737754,0.879475,0.26227322,0.7717764,0.29686373,0.04607202,0.12658054,0.70819086,0.9332299,0.20203497,0.66657007,0.86494696,0.51878315,0.6350124,0.201091,0.28152707,1.1840584,1.1379018,0.7774687,1.3635424,0.91446567,1.348533,0.28421,1.1622032,1.5313612,0.48751432,0.8501973,1.2985876,1.5234063,0.002292947,0.6697249,0.5449208,0.04621741,1.3955445,0.3752799,0.654028,0.31523132,0.7613166,0.28432426,0.18391876,0.6577741,1.1714404,1.3337147,0.6619554,1.3534805,0.2364041,0.59466887,1.3717165,0.22983405,0.79265445,0.8024136,0.8273169,0.3168551,1.1959676,1.3137954,1.1644703,0.33325425,0.95313066,0.68977696,0.9940016,1.0757512,0.573434,0.6957648,1.365807,1.4508153,0.64872754,0.9566423,0.79801685,0.6005174,1.4362545,0.3703721,1.1887755,0.22215511,1.1750536,1.4565294,0.7976829,0.5246274,0.7604334,0.75451577,0.15659149,0.66773444,1.4761626,0.69386846,1.238009,0.47055638,0.8592097,0.5163213,1.0255548,1.0088177,0.13816656,1.1383029,0.81328523,0.06866902,0.15167318,0.11316892,1.2992785,0.77471477,0.7176805,1.4051824,0.6592687,1.4572006,0.26407248,1.3704953,0.47600174,1.0088341,0.8626545,0.16135994,1.1014643,1.351934,1.0713122,0.1104248,0.5089636,1.0969725,1.4043337,0.41856593,1.4541022,0.5162928,0.89141595,1.2516211,0.26735416,0.62722665,1.0120746,1.3832467,1.2681957,1.4350191,0.21519579,1.2519501,0.56711334,1.0775896,0.077294886,1.1742747,0.40043598,1.2909372,0.37318087,1.1032486,0.13437241,0.042255204,0.40884227,0.13363607,0.2467984,1.0186402,0.21745333,0.62466794,0.89036644,0.5553053,0.23225924,1.4803659,1.0523118,1.1487441,1.1561253,0.942217,1.1983634,0.75851506,0.91492695,1.3046012,0.20258912,1.1528144,0.19168238,0.9675507,1.1163776,1.4706974,0.05724597,0.3657237,1.2693173,1.2099509,0.363029,0.671617,0.3658547,0.014449665,0.34037125,1.4649444,1.2970659,0.62378246,0.7652989,1.1209854,0.55978954,0.50107104,0.063860156,0.43598536,0.26465827,0.7748087,0.96289146,1.2576927,0.9836232,1.4024087,0.48265213,0.82344127,0.94321173,0.021020237,0.885782,0.031283475,0.53929716,0.4402859,0.10913629,1.2170002,1.3327113,1.1766955,0.75678855,1.083571,0.89316344,0.896302,1.516774,0.98064065,0.7362394,1.4893361,0.7818111,0.12709996,0.9795678,0.31877002,0.7056438,0.34810403,1.464448,1.3447638,1.4984207,1.1482811,0.84043026,0.9464474,0.7537492,0.34411576,0.78926677,1.4436272,1.4556404,0.70427835,0.5429435,1.4651246,0.56611556,0.18671085,0.52408653,1.1392106,0.95401216,1.1092671,0.9203345,0.7912882,1.2162552,1.306399,1.24026,0.76592875,0.95850337,0.33427557,0.5101271,0.8789202,0.94941056,0.10743566,0.13326062,0.053026468,1.4093703,0.5665935,0.11539478,0.3471879,0.7839949,0.11039671,1.5343889,0.97065234,0.0807843,0.57112056,1.485939,0.6860369,0.7455525,0.18184789,0.96166885,0.96538126,0.14311178,1.5222492,0.4944525,0.45642024,1.4809395,1.0897088,1.5155847,0.67933935,1.2954186,0.6209194,0.45153484,0.78455687,0.21782608,0.000263736,0.22917289,0.6217022,0.5380586,0.15661378,1.1840146,1.2213787,0.81810325,0.4493363,0.9852383,1.4229131,0.64107287,0.7834616,0.18043472,0.38936058,0.20783938,0.9585586,0.03985647,1.1061124,0.90673,0.39664876,0.36385542,1.3024497,0.96421164,0.47439635,0.25014636,0.99911183,0.8164652,0.87628824,0.7450335,0.06662408,0.4940063,1.1515479,0.405496,1.3084778,0.00077437016,1.2339082,1.5000148,0.84711295,0.052435577,1.2450547,0.9930129,0.37221196,0.23081218,1.2600476,0.45524612,1.1887616,1.5243294,0.922628,1.304528,0.97281516,0.71127963,0.37803915,1.1062788,0.47491252,0.70406663,0.60237104,0.14259966,0.59884596,0.8407595,0.8689606,0.42063102,0.5705058,0.2804194,0.12055291,1.2966343,0.687675,1.1029868,0.09019019,1.1329114,0.7047958,0.6779139,0.73578036,0.66072375,0.31497273,0.64940476,1.1952392,0.9778559,0.9906282,0.38950697,0.6626506,0.77092505,0.58513093,0.5774004,0.78034776,0.71492004,0.048815303,0.4568968,0.27594954,0.7597012,0.8956992,0.6242269,1.252138,1.2270149,0.83335304,0.018934855,0.12240158,0.8703547,0.5008744,0.9193513,0.8248239,0.84873897,0.71400076,1.1525676,0.18134211,0.7755326,1.4213667,1.5433308,0.20483865,0.97974336,1.1910233,0.25885406,0.76160383,0.47236925,1.5518886,0.27854687,0.7274483,1.3003497,0.6047892,0.72402734,1.3217145,0.6110326,0.7922695,0.8671259,0.9064796,1.3405643,0.20118178,0.29040185,1.5069672,1.4015431,0.46309602,0.7686531,0.05507765,0.50342685,0.46923867,1.265031,1.5310345,0.43870473,0.067286156,0.73001504,0.04277191,1.3503709,0.98452044,1.5157316,1.3294103,1.3735119,0.47630307,1.0980023,1.3449357,1.0752969,1.2230196,0.867581,1.4569466,1.1959131,0.97879046,0.5277207,0.5584159,0.33557004,0.104903825,0.8276959,1.1452036,1.2210011,1.5021217,0.3368088,1.0756278,0.6519601,0.86891204,0.4576238,0.5986241,0.64578015,1.4836386,0.68864185,1.1127849,0.111502714,0.9233817,0.697405,0.4960316,1.1029667,0.6771905,0.7519768,0.2969408,0.07114627,0.65098834,1.2679814,1.4810517,1.0742787,1.3843457,1.1544172,0.1631317,0.6910672,0.8795584,0.33741403,0.0884764,0.43942875,0.6008501,0.72179353,0.54161376,0.91514766,0.36644146,0.8421524,0.5508267,0.31388938,0.17006533,0.49541903,1.526511,1.3095202,0.8957783,0.28553176,0.2633884,1.507248,0.98718077,0.38468358,0.0661039,0.2956662,1.4373953,1.2871746,0.9474601,0.1464599,0.21411732,0.55274177,1.0566499,0.9331256,0.70838606,0.03628311,1.2140474,1.5176458,0.52834475,1.552732,1.3926647,0.8126882,0.08525523,0.96272695,0.5326109,0.92420197,0.7997167,0.34247172,0.26436293,1.2377688,0.3773292,0.6603795,0.36190683,1.535002,0.8980848,0.72537965,0.51316047,1.1357454,0.24879596,1.177603,0.6241431,0.58350897,1.3907697,0.7177061,1.3189625,0.48149672,1.1415881,1.5137784,0.11060709,0.1755116,0.29504406,1.0248748,0.056452613,0.42533213,0.9896727,0.53969866,0.75183856,0.41424468,1.486274,1.4265425,0.16753337,0.6745839,1.5629724,0.9285413,0.267061,0.8541734,0.6733278,0.17464437,0.23181637,1.043361,0.3930176,1.159619,0.74504787,0.5836274,0.15873167,0.17252173,0.28021383,0.9402509,0.5781104,0.71197593,1.3155501,0.7248619,0.74709386,0.9156641,0.7741072,0.80079275,0.42105335,0.70096385,0.97086877,0.45228,1.308584,0.9313267,0.9981489,0.9051302,1.5618414,1.2102232,0.7836425,0.32777193,0.16103177,1.2557846,0.7472764,1.1764662,0.5618532,0.66726375,0.46659973,0.14456345,0.90620077,1.4897376,0.05223591,0.48406196,1.3663706,0.98886675,0.5087841,1.2441233,0.28997785,1.4368356,0.7737005,1.5332475,0.5611111,1.568973,0.7974556,0.33321512,1.3433216,0.9808468,0.7398685,0.6058986,0.41874188,1.097121,1.1587151,0.8565067,0.98147255,1.2178154,1.002065,0.06015749,1.0421742,0.89171964,1.2262845,0.56129146,0.40509644,0.18865623,0.4609846,0.23387034,1.16036,1.011233,0.7400491,0.26249105,0.8557396,0.6296411,0.5560216,0.31240836,0.8235953,1.1940871,1.4625134,1.5338966,1.5005655,1.148483,1.0611825,0.047646437,1.0713454,1.0075755,0.4728482,1.4133251,1.0047915,0.80377203,1.5016105,1.1422685,0.0074946815,0.03434227,0.8982944,0.64273655,0.2106443,1.4383496,1.4469898,1.0742369,0.34222052,0.8261176,0.13436994,0.2966221,0.46973336,1.2341242,1.1907032,0.041692197,0.1637964,1.3091048,0.6149608,1.1360035,0.6081945,0.824303,0.6213608,0.29071355,0.8018019,0.5623062,1.069877,0.72414064,0.04579699,1.1580483,0.39019358,0.7984866,0.93381834,1.011391,1.5340838,1.4312295,0.88009906,1.0197048,0.75102466,1.1492244,0.7701796,0.0130317705,0.18508823,0.81609,0.31205285,0.14876258,0.42536703,0.23964109,0.3152972,0.5248252,0.63658315,1.4704791,0.69719833,0.6573458,0.59342813,0.75186116,0.8967019,1.5441533,1.4740754,0.79532856,1.031556,1.028462,0.0070122858,0.51288486,0.47805557,0.9330429,0.23403123,1.2743838,0.7675669,0.16444035,0.8411435,1.2261739,0.31173483,1.4086486,0.526613,1.0223919,1.22719,0.645334,0.8221462,0.07444317,0.34234047,1.2884691,0.830719,0.34939185,0.99699426,1.1629604,0.94986117,1.3691539,0.08594207,0.28509602,0.08029182,0.34661555,0.69347316,0.6049188,1.4975942,0.9172273,0.78532153,1.4803884,1.4281341,0.45552477,0.77877504,1.4968578,0.36785126,1.0470352,1.1909584,0.79561526,0.9943728,0.6395747,0.76341087,0.61836356,0.64639133,1.1157514,0.6453216,0.7323853,0.7199902,0.92540526,1.5405375,0.76469034,0.39483252,0.45546708,0.028041454,1.5319498,0.6070585,0.72308767,1.3379693,1.5580368,0.05997744,0.010560712,0.74940383,1.4386672,0.58832794,0.9882964,1.2151474,1.4613023,1.3380737,0.15044113,1.2826538,1.3123138,1.0240042,0.43045062,0.3846864,0.7552931,0.34869814,1.1307546,0.70040923,0.401125,0.8258818,0.49165073,0.43414316,1.0444291,1.4088227,0.4811157,0.8836817,0.28458163,0.05829698,1.2565151,0.78844106,1.4746326,0.5118387,0.9792231,0.44702002,0.5183407,1.3231912,0.30599442,0.8655608,0.5168029,1.0471799,0.994027,0.1669341,0.8422224,0.6275947,0.7888348,0.76158434,1.0143336,1.1044106,0.78711253,0.99752104,0.8765115,0.7883074,1.1131302,0.1756052,0.53153163,1.2039086,1.1031849,0.82291853,0.8860307,1.2814673,0.16107625,1.2944813,0.07109528,0.46882132,1.4107825,1.5567524,1.3858217,0.8202461,0.8115484,1.2421954,0.798514,0.5174507,0.6234058,0.7326197,1.537216,1.1956656,0.413019,0.55855894,0.9770732,1.1508561,1.1300352,1.0581118,0.8388771,0.29398647,0.6638225,1.1057482,0.80581176,0.94802123,0.3834864,1.0031238,1.4599156,0.5044813,0.40387565,0.32892314,0.44969687,0.237557,1.0205797,0.15574434,0.87682176,1.2039819,1.1446341,1.3032653,0.6498818,0.9147034,1.431508,0.7810191,0.7785352,0.2943417,0.17297825,0.9226972,0.8797166,0.87617946,0.18485352,0.7422909,0.41301167,0.880192,0.8192368,0.9428217,0.75459915,0.21149608,0.8897417,0.44382644,1.0617232,0.9794356,1.528911,0.7566231,0.7494915,1.1454451,0.6341095,1.5288835,0.99686545,1.4670401,1.0216857,0.57053244,1.0274295,0.6104278,1.4152209,0.8217252,0.82768494,1.3375037,0.8396879,0.596544,0.7131475,0.26081175,0.042835865,1.1088592,0.24523662,0.6188826,0.81695616,0.7047118,0.9016803,0.23039874,0.8314579,0.9795658,0.60438144,0.39015102,0.8038152,1.2263436,0.330572,1.4422413,1.4291815,0.44689494,1.0120913,0.09240495,0.0780607,0.30452815,1.2452031,0.74015963,0.841885,1.2424673,0.43276796,1.108622,0.81065136,1.5594276,0.11686586,0.19045389,1.441647,0.061806843,0.17909543,1.1220194,0.44979632,1.3633068,0.2790479,1.4447144,0.65048414,0.42101252,0.92333955,0.46222785,1.5684241,0.9359025,0.51001114,1.2874566,0.8628226,0.7829411,0.66406095,1.3912038,0.46488142,1.4296066,0.63093823,0.19805436,0.63854015,0.14568152,1.4155114,0.116787724,1.0424025,1.0974858,0.016213369,0.26436192,0.8263811,0.87431055,0.4314105,1.0956342,0.68547577,0.120496914,0.79575783,1.0343648,0.9183679,0.7928309,0.72431415,1.0115267,0.02704438,1.1600701,0.2598012,0.43120825,0.6653833,0.6703957,0.5848349,1.1205368,0.7163429,1.1424911,0.15379997,0.80232584,0.8311584,0.8622333,0.7569471,0.7398825,0.70217466,0.3310583,0.9779423,0.5810663,1.2743202,1.4331961,1.4413389,0.905065,0.6628421,0.11343461,0.69566786,1.2418765,1.4394274,1.3184879,0.58679277,0.69285214,1.1388733,0.79312384,1.2586275,0.7454641,1.5232937,0.90468276,0.8372064,0.6930277,0.9805662,0.6196013,0.32706326,0.89093876,1.5422932,0.7832331,0.058678765,1.476069,1.237344,0.30059296,1.5154184,0.9514103,1.0329796,0.87061393,0.35846055,0.54861367,0.6973272,0.6064566,0.0036311997,0.24519621,0.97056466,0.687704,0.6862698,1.0400679,1.1317466,0.4941808,1.1952348,0.22367363,0.3319814,1.5629338,1.2472681,0.0999027,0.8747018,1.5468049,1.1307836,0.03412227,1.1795255,0.6396368,0.31226733,1.3771156,0.9125437,1.3180152,1.324923,0.61290616,0.52138174,0.9485498,0.5042781,0.54110354,1.259062,0.16224119,0.57044035,1.4988211,0.23488362,1.1010454,1.1022891,0.53922004,0.6231591,1.5225207,1.0543681,0.5855531,0.03621042,0.43930924,0.93490946,0.56946987,0.69941866,1.3908163,0.623436,0.8326028,0.86871105,0.55800045,1.1083802,0.4713402,1.415722,0.73229206,0.5186627,0.14220008,0.0289217,0.95059776,1.3959464,1.3854066,1.2393236,0.81268126,0.7483544,1.4729517,1.0396863,0.40887204,0.8960654,0.88035655,0.9543132,1.4899747,0.8329274,0.92165935,1.2782601,0.61180943,0.3287113,1.3023865,1.1389751,0.7601136,1.3384205,0.8240892,0.6926542,0.43527025,0.44233516,0.924073,0.85197926,1.3682959,0.73417044,1.041351,0.6534816,0.37092766,0.80537736,1.1281538,0.91090727,0.8678226,0.7744665,0.9043992,1.3670225,1.2054926,0.46422365,0.43936333,0.39302427,0.026727533,1.093197,0.675479,0.91647565,0.7402604,0.749258,0.22393084,0.9649741,0.26060003,1.2200923,1.5210648,1.0203791,1.0640101,0.029004522,1.1010545,0.71756864,1.3006665,0.92406756,1.2206258,1.3175337,0.86422473,0.5774237,0.5853917,0.7265964,1.3583125,0.49486023,0.16569461,1.2855799,0.77871394,0.787385,0.6992751,1.4158456,1.2891849,0.031348445,0.43349886,0.44784585,0.06321152,1.474674,0.89841413,0.76379216,1.1351056,1.4181007,0.16835856,0.9330459,1.2444438,0.77800757,1.1068755,1.3766862,0.44695142,1.1367894,1.3566401,1.2527299,1.2874918,1.4399508,0.9052996,1.0075417,1.3613212,0.04827684,0.8575967,1.2514267,0.9040219,0.93954307,1.2132071,0.68849903,0.1576379,0.9101406,0.7288719,0.83725333,0.46358022,0.947611,0.27138355,0.74067897,0.49637592,1.2739952,1.1049489,0.75103897,1.0822049,0.88731086,0.63288444,0.5096763,1.2451811,1.3408732,0.085050665,0.5818368,0.86635584,1.5472169,0.8815588,0.8184858,0.8611899,1.1973175,0.3074658,0.08402056,1.0441576,0.71119225,1.5529335,0.46894857,0.7296131,0.44181615,0.15399696,0.552462,0.81694835,1.5047107,0.3372619,1.562984,1.0619767,1.4284629,0.5040596,0.2872801,0.7684645,0.8996036,0.5274413,0.7865751,0.5059665,0.4271852,1.5626677,0.55389845,0.14258206,0.15898202,0.96508676,0.15770492,1.4069885,0.047783058,0.36903876,0.7117269,1.4393278,0.84593546,0.72378564,0.80652344,0.69014275,0.09840376,0.020226011,1.5577464,0.6010964,1.286514,1.3954855,0.71234643,1.0885987,1.3145369,1.4984493,1.4260595,0.28025743,0.37952816,0.95397055,1.541013,0.13694996,1.1167873,0.5850716,0.7097317,0.9161069,1.5670619,1.3711498,0.29360253,1.041435,0.8251893,0.54677355,1.2145525,1.165123,1.1385416,1.0598296,0.8976601,0.43265387,0.7163376,0.23540737,0.87226045,0.51232284,0.5234895,1.3158876,1.0225824,0.906268,0.7755634,1.1178336,1.3267201,0.8061236,0.6618073,0.8647134,1.5622679,0.8550798,0.13721332,0.33260408,0.6551415,0.33128458,0.693706,0.8078629,1.4403404,0.5205154,1.2795514,1.0338938,1.2677506,0.69183624,1.5345212,0.4284028,1.2918671,1.4244869,0.672791,0.79016906,0.7916711,0.5689373,0.5872892,0.03425063,0.61776245,0.19277771,0.34198147,0.9196145,0.073560275,1.3438365,1.1777358,0.07983943,0.68540376,1.147436,0.8588964,1.2053959,1.147957,0.9228448,1.3030168,0.8763911,0.13091484,0.27827677,0.2995918,0.6398552,1.2405897,0.92694426,0.9652175,0.846633,0.49682447,0.3598604,1.0933466,0.768753,1.1593337,1.4038614,0.99433887,0.378708,0.76446915,0.43777367,1.2949785,0.3087172,0.86813784,0.2381674,1.4827864,1.3665049,0.22509292,0.66888535,0.64611447,1.4373496,0.9040282,0.038930576,0.18114945,0.9529607,0.59632564,0.208358,0.83939815,1.0811503,0.66844594,0.20639303,0.90819645,1.0118936,0.7154176,0.8532569,0.30183086,1.1663319,0.9757258,1.3307627,1.166503,0.61098206,1.3090097,1.5699065,1.3470635,0.6178935,0.03163469,0.9800067,0.20286128,0.3436621,0.06008773,1.4362972,0.8288617,1.162812,0.31827307,0.86187553,1.075679,0.34890735,0.5751996,0.062644795,0.77864724,0.84029716,0.776297,1.480461,1.0394392,0.8191792,0.30331314,1.549133,0.59831566,1.1977984,0.6381695,1.1008521,0.28562176,0.75465196,0.9507203,0.0027633149,0.18126036,1.2751037,0.109725736,0.57593274,0.8259901,0.22838172,0.37228292,1.2046809,0.84822476,0.77970684,0.64778155,0.60027903,1.0170003,1.088518,1.5603231,0.09234849,0.20591862,0.08498368,1.1428795,0.3110899,0.40905178,0.81465644,0.3141734,1.0392203,1.3082114,0.9370625,0.66783583,1.2950227,0.63369113,1.5147139,0.73987854,0.98999095,1.4934337,1.094982,0.7317685,0.39208478,0.066307686,0.6637203,0.13324168,1.1790063,0.8154114,0.342697,0.7449122,0.17317493,1.3670594,0.30813545,0.47241715,0.795421,1.1643269,0.4111364,0.9911894,1.4001056,0.6289091,1.0397506,0.10714455,1.0551808,1.0750717,0.36995608,0.438233,0.37988546,1.1058979,1.1542239,0.044536687,0.9623402,0.6971546,0.89957017,0.479451,1.0552832,1.0792623,0.20469731,1.0335726,1.3137465,0.23628093,0.2904702,0.0873407,0.68819004,1.0208085,0.7129171,0.18507051,0.06597772,1.4014608,0.9823825,0.5179414,0.117068335,1.5705303,1.3528813,0.30892935,0.37862572,0.60352343,0.7294581,0.98877054,1.2022526,0.11234218,1.185981,1.023268,0.955003,1.0062048,0.8343965,1.3053479,1.1846639,0.36021066,0.6932876,0.6188342,0.88599026,1.3302244,0.82371306,0.24716768,0.705724,0.6096052,0.7577914,0.4144098,1.5113188,1.3269418,1.3822746,0.5905999,0.3817964,0.011365543,1.0201484,1.4463394,0.26692113,1.3295894,1.3631454,1.2406529,0.26521775,1.0805514,0.5028532,0.80190045,1.4382931,0.9262367,0.88403046,0.25951448,0.5722051,1.2574358,0.04692223,1.547527,0.43674615,0.7297697,0.42813691,0.35978055,0.8249514,0.2903894,1.3093969,0.19142269,1.2396512,0.5502742,1.5175512,0.5432578,0.11020729,1.0654638,0.3063277,0.7461086,0.45623922,0.196609,0.3962589,0.49973205,1.0697496,1.1364678,0.68906486,0.019771222,1.1223365,1.1168711,0.080709964,1.481514,0.7703117,1.5591577,0.71614057,1.4689353,1.1213889,1.2205995,1.350004,1.5293411,0.5063237,0.021680921,1.5319844,1.1243203,0.99868065,0.8796215,1.0225914,0.96851057,1.3845675,0.46976453,0.95719063,0.7138631,1.5263778,0.71197665,1.3457179,0.3587728,0.7938638,1.1782371,0.7629024,0.64808565,0.22126319,1.4930338,1.5435168,1.159336,0.14478686,0.11177316,1.3309114,0.71512,0.6215816,0.9023128,0.062022053,0.83850056,0.68181115,1.353847,1.3466089,1.16555,0.022752397,0.73292977,0.1040771,1.1354178,1.2790103,0.9047501,0.9164613,0.3697037,1.2158831,0.6427532,0.59843075,1.1982032,0.63813967,1.0253984,0.8311312,0.76359874,0.56284535,0.020507693,1.1643773,0.018528195,0.82750076,0.9108729,1.2795054,0.18802558,0.06563906,0.52628934,0.7937554,0.28084135,0.575433,0.8092296,0.2953863,0.854819,0.6532713,1.1178433,0.93693185,1.2519723,0.067348234,0.13292816,1.058698,0.815586,0.42754486,0.7885577,0.40655732,0.20253083,0.92712307,1.3266249,1.2818096,0.21787773,0.52144194,1.0524882,0.07058557,1.2431759,0.6264276,0.41543642,0.913954,0.6108253,0.7509971,1.0776095,0.40883595,0.5107462,0.26458046,0.7745098,1.353288,1.3082118,1.280233,0.62903434,0.024507372,0.39226586,1.5636698,0.021079337,1.4654462,1.0677528,0.7043147,0.21868499,0.841931,0.8288301,1.1529812,1.5195723,0.9071746,1.3922824,0.711421,0.81004244,0.6091466,1.1062635,0.84330904,0.6325723,0.97992134,1.4131745,1.5062778,1.4609225,0.784216,1.1049619,1.0105785,0.99492335,0.3647713,0.17216808,1.0515509,0.58900714,0.3392599,1.1059955,0.089199804,1.3840944,0.7247702,0.1720968,0.85125864,0.46480617,1.5643417,0.81543106,1.2331676,1.1529171,0.67750347,0.74542505,1.5286382,1.4833924,1.3075776,0.5434218,1.1048917,0.71335423,0.6540836,1.0403808,0.79447174,0.49617782,0.7997274,0.25723484,0.32436955,1.313353,1.4478761,0.5293707,0.2218951,0.87770075,1.5431514,0.12495952,1.2782857,1.3001983,0.422194,1.4730002,0.20525223,0.015233748,0.34866548,0.90443397,1.5500842,0.42074108,0.57856923,1.2639451,0.7307182,0.6102329,1.2561841,0.010276151,0.94192386,1.4204735,1.529245,0.68167114,1.2192602,1.517889,0.9776784,0.7695966,0.83483714,0.8629588,0.5016643,1.554392,1.4767952,0.92287153,1.3400141,0.81210566,0.41861477,0.94076616,1.0659304,0.21541555,0.80929697,1.0844857,0.34519184,1.0702085,1.2468092,0.87405527,0.4378096,0.7402279,1.0349373,0.1379331,1.4394028,0.101006724,0.64384747,1.1346301,0.21338613,1.1463801,0.37550843,0.46824396,0.06171687,1.2135153,0.9547689,1.3758119,1.0951304,0.42302802,0.85835075,1.3793197,0.77684736,0.33083382,0.36834803,1.084622,1.1725894,0.97494596,0.33485195,0.79315317,0.98215187,0.53948104,1.1813533,1.1591544,1.495695,0.29709056,0.46283355,1.3756942,0.5254264,0.7916058,0.3635256,1.3121037,0.7076607,0.19081761,1.4086351,0.87052417,0.4439327,1.0603099,1.1875798,0.8656345,0.51184106,1.5118752,0.65273756,0.49408937,1.2445108,1.2936924,0.5053149,0.93848777,1.5454816,0.91651464,0.7143661,0.4117129,1.5297343,0.6361576,1.5621722,0.94854677,0.4192972,0.9069743,0.14332297,1.0003885,0.33921114,0.16489036,1.4243531,0.075277224,0.7004855,1.1889303,0.6955169,0.8463624,0.6321516,1.2304958,0.93507636,0.695626,0.6000337,0.16691649,1.3549274,1.3798468,1.0249468,0.27678198,1.50809,0.15940319,0.59987175,0.2503452,0.7344019,1.0281295,1.0049145,0.4648702,0.14153172,1.2559927,0.07215238,0.90093017,0.03360449,0.85347325,1.1955326,1.4634796,1.4805737,1.1747857,1.4700809,0.018243348,0.30596253,0.077475235,0.8864307,1.3757185,0.04508046,0.81493664,1.1282955,0.011016762,1.0173739,0.21014294,1.1143578,0.21372296,1.1146474,0.8617992,0.5436842,0.49635231,1.4918934,0.36457288,1.3645678,0.59249884,0.78524727,1.0864464,0.6330767,0.34054044,1.1305082,0.5387807,0.091374665,0.8079607,1.3366351,0.2022056,0.004196082,0.7307775,0.7715582,0.21165319,0.68904084,0.531559,1.0416342,0.47061142,0.7918135,0.48308298,0.16970626,0.26806676,0.98335594,0.72444314,0.68273103,1.515503,1.2030516,1.1173193,1.0529306,1.474979,1.4477005,0.40289035,0.9034742,1.5621197,0.78070104,0.6083683,0.73546576,0.014332329,0.80618566,0.016310988,0.19303882,1.2089232,0.54704016,1.2009844,0.8400315,1.0435926,0.88797903,0.94850785,0.06020766,0.8065695,0.9385586,1.2723635,0.86132544,0.73284596,0.5363947,0.28527558,0.44088924,1.0734873,0.7026964,0.21761973,0.88426465,0.83518785,0.73651594,0.5065749,1.3752979,0.3577143,1.1824199,1.4028993,0.56007904,0.09351617,0.55951446,0.82645035,0.7396355,0.7591452,0.6967303,0.83940166,1.2988307,0.57212335,0.048556417,0.4194669,0.49892592,0.3836168,1.1636326,0.9828858,0.69106317,0.27172145,1.4609791,0.4063283,0.87560683,0.3813815,0.43672788,0.8857217,0.81946826,0.75486594,1.0066713,0.9976977,1.5435218,0.28890863,1.3375419,0.89985687,0.63219357,1.2946444,1.3018687,0.7827886,0.61972904,0.036075447,0.3143612,0.9746454,1.4388936,0.6102738,0.9031646,0.5527984,0.8588253,0.24779555,1.3548063,0.84864706,0.09226673,0.02924079,0.7599326,0.254136,1.059781,1.0795604,1.4382905,0.75259846,1.467193,0.30418196,0.59343004,0.084383935,0.7978323,0.92515177,0.2293677,0.49895582,0.33349115,1.1696256,0.6292645,0.6870322,0.047541805,0.48194915,0.727973,0.6302972,0.46022224,0.8789362,0.24530834,0.60935277,1.1159477,0.13149841,0.75243276,0.2821629,0.88871014,1.1334411,0.23903586,1.3425837,1.2142359,0.23175946,0.4357628,0.958708,0.18190964,0.76131237,0.86106634,0.709155,0.9552726,0.46140745,0.5563955,1.4736607,0.70965904,1.5544561,0.26108092,0.5657843,0.2510947,0.19026531,0.105227716,1.4719449,0.2527775,0.36228415,0.56930435,0.45320845,0.5522826,1.2786355,1.3544061,0.39021826,1.1208394,0.6462289,1.3706802,0.89221674,0.97309977,0.20871924,1.1718569,0.8249995,0.4948514,0.6059414,0.38044354,1.2363318,1.4245957,1.0915023,0.1305796,0.73442984,1.202624,0.7322336,1.0219913,1.112995,0.015489768,0.36204413,0.7881988,0.81294316,1.2918805,0.80710685,0.4143686,0.90661055,0.6801816,0.5904466,1.0207514,0.99184144,1.0769671,1.0409453,0.91869116,1.2480575,1.2530857,0.19617257,0.543499,0.2703662,0.71255016,0.4578499,0.3609396,0.9802041,0.35201594,0.17684038,0.100597605,1.1985804,0.52654254,1.5285871,0.9881698,0.05374971,0.32308567,0.9370986,1.2945652,0.07924597,0.83282816,1.5459675,0.76828855,0.7852683,0.69259053,0.6640647,1.0073924,0.9918861,0.94082713,1.1692324,0.5017587,1.2389654,1.3380147,0.8629415,0.5157576,0.76329666,0.6235871,1.4076844,0.97508305,1.5591363,0.029943949,0.37787268,0.37087762,0.2999802,1.0674787,1.0432004,1.2930058,0.6307416,1.403798,0.12357404,0.6419533,0.421306,0.51949495,1.0730947,0.61569893,1.478458,1.3968066,0.17647131,0.4151784,0.9712326,1.0535156,0.31253922,0.046844862,1.4020032,0.97154886,0.90308934,0.9406342,0.87385976,0.63270324,0.83970827,1.0610243,1.2287736,0.5387792,0.6957467,1.56132,1.4682692,0.5379439,1.0230954,0.8532157,1.4643455,0.7301149,0.19533193,1.158056,0.6523202,0.91850966,0.60797,0.34675986,0.5973913,0.16612408,0.28788522,0.21464789,1.5429195,1.0672134,0.37263504,0.7185747,1.0056989,0.5738405,1.2848364,0.98680747,0.71507186,0.15053092,0.27576923,1.3237312,1.259079,1.2414882,0.32623792,0.5542519,1.0382435,0.69155115,0.32190278,0.77109367,0.4805783,0.31606352,0.1579962,0.008781969,1.170405,1.0973672,0.8433112,0.78878367,0.31018206,0.65413606,0.7518922,0.51436186,1.3497877,0.8368498,1.4457458,0.76527107,0.40750122,0.0026041204,1.3156955,0.033529934,1.5587533,0.6207846,0.35017142,1.3467938,1.5585089,0.5480404,0.6040338,0.2529664,0.0067889774,0.74504596,0.7246002,0.9576333,0.36140537,1.411112,0.6743828,1.1827914,0.84620935,1.3238885,1.2610044,0.45837286,1.2500654,0.9833234,0.089395955,0.51966697,0.2735695,0.91782343,0.25019073,0.632154,0.5349248,1.071258,1.091976,0.69354904,0.86019605,0.35471764,1.2591399,0.8623915,0.37197626,0.83996356,0.61969686,0.84252167,0.9717393,0.82948273,1.0647776,0.9985157,0.47079048,1.5101458,0.11474078,0.55368936,0.7029466,0.727989,0.7226456,0.78761286,0.5383073,1.0992599,1.518311,0.32668886,0.7604595,0.73173934,0.67297184,0.79072016,0.10169927,0.332275,0.32415366,1.1338205,0.12792678,0.17673498,1.1525269,0.8222445,1.292061,0.5769269,1.0789964,1.567057,1.5176147,1.078247,0.8899368,0.5719892,0.8506718,1.2692378,0.79800963,1.0308721,0.9299367,1.5342917,1.535637,0.039012384,0.28977552,0.91761434,0.7916211,0.22027527,0.08667433,0.2974833,0.28092617,0.32004753,0.7741312,1.269865,0.59822875,0.5064468,0.96303415,0.7154902,0.4454664,1.5074933,0.4933387,0.1521325,0.859852,0.045832057,0.5137436,1.5138777,0.5461835,1.5295919,1.3493953,0.04811874,0.79201245,0.8018791,0.8558131,1.3564185,0.7591698,0.44645858,0.77017397,0.040200535,1.0233997,0.55870765,1.4967685,0.5545402,0.8117474,0.6379298,0.39235723,0.82913107,0.85622734,1.2497826,1.1963704,0.7618155,0.69701993,0.6573667,0.4962766,0.8967477,0.9134395,0.6672165,0.8094846,0.2808773,0.80814356,1.2498008,0.7098843,0.5670339,0.60512954,1.0338293,1.124788,1.1877344,1.5133413,0.9779556,1.5217761,0.3137371,0.19539636,0.4921534,0.43768907,0.32294196,0.73704517,0.83134854,0.7022796,1.0918628,1.354532,1.540606,0.010580773,0.6358295,0.78189194,0.32995364,0.039315727,1.0316517,1.2695671,0.16760346,0.15837786,1.1194879,0.3587857,0.8196785,0.5599558,0.30414152,0.81877476,0.20119248,1.4348209,1.4642693,1.3689151,0.5877645,0.20081629,0.8917216,1.1740957,0.8455499,1.1646292,0.940082,0.7040031,0.023901258,0.09108383,0.27443326,0.39455223,0.40460837,0.84940606,1.4018654,1.5039057,0.4530916,1.3100437,0.4875971,1.5661482,0.9160165,0.6943497,0.8563575,0.8827067,0.10941447,0.111222416,0.12600014,0.41397804,1.489259,1.4976273,0.16913068,0.010768422,1.0076246,0.8267868,0.573594,1.0589504,0.7385619,0.078924775,0.28670704,1.0910776,0.9326758,0.76268196,1.0406915,1.1361417,0.9842538,0.42333886,0.13437258,0.88544184,0.2718004,0.8950041,0.775126,1.2331629,1.0376424,1.2017877,0.5264152,0.085563116,0.78485376,0.53797585,0.73487777,0.4167133,1.1210032,0.75485057,0.99359107,1.0902985,1.5704248,1.3538771,0.43486968,0.56077945,0.87407625,0.38136768,1.4514624,0.9067528,0.43838674,0.35601255,0.95775205,0.35708472,0.7728615,0.4786298,0.9638441,0.97930056,0.44685328,0.55028015,1.0055636,0.32650128,0.019068904,0.92473525,0.6234314,0.6785559,1.0218962,0.49302635,0.6129851,0.6734526,0.30954975,0.88956773,0.21179882,0.79356086,0.0150244655,0.2871268,0.80886114,1.5207967,1.3923569,1.2292447,1.0238429,1.0827296,1.0652287,0.92103255,0.9897851,0.81816727,0.47068432,1.2283428,1.0676582,1.1356283,1.1920221,1.4778849,1.5256379,1.1460251,1.5145324,0.9121385,0.07953565,1.0599108,0.34390333,0.003239161,1.4990156,0.5376132,0.4135277,1.4296188,1.5363225,0.8674702,0.13201587,0.364138,1.5364007,0.19774936,0.38579202,0.30141515,0.73966736,0.25042802,0.46997496,0.9030683,0.24754348,0.8259402,0.6794085,1.4531106,1.1229429,0.05181373,0.35080206,0.8968498,0.22765371,0.8944845,0.19880262,1.5535649,0.5006887,0.33717862,1.0911441,0.16453056,0.6620186,1.1268458,1.0304803,0.55946904,0.9080767,0.673192,1.190953,0.82728857,0.7744676,1.1320695,0.4242216,0.31960574,0.667194,1.3677654,1.3663299,1.5412974,1.0508909,1.2278222,0.65218025,0.09276184,1.0598248,0.8435727,0.10190676,0.4406563,0.7703632,0.9636982,0.5643997,0.81957847,1.0463063,1.3836944,1.1330616,0.018506553,0.3582055,0.47353962,0.007554075,0.57545716,0.45436746,0.8473544,0.34098524,1.0203981,0.6261711,0.3600098,0.88115984,1.1502689,0.007139621,0.9603317,0.17471136,0.46077207,0.5128831,0.4784046,1.186416,0.8121803,1.1663939,0.7752087,0.011458888,0.06377075,0.80452055,1.0027437,0.024250912,0.44143954,0.75040555,1.0531753,0.33775476,0.07342104,1.0799118,0.5902198,0.80737907,0.9217984,1.1391417,1.0676364,1.5388895,1.2343073,0.8797462,0.6363793,0.5583252,0.22346199,0.50647557,0.4483413,1.1068457,0.72042584,0.18508266,1.2830105,1.4061036,0.9643542,0.07615488,0.21967804,0.41270372,1.5204597,1.4506444,1.4221611,1.472043,0.16680364,0.0037631856,1.5623077,0.61582524,0.1287803,0.016594164,1.0095116,1.5583849,1.2662096,0.350689,1.1553847,0.5593028,0.30578923,0.5823946,1.274623,0.81451035,0.39278358,0.727932,0.74917984,0.22038852,0.8810805,0.5530975,0.072595514,1.2111795,1.1146317,0.6835744,0.98414475,1.1154386,0.46104527,0.8296263,0.33557606,1.0557166,0.675302,0.23018152,0.70868295,0.65311754,1.5535688,1.0121776,1.4604089,0.033040646,0.06632748,0.26287916,0.7152164,0.18635745,0.96808934,0.21430065,0.5190059,0.15455297,1.3517184,0.40539938,1.1153538,0.80412656,0.45253813,0.5003123,1.2419529,1.063945,1.4834179,1.3952765,0.80159014,0.9079007,0.45187986,1.2642457,1.3362168,0.44145477,0.78120285,0.50829595,0.36076236,0.45280007,0.40117648,0.49473903,1.2827089,0.5153989,1.259273,1.5266223,0.41635373,1.2930278,1.0162292,0.6697738,0.08521508,0.9601984,1.5442009,1.0578297,1.3928065,1.39171,0.7589253,1.2817466,1.4801013,1.5439298,0.67107373,0.4518027,1.2768435,0.35774302,0.7823935,0.94230545,0.9069955,0.44136065,0.23867418,0.20485316,0.17534314,0.37929505,0.8112317,0.213925,1.3137041,0.8442252,1.384233,0.2949702,0.621248,0.98566353,0.12323343,0.22977881,0.36882916,0.9072239,1.1499134,1.4685705,0.878768,0.32119185,1.0325527,1.4556595,0.31992117,1.5090258,0.4286516,0.53851837,0.37635484,0.886142,0.4292254,0.11635843,1.1733645,1.3312422,0.7901129,1.2901247,0.18063399,0.73685575,1.1911194,0.33092394,1.3045169,1.2798251,0.009527227,0.40633208,1.3224447,0.74445003,0.17258188,0.7916556,0.39922518,0.54721206,0.6625671,1.1864588,1.4417745,0.6714484,0.88787186,0.039541874,1.333912,0.41543415,0.271479,0.5807357,0.94561964,0.57405794,1.1577106,0.7544852,1.5355699,0.0845297,0.9037737,1.2140181,0.27366546,1.2696121,0.5713657,0.9275133,0.6636295,0.106801845,0.8483159,0.25500047,0.21980762,0.76000845,0.5282167,0.8235718,0.44001982,1.0948627,0.036616117,1.4322014,1.2297093,0.18640226,0.35631704,1.4110273,0.5463017,0.74699676,1.4724413,0.8934032,0.3572257,1.2189435,0.6750853,0.79982454,1.456105,0.69284904,0.9298857,0.09058662,0.44896615,1.3617948,1.1467009,1.4255412,0.28228638,0.36448032,0.69235337,1.0932572,1.0836821,0.56837916,1.2170758,0.6910084,0.023723487,0.40561676,0.7000815,1.0519173,0.92229956,1.342606,1.0106105,1.1385227,1.3047104,0.3355091,0.8496013,0.91026,0.8988668,0.81062776,1.5029637,0.9880619,0.11177078,0.055050872,0.7401041,0.69220674,0.8394681,0.60665905,1.5372113,1.5336131,1.4062785,1.5306315,1.0368874,0.7597174,0.48699033,0.4577399,0.7320534,0.79421496,1.4857069,0.040323246,1.0332754,0.88800925,0.80520964,1.5560583,1.2660623,1.1541923,0.32947528,0.75225705,1.0518492,0.99487144,1.2953137,0.8432477,0.6894123,1.1710159,0.41476595,0.9825839,0.28054145,0.92310715,1.4498715,0.6557852,0.40217593,0.7636589,0.77994174,1.4103842,1.5678853,0.19050999,0.20450209,0.67398435,0.93458587,0.23737766,1.180847,0.20414521,0.90756094,0.82800364,0.41020894,1.036023,0.48495677,0.54953766,1.1755874,1.2159299,0.30178735,0.8892469,0.83213633,1.1171834,0.6067277,0.8195743,0.9305516,1.5054219,0.73515874,1.5333914,1.0506986,0.5173768,1.4257703,0.9789116,0.23756966,0.7759722,1.179265,0.030631892,1.2529058,0.7715409,0.33748645,0.28777486,0.94188297,0.8248412,0.79800725,0.97543,0.41610503,1.128299,0.74413043,0.6204229,0.5835436,0.27154574,0.7470162,1.0730234,1.2566683,0.17345814,0.5627098,0.817621,0.101256475,1.274867,1.1463423,0.9824403,0.12968002,1.1294632,0.60434425,0.37879795,0.7372246,0.17564902,0.99561673,1.0445249,0.78702253,0.6622376,0.37873527,0.9391041,1.4752507,0.9540731,0.86572915,0.7146123,0.6036098,0.7440929,0.3800559,0.30749643,1.0710709,0.511686,0.315128,1.4287939,0.3696286,1.0758891,0.19817275,0.9546301,0.5026692,0.5453561,0.43621564,0.7673476,0.5857158,0.3975534,0.28964725,0.47490582,0.43073082,0.012422405,0.470612,0.28797522,0.4878523,0.87772465,0.84430236,0.032904256,1.1185515,1.0103754,0.8356492,0.32016432,0.6873046,0.8970813,0.38566577,1.5365508,0.7956702,1.028325,1.0480968,0.035234194,1.0198814,1.2346942,1.5572704,0.14055379,0.78312653,0.8707581,0.30855307,1.3254057,0.53321534,0.86498517,1.3315217,0.17597063,1.0487194,1.5193686,1.5590663,1.373906,0.80518603,0.4769642,1.318062,1.25091,0.7186503,0.94837666,0.2048425,0.3867764,0.17647997,0.35049963,0.48832867,1.0996745,0.50528157,0.57413083,0.3367544,0.58789986,1.1372312,0.92386127,1.3030217,1.2121162,1.5340844,0.1840592,0.7768573,0.25737342,0.91897947,1.4050035,0.4193842,0.9316532,0.2466951,1.5155119,1.0274845,0.6160123,1.5699396,0.6223231,0.81645614,0.32880518,0.9342239,0.23760074,0.9255743,0.7591099,0.8491548,0.6172849,0.6241985,1.4106344,0.60317606,0.85802436,1.5635498,0.843967,0.2691605,1.2916217,1.0778073,0.9760615,0.920076,0.8556416,0.57821417,0.82005185,0.561656,0.79152054,0.6015873,0.7098781,0.79834956,0.7722621,0.09592078,0.7709419,0.07092294,0.7192433,0.47764346,0.8803259,0.68554914,1.1008238,0.58306354,1.4046562,1.0132427,0.7203728,1.3110259,0.9783909,0.70596075,1.1359602,1.1871203,0.54494107,0.8357394,1.3172461,0.85995555,0.7149194,0.806832,0.99848956,0.13526215,1.4501388,0.72860366,0.7908495,0.47094387,0.005614828,0.66470003,0.07717203,1.0197421,0.42402926,0.77020764,1.1531596,1.5653479,1.1481311,0.99366194,0.14421862,0.8160818,0.77063423,1.2193921,0.47313672,1.434775,0.7283218,0.8629574,0.09609699,0.9206075,0.4444757,1.3453798,1.5542353,0.35077757,1.0167308,0.60456514,1.0150799,0.47275665,1.5681044,0.5015799,1.4497693,1.190782,0.5465868,0.8834811,0.22136138,1.5394214,0.07947755,0.5684468,0.69505715,0.6549484,0.4307885,1.2450213,0.25756624,1.3384236,0.967522,0.68375283,0.91282696,0.46181527,0.12032901,0.7365028,0.32163107,0.8902186,0.30109856,0.97017497,0.7820158,0.96217096,0.7009253,0.40747404,1.1471065,0.8437525,0.99145687,1.3295312,1.2629838,1.1584185,0.36128533,1.0893995,1.5337142,0.47484958,1.2420173,1.0424576,0.2224343,0.15995069,0.38802862,1.4121292,1.1069065,0.3507174,0.5575082,0.9923221,1.1544377,0.34474722,0.5752641,0.9574202,1.0940256,0.13060051,1.0415125,0.47376338,0.44544122,0.042835016,1.1980301,0.8069455,1.5097926,1.4864644,0.2089361,0.7436148,0.797934,0.6502781,0.9510812,0.9676841,1.4688948,0.2459915,1.1011684,0.72584575,0.07761434,0.9322073,0.6606796,1.0952108,0.45306745,0.061958175,1.495034,0.87543637,0.7535167,0.5086165,1.219544,1.1641622,0.8984214,1.460844,0.26686522,0.647121,0.80983794,1.0335293,1.0417747,1.1927271,1.3389102,0.18839736,0.38388833,1.3211043,0.31181005,1.2942256,1.4284561,1.4422941,0.8579537,1.5460744,0.20002328,1.3283458,0.49651992,0.28694916,0.25271922,0.7306598,0.51023066,1.0309196,1.5023586,0.50376254,0.68158615,1.520474,0.93570656,0.2729264,0.6186762,0.3897696,1.1395373,0.63385504,0.6485298,0.06807148,0.44047934,1.1197644,0.3558252,1.0962901,1.0838618,0.6939477,0.37860042,0.5589094,0.389177,0.77684516,1.2113068,1.4543544,0.44964096,0.5670941,0.58602977,0.27483785,0.69264996,0.30084163,1.3037142,0.40739575,0.2601546,0.46705157,0.52200633,1.3875906,1.5470266,0.15970254,0.46865532,1.2563025,0.07764331,0.47403276,0.9556442,1.5034769,0.2240925,1.0712849,0.6531131,0.9062716,1.2548355,0.11675726,0.27467427,1.0878842,0.59992933,0.77489793,1.498052,1.043226,0.8501913,1.03227,0.6771791,0.85998064,0.7548184,1.2111028,0.43437403,1.1321024,1.0858285,1.3791752,0.5388423,0.91214466,0.89217776,0.75373,0.6777898,1.2488999,1.0410881,0.19487843,0.18903297,1.3813999,1.2186644,1.4128531,0.3005413,0.6837164,0.21350834,0.057194553,0.058409814,1.1682327,1.1208363,0.36841387,0.019156326,1.0820112,1.5546838,0.50858814,0.04223993,0.26596588,1.2936591,1.3447515,0.13862212,1.3469981,0.716188,0.6849934,1.2191225,1.1418828,0.93233305,1.3830643,1.100207,1.2825108,0.3173397,0.12127518,1.3626406,0.93128985,0.15880167,0.69273657,0.7999109,0.928941,0.6754044,0.7432259,1.3903297,0.7030369,1.0893617,0.30802226,1.2182115,0.96702874,0.5703922,1.0101196,1.4501764,1.1377983,0.61476517,0.8235656,0.16971481,0.334399,1.3100632,0.3019043,0.6136045,0.64414704,0.9316409,1.3947762,0.13511942,1.477652,1.0026789,0.29770955,1.1201025,0.70656514,0.72563064,0.73113734,0.33216384,1.2799895,0.36565307,1.0318238,1.4173146,0.40778306,0.7808579,0.72303426,1.4091679,0.5817577,0.69547266,0.49311554,0.6978378,1.5311303,0.8035915,0.5937111,1.0519094,1.2100542,1.4295583,0.65258795,0.7942523,1.1892768,1.5705864,0.28967866,1.3263901,0.8239456,0.41418904,0.39368632,0.8665032,0.7934539,0.288734,0.96716964,1.3713574,0.5243443,0.33719033,1.001332,1.4980621,0.28474006,0.011061087,0.9400871,1.25318,0.93160325,0.52658933,0.24527079,0.29522124,1.0435505,1.088747,0.3542979,0.35409293,0.16674192,0.47089434,0.6156291,1.5471492,0.71594816,0.4170552,0.28601468,0.35203323,0.50942767,1.5073967,0.037459552,1.253789,0.76358175,0.03329276,1.2305211,1.4404364,0.87471056,1.406041,1.3177844,0.4920338,1.2792075,0.51758564,1.2198975,0.77286315,0.9786659,1.3695203,0.42683375,0.7446279,0.374065,0.19154029,0.500862,1.2209698,1.3043603,1.1331915,0.5049451,0.801506,0.74347687,0.1890276,1.2594652,0.03375144,0.03265996,1.156301,0.08013295,1.1858522,0.8224536,0.5235605,0.45373717,0.4419959,1.4888269,1.3588474,0.77789104,0.6450746,0.9393161,0.72296774,0.43358377,0.2960712,0.22343019,0.5019686,0.8774738,0.5218578,0.83275235,1.4043363,1.3381559,1.5109681,1.049642,1.0777938,0.83295494,0.012458619,0.92539674,0.5696185,0.45904976,0.428983,1.1929877,0.6895197,0.037440095,0.16116028,0.6710341,0.5758385,1.4950497,1.1139011,0.67653316,0.40899473,1.1433259,1.5376278,0.55451876,1.3498015,0.8133813,0.66929615,0.8993916,0.1961317,0.6422948,1.4379256,0.7018327,1.4308462,0.86940163,0.97051215,0.5696535,0.36971173,0.83971286,1.2589269,0.50067043,0.59212154,1.5642102,1.4499191,1.1532612,1.3601176,1.3987802,1.463658,0.04914692,0.5818932,1.1473058,0.22236447,0.8009487,0.40294942,0.7783331,0.15157354,0.43627205,1.3216949,1.5703994,0.8517587,0.46543673,0.77986735,0.7151594,0.07758528,0.53850156,0.5026946,0.021873308,0.4613301,1.460645,0.04737475,0.8487435,1.4908435,0.8461455,1.0392753,0.74106574,1.4174708,0.4845687,0.22880526,1.0785856,0.5550925,0.0021667131,1.3011817,0.39212844,0.7814365,0.726158,1.2557796,1.4322586,0.9443653,0.16008735,0.56627506,0.43327162,1.1245955,0.97536635,1.5202963,1.0618237,0.96869564,0.45880273,0.13285977,1.5324594,1.5477107,1.0491177,0.8989707,0.65252984,0.19505438,0.15384251,0.036582217,0.7996346,1.5219141,0.43111962,1.2337705,0.74079263,0.36426815,0.88632524,1.4048376,0.25737426,0.8739979,0.8740152,0.82120925,0.9602863,0.52506363,0.6427035,0.8342989,1.4557521,0.5557127,0.505814,0.9401121,0.8053967,0.6541375,0.98962986,1.1931926,1.426944,0.983502,0.9169476,1.2979468,0.54772794,0.8904402,0.60326785,1.2370027,0.23039372,0.95048916,1.4645059,1.4807742,0.2299933,0.60063434,0.08919062,0.37517023,0.49948162,0.59321773,1.3846197,1.2924984,1.373869,0.24345239,1.1921464,0.94338566,1.2620848,0.9202097,0.7061707,0.14917906,0.88699996,1.0174599,1.055236,0.10373325,1.4435543,0.6648418,0.29767203,0.848225,1.4558159,0.33053267,1.2322738,1.5350245,0.71141416,1.0661074,0.18708707,0.18915822,0.4132025,1.0568666,1.4607121,1.4418861,1.3400028,0.54030013,0.7303059,1.275297,1.267308,1.5397619,0.89799005,1.0298378,0.59601396,1.5166026,1.5502445,0.17551023,1.3520136,0.34013602,1.2646787,1.3825967,0.5403754,1.0011075,0.56821716,1.0208691,1.508004,1.1739151,0.20920731,1.365262,0.3669139,1.4603525,0.6166067,0.5651076,0.39081898,0.44740707,0.21832447,0.166949,0.2689758,1.494625,1.2922524,0.70876575,0.121012695,0.12479938,1.516885,1.5017438,0.8144222,1.1052004,0.43434078,0.8708621,0.052275665,0.8820236,0.8043231,0.42283237,0.629644,0.8124559,0.71887976,0.4595396,0.18772654,1.2171131,0.9729206,0.42727137,0.9035638,1.0626032,0.7565617,1.4509988,0.5646338,0.70171493,1.5210049,1.403336,0.8786938,1.3391871,0.652705,0.67584264,1.0012511,1.4203137,1.5169487,0.9487724,0.747966,0.9281164,0.86233205,0.8201198,0.66628104,0.9037366,0.54003084,1.3916397,0.45601508,0.27755567,1.4820334,1.3284748,0.36559096,0.7169285,0.49347067,0.7974167,1.3295193,1.3036464,1.4292367,1.4733181,0.8900143,1.2710783,0.5800828,0.70557445,1.0363269,0.58518374,0.84339625,0.832847,0.7527702,0.038093816,1.0749495,0.84912133,1.1561745,1.2637229,1.1166266,0.7530262,0.36911705,0.74332726,0.99773824,0.79020303,0.69433737,0.23792607,1.3249218,0.6873995,1.3806986,0.315161,0.04592413,1.1210274,1.1244752,0.94064504,1.1400471,1.4566444,0.8121984,1.2262993,0.28043187,1.0865301,0.75585854,0.5217519,1.4038733,0.34478807,1.319436,0.14227019,0.85278744,0.43842715,0.8711947,0.9026327,0.23323204,0.8795467,1.0912057,1.1702493,0.75272363,0.32061386,0.7569204,1.3316839,0.5778123,0.43327615,1.1764716,1.5410519,1.5116942,0.55141217,0.5986007,0.33027202,1.3700501,1.2444282,0.22210962,0.73059434,0.48812345,0.15035678,0.72094935,0.62888247,0.61007845,1.3036032,1.2012907,1.1544281,0.61304736,0.29212245,1.3265696,0.8695361,0.5496763,0.8499688,0.39615992,0.40078807,1.1695689,0.7542508,0.6821181,1.0286572,1.4515053,1.4211935,1.1366132,1.19553,0.9230255,0.7972658,0.6492385,0.27313066,1.3355894,0.258778,1.0691952,0.7523232,1.3245546,0.78764683,0.4506245,1.3000114,0.039691005,0.7749107,1.0146714,0.3282257,0.50162053,0.6490853,1.149932,0.93696076,1.3551767,0.9504791,1.1807603,0.5734648,0.9006038,0.8939473,0.64520323,0.7633353,0.5966643,1.5668712,0.7653318,0.044082228,1.4736642,0.38607243,1.0635722,1.0764929,1.0779063,0.7100965,1.2819502,0.25397617,0.76704633,0.92868304,1.1994823,0.7110601,0.7208932,1.2465093,0.24170347,0.41169512,0.9465348,0.19026834,1.2054844,0.14730272,1.1313554,1.0619458,0.7707963,0.7218887,0.55299455,0.4851193,0.3475039,0.24857081,0.5318163,0.6395157,0.08455092,0.064290255,0.69681436,0.59489274,0.7420432,0.7894384,1.2258902,1.4497901,0.5590642,0.66941875,1.4607459,0.8022604,0.909256,0.232949,0.82820797,0.3176927,1.2719449,0.58887917,1.3462433,0.8716518,0.55256325,0.8529258,0.24031167,0.8507937,1.0858262,1.279716,0.22003585,1.3674986,0.799058,1.0825006,1.1340574,0.6416111,0.9443744,0.81713045,0.7855948,0.16882946,0.48205894,0.17685676,0.2731595,0.92724895,0.7406491,1.4922867,0.71374434,1.1190032,1.1618571,0.46484864,1.4057146,0.13790585,0.26521084,0.95784426,0.12888454,0.73069125,1.1164081,1.556854,0.35213092,0.37827477,0.078560084,0.330404,0.9418812,0.8658629,0.78077245,0.01168217,0.61547124,0.35919324,0.16498119,1.3337885,1.3959534,0.17572163,1.3887992,0.7632973,0.5761691,0.4599877,0.14404018,0.792602,0.5472123,0.6718027,1.2775474,1.3136178,1.1827226,0.75732267,1.350256,0.08699205,1.4989967,0.81217444,0.6449739,0.94230205,1.2918613,0.7263256,1.22746,0.95249933,1.0033047,0.18537992,1.3084639,0.91451293,0.5989883,1.1402867,1.3691415,0.80865175,0.91605717,0.3582095,1.2285752,0.59231997,1.3681396,0.035868384,0.29221648,0.3505923,0.8612863,0.33651456,0.4820393,0.12477595,0.51224184,0.9759932,0.75309336,1.1504186,0.8180144,1.4401677,1.2533154,1.1256609,0.63642293,0.32653624,0.124426395,0.8881252,1.2193398,1.3362714,0.4804671,0.102847114,0.9396888,0.7374451,0.6106227,0.58369976,0.88366437,1.2836597,0.71570545,0.81316644,0.7425623,0.056793697,0.47405377,0.7739872,0.6593509,1.3757428,1.2468371,0.50678694,0.9008185,0.5407377,1.0703373,0.4342279,0.014110537,0.36807045,0.74955577,1.0657467,0.38968638,0.44092023,0.7358414,0.6584815,1.0737576,0.9355159,0.26549906,0.44590497,0.79380953,1.2138959,0.81309706,0.94322884,0.16683197,0.5840162,0.2651926,0.11543481,0.76432747,0.23868616,0.79062116,0.97157824,1.4187851,1.2712598,1.0299991,0.93066907,1.4343082,0.58889407,1.2550948,0.20742998,0.91663784,0.10913804,1.2028848,0.45544815,1.1173389,1.2542045,1.08864,0.91803235,0.89740556,1.1628873,0.13063107,1.4292246,0.6452243,0.94346315,1.2760478,0.3180052,1.3225962,0.5024994,0.45581016,1.2481449,1.4680579,0.72067153,0.70847696,0.68460244,0.7467507,1.4181054,1.3618901,1.2602369,0.78153896,0.6110716,1.5385014,0.10094333,0.7460868,1.0870985,1.2522047,0.08142732,1.2842234,0.1939573,0.7206944,1.0836128,0.55466,0.530299,0.5987179,0.5050326,1.3295416,0.71551377,1.1465073,1.0470542,1.4157624,0.7808402,1.2288921,0.6668477,0.23048182,1.0440729,0.010366072,1.06412,1.4718721,0.40426296,0.6709772,0.054157835,0.6200551,0.27521548,1.1302775,0.53210807,1.320851,0.28623965,0.21510498,0.057220493,1.1523837,0.63926125,1.1987618,0.10609388,0.96645945,0.8509156,0.5328748,0.39477304,0.63102925,1.355374,0.77519023,1.1601855,1.2053063,0.9358648,0.56056315,0.69859767,0.891992,1.417067,0.7158817,1.2515993,1.0882851,1.2865351,0.7824445,0.34494072,0.7854024,1.2929484,1.4680051,1.4407946,0.1438205,1.3219987,1.42198,0.9446262,0.18830362,0.4096919,1.085183,0.40784165,0.4437145,0.6812178,1.195897,0.21383971,1.1956408,1.2080002,1.2621132,0.59859306,0.28449804,1.1392722,1.2532008,1.2736753,0.5529581,1.1407646,0.9770297,0.8845627,0.14275336,1.5479608,0.4963127,0.85292566,0.1758081,1.3225929,0.3817281,0.7622935,0.025552971,0.32484502,0.08054386,0.1364152,0.9243295,0.41088417,1.2091362,0.4900905,0.3549931,1.1515514,1.441208,0.91053003,0.44953442,0.5727447,1.062409,0.47062436,0.55257636,0.629749,0.7652243,0.56102645,0.6869946,0.7274893,1.0225286,1.3032707,0.9270799,0.22889605,1.0708785,0.58388424,0.6662585,1.1179036,1.0752314,0.64934725,1.2014669,0.6784924,0.8105306,0.8029708,0.16937871,1.4078965,1.4118251,1.1111678,0.77879775,0.95907503,0.9557448,1.007725,1.5526116,0.83695537,0.5939667,0.57359695,0.36276278,0.9283324,0.64440596,1.2465297,0.57012945,0.75839114,1.5639261,0.67222446,0.79362446,0.01705889,0.7754128,1.3245254,0.12692766,0.74500823,1.3290234,1.4955589,0.87929565,7.1407674e-5,0.94977546,0.1450892,0.70943356,0.6762872,1.0017024,0.83390236,0.7739254,1.5261562,0.4897042,0.3682859,0.2733175,0.44733685,0.34791985,0.7453404,1.179232,0.7201564,0.6382145,0.21153866,0.37826544,1.5240138,0.2317028,0.7915716,0.5318971,0.2823383,0.47021738,0.51936835,1.497435,1.4363527,1.1165507,1.1217229,0.66126865,0.68421304,1.209469,0.80962014,0.6803206,0.02392454,1.1265012,1.3447986,1.2547795,1.1626041,0.6888289,0.072950125,0.3824284,0.34489837,0.70621765,0.7091486,0.6044902,1.2141978,0.54023695,0.96828085,0.9939928,1.3537025,1.4044217,0.32007128,0.85681194,1.4156475,0.7364085,0.034481045,0.285681,0.6651114,0.7938945,0.98625916,1.2080452,1.3609853,0.36659467,0.12648873,0.67496806,1.434822,0.39110884,1.1488124,1.4796519,0.06330051,1.1238269,0.9181255,0.98313206,1.4590048,0.48803645,0.50036275,0.9970256,0.022906924,0.8993032,0.14720388,0.78013563,0.76371676,0.8938058,0.28950995,0.19937496,0.8378366,0.9616368,0.7591148,1.2599295,1.4553075,0.19345467,1.4773993,1.4363743,1.3189156,0.03795002,1.1087521,1.1735203,0.75108415,1.550793,1.1277313,1.0185411,0.8791209,0.53950095,0.58157945,0.81299573,0.7888295,1.3124123,1.204618,0.28473133,1.1372008,0.5393899,1.1616764,0.79606444,0.75734043,1.123103,0.86555797,0.64545584,1.1076965,0.38061845,0.80030966,0.81601125,0.6652295,0.1135774,0.7892523,1.3549345,1.3289213,0.63613236,0.9513661,0.8878286,0.766826,0.716473,1.3614483,0.39077362,0.24322233,1.2314168,0.8234332,0.06105216,0.2949698,1.5624009,0.85042965,0.046720944,1.0935512,1.039533,0.3902522,0.10535927,0.8496343,0.84542465,0.999361,0.116619445,1.2363256,0.008540022,0.18125388,0.014075442,0.39733985,0.17890804,1.0406034,0.88472587,0.20919207,0.24663037,0.6361497,0.7391517,1.5648575,1.3614767,0.80340296,0.6709614,0.54726595,0.90031624,0.5931323,0.74031645,0.033692803,0.41839832,0.124481075,0.96118456,1.0380111,0.32879448,1.4482957,0.35410616,1.5174305,0.98247176,0.76015055,1.5602517,0.44930607,0.22913471,1.013356,0.92124444,0.015372178,1.1175338,0.63713706,0.8518567,1.5059458,0.8985074,1.1744546,0.4387215,1.1774412,0.61782336,1.0791348,0.21674374,0.93111956,0.9159513,0.27996305,1.2789476,0.73905337,1.0716302,0.00027413192,0.02996054,0.9186103,0.7425771,0.029425377,0.91773546,0.55704296,0.34582576,0.6076525,0.85008705,0.7144215,0.14816439,0.9436262,0.5994028,0.77685684,1.1656494,1.1381961,0.629369,0.97947717,0.63737726,0.4631366,1.1237438,0.82096374,0.47114348,1.3641703,0.8979951,1.23001,1.24737,0.36418658,0.05761005,1.1248596,0.41553706,0.036559604,0.904951,0.26426408,0.05990772,0.90020454,0.38418683,1.2934029,1.1075838,0.03354935,1.129842,1.1970876,0.6236537,0.9541219,0.27724,1.4592068,0.04976527,0.9062326,0.77466106,0.2610189,0.42536747,0.79520905,0.80431634,0.366745,0.94689363,0.44082606,0.20156269,0.5099951,1.0018038,0.48706567,1.3989198,0.22092694,1.4912474,0.5297412,0.08443947,0.13359667,1.1391705,0.15028398,0.6582215,1.2325071,1.369803,0.9806933,0.846694,0.57971656,0.7373375,0.9392214,0.266062,0.4532024,0.008484662,0.2219634,1.0204109,1.2585776,1.4707303,0.16875584,0.95723295,0.9230647,1.0927453,0.4171107,0.887619,1.443294,0.070779085,0.6442567,0.97181964,0.29149985,0.038329534,1.4737536,0.6960784,0.76703954,0.6056113,0.46405303,0.9751632,0.5959823,1.0504274,1.2768304,1.480301,0.5700311,1.2239565,0.63520175,0.21672107,0.3422562,0.8530421,0.6001698,0.7664457,0.7645927,0.55206996,1.1755155,0.774117,0.3361598,0.3585104,0.85289234,0.6062969,0.5248334,0.6555806,0.9261074,0.82354873,0.49950603],"x":[245.80413723820806,59.12478483860401,344.3587214317157,186.85604099552322,94.94679542254164,240.7739610096495,252.9732056383652,244.23711051335923,180.32758553286976,239.0850563513377,174.4429953119424,94.11691467385586,71.46920274089375,166.18397528031593,102.08320747362637,142.03771922671353,30.369541237238618,485.0921851301673,248.86032779990114,318.16972237485965,249.512085242946,291.23320166421274,246.20223383273253,7.622178688936887,203.7801856310077,463.318486878998,175.38876599630072,349.6417697023608,361.13801044271463,365.9649790634661,494.8736907885859,3.9935635380382584,204.7840852608463,185.7911529947383,466.4034661733867,26.97639498686949,419.6313848208059,339.96556923049565,286.8948758870912,325.80635766381255,415.69795606293303,351.29554481791183,128.26964271029502,74.98703794620648,333.18337411289275,116.75553646491721,80.83814193483374,3.083197211929567,271.94374255483757,53.01639244773998,338.05232499695416,129.73918579087425,71.11554797596642,6.429035188773025,163.2733023633789,419.4833656760941,185.11844030293716,452.0803089280696,357.9330552994306,66.32040899629621,228.29799212919443,212.42060608935665,485.25011317702405,231.78302988725812,438.0791716357476,332.3108338539282,163.94941346956176,217.5890216931317,291.3618822374009,87.96696217359995,285.15182234037525,211.6200021491246,88.07063456256364,211.98299123582066,394.74071594098905,185.32263616007793,342.8302474856142,101.76370254734518,399.2586649463321,351.76192546291315,111.45575891882176,274.2189982908584,241.22754477188985,341.6304755800819,148.39210973927507,326.8403051873472,213.5144211548155,134.9902807825941,138.40106138550502,330.68965727516036,337.407747070493,224.3760680250085,497.6495352039568,147.51478524205552,124.85137361811411,208.31237415362546,64.74266083033325,120.59201720232215,171.92977191377173,326.1957563594436,160.010975370441,37.0247037029553,428.8954197570179,254.74499691092933,45.408178620886645,430.430822233636,320.21038011576223,439.5934363879679,464.38715173145295,68.67354695971129,314.08803258013313,223.23345319100545,219.61904640664832,206.81216908406657,127.05573045847125,464.42075648948764,73.75946928565507,351.2815603982819,328.9685215989039,449.7395139070087,380.4831199594596,229.51329340817196,128.75904238494834,441.828901939852,100.26425993967497,453.5010387733194,33.468237871361275,86.0587936597264,38.79829110727645,361.74274979763715,46.6497558309093,217.63158943187145,77.95001868299195,36.87175161152911,398.3691026915636,426.3184409940918,140.2119233137844,285.9663416287523,493.2922042197386,160.87786369015637,478.15507157404835,285.1544937926285,429.8781708798903,453.2323211676475,379.74121373895304,370.5020077127672,325.95763936966677,4.798292470632404,293.3022785560901,96.89994307659272,143.41214049254208,238.24340904431628,313.9768256576292,321.44913606141574,437.22783272661025,251.09215589102928,430.67640197425897,489.8380293721825,239.17070986843325,114.15299918150535,487.80515541127966,374.5733427686897,204.70325591936984,174.9172737924285,488.0730816039377,105.86070690863097,95.11722447083048,187.37480929279,418.45935275003,403.30553105960865,12.833555034916122,163.29171952301706,449.96046552944813,409.11290362441514,299.40464814361184,412.64715300585794,295.2505399823473,26.39627133055411,287.76337033803605,436.01648990892346,185.37346416725546,108.13383671106442,351.28308903573514,242.67763164466842,169.45842072616108,297.3673552437478,212.0293969247437,471.6910580720306,337.3706697856624,318.46466471551605,246.99609016214575,165.21940394048906,32.40447149243053,445.00366888526565,443.75223481657065,412.0226475791114,163.72920453255045,468.4766654991054,423.64746696059535,102.20564526026659,347.7991390633449,152.01627635686933,283.6275642046932,476.3728457608184,318.93519601513316,176.43480008710623,496.7618026186233,44.85212661459686,132.2748130232962,406.0741362082772,390.44616754648325,110.7316584511493,47.22808710340753,63.76540784749862,448.35474862412946,42.18572302190204,304.7701552424887,65.46718776021493,124.31640514509074,147.11489554153295,417.5910870778356,455.01291874846373,132.91443698464371,305.4784195265453,279.5597445458177,342.59115454763327,427.2869430901935,442.3343522981413,395.6136579679248,205.46268309601047,406.55440175179353,182.4259788636992,70.61826717643798,378.3932712212762,390.7934641962897,333.1948712471227,324.6597414893235,273.96881530716365,490.5245163865612,474.0318996627978,15.473384871185269,329.5222601504051,91.87975104546054,291.7115090382311,425.8202198368146,65.46780215535975,178.737539132044,259.3570139113996,24.131346762570672,85.6228727048145,360.2122962521398,430.97752978792977,381.1931861234493,237.33361259028874,140.80062357769347,316.0727693475429,308.5296108958717,356.4061450196709,220.63450320696927,296.41674605650576,453.91988323351814,371.4140883058023,412.5125571653729,16.34582582699451,346.25820896348256,388.0443742650232,67.83545213871584,257.10039107414883,318.0062447921325,148.12780492026982,439.04430022984036,461.39477410540974,374.5904351408441,348.4199197354203,366.8162344585134,390.04551589368504,123.63284590378615,379.2854370100282,393.62001875328133,353.3610982809127,383.2880720008871,476.8255517677181,423.78598053632925,460.4102363507957,155.7886043720157,171.93046937718398,416.8494719836701,68.35492971336204,150.53899549709988,57.22259081741393,379.05497026153927,195.61258282398802,9.938750805969898,206.5258759919802,388.20147652666367,80.52042128089299,15.087817868323638,461.75935311024426,316.86705143926946,208.8929125676856,465.19332591206796,66.81535611886635,247.8888645442124,246.37045214090637,467.66716920125793,361.75540044384456,269.2728363468327,486.0000804070967,426.80995425752286,147.30892006173772,98.29631843641972,233.13551847690684,12.076077426878772,52.03208595355607,276.27405712820877,38.83429300825997,369.1007347242966,144.5936186598461,323.2319226881915,363.84886737064426,476.9908035587735,83.83331033841796,104.07352319616913,198.03893144605357,394.25506087121545,354.3318050042301,409.0072480556661,67.34734298376654,190.58337499070078,74.05069353978533,427.02206884944377,82.86610389109661,39.81957597769525,497.78920760684355,131.2712593007922,420.74507031129474,95.43191540409256,44.68390571441594,487.2880848063938,68.97579493167183,265.0206453625558,178.26118908841664,54.76227156607172,368.39181192434404,98.57230961664831,462.1539274611403,469.51451221179946,465.8979159346899,295.2007056238155,32.45351441563693,153.09379770022358,70.40010795960916,347.8050133030463,262.77262045714787,311.2957103779393,256.49412955425987,310.5169172600755,408.44430995409016,207.46578625803917,318.4916145268357,253.18546749042963,215.99174057489734,58.85217922833436,106.28973367334166,153.12740360729654,319.6227190868686,20.025021125428477,365.23805637752406,37.63031456892685,327.99198894238845,90.24977425654596,325.6436078423414,243.50203571262486,363.6132266407669,438.8507810937213,161.26286452429994,98.97604966062184,190.25333460232346,392.0985865352269,136.1146997466623,250.46628947146337,29.89785346568441,300.0877782161843,34.697739147158124,473.7414753934293,121.98019621682433,35.18158142301048,264.52235557359325,376.22332493111605,295.2436246192368,92.58505316667286,95.94695659047564,52.267182222263116,417.703907897758,145.36461642595987,462.709839714307,8.188742682501527,423.5632664936988,185.36807568154344,234.3422558530353,103.61795190817274,324.63349688143467,211.9286767460699,437.4633307394229,176.43069557318165,406.51806562671817,349.4978116447945,280.5297322485947,14.283202340292622,389.22185740116095,355.012551440492,251.09164338185457,248.40173192023934,311.6004613096882,43.809251377903536,139.62231705848393,86.89073821248994,125.12748459105066,253.22715388100775,144.32397687067618,134.9610629053674,252.58581126812663,32.231810537871944,282.0155187151938,159.1425383812437,361.3518299539198,226.1812706716178,67.84676278332924,30.985516871585126,480.8498816928421,337.10557640591463,113.57280209392184,130.96432672496078,322.9191007470976,386.33191789286485,450.8315998300341,286.96982563074124,225.34048300872615,18.367459611110192,93.33826169599202,207.50319830348835,442.77644072427955,88.20690267992359,341.48495809163535,350.5943378126015,247.30085144104598,354.0469757972526,319.24563832779484,494.3318665613237,328.5000180428094,146.74786797871676,285.8969832861548,36.983466324411516,425.121336358289,351.126260963507,303.5452262421661,423.0721153441364,187.0099566155921,383.68176002956744,127.10525207677654,53.2854585123006,212.35123933243372,137.72875569272148,48.689385382346686,206.56671047640145,236.8222263461008,36.72336168027529,85.32853085225561,102.83499558059344,23.296689102561995,202.34504431228618,491.1429538725955,38.684014548323596,275.72500750615427,239.86827257326183,239.2287315591853,277.28654422103835,214.30676043529812,328.04401549345215,39.938732458002,77.75411619558199,24.63134482049756,70.69104286898953,416.0860004801929,311.8360996734792,450.43542922588364,474.7818259291162,260.924253731441,42.975119540006986,37.89403665634611,324.74754949072434,446.176046089456,38.71261638538659,494.7378134902489,322.5747921926472,373.095751348674,62.16493427622427,326.4383876436119,142.76454972031678,245.98353626009717,228.2605406956862,120.65808092183666,13.558924479458167,89.80955448062234,455.150794147992,113.48068446897247,263.27812113937523,238.3383821658668,199.4892315906298,353.97740780143806,384.30629594954405,191.6962219967599,228.9718249153721,38.04152211411771,424.8172219548754,272.3940318702228,35.48782771185016,448.15648664504107,486.69783454913386,16.63343021917507,264.72697290259686,189.71185622439972,372.54491646665406,21.019893818638778,147.33042616770348,289.26080475620745,246.08550434103938,144.483845700896,325.4877875768104,437.40262310466574,17.767690468988683,255.2896382956038,360.6311160357594,33.87972783317078,240.13088366298373,7.7303346860576045,236.74472830687583,48.32488826292758,209.93368415430274,245.82692989790178,407.8892337112637,372.7454183069901,277.9569255833564,490.67469928740644,341.8156578362303,54.47362006141504,415.9648949125612,181.570829967103,143.26439070628754,112.35719208273942,384.73168000981667,298.7490164021507,71.56045229532864,403.7681657672147,294.08448602876086,277.67088664363143,135.30984722809848,157.9414128120802,318.80398277921756,433.55871852616644,176.28609653413446,255.91060098199287,396.2354067095171,311.89304692546557,127.66576575850824,295.1566789199889,224.86063569107156,436.6868540589648,303.4576247364648,119.89828997518404,364.2807084982259,479.64050834535317,317.8063162410073,245.4653936298774,120.4394498852056,371.87480817118575,109.59936014979426,379.28565744443364,31.061049270644013,8.19739382337037,424.2404781101414,358.66370148987954,76.34602842532668,116.83896522938214,298.1520767024235,430.56476541236106,90.40562145812314,464.1600733155844,87.20861648038641,11.459846750552561,295.4580444895027,114.76053902966254,207.87527699920034,83.2299481423553,359.41911724682353,246.8508580114234,473.6497947103592,144.03928775563534,376.3273763393711,91.18095246602142,144.0187938404951,196.65638501188005,280.67589916562576,172.18491488156735,494.55553877058964,302.02394297876714,130.40221872866255,136.15585926219265,384.7888102761644,105.38785174576992,397.253236781832,73.38999275190083,108.41744670806891,368.73646371047755,489.4106302408286,492.1707222417913,252.36463474417658,301.74287705759167,112.48592557278265,277.9276221721079,171.19628940663767,258.61926865270965,417.4268531347852,386.14897511527647,447.05911171847407,443.0858185079188,464.82734084835243,463.08266645235716,455.56921935511156,422.88611256636915,101.69046542792032,214.75681521960348,279.10337679200086,440.93900032986613,100.72518254495105,88.54497444258669,298.7445091344181,66.69445679300406,183.85125413220038,309.2210581146822,218.16607324194203,210.07950042308238,50.99510193228801,168.25613460672594,478.12525030781336,56.67644142718109,117.3104084984391,438.6497128421033,70.20600506183078,12.751158454340883,464.29448175689026,126.62280365674467,179.28442702883802,319.14739848453496,295.3549139575776,261.7685732350247,8.360684191417722,387.2186632022775,62.589114832014346,79.68036695770836,442.43113328781226,493.5615490076871,66.74719284290998,485.24146616964737,106.88322671892081,172.76581986864437,380.3278766351941,67.79066600662054,70.72337221761349,258.06449293405853,17.41947284034795,72.98769285724494,359.3921028266099,476.1785260997382,241.98819780753445,181.34261403636754,459.5403454192925,71.2530278231327,17.84136898682004,356.06253588025356,484.3863819759541,484.94000126336505,457.7843800479222,58.461035857854505,201.00840714735918,26.105197168754312,118.34610511681603,71.14222995323394,122.3432684081613,153.86975668526932,102.23669175260258,112.63462927051737,129.35330718167398,284.0407574139519,54.19211319661965,65.14101762621871,153.16652612638188,456.41964850143785,73.57057371577352,295.4874791422831,467.13950686809324,144.69961249107067,197.00176939363507,176.39019869907753,24.254870389526396,377.4410000621925,65.18425616323015,479.3725232212514,127.8595600901663,319.74359353709093,397.63800690393015,287.21933473671436,30.589387632437848,379.2770663489782,173.15692069385048,432.99342233295323,208.78434798777528,449.21027436066055,370.28710696755616,89.27571194588607,468.2976704164292,405.11170334159965,476.40558563105543,258.7199820712852,474.53295674471576,114.75035412806689,42.23985649141443,125.50428770496768,36.78049281062601,215.20380805179872,386.2195623731797,278.1536197849887,122.72516273933171,93.54166058685259,275.2437584722352,488.08004202954373,199.18281639298135,182.63771415549607,281.6502696018841,193.2432979714306,166.78171363505223,349.1263739229145,410.32798247552586,291.4197157647658,493.41801515497065,333.6993775337621,11.942068763956481,77.636419705027,384.28577580170133,187.39611215966144,454.3259032900097,28.90391786522023,263.46535286592984,96.14474132152412,469.81089044302774,271.363020024741,57.43314222837337,118.0824234317287,133.45480230976415,485.52259571569914,303.37688266885016,345.8587896338698,202.24990899593277,266.4599542644501,384.6691817273472,208.26799486031794,132.79030732432707,24.622498300637506,164.64170538722283,3.9318412875256614,59.9775507129095,24.518124304579725,383.7192669582261,311.21743009873086,251.80799696398415,345.5690436156195,441.6377859676056,39.41707008568196,443.0145046911224,165.87709628021707,371.4186529152835,242.31189950669474,167.9248213040173,7.806191213151015,367.7411696209232,480.68444174206746,138.31207443271808,110.18409724637812,363.5526819169804,162.6218245689224,398.0974058845405,397.33257068515275,5.429945074582054,360.8549706353533,44.56236476306036,175.70205849498282,90.85519739550662,17.163680201411292,291.00341181779396,192.57416291516327,240.3625568594364,280.4275984181891,444.3733339541243,345.09203248119064,154.78436826292287,378.6629654986366,315.7239897418294,443.2743538563101,30.42627897163258,67.53645952986076,454.82109059693215,496.81139212021975,2.590595430384035,338.03423424386966,358.56902240932976,56.77408432719416,335.22591090578356,316.46740220590647,461.65550834172376,266.3379215322793,386.8000762401995,202.6304569361757,349.1416332731379,398.5345448072029,355.7403618171763,488.06045923967304,341.81531767519755,146.27626897113421,456.21841655860584,195.5445699580502,114.29138959314383,476.0184342674725,424.14007435964373,203.15426781768326,356.0650266408026,400.72847295128963,110.9603658032618,494.36099760359707,174.4046671548598,174.81201349730813,107.84769427437402,354.1284426737644,283.8190297283582,332.0835518048684,1.9979938297932653,128.00471958655768,472.47565055426617,463.6407805394303,105.17104955169992,140.3674073071236,459.81049461728196,113.81909247736749,432.2139871417409,442.2658968801902,330.76533587871944,172.67675369385717,385.2540595263038,26.273320450206416,255.22321974905597,405.266129797086,83.12539487758025,227.44049525550264,340.05261062772996,101.28529506592032,232.333027727874,43.02568352978492,402.97212731102064,5.277886325201264,416.9206892699941,0.09881679595308279,302.32217820381493,49.90294983980931,38.83720340943603,276.65615026421483,270.4891718966535,421.30350274096185,408.94859111321676,181.64663152112908,119.99825046526603,400.1425840789931,225.49823877079717,169.14619027243117,233.64669855569576,315.0462560994304,225.86391699235637,385.3292127235134,134.86739020763738,483.1968151071647,441.0260706923743,336.3961664870256,214.57758322186936,370.2361091573889,212.54683399555978,200.05482408821075,221.36241322982448,488.6560908094622,427.0686143367096,163.82837833584568,178.7672083977958,421.1221875340963,287.8404241755716,108.62004214746757,4.379218256592765,17.59727788449994,11.557920570869406,177.4236981499376,223.56783434040213,407.01141033899205,70.76415611685272,183.5968790141887,246.16221201280297,42.22744155269403,202.54947028929038,307.1331678915331,22.621353485193673,22.444562791405776,163.37866744782275,294.19233127567946,365.12211166811016,169.59054820134523,456.06893472412605,43.99639380394482,56.42650490547446,204.62391330731512,385.3198061828297,211.2260321228599,338.2618495486676,444.10088273980017,226.21552117444116,144.33359590750717,132.99978284703008,394.7117457769936,319.11152930494654,94.1384424060645,462.98448012161174,129.7503402809775,466.9777192741053,424.28737805258635,351.310767741767,341.7415679661648,109.73124031071202,316.7692868337921,53.15482386151227,344.8628450286854,382.36202249580253,114.23493834905129,292.90166287957004,240.05299959472748,208.20610546016977,250.122820171022,14.197980925671594,59.58197837401536,300.11485160961223,289.2131095232289,473.7281113102469,50.11518310615892,393.79656977290864,380.5472514409832,104.27069511113073,394.51560915191,455.70552594659443,329.56982535136416,306.78624888715075,381.1246063479267,222.78443611426746,447.20304400014834,171.64874782349605,14.256016517991132,287.8238255602068,320.3922911194464,438.72099713098305,249.23131685193184,169.12147075165007,8.501837987982153,24.419111571229777,384.09668985334395,277.52031146545175,242.22708192244474,398.9326113693407,380.6428606116792,483.3833031528183,251.777366543342,325.4950810085602,71.19434592967522,155.1409172150845,354.6775722114162,356.9269919895307,99.15243387425166,464.5857872813365,20.74031550522659,321.83776268862295,155.07855786791507,109.47176482107656,499.8900872774969,278.0116784694711,336.25114750377867,398.77140475512897,86.47210996002059,312.51712879795167,463.8861632928432,65.66369264954136,157.03183664721087,293.424339989009,25.586434551139238,334.6074302206276,297.6015725210705,424.34337722233454,178.23829760352882,298.900968562258,394.05905830934506,26.031420971346975,225.16972932928257,234.38166642674702,42.58727475168161,57.45300152766225,477.15732440365196,489.8940994541527,36.86448881837845,106.91385657452285,278.1331844718843,172.37292547389333,451.4070955702187,101.40293021747465,387.9948401724493,389.0560354982375,340.7338348334235,246.42982147088262,226.51700992361808,352.6944102772905,419.8861717357439,358.29721992350596,348.1077062120401,14.867681826598034,391.5355080396719,116.37363149273338,344.11134323059156,446.08883752476174,16.213311671352315,249.0836245320779,424.63926755341896,64.91627796471411,6.185291030107399,496.49131794768897,441.41733540750187,472.15216759716964,51.367357308519765,446.8277270280613,281.0921876676934,50.07220713462856,53.9017727904641,77.86171417353155,327.99147071368236,74.6597024203684,34.698223100793626,207.30755980091442,180.33655159539114,476.7354529609395,453.6634668773693,455.3985447815349,163.41856164270763,460.46592442265796,442.56019878135993,326.4663349056225,382.0286293247104,194.42825712880597,189.20128432760603,68.05281701131233,499.75726298617104,279.71451111317515,417.08516628306967,262.0929467142676,120.78210143144858,408.39825630086324,26.362867283671154,419.7416946779866,265.7536548518991,443.52458308750386,360.53735165330255,72.40304860450935,431.569906943641,303.8298625254161,406.4497025979006,149.44573285881108,311.24886748935364,320.2686702880228,187.63226840102732,237.17808233294403,112.6303769527881,166.74423257266423,310.1494929171837,152.64830543340324,306.710417493642,320.0535010145111,275.48624242239947,357.94012970969237,167.23023177868274,450.4171113962446,415.3628976612021,121.31584256865341,127.67296160430863,462.6480278673199,87.98949541102508,138.6972036383501,485.6385327176715,128.6610329333001,363.7985364182735,315.2186341887593,66.68106050085038,6.911703280303605,69.04049086852166,318.61789593918974,417.6584498542916,118.98591443168127,279.57469174790464,400.68616813702994,476.9403502441916,451.48186124979304,9.423828535286894,194.14400498124857,172.07414264297927,147.86941846444358,94.49243556309223,209.16355016006776,216.7749156563085,183.84782371885083,243.5616617247428,364.69858898581833,237.65603371041388,196.29762342806535,470.2420697477418,123.20403018807141,229.3292547703172,184.79044290960596,39.41046857247049,435.20366537858735,468.61044526011716,192.66254338545903,368.30193515519346,370.1261001825008,207.36220066541682,475.0149010173054,337.88253147384063,129.73111440366313,85.26934582736922,109.31593530743416,469.0225235329231,151.44224260886946,30.864332737747358,451.4395396715064,491.13355326842395,114.20969867234105,333.7799381400142,375.0069828952532,246.39856411713623,410.8900469774282,320.44359508061774,324.79174808089,454.345884233854,395.25029356207045,351.92613477670153,332.09107190325716,331.4867957181284,416.4833365740087,236.61199174586494,491.1335337246116,187.39993715642282,332.9965220529868,6.646990260143482,285.2207161428525,209.18727771289664,145.0119466968618,376.37606279375996,13.433077083084555,301.62250997836816,35.57529920334079,171.44395717940375,382.6403716702869,214.060343605622,384.3129682810834,30.464650976965768,446.0976927449937,190.76816724511602,104.02242306896991,343.2163041460236,498.3034142495282,261.3883255342559,479.641432379244,375.6000351352154,184.0287324959332,395.42754114183555,350.24635629937643,90.65664348789099,119.42176246013153,309.1044575174661,433.40121506167714,319.0131666319926,263.6091981311673,495.55335172413083,376.1711961039898,317.9109960212956,156.24086797203353,457.6022326426393,44.85306372381209,49.41312222515742,462.1285030719639,209.92594445278112,395.35698066326046,227.40157487159652,411.76151441690143,118.98887533026165,423.6988393572611,309.82903765359686,132.25512153734397,197.08150591137326,170.5150433588905,356.7414708559025,5.5685368830658,232.8407537188089,327.8961467164867,36.40687331013537,478.79665758828565,448.17284957399113,127.62210486627356,245.83812639946717,104.14499611485634,359.71881432664185,45.92185981934266,193.27187641639043,448.5165836174191,238.68151960788276,464.2757909579718,0.7397232810284482,140.208357683212,455.4857392368907,80.59673945675911,270.5731716877523,219.79834844076595,145.70353419450555,80.59225880076731,238.00528511762437,57.11373274131593,420.2213095957281,423.24613763243207,103.46804892110728,297.6015898126658,31.537746994311277,385.81289461697804,216.50742374305176,53.836703304146525,250.90827183038033,286.87423746760237,429.533056153273,403.8340111632507,412.63445432182834,213.08406543690722,289.7522005381007,49.35566717500806,235.79854713725658,288.457937325972,225.75944672437626,320.5241549977292,68.55424940185235,113.82635089515053,342.4386549875947,131.61292186913104,152.6351138307977,377.5665207593862,102.71924547099893,399.17173484495163,231.33303937688714,173.54647188834775,387.97468511807887,205.51677505417015,166.69236700900242,379.4012602429372,329.9334112391152,376.69794829025903,300.38177027446056,439.3498713322308,285.5521679583025,421.3958122897449,170.14788333668307,461.3525862895352,29.36189215813195,62.013454278139314,44.03510272252997,331.8261248081849,247.2402488712328,323.5485080612839,222.20532683418037,163.44440613313148,11.295417611593084,62.11462476215679,473.1672373667665,208.0718624406911,218.1902836958984,375.69404875048764,87.69329731342384,298.30754984768646,16.286279020020167,370.7168712074582,192.4269129297198,437.25795441158186,327.08764818661274,175.31757868698045,232.3042935920513,195.90927786802575,6.013987744606208,456.8357661391099,345.1429508384189,45.25980100950511,103.67726824157236,463.6756573357185,26.217080745602306,141.9445149123227,207.2911371529137,228.6177343553768,488.39499655778747,495.474090453393,280.48981624678237,498.5055939644398,499.9348045469863,12.732804080482385,179.06119959607912,118.70019754546901,209.43889921164222,129.48198431866976,51.34116902331248,22.17945141698141,174.7801521767835,384.7212013818607,398.55521818759183,3.106433878707071,161.20913063725212,284.13840901593744,95.4767378020701,2.3711412968410728,213.3967246182174,265.45279490942664,192.49807058223507,295.7936476262543,282.21724660453134,52.24179743675289,143.97389009417432,98.32509258333782,121.37912076011403,409.94524105543314,254.80364610156502,236.2070265342452,420.90850572802333,197.28055285910594,117.18572701269348,390.2294757599917,304.092705867391,24.544996334010694,61.603124969180634,152.0216632351859,252.43028872942608,465.22666893066383,453.5823793737875,24.13018736651773,279.35820960472444,451.7299364047289,400.0629158475378,490.05693807089756,211.87166594835438,495.8324181550626,272.69699336209004,24.42147070218009,232.17350817147664,257.76996460035093,188.69865972937987,497.48884555542395,240.00935910732957,356.3144165916262,8.292346290691032,136.97055201500442,371.0305740014061,479.6447012381691,338.9142796621024,279.96074891911564,75.84367687071192,78.51473724196629,143.80649913383186,392.4054604810212,117.63332468599663,10.187207021645328,215.85690157437344,313.94948431342146,136.14683972597953,400.01694267654074,54.09961964625531,20.78677046835553,351.8873819553282,365.7012625695424,41.473524528664655,56.37907300369871,156.6452597808498,134.86467746979037,38.34017683821145,54.35178937182844,116.9646431924637,433.2104007367361,482.93862921290184,116.62309874933857,370.51106204357313,315.4506815916077,398.09167972780176,63.168914975057554,328.72379321444276,209.24988058386208,493.8582365350257,318.52829860092174,425.92138176027487,123.35618548986405,387.6279023476966,252.92754689579988,187.34260679755954,80.25915172019138,85.21840144887605,178.78161370650443,241.65348354493455,428.45790429993644,307.481346278241,423.8960703487471,253.3883312287229,426.37545094564774,301.17146519668535,94.07272709578946,495.56915641293364,141.1943756898265,197.29804467901047,251.96144134133718,135.79251298973017,19.048019319142075,87.76890658681057,54.101184638556234,441.93750033461725,158.11036787197818,72.55412009471185,132.07588761613837,175.9641301531174,153.11075790973,98.60139339788537,413.95775625234114,404.282721875693,276.43488465942664,443.15902105507143,27.901751152521303,382.6750578556191,368.67754736118553,93.43568743775383,451.43775428721307,370.5918715970538,417.9585881113763,33.87296324725142,48.129241913092145,344.32814454097417,129.33711291456694,391.32497171252993,418.8300863209948,38.655575716944,396.25970091624407,380.89396807680134,126.99551463251669,53.1810357794123,341.3159194545981,254.11464360754726,135.447222122482,276.8922702812671,241.02562314416443,42.94451700801349,317.0343356982804,215.50614655746557,108.66359760967597,156.32154770025136,124.65261000971367,40.628050903555476,252.72236532109977,292.0975566312113,57.2474276327703,377.01380003790325,145.83428731431553,65.61270835554234,388.0788132425859,261.6871613658778,45.48405399919558,389.5588199876588,57.19783575380233,265.09729546687777,443.89521007591424,449.4806238759225,494.98559443652397,106.14098357772866,404.04652368562665,274.14460562515393,470.0419149333006,80.15234880121541,162.58411644205933,465.98769177221504,224.10690675214178,317.7685971999521,41.17174025351172,329.14670195403437,162.33168466306896,113.14832467083946,257.04349294818695,351.3867409822761,422.4384220294285,5.009694030751966,329.98802566013677,398.13790698306195,279.9849956821964,93.83918191786717,473.97224441449237,114.4083872855598,281.2545451515975,238.40798412922453,3.411002318969958,187.88038338540585,285.8197962212977,442.93110360362635,441.796847574999,120.33750779067425,350.5797170181127,25.552334605064285,336.3457603305006,2.093166070762875,178.42105555741367,53.32740209401315,457.7366070375768,305.81336588533975,268.86625751385293,354.2531053763444,448.2816778859181,409.2529106597295,232.3009636440981,247.7946842649938,3.4005456890358055,471.1907889261275,471.58473913067843,474.1828833244609,224.42357877424536,260.9747699305996,79.14995613869385,232.94883663598682,428.0707453014032,307.6104588083302,44.94110860139089,300.7275430388565,350.19991420601104,197.656968006168,449.81311242825115,457.2500238309401,90.5676090698826,5.009044423984365,282.33742759178733,139.0173777442345,74.5821295019205,357.2454020780042,83.13671098890346,110.44453844891427,20.66588094000654,12.069349226705661,52.73308787604414,474.9975866739461,331.3336670265094,14.466658238765806,409.7816673588239,16.23320762039776,166.71958425673523,336.52362239873327,270.53781917351097,0.3715799137035125,64.91051294421818,154.78442460867913,100.84810603819278,460.07803676686365,401.47358638560576,154.05642299986033,89.54434203365818,97.8543412762482,144.6814073887011,391.48500523154524,487.13765667204456,51.57112014507609,166.7682339460839,342.3420267625016,448.6693089116033,260.61307553180416,52.713574974035446,138.53908018376103,387.8430973779625,425.61015226889185,218.7957727857182,100.49500760558361,309.8952504748815,293.466627473744,286.87249749604155,3.7160532393507584,365.0955601771548,198.16052037996468,466.83065265264014,117.69581555546688,369.7652815977567,138.8752334877501,209.20568859282884,52.27462445816994,441.1564398489277,134.4430432618736,288.5630645032031,67.01319482757017,330.60097840356167,13.510438945694926,89.29228170677966,90.82550845501991,47.53454265173601,427.7279806504914,430.957406017256,491.6791528060481,418.3129919425414,225.9717322175349,270.5395104471869,435.6934713943592,449.9139439052708,496.02243759788496,184.07610439208057,330.1165094567668,97.23944568840409,96.15002382810023,374.9063958815827,474.9428493665946,175.02527149286735,176.2672814387037,143.2975499771252,222.07780614375238,178.80254188083182,89.1445490029123,245.30235910333042,492.2067097331179,466.4171340245835,241.98997687260044,486.6548616415433,129.31080054322635,286.8364743507599,315.1133202067935,329.49258563326174,396.481980489409,403.4474369594024,211.964394637751,408.52934261728046,209.35732094520316,9.030328923930908,318.4000792383465,461.3670867459442,83.59964858809576,393.04719230800225,97.9122263282297,474.5467320920662,377.57289299141297,372.2250418574408,39.938084239261265,67.44514223325609,135.28947773972627,203.59279487641575,468.4309469280978,52.41920476542267,378.56721347560955,463.842073259847,346.81751768622104,330.3626510675154,251.55986572945565,414.3946708408904,180.80951294606956,81.22155641194267,448.8344706087386,349.0757789311669,333.199017050481,129.11289357178663,402.3664305766567,139.88600834709374,274.88552374247536,137.93995378132357,256.3676057193021,91.5246047806375,181.59752720664807,442.2929784434756,52.580111453748465,0.01075754283669239,101.28528224830107,228.7673164512404,375.07956268385834,212.86941461161146,398.56258176793006,377.64580997123556,158.2048145570335,42.11551584617057,390.41636417532607,140.36327377242824,440.501048783399,359.82940742692546,167.78303658833005,375.6517043958266,330.20314451848645,447.2359535606571,469.92672804233814,291.4476727345322,469.84251603624824,28.630584165749262,284.51243921970496,352.3844997285065,433.96141724218256,10.472867274684106,462.4857442104598,145.04441953404705,445.1811156503857,57.03288373624121,319.39767647132436,464.2454211325692,121.16117215676503,456.5400523575985,492.0183485973218,139.46267035202703,443.0138306841103,360.67482680984347,397.96839733670697,414.5252844156333,434.1382757579259,100.49168594742841,310.0430959431478,173.0764810776477,413.316579190217,287.7648011696685,164.10445289876358,187.91361645079192,0.5918375718991786,454.3226337561084,448.8268956051971,308.05511985201287,133.4152516308068,202.55194809813315,154.76181905688236,367.6721334542335,295.9490038256509,223.1075969689222,70.96928474805087,77.30369315261825,35.99763265856387,110.82722960670449,425.2183469712905,27.519025786505836,224.06056775698812,258.8985194472503,35.5106731159201,209.33619760550837,489.65926554900057,356.1319190711512,90.83781461975742,427.4072631814231,254.4642217330537,178.53410086077415,447.87158262938755,203.70992896488315,212.7912869950111,482.95954553024757,98.66043188767043,498.19026141013745,20.152689466617247,444.9733937125532,128.95961648104904,240.07302856484154,317.22741756680205,47.77289208032176,343.6317458249173,272.8309951057067,222.09263115791705,214.25883286942022,232.63945046013117,284.93837422409297,108.05031230394086,464.229517995078,203.23687418684068,200.4593226868895,245.6514510398718,200.2323307962814,348.668247513866,39.42879704860719,439.16811138320395,271.79228366741114,119.27965883546993,180.31233465694925,106.31184101325508,57.39456805391935,382.5725159770121,378.86188073229863,281.008103810854,209.61024903374465,158.82457936825577,445.88516381120735,329.17578436311123,291.80431797657457,39.71471770237245,47.461834144352345,237.57246620751877,241.47908422233743,0.13079372541302536,63.35681016583494,495.34102125619404,341.02303508554496,479.82045467361417,283.6807282869229,248.85723142199495,173.5948382870115,251.16898849445974,185.34148088839214,270.9953385465934,326.25854528493596,199.3427959973736,190.95868112543417,65.12660920591651,84.76019414453489,240.12489462749787,380.6384946841565,331.0129742897055,244.73093905360938,87.34312963801605,149.52686719835805,325.359883894771,401.14364569573917,432.15949878465017,312.37303126907574,279.7722255815206,24.73549778446521,112.73218075366471,90.78238656284748,456.38349698532323,181.59901483362916,461.8345123978275,187.6575516979454,44.46286060865579,318.8921801433841,113.15797644808289,100.16695218849408,141.05934642988592,307.5781919159712,165.8141697308056,291.9561226908252,52.48156165500589,33.58020008645723,112.45073717154169,301.69270918441913,348.27913593262593,341.8707794376622,151.03657699365309,419.49294731067033,8.890034057584595,287.0279412213273,472.6851090744408,352.59193683792273,262.10034580607663,459.52342216692074,493.22174044279154,108.43810506074614,404.63210809597,156.201173994099,402.025654372142,18.79404037608301,268.355682888931,405.43263321798884,245.41599499585482,251.2619741126092,197.6187343906638,496.85698494031993,83.17211823616088,364.6551922084237,191.9387428157749,264.6305203269024,86.79252303010205,497.02584497351916,348.7405898873288,171.38998260712208,184.55212936968363,332.0953176428097,39.95479281339692,195.76526469501692,4.870342865414434,461.03635126471613,42.750962572733584,18.495311502084167,91.26121395061293,111.14833364061622,17.06200583103412,189.43465616586707,234.91330241787577,17.13964186641087,233.53706176288009,262.29681284419473,158.33860007373184,163.2062492444692,327.73798779589356,73.3377132080285,294.53183811339176,176.4727315289204,445.88866364131667,12.227994871662872,19.991801801902742,99.76142860479837,351.7117965039877,349.2876020556264,181.2567308364348,157.00973268546397,297.32302408734773,84.72411818640002,22.39480644606251,9.28799937658409,191.04956586450334,494.1257593208423,491.6982409809099,83.29941211856784,404.2415547375048,428.5627704844891,71.27119394513326,320.47992619778694,443.3540987790693,407.0202460468339,99.0774701869766,81.97552332149566,198.33480030282547,386.13892691941714,488.9592858794885,424.76772632870535,106.67033572047751,104.33434608033154,337.46617616835186,357.21239687700745,241.65523581775028,70.51515261983616,386.21519666327015,448.724897363298,183.2568788513635,324.76874534556737,299.01984710764395,158.38818219222878,248.00165781670358,118.8664021399402,346.8512335270436,152.8086752188435,255.69581924356615,414.96312811932165,261.9030335224946,135.7674041109504,247.96699643818465,306.46966526369215,414.912043333659,330.2811573446509,354.23540515359207,206.85253588428344,136.42926845266834,345.0229762151481,324.1320289341125,70.92936877931034,5.117736061166333,192.84836377074834,47.55945962823704,464.55104288695196,441.70437945836244,122.4340213901623,121.01177156121051,379.0103779415376,380.2143844849049,392.343205906965,452.86015590649595,309.2917797520244,116.33999170784625,138.7290858612234,446.6313815764914,492.44000235646985,188.2926188643706,396.8541948127448,147.59604291118433,491.55961128618213,428.2654498443307,153.92437451769925,430.91162768631597,357.96931122791966,134.61316297572,353.4698911212248,397.1389157269874,403.30950302673887,332.5702109258729,97.6009458866594,1.7672128392378639,125.20020176415447,239.4123290552444,397.10306919585537,457.56924092520063,1.593781891383872,256.69580918906183,39.2425772296362,251.57023905053356,452.0180587531585,108.78037822881149,280.0692218380104,432.99314724556206,189.32431108579974,20.20045340732085,311.2669466253477,54.93456626833476,434.21291710616737,331.46316071715216,479.9748120282807,53.922501128456645,400.07199369836826,106.47938542018525,269.22144246887126,75.24361492189851,17.178090641917887,10.989687495410738,466.07703696959754,213.85441460870325,310.33165685750197,241.9794405865126,439.4058193514087,394.9157051276169,271.9741225757113,487.8447471282311,292.0126076337598,222.1847654159524,367.260328826672,81.7747991546211,378.116108857742,378.0944609827968,318.79693547397574,401.31545305789905,2.437995672865678,398.26704421493474,167.26428452339215,171.2298228457173,400.99493952576296,422.98421481164985,12.379698176104792,41.38689666219692,86.09056721510949,354.6649297138131,208.10459580614506,333.0267042337952,457.5478455527298,206.41990425858202,296.1614346000239,219.9249487201097,341.96285188521733,473.52459435459826,38.02015267552233,56.08196003907201,15.986200869433809,108.3263620001178,359.0652865824961,363.7006196084181,11.985710640989577,155.92372953000356,99.78508825506604,106.10018922015563,460.0398318523882,43.63915807550595,355.60383626335425,129.4935129829531,353.3685562082817,293.7023623512108,10.346427683547322,432.42206188638085,351.06702377992053,153.26070813809312,217.47517591261118,425.143140219294,148.26754344560288,460.3617984715684,259.03292053802943,75.13855850216589,16.960078167745586,447.90883978505616,159.2667363475035,16.631211815628046,266.9189529881287,195.80495666475218,443.3576754607022,376.77372817277785,449.07999033887216,2.247498877455789,35.586965225881286,149.82471439827899,80.09082178227555,456.00984155676787,435.62466369924175,204.57842790645725,26.678117248044252,303.2556637346462,227.0036561809512,229.16650594183102,418.3021450291122,174.28157072613925,32.33293821748373,281.3460945778108,242.25877380023502,460.5530881583652,253.9204195231628,249.97727622862658,9.816049697730866,406.23806692957913,199.14321717803008,149.5488794301077,257.47474346681724,206.7913694832947,365.1512443964771,482.39720364824865,469.52713504336486,100.02565341415782,222.95591882243733,90.96635775514223,188.40129241165283,299.3221869539153,260.77714815020903,58.00111608680031,277.90891266254727,264.377961108287,344.3142874691206,233.38613382605726,174.19473034465693,95.34588201027289,427.5927621711245,71.60210390338062,241.18487485586843,474.0668718116951,158.31720031190156,199.37230023667158,22.61375355072043,308.23693539531257,277.19107347270915,43.6280219745187,412.8779289755357,361.4410984330476,255.41575578850444,73.88686073808792,208.26643187809017,416.38675226513647,34.830756345195,249.43224677627768,178.99309457863043,255.22171431965586,177.27031934354503,185.87964153196944,475.2314672165024,8.130958286235057,72.65427635223925,414.2487971947215,166.74435419621824,121.7549702786086,446.64246306498757,353.61631832586517,9.86547595145032,356.49869796041645,357.7896256568434,339.85406367858366,14.50962137952516,121.96187284013455,2.25880048588184,231.42746224777343,120.76375382970372,138.41788340651863,365.5236139215434,290.9704449221709,298.84527049408234,332.61542544717275,15.315275329008838,249.43330190818773,326.4550544457576,91.0422440208074,290.43799748478284,208.54555986906738,420.7635431341913,126.28452779086308,206.2232440519442,223.77480257768255,457.8861199872849,374.19042117221227,82.14988756415076,93.26115404051643,252.7491768575329,231.1101404067949,22.2679440502655,376.9282290485739,478.8720827650103,136.83628656119245,351.32419815738837,110.23454918210656,241.03862066729215,450.61252830918653,406.6179134007858,150.58515445769194,289.6152049080461,132.26792900289146,327.0723268061931,256.9024813116352,181.8251243259247,44.118389728922736,10.272136000976317,91.04334657491697,17.67048277799166,398.73509262999335,123.65225053484674,260.65071213021923,65.20642965779305,86.27152044756298,340.99422310588034,432.86896738969295,185.62212871810868,418.50262669295233,50.620191499378684,446.83515992670533,106.38627060644463,462.81016219950186,227.20846501845293,405.7525015927336,304.5890653765559,492.49041888770336,39.461281437701004,334.2267698055468,46.5448095594494,442.01696877894847,173.77200321227303,25.968523851010893,428.9511448280687,156.02490606258073,148.2691078126227,237.797300391209,482.38399971795496,151.59895132121397,48.52440883609033,437.87195870609816,418.7058476506129,466.8498417780352,383.3037755962288,497.2801763995679,393.74980453468265,274.97262912890295,280.0690723757632,109.06144259236972,237.85465682718282,447.9132908412112,447.7537644080345,389.3399843827773,267.5833640725702,338.74867695156183,430.79552140935186,25.92323941277258,166.92974254537313,202.04975968778643,284.8144980939264,36.92142023201567,49.74115079836267,358.48955345211596,326.0741843692767,2.2430189208910156,366.4870838771826,106.68943877852655,232.54985828942444,321.011560346322,305.9425064315214,422.4256821199311,486.3558905949249,86.31479953396904,474.92115311630016,159.43929312012202,140.28926615909387,224.83270593528763,209.5175351278572,297.1529523456545,447.72581601879864,233.00099934072864,86.60715159529208,29.368722318912855,195.94013774949005,290.68291862713164,384.28376121537525,450.2494973386539,398.8912255103266,215.15588497779441,349.91773955701353,463.4163416900008,257.91661006912557,436.99702826342735,279.4517415784274,219.12991446617397,90.85671934495221,217.40280931225104,182.55212620093036,81.00165324507496,418.45588608593573,377.7780779958302,496.51654525838904,359.65852390128623,163.57661925118006,475.6296674637881,333.4921283689431,370.99974859603645,61.969851731784374,345.4618712497911,245.6782742753812,429.3016057086918,333.44629016700054,453.31627745728207,76.93280958371417,318.1530974629764,343.7097557932888,449.47171780436196,52.42571406515151,477.04095761145675,401.1571143517542,488.62483513784804,365.0834245668513,404.10803429968735,416.86404585440283,246.21181838442646,99.70716255772271,209.82947021748905,11.287973399765672,274.09813029584797,50.77077895564158,349.3563788934087,480.23774612074897,86.1767130015082,110.8389936231337,385.98869061239316,305.2814123918237,396.1891838853054,274.2985025898183,315.13881109725264,65.02218485685418,208.77286336513228,362.73441373311164,279.3105714196148,390.44925656233005,341.0589697346817,75.20527137992549,120.10292643448645,327.0386510306752,337.6340031601482,299.22096576490225,484.6131658550606,239.11546994827742,128.76554292104097,49.39661064312778,454.346463638589,32.75313939828667,427.4316505561172,147.97200552775698,309.3828985015273,480.7525268250618,353.62114422588064,429.7888190690349,327.65998825808947,471.7335759314157,170.08247919606507,481.37751336133846,208.2024627899255,99.6630694821422,55.55606353467979,191.9579084568241,383.2653084921702,452.1453148046963,202.29120831576225,485.8851485080306,420.4787153183119,226.78203207257107,339.78142959750977,317.0258187270522,358.3420732557293,236.8305958192149,141.78415805217725,196.58859101616372,66.4805379175828,156.88830753046662,104.53711538957394,281.77928199267683,301.6733436201592,470.20497645065063,297.8691089032417,152.798761447101,276.59959450295645,308.90810053546403,154.94911294263537,255.08579862207748,20.62473653525787,258.98960909938916,6.606002517738297,331.0602954568246,318.85572906125753,93.63739165440977,432.2873474312745,193.82032225515604,28.632851869871136,479.94726218333386,460.74803631289944,285.32479380510944,385.86256881697665,410.34878157630965,63.337354993434516,76.1063255642847,236.93816076208645,153.82852837270178,473.5377319480696,52.90953399368453,75.07306063476892,199.23243100661924,146.49706776111927,140.00976919317088,90.6985071447835,334.0267387830758,266.540718852445,480.3562555835116,88.36544169484678,73.41135418924605,246.0837944168197,334.83615884702425,415.99670519480117,185.89510948419246,447.65302910740536,302.608152471022,123.57749426864822,405.5747334549973,468.9501275296796,180.3275103803576,55.08008674399839,137.7043114614369,204.60596773154748,461.38342404909076,146.01343915642195,140.74960308421691,372.51324591177786,189.63116872886442,116.53306585874451,251.75442828379934,159.25226858851155,327.13494678897587,161.6883937542643,78.72991686031516,249.9593100347804,323.8144369271617,312.02722888329856,138.4493037285716,274.9613156154057,411.56340474537507,210.33172861085242,465.78894335663307,482.406179647515,208.47092110559257,46.24528621629381,462.5012433932335,18.31959004413042,300.18749020804336,478.8266789260052,279.62300885518994,140.21636114881218,54.012007452906076,272.6162765261109,316.7219295658023,9.72580853221061,167.76037484877426,197.30053435544116,336.97539759218625,453.29747820116154,308.1536135553095,206.73722548339012,150.14177934904123,95.33975505879094,447.8472525087618,147.25839709789847,25.66452857450746,219.8607989967941,101.1512050200029,437.61220830827165,474.93354948489014,47.83665758760208,325.90426847001504,1.9538599644304266,226.19411077271252,331.757974779456,240.47084781547724,433.1286175688343,180.49406286764008,274.5680098234922,95.04620614457554,457.73774482312575,72.49043069669669,195.87427360530057,358.7241141998772,461.5782452194125,396.1667956833246,266.41102327679226,432.6174694433495,39.740085045276984,83.68215049641825,347.57858793723955,118.58002953594432,74.94371919332299,274.36948057367766,237.5025670891459,493.8767748130568,56.83029250552202,198.78051524152912,381.1000207740487,59.13131948533174,250.41109246768173,421.12447563394136,391.05066587410846,258.5246339296669,107.65163525278926,122.14381532244,411.1345224224094,3.4843610532663827,31.914571402634373,196.05648494311694,293.1441279324307,323.3136541246383,32.55549274836112,272.53774722954955,278.36979187605283,170.700507542393,465.869010644002,378.0960996315573,254.31425460284296,129.0252249070589,99.45635893701105,16.034607133554037,412.9579443859473,479.1990853657633,7.948168054903004,123.36973956738511,363.64958026060214,436.42552606098724,134.0310935269099,226.44501260446964,114.58771862804501,308.2772454788402,438.36589220171317,284.10375962784,297.5220350694475,98.78221431090606,89.78783743975144,28.02619535029094,462.271190965316,239.44606225545394,66.27247024368505,329.717953587316,265.48941516115326,494.4144949505667,448.2079333739805,342.8288554808599,381.53765798159327,336.8305296234865,95.59314718773936,210.98926553300728,174.84800550043244,403.8820336405873,354.46188244000524,425.7677287618895,125.54453028005474,488.82495797085096,67.46542888459584,336.2412787023885,61.07294799785473,340.01509416335915,327.8105604705514,176.83625636148508,65.9126745553188,276.16993450007936,3.4307371858087743,286.19378703254694,400.4605310322113,46.92206427709855,5.744041724606519,206.40475513466666,152.0795264539576,432.49455029357443,435.9297230490955,266.6668350308161,443.43100750891534,244.83462723077898,307.4051400646935,25.816642973632565,499.0004599855494,63.88493492955849,246.3302420151241,85.13193745964631,84.88770829823899,317.9211788594005,103.57456703571965,216.54364018678334,249.08180812719033,153.7008397720524,406.5942416098391,131.37704876781615,357.6426193113476,89.46944224969577,249.75990980463502,139.2007332848294,200.99822792022854,456.0369747579074,365.30682435910285,401.5103574286011,149.7404033286672,257.9616077506584,479.3237740967391,350.54293456885995,245.83420161199638,276.26588919538426,222.63622535930432,137.68802549033776,203.64784894206716,154.10744216679745,443.1679718431853,29.381605257865594,384.16680825134705,291.62779788303044,461.11047083890594,393.27453070319893,484.27217920365086,230.91444112763227,445.5188437392561,116.92080992982318,21.177107811194862,307.7770992824332,443.95717171656236,289.56910711815146,390.7146399905702,480.54119978072066,196.55036069020986,294.0219433621445,354.60789941140473,106.23740833426088,170.01468501852412,200.6123391074806,111.04069961707764,308.6866942098138,58.050321869796974,265.7813731224899,20.131339188929342,1.6205980199980874,10.58758708973273,122.63942433125163,264.7515374511756,298.37906459828054,204.09225061636994,138.95237691203343,302.1841286144015,93.5517919673175,220.50003500394254,2.2121250970076334,5.3383894703989965,198.40871850294718,293.62391928668546,88.33357207616498,486.09037868905517,345.77260955714394,425.77946940950767,409.43577725376986,441.4066405344825,213.9271501302209,356.42459215471314,147.13214554663057,354.4821086072504,499.6617428092907,347.18900867761334,479.712193577891,482.12990866158015,10.276557994268797,417.08933046917576,77.760515116097,273.3722145936782,325.7888631959932,493.40753137828375,20.449796382873252,351.4810653223196,17.981541087677634,111.4174306910905,218.51580319098835,488.22772419558856,338.5959410182964,378.6255860457262,101.16513152519335,247.45638282720432,424.91416036575214,448.88814250959433,386.76181236340716,43.56597843397275,178.75349924593297,36.714942809412456,354.28271103115895,130.2733713080585,458.6140043035644,460.64696778986604,400.319470126222,274.7257187037145,108.66852612998906,123.1807637352278,416.57902838354846,412.21223817827797,410.5452270975567,195.36860153064117,42.72446965829335,339.3270253448606,456.5451353323368,412.6440370156381,494.2173215742062,411.4351625506265,86.62168444802421,196.80747859511865,158.4172790916682,359.66370367349816,204.77786219632216,207.54912333487857,198.5035753874757,12.629661489583055,264.7786760254963,22.946089091626487,90.6931762997974,249.75312983667845,259.8493761482918,435.4436670497921,454.8123501119153,418.51133406458285,450.9101390602736,498.24412847397036,123.73306653954418,66.24782985337363,8.81062986366099,486.8465007798027,497.87131899459666,390.5644038818212,457.8686006989208,368.79251900801233,190.44931589319813,141.81628866449418,282.27712949893254,119.84880069557069,204.76790946598834,233.34573655333634,307.78055117723324,253.3505952519783,211.57404674002728,224.73446208281183,310.75768629134564,66.62925982837675,27.227342929495858,80.2527110379761,295.294932215534,451.80012044529866,393.6690231377319,126.18064564202957,173.37739631274906,38.22287686756587,325.26083655052645,305.8797347783954,214.77480110066531,253.28758268133194,441.91529121819985,472.9390708865364,298.128962063972,373.7978270018971,40.574698661877186,23.715965469267132,329.81948891745725,76.82830617315007,426.3700454349313,0.9629043941028481,352.2395531472712,462.5371102231449,338.9951106140062,192.34122959903632,429.2237049056983,467.235783205648,347.52513200029136,185.6609138364273,38.50305238101232,22.347033894695166,122.35691968412965,275.5252862545302,161.65002529718558,340.99994363624785,355.4722200363261,175.7337540360181,224.36415284700817,195.39131506249285,442.292050259659,42.77959409191068,65.04489995978014,499.43178686139976,137.2924871417322,189.0505250716002,316.62815623011477,492.9706713993956,291.5420356979077,228.50895636582362,362.74676604834826,295.86139583663356,417.3395520024409,67.90240678547943,279.46804070423013,78.59737603989852,390.904138445424,258.5472850493155,487.11607897269704,215.858298191746,471.51083664970474,305.9499560448832,230.37808171681522,390.00136823913533,270.13591464052996,123.667301390756,0.18141889842521186,107.32477583061522,390.3673274012747,337.9282347880087,372.18950686644735,311.5422175795494,43.004527891218444,167.9098026669995,185.5146271697179,344.97307664323324,199.9030144919422,413.97861713750694,131.69753914743038,313.61284785392206,182.5747536719356,265.03710548937937,231.4701333274733,359.25143195539437,257.49233453992423,475.79928150918204,112.84516313187831,93.68840614480095,424.5104453644096,239.6529784328135,57.50341141987864,181.70929633863264,92.85541263411612,386.0719492010022,313.59391772361215,311.5903966385617,388.102668778432,186.5898474014577,322.5352165687358,347.27466889929815,211.68973989149237,21.391798454680423,73.7441262095661,174.2127239073391,105.78390396267523,152.94941712311282,129.10399108488812,337.1668564154217,241.6115118545216,304.6006244388734,405.47357750582694,107.19152369699209,220.07929398590858,183.52132737546995,106.6812782408284,42.143788409151725,14.718888688130761,225.29548591085126,0.6917423722114235,382.877845867619,431.5329195859278,190.2500240950727,441.5193754177599,143.55665906212818,21.95330276916191,326.0400306457716,463.81633774266516,45.32430070078125,17.231990724234535,176.02243260091444,310.1066468764907,363.31297101721174,13.887853197004807,346.1432467065421,470.9123573954533,417.56057566845556,263.7332528327583,314.5696581953048,210.66393734388262,378.91495905457555,484.4996007515104,219.50020967781975,309.54158517792655,40.092798500614094,177.79767820094656,257.2009029222966,158.42709953546407,334.6876552625863,173.12656301719613,217.30263045230902,386.94892123067734,4.791911167605411,332.92578574598264,392.3684044457425,144.129552659347,304.8574022818878,164.60048377563018,205.85945219653212,242.83007595789857,376.8903386822367,103.67479360808079,399.51043307061815,164.387804909341,410.0754654280437,356.02399580406575,124.91867440090742,214.11076175908585,259.94484598798743,495.02812015206416,81.25850353360097,100.76210594499774,9.859681709370571,199.759796584991,110.93245340745273,204.80631054001242,306.10623124545026,250.23217458361614,56.51555955238885,398.45304678676354,446.10876774790347,397.2402974586511,196.82500716141215,487.3924415334817,440.27106481625077,184.62365505405987,20.759507367035635,55.16078277113101,472.1285613886861,390.4293709237719,250.06974786587804,472.07881323748694,392.9369758771524,484.3970481752502,304.7602404654087,253.59364020565428,281.4991183090192,384.0614069737823,317.91228290718436,397.79287823997106,168.00003829193383,485.9190051514842,247.64549547024316,398.6682815695213,366.09555964093414,491.6936789307671,225.90240662637052,154.94158172012345,471.1911243460809,137.75893840726727,155.4961976977377,270.59632993016874,482.7769853780225,319.1834795711445,191.69166355786538,438.6911921292101,227.8942919883894,439.55054489748994,221.12777830702407,451.76803042637124,291.6564547406969,136.8759685695739,458.6065625749496,140.05619694863165,361.36326411235336,132.46818976035163,214.22425305358834,5.019794722502247,83.21853155732423,214.973934860888,125.24892074165372,307.4625112820778,418.5636229329873,159.8126413328521,459.8970493158653,231.92192898977544,300.467086531085,226.11250112966925,79.83864453697038,53.4024061242166,114.1296694510497,250.97189602511438,480.2367754979991,248.36899320103345,10.612268444207151,50.76857054604788,27.262876205390697,29.822870189672834,351.44956187265893,82.13624125902147,3.8715781783885683,102.9077524027474,447.36587745463123,387.7942540059582,156.86762675436867,0.31398390762510386,115.48642715919416,435.5939163749861,81.51783082070646,482.662528561803,400.1174692782969,285.49232284511334,146.85491451929937,344.7754835737945,369.2874911821672,347.20523768032,399.7219155294011,367.9296548345824,287.9354371132779,328.87294211624845,379.23625408501323,114.5916853091487,120.22305392755783,239.57012652532433,316.95274728799006,242.07209389411892,483.9660249481572,304.2987689598372,154.739238962067,282.5221980869929,486.33110424739357,220.1090542750607,235.48213765453497,464.7336864351129,4.171965000318245,138.02501536286564,33.82023042440774,420.3999210294853,491.3616776887156,481.7028866527458,309.23606868277705,314.3019167569753,102.34365303103127,374.53669499413814,226.57877082478012,96.16218369235618,93.23500848130445,414.8133666911745,200.78263563894515,279.0283839373657,298.0020496983043,397.5348134258254,103.83023046275835,93.20758444606503,28.775632524154382,76.77025156129335,464.40301675434654,121.70332086968833,334.5623793600405,131.03596048847638,92.84284715105478,480.8479859450011,231.13386383250239,180.89132445266193,154.00363134149808,156.09821380708934,480.28205686503514,371.2263005848931,52.24012988487403,180.01735153166908,105.09118284511754,18.95163055503568,472.29486800981766,108.50989338762568,210.20082812193874,338.25802503414525,429.0381212728716,318.15347824985446,12.595254445665116,263.0751211270117,34.711394947911536,39.72335513011116,256.23785711051914,81.5827027427064,42.7366177100888,13.313847499812127,364.8163641536911,277.5088258498227,76.3122899560864,49.26994052448652,106.73310602928288,268.4219423613483,121.93176503456033,161.90337561490736,294.2561635629878,492.1657481215099,287.26814230607295,292.5968252760092,405.9488747298581,258.62912751789526,54.7922642628283,388.35425802639577,84.73751688252568,53.46869915220548,185.19432927463646,204.80216426388742,69.82353847516387,442.45116814788713,354.8902098099974,333.96444167247705,34.70055087117796,38.104906692319915,180.85561240970605,372.69800662243176,293.9979867432124,36.73265864778536,356.66095134271484,28.690786184634497,117.64825899048331,437.5289023996168,355.8669653571546,40.55487540778358,334.58998551920206,437.8862182324784,112.70920583625576,65.70803777024669,431.053310531777,128.20159724515813,335.17343601787735,352.1801524186196,143.61847148900802,241.77667932652813,79.55330415553819,135.39801861682938,344.83703311944606,437.3890748177504,102.4726282295812,327.4455114438829,367.1036712433703,220.88625138812517,438.20590952724103,185.81089336488472,399.3951137912571,111.34847687085254,34.77097972523896,472.5644253544958,309.7541948679503,213.18851275854155,117.65951153491045,412.5051232140422,345.0338042858687,302.8460546440783,176.61479636510342,416.42528880090214,105.70427436873658,369.3734527047823,11.694703230761993,498.44471045550387,341.4191224114494,129.59186820020167,354.81612820485344,134.3358347008683,207.1185358180333,331.9700583109094,223.33731998056678,439.29620094224623,308.701549593324,349.75582307213296,451.6056488036647,442.79680610316996,284.99036908427706,416.74194969613535,247.96463263791557,224.12503429193563,416.69581676188955,41.317115469995336,132.0124446140347,440.5774012880436,442.56862521370516,53.643624733409,253.93292080546053,472.7958268766938,11.032905337226783,187.37040318337722,147.04165791464797,141.287196238753,343.20033510218883,236.01823832044244,28.37111347102844,178.1755154521814,342.51347882733944,172.652822942582,390.3887294099502,36.96419452926658,212.9710668476959,57.01472319373324,206.7191708741511,181.46593700973662,393.01072479540244,241.22178231902063,52.726006999150144,275.48586406062384,84.8983229321666,205.41417986165393,413.63264111130695,460.4448368836408,482.7346848194111,234.82194121286193,304.63639431059573,101.32349027178562,243.93173418518538,204.19241294345696,70.93900096964289,458.95630547111864,289.69227341514096,162.65040496811477,216.41948497627095,261.67846515548774,29.130125555960674,161.22324892906164,445.49454026585033,453.86778252185263,460.61559624466815,225.19358024733648,324.70986251705017,375.444644329349,9.44661457661683,7.833768247391681,54.68767504508937,15.922270978765695,214.221859927588,485.671915891112,156.85359198433196,180.62665104924096,337.8298908515418,439.22535667730847,30.53993209944561,316.9637274676601,184.30409776780883,239.4960489811757,261.8222491554337,3.5836108926878274,128.56157541416323,218.15479905825813,355.7032248895242,452.07472175756084,81.20921753798672,301.80079610603167,134.37868077043126,427.19111270546904,64.5320560484432,164.2915128716817,299.6528427495284,255.79389457758538,428.6766660810255,274.7748271927163,55.611811727130586,496.854854490029,207.8573737823105,370.3265759892567,438.3364965346675,49.04148293663169,1.4263131774107651,153.08876621149224,476.69331121259705,196.46875641641392,161.31168949527043,453.6392099825058,130.88587423902115,164.9441325065262,308.97248247707637,335.18679630728235,142.7859690802163,284.4191209383979,302.5098667048339,175.40130173281986,169.1891186664083,152.52642684356715,366.54928191135605,257.31835698474737,188.70232797087556,99.9216233943378,335.1822082702302,271.7188405392458,157.31341517180803,26.378040486954745,298.163998996675,9.420818805456088,56.96003961305701,420.25954894814487,48.81682879075255,226.97538585765648,491.7144903568057,163.5066252953109,179.4796058382155,430.8777429770326,31.613137234367205,470.79378861368167,253.46335377028385,438.90196725638515,328.00054146887067,326.4433284311355,84.38947202522141,48.82865536208231,138.09790644180651,123.69823362121934,374.47489659807576,171.1496561949123,457.0986475927579,342.94932032626224,411.9306154663602,114.50765010341468,37.00033460284091,326.26854650718695,340.8801856144974,105.26572680331631,399.14443946763345,81.1987711165662,213.7775282776137,282.68508267269686,177.59104865458215,196.10461778059036,366.88778086478675,445.25595162684465,256.6261047197972,239.348393153762,311.22467743887637,116.22673715385001,464.88421678238205,256.4276678116067,338.8965142000515,312.1011204682815,34.52767136116075,309.45501785152925,153.22597594616795,347.0390265836754,154.0591866742153,307.2026641279867,294.7193841819686,481.6522899051508,254.8879507843043,305.2802746214887,399.80855883018046,69.25548453136015,467.2681453729417,237.9176505297002,456.3299397093688,349.304636011072,344.60365913818396,244.90444401352136,392.14052109110054,250.17476009503113,292.34554371886196,496.52020210968857,373.59972673017074,251.85371566393,327.12497997021114,353.6236670637497,476.48426227134644,170.9533053259546,440.29680276973284,326.76505878656195,290.07734832213964,352.3530881824655,93.83010952895971,189.89289126796277,420.339230875113,430.26358142282595,470.8144824143906,139.10507014029676,438.4925406389567,15.473753597685436,459.466627040172,132.73808202158517,213.2428103102087,271.57016135118283,292.95163555985357,57.44125074799816,2.0691717724143355,383.43281262728703,459.8923504976444,123.32212406164444,330.4163166761788,73.53113520920473,435.269080733555,293.4289181960687,81.31288452295959,494.4100555438161,172.1245287124072,24.039434080314837,3.1593795468496944,92.00307439526185,341.5414903750713,346.1741670862888,60.599829063396896,164.48603521973737,410.9168152932,202.22368609499947,494.3299037704301,485.27840495865394,317.7841384379812,192.2986654511448,321.60511933115185,55.09206492768265,410.8215508996674,359.94153122166966,425.2514864401789,453.93592524868774,186.43148477272297,221.55835218988744,61.98390721436786,132.33182281786816,13.857104440142209,423.1709277425189,289.59643776723277,375.52235874500735,321.7512438630451,49.98393013927649,75.21379467876771,187.69854219816145,230.41751324473591,27.65643324974809,207.33483788991236,296.8369612386676,0.42803044469263973,98.83237941941769,305.19158443939386,458.2748788978859,35.48337142736091,410.1638777854618,281.3101236631016,305.858457753846,426.28821550029,357.03524781190566,466.7798021968538,55.23827727362701,159.90896873138948,398.5373996488783,3.390643408141214,45.12542307300732,163.888141164514,117.54815553812092,198.68667219259922,268.1684770061745,57.886242401003265,424.085477469144,413.72871374153607,396.9267571893796,385.9646805852078,464.8152610337085,320.49285051406025,286.54434994942613,241.77396001000474,438.75064276323786,395.1687494457832,467.50517608443954,367.8494393485831,466.13328898389005,65.87702042831562,247.51731580117243,172.39898039201918,247.81894550297702,498.73139157814825,36.77929446400102,300.5212698032726,497.5364016431306,32.3757019486019,174.3348554197452,457.42602678241263,225.4305994445539,116.05708968686429,433.74476301636804,408.25559688033394,75.31448374341576,323.7761524274663,445.19654082727,398.384106705943,284.713934756629,300.77970851226434,55.59675919201324,270.7702058916522,427.4426270698382,372.6754223994569,313.7231770430698,453.1697896020095,476.89771763976006,281.80263243736476,297.3352238651543,427.2210132666908,48.97441852092871,2.09252498674134,78.29707504580851,275.8870238745318,404.60188441766377,192.3835957261807,293.4876698830211,145.84925583535352,303.8286171336236,49.54092267171828,347.35867186249095,288.426441283537,188.28408889053904,328.39007331630637,472.40632587271824,113.65282242047631,1.8071715149002854,299.57573329802096,212.34982174900395,48.39894395550331,155.47138017969996,488.1550061958696,0.8107936907195135,279.6868532422681,34.76783585716403,61.14121708488335,377.7369005044716,409.48136016256086,389.42640321000476,14.751403333780722,195.44703815826108,344.79034301193593,477.63806466058816,173.09308789193383,399.8182478026088,63.41860286503515,423.3550636672855,105.09675114923128,182.76042297290735,465.19488170405845,240.845442815128,364.0551351029852,303.0322185332969,248.3605043158304,288.9461925860522,304.9381328955049,343.3304549512032,139.33782601282985,266.9872589818319,53.994006966929184,246.00306623470658,145.82343400075516,64.11295301158826,159.34428455596682,284.3726582987378,92.52511902420346,105.2965745121363,166.9651260259017,267.0205583725708,169.1206851938708,11.057263618502622,498.03406637801453,114.90959967160369,247.3473049220198,346.3127418430004,459.943488362474,119.74586129356297,67.95668231031593,228.66443859099235,166.66734171131432,345.5079704316457,318.2703781521566,199.81134442763394,393.9921274505091,414.8512743268786,231.70397542317457,236.8988533739944,26.21375771224027,128.77448426624184,447.776757347254,494.9913156372519,307.79807587717977,121.89116897027085,455.35231820825777,28.861386527205603,40.17109981419625,445.61016891646216,392.13699745441176,254.61959785926658,368.7870338878514,253.4307551541194,192.12303621275257,14.103617834289429,315.68782595254555,178.1837132974004,186.08195741141165,461.6526016173655,293.5619971226337,356.8150531007323,33.451876548304504,150.35621765349032,421.9822760013851,18.521431148121437,393.47283922108534,342.8384942448705,489.9195790945623,76.10160862441757,171.5098354575278,325.5146234949578,16.490274846791998,86.66968274245701,118.06318190661436,278.18537724102464,293.2151765363381,84.67342037067593,59.190787375752066,103.84273427115498,240.07273261934358,345.84523576686104,54.93057998528295,441.027215465362,53.03608966893697,44.27555529203159,40.23233594615455,148.32739066321776,3.351305838388885,132.89851235504196,29.15788296840183,281.85871921737487,385.18960928292756,259.95562045246385,400.1662555738532,396.967928034039,219.85427206271186,30.020876593545854,123.17052091405867,270.97756540940526,15.407571191647929,185.5220730377212,477.79043435567917,331.8568582329087,164.46640229212323,204.9899472522197,445.7020936632021,402.45056155422384,204.60719291046732,224.1088458989846,207.74710706137185,386.7178989061744,244.32372813590854,246.27374092298876,282.4955840583463,461.4130578281241,476.1115567014585,407.2557207633799,443.00236460506665,186.56480663420578,43.34571140254556,394.32947137750364,457.52633558194316,414.5453417427967,170.95669237361417,317.00403574809434,115.72004160128752,135.92190546304568,292.1705929417274,383.1281927559362,329.51430454450536,394.4741937151226,12.719020901462263,3.2722493599036673,485.24527115970545,341.770805609774,114.81985411882329,35.7720774766313,481.68003873375375,347.179484924446,28.024411097344547,214.65407346249316,178.75956196732517,231.245288005947,373.30009342118774,157.13709940977822,398.9791909983194,358.43514043910415,44.974842144394515,229.44671364689862,127.6950364904103,27.15098158399676,250.44071419759484,180.51448782536949,109.6396374524719,415.0448470468099,375.9403622897334,380.58976026682706,156.18834780689556,423.71038245007816,232.77848706887605,210.4637329628432,70.99899147870697,350.9329229579184,330.7289947414201,166.07798693898673,329.04919901173105,80.58200754192369,62.276621195740454,187.09399160651836,386.25383143939376,272.3199627029789,85.75041189209736,102.18430106501192,34.84228757686741,241.97213032066588,314.127532463467,228.94240678612653,400.2187658898229,332.3232807404855,174.02548548850655,145.61694109224948,481.0360922029496,307.0352740273087,254.19198270830424,7.219040946292665,333.53761050703645,101.37141505779095,100.93333275593946,133.44192077953997,103.94675538730291,272.15688699491085,93.04469142958816,484.0813657398737,330.2673080287356,88.48493587672212,151.97783418446653,295.31280217115403,91.27477482336593,154.41463775564569,82.47604409260806,362.9512567806952,397.6886726845201,51.3359725550247,245.30879582426545,198.853051541651,345.78189792948126,339.924199015284,145.68676243925356,498.74367490917433,441.8133476132338,75.09655062569931,427.1609012578128,235.03120311012793,446.5876960036263,125.67083264057,135.8968123474357,167.19449459158454,279.07352203020287,36.665997397567594,193.4309387508143,354.9059315563861,461.65101278563714,428.0098989906457,348.06944404794734,130.15785847819566,79.86050013024798,387.2568932361321,258.92268859061693,146.2050066813802,73.8805099225483,464.10224029927423,40.13444353043011,271.8346461738688,381.60159034834277,164.96325509410957,453.9725489384069,437.30409271745884,346.3290242386468,180.04915808965717,114.06055532234632,231.16433783396712,244.58779117176582,7.8722022239127725,233.58106977732,438.3559446903356,137.7981594942274,45.13777202897651,381.74812364889016,359.61314033750614,345.46816462825296,68.87993276385367,3.8587399085762697,476.24090021043406,340.3913797956453,60.3992166111163,133.9464718950369,41.477923003210236,282.8034457757334,449.45144003146135,33.48423113662702,0.10237041043570372,91.15958508084759,109.74073865562534,411.9191219507333,312.7148017473103,346.34882465476767,373.5108412279964,285.9141740535665,423.2846883015513,322.0060689115771,43.72265991680485,353.5183075601071,317.5081389771183,261.4029097504028,34.28051693709616,251.51226572241313,230.73244298075878,321.4832307997196,53.77355847475346,43.64942974752933,172.67689919164326,494.36445044008536,377.26248582967776,285.0847200860369,255.37395297889725,366.823309498275,356.030681126179,456.34425952601845,496.3154013511208,393.5994503525961,9.732049842882839,351.1381093483761,465.328599970141,344.4822052361779,409.931225449334,372.7091530716003,20.819971849798446,471.6268362259734,156.45332720204297,338.0082664813739,217.32487832810537,161.77959068612097,54.87572098171689,378.70134361951784,53.32682722303489,120.7352849692866,284.8919603381204,139.8732421387503,376.8379302730044,176.55880711176712,316.79883038162535,192.38756345166158,100.3031226470637,341.54357823144363,378.8087038878822,454.5422677541684,391.9143693403671,440.52512432972156,172.58030914242295,124.94615028763867,65.5485964132151,348.09704320848846,81.83239117449281,318.47460013480503,434.8170860775345,110.75213863485855,420.54405617727593,342.8082397390734,50.251987535816056,196.78447505310348,153.9795210160323,412.8111591043609,227.9249312953903,170.26084414291427,269.00216584607347,16.50836876476808,71.83593605153266,77.68886869293951,249.16496550144572,227.9745610778539,491.82294714014483,153.81644694283997,223.23742432730876,99.96833873296652,381.5053853964743,410.5317732662938,118.06510529543569,213.4291483741908,75.50907534796558,103.92614887882895,14.116327506135839,93.31007946103415,129.45708175403092,367.61456143424004,337.4544091362568,314.4387365458901,249.0179879098801,280.9814369930141,260.17650460146086,102.64106999128731,423.3017007360016,375.1264853992211,451.9093559104198,398.6473915091266,193.2181005781665,30.344155800373805,217.8519561463347,319.98318844496185,322.8596924521242,115.09844272980924,8.743262517846295,467.31276856608054,99.79298470619224,316.78653186413396,414.80171092700607,144.31275307807257,421.8899659877717,125.50545854295514,54.73133572051003,480.92321644258476,43.662356674636584,413.0239066916351,241.5343168889868,147.72362928409999,312.92457596578316,191.61067541329624,60.211466611563345,363.1271352475486,330.54231128237524,2.9488352069078627,23.930103599438368,204.83120993436725,8.089361430214936,64.73088151761714,24.272027790871565,197.0176869548891,359.90431095246373,173.04510579155252,159.0332155882961,394.4573128435317,409.2381582577891,136.91458353695074,82.78006113865844,340.75071520347115,126.09601395810033,0.09031634259903942,393.6141458696074,474.60999275601165,282.22314520458684,265.49661374362,432.59328574313764,458.3924279912892,282.06621597863574,304.5803851528605,120.39020010744167,29.71368179962791,177.85743291999455,378.0878352984751,33.644092097937616,270.6910246972238,270.5121792949893,198.8698970056282,72.71965927476293,453.97699694380316,193.61906172894928,251.67290280938698,433.3617496970158,164.12866880501204,73.1894177720282,194.89482001380088,235.37780019075095,497.67065431512873,124.57902063475285,37.330100595389936,321.9154466027588,267.4414841564318,317.48504181522907,284.546030453571,98.7230982670717,222.52358226767788,24.707707091491006,274.4328436901448,233.95885770884362,399.4415009503286,94.32665257829453,17.410141865049354,4.980713139533687,125.02800572487466,341.87246842232685,255.9765341612572,425.4659223080329,407.79976152152295,167.0141497170467,222.65877446902394,5.560727718415204,434.4142338415957,142.3633579623886,387.062571066496,453.0786050304525,273.6599068492801,74.68058708845426,428.3599630199291,194.02991425679923,102.64621378330769,217.1987263053672,297.923484104745,484.95271244471917,312.24579900770516,135.71459017350873,52.54214696756587,410.5696290578885,370.24272047828316,194.12638672867433,390.7756449860891,293.5944014872658,10.977879842135163,125.92597138422151,44.48955491364715,250.00272309531542,237.78307848332207,66.16845023574453,99.46386587148598,392.03166072052005,496.5400608628814,89.98581423430613,399.01116442823195,211.0269215227951,52.3354604940629,23.995159513601592,286.88400707708104,221.33353239310443,358.69701180720773,349.56724851236856,492.9768946944276,439.98426233349835,79.971125093383,102.16839583156224,57.3875929698513,213.16932104508064,161.5898014930734,32.37337340621049,123.89308355879596,280.3226074277701,251.98008938605815,372.44311992127655,397.9894979610148,185.57259714820722,223.62197841188558,397.3413714315995,59.330340833456454,440.48072093638837,92.1446780532812,117.64674799346247,54.63143438182261,184.7994731036678,153.24162835429456,9.048985842274703,234.88451052074316,233.3007311760808,185.6365120557224,385.0133769480135,203.0185398306304,256.4862710552779,52.527226264772686,50.380977002292546,66.15433873444992,265.3766577025893,280.58061888597797,85.91395938965069,55.156673633134034,14.678209899561034,236.80020394015511,52.48074426802191,177.82964995479338,19.937785491227544,5.164643220815501,354.5412871211884,40.75701923781955,236.4702436943113,151.1202949645466,88.63434842423729,399.73546048118453,187.50981165701597,105.61112923508841,302.0899598901129,26.261185510255245,180.33471395331213,431.29853213858917,52.51489804100362,351.59365311816345,27.661834763153703,324.6074574282464,146.50300601849725,177.23177935971336,413.01251094952534,351.06525658747194,443.0181991170873,105.07507625186213,37.16241532983139,117.92946857894948,369.7369629682245,293.1161230738294,193.51776304947356,22.56185594561022,26.05951491213121,237.78949087329082,150.3900571612477,192.5105801889911,323.74220756505656,283.3404618309444,379.08754228927205,291.10719198785125,290.4470258561337,496.0681642292323,442.7612008343141,258.9940741314228,343.23035777408927,469.66850250009617,123.94967550191515,103.99035077413338,447.3966921921284,379.96424028702876,255.86129808973678,335.87541228900636,55.179124354677754,390.4062576020647,463.8201265435554,18.936996344480484,63.992411966746765,361.03967555999577,93.98409119959139,239.35985969261392,320.53437904070967,138.23686494283288,26.527445813970985,7.442612818687966,280.645218394005,221.89988677938743,308.33277490072265,309.65393932834667,303.71052377906955,418.47638548221255,176.01943230212825,437.09892391129296,67.39434727984595,194.07401292896438,365.47367983883873,39.473711236142016,94.43405142092287,414.6982145688783,384.3764226853008,298.99384703085065,458.02072447789334,82.88875042916644,99.38280464391657,21.0711301214222,26.754950054571847,284.63425684880895,131.48968630561768,247.83408573711807,331.70321127978076,268.5787126847796,288.73626335228147,375.1786213581445,326.073472301415,490.44628560439054,490.91607777373906,102.07304031618025,311.4693667214909,159.45132054752608,151.24401450986107,200.92238452286492,188.14369591931685,497.3547187982486,492.2400198222925,271.77320970638493,302.23326636648596,474.9273294400813,355.27690274855854,95.7718105834146,267.4820363023992,56.26023791667117,472.95861182361233,357.2320977542989,233.71368589251372,48.61715994008991,59.72884157415237,153.10985758301365,37.57268649282941,414.4528651128891,122.35741520238975,366.6905023454912,142.03070040737998,352.1345233602707,394.7841593188192,42.28480575246496,291.2104719821386,45.95497457640313,250.74391283519626,230.25650114174294,300.42684177127035,414.48291593414183,285.73837580407303,140.24198413209044,321.5566238484205,219.4656633578297,18.36833216506861,483.6726830952032,462.4471792724821,470.49268598818895,79.69375098220793,483.0431075506382,297.8386525517581,184.7455283068797,12.802404030644865,17.68255908308275,254.73413503220743,456.3880152123333,82.05176039176332,90.21533405199017,133.10808331331836,312.1070688726541,224.55456384491808,456.2298771318309,435.0228536859107,498.2187056978772,471.00749391870323,494.50782091482364,66.27884838143,168.92486582856364,81.7174301068696,484.70296890636763,169.20480186585903,44.514428757221836,237.0935994416762,288.2657138014674,307.62087107767246,490.52675044608344,110.00283971501179,13.818899362664228,305.3490192106934,402.4578729555154,171.77479129878526,54.7170192270664,61.75778509553137,204.8882040992982,178.80183977408765,244.4617180340824,416.7880370641219,358.0875274390827,332.42864716020443,109.43945195956644,390.0943773346753,235.46910424388457,176.7725335853037,65.1172477735727,368.313928244782,424.9173564909524,124.68533808059141,334.16744927213716,184.94139135295944,227.24281792153778,456.09714106642616,499.38112674343216,373.36943199825083,90.46739874460785,353.34341720965176,62.91609194369441,224.57544044776273,87.94491838077323,498.4040615836744,44.610727138141456,3.8686892865181233,392.18375048552997,314.14362818921404,475.77601391979795,0.38915202491962564,491.2397197046115,93.6331858213118,9.949118388777102,363.5248729791217,234.66264148827227,196.33734114348178,108.36043549452856,66.32187155111663,101.20435126221422,482.98613492532775,147.26853331626927,139.1052533901022,186.39051484432244,354.1818518787221,412.97606929518497,81.41510330195433,236.2880921815581,442.5253419044483,322.6966510148379,495.7651240920256,151.13204086487642,313.3792025828219,154.53700272764664,254.8931338591343,378.56297523122646,488.0678960130667,403.2570140055668,394.1005673705607,488.22570667751125,419.60634499652554,198.9166235260321,443.0014983589446,274.0817155614983,325.40088782648473,417.4007729610301,310.70594632183327,401.0709264802141,447.33853740234844,170.68460472125923,46.713292034903596,109.66338902238331,344.680061909851,28.411196433752007,171.64572353962305,352.35480277781176,238.20316209044694,313.92654147904295,36.651191576806575,126.6153731042246,481.6421812756205,97.22256189364364,369.26177377266055,373.5622080594694,417.5877727791077,126.08267462043831,429.5953714624871,225.77862416396894,63.20317808171211,349.6825068731104,39.94311452888943,249.42163134675693,238.2913705764726,204.2155515124827,208.21562410135846,358.9585131092503,101.15394559344165,492.85911050819266,367.4158087329506,312.5713236525078,476.134488567789,223.25203619518769,226.72541087613135,340.5755425072582,27.81691353137744,493.9116730479381,217.61491222647467,215.91754920909005,410.62476120947775,71.24337936994102,184.41780929430683,383.42317766980955,60.641858372873834,441.70858629038094,337.3956802471365,155.85457496795908,5.855343930817214,439.98320201242126,344.4870884310722,299.0069394488988,468.9143512284113,359.494953841992,356.9284365291828,371.856810721094,194.24306592190953,110.64932924564003,109.39871074908652,371.204992650175,109.58252881041835,87.38617947943045,397.97870452664205,72.07754421142005,313.47676566147607,466.02894065210893,390.2053297713603,465.8104242978391,480.9027288157648,357.8723860443472,488.27690153095625,28.72228461510745,75.618761808946,81.43882436219279,184.20304572451545,12.952430173420792,323.45914093608997,25.755351328362096,368.67537750238176,483.47115096666164,179.26620510484275,91.59370571998726,96.43743028282043,86.07682874312039,186.16936502199295,310.8015198409055,250.01928377228128,28.52866122145431,375.7312646182544,497.4176396052415,208.1350305995644,40.346150702316955,378.82690561339837,381.06189647454624,427.99059666085805,113.7169050599064,431.5288841486566,97.69611988206317,495.3959122082058,488.1005618633327,415.4029233151346,376.5653341958126,258.6434356804037,406.4573258620933,217.7811632720602,181.78720861745197,178.77225901487586,91.97990962487967,118.8201836419992,264.51176502368554,42.069489198558465,112.72682772064286,194.39983302048952,385.0540400310275,45.42537885287723,252.1951272121744,271.8885928217895,162.70595818400324,59.045538690125575,388.1285044741603,357.5450323995486,232.645433595222,307.02043714888896,397.8170063572195,352.94607267972856,335.1097272961117,58.926575692879126,498.73305679069335,23.909685910703693,441.9197122309047,396.5682393418305,93.92945295021826,486.6867348935093,208.2537430567915,64.71339151778699,125.1494134629117,325.12977106170587,299.5591966730568,143.45329791379186,216.47682371003495,334.66413174826744,221.90261143592437,324.2023126067591,428.6282760470249,189.16157085345836,463.71649687018385,490.8371255690147,357.8855803287636,191.8658382912416,223.53794815440776,129.39142191188802,325.291064955595,272.6791032717358,410.20080734086105,155.776416720109,274.8358983986534,253.38539080991583,250.6239230471871,129.0221189851145,450.4367432044912,448.7266091163895,484.9855295610097,444.4685319448929,279.2875332389709,332.9783594325555,51.95037237740602,24.72247154134172,219.76967861750762,217.85649962607602,43.5125378444689,369.9850728766666,161.59039114112755,346.4257413460848,228.95833859353843,342.1867157139794,115.24599991669837,454.1522847247125,61.27319837419615,161.79486581107565,245.5145790819523,276.51773336737506,268.12928082719856,63.19966242197073,110.95373734105807,66.74165647953906,39.79230255368327,69.3692633343993,16.083500825943563,405.5124838874811,62.44607088612414,123.03187896050305,490.2793439839051,133.59622448940033,34.30347594804917,488.60913370778763,465.15910821762645,373.74032392902006,498.78504345214236,40.95685196320176,52.48979029908934,130.59470609949304,424.66624433494115,378.2090193990911,14.97190360094608,289.965176506701,168.5681989163953,195.6278376949078,99.68839215514441,154.7709508213086,53.34744392942575,364.26538417832876,292.9864113616194,94.2726420711445,284.34721522997705,335.9664801104915,300.61060703019194,267.078169352922,121.65928152584237,74.64188377962061,194.33091609711417,199.74152564087666,35.09737485305897,276.4407017624204,122.57849065576742,396.80081180102974,220.77303644403307,176.7161819789308,323.25199455585374,73.25107899447897,41.81642858206175,221.28141543629087,454.1793622086626,309.14787024900414,250.21323678296235,429.69341482124946,97.33688184343315,471.2670199355667,120.31446795265077,474.82189074064746,497.3681784043243,252.1025759170436,89.71405390754256,323.66770323504966,85.94485582383183,464.6435306148421,266.4509598337201,425.3981501179556,172.5488967450413,356.0186050378119,419.2721444901038,65.69855345957043,361.5202686669307,181.87833644068735,125.55922419345966,96.78730626286807,417.50914409525274,129.03916887578953,162.29256964422973,67.78721186041487,356.5231129010854,47.55262916412678,240.78119466172515,104.11231180649155,380.2282429155322,405.91315762383704,356.70479834900834,86.10623542451734,16.527231488117966,63.354904089631795,469.6799112701992,82.58823368069201,68.22971488406321,349.0416181217931,406.33435841942025,334.2921652225522,257.1508258849193,438.2089513075878,281.09772068922007,454.95596260715877,178.40277435299112,298.90301982312087,163.85856941872117,54.90731118232339,138.0107841961455,444.1592412610482,450.74071953341684,196.44068513541674,137.19298207773434,67.91224395184187,318.6137767369013,215.60300738318577,311.4659853517889,154.11711876560108,367.4376115822907,8.560688470363731,119.1884214279742,310.46945790697316,413.9006517439497,122.21656510665852,376.9646592796176,436.67288226738543,207.40521395444424,33.159748799304666,360.6075899758404,413.3151983092563,329.50102882027215,367.3069428180513,135.91015553038903,422.5637403003087,269.50039590145815,84.16592084823831,36.823721056527035,280.2016632106789,443.7683498375388,90.82664392638917,79.49315537726804,290.0821410487027,197.92617729808364,332.46852389763865,479.2201306576018,281.2681648883684,362.009170024309,346.3045451300989,193.47151959733816,6.622514145677161,188.15454238582123,497.1254614755817,118.29398015219972,432.95469786469357,343.8539461656079,147.6167796127336,202.15247190366014,346.27464042293775,122.5773853514941,63.54330271435937,348.9076572587609,296.2684998676469,479.7813559215237,55.42314168258111,52.816292821184604,236.5560526932262,466.5550394361629,306.9869375314949,227.16233652525042,193.00043472797873,8.700436491594521,266.1315861802903,269.91615471546794,391.1138203057748,309.6754332160804,324.07353318576094,166.912554038349,122.86088556665852,277.5789593325844,373.7700609430968,3.4321222574980603,305.75756254353007,390.9428383982036,135.6512390085312,455.63902052796794,116.15146766890678,499.2474677023099,269.04660569468103,68.86115964948497,16.764398352441034,347.60967010708686,301.0180291049651,212.90263141166432,387.08434115714573,270.8128248389546,462.8904414044163,291.51588369257826,335.9794666178571,485.72539261382934,4.256808788862642,348.5510934355678,481.88909110306804,274.04669024643994,260.83466869932784,382.3086780113267,432.35444387508716,195.59274912789425,427.3374297209887,156.88896958639907,136.15392537149705,204.00741769808008,15.43590806038797,428.1032708676645,198.75473951991867,418.09233312768725,445.60057135698116,473.14783894271153,226.84191178447938,31.875332111179986,64.44111717740775,95.01651614679912,101.454275651293,228.74571819146965,162.14295430156932,10.209013963000778,33.76701869519505,499.69560776025793,449.28379916848775,154.43993255503835,51.787195116885286,154.47690366508505,193.66550295686667,419.9932238876424,305.26145308502333,480.311705449152,401.1075897713792,289.325225037479,276.80415040652565,226.79485529182935,97.05073896220578,411.68407041446414,234.52714892524818,210.4927615963466,79.93217432842559,36.25832608244328,177.70149771470872,370.34914415470377,74.3909950938474,451.6263758460694,340.73908950176263,492.2385103891838,349.27614904852425,362.75621698606204,324.52604456012534,113.35524073564324,87.46447521708583,241.10915525829213,342.8949021529248,436.03288332045247,29.15077505399871,248.29214996025644,205.11792915875904,23.241556984486657,367.66783855629944,225.43799887156501,104.07206236323368,286.45555304623247,31.206163591531165,308.2816320836761,282.2458978200776,57.90127306520271,312.94871830807966,175.9277188542639,443.09642955843026,483.98270339456747,337.0862690011951,388.22306534762913,199.84547757149656,256.3064164876258,59.97836962043196,329.699280162617,480.9494000941611,70.1979618157743,10.413228102037431,457.2510819529954,6.366634712845265,23.572790422946575,59.402902886054044,164.7538997466065,232.3158002916258,165.6600688450794,448.1472208166142,8.69682741344352,231.0596123226592,271.1758670996905,400.3748939473048,303.97142238982514,465.6491871240358,367.4039838898542,471.2830076365792,87.37701642222927,68.9948820247156,141.46235898503295,92.60422684753932,476.87655649207534,39.59220691207504,433.2225625523082,296.51759598637324,218.19283302192665,319.4401504547241,491.91569374844494,232.93522383012922,125.83955978718953,477.1350964806101,324.47280149874973,230.87393711387878,430.16513401866877,122.570208785637,69.10569537663397,70.49536756076813,307.32886820658393,56.08922359212926,376.70246172834385,353.1713155479089,81.93285723714067,49.3887392434979,87.14068825916071,345.8599260398272,129.06520699509733,437.35197925146593,262.42553818769454,159.40539952059584,1.0000217815958057,234.37963757960222,369.51663505146246,123.82687800125048,168.93836247558497,422.714264534864,459.6852383622464,162.61679102309907,429.9962522653485,56.285720212142124,470.7146275417614,155.4844667422834,158.79158185097685,322.10143823668614,441.23615452845485,390.7919709534701,84.28200077647125,240.98091355143504,138.26987870854057,431.4481385978897,346.0349226021172,402.5703568760909,118.18124106850841,2.7866469126546223,73.83204841122182,314.46213439588735,424.7970336193855,245.4538763278676,373.21070302440194,92.89106942331804,151.22963944449143,385.0726617424666,313.1831039561099,415.68157275915445,286.75798598460375,278.357407954681,478.06309861305874,49.47363728214987,389.13286555582516,23.58805848791118,309.50717364385923,457.71237552310225,0.6453204266438362,304.4245545990935,496.1229417320541,293.67169044309924,154.6881813952632,276.1852370852853,106.24493862873696,441.2377063757983,222.99447724886505,23.769365322681423,155.93641072982857,64.92951877337173,265.4244699255236,178.73337059576411,172.60522892117936,97.64909250228231,211.08932881593338,371.2369063935082,322.43207998826637,297.96521883230764,123.70467306031053,383.98165811486683,90.01277619930941,389.79967962509966,354.1981120340146,288.95152037882104,142.115558562752,488.20495293757085,372.3717271361659,150.53954472200414,38.72932476121549,432.9654594229349,17.57101435569569,467.93520219382765,313.01685963324707,176.6320802838424,331.6214946465522,470.84054162672294,99.14913981287432,82.367532932272,343.85599148494975,299.5151064948886,463.45617483890857,424.31650503151167,194.14155455959582,375.2184703485989,483.5035330923893,87.34709136653962,371.4516176124472,95.16960992202416,147.68966218092473,74.38786205255998,326.48229606476986,130.9983893298937,423.0445932694747,339.18651831507503,332.1294265767287,356.84325415689267,213.14586115878598,306.2319803173088,457.34523230383127,87.88728966851583,123.83043288374884,124.61042897173036,124.10747700482,130.52908200069436,59.16934084760106,174.27464790792246,187.42122507802904,16.945347978729764,430.64121057586937,362.90993764013785,472.3577423071632,470.2579550637186,254.1581517610222,262.0053985134139,390.2901895847907,193.10070066652835,240.82647237640487,462.4780055659342,319.5551200644767,478.27412301998703,214.46249445197313,204.22766691067267,71.26153229210347,87.43390365122033,21.292922717581874,396.34118024092385,442.5811951022833,168.33027234137876,196.7987440620925,125.48070299688563,460.7558236889424,175.10908541135996,36.70578115661816,244.96391143271046,345.8076090400766,331.3224715145167,380.626363586296,119.13455619515351,462.2439696221481,465.27944440234177,491.94045436463034,290.2358931100133,204.46052123408032,76.41965910825537,49.27074105421914,455.98828465054345,301.1886910717558,310.3323462806485,86.98589412183166,397.9845812564944,361.1027727390266,54.983847365358386,401.8624678623894,466.02207977001115,264.23886352949455,237.15168034329227,277.40831038786905,28.543858708952985,362.05813179141796,487.0217524663835,172.79302992452244,443.8954313903491,248.93533905571397,460.732943251509,272.44323258353995,134.85477091736425,44.022572599892506,458.3577268704659,147.4803658273025,463.401963902082,498.11966906118585,445.4840836030993,280.5907420934077,474.1041440511874,317.16461631286614,432.13505069702825,268.2978123776538,105.80120231475281,286.11918840909277,244.82573691574748,472.72124876405405,292.0841041241996,209.20369347548944,173.06648236117357,259.47812363891035,279.8189055775352,340.79360719823137,499.3235488533802],"y":[230.8926969875955,363.3181804906473,435.0686060080543,126.51850233011469,264.75642210776687,161.80278492391648,51.46140430657514,50.56380228221274,274.98093752505196,381.06810654610075,414.3512508138114,334.8957964172243,165.42819453274998,274.44116393381915,59.73357004803964,164.5193619704363,178.34946417648862,431.54482735291555,188.15242746364325,304.5712644516131,432.5543949921845,18.366484147910867,402.8256290795608,170.3001297778353,324.4223839742756,96.32063772921984,86.36497862277098,341.5840914889005,282.2267770774529,103.26531467512933,290.8439046764805,210.21911118174063,437.80068586929644,285.2993290102065,322.522933510452,428.778024143313,92.76725201986913,360.7126231999497,335.79871705684246,316.9320602380334,385.0067469421579,144.8437597721759,100.34245952588932,286.9984737969476,89.1577302101501,364.0543928984528,241.2925365272681,318.47079847728503,81.48812652159909,122.88549081213007,306.1291628415394,259.66406933838186,139.10971151835273,486.4426734056172,17.062001264007975,297.14069180937776,110.90213126025361,193.25283776810787,300.03968130408873,376.16684774943406,80.491014980687,50.74035027338025,308.0194951576852,188.23880435984418,62.65518907409407,445.77580508734155,49.69585546732785,311.31949069424064,396.8526610961638,465.3843384544497,336.34779715411867,426.7433832803063,475.8744415668353,277.1003482142709,262.12950498052294,339.0439048424104,141.11353725507385,320.7663522483246,286.7555371412816,477.8858896893846,293.31658684590053,265.2297286201422,289.3589455320466,452.527472319041,353.0629560530286,323.7706484655845,436.33243858958144,468.92077060111313,167.61317462258557,305.46472931139385,331.1642744520854,238.32105336997284,33.238378832649964,19.32427016593219,46.221035289531756,160.81027628073247,281.5547166868921,307.58335136393237,314.8622473719513,345.773809849659,440.93344303018443,159.70647052535782,293.5659862558013,490.7757607434858,122.67632428061037,381.942105696889,71.27301264061964,420.48018286944904,153.5740224187886,361.3467625341043,227.23895535396284,321.8999453319468,481.50056007879556,230.18608974224736,222.10284291920433,157.92177446783546,97.28837321908362,343.6123864144258,351.01651156236835,280.4628146513326,272.0668480137125,175.59836959824372,195.9632556222129,227.90422645931113,211.864518651301,158.1305968583893,96.69156577521298,299.6097963015114,309.75473433506113,359.8537773767526,461.5357965023652,198.4265934646998,428.70600315475787,443.6649312737439,301.84826374222763,105.2475768798371,396.028037111593,241.2965650935896,78.13072015253175,403.54450106598415,421.97789577033313,436.7174451938432,489.3851016221894,87.72707215325487,440.97956163361846,2.478363848431475,2.4375989553584443,273.34174401149767,381.47078737728225,420.1059623371489,72.9109479839789,94.35089565308114,438.2047571637964,484.43070948602434,276.85374366811817,220.01514286178104,183.5689786664928,120.224032163668,310.78637393774835,493.52704028994265,364.5691363818803,380.7903004867142,329.477701922686,104.87623641066673,350.1421320611047,150.75438452403384,122.92487479163961,472.4087050808998,471.8795346406504,84.47073038273528,408.55308543921916,416.6018832813049,204.18444209369392,372.9106673659071,242.149932931932,202.54274221189672,356.7542425893342,259.84462117974846,62.245234409392225,310.2760877668917,358.0022083594887,441.1092993222371,302.91422598739103,450.3140443879424,160.02148738891458,206.96196008246216,211.4786370121286,111.09767353960126,350.8946980995864,362.55545418643976,81.3635621713636,126.34604047853337,487.6030895423791,145.62335440852604,241.84166114889672,292.7482653000249,62.16151317541602,28.613228194008023,179.45985938284943,27.663843709857804,277.5592793984281,19.491548548620173,232.42093178461954,420.45937973609557,367.8601576881397,8.642601653620574,94.39117372544764,330.26891540209743,245.75301656757486,178.67717681222166,182.06173189001174,255.67743156391236,404.39875558697486,132.4366217115691,149.86006603393514,494.37146345682254,489.44808851933243,306.37388684652853,169.04528440854745,36.25141685097577,491.46389445053666,60.887130592553575,248.77252097248765,360.330810388079,443.6559194698193,35.72997826754054,489.2745737627331,310.5533581647168,442.58200238740267,253.19989147535392,269.4625766099659,211.93176794330665,411.650296778732,302.1999061005326,169.53433884448637,172.9477343296747,323.8800997038394,55.82929067601239,284.9643751359806,339.7423251063028,21.38776200723519,158.87386336417742,90.53081372949495,16.24057631559994,239.00799358150977,230.41539603575566,61.406731533984406,317.7667079120545,220.8952768579406,161.45444900143258,487.55706955407885,410.4618174504955,278.2296322815474,116.31560298604433,466.77869704585476,407.2304791071969,248.21447389248868,150.28470581990626,358.90983996661055,176.57306391344463,314.38048282476615,449.37540704723847,392.1043542401331,47.08640968577155,304.5760420360111,496.4648570974598,372.13393519116033,415.21771481284793,66.9092674118228,178.99345538252882,117.86456857807087,448.9928995669034,114.58841560651966,16.06377679281451,46.68138099780889,334.030219993246,166.8982078980269,77.68884824538502,309.6555475259815,414.5790076833671,218.83723745763777,351.3346002463035,86.38713211201777,133.154498785023,382.54107689924194,372.0399878443575,410.2905184459584,325.07659001696896,195.44374214112992,253.20050781701374,110.72877458661556,451.803278411474,251.89724065199903,109.4999184268321,442.07831134409736,288.4614779069424,318.13666770755964,1.0587915245354185,250.89737604602018,126.61801240790088,21.515352886360084,377.3422984923574,97.6557918651953,188.8626063708913,152.50876946114528,344.7386164825047,78.692834922175,90.4062036673765,329.72962428910824,349.04492354970375,406.8122868513747,181.669201178431,54.691703690493696,12.534987009398424,186.8548721752653,192.48511693850838,86.35787929313298,146.70742340898386,334.42329488850436,395.7071327797558,156.4066071892013,213.08380474574855,395.9987552623685,460.2664629054083,136.4772947567832,498.7843664473428,337.41511713627176,103.51624576674101,353.00660621243156,47.82371805448932,356.5950860096806,398.5679811672362,330.2883451420892,377.42304657943305,186.16865398504495,431.49986160377193,65.36099521449084,330.11270650041905,189.20971338759713,171.68503545581808,59.86376082010142,426.68275672188224,477.16073165712135,377.5560359132062,57.04601795660125,439.6362480472911,441.37510876524425,73.5578709092573,232.78735716455017,341.91346571855735,127.35268336421251,203.679127718173,176.9165963436084,304.737676248917,176.71864370730378,422.8549829714659,493.1114415299519,56.795212882998655,449.4081042739738,336.7696587424449,17.413376616212005,33.01370169831475,6.688817007228176,381.7974864133317,149.89002759251048,279.02184583127394,119.80634460875028,283.0352899860435,329.83925807296674,88.68476269351488,444.52878653907743,167.88212187527108,386.7036388458148,424.6315747541147,71.43398860192379,317.9937718220332,444.9857026498329,348.6838114813917,43.47425464850873,75.9518433853818,488.4423668272441,177.94495736236908,133.49512261440822,295.98826627234325,268.9192346724221,151.03342701933332,106.45786213734837,72.45577365017486,272.71512010729435,472.2611376741893,487.8546201946255,307.3371196277918,382.5795524385525,91.30186515430533,440.3529104830012,294.7014891161427,15.234464801599067,32.80463085585933,442.72383205642257,99.19877362695789,360.5334255453156,127.10280458357387,419.75658970672595,59.1393690692707,7.459555019025177,176.12616885218097,46.985546023713965,70.67507649756178,23.18416056970146,85.99737190931268,255.95683010432734,310.22994987335596,154.11555471284893,73.70215057179524,483.13117065095884,244.7147390326061,193.50494160136228,284.25405561918984,348.34617121088087,369.43181526471767,127.89302880373515,328.2435237940788,118.20982801803231,57.92795316688593,358.3047523174284,70.12574540256999,328.3165554787812,138.8832341388464,308.5142649626903,27.556827404510543,129.0951394991341,365.23572888967,347.04641134577116,122.66565420922055,307.09115691437165,172.7144347388977,4.146906646760373,79.80537912391638,172.87176254675785,332.42660190486504,149.32650525175933,425.3258585543783,182.69033251927584,213.99372071038064,192.0184243019103,15.81417329641649,164.94528680464543,86.52057885275077,483.97177203187465,472.1151914331228,453.271037536968,429.61716114615984,217.5530919912995,222.75781981515252,378.9126327465232,418.43962112909685,8.894386542782073,228.90156729748045,12.006815816189897,76.069273201336,25.10436810986971,23.267677924720232,372.9087570081226,200.62542765184887,496.725623797557,223.6448476604782,69.31167309101089,106.03060003399206,128.60875063293759,430.8225955410481,302.1062002964996,445.082143841446,473.83146573913206,273.75400085302687,30.652485112128037,356.34706547081515,91.51146961519652,182.5855772372776,119.04106566333927,374.12948026125986,338.1168842877027,339.73235327162837,157.23347002967674,464.60102478015335,432.8081439989521,422.789515822911,170.14966078296163,262.9509177558643,336.1131706382677,327.611437419627,275.9147670417022,269.2395150013667,364.9835062072051,314.4067843363474,60.93798443925641,215.6496411357358,134.98221038955433,460.3784431935362,287.04770918891523,323.26553661758635,230.9654173218426,325.94149485893576,50.08178235001948,261.7406511108211,437.76405700316946,161.57573757910777,91.43888396690409,133.35643533238084,240.7850453720265,494.37972274905144,41.44779136457649,25.69785618860909,12.15295969372826,233.60855257495234,270.25723764537,31.573115505153904,12.841092080393357,446.90051083636564,53.94918616361416,456.66702532214083,386.83082059351676,15.35916601597881,239.3789741238726,247.11390268463867,120.61870087798715,267.0812232746079,45.25001879838175,207.10939090258424,470.2792483723292,63.028348820768464,365.7013670599722,137.6320211320729,177.06920990240855,376.0259663027129,460.02619329705544,139.8706684995648,191.1877603243107,171.0273970416265,150.16513483080158,119.21363666841611,407.2034754475007,82.50268972385211,0.07330724760712393,114.46020983453403,244.90472099651512,32.50951244908362,65.68374011882727,445.7937757355104,393.18529136613614,119.95777913007794,185.53175670486095,450.5058074519218,480.36556791911164,301.2969611923513,292.94765247282515,50.65235673169538,55.5186629202376,33.30742780287349,453.9719171215519,17.289277042648987,351.6605699081143,326.9833006541703,165.96260703814636,118.77227582301775,464.2747117316226,425.3914009497417,115.46796984637969,111.5725398092245,471.6852685748355,127.58947077243916,437.34150778829036,442.40232339890866,21.2049381435071,132.19423258483582,270.24271237186906,159.64094564470105,408.182667243555,0.29370754550600564,88.68517897042128,115.61917118550214,480.1241410135616,18.823992851061234,226.02713847033073,179.19949194533552,116.40157891253433,101.18281725138873,281.5030645138743,227.22577590702542,217.05888735214202,246.44660689490604,390.1372322199679,420.7615917195997,305.17063972238884,71.7239197665664,142.74000960267318,492.6299129233368,243.53248933930405,122.32737983383151,258.77146253376156,13.091229000627536,98.28476194557567,219.7317759982505,331.9913654614946,77.0234135560468,317.34759639697705,86.9854497114217,15.7969672909542,484.11991854290517,316.07893816347115,208.60070038580298,35.92580618740471,156.74948718704823,92.21118448280264,296.91284477575647,443.10331955956656,382.54719868278585,82.22526391596146,229.10299506060844,285.30164646158846,412.46405164082313,261.20536603952837,106.15770204480212,325.7435573171769,375.1301301102966,296.1885682779105,288.652356022505,460.15576027734085,402.0113208735934,22.256430092138235,207.88648046351628,28.796096989770035,203.9938132316087,348.624586712535,317.6125869199774,305.31942907528924,247.33426367511623,328.86451763575076,1.263000803276071,22.61674597294072,366.7913250087113,119.4324775117807,275.51878712452304,55.18344165266525,191.0450549856509,414.2999110783284,127.52047851317528,21.50961660520845,430.07895106434637,466.32424330894213,464.1431883056352,96.45833440405494,188.6846199351535,449.1661393788213,84.50859775079533,281.62351077593644,133.75067774941456,442.12986848611314,110.73745065750245,55.72513368348364,287.4067429133153,305.80430217734187,436.41629901295136,262.4081207608008,339.8907652266202,108.3622769189781,203.59350120127857,485.7037118584755,289.2239860749559,14.423371874949408,77.12269220096168,272.5369278453104,427.1080573656414,179.4483285250989,460.49246655824624,13.341634917423296,99.87634257699102,232.99086037891564,225.72384302706493,448.46973307710005,167.06423568856576,32.64177396821816,433.99446277011026,19.59226191682173,260.90967196060365,302.6435545497683,473.60296046394694,480.71781767234,355.9167638541376,63.11944963533234,300.8289732674703,444.9303250222204,208.40005805802159,356.82582134174254,335.0328308729662,473.9384361718365,165.54610659701896,227.7688780882388,266.02843992301877,45.96284171991372,103.05431855713931,49.185279693557014,157.48914604589714,434.597129948033,483.5305202357266,352.6296051920338,132.16111696675236,120.70141506375515,365.9059101755903,151.22099315056553,157.47140752293532,271.2363703716071,216.43904683570054,350.0767393499344,312.1660254062486,351.24922726308483,48.48102923077169,276.1212379353301,376.37619905171005,200.38488650720777,176.7001372071889,376.5231135411261,378.89920488918506,145.77414796914528,18.438083463998055,361.48264908278236,367.2913140049113,469.40281919076534,231.6477295072163,194.9754123338207,486.6259471920732,63.56955759669475,230.0697203059912,148.32279767761597,32.81721799053028,24.4163199443308,229.43805858062677,136.51701519278132,160.7661291072416,169.4479345213995,251.24069692755162,64.00663628223529,391.18750955741376,252.04119148520843,94.60105994605905,84.73175274734513,180.3208506552732,269.4851963657191,290.35067721520403,480.08447351691893,55.010707330605534,122.51034355719764,454.221707660263,398.97939819657773,38.92455342684148,31.10164561260692,82.65556389030986,427.97309580472023,405.11382056788585,185.62262011930875,71.62244175466908,65.9694895486152,213.35473510481552,358.08162177359605,359.6292469216614,329.55617042585646,7.559927861530147,356.2968448341264,462.82415510515705,96.10065374654897,217.634246818383,333.1346260938086,25.89421904874778,32.793564864842416,447.1199941219452,148.42309476861772,457.8016593128392,454.46962163215267,14.052986178201554,119.92344130213934,479.5366589186052,147.20031688321427,188.20686805106845,63.573215882972434,217.99156259116148,461.59376744713785,426.18976821636244,77.94098728466548,237.08325485658165,92.36411195621707,392.0556979011874,286.7027231302453,262.3170439320553,29.83535317854202,315.0327263858295,173.19473360521698,91.80690931356466,198.51984423752705,300.6964470564754,32.31894306941885,34.150381045231825,73.04963005032373,461.60348556794133,25.112719110518544,156.32095694706211,235.67315529601441,226.8267183901917,295.2134864371204,194.9020118937549,359.1216395463307,464.9262199017663,76.91869336413481,397.32120316248825,331.10595132729156,451.8843270747308,98.1032636191364,65.1743667027227,267.4046984062335,55.83810564157021,108.97845463892025,457.25049347720784,160.3621866293517,464.7149188453056,322.04438304920484,263.17836982538864,56.9463331251574,85.04648033705281,98.36960793848215,200.39205078555383,297.66931247835294,168.7491382177086,438.0025325093861,421.612737269856,392.83122567861153,264.4086565581256,348.1138335221422,413.26047793448447,49.69210726321044,417.20972584158994,254.96620985090624,84.93594952575944,401.82932785667566,476.15841077314366,440.2274656668321,422.915587010712,223.1091107405423,339.48344602551,470.8195064539642,157.65514924478984,17.083804523351066,430.7566824646852,426.0245299278615,273.5209572268416,272.09345237079356,348.4215156456393,166.60504974072066,25.138108673082083,491.71224647932013,323.4167427878518,13.343956117902566,213.08273436186798,400.9486727245548,345.6911212973898,189.66892467803115,298.9426472347015,69.32554024976412,319.25793459212906,393.65301226531557,140.49432364299514,262.03400986817394,54.194589667834414,309.7019654327854,17.27246657640763,167.77686203103175,413.2387728014739,246.91562566508463,291.8923219590606,182.00845243278275,354.36449448259555,274.5277814916055,461.5174730916928,337.28103615893565,459.1245300457024,365.54124441530723,18.975287764266824,386.70849001598157,477.4034029357831,375.86218264197396,303.8100396991101,189.1180132418171,64.22701872599751,106.57545968547372,88.20120476897658,488.4448859395571,319.4022069939998,202.14364152920933,131.29732507374885,491.8106969928987,119.35964938791894,111.08971186586925,136.01617123312388,310.7146474651825,274.56906342799573,40.28421970049267,476.67785571411275,164.2998499940067,394.8451195529041,400.04844425909346,19.407332375123985,129.70216547861685,290.7565336383032,125.92531700071797,265.93951671383513,318.8016618837687,318.63219932524663,326.44350607270883,49.12998670925184,1.2244940431874185,10.107206488810306,458.5033775320179,126.99042616090111,97.51488956593401,330.2370157895579,453.4323319446472,377.6439098688585,137.2652581772766,229.1685593050241,45.72776352383395,135.73453213432646,114.83389986972747,412.38531218785033,332.8983400560082,16.465942101720422,52.74183655750747,351.481097977955,327.0192039749444,279.3726032830329,325.12609509685217,458.65543239676316,251.52631440082595,102.24567667008199,113.39162835486738,199.61751355886625,97.08700467533943,305.0037475995202,17.523282484891322,260.86858637023954,120.46495487550062,246.42053856874153,281.41393448973395,399.4797506985845,386.56101392318106,424.1309671875386,363.11139711494286,470.5651096319186,442.2310051153278,111.74968428331678,381.989349201919,4.959485354659066,19.5227235780962,419.50730402821483,147.0071790104499,49.39255738421189,138.98197491994424,93.12258583632804,72.66742695079859,258.92459010406975,126.89070736548646,141.63229635437835,241.05541537201975,247.29820869980435,295.9313747357152,233.05094784837954,211.68223828797073,319.0264748365306,251.68197797152757,391.8019296302114,463.77260002820316,401.965227415629,2.797475266227478,214.35990220699236,250.4611470492697,339.7540731006886,77.59790850794491,233.11080633037207,149.70457086569346,58.85475104752141,399.11659138082547,276.23191864333427,149.7087739106105,126.78700301152695,187.1088248073914,253.84765852987277,305.9582440962492,376.35115015252836,299.23385107131793,25.077944721555333,142.11112186951823,298.1019364402672,342.2102600743015,169.01202889942311,101.59219910510048,363.4484870754857,410.19912683266665,125.16566645195509,28.827864494348432,87.22102893843497,34.14470839215294,64.37928014102206,248.44405837659522,272.4454119078602,354.9748013203625,294.01231944814606,234.34574124039165,469.7725571903646,399.98459775492,233.75332148668122,483.4474132592439,497.6741046750005,41.20387601915604,481.56031119549704,431.76900739934376,460.7267568852479,155.98800515221507,288.6227464026679,372.3128954734406,242.41217045142523,185.93766727786414,462.9480548875893,265.52542164521856,377.5710208843385,314.2447901757137,462.32067933824425,491.2001788499611,375.64658521206525,48.49466873859309,168.5511617516553,12.512259501481271,417.1580719961381,173.00090380712012,374.76350120865277,273.76122585691854,484.73355443598905,29.81403626853707,4.661854789458353,439.32982535266,386.50114544313425,298.095170991215,426.7071456746516,134.80436818070402,490.3117809330772,328.50687252625715,49.719062270945415,251.89599331362083,131.23513822900478,340.57423377386596,82.80450768902364,193.00968295109638,427.13884264253767,165.5619044303046,347.08502263546075,388.16732373275323,187.69862089597183,354.0303587292544,204.5802919976185,90.14572465493865,325.6210035897932,416.46683302820645,260.8881718109117,340.9087188436189,122.00633052910214,15.296559793596455,371.574891735009,410.8912816898583,273.30010501625463,235.8004725126337,395.5629133444043,212.61904278618883,205.63633001589622,286.41293484336046,136.34006984013735,356.9102981089055,230.9952743294141,258.83710638048547,478.43168119479157,53.96598609654901,210.2669427406848,172.05779819861883,113.40719520693176,158.98588221337556,498.606347597594,303.21816473321263,307.76383960916456,495.74645272611497,330.8884553034152,360.02891320876915,339.5225634166075,79.91876543296061,244.22354867386304,315.69066227900197,252.83546216867376,498.7364393790426,107.75446674077499,465.92373114187916,78.90845808325008,453.7205038411024,25.908023359501765,159.65318733615885,413.1577872135258,492.1182167834269,368.9763968967507,341.6356894060968,440.0940089786128,348.9708027494023,287.00631007300836,228.06322984309983,342.95026346157516,406.1740210770319,280.5292315335421,493.0296496643035,75.40723296390823,92.41007927130124,139.99681022686948,468.45056799924924,459.5505995102251,326.6150210771157,271.11214481150824,110.41594439745728,185.90597127999226,391.22450940393117,489.84361323018186,171.56784715293406,92.5254018585272,289.78105110508824,353.9733096615825,240.29141630203821,200.26966452052676,65.75998655224436,177.77243933306193,89.6182404693453,338.0519429441521,74.58491229182562,406.08925307056535,337.6630333435142,187.8244729212486,398.8149899003203,356.46550021743116,196.71315337398389,220.15104017984643,447.50298244884755,484.43810166072086,34.622359830834114,58.31950184458745,495.2487599671548,297.8875221721957,493.1898208226563,59.91918598552798,297.9312215942415,199.10186597618755,478.30703128147843,376.58748144678157,457.4148672977052,311.671890993089,89.42188745777186,291.96680913473034,233.51606322046504,335.75651138913554,495.87872243101356,158.60209832763323,269.2610479891421,194.67954902459167,320.11016261077305,276.79743316422497,320.3124962226653,466.5263004823256,341.6423223384982,280.1910953385319,245.54796736050767,354.39545343885555,268.84838617924225,194.23674920146516,479.74561335866474,207.6249698512271,437.7693204947914,382.6628434221401,338.38550786358167,226.10517735236624,128.011946086113,16.099000738978965,369.6366907691563,98.96527098137686,249.45366557024062,96.56701409655206,101.55329812819348,390.86755278171876,101.66032200796626,349.8422886246984,392.66167302801,342.22337859345697,154.69343253411384,329.84201612375534,435.50896813235227,157.03266315425336,346.9775618287593,346.5904284320618,221.46638508487993,335.8025169351145,36.637278217174774,17.787270399274302,129.41857868525912,352.44636109051226,386.9990098649631,346.96897121815806,388.23327486443554,91.04681685728406,342.289868767786,375.2300180160509,489.7937079023562,27.33569532916991,63.21528158280171,280.3286670838523,29.630649674493526,81.13504603587307,265.0249767631033,118.69160482664171,494.7050065156209,103.06799742487493,362.29053041542267,147.07383252518875,200.8401377265438,315.63314002140737,231.31452560734272,311.821913906318,190.33572025634388,254.78656458038844,276.7996125880067,316.0858923096103,218.7208679757392,114.03232812210162,443.9156201444194,119.36994048536265,401.8258689989784,306.99382872673806,84.93925265456332,76.80197321601312,43.664384302372184,201.46085807292886,45.26418909729346,370.8834142461074,105.12153862382434,4.068424832230133,77.65616355522681,466.2660956969423,482.88253001596354,189.94773003284243,414.17599577135167,236.94727088737721,5.97615710692595,240.7354647258544,485.1381870206308,295.47991486048096,325.3246464178283,60.65198556144175,181.85083352582342,9.263299519000956,302.2146326374876,40.57173989312768,173.71239630416707,80.61067171521957,316.50261063304146,153.16577238425793,359.03059250117184,337.7778542202322,450.1307198961519,25.841356850383303,392.46846164684047,361.6002413061064,439.53716853819253,283.7578834054581,401.0711268182981,241.58075066212297,144.83701300358896,252.55844928417665,302.9672671065493,96.11744950487966,447.83027153671173,338.248850443431,422.5310477256998,193.0128002172739,36.8598321321803,185.5213870306946,478.8619623715877,85.48717694155766,240.9389901706081,314.61862007383934,172.72926674367966,473.348590439643,381.5443657792429,271.73146181046855,275.3854606484011,342.59259052308596,471.6813373821544,213.4748029762117,363.1160378649664,488.2714143476634,125.05530713966544,78.80850696097109,242.33426822534943,210.93648827685334,454.86186120089224,20.27583843787206,476.36044885705934,299.3106679471702,143.7329983713813,472.93693506665494,199.08555108516813,347.53230606211594,271.3240697638955,182.97537711458662,302.83345234820365,234.97463693266886,345.79215286547804,1.8153710635845366,3.1861443550102453,261.6029556829872,97.51024291697435,171.54808929643895,220.62171206028376,109.32488134462598,11.949632640543717,443.2948015442188,87.51635769402172,137.39801660180368,395.0849580491801,480.77684236018945,28.481009078436315,114.25664244038408,98.81396126564002,453.2677354622781,9.06136894423576,466.6153851170977,220.06440518463975,91.10800210973113,266.35025141114403,186.17903816715102,380.6529046381349,483.67700020719917,288.2954261202641,146.35870659966932,329.29743863542154,232.28697424528792,118.55192873714432,363.658873403055,63.87270331687017,195.1028277673791,340.43140825820456,14.74166858554915,299.4600371154128,498.7859812659563,278.37763968813994,325.9846620573664,499.4534551570117,491.9762025402392,299.5575837987268,14.492782269588167,230.29586096624078,287.0228236755449,317.4422782078912,229.41863504619664,134.22159592021904,166.9580386623122,283.33145709369984,223.0851692782384,310.516365346763,481.5001784468684,181.59673391202895,53.04402064834546,123.14388568907614,211.7795892365968,68.66899226181184,9.804710986846265,391.9872461459436,429.33480673344155,418.64868905574866,417.83420113608213,414.42370557364626,109.22575308363442,103.78365822183439,367.47288326496,136.0314322703821,170.18704564586295,484.2376050732085,76.34579219033782,256.63299276348835,387.0342459940628,481.91919499934914,137.7048498489467,39.55643494076189,53.42944490012563,490.33329648994265,83.19861048285254,51.67049311761285,494.2499413542867,468.10047728099613,400.7463982481195,54.231526903856796,175.48752501579108,417.7894975952844,454.97380491635096,307.66896044599025,296.6588121235137,357.5868063444707,378.15349787008506,123.88545583663019,443.2898425274536,260.23813991997287,499.5674133032951,298.48022813558,183.2908216534902,102.05809376449076,412.39650873893635,467.43944776781547,121.0007918177055,201.37649527867208,127.48009871864025,11.332394916401311,489.57934532649915,341.6167336877767,392.638796659044,85.94175415517496,460.9841034406579,32.15708699369885,284.81709974592803,67.18907889656145,371.19366704584314,382.70085217260635,143.0207455047822,97.45382850394435,12.821781354816487,311.4608985277835,63.323450259485384,476.9840014373733,233.04794179040954,419.22675419787686,380.96496792874825,484.96379945001013,263.3871487092033,183.2492005224806,393.8826768767875,129.33012484850238,206.50959856651536,61.65314246425157,318.66409624493474,445.44270059691047,372.0674028157178,351.52402555749114,216.8524279415669,166.3646333092077,10.797689322734893,59.865316147690805,187.99290766766796,26.510206261029346,400.9105948064251,497.72679957984235,364.78040930458354,272.79958035458026,345.5703194572858,58.0126118397859,342.9102180806594,400.19320414349386,272.82942494350317,481.7221943162449,218.45226655846622,151.9547624372482,464.97433765972056,499.62244803030944,474.7881635480931,428.1601777076151,308.7299580689971,321.9596832779857,462.5509312318367,269.28082116112864,18.21518932761984,168.57360034949454,198.4115376314454,493.1007039036655,357.9675354236584,121.72806057572211,320.5351503306508,9.091982190735258,341.1119959408389,396.34870732896485,498.69239382657344,247.45110586331882,147.67877641003147,112.42523509596353,250.6601133314836,254.57756795563364,262.0772777247346,323.3877361565601,435.017679097626,421.5863235184931,390.1670668388673,30.201196254435235,183.97122346467216,480.79322670510345,483.41115654967933,21.91458656728512,231.14111556193856,497.0403356692804,212.42105369500268,400.44414297274454,425.39665250033477,326.00193925909997,239.4646011912797,150.50301838722262,9.635341130667275,483.74507221566427,205.4132338594063,190.9347991257203,95.18844583593422,255.58608857664643,209.50689217737812,68.57834156156467,74.18780133572162,373.4299377570029,386.09177660271314,117.94271202120204,267.92677126943045,319.85987212120375,372.1316720280327,252.4808292847257,90.3535043511875,259.91127467132634,446.0517180376713,261.11738833979786,410.21734297019816,128.71216753138464,112.80074005403485,418.3336606319516,291.42301636440584,67.69890862414502,76.02817743344964,324.05321165217117,41.5016359744923,478.85832146290136,11.139487089964373,165.55967193490977,265.3250570576219,339.86761881380227,339.53469158286333,309.50246124672793,206.18961118382717,371.3549600261622,45.140918754785545,1.8320713139994282,383.8163934955284,193.61220135204655,475.7669392558477,421.06071577698305,308.52315761277606,158.83753732691108,421.51145677683627,285.15108834186236,82.80514498405972,15.178326002531882,189.46025272561212,467.2411138842725,485.58651889789763,56.47308022966141,33.26414137711009,110.4419406387489,289.09474467096464,352.43238033905334,99.50139829998517,320.7958629406705,46.79758060034034,172.37240471801218,498.2303444978211,244.36680178286906,413.99611606117486,208.48660612271746,212.1030623826662,258.06998510727493,490.9692713341266,224.97819436573974,44.898279833649525,40.00010620644423,407.65261886122425,252.3371274961206,150.42704381933942,202.29528872184406,226.87136818848296,495.08526845827004,417.3198818654341,449.53632741306126,403.5274139627377,323.01446551165907,228.61194803687812,336.4123844429259,435.7172884864039,419.88288139291444,27.36219857172323,161.2606154344365,90.43147759329389,127.18476552385278,115.48665836018135,218.82285040060594,398.4315684529429,252.89133199873282,448.48865750596246,484.7950533203633,214.3211404018779,273.879055331763,372.2808373889791,40.77883095211499,317.1333750922803,322.5689130679826,340.81669581970135,435.08924640692305,497.88669952935885,267.49872270123933,150.41507403064685,9.269772891490557,309.5760687026184,87.82402356759079,176.56804444372386,241.54722919617043,24.32735541647746,421.061747758248,231.88962143631537,29.996075180664217,388.3314032806949,388.4193437570988,204.28787089255496,374.5547918697159,493.5255090535034,236.2060149743203,324.9075011139105,294.5622574207773,64.80782854348266,133.2504922573671,74.74805641187687,362.2263718447172,377.2680697797444,382.169104250106,455.130427894092,372.5349612019188,214.9671282331696,151.79446222111153,409.6931005864554,395.15071558022674,479.7688933226704,53.59147460536445,489.7581252023238,183.58506875100156,80.17158124870733,183.97109320751042,345.940739109707,151.33942590695438,445.8593093434732,90.36702260975909,452.61864624196943,325.5360941369143,30.977658971084622,160.92818388789382,353.2397298929092,390.4753126353278,481.02127949366854,18.066768151580035,63.52215937128503,464.8761727511451,170.7478122383785,87.61399841529693,201.4728358847042,152.4046511855332,354.4570585360572,73.08756534859351,427.0253513763659,206.44124008920585,349.65358643032795,160.28667139377944,85.58380309107689,322.2402084048675,378.72416544071734,373.9479232507251,424.4288011338339,309.7738710176673,196.24165118172309,12.088958819610196,445.1274755409295,162.59264570088666,11.869484758806003,317.38400641105653,81.98058789259049,135.14531325971907,9.517625579862132,311.238034761256,425.9195895051025,324.73697494776275,145.13361146511622,419.55083652424366,310.72110328680355,136.65861497056676,214.0802545595904,28.053710102137753,463.6242890145272,325.3429181614033,461.3671914412051,316.07397785846723,484.07754531210134,377.03437735501547,135.8169648592747,483.3619225413668,315.2612555530575,370.65789222035323,330.19194040410315,112.29251526968798,93.79140571962269,436.5409510295475,169.68786168417694,1.2615670903297627,90.1731524331138,457.82069126260257,48.80604760269402,234.2116734254277,431.6632400916514,96.35101620130648,169.52745544705994,262.106037912031,351.67111607731835,171.11753503909188,312.76068717255663,196.98838591221644,265.39503686373024,358.9493516963131,56.507818853356376,42.075690868782765,93.75066739818816,26.24286373242396,292.5118068465721,65.1264567073675,67.08991995265995,389.84201262874575,96.16428675375732,379.4114308416638,264.0312734927233,105.1966853828255,28.392687728553632,391.6377625033582,312.44336961028023,490.1742334926979,204.53745056927298,394.46984547806034,458.0998601769283,406.23970821418266,439.76661554428864,147.2584261681985,6.032088564294879,334.2681320926165,34.10731865922173,432.1301161755993,475.5961495709887,72.6784584640156,196.2228995888128,84.48271153461084,477.535194907495,158.56043787674523,10.298235599023375,453.9837890009251,299.59945399749546,104.66774309254068,484.6075959979998,277.1563751905023,249.97326438526636,464.5334610090881,23.887493632446244,378.0451638525515,430.20509142543153,110.50269694551446,50.63493335161068,185.35752813553808,405.2059098860713,453.04859325319507,10.947740758549763,287.4327046929066,291.9873118968366,49.64268672347155,228.32932362253504,479.67359632234724,222.80259464875058,37.433753255145085,178.47675868709285,218.34232920995711,92.11523155079765,113.25126488603642,24.606043528357603,172.36204168178332,259.0565025060047,385.51838202722047,61.625928995593156,19.28056957818447,232.28659783669775,71.12935140164434,135.37630493471852,28.399410751051345,491.7304220665336,286.1241175620212,158.0867967034559,135.66580999664833,330.75075534206155,253.59414428454164,378.16359374309235,449.5078330059031,28.336179206826685,457.625381245398,444.4662352814947,461.0924826820284,314.73641462114324,210.65272858080309,239.55583931814866,208.49109771142034,90.44144966899381,316.2642418443159,235.7310411624774,299.67981447113107,356.03322461385204,161.44765210354367,82.09711914248268,341.8228257537957,301.7905180620133,295.585027129224,123.06736070668289,415.3889368406377,453.0929231583522,475.83033190453864,305.97084416696066,72.91149466868579,5.249225905191446,305.6326904973819,355.4084474669465,87.19987006722751,459.99858807496105,475.4280333512076,411.6296147560901,83.54326911537163,310.6863251811341,160.5796669002068,54.24291770648282,251.94428511929618,149.60413978930458,367.956797319241,92.46871887228097,220.19350872406213,466.10918738211603,19.6980027303858,381.97979628568527,133.9879622914793,422.8181727807478,160.9116780890511,98.5896597931184,497.3922979810133,147.3928486477618,405.34495312814755,78.41590035406392,454.3308762054648,246.63572370160074,352.63829795028414,162.05105589981912,44.863411372892905,443.59226095685756,79.46992650392315,182.6696659924534,243.84425275063992,16.566398718760922,152.5682009553501,104.7898467274312,483.20003488044597,187.10512604561262,409.43259967837633,6.895925973828931,356.2039133172778,378.25385885426033,26.861753320462146,446.3210558999445,189.94581422137148,418.44665545711894,401.2226915246703,418.2460713699006,38.34620750150059,249.85852057602114,495.1996420896254,411.34113723987645,105.04948133432757,5.0939348189716345,441.3868544768432,487.8403342433238,407.3200753634967,191.38895415005396,267.2716010711152,476.7114252518193,389.24130493339294,149.52488756947918,250.56488954667634,386.25912767129637,275.10926359891494,17.252354715417916,435.719609948732,131.89278853166925,355.25208562572044,437.7656302152622,150.09989816867665,225.12946487748053,19.05836444769293,287.4088038560245,340.39046015100047,437.81695916840914,72.04706733699307,55.18868608986327,340.5609619703435,351.0719527785325,306.9792531156769,90.240827358883,19.90234961289167,493.13044705466507,330.3625951176067,449.4972765491028,359.5095574747601,462.3284595231649,8.787102549040416,440.16483501958487,44.36891033185958,229.32609620283407,347.36556454694136,429.43437520012,465.68580021817,93.64680408880017,190.2696592953884,289.2103128665962,305.9565889112168,468.86824218162934,240.86675524246155,492.78886806333475,173.58073561703534,237.4181166251812,74.99524036179622,7.114116221417888,355.05501270215194,4.738124419473799,451.4635082947072,337.5116292358435,452.8308998793314,47.18146290925157,20.145321804344473,241.04035925781724,335.84829681403204,102.1846785926046,134.17708405024965,143.09192768509854,104.98643416032027,372.57592787759853,54.28785609762726,10.515125053908447,262.3607381290256,144.0825341611544,31.334081828614025,59.063242667729945,217.80890882147224,128.5477150826614,172.6971515179172,382.6246285160623,168.9211229883027,92.99312140354287,412.2411611890714,466.961706262459,466.6148972435861,98.8806518689111,282.89596221138225,330.1539964628328,28.058793931524995,434.2742328561816,355.72073109072034,188.91215805631035,199.62760771657884,301.7019363032093,334.1502721522242,250.44842200892313,153.14011154810126,222.53233405022,109.26951310882544,325.40563382734825,441.6241217543877,6.574676989685003,418.6928704246938,174.20521364859115,9.733901413522927,189.29919243648612,223.6369624725858,5.4117790157855445,371.11774288368935,457.1835916308727,384.07571810672863,24.1752480703491,313.67082670137756,472.33822300529164,426.44971560687156,394.0098438796549,398.07798883521707,304.4568248142789,374.2926235894332,348.2167553258438,334.85410725499196,107.60675685162785,449.315871511623,78.05597433766481,401.32970638746093,473.40827409945706,265.8812045369054,99.61809340365835,464.9763501499829,425.3806127854629,494.74722277047005,372.6855786867209,167.79150454799114,68.67173987441727,475.8450197612823,325.9381833909206,103.0525298601792,443.09136468512946,32.84671023698704,432.89540766604955,334.8380894413131,65.71893783844862,363.81950273918716,201.2392416239742,377.7045538928228,422.93761382781184,476.4398849107565,385.62562330290064,322.6166986525309,390.4513176419146,293.47507520610714,472.3064955857808,319.4798320278629,214.24973022847294,413.8712529158531,288.19393611646245,350.7873335922826,351.96692616169804,301.5852698623449,119.05635552079774,351.9061228554637,124.56674316289285,12.78411987257444,213.00786287857355,129.39781863723314,63.37872336347766,81.00876701114318,437.9014221162307,433.448891099146,19.58620582207854,331.34792084576856,382.47803426838175,206.6529690817363,444.80206610441485,74.03101422141472,1.9728240656338714,128.45543901174926,373.50067239517506,499.46325355433817,193.4923102096245,229.29079168098127,483.68722939042107,194.90381576080202,297.28798000610067,455.61827390928414,4.7309137989520185,356.1132272745128,496.07705099329473,407.9364645938896,363.4462710942793,434.2410752724839,314.0525633083426,395.97473697610826,189.71265610001527,489.51556878220475,440.27165679035767,246.30485711861812,136.99364235659783,377.464307935094,197.93602597383781,340.8575680655992,481.04208423921426,193.8146890210645,280.5669079732525,48.27416149183966,66.35555940034816,238.12171074352173,433.4868880379207,150.4169190582038,318.57507323540267,96.2804881610081,336.2437422203741,113.40312597466934,420.71867292854273,427.60891041605396,34.7004884003817,74.27683202266266,41.172891602024755,149.46520913944644,320.8477022044272,55.79091036025907,457.62453883769837,143.9476898693423,243.9765930581259,29.01459229367892,267.9484185417822,314.94123368951165,460.6039947131127,365.74653405658944,134.75765292751473,301.89878966748233,299.2037891417639,273.19639147874693,90.8024000261543,132.89288319842495,441.6143966545042,414.0777986742746,140.6152528107556,148.7831012088628,72.72135134424428,361.27469111328446,283.8354058425622,385.7594847191024,456.66350362468,300.54367574281184,94.36713219944586,138.31358789310605,220.77171143495684,239.38235997907987,365.9565586971662,97.1686620400149,279.2164761392597,178.16551486954702,80.43251887768565,212.90494610617355,295.97286045352837,85.12800405432641,455.75506507050426,439.716119387778,218.38623743361634,266.9747165474929,137.83751603674938,55.546595220056005,223.13612631385487,492.77268492357933,428.0794991494113,247.09321366038844,482.6495055645321,389.6287923774687,464.8067248056244,310.2569123438937,148.40380957701223,353.1592116741564,90.07961593353292,261.9079490423683,322.6321648063851,53.828008652050784,176.94899772042965,52.749611174634005,453.5471054418223,105.44742050588168,55.34760006041661,103.83299145573515,18.812194058208775,275.24036072053025,226.71120616820278,242.41508008985573,235.6598018520456,308.17367174430245,356.66034288452016,279.4685110263363,186.81585591302525,313.2794000956821,63.045141809620894,374.62490158497195,482.4569844644698,416.1103873100443,65.65224496263905,354.6496166951192,60.59768084125561,327.5238707744266,34.990359126585766,317.20225708307987,182.79181968561338,379.4845460695509,225.99534112850426,57.93669947652552,462.4392800370078,20.93276427129892,166.9972914736946,10.995238256509165,294.4971634312171,461.56557670716563,409.5253257044641,113.54407601923344,217.75565665780766,174.85596932079417,7.275070303054965,39.05945460129212,20.234476945166723,79.918898281707,436.61723507919606,15.382598642052159,459.22780842361186,391.74078415070926,4.610730421441611,81.93302298508803,95.30631550684704,216.66344615176024,100.44722601578565,463.06566987729144,473.02274630158223,184.10846470745102,266.7207770487291,499.08622762362126,127.55185475912634,222.48645920661875,297.55735304542134,173.71957099284518,49.355519144130945,314.7805231490715,55.286653389863325,314.7078231142385,142.14890519408547,44.20076179227617,158.59899125828792,203.42511316736844,89.76694558646336,1.7569342931416099,418.4462616103451,372.8381696341201,106.85126467467848,324.34148722239036,161.68751141313174,478.9207808463325,55.48340771097854,240.92622675377717,234.94652905075085,76.72459647944547,106.94309700507165,401.864370686059,299.7789159279367,350.3179015481644,468.3537052863081,433.27892692532623,414.58810891890846,499.9101150777609,384.15147780249737,402.041832746328,152.78983243594325,413.84979015603477,258.50600706584174,363.06029172754813,74.30842710951141,210.41325388896232,4.601158177372444,318.933992016169,6.890791001292418,95.06939797653308,228.01858066672258,289.2460639790545,411.3003958691153,156.52116815457023,386.1996706198561,257.60404925965764,414.2257831372357,26.989142866597206,243.08181948669676,118.22731938249781,95.47079612535298,228.20645970454217,261.6308780956754,228.47186722860548,132.04686128510596,188.22372919197562,396.37166488179247,296.34821650411607,102.47129263969667,314.71595985047543,482.83296477385943,253.3847403699895,121.58874713834255,458.8080440300074,81.26420363019282,446.1649870592581,477.90645633499287,262.39680040262056,35.43170754862124,310.9551027702093,390.47023818739916,149.2508038584475,451.28968634313475,279.03766501451815,413.4013978120295,222.21335544879722,222.46649674603515,11.938641008141404,191.4398883762022,181.6977808587799,182.96416158624356,178.38946109892728,477.32481796946837,284.29093525997246,125.22836122988946,475.4702266880122,205.257770269424,480.9471113299075,195.9461309386949,170.41705161758208,494.5703274970151,446.2829363698136,231.61807812215335,157.58725006067903,325.14111595520666,413.7620382080881,81.4687090898309,213.70083618679698,440.1149386510057,351.76445061662656,304.08936664241907,402.16765785846303,383.9793810519072,217.81830905909015,14.298904944445079,89.1862299228825,464.4632906288063,490.0931446111576,146.00038079515286,460.0854770488737,172.32404658122041,452.452608548457,86.28623663294627,342.75723263963835,136.34460571795037,30.26070686105037,9.87550017420935,284.3565973672785,125.87937053756498,426.46456510430704,240.69369775400907,370.60372890012434,425.4781195916625,315.0081004043837,134.18120188192844,99.81227986665996,26.16908968134829,492.85919268772676,469.3953661652403,100.34559012496203,178.55747390551502,163.42279315126046,400.9734835404352,350.43742247182394,170.8007509436098,4.741735038488071,29.06086602085334,171.08704387078572,279.61886152221643,224.14001432666242,244.1750052583284,121.6414994014524,293.4755871100022,463.7203553684228,44.94004937702639,296.78399834624196,103.88248865232119,291.6210468740417,303.2468616687383,47.907668623175915,286.2346964183968,421.1980865209854,24.67076389411177,131.20051874044307,429.7146124459562,86.49095706629278,283.8551067837027,177.8675444664587,237.3391808301214,436.8212548975563,77.04115361929126,158.6479307150307,211.66103967484273,222.45550244428532,404.24325655066843,88.45245354166309,202.4851311305524,24.01877129939217,83.25636934215763,20.470882342519758,288.71146976240976,123.97162741198342,174.62943948497102,182.6043024939073,187.92215079756102,252.8775209779357,210.5857439030157,346.20204404595233,97.45504938460903,318.484278795016,357.1757366374063,260.8553165026593,93.10639150403371,292.6615315472547,31.028645513053732,332.13587486559567,98.18235378049822,180.25286029605192,184.68466610912049,192.10749223767198,254.27379626123104,498.5446342923064,473.49858211655743,43.97298576619957,375.6146207587043,481.8905536711348,402.4168105973618,494.892574833844,250.81012028694826,6.2827611788849875,177.60941814240581,181.34043297567203,58.201212000232815,480.84333351810034,213.6880040530849,202.93256346196807,186.51906629040704,113.86105125933842,249.65936345205668,309.26506560189864,178.27349575048797,467.6695498142719,271.8929013032298,428.4498439279412,483.4719739603861,239.40943397896936,49.67401419864631,195.64735698285358,86.47909707377721,119.6164097921092,135.49371303825208,155.35528834991368,313.7342230785844,171.09114430963496,86.20943418432775,21.04270617496179,118.45171819170596,268.8436468246986,433.7603464075623,455.56888698394374,25.76160907683167,93.6226611523493,190.82417998473616,190.53316394334803,21.649077577211074,348.28696630635636,391.63385512949327,162.1157737202747,197.2493015670007,279.58869850954125,354.76811121054766,487.81512193766963,316.2995902132447,205.93670920286655,224.52008667251383,245.6837578789348,427.3661733049916,108.25289514711062,256.90511107602,57.346898976622874,418.6837163545682,341.63783018093767,290.66952453497476,480.7825484880282,167.56130253187146,6.775169967789319,131.6906981317012,93.51265688116406,133.97297634636274,327.80265024304487,471.2058738936287,333.30404057057245,334.26351130394494,430.0360879119911,24.328939762927437,268.1765162476612,206.8516499607108,226.56438086641495,490.3373945889037,306.04904639689136,429.15116534236574,476.0972428463683,61.982411680334415,52.27028684846208,109.64754576453461,482.2325687589268,76.74409909663405,23.152527456680172,333.4824637401977,291.02636371594434,483.3051991927928,81.07254468543019,299.1536962417224,308.79508704406294,436.012766177453,462.42785491281694,302.38006633291235,73.01408051551334,343.31520031847094,367.67917535312506,310.18793740069077,116.97477785959198,480.60634725583395,370.434177783532,304.67031510276394,243.9551887211445,55.07677593693494,389.82230080483777,355.8642915871547,495.0075457070826,176.97767459775844,46.62467786999025,67.66155250787409,2.6885117303250827,122.28145122369621,104.46844051179482,285.0430925711207,223.91619472457393,142.14978963827906,381.6756440396134,211.3810300700213,146.37411324758753,389.73002294650263,466.4616498514488,380.67090069437825,43.092376558111326,84.19257198039676,391.6541063972736,278.6520300112215,82.00739791902278,156.39872440580248,148.21010274706848,112.44986708782312,272.9890595715901,88.54137615987523,480.46836368295385,233.67146932843625,112.11405305760103,60.78815361367151,2.958111089656712,225.85260990897305,411.8572575915059,196.37046275209664,406.6260365740685,113.61505420266354,326.4579756448601,117.40134481349968,276.2346738373426,300.27507536799175,372.7523789393781,485.8377645326587,326.596321268167,141.50389621808174,0.46050394153768215,252.74969321378032,9.263431561238045,284.8582338490542,204.65550739481492,146.25730343349753,205.95575643374474,467.446977299666,125.99197734438994,104.94629337928674,111.80162977689062,2.9595624656080233,245.96959688515125,392.54277609307667,347.9556792549153,116.20165458822623,160.29641523628263,398.9073436524987,156.30308822529742,278.2712611389922,337.75723666938023,265.1928268258606,156.8698967151098,311.7830173343295,325.1885398127974,22.326412541553374,87.93528361899894,114.09231559928845,171.75581186037252,91.3938216941761,65.52911504997472,147.9956551731666,255.0850006661058,387.19602841076954,379.11275378610156,424.49257908783846,148.71301621370125,464.8088067223261,301.0901049646031,187.0026397093411,391.04837776368703,175.3907668048319,309.77928841620997,326.0858593529756,150.3963335995514,367.5003491992783,239.22638498978367,225.5551015768704,483.8468859140908,44.27406540362799,180.28223233500373,390.71643462708784,350.5265686294101,427.0115943508559,231.9395192025825,266.033121759305,229.30128895761044,403.1154656243872,104.28393367822186,422.34818221506293,260.0489236565005,311.4397327892557,485.6834815121729,20.05822807643609,101.45779228341567,119.15023808184688,227.44463637349642,21.86885922134907,35.82904013562715,249.81115793035542,332.3160123011016,202.8414807120415,172.96654922889337,37.57933520174278,433.3874054941525,198.89600076495373,228.52037312208918,326.81989043751634,192.09004259892126,232.6399061487913,446.72796613174387,309.9038664396782,156.09483202612017,295.6236677567184,60.571683022401515,151.77176821789422,7.744325953540798,87.54935390757107,115.43289234871507,492.178162640113,77.42141616243725,36.99684426439098,125.52517026604603,127.37112736327599,70.9044748429154,348.4820876559602,474.0738670137826,241.5936170731407,277.1638471540488,499.12656976596895,416.92765782454455,230.2053531533676,162.12211839060896,224.26241453838875,11.922019584007737,317.44207205394616,14.942037118446994,278.42193587161216,358.89361684824155,213.65351105533043,436.151607940253,494.9882898811897,10.522828158515463,494.72939402206475,349.9447741446875,436.0886526155395,464.64954902168773,234.8045836665093,203.4041652699259,435.42418347048437,15.556412749423544,71.47483936340754,111.7478647235638,495.05474276540906,219.43193406685302,137.32604041937856,339.98474700445024,190.6217572563697,436.95947240287893,316.68503699983233,326.80800656683857,313.4659725258582,397.3801118007697,345.1069032259381,316.89741276257257,105.78772685119625,53.48145019230471,439.61209024831413,359.6359050327558,433.01695990591827,142.58386883162876,430.5906990496235,260.520531157104,169.122080506087,100.87881709842978,248.77714117708376,343.9827985489969,434.0748606334071,492.6043641282156,219.57634622095378,393.03461977339293,467.71871630191447,29.425675933842932,49.43155619477424,139.32015904261775,203.77042339788147,152.20642182238896,379.8767809318969,494.37702640571587,421.61061308659066,238.28908490017454,301.5374146997817,291.7475036990886,5.151404738590937,367.4695924513795,387.8351592462086,156.80767215242275,14.506821164007144,318.3347208367389,456.465417197435,47.758660452773384,19.141712123291576,422.489452784147,87.50864979855605,329.64011155693015,158.82244022167302,66.40884650689338,240.26017634547964,63.3795980565931,486.9857394641198,254.62334386643005,392.1090658798337,196.76175314754667,91.96843313393343,487.737981431805,301.21228669983515,195.59874118762355,88.87349220886365,445.4350532300969,259.73919238863346,5.134365463873303,23.134416020197555,124.41543472600303,196.92536263145388,127.66955439141687,424.9969519527625,237.8959832907286,354.01904730418624,160.58046290023796,287.9324400145422,226.1064101147579,207.158922998411,458.78018679486354,385.1431427624225,390.87318604580855,233.95491860065505,47.15159437477562,52.18244349151924,44.02142360555777,81.57363929764882,471.16705063828636,304.87099692506524,20.893914765778455,2.9670872844873575,256.0278428731466,370.4632929916028,229.65311144829298,312.81335080891125,204.2736758683391,15.453316102595204,130.40101505253966,82.22836604795685,87.70573071627219,477.24167924658474,234.2644139012286,407.2022980919795,476.4480626210192,222.1243334821619,39.412753570333194,279.50253473116305,101.09658254895764,369.0307374434331,408.85245200588827,193.4120285277461,473.5449823080178,203.2394401479692,227.15896866248985,22.17625472611645,486.58597620473626,128.79865210863773,426.1233843404491,135.42450665302192,477.17084078525124,366.87344674589684,414.83975148837146,237.25425278350377,488.2252045161041,486.98361502461364,181.3366340750932,212.2310632503967,444.83190825621386,124.92825699476296,358.65910528883035,214.552601988992,86.97133646886857,128.28073948555934,284.1711398077417,154.4463821745075,128.43614899846617,162.72445768881178,262.92754213245877,394.56242400242957,110.91585323612674,220.39743802781248,405.9708066499586,161.11531446905886,2.1520945689914583,124.25392543726588,305.26630815140595,193.22638125156516,94.0223707194559,97.6290964866175,65.31184414640573,308.04267125653485,100.29709392033104,384.34952212052156,83.45127389653467,189.66112812940978,4.8462840331187085,102.54548620010057,221.86407010430338,427.48175344908344,408.87701324932067,490.07246385837453,173.7234599656467,288.0905799901171,233.2275278388634,443.7388701909615,367.9654002171031,325.2475710566898,206.31594811652647,300.67759204417337,399.8648356769292,394.7621430203043,268.0487097069864,452.28472885535604,325.7169235162063,498.1023835160268,12.281626691448722,494.70199977280856,34.39480751672858,339.41586101949434,158.1234235775708,0.46500478813266133,305.3128990134272,194.38175907160056,203.5373414014519,318.90892155957675,499.65903633470305,207.57603067071656,41.1784993103963,138.47111358282265,403.60808995420854,69.35602182920903,191.2584083297174,129.81435983072254,240.65123526151277,80.46625863529088,107.00346076142047,480.5133882826394,122.44607046726802,238.06083207061286,250.01165251095475,339.102483654985,370.09551468045106,13.338476817068234,57.97444645815031,419.04159145333426,40.10819613053529,270.75529316464616,77.95618020882944,278.0642857613246,182.17600187037698,137.55087182822683,277.08223544374806,50.61591595695353,128.2804744251711,432.82738885479296,404.8116494003906,236.0125560476191,132.8360319277629,318.59475639170023,411.7610275059222,445.9559511023404,348.32476368857107,266.2227737702046,96.70219515566248,86.0292432628445,389.9321931427083,394.7127377305126,485.9184009271574,334.1417033581674,348.9642857867281,310.6596565863836,156.4004189950955,28.476702636420715,446.33716430364353,63.50561926072312,40.74620553711,210.37709786641005,385.4713950068677,283.36119577884375,308.5660427054767,471.44599082695686,319.1203579478142,109.65519080417991,117.86086399246531,8.738469966012518,146.15937828287989,128.1424620867585,3.5661865916929436,254.8961766584135,236.60522610350998,345.07304931036987,89.9866360178308,458.7267506101982,277.77883163037075,119.66664092350554,482.3338808778002,375.66644968897896,3.469336507925025,353.9761165265855,70.36932527695477,181.73375630841898,276.8973053969348,117.149538575814,383.0440367054806,497.1310422954819,321.8724423086574,152.35921819929882,3.1008688072542423,30.828850622577896,331.6300896593218,300.35147556783954,10.640747429626508,107.68924266730656,409.81682909494185,388.3473030087822,158.66666644225342,21.45228170091329,256.07039686416044,307.20861970339513,146.3527379061762,476.3401443592634,287.5834773347412,389.20667285121993,157.2733415182066,237.9089887471269,259.9118856030436,92.55032492813042,192.04687320912856,95.1216648645568,88.65456161486173,221.21553370795098,463.4927377390205,263.7564921965478,42.33400260631931,269.72236615546177,321.31794052071064,164.53825380769493,19.14976838642518,107.22793768983951,108.74823318124615,210.64757306506604,420.5010124107614,182.0686615803168,301.01145249030566,59.1728885861641,0.3090953741277658,456.0815188412494,72.82011627638107,57.932525601566084,6.435712417294903,249.4949647519047,25.29658294430415,367.3593933187265,159.34439022045578,184.81401173637462,302.1364742510773,126.31343813715296,188.02419381326075,481.2576172885595,365.4577726244691,153.0004534458909,309.42936828960586,371.7676398149244,82.42632711100912,349.0725400284354,203.03797292721376,27.579316348891936,304.79311901310126,245.0126547696842,195.1515146354463,476.8236234108745,494.3472524702668,240.4107492824823,332.4807459311134,53.96795577571189,499.114604968085,389.512606108192,51.57921974358848,201.86497831409372,355.58415985347426,242.14588896441825,220.83046795290952,305.1322762313534,13.895341275036333,32.63865818077022,129.62953939488114,268.6147619344025,59.260113843602525,148.72977009696638,81.51514768653118,129.43144544385189,14.981628026248528,418.7488393863618,178.02644164684693,409.94004399521174,289.68064567882175,144.8854115692481,217.33551462638496,304.27945640561467,167.87141667437788,328.48347721802713,432.8871380389052,479.6910857510022,155.8789762756919,162.38844389903912,413.97861449663395,388.49759699194,227.22901730695344,229.20258703130835,100.77882523977061,58.1014850721161,75.94384289362583,203.7263734641096,200.2732147599857,176.28969510633902,101.97414026726942,326.3620871239437,428.7424041530399,208.85171825832737,380.5497101877951,339.3582763555612,267.8618202159484,36.64926878924169,454.6288697017805,473.47650144911813,467.0581172142611,192.95526931694502,219.43493284581345,243.01805750741252,274.3399884773896,469.91995266520945,495.4361740225831,289.66539796988343,134.66958358381527,252.0864807197915,18.418498077827195,106.09363872917787,369.3172269218558,155.88047148362634,76.49025081595495,71.59603522895796,102.25611715615163,50.89314326568578,116.62779248940214,427.48414442591456,56.18697557107216,208.4066316509931,436.9612027611125,448.9203898075802,16.245592353475224,132.56112437113094,309.1216950025054,8.648418028598782,103.4937786268803,137.17102770672474,427.14912156445007,77.52026321480831,371.45291611598924,218.22652622807402,124.00134487141634,492.42216850339395,317.62370238726146,118.16245427134164,463.88261980513204,53.76407987368981,261.38739639135315,140.63584620718987,49.67595618494397,153.1364175432331,51.182955800076094,268.50274477312314,269.0260753664383,435.13720711731395,444.70948773077015,61.21090999277756,319.5472524289105,359.9116466303873,83.06420272788372,291.66395808056217,452.124178717963,3.285440183055821,188.19859078696993,404.0928453968675,301.66998963592056,63.99203202022019,223.66806072138678,184.8703945401878,113.21009011044536,311.6186226973921,275.3077121181652,267.9996919649736,375.50649789248035,380.7627282454734,8.43426922568713,487.37062638158153,181.95900088259697,96.04053244822502,198.7337615584096,244.70250638377217,269.3058358455794,241.16614875131893,347.2145195767788,331.8490994264806,42.234019210287244,433.59250223574566,347.6838355753033,99.59985501755625,432.45647952953937,133.15589517627436,442.82789113606924,174.63571174098337,47.09685491774507,350.2137858632417,91.17269906633818,100.8965746205132,420.8640061618904,166.29872629748354,449.83854727147855,116.74292389848922,434.811587235634,15.264605369414653,296.20306339126023,371.90751522179585,83.08919697154282,164.72576052012317,332.8955393345682,154.39837919235748,437.8101044854892,111.8123750715086,232.94378950352407,54.88164951018326,384.8428197459486,274.7541488434493,242.92818045895103,246.2837584665558,147.91011048071795,459.1578181347365,15.682955942087851,188.0817213608294,174.27819380601477,471.70318707967607,389.7496754836969,59.95505018904468,69.23408471042892,325.9238892951178,466.14080027630007,99.54179334836638,175.94846612552078,229.92069971122308,169.88427454083472,9.814650158676553,197.72874750706777,406.6690747591708,411.19330214337305,401.9824059874217,436.2967148354398,388.9164647782186,442.57302102594434,260.28000793775965,160.0343991333001,329.50115933609396,209.3408027997954,272.0889907610304,275.2272691021234,428.7824392871083,244.61728028029484,50.00166481745394,25.01108896433113,420.6711958026259,186.69736200681564,361.8693856443372,260.54260922968257,281.1689823826625,210.58304055946908,329.40747830616175,396.21102127707377,362.3631652346452,461.34643536928326,83.05843216564773,88.9833771229992,303.5814542631305,447.03956130017013,358.0494213785574,12.787938384520082,309.2014276852847,294.4811374499297,272.40751876559085,243.13627549612175,408.7405988822762,492.9991978754155,121.62869209036941,423.06114220131616,142.18183183821813,464.7668433767835,475.3910618895644,479.71374009282545,53.19690784278192,388.8239468900735,131.93992914689744,383.51644925424534,123.51916452284829,363.18758888554856,457.64397203627465,382.26690493964423,88.41431206256345,354.5654473345309,433.5788846401627,303.0950052790945,489.97109978384174,29.52297612687771,98.86688035758489,156.93136727711266,218.3812423809402,109.75306005248837,318.4605167941015,34.148257762480426,395.4583839011719,365.03826684460176,62.09470958417634,480.1562142023645,159.40074391141002,107.42790885393494,405.57652455478893,411.6180578222767,114.10521465556961,317.1963958413078,207.2205268237058,204.95955513833957,232.63630913231543,290.95639693027584,211.18040826485367,402.91651608088944,269.61509185820796,251.74295576595873,99.4602434467785,239.16291869455824,334.24402982753304,337.6159092631747,119.06489935037784,160.45290536313462,434.7373547365938,13.202730623774917,96.07399089697127,457.92344013849987,88.9431539189604,129.9110710905051,450.88973818150254,353.26708134257916,86.544909265247,72.08715674028888,61.02669596583238,261.0576259264268,344.77616026758875,122.29458109669721,301.7970813220144,95.48497286071189,381.46359629980003,210.7189070596962,113.88742042949107,57.16844432812379,215.00366612018667,112.2780251244842,40.55465580047179,266.32883877148925,473.0371367533247,423.7030786585968,23.15998266072633,415.1151657219281,253.34828160377555,177.22058223503433,233.0198287970755,42.47907489037711,480.06232944900546,200.07381742916846,466.39693503341414,199.93576421992165,134.8628372538252,426.5367730645361,360.27352093071,436.48305540551723,180.05663747545825,301.08429595467373,106.21599694482448,282.8178181491502,117.73377728189116,152.95795056687862,466.8739570735454,171.43757451330166,130.33401005559608,484.4236373744863,181.03648082410334,440.8265421475465,91.63488291229088,493.2725841031066,189.45393130400478,148.591801497026,182.80243246293315,241.30233830584592,193.93281906288416,208.49492641513717,111.34343069223812,129.49134897101322,150.31583846352058,4.393082541535309,242.40472342480908,50.63791174616084,233.6358195027224,393.4495260901896,326.4345284381162,11.598101841016007,193.13495699538495,302.60076956505424,464.8588200092459,142.6632670737662,386.451465873353,174.24751343257483,178.02679992183522,451.67009632212523,469.00427482622706,220.20475330411847,370.1156412660607,9.572516977687906,476.83665593451076,164.41978807705704,152.96845297413202,54.250651431740515,457.8076656947602,146.40182581323452,105.31452904517613,293.6104561914985,256.9151173885577,344.29052810107316,333.3205306144084,87.91093499395092,299.17896648235524,467.02970597658634,269.3285922708561,461.22695322703765,355.332946115187,178.8883757541438,234.64963879506135,496.5417810160985,359.4218343096458,281.81805522163967,102.70025556542828,197.64981783748487,56.67211282508272,70.30339311795092,170.85053995385536,108.15555215477495,227.25836034557267,232.81450764686284,148.87601327577838,302.5565722697751,402.70935933373454,293.3073834786877,225.91864210740997,352.9820964898591,377.2864674708429,78.78014865826793,284.69141161368003,98.84162969850269,421.65075977080136,298.71694077804534,33.53287862421295,252.55020277293428,58.02477548855628,499.7472860853482,343.3035104712849,210.13265835436655,499.61613117544147,70.90452004334196,324.76299917951286,156.3589900565303,48.000465537870575,99.33153713066412,373.73850492608136,290.18588103390437,484.4313974009521,253.43004645263278,336.20581609992803,341.9360941210537,110.14682785744856,461.07799125067635,467.89167590642495,50.74698999504357,45.20929252572048,410.05986343257825,369.83289287813164,396.4438383657223,76.03189280369543,488.2786784932065,270.00721797170047,425.43605867576355,242.87168442669082,470.54191739193567,220.0085960926163,246.23235038541796,248.1191166848999,427.3725369393782,38.02157548979756,454.18014787344157,26.132796086964284,408.20687515834584,34.099215315518464,299.61160955173244,141.0018152900848,487.8984789167026,328.9411741364372,219.3344721562917,481.9546454297839,436.7014948108146,121.81582628559579,259.02403340234184,389.9691921237042,485.33202749102486,287.4966985058056,262.9213571958582,451.5772069381823,290.6469108080108,376.05029987078626,386.4835160836353,415.83871020297096,441.94600021620295,40.93405445163001,458.543291853803,241.63697658758747,432.1284654235655,189.74914277567996,1.761520149889395,355.1326601809756,36.87640256835517,458.5462021194296,134.22130571641222,414.4348225213417,110.36714543661586,384.0605623949369,174.08128832693865,423.7372227301467,58.759071601999004,204.56732463537975,284.9470787500095,397.8205180553347,155.53543083436432,361.96524896736923,309.80914231416676,337.0342208017654,18.14943758269305,431.8067404978757,224.9881402840721,495.6216246058156,109.11231997201426,109.61772783907736,343.2121501944278,33.43687985713378,250.35718571639325,249.6613664642312,301.1966449622836,153.36786526757297,285.8693328168189,153.07142147328824,229.82222922343075,498.8610486647195,87.64014691278015,470.0109200839373,15.566441101818928,220.2449825351525,398.28985168120886,132.94278609644567,183.74674458440614,187.73402267241974,111.51902202413272,444.1067124335506,265.2721388453081,379.0813646886675,311.63033027117467,181.19449114551662,36.64057828769268,225.18773898570194,96.27704052014707,376.6447916374976,106.61795245957218,203.398212071468,265.187256506167,77.48022430192064,207.5949450793116,62.94196620529963,142.15558751680473,179.11745215246643,434.6711982559682,376.02962057415317,331.20747310645805,381.6685102781622,100.89932814729453,323.74556810504873,298.0457577878665,256.03030984590663,336.81908702672547,423.76660424736576,78.32792314307657,74.20216416732566,48.946395619583804,424.69698909148946,457.0520516570745,60.973860133820004,215.41856044069206,487.40471839545893,451.84496730933444,141.47750409411645,268.99808806152123,329.1454666230053,458.6501387713611,3.443128534020623,220.14412650179395,229.57936936810947,236.3310479398915,13.192605502866384,311.70308151415804,475.41086524666434,472.52121140981006,475.2151102334028,94.48293068581998,360.66409836241786,261.0847249337842,280.51539832664434,355.20420865640665,278.95851523723763,137.9249763773273,79.2617637974683,351.10232425847136,165.1410262810149,35.90298104099349,395.4479823225582,277.31466603560995,64.95349771770076,73.20000895461799,26.178758629098574,243.99960293149215,471.57100185315284,321.64653419588956,273.1515958843663,207.67353626688646,398.2715641949704,408.87271126704127,149.37176261462486,23.694292957709695,89.2169835100875,292.126451331186,492.20244198004457,144.83906035692527,149.02921523316388,439.76229311350676,45.77188955998718,139.69671836520985,215.4023282408804,142.15385263224235,186.84869480287813,308.9507805719277,311.3615089525745,171.57920277472022,135.53245779213736,26.943082208469026,117.89746606083578,152.7088997375215,113.66686736075854,67.13106015162602,358.5915331399414,222.1677088180789,366.874920174683,437.9745021616472,67.89135011507929,219.84089418895485,305.91911732035527,251.74673004109198,133.73890363431428,236.25301876419746,67.56043242731819,445.4892250990391,327.60700337705543,305.0121247847355,13.949466370372976,105.63734413434916,428.9386004441264,143.72138280154195,475.6638677484187,465.14411496714024,235.03480869747924,183.54584814826623,297.77509255219906,167.01278919665174,435.4884611105744,496.4204223736715,370.5678214711803,190.30826416713637,291.3877048549713,275.1837842043845,48.20526589279983,263.0502402166015,35.90314596949701,496.7555897541697,126.08285947629672,101.98378194094037,166.16161229834924,226.91296580789,68.64634760529475,137.63907406350577,78.16052340141866,173.03015149458633,352.977218195128,2.7830572830681577,247.12578306598033,491.3272596796561,415.6608627825854,48.92407055211406,327.5975241692842,176.93232308622214,476.52450620228177,480.6699580833728,46.796559000965296,101.00593570222361,85.7778078989329,156.9491480262649,125.04114844647502,372.5801759509184,429.8246711319768,205.56483582627965,183.519346777534,333.69872255694924,436.6586323982764,357.9968937871238,415.3359902217145,196.57014797341748,496.1326844188451,399.40622423869723,365.97151912682216,209.8077218320621,427.3278875407965,205.955208168054,308.8415946110111,64.86951259475116,186.73905842527887,319.53194086345457,76.24012880303816,52.09949907303712,447.32946795574173,278.093150269607,218.76263151652398,74.99429223359726,255.9594912826462,49.637673224486534,22.915325419253286,19.433045953474725,408.6847201345002,301.48067796256794,185.6989477994257,5.882387010794354,477.95847841233626,448.0006578092939,185.9494094643198,4.284469789897882,27.496242668286598,469.1104822092538,451.9911933664683,37.97049042878331,408.78821253483534,421.31827194999164,269.81308474544926,241.15167915812623,332.3323947621756,397.9109634428579,480.47186635293986,303.54303044442514,278.12161112855756,119.20754257422955,48.467613681062836,243.05062239478227,329.81498535991824,31.846348468051787,286.9807012386551,349.93669229390247,194.9165071383543,399.53793359383883,406.0363646095772,411.59717018595813,362.0159216356324,449.8758279185208,142.08107050898954,341.5334848462741,197.04267505266986,107.25894970499333,444.46055530064035,302.50395628386696,418.4510872942406,250.57618307946032,498.3079913607932,73.34516460829488,120.93583396845509,487.8359427040093,24.87047682765975,272.7441420104517,194.45346310362882,196.71520183409413,415.3837510434337,63.09366442144426,429.63742098167245,425.86229725571906,117.0862057937303,340.8958067658128,387.499063307715,387.9234838452826,310.64600529035033,62.10694660246213,381.10156494631156,88.50604490255859,408.9864682711033,50.8874360125372,100.9065548156009,434.393410832366,121.60007290223152,276.83263586282726,251.06946649556966,300.1253885164207,185.6534639429196,57.762641129965765,97.2298768929693,493.8928146394611,229.7450751726154,105.76225873132877,355.0598307246148,291.71838352729685,216.1455327070681,457.4817320443418,83.46523836307385,487.62284805641036,27.171287811507682,440.0335085387629,444.966232511341,137.4758984446202,143.8631354670537,439.6034508063257,290.558165163925,125.73017333667829,467.0313230123326,216.31393279110455,204.4554688420377,111.31160772716458,408.3061190154102,470.480819929767,73.61597189593977,2.552255746950116,440.2664337897966,163.5717426527139,58.724599788939294,100.38478236586384,123.74456651026611,114.72849907972399,489.6484432700583,488.08290148119625,135.6904265821649,131.61519690853163,76.80484364869233,252.66995598875135,278.40502903513976,411.47625957749625,305.4636496751482,206.16155886671473,101.30454024473067,150.58182519880546,208.198137854828,327.95231123390016,17.675198393216906,476.88802318542787,323.5726563989403,7.238019295661646,456.94438043757026,418.56806291311125,453.1984797494971,320.7390425956155,466.96598020052073,152.7030637722459,466.0204833783673,214.55659802525128,482.33854165252416,308.95457664929427,286.01622978169706,491.5882918471002,155.3320836663793,349.114629751059,178.4292520996439,75.99907871372031,241.15325531561936,473.040657402103,457.80397057743204,140.10368092749925,192.40747824060577,84.51206562979108,292.8327864153323,83.1855814797437,344.1689883860589,14.199359183934224,11.200085272100868,114.21263830312483,15.802759449313864,380.0489669750702,444.5973728364207,131.58089948955748,83.03155388848033,127.29748809999364,200.9454507775923,333.83998421907756,76.53109656911788,187.48705067657923,311.7028253237621,433.95125664118086,71.2117454748698,68.095608219496,22.715197759959004,209.39358411865626,494.0586740691744,67.8911316392415,234.66412054684866,449.4192931486921,438.6358817280366,235.6661991750017,162.53403309908316,240.9620039831048,404.35463542031954,4.204433296868871,417.5976275989888,159.47870698240007,138.87952220498346,119.00230706796228,258.62385552690273,349.02449862115407,14.051337713196165,73.46698165374832,316.5016142911911,125.44430311383815,399.83442734398295,443.1598233320769,256.9283973569773,139.9391921262137,252.6510372917592,263.5043848753711,289.42543419363085,444.18741835266957,335.03120799132535,328.15342952122774,181.62985289284683,83.82359491637415,93.892746713732,409.48722818357476,406.58506367191274,309.945739312149,488.97355439498824,352.834515181337,94.61400228172306,121.26814867825641,213.64360093871377,186.76588694117552,198.69349533486508,222.33356376218023,447.724969118422,197.00523162604216,461.7274026142919,37.82688518944832,372.58822281548885,225.68084618294859,9.690616309306455,236.77299895031018,383.8915237297332,35.95795809539126,406.9201320913268,174.4476768566316,134.99350942445886,12.64424745794851,158.86966584161698,495.6897046832492,227.51761792029663,449.6563474542316,238.36735837809954,279.1184380164631,230.59438946830673,33.63037884427761,273.84114672046024,155.0818313816156,6.663243137503494,59.846744093340234,268.6613616249523,8.432261114245055,429.30065142837725,419.90233657362506,305.75151115610464,460.0843955853124,181.97505287655497,470.56037375348393,238.98788631284873,45.09067846722864,469.3365274100727,268.74236312138964,0.3556203022437865,264.84957038330873,80.59780921639947,233.52017281935085,441.9426063921238,382.2990758980281,267.7319037664233,444.8419121203496,43.18353152852489,201.8334189031704,131.62721965666603,206.37051571758641,328.4729689335569,488.84554016970236,491.80573017399456,340.4398814442714,197.3075140158357,12.606479695279171,453.9121576039616,215.71054223620672,217.51832820624173,429.903892516088,195.61826892105606,84.05772989398791,63.236613507630764,6.112474829054026,229.09049481845466,113.66696000923326,199.8204882197997,406.29497915578355,353.98579075507547,172.75143481451994,335.3333526713701,445.85611860257455,112.74945496924077,231.86298023341612,122.6650706541415,233.33989208341737,425.80070020888405,280.9355562807981,233.7954273456344,149.6818166790037,454.69593088589323,254.9608700786657,205.0684757790316,265.8671258738147,406.72660758054894,225.1145783789952,16.713250902052724,317.4843156914367,307.1363073213783,375.5801339771116,310.30217459759973,236.46089282945192,60.671310695425476,484.4379285582955,342.08875160627673,259.4977591417412,93.59154409312399,295.40167763691005,490.5260364627966,265.8269197167696,67.16995753495164,151.62862089579977,32.077511413601265,137.6676952146007,268.98277251146794,296.6488311495018,424.5699004376418,357.59166512849066,287.63816208178866,52.946772655274586,406.15949611570295,44.64330054309518,388.4923548254415,368.2977079133537,214.9118137494176,55.976573056677026,488.35481541913765,300.4225708709932,394.6166143870049,41.365991422195656,463.76038087931107,345.28948546351756,28.26882212173881,133.44269252147416,473.0412389938994,63.408422105105885,435.25235751272845,252.856625652651,202.46824642219264,422.335233366329,35.14115057569372,73.70967716235293,89.01225547454095,454.3364780334073,475.2258829328609,388.65478545761135,281.53105472836035,159.18292564076165,251.25114257105324,282.2294560398618,176.12796650871005,472.8140308597747,297.1770723775329,87.3611379176576,120.62203865950055,367.5380606947535,251.2621037773352,62.87252268469912,183.30806773903768,83.68443492340388,478.1500281528963,465.38569825347867,239.81730648268297,292.741775286838,67.42806881053659,492.80174093404463,417.67294833140943,430.2680954053686,91.57066676276759,251.8963098400976,135.12343389785997,249.44160982882335,230.08132952270367,92.89575266477362,73.02172881712116,198.1886247802714,77.88760707928566,74.656348594557,28.964553274583526,486.9354323765751,412.37189140405144,317.006868406459,35.644937272419575,24.277065502614047,418.0938801387112,376.78702317965553,252.00941057637544,299.32079789309824,89.30283188887373,384.41160469652635,14.825318563635225,460.4628620237369,302.33944223599343,130.69363436024423,361.4201903807818,467.39393922045434,226.64256659012233,169.8562816236181,89.2197844423151,335.7176609807695,152.6973096948273,203.70982458719106,482.33534345786177,459.36515940899193,317.04235571056836,458.39739407205576,247.29251403925377,392.0320200571308,380.0124587799307,378.5560962759975,435.5769484843802,398.50540461203605,182.98618367241082,257.0071550526405,215.8847732081528,174.94974332409257,138.08246928413155,391.4329057437973,205.87968471122514,411.8144546876728,361.381382458264,325.5689313536502,329.013951161954,223.52255363944423,262.0283736473331,372.14213048910915,95.1924149965186,104.12700645530698,443.54090429141814,382.0477596674096,158.74625864729697,335.0410293313265,160.81518762980974,469.16464630081504,336.84942985137303,363.1189754329456,147.85420514310883,273.6012006677291,351.41954910565795,425.4954327651149,162.4023970809106,282.56558092996374,453.72888669573496,191.31738779791368,421.43238718836056,358.584094996845,459.44232535318,18.709917282654697,188.7019738221799,353.9280692291472,362.276478650376,476.95449327273593,411.5507076827996,176.34050327900442,192.40054880928986,452.47169272288556,421.1634632612457,305.15170569532825,395.4502399033153,86.16164333107096,381.63387503556896,219.59568721831695,292.38071575836784,154.1975280861944,16.41711627928527,484.10969359727335,101.59780528331646,81.89365059839315,333.1892288010486,327.7154858722542,437.28512878679544,341.0138919758029,105.61491622007169,269.9970037042349,331.92186195400035,226.95762366276978,250.9621339080163,104.58337211512897,178.95835264549032,35.916033854107354,263.5866938069904,140.8582794747641,492.4894968306635,362.0289293242378,33.31521089703704,388.61666103858323,421.9757756560669,43.37902407927352,453.05465459114004,153.56520854150324,444.43064319662017,326.91365178190006,314.96639840899735,137.77785197617288,443.9724342713296,430.2863170457477,298.8382543313171,156.67420113971608,311.29520639770334,28.129709125956694,443.34679669701234,393.26176248952623,70.48488062998048,201.19829114975533,242.2489913276964,65.90603682971275,437.8091851999671,342.6129524611468,345.67857551748773,242.1246083947139,436.16640197859635,184.78763625575073,340.9713429150234,50.884234521311576,178.62845566163344,280.76855273342477,176.60884136861165,350.1528519315772,205.1745996233456,46.6106730609267,32.57324692651659,286.89620379938253,326.86445452210546,285.1786217469119,456.50754283291957,409.72711301344765,441.8610660501911,453.8876618770647,323.0659436099967,426.79991844073487,271.78969100098277,93.12374559448416,456.67807021443195,103.26324128690439,429.38780000411845,165.44943486627218,259.0777354340772,369.97408617961423,205.58586471977335,449.1492502980654,13.270410921084718,181.1023703195584,365.5982209370681,155.3209675788507,273.86485520205343,283.2985621782387,202.1122758888675,480.735548256289,287.25593971537245,314.36058261695143,213.9273933765946,321.9030924505662,56.28633473130945,4.815017829696677,295.18218114817694,300.5788704195005,323.171333065158,99.14337280644042,471.91020502881645,4.130235002116123,102.10631599929786,147.76234986452315,422.26770325924974,364.31049665581236,201.74861735877886,57.0166767936347,340.57591489796545,125.37433790803465,141.9600661400056,186.0109338772335,478.69083144002315,305.0829275013204,362.86121266392666,242.19585184215754,58.25043623283332,193.22782318214436,447.9645004338742,95.4834318838348,395.1375196159112,46.498404504496825,328.73377152280887,456.9201228356853,367.6658475782996,429.70232075830944,248.9035383445929,207.74425583314067,176.8365084533053,106.50452840772806,117.0344813082289,329.50066265830833,23.22924119014419,20.948977347011343,349.30484038588133,210.2438853809213,367.71916662909393,450.9679358470077,475.09175361562444,384.1544693508628,68.61053828141273,272.74826607394516,257.1223890039798,177.53423448413335,452.5631277272534,56.51517704450454,342.0248549466564,12.05203555681489,410.98439721723287,321.70498429084677,425.65850461891273,439.16498592824007,230.35247163231753,478.1681648377227,30.896187838969357,489.80598221028066,428.4674861949776,210.96584031115756,78.20896425973633,193.76168781805657,256.3305684003449,448.5897859570183,437.4771286550104,155.5476983643953,496.03967965467524,107.78632140015237,493.05302674880414,62.62677187360877,163.54688945055878,85.09668476879662,62.546879383844235,302.2713990962204,311.38157381057385,353.5837893268698,427.75733511558053,448.44229053793714,498.22845539248874,205.92921777800981,427.6370312321672,25.594755107072597,104.14116348407049,86.22203469646911,57.24673837229888,302.3615693626049,319.0611178262148,419.9411248439044,161.6697234237589,136.90386721721887,23.538455116358158,160.82652200171128,494.1820462063218,419.5421214833295,368.43241679444844,2.2692837546799405,78.23948840365763,41.077255325926934,61.80359845555849,453.66842676558423,494.6949810545148,70.66227422589778,391.6544894400427,299.91800023850453,302.78216444622893,193.32077552154004,67.5633220354554,487.8817983830177,218.0431201433109,388.274159365812,95.1212167582638,287.52099379809533,199.21194150000315,174.13975088761762,57.77513675072166,28.209569371079823,358.0951363838666,388.9670601297231,363.71715416489207,246.6476014477028,319.8085372729284,85.66749112669392,240.77767847513203,261.7160085175942,487.5812489609693,46.88688954697911,106.24388099741167,487.85705188894275,339.5634472729581,453.2181788697678,197.3559263952006,396.8678322394774,496.3621496645963,160.22257754576253,319.21621411547045,290.38480480640516,475.4590654075736,17.776675125897423,146.83443409282376,151.91278310323503,438.541255055619,90.47867820737282,212.66076775943327,27.3157604454346,102.2199838383181,264.24707872731545,86.22115899815164,265.80171120405384,282.3548027323,320.2201533129201,343.0560047966987,407.4874762886462,284.55437554038497,15.383726646815143,31.542679701798193,334.38976310406184,443.72741216044847,247.1337272561398,202.29440350585904,36.902678609188385,318.33810985019534,278.9021099720635,278.4107182877164,233.11002196220926,408.4085422948945,199.55013368315676,433.6475301864123,25.275832728929583,405.59354228485245,22.546824199402792,48.19296950920082,475.7044284938516,161.41025711690554,327.5541992873324,372.70234802571696,180.49510170970945,378.12719090603565,86.13407160020714,395.8262478160644,155.19988155184024,3.1313729055014727,125.02700492465257,398.95305342617013,342.1401906057083,190.44296063954752,231.62858984671908,324.0627197023513,148.44172633324575,412.07918323938327,175.50937339207294,88.45263519914471,130.34454698911975,417.16020605321097,417.77878327396064,290.4990681716976,349.30644147800325,42.20436689560847,85.27378786259965,122.33381948820221,52.029980272985945,464.9664095171818,108.1501434098895,282.2203184842046,487.53069315256437,339.11716096298437,80.05243526956195,365.96945301159695,292.52629026555513,316.81865284748847,247.13340681736778,494.72647582477066,72.90776777039676,298.59446790517575,37.494574954366925,298.9811507068811,222.44028796854255,125.73336445841387,493.8625088600918,469.1169454965726,361.6620548462944,336.09086993573965,146.2455846594138,14.577017396685598,468.2798366938806,29.951505451628336,95.67670593782651,52.97743829077367,133.48538606852566,246.40788353578864,67.61244554144896,240.35515504973515,399.5882617913287,332.7156357088316,429.124255042101,398.5873508463155,305.08498072817775,461.6482417436199,266.145803057673,247.59422113884432,406.9073888590215,421.4010849872822,264.9411259803847,463.4380594752798,29.369873171372852,155.80988289777898,372.39747002283326,302.24429643579197,12.630511794965937,181.03250328516256,71.55142768387512,257.329152547263,177.9482089154319,176.1631480295353,196.98343764490406,205.09347912608723,147.65553631042238,494.45547705275527,64.87586465005374,430.19561055764405,345.8479336058288,224.56855222186377,273.9321128395085,344.4369331486113,312.33623939198816,51.804757553986555,303.88456484483186,3.3509735564086762,131.98319612194652,421.3317578752135,94.67023523199558,360.54842529823264,16.759167554894148,178.6502916736416,121.33737374980424,206.47834398053598,277.4595423993122,471.2971498787999,139.7506057863236,108.66758754021672,14.44119816150713,201.75427002132173,240.613337108948,220.2553055905922,49.4816300381411,385.86859605087955,485.13978629209873,101.76679586182414,148.33352526431986,306.35894388126263,300.243309495701,354.2138416601549,417.76767270368197,328.10184274172013,131.38039747757867,262.08481824776635,108.3792278101442,201.1843797305081,437.4728501934524,310.1065732705107,143.8815257608508,459.6755362649911,356.3372091078624,377.9886810832436,145.84687857970252,356.707828670867,301.88793539868874,160.21778401577797,484.5904615599268,68.01922316376296,325.0718214116283,455.09305937254896,482.5915087577786,77.43159728486232,145.1713658469912,487.24356769840614,189.33586878523363,133.61312536159386,368.8225591443674,453.36242736093243,64.90975078200395,416.08939746908123,144.64572642102013,432.8037718819505,302.9491902691173,131.81039195557304,426.6118403475625,417.3513421436071,221.80166447394694,196.6428815800273,470.0720844053098,461.4141874291008,188.17171542436822,52.81218898325246,374.8196929977526,64.54343025768078,355.5098608147493,73.52618015452411,482.25134828332506,151.3203620788608,416.9467969713002,5.30097337466856,11.16738098494585,29.107699619495552,56.734841620731835,436.63093486395815,160.02931819906902,359.2661585209004,225.43961505821562,99.90306631113121,188.85373004071698,282.566704758782,360.83740121983544,214.10977920172513,58.569354349857605,142.65431719346623,147.5797527971065,122.05229667483042,242.2799078747353,460.26451584847405,176.74338784429384,296.9546778932815,308.35169904727366,316.79034335451047,24.16128693002556,250.76021675298455,115.81989027513656,216.57795834021186,286.0679456255243,270.3318675487232,303.34636712823584,373.9702398035489,262.8830383179317,316.662201817537,51.22676894720507,366.9014684214744,306.8683164206909,82.05091148314675,337.2134956598,329.4345958773725,477.9042869979457,460.43642451451564,437.6249348160845,321.5480549275517,305.7499064233645,478.3947748093201,295.0923826503752,182.27868779019923,252.68106187727085,117.54051879168459,433.03302301448036,125.42055507199935,365.51450919835196,177.97009513703367,354.1074561810732,499.55797083023856,243.34671511830962,397.4283502050898,2.3142841219095933,446.62925435397426,462.0672977898248,63.7108178502509,248.14587216575273,279.24610301813493,222.399061593065,419.8883462810262,0.021494996900683905,297.5781011792929,56.559183967173574,232.50477569480847,371.48759616661994,455.7136303254342,370.2620185880414,474.7061420263975,95.29497767583001,185.78060942206602,185.9573807926337,76.82433985935738,125.14188062814252,138.653026362968,399.03308568097634,473.72247399630345,374.92220173878894,116.37588319646241,29.23926393010251,81.07312677092831,329.7093519830542,101.00678441272431,201.2240302978015,246.03406251998172,129.26322662405016,240.47237798943212,129.69083941916858,433.7176480463099,476.42580190781683,194.58550277203724,210.52412635561663,177.9961239539999,132.25243677203875,27.01376090444957,35.44376720837861,404.3496069257129,10.750959763299928,324.42753365592273,225.23459235516557,472.44298007273886,447.7984408260957,345.80948447235056,22.308448880319855,193.19638884366302,144.10103055019835,246.78667731200372,237.5116232620964,156.65831042626797,260.52174250701245,246.9082337595949,340.96376709747034,323.53166955083304,362.38930155402994,215.91726903610166,58.90244868499755,427.4177220390857,475.62795479003387,409.41065747212315,11.753698303458847,144.5779454177144,273.9470129327991,368.9733890822178,490.46322582550005,298.65932077698614,410.7374820651409,92.5740294070439,43.60514280452077,348.9887410654761,213.0615245089752,102.38369172150513,456.87944647387155,254.29047775105772,23.30469775105737,470.3260169950913,136.1438327540097,429.99846526436755,277.98211129100554,163.6570370823091,154.32460566860667,89.58866729332127,7.169946394743221,221.37978892855398,65.70075649182638,478.915371209644,322.77726207851504,483.0471880954678,59.52980428988525,51.78912056784557,66.62325852478968,472.57292121075403,456.3094131116456,218.49228357729623,89.76526023240677,89.57762371269168,67.96915873677133,174.30661084770793,230.8287667809455,6.255417413732034,466.5000736755784,394.8179967966224,418.400804335136,434.7116510570797,486.92276513504817,440.0687491568604,483.45302806906693,182.00333412015297,306.1308993844038,388.2638892313043,474.5284502004026,330.6079057215956,179.92104736187252,41.40375277304403,200.01780071088982,285.4585854538752,91.313531039879,442.56432105711644,280.3283483830074,454.36656314669085,375.2455875964348,370.4414203953139,466.50914859083656,50.352185714960584,491.5811595128796,344.97301797094116,181.12489944097814,49.06820999599565,123.51866577674936,315.15060129970516,285.7476525057754,226.97756595858442,78.66108932456461,463.0173933646383,340.2907111484948,71.35098226003139,232.46027310226424,35.89843949799892,85.81984947366166,365.5835814010063,471.95415024495617,16.041581660911074,48.43265735057473,119.11199602229622,267.03330942229337,17.27673914415917,239.45744904801995,287.4982429898472,173.88340892049402,48.61210992500964,184.97554619579142,484.98546562937463,87.53672658593875,55.14469827104368,447.4014856242004,1.3561165603969139,59.02999450361052,6.211004316618696,164.00017283932533,15.241694774898452,411.1066507377476,168.87900040764643,91.59555356000176,87.11625433739306,297.32888161235087,107.72636869838948,469.22167814052625,347.5572288639731,325.99465759133597,337.21243601477573,149.56725684429694,470.6101241491479,62.6180337812004,138.17398572103977,12.979089001091515,139.2577458907856,52.01342599989351,410.6273975380622,472.0605530046723,163.10484130820325,401.8421930567356,143.85805344804166,441.5870744247542,463.93704800867437,435.1645997284129,61.19673774543388,146.7933699876427,115.71115760286787,471.0886528982966,203.67174007072703,4.245902860308293,218.12393230226868,326.561465687064,254.79446639672216,366.0114615546553,195.9033288752506,155.1527563731746,124.54236945868786,430.70109457321274,122.65813062465358,182.3429641082061,46.48246235127257,498.9464731244662,419.900277756149,85.66926283716103,411.76248388466473,349.9436840554323,165.0943749122029,0.1068565392652876,10.615142756513707,378.3773880718745,130.43739871098597,14.369761973239136,486.73153497527494,93.76171626980268,13.95437870627636,301.09733099407435,20.00517211377667,405.8149984047775,46.72033277046916,243.7012620618454,226.58383924044657,462.86525999472104,231.18507338636078,178.3727639869439,250.37831874369982,446.06019181020145,343.1777535798807,211.88728787242366,404.94664787318055,402.90453091971034,246.29924574966782,416.6971773529312,466.16533739118285,268.3693490568662,440.6064611462165,28.355922121953814,18.829497147560325,274.024564748741,186.66005071162195,12.406052761187226,422.81798024206944,96.55914083074218,12.78438055507064,386.062899090682,184.8935426399349,308.6642375541387,247.93046954208154,4.182168146784182,262.96917729001865,332.86695036836255,42.56875061081372,245.83800209792795,53.334172152691316,151.22345215687417,21.44868634395375,463.2241023279398,462.32160501814263,125.61194239670681,115.14023903422627,267.19751017360954,405.3439435090177,74.1744539857765,334.566133131764,218.19252966047975,65.297079349727,267.52372973023387,335.3343943181637,108.16405602241558,410.51825891386204,19.63703493587704,267.1057968866405,232.08530199419053,37.46039610497787,22.623117450891684,427.27504456654225,19.00100213635747,356.2836281635684,497.7331155626239,180.1560221986645,365.7788641827871,391.0292695986212,216.93783959636838,345.6921279000278,162.85676138937328,125.97216075358625,226.59613214580298,4.1740484113982905,65.50099188185577,333.19528797089004,236.75781991298024,490.7377461100098,77.68958694033878,427.6813987879625,410.15004806207895,167.8823112167215,176.35155133175869,443.6533553120409,428.8989226776124,28.491051013067647,350.0670586532476,387.0862761478026,71.156636783342,10.638141444143379,293.2132061953533,302.5381747175717,469.4601137722415,119.64297856657163,222.1727143442726,367.2993595065343,312.4943357629312,475.42512106342116,445.45200331016986,485.13372390729876,293.8129990544021,408.0226706468494,341.5792211034997,109.67550910771423,158.71591918025314,321.3721276692177,324.4702644491449,305.3647518590245,414.51752925185536,165.2598915412461,253.5730547465173,279.7354193574481,85.54749396676148,177.1301463189534,334.43481379298186,145.066242111284,100.20507100472132,199.5510547994449,372.17009078009687,367.84157161546483,272.46152246137876]} +{"expected":[1.3931785,1.3581567,0.8472142,0.8635261,0.5623388,0.27818385,0.07548145,0.12740052,0.7918966,0.41175893,1.4674728,0.013182468,0.78740615,1.3301781,1.0381087,1.5182921,1.2509123,0.58536476,0.8881058,0.8026809,0.80830747,1.3941807,0.3560027,1.4404938,0.97347784,1.2895234,0.9353505,1.2735219,0.9436232,0.96679115,0.85179275,0.3937041,0.3042105,0.8912923,0.82788795,0.972634,1.264215,0.43037823,0.030494912,1.0313679,0.29320198,0.2713367,1.3474414,0.66294485,1.3637083,1.5083289,1.3989679,0.5731038,1.4229968,1.0329688,0.5868989,0.9943051,1.0781139,0.31757414,1.2886,0.5248509,1.4514799,0.8161661,1.1731753,0.76186633,0.40800825,0.5650059,0.99028885,0.3039095,1.0332956,0.1835224,0.6772044,0.40780777,1.3157349,0.8270834,0.9829099,1.2280536,0.7950668,0.99888843,0.92533934,0.61310995,0.8914278,0.4263883,0.28323755,1.1148473,0.576418,0.2606059,0.1869107,0.7494771,0.5113654,1.3517802,0.9335088,1.0936127,1.036082,0.058669344,0.27613276,0.034803726,1.0971794,1.412384,1.1312069,1.3818644,1.2411464,1.2814867,0.7869553,0.2377523,1.0984461,0.36938447,1.2338563,1.0598425,1.4267111,0.32565153,0.9782958,0.61393726,1.2673701,1.5171359,0.40989533,1.1901772,0.77786183,1.2793263,0.6729615,1.3535172,0.39361534,0.89326376,0.35930124,0.51152563,0.4303665,0.5483584,0.78431755,0.08890675,0.31687126,0.23536688,0.6285672,1.0374371,0.65247005,1.4930241,0.9277548,0.004765482,1.292188,1.0371108,1.4245083,0.752649,0.13365225,0.8781357,0.92153734,0.8053903,0.80171305,0.10974704,1.4396261,1.1457939,0.8765923,1.2588968,0.40904048,0.43986738,0.1529912,1.4562266,1.1242703,0.020275394,0.49514878,1.5581824,0.7887115,1.5621783,0.7652087,0.16714942,0.1476691,1.0421652,1.0189711,0.77615154,0.80829954,1.1117691,0.5712432,1.176163,1.1665084,0.2829125,0.8993827,0.3937183,1.4120544,0.60166895,0.7214898,1.1520824,0.4981476,0.53803533,0.9567093,0.62207216,0.9638569,1.5527127,0.3143945,0.83799195,0.09240344,0.48026094,0.9640071,0.19562237,0.23965144,1.3396226,0.8644635,0.99462587,0.75633734,1.402595,1.092608,0.9602775,0.8060152,0.2480878,1.5391555,0.78007907,0.5301096,0.4469849,0.34642768,0.9335335,0.79734886,0.80940175,0.75928456,0.39203662,0.7777469,0.33143008,0.6719718,1.0571036,0.019684894,0.2011031,1.1935862,1.2151462,0.84949005,1.15403,0.062094796,0.5549405,1.1940234,1.1279515,1.2631298,0.41776118,1.2864865,0.76120144,0.34332576,0.33521277,0.6194858,1.1695987,0.47308004,0.31619555,0.46551165,0.91252995,1.4290962,0.23224752,0.3204275,1.3663589,0.12653042,1.1362472,1.5111245,0.6437258,0.07704451,1.2866757,1.4363661,0.60672206,1.2418249,1.4344308,0.2832579,1.1814549,1.3943896,0.7018999,0.72212046,0.5849319,0.8817288,0.10920297,1.5592855,0.62171715,0.04231311,0.64517236,0.82392424,0.690314,0.44022736,1.1933941,0.11556305,0.9001399,1.0107539,1.1800164,1.352029,0.1855091,0.6301678,0.8680767,1.0304672,0.79739505,0.718748,0.7120168,0.9423512,1.5069532,1.2918539,0.7239879,0.36371553,1.1599584,1.5413638,0.9002693,0.22797991,0.8811688,0.88144314,1.2063715,0.97615564,0.91277075,0.5345646,0.7705752,0.9544031,1.3396733,1.1360008,0.83097225,1.3759612,0.6601434,0.8883393,0.4693465,0.022706356,0.23114882,0.30456907,0.84225047,1.0132159,0.9171231,1.3550237,0.33534598,1.5401063,1.0050311,0.71026,1.1724175,0.42839232,0.20387192,1.182599,0.8500141,0.6114474,0.024796814,0.93810976,0.10228296,0.2613356,0.8284415,0.960618,0.8265672,1.4589894,0.88058054,1.3581295,1.3925991,0.08172807,0.41089514,0.20508446,0.37181482,0.675121,0.9830441,0.48421457,0.24310431,0.20217207,0.99462134,0.8675681,1.1171843,0.798957,0.6853966,0.4528819,1.4205117,0.9379158,0.018962858,1.5057101,0.9080429,0.53839415,0.14339569,0.40192583,0.8935565,0.5057769,0.03511308,0.71507263,0.74631214,0.33672062,0.632774,1.2344735,0.364205,0.6787729,0.44765177,0.71840006,0.6232351,1.3756237,0.09781756,0.9465177,0.99691826,1.4731166,1.4532531,1.5300523,1.0691087,0.30312696,0.8742225,0.44936624,1.537744,1.0212278,1.0205218,0.79795486,1.4470867,0.6204274,0.791031,0.6917979,0.6384256,1.0657115,1.4734415,1.2002349,0.72920346,1.2242188,1.0264795,1.3003091,1.2806832,0.85259116,1.3877609,0.8176978,0.904445,1.0380894,0.8577113,1.1090376,0.9228652,0.6562122,0.36424893,1.4941305,0.50014424,0.56563115,0.8043915,0.07076248,0.5765933,0.61688024,0.5570197,1.1489671,1.2929593,1.4731871,0.7609851,0.6772486,0.3892051,1.135591,0.43884736,0.8112888,1.1258199,1.1355627,1.3130397,0.7889151,1.0394796,0.98251116,1.0460489,1.2957823,0.21593848,0.4719926,1.0141536,0.39742377,1.526058,0.037277922,0.03906728,0.97755814,1.09879,0.6800353,1.3514847,0.84984213,1.3683776,0.8113446,0.22633146,0.026844976,0.8006072,0.7785948,0.7480781,0.67468446,1.4792343,1.1478246,0.7297709,0.44835702,0.00687895,0.44096324,1.0636257,0.5017507,1.4521512,0.33210033,0.6954286,1.2755283,0.025870794,0.43365347,0.8252307,0.7485503,0.64730036,1.1567281,0.8307067,0.6420038,0.745204,1.1049825,0.6724574,0.3113871,0.8481947,1.1738871,0.8492285,1.2538488,1.4704947,0.8755678,0.5686708,0.7418946,0.71214163,1.287928,0.56437933,1.5586373,0.98608214,0.51378244,0.81299436,0.6916405,0.841728,1.2768389,0.681172,0.7626428,0.99054646,0.81755126,1.2201271,0.8373454,0.5855734,0.33919007,0.089213066,0.2536994,0.59392804,1.0952029,0.6903587,0.119637504,0.773978,0.7346011,1.4838607,0.97728735,0.60200405,0.7534194,0.7837317,0.92994845,1.2049425,0.79701364,1.1870539,1.1426628,1.5155562,0.7332879,0.5597451,1.2155553,0.6081198,0.7816736,1.0374277,0.7770876,0.19490835,0.07126472,0.7535889,1.1071373,0.82820225,1.0527977,0.40718466,0.2706252,1.2700435,1.1890287,0.369466,0.30573598,1.3635452,1.4226909,0.972398,0.17497411,0.1465762,1.4045242,1.3277537,0.9175914,0.7647091,0.49798843,0.42331728,1.247672,1.5645074,0.95464945,0.9224549,0.6763981,1.2818851,0.9060701,0.8555221,0.36432528,0.37130365,1.3911042,1.2217935,1.5233272,0.6652093,0.45850766,0.06728247,0.5824007,0.35729796,0.07323989,0.8035573,0.5604609,0.34151137,1.3739234,0.36237037,1.1499867,0.5632197,1.1271865,0.7086969,0.5645763,1.2494799,0.62203175,0.7205151,0.76585245,0.13887899,0.72706664,0.7110482,0.20159851,0.3058229,0.74137974,0.5248044,0.17049783,1.3279781,0.6121991,0.2287225,0.95445853,0.33879128,0.8269281,0.61172813,0.21145894,0.67761004,1.1726775,1.276127,1.0026194,0.55991423,1.5521725,1.4316317,0.40593982,1.2535318,1.1853869,0.8316633,0.7038085,0.7947323,0.92527574,1.3450948,1.5480438,0.7212415,0.6806716,0.5474803,1.3617326,0.9166578,0.95769244,0.84172463,0.43447483,0.27937,0.41612414,0.32240817,1.3393717,0.6631905,0.8001876,0.87669045,0.19204283,0.42851564,0.61651546,0.4950114,0.093886375,0.86113626,0.9127658,0.7864373,0.8837754,0.44765043,0.55124354,0.5222987,1.2728082,0.82773054,1.4847642,1.0127542,1.4338228,1.0078028,0.37934938,0.87400365,0.5397501,1.3974075,1.0979966,1.4468987,0.31246334,0.3278852,1.0574437,1.2876501,1.3525469,0.5142995,0.3896473,0.8841264,1.453366,1.3952366,1.3057086,0.054839056,0.06154342,1.5397136,0.058143076,0.88210315,0.9670563,1.3127186,1.443363,1.3262208,0.14462154,0.68699825,0.5983066,1.0170991,0.67859566,0.67006254,0.8825111,0.6358889,1.3905056,0.026360586,1.5472835,1.1418947,0.69778425,0.6387011,0.6780038,1.1429418,0.157265,1.3240682,1.3977067,0.43065616,0.9223001,0.82406527,0.3889721,0.83788925,0.12557833,0.5624864,0.98239905,1.2254092,1.4984514,0.748134,0.88922113,0.90275997,0.5927937,0.6446671,1.2409729,0.852453,0.8465388,0.7472696,0.7373257,1.4668432,0.017809525,0.3975004,0.5733232,1.4736269,0.91809535,0.30603024,1.0445942,0.70848,0.80325454,1.1199932,0.024461862,0.64065385,0.3975631,0.08383217,0.7568654,1.1080072,1.1191984,1.1722286,0.823878,1.5665594,0.4378376,1.3962483,0.14423464,1.4622558,1.2709469,0.8362868,1.0333846,1.2162702,1.3021277,0.6431648,1.3543192,0.7383067,0.38841048,0.51853985,0.80037606,0.7864456,1.1111001,1.2885436,1.4515755,1.3999597,0.18626599,1.1905341,0.95778084,1.1214476,1.5220501,0.64009595,0.28599754,1.2941824,0.29404032,1.5300916,0.8761053,1.169152,0.6014679,0.88915026,0.49243122,0.5294928,0.74319625,0.9247746,1.5479476,0.544811,0.8272513,0.8335175,0.81498325,1.3745013,0.28748825,0.8082221,0.7367432,0.35378015,0.5421244,0.11180155,0.041968256,0.84052837,0.62561506,0.122358635,1.4163768,0.8233073,0.080252446,1.0688235,0.55824834,1.1936222,1.0110543,0.7238987,0.60731965,0.018193495,0.9099083,0.756762,0.062940195,1.10104,0.48562664,0.79795635,1.5484864,1.4512684,0.6186959,0.89791566,0.8925211,1.2959433,0.4968973,0.785219,0.7811495,0.5334269,1.205958,0.85421777,1.4303414,0.584172,0.50290704,0.11528845,0.9820318,0.7927357,1.1680118,1.4792328,0.48077667,0.3322187,0.761333,0.40378663,0.48200494,0.8469959,0.026379144,0.7976641,1.5081401,0.31202647,1.3969836,1.2416666,0.6252334,1.0871896,0.5754587,0.6912983,0.9885766,0.8380442,1.180111,0.14591818,0.2789875,0.90018594,1.0533292,1.046248,0.9144108,1.3039901,0.41968867,1.1559936,0.35465884,0.8488731,0.71483433,0.85544527,0.4886635,1.0907023,0.6681189,0.97009784,0.8148699,1.3112754,0.6701772,1.1518401,0.6921427,1.2620193,0.46212414,0.31679478,0.45143878,0.9719306,0.8263328,0.7203297,0.73466194,1.2599931,0.3960321,1.2209079,0.7201827,1.5059166,0.8236753,0.46372393,1.5505762,1.1572475,0.050122745,0.29566738,0.4276586,0.8950644,1.0745065,0.23363516,0.6534752,0.12650003,0.68898433,1.2729739,0.6323279,1.1088883,0.3671978,1.389716,1.0005202,1.2107655,0.4952636,1.4993038,0.65686905,1.3304832,1.4132848,0.795759,0.61886173,0.6373941,0.28471208,0.7732406,1.4985527,0.58976936,0.97303885,0.04143196,0.8001339,1.1867117,0.8299958,0.618068,0.24112143,1.0341209,0.831323,0.6751698,0.73863643,1.1155795,0.2779584,0.102227286,0.81417894,0.0043994198,0.6783829,1.1995754,1.557786,1.1741939,1.2024084,0.18525158,1.1243492,1.3239145,0.6879507,1.0162054,0.03930041,0.14531833,0.19597183,1.083524,1.4769078,0.26674354,0.27859768,1.479719,0.41925034,0.38258535,0.28687516,0.03717374,0.65695137,1.4588658,0.08510279,0.32972273,0.36864805,0.51707876,0.44451883,0.59732324,0.8175922,0.57196397,1.1553304,0.59799653,0.8842494,1.0185262,0.31133696,1.4355661,1.0353606,0.6137765,0.44373932,0.63630545,0.95142376,0.89633673,1.1573628,0.46310696,0.5568565,1.1594719,0.03117865,0.8249942,0.19757785,0.87902135,0.24916998,0.4220004,0.9248928,0.54809123,0.18956114,0.84180164,1.158622,1.5256203,1.3637053,1.1255716,1.176714,0.12739004,0.0533885,0.6274395,0.74024713,1.4879693,0.5879414,1.4212089,1.2782248,0.3793781,1.2525231,1.099773,0.5786053,0.9877657,0.22293974,0.8203514,0.7072521,1.3131344,0.96045905,1.529804,0.74384195,0.81914425,1.3238957,0.5922032,1.2178206,1.367038,0.74961704,1.4438127,0.5068745,0.6901315,1.5641913,0.65759224,0.8438751,0.83920497,1.1640446,1.2278986,0.23742941,0.62463,1.3494432,0.6308605,0.8214595,0.55883825,0.55542433,1.4157355,1.3120983,0.31532374,1.0912523,0.031799328,1.0249966,0.2861365,0.44410318,0.86183447,0.07017525,1.5507072,1.0925518,1.0416964,0.26310855,0.9114591,0.16408205,1.4537235,0.9864998,0.08630905,0.9935625,0.8739258,0.93326306,0.86292064,0.9015427,1.0662708,1.162261,0.101982966,0.40507403,1.1899166,0.5884708,1.3965509,0.22506623,0.7460968,0.9339502,1.1394691,0.74091834,0.16526195,1.074017,0.49611518,0.5563069,0.9989241,0.55584145,0.9690086,0.5313474,0.42881212,0.026013145,1.3915466,0.7057536,1.4183614,1.5246341,0.4663984,0.3674263,0.7389648,0.8883429,0.11611773,1.393523,1.1132386,0.15785629,0.8895952,0.77168286,1.2946295,0.4333913,0.8056015,0.7185704,0.8426845,1.1737462,1.3375623,1.1353307,0.9062057,0.23829181,0.1309848,0.7219606,0.32091147,0.34667778,1.4259272,0.65254635,1.358101,1.0141282,1.2133754,0.9023348,1.3047018,0.6050146,0.5810685,0.5355462,1.0679324,0.80301124,1.4281282,1.5464689,0.78891706,0.5455575,0.4766966,0.7694582,0.80977696,0.7433659,1.2128097,0.64487314,1.0263343,0.21273746,0.22399426,0.8853153,0.9184718,0.5292648,0.61745435,0.640999,1.2484963,1.2184975,0.5725036,1.5303808,1.3318897,0.58212733,0.97313786,0.55246365,0.6445872,0.90467644,0.32202885,1.5497135,1.2957939,1.0757961,1.4840872,0.081839815,0.3312135,1.1112292,1.4353763,0.3691281,0.5542812,0.29544935,0.9965713,0.987933,1.233208,1.0233762,0.6627042,0.74819326,1.2840593,0.9504613,0.26799306,0.5571364,0.8169852,1.5375606,0.576259,0.31456897,0.99379116,0.049447227,0.47710523,0.9290559,0.59818035,0.7947524,0.5396163,0.5406622,0.49934918,0.8414365,0.7874899,0.8644781,1.164468,0.16128998,0.6728286,1.3226484,1.311307,0.30606893,0.79665107,0.77631354,1.0511587,0.69488126,0.7781493,1.2869725,0.8546736,0.48411322,0.5473177,1.5317177,0.75624293,0.75304484,0.59989744,1.498465,0.7668893,1.2231824,0.9230283,0.7287235,0.44313687,1.0774124,1.0687366,0.40806162,1.18035,1.0462765,1.5504627,0.45690858,0.45106143,1.2718102,1.0070887,1.1030288,0.4796369,0.5865437,0.6682357,0.6365109,0.067984164,1.471137,0.16504866,1.1106445,0.16584858,0.9813274,1.2925019,0.7468358,0.5285046,0.04958225,0.7920579,0.2830899,0.8832765,0.8758445,1.2141718,1.3919196,0.7227975,0.46740514,1.5508561,0.17618836,0.7273602,0.94747156,0.40644583,0.18358113,1.38506,0.3508191,0.6967783,0.58606863,0.047340248,0.70423996,0.73238134,0.93934476,0.625941,0.20557986,1.1603695,0.8182918,0.63308644,0.19694664,0.8503257,0.3192695,1.4336902,0.12457461,0.822302,1.4919541,0.7808381,0.8849917,0.18600313,1.0064492,1.2585918,0.21854362,0.08312361,0.62093854,0.90245634,0.56088626,0.5391988,1.1273878,0.4830559,0.87061596,0.31805012,0.7841785,0.9710855,1.4319088,0.21965094,0.96140593,0.12009487,0.015184757,0.27097198,0.3067685,0.77354294,0.59328103,1.542544,0.6778601,0.8380766,0.49483904,1.2055966,1.1287909,0.89751005,0.3477308,1.1389476,1.0352495,0.9651487,0.006340333,0.4452932,1.5555775,1.0162153,1.5357739,0.8621087,0.9405594,1.0522232,0.87104326,0.43521494,1.5538477,0.6808456,0.06675367,1.1479735,0.91327685,1.2443212,1.0466204,1.2231013,0.5926383,0.5272376,0.8119644,1.1392246,1.1161575,1.2263334,0.61416394,0.25898117,0.8124727,1.2661941,0.6537903,0.6793688,0.2990846,0.5883768,0.7333567,1.0372849,0.7984886,0.39314336,1.0409359,0.79535204,1.2120662,1.258881,1.5128734,0.5656546,0.5806274,1.1378795,0.15027918,0.6830478,0.7779751,1.1845255,0.82460076,0.7666592,1.4975711,0.88668674,0.05652976,0.88339555,1.5563582,0.9067564,0.77156013,1.1904086,0.42010555,0.8806609,0.8892599,0.99207014,0.8926931,1.0184647,0.9187191,1.4792664,1.2153627,0.94835645,0.41090292,0.47551855,0.94434625,0.10778056,0.7286877,0.4855712,0.34075612,0.74958646,0.16446483,0.21898697,1.047709,0.5417977,0.31487373,0.04896082,0.17696883,0.9337558,0.22547616,1.5150267,0.5311363,0.90428317,0.34737828,0.8641313,0.29242197,1.0164155,0.0135184135,0.06374003,0.77590525,1.0392656,1.066503,1.5340071,0.74402326,0.39696887,0.2878432,1.1964613,0.23857528,0.46149752,1.1631733,0.15132144,0.91349113,1.0130347,0.76072323,1.0724373,1.2898667,0.52086705,1.0607616,0.80905086,0.16240138,1.0180212,1.0076699,0.74527586,0.8863895,1.2719504,0.0027290788,0.4573399,1.4015106,0.070075415,0.07522968,1.3430233,0.9749032,1.4410859,0.9723461,0.80316275,0.41525513,0.64529556,0.44339,0.2633182,1.2395188,0.052548368,0.30216882,0.8244469,0.6964589,0.7313847,0.72200084,0.54532295,0.7534392,0.79945344,0.72215456,1.2204095,0.8602077,0.6777315,0.01782837,1.1890775,0.9335717,0.623579,0.7080001,1.2555977,0.4811185,1.4228266,1.0790234,1.3094362,0.5170754,0.9273801,0.50707644,1.0242819,0.023744585,1.3363625,0.88016254,1.1895049,0.52399194,0.008942226,0.15599006,0.40308172,0.8133909,1.3679636,0.5461297,1.5026438,0.8581398,0.8126705,0.052499145,1.1726601,0.8083572,1.4031947,1.1663972,0.2756312,1.2728583,1.4870434,1.3695227,0.9876257,0.6483578,0.15597174,1.3788103,0.75503397,0.5605239,0.74654204,0.505145,0.8591045,0.06126694,0.48378733,1.3534992,0.38903013,0.05783311,1.0287375,0.7787171,0.30027494,0.7521975,0.37888703,1.1846355,0.7555365,0.84867615,0.039005034,0.70147914,1.3326075,0.67008126,0.4068512,0.8043548,1.2438022,0.8157721,0.4012923,0.5699038,1.2348694,0.6663311,0.8704769,0.9995369,0.60971713,0.8990723,0.7582808,0.83276916,0.9788279,1.345994,0.030192,1.3972057,0.49664173,1.54854,0.5853012,1.1271724,0.5124844,0.05051246,1.518629,1.4413004,0.93998367,1.4203625,0.51844525,0.6446999,0.75514597,1.1165581,0.49056596,0.028717019,0.5800559,1.2117213,1.2694309,0.87817246,0.5112239,1.1007563,0.51890683,0.106343314,0.6126497,0.40189812,1.0475587,1.2787241,1.0237494,1.0988253,0.32556364,0.9663381,0.18539608,0.06724566,0.7532059,0.99697256,0.7016234,0.542899,0.80198735,1.3148974,1.060621,0.1365622,0.9341236,1.4803867,1.4276061,0.6463982,0.41640592,1.1221668,0.97834724,1.4386096,0.93784016,1.3170933,1.5318288,0.5690889,1.5092777,0.9612288,0.50944996,1.3127364,1.344885,0.32824656,0.74073255,1.2014886,0.8553202,0.07953686,0.19938575,1.2400372,0.9997251,1.0793152,0.66905224,0.84313846,0.95620775,1.1618159,0.97401434,0.23533376,0.76907945,1.0958967,1.3195516,1.2417296,0.44982523,1.417637,0.93173254,1.3148764,1.3592632,0.4661841,1.4952189,1.4550732,0.050965544,0.19684814,0.78402674,1.328553,0.8097331,1.2784754,1.0427196,0.47482336,0.26542625,0.74338645,0.4695042,0.7155212,1.2892128,1.0682077,1.2232311,1.0885441,0.6816257,0.73952127,1.2248981,0.15637007,1.0444206,0.73778796,0.85937583,0.8374043,0.7773342,1.5286664,1.0358536,0.8377961,0.31031743,1.0549648,0.6633318,0.6365837,1.5489504,0.8005932,0.9247415,0.7540325,1.2627422,0.8337235,1.094037,0.05804959,0.775636,0.468407,0.69356173,0.20259638,0.7286661,1.2176898,1.2045668,0.6964548,0.48851958,0.75703764,0.5058587,0.25258738,1.0921999,0.46203667,1.2701702,0.7489005,1.0559031,0.5520142,0.7108212,0.6600279,1.28465,0.86175984,1.0936193,0.9469957,1.262545,1.2367721,1.5302923,0.58920497,1.504765,0.07456379,0.91782206,0.4578172,0.7558912,0.26100284,1.1255568,0.13956583,0.62351924,0.7790906,1.216862,0.8538237,0.3624473,1.0894601,1.255812,1.5121886,1.1441017,0.8198754,1.3280858,0.00924955,1.1769893,0.2118253,1.1314119,0.7516692,0.34193048,0.3528583,0.2771865,0.049528375,0.95172375,0.44148114,1.4925028,1.4505411,1.3024623,1.5668008,0.7279354,0.8682137,0.99252456,0.8466322,1.0785134,0.5626843,0.87149656,0.61367345,0.83638054,1.3436354,1.3331311,0.82572955,1.5038635,0.513064,0.81635267,0.98947054,0.6831279,1.2017127,0.38449422,1.2160429,0.9865014,0.623098,0.8008516,0.07617921,1.1031424,0.7801619,1.5520433,0.14650425,0.07329044,0.0052077766,1.0958599,0.25024554,1.0540134,0.7935587,0.79628474,1.0416396,1.2110738,0.69105864,0.2652371,0.97199386,0.08587336,0.95192957,0.96362513,1.0898194,0.7117874,0.25239268,0.8923128,0.38290572,1.0930468,0.7743333,0.5768509,0.7205383,0.3030087,0.5322049,1.1674551,0.4691689,1.1562403,0.4502839,0.8755004,0.6489944,0.5590442,0.690566,0.95635,1.1884048,0.9720686,0.65711313,0.021094281,0.1923217,1.5530268,0.5539738,0.22316201,0.4811792,0.6926129,0.08610258,1.2633548,0.10111137,0.16602081,0.4404962,0.7221387,1.3778015,1.1955727,0.6490308,0.054985512,0.19227003,0.42009205,1.201252,1.4501415,0.80863744,1.193424,1.3992864,1.4622769,0.6377521,1.3955045,1.1133847,0.633557,0.16338488,1.1757551,1.4526443,0.5976327,1.5465176,1.0759423,1.0858976,0.22428875,0.10895554,0.31634203,0.17692645,0.51952106,0.7707638,0.7770823,1.5175449,0.64977837,0.86714184,0.29205596,1.3644614,0.6786877,0.5494918,1.068045,1.1250104,1.072655,1.0599409,0.18696702,1.2713091,1.323486,1.3240839,1.501913,0.7949243,0.9509968,1.3424865,0.73840934,1.0131938,0.7971222,1.5658879,1.1671458,0.8979879,1.2146688,0.9005307,1.1138091,0.99053115,0.22965162,0.63568133,0.42742667,1.0319948,0.67308396,0.95949775,0.6661335,0.99343544,0.9384334,1.4974704,0.85013634,0.54835194,0.91617525,0.6620442,1.0971519,1.2823129,0.7364571,0.6333523,0.6163242,1.1883664,0.6999343,1.1112577,0.9069316,1.0810713,0.45551834,1.1296256,0.5240874,1.0954314,1.0055544,1.3483195,0.8023203,0.0679578,0.5331301,0.7576033,1.1579942,0.85555196,0.32199305,1.4951878,1.2411414,0.79897195,0.83300805,0.01647931,0.31664824,1.5522232,1.2676412,0.3177686,1.2533503,0.57226914,1.2899016,0.7272673,0.02967617,0.7962679,1.0457735,1.0979961,0.59853536,1.0854557,0.032684498,1.0319232,0.13780904,0.21934034,1.162195,0.90955037,0.59873146,0.98253304,1.5306482,0.90660375,0.4344103,1.4337685,1.0383192,0.26712412,0.8238047,1.3434728,0.34641024,1.1565646,0.78415644,0.6708421,0.45701683,1.355773,1.5475705,0.5692048,0.51502585,0.91533124,0.0033693323,0.046470013,0.8742724,0.47417536,0.9981927,0.729335,0.08000013,1.5661315,0.32992652,1.0946201,0.7983394,0.30199945,0.30378503,0.79920256,0.90333027,0.87107533,1.2465438,0.6050451,1.5091393,0.9006247,0.9505739,1.0223614,1.370021,0.79306406,0.08566311,1.1449823,0.17264496,0.4287911,0.1221546,0.60212135,0.48365438,0.6114918,0.28601354,0.5088059,1.17212,0.60975915,0.75883055,1.510604,0.060775857,1.470399,0.5219246,0.08635424,1.236969,1.1874353,1.2706681,0.5721617,1.2384349,0.6052552,1.4944456,0.2368589,0.8433894,1.0684197,1.4277593,0.71311325,1.0626194,0.58971757,0.86570114,0.56612074,0.95464796,1.1662112,1.3933872,0.0066278963,0.6717199,1.1261014,0.5211524,0.39604786,1.2549992,1.2585772,0.7546994,1.1912519,0.6574249,0.1526261,0.3100405,1.3846555,1.0582266,0.54256904,0.5596618,1.0782177,0.5709926,0.17222276,0.8057749,0.18005055,0.7473443,0.4495612,0.2792633,0.12940724,0.68974525,0.46402878,0.64599395,0.81240416,0.71092594,0.2703246,1.0644923,0.9696938,1.1697992,0.6641209,0.35279828,0.29766148,1.1494989,0.6823408,0.293223,0.70566493,1.1826195,0.25365612,0.95182943,0.72264665,0.58833915,0.7088992,0.6169166,0.87211597,0.97445667,1.1996455,1.3300221,0.9282629,0.84826934,0.1195331,0.5362524,1.024174,0.0038685894,1.1315622,0.74078906,0.74596363,0.22636059,0.79134166,0.373844,0.2908478,0.52943164,1.0413457,0.57353777,0.55393904,0.23084934,0.9081808,0.8295933,1.4292043,0.4242934,1.3235992,0.9928899,0.1889563,1.1089536,0.6875487,0.5504831,0.07032676,0.51668406,0.7277471,0.24830996,0.83324075,1.363629,0.9759826,1.5553002,0.46611574,0.7788996,0.12514944,1.4989773,0.54657173,0.8721222,0.9748015,1.3483474,0.46793815,0.09303439,0.14693624,0.8334844,0.2162715,0.016468277,0.22575966,0.7886337,0.5897469,0.56942034,0.11605744,0.81035274,0.8619504,0.5161945,1.4451644,0.14193803,0.4658341,0.9890366,1.5194157,0.060174156,0.2384979,0.24154536,0.5716557,1.1427226,0.03982947,1.4216517,1.5177201,0.35840416,0.30930352,0.8276985,0.17815965,1.0189023,0.69590414,0.021900201,1.2408397,0.9349579,1.1917346,0.8567546,1.5373132,1.3527642,0.9851627,0.28890428,1.5652624,1.1503845,0.7494787,1.2444379,0.5104488,0.5823645,0.56279373,0.7389059,0.23597349,0.73047775,0.33479333,0.7345084,0.3573943,0.049455814,0.65452754,1.3161067,0.011877142,0.16902414,0.3293161,1.5061285,0.0020887316,1.5136214,1.1533655,0.748938,1.3691117,0.5996173,1.1273571,1.3399119,0.9003622,1.0709554,0.66044337,0.8821799,0.5322758,1.0322317,1.4951448,0.4278664,1.0176336,0.22585653,0.3892991,0.71297,0.64319706,0.83027273,0.7384302,0.3350683,0.03656444,0.933254,0.5683849,0.44440892,1.1924013,0.44442883,1.1722361,0.67210513,1.1704502,1.07775,0.74678135,1.092027,0.46696612,0.14679894,0.4733222,1.0606617,0.778251,0.21921499,0.15741986,0.577128,1.4308342,1.5420632,0.7743108,0.4404048,1.4376463,1.0821928,0.0635906,0.562773,0.77008945,0.71846145,1.1609256,0.49039283,0.48703262,0.9769109,0.9618796,1.3098695,0.29523414,0.8112253,0.9165833,0.16271774,0.52802557,1.3880696,1.3877954,1.4132907,0.58472306,0.9516902,0.8766877,0.7374734,0.86676013,0.16266182,0.7102124,0.4616548,0.77813613,0.7418001,1.2433285,0.9772189,0.19983976,0.62305254,0.7810817,0.97587067,1.2802297,0.6931197,0.8576545,0.05894142,0.18771929,1.2705075,1.4206078,1.4138278,0.08265171,1.134709,0.79254,0.03197231,0.67194897,0.8870343,0.8375062,1.5523497,0.0032851945,1.2738634,1.2571552,0.32615513,1.4541326,0.047598887,0.5864748,1.4853938,0.911492,0.23115337,0.66527885,0.876438,0.18806985,1.3302875,0.9778259,1.377862,0.6284376,0.6195835,1.1074843,0.573418,1.501437,0.29537067,1.0340766,0.07266802,0.6967637,0.75724953,0.65109,0.68166536,0.20360588,0.91336197,1.1338559,0.48080775,0.5817701,0.91647995,1.0776343,1.5547605,0.74279195,1.5099592,0.39593926,1.2868018,0.80951536,0.34686014,0.95211,0.2593321,0.15623173,0.17847772,1.4847581,0.149072,0.29250735,0.4951509,1.4027431,0.75374746,0.45604974,0.20550704,0.57788026,1.1770899,0.5721529,0.879714,1.2646711,0.46442798,0.4698167,1.535853,0.77484775,0.59230965,1.3394622,0.34535944,1.3714945,0.90694934,0.223793,0.07355185,0.23741364,0.7386307,0.57107043,0.5806588,1.4234695,0.6083128,1.3868858,1.1496733,0.37805077,0.5864387,0.59829587,1.3447556,0.7680166,1.0109869,1.4723794,0.8364188,1.0905595,1.1839361,1.3963729,1.3614227,0.44799015,1.458618,0.65420765,1.464213,0.6218669,0.6039057,0.014466074,0.9907215,1.1706376,0.87166715,1.0266143,1.2785236,1.3517417,0.35446554,0.8637701,0.4363077,1.3580246,1.0095303,0.9506252,1.38156,1.1483344,1.0935701,0.7528736,0.2303966,0.765771,0.9693506,0.2683952,1.0231222,0.2687002,0.8706857,1.1884745,0.5885315,0.010220597,0.81190085,1.5366129,0.36411813,1.4073107,0.8612061,0.99602616,1.2819388,1.1630844,0.5937514,1.2736759,0.4869423,0.8063343,1.3769633,0.8606354,0.9310812,0.39362758,1.003628,1.0633918,1.5478524,1.1540185,1.0878948,0.6574184,1.4110926,0.45621628,0.21742938,0.942523,1.493094,0.69458354,0.21218191,0.55941087,0.61703783,1.3969164,0.19832681,0.41994786,0.7971196,0.69712234,0.101059385,1.2085862,1.2624292,0.95809865,0.094766594,0.9834927,0.5959817,0.6346641,0.34659958,1.1795435,0.42920545,0.6815687,0.5924836,0.7542642,0.4636798,1.0894995,0.60072345,1.5127293,0.9253888,1.5110161,1.4122581,0.23309954,0.6687679,0.21323867,0.18610577,0.09621703,0.74807006,0.6382037,1.3526418,0.010152201,0.55455166,0.7242879,0.73295176,1.1285725,0.82789624,1.5229841,0.35100263,0.40649316,0.52654254,1.2362463,0.13598104,0.59369063,1.0393014,0.08201087,0.47877577,1.1864389,1.3314775,0.64153284,1.1268164,0.145541,0.07559851,0.7670522,0.4550331,0.7449061,0.96954364,0.72244245,1.229179,0.08977951,0.22424556,1.1862732,1.2196262,1.3269306,0.66816944,1.4931345,1.017614,0.5857326,0.2894954,1.4944402,0.89367896,0.19447139,0.8436782,0.65471756,0.17952578,0.5724802,1.3136895,1.178193,0.77525187,0.3767894,0.83199084,0.7486811,0.65360016,1.2760316,0.40686625,0.54202837,0.52091056,0.19289595,0.84071493,1.0099972,0.71660316,0.35455686,0.90206116,0.5028053,0.024046166,1.0178411,1.2715981,0.824256,0.7895338,1.2301913,1.0558327,1.5671854,0.8606242,0.010639627,1.4454958,0.8359124,0.22545993,1.0529579,0.71537805,0.4390473,1.197548,1.0284307,0.8622833,0.8057523,1.1286901,0.5693525,1.3060938,0.3810334,0.8307605,0.80949163,0.5905707,0.70587844,1.205411,1.2364949,1.377386,0.8021521,0.18052235,0.10722014,0.777769,0.19352391,0.58523345,0.9530372,1.46278,0.94497496,0.9996971,0.8126663,0.5969273,1.5311512,0.9157665,1.3728836,0.29997548,1.4831009,0.58936083,0.05004946,0.7900663,0.068675034,1.5479262,1.3078368,0.97267085,0.05103237,0.46323594,1.0622851,0.10770254,1.5572957,0.7440779,1.1625413,0.5321583,0.5263281,0.88599324,1.4018695,0.22664735,0.74644595,0.56741434,0.31022066,0.847231,1.3378439,0.7480566,1.2709584,0.7834422,0.47372139,0.6807265,0.22974126,0.5712476,0.42123386,1.2169164,1.5644253,1.369723,0.84488183,1.2065088,1.4939859,0.100098744,0.06827462,1.3944387,0.7028775,0.60325056,1.312025,0.56674534,0.5626954,1.0440764,0.3908159,0.5076805,1.3770639,1.0924511,0.58193356,0.8252961,0.961923,0.7394199,1.4148554,0.6900439,1.0690845,1.1839178,0.5376188,1.2315661,0.051497955,1.1028311,0.20387247,1.3154528,0.30201417,0.9642496,1.0229799,0.023787484,0.52824277,0.30490395,0.6858244,0.7842369,0.36431867,0.76446915,0.714911,0.6690991,0.41719887,0.9157254,1.1280357,1.0005074,1.420114,0.52432895,1.1628276,1.1624296,0.7708645,0.08966855,0.68831784,1.4638478,1.4475865,0.47569996,0.48138624,1.2353759,0.73632157,0.4215984,0.90281177,1.3861823,0.7074159,0.5549684,0.8575125,1.0439674,0.51991975,0.60493505,0.039350573,1.015587,0.09861794,0.7929,1.3611928,0.28883815,0.58729833,1.3055367,0.006108012,0.109976515,0.18852113,0.33268687,1.1215447,0.5690552,0.20438263,0.6422675,0.37164325,0.00274101,0.27212286,0.6056741,0.90964985,0.43080497,1.1315582,1.0246992,0.59211177,0.05857925,1.0310612,0.3949654,0.7197904,0.12412463,0.19697678,0.8966138,0.5367216,0.7887563,0.6071826,0.37189794,0.3185976,0.59617245,1.552004,0.785178,1.0987282,0.39106482,1.0946417,0.92077565,0.99551255,0.18738739,0.6220651,0.13438189,0.6211853,0.3083919,1.5337477,1.3056622,0.5420508,0.084952846,1.3540707,0.1619806,0.8249664,0.46914414,0.03724026,0.6511775,0.7692949,0.9262283,0.9509195,0.87909377,0.4285133,0.621287,0.03383269,0.5297968,0.6651847,1.2948598,1.2153482,0.42841682,1.0825199,0.75436795,1.0313671,1.2245958,0.56689525,1.0017326,1.1819475,0.40486863,1.023826,0.63883156,0.20472157,0.572282,0.6960365,1.1125882,0.2557219,0.63868946,1.28292,0.76531595,0.7686732,0.69654584,0.014285468,1.1890442,0.41126177,0.35709298,0.731685,0.66680306,1.327095,1.2572944,1.3172923,0.8377855,0.8861216,1.1373311,0.44365355,1.2038302,1.0687606,0.17465732,0.7061855,0.10314547,1.2317272,0.23595563,0.034381513,1.1849812,1.3403194,0.73371184,1.3649883,1.0457283,0.024440764,1.3270487,0.054969136,1.126322,0.2850281,0.1564019,1.2429286,1.0316787,0.45317367,1.4871589,0.5322905,1.0766459,1.0562972,0.76843756,0.27106097,0.2671527,0.016679572,1.41759,0.22340915,0.30821875,0.5309365,1.1802754,0.88804257,0.6940283,0.42885795,1.3282284,0.5594905,0.3603079,0.11707822,0.20597638,1.5357621,0.6329831,0.8152101,1.3648739,1.5269884,0.38143685,0.23601875,1.418622,0.48798582,1.387089,0.3798147,1.3801638,0.67752886,0.7839183,1.2364771,0.8953942,0.46400174,0.6403765,0.14349195,1.1207858,1.2210554,1.5456055,1.516725,1.0949947,1.4299566,1.0080208,1.2746376,0.20797162,1.5669689,0.50365835,0.9917943,1.2377355,0.92268497,0.5376914,1.1298782,0.74061376,0.5912199,0.37451982,1.1411979,0.89037704,1.0255475,1.4125216,0.5418651,0.39890525,0.05450316,1.1781355,1.1049515,0.5756308,0.9499526,0.58755434,0.8004564,0.6778796,1.3016022,0.5721304,0.21555957,1.5583605,0.96399873,0.89444906,0.59708536,1.0039774,0.27441934,0.028884208,1.3324699,1.5693309,0.006850338,1.4851487,1.5130656,1.1136177,1.3788289,0.040672135,0.53655726,0.82955533,0.7993304,0.9400299,0.6543876,0.91926086,0.90700805,0.7806859,1.0920937,0.78813356,0.54071695,1.3969505,0.32154357,0.15882951,0.64529324,0.9742762,0.98992926,0.09203097,0.7970664,0.37654844,0.14567617,0.34018937,0.0551609,0.6380015,0.7110482,0.95813507,0.6141748,0.57156974,1.218115,1.5205255,0.15543096,0.49805245,1.4736243,0.25891814,0.85620075,0.45378295,0.89262486,1.406875,0.77291733,0.7510436,1.2854054,0.38710397,0.48380262,1.0278261,0.31920528,0.70162946,0.19870955,0.9001943,0.12915768,0.42642224,0.24495457,1.5176781,0.6197417,1.5131564,0.9744945,0.9607162,0.69872755,1.0592785,0.1173497,0.84757984,1.4445895,0.92661864,0.63810223,0.041816454,0.4422713,1.384274,0.56791955,0.39895388,1.3582145,0.5055677,1.4721593,1.362121,1.0274491,0.8580024,1.1579953,0.5911044,1.4518795,0.61305916,0.7955299,1.3295381,1.0940857,0.74659646,0.65795124,0.59769094,0.03524355,0.43369824,0.7722178,0.85462195,0.6414207,0.8918774,0.113630794,0.9032264,0.028340425,0.083681114,1.1476359,0.45165798,0.7075273,0.14128917,1.5279772,0.52344525,1.2671841,0.7277003,0.68107975,0.07551671,0.7169345,1.0667964,0.44918498,1.5304335,0.5408334,1.4842134,1.0022465,0.6768653,0.17011766,1.5054111,0.089225054,1.2537435,0.4982862,0.14033973,1.1767462,1.2507976,0.94516855,1.1707128,1.3673735,0.74323285,0.11758256,0.4984465,1.2857262,0.018913837,0.6111127,1.5221304,0.6944694,0.47177112,0.82515967,0.6569494,0.67813367,0.47649065,0.5257028,0.6390559,1.0012492,1.3225507,0.88989383,0.6171469,1.2246894,1.2425363,1.4568986,0.92337424,0.18555702,0.46243602,1.0729825,1.442272,0.7981805,1.0222747,1.4349896,0.69863003,1.2805073,0.53889155,0.7618621,1.154856,0.8774651,0.6818054,0.20470026,0.10573287,0.47291002,0.6648953,0.8248246,0.251071,1.5573837,1.0146179,0.71889716,0.8552142,0.03471194,0.27540386,0.988153,0.8500238,0.94037443,0.8763853,0.4219113,0.24432826,0.012942273,0.66736245,0.76492304,1.3313141,0.76906186,0.6648909,1.5131524,0.51133734,0.72267675,1.0275869,0.8570264,1.0829014,1.4987038,1.1329433,0.19292265,1.0320848,0.36549115,1.3904021,1.3867056,0.6275017,0.9977485,1.2336702,0.072298415,0.80328655,1.2791224,0.7093148,0.6864592,1.1578878,0.24750231,1.5179793,1.2416931,0.17573252,0.06853962,0.029948408,0.53258586,0.8395728,0.89455336,0.7288209,0.34635234,0.4897441,0.17805476,0.56680363,0.0046945126,1.470198,1.1463937,1.3276399,0.35101095,1.1512775,0.116082035,0.24427187,1.5485208,1.2763034,0.5826032,1.1155338,0.8499149,1.0384855,0.8720015,0.8298206,0.49966237,1.1428851,0.86470914,1.0899473,0.6187115,1.0517722,0.89952856,0.71050704,1.3981473,0.14380245,0.38713604,0.14576398,0.71319026,0.8494134,0.96975,0.8831489,1.0725418,0.25729904,0.69158727,0.9577773,0.9954685,0.49595037,0.20505226,1.1538303,0.24216358,0.2628764,1.0692813,1.2835263,0.37860498,0.13768655,1.552171,1.4423442,0.5924123,1.2144812,0.1746465,0.19562727,0.14111188,1.0801238,0.8544209,0.5285309,0.65360564,0.19114397,0.9814359,1.1802481,0.5575981,0.6731021,0.6171956,0.99890727,1.2556864,1.4683036,1.0329158,0.17551044,0.8281727,1.4876,0.694702,0.74343055,0.51822644,1.1445154,1.0786331,0.55607575,1.3235656,1.46553,1.383174,0.5163542,1.0953577,1.2892112,0.5330895,0.4696295,0.81621355,1.1439093,0.90232915,0.099431716,1.2956706,1.3772385,1.4096175,0.74500257,0.05515153,1.1750226,0.832001,1.5175055,0.5279308,1.0960824,0.1131788,0.38488784,0.97229624,1.3544759,1.0682306,0.21741322,1.2521278,0.7828123,0.45752862,0.58363587,0.5348254,1.041398,0.20283996,0.4752422,1.0853887,0.28561693,1.1438679,0.60175824,1.4693947,0.42406398,0.784587,0.81287676,1.3947257,1.3408734,0.08734351,0.5882035,0.26544943,0.85117584,0.13448833,1.4753526,0.6395082,1.4684721,0.7797748,0.30651644,0.9909382,1.4425098,0.0070649385,0.9782375,0.936073,0.6361221,0.14773075,0.5613102,0.211573,0.5205985,1.1570879,0.33011773,0.10893401,0.08009277,0.63563746,0.25297093,0.08125669,0.73692936,1.3001274,1.0008429,1.081121,0.9318042,0.80589116,0.51431847,1.4968662,0.91886556,1.1125019,0.11066785,0.95540816,0.71963984,0.87833035,0.32611817,0.039019726,1.3066596,0.75351924,1.5551125,1.2315985,0.06669322,0.25253567,0.8461951,0.50057477,1.0874453,0.9272813,0.8973104,1.5420839,0.3963637,0.72984403,1.5628344,0.8192534,1.1794316,0.013700593,0.72673345,1.1795111,0.22163342,0.33728993,0.4044858,0.7622844,1.1289624,0.879871,0.30224594,0.69211394,0.7537681,0.84668785,1.2062342,1.1560858,0.12073568,0.43030304,0.013654616,0.7469689,0.9164203,1.0834389,0.016549027,1.2642524,0.9032155,1.4321628,0.41851667,0.018803183,0.4288604,1.0171707,1.031629,1.1188518,0.41075543,0.812238,0.14586711,0.9826954,0.39352515,0.96916187,1.190107,0.3609494,0.1308449,0.7483406,1.4854473,0.66588014,1.0455638,1.136958,0.097391374,0.6936822,0.26210815,0.8413935,0.11571908,1.2456796,0.3634372,0.30938992,0.61494315,0.5141294,1.2663957,0.34438175,0.5359438,1.5592406,1.1131897,0.29671776,0.34590447,0.30851358,0.61323,0.9335981,0.6812213,0.8839842,0.25703317,1.0539349,0.83788335,0.83940005,1.04513,0.25777504,0.5894138,0.09143859,0.6981581,0.5517616,0.35866055,1.4174179,1.0675473,0.83053434,0.27564898,1.2632688,1.0470185,0.124645725,0.23904754,0.1691564,0.20621592,0.30430615,0.6060836,0.6328745,0.6671445,0.39703238,0.94012177,0.6979757,0.6826885,0.60643,0.93941635,0.0379274,0.6932141,0.8152371,1.1420333,1.220926,0.1013256,1.3919224,0.02213618,1.4884242,0.83398217,0.24459817,0.82680726,1.0682899,0.53931415,0.6921663,0.054108813,0.7444463,0.7536226,0.7611598,0.0988912,0.7151985,1.1133598,0.8328399,1.0633428,1.1882623,0.33443913,0.14475366,0.77916855,1.4396881,0.9612424,0.64251447,0.7538897,0.0474857,0.28437623,0.5847283,0.8838378,0.5114397,0.046723668,0.93604153,0.71597195,0.4641808,1.0991483,0.97429687,0.9984537,1.0494086,0.07064132,0.7993118,0.49726516,0.7308637,1.0830516,1.055851,0.42327294,0.6360402,0.79947895,1.3197305,1.1661912,1.5700516,0.8652102,0.09167239,1.5624119,0.9152124,0.17596579,1.1461773,0.5374366,1.1212665,0.016350944,1.1756734,0.90834415,0.533635,0.79998434,0.19080083,0.4053037,0.79205817,1.0437427,1.1385686,0.7981404,1.3399383,0.94287115,0.6598056,1.2314001,0.4775266,1.2654539,1.1928979,0.15496233,0.9077843,1.2420311,1.204516,0.6493909,1.2767979,0.75882983,0.16922867,0.94298697,0.33711097,0.81394273,1.0037988,0.8424495,0.32507858,0.8412315,0.7139742,0.9622678,0.07839039,0.8641126,0.65984774,0.8154712,1.0046358,0.7361601,0.94906723,0.6173739,0.051102985,1.1006945,0.7440346,1.3008205,0.1299946,1.5369885,0.6104991,0.092178605,1.3819598,0.7847074,0.2388016,0.94802016,0.5640026,0.9641693,0.64374554,1.2057949,0.0062426203,1.5593818,0.24128284,0.9061311,0.47098958,1.2376653,0.50674725,1.1521226,1.2778759,0.74785584,0.42833507,1.112333,0.83530235,0.97333413,0.83255565,0.5645046,1.2449664,1.1682364,1.119171,0.6830729,0.49433452,0.99216646,0.40681696,0.015489455,0.6219298,0.28675705,0.22071216,1.0769112,0.943197,0.22969098,0.4727834,1.1881486,1.2740158,1.5565039,0.08271718,1.0570077,0.6372108,1.0665631,0.33750728,1.035027,1.2608854,0.019514095,0.58166146,0.08597636,0.94850093,0.11218656,0.45504284,1.1747768,1.1991471,1.4905627,0.87689286,1.1391102,0.5220303,0.35052845,0.8613447,1.2325219,0.82532644,0.46090072,1.2441715,0.5076973,0.302941,0.31723553,1.4565583,0.44069874,0.01726832,1.2505856,1.2587246,0.4558,0.937762,0.15888244,0.90900165,0.77724844,0.6020628,1.3793321,1.2759525,0.6308268,0.70538324,1.5118073,1.4392192,0.62181824,0.5972398,0.26804104,1.4035853,0.984653,1.020205,1.4174508,0.05918856,0.4849525,0.02224313,0.43245357,0.40658432,1.2161084,0.4143049,0.7880664,1.0713282,0.81441057,1.5019629,0.15735875,0.4352939,0.54642177,0.38160697,0.689088,0.20793115,1.3439804,1.3622915,0.9482422,1.2283299,1.0164107,0.761043,0.13615456,0.75135535,0.50167155,0.81600726,0.83572567,0.35569116,0.61369956,0.6523259,1.2416852,1.347734,1.1711421,0.20673871,1.4433787,0.5800171,0.86950207,0.78707975,0.7308911,0.71024287,0.59251356,0.71800464,0.6248379,1.0254705,1.2583383,0.013259357,0.5305715,0.747966,0.6563902,0.6856226,0.39957532,1.3404104,1.4667064,0.8822117,1.52237,1.3428584,0.8340144,0.99611014,1.4952691,1.3630863,0.6818561,1.0658518,0.5948549,0.95208585,0.8429789,1.1431429,0.88710177,1.1009423,0.6244891,0.7967584,1.253941,0.7817662,0.28329277,1.1120664,0.89115196,0.7684024,0.8692544,0.64446884,1.3785448,0.31237575,0.21810174,0.43355277,0.22791451,0.61104256,0.3423451,0.17515677,0.99687976,1.0529919,1.21681,0.66724575,0.7763012,0.3024692,0.55657727,0.9222452,0.2608628,1.107163,1.0889168,0.89663684,1.5446037,0.30957296,1.0334914,0.8985707,0.15420422,0.49940544,0.96083707,0.5573822,0.91159517,1.2246048,1.0729072,0.76501876,1.5021676,1.260298,0.81057805,1.3682345,1.09886,0.96517706,0.9004777,1.1854197,1.2046409,1.1185557,0.9194756,0.5460265,0.86841714,0.60329545,0.2103589,1.0827677,0.40842515,0.36646315,1.5599897,0.46152312,1.5433267,1.3071772,1.5010029,0.44704852,0.28028825,0.8189863,0.6248863,0.5926021,0.3783544,0.47753108,1.3373601,0.019363135,0.5651885,1.2250909,0.7573477,1.5248983,0.8221997,0.9819283,1.094929,0.7791476,0.62051654,0.9045841,0.6631485,0.51842976,0.74746186,0.068171866,0.7730204,1.3455268,1.2517725,1.1572843,0.6412587,0.3338591,0.80894744,0.056751244,0.24042448,0.61122775,0.14854956,1.0687016,0.847432,1.3230147,1.3391476,0.28733048,0.43792886,0.8357502,0.6006362,0.59966546,1.0237523,0.08149403,0.2629807,0.32065797,0.3606509,1.4244094,0.70175457,1.5081719,0.21415617,1.5342348,1.134449,0.9622861,0.31890884,0.4215999,0.657193,0.6668874,0.5536947,0.8138513,1.3680378,0.18501058,0.8851359,1.0617888,0.56180423,0.23609695,0.5402131,0.6818444,1.0124322,0.6297557,0.07219004,1.2876595,1.2412326,0.9141307,1.4175838,1.255811,0.34003738,1.4203314,0.043657634,0.88959116,0.7195184,0.59090185,1.3581359,0.6349261,0.912625,0.13196492,1.3148544,0.72493577,0.6430505,1.0882183,1.536175,0.60128605,1.4966538,0.96027935,1.0644913,0.9826845,0.85128665,0.677012,0.64019084,1.323904,0.61861545,0.55269563,0.9857381,1.5250415,1.2161267,0.9359337,0.5931125,0.16662541,1.0010388,0.49525574,0.8645234,0.7524074,0.41259456,0.69885415,0.87524724,0.31045023,0.9062459,1.4541938,0.041693915,0.6433935,0.15984505,1.5270406,0.7245796,0.30732664,0.64652944,1.53068,1.5675007,0.07829999,0.48045984,0.41519123,0.20223206,1.4525566,1.5230869,0.4723867,1.4182857,0.74225533,1.5107045,0.92326415,0.10103676,0.24860512,0.71886486,0.008945354,1.479394,0.7309087,0.03381038,1.528496,1.1897448,1.3128376,0.7556702,0.6118964,0.24980213,1.414046,0.2759931,0.7116376,0.029722061,0.56253606,0.9314963,0.0055901897,0.8074678,0.9456592,0.89850736,1.1547838,0.27182153,0.7543193,0.73424304,0.898018,0.8177921,1.1090907,0.6340078,0.30626765,0.5859495,1.1420228,0.954713,1.2685273,1.4231864,0.90817016,0.65106153,0.3257716,0.97031397,0.14616066,0.61410755,1.3601493,1.0385914,0.85069185,1.1499138,0.39218828,0.9349401,1.4112923,0.8410889,0.3056711,0.9548912,1.2053208,0.5584464,0.6362483,1.3966244,1.2456378,0.756851,0.016168533,1.4603348,1.5707513,0.6626145,1.1482661,0.13633083,0.5584471,0.9045512,1.0311298,0.6879904,1.2392138,0.9701851,0.63419735,0.02956512,0.39688027,0.4550691,1.2885522,1.0011213,0.24695152,0.041759383,0.46365878,0.9686185,1.0746175,1.2327969,0.34973827,0.35644713,0.5668062,0.33583045,0.7597678,1.1397374,0.935859,0.8112829,1.209367,0.779721,0.97933096,1.1375457,0.44179577,1.4498249,0.54678684,0.8536739,1.0652238,0.3974136,0.26111493,0.5342727,0.9783564,0.87544006,0.51452494,0.9245066,1.0584468,0.7105422,1.2438005,0.10906574,0.07709968,1.153051,0.30794245,0.82792205,0.64956725,0.32820135,1.2741311,1.464673,1.2178831,1.0259554,0.8793623,0.60617787,1.176901,0.26619595,0.5049907,0.47681046,0.5446006,1.0173879,0.37930176,0.21937819,1.1473126,0.7247704,1.2138132,0.19881107,0.30000445,1.3494216,0.8066996,1.2910584,0.7081155,0.45193592,1.3441107,0.6988673,1.5090053,0.0012550512,1.2357156,0.13307579,0.1409945,1.0169263,1.4983511,1.0349352,0.9818397,0.977385,0.89510757,1.2022785,1.2901387,0.6492661,0.053991757,0.62510824,0.91071904,1.1107728,0.9729441,0.7781649,0.71330404,0.83962774,1.5078045,0.9228502,0.83057743,0.96301055,0.06252454,0.72333014,1.3826107,0.9188938,0.45879185,1.2712196,1.529613,0.7877496,1.2002968,0.7747989,1.227436,0.9795786,1.4989284,0.8762889,0.67865473,1.5145825,1.1812505,0.54099035,1.271244,0.7417595,0.8060496,0.9774838,0.57231575,0.86861587,0.71917796,0.51898664,0.6656287,1.3762033,1.0298,0.92574054,0.8531026,0.83981436,0.23145056,0.71193016,0.5577758,1.5204918,0.6179126,0.9290582,0.56857485,0.0021045457,1.1564527,0.2119089,0.12439099,1.3995831,0.6298831,1.2532947,1.211473,1.4920726,1.552742,1.4206377,0.92334455,0.3309629,0.6886128,1.0229709,1.1100372,0.45278272,0.4594145,1.2626419,0.2984097,0.33589402,1.2960978,0.7682389,0.44524336,1.1768395,0.50778073,0.35748675,0.40601516,1.5396698,0.26674637,1.4530842,0.29947677,0.6896412,0.50026435,1.3731667,0.5824857,1.0297697,0.08234105,1.1536888,0.13527112,1.135119,0.3190701,1.0191852,0.3009669,0.93796587,0.005607436,0.6414633,1.1289116,0.4208387,1.3366498,1.0651963,1.0873578,0.5359403,1.2973745,1.0036452,1.1361239,0.5922595,1.157267,0.4512806,0.85043883,0.009388705,0.55092734,0.8398156,0.8001746,0.41047928,0.7867047,1.0600191,0.32094154,0.96610224,1.4372058,0.74711484,0.39592537,1.0296594,1.0099486,1.5454504,0.2669809,0.4377153,1.5431111,0.85136604,0.9514551,0.25807682,1.3658174,1.2027436,0.71764904,0.65658176,1.0767581,0.71836966,1.0094733,1.0949421,0.2773015,0.9219072,0.8195856,1.4298242,0.89465535,0.866291,0.060771108,1.2148482,0.76029474,0.23069964,0.38770455,0.84838206,0.021379719,1.2190884,1.5152757,0.45534334,0.7689609,1.3847305,0.2942154,0.94990426,1.5335797,0.13717881,0.7392984,0.2937564,1.4037825,1.1505601,0.72562605,0.82072175,0.9925481,1.4526932,0.7267532,0.39685643,0.8070745,0.9671427,1.390259,0.84383774,0.72985667,0.024716247,1.4565386,0.7655458,1.4748921,1.093893,0.8463714,1.2021536,0.7836723,1.4474365,1.4663658,0.017510436,0.767376,0.60499775,0.22529781,0.0306062,0.17379646,0.7116844,0.020893,0.83250254,0.7772147,0.18078202,0.7423575,0.3036034,1.2599305,1.4272913,0.78370106,0.7466035,1.1417286,0.8369744,1.4985951,0.45621735,1.5280899,0.14575383,0.8357984,0.47451434,0.30750299,1.2298006,1.026608,0.9880701,0.32610282,0.00044398764,1.4292918,1.5039387,1.1810417,0.22949989,0.25128463,0.8631412,1.0266031,1.4022087,1.3019003,0.7856576,0.6433869,1.249874,1.1814226,0.6977614,0.9431854,0.28515354,1.1021591,0.6244696,0.78317463,0.23244101,1.2190889,1.2686224,1.1490698,0.57201797,0.78935295,0.19121571,0.7459926,0.6439241,0.23385842,1.5021752,0.64231515,0.93744564,0.9674884,1.5124342,0.62269485,1.2802361,1.1759773,0.90599316,0.41356274,1.4193486,0.7311162,1.535281,0.16523637,1.5063735,1.2908547,1.376991,0.8367974,0.9646584,0.8960354,0.79429525,1.2526848,0.16838478,0.06310449,0.21294615,1.278456,0.70447457,0.62849295,0.6180006,1.3448942,0.28992802,0.8609578,0.9301543,0.08592186,1.4175705,0.7891862,0.9509609,1.2137772,1.2844994,1.1766049,0.5718929,0.04046851,0.34103513,0.35936168,0.40924704,0.7129765,0.8682072,0.75921434,0.2985213,1.330804,0.70823365,1.1601298,0.66188323,0.76534796,1.1037189,0.8269391,0.9325436,0.86124474,1.3080369,0.8686598,0.64542276,1.4852573,1.1459769,0.7980581,1.127673,0.80786306,0.7051214,0.95392424,1.0404507,0.23116654,1.0615047,0.6166567,0.4567557,0.15184012,0.57476765,1.0311048,0.73092705,0.056869768,1.3471152,0.4267154,0.7402999,1.000441,0.82555014,0.2477479,0.51609886,1.5446913,1.1160927,0.763372,0.7367968,0.30727062,0.7311663,0.032217585,1.5627179,0.29770148,1.4578538,0.8422448,1.5510305,1.485519,0.9037568,0.063902505,1.4953642,1.1928374,0.2357313,0.9367801,0.84525436,0.42769095,1.2820977,0.5727252,0.7808479,0.12622593,0.10540071,0.79430205,1.475884,0.8951071,1.0704376,0.9564579,0.65128803,0.6280624,1.225289,1.5421112,0.36691216,0.5652834,0.7395832,0.93115354,1.2932904,0.9236734,1.1603416,0.256101,0.7191449,1.2160664,1.3293841,1.555732,0.023174617,0.3956642,0.51691717,1.1745725,1.0824246,0.74709827,0.34868336,0.7514687,1.1775607,0.24826929,1.4500989,1.3362912,0.7070934,0.9665438,1.4104842,0.02707428,0.79816973,1.0124253,1.0309243,1.3913572,0.83537894,0.008735873,1.1951066,0.8360986,0.7344871,0.9913897,1.262398,1.1939507,0.69519466,1.0981622,0.39971778,0.4770334,0.37065715,0.72314215,0.095703274,0.8013376,0.77187717,1.0362985,1.0824527,0.36151353,0.103123665,1.23809,0.07506046,1.4366935,0.16986556,0.4135885,0.3503256,0.6981356,0.19925183,1.1790056,0.7886566,1.3500339,0.5665648,0.51401657,0.9248529,0.94334555,1.0402204,1.3477688,1.4691699,1.0635642,0.84200907,0.29367208,1.284594,0.02201594,0.25865227,0.9860032,1.5010272,1.2850229,0.8716889,0.030799305,0.654742,0.5561861,1.4178573,0.6430906,0.95904666,0.722194,0.058640156,0.18893185,0.7964934,0.5687205,0.05593867,1.3637817,0.9290152,0.32447973,1.554072,0.4487067,1.185754,0.8584629,0.31486487,1.307529,1.4429041,0.80449593,0.94766295,0.5676364,0.70555335,0.69423395,1.5649825,0.5186509,0.4230734,1.0487813,1.0126326,0.96482503,1.4625319,0.5259251,0.5945315,1.1382989,0.89186627,0.44345418,1.1773378,1.1042951,1.516539,0.7376175,1.4596716,1.0439476,0.6228957,1.4135336,1.1479275,1.0846043,1.3364277,0.49871284,0.19319521,1.342611,0.71921486,1.1796774,1.466151,0.59589165,0.85482997,0.13316645,0.86093,0.54069674,1.1992259,1.2316748,1.164111,0.8388648,0.6240734,0.9869997,0.85357684,0.52537584,1.270934,0.21109742,0.6428219,0.788384,0.993999,1.1911461,1.2770915,0.4687893,0.8799986,0.3317017,1.0175593,0.54591304,0.48654145,0.8938787,0.9154164,0.773917,1.3483424,0.21204133,0.7544874,0.59662634,1.4914287,0.0016260197,0.9757404,0.28897542,0.718418,0.2251729,0.8305422,0.99286014,0.9709683,1.2040924,0.3861975,1.4399592,0.759632,0.8188384,0.17653544,0.35305265,0.43596804,1.5382065,0.8079055,1.2244612,0.4384258,0.87304896,1.0573786,1.3346648,0.83530986,1.2493817,0.62230575,0.9010813,0.5864796,0.080967225,0.00560376,0.5610819,0.9732436,0.7531326,1.122088,0.6119832,0.17672798,0.6381118,1.1761417,0.702699,1.146602,0.74860144,0.75867075,0.9202422,0.6241028,0.7111112,0.118550055,0.40205228,0.0930105,1.2766873,1.0250409,1.1288947,0.7608802,1.2067817,0.62503386,0.90281814,0.0024349971,0.9840516,0.36071637,0.37840855,0.7451816,1.5351249,0.026982576,0.9406275,0.9873152,0.86128396,0.33873662,0.43946564,1.2206572,0.81650794,0.30026022,0.6303422,0.24654537,1.5487269,0.8710262,0.12395966,0.8527524,0.616004,0.77354527,1.0867531,0.6210945,0.26694503,1.0100777,0.40349376,0.6810952,1.0890336,0.10834112,0.78383464,1.1769284,0.5217526,1.0211087,1.0535012,1.3077904,0.63037556,0.98855966,0.70369726,0.2603225,0.8543729,1.5111965,1.4573113,0.8382752,1.3070217,0.60898983,0.10297209,1.0365106,0.7371302,0.95635897,0.44525155,0.9709391,0.24355769,0.59686047,0.541187,1.4617858,0.6534511,0.91981274,0.9637,0.8551488,0.5423052,0.38443977,0.22567369,0.7349178,1.4471251,0.04047547,1.1575787,1.0943232,1.458184,0.24775702,0.6095319,1.0363039,1.2609068,0.6789013,0.5181195,0.31197435,0.68039346,1.0237601,0.85358673,0.8176663,1.4804873,0.3405998,0.65352327,1.0983938,1.3539454,0.4085849,1.0383066,1.2903917,1.2947531,1.4423294,0.98557085,0.80292356,1.3836906,1.5446758,0.23729038,0.2972737,1.4152713,1.2060447,0.13232233,1.167896,0.25223416,1.3456043,0.95150423,1.5675426,0.15758897,0.11448197,0.44641837,1.3499391,1.3201493,0.6033923,1.1227306,0.70723873,1.0906786,1.3842382,0.7534044,0.68880826,0.40320832,0.40278158,0.9083141,0.76846975,0.70073026,0.53196794,1.2674344,0.73695153,1.2849256,0.5562101,0.67705065,1.0382763,0.9543247,0.80012465,0.97805923,0.8903043,0.9107972,0.28236318,1.2963187,1.216361,1.1752527,1.1718217,0.5197833,0.079778835,1.1083302,0.6225722,1.538549,0.76615334,0.8721746,1.2713586,0.51978964,0.7672078,0.21413912,1.3744953,1.1508448,0.9810004,0.10214402,1.2427152,0.3428532,0.7687728,1.1599898,0.611412,0.9548875,1.5203953,0.73219573,0.42474,1.0258298,0.55240685,0.6278564,0.8267136,0.55658627,1.111097,0.39139253,0.17971237,0.7650944,0.40030223,0.65084887,0.22772124,0.3893358,0.41610977,1.3346423,1.0772581,0.6460026,0.9613776,1.4843507,0.5762227,0.15473095,0.14902048,0.6540311,1.2755831,0.8983522,0.6863768,1.4415689,0.48080406,0.776086,1.1331923,1.1732773,0.26148126,1.1298373,0.73352516,0.9454313,0.31520295,0.4505089,0.84800386,0.6730041,0.5629369,0.94177467,0.017606268,1.5045007,1.2206357,1.1871632,1.0237007,1.3269819,0.68674815,0.6257645,0.5499968,0.3397098,1.141408,0.2690012,0.004257731,0.1596348,1.2530137,0.89919627,1.3346549,0.54631156,1.124047,0.30795354,1.024438,1.4284527,0.95216316,0.9943186,1.1928464,0.5071459,1.0017784,0.7174821,1.2324215,0.70284927,0.8904267,0.0009050507,0.08847491,0.46052614,0.48291224,1.2205617,0.40754765,1.2310473,0.7996737,0.36578274,1.2199509,1.1248654,1.054311,0.019138943,1.3960279,0.2023956,1.4855356,0.027958887,0.85329205,1.0610452,1.1530895,0.13974339,1.5127198,1.354062,1.0862329,0.29269403,1.2458445,0.96649003,1.141938,0.7672404,0.093284994,0.5334952,0.018841032,1.085198,0.26561853,1.0776817,1.2136552,0.23108666,0.6152994,1.035477,1.123302,0.857509,0.8995846,0.34727982,0.0044148895,0.23982015,0.043206066,0.99007016,1.2039614,1.0741568,1.0966853,1.4086131,0.39776817,0.008513006,0.36292726,0.8264253,1.412726,0.4973884,0.8644508,0.77532655,1.4227749,1.1407022,1.356276,0.8181465,1.5347828,0.47921157,0.81187403,1.1129389,1.5414523,1.1736242,0.31312758,0.3261234,0.6008305,0.9668973,0.8918959,1.3459142,1.3770665,0.3542115,0.39872232,1.1246977,1.2348051,0.47369394,0.5480808,0.46158952,0.8721954,0.24827679,0.53943884,0.80310255,1.2795075,0.5970707,0.6651457,1.4191056,1.0779235,0.90419286,0.49397254,0.74509907,1.2444696,0.24627481,1.0988452,1.4740484,0.1670724,1.2005627,0.33006757,0.8238115,0.18922399,0.1614989,0.6634271,0.75840527,1.0652589,0.23289214,0.89341587,1.3387082,1.2072344,1.0254554,0.95647556,1.011022,0.044890434,0.83516735,1.1120143,0.75626093,0.92402774,1.4166597,0.27699074,0.41449392,1.2794161,0.13416927,0.25192025,1.0000652,0.7868942,1.0138355,0.030965723,0.6783277,0.41768387,0.89630675,0.4725145,1.4396287,0.8377033,0.51932335,1.0506787,0.8217714,1.5314753,0.72700536,0.9663177,1.1404481,0.667765,0.54515046,0.50899255,0.7491891,0.5444889,1.2913369,1.4466825,0.69079494,0.4791386,0.67257303,0.5843446,0.23277365,0.6838806,1.0355158,0.5218144,0.27898297],"x":[75.10003453345115,40.09130142792278,432.78784029944177,411.83142671225175,291.8155210349415,391.5114768302054,454.7573260636173,282.3230536443877,281.1344541246179,87.91350043160556,37.02670401769126,389.93561487474443,405.7130498673045,27.363987983377637,140.24417968156712,19.037909247759778,31.667135768813026,410.52700844665736,190.4798351686547,369.69832422289886,225.58386988876094,88.10446707980802,315.4084222341381,44.44660355452301,284.7646663891066,131.1045066991745,216.22677351903636,79.55762912855913,296.4523463179963,343.50272170954685,345.70602899081086,291.229252894371,460.4805342902161,247.01660138259413,292.2323385139372,121.16524271068619,139.43218230011135,258.68152370927066,354.40853423555836,295.28192797427766,196.43050048968175,219.70656052253347,57.90654835795228,259.59510525745065,91.82205723357833,23.991982738199024,83.24871355767249,432.870543141569,65.1690302161077,137.11033579910327,178.65750126604934,257.7827383918875,192.7559379372132,224.68362893646477,115.1373971153073,378.70297897595265,57.49144039869025,83.84208846147601,155.40664221515254,373.3403874726888,266.6363517208319,280.1088206707006,144.2646396394796,369.38983360641635,181.40439579421775,350.99651989900025,220.91733127594864,440.3092351037832,72.75158287413241,151.41338583074833,302.81476068994516,156.60857621100905,254.87602247408986,94.88077837561865,121.06656501856716,418.32251064028816,179.97118397123884,447.39729141211416,326.8895746082879,161.8416672153236,284.06995590946696,228.64691551044507,474.01377308872304,222.23104465210776,215.06053958717968,107.58669125107839,301.08039143152547,231.13114856295786,129.78354807227754,308.4108697860577,368.9331608326481,352.60642514446374,231.67366000846994,71.69553067250261,130.57138600992585,79.39574010821676,80.08073465237541,72.67911158660078,281.6534550633541,428.74918127997927,169.37974817450348,289.3796087752516,138.49185995671255,142.33484590392226,60.76945238628373,222.7794690700402,52.03121947366812,86.07859580328936,127.92402809741982,21.3976462189871,471.7235434925458,41.573649292859116,461.36113902318993,136.8632008725106,459.77489415401885,93.52138318372616,253.22956839003973,383.26722365983824,301.1912574739869,290.5777890843035,368.09446752085427,488.63840668496607,350.4512132894968,91.67507840498429,312.1676062762595,206.48428426699272,394.90768375575004,154.82922446735265,225.72122522923092,35.88445104793414,252.38032490680885,376.23781729871837,142.87311044131917,169.42550133451033,73.59693445541265,53.651865730561745,335.71220387632883,198.15421702008317,368.8331578116347,429.9295249834203,296.6861348703625,480.1925834557118,62.780222656059095,146.53792623533946,192.30982570635706,147.31503982111605,285.4468332922657,335.92091347394046,315.28841998654053,33.480554796471104,164.39337481031524,402.1511561768403,239.48342737701518,5.270123704490204,421.75311787871584,3.85151467393563,266.81658815140077,362.84679730167846,372.19654394505613,291.3470293251997,212.44212073422713,201.03682382115616,476.92390378399796,192.69933561444324,265.36790769306293,203.05132418091,189.36184264967343,482.3733483812523,327.09087168631754,340.2908770239307,58.85512502341417,441.16393436686303,483.51870408342967,162.6051930717842,349.79501424406766,426.52138508704456,193.77572319889376,69.79384614428008,242.26539819494053,0.5584273835809173,384.39386425172904,175.6422953297802,183.73876029296903,66.45240744546177,198.9918428347236,460.63267502690496,267.14140694692674,48.540562007071074,158.17342417997182,289.73351881510746,311.79772434380834,43.97270704320039,31.138153570727802,205.00759385550188,253.1856209896935,418.12709139114446,12.914688929231865,142.63637768187425,284.3015166652525,391.01794823880624,492.887827449053,247.14878933865953,269.6637879574404,80.56799030352273,274.541901380472,493.3025384725914,197.77385054984668,296.6938454197018,18.234612229454882,133.3302356265076,139.99983555665767,176.1254654253937,81.06293994271525,167.9431686080876,123.00858850286201,171.40559834470258,198.835647459993,462.26542504969143,163.3529750067692,97.59103668278313,131.70837760357236,231.51651612168317,103.15584928700838,329.4632141102099,289.6038690661078,460.8899362326007,269.74182159242827,192.17034875175816,34.972910849912665,455.3148582572625,303.53716496412153,354.84029939037833,40.637022687147976,274.22704650979665,441.931180370383,96.5937053624274,328.3994946789675,97.43847929572719,24.147580825223613,432.65047935605094,348.80074322313334,93.07671291648106,34.43516195870166,400.5068761573437,83.78725363760981,66.48699905710865,335.5054445328111,198.85865554645733,76.65186278234198,114.13476752923057,181.86724784973558,378.4440986737145,274.8891418924653,159.58714903421262,1.132840516180178,495.10015516232147,165.32923461230996,417.4133949393977,350.0696582363034,390.48231053598306,444.97104024965427,77.2999673346727,491.37328345939954,328.22167407929817,150.67604745733055,122.81998310029584,63.53057130226802,66.60727043455323,372.36972470976133,129.58635652587878,169.45034170458507,134.08282487696889,466.1716825682333,467.18979609788636,119.01840810784009,31.381907126431685,90.8585712036375,452.1191081721963,362.99549001149575,144.4659546410389,11.48881198050955,215.03259091217402,488.7732505636026,260.28751797062574,381.7723558220561,144.7879116961983,225.76482175079926,193.99058259515718,406.3479018774559,225.8522627067932,9.308950100069268,47.473089618448206,165.87314504301602,285.5932475283315,78.70772919276503,458.57468610267404,259.8053939219269,399.92004975695295,171.34662743147072,466.68625085291717,277.3676931165422,373.1377476640693,216.7074430732822,189.78402506058285,91.87855863596472,474.47313331890945,7.748104132717981,22.95360573751404,342.05542075868885,157.0359549468261,393.36168647821717,480.8176589467257,163.3202700510416,277.7590441109955,410.80271224007424,484.20495746734184,171.36780170553416,134.78085404681923,271.9774309741181,388.59944011576926,248.98250666916272,250.4537576644692,12.226440834628093,333.27597367353604,42.313989868219714,79.04327030480474,489.7703200269881,354.516276949294,387.74156574059157,84.34318633529702,323.24423107169946,291.5625844895999,342.78655329959724,472.2442030730416,125.20468072157514,254.9143851185151,259.7803332820065,135.43511134577662,205.07312044894428,249.7537799777294,311.4276533735753,57.189916290247275,304.0825520549468,108.56428720486511,29.240598342630932,95.07455721020558,180.40099138188404,238.36202717791406,455.7356457394606,333.07599977266335,409.7587637869792,455.5940967538801,212.19529063744196,277.4666098234157,285.5899513959219,347.41189860993444,163.36216371573937,305.2865128630426,433.8383153210628,345.4112685322368,336.9473464176308,348.28452998767455,46.24931266169801,464.7949527992985,296.587974828745,142.6563233423787,30.402182139311172,30.469916650231465,16.386045083294775,24.373504829630022,468.01570589964666,257.1241937774648,115.6928387839798,5.49078676796344,184.49456399607755,151.15410279233743,136.21467047690456,30.43377402923636,215.6250380079795,454.0981213462734,405.2248770464932,258.4159115531821,219.64226640515483,30.410288698317466,93.91172369618323,180.26240555638435,177.7757611555505,264.6020443714833,125.4081792979027,136.15772679486622,431.7172301665798,19.946071963056145,129.9393040666607,134.3990186228523,261.6568777361086,332.52885043670057,210.67205570536584,249.22440120556539,371.7556901019344,340.52036662454213,19.900589537163782,255.06652097807526,318.3877887167437,341.2713462938357,497.1746121770618,442.961865862269,450.73177063556824,399.83536983473493,134.7338402356524,23.389772444833035,24.38803613205337,328.2350682617994,260.5262969992939,413.27375161640435,216.902469128262,365.82176263500304,436.9228627545282,221.47837964760302,161.7502977346321,67.14040269063992,461.25535782940074,242.17837877268178,311.96583438979275,275.0060589875729,71.62779744418296,417.2611697760078,345.89630026448003,238.59272647785673,380.7186637629948,18.51705196927006,435.1667112159371,291.3414192481767,111.69000153751941,233.63489434074185,290.36327747560614,83.22303766478007,397.33844673912535,62.61502857923917,225.13720997951054,427.935206156827,363.4667195591554,93.40542893947551,402.28104195120136,380.97894713643444,298.1362147182756,27.68998670054923,126.52513702663376,479.35560436495604,431.7910519291347,258.3493602699888,262.32737606069287,51.89268441787698,363.7321490327435,30.66119634754888,222.3131849290721,488.707045965283,44.02373748294147,499.76363924327853,399.44961986015164,254.35992696135335,301.72716081852474,449.87178500928184,197.86759569107477,219.1083694575509,64.19738041623202,317.426203105383,229.83338917013114,358.26830938634487,475.5645951181908,402.77703553344645,82.90292456616622,343.3543653456227,82.41388637342723,33.31006144143955,108.37137828690673,361.28108603193243,222.47341866110298,397.0283323969284,110.12295215345996,399.96250296488165,2.4371411515470287,252.66785428330212,213.59004582503155,362.1147353614036,197.49998072893982,439.95304158927235,55.55467044875151,498.3442256598712,367.0502789922969,179.77410779886048,348.1390252468656,151.22971733172974,299.94277155940875,345.2985897041913,103.38106753504212,432.76002555985445,473.896980384175,353.2001150439434,23.69293442748477,243.60234831630717,473.1002845143036,440.7746012628649,180.42980695318417,9.10020716319898,301.74521449233055,439.1080424577516,305.8044065578039,489.51548856451586,362.80522128757406,154.138033070483,35.9641999414963,149.35202179955698,84.18959609053306,27.44526732922681,296.508851231703,165.98561706067954,152.52036620230174,363.0497466691081,254.7221480938639,179.00422652093945,312.90220564659796,391.6479224704273,308.81016348149257,180.18382563391276,200.6783156170564,142.95524845876272,87.8834973994715,496.5783445782743,460.4091388300213,152.50907974221184,191.1730727683873,421.1133276157391,142.33726523069674,103.44046730914897,45.24852528309603,252.37495966531026,134.17452627306903,443.8364266008014,23.984383148885126,110.50122384696826,338.749237546904,231.95731920722824,430.0892622217274,156.74455662849422,58.895737233020775,2.828190354419613,336.54915970312936,298.99137880449507,327.0559192988577,33.74883816850455,138.21421032146648,338.1042285287052,90.21810757168103,364.5957211989465,79.56688482767838,151.43246292736896,10.74107051501455,418.1162234380191,492.3227893899037,335.2119722826524,484.22572967847566,365.4105802410352,410.49536369441347,147.54284324457163,244.19187464805825,316.52792362259635,12.851354726578112,323.6582477986772,19.065809272464485,338.6328707597063,134.64859361024122,364.8589048294477,250.8143577311475,120.51110826050171,166.4987667609606,498.80319513010295,289.1527009349069,217.3870838865003,158.24602885255962,411.9648028501457,173.76356034681444,263.4879828825114,449.7057001691988,459.99467875628164,239.12599875888972,114.24649053097768,222.13065279566868,289.3793859221427,192.52346992482887,447.8564388955169,169.54254027430233,357.47420012068267,68.88839549446845,452.6209798738112,118.75060658573221,123.24053724015933,155.4190845600536,255.7993821053489,9.274109882404513,25.908677557935523,388.30782261391926,59.34332419183741,145.23351159072777,435.89077932634837,436.30835684704874,406.1335762881905,303.68395103982954,65.25066852290007,8.266824910557357,466.1087966300799,388.8283197925284,367.3756372221136,15.80112435292752,135.3459078534515,320.246172968263,230.2248869292412,73.33143155399463,325.61126516979226,477.9101087048522,496.89139597791643,48.81322117153392,170.38245157358796,471.15262143524393,347.9715769700197,372.40641951227394,446.4908019477807,479.89473748262884,450.11123403372295,316.77311042014213,95.59335507390438,308.20248361693143,435.0753625542028,319.5324349375193,173.48517561190624,483.27828126015766,382.8939304130656,130.87076439076301,257.96746564133775,19.599522192360773,73.61771662639666,57.75275406958696,314.71511301094847,475.43269385973673,306.6462534304466,349.4417627099059,84.49521978636176,198.88495310287675,47.555747703640016,120.39317055719506,178.1242760687104,201.05443330486133,125.24640209657395,91.4785134709572,412.16246718009666,341.56423795109833,398.375708939202,56.63835621750552,72.69692208699158,59.08269444932801,93.53877607986,210.01768691572659,5.97187742312888,320.330917994639,239.5223347264071,306.5903811331907,112.0486994138492,24.190453628453177,34.89105669693993,174.85255011272295,232.220045362892,337.0236062804906,152.26757735005847,305.74843230210195,461.4931919658749,131.50176557554283,241.38624152511235,63.406817456547415,343.118328496055,8.632835366604919,224.99479464609095,320.4183033208675,317.03287292442644,193.18515871948094,176.71201659803927,274.68417632215267,22.075057891252413,83.56657556606689,310.39982766759084,308.082833756939,286.29224783385274,85.58159222621381,95.69159019888946,430.1687029769456,264.73518231864534,254.88480327558926,112.25038249435393,16.168217212338742,206.85514953159932,195.25802081985123,391.69328431708107,374.1391136627242,146.3284678183866,57.45977929062857,289.93731524859726,421.5859927826461,120.97373395432898,450.2546392530205,20.483932793195937,288.4593088077924,415.5518723668092,349.46093002658654,28.256197513381487,341.2602962238293,302.23986936290277,270.60970743964924,87.93399037729944,270.94844775974576,138.84793309666503,244.6277382018317,143.27808566075683,69.07251368837476,187.00641231406635,97.32482391505192,193.5089014385436,233.10679962246772,209.93247283536715,61.103933270666985,1.967396163749635,444.3355043655729,84.22612861414814,119.10636373028582,37.07918139568178,147.96277934256648,447.35063632982735,203.6725861488648,108.67560478588345,106.7897248961307,486.53150196043794,98.96566381349726,329.82410690898337,457.1937588725757,401.47137038574107,315.56606996150157,104.60782679389364,82.53652056847433,126.84598387867551,53.99231228771551,80.21303738251306,481.40665721464086,50.77503391013494,316.43457011417644,124.96518202533113,19.27199172792782,326.7255974422991,151.8795186794743,28.657738123273933,326.6121372566792,19.02996247275518,203.004548940846,66.28936445518214,474.9743397510042,397.86057916426586,367.00604830737495,463.9156122488294,288.61013351303257,325.0183563697284,9.514010615710777,260.52007211393413,443.8605341194492,270.8563354644282,363.2352394898855,74.05810274692537,498.0270745292847,432.1537049698125,397.48378174342224,456.04926613456075,194.33084591595673,402.8212648056703,341.14438558353567,343.2358988994994,268.442909876588,127.125379789507,66.2120564168513,292.07022426017795,270.88956895356023,133.36853875528308,155.67703234001416,169.59506170164678,192.1623682848973,434.94328141075295,314.10213279171097,390.5158361483328,282.52717341642943,464.22024324991764,439.7962315550443,214.77867458881954,485.6694549010966,280.3332133543147,10.638929111815742,24.724368740749515,185.30029917711866,321.12032617589574,384.60007031557586,131.45435219195684,236.3629113591334,386.9980979894418,110.04606816160201,432.5979821493737,75.96745526001936,252.64275541425053,41.55034878189312,267.42192368021125,340.3002330049853,454.2174245425323,143.43055071774808,83.53570440541885,197.98387117497919,43.31323008664939,344.52141827807884,430.1088992138809,468.50639753229103,301.2921072570033,384.58447724754035,351.846657251422,418.2343588354485,374.9920134152445,27.882831151683774,408.9198390551323,85.21182882945777,75.92502276624857,219.76284930432072,210.08945689799614,491.79220268755085,442.0265683545823,104.27312282153645,250.4590180781499,181.28280407221465,496.39447132040226,154.47574979829471,373.3551945125346,21.83451002746567,131.51875659882046,360.44701445963375,96.54996427429369,380.0951064047624,25.478547974043643,435.94242258521734,372.0361022106906,351.9341289922053,252.76787698467052,406.0635286874654,119.81533690479618,377.7405081679972,206.6757045793623,396.88394728817286,93.85518615623889,424.14071518430814,156.06520918992555,244.9196197499669,146.1969980671783,467.62209230989055,268.33205283355096,301.62340259648136,221.11198992358683,180.27995176453283,474.2599376448415,110.26453492120136,99.78469813951469,415.4634271011612,173.5778593563796,372.360292866996,19.579244276376752,453.2828009363244,228.54424662336965,5.034888633947854,159.1593700466633,290.12618971104956,247.08620352344218,296.2684114851588,255.90742319198145,60.325777562214576,446.7504583928557,243.0154914629651,377.0822925635012,382.5241202144867,104.38859367963327,102.00130082946801,161.3035326845162,251.3436934817737,81.02142252892192,310.8951423786819,169.91553839194157,402.53995920127653,31.151114702138994,439.0590810267978,95.32594112716896,61.270258014480326,455.49969611444084,70.71450302361698,498.73448109487873,240.72697739094139,323.48177912517497,22.127668994812666,370.92373457699944,217.60449793191145,360.97066593779266,297.52769096631386,127.23916654084167,211.90177367107327,409.32402931783696,321.5270753627791,294.59912822980647,315.5060992005619,361.168618863455,445.52362836185426,173.0845672209664,438.29843785829524,277.29962042641296,340.9311645044331,284.59504725146616,454.1083606011551,104.818177397897,4.621187007544214,7.870869847971306,176.7904631966965,281.5206773225029,213.52421181523974,11.803979571393175,307.9278366625035,156.55705761268345,443.79887006913015,396.6272215534318,225.52817193519775,230.87861833983158,46.461839026409216,339.33103303101944,290.98976135749285,19.21163340471549,229.2922956209348,420.26839357642353,341.6236799886494,294.21924562148354,374.72169727840566,50.6131330629197,404.46529258615215,229.2609407710025,349.67851920940075,464.7789492474492,309.1685473383509,311.3921765860816,214.19163155375975,334.1245779034112,40.52815640718688,293.98595176546,339.2601012586438,301.90235539555715,426.1905540718131,36.307170164638194,255.37168633412278,348.8988301648453,347.16090106588723,92.25035968325629,211.89641346221538,340.5184230797033,182.12356625201537,342.8530221918514,171.84386547833992,199.51156162959572,422.4040059018175,187.10274586278715,343.3801200063885,82.59958904718972,238.6703916132687,417.8555488741186,142.26815614019168,162.13280017244946,359.0688665263817,316.5507353677649,142.8859996116758,15.720771908440568,101.68472645152838,92.89782635311322,145.31478004855398,486.3364114521493,381.9201482746183,353.9283880748007,439.6727807508657,9.17866481451146,260.75381930664855,55.20243326190888,149.36522242788686,173.7107975189765,143.64843061862166,247.53626144720963,431.5960712453744,313.37925859542634,441.16517320811175,270.072820291099,344.52957637997577,90.05811857280848,317.0446337355736,19.621042071649384,491.78702247560096,462.0361049357794,77.79640101280727,399.65078137537137,154.72080731807975,64.84907312529292,169.8650496537447,17.905962999237524,191.48790485548727,467.14215258592134,2.719575197576596,469.4836820097708,415.69833544865475,221.51312530039687,102.28341198489326,52.5251084725476,471.25279788937763,243.0457899347353,15.114793290917916,442.7556287547077,259.4745825092386,391.2008932623245,354.705849657965,60.389286491097096,89.67951339473274,460.92296461647067,227.85079380649054,475.0126173006949,206.87937259188917,256.0080580093793,482.4321880371443,334.25054858675037,216.54801118900423,5.304852915116898,90.35030818161238,138.23281166531626,356.52072973269236,344.7287362198082,281.2938204355017,52.25590091681398,299.18344790517693,448.01801618281837,214.30622100234382,338.8248592366259,159.063554882869,279.924413503624,313.8929238919318,96.19241636885673,142.71388711419385,132.67205243391962,477.6642411677812,97.13497221095663,389.596891520634,56.76914770563313,480.2613970524477,400.59642925455273,215.12567632085594,166.40862849039078,258.6590043207544,296.02717661638724,229.16621578339024,415.72562305387555,223.5696753592104,95.82983092483872,43.024368611329464,311.01155026483895,371.4328129535476,239.03998072888038,369.2701602195774,61.93376664071254,104.7020562815802,8.396596586716099,2.944925653443675,297.8768180539481,204.05469102696222,488.21609065363793,205.6491987368544,341.4540454647181,65.54768022607598,134.86518260792369,231.29627548665877,309.9785910675063,478.447325829673,110.0800966439618,320.7664146808049,259.2827350216418,339.6924079930921,132.13645940965685,89.29831982673508,104.6480513370322,213.04092233822465,317.5366887582469,264.93967259015153,446.82559683331857,144.20919953295353,266.35900237897636,221.01145773231258,69.83984972576873,135.01092872957577,54.682066199737925,273.97636408003825,151.61806492737918,353.32185921734197,92.50677444011146,471.7481003260368,469.597285158803,470.31038887615233,246.71148487455463,437.4344005816798,52.76246563423326,8.551338300111677,410.5953812400436,421.7580557219195,474.67706921251374,327.6680613711047,178.26094028764606,468.0803964605272,137.8033103457454,415.7265420553708,226.34524903349558,488.42047386561853,342.967963797447,94.6715794097282,269.4416915414229,172.9761898008653,243.66302308259952,351.3836427418757,143.2543226167885,77.14494438850866,360.1409263937331,12.85103813565125,108.10713036236514,205.03355770899455,165.07054358165928,290.38752447843285,463.70036224118894,299.5367606111312,482.06797285603693,5.031607062452981,49.806221515554085,142.87481181136087,24.345663833481133,317.8007897897506,208.6877142274341,226.66686503028595,67.96039001041909,451.11259930238316,496.2952156582316,357.50502170335966,259.5513616434732,4.679329862284254,169.96954891785748,255.70061451309613,473.2943981827663,493.66975556260235,86.01061647108754,187.21280793298106,306.19754051862725,303.70998202408697,394.000099941733,14.693108293258927,113.60981404867782,308.32109777382465,277.3318484138453,308.0845294765211,408.107302375889,330.0967071290993,478.117851186696,264.4398701357636,412.0446730040992,411.3565010716933,224.14027672271146,191.0952095607108,399.4914437528163,294.04568555436515,98.32097017444525,404.07219896364626,238.97946389825748,38.56290839223203,122.88202980657609,487.5124018815965,292.86604346252153,289.1993338364058,125.21979196946114,229.6074833501942,342.3335562264096,36.98111494116324,117.64944456147286,497.15302741590426,209.57072935395533,11.980967307729795,328.9634179727473,236.04337995055903,244.9140529780206,33.42082136778124,267.06889676801444,67.64856707616407,270.325193541921,360.4876337856786,273.298311722424,160.1265551436217,263.9792653941723,26.662641439610724,146.40938903226524,256.1696525477166,7.040062105550138,294.95032416797426,492.7176845835735,140.93336092237297,273.4143931129988,185.45595050499782,347.9352908437083,485.9566464777986,330.94381078930604,311.97250257067924,352.50219586773403,25.250016345354897,294.95455918269903,192.02096374361338,145.08161814846605,74.1793851127851,71.86650159968005,352.8578496445401,400.9812407259973,489.25664195928005,486.7329707882639,454.62295671367235,363.219422605331,393.90267945043274,149.80255927502483,72.8478788547729,140.06147447020066,315.7233480530186,2.230132385194372,438.19710505096174,201.8792225738235,323.08992836753805,438.3781686061425,297.264270441961,81.10997745962928,413.25384247091813,354.47802192683145,473.69612550732717,371.2914370379667,270.40384595127205,70.63309462417322,352.137219393881,482.1487815401602,458.84255335247775,165.48154702406538,78.7992994108459,410.11491701232507,498.00024208709067,241.36936301634591,268.9977403486795,45.740589084315275,29.80755463317808,254.30730457813166,35.37474726915574,181.27059577111703,260.30650508641327,301.2448427172183,261.50470195427744,132.52988502270796,239.80388927850194,299.23623124405157,366.9661106559764,170.8071934242749,330.07641848757874,55.48392002764041,167.86188757150134,435.18374414313143,227.151448240467,436.1482583595272,385.37137071077325,197.62788933087384,31.085520411171743,148.8553514152459,207.32771042556914,238.0552351847068,242.62898877411044,449.3923333017906,403.8053993611793,432.22489710586683,252.80506491635757,6.519731091878644,372.3855498212445,171.84278172575353,454.67549561759535,168.72692065754273,157.25035074119666,328.74122942486207,463.897637386649,124.13625195135286,177.37896237323147,233.48452489113114,481.1472466799812,267.0066156593014,6.4626581464565795,150.44311225725653,12.29557322160174,73.83212228645807,347.68584107522133,137.52192577988976,288.0622057054173,448.0487914660144,1.8211509543210047,239.97199834290427,308.50265387459484,170.1092168230966,261.2465569807477,167.86120070906492,72.77977309417194,16.559209853276748,444.84295331042864,283.23898602537565,455.24123658705776,190.03511005924705,160.7660622801715,135.5576319890458,233.32075108494755,356.8919569773384,292.01878544096144,82.91193040056977,455.87841096622464,195.6988863421108,242.14840804767556,158.7536356580998,440.8834468823104,92.51178476600785,194.14286446677082,349.336242324889,145.673260485226,390.6840198533986,108.9930861322474,54.28065503296303,27.515601342561702,360.1093011281943,351.83152337757815,191.50658036584528,99.83938823869309,447.4788127781718,367.500876056832,119.64364187840548,389.6440155136212,201.79123925492482,29.180570281541808,134.65954346278747,483.27654254506325,215.28775293121498,5.05872605441382,115.59465720184858,470.8450809410292,180.9988270208529,322.0519716806481,111.15438836319386,240.57551062687716,289.18252851987245,311.0183241328768,134.30508731882756,127.36461594537107,25.17017408297012,135.05830703271522,349.13552613153973,126.44408474790697,439.5716983728498,282.9522469917801,275.7773683867105,217.7851531591695,434.0348923740151,429.10206097213546,404.8301093676427,354.44237977767955,349.2639413586427,258.52015496623994,287.5359692891606,496.85324063180377,275.4896027125836,451.60197358775156,269.45448145135697,287.9379934674412,20.48710821262828,498.91286184066433,196.01302177324388,154.39651954320794,373.3393033992904,232.75123055498958,42.43085651323003,438.81454716712864,326.34156676741594,213.51927521820986,237.08917306052356,170.2766816553313,13.740645573515009,496.5947013778752,435.638140663394,328.66509096640317,55.28208653189232,284.93665365524527,180.95843817145436,123.48734700828828,492.7056437237779,289.34007140941924,197.5878873958769,478.6668183461995,251.30082442133616,126.00841639391453,242.24494930658253,258.5602896898514,466.40952440293603,286.8771917173194,185.4715802060715,230.69304874673603,232.22829668689454,375.5972432155297,144.0888739989863,459.74448722798024,469.0437809919668,78.69425661362278,425.89584129214694,452.74871929336024,113.36181819321322,262.1161250751937,41.51533983790357,110.63982661124267,384.35475785819403,381.16916969889184,310.86874803315965,447.6988261115309,353.9378746087431,76.98547320624056,186.68291910486724,319.4652039761862,410.27130536332976,373.71100052570006,311.1222037827513,418.9405820292928,354.818568851743,478.34586601996716,312.5331660723644,446.2846575326403,66.5849653680038,261.1041743113131,226.77478352630303,361.9831861875238,109.0284422274636,336.9264718052557,203.860075732128,398.71631070588757,22.359625734610532,193.688568162683,65.17783175224767,255.0271180674351,68.73548253032851,235.83036992007357,329.1500990194179,497.12092015059056,270.8674114622524,230.56125589423766,79.13296955684113,353.942484847844,57.803405513791375,280.2906007118468,349.90536980546625,348.8337461071748,121.54422097405416,431.48863769528583,101.18225011977839,342.83543973620004,18.49414545482303,113.63201626873854,179.6781766570904,200.5514655619805,193.26804871676268,248.57674028972133,71.81805211107451,77.48140754055594,337.77874037212945,117.71410690402922,12.672786282756142,37.33887848163664,322.22078581790345,369.4857166920196,345.61821936566724,73.23887960449649,319.44931017208773,328.4878751765263,455.8088631419136,245.71961307184492,283.69990956764497,379.18376288837663,143.55012981088495,64.90847143716444,171.51017632064784,346.7938059470734,282.9343049248114,483.7310862811636,300.6374491699726,436.71466846515386,279.4003455960471,192.82864065908905,227.2627022384695,364.0043340587239,82.67005783316722,226.44513460903832,68.73415805917887,297.8606039348577,219.5488974021813,458.9501160004766,93.32127106612248,355.1021772673508,362.4700108714597,365.46720653034475,21.321418467664387,407.4804441219477,181.82734949954977,59.46445448597476,378.2188677542416,363.0228205942775,425.8755403439251,414.47517356831986,195.1086492584954,94.21972923873362,232.2553643548635,72.79147956021903,357.8218519126611,10.675425782368574,251.32476024856197,114.77281621139129,333.1707373193614,306.37825421498826,17.5394844884178,51.311594084835654,360.4968262105775,66.94184551280374,405.6079081561538,257.86032167092793,293.5017835119055,227.92828146586547,417.95716252628637,307.7253275072534,456.9832106993142,58.041105696113874,131.55069008844518,312.61702487980983,241.29429785913942,175.82903955140128,418.39596853813845,447.2907353803216,440.5919099480796,475.22076052244023,161.30044609712806,123.08362007124462,293.6674796772365,89.46624711800565,225.56656549208688,126.01831764246019,385.89738435302996,132.03915063649941,445.3656803433062,161.13525864655585,450.41712820251337,328.8216433237062,311.15708745816096,89.4267692952706,88.31055562904695,268.2861217478644,189.19343569871066,35.83541629896519,30.70421992122191,240.29972636259973,408.53836305398136,101.41912974087414,239.20412641276766,52.779114623440094,350.9007176647529,93.56378928473814,12.269697023494064,282.30884342300203,6.249202647484076,183.30455375808907,325.83901297093803,31.102293080923715,18.312585270999048,414.1108748514523,319.05468946063263,175.44385849054328,373.33367350865257,131.69972140663077,43.3435488063455,98.67699976920375,305.52091482471604,159.5884139662343,242.2846328436513,254.55048211070462,240.62598648625948,92.10406306745439,155.2354863322479,285.00730012045557,484.37572333441045,233.11572316809043,75.68541114225124,156.25027704495565,393.1979140993772,76.72526841763255,91.7300387595929,89.91843817064554,100.08105294427006,336.02459274074783,36.611245879268225,36.11094227084038,432.7353816915038,270.9998005220296,490.8782141061786,116.37036696777365,473.92874373910456,106.71058509910026,211.47769532530288,314.72620980821256,383.0163103667463,307.6471153948294,215.15985530066945,495.1299743024852,120.13134602290305,157.65240080728503,111.42657874633943,161.60953238338678,379.2087611037509,481.87903826047807,83.34677756219644,142.57853485015582,265.6163458653417,254.80597332906646,166.70914488697736,342.04831645868876,305.10141363539987,10.000563625238213,237.18889630163193,373.197330374669,439.82487139321495,231.79363695864203,235.83534722619953,339.9792349672579,4.262986951983794,465.4030322712328,140.9861915406399,125.14156366704677,30.910721817882624,148.04423510859843,171.6581429551378,428.0368714617145,311.927649827631,405.5282358460645,453.3615860925875,215.1330953144805,260.7770156567702,151.44950681914483,164.4072721441629,450.7357224561926,262.4972854621809,302.01690041778966,467.9903527256179,497.6249337791969,182.33499469705689,319.10208346367295,48.30087485741025,378.6008867012847,222.17107676203202,320.7639961335026,435.44284072544247,329.923248521131,103.49091896990137,276.73202852693214,163.40477797971042,284.9899817002699,128.07302318601117,163.75777519660411,18.198286892324276,273.39054195482146,24.98609266444496,248.92557137768452,177.11259443503292,231.39459206171648,455.9351613804612,407.7080907495162,216.68396284515197,230.34180466298503,105.4911942407985,450.118903212714,163.77497502838162,270.8716359338948,466.30429986567935,130.54588877137536,90.35296444703856,24.459652079780348,101.4345597081433,434.1406402087096,110.65606140879514,172.73903168861133,172.1264398568804,267.48623967625065,156.41294531522888,356.1963606032991,385.69768431707655,310.9692651550787,494.8877720777269,252.9104855941684,100.52313712376993,299.042170175193,20.87220108931459,53.2127029050557,3.8946403532823526,1.8243164164808978,222.83223858848748,412.618269528366,257.2734727904861,302.041251046474,251.6707367465279,65.58376850527092,294.58940550626926,482.4264645218934,155.69887510212138,60.52901189003362,109.30986223445571,454.7656794492645,30.58391043966491,444.6472965126582,327.3872486344975,295.2403682647677,300.4586567670315,182.48708906098787,359.33142264862437,54.28543561218751,201.16298734217213,365.39111252830645,450.25183362869734,258.84833182099806,236.13337342421386,222.8362429657073,8.576209803035805,429.3833058730936,304.2353349158125,318.44541389026483,114.91136567577037,307.12355874008307,182.25131712917536,334.8987118864753,357.84420097946816,190.66908203128398,148.93030655157352,367.2062965411775,277.6289161712331,336.8386810502897,389.89737487095573,139.60430285149783,312.02763574228914,200.26327546062166,444.03443085667163,227.10711153097733,399.544704669054,98.03678159788865,180.5569145721395,463.91628800376384,187.5639597582373,207.19528604242444,386.66722821740154,469.7275481504759,158.36553760199874,487.62577187760223,155.12679360470216,156.50428820190587,299.45701040931,469.86706458158415,447.8601100525575,259.42847269611076,352.1475571684601,198.83546906279858,205.67870482127708,149.83578135445146,432.0333361380843,127.04375254263323,5.9727849518028675,174.83058130822226,176.15153106912945,471.8810477192092,493.18856746986484,383.4371819071467,97.17573908924449,452.7046085369789,252.3814495566681,359.41995950763334,379.88180542973424,80.6375862902825,75.8509207329146,456.50175948200626,198.03490055528584,449.18256821364497,323.48926013389877,181.01762371424275,51.65101047551707,337.78383677914934,114.49886876105275,46.15043845446765,43.34831053682486,493.90051318171686,70.70462138363004,224.35131078148262,230.6322719226086,346.19735879171776,136.0160893254701,55.66173675435393,357.81730455745134,6.099298417775567,195.9858125731358,169.46133833271298,480.1339921598612,370.31779985006483,499.73378852937026,467.6876105951075,77.75692127004835,240.11096039734386,274.40183155179983,24.41147349169087,141.32491114735583,344.90613459849243,50.78631380905224,57.194587732309735,309.90963222515364,413.969228103897,193.56244792336736,172.4281864549822,204.52711174051697,187.6196769499051,397.61853028340596,46.02960967251624,83.93987640210283,105.26493025716994,32.83499157031516,316.15869921177193,224.0108768964702,75.15321759317506,477.1124411000412,62.99427982683253,209.38365891186717,2.0049690458273095,119.97431865275054,380.9464592041672,147.72241396742848,364.3480298047178,178.7827972977203,242.7264188106692,473.34844364387783,370.1482383554456,480.90001632703087,290.6698058613359,287.65577179281246,107.51375848773304,496.71960816506095,258.19320057302514,356.69672875948015,24.64855224752688,238.80473586156825,185.39289365760132,243.92436338037248,316.9578478328983,212.6478849277148,139.1277582814126,87.29458542508722,411.20980499400014,458.8693038511876,110.32455182369316,101.43673601584041,238.20002994293844,187.4512892223209,120.3978035092776,167.04522056318544,170.2382905816332,431.9051005035684,223.52632032299928,265.9350988489272,19.857215427839524,435.8783156317,485.58731658763884,405.55507465052375,304.8250463259427,176.88274186442698,416.20238508745274,430.91823330532804,14.002339999697632,166.55518106035134,212.6183261602443,284.39435956701027,384.18747269384625,275.4464885668751,8.843614082497675,25.800085167443477,118.29015251566405,74.59685211066014,424.0592013079564,11.518976936020275,264.5865391782363,340.0410986041008,443.89354278480863,225.4747497756791,218.0706157861277,281.4449153446935,179.69563610267625,446.2354316645611,84.92638003921027,302.4428397246156,473.059953440244,146.45492746482907,325.28768103137094,404.62933179001243,238.0475534556487,16.544725277407135,383.7759528620206,216.3146676746308,41.39277303704514,112.90118156289375,59.44253468575012,459.89778108397604,104.77163951379286,310.87863049793754,103.54060685025895,339.773358470694,287.39964695357145,84.20029778962035,74.59227318926615,10.412370107555692,326.50309330929616,123.46245874613044,311.30734244073733,243.65401945624066,449.8480652852502,147.88392136272554,116.41443476822889,308.7689750424332,407.07311943321366,410.24534822492996,1.7088409090970647,306.03265352373745,222.68564989027755,178.8557104327456,276.3139727329003,422.4302209873418,340.60829384950216,360.98971377318526,420.87248775850736,136.70243926395142,493.6512652752372,4.85963743953699,174.39260010541312,292.3826615348225,161.40778436512687,56.38508981151213,348.06109797429957,398.0417917051987,117.7367637821346,364.7097134912843,491.107922285963,435.27225123443253,439.3665273993276,228.82037798466297,445.12282642552174,317.25047101569754,315.2995662529699,149.8069192055602,470.97530369640856,439.9468948803694,13.942529599761166,216.0025122098198,4.020832517714734,486.5558051478839,339.2003757099297,99.8684396507325,185.04748997087617,93.72534400278676,442.87157259108557,108.88910547026853,368.47292101270943,28.856255632651596,305.5351638594836,439.0179268075131,114.47172593280885,71.55692507511114,76.36195288614212,191.49964405858665,459.4299677531059,186.69574559791096,408.6964409973092,208.7899062098876,146.2180092247629,61.6273348982338,443.8708019533259,286.97228207127995,161.87351659265258,451.2564669450731,290.9213189737694,58.70800402562043,148.4157240385484,437.42807064352195,162.72091154001944,362.4546284387229,478.8507635692699,350.58782920752753,86.68832651994674,234.53006876092303,433.5817870857719,344.1104747082912,206.06888716160952,66.40844739935476,212.36664768500714,162.4448756595997,463.0714179476943,230.68347274000834,391.81636346601385,170.072513832159,357.4403020018424,421.01149117285183,131.1460998672826,427.67485823328633,353.3158292385406,354.7611623778362,396.2347619074622,30.13769011654377,280.22460927829326,156.54169058081658,327.36264157331874,407.4131230534469,484.1148873596317,220.47204047762747,489.672037391736,262.086255289826,345.46040744682597,150.96451765932406,234.53038266913444,194.5802156644039,233.54763321892375,173.35152686334067,419.1904347021265,302.6787715545352,98.76664650571342,330.03548278711935,176.81945668961885,85.21637661043368,326.56519120694736,323.2915087556717,267.3200230324925,474.9654944462036,190.52140613296498,7.746181281935494,233.428383669584,483.98251825113755,409.83115456531766,445.28035554123505,385.7546650847124,344.21243223584537,401.30145444067324,456.8733097378107,288.51951748602403,200.6011931146881,327.2485836094807,450.8437823507982,284.43115740970507,302.15513404273975,59.61278256307712,188.1980773937978,102.26269308298691,322.07114288467716,475.4816723557116,230.0076170706286,187.6145567762062,420.7804295685573,402.03531010424194,327.0834825405811,422.14457502532247,407.0642608806159,280.0486276405688,31.296953595452315,281.1820927617686,7.315861422425574,332.66652329413625,195.43136865781264,346.96663318847015,28.37313764513111,447.8792906310986,389.4910375866507,338.41978337379885,107.01295878168932,450.23618515912807,499.1712298561055,344.5809509829283,330.3116940275445,328.0783120319707,118.70821932772351,452.2444729037073,491.5890140875295,498.42681126448804,487.78721212983567,446.7288111891027,283.08495033892086,333.88874081005594,480.1616307311476,16.07070275596023,294.59999494531553,223.35087644851453,186.6121500455163,15.626430989784446,440.28499052815664,228.89480015285397,357.90764090365,470.95901265118874,213.64768528228146,259.9097733294808,58.824218252605085,24.62174527335148,263.36888203616184,482.72758034872095,324.57015889469136,275.9410038712898,217.53780686914166,454.286873608855,470.67849754652156,156.3792385023603,202.053220506972,190.72489934214033,340.2845284298791,11.62581493846121,88.53461197634543,298.3383568483379,454.6441397731794,2.397032267601795,43.72013681284426,414.2449285903506,111.81328659994556,136.79174354811218,478.37577312824374,177.80800295622063,284.43450060161575,359.84233886570496,384.4180933502463,249.3460396394228,240.89192805652883,310.7180039007488,282.9948647114929,274.8904579946131,121.85033023634983,349.9473728501773,477.49724615818957,383.4811156431556,23.046507573188823,355.54641695767464,26.248663357033408,212.03484456467447,356.57632693873524,64.83389846589321,80.56929443021055,108.12579032774438,55.02961721077754,227.66257264498375,162.29310779504453,388.4702880115094,207.1717539892669,337.3586758635987,179.15826480104292,27.748845798209466,219.80023086757038,237.46745257579732,334.59658977553977,308.6924420957057,214.54265687356806,488.11217475369824,380.3371216423918,326.6000051122237,338.49875073267486,147.89233106867476,195.209624839978,137.1225854749157,294.4397743165621,196.9395438863522,241.12161030647405,98.30373609261966,65.6840438945846,34.808749186477364,248.7979873646385,345.32615240450747,141.83073098420562,291.54311906864876,192.00234196960218,141.89305588672923,226.71365663314026,380.2681634169423,423.28864084545705,307.87134776028506,129.85110470708,27.104760837141416,6.911533353303745,290.08200843227047,429.8986743729524,59.99101110356436,231.94694350903862,434.7797229784257,471.61386077752917,451.1391026125662,218.09711297764102,117.1212322754434,366.1220539370222,481.81731954860163,309.7648276411781,341.04889833935783,96.92554846100681,289.21385414523104,435.0630387036019,258.91227694329007,159.31443780996628,242.95186165658157,91.9147936120313,88.94630435249285,54.79867758450513,378.5797266279205,304.8131176182824,180.7134421239552,446.21032185723277,355.845413656268,252.74334132593336,321.6290389655946,27.92900684984245,131.49748647118793,217.7833861208555,159.51548459159542,330.0622069299799,191.35479741794686,497.9792292811202,450.057796832461,264.5337223690239,9.136712019329863,388.38903013538766,356.3171139203877,301.9566697804684,326.15259154845677,94.80488084716166,73.83860177358903,63.57462350480891,347.7333397199506,106.7971625856246,394.1117529106841,359.5051997911531,492.01098623807354,354.38900219268066,409.22122887143195,3.6055979978215635,386.5499190563285,59.86862342776506,73.70510492402893,481.6742163883709,55.66012118208058,277.75599622231584,475.8175723941508,21.88692682410498,289.7440854197044,379.435148314962,249.71266431151307,28.850116193109066,377.0797815807542,114.7353700352362,300.8193404885514,97.64391385338101,281.88910622686126,478.95202658355095,133.71953480401322,467.28960587835064,27.908243555169964,371.49082264773415,128.20802383600082,185.3884634793972,459.9499733067665,362.20769411159847,367.8291374592025,324.64549636036145,282.1523313008028,315.84830478957207,201.54929309259234,486.1515533690143,447.79438984407113,379.3598828335162,99.93362521734007,7.684963930400079,482.2880351358546,28.50180313832379,278.8386716361198,134.21961288112354,432.0100217161352,195.22845507525594,95.8721214061108,222.98575558755286,226.03323392338913,435.664529073283,16.7573279115954,461.0151793260883,293.3498165445114,345.67958790701164,50.006672601215826,280.20826658642346,451.0227268108184,405.4948107898738,354.39283629186923,135.4189396035706,457.34718919672827,409.0125979783431,142.23690136562766,489.4315510832926,301.41973473801465,11.586689314420973,195.15436768723222,392.25695712450903,95.34205347633257,377.28742763771487,68.73565387760327,289.3290025459105,344.7246274365079,447.30104642996776,412.2910843843713,119.47211271716712,180.3977690085225,444.00973037231245,17.72027414267385,319.5029432056817,63.54807312006206,31.51480850031768,429.14650520743317,489.62882525471383,120.21085366461199,107.12655311484114,338.27574311287077,181.07485018993214,32.77024380562632,429.81984627018676,216.90286141598085,85.7297544938358,85.36094185046217,60.68508003582074,111.05767549542527,47.90740467196875,433.55572051745054,52.93752396075768,391.30843780891684,423.72673705991156,252.996797513395,193.65988164717484,138.35963798803863,340.2334189491519,278.1989983357247,143.4857138837003,107.08383946984934,314.80615246930586,415.02519235510346,152.12414593791934,50.80183126725779,287.919595671511,249.90095236323086,55.13547852610162,176.74977308473265,173.16035926100798,370.42182676031155,420.1647551232454,410.05630797652174,108.5019997019646,416.01083419731134,236.36293745818728,68.05026205767179,154.64804975057206,153.60968148543708,434.83711617813555,392.3338314487082,456.87465261916833,11.123020979643904,324.9732103610322,70.21130422008775,417.9147463730068,317.6268705717912,65.55934821336918,111.38347935832033,444.6146762127126,28.642873156691117,150.79274928019527,396.5951539232314,91.50029528645426,215.27998262548036,347.9678397456128,129.84372505584102,310.13905834382575,107.75844456763045,9.349791263202512,119.29962662924432,135.74762185691068,450.9546116031267,66.69961741290426,416.5965665366885,252.90184954122756,194.3999722514616,15.701491217749219,202.17564879759624,402.97972039626717,218.9445723841989,124.28424594963539,70.2936584398739,465.8833479337969,187.33734715799676,247.2995278812346,429.364618202264,245.3912803565621,84.44427168865798,66.56815197758121,231.69643147068402,383.7217986241648,271.9694073802217,358.79587130405247,211.4796297835879,145.09212371694636,155.81496415366513,104.89682592457899,482.7446941102768,308.48524851286345,331.9373806531524,412.9946235064582,141.86737680504018,403.28132651059343,12.219222071678304,214.5895237661453,20.279850861819824,76.94367996883244,245.98617340072727,278.5244181106735,68.83501241295959,457.83857586308073,425.874981129052,250.68105530852225,445.6343841277514,98.73148063173798,462.3565103267852,489.17240597329396,391.6233719924349,458.39798058910344,213.1047820396395,366.3086642808012,22.63952787034923,423.0852581845436,457.9272329879573,222.21862919501112,123.97538203935626,238.7542516854622,332.2204171460817,151.2131436838197,444.192051781653,356.5485037442883,102.37190942995899,90.13415593943364,212.09760159278247,235.1878620059128,122.10333897398368,363.6815316154652,490.0624246778457,271.0754973725689,384.97112564994404,192.90517943209744,479.5406175034973,98.37491054973552,345.9223805764393,480.6207990298946,133.9573307969326,121.45570986394011,72.38365757748144,405.7498572809151,37.33165251672549,167.59245223120612,476.19523461271746,308.7953717928644,33.80917163269959,369.1297682371562,423.8942033754293,381.5912409210134,287.3492590859769,148.85660278466943,489.26100129473707,86.22636536273448,98.73794351916881,325.41742097393444,433.4654716189295,405.05520874175716,117.49576690048985,444.24963638551094,92.04120940955401,325.20563897884807,345.302536087396,200.31473090022723,202.56486684359422,60.422755547401174,184.7930518260048,91.86598950388242,269.3418473683511,355.2445446744009,375.6332206307649,308.5714463440038,195.35558213137222,68.87020967651691,358.66334859362087,485.52088120768747,144.75200755220112,209.14696276870404,1.6380610218278968,196.4134230636243,421.76402725257725,55.052301234611356,189.09767752825968,279.2465219879016,243.73199597107546,493.245277367886,146.688400944658,31.235408170458278,286.9336121153649,269.5431307269411,377.01646504076706,108.00146741344663,343.883340533233,109.05477653094442,318.1937951434249,393.81015704291826,337.7235485914348,160.8105384534763,463.70221942206615,115.05675425364021,15.7208215014622,78.94409818687015,379.92125921514605,411.6683819285856,404.64823821545355,486.38543514066,447.31010468837377,280.8700329778588,248.29986549671412,41.1626817420529,90.33083468678022,177.4604551870268,297.025442991332,376.99948395187505,13.102157383508173,161.43938486534444,72.95247875367001,173.02982245544302,39.11795503483523,415.82958058484576,333.7266945638862,378.6249479405562,492.623349821215,7.5520227104111655,92.75092146167042,290.1078518773111,121.03274364015209,390.54180168352514,114.76895053899632,311.9130756014516,5.616010413973749,359.88193207349764,160.85809791441503,60.09196468048583,254.39672368925275,54.79815511185143,39.17519600210168,425.0952853854623,113.91229290281402,357.92870546060107,340.2126732772442,235.57918982378723,56.23342889423988,451.72157476550314,111.09696386403972,474.71032999559657,480.9329192860363,302.6533319604764,487.6199791150414,481.45746475222467,315.95385885313505,24.379879805540018,2.4297194335497485,40.11457842830618,410.652997072335,131.18836990790123,29.892776648264896,177.42293921079028,444.35133652039264,52.98732825602242,264.70801584546007,249.76772024386645,93.16317544708403,322.4939390313182,320.50189135464115,277.4817448706474,444.46066519502307,421.91645895320636,42.69581732069455,222.37951140312566,170.53827371965318,421.08332613148207,250.16896035617887,395.7517069478758,31.77368418664761,460.16040730211034,75.5520525763021,72.51618252475616,240.76089739040512,95.86958331299688,382.2919728201287,200.06490404063405,285.6825360251445,68.05368549836793,490.103301294528,289.5560826103956,198.17386663568055,173.371998937489,382.73852002376907,242.60310622603194,361.44131634503185,476.93397475219,486.8811053453989,436.5277530173948,318.87077881613277,269.1916297369873,378.97698965434216,262.54786319301695,232.191399100447,195.38098976324653,37.449270440038376,294.14857608157644,78.49488739421618,176.03978804282912,334.50620625151237,395.6962821915369,447.91413362102605,45.12598522674166,61.31076941206287,412.63310600416895,375.7872918292492,92.32033244046944,396.5588395055635,481.67479707718087,239.53246437878678,29.28077010578428,283.3333545359519,315.19432710178904,359.19986467054406,188.0002241346125,160.81027439883232,427.9317698589542,182.97534132279824,217.64057044152074,408.2213252870441,403.74311720743043,36.15168810828967,148.60194905757322,479.5415187671717,113.35014465574017,470.5685825652175,408.0282435393729,288.652888170484,357.1885379509351,194.0408784572426,410.6520948055866,450.20285381709584,443.9650081394677,186.43902005809903,492.63029716699003,42.399889706280504,21.62703851797476,109.30414628346796,426.62317324689093,216.6870320351574,281.364938025031,364.5574877049179,272.6539143493252,284.73582811073226,324.14298066380354,320.74314556451776,300.65030366749096,481.7991518408264,287.90384550410823,330.66058753300695,330.0174089635788,182.48549558171607,249.24037994562858,314.17979645784123,281.8234614357645,5.401778884416341,406.5156328453476,89.06993572408479,344.11580719294824,248.79403703801546,323.8746409984187,166.23085028614548,439.3834381648752,186.50158588370914,474.97691196966576,134.8691127577512,294.8386946839114,16.986525030552478,35.978983078813975,143.3497567428794,275.4556671613788,81.48801126380084,321.9486287911848,101.3053335902403,405.56540921148996,64.17106751387075,439.70295606588087,127.71725854861832,286.85283552341156,232.75992044013398,202.23340820681912,204.5666689149453,304.0596972902665,253.34165942014047,358.59959235195885,338.85513810896936,37.64512571161494,84.65973285661515,407.4449405846082,78.79922604116291,190.33070366603388,179.59874803526853,66.59162559408838,227.0972197762335,223.05107747676038,175.18738093218394,246.65570073134668,202.7056810370988,409.5394588878466,488.69130965983373,339.76965967158077,414.6816626484496,213.2332285476819,404.22596913430374,447.0244012730777,71.4461426324563,288.5590764288604,252.643365232329,272.8933332895927,322.627064249978,70.53427947995816,244.9459939918681,474.2418504445163,321.4856499465819,309.4495752208033,94.32710563748392,132.57965460917077,50.20226391296495,444.8639795377429,396.06624845110696,222.96912996794177,394.61491761073376,151.6329413768766,106.62043796262289,452.46593393004866,471.8947882529765,400.4867130003876,125.41429081447691,438.56570137400894,453.16077587419346,158.86024964830008,79.35475866171693,439.26182567671907,58.48068983138549,152.9989755625617,141.39147584960853,113.55332009931868,406.95886337193105,202.51018555223195,427.82313709525846,303.0805356871258,108.28661773518,81.51302137739769,244.8094535966233,29.978392683394027,391.2082016566984,136.40785577619303,242.337334823143,126.64358256372915,425.72341489914317,391.83793020744713,480.92667990302607,43.722946351301864,182.24084340374353,466.14426606300043,403.2092764704339,143.3960931421099,276.72247702224695,267.76122303085833,341.3683377152808,109.06514404804219,21.40674759461747,483.09150819259025,453.99897989211064,419.04551644156265,5.343422230344396,423.9538035086404,437.6271762111947,56.764445168693335,5.2227733608528615,334.6208811416903,418.97998496100644,58.26211362490741,497.09116860459017,56.94762411957666,344.93971235993683,34.17825908541339,393.085364211571,230.61612750782578,39.75354186043162,201.26147944910022,327.5724599664492,455.2069175912855,474.0078643477999,238.79039719029876,42.280310613034,9.982805202294387,14.343088827497185,80.08178584003912,67.84253879571173,120.04287255520879,73.19301601012396,427.8831845115685,1.4815356459075835,488.42872715413404,285.9718710652293,33.75793312197045,139.87311753758098,470.2651330115556,70.356509801067,147.81645454387254,421.9305402545444,494.75177044457826,39.0493768210135,341.253959079556,74.43758970566338,74.89144454675062,101.64465314196514,287.9358482877469,85.9983545299584,111.55150819895054,248.1508718704156,201.67017072360187,79.49718191423172,413.90373505121437,414.2179062586077,363.72152570958696,105.92471386671187,204.178996803553,207.9646679639675,4.975854884337883,233.36022757649872,366.4220771116395,212.09102271670838,287.232689825854,150.263130696558,182.5105245653294,107.58885630965432,0.5612243973917574,292.2291381341829,24.5308740267694,14.728801736788643,107.8933409034602,62.30196752668549,397.41515776329834,431.6868445551975,62.135137055827016,325.3304726167697,296.9042392662917,273.01544400906727,295.13443624166325,346.02346037521966,138.29269005147665,168.20428323944637,364.6407971641299,422.60852951382026,70.93590512293979,101.75929427684777,432.56544028585836,228.56168220512117,313.2683927612154,276.911561757344,488.4169521487569,277.8728321725133,425.06293632096066,487.4117967034965,474.19253806633094,209.1791494703456,334.16398347138454,386.0982423666027,349.4466464919959,302.0217331046288,315.7554707988115,97.1900223315143,6.294281920032285,481.71105330590905,356.36208002306455,28.6423602698761,475.4639470693898,154.75568642219207,129.48123468262756,386.0654976826477,59.328429876908615,379.3545198215233,425.558623612188,118.42246184011346,289.5656728578632,165.6250525350928,263.6406468326293,466.76380751304794,113.84621140515804,227.95157886692502,300.9173461947743,191.53897652629016,381.81018689457693,319.5068208837874,25.425609626984812,366.4315992292467,18.283261101190938,238.33962497736533,249.5759417865829,380.89053332527817,164.2445899871281,463.0477590825117,349.3566684361747,29.35690286329856,126.0075078144175,496.63937686469666,84.61142971207569,285.79870757362687,79.82270352469013,468.4128557311021,196.16879210163347,69.20628537659218,317.7437773597636,43.04943721330184,99.90803865251397,290.836516454697,278.9440786363548,92.83849538959993,413.7207768326914,59.364032386860444,424.21152290842514,298.30738656379197,17.321711224804858,226.40954173251893,154.7906066150593,455.87645032062375,356.11920613691296,155.51712494099402,494.8946722406207,261.4063474208883,268.3326062533143,433.81442659967473,299.54827960887155,146.3165094113974,73.58995058123041,457.2484551993491,455.4007374483175,32.66082746824595,129.48853579629943,387.84156834758187,472.74845137024545,16.125068055476866,430.21612501682426,102.23331163964966,338.3333714701416,355.5527471219992,493.53524791267444,380.8288318515771,259.13886321027894,258.39144771762113,12.259669397378492,252.50354968706696,8.989073317226815,110.4436661381371,430.4957793078656,495.7695288645127,14.977597194962833,435.6315926531163,161.89527460789265,301.76038418950026,291.9222286688457,150.87902244799778,151.04190616560075,22.08532419063308,203.08328067375402,62.019471984503085,372.79245603174104,475.3839270256507,480.6938305823998,89.41448650804685,402.93385326381997,281.93621438967983,18.3949785955973,225.7399075643029,426.90842160361035,242.4652251456888,239.10178639404302,151.6721611855304,447.2456896099528,395.9413866169908,133.2983043148707,286.18743228299724,105.72372480125469,380.0399993085468,55.30338717208211,42.799120756958686,114.05016157494735,54.967934556687695,371.08220183017283,498.9724728459078,204.4639722020662,191.14730291973996,24.643892976285553,295.9035930224028,101.90720687867189,44.06041436219926,466.4535994840936,14.75872364285513,453.9264856898553,454.0245591597084,135.61699593135373,278.8936347785709,482.6057218745881,399.7233193551642,400.9803247191376,357.9680352333599,186.25341305531424,444.3632825379692,316.39858494777286,4.467060877915873,202.60364353164533,486.78123982126607,421.50369096288705,84.62218380206,434.26104784550785,209.6971718627143,260.94782273327144,187.9370524727199,149.71560256155476,406.53614318498285,408.6204963862589,242.70535519878533,270.9682477474244,414.05125649607635,86.09613314890075,213.63566995445154,493.1949670014251,7.480521391816541,278.9653872154049,192.42009992919006,295.904957159133,335.0989827483813,141.98266016820747,31.45439138342343,125.23516699349757,368.45893188814716,232.93961515215324,143.52335529914666,78.71233747668255,60.19824430137005,215.59910844520698,311.28665711543005,47.59124339160847,433.98247660972027,211.14182581387018,129.6094247781022,481.63436061285284,280.8351269136153,186.2932864126462,180.9638453347795,12.258631184869028,149.77620195794316,359.9997549860693,318.0321230847848,281.5610004810069,132.0924185475149,297.51767821992604,362.88103251601547,287.13147851209754,336.232790585405,396.1743329438709,466.1633926656295,392.353182130409,297.11746506242656,29.20703832918242,121.59430274455745,56.69993148544727,352.82036012654515,28.58256085604588,157.57137425169753,433.3894843312728,6.69197817097772,146.91162369662536,401.62941098710587,49.75758419459181,340.6287483261493,226.78300567433075,356.31651642222477,297.1221792780688,395.4276157398163,193.24332819439593,399.51889959415513,188.94414696647294,61.24226218543599,160.6383628319374,101.63175193557095,385.5119917164667,43.81934424514766,242.1764605698543,186.71044428671414,371.3508801048625,350.3694550606301,387.16584773261627,223.33793387151542,351.0721733764303,247.4727878529426,415.7738508147352,435.82538483521586,205.39794920694914,240.73501202185983,264.46911104908173,291.6059697941285,195.41580765511972,400.45788772099735,341.4119364762217,196.85496283417453,123.4772256014462,329.1666456106107,389.16119336273016,8.054049615160597,45.08662735549601,494.94440968755407,89.75802514721742,490.4375177133605,461.5130764589134,433.98815857591865,244.351170422846,321.68313959208484,480.1291560187547,480.7966516266376,207.3881906398846,227.76122068055565,146.26532534748387,490.7849019104036,417.2384229265911,83.75781001583127,106.40776973889521,99.28216792801447,19.900094471803186,136.89739154964838,196.01353792267096,377.97013615898214,17.914390422457405,470.9500543625944,435.70082502652394,485.174797234571,127.93228103838756,85.24295744754279,281.551219794711,104.2082554338734,34.66941482934976,93.92945421820437,221.23202844208123,179.14106422196969,82.59599260117278,362.7917872893349,166.97634403723006,302.8465271371557,191.79140363690678,280.3307671864431,371.8139108317713,113.30344858049196,93.47609101328457,74.4182842069589,249.52744319698095,375.4584456214361,113.29623546944228,299.69435796131233,15.637964300624418,280.89121105890786,82.33189973519356,453.8690796991123,72.32823490095718,234.3709038163025,80.49627061520486,180.11387189085542,412.87925773299065,156.89403607997215,440.8931038874353,164.11254317918122,208.26063851077026,406.22291657898955,269.2021026964451,131.75561857282037,194.88340296973982,252.1685254985112,477.6295943149783,171.72388484655798,371.4356923057664,41.87218747431398,409.8471985066565,402.6581759704208,384.2387936184477,26.234645817905466,114.10220899232881,404.29003397262267,482.38195660765984,432.4878284218981,259.10737910094065,407.5335987160858,20.899384979066237,423.7695258005827,43.924072990306094,366.32582640549043,206.27442615811137,47.48392037680899,62.62100897215917,434.74361965038923,334.0043833916047,344.7308258949505,31.187528455974334,236.2456142413621,169.93920729726543,163.16093975222446,370.09157035562936,146.3249889871824,348.28205772632754,494.4410734783303,444.46301298651866,241.7186416128924,456.55646175687053,136.04447502762855,371.5333568732182,114.67362340678721,236.39248705529292,173.34462251561928,289.61722334992055,442.6720066562703,321.03711120610114,28.2000941270088,131.45193643541342,189.68885902692455,360.57279376928693,174.11364257851474,376.72574423450857,310.21731012824057,412.77808513500855,350.2306551882525,76.35196033550578,496.2437490589743,7.406141155896329,140.97732736031776,463.3999763523509,186.62392141106972,339.1945951657825,223.79627994968249,228.2373727024794,283.42657587995865,336.4285344864427,7.6279195316983355,121.7726501223355,184.74287197488098,2.6498657281009974,319.51097720341227,113.43442954809902,115.09279172196418,279.12723135155784,204.3490369327708,178.61112200457518,391.1401287171986,382.99578089676686,367.30770972945464,158.0982584104638,245.05611556772794,482.44753624235824,489.0077300445398,384.02269413324717,394.0582941884861,132.58620340502935,218.64495534456003,494.83089931077586,469.4115245974037,463.9619725959117,153.4459951583874,254.63834365011002,256.31581531218376,191.41379522408852,122.78562101263508,268.0798580569799,69.72838238542911,472.1413750525972,324.54737833275,344.3002608711349,246.20661900736917,121.34535785167161,163.1975959708779,209.34135206447561,374.08562759072004,469.0285735509036,312.06863924971884,492.3735441144872,272.0392975001653,149.4499232479975,291.0164635829613,280.50180943648434,325.29599093244434,16.774462453237327,405.5668304788021,140.88762868390427,126.60264323154924,457.9398077482035,294.6138271256266,395.8550591853494,410.06456470699743,344.56764588250843,54.026681288435185,498.4260393773703,366.6908828174877,368.9837034650627,402.01520114394145,115.03153049300546,439.1813915536296,167.27038985944935,5.7753274203608544,239.9998460263522,413.96424432926284,294.3421313021106,266.29701013784864,134.44139817143457,342.92725556678585,430.929150886798,365.47904061487674,386.2283462173991,58.06714894080256,115.42792947942931,304.2188092183666,142.80661431022068,282.5366781113182,267.7358841314788,388.36068475398554,191.43164134365188,467.81188851570766,453.5278007276959,73.41985612720747,191.17906925457316,353.2901975085241,436.9474155167736,74.6524959262298,108.05710693424247,245.15602762507498,145.52273444122932,304.1258017748551,387.89327049825124,248.79202216502193,244.21017447717563,350.987546242649,431.8026527017176,419.78190924819035,312.6355213261522,343.5523421541022,384.30015851687966,328.1191401157775,294.6122207763684,140.228111670812,361.5029390876012,370.5772160386985,225.5478247859989,79.21747656431022,329.8942799498542,27.943112335241548,395.1138946317513,19.24367226996232,364.28826844150024,485.49870023752345,144.77666186162068,246.93373774444493,446.52957559484065,203.09469483779014,248.7340863995049,316.5639320774634,476.7491159226445,295.5465277639794,378.9703131229799,488.6581128520737,194.07036248517855,114.3079304711066,116.5906800623005,191.86365834446056,210.42651260177126,287.7810644430332,383.4427120396601,49.35197848502448,221.64461142034665,208.80452990064248,481.4129894097138,124.56188397143237,487.4979746982787,460.10727378339493,236.63065129937476,482.2262979048282,433.2486178322136,209.51983498095188,338.1034661579602,251.58068840123565,123.70171200275709,276.6751758903714,11.822535491116671,264.3360480797526,344.3941576705256,404.9996088393324,388.78351836060114,454.7264783981907,56.28636076239174,224.52077477196752,169.9116498657748,270.8677065261898,191.9539535695966,37.215511283058,114.49714785043574,0.2838995554350632,357.76205113312466,241.19433185102702,4.135964854103557,139.6749107642844,338.36777660304784,125.79431353681963,256.33821305999226,180.5499383135771,222.00255488963984,164.37755725518576,312.205142191071,273.79115736824974,447.45801577168004,416.0490438653485,489.65196760532814,250.45057639766094,154.9298611304446,182.81801611365117,407.0895274046107,54.04259053409749,316.40724736671535,494.3747961834845,101.22243839653811,463.36921028862065,112.89887747620836,89.40653134016041,453.34752932594193,385.7548998908022,133.84406177699398,164.06557109254416,333.38045555118464,149.28996566236546,348.589142240794,446.8662185226382,333.2261596380157,432.49340246174876,278.2722191302924,254.7567938220313,402.88112434708256,269.85727978262724,70.60769204086431,165.77857742439195,183.35250122925362,353.4443271758887,283.773419574579,329.8698498759171,415.37924169872787,313.01775609943235,214.29407040112847,258.360399480542,164.5424766500686,497.17688571822333,199.28860666887905,401.81709806119164,131.58865893855264,404.0688839421082,13.546762503785114,350.66795066986185,415.4117996031607,43.22555696174779,424.1455781066964,444.02422474970183,234.81591241379323,367.3222977516606,335.985690886764,377.684883179453,166.3625202258448,72.15485148932932,4.390967636051013,262.4290661948992,193.7923661999046,465.65025480370895,170.69919121804895,395.71108688269146,34.6580488487096,99.8347315810108,318.0617144375771,388.04761491162793,157.80218693906045,376.54904827489855,98.79997821576153,129.1408306314249,116.27210316839043,52.32514492143919,29.442373767842422,103.20461885000431,232.59095460166483,484.22723450848014,217.21875822911508,255.3179734566013,304.21988906273367,441.2191673715916,485.1498673800179,496.99566437792714,157.5081515691299,149.29225532469985,453.52391165695195,401.68625388556273,184.3136052997983,73.36559178128638,7.071276942435256,367.9659977708405,198.17237003627304,400.3922760286876,268.8199759598581,279.61571646444713,142.55228467728742,49.4557401648496,60.452552386726474,363.2355166954121,132.33873815011754,257.91510905975207,404.89888340067995,495.3204215029651,179.70689731004651,40.88028974975971,21.22756531088793,210.55510661918575,197.89368692565807,100.52401731445993,398.219222602536,216.1570011500279,118.0682868657012,282.13018343104727,374.32735033151926,100.83578003437255,444.934884595516,100.17046768737886,493.39474147794937,51.76233647749989,151.51024039156584,226.09658462090903,67.84215547376277,158.4949032901646,400.15019660833735,102.10643857463153,482.60837441684924,280.4490080613089,407.4376503973849,268.1030691825038,11.743137915738167,104.78107190151303,282.52865266517693,242.62562690645066,25.254873611148643,30.886373843536763,435.4090708272211,287.4916469518437,372.56484229373444,54.383940079074875,258.27199674620414,180.37718035182021,19.265735453130095,347.34304025464144,445.4949254672003,338.78474959320465,329.6619121204694,425.4831195958934,151.53297393845884,391.86309637119683,483.3339528798385,196.3267168019396,288.97671482273665,19.704333513738348,486.599768153444,452.7118417402845,286.67623206038604,343.82277087704495,257.2707158457324,287.90861271333085,45.02596892022248,80.54235822256956,269.7774985381135,75.61470582364532,289.17303608418996,251.25554486146817,373.06810049643326,497.2433514793174,402.67858509985007,176.07941758858752,210.62158608043273,476.5485790188663,184.82584493291952,136.45714192269315,168.34472791561507,33.85268443074685,65.5552600162101,450.19324543105307,57.52711249525644,493.17315872300225,160.12335211740302,234.1064427581636,358.6099962875978,301.2804892643383,315.65486782688095,488.88001335223294,316.63679413445885,102.49713315352781,84.88071458138569,84.80858413503451,306.4589332527547,385.2588108144306,377.8635131899406,401.579953138147,442.724251448171,114.36206850585101,43.202308746238536,363.8525187024259,18.46926810265348,67.77125747613711,215.1591469515878,142.77793658863465,34.45367944067079,73.25657078425152,488.4079907402064,241.20853793971165,445.71352859470863,333.53022864919524,203.3893900419531,216.67301547609637,323.8855842233606,248.81532973794685,297.2499344691369,380.9879561391704,130.9520526370179,328.8637603129748,486.8624162917849,245.32429205056084,254.0901156549088,449.5159293145316,67.33791506087734,307.287577148101,70.15457135120357,358.9384553305752,283.820917635989,474.16257688335224,173.9609235217076,154.78030091672622,356.9991031127356,174.0866836221922,230.21129133575275,197.98610675234212,73.99266865697274,188.41030826660094,405.6542264845522,247.2781789128913,190.70231903551777,359.8291404038174,482.7562566943043,39.583369010405264,178.08334235781015,222.72399399141784,11.254390580789586,436.49885034089965,251.23488711324637,329.9091356719447,168.7389424960095,191.92965201704394,263.02988095863,499.5795631242631,109.30711087115725,170.6781457474193,241.99707498111394,228.51352081549382,31.78727569228945,111.00357848721598,374.8920067974727,99.89946968327318,232.35968346454328,257.0699363385397,364.20681513039085,139.07937596120072,185.35227713366424,144.95382296526316,331.9486217403931,487.2929239919764,210.5030838561794,447.0282809298306,451.58701634439717,218.00332059428823,251.519841037829,260.497897577993,2.7383862599625886,143.4473684492782,11.391479839361175,117.22197484484481,21.200843636163867,441.6272790762959,494.56426505224596,394.8384977355923,497.2322709482224,373.8783261233313,321.240624176034,489.2611503216499,109.96828573082435,412.9655868913132,487.4110955754051,177.27863726575026,415.822100575234,16.20225530148517,20.79435500799559,318.314735685645,255.59136214991418,115.82028477129508,348.22043287254064,360.99699610490296,143.57070428532916,380.16132900239523,453.1250921109297,444.47013546310217,307.5887256298252,61.883913357584085,122.72098452062441,207.209049959581,217.37678547881262,154.2520607350944,320.8603938334124,204.12304329340975,165.822353433282,270.9441018387168,303.72151739833816,177.90247793019336,248.45173871083682,125.26599236193341,103.05991902519357,394.781675151612,462.30764218616895,429.00579594650327,405.0371002732583,467.66043829923825,281.5683175509871,375.6673780765065,499.042564586175,475.1037475340001,346.8078719692168,70.5424652441916,242.65370324651542,15.296223824354026,142.4661539447286,16.879966356118548,106.1063761295068,258.5199305506552,403.76376674292624,418.2777480362277,450.92705392905515,366.3498084435053,174.67088081275466,91.41102663440547,71.16054300732256,272.20989891173485,400.07372392083283,120.89035262567077,397.71142901892966,402.59962698907617,474.2624821136099,327.5458511306207,214.19933771655124,400.3159588962041,83.96371408451387,46.927566576836114,128.49619037133064,137.34926268179603,35.20580760626274,117.25486748840008,226.71222093616765,34.0549929029586,296.6501645970012,311.9318211081332,286.25947328125744,314.7979397928265,50.44470957252889,319.35820670821806,87.32163736841648,220.340614540457,95.18724441725112,486.76700865379973,468.81067509363703,131.9922791223369,1.1803193545403268,397.7208225546758,22.740345937977192,237.40554326948148,195.28387338379633,279.9400573730543,338.47731704887974,252.06160465502748,137.45272848612305,82.57725295684348,260.64551741652053,429.046867092052,279.81489802839275,21.784355163589066,69.41423259816865,307.4407132016478,358.2921561515575,156.79729538170122,118.02796488442807,264.04559333648365,287.42368311146186,493.0677409253266,321.5123332890644,471.0224829027005,249.2184549426192,379.65745036745466,334.0953421648211,56.87779856012598,249.82304706933283,450.0827635076495,444.11025924047567,14.372559243593319,241.48023196058193,441.96292171352934,447.3512183125599,16.84065581273142,1.345207909968893,315.2983548144812,417.4153933721008,336.29694862825414,390.4590554264155,31.53390189284916,7.40065657237815,345.5616689368476,69.03203358436049,403.10292542967164,5.9477459171504705,348.66466169419755,56.192449173073925,244.01565590724255,413.29517181285814,258.28792950148,30.472020478338578,418.67265689785864,298.0066493852537,16.330779334319033,4.353303464531555,44.063863784268854,384.758629301583,245.73121039765866,386.74163755026245,44.40980611319672,34.125745332494404,437.99435720023473,490.23508735248146,458.237874792797,239.15428534387428,470.2011282867117,121.03959793407614,336.57313411962014,66.13643697255684,146.1068822632211,347.08728638408934,238.71939762294681,384.5401242498642,223.48815651882325,458.6046191528253,162.46504581745376,326.15200362302727,408.5351360365696,465.21462897005307,187.84939750711334,342.08776881899377,97.85729251660264,49.993566769957255,310.1881692279397,325.27734297953475,371.848153129653,272.1039929668527,455.6356082969845,349.7444984448206,49.92607682010236,215.97828293629317,414.63437911940906,211.15079612713077,425.75677223815126,149.20201680960838,48.40123857089351,388.080572843242,172.8642993059164,167.66493029021257,158.73642171772866,430.5768130979557,482.97387024922625,83.79700703809839,150.15810804087175,418.51010748579347,99.50822166414869,19.894965454257672,0.02030246204998143,386.8922791079316,152.54378820492147,380.19867616835916,315.53559996629235,277.1518385894285,253.28606261927922,195.11782410468055,136.3077739348614,322.9643494577929,387.24714564016443,448.4036802172376,300.3876770407186,478.61144231907775,102.5490709581724,318.3789710241079,366.6255322846182,248.18744119794255,332.0350107942888,82.60501837959045,186.1391774264081,45.33844003474291,452.17757706129777,302.7784509515471,297.55883963011456,489.8597341664788,330.5374257091591,150.51519072622165,199.56332577107256,443.87780675992286,35.00077043055888,386.06104743381616,271.38752173260497,211.75460652115936,218.89005703538473,26.079196908467996,455.96511545990876,283.56422586961054,199.74470770277946,146.81223701348785,141.2639301994193,253.63516382355044,219.04832603350815,250.6047271944291,483.1236470426396,281.5918485320599,47.26605890764024,457.26750907540975,135.3885437964518,180.49241931284766,336.12842176432963,175.5557840932583,81.10363169038654,155.27385548363455,445.1670197709761,462.4337917037622,85.01764444692567,52.315476379331315,143.00262011146398,159.13553344717997,347.2252177005434,253.70488111326972,141.70132829475034,199.59159636218203,278.29541878154185,399.5662431882265,125.05734799654944,201.02314101877317,255.04694979298176,265.1878256865805,46.238997110113864,265.509275840434,62.79476389129018,419.52711783046584,491.84263183132833,101.34256859928925,310.2009840246601,95.32200113372946,201.5672703585278,474.4408118933655,86.02279984828299,305.61936357360963,17.295351670370163,353.5421506712311,57.72630480851232,292.3315208311304,413.30629612803307,240.62585492231565,18.504815733789037,184.70383721533236,78.62197016502037,192.14708529005264,383.4035546754883,181.78669762443684,81.86831772183334,446.78883642109184,421.4524499578894,426.52250323991456,200.60877134755083,219.54850235218876,192.95421540708534,472.177919376315,444.6534428953941,331.34413512538225,9.64939723225089,225.88329098663706,252.02013199963397,234.3188954546652,369.01121035964866,394.12072222494703,60.24264700471671,369.24455637164044,319.3792505297206,127.85388947547489,13.06651895297939,490.84262189298016,163.30935246316923,347.56923929091187,134.0397011406425,265.3604561698653,32.23723405747347,323.5465361483761,402.3059296936894,26.46698519553653,160.02830822469377,339.7384639812351,152.25674132836963,166.12341999112311,366.069052118742,314.8982396359652,297.15586035216256,258.04450525003494,178.69772276422896,458.0175671206177,447.66542906309917,94.68614830228344,241.25873057975411,254.70701565115488,251.65604162058563,32.30264199367472,454.195076471688,123.37801305464829,445.21654224435173,19.005389120517524,353.33952586889495,197.30376603910216,137.2465914107006,443.15167448898063,37.64734035931083,244.80315432521428,456.56963151972803,83.84123749866657,463.46453339143653,148.20071605864104,146.97351040662681,2.717987983380854,8.018764048543348,51.92638277429496,233.16448529896527,433.7667161274328,335.30451036583923,245.4914668807942,151.0869471438044,475.0806064260221,355.752965341986,41.61553728744954,372.1652076333661,411.9903743865462,79.10578581408045,405.7593579664456,444.9917903983134,103.7492437313639,317.7426939905407,261.0970997998326,441.2160024504689,4.878931186125812,484.7576161124519,35.61155326050669,363.04333748620917,356.48211498854835,290.0766445039818,56.00528760385159,400.89908889360265,253.94134324552442,434.16424696430147,100.76031067193564,401.18006617384134,77.45503186506569,366.1171673064991,284.3779734534208,175.84180385760834,67.56280385259517,487.61452856790737,126.43372626984018,213.59330047140836,403.14968284241814,117.53224980617367,89.64457665038067,191.2459308079195,438.3515268356527,98.60124814538584,75.9373234816727,225.20044545706614,438.5317127478287,113.3819819400696,231.79761381999054,297.65530772353037,488.5703173846729,262.04282741982934,323.90819077376665,297.16519711309377,376.89452536018234,455.3713252594409,157.57503257532295,400.60740808635217,243.92984107509434,26.093855846206438,230.26418543119763,481.77252179747506,214.14617500567513,95.50098808755381,3.8997188341376443,469.2460646213939,304.9065408163401,13.36546645310327,181.2639092592777,322.03948075529047,405.08025983856584,42.44142560980735,185.82091334269012,464.6615415195881,270.3603019396375,224.19408246641015,346.8517527260372,226.44497039964446,229.59073800317054,333.9692421440611,312.6758838284243,203.83214855132553,32.55068947433576,189.46372940208428,86.30944438332777,301.5751599249087,47.29570545587403,372.8462964043238,463.68670568833994,54.01480944014864,298.2053821181432,465.5761331804042,160.76246667809397,23.26116952995816,493.13278404198826,324.93398215920155,77.19373831932408,481.2789781076592,315.7091372380566,9.932125607913623,411.1032051024271,162.2581099825343,159.21008226002243,71.20195001544704,163.47158226492198,468.4367594866885,322.3540145031233,97.25792146834338,41.811985537645036,499.0023709942801,378.5246043162342,264.7630207090452,213.4004353186869,88.96807024793674,124.3815704815181,339.802232234435,301.5859407703282,53.11580533915661,165.19186712455047,34.23427074641122,209.1139424886042,173.51459945790532,77.89088648360209,382.7945249251897,60.84683520558515,22.14780707000913,429.19801852953333,459.0009932510452,488.5297639380669,157.2368291906946,431.56739539259723,389.6480985988642,472.0680495383715,59.14040902580514,299.61002628298525,416.19715691065073,325.5534931382148,405.85995135819445,255.66587308518208,131.60931833243788,49.83854892293493,265.2975332055289,382.98239463057433,164.69491860378133,378.30505947522596,13.4460387705283,392.27768104696185,14.634645032344295,288.0184675550249,419.62027988622873,479.7620499701527,320.02148126894605,53.855794344005446,249.42215817473067,227.37571464800183,452.1074813580309,451.4254008858618,61.66512004451752,23.829322937873265,198.1954474333658,437.9807917935013,51.71028289300716,352.04366562624216,259.57186147594064,36.69787149597098,117.70210401916253,330.20395772823065,307.79140355411744,36.536169552091046,147.06251640006946,456.7660137261328,137.6389942829024,360.24697357568607,164.16811101118546,254.63899363396396,464.34968492428396,371.7375328647819,138.3946150421534,117.4558215450251,157.31142779565033,295.2593385753829,241.9490819967882,367.8361824447011,483.77219664950394,395.0492112581601,499.70208284457163,21.98800020675129,466.79782106906185,115.4086400692052,330.6245708323424,19.03500704179334,430.87134276460563,36.065521060959504,158.6322754246885,351.5390366225061,229.34588403542426,26.56293024283013,189.75645152070732,9.649303626405148,386.72957389070876,22.70591652767773,84.03903405144425,95.90610913587533,77.19635200627361,290.2776201984987,130.80308347063414,313.5454867741812,128.54726960530925,330.9649067496199,380.9754998112861,452.53245832138845,72.3379580859162,476.40435565238715,363.45716584625853,331.7582173685591,105.67445967000056,470.9462983719831,248.13381303336757,222.72633039364266,135.5306839762318,58.39933824603627,496.0144383182291,318.8361036583051,135.50086241987032,73.43630308091565,76.82826783733255,308.6182768774729,437.60295906244255,179.75550866694772,461.00294751883985,421.2151180050481,397.51255982026674,240.4958827870786,336.6850930672207,467.2755095952908,109.5013527691029,468.55875950454686,206.92443201719647,256.27030808256274,305.22484703164093,112.93984322574747,425.5920550118248,355.1943810077455,315.97882562340544,125.10009816596308,265.3650875124584,428.55179684601336,35.22391598969554,217.13329185004082,123.58371154404647,111.10295404461196,197.39077996019887,497.6522402220001,333.89297396870575,242.11625978744445,374.99218241858523,202.78075658762828,372.3474079784153,483.0343876359368,483.5158060566775,259.89557999523265,65.98797478516144,284.76956372497233,381.3797125906195,62.5754159836574,447.2119030140807,329.34579423856746,274.62736565026387,383.2122759439652,420.4420892339773,484.9251470820804,2.7271700185730885,82.69671784539024,242.81330966617026,416.7525933966897,280.58899050407643,370.4517360719382,237.54190865172166,2.967122869601324,472.91918204069015,18.958036815100055,372.02067184953694,1.1521843019380862,16.961229890342324,235.06433553408874,101.33793021955894,15.750558677176674,189.26801495594842,365.872461638539,307.2451631066025,350.91479833885955,472.02040757472867,117.26188764595446,395.03843849308305,58.2797118910498,134.70225512361174,454.93933419688085,442.72956314511777,33.62256167203831,375.18960954027125,173.90401401161176,251.12730540925648,445.0773782455261,236.2829548816971,162.8573763572272,9.90600223233301,306.52367139711,346.8125276545031,240.52053500707942,152.52636090913552,93.29196837668053,310.9320277585401,82.15520034435758,305.9605882397673,135.39184488226113,139.4578598330685,27.294743760350293,6.375017660834647,262.54063295387346,377.23505705485326,271.8851716814138,203.49809887314197,86.14357733281352,372.2315204556893,221.46020609388384,487.8132790016634,117.92818896371476,420.0667468905441,57.17870546553006,42.25745918164514,365.14402112337245,170.26459778763814,56.27383215171184,448.0167654892227,371.7110272004147,230.8053105182057,183.9555475339509,56.782235444058585,429.61411143685166,332.4620527790989,113.32794496296489,213.93013165939055,303.16403699591865,135.85158098161443,159.0604747215722,195.140836409751,287.86560452770607,189.7881204383889,477.4264978848375,447.94427013532504,361.21131484790783,182.56858795866788,299.58163713764816,300.7156869275259,258.1796755562542,121.0557249182811,192.76753312356547,277.8470607650425,449.4002298335286,121.47766904006669,284.03947215385386,21.002127319877605,313.78340308488015,141.23869103296994,475.9437453795237,424.6350957717824,460.2562770640325,153.68036611128343,115.2040380742893,78.61634940014756,284.8864552826421,291.76010868129686,225.1243656585556,120.21233197004332,284.70370925625843,72.47949348698724,36.15530948286544,200.91593583196143,205.70128972526092,354.3487064683673,94.43272356804988,472.0270308328303,455.8368479924617,250.99730932272064,24.8884187155744,114.41149187632487,337.43425638278757,284.3982187409576,380.56310615503236,185.07110816110605,28.644409740122224,240.9284081817319,248.95869208867975,420.5937902805476,462.2114360834697,397.71783447350185,427.70537748148416,258.484040354738,421.73609139759947,73.6119333015442,30.418002081529004,247.8473277520598,7.836757665752092,461.41872965424113,61.32307499639483,159.49781537938696,381.6144029177053,122.73194287968903,38.79850740344748,363.01946221572246,354.2495350499963,207.0900892464645,296.18923891117004,252.76691289415527,1.9720854836726143,257.07668658641126,238.99232573710745,154.65063785832527,171.58780581629074,91.20182460901388,34.14596189003155,385.20091088746494,298.4574449460135,221.82550711290932,365.39172014899515,206.8613181620423,88.94213944275009,235.25091853737874,23.55872442109885,254.7624764541568,43.94051259320392,83.08247675474439,218.29463786899788,61.846593532196735,166.9508069797294,246.19266230791436,65.63125752876454,236.78105053290093,188.8629503345799,4.6992242332390965,171.22051913591596,113.78696958305484,12.896488522772586,203.30106594037605,254.1419197085767,437.2678194995208,177.3795095904815,140.23788296369622,186.68950583427412,159.14771328581324,160.2964746337326,274.44963869655777,362.40741105446364,104.3117723892908,400.84349192184334,463.5550627230726,104.25950501573433,385.5602161241654,296.94989135530244,69.78773480535239,146.1409020343675,82.34486514122752,108.4132464420921,153.58187263386557,346.58159802440616,110.82606524939037,252.58131407802142,247.12183248542902,211.17306711523176,185.86795444566357,350.15776180380686,149.4827759186536,64.52213510303906,376.9590594877404,450.31504057067946,244.76527163553698,14.410279240282431,443.2554853024491,288.76493297570516,478.9622249221493,421.49845220410776,280.49909202991665,414.5026561523259,261.1975014451768,278.79270345975453,169.09944370236153,438.37069914653466,34.78544467442196,385.77578317213545,368.8101039977588,325.3955347303582,266.719436593655,346.6893974857648,14.618418702995129,340.7452967054557,106.42355275930332,220.1968125276882,21.608167783283616,257.5905402210031,99.38984716884974,450.1154206141422,143.52077257135943,17.14505854626508,290.2930673266305,388.3077083939198,467.11846778312093,406.20047368421314,298.94543775290924,330.88827683150214,226.3392786335313,82.465958495274,286.2141827157463,356.76266281613584,374.195008365765,43.668189309791494,377.7310791013313,141.17699034463604,463.55498261657795,15.976382185456995,145.29456674977064,114.33617005691043,354.0754604219386,9.932431187140711,406.28197907337346,381.12313528545457,53.26444355129462,211.38956724796364,172.27758262443726,486.4284758391415,38.69179117398297,495.9217851399826,218.4981764749117,336.6972784154611,330.1046710822703,288.1452768395446,20.9558250018424,374.67744229301803,17.26857805658505,429.84868056799735,333.31340872372334,178.2981380273567,220.26335748093,162.42073631663428,390.60302215851436,180.04700775041476,409.90166536038834,382.1465133438556,426.85517442716645,149.34850979878505,9.154950052058853,369.170345544081,235.60000213547673,275.73326550248356,389.99008183112636,410.8591993568074,118.05019406685608,369.9245385522458,320.02937430659694,69.59821565730967,63.05757771251119,304.2569480036288,128.88350085868976,497.37627475752873,306.89089129588285,180.21402178331124,455.5784792616914,106.96011498937297,122.53432688731463,133.05349614025926,463.6134826209106,203.23916121535913,291.53856239582177,141.55685746985014,316.19977787403786,14.813781287707329,52.31976103905939,114.86562272087303,114.34060545351005,444.03413431470074,235.37284774021717,198.40489896850278,288.6827161806321,182.26225231980843,458.32825645687916,302.58435553465705,160.89540692416676,453.9592228282287,492.6686294426634,48.53938121870638,450.7258044445917,144.575596407795,120.49390172869428,376.97240658152515,356.78712130072785,218.46935091414028,386.30615778005705,379.52410411802606,41.60420891072947,434.5446311541875,179.8523238428837,211.24641575681545,42.459239146537264,113.6763855674508,249.5313670462616,194.78475629170723,122.39246727532421,241.46052667821138,267.94033725332287,421.7473302767669,475.32599810837047,166.2459127052245,143.28264696358522,258.4075179095097,10.583991886418232,249.68742681108913,358.7559201684544,88.05524137631193,72.98292266521267,66.50996948985983,197.51946869970936,127.40768589489554,116.64038417327095,42.882494370273974,261.9421830247329,267.223287977651,14.980111666775542,9.210508158872088,483.24491816194933,332.63835579420874,18.598639689835274,110.1515638370873,180.9301706541458,202.19879490129355,433.9590643953069,113.21960207919591,151.2312109872621,0.44351222770872,229.77084334408426,254.83318420182184,321.3399757962245,91.73537802274222,93.49630890867367,325.0933747987297,164.2402608692115,494.9647217977686,193.84707979353226,78.31975188417417,480.85567485406904,332.2162896800083,410.5684080424142,261.15017234250206,353.7343312439407,405.1404279323956,475.001325321658,307.43800475796303,89.28487786585754,170.0430733419791,118.32264488924665,405.1583641755415,435.3982099343475,89.28689814751512,197.83524846559342,65.16069937952102,217.75337849843658,97.99013240627951,155.39589632693057,206.26308187881094,92.92168793204225,100.18204747210929,152.43913691256878,114.18099090007439,311.44342213039164,482.33831479540055,201.9023524056156,258.30895296666284,14.058531549955177,473.1857881873625,399.871372316004,148.67073391286624,387.37341874663565,483.1836014786578,340.76039060947886,88.51444194574043,204.19911515310423,229.65654576326554,444.69728979020715,72.78192269471928,247.86441149337136,188.08969720455266,157.48391288789992,182.66451618124137,84.9087442950755,6.802913011776712,287.81363239696174,441.1819199418336,84.7203924604676,340.2170372894462,455.7536333857032,195.91752529633095,466.7779507373829,170.56238913427447,61.55181577684521,257.33634872607917,483.67487663088724,395.11128315899845,155.96508169237094,337.3289882041447,470.03991686831034,244.1760800147425,41.48195618089334,194.2710574109719,392.7254061571497,122.6331144633807,30.60832112109857,289.3429009274491,460.0595138804989,386.46753297394264,477.307607351883,22.143381935903705,246.3208683331824,282.9117811791713,34.8936643410061,147.67337521364965,428.0026272729597,188.61131139936694,73.90173053097493,444.7659764949909,164.97213244819199,229.6469010944036,281.2437901164362,358.8002758429768,216.74138035909223,249.8488506189252,384.24932537968647,384.5735196510346,347.8427141939784,186.22963784579179,29.340772858439834,74.36754864985129,152.64182319359276,91.99597092791323,49.32744304912229,205.53457265292403,169.76160008120527,467.90494589927374,161.9180218866501,91.6288292170439,96.62312382772836,422.6735316189384,343.428303191819,142.0245696959766,216.70150763369827,117.12862081367764,304.5786100953383,179.72273920459935,480.17395241982064,209.55195505525447,68.78513611064835,257.7405018026681,145.96894020077806,133.488603781767,313.7575385914908,283.9762678528081,144.77645307171966,62.23264677782719,230.09014292189028,375.1413048826811,153.5199263669324,269.1282613649572,200.41225207914437,124.30785321107946,132.57958529023796,341.5568237524249,155.7255901412809,82.89116248733225,385.76087305083877,112.45131515800705,152.95248203106587,220.96419520351319,473.4571446157396,49.86983182946053,181.0624059828549,23.366070680737206,266.37653238521847,106.29503142745943,220.0884588115149,155.97572060238878,455.0321739033274,25.078849094849144,44.83208743972167,225.63598440169042,347.91115780225425,151.16875982180912,145.28499343349367,150.12437057343996,310.5171375908965,252.7383087213225,415.0536115849559,254.66302918551094,184.20067741298362,345.7255710903477,73.3042730031348,148.2546503454723,215.36111336511237,156.48480284959854,214.84496112431145,165.46465807489062,145.71707567603798,295.50634862782573,371.8514348437828,236.20411770094262,267.1420094986833,361.72527782031216,198.23763087301106,101.3110497332374,263.33259933942526,91.63033465884135,11.085145205327052,483.2399430357084,246.0837907509643,426.1507618435132,435.2851163038788,72.03947740721345,280.92332499047086,375.18286661951646,355.5230290896872,48.12744356593712,172.8954287531802,51.63457565321355,210.48416301828925,9.419694081036155,126.00342291399724,437.40680702008063,171.73252298151513,13.919229632797958,134.37309023454546,341.39867852588907,57.980103677449044,435.73887633152,186.03212741036472,378.79938929707174,110.4222566059277,50.70791680138914,447.3449465167353,407.61626945348837,234.44171071687413,91.00191521034334,421.41159915863943,200.3841849029958,331.79128727749173,193.06932069486604,183.20517362961803,295.8590082520307,412.62055125177915,34.07024601028691,160.28630710243303,224.50534725220794,70.6418402636207,203.85393806635744,247.77897421305352,412.77642887641144,132.66613342541228,73.77351905523716,344.70411740850847,150.14693680853026,39.39282875162503,233.42467531765266,191.6921112047571,238.23877771515316,346.153134117168,374.0820753202554,469.28082584497594,420.1465174505836,353.6369491033425,136.5576889480568,427.5025894637628,191.99848644743673,49.79845947980077,55.39272506843768,263.7947716983619,249.6967487321355,200.34499092979402,422.41424041437506,278.99732025929393,173.6271849969196,138.34682884911388,112.49216267491846,61.512903954361434,491.6303592742272,433.29591639340987,92.4560676339739,187.2832489568238,348.44603592697695,136.3227383227392,426.78517743688025,169.8689282078971,412.0791118167834,448.40704420459156,429.4106594446136,224.14333971549976,182.4155232811246,52.367510543278705,327.46468702465165,428.1885167324623,240.3013037688152,313.3570325562097,15.253482789054306,493.62557478113035,300.5211590510896,207.33517539556772,193.876824141499,319.4926672913998,293.3015663345674,338.2423544552778,313.31723577271356,88.21542829028346,18.14158543243538,492.49554223407443,493.1389068335171,336.6042653652751,403.2298433879639,253.92891876527744,31.36997637982525,259.92589714609807,147.47271628933188,451.26838634669457],"y":[418.3622358765467,185.6908197836415,489.89737320155325,481.7906848126121,183.9057806345293,111.81138204354868,34.39108117411305,36.16397142662131,284.812268478974,38.393936384593374,357.080929940234,5.140611561146702,407.3456625095933,111.52042551604319,237.89031326996735,362.26394253727057,95.595801215982,272.1232269280354,234.25768011621017,382.70319170406566,236.16404023246406,493.6508884180044,117.28337039234543,339.17060440525955,418.6438591258935,453.7540017222994,293.19322022116256,259.6931841361578,409.01602295956775,497.8064216906928,394.9542569569306,120.97415223576601,144.5704852776748,305.77362097259726,318.18445462206597,177.8070194510581,440.45750699467766,118.75522192894027,10.811008078761175,493.2439296469771,59.30300417258433,61.12186974565132,254.9323208561979,202.70078731082796,437.03957252546724,383.57222958637925,479.7096167646746,279.35571230114306,437.7129609326505,229.86563241966766,118.82038771017616,396.48814195262156,359.05751259624424,73.85335038999824,397.1160765029944,219.2769645140364,479.5515601274165,89.16689802355448,370.0230701279821,356.1705111836089,115.25762828390407,177.57362070959505,219.95115127649422,115.84991453329435,304.35073635408605,65.14878762690974,177.6281427602653,190.2256140363914,279.0192357980518,164.59386146931254,454.336535167894,438.89364292000505,259.85287943448117,147.4074090894192,160.76604037843077,294.31419190951016,222.84210413158172,203.233285030537,95.1454122358919,330.01061222922465,184.66274673967786,60.973368128368065,89.6446187435479,206.8126950821485,120.68180637208859,483.3474398041097,406.68062398366976,447.0307202660823,219.13001444679392,18.115052715389655,104.5453095221775,12.27697413771578,452.02461442528596,448.79586176185194,277.64655987567625,415.2227051826992,234.06268587771217,244.16740050597429,282.5319600257347,103.90123401175843,331.51518180369055,112.03481539799299,395.3547279303477,253.89206019175947,418.83754357785796,75.22670024329659,77.29131490231988,60.66781912852781,408.5799031401671,398.3768915468336,204.96706628855455,103.9001509049679,454.45909169635763,456.18880893319295,366.4800666776364,423.6256572527046,105.16305383199604,476.35185193579713,113.12903774826505,163.1197423275066,168.97916529644536,298.4841908768282,349.69460817165674,8.172076639936577,102.36620957513016,49.51733749777265,287.06731720418077,262.22753690584835,172.4756758912811,460.4736204529295,336.82949387947326,1.7929681548468634,499.472338023205,286.7349518162344,499.50238098980486,50.248013264873215,45.13777883067704,238.7921018578283,485.9232812093611,447.4729875703261,306.5283787447548,52.91231603147056,475.8681657539915,323.77909561075944,231.02263653216616,456.8996496491558,123.73860080311394,158.09060825352861,48.616257529551454,290.9489230537566,343.360632727592,8.154890416157967,129.32585415545088,417.7773141213229,424.55722819676834,446.8981849574842,256.25462897315373,61.220844475197545,55.364948998424424,498.813808894591,345.08676354519827,197.35295468584974,499.28432674123917,389.8918855449764,170.55831138747786,487.539728568121,442.5822475213939,140.23089499340114,411.66409872142265,141.35960882554548,367.640270693049,302.8986335499256,425.3548719913811,365.3796209581487,190.25339461222967,254.53181087039422,274.85146951631174,50.045114243178034,348.8980956643193,30.876793288248383,124.99711715163863,195.16231739118282,17.026581500496963,34.617886445569454,286.6696537091033,91.27737111639561,65.27528351705459,206.2205417622701,185.39449457771616,445.94366664351537,294.18247227922774,258.9589804642657,60.076271248438616,292.9971456293088,263.8468099358788,105.91411636420767,408.0295450775612,141.1270056504641,166.61894667732912,187.43125021660194,177.92532979637215,333.8504109120119,276.1873833336525,84.53173997955349,260.5651511403793,203.94983935341466,194.770348303542,102.09932476358702,14.50506196925161,236.310251499322,2.756237868629441,35.904712802349636,204.6107089023075,452.13494212982465,139.88077396714183,387.18260771105895,12.362551883297158,286.5692477352576,412.84567607001463,205.77517589948548,414.4946923273363,102.76784915340242,352.99989189497,313.893051724932,103.52852195218098,160.55547791900105,192.36180385558504,453.0121890509285,17.900771045708254,148.9664806678289,152.47649567081757,458.8467135409575,284.85988931938545,64.85890627160806,146.66102356321676,465.88457069152196,41.77570618024512,209.93402957681894,404.19282014051083,324.63978022522093,26.92647923008301,318.732900868243,254.61143415972387,277.97213803221746,245.4397047728205,484.5389602379711,97.660578700835,484.6839222167878,430.001172289605,96.50566893495893,160.1934881647259,250.62092231711534,333.69663602262233,17.49699826425094,98.41151555215572,354.7415034697232,6.999772258278137,314.1514346547035,378.13854327723493,322.4853160269033,209.6072992212442,195.00313536473973,57.03873619743632,413.7301047838641,240.3093229682138,298.130712637342,285.75469338025886,12.499974596620334,271.59595855514004,153.00387331291455,282.4750797561575,137.33920452259935,407.8327204277617,403.2042411573805,163.77118286469818,490.87957797964606,317.232985260309,399.74030370819014,138.17450645785473,331.62702684044405,390.2317901791339,271.1250182903763,113.40200584710985,315.61090673536404,463.17584743045353,379.5594869986526,333.8245663892697,250.97556261377403,240.58442210792757,219.25399842612975,13.139364740168247,201.73132033102226,357.1479865281057,312.8873593172819,398.84633722230103,356.00744603826064,319.6686990475843,202.8170668437443,3.8913262029982576,109.8371746707626,87.19043941938747,418.1741900897156,347.5192333250689,247.75441003585425,419.18300471759017,165.35818637582162,252.38412412955952,36.146835283513035,294.1610909321648,373.1102733327497,179.63908592488593,99.40628196159362,399.3656269246985,316.19119082519893,288.00370578779484,12.009201350720812,233.7138919274695,13.834062394662784,72.74096074610287,423.57994930083566,356.1042461486912,271.97375211239665,108.89705973435981,403.62892274907006,195.9597988067324,438.86663187868714,40.117342654948764,154.46127141751202,80.6537100721204,32.889833269164725,258.79691646139105,437.5811861455383,180.298711682371,117.12101154799626,25.663498511822645,392.3478854185607,306.40903929137176,277.8055045754211,210.7110139397456,204.20523503413895,151.54518322052618,377.67492747606246,414.5435313862528,2.0589359792743678,448.62510864250453,121.8082760239248,107.74429121932377,34.416305085716246,193.7173347991259,414.2188101579575,226.93557384625313,16.003890470962567,184.2677634887367,256.58212830756054,99.97116037843767,254.78216145616216,467.2764982717897,116.3786540019765,349.94870065358106,165.85342676900828,294.57323602422446,250.34839348955472,233.9496707971318,45.610674753241156,411.7058133326465,220.6753035422962,310.2532641733217,258.0283721685584,401.94804285739986,44.436992496078965,146.37927828290947,307.3999882000153,55.79560891134011,166.0635361639688,301.209873133858,246.38675485775363,139.67916454799874,244.75346651209784,154.07584278419057,459.2429048680166,335.6733803025181,191.77031571682429,397.23815778484516,311.3780627633358,241.72327539540206,161.06158926240326,492.24255726282337,437.1327646028896,452.27540202952565,456.0848190536464,494.0136311339761,107.75415804624605,138.61658111933872,170.9188152087392,443.8179507481957,384.4677017995715,423.34142710813285,329.2503278116343,286.2717014953684,129.82733118192695,259.0670198515226,139.39125597811793,202.11957259820252,354.48770594164023,35.2401472613183,288.06262647654654,319.6633453486787,249.0196807362699,300.23032878920753,82.0078135154404,249.05964282501773,312.58751884391575,209.49463347797808,169.4943156701217,466.52090030520293,171.7069324807457,460.15394346215135,464.4377277764735,347.87192519625194,254.6854602396035,464.51123565642405,412.08730121176916,467.66236458208436,475.06339305005974,253.8519303602375,91.52984588546143,176.5714828167705,383.41546162163877,159.81038882177378,413.62044800134754,16.22962965021052,11.38771070832062,165.64931183436659,457.66578120493483,234.82252618791622,373.37026100327347,452.159375254056,305.09771310616713,237.13420009582669,98.54363841157793,9.7596002075932,96.29074277390126,396.8441989471313,353.5534329620457,238.48135704022872,301.5723045757486,281.0785018270911,428.78600608010663,207.704587653885,1.777200422339198,123.80745121349074,93.39097624526005,199.53539829142653,257.2140742316554,76.66988072156144,407.827834710138,144.73922288109043,12.932167206162582,184.96529957416718,275.47581782055806,280.2720059808352,340.0820677918029,450.23471291437085,239.92054729968675,47.99801008021559,292.8821179228483,457.18810835094047,285.2753770319234,153.06408407480043,456.82837447871543,197.78597150951737,390.24389191413957,251.25787462166466,330.9846551036153,129.91609779847101,230.89287719844975,203.91239678962796,342.73842871218187,378.86883615445385,253.20309770017357,200.42930166877858,381.7155158893327,120.53638092311154,382.6732878595724,163.54929488092773,492.53559525288165,183.51365495691857,403.9586279769505,350.71445763971684,274.24421778725264,371.2784764699334,413.43653129804045,332.84389652509157,228.9893951230687,36.475515295147034,38.71060187789649,122.87497583542944,238.5017864022156,46.00366690065738,201.20074990634274,56.872135744809206,430.820388410345,162.97103458322897,104.41377331556245,447.2620506719918,301.7036223836959,286.845731790025,487.8866970117844,486.423711211763,402.34314455396554,36.80953901954903,369.90421695664185,184.4790731949303,496.329972373166,267.1117937505473,104.0056701919399,411.1290854537649,252.72759691506474,252.83173689867255,303.1652205403399,307.7441758923782,77.31701025171928,22.044602971710624,169.0705582956444,401.3452144067843,155.7488177023346,154.20660344916237,214.1683311284041,127.73192343489825,491.70893286785457,476.1901419877704,163.07569998037332,44.92624475570356,491.9402945059549,303.27836460654174,370.16628795042817,23.719630093068712,65.52579184055296,142.91604799642656,445.6701521146737,442.6509865790168,222.5525865167335,233.836708214679,70.6224020686279,175.88143817278467,449.7023093253109,475.2794445745283,394.6608580742156,262.5347564816928,113.54553872635093,176.35980313900623,389.1886329360561,34.404588519904635,141.96033703798162,438.0194735785132,416.1389059597963,226.10504041696018,328.00628443051113,243.0063327673212,22.587984084866676,318.9134967583339,136.41548309881364,30.11850822485812,153.00106031106674,153.25283268718653,112.50614223910543,64.43188658371623,122.70255465330526,42.600980244177464,213.82766890992167,283.35264622245757,312.78092531606273,158.85153793987766,362.05709741546116,119.37640015228219,437.9390224414426,278.06462438016064,30.386104691565997,140.78337633779114,354.847051532154,35.51288828243909,83.19051944397349,411.7607904509978,266.31800020044733,41.170174351991385,461.21865084776545,155.97954045237634,67.36642892683109,271.774300756065,157.81453378828476,184.24370304869242,250.76610502895974,14.78814299940806,364.2313963049731,282.35125033128065,406.0576319366312,243.45113489796117,160.34273666267575,497.9149922533402,184.96938860425217,166.8995568533866,180.72843993369742,357.9836315495947,478.2121012303266,370.3471527858655,413.7870332043469,403.2129369884097,284.1758416054599,363.27410866912214,409.83396445038983,314.8625573934125,223.96824857805407,74.47606022520964,176.51774178626889,455.18671371397835,257.73928962602406,34.02932186840019,93.40887107576722,211.20364125287972,165.9936130991932,207.14589932366422,133.10785366811757,485.29903387638683,418.1032336359685,72.41035543895951,203.96845656071156,340.08294470534076,242.98921313980915,29.828372636636235,111.29252563951941,398.7333024570967,435.98048460737095,389.51217500198476,83.3007326135582,297.12794080354064,220.4006805399291,426.1042973903074,280.787882298576,227.25401780666547,117.93450756331964,418.9942651154889,498.6553299749514,189.53528869388796,366.44212811378713,209.3470586276715,482.4232064761543,388.8321248968804,381.86491474890977,38.89250320707177,60.591407677574985,356.62581526410384,430.4536034620794,412.4703099586689,232.8788595945137,140.26085839409924,485.97043063822275,480.09586204377854,409.8234756585944,217.63447234407323,5.134726543378654,12.9415503001033,192.06704764907855,18.646041013867464,290.9856216362878,444.56490044943683,424.4843436759809,188.79955494554778,139.80369920587265,25.465230401839843,190.4905765045138,229.73337493017354,246.30645275138292,246.53759301555345,365.6668768825113,159.88886181503526,178.18484400209712,347.873020339953,9.046896151605143,367.08661778533457,492.0152935212251,268.6732039380879,235.40541627357098,155.58459192891615,387.5035753184171,43.55789491746131,87.64827774540018,477.9626977147121,142.6024775847184,406.5305835765081,309.3349042069845,35.07594599477487,106.30432984747756,54.30563080755496,166.89399629026707,382.00047201683503,311.9714321732821,223.09781481351044,191.98580913148322,240.68191702095697,496.4030562112345,252.02360902096999,110.01317173595709,167.85022835697305,331.6825325904335,476.56820493085485,112.08329013697843,408.92017181876986,196.33941498195418,5.137866457295415,174.46941912789597,225.635424479179,289.87718469779173,446.39817832716864,95.49448529034798,465.9043657660729,75.34968470456394,280.80177074968145,286.8486303320081,5.985243947034036,106.82249861974236,29.005182534761587,15.713981355422458,91.92357001970647,387.8498342523808,480.6055127631449,498.5264699063453,65.9971740249582,464.3457318434427,208.01191403921777,477.6282092831675,17.29939402412972,340.27362567928856,478.5786505722851,495.3655967165288,341.78021328705796,293.58591650076585,387.8674598227025,364.6430368252716,450.00096163425,300.13638742822485,187.08278715670883,229.0894623331147,325.1635622427478,104.82719599907885,166.71668476211616,437.40752093180424,450.728787875635,464.9539497406461,90.72131701466574,127.0275219490814,449.85351846101156,259.12829577247805,395.040887110325,243.3102550016687,44.66155130994248,100.94597087359041,98.90410743049438,467.25412232520074,243.6288740025004,156.07310585275968,325.9720010665566,490.34597011163237,196.90428855997672,271.5000697198161,265.22341398046683,431.08970898380574,416.31923425377124,157.8721168476337,482.66101700569897,298.2631369064194,385.3898284891876,372.4214357827195,147.2563551401202,452.3449522452314,360.57150455085105,168.42733500267377,117.04955439573317,45.224627167804954,14.325646975069606,383.3323749969626,193.92854484414084,15.63298265236096,425.3669180081711,315.09849360634286,21.786341298393353,242.98881078966457,97.22218257300119,428.1193775908624,306.67949060588944,384.48524704218295,218.2810853108215,7.105631680608071,363.36550971445416,438.36658588961194,27.71747077051251,423.076385242975,256.32836700813476,287.4640811193102,476.7907729694859,205.8642135516568,131.9230806504924,402.93474185298305,477.2822175156264,466.16683442666493,128.1750213411077,386.85947626663125,109.11491755720121,255.46191692858932,198.90063088646914,290.04970307970893,293.878924343702,176.80538898379194,187.19340689308206,52.59927163976796,214.7910798437299,84.77068159004602,464.66431353024757,471.7171633753385,179.70183251837273,148.3900527579992,446.4827573529482,128.7312372561585,201.19992768725749,398.1002055734552,11.0352243568681,384.305997661848,444.4300889958089,131.9025624481664,485.3037824206681,222.293625404633,158.6334888769045,400.0151383780446,319.0241413530526,365.7863393934577,158.3866027475362,278.3230764430369,440.1605002107073,72.95147630848365,44.250877119780874,470.66630492487684,38.35976333083746,227.29843934264477,467.9127956546483,353.24521022954787,169.5981233271613,57.859344922403686,161.4369454781488,422.53954952052123,305.46816942020484,290.91360301676644,215.89285789936264,230.0909168245919,298.1116538605308,301.6446910915568,420.9952378545411,353.4919062322165,336.1496121023874,350.45533755278547,203.0248456934386,458.32715444874685,232.9212157225502,87.96889234159555,146.2363230179468,323.98647583592674,195.67827826885693,416.23488085855394,99.6072865512564,310.6492455909955,173.71516989947023,475.6833785094569,326.7056336915429,301.3542376676712,489.3829297042128,114.29392539850896,248.970065239712,362.66798610299577,14.554110969712541,75.26131165168032,135.03622737937798,319.23523572638794,111.4060269760393,106.3181594033848,186.07757729316603,47.95699818001253,315.0583650163581,340.0813207635516,74.73495156193877,324.01498442084585,96.67756707262315,442.5324758848379,484.74495946603116,451.37713462840856,217.4393481928784,434.9828148809442,338.55857227797065,389.00836457694794,385.7668711161682,465.0375715142331,50.362301927915574,369.3134303604946,70.45187878418635,315.71039278570976,305.7590750675115,248.23019318796918,319.6072197808818,14.964286261993031,306.4280614766187,314.8262404650957,231.69842980329526,291.027891800924,79.06531096195607,495.19162282989134,345.9025629644557,289.18900111077664,405.69036236195086,353.59064297939244,125.06635937258915,28.44675049961326,361.1429961253346,1.252061090821599,366.006929859311,269.2696338579335,355.17485800470223,18.79412963102478,457.99486676827377,52.757042412980184,446.06818003177824,46.836913466560105,253.08483658804937,252.73981851927562,17.450461716108702,58.04637765190313,44.77179623386496,435.710847154786,493.40695750587537,92.72403961373121,83.2337386271284,210.3541629557497,102.18954499810661,169.12172129917286,100.7833675521394,10.942271147392546,288.9971609119719,450.29342164667565,34.50446317107464,78.45655893749914,135.0838302894175,264.3148505635981,147.26090863805007,211.81344256030093,228.4468862720543,215.09031757426578,91.87034814059264,200.26312256119127,413.96036002865196,489.9159160839637,137.1490915419597,266.84546901553597,430.4678080651139,245.81842125966412,165.02525397594954,68.15612936502453,297.2056729611424,425.8936037496149,415.12541831106626,171.19486711743374,106.98638490486474,457.37849045822156,13.174255338554875,202.53909804632798,68.74112343528427,99.71886656533779,60.73158358463909,187.60629024546333,188.74449869367254,98.97916272051755,68.8926696700039,354.4369681355621,326.80665740295507,347.75288629353554,483.9751178219803,194.68129054399552,349.45289982336465,62.291745914781536,20.40953829533465,256.6689993841894,401.6598968830974,110.5636576326015,173.8128286672146,366.27437043421986,495.87496737891587,69.2570692592,435.9931178333777,486.07637582201573,281.9085696170595,475.1708877127451,100.01576845235344,289.6447339399696,294.49073667700014,341.7512464197127,453.29581263176084,478.3832157008559,452.5225014380559,494.32167526338355,308.6631063876855,268.8655569595958,419.97557811658544,313.8478707135515,158.12421656142183,140.25132011898123,106.32604457502431,385.65253928963523,411.7403815871683,362.56068146873207,467.39804352978325,246.7322592056498,237.44064135748576,147.12894042329887,114.04029150525125,175.2170400826009,67.16473887022362,323.40357092139806,278.89741425976683,244.63056581730098,220.12815576327327,386.32912447914964,338.8889667778037,150.3565698004542,438.1480990361726,15.110175172671546,340.6314690521201,75.32015308096679,229.54259995349673,389.6942452440107,15.221305924305707,264.03076658417115,174.29305623486218,236.41317843345243,96.02987155942422,444.7863346241381,46.573989365074674,444.3130325399727,452.3989054935642,38.76431423771193,329.08318704501363,404.8315226887661,214.74277960433324,327.0749990902833,396.81042530153985,174.20067292616886,329.6763529217301,13.577392361552088,204.8162918038055,242.5747637787069,259.9948157843742,322.49607677172884,109.95347797310001,370.2841652749091,290.84671788556483,361.578400621021,236.61477244258612,49.37232597484809,422.71619468368124,225.01935113363646,139.0193480341454,148.89351043891574,26.725509721452656,452.8649260147864,218.30160511984397,109.2852704968133,9.608045940019627,341.80821979019714,89.22415249238152,54.655840766126175,63.749777039303126,149.96406164808707,78.54171641601471,444.8590827855936,253.03595452535683,39.82803592910189,365.87337575580057,273.88761798607936,36.81789698182569,382.3828336444575,465.5000125773111,388.4145526568591,148.42889331164443,269.97698293604117,297.0752131158498,148.2143148461984,212.9596497838768,440.51705005811806,457.90339246896656,405.2864999976519,64.35569393639307,58.864394456045964,126.98235554556508,88.53807139426479,79.84439850806851,478.7117083652534,103.17941696909678,253.20241076391514,440.25168487872713,405.9807339582945,447.38269843035056,339.4021261211574,326.225095971889,308.38298850487644,279.07821801064927,448.5442959158103,453.12146835127555,367.3140085828122,351.4405190918977,413.49529922682984,256.0110686750576,245.13240201632826,317.38505706301424,187.17150964114072,430.29729533317817,368.3536674061116,312.6870547394193,373.80853715012665,105.50172098918509,78.13399384226133,115.76839041911352,352.7283413623925,101.17894048912868,173.01849738636955,262.1665538674163,428.9771914050615,209.8406337227745,232.11313962288764,317.79967273158303,443.8657512060384,134.95578220236243,242.49945280690528,179.02392814461533,348.5628463935954,381.11039588512114,160.83839248170412,238.62295471133038,176.52313544698066,264.6672465718184,280.0698903819021,26.066980856114917,71.7638037441668,457.99633071564955,498.77729785576184,174.51761892277833,307.2122916638058,108.8092055323191,401.1950123429751,7.097759549133665,484.2080784988476,419.48312410244495,369.38123176834483,458.2377733649532,291.69722340705084,262.0505647252031,84.08143449358835,189.20144520235232,419.71138864957175,441.9246957163377,73.82759814615048,100.31926837313127,426.07676271504005,15.246353403821079,210.9657751169588,441.747185416896,325.82239970546743,269.43399980564635,246.77690992452966,246.94972210116944,122.25905025670053,213.8091475699992,401.1662234460651,344.6600669954778,228.5084295964624,65.74388046311164,190.43523170597365,152.1999380423168,462.8763211239893,154.05318544323666,299.53251219388846,283.9919608147342,218.88479673289146,191.39521545752575,337.40614352642615,126.77840705051507,135.1933190865312,261.4279958360382,127.71673071166111,306.43011398736394,310.31968274365823,221.24346280606983,167.5178573166895,461.24566006396714,257.3611653831634,186.70596908643316,357.2476360329226,321.7789547511423,129.71238059388017,297.77543345013055,480.8540062581008,11.527021956176553,355.7279864680278,442.75653420019546,346.18086154704463,144.99887266098372,238.65511895948066,457.2407725101111,432.53109945801594,367.12272512626123,180.9783417289963,322.94800244269567,261.24257464749763,230.5896832977401,24.001555939558216,252.52418839379897,49.12877144680111,387.4218800978248,24.284645959206152,110.91634777561381,251.53778577070656,326.6417586462725,234.13697659447,24.278343891427134,493.2595126179606,132.25105474701542,442.3167538791214,472.4779873895655,402.09614811258405,402.899104067075,123.53836280160718,159.34739419093873,111.8263361737014,78.01415206706447,179.70779254057013,449.3974534914552,188.68329075152386,55.19355098641543,431.66071410324605,151.23314732596793,296.6257564969537,314.4758458710133,17.59017134248264,229.72495373900804,63.51435294791613,481.4957106277927,348.55317662249627,95.68052214187529,380.2960010243634,84.16160776242104,300.96389738397795,99.36756125845181,274.9392079514388,88.92497002635812,331.5213939092258,3.7325929513727374,273.80554946579986,447.74783839578095,179.62487411800672,318.1036477242529,56.68774093653395,413.105245202542,410.61439416630196,53.25821687648058,24.931043724606305,262.50070268550513,216.33328068588952,207.34901401392014,33.19830940773127,353.42974554043076,228.25439603091223,269.5849988281293,143.5916947794582,384.43247145944827,289.05120028532616,222.37705854775552,33.23239412131313,297.02604470063903,28.727456604895675,3.6845455857622555,124.84336334186841,127.912669013435,422.09624593486683,170.47102011096237,230.7062661714394,299.81811115253754,190.97305921803814,245.3520120699103,441.28803889066216,332.2896083807169,412.1541586854823,168.14389123201002,269.35751354263937,298.92351485059675,337.1812089830936,3.050674495142236,127.432398112859,424.617676742906,242.87501400776,350.9339065083667,86.12678528282025,476.62301582359333,240.9838345091641,342.1709527906726,208.3193954879187,107.44062469818,194.39194769719177,20.624328420348114,378.05194986609956,338.3418227039186,495.76369368092634,125.89038950332598,45.69082804734492,299.5498973932271,164.90521856995255,480.0954496203359,412.6491101754474,328.9067797677989,377.84382796773804,164.52260692910875,94.55171189569283,308.27544453220116,263.72647509303175,349.29514940149545,158.0499239928972,74.66247321263164,105.92158974026411,397.2275424632839,156.62873905831682,199.2934201857693,144.88167784019745,248.70393673271218,398.5401243687114,290.6840532509855,168.3430626797925,474.5070211060542,228.61714206200102,230.8245153859495,414.37642060847685,15.117759356958027,364.1200507853133,362.084989769246,294.1798860012441,421.45758820575423,194.36678314676686,397.79194188865023,165.12897254922044,27.348645704219244,262.2340332605073,350.3474046437028,147.70618278909092,457.99098022825024,452.6527564056067,143.86033678197722,134.64057285778185,296.56534067448604,442.6154376388605,386.10441981635574,217.91529963897642,166.81956609531107,274.2257247873336,363.84393549794055,486.5330095471387,55.09233332395813,226.3477674887095,390.9845590622765,29.839072485712435,194.3856699808804,229.04572414287898,152.15436928927255,376.825720355195,58.82463963334866,77.73078001512235,448.2994112025763,173.06096480813738,161.8299550968375,13.49898535232813,80.76436508753193,364.1503727013623,66.0462191362281,366.9717047729669,293.08355951442496,249.19199270975562,55.90084738883533,437.295285017729,70.07030677211307,68.53092683983058,5.932437812026848,20.829238103016845,209.50343492253253,403.2300333438684,308.53359175704963,373.3273743851256,457.1126336127088,182.6303310214728,97.30637278947762,140.71744421037852,69.29864203087233,89.9933919801122,285.97733521168095,75.13125910176427,374.8919389083471,316.7306651292781,455.60894291685247,461.8025817134151,436.67836140756896,138.97923683708424,462.206459822883,489.01205741578957,47.00320361168148,300.6363583475265,365.4175988714148,214.30282649305536,460.3042402291717,467.7114073400103,1.2546820265280645,230.83524012458628,460.4115537725429,29.893775650137066,34.12454234870865,489.05963790221665,386.5309358200705,318.26492056038666,162.26082340046412,398.25905474710066,168.0549708561026,234.02436459599252,212.62493328190047,95.41376333616381,223.8255615757127,9.818921838517625,99.58184289164102,443.63213329889015,312.5169228915596,279.2055243226517,368.9249918248641,215.26431585330653,448.7080849614144,321.4444665994331,393.12638924632887,182.1914840282557,303.41450214082346,182.53472888944665,6.454253552731548,271.61564581899563,455.15914286475726,146.64186107722594,341.32400226295215,68.57325689071997,101.11188714595649,437.26151685639354,476.0920573436273,256.9757571432593,134.11317980918892,438.94439846339225,276.1639334361985,445.2714972954626,5.475610583781265,331.34261977493054,428.29328715914147,144.1801560471308,161.97281240844308,3.1290161995231047,54.86029175282092,51.83016975026461,456.3481110883341,491.98571695791236,208.3728680720896,270.9440930851855,131.49443359859126,189.75602794044715,10.538464143077187,459.50779198651327,260.2612120955505,424.48456837772886,181.03622023506372,95.53401699107172,383.335582406947,150.95751362006138,183.00115239429027,488.4282834623445,279.92843061216263,54.34810161276682,376.78177062695283,300.61575809581257,206.18515887117533,421.6952985236896,135.88341983166896,328.93709940558205,23.26054036424824,75.42614957594834,293.9920462270642,70.30573126695289,20.07855413496801,469.8098197090074,477.3101897705125,93.08863941372542,408.63806726443534,111.235643633589,474.27677518617264,214.07956309504073,413.25338808763496,3.2261847204616556,191.30538879501185,283.0920730301137,236.02071158611017,94.60201155743681,476.6887854010762,275.14613793200016,377.3566992125282,153.8023201402826,234.20339368997116,61.064769163298834,320.40175267118093,215.73314515685072,92.5161291254048,264.1850731548763,456.5956100595383,403.3827230496989,455.7284567826698,290.1630690713468,412.03836552755206,7.014385787187716,415.1078987331377,193.9215216055316,479.57806919897774,166.57093882242702,241.51755375054324,187.45017166929102,15.489094660381896,335.9108621553646,394.0236992328929,493.5877652149139,441.63001660964403,231.39900972862364,193.87867207239685,276.25999070100295,466.78580982105086,223.2373381857252,8.839384231366488,299.4374812091302,154.63314150621787,423.2199167591806,376.75735240973415,135.35805229191084,346.1091079192431,238.9506237294735,47.74650303232014,309.6789431556235,201.98422684391304,279.6137098827825,409.36310208856514,482.1733883556481,175.27007797505777,76.1457475854197,182.44968916757003,72.37498163062945,8.892468382222074,417.5760137468854,249.2900730991488,380.63275733432044,198.40347457575274,321.65590288110127,341.7996900431687,157.81326253913292,36.86720960118339,255.87948877856616,395.2866138872783,212.96200418013467,181.3149333292939,180.68369260105777,210.6902869166275,355.3723372024657,396.94885551060537,478.29302954852454,360.845868075231,314.7104786603962,180.58840467210902,101.4540552135953,262.5104100773795,182.0256626816185,117.83615748768861,79.67722614126221,141.0324447722815,291.75435711941,453.2649342600355,429.56572211000747,10.49712727577906,8.75845774987244,287.37533593119116,475.5330275066305,298.13324701032906,191.57753403032106,285.78429669127934,340.9406321946899,212.50555869645555,228.48135666705883,68.33808888630033,468.81940259069944,453.404484943509,294.87641866564144,457.56468448718414,189.85150047551952,497.02753662036497,123.44410518614684,343.6494977264088,466.0443135603937,169.07905542366936,483.49763499311354,310.65192621056525,22.07370946578868,54.04569316493141,489.5336819106823,470.95245652508123,497.5748819175768,354.5884041850921,362.5312590876213,161.7846222910782,104.11925394541882,282.8257218380211,109.1597028691078,430.3544710552655,415.29202765564895,286.8136245662189,307.5773124292079,308.72338063716046,307.67247037142954,439.57588068271133,231.27013907620352,22.47852728198102,457.12464728813416,231.62918076839068,193.39771241342473,379.6130264900898,300.2200215466712,237.23385090123972,400.2675058933216,414.5093533770107,141.041952762076,408.77831258754026,184.2952815847888,251.3286656927291,195.10761650768765,479.76603407567893,186.98486942948804,117.52758466714991,97.14751159794288,163.09169708066096,332.34958231417477,24.8753119944764,305.89617380812643,205.1824752549195,376.8983858158324,44.191466214768994,232.74823885266744,410.93005499939255,428.6666643939091,376.9259699478902,139.5141643891543,285.35427911224315,259.23588694783086,128.43690262765261,351.4362037653102,158.90898914492413,155.79798008162493,351.9264749633262,392.6667478903377,197.55210733373656,374.8978048729121,256.0698244897205,351.7458311424582,322.58614934555357,316.04635352487674,396.005101509453,402.23870519105895,471.8870726422357,449.0496638271574,182.7355482240276,377.8474393236788,18.595307107867555,231.54752269517232,114.01577190176398,429.79246703664876,108.89704747969031,454.07633476801715,32.358215944966574,75.8729939498472,444.4760797169887,443.241756793768,310.7303070084268,176.8223415398954,249.9393189583797,277.29915846432954,416.86730572640175,223.11626904366972,465.15831024986124,446.93001481032627,1.5978038760266489,414.2511931577263,57.523292870374334,332.77313995713365,332.9435826139042,137.27381442072516,114.52097836929387,140.80084510505802,12.536497769850662,141.0831570889607,141.3247031418947,266.0440524203605,440.3630697333004,14.16411676633117,456.59370789553117,198.58947575760527,487.31779839459165,394.16730814390036,341.4970125962723,469.25113314370185,41.36337287629671,350.2463357981593,339.8216111205556,172.4428258346255,261.8596169674003,451.23945577818347,493.01156379719,456.25120583377293,250.50910796437603,348.30977651186737,449.33205330031166,244.52761173328864,471.7753836515249,145.3974654250599,146.5491525751652,304.1820419780432,262.5687204230411,464.38725023750766,19.75709411481286,467.5742232468429,220.51471880499662,457.27054135899647,63.360444426792284,22.337549878909513,1.6584075533664921,223.47962890224,78.50185523849207,320.69676922442045,340.4097201087707,365.7216671195362,326.0499847013479,396.00056336171457,303.72273020748946,75.41431832066442,493.6231491724293,33.56434118269158,196.01850422203026,449.14382618325095,383.7540355498166,383.04246467781036,58.56914745413416,495.6169586587509,39.487833885878175,348.7312238094211,453.7619078419367,122.04352217176456,181.92175443821856,120.88607169119386,276.6144400284116,371.1078281085943,247.18763374370405,352.51395854284414,75.65499893533966,358.9412091601283,356.45000431565245,280.18972725368815,214.36265960020134,499.10518447960885,494.383854125222,301.4620458052563,115.59673311192358,9.114784779116093,24.739038994097072,336.0891969268142,108.1477761884656,39.97616400158927,246.37408212736767,409.2174514787553,33.09676084036583,306.0567666508763,45.93021151693411,42.289833454374595,169.4258401089166,334.6222938751588,412.62203535400363,192.5713186359707,346.33704140562384,10.90003744423762,87.44455048843224,144.49713978061834,467.33638712706454,426.01004390612377,353.86004722843984,288.8693281395906,266.4396193758092,397.88308722290253,366.0077541527266,399.21405197340476,455.78636641231674,169.41713088450027,57.072159135179824,326.2088800264016,468.908642397847,243.55447874081426,251.17042888553482,363.1791937025658,321.6480625054978,109.53151607192419,40.50859848053901,163.5801729434775,83.62066111471206,44.47120791025727,233.18410139263585,269.8756104585964,457.9856338205111,107.38640002689553,406.4629929183643,15.269068726963319,273.24802877419415,249.93999842780872,253.51732350416793,352.0083598022228,360.82792949837284,376.0439234331744,334.74683393547735,75.22008208937126,149.07195107514303,332.4629050276865,417.97849551308695,475.9205906318715,322.24035281685707,313.91379401288117,323.4327332659398,434.2567554245841,101.01474536916515,214.35175644502223,408.4754541020339,280.9026053002542,478.0741057165625,397.11580906673015,459.63691332171527,363.599895368361,370.2651535887006,110.65746488577993,273.11485014764196,219.0548165309739,486.2311907402359,229.3439575877592,153.40403920056994,390.41168799414817,396.3647464169915,486.7984784308356,335.54780254891165,271.91400827758264,113.24538647975207,317.80772084761054,247.03241784261738,414.87468456220023,468.8193381816635,79.14246839557481,301.9356286231577,325.0511865722331,274.28019235763367,85.42759601930695,481.3343526519462,239.6106385283258,225.87218345956427,81.83199670605623,360.5127921739919,249.6420002746645,434.2563685041796,419.27347038393265,87.77774000157046,450.88567634086985,33.05034024694453,239.32997810902984,288.33400242451637,403.87247720520196,479.11555463310026,143.75553205980552,184.8419857218512,486.8052440234067,218.47018978602927,312.85061410912186,6.331717248270918,90.25656775763213,476.09527375486914,82.48195157284027,38.907379591709535,227.04357657999626,273.1681626734367,39.92391255508465,235.48420489279377,10.09408073528678,453.6500142305365,389.2525299579625,426.3407742992705,191.94227137695407,340.7082022051467,14.590176900643959,142.0413788014429,41.94522513404536,105.45777504746867,338.25700291038396,418.05207065094936,276.0689426094644,356.86972026743445,411.8712047147588,490.2324761063749,100.36347688920554,300.1826789270109,191.6017208109897,16.26730800032422,496.65367766670016,452.9256692791215,112.21653393419362,235.49530050405554,338.9305900816376,228.08777522179219,41.40455112927799,341.54018876298056,448.2288546786727,208.9121111421619,69.87675796045811,404.8926517957476,0.8209544881083164,20.919506355589757,176.8177532793168,59.74735838677026,478.97300086838527,363.809648897005,32.88987681993044,366.3221600059015,104.7986660880938,431.761935943538,183.54591566842055,86.07964723265765,132.4269431111001,350.1443318897241,458.02852831793575,499.96047450344514,406.71251632161136,341.39387878196936,78.71729099141584,220.04443188217186,409.3591486293878,264.1897880501574,277.05302777826546,353.4388281408327,34.18114775082404,259.5812255921379,63.598428318638376,224.514250797881,53.4365633682502,301.9570953909529,120.19123240103313,312.09417421147697,93.29590330657062,175.87156772577904,355.6383984381976,329.00470056899815,417.16999566750263,231.3531634844494,13.143924882034808,39.91456136251581,279.82806787760495,29.36441715229249,287.9655547221299,458.8160781331398,302.85103445928314,285.2192766612007,315.4692574880478,254.93888945512305,377.2085214048448,73.7531473624804,493.13532691816806,208.36059107224276,496.85214996569925,66.04976879067188,343.82545285194686,307.4260327721298,219.37468710589064,259.7302895953917,294.8550695511232,341.464603265333,343.72209915637006,2.9419728315416838,228.1594605493192,339.6930124833973,259.0631896384966,121.6465290454754,179.68270832822864,459.8101976508461,411.3630302138963,407.93977335211537,279.8102468901334,73.65795922258994,112.31858678066997,460.3225323586934,416.76651401511975,261.41824723039724,215.57782585327135,383.951958147842,42.65878029946263,36.94031936647413,169.20374121002962,84.28907147528392,213.76241900477277,189.05688714049617,48.76945899926844,46.51530373731766,347.29572987476297,65.63554772625608,322.4250894141087,372.93366659441705,305.4990089455784,109.79966812624193,54.3495185194664,408.63566586102144,369.2290726473463,256.2362953342159,150.01069189394906,148.51474380542652,491.98274473975033,397.8782230316896,79.13070496290275,294.33875605975294,369.1737351244373,60.79967511547157,273.1523387155987,205.93329356638924,115.65197729474752,359.5045786021692,214.6792366287274,117.57443882853103,486.22102052629157,454.3295048900103,347.06059228637747,436.29918882103544,366.7313232628136,32.106650854944576,282.2942415096999,313.11685405410583,0.029966944560144704,496.81972369915303,442.6201735891023,378.7189456383781,102.55148483383164,390.36758474486163,135.03180672309895,120.1241038283225,267.34113629130866,493.0446150490358,129.5825866758553,202.4157015421113,105.96607396933194,364.5130478784526,330.1166670517254,418.2007526805623,85.01510848653149,405.2280792495982,493.83754678749966,90.93005203089322,462.09839577502464,154.07345674776002,258.2624401927849,28.32054493163816,185.83809401519886,376.0752755641337,103.20807402033661,308.21412899496215,148.90347992315395,415.6117265724323,472.0724447142798,167.36086435639174,192.90769589970284,43.65080963088691,394.38483743680536,272.48892852164147,463.66636249339314,498.94322075006295,473.10621349922246,227.5380003642809,46.57454224644747,50.99898460691538,363.71037002681885,72.0813405265126,1.955096553957869,103.86923218293565,494.7804474153207,333.54182589723274,312.2574969998399,52.080242565825216,297.5781504094636,389.36375571764677,272.50120485942654,127.24526470367941,42.09803233869497,112.28655459566845,283.740302392487,303.8631498580166,26.525801011100747,55.65010028215145,88.17241806306097,302.97121669074534,468.226102076208,10.357545750484032,391.48178947111836,463.4586058452589,98.65324282278421,154.26029179730267,353.259725656412,49.68838586851132,353.3096502703413,379.4706829933643,10.309601935481972,456.61327601321005,273.7495400357852,478.817001783967,392.674842226359,347.08431766551894,399.60727104392805,449.8126922764676,135.12927736418823,433.1480283630413,97.79335924667288,385.5059667759231,330.35789419019943,76.59628228387366,315.0358882484672,112.16987035767706,259.14409269416336,86.52525462453531,344.35337002059543,86.74484937395316,217.5421519074621,116.03170295256399,14.007162964014553,210.94357204800633,468.03711911089016,4.156569894370465,81.48603830241252,131.05885558690056,355.8860172834909,0.7426420980602977,458.5939644576359,478.1002613074998,331.4786299504381,317.0911639335002,55.075167991748664,227.63863887000102,234.09249797561276,287.10437399528183,297.18789614596,301.76977383003486,251.7236564475714,198.69690352554343,299.8564399228052,366.0985297696522,100.23795443034022,384.5842262841031,76.8825800080305,126.63669413260375,185.51634496226072,365.8522753105879,416.100954990662,297.2762384389242,117.8644804821179,5.410011319955221,263.5365730542742,87.57912523394768,140.20569582222424,495.3794409369257,114.82266050653372,233.4466695158438,52.2638992639447,82.25104185134686,463.0457075657761,319.6346968506553,273.2518046052961,146.9829362355354,28.389966127606414,72.67087122683802,405.18190394898267,374.8709732717316,94.30671856343554,48.869412239314904,84.54233726269212,192.3916634338662,240.47618056539133,283.71981659493343,202.6005603881761,447.88603969914163,436.32202823078177,27.685232034083796,297.50308875098847,437.5336260839542,190.6930927683295,269.56797492162093,195.46994487207746,255.1620442837908,458.77649658253574,489.09386007370676,362.9977365960316,87.95629194108817,458.13694030970896,337.62053265965267,26.15452626949044,141.70599595534077,497.4070425201648,480.6051895786188,345.0340186586569,250.59702188544213,427.77160294381935,217.13398738042528,405.36741378185366,419.03029701791286,41.47816110862457,276.56817465192563,13.895001225346038,129.60135010908047,199.57579979390104,469.5801262242187,489.1627290048055,38.757615381166346,357.81173380467953,446.1891574887516,390.9096758930642,30.55450495427531,322.5937549372173,411.92425916436576,17.818393546242817,61.954576160121064,306.1651330783207,487.937459146616,401.6830045178353,28.806381360848732,229.1738561568487,399.7817003903152,11.498130995054368,391.3609564935464,434.88515541504296,454.2560893369016,195.439221034483,1.269896219455724,195.66261423996824,227.24151615808026,162.9188593962505,474.93213855277685,13.2308699769208,316.16270277577746,255.65601491216677,373.8677592332793,89.30396455715317,195.92413307868424,34.64689835920576,71.76546276908068,467.81863522107653,446.4080099330982,499.80404370194526,204.85570210410003,341.627086023545,267.6636116454862,301.77629533826854,401.72598107888103,113.03394828486802,215.48312205357044,13.495576262514353,384.8728547754607,342.369569283025,280.258522807437,263.42367875458024,58.25510205129791,409.1288580814322,431.53853314389715,253.59509655897216,294.5149552884638,494.57786482174305,185.93804331271218,479.19466722592114,442.8476581415871,467.9159028355523,116.55868587761515,459.83865397459243,453.36695384074403,70.57007537103172,134.66554465029796,59.15957021437457,35.60371331012963,78.5926915592729,194.28542267529087,69.23809606390353,88.34096788694201,186.6748552208714,294.7578950763327,263.0092984487508,221.2439834228138,84.52532435541276,231.11481682844155,326.00101428800144,294.5362582106827,494.4798418291331,450.03068241267295,245.19338477511295,153.04144853439726,331.45082220368073,191.07928039943545,263.9520097619171,404.7617362473637,135.73989468228564,340.3036863498781,369.8499273477019,78.46121840333554,32.95927544386107,99.76503765957156,108.78912924155031,115.90191705673358,291.31939787195074,119.40721678431093,222.50517192261455,341.6334488855169,70.35809039191344,170.43737950655736,325.314327873499,81.94028805806586,465.82678093387574,326.7159623883072,288.9412501586591,331.8981923383672,476.07956973247605,416.39071286700414,210.43689284375816,484.41602567782576,285.5933843244926,53.371947658963805,425.271956380912,332.4787319917302,494.7954435777314,280.4629303914554,292.32310255583656,3.6601257201537285,295.5396993441782,327.10654194714897,404.65396950381125,459.73531059179294,476.8715693919875,481.00097070998277,116.50892234035453,485.76691444602056,70.93209588936477,235.1481584949342,457.949650344204,349.9192689807635,287.87154045079353,393.1890210240602,334.87447661554694,347.07725606232367,98.55457754204234,394.2676526701577,158.10595726910975,114.4159409042505,387.5376231756525,18.738272428539148,183.56341379841956,382.01160368312827,290.22372189547525,4.0100254232983135,481.7567410722569,325.26545443135717,123.85111573584528,425.6317896912627,486.61710813832184,490.3774452801347,220.61298944093897,257.88370831583165,300.1160138807795,93.54795398605975,79.83977112278644,413.5591260243207,466.13042300864527,250.38131701129495,467.63509887562856,53.92433352692977,486.8892338083778,193.82547688559615,407.4354575887519,269.47379672351104,258.90997236281214,348.1263956465795,414.08914213917063,204.4426965755141,55.871534623944676,267.59404579443986,201.66543931016162,168.426700111932,86.81171998214832,137.08756852685272,88.17303167921075,400.1830960960788,93.62796133047479,83.64800269113005,253.16598981335991,359.541772291121,24.88386301999079,222.85035818211512,208.98685092236624,329.60964601027007,36.473257328048405,408.57254932142143,243.35471157067394,155.708806736437,52.404338289622984,377.7148044424089,48.00704935324768,391.6310503454142,207.65951660680693,311.8860931182091,206.513933007093,271.64113091753023,276.3281023046801,210.196465499552,284.98587984206523,338.83608086425767,481.259302543189,58.400857125140206,220.10412791395413,14.90488683402791,86.20393962252099,41.103344555573685,232.63153650042108,330.55171929844,445.3734966270936,4.694097672594044,302.9862476912753,346.46255442959256,412.67157937398684,450.0627172971493,398.8458517461761,473.14863773746754,154.91907389599606,197.12312672715998,129.1716898309816,356.6439204344652,32.667651373772586,224.22024051379947,257.19717639504256,36.51046946670922,185.06856961925288,253.09883256770783,369.41013854268334,158.42186284549757,494.453980812927,17.897590948906362,27.546277925426743,472.40308515098263,132.63121888921336,354.99213993798236,281.21214876421635,422.6663565619086,276.6778394578884,31.1404555790854,109.62073852965176,331.03106873884155,331.5245882651069,290.91035955070885,320.24983297532077,479.7282532233288,271.4081777124962,315.9044253014677,91.9788262773501,441.92153070259957,459.17100943556596,83.49047071917049,428.87898537447995,220.59087418771895,27.01444308451745,315.3156350804821,327.94916933854756,238.43903852720806,318.8799467559146,171.5199852430458,444.6750688958302,109.16955177366083,340.25112160564345,303.156836966185,140.13453782329694,207.93779345116275,114.93488715541905,39.56589729924859,67.50662375623273,294.22684796908635,80.0222515100908,99.71066991031435,449.56424884474154,206.57973383664464,7.421390569270825,316.53000587342336,223.27259314949603,387.6791951812169,489.55342931413486,408.42200104558333,369.58709784430744,453.6396999556586,228.43337418030657,4.487581593336342,437.0603241338149,209.23635492681348,64.04783012918219,427.8287973773045,428.59242022245996,68.88739797795884,79.76255360135431,476.11996343253634,314.5390756364893,392.685205065133,228.16117527182485,220.1043898443757,402.3222690395503,127.47208648562847,431.26310757086134,354.40250230784335,107.80456537765714,395.2539458932868,300.75185753169524,45.26086748320179,403.0665624703935,392.869751444387,75.13328223972282,43.55346885202061,479.02006601468054,87.66230377644123,186.1252990460125,349.4565701648741,379.5949337385315,124.9848737202397,276.1942258891528,313.68242513654053,256.222180124985,330.3127427835814,210.1605911643431,363.7838509958534,53.519749850325596,444.92173446483537,278.03626946174785,16.71680188474678,382.1764774732697,33.88421005330383,330.1556429806814,344.55170581880907,425.7598570017003,6.181955261218675,195.06998090748795,205.89835142057643,33.724329150776114,415.9539726008766,331.3056390332684,371.8762001896921,35.38334916132602,147.80325633151688,67.10227095150412,229.69630607148005,98.03108243732228,105.36657854204606,228.11750653287416,109.06225798628638,266.6746027287526,237.01206950475867,419.1854213515987,359.3526082805254,472.8568955955859,246.55333827502596,245.10794591574586,114.03990951023584,309.4471836598023,141.56416139761967,65.99294235905973,381.3660916606229,196.80620711599917,462.66237088290507,344.05023864328206,388.4103200166571,17.819368476442833,30.385145027418346,297.33261467328106,224.265735315889,172.06982789039048,351.9490960406733,205.23072223946448,202.143997662949,477.16684255695395,183.121805154975,234.71945522704723,217.62130655965984,428.88236233297647,112.20318111724076,456.09971719422543,358.7973100882065,360.9359872137338,202.1003413304545,379.82099051370034,137.73619822277945,177.9928348116922,143.5410261258216,271.6844334912244,19.704677527412727,395.8478219561236,59.06338477714274,260.7004820027938,152.68901072472667,417.3534563153352,324.8193148217791,4.124861696059301,223.35048864854474,76.3514796559745,295.78195994777997,475.8275553513929,185.66793826210292,418.6275645069131,276.81302444915633,212.87372790455322,167.96903378373358,341.7538036673212,489.69263126928894,304.6276557154908,246.64750819471337,170.1132440410888,181.609322062206,406.84890388972786,324.9216259756478,35.576915528751755,368.41475344912527,420.3312547536585,495.09231315026557,212.57105084027893,196.30153585802773,264.837379211907,359.42778274961756,216.02685718402526,303.59806019106094,156.79931084648396,242.26287356400766,195.40855956839508,415.13769157411144,323.2103746256703,92.0566926164409,295.87471786573417,7.20390349845662,350.86577177294055,40.388965646138864,409.8466638814596,169.94329463052142,44.156756984158385,319.20675308219194,417.24816925789276,2.874274227399942,45.05531672702195,55.07113533188112,123.41926879524846,402.46389213337926,262.6680124103274,93.31662755744647,332.1188220934898,72.66550960371532,1.3503078652226108,11.83147435810894,14.976705775831212,140.50394545732857,196.0741574301093,461.1833268658151,462.9631765050028,245.2081089540767,15.990156899436169,475.29667370607837,135.12588394133957,281.19459991127883,37.51094818681977,96.15000639815297,360.2920713189867,196.7370854954908,332.2413607404358,126.77878414230703,97.2157698564245,103.62709513770751,191.2263633868955,287.412560329275,406.3366962395629,174.45182960993267,141.8790173770214,482.4086481056557,426.0179822635791,256.3516474355138,83.31235110494146,133.7274725763274,64.21530803350018,96.52581455457698,93.92243270504369,458.28210517190655,132.5062854664721,86.32819816783987,23.457199600026623,370.090772788024,52.61036181437845,109.65709399248513,205.57691340843988,2.390852594613857,335.0818283675381,123.66878194261261,381.62149124834144,326.1207874212568,244.18353143284165,93.4507238533312,217.66225148143315,8.574502208847479,210.0117332716069,265.81359776026534,132.94645853234994,228.06122414689588,186.08264591542496,148.34855777646248,178.87062891968725,300.0041940633454,184.60307590748698,144.56938794761032,348.70890002917474,427.58879289109376,105.70282493487481,332.8804431425641,304.1769140919939,101.46715483670438,218.87716728545436,346.48127546103996,432.32960413964025,105.68321153426669,331.9195392299941,241.2893899963039,277.1959408123419,244.33069631952426,228.24818452016328,4.609191899623277,175.70064641266413,106.82882566681018,176.9337418705373,288.680143828977,243.55655382977704,379.3673308594037,408.9527134486913,193.77301917617962,494.0987420316279,485.1241471987433,481.76018164602095,187.54134950105035,394.4902489162163,194.2266254928407,79.83998725930824,402.4874097007423,41.455510915217765,355.5937808704843,105.4462555376054,15.586494170939991,391.11639502676354,338.18854854834956,396.0491819313039,280.128323422236,264.10514240502135,3.45640381892387,456.6014675196291,22.39273550343246,425.21102307428754,125.35479932019578,47.79270377493688,318.3551473387659,136.2567856365921,119.21615685578824,357.5964521285532,230.42085006877633,253.20201187576703,428.7027724798826,122.41893301197354,118.3088449299739,107.24413957554162,8.022395128610526,283.1496223781269,41.405445469827164,148.4038316607295,236.75466722606413,348.3329475493359,340.2774200559525,222.81243474319223,156.08708270565518,440.773744480263,13.405761913609759,182.006853125748,53.39759437058006,87.5552098079358,152.4575967985518,311.05218729186714,464.53022348851835,271.7518742107941,119.14339742747987,134.20965646506622,100.76514966753275,379.90434805367966,263.8578316934156,306.49596924768997,137.69920305978516,177.1116213325112,316.26957554789124,229.9345883601559,114.44544839208748,251.23613724068605,163.93126313744693,339.1879747392194,68.48700625599696,494.320408877735,115.9206419122497,396.20369038734987,265.00355506634776,155.41224466514646,478.51103175799665,190.29568730990297,239.87293488196275,90.29311611536983,387.0802855330358,269.15462804079704,437.4377159246011,97.5808196130068,184.71717116344266,280.4171590278154,149.09113198425766,135.13612130228003,283.2520418677647,194.4731193231874,85.23550655162948,421.63691831413604,122.71542373281113,469.2159105953369,61.18680430599177,121.36593494758802,4.691828921487673,269.3382991472338,493.58746751535926,130.87216082947455,111.1563449411676,275.66790960767304,426.8843869920346,292.85415455267645,383.9371939934381,131.48684682101265,45.53626305880909,400.09878006457114,336.17508371373407,456.5223579261207,144.19357621591544,451.2763264243893,42.30235056570597,5.27313856688072,442.8552583786308,382.98865758632434,2.001899677986474,285.71566365119924,254.84556769842516,219.32225569560572,320.5479877801522,16.172642083912947,256.7498367144827,67.87996742666962,334.5243153524388,406.5570724505526,209.444025138208,386.9955234229166,442.376121264405,136.99544980866307,324.1161627911371,366.6411361924844,253.73611340385372,403.92014983018026,33.89636414192648,69.287776230882,172.0621407879373,461.3399065510214,421.85866236893975,45.07682058032469,284.43424111594106,168.07669985606316,71.51085712374572,167.8404267387912,11.550226699848508,247.7632508681819,332.5668157560171,497.1586939847082,212.970996144311,203.08932705041173,264.05298805248214,125.10174464723079,75.48163678113873,193.7812821804209,293.8310906446211,125.93301523378192,178.38219654556642,63.15178934031823,479.2025798899886,358.68475328068934,370.0014409458232,397.2792764973774,403.6210773434419,118.04827768593972,87.02829907480758,436.8713545128201,154.2690122697429,96.20889280474731,45.901905835623594,379.35481309608144,24.877213653931197,173.45553700011484,79.8685277397268,478.21118021742586,261.4559369884809,316.84653240062653,351.1597601134607,357.02765201541274,319.9920324319452,292.5869459074763,54.5893278081695,395.7483684611833,231.3731603569925,167.77339704706657,368.3068727513117,3.540213589709351,135.34231413643127,422.9779875477867,298.8648596104706,82.69704492749774,320.63242346503137,175.88833757533317,435.0262761451522,471.8028506020746,481.5264009120587,322.7031661917057,211.97675914556942,277.6713103396072,496.8510155751781,298.4252306422479,304.41420237869653,70.3989413994246,438.4068578868351,143.22142594188364,352.3137815683328,242.42898228980587,5.483245761221111,229.1880794179581,254.60473705357484,308.3141496024819,323.9528486240631,371.2450170310103,16.69799056570964,93.3519528975384,12.962086447966758,38.19764358796862,72.52021447464313,62.81509049159351,331.69693732283923,67.24227633192048,376.3559745313535,248.2973493780356,326.3127944548913,301.38212109541087,288.15730124344566,37.34116545293864,331.95281969469806,469.8737031981631,124.55766687943304,303.5716173468434,151.64429523976153,103.56072609604134,172.85873320912742,345.8989846334824,85.1622713724513,228.74050987100497,38.97272958807269,493.4000526331726,164.18157264025,41.239383135283305,362.8668200803486,455.7857596715508,30.57048597884099,480.2252602302138,300.6625968838438,342.6094062619664,56.155894098805724,261.6354263059712,305.11503248253774,7.621934416625731,197.51784983808602,377.686525104188,188.01376915210867,217.80698451179143,262.5562420961077,184.40207477475846,122.1839441088996,230.84963876519848,229.7089749153751,99.05096037436356,446.9375106361309,417.09875041241025,469.09535635300875,39.243866563734684,118.68107526831461,334.86858712638957,480.51907710545856,490.7555635757902,93.6653303792337,101.92251428349635,351.718189626374,190.68801772013933,303.5666614921952,166.7676727234814,322.43750164316117,391.79733097348316,49.405292117922606,271.413502534369,433.1403146591605,307.0257311505068,335.63151440031163,391.70773753048076,82.9858117397802,42.55550286779719,183.14797279760458,146.01873753455186,480.86046242088133,81.1508828384988,333.0269949562961,325.9187554321298,425.9913070417392,484.887302354513,2.9385804398651127,122.71552180483752,318.2277958854438,297.05970993178465,257.5322977558604,179.7783034171227,182.48064017652794,101.87279346122303,3.141334506325366,213.51485958727244,397.43367618719344,352.6102305610825,206.76723652064817,386.6508954314252,129.62740237230008,156.5318953353332,169.67891176687132,490.0706109536496,386.90334324347776,267.5448715704396,435.5498158348503,267.5048594085943,71.9793015281333,389.7400530034154,54.924238213857556,431.5915788430981,323.3008046514634,156.37301474614208,482.4078250862061,135.7784155049101,31.43102806214243,218.83421245880214,431.69067995902714,413.40508539420637,230.11649917231446,425.2362871084984,45.72650011584006,231.88012195317083,438.55365057135015,63.9230462932906,21.831996973312673,8.434825620995124,77.85472993138632,331.63517313603126,452.20722689429334,256.3499335990073,121.34651216395659,211.1844916305321,83.89103641771628,249.72031650211747,1.3948318978166396,289.35315241561017,269.09509357270326,228.56905547912925,129.19384925771644,64.087113614199,18.373809704175294,108.02196899078992,300.3689832521338,484.3573648534432,264.63177728651647,101.63690225210203,387.6823233223548,385.0140499830842,424.07008865622646,324.76615836462673,215.8497671604826,423.6906819695372,468.5076578264863,362.17676136065995,43.60237885114382,281.1967502881743,127.94816217720178,331.69862564842833,251.27909565139439,35.06762414185055,76.12389944613956,54.51623506487785,303.10152362897156,440.2024817974277,325.72028469636706,427.4129586609666,454.88129228150547,109.40320188226404,360.86693860085853,291.99814078594756,371.2118380666786,143.0925607206565,60.646847108068116,441.18049053870624,98.91753324012548,91.87527112441191,359.0466571715078,417.94056596366613,130.9411963405866,53.92344368846819,432.3742829637243,349.06671270781646,333.1248437716396,241.15431744529957,86.5347966468904,91.45418542675971,61.65063754451033,457.37029386701704,369.46392160989143,280.36913606940936,368.24667763812704,40.13093937249168,340.6387591552209,355.27517533634045,306.05768574423433,332.6707628599708,59.441559479194716,165.3226629969115,304.5735753222573,193.48066973909124,229.4809951085079,34.76007122644409,411.771556216622,214.8294991105118,392.4294780535116,400.5833721559827,276.6511684896091,281.71016356243433,158.98493625877137,174.98300632257525,412.8790727500409,328.13210118388963,494.742022157713,125.60026747938124,347.96370143485535,285.53115870120126,214.07424602083114,84.74047249449951,322.1109397950416,421.6505464747138,354.95590257237785,37.09241467346658,401.3805022541118,476.89020573025226,457.70741778876425,230.1404266713525,20.728128732428132,271.1601617789181,329.01523230078607,293.16771785831656,163.7991356753748,160.20673168535527,51.588819908257975,29.29954988847627,343.68403856841445,366.2932343787711,327.6950549537047,91.2070301060673,475.56272330976117,438.6188075559561,80.80482937814465,137.53061887876638,240.65350955587206,460.0888290541055,27.09796732130426,100.28279297301506,478.0413245629484,140.25383657057972,377.49093556580056,255.07271426824747,411.5175579667832,185.02792944398672,402.0054604476589,405.9577619237104,147.45773890765284,487.4869861070452,35.40218197336786,321.7279426025654,117.57836912985503,295.65079747352786,55.14136556126603,218.30545482901732,315.191161813814,427.7647942312692,362.2288313265169,65.28394816478506,72.49833153562646,485.453267572658,3.0714881559089635,496.0942588601211,468.14635719975615,23.0330352837696,35.15687283514923,106.85372956373735,35.04492547231164,212.19451586334398,333.2784785367371,119.34107814508732,54.075514507014034,35.674591651864205,178.33635021994144,118.02394756402556,11.078917507378105,337.1570425638037,413.2704406276871,368.8429517255313,325.2420130151406,389.80568153752057,461.1975933659266,181.3994977389094,380.7477102851306,172.22535403658412,384.50983565774044,40.06752327526974,246.28170042879339,330.17406456296095,373.9854619532312,139.59880025117099,13.67284377155309,282.3083462704763,465.5717264164048,472.1775885205564,399.55637664260473,30.951538404922317,48.15730930450607,383.16611393005485,122.42754198203227,434.83926297767,377.8911649812083,421.61927967810914,265.5931461731894,50.96349410771478,165.27774657443206,332.80900256961553,341.9121628231845,274.89181709779916,1.5769382358387096,248.158634984548,495.32173168705384,40.247364083710494,137.16917307879407,163.95702049274985,350.70870327323115,334.22962448013226,296.3577454682433,150.426573383723,405.3366762801793,360.4665847374177,445.58423795302787,347.42960468022585,496.64600356744506,60.03574602454642,215.4541887506713,6.3356163181512155,142.08342538379614,331.9352801803644,483.61607927203505,3.1680012539203606,387.9225692221746,340.0630083154977,499.7426537013135,210.00591750631065,6.103243050018969,157.42869633479933,398.32501422541765,202.81743705600775,336.1740377475855,91.17435795424677,394.72531382737105,68.9052430263602,468.00323574546525,204.42448526088685,396.24741663733545,373.4266576649405,109.85497892909946,36.913128793232886,302.03788073984515,196.06208684059612,318.60120585717027,243.10645770320198,273.2775485079528,44.7409347782266,244.98476956783477,106.2000566479232,458.76592524116137,40.051989365513684,160.27956903596646,189.5674381893963,117.21456139591635,260.61402128201735,227.05524462591288,366.1505761326818,157.52320983574802,99.34678800047914,499.7596705647454,487.33765212433957,126.5669069924213,106.0791868696222,84.86601608446087,94.6114559522962,463.2912717845817,349.34706834804194,445.7111941129415,101.51905780829962,102.15862592906433,128.2280158458512,338.98692070658007,246.17149439644314,74.48811759440049,179.03685398211684,35.61045514704936,160.63883399688606,287.9530146702257,170.01595464944597,474.9247994982326,347.26453312865647,386.713867706687,123.59031576726576,235.04935007262006,187.08304199992443,30.71689411144107,35.464973852275484,51.94118830968242,81.14324729702265,78.13581210885545,169.2633496952313,257.45870263398086,340.09504435174017,176.0143447220968,428.18081131726,288.1833123012004,312.48123010912917,227.589383847341,402.89930288161656,5.321039548343231,300.32001739583797,393.37963709836396,493.4054573359265,217.10468751519247,33.541604554795434,154.5471179391123,8.747741239454154,233.09022664597828,401.52378809692766,121.17841774932842,157.29220806446352,449.3286863656266,267.2469481202644,168.36237541599124,13.471856082856725,291.64279740595373,447.3746857398202,281.55575107672496,37.599477042161766,424.4525748611097,394.243588101377,125.70301904878117,209.68784500113762,476.85288117963034,73.12161106755222,41.95077865733049,378.69483584378867,374.2622211517612,317.426396348765,156.2817441874229,451.99306325996633,5.9193581668678945,142.49489183960588,304.56681693872383,288.4910697470356,270.64967250147,20.25770810262989,284.51031306708046,294.1386187402976,125.95806431288509,242.53289626086573,407.4683997500624,18.3500341494664,460.19027536618256,24.369004986712294,416.4294407805278,211.01487466150977,407.65051419613457,106.1016430245726,396.7713565858577,76.54587328754026,200.01060433998907,197.43725405206024,145.10244236516434,267.3716829647204,381.16170664313677,419.96622929573226,22.173009068438887,493.27917409182305,181.61936133817275,60.163404864435,278.2295348799455,152.76489468854365,374.215890036687,3.630274699809588,394.13768869062164,400.24163600766735,161.75864656751915,460.70561295028847,80.36004527957724,210.08961924852548,253.80900911600534,266.2180370286246,396.29331049346376,417.598454518507,229.92087812150558,435.857673936004,383.5327287163432,286.70229970954136,239.7801867205468,358.1821914846908,225.21787704729473,70.81957388222449,493.96067008980305,392.33679907936056,427.71081156894536,253.1170184890846,493.07635595468463,330.5415361410565,76.35284292861766,459.1378816105145,151.58446521755297,294.6299227328325,400.0951256931732,451.68839909459194,90.95141996243511,78.96767289496421,143.64093672237237,263.1611673594183,27.763531150359178,332.373503214086,255.93314219085207,441.14530310063793,492.50320556027236,194.16601789714488,360.57538647259054,116.81724027542289,25.429363419943172,392.22782223139274,369.878763890977,475.5090399863817,52.824661037946974,400.5469107401858,245.34903179077295,38.40090464204549,226.1772385433936,423.56002786510066,108.09632135644415,326.99229704675116,232.34582571744411,484.1920422207733,283.4079257919887,435.36305556762943,0.45044117529086103,384.66828174741227,64.57770164462318,247.30797001565924,237.1144377744238,493.3118220202972,219.65762104026393,77.88627920134711,331.0213082242295,295.0338698017176,177.18543130322684,319.7377901911855,416.140471066405,145.20490263510933,141.93349717437016,73.62845114105771,154.8666844967636,69.14374067019274,212.76619203234094,189.2723899721222,260.98335747713946,332.539474851453,110.00428111173649,4.712577182046484,316.27755119481003,143.06315100814143,111.50958002236455,292.55460026633193,205.79424859656348,106.04179517362533,205.45145401796188,457.9378936042637,239.90405834293625,494.721497101273,30.50671900448776,351.15571330963934,296.3773112224611,487.15881635926553,98.12686079313082,240.11099197987778,154.43849498224515,1.1798266395700585,238.8439457471405,11.406121947043157,359.5237244204261,45.615742181064014,242.35525193802494,429.80869182025816,104.88532445238586,264.00386118990514,253.09543978550153,429.58421290465446,57.82753380786409,145.5998819752733,251.76232416427146,335.61522359196766,305.61012227099104,185.88014161782573,297.6631851274899,247.53480146106034,31.309441619408794,161.9934029171053,451.1367284446648,71.4574428107026,3.9046963233230203,204.5759100425889,491.2844271392465,196.1650783907738,139.1527340776257,77.32979131902734,360.0186913357595,400.8502056637044,184.23223262315196,60.58203238258303,345.01996779886235,206.3537806973881,206.60367877828517,427.6313980830539,233.3834377587554,312.0391697918765,195.52086946862823,102.32503688352801,322.2044081363478,388.97301117072783,293.81260688094136,124.64976593961168,20.582776258231185,234.74106393390204,7.536875722904012,152.1699647269205,183.2029428423322,409.1614033877271,172.3253059508647,485.92013615728547,359.82832725908065,306.2505272279501,285.8088399284653,77.20906587836996,210.53095659240307,174.3543760313671,137.96825974875054,211.94063511547546,60.74311713763147,195.09737892006362,380.6711132327983,375.8540476486362,212.09438450645908,467.0441772667023,239.30549991054335,51.11114631211311,464.490583944677,220.85910563224175,187.2026157507915,232.96506252153944,177.03373051853427,130.19869716832355,104.23702281764253,492.91037194665034,149.23786465959537,155.20239108126893,94.42143730117868,449.03885110345453,323.1235316910764,189.60654169751945,234.8951198317214,321.50230385422276,259.086487215609,212.49955617605403,427.0580737717306,228.37048021394517,168.94414167142457,262.7561439335512,1.1245732219201665,179.79485948534074,357.44482513413294,291.08220552645946,328.4937106501632,186.9592280343456,487.5797006518807,413.5478981250516,442.1269355058124,381.09022957035046,292.1561536111233,237.16689083207888,220.47242151995422,455.30798608633603,347.60004617232676,396.4582899990743,436.38693646360036,301.5742213701873,468.46497339755774,228.272284642851,475.3853838452362,397.5079109604339,490.0038740224169,214.23039260571363,389.74405758861036,399.36228812970927,326.4835469134431,141.7367242295728,496.74073762399786,314.43942581024896,434.49013431164275,79.69666192506891,230.93066317049644,360.4033994087952,115.91883169207334,62.90240114615231,219.50318398489404,40.34929795158448,108.41923629632544,127.22648674635423,30.808171490702364,356.08414335930166,347.55729733335437,200.22229876770925,148.42605163151296,398.34012141402445,77.16162222264033,118.65338213390508,474.75829732036,128.86965958251702,79.16955822957455,340.5021028856623,278.7370907548914,429.57942892689573,139.61708236112503,421.69629756209264,414.5195973186578,26.228481508586256,104.70352258798682,376.370887585719,311.39231470727947,141.07315919538843,473.1616387950339,445.20375671050203,219.38436191131632,462.44994664208787,345.938116044126,394.26334098910075,486.4164454438714,455.2463418699945,371.2640755216448,459.4087753996345,342.8466436258342,483.3845634915495,298.3684264379447,435.46210656145735,296.10421630279404,248.71469617252035,307.99604524151397,96.42181347459366,410.6618379710308,108.84775797233198,99.97904179754441,253.38859199245178,71.34314599605307,414.5902024981993,434.315410699194,303.2722426658963,211.72497813319447,142.3684539400339,422.29479746939194,358.65938253440174,251.7437924020609,127.69502414007916,253.18128112373117,462.4969218182271,7.997307962512079,309.11667027002255,492.20916126102094,393.1248257358864,352.75706256199123,22.38410728944096,476.57797557330343,495.93830649328294,114.38137636993262,248.8693393385327,459.2209921825253,112.15201718774703,216.87393886505535,419.98657820370016,30.347386036479186,300.06690736459313,270.04797289158074,371.53687850874786,472.2034587225729,162.27223307264444,53.50115968468433,336.339854588702,11.596689456580101,40.65411273111158,189.86351581188643,45.45252196406629,324.03315854071127,281.36023036542497,495.16114787704015,436.9107236492938,116.66108455978458,216.47685479103234,474.53963648362907,277.4792232945856,319.714109246044,462.310869999145,30.68260383351601,134.350098937553,157.79135871349138,130.79725068829285,478.44350497573623,205.1132747767312,243.93391304381902,30.985148091975113,461.4797358196483,227.53697528037054,371.0615525745118,133.31425438419137,187.59458675712122,347.9429648448046,288.3907125341802,107.98160470660301,96.76671483979472,346.1394540669196,50.944299122699434,489.0479169936705,216.6274661934543,250.34574168990915,96.8589620406981,284.4243802053917,265.874372871344,342.89839612119823,291.72648488080335,6.071895048734066,161.28886826345385,375.67870123164863,178.19610981137723,227.98330648973618,359.86157841889707,80.20600643912185,224.6210869239697,12.959278645668482,384.7890799139299,250.82519211620246,211.18615293039267,233.62114064862288,235.26697852637633,112.93847100129972,29.247206099876465,363.753046279732,431.1969658160077,351.27804693212977,251.9455768237926,34.07865604975924,272.84701412374267,306.14875589945643,339.3016930917353,352.1689099342071,419.8107051175661,386.3010837086286,202.58982373036477,102.3803531632867,327.64296725207004,185.5329086051047,264.64481063170285,422.41182100655396,475.7781440594089,187.43916883889057,417.3843682445912,241.51505249639632,26.370920397838283,184.23834965852953,142.62639019961503,336.9291171706895,461.5623033446185,140.73217405361848,395.8150313374772,298.5695681532706,121.80321964746959,426.45634135347836,485.57934347859253,10.42214087998894,337.4864203263306,71.59966943688329,328.2632277549766,213.75903075002384,140.27123748793346,337.63498867422464,419.56913511179346,408.1839145185462,24.738436590667156,217.55500443007077,148.24544873899703,80.05772497887698,265.45067728476073,155.00156084969962,176.57235799270964,449.1227154211102,369.73962318127496,98.85850677367225,461.0029466616317,5.69690134775902,61.944988920108244,361.65873293339575,2.3105387662415433,332.4543586170321,375.36317816307434,10.079559472838895,385.8371586535972,10.866077467566237,167.011684537203,362.5365123700232,172.4407362236665,98.66983892860048,280.99151206432384,9.665130412720657,377.7176355851311,14.57508896587817,288.91351150835857,321.6789678850277,2.628540812075475,126.50367489943554,466.36614467500215,83.08737044842502,330.70947160337175,96.7402346136888,224.323907131296,347.0812759450436,280.4869154110734,489.32248087270307,326.5137980589626,239.8101728975429,129.18578919993874,308.7653184068201,410.92553114434105,483.1661803712984,313.82197953730537,336.2235852278606,397.5132946046713,247.82255095658147,125.61297815633876,397.321921329323,67.07431567395427,246.58754110042875,233.49692901357022,366.75937276510894,472.6510039977134,471.70673242835693,176.09949242028244,202.13714141444194,300.87067249302044,433.90492820376977,54.549227560682034,236.9001631949446,414.8159969266244,269.01896685163604,356.7866047566804,476.2418064366917,445.4086290742633,395.2726437668912,1.6090422215261913,179.37452231396273,450.89972258102483,301.8931182198586,339.27966111791415,52.15633087974542,197.14297396126824,352.53846371475174,422.8649098733684,160.37967947231962,395.9051843086878,471.4570420705016,284.8447577837065,13.26097288211281,125.8986751212191,234.19529813410256,353.6349469644193,497.07089905562435,92.42527087946684,10.370183462974303,166.02214524735982,120.1809542660508,343.841850329462,128.99019141355262,164.92359439203673,112.74016798123476,189.38780662909716,170.98676072520112,314.01371832805756,327.275721505644,270.8866718005743,467.4731383776483,92.58594631539935,381.70227736111013,404.04283834601637,457.7871156604308,103.52978063515484,214.52885821708284,277.54272829459137,325.1922218218516,360.83646937784624,61.624114766748114,37.74794465341014,150.06854895037958,325.43440552685564,300.34807798417467,273.11683627586854,373.2826179979774,84.03639599191642,393.4658370223619,399.1741423743392,19.763967455706855,25.966867222478818,395.51093802748727,25.79584653815692,169.07473695379284,338.11405490563493,157.46629995027595,278.12070320912505,491.11673931623585,388.242359537055,262.58724751317277,419.48085900330835,175.87958751019173,340.9430473034472,54.42204100641251,153.8418256438868,206.40134474639976,75.74731542480451,325.38300347469715,101.66255569417132,59.12803027783659,102.58066376011621,235.1200132984822,168.36751936866833,84.52319862584822,152.14716159956586,450.2846053974072,323.70615665568414,331.81957099162514,172.59342618170808,230.31489674953494,372.9582527369498,256.8284405895329,279.54461315641186,0.44371374092033733,165.77939019806436,39.13352812445925,58.66316588796744,389.083538869282,254.98497865959186,311.0448353459926,117.68953320884401,284.8701327456576,478.3243129901163,470.756057755955,284.0022194174262,339.13373236017924,22.77709475748996,307.7995557728973,258.4402818665249,443.10443896113435,283.3443341274975,465.3961100814546,384.75420563015086,369.38149514405865,152.9823158267204,298.40509727045566,275.88683709256094,336.84505945682633,23.10237069854998,347.99955063167425,316.33564493463,483.80418927838815,157.7557749815715,413.9374826592853,317.0972409109754,493.15643776279376,420.42577459872695,340.27830981033065,374.91292631774337,395.28119132192234,447.7897797668549,388.4381410296547,324.4351023287647,470.33136117026646,389.8145910290871,204.1069258937391,492.9864208880187,152.2224074336882,381.50980271019677,466.95600252347316,191.43985685988858,305.00897262445704,156.47031829809498,261.6274501964246,351.4906067980126,480.42830347502763,401.57272290890273,338.5116743854504,288.26719923310117,36.02441473396573,107.04195612238782,106.46170087368523,277.75073214621045,377.4882022671881,251.14045747100366,264.04018235514644,87.6950467876011,0.9326343693540351,85.60003158224289,52.66667879881404,57.087893897310835,484.8948635214511,337.8358304852848,450.9803948848208,391.2714497128579,34.454281557991074,444.09752867326984,343.2073440325018,308.34061630858196,149.04270922916223,275.9578340052432,402.36771143114544,304.36862636917596,231.12279319357697,175.9980273269315,130.74570928309032,114.4760168461994,143.83563567509316,280.6929464466039,392.06788817537927,212.35093598670673,249.5844332559931,176.8075099176731,97.52922935250213,189.67953832542005,156.6940766747978,132.46411043464113,301.1323228434908,112.09436693707825,294.00259521228276,158.56917697881738,279.6859627860344,264.0830088673125,422.65371586650235,35.83055454387601,227.39461626983203,54.60152217924885,166.38729845315424,120.94962080198285,462.15964332721285,54.580585885648794,92.11532476806772,2.7342958355374702,94.42333256967095,451.4902552151833,180.44129750246046,492.7533135062555,161.93133926079628,364.2854155315914,260.34775419711445,351.58778737450785,119.21898445431061,485.04432906057986,295.05866151725496,258.37120461759764,112.33734167970488,339.13080190403,4.587177314588075,160.99437160018903,361.22841648809026,306.07965727471196,164.0249236161401,456.562809712085,281.19338746356823,133.17579369918232,352.984251631338,194.16372868934218,213.27571126597417,201.38016860718105,356.33062871828,152.03990070684742,153.82736738891083,128.34371347596917,142.69395522939166,482.64078713073275,206.9080055022991,451.7221791588734,106.92632229112958,204.144652557328,481.8699956242465,405.6109475405322,208.351057267859,416.26386785574437,303.21349201431076,360.12583586662794,445.50210320173244,95.05931336312051,412.2547596235016,218.26831020778238,229.37011578949335,236.15111499448648,101.53820192501107,18.349651794501874,127.21288391231866,354.58151193895884,108.911421400882,22.05825088820057,338.3513186621866,9.955403362376824,438.08647191446363,418.53368064685617,241.4685491526416,314.42372613554306,410.07440617354257,145.8320428419953,441.39286499158857,266.7497860387181,56.75107706772703,147.94756730736358,48.162373639685896,422.3524247170462,365.82625410829746,415.53679825408625,345.9715045296807,149.01600782718617,352.3821224295374,443.6566555956655,158.63686560330663,276.4974065676937,309.49400254429884,487.4303859260722,139.84017618733867,304.0072878853613,7.455591039166154,462.8521960500696,158.75980962515683,355.8679867413695,404.725391997908,196.0778160217394,201.6318263912556,381.47549919743693,490.74185753959796,211.31021342922278,7.516212768118868,442.74777175007665,337.81783778334426,36.036920980609175,13.212764655585573,68.40962742125268,407.14063172788224,1.2358004372606257,329.2542209471846,409.4404476957916,59.503872194437754,372.34479923108313,80.09727935835065,409.63748113815376,344.90749438624675,264.3985977844305,354.36297230003805,359.99430478389615,419.48875209258284,185.90626450361773,192.5088485268389,342.47180042127314,42.27961780600686,464.20289348240135,246.43368931202724,101.63128636578345,151.76736008130325,412.17453317839414,344.9937820801755,152.8920042108132,0.20042730432301425,432.86944287341225,355.88749119401274,482.4996204263936,102.319276834896,13.274586546960066,411.5257309277913,428.94234176777826,215.61204984444637,427.1223281940035,330.37532650418734,230.78864051001398,109.91188253802187,358.4066374891975,382.98406011389585,189.7259978847708,105.60363236598697,324.2810141524816,183.51277242046172,462.28928089729595,87.99758712823763,377.1334603988249,376.7993646826794,350.63673072656644,190.09364087901602,243.8704092110442,71.20602527624997,447.0727526500733,296.5481048108311,119.03754173043562,319.9233090550481,349.2341359150615,157.17695986877993,479.85868635661603,325.7830083689637,309.3592528998539,120.6112084300321,380.68765087020756,448.488856970997,100.65384171724901,174.05037331407343,170.1981927476322,271.5793247223608,64.489784015823,351.96364106432213,292.31875825703275,488.6467465762738,85.56978610586852,418.7587965000193,163.49714857418886,319.17500570965313,390.3713160118039,56.26220318244523,24.07322551542901,97.84854723952618,240.354770983146,404.9277064359387,264.16394263299884,235.84523736820506,459.80408160670584,140.49948278390096,288.7802199666732,298.7440981880294,11.673790024247177,378.14485039032326,499.78658862742793,446.7615307244773,363.26966718183826,249.45716177495814,184.69972422200647,198.63980091998044,17.71881365028255,63.79558172130045,173.18693801177625,182.69628510414526,343.7360578454695,284.03101599179917,319.4997348819292,143.78852920453994,447.47647418599945,401.30277919389965,475.225269414169,199.667089521823,293.2242081822691,223.95606613548324,462.50569949118875,478.8073321097335,367.95235637109954,465.0935416563923,313.6898728538378,322.70247701443054,410.78240951444513,479.9950819518764,126.75312528723643,234.09723231532757,206.4648922040745,423.5424366139021,470.80398388379433,412.898965305633,88.2634850165574,363.127168122006,263.9473150727681,237.37013089199849,73.98657410721488,168.33842973926005,110.16165527352717,255.32110305787464,21.71238723564639,275.071477427813,203.32558405841107,300.9033380045055,428.12188431123235,415.291000052411,106.34845501677565,275.1432891819371,104.44550880673692,169.15905762688888,232.34570242273284,378.09163989767285,89.03668699392937,332.30267074504644,7.655675758402536,367.2796875240758,145.10086252171982,167.14118561825708,416.91752260943326,58.28425885738192,198.41269581369946,298.51457180424126,6.4845765882357025,208.40816824185927,476.68793290250886,87.88149315281218,417.85909903769084,395.6550959549236,215.1607112315806,394.82643683478454,254.7287254151975,57.751735269206684,17.09379882818707,48.1292891673521,450.6846098088472,353.1840162471753,468.07639872826206,318.05790153613907,356.0088630040745,339.2552557730263,171.57716984045612,452.45012844658174,345.24132641881164,117.80165409676185,219.9950647770955,219.43303057719754,205.01165957773648,327.50573381906804,411.4629019943875,188.78789751727066,80.11607083121835,118.543156797633,376.5081707564173,110.8578102742861,423.15483866593246,6.085368100445965,157.5679443709081,154.5600746969108,486.43119743531486,162.13785291043752,344.75748399444586,80.50900725344079,455.7851957597557,284.2723678369179,106.48657404123007,471.4332951720195,176.88303216619622,312.0109491489833,246.6180341186646,348.0142834503751,12.13269578514259,381.32903653175816,369.47617935137913,306.97338803812215,313.03914733503456,474.85801809196056,2.9044199827539807,287.3256204414679,236.80206270444904,273.76649564364834,207.62230383346218,499.30714982589706,493.0790488202694,240.11070417997797,371.1989291886707,201.69388419330735,231.51820222463542,140.37371163253192,161.1427908996902,28.75879802367354,310.4582851708933,251.29070772587735,204.49467101963575,362.8479836284643,105.06280559815801,46.50878310673706,351.5471793376967,21.360263356165643,155.67222245465024,53.819636335437906,61.990261421418616,173.9086795367253,356.3139633362252,92.94012305653455,371.9725172958628,115.95726730411671,350.30879209973244,181.22558414143737,164.7405588110839,298.6434714182615,165.760375486663,485.270362615586,319.5737589343367,354.5410942626821,361.53482880855444,230.41673125548857,107.16081802795568,320.8924844397792,10.393797984056153,120.60483326646498,379.12674399596347,356.1466504080086,389.3988290879528,401.3425500025392,8.762038009705265,292.1636091106507,115.049294506683,185.83037602800252,180.54180845657137,354.8814359324806,370.52508699714474,27.135260320455824,76.04858497199967,437.303250906598,165.21391379655375,23.615993371660092,350.493917644192,40.70299982903042,83.36804214930093,468.5407198367762,222.15510479242124,151.31360144092997,184.6907120250399,124.29179682375474,455.3670031380714,301.7129518344562,377.15690593887234,492.9375180587531,132.04869826633853,252.30177218203636,210.4231818467534,339.2015549086508,146.73212877581864,107.60963262296907,268.8451891716835,274.80675354575834,131.61594438524781,314.16105403852947,223.59226618912354,201.79861406844879,480.50860210338027,452.8376964183436,98.26060952328885,214.26488891984806,467.1643902717963,433.7769953968474,231.51034874796488,393.78731974845607,142.82905863195634,156.7987815135826,390.02160174313974,370.9870993832856,465.82698274156434,274.8881906995113,128.95861669539565,36.94825606569591,20.235208389310365,149.93433893589327,275.93845906123585,122.78986940205216,137.86302527947242,292.131748849262,58.57606177963237,206.4241622656705,84.19561192515978,479.09532640188706,451.164372656437,372.18003330825604,305.4864395583505,260.96103373008714,157.90260514342663,459.5983245882656,268.73314548733913,337.20697957176856,82.62169192057489,222.39745171359877,70.20573669248431,224.62460964637847,206.37441212194975,358.4476955788828,77.78058067056648,419.2461596139316,38.1715261938072,408.99362776827223,150.12552309920252,111.70079450613235,231.30104120075495,455.50259481256455,146.08912905482973,285.2469790140698,81.15078392674008,423.3022548755286,166.24348114118231,181.18239795690266,0.7207428074450517,426.5971073997038,142.39417632111056,368.50463039097036,64.25037505487391,453.7245765492219,400.47285657528477,407.6605654645976,440.2759586174026,178.24890890631377,264.34943715412027,366.3910332013774,394.33955804937284,58.04812198096238,98.28391272209358,161.510197169417,448.3982868727678,356.4397411984825,294.89941019334924,103.24122629611577,25.771719731446986,456.8387782524539,413.05667591995166,497.4492992824842,431.0448641919986,12.299791062374831,366.62867019833186,258.0184492605274,37.904150490368885,2.276273750371871,187.87456611682336,486.2070813918013,212.18512873542196,171.282010650658,200.88654633783955,63.71466011042004,277.50789786164705,104.84395577595807,319.90525204321864,312.60631195575877,430.6368163910318,15.144406428225398,190.90598943669417,82.33588344002236,305.0227918206157,1.1830376235670292,172.75696966969184,35.551030737228984,175.8521762590523,348.09227759830304,364.141838089763,463.1422445690399,101.55507907879674,357.82540242103175,276.9415375841412,0.8198584967065159,496.50903743295413,108.69443084459391,8.33137717576421,345.69108159383956,483.89507157112786,11.601240183461314,456.98602789894886,270.08515731789515,256.51355309202677,57.22343386341755,183.63338571571143,493.02804467370845,436.2332294672563,118.32073235443575,311.4501466801313,37.58583622557021,414.75878086856466,438.4990537571396,29.355408770983416,315.62403159943267,276.07142581192227,401.2330974617292,224.53217306530843,264.7041773823138,87.51905080858685,110.83381331160169,26.920391152352675,246.59244421203817,246.50026250324737,54.098133695629436,305.9327362297109,433.64076218128537,261.9081118691847,174.57875837881264,215.3595197580026,494.17675969697325,338.29417531894524,308.700577065812,247.40790715903404,37.70606395688853,363.13090702970817,248.25962794867718,459.0471215233551,127.70394560641168,423.3780560476186,309.67663467283467,24.32286127766187,335.3197956382035,262.0779773668466,258.3285196298094,218.71973414273916,442.4218773968645,39.981022018826586,308.4823992317887,296.1156662888739,443.507467951503,345.1046356393125,189.79213104092318,173.47099023879758,433.6023643554443,214.9882972916066,88.38613451092763,88.68989320695364,343.0188832539513,334.69292047713316,17.59800905051323,410.18900608783446,409.28420202380636,375.4437067639692,28.754902623053415,174.22837436355925,329.04628325149264,382.2308149808657,194.8214259781639,152.74410169002817,136.01596368115605,384.6871746376053,272.9662087656164,164.2880220968458,275.64643673605156,116.87873646698604,88.49218839998856,274.72767731222433,172.32211950382293,331.2659549079948,28.79547946912825,335.1955422537777,442.399423269279,411.75635210281126,331.9635544396806,395.28738871083505,276.7577633399782,79.12578903071783,352.5361073856916,116.87119292793719,101.90428933197737,118.62040809113545,288.4776015588235,24.081815945676656,474.4042912210487,111.84128510253288,494.241630960738,212.1528319068719,136.30746539457505,36.512104881693766,29.30192823299127,153.8078760327084,408.5849146918898,365.1753377313126,224.03109349232065,341.689086953564,423.06555526624595,372.2384499731273,414.9325876344328,451.0309351960819,273.52513558905287,175.14035179101657,111.26978955486317,453.4532590442905,391.65071749151696,400.68145227870224,180.94681493793198,285.23354952923245,154.31663403536515,402.5656667832311,251.87984659050483,349.9708801633243,151.5116671870982,279.1934090803107,67.10870198114488,323.3030884615976,121.05386737621654,200.22573143805113,59.83994495646955,329.9953528499228,270.7162431751364,365.07979523967884,270.83738662653195,178.23101552965804,38.56223631797745,405.0002595327996,185.4139774506055,435.80822195382916,455.314747011413,476.07419942733105,481.57107474857304,221.6870541622914,465.9171889924514,74.10633598241023,445.10505695139517,457.3180858061752,343.14989849312985,45.581801646535304,213.82409687318426,88.4752843444182,181.93729927031904,361.54130377244275,128.051974435114,119.96986293729955,134.86137208478925,258.7097963864647,199.53330943005483,139.75629024926684,209.71715348052987,330.8026779854326,212.81406226615667,290.4311552071566,344.51876153355533,25.40142843922605,46.75091122963693,464.4222874453121,167.19114739014225,118.77437811317304,78.17294465241426,192.84737529701474,107.90497074384153,172.37879388619498,361.1378415018847,296.081949475408,175.67855981460306,353.1934971587134,188.0101320502433,71.75903406818685,58.02171347446983,365.8967231394015,72.81634782117213,309.355007824054,231.77917034926742,268.5127425665913,77.0313450870962,420.1046541446814,403.1389412215507,176.01017585584006,119.0230493323099,349.5522412151678,206.97754341961183,389.51296251551383,116.99543035364457,104.83409141396372,283.26871658182824,306.3064751241879,242.68449614905052,478.05718698983964,3.2791475348913357,441.9264172779726,203.62925167721207,378.17116899993556,151.03189524394455,198.29063540118963,168.51446371038543,122.67780246238257,286.8729084122627,57.22350833889273,200.1149440807119,26.63736377861653,1.7996411871880058,55.29359537841649,431.7771510785445,272.62787961257186,486.7563243504242,185.19650530565346,375.1632744983417,152.73013797996467,344.5978784602476,479.96488261383104,362.0725887221463,224.5172188443048,336.2115178639293,174.32919909777723,444.00160312721204,126.33525447646227,176.84284982029115,194.9256569655382,463.5535171678331,0.13894336238079452,23.873423529758796,99.42536772060973,65.17684839833171,362.9389991082862,147.4564670472029,440.5815896254512,85.29223112766532,147.75387821619697,307.2550377069725,319.9532752367084,389.08705920287696,9.062576014844447,282.437025944767,37.154963532156806,273.3901582140407,7.449532682204108,121.80549783256534,393.69563407962556,351.43530105016134,64.00491734890295,431.33796217591686,203.60360243763586,428.61947596982975,104.84271439866899,448.71289842134246,210.41238767373315,328.3273235377639,299.44046901948326,23.645318774600188,245.13968615954462,4.798682321677572,349.03192245656794,94.0535178128698,136.40653013030902,397.3138824003473,50.67229323021427,110.60914333629351,362.24994150648985,344.740653451393,168.40826336724203,372.06721146196577,134.59122687905938,1.0428218946296752,65.32319171349954,15.638458488454521,302.0962708239639,263.6753518557549,485.90090851546574,178.56494171111132,67.74918094273141,203.0404625794628,2.0949634579610077,161.8301220804829,472.5519828553892,451.941373204653,152.51784185665142,439.73916801617975,348.4328090100646,322.760307771231,376.896150832043,236.99428347079336,224.742205670221,261.44642116022845,65.4725277240385,461.203864056542,348.49513291774537,474.2105740130045,320.34489835413103,110.53788161347039,19.608821743345718,298.63655600810745,269.66021284269925,469.48257336731723,482.71756186498703,258.4627288808638,165.4319868350158,171.72382628710852,490.20506561508523,260.57661122357155,216.02474627458906,122.32806342891061,165.0429539304251,229.87193799301974,46.44382232640526,177.121063212917,427.49586793896697,113.6368253387337,108.96985148572624,176.09822231353866,462.1191625710763,379.556961585979,314.9436799887199,222.28082840586282,122.3823396926506,217.99024041106696,86.65089391947977,294.161842312643,405.8983948691741,39.36577762901439,493.883931200254,81.62069687684232,373.823412602743,71.64242032336587,76.45418890281714,328.39113130550425,335.0429667344213,246.71024578897936,101.40196305905219,238.70373067507677,210.70055173113812,145.58835279692477,434.7933212809541,353.9941018830145,319.7155099924543,18.975106440967725,308.2481975874044,351.519931801478,130.51085013867714,148.97296401612726,395.91492315060805,139.77003455125902,190.64350052395795,308.2726304775074,25.279528484267733,89.68595999352551,212.3405513894836,428.06407344285464,272.78380284374333,12.764407732804239,361.3708992745762,190.571331662498,280.3236115477128,93.2386429423374,396.9487464130731,363.64634794737077,244.77983295859602,419.5805599199064,337.0239178155443,387.7213701916824,439.09919449233706,435.0764381027193,451.66873015483486,152.8956845289156,193.7571188890647,163.67306859962068,314.59342784561716,189.7286036512435,307.4038232995259,145.41760399679765,407.13300246714516,256.193782139311,268.08872010707705,266.6945047372956,60.19917546528403,25.56966551862272,438.2996712131732,84.79291712076615,129.2674191347812]} From 82f1843efcfb0ffe275046ec452d4667eb117f02 Mon Sep 17 00:00:00 2001 From: Neerajpathak07 Date: Fri, 14 Mar 2025 19:54:17 +0530 Subject: [PATCH 27/28] chore: minor changes --- .../math/base/special/atan2f/benchmark/benchmark.js | 2 +- .../@stdlib/math/base/special/atan2f/examples/c/example.c | 1 + .../@stdlib/math/base/special/atan2f/src/main.c | 8 ++++++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.js b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.js index 865af304abad..2b71e09f8642 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.js @@ -23,8 +23,8 @@ var bench = require( '@stdlib/bench' ); var uniform = require( '@stdlib/random/array/uniform' ); var isnanf = require( '@stdlib/math/base/assert/is-nanf' ); -var atan2f = require( '@stdlib/math/base/special/atan2f' ); var pkg = require( './../package.json' ).name; +var atan2f = require( '@stdlib/math/base/special/atan2f' ); // MAIN // diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/examples/c/example.c b/lib/node_modules/@stdlib/math/base/special/atan2f/examples/c/example.c index 7cb6fbfe885b..8165ad61cc9c 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/examples/c/example.c +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/examples/c/example.c @@ -25,6 +25,7 @@ int main( void ) { float x; float v; int i; + for ( i = 0; i < 100; i++ ) { y = ( ( (float)rand() / (float)RAND_MAX ) * 100.0f ); x = ( ( (float)rand() / (float)RAND_MAX ) * 100.0f ); diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c b/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c index 2caae8a8fc61..62026a0cbafe 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/src/main.c @@ -93,6 +93,14 @@ float stdlib_base_atan2f( const float y, const float x ) { } return stdlib_base_copysignf( 0.0f, y ); } + // Case: -x = y = +infinity + if ( x == STDLIB_CONSTANT_FLOAT32_NINF && y == STDLIB_CONSTANT_FLOAT32_PINF ) { + return 3.0f * STDLIB_CONSTANT_FLOAT32_PI / 4.0f; // 3π/4 + } + // Case: x = y = -infinity + if ( x == STDLIB_CONSTANT_FLOAT32_NINF && y == STDLIB_CONSTANT_FLOAT32_NINF ) { + return -3.0f * STDLIB_CONSTANT_FLOAT32_PI / 4.0f; // -3π/4 + } // case x is -Infinity if ( stdlib_base_is_infinitef( y ) ) { return stdlib_base_copysignf( 3.0f * STDLIB_CONSTANT_FLOAT32_PI / 4.0f, y ); From eea9ec484f1c8b6f65e6771a381159897763faf5 Mon Sep 17 00:00:00 2001 From: Neerajpathak07 Date: Fri, 14 Mar 2025 20:02:52 +0530 Subject: [PATCH 28/28] chore: lint module name --- .../@stdlib/math/base/special/atan2f/benchmark/benchmark.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.js b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.js index 2b71e09f8642..865af304abad 100644 --- a/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.js +++ b/lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.js @@ -23,8 +23,8 @@ 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 atan2f = require( '@stdlib/math/base/special/atan2f' ); +var pkg = require( './../package.json' ).name; // MAIN //