Accessing Visual Coding Neuropixels data#
This tutorial walks through the basic contents of a Visual Coding Neuropixels session NWB file: the units table, stimulus presentation intervals, running speed, optotagging protocol, and LFP data.
Visual Coding Neuropixels sessions are stored as NWB files, so the main dependency is PyNWB. Pandas and NumPy are useful for working with the tables and arrays stored in the file.
import pynwb
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
%matplotlib inline
Loading a session#
Each session is stored as a single NWB file. Pointing pynwb.read_nwb at the file returns an NWBFile object which we can use to explore the file contents.
nwb_path = "/data/387858_2018-07-12_13-56-26_nwb_2026-08-19_07-52-55/387858_2018-07-12_13-56-26_nwb_2026-08-19_07-52-55.nwb.zarr"
nwbfile = pynwb.read_nwb(nwb_path)
nwbfile
root (NWBFile)
session_start_time
2019-01-08 16:25:16-08:00timestamps_reference_time
2019-01-08 16:25:16-08:00file_create_date
0
2020-05-26 00:53:26.986517-07:00acquisition
probe_729445648_lfp
electrical_series
probe_729445648_lfp_data
data
| Data type | float32 |
|---|---|
| Shape | (12081228, 94) |
| Array size | 4.23 GiB |
timestamps
| Data type | float64 |
|---|---|
| Shape | (12081228,) |
| Array size | 92.17 MiB |
electrodes
table
table
| x | y | z | imp | location | filtering | group | group_name | probe_vertical_position | probe_horizontal_position | probe_id | local_index | valid_data | ecephys_structure_id | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | ||||||||||||||
| 850249265 | 7955.0 | 3766.0 | NaN | NaN | Eth | AP band: 500 Hz high-pass; LFP band: 1000 Hz low-pass | probeB abc.EcephysElectrodeGroup at 0x139673030836816\nFields:\n description: Ecephys Electrode Group\n device: probeB abc.EcephysProbe at 0x139673032306752\nFields:\n probe_id: 729445650\n sampling_rate: 29999.9188795509\n\n has_lfp_data: True\n lfp_sampling_rate: 1249.996619981285\n location: See electrode locations\n probe_id: 729445650\n | probeB | 20 | 43 | 729445650 | 0 | False | NaN |
| 850249267 | 7955.0 | 3756.0 | 7199.0 | NaN | TH | AP band: 500 Hz high-pass; LFP band: 1000 Hz low-pass | probeB abc.EcephysElectrodeGroup at 0x139673030836816\nFields:\n description: Ecephys Electrode Group\n device: probeB abc.EcephysProbe at 0x139673032306752\nFields:\n probe_id: 729445650\n sampling_rate: 29999.9188795509\n\n has_lfp_data: True\n lfp_sampling_rate: 1249.996619981285\n location: See electrode locations\n probe_id: 729445650\n | probeB | 20 | 11 | 729445650 | 1 | True | 549.0 |
| 850249273 | 7955.0 | 3727.0 | 7204.0 | NaN | TH | AP band: 500 Hz high-pass; LFP band: 1000 Hz low-pass | probeB abc.EcephysElectrodeGroup at 0x139673030836816\nFields:\n description: Ecephys Electrode Group\n device: probeB abc.EcephysProbe at 0x139673032306752\nFields:\n probe_id: 729445650\n sampling_rate: 29999.9188795509\n\n has_lfp_data: True\n lfp_sampling_rate: 1249.996619981285\n location: See electrode locations\n probe_id: 729445650\n | probeB | 60 | 43 | 729445650 | 4 | True | 549.0 |
| 850249277 | 7954.0 | 3708.0 | 7207.0 | NaN | APN | AP band: 500 Hz high-pass; LFP band: 1000 Hz low-pass | probeB abc.EcephysElectrodeGroup at 0x139673030836816\nFields:\n description: Ecephys Electrode Group\n device: probeB abc.EcephysProbe at 0x139673032306752\nFields:\n probe_id: 729445650\n sampling_rate: 29999.9188795509\n\n has_lfp_data: True\n lfp_sampling_rate: 1249.996619981285\n location: See electrode locations\n probe_id: 729445650\n | probeB | 80 | 59 | 729445650 | 6 | True | 215.0 |
... and 2300 more row(s).
probe_729445650_lfp
electrical_series
probe_729445650_lfp_data
data
| Data type | float32 |
|---|---|
| Shape | (12081187, 95) |
| Array size | 4.28 GiB |
timestamps
| Data type | float64 |
|---|---|
| Shape | (12081187,) |
| Array size | 92.17 MiB |
electrodes
table
table
| x | y | z | imp | location | filtering | group | group_name | probe_vertical_position | probe_horizontal_position | probe_id | local_index | valid_data | ecephys_structure_id | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | ||||||||||||||
| 850249265 | 7955.0 | 3766.0 | NaN | NaN | Eth | AP band: 500 Hz high-pass; LFP band: 1000 Hz low-pass | probeB abc.EcephysElectrodeGroup at 0x139673030836816\nFields:\n description: Ecephys Electrode Group\n device: probeB abc.EcephysProbe at 0x139673032306752\nFields:\n probe_id: 729445650\n sampling_rate: 29999.9188795509\n\n has_lfp_data: True\n lfp_sampling_rate: 1249.996619981285\n location: See electrode locations\n probe_id: 729445650\n | probeB | 20 | 43 | 729445650 | 0 | False | NaN |
| 850249267 | 7955.0 | 3756.0 | 7199.0 | NaN | TH | AP band: 500 Hz high-pass; LFP band: 1000 Hz low-pass | probeB abc.EcephysElectrodeGroup at 0x139673030836816\nFields:\n description: Ecephys Electrode Group\n device: probeB abc.EcephysProbe at 0x139673032306752\nFields:\n probe_id: 729445650\n sampling_rate: 29999.9188795509\n\n has_lfp_data: True\n lfp_sampling_rate: 1249.996619981285\n location: See electrode locations\n probe_id: 729445650\n | probeB | 20 | 11 | 729445650 | 1 | True | 549.0 |
| 850249273 | 7955.0 | 3727.0 | 7204.0 | NaN | TH | AP band: 500 Hz high-pass; LFP band: 1000 Hz low-pass | probeB abc.EcephysElectrodeGroup at 0x139673030836816\nFields:\n description: Ecephys Electrode Group\n device: probeB abc.EcephysProbe at 0x139673032306752\nFields:\n probe_id: 729445650\n sampling_rate: 29999.9188795509\n\n has_lfp_data: True\n lfp_sampling_rate: 1249.996619981285\n location: See electrode locations\n probe_id: 729445650\n | probeB | 60 | 43 | 729445650 | 4 | True | 549.0 |
| 850249277 | 7954.0 | 3708.0 | 7207.0 | NaN | APN | AP band: 500 Hz high-pass; LFP band: 1000 Hz low-pass | probeB abc.EcephysElectrodeGroup at 0x139673030836816\nFields:\n description: Ecephys Electrode Group\n device: probeB abc.EcephysProbe at 0x139673032306752\nFields:\n probe_id: 729445650\n sampling_rate: 29999.9188795509\n\n has_lfp_data: True\n lfp_sampling_rate: 1249.996619981285\n location: See electrode locations\n probe_id: 729445650\n | probeB | 80 | 59 | 729445650 | 6 | True | 215.0 |
... and 2300 more row(s).
probe_729445652_lfp
electrical_series
probe_729445652_lfp_data
data
| Data type | float32 |
|---|---|
| Shape | (12081285, 89) |
| Array size | 4.01 GiB |
timestamps
| Data type | float64 |
|---|---|
| Shape | (12081285,) |
| Array size | 92.17 MiB |
electrodes
table
table
| x | y | z | imp | location | filtering | group | group_name | probe_vertical_position | probe_horizontal_position | probe_id | local_index | valid_data | ecephys_structure_id | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | ||||||||||||||
| 850249265 | 7955.0 | 3766.0 | NaN | NaN | Eth | AP band: 500 Hz high-pass; LFP band: 1000 Hz low-pass | probeB abc.EcephysElectrodeGroup at 0x139673030836816\nFields:\n description: Ecephys Electrode Group\n device: probeB abc.EcephysProbe at 0x139673032306752\nFields:\n probe_id: 729445650\n sampling_rate: 29999.9188795509\n\n has_lfp_data: True\n lfp_sampling_rate: 1249.996619981285\n location: See electrode locations\n probe_id: 729445650\n | probeB | 20 | 43 | 729445650 | 0 | False | NaN |
| 850249267 | 7955.0 | 3756.0 | 7199.0 | NaN | TH | AP band: 500 Hz high-pass; LFP band: 1000 Hz low-pass | probeB abc.EcephysElectrodeGroup at 0x139673030836816\nFields:\n description: Ecephys Electrode Group\n device: probeB abc.EcephysProbe at 0x139673032306752\nFields:\n probe_id: 729445650\n sampling_rate: 29999.9188795509\n\n has_lfp_data: True\n lfp_sampling_rate: 1249.996619981285\n location: See electrode locations\n probe_id: 729445650\n | probeB | 20 | 11 | 729445650 | 1 | True | 549.0 |
| 850249273 | 7955.0 | 3727.0 | 7204.0 | NaN | TH | AP band: 500 Hz high-pass; LFP band: 1000 Hz low-pass | probeB abc.EcephysElectrodeGroup at 0x139673030836816\nFields:\n description: Ecephys Electrode Group\n device: probeB abc.EcephysProbe at 0x139673032306752\nFields:\n probe_id: 729445650\n sampling_rate: 29999.9188795509\n\n has_lfp_data: True\n lfp_sampling_rate: 1249.996619981285\n location: See electrode locations\n probe_id: 729445650\n | probeB | 60 | 43 | 729445650 | 4 | True | 549.0 |
| 850249277 | 7954.0 | 3708.0 | 7207.0 | NaN | APN | AP band: 500 Hz high-pass; LFP band: 1000 Hz low-pass | probeB abc.EcephysElectrodeGroup at 0x139673030836816\nFields:\n description: Ecephys Electrode Group\n device: probeB abc.EcephysProbe at 0x139673032306752\nFields:\n probe_id: 729445650\n sampling_rate: 29999.9188795509\n\n has_lfp_data: True\n lfp_sampling_rate: 1249.996619981285\n location: See electrode locations\n probe_id: 729445650\n | probeB | 80 | 59 | 729445650 | 6 | True | 215.0 |
... and 2300 more row(s).
probe_729445654_lfp
electrical_series
probe_729445654_lfp_data
data
| Data type | float32 |
|---|---|
| Shape | (12081218, 96) |
| Array size | 4.32 GiB |
timestamps
| Data type | float64 |
|---|---|
| Shape | (12081218,) |
| Array size | 92.17 MiB |
electrodes
table
table
| x | y | z | imp | location | filtering | group | group_name | probe_vertical_position | probe_horizontal_position | probe_id | local_index | valid_data | ecephys_structure_id | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | ||||||||||||||
| 850249265 | 7955.0 | 3766.0 | NaN | NaN | Eth | AP band: 500 Hz high-pass; LFP band: 1000 Hz low-pass | probeB abc.EcephysElectrodeGroup at 0x139673030836816\nFields:\n description: Ecephys Electrode Group\n device: probeB abc.EcephysProbe at 0x139673032306752\nFields:\n probe_id: 729445650\n sampling_rate: 29999.9188795509\n\n has_lfp_data: True\n lfp_sampling_rate: 1249.996619981285\n location: See electrode locations\n probe_id: 729445650\n | probeB | 20 | 43 | 729445650 | 0 | False | NaN |
| 850249267 | 7955.0 | 3756.0 | 7199.0 | NaN | TH | AP band: 500 Hz high-pass; LFP band: 1000 Hz low-pass | probeB abc.EcephysElectrodeGroup at 0x139673030836816\nFields:\n description: Ecephys Electrode Group\n device: probeB abc.EcephysProbe at 0x139673032306752\nFields:\n probe_id: 729445650\n sampling_rate: 29999.9188795509\n\n has_lfp_data: True\n lfp_sampling_rate: 1249.996619981285\n location: See electrode locations\n probe_id: 729445650\n | probeB | 20 | 11 | 729445650 | 1 | True | 549.0 |
| 850249273 | 7955.0 | 3727.0 | 7204.0 | NaN | TH | AP band: 500 Hz high-pass; LFP band: 1000 Hz low-pass | probeB abc.EcephysElectrodeGroup at 0x139673030836816\nFields:\n description: Ecephys Electrode Group\n device: probeB abc.EcephysProbe at 0x139673032306752\nFields:\n probe_id: 729445650\n sampling_rate: 29999.9188795509\n\n has_lfp_data: True\n lfp_sampling_rate: 1249.996619981285\n location: See electrode locations\n probe_id: 729445650\n | probeB | 60 | 43 | 729445650 | 4 | True | 549.0 |
| 850249277 | 7954.0 | 3708.0 | 7207.0 | NaN | APN | AP band: 500 Hz high-pass; LFP band: 1000 Hz low-pass | probeB abc.EcephysElectrodeGroup at 0x139673030836816\nFields:\n description: Ecephys Electrode Group\n device: probeB abc.EcephysProbe at 0x139673032306752\nFields:\n probe_id: 729445650\n sampling_rate: 29999.9188795509\n\n has_lfp_data: True\n lfp_sampling_rate: 1249.996619981285\n location: See electrode locations\n probe_id: 729445650\n | probeB | 80 | 59 | 729445650 | 6 | True | 215.0 |
... and 2300 more row(s).
probe_729445656_lfp
electrical_series
probe_729445656_lfp_data
data
| Data type | float32 |
|---|---|
| Shape | (12081273, 96) |
| Array size | 4.32 GiB |
timestamps
| Data type | float64 |
|---|---|
| Shape | (12081273,) |
| Array size | 92.17 MiB |
electrodes
table
table
| x | y | z | imp | location | filtering | group | group_name | probe_vertical_position | probe_horizontal_position | probe_id | local_index | valid_data | ecephys_structure_id | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | ||||||||||||||
| 850249265 | 7955.0 | 3766.0 | NaN | NaN | Eth | AP band: 500 Hz high-pass; LFP band: 1000 Hz low-pass | probeB abc.EcephysElectrodeGroup at 0x139673030836816\nFields:\n description: Ecephys Electrode Group\n device: probeB abc.EcephysProbe at 0x139673032306752\nFields:\n probe_id: 729445650\n sampling_rate: 29999.9188795509\n\n has_lfp_data: True\n lfp_sampling_rate: 1249.996619981285\n location: See electrode locations\n probe_id: 729445650\n | probeB | 20 | 43 | 729445650 | 0 | False | NaN |
| 850249267 | 7955.0 | 3756.0 | 7199.0 | NaN | TH | AP band: 500 Hz high-pass; LFP band: 1000 Hz low-pass | probeB abc.EcephysElectrodeGroup at 0x139673030836816\nFields:\n description: Ecephys Electrode Group\n device: probeB abc.EcephysProbe at 0x139673032306752\nFields:\n probe_id: 729445650\n sampling_rate: 29999.9188795509\n\n has_lfp_data: True\n lfp_sampling_rate: 1249.996619981285\n location: See electrode locations\n probe_id: 729445650\n | probeB | 20 | 11 | 729445650 | 1 | True | 549.0 |
| 850249273 | 7955.0 | 3727.0 | 7204.0 | NaN | TH | AP band: 500 Hz high-pass; LFP band: 1000 Hz low-pass | probeB abc.EcephysElectrodeGroup at 0x139673030836816\nFields:\n description: Ecephys Electrode Group\n device: probeB abc.EcephysProbe at 0x139673032306752\nFields:\n probe_id: 729445650\n sampling_rate: 29999.9188795509\n\n has_lfp_data: True\n lfp_sampling_rate: 1249.996619981285\n location: See electrode locations\n probe_id: 729445650\n | probeB | 60 | 43 | 729445650 | 4 | True | 549.0 |
| 850249277 | 7954.0 | 3708.0 | 7207.0 | NaN | APN | AP band: 500 Hz high-pass; LFP band: 1000 Hz low-pass | probeB abc.EcephysElectrodeGroup at 0x139673030836816\nFields:\n description: Ecephys Electrode Group\n device: probeB abc.EcephysProbe at 0x139673032306752\nFields:\n probe_id: 729445650\n sampling_rate: 29999.9188795509\n\n has_lfp_data: True\n lfp_sampling_rate: 1249.996619981285\n location: See electrode locations\n probe_id: 729445650\n | probeB | 80 | 59 | 729445650 | 6 | True | 215.0 |
... and 2300 more row(s).
probe_729445658_lfp
electrical_series
probe_729445658_lfp_data
data
| Data type | float32 |
|---|---|
| Shape | (12081218, 47) |
| Array size | 2.12 GiB |
timestamps
| Data type | float64 |
|---|---|
| Shape | (12081218,) |
| Array size | 92.17 MiB |
electrodes
table
table
| x | y | z | imp | location | filtering | group | group_name | probe_vertical_position | probe_horizontal_position | probe_id | local_index | valid_data | ecephys_structure_id | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | ||||||||||||||
| 850249265 | 7955.0 | 3766.0 | NaN | NaN | Eth | AP band: 500 Hz high-pass; LFP band: 1000 Hz low-pass | probeB abc.EcephysElectrodeGroup at 0x139673030836816\nFields:\n description: Ecephys Electrode Group\n device: probeB abc.EcephysProbe at 0x139673032306752\nFields:\n probe_id: 729445650\n sampling_rate: 29999.9188795509\n\n has_lfp_data: True\n lfp_sampling_rate: 1249.996619981285\n location: See electrode locations\n probe_id: 729445650\n | probeB | 20 | 43 | 729445650 | 0 | False | NaN |
| 850249267 | 7955.0 | 3756.0 | 7199.0 | NaN | TH | AP band: 500 Hz high-pass; LFP band: 1000 Hz low-pass | probeB abc.EcephysElectrodeGroup at 0x139673030836816\nFields:\n description: Ecephys Electrode Group\n device: probeB abc.EcephysProbe at 0x139673032306752\nFields:\n probe_id: 729445650\n sampling_rate: 29999.9188795509\n\n has_lfp_data: True\n lfp_sampling_rate: 1249.996619981285\n location: See electrode locations\n probe_id: 729445650\n | probeB | 20 | 11 | 729445650 | 1 | True | 549.0 |
| 850249273 | 7955.0 | 3727.0 | 7204.0 | NaN | TH | AP band: 500 Hz high-pass; LFP band: 1000 Hz low-pass | probeB abc.EcephysElectrodeGroup at 0x139673030836816\nFields:\n description: Ecephys Electrode Group\n device: probeB abc.EcephysProbe at 0x139673032306752\nFields:\n probe_id: 729445650\n sampling_rate: 29999.9188795509\n\n has_lfp_data: True\n lfp_sampling_rate: 1249.996619981285\n location: See electrode locations\n probe_id: 729445650\n | probeB | 60 | 43 | 729445650 | 4 | True | 549.0 |
| 850249277 | 7954.0 | 3708.0 | 7207.0 | NaN | APN | AP band: 500 Hz high-pass; LFP band: 1000 Hz low-pass | probeB abc.EcephysElectrodeGroup at 0x139673030836816\nFields:\n description: Ecephys Electrode Group\n device: probeB abc.EcephysProbe at 0x139673032306752\nFields:\n probe_id: 729445650\n sampling_rate: 29999.9188795509\n\n has_lfp_data: True\n lfp_sampling_rate: 1249.996619981285\n location: See electrode locations\n probe_id: 729445650\n | probeB | 80 | 59 | 729445650 | 6 | True | 215.0 |
... and 2300 more row(s).
raw_running_wheel_rotation
data
| Data type | float32 |
|---|---|
| Shape | (550440,) |
| Array size | 2.10 MiB |
timestamps
| Data type | float64 |
|---|---|
| Shape | (550440,) |
| Array size | 4.20 MiB |
timestamp_link
running_wheel_signal_voltage
data
| Data type | float64 |
|---|---|
| Shape | (550440,) |
| Array size | 4.20 MiB |
timestamps (link to acquisition/raw_running_wheel_rotation/timestamps)
| Data type | float64 |
|---|---|
| Shape | (550440,) |
| Array size | 4.20 MiB |
running_wheel_supply_voltage
data
| Data type | float64 |
|---|---|
| Shape | (550440,) |
| Array size | 4.20 MiB |
timestamps (link to acquisition/raw_running_wheel_rotation/timestamps)
| Data type | float64 |
|---|---|
| Shape | (550440,) |
| Array size | 4.20 MiB |
processing
ecephys
data_interfaces
probe_729445648_ecephys_csd
time_series
data
| Data type | float64 |
|---|---|
| Shape | (875, 384) |
| Array size | 2.56 MiB |
timestamps
| Data type | float64 |
|---|---|
| Shape | (875,) |
| Array size | 6.84 KiB |
virtual_electrode_x_positions
| Data type | float64 |
|---|---|
| Shape | (384,) |
| Array size | 3.00 KiB |
virtual_electrode_y_positions
| Data type | float64 |
|---|---|
| Shape | (384,) |
| Array size | 3.00 KiB |
probe_729445650_ecephys_csd
time_series
data
| Data type | float64 |
|---|---|
| Shape | (875, 384) |
| Array size | 2.56 MiB |
timestamps
| Data type | float64 |
|---|---|
| Shape | (875,) |
| Array size | 6.84 KiB |
virtual_electrode_x_positions
| Data type | float64 |
|---|---|
| Shape | (384,) |
| Array size | 3.00 KiB |
virtual_electrode_y_positions
| Data type | float64 |
|---|---|
| Shape | (384,) |
| Array size | 3.00 KiB |
probe_729445652_ecephys_csd
time_series
data
| Data type | float64 |
|---|---|
| Shape | (875, 384) |
| Array size | 2.56 MiB |
timestamps
| Data type | float64 |
|---|---|
| Shape | (875,) |
| Array size | 6.84 KiB |
virtual_electrode_x_positions
| Data type | float64 |
|---|---|
| Shape | (384,) |
| Array size | 3.00 KiB |
virtual_electrode_y_positions
| Data type | float64 |
|---|---|
| Shape | (384,) |
| Array size | 3.00 KiB |
probe_729445654_ecephys_csd
time_series
data
| Data type | float64 |
|---|---|
| Shape | (875, 384) |
| Array size | 2.56 MiB |
timestamps
| Data type | float64 |
|---|---|
| Shape | (875,) |
| Array size | 6.84 KiB |
virtual_electrode_x_positions
| Data type | float64 |
|---|---|
| Shape | (384,) |
| Array size | 3.00 KiB |
virtual_electrode_y_positions
| Data type | float64 |
|---|---|
| Shape | (384,) |
| Array size | 3.00 KiB |
probe_729445656_ecephys_csd
time_series
data
| Data type | float64 |
|---|---|
| Shape | (875, 384) |
| Array size | 2.56 MiB |
timestamps
| Data type | float64 |
|---|---|
| Shape | (875,) |
| Array size | 6.84 KiB |
virtual_electrode_x_positions
| Data type | float64 |
|---|---|
| Shape | (384,) |
| Array size | 3.00 KiB |
virtual_electrode_y_positions
| Data type | float64 |
|---|---|
| Shape | (384,) |
| Array size | 3.00 KiB |
probe_729445658_ecephys_csd
time_series
data
| Data type | float64 |
|---|---|
| Shape | (876, 384) |
| Array size | 2.57 MiB |
timestamps
| Data type | float64 |
|---|---|
| Shape | (876,) |
| Array size | 6.84 KiB |
virtual_electrode_x_positions
| Data type | float64 |
|---|---|
| Shape | (384,) |
| Array size | 3.00 KiB |
virtual_electrode_y_positions
| Data type | float64 |
|---|---|
| Shape | (384,) |
| Array size | 3.00 KiB |
eye_tracking_rig_metadata
data_interfaces
eye_tracking_rig_metadata
monitor_position
| Data type | float64 |
|---|---|
| Shape | (3,) |
| Array size | 24.00 bytes |
[118.6 86.2 31.6]
camera_position
| Data type | float64 |
|---|---|
| Shape | (3,) |
| Array size | 24.00 bytes |
[102.8 74.7 31.6]
led_position
| Data type | float64 |
|---|---|
| Shape | (3,) |
| Array size | 24.00 bytes |
[246. 92.3 52.6]
monitor_rotation
| Data type | float64 |
|---|---|
| Shape | (3,) |
| Array size | 24.00 bytes |
[0. 0. 0.]
camera_rotation
| Data type | float64 |
|---|---|
| Shape | (3,) |
| Array size | 24.00 bytes |
[0. 0. 2.8]
optotagging
data_interfaces
optotagging
data
| Data type | float64 |
|---|---|
| Shape | (180,) |
| Array size | 1.41 KiB |
timestamps
| Data type | float64 |
|---|---|
| Shape | (180,) |
| Array size | 1.41 KiB |
optogenetic_stimulation
table
| start_time | condition | level | stop_time | stimulus_name | duration | tags | timeseries | |
|---|---|---|---|---|---|---|---|---|
| id | ||||||||
| 0 | 9224.47063 | a single square pulse | 1.0 | 9224.47563 | pulse | 0.005 | [optical_stimulation] | [(0, 1, optotagging pynwb.base.TimeSeries at 0x139673032307232\nFields:\n comments: no comments\n conversion: 1.0\n data: <zarr.core.Array '/processing/optotagging/optotagging/data' (180,) float64 read-only>\n description: no description\n interval: 1\n offset: 0.0\n resolution: -1.0\n timestamps: <zarr.core.Array '/processing/optotagging/optotagging/timestamps' (180,) float64 read-only>\n timestamps_unit: seconds\n unit: seconds\n)] |
| 1 | 9226.51052 | half-period of a cosine wave | 1.0 | 9227.51052 | raised_cosine | 1.000 | [optical_stimulation] | [(1, 1, optotagging pynwb.base.TimeSeries at 0x139673032307232\nFields:\n comments: no comments\n conversion: 1.0\n data: <zarr.core.Array '/processing/optotagging/optotagging/data' (180,) float64 read-only>\n description: no description\n interval: 1\n offset: 0.0\n resolution: -1.0\n timestamps: <zarr.core.Array '/processing/optotagging/optotagging/timestamps' (180,) float64 read-only>\n timestamps_unit: seconds\n unit: seconds\n)] |
| 2 | 9228.69081 | half-period of a cosine wave | 4.0 | 9229.69081 | raised_cosine | 1.000 | [optical_stimulation] | [(2, 1, optotagging pynwb.base.TimeSeries at 0x139673032307232\nFields:\n comments: no comments\n conversion: 1.0\n data: <zarr.core.Array '/processing/optotagging/optotagging/data' (180,) float64 read-only>\n description: no description\n interval: 1\n offset: 0.0\n resolution: -1.0\n timestamps: <zarr.core.Array '/processing/optotagging/optotagging/timestamps' (180,) float64 read-only>\n timestamps_unit: seconds\n unit: seconds\n)] |
| 3 | 9230.74029 | a single square pulse | 2.5 | 9230.74529 | pulse | 0.005 | [optical_stimulation] | [(3, 1, optotagging pynwb.base.TimeSeries at 0x139673032307232\nFields:\n comments: no comments\n conversion: 1.0\n data: <zarr.core.Array '/processing/optotagging/optotagging/data' (180,) float64 read-only>\n description: no description\n interval: 1\n offset: 0.0\n resolution: -1.0\n timestamps: <zarr.core.Array '/processing/optotagging/optotagging/timestamps' (180,) float64 read-only>\n timestamps_unit: seconds\n unit: seconds\n)] |
... and 176 more row(s).
running
data_interfaces
running_speed
data
| Data type | float64 |
|---|---|
| Shape | (365065,) |
| Array size | 2.79 MiB |
timestamps
| Data type | float64 |
|---|---|
| Shape | (365065,) |
| Array size | 2.79 MiB |
timestamp_link
running_speed_end_times
data
| Data type | float64 |
|---|---|
| Shape | (365065,) |
| Array size | 2.79 MiB |
timestamps
| Data type | float64 |
|---|---|
| Shape | (365065,) |
| Array size | 2.79 MiB |
running_wheel_rotation
data
| Data type | float32 |
|---|---|
| Shape | (365065,) |
| Array size | 1.39 MiB |
timestamps (link to processing/running/running_speed/timestamps)
| Data type | float64 |
|---|---|
| Shape | (365065,) |
| Array size | 2.79 MiB |
stimulus
data_interfaces
timestamps (link to processing/stimulus/timestamps/timestamps)
| Data type | float64 |
|---|---|
| Shape | (70388,) |
| Array size | 549.91 KiB |
electrodes
table
| x | y | z | imp | location | filtering | group | group_name | probe_vertical_position | probe_horizontal_position | probe_id | local_index | valid_data | ecephys_structure_id | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | ||||||||||||||
| 850249265 | 7955.0 | 3766.0 | NaN | NaN | Eth | AP band: 500 Hz high-pass; LFP band: 1000 Hz low-pass | probeB abc.EcephysElectrodeGroup at 0x139673030836816\nFields:\n description: Ecephys Electrode Group\n device: probeB abc.EcephysProbe at 0x139673032306752\nFields:\n probe_id: 729445650\n sampling_rate: 29999.9188795509\n\n has_lfp_data: True\n lfp_sampling_rate: 1249.996619981285\n location: See electrode locations\n probe_id: 729445650\n | probeB | 20 | 43 | 729445650 | 0 | False | NaN |
| 850249267 | 7955.0 | 3756.0 | 7199.0 | NaN | TH | AP band: 500 Hz high-pass; LFP band: 1000 Hz low-pass | probeB abc.EcephysElectrodeGroup at 0x139673030836816\nFields:\n description: Ecephys Electrode Group\n device: probeB abc.EcephysProbe at 0x139673032306752\nFields:\n probe_id: 729445650\n sampling_rate: 29999.9188795509\n\n has_lfp_data: True\n lfp_sampling_rate: 1249.996619981285\n location: See electrode locations\n probe_id: 729445650\n | probeB | 20 | 11 | 729445650 | 1 | True | 549.0 |
| 850249273 | 7955.0 | 3727.0 | 7204.0 | NaN | TH | AP band: 500 Hz high-pass; LFP band: 1000 Hz low-pass | probeB abc.EcephysElectrodeGroup at 0x139673030836816\nFields:\n description: Ecephys Electrode Group\n device: probeB abc.EcephysProbe at 0x139673032306752\nFields:\n probe_id: 729445650\n sampling_rate: 29999.9188795509\n\n has_lfp_data: True\n lfp_sampling_rate: 1249.996619981285\n location: See electrode locations\n probe_id: 729445650\n | probeB | 60 | 43 | 729445650 | 4 | True | 549.0 |
| 850249277 | 7954.0 | 3708.0 | 7207.0 | NaN | APN | AP band: 500 Hz high-pass; LFP band: 1000 Hz low-pass | probeB abc.EcephysElectrodeGroup at 0x139673030836816\nFields:\n description: Ecephys Electrode Group\n device: probeB abc.EcephysProbe at 0x139673032306752\nFields:\n probe_id: 729445650\n sampling_rate: 29999.9188795509\n\n has_lfp_data: True\n lfp_sampling_rate: 1249.996619981285\n location: See electrode locations\n probe_id: 729445650\n | probeB | 80 | 59 | 729445650 | 6 | True | 215.0 |
... and 2300 more row(s).
electrode_groups
probeA
device
probeB
device
probeC
device
probeD
device
probeE
device
probeF
device
devices
probeA
probeB
probeC
probeD
probeE
probeF
intervals
drifting_gratings_presentations
table
| start_time | stop_time | stimulus_name | stimulus_block | temporal_frequency | color | mask | opacity | phase | size | units | stimulus_index | orientation | spatial_frequency | contrast | tags | timeseries | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | |||||||||||||||||
| 0 | 1591.133857 | 1593.135537 | drifting_gratings | 2.0 | 2.0 | [1.0, 1.0, 1.0] | None | 1.0 | [42423.86666667, 42423.86666667] | [250.0, 250.0] | deg | 2.0 | 315.0 | 0.04 | 0.8 | [stimulus_time_interval] | [(3798, 1, timestamps pynwb.base.TimeSeries at 0x139673032306944\nFields:\n comments: no comments\n conversion: 1.0\n data: <zarr.core.Array '/processing/stimulus/timestamps/data' (70388,) float64 read-only>\n description: no description\n interval: 1\n offset: 0.0\n resolution: -1.0\n timestamps: <zarr.core.Array '/processing/stimulus/timestamps/timestamps' (70388,) float64 read-only>\n timestamps_unit: seconds\n unit: s\n)] |
| 1 | 1594.136403 | 1596.138053 | drifting_gratings | 2.0 | 4.0 | [1.0, 1.0, 1.0] | None | 1.0 | [42423.86666667, 42423.86666667] | [250.0, 250.0] | deg | 2.0 | 135.0 | 0.04 | 0.8 | [stimulus_time_interval] | [(3799, 1, timestamps pynwb.base.TimeSeries at 0x139673032306944\nFields:\n comments: no comments\n conversion: 1.0\n data: <zarr.core.Array '/processing/stimulus/timestamps/data' (70388,) float64 read-only>\n description: no description\n interval: 1\n offset: 0.0\n resolution: -1.0\n timestamps: <zarr.core.Array '/processing/stimulus/timestamps/timestamps' (70388,) float64 read-only>\n timestamps_unit: seconds\n unit: s\n)] |
| 2 | 1597.138897 | 1599.140577 | drifting_gratings | 2.0 | 15.0 | [1.0, 1.0, 1.0] | None | 1.0 | [42423.86666667, 42423.86666667] | [250.0, 250.0] | deg | 2.0 | 225.0 | 0.04 | 0.8 | [stimulus_time_interval] | [(3800, 1, timestamps pynwb.base.TimeSeries at 0x139673032306944\nFields:\n comments: no comments\n conversion: 1.0\n data: <zarr.core.Array '/processing/stimulus/timestamps/data' (70388,) float64 read-only>\n description: no description\n interval: 1\n offset: 0.0\n resolution: -1.0\n timestamps: <zarr.core.Array '/processing/stimulus/timestamps/timestamps' (70388,) float64 read-only>\n timestamps_unit: seconds\n unit: s\n)] |
| 3 | 1600.141393 | 1602.143063 | drifting_gratings | 2.0 | 4.0 | [1.0, 1.0, 1.0] | None | 1.0 | [42423.86666667, 42423.86666667] | [250.0, 250.0] | deg | 2.0 | 270.0 | 0.04 | 0.8 | [stimulus_time_interval] | [(3801, 1, timestamps pynwb.base.TimeSeries at 0x139673032306944\nFields:\n comments: no comments\n conversion: 1.0\n data: <zarr.core.Array '/processing/stimulus/timestamps/data' (70388,) float64 read-only>\n description: no description\n interval: 1\n offset: 0.0\n resolution: -1.0\n timestamps: <zarr.core.Array '/processing/stimulus/timestamps/timestamps' (70388,) float64 read-only>\n timestamps_unit: seconds\n unit: s\n)] |
... and 624 more row(s).
flashes_presentations
table
| start_time | stop_time | stimulus_name | stimulus_block | color | mask | opacity | phase | size | units | stimulus_index | orientation | spatial_frequency | contrast | tags | timeseries | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | ||||||||||||||||
| 0 | 1290.883097 | 1291.133309 | flashes | 1.0 | -1.0 | None | 1.0 | [0.0, 0.0] | [300.0, 300.0] | deg | 1.0 | 0.0 | [0.0, 0.0] | 0.8 | [stimulus_time_interval] | [(3647, 1, timestamps pynwb.base.TimeSeries at 0x139673032306944\nFields:\n comments: no comments\n conversion: 1.0\n data: <zarr.core.Array '/processing/stimulus/timestamps/data' (70388,) float64 read-only>\n description: no description\n interval: 1\n offset: 0.0\n resolution: -1.0\n timestamps: <zarr.core.Array '/processing/stimulus/timestamps/timestamps' (70388,) float64 read-only>\n timestamps_unit: seconds\n unit: s\n)] |
| 1 | 1292.884817 | 1293.135016 | flashes | 1.0 | 1.0 | None | 1.0 | [0.0, 0.0] | [300.0, 300.0] | deg | 1.0 | 0.0 | [0.0, 0.0] | 0.8 | [stimulus_time_interval] | [(3648, 1, timestamps pynwb.base.TimeSeries at 0x139673032306944\nFields:\n comments: no comments\n conversion: 1.0\n data: <zarr.core.Array '/processing/stimulus/timestamps/data' (70388,) float64 read-only>\n description: no description\n interval: 1\n offset: 0.0\n resolution: -1.0\n timestamps: <zarr.core.Array '/processing/stimulus/timestamps/timestamps' (70388,) float64 read-only>\n timestamps_unit: seconds\n unit: s\n)] |
| 2 | 1294.886487 | 1295.136691 | flashes | 1.0 | 1.0 | None | 1.0 | [0.0, 0.0] | [300.0, 300.0] | deg | 1.0 | 0.0 | [0.0, 0.0] | 0.8 | [stimulus_time_interval] | [(3649, 1, timestamps pynwb.base.TimeSeries at 0x139673032306944\nFields:\n comments: no comments\n conversion: 1.0\n data: <zarr.core.Array '/processing/stimulus/timestamps/data' (70388,) float64 read-only>\n description: no description\n interval: 1\n offset: 0.0\n resolution: -1.0\n timestamps: <zarr.core.Array '/processing/stimulus/timestamps/timestamps' (70388,) float64 read-only>\n timestamps_unit: seconds\n unit: s\n)] |
| 3 | 1296.888137 | 1297.138344 | flashes | 1.0 | 1.0 | None | 1.0 | [0.0, 0.0] | [300.0, 300.0] | deg | 1.0 | 0.0 | [0.0, 0.0] | 0.8 | [stimulus_time_interval] | [(3650, 1, timestamps pynwb.base.TimeSeries at 0x139673032306944\nFields:\n comments: no comments\n conversion: 1.0\n data: <zarr.core.Array '/processing/stimulus/timestamps/data' (70388,) float64 read-only>\n description: no description\n interval: 1\n offset: 0.0\n resolution: -1.0\n timestamps: <zarr.core.Array '/processing/stimulus/timestamps/timestamps' (70388,) float64 read-only>\n timestamps_unit: seconds\n unit: s\n)] |
... and 146 more row(s).
gabors_presentations
table
| start_time | stop_time | stimulus_name | stimulus_block | temporal_frequency | x_position | y_position | color | mask | opacity | phase | size | units | stimulus_index | orientation | spatial_frequency | contrast | tags | timeseries | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | |||||||||||||||||||
| 0 | 89.896827 | 90.130356 | gabors | 0.0 | 4.0 | 10.0 | -10.0 | [1.0, 1.0, 1.0] | circle | 1.0 | [3644.93333333, 3644.93333333] | [20.0, 20.0] | deg | 0.0 | 0.0 | 0.08 | 0.8 | [stimulus_time_interval] | [(1, 1, timestamps pynwb.base.TimeSeries at 0x139673032306944\nFields:\n comments: no comments\n conversion: 1.0\n data: <zarr.core.Array '/processing/stimulus/timestamps/data' (70388,) float64 read-only>\n description: no description\n interval: 1\n offset: 0.0\n resolution: -1.0\n timestamps: <zarr.core.Array '/processing/stimulus/timestamps/timestamps' (70388,) float64 read-only>\n timestamps_unit: seconds\n unit: s\n)] |
| 1 | 90.130356 | 90.380565 | gabors | 0.0 | 4.0 | -30.0 | 20.0 | [1.0, 1.0, 1.0] | circle | 1.0 | [3644.93333333, 3644.93333333] | [20.0, 20.0] | deg | 0.0 | 90.0 | 0.08 | 0.8 | [stimulus_time_interval] | [(2, 1, timestamps pynwb.base.TimeSeries at 0x139673032306944\nFields:\n comments: no comments\n conversion: 1.0\n data: <zarr.core.Array '/processing/stimulus/timestamps/data' (70388,) float64 read-only>\n description: no description\n interval: 1\n offset: 0.0\n resolution: -1.0\n timestamps: <zarr.core.Array '/processing/stimulus/timestamps/timestamps' (70388,) float64 read-only>\n timestamps_unit: seconds\n unit: s\n)] |
| 2 | 90.380565 | 90.630774 | gabors | 0.0 | 4.0 | 20.0 | -20.0 | [1.0, 1.0, 1.0] | circle | 1.0 | [3644.93333333, 3644.93333333] | [20.0, 20.0] | deg | 0.0 | 0.0 | 0.08 | 0.8 | [stimulus_time_interval] | [(3, 1, timestamps pynwb.base.TimeSeries at 0x139673032306944\nFields:\n comments: no comments\n conversion: 1.0\n data: <zarr.core.Array '/processing/stimulus/timestamps/data' (70388,) float64 read-only>\n description: no description\n interval: 1\n offset: 0.0\n resolution: -1.0\n timestamps: <zarr.core.Array '/processing/stimulus/timestamps/timestamps' (70388,) float64 read-only>\n timestamps_unit: seconds\n unit: s\n)] |
| 3 | 90.630774 | 90.880983 | gabors | 0.0 | 4.0 | 30.0 | 20.0 | [1.0, 1.0, 1.0] | circle | 1.0 | [3644.93333333, 3644.93333333] | [20.0, 20.0] | deg | 0.0 | 90.0 | 0.08 | 0.8 | [stimulus_time_interval] | [(4, 1, timestamps pynwb.base.TimeSeries at 0x139673032306944\nFields:\n comments: no comments\n conversion: 1.0\n data: <zarr.core.Array '/processing/stimulus/timestamps/data' (70388,) float64 read-only>\n description: no description\n interval: 1\n offset: 0.0\n resolution: -1.0\n timestamps: <zarr.core.Array '/processing/stimulus/timestamps/timestamps' (70388,) float64 read-only>\n timestamps_unit: seconds\n unit: s\n)] |
... and 3641 more row(s).
invalid_times
table
| start_time | stop_time | tags | |
|---|---|---|---|
| id | |||
| 0 | 970.0 | 982.0 | [EcephysSession, 719161530, stimulus] |
natural_movie_one_presentations
table
| start_time | stop_time | stimulus_name | stimulus_block | color | opacity | size | units | stimulus_index | orientation | frame | contrast | tags | timeseries | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | ||||||||||||||
| 0 | 2852.187037 | 2852.220398 | natural_movie_one | 4.0 | [1.0, 1.0, 1.0] | 1.0 | [1920.0, 1080.0] | pix | 3.0 | 0.0 | 0.0 | 1.0 | [stimulus_time_interval] | [(22000, 1, timestamps pynwb.base.TimeSeries at 0x139673032306944\nFields:\n comments: no comments\n conversion: 1.0\n data: <zarr.core.Array '/processing/stimulus/timestamps/data' (70388,) float64 read-only>\n description: no description\n interval: 1\n offset: 0.0\n resolution: -1.0\n timestamps: <zarr.core.Array '/processing/stimulus/timestamps/timestamps' (70388,) float64 read-only>\n timestamps_unit: seconds\n unit: s\n)] |
| 1 | 2852.220398 | 2852.253758 | natural_movie_one | 4.0 | [1.0, 1.0, 1.0] | 1.0 | [1920.0, 1080.0] | pix | 3.0 | 0.0 | 1.0 | 1.0 | [stimulus_time_interval] | [(22001, 1, timestamps pynwb.base.TimeSeries at 0x139673032306944\nFields:\n comments: no comments\n conversion: 1.0\n data: <zarr.core.Array '/processing/stimulus/timestamps/data' (70388,) float64 read-only>\n description: no description\n interval: 1\n offset: 0.0\n resolution: -1.0\n timestamps: <zarr.core.Array '/processing/stimulus/timestamps/timestamps' (70388,) float64 read-only>\n timestamps_unit: seconds\n unit: s\n)] |
| 2 | 2852.253758 | 2852.287119 | natural_movie_one | 4.0 | [1.0, 1.0, 1.0] | 1.0 | [1920.0, 1080.0] | pix | 3.0 | 0.0 | 2.0 | 1.0 | [stimulus_time_interval] | [(22002, 1, timestamps pynwb.base.TimeSeries at 0x139673032306944\nFields:\n comments: no comments\n conversion: 1.0\n data: <zarr.core.Array '/processing/stimulus/timestamps/data' (70388,) float64 read-only>\n description: no description\n interval: 1\n offset: 0.0\n resolution: -1.0\n timestamps: <zarr.core.Array '/processing/stimulus/timestamps/timestamps' (70388,) float64 read-only>\n timestamps_unit: seconds\n unit: s\n)] |
| 3 | 2852.287119 | 2852.320479 | natural_movie_one | 4.0 | [1.0, 1.0, 1.0] | 1.0 | [1920.0, 1080.0] | pix | 3.0 | 0.0 | 3.0 | 1.0 | [stimulus_time_interval] | [(22003, 1, timestamps pynwb.base.TimeSeries at 0x139673032306944\nFields:\n comments: no comments\n conversion: 1.0\n data: <zarr.core.Array '/processing/stimulus/timestamps/data' (70388,) float64 read-only>\n description: no description\n interval: 1\n offset: 0.0\n resolution: -1.0\n timestamps: <zarr.core.Array '/processing/stimulus/timestamps/timestamps' (70388,) float64 read-only>\n timestamps_unit: seconds\n unit: s\n)] |
... and 17996 more row(s).
natural_movie_three_presentations
table
| start_time | stop_time | stimulus_name | stimulus_block | color | opacity | size | units | stimulus_index | orientation | frame | contrast | tags | timeseries | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | ||||||||||||||
| 0 | 2221.660447 | 2221.693809 | natural_movie_three | 3.0 | [1.0, 1.0, 1.0] | 1.0 | [1920.0, 1080.0] | pix | 4.0 | 0.0 | 0.0 | 1.0 | [stimulus_time_interval] | [(3999, 1, timestamps pynwb.base.TimeSeries at 0x139673032306944\nFields:\n comments: no comments\n conversion: 1.0\n data: <zarr.core.Array '/processing/stimulus/timestamps/data' (70388,) float64 read-only>\n description: no description\n interval: 1\n offset: 0.0\n resolution: -1.0\n timestamps: <zarr.core.Array '/processing/stimulus/timestamps/timestamps' (70388,) float64 read-only>\n timestamps_unit: seconds\n unit: s\n)] |
| 1 | 2221.693809 | 2221.727170 | natural_movie_three | 3.0 | [1.0, 1.0, 1.0] | 1.0 | [1920.0, 1080.0] | pix | 4.0 | 0.0 | 1.0 | 1.0 | [stimulus_time_interval] | [(4000, 1, timestamps pynwb.base.TimeSeries at 0x139673032306944\nFields:\n comments: no comments\n conversion: 1.0\n data: <zarr.core.Array '/processing/stimulus/timestamps/data' (70388,) float64 read-only>\n description: no description\n interval: 1\n offset: 0.0\n resolution: -1.0\n timestamps: <zarr.core.Array '/processing/stimulus/timestamps/timestamps' (70388,) float64 read-only>\n timestamps_unit: seconds\n unit: s\n)] |
| 2 | 2221.727170 | 2221.760532 | natural_movie_three | 3.0 | [1.0, 1.0, 1.0] | 1.0 | [1920.0, 1080.0] | pix | 4.0 | 0.0 | 2.0 | 1.0 | [stimulus_time_interval] | [(4001, 1, timestamps pynwb.base.TimeSeries at 0x139673032306944\nFields:\n comments: no comments\n conversion: 1.0\n data: <zarr.core.Array '/processing/stimulus/timestamps/data' (70388,) float64 read-only>\n description: no description\n interval: 1\n offset: 0.0\n resolution: -1.0\n timestamps: <zarr.core.Array '/processing/stimulus/timestamps/timestamps' (70388,) float64 read-only>\n timestamps_unit: seconds\n unit: s\n)] |
| 3 | 2221.760532 | 2221.793893 | natural_movie_three | 3.0 | [1.0, 1.0, 1.0] | 1.0 | [1920.0, 1080.0] | pix | 4.0 | 0.0 | 3.0 | 1.0 | [stimulus_time_interval] | [(4002, 1, timestamps pynwb.base.TimeSeries at 0x139673032306944\nFields:\n comments: no comments\n conversion: 1.0\n data: <zarr.core.Array '/processing/stimulus/timestamps/data' (70388,) float64 read-only>\n description: no description\n interval: 1\n offset: 0.0\n resolution: -1.0\n timestamps: <zarr.core.Array '/processing/stimulus/timestamps/timestamps' (70388,) float64 read-only>\n timestamps_unit: seconds\n unit: s\n)] |
... and 35996 more row(s).
natural_scenes_presentations
table
| start_time | stop_time | stimulus_name | stimulus_block | stimulus_index | frame | tags | timeseries | |
|---|---|---|---|---|---|---|---|---|
| id | ||||||||
| 0 | 5908.739537 | 5908.989739 | natural_scenes | 9.0 | 5.0 | 34.0 | [stimulus_time_interval] | [(51353, 1, timestamps pynwb.base.TimeSeries at 0x139673032306944\nFields:\n comments: no comments\n conversion: 1.0\n data: <zarr.core.Array '/processing/stimulus/timestamps/data' (70388,) float64 read-only>\n description: no description\n interval: 1\n offset: 0.0\n resolution: -1.0\n timestamps: <zarr.core.Array '/processing/stimulus/timestamps/timestamps' (70388,) float64 read-only>\n timestamps_unit: seconds\n unit: s\n)] |
| 1 | 5908.989739 | 5909.239940 | natural_scenes | 9.0 | 5.0 | 6.0 | [stimulus_time_interval] | [(51354, 1, timestamps pynwb.base.TimeSeries at 0x139673032306944\nFields:\n comments: no comments\n conversion: 1.0\n data: <zarr.core.Array '/processing/stimulus/timestamps/data' (70388,) float64 read-only>\n description: no description\n interval: 1\n offset: 0.0\n resolution: -1.0\n timestamps: <zarr.core.Array '/processing/stimulus/timestamps/timestamps' (70388,) float64 read-only>\n timestamps_unit: seconds\n unit: s\n)] |
| 2 | 5909.239940 | 5909.490142 | natural_scenes | 9.0 | 5.0 | 28.0 | [stimulus_time_interval] | [(51355, 1, timestamps pynwb.base.TimeSeries at 0x139673032306944\nFields:\n comments: no comments\n conversion: 1.0\n data: <zarr.core.Array '/processing/stimulus/timestamps/data' (70388,) float64 read-only>\n description: no description\n interval: 1\n offset: 0.0\n resolution: -1.0\n timestamps: <zarr.core.Array '/processing/stimulus/timestamps/timestamps' (70388,) float64 read-only>\n timestamps_unit: seconds\n unit: s\n)] |
| 3 | 5909.490142 | 5909.740343 | natural_scenes | 9.0 | 5.0 | 109.0 | [stimulus_time_interval] | [(51356, 1, timestamps pynwb.base.TimeSeries at 0x139673032306944\nFields:\n comments: no comments\n conversion: 1.0\n data: <zarr.core.Array '/processing/stimulus/timestamps/data' (70388,) float64 read-only>\n description: no description\n interval: 1\n offset: 0.0\n resolution: -1.0\n timestamps: <zarr.core.Array '/processing/stimulus/timestamps/timestamps' (70388,) float64 read-only>\n timestamps_unit: seconds\n unit: s\n)] |
... and 5946 more row(s).
spontaneous_presentations
table
| start_time | stop_time | stimulus_name | tags | timeseries | |
|---|---|---|---|---|---|
| id | |||||
| 0 | 29.830107 | 89.896827 | spontaneous | [stimulus_time_interval] | [(0, 1, timestamps pynwb.base.TimeSeries at 0x139673032306944\nFields:\n comments: no comments\n conversion: 1.0\n data: <zarr.core.Array '/processing/stimulus/timestamps/data' (70388,) float64 read-only>\n description: no description\n interval: 1\n offset: 0.0\n resolution: -1.0\n timestamps: <zarr.core.Array '/processing/stimulus/timestamps/timestamps' (70388,) float64 read-only>\n timestamps_unit: seconds\n unit: s\n)] |
| 1 | 1001.891772 | 1290.883097 | spontaneous | [stimulus_time_interval] | [(3646, 1, timestamps pynwb.base.TimeSeries at 0x139673032306944\nFields:\n comments: no comments\n conversion: 1.0\n data: <zarr.core.Array '/processing/stimulus/timestamps/data' (70388,) float64 read-only>\n description: no description\n interval: 1\n offset: 0.0\n resolution: -1.0\n timestamps: <zarr.core.Array '/processing/stimulus/timestamps/timestamps' (70388,) float64 read-only>\n timestamps_unit: seconds\n unit: s\n)] |
| 2 | 1589.382401 | 1591.133857 | spontaneous | [stimulus_time_interval] | [(3797, 1, timestamps pynwb.base.TimeSeries at 0x139673032306944\nFields:\n comments: no comments\n conversion: 1.0\n data: <zarr.core.Array '/processing/stimulus/timestamps/data' (70388,) float64 read-only>\n description: no description\n interval: 1\n offset: 0.0\n resolution: -1.0\n timestamps: <zarr.core.Array '/processing/stimulus/timestamps/timestamps' (70388,) float64 read-only>\n timestamps_unit: seconds\n unit: s\n)] |
| 3 | 2190.634543 | 2221.660447 | spontaneous | [stimulus_time_interval] | [(3998, 1, timestamps pynwb.base.TimeSeries at 0x139673032306944\nFields:\n comments: no comments\n conversion: 1.0\n data: <zarr.core.Array '/processing/stimulus/timestamps/data' (70388,) float64 read-only>\n description: no description\n interval: 1\n offset: 0.0\n resolution: -1.0\n timestamps: <zarr.core.Array '/processing/stimulus/timestamps/timestamps' (70388,) float64 read-only>\n timestamps_unit: seconds\n unit: s\n)] |
... and 11 more row(s).
static_gratings_presentations
table
| start_time | stop_time | stimulus_name | stimulus_block | color | mask | opacity | phase | size | units | stimulus_index | orientation | spatial_frequency | contrast | tags | timeseries | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | ||||||||||||||||
| 0 | 5398.313257 | 5398.563476 | static_gratings | 8.0 | [1.0, 1.0, 1.0] | None | 1.0 | 0.5 | [250.0, 250.0] | deg | 6.0 | 0.0 | 0.16 | 0.8 | [stimulus_time_interval] | [(49432, 1, timestamps pynwb.base.TimeSeries at 0x139673032306944\nFields:\n comments: no comments\n conversion: 1.0\n data: <zarr.core.Array '/processing/stimulus/timestamps/data' (70388,) float64 read-only>\n description: no description\n interval: 1\n offset: 0.0\n resolution: -1.0\n timestamps: <zarr.core.Array '/processing/stimulus/timestamps/timestamps' (70388,) float64 read-only>\n timestamps_unit: seconds\n unit: s\n)] |
| 1 | 5398.563476 | 5398.813695 | static_gratings | 8.0 | [1.0, 1.0, 1.0] | None | 1.0 | 0.0 | [250.0, 250.0] | deg | 6.0 | 0.0 | 0.04 | 0.8 | [stimulus_time_interval] | [(49433, 1, timestamps pynwb.base.TimeSeries at 0x139673032306944\nFields:\n comments: no comments\n conversion: 1.0\n data: <zarr.core.Array '/processing/stimulus/timestamps/data' (70388,) float64 read-only>\n description: no description\n interval: 1\n offset: 0.0\n resolution: -1.0\n timestamps: <zarr.core.Array '/processing/stimulus/timestamps/timestamps' (70388,) float64 read-only>\n timestamps_unit: seconds\n unit: s\n)] |
| 2 | 5398.813695 | 5399.063914 | static_gratings | 8.0 | [1.0, 1.0, 1.0] | None | 1.0 | 0.5 | [250.0, 250.0] | deg | 6.0 | 90.0 | 0.02 | 0.8 | [stimulus_time_interval] | [(49434, 1, timestamps pynwb.base.TimeSeries at 0x139673032306944\nFields:\n comments: no comments\n conversion: 1.0\n data: <zarr.core.Array '/processing/stimulus/timestamps/data' (70388,) float64 read-only>\n description: no description\n interval: 1\n offset: 0.0\n resolution: -1.0\n timestamps: <zarr.core.Array '/processing/stimulus/timestamps/timestamps' (70388,) float64 read-only>\n timestamps_unit: seconds\n unit: s\n)] |
| 3 | 5399.063914 | 5399.314133 | static_gratings | 8.0 | [1.0, 1.0, 1.0] | None | 1.0 | 0.75 | [250.0, 250.0] | deg | 6.0 | 150.0 | 0.04 | 0.8 | [stimulus_time_interval] | [(49435, 1, timestamps pynwb.base.TimeSeries at 0x139673032306944\nFields:\n comments: no comments\n conversion: 1.0\n data: <zarr.core.Array '/processing/stimulus/timestamps/data' (70388,) float64 read-only>\n description: no description\n interval: 1\n offset: 0.0\n resolution: -1.0\n timestamps: <zarr.core.Array '/processing/stimulus/timestamps/timestamps' (70388,) float64 read-only>\n timestamps_unit: seconds\n unit: s\n)] |
... and 5996 more row(s).
subject
invalid_times
table
| start_time | stop_time | tags | |
|---|---|---|---|
| id | |||
| 0 | 970.0 | 982.0 | [EcephysSession, 719161530, stimulus] |
units
table
| waveform_duration | cluster_id | peak_channel_id | cumulative_drift | amplitude_cutoff | snr | recovery_slope | isolation_distance | nn_miss_rate | silhouette_score | velocity_above | quality | PT_ratio | l_ratio | velocity_below | max_drift | isi_violations | firing_rate | amplitude | local_index | spread | waveform_halfwidth | d_prime | presence_ratio | repolarization_slope | nn_hit_rate | spike_times | spike_amplitudes | waveform_mean | c50_dg | area_rf | fano_dg | fano_fl | fano_ns | fano_rf | fano_sg | f1_f0_dg | g_dsi_dg | g_osi_dg | g_osi_sg | width_rf | height_rf | azimuth_rf | mod_idx_dg | p_value_rf | pref_sf_sg | pref_tf_dg | run_mod_dg | run_mod_fl | run_mod_ns | run_mod_rf | run_mod_sg | pref_ori_dg | pref_ori_sg | run_pval_dg | run_pval_fl | run_pval_ns | run_pval_rf | run_pval_sg | elevation_rf | on_screen_rf | pref_image_ns | pref_phase_sg | firing_rate_dg | firing_rate_fl | firing_rate_ns | firing_rate_rf | firing_rate_sg | on_off_ratio_fl | time_to_peak_fl | time_to_peak_ns | time_to_peak_rf | time_to_peak_sg | pref_sf_multi_sg | pref_tf_multi_dg | sustained_idx_fl | pref_ori_multi_dg | pref_ori_multi_sg | pref_phase_multi_sg | image_selectivity_ns | pref_images_multi_ns | lifetime_sparseness_dg | lifetime_sparseness_fl | lifetime_sparseness_ns | lifetime_sparseness_rf | lifetime_sparseness_sg | anterior_posterior_ccf_coordinate | dorsal_ventral_ccf_coordinate | left_right_ccf_coordinate | ecephys_structure_id | ecephys_structure_acronym | probe_horizontal_position | probe_vertical_position | ecephys_probe_id | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 950921187 | 0.604355 | 4 | 850249267 | 481.80 | 0.425574 | 2.209140 | -0.118430 | 17.537571 | 0.009496 | 0.036369 | -0.549414 | good | 0.762709 | 0.042639 | NaN | 23.93 | 0.275115 | 3.937736 | 122.313555 | 4 | 50.0 | 0.357119 | 2.962274 | 0.99 | 0.381716 | 0.473829 | [1.0439430431793884, 1.543311060144649, 2.7287809323395984, 3.466616260790706, 4.279985126818964, 4.712386296038199, 7.379526841359497, 9.599766178253237, 10.153834343128517, 10.32776814678146, 16.048616949375607, 16.406684584262514, 16.917752632864836, 17.316620378075857, 17.360687163899776, 17.937655390697163, 18.348123167274842, 18.372556566676455, 18.391756618593682, 18.910391354323107, 19.32375913874245, 19.63965999294309, 20.977663610924903, 20.981563621470592, 22.651801471152076, 23.522403825273877, 26.536811976278646, 28.618984273170376, 29.769454050724544, 30.860890335317933, 31.899393143445074, 37.95054283917778, 38.304777130365935, 38.48941096295192, 39.12931269325578, 39.33197990793763, 39.553580507148965, 40.792417190315234, 41.31028525730491, 41.62188609987825, 41.679419588783, 41.811986613912886, 42.316187977280926, 43.23999047525671, 43.34735743224523, 43.60609146519927, 43.75565853629753, 44.929761711090094, 46.93436713157316, 47.38516835054641, 47.761769368881204, 48.538471469095306, 48.65593845339446, 50.61384374759969, 51.088111696693986, 51.52144620177031, 51.935080653577394, 51.98358078472248, 52.12291449481625, 52.670149307880706, 53.373717877007316, 53.53588498217626, 53.74851889047487, 53.76271892887199, 54.16418668111346, 54.67478806178725, 56.64426005393566, 57.09146126317443, 57.102561293189076, 57.700696243888274, 58.12953073679649, 58.134764084280874, 59.44550096186635, 59.644501499966786, 59.68970162218859, 60.109736091301414, 60.4515703489597, 62.232708498517255, 62.37864222645758, 63.14291095971834, 64.37711429702264, 64.43408111772845, 65.10604960140795, 65.39281704349807, 65.78701810942366, 66.05158549148449, 66.15898578189648, 66.24318600957515, 67.5941563292858, 68.08189098146093, 68.89252650676485, 69.13296049023528, 69.15106053917809, 70.87406519820848, 71.82166776054, 72.31606909740862, 72.5487697266346, 73.57930584655303, 76.98111504509603, 77.1606488638915, ...] | [0.0001908626967721937, 0.00016134635752077775, 0.00015834631539605272, 0.00014995305845148796, 0.000153216415856958, 0.00014617706383302631, 0.00014961941464269478, 0.00015300944867667569, 0.0001703465484995166, 0.00015086219971375685, 0.00016920719533494467, 0.00014763996957354084, 0.00016639477778412895, 0.00015519679123182924, 0.0002001732093122286, 0.00015805799814915428, 0.00015181448390366733, 0.0001691743374538448, 0.00020109487093894333, 0.00020289308728599465, 0.0001987384323987508, 0.00014746747538845102, 0.0001897411744672041, 0.0001465573779786393, 0.00016195712906603586, 0.00021461205796091654, 0.00021708826044130366, 0.00017805888626355336, 0.00018814811637265139, 0.00015722308753058134, 0.00015790650044726826, 0.00017386850505258117, 0.00017991152549506897, 0.00029051217402937363, 0.00021542992589558435, 0.00020133809420037633, 0.00021478833797343943, 0.00018046799044407744, 0.00020065969459783284, 0.00018313544827485405, 0.00016123408770997287, 0.0002002206678247256, 0.00021183907503578576, 0.0001648424334856225, 0.00015762186566050095, 0.0001808054459221292, 0.0001560767053894784, 0.00015540766052775926, 0.0001745042268803418, 0.00018892794514021027, 0.00017141446193754455, 0.0001681392431341785, 0.0001499255239864373, 0.00014718510176141335, 0.00022365753673881191, 0.00017410357521807475, 0.0001888986017473759, 0.00015224150714883837, 0.00024858042690630613, 0.0001575506714312991, 0.00015210503646846994, 0.000155826323942387, 0.0002296212356979839, 0.00020736679827154731, 0.00018398662632256765, 0.00021159334511728104, 0.00023447753490979194, 0.00018708637913091353, 0.0002027183060993497, 0.00015965769759285577, 0.00017143744824131045, 0.00015822275270751236, 0.00016581266482332995, 0.0001455534101377656, 0.00017933626061802262, 0.00017715199324010137, 0.0002198130742037367, 0.0001840976686466622, 0.0001652082116044021, 0.00018511843367409892, 0.0001578033269590329, 0.0002360584085836301, 0.00017183821619179217, 0.00015784062963411562, 0.0001683946249745006, 0.00016718286301492917, 0.00019113535387285029, 0.00016131134184725016, 0.00016136493779329904, 0.00021104066599570562, 0.0002340366733670755, 0.00020250322458586616, 0.0001730829135579399, 0.00020076434107012066, 0.000161272217323471, 0.00021337506145876234, 0.00015364967990298282, 0.00016453769375863049, 0.00017233859145859278, 0.0002155584760564427, ...] | [[0.0, 0.5961149999999966, 5.378099999999993, 0.41378999999999166, -2.7703650000000124, -6.319365000000008, -1.9127549999999918, -0.1778399999999971, -2.438670000000007, 2.02292999999999, -5.796765000000006, -11.892075000000034, -6.895395000000002, -10.891140000000018, -17.718869999999978, -26.615549999999946, -20.25874499999999, -33.224489999999975, -26.60930999999997, -32.28732000000001, -30.290519999999976, -27.315794999999977, -19.116825000000023, -22.05138000000002, -18.94951500000004, -11.319749999999988, -7.5827699999999965, -2.7397499999999972, -1.2402000000000122, 8.560694999999992, 8.798594999999999, 17.02213500000002, 26.389545, 33.521084999999985, 35.14816500000002, 30.587309999999988, 29.61815999999998, 35.74857000000003, 41.622749999999996, 40.65905999999998, 34.61444999999999, 39.81821999999998, 33.56008500000002, 32.817914999999985, 35.515935, 30.94884000000001, 27.002234999999956, 25.739414999999983, 21.00481499999998, 23.18082, 14.112344999999987, 17.667779999999993, 12.371969999999992, 5.826209999999996, 5.981429999999996, 13.255514999999999, 11.488034999999998, 0.678989999999998, 7.4959949999999935, 7.179315000000002, 7.158450000000001, 2.7003599999999945, 6.275879999999998, 2.9006250000000042, 4.342259999999996, -3.3395700000000073, 6.412184999999997, 3.2875049999999932, 0.3773249999999937, 10.079744999999999, 10.273964999999995, 5.466630000000004, 9.132434999999996, 11.476334999999986, 7.283639999999997, 3.691935000000004, 8.100689999999998, 0.569204999999994, 4.468619999999995, -1.2431250000000063, 0.8291400000000007, 6.552389999999995], [0.0, -1.5365999999999977, -2.906865000000001, -4.693650000000007, -5.893679999999998, -6.888180000000004, -8.633820000000007, -9.98361, -11.420175000000013, -14.864654999999965, -18.699134999999988, -23.501985000000026, -29.56706999999999, -38.518739999999994, -50.382735, -65.18908499999999, -82.20478500000009, -97.28003999999989, -106.87989000000003, -110.42362500000014, -108.28681499999999, -102.80575499999996, -94.22458499999993, -81.81536999999999, -67.438215, -51.12432000000007, -33.18041999999998, -15.735330000000006, 0.8457149999999971, 17.353440000000003, 32.48446499999999, 46.956194999999944, 60.256170000000054, 71.272695, 78.75426000000004, 84.21835500000013, 87.78958500000013, 89.2711950000001, 88.74118499999999, 86.99886000000002, 83.97304500000001, 81.22042500000005, 75.98155500000003, 70.58863499999995, 65.90161499999996, 60.03991500000006, 54.22560000000001, 48.55948499999996, 43.15193999999997, 38.97075000000002, 35.20607999999999, 30.731609999999968, 26.32402499999998, 21.094514999999998, 17.519970000000008, 13.337414999999991, 10.567635000000008, 8.136180000000001, 6.138599999999997, 5.303804999999999, 4.555004999999997, 3.1675799999999974, 2.064464999999997, 1.8365099999999979, 1.3297049999999984, 0.45825000000000093, -0.5738850000000051, -1.3638299999999988, -1.5196350000000085, -2.4353550000000097, -3.2451899999999987, -2.6336700000000053, -2.1951150000000044, -0.7353450000000046, -0.7088250000000027, -0.6321900000000023, -1.0350599999999996, -1.1269050000000003, -1.6748549999999987, -0.9681750000000049, -0.1893449999999972, -0.09418500000000085], [0.0, 0.5857799999999995, 0.4368000000000001, 0.024179999999998092, -0.43134000000000006, -1.4071199999999982, -1.538549999999998, -1.3542750000000026, -1.0446149999999994, -1.7167800000000004, -1.614014999999993, -3.694080000000001, -4.671030000000007, -5.65246499999998, -8.257080000000004, -8.771100000000004, -12.347789999999998, -14.350634999999981, -14.153489999999996, -13.657410000000008, -13.626405000000009, -13.770900000000006, -13.612169999999999, -12.178919999999998, -10.374585, -7.473570000000002, -5.905965000000002, -2.5874549999999963, -0.2014349999999996, 3.2574750000000017, 5.226780000000005, 8.661314999999995, 12.717314999999997, 15.322320000000017, 15.868515000000013, 16.762590000000017, 18.444659999999985, 18.39805499999999, 20.47695000000001, 19.79796000000001, 19.513259999999995, 18.821984999999998, 17.22279, 17.03988, 16.35777, 15.17431499999999, 14.81200500000003, 12.585300000000004, 10.647584999999998, 8.810295000000004, 7.883850000000001, 6.716189999999996, 6.612254999999987, 5.782530000000001, 4.413045, 4.714710000000002, 4.760145, 4.157985000000001, 4.339335, 5.141759999999998, 4.039620000000001, 3.9382199999999985, 4.04508, 3.2288099999999975, 2.3259600000000016, -0.32993999999999746, 1.774305000000001, 0.5073900000000009, 1.5709200000000005, 0.759915000000001, 1.5568800000000012, -0.07800000000000251, 1.9232850000000008, 1.6179150000000009, 1.3987350000000012, 0.8119800000000008, -0.3299399999999961, 1.3761150000000009, 0.8078849999999995, 0.34573500000000257, 0.35431500000000105, 1.1844300000000008], [0.0, -0.10822499999999158, -1.0847849999999948, -2.053934999999992, -3.220619999999994, -4.313399999999995, -4.518929999999989, -6.352514999999994, -6.993089999999994, -9.290579999999988, -11.788529999999998, -14.865630000000003, -18.17185499999995, -23.144354999999997, -29.708835000000068, -37.232520000000044, -45.231614999999906, -51.801360000000024, -56.82319500000007, -58.02712499999998, -57.67593000000003, -55.61399999999993, -51.21947999999995, -44.89348500000002, -38.13887999999995, -28.978950000000044, -18.843825000000006, -9.179234999999995, 0.3404700000000074, 9.849450000000008, 18.180045000000028, 26.872560000000018, 34.25584500000002, 40.138409999999986, 45.5531699999999, 49.37087999999996, 51.51841500000001, 52.05954000000008, 52.83954, 51.93786000000009, 50.49642000000008, 49.22501999999997, 46.26414, 43.14648000000004, 39.57408000000004, 36.90589499999996, 33.69736500000003, 30.294615000000032, 27.11163, 24.478740000000013, 21.096464999999974, 17.853614999999998, 14.90404500000001, 11.778975000000003, 10.049130000000005, 8.838569999999997, 7.039305000000002, 5.646420000000005, 5.067270000000008, 4.889430000000006, 3.908580000000006, 3.0552600000000063, 2.5562550000000033, 1.7731350000000048, 1.0157550000000062, 0.6351150000000048, -0.21176999999999424, -0.43855499999999914, -0.6698249999999897, -0.7154549999999977, -0.6470099999999928, -0.5980649999999956, -0.17491499999999105, 0.655395000000011, 0.813540000000005, 0.15717000000000514, -0.2503799999999914, -0.28138499999999755, -0.5809049999999942, -0.09047999999999812, -0.17140499999999825, 0.5744700000000011], [0.0, 0.03412500000000174, -0.3043950000000004, -1.1036999999999986, -2.160600000000002, -1.877265000000008, -2.5496249999999985, -3.200145000000003, -3.588779999999985, -4.0661400000000025, -4.284344999999998, -5.180564999999996, -6.662954999999993, -8.140469999999985, -10.84589999999999, -13.75315500000002, -16.656705000000034, -18.91285499999999, -19.212960000000013, -20.08812000000002, -18.79546500000003, -18.33292500000001, -17.293184999999983, -16.111289999999993, -13.305045000000012, -10.66610999999998, -6.510855000000021, -3.625244999999993, -0.34027500000000055, 3.531645000000002, 7.3904999999999985, 10.64154, 14.423954999999998, 17.325945, 20.24763000000001, 21.515520000000013, 22.36142999999999, 22.924005000000008, 23.706735000000002, 23.895690000000013, 23.77654499999998, 22.55155499999999, 21.616139999999998, 19.57468500000001, 18.559710000000003, 17.528940000000002, 16.55745000000001, 14.66985, 13.161134999999996, 11.253060000000005, 10.263630000000006, 9.041565000000004, 6.791070000000005, 5.973630000000007, 5.3174550000000025, 4.334460000000002, 4.4222100000000015, 4.503720000000003, 4.1476500000000005, 3.6923250000000016, 3.2371950000000025, 3.1658250000000017, 2.0915700000000035, 2.1463650000000016, 1.5469349999999986, 1.295775000000003, 0.9718800000000027, 0.3595800000000047, 0.21411000000000024, 0.16867499999999946, -0.18953999999999782, 0.3843449999999988, 0.7109700000000028, 0.5235749999999997, 0.7944300000000002, -0.31628999999999374, -0.4818450000000025, -0.44108999999999954, -0.3077099999999957, 0.21781499999999943, 0.18954000000000315, 0.41866500000000295], [0.0, -1.1263200000000038, -1.859520000000002, -3.1217549999999945, -4.257239999999992, -5.227950000000003, -6.065475000000003, -7.249124999999996, -9.241634999999993, -11.080095, -13.609439999999973, -16.408664999999992, -19.943040000000007, -25.416494999999976, -31.91253000000001, -39.80262000000001, -47.78514000000004, -55.96285500000004, -61.40725500000001, -63.89019000000011, -64.34707499999995, -62.90485500000009, -59.59862999999991, -54.85506000000002, -47.593455, -37.30310999999997, -27.19723499999998, -15.548129999999967, -4.377944999999997, 5.478135000000001, 15.435615000000007, 25.262249999999987, 34.00819499999999, 41.110485000000025, 47.691345000000034, 52.42536000000001, 55.885245, 57.53845500000007, 57.96648000000005, 56.89144500000004, 55.524494999999995, 53.81317500000002, 51.79336500000001, 48.677264999999984, 45.36772499999994, 41.25595500000005, 37.65372, 33.97426500000002, 30.231825, 27.077505000000038, 24.247274999999963, 20.73747000000003, 17.22123000000001, 13.766415000000002, 10.958999999999998, 9.435855000000005, 7.470839999999997, 6.161805000000001, 5.430750000000001, 4.907175, 4.115475, 2.8097550000000013, 2.0090850000000007, 1.1017500000000022, 0.3849300000000051, 0.4623450000000009, 0.6793800000000014, 0.5364449999999983, 0.4270500000000008, 0.02418000000000209, -0.12655500000000153, -0.011114999999999764, -0.0007799999999984486, -0.22932000000000086, 0.299910000000001, -0.26227499999999493, -1.4016599999999992, -2.0241000000000082, -1.9858800000000056, -1.4853150000000004, -0.6306299999999987, -0.35119499999999393], [0.0, -0.35938500000000295, 0.21196499999999752, 0.3905849999999993, -0.6358950000000001, 0.013259999999998273, -0.42783000000000326, -0.34007999999999994, -1.2409799999999982, -0.6768449999999993, -1.3573950000000048, -2.1471450000000014, -2.200185000000001, -2.1420749999999984, -3.883620000000003, -4.707885000000006, -5.167695, -5.333054999999999, -6.138990000000003, -4.427475000000001, -4.416555000000006, -4.0429349999999955, -4.323930000000005, -3.4243950000000014, -2.2904700000000005, -0.8683349999999974, -0.15015000000000134, 0.6733349999999997, 1.4231100000000003, 2.7299999999999995, 4.368585000000005, 5.714279999999998, 7.018049999999999, 7.390889999999995, 7.8208649999999915, 8.231534999999994, 8.276580000000012, 8.565570000000001, 8.790014999999995, 9.448335000000002, 8.56595999999999, 8.407230000000002, 8.27151, 6.779175000000006, 6.711315000000002, 6.618494999999995, 6.513975000000001, 6.030180000000002, 5.3410500000000045, 5.125964999999997, 4.075889999999998, 3.3758399999999984, 2.3710049999999985, 2.3084099999999994, 2.13213, 3.10518, 2.4759149999999996, 2.573609999999999, 2.2834499999999993, 2.3507249999999993, 2.0217599999999996, 2.3029500000000005, 1.7407650000000001, 1.7462249999999997, 2.2068150000000015, 1.806869999999999, 1.0130249999999996, 1.0912199999999996, 0.6988799999999992, 0.24238499999999763, 0.7741499999999999, 0.6530549999999993, 0.576225, 0.804375, 0.9974249999999993, 1.0052250000000005, 0.6438899999999997, 0.3176550000000009, 0.4820400000000007, 0.5986499999999992, 0.7846799999999982, 0.4169099999999999], [0.0, 0.06883499999999909, -0.1171950000000006, -0.5664750000000063, -0.9311250000000015, -1.7805450000000063, -1.9176300000000035, -1.6290300000000046, -2.99364, -3.326700000000006, -4.664985000000002, -6.137819999999993, -7.190430000000011, -9.080955000000014, -11.446109999999997, -13.671644999999991, -16.137030000000024, -18.45928499999998, -19.74764999999999, -19.609199999999987, -18.665205, -18.353010000000026, -17.861415000000008, -16.16374499999997, -13.957124999999984, -11.06937, -7.8109200000000145, -4.751564999999997, -1.129440000000005, 1.8895499999999985, 5.651684999999999, 9.623640000000002, 13.031069999999993, 16.29771000000003, 18.817694999999997, 20.576205, 22.56013499999998, 22.73309999999999, 22.142639999999993, 22.556039999999996, 21.861450000000016, 21.976305000000004, 21.29049000000001, 19.281405000000007, 17.77113, 16.359719999999985, 15.423915000000001, 14.583074999999994, 12.906074999999994, 11.351729999999993, 11.017694999999994, 9.074325, 7.732725000000001, 6.440069999999997, 4.875974999999999, 5.054595, 4.377749999999998, 3.4376549999999977, 2.794934999999998, 3.9347099999999973, 3.170309999999998, 2.6293799999999985, 1.8055049999999973, 1.2045149999999976, 0.6415499999999952, 0.4412849999999988, -0.0475800000000004, -0.13942500000000724, 0.6290699999999991, 0.41769000000000167, 0.6214650000000019, 0.6107399999999976, 0.15638999999999914, 0.4656599999999984, 0.23360999999999654, 0.3375449999999991, -0.40287000000000805, -0.6409650000000022, -0.04270500000000377, -0.08170500000000569, 0.7057049999999956, 0.4800899999999917], [0.0, -1.4026350000000019, -0.7099949999999993, -0.6538350000000026, -0.9227400000000019, -0.006239999999998913, -1.0379849999999982, -1.8567900000000024, -1.9186050000000017, -1.661790000000003, -2.9134949999999966, -2.290664999999996, -2.8300350000000076, -3.6925200000000133, -4.796219999999999, -4.780034999999999, -5.489640000000007, -5.788965000000013, -5.501729999999998, -4.774380000000004, -4.587180000000001, -4.128345000000006, -3.0811950000000055, -3.1753799999999943, -2.647515000000001, -1.38801, -0.7355399999999999, -0.11466000000000043, 1.2013949999999998, 3.763499999999999, 4.315544999999996, 5.632380000000001, 6.637020000000002, 8.451104999999995, 8.703045, 8.625630000000013, 8.836425, 9.277125000000002, 10.319400000000007, 10.094565000000008, 9.913409999999999, 9.797385000000007, 8.88225, 8.224319999999997, 7.380749999999996, 7.671300000000004, 5.351969999999998, 5.414564999999996, 4.746494999999997, 4.942665000000003, 3.9310050000000016, 3.0983549999999997, 2.681055000000001, 2.374320000000001, 1.4962350000000006, 1.905345, 1.7713800000000006, 1.6241549999999998, 1.519635, 1.4437799999999992, 1.7996549999999998, 1.7263350000000006, 1.8993000000000002, 0.4106700000000001, 1.0019100000000005, 0.43387499999999957, -0.09671999999999814, 0.13298999999999883, -0.18817500000000265, -0.05889000000000166, 0.23985000000000034, 0.45201000000000247, 0.8447400000000003, 0.8020350000000004, -0.31258500000000145, -0.33208500000000263, -0.33988500000000377, -0.07390500000000233, -0.022035000000003357, 0.431145000000001, 1.4375399999999998, 1.1994449999999997], [0.0, 0.12401999999999935, 0.5627700000000035, 1.0473450000000046, 0.46683000000000163, 0.17062500000000358, -0.5892899999999948, -1.4476799999999952, -3.2071650000000056, -3.027569999999995, -3.861584999999994, -4.534919999999996, -5.388044999999993, -7.213635, -9.131264999999983, -10.016565000000002, -12.549809999999978, -13.640835000000017, -14.406015000000002, -13.878344999999992, -12.989340000000013, -12.093120000000015, -11.937705, -11.34334500000001, -10.732019999999991, -9.311445000000008, -8.046674999999984, -5.597475000000001, -3.002609999999995, 1.1861850000000036, 3.207945000000004, 6.391515000000007, 9.84048, 12.015705000000008, 13.671840000000016, 14.701049999999993, 15.081689999999996, 17.04885, 18.214364999999994, 17.693715000000005, 17.84269499999999, 17.03012999999999, 16.768635000000017, 16.251495000000002, 15.372435000000035, 14.186055000000012, 13.55386500000001, 11.974365000000038, 10.41475500000001, 9.468225000000011, 8.483280000000004, 8.068905, 6.0754200000000065, 6.093555000000007, 5.060835000000005, 4.497285, 3.8143950000000038, 3.471390000000003, 3.013335000000003, 2.9487900000000034, 3.0394650000000043, 2.4907350000000044, 1.6752450000000048, 1.3862550000000047, 0.6745050000000041, 0.7562100000000043, 0.2497950000000031, 0.8716500000000018, 0.302250000000003, 0.39487500000000453, 1.9030050000000034, 1.917435000000005, 1.1973000000000036, 0.2884050000000036, 0.3004950000000022, 0.9469200000000041, 0.617760000000003, 0.5844150000000046, 0.8312850000000029, 0.2679300000000011, 0.8905650000000049, 2.339415000000003], [0.0, 0.2031899999999971, -0.20943000000000422, -0.1651650000000009, -0.8057400000000086, 0.6776249999999977, 0.12089999999999934, -0.7694700000000014, -0.09964500000000265, -0.0040950000000035125, -0.3231150000000049, -0.27417000000000114, -0.8853000000000018, -1.9117799999999998, -1.9078800000000014, -3.096015000000006, -3.760769999999995, -2.466360000000002, -3.380130000000005, -2.1270600000000037, -2.0931300000000035, -1.3770900000000021, -0.4332900000000013, -0.3588000000000031, 0.7454849999999962, 1.338479999999998, 2.191799999999997, 2.7403349999999955, 3.2798999999999974, 4.241640000000002, 4.8789, 5.973045000000001, 6.8973449999999925, 7.125299999999994, 7.399665000000002, 7.129980000000003, 7.673444999999994, 8.095814999999995, 8.060714999999993, 7.670519999999996, 8.213984999999992, 7.264919999999995, 6.646965, 6.026669999999999, 5.5621800000000015, 5.520449999999997, 4.430594999999996, 4.2396899999999995, 2.6069549999999984, 2.654144999999997, 2.4425699999999977, 1.990364999999998, 1.0588499999999974, 0.5085599999999966, 1.026674999999997, 1.4488499999999962, 1.0356449999999984, 0.7478249999999995, 1.0432499999999987, 2.0309249999999976, 1.3755299999999975, 2.3148449999999983, 1.382159999999999, 0.6776249999999968, 0.8439599999999984, 1.031159999999997, 0.4204199999999987, 0.9038249999999978, 1.0506599999999988, 0.2724149999999985, 0.34319999999999706, 0.8032049999999997, 0.7493849999999982, 0.33773999999999726, 0.7558199999999988, -0.349245000000002, 0.4658549999999966, 0.5545799999999974, 0.7645949999999966, -0.08424000000000298, 0.7565999999999982, 1.5122249999999973], [0.0, -0.33013500000000495, 0.08599500000000293, -0.6893249999999946, -0.4541549999999981, -0.8088600000000008, -1.5484949999999984, -2.0816250000000016, -2.4591449999999995, -2.6291849999999988, -2.6161200000000076, -3.372914999999993, -3.304859999999997, -4.287075000000005, -5.314724999999995, -6.483360000000002, -7.088639999999994, -7.007129999999997, -6.61888500000001, -6.063720000000004, -5.184464999999995, -4.337580000000003, -3.340349999999999, -2.7795299999999967, -2.3474099999999973, -2.1342749999999997, -1.351739999999997, -0.9980100000000023, 0.1394249999999999, 1.1208599999999995, 3.4327800000000006, 4.507425000000001, 5.928389999999995, 6.8053050000000015, 7.420335000000015, 7.370414999999994, 7.491704999999992, 7.640880000000007, 8.452470000000005, 8.302904999999994, 8.145344999999995, 7.449780000000001, 6.659055000000001, 6.194174999999992, 5.893874999999998, 5.561009999999997, 5.339295000000002, 3.950700000000002, 3.009435, 2.3624250000000018, 2.2251450000000004, 1.5038399999999994, 1.1138400000000002, 0.8234850000000014, 0.8503949999999982, 1.2852450000000002, 0.570764999999998, 0.4914000000000063, 0.022620000000000973, 0.2677349999999996, 0.3833700000000011, -0.05304000000000131, -0.13474499999999856, 0.06805500000000286, -0.8730150000000048, -0.9250799999999992, -0.42217499999999863, -0.8663850000000022, -0.6358950000000021, -0.5508750000000047, 0.2174250000000011, -0.009360000000000701, 0.0037050000000020678, 0.16867500000000213, -0.4044300000000003, 0.14858999999999933, 0.1249950000000013, 0.19987500000000225, 0.12128999999999968, 0.03451500000000274, -0.026130000000000653, 0.5908500000000019], [0.0, 0.000780000000000225, -0.18603000000000103, 0.11017499999999991, 0.3459300000000014, -0.12499500000000374, -0.05362500000000203, -0.1649699999999994, 0.14585999999999766, -0.798525000000005, -0.7848750000000013, -1.0526100000000005, -0.8693100000000049, -1.7686500000000005, -2.7052350000000076, -3.0104100000000042, -3.630509999999996, -3.7204050000000026, -3.2912099999999946, -3.520920000000007, -2.558595000000006, -0.9414600000000006, -0.8950500000000052, 0.1780349999999986, -0.24940500000000165, 0.09009000000000089, -0.4256850000000001, 0.42763499999999777, 0.15950999999999693, 1.854254999999998, 2.6243099999999973, 3.2180849999999976, 4.481489999999999, 4.939544999999997, 5.460585000000002, 4.747274999999999, 4.83912, 5.693024999999996, 5.592014999999997, 4.400759999999999, 5.0575199999999985, 4.672979999999998, 3.942899999999998, 4.610579999999997, 4.165395, 4.139459999999998, 4.043909999999998, 2.558594999999998, 1.9716449999999985, 1.7093699999999996, 1.3745549999999973, 1.425254999999997, 0.7973549999999985, 0.5516549999999976, 0.3586049999999994, 0.24511499999999886, -0.46585500000000124, -0.2823600000000015, -0.5968949999999991, -0.3040050000000001, -0.41535000000000544, -0.6462300000000019, -1.2359100000000032, -0.835185000000001, -0.532740000000004, -0.057135000000004155, 0.249404999999999, 0.9348299999999974, 0.8416199999999994, 0.7259849999999992, 0.8466899999999988, 0.6532500000000034, 1.0334999999999979, 1.0414949999999996, 0.718184999999999, 0.8032049999999964, 0.8743799999999975, 1.149524999999999, 0.6789900000000002, 1.1926199999999982, 1.3207349999999984, 1.0580700000000005], [0.0, -0.39779999999999993, -0.709604999999998, -0.4354349999999998, -0.6881550000000003, -0.5771999999999993, -0.7940400000000003, -2.02137, -3.459884999999999, -3.3536100000000078, -2.5127700000000006, -2.397915000000003, -3.0979650000000003, -3.4727549999999985, -4.762290000000001, -6.210945000000006, -5.855070000000002, -6.242924999999998, -6.239415000000002, -6.820905, -5.23029, -5.089695000000006, -3.264105, -3.503759999999996, -3.465930000000002, -3.859830000000005, -3.206190000000003, -2.6422500000000015, -2.677545000000001, -0.6220499999999989, 0.18953999999999938, 2.1537749999999996, 4.07901, 4.231305000000001, 4.952025000000005, 4.8492600000000055, 4.706129999999994, 5.091645000000001, 4.90308, 4.0187550000000005, 5.161844999999995, 5.153265000000002, 3.9610350000000016, 2.7128399999999995, 3.289455000000001, 3.061304999999999, 2.7095249999999993, 1.1961299999999997, 0.36581999999999826, 0.40677, 0.24492000000000058, 0.44772000000000095, 0.4750200000000002, -0.44225999999999877, -1.1904749999999988, -0.7544549999999985, -1.0179000000000056, -0.9580349999999995, -2.2428899999999983, -3.3440549999999982, -4.011150000000003, -4.929600000000007, -3.7882650000000044, -3.1071300000000015, -3.624270000000002, -3.0051450000000033, -2.1906299999999996, -1.2271349999999992, -1.4387099999999984, -0.7721999999999984, -0.9030449999999994, -1.3501800000000015, -1.6296150000000014, -1.3408200000000001, -0.7686900000000008, -0.2616900000000002, 0.5397600000000016, 0.04504499999999856, -0.7371000000000005, -0.40618500000000113, -0.02496000000000087, -0.20104500000000025], [0.0, 0.5578949999999989, -0.19188000000000027, -0.6462299999999994, 0.15346499999999985, -0.49432500000000035, -0.6277049999999993, -0.06298499999999918, 0.24726000000000065, 0.968565000000001, 0.46409999999999985, 0.6530549999999994, 0.06025500000000006, -0.30185999999999735, -1.312349999999998, -1.9102199999999978, -1.670175000000002, -1.6510649999999976, -1.607774999999999, -1.3154699999999988, -0.6031350000000006, 0.5504850000000012, 0.7932600000000001, 1.1746800000000004, 0.07994999999999963, -0.11758500000000016, -0.4268549999999991, -0.011894999999999434, 0.6672900000000004, 1.2452699999999997, 1.9353750000000014, 2.739749999999999, 3.5620650000000023, 3.329234999999998, 3.1818149999999985, 3.54744, 3.2436300000000022, 4.1652, 4.060095000000003, 4.634564999999999, 3.487965, 3.559530000000004, 3.0753449999999996, 2.807414999999998, 2.488005000000003, 3.5751300000000024, 2.0564699999999996, 0.9769500000000009, 0.9469200000000009, 0.6191249999999999, 0.57525, 0.11973000000000011, -0.009749999999999481, -1.0165349999999995, -1.4275949999999986, -1.7397900000000053, -1.3831350000000013, -1.9642350000000015, -1.251509999999997, -0.5224049999999991, -1.06275, -0.8414249999999999, -0.2661750000000003, -0.2661750000000007, -0.1419599999999991, 0.06961500000000087, 0.479505, 0.06649499999999986, 1.0245300000000004, 1.345305000000002, 1.3404299999999998, 0.6216600000000007, 1.1134500000000003, 0.3426150000000003, 0.14410500000000048, 0.27885000000000004, 0.27124500000000146, 0.36172500000000046, 0.017940000000000733, 0.3324750000000001, 0.42256500000000086, 1.0473450000000009], [0.0, 1.2331799999999997, 0.7710300000000001, 0.6413550000000017, 0.5368350000000008, -0.08814000000000055, -0.23146500000000136, -0.5506800000000016, -0.6353099999999992, -0.5290349999999955, -0.8055449999999951, -0.41242499999999893, -0.8067150000000001, -1.571895, -2.2290450000000033, -2.2021349999999935, -2.7553499999999986, -2.5695149999999995, -2.0149349999999937, -2.1321300000000005, -0.9966449999999978, -1.0834199999999972, -0.8051550000000005, 0.6885450000000006, 0.1407899999999982, -0.4666349999999957, 0.01267499999999977, -0.9165000000000032, -0.6078149999999982, 0.16789500000000235, 2.124135000000001, 2.6523900000000014, 3.547245, 3.29511, 3.7966499999999996, 3.725865000000001, 3.7785150000000005, 4.067310000000001, 3.997890000000001, 3.469050000000001, 3.7619400000000027, 2.687685000000002, 3.5649900000000017, 3.4942050000000013, 2.7914250000000007, 2.752035000000001, 2.6139750000000013, 1.4587950000000012, 1.3242450000000021, 0.9765600000000012, 1.2185550000000007, 1.4180400000000009, 0.605864999999999, 0.27378000000000036, -0.288795000000003, -0.16184999999999983, -0.6996600000000002, -0.6446700000000019, -0.8260199999999962, -1.4145299999999987, -1.0647000000000069, -1.5463499999999972, -1.6282499999999964, -0.8468849999999977, -0.8145149999999948, -0.7907249999999992, 0.39350999999999825, 0.8037900000000013, 0.731445000000001, 1.1735100000000032, 0.7023900000000018, 0.7620600000000026, 0.8747700000000005, 0.7355400000000003, 0.6692400000000005, 0.5270850000000022, 0.530594999999999, 0.8897850000000012, 0.7604999999999991, 0.7345650000000008, 0.7741500000000008, 1.2378600000000008], [0.0, -0.42471000000000125, -0.34417500000000323, -0.5848050000000049, 0.5549699999999971, 0.049724999999997355, -0.11622000000000199, 0.3855149999999985, 0.2480399999999976, 0.6684599999999978, 0.4438199999999983, 0.14527499999999827, -0.5768100000000007, -1.0073699999999988, -1.5227549999999994, -1.7731350000000015, -1.440075000000004, -1.3513500000000056, -0.814320000000001, -0.9868950000000047, -0.22152000000000127, 0.4065749999999979, -0.30849000000000304, -0.23010000000000375, -0.8373300000000008, -1.1189099999999976, -1.0750349999999995, -0.7072650000000034, -0.48223500000000485, 1.0972649999999975, 1.6768049999999977, 2.2588799999999987, 2.3384399999999976, 2.3692499999999974, 2.1916049999999982, 2.0435999999999988, 2.818139999999997, 2.8643549999999975, 2.2721399999999985, 1.8474299999999986, 2.8058549999999993, 2.5299299999999976, 2.5344149999999983, 3.1878599999999992, 2.560349999999997, 2.8072199999999974, 2.004014999999998, -0.16438500000000245, -0.16750500000000246, -0.09165000000000134, -0.21216000000000124, 0.3478799999999984, -0.8301150000000026, -1.0643100000000023, -1.6966949999999967, -1.7103450000000062, -1.611285000000011, -1.4907749999999982, -1.4759549999999975, -1.5705300000000026, -1.4164800000000015, -1.1530350000000034, -1.303380000000004, -1.7462250000000024, -0.39273000000000136, -0.796965000000007, -1.0432500000000007, -1.3648050000000007, -0.2977650000000036, 0.4580549999999983, 0.2618849999999968, 0.6382349999999983, 0.7979399999999991, -0.3841500000000033, -0.34807500000000124, 0.3279899999999969, -0.19753500000000002, -0.2572049999999999, -0.19129500000000244, 0.6647549999999971, 0.764594999999999, 0.3123899999999975], [0.0, -0.6150300000000019, 0.94887, 1.2951899999999994, 1.3125449999999994, 0.9211799999999996, 1.1672699999999998, 0.10276499999999988, 0.24004499999999995, -0.31278000000000106, -0.0243750000000027, -0.5044650000000007, -0.03139500000000217, -0.47697000000000267, -0.9406799999999994, -1.6389749999999976, -1.7277000000000018, -1.6945499999999996, -1.7783999999999973, -0.8841300000000029, 0.39058499999999985, 0.5770049999999993, 0.46351499999999995, 0.3759599999999995, 1.2899249999999998, 0.4582500000000001, -0.14137499999999792, 0.43562999999999963, 0.8121749999999992, 1.4219399999999998, 2.8374449999999984, 3.2902349999999982, 3.615885000000001, 3.4442849999999994, 3.7264499999999994, 3.550364999999999, 2.9407949999999983, 3.989699999999998, 2.6223599999999996, 1.8953999999999995, 2.8815149999999994, 2.989349999999999, 2.8824899999999976, 2.6557049999999967, 2.2339200000000003, 2.032290000000002, 1.2214800000000003, -0.12051000000000045, 0.13376999999999983, 0.11329499999999859, 0.7614749999999993, 0.33988499999999877, 0.553019999999999, -0.1080300000000004, -0.10841999999999963, -0.39468000000000025, -0.6903000000000014, -0.026324999999998044, -0.9114299999999979, -0.8617050000000025, -1.4260350000000015, -2.4764999999999917, -1.6282500000000018, -1.8846750000000014, -1.6220100000000017, -1.891890000000001, -1.1345100000000015, -0.46975500000000114, 0.0210599999999993, 0.6918599999999988, 0.17354999999999987, 0.45688499999999915, 0.41983499999999896, 0.6641699999999978, 0.21332999999999824, 0.3028350000000011, 0.15951000000000004, 0.7682999999999991, 1.5176849999999993, 1.5114449999999988, 1.3129350000000002, 1.6705650000000003], [0.0, -0.42802499999999455, -0.3482699999999981, -0.7604999999999991, 0.5865600000000011, 0.792675000000002, 0.3190200000000001, 0.8874450000000015, 1.1512800000000016, 1.8236400000000017, 1.943760000000002, 3.115515000000002, 1.815450000000002, 1.0311600000000016, 0.7800000000000022, 0.5465850000000014, -0.08345999999999942, 0.6121050000000021, 1.0765950000000024, 0.735345000000001, 0.7300800000000027, 0.46293000000000073, 0.4904250000000019, -0.0756599999999974, 0.13532999999999973, -0.6507149999999999, -0.6300449999999977, 0.12402000000000357, -0.42802499999999766, 0.4644900000000025, 1.214070000000001, 2.334150000000001, 2.5307100000000027, 1.9872450000000015, 2.4702600000000015, 1.717950000000003, 1.537575000000003, 1.9119750000000018, 1.7727450000000025, 1.0717200000000018, 1.3655850000000023, 1.5081300000000022, 2.596035000000003, 2.6287950000000024, 1.7614350000000014, 2.2062300000000015, 1.4515800000000014, 0.9814350000000024, 0.11505000000000076, 0.9088950000000013, 0.7632300000000012, 1.1173500000000012, 0.4215900000000019, -0.5450249999999954, -0.401504999999998, -0.791309999999998, -0.8340149999999977, -0.7835099999999948, -0.10646999999999585, -0.49978500000000325, -0.8708700000000018, -0.8542949999999996, -1.2043199999999983, -0.9890399999999993, -1.2979199999999915, -0.5027099999999969, -1.5459600000000027, -0.7593299999999981, -0.276314999999999, 0.34164000000000216, 0.934635000000002, 1.3334100000000018, 0.7053150000000017, 0.27807000000000226, 0.025740000000003427, 0.02223000000000197, 0.26734500000000017, 1.068015000000003, 0.9400950000000023, 0.5432700000000019, 0.8000850000000022, 0.5360550000000011], [0.0, 0.940289999999999, 0.7815599999999998, 0.042705000000003324, 0.7263750000000022, -0.07780499999999924, -0.6433050000000011, 0.37810500000000413, 0.930345000000002, 1.0231649999999994, 1.12008, 1.4638650000000002, 2.0125949999999992, 2.2393800000000024, 0.688545, 0.7838999999999998, 1.2655500000000026, 1.3351650000000013, 0.5146049999999993, 1.2052949999999998, 1.9605300000000003, 1.540500000000001, 1.544985000000001, -0.2458949999999973, 0.7142850000000016, 1.1296350000000004, 1.393664999999999, 1.73394, 2.075970000000001, 1.8123299999999998, 3.0499950000000005, 3.262545000000001, 2.805855000000001, 3.7178699999999996, 3.354390000000001, 2.687100000000001, 2.4843000000000015, 3.034980000000001, 4.001595, 2.1660600000000008, 3.0392700000000006, 2.2534200000000015, 3.5924850000000026, 1.9537049999999998, 2.5075050000000014, 1.8097950000000005, 0.9927450000000004, 0.10744499999999979, 1.0804949999999989, 1.5847650000000004, -0.07624499999999923, -0.41925000000000123, -0.5220149999999992, -0.8503950000000016, -2.426775000000007, -1.6793399999999932, -1.1914500000000015, -0.9046049999999983, -1.4039999999999968, -1.2382499999999932, -1.7536349999999996, -1.0648950000000008, -1.2813449999999968, -0.8513699999999993, -1.4626949999999974, 0.006824999999999193, -0.6202950000000014, -1.3256099999999962, -0.12051000000000167, 0.9225450000000006, 0.6505199999999995, 0.09008999999999912, 1.6688100000000015, 0.14488499999999815, -0.47092499999999893, 0.0850200000000032, -0.04953000000000207, 1.1930100000000021, 0.695369999999998, 1.7797650000000016, 1.436760000000001, 1.1485500000000004], [0.0, -0.8753550000000001, -0.9547200000000038, 0.4997849999999979, -0.30654000000000337, 0.7950149999999963, 0.9574499999999976, 0.8917349999999978, 2.0931299999999977, 1.3014299999999985, 1.7828849999999963, 3.158219999999997, 2.768219999999997, 1.4100449999999978, 0.19265999999999717, 0.5512649999999988, 0.13454999999999817, -0.5812950000000037, 1.7694299999999976, 1.4511899999999984, 0.5906549999999975, -0.1154400000000011, 0.9584249999999969, 0.8252399999999976, -0.8993399999999958, -0.34905000000000164, 0.2256149999999979, -0.3611400000000049, -0.733005000000001, -0.07839000000000196, 0.025154999999996486, 0.6419399999999971, 0.028079999999996996, 0.9703199999999963, 0.7281299999999962, 0.4204199999999987, 0.9822149999999977, 1.497794999999998, 1.2526799999999965, 0.7583549999999976, 1.2829049999999964, 0.971294999999997, 1.2918749999999972, 0.609959999999997, 0.5532149999999973, 0.19441499999999734, 0.2002649999999988, -0.07897500000000246, -0.5627700000000029, -0.08560500000000171, 0.22093499999999766, 0.692054999999999, -0.8108100000000011, -1.5268500000000034, -1.9609200000000009, -0.816270000000008, -1.1251499999999968, -2.261805000000006, -2.303925000000002, -2.695290000000006, -2.2684349999999984, -2.212080000000001, -1.6996200000000028, -1.2575550000000033, -0.7770749999999984, 0.17588999999999588, -0.020670000000002853, -0.5227950000000032, 0.8373299999999974, 1.5137849999999986, 1.3010399999999982, 0.942629999999998, 0.7181849999999976, -0.5032950000000052, -0.2406299999999999, -0.2289300000000003, -0.5545800000000034, 0.5926049999999989, 1.411019999999997, 0.7807799999999978, 0.47365499999999905, 0.3270149999999967], [0.0, 0.016770000000000285, -0.6267299999999991, -0.06337499999999999, 0.757965, 0.37868999999999986, -0.1136849999999996, 0.8466899999999997, 1.2575549999999993, 1.5252900000000014, 1.4689349999999992, 0.505245000000002, 0.5617949999999995, 0.31784999999999974, 1.0650900000000008, 1.4687400000000004, 1.4410499999999982, 1.6914299999999993, 1.4652299999999998, 1.2509249999999983, 0.8186099999999985, 0.7396350000000002, 0.7905299999999995, 0.8230949999999999, 0.4719000000000009, 0.2936699999999999, 0.8693100000000002, 0.6594899999999995, 0.6778200000000003, 0.2125499999999992, -0.007799999999999752, 0.08872500000000036, 0.17628000000000058, 0.6124949999999998, 0.4873050000000003, 0.5850000000000011, 0.9367800000000004, 0.657345, 0.6887399999999999, -0.06747000000000003, -0.7068750000000003, -0.06552000000000086, 0.16360500000000008, -0.5109000000000018, -0.45474000000000026, -0.17082000000000136, -0.8228999999999993, -1.6949399999999994, -1.64814, -1.8501599999999983, -2.071874999999999, -2.0517900000000013, -2.2126649999999994, -2.684759999999998, -3.138134999999997, -2.695485, -2.8345199999999995, -2.56464, -2.800590000000003, -1.782690000000002, -2.845634999999998, -2.4981450000000005, -2.126085, -2.6233350000000026, -2.1789299999999985, -2.4043499999999995, -1.80258, -1.3683150000000006, -0.9586200000000001, -0.39058500000000107, 0.11232000000000056, -0.24628499999999998, -0.9358049999999997, -0.8841299999999995, -1.1616150000000003, -0.940290000000001, -0.2981549999999996, -0.1669200000000003, -0.1870050000000006, 0.19149000000000008, 0.47384999999999755, 0.8468849999999994], [0.0, 0.7072649999999991, 0.22385999999999828, 1.686165, 1.7592899999999991, 0.9500399999999996, 0.6553950000000012, 1.2230399999999997, 1.4660099999999991, 2.0755799999999995, 2.116334999999999, 2.1069749999999985, 1.7587049999999997, 0.9820200000000008, 0.8289450000000007, 1.477320000000001, 0.9593999999999985, 0.4346549999999989, 1.3624650000000003, 1.7444699999999989, 1.6502849999999998, 1.2185549999999996, 2.2399650000000007, 1.643265, 1.90476, 1.2793949999999998, 1.15089, 0.6618299999999995, 1.0711350000000004, 0.2942550000000004, 0.4635150000000001, 0.40482000000000007, 0.8782799999999991, 0.18212999999999901, 0.7353449999999995, 0.17218500000000014, 0.4098900000000001, 1.4814149999999986, 1.3882049999999988, 1.3082549999999993, 1.5050100000000008, 0.9272250000000004, 1.123005, 0.590265, 0.8476650000000009, 0.4190549999999993, 1.174485000000001, 0.5206500000000014, 0.2616899999999992, 0.6971250000000003, 0.9810449999999988, 0.7764900000000008, -0.13435499999999978, 0.48301500000000086, 0.43660499999999947, -0.0856049999999986, 0.5075849999999995, -0.00916500000000009, 0.7261799999999996, -0.8371350000000004, -0.38687999999999967, -1.198275000000003, -0.8353800000000009, -0.8698949999999996, 0.4717049999999998, 0.33267000000000013, 1.5280200000000002, 1.7407650000000012, 1.224015, 2.258099999999998, 1.8837, 2.15475, 1.9821750000000002, 0.9369750000000007, 0.7556250000000004, 0.5812949999999997, 0.9660299999999995, 1.6298099999999998, 1.351155, 0.8544899999999997, 0.6735299999999995, 0.5081700000000001], [0.0, -0.2694899999999998, 0.10179000000000038, 0.4428449999999995, 1.261260000000001, 0.6727500000000004, 0.8069100000000008, 1.5757949999999987, 1.7856149999999995, 1.6411199999999997, 1.0147800000000002, 1.0824449999999997, 0.5906549999999992, 0.7819500000000008, 0.3065400000000005, 0.5723250000000002, -0.22990499999999922, 0.21391499999999963, 0.5649149999999994, 0.9964499999999994, 0.47599500000000006, 0.09633000000000048, 0.4108650000000006, 0.5192849999999999, 0.30770999999999926, -0.10978499999999872, -0.11602499999999896, -0.10413000000000064, 0.15950999999999954, 0.1138800000000003, 0.6904949999999995, 0.26344499999999954, 0.75504, 0.6169800000000002, -0.1690650000000006, 0.1881750000000003, 0.10003499999999958, -0.13182000000000013, 0.5307899999999999, -0.4490850000000002, -0.6080099999999995, 0.18017999999999978, -0.4005300000000007, 0.08970000000000122, -0.15950999999999968, -0.04835999999999971, -0.6528599999999999, -0.48125999999999935, -0.6696300000000001, -0.6858150000000004, -0.37712999999999974, -0.7640100000000014, -1.4369550000000024, -1.1218349999999973, -1.6212300000000006, -1.3753350000000009, -1.363830000000002, -2.3048999999999986, -1.856010000000001, -2.456999999999998, -2.319720000000002, -1.688115, -1.7783999999999984, -1.200029999999999, -0.5541899999999991, -0.024959999999999177, 0.5280600000000008, 0.2946449999999997, 0.5594550000000005, 0.49764000000000097, 0.7624500000000005, 0.21196499999999996, 0.3845400000000003, 0.13338000000000005, 0.11778000000000041, -0.007799999999999835, -0.06532499999999927, 0.5920200000000004, 0.9829949999999994, 0.28372499999999956, -0.0877500000000003, 0.32935499999999973], [0.0, -0.19578000000000095, -0.18798000000000314, 0.43114500000000033, 0.2897700000000003, 0.7220849999999992, 1.0789350000000002, 1.172535, 1.710539999999998, 1.7029350000000008, 1.6097249999999987, 1.7612399999999981, 0.9980099999999963, 0.25583999999999696, 0.9122100000000006, 0.40637999999999774, 1.3232699999999975, 1.2058799999999998, 1.344719999999999, 1.8907199999999995, 1.7489549999999987, 1.7897099999999992, 1.8753149999999978, 1.978664999999999, 1.7142449999999996, 1.4562599999999981, 1.262039999999998, 0.9535499999999988, 0.8954400000000005, -0.09906000000000104, -0.26637000000000244, 0.3929249999999964, 0.6048899999999979, 0.3322799999999999, 0.053429999999999644, -0.20942999999999978, 0.003120000000002232, 0.26129999999999765, 0.4422600000000001, 0.3835649999999964, -0.027494999999997383, -0.12538500000000274, 0.9051899999999988, 0.9100649999999997, 0.3825899999999982, 0.6136650000000001, 0.44713499999999806, -0.0856050000000037, -0.2932800000000002, -0.6520800000000015, -0.6438900000000012, -0.13844999999999796, -0.7497749999999979, -0.9404850000000069, -1.3511550000000034, -0.7331999999999974, -1.1984700000000021, -1.0413000000000014, -0.6376500000000043, -0.7542600000000017, -0.8476650000000063, -0.7901400000000023, -1.1477700000000053, -0.5892900000000032, 0.145859999999999, 0.5185050000000009, 0.7330049999999984, 1.2756899999999998, 1.5159300000000004, 1.8242249999999993, 2.0067449999999996, 1.592369999999999, 1.4726399999999988, 1.007564999999996, 0.08462999999999576, 0.6314099999999967, 1.2286949999999963, 1.1662950000000014, 1.4199900000000003, 1.4049749999999994, 0.9633000000000012, 0.3673799999999985], [0.0, -0.6095699999999986, 0.09574500000000197, -0.2813849999999982, 0.25564500000000434, 2.103270000000003, 1.6497000000000022, 2.335125000000003, 2.8854150000000023, 4.922580000000005, 3.9042900000000023, 4.688970000000002, 3.805425000000003, 4.436835000000004, 4.949100000000002, 4.830345000000006, 3.5862450000000043, 3.073590000000004, 3.236220000000003, 2.9638050000000034, 3.348735000000003, 2.5209600000000023, 1.6481400000000028, 1.6990350000000023, 1.8150600000000026, 1.9806150000000016, 1.6021200000000029, 0.6037200000000028, -0.4403099999999922, -1.1879399999999982, -1.6093350000000013, -1.0426649999999966, -0.9609599999999976, -1.451189999999997, -2.366324999999998, -2.9953949999999967, -3.6266099999999897, -3.587414999999994, -3.0946500000000023, -2.250495000000001, -2.4293100000000027, -3.368819999999997, -1.6446299999999947, -1.869464999999998, -1.4732249999999987, -1.9148999999999952, -1.6510650000000002, -1.6126499999999993, -1.605044999999998, -1.244294999999996, -1.7536349999999998, -1.9521449999999978, -0.8995349999999978, -2.7103050000000017, -2.940599999999998, -3.199169999999996, -1.644240000000006, -1.961309999999998, -2.7284399999999938, -2.218319999999995, -2.738970000000001, -2.1533849999999983, -2.3807550000000015, -0.785655, -1.3482299999999994, -0.7700550000000004, 1.0038600000000026, 0.703170000000002, 1.022190000000003, 1.1399700000000026, 1.0769850000000027, 0.12382500000000252, 0.34554000000000595, -0.8394749999999938, -1.054559999999997, -0.3851249999999977, -0.6158099999999951, 0.6550050000000025, 0.5592600000000025, 0.7103850000000023, 0.9492600000000028, 0.577395000000003], [0.0, 0.598845, 0.5536050000000003, 0.9328800000000015, 1.147965000000001, 0.9517950000000001, 1.9782750000000004, 1.6134300000000006, 1.410435000000001, 2.804685, 3.545490000000001, 2.519985000000002, 2.8988700000000005, 2.3639850000000004, 2.4634350000000005, 1.9642350000000006, 2.6627250000000005, 3.071250000000001, 4.061264999999997, 3.2574750000000003, 3.265665000000003, 3.907800000000001, 3.5400300000000007, 3.8348699999999987, 3.4255649999999997, 2.462070000000001, 1.648140000000001, 2.2292400000000003, 1.4642550000000008, 0.8238749999999991, 0.8135400000000009, 0.8724300000000008, 0.2657850000000006, 0.018329999999999513, 0.3894149999999985, -0.1060800000000004, 0.5436600000000023, 0.7055100000000007, 0.6479849999999999, 0.3149250000000001, 0.6832799999999999, -0.3792750000000005, -0.47189999999999777, -0.6657300000000002, -0.2948399999999973, 0.5237700000000015, 0.7610850000000003, 0.33871499999999966, -0.666899999999998, -0.26461499999999893, -0.9100649999999952, -0.13143000000000016, 0.05869499999999972, -0.11894999999999767, -0.2607150000000007, -0.1452749999999985, -0.4327049999999988, -0.3942899999999989, -0.09476999999999958, 0.1530750000000003, -0.9010949999999982, -0.12440999999999991, 0.18739500000000064, 0.14722499999999994, 0.6062549999999993, 1.198665000000001, 2.1038549999999994, 2.870399999999999, 3.061305000000004, 2.818529999999999, 3.067350000000002, 3.672825000000003, 3.1878600000000006, 2.8122900000000017, 2.4998999999999993, 2.4609, 2.443350000000001, 2.295150000000002, 2.2481550000000006, 3.0486299999999993, 1.8330000000000002, 0.7259850000000009], [0.0, 0.24726000000000026, 0.5097300000000005, 0.959985000000001, 1.466009999999999, 1.8240299999999992, 2.037164999999998, 2.010645, 3.2050199999999993, 3.307979999999999, 2.9047199999999993, 3.5201400000000005, 3.517994999999999, 3.2820449999999997, 3.691935, 3.8723099999999997, 3.267225, 3.8311649999999973, 4.264455, 4.757415000000002, 4.00257, 3.74985, 3.76701, 3.762134999999999, 3.04356, 1.666665, 1.6062149999999997, 1.1974949999999982, 0.6037199999999958, 0.6659250000000019, 0.08248500000000236, 0.2648099999999971, -0.3176549999999967, -0.9792900000000055, -0.9707100000000035, -1.446315000000003, -1.6812899999999935, -1.4979900000000028, -0.9872850000000022, -0.7103849999999983, -1.139189999999994, -1.3412099999999985, -1.140359999999999, -0.6271200000000059, -0.39253500000000496, -0.3248700000000002, 0.09184499999999973, -0.7696650000000074, -0.5040750000000047, -1.3076700000000003, -1.2544350000000004, -1.3139100000000012, -1.2123149999999998, -1.5486899999999997, -1.6812900000000006, -1.282904999999999, -0.5569199999999981, -0.5056350000000007, -0.7057049999999978, -0.46644000000000396, -0.7645950000000012, -0.13299000000000127, 0.1405949999999998, 0.5746649999999993, 0.43855500000000047, 0.881594999999999, 0.8308949999999995, 1.6840200000000003, 1.8170100000000007, 2.1399299999999988, 2.1744449999999995, 1.6826549999999991, 1.5993899999999994, 0.9059699999999997, 0.9166949999999994, 0.5504849999999988, 0.5797349999999992, 0.7759049999999992, 0.7702499999999979, 1.034865, 1.27023, 0.669435], [0.0, -0.11582999999999721, 0.42685500000000065, 0.656955, 1.3636350000000028, 1.8160350000000007, 1.833390000000001, 2.188485000000001, 2.5593750000000015, 3.1252650000000006, 2.9706300000000003, 2.960880000000001, 3.304080000000001, 3.607110000000001, 3.5027850000000007, 3.595410000000001, 3.636750000000001, 3.874455000000002, 3.6827700000000005, 3.901365000000002, 3.732300000000001, 2.9718, 3.3875400000000013, 2.9969550000000007, 3.323580000000001, 1.9383000000000015, 2.402205000000002, 1.440659999999998, 1.8679050000000015, 1.064895000000001, 0.5582850000000001, 0.1903200000000016, 0.10023000000000293, 0.3679650000000012, 0.02164500000000169, -1.2325950000000017, -1.151474999999997, -1.030965000000002, -0.09672000000000125, 0.5157749999999974, -0.3574349999999953, -0.8747699999999989, -0.8952449999999974, -1.3308749999999976, -1.142699999999997, -0.49217999999999895, -0.14079000000000041, -0.30556500000000053, -0.8907599999999949, -1.198665000000001, -1.2517049999999963, -1.2431249999999947, -1.193594999999998, -1.65828, -1.388010000000008, -0.864044999999996, -0.42529499999999976, -0.8829599999999997, -0.8400599999999985, 0.13650000000000073, -0.343395000000001, 0.3816149999999996, 0.12265500000000529, 0.703170000000001, 1.1986649999999983, 1.3492049999999989, 2.2774050000000003, 2.495025, 2.9657549999999993, 3.0747600000000013, 3.4758750000000003, 3.2728800000000007, 3.3649200000000006, 2.6153400000000016, 2.5935000000000006, 2.375490000000002, 2.2824750000000007, 1.2760799999999988, 0.9590099999999993, 1.2967500000000007, 0.2835300000000003, -0.0329549999999994], [0.0, -0.17998500000000472, 0.4568849999999969, 0.5420999999999969, 1.602119999999997, 1.1707799999999944, 1.7639699999999976, 1.9390799999999984, 2.5172549999999987, 2.7982499999999977, 3.6092549999999983, 3.433949999999998, 3.5435399999999984, 2.9146649999999985, 3.7315199999999997, 3.4756799999999974, 3.838574999999998, 3.272294999999996, 3.0700799999999973, 3.0014399999999983, 3.1094699999999995, 3.1045949999999984, 2.84154, 1.7499299999999978, 1.3390649999999995, 1.6175249999999974, 0.709994999999999, 0.592604999999996, -0.10725000000000318, -0.9609600000000076, -1.1116949999999992, -1.0116600000000018, -0.8743800000000035, -1.4223300000000045, -1.9788600000000014, -2.8507050000000014, -2.6837850000000083, -2.659605000000007, -2.5309050000000024, -2.0393099999999986, -2.141490000000007, -2.0346300000000044, -2.148315000000001, -1.7286750000000022, -1.275300000000009, -1.0372050000000002, -1.4987700000000013, -1.557465000000004, -1.822080000000006, -1.7466149999999998, -1.9778850000000006, -2.488980000000005, -2.4948300000000083, -2.0363850000000023, -1.7602650000000035, -1.7668950000000008, -0.9617400000000043, -1.203735000000004, -0.8929050000000043, -0.6795749999999985, -0.5705700000000027, -0.3055650000000001, -0.19187999999999805, 0.2829449999999949, 0.4871099999999984, 0.35899499999999795, 0.8971949999999965, 1.3885949999999987, 1.2281099999999967, 1.746029999999998, 1.6093349999999977, 1.4322749999999975, 1.0397399999999979, 0.3726449999999979, 1.0139999999999985, 0.7179899999999957, 0.6908849999999964, 0.21215999999999569, 0.12674999999999859, 0.5883149999999973, 0.3252599999999988, -0.6865950000000001], [0.0, 0.5534099999999991, 0.6838649999999986, 1.4611350000000007, 0.5887050000000004, 1.1181300000000005, 0.9588149999999998, 0.7659599999999989, 1.5451799999999989, 1.6087499999999997, 1.2793949999999996, 1.5904199999999997, 1.8213, 2.3501399999999992, 2.426385, 2.23236, 1.6861649999999995, 1.874925, 1.2226499999999996, 1.8677099999999993, 2.079285, 2.40864, 2.525249999999999, 3.4273200000000026, 2.432430000000001, 2.9390400000000008, 2.3226449999999996, 2.10561, 1.7144399999999997, 1.0161449999999994, 0.41495999999999955, 0.8451299999999993, 0.8535149999999998, 0.7965749999999996, -0.6140550000000005, -0.2800200000000024, 0.16633499999999934, -0.5458050000000014, -0.4884749999999993, -0.7166250000000012, -0.9734400000000016, -1.3640250000000023, -1.415895000000002, -1.3322399999999999, -0.455715000000001, -0.41417999999999866, -0.39975000000000005, -1.1973000000000031, -0.8751599999999995, -0.6005999999999985, -0.941070000000001, -0.6828899999999993, -0.895244999999999, -0.7838999999999989, -1.2468300000000025, -0.9439950000000008, -0.8585850000000004, -0.18973500000000088, -0.22035000000000116, -0.3246749999999998, -0.05128499999999958, 0.40910999999999953, 0.2860649999999999, 0.9646649999999999, 0.9944999999999989, 1.3378949999999996, 1.216605, 2.339609999999998, 2.4985349999999995, 2.83803, 3.0225000000000035, 1.9117799999999991, 2.7192749999999997, 2.6867100000000015, 2.7457949999999993, 2.770364999999999, 1.4508000000000008, 1.3921049999999995, 1.4240849999999994, 0.7370999999999996, 0.8597549999999994, 0.35684999999999867], [0.0, -0.15990000000000348, 0.6148349999999987, 1.1325600000000011, 0.973439999999999, 1.33224, 0.8891999999999989, 1.5582449999999999, 1.9808099999999995, 2.4427650000000005, 2.95776, 2.70777, 3.044145000000001, 3.5546549999999995, 2.9638050000000002, 3.7330800000000006, 2.48781, 2.477475, 2.24211, 2.3844600000000002, 1.767089999999999, 2.64264, 2.3251799999999996, 1.7489550000000003, 2.1317399999999997, 2.012984999999999, 0.9360000000000002, 0.22912500000000002, -0.14995499999999895, -0.6286800000000001, -0.2952300000000001, 0.05498999999999965, 0.15327000000000157, -0.35957999999999757, 0.4252950000000002, -0.7378800000000005, -1.0853700000000042, -0.893294999999998, -0.5319599999999967, -0.9482850000000012, -1.1937900000000052, -1.5500549999999977, -0.3599699999999957, -0.3309149999999965, -0.6719699999999973, -0.5625749999999989, -0.581685000000002, -0.8427899999999995, -0.5370300000000001, -0.35646000000000155, -0.2505749999999991, -0.601185000000001, -0.301860000000004, -0.7390499999999984, -1.2310349999999968, -0.5489249999999974, -0.718185000000001, -0.5627700000000018, 0.12889499999999865, 0.5512650000000008, 0.24979499999999977, 0.08014499999999769, -0.022814999999998697, 0.23906999999999745, 0.8858850000000003, 0.6723599999999987, 1.8630299999999997, 1.741545000000001, 1.8854549999999999, 2.062125, 1.9790550000000002, 1.892865, 1.95195, 1.9958250000000002, 2.045355, 2.7844049999999996, 2.2955400000000004, 2.1178950000000003, 1.38294, 0.7614750000000017, -0.18642000000000003, -0.514410000000002], [0.0, 0.44694000000000067, 0.8856900000000006, 0.4073549999999996, 0.8632650000000006, 0.9621300000000013, 0.6407700000000006, 1.0274550000000005, 1.1337300000000001, 1.8971550000000015, 2.216175, 1.7758650000000007, 2.0868899999999995, 1.6750500000000006, 2.0098650000000005, 2.2399650000000007, 2.172690000000001, 1.231035000000001, 1.3006500000000007, 1.4628900000000011, 1.6385850000000008, 2.4024000000000005, 1.9638450000000014, 1.7633850000000022, 2.0689500000000023, 1.720095000000002, 1.4894100000000008, 1.366365000000001, 0.9572550000000012, 0.7314450000000011, 1.2505350000000004, 1.4954550000000015, 0.7236450000000005, 1.0153650000000005, 0.10939500000000091, 0.7402200000000013, -0.10490999999999973, -0.07877999999999852, -0.322529999999999, 0.1006200000000016, -0.5842200000000001, -0.7252049999999993, -0.3613349999999963, -0.4387500000000014, -0.6943950000000018, -0.39838500000000077, 0.37518000000000107, -0.33227999999999913, 0.27027000000000045, 0.2913300000000002, -0.010529999999999262, -0.6505199999999994, -0.7856550000000003, -0.7253999999999995, -0.754844999999999, -0.31687499999999924, -0.5280599999999985, -0.2954249999999984, 0.07955999999999974, -0.23731500000000005, 0.4239300000000007, -0.014624999999998889, -0.3500249999999997, -0.03646499999999964, 0.14702999999999955, 0.4912050000000016, 0.9412650000000008, 2.1680100000000007, 2.1332999999999975, 1.2940200000000002, 1.0145850000000007, 1.2193350000000005, 0.9069450000000002, 1.3718250000000003, 1.5091050000000004, 1.3002600000000006, 0.8119800000000007, 0.944775000000001, 0.9441900000000001, 0.45922500000000105, -0.5643300000000006, -0.6419399999999987], [0.0, 0.408135, 0.9508199999999999, 1.0652849999999991, 1.2786150000000005, 0.9593999999999997, 2.322644999999999, 2.5638599999999983, 2.693925000000001, 3.770715000000002, 3.74829, 3.8662649999999985, 3.2949149999999996, 2.950739999999998, 2.8039050000000003, 2.9294850000000014, 2.237234999999999, 1.4792699999999996, 1.085955, 1.14426, 2.56269, 2.323814999999999, 1.7124900000000007, 1.96014, 1.7674800000000002, 1.7397899999999988, 1.1163749999999997, 0.9712949999999998, 0.10276499999999944, 0.23497499999999905, 0.05030999999999952, 0.5947500000000001, 0.46585499999999996, 1.1939850000000005, 0.54132, 0.7495799999999996, -0.32447999999999944, -0.08326500000000081, -0.15171000000000112, -0.3970200000000008, 0.09984000000000015, -0.4736550000000015, -0.3106349999999989, 0.039780000000000704, 0.42256499999999986, 1.1154000000000002, 0.19324499999999956, -0.486135, -0.5775899999999985, -1.4157000000000008, -1.156739999999999, -1.1481600000000027, -0.8125650000000002, -1.1497200000000014, -0.664170000000001, -0.7532849999999989, -0.16672500000000134, -0.5621850000000017, -0.0015599999999995617, 0.3361799999999988, -0.2435549999999993, 0.27397500000000063, -0.375765000000001, 0.08033999999999852, 1.2922649999999996, 1.2357150000000008, 1.4841449999999994, 1.9115849999999979, 1.6344900000000004, 1.9213349999999996, 1.2228449999999995, 0.934245, 1.2403950000000012, 0.6189300000000003, 0.6858150000000003, 0.9227400000000001, 0.6290700000000002, 0.04270500000000099, 0.6559799999999996, 0.20806499999999972, -0.7829249999999999, -0.22678499999999957], [0.0, 0.06766499999999975, 0.7993049999999996, 0.29854499999999984, 0.4547400000000007, 1.075425, 1.2390300000000005, 1.0122449999999998, 1.6840199999999999, 1.4853149999999995, 2.177369999999998, 2.0843550000000004, 1.44768, 2.1966749999999995, 2.327325, 2.22612, 1.9373249999999975, 2.1828299999999983, 1.7485649999999997, 2.434185000000001, 2.4527099999999984, 2.587649999999999, 2.4289200000000015, 2.3727599999999995, 2.1295949999999997, 1.9572149999999984, 1.4765400000000004, 0.6284850000000002, 0.6932249999999994, 0.85215, 0.21996000000000016, 0.5110949999999999, 0.42119999999999996, 0.8550750000000005, 0.19207499999999988, -0.7677150000000015, -0.35099999999999953, 0.09515999999999969, -0.23341500000000037, 0.26832000000000067, 0.5861700000000002, 0.06902999999999998, 0.2351699999999995, 0.18603000000000014, 0.3554849999999997, 0.3233099999999993, 0.33481499999999986, 0.13766999999999996, 0.5785649999999998, 0.3703050000000001, 0.3073199999999998, -0.5711549999999979, -0.7203299999999992, -0.4418700000000002, -0.7411950000000014, -0.5631600000000014, -0.3937050000000003, -0.2121600000000019, -0.5920200000000009, -0.24999000000000016, -0.5460000000000031, -0.9393149999999981, -0.6318000000000008, -0.8620950000000003, -0.6390149999999994, -0.6290699999999998, 0.011505000000000432, -0.022425000000000805, 0.9381449999999999, 1.0299900000000002, 0.5740800000000001, 0.33656999999999987, 0.5469749999999995, 0.7060950000000001, 0.3523649999999996, 0.6852299999999995, 0.07721999999999946, -0.3823949999999996, -0.2936700000000003, 0.042119999999999325, -0.44830500000000073, -0.35334000000000054], [0.0, -0.025350000000001982, 0.9693450000000015, 0.8648250000000015, 1.0455900000000016, 0.8275799999999975, 0.5212350000000021, 0.5444400000000023, 1.559415, 1.4129699999999992, 1.6500900000000003, 1.7035200000000006, 1.66101, 1.5596099999999993, 2.14929, 1.8989099999999997, 1.5566849999999997, 1.0372049999999988, 1.130805, 0.7413899999999995, 1.1680499999999987, 1.902225, 1.6713449999999992, 1.4599650000000006, 1.26438, 1.6539899999999996, 0.8999250000000003, 0.6472049999999978, 1.511835, 1.1584949999999998, 0.8704799999999995, 0.24101999999999935, 0.7489949999999992, 0.5592600000000016, 0.1376699999999973, -0.07624499999999901, -0.6366749999999983, -0.7979400000000012, -0.2230799999999975, 0.1774500000000001, -0.2819700000000027, -0.414569999999997, -0.597675, -0.43563000000000085, -0.405795000000001, 0.058109999999997, 0.10003500000000032, 0.20143500000000003, -0.18700499999999942, -0.39253500000000074, -0.34807499999999947, -0.6630000000000014, -0.7203299999999959, -0.8100299999999974, -0.7410000000000017, -0.18427500000000152, 0.026910000000001322, 0.16087499999999988, 0.6078149999999996, 0.11154000000000241, -0.14975999999999945, -0.8583900000000024, -0.7445099999999993, -0.3747900000000006, -0.07059000000000126, -0.045435000000000114, 0.40267499999999967, 0.1877850000000003, 1.0321349999999994, 0.5530199999999985, 0.8030099999999998, 1.2335700000000007, 1.0366199999999992, 0.8985599999999998, 0.9517949999999991, 0.9872849999999996, 0.8184149999999999, 0.772394999999999, 0.36386999999999947, 0.48067499999999863, -0.01013999999999915, -0.006630000000000358], [0.0, -0.12967499999999998, -1.3837200000000036, -1.276469999999998, -1.6734899999999993, -2.0240999999999993, -2.281695, -2.7411149999999957, -2.83062, -2.9357249999999966, -3.7888499999999947, -4.070039999999994, -3.909945000000001, -4.167930000000002, -4.575675, -3.9290549999999973, -3.8526150000000032, -4.119375000000002, -2.7691949999999967, -3.067155000000002, -2.5232999999999977, -1.0865400000000025, -1.8827249999999998, -1.461719999999998, -0.6943949999999992, -0.9229349999999983, -1.0473449999999969, -0.5654999999999993, -1.0163400000000005, -0.8478600000000004, -1.6555499999999972, -1.4451449999999992, -2.609879999999996, -1.4472899999999984, -1.4999399999999996, -2.3125049999999985, -1.2949949999999992, -2.387385000000003, -2.357160000000001, -2.1149699999999996, -1.7243849999999972, -1.8446999999999978, -1.247414999999999, -2.612999999999999, -1.7074199999999995, -2.0909850000000008, -1.1364600000000018, -0.9319049999999984, -1.0549499999999972, -1.3521299999999998, -1.4127749999999994, -1.403414999999999, -0.984359999999999, -0.8168550000000008, -1.7013749999999974, -2.164694999999999, -1.841969999999999, -1.5814500000000002, -1.7122950000000001, -1.8532799999999985, -1.7916599999999994, -1.5350399999999995, -1.9260149999999983, -1.9568249999999994, -2.204279999999999, -1.1631749999999976, -1.5664349999999994, -1.8786299999999998, -1.7990700000000008, -1.8016049999999986, -1.9499999999999993, -1.3094249999999996, -2.2477650000000007, -2.0084999999999993, -1.7842499999999988, -1.0966799999999988, -1.4531399999999999, -0.857804999999999, -1.9260149999999983, -1.6966949999999987, -2.6991899999999966, -2.537535000000002], [0.0, 0.1386449999999979, 0.8035950000000016, 0.685034999999999, 0.7390499999999998, 0.17315999999999931, 1.0272599999999978, 1.0451999999999992, 1.1699999999999995, 1.0882949999999996, 1.1284649999999976, 1.723994999999999, 0.5820749999999986, 1.1093549999999994, 0.8533200000000016, 0.5986500000000021, -0.28392000000000417, -0.23283000000000298, -0.3086850000000001, -0.49959, 0.7850700000000008, 1.7893199999999991, 1.2581399999999991, 1.36305, 1.1976899999999981, 1.5036450000000003, 1.0791299999999997, 0.9260549999999987, 1.1777999999999995, 1.1093550000000003, 0.21839999999999926, 0.5222099999999976, 0.9683699999999984, 0.978315, 0.5311800000000002, 0.3706949999999989, -0.04426500000000333, -0.4332900000000026, -0.01482000000000161, -0.6456449999999978, -0.6239999999999979, -0.48204000000000047, -0.4157400000000022, -0.33111000000000335, -0.2014349999999996, 0.1673100000000014, -0.01833000000000018, -0.2985450000000016, 0.30244499999999785, 0.10627499999999945, -0.4184700000000001, -0.6614399999999998, 0.02944499999999972, 0.22346999999999895, -0.2086500000000009, -0.23517000000000365, -0.23926500000000317, -0.30615000000000014, 0.025739999999997654, -0.07975499999999824, 0.06454500000000185, 0.07994999999999974, -0.3020550000000002, -0.20982000000000145, -0.13649999999999984, -0.2954249999999998, -0.6300450000000022, -0.2583750000000009, -1.0664550000000013, -0.6955649999999975, -0.535275000000003, -0.8342099999999983, -0.7166250000000001, -0.5610149999999994, -0.324480000000003, 0.18875999999999893, 0.49412999999999974, 1.1302199999999982, 1.0510499999999996, 0.9896250000000031, 0.9554999999999998, -0.02769000000000199], [0.0, 0.6667050000000022, 0.5719350000000015, 1.3700700000000017, 1.6286400000000012, 1.541865000000001, 1.6968900000000016, 1.0297950000000013, 2.0005050000000026, 2.203110000000002, 1.904370000000001, 1.508520000000002, 1.8135000000000012, 1.8934500000000014, 1.5812550000000019, 1.7343300000000021, 1.270230000000001, 1.352520000000002, 0.9299550000000019, 1.637805000000002, 1.4898000000000011, 1.3441350000000019, 0.9207900000000014, 1.2639900000000024, 1.3983450000000017, 1.6128450000000025, 1.5995850000000016, 1.7809350000000013, 1.4703000000000022, 0.9987900000000021, 0.11505000000000154, 0.4506450000000016, 0.8076900000000019, 0.17140500000000247, -0.12499499999999786, -0.7060949999999994, -0.4112549999999996, -1.4730299999999987, -0.918254999999999, 0.032565000000001065, 0.5906550000000013, 0.1895400000000017, 0.24024000000000162, 0.38064000000000164, -0.9301499999999997, -0.6460349999999994, -0.6009899999999998, 0.428415000000001, 0.605085000000002, 0.37518000000000173, -0.11621999999999766, -0.5401499999999978, -0.1626299999999986, -0.8808149999999971, -0.09067499999999895, -0.976169999999997, -0.5161649999999981, -0.5877299999999984, 0.12577500000000152, 0.21274500000000185, -0.05459999999999754, 0.26344500000000204, -0.42412499999999953, -1.1060399999999961, -0.8946599999999972, -0.32389499999999893, -0.3706949999999988, -0.524159999999999, -0.2552549999999998, 0.020085000000001685, -0.42081, -0.40774499999999947, -0.12460499999999786, 0.05869500000000205, -0.0204749999999978, 0.31590000000000173, -0.23497500000000027, -0.05830499999999861, -0.33676499999999876, -0.2772899999999996, 2.3314683517128287e-15, 0.5118750000000015], [0.0, 0.960959999999996, 0.43738499999999636, 0.517529999999998, 1.6001699999999976, 1.8854549999999959, 1.8094049999999968, 1.4135549999999968, 1.7828849999999978, 1.3938599999999983, 1.3109849999999954, 1.5652649999999972, 1.849769999999997, 2.1161399999999966, 1.9160699999999977, 1.583204999999996, 1.2236249999999964, 1.9117799999999958, 1.9416149999999968, 1.7025449999999975, 1.6376099999999965, 2.2549799999999967, 2.1836099999999967, 2.067974999999997, 1.782104999999997, 1.801214999999997, 1.4819999999999962, 1.7222399999999978, 1.6888949999999971, 1.248194999999996, 0.8765249999999956, 0.7534799999999957, 0.0863849999999955, 0.02398499999999526, -0.41164500000000226, 0.16789499999999613, -0.6856200000000001, -1.3306800000000054, -1.2140700000000106, -0.3570450000000034, 0.447719999999995, -0.2503800000000025, 0.22561499999999945, -0.31121999999999694, -0.35451000000000343, 0.22151999999999505, 0.0916499999999969, -0.4798950000000026, -0.059865000000004276, 0.4104749999999955, 0.5128499999999969, 0.5744699999999958, 0.793064999999999, 0.6052799999999965, 1.1085749999999972, 0.641744999999996, -0.15385500000000052, 0.3203849999999986, 0.5545799999999963, 0.17354999999999965, 0.3016649999999945, 0.20669999999999966, 0.1010099999999956, 0.09515999999999591, -0.052065000000005135, -0.2068950000000016, -0.8435700000000002, -0.7803900000000059, -0.6497400000000022, -1.0178999999999991, -0.42568500000000586, -0.7940400000000016, -0.5245500000000023, 0.11231999999999909, 0.3190199999999974, 1.0206299999999948, 0.6066449999999959, 0.9455549999999968, 1.2778349999999983, 0.9950849999999967, 1.0393499999999956, 1.3583699999999956], [0.0, 0.42822000000000227, 1.2437100000000025, 1.635465, 1.3287300000000006, 1.374750000000001, 1.3501800000000004, 2.194530000000002, 2.8975050000000016, 2.789085000000002, 3.189420000000003, 3.807375000000001, 3.3432750000000016, 3.3417150000000024, 2.7826500000000007, 2.950350000000001, 3.3756450000000022, 3.3194850000000016, 3.5813700000000024, 2.6295750000000013, 3.139695000000002, 2.412735000000002, 2.6313300000000015, 3.103815000000001, 2.8856100000000025, 3.3662850000000013, 3.097770000000002, 2.229240000000002, 2.792205000000001, 1.4623050000000017, 1.3905450000000013, 0.7696650000000012, 0.11056500000000247, -0.6446699999999965, -1.4096549999999985, -0.51987, -1.5447899999999968, -1.5664349999999998, -0.8464949999999982, 0.026520000000001875, 0.9510150000000008, -0.32330999999999577, 0.489255, 0.1056900000000005, 1.062165, -0.07878000000000185, 0.29269500000000104, -0.14488499999999593, 0.7523100000000011, 0.5978700000000026, 0.21684000000000037, 0.762840000000002, 0.5508750000000007, 0.02457000000000198, -0.2739750000000001, -0.6696300000000002, -0.07994999999999752, -0.3562649999999965, -0.4475250000000015, -0.5820749999999957, -0.47521499999999994, -0.20533499999999894, -0.43621499999999935, -0.4182749999999995, -1.373579999999996, -0.9153299999999978, -1.1347049999999994, -0.19149000000000171, 0.11290500000000181, -0.050504999999997136, -0.2164500000000018, -0.9042149999999998, -0.20260499999999348, 0.7817550000000042, 1.9306950000000014, 0.4167150000000004, 0.4822350000000011, 0.7267649999999994, 0.7718100000000043, 0.788384999999995, 1.7403750000000002, 1.992120000000002], [0.0, 0.1725750000000006, 1.0565099999999996, 0.9389249999999993, 0.8252399999999995, 1.0645049999999996, 0.7312499999999991, 0.6776249999999996, 1.1360700000000001, 0.838305, -0.03802500000000042, 0.22678499999999924, 0.3519750000000001, 0.47131499999999926, 1.1774099999999992, 0.9395099999999993, 0.3299400000000007, 0.38025000000000014, 0.426660000000002, 0.6571500000000003, 1.0781550000000002, 1.2912900000000005, 1.129635, 1.0545600000000004, 1.0319399999999999, 0.22327499999999878, 0.7238399999999996, 0.9207900000000002, 0.4699500000000005, -0.11953500000000072, -0.33130500000000074, -0.5793450000000006, -1.2033449999999992, -2.2056449999999983, -2.05374, -1.7037150000000008, -1.8954000000000026, -2.192970000000004, -2.0590050000000018, -1.044029999999998, -1.2191400000000012, -1.630395, -0.8665799999999996, -1.4211600000000004, -1.078935, -0.2845049999999999, 0.3498299999999996, 0.9609599999999998, 0.3155099999999993, 0.6347249999999995, 0.53118, 0.65598, 1.0719149999999984, 1.8251999999999997, 1.6214250000000032, 1.6873350000000005, 1.1542049999999997, 1.0736699999999997, 1.646190000000002, 1.6157699999999984, 1.3692900000000006, 0.37713000000000013, 0.33715500000000054, -0.2550600000000002, -0.10588500000000078, -0.7086300000000004, -0.6668999999999999, -0.7552350000000002, -0.6355050000000001, -0.5317650000000004, -1.6315650000000033, -1.2011999999999996, -1.0619700000000005, -0.41496000000000033, 0.16652999999999918, 0.46526999999999913, 0.6608549999999991, 0.5965050000000023, 1.0071750000000004, 1.7945850000000005, 1.1881350000000013, 1.4773199999999993], [0.0, -5.732804999999976, 0.4578599999999944, 6.648915000000005, 4.365464999999991, 2.168984999999994, 0.6852300000000109, -0.8188049999999909, -6.924059999999988, -4.452435000000002, -2.155529999999982, -2.1366150000000212, 0.3576300000000123, 5.558670000000007, 3.246750000000004, 8.129159999999985, 18.030089999999987, 27.217124999999974, 24.971505000000036, 32.12293500000001, 29.07781500000005, 27.29005499999999, 19.373835, 14.781584999999993, 7.543575000000021, 1.4548950000000165, 0.7004399999999995, -4.731675000000003, -11.529959999999999, -11.31663, -9.775740000000003, -9.554610000000007, -11.619854999999994, -17.216355, -21.80333999999998, -14.645279999999996, -14.471339999999994, -12.40551, -8.868600000000008, -0.9332700000000109, 7.318349999999973, 12.772694999999988, 6.476144999999986, 14.370719999999999, 18.679635000000037, 19.835204999999995, 19.67159999999997, 21.295560000000034, 13.375830000000018, 7.632105000000027, 1.8530849999999965, -8.067929999999997, -12.528749999999995, -8.960444999999996, -10.570365000000002, -12.821249999999992, -16.805099999999992, -7.782839999999995, -6.318585000000004, -1.7838599999999973, 0.6708000000000078, 1.2760800000000163, -4.9446150000000015, -15.793634999999984, -15.169049999999991, -1.6565250000000011, 6.334574999999993, 1.6842149999999991, 0.03529499999999253, -7.045349999999994, -13.90115999999999, -17.091359999999987, -21.823230000000006, -23.552685000000004, -27.153749999999967, -29.55731999999999, -25.692420000000002, -23.972910000000017, -25.46427000000001, -22.99576499999998, -23.383619999999954, -20.131605000000004], [0.0, -0.05557499999999971, 0.6715800000000005, 0.8700900000000018, 0.8410349999999998, 1.928160000000001, 2.388555000000001, 1.9410299999999994, 0.8486399999999996, 0.9190349999999963, 1.1705849999999998, 2.3478000000000008, 2.446470000000001, 3.1001100000000017, 3.59229, 2.518230000000002, 2.935920000000001, 1.8246150000000014, 2.7210300000000003, 2.238405, 2.3396100000000004, 2.605005, 3.526380000000002, 2.77095, 2.924805, 2.202330000000001, 2.084355, 2.2265099999999993, 0.7768800000000002, 0.7800000000000002, 0.24141000000000146, 0.09067500000000317, -0.5142150000000014, -0.8386950000000017, -1.327755000000002, -1.5709199999999957, -2.3770499999999966, -2.929679999999992, -2.4320399999999966, -2.0970299999999944, -1.015754999999995, -1.8659549999999965, -1.8790200000000046, -1.752855000000006, -1.204124999999996, -1.4090699999999985, -1.249365, -1.147574999999998, -1.2015900000000008, -1.0116599999999951, -0.042510000000000936, -0.28392000000000017, 0.22522500000000267, 0.7234499999999988, 0.09184500000000106, 1.1362650000000003, 0.47833500000000195, 0.7813649999999996, 1.5303600000000002, 1.4745899999999998, 0.45942000000000105, -0.08326500000000125, -0.6440850000000014, -0.1111499999999972, -1.478295000000002, -1.1713649999999967, -1.0360350000000027, -0.27065999999999946, -0.15093000000000023, 0.03821999999999459, -0.01228499999999677, -0.09769500000000209, -0.5136300000000009, -0.2800200000000008, -0.6637800000000018, -0.35646000000000244, 0.11758500000000405, 0.6358949999999974, 0.7369049999999979, 0.7499699999999982, 1.4324700000000012, 1.4238900000000005], [0.0, -0.5399550000000009, 0.2691000000000039, 0.4447949999999987, 0.5855850000000036, 0.43114500000000255, 0.4356300000000013, 0.26325000000000265, 0.4871100000000026, 0.7909200000000022, 1.7142450000000018, 0.82602, 0.16262999999999983, 1.5504450000000034, 1.7199000000000009, 1.212900000000001, -0.2829449999999958, 0.16906500000000269, 0.20709000000000333, 0.06727500000000108, 0.8028150000000019, 1.1530350000000025, 2.261805000000002, 1.2593100000000028, 1.0218000000000023, 1.5557100000000024, 1.6707600000000007, 0.9588150000000017, 0.8490300000000016, -0.02125499999999758, -0.8732099999999985, -0.7565999999999975, -0.7146749999999962, -1.748759999999999, -1.0884900000000002, -1.3425749999999965, -0.7154550000000004, -1.6067999999999971, -1.7370599999999996, -1.000545000000003, -1.3891800000000014, -1.9133400000000007, -2.109705000000002, -0.6871800000000028, -1.357005000000004, -1.657305000000005, -1.415115000000001, -1.7152199999999982, -2.3273250000000036, -1.9769099999999966, -1.3962000000000008, -1.0654799999999982, -1.2745199999999954, -0.9143549999999983, -0.679964999999997, -0.27943499999999877, -0.22892999999999986, -0.3104399999999996, -0.7833149999999955, 0.02495999999999987, 0.3186300000000002, -0.24394500000000052, -0.11192999999999698, -0.3874649999999997, -0.7339799999999985, -0.759914999999995, -0.38746499999999795, 0.22990500000000114, -0.28313999999999906, 0.8480550000000012, 0.41106, -0.2889900000000023, 0.3192150000000047, 0.6158100000000031, -0.20806499999999484, 0.19461000000000572, -0.3285749999999994, 0.19324500000000366, -0.104714999999997, 0.6015750000000022, 1.7766450000000023, 1.7971200000000003], [0.0, -0.07917000000000074, 0.803985, 0.5641349999999994, 0.7304700000000004, 0.49100999999999967, 0.5099249999999991, 0.41924999999999885, -0.8230949999999998, -0.4163250000000002, 0.5926050000000007, -0.20884500000000394, 0.37069499999999994, 0.391364999999999, 0.3301350000000008, 0.16263000000000033, 0.13299000000000194, 0.35606999999999883, 0.08482499999999915, 0.6148349999999982, 0.56277, 0.6173699999999995, 1.4821950000000015, 1.1914499999999975, 0.6598799999999976, -0.24335999999999963, 0.0025349999999995654, -0.3420300000000002, -0.15346500000000202, -1.4747849999999998, -1.6444350000000005, -0.9026550000000007, -1.6697849999999996, -2.285985, -2.210519999999999, -3.3779850000000016, -4.666545000000005, -4.4733, -3.949139999999996, -3.984045000000002, -3.609255000000005, -3.4204949999999967, -3.4811400000000035, -3.5228699999999957, -3.1697249999999992, -2.873130000000002, -2.561324999999998, -3.548025, -3.0078750000000034, -3.048239999999999, -3.213600000000001, -2.3282999999999983, -2.02098, -1.476345, -0.688155000000001, -0.1725750000000015, -0.5811000000000002, -0.4888650000000012, 1.2834899999999987, 1.1764350000000003, -0.1755000000000005, -0.2063100000000009, -0.22814999999999974, -0.23419500000000093, -0.5216250000000021, 0.3414449999999974, -0.465075000000001, 0.29600999999999694, -0.21040499999999818, -0.3689400000000005, 0.41398499999999955, -0.4884750000000009, -0.49920000000000164, -0.6507150000000002, -0.4414800000000002, -0.8833500000000025, 0.14429999999999893, 0.654615, 0.02651999999999949, -0.12031500000000153, 0.2969850000000001, 0.6462299999999996], [0.0, 0.3090750000000012, -0.12031500000000006, -0.5955300000000009, -0.3664049999999998, 0.10549500000000023, -0.164385, -0.02749500000000127, 0.18408000000000047, 0.18895499999999987, 0.48242999999999925, -0.1292850000000011, 0.4486950000000003, 0.5288399999999993, 0.8328449999999978, 1.026479999999996, -0.0046800000000001285, 0.2410199999999978, 0.47151000000000187, 0.634529999999998, 0.9324899999999987, 0.7293000000000012, 0.6021599999999983, 0.6376500000000018, 0.3705000000000004, 0.9866999999999979, 0.5889000000000009, 0.9083100000000017, -0.18837000000000004, -0.0037050000000008465, -1.3749450000000007, -1.9983600000000015, -2.4573900000000024, -2.2087649999999988, -1.8244200000000004, -2.669940000000001, -1.997384999999999, -1.328535, -0.7714200000000005, -1.6284450000000001, -0.8938800000000003, -0.9592049999999999, -1.4623050000000002, -1.3388699999999991, -0.8018400000000006, -0.9539400000000005, -1.375919999999999, -1.7803500000000012, -1.705859999999999, -1.5834000000000006, -1.799265000000001, -1.8183750000000005, -1.6530149999999997, -0.5734950000000001, -0.7177950000000008, -1.2388350000000004, -0.9666150000000004, -1.8969600000000015, -1.4812199999999995, -1.3437450000000017, -0.7466550000000001, -1.1263200000000007, -1.1850150000000008, -1.447290000000001, -1.398735000000001, -2.2976850000000004, -0.9087000000000014, -0.673335, -0.8562450000000001, -0.15034500000000084, -0.42276000000000064, -1.3595400000000004, -0.8299200000000002, -1.0791299999999997, -0.612300000000002, -1.229864999999996, -0.9732450000000009, -0.5239650000000013, -0.05577000000000054, -0.34319999999999967, 0.26539499999999927, 0.34280999999999906], [0.0, 0.675089999999998, 0.38336999999999966, -0.0015600000000003528, -0.2722200000000001, 0.5329349999999996, 0.5633549999999987, 0.9691499999999986, 1.1300249999999994, 0.35216999999999987, 0.5031000000000002, 0.7244250000000011, 1.0354499999999982, 0.8381099999999978, 0.8934899999999997, 1.3004549999999997, 1.0005449999999978, 1.057874999999999, 0.9005099999999997, 0.6899099999999995, 0.7133100000000007, 0.8449349999999999, 1.3642200000000002, 1.2595049999999999, 0.911429999999999, 1.3470599999999986, 0.7489949999999996, 0.24004499999999904, -0.44050500000000137, -1.1967150000000006, -1.4888250000000014, -1.6194750000000013, -1.779375000000001, -1.4989650000000003, -1.9864649999999968, -2.5862849999999975, -2.2280700000000007, -2.996174999999996, -3.08022, -2.6449800000000017, -2.7407250000000016, -2.2705800000000003, -1.5925649999999993, -1.2928500000000018, -0.9605700000000004, -0.616005000000003, -1.002104999999999, -1.5198300000000011, -1.2103650000000012, -1.0418849999999966, -0.9088949999999995, -1.0701599999999998, -0.5937750000000009, -0.9274200000000014, -0.7624500000000003, -0.3810300000000001, -0.3937050000000002, -0.39370500000000064, 0.2796299999999994, -0.15151500000000034, 0.02417999999999887, -0.00819000000000096, 0.0721499999999993, 0.4397249999999998, -0.3463200000000005, -0.14195999999999923, -0.10627500000000156, 0.3876599999999991, 0.27104999999999824, 0.5029049999999993, 0.635504999999999, 0.2416049999999997, 0.08307000000000037, 0.3562649999999977, -0.2466749999999995, 0.18193499999999882, 0.36991499999999966, 0.8911499999999992, 0.3697199999999987, 0.532934999999999, 0.7388549999999994, 1.3363350000000003], [0.0, -0.5853899999999963, 0.2958150000000026, 0.27436500000000175, 0.25954500000000214, 0.2985450000000025, 0.08911500000000294, 0.604110000000002, 0.5419050000000023, 1.1157900000000018, 0.20806500000000172, 0.6376500000000023, 0.5656950000000032, 0.7357350000000027, 0.19987499999999847, 0.9751950000000025, 0.09652500000000108, -0.1107599999999973, -0.24140999999999724, 0.25486500000000234, 0.33462000000000236, 0.01696500000000234, 0.1316250000000032, 0.3851250000000026, 0.21099000000000223, 0.6875700000000025, 0.9227400000000036, 0.31180500000000144, 0.5171400000000019, -0.991574999999997, -0.914549999999998, -1.614989999999998, -2.0410650000000006, -1.1031149999999972, -1.7850299999999923, -1.9172399999999978, -1.5139799999999979, -1.0865399999999998, -1.8185699999999985, -1.6149899999999953, -0.9344400000000013, -0.5530199999999978, -0.6684600000000005, -0.39916499999999866, -0.5594549999999963, 0.28782000000000174, 0.40131000000000383, 0.0655199999999998, 0.5752500000000027, 0.2404350000000015, 0.06766500000000208, 0.1456649999999997, -0.11777999999999689, 0.012090000000002155, 0.3258450000000017, -0.4108649999999954, -0.31511999999999607, 0.1540500000000029, -0.14195999999999875, -0.08930999999999645, -0.41300999999999766, 0.004680000000002682, 0.3794700000000024, 0.40579500000000346, -0.13981499999999691, 0.33520500000000175, -0.7415849999999988, -0.26110499999999726, 0.45123000000000224, 0.7675200000000038, 1.0508550000000036, 0.337935000000003, -0.10783499999999857, 0.38473500000000205, 0.17764500000000427, 0.26363999999999876, 0.012870000000004822, 0.07098000000000582, 0.6928350000000036, 0.841815000000002, 0.3517800000000031, 0.18817500000000242], [0.0, 0.633554999999998, -0.32916000000000123, -0.1025700000000016, -0.027105000000001933, 0.32350499999999927, 0.4578599999999996, 1.3441349999999985, 1.7442750000000007, 1.2936299999999987, 1.233959999999999, 1.0453949999999983, 1.2879749999999985, 2.173665, 2.5991549999999974, 1.9911449999999984, 1.5785249999999984, 1.815254999999998, 1.8423599999999984, 1.4944799999999983, 2.0962499999999986, 1.3579799999999982, 1.2333749999999983, 2.2300199999999983, 2.8982850000000013, 2.956979999999998, 1.6986449999999986, 0.7946249999999981, -0.431535000000002, -1.3078650000000025, -2.5685400000000005, -2.5808250000000026, -3.283215000000008, -2.8509000000000055, -3.031470000000003, -3.5655750000000017, -3.8143950000000064, -4.120155000000013, -4.398615000000005, -4.2816149999999995, -3.283800000000003, -3.4698300000000053, -3.8048400000000058, -2.3444850000000033, -1.5440100000000043, -1.6939650000000055, -0.6780150000000011, -1.1491350000000005, -1.309620000000001, -0.938145000000002, -1.4623049999999973, -1.9648200000000002, -1.7581200000000001, -1.379625000000004, -0.9211800000000017, -0.8394750000000017, -0.38980500000000307, -0.42276000000000025, 0.24725999999999804, -0.0818999999999992, 0.08072999999999775, 0.3295499999999971, 0.6263399999999981, 0.6631949999999983, 0.7901399999999996, 0.882959999999998, 0.7435349999999973, 0.6758699999999991, 0.4744349999999983, 1.2542399999999982, 0.6031349999999978, 0.5108999999999981, 0.6466199999999989, 0.538394999999998, 0.497444999999998, 0.6257549999999985, 0.8346000000000002, 0.6622200000000001, 0.7300799999999983, 0.7993049999999993, -0.08053499999999847, 0.5454149999999998], [0.0, 0.35841, 0.4145700000000004, 0.2747550000000005, 0.8182199999999997, 0.771225, 1.2667200000000014, 1.6432649999999995, 1.285635, 1.8909150000000001, 1.878435, 2.3444849999999993, 2.62587, 2.678129999999999, 1.9735950000000018, 2.8343250000000006, 2.122770000000002, 2.1668399999999997, 1.7140500000000014, 2.129984999999998, 1.9069050000000005, 2.5995450000000027, 3.0334199999999996, 3.3824699999999983, 3.1348200000000026, 2.3485799999999992, 2.040479999999999, 1.9468799999999988, 1.6855799999999999, 0.362310000000001, -0.3240899999999979, 0.22698000000000096, -0.4830150000000003, -1.1072099999999971, -0.4740449999999997, -0.3646500000000018, -1.2563850000000016, -1.1042849999999995, -1.0516349999999979, -1.178580000000001, -0.38122500000000115, -1.0789349999999986, -1.1230049999999996, -1.1345099999999997, 0.16886999999999996, 0.39039000000000085, 1.0245300000000002, 1.0869300000000004, 1.333995, 0.8082750000000009, 0.6579300000000003, 0.7160400000000008, 0.5403450000000001, 1.10526, 0.48067499999999946, 0.3979949999999995, 1.1271000000000004, 0.7821450000000002, 1.2877799999999995, 1.2479999999999998, 1.1083800000000004, 1.1183249999999991, 1.2427349999999995, 0.9207899999999992, 1.1692200000000001, 1.0578750000000001, 0.7378799999999996, 0.48360000000000025, 1.5818399999999997, 1.5594150000000007, 2.294175000000001, 1.6241550000000007, 1.8712199999999992, 1.9435649999999995, 1.292850000000001, 0.6376500000000003, 1.5110549999999998, 1.5284099999999996, 1.5892500000000003, 1.4761500000000003, 1.8624449999999992, 2.2750650000000006], [0.0, 0.07624500000000167, 0.49003500000000155, 0.6162000000000023, 0.6099600000000025, 0.5038800000000025, 0.7745400000000021, 0.8213400000000037, 1.3511550000000025, 1.5582450000000023, 1.8458700000000032, 2.062125000000003, 1.7953650000000023, 2.585310000000003, 2.685735000000001, 2.570685000000002, 2.6133900000000034, 2.337465000000003, 2.053350000000002, 2.102295000000003, 1.4303250000000025, 2.0190300000000025, 2.3242050000000023, 2.7756300000000023, 2.1083400000000028, 2.313285000000003, 2.2060350000000035, 1.8008250000000015, 1.2550200000000036, 0.8767200000000018, -0.7558199999999995, -1.1374349999999955, -2.2789649999999986, -1.680704999999993, -2.044575000000001, -2.224169999999999, -2.4573899999999984, -2.5663949999999938, -2.418974999999997, -2.3715899999999976, -1.9488299999999907, -1.9133399999999994, -1.4619149999999959, -2.065244999999997, -1.6021199999999904, -1.0323299999999964, -0.5799299999999992, -0.8359649999999927, -0.5534099999999982, -0.37186499999999656, -0.914939999999997, -0.869310000000004, -0.690885000000002, -0.14780999999999733, -0.013064999999999216, 0.09204000000000234, 0.24160500000000096, 0.3350100000000016, 0.23185500000000236, 0.44635500000000294, 0.061815000000001064, 0.10237500000000144, 0.1684799999999993, 0.3511950000000039, 0.7589400000000015, 0.5896800000000026, 0.7928700000000025, 0.8993400000000027, 1.6103100000000028, 1.2661350000000018, 1.3363350000000023, 1.3213200000000018, 1.1549850000000021, 0.7922850000000016, 1.1705850000000035, 0.974025000000004, 0.987090000000001, 1.1544000000000025, 0.9287850000000034, 1.112475000000003, 0.9672000000000028, 0.42939000000000127], [0.0, -0.4198350000000013, 0.15756000000000014, -0.36757500000000065, -0.12479999999999869, 0.5173349999999985, 0.4264649999999979, 0.6173700000000001, 1.2992849999999991, 1.2653549999999987, 1.1288549999999997, 1.4426099999999993, 1.209974999999999, 1.191059999999999, 1.7119049999999991, 1.4334449999999987, 1.1939849999999992, 1.1707799999999993, 1.169999999999999, 0.7164299999999986, 0.7946249999999999, 0.7593300000000004, 1.1631749999999994, 1.7050799999999988, 1.8099899999999989, 1.6292249999999981, 1.2132899999999984, 1.5354299999999994, 0.6212699999999977, -0.36952500000000144, -0.7300800000000023, -0.9184499999999991, -0.6772349999999987, -1.0808850000000034, -1.2113400000000025, -1.2171900000000013, -1.7471999999999954, -1.7764500000000023, -2.222220000000001, -1.7111250000000022, -1.5321150000000032, -2.0365799999999994, -1.9548750000000004, -1.8491850000000034, -1.1015550000000043, -1.2271349999999974, -0.41125500000000237, -0.6862050000000011, -0.2770950000000012, -0.6433050000000007, -0.31648499999999946, 0.3022499999999986, -0.3201900000000033, -0.41184000000000154, -0.2143050000000022, -0.225614999999999, -0.10081500000000121, 0.3030299999999988, -0.021060000000000523, 0.5052449999999984, -0.02086500000000102, 0.6066449999999993, 0.44303999999999855, 0.7700549999999972, 1.1953499999999992, 0.875745, 0.9769499999999997, 0.9590099999999988, 1.1391899999999986, 0.40676999999999897, 0.6438899999999984, 0.2796299999999985, 0.05381999999999865, -0.5454150000000011, -0.25291499999999845, 0.13571999999999784, -0.12694500000000186, 0.48535500000000065, 0.41008499999999914, 0.9252749999999983, 0.7460699999999996, 0.6093749999999996], [0.0, 0.6228300000000042, 0.43738500000000236, 0.06942000000000248, 0.982800000000003, 1.0465650000000024, 2.063490000000002, 1.6005600000000024, 1.341210000000003, 1.3663650000000025, 1.7731350000000023, 1.3804050000000017, 1.6545750000000026, 1.7990700000000024, 2.1124350000000027, 2.1978450000000027, 2.0599800000000017, 2.0827950000000026, 1.2509250000000023, 1.3993200000000028, 1.3462800000000024, 1.5284100000000023, 1.9568250000000025, 1.9860750000000027, 2.6184600000000025, 2.8185300000000026, 1.6108950000000026, 1.6489200000000022, 0.6084000000000009, 0.1872000000000067, -0.8383050000000027, -1.4886300000000015, -1.5750149999999938, -1.321514999999998, -1.640144999999996, -1.3080599999999967, -1.3055249999999927, -1.163954999999997, -1.2160200000000008, -1.544009999999997, -1.517879999999999, -2.0182499999999974, -1.367339999999997, -1.6300049999999962, -1.288170000000001, -0.810419999999997, -1.3191749999999964, -0.6986849999999989, -0.9227400000000006, -1.0430549999999998, -0.9964499999999985, -0.6979049999999956, -0.45454499999999776, -0.5668649999999977, 0.5875350000000024, -0.07429499999999933, 0.20728499999999994, 0.6653400000000023, 0.45766500000000043, -0.5789549999999983, -0.40150499999999845, 0.00565500000000263, 0.1300650000000001, 0.2435550000000033, 0.6807450000000033, 0.9894300000000027, 1.4231100000000025, 0.9935250000000021, 0.5853900000000043, 0.9239100000000026, 1.081860000000003, 0.8591700000000034, 0.8065200000000041, 0.17881500000000083, 1.0071750000000028, 0.9122099999999995, 0.39916500000000354, 0.6249750000000016, -0.08365499999999848, -0.09145499999999629, 0.04095000000000648, 0.5598450000000021], [0.0, 0.49139999999999917, 0.0939900000000003, 0.18895500000000096, 0.47072999999999904, 1.23162, 1.3837200000000023, 0.6483749999999991, 0.7291049999999989, 0.21917999999999938, 0.07624499999999912, -0.0809250000000003, -0.22308000000000067, 0.6167849999999993, 1.0611899999999983, 1.1641499999999982, 0.38180999999999987, 0.21215999999999902, 0.4641000000000007, 0.24940499999999924, 0.10919999999999941, 0.055184999999999124, 0.7158449999999985, 1.1103299999999992, 0.959009999999999, 0.9898200000000004, 1.1317799999999987, 0.42003000000000057, 0.4270499999999999, -0.14215500000000025, 0.08092499999999997, -0.3714750000000019, -1.2431250000000003, -1.0430550000000027, -0.6637800000000014, -0.9326850000000009, -0.6407700000000016, -1.0561200000000013, -0.5851949999999996, -1.087125000000001, -0.7807800000000009, -0.8911500000000008, -1.392495000000002, -1.13685, -1.0145850000000016, -0.7944300000000012, -0.49764000000000064, -0.4841850000000003, -0.9180600000000012, -0.8581950000000007, -0.22444499999999978, 0.4036499999999998, -0.1951950000000004, 0.5069999999999991, 0.07858500000000025, 0.001559999999999312, 0.6177599999999996, 0.3416399999999997, 0.47384999999999944, 0.3174600000000001, 0.5112899999999992, 0.87321, 0.6316049999999991, 1.0594349999999992, 0.6329699999999996, 0.5317649999999999, 0.12889500000000004, 0.2281499999999992, 0.46409999999999985, 0.7760999999999988, 0.2677349999999998, 0.43796999999999975, 0.11953499999999921, -0.8568300000000006, -0.24804000000000131, -0.7887750000000043, -1.0385699999999989, -0.8455200000000015, -0.1809599999999999, 0.3279899999999999, -0.13630500000000084, 0.009359999999999424], [0.0, 0.6686550000000009, 1.5274350000000019, 1.1481600000000018, 1.741350000000001, 1.7672850000000015, 1.8035550000000014, 1.9053450000000007, 2.1641100000000018, 2.3920650000000014, 2.6900250000000017, 2.7742650000000015, 2.808780000000001, 2.7128400000000017, 2.892825000000002, 3.3462000000000014, 2.9214900000000013, 2.2093500000000015, 2.6952900000000013, 1.4010750000000025, 1.184040000000001, 1.7762550000000012, 2.364570000000001, 2.247180000000001, 2.081625000000001, 3.0864600000000015, 2.530515000000002, 2.281305000000001, 1.6623750000000013, 0.18505500000000064, -0.535664999999995, -0.34436999999999696, -0.2583749999999987, -0.5926049999999914, -0.3375449999999991, -0.8827649999999965, -1.337505000000006, -0.8174399999999937, -0.6780149999999945, -1.0377899999999984, -0.4235399999999965, 0.046019999999999506, -0.4652699999999994, -0.5857799999999931, 0.11856000000000089, -0.17257499999999704, 0.22464000000000128, 0.640965000000004, 0.6124950000000013, 0.7895550000000011, 0.26832000000000056, 0.9285900000000034, 1.6623750000000015, 1.2893400000000022, 1.2987000000000013, 1.5999750000000001, 1.4293500000000008, 1.904760000000001, 1.6424850000000024, 1.1863800000000009, 1.2871950000000019, 0.9818250000000013, 1.9156800000000003, 1.852110000000001, 1.6766100000000028, 1.9203600000000023, 1.781325, 1.4808300000000008, 2.0379450000000023, 1.8372900000000005, 1.3431600000000026, 0.8086650000000004, 0.7803899999999986, 0.5311800000000035, 0.3919500000000036, 0.07137000000000127, -0.22112999999999827, 0.8112000000000055, 0.34495500000000545, 1.06977, 1.0296000000000003, 1.356810000000002], [0.0, 0.8580000000000013, 0.9143550000000011, 1.4804400000000006, 1.242150000000001, 1.2815400000000023, 1.6344900000000004, 1.7458350000000018, 1.9184099999999977, 2.1436350000000015, 1.8530850000000028, 1.4131650000000007, 1.2686700000000006, 1.3975650000000015, 1.6545750000000012, 1.710539999999999, 1.9484400000000002, 1.3917150000000003, 0.8322600000000011, 0.7649850000000009, 0.4196400000000012, 1.3468650000000015, 1.0742550000000008, 1.0869299999999997, 1.5477150000000026, 1.718925000000001, 2.1664499999999998, 1.5596100000000002, -0.08072999999999797, -0.16399500000000033, -0.45454499999999975, -0.4960799999999983, -0.040949999999999154, -0.4806750000000024, -1.2464399999999969, -0.8698950000000023, -0.5532149999999985, -1.0315499999999946, -0.8057399999999981, -0.8468849999999979, -0.6179549999999989, -0.09379499999999785, 0.0879450000000006, 0.5760300000000012, 0.36894000000000127, 0.8012550000000012, 1.4090700000000007, 1.257554999999999, 0.7493849999999993, 0.7489950000000005, 0.14391000000000065, 1.029405000000001, 1.0276500000000013, 1.1393850000000005, 0.7862400000000013, 1.1881350000000006, 0.5834400000000013, 0.9734400000000014, 1.5525900000000017, 1.5305550000000008, 1.5789150000000012, 1.9232850000000006, 1.5328950000000003, 1.4759550000000004, 1.5506400000000005, 1.0861500000000013, 1.1423100000000006, 1.8558150000000013, 1.248975000000001, 0.850785000000001, 0.4820400000000004, 0.16672500000000245, -0.21839999999999926, -0.7946249999999995, -0.06707999999999859, -0.41885999999999735, -0.23945999999999978, -0.3373499999999947, 0.42977999999999983, 1.0038600000000013, 1.518075000000001, 1.1801400000000015], [0.0, 1.5104700000000002, 1.6631550000000006, 2.354625000000002, 2.6293800000000016, 2.8462200000000024, 3.389294999999998, 3.7399050000000003, 2.85675, 2.6822250000000016, 1.9720349999999998, 2.5038000000000027, 2.19609, 2.397330000000001, 2.2052549999999984, 2.6527800000000012, 3.4524750000000006, 2.79591, 2.2241700000000018, 2.5059449999999996, 2.562300000000002, 1.7795700000000023, 2.4178049999999986, 2.7315599999999995, 3.435704999999997, 2.902185000000001, 2.7557400000000016, 2.699580000000001, 1.3254150000000007, 0.39721499999999854, -0.8480550000000007, -0.4005300000000003, -0.9324899999999998, -0.922154999999999, -1.2515099999999995, -0.5282549999999984, -0.7010250000000005, -0.8579999999999985, -0.3625050000000005, -0.9205950000000034, 0.43992000000000075, -0.1899299999999975, 0.12694500000000308, 1.2988950000000012, 1.0026900000000003, 0.7542600000000009, 0.4888650000000003, 0.7150650000000017, 1.6370249999999986, 1.8445050000000016, 0.978315000000002, 0.7359300000000004, 0.7846800000000019, 0.9724650000000012, 1.3078650000000032, 1.4153099999999998, 0.7205250000000014, 1.0933650000000008, 1.2495600000000011, 0.9523800000000001, 0.12187499999999984, 1.2037350000000016, 1.3612950000000008, 1.5931500000000012, 1.2579450000000003, 0.6807450000000004, 0.9221550000000003, 0.5947500000000016, 1.3862550000000005, 0.7852650000000011, 0.23985000000000278, 1.480830000000001, 1.1095500000000011, -0.026909999999997103, -0.2952299999999979, 0.5598450000000014, 1.6282500000000009, 1.6255200000000003, 1.5820350000000016, 1.837875000000001, 2.6198250000000005, 2.322255000000001], [0.0, 0.012870000000001047, 0.7351499999999996, 1.4213549999999995, 1.0886850000000012, 1.469520000000001, 0.3627, 0.3827850000000007, 0.6378450000000004, 1.1120850000000013, 1.0619700000000003, 0.3315000000000008, -0.014234999999999776, 0.6409650000000008, 0.5951400000000002, 0.08365500000000037, 0.15346500000000018, -0.3012750000000003, -0.06903000000000037, -0.15053999999999923, 0.14702999999999988, 0.6542250000000008, 0.7322250000000008, 0.5485350000000004, -0.21937500000000065, 0.5233800000000005, 0.5902650000000006, 0.5871450000000004, 0.5403450000000002, -0.18115500000000073, -0.5766149999999987, -0.20513999999999866, -0.9467250000000004, -0.4763849999999993, -0.5937750000000003, -0.6780150000000006, -0.234390000000001, 0.05928000000000089, -0.3102450000000003, -0.6774300000000025, 0.21488999999999953, -0.03275999999999979, -0.10139999999999905, -0.4726800000000003, 0.49101000000000067, 0.24472499999999986, 0.16555500000000095, 0.11134500000000092, 0.6563700000000003, 0.9707100000000014, 0.903825000000001, 0.6936150000000008, 0.30147000000000035, 0.3658199999999999, 0.45591, 0.6407700000000002, 0.8736000000000008, 0.5341050000000005, 0.7429500000000008, 0.9781200000000008, 1.1403600000000003, 0.9182550000000007, 0.6552000000000009, 1.014975000000001, 1.0077599999999993, 0.7123350000000004, 0.6928349999999999, 1.3320450000000004, 1.3361400000000008, 1.6670550000000013, 0.9344400000000007, 1.6469700000000014, 0.8408400000000008, 0.8359650000000005, 0.6148350000000005, 0.6916649999999995, 0.4153500000000001, 0.6828900000000014, 0.4303649999999998, 1.4449499999999997, 1.3669500000000014, 0.8999250000000004], [0.0, 0.49042499999999967, 1.5118349999999974, 1.700204999999998, 2.335124999999998, 2.582969999999998, 2.8054649999999985, 2.555279999999997, 2.812679999999998, 2.164889999999997, 2.1038549999999976, 1.874924999999998, 2.505359999999998, 1.6300049999999973, 1.2694499999999962, 2.0874749999999977, 2.0537399999999986, 1.4981849999999985, 1.722239999999998, 1.5112499999999989, 2.063879999999997, 2.395574999999998, 2.7697799999999977, 3.1441799999999986, 2.752814999999998, 2.397719999999998, 2.659799999999998, 2.7393599999999982, 1.8749249999999966, 0.8964149999999955, 0.0865800000000001, 0.23809500000000083, 0.36367499999999975, -0.2199599999999986, -0.3223350000000029, 0.7489949999999987, 0.30068999999999946, 0.003120000000002232, 0.5411249999999952, -0.14039999999999697, 0.24355499999999974, 0.11855999999999822, 0.283725000000004, 1.2238199999999977, 0.9332699999999992, 1.3823549999999978, 1.173314999999997, 1.7372549999999976, 1.5377699999999974, 0.9837749999999983, 1.1083799999999966, 1.444364999999998, 1.198274999999996, 1.153814999999996, 1.3624649999999985, 1.2130949999999996, 1.1469899999999988, 1.0674299999999983, 1.378064999999997, 1.543424999999998, 1.6097249999999992, 1.5531749999999978, 1.722239999999997, 1.4474849999999986, 1.1561549999999965, 1.288364999999999, 1.6805099999999984, 1.5260699999999976, 1.430324999999998, 1.4556749999999983, 1.3094249999999976, 1.274324999999997, 0.9412649999999987, 1.4952599999999991, 1.5447899999999986, 1.5326999999999977, 1.6604249999999978, 1.3160549999999978, 1.358759999999998, 1.417454999999998, 1.8823349999999988, 2.1925799999999978], [0.0, 0.5493149999999929, 1.4275949999999973, 1.7783999999999975, 2.3359049999999963, 1.581254999999996, 2.400449999999997, 2.6467349999999965, 2.1007349999999976, 1.2634049999999957, 1.4827799999999987, 1.2901199999999966, 1.6500899999999978, 1.7247749999999955, 1.6218149999999987, 1.1943749999999953, 1.2844649999999973, 1.1456249999999952, 1.5272399999999982, 1.370459999999999, 1.8778499999999967, 2.3647649999999976, 2.0820149999999975, 1.8994949999999973, 1.7783999999999958, 1.7848349999999975, 2.0734349999999973, 2.302949999999997, 1.2573599999999951, 0.7669349999999997, 0.5434649999999994, 0.7031699999999983, 0.7831199999999987, 0.8219249999999954, 0.24394499999999475, 0.7480199999999948, 1.063529999999992, 0.9264449999999955, 0.7330049999999964, 0.35002500000000003, 1.3924949999999925, 0.8242649999999954, 0.9886499999999978, 0.8876399999999962, 1.2885599999999966, 1.0251149999999989, 1.1861849999999978, 1.1660999999999964, 1.7425199999999972, 1.4806349999999975, 1.9330349999999967, 1.6048499999999957, 1.3230749999999973, 1.3484249999999973, 1.473419999999998, 1.3843049999999966, 0.9958649999999973, 1.0017149999999955, 0.827189999999995, 0.8626799999999961, 1.2967499999999963, 0.834989999999997, 0.9656399999999956, 1.4858999999999951, 1.166684999999995, 1.2029549999999967, 1.521584999999998, 1.6489199999999962, 1.6959149999999967, 1.977689999999996, 1.5130049999999948, 1.8082349999999945, 1.9250399999999965, 2.137394999999996, 2.234894999999997, 1.8560099999999975, 1.5676049999999968, 2.346044999999998, 1.9269899999999969, 2.0471099999999973, 2.0703149999999977, 1.8694649999999955], [0.0, 0.016964999999991903, 1.2450749999999955, 1.8534749999999975, 2.444519999999998, 1.9985549999999983, 2.5819949999999987, 2.379779999999997, 2.4291149999999977, 2.384459999999999, 1.7737199999999982, 2.2114949999999975, 1.6514549999999977, 1.9923149999999983, 2.1559199999999983, 1.660619999999998, 1.6456049999999982, 1.242344999999998, 0.8948549999999995, 1.0584599999999977, 1.3552499999999976, 1.2382499999999979, 1.1019449999999988, 1.7278949999999975, 1.179749999999998, 0.8544899999999978, 1.008149999999998, 1.362854999999998, 0.6756749999999982, -0.05011499999999858, -0.7770750000000044, -0.5557500000000029, -0.1599000000000097, -0.2226900000000036, 0.0329549999999994, -0.1903200000000007, 0.004290000000000127, -0.007995000000000196, 0.15619500000000341, -0.7673249999999991, 0.02184000000000008, 0.1310399999999965, 0.43075499999999645, 0.8880299999999997, 0.6156149999999967, 1.160444999999998, 0.549509999999998, 0.2139149999999952, 0.28177499999999744, 0.41223000000000143, 0.8098349999999974, 1.053389999999997, 1.1339249999999967, 1.9080749999999984, 1.1504999999999976, 1.1873549999999977, 1.0097099999999966, 1.567604999999997, 1.1559599999999994, 1.2817349999999967, 1.589639999999997, 1.289924999999997, 1.0613849999999987, 1.1672699999999963, 1.275884999999999, 1.6422899999999978, 2.0235149999999984, 1.4414399999999985, 1.438319999999998, 1.0311599999999976, 1.527044999999999, 1.3653899999999992, 1.5880799999999993, 1.6461899999999985, 1.5260699999999994, 1.392884999999996, 1.6245449999999968, 1.2598949999999969, 1.822079999999998, 1.8745349999999983, 1.7860049999999972, 1.3371149999999974], [0.0, 0.6078149999999998, 0.9120149999999998, 2.5453349999999983, 1.810379999999999, 1.7440799999999996, 2.566979999999998, 1.902029999999999, 1.8031649999999992, 1.5666299999999986, 0.9685649999999985, 0.9256649999999993, 1.1235899999999983, 1.2674999999999983, 0.9124049999999984, 1.107794999999998, 1.6350749999999987, 1.8665399999999979, 1.313519999999999, 1.8384599999999982, 2.233334999999999, 1.903004999999999, 2.022149999999999, 1.843334999999999, 1.3815749999999987, 1.7392049999999986, 1.0771799999999987, 0.9835799999999988, 1.4632799999999992, 1.1608349999999987, 1.057289999999999, 1.189109999999999, 1.0832249999999997, 1.2271349999999988, 0.49783499999999803, 0.3572399999999982, 0.807495, 0.9734399999999983, 1.082639999999999, 1.780739999999999, 1.8386549999999986, 2.090595, 0.9755849999999988, 1.3396499999999991, 0.924104999999998, 1.2017849999999983, 0.865019999999999, 1.359344999999999, 1.846649999999999, 1.932059999999999, 2.1249149999999966, 2.3618399999999986, 2.041649999999999, 1.7173649999999991, 2.0268299999999986, 1.720679999999999, 0.8402549999999984, 0.8983649999999986, 1.452359999999999, 1.8989099999999997, 1.9170449999999986, 1.3675349999999993, 1.4743949999999997, 1.0668449999999985, 0.643694999999999, 1.019264999999999, 1.5194399999999988, 1.9827599999999985, 2.445299999999999, 1.9230899999999989, 2.494634999999999, 2.0613449999999993, 2.4612899999999995, 2.9222699999999993, 2.160599999999998, 2.159234999999998, 1.9572149999999984, 2.2245599999999977, 1.7364749999999987, 2.311724999999999, 3.0150900000000003, 2.5609349999999975], [0.0, 1.4168699999999992, 1.0791299999999984, 2.7617849999999997, 2.788499999999999, 2.503019999999999, 2.655705, 2.0976149999999976, 1.8357299999999994, 1.7282849999999994, 2.757299999999999, 2.4887849999999996, 3.0911399999999993, 3.455204999999999, 3.171089999999999, 2.479034999999999, 2.9737499999999986, 2.4431549999999995, 2.3015849999999993, 2.5287599999999975, 3.0722249999999987, 2.3039250000000013, 2.1274499999999987, 1.5235349999999979, 1.840409999999998, 1.602705, 2.925195, 2.106584999999999, 0.7784399999999998, 0.04446000000000305, -0.04211999999999838, -0.017159999999999176, -0.11972999999999834, -1.1235899999999979, 0.6934200000000041, 1.2542399999999985, 0.9280049999999966, 2.0582249999999984, 1.329120000000001, 1.7442749999999982, 1.7031300000000005, 1.0522200000000037, 1.5075449999999984, 1.231619999999999, 2.108144999999999, 3.285359999999999, 2.51043, 2.070314999999999, 2.3062649999999993, 2.427749999999999, 2.35911, 2.3357099999999997, 2.622945, 3.11103, 2.9415749999999994, 2.648684999999998, 1.3259999999999958, 2.6666249999999994, 2.7795300000000003, 2.7623699999999993, 2.198039999999997, 2.861429999999999, 2.7028949999999985, 2.5211550000000003, 2.587064999999999, 2.186730000000001, 2.7982499999999995, 1.8913049999999996, 2.1988200000000004, 3.623684999999999, 2.637179999999999, 4.456334999999998, 3.860415, 3.6849149999999997, 3.329819999999999, 2.6736449999999996, 2.349359999999999, 2.2752600000000003, 2.385239999999999, 2.7847949999999995, 2.7192749999999988, 3.5499749999999994], [0.0, 0.544439999999996, 0.7645949999999992, 0.9707099999999966, 1.0303799999999976, 1.352714999999999, 1.5867149999999983, 0.9515999999999973, 0.539759999999998, 1.0171199999999943, 0.9654449999999974, 0.5171400000000013, 0.5633549999999983, 1.3973699999999978, 1.7766449999999971, 1.7711849999999978, 1.4541149999999985, 1.5835949999999972, 1.8220799999999975, 1.6352699999999971, 1.2977249999999956, 1.235324999999996, 1.1582999999999977, 0.16711499999999413, 0.2053349999999985, 0.49276500000000123, 1.144064999999996, 0.880619999999998, 0.857804999999999, 0.6977099999999969, 0.45493499999999854, 0.15170999999999868, -0.2915250000000036, -0.1745250000000027, -0.15892500000000265, 0.1858350000000022, 0.3673799999999967, 0.6982949999999994, 1.2088049999999986, 1.2530699999999977, 1.1290499999999974, 0.5413199999999962, 0.8544899999999958, 1.0411049999999982, 1.1107199999999977, 1.3774799999999972, 1.8778499999999978, 1.323464999999998, 1.8515249999999988, 1.8368999999999966, 1.6491149999999968, 1.463864999999997, 1.595489999999998, 1.6444349999999974, 2.0071349999999972, 2.0110349999999975, 1.588274999999997, 1.4677649999999978, 1.9221149999999976, 1.4008799999999972, 1.0867349999999976, 1.4496299999999975, 1.0740599999999974, 1.0177049999999974, 1.2706199999999972, 1.567019999999998, 1.9172399999999978, 2.185559999999998, 1.9868549999999967, 1.7579249999999975, 1.923479999999997, 2.4433499999999975, 2.4850799999999977, 2.2157849999999977, 2.3555999999999973, 2.359304999999997, 1.5711149999999976, 1.645604999999997, 1.7044949999999972, 1.9328399999999974, 1.895399999999999, 1.1848199999999975], [0.0, 0.7519199999999996, 1.585739999999999, 1.960334999999999, 1.9544849999999985, 1.7120999999999993, 1.9646249999999996, 1.3102049999999998, 1.3388700000000002, 1.4080949999999997, 1.2193349999999992, 1.7587049999999993, 1.6963049999999995, 1.5537599999999991, 2.2274849999999997, 2.168985, 1.7314049999999988, 2.1305700000000005, 1.010099999999999, 1.1713649999999989, 1.408094999999999, 0.6867899999999999, 0.8410349999999994, 0.7310549999999992, 0.7593299999999987, 0.11232000000000286, 0.822315000000001, 0.34982999999999886, -0.2683200000000012, -0.5077800000000003, -0.32623500000000094, -0.41145000000000187, -0.35568000000000155, -0.10335000000000294, -0.343005, 0.031199999999998562, 0.5149949999999991, 0.339884999999997, 0.7527000000000004, 0.6910799999999984, 1.1253449999999994, 1.6580849999999994, 1.2335699999999994, 0.6795749999999993, 0.7755149999999991, 1.7163899999999992, 2.274869999999999, 2.3123100000000014, 2.0613449999999998, 1.8493799999999987, 1.7711849999999996, 1.8445049999999967, 2.4062999999999994, 2.7881100000000014, 2.932605000000001, 2.7705599999999997, 2.7337049999999996, 3.2063849999999983, 2.938065000000001, 2.191799999999998, 2.253614999999999, 1.3858649999999997, 2.0227349999999995, 1.8156449999999988, 2.669159999999999, 3.0911399999999967, 3.0265949999999995, 2.452124999999999, 1.5348449999999993, 2.124329999999998, 1.258529999999999, 1.3597349999999992, 1.951364999999999, 1.5750149999999987, 0.8472749999999989, 0.8191949999999992, 0.7599149999999987, 1.347255, 0.768104999999999, 1.3189799999999996, 1.077180000000001, 1.6539900000000007], [0.0, -0.5146050000000013, -0.11056500000000091, 0.5612099999999987, 1.0204350000000004, -0.1569749999999992, 0.11231999999999775, -0.9964500000000005, -1.052415, -1.6066050000000074, -0.9993750000000012, -0.5204549999999997, 0.25369499999999867, 0.6938099999999991, -0.18213000000000212, -0.07663500000000245, 0.39701999999999815, -0.007605000000001638, 1.068014999999999, 0.19850999999999952, -0.3045900000000006, 0.4093049999999976, -0.45045000000000135, -0.599624999999999, -0.6269250000000011, -0.08014499999999858, -0.08950499999999906, 0.11290499999999759, -0.5945550000000022, 0.3453449999999989, -0.5838299999999987, 0.4015049999999989, -0.29932500000000073, 0.017160000000000286, -0.5873399999999991, -0.42490499999999987, 0.43601999999999785, 0.16672499999999957, 0.8369399999999992, 0.38297999999999943, 0.8063249999999994, 0.9685649999999995, 0.1873949999999993, -0.1803750000000015, 0.4249049999999992, 1.1023349999999992, 0.4748249999999987, 0.1690649999999987, 1.052609999999999, 0.70122, 0.5797349999999991, 0.26539499999999916, 0.3410549999999988, -0.69303, 1.075814999999999, 0.02437499999999959, -0.2728049999999993, 1.006394999999997, 1.259309999999999, 1.0451999999999997, 0.07955999999999785, -0.20318999999999998, -0.7700549999999942, -0.3584099999999981, 0.5161649999999988, 0.3223349999999987, -0.23458500000000093, 0.825045, 0.7819499999999995, 0.9365849999999999, 1.0957049999999993, 0.869504999999999, 0.8406449999999966, 0.5912400000000014, 0.5633549999999983, 1.2099749999999991, 2.1307649999999994, 2.3169899999999983, 1.8517199999999994, 1.4301299999999997, 1.1842349999999993, 0.5576999999999996], [0.0, 0.24414000000000113, 0.3192149999999976, 1.1132550000000008, 0.9654449999999974, 0.8080800000000004, 2.0303399999999985, 0.6111300000000015, 0.15404999999999758, 0.43855500000000047, 0.449280000000001, 0.2804099999999994, 1.2183599999999974, 1.3178099999999981, 1.017119999999997, 1.735889999999998, 1.033694999999998, 1.1830649999999996, 1.157714999999997, 1.5925649999999982, 1.0182899999999986, 0.8359649999999954, 0.6224400000000003, 0.7813649999999963, 0.2644199999999981, -0.04719000000000273, 0.25954499999999836, 0.6142499999999971, -0.2074799999999999, -0.9757800000000039, -0.4375800000000001, 0.16087499999999855, -0.9535500000000003, -0.036075000000003854, -0.7957949999999978, 0.12089999999999579, 0.507584999999998, 0.22581000000000007, 1.022579999999999, 0.7168199999999978, 0.5159699999999987, -0.09379499999999785, -0.733979999999999, -0.19012500000000232, 0.9744149999999989, 0.7398299999999989, 1.345499999999999, 1.7111249999999982, 1.737449999999998, 1.3532999999999988, 1.9119749999999989, 0.7066799999999995, 1.1947649999999979, 2.1516299999999986, 1.9991399999999984, 2.6416649999999984, 2.098589999999999, 1.9310849999999986, 2.584334999999999, 2.142074999999999, 2.2787699999999984, 1.9973849999999989, 1.7015699999999985, 0.9254700000000007, 1.7826899999999997, 1.5666299999999986, 1.8423599999999984, 1.8407999999999975, 1.2195299999999973, 1.491944999999999, 0.8390849999999985, 1.7050799999999997, 1.0411049999999993, 1.6754399999999992, 1.3794299999999982, 1.2538499999999984, 0.8870549999999982, 1.135484999999999, 1.6434599999999993, 0.9970349999999979, 0.9794849999999973, 0.990404999999996], [0.0, 1.017705000000001, 0.479309999999999, 0.27982500000000154, 0.1766700000000032, 0.8895900000000003, 0.8254349999999986, 0.7174050000000012, 0.0684449999999992, 0.10764000000000218, 0.41886000000000045, 0.5848049999999987, 0.7527000000000004, 1.0136100000000008, 1.1547899999999987, 1.33731, 1.3193700000000006, 1.1631750000000003, 1.0522200000000002, 0.8784749999999986, 1.115399999999999, 1.3150800000000002, 0.9962550000000014, 1.307475000000001, 0.6696299999999975, 0.49685999999999875, 1.190084999999999, 1.2446849999999998, 0.49997999999999787, 0.3338399999999999, 0.9566699999999995, 0.8808150000000012, 0.7922850000000004, 1.11111, 0.7554300000000007, 0.7688849999999987, 0.8010600000000001, 0.4555199999999997, 0.7700549999999993, 0.8977799999999994, 1.437149999999999, 0.9350250000000002, 0.21625499999999853, 1.0516349999999977, 0.6778200000000008, 0.6745049999999986, 0.9026549999999989, 1.7764499999999996, 1.4240849999999994, 1.6405349999999999, 1.0145850000000014, 1.4687400000000004, 1.0615799999999989, 0.9221550000000014, 1.2871950000000012, 1.2645749999999991, 0.7872150000000009, 0.6667050000000017, 0.7103850000000029, 1.2006150000000009, 1.3267799999999998, 1.2384449999999985, 1.6434599999999975, 2.000115, 1.6955249999999986, 1.872975000000001, 1.8370949999999997, 2.0730449999999983, 1.7333549999999986, 1.7384250000000003, 1.6610099999999997, 1.5083249999999975, 1.6426799999999993, 1.69143, 1.4738099999999985, 1.8259800000000002, 2.28267, 2.03229, 2.25888, 1.9462949999999997, 1.201395, 1.1612250000000006], [0.0, 0.3568500000000002, -0.3129750000000009, -0.2636400000000008, -0.8890050000000002, -0.377520000000001, -0.6748950000000009, -0.87711, -0.9759749999999998, -0.6327749999999999, 0.06590999999999991, -0.3344250000000004, -0.4227600000000005, 0.31823999999999997, 0.5058299999999983, 0.3933150000000004, 0.2501849999999992, -0.4506450000000003, -0.34515000000000057, -0.40989000000000064, -0.4334850000000008, -0.46917000000000114, 0.849224999999997, 0.24647999999999937, 0.20104500000000025, 0.08150999999999908, -0.20221500000000034, 0.29873999999999956, 0.3960449999999991, -0.4268550000000003, -0.623220000000001, -0.6382350000000007, -1.0960950000000014, -0.6427200000000004, -0.7634250000000007, -0.8771100000000004, -0.5356649999999991, -1.165515, -0.32740500000000144, -0.45766500000000143, -0.25584000000000034, -0.8687250000000003, -1.3624650000000014, -1.184429999999999, -0.2782650000000011, 0.19305000000000072, 0.7335900000000002, 0.7283250000000007, 0.043094999999999495, 0.7144799999999994, -0.0351000000000003, 0.593969999999999, 0.29347499999999893, -0.03666000000000044, 0.5013449999999999, 0.12635999999999953, -0.06805500000000075, 0.5809049999999977, 0.1546349999999992, 0.023594999999999478, -0.11953500000000106, 0.453375, 0.4163249999999996, 1.1021399999999983, 1.125735, 0.6672899999999983, 0.7564050000000004, 0.34651499999999913, 0.11095499999999986, 0.1561949999999992, -0.7226699999999999, -1.0021050000000014, -0.030614999999999976, -0.6191250000000006, 0.013454999999998885, 0.592214999999999, 0.33267000000000024, 0.8987549999999991, 0.8856899999999985, 0.1456649999999997, 0.04894499999999974, -0.34144500000000083], [0.0, -0.2542800000000006, -0.26422500000000027, -0.1963649999999998, -0.2349750000000006, -0.6873750000000001, -0.4529850000000007, -1.3267799999999998, -1.793025000000001, -1.2741300000000004, -1.1686350000000003, -1.0453949999999999, -1.3579799999999997, -1.0354499999999998, -0.4806750000000003, -1.0984350000000005, -0.8541, -0.3935100000000002, -0.40072500000000016, -0.3664050000000004, -0.16380000000000006, -0.17842500000000056, -0.36133499999999985, 0.08287500000000059, -0.2634449999999998, 0.1396199999999997, -0.020085000000000297, -0.3209700000000005, -0.8086650000000002, -0.7593299999999998, 0.26227499999999954, -0.27144000000000024, -0.2981549999999994, -0.33676499999999987, -0.0469949999999999, -0.2878200000000002, -0.5364450000000003, -1.3724099999999997, -1.3250249999999997, -1.3599300000000012, -0.2400450000000006, -0.6651450000000002, -1.0233600000000003, -0.8149050000000002, -0.43426499999999957, -0.6846450000000013, -0.1813500000000001, -0.14917499999999942, -0.18602999999999972, -0.5506800000000005, -0.19714500000000137, 0.3662099999999984, -0.468195, -0.4958849999999998, 0.009945000000000703, -0.9188400000000003, -1.0071750000000004, -0.48359999999999975, -0.2809949999999997, -0.2733899999999996, -0.02554500000000015, 0.3944849999999997, 0.2476500000000001, 0.08209499999999992, 0.35373000000000104, 0.14137500000000008, 0.5103149999999999, 0.07858500000000013, 0.06727499999999981, 0.3554850000000002, -0.12733500000000006, 0.3818100000000009, -0.08521499999999993, 0.4229549999999996, 0.024375000000000202, -0.9531600000000009, -0.94068, -0.3279899999999995, 0.08033999999999963, -0.24862500000000023, -0.367185, -0.6396000000000004], [0.0, 0.4256850000000001, 0.18115500000000073, 0.09945000000000037, 0.25818000000000063, 0.302445, 1.0752300000000001, 0.43582500000000063, 0.47404500000000027, 0.10569000000000106, 0.4213949999999994, 0.6000150000000005, 0.9822149999999998, 1.1573250000000004, 1.189694999999999, 1.6362450000000008, 1.8407999999999993, 1.8636150000000005, 0.975975, 0.9974250000000002, 1.0721100000000006, 0.6325799999999995, 0.6319950000000004, 0.8472750000000006, 1.3371150000000003, 0.9582300000000004, 1.109745, 0.738270000000001, -0.23088000000000064, 0.24414000000000008, 1.1622000000000003, 0.7378800000000003, 0.4744350000000004, 0.5155800000000005, 0.8225100000000011, 0.5255250000000001, 0.6013800000000007, 0.40384500000000023, 0.48282000000000025, 0.3164849999999999, 0.6023550000000005, -0.3004949999999996, -0.7858500000000015, 0.14078999999999942, 0.45844499999999994, 0.3603600000000008, 1.1155950000000003, 0.8162700000000009, 1.1411400000000005, 1.2713999999999999, 1.127685000000001, 1.1725350000000008, 1.4628900000000005, 0.23731499999999967, -0.12967500000000032, 0.661245000000001, 0.40755000000000047, 0.41047500000000064, 1.0405200000000003, 0.4810650000000013, 0.6596850000000007, 1.1233950000000001, 1.018484999999999, 1.2298649999999987, 0.47326500000000005, 0.7885800000000003, 1.2004199999999994, 1.27725, 1.4287649999999994, 0.9063600000000006, 0.7622549999999993, 0.9800700000000007, 1.127685, 1.3024049999999998, 1.6756350000000002, 1.4387100000000008, 1.0323300000000002, 1.6407300000000007, 1.3729950000000004, 1.2386400000000006, 1.1450400000000003, 0.860535], [0.0, 0.2435549999999984, 0.16516499999999912, 0.10451999999999817, 0.8006699999999995, 1.8138899999999996, 0.3311100000000011, 0.6158099999999995, 0.622049999999998, 0.37205999999999917, 0.4986149999999989, 0.4377749999999996, 0.8168549999999986, 0.15736500000000175, 0.9808499999999989, 0.8443499999999995, 1.1019450000000006, 0.9145500000000009, 1.182674999999998, 1.8324149999999997, 0.7121399999999996, 1.1438699999999997, 0.3371549999999972, 0.09340500000000018, 0.9900150000000003, 0.7404149999999985, 0.873794999999999, 1.4203799999999993, 1.42272, 0.8870549999999988, 0.8734049999999995, 0.5397600000000025, 0.12558000000000025, 0.6955650000000002, 0.6366749999999985, 0.5186999999999973, 1.1809199999999986, 0.7794149999999997, 0.41437499999999905, 0.4282200000000005, 0.014429999999999943, 0.03821999999999948, -0.15346500000000418, 0.01832999999999796, 0.490424999999999, -0.15112500000000395, 0.8055450000000004, 0.8798400000000008, 1.5693599999999992, 1.1292449999999996, 0.8305049999999992, 1.4363699999999993, 1.2912899999999987, 0.6074249999999997, 0.4018949999999979, 0.15151499999999896, 0.4412849999999968, 0.4434299999999973, 0.4280249999999972, 0.363089999999999, -0.4676099999999974, 0.20845499999999895, 1.188134999999999, 1.85406, 1.0180950000000017, 0.921960000000001, 0.6039149999999989, 0.45883500000000144, 0.6612450000000019, 0.5867549999999984, 0.6579299999999983, 0.3344249999999982, 0.549119999999998, 0.7872150000000031, 1.0861500000000004, 0.856245000000003, 0.4993950000000005, 0.225225, 1.3355549999999983, 1.0598249999999994, 0.8496149999999989, 0.857805000000001], [0.0, 0.22717499999999546, 0.7973549999999974, 0.281774999999997, 0.5902649999999958, 0.8942699999999946, 1.4010749999999956, 1.147184999999996, 1.5455699999999961, 1.3047449999999965, 1.4094599999999955, 1.8593249999999966, 1.7567549999999963, 2.1945299999999968, 1.6512599999999962, 1.3560299999999965, 1.755389999999996, 2.383679999999996, 3.022109999999997, 2.0588099999999963, 2.0200049999999967, 2.059979999999996, 1.9802249999999957, 1.6980599999999966, 1.4878499999999961, 1.3004549999999964, 1.456649999999996, 1.235129999999996, 0.4652699999999974, -0.3205800000000034, -1.256970000000006, -1.0693800000000053, -1.2240150000000038, -1.393470000000004, -1.1766300000000076, -1.0481250000000044, -1.0545600000000033, -1.4254500000000039, -1.685775000000007, -1.485315000000006, -1.6723200000000016, -1.9301100000000073, -1.9088550000000033, -1.5851550000000063, -0.8899800000000029, -0.9888449999999975, -0.8576100000000035, -0.7306650000000097, -0.42549000000000325, -0.49744500000000413, 0.23867999999999534, 0.38044499999999415, -0.30634500000000275, -0.5436600000000034, -0.33715500000000076, -0.9170850000000021, -1.2497550000000037, -0.8310900000000017, -0.5690100000000011, 0.13006499999999632, 0.14741999999999678, 0.2722199999999959, 0.8016449999999966, 1.021019999999997, 0.6760649999999946, 0.5906549999999966, 1.4591849999999944, 1.3031849999999985, 1.1536199999999956, 1.5755999999999957, 1.4595749999999967, 1.2050999999999958, 0.4231499999999977, 0.887834999999997, 0.8039849999999971, 0.9997649999999956, 0.8045699999999962, 0.8447399999999943, 0.7897499999999993, 1.048319999999995, 1.262819999999996, 0.5368349999999971], [0.0, 0.5892900000000001, -0.07975499999999947, -0.4081349999999989, -0.04972500000000102, 0.043095000000000105, 1.0481249999999998, 1.2324000000000013, -0.10023000000000082, -0.32272500000000104, 0.49959000000000064, 1.0009350000000001, 1.0112700000000001, 1.2337650000000013, 1.3059150000000006, 0.8991450000000007, 1.631955, 1.9808099999999995, 2.3353199999999967, 1.6510650000000004, 1.4133600000000008, 1.631955, 1.3685100000000001, 1.467375, 0.3418349999999998, 0.742755, 1.2444900000000003, 1.5159299999999987, 0.946530000000001, -0.41964000000000035, -0.3106349999999992, 0.28177500000000105, 0.22463999999999967, 1.2692550000000002, 0.975975, 0.46215000000000034, 1.0518300000000007, 0.5986500000000003, 0.21937499999999993, -0.5545800000000022, -0.531764999999999, -0.012284999999999657, -0.6702150000000008, 0.20630999999999922, 0.14196000000000014, -0.11661000000000021, 0.0015599999999998948, 0.9379500000000011, 0.7550399999999994, 0.37518000000000096, 0.3026400000000004, 0.7216950000000006, -0.1359149999999999, -0.5420999999999979, 0.5949450000000004, -0.19227000000000027, 0.6306300000000005, 0.32253000000000026, -0.005264999999999964, 0.7772700000000001, 0.09145500000000101, 0.6119100000000018, 1.0444200000000017, 1.4675699999999998, 2.3294700000000006, 1.8554250000000012, 1.7789850000000014, 1.4818049999999998, 0.2453099999999987, 0.24921000000000004, 0.12480000000000052, 0.642135, 0.5949449999999995, 0.7963800000000016, 1.0631400000000006, 0.7907249999999999, 0.6635850000000004, 0.6682650000000002, 0.1813500000000008, 1.0212150000000007, 1.0044450000000003, 0.88608], [0.0, -0.45610499999999876, -0.0822899999999981, -0.7232550000000024, -1.0859550000000002, -2.0449650000000013, -2.3965500000000004, -3.062670000000004, -2.5385099999999987, -3.115709999999995, -3.5663550000000037, -3.9037050000000013, -3.8130299999999977, -3.6759449999999987, -3.550170000000003, -3.81498, -2.973944999999995, -2.2440599999999997, -1.4305199999999987, -1.889550000000002, -1.1159849999999993, -0.7764899999999993, -0.2357549999999995, -0.4707299999999997, 0.035490000000000826, 0.22678500000000096, -0.5346899999999977, 0.339885000000001, -0.4865249999999991, -0.39389999999999614, -0.9833850000000014, -1.7879550000000015, -2.36496, -1.7366699999999993, -3.1071299999999993, -3.5025899999999974, -2.8317899999999976, -2.4946349999999997, -2.647125000000001, -2.7920100000000043, -3.154125000000002, -2.9601, -2.363594999999998, -2.17386, -2.18439, -2.172689999999997, -1.7624099999999996, -1.3513499999999992, -1.7768400000000022, -1.311375, -1.5196349999999992, -2.1360300000000003, -2.0913749999999993, -1.5069599999999994, -1.9730100000000004, -2.0051849999999996, -1.7530499999999987, -1.2339599999999988, -1.3074749999999993, -0.9475049999999999, -1.7663099999999998, -1.349205, -1.1138399999999988, -0.88842, -1.331655, -1.2394199999999982, -0.9118199999999993, -1.4740049999999982, -0.7513349999999986, -1.1118900000000003, -1.4353949999999989, -2.2005750000000006, -1.3080600000000007, -1.1169599999999993, -0.8706749999999992, -0.5879249999999998, -0.865215, -1.072305, -1.00191, -0.9363899999999992, -1.3224900000000002, -1.2803699999999996], [0.0, -0.3913649999999975, -0.38765999999999967, -0.4596150000000001, -0.22678500000000157, 0.1807650000000014, 0.6060600000000006, 0.15210000000000345, 0.20162999999999887, -0.34885499999999725, 0.0895049999999995, 0.6594900000000005, 0.4229550000000002, 0.2780700000000016, 0.40521000000000074, 1.0251150000000004, 1.475175000000001, 1.171560000000001, 1.3158600000000007, 0.14898000000000167, 0.28918500000000136, 0.6487650000000007, 0.6561750000000012, 0.43914000000000153, 0.6550050000000017, 0.5575050000000009, 0.6581250000000003, 0.5514600000000011, 0.40794000000000086, -0.35353499999999927, -0.4137900000000001, -1.0732799999999993, -1.5272400000000006, -0.0733199999999985, 0.17940000000000134, -0.32857500000000117, -0.583439999999998, -0.5703749999999996, -0.9902100000000014, -1.5011099999999973, -1.9152899999999915, -1.387619999999999, -1.7345250000000008, -1.2409799999999966, -0.18037499999999884, 0.027690000000001547, -0.1998749999999978, 0.027494999999999825, 0.002340000000001563, 0.08950500000000083, -0.3681599999999974, -0.18485999999999936, -0.3441749999999997, -0.23594999999999988, -0.3913649999999993, -0.2230799999999986, -0.1292850000000001, 0.01657500000000356, 0.32993999999999835, -0.9219599999999957, -1.3419899999999962, -0.24862500000000032, 0.7320299999999976, 0.8301149999999999, 0.839280000000001, 1.181310000000002, 0.917670000000002, 0.12811500000000242, -0.1351349999999989, -0.5280599999999986, -0.5571149999999965, -1.151864999999998, -0.2267849999999989, 0.797355000000001, 0.6676800000000009, 0.1349400000000005, 0.13844999999999974, 0.19538999999999973, 0.6639750000000003, 0.7140900000000013, 0.47814000000000045, -0.02827500000000094], [0.0, 0.19694999999999752, 0.13220999999999905, -0.0998400000000006, 0.20903999999999834, 0.6943949999999987, 0.5068049999999991, 0.5118749999999983, 0.4332899999999975, 0.26090999999999887, 0.6536399999999989, 1.0822499999999988, 1.4780999999999984, 0.8182199999999998, 1.2963599999999982, 0.9553049999999981, 0.7805849999999985, 0.9584249999999996, 1.164149999999998, 1.1185199999999984, 1.1631749999999985, 1.1577149999999978, 1.2975299999999985, 0.9640799999999984, 1.0732799999999987, 1.0009349999999981, 0.832454999999999, 0.44420999999999844, -0.28158000000000194, -1.1926200000000025, -1.6383899999999976, -1.1980799999999987, -1.4256450000000038, -1.5071550000000058, -0.9127950000000027, -0.5688150000000025, -1.3193700000000037, -0.8964149999999993, -1.636634999999996, -1.7002050000000013, -1.5416700000000017, -1.5057900000000002, -1.1113049999999998, -1.4578200000000066, -1.2013950000000007, -0.8743800000000039, -1.021215000000002, -0.8383049999999987, -0.557505000000003, 0.09827999999999859, -0.14040000000000252, -0.5965050000000023, -0.8408400000000014, -0.29640000000000266, -0.43075499999999955, 0.24491999999999936, 0.3736199999999983, 0.5442449999999974, 0.6239999999999981, 0.20962499999999618, 0.8347949999999992, 0.8790599999999984, 1.525874999999998, 1.5861299999999985, 1.3472549999999983, 1.196909999999999, 1.0356449999999984, 0.757184999999999, 0.6093750000000004, 1.155179999999997, 0.575444999999998, 0.3248699999999989, 0.16867499999999547, 0.6819149999999974, 0.7599149999999985, 0.6844499999999977, 0.3525599999999989, 0.31160999999999817, 0.2782650000000002, -0.0327600000000019, -0.11992500000000339, -0.1466400000000021], [0.0, -0.30283499999999985, -0.48223499999999986, -0.9638849999999991, -0.3927299999999978, -0.3605550000000015, -0.29055000000000086, -0.40228499999999856, -0.3116100000000004, -0.6949799999999983, -0.12713999999999992, 0.09730499999999981, 1.068015, 0.42919500000000005, 0.31141500000000016, 0.8090549999999996, 0.6665099999999995, 0.14079000000000005, 0.23380500000000126, 0.11524499999999904, -0.5315700000000005, -0.042315000000000436, -0.5871450000000006, -0.3449550000000011, 0.10120499999999938, 0.807495, 1.012245, -0.0627900000000004, -0.2689049999999995, -0.33929999999999993, -0.6044999999999999, -0.15970500000000054, 0.42471000000000003, 1.1013599999999995, 0.40696500000000035, 0.38297999999999943, 0.47970000000000024, 0.19246500000000075, -0.19948500000000013, 0.0935999999999994, 0.5179199999999997, 0.25603500000000023, 0.42139499999999985, -0.41164500000000037, 0.4015049999999998, 0.32896499999999945, 0.3324750000000001, 0.9968400000000001, 0.9931350000000008, 0.7353449999999997, 0.6649500000000009, 0.34495499999999996, 0.38609999999999994, 0.3244799999999998, -0.11953500000000028, -0.8431800000000015, -0.3437850000000009, 0.242190000000001, 0.4644900000000008, 0.9063599999999998, 0.8287500000000002, 0.4449899999999999, 0.7915050000000006, 0.7913100000000002, 0.47092499999999954, 0.21196499999999938, 1.18053, 1.1483549999999991, 0.64038, 0.5021249999999993, 0.7647900000000002, 0.261884999999999, 0.2792400000000004, 0.4169099999999999, 0.6208799999999998, 0.805934999999999, 0.86463, 0.011114999999999708, 0.75777, 0.2207399999999998, 0.6440850000000006, 0.3486599999999995], [0.0, 0.7033650000000018, 0.1288950000000011, 0.010725000000001206, 0.14215500000000358, 0.9404850000000001, 0.5625749999999996, -0.30868500000000276, -0.6009899999999981, -0.47385000000000144, -0.32233500000000204, -0.09769499999999809, 0.3114150000000002, -0.060645000000001614, -0.21664499999999975, 0.4091100000000043, 0.45045000000000024, -0.18797999999999915, -0.6124949999999973, -0.003120000000000678, 0.01540500000000078, 0.29347500000000104, -0.25135499999999844, -0.1659449999999989, 0.35100000000000176, -0.07234499999999944, -0.28859999999999797, -0.6620249999999999, -0.6651450000000012, -0.9872849999999991, -0.1310399999999996, 0.29094000000000153, -0.540539999999996, -0.37751999999999963, 0.10179000000000182, 0.39936000000000416, 0.09671999999999925, -0.6454500000000021, -0.12206999999999857, -0.48730500000000143, -0.48398999999999726, -0.21098999999999757, -0.6310199999999995, -0.6670949999999962, -0.14975999999999945, -0.37186499999999967, 0.8517600000000011, 1.0134150000000015, 0.522795000000001, 0.5385900000000017, 0.2811900000000005, -0.4065749999999997, -0.5005650000000008, 0.1433250000000017, 0.24433500000000108, 0.5208450000000013, 0.8769150000000008, 0.40813500000000213, 0.8574150000000006, 0.5399550000000044, 0.7702500000000024, 0.7105799999999998, 0.9654450000000011, 0.9609600000000011, 1.2737400000000008, 1.1776050000000011, 1.4677650000000024, 0.8283599999999995, 0.9395100000000005, 1.3217100000000017, 0.6548100000000003, -0.15658500000000042, -0.1503449999999964, 0.06571500000000352, 0.7308600000000032, 0.36835499999999977, 0.14546999999999888, 0.9580350000000012, 0.6766500000000015, 0.18291000000000368, -0.5169449999999971, -0.8743800000000008], [0.0, 0.7478249999999997, 0.5504849999999993, 0.691665, 0.8492249999999999, 1.3312649999999997, 0.5450249999999991, 0.5514599999999995, -0.02496000000000087, 0.31141499999999966, 0.17549999999999927, -0.12090000000000012, 1.0923900000000004, 0.4820399999999996, 0.8133450000000001, 0.12694499999999975, 0.2490150000000001, 0.08775, -0.2536950000000011, 0.5647199999999994, 0.34085999999999983, 0.2835299999999991, 0.26949000000000034, -0.137475, 0.5044649999999997, -0.13552500000000056, -0.12245999999999968, -0.3964349999999993, -0.6692399999999996, -0.3547050000000006, 0.5452199999999998, 0.9116250000000001, 0.5811, 1.6692000000000007, 1.179359999999999, 1.4069249999999989, 1.32288, 0.9398999999999988, 0.6462300000000005, -0.11973000000000111, 0.5467799999999995, 0.6899100000000007, 0.10549500000000028, 0.17101499999999992, -0.1967549999999998, 0.38551499999999994, 1.0500749999999996, 1.1928149999999988, 1.3267799999999996, 1.359929999999999, 0.18681000000000025, 0.3560699999999998, -0.6296550000000014, 0.41827499999999995, 0.41905499999999957, 0.6750899999999995, 0.3363749999999996, 0.546195, 1.5141750000000003, 0.86502, 1.4012699999999998, 0.7833149999999995, 0.7991099999999998, 0.6667050000000001, 1.100384999999999, 0.9397049999999991, 0.8646299999999998, 1.591784999999999, 1.4090700000000003, 0.938925, 0.9980099999999996, 0.8771099999999995, 0.6936149999999996, 0.721694999999999, 1.3833300000000006, 1.1881349999999995, 1.32132, 1.0793249999999996, 1.349205, 1.2372750000000008, 0.2318549999999998, 0.4106700000000004], [0.0, 0.551654999999999, 0.6314100000000002, 0.4096949999999998, 1.0875149999999985, 0.5820750000000001, -0.09496499999999967, -0.4980300000000012, -0.9948900000000013, -1.0641149999999988, -1.12359, -0.9322950000000009, -0.9079200000000014, -0.7152599999999986, -0.5738850000000002, -0.8086649999999991, -1.0504649999999998, -0.7866299999999999, -0.13377000000000094, -0.33228000000000024, -0.41476499999999983, -0.2862599999999995, 0.0631799999999997, 0.47716499999999906, -0.15755999999999995, -0.4385550000000001, -0.43387499999999984, -0.35821499999999984, -0.4607850000000004, -0.05849999999999996, -0.007215000000000124, -0.4984199999999995, -0.3613350000000001, 0.46995, 0.2501849999999997, -0.3726449999999997, -0.42997500000000033, -0.4543499999999996, -1.048905000000001, -0.5101199999999997, -0.3404700000000001, -0.3699149999999998, -0.6091799999999998, -0.6575400000000006, -0.4896449999999997, -0.25583999999999996, -0.4089149999999998, -0.36523499999999964, -0.6013799999999998, -0.3691349999999999, -1.0108800000000007, -0.5719349999999999, -1.043055, -0.8022299999999997, -0.29444999999999955, -0.5288399999999999, -0.670800000000001, -0.3445649999999999, -0.14449500000000023, -0.5771999999999999, -0.13474499999999945, 0.5013449999999997, 0.22951499999999952, 0.15502499999999958, 0.2905499999999998, 0.10510499999999921, 0.5231850000000001, 0.5848049999999995, 0.346905, 0.40871999999999975, 0.3808350000000003, 0.10803000000000047, -0.10685999999999961, 0.013650000000000453, 0.08794500000000006, -0.13357499999999983, -0.6544199999999998, -0.6312150000000009, -0.21781500000000015, -0.5918249999999993, -1.2903149999999997, -1.4016600000000008], [0.0, -0.6097650000000003, -0.4679999999999998, 0.4126200000000004, 0.6121049999999996, 0.2554499999999999, -0.08931000000000075, -0.5140200000000001, -0.8166599999999999, -0.3970199999999992, -0.6854250000000017, -0.4719000000000009, -0.505245000000001, -0.5906549999999986, -0.4399200000000001, -0.87984, -0.8864699999999993, -0.052845000000000614, -0.727545, -0.9498449999999986, -0.5237700000000003, -0.812565, -0.21859500000000043, -0.5614050000000005, -0.9042149999999999, -0.24745500000000048, 0.3675749999999997, -0.5645250000000012, -0.13026000000000038, -0.3923399999999996, -0.5567250000000004, -0.16263000000000044, 0.9771449999999994, 0.1770599999999995, 0.29776499999999934, 1.0602149999999992, 0.6503249999999999, -0.05752500000000017, -0.10822500000000013, -0.8821800000000002, -0.8782799999999992, -0.9432149999999994, -0.7975500000000004, -0.8702850000000012, -0.3872700000000007, -0.2667599999999998, -0.8531250000000004, -0.9486750000000008, 0.051480000000000095, -0.2612999999999999, 0.22639500000000007, -0.3882450000000001, 0.13903499999999958, 0.1382549999999994, -0.06844500000000005, 0.21878999999999926, 0.2747549999999996, 0.6394049999999993, 0.8408399999999997, 0.9804599999999991, 0.1521, -0.31336500000000017, 0.5042699999999999, 0.20904000000000034, 0.50388, 0.5364449999999996, 0.31745999999999963, 0.05381999999999966, -0.15600000000000014, -0.34183500000000056, -0.3929250000000004, -0.415935, 0.4962749999999999, -0.09925499999999968, 0.37946999999999975, 1.2557999999999976, 0.5703749999999997, -0.2925000000000003, -0.37069500000000016, -0.14293499999999998, -0.4557150000000005, -0.9693450000000012], [0.0, 0.37283999999999895, 0.2558399999999976, 0.18076499999999884, 0.09008999999999912, 0.12869999999999782, -0.1386450000000009, -0.33735000000000304, -0.6372600000000034, -1.1994450000000008, -1.2316200000000008, -0.7080450000000004, -1.018680000000003, -1.0411050000000013, -0.7532849999999979, -1.2696450000000001, -1.1737050000000013, -0.3582150000000014, -0.5060250000000021, -0.8891999999999997, -0.605865, -0.10978500000000235, -0.2542799999999993, -0.4914000000000013, -0.6713850000000013, -1.1165700000000012, -0.7014150000000002, -0.05518500000000237, -0.17667000000000288, -0.5383950000000014, -0.2607150000000008, -0.0413400000000016, 0.005264999999998077, -0.1634100000000006, 0.006434999999998858, -0.017940000000000955, -0.576810000000003, -0.6397949999999967, -1.1799450000000054, -0.9272250000000019, -1.0440300000000007, -0.7339800000000017, -0.773175000000002, -0.49179000000000184, -0.2148900000000008, 0.04504499999999856, -0.20767500000000128, 0.07565999999999906, 0.037634999999998864, 0.03821999999999792, -0.31414500000000156, 0.12479999999999902, 0.15404999999999813, -0.3749850000000011, -0.09789000000000192, -0.14742000000000288, -0.07195500000000077, 0.31297499999999945, 0.6317999999999981, 0.21722999999999792, -0.46273500000000334, -0.1216799999999999, 0.6218549999999985, 0.16048499999999966, -0.42120000000000124, -0.46605000000000196, -0.14937000000000122, -0.38356500000000315, -0.3447600000000012, -0.3291600000000038, -0.5149950000000006, -0.38278500000000093, -0.7961850000000003, -0.47853000000000157, -0.5715450000000036, -0.690690000000001, -0.44011500000000037, -0.08736000000000133, -0.37362000000000195, -0.6240000000000007, -0.6823050000000023, -0.9042149999999999], [0.0, 0.06669000000000169, 0.10978500000000269, 0.007215000000002414, 0.38824500000000106, 0.2786550000000003, 0.32994000000000145, -0.43250999999999906, -0.4247099999999988, -0.46760999999999586, 0.2396550000000035, 0.012480000000001157, -0.5506799999999967, 0.03549000000000091, -0.2971799999999949, -0.7267649999999994, -1.1705849999999982, -1.0028850000000045, -0.6015750000000004, -0.9475050000000005, 0.06045000000000056, 0.391560000000001, 0.26578500000000105, 0.28587000000000073, -0.16594499999999757, -0.21820499999999798, 0.2921100000000003, 0.1655549999999999, -0.5972849999999976, -0.19460999999999862, 0.15093000000000112, -0.26812500000000017, -0.04523999999999884, -0.012284999999999213, 0.03159000000000023, -0.07624499999999679, 0.1314300000000006, 0.03217500000000206, -0.4215899999999986, -0.6257549999999998, -0.2228849999999971, -0.1540500000000007, -0.9053849999999999, -0.24023999999999912, -0.4395300000000002, -0.07897499999999869, 0.5071950000000016, 0.399165000000002, -0.2634449999999988, 0.30927000000000104, 0.3309150000000014, 0.8443500000000012, 0.4348500000000004, 0.5130450000000016, 0.03724500000000086, 0.47950499999999985, 0.8318700000000012, 0.5941650000000009, 0.49159499999999967, 0.0042900000000025695, 0.5869500000000002, 0.08619000000000043, -0.042510000000000714, 0.33091500000000273, 0.1015949999999981, 0.4262700000000016, 0.917670000000001, 0.36621000000000103, -0.40891500000000036, -0.2609099999999973, -0.4387500000000004, -0.4993949999999978, 0.31356000000000117, 0.7008300000000016, 0.30849000000000193, 0.09379499999999896, -0.3718649999999979, 0.33813000000000026, -0.1858350000000002, 0.10803000000000185, -0.2509649999999992, -0.8416199999999985], [0.0, -0.18739500000000042, -0.2724149999999981, -0.39974999999999605, -0.23009999999999886, -0.6115199999999983, -0.048359999999998626, -0.41671499999999684, -0.7881899999999997, -0.7000499999999976, -0.9705149999999994, -0.8714550000000019, -1.591784999999998, -1.3595399999999978, -1.2932400000000004, -1.185989999999999, -1.2458549999999993, -0.8369400000000011, -0.5288399999999971, -0.7460699999999956, -0.21332999999999824, 0.34690500000000146, -0.5522399999999994, -0.3901949999999983, -0.6355049999999984, -0.7661549999999986, -0.9346350000000001, -0.8613149999999989, -1.0338899999999969, 0.040950000000002484, -0.17900999999999834, -0.20279999999999632, 0.1359150000000009, -0.12577499999999864, -0.1729649999999967, -0.8043749999999976, -0.6442799999999986, -0.8597549999999989, -0.7060949999999973, -0.49237499999999645, -0.4639049999999967, -0.4422599999999981, -0.7335899999999964, -0.4262699999999988, -0.3301349999999992, 0.09321000000000224, -0.14566500000000082, 0.036075000000001634, 0.3681600000000024, -0.03002999999999778, -0.10919999999999885, -0.08989499999999873, -0.16243499999999855, 0.021255000000002466, -0.23302499999999648, 0.04426500000000333, -0.17315999999999665, -0.14098499999999903, -0.2562299999999995, 0.1766700000000032, 0.09886500000000309, 0.1895400000000027, 0.20436000000000387, -0.05381999999999887, -0.35197500000000037, -0.3038099999999979, -0.6807449999999986, -0.688154999999999, -0.7452899999999953, -0.7164299999999983, -0.9976199999999968, -0.8429849999999961, -1.2015899999999973, -0.7435349999999987, -0.5393699999999968, -0.42997499999999667, -0.29327999999999665, -0.4397249999999955, -0.6236099999999976, -0.644474999999999, -1.1854049999999936, -1.1850149999999995], [0.0, -0.3572400000000009, -0.6665099999999997, 0.27787499999999926, 0.36250499999999913, 0.9184500000000001, 0.8556600000000003, -0.6128850000000003, -0.9098699999999997, 0.0563549999999996, 0.9297600000000001, 0.671385, 0.03119999999999956, -0.03978000000000059, -0.11036999999999941, -0.13571999999999929, 0.8234849999999991, 1.0192649999999999, 0.6210749999999995, 0.8016449999999997, 1.2333749999999994, 0.5147999999999995, 1.1222250000000007, 0.7456799999999995, 0.5249399999999994, 0.6331650000000001, 0.20241000000000006, 0.7681050000000011, 0.19285499999999944, 0.09398999999999991, -0.2907449999999995, -0.15814499999999998, -0.7406099999999989, 0.8774999999999986, 0.27982500000000005, 0.28196999999999955, 0.21489000000000008, 0.23243999999999887, 0.19714500000000099, -0.12090000000000034, 0.6618299999999993, 0.08931000000000044, 0.6676799999999998, 0.1573649999999998, 1.4205750000000001, 1.0994099999999998, 0.3878549999999999, 0.29464499999999993, 0.7384649999999997, 0.7661549999999996, 0.12011999999999984, 1.2944100000000005, 1.5091050000000001, 0.9412650000000009, 1.174875000000001, 1.341015, 0.6969299999999998, 0.7940399999999999, 0.7918950000000005, 0.5602349999999992, 0.3223349999999986, 0.5717399999999992, 1.257554999999999, 0.0003899999999982251, 0.24706499999999937, 0.78702, 0.2862599999999985, 0.26793, 0.6546150000000006, 1.1723399999999993, 0.9822149999999995, 0.07800000000000118, 0.28606499999999907, 0.4098899999999998, 0.7273499999999995, 1.2577499999999997, 1.37046, 1.0740600000000007, 1.1415299999999995, 0.9012900000000003, -0.020084999999999575, 0.6614400000000006], [0.0, 0.0846299999999982, -0.039585000000004866, -0.01716000000000606, -0.284895000000003, 0.08833499999999317, 0.0926249999999933, -0.9457500000000072, -0.895245000000007, -0.47463000000000544, -0.29445000000000543, 0.23984999999999435, -0.32116500000000614, -0.36796500000000365, -0.14254500000000658, -0.6397950000000046, -0.20806500000000594, -0.705510000000005, -0.6830850000000057, -0.3728400000000047, -0.1322100000000037, 0.20084999999999464, 0.1158299999999961, 0.08384999999999376, 0.09671999999999392, 0.23906999999999323, 0.2706599999999939, -0.18934500000000365, -0.0873600000000021, 0.09593999999999192, 0.19519499999999224, 0.3314999999999928, 0.2513549999999958, 0.3944849999999933, 0.2997149999999942, 0.5350799999999942, 0.1419599999999952, -0.42081000000000546, 0.3270149999999945, -0.31765500000000313, -0.021255000000006463, -0.10978500000000624, 0.0674699999999957, 0.15872999999999382, 0.5188949999999954, 0.8051549999999934, 0.35606999999999456, 0.0848249999999966, 0.22834499999999625, 0.21469499999999675, 0.03529499999999586, 0.5526299999999935, 0.32252999999999643, 0.7029749999999937, 0.6600749999999964, 0.5411249999999945, 0.6555899999999946, 0.8217299999999961, 0.6748949999999945, 0.6951749999999959, 0.23750999999999656, 0.4717049999999945, 0.17510999999999455, -0.11739000000000432, 0.10841999999999397, -0.1823250000000043, 0.026909999999993994, -0.10705500000000434, -0.1807650000000034, -0.36562500000000164, 0.2386799999999969, -0.2653950000000054, -0.29601000000000455, 0.22600499999999402, 0.47462999999999234, 1.0141949999999953, 0.7164299999999928, 0.9110399999999945, 0.9652499999999955, -0.05655000000000365, -0.013260000000006489, -0.36192000000000646], [0.0, 0.19539000000000084, 0.5588700000000003, 0.35119500000000103, 0.9391200000000008, 0.20806500000000128, 0.1661399999999993, -0.004875000000000851, -0.3658200000000018, 0.3650400000000007, 0.6674850000000018, 0.01267499999999977, 0.5007600000000013, 0.30420000000000136, 0.5633550000000009, 0.44128500000000126, 0.2024100000000011, -0.790334999999996, -0.7544549999999985, -0.5514599999999985, -0.14371499999999648, -0.08540999999999777, -0.25232999999999595, -0.3244800000000012, -0.4777499999999979, -0.08112000000000141, 0.1372800000000003, 0.021839999999998305, -0.16418999999999895, 0.5428800000000022, 0.27690000000000037, 0.16438500000000023, 0.09262500000000151, 0.5982600000000001, 0.563550000000001, 0.23478000000000088, 0.4475250000000004, -0.1444950000000027, -0.7345650000000015, -0.6990749999999968, -0.3691350000000002, -0.28158000000000083, 0.2306850000000007, -0.14410499999999904, 0.3783000000000021, 0.31083000000000083, 0.8605350000000015, 0.3903900000000009, 0.42783000000000126, 0.22756500000000113, 0.8496150000000008, 0.4018950000000021, 0.059279999999999555, 0.6374550000000011, 1.1239800000000013, 0.7612800000000004, 0.44830500000000106, -0.26519999999999655, 0.26422500000000015, 0.5452200000000007, 0.21099000000000068, 0.7577700000000014, 0.5294250000000009, 0.5807100000000004, 0.2154750000000023, 0.4221750000000015, 0.0325650000000004, 0.04641000000000206, -0.02788499999999794, 0.00409499999999996, 0.12167999999999957, -0.1347449999999999, -0.18661499999999887, 0.13416000000000117, 0.4699500000000003, 0.1589250000000011, 0.3966300000000005, 0.6323850000000003, 0.2661750000000014, 0.2887950000000017, -0.6085949999999978, -0.3997499999999967], [0.0, 0.8425949999999995, 0.5848049999999988, 0.5270849999999994, -0.07234500000000003, -0.2743650000000002, -0.5066100000000011, -1.1009700000000018, -0.8821800000000002, -0.8523450000000006, -1.2628199999999996, -1.158299999999999, -0.4309500000000003, -1.2766649999999986, -0.7497750000000004, -0.792285, -0.2577899999999999, -0.77532, -0.6206850000000005, 0.11134499999999982, 0.03470999999999947, -0.1425450000000006, -0.808275000000001, -0.3621150000000002, -0.3738149999999996, -0.2542800000000003, 0.16906499999999966, -0.1281150000000002, 0.10490999999999936, -0.3342300000000001, -0.27007500000000073, -0.1780350000000006, -0.16770000000000035, -0.01989000000000029, 0.2201549999999997, 0.18076499999999956, 0.06590999999999961, -0.08989500000000053, -0.7860450000000011, -0.5344950000000003, -0.6631949999999996, 0.0559649999999998, -0.15054000000000042, -0.047775000000001025, -0.33988500000000044, 0.024179999999999424, 0.1591199999999997, -0.027885000000000215, -0.13201500000000083, -0.12557999999999966, -0.20533500000000102, 0.18251999999999996, 0.24238500000000002, 0.3515849999999996, 0.9430199999999986, 0.9876750000000006, 0.812369999999999, 0.787019999999999, 0.5198699999999996, 0.34846499999999947, 0.4342649999999999, -0.21976500000000002, 0.45161999999999963, 0.38044499999999964, 0.561015, -0.16555500000000048, -0.037050000000000416, -0.11134500000000036, 0.00994500000000015, 0.6099599999999994, 0.781364999999999, -0.04953000000000088, 0.5662799999999996, 1.1573250000000002, 0.7989149999999995, 0.5734949999999999, 0.7526999999999994, 0.8870549999999991, 0.909285000000001, 0.18700499999999975, 0.07955999999999946, -0.6501300000000012], [0.0, 0.8271900000000003, 0.6253649999999985, 0.7661550000000005, 0.47150999999999965, -0.3121950000000022, 1.4065350000000003, 0.5311800000000002, 0.22698000000000085, 0.4882800000000005, 0.4621500000000007, 0.5524350000000005, 1.1027250000000004, 1.4055600000000013, 1.2536550000000002, 0.47190000000000176, 0.4135949999999988, 0.23848500000000028, -0.05089500000000036, -0.1468349999999996, 0.26715000000000066, 0.3211650000000019, 0.14703000000000066, -0.14469000000000154, -0.24940500000000054, -0.11231999999999953, -0.188954999999996, 0.2014349999999996, -0.04543499999999834, -0.5926050000000014, -0.3402749999999999, -0.1175850000000005, 0.19129500000000066, 0.022229999999999972, 0.22795500000000035, 0.518505, 0.8554649999999999, 1.1569349999999996, 0.24726000000000092, -0.027495000000001157, 0.25895999999999897, 0.03997500000000165, -0.5161650000000002, 0.40345500000000056, 0.3962399999999995, 0.5621850000000004, 1.2753, 0.08424000000000076, 0.20630999999999977, 0.175890000000003, 0.03042000000000078, 0.41632499999999917, 0.008384999999999199, 0.4855499999999997, 1.2758849999999997, 1.216605, 0.5255249999999996, 0.6216600000000003, 1.0459799999999988, 0.05284500000000114, -0.6431100000000003, -0.30263999999999935, -0.13981499999999847, 0.05557499999999971, 0.45181500000000185, 0.5432700000000008, 0.2004600000000003, 0.3008850000000003, 0.9319050000000002, 0.35821499999999973, 0.6996600000000012, 0.6731400000000002, 0.8716499999999997, 0.5391749999999997, 0.6296549999999999, 0.9818249999999996, 0.6107399999999984, 0.39623999999999926, 0.2074800000000001, -0.976559999999999, -0.5512650000000006, -0.1599000000000006], [0.0, -0.11875500000000128, -0.5062200000000028, -0.1296750000000011, -0.012675000000002323, -0.24394499999999986, -0.8392800000000009, -1.550055000000004, -1.3648050000000027, -1.869270000000005, -1.507544999999999, -0.9237150000000003, -0.9147450000000013, -1.3016249999999991, -0.5768100000000023, -0.4504500000000038, -0.416910000000001, -0.32233500000000137, -0.48769500000000154, -0.33228000000000013, -0.0957450000000033, -0.4578600000000004, -0.2380950000000024, -0.004485000000000849, -0.4118400000000013, -0.6364800000000008, -0.5547750000000025, -1.1173500000000027, -1.1661000000000015, -0.561990000000002, -0.5615999999999988, -0.034125000000001515, -0.39994500000000355, -0.3779100000000031, 0.16652999999999962, 0.23107499999999803, -0.355680000000002, -0.6696300000000026, -0.9352200000000004, -0.5288400000000022, -0.837330000000003, -0.9237149999999998, -1.05534, -1.06704, -0.06045000000000167, 0.13727999999999885, -0.5300100000000005, -0.4988100000000011, -0.4896450000000028, 0.02183999999999875, -1.1148150000000023, -0.5559450000000017, -0.643500000000002, -0.2568149999999998, 0.12284999999999835, 0.043874999999998554, -0.0185250000000029, 0.3016649999999991, 0.36269999999999747, 0.12226499999999785, -0.04660500000000167, 0.3855149999999983, 0.2507699999999994, -0.7452900000000047, -0.5155800000000026, -0.7452900000000018, -0.31746000000000074, -1.246634999999999, -0.8757450000000007, -0.6509100000000012, -0.7439249999999995, -0.17998500000000184, -0.39682500000000087, -0.02808000000000077, 0.05654999999999921, -0.6877650000000015, -9.992007221626409e-16, -0.6667050000000017, -0.639210000000002, -1.0229700000000002, -0.6665100000000017, -0.36972000000000205], [0.0, 0.32955, 0.664170000000001, 1.9811999999999996, 1.7979000000000005, 1.2175799999999977, 1.1865749999999988, 1.294410000000001, 0.43836000000000186, 0.43134000000000117, 1.1869650000000005, 1.2394199999999997, 0.9831900000000009, 1.2766650000000004, 0.17822999999999656, 0.6630000000000036, 0.2794349999999972, 0.4309500000000013, 0.4001399999999977, 0.22112999999999783, 0.8281649999999994, 0.7725900000000003, 0.4391399999999994, 0.19695000000000196, 0.49276499999999945, 0.3104399999999987, 0.7714200000000011, 0.3958500000000029, 0.45512999999999937, 0.2162550000000003, 0.14254499999999792, 0.69849, 0.6528599999999991, 1.489995, 1.6261050000000006, 1.427399999999999, 1.082835, 1.2596999999999992, 0.7911149999999976, 0.45766499999999777, 0.22775999999999996, 0.7944299999999991, 0.1729649999999996, 0.8537099999999991, 0.7322250000000008, 0.8919299999999986, 0.42081000000000124, 0.6620250000000019, 0.9826049999999975, 1.041494999999998, 1.3950299999999995, 0.7698599999999993, 0.7082400000000013, 1.0216049999999999, 1.0095149999999993, 1.29051, 0.7408049999999993, 1.0005450000000022, 1.1212499999999992, 1.043445000000001, 1.7251649999999996, 2.041455, 1.6134300000000001, 0.9424350000000019, 1.3334099999999989, 0.7394400000000001, 0.9473099999999999, 1.814085, 1.2573599999999985, 1.377285, 1.020434999999999, 1.2565799999999991, 1.6372200000000006, 1.185015, 1.6009500000000005, 1.3651950000000008, 1.3176149999999995, 1.3546649999999996, 0.8944650000000001, 0.43056000000000005, 0.4135950000000008, 0.6842550000000005], [0.0, -0.22093499999999988, -0.6050849999999997, -0.06279000000000005, 0.3184350000000003, 0.4141799999999995, 0.28957499999999997, -0.23478, -0.8447400000000007, -0.4648799999999996, -0.46234499999999984, -0.29016, -0.5559449999999998, -1.1251499999999997, -1.0038599999999995, -0.4855499999999998, -0.3907799999999991, -0.07526999999999998, 0.03314999999999967, 0.13065000000000013, 0.3180450000000006, 0.08599500000000007, 0.006825000000000074, 0.11485500000000029, -0.1624349999999997, -0.5163599999999999, 0.19753500000000027, 0.35802000000000006, 0.1856400000000004, -0.048750000000000064, -0.2720250000000003, -0.11641500000000003, -0.3796649999999999, 0.2839200000000001, 0.24959999999999968, 0.598065, 0.29873999999999973, -0.6606599999999996, -1.0346700000000002, -0.8706750000000004, -0.8675549999999999, -0.8519550000000002, -0.8285550000000002, -0.35529000000000016, -0.2739750000000004, 0.44791499999999906, 0.10998000000000016, -0.5502900000000001, -0.6813300000000013, -0.13747499999999943, -0.40033499999999966, -0.20240999999999942, 0.5077800000000016, 0.74139, 0.9250799999999988, 1.0040550000000006, 0.9831900000000006, 1.0260899999999997, 0.42353999999999975, 0.07605000000000006, -0.05206499999999971, 0.8741849999999999, 0.6565650000000007, 0.24823500000000095, 1.0943399999999996, 1.401270000000002, 0.9751950000000008, 0.08677499999999977, 0.1181700000000003, 0.15404999999999922, 0.049335000000000635, -0.4210049999999986, -0.3993600000000001, -0.36659999999999937, -0.20962500000000112, 0.3225299999999993, 0.030030000000000424, 0.3096599999999997, 0.10997999999999991, 0.5346900000000004, 0.4563000000000009, -0.5617949999999996], [0.0, 0.12402000000000044, 0.34163999999999917, -0.7909200000000004, 0.763425, 0.6058650000000002, -0.48126, -0.4995899999999993, -0.7291049999999998, -0.7671300000000001, -0.18427499999999986, -0.03002999999999953, -0.08326500000000045, -0.1756950000000004, -0.8191949999999996, -0.5520449999999998, -0.16711499999999987, -0.3568500000000001, -0.39994499999999866, -0.9751950000000001, -0.982994999999999, -0.18466499999999958, -0.2864549999999997, -0.10919999999999977, -0.033540000000000125, 0.5360550000000004, 0.39117000000000024, -0.12421499999999995, -0.26110500000000003, -1.324049999999998, -0.17803499999999994, -0.24414000000000005, -0.07741499999999965, 0.5715449999999997, 0.5660850000000001, 0.15210000000000015, 0.22542000000000054, -0.6489599999999994, -0.1698449999999997, -0.48847500000000055, 0.27026999999999957, -0.18758999999999973, -0.5208449999999996, -0.8983650000000002, 0.11875500000000014, 0.10783500000000115, 0.17393999999999918, -0.28099499999999966, -0.11232, -0.17666999999999988, -0.8191950000000017, -0.63687, -0.7790249999999997, -0.6932250000000001, 0.08696999999999963, -0.509925, -0.502905, -0.26285999999999915, -0.6388199999999995, -0.9672, 0.04601999999999987, -0.6401849999999997, 0.504075, -0.7684949999999995, -0.08112000000000014, -0.5965049999999997, -0.5448299999999999, -0.05225999999999989, 0.4174950000000013, 0.1205100000000007, 0.2913300000000001, 0.20533499999999935, 0.3665999999999988, 0.3993599999999998, 0.19305000000000064, 0.8238750000000006, 0.02144999999999972, -1.1265150000000002, -1.1528399999999992, -0.8232899999999996, 0.13259999999999997, -0.2993249999999997], [0.0, 0.5656950000000012, 0.5959200000000014, 1.8548400000000025, 1.3455000000000013, 1.4849250000000023, 1.1910600000000022, 0.5253300000000012, 0.4937400000000016, 0.9473100000000014, 0.8648250000000014, 1.1427000000000023, 1.039545000000001, -0.20455499999999804, 0.1780350000000016, 0.42646500000000126, 0.6019650000000013, 1.0506600000000015, 0.6452550000000014, 0.9094800000000018, 0.8689200000000015, 0.9428250000000016, 1.349985000000002, 0.7357350000000016, 0.8821800000000012, 1.1315850000000018, 1.4359800000000007, 1.1191050000000011, 0.49725000000000164, 0.8408400000000009, 1.0208250000000008, 0.8433750000000002, 0.8615100000000017, 1.2988950000000012, 0.8065200000000015, 0.9155250000000013, 0.7956000000000013, 0.7353450000000015, 0.8942700000000012, 0.4079400000000012, 0.6904950000000012, 0.15717000000000142, 0.09360000000000113, 0.351780000000001, 0.3250650000000011, 0.5282550000000017, 1.079715000000001, 0.4254899999999998, 0.30790500000000187, -0.06610499999999853, -0.07136999999999893, 0.14176500000000092, 0.7564050000000014, 1.560000000000001, 2.328105000000001, 1.5211950000000003, 1.7000100000000016, 1.5754050000000026, 1.1737050000000027, 0.967005000000003, 0.9748050000000017, 1.2538500000000012, 1.1421150000000009, 0.7716150000000015, 1.3051350000000002, 1.4615250000000015, 1.0331100000000006, 1.046370000000001, 0.2950350000000008, 0.7603050000000013, 0.9480900000000013, 0.7681050000000003, 1.313130000000001, 1.072890000000001, 0.9650550000000006, 0.6407700000000005, 0.41028000000000203, -0.20552999999999821, -0.10295999999999861, 0.41730000000000134, 0.4492800000000012, 0.08677500000000204], [0.0, -1.645214999999998, -0.631019999999999, -0.04796999999999896, -0.32272500000000015, -0.12051000000000012, 0.28509000000000073, -0.48886499999999966, -0.6659250000000005, -0.6085949999999989, -0.06649499999999775, 0.3028349999999995, 0.018135000000000234, 0.3937050000000013, 0.7236450000000005, -0.28197000000000005, 0.2665650000000004, -0.25544999999999907, 0.033150000000001345, -0.7113600000000027, -0.34865999999999975, -0.8999249999999952, -0.547950000000001, -1.477709999999997, -0.4510350000000021, 0.15015000000000067, -0.4399200000000003, 0.09964500000000043, -0.013844999999998997, 0.1755, 0.4085249999999998, -0.5313750000000006, 0.014430000000000831, -0.36523500000000064, 0.22288499999999933, 1.524510000000001, 0.585000000000001, 0.4463550000000005, 1.1329500000000006, 0.8751600000000003, 0.9399000000000007, 0.6633899999999995, 0.3673800000000018, 0.44362500000000105, 0.018135000000000456, 0.07722000000000095, 0.6540300000000009, 0.46468500000000035, -0.7316399999999987, 0.10471500000000278, 0.353729999999999, 0.38103000000000087, 0.36757499999999754, 0.15151499999999807, 0.07995000000000285, -0.12187499999999907, -0.30263999999999913, 0.4155450000000007, 0.24374999999999902, 0.8334300000000006, 0.15950999999999982, -0.06922500000000009, 0.6052800000000009, -0.5656950000000003, 0.2499899999999986, 0.3090749999999991, 0.1292850000000012, -0.6343350000000014, -0.2535000000000007, -0.11193000000000186, 0.16730999999999985, 0.44635500000000117, -0.4348500000000004, -0.041924999999998214, -0.18992999999999727, -0.033734999999998516, -0.40774500000000025, 0.2377050000000016, -0.5171399999999986, -0.3625049999999992, -1.1774099999999952, -0.43055999999999917], [0.0, 0.3394949999999983, 0.31901999999999897, 0.33734999999999826, 1.4519699999999993, 1.3312649999999984, 0.8862749999999979, 0.0836550000000007, 0.19597499999999957, 0.20026499999999836, 0.5789549999999974, 0.3718649999999992, -0.22561500000000212, 0.5584800000000008, 0.6380399999999968, 1.4092649999999993, 1.9893899999999989, 2.185949999999999, 2.562104999999999, 2.649464999999999, 2.112434999999999, 2.1483149999999984, 1.4465099999999986, 1.7380349999999989, 1.9845149999999987, 2.3380499999999986, 1.906709999999999, 1.4572349999999985, 0.14312999999999954, -0.35197500000000126, -1.2596999999999992, -0.8739900000000023, -0.3591899999999999, -0.06435000000000213, -0.656175000000002, -1.148160000000002, -0.4943250000000021, -1.114230000000004, -1.2433200000000033, -1.6030949999999997, -2.248154999999999, -2.113604999999997, -1.8913050000000053, -2.981550000000005, -1.519245000000002, -1.863224999999999, -0.98631, -0.6546149999999971, -0.9867000000000004, -0.8800349999999999, -1.3455000000000008, -0.514215000000001, -0.6122999999999994, -0.6875700000000013, 0.3786900000000004, 0.3952649999999991, -0.021645000000001025, 0.3038099999999997, 0.36952499999999855, 0.0838499999999982, 0.09418499999999796, 0.5871449999999991, 1.0625549999999993, 0.9100649999999995, 0.525914999999999, 0.16067999999999993, 0.13805999999999718, -0.03100500000000106, 0.25057499999999955, 0.9055799999999987, 0.5405400000000002, 0.5015399999999997, -0.4941300000000006, -0.1844700000000019, 0.03119999999999923, 0.6495449999999989, 0.6540299999999986, 0.10744500000000157, -0.3102450000000023, -0.23946000000000467, -0.2689050000000037, -0.19851000000000196], [0.0, 0.5477550000000011, 0.3264300000000021, 0.8535150000000014, 0.3679650000000018, 0.7191600000000017, 1.0857600000000014, 1.2210900000000011, 1.4092650000000022, 1.4369550000000013, 1.3831350000000007, 1.2963600000000017, 1.3967850000000017, 1.2136800000000014, 0.2503800000000014, 0.22951500000000102, 0.05635500000000171, 0.5645250000000016, 1.452750000000002, 0.9755850000000013, 1.2452700000000014, 1.5383550000000024, 0.9537450000000014, 0.9102600000000013, 1.3919100000000002, 0.7255950000000013, 0.4301700000000018, 1.3086450000000014, 0.7429500000000017, 1.4272050000000034, 0.7476300000000009, 0.2131350000000014, 0.12616500000000208, 0.46702500000000147, 0.8174400000000014, 0.5889000000000015, 0.8544900000000016, 0.6669000000000018, 0.8488350000000017, -0.09437999999999924, 0.146250000000001, 0.6633900000000011, 1.1218350000000015, 0.6604650000000012, 0.8170500000000016, 0.6082050000000014, 0.3166800000000002, 0.3309150000000012, 1.1680500000000018, 1.4125800000000013, 0.5719350000000025, -0.24199499999999852, 0.15756000000000092, 0.005655000000002075, 0.3589950000000017, 0.33988500000000166, 0.24901500000000099, 1.0138050000000012, 1.1491350000000011, 0.843375000000001, 0.594555000000001, 0.3623100000000015, 0.2806050000000008, 0.7450950000000014, 0.4180800000000013, 0.6688500000000015, 1.1922300000000012, 0.8492250000000017, 1.4679600000000017, 1.505790000000001, 1.044420000000001, 1.7821050000000014, 1.6056300000000014, 1.6565250000000025, 0.8991450000000019, 1.0372050000000017, 0.5214300000000012, 1.1725350000000012, 0.9077250000000012, 0.31473000000000084, 0.8151000000000013, 0.10081500000000243], [0.0, 0.03100499999999995, 0.2148899999999958, -0.04797000000000207, 0.638624999999998, 0.9213749999999972, 0.5303999999999975, 0.1263599999999978, -0.05616000000000376, 0.6347249999999995, 0.7452899999999965, 0.5920199999999978, 1.9340099999999982, 1.1586899999999978, 0.7860449999999974, 1.4494349999999976, 1.9345949999999976, 2.3009999999999975, 2.7255149999999975, 2.8768349999999976, 2.5429949999999977, 1.9209449999999977, 1.8589349999999976, 2.120429999999998, 2.036969999999998, 2.331419999999998, 1.4353949999999975, 0.9016799999999972, 0.7125299999999963, -0.3274050000000006, -0.850200000000001, -0.45025500000000207, -0.3194100000000044, -0.4190550000000046, -0.5920200000000002, -0.2747550000000025, -0.15034500000000106, -0.6374550000000005, -0.6045000000000034, -0.7998900000000053, -1.1132550000000023, -0.9036300000000068, -0.37810499999999747, -0.13045500000000043, -0.6719700000000026, -0.4196399999999998, -0.10373999999999928, -0.22424999999999828, 0.0025349999999986217, 0.2899649999999978, 0.08365499999999804, -0.009360000000003588, 0.5278649999999976, 0.10490999999999628, 0.46585499999999835, -0.5257200000000002, 1.1620049999999984, 0.5319599999999982, -0.0848250000000017, 1.1725349999999977, 0.6801599999999988, 0.20123999999999986, 0.6973199999999982, 0.13747500000000024, 0.06668999999999992, 1.1555699999999995, 1.5414749999999975, 1.1475749999999967, 1.4439749999999965, 1.1216399999999962, 0.4278299999999988, 1.5964649999999974, 1.708199999999997, 1.3382849999999968, 1.7347199999999983, 1.0551449999999978, 0.8624849999999986, 0.7556249999999958, 0.5348849999999985, 0.6633899999999986, 0.28879499999999747, 1.3267799999999976], ...] | NaN | 300.0 | 2.885141 | 1.473459 | 1.587778 | 1.320430 | 1.155041 | 0.666110 | 0.022721 | 0.038146 | 0.066375 | 99.028965 | 7484.738311 | 10.000 | 0.354156 | 0.0 | 0.04 | 4.0 | NaN | 0.098675 | 0.391534 | 0.197917 | 0.339431 | 0.0 | 60.0 | NaN | 0.818810 | 0.101715 | 0.579108 | 0.125411 | 40.000 | 0.182 | 5006.0 | 0.0 | 4.048716 | 5.435437 | 4.222978 | 4.466034 | 3.852694 | NaN | 0.0165 | 0.0375 | 0.1165 | 0.0205 | 0.0 | 0.0 | 0.140562 | 0.0 | 0.0 | 0.0 | -0.038068 | 0.0 | 0.026636 | 0.003071 | 0.024183 | 0.068347 | 0.027059 | 7955.0 | 3756.0 | 7199.0 | 549.0 | TH | 11.0 | 20.0 | 729445650.0 |
| 950921172 | 0.521943 | 3 | 850249267 | 681.53 | 0.390098 | 1.959983 | -0.109729 | 14.677643 | 0.003857 | 0.103446 | -0.343384 | noise | 0.632126 | 0.086920 | NaN | 37.78 | 0.335911 | 2.426501 | 143.151840 | 3 | 40.0 | 0.260972 | 2.067810 | 0.99 | 0.536663 | 0.445946 | [10.406435026164546, 17.127986534673788, 18.487056876287006, 18.83042447142479, 26.419078324591755, 37.42997476488724, 39.66598081108107, 42.06775397217832, 43.25942386113821, 45.59789685107085, 45.97079785940076, 46.358898908831804, 49.55880756143271, 51.29087891164624, 56.163725421229486, 56.973660944640606, 58.295731186204996, 59.81093528333956, 60.10420274300583, 61.64644024657246, 62.73040984430915, 64.99238262738409, 68.18365792330692, 68.46799202548394, 68.80832627908619, 69.5958617419272, 69.93932933733538, 69.96922941818565, 73.98667361474824, 74.34067457197213, 78.11135143460548, 78.41695226095469, 78.67471962462817, 79.30092131788692, 80.44365774119665, 80.67919171141736, 82.47956324631562, 88.76984692200352, 88.97154746740482, 90.35205120030757, 92.33468989472561, 93.0756252315592, 94.69332960585605, 95.40123152003342, 97.2602698802343, 97.28836995621734, 97.99463853264481, 100.6454123670436, 101.30751415737676, 101.59691493992081, 102.08424959101434, 102.36951702904842, 104.56585630131603, 105.99076015427738, 106.51409490271571, 106.8228957377178, 108.58693384103657, 110.28037175345138, 117.44239111965896, 119.32249620349126, 121.04326752314934, 123.97047543836337, 124.83697778139867, 125.53491300195928, 125.64114662254993, 126.66134938119346, 128.48438764404955, 129.2479563754175, 129.83539129718363, 130.16012550860316, 131.89703020521947, 132.51026519674937, 132.9481997142642, 133.16016695409346, 133.17510032780686, 134.40597032276443, 134.82080477781633, 136.58104287085982, 137.7988128303947, 143.5565283993438, 143.63656194908904, 144.86429860224067, 144.88889866875962, 147.02927112302544, 148.14044079431153, 148.14570747521938, 148.66984222582093, 149.3490107289694, 149.95147902471936, 152.24675189783824, 152.44258576070928, 153.04795406430088, 154.6547584091239, 155.59529428568032, 156.49779672606044, 157.98420074531916, 158.34756839453738, 158.5191688585476, 159.14907056181124, 160.27237359923947, ...] | [0.00014485615850768024, 0.00017224241079845555, 0.00016370310710520542, 0.0001760822261629222, 0.000170815853719483, 0.00014180902303146525, 0.00013453378602739643, 0.00016987194365900265, 0.000228313933970046, 0.00013387210039000704, 0.00013890641494091746, 0.00019797614788543078, 0.00017402941080459712, 0.00013496343696529014, 0.00019009239527231916, 0.00020677890124148977, 0.00022234182072287302, 0.00015207030506260406, 0.00021490541533189875, 0.00018924413328028005, 0.0001724292422764692, 0.000155419935672826, 0.0001901448811061898, 0.0001755298492904609, 0.00013734625439486061, 0.00013383805301743872, 0.00016636110987232564, 0.0001644320757315735, 0.0001363552160911522, 0.0001900014206000445, 0.00024569001519889034, 0.0002678692112283405, 0.00014365589585251494, 0.00017487340527854865, 0.00021001412061950498, 0.00019360414518380302, 0.00022668446104461557, 0.00013557042183414932, 0.000191902750662777, 0.0001933333201364732, 0.0002323047823659601, 0.00015427937188482063, 0.00017226883925965553, 0.00014141361660692108, 0.00016162137003462374, 0.00014457527928050823, 0.00021467255727972856, 0.0001384963041333976, 0.0001934453656793053, 0.000164181614167292, 0.00016605449797494617, 0.0002149787748955456, 0.00013855130641135792, 0.00019295991230380984, 0.00015883873950422298, 0.00024259859262600015, 0.000145989845561376, 0.00014603249754921872, 0.00021655221345304342, 0.00016354469868923706, 0.0001721709414670051, 0.0001942676862638392, 0.00016474979709180053, 0.0001563586041078292, 0.0002107541407261379, 0.00015554652324740217, 0.00014479957910347018, 0.0001810311555625314, 0.00025313154625017636, 0.000147125527215917, 0.00018079663920849565, 0.00014997186900820138, 0.0001532676685886338, 0.00013612882889521265, 0.00013701083675038997, 0.0001540993939480835, 0.0002724250882962636, 0.00015754637731467842, 0.0002058897035460562, 0.0001346317765921792, 0.00022192258345683435, 0.00020605680934943134, 0.00017699708694946399, 0.00014513587808319804, 0.0002094197295676108, 0.00016098740007177052, 0.00017348003742992027, 0.00021030120398302717, 0.00016386429868514395, 0.00019694626125130554, 0.0001554639792426538, 0.00017578336073859302, 0.0001795130555819736, 0.0001792904024643607, 0.00016393988477996695, 0.00019975034533730961, 0.000158576356720936, 0.0001439202384470976, 0.00013891534425865506, 0.00013525942645351683, ...] | [[0.0, -1.341600000000002, -0.4586399999999933, -2.4410099999999892, -2.2633649999999954, -2.7945449999999936, 4.282199999999996, -3.3007649999999997, -6.868680000000007, -8.05993499999999, -10.577384999999998, -11.629409999999996, -24.19637999999999, -27.864914999999993, -37.573184999999995, -62.028719999999936, -89.4517649999998, -119.87625, -138.30843, -147.83651999999992, -131.73712500000002, -117.61093500000024, -87.42610499999995, -56.43651000000008, -29.393130000000014, -7.565024999999997, 20.929740000000002, 27.267240000000033, 48.13887, 63.386310000000016, 68.45085000000002, 70.74619500000014, 70.46266499999996, 79.96598999999993, 76.0700849999999, 72.83737499999994, 65.05648499999997, 73.7035650000001, 62.76269999999991, 66.12352499999986, 53.861534999999925, 53.14276499999992, 39.59416500000001, 46.97471999999998, 34.93444499999999, 30.76027500000003, 31.830044999999984, 28.567695000000015, 22.08160499999998, 20.950410000000016, 13.640835000000015, 9.836385000000003, 3.987360000000004, 14.35394999999999, 9.461594999999999, 4.567679999999999, 4.413630000000001, -7.247954999999996, 1.8096000000000017, -8.487960000000003, 1.0044450000000005, -1.3529100000000098, -3.8065950000000055, -9.369164999999994, -7.617285000000004, -6.79906499999999, -10.084230000000014, -5.070000000000002, -5.42743499999999, -6.498569999999999, -4.239105000000006, -1.1641500000000113, -4.111185000000013, -1.6559399999999873, -4.276349999999999, -0.24394499999999342, -4.204395, -2.231385000000006, -1.612454999999994, -2.5008750000000037, -0.607619999999998, -2.6447849999999966], [0.0, -0.560235, -0.47794500000000273, -1.4654250000000029, -2.9078400000000033, -3.246750000000002, -4.142579999999999, -5.305949999999992, -5.844150000000008, -6.9669599999999985, -7.9398150000000065, -9.327629999999997, -10.34299499999998, -11.704875000000008, -14.439165, -22.44605999999999, -36.835110000000036, -55.99873500000004, -79.14172500000002, -100.38366000000015, -112.78254000000015, -113.31567000000003, -104.63778000000016, -89.11051499999996, -68.89623000000007, -48.47231999999996, -27.768780000000028, -8.509020000000008, 9.142965000000004, 25.154610000000037, 39.610935000000005, 51.95014500000001, 61.817144999999975, 68.70162000000002, 73.19559000000017, 74.82442499999988, 75.34566000000001, 74.24020500000006, 71.36181000000003, 68.48985000000002, 64.35155999999994, 60.67327499999997, 56.09740499999996, 51.71575500000004, 47.45559000000001, 42.369794999999996, 37.18688999999998, 32.442344999999996, 28.570620000000037, 24.91008, 20.679749999999977, 17.693714999999994, 14.867385000000017, 12.663885000000008, 10.339094999999997, 7.619624999999997, 4.9933650000000025, 2.938845, 1.4131650000000016, -0.31531500000000046, -2.3113349999999975, -3.557775000000001, -3.351660000000004, -4.210440000000007, -3.878355000000003, -4.253340000000005, -4.1168399999999945, -4.404075000000006, -4.5464249999999975, -4.789200000000001, -4.651140000000002, -4.668885000000007, -5.430360000000004, -5.502510000000003, -4.815719999999997, -4.339139999999986, -3.4360950000000003, -2.702894999999994, -1.5110550000000016, -1.6440450000000038, -1.6567199999999977, -2.181659999999996], [0.0, -0.4061849999999998, -0.5641349999999954, -0.6555899999999979, -2.713814999999998, -1.5221700000000022, -3.8769899999999997, -4.973475000000013, -4.942664999999998, -5.784675000000007, -7.457969999999996, -11.17779000000002, -16.083795000000006, -26.388570000000023, -39.111344999999965, -58.02420000000004, -74.76417000000005, -93.09670499999989, -106.7012699999998, -108.86830499999978, -99.54983999999997, -84.01321499999986, -62.34813000000014, -40.43071500000005, -18.360419999999998, -1.0073700000000003, 14.591264999999998, 28.919085000000006, 42.151785000000004, 52.68490500000005, 60.977865000000044, 66.56597999999994, 67.89393000000001, 70.58551499999997, 70.33260000000006, 67.09930500000004, 64.05437999999998, 62.72623500000001, 57.92377500000004, 54.1380450000001, 51.75963000000006, 46.09176000000001, 44.00292000000003, 38.734605, 35.79692999999994, 31.59000000000001, 28.11607499999999, 25.819754999999986, 21.95154000000002, 19.193264999999997, 16.679129999999986, 14.432144999999995, 11.903775000000001, 10.29658500000001, 8.239139999999999, 6.766694999999997, 5.663970000000001, 5.186609999999998, 3.8890800000000008, 3.6991499999999995, 1.6220100000000026, 1.5849600000000026, 0.06805500000000198, 0.01735500000000023, 0.6222449999999977, 0.3638699999999986, 1.4839499999999965, -0.5157749999999974, 0.21021000000000267, -1.205490000000005, -1.2468299999999979, -0.39350999999999736, -1.033305, -0.9632999999999909, -0.4939350000000027, -0.25779000000000085, 1.9464900000000007, 0.75699, 2.2300200000000006, 3.438434999999998, 1.4724450000000004, 2.214809999999999], [0.0, -0.803205000000005, -1.098629999999995, -1.4609400000000021, -2.4084450000000053, -3.2752200000000085, -4.738110000000006, -5.400720000000007, -6.15283500000001, -7.387185000000006, -9.000224999999993, -11.253059999999998, -15.109185000000009, -19.438380000000016, -26.050244999999993, -35.79771000000004, -46.792784999999974, -59.86266000000003, -72.01447499999998, -80.40688499999997, -82.56105, -77.60336999999997, -67.09989000000004, -52.78883999999996, -37.68667500000003, -22.80368999999995, -7.6149450000000005, 6.050264999999998, 18.61782, 29.531970000000005, 38.751569999999965, 47.228024999999974, 53.19541500000008, 57.480345, 60.047324999999965, 60.59079000000006, 60.02957999999997, 58.67374499999992, 56.368064999999994, 53.98691999999993, 50.404964999999976, 47.22607500000006, 43.44151499999997, 40.65867000000001, 37.44662999999995, 33.58680000000001, 29.90559000000005, 26.255385000000018, 23.83309499999997, 20.910044999999975, 17.44567499999999, 13.672229999999997, 11.831039999999998, 10.339095, 8.731125, 6.655349999999995, 4.846334999999996, 3.454424999999997, 2.798249999999997, 1.2532649999999985, 0.10666499999999424, -1.1803350000000052, -1.0567050000000022, -1.3573950000000061, -2.0270249999999996, -1.6419000000000117, -1.3564200000000013, -1.8154500000000042, -2.747160000000006, -2.7282450000000096, -2.5613250000000005, -2.806245000000002, -3.14457000000001, -3.2520150000000165, -2.536364999999994, -2.3557950000000027, -0.6060600000000069, -0.07059000000000681, 0.4933499999999915, 0.725399999999996, 0.7831199999999998, 0.06844499999999565], [0.0, -0.8876400000000011, -1.402829999999999, -3.0470700000000006, -3.255525000000005, -3.885570000000012, -4.927650000000004, -5.093789999999996, -5.898164999999998, -7.025655000000012, -8.958690000000008, -11.40672000000001, -14.859195000000025, -17.813250000000036, -24.68271, -30.771000000000022, -37.63928999999998, -45.03681000000004, -50.635065, -52.88595000000003, -51.48195000000008, -44.83245, -37.44935999999999, -27.288105000000034, -17.172285000000013, -7.943909999999993, 0.5335199999999949, 8.653319999999988, 16.37922000000002, 22.593090000000014, 28.624439999999996, 32.788665000000016, 36.24230999999996, 38.19133499999999, 39.24218999999998, 39.20552999999996, 38.35377, 37.45716000000003, 35.93694000000001, 34.62966, 33.16287, 30.854460000000017, 28.558335000000024, 26.27176500000004, 24.62284499999995, 22.78224, 19.59184500000001, 17.295329999999982, 15.117374999999996, 13.319669999999999, 11.384880000000003, 10.078184999999994, 8.679059999999994, 7.107359999999997, 6.019844999999992, 4.609604999999998, 3.838184999999999, 2.6124149999999977, 2.730584999999997, 2.433404999999998, 1.808820000000003, 0.9859200000000028, 0.3001050000000003, 0.5912399999999955, 0.4401149999999938, 0.3244799999999972, -0.4621499999999972, -1.1530349999999983, -1.248975000000006, -1.969305000000003, -2.253809999999997, -3.584099999999988, -3.337230000000006, -2.4573900000000144, -1.3129350000000057, -0.7895550000000009, -0.7519199999999975, -0.7441200000000014, 0.34885499999999814, -0.027495000000002268, 0.22834499999999602, 0.525525], [0.0, -2.0198100000000103, -2.0831850000000047, -2.22729, -2.6545350000000054, -3.2570850000000107, -4.616820000000006, -5.540730000000005, -5.93755500000001, -6.995429999999995, -8.249670000000002, -10.264800000000012, -11.818755000000015, -13.045695, -15.599609999999986, -18.779670000000017, -22.509045, -27.07867500000002, -32.505330000000036, -36.57888000000003, -38.207910000000034, -38.44834500000005, -35.99914499999998, -32.23720499999993, -27.193725000000022, -20.38335, -12.40823999999998, -4.453214999999998, 3.740879999999998, 11.170574999999989, 17.858880000000017, 24.13827, 28.4232, 32.634420000000006, 35.98178999999999, 38.36742000000001, 39.867945000000006, 40.17526500000002, 39.973244999999984, 40.27237500000001, 38.95261500000004, 36.760034999999995, 34.586175, 32.77969500000002, 30.920955000000006, 28.690545, 26.00851499999999, 23.555609999999994, 21.322469999999996, 19.151144999999993, 16.53288, 13.618994999999996, 11.363624999999994, 10.020269999999993, 8.787284999999997, 7.105214999999995, 6.290114999999996, 5.293859999999997, 4.292144999999996, 3.434729999999997, 3.1517849999999954, 2.9571749999999963, 2.288324999999996, 2.4605099999999966, 1.9773000000000005, 1.9154849999999932, 1.590224999999995, 2.2775999999999947, 2.519984999999995, 1.7688449999999891, 1.3669499999999961, 0.4908149999999898, 0.2809949999999928, 0.9829949999999972, 1.6976699999999973, 2.406884999999995, 3.3034949999999954, 3.020744999999994, 3.705194999999996, 3.907214999999997, 3.1773299999999955, 3.0659849999999955], [0.0, -0.34534499999999824, -0.30361500000000174, -0.17199000000000053, -1.8384599999999984, -1.844309999999999, -1.7934149999999989, -1.9117799999999983, -2.064465000000003, -2.6176799999999973, -1.779960000000002, -3.9364649999999983, -6.559604999999995, -7.454070000000002, -10.00974000000001, -13.159770000000007, -15.579525000000006, -17.777175, -19.63922999999999, -19.701434999999986, -18.20519999999998, -15.263819999999983, -11.814075000000026, -7.156305000000004, -3.424199999999998, 0.2634450000000004, 3.3777900000000005, 6.948045000000003, 10.496264999999996, 13.113359999999995, 15.408900000000006, 17.545514999999998, 18.818085000000014, 19.08230999999999, 20.05263000000002, 19.593990000000026, 19.407959999999974, 18.356714999999994, 17.726085000000005, 16.60697999999999, 15.99936000000001, 14.070614999999993, 13.498679999999997, 12.296115, 11.311559999999995, 10.736504999999996, 8.962784999999998, 7.396544999999991, 6.002684999999994, 5.489445000000002, 4.458284999999996, 3.046289999999998, 2.6414699999999995, 2.2243649999999993, 0.9397050000000005, 1.568775, 1.1879399999999996, 1.2415649999999998, 1.3751399999999996, 1.8281249999999987, 1.0498799999999981, 1.048515, 1.0966800000000008, 1.4219400000000002, 1.2306449999999995, 0.8899799999999995, 0.29093999999999953, 0.14293499999999892, -0.04913999999999952, -0.7989150000000007, -0.4112549999999995, -0.2622750000000007, 0.17296499999999893, -0.10451999999999795, 0.6727500000000011, 0.5775899999999998, 0.6848399999999999, 0.31882499999999925, 1.0886850000000012, 1.7080050000000002, 0.9993749999999997, 2.492295000000001], [0.0, -1.062944999999996, -1.4950649999999999, -1.5748199999999994, -2.468504999999991, -3.1648499999999946, -3.9493350000000045, -4.582695000000001, -4.213559999999989, -5.023979999999993, -6.1034999999999915, -6.604259999999989, -8.421854999999988, -9.346739999999988, -10.50854999999999, -12.378990000000005, -14.213159999999984, -17.02310999999999, -19.85724000000001, -21.50966999999998, -21.310379999999995, -19.84553999999999, -17.24540999999999, -13.41132, -9.97795499999999, -5.489639999999998, -0.5822699999999936, 3.6907650000000016, 7.147725, 11.873354999999993, 15.496845, 17.649450000000005, 19.041360000000015, 20.93987999999999, 21.582990000000002, 22.57749, 23.710245000000004, 23.82315, 23.266815000000005, 23.74983, 23.127975, 21.774089999999994, 20.278830000000006, 18.72565500000002, 18.01390500000002, 16.250130000000002, 14.455739999999993, 13.510574999999987, 11.687714999999999, 10.766340000000003, 9.594780000000005, 7.959510000000005, 6.516705000000005, 5.823480000000005, 4.268355000000002, 3.2884800000000025, 2.8035150000000026, 3.3828600000000044, 3.543930000000003, 2.2729200000000023, 1.7943900000000053, 1.6434600000000028, 2.0139600000000026, 2.396550000000003, 1.967940000000005, 2.6440050000000035, 1.6376100000000093, 1.3636350000000008, 1.0574850000000016, 0.4527900000000047, 0.2501850000000019, 0.5848049999999962, 0.30829500000000243, -0.03802499999999798, 0.584414999999999, 1.2530700000000081, 1.6945500000000004, 1.753050000000003, 1.8421650000000018, 1.8640050000000032, 1.7988750000000029, 1.3614900000000039], [0.0, -0.10530000000000417, -0.6440850000000053, -1.2439050000000051, -1.3667550000000062, -1.341795000000007, -2.0693400000000097, -1.76514000000001, -1.1670750000000019, -2.1370050000000043, -1.345110000000005, -3.3573150000000127, -4.404855000000008, -5.896994999999999, -6.86829, -7.846605000000016, -8.173815000000012, -8.628750000000009, -10.82094000000001, -10.662405000000005, -9.973275000000006, -8.988524999999997, -6.142109999999995, -4.443854999999999, -1.5065700000000026, -0.03958500000000775, 2.5137449999999952, 4.623059999999997, 6.456839999999991, 8.279115000000006, 9.044099999999997, 10.784474999999986, 10.553789999999998, 10.805730000000002, 11.567009999999993, 11.222640000000004, 13.04881500000001, 12.834899999999998, 12.481755000000003, 11.798279999999995, 11.055134999999986, 10.373025000000004, 10.124399999999985, 10.247639999999992, 9.617400000000004, 8.739899999999993, 7.539089999999991, 6.176234999999997, 6.080879999999997, 6.307274999999995, 7.082789999999992, 5.380244999999997, 4.691504999999992, 5.018129999999995, 3.8888849999999975, 2.800784999999996, 3.304274999999995, 3.3415199999999974, 3.571229999999996, 4.5871799999999965, 4.071209999999995, 3.3967049999999968, 3.5164349999999978, 2.569319999999995, 3.341714999999998, 1.864004999999996, 0.8737949999999959, 1.3885949999999965, 0.9254699999999965, 0.8297249999999963, 0.8351849999999952, 2.041259999999996, 0.6165899999999962, 0.6817199999999961, 2.251859999999996, 1.5886649999999953, 2.153189999999996, 2.6128049999999945, 2.7132299999999967, 2.2969049999999958, 1.8560099999999957, 1.3460849999999955], [0.0, -1.1165700000000052, -1.5703349999999978, -1.7688450000000016, -1.9461000000000048, -3.297645, -3.534959999999989, -3.315974999999999, -2.6611650000000067, -3.055650000000001, -3.9910650000000025, -4.380479999999988, -4.527899999999999, -4.5998549999999945, -4.469790000000004, -5.676254999999999, -6.554534999999989, -7.518420000000001, -8.834279999999998, -9.39237, -8.796840000000008, -8.065784999999991, -7.131930000000006, -6.128460000000002, -4.555199999999994, -2.942355000000002, -1.5752099999999967, 0.7669350000000008, 2.7184950000000008, 4.852575000000002, 6.3794249999999995, 7.996755000000005, 9.223694999999996, 9.892545000000005, 10.617945000000004, 11.621804999999993, 12.90042, 13.754910000000011, 14.497080000000016, 14.322555000000015, 14.524380000000003, 14.258985000000017, 13.555815000000022, 12.878385, 13.398839999999984, 12.22786500000002, 12.051194999999986, 10.481835, 9.897225000000002, 8.76291, 8.367060000000002, 6.871409999999997, 6.097259999999998, 5.352945000000003, 4.026945, 3.017625000000001, 3.303300000000002, 3.170895000000001, 2.3651550000000006, 1.6680300000000017, 1.3246350000000024, 2.0652450000000013, 2.2087650000000005, 3.3374250000000028, 3.7740300000000016, 3.5345700000000013, 3.0014400000000006, 3.1896150000000008, 3.195855000000001, 2.6765700000000012, 2.2214400000000003, 1.4272050000000023, 2.00343, 1.8162300000000002, 2.4817650000000016, 1.9683300000000015, 1.604070000000001, 1.6506750000000012, 2.289885000000001, 2.4078600000000003, 2.4343800000000004, 1.693185000000001], [0.0, -0.6577349999999968, -0.9740249999999999, -1.7382300000000008, -2.445300000000004, -2.858114999999997, -2.4753300000000005, -2.8391999999999946, -2.3189400000000004, -1.734914999999997, -2.9905199999999974, -4.008419999999995, -4.883775000000003, -5.729294999999998, -7.003230000000006, -8.255325000000017, -7.512765, -8.79995999999999, -8.859239999999993, -8.699729999999999, -8.44798500000001, -7.450754999999992, -4.846530000000001, -3.3362549999999924, -1.5892499999999983, 0.4769700000000011, 1.7945850000000005, 2.784795000000001, 5.349630000000003, 5.905575000000004, 7.205640000000003, 7.666229999999999, 6.744075000000012, 7.79024999999999, 7.8393900000000025, 8.459490000000002, 9.079004999999992, 9.468615000000003, 9.418109999999999, 9.18313499999999, 8.751989999999997, 9.524580000000006, 8.815755, 8.339955000000007, 8.172645000000001, 6.840404999999998, 5.848245000000005, 5.326034999999999, 5.077605000000002, 4.882020000000002, 5.088135000000005, 4.283954999999999, 5.287619999999997, 4.843215000000002, 3.5891699999999993, 2.99559, 2.784015000000001, 2.6090999999999998, 4.103774999999999, 3.6798450000000056, 3.206579999999999, 3.52482, 2.577705, 1.5525900000000008, 0.8402550000000004, 0.8927100000000016, 0.05225999999999975, -0.2322449999999976, -0.010334999999999539, -0.2180100000000007, -0.09730499999999864, 0.20358000000000254, 0.405015000000001, 0.5491200000000007, 1.6372200000000015, 1.2485850000000016, 2.026635, 1.5999749999999995, 1.4332500000000006, 1.741155000000001, 1.7222400000000002, 1.8848700000000012], [0.0, -0.25310999999999817, -0.2511599999999947, -0.6852299999999985, -1.5192449999999966, -2.5365599999999957, -3.753164999999997, -3.3879299999999932, -3.1744050000000024, -3.098159999999997, -2.6525849999999997, -2.862209999999997, -3.09348, -3.9475799999999945, -3.690374999999993, -4.121714999999993, -4.384964999999996, -4.748639999999989, -5.392725, -5.646224999999999, -5.88821999999999, -4.788224999999999, -3.4910850000000004, -2.6658449999999987, -0.6663150000000022, 0.7484100000000022, 1.2456600000000055, 2.127840000000005, 2.7417000000000042, 4.215900000000004, 4.808505000000006, 5.4964650000000095, 4.993755000000001, 5.678595000000001, 6.129045000000005, 6.343935000000002, 6.667245000000001, 7.2481500000000025, 7.578870000000011, 7.905495000000004, 8.269754999999995, 7.597005000000003, 7.580625000000005, 7.098975000000008, 7.280130000000005, 6.711315000000001, 7.0098600000000015, 6.645014999999999, 5.929170000000003, 5.354310000000002, 4.6142850000000015, 4.245150000000002, 3.948750000000004, 3.232320000000003, 2.3378550000000047, 2.1639150000000043, 1.6612050000000043, 1.833975000000004, 2.0003100000000034, 1.6594500000000045, 1.8099900000000035, 2.2025250000000036, 2.2499100000000043, 1.8593250000000041, 1.602315000000004, 1.7637750000000034, 1.2571650000000032, 0.6481800000000013, 0.9090900000000046, -0.0027299999999952362, 0.14332500000000348, 0.11134499999999958, -0.2172299999999967, 0.26403000000000443, 0.8743800000000042, 0.9837750000000034, 1.112085000000004, 1.6791450000000037, 1.6058250000000045, 1.717950000000004, 1.2041250000000048, 1.012440000000005], [0.0, -0.20904000000000034, -0.7509450000000033, -2.095665000000002, -1.8080399999999983, -3.5059049999999985, -3.149445000000001, -2.780309999999999, -2.6516099999999945, -2.754375000000005, -2.9542500000000027, -2.908034999999993, -3.2063849999999974, -3.6252450000000014, -4.837560000000008, -4.644509999999996, -4.876754999999999, -4.384184999999996, -4.215314999999995, -4.161689999999999, -4.00900499999999, -3.426929999999997, -2.610464999999995, -2.132909999999999, -0.42158999999999835, 0.4083300000000014, 0.39214499999999974, 1.3185900000000017, 2.0026500000000005, 2.3165999999999993, 2.8060499999999986, 2.6652599999999995, 3.660929999999998, 3.8190750000000055, 3.122925, 3.559529999999999, 4.982054999999996, 4.987515000000002, 4.981079999999997, 5.288595000000003, 6.049289999999997, 4.9508550000000024, 4.5721649999999965, 4.480514999999998, 4.455359999999994, 4.413824999999996, 2.9419649999999975, 3.1053749999999996, 2.862404999999999, 3.9001950000000005, 3.1948799999999995, 2.9045249999999996, 2.618655000000001, 2.0753850000000007, 1.19808, 1.3332150000000016, 2.0241000000000007, 1.8842849999999998, 2.6991900000000006, 1.8082350000000003, 2.121210000000001, 2.365349999999999, 2.2565399999999993, 1.3211249999999994, 1.7920500000000006, 1.0067850000000012, -0.20162999999999975, -1.400684999999998, -1.4375400000000016, -1.0530000000000048, -1.014585000000002, -1.561170000000002, -1.0516350000000005, -1.1111099999999983, -1.6459950000000045, -0.8856899999999981, -0.5758350000000005, -0.06532499999999897, -0.19129500000000155, 0.3369600000000008, -0.2211300000000005, -0.17842499999999983], [0.0, -0.04543500000000256, -0.7228649999999956, -1.5360150000000115, -1.6922100000000055, -2.9041350000000072, -3.6609300000000013, -3.9189149999999913, -4.101044999999991, -3.504344999999998, -3.411135000000008, -3.6457200000000025, -2.991105000000002, -2.549820000000004, -3.3573150000000025, -3.2309550000000016, -3.8697750000000033, -4.330560000000008, -4.362734999999988, -4.209660000000003, -3.782025, -2.928705000000013, -2.1412950000000013, -1.777814999999996, 0.8053499999999953, 1.2255749999999979, 0.5539949999999938, 1.0498799999999993, 1.3378949999999965, 0.642914999999999, 0.46877999999999975, 1.6574999999999978, 2.3343449999999977, 3.192734999999998, 3.4339499999999985, 3.6888149999999977, 4.261724999999995, 5.357430000000004, 5.276114999999996, 6.227714999999993, 6.921719999999998, 6.383325, 6.350954999999999, 6.699224999999996, 6.716579999999997, 6.459959999999995, 6.212504999999993, 5.759715, 4.902299999999997, 5.240039999999997, 5.084625000000001, 4.669665, 3.9690299999999974, 4.324514999999996, 3.717674999999998, 2.9456699999999976, 4.484024999999998, 4.313594999999996, 4.293509999999996, 4.372484999999997, 4.171439999999995, 3.264299999999998, 2.8271099999999985, 2.466944999999999, 3.296864999999997, 2.4620699999999975, 1.7427149999999985, 0.4594199999999997, 0.7833149999999951, 0.26539500000000205, 0.446159999999995, 0.09145499999999496, 0.45610499999999465, 1.038179999999997, 1.0834199999999974, -0.10763999999999996, -0.5206500000000025, 1.1547900000000018, 1.906709999999998, 0.9488699999999994, 1.1017499999999985, 0.506805], [0.0, -0.6887400000000046, -1.3098149999999975, -2.049059999999998, -2.342729999999996, -2.8470000000000013, -2.6968499999999995, -2.332590000000006, -1.2160200000000005, -1.0645049999999985, -1.559805, -2.0508149999999974, -2.0373600000000014, -2.2606349999999944, -2.06388, -2.847000000000003, -2.2503000000000073, -2.025270000000006, -1.5287999999999957, -1.5389400000000009, -1.589639999999996, -1.152840000000001, -0.007604999999999862, 0.02398499999999837, 1.144064999999999, 1.3476449999999995, 1.4088749999999997, 1.7746949999999995, 2.831010000000001, 3.011969999999998, 1.9008599999999989, 2.907059999999997, 3.2695649999999983, 3.613350000000005, 3.798600000000004, 3.6250500000000017, 5.046014999999994, 5.1534600000000035, 4.821569999999993, 5.262855000000001, 5.930730000000007, 5.46156, 4.890599999999995, 3.6049649999999955, 3.0106049999999964, 2.498145, 2.3795850000000005, 2.067000000000001, 2.421315, 2.6514149999999983, 2.44257, 3.168359999999999, 2.613780000000001, 3.151785000000002, 2.3308349999999995, 2.4811799999999993, 3.1348200000000013, 3.783389999999999, 3.8309700000000033, 3.4491599999999982, 3.7363950000000017, 3.420885, 3.1003049999999988, 3.020939999999997, 1.974959999999999, 1.5155399999999992, -0.42003000000000146, -1.0430549999999987, -1.4463149999999956, -0.8724300000000007, -1.0666500000000017, -0.4520099999999967, -0.6511050000000014, -0.7439250000000002, -0.4964700000000013, -1.204709999999998, -0.9829950000000001, 0.001169999999998339, 0.7922849999999988, 0.5235749999999993, 1.1348999999999998, 0.6957600000000004], [0.0, -0.8039849999999951, -0.9917699999999985, -0.8831549999999972, -1.322489999999997, -1.4028299999999954, -1.9484399999999966, -2.416245000000003, -2.566979999999995, -1.5631199999999965, -1.3193699999999975, -1.1288549999999975, -1.3540799999999957, -1.2712049999999988, -1.8127199999999997, -1.6350750000000005, -1.2963599999999982, -1.1616149999999967, -0.8498099999999962, -0.9157199999999999, -0.8786699999999974, -0.5571149999999956, -0.3940949999999992, -0.10900499999999402, 1.0590450000000042, 1.753635000000001, 2.277600000000004, 2.134860000000003, 1.9028100000000006, 1.8696600000000005, 1.3533000000000053, 1.466400000000003, 1.9133400000000023, 1.948635000000002, 1.5165150000000027, 1.6992300000000007, 2.5289550000000034, 2.0554950000000023, 2.8936050000000035, 2.4193650000000027, 2.518425000000003, 2.5624950000000037, 2.0494500000000033, 1.6966950000000027, 1.759095000000003, 1.6974750000000036, 1.1253450000000036, 0.9075300000000031, 1.4660100000000025, 1.9002750000000028, 1.6797300000000022, 1.5945150000000028, 1.356810000000004, 0.9867000000000044, 0.4613700000000025, 1.0294050000000032, 1.5354300000000023, 1.6984500000000027, 2.328885000000003, 2.248350000000003, 2.6841750000000024, 2.546505000000003, 1.7068350000000034, 1.473810000000003, 1.246050000000002, 1.381770000000003, 0.7671300000000021, -0.11622000000000021, -0.3022499999999968, -0.49334999999999374, -0.8283599999999978, -1.8647849999999946, -1.2027599999999996, -0.8199749999999959, -1.0806899999999975, -0.512264999999998, -1.2154349999999967, -0.9644699999999977, -0.3630899999999979, -0.6257549999999963, -0.6372599999999919, 0.02067000000000263], [0.0, -1.0360350000000034, -1.8866249999999989, -2.601495000000005, -3.6979799999999967, -4.023825000000005, -3.1094700000000097, -3.432000000000005, -3.195855000000005, -2.7896699999999983, -2.791035, -2.9940300000000004, -3.8508600000000035, -4.146285000000006, -3.886740000000004, -3.4394100000000005, -3.807959999999998, -4.180020000000001, -4.103775000000001, -3.432584999999996, -2.3530650000000026, -2.753594999999991, -2.504385000000001, -2.1775649999999978, -0.9494550000000024, -0.1932449999999981, 0.4670249999999969, 1.2848550000000005, 1.6048499999999999, 2.0822099999999986, 1.7345249999999985, 2.0923499999999984, 2.2237800000000005, 2.3949899999999955, 3.1480799999999967, 3.3366450000000016, 4.1258099999999995, 3.394364999999997, 4.329974999999997, 4.207904999999999, 4.564364999999999, 4.42845, 3.8463749999999965, 2.8536299999999963, 2.4722099999999987, 2.5344149999999974, 1.9098299999999988, 2.728439999999999, 3.3662849999999978, 3.51312, 3.4163999999999994, 3.646499999999997, 3.7773450000000013, 3.2219849999999965, 2.9877899999999977, 1.9599449999999985, 3.018209999999998, 3.4195199999999972, 3.430829999999998, 3.1065450000000014, 2.1828299999999983, 2.286569999999998, 1.7360849999999983, 1.0884899999999984, 1.489019999999998, 0.35489999999999844, -1.355445000000002, -1.903979999999997, -1.9002749999999977, -2.0414550000000036, -1.6867500000000033, -2.049254999999996, -1.4145300000000078, -2.1083399999999983, -2.5355849999999993, -2.1873150000000035, -0.809835000000003, -0.8084700000000005, -0.9714900000000009, -0.9765599999999999, -0.7651799999999989, -1.2846599999999986], [0.0, -0.18525000000000014, -1.4426099999999997, -2.4858600000000024, -2.743650000000001, -3.890249999999999, -4.166369999999996, -3.677700000000001, -3.368625, -3.2284199999999985, -2.8126799999999976, -2.671890000000008, -2.450760000000003, -1.8860400000000015, -2.5638600000000014, -2.58882, -3.1732350000000027, -2.4320399999999966, -1.9675500000000001, -1.4870700000000028, -0.7062900000000014, -0.7111650000000013, -1.1588850000000024, -1.3176150000000009, -0.3701100000000003, 0.21976499999999924, 0.886469999999999, 1.619474999999999, 1.316639999999998, 0.7437299999999991, 0.13922999999999883, 0.02183999999999919, 0.6405749999999973, 0.050504999999999786, 0.7819500000000001, 0.7585499999999994, 0.5323499999999984, 0.05011499999999878, -0.029055000000001142, 0.3919499999999987, 0.8451299999999983, 1.4155050000000002, 0.7569899999999995, 0.7566, 0.25564499999999846, 1.3123499999999997, 1.657499999999999, 1.139384999999998, 1.5592199999999992, 2.2387950000000005, 2.287155, 2.7861599999999984, 3.004169999999999, 2.3659349999999995, 1.5457649999999998, 1.176240000000001, 1.6477499999999978, 1.932254999999997, 1.6003649999999956, 1.050854999999997, 1.5609750000000016, 1.2238199999999972, 0.49529999999999913, 0.49276500000000045, 1.3425749999999979, 1.082054999999998, 0.2989349999999995, -1.0687950000000008, -1.2302550000000017, -0.9709050000000012, -0.6661200000000003, -0.6965400000000017, -0.6982949999999992, -1.2936300000000032, -1.7682600000000017, -1.7668950000000003, -1.5254850000000026, -0.9921600000000004, -0.4886700000000014, -0.7189650000000011, -0.427245000000001, -1.4414400000000003], [0.0, -0.15502499999999797, -0.47794500000000095, -1.3868400000000016, -2.1366150000000053, -2.5642499999999915, -2.078115000000004, -2.1810750000000017, -1.7238000000000038, -1.0374000000000043, -1.5151500000000024, -1.2099750000000062, -1.0007399999999986, -1.8472350000000022, -2.9425500000000024, -2.491515000000004, -2.0605650000000004, -2.908620000000007, -3.273465000000007, -3.4462350000000024, -2.4585600000000003, -2.6703299999999954, -2.2715550000000073, -1.536015000000004, -0.9010950000000078, -0.010335000000002204, -0.723060000000006, 0.5740799999999968, 1.2127049999999975, 2.005769999999997, 1.961699999999998, 3.0517499999999993, 3.8138099999999993, 3.4021649999999957, 3.981704999999992, 3.1574399999999962, 3.7578449999999997, 3.966494999999999, 4.00686, 4.076474999999998, 4.811819999999999, 4.923164999999997, 4.054439999999998, 3.4581299999999953, 2.550794999999997, 2.5782899999999973, 2.0297549999999975, 1.9156799999999972, 3.1757699999999955, 3.981509999999997, 3.752774999999999, 3.4374599999999966, 3.360824999999995, 3.588975000000002, 2.7021149999999965, 2.8044899999999973, 2.655119999999997, 2.6315249999999972, 2.6455649999999973, 2.8858049999999977, 2.2649249999999976, 3.2490899999999945, 2.5186199999999968, 1.824419999999998, 1.250729999999997, 0.6980999999999975, -0.6433050000000047, -0.5575050000000066, -0.7209150000000006, -0.8897850000000025, -1.170195000000008, -0.6904950000000012, -1.047150000000006, -1.1382150000000015, -0.9660300000000039, -0.6448650000000065, -0.4373850000000039, -0.4781400000000029, -0.18856500000000498, 0.33695999999999704, 1.0334999999999972, 0.4972499999999971], [0.0, -0.8180250000000027, -2.4316500000000034, -3.533790000000003, -3.847350000000001, -4.297410000000003, -3.6036000000000015, -3.681015000000009, -3.467684999999998, -3.1913699999999987, -4.166370000000004, -4.559880000000007, -3.5041500000000068, -4.890015, -3.690374999999998, -4.009395000000001, -4.273814999999999, -4.176509999999999, -3.6437699999999933, -3.580395000000005, -4.006664999999996, -3.941145000000003, -3.7753950000000036, -2.5872600000000032, -2.1732749999999994, -0.7821450000000016, -1.2045150000000007, 0.11231999999999753, 0.6409650000000002, 0.8856899999999983, 0.14234999999999998, 1.2374699999999998, 2.283059999999999, 2.65668, 2.6687700000000003, 2.8222349999999983, 2.5730249999999995, 3.1708949999999962, 3.3157800000000024, 3.1045950000000015, 3.294720000000006, 4.021289999999997, 3.939780000000001, 2.1280349999999992, 2.4920999999999998, 2.5396800000000006, 2.731950000000001, 3.270734999999996, 2.7820650000000016, 3.408014999999999, 3.6305099999999992, 4.011149999999999, 4.195815000000001, 2.7933749999999984, 2.7576899999999998, 2.7539849999999997, 2.4661650000000015, 2.1974550000000006, 0.7259849999999992, 1.68207, 1.534454999999999, 1.5438149999999995, 0.34358999999999973, 0.7306649999999989, 0.6185399999999993, -0.4383600000000021, -0.26851500000000117, -0.8230950000000039, -0.8149049999999991, -0.6292650000000035, -0.7998899999999995, -1.8252000000000002, -2.416635000000003, -2.3842650000000023, -2.7766050000000084, -1.614600000000003, -2.6262599999999985, -1.237664999999998, -0.5551650000000015, -0.5916299999999997, 0.006239999999998691, -1.5161249999999997], [0.0, 0.1866149999999991, -0.93912, -1.2852450000000024, -1.2969449999999996, -2.745599999999998, -2.657849999999998, -2.4833249999999936, -2.5685400000000023, -1.963650000000003, -1.9230900000000024, -2.3290799999999976, -3.0086550000000036, -3.9764400000000055, -3.6369450000000096, -3.829799999999998, -4.205175000000002, -4.508790000000017, -5.223269999999999, -4.827420000000003, -3.7806600000000046, -5.097104999999998, -4.005885000000001, -3.541004999999995, -3.259425000000009, -1.3899600000000016, -0.9003150000000022, -0.6647550000000013, 1.3016249999999998, 1.5617549999999985, 2.207789999999999, 2.3924549999999987, 3.51429, 3.0895799999999998, 3.796454999999998, 3.2256899999999984, 4.33329, 4.183335000000003, 4.511714999999996, 5.616390000000004, 6.2029499999999995, 5.292884999999996, 4.854915000000002, 3.1028399999999987, 3.029129999999999, 3.777149999999996, 3.8549549999999955, 3.1260449999999995, 3.5177999999999976, 4.878315000000001, 5.175690000000001, 5.633940000000001, 4.418309999999991, 4.422794999999999, 3.6884249999999983, 4.976789999999999, 3.496349999999998, 2.4423749999999953, 2.5324649999999993, 2.228264999999997, 3.017430000000001, 2.737994999999999, 1.9065149999999986, 1.6013399999999944, 0.02885999999999811, 0.810419999999999, -1.4560650000000077, 0.015209999999999502, -2.121600000000006, -1.1292450000000027, -0.6031349999999995, -1.8144750000000065, -0.4914000000000023, -0.02184000000000097, -0.15053999999999768, 0.8852999999999978, 0.892710000000001, 1.391519999999999, 1.536989999999999, 1.3478399999999984, 1.814279999999998, 1.330874999999999], [0.0, -0.36972000000000027, -1.2189449999999986, -1.2534600000000002, -1.9558499999999983, -2.0900099999999986, -2.023124999999996, -1.3449150000000036, -1.8140849999999948, -1.7622149999999952, -1.5278249999999989, -1.598025, -0.7920900000000004, -1.6518449999999978, -1.6996200000000028, -1.1918400000000007, -1.2314249999999987, -1.7407649999999995, -1.9891949999999998, -1.207830000000001, -0.8566350000000018, -0.6709950000000005, 0.434850000000001, 0.00838499999999942, 0.5756400000000007, 1.0647, 1.6853850000000017, 1.81389, 1.78347, 1.2244050000000006, 1.0990200000000012, 0.9541350000000006, 1.3039650000000014, 1.7998500000000006, 1.9211400000000018, 2.070120000000002, 1.4053649999999989, 1.7711850000000013, 2.5913549999999974, 2.946254999999998, 2.3359050000000017, 3.026789999999999, 2.673450000000001, 2.027025000000001, 2.053935000000001, 2.2508849999999985, 2.3062649999999962, 2.103270000000001, 2.5470899999999994, 2.530125000000001, 3.257474999999997, 3.287115, 2.657849999999999, 2.170934999999998, 1.6206449999999981, 1.1606399999999994, 0.26676, 0.49627499999999924, 0.27923999999999993, 0.31824000000000074, 0.4424549999999972, -0.42236999999999925, -0.2546700000000006, -0.07800000000000085, 0.6977099999999999, 0.6384300000000006, 0.035490000000000466, 0.6941999999999999, 0.7731750000000007, 1.1930100000000003, 0.4912049999999998, 0.3275999999999999, 0.7304700000000004, 0.8373300000000002, 0.6341399999999997, 0.6608550000000011, 0.7029749999999991, 1.2840749999999996, 1.562144999999999, 1.7298449999999983, 2.000700000000003, 1.7587049999999997], [0.0, -1.1600549999999985, -0.8560499999999985, -1.3098149999999962, -1.5913949999999981, -2.400254999999997, -1.9679399999999978, -2.057445, -1.3813799999999976, -2.251274999999998, -2.0424299999999977, -2.774264999999997, -3.266249999999994, -3.790799999999995, -4.760144999999997, -5.390969999999989, -4.860764999999996, -4.298384999999999, -4.572749999999994, -5.598840000000004, -4.515030000000002, -4.433519999999993, -3.8042549999999986, -3.42264, -3.361214999999996, -2.3281049999999994, -1.0818599999999985, -0.22190999999999764, 0.07488000000000178, 1.170195000000003, 1.5449850000000038, 1.5124200000000025, 1.6477500000000032, 1.7867850000000034, 1.6770000000000007, 1.8191550000000005, 1.7171700000000019, 1.4207700000000043, 1.3211250000000028, 1.3534950000000063, 1.9234800000000043, 1.494870000000005, 1.2517050000000016, 0.953940000000002, 0.9771450000000024, 1.3663650000000025, 1.5473250000000005, 1.2002250000000019, 2.0340450000000025, 2.544945, 2.4203400000000017, 1.6044599999999993, 1.57989, 1.522755000000001, 2.540849999999997, 1.4133600000000028, 2.5683450000000048, 2.278185000000003, 1.0678200000000058, 1.293825000000005, 0.7148700000000012, 0.38395500000000365, -0.1866149999999973, -0.2831399999999962, -1.1044799999999972, -1.1969099999999975, -1.9191899999999953, -2.323034999999999, -2.533634999999996, -1.9849049999999981, -1.398539999999999, -1.659059999999997, -1.6598399999999984, -1.0676249999999976, -0.8782799999999973, -1.1374349999999978, -0.5822699999999991, -0.1390349999999978, -0.22405499999999648, 0.03393000000000107, -0.45980999999999705, -0.01579499999999806], [0.0, -0.35568000000000105, -1.1811150000000001, -0.8952450000000006, -1.432665000000003, -1.7085900000000034, -1.5997800000000026, -1.8967649999999994, -1.7298450000000014, -1.7005949999999996, -1.439099999999999, -1.7635800000000021, -0.8812050000000005, -1.1395800000000007, -1.414140000000003, -1.6729050000000003, -1.2189450000000024, -1.6300050000000013, -1.9969950000000027, -1.390155000000002, -1.4158949999999992, -1.609140000000001, -1.3351649999999997, -0.9605700000000017, -0.49608, 0.4929599999999991, 0.07604999999999923, 0.4401149999999999, 0.7556249999999997, 1.1805299999999999, 1.2536550000000002, 1.6789499999999993, 1.1473799999999992, 0.9933300000000002, 1.0124399999999993, 0.8180249999999991, 1.1893049999999998, 0.8542950000000001, 0.7823400000000005, 1.080495000000002, 1.1963250000000005, 0.8946599999999999, 0.7538699999999993, 0.6397949999999984, 0.07488000000000075, 0.3293550000000001, -0.3732300000000006, -0.18700500000000025, 0.36250499999999986, 0.8923200000000004, 0.45883499999999905, 0.5144099999999995, 0.13220999999999977, 0.04641000000000002, 0.2874299999999998, -0.8693100000000009, -0.65208, -1.0128299999999995, -0.3564600000000008, 0.10471499999999932, -0.10530000000000023, -0.16165500000000088, -0.9759750000000004, -0.8182200000000004, -0.2973750000000016, -1.1031150000000007, -1.0241400000000003, -0.6154199999999999, -0.6152250000000006, -0.7205250000000014, -1.5512250000000016, -1.2967499999999994, -1.407120000000002, -1.3817700000000035, -0.6672900000000005, -0.2657849999999996, -0.624195, -0.19558500000000023, 0.14234999999999975, 0.45493499999999926, 0.7006349999999998, 0.5781749999999989], [0.0, 0.02262000000000164, -0.09223499999999474, -0.13298999999999683, -0.7766849999999965, -1.4361749999999978, -1.531919999999999, -1.489799999999994, -1.1062349999999967, -1.5165149999999952, -1.29168, -2.000700000000002, -2.2142249999999977, -1.8158399999999948, -1.6019249999999965, -1.8844799999999955, -2.032289999999994, -1.921529999999998, -1.7540249999999982, -2.052374999999996, -1.7969249999999999, -1.9794449999999957, -1.584374999999997, -1.2532649999999936, -1.2370799999999935, -0.6719699999999933, -0.09457499999999475, -0.017159999999999398, -0.3311099999999949, 0.3139500000000044, 0.8260200000000022, 0.41106000000000176, 0.48886500000000255, 0.5645250000000033, 0.7411950000000045, 0.6930300000000031, 0.28255500000000167, 0.7907250000000048, 0.40053000000000316, 0.638040000000003, 0.42471000000000436, 0.7318350000000039, 0.3966300000000027, 0.06435000000000479, 0.03198000000000478, 0.4371900000000044, 0.2689050000000053, 0.05148000000000286, 0.3139500000000035, 0.2599350000000029, 0.6091800000000034, 0.809055000000003, 0.9954750000000036, 0.8753550000000035, 0.677625000000003, 0.2967900000000019, 0.2759250000000033, -0.011309999999996156, 0.44284500000000415, 0.09984000000000326, 0.5296200000000051, 0.07839000000000151, -0.32642999999999733, -0.712724999999998, -0.3108299999999944, -0.7384649999999984, -0.3494399999999984, -0.4839900000000008, -0.7094099999999983, -0.6516899999999981, -1.112474999999995, -1.4525549999999972, -1.1348999999999951, -0.7450949999999987, -0.6936149999999977, -0.31648499999999724, 0.12031500000000594, 0.30693000000000414, 1.4254500000000039, 1.0621650000000038, 0.8642400000000039, 0.5697900000000038], [0.0, -0.5688150000000001, -1.328145000000004, -1.6013399999999975, -1.5432300000000023, -1.4806349999999997, -2.0964450000000037, -2.1699600000000006, -3.7395149999999937, -3.466319999999996, -2.8185299999999955, -2.647319999999999, -2.5135500000000004, -1.687530000000003, -1.2963599999999944, -1.8476249999999987, -2.8742999999999963, -2.0755800000000013, -2.519789999999996, -3.120389999999997, -2.7192750000000023, -2.585894999999999, -2.9138850000000067, -2.833935000000004, -2.2124700000000015, -0.33735000000000026, 0.2558400000000005, -0.7293000000000001, 0.027884999999998605, -0.5397600000000036, -0.0744900000000015, -0.432705000000001, -0.9129900000000053, -0.09242999999999935, 0.09515999999999991, 0.28079999999999994, 0.17569500000000016, 2.17347, 1.2795899999999998, 1.4402700000000006, 2.878589999999999, 2.2721400000000003, 2.0861100000000015, 2.8044900000000013, 3.3243599999999986, 2.8191149999999996, 1.6943550000000012, 2.179124999999998, 2.716349999999999, 2.7863550000000004, 3.1198050000000013, 2.6188499999999997, 3.1141499999999995, 3.3658950000000023, 1.600365000000001, 1.5007199999999985, 1.232789999999999, 0.8716500000000001, 1.2419549999999988, 0.43387500000000023, 0.49198500000000067, 0.031200000000000117, 0.5323500000000002, -1.2173850000000026, -0.7059000000000017, -0.8860799999999986, 0.255644999999999, -0.19656000000000073, -1.1859900000000032, -0.6838650000000015, -0.8445450000000034, -0.8704800000000004, -1.0270650000000032, -1.643655000000001, -1.4478749999999974, -0.33832499999999976, -0.17979000000000034, -0.7663500000000012, 0.039194999999999425, -0.2926949999999988, 0.1721849999999996, 0.8437650000000002], [0.0, 0.07994999999999891, -0.28742999999999863, -0.3866849999999995, 0.14644500000000074, -0.0881399999999994, -0.5752499999999989, -0.5592599999999986, -0.7813649999999992, -0.5204549999999996, -0.8353799999999978, -1.316835000000001, -1.1739000000000004, -1.8152549999999987, -1.2663299999999997, -1.0295999999999996, -0.7495799999999994, -1.9238699999999984, -1.7130750000000021, -1.2663299999999984, -1.0268700000000002, -1.2550199999999982, -0.9931350000000012, -0.5319599999999961, -0.3964350000000003, -0.8854949999999988, -1.3176149999999989, -1.3665599999999982, -1.3425750000000005, -1.3310699999999995, -2.1161399999999992, -2.4940499999999983, -2.301194999999997, -1.8991049999999978, -1.2608699999999988, -1.92348, -1.2008099999999993, -1.301624999999998, -1.8012149999999998, -1.4896049999999998, -0.8174399999999985, -0.7053149999999994, -0.8082749999999999, -1.65594, -1.3441349999999987, -0.6795749999999992, 0.44128500000000104, 0.0505050000000008, 0.4340700000000003, 0.0774150000000011, 0.8151000000000022, 0.8002800000000021, 1.4439750000000007, 2.036189999999999, 2.583165000000003, 2.449395000000005, 1.7511000000000025, 1.349010000000003, -0.002144999999999453, 0.46332000000000095, 0.6889350000000004, 0.9742200000000005, 0.41398500000000116, 0.8576100000000005, -0.00194999999999719, -0.22444499999999892, -0.4865249999999992, -1.3669500000000008, -0.7794149999999977, -1.2425399999999984, -0.10295999999999976, -0.8636549999999986, -0.46604999999999963, -0.6436950000000004, 0.07234499999999985, 0.616395, 1.9178250000000028, 0.8843249999999996, 1.7581199999999997, 2.083380000000002, 0.6893250000000011, 0.41203500000000204], [0.0, -0.45103500000000063, -0.6472050000000006, -1.4192099999999999, -2.269604999999998, -2.426385, -2.301974999999999, -2.4681149999999987, -1.976909999999999, -2.641080000000001, -2.1949200000000038, -1.9141200000000003, -2.259855, -1.9730100000000002, -2.378804999999996, -2.2146149999999976, -1.62747, -1.481024999999996, -0.9363900000000017, -1.5371849999999991, -2.0558850000000013, -1.9966050000000026, -1.2661349999999996, -1.438905, -1.1553749999999972, -0.770445000000001, -0.7897500000000004, -1.3191750000000015, -1.9917300000000002, -2.0414550000000014, -1.981200000000004, -2.2955400000000052, -2.3208900000000003, -2.388360000000001, -2.258294999999998, -2.228849999999998, -2.59935, -2.0141550000000006, -2.69568, -2.467919999999999, -2.326740000000001, -2.5310999999999977, -2.333564999999999, -2.1962850000000027, -1.933815000000002, -1.8525000000000023, -2.2465950000000023, -2.2118849999999988, -1.4541149999999996, -0.9018750000000001, -0.9769499999999997, -1.152449999999999, -0.3981900000000015, 0.031005000000000962, 0.03568500000000058, -0.645645, -0.6045000000000008, -0.08521499999999987, -0.37264499999999967, -0.8611199999999994, -0.5943599999999996, -0.6832800000000001, -1.0061999999999993, -1.2998699999999996, -1.4743950000000001, -1.5494699999999988, -1.4839499999999997, -1.7980950000000024, -1.0179000000000002, -0.6908850000000002, -1.5438150000000015, -1.6885049999999997, -1.7436900000000028, -1.3926900000000013, -1.2688649999999988, -1.6317599999999985, -0.3619199999999998, -0.13591499999999965, 0.028469999999999426, 0.7784399999999987, -0.06415500000000013, -0.402675], [0.0, -0.19070999999999994, 0.19265999999999894, -0.209820000000001, -0.6752849999999988, -0.36952499999999966, -0.8347950000000011, -1.0422749999999985, -1.393274999999999, -1.219334999999999, -1.87239, -2.580435000000004, -1.9849049999999997, -1.9511699999999996, -1.4691300000000018, -1.391714999999998, -1.5223650000000017, -1.3817699999999966, -0.781950000000003, -1.4312999999999965, -1.4371500000000028, -1.1547899999999978, -1.0112700000000026, -0.274169999999998, -0.8732100000000009, -0.3671850000000041, -0.002729999999999899, -1.0227750000000022, -1.5254850000000018, -1.5120299999999978, -1.5465450000000056, -1.8784349999999985, -1.8043350000000002, -1.2717900000000009, -1.6578899999999985, -1.7380350000000007, -2.412345, -1.6929899999999984, -1.9500000000000004, -1.9488299999999994, -1.4913599999999991, -1.8429449999999996, -1.245075000000002, -1.2889500000000005, -1.2659400000000007, -1.0157549999999997, -0.9213749999999985, -0.713895000000002, -0.31863000000000063, 0.36172500000000063, 0.2614949999999987, 0.624195, 1.0120499999999992, 0.6395999999999986, 0.9670049999999998, 0.1688700000000013, -0.8798400000000004, -0.7164300000000006, -1.1058450000000029, -0.7626449999999974, -0.6376500000000009, -0.4904249999999992, -0.5118749999999979, -0.48808500000000143, -0.6189299999999993, -0.6524700000000025, -1.0198500000000001, -0.819195000000001, -0.7468500000000029, -0.8433750000000018, -0.7140900000000008, -1.1801399999999986, -0.9636899999999982, -0.8306999999999993, -0.14137500000000047, 0.31512000000000007, 1.0373999999999999, 0.7837049999999993, 1.9248449999999988, 1.51593, 0.6618299999999996, 0.2911349999999999], [0.0, -0.12889500000000031, -0.26617500000000127, -0.7160400000000003, -0.8675549999999997, -1.4314950000000009, -1.8739499999999998, -1.9611149999999973, -2.4055200000000037, -2.1908250000000056, -2.153385000000001, -1.4053650000000015, -1.2296700000000018, -0.9925500000000002, -1.4537249999999986, -0.5366399999999995, -0.6103499999999987, -0.5926050000000019, -1.4660100000000011, -1.4759550000000017, -1.7616300000000011, -1.787564999999999, -1.5280200000000024, -1.2485850000000016, -1.0491000000000001, -0.08053500000000047, -0.2096250000000004, -0.6873750000000017, -1.115790000000001, -1.4868750000000008, -1.8010200000000016, -2.276234999999998, -1.672124999999998, -1.7571449999999995, -1.8530850000000023, -2.2304100000000004, -2.000310000000003, -1.735304999999999, -2.266095000000003, -1.8259800000000013, -1.7425199999999998, -1.4262300000000012, -2.187509999999998, -1.7198999999999982, -0.8000850000000012, -0.25116000000000094, -0.6304350000000002, -0.9672000000000042, -0.30205500000000063, -0.2020200000000022, 0.1364999999999985, -0.17413500000000204, -0.14391000000000154, -0.08794499999999938, 0.35509500000000016, -0.2694900000000008, -0.5998200000000004, -0.5177250000000019, -0.6378450000000003, -0.47014500000000037, -0.15600000000000047, -0.4143750000000014, -0.5044650000000012, -0.5530200000000008, -1.4227200000000004, -0.6321900000000013, -0.558675000000001, -0.4820399999999997, -0.5187000000000016, -1.0841999999999992, -0.7967700000000023, -1.3542750000000048, -1.2690599999999992, -0.8186100000000008, -0.6813299999999994, -0.3176550000000016, -0.49764000000000197, -0.3219450000000005, -0.15892500000000098, 0.0023399999999992316, -0.6072300000000005, -0.5740800000000014], [0.0, 0.3088800000000006, 0.24686999999999928, 0.2718299999999986, 0.34885500000000125, 0.08404499999999925, 0.6169800000000001, -0.48672000000000015, 0.19187999999999963, -0.8903699999999991, -0.5943599999999998, -1.2308400000000015, -1.0077600000000015, -0.7725899999999992, 0.14761500000000002, 0.2603249999999997, 0.5959199999999995, 0.43933500000000003, 0.9203999999999993, 1.1735100000000003, 1.3035750000000013, 1.586130000000001, 1.503645, 1.250535000000001, 1.2957750000000001, 1.8273449999999978, 1.2873900000000014, 0.7684949999999992, 0.05167499999999961, -0.06474000000000071, -0.1794000000000002, 0.0415349999999996, -0.6577349999999998, -1.0695750000000006, -0.7979400000000016, -1.6532100000000016, -2.066025000000001, -0.9521850000000005, -2.338050000000001, -1.9388850000000009, -2.439450000000003, -2.6469299999999967, -2.494049999999998, -2.6381550000000034, -2.329859999999998, -2.4088350000000007, -2.1652799999999996, -1.4316900000000004, -1.4342250000000027, -1.1237850000000007, -1.244295, -1.3938599999999997, -0.6048900000000009, -1.359734999999999, -1.734330000000002, -1.5910049999999991, -1.5309450000000002, -1.741935, -1.8097949999999994, -0.901485000000001, -0.27007500000000045, -1.02609, -0.8550750000000004, -1.286415, -0.05752500000000014, -0.09750000000000025, 0.17725499999999947, 0.0741000000000005, -0.4368, 0.2583749999999999, -0.6189300000000006, 0.018134999999998392, -0.12090000000000008, -0.6013799999999998, -0.4079400000000006, 0.8580000000000003, 1.9310849999999993, 1.1146200000000006, 1.085174999999999, 1.533090000000002, 1.4699100000000003, 0.9911850000000009], [0.0, -0.2650049999999994, -1.2310349999999999, -0.6778199999999994, -0.8453249999999997, -1.6194749999999984, -1.0167300000000012, -1.3026, -1.8885749999999957, -2.034629999999998, -2.931630000000003, -2.6750099999999994, -2.768804999999994, -2.2208550000000002, -2.024099999999999, -2.0297550000000015, -2.172884999999993, -2.3869950000000006, -2.70348, -3.004755000000001, -2.6475149999999985, -2.108534999999999, -1.8532799999999983, -1.953315000000001, -1.18872, -0.9909899999999974, -0.8111999999999999, -1.1481599999999985, -1.5013049999999992, -1.24254, -1.3355549999999998, -1.845089999999997, -1.751294999999997, -2.199015000000001, -1.6333199999999992, -1.9447349999999985, -1.8474300000000012, -1.6089449999999978, -1.6007549999999984, -1.158690000000002, -0.7753199999999996, -0.635700000000001, -0.7624500000000003, 0.26481000000000027, 0.3445650000000008, 0.5282550000000005, 0.9014850000000008, 0.512265000000001, 0.5272800000000014, 0.7427550000000005, 0.9783150000000007, 0.325845000000002, 0.29230500000000065, -0.021839999999999193, 0.09574500000000041, -1.384695, -1.5972450000000016, -1.8567899999999977, -1.5664349999999974, -1.19418, -1.5178799999999988, -1.31469, -0.5282549999999988, -1.8567899999999964, -1.8480150000000009, -1.7456399999999987, -1.5204149999999983, -0.8675550000000003, -0.8689199999999997, -0.8131499999999996, -0.7840949999999995, -0.8539049999999981, -0.8970000000000002, -1.1672700000000005, -0.6019650000000003, -0.32486999999999966, 0.45162000000000013, 0.5853900000000005, 0.30751499999999987, -0.22541999999999907, -0.6823049999999995, -0.4668299999999994], [0.0, -0.22386000000000061, -0.21859500000000043, -0.12518999999999955, -0.18369000000000066, -0.09437999999999995, 0.10120499999999945, -0.26812500000000017, 0.01286999999999952, -0.2067000000000019, -0.48828000000000005, -0.9092849999999996, -0.9488700000000018, -0.5949449999999988, -0.1326000000000015, 0.7733700000000004, 0.4756049999999994, 0.17764499999999878, 0.6325799999999996, 0.8806199999999995, 0.4832099999999996, 0.5528249999999987, -0.011894999999999933, 0.4403099999999993, 0.7339799999999983, 1.3166399999999991, 0.6918599999999996, 0.06980999999999911, -0.29328, -0.3252600000000004, -0.8835450000000008, -0.7679100000000004, -0.7491899999999996, -0.22093500000000038, -1.3160549999999993, -1.5091050000000008, -1.2916800000000013, -0.6988800000000004, -1.6395600000000001, -1.495065000000001, -0.7825350000000009, -1.0569000000000004, -0.7768800000000011, -1.5005249999999999, -1.2749100000000022, -0.8088600000000011, -0.4775550000000015, 0.23731499999999944, -0.21391499999999988, -0.9771450000000002, -0.3771300000000004, -0.45669000000000004, 0.09905999999999944, -0.1528800000000008, -0.42276000000000036, -1.410825000000002, -1.6847999999999999, -1.156154999999999, -1.035255, -0.7630350000000004, -0.35353500000000126, -0.6489600000000005, -0.6821099999999997, -0.09379500000000111, -0.26188500000000026, -0.4463550000000014, 0.12343499999999964, 0.4781399999999991, 0.5869500000000005, 0.08228999999999813, -0.22581000000000112, -0.820755000000001, -0.06474000000000038, -0.17316000000000004, 0.04387499999999937, 0.19148999999999966, 0.44167500000000015, 1.055729999999999, 1.1998349999999984, 0.9414600000000004, 0.59241, 0.36152999999999924], [0.0, -0.7201350000000011, -0.5475600000000014, -1.4131650000000018, -1.3985400000000014, -1.1101350000000008, -1.6329300000000007, -1.5683850000000015, -1.337505000000001, -1.9726199999999992, -1.8160350000000007, -2.031705000000003, -2.1411000000000024, -1.4724450000000031, -1.5477150000000028, -1.1274900000000003, -1.358565000000001, -2.1789300000000016, -2.089230000000001, -1.920164999999999, -2.3349299999999995, -3.2171100000000012, -2.3355150000000027, -1.8271500000000032, -1.9952400000000012, -1.4703000000000008, -1.235910000000001, -1.252875000000001, -1.691040000000001, -1.2710100000000006, -1.3889850000000021, -0.7569900000000002, -0.5249400000000011, -1.0654800000000013, -1.4020500000000014, -0.6255600000000014, -1.6239600000000012, -1.1220300000000007, -0.27183000000000035, -0.44908500000000107, 0.38219999999999843, 1.0368149999999972, 0.4024799999999976, 0.6241949999999997, 0.7872149999999997, 0.8067149999999975, 0.6704099999999996, 0.9999600000000005, 1.1857949999999993, 1.6477499999999972, 1.11306, 0.4578599999999996, 0.940679999999997, 0.1628249999999991, 0.1809599999999988, -0.8078850000000011, -0.9143550000000005, -1.0346700000000002, -0.18193500000000096, 0.16438499999999845, 0.5621850000000023, -0.12129000000000256, -0.25896000000000097, -0.7739550000000007, -0.45591000000000037, -0.5781750000000012, -0.41515500000000094, -0.7437300000000008, -0.23614500000000066, -0.021840000000000748, 0.04445999999999917, -0.5577000000000014, -0.540930000000001, -0.16867500000000074, 0.8851049999999997, 0.8096399999999991, 0.16730999999999951, -0.07059000000000093, 0.2369249999999986, -0.368160000000001, 0.12908999999999826, -0.8591700000000017], [0.0, 0.04855500000000007, 0.32292000000000076, 0.09906000000000026, -0.20786999999999983, 0.38922000000000045, 0.7220850000000006, 0.017355000000000398, -0.5415149999999986, -0.7604999999999993, -0.6885449999999982, -0.17900999999999895, -0.177255, -0.2566199999999968, 0.01911000000000168, -0.07624499999999862, 0.11543999999999938, -0.17179499999999998, 0.23556000000000185, -0.19714499999999996, 0.32876999999999934, -0.662610000000001, -0.23380499999999943, -0.1977299999999989, 0.19266000000000075, 0.21430500000000036, 0.29386500000000015, -0.2895750000000005, -0.5346899999999994, -0.21761999999999998, -0.4984199999999995, -0.4338750000000003, -0.8301149999999995, -0.5471700000000006, -0.25778999999999924, -0.3806399999999997, -0.8180250000000016, -0.7747350000000022, -1.0547550000000012, -1.3162500000000024, -0.22971000000000025, -0.2501850000000007, -0.054599999999999094, -0.2747549999999999, 0.2400450000000001, 0.5415149999999999, 1.1296350000000002, 1.1686350000000005, 0.9188400000000001, 0.8170500000000005, 1.2764700000000004, 1.0344750000000003, 1.5229499999999998, 1.8798, 1.0894650000000015, 1.0175100000000008, 0.7080450000000003, 0.25291500000000017, 0.7486050000000011, 0.36094500000000007, -0.04777499999999946, 0.303810000000001, 0.17647499999999994, 0.2973750000000013, 0.2609100000000003, 0.6501299999999997, 0.536055, 0.6717749999999998, 0.29503499999999955, 0.06981000000000004, -0.27728999999999965, -0.07487999999999995, 0.23341500000000026, 0.1716000000000007, 0.36347999999999975, 0.7784399999999996, 1.1107200000000004, 0.9911850000000006, 1.06899, 1.3823549999999978, 1.1423099999999993, 1.1557650000000002], [0.0, -0.3443699999999992, 0.015600000000000502, -0.8437650000000005, -0.7710299999999972, -0.028274999999998274, 0.17686500000000083, 0.4875000000000004, 0.2687099999999998, -0.12167999999999912, -0.5019299999999973, -0.7940400000000047, -0.5873400000000033, -0.5612100000000002, -0.24647999999999648, -0.3628950000000031, -0.20981999999999812, 0.07039499999999976, 0.1409850000000017, 0.015404999999998337, -0.3556799999999991, 0.013260000000001826, -0.04114500000000021, -0.13942500000000058, 0.047580000000000844, -0.056939999999998436, -0.11056500000000025, 0.034125000000000405, -0.6122999999999987, -0.5600399999999999, -1.310790000000001, -1.3507649999999976, -0.5953350000000002, -0.4999799999999981, -1.0079550000000002, -0.90831, -1.796924999999996, -2.0494499999999967, -1.9223100000000033, -1.180529999999999, -0.9627150000000018, -0.6955650000000009, -0.832064999999997, -1.5785249999999993, -0.7700549999999988, -1.0013250000000011, -0.5610150000000007, -0.6975150000000025, -0.3607499999999979, -0.3617249999999965, -0.38181000000000376, -0.4096949999999986, -0.32252999999999665, -0.8981699999999952, -1.0920000000000025, -1.384109999999999, -0.9884549999999999, -0.919619999999999, -1.0395449999999988, -0.8741849999999995, -0.8069099999999982, -0.9948900000000009, -1.2563849999999979, -0.8490299999999997, -0.8427899999999986, -0.008969999999998812, 0.012285000000000768, 0.16672500000000023, 0.5662800000000003, -0.08326499999999903, 0.21216000000000024, 0.0072150000000004155, 0.01988999999999974, 0.26169000000000087, -0.21215999999999924, 0.2743650000000012, 0.43660500000000124, 0.40813500000000014, 0.18622500000000008, 0.1528800000000008, 0.548145, 0.80301], [0.0, 0.9133800000000016, 0.9595950000000005, 1.7161950000000008, 2.0703150000000026, 2.267265000000002, 3.572400000000005, 3.6332400000000042, 4.4151900000000035, 4.910295, 4.817280000000004, 5.600790000000002, 5.557695000000004, 6.55999500000001, 6.370455000000005, 7.56853499999999, 8.782215000000011, 8.381879999999995, 8.742825, 9.172799999999995, 8.900775000000003, 8.787480000000015, 8.703629999999999, 7.325954999999997, 6.440265000000002, 5.831865000000004, 5.405204999999999, 4.912440000000002, 2.6638949999999992, 2.735070000000002, 1.8739500000000033, 0.1329900000000015, -0.9880649999999971, -2.253419999999995, -3.948944999999999, -4.59615, -5.148975000000002, -6.7807349999999875, -8.144759999999982, -9.786075000000006, -10.428989999999988, -11.30512500000001, -11.452349999999987, -12.14323499999999, -10.95275999999999, -11.959545000000006, -11.178569999999995, -10.801050000000005, -11.483550000000003, -10.100219999999986, -9.638849999999987, -9.531404999999985, -9.089925000000015, -9.179624999999975, -8.427314999999993, -6.247214999999999, -4.590689999999995, -4.958264999999999, -4.682340000000002, -3.006510000000002, -3.8013299999999925, -2.860844999999996, -2.6878799999999985, -1.223234999999999, -0.360750000000001, -0.5508749999999984, 0.8418150000000018, 0.915915, 1.6766099999999986, 1.9232850000000021, 1.1592750000000014, 1.9860750000000036, 1.3983450000000004, 2.151435000000003, 2.1744450000000057, 1.769235000000001, 2.2099350000000015, 2.3164050000000005, 2.1303749999999995, 2.533635000000001, 1.7922450000000052, 2.1379800000000055], [0.0, 0.6401849999999998, 0.45961499999999766, 0.4945199999999994, 0.9129899999999984, 0.6667050000000014, 0.7218899999999993, 1.118324999999998, 1.7111249999999996, 0.7796100000000021, 0.2802149999999979, 0.7661549999999948, 0.6134700000000024, 0.7357349999999965, 0.5450250000000016, 0.5875349999999975, 0.5054400000000003, 0.6546149999999953, 0.5990400000000002, 0.605670000000001, 0.7562099999999998, 0.552435, 0.5797350000000008, 0.3164849999999977, 0.8221199999999993, 1.6303949999999998, 1.3119599999999996, 1.1530349999999996, 0.9387299999999996, 0.6643649999999988, 0.4781399999999987, 0.733785000000001, 0.5770050000000011, 1.307279999999999, 1.3168349999999989, 0.7417800000000001, 0.2642250000000004, 0.041340000000000376, -0.18876000000000115, 0.16282499999999844, 0.18505499999999975, 0.11154000000000108, 0.5420999999999994, 0.45552000000000104, -0.18466500000000385, 0.31726500000000035, 0.38356500000000127, 0.3217500000000002, 0.37225500000000045, 0.13318499999999833, 0.4492799999999981, -0.22619999999999862, -1.3835249999999975, -1.2520950000000002, -1.179945000000001, -1.8078450000000008, -1.4045850000000044, -1.5190500000000022, -1.0463699999999987, -0.6017700000000024, -1.1957400000000007, -0.9734399999999965, -1.1093550000000052, -0.6530550000000019, -0.7959899999999958, -0.13533000000000106, 0.3297449999999995, 1.0740600000000002, 1.1994450000000003, 1.2817349999999998, 0.8513699999999982, 0.34710000000000085, 0.9794849999999957, 1.6764149999999989, 1.3517400000000004, 1.7325749999999989, 1.4445599999999978, 1.4441699999999997, 0.7979399999999992, 0.35353500000000126, 0.6060599999999967, 0.768494999999999], [0.0, 0.24082499999999957, 0.7833149999999992, 0.6727499999999992, 1.232594999999999, 1.1581049999999986, 1.2673049999999995, 1.2310349999999992, 0.7160399999999996, 1.205684999999999, 0.5436600000000003, 0.6809399999999992, 0.2667599999999995, 0.8813999999999995, 0.9909899999999987, 0.7489950000000003, 0.5561399999999977, 0.8657999999999992, 0.6353099999999986, 0.5846099999999989, 0.6819149999999997, 0.41963999999999857, 0.007604999999998752, 0.024179999999998647, 0.31609499999999896, 0.8115900000000001, 0.7226699999999994, 0.832649999999999, 0.7616699999999996, 0.559649999999999, 0.13864499999999907, 0.18583499999999925, 0.2655900000000002, 0.2885999999999996, 0.05927999999999867, -0.490425, 0.23555999999999966, -0.1706250000000008, -0.7365149999999995, -0.4268550000000012, -0.6083999999999995, -0.23575500000000094, 0.503879999999999, 0.677234999999999, 0.5428799999999996, 0.6374549999999989, 0.6553949999999994, 0.5721299999999991, 0.4093049999999995, 0.19909499999999886, -0.5526300000000018, -1.0028850000000027, -1.3201499999999995, -0.41398500000000094, -1.0056150000000028, -0.9090900000000003, -1.0672350000000037, -1.1046750000000007, -0.37498500000000035, -0.28080000000000194, 0.30907499999999877, 0.25505999999999907, 0.2755349999999991, 1.0210199999999994, 1.0344749999999994, 0.9272249999999989, 0.7415849999999994, 0.7090199999999993, 1.2125099999999995, 1.2805649999999993, 0.9391199999999992, 0.25544999999999973, 1.0028849999999996, 2.0055749999999994, 1.2821249999999997, 1.1350949999999993, 0.7694699999999985, 0.5058300000000002, 0.30068999999999907, 0.3587999999999991, 0.5073899999999997, 0.5477549999999997], [0.0, 0.3506100000000063, 0.08560500000000215, 0.3634799999999967, 0.7456800000000006, 1.0093200000000024, 0.7831200000000018, 0.6520800000000002, 0.15931500000000254, -0.10607999999999951, -0.381420000000003, -0.48788999999999927, -0.17433000000000343, 0.2948400000000042, 0.42295500000000574, -0.41632500000000405, -0.026324999999993715, -0.2456999999999976, -0.21664499999999354, -0.28352999999999673, -0.41144999999999676, -0.8045699999999969, -0.49042499999999833, -0.027884999999997717, 0.5288400000000026, 0.7183800000000011, 1.271205000000003, 1.6530150000000028, 0.8147100000000032, 0.9837750000000005, 0.6199050000000024, 0.41866500000000184, 0.6821100000000002, 0.6628050000000023, 1.303185000000002, 1.1136450000000018, 0.613275000000002, 0.6429150000000012, 0.7074600000000024, 0.9188400000000014, 0.9767550000000029, 1.0771799999999998, 1.422720000000002, 1.765920000000002, 1.6865550000000022, 1.9579950000000013, 1.2386400000000015, 1.4092650000000018, 0.8971950000000011, 0.27436500000000263, 0.2509650000000032, -0.6637800000000014, -0.7138949999999955, -1.074449999999997, -1.2760800000000008, -1.7801549999999984, -1.5646799999999983, -2.0051849999999978, -2.160794999999997, -2.0687549999999937, -1.534454999999995, -1.874924999999998, -1.6411200000000017, -1.209779999999999, -0.795404999999997, -0.2743649999999964, 0.10413000000000161, -0.15502499999999886, -0.07371000000000061, 1.1208600000000013, 0.6249750000000014, 0.09009000000000067, 0.7589400000000013, 1.1750700000000012, 1.6376100000000022, 1.5073499999999997, 1.2304500000000012, 0.37420500000000123, 0.27202500000000285, 0.5366400000000029, 0.2039700000000022, 0.6300450000000015], [0.0, 0.4826250000000005, 0.44148000000000476, 0.30712500000001075, 0.5029049999999948, 0.10900500000000601, 0.67821, 1.740765000000002, 0.5791500000000092, -0.28840499999999647, -0.4592249999999902, -1.081664999999988, -0.02301000000000597, -0.16516499999999912, -0.930734999999995, -0.5752499999999965, -0.9753900000000058, -1.0834199999999958, -1.5746249999999984, -1.0814699999999973, -0.743144999999994, -0.608399999999996, -0.5760299999999967, -0.8158799999999995, -0.7162349999999962, 0.460785, 1.068015000000003, 0.921960000000003, 1.185014999999999, 0.9126000000000039, 1.1339250000000012, 1.853865000000003, 2.207205000000003, 1.6547700000000032, 1.761045000000003, 3.095040000000003, 3.9460200000000034, 3.383835000000006, 3.580590000000005, 3.0983550000000037, 3.394170000000003, 4.303650000000004, 4.048200000000003, 4.307940000000004, 4.558125000000004, 4.379700000000003, 3.747510000000004, 3.187275000000005, 4.2038100000000025, 3.532620000000003, 2.6849550000000026, 2.1138000000000026, 1.4944800000000034, 2.1346650000000027, 1.3655850000000007, 0.27885000000000204, 0.1365000000000034, 0.6214650000000024, 1.0315500000000024, -0.04172999999999716, 1.2792000000000043, 0.13435499999999978, 0.4486950000000043, 0.7353450000000037, 0.3047850000000074, 0.6115200000000041, -0.470729999999993, 0.31005000000000127, 1.1366550000000022, 1.0305750000000033, 0.8067150000000027, 0.4754100000000001, 1.6087500000000028, 1.8207150000000012, 1.9256250000000024, 1.4747849999999976, 0.7768800000000051, 0.8519550000000073, 0.4746300000000052, 0.09106499999999995, 0.5323500000000023, 0.6298500000000042], [0.0, 0.783314999999999, 1.0149750000000008, 1.405170000000003, 1.2776400000000014, 0.9833849999999995, 0.771810000000001, -0.18856500000000148, -0.18505500000000352, -0.5795400000000032, -1.273155000000005, -1.355444999999998, -1.2324000000000028, -0.8121750000000048, -0.9673950000000023, -0.7216949999999994, -0.9562799999999976, -0.9149399999999995, -1.7514899999999995, -1.1900849999999994, -1.0044449999999991, -0.5976750000000001, -0.8240699999999997, -0.4728749999999997, -0.05030999999999909, 0.7291050000000002, 0.8285549999999984, 1.3536900000000032, 0.9516000000000007, 0.9215700000000029, 0.9629099999999988, 0.5323500000000021, 0.710970000000002, 0.16399499999999959, 0.33871499999999954, 0.8776949999999992, 1.565850000000001, 2.1699600000000063, 2.2777949999999993, 1.3308750000000023, 1.4517750000000034, 0.6419400000000022, 0.986699999999999, 1.0028850000000025, 1.0506600000000026, 0.9603750000000033, 0.17316000000000378, -0.19753499999999954, -0.7591349999999991, -1.1783849999999976, -1.409654999999999, -1.9833449999999995, -2.6857350000000006, -2.201159999999999, -3.2576699999999987, -3.3565350000000036, -3.6287549999999995, -3.5449049999999995, -3.0509700000000004, -2.6769599999999976, -3.1808400000000003, -3.0379049999999994, -2.918955000000002, -2.711669999999999, -2.541824999999996, -1.5001349999999984, -1.7569499999999982, -1.3743600000000014, -0.24219000000000063, -0.7860450000000002, -0.3371549999999999, 0.09282000000000054, 0.23731500000000086, 0.6787949999999996, 1.1737050000000004, 0.5434649999999994, 0.03529500000000074, -0.3779099999999983, -0.5313749999999994, -0.3650400000000003, -0.2985449999999989, -0.4974449999999997], [0.0, 8.455200000000028, 25.224810000000033, 30.511845000000008, 31.659809999999993, 32.024849999999994, 34.71273000000001, 34.36192500000001, 33.673575000000014, 35.002695, 30.700019999999988, 28.532790000000006, 27.54374999999999, 32.440005, 35.96580000000002, 32.61082500000002, 33.26309999999999, 32.86296000000001, 38.65543500000002, 34.64623500000002, 29.42257499999999, 31.13799000000001, 35.24020500000001, 30.879810000000013, 26.451165000000014, 27.296100000000003, 35.911004999999996, 35.05456500000001, 28.173990000000007, 23.67534000000001, 21.345870000000005, 27.05020500000001, 25.74975000000001, 22.438845000000025, 20.583615000000005, 17.846985000000007, 19.064175000000006, 18.55327500000002, 18.696405000000006, 17.337839999999993, 18.364905, 10.51147499999999, 6.248190000000001, 10.052640000000014, 20.59902000000004, 29.336385, 34.25370000000006, 31.416645000000013, 23.811840000000025, 25.75443000000002, 35.45295, 39.65773500000002, 30.822285000000015, 28.41793500000001, 23.349689999999995, 23.185305000000014, 24.59145000000003, 15.87241500000001, 10.711350000000014, 4.265040000000006, 5.912400000000009, 15.055365000000005, 26.95991999999999, 35.24040000000004, 37.28770500000002, 36.63893999999999, 45.00268500000003, 46.70113500000001, 48.154665000000044, 51.09604500000004, 51.32848500000004, 52.646099999999976, 50.04382500000004, 45.851910000000004, 45.23414999999997, 45.095894999999985, 40.156545, 37.31559000000002, 37.72294500000004, 27.79939500000004, 18.119205000000015, 9.389444999999998], [0.0, 1.4851199999999967, 2.301000000000001, 2.2971, 1.9342049999999946, 2.155140000000004, 1.7934149999999973, 2.4324300000000014, 2.5289549999999994, 2.3043149999999946, 1.5256800000000035, 0.6152249999999944, 0.9621299999999926, 1.1175449999999971, 1.3501800000000013, 1.1101349999999957, 0.33364499999999087, 0.6208799999999983, 0.3439800000000015, 0.8492249999999992, 0.04387500000000877, 0.8264099999999961, 0.037829999999995145, 0.6115199999999952, 0.49315500000000023, 2.829645000000001, 2.128619999999998, 2.751059999999998, 3.4918649999999984, 2.836469999999998, 3.723135, 3.5612849999999994, 2.9848649999999983, 3.693299999999999, 3.2812650000000008, 3.4138649999999977, 5.465849999999996, 6.182865000000005, 6.101744999999999, 6.636239999999998, 6.5428349999999975, 5.954909999999997, 5.320769999999997, 5.122065000000003, 4.218240000000001, 4.241054999999999, 3.5084399999999976, 3.0158699999999987, 3.6786749999999984, 3.5316449999999984, 3.4396050000000002, 2.4002549999999974, 1.8546449999999979, 2.7032849999999993, 1.7380349999999978, 0.7335899999999995, 1.0134149999999993, 0.46273499999999856, 0.38239499999999627, 2.027219999999999, 1.4802449999999974, 1.0756199999999998, 1.137434999999995, 1.0625550000000024, 0.9227400000000006, 1.3571999999999989, 1.7436899999999977, 1.184235000000002, 1.4318849999999963, 1.6727099999999995, 1.481805, 2.0289749999999986, 1.883504999999999, 1.5531749999999969, 1.5828150000000019, 1.224989999999992, 1.8160349999999976, 1.5274349999999997, 2.170349999999999, 1.6545749999999946, 1.0335000000000036, 1.609919999999998], [0.0, 1.1893050000000036, 0.5633550000000058, 0.5832450000000042, 0.6852300000000042, 0.8453249999999959, 1.016340000000008, 0.8180250000000036, 0.9018749999999982, 1.7241900000000094, 1.7177550000000013, 1.3636350000000057, 1.7702100000000036, 1.2483900000000032, 0.44752499999998996, 0.9219600000000003, 1.3063050000000005, 0.3377399999999975, 0.18232500000000718, 0.37050000000000427, 0.31394999999999884, 0.20046000000000586, -0.13708499999999546, 0.9831899999999973, 2.0730450000000014, 1.8883800000000028, 2.826720000000001, 1.524899999999998, 2.3669100000000016, 2.6332800000000023, 2.4655800000000028, 3.6018450000000013, 2.898480000000001, 3.29823, 3.85515, 4.201470000000001, 4.430205000000002, 4.226039999999999, 4.697355000000001, 5.140590000000001, 4.1558399999999995, 4.062825000000005, 3.823755, 3.3618000000000006, 2.3622300000000007, 2.5702950000000007, 2.9090099999999994, 2.605785, 2.6929500000000015, 3.0373200000000002, 2.389920000000001, 1.957800000000001, 1.9244549999999996, 0.6224400000000014, 1.187355000000002, 0.7737600000000011, 0.4007249999999982, 0.0850199999999961, -0.10393499999999278, 0.8016449999999984, 1.062945000000001, 0.7745399999999987, 0.6232200000000021, 1.1155950000000048, 0.9802650000000015, 1.0471500000000011, 1.0955100000000035, 0.6791850000000044, 0.08072999999999864, 0.11895000000000255, -1.2751050000000035, -0.03919499999999676, 1.1255400000000044, 0.615225000000005, 1.368510000000001, 1.1809199999999986, 0.7382700000000022, 0.9687600000000014, 0.6382350000000008, 0.9391200000000013, 0.6210749999999998, 1.1019449999999975], [0.0, -0.1684800000000013, -0.5686200000000017, -0.6374549999999997, -0.8837400000000017, -0.9053850000000008, -0.9492600000000007, -0.946530000000009, -0.7601100000000067, -1.0175100000000037, -1.5972450000000027, -1.2433200000000042, -1.0405200000000052, -0.3162899999999995, -0.4625400000000055, -0.7932599999999983, -0.637260000000003, -0.8359650000000003, -0.9580350000000006, -1.1099400000000044, -1.0348649999999973, -1.9720350000000022, -0.023985000000004142, 0.6345299999999958, 1.314884999999998, 2.4466649999999976, 2.7048449999999975, 2.2541999999999973, 2.355794999999996, 3.5751300000000006, 2.808584999999998, 2.190434999999997, 1.919969999999997, 2.7442349999999998, 3.526574999999998, 3.3926100000000026, 3.3538049999999937, 3.6186149999999966, 4.073939999999996, 3.2414849999999946, 3.619980000000002, 2.769389999999994, 2.5899899999999993, 1.896959999999999, 1.833584999999998, 1.9566299999999963, 1.7370599999999983, 1.7524649999999993, 0.9605699999999965, 0.3999449999999979, 1.2731549999999956, 1.1684399999999984, 1.1674649999999955, 1.0955099999999962, 0.44264999999999755, 1.3558349999999972, 1.066844999999998, 0.915524999999997, 0.5422949999999988, 0.9572549999999972, 1.4453399999999985, 0.33208499999999763, 0.2478449999999952, -0.2230800000000004, -0.4894500000000026, 0.6840599999999979, 0.1920749999999979, 0.22171499999999822, 0.13883999999999697, -1.0834200000000003, -0.4174950000000004, -0.9445800000000051, -0.12421500000000174, -0.010335000000000427, 1.1235899999999988, -0.5231849999999998, 0.0822899999999982, -0.24375000000000324, -0.6569550000000006, -0.7985249999999982, -0.1825199999999998, -0.05791500000000149], [0.0, -0.12518999999999925, 0.08541000000000087, 0.28470000000000206, 0.38512500000000305, 0.9404850000000009, 0.5107050000000002, 0.7057050000000029, 1.0976550000000023, 0.761865, 0.6764550000000016, 0.3547049999999998, 0.6208800000000014, 0.5473650000000023, 0.17979000000000034, 0.9192299999999993, 0.8749650000000014, 0.454935000000003, 0.7092150000000003, 0.8794500000000015, 0.09788999999999914, 0.7320300000000008, 0.39663000000000037, 1.0787400000000003, 1.7050800000000015, 1.6551600000000013, 1.041885000000001, 0.7946250000000015, 0.8593650000000007, 0.3160949999999999, 0.7433400000000018, 0.34593000000000074, 1.4416350000000004, 1.3045500000000005, 1.5793050000000015, 1.4899950000000006, 2.3940150000000022, 1.9558500000000025, 2.623335, 2.4417900000000037, 2.1309600000000013, 2.394795000000001, 1.2912900000000032, 1.7392050000000032, 0.9675900000000015, 1.165515000000001, 1.730235000000002, 1.8782400000000021, 1.5042300000000022, 1.5145650000000015, 1.961895000000002, 1.196715000000002, 0.6548100000000022, 1.018485000000003, 0.38317500000000126, 0.3968250000000021, 0.6253650000000017, 0.8486400000000012, 0.8425950000000022, 1.1095500000000014, 0.6756750000000018, 0.32487000000000044, -0.5820749999999975, 0.2675400000000022, 0.23887500000000095, -0.33500999999999914, 0.7269600000000007, -0.5337149999999999, -0.020669999999997746, -0.6366749999999974, -0.9482849999999947, -0.5873399999999984, 0.3079050000000014, 0.8763300000000008, 0.5352750000000015, 0.6507149999999993, -0.07351500000000022, -0.1610699999999985, -0.12050999999999545, 0.04056000000000215, 0.594750000000001, 1.029210000000001], [0.0, 0.4436249999999957, -0.10725000000000273, 0.03159000000000245, -0.1300650000000021, -0.42997500000000466, -0.8890049999999947, 0.12538500000000075, -0.3570449999999994, -0.05109000000000119, 0.33598499999999665, 0.3414450000000011, 0.09203999999999835, 0.9438000000000001, 0.597090000000001, 1.0693800000000007, 1.1506949999999998, 1.1265150000000008, 0.883545, 0.8714550000000009, 0.7505550000000013, 0.851174999999998, 1.3135200000000005, 2.0786999999999995, 2.2561499999999994, 3.019574999999999, 3.1617299999999995, 3.2506500000000003, 2.85675, 2.3606700000000003, 1.9328399999999997, 2.711669999999999, 2.7797249999999982, 3.2481149999999985, 3.1773299999999995, 3.2052149999999955, 3.207749999999999, 3.4520849999999967, 4.1219100000000015, 3.7865100000000047, 3.2896500000000004, 3.5544599999999953, 2.043600000000001, 2.0219549999999993, 1.8318299999999992, 1.9583849999999998, 1.7828850000000003, 2.2212450000000006, 1.6851899999999995, 1.7013749999999996, 1.28271, 0.9588149999999982, 1.0629449999999996, 0.8626800000000007, 0.6033300000000001, 0.6776250000000005, 0.6076199999999994, 0.7218899999999989, 0.9408749999999994, 1.613625, 1.8739500000000004, 1.3482299999999996, 1.1760450000000007, 1.207635, 1.2000300000000004, 1.0588499999999996, 0.4734600000000009, -0.11212500000000158, -0.3155100000000013, -0.6273149999999972, -0.7174050000000034, -0.08697000000000066, 0.7659599999999989, 0.92859, 0.8851050000000023, 0.8995349999999982, 0.30068999999999857, 0.3127799999999987, 0.26403000000000065, 0.5791500000000016, 0.38999999999999946, 0.9851400000000002], [0.0, 0.6341399999999995, 0.48925499999999866, 1.4808299999999917, 2.103074999999999, 0.734759999999997, 0.5376150000000015, 0.7437299999999971, 1.0233599999999985, 0.33032999999999735, 0.07780499999999879, -0.11817000000000322, -0.4112550000000019, -0.35217000000000587, 0.21176999999999202, 0.4299750000000011, 1.0514400000000017, 0.9742199999999963, 0.9707100000000004, 1.4864849999999972, 1.2756899999999987, 0.3049800000000027, 0.8603399999999968, 1.2374699999999983, 1.764944999999997, 2.3914799999999996, 1.964819999999996, 2.104634999999999, 1.6565249999999994, 1.1590799999999963, 1.4295449999999963, 1.9474649999999984, 2.493464999999997, 3.2442149999999983, 3.8506649999999993, 3.211454999999998, 3.069494999999999, 2.7415049999999987, 2.9415749999999976, 3.9729299999999994, 3.2582549999999983, 3.0675449999999977, 2.1908249999999994, 1.9733999999999987, 2.3269349999999993, 2.065829999999997, 2.1282299999999976, 2.016104999999998, 2.5525499999999983, 2.3522849999999984, 2.4094199999999986, 1.844699999999997, 1.934984999999998, 1.2540449999999974, 1.2957749999999963, 0.6251699999999958, -0.02203500000000158, 0.3644550000000004, 0.44869499999999984, 0.907140000000001, 1.5830099999999983, 1.1128649999999989, 1.1815049999999996, 1.0268699999999988, 0.11914499999999961, 0.11543999999999688, 0.19012499999999877, -0.12772500000000253, -1.0557300000000014, -1.1879399999999976, -0.6509099999999997, -0.6023550000000042, 0.4194449999999934, 1.0143899999999983, 0.35743500000000106, 0.324869999999994, 0.32779499999999695, 0.39974999999999916, -0.350025000000004, -0.2936700000000001, 0.18349499999999663, 0.42158999999999835], [0.0, 0.1741350000000006, 0.6284849999999946, 0.20592000000000388, 0.7209150000000006, 0.5699849999999977, 1.142894999999993, -0.007410000000005468, 0.25915499999999714, -0.36406500000000186, 0.03919499999999276, 0.06434999999999569, 0.07780499999999746, 0.5900700000000008, 1.1836499999999992, 1.465229999999997, 2.0437949999999985, 2.005574999999995, 2.933189999999996, 2.4887850000000005, 3.0714449999999958, 2.8934099999999967, 2.7771899999999947, 2.452124999999996, 4.324709999999997, 4.377749999999997, 3.7139699999999953, 3.3479549999999945, 3.4877699999999963, 2.3353199999999967, 1.841189999999995, 0.9980099999999972, 1.4677649999999982, 2.2916399999999966, 2.8384199999999966, 2.389529999999996, 3.3315749999999964, 2.921489999999996, 2.9152499999999955, 3.3619949999999967, 3.779489999999996, 2.3374649999999972, 1.0838099999999962, 0.7392449999999955, 0.429584999999999, 1.1760449999999967, 1.8680999999999963, 1.844309999999995, 1.640534999999998, 2.580044999999997, 2.4371099999999957, 3.372134999999997, 2.972774999999996, 3.1186349999999976, 2.740139999999996, 2.8183349999999967, 2.5589849999999954, 2.8789799999999968, 3.139109999999995, 3.903899999999998, 4.561439999999997, 3.206579999999996, 3.2364149999999956, 2.7621749999999956, 2.3008049999999947, 1.9108049999999948, 1.422329999999997, 1.4825849999999958, 0.6355049999999944, 0.5814899999999947, 0.45220499999999486, 0.7318349999999905, 2.2397699999999965, 2.517059999999997, 1.9449299999999954, 1.500719999999995, 1.348034999999994, 0.9264449999999962, 0.41671500000000217, 1.0342799999999945, 2.085915, 1.2669149999999956], [0.0, -0.5510699999999965, -0.2800200000000018, 0.2609099999999997, 0.09906000000000137, -0.15034499999999662, -0.2983499999999989, -0.37907999999999664, -1.165709999999999, -0.8628749999999991, -1.2924599999999944, -1.2920699999999998, -0.6651449999999993, -0.13786499999999768, 0.3371550000000022, 0.5596500000000022, 0.5056350000000018, 0.8418150000000019, 1.1906700000000026, 0.1536600000000009, 1.0219950000000009, 1.3217100000000013, 0.40579500000000346, 0.9176700000000015, 0.9303450000000018, 1.5200250000000017, 0.6559800000000021, -1.1335349999999993, -1.0046400000000002, -1.7097600000000002, -1.6493100000000003, -1.3876199999999987, -0.5110949999999957, 0.46410000000000107, 1.2378600000000008, 0.3242850000000008, 0.18057000000000123, 0.6419400000000028, 0.30049500000000146, 0.6343350000000018, 1.5424500000000023, 0.9730500000000004, 1.2801750000000025, 0.5021250000000025, 0.909285000000003, 0.530985000000001, 1.5687750000000014, 1.7899050000000036, 1.761045000000002, 1.6723200000000014, 1.5670200000000012, 1.9474649999999993, 1.1877450000000018, 1.0481250000000024, 0.42880500000000166, 1.2520950000000015, 0.2509650000000025, 0.21918000000000204, 0.34203000000000194, 0.5863650000000018, 0.8322600000000019, 0.45259500000000197, -0.23770499999999883, 0.3917550000000019, -0.029249999999999, 0.0653250000000023, -0.5660849999999978, -0.18290999999999935, -0.725594999999999, -0.48476999999999915, -0.7893599999999973, 0.31629000000000207, 0.47053500000000115, 0.4756050000000027, 1.1887200000000016, 0.0399750000000032, -0.26461499999999893, -0.9976199999999963, -0.9276150000000004, -0.42529500000000053, 0.09204000000000345, 0.0009749999999997261], [0.0, 0.0686400000000007, -0.1684799999999944, 0.2086500000000049, 0.500175000000008, 0.9030450000000039, 1.107600000000005, 0.7404150000000032, 0.4642950000000021, -0.01813499999999868, -0.0066299999999985815, -0.5576999999999916, -0.5216249999999962, 0.08521500000000026, 0.2408250000000054, 1.0881000000000056, 1.6580850000000045, 1.4872650000000027, 1.9232850000000052, 2.0172750000000055, 2.232555000000004, 1.9188000000000036, 2.1171150000000045, 2.6252850000000043, 2.444130000000004, 2.482740000000004, 2.345070000000004, 1.6300050000000048, 1.2554100000000017, 0.3205800000000054, 0.005460000000002907, 0.38337000000000954, -0.03627000000000047, 0.4048200000000066, 1.1011650000000033, 1.0496850000000035, 1.1294400000000036, 0.9808500000000044, 0.9346350000000034, 1.715025000000005, 1.6832400000000036, 1.518660000000004, 0.41145000000000653, 0.3525600000000031, 0.3814200000000061, 0.2330250000000076, 0.8262150000000064, 0.8100300000000054, 1.0738650000000047, 1.3482300000000043, 1.2400050000000036, 1.0996050000000057, 1.1928150000000048, 1.0906350000000038, 0.7072650000000062, 0.7248150000000053, 1.5340650000000033, 1.9634550000000037, 1.542840000000003, 1.6672500000000043, 2.328885000000005, 1.9110000000000043, 1.8185700000000047, 1.3051350000000033, 0.8225100000000056, 1.2452700000000045, 0.6366750000000048, -0.011894999999993772, 0.062010000000001675, 0.1522950000000005, 0.5126550000000072, 0.8020350000000052, 1.063725000000005, 2.1292050000000042, 1.7737200000000044, 1.5239250000000037, 0.9672000000000054, 0.7068750000000041, 0.957450000000003, 1.0434450000000042, 0.6218550000000027, 0.6743100000000055], [0.0, -0.5580899999999955, 0.40423500000000345, 1.0395450000000035, 0.9313200000000006, 0.46683000000000163, 0.3412500000000045, 0.305565000000001, 0.6019650000000021, 0.6522750000000057, 0.20299499999999915, -0.0557699999999981, 0.4958850000000026, 0.8201700000000016, 1.5483000000000038, 2.731755000000003, 1.7444700000000037, 1.5210000000000021, 1.8263700000000047, 2.208765000000003, 2.153775000000003, 2.2725300000000024, 2.7904500000000025, 2.7352650000000027, 3.1473000000000035, 1.955655000000003, 2.258685000000003, 1.6188900000000037, 0.809639999999999, -0.31745999999999697, -0.4888650000000001, -1.1235899999999965, -0.6897149999999992, 0.1563899999999987, 0.11953499999999861, -0.06863999999999981, -0.2786549999999961, -0.011894999999999545, 0.03665999999999903, 0.773955000000004, 0.10822500000000224, -0.10607999999999373, -0.08228999999999553, -0.19948500000000058, 0.19616999999999996, -0.6592949999999931, 0.061230000000005, -0.30381000000000125, 0.2449200000000018, 0.4005300000000034, 0.4527900000000038, 0.2519400000000047, -0.11992499999999451, 0.07429499999999978, -0.4266599999999974, -0.005069999999997243, 0.9746100000000035, 0.9599850000000019, 1.0590450000000002, 1.0937550000000003, 0.6770400000000034, 0.7544550000000019, 0.6325800000000033, 0.9812400000000023, 0.6520799999999982, 0.47014500000000314, 0.5068050000000044, -0.6495449999999967, -0.8195849999999956, 0.1244099999999988, 0.5941650000000036, 1.1360700000000035, 1.265160000000003, 1.3123500000000017, 1.5582450000000037, 1.5210000000000017, 1.1785800000000028, 0.878865000000002, 0.6238050000000037, -0.13084499999999943, 0.6421350000000037, 0.6095700000000006], [0.0, -0.3012750000000046, -0.21157500000000096, -0.37693500000000024, -0.8346000000000038, -0.4802850000000014, -0.20182500000000303, -0.24882000000000226, -0.735734999999998, -1.0648949999999997, -1.1267099999999994, -1.0508549999999997, -1.4699100000000007, -0.048945000000001126, 0.15658500000000108, 0.15600000000000125, 0.13961999999999875, 0.3447600000000006, 0.6130799999999994, 0.6222450000000017, 0.9262500000000019, 1.0516349999999992, 0.7174050000000021, 0.7316400000000012, 0.9504300000000003, 1.082055000000001, 0.35568000000000066, -0.009554999999999536, -0.059085000000001164, -0.10900499999999758, -0.6238049999999979, -0.7583549999999992, -0.7396350000000009, -0.49159500000000045, -0.42607499999999976, -0.7957949999999971, -0.3168749999999989, -0.4100849999999987, -0.3595800000000011, -0.29484, -0.8798399999999977, -0.06044999999999945, -0.4432350000000007, -0.6782099999999998, -0.3847350000000025, -0.5623800000000008, -0.8501999999999998, -0.0852149999999996, -0.23770499999999783, -0.352169999999999, 0.09866999999999915, -0.33033000000000046, -0.32447999999999944, 0.10061999999999949, -0.01794000000000029, -0.008580000000000254, 0.41515500000000105, 0.027495000000000047, 0.2061150000000005, 0.5058299999999993, 0.6957600000000005, 0.43075499999999867, 0.2533050000000001, -0.18837000000000037, -0.2082599999999981, -0.5495099999999986, -0.9623250000000019, -0.8383050000000021, -1.3529099999999958, -1.2554100000000037, -0.814125, -1.0206299999999964, -0.16887000000000074, 0.5436599999999987, 0.27826499999999865, -0.10705499999999835, -0.6826950000000049, -0.14293500000000248, -1.1635649999999977, -0.983385000000004, -1.34628, -0.9629099999999935], [0.0, -0.819585000000002, -0.6068400000000009, -0.2833350000000009, -0.7731750000000005, -0.3469050000000012, -0.10647000000000138, -0.25389000000000195, -0.10491000000000109, -0.18135000000000034, -0.6945899999999995, -1.2261600000000012, -0.6552000000000001, -0.7380750000000005, -0.5434650000000012, 0.3829799999999989, 0.17725499999999889, 0.9139649999999981, -0.17842500000000083, 0.15170999999999868, 0.24355499999999936, 1.370654999999998, 1.1912550000000008, 0.9675900000000004, 0.49062, -0.3369600000000007, -0.6567600000000006, -1.4697150000000017, -0.9426300000000001, -1.3191750000000009, -2.134470000000001, -1.8292949999999997, -1.234545000000001, -0.940095, -0.6025500000000011, -1.1618099999999996, -0.9475050000000005, -0.6832800000000013, -0.8839349999999998, -0.34554000000000185, -0.5163600000000008, -0.13084500000000052, -0.16945500000000102, -0.1485900000000009, -0.6043050000000003, 0.07760999999999911, -0.7503599999999999, 0.16906499999999913, 0.9787049999999995, 1.0516349999999988, 1.22382, 0.7209149999999994, 0.1608749999999996, -0.3689400000000005, -0.01872000000000032, 0.36601500000000037, 0.6004049999999981, 1.0565099999999983, 0.7971599999999996, 0.23672999999999916, -0.7271550000000012, -0.054990000000000774, -0.7293000000000021, -1.0685999999999996, -0.9972300000000018, -0.07449000000000079, -1.4901900000000008, -1.2522900000000003, -0.04114499999999993, -0.5933850000000019, -1.1832600000000013, -0.7780500000000009, -0.9083100000000001, -0.9387300000000006, 0.28235999999999883, -0.13221000000000113, -0.20631000000000171, -1.3221000000000014, -1.4143349999999983, -1.7199000000000009, -1.4127750000000014, -0.7681050000000001], [0.0, 0.15990000000000326, 0.39702000000000126, 0.5892900000000063, 0.3272100000000029, -0.4594200000000006, -0.6306299999999978, -1.1300249999999963, -0.9738299999999973, -1.7025450000000006, -2.525055000000002, -2.2737, -1.0828349999999958, -0.5789549999999988, -0.3184349999999996, -0.4674149999999919, -0.9691499999999995, -1.3386749999999963, -1.1222249999999954, -1.3195649999999977, -0.681525000000001, -0.1220699999999959, 0.018330000000002844, -0.03568499999999508, -0.09086999999999712, -0.5023199999999992, 0.2772900000000029, -0.34261499999999545, 0.2874300000000036, -0.6220499999999998, -1.555514999999998, -1.8345599999999993, -1.0046399999999944, 0.11524500000000293, 0.9151350000000036, 0.37537499999999935, -0.03548999999999891, 0.1281150000000022, 0.27319500000000296, 0.32136000000000164, 1.0498800000000024, 0.868530000000002, 0.2817750000000021, -0.33032999999999646, 0.44947500000000096, 0.2989350000000026, 1.0329150000000025, 0.22152000000000238, 0.2720250000000035, 0.09106500000000173, 0.7216950000000031, 1.8300750000000017, 1.7936100000000028, 1.0040550000000015, 0.7302750000000009, 0.4408950000000036, 1.0976550000000027, 0.6382350000000012, 1.9689150000000015, 1.3302900000000024, 0.7577700000000016, 0.886080000000002, 1.9281600000000028, 1.4104350000000023, 1.1452350000000011, 0.1425450000000026, 0.6499350000000021, 0.07566000000000495, -0.1873949999999951, -0.36698999999999815, -0.03061499999999695, 0.15249000000000312, 0.13299000000000238, 1.1912550000000013, 0.8693100000000029, 1.108770000000002, 0.23439000000000165, 0.1546350000000012, -0.7232549999999942, 0.09301500000000518, -0.15951000000000004, 0.4765800000000002], [0.0, -0.29737500000000044, 0.4110599999999992, -0.2778750000000003, -0.16555500000000023, 0.4299749999999997, -0.12441000000000085, -0.9477000000000025, -0.9319050000000012, -1.5245100000000031, -1.4131649999999998, -2.342535000000004, -1.9386899999999976, -1.832025000000001, -1.2686700000000004, -1.5506399999999998, -2.0941050000000017, -2.1533850000000023, -2.8822949999999965, -2.4185850000000007, -1.7758649999999983, -0.8043750000000011, -1.1417250000000017, -0.5836350000000009, -0.923325000000001, -0.6569550000000007, -0.4303650000000007, -1.1719500000000012, -1.0502699999999998, -1.535625000000002, -1.0976550000000003, -0.7330050000000016, -0.3092700000000008, 0.09554999999999933, 0.4670250000000006, 0.9127949999999992, 0.8149049999999985, 0.5692049999999993, 0.9748050000000001, -0.30654000000000053, 0.3773249999999998, 0.21235499999999966, 0.42958499999999983, 0.3196049999999995, 1.242344999999999, 0.41554499999999905, 0.5869499999999991, 1.314105000000001, 1.322294999999998, 1.27569, 1.4373449999999999, 1.4420249999999994, 0.7725899999999982, 0.9662249999999981, 0.7591349999999983, 0.9352199999999977, 1.406729999999999, 0.7694699999999998, 0.5247449999999996, 0.47424000000000016, 0.5553599999999989, 0.028859999999999615, -0.4393350000000015, -0.2455049999999999, -0.11739000000000151, -0.77493, -0.8014499999999967, 0.04484999999999911, -0.14995500000000214, 0.10373999999999854, 0.04153500000000017, -0.4966650000000006, -0.03237000000000075, 0.257009999999999, 0.603524999999999, 0.31648499999999974, 0.42626999999999865, -0.5454150000000011, -1.1150099999999996, -0.828750000000002, -1.0947300000000004, -0.35821500000000006], [0.0, -0.9523799999999998, -0.28723499999999813, -0.30771000000000026, -0.014234999999999665, -1.3133249999999996, -1.963454999999997, -2.5855049999999995, -2.863185000000001, -3.0119700000000047, -3.4754849999999977, -3.2802899999999977, -4.036499999999997, -3.8106900000000037, -3.3212399999999977, -3.5794200000000007, -3.0546750000000027, -4.020315000000001, -4.4052450000000025, -2.550014999999997, -2.8296449999999975, -1.982955000000001, -2.0051850000000035, -2.643419999999998, -2.1787349999999983, -2.160404999999999, -1.7126849999999991, -1.9102200000000003, -1.9677449999999999, -1.1495249999999984, -1.148355, -1.4788799999999984, -1.0073699999999994, -0.40130999999999994, -0.4054049999999999, 0.07839000000000063, -0.3416399999999997, -0.82602, 0.7690799999999985, 0.059280000000000777, 0.6362850000000001, 1.3497900000000023, 0.6146399999999995, 0.5409300000000005, 0.34729499999999913, 0.3909749999999991, -0.26949000000000123, 0.04114500000000043, 0.5853899999999991, 0.03100500000000217, 0.4219800000000009, 0.9188399999999987, 1.4281799999999998, 0.47931000000000146, 0.5748600000000031, 0.4145699999999988, 0.9044100000000018, 1.028430000000001, -0.08540999999999999, -0.08716499999999933, 0.3293550000000006, -0.4832099999999995, -1.1331449999999994, -1.1132549999999997, 0.2677350000000003, -0.6692399999999983, -0.635505000000001, 0.0869700000000021, 0.4744350000000005, 0.48984000000000016, 0.4360200000000003, 1.061774999999999, 0.6961500000000004, 1.031744999999999, 0.16360499999999967, -0.5068049999999995, -0.5089499999999999, -0.7047300000000001, -1.1916450000000016, -0.8505899999999982, -1.1070150000000012, -1.1920349999999993], [0.0, 0.21488999999999991, 0.09906000000000031, 0.5651100000000002, -0.3705000000000007, 0.23926499999999967, -0.4791149999999992, -0.4925700000000005, -1.015365, -0.710384999999997, -1.3667550000000017, -1.397370000000001, -1.5108600000000019, -1.619865000000003, -0.3003000000000008, -1.1144250000000016, -1.7624099999999974, -1.6216200000000018, -1.9860749999999996, -1.9979699999999974, -1.8977399999999984, -2.0369699999999993, -1.1733149999999992, -0.36426000000000014, -0.5873399999999995, -0.9139650000000009, -0.49237500000000023, -0.8176349999999998, -0.3584100000000001, -1.019070000000001, -0.79482, -0.3293549999999992, 0.33598500000000026, 0.7714199999999998, 1.3597349999999988, 1.4141399999999988, 0.9432150000000004, 0.7347600000000002, 0.6756749999999998, 1.5713100000000013, 0.7302749999999996, 0.4896450000000002, 1.1982749999999998, 0.802815, 0.7094099999999999, 0.12011999999999987, 0.6343349999999992, 0.5840249999999998, 0.8443499999999994, 1.0516350000000014, 0.798915, 0.6680700000000004, 0.8794500000000006, 1.2907049999999973, 0.9595950000000005, 1.064700000000001, 0.9053849999999994, 1.3648049999999992, -0.1710150000000008, -0.5446350000000006, -0.5229899999999996, -0.403845, -0.4391399999999974, -0.4110599999999991, 0.09594000000000047, -0.28333500000000167, -0.6117150000000016, -0.2975700000000011, 0.3747900000000003, -0.39312000000000025, -1.1157900000000014, -0.369525, 0.374595, 0.7690799999999998, 0.8800349999999996, 0.7569899999999997, 0.36932999999999916, -0.5056349999999992, -1.0087350000000015, -0.5508750000000013, -0.5752499999999992, -1.0136099999999972], [0.0, -0.6828900000000009, 0.04270499999999999, -0.16399500000000233, -0.15327000000000046, -0.5762250000000022, -0.3905850000000022, -0.15385500000000096, -0.4459650000000015, -1.0274550000000007, -0.3061499999999999, -1.1247600000000006, -1.0812750000000033, -1.2509249999999996, -0.4013099999999987, -0.9755849999999993, -1.1809200000000026, -0.7874100000000017, -1.177994999999998, -0.40618500000000246, -0.4717050000000036, 0.29503499999999916, -0.05654999999999988, -0.015599999999999392, 0.10471499999999878, 0.5920199999999987, 0.3736199999999996, -0.2053350000000016, 0.016184999999997896, -0.22620000000000084, -0.6343349999999996, -0.32311500000000226, -0.3340350000000012, 0.5594549999999983, 0.9576449999999993, 0.1325999999999985, 0.5186999999999992, 0.16750499999999824, -0.1799850000000005, -0.16185000000000116, -0.8749650000000009, -0.8125649999999984, -1.121249999999998, -1.748759999999999, -0.844545000000001, -1.2396149999999961, -0.9746099999999975, -1.2690600000000005, -0.5190900000000014, -1.032525000000001, -1.3197600000000036, -0.7569900000000005, -0.6746999999999994, -0.5526299999999982, -0.460005, 0.14273999999999898, -0.28275000000000095, -0.6048899999999988, -0.23205000000000053, -0.2141100000000009, -0.35529000000000077, -0.23283000000000165, 0.28801499999999747, 0.08755500000000072, 0.22931999999999864, 0.28333499999999834, 0.22385999999999906, 0.2745599999999978, 0.09437999999999791, 0.8722349999999995, 0.6216599999999985, -0.0038999999999995705, 0.31667999999999963, -0.4085250000000018, 0.11153999999999997, 0.2681249999999995, -0.4964700000000035, 0.17452500000000004, -0.5157750000000005, -0.22463999999999906, -0.07312499999999922, -0.0210600000000003], [0.0, -0.25954499999999947, 0.2854800000000004, -0.2716350000000005, -0.0785849999999999, -0.33734999999999893, -0.31609499999999957, -1.1267099999999988, -0.7441199999999997, -1.2323999999999997, -1.7138549999999975, -1.146405000000001, -1.0442250000000035, -0.5770050000000011, -0.7907250000000015, -1.2203099999999996, -1.7419349999999985, -1.7458350000000018, -2.361255, -2.198820000000005, -1.3300949999999987, -1.0789350000000009, -0.8164649999999982, -0.7819500000000006, -0.56823, -0.1520999999999999, 0.13201499999999888, -0.569399999999999, -0.2529150000000002, -0.5680349999999996, -0.922739999999997, -0.6659250000000019, 0.26870999999999934, 0.16886999999999786, 0.5766150000000003, 0.47677499999999984, 0.0013649999999996165, 0.17237999999999998, 0.0046800000000000175, -0.23770500000000339, -0.7452900000000033, -0.6144450000000004, -0.792869999999998, -0.6842550000000012, -0.881009999999999, -0.8977800000000009, -0.5144100000000027, -0.11271000000000053, -0.12714000000000159, 0.25447499999999934, 0.29776500000000006, 0.5374199999999997, 0.2981550000000004, 0.35080500000000003, 0.1955849999999999, -0.30829500000000043, -0.5680350000000012, -0.30458999999999925, -0.6672900000000022, -0.7957949999999991, -0.03217500000000029, 0.26909999999999923, 0.29327999999999976, 0.4410900000000002, 0.6702149999999986, 0.32272499999999904, 0.35957999999999957, 1.0198500000000004, 0.6109349999999991, 0.364454999999999, 0.02983499999999739, -0.4576649999999982, 0.5576999999999999, 0.4270500000000004, -0.06785999999999892, -0.08950500000000083, -0.9196200000000054, -1.029795000000005, -0.8741849999999949, -0.7107749999999986, -0.8496150000000044, -1.3731900000000032], [0.0, -0.31160999999999883, -0.48749999999999805, -0.6341399999999984, -1.1818950000000015, -1.9893900000000013, -2.8840499999999984, -3.1207800000000017, -3.3557549999999994, -3.809519999999992, -3.2124299999999995, -3.468074999999999, -3.2124300000000003, -3.962595000000002, -3.5618700000000016, -3.950895, -3.864705000000005, -3.4399949999999997, -3.5702549999999977, -3.2800949999999958, -2.9877899999999986, -2.8362749999999997, -2.067389999999998, -1.4375399999999974, -0.19519499999999967, -0.25310999999999984, -0.5680350000000001, -0.3890249999999993, -0.7942349999999989, -0.8681399999999997, -1.2965550000000008, -1.1904749999999975, -0.9543299999999997, -0.4656599999999995, 0.03529500000000074, 0.3533400000000008, 0.19012500000000043, 0.3040050000000005, 0.16731000000000018, 0.33930000000000077, 0.049335000000000906, -0.5245499999999996, -0.8000849999999988, -0.5210400000000013, -0.4247099999999995, -0.5187000000000004, -1.1506949999999998, -0.20611499999999894, -0.7819499999999997, -1.3371150000000023, -1.6658850000000036, -2.129009999999999, -1.940054999999998, -2.197845000000001, -2.260440000000001, -1.9071, -1.3018199999999986, -1.310400000000002, -1.0450049999999989, -0.9716849999999972, -0.7431449999999991, -0.8812049999999982, -1.1922300000000006, -0.9839699999999996, -0.8197799999999986, -0.6347250000000011, -0.7094099999999999, -0.4810649999999981, -0.4937399999999996, -0.13923000000000063, -0.4871099999999997, -1.104674999999995, -1.7778150000000015, -1.4970149999999973, -1.2247949999999972, -1.6093350000000017, -1.2361049999999991, -0.9907950000000016, -1.0561199999999986, -0.8427900000000015, -1.0918050000000015, -1.1317800000000002], [0.0, 0.34417500000000056, 0.6754800000000001, 0.3742050000000011, 0.17803500000000022, 0.13728000000000057, -0.04055999999999932, -0.8123699999999987, -0.6489600000000011, -1.0058099999999994, -1.2164100000000002, -1.075425, -0.612104999999999, -0.4500599999999993, -0.5409299999999995, -0.43601999999999924, -0.926055000000001, -0.42529499999999903, -0.8595600000000003, -0.2977649999999999, -0.11075999999999997, -0.9008999999999994, -1.2501449999999992, -1.1050650000000004, -1.0448099999999998, -0.7489949999999999, -0.2035800000000001, -0.5237699999999996, -0.18212999999999896, -0.008969999999999478, -0.28392, 0.36250500000000113, 0.6754800000000003, 0.9857250000000002, 1.0863449999999992, 0.8188050000000004, 0.8829600000000002, 0.5161650000000008, -0.36932999999999944, -0.009749999999999481, -0.3654300000000001, -0.18505499999999941, -0.07390499999999972, -0.5926050000000007, -0.40169999999999945, -0.9543300000000001, -0.6865950000000001, 0.12129000000000016, 0.08814000000000041, 0.5939700000000003, 0.7183800000000007, 0.6727500000000006, 0.3260400000000001, 0.8137350000000008, -0.0937949999999994, -0.3205799999999998, 0.37674000000000074, -0.06629999999999991, -0.47267999999999905, -0.9519899999999983, 0.6173700000000002, 0.6891300000000009, 0.643305, 0.268320000000001, 0.2509650000000003, 0.06376500000000065, 0.4935450000000009, 0.869505, 0.8494200000000016, 0.726375, 0.5621850000000004, 1.0231650000000003, 0.6230250000000012, 0.4781400000000012, 0.7688850000000005, 0.1550250000000014, -0.19519499999999984, 0.04797000000000176, -0.1540499999999988, -0.34222499999999906, -0.22697999999999968, -0.41729999999999984], [0.0, -0.3387150000000003, 0.11973000000000172, -0.11972999999999867, -1.874730000000001, -2.048474999999998, -3.1736249999999973, -3.6293399999999996, -4.4081699999999975, -3.720989999999999, -2.9310450000000037, -4.134194999999997, -4.90912499999999, -4.9857600000000035, -4.566315000000002, -3.8758199999999987, -5.779995000000006, -6.560384999999996, -5.800275000000002, -4.391205000000003, -4.056195000000009, -3.4409700000000036, -2.762175, -2.671110000000004, -2.1617700000000006, -2.131544999999998, -1.8663450000000008, -2.1270600000000006, -2.196090000000003, -2.1754200000000026, -1.7477850000000004, -0.8351850000000013, -0.7489950000000029, -0.8942699999999993, -1.210560000000001, -1.0217999999999994, -1.3431600000000001, -0.8753549999999991, -0.6277050000000001, 0.6665100000000006, 1.7325750000000002, 0.9313200000000006, -0.6091800000000002, -0.06337500000000007, -0.41261999999999954, 0.06162000000000095, 0.5812949999999996, 0.5543850000000007, 0.45318000000000097, 0.854100000000001, 1.3443300000000011, 1.2873900000000011, 1.4810250000000023, 0.46546499999999985, -0.3679649999999993, -0.4030649999999989, -1.3804049999999988, -1.4301299999999975, -1.1848199999999989, -0.5736899999999988, 0.07215000000000049, 1.1261249999999996, 0.01657499999999973, -0.12206999999999946, 0.03373499999999979, 0.5411250000000009, 0.3845400000000007, 0.4937400000000004, 0.2628600000000014, 1.0175100000000001, 0.4151549999999997, -0.7930650000000009, -0.6329699999999993, -0.6581250000000013, -1.342769999999998, -1.5395250000000007, -2.4733799999999997, -2.3774400000000013, -2.3725650000000007, -2.2844249999999984, -2.3786099999999952, -2.3171849999999945], [0.0, 0.10822500000000246, 0.7655700000000021, 0.7911150000000023, 0.14098500000000347, 0.23985000000000212, -0.03509999999999569, -0.3892199999999999, -0.42568499999999876, -0.9354149999999986, -1.0797149999999935, -1.3361399999999946, -1.1969099999999981, -0.749969999999994, -0.8373300000000024, -1.1959349999999982, -1.2661349999999976, -1.3780649999999985, -1.220309999999996, -1.3558349999999995, -0.9281999999999968, -0.5734950000000003, -0.5660849999999993, -0.4133999999999949, -0.5998199999999949, 0.19519500000000245, 0.19168500000000277, -0.21469499999999875, 0.1411800000000023, 0.4954950000000047, 0.5781750000000008, 0.029250000000001775, -0.0629849999999994, -0.17081999999999664, 0.1209000000000009, 0.11310000000000131, 0.3751800000000023, -0.4293899999999975, -0.2599349999999969, -0.2622749999999967, -0.2964000000000011, -0.32506499999999683, 0.1922700000000015, -0.03743999999999814, 0.20884500000000417, 0.24082500000000162, -0.20279999999999854, 0.30108000000000334, 1.108575000000003, 1.331655000000001, 1.221870000000002, 1.7306250000000023, 1.4270100000000026, 0.796965000000002, 0.2636400000000019, 0.617955000000002, 0.6977100000000034, 0.677040000000003, 0.4054050000000027, 0.424515000000002, 0.3010800000000007, 0.989430000000002, 0.34281000000000317, 0.4221750000000024, 0.6916650000000024, 0.3640650000000012, 0.6394050000000018, 0.4826250000000034, 0.5707650000000006, 0.49998000000000253, 0.8137350000000017, 0.6218550000000029, 1.0783500000000026, 0.9451650000000023, 0.2798250000000013, 0.6694350000000027, -0.04094999999999782, -0.1910999999999945, -1.2624300000000015, -0.6072299999999973, -0.0313949999999974, -0.3964349999999959], [0.0, -0.35977499999999973, -0.4980299999999993, -0.4377749999999996, -0.8480549999999996, -0.2989349999999998, -0.27553500000000036, -1.2464399999999993, -1.725554999999999, -1.4240849999999998, -1.9408350000000012, -1.1994449999999999, -1.489214999999997, -1.4701050000000007, -1.2363, -0.9367800000000015, -1.2210900000000011, -1.4892150000000015, -1.8891600000000008, -1.0586549999999992, -0.7074600000000003, -0.9911850000000019, -0.9666149999999988, -0.6489599999999986, -0.29678999999999955, -0.8080799999999995, -0.5890950000000001, -0.47911499999999996, -0.7739549999999997, -0.6982950000000003, -0.44187000000000015, 0.005265000000000242, 0.5085599999999998, -0.24726000000000065, -0.5965050000000004, -0.5052449999999995, -0.6319950000000005, -0.70161, -0.5393699999999997, -0.26324999999999954, 0.12362999999999963, 0.27417000000000075, -0.39955499999999977, -0.42217499999999974, -0.0021449999999999525, -0.7989150000000013, -1.3447200000000006, -1.053389999999999, -1.0512449999999993, -0.09262499999999965, -0.2047499999999995, 0.12850500000000004, 0.14644500000000038, -0.27651000000000014, -0.49647000000000013, 0.3318899999999997, 0.31180499999999994, -0.3094650000000005, -0.4535699999999997, -0.27845999999999904, -0.13942499999999955, 0.30966000000000005, 0.21547499999999953, 0.26871000000000095, 0.19070999999999944, 0.5409299999999999, 0.3901949999999996, -0.35879999999999956, 0.23438999999999954, 0.3484650000000006, -0.025934999999998626, 0.5947499999999998, 0.082485, -0.08111999999999929, 0.6953699999999997, 0.37888499999999903, -0.34904999999999925, -0.7051200000000003, -1.2292800000000037, -0.993914999999999, -0.7378799999999992, -1.9148999999999976], [0.0, -0.5742749999999965, 0.3601650000000012, 1.231035, 1.1657100000000027, 1.0311600000000014, 0.8657999999999997, 0.05615999999999843, -0.33286499999999775, 0.3839550000000016, 0.07975500000000002, -0.41476499999999517, -1.5389399999999984, -0.5253300000000007, -0.7587450000000029, 0.2505750000000013, 0.11134500000000136, -0.1858350000000013, -0.20786999999999578, -0.1341600000000005, -0.8293349999999977, -0.2435549999999953, -0.8784749999999959, -1.8031650000000008, -1.1389949999999973, -0.6670949999999953, -0.11173499999999637, 0.35880000000000356, 0.371085000000003, 0.9556950000000013, 0.09223500000000184, 0.6764550000000014, 1.3591500000000027, 1.7901000000000014, 2.0909850000000016, 2.3819250000000016, 2.2963200000000024, 2.258295000000002, 3.468270000000001, 2.049450000000002, 1.2203100000000024, 1.5600000000000045, 1.3178099999999995, 1.5921750000000021, 2.5798500000000013, 1.9901700000000015, 2.171520000000003, 2.853435000000003, 3.129945000000002, 3.6566400000000034, 2.6451750000000023, 2.5110150000000018, 2.044380000000002, 2.5761450000000017, 2.5242750000000025, 2.3095800000000013, 2.648880000000002, 2.3842650000000014, 2.3312250000000025, 3.154320000000001, 3.4799700000000025, 2.809560000000002, 2.6950950000000016, 3.382080000000001, 2.1892650000000025, 2.3854350000000015, 1.1840400000000018, 1.4441700000000013, 0.6528600000000042, 0.7476300000000005, 0.20923499999999784, 1.2930450000000007, 1.410240000000002, 1.3837200000000025, 1.1540099999999998, 0.9092850000000019, 0.8954400000000027, 0.7560150000000012, 1.03506, 1.171365000000008, 1.0840050000000014, 0.959010000000003], [0.0, 0.5972849999999985, 0.9344399999999982, -0.08287500000000358, -0.0690300000000037, -0.5499000000000009, -0.4022850000000018, -0.3055649999999992, -1.5305549999999974, -0.37849500000000447, -1.0301850000000061, -1.159080000000002, -0.5931900000000021, -0.6027450000000032, -0.766935000000001, -0.043095000000002326, -0.47502000000000066, -0.9654450000000008, -1.035255000000002, -1.2132900000000015, -1.6541850000000067, -1.311765000000002, -0.8539050000000077, -0.9843600000000015, -0.9607650000000016, -0.4151550000000035, 0.24140999999999746, -0.4432349999999996, 0.07507499999999867, -0.2880150000000037, -0.40521000000000296, 0.12460499999999763, -0.24218999999999857, 0.20201999999999654, 0.2887949999999979, -0.31044000000000116, -0.2952300000000032, -0.5456100000000008, 0.319019999999997, 0.3839549999999987, 0.8244599999999984, 0.4079399999999984, 0.6830849999999993, 0.6902999999999992, 1.0756199999999996, 0.8913449999999981, 0.40228499999999734, 1.4599649999999986, 1.376699999999998, 1.7405699999999977, 2.2462049999999976, 2.7104999999999975, 1.4287649999999976, 2.1102899999999987, 2.758664999999998, 1.974179999999998, 1.6855799999999983, 0.8423999999999969, -0.11875500000000017, 0.7051199999999989, 1.3258049999999983, 1.798484999999998, 0.759914999999999, 1.4541149999999978, 1.5590249999999979, 1.4322749999999989, 1.5180749999999983, 0.6054749999999969, 0.8238749999999979, 0.6674849999999988, 0.46331999999999685, 0.43328999999999773, 0.20065499999999825, 0.1329899999999964, 0.5009549999999969, 0.45123000000000024, 0.25720499999999724, -0.17939999999999756, -0.9666149999999978, -0.032955000000002954, -0.443429999999998, -0.6435000000000008], [0.0, 0.051869999999996974, 0.36425999999999936, 0.9244950000000016, 0.7382699999999995, 1.2175799999999986, 0.7470450000000006, 0.6054750000000002, 0.5317649999999972, 0.44518500000000216, -0.17862000000000178, -0.12440999999999658, 0.5050499999999996, 0.12070500000000162, -0.0943800000000019, 0.5842199999999989, 0.23906999999999967, 0.2291249999999978, -0.042510000000000936, 0.3108299999999997, 0.3391050000000009, 0.8012549999999996, -0.37908000000000097, -1.0200449999999983, -0.7213049999999983, 0.49881000000000086, 0.12363000000000213, 0.17296499999999848, 0.6115199999999981, 1.0771799999999998, 0.6922499999999991, 0.7228649999999992, 0.4052099999999974, 0.48087000000000013, 0.15677999999999992, 0.5721299999999983, -0.14722499999999838, -0.34319999999999995, 0.1304549999999991, 0.1907099999999997, -0.3471000000000015, 0.2049449999999997, 0.4432349999999976, 0.851565000000003, 0.45103499999999674, 0.45552000000000037, 0.6271200000000032, 1.183845, 1.28193, 1.2245999999999995, 0.9227399999999979, 0.059279999999998445, 1.2107549999999998, 0.8223149999999995, 0.92469, 1.5128100000000007, 0.5836350000000001, 0.3474900000000032, 0.842010000000001, 1.4892150000000006, 1.9162650000000003, 1.763969999999999, 1.8569849999999997, 1.4223299999999992, 1.0762049999999992, 0.883349999999999, 1.1785799999999997, 1.2665250000000006, 1.1204699999999983, 1.0869299999999984, 0.8570249999999986, 0.16107000000000093, 0.7926750000000007, 0.013064999999998772, 0.36601499999999865, 0.13805999999999718, 0.41651999999999756, 0.5653050000000013, 0.15366000000000013, 0.2614949999999996, 0.39039000000000046, 0.5764199999999993], [0.0, 0.5894849999999993, 0.5536049999999997, 0.4309499999999979, 1.0582649999999991, 1.4045850000000004, 1.1809199999999995, 1.1635649999999997, 1.2647699999999993, 1.145624999999999, 0.8197799999999992, 1.0565100000000003, 1.3490099999999994, 1.0760099999999995, 2.0032349999999983, 2.6207999999999982, 1.949804999999999, 2.172104999999998, 2.0122050000000002, 2.5043850000000005, 1.830074999999999, 2.17113, 1.6442399999999995, 1.5594149999999993, 1.8983249999999996, 2.053935, 1.7111249999999987, 1.5471300000000006, 1.766504999999999, 1.8542549999999984, 0.5337149999999997, 0.8336249999999997, 0.31823999999999963, 0.7546499999999994, 0.34066499999999966, -0.8681399999999988, -1.0389600000000012, -1.2405900000000045, -0.9734400000000023, -1.3117649999999998, -1.6327350000000016, -1.5845700000000043, -1.224015, -1.3589550000000004, -1.5061799999999974, -1.4377349999999987, -0.8431799999999989, -0.29288999999999943, -0.046995000000001674, 0.046214999999998896, 0.060840000000000116, -0.4769700000000021, -1.0079550000000017, -0.3431999999999995, -0.7856550000000002, -0.6085949999999998, -0.4087200000000004, 0.24784499999999876, 0.6019649999999999, 1.0726949999999986, 1.0838099999999993, 0.5397599999999991, 0.5976749999999993, 0.589094999999999, 0.7877999999999991, 0.9767549999999996, 0.8560499999999999, 1.5676049999999986, 1.5878849999999984, 0.7667399999999994, 0.42665999999999954, 0.5781749999999996, 0.9414599999999987, 1.3337999999999997, 0.9755849999999997, 0.8539049999999994, 1.1852099999999994, 1.3102049999999998, 0.6914699999999991, 0.9502349999999995, 0.19597499999999934, 0.6208799999999992], [0.0, -0.2170349999999981, 0.04699499999999934, 0.08092500000000025, -0.41222999999999854, 0.5580899999999998, 1.1350950000000002, 0.9537450000000003, 0.7540650000000004, 0.20865000000000022, 0.0842400000000002, -0.1604850000000002, -0.546, 0.16048500000000032, 0.7189650000000001, 0.9311249999999998, 0.9241050000000002, 0.6778200000000005, 0.5694000000000004, 0.21177000000000035, -0.5177249999999991, -0.19109999999999983, -0.13786500000000068, -0.7645949999999995, -0.35392499999999827, 0.11524499999999938, 0.1318200000000016, 0.2843099999999992, -0.04562999999999939, -0.09866999999999948, 0.781365, 0.9631050000000003, 1.07679, 0.8814000000000005, 0.8544900000000007, 0.9681750000000005, 0.7866299999999998, 0.6474000000000002, 1.1099400000000004, 0.9907950000000001, 0.5317650000000009, 0.29873999999999923, 0.6358950000000005, 0.9851400000000001, 0.9865049999999999, 0.9451650000000005, 1.1584950000000003, 1.5705299999999998, 1.623765000000001, 1.1413350000000009, 1.418235000000001, 1.621035000000001, 1.6393650000000004, 2.179710000000001, 1.4151150000000006, 1.2723750000000007, 1.2368850000000002, 0.8104199999999997, 1.3265850000000006, 1.6471650000000002, 1.3733849999999999, 1.699034999999999, 1.5147600000000014, 1.32288, 1.2230400000000003, 1.107015000000001, 0.8790600000000004, 0.25623000000000085, 1.072305, 0.7811700000000008, 0.9303450000000005, 0.6362850000000001, 0.9835800000000005, 1.1776050000000002, 0.47931000000000035, 1.048905, 0.4377750000000008, 0.5385899999999993, 0.3935099999999998, 0.4518150000000001, 0.30283499999999997, 0.5717400000000001], [0.0, -0.04913999999999841, 0.4071600000000024, 0.7250100000000023, 0.8613150000000004, 1.1510850000000008, 0.6731400000000006, 1.1869650000000012, 1.2140700000000009, 0.22854000000000108, 0.5867550000000006, 0.4440150000000008, 0.26149500000000137, -0.12050999999999701, -0.10471500000000078, 0.41223000000000143, 0.6733350000000005, 1.1670750000000008, 1.2526800000000011, 1.4636700000000016, 1.4810250000000016, 0.5399550000000021, 0.16380000000000172, 0.4171050000000024, 0.33832500000000065, 0.6382350000000017, 1.4652300000000014, 1.632150000000001, 1.5430350000000013, 1.0175100000000008, 1.6787550000000007, 1.4266200000000009, 1.1916450000000005, 1.1284650000000012, 1.6949400000000012, 1.6183050000000014, 1.166295000000001, 0.7121400000000013, 1.9677450000000014, 2.2325550000000014, 1.366755000000001, 1.4586000000000015, 1.151670000000001, 0.6331650000000022, 1.3072800000000016, 1.2136800000000012, 1.2335700000000016, 1.8261750000000005, 1.6066050000000012, 1.3168350000000015, 1.650870000000001, 1.661985000000001, 2.6247000000000007, 2.3037300000000007, 2.7535950000000007, 2.5892100000000005, 2.2832550000000014, 2.6800800000000016, 2.6855400000000014, 2.442960000000001, 2.358330000000002, 2.2167600000000016, 1.9562400000000013, 1.1618100000000016, 1.0541700000000014, 1.4480700000000017, 1.3679250000000014, 1.2283050000000015, 1.3969800000000008, 1.349790000000001, 1.4878500000000014, 1.553760000000001, 0.9937200000000009, 0.6080099999999999, 1.3300950000000016, 1.6048500000000012, 1.1487449999999997, 1.5436200000000007, 1.4293500000000012, 1.8950100000000012, 1.4962350000000013, 1.3850850000000012], [0.0, 0.25428000000000006, 0.39858000000000215, 0.3804449999999995, 0.9974249999999976, 1.2988949999999946, 1.664909999999995, 1.4697149999999932, 2.0560799999999952, 1.2893399999999984, 1.3895699999999938, 0.256815, 0.18505499999999753, 0.4551299999999947, -0.34047000000000427, 0.13942499999999658, 0.5403449999999976, 1.2587249999999988, 0.9147449999999981, 0.9777299999999975, 1.0052249999999954, 0.7090199999999998, 0.38336999999999266, 0.29815499999999506, 0.23731499999999972, -0.6702150000000007, 0.8956349999999973, 1.4086799999999977, 1.3737749999999984, 1.2674999999999952, 1.0625549999999953, 1.5309449999999964, 1.3265849999999917, 0.9397050000000036, 1.3414049999999982, 2.1208199999999953, 2.293784999999995, 2.2073999999999954, 1.9147049999999977, 2.5486499999999968, 2.0591999999999957, 2.0960549999999962, 2.0547149999999963, 1.5572699999999964, 2.4265799999999977, 2.7826499999999967, 2.815994999999997, 2.6482949999999965, 2.6408849999999973, 2.3618399999999964, 2.2306049999999975, 2.610074999999996, 3.2377799999999963, 3.1667999999999967, 3.258644999999997, 3.2849699999999955, 3.263324999999997, 3.049409999999998, 2.8920449999999973, 2.870009999999997, 2.7606149999999974, 2.2489349999999977, 2.184974999999999, 1.9905599999999966, 1.7787899999999954, 1.7335499999999964, 1.2663299999999964, 1.7860049999999967, 1.0787399999999967, 0.7062900000000001, 0.35138999999999676, 1.5143699999999916, 1.6875299999999973, 1.5198299999999967, 1.2364949999999952, 1.1267099999999979, 1.8123299999999964, 1.061969999999997, 1.3441350000000019, 1.257164999999996, 2.086109999999998, 1.573064999999998], [0.0, 0.3451500000000034, 0.7489950000000056, 0.36192000000000757, 1.2267450000000062, 1.6846050000000037, 2.0268300000000044, 2.0915700000000044, 2.3554050000000046, 1.6914300000000035, 1.5635100000000028, 1.412385000000005, 0.798915000000004, 0.7099950000000028, 0.7086300000000025, 1.5465450000000038, 2.3150400000000046, 2.8245750000000047, 3.150420000000004, 3.2869200000000043, 2.5291500000000045, 3.145545000000005, 3.003975000000005, 3.2387550000000043, 3.518190000000004, 3.0150900000000047, 3.1094700000000044, 2.742675000000005, 2.1428550000000044, 1.1025300000000056, 0.7273500000000062, -0.27299999999999613, 0.2558400000000032, 0.0805350000000078, -0.08189999999999609, 0.0565500000000001, 0.038025000000003306, -0.22873499999999858, -0.582074999999989, -0.06668999999999192, -0.6633899999999961, -0.45415499999999787, -0.9414599999999909, -1.5184649999999933, -1.597244999999996, -1.9888049999999882, -1.6639349999999964, -1.0134149999999926, -0.8308949999999911, -0.40130999999999517, -0.7162349999999926, -0.3258449999999975, -0.024569999999993097, 0.9945000000000053, 1.5373800000000042, 1.9262100000000062, 2.1270600000000046, 2.650245000000004, 2.0673900000000036, 2.4628500000000026, 2.2684350000000055, 2.2128600000000054, 2.247180000000005, 1.7044950000000065, 1.814865000000005, 1.5377700000000059, 1.4966250000000054, 1.1134500000000063, 1.4137500000000038, 1.5241200000000046, 1.465620000000006, 2.0256600000000047, 2.458365000000005, 2.063685000000005, 1.503060000000005, 0.9925500000000058, 1.2854400000000041, 1.8903300000000036, 2.270190000000005, 2.088060000000004, 2.0599800000000053, 2.0088900000000054], [0.0, 0.13552500000000256, -0.3157049999999979, 0.23770500000000072, -0.05752499999999827, 0.5405400000000009, 0.5362500000000014, 0.1366949999999998, 0.5744699999999994, 0.9539400000000003, 0.8006700000000002, 0.17432999999999854, 0.3915599999999988, 0.6748949999999998, 0.500175, 1.9388850000000004, 2.303145, 2.213249999999999, 2.0389200000000005, 2.4098100000000002, 1.2173850000000013, 0.81588, 0.6333600000000017, 0.2550599999999994, 0.38961000000000023, 0.31843500000000047, 0.5547750000000009, 0.430365000000001, 1.2004199999999998, -0.17257499999999815, 0.19051500000000088, 0.013260000000001382, 0.2860650000000007, 0.028079999999998995, 0.4108649999999985, 0.7115550000000004, 0.9812400000000001, 2.0307300000000006, 1.852305000000001, 2.204085, 2.102685, 2.5829700000000013, 2.7723150000000008, 1.8844800000000004, 2.2737, 1.437149999999999, 2.1662550000000005, 2.72454, 2.7855749999999997, 3.0626700000000016, 2.447055, 3.005925000000002, 3.0942599999999985, 3.15861, 3.395145000000001, 3.443505000000001, 2.944499999999999, 2.2072050000000005, 2.0904000000000003, 2.772900000000001, 2.8421250000000002, 2.4113700000000016, 1.8330000000000004, 2.0923500000000006, 1.101945, 1.2754949999999998, 1.7002050000000002, 0.4633200000000006, 0.41125500000000037, 0.6027449999999994, 0.8874450000000002, 1.415505, 2.163915, 2.0038200000000006, 2.1299850000000005, 1.4667900000000014, 2.502045, 1.5202200000000001, 1.9839300000000002, 2.043405, 1.177020000000001, 0.9523800000000004], [0.0, -0.13357500000000166, 0.5284500000000016, 1.047540000000002, 1.717755, 2.2011600000000002, 2.3998650000000015, 3.2709300000000017, 3.639675000000002, 3.859635000000008, 4.023434999999998, 4.440540000000007, 5.079360000000009, 6.194175000000007, 6.465614999999995, 7.024095, 7.615919999999995, 8.364524999999999, 8.904089999999998, 9.302865, 9.180600000000007, 8.738145000000003, 8.996325000000011, 8.88010500000001, 7.566390000000009, 6.592169999999994, 5.836739999999996, 5.06766, 3.1609500000000024, 2.163525000000003, 1.0781550000000026, -0.18973499999999865, -1.3033799999999969, -2.449199999999993, -4.071404999999998, -5.590650000000007, -6.506175000000005, -6.648135000000009, -8.321234999999986, -9.609990000000014, -9.944804999999999, -11.157510000000022, -11.614395000000004, -12.284220000000005, -12.038520000000002, -11.519820000000008, -11.60308500000001, -11.169795000000002, -10.877490000000003, -10.44224999999999, -9.841454999999993, -9.397635, -9.149010000000008, -8.203844999999998, -7.763535000000009, -6.97242, -5.309264999999985, -4.691115000000007, -4.461210000000001, -3.166409999999999, -2.7740699999999947, -2.7317550000000015, -1.9267950000000014, -1.469715000000001, -1.0469549999999952, -0.6074249999999999, 0.10861500000000068, -0.08111999999999764, 0.7080450000000021, 0.6421350000000028, 1.4116050000000042, 1.7949750000000022, 1.6483350000000019, 1.976130000000009, 1.6649100000000043, 2.084550000000002, 2.6730600000000084, 2.3801699999999943, 2.081820000000001, 2.4936599999999984, 1.7920500000000017, 2.0941050000000017], [0.0, 0.6466199999999969, 0.2105999999999968, 0.20611500000000005, 0.2620799999999983, -0.18037499999999795, 0.35138999999999854, 0.6815249999999944, 1.0633349999999957, 1.3425749999999996, 1.6340999999999988, 1.407314999999998, 1.7945850000000003, 1.261064999999999, 0.9381450000000005, 1.3706549999999988, 2.0326799999999983, 2.5814099999999987, 2.742089999999999, 2.928509999999999, 2.5576199999999987, 2.722394999999999, 1.4283749999999977, 0.9613499999999986, 0.9145499999999971, 0.4929599999999996, 0.8833499999999992, -0.1563900000000018, -0.3168749999999978, -0.1318200000000047, 0.6050850000000003, 0.6458400000000024, 0.5303999999999993, -0.15717000000000203, 0.2300999999999993, 0.5403450000000043, 0.9252749999999985, 0.7261799999999958, 0.9174749999999969, 1.1918399999999978, 1.1450399999999985, 1.2593099999999986, 1.544789999999997, 1.357394999999997, 1.965404999999999, 1.4743949999999961, 1.4291549999999975, 1.1157899999999978, 1.386644999999997, 1.1838450000000003, 1.0180949999999989, 1.1226149999999941, 1.5658500000000017, 2.001674999999999, 2.263365, 2.424629999999999, 1.8140849999999982, 2.109704999999998, 2.5310999999999986, 2.712644999999999, 2.674814999999999, 1.7491499999999987, 1.7119049999999987, 0.805349999999998, 0.8527349999999965, 1.3172250000000003, 1.1717549999999997, 1.0173149999999973, 1.2281099999999985, 0.7275449999999979, 0.9800699999999987, 0.866384999999998, 1.4968199999999972, 1.5888600000000008, 1.4049749999999979, 1.4468999999999967, 1.4381249999999977, 1.270230000000004, 1.4258400000000004, 1.1286600000000009, 1.3185900000000006, 0.5502899999999982], [0.0, -0.06766499999999454, -0.33637499999999587, -0.2575949999999998, 0.39838500000000243, 0.6306300000000018, 0.9785100000000031, 0.6904950000000016, 0.7922850000000012, 0.8620950000000025, 1.7339400000000025, 1.5912000000000022, 1.0777650000000027, 0.37050000000000294, 0.20202000000000142, 0.5627700000000033, 0.9636900000000017, 0.9354150000000008, 1.1343150000000033, 1.4071200000000037, 2.194335000000003, 2.2754550000000022, 2.5660050000000023, 1.8090150000000027, 1.5545400000000025, 1.6266900000000022, 1.9256250000000021, 1.5771600000000037, 1.0586550000000026, 0.5044650000000033, 0.0674699999999997, -0.27319499999999763, -0.5779799999999957, -0.70824, -0.2860650000000007, -0.43289999999999784, -0.22600499999999846, 0.017550000000001287, 0.3461250000000029, 0.05830500000000116, -0.6128849999999963, -0.4882799999999974, -0.8997300000000026, -0.6384299999999912, -0.7915049999999946, -0.2185949999999961, -0.6737249999999979, 0.07800000000000162, 0.16302000000000127, -0.35684999999999967, 0.2815800000000017, 0.14527500000000204, 0.2449200000000027, 0.07273500000000555, 0.05011500000000302, 0.5729100000000018, 0.7310550000000033, 0.7521150000000021, 1.6633500000000028, 1.675440000000004, 1.8667350000000023, 1.4502150000000023, 0.9301500000000027, 0.2765100000000045, 0.7010250000000016, 1.0678200000000018, 0.6715800000000025, 1.1005799999999997, 1.232595000000003, 0.9293700000000034, 1.0775700000000032, 0.8622900000000018, 1.2062700000000028, 1.1779950000000021, 1.2080250000000012, 0.8129550000000014, 1.0520250000000022, 1.230255000000001, 0.6938100000000029, 0.546390000000001, 0.011115000000000652, 0.10939500000000457], [0.0, -0.6458400000000015, -1.399905000000005, -1.656135000000002, -1.063140000000002, -0.21196499999999968, -0.5885100000000019, -0.020085000000000353, -0.16848000000000113, 0.10217999999999883, -0.2462850000000008, -0.23653500000000166, -0.33559500000000103, 0.04192499999999838, -0.23302500000000143, 0.15404999999999935, 1.4825849999999996, 1.419795, 2.1375900000000008, 1.5395249999999996, 0.7788299999999989, 0.6056699999999998, 0.3408599999999993, 0.7577699999999999, 0.469364999999999, 0.08540999999999888, 0.2540849999999992, -0.35899500000000045, -0.7394400000000005, -1.2665250000000001, -0.6524700000000008, -0.31980000000000125, -0.8907600000000011, -0.8186100000000027, -0.025740000000001984, 0.4810649999999993, 0.411839999999999, 0.04640999999999812, -0.008190000000001585, 0.35119499999999904, -0.2121600000000014, 0.10763999999999951, 0.5674499999999986, 0.9553049999999994, 1.134704999999999, 0.7214999999999989, 0.13552499999999912, 0.589094999999999, 0.9404849999999996, 0.7946249999999995, 1.6771950000000002, 1.6405349999999979, 1.7904899999999986, 1.2362999999999993, 0.6514949999999984, 0.6427199999999994, 0.6979049999999988, 1.0621649999999994, 0.6803549999999995, 1.107209999999999, 1.4628899999999982, 0.7296899999999986, 1.1015549999999992, 0.06122999999999845, 0.029639999999998667, -0.32077499999999964, 0.06239999999999807, -0.1366950000000014, -0.6850350000000003, 0.14741999999999938, 0.18875999999999918, 0.3344249999999991, 0.6819149999999987, 0.8788649999999993, 1.4782949999999986, 1.1873549999999986, 0.4648799999999985, 0.436019999999999, 0.4512299999999999, -0.04017000000000065, 0.28508999999999896, -0.558285000000001], [0.0, -0.7131150000000013, -1.5791099999999958, -0.7374900000000009, -0.8628749999999985, -0.9668099999999995, -1.3392599999999975, -1.024529999999998, -0.565499999999999, -0.8938799999999978, -0.6058649999999974, -0.3806399999999981, -0.24180000000000046, -1.3195649999999992, -1.3704600000000016, -1.1655149999999963, -1.1651249999999964, -0.5922149999999995, -1.1187149999999966, -0.1316250000000001, -0.2363399999999991, -0.14390999999999887, -0.7330049999999979, -1.4006849999999977, -0.5237699999999987, -0.23789999999999822, 0.20787000000000222, -0.33500999999999737, -0.9038249999999988, -1.1951549999999977, -0.8133449999999955, -1.3983449999999997, -1.6235699999999993, -1.451189999999998, -1.2261599999999995, -1.138604999999999, -0.863460000000001, -0.2852849999999958, -0.40618499999999846, -0.8045699999999973, -1.3804049999999985, -1.4669849999999995, -1.2715949999999963, -1.1319750000000008, -1.132364999999998, -0.8734049999999991, -1.1727299999999998, -0.3182399999999992, 0.4584450000000011, -0.23926499999999695, 0.04368000000000172, -0.16984500000000025, -0.14234999999999753, -0.21274499999999863, -0.710969999999999, -0.38044499999999815, -0.7651799999999991, -0.20435999999999344, -0.13064999999999838, 0.620880000000001, -0.36367499999999797, -0.6982949999999983, -0.8747699999999983, -1.572870000000001, -0.9126000000000005, -0.867359999999995, -0.5352749999999966, -0.5036849999999988, -0.7248150000000011, -0.1267499999999977, -0.16438500000000045, -0.11446500000000137, 0.7840950000000011, 0.6199050000000013, 0.634920000000002, -0.10627500000000145, 0.07507500000000378, -0.4196399999999969, -0.8804250000000009, -1.125929999999997, -1.5245099999999965, -1.8994949999999966], [0.0, -0.4564949999999981, -1.459965000000003, -1.3222949999999987, -0.8915400000000001, -0.35957999999999934, -0.8225099999999993, -0.07527000000000106, -0.1519049999999999, 0.16789500000000038, -0.1277250000000002, -0.06259500000000001, -0.8026200000000004, -0.5943599999999997, -0.42860999999999994, 0.01014000000000001, 0.4793099999999998, 1.3570049999999996, 0.7491900000000004, -0.34826999999999964, -0.08150999999999967, -0.4171049999999996, 0.46897499999999975, 0.7423649999999987, -0.06415499999999971, 0.38824499999999973, 0.489255000000001, 0.09145500000000129, 0.23048999999999997, -0.05869499999999944, -0.9203999999999984, -0.20981999999999967, -0.181545, -0.12284999999999946, -0.07663499999999956, 0.18798000000000029, 0.24414000000000013, 0.028664999999999788, 0.1565850000000003, -0.2694899999999989, -0.38765999999999967, -0.2653949999999997, -0.5284500000000002, -0.2708549999999992, 0.6817199999999999, -0.01793999999999954, -0.4229549999999994, 0.24199499999999974, -0.2583749999999988, 0.8229000000000002, 1.459184999999997, 1.8708300000000002, 1.6881149999999994, 1.1460150000000016, 0.42705000000000093, 0.2767050000000002, -0.2778749999999981, 0.39702000000000015, 0.2482350000000001, 0.4102800000000005, 0.3882449999999998, 0.32760000000000017, 0.7985249999999992, 0.8381100000000011, 0.5616000000000008, 0.9053850000000008, 0.1384500000000006, 0.4198350000000012, -0.5009549999999988, -0.5177249999999997, -0.2425800000000008, 0.4486950000000008, 0.7294950000000004, 0.7199400000000009, 1.145625, 0.7367100000000008, -0.0087750000000002, -0.11719499999999869, -0.22385999999999895, -0.9139649999999991, -1.2115350000000005, -1.1479650000000001], [0.0, -0.8457150000000005, -0.30985499999999966, -0.44849999999999834, -0.19090499999999944, -0.0052649999999991315, 0.714870000000001, 0.43036500000000066, 0.6651449999999999, 0.7998900000000007, 1.39815, 1.297335, 1.1547899999999993, 0.9260550000000006, 0.8624850000000006, 1.2390300000000005, 0.5200650000000001, 0.9360000000000007, 0.8812050000000007, 0.7521149999999996, 1.0179000000000002, 1.5079350000000016, 1.0873200000000012, 1.6186950000000002, 1.55103, 1.3603200000000002, 1.3406250000000015, 1.325610000000001, 1.118130000000001, 0.7433400000000001, 0.4410900000000005, 0.2412150000000004, 0.1218749999999999, -0.752895, -0.2843100000000003, 0.023400000000000587, 0.11875500000000017, -0.22230000000000005, -0.13416000000000006, -0.4444049999999995, -0.5723250000000001, -0.3909749999999994, -1.04988, -0.6741149999999995, -0.38571, -0.1021799999999996, -0.5188949999999998, -0.48262499999999964, -0.4186649999999985, -0.0692249999999997, -0.12986999999999982, -0.5352750000000003, -0.3116099999999985, -0.36991500000000077, -0.7868249999999971, -0.03080999999999906, -0.3342299999999996, -0.12089999999999945, -0.5844149999999994, -0.622830000000001, 0.2068950000000003, -0.019305000000000294, -0.12362999999999891, -0.020474999999998855, -0.009554999999999814, 0.9465300000000004, 1.3041600000000002, 0.348075, 0.2702700000000008, 0.7484100000000002, 0.5598450000000004, 0.569205, 1.0141950000000008, 1.1161800000000004, 0.9395100000000004, 1.4613300000000007, 0.9514049999999998, 0.2850900000000003, -0.5941649999999999, -0.3209700000000003, -0.10140000000000005, -0.23283000000000076], [0.0, 0.5417099999999998, 0.39896999999999905, -0.9007050000000003, -0.6078150000000013, -0.1452750000000006, 0.5442449999999994, -0.5190899999999994, -0.6951749999999992, -0.019499999999999962, -0.33910500000000077, 0.022035000000000582, 0.06103499999999984, -0.2757299999999997, -0.5173350000000005, 0.6752849999999994, 1.0270649999999995, 1.1935950000000002, 1.5859349999999994, 1.8987150000000004, 0.9839700000000015, 0.3525600000000001, 0.7747349999999996, 0.8761349999999993, 0.6413550000000002, 0.8593650000000003, 1.529580000000001, 0.5824650000000005, -0.1827150000000004, 0.3465149999999998, 0.45922499999999966, 0.2185949999999997, -0.7564049999999998, -0.1819350000000004, 0.570375, 0.8769150000000006, 1.0752299999999995, 1.651065, 1.2366899999999996, 0.7915049999999999, 0.6676799999999997, 0.003704999999998626, -0.11660999999999977, 1.1035049999999993, 0.40208999999999984, 0.26753999999999994, 0.21391499999999997, 1.177605, 0.8137350000000003, 0.8938800000000005, 0.9537449999999996, 1.648335, 1.762215000000001, 1.9620899999999986, 1.4833650000000005, 1.0994099999999993, 1.4272050000000007, 0.490619999999999, 0.7402200000000004, 0.5662800000000008, 1.3057199999999998, 1.4424150000000004, 0.9586200000000002, 0.8870549999999997, 0.7858499999999998, 0.04953000000000063, -0.07390499999999944, 0.3281850000000005, 0.08560500000000004, -0.5549700000000013, -0.395265, 0.38668499999999983, 0.476775, 0.9519900000000008, 0.9003150000000001, 0.8802300000000002, 0.9330749999999994, 0.5625749999999998, -0.10705499999999935, -0.43329000000000106, -0.810614999999999, -0.7747349999999995], [0.0, -0.36075000000000124, -0.6992699999999998, -0.4385549999999989, -0.5366400000000013, -0.0653250000000003, 0.15424500000000152, 0.09905999999999904, 0.04563000000000117, 1.0422749999999996, 0.41066999999999887, -0.15249000000000246, -0.018525000000001235, -0.5370300000000006, -0.09106500000000084, 0.518115, -0.037050000000000693, 0.34281000000000017, 0.5711550000000003, 0.35587499999999983, -0.0019499999999998963, 0.3453449999999988, -0.041535000000000544, 0.10042500000000076, 0.47774999999999923, 0.91065, 0.35216999999999943, 0.7708349999999998, 0.7433400000000001, 0.02613000000000043, -0.048750000000001625, -0.7215000000000003, -1.0516350000000014, -0.8542950000000014, -0.7183800000000002, -0.25193999999999894, -0.10997999999999752, -0.10081500000000121, -0.7103850000000047, -0.926444999999998, -1.0132200000000018, -1.0604100000000019, -1.1177400000000017, -1.5034500000000004, -1.3109850000000036, -1.8723899999999962, -2.0872800000000002, -1.6383900000000016, -1.5473249999999927, -1.510275, -1.2275249999999982, -0.7878000000000036, -0.5773949999999988, -0.5317650000000025, -0.40696499999999913, -0.5709599999999975, -0.9909899999999947, -0.399554999999999, -0.5896799999999982, -0.37050000000000227, -0.007215000000003302, 0.07897500000000002, 0.5824649999999995, 0.6524700000000001, 0.6747000000000001, -0.05752500000000005, -0.10900500000000024, -0.04231500000000188, -0.0840449999999997, -0.41379000000000055, -0.12811499999999953, 0.20513999999999888, -0.23653499999999972, -0.013845000000003438, 0.0797549999999998, -0.006825000000000747, -0.1667249999999978, -0.10998000000000019, -0.027495000000002046, -0.43894500000000103, -1.1120850000000022, -1.9439550000000008], [0.0, 0.09379499999999608, 0.47033999999999576, 0.680354999999996, 1.0375949999999967, 0.9829949999999981, 0.7509449999999982, 0.13572000000000028, 0.7055100000000012, 1.0403249999999995, 0.8962199999999971, 1.076984999999999, 0.9767549999999965, 0.19519500000000156, 0.6027449999999992, 1.361879999999999, 1.8579599999999985, 1.8304649999999985, 0.6971249999999958, 0.9032399999999983, 0.8297249999999983, 1.1824799999999989, 1.472834999999998, 1.6056299999999986, 1.811939999999999, 0.7838999999999983, 1.117544999999999, 0.9931349999999977, 0.707849999999999, 0.6503249999999976, 0.1807649999999974, 0.14683500000000116, 0.10237499999999877, -0.004094999999999516, 0.1361099999999975, 0.23750999999999722, 0.09574499999999975, -0.20650500000000127, -0.23088000000000486, -0.23478000000000243, -0.7002449999999998, -0.1641900000000014, -0.5428800000000034, -0.44596500000000194, -1.2493649999999974, -1.3228800000000027, -1.594320000000001, -1.6434600000000001, -1.0184850000000005, -0.7954050000000006, -0.3601649999999994, 0.1228499999999979, -0.46058999999999806, -0.4600050000000002, -0.314925000000005, 0.03646499999999797, -0.037830000000002695, -0.04426500000000422, -0.2513550000000033, 0.3049799999999987, 0.30068999999999857, 0.6273150000000005, 0.46858499999999825, 0.7686899999999994, 1.2912899999999967, 1.0510499999999994, 1.0906349999999982, 1.1844299999999977, 0.8108099999999996, 0.2739749999999992, 0.5066100000000002, 0.5666699999999962, 0.5461949999999993, 0.19187999999999827, -0.16867500000000257, -0.0774150000000029, -0.09613499999999986, -0.07429500000000111, 0.22034999999999827, 0.3646499999999975, -0.3174600000000023, -0.19149000000000393], [0.0, 0.13630500000000123, -0.36542999999999903, -0.28625999999999685, -0.3693299999999997, -0.12947999999999737, -0.19109999999999783, 0.10218000000000327, 0.3510000000000014, 0.3525600000000001, 0.026325000000002152, 0.09574500000000352, 0.09438000000000102, 0.013260000000001826, 0.1251900000000017, 0.13533000000000106, -0.368354999999998, -0.3742049999999981, -0.10529999999999817, 0.021645000000000802, 0.03276000000000234, 0.2441400000000018, -0.06142499999999962, 0.4050150000000028, 0.29250000000000265, -0.2074799999999981, -0.12070499999999718, -0.20084999999999642, -0.07409999999999872, 0.040754999999998764, -0.4896449999999992, -0.8316749999999966, -1.0920000000000019, -0.7915050000000017, -0.8184149999999972, -0.4886699999999977, -0.6951749999999968, -0.8242649999999978, -0.7304699999999977, -0.5138249999999993, -0.9094800000000016, -1.5397199999999995, -1.8103799999999963, -1.6807049999999997, -2.1034649999999964, -1.7776199999999998, -2.52369, -2.250885, -1.5894449999999956, -1.4443649999999995, -1.1561549999999978, -1.3261949999999993, -1.044614999999999, -1.4197949999999988, -1.6520400000000004, -1.4936999999999983, -1.5555149999999944, -1.4898000000000042, -0.8913449999999972, -0.6282899999999965, -0.5567250000000001, -0.24433499999999397, 0.17667000000000077, 1.0015200000000029, 0.8152950000000015, 0.8759400000000024, 0.1090050000000018, -0.00019499999999816886, 0.4662450000000026, 0.8030100000000019, 0.2349750000000015, 0.019500000000002293, -0.15404999999999802, -0.4559099999999976, -0.660854999999998, -1.0383749999999976, -0.8074949999999994, -0.8792549999999966, -1.1922299999999995, -0.7803899999999993, -1.2462449999999987, -1.7200949999999975], [0.0, 0.3866850000000013, -0.6442799999999976, 0.8755500000000005, 0.18700500000000042, 0.9974250000000006, 0.9558900000000008, -0.08111999999999953, -0.514604999999999, -0.014039999999998387, -0.0684449999999992, 0.17959500000000084, 0.20377500000000037, 0.33052500000000073, 0.4993950000000012, 0.8464950000000011, 0.28547999999999973, 0.06357000000000035, 0.6524700000000011, 1.0576800000000004, 0.02964000000000111, 0.1758900000000021, 0.16243500000000055, 0.16945500000000013, 0.745095000000001, 0.8373300000000001, 0.22288500000000233, 0.7131150000000008, 0.27241499999999963, -0.08306999999999942, 0.15463500000000152, 0.57681, 0.7039500000000007, 0.6423300000000006, 0.6119100000000016, 1.1161800000000008, 2.0022600000000006, 1.8012150000000013, 0.9726600000000007, 1.0801050000000008, 1.3361400000000012, 0.7347600000000009, 1.0063950000000006, 0.6169800000000009, 0.9188400000000005, 0.8147100000000015, 1.2573600000000007, 1.5163200000000003, 0.36718500000000165, 1.140555000000001, 1.7797650000000007, 1.6875300000000004, 2.198820000000001, 1.116960000000001, 1.70742, 1.6610100000000019, 1.0828350000000013, 0.8652150000000011, 1.144455000000001, 2.0814300000000006, 1.4595750000000005, 1.4792700000000014, 0.49023000000000083, 0.8716500000000006, 0.9256650000000013, 1.5182700000000011, 1.2930450000000002, 1.1789700000000012, 0.643305000000001, 0.6852300000000007, 0.4126200000000012, 0.6768450000000004, -0.2938649999999986, 0.3896100000000003, 0.13747500000000146, -0.42490499999999665, 0.5091450000000005, 1.0372050000000013, 0.766740000000001, 0.973440000000001, 0.6799650000000008, 0.6628050000000006], [0.0, -0.15483000000000424, 0.21644999999999848, -0.025350000000003092, 0.0031199999999995676, 0.5830499999999965, 0.6489599999999998, 0.5551649999999966, 0.4069649999999969, 0.44011499999999604, 0.4311449999999968, 0.4787249999999972, 0.7805849999999988, 0.7877999999999983, 1.227914999999997, 1.7655299999999974, 1.0237499999999973, 1.511444999999997, 1.6803149999999973, 1.313519999999997, 0.35041499999999814, 0.8993399999999987, 1.4780999999999977, 1.2971399999999969, 1.2827099999999967, 1.078739999999998, 1.3376999999999972, 0.8638499999999987, -0.13065000000000393, 0.269489999999998, 0.029639999999999667, -0.12811500000000042, -0.2234700000000045, -0.21391500000000163, 0.004289999999996796, -0.6538350000000059, -0.5633550000000007, -0.19539000000000173, -0.6947850000000038, -0.8827650000000016, -1.1233950000000041, -1.148550000000004, -1.5523950000000049, -1.5445950000000066, -1.5330900000000056, -1.8677099999999969, -1.8267600000000017, -1.4274000000000029, -0.75621, -0.6811350000000058, -0.6374550000000034, -1.4660100000000014, -0.8753550000000014, -0.7129199999999971, -0.20826000000000122, 0.013454999999997996, 0.22951499999999703, -0.6339450000000053, 0.05537999999999754, 0.5787599999999968, 0.2862599999999971, 0.7271549999999973, 0.4258799999999985, 0.6228299999999964, 1.143089999999996, 0.8745749999999979, 0.7979399999999965, 0.6622199999999985, 0.8127599999999966, 0.20182499999999748, 0.5528249999999948, 0.44615999999999856, 0.6019649999999979, -0.009945000000003201, 0.13084499999999633, 0.7322249999999979, 0.28216499999999667, -0.1558050000000024, 0.022814999999998475, -0.14332500000000015, 0.23516999999999633, -0.39019500000000273], [0.0, 0.45278999999999825, 0.44342999999999844, 0.07078499999999854, 0.6864000000000008, 0.8227050000000025, 0.8349900000000006, 0.826410000000001, 0.6378449999999991, 1.3784550000000002, 0.8402549999999991, 1.50189, 0.7983299999999987, 0.6105449999999999, 0.9075300000000004, 1.0448099999999991, 1.361490000000001, 1.3694850000000003, 1.1360700000000012, 1.801995, 1.2021749999999989, 1.1382150000000013, 0.73983, 1.1937900000000004, 1.2497550000000008, 0.9073349999999998, 1.120079999999999, 1.1391900000000004, 1.1222250000000005, 1.0732800000000013, 0.639015000000001, 0.27768000000000037, 0.13221000000000016, 0.06766499999999898, 0.14722499999999972, 0.6941999999999997, 0.6542249999999967, 0.45883500000000077, 0.5239650000000007, 0.05343000000000142, -0.3648450000000003, -0.12129000000000012, -0.12382499999999608, -0.018914999999998017, -0.6399899999999992, -0.7489949999999994, -0.3935099999999969, -0.8558549999999938, -0.1505400000000039, 0.3223350000000027, 0.855075, 0.4578599999999988, 0.759525000000002, -0.12226500000000096, -0.4931549999999971, 0.06824999999999815, -0.1390349999999989, 0.0011699999999996713, 0.4229549999999991, 0.8808150000000015, 0.5362500000000003, 0.8470799999999996, 1.034085000000001, 0.7388549999999998, 0.751530000000002, 1.1487450000000003, 1.296945, 0.776295, 0.9471149999999999, 0.37518000000000096, -0.12889499999999998, 0.5582849999999988, 0.6649499999999966, -0.0859949999999996, -0.2533050000000028, 0.28801499999999924, 0.2985450000000016, 0.5742749999999994, 0.33539999999999814, 0.4808700000000008, 1.1573250000000006, 0.6082050000000006], [0.0, 0.32428499999999993, -0.06591000000000025, 0.1542450000000007, 0.4849649999999999, 0.7564049999999994, 0.5171400000000002, 0.4997850000000003, 0.17940000000000023, 0.08716500000000002, 0.24297000000000016, 0.6290700000000008, 0.5448299999999997, 0.5939699999999999, 0.24102000000000007, 1.1522549999999998, 0.28860000000000036, 0.628875, 0.6924450000000006, 0.64662, 0.3591899999999999, 0.6762599999999999, 1.094339999999999, 1.005810000000002, 0.4048200000000005, 0.6883499999999999, 0.7959900000000006, 0.011894999999999989, 0.2605199999999999, -0.20475000000000038, 0.19578000000000037, 0.3862950000000007, -0.26227500000000015, -0.03997499999999993, -0.34865999999999997, 0.039780000000000065, 0.04192500000000035, -0.14293499999999976, -0.17569500000000032, -1.006785, -0.8496149999999987, -0.7150650000000002, -1.222259999999999, -0.9418500000000003, -1.3505699999999996, -1.1532300000000006, -1.551614999999998, -1.3355549999999996, -1.3648050000000005, -1.4981850000000003, -1.4094600000000008, -0.8626799999999992, -0.4966649999999996, -1.1674650000000013, -0.9143550000000025, -1.1801399999999977, -0.8349899999999997, -0.2671500000000003, 0.18525000000000022, 0.10627500000000017, 0.1072500000000001, 0.5851950000000008, 0.5729100000000005, 1.18092, 0.7059000000000003, 1.0249200000000007, 0.71292, 0.4931550000000005, 0.016379999999999728, 0.055575000000000735, -0.42315000000000014, -0.036465000000000025, -0.11777999999999983, -0.670995, -0.81978, -0.31394999999999984, -0.3242849999999994, -0.5149950000000006, -0.42022499999999996, -0.42022499999999985, -0.10705500000000051, -0.44967000000000024], [0.0, 0.4617599999999984, 0.4935449999999988, 0.4878899999999968, 0.01033499999999643, -0.21606000000000414, -0.4615650000000018, 0.3301349999999996, 0.13454999999999773, -0.18018000000000178, -0.08229000000000308, 0.10412999999999806, -0.40170000000000283, -0.11544000000000176, -0.07137000000000038, -0.628875000000005, -0.2652000000000012, 0.19109999999999694, 0.8232899999999973, 1.0104899999999981, 0.05303999999999709, -0.21138000000000168, 0.7109699999999981, 0.34222499999999867, -0.24375000000000258, -0.7630350000000024, -1.1963250000000005, -1.0011300000000072, -0.9644700000000019, -0.8802300000000043, -0.38259000000000154, -0.12363000000000302, -0.20923500000000228, -0.72774, 0.02203499999999803, -0.4122299999999999, 0.15658499999999664, -0.12772500000000275, 0.8252399999999984, 0.7837049999999975, 0.7400249999999977, 0.6444749999999984, -0.11154000000000286, 0.3116099999999973, -0.236340000000004, -0.5510700000000017, -0.6984900000000016, 0.28177499999999767, 0.7681049999999983, 0.5832449999999978, 0.3675749999999971, 1.5424499999999985, 1.0549499999999976, 1.2600899999999982, 0.872819999999996, 0.25076999999999816, 0.20455499999999827, 0.25856999999999597, 1.266719999999998, 1.522754999999998, 1.1015549999999974, 0.18953999999999938, 0.9763649999999985, 0.23107499999999748, -0.13260000000000183, -0.043485000000002216, 0.007409999999996142, 0.20572499999999883, -0.3738150000000031, 0.33968999999999805, 0.25271999999999695, 0.4939349999999971, 0.47579999999999867, 0.5068049999999977, 0.1511249999999975, -0.10413000000000205, 0.02398499999999637, -0.14956500000000128, -0.09925500000000209, -0.1589250000000031, 0.3049799999999956, -0.014429999999999055], [0.0, 0.848834999999998, 0.9338549999999994, 0.9391199999999993, 1.5884699999999983, 1.0040550000000008, 0.16243500000000033, 0.9159149999999983, 1.6516499999999992, 2.5529399999999995, 1.9152899999999984, 1.9067099999999995, 1.0079549999999975, 1.1565449999999975, 1.3985399999999986, 1.5469349999999995, 1.3402349999999983, 1.746419999999999, 1.6846049999999992, 1.4022449999999995, 1.227135, 1.1916449999999983, 1.783079999999999, 1.1167649999999991, 1.0102949999999984, 0.08833499999999983, 0.48204, 0.47618999999999856, -0.19343999999999983, 0.39643500000000165, 0.7868249999999963, 0.7702499999999997, 1.153425, 0.8810100000000016, 1.0095149999999986, 1.0022999999999997, 0.3687449999999983, 0.9820199999999992, 0.33715500000000187, -0.08092499999999969, -0.7447050000000015, -0.6146399999999992, 0.1862250000000012, -0.03841500000000053, 0.18096000000000068, -0.5399549999999982, -0.18408000000000113, 0.37615499999999713, -0.14956500000000084, 0.18212999999999901, -0.19500000000000206, 0.6479849999999989, 0.6768450000000004, 0.2564249999999979, 0.19187999999999494, 0.7263749999999991, 0.8973899999999999, 1.091220000000001, 2.2228049999999984, 1.8612749999999996, 1.095899999999999, 1.6274699999999984, 1.6073849999999994, 2.006549999999999, 1.316639999999997, 1.7610449999999984, 1.3605150000000004, 0.7027800000000002, 0.4607849999999978, 0.11251499999999925, 0.4124249999999994, 1.3653899999999988, 1.0875149999999996, 1.025700000000001, 1.1001899999999993, 0.9069450000000012, 0.5483400000000009, 0.653249999999997, 1.617914999999999, 1.0533899999999996, 0.7850700000000013, 1.2033449999999988], [0.0, 0.022424999999998807, -0.38415000000000465, 0.22249499999999767, -0.21157499999999985, 0.20942999999999712, -0.3940950000000025, -0.05732999999999788, 0.5142149999999985, 0.46000499999999733, -0.05342999999999676, -0.6228299999999998, -0.37537500000000157, -0.892125000000002, -1.7830800000000007, -1.020825000000001, -1.040324999999999, -0.1758900000000032, 0.030419999999997893, 0.14585999999999566, -0.9578399999999976, -0.7860450000000008, -0.8299200000000029, -1.4529449999999946, -1.341015000000002, -0.7318350000000058, -1.3094250000000074, -1.1678550000000036, -1.0877100000000006, -0.20163000000000042, -0.606645000000001, -0.1238250000000014, -0.1868100000000008, 0.9164999999999972, 0.3669899999999975, 0.6082049999999963, 0.13513499999999667, 0.33754499999999754, 0.036659999999997916, 0.46136999999999917, -0.14800500000000283, 1.0970699999999978, 0.6717749999999982, 0.8778899999999982, 0.5134349999999959, 0.006630000000003244, 1.087319999999998, 0.39857999999999794, 0.4011149999999972, 0.1690649999999978, 0.836159999999998, 0.22892999999999786, 0.5514599999999978, 0.09379499999999741, 0.5623799999999977, 1.1150099999999983, 0.7681049999999968, 0.6394049999999969, 0.8287499999999975, -0.2088450000000026, -0.07741500000000223, 0.06298499999999874, 1.0748399999999991, 0.6483749999999986, 0.9937199999999978, 0.6298499999999982, 0.9133799999999989, -0.21313500000000252, 1.299284999999998, 0.946529999999997, 0.4986149999999969, 0.7187699999999995, 1.0494899999999987, 0.27241499999999785, 0.7308599999999978, -0.22873500000000324, 0.09730499999999709, 0.2078699999999969, 0.2683199999999968, 0.15210000000000123, -0.05343000000000031, -0.6700200000000065], [0.0, 0.3394950000000001, -0.02378999999999809, 0.2802150000000004, 0.6329700000000007, 0.40852500000000064, 0.6232200000000002, 0.3997500000000002, 0.43582500000000024, 0.9488700000000008, 0.8747700000000005, 0.7480199999999997, 1.0015200000000006, 0.448305, 0.5809049999999996, 0.10296000000000027, 0.11622000000000055, 0.36114000000000057, 0.38980500000000023, 0.8377200000000005, 0.56667, 0.3203850000000002, 0.6249750000000005, 0.7831200000000005, 1.2210900000000005, 0.10900499999999924, -0.4147649999999997, -0.37830000000000086, -0.5426849999999984, -0.3461250000000008, 0.4621500000000003, 0.12557999999999991, 0.36172499999999935, 0.5399550000000004, 1.0276500000000002, 0.6786000000000006, 0.4553250000000003, 0.4902300000000005, 0.17004000000000147, 0.31746000000000046, 0.1669200000000003, 0.30712500000000026, 0.256425, -0.10452000000000006, -0.012675000000000436, 0.16945500000000013, -0.6731400000000011, -0.40325999999999895, -0.6871799999999989, -0.6321899999999993, -0.3155099999999993, -0.21449999999999902, -0.1300649999999991, 0.12577500000000075, -0.031394999999999396, -0.0471900000000004, 0.1468350000000035, 0.7074599999999995, 0.8564400000000003, 0.9215700000000002, 1.0843950000000002, 0.43192500000000045, 0.527865, 0.7410000000000003, 0.6852300000000004, 0.8511749999999997, 1.2579449999999999, 1.0709400000000002, 1.3414050000000004, 1.4679600000000006, 0.6973200000000007, 0.5670600000000005, 1.3938600000000008, -0.03470999999999902, -0.2583750000000007, 0.432900000000001, -0.1415699999999993, -0.10276500000000022, 0.160095, 0.09457500000000019, 0.3432000000000004, 0.5463900000000005], [0.0, 0.035684999999997746, 0.08014499999999875, 0.06766500000000014, 1.121444999999999, 0.40364999999999873, 0.4783349999999989, 0.676064999999999, 0.6111299999999993, -0.05031000000000102, 0.12791999999999898, -0.2893800000000012, -0.13513500000000112, -0.11329500000000126, -0.8074950000000009, -0.31375500000000156, -0.4040400000000014, -0.01072500000000115, 0.45239999999999886, -0.12109500000000006, -0.3558750000000014, 0.23438999999999868, 0.1398149999999989, -0.5261100000000006, -0.6575400000000019, -0.26676000000000166, -0.9642749999999997, -0.626340000000002, -1.0596300000000003, 0.002144999999999231, -0.40014000000000016, -0.3186300000000014, -0.33247500000000085, -0.04621500000000006, 0.9718799999999989, 0.28372499999999923, 0.319019999999999, 0.5528249999999989, 1.1148149999999988, -0.19168500000000055, -0.2509650000000001, -0.25467000000000106, -0.012285000000000657, -0.23400000000000187, -0.3603600000000008, -0.12870000000000203, 0.10334999999999867, -0.10101000000000071, -0.5134350000000003, -0.09945000000000093, -0.20124000000000164, -0.16165500000000077, 0.3287699999999988, -0.40443000000000073, -0.2669549999999996, 0.6862049999999991, -0.24921000000000082, 0.17452499999999943, 0.6386249999999992, 0.448109999999999, 0.12206999999999857, 0.46780499999999897, 0.9510149999999986, 0.8808149999999999, -0.3804450000000007, 0.5044649999999989, 0.4369949999999997, -0.5610150000000012, 0.7552349999999998, 0.8888099999999992, 0.5360549999999992, 0.7289099999999995, 0.9281999999999988, 0.229904999999999, 0.3798599999999987, 0.4508399999999988, -0.08287500000000136, 0.22268999999999922, 0.25739999999999874, 0.3915599999999986, 0.17666999999999938, 0.19324500000000014], [0.0, 0.2767049999999994, 0.06863999999999881, -0.021255000000000523, -0.053625000000000256, 0.02164499999999936, 0.2882099999999995, 0.7117499999999994, 1.214655000000001, 0.822509999999999, -0.2642250000000008, 0.2620799999999992, -0.028275000000000605, 0.09574499999999969, 0.0752699999999995, 0.3890249999999996, -0.08131500000000069, -0.0035100000000005127, 0.06083999999999956, -0.035880000000000745, -0.09633000000000036, -0.7164300000000008, -0.17062500000000058, -0.6279000000000028, -0.06415500000000102, -0.3059550000000014, -1.0994100000000004, -0.1996800000000002, -0.8802299999999994, -0.3102450000000001, -0.0990599999999997, -0.7558200000000019, -1.001715, -0.39643500000000076, -0.3227250000000008, 0.25115999999999944, -0.23653499999999972, -0.02164500000000147, 1.3380899999999993, 0.23068499999999967, 0.17569499999999932, -0.05343000000000042, 0.3254549999999993, 0.2035799999999996, -0.3149250000000017, -0.42198000000000047, -0.14683500000000127, -0.21118500000000073, -0.43192500000000045, -1.2622350000000007, -1.3521300000000018, -0.9071400000000007, -0.6772350000000014, 0.01559999999999745, 0.5329349999999986, 0.6058649999999988, 0.37362000000000056, 0.9361949999999998, 0.9276149999999985, 0.49978499999999937, 0.7066799999999999, 0.4867199999999991, 0.7891650000000001, 0.7936499999999992, 0.8437649999999994, 0.9192299999999997, 0.7267649999999998, 0.8806199999999997, 1.2776399999999994, 1.332629999999999, 0.6407699999999993, 1.0652849999999994, 0.8490299999999994, 0.6021599999999994, 0.9432149999999997, 0.44537999999999933, -0.08482500000000043, 0.4120350000000003, -0.15658499999999975, -0.4410900000000003, -0.10569000000000073, 0.05381999999999981], [0.0, 0.9311249999999991, 0.175109999999997, -0.24277500000000307, -1.1621999999999977, 0.4640999999999984, -0.0011700000000067767, 0.5227949999999999, 0.9753899999999989, -0.234780000000002, 0.22931999999999686, 0.09847500000000142, -0.07332000000000338, -0.07039500000000176, -1.1378250000000034, -0.8334299999999981, -1.287975000000002, -1.096679999999997, -0.8890050000000005, -2.1533850000000023, -1.0375949999999978, -1.289535000000002, -1.721265000000003, -1.3805999999999963, -0.5424899999999999, -1.0520249999999969, -1.7694299999999985, -0.9361950000000023, -1.394640000000003, -0.48613500000000087, 0.6013799999999985, 0.9779249999999997, 1.1832599999999982, 0.8164650000000004, 1.0313550000000007, 0.5222099999999985, 1.4665949999999985, 1.6040699999999992, 1.7949749999999995, 1.8511349999999995, 2.349554999999999, 1.7926350000000006, 2.207204999999999, 1.0984349999999985, 2.219879999999999, 2.595254999999999, 0.32779500000000406, 1.444365, 1.9047600000000007, 1.3012350000000001, 0.7211099999999986, 0.6667050000000001, 1.0921949999999987, 2.358915, 1.47849, 1.859520000000001, 1.1854049999999998, 1.871025, 0.7564049999999964, -0.07722000000000628, 0.7291050000000006, 1.1651250000000017, 1.4954550000000004, 1.4032199999999988, 1.3960049999999995, 0.45649500000000254, 0.3207749999999958, 2.1785399999999995, 1.220115, 1.0785449999999974, -0.3621150000000033, -0.2047500000000011, 1.8138899999999996, 0.9350249999999996, 0.6286799999999975, 0.0653249999999983, 0.8999249999999988, 0.7858499999999968, 0.18505500000000108, 0.08267999999999853, -0.1041300000000045, 0.597869999999999], [0.0, 0.09359999999999968, 0.41573999999999955, 0.0682500000000017, 0.8129550000000001, 0.46332000000000073, 1.0079550000000004, 1.1085750000000008, 0.7400249999999983, 0.7686899999999998, 0.7018050000000003, 0.2599349999999998, -0.5500949999999996, -0.13961999999999963, -0.07780500000000101, -0.20630999999999977, 0.375765000000001, 0.44967, 0.7349550000000001, 0.9252750000000003, 0.5772000000000007, 0.6306300000000007, 0.26695499999999917, 0.3603599999999989, 0.3106350000000011, 0.7998900000000002, -0.11154000000000064, -0.9935249999999989, -1.708785000000003, -2.5845300000000044, -1.821494999999999, -2.100929999999999, -2.233724999999996, -2.5658100000000017, -2.562884999999997, -2.2294349999999996, -2.249715000000001, -2.7508650000000046, -2.6841749999999998, -1.4859000000000007, -1.9636499999999966, -1.628054999999996, -2.117114999999999, -2.9045250000000005, -2.8854149999999974, -3.1765500000000015, -2.336489999999995, -2.211105, -1.7039100000000083, -1.9620900000000023, -1.4841449999999956, -1.7331599999999987, -1.706445000000002, -0.9398999999999991, -0.5054399999999977, -0.9467250000000023, -0.7158450000000018, 0.2230800000000004, 0.03666000000000058, 0.5300099999999991, 0.2271750000000028, -0.11407500000000392, 0.08307000000000131, 0.3422250000000022, 0.8357699999999995, 0.612495, 0.30127499999999974, 0.32233500000000004, -0.6066450000000001, -0.19870500000000058, 0.4644900000000003, 0.3024449999999972, 0.08736000000000144, 0.11388000000000087, 0.8365500000000001, 1.0769850000000005, 0.47814000000000056, -0.5227950000000017, -0.6643649999999994, -0.6310199999999979, -0.5188950000000001, 0.03978000000000059], [0.0, 0.20202000000000148, 0.6807450000000008, 1.2363000000000015, 0.9555000000000011, 0.8556600000000021, 0.46449000000000107, 0.2999100000000013, 1.3414050000000004, 1.4660100000000003, 0.9845550000000005, 0.33442500000000075, 0.5348850000000012, 1.1347050000000016, 0.6329700000000007, 1.487655000000003, 1.9798350000000027, 1.683630000000003, 1.747005, 1.7684550000000012, 0.49432500000000024, 0.3667950000000009, 0.3252600000000008, 0.7341750000000018, 0.9728549999999998, -1.0767899999999986, -1.2177749999999985, -1.6329299999999978, -1.8390449999999985, -1.9121700000000021, -1.8599099999999982, -0.8346000000000007, -0.9125999999999996, -0.9336599999999984, -1.6927949999999963, -1.56702, -2.5821899999999993, -2.239574999999999, -1.4568449999999988, -3.027375000000001, -2.052375000000001, -2.0560799999999984, -2.239770000000001, -2.0506200000000003, -2.728439999999997, -1.9581899999999963, -2.1026850000000015, -1.4229150000000013, -0.208844999999999, -1.4775149999999961, -1.1768249999999991, -0.6637799999999996, -0.9141600000000005, -0.6860099999999987, -0.43972499999999876, 0.2724150000000012, 0.11505000000000101, 0.6066450000000015, 0.8825700000000007, 0.975000000000001, 0.7608900000000006, 0.45903000000000066, 0.6462300000000007, 1.0697700000000012, 0.735735000000001, 0.9551100000000017, 1.4560650000000006, 1.0781550000000004, 1.5432300000000008, 0.890175000000001, 1.4307150000000022, 0.9350250000000007, 1.3846950000000007, 0.8804250000000016, 0.42783000000000065, 0.6620250000000014, 1.3558349999999986, -0.16184999999999888, -0.10900500000000019, 0.5393700000000008, 0.5707650000000009, 0.8127600000000006], [0.0, -0.10978500000000113, -0.10764000000000085, -1.092585, 0.12753000000000125, 0.913379999999999, 0.8262149999999994, 0.8673599999999995, 0.2400449999999974, 1.4346149999999998, 1.6062149999999997, 0.41846999999999945, 0.8613149999999995, 0.8285549999999989, 0.6302400000000005, 0.15209999999999968, 0.838695, 1.1267099999999994, 0.4373849999999999, 0.9972299999999996, 0.7930649999999997, 0.24375000000000213, 0.43543499999999913, 0.9516, 0.17121000000000186, -0.16477500000000078, -1.3215149999999982, -1.3337999999999999, -1.7161950000000046, -1.616549999999999, -2.0278050000000016, -2.0673900000000014, -2.006940000000001, -1.7033249999999998, -1.2058800000000003, -2.2382099999999987, -1.7600699999999987, -1.7756699999999956, -1.060020000000003, -1.2955800000000013, -0.645059999999998, -1.426814999999994, -1.5143699999999989, -1.5980249999999978, -1.4921399999999967, -1.545765000000004, -0.93015, -1.0664549999999993, -0.9687600000000012, -0.6450600000000051, -0.20923499999999962, -1.4695200000000013, -0.5619900000000013, -0.5717399999999977, 0.2989350000000002, 0.6846450000000001, 1.5116399999999997, 0.47248499999999893, 0.7197449999999999, 1.529775, 0.6409649999999999, 0.350219999999998, 0.07488000000000006, 0.0815099999999962, 0.35704499999999895, 0.8474700000000004, 1.0375950000000007, 0.5335200000000011, 0.5380050000000004, 0.32174999999999776, 0.3970199999999984, 0.7425600000000007, 0.9631050000000002, 1.2476099999999999, 0.9638850000000017, 1.3164449999999996, 0.7043400000000002, 0.862679999999999, 0.9221549999999992, 0.1795949999999975, 0.47443500000000083, 0.35236500000000026], ...] | NaN | 200.0 | 4.115423 | 1.412381 | 2.195676 | 0.812121 | 2.242721 | 0.918268 | 0.081815 | 0.071196 | 0.023609 | 4482.147713 | 3430.880052 | 35.000 | 0.180326 | 0.0 | 0.16 | 1.0 | 0.563636 | 0.500000 | -0.235518 | 0.388889 | 0.292517 | 0.0 | 150.0 | 0.223845 | 0.236336 | 0.455535 | 0.591120 | 0.352467 | 50.000 | 0.962 | 4923.0 | 0.0 | 1.299286 | 1.465437 | 3.564040 | 1.029611 | 3.977920 | NaN | 0.0475 | 0.2095 | 0.0235 | 0.2465 | 0.0 | 0.0 | 0.056225 | 0.0 | 0.0 | 0.0 | 0.108153 | 0.0 | 0.068182 | 0.000661 | 0.038341 | 0.226443 | 0.036345 | 7955.0 | 3756.0 | 7199.0 | 549.0 | TH | 11.0 | 20.0 | 729445650.0 |
| 950921152 | 0.467002 | 2 | 850249267 | 1070.71 | 0.500000 | 2.522905 | -0.109867 | 15.783665 | 0.017776 | 0.027818 | -0.547558 | good | 0.624450 | 0.043973 | NaN | 87.56 | 0.187998 | 3.745288 | 94.620825 | 2 | 50.0 | 0.247236 | 2.220043 | 0.99 | 0.566559 | 0.284058 | [1.2775103414155262, 2.3915133536963493, 3.7019502304706164, 5.883756130106434, 7.897194907808366, 9.233598521463746, 16.645618563676905, 16.774152244567237, 17.32575373610593, 17.585321104646646, 17.777988292288274, 17.80205502403174, 17.88765525549605, 18.33752313861221, 18.578257122893838, 18.880557940319775, 19.06372510227319, 19.077791806976435, 20.99136364797001, 22.490867702651425, 22.699701600674743, 22.934035567650632, 23.611470732778795, 26.19887772916605, 26.40551162124052, 26.468878459252064, 29.32795285689871, 34.55310031910901, 36.12580457172485, 36.14700462905012, 36.234171531417395, 38.577844535410954, 38.82534520465647, 38.90347874926408, 41.33205198282913, 41.51991915749145, 41.71558635324514, 42.28882123661418, 42.298721263384, 43.261290532852385, 43.28349059288168, 44.19145971471045, 44.36726019007756, 44.78696132495571, 44.89616162023495, 45.12549557369072, 45.41009634325547, 45.66016368610797, 46.1969984710506, 47.912936444305906, 48.56113819705315, 49.111706352464346, 50.71984403422605, 51.70011335155563, 51.72088007437582, 52.69008269511422, 52.848049788926275, 53.04265031512901, 53.3580845014011, 53.459618109282836, 53.66168532234227, 53.880519247405815, 54.26155361106177, 54.32758712295071, 54.974488872182725, 55.0137889784508, 55.585123856682195, 55.99402496235691, 55.999091642723954, 56.06615849074038, 56.48055961128721, 58.20189759914424, 58.634932103409355, 58.896932811863195, 59.09086666959658, 59.18700026287659, 59.524567842331045, 59.53036785801437, 59.77703519167321, 59.894602176242756, 59.96580236876915, 60.32060332815625, 60.72893776563202, 61.52113990775847, 61.541439962650124, 61.86270749802901, 62.17480834195437, 62.552376029569714, 62.56350939300783, 62.804676711794535, 63.91637971785611, 64.06504678652075, 64.16711372917797, 65.05214945566115, 66.538420141226, 66.60942033321159, 66.86178768228334, 67.01978810951886, 67.13392175147128, 67.591389655138, ...] | [0.00014859435856024575, 0.00015310486736002364, 0.00016083021263017873, 0.0001695598449424765, 0.00014912422015967648, 0.00014906827358696277, 0.00016354733125963585, 0.00017046751397152812, 0.00015444534425444363, 0.0001734022316540478, 0.00016227246149432163, 0.00019121345923008137, 0.00015516779452318487, 0.00015112618373436883, 0.0001616090825401168, 0.0001434142586701295, 0.00015899651204542825, 0.00015307012172485586, 0.00014031941975524578, 0.0001589532885250762, 0.00014491584028139158, 0.00018224735492207883, 0.00015887000357370665, 0.00015350383837967865, 0.00016754504627288698, 0.0001540344718276871, 0.00014152849565389507, 0.00014241724194362208, 0.00015031432352231874, 0.00019464243388409204, 0.00019756663201744772, 0.00023972897261766455, 0.0001540884140839329, 0.0001715645971313851, 0.0001689414697400207, 0.0001431249897418749, 0.0001741666107293978, 0.0001469150899368913, 0.00015200762236094876, 0.00014007493049366924, 0.0002535521083893272, 0.00015744350291038326, 0.00014472769596598825, 0.00014509753592641982, 0.00015916448870444613, 0.00016651893583466794, 0.00015400842816277452, 0.00015849247002583915, 0.00017137147314773843, 0.00014550349093078607, 0.00017021246781327574, 0.0002302141213184185, 0.00015659303782027681, 0.00014434514540236562, 0.0001471459847041636, 0.00017612596079309793, 0.00015586593156172808, 0.00019427929157744773, 0.00015026116556382128, 0.00014470944548187649, 0.00014482157516154548, 0.00018178383495281975, 0.0001686730282741938, 0.00014206529144135464, 0.00016997570948664698, 0.00017757425995415646, 0.0001523425174994828, 0.00015547311043235358, 0.00017845426692611642, 0.00017199374494059465, 0.0001452868255655191, 0.00014317829709041967, 0.0001433055898598896, 0.00015240333169790437, 0.00019069949522151745, 0.00015520344894780707, 0.00015567792418720144, 0.00015701047095994394, 0.00018679003237870857, 0.00014347520980942776, 0.00015071929504220695, 0.00014670200993275955, 0.00021805387106158975, 0.00015485225784494673, 0.00015438079530483956, 0.00016435632816244603, 0.00018455148476577597, 0.0001570030886017732, 0.0001508123027958216, 0.0001569292152233835, 0.00018233061497510719, 0.00015558902465988753, 0.0001442292934206847, 0.00014580184775358473, 0.0001683238414878014, 0.0001499175186583496, 0.00014531532171704152, 0.0001475515911317528, 0.000152840708408886, 0.0001515240467778397, ...] | [[0.0, -0.6427199999999993, -2.8360799999999986, 2.353065, -12.238005000000012, -0.8913449999999998, 0.9326849999999927, -5.033535000000002, -4.870319999999994, -3.6427949999999965, -9.191714999999984, -6.388199999999999, -11.53990500000001, -11.23005000000001, -18.04530000000001, -22.912304999999993, -29.692259999999994, -35.553959999999975, -46.910369999999986, -48.82234499999993, -53.465099999999985, -43.17767999999996, -39.889980000000016, -24.822525000000006, -19.50311999999999, -0.7761000000000036, -3.996135000000001, 8.102835000000002, 8.366475000000014, 18.26233500000001, 34.40365499999995, 22.773854999999994, 35.99622000000002, 34.983000000000004, 34.504665, 38.779845, 28.367624999999986, 30.35506500000004, 28.22137499999999, 29.79775499999997, 29.041740000000022, 20.713874999999994, 19.48088999999997, 20.814299999999974, 19.781580000000005, 9.898004999999998, 10.148384999999996, 3.576495000000001, 9.860760000000015, 5.909670000000002, 3.963374999999996, 4.581135000000001, 3.314415000000003, 10.762830000000006, 3.898245, 4.144335000000002, -3.3586800000000046, 5.116605000000002, 1.5471299999999981, 1.431494999999999, 6.5126100000000005, -0.873794999999999, 2.6984099999999986, 2.6073449999999996, 1.1791650000000065, -6.454110000000005, -0.32799000000000067, -1.5666300000000004, -2.1301800000000024, 2.421705, 2.229045000000002, 6.301815000000003, 4.356885, 3.168945000000001, -1.0919999999999992, -1.2639900000000002, 4.989269999999999, -5.872815000000012, 8.712404999999993, 4.7774999999999945, 9.293700000000003, 1.128855000000001], [0.0, -0.8228999999999984, -0.9151349999999976, -1.0050300000000014, -1.2402000000000006, -1.6922099999999989, -2.1479249999999994, -2.759640000000003, -4.063215, -6.419010000000002, -8.281649999999996, -9.032204999999978, -12.003420000000007, -16.32247500000001, -25.064715000000014, -39.27455999999996, -58.27243500000005, -81.92281499999982, -103.94085000000001, -116.74416000000011, -118.76631000000006, -109.32889499999997, -93.62515499999996, -73.32487500000005, -51.61435499999995, -30.13120499999996, -9.93252000000001, 8.894730000000001, 26.73859500000001, 43.31808000000007, 56.26022999999994, 66.97255499999993, 73.28762999999994, 77.34967500000002, 78.46702499999986, 77.57334000000006, 75.93572999999992, 73.03159499999995, 68.18525999999997, 63.67841999999992, 59.219744999999946, 53.205555000000004, 47.755305, 42.46983000000002, 37.03401000000005, 32.466914999999986, 27.224534999999978, 22.834890000000005, 19.68603, 16.952909999999996, 14.588730000000005, 11.87354999999999, 10.11699, 8.460465000000003, 8.145930000000002, 6.602699999999999, 4.5351149999999985, 3.1116150000000005, 1.7801550000000002, 0.47774999999999923, 0.015795000000002446, -0.3067349999999931, -0.8847150000000004, -0.47852999999999657, 0.06961500000000154, 0.38960999999999735, 0.1838849999999974, -0.4030650000000007, -0.5931899999999981, -1.5122249999999986, -2.184975000000001, -2.8936050000000058, -3.408210000000001, -3.868214999999997, -2.9868150000000013, -2.1545549999999953, -1.9733999999999976, -2.3536499999999996, -2.0590050000000057, -1.4687399999999977, -0.9118200000000023, -0.5563349999999998], [0.0, -2.886585000000003, -3.312465000000004, -3.844815000000002, -3.2471400000000052, -4.929795000000002, -4.992585000000001, -4.135755000000005, -6.725550000000009, -5.8108050000000055, -6.190470000000008, -6.05026500000001, -7.787519999999992, -10.284495000000005, -12.880335000000002, -18.02872500000001, -21.040695, -23.82236999999999, -26.313884999999985, -26.188695000000003, -26.717730000000007, -25.43891999999999, -21.02002500000002, -18.080985000000005, -14.662830000000012, -8.848125000000001, -5.266755000000003, -0.30147000000000257, 2.248349999999996, 6.3086400000000005, 9.05404500000001, 12.10969499999999, 14.553434999999984, 14.621879999999999, 14.854514999999997, 13.867230000000012, 15.053804999999981, 14.988480000000015, 15.329729999999978, 13.301339999999996, 13.120184999999998, 12.475125000000011, 11.974949999999982, 12.015509999999981, 9.502934999999992, 7.035405000000004, 5.99976, 4.81220999999999, 3.7830000000000017, 3.5583599999999938, 2.8079999999999976, 2.6367899999999964, 0.8868599999999955, 1.784834999999998, 1.02453, 0.6265350000000001, -0.5292300000000032, -0.4297800000000018, -2.0467200000000028, -3.189030000000005, -5.252520000000002, -2.0849400000000027, -2.3446800000000048, -0.6522750000000023, -1.5754050000000035, -1.5112500000000035, -1.8864300000000027, -0.6961500000000036, -0.8585850000000028, -1.7204850000000034, -1.8035550000000033, -2.3000250000000024, -1.7674800000000033, -2.498535000000003, -2.0861100000000037, -1.4057550000000025, -0.6760650000000048, -1.517685000000001, -0.7829250000000029, -0.2991300000000048, 0.7495800000000008, 0.07292999999999816], [0.0, -0.532740000000002, -0.9422400000000006, -1.0313549999999998, -1.1934000000000016, -1.8507450000000005, -1.7296499999999966, -2.9417699999999973, -3.715335000000004, -4.710224999999998, -5.944964999999996, -6.896955000000001, -8.718060000000005, -12.250095000000007, -17.65452000000001, -24.899160000000002, -33.22839000000002, -42.95479499999999, -51.26978999999999, -56.93824499999999, -57.36900000000002, -54.51010500000004, -47.54002500000002, -38.72894999999998, -28.985579999999985, -18.922214999999998, -8.708699999999991, 1.7109300000000012, 9.779445000000004, 17.630340000000004, 25.389975000000003, 30.231434999999998, 34.17433500000003, 36.279165000000006, 37.25182500000004, 37.191960000000016, 37.01041500000001, 35.79283500000001, 34.15464, 32.54179500000004, 29.923139999999993, 27.294930000000022, 24.77826000000003, 22.053524999999993, 19.003724999999985, 16.09724999999999, 13.699529999999996, 11.475360000000002, 9.37677, 8.100885000000002, 6.622590000000001, 5.074680000000006, 3.9746849999999982, 3.7395150000000044, 3.8397450000000015, 3.4216650000000017, 1.8877950000000001, 0.5144100000000009, 0.43972500000000003, -0.6990750000000032, -0.8511749999999965, -1.3669500000000052, -1.1233949999999944, -0.6300449999999984, 0.36738000000000104, 0.053625000000001366, -0.3205799999999994, 0.03295500000000229, -0.017159999999998954, -0.9601799999999978, -1.2879749999999992, -1.7883450000000003, -1.8602999999999994, -2.102685, -1.698449999999996, -0.9925499999999985, -1.1009699999999987, -1.2495599999999982, -0.835575, -0.6265349999999972, 0.04524000000000039, 0.4282200000000004], [0.0, -0.8698949999999994, -1.8322199999999997, -1.3271699999999995, -1.2836849999999984, -2.2655100000000012, -2.764319999999998, -3.5915099999999986, -3.3224099999999983, -3.3046650000000017, -4.935645000000003, -5.177640000000001, -6.9242550000000085, -8.050964999999996, -10.218194999999971, -14.449305000000003, -17.582174999999985, -20.830680000000008, -23.009609999999977, -25.548509999999972, -26.496404999999967, -24.761489999999977, -22.541025, -19.526324999999975, -15.828344999999981, -11.565644999999998, -7.277010000000005, -2.904329999999995, 1.3868400000000014, 4.648410000000001, 7.291439999999988, 10.251344999999992, 11.704095000000015, 12.809939999999985, 13.361984999999999, 13.307384999999996, 13.310894999999995, 13.04959500000001, 11.579489999999998, 12.19198500000001, 11.928344999999995, 11.595285000000004, 10.031969999999994, 7.983299999999996, 6.772155000000001, 5.7365099999999964, 4.950659999999997, 3.2488950000000036, 3.1796699999999993, 3.167385000000001, 2.7592499999999993, 1.8051150000000016, 1.7247749999999977, 1.1495250000000017, 0.7716150000000005, 0.5789549999999997, 0.3527549999999995, -0.5282549999999998, -0.4143749999999997, -0.6208799999999995, -1.6019249999999998, -1.2554100000000004, -1.8563999999999994, -1.2688649999999986, -0.9597900000000013, 0.13962000000000005, -0.8788650000000001, -0.6327750000000009, -0.4514249999999991, -0.8981699999999996, -1.8838950000000023, -3.081194999999996, -2.7939599999999984, -2.5831650000000024, -2.8668899999999997, -2.6956799999999994, -1.8177899999999996, -1.4798550000000001, -1.2583349999999993, -1.4457299999999993, -1.3950299999999984, -0.9274199999999994], [0.0, 0.4254899999999986, 0.4089149999999986, 1.2513149999999986, 0.820169999999999, -0.05499000000000054, -0.4063800000000013, -0.36543000000000037, -0.5764199999999993, -1.4157000000000042, -2.4105899999999973, -3.541395, -6.254430000000005, -8.777729999999998, -11.743484999999978, -14.903265000000003, -19.039410000000036, -24.225045000000026, -29.27125499999998, -33.700095000000026, -36.31368000000003, -35.826375000000006, -33.00375000000004, -28.91499000000002, -23.557560000000027, -17.704244999999997, -11.008529999999997, -3.6490350000000027, 3.4084049999999997, 8.384220000000006, 13.981500000000004, 18.18940499999997, 21.30726000000003, 23.61274500000002, 24.46606499999999, 25.780755000000017, 26.043420000000054, 25.580880000000015, 24.08016000000001, 22.727055, 21.235695000000003, 19.67861999999999, 17.935319999999987, 15.474809999999998, 13.606904999999992, 11.604839999999987, 9.562994999999994, 8.504730000000007, 6.86770499999999, 5.925855000000004, 5.100224999999999, 4.045274999999998, 3.4319999999999977, 3.0016349999999994, 3.1940999999999997, 2.3437050000000004, 1.4073149999999983, 0.584024999999999, 0.8583899999999987, -0.356850000000001, -0.9032400000000007, -0.7308600000000007, -0.7486050000000031, -0.6669000000000009, 0.27475499999999986, 0.7207199999999991, 0.6064499999999985, 1.051829999999999, 1.0301849999999986, 1.055924999999998, 1.374944999999999, -0.5032950000000018, -0.9734399999999996, -1.44963, -1.5656550000000022, -1.4194050000000002, -0.6920550000000043, -0.9970350000000017, -0.45552000000000126, 0.10276499999999777, 0.8975849999999989, 0.9697349999999991], [0.0, 0.059474999999998834, 0.43485000000000174, 0.5110949999999979, 0.7374899999999989, 0.33793500000000076, 0.2825550000000019, 0.3338400000000019, -0.36504000000000203, -0.005265000000000963, -0.4383600000000012, 0.2989349999999984, -0.6904950000000004, -1.756560000000001, -3.17382, -4.540770000000004, -5.736314999999996, -7.750080000000002, -8.477039999999999, -8.626409999999995, -8.074170000000004, -8.085675000000009, -7.1535749999999965, -6.853469999999994, -5.8667700000000025, -4.952025, -3.860025000000006, -2.4497849999999994, -1.8776550000000016, -1.2160200000000014, 0.1074449999999969, 0.5101199999999988, 0.500955, 0.5912399999999998, 1.053389999999998, 0.4695599999999982, 0.5534100000000004, 1.177994999999994, 0.9685649999999986, 1.7705999999999995, 1.652039999999996, 1.4825849999999994, 1.4061449999999955, 0.44323499999999894, 0.2614949999999985, 0.31667999999999896, -0.2519400000000016, -1.7070300000000016, -2.5810200000000005, -1.8969600000000009, -1.6565250000000014, -0.972660000000001, -1.0596300000000012, -1.3336050000000021, -0.8876400000000009, -1.167465000000001, 0.09554999999999936, -0.29640000000000244, -0.6015750000000024, -1.5202200000000012, -1.670955000000001, -2.0919600000000003, -1.8458700000000015, -1.0124400000000011, -0.47346000000000044, -0.17764500000000139, 0.22756499999999646, 0.3515849999999985, -0.1407900000000024, -1.167270000000002, -1.1372400000000011, -2.272725000000002, -2.0829900000000015, -1.380600000000002, -1.1060399999999997, -1.1770200000000004, -0.4334850000000017, -0.5068050000000002, -0.08190000000000186, -0.5972850000000014, 0.1045199999999975, -0.0483600000000024], [0.0, -1.0615800000000006, 0.04582499999999923, -0.4262700000000004, -0.09613500000000043, -0.5937750000000006, -1.1705849999999995, -1.7286749999999982, -1.661204999999999, -2.0061600000000026, -2.5944749999999996, -3.1644600000000023, -3.7040249999999997, -5.413199999999999, -6.496425000000009, -8.617830000000007, -10.417874999999988, -12.07128000000001, -13.640250000000002, -15.413969999999997, -15.786615000000001, -15.825419999999989, -15.517514999999998, -13.236794999999985, -11.42193, -8.888295000000005, -6.506369999999997, -3.1952699999999963, -1.2107549999999994, 1.4067299999999991, 3.7592100000000093, 5.606639999999997, 6.829680000000001, 7.285979999999986, 8.01703499999999, 8.406644999999989, 8.583315000000008, 8.570445000000001, 7.602075000000001, 6.554730000000006, 5.8802249999999985, 5.499195000000001, 4.879484999999999, 3.557775000000003, 3.641625000000004, 3.5579700000000027, 2.4741600000000017, 1.5921750000000001, 0.5013449999999996, 0.7252050000000004, 0.5171399999999993, 0.5571149999999995, 0.2158650000000003, -0.17842500000000094, -0.22581000000000062, -0.5089500000000001, -1.7395950000000022, -1.3287299999999984, -1.4660099999999994, -2.1344700000000008, -2.2974900000000016, -2.5123800000000007, -1.7339400000000018, -1.5913950000000026, -1.3934700000000002, -1.477904999999999, -1.6557450000000014, -1.813500000000002, -1.198665, -0.8566350000000011, -1.793610000000001, -2.468309999999998, -2.88678, -3.148470000000003, -2.7941549999999995, -2.584920000000002, -2.3719800000000006, -2.787135000000001, -1.2975300000000005, -1.4075099999999998, -0.6132750000000002, -0.3706950000000009], [0.0, 0.43270499999999656, 0.19441499999999956, 0.4352399999999996, -0.035490000000000466, -0.3289650000000013, -0.7076550000000038, -0.7119450000000023, -2.2680450000000025, -0.9818250000000027, -1.5756000000000023, -1.0475400000000032, -2.238015000000004, -2.037750000000003, -4.029285000000003, -4.618380000000001, -4.422795000000003, -5.671185000000006, -5.698095000000004, -6.179160000000003, -6.635850000000005, -5.257785000000002, -6.166679999999997, -4.908540000000001, -4.729920000000003, -4.322565000000008, -4.107480000000008, -2.736240000000004, -1.697670000000003, -2.013570000000003, -1.370070000000002, 0.1575599999999988, 0.7018049999999969, 0.9090899999999971, 0.13591499999999979, -0.05089500000000147, -0.17491500000000015, 0.10783499999999879, 0.5832449999999947, 0.31628999999999885, -0.3408600000000037, 0.3480749999999968, -0.25272000000000316, 0.056354999999995714, 0.12206999999999768, -0.6864000000000025, -0.8260200000000029, -1.7152200000000026, -1.7883450000000018, -1.6399500000000025, -0.41125500000000303, -0.32877000000000356, -1.1267100000000023, -0.6355050000000042, -0.8076900000000026, -0.9970350000000021, -0.9828000000000023, -1.4816100000000032, -1.108770000000003, -1.1620050000000026, -0.8929050000000016, -2.287350000000003, -2.573025000000002, -1.729650000000002, -0.9568650000000013, -0.458835000000003, -0.37635000000000396, -0.8663850000000036, -1.470885000000002, -1.6358550000000025, -2.175420000000003, -2.554890000000002, -2.1163350000000025, -1.605825000000002, -2.4856650000000022, -1.8903300000000032, -2.294760000000002, -1.9439550000000025, -1.3710450000000036, -1.8799950000000023, -1.0446150000000023, -1.7922450000000025], [0.0, -0.05440499999999898, 0.6337500000000008, 0.8698950000000012, 1.759680000000002, 1.6107000000000011, 1.1561549999999996, 0.4839900000000002, -0.19051499999999966, -1.1583, -1.3261949999999973, -1.0352549999999978, -1.7867849999999952, -3.1357950000000017, -4.371899999999997, -5.164769999999998, -5.611514999999992, -5.576999999999999, -6.638190000000006, -7.91212500000001, -8.756864999999996, -8.690954999999999, -8.964149999999988, -9.311055000000014, -7.815014999999999, -6.223815000000013, -3.9974999999999965, -1.7895149999999989, -0.08579999999999965, 1.7214600000000018, 3.350490000000001, 4.455945000000002, 4.348305, 5.857800000000007, 6.1631700000000045, 6.987630000000012, 6.9340050000000035, 6.3911250000000015, 5.811975, 5.520839999999998, 5.1501449999999975, 5.107050000000005, 5.5787549999999975, 4.652504999999999, 3.637530000000002, 3.035760000000003, 2.500290000000003, 1.9423950000000019, 1.8242250000000002, 2.145780000000001, 3.064035, 2.912325, 1.8759000000000003, 1.9948499999999982, 1.9453200000000013, 1.6493099999999998, 0.9547200000000016, -0.2683199999999985, -0.6353099999999994, -1.6732949999999995, -1.453919999999999, -0.71058, -0.91533, -1.0040549999999988, -0.4602000000000009, -0.3804449999999992, -1.3579800000000002, -1.5506400000000007, -1.0333049999999988, -0.7965750000000003, -0.7757099999999992, -0.8667749999999985, -1.3985399999999995, -1.8665400000000014, -1.9418099999999994, -1.0346700000000002, -0.29464499999999966, -1.0403249999999995, -0.3049800000000002, 0.22542000000000048, 0.9514050000000003, 0.49159500000000045], [0.0, -0.336765, -0.11778000000000116, -1.1723400000000017, -1.0202399999999998, -0.4847700000000001, -1.0050299999999996, -1.0026900000000005, -2.1707400000000017, -2.3195250000000023, -2.9626350000000023, -2.5383150000000008, -3.2293950000000016, -4.226429999999997, -4.432350000000004, -4.733430000000005, -5.500754999999999, -5.519280000000002, -5.4001350000000015, -4.578405000000003, -4.931744999999994, -4.013880000000003, -3.525795000000003, -3.1724550000000025, -1.942589999999999, -1.6926000000000008, -1.905344999999998, -0.6655349999999995, -0.1082250000000003, 1.1360700000000008, 2.0896199999999996, 3.338399999999997, 3.6285599999999993, 3.0006599999999986, 2.9138849999999965, 2.833350000000003, 3.267030000000006, 4.768530000000001, 4.2549, 4.4627699999999955, 3.763110000000003, 4.231694999999999, 3.764279999999998, 3.921254999999995, 3.3676500000000034, 3.320070000000003, 3.124680000000002, 2.255955, 1.8835050000000009, 2.594279999999998, 2.4866400000000004, 1.8778499999999994, 1.4566499999999998, 1.3624649999999991, 0.7029750000000003, 0.9365850000000016, 0.04484999999999966, -1.1245649999999987, -1.232204999999999, -1.825785000000002, -2.3515050000000004, -1.2464400000000009, -0.7645950000000016, -0.8544900000000016, 0.15873, 0.8178299999999995, -0.37615500000000035, -0.12616500000000117, -0.4250999999999996, 0.14605499999999952, -0.7507500000000016, -0.7086299999999998, -0.8170499999999996, -1.014779999999998, 0.046410000000000264, 0.08170500000000074, 0.14157000000000075, -1.1167649999999996, -0.5071950000000008, -0.0072150000000002976, 0.4083300000000011, 0.6585150000000011], [0.0, 0.7963799999999988, 0.9572549999999983, 1.2684749999999987, 1.1850149999999988, 1.5520049999999996, 0.8271899999999979, 0.3406649999999958, -0.04114500000000132, 0.133575, -0.1866149999999982, -0.7146749999999977, -0.8338199999999969, -1.7064450000000002, -2.1592350000000033, -3.2769750000000046, -3.516630000000001, -3.2578650000000007, -2.929484999999997, -3.492644999999998, -3.6162749999999884, -3.936464999999999, -4.138095000000006, -3.9085799999999997, -3.908190000000002, -3.166215000000001, -2.1411000000000033, -1.698450000000001, -0.7714200000000011, 0.2416049999999983, 1.0931699999999984, 1.978665, 2.4131249999999995, 2.7793349999999983, 3.755894999999998, 4.3718999999999975, 4.3280249999999985, 3.917354999999997, 3.4645649999999995, 2.2614149999999995, 2.5628849999999996, 1.9618949999999986, 2.474549999999998, 2.4497849999999994, 2.4515399999999983, 2.1020999999999983, 1.3727999999999994, 0.9839699999999987, 0.4455750000000027, 0.9153299999999978, 1.1384100000000001, 0.6516899999999965, 0.485744999999998, 1.1783849999999991, 1.418234999999999, 0.7427549999999984, 0.2527199999999996, -0.020280000000004073, -0.331499999999999, -0.837720000000002, -1.717364999999998, -1.8993000000000027, -1.4067299999999998, -1.020630000000003, -0.2115750000000034, -0.07683000000000084, -0.6372600000000006, -0.9447750000000006, -1.080885000000004, -0.4820400000000027, -1.1750699999999987, -1.8390450000000034, -1.9749600000000014, -1.3390650000000004, -0.6277050000000022, -0.4561050000000011, -0.07273499999999844, 0.29678999999999833, 0.3890250000000004, 0.13104000000000005, 0.367574999999998, 0.6294599999999984], [0.0, -0.36816000000000004, -0.24316499999999985, -0.16555500000000167, -0.7831200000000016, -1.0342799999999976, -1.2333750000000019, -1.8638099999999982, -2.2079850000000043, -2.855774999999994, -2.8358849999999984, -2.246789999999998, -2.7237599999999995, -3.9639600000000073, -4.204979999999994, -4.637879999999991, -4.387890000000005, -4.450094999999997, -3.815174999999998, -3.4739250000000004, -3.410355000000008, -3.5983349999999907, -2.9951999999999988, -1.8716100000000022, -1.4236949999999995, -1.1052600000000012, -0.22756500000000113, -0.5758350000000005, 0.4512299999999956, 0.9689549999999996, 2.2233899999999993, 3.352830000000002, 3.170115, 3.0012450000000013, 4.0242150000000025, 4.4497049999999945, 4.223115000000001, 4.275179999999998, 3.419909999999998, 2.873520000000001, 3.3968999999999987, 3.1354050000000004, 2.9881800000000003, 2.584724999999999, 2.9333850000000004, 2.2682399999999996, 1.3121549999999995, 1.4203800000000006, 1.8996900000000003, 2.1237449999999995, 1.8443099999999997, 1.7458349999999994, 0.9675900000000004, 0.9537450000000002, 1.1836500000000012, 0.0815099999999993, -0.8960250000000007, -1.0354500000000013, -1.1097449999999993, -2.0584200000000004, -2.021174999999999, -2.294565000000004, -2.0806499999999954, -1.7505149999999983, -0.5185049999999971, -0.632775000000001, -0.6212700000000027, -1.671929999999997, -0.8271899999999968, -0.25720499999999946, -0.6220500000000002, -0.9866999999999981, -1.215044999999999, -0.5943599999999978, -0.0729299999999995, 0.11173499999999992, -0.22327500000000056, -0.298350000000001, 0.5820749999999997, 0.9872849999999992, 0.8232899999999992, 1.9581899999999999], [0.0, 0.9498449999999976, 1.5336749999999997, 1.3217100000000013, 1.0481250000000006, -0.01813499999999868, -0.6776249999999946, -0.7936499999999924, -1.0551449999999942, -1.3809899999999997, -1.9747649999999943, -2.1966749999999964, -2.8294499999999916, -2.8891199999999984, -3.5152649999999985, -3.970004999999995, -3.6453300000000084, -3.3263099999999977, -3.5447100000000082, -2.7323400000000024, -2.4977549999999997, -2.0981999999999967, -2.5899899999999905, -2.1535799999999874, -1.504035000000008, 0.3237000000000001, 1.0450050000000028, 2.0453550000000025, 3.177524999999999, 4.633395000000001, 6.007364999999998, 6.822855000000007, 7.034040000000001, 7.022144999999998, 7.560930000000003, 7.877415000000003, 7.952099999999998, 7.514714999999998, 6.701564999999999, 5.698485000000001, 6.185205000000003, 6.306885000000001, 6.3850799999999985, 6.429345, 6.129045000000001, 6.493305000000005, 6.075614999999999, 5.292300000000001, 5.1756899999999995, 5.071950000000002, 4.637490000000001, 4.805775000000001, 4.641195000000001, 3.63012, 4.490265, 2.30685, 1.912949999999999, 0.6918600000000033, 0.7365150000000029, -0.6002099999999979, -1.6179150000000035, -1.6169399999999925, -0.9732450000000021, -1.1760449999999993, -1.2953850000000022, -0.5680349999999956, -1.12359, -0.8827650000000036, 0.3525599999999973, 1.370850000000003, 1.1555700000000018, 0.8882250000000012, -0.5249400000000009, -0.8562449999999977, -1.0537800000000068, 0.529814999999993, 0.8554649999999988, 2.22417, 1.303574999999999, 1.7115150000000003, 2.137590000000002, 2.423460000000002], [0.0, -0.5253299999999999, -1.2296700000000003, -0.9818250000000008, -1.8384600000000006, -2.787914999999996, -2.456999999999999, -2.478644999999999, -2.613974999999997, -3.237975000000002, -4.117230000000003, -4.58601, -4.920045000000003, -5.536245000000005, -5.2727999999999895, -6.012825, -5.184660000000007, -4.430009999999999, -3.717285000000004, -3.173624999999999, -3.584879999999998, -3.74751, -3.039465000000002, -2.0180550000000013, -1.1943750000000013, -0.3946799999999997, -0.5571150000000005, -1.43832, -0.1045200000000008, 0.39155999999999996, 1.7204849999999972, 1.9451249999999993, 2.4772799999999995, 2.9372849999999997, 3.588975000000002, 3.561674999999996, 4.540769999999996, 4.123079999999996, 3.558164999999999, 2.6779349999999993, 2.5164750000000025, 2.7132299999999994, 2.504970000000002, 2.7356550000000035, 1.67076, 1.76514, 1.3238550000000016, 1.3603199999999984, 2.5611300000000026, 1.4162849999999993, 1.08888, 1.6656899999999986, 1.2815400000000006, 1.3718249999999992, 0.15112499999999895, -1.0414950000000014, -2.3809499999999986, -2.3834849999999994, -2.3004150000000014, -2.7752400000000015, -2.668184999999999, -2.2261199999999985, -2.342535000000004, -1.1347050000000014, -1.282905, -0.019499999999999795, -0.8332350000000006, -0.9151350000000007, -0.674895, -0.1587299999999989, -0.17471999999999935, -0.31024500000000127, -0.1797899999999998, -0.17939999999999942, -0.12343500000000085, -0.006435000000001245, -0.3110249999999996, -0.8665800000000001, -0.5001750000000007, -0.5935800000000006, 0.36133500000000024, 0.0688350000000007], [0.0, 0.5196750000000021, 0.2665650000000006, 0.522210000000001, 1.087905000000001, 0.9377550000000019, 0.6754800000000025, 0.36699000000000415, 0.5276700000000012, -0.35860499999999673, -0.9771449999999988, -1.0157549999999969, -1.716194999999992, -3.0406350000000106, -3.1656299999999975, -2.858310000000003, -2.401035000000003, -1.9344000000000001, -1.7374499999999937, -1.4554799999999983, -1.5180749999999916, -2.231580000000001, -1.393859999999997, -1.6179149999999995, -0.7920899999999964, -0.7573799999999951, -0.44479499999999694, 0.5036850000000033, 0.35314500000000004, 1.092390000000002, 1.3607100000000028, 2.3782200000000024, 2.1134100000000027, 1.711320000000002, 1.9864650000000015, 2.836860000000002, 3.052140000000002, 2.8561650000000025, 2.181465000000002, 2.014545000000003, 1.9353750000000012, 1.7647500000000016, 1.249560000000002, 1.0395450000000022, 1.4757600000000013, 1.5962700000000012, 1.3061100000000008, 1.206465000000002, 1.5666300000000026, 1.5344550000000017, 1.1382150000000006, 0.7995000000000039, 0.43953000000000086, 0.9537450000000032, 0.31355999999999895, -0.292110000000001, -0.9127949999999982, -0.7357349999999978, -1.375335000000001, -1.1711700000000005, -1.5217799999999944, -1.6149900000000024, -1.3798200000000018, -0.9036299999999975, -0.33637499999999765, -0.2513549999999998, -0.34807499999999836, -0.6421349999999966, -0.08599499999999738, 0.7415850000000015, 0.8252400000000024, -0.06883499999999865, -0.3533399999999989, -0.02885999999999722, -0.355290000000001, 0.3997500000000034, 0.5130450000000029, 0.2819700000000023, 0.40462500000000245, 1.0914150000000018, 1.1625900000000011, 1.3207350000000013], [0.0, -0.42802500000000254, -1.1561549999999978, -1.4874600000000044, -2.0030400000000035, -2.197064999999997, -2.216174999999995, -3.087629999999986, -3.911895, -3.7679849999999946, -6.152640000000005, -5.389605000000003, -5.728320000000002, -6.536594999999998, -7.011810000000011, -5.695949999999989, -5.834205000000013, -4.289220000000006, -3.3801300000000096, -3.046875000000004, -3.6620999999999992, -2.7559350000000014, -2.3940150000000053, -1.8263700000000056, -0.6589050000000056, -0.09730500000000086, 1.1411400000000012, 1.8267599999999957, 2.6586299999999965, 3.9815099999999966, 5.543459999999998, 5.3855099999999965, 6.46503, 6.757140000000003, 7.957364999999996, 8.746919999999994, 8.577855000000001, 8.342879999999994, 7.661354999999993, 7.806239999999992, 7.557615, 7.414679999999988, 7.2169499999999935, 6.476925000000003, 6.606599999999997, 6.199439999999996, 6.45801, 7.512179999999995, 6.29576999999999, 6.359730000000003, 4.880069999999998, 4.356689999999998, 4.217654999999997, 3.8407199999999966, 3.037709999999996, 1.681484999999997, 0.7370999999999985, -0.36601499999999865, -0.9186450000000037, -1.2918750000000023, -1.7869800000000082, -1.806869999999996, -1.1216400000000069, -1.0102950000000015, -0.5637450000000048, -0.5290350000000008, -0.42549000000000214, -0.47638500000000317, 0.48281999999999714, 0.7472399999999979, 1.1294399999999971, 0.8652149999999956, 1.3316549999999963, 1.2916799999999986, 0.8441549999999967, 1.0270649999999941, 0.857219999999995, 1.6356599999999992, 1.2589199999999978, 1.5169049999999977, 1.728674999999997, 2.0839649999999965], [0.0, -0.8700899999999995, -1.4935049999999999, -1.3712400000000007, -1.6064099999999986, -1.3189800000000003, -2.2555650000000047, -2.9168099999999995, -3.8746500000000044, -4.97133, -4.986150000000008, -5.421195000000003, -6.186765000000004, -6.876869999999997, -6.345105000000001, -5.919614999999996, -4.9672350000000085, -4.316520000000003, -4.038255000000002, -4.1706599999999945, -3.8859599999999936, -3.978389999999999, -3.3421049999999974, -1.4291549999999988, -0.5317649999999999, -0.055185000000001594, 1.580085000000001, 2.191215, 2.6656499999999994, 3.3524400000000014, 4.004714999999998, 3.9249600000000027, 4.936815000000006, 5.276700000000002, 5.889389999999997, 6.030374999999999, 6.772545000000011, 6.752460000000013, 5.820750000000006, 5.812560000000006, 6.029205000000005, 6.320340000000009, 5.707649999999997, 4.725629999999997, 4.642754999999998, 5.303610000000003, 4.7689200000000085, 4.728165000000002, 5.267145000000006, 3.8405249999999955, 3.0724200000000024, 2.0855250000000023, 1.5305549999999988, 1.776060000000001, 1.3150799999999996, 0.1171950000000005, -0.39838499999999943, -1.3552500000000003, -1.1335349999999988, -1.7458349999999974, -2.196284999999997, -2.4431550000000035, -2.488590000000002, -1.7739149999999988, -1.2809550000000005, 0.08950499999999972, -0.9299549999999986, -0.9820200000000016, -0.3981899999999995, -0.32525999999999966, -0.5805150000000011, -0.3968250000000012, -1.558050000000001, -1.9174350000000016, -1.239030000000001, 0.09184499999999995, -0.8839350000000025, 0.3901949999999997, 0.46644, 0.03451500000000007, 0.5224050000000001, 1.2907050000000002], [0.0, -1.3657800000000009, -2.3704200000000033, -2.4648000000000057, -3.056039999999998, -4.124054999999995, -4.051905000000005, -4.847309999999997, -5.756790000000002, -6.532110000000001, -6.926985000000004, -6.794970000000006, -6.6793349999999965, -6.9657900000000055, -6.199049999999998, -5.842785000000008, -5.6659199999999945, -5.136495, -4.4243549999999985, -3.4212749999999983, -4.16949, -3.649620000000008, -2.3191349999999966, -2.336684999999995, -1.1994449999999994, -0.7879949999999991, 0.5075849999999995, 1.5769650000000002, 2.5334400000000015, 2.293004999999999, 3.3448350000000007, 3.497714999999999, 3.9232050000000034, 4.279079999999999, 5.131425000000002, 5.495099999999999, 5.626335000000001, 6.212309999999993, 6.015360000000003, 5.931509999999998, 5.659290000000004, 5.672355000000003, 4.559489999999999, 4.902495, 5.657729999999997, 5.070000000000002, 4.4027099999999955, 5.145270000000001, 5.067660000000002, 4.22799, 3.220424999999997, 3.22881, 2.56854, 2.180880000000001, 1.3546649999999998, 0.7447050000000002, -0.27982499999999844, -0.537225000000003, -1.7661149999999988, -2.3006099999999967, -2.5802399999999985, -2.5287599999999983, -1.556490000000001, -0.3069299999999997, -0.5514600000000012, -0.3207750000000005, -0.9634950000000004, -0.040559999999999485, -0.43914000000000075, -0.3962400000000008, -0.1932449999999999, -0.463514999999999, -0.5325449999999998, 0.0475799999999984, -0.34807499999999925, -0.5578950000000038, -0.27592499999999887, -0.23321999999999932, 0.18135000000000012, -0.04485000000000117, 0.8326499999999994, 0.79248], [0.0, -1.2764700000000002, -1.6058250000000025, -3.296085000000001, -3.284774999999996, -3.7829999999999946, -5.551065000000007, -7.124325000000015, -6.36499499999999, -7.308405000000013, -8.665800000000008, -8.294130000000003, -10.081500000000007, -10.35021000000001, -10.256219999999994, -9.752144999999993, -8.59403999999999, -7.530119999999993, -5.134154999999991, -5.1992849999999855, -4.10026499999999, -4.490264999999999, -3.3454199999999994, -0.5144100000000003, 0.884520000000002, 1.7725499999999976, 3.95187, 5.960564999999998, 5.672744999999999, 5.90733, 8.230559999999999, 9.15622499999999, 9.891179999999995, 9.778469999999999, 11.667045, 12.203490000000004, 12.593099999999994, 12.298844999999996, 12.815010000000006, 11.559989999999996, 12.348570000000002, 12.406680000000005, 12.952874999999999, 11.107979999999994, 10.495680000000004, 10.642515, 10.607804999999995, 10.833030000000004, 10.333244999999996, 8.82648, 7.049835000000002, 6.097844999999998, 5.365034999999997, 4.035720000000001, 4.029089999999999, 3.277755, 2.0088899999999987, 0.4237349999999993, -0.11582999999999766, -0.5787600000000022, -1.299675000000001, -2.398304999999984, -1.2310349999999937, -0.6458399999999975, 0.20592000000000033, 0.7154550000000017, -0.3862950000000063, -0.558090000000004, -0.43953000000000175, 0.002534999999995957, -0.16165500000000455, 0.0836550000000007, 0.7710300000000005, 1.6262999999999987, 1.9938750000000016, 1.8320250000000007, 2.2245600000000008, 3.6923249999999994, 1.732965, 1.555905000000001, 2.1305700000000023, 2.7249300000000023], [0.0, -2.494634999999989, -3.3967050000000025, -3.0870450000000007, -5.311799999999995, -6.094920000000006, -6.655935000000004, -7.956390000000003, -8.599305000000012, -9.142380000000013, -9.931545000000014, -10.849994999999979, -10.702770000000005, -10.664355000000004, -9.301694999999985, -9.796409999999987, -8.179859999999987, -6.972420000000013, -6.507540000000014, -5.573294999999988, -3.819659999999992, -2.619435000000003, -1.3616850000000023, 1.0276500000000044, 0.97071, 2.186925, 3.9195000000000015, 5.486715000000001, 5.8492200000000025, 7.340969999999997, 10.016759999999998, 10.035090000000002, 10.435815000000005, 11.614784999999998, 11.829870000000003, 12.336870000000005, 13.473719999999993, 13.663650000000004, 13.400595000000003, 11.496030000000014, 13.350480000000001, 13.039650000000009, 12.84855000000001, 12.056459999999994, 11.405940000000005, 12.102284999999988, 10.884705, 11.01281999999999, 10.160670000000003, 8.728785000000004, 7.825739999999998, 7.713614999999998, 6.339645000000001, 5.3244750000000005, 5.786040000000003, 3.6498150000000016, 2.184195000000003, 0.7593300000000003, 0.8449350000000018, 0.10413000000000094, -1.0401300000000022, -0.4851599999999916, 0.37147500000000244, 0.7010250000000027, 0.8131500000000043, 0.6528600000000049, 0.4917900000000013, 0.21918000000000193, 0.052259999999999085, 0.447330000000004, -0.31921499999999714, 0.7606950000000063, 1.4303250000000038, -0.049920000000000186, 1.1719500000000043, 2.0244899999999983, 2.691585000000002, 2.7327300000000014, 2.932800000000001, 3.7681800000000005, 3.400410000000001, 3.1003050000000014], [0.0, -0.9346349999999997, -1.1805299999999983, -3.080805, -2.816970000000004, -3.8801099999999993, -4.348695000000006, -5.013449999999996, -6.103304999999995, -7.059390000000008, -8.866650000000003, -9.224475000000007, -9.880064999999975, -9.592050000000013, -9.757995000000003, -8.48659500000002, -8.085870000000009, -6.310394999999994, -5.4385500000000055, -4.082519999999997, -3.106545000000019, -2.3836799999999965, -0.8741850000000095, 0.8098349999999988, 2.98779, 4.276154999999995, 5.8782749999999995, 6.372794999999996, 7.345845000000003, 8.222759999999997, 8.969610000000007, 10.124985000000011, 10.463309999999996, 11.542049999999993, 12.092339999999991, 12.797265000000005, 12.545130000000004, 11.628824999999997, 10.969139999999998, 10.652850000000006, 10.43698499999999, 9.694619999999992, 10.470524999999997, 9.146669999999991, 8.689589999999992, 8.845200000000004, 8.239724999999993, 8.225099999999992, 8.289644999999998, 7.185944999999997, 6.484724999999996, 5.957054999999998, 5.3131650000000015, 4.240860000000001, 3.7570649999999977, 2.9107649999999983, 2.3031449999999998, 0.8035949999999994, 0.19948499999999925, 0.10003499999999965, -0.36211499999999797, -0.8704799999999979, -0.7160399999999991, -0.15151500000000384, 0.41339999999999577, 0.556334999999998, -0.4116450000000009, -0.5424900000000004, -0.17666999999999922, 0.28801499999999836, -0.08170500000000169, 0.08131500000000091, -0.17705999999999333, 0.34690499999999647, 1.556100000000002, 2.6730599999999987, 2.7709499999999987, 3.583709999999998, 2.3754899999999988, 2.772899999999999, 3.574545, 3.689594999999998], [0.0, -1.0559249999999982, -1.5943200000000017, -3.431415000000009, -3.5532899999999996, -5.012475000000004, -6.006584999999992, -6.2372700000000005, -6.363044999999994, -7.230014999999999, -7.436325000000003, -7.4156549999999966, -7.994804999999999, -7.565609999999995, -7.770944999999995, -6.843915, -7.025459999999989, -4.237544999999999, -3.9861899999999952, -3.812249999999998, -2.596425000000001, -2.213445000000002, -1.3833300000000055, -0.5888999999999982, 0.831285, 2.3635950000000014, 2.787915000000001, 3.7997700000000014, 4.359810000000006, 5.137080000000002, 5.908695000000008, 5.823870000000002, 5.940284999999997, 6.223619999999994, 6.507150000000005, 5.8850999999999996, 7.510620000000002, 7.901595000000007, 7.203494999999996, 7.332780000000002, 7.563270000000007, 8.066760000000015, 8.10283500000001, 7.579455000000002, 7.90627499999999, 7.406880000000002, 6.5742300000000045, 6.802965000000005, 5.715449999999998, 4.392570000000002, 4.215705000000001, 3.7180649999999966, 2.747550000000002, 2.347800000000002, 1.2511200000000005, 1.2985050000000014, 0.13182000000000182, -0.43406999999999907, -0.3627, -0.3970199999999997, -0.3260399999999972, 0.4266600000000007, 1.5777450000000008, 0.8958299999999998, 1.6526250000000002, 1.0416900000000011, -0.073514999999998, -0.4447949999999987, -0.38025000000000153, 0.13396500000000056, -0.2946449999999967, 0.514994999999999, 1.0180950000000009, 0.6050849999999992, 0.6981000000000014, 1.2269400000000013, 1.0444200000000017, 1.811355000000001, 2.022930000000003, 2.4164400000000006, 2.3232300000000006, 3.155295000000004], [0.0, -0.8324550000000006, -1.224795000000003, -1.8131099999999996, -2.2278749999999974, -2.984280000000005, -3.8106900000000006, -4.960410000000003, -5.775705000000004, -6.25131, -6.542639999999997, -6.336329999999997, -7.3965450000000015, -7.60714499999999, -7.788104999999998, -7.626254999999999, -6.5970449999999925, -5.8552649999999975, -5.016765000000003, -4.527314999999994, -4.165590000000002, -2.6714999999999973, -1.3031849999999983, -0.11758499999999983, 0.9477000000000009, 2.0178600000000015, 3.9622050000000044, 4.398225000000003, 4.770870000000004, 5.560230000000006, 6.246240000000002, 6.709560000000003, 7.004400000000004, 7.50048, 7.627230000000006, 8.24304, 8.364330000000002, 7.690995000000003, 7.469085000000016, 6.878430000000002, 6.857175000000002, 6.821295000000001, 6.011849999999997, 5.604885000000005, 5.753865000000005, 6.009510000000006, 5.203379999999999, 5.038799999999998, 4.911075000000003, 4.158375000000001, 3.437655, 2.897700000000001, 2.099955000000002, 1.617329999999999, 1.5100800000000012, 0.6232200000000003, 0.3001050000000005, 0.14371500000000048, -0.4728749999999988, 0.002534999999999954, 0.1766700000000001, -0.027299999999999658, -0.02242500000000036, 0.5333250000000006, 0.33579000000000103, 0.22970999999999908, -0.7776600000000033, -1.0873199999999996, -0.25564500000000057, -0.00857999999999981, -0.07527000000000017, -0.3369600000000006, 0.08346000000000187, 0.29620500000000116, 0.9184500000000003, 1.5174900000000004, 1.9026150000000008, 2.1494850000000003, 2.503020000000004, 1.9519500000000014, 3.2650800000000015, 3.067155], [0.0, -0.5764199999999993, -2.4447149999999995, -2.72103, -3.283800000000001, -3.315195, -4.212585000000002, -4.610189999999999, -5.551454999999999, -6.469710000000012, -6.776639999999995, -7.174634999999993, -7.9801799999999865, -8.455589999999995, -8.255714999999999, -8.21047499999999, -7.656675000000005, -6.648524999999999, -6.232394999999995, -5.8024200000000015, -5.205329999999989, -3.9994499999999986, -2.7395550000000046, -1.4515799999999985, -0.1610699999999996, 1.033499999999998, 2.210130000000001, 3.393585, 4.472715000000001, 5.344365000000002, 6.0964800000000015, 6.579105000000001, 7.140899999999996, 7.269990000000001, 7.329660000000002, 7.450169999999999, 7.598370000000005, 7.675004999999993, 7.3316099999999995, 7.559955000000002, 6.758309999999997, 7.406295000000001, 6.815835000000005, 5.9124, 5.61717, 5.213519999999999, 5.186610000000006, 4.272255000000001, 4.09305, 3.788459999999999, 2.98779, 2.2616100000000015, 2.615340000000001, 2.0225400000000002, 1.6793400000000007, 1.4601599999999997, 0.7735650000000023, -0.40969499999999925, -0.7006349999999983, -0.6598799999999945, -0.015015000000002221, 0.14196000000000097, 0.2673449999999997, 0.7370999999999999, 1.0453950000000003, -0.06356999999999902, -0.6290700000000027, -0.8550749999999994, -1.1095500000000045, -0.7164299999999995, -0.7341749999999978, -0.5959199999999956, -0.8656049999999982, -0.577589999999998, -0.6050850000000056, -0.2421900000000048, -0.3997500000000014, 0.040365000000004425, 1.3297050000000004, 1.02882, 1.7393999999999996, 1.8427500000000006], [0.0, -2.261220000000007, -3.3524400000000245, -4.419675000000016, -4.844580000000013, -6.26339999999999, -7.859475000000003, -9.869145000000014, -10.893285000000004, -12.768600000000024, -14.492595000000016, -16.673670000000016, -17.208945000000014, -17.92401, -18.06148500000002, -18.265065000000003, -16.375710000000005, -14.309879999999989, -12.659204999999993, -10.012470000000008, -9.62071499999999, -7.802144999999999, -3.8719200000000065, -0.739245000000003, 3.3694049999999915, 6.436364999999994, 8.221589999999996, 10.111725, 11.825384999999985, 14.023619999999982, 15.475590000000004, 15.877484999999998, 17.744024999999997, 18.57492, 19.166745, 18.59071499999999, 19.37773499999999, 19.705529999999985, 19.62733499999999, 18.737939999999995, 18.62152499999999, 18.078255000000006, 17.300009999999993, 15.384914999999989, 14.8434, 13.748084999999978, 12.929474999999982, 12.431054999999994, 12.174824999999991, 9.944414999999992, 9.556949999999993, 8.249669999999997, 7.627034999999996, 6.648134999999993, 5.977919999999988, 4.508399999999993, 3.965519999999994, 3.2951099999999935, 1.2284999999999906, 1.0180949999999922, 1.6473599999999924, 1.262234999999992, -0.09262500000000085, 1.1487449999999924, 1.6963049999999904, 0.9982049999999942, 0.5502899999999951, -0.8307000000000135, -0.19675500000001023, 0.3256499999999898, 0.47930999999999724, 1.0180949999999909, 0.5849999999999933, 0.4366049999999886, 1.1945699999999904, 1.4679599999999953, 1.3924949999999918, 2.630159999999994, 3.041024999999993, 3.237974999999991, 3.677504999999993, 3.575129999999993], [0.0, -0.6087899999999955, -1.9045649999999958, -2.740724999999991, -3.068714999999996, -2.9505449999999898, -3.6182249999999914, -4.339139999999999, -4.517759999999981, -5.060445, -4.639439999999997, -5.844345000000001, -5.956664999999997, -5.510894999999994, -6.005414999999989, -5.147414999999999, -4.953194999999994, -4.4783700000000035, -3.792555000000005, -2.7101100000000007, -2.284814999999998, -1.4236949999999977, -0.44810999999999357, 0.7043400000000035, 1.7511000000000043, 2.3470200000000037, 4.007835000000004, 4.290585, 4.660110000000001, 5.546190000000008, 5.475405000000004, 6.612645000000002, 6.670950000000005, 7.4747400000000095, 7.238985000000008, 7.2988500000000105, 7.499895000000002, 7.544940000000011, 7.832760000000006, 7.517834999999996, 8.18551500000001, 8.6502, 8.992620000000002, 7.998900000000004, 6.809985000000005, 6.140745000000004, 5.63355, 4.536675000000004, 4.682145000000008, 4.519125000000001, 4.143750000000003, 3.2683950000000053, 2.8822950000000023, 2.907060000000003, 2.7467700000000037, 2.3762700000000034, 1.7858100000000043, 0.9556950000000028, 1.051245000000002, 1.3213200000000043, 0.8513700000000028, 0.6565650000000025, 1.7405700000000044, 1.9685250000000052, 0.8802300000000027, 1.2815400000000041, 0.07761000000000151, -0.5179199999999997, 0.5134350000000028, 1.0537800000000022, 0.6167850000000015, 0.6725550000000036, 0.6191250000000026, 0.08775000000000444, 1.084005000000003, 0.8275800000000038, 0.8016450000000024, 1.7358900000000037, 2.028780000000004, 2.3037300000000034, 2.028000000000003, 2.507115000000003], [0.0, -0.9363899999999994, -1.5707250000000044, -2.349165000000004, -2.595059999999997, -3.115125000000004, -3.8801100000000006, -5.087745000000011, -6.614790000000001, -7.108335000000006, -8.548410000000013, -10.058100000000021, -11.356800000000021, -11.66841000000002, -11.341590000000007, -11.471460000000002, -10.413975000000015, -8.647080000000003, -7.51179000000001, -6.513, -4.645484999999997, -3.0072900000000025, -0.9116250000000021, 0.7571850000000007, 3.2159399999999994, 4.924919999999998, 5.880614999999997, 6.745245000000002, 7.693920000000002, 8.802299999999992, 9.35356499999999, 9.10240499999999, 10.179390000000003, 10.257780000000004, 10.155209999999999, 10.676834999999997, 10.770239999999992, 10.536239999999992, 10.373024999999998, 10.121864999999993, 9.626174999999984, 9.224085000000011, 9.056970000000007, 7.869029999999999, 7.298655000000004, 7.363004999999998, 6.810374999999997, 5.789744999999994, 5.618144999999996, 5.092034999999996, 4.046444999999995, 3.0486299999999984, 2.6580449999999987, 2.6432249999999975, 2.409614999999998, 1.5135899999999956, 1.6984499999999985, 0.756599999999997, 0.6450599999999977, 0.42158999999999525, 0.5027099999999978, -0.007410000000001471, 0.004094999999994187, 0.9985949999999995, 1.4593799999999983, 0.3180449999999966, -0.33150000000000146, -0.4444050000000028, -0.09964500000000243, 0.05810999999999744, 0.1509299999999998, 0.060059999999993785, -0.21605999999999703, -0.8851050000000016, 0.1862249999999963, 0.7532849999999964, 0.7423650000000026, 1.3472549999999985, 1.321904999999997, 1.0141950000000008, 2.061149999999998, 2.340389999999998], [0.0, -0.555164999999997, -1.2495599999999976, -1.7013749999999992, -2.292030000000002, -2.77329, -3.8358449999999986, -4.660694999999986, -5.528834999999997, -5.912789999999996, -6.816809999999988, -8.043944999999978, -8.589749999999992, -8.938995, -8.94386999999999, -8.56927500000001, -7.599539999999992, -7.147530000000003, -5.989230000000008, -4.661474999999998, -3.507465000000002, -1.9453200000000046, -0.3256499999999951, 1.0557300000000036, 2.7422850000000034, 3.8091300000000037, 4.768530000000003, 6.225570000000001, 6.686355000000004, 6.993870000000004, 7.125300000000006, 8.393970000000007, 8.919495000000005, 9.129315, 9.275760000000009, 8.875425000000003, 9.315930000000007, 9.420644999999997, 9.393930000000005, 9.383205, 8.850855000000015, 9.05579999999999, 8.940555000000003, 8.137935000000002, 7.429110000000005, 6.322095, 5.938725000000006, 6.1737000000000055, 5.526690000000003, 4.346355000000004, 3.327285000000003, 2.5270050000000044, 2.659215000000003, 2.641275000000003, 2.3298600000000027, 2.245620000000003, 1.937715000000002, 1.494870000000004, 1.4508000000000028, 1.179750000000003, 0.8962200000000049, 0.9034350000000053, 0.8615100000000018, 1.2070500000000033, 0.9555000000000016, 1.1600550000000038, 0.75894, -0.05440500000000137, 0.4241249999999992, 0.6745050000000021, 0.4260750000000013, -0.24160499999999674, 0.5446350000000026, 0.2519400000000025, 0.3285750000000043, 0.19812000000000518, 0.3502200000000055, 0.9108450000000046, 1.1128650000000033, 0.8326500000000023, 1.421160000000003, 1.7062500000000027], [0.0, -0.18758999999999393, -0.9406799999999915, -1.2503399999999925, -1.538354999999993, -2.3208900000000057, -3.658589999999993, -5.3371499999999905, -7.043985000000005, -9.352980000000018, -11.18305500000001, -12.809159999999991, -14.81512500000002, -15.315689999999993, -15.905175000000003, -15.024164999999972, -13.389674999999993, -12.263940000000016, -10.471499999999988, -8.30329500000001, -5.4297749999999905, -2.656484999999985, 0.23458500000001337, 2.4152700000000067, 4.6464600000000065, 7.2777900000000075, 9.771254999999988, 11.627070000000014, 13.153530000000021, 13.61997000000001, 14.163825000000003, 14.5743, 15.151695, 15.43698, 15.243929999999999, 15.18426000000001, 15.0072, 15.030015000000011, 14.757600000000007, 14.315925000000007, 13.509795000000006, 12.77562000000001, 12.454065000000009, 11.315265000000014, 10.296585000000004, 9.900735000000013, 9.353370000000005, 8.77851, 7.625865000000009, 6.61108500000001, 6.260865000000006, 5.522010000000008, 5.385705000000006, 4.873830000000007, 3.7625250000000072, 3.742050000000007, 4.142385000000007, 3.5952150000000067, 3.179475000000007, 2.868840000000006, 2.8126800000000074, 2.5896000000000057, 2.110680000000008, 2.082990000000007, 2.239770000000008, 2.234505000000008, 0.5855850000000031, 0.9367800000000055, 0.5292300000000036, 0.8581950000000038, 1.2246000000000077, 1.1727300000000063, 1.1130600000000044, 1.1573250000000077, 0.9670050000000101, 1.1050650000000073, 1.6658850000000025, 1.8548400000000047, 1.6436550000000039, 1.5245100000000065, 1.634100000000008, 1.2998700000000052], [0.0, -0.3970200000000007, -0.13201500000000066, 0.31862999999999964, -0.19168499999999944, 0.45337500000000047, 0.4405050000000006, -0.2930849999999996, -1.4250599999999989, -1.3815749999999993, -2.556060000000001, -2.2249499999999993, -1.6263000000000019, -2.3774399999999978, -2.7783599999999984, -2.4725999999999977, -2.6473200000000032, -2.407469999999998, -2.236844999999999, -2.449394999999999, -1.38333, -1.0855649999999981, 0.9356099999999992, 0.8689200000000001, 1.7317950000000022, 1.8433350000000028, 2.1015149999999996, 2.6750100000000003, 1.8640049999999997, 2.4671400000000006, 2.8263300000000044, 1.8131099999999996, 2.0929349999999993, 1.511639999999999, 1.6955250000000004, 2.4997049999999996, 2.964000000000001, 2.097420000000001, 2.7042600000000014, 2.269215, 1.8700500000000004, 1.9258199999999999, 1.821495, 1.4441700000000006, 1.2372750000000003, 0.8215350000000009, 0.9406799999999996, 0.346125000000001, 0.11115000000000036, -0.18641999999999948, 0.21859500000000082, -0.2265899999999994, -0.27806999999999926, -1.054949999999999, -0.9098699999999992, -1.3041600000000013, -0.37166999999999895, 0.2435550000000007, -0.06727500000000008, -0.9055800000000004, -1.1251499999999997, -0.25603499999999957, 0.8396700000000004, 0.28586999999999957, 0.7503600000000012, 0.7158449999999996, -0.5241599999999992, 0.0477750000000004, 0.16711499999999996, 0.05869500000000022, 0.8519549999999994, -1.0602150000000004, -0.5824649999999997, -0.39624000000000026, 0.7936500000000002, -0.19032000000000016, -0.7213050000000013, 0.7792199999999998, 0.540735, 1.6038750000000013, 1.73082, 1.2257700000000002], [0.0, -0.8987549999999969, -1.578329999999995, -1.9626749999999964, -1.6058250000000056, -1.991339999999986, -2.615145000000002, -4.16832, -5.740800000000014, -6.295574999999998, -6.823245000000002, -7.9831050000000054, -8.19721499999998, -8.901360000000006, -9.219015000000013, -9.019334999999987, -7.832370000000008, -6.328139999999999, -5.374199999999991, -4.173389999999996, -2.368469999999986, -0.4551300000000005, 0.8556600000000012, 2.4954150000000004, 4.039230000000001, 5.578365000000003, 7.537724999999999, 8.735025, 9.366629999999995, 9.570209999999996, 10.863254999999999, 11.467365000000003, 11.36693999999999, 11.328330000000005, 11.06781, 11.199630000000003, 10.958415000000004, 11.150879999999997, 11.076780000000012, 10.593375000000002, 10.047180000000003, 10.31686500000001, 9.820395000000001, 9.383985000000001, 9.113325000000007, 8.260005, 7.630935, 6.919575, 6.081855000000001, 5.352360000000001, 4.418115000000002, 3.577080000000001, 3.3941700000000012, 3.0408300000000006, 2.6110499999999996, 2.3583299999999996, 1.7945850000000036, 1.7436900000000009, 1.569945000000001, 1.7160000000000006, 1.7417400000000012, 1.782885000000002, 1.5266549999999999, 2.031900000000002, 2.0863050000000003, 1.059435000000002, 0.04016999999999893, 0.4685850000000036, 1.1042849999999995, 0.9757800000000016, 1.789320000000003, 0.9921600000000028, 1.4804400000000015, 1.0009350000000055, 0.8763299999999989, 0.5791500000000016, 1.2899250000000007, 0.34534500000000046, 0.6089849999999997, 1.3924949999999998, 1.8341700000000005, 1.6912349999999994], [0.0, -0.8072999999999997, -1.8320249999999974, -1.3478399999999995, -0.7300799999999992, -1.0680150000000008, -0.6263399999999999, -1.4075099999999996, -1.6346849999999995, -2.705234999999997, -3.636945000000005, -3.8867400000000014, -4.15701, -4.964115000000002, -4.52692500000001, -4.943835000000003, -4.602195000000002, -5.519475000000008, -4.416944999999996, -3.1533449999999985, -1.7105399999999995, -0.8012549999999996, -0.8665800000000002, 0.37011000000000127, 1.10838, 1.8985200000000004, 2.9503500000000016, 3.317535000000001, 3.4029450000000026, 3.9959399999999987, 4.03533, 4.492800000000002, 4.333875000000004, 4.060875, 4.344210000000001, 3.882644999999999, 4.113525000000004, 4.476030000000001, 4.232280000000009, 3.7674000000000016, 4.571774999999999, 4.071795000000003, 4.105920000000005, 3.4045050000000026, 3.0542850000000015, 2.2091550000000004, 2.255565000000003, 2.0437950000000034, 1.902030000000001, 0.7681050000000004, 0.8338200000000016, 0.008385000000000753, -0.21430499999999988, 0.2318550000000008, -0.001364999999999561, 0.02866500000000094, -0.9757799999999993, 0.03412500000000185, -0.5822699999999988, -0.2205449999999987, 0.6840600000000002, -0.23809499999999914, -0.1712099999999986, 0.09711000000000203, 0.16692000000000148, -0.2835299999999993, -0.389999999999999, -0.42743999999999926, 0.024960000000000954, 0.5304000000000003, 0.48243000000000025, -0.48281999999999925, -0.0033149999999990964, -0.430754999999999, -0.13201499999999963, -0.38044499999999914, -0.31687499999999924, -0.0013649999999996165, 0.31726500000000113, 0.4631250000000009, 1.042665, 1.2368850000000007], [0.0, -0.5241599999999966, -1.8936449999999954, -2.788695000000003, -2.6367899999999955, -2.6519999999999997, -3.6000899999999993, -5.095739999999992, -7.167419999999998, -8.861190000000008, -10.213710000000011, -10.797345000000004, -10.740014999999996, -10.984545000000015, -10.576605000000002, -9.91633499999999, -9.880065000000005, -8.291010000000009, -6.448650000000006, -4.928625000000006, -2.4141000000000026, -0.650519999999998, 1.3263899999999986, 3.6868649999999983, 5.0243699999999984, 6.474584999999998, 8.412690000000003, 10.419435000000009, 12.002444999999998, 13.14183, 13.824915000000008, 13.257660000000005, 13.836225000000015, 13.214759999999988, 13.241669999999989, 13.210275, 13.051544999999992, 13.092494999999992, 12.46342499999999, 13.000649999999993, 12.621180000000011, 12.541424999999988, 11.984894999999996, 11.44571999999999, 10.335194999999997, 9.891959999999994, 8.678085, 8.01098999999999, 7.397519999999998, 6.838260000000004, 6.0955049999999975, 5.354895000000001, 4.572360000000001, 4.548764999999999, 3.7016849999999994, 3.718064999999998, 3.4795799999999995, 2.190824999999999, 1.9798350000000002, 1.7875649999999985, 1.9792499999999988, 1.6729049999999996, 1.0738649999999998, 1.6183049999999974, 1.371629999999998, 1.5036450000000001, 1.5796949999999983, 1.4821949999999997, 1.5954899999999994, 1.2228449999999969, 1.5377700000000012, 0.6733349999999971, 0.6860099999999996, 1.0988249999999986, -0.4422599999999983, 0.6031350000000013, 0.5976749999999993, 1.0188749999999982, 1.3848899999999993, 1.5198299999999998, 2.0061599999999977, 1.1054549999999996], [0.0, 0.11348999999999654, 0.38785499999999873, -0.2144999999999999, -0.4393349999999998, -0.14527500000000226, -0.5943600000000013, -0.9923550000000008, -2.137980000000006, -1.933815, -2.386020000000009, -1.8647850000000084, -2.3392199999999987, -1.8858449999999998, -1.7148300000000005, -1.1879399999999989, -1.6058250000000016, -2.2910550000000014, -2.1570900000000033, -1.490775000000002, -1.1524499999999986, -0.7616700000000032, -0.5070000000000019, 0.39604499999999687, 1.3240499999999993, 2.273114999999998, 3.2970599999999974, 4.013294999999998, 4.443464999999999, 4.798755000000005, 5.166524999999998, 5.461365, 5.743139999999993, 5.304779999999999, 5.472089999999996, 5.033340000000001, 4.784714999999996, 5.574854999999995, 5.379075000000002, 5.164965, 5.127524999999997, 5.420999999999998, 4.943834999999999, 4.526729999999997, 3.8719200000000016, 3.7504349999999955, 4.088759999999997, 3.8001600000000013, 3.652934999999999, 2.979599999999998, 1.909244999999998, 1.6937699999999987, 2.267654999999998, 1.9384949999999983, 1.4082899999999985, 1.591199999999998, 1.8478199999999987, 1.0892699999999984, 0.9592049999999989, 1.2507299999999975, 1.365194999999998, 1.0951199999999983, 1.8638099999999977, 1.5773549999999983, 1.5699449999999986, 1.326389999999999, 0.5635499999999976, 1.097459999999998, 1.0333049999999986, 1.3581749999999984, 1.0621649999999987, 1.1805299999999983, 1.099214999999998, 0.7365149999999979, 0.3486599999999973, 0.26149499999999803, 0.3186299999999991, 0.324479999999999, 0.3636749999999984, 0.9354149999999996, 1.986269999999998, 2.716739999999998], [0.0, -0.6472050000000023, -0.7722000000000016, -0.22366499999999956, -0.5247449999999994, -0.7287150000000007, -0.806715000000009, -0.5335200000000029, -1.5621449999999966, -1.7485649999999975, -1.8530849999999992, -2.3513100000000007, -2.736435000000001, -3.6539100000000015, -2.87118, -2.4757200000000026, -2.874495000000005, -2.289494999999998, -2.195895, -2.149485000000002, -1.3909350000000025, -0.3172650000000026, 0.5341050000000012, 1.2224549999999965, 2.1038549999999976, 2.9466449999999984, 3.747314999999998, 4.811234999999999, 5.571734999999995, 5.17179, 5.206110000000004, 4.783544999999999, 5.050694999999994, 4.7973899999999965, 4.752345, 4.406804999999997, 4.477394999999998, 4.739474999999998, 4.375995, 4.33992, 4.535504999999997, 4.373459999999998, 4.548179999999998, 3.7898249999999982, 2.921294999999998, 3.026009999999998, 2.700944999999998, 2.8758599999999976, 2.191604999999998, 2.0153249999999994, 1.7286749999999984, 1.2284999999999973, 1.4767349999999981, 1.5059849999999972, 1.1212499999999972, 1.606799999999999, 1.012244999999999, 0.7328099999999997, 0.24101999999999713, 1.2257699999999958, 0.5941649999999987, 0.6614399999999971, 0.8420099999999962, 1.0247249999999977, 1.5204149999999983, 1.341209999999997, 1.1777999999999982, 0.40364999999999585, 0.7454849999999986, 0.931904999999998, 0.6199049999999986, 0.4603949999999952, 0.7815599999999974, 0.4882799999999978, 0.7074599999999993, 0.6840599999999979, 0.4635149999999979, 0.838889999999997, 0.8696999999999959, 1.0081499999999992, 1.5586349999999984, 1.3185899999999977], [0.0, 0.8685300000000007, 1.2259649999999986, 2.72980499999999, 4.977765000000003, 5.183294999999996, 6.848400000000009, 6.862440000000003, 6.341009999999983, 7.359104999999991, 7.4359349999999935, 8.604959999999986, 8.318700000000003, 8.609445000000008, 7.3002150000000015, 5.771024999999986, 4.867004999999997, 3.6137400000000017, 1.9262099999999993, 0.2856750000000021, -1.0574850000000007, -3.091335000000001, -4.225455, -5.613465000000001, -7.116330000000001, -8.060910000000002, -10.381800000000002, -11.909430000000004, -14.065935, -15.855840000000002, -16.54730999999998, -17.851274999999994, -18.926895, -19.75915500000003, -19.716645000000014, -20.550855, -20.762430000000002, -21.742499999999993, -22.256909999999984, -21.512595, -22.603424999999987, -23.47604999999998, -23.451090000000008, -23.12973000000001, -22.511384999999997, -21.697845000000015, -21.04323000000001, -19.75154999999998, -18.701475000000013, -17.985629999999997, -16.57227000000001, -15.76614000000001, -13.648245, -12.498135, -11.797305000000003, -10.060439999999996, -9.17319, -7.537335000000002, -6.676605000000002, -5.790720000000002, -5.360550000000002, -5.364645000000001, -5.486520000000001, -4.994145000000001, -4.517565000000001, -4.680780000000001, -5.52864, -5.125575000000001, -5.763420000000002, -5.661045000000002, -5.1511200000000015, -4.726215, -4.859595000000002, -4.584840000000001, -4.805970000000002, -5.241990000000003, -5.734170000000003, -6.14484, -6.241170000000001, -7.274475000000001, -6.879990000000002, -6.475170000000004], [0.0, -0.9447750000000061, -0.7944300000000064, -0.7556250000000007, -0.7950150000000047, -1.2961650000000002, -0.7039499999999981, -1.6192800000000056, -1.2626249999999999, -1.4441700000000037, -1.116960000000005, -1.7883450000000032, -1.6701750000000013, -1.8879900000000012, -1.514760000000003, -1.226940000000003, -1.0600200000000037, -1.437930000000002, -1.4242799999999995, -1.6849949999999998, -1.6116750000000035, -1.288365000000005, -0.16458000000000483, 0.6590999999999978, 1.5541499999999981, 2.0769449999999976, 2.7054299999999976, 3.1387199999999984, 3.420689999999997, 3.8816699999999966, 3.989699999999999, 4.3044299999999955, 3.601454999999998, 3.3038849999999975, 3.0847049999999987, 3.6552749999999965, 3.088799999999998, 2.7953249999999983, 2.547674999999998, 2.8218449999999984, 3.5316449999999993, 2.597594999999998, 2.781284999999998, 2.229239999999997, 2.2027199999999985, 2.7689999999999984, 2.030144999999998, 1.484144999999999, 1.7372549999999989, 1.8296849999999976, 0.26909999999999945, -0.08560500000000504, 0.4490850000000002, -0.08833499999999894, -0.47911499999999796, 0.22015499999999655, 0.6875699999999971, 0.5500949999999949, 0.49334999999999773, 0.8761349999999981, 0.7172099999999986, 0.6499349999999977, 1.0005449999999987, 1.614014999999999, 0.7681049999999983, 0.5775899999999974, 0.5483399999999987, -0.03198000000000345, 0.5073899999999973, 0.059279999999998445, 0.25330499999999767, 0.8720399999999979, 0.6085949999999967, 1.0219949999999978, 0.832649999999997, 1.1300249999999976, 0.6819150000000005, 1.1399699999999975, 0.9964499999999981, 1.161224999999998, 1.1152049999999987, 1.042469999999998], [0.0, -0.006825000000000303, -0.07468500000000033, 0.06746999999999975, 0.11933999999999956, 0.20981999999999984, 0.27066, -0.10861500000000046, -0.2028000000000002, -0.6686550000000003, -0.17120999999999953, -0.21118499999999985, 0.15599999999999964, 0.11329500000000031, -0.2072850000000006, -0.4276350000000011, -0.43875000000000075, -0.8293349999999992, -1.0024949999999997, -1.2144600000000008, -0.8737950000000015, -0.7922849999999996, -0.2572049999999987, 0.3905850000000002, 0.3457349999999993, 0.65754, 0.7386600000000001, 1.6875299999999998, 2.2604400000000022, 2.0880600000000014, 1.9441499999999996, 2.3704199999999997, 2.03346, 1.6557449999999991, 1.5223650000000002, 1.10214, 1.147965000000001, 1.384110000000001, 1.1957399999999994, 0.8628750000000001, 1.1352900000000004, 0.9515999999999996, 1.140749999999999, 0.814515000000001, 0.1442999999999992, 0.8445450000000001, 0.7778549999999995, 0.5383950000000002, 0.8318699999999998, 0.9365849999999998, 0.721695, 0.20396999999999998, 0.4504500000000001, 0.17647499999999966, -0.22931999999999897, 0.05654999999999866, 0.07663500000000034, 0.04114500000000004, -0.9500400000000006, 0.23926500000000067, 0.9137700000000004, 0.3129749999999999, 0.18953999999999993, 0.4079399999999996, -0.2269800000000004, -0.008774999999999922, -0.45064499999999996, -0.36016500000000007, -0.35314500000000015, -0.10334999999999905, 0.6054749999999994, 0.3160949999999995, 0.6456450000000008, 0.44030999999999987, 0.3566549999999992, 0.33500999999999903, 0.550875000000001, 0.15678000000000036, 0.37010999999999983, 0.6431099999999994, 0.7166249999999996, 1.2325949999999997], [0.0, -0.32486999999999844, -0.7460699999999982, -1.0791299999999984, -1.1489400000000014, -0.7663500000000032, -0.7653750000000001, -0.0237899999999982, -0.42470999999999837, -0.9030450000000005, -0.7033650000000025, -0.05772000000000066, -0.10549499999999856, -0.5198699999999978, -0.18291000000000102, 0.16574999999999918, -0.18134999999999746, -0.43056000000000294, -0.31356000000000517, -0.3632849999999985, 0.6091799999999981, 1.3538849999999971, 2.02644, 2.3712, 2.751645, 3.1890300000000003, 3.2966699999999998, 4.195815, 4.767554999999999, 4.481490000000001, 4.3202250000000015, 4.185285, 3.4715850000000006, 3.119415, 3.0685200000000004, 4.03611, 4.136339999999999, 3.62427, 3.1822049999999997, 3.4462350000000006, 3.63012, 2.9189549999999995, 3.161925, 2.3651549999999997, 2.309385, 2.4462750000000004, 3.031080000000001, 2.875665000000001, 3.0757350000000003, 3.289650000000001, 2.629574999999999, 2.3719800000000006, 2.2075950000000013, 1.865175000000001, 1.352520000000002, 1.6208400000000014, 1.4636700000000002, 0.8544899999999997, 0.2334150000000017, 0.4180799999999971, 0.17179499999999903, -0.013650000000002827, 0.699075000000005, 0.9420450000000007, 0.8420100000000006, 1.1313899999999986, 0.9299549999999996, 1.055730000000001, 0.7115549999999997, 1.3501800000000024, 1.8794099999999991, 1.8905250000000007, 2.402985, 2.578485000000001, 2.0810400000000007, 2.0242949999999995, 1.9287450000000006, 1.6456050000000009, 2.2005749999999997, 2.6481000000000003, 2.4833250000000002, 2.5833600000000003], [0.0, 0.027299999999991442, 0.2936699999999881, 0.4537649999999962, 0.46507499999999524, 0.3677699999999966, -0.4307550000000031, 0.8045699999999965, -0.13533000000000683, -0.6567600000000011, 0.18115499999999685, 0.4802849999999914, 0.03451499999999896, -0.05089499999998903, 0.09028499999999529, 0.7359299999999989, 0.051284999999995584, 0.27689999999999415, 0.7530899999999958, 0.7027799999999962, 1.9094399999999982, 2.993444999999994, 4.093244999999996, 4.749614999999998, 5.930534999999997, 5.6606549999999975, 5.977139999999999, 6.3807899999999975, 6.785609999999994, 8.555234999999998, 9.085439999999991, 9.119954999999996, 8.026004999999998, 8.054279999999997, 8.278529999999998, 7.383869999999996, 7.663889999999998, 8.405279999999996, 7.258484999999997, 8.185319999999997, 9.676484999999996, 9.466275, 8.483084999999999, 7.907835, 6.641894999999999, 7.671104999999994, 7.866494999999997, 7.9507349999999954, 8.110829999999995, 7.7709449999999975, 6.175064999999997, 6.260864999999997, 5.858774999999998, 5.183099999999998, 4.961579999999995, 5.366594999999998, 4.185089999999998, 3.5322299999999967, 3.140864999999996, 3.464954999999998, 2.9273399999999983, 2.4115649999999955, 2.0484749999999976, 2.1159449999999986, 2.362619999999997, 2.2319699999999925, 0.7053150000000015, 0.8541000000000007, 2.529929999999998, 2.981354999999996, 2.8140449999999966, 3.3159749999999946, 3.567134999999998, 3.517214999999997, 1.4671800000000013, 2.2703849999999957, 2.6430299999999978, 2.1919949999999986, 2.940209999999995, 3.776369999999997, 3.7313249999999965, 4.348499999999998], [0.0, -0.16575000000000062, -0.38434500000000094, 0.40910999999999864, -0.18836999999999937, -0.7242300000000007, -0.03724500000000053, 0.05928000000000044, 0.5337150000000006, 0.8706750000000001, 1.7916600000000034, 1.4574300000000004, 1.2526799999999993, 0.9886499999999991, 0.8817900000000009, 0.730664999999998, -0.19870499999999802, -0.4644899999999995, -0.3153150000000017, -0.2535000000000015, 0.02632499999999771, 0.8162700000000009, 0.842595, 1.7197049999999994, 1.9934850000000002, 2.1114599999999997, 2.0574449999999986, 3.406649999999998, 3.0540899999999995, 3.0638399999999986, 2.4107849999999997, 2.5989600000000004, 2.8750799999999996, 2.06154, 1.9546800000000002, 1.9940700000000007, 2.0461349999999996, 2.4020099999999998, 2.552354999999999, 2.510039999999999, 2.1744449999999986, 2.0412599999999994, 1.788344999999999, 1.154595, 0.4194449999999982, 0.8934900000000012, 0.7135050000000003, 1.5459599999999993, 1.065285, 1.3560299999999996, 0.9611550000000002, 0.46234499999999934, -0.08638500000000193, 0.22756499999999902, 0.3913649999999993, 0.45961500000000005, 0.4890599999999989, -0.761669999999998, -1.1136450000000004, -1.0067849999999985, -1.722239999999997, -2.0970300000000006, -0.9859200000000018, -0.5910449999999999, -0.17315999999999943, -0.829335, -0.06766499999999998, 0.5436599999999995, 0.9348299999999994, 0.9611549999999991, 1.497015000000001, 1.8569849999999986, 2.3362950000000033, 2.5472849999999982, 2.2374300000000003, 2.3495549999999983, 2.160015, 1.763775, 2.436135000000001, 2.274284999999997, 2.14539, 1.5124199999999992], [0.0, 4.927650000000044, -0.7920899999999707, 1.0288200000000542, 2.4989250000000425, 2.250495000000053, 3.024840000000053, 12.741105000000047, 11.089845000000047, 8.100105000000047, 8.299980000000044, 5.027880000000049, -0.09476999999995872, -0.444014999999955, 1.3265850000000539, 2.559765000000035, 0.85917000000005, -1.2197249999999515, 1.314495000000055, 0.8854950000000175, -2.0098649999999454, -1.2559949999999542, -3.5846849999999497, -3.5361299999999583, -0.5025149999999634, 4.8418500000000435, 8.363745000000037, 3.0457050000000443, -6.51787499999995, -19.554599999999958, -25.371449999999932, -24.358034999999944, -10.156964999999943, 3.42712500000005, 7.932990000000046, 6.879015000000054, 6.444165000000046, 0.29484000000004196, -4.239494999999943, 0.8361600000000284, 10.023390000000045, 13.172445000000083, 5.129670000000038, -6.100574999999958, -6.059624999999956, -16.22185499999997, -12.483509999999965, -7.004399999999961, -2.3446799999999506, 1.7596800000000163, 5.051865000000027, 12.560340000000043, 16.559205000000027, 20.58985500000007, 19.747065000000042, 21.091785000000044, 29.79580500000003, 32.539845, 30.331665000000037, 17.54434500000005, 7.176390000000049, -2.0884499999999555, -6.722039999999966, -10.65538499999999, -12.024869999999963, -10.959389999999951, -1.1323649999999406, -2.161379999999954, -3.6661949999999663, 2.777580000000045, 4.6088250000000555, 11.506170000000026, 9.301890000000046, -1.9168499999999344, -8.304074999999958, -2.3242049999999486, -1.2267449999999531, 2.0369700000000415, 4.076280000000035, 3.808740000000039, 7.684170000000043, 0.4338750000000484], [0.0, -0.3398850000000033, -0.012675000000007763, -0.19207500000000088, -1.1255400000000062, 0.27046499999999796, 0.6910799999999955, 0.36211499999999575, 0.5335199999999953, 1.1450399999999923, 1.3497899999999987, 0.6986849999999967, 1.2903150000000037, 0.6409649999999973, 0.942239999999996, 0.21274499999999108, 0.292109999999993, -0.17784000000000688, -0.13006500000000454, 1.276469999999998, 1.1389949999999978, 1.032525000000001, 2.578094999999995, 3.293744999999997, 4.013294999999998, 3.3031049999999933, 3.481334999999997, 5.254469999999997, 5.139809999999997, 5.015009999999997, 5.654999999999998, 4.848284999999997, 3.851639999999996, 4.587569999999995, 4.411094999999995, 4.126784999999996, 4.8098699999999965, 5.014814999999996, 6.159269999999995, 6.473024999999996, 5.627894999999997, 5.690489999999996, 5.823869999999998, 4.554419999999995, 3.924959999999995, 4.357469999999997, 4.100654999999997, 4.610189999999998, 5.4092999999999964, 5.591624999999993, 4.703399999999997, 4.746299999999996, 4.045274999999997, 4.221944999999996, 3.973319999999995, 4.245929999999998, 3.9573299999999962, 2.696069999999996, 1.9441499999999978, 1.6307849999999915, 0.20201999999999742, 0.1448849999999995, 0.9428249999999965, 1.1372400000000011, 1.1448449999999997, 0.29698499999999495, 0.8786699999999983, 0.7491899999999965, 1.8562049999999983, 2.429504999999996, 1.8595199999999958, 1.4424149999999996, 1.4233049999999974, 2.0474999999999977, 1.9078799999999965, 1.6781699999999988, 1.8901349999999977, 1.9065149999999984, 2.0708999999999973, 2.6948999999999974, 2.5862849999999975, 3.546659999999997], [0.0, -0.8948550000000002, -0.29600999999999766, -0.6015749999999969, -0.9042149999999984, 0.07936500000000013, 0.26383499999999893, -0.14624999999999444, 0.24453000000000236, 0.5436600000000045, 0.7776600000000025, 0.8515650000000015, 1.3612949999999997, 0.8273850000000023, 0.008970000000000145, 0.1450799999999992, -0.3531449999999996, -1.1651249999999944, -0.7827299999999946, -0.6409649999999982, -0.6596850000000023, -0.7649850000000007, -0.5686199999999983, -0.15814500000000065, 0.9321000000000008, 0.8794499999999996, 1.2918750000000019, 1.775865000000001, 2.1227700000000005, 2.077530000000001, 2.216565000000001, 2.4324300000000014, 1.3082549999999988, 1.509494999999998, 2.0163000000000033, 2.1596250000000015, 2.526615000000001, 3.486015000000001, 3.2253000000000007, 4.380284999999999, 3.6359700000000017, 2.8787850000000006, 2.8606500000000032, 1.7600700000000018, 0.8835449999999998, 0.18700500000000053, 1.1629799999999995, 1.6485300000000005, 1.9634550000000006, 1.9733999999999998, 2.095860000000002, 0.7390500000000018, 1.1027250000000017, 0.7111649999999985, 1.5403049999999994, 0.9124049999999995, 1.4463150000000011, 0.6916650000000018, 0.2884049999999996, 0.5124600000000021, -0.2768999999999977, -0.18252000000000024, -0.2862599999999986, -0.7006350000000032, -0.32818500000000217, -0.8449350000000004, -1.5428400000000022, -1.3770900000000021, -0.892709999999997, -0.15970500000000287, -0.768495000000001, -0.05186999999999964, -0.4488899999999969, -0.020085000000000797, -0.7213050000000019, 0.6737249999999992, 0.24297000000000235, 0.25428000000000184, 0.5703750000000043, 2.18127, 2.5363650000000018, 1.493700000000001], [0.0, -1.436955000000003, -1.5988050000000038, -0.6245849999999991, -0.3531450000000038, -0.21996000000000304, 0.5672549999999984, 1.0307699999999995, 2.07246, 1.392104999999998, 1.7696249999999987, 1.5545399999999998, 2.378804999999997, 0.9410699999999994, 0.5440499999999998, -0.10998000000000085, -0.5007600000000016, -1.0321350000000022, -0.3406650000000033, -0.6762600000000007, -0.532935000000001, -0.49315499999999846, -1.186575000000002, -1.2004199999999978, -0.5734950000000043, 0.102765, 0.5157749999999972, 2.231385, 1.7891249999999987, 2.957564999999997, 2.7013350000000003, 2.401229999999998, 3.118244999999999, 4.2508050000000015, 4.051514999999996, 3.908384999999998, 3.994185, 4.918679999999999, 3.5068799999999998, 3.9146249999999982, 4.104165, 3.322214999999998, 3.0080699999999974, 1.6623749999999993, 0.5341049999999987, 0.62517, 1.3113749999999986, 1.206659999999998, 2.4825449999999982, 2.5831649999999993, 2.234504999999998, 1.840214999999998, 1.3772849999999988, 1.71639, 3.806984999999999, 2.571465, 2.4133199999999997, 1.7575349999999978, 0.43699499999999825, 0.8659949999999992, 0.1146600000000002, -0.2726100000000049, -0.5898750000000041, 0.06922499999999854, -0.7653750000000012, -0.7330049999999997, -1.4508000000000043, -0.08970000000000011, 0.875940000000001, 0.9751949999999997, 1.1873550000000002, 1.2934349999999981, 0.19987499999999914, 0.20630999999999888, 1.277054999999999, 0.8149049999999982, 0.8901749999999985, 1.7039099999999991, 1.404390000000001, 2.559179999999998, 1.7261399999999987, 1.653404999999999], [0.0, 0.05401499999999848, 0.5582849999999986, 0.3478799999999972, 0.13883999999999797, 1.0019099999999983, 1.3876199999999985, 0.5456099999999983, 0.7712249999999978, -0.1721850000000008, 0.5678399999999988, 0.005264999999998854, 0.1708199999999988, 0.8004749999999989, 1.1017499999999982, 0.7493849999999986, 0.745289999999999, 0.10042499999999954, 0.12733499999999853, -0.21879000000000237, -0.17764500000000183, 0.1848599999999988, 0.2962049999999991, -0.467805000000001, 0.4430399999999988, 0.37108499999999783, -0.09496500000000041, 0.9408749999999988, 0.581099999999998, 1.4706899999999985, 0.7285199999999984, 0.4590299999999985, 0.7277399999999985, 0.6247799999999988, 1.364609999999999, 1.6147949999999986, 2.02956, 1.7298449999999992, 1.8846749999999983, 2.1572849999999986, 1.9663799999999987, 1.5048149999999993, 0.6068399999999987, 0.24062999999999818, -0.5138250000000014, -1.3343850000000037, -0.4498650000000025, 0.3400799999999985, 0.6427199999999987, 1.303965, 0.6573449999999984, 0.4720949999999977, 0.5898749999999988, 0.6009899999999988, -0.016380000000001838, 0.032564999999997846, 0.4348500000000003, 0.3363749999999991, 0.5456099999999997, -0.4584450000000021, -0.6347249999999997, -0.5625750000000013, -0.2324400000000022, -0.34417500000000145, -0.8338200000000008, -1.4457300000000006, -1.0496849999999998, 0.19031999999999816, 0.2802149999999989, 0.7762949999999981, -0.11563500000000249, -0.49296000000000084, -0.2827500000000005, -0.5265000000000027, -0.7343700000000043, -0.4767750000000014, -0.03061500000000117, 0.9030449999999982, 1.1974949999999982, 1.4562599999999977, 0.7384649999999984, 0.8303099999999979], [0.0, 0.2712449999999985, 0.27533999999999864, 0.7950149999999994, 1.0338899999999986, 1.3312649999999995, 1.132755, 0.8558549999999987, 1.4143349999999981, 1.457039999999998, 1.3004549999999993, 1.4747849999999993, 1.2561899999999995, 1.6699799999999991, 2.1036600000000005, 1.3720199999999991, 1.093365, 0.24842999999999787, -0.4875000000000027, -1.2004200000000003, -0.7601100000000007, -1.2827100000000007, -1.4584050000000022, -1.2938250000000016, -1.5956850000000022, -1.2322050000000024, -0.21567000000000103, -0.5054400000000026, -0.7259850000000017, 0.23419499999999838, 0.07156499999999894, -0.1384500000000014, -0.4149600000000032, 0.193439999999999, -0.22269000000000105, 0.4328999999999984, 1.4010749999999992, 1.219139999999999, 1.6504799999999995, 1.6108949999999982, 0.6540299999999991, 0.7749299999999986, -0.3599700000000039, -0.6555899999999995, -1.2712050000000013, -1.3729950000000009, -0.2813850000000002, -0.20163000000000164, 0.7265699999999996, 0.6748949999999984, 0.3685499999999985, -0.28938000000000186, 0.28820999999999974, 0.818414999999999, 1.3675349999999997, 1.037399999999999, 1.106429999999999, 0.3467099999999983, 0.08657999999999855, -0.09399000000000102, -0.312195000000001, -1.0647000000000022, -0.14410500000000104, -0.8213400000000017, -1.3737749999999997, -1.4424150000000011, -1.4299350000000017, -1.3792350000000007, -0.4941300000000006, -0.18973500000000065, 0.25525499999999923, -0.314535000000001, -0.23380500000000104, -0.23556000000000032, 0.04426499999999861, 0.4026749999999985, 1.3193699999999995, 1.867709999999999, 1.6202549999999982, 1.6914299999999995, 2.0831849999999967, 1.76202], [0.0, 1.2144600000000032, 0.49900500000000125, 1.3277550000000022, 1.6311750000000025, 1.9141200000000027, 1.8119400000000032, 1.6282500000000022, 1.927770000000002, 0.786435000000002, 0.9935250000000049, 1.4987700000000022, 1.5642900000000015, 1.0060050000000016, 1.4853150000000037, 1.609335000000002, 1.6171350000000033, 0.4342650000000021, 0.5114850000000022, -0.22346999999999761, -0.43855499999999825, -0.5302049999999983, -0.7755149999999977, -0.43426499999999324, -0.6782099999999969, -0.3141450000000017, -0.511679999999997, -0.4286099999999995, 0.17433000000000165, -0.0009749999999981718, 0.7351500000000035, 0.22405500000000567, -0.2145000000000028, 0.8895900000000045, 0.58188, 0.861510000000002, 1.4416350000000007, 1.9523400000000026, 1.1105250000000029, 1.0085400000000018, 1.2944100000000025, 1.5516150000000024, 1.6118700000000037, 0.9625200000000025, 0.7447050000000024, 0.5169450000000038, 1.2000300000000037, 0.6407700000000014, 0.5826600000000022, 1.3261950000000011, 0.5013450000000046, 0.6004050000000001, 0.5009550000000029, 0.1987050000000039, 0.17277000000000342, 0.42412500000000364, 0.5491200000000054, 0.9061650000000012, 0.758550000000001, 0.5688150000000014, 0.2312700000000003, 0.7737600000000033, 0.2322450000000007, 0.27222000000000435, 0.325650000000004, 0.06688500000000408, -0.0641549999999973, -0.10315500000000188, -0.399944999999994, 0.008970000000000145, -0.1045199999999995, -0.16672499999999468, 0.03646500000000552, 0.18018000000000134, 0.3250650000000035, 0.6969300000000047, 1.4492400000000023, 0.8055450000000026, 1.5024750000000036, 1.1750700000000045, 1.5471300000000008, 2.1194550000000016], [0.0, 0.052455000000002805, 0.7501650000000049, 1.106820000000003, 0.6826950000000045, 0.47248500000000115, 1.243125000000002, 0.7560150000000083, 1.0951200000000036, 0.8180250000000049, 0.9361950000000041, 1.3160550000000037, 1.2914850000000049, 2.2733100000000035, 2.2608300000000043, 1.9369350000000043, 2.7309750000000044, 1.5701400000000056, 1.3772850000000045, 1.2727650000000044, 0.269880000000001, 1.5272400000000044, 0.5479500000000033, 0.6206850000000035, 0.3459300000000032, 0.48477000000000414, 0.11095500000000635, -0.756404999999996, -0.6895199999999928, -0.42607499999999465, -0.3786899999999962, -0.5058299999999996, -0.9170849999999939, -0.6977099999999927, 0.5354700000000079, 0.2180100000000027, 1.426620000000004, 1.3437450000000069, 0.5087550000000047, 1.687335000000004, 0.8862750000000057, 1.1955450000000027, 1.2456600000000033, 0.3116100000000013, -0.3718649999999952, 0.17374500000000204, 0.8230950000000037, 1.4545050000000037, 1.4640600000000046, 1.2132900000000042, 1.980225000000004, 1.637025000000003, 0.9837750000000041, 0.4496700000000029, 1.4188200000000037, 1.4825850000000058, 1.2195300000000056, 1.1887200000000038, 1.9396650000000037, 0.9851400000000041, 0.11934000000000333, -0.12869999999999715, 0.1349400000000065, 0.5826600000000044, -0.37420499999999723, 0.15346500000000418, 0.09886500000000309, 0.13162500000000232, -0.922934999999999, 0.48516000000000314, 0.3667950000000011, 0.8611200000000072, 1.0748400000000051, 1.037790000000005, 1.3248300000000033, 0.9241050000000031, 1.1586900000000013, 1.1142300000000025, 1.7973150000000038, 1.6596450000000034, 1.330680000000005, 1.9041750000000017], [0.0, -0.49939500000000064, -0.2997149999999997, 0.08852999999999922, 0.5167500000000003, 0.31005000000000027, 0.4132050000000004, -0.29679000000000016, -0.3995549999999997, -0.8823750000000006, -1.1113049999999998, -2.1245249999999984, -1.6859699999999993, -0.6064500000000006, -1.4818049999999983, -1.2626250000000023, 0.49608000000000047, 0.6222450000000006, 0.18797999999999898, 0.2753400000000007, -0.016575000000000284, 0.6355050000000002, -0.08599499999999921, 0.007215000000001359, 0.6025499999999994, 0.78624, 0.14917500000000022, 0.8734050000000009, 0.6786000000000004, 1.1980800000000005, 0.8256300000000004, 1.3289250000000006, 1.16649, 1.3509600000000004, 1.8938400000000006, 1.9117800000000003, 1.5362099999999996, 1.6756350000000004, 1.8667350000000018, 1.3162499999999997, 2.441204999999999, 2.060564999999997, 1.2752999999999994, 1.602315, 1.0849800000000014, 1.6935750000000005, 1.4697149999999992, 1.0974600000000005, 1.842555, 2.163914999999999, 1.9849050000000008, 1.1183250000000007, 0.7883850000000008, 0.3609450000000002, 0.9365850000000008, 0.3747900000000011, 0.24043500000000173, 0.36991500000000066, 0.2570100000000012, -0.5871449999999994, -0.28489500000000084, -0.11173499999999897, -0.2940599999999978, 0.3796650000000013, -0.02437499999999998, 0.03490500000000091, 0.6158100000000003, 0.027885000000000437, -0.6867899999999998, -0.027494999999999714, -0.5629649999999975, -0.23750999999999872, -0.6538349999999984, -0.4605899999999998, -0.9461399999999998, -0.3970200000000003, -1.0783500000000006, -0.7043400000000009, -0.2837250000000006, -0.47716500000000045, 0.6661200000000003, -0.15814499999999937], [0.0, 0.19519499999999868, 0.6737249999999997, 1.6249350000000007, 1.6875300000000002, 1.6795350000000004, 2.275065, 1.8548400000000012, 1.4784900000000003, 1.109354999999999, 0.99996, 1.1969100000000004, 1.8097950000000005, 1.8053100000000004, 2.2996350000000003, 2.0248800000000005, 2.165865000000001, 2.243475, 1.624155000000001, 1.5775499999999998, 1.4584050000000013, 1.0083450000000003, 1.1329500000000008, 1.2803699999999998, 1.4131650000000007, 0.7903350000000005, 0.23516999999999966, -0.1786200000000009, -0.23380500000000204, -0.299130000000003, -0.2026049999999966, -0.8474700000000017, -0.5031000000000008, -0.6542250000000007, 0.07000500000000276, 0.04348500000000177, 0.9397050000000009, 0.9461400000000013, 0.13259999999999916, 0.3336449999999995, 0.03081000000000156, 0.6641700000000033, 0.12207000000000123, 0.3498300000000023, 0.3472950000000008, 0.7638150000000001, 0.8482500000000002, 1.0879050000000003, 1.4375400000000016, 1.3462800000000006, 1.32171, 0.5210399999999991, 0.7051199999999989, 0.2696850000000013, 0.25622999999999996, 0.9282000000000015, 0.6241950000000009, 0.08931000000000111, 0.10705500000000212, -0.6489600000000051, -1.0524149999999977, -0.6403799999999964, -0.2575950000000029, 0.19616999999999907, -0.3751799999999994, 0.13376999999999928, -0.07000499999999965, -0.011309999999999043, 0.5331300000000001, 0.737295, 0.7852649999999994, 0.9157200000000023, 1.1820899999999992, 0.9753899999999991, 0.8285549999999999, 0.5444400000000009, 0.1661399999999973, 0.6908849999999993, 1.3550550000000001, 1.4084849999999989, 1.6079699999999997, 1.4989650000000014], [0.0, 0.4789199999999961, -0.6953700000000054, 0.06571499999999642, 1.077959999999996, 0.7025849999999961, 1.3390649999999957, 1.2101699999999966, 1.016729999999996, 0.7294949999999956, 0.7854599999999968, 0.8681399999999965, 1.5949049999999962, 1.5481049999999956, 1.730234999999996, 1.5580499999999962, 1.872389999999996, 2.0471099999999964, 1.8550349999999964, 1.6635449999999956, 1.5403049999999965, 1.4119949999999963, 0.9543299999999948, 0.8221199999999945, -0.02554500000000437, 0.007019999999994253, -1.6210350000000067, -0.4756050000000027, -0.14761500000000272, -0.14820000000000322, -0.5904599999999998, -1.3915200000000016, -1.2774450000000033, -1.414140000000002, -1.1120850000000035, -1.8226649999999998, -1.0590450000000073, -0.5933850000000027, -1.0198500000000017, -0.9217650000000046, -0.43465500000000423, -0.37830000000000186, -1.0056150000000068, -0.776295000000002, -1.5584400000000072, -1.0717200000000027, -1.135485000000004, -0.5237700000000047, -0.4510350000000043, -0.5752500000000009, -0.5830500000000058, -0.6893250000000024, -0.5187000000000046, -0.7466550000000032, -0.728520000000004, -0.7332000000000032, -0.5114850000000064, -0.7076550000000021, -0.5565300000000049, -0.9993750000000015, -0.6809400000000032, -0.2104050000000064, -0.27573000000000225, 0.03158999999999601, 0.2014349999999956, -0.004485000000004291, -0.3199950000000047, -0.8494200000000061, -0.6608550000000033, -1.1844300000000079, -1.048515000000005, -0.4566900000000029, -0.1996800000000023, -0.9954750000000065, -0.4486950000000043, -0.30283500000000485, -0.3747900000000022, -0.0575250000000056, -0.04231500000000343, -0.15736500000000375, 0.3726449999999977, 0.22385999999999573], [0.0, 0.603329999999997, 0.6518849999999967, 1.1171549999999961, 1.4004899999999978, 0.8950499999999961, 1.3070849999999976, 1.4923349999999977, 1.2322049999999978, 1.0352549999999987, 0.9046049999999961, 1.4585999999999966, 1.8924749999999981, 1.4451449999999983, 1.9069049999999976, 2.0849399999999974, 1.8517199999999974, 1.7271149999999977, 1.6179149999999973, 1.2398099999999974, 1.1397749999999975, 1.117349999999997, 0.7177949999999946, 0.3722549999999947, 0.4841849999999972, 0.16009499999999788, -0.011115000000005093, 0.11582999999999721, -0.05635499999999949, -0.6183450000000028, 0.27962999999999827, -0.3763500000000035, -0.1708200000000022, -0.7020000000000044, -0.6327750000000028, 0.160484999999996, -0.2827499999999983, 0.2870399999999971, 0.12031499999999751, 0.29113499999999837, 0.7279349999999982, 0.7062899999999981, 0.7852649999999974, 1.115009999999999, 0.22931999999999553, 0.30536999999999814, 1.2249899999999958, 1.1643449999999989, 0.9077249999999968, 0.8152949999999966, 0.5781749999999963, 0.5945549999999957, -0.13026000000000426, 0.035684999999994194, -0.1922699999999984, -0.15405000000000024, -0.06122999999999701, -0.4886700000000035, -0.8985600000000038, -0.4603949999999992, -0.6442800000000055, -0.66378, -0.289965000000004, -0.47931000000000346, -0.5924100000000014, -0.29581500000000194, -0.5555550000000062, -0.08092500000000102, 0.10705499999999901, 0.28820999999999675, 0.10451999999999861, 0.5333249999999972, 0.7679099999999988, 0.5571149999999978, 0.7491899999999985, 1.0728899999999981, 0.9348299999999987, 0.8829599999999946, 1.0186799999999978, 1.4833649999999974, 1.4361749999999969, 1.4502149999999974], [0.0, 0.7562100000000009, 0.36933000000000116, 0.6715800000000004, 0.5563350000000001, 0.7220850000000006, 0.28743000000000074, 0.31882500000000064, 0.49686000000000163, 0.6103500000000004, 0.015405000000001445, 0.34378500000000034, 0.5820750000000006, 1.0789350000000006, 1.0980450000000004, 1.1503050000000004, 1.529385000000001, 1.1949600000000007, 1.857375, 0.6869850000000003, 1.2671100000000006, 1.0596300000000005, 1.0687950000000006, 0.6961500000000004, 0.47443500000000083, 1.021605, -0.1386450000000008, -0.054600000000000426, 0.8211450000000013, 0.44850000000000045, 0.006239999999999801, 0.8812050000000009, -0.12167999999999912, -0.6142499999999997, -0.9553049999999985, -0.5450249999999983, -0.8576099999999998, -0.9081149999999993, -1.098240000000001, -0.5214299999999992, -0.6503249999999992, -0.7987199999999977, -0.6626099999999993, -0.3205800000000003, 0.3985800000000005, 0.6711900000000005, 0.49120500000000034, 0.7197449999999999, 1.0358400000000016, 1.335555000000001, 1.1023350000000005, 0.728715, 0.6119099999999988, 1.8874050000000016, 1.4923350000000009, 1.6489200000000022, 1.8491850000000016, 0.45649500000000043, 0.8983650000000005, 0.9046050000000008, 0.23204999999999998, 0.3915600000000002, 0.8082750000000002, 0.7392450000000004, 0.905385000000001, 1.0596300000000003, 0.6610500000000007, 0.21820500000000054, -0.1719899999999981, -0.32018999999999864, -0.12987000000000037, 0.5651100000000004, 0.1669199999999993, -0.13298999999999994, -0.09106499999999962, 0.2191800000000007, -0.34008000000000216, -0.2339999999999982, 0.08287500000000114, -0.18407999999999813, 0.490425000000001, 0.44518500000000044], [0.0, -0.5711549999999965, 0.27260999999999846, -0.028859999999999886, 0.7246199999999998, 0.37849500000000225, 0.04290000000000127, -0.29035499999999637, -0.22951499999999703, -0.26364000000000143, 0.6425250000000033, -0.27026999999999735, 1.1386050000000014, 1.4348100000000026, 0.270270000000004, 0.5729100000000003, 1.0843950000000013, 0.3293550000000005, 0.0887250000000015, 1.0391550000000032, 0.5943600000000029, 0.8110050000000009, 1.5717000000000014, 0.962325000000003, 1.0485150000000014, 1.7507100000000015, 1.0288200000000052, 1.0237500000000008, 1.2698400000000039, 1.0851749999999996, 1.5143700000000015, 2.1719100000000005, 2.2333350000000016, 2.2132500000000017, 1.6202549999999998, 1.2093900000000017, 1.5582450000000008, 2.1721050000000015, 1.9353750000000014, 2.5720500000000013, 2.6046150000000003, 2.185170000000002, 2.1171150000000014, 1.4993550000000009, 1.6280550000000025, 2.059200000000001, 2.646930000000002, 2.3965500000000013, 2.5890150000000034, 2.436720000000002, 3.0213300000000016, 2.459925000000001, 1.481610000000001, 1.8452850000000018, 1.493895000000001, 1.0512450000000026, 1.4687400000000008, 0.5362500000000012, 0.3451499999999985, -0.030615000000000947, 0.1534649999999993, 0.15522000000000258, 0.7591349999999983, 0.5621850000000017, 0.1965600000000025, 0.8681400000000015, 0.8435699999999977, 1.0531950000000005, 0.3599700000000037, 0.6234150000000005, 0.6288750000000027, 0.5235750000000015, 1.0452000000000006, 1.1276850000000007, 1.2875850000000013, 1.6389750000000012, 1.020825, 0.9962549999999992, 1.5978300000000019, 1.467570000000002, 1.1807250000000027, 1.2710099999999998], [0.0, -0.5116799999999992, -0.32896500000000023, -0.6310199999999995, -0.19226999999999922, -0.18856499999999926, -0.5463899999999997, -0.12362999999999957, -0.2909399999999995, -1.2086100000000002, -0.9502349999999995, -0.8191949999999992, -1.5804749999999994, -1.428959999999998, -1.8051150000000042, -0.47989500000000046, -0.8915399999999993, -0.9186449999999995, -0.8539050000000006, -0.47970000000000085, -0.29951999999999973, -0.26403000000000104, -0.33462000000000064, 0.4853550000000002, 0.7304700000000004, 1.0867350000000007, 1.0859549999999998, 1.0719150000000004, 0.9381450000000007, 1.4995500000000002, 1.347450000000001, 2.140904999999999, 1.07874, 1.0685999999999998, 1.2708149999999994, 1.49175, 1.4468999999999994, 2.0334599999999976, 1.0557299999999998, 1.450995, 1.6549650000000007, 1.7175599999999993, 1.8796050000000004, 1.4572349999999996, 1.8747299999999985, 1.4837550000000006, 2.239185000000001, 1.7629949999999985, 2.4226800000000024, 2.2789650000000026, 1.6054349999999995, 1.4938949999999995, 1.8640049999999986, 1.3612950000000004, 0.9985950000000008, 1.5826200000000008, 0.1901250000000003, 0.37986000000000064, 0.5598450000000003, -0.46936500000000053, -0.1840800000000003, -0.8570249999999981, -0.7076549999999997, -0.5266950000000001, -0.1528800000000004, -0.054989999999999484, -0.11485499999999921, 0.1078350000000004, -0.05108999999999997, -0.0009750000000000592, -0.1327950000000005, -0.0590849999999995, 0.06025500000000117, 0.6158100000000003, 0.5387850000000001, 0.17979000000000014, -0.035099999999998854, 0.21586499999999967, 0.17803500000000066, -0.4748250000000001, -0.7431449999999982, -0.6897149999999996], [0.0, 0.1778400000000009, -1.3063050000000003, -0.8539049999999984, -0.7345650000000004, -1.661594999999998, -2.128619999999999, -2.0983950000000005, -2.4398400000000007, -1.989390000000001, -2.2861799999999985, -1.8657600000000025, -2.151045000000002, -2.456804999999998, -1.6518450000000011, -1.5993899999999983, -0.45395999999999903, -1.2807600000000032, -0.38804999999999956, 0.2913299999999996, 0.6158100000000003, 0.48711000000000043, 0.24901499999999982, 1.7019600000000008, 1.1614200000000001, 0.6331650000000006, 1.5488849999999994, 2.1013199999999985, 1.9289400000000003, 2.53812, 3.4403849999999996, 3.503955, 3.5023949999999973, 2.9973450000000015, 3.451110000000001, 2.825160000000002, 2.8275000000000015, 2.9168099999999995, 3.250650000000002, 3.3512700000000013, 2.455244999999999, 3.3138300000000016, 3.5452950000000016, 3.6110100000000007, 3.5025900000000014, 2.9524949999999994, 3.2288100000000046, 2.968095000000002, 2.929094999999998, 3.4109399999999983, 2.3376600000000023, 1.8963749999999993, 1.6134300000000001, -0.5064150000000001, 0.49959000000000015, -0.16750499999999946, -1.3168350000000009, -1.5077400000000005, -1.4708849999999973, -1.4041949999999992, -0.8773049999999987, -1.0832250000000014, -1.1582999999999983, 0.33891000000000027, -0.2525250000000002, -0.6304350000000001, -0.9280049999999995, -1.207439999999999, -0.18076499999999895, -0.5021249999999982, -0.26052000000000264, -0.5146050000000006, 0.4627350000000001, 0.5112900000000002, -0.305565, 1.0407150000000005, 0.14313000000000042, -0.6713849999999999, -0.5409299999999992, 0.6296549999999995, 0.6557850000000007, 1.4338349999999997], [0.0, 0.42802500000000027, 0.4752150000000008, 0.5836350000000003, 0.48672000000000026, 0.5029050000000006, 0.7388550000000006, 1.3041600000000004, 0.5009550000000007, 0.6682650000000007, 0.3954600000000002, 0.5614050000000004, 0.42997500000000066, 0.6425250000000005, 0.8895900000000003, 1.1187150000000012, 0.637845, 1.0296000000000005, 0.7562099999999997, 0.3018600000000004, 0.48301500000000014, -0.3673800000000017, 0.3964350000000002, 0.7255950000000008, 0.8053500000000009, 1.395615000000001, 0.9656400000000006, 1.4779050000000002, 1.5598050000000012, 1.2893400000000008, 1.845870000000001, 1.3993200000000021, 1.0674299999999999, -0.1526849999999993, -0.6384299999999995, -0.11231999999999964, 0.2373150000000009, 0.3582150000000009, 0.8652150000000007, 0.5664750000000002, 1.1194950000000004, 1.520610000000001, 1.8357300000000012, 1.2713999999999999, 1.6713449999999992, 1.3002600000000006, 1.1988600000000003, 0.39136500000000035, 0.9252749999999998, 1.2844650000000004, 1.5020850000000001, 1.494870000000001, 1.067820000000001, 1.1350950000000002, 1.0352550000000005, 0.7759050000000008, 0.9322950000000003, 0.9673950000000003, 1.041495000000001, 0.3225300000000005, -0.36991499999999944, -0.33052500000000007, 0.24472500000000025, 0.29815500000000045, 0.11388000000000009, 0.07039499999999999, -0.1310399999999995, 0.16789500000000035, -0.5021249999999996, 0.7491899999999999, 0.7690800000000004, 0.82953, 0.6881550000000003, 0.3535350000000006, 0.2018249999999996, 0.42822000000000016, 0.3008850000000006, -0.048360000000000736, 0.08151000000000075, -0.03432000000000013, -0.22912499999999902, 0.591825], [0.0, -0.458445000000002, -0.503100000000001, 0.46429499999999874, 0.805934999999999, 0.7445099999999987, 0.5089499999999987, 0.2874299999999988, 0.20143499999999837, 0.5446349999999993, 0.31297499999999895, -0.1318200000000006, 0.02807999999999944, -0.0649350000000013, 0.20338499999999826, 0.30653999999999887, 0.07468499999999811, 0.19129499999999944, 0.5927999999999988, -0.15561000000000136, 0.694589999999999, 0.11836499999999806, 0.08735999999999933, 0.4087199999999989, -0.5110949999999992, -0.43192500000000233, -0.5342999999999991, -0.41008500000000203, -0.7187700000000026, -1.007370000000003, -0.6663149999999998, -0.8377200000000011, -1.0451999999999997, -1.872390000000001, -1.15713, -1.394835000000004, -1.309230000000003, -1.6773900000000017, -1.564680000000001, -1.3065000000000042, -1.5262649999999964, -2.145584999999999, -1.9603350000000015, -1.8862350000000032, -1.6346849999999988, -1.3694850000000036, -1.2027599999999998, -0.5658900000000024, -1.3267800000000007, -0.9537450000000003, -0.8697000000000026, -1.1992500000000008, -1.1735100000000005, -1.6551600000000017, -2.1769799999999995, -1.6990349999999994, -2.0084999999999984, -1.9946549999999998, -1.8033599999999983, -1.9437599999999988, -2.024489999999999, -1.9260149999999974, -1.4303250000000047, -1.6959150000000047, -1.6791450000000006, -1.3595399999999978, -1.0136100000000003, -0.7349550000000022, -0.6275100000000029, -0.45688500000000154, -0.5282550000000028, -1.0861500000000006, -0.38610000000000033, -0.46429500000000123, -0.7281300000000013, -0.44148000000000187, -0.31746000000000096, -0.4075500000000003, -0.40852500000000025, -0.3377400000000028, -0.05616000000000332, -0.42470999999999837], [0.0, -0.11563500000000082, 0.27358499999999975, 0.8890050000000003, 0.5454150000000008, 0.6282900000000008, 0.7544550000000007, 0.49218000000000106, 0.46098000000000094, 0.22678500000000157, 0.3745950000000008, 0.006044999999999856, 0.31824000000000097, 0.5321550000000003, 0.3447600000000003, 0.47989499999999974, 0.6598800000000005, 0.07702500000000057, -0.10315500000000077, -0.36289499999999997, -0.18213000000000035, -0.1909050000000001, 0.3139499999999993, 0.37654500000000113, 0.01111500000000265, 0.02359499999999981, 0.05362499999999848, -0.10061999999999882, -0.08677500000000093, -0.39526499999999865, 0.1267500000000017, -0.12908999999999993, -0.7423650000000022, -0.7686899999999999, -0.776100000000004, -0.7624499999999972, -0.3250649999999986, -1.074255000000003, -0.5064149999999987, -0.46273499999999923, -0.9124049999999975, -1.0506599999999984, -1.108184999999997, -1.167660000000001, -0.6438900000000005, -0.456885, -0.8078850000000006, -0.10393500000000011, -0.45259499999999875, -0.36348000000000136, -0.2226900000000005, -0.31590000000000185, -0.6887400000000008, -0.7907249999999966, -0.10042499999999954, -0.3486600000000002, -0.781950000000001, -0.5530200000000003, -1.470884999999999, -1.970670000000002, -1.4806349999999981, -1.399904999999999, -1.411020000000002, -1.100385000000001, -0.9077249999999961, -1.1407499999999984, -0.723840000000002, -0.9459450000000023, -0.43796999999999886, -0.3151199999999974, 0.06883499999999931, 0.002535000000000176, -0.38180999999999865, -0.8591699999999989, -0.6875700000000013, -0.8193900000000007, -0.5226000000000017, -0.43836000000000364, -0.46332000000000173, -0.5007600000000014, -0.3783000000000012, -0.5183100000000016], [0.0, -0.4153499999999998, -0.23770500000000128, 0.3771300000000003, 0.9750000000000001, 0.4502550000000009, 0.9124049999999999, 0.2792399999999997, 0.29445000000000054, 0.37654500000000124, -0.18525000000000047, -0.25934999999999986, -0.22288499999999922, -0.4551299999999988, -0.544245, -0.36426000000000125, -0.15502500000000097, -0.8160749999999971, -0.8094450000000001, -1.2088049999999995, -1.7142449999999934, -1.533284999999999, -0.9556950000000018, -0.7673249999999988, -0.9166950000000019, -0.8886150000000003, 0.06454500000000096, -0.12792000000000214, -0.41886000000000057, -0.21566999999999859, -0.3314999999999998, -0.04836000000000129, -0.6659250000000004, -0.6029400000000001, -0.007410000000001582, -0.21391499999999797, -0.25583999999999996, -0.2082599999999991, -0.963300000000001, -1.1848199999999975, -1.4080950000000008, -1.7947799999999985, -1.4513849999999997, -1.1857950000000015, -0.8952449999999988, -1.266329999999999, -1.7095650000000013, -0.6384299999999982, -0.4124249999999995, -0.731445, -1.1887200000000018, -1.1721450000000013, -1.2803699999999996, -1.6594499999999996, -2.5279800000000012, -2.5570349999999977, -2.4618750000000023, -2.625674999999997, -2.2850100000000033, -1.6235700000000013, -1.5313349999999986, -1.5085199999999994, -1.179750000000003, -1.2992850000000002, -1.6153799999999983, -1.4782950000000001, -1.253460000000001, -1.462889999999999, -1.006394999999999, -0.5434649999999995, -0.3855150000000004, -0.13766999999999896, 0.45259500000000064, 0.0261299999999991, -0.3028350000000003, -0.12324000000000035, 0.2798250000000003, 0.4822350000000009, 0.6060600000000005, 1.111305000000001, 0.5019300000000002, 0.6232200000000003], [0.0, 0.8710649999999994, 0.500175, 0.82602, 1.549664999999999, 1.1774099999999996, 1.1341200000000002, 0.9348299999999996, 0.643305, 0.8047649999999998, 1.1148149999999992, 0.7109699999999992, 1.2639900000000006, 0.9235200000000005, 1.35603, 0.6604650000000012, 1.0069799999999993, 0.9276149999999989, 0.3274050000000004, -0.09399000000000002, 0.9484800000000004, 0.8847150000000011, 0.9789000000000001, 0.19343999999999972, 0.22463999999999873, -0.22717499999999893, 0.01150499999999978, -0.5988450000000003, -0.1530750000000005, 0.5346899999999996, 0.5348849999999994, 0.09262499999999967, -0.75465, -1.4199900000000008, -0.9586199999999997, -1.472445000000001, -0.6236100000000009, -0.8882250000000004, -0.3636750000000013, -0.6932249999999999, -1.350179999999999, -1.3396499999999998, -1.5405000000000015, -1.0859550000000018, -0.9168899999999995, -0.8312849999999995, -0.8956349999999994, -0.8849099999999986, -0.7456799999999999, -0.5266950000000002, -0.1649700000000004, 0.6411599999999983, 0.41515499999999894, -0.07253999999999988, 0.3412500000000004, -0.07760999999999929, -0.23945999999999992, -0.25642500000000046, 0.12830999999999962, -0.6930300000000003, -0.9057750000000006, -1.6615950000000013, -1.5681899999999989, -1.2764700000000015, -0.9322949999999993, -0.8209500000000006, -0.48964500000000066, -0.6376500000000014, -0.040755000000000444, 0.205725, -0.08463000000000001, 0.05148000000000001, -0.3036150000000003, -0.3855150000000006, -0.6220500000000002, -0.10861500000000077, 0.026325000000000057, -0.13318500000000066, 0.30712499999999987, -0.06064500000000028, -0.1795950000000003, 0.28372500000000006], [0.0, 0.3287700000000018, 0.5095350000000032, 1.1947650000000003, 0.553020000000001, 1.3665600000000007, 1.3240500000000015, 0.6429150000000015, -0.9783149999999972, -0.7240350000000002, -0.9465300000000023, -0.6473999999999971, -0.8357699999999935, -0.03626999999999603, -0.007409999999998806, 0.8997300000000019, 0.39507000000000225, 0.21723000000000336, -0.09905999999999793, -1.0268699999999962, -1.4636699999999996, -1.0606050000000007, 0.034515000000005625, 0.1140750000000037, 0.650324999999998, 1.0044449999999996, 2.2625850000000005, 1.378260000000001, 1.1083800000000004, 1.345695000000003, 1.4966250000000012, 1.4114100000000016, 0.9192300000000018, 1.4088750000000014, 1.5818400000000017, 2.8996500000000003, 2.6139750000000026, 1.970280000000003, 2.6982150000000016, 1.6526250000000013, 1.627080000000002, 0.7665450000000016, 0.938925000000002, 1.5330900000000012, 1.9078800000000014, 1.9351800000000012, 2.4575850000000026, 2.5780950000000002, 2.5069200000000027, 2.2448400000000004, 1.7830800000000004, 1.2873900000000007, 0.6760650000000012, 0.5192850000000002, 0.26559, -0.03334499999999618, 0.4547400000000015, 0.5559449999999984, -0.12401999999999935, 0.3147300000000013, -0.47170499999999826, -0.49315499999999757, -0.6115199999999961, -0.01852499999999857, 0.048360000000005066, 0.3012750000000022, 0.008775000000001754, -0.14293499999999604, -0.17023499999999814, 0.6569550000000046, 0.2525249999999999, 0.8215349999999999, 0.5890950000000026, 1.0385700000000022, 0.6577349999999997, 0.5939699999999974, 1.0026900000000023, 1.4548950000000014, 1.6192799999999998, 1.5986100000000028, 1.422525, 1.7657250000000015], [0.0, 0.2283449999999998, 0.8069100000000008, 0.6329699999999999, 1.053975, 1.1017500000000005, 1.2554100000000001, 0.4646849999999998, 0.05654999999999999, -0.25720499999999946, -0.8262149999999993, -1.4125800000000004, -0.8644349999999987, -0.6930299999999991, -0.4081350000000006, -0.789359999999999, -0.6052799999999989, -0.8338199999999985, -1.4533350000000012, -1.1760450000000027, -0.6105449999999994, -0.8788649999999982, -0.9061650000000012, -0.9322949999999983, -1.3168350000000009, -1.154205000000002, -0.7917000000000007, -1.3739699999999997, -1.7206800000000022, -1.5783300000000022, -1.3954200000000008, -1.139580000000001, -1.7635799999999977, -2.1933599999999975, -2.1338849999999994, -1.7717699999999967, -2.195895000000002, -2.1799050000000033, -2.0416500000000024, -2.02332, -1.6397550000000034, -1.7407650000000008, -1.9529249999999985, -1.7249700000000006, -1.734330000000002, -0.6413549999999997, -0.5914349999999995, -0.6856199999999997, -1.0491000000000008, -1.3901549999999994, -1.4277899999999997, -1.2214799999999986, -0.5623799999999997, -1.2530700000000006, -1.4470950000000011, -1.1651249999999995, -1.0908300000000017, -1.3714350000000015, -1.3328250000000004, -1.8103800000000045, -1.9308900000000013, -1.9897799999999968, -1.7130749999999992, -1.8895500000000023, -2.1161400000000006, -1.8234449999999993, -1.7454449999999977, -1.2093900000000022, -1.0481250000000002, -0.4732649999999996, -0.2521349999999999, -0.0670799999999997, -0.5475599999999987, -0.6460349999999999, -1.1399700000000035, -0.8778900000000007, -0.607424999999999, -0.4291949999999993, -0.8669700000000002, -0.7895549999999993, -0.8030099999999987, -1.1118900000000012], [0.0, 0.7382699999999995, 1.1582999999999983, 0.9400950000000017, 1.6537949999999961, 1.264964999999997, 1.3679250000000027, 0.3609449999999974, -0.6401850000000006, -0.54678, -1.5839850000000013, -0.9753899999999998, -0.5389800000000009, -0.61269, -0.653445000000001, -0.2924999999999999, -0.6659250000000019, -0.7152600000000011, -1.3010400000000002, -1.7758649999999991, -2.0695350000000006, -2.284035000000002, -2.142855, -1.8345599999999986, -1.431300000000001, -2.007135000000001, -1.464255, -2.0219549999999993, -2.1046350000000014, -1.9201650000000003, -2.02839, -1.9010550000000002, -2.0180550000000004, -2.04282, -1.3419899999999996, -1.5038399999999992, -2.437305, -2.6754000000000016, -2.824184999999999, -3.0798300000000016, -2.7475500000000013, -2.5236899999999993, -2.1155550000000014, -2.1017100000000024, -2.3101650000000005, -2.109510000000002, -1.5859350000000012, -1.2700350000000007, -0.7669349999999999, -0.7671300000000014, -0.6922499999999998, -0.9709050000000016, -0.5403450000000001, -0.8030100000000002, -1.1967150000000006, -1.4646450000000009, -1.6190849999999983, -1.29207, -1.6224, -1.07991, -1.5258749999999996, -1.49058, -1.5052049999999995, -2.0145450000000005, -1.5754050000000017, -1.0393500000000002, -1.3870350000000011, -1.1499149999999998, -1.4745900000000014, -1.5342599999999997, -0.19168499999999966, 0.15873000000000204, 0.2507700000000004, -0.15307500000000163, -0.07000499999999954, -0.3981900000000008, -0.6396000000000005, -0.384735000000001, -0.5826600000000007, -0.1290900000000016, -0.3500250000000011, -1.242540000000001], [0.0, 0.9956700000000028, 0.9570600000000025, 0.8654100000000026, 0.48496500000000076, 0.270660000000003, 0.07546500000000211, -0.2995199999999958, -0.9865050000000035, -1.4597699999999996, -1.7583149999999972, -1.9170449999999934, -1.8924750000000026, -1.505789999999996, -1.1834549999999997, -0.7895549999999958, -1.302014999999997, -1.2368849999999993, -0.9671999999999981, -1.1027249999999997, -1.638584999999998, -0.44537999999999855, -0.30107999999999646, 0.0622050000000014, -0.6212699999999969, -0.1953899999999984, -1.358759999999996, 0.24141000000000246, -0.7285199999999978, -0.7994999999999974, 0.20631000000000177, 0.9393150000000039, 0.07644000000000184, 1.2552150000000017, 0.12363000000000124, 0.24121500000000184, 0.7142850000000023, 0.5551650000000022, 0.20592000000000354, 0.32643000000000433, 0.19734000000000274, -0.13942499999999702, -0.3174599999999974, 0.4013100000000005, 1.0379850000000026, 1.0054200000000024, 0.6123000000000026, 1.2244050000000022, 1.3143000000000005, 1.0430550000000023, 0.6752850000000026, 0.5421000000000024, 0.2566200000000026, 0.3016650000000012, 1.0740600000000025, 0.556920000000003, 0.2737800000000029, 0.47404500000000416, -0.09964499999999665, -0.49237500000000156, -0.25466999999999573, -2.176005000000001, -2.064074999999999, -1.8569850000000019, -0.8659949999999998, -1.410045, -1.66881, -0.8897850000000003, -1.76787, -1.6200599999999994, -0.9475049999999989, -1.8012149999999967, -1.0366200000000034, -1.6820700000000033, -2.0248800000000022, -1.5276299999999974, -1.4069249999999995, -0.5405399999999982, -1.4671799999999997, -0.9494549999999957, -1.4993549999999958, -0.44830499999999707], [0.0, 0.5058299999999999, 0.8704799999999989, 0.7016099999999992, 1.0050299999999992, 0.8646299999999993, 1.2294749999999997, 0.534884999999999, 0.4785299999999989, -0.6897150000000005, -2.051205, -2.0744099999999994, -1.2772500000000009, -1.5791099999999987, 0.39701999999999915, -0.8400600000000003, -0.6247799999999986, -1.3113749999999942, -1.6816800000000005, -2.131739999999999, -1.023554999999999, -0.4841849999999992, -0.8346000000000013, -0.3387150000000023, -0.6624150000000011, -0.7907249999999988, -0.738270000000002, -1.2160200000000034, -2.1498749999999998, -1.7938049999999994, -0.713700000000002, -1.2183600000000014, -1.0245300000000106, -1.1772150000000017, -1.2916799999999964, -0.8560500000000024, -0.6232199999999983, -0.6727500000000022, -0.11017499999999814, -0.7351500000000033, -0.4420650000000004, -1.3080599999999993, -0.915135000000002, -1.1881350000000035, -0.7369050000000021, -0.37557000000000174, 0.14644499999999927, 0.3952649999999983, -0.16185000000000027, 0.5333249999999987, 0.03451500000000007, -0.13533000000000017, 0.24452999999999925, -0.3369600000000026, -0.2936700000000019, 0.4543499999999999, -0.11895000000000011, -1.319370000000001, -0.3365699999999989, -0.6945899999999998, -1.3314599999999994, -1.721264999999998, -1.0608000000000013, -0.6497399999999998, -0.431145000000001, -0.15346500000000352, -1.0153649999999974, -1.4008800000000043, -0.7080449999999996, -0.7140899999999992, -0.3250650000000026, 0.7277399999999996, 0.06863999999999981, -0.9295649999999993, -0.6238050000000002, -0.37693500000000135, -0.3170700000000011, -0.5592600000000008, -0.30030000000000334, -0.24921000000000038, -0.8521500000000013, -0.11817000000000055], [0.0, 0.7372950000000001, 1.2671100000000006, 1.2678900000000004, 1.5935400000000002, 1.1462100000000006, 2.0847450000000007, 1.773135, 0.8355749999999995, 0.752115000000001, 0.38805000000000034, -0.029055000000000386, -0.16029000000000082, 0.06629999999999914, 0.5623800000000004, 0.001949999999999119, -0.4898400000000003, -0.6007950000000002, -0.4654650000000009, -0.5658900000000011, -0.07078500000000121, -0.24199499999999952, -0.0037049999999999583, -0.20787000000000155, -1.0724999999999998, -1.0268699999999973, -1.4580149999999998, -1.2497550000000033, -2.3805600000000062, -2.632305000000004, -2.3460450000000037, -1.986659999999998, -2.0262449999999994, -2.316404999999998, -2.2781850000000015, -2.231775000000007, -1.7585100000000027, -1.3733850000000023, -1.4172600000000013, -1.474199999999995, -2.122379999999999, -3.0230850000000027, -3.073785, -2.537340000000003, -2.078504999999999, -1.2809549999999985, -1.3944450000000008, -0.812565000000002, -0.8854949999999997, -0.3658200000000007, 0.20007000000000008, -0.3363750000000001, 0.4350449999999994, -0.09945000000000048, -0.0029249999999999554, -0.5120700000000002, -0.3615299999999999, -0.43368000000000295, -0.6401849999999996, -1.275495000000001, -1.5777450000000035, -1.884089999999999, -1.4053650000000009, -1.1965199999999994, -1.0268699999999993, -0.5668649999999991, -0.8195849999999976, -0.48243000000000014, -0.4812600000000009, -0.7335900000000006, -0.7653749999999999, -0.5327399999999969, -1.1091599999999995, -0.5957250000000007, -1.2842699999999991, -1.4057549999999959, -1.458795, -0.9416550000000021, -1.1358750000000022, -1.0629450000000011, -1.0251149999999993, -1.185014999999999], [0.0, -0.18212999999999813, 0.3929250000000004, 0.2542800000000005, 0.6945900000000016, 1.6742700000000004, 1.3490099999999972, 2.047500000000002, 2.133105000000002, 1.4642550000000032, 1.1224199999999986, 1.3882050000000015, 1.0372049999999953, 1.4447550000000016, 0.9449700000000019, 0.7712250000000029, 0.5060249999999997, 0.5200649999999998, -0.6600750000000004, -0.8767199999999997, -0.3921450000000004, -0.8802299999999994, -0.7889699999999991, -1.5705299999999993, -2.22027, -1.6261049999999995, -2.6666249999999994, -2.780699999999997, -3.086459999999999, -3.668145, -4.216095000000004, -4.389254999999998, -4.326465000000002, -4.754295000000003, -4.886700000000001, -5.636670000000001, -5.42568, -5.525324999999998, -5.888024999999999, -5.253104999999998, -5.696924999999995, -5.888024999999997, -6.172920000000001, -6.585929999999998, -6.128070000000001, -5.211179999999995, -4.620329999999999, -4.07823, -3.253574999999999, -2.9468399999999995, -3.8576849999999987, -3.4325850000000004, -3.1773300000000004, -3.3750600000000013, -3.2432399999999983, -2.5318799999999992, -2.3665199999999995, -3.2192550000000004, -2.690024999999999, -1.9402499999999991, -1.9228949999999994, -2.8637699999999993, -3.089384999999998, -1.4039999999999988, -1.3341899999999982, -1.4609399999999995, -1.091415000000001, -1.6565249999999996, -1.033109999999998, -0.9568649999999983, -0.8209499999999985, -0.7770749999999984, -1.0434449999999986, -0.9393149999999981, -0.7117499999999983, -1.8485999999999994, -1.3349699999999993, -1.5440099999999997, -1.976519999999998, -1.8641999999999987, -1.9595549999999995, -2.990324999999999], [0.0, -0.4268550000000003, 0.09964500000000011, 0.7788300000000009, 1.0313550000000011, 0.8383050000000011, 1.07835, 1.5668250000000008, 1.235715, 0.7731749999999993, 1.0368149999999996, 0.65442, 0.28353000000000017, 0.5914350000000014, 1.1974949999999984, 0.628290000000001, 0.44167500000000043, 0.5818799999999983, 0.7062900000000006, 0.6138600000000013, 1.1409450000000019, 0.6497400000000007, 0.5091450000000014, -0.04406999999999885, -0.4032599999999995, -0.35821499999999934, -0.6101549999999986, -0.20533499999999907, -0.7784399999999972, -0.8199750000000028, -0.6210749999999983, -0.704144999999999, -1.0364249999999997, -1.5826199999999988, -1.1066250000000006, -1.1419199999999996, -0.9196199999999979, -0.25388999999999984, -0.12674999999999956, -0.39994499999999883, -0.7429499999999997, -2.0373600000000054, -1.9720350000000009, -1.8526949999999982, -1.7705999999999995, -0.6743099999999996, -1.068404999999999, -0.857219999999999, -0.5959199999999988, -0.34749000000000024, -0.7427550000000003, -0.019889999999999936, 0.40950000000000036, 0.2277600000000004, -0.009749999999998829, -0.42334500000000025, -0.326040000000001, -0.7456799999999998, -0.6312149999999989, -1.0303799999999994, -0.9740249999999995, -1.000154999999999, -0.5822700000000002, -0.31063499999999933, -0.2848949999999994, -0.2556449999999993, -0.6879599999999991, -0.49763999999999986, -0.305955, 0.23556000000000077, -0.4902299999999997, -0.4709249999999998, -0.23614499999999944, -0.739829999999999, -0.9311249999999992, -0.6717749999999991, -1.0804950000000002, -0.7907249999999982, -0.9631049999999992, -0.8636549999999997, -0.8878349999999995, -0.4804799999999993], [0.0, 0.32233500000000026, 0.6199049999999997, 0.4945200000000002, 0.9662249999999999, 0.746655, 1.0227750000000015, 0.78702, 0.6397950000000002, 0.596310000000001, -0.13903499999999958, 0.03529500000000049, -0.11017499999999941, -0.2139149999999987, 0.3492450000000013, 0.3898050000000006, -0.2745599999999998, -0.009359999999999868, 0.03178500000000048, 0.46098000000000033, 1.06821, 1.3611000000000002, 1.6331250000000015, 1.1315850000000005, 1.7756700000000016, 0.825630000000001, 0.7722000000000002, 0.19422000000000134, -0.5584800000000012, -0.9521850000000005, -0.3650399999999996, -0.19480499999999923, -0.6277049999999987, -0.5851949999999985, -0.2121599999999999, -0.24374999999999925, -0.24901499999999954, -0.031199999999999284, 0.12519000000000052, 0.2599350000000001, 0.0019500000000003403, -0.46604999999999996, -0.3964349999999993, -0.27027000000000045, -1.1317799999999996, -0.6590999999999985, 0.2917200000000004, 0.6128849999999999, 0.659490000000001, 0.5655000000000008, 0.4108650000000008, 0.5023200000000007, 0.9246900000000006, 0.6505200000000002, 1.0130250000000003, 0.297765, 0.45337500000000075, 0.19324499999999933, 0.0941850000000006, -0.27241499999999996, -0.5181150000000005, -0.23945999999999956, -0.1942199999999999, 0.2692950000000009, -0.19987499999999964, 0.38707500000000045, 0.5001750000000005, 0.5943600000000002, 0.35139000000000065, -0.018524999999999125, 0.02242500000000086, 0.6973200000000004, 0.7060950000000012, -0.5888999999999995, 0.07897499999999957, -0.41261999999999943, 0.4250999999999998, 0.056745000000001045, -0.36581999999999915, -0.5692049999999995, -0.4639049999999999, -0.3357899999999998], [0.0, -0.8757450000000029, 0.41983499999999907, 0.09457500000000296, -0.15463499999999986, -0.27728999999999937, -0.6793800000000005, -0.3886349999999994, -0.16945500000000013, 0.020084999999998576, -0.5828549999999977, -0.32019000000000064, -1.4418299999999982, -1.369875000000008, -1.7746950000000061, -1.080105, -0.7856549999999984, -0.10490999999999939, -0.2899650000000005, 0.2568149999999987, 0.5635499999999984, 0.6208800000000003, 0.7766849999999972, 1.625910000000001, 1.5430349999999993, 1.280565000000001, 1.3226850000000003, 1.7932199999999998, 0.8962199999999987, -0.37888500000000347, -0.6737250000000046, 0.49841999999999964, 0.304394999999996, 0.5904600000000011, 0.6667050000000012, 0.7394400000000017, 0.7361250000000008, 0.7215000000000003, 0.7211099999999981, 0.8361599999999996, 1.2799799999999997, 0.6183449999999995, 1.0200449999999994, 1.1959350000000006, 0.16516499999999934, -0.09282000000000501, -0.03432000000000057, 0.8979749999999997, 1.1419200000000007, 0.9693450000000003, 0.8190000000000008, 0.8186100000000012, 0.6466199999999998, 1.24566, 0.46838999999999764, -0.038025000000001974, -0.6019650000000003, -0.33618000000000103, -0.08151000000000197, 0.4980300000000022, -0.5268899999999954, -0.21079500000000095, -0.6399899999999987, -0.605669999999999, -0.2749499999999996, 0.8024249999999991, 0.5974800000000005, 0.6271199999999968, 0.7189649999999999, -0.12616499999999897, -0.19090499999999855, -0.3806399999999983, -0.16262999999999872, -0.9434100000000019, -1.4496299999999986, -0.9032399999999972, -1.113840000000001, -0.6655349999999998, -0.1532700000000018, -1.0163399999999987, -1.1744850000000016, -0.4520099999999978], [0.0, 0.10666500000000267, 0.8160750000000001, 1.37826, 1.4209650000000003, 1.7429100000000006, 1.7865900000000006, 1.5586350000000004, 1.7665050000000004, 1.813500000000001, 1.5871050000000002, 1.9336200000000003, 2.0514, 1.7780100000000005, 2.1132150000000007, 1.8757050000000002, 2.7081600000000012, 2.4690900000000013, 2.486835, 2.40942, 2.58063, 3.136185, 3.1991700000000014, 3.214965000000002, 2.8694250000000014, 2.3257650000000005, 0.8620950000000002, -0.05811000000000077, -1.6329300000000013, -2.0163000000000046, -2.211299999999995, -2.964585000000003, -2.912909999999994, -3.248699999999996, -2.9144700000000077, -2.9747249999999994, -2.747744999999993, -2.911155000000001, -2.727660000000002, -2.730389999999998, -2.6615549999999963, -3.259229999999996, -3.174599999999999, -3.731714999999996, -4.034159999999996, -3.1640699999999997, -3.2919900000000073, -3.3785700000000007, -3.0230849999999974, -1.867125000000002, -1.232594999999995, -1.189304999999997, -0.7008299999999967, -0.8332350000000011, -0.7755150000000031, -0.9816300000000004, -1.0732800000000022, -1.1848199999999984, -0.5738849999999998, -0.4789199999999991, 0.0005849999999987254, -0.6290699999999987, -0.09515999999999902, -0.7090199999999984, 0.02398500000000303, 0.07156499999999877, 0.373425000000001, 0.8470800000000002, 1.0214100000000013, 0.19246499999999944, 0.7152600000000005, 0.3652349999999993, 0.33618000000000214, 0.4348500000000004, 0.14098500000000036, 0.1907099999999997, 0.9365849999999994, 0.8213399999999993, 1.3423800000000004, 0.9820200000000009, 0.19246500000000033, -0.11641499999999905], [0.0, 0.07936500000000002, 0.6904950000000007, 0.34885500000000136, 0.9283950000000014, 0.9120150000000011, 0.5943600000000018, 0.01404000000000205, 0.12928499999999832, 1.0294050000000006, 0.30400500000000175, 0.1994850000000008, 0.07020000000000037, -0.4367999999999994, -0.1382549999999989, -0.5401499999999981, -0.11056499999999869, 0.03510000000000124, 0.6762600000000011, 1.0520250000000013, 0.837330000000001, 1.6929900000000018, 1.7021550000000012, 1.0672350000000015, 0.05674500000000027, 1.5609750000000013, 0.7203300000000017, 1.3160550000000018, 1.1489400000000027, 1.0863450000000008, 0.7599150000000011, 1.1169600000000013, 0.6029400000000018, 0.8275800000000034, 1.227135000000001, 1.270815000000002, 0.6429150000000001, 0.9256650000000015, 1.1540100000000015, 1.6185000000000016, 1.2090000000000005, 1.8755100000000011, 1.7039100000000014, 1.5506400000000014, 2.195895, 2.431845000000001, 1.6054350000000017, 1.5442050000000007, 1.8222750000000034, 1.8915000000000028, 0.8500050000000015, 1.0506600000000015, 0.9925500000000006, 1.285245000000001, 1.5767700000000011, 1.800630000000001, 1.2916800000000022, 0.6048900000000024, 0.707070000000002, 0.17628000000000021, 0.06025500000000128, 0.9467250000000014, 1.1329500000000008, 0.9393150000000007, 1.1869650000000012, 1.4024400000000015, 1.613820000000001, 1.417260000000002, 1.8786300000000007, 1.7132700000000018, 1.6385850000000004, 1.8868200000000013, 1.634100000000001, 1.1259300000000014, 0.5132400000000015, -0.4022849999999989, 0.1959750000000009, 0.04641000000000295, -0.027494999999998493, -0.18583499999999775, 0.2926949999999998, -0.7786349999999971], [0.0, 1.308644999999994, 1.794779999999987, 3.013725, 4.137314999999989, 4.781009999999992, 6.527040000000013, 6.427979999999983, 6.858734999999975, 7.805849999999999, 8.110439999999997, 8.828819999999997, 8.922420000000006, 9.102599999999978, 8.239334999999997, 8.450910000000015, 7.6200149999999995, 6.879990000000004, 4.637685, 3.0776849999999927, 2.1013200000000003, 0.4245149999999933, -0.0017550000000055022, -2.7789450000000038, -4.0948050000000045, -5.624580000000006, -7.919145000000008, -10.616775000000015, -12.488580000000013, -14.013090000000009, -15.416115000000012, -17.690400000000025, -18.105750000000015, -19.802640000000018, -19.99081500000001, -19.504290000000026, -20.056335000000004, -20.34064500000001, -21.200984999999992, -21.950565000000005, -21.715590000000017, -22.20621000000001, -22.836255000000005, -22.59425999999998, -22.161945000000017, -21.069359999999996, -20.06082000000002, -19.23850500000001, -19.129305000000016, -17.176965000000013, -16.391895000000012, -15.296969999999998, -14.491230000000012, -12.542205000000012, -10.90323, -9.822930000000005, -8.517795000000008, -7.856355000000006, -6.060210000000006, -5.784090000000005, -5.600400000000008, -5.542290000000006, -5.026125000000007, -3.8479350000000028, -4.182165000000005, -3.965520000000004, -3.6028200000000066, -3.913260000000009, -3.3723300000000065, -4.406220000000006, -3.6465000000000023, -4.537650000000007, -4.223895000000003, -4.498455000000007, -4.947930000000007, -4.283175000000004, -4.2416400000000065, -4.8541350000000065, -5.389410000000006, -5.842200000000006, -5.798325000000006, -5.324475000000007], [0.0, 0.18993000000000038, 0.5561400000000003, 0.19539000000000128, 0.03237000000000245, -0.07760999999999973, -0.41320500000000027, 0.39585000000000026, 0.13377000000000128, 0.15268500000000507, 0.6115200000000027, 0.502320000000003, 0.2653949999999994, -0.08813999999999989, -0.5666700000000018, 0.0707850000000032, 0.2326350000000008, 0.464685000000002, 0.049140000000000406, 0.39468000000000125, 0.4539600000000017, 0.39780000000000015, 1.0366200000000014, 0.9350250000000015, 1.0847850000000006, 2.0057700000000014, 1.142895000000002, 1.090050000000001, 0.8669700000000018, 0.26949000000000223, -0.2261999999999984, 0.3675750000000013, -0.4652700000000023, -0.6158099999999982, -0.7119449999999994, -0.6397949999999957, -0.5929950000000008, -0.7185750000000006, 0.1337700000000024, 0.05186999999999986, -0.3307199999999957, -0.11407499999999904, -0.053234999999999255, 0.5863650000000018, 0.22854000000000152, -0.16204499999999844, 0.1000350000000012, 0.1427400000000021, 0.4644900000000012, -0.2710500000000009, 0.19519500000000067, -0.41378999999999944, 0.5128500000000005, 0.14118000000000008, 0.8927100000000019, 0.8459100000000004, 0.030809999999996673, -0.44771999999999523, -0.8985599999999991, -0.3472949999999997, -0.8353800000000013, -0.08521499999999738, -0.7753199999999969, -0.2804100000000005, -0.44674500000000106, 0.5105100000000002, 0.713700000000002, 0.5245500000000016, 0.3958500000000009, 1.3776750000000018, 0.7449000000000012, 0.6624150000000009, 0.9252750000000012, 0.6606600000000011, 0.5397600000000011, 0.2542800000000023, -0.20416499999999904, -0.1567799999999988, 0.7801950000000002, -0.23107499999999725, 0.14976000000000278, -0.08053499999999958], [0.0, 0.3642599999999998, 0.3759599999999994, 0.9161099999999984, 0.4703399999999993, 0.797744999999998, 0.49919999999999765, 0.7640099999999983, 1.0262849999999986, 1.420574999999999, 1.4166749999999988, 1.477904999999999, 0.9802649999999992, 1.2312299999999987, 0.6813299999999982, 0.8000849999999986, 1.3059149999999988, 1.4431949999999987, 1.2388349999999986, 0.5339099999999966, 0.44615999999999967, 0.9182549999999992, 1.4390999999999985, 0.7049249999999981, 1.5309449999999982, 1.0841999999999987, 1.1816999999999984, 0.6955649999999988, -0.02106000000000141, -0.9077250000000023, -1.1625900000000016, -1.7276999999999987, -1.7509050000000004, -1.479855000000002, -2.0346300000000004, -1.8499650000000005, -1.7924399999999991, -2.004405, -1.8339750000000046, -1.595294999999997, -1.5986099999999999, -2.2725300000000015, -2.6853450000000008, -2.4453000000000027, -2.2161749999999967, -1.9033949999999997, -2.0933250000000005, -1.3084500000000006, -1.3722150000000006, -1.276080000000003, -1.038960000000003, -1.0426650000000044, -0.7605000000000048, -0.49608000000000274, -0.6392099999999998, -0.7977449999999995, -1.042470000000003, -0.9280050000000042, -1.2684750000000014, -1.209194999999998, -0.9332700000000007, -0.9461400000000038, -0.5350800000000024, -0.5549700000000026, -0.14664000000000188, -0.4130100000000021, 0.0015599999999988956, 0.6694349999999979, 0.5483399999999982, 1.0877099999999986, 1.0175099999999992, 0.8275799999999979, 0.513044999999998, 0.38005500000000025, 0.17784000000000066, -0.4600049999999998, 0.22873499999999924, 0.23321999999999932, 0.345734999999997, -0.17121000000000208, 0.15502499999999553, -0.2616900000000002], [0.0, -0.10627500000000006, -0.6639749999999988, -0.2534999999999996, -0.3589950000000013, -0.09398999999999857, 0.07019999999999971, -0.5046599999999992, 0.6612450000000003, 1.1719499999999996, 0.6284850000000001, 0.7252050000000003, 0.9120150000000006, 0.9890400000000011, 0.26773500000000017, 0.814515000000001, -0.5491200000000005, 0.2925000000000001, 0.5378100000000001, 0.45279000000000036, 0.04153499999999977, -0.5479500000000013, -0.9984000000000001, -0.8837400000000019, 0.03373499999999996, -0.2123550000000004, -0.08775000000000016, -0.05928000000000011, 0.041730000000000045, 0.7815599999999998, 0.4143749999999998, -0.2513550000000008, -0.2893800000000013, -0.80262, -0.6803550000000008, -0.41417999999999966, -0.3385199999999988, -0.18096, -0.06981000000000026, 0.11153999999999994, 0.6918600000000001, 0.9646649999999997, 1.083615, 1.2998699999999994, 0.5740800000000006, 0.7384650000000001, 0.7546500000000007, 0.7681050000000005, 0.6444750000000005, 0.48048000000000063, 0.2349749999999999, 0.39819000000000027, 0.7993049999999999, 1.2793950000000005, 1.0803000000000007, 0.6928350000000006, 0.12090000000000045, -0.1230449999999994, 0.2055300000000005, 0.007604999999998918, -0.2573999999999985, -0.6409649999999999, 0.3219450000000004, -0.3935100000000008, -0.023594999999999422, -0.28275000000000017, 0.10764000000000104, 0.3851250000000001, 0.7394399999999997, 0.6208799999999999, 0.3496350000000003, 1.3651950000000004, 1.4587949999999998, 0.5062200000000008, 0.41301000000000065, 0.3471000000000001, -0.2028000000000001, 0.6735300000000003, 0.9094800000000004, 0.8979750000000006, 0.8193900000000012, 0.45025500000000046], [0.0, 0.012090000000001266, 0.24355499999999886, 0.13630500000000279, 0.226785000000004, 0.6191250000000017, 0.33033000000000023, -0.42880499999999966, 0.31765500000000135, 0.4598100000000014, 0.6136649999999999, 0.7684950000000002, 0.974610000000001, 0.6616350000000002, 0.1632149999999999, 0.2306849999999998, 0.4034550000000021, -0.0813149999999978, 0.24687000000000325, -0.4672199999999993, -0.48125999999999935, 0.42841500000000265, 0.460395000000001, 0.294060000000002, 0.39741000000000026, 0.9363900000000019, 0.969540000000002, 0.35587500000000105, 0.7039500000000043, 0.696345, 0.47989499999999996, 0.2016300000000011, -0.3166800000000016, -0.3467100000000012, -0.8180250000000018, -0.4297800000000005, 0.5610150000000034, -0.3406649999999982, 0.2776800000000019, 0.17374500000000115, 0.6312150000000021, 0.5333250000000007, 0.4756049999999996, 0.02203499999999936, 0.44479500000000205, 0.6327750000000005, 0.11388000000000331, 0.47619000000000056, 0.6706050000000019, 0.09867000000000292, 0.3841500000000051, 0.4451850000000048, 0.24433500000000152, 0.8451300000000028, 0.4892550000000022, 0.735735, -0.4566899999999916, -0.776294999999998, -1.2879750000000012, -0.9326849999999931, -0.2997149999999986, -0.24959999999999471, -0.3658199999999998, -0.35002499999999737, -0.2622749999999958, -0.29093999999999776, 0.04972500000000002, 0.3987749999999992, 1.1212500000000007, 0.9443850000000011, 0.8223150000000021, 1.0050300000000016, 0.9751950000000005, 0.9806550000000013, 0.7581600000000006, 0.8451300000000008, 0.5846100000000021, 0.893685000000001, 2.208765000000001, 2.2737000000000007, 1.5912000000000015, 0.9564750000000005], [0.0, 0.5643300000000002, 0.7068749999999989, 0.5789550000000039, 0.8151000000000004, 0.9728550000000002, 1.113060000000001, 0.5731050000000002, 0.3636750000000004, 0.5276700000000016, 0.4964700000000015, 0.9597900000000003, 0.9560850000000009, 0.6836700000000008, 1.398345000000001, 1.4049750000000012, 1.4697149999999997, 1.6662750000000008, 1.3359450000000002, 1.1198850000000007, 0.6444749999999997, 0.062010000000000565, -0.6115199999999978, 0.15833999999999882, 1.2643800000000012, 1.3189800000000016, 1.1263200000000007, 1.2643800000000007, 1.9086600000000005, 2.008500000000002, 1.7033250000000004, 1.7571450000000008, 1.3215150000000007, 2.0217600000000013, 3.0566250000000013, 2.5603500000000015, 2.7023100000000007, 2.2317750000000007, 2.3938200000000016, 2.2581000000000007, 2.8789800000000003, 2.9367000000000028, 2.2489350000000012, 2.6270399999999996, 2.53266, 2.480595000000002, 2.857335, 2.789084999999999, 2.567370000000001, 2.241525000000001, 1.807455000000001, 1.9291350000000005, 2.667210000000001, 1.9919250000000008, 1.8731700000000007, 2.353260000000001, 2.026245000000001, 2.501070000000001, 1.87083, 1.5572700000000006, 0.8925150000000014, 0.9625199999999999, 1.4049750000000003, 0.3656249999999983, 1.4463150000000007, 1.2199200000000001, 1.1848200000000004, 2.07909, 2.0909850000000008, 1.429740000000001, 1.3792350000000013, 1.9061250000000007, 2.1574800000000005, 1.8109650000000006, 1.0487100000000011, 0.8728199999999995, 1.536210000000001, 2.2460100000000005, 2.5102350000000015, 2.377050000000002, 2.132910000000001, 1.6754400000000007], [0.0, 0.32643000000000033, 0.33520499999999964, -0.18934500000000024, 0.35177999999999876, 0.38609999999999944, 0.83655, 0.7733699999999981, 1.4285700000000001, 1.1247600000000004, 0.5502899999999998, 1.2916800000000002, 0.8053499999999998, 0.9434100000000007, 1.141335, 1.2850500000000005, 0.6154199999999991, 0.7283250000000002, 0.7031699999999999, 0.629265, 0.5483399999999999, 0.27455999999999925, 0.426855, 0.5676449999999995, 0.772785, 0.4106699999999993, 0.006824999999999526, -0.540345, -0.5647200000000001, -0.35178, -0.8330399999999984, -0.9703200000000011, -1.7091750000000008, -1.184820000000001, -1.0939500000000009, -1.1586899999999993, -1.1062349999999992, -1.6914300000000007, -2.150459999999997, -1.8916949999999986, -2.047110000000002, -1.8979350000000004, -1.0434449999999995, -1.0477350000000007, -1.860689999999999, -1.5217799999999975, -1.18521, -0.8371350000000006, -0.6741150000000017, -0.785459999999999, -0.6694349999999996, -0.49978500000000103, -0.4289999999999997, -0.15580500000000008, -0.5284500000000014, 0.03334499999999971, -0.4582499999999996, -0.8648250000000027, -0.4890600000000016, -0.005069999999999908, -0.8055450000000002, -0.9389249999999991, -0.8108100000000004, 0.0559649999999996, 0.0021449999999996194, -0.07098000000000028, -0.1813499999999999, -0.05557500000000034, -0.28645500000000024, -0.3937050000000004, 0.18817500000000034, -0.029250000000000692, 0.7172099999999999, 0.623025, 0.9340499999999987, 0.45318, 0.5976749999999997, 0.6078150000000003, 0.5723249999999998, 0.35860499999999995, 0.5424899999999996, -0.7213050000000002], [0.0, -0.07799999999999885, -0.16165499999999933, -0.2273700000000004, -0.286845000000001, -0.7427549999999982, -0.18953999999999793, -1.027454999999999, -0.9480900000000009, -0.3935099999999988, -0.49822499999999936, -0.08697000000000144, 0.39818999999999927, 0.5637450000000003, 0.1010099999999996, 1.7544150000000007, 0.6782100000000008, 0.6093750000000007, 1.3306800000000005, 1.5022800000000012, -0.025544999999997153, -0.2538899999999994, -0.0633749999999994, -0.16126499999999921, 0.05869500000000094, 0.558675000000001, 0.18408000000000035, 0.7062900000000012, 0.6312150000000007, 0.682500000000001, 0.46429500000000035, 0.7878000000000008, 0.9363900000000007, 1.100970000000001, 1.4628900000000007, 1.5157350000000016, 0.36601500000000087, 0.9081150000000007, 0.10276500000000044, 1.2012000000000003, 1.3546650000000013, 1.7000100000000025, 1.487070000000001, 1.2552150000000004, 1.6608150000000017, 1.9792500000000013, 1.370070000000001, 1.102335000000001, 1.5980250000000003, 1.9539000000000009, 0.8037900000000006, 1.8043350000000011, 2.089619999999999, 1.7698200000000004, 2.363595000000002, 1.5050100000000013, 0.16535999999999973, 1.7980950000000007, 1.4098500000000007, 1.6859700000000006, 0.9666150000000001, 0.7062900000000003, 1.3353600000000003, 0.3478800000000003, 0.873990000000001, 0.4855499999999999, 1.0042500000000005, 0.8562450000000007, 0.8297250000000012, 0.9301500000000003, 1.0676250000000005, 0.2854800000000002, 0.1306499999999996, 0.1107599999999993, -0.5296200000000023, -0.11114999999999886, 0.5547750000000009, -0.25642499999999957, -0.335204999999999, 0.32955000000000056, 0.6747000000000014, 1.3082550000000013], [0.0, 0.10491000000000228, -0.1298699999999966, 0.1275300000000017, 0.0624000000000009, 0.07644000000000362, 0.19129500000000244, 0.13650000000000095, -0.12674999999999903, 0.3168750000000029, 0.006045000000001632, 0.23887500000000195, 0.3539250000000036, 0.16438500000000378, 0.5461950000000018, 0.2985450000000014, 0.2488200000000016, 0.11953500000000239, 0.2029950000000036, -0.2273699999999974, -0.5569199999999976, -0.13298999999999794, 0.20865000000000244, 0.8659950000000021, 0.4980300000000015, 0.48360000000000125, 0.2240550000000021, -0.4674149999999966, -0.2854799999999975, -0.6119099999999957, -0.37654499999999747, -0.5927999999999987, -0.3935099999999965, -0.7326149999999978, -0.5631599999999974, -0.5809049999999956, -0.8232899999999987, -0.6908849999999953, -0.9418499999999996, -0.8960249999999967, -0.7384650000000001, -0.8271899999999968, -0.5370299999999955, -0.15170999999999757, -0.415349999999999, -0.5561399999999987, -0.6770399999999972, -0.2743649999999962, -0.15970499999999777, -0.24862499999999987, 0.0971100000000038, -0.320579999999995, -0.23029499999999792, 0.14527500000000182, -0.010529999999996598, 0.24843000000000193, -0.15716999999999826, -0.3270149999999976, 0.0078000000000020275, -0.12343499999999641, -0.3632849999999994, -0.4820399999999978, -0.4414799999999972, -0.7252050000000003, -0.5335199999999976, -0.4906199999999996, -0.07468499999999434, -0.2648099999999989, -0.21391499999999564, 0.19539000000000217, -0.22912499999999691, -0.24394499999999475, 0.12850500000000276, 0.4834050000000024, 0.9453600000000013, 0.4063800000000014, 0.653250000000003, 1.0680150000000024, 0.7433400000000023, 0.4414800000000014, 0.488865000000003, 0.33813000000000293], [0.0, -0.32486999999999866, -0.7554299999999998, -0.519479999999997, -0.0789749999999998, -0.4960799999999981, -0.2692949999999963, -0.5990400000000005, -0.2552549999999991, 0.05187000000000008, -0.0040949999999984055, -0.3630900000000008, 0.6117150000000018, 0.8591700000000009, 1.2946050000000016, 0.7396350000000009, 1.4211600000000002, 0.7879950000000009, 0.20377500000000148, -0.323309999999998, -0.6218550000000007, -0.1992899999999982, -0.44421, -0.16965000000000074, -0.5107050000000002, -0.21508499999999908, -0.5126549999999979, -0.4085249999999998, -0.9818249999999993, -0.7244249999999988, 0.025350000000001094, -0.3086849999999979, -0.8012549999999992, -0.6148349999999987, -0.7396350000000003, -0.7665449999999987, -0.6990750000000012, -1.2749099999999993, -0.5198699999999996, -0.6298499999999974, -0.6955649999999982, -0.5725199999999986, -0.514604999999998, -0.3704999999999985, -0.7427550000000012, -0.8357699999999997, -1.7278949999999984, -0.7581599999999982, -1.102724999999999, -0.8776949999999974, -0.7224750000000011, -0.6101550000000009, -0.7156500000000001, -0.22775999999999974, -0.44381999999999744, -0.5374199999999998, 0.013455000000001105, -0.30225000000000035, 0.10685999999999951, 0.7977450000000004, -0.06376499999999852, -0.31122000000000005, -0.5292299999999983, -1.0518299999999958, -1.2647700000000008, -1.5262649999999964, -0.8808149999999992, -0.38356500000000193, 0.03159000000000156, 0.0937949999999994, -0.035294999999998966, 0.21937500000000032, 0.23029500000000158, 0.08131500000000069, 0.18642000000000003, -0.18680999999999925, -0.6912750000000005, -0.5863649999999969, -0.8295299999999992, -0.6316049999999997, -0.7560149999999977, -0.5461949999999993], [0.0, -0.015990000000001947, -0.043874999999999664, -0.13025999999999738, -0.27728999999999826, -1.0477349999999988, -0.5307899999999985, -0.34573499999999924, 0.13318500000000144, -0.07448999999999817, -0.4426499999999991, -0.49627500000000047, -0.4648799999999995, -0.007019999999998028, -0.0733199999999985, 0.2228850000000009, 0.42042000000000035, 0.25194000000000005, 0.23282999999999876, 0.13279500000000177, -0.1784249999999994, -0.10042499999999777, 0.09652500000000064, 0.2897700000000012, 0.27339000000000124, 0.21157499999999896, 0.49803000000000086, 0.3359850000000011, -0.05264999999999875, -0.5520449999999992, -0.45220499999999886, -0.2827499999999996, -0.616199999999999, -1.0728900000000008, -0.9028499999999957, -0.7530899999999985, -1.268474999999999, -1.4061449999999962, -1.781129999999994, -1.169609999999998, -1.3246349999999991, -1.2442950000000008, -1.542254999999997, -0.9997650000000002, -0.7320299999999977, -0.7928699999999991, -1.5112500000000006, -1.2010049999999974, -0.28235999999999795, -0.6273149999999987, -1.024724999999998, -0.5918249999999965, -0.17179499999999837, -0.402285, -0.3827850000000004, -0.6236099999999991, -0.4469399999999988, -0.9266400000000028, -0.5465849999999992, -0.6007949999999993, -0.4912049999999979, -0.8435699999999973, -0.7622549999999977, -1.0996049999999993, -1.0643099999999996, -0.15931499999999854, -0.22015499999999966, 0.02652000000000121, -0.07643999999999807, -0.1056899999999974, -0.8815949999999988, -0.9929400000000002, -0.6171749999999996, -1.2224549999999994, -0.9597899999999988, -0.6651449999999979, -0.7638149999999986, -0.2985449999999976, -0.38278499999999926, -0.4389449999999986, -0.25427999999999873, -0.07838999999999952], [0.0, -0.14196000000000297, 0.4730699999999992, -0.3781049999999988, 0.13825499999999868, -0.49725000000000197, -0.6468150000000019, -0.913184999999999, -0.8080799999999995, -0.32701500000000006, -0.033345000000000846, 0.36601499999999865, 0.6259500000000007, 0.35177999999999865, 0.5775899999999994, 0.20708999999999866, 0.3480749999999999, 1.940055, 1.4849249999999998, 0.9163050000000003, 0.5688149999999994, 0.6241949999999996, 0.48204000000000113, 1.482195, 1.8053100000000009, 1.651455, 2.52876, 1.8513299999999995, 1.6422900000000002, 1.7109299999999998, 2.0800650000000003, 2.4304800000000006, 2.9043299999999994, 3.1003050000000014, 3.615690000000001, 3.6773100000000003, 2.763735, 2.4804, 2.811705, 2.43399, 2.5285650000000004, 2.6598000000000006, 3.429854999999999, 3.5096100000000012, 3.1084950000000013, 2.14578, 2.8986750000000026, 2.1180900000000005, 2.6330850000000012, 2.2871550000000003, 1.9634550000000002, 2.4733800000000006, 2.3382449999999997, 1.5806700000000005, 2.4989250000000003, 1.903785, 1.7163900000000005, 1.4412450000000008, 1.3901550000000005, 1.0173150000000002, 0.43991999999999964, 0.5467800000000007, 0.29796000000000045, -0.1413749999999987, 0.22600499999999912, 0.8211449999999997, 1.2723749999999998, 1.8530850000000003, 1.5736499999999998, 0.7209149999999999, 0.6614400000000012, 1.0198500000000006, 0.6735299999999996, 0.30731999999999937, 1.7386200000000003, 0.7363200000000012, -0.36153000000000124, 0.9964500000000003, 0.5842199999999999, 1.5644850000000003, 1.1046750000000007, 1.3482300000000005], [0.0, -0.6670950000000022, -0.8026200000000028, -0.7096050000000038, -0.430755, -0.24336000000000024, -0.37166999999999883, 0.09340499999999907, -0.20689500000000027, -0.4106700000000041, -0.2757300000000005, 0.07312500000000022, 0.14215499999999814, 0.17530499999999827, 0.36991499999999833, 0.8542949999999987, 0.646229999999999, 0.3901949999999982, 0.11309999999999865, -0.1714050000000007, -0.4925700000000024, -0.5013450000000017, -0.27085500000000207, -0.5608200000000019, -0.3102450000000019, -0.35333999999999954, -0.03256500000000073, -0.3987750000000019, -0.8394750000000015, -1.1230049999999996, -1.0338899999999986, -0.9888450000000009, -0.9268349999999976, -2.209934999999999, -1.763775000000003, -1.6077749999999988, -1.7510999999999992, -1.8550350000000022, -1.786785000000004, -1.6177199999999985, -1.247415000000002, -1.9332300000000018, -0.9726599999999981, -1.3774800000000007, -1.54596, -1.4158950000000021, -1.1113050000000015, -0.9757800000000023, -1.3302900000000029, -1.104675000000003, -1.3345800000000017, -0.5128500000000018, 0.030029999999999557, 0.5578949999999986, 0.3032249999999995, 0.055574999999999486, 0.1123199999999992, -0.24452999999999991, -0.30263999999999935, -0.4364100000000011, -0.5680350000000018, -0.7770750000000011, -0.7552350000000017, -0.7610850000000033, -0.9835800000000012, -1.2117300000000033, -0.48594000000000026, -0.23536500000000116, 0.011504999999998544, -0.1641900000000014, -0.37596000000000096, -1.084589999999999, -1.1606400000000012, -0.965445000000003, -1.3706550000000006, -0.7979400000000021, -0.7799999999999998, -0.7731749999999984, -0.5450250000000001, -0.31297499999999956, -0.45395999999999903, -0.5025150000000012], [0.0, -0.03315000000000068, -0.14898000000000067, -0.04679999999999829, 0.327989999999999, -0.05381999999999543, 0.08794499999999905, 0.09808499999999909, 0.7484099999999989, 0.7690799999999995, 0.8016449999999996, 0.76362, 0.8293349999999999, 0.6314100000000006, 1.0808849999999999, 0.42490499999999953, 0.6824999999999997, 0.03217499999999962, 0.5054399999999999, 0.04270499999999977, -0.48223499999999875, -0.8827649999999984, -0.4397250000000016, -0.5109, -0.5539949999999995, -0.10510499999999967, -1.0861499999999995, -0.9529649999999986, -0.8665800000000013, -0.7335899999999985, -0.47150999999999954, -0.9356100000000015, -0.5820749999999998, -1.2866100000000023, -1.1386049999999996, -1.4736149999999988, -1.2714000000000039, -1.865565000000006, -1.4334449999999972, -1.8380699999999974, -1.9648199999999973, -1.4586000000000037, -1.9696949999999984, -1.2563850000000025, -1.625714999999996, -0.8388900000000007, -1.3720200000000013, -1.35759, -1.8606900000000008, -1.4511899999999969, -1.7440800000000016, -1.0650900000000023, -1.5426450000000025, -0.5512650000000002, -0.7993049999999994, -0.3433949999999998, -0.5241600000000005, -0.10218000000000071, -0.23789999999999678, -0.5342999999999986, -0.8014500000000008, -0.8761350000000011, -0.992355, -0.49549499999999924, -0.5165549999999984, 0.045045000000000335, -0.015795000000001447, -1.394445000000001, -0.8223150000000018, -0.3393000000000007, -1.0543649999999998, -0.6565650000000004, -0.5894850000000006, 0.09106499999999973, -0.6085950000000012, -0.5130450000000001, -0.7125299999999969, -1.1542049999999975, -0.7039500000000013, -0.4990050000000016, -0.30303000000000024, -0.559260000000002], [0.0, -0.31317, 0.07916999999999991, -0.37264499999999906, -0.33598500000000014, -0.06337499999999974, 0.8283600000000009, 1.670175000000001, 1.444170000000001, 1.2335699999999996, 1.1978850000000003, 1.2591150000000007, 1.1651250000000009, 0.8689199999999999, 0.8028149999999994, 1.226745, 1.0502699999999996, 0.5025150000000007, 0.27261000000000113, -0.28821, 0.2256149999999999, 0.03939000000000012, 0.06649500000000036, 0.036075000000000274, 0.5066099999999993, 0.41691000000000034, 0.5705699999999994, -0.006240000000000356, -0.34437000000000023, -0.2414100000000003, -0.043874999999999886, -0.20416500000000048, -0.5814900000000005, -1.4433899999999995, -1.1561549999999992, -0.8630700000000009, -0.8371350000000013, -1.3669499999999968, -1.1118899999999985, -0.889785, -1.8072600000000008, -1.5180750000000016, -1.5886649999999993, -1.0941450000000006, 0.176085000000001, -0.049335000000000406, -1.0508550000000023, -0.7523099999999989, -0.5853900000000003, -0.6635849999999992, 0.23049000000000003, 0.6000149999999997, 0.6054750000000002, 0.7587449999999998, 0.3478800000000003, 0.2854800000000003, 0.6823050000000003, 0.2971800000000002, 0.2026050000000001, 0.29679000000000066, -0.4457699999999995, -0.0873600000000006, -0.010139999999999483, 0.19148999999999977, -0.08267999999999981, 0.07215000000000038, 0.13806000000000046, 0.2570100000000002, -0.14390999999999982, -0.26344499999999943, -0.15872999999999998, 0.17218500000000042, -0.3701099999999998, 0.39624000000000037, 0.13669500000000018, -0.4594200000000001, -0.2981549999999999, -0.1702349999999977, 0.07156500000000016, 0.17257500000000034, 0.3028350000000003, 0.57252], [0.0, 0.3644549999999964, 0.4266599999999978, 0.4594199999999953, 0.12206999999999546, 1.050659999999995, 0.34046999999999716, 0.2807999999999926, 0.24062999999999857, 0.21001499999999496, 0.9865049999999962, 0.9260549999999965, 1.4868749999999962, 0.8927099999999955, 0.8681399999999972, 0.7489949999999963, 0.8303099999999963, 0.7501649999999955, 0.6692399999999947, 0.9740249999999966, 0.5863649999999967, -0.1856400000000047, 0.3297449999999964, 0.07546499999999456, 1.3135199999999974, 1.2300599999999962, 1.7241899999999961, 0.9948899999999952, 0.7745399999999956, 1.0939499999999966, 1.5656549999999951, 1.5073499999999962, 1.5742349999999967, 1.7520749999999963, 2.1202349999999957, 1.1781899999999956, 0.9531599999999918, 2.1910199999999955, 2.2066199999999965, 1.4995499999999964, 1.228694999999996, 2.3663249999999967, 2.205254999999996, 1.8758999999999966, 1.8651749999999967, 1.9189949999999945, 2.0808449999999956, 1.918214999999996, 0.9254699999999954, 1.4045849999999953, 0.9484799999999984, 0.5225999999999971, 0.38551499999999717, 1.6456049999999967, 0.8517599999999963, 0.8782799999999968, 0.9350249999999969, 0.7306649999999939, 1.3591499999999959, 1.7821049999999956, 0.39877499999999655, 0.05596499999999516, 0.9445799999999969, 1.2563849999999954, 1.2101699999999949, 1.4209649999999956, 0.23848499999999762, 0.1784249999999945, -0.16048500000000177, 0.5729099999999967, 0.6062549999999969, 0.7913099999999953, 0.5103149999999974, 0.5079749999999956, -0.07507500000000444, 0.07253999999999916, 0.5325449999999934, 0.9580349999999946, -0.03607500000000563, 0.08228999999999598, 0.40384499999999424, 0.8677499999999958], [0.0, -0.5504849999999997, -0.7337849999999977, -0.8246550000000006, -0.33442499999999864, -0.03997499999999832, 0.39253499999999986, 0.0887249999999975, 0.1491750000000005, 0.7107750000000002, -0.03275999999999857, -0.08735999999999922, -0.09399000000000113, 0.4970549999999996, -0.3646499999999995, 0.050115000000000354, -0.2622749999999998, -0.14469000000000287, 0.16009500000000054, 0.4683900000000004, -0.4775550000000013, -0.038999999999999924, -0.14761500000000116, 0.042120000000001045, -0.6626099999999993, -0.2977649999999983, -0.7437300000000004, -0.6967349999999997, -0.7250100000000013, -0.6269250000000004, -0.5916299999999997, -0.12284999999999702, 0.0729300000000015, -0.4455749999999983, -0.6901049999999993, -1.2409799999999993, -0.6121049999999983, -0.9393150000000003, -1.046955000000002, -0.6448650000000009, -1.4786849999999985, -0.46917000000000053, -0.2542799999999996, -0.9342449999999978, -0.45571499999999854, -0.6879599999999988, -0.40579499999999835, -0.8113949999999999, -1.016145, -0.9408750000000026, -0.1092000000000013, -0.7242300000000024, -0.4861350000000002, -0.689130000000002, -0.28645499999999924, 0.5666699999999996, 0.333840000000001, -0.13630500000000234, -0.8386950000000015, -1.0009349999999972, -1.2144600000000063, -1.2197250000000073, -0.9954750000000014, 0.08989499999999895, -0.4009200000000024, 0.23868, -0.1450799999999992, -1.0303799999999999, -0.4808700000000006, -0.6571500000000008, -0.8736000000000017, -0.18154499999999962, -0.4334850000000019, -0.6017699999999992, -0.8057399999999981, -0.44615999999999834, -0.8201699999999994, -0.43524000000000007, -0.30653999999999826, -0.07605000000000106, -0.04523999999999884, -0.9373650000000027], [0.0, 0.11056499999999625, -0.2942550000000006, -0.015600000000001835, -0.8523449999999961, -0.4580550000000003, -0.33676500000000376, -0.9108450000000037, -0.806519999999999, -0.6321900000000009, -1.2006150000000035, -0.40930500000000425, -0.3453450000000067, 0.015794999999998893, -0.5403450000000039, -0.5822699999999998, -0.21294000000000057, 0.40540499999999935, -0.562575000000002, -0.03529500000000052, -0.1267500000000017, -0.19070999999999882, -0.4586399999999977, 0.1569750000000001, 1.158884999999999, 0.9709050000000012, 0.783120000000002, 1.137044999999999, 0.7552350000000012, 0.6251699999999971, 1.0570950000000003, 1.7606549999999987, 1.9308899999999989, 2.3000249999999993, 1.7002049999999986, 1.8037499999999977, 1.9636499999999981, 2.272139999999999, 2.602469999999999, 2.0597849999999993, 2.613389999999999, 2.175809999999999, 2.3657399999999997, 2.2736999999999994, 1.633124999999999, 1.9351799999999995, 2.051789999999999, 1.973594999999999, 2.049644999999999, 1.7440799999999994, 1.5974399999999986, 1.172339999999998, 1.2247949999999994, 1.0929749999999998, 1.8148649999999993, 1.507544999999999, 1.2255749999999987, 1.1044799999999995, 0.8597549999999983, 0.5095349999999963, 0.5044649999999993, 1.1926199999999998, 1.001910000000001, 1.376310000000001, 0.4804799999999998, 0.7025849999999982, 0.5126550000000003, 0.5807100000000005, 0.024960000000002314, 0.7521149999999976, 0.09769499999999676, 0.17471999999999932, -0.00955500000000331, 0.5795399999999997, 0.0729299999999995, 0.19402499999999945, 0.5625749999999989, 0.9221549999999985, 0.04212000000000016, 0.17998500000000028, -0.24082499999999785, 0.3424199999999964], [0.0, -0.7686900000000008, 0.17667, -0.29132999999999964, 0.36152999999999985, -0.39312000000000047, -0.9814350000000003, -1.176825, -0.7088249999999997, -0.003900000000000625, -0.31063500000000005, -0.10881000000000049, -0.4956900000000003, -0.9336600000000002, -1.0467599999999988, -0.9014850000000019, 0.1517100000000007, 0.35158500000000037, 0.37010999999999983, -0.10354500000000003, -0.6509099999999997, -0.577785, -0.2815800000000003, -0.0557700000000001, -0.13533000000000084, 0.3599700000000005, -0.2696850000000003, -0.0614249999999997, -0.1675049999999999, -0.05889000000000072, -0.24374999999999997, -0.012479999999999353, -0.4284150000000003, -0.0009749999999991987, 0.090285000000001, 0.12167999999999973, -0.3703050000000002, -0.6645600000000008, -0.7737600000000011, -1.0069799999999993, -1.132170000000002, -0.8562449999999979, -0.5744699999999994, -0.577004999999999, 0.10022999999999971, 0.04679999999999983, -0.5382000000000026, -0.2792399999999999, 0.1677000000000002, -0.06981000000000001, -0.5149949999999995, 0.4841850000000001, 0.7177949999999995, 0.5058300000000002, 0.6752849999999997, 0.8390849999999995, 0.5898750000000004, 0.9478950000000004, 0.5046600000000001, 0.5407350000000003, 0.4118400000000003, 0.20475000000000104, 0.35197500000000026, 0.6624149999999999, 0.531375000000001, 0.6282899999999993, 0.3586050000000004, -0.12499499999999975, -0.7216949999999995, -0.0352949999999998, -0.4592250000000003, -0.48711000000000015, -0.16126499999999971, -0.48906000000000016, -0.6635850000000014, 0.17920500000000025, 0.10549500000000045, 0.15600000000000022, -0.4933500000000003, -0.9324899999999987, -1.8462600000000011, -1.421355], [0.0, -0.5378100000000001, 0.11894999999999972, -1.2571649999999992, -1.2462449999999998, -0.24199499999999868, 0.06610499999999964, -0.11115000000000025, -0.11232000000000025, -0.11855999999999994, -0.7644000000000006, -0.476775000000001, -0.09437999999999985, -0.795990000000004, 0.015015000000000833, -0.011894999999999933, -0.06006000000000039, 0.5315699999999997, 0.3236999999999998, -0.054989999999999706, 0.9730500000000002, 0.6684600000000007, 0.4379699999999999, 0.5073899999999998, 0.931319999999999, 0.23672999999999958, -0.23751000000000005, 0.21879000000000007, -0.19987499999999953, -0.09360000000000018, 0.6464249999999996, 0.10939499999999969, 1.1126699999999998, 0.27144000000000035, 0.7289099999999994, 0.5224050000000007, -0.24140999999999974, -0.7903350000000009, -0.36581999999999953, -0.8798399999999991, -0.1386450000000004, -0.8406449999999992, -0.37771500000000163, 0.3116099999999994, -0.04933500000000024, 0.23809499999999967, 0.29054999999999975, 0.6846449999999995, 0.4483050000000002, 0.8677499999999996, 0.6485700000000001, 0.3903900000000002, 0.1148550000000001, 0.4473300000000002, 0.2804099999999997, 0.743924999999999, 0.06883500000000031, 0.17530500000000024, -0.4412850000000002, 0.7677149999999995, 0.8388900000000004, -0.07468500000000083, 0.024570000000001646, -0.28333500000000006, 0.07292999999999944, -0.5832450000000031, 0.16185000000000055, 0.1544400000000005, -0.06805500000000148, -0.012090000000000711, 0.17667000000000055, 0.12148499999999995, -0.15443999999999986, -0.1177800000000006, -0.08443499999999965, 0.12226500000000065, -0.39546000000000064, -0.23224500000000042, -0.26305500000000087, 0.302835, -0.4808699999999994, -0.2811899999999998], [0.0, -0.3383250000000001, 0.2868449999999999, -0.16048499999999966, -0.31668000000000074, -0.8971949999999996, -0.5746649999999992, -0.9800699999999979, -1.2144599999999985, -0.7872150000000014, -0.6791849999999986, -0.8548800000000013, -1.7624099999999996, -1.0765950000000015, -0.7191599999999984, 0.19831500000000002, -0.4674150000000006, -0.043679999999999275, 0.003705000000001679, -0.0727350000000001, -0.12480000000000013, -0.40813500000000036, -0.7423649999999994, 0.051090000000000024, 0.26441999999999977, 0.08736000000000024, 0.28879499999999947, 0.2689049999999996, 0.40716, -0.0871650000000001, 0.19324500000000047, 1.0128299999999997, 0.7606950000000009, 0.617565, 0.5953350000000004, 0.8907600000000004, 0.43855500000000014, 0.705705, 0.4613700000000004, -0.18076499999999873, -0.3155099999999996, 0.40891499999999936, 0.4356299999999995, 0.07370999999999978, 0.5124600000000002, 0.7513350000000003, 0.3537299999999999, 0.5458050000000005, 0.8810100000000002, 0.8874450000000003, 0.8102250000000006, 0.5099250000000011, 0.9063600000000007, 0.7809750000000006, 0.9020700000000006, 1.4940900000000013, 1.7097600000000006, 0.73437, 0.04426500000000108, 0.27066, 0.4785299999999999, -0.4126199999999989, 0.43777500000000036, 0.47248500000000027, 0.7721999999999998, 0.9377549999999997, 0.8240699999999992, 0.2905499999999997, -0.23653499999999983, -0.6481799999999986, -0.2776799999999996, -0.11426999999999976, 0.4015049999999995, 0.12714, -0.08930999999999978, -0.20826000000000017, -0.3972150000000001, 0.16770000000000024, 0.36191999999999963, -0.1560000000000003, -0.818415, -0.9235199999999998], [0.0, -0.38395500000000116, 0.8002800000000057, -1.1058449999999933, 0.4687800000000055, 0.07975500000000402, 0.16224000000000371, -0.6721649999999952, -0.5342999999999964, -0.29093999999999376, -0.8681399999999906, -1.1608349999999934, -2.0202, -1.446314999999995, -0.8911499999999997, -0.6941999999999977, 0.3818099999999993, 0.7741500000000032, 1.3458900000000056, 1.912365000000005, 1.8733650000000048, 0.4449900000000033, -0.0198899999999953, 1.316055000000004, 1.9203600000000052, 2.606955000000004, 3.220425000000005, 2.0707050000000047, 1.4254500000000045, 1.3511550000000057, 2.549040000000006, 1.9765200000000052, 2.1362250000000014, 3.1562700000000046, 3.3643350000000045, 2.423460000000005, 4.489680000000004, 4.190550000000005, 4.238910000000004, 3.4199100000000042, 3.4177650000000037, 2.505165000000004, 3.544515000000005, 4.348305000000004, 3.927885000000004, 2.0783100000000045, 3.606720000000005, 3.801330000000005, 3.242265000000004, 3.2375850000000046, 3.7787100000000047, 3.179670000000004, 4.003155000000005, 2.8653300000000046, 3.246555000000005, 2.9191500000000037, 2.430675000000006, 1.6247400000000052, 2.2978800000000037, 3.248310000000006, 0.8819850000000016, 1.7821050000000034, 0.7944300000000015, 1.0528050000000038, 0.8558550000000107, 0.9264450000000024, 1.8413850000000083, 0.12051000000000389, 0.4465500000000069, 0.7585500000000049, 0.9098700000000046, 0.37342499999999745, 0.47229000000000054, 0.6087900000000013, 0.6862050000000011, 0.4824300000000057, -0.05245499999999659, 1.3915200000000025, 0.5699850000000026, -0.032759999999998346, 1.015170000000004, 0.7365150000000038], [0.0, 0.4894499999999973, 0.8472749999999976, 0.7441199999999972, 0.5842199999999989, 0.37205999999999473, 0.47950499999999807, -0.02808000000000299, 0.4777499999999957, 0.03295499999999829, 0.1790099999999999, 0.24550499999999742, 0.4266599999999958, 1.0701599999999973, 0.9506249999999986, 1.0717199999999978, 1.4100449999999982, 2.1342749999999975, 2.239574999999998, 1.417844999999998, 0.7484099999999967, 1.0607999999999973, 1.240199999999997, 0.7339799999999965, -0.28431000000000295, -0.44967000000000135, -0.8548800000000003, -1.7113200000000013, -2.2464000000000013, -2.8698150000000027, -2.6287949999999967, -2.73214500000001, -2.6906099999999986, -2.384655000000003, -2.790450000000008, -2.890290000000004, -3.4821150000000003, -2.8177500000000073, -2.270385, -2.596425000000001, -3.08295000000001, -2.9991000000000083, -1.908660000000001, -2.1522150000000044, -1.9024200000000022, -1.231229999999999, -1.8363150000000064, -1.8788250000000073, -1.3168350000000026, -1.5334799999999988, -0.8814000000000013, -0.34710000000000485, -0.23478000000000132, -0.5315700000000014, 0.670799999999999, 0.6717749999999982, 1.9236749999999978, 0.8503949999999969, 1.2466349999999962, 1.2836849999999969, 1.2263549999999972, 0.6526649999999989, 0.3899999999999968, 1.2548249999999974, 1.5032549999999976, 1.4373449999999974, 0.7240349999999998, 0.8576099999999964, 1.0046399999999973, 0.4976399999999981, 0.3084899999999968, 0.43114499999999634, 0.998399999999998, 0.8137349999999973, 1.3365299999999978, 1.059824999999997, 0.8457149999999972, 0.16789499999999613, 0.8158799999999974, 1.0598249999999978, 0.9233249999999991, -0.44343000000000443], [0.0, -0.7222799999999991, -0.1522949999999994, -0.40111500000000055, -0.717209999999998, -0.3053700000000005, -0.9515999999999989, -0.09399000000000013, 0.12714000000000064, 0.42100500000000113, 0.6618299999999988, 0.9471149999999979, 0.6551999999999989, 0.22737000000000024, -0.07936499999999952, 0.3691350000000007, 0.6236100000000004, 1.2540450000000007, 1.3655850000000003, 0.8464949999999991, 0.7690800000000002, 0.3465149999999995, -0.3398850000000006, -0.07975499999999991, -0.6717749999999995, 0.024180000000001034, -0.26169000000000014, -0.962715, -0.53274, -1.6204500000000006, -1.4956499999999988, -1.6559399999999973, -1.5044250000000003, -1.6608149999999984, -1.5208049999999995, -1.7604600000000008, -1.7672849999999989, -2.0500350000000003, -2.215589999999999, -2.2462049999999976, -2.0338499999999997, -2.046915000000004, -2.111460000000002, -2.116725, -2.389920000000001, -1.8374849999999987, -1.7121000000000002, -0.9652499999999999, -0.9153299999999995, -0.9371699999999996, -0.5715449999999999, -0.4670250000000003, -0.16965000000000013, -0.3958499999999998, -0.15911999999999982, -0.917475, 0.3511949999999991, -0.5368350000000001, 0.08969999999999939, 0.38843999999999995, -0.062009999999999676, -0.4440150000000002, -0.410865, -1.2127049999999993, -0.5528250000000008, -1.189304999999998, -0.9978150000000003, -1.1830649999999991, -0.26676, -0.77961, -0.6489600000000003, -1.507155, -1.7916599999999994, -1.3860599999999985, -1.572869999999999, -1.069185, -0.6179549999999998, 0.32603999999999994, 0.27183000000000007, -0.6943949999999997, -0.8232900000000005, -1.3663650000000005], [0.0, 0.42724500000000126, 0.03802500000000064, -1.0927800000000003, -0.9553049999999984, -0.8178300000000006, -1.0011300000000012, -1.309424999999997, -1.5594150000000022, -0.8152949999999982, -1.6931849999999935, -0.6590999999999984, -1.10526, -0.22015499999999688, -0.5056349999999993, -0.6021599999999988, 0.07741500000000212, 0.4894500000000015, 1.025310000000001, 0.42744000000000026, 1.173900000000001, 0.8349900000000011, -0.4120349999999974, 0.11349000000000276, -0.9303449999999994, 0.1583400000000017, -0.28469999999999784, -0.875744999999999, -1.7606550000000025, -2.277014999999998, -1.7489549999999956, -2.0656349999999986, -2.0699250000000005, -1.4090700000000003, -1.4603550000000012, -1.3326299999999995, -1.4162849999999962, -1.3144949999999982, -1.7062499999999994, -1.7294549999999966, -1.9111950000000006, -2.223194999999998, -0.41398499999999994, -1.7378399999999998, -1.2466350000000013, -1.1097449999999993, -0.6936149999999993, -0.7121399999999979, 0.14020500000000047, -0.23984999999999912, 0.353730000000001, 0.2024100000000012, 0.9399000000000011, 0.655785000000001, -0.4284150000000001, 0.4327050000000008, -0.24180000000000101, 0.08385000000000198, -0.05713500000000138, -0.16223999999999983, 0.04719000000000295, -0.537614999999999, -1.0455899999999994, -0.3550949999999985, 0.1840800000000009, -0.27514499999999764, -0.5715449999999974, 0.569010000000001, -0.5736899999999981, -0.6631949999999988, -1.1218349999999973, -0.4818450000000022, -1.4334449999999976, -1.237275, -1.6614000000000027, -1.8833099999999985, -1.8408000000000007, -0.4143749999999985, -0.23380499999999838, -0.18622499999999886, -0.7341749999999997, -1.1602500000000004], ...] | NaN | 2700.0 | 1.591228 | 1.226667 | 1.822887 | 1.351515 | 1.578629 | 0.946091 | 0.024828 | 0.058164 | 0.058692 | 131.743348 | 2079.003280 | 45.926 | 1.479919 | 0.0 | 0.32 | 4.0 | -0.090909 | 0.107843 | -0.566952 | 0.368421 | -0.029650 | 225.0 | 30.0 | 0.910171 | 0.773969 | 0.003257 | 0.238536 | 0.909388 | -8.148 | 0.885 | 4958.0 | 0.0 | 1.987175 | 3.064095 | 5.826997 | 3.231378 | 5.235508 | NaN | 0.0675 | 0.1965 | 0.0005 | 0.0295 | 0.0 | 0.0 | 0.112450 | 0.0 | 0.0 | 0.0 | -0.036576 | 1.0 | 0.024882 | 0.000151 | 0.017408 | 0.085703 | 0.030548 | 7955.0 | 3756.0 | 7199.0 | 549.0 | TH | 11.0 | 20.0 | 729445650.0 |
| 950921135 | 0.467002 | 1 | 850249267 | 253.42 | 0.500000 | 2.803475 | -0.150379 | 26.666930 | 0.023742 | 0.076530 | 0.000000 | good | 0.646345 | 0.028821 | NaN | 18.74 | 0.168270 | 7.120579 | 104.403975 | 1 | 40.0 | 0.233501 | 2.339206 | 0.99 | 0.669090 | 0.590737 | [9.473732504122962, 13.198542576065163, 18.302989711899972, 18.421690032867417, 20.693162841630564, 31.989760054465222, 32.4078945184404, 35.484469504211894, 36.05063770180584, 37.66470873294474, 39.16464612213123, 41.72188637028048, 42.459621698461184, 43.64582490597242, 43.70895841001969, 43.88779222692234, 43.95252573529606, 44.04979266497396, 44.355860159251705, 44.66192765352946, 45.80606408062482, 46.25313195616972, 47.708535891603745, 48.99350603284891, 51.76574686236295, 52.78364961478724, 53.11751718423681, 53.2038507510174, 54.73842156718653, 55.00118894438012, 57.07746122531812, 57.47169562466717, 58.06056388364242, 58.32469793119817, 58.53279849390521, 59.17160022123465, 59.450667642503795, 59.55260125146714, 59.58600134178148, 59.6572682011548, 60.23323642524817, 61.42303964249388, 61.495206504300825, 61.70980708458401, 62.68554305632201, 62.732776517375335, 63.84054617946775, 65.12101630854482, 65.46761724575894, 65.54061744315257, 65.5791508806809, 66.47318663150028, 67.9431239395661, 68.16545787409372, 69.20992736502153, 69.32672768085133, 70.21566341788021, 70.51543089512262, 71.03186562490319, 71.88170125620479, 75.16584346990784, 75.27421042960039, 76.05887921802321, 76.9904484036669, 78.42505228285727, 79.07442070542588, 82.03316203924007, 82.42139642236499, 83.370032320824, 84.57400224304335, 84.64450243367692, 86.10923972768182, 86.17110656163734, 86.49820744612303, 86.91557524135847, 87.71511073664774, 87.96337807463301, 88.79994700339459, 89.85551652433705, 89.93838341507703, 91.19698681835946, 91.2957537520934, 91.5217876966259, 92.18895616732611, 92.40475675085412, 93.71416029150089, 94.0226277922683, 94.4627289823085, 95.4801984002277, 95.95453301616895, 96.03473323303153, 96.28513391011872, 96.33500071162595, 96.49193446931052, 97.60417081014758, 97.99700520571099, 98.20393909859668, 99.02094130778288, 99.10700820717572, 99.68257643018748, ...] | [0.00032386170367170055, 0.0004518112387675137, 0.0003863233635114557, 0.00030542543643190587, 0.0003443261822085879, 0.00032832768974027206, 0.0003040818550561926, 0.00032276935137357215, 0.0002745797835177109, 0.0003022119135559842, 0.0003429320513977473, 0.00033864432880040116, 0.00033592386479171184, 0.0003836432421509926, 0.0003033344017154377, 0.0002833649846432127, 0.00031540928901911686, 0.000413333622447808, 0.00037284032721492626, 0.0002784621093353235, 0.00030810717279029635, 0.0003104706253571567, 0.0003011496648192224, 0.0003355239590049314, 0.00029126238910806936, 0.0003124608519029971, 0.00028106396789622526, 0.00030514006629813595, 0.00036268199025163997, 0.0002825833256463557, 0.0003966532778545479, 0.0003240723963013079, 0.00033058200074719934, 0.00036615759499121855, 0.0002863771495775473, 0.00031351819104605966, 0.0003066248307926617, 0.0003419199321966517, 0.0002988804958313631, 0.00027104167835834234, 0.0003060546073244587, 0.00031861845140063454, 0.000455662588924879, 0.0002781618166207045, 0.00031069475476951997, 0.00029735897398400993, 0.0002853225236310027, 0.00037549402720929724, 0.0003205966623618952, 0.0002981729006394562, 0.00029255548564857236, 0.00032670167752701674, 0.0003052873218091554, 0.00027606655060966663, 0.00030031190079436785, 0.0003191623504026211, 0.0003295071550266039, 0.00032280455832838927, 0.00030143752204980046, 0.0004411372329660117, 0.00028793452437888845, 0.0003577206197188207, 0.0002847553686588617, 0.0003750016466411944, 0.00029311524393020594, 0.0004434240377312381, 0.00034168966579216435, 0.00028059442339881574, 0.00028492701063858477, 0.0003470608581990382, 0.00030472365523253757, 0.00043793239877893943, 0.0003767276918260723, 0.0003752017771843566, 0.00031230164540731496, 0.0003141570519261768, 0.000372102402361943, 0.00029638186793798013, 0.0002987103719496918, 0.0003328710665095241, 0.0002890571740381347, 0.0002899195506314027, 0.00031057740902011577, 0.00027690605883228274, 0.0002775280591340379, 0.0003745636592032861, 0.0002769168470184377, 0.00033188007148131875, 0.00026995323435519825, 0.00027557891813547033, 0.00035500038180984124, 0.00030013447712206475, 0.0002895113437552755, 0.0003372264252200694, 0.00034081372321630626, 0.0003034876973187056, 0.0003399182068655682, 0.00035247972534472867, 0.00030955673033000497, 0.00034770023587849213, ...] | [[0.0, -3.2800950000000078, -6.087510000000009, -1.5264599999999948, -5.102369999999993, -9.27244500000001, -16.136054999999985, -8.407620000000016, -8.176739999999992, -6.5878799999999895, -7.896915, -11.850539999999995, -11.514750000000015, -13.095809999999979, -19.240650000000027, -38.57080500000003, -43.33913999999994, -54.46720499999995, -58.82896499999998, -65.36556000000004, -57.03399000000003, -57.61274999999998, -39.79813499999999, -39.00428999999998, -18.14494499999998, -14.11878, 7.561515000000005, 9.899760000000004, 19.175325000000015, 27.380730000000003, 35.28349500000005, 39.69342000000003, 40.80063000000003, 39.530789999999996, 42.537105000000054, 45.30318000000001, 41.5480649999999, 36.39089999999999, 35.31391500000001, 30.00152999999998, 26.024894999999994, 25.21252499999998, 7.9708199999999945, 17.04280500000001, 12.64692, 22.564424999999996, 14.968980000000004, 12.9168, 12.12783, 4.824105000000001, 6.293819999999995, 1.6495050000000009, 3.835455000000007, 1.0955099999999987, 0.9151350000000076, 3.2093100000000003, -0.6665099999999997, 3.183569999999998, 0.46995000000000653, 1.9297200000000003, -0.17316000000000398, -0.9870900000000025, 0.4301700000000048, 0.1758900000000052, 4.4128500000000095, 7.4103900000000085, 3.409185000000009, 3.232709999999999, 0.880815000000001, 8.402355000000002, 1.2242100000000051, 0.05693999999999799, -1.0071750000000015, 2.301975000000005, -0.38805000000000067, -2.3019749999999957, 3.716895000000004, -1.195349999999999, -1.8156449999999986, -3.885180000000012, 2.7426750000000037, -0.16906499999999713], [0.0, -1.3860600000000014, -3.0796350000000046, -4.0723799999999954, -4.665764999999988, -4.275179999999997, -5.305755000000005, -7.170345000000001, -8.10419999999999, -9.009779999999989, -10.917269999999995, -13.435304999999973, -14.839500000000003, -18.389085000000005, -26.01670500000002, -39.082095000000045, -59.72460000000001, -87.97873499999992, -115.10440499999989, -131.65834499999994, -132.06648000000013, -119.11653000000004, -97.8761550000001, -73.15619999999988, -47.798595000000034, -23.922405000000015, -1.4443649999999963, 19.495125000000005, 37.93744499999999, 54.51536999999999, 68.43173999999996, 78.61191000000004, 86.10887999999981, 89.52820500000003, 89.32442999999995, 87.09011999999987, 83.67605999999988, 78.86014499999997, 73.4902350000001, 66.76176000000004, 61.56852000000001, 54.83185500000002, 48.50742000000001, 41.96711999999993, 36.472799999999985, 31.11264000000001, 27.128594999999958, 23.265840000000015, 19.12833, 14.872649999999995, 11.844104999999987, 9.498840000000001, 7.2376200000000015, 4.812989999999997, 2.940990000000001, 2.188680000000001, 2.262000000000001, 1.1286600000000007, 0.42510000000000003, -1.1645399999999988, -1.1772150000000043, -0.8971950000000013, -1.2386399999999984, -1.0268700000000006, -1.3139100000000017, -1.4800500000000034, -0.8384999999999994, -1.0765949999999975, -0.8312849999999998, -1.3195649999999985, -1.4790750000000026, -1.6711499999999955, -2.6264550000000013, -3.194880000000006, -3.1642649999999937, -3.6605400000000006, -3.74400000000001, -3.3586799999999983, -3.4355100000000083, -3.2972550000000047, -3.1558799999999967, -3.4711950000000003], [0.0, -0.010335000000001537, -0.9808500000000004, -2.891655000000002, -2.242695000000003, -3.130140000000001, -3.798405000000001, -4.692089999999994, -3.9904800000000042, -5.596110000000002, -5.753475000000002, -6.757530000000001, -7.027995000000004, -10.386675000000004, -12.695084999999946, -17.05352999999999, -20.432295000000007, -23.72330999999997, -26.403975, -28.28689500000005, -27.714959999999998, -25.844910000000013, -21.470474999999983, -17.667585000000017, -12.62800499999998, -6.393855000000009, -0.831285000000001, 4.025189999999992, 8.095425000000013, 11.86867500000001, 15.742155, 17.946045000000016, 19.661655, 21.99873, 21.116159999999976, 22.370205, 22.343684999999994, 20.615790000000022, 18.596759999999954, 17.163119999999978, 16.178955000000006, 15.370484999999995, 10.359960000000015, 10.238280000000008, 9.585614999999999, 8.399820000000004, 7.996365000000002, 6.74076, 5.088914999999999, 3.506099999999999, 0.9999599999999998, 1.1471849999999981, 0.7981349999999988, -0.9069450000000017, -1.0660650000000023, -2.199795000000002, -2.3671050000000005, -0.7612800000000004, -2.35209, -1.1058450000000017, -0.6261450000000006, -0.18310499999999996, -0.7265700000000003, -0.04075500000000054, -1.0687950000000006, 0.4806750000000001, -0.2831400000000005, 0.9781200000000013, 0.4917900000000003, 0.7355399999999989, 1.2905099999999945, 1.4057549999999983, -0.5089500000000015, -1.0011299999999999, -0.9044100000000004, -1.458600000000001, -0.291915, -0.26363999999999993, 0.6043049999999993, -0.23244000000000087, 0.5485349999999992, -1.1487450000000021], [0.0, -0.06746999999999959, -1.1175450000000011, -2.6032500000000005, -3.175185000000005, -3.662100000000003, -4.308719999999999, -5.6099550000000065, -6.167069999999995, -6.126120000000006, -7.3901100000000035, -8.353019999999992, -9.933884999999993, -11.890514999999994, -16.348799999999994, -23.217870000000033, -32.10596999999999, -43.38009000000007, -53.60569499999994, -60.87354, -62.90777999999997, -57.925529999999924, -48.525164999999944, -37.74146999999998, -26.08398000000002, -15.103919999999988, -4.503719999999996, 5.370105000000001, 14.35082999999999, 22.067175000000006, 29.41516499999998, 34.61757000000003, 38.90932500000001, 41.49619499999994, 41.249520000000004, 41.42560499999995, 40.191449999999996, 38.68702499999995, 35.775480000000044, 33.74669999999998, 30.69105000000001, 27.478814999999983, 23.217479999999984, 19.570784999999958, 16.968314999999997, 14.36175000000001, 12.096629999999989, 10.463115, 7.985250000000004, 5.675475000000004, 4.1020199999999996, 3.4899149999999954, 1.4915550000000006, -0.26422500000000093, -1.1001899999999978, -1.3185900000000024, -0.34125000000000005, -0.29971499999999807, -0.23107499999999892, 0.017744999999999234, -0.18486000000000014, -0.5795399999999971, -0.701804999999998, -0.9658350000000009, -0.7410000000000003, -0.6579299999999992, -0.21020999999999967, 0.12616500000000008, 0.10471499999999956, -0.06044999999999978, -0.41632499999999917, -0.9024600000000009, -1.5020850000000014, -2.165280000000003, -2.911349999999996, -3.570645000000001, -3.5404200000000023, -3.3957299999999955, -3.1974149999999963, -2.586284999999996, -2.2503000000000015, -2.4016200000000025], [0.0, 0.6380399999999982, -0.9102600000000001, -1.4207699999999999, -1.9564349999999984, -1.5387450000000042, -3.0225000000000026, -3.4805549999999927, -3.845010000000001, -3.7736400000000057, -4.587765, -5.315115000000003, -5.2371149999999975, -7.095075000000003, -9.543299999999997, -11.732370000000016, -15.658889999999989, -19.318649999999987, -23.21455499999999, -25.180935000000023, -25.92447, -24.537825000000016, -22.23604499999999, -17.741100000000014, -13.605344999999993, -8.94621, -3.5837100000000035, 0.5582849999999985, 4.075694999999997, 7.810529999999998, 10.930139999999993, 14.038049999999997, 16.890120000000003, 18.460649999999994, 18.71141999999999, 18.385184999999996, 17.93473499999999, 18.272669999999966, 17.59387500000001, 16.27781999999999, 14.897610000000006, 12.905294999999997, 9.753899999999998, 8.161139999999998, 7.171124999999994, 5.657535, 5.7183749999999955, 4.111574999999997, 2.926949999999998, 2.3930399999999974, 1.2725699999999978, 0.046604999999996344, -0.14585999999999832, -1.5247050000000033, -2.320110000000007, -2.0092799999999986, -1.882725000000003, -0.7308600000000027, -0.4266600000000018, -0.6152250000000019, -0.6873750000000025, -0.4204200000000031, -0.149759999999999, -0.251355000000002, -0.17043000000000352, 0.3898049999999979, 0.5243549999999988, 0.10139999999999771, -0.08248500000000136, 1.0843949999999956, 0.8072999999999984, -0.05031000000000174, -1.070940000000003, -1.7575349999999987, -2.322840000000002, -2.9540550000000056, -2.0982000000000003, -1.0239450000000028, -1.9860750000000003, -0.966030000000003, -0.7376850000000041, -1.8023850000000043], [0.0, 0.08852999999999978, -0.4100850000000025, -0.9274200000000035, -1.087710000000001, -1.260090000000005, -1.4504100000000049, -2.8830750000000025, -3.3481499999999977, -4.350645000000003, -4.572360000000007, -4.384575, -5.031780000000002, -5.279625000000008, -7.128225000000004, -10.051469999999998, -14.437410000000021, -19.390020000000032, -25.803960000000036, -29.84474999999995, -32.11591499999997, -31.81425000000003, -28.709849999999992, -23.19778500000001, -16.942574999999984, -10.623989999999981, -4.177875000000005, 1.8277349999999966, 7.307624999999997, 11.368890000000002, 15.426644999999999, 19.507800000000007, 22.543169999999982, 25.071539999999985, 25.823460000000033, 25.363454999999984, 25.290330000000047, 24.374609999999954, 24.19696499999997, 22.450739999999985, 20.831265000000002, 18.62679, 16.104660000000006, 13.152164999999986, 10.84453500000001, 9.201464999999994, 7.814234999999995, 6.95857499999999, 5.70258, 3.871529999999992, 3.361994999999998, 2.5114049999999972, 0.9359999999999975, -0.24024000000000423, -1.2158250000000017, -1.254825000000005, -0.7558200000000046, -0.46448999999999896, 0.9785099999999978, 1.2977249999999956, 1.871804999999997, 1.1021399999999981, 0.469559999999998, 0.6688499999999957, 0.4808699999999959, 0.44830499999999773, 0.8115899999999974, 0.6559799999999953, 1.0652849999999967, 1.1908649999999956, -0.12129000000000212, -1.0034700000000034, -2.0824049999999996, -2.8846350000000074, -3.4171800000000045, -3.3417150000000015, -2.9468399999999964, -2.103465, -1.885845000000007, -1.5718949999999994, -1.830855000000003, -1.3499850000000075], [0.0, -0.05342999999999974, -0.6160049999999999, -0.8258250000000007, -0.4871099999999995, -0.6068399999999989, -0.8006700000000007, -1.6163550000000009, -2.728635, -2.446664999999995, -2.424630000000004, -2.6344499999999993, -2.9610750000000015, -3.2126250000000005, -4.256654999999998, -5.9178599999999975, -7.575749999999998, -8.450909999999997, -9.770864999999999, -9.559289999999997, -9.727770000000005, -9.141015000000003, -7.8220350000000005, -6.402825000000009, -5.681324999999999, -3.441165000000001, -1.6288349999999985, -1.1766299999999987, 0.09301500000000065, 1.4400750000000015, 2.987985000000001, 4.446974999999999, 6.1620000000000035, 7.043400000000007, 6.724575000000007, 6.8610750000000005, 6.803160000000002, 6.547320000000005, 6.54108, 5.974799999999998, 5.498609999999996, 4.643924999999995, 3.743415000000007, 3.6529349999999985, 3.452279999999995, 2.9468400000000003, 3.5587500000000034, 2.940014999999997, 2.4472500000000017, 2.5117949999999998, 1.2948000000000028, 0.3970200000000008, 0.21723000000000017, -0.0813149999999998, -0.4299749999999999, -0.6830849999999992, -0.0627899999999991, 0.4362150000000009, 0.5467799999999998, 0.6076199999999987, 0.372255000000001, -0.6645599999999998, -0.11972999999999967, -0.4135950000000007, -0.5019299999999992, 0.15151500000000032, 0.3441750000000007, 0.640575, 0.7078500000000002, 0.610155, 0.10491000000000095, -0.6247800000000014, -0.8435699999999999, -0.4697549999999995, -1.0409099999999984, -1.03272, -0.97734, -0.21138, -0.3295500000000007, -0.1866149999999998, -0.8010600000000011, -0.5452199999999991], [0.0, -0.4050150000000001, -0.8248499999999996, -1.1208600000000009, -0.9956699999999983, -1.1001900000000022, -1.206660000000003, -2.463434999999998, -2.8661100000000035, -2.2980750000000065, -2.4090300000000022, -2.893215000000003, -2.7865500000000054, -3.85905, -4.745714999999997, -6.02394, -7.597979999999993, -9.392760000000004, -11.417640000000002, -13.64531999999999, -14.952015000000017, -14.330159999999998, -13.439984999999998, -11.222054999999997, -8.66697, -5.734365, -3.5039550000000004, -0.9055800000000005, 1.420965, 3.4559850000000005, 5.778239999999996, 8.068319999999998, 9.718800000000018, 10.559639999999995, 11.125529999999996, 10.999364999999989, 10.676055000000007, 10.993319999999994, 11.10681, 10.56237, 10.25037000000001, 8.744190000000005, 7.007325000000001, 6.1378200000000005, 5.571345000000002, 4.8408750000000005, 4.441125000000001, 4.042349999999997, 3.4924500000000007, 2.7834299999999983, 2.0779199999999993, 0.6007950000000007, -0.20494499999999904, -0.5185049999999993, -0.35294999999999765, 0.06727499999999753, 0.7094100000000005, 0.35860499999999984, 0.44791499999999873, 0.733199999999999, 1.0629449999999998, 1.2251849999999997, 1.242345, 0.37615500000000135, 0.39234000000000013, 0.4767749999999997, 0.5405399999999998, -0.018720000000001846, 0.1497599999999979, 0.3664049999999972, -0.6076199999999945, -0.7840949999999971, -2.8085850000000034, -2.7161549999999925, -3.7340550000000032, -3.5536799999999973, -2.904330000000005, -1.9720349999999987, -2.2620000000000045, -2.385630000000001, -2.089620000000002, -1.3287300000000055], [0.0, 1.0430549999999998, -0.38298000000000004, -0.05479500000000059, -0.9699299999999994, -1.7678700000000003, -1.0374000000000005, -1.3971750000000016, -1.3334099999999989, -2.5318799999999992, -1.6865550000000025, -1.11813, -0.9272249999999995, -1.5722849999999995, -2.9273399999999987, -3.6578099999999982, -4.0716, -5.460585000000002, -4.991415000000004, -6.890909999999993, -5.960760000000002, -4.347135000000002, -3.89025, -4.370339999999998, -3.6903749999999973, -3.1184399999999988, -1.6411199999999995, -1.4381249999999994, -1.3854750000000005, -0.8720399999999995, 0.37069499999999866, 1.9761299999999964, 1.5401099999999999, 3.455985, 4.244175, 3.17967, 4.180995000000003, 3.9530400000000014, 5.370885000000001, 3.78339, 2.352285, 2.654145000000003, 1.5490799999999987, 1.4993550000000018, 0.8090549999999997, 1.2721800000000014, 1.3224900000000002, 2.377634999999999, 2.3023649999999964, 1.4691300000000012, 1.3018200000000006, -0.63453, 0.16360500000000022, -0.851370000000001, -0.38063999999999987, 0.09652499999999992, -0.06376500000000013, -0.35295000000000104, 0.06942000000000031, 0.20572500000000027, 0.5159699999999987, 1.0102949999999984, 0.3979949999999992, 0.03042000000000067, -0.4945200000000003, 0.35782500000000084, 0.7433399999999996, 0.1979249999999998, 0.018720000000000625, -0.09750000000000025, -0.18993000000000038, -0.8675550000000012, -2.0028450000000015, -2.906864999999999, -2.410005, -1.9148999999999985, -0.7254000000000019, -1.6231800000000014, -2.1453900000000004, -1.6206449999999988, -1.2285000000000004, -1.0604099999999983], [0.0, 0.25018499999999877, -0.10510500000000222, -0.02496000000000098, 0.8827649999999989, 1.2517049999999978, 0.28996500000000336, -0.36367499999999997, 0.6713849999999999, 0.41027999999999964, 0.04231499999999844, 0.24803999999999993, 0.10763999999999918, -0.4724850000000025, -0.4024800000000006, -1.2261600000000001, -1.7158050000000014, -3.113759999999997, -4.464134999999992, -5.762445000000011, -6.324045, -5.787794999999998, -5.770049999999999, -5.338320000000013, -4.147845000000002, -3.1708950000000025, -1.9964100000000022, -0.9217649999999977, 0.947699999999999, 1.3016249999999987, 2.0919600000000003, 2.3905049999999997, 3.537105, 5.144880000000007, 5.467604999999998, 6.261449999999998, 6.538155, 6.515729999999995, 6.876675000000001, 6.531719999999999, 5.449859999999993, 5.2002599999999966, 4.188599999999997, 4.010955000000002, 3.3512699999999938, 3.0776850000000002, 3.1213650000000017, 3.896490000000003, 3.597554999999999, 2.9150550000000015, 1.8562049999999986, 1.6793399999999974, 0.58266, 0.9925500000000006, 0.3562649999999988, 0.39233999999999936, 1.1193, 0.8985599999999988, 2.071094999999998, 2.0240999999999985, 1.9560449999999991, 1.4769299999999996, 1.4952599999999991, 1.4379300000000002, 1.6173299999999988, 1.3445250000000013, 1.5506399999999987, 1.8850649999999995, 1.9002750000000002, 1.2649650000000003, 0.6202949999999995, -0.8143200000000015, -1.7949750000000027, -2.172884999999995, -3.1198050000000035, -2.4425700000000035, -2.256735000000001, -1.3261950000000042, -0.6955650000000018, -1.4451449999999992, -1.770599999999999, -0.9506250000000027], [0.0, 0.18310499999999902, -0.20436000000000015, -0.7657650000000017, -0.8199750000000012, -0.3985800000000006, 0.2250299999999988, 0.8195849999999985, -0.1778400000000005, -0.9363899999999996, -1.5155400000000006, -0.7969650000000015, -0.5255250000000015, -0.1928550000000009, -1.245855, -1.445535, -2.7670499999999985, -2.4088350000000016, -3.6632699999999985, -3.457934999999999, -2.494830000000003, -3.4717800000000016, -2.7596399999999983, -3.713190000000002, -3.18552, -2.3754900000000023, -0.9512100000000006, -1.4320800000000002, -0.46702500000000025, -0.24414000000000025, -0.7671300000000001, -0.40560000000000096, 0.3825899999999988, 0.6704099999999993, 0.954134999999998, 0.7296899999999986, 1.4738099999999987, 1.504815, 0.947505, 0.6758699999999997, 1.1111100000000007, 1.1976899999999981, 0.35821499999999956, -0.07410000000000083, -0.06259500000000062, 0.404429999999998, 0.9943049999999962, 2.161769999999998, 2.091764999999998, 1.5104699999999995, 0.2837249999999992, -0.05596499999999999, -0.22698000000000074, -0.03861000000000131, -0.08736000000000069, 0.46955999999999937, 0.38414999999999927, 0.13103999999999877, 0.4237349999999969, 0.20416500000000098, -0.3827850000000003, 0.013649999999999274, 1.0442249999999993, 0.010919999999999264, 0.18388499999999924, 0.9432150000000017, 1.5013049999999988, 1.2187499999999984, 0.08618999999999916, 0.06434999999999919, -1.1787750000000004, -1.964820000000003, -1.8355350000000028, -0.8851050000000027, -0.4393350000000013, -0.41125500000000126, -0.755235000000001, -1.467960000000001, -1.531140000000002, -2.306265000000002, -2.4127350000000036, -1.6606200000000009], [0.0, 0.8862749999999981, 0.9802650000000006, 1.2766650000000002, 1.4418300000000008, 1.0301850000000006, 1.510080000000001, 1.2760799999999974, 1.1653199999999988, 1.0672349999999973, 1.0526100000000005, 0.9198149999999976, 0.6725550000000027, 0.7084349999999997, 0.3757650000000008, -0.31043999999999716, -1.0344750000000027, -1.4562599999999981, -2.833739999999997, -2.966339999999998, -2.7311700000000014, -2.350140000000005, -2.0174700000000065, -1.6764150000000009, -1.215435000000006, -0.9800699999999982, -0.7425599999999983, -0.6466200000000004, -0.11738999999999944, -0.09906000000000281, 0.09282000000000012, 0.3841499999999993, 1.1676599999999995, 1.9499999999999993, 2.190045, 2.1221850000000004, 2.351309999999999, 3.271515000000001, 3.0513600000000007, 3.2432399999999992, 3.2235450000000005, 2.20389, 1.8493799999999994, 1.9587750000000002, 2.1487050000000005, 2.37705, 2.9696549999999973, 3.447210000000001, 4.056389999999998, 3.4938149999999983, 2.580824999999999, 2.184195, 1.7035199999999997, 1.5531749999999982, 1.5243149999999996, 0.8956350000000002, 1.3123500000000001, 1.9232849999999997, 1.9646249999999994, 1.8207150000000003, 1.2714000000000012, 0.7530899999999994, 1.8045299999999995, 1.9743749999999989, 2.1775649999999995, 2.3199149999999995, 2.00733, 1.333604999999999, 1.4449500000000008, 0.9061649999999977, 0.3410549999999981, -0.4122299999999983, -1.186380000000005, -1.506765000000002, -1.5629250000000012, -1.2985050000000018, -0.8615100000000004, -0.9748049999999973, -0.8412300000000021, -0.9122100000000053, -1.124565000000004, -0.8260199999999975], [0.0, 0.5842199999999991, 0.530205, 0.7720049999999972, 1.1701949999999988, 1.6241549999999996, 2.1436349999999997, 2.5117949999999976, 1.3398449999999986, 0.7185749999999991, 0.9925500000000012, 0.7105799999999987, 1.2940199999999995, 1.3862549999999993, 0.8572199999999988, -0.07449000000000261, -0.5140200000000021, -1.2690600000000019, -1.3029900000000012, -1.755000000000003, -0.8644350000000025, -1.0331100000000015, -1.0038600000000004, -1.5145650000000033, -1.3843050000000003, -0.5313750000000015, -1.2552150000000006, -0.8256299999999985, -1.223625000000002, -0.6518850000000018, -0.45629999999999926, -1.0968750000000038, 0.28333499999999745, 0.5888999999999989, 0.4180799999999987, 0.5598449999999995, 0.7850699999999993, 0.8615099999999989, 0.7638150000000006, 0.6518850000000018, 1.3277549999999994, 0.7788300000000001, 1.0958999999999997, 0.4810650000000001, 0.7175999999999989, 1.3293149999999985, 2.598569999999999, 2.76198, 2.8717649999999995, 1.8043349999999996, 1.0533900000000005, 0.7827300000000019, 0.17900999999999856, 0.9541349999999977, 1.3334099999999998, 1.3790400000000012, 1.9143149999999995, 1.3207349999999987, 1.0268699999999995, 1.0370099999999982, 0.8983649999999985, 1.3367249999999982, 2.0356049999999994, 2.0818199999999996, 1.9950449999999997, 2.1900449999999996, 1.7579249999999993, 1.957994999999999, 1.2294749999999985, 0.683669999999998, -0.0044850000000011825, -0.7417800000000034, -1.4166749999999966, -0.997619999999996, -0.6374550000000054, -0.6540299999999997, -0.3451500000000016, -0.22522500000000134, -0.9675900000000084, -0.7782449999999956, -1.1856000000000018, -0.8482500000000046], [0.0, 1.0598250000000007, 0.8480550000000013, 1.5804750000000014, 1.3884, 0.9594000000000014, 2.0083050000000027, 2.1781500000000005, 1.119105000000002, 0.3958500000000029, 0.938730000000003, 0.8396700000000017, 0.8620950000000009, 0.4340700000000015, 0.975000000000003, 0.9328800000000033, -0.34690499999999824, -0.09788999999999892, -1.4463149999999987, -1.091999999999999, -0.9412649999999967, -1.7154150000000012, -1.560389999999997, -0.35177999999999865, -1.0830300000000006, -0.5686199999999999, -1.2994799999999962, -1.4935049999999996, -2.2230000000000008, -3.2629350000000032, -2.9655599999999938, -2.8310099999999983, -2.3401949999999987, -2.493660000000001, -2.1646949999999983, -1.7520749999999963, -0.6431099999999976, -1.1984699999999975, -1.1758500000000003, -1.2431250000000016, -1.3915199999999983, -1.6056299999999977, -1.3061099999999988, -1.2727649999999995, -0.7567949999999992, 0.6031350000000026, 2.373930000000003, 2.7822600000000035, 2.11458, 0.8071050000000013, 0.7314450000000021, 0.8548800000000003, 0.16769999999999996, 0.25330500000000056, 0.8620950000000018, 1.699035000000002, 1.1124750000000012, 0.5473650000000009, 0.36777000000000215, 0.07936500000000257, -0.21469499999999564, 1.2435150000000021, 1.3191750000000015, 1.195545000000001, 2.376855000000001, 2.4772800000000004, 0.7117500000000022, -0.021059999999999857, 0.8461050000000021, 0.4147650000000016, -0.6064499999999979, -2.0525700000000002, -2.5383149999999963, -2.181075000000005, -2.1705450000000024, -1.7261399999999971, -1.9039799999999942, -1.77723, -1.9544849999999976, -2.4404249999999967, -2.383290000000005, -1.259309999999996], [0.0, -0.2718299999999996, 0.1390349999999999, 1.1033100000000011, 0.7934550000000002, 0.9088949999999992, 0.8556600000000005, 1.205879999999999, -0.429389999999999, -0.7661549999999999, -0.5787599999999988, 0.25583999999999973, 1.3226850000000017, 1.4954550000000004, 1.7353050000000005, 1.0882950000000007, 1.1508900000000004, 0.5452200000000007, -0.24959999999999974, -0.44440499999999933, -0.40813499999999986, -0.635505, -1.3802099999999997, -1.3835250000000003, -1.0645049999999985, -0.9849450000000013, -0.48730499999999893, -1.2088049999999995, -0.7164300000000002, -1.2035400000000007, -1.2591149999999995, -0.8028150000000001, -0.3905850000000001, -0.3459300000000015, -0.45142500000000113, -0.6193199999999986, -0.7287149999999999, -0.3279899999999992, -0.8979750000000001, -1.3265849999999988, -0.8260200000000001, 0.08053500000000031, -0.27416999999999947, 0.22269000000000017, 0.6883500000000012, 1.6077750000000037, 2.0168850000000007, 1.0687950000000008, 0.7349549999999987, 0.2967899999999994, -0.5877299999999999, -0.7320300000000006, -0.4672199999999983, 0.15736499999999923, 0.29659499999999933, 0.8821799999999969, 0.7807800000000011, 0.4680000000000016, 0.5756399999999995, 1.185794999999997, 0.9870899999999988, 1.1725349999999994, 1.498380000000002, 1.6846049999999981, 1.4991600000000007, 2.5449450000000007, 2.0519850000000006, 1.5561000000000018, 1.0923899999999998, -0.11797500000000008, -0.5477549999999997, -0.7380749999999999, -0.7632300000000001, -0.9781200000000007, -0.6637800000000021, -0.09067499999999934, -0.9742199999999994, -1.6567200000000017, -0.6856199999999998, 0.07644000000000083, -0.06981000000000016, 0.3299400000000001], [0.0, 0.49413000000000107, 0.9067499999999995, 1.3334100000000002, 1.3564200000000002, 1.3160549999999998, 2.0558850000000004, 1.588080000000001, 0.796575, 0.14468999999999754, 0.06727499999999775, 0.5030999999999992, 0.7926750000000031, 0.9732450000000001, 1.3653899999999997, 0.9915750000000019, 0.2985450000000007, 0.16223999999999528, 0.4276349999999989, 0.15931499999999943, -0.1811549999999973, -0.8137349999999968, -0.6222450000000008, -0.5651100000000016, -0.21450000000000102, -0.1468349999999985, -0.21781499999999987, -0.14078999999999597, -0.921375000000002, -0.7805849999999981, -0.46234499999999734, -0.22132500000000332, -0.1138799999999991, 0.08697000000000044, 0.5134349999999985, 0.1068599999999984, 0.4360199999999985, 0.920985000000001, 0.6725549999999993, 0.6310200000000024, 0.8940750000000002, 0.729105000000001, 0.20338500000000126, 0.6357000000000004, 1.66413, 1.6366349999999998, 1.7432999999999996, 2.0925450000000003, 2.44842, 2.1869250000000005, 1.9854900000000009, 1.9170450000000006, 2.1711300000000016, 1.7719650000000002, 1.9876349999999985, 1.1222250000000027, 1.9966050000000002, 1.4199900000000008, 1.6822649999999997, 1.3923000000000005, 1.026090000000002, 2.230410000000001, 1.9790550000000007, 2.4283349999999992, 1.9152900000000006, 2.347605, 1.8796050000000004, 1.0459800000000001, 0.9568650000000003, 0.8574150000000005, 1.0375949999999992, -0.30166499999999363, -0.36698999999999904, -0.25622999999999685, -0.5777849999999982, -0.1056900000000005, 0.8831549999999968, 0.42549000000000414, 0.16048500000000532, 0.63687, -0.11017500000000213, 0.7372950000000009], [0.0, 0.1004249999999971, 0.864824999999998, 1.7899049999999987, 1.8661499999999975, 1.8450899999999983, 1.6925999999999988, 1.5403049999999985, 1.4759549999999988, 1.3671449999999985, 0.963689999999997, 1.6335149999999996, 2.4560249999999986, 2.9893499999999973, 2.293394999999998, 2.891655, 3.240119999999999, 2.7030899999999978, 2.3733449999999987, 2.3669099999999985, 2.075189999999998, 1.5746249999999984, 1.4080949999999985, 0.8041799999999972, 1.2004199999999987, 2.140319999999999, 0.9340499999999993, -0.0273000000000021, -0.47716500000000206, -1.149524999999997, -1.102335, -1.0836149999999978, -0.8901750000000002, -1.2517050000000016, -1.624155000000001, -1.3349699999999975, -1.7323800000000031, -1.976325000000005, -2.3142599999999987, -1.8409950000000035, -1.7195099999999974, -1.6342950000000003, -1.4340300000000066, -1.0173149999999973, -0.733005000000003, -0.1253850000000034, -0.33130500000000174, 0.709605, 0.32721, -0.10354500000000377, -0.857025000000001, -0.05148000000000197, 0.22892999999999852, 0.3455399999999986, 0.5752499999999978, 0.9751949999999988, 0.35860499999999806, 0.9911849999999985, 1.3575899999999994, 1.1118899999999976, 1.2868049999999984, 0.9239099999999977, 1.729259999999999, 2.1422699999999963, 2.5170600000000016, 1.6151849999999988, 1.3897649999999993, 1.5180749999999978, 1.098044999999999, 1.1413349999999987, 0.656174999999998, 0.18427500000000108, 0.6304349999999965, -0.05187000000000097, -0.41378999999999877, -0.5231850000000007, -0.6474000000000002, -0.2119649999999944, -0.5850000000000013, -0.36367500000000197, -0.8948549999999975, -0.48710999999999816], [0.0, 0.5506800000000007, 0.06084000000000128, 0.2993250000000024, 0.3270149999999996, 1.0190700000000015, -0.17296499999999942, 0.602745000000001, 0.2597400000000011, 0.7842900000000014, 1.024920000000001, 1.6879199999999996, 2.0094749999999966, 2.109119999999999, 1.7165850000000007, 0.9408750000000015, 1.1795550000000012, 1.0052250000000005, 1.3334100000000004, 1.460745000000002, 0.37049999999999983, 0.7020000000000005, 1.133730000000001, 0.9757800000000008, 0.8443500000000004, 0.15366000000000204, 0.32038500000000036, 0.006630000000001329, -1.3022099999999985, -1.370655, -1.9289399999999945, -1.5984149999999966, -1.3222949999999987, -1.886819999999998, -3.0371249999999996, -2.6245049999999996, -2.052179999999999, -2.060955000000002, -1.3039649999999998, -1.656135000000001, -2.3288849999999983, -2.1137999999999995, -2.2185150000000022, -1.6298099999999998, -1.3708499999999992, -0.4886699999999998, -0.27436499999999986, 0.47619000000000045, -0.275924999999999, -0.9925499999999994, -0.49198499999999934, -0.004874999999999269, 0.25213500000000055, 0.6171750000000008, 0.7312500000000026, 0.6698250000000008, 1.0017150000000004, 0.4502550000000013, -0.30029999999999846, -0.1663349999999994, 0.11193000000000122, -0.2809949999999983, -0.30946499999999866, 0.3459300000000015, 0.1468350000000008, 0.5836349999999996, 0.21703500000000162, -0.23146499999999867, -0.4656599999999983, 0.16126500000000196, -0.28001999999999905, -0.6828899999999986, -1.0455899999999991, -0.9406799999999946, -1.565069999999998, -0.8628750000000012, -0.48086999999999913, 0.2057250000000004, -0.700244999999998, -0.7136999999999996, -1.255214999999999, -0.7735650000000003], [0.0, 0.17705999999999777, 1.1105250000000004, 1.087125000000001, 2.0094750000000006, 1.2160200000000017, 1.7986800000000003, 2.385044999999999, 2.124330000000001, 1.6454099999999998, 2.059980000000001, 2.725905000000001, 3.6790650000000005, 2.9489850000000017, 2.6225550000000006, 3.0761250000000016, 3.3731099999999996, 3.3015450000000026, 2.594280000000001, 2.929485000000001, 2.7738750000000016, 2.04828, 0.8445450000000012, 0.455715000000001, 0.6813299999999987, 0.5873400000000006, 0.3833700000000029, 0.5105099999999996, 0.20650499999999816, -0.0961349999999972, -0.5812950000000008, -0.9931349999999997, -0.4894500000000006, -0.990404999999996, -0.6516900000000048, -1.000350000000001, -1.3607100000000059, -0.6214650000000006, -1.037985000000003, -1.8121350000000018, -1.8267600000000024, -1.227135000000004, -0.3907799999999968, -1.1072100000000034, 0.8388899999999997, 0.9794850000000002, 0.18914999999999949, 0.4625400000000004, 0.7827300000000004, 1.1627850000000004, 0.7499700000000014, 0.9814349999999994, 1.0434450000000015, 2.4950250000000005, 1.7031299999999974, 0.40326000000000084, 0.7302749999999996, 0.546585000000001, 1.365779999999999, 1.6305900000000004, 1.19535, 1.1035050000000002, 1.949415, 1.8185699999999994, 1.6301999999999994, 2.163915000000001, 2.061345, 1.9597500000000008, 1.502670000000001, 1.6748550000000009, 0.9527700000000017, 0.26968500000000506, 0.8398650000000003, 0.7408050000000004, 0.15346500000000196, 0.31902000000000097, -0.12148500000000251, -0.24550499999999964, -0.8223149999999988, -0.8072999999999975, -0.8057399999999992, -0.7347600000000036], [0.0, 0.8004750000000023, 0.9724650000000024, 1.6011450000000014, 2.1875100000000005, 2.615145000000001, 2.6728650000000016, 2.485080000000001, 2.2210499999999986, 3.071055000000003, 2.9386499999999987, 4.310084999999997, 4.601805, 4.800900000000003, 4.049955000000002, 4.5787949999999995, 4.213365, 4.138874999999997, 4.59849, 3.9787799999999987, 4.423185, 3.3949500000000015, 2.606955, 1.795755, 2.3127000000000004, 2.0198100000000014, 1.2536549999999997, 0.3547050000000005, -0.6493500000000023, -1.0190699999999917, -1.3246350000000016, -1.383135000000002, -1.9242599999999976, -2.8772250000000006, -2.3630100000000023, -3.7623300000000026, -3.7326899999999994, -3.5569950000000072, -3.6340199999999974, -4.212584999999999, -4.944224999999989, -4.0675049999999935, -3.4444799999999955, -3.616274999999996, -2.263559999999997, -1.797705000000001, -2.077920000000003, -2.1836099999999994, -1.8117449999999993, -1.578135, 0.16126500000000155, 0.6202950000000012, 1.2195300000000004, 1.3160550000000004, 1.4295450000000012, 0.3652350000000011, 0.7214999999999994, 0.6413550000000006, 0.8654100000000009, 0.8197800000000002, 0.9734400000000019, 1.1058449999999995, 0.5458049999999992, 1.4114100000000003, 1.3960050000000006, 1.2948, 1.058265000000001, 1.2710099999999995, 1.2832950000000007, 1.1194950000000001, 0.43875000000000264, -0.33266999999999713, -0.7355399999999923, -0.055379999999996876, 0.4617599999999993, 0.707070000000001, 0.26948999999999823, 1.0516350000000028, -0.5912400000000053, -0.16457999999999773, 0.08950499999999617, 0.44323499999999805], [0.0, -0.19792500000000013, 1.3078649999999992, 1.3575899999999996, 2.1034649999999995, 2.321474999999997, 2.1820499999999985, 3.354194999999998, 2.738189999999998, 2.8413449999999987, 4.192109999999999, 4.5807449999999985, 5.001165000000003, 4.695794999999997, 4.292925000000002, 5.539949999999999, 4.22526, 5.066880000000001, 4.116840000000001, 4.261139999999997, 4.704180000000005, 2.847584999999997, 2.8598699999999986, 1.486679999999999, 2.8197, 1.8326100000000003, 1.165514999999999, -0.16672500000000046, -1.3612950000000017, -1.0882950000000038, -1.6155750000000018, -2.6609700000000016, -2.385824999999996, -3.4319999999999986, -3.0938700000000017, -4.681170000000005, -4.343625000000001, -4.196010000000004, -4.198545000000015, -4.0273350000000026, -4.6996949999999975, -4.99668, -5.321745000000003, -4.766970000000004, -4.384575000000003, -3.071640000000005, -2.7352649999999983, -2.092934999999999, -1.0506599999999986, -0.16887000000000074, -0.08346000000000031, 1.2665249999999992, 1.3495949999999997, 1.5104699999999986, 1.6097249999999983, 0.7187699999999986, 0.8195850000000009, -0.3588000000000011, -0.2687100000000002, -1.071914999999999, -0.14644500000000038, 0.1380599999999994, -0.34729499999999924, 0.2915249999999998, 0.637845, -0.31882499999999947, -0.006630000000000136, 0.6140549999999996, 0.05050499999999958, 0.9710999999999991, 1.2780299999999993, -0.6936150000000023, -0.13240499999999966, -0.36796499999999965, 0.9960599999999986, 1.0282350000000005, 1.4500199999999999, 1.064699999999999, 0.45864000000000016, -0.038025000000000864, 0.22444500000000178, -0.7349550000000029], [0.0, 0.45493499999999926, 0.4617600000000001, 0.8338199999999995, 1.4779049999999982, 0.901095, 1.5321149999999986, 1.9675500000000026, 2.4993150000000046, 2.980184999999997, 3.0919200000000044, 3.2054099999999988, 3.619395000000008, 4.2714750000000015, 3.7814399999999972, 3.3818850000000014, 3.0379049999999994, 3.0115799999999995, 3.4292699999999963, 3.9360749999999953, 3.949139999999998, 3.4846499999999994, 3.0956249999999956, 2.3823149999999975, 2.626260000000003, 1.8369000000000004, 1.7934150000000004, 1.3183949999999987, 0.02554499999999925, -0.5103150000000007, -0.7528950000000005, -1.4911649999999983, -1.8027749999999991, -2.690610000000003, -3.9288600000000056, -4.011540000000004, -4.476809999999999, -3.952455000000003, -3.688814999999999, -3.0004649999999957, -3.812834999999999, -4.160519999999992, -4.577040000000001, -3.745169999999999, -3.5638200000000033, -2.7986400000000016, -2.144804999999999, -0.9042149999999998, -0.5853899999999996, 1.005419999999999, 0.98436, 1.2909000000000002, 1.008344999999999, 2.0003100000000025, 1.5169049999999993, 1.0609949999999997, 0.6651450000000027, 0.4919849999999999, 0.46332000000000173, 0.4629300000000007, -0.06240000000000023, 0.18973500000000043, -0.10101000000000085, -0.15814499999999998, -0.1636050000000006, -0.07488, -0.19051500000000032, 0.48048, 0.4717050000000003, 0.25954500000000014, 0.6977099999999999, 1.3770900000000001, 0.8833500000000007, 1.5336749999999992, 1.9388850000000006, 1.8507449999999994, 2.0262450000000007, 1.9782749999999996, 1.1688300000000003, 0.7384650000000004, 0.9215699999999994, 0.81627], [0.0, -0.05771999999999988, 0.08794499999999938, 0.0717600000000006, 0.8925149999999998, 2.0915700000000013, 1.2370799999999988, 1.7403750000000002, 1.7723550000000046, 1.8928650000000014, 2.578875, 2.6652599999999995, 3.0887999999999973, 3.3346950000000017, 2.189850000000001, 2.075774999999998, 1.362855000000001, 1.550835000000002, 2.9269499999999984, 1.59783, 1.0028849999999991, -0.09320999999999902, -0.39545999999999953, -0.27494999999999975, -0.7528949999999985, -0.30478500000000003, -0.9876750000000009, -1.7085899999999992, -1.6532100000000023, -2.3201099999999957, -2.5049700000000024, -2.994809999999997, -3.05565, -3.309149999999998, -3.4975199999999975, -4.254509999999999, -3.9965250000000023, -4.278690000000002, -3.5903400000000008, -4.174755, -3.9976950000000007, -4.007445, -3.5363249999999984, -4.229745000000001, -3.842280000000001, -3.461445000000002, -2.264925, -1.341795, -0.07683000000000006, -0.5226000000000012, -0.160095, 1.0032749999999981, 0.45045000000000057, 0.7425600000000007, 1.4646450000000004, 0.4785299999999978, -0.2819700000000006, -0.14273999999999898, 0.04036500000000176, -0.4997850000000002, -1.3172249999999999, -0.5307900000000005, -0.4890599999999989, -0.49510499999999846, 0.5007600000000006, 0.45318000000000047, 0.814709999999997, -0.06961499999999621, -0.15521999999999814, 0.19811999999999974, -0.3835649999999994, -0.2234699999999991, 0.15892499999999998, 0.24882000000000015, 0.6883500000000004, 0.3346200000000005, 0.6173699999999999, 0.11504999999999976, -1.2345449999999984, -0.9480899999999999, -1.4069250000000009, -1.678169999999998], [0.0, 0.13474500000000017, 0.09184500000000101, 0.5842200000000005, 0.598844999999999, 1.0079549999999973, 1.0996050000000053, 1.2799799999999983, 1.7226299999999974, 2.1180899999999956, 2.037554999999998, 1.7690400000000004, 2.3189400000000004, 2.4525149999999996, 1.9870499999999995, 1.7388150000000024, 1.71054, 2.1093150000000023, 2.371199999999998, 2.5977899999999954, 2.2698000000000014, 1.1877450000000005, 0.6257550000000004, 0.7786350000000004, 0.5906549999999995, -0.1503450000000009, -0.7113599999999998, -1.5791100000000005, -1.6017299999999985, -1.952535000000002, -1.6300049999999993, -1.8780449999999975, -2.4252149999999992, -3.3027150000000014, -3.056234999999999, -4.070429999999999, -3.52131, -3.3220199999999993, -3.281850000000001, -3.034785000000002, -3.3222149999999995, -3.7371750000000006, -3.827850000000001, -3.5129250000000027, -3.2120400000000022, -2.1457800000000002, -2.02644, -1.325415, -1.360320000000002, -0.8365499999999998, -0.08248499999999973, 1.4227200000000013, 0.8607300000000008, 1.0420799999999968, 0.5731050000000012, -0.055379999999999735, -0.4360199999999995, -0.5177249999999999, -0.21001500000000092, -0.1760849999999994, -0.710189999999999, -0.5935800000000002, -0.9244949999999993, -0.5081699999999998, -0.6206849999999999, -0.24472500000000003, 0.7503600000000021, 0.05850000000000094, 0.25389000000000067, 0.5758349999999999, 0.35645999999999967, 0.01560000000000028, -0.05635499999999988, 0.4449900000000012, 0.82953, 0.6370650000000003, 0.5081700000000008, 0.48925500000000033, 0.4215900000000008, -0.12674999999999936, 0.2804099999999996, 0.1458600000000002], [0.0, 0.2020199999999981, 0.6772349999999991, 1.1692199999999993, 0.6598799999999991, 0.6401849999999993, 1.324245, 1.4913599999999985, 1.9070999999999976, 1.9577999999999989, 2.4049350000000005, 2.6443949999999994, 2.2891049999999993, 2.3719799999999998, 3.125264999999999, 2.3134799999999998, 2.2483499999999994, 1.9082699999999997, 2.2138349999999996, 2.4285299999999994, 1.896179999999999, 1.4890199999999987, 0.5438550000000004, -0.09067500000000384, -0.058499999999999996, -0.0510900000000023, -0.4229550000000024, -0.3519750000000006, -0.6606599999999994, -0.701415000000001, -0.8878350000000028, -0.7813650000000012, -1.4274000000000016, -2.616704999999998, -2.799419999999998, -3.1244850000000044, -3.3058350000000063, -3.1728449999999997, -2.867085000000002, -2.5480649999999967, -3.1262400000000063, -3.1658250000000043, -3.6929099999999977, -3.8298000000000068, -3.4392150000000097, -2.737995000000004, -2.3819250000000025, -1.3133250000000005, -0.4722899999999999, -0.2521350000000029, -0.424515000000002, -0.2299050000000018, 0.22678500000000001, 0.7107749999999986, 0.6760649999999995, 0.7934549999999988, -0.3872699999999998, -0.03061500000000006, -0.8726250000000013, -0.6686550000000022, -0.29659500000000194, -0.5397599999999982, 0.0019499999999976758, -0.29991000000000057, -0.01774500000000212, 0.0033149999999986246, 0.691859999999999, 1.1444549999999998, 0.4405049999999999, 0.5781749999999994, 0.32642999999999667, 0.7265700000000023, 0.08170499999999903, 0.06474000000000069, 0.3168750000000031, 0.7454849999999991, 0.9987899999999985, 1.0508549999999994, 0.4781399999999989, -0.16770000000000107, 0.0015599999999988956, -0.3311100000000007], [0.0, 0.4445999999999989, 0.9104549999999997, 1.728285000000001, 1.4307150000000002, 2.1473400000000016, 2.5053599999999987, 4.072965000000002, 4.541939999999997, 5.337344999999996, 5.662605000000002, 6.068010000000007, 6.013409999999996, 6.723209999999994, 6.1384049999999934, 7.324784999999992, 7.706010000000006, 8.191365000000005, 8.515454999999983, 8.541585000000001, 6.664515000000004, 5.962124999999997, 5.569005, 4.569824999999997, 3.628170000000001, 2.0151300000000005, 1.4892149999999997, -1.0840050000000006, -3.079830000000009, -4.7285549999999965, -4.410704999999998, -4.884165000000002, -6.1007700000000025, -6.654179999999995, -7.356375000000002, -8.031270000000005, -8.807954999999996, -8.557770000000003, -8.560695000000004, -7.576920000000005, -7.8376349999999935, -7.459335000000001, -6.835724999999994, -8.109075000000008, -7.4105850000000135, -8.261369999999998, -6.111300000000007, -5.431140000000004, -4.327634999999995, -2.8329600000000017, -3.3087600000000066, -3.0870449999999945, -2.149485000000003, -1.0140000000000022, -1.355445000000003, -1.5925649999999998, -1.9837349999999978, -2.5480649999999985, -2.9310450000000037, -2.112045000000002, -1.2786150000000036, -1.277444999999999, -1.3226849999999988, -0.16633499999999946, 0.0011699999999993382, 0.4430399999999991, 0.7150650000000003, 0.934634999999999, 1.3599299999999992, 1.0411049999999993, 1.4020500000000011, 1.500915, 0.9496499999999994, 1.5219749999999996, 1.14192, 1.2752999999999997, 1.8620550000000002, 1.850744999999999, 0.7782449999999987, 0.5797350000000001, 0.02749499999999938, -1.0048349999999964], [0.0, 0.34573500000000024, 1.01868, 0.6337500000000007, 1.206075000000003, 1.4119950000000023, 1.4361749999999973, 1.903785000000004, 1.6955249999999986, 1.1417249999999988, 1.9659900000000046, 2.0190300000000034, 2.745795000000004, 2.3555999999999986, 3.0386850000000027, 3.9423149999999993, 2.5985700000000023, 2.2811100000000013, 3.293355000000004, 2.708550000000004, 1.6557449999999991, -0.087359999999999, -0.3476850000000003, -0.541709999999999, -0.6007950000000014, -0.5584800000000002, -0.9599850000000005, -0.8936849999999997, -1.7733299999999987, -2.27604, -1.5477149999999997, -2.3953800000000003, -2.356184999999999, -3.655470000000001, -3.934709999999998, -3.9733200000000015, -3.820635000000001, -4.445415000000003, -4.411484999999997, -4.153500000000001, -4.624229999999997, -4.3960799999999995, -4.734990000000003, -4.302870000000004, -3.9079949999999983, -3.3826650000000016, -1.7446649999999981, -1.4244749999999997, -0.7495799999999999, -0.9781200000000001, -1.4049749999999999, -0.8851050000000003, 0.1593150000000002, -0.23750999999999972, -0.85488, -1.2370799999999997, -0.8948549999999998, -0.7996949999999994, -1.6130399999999994, -1.426229999999998, -0.9765600000000019, -1.2435149999999986, -0.800474999999999, -0.11758499999999938, -0.0676649999999992, 0.7246199999999985, 0.7948200000000001, 0.9905999999999997, 0.6817199999999992, 0.7866300000000019, 0.7712250000000007, 0.3765450000000006, -1.295190000000001, -0.9640799999999994, -0.8778900000000001, 0.14391000000000054, -0.04719000000000029, 0.031005000000000393, -0.5327399999999998, -1.608555000000002, -1.8669299999999995, -2.1611849999999984], [0.0, 0.1844699999999988, 1.0504649999999995, 1.0943399999999992, 1.4498249999999993, 1.4997449999999992, 1.823054999999999, 2.4304799999999975, 2.4415949999999995, 2.7641249999999973, 3.0868499999999948, 3.6437699999999977, 4.021094999999999, 4.525949999999998, 4.859010000000001, 5.015984999999997, 4.820205, 4.617405, 4.014464999999999, 4.505865, 3.7401, 2.501069999999998, 2.1477299999999993, 1.0284299999999993, 1.3337999999999988, 1.194569999999999, -0.0019500000000014506, -1.1384100000000061, -2.076555000000003, -2.8138499999999977, -2.3263499999999957, -2.213444999999999, -2.7547650000000017, -3.4150350000000014, -4.313595000000009, -4.25607, -4.4411249999999995, -4.458870000000003, -4.255680000000002, -3.7736399999999994, -4.0907100000000005, -4.3890600000000015, -4.352985, -3.7438049999999956, -3.740294999999998, -3.0921150000000006, -2.5511849999999994, -1.5143699999999982, -0.5142149999999983, -0.357629999999999, -0.3104399999999987, -0.38766000000000345, 0.031004999999999283, 0.49451999999999807, 0.5448299999999993, -0.4547399999999997, -0.5149950000000003, -0.27612000000000103, -0.28157999999999994, 0.20552999999999733, 0.16262999999999783, 0.6481799999999959, 0.47638499999999984, 0.7587449999999976, 1.8078449999999993, 1.222649999999999, 1.6301999999999985, 1.7029349999999994, 1.6165499999999988, 1.500134999999999, 1.0765949999999989, 1.2612599999999998, 1.2029550000000002, 1.276274999999999, 1.2082199999999985, 0.8213399999999997, 1.0510499999999998, 1.1444549999999984, 1.0490999999999984, 0.42685500000000176, -0.9291750000000034, -0.669825000000003], [0.0, 0.5475599999999992, 1.0787399999999994, 0.7357349999999993, 1.1830649999999996, 1.057679999999999, 1.564679999999998, 1.9663799999999978, 1.8850649999999984, 2.0707050000000002, 2.2540049999999985, 2.1760050000000004, 2.9181749999999993, 3.298229999999998, 2.493465000000001, 3.2849700000000017, 2.562885, 2.4351599999999998, 1.930305, 1.9743749999999998, 0.8371349999999982, 0.17705999999999955, -0.019694999999997354, -0.15580500000000108, -0.044460000000001054, -0.01462500000000011, -0.95472, -0.9892349999999999, -0.9664199999999972, -1.1228100000000052, -1.3006500000000014, -1.678364999999998, -2.407080000000005, -2.6937300000000044, -3.2481150000000047, -3.526575000000001, -3.3216299999999945, -3.086459999999998, -3.073005, -2.7986400000000025, -2.7264900000000027, -2.9862299999999955, -3.2412899999999985, -2.9727750000000084, -2.815410000000001, -2.6305500000000013, -1.8425550000000017, -0.9983999999999988, -0.8373300000000006, -0.4274399999999998, -0.14157000000000086, -0.26597999999999966, 0.21917999999999793, -0.30030000000000245, -0.8486400000000018, -0.901680000000002, -1.0802999999999945, -1.370264999999998, -1.3431600000000015, -0.6655349999999993, -0.14488500000000104, -0.21177000000000223, 0.48964499999999844, 0.6423299999999982, 0.9675899999999993, 1.7522699999999996, 1.4745899999999996, 1.0561199999999986, 0.42646500000000065, 0.9213749999999985, 0.5288399999999978, -0.04426499999999933, 0.007799999999997809, -0.37011000000000194, -0.49062000000000183, -0.539760000000002, -0.5931900000000001, -0.6955650000000044, -1.0762050000000016, -1.3033799999999998, -1.668615000000004, -1.7869799999999985], [0.0, 0.44479500000000227, 1.0826400000000018, 1.5553200000000018, 1.4270100000000019, 1.972230000000001, 2.365350000000001, 2.3563800000000024, 2.911545000000001, 2.970435000000002, 4.008810000000001, 3.6494250000000026, 4.500015000000003, 4.843800000000001, 4.634370000000003, 5.176275000000002, 4.379115000000001, 4.815525, 5.031975, 4.603365000000004, 3.666195, 3.268200000000002, 1.8934500000000019, 1.1653200000000017, 1.0873200000000023, 0.0748800000000005, -0.3972149999999959, -0.8702849999999984, -1.7684549999999988, -2.24796, -2.678130000000005, -2.875860000000002, -2.826329999999996, -3.0367349999999966, -3.7196249999999855, -3.927495000000003, -3.946214999999995, -3.8062049999999914, -3.3491250000000017, -3.219254999999995, -2.788304999999994, -3.1966350000000014, -2.6202149999999946, -1.8840900000000012, -1.7848349999999982, -2.087475000000003, -1.593734999999999, -0.7757099999999932, -0.2589599999999972, -0.4812599999999978, -0.5744699999999969, -0.17257500000000103, -0.9055800000000034, -0.51909, -0.00019499999999816886, -0.3656249999999963, -0.7415849999999977, -0.3472949999999957, -0.2480399999999976, 0.37440000000000095, -0.019110000000000182, 0.2195700000000016, -0.440309999999996, 0.5467800000000029, 0.08326500000000325, 0.1770600000000011, 1.3300950000000022, 1.2918750000000014, 1.5621450000000006, 1.3575900000000016, 1.421940000000002, 1.4857050000000016, 0.793260000000001, 0.9952800000000005, 0.6522750000000019, 0.5598450000000037, 1.0929750000000005, 0.768495000000001, 0.20553000000000243, -0.008579999999999366, -0.21566999999999825, -0.09515999999999925], [0.0, 0.1472250000000002, 0.8359650000000002, 0.8316749999999998, -0.1380599999999996, 0.029835000000000746, 0.2899650000000005, 0.6216600000000007, 0.5553599999999995, 0.3660150000000003, -0.07039500000000001, -0.10744500000000085, 0.28645499999999946, 0.6791849999999997, 0.8121750000000004, 0.9962550000000002, 0.10062000000000013, 0.23302499999999995, -0.5672549999999997, -0.20981999999999953, -0.788385, -1.2788099999999993, -0.8410349999999985, -1.2109500000000015, -0.28957500000000036, 0.09360000000000007, -0.7236449999999995, -0.954915, -0.856245000000001, -1.255019999999998, -1.5321150000000008, -0.5848049999999997, -0.3474900000000003, -1.1610299999999998, -1.0122450000000007, -0.8558550000000008, -1.3517400000000002, -0.09750000000000003, -0.3166800000000013, -0.09243000000000043, -0.5339100000000001, -0.8455200000000002, -1.0048350000000001, -0.53742, -0.8646300000000007, -0.6622199999999994, 0.21839999999999998, 0.05713500000000003, 1.3844999999999978, 1.5094950000000005, 0.9048000000000004, 0.40774500000000014, 0.7733700000000004, 1.5434250000000014, 0.7595250000000004, 0.5633550000000005, -0.09964500000000026, 0.5075849999999997, -0.6682649999999986, 0.126945, 0.1758900000000007, 0.3215549999999998, 0.568815, 0.35490000000000055, 1.2846600000000015, 1.6407299999999996, 0.6704100000000006, 1.1204700000000003, 0.2490149999999996, -0.04387500000000047, -0.14820000000000116, -0.547755, -1.1534249999999997, -1.063530000000001, -0.951990000000001, -0.8765250000000013, -0.07468500000000058, -0.9594000000000003, -1.1434799999999994, -0.7136999999999996, -1.4426099999999975, -1.301040000000001], [0.0, -0.31453499999999845, 0.6319950000000008, 0.46234499999999945, 0.6887399999999996, 1.0992149999999996, 1.4389049999999997, 1.4371499999999997, 1.4036099999999998, 1.8257850000000002, 2.3478, 1.8692699999999998, 2.3938200000000003, 2.439839999999999, 3.041609999999999, 3.219450000000002, 2.56581, 2.9489849999999995, 3.456569999999996, 3.0304949999999984, 2.1416850000000003, 1.0559249999999993, 0.37517999999999896, -0.021449999999999747, 0.3463199999999992, -0.5922150000000019, -0.7704449999999998, -0.9135750000000011, -0.9929399999999982, -1.2480000000000029, -1.7793750000000026, -1.7951699999999966, -1.8807749999999972, -2.13759, -3.2849700000000044, -2.8912649999999993, -3.6061350000000094, -3.3885149999999933, -3.745170000000003, -3.385784999999999, -3.411914999999994, -3.727035000000004, -3.424004999999988, -2.963805000000002, -2.8354950000000003, -2.3353200000000007, -1.6317599999999999, -0.9521849999999961, -0.793260000000003, -0.9529649999999981, -0.06844499999999987, -0.13493999999999717, -0.7396350000000003, -0.6132750000000016, -0.5853900000000012, -0.8363550000000051, -1.3731899999999957, -0.6226350000000016, -0.8287499999999994, -0.3582149999999962, -0.06805500000000086, -0.14371500000000004, 0.35060999999999953, -0.14488500000000237, -0.32584499999999883, 0.06785999999999914, 0.6115199999999993, 0.619904999999999, -0.13903499999999935, 0.04329000000000138, 0.40755000000000063, 0.2414099999999998, -0.4574700000000027, -0.4627350000000008, -0.2244449999999989, -0.5734950000000016, -0.5407349999999993, -1.1957399999999994, -1.8788250000000009, -1.6274700000000006, -2.093324999999997, -1.769040000000004], [0.0, -0.019889999999999533, 0.5362500000000008, -0.36172499999999985, 0.8646300000000008, 1.0802999999999996, 0.2687100000000004, 0.7271549999999999, 0.8127599999999996, 0.6468150000000005, 0.07059000000000022, 0.06415500000000045, 0.5857800000000007, 1.4279849999999996, 1.9125600000000016, 1.3154699999999988, 0.8131499999999992, 0.6663150000000014, 0.8747700000000006, 0.32857500000000023, -0.024569999999999495, -1.2448800000000015, -0.8420099999999987, -1.5120299999999987, -0.539955, -0.9385349999999997, -0.49627499999999913, -0.6015749999999999, -0.28918499999999936, -0.10783499999999875, -0.1655549999999994, -0.5561399999999992, -0.5748599999999993, -0.651494999999999, -1.479854999999999, -1.3449149999999983, -0.5629649999999999, -0.8357699999999991, -0.8308949999999995, -0.7214999999999994, -0.8897849999999986, -0.8420099999999996, -0.4551299999999985, -1.1518649999999993, -1.2768599999999979, -0.9085050000000016, -0.7152599999999999, -0.14273999999999987, 0.1639950000000003, 0.9792900000000007, 0.40053000000000033, 0.34437000000000073, 0.1924650000000001, 0.18330000000000055, 0.41866500000000123, -0.02807999999999994, -0.3566549999999997, -0.20630999999999933, -0.5766150000000008, -0.32038499999999953, -0.6809399999999995, 0.3447600000000006, 0.06844500000000014, 0.3295500000000008, 0.7322250000000007, 0.4317299999999996, 0.33423000000000025, 0.8000849999999994, -0.4362149999999999, -0.38278499999999954, -0.2271749999999998, -0.19792499999999996, -0.514799999999999, -0.45863999999999905, -0.22171499999999955, -0.9878700000000005, -0.5908499999999995, -0.5697899999999999, -0.6413549999999992, -0.88686, -1.5652649999999984, -1.680315], [0.0, 0.627510000000001, 0.5996250000000001, 0.8182200000000008, 1.5457650000000007, 1.7442750000000002, 2.017470000000001, 2.908035, 3.346980000000001, 3.1835699999999973, 2.3945999999999987, 2.614950000000001, 2.9298749999999996, 3.443505000000004, 3.312270000000003, 3.573764999999999, 3.0236699999999996, 3.5181900000000006, 3.6158850000000013, 3.177330000000001, 1.970670000000001, 1.6953300000000022, 1.7078100000000036, 1.1434799999999987, -0.13864499999999974, 0.119730000000001, -0.01579499999999978, 1.2610650000000008, 0.1597050000000012, 0.6513000000000011, -0.24374999999999863, -0.5949450000000003, -1.3423799999999997, -1.3714349999999986, -1.944734999999999, -2.416050000000001, -1.6957199999999972, -1.5414750000000004, -1.1251499999999977, -1.1401650000000034, -1.2737399999999994, -1.475369999999998, -0.8968050000000021, -0.5807099999999992, -1.3525200000000002, -1.165125000000001, -1.336725000000001, -0.20123999999999925, -0.3034200000000024, -0.17394000000000126, -0.019305000000000017, -0.16906500000000063, 0.4157400000000004, -0.3303300000000003, -0.336959999999999, -0.28275, -0.32818499999999945, -0.8650199999999981, -0.9459450000000005, -1.1495249999999972, -0.17608500000000032, 0.16516500000000045, 0.2650050000000005, 0.014235000000000497, -0.2630549999999993, 0.4258800000000001, 1.0089300000000008, 0.4543499999999997, 0.9775349999999998, 1.2932400000000004, 1.5912000000000015, 0.9911850000000009, 1.2335699999999974, 0.8221199999999993, 0.8357700000000002, 0.8193900000000005, 0.8741850000000011, 0.5292300000000005, -0.7181849999999999, -1.2064649999999988, -0.9945000000000004, -1.8279299999999978], [0.0, 0.5013450000000012, 0.5732999999999994, -0.1727700000000008, -0.21060000000000034, -0.08677499999999982, -0.6624150000000003, -0.4038450000000004, -0.45980999999999994, -0.38454, -0.8203650000000002, -0.38493, 0.12246000000000035, 0.06532499999999908, 0.03471000000000024, -0.20553000000000055, -0.7074600000000003, -0.8925149999999998, -0.6943950000000003, -0.6503250000000007, -0.8273850000000001, -0.8704800000000001, -0.7942350000000002, -0.016964999999997232, -0.2761200000000005, -0.07956000000000019, 0.29054999999999775, 0.2681249999999994, -0.9182550000000016, -0.9693450000000001, -0.1398150000000008, -0.27572999999999875, -0.2519400000000003, -0.7148699999999996, -1.1315850000000007, -1.7433000000000005, -1.55961, -0.9884550000000001, -0.5756400000000005, -0.9894300000000005, -1.6752450000000016, -1.8595200000000003, -1.9207500000000022, -1.85913, -1.5163200000000001, -1.5660450000000004, -1.4667899999999987, -1.3735800000000011, -0.5288400000000002, -0.5516550000000002, -1.0732800000000005, -0.4469400000000002, -0.4502550000000002, -0.7585500000000008, -0.42665999999999993, -0.2613000000000005, -0.6823049999999996, -0.7002449999999998, -1.1054549999999992, -1.1614200000000003, -1.1060400000000006, -0.7733700000000004, -0.36075000000000024, -0.4009200000000024, -0.1725750000000003, -0.2568149999999999, -0.0791700000000003, 0.08599500000000027, -0.6130800000000002, -0.8798400000000003, -1.2778349999999996, -1.0136100000000001, -1.6974749999999998, -2.20428, -1.5079350000000007, -0.9090899999999997, -1.1577150000000003, -0.7692750000000002, -1.0440300000000005, -2.1672300000000013, -1.8786300000000007, -2.512770000000001], [0.0, -0.13572000000000517, 0.257204999999995, 0.4835999999999989, 0.6035250000000019, 0.691079999999997, 0.6612449999999954, 1.2534599999999967, 1.404389999999997, 1.0494899999999963, 0.5436599999999949, 0.38180999999999776, 0.8657999999999952, 1.1263199999999955, 1.146599999999995, 0.7109699999999959, 0.6682649999999963, 0.2977649999999943, 0.5436599999999976, 0.14566499999999594, -0.33345000000000247, 0.2638349999999967, -0.41379000000000565, -0.3336450000000031, 0.028079999999993444, 0.29659499999999506, 0.13415999999999495, 0.9554999999999962, 0.7885799999999966, 0.6099599999999976, 0.26578499999999594, 0.21898499999999643, -0.07663500000000179, -0.07956000000000563, -0.15463500000000185, -0.6004050000000063, -0.050310000000005406, 0.1222649999999974, 0.3599699999999968, -0.27144000000000323, -0.6372600000000042, 0.1324049999999961, 0.3905849999999953, -0.15951000000000426, 0.19187999999999827, 0.28157999999999506, -0.14878500000000594, -0.3942900000000009, 0.21254999999999402, 0.580319999999996, 0.8030099999999947, 0.444989999999998, 0.5621849999999939, 0.13260000000000027, -0.6573450000000036, -0.4383600000000045, -0.4274400000000076, -0.8897850000000063, -1.436955000000003, -0.9516000000000042, -0.2453100000000039, -0.2558400000000032, -0.2248350000000039, -0.06669000000000325, 0.06883499999999598, -0.19110000000000227, 0.04153499999999921, 0.4457699999999958, 0.17374499999999538, 0.527474999999995, 0.4034549999999941, 0.1086149999999948, -0.07156500000000476, -0.6936150000000054, -0.7827300000000033, 0.3771299999999955, -0.15678000000000347, -0.818805, -0.24082500000000318, -0.08541000000000554, -0.17803500000000194, -0.5742750000000016], [0.0, 0.34261500000000233, 0.04758000000000173, -0.7267649999999981, -0.7495799999999981, -0.9367799999999975, -2.291640000000001, -2.413514999999995, -2.318354999999997, -3.118635000000003, -2.9797949999999984, -3.713189999999993, -4.546424999999997, -5.888610000000001, -5.453175, -6.081464999999992, -7.271159999999996, -7.659015000000001, -7.4099999999999975, -6.648914999999984, -6.021599999999986, -5.548139999999993, -4.340115000000003, -4.650554999999995, -4.0780350000000025, -2.7309750000000026, -1.879799999999996, -2.1748350000000007, -1.9599450000000003, -0.25525499999999646, 1.2310350000000034, 2.1149700000000045, 1.9061250000000027, 2.546115000000002, 2.151630000000004, 2.5665900000000033, 3.9427050000000032, 3.4536450000000034, 3.298620000000004, 4.159545000000003, 3.5168250000000016, 3.322995000000005, 3.601845000000001, 3.0771000000000024, 3.897855000000005, 3.806790000000002, 3.106350000000005, 4.169685000000003, 3.716895000000006, 3.4721700000000038, 3.5096100000000003, 3.426930000000003, 2.5182300000000026, 1.9141200000000036, 2.166060000000004, 2.1894600000000026, 2.183610000000003, 1.2788100000000018, 0.8854950000000046, 1.9995300000000027, 1.520415000000003, 0.8771100000000045, 0.8390850000000027, 1.0299900000000046, 0.9863100000000051, -0.15834000000000215, 0.2523300000000035, -1.071524999999998, -0.6713849999999946, -0.18934499999999677, -0.36269999999999625, -0.2560349999999918, -0.7688849999999952, -1.0151699999999941, -0.18563999999999803, 0.39916500000000354, 0.4933500000000013, 1.4383200000000018, 1.166880000000003, 2.733120000000005, 1.5642900000000028, 1.7975100000000028], [0.0, 0.8383050000000019, 0.8123700000000031, 0.7739550000000031, 0.9321000000000027, 1.0762050000000007, 1.0531950000000023, 0.8677500000000027, 0.46643999999999775, 0.05128500000000202, -0.02632499999999749, 0.7127250000000029, 0.4075499999999994, 0.861900000000001, 1.4640600000000028, 1.6149900000000021, 1.4001000000000021, 1.7614350000000025, 2.168595000000003, 0.8971950000000024, -0.21020999999999912, -0.37517999999999896, 0.0003900000000003345, 0.24940500000000254, 0.5855850000000016, 0.4744350000000035, 0.6366750000000003, 0.7632300000000023, -0.010334999999999539, 0.6136650000000028, 0.8841300000000034, 0.2605200000000032, 0.26013000000000064, 0.37011000000000394, 0.004290000000001903, 0.39234000000000213, 0.562965000000001, 0.6528600000000013, 0.279435000000003, 0.5151900000000038, -0.31901999999999964, 0.48730500000000143, 0.881205000000004, 1.2322050000000027, 1.1740950000000012, 0.8408400000000034, 0.8357700000000039, 0.08697000000000443, 0.5149950000000054, 0.6253649999999984, 0.4393350000000047, 0.34749000000000296, -0.4574700000000025, -0.5458049999999961, -0.7831200000000038, -1.282709999999999, -1.4619150000000016, -2.1034649999999933, -1.984319999999999, -2.4454949999999998, -1.3121549999999962, -0.7819499999999984, -0.7021949999999997, -1.5639000000000003, -1.5137849999999955, -1.6709549999999984, -1.1770199999999993, -1.1666849999999962, -0.49022999999999683, -0.8439599999999992, -0.6795749999999963, -0.542099999999996, -0.5578949999999954, -0.2657849999999988, -0.4980299999999982, -0.7271550000000002, -0.34631999999999685, -0.21196500000000063, 0.009555000000001979, -0.804959999999999, -0.6415499999999978, -0.4742399999999991], [0.0, -0.09223500000000046, 0.5333250000000005, 0.4096949999999999, -0.20748000000000077, 0.016769999999999508, -0.9765600000000012, -0.8026199999999998, -1.0668450000000012, -0.7332000000000007, -0.8652149999999997, -0.5506800000000011, -0.4424550000000002, -0.3149250000000005, -0.4584450000000009, -0.2262000000000005, -0.7215000000000006, -0.2835300000000008, -0.2127450000000008, -0.5625750000000004, -1.1951550000000006, -1.3380900000000011, -1.6617900000000008, -1.3045500000000003, -1.2977250000000011, -0.9629100000000005, -0.9026550000000004, -0.7269600000000009, -1.013415000000001, -0.5955300000000008, -0.28255500000000056, -1.0340850000000006, -0.9629100000000003, -0.7526999999999999, -0.5703750000000006, -0.1665300000000008, -0.21859500000000048, 0.8240699999999985, 1.3534949999999986, 0.8780850000000002, 0.29191500000000103, 0.33695999999999904, -0.24141000000000057, -0.2109900000000008, 0.0723450000000001, -0.8558549999999996, -0.8739900000000025, -1.3248299999999982, -1.2667200000000007, -0.9028500000000007, -1.065090000000001, -0.8825700000000007, -1.3556400000000006, -0.7382700000000004, -1.2261600000000012, -1.4874600000000004, -0.8076900000000005, -1.304355000000001, -1.5537600000000003, -1.0803000000000016, -0.6979050000000007, -0.6661200000000006, -0.4660500000000004, -0.6787950000000013, -0.9239100000000005, -1.1191050000000016, -1.7160000000000013, -1.348815000000001, -1.1805300000000005, -1.1793600000000009, -1.6107000000000007, -1.0099050000000014, -1.3696800000000007, -1.2589200000000003, -1.138020000000001, -0.89778, -1.3139100000000012, -1.3737750000000009, -1.2374699999999996, -1.2951900000000012, -1.225965, -1.2480000000000002], [0.0, -0.2811899999999985, -0.41886000000000023, -0.3400800000000024, -0.08384999999999976, 0.019305000000001904, 0.14897999999999567, 0.20767499999999828, -0.4602000000000035, -1.053974999999999, -0.11582999999999921, -0.34670999999999963, 0.15404999999999824, 0.6663149999999999, 1.0299899999999997, 1.4533349999999996, 1.3359449999999995, 1.9476599999999995, 1.3105949999999993, 1.2600899999999997, 0.7948199999999994, 0.2624699999999993, 0.30107999999999935, -0.076245000000001, -0.08931000000000044, 0.3192149999999996, 0.9042149999999995, 0.8589749999999999, 0.4093049999999996, 0.15639000000000025, 0.10607999999999951, 0.14917500000000072, -0.09282000000000123, 0.04387500000000011, 0.01930500000000035, 0.1152449999999996, 0.07604999999999906, 0.4315349999999981, 1.03779, 1.1214449999999991, 0.45863999999999927, 1.0161449999999994, 1.2823199999999995, 1.4328599999999996, 1.5254849999999995, 1.2647699999999993, 0.6390149999999997, 0.20377500000000004, -0.42646499999999943, -0.3110249999999988, 0.11797499999999861, -0.38356500000000193, -0.45337499999999986, -1.248975000000002, -0.5910450000000003, -1.1479650000000046, -0.8074950000000047, -1.5278250000000018, -1.7614349999999992, -1.833975000000001, -1.3601249999999983, -1.2636000000000025, -1.662180000000001, -1.959555000000003, -2.2569299999999988, -2.1217950000000014, -1.945124999999999, -2.0982000000000043, -1.5531750000000004, -1.8265649999999996, -1.5091049999999995, -1.6005600000000015, -1.9283550000000025, -1.441635000000002, -1.8064800000000019, -1.3490099999999985, -1.0065900000000028, -1.5621449999999966, -1.2417599999999975, -0.5015400000000008, -0.7523100000000031, -0.6444749999999997], [0.0, -0.22717499999999524, -1.0808850000000003, -0.8819850000000029, -0.2591550000000018, -0.7265699999999955, -1.3774799999999998, -1.2885599999999955, 0.39994500000000166, -0.43406999999999685, 0.5931900000000028, 1.329120000000003, 1.553370000000002, 2.2469850000000027, 2.736240000000002, 3.8972700000000033, 4.405050000000001, 3.6979800000000056, 3.719040000000003, 2.4148800000000032, 1.7823000000000033, 0.40579500000000257, 0.0384150000000022, -0.236729999999999, -0.18271499999999663, -0.015794999999995785, 0.7575750000000021, 1.2735450000000026, 0.7023900000000024, 1.1477700000000017, -0.18641999999999603, -0.6470099999999985, -0.7679099999999948, -0.32720999999999867, -0.6440849999999982, -0.47540999999999656, -0.2837249999999987, -0.30341999999999825, 0.8780850000000022, 0.13942500000000213, -0.20260499999999704, -0.17276999999999765, -1.016534999999998, 0.0990600000000017, -1.148744999999995, -1.7826900000000014, -2.315039999999992, -2.1516299999999933, -1.1668799999999955, -1.3936649999999955, -1.8961799999999966, -2.3302500000000013, -1.6760249999999997, -1.3472549999999974, -1.078739999999998, -0.6427199999999973, -0.9545249999999972, -1.6136249999999985, -1.435784999999997, -1.8351449999999918, -0.8714549999999981, -0.8476649999999981, -1.1448449999999997, -1.6163550000000027, -1.5438150000000022, -2.1847799999999986, -1.1185199999999944, -2.1982349999999986, -2.1726900000000007, -3.195464999999997, -2.6734499999999954, -2.105804999999999, -2.4273599999999966, -1.1711699999999987, -1.593734999999997, -0.45005999999999813, -1.5570750000000002, -3.243044999999996, -1.7838599999999976, -2.9489849999999973, -2.4958049999999976, -1.9975799999999966], [0.0, -0.00019500000000172157, -0.7265700000000013, 0.2349750000000006, 0.25525499999999934, 1.2419550000000008, 1.6333199999999968, 1.4137499999999976, 1.9849049999999981, 1.9238699999999969, 2.5131599999999974, 2.6771549999999995, 3.4062599999999987, 2.852459999999999, 3.561869999999998, 4.390814999999996, 3.3871499999999983, 3.53769, 3.1500299999999983, 2.662724999999997, 2.758664999999998, 1.6192799999999983, 0.949649999999995, 1.2903149999999965, 2.0554949999999983, 1.9162649999999979, 2.597594999999998, 2.1358349999999975, 2.2469849999999987, 2.146949999999999, 2.1412949999999977, 1.6594499999999983, 2.103659999999999, 1.6729049999999988, 2.082014999999999, 1.6573049999999976, 2.0161049999999983, 2.722979999999997, 2.8579199999999965, 2.689244999999998, 2.92656, 3.5232599999999987, 4.0478099999999975, 3.884789999999998, 3.7662299999999953, 3.4969349999999957, 2.939624999999996, 2.6960699999999966, 2.101319999999997, 1.8567899999999984, 1.2497549999999977, 0.9363899999999986, 0.24764999999999704, 0.1871999999999996, 0.48515999999999937, 0.5738849999999984, 0.44303999999999855, 0.29327999999999954, 0.1598999999999995, -0.23439000000000143, -0.7425600000000017, -0.537030000000003, -0.8739900000000029, -1.1487450000000006, -0.5734950000000019, -1.0241400000000034, -1.1721449999999984, -0.6491550000000033, -0.5592600000000025, -0.8219250000000009, -0.4447950000000025, -1.229085000000002, -1.3164450000000063, -0.41145000000000276, -0.016965000000002117, -0.6477900000000056, -0.4013100000000003, 0.16379999999999728, 0.2254199999999953, -0.21391500000000208, 0.41788499999999695, 0.1870049999999983], [0.0, -4.354154999999977, -12.251265000000025, -25.014795000000028, -25.13842499999997, -23.53669500000001, -28.58797499999998, -31.514924999999963, -36.30042000000001, -43.666349999999966, -56.639894999999996, -60.77214000000001, -62.73481499999998, -65.82302999999999, -70.60598999999998, -74.84801999999998, -75.806445, -73.55477999999997, -75.94801499999997, -80.47903499999997, -75.56951999999998, -66.85984499999999, -63.392939999999996, -60.62432999999997, -58.69909499999997, -58.58443499999998, -61.19684999999998, -65.88094499999998, -68.55263999999998, -62.698154999999986, -52.256685, -52.45383000000001, -63.93562499999998, -66.33100499999999, -69.43286999999998, -73.04992499999999, -68.45006999999998, -67.53220499999998, -70.21013999999998, -77.73772499999997, -80.09137499999997, -84.93185999999997, -83.92682999999997, -86.33137499999998, -80.51432999999999, -74.058855, -77.71822499999995, -77.34967500000002, -78.88783499999998, -77.53804499999997, -69.37573499999999, -69.46913999999998, -70.337475, -67.69269, -64.93168499999999, -63.053250000000006, -67.449525, -74.24000999999998, -74.05359, -69.76456499999995, -64.47401999999997, -61.30019999999999, -60.845849999999984, -57.64862999999998, -61.824165, -68.77415999999998, -71.93510999999995, -80.30548499999998, -80.41331999999997, -76.29141000000004, -66.55661999999998, -67.54449, -61.88013, -58.408739999999995, -65.58220499999999, -76.97371499999997, -70.15944, -66.62798999999998, -76.90702499999999, -80.07538499999998, -80.402205, -79.88057999999998], [0.0, -0.5674499999999978, -0.6569549999999968, -0.03432000000000679, -0.2652000000000099, 0.986895000000001, 0.6573449999999963, 2.1393449999999983, 2.3772449999999976, 2.3596949999999954, 3.1281899999999987, 2.2846199999999994, 3.262349999999998, 4.1815799999999985, 4.927065000000001, 5.558084999999995, 5.165549999999998, 5.2219050000000005, 4.138094999999996, 3.421859999999998, 3.534764999999998, 2.2926149999999987, 2.939429999999998, 2.384459999999999, 1.7436899999999969, 3.6804299999999976, 4.046054999999996, 3.8467649999999973, 3.1933199999999977, 2.492294999999999, 2.140514999999998, 1.4837549999999995, 1.9230899999999984, 2.218514999999997, 3.026984999999997, 3.855344999999999, 3.4631999999999983, 3.813809999999997, 3.798599999999998, 3.502199999999998, 3.6069149999999985, 3.0228899999999976, 2.3803649999999967, 1.8602999999999992, 3.0548699999999975, 3.5844899999999984, 2.056859999999995, 2.1726899999999967, 3.5162399999999976, 1.8579599999999974, 1.5040349999999991, 0.914939999999997, 0.9190349999999969, 1.8253949999999965, 1.346669999999997, 1.6820699999999984, 0.9404849999999945, 1.1524499999999986, 0.8891999999999967, 0.6245849999999997, 0.788969999999996, 0.8402549999999991, 1.0882949999999951, 0.9319049999999915, 0.5970899999999966, -0.5582850000000037, -1.2517050000000007, -0.061815000000000175, -0.5836350000000032, -0.9059699999999968, -0.7903350000000011, -0.7450950000000032, -0.5520449999999992, -0.19246500000000655, 0.6060600000000016, -0.43543500000000046, -0.7950150000000034, -0.4927650000000017, -0.5380050000000005, -0.9192300000000002, -0.7768799999999971, -0.21840000000000082], [0.0, -0.5491200000000007, -0.840449999999997, -0.579930000000004, 0.02456999999999976, 0.7306650000000077, 0.601575, 0.896415000000002, 0.9131850000000044, 1.9722300000000021, 2.022930000000003, 2.801175000000002, 3.1324800000000024, 2.5761450000000026, 2.8910700000000014, 4.109235000000001, 3.836430000000005, 2.767050000000001, 2.7450150000000026, 1.0516350000000023, 1.6413150000000027, 1.7331600000000023, 1.2060750000000005, 1.3536900000000014, 1.4420250000000017, 2.516475000000002, 2.2198800000000025, 2.1198450000000033, 2.198235000000002, 1.0140000000000018, 0.6606600000000018, 0.8156850000000011, 1.075620000000002, 1.4469000000000034, 2.4458850000000023, 2.581215000000003, 3.294525000000001, 3.274050000000002, 3.3220200000000024, 2.398890000000002, 1.2183600000000008, 0.9712950000000025, 0.41827500000000173, 0.1363050000000019, 0.7058999999999997, 0.5337150000000013, 0.5245500000000018, 1.0173149999999997, 0.6610500000000004, 0.8632650000000037, 0.608204999999999, -0.5444399999999971, 0.32428500000000104, 0.366795000000006, 0.2072850000000006, 0.9283950000000023, 0.6801600000000039, 1.5945150000000023, 0.8720400000000041, 1.6487250000000038, 1.5210000000000015, 2.3676900000000023, 1.7754750000000032, 1.8558150000000002, 1.1370450000000005, 0.23556000000000132, 0.14195999999999964, -0.191684999999997, -0.5680350000000005, -0.3307199999999981, 0.16887000000000318, -0.20572500000000193, -0.5633549999999965, 0.07293000000000127, 0.5957250000000052, 0.5179200000000019, 0.02242500000000014, -0.394485, 0.14254500000000236, 0.6292650000000033, -0.43504499999999613, 0.16146000000000127], [0.0, -0.48905999999999894, -0.7448999999999888, 0.020670000000003963, 0.5719350000000025, 1.2013950000000044, 2.121795000000003, 2.8337400000000033, 3.630705000000002, 4.000035000000004, 4.057950000000005, 3.0131400000000026, 2.9267550000000027, 2.7976650000000043, 4.1496, 3.878745000000002, 3.5638200000000033, 2.8080000000000016, 3.5903400000000025, 2.1050250000000035, 2.0517900000000036, 2.165280000000003, 3.1328700000000014, 3.2568899999999994, 3.284385000000003, 2.848755000000005, 3.344250000000002, 2.930070000000004, 2.1779550000000034, 1.5683850000000028, 1.0537800000000048, 1.5291900000000027, 1.078740000000004, 1.178190000000003, 1.3201500000000026, 2.7134250000000035, 3.1849350000000034, 4.102800000000004, 3.7865100000000025, 3.328845000000004, 3.1617300000000057, 2.9938350000000025, 2.8957500000000014, 3.380910000000002, 3.4479900000000026, 2.496000000000004, 2.403765000000004, 2.9300700000000033, 2.313870000000004, 2.4657750000000025, 1.2240150000000032, 0.6548100000000023, 0.2273700000000023, 1.1454300000000033, 1.1481600000000036, 2.260830000000002, 1.9355700000000033, 1.4149200000000028, 1.1144250000000016, 1.058265000000003, 0.7437300000000031, 0.8026200000000028, 1.0863450000000034, -0.05537999999999732, 0.09282000000000146, 0.4344600000000043, -0.7279349999999978, 0.1261650000000012, -0.7129199999999964, -1.171559999999999, -1.4979899999999957, -1.5676049999999964, -1.961895000000001, -1.4223299999999934, -1.4039999999999981, -1.7364749999999924, -0.9502349999999957, -1.4792699999999948, -1.0645049999999987, -1.0853699999999962, 0.4128150000000037, 0.5465850000000028], [0.0, -0.5263049999999989, -0.3252600000000019, -0.3769350000000009, -0.3773250000000017, 0.1460549999999996, 0.06006, 0.3550949999999996, 0.6175649999999997, 0.6690449999999999, 1.0545600000000002, 0.8960250000000003, 2.1303750000000004, 2.0397, 3.130530000000001, 2.433015000000001, 2.3095799999999995, 1.8195450000000006, 1.5927599999999993, 1.5988049999999991, 1.1150099999999992, 1.5931499999999987, 1.9164600000000025, 1.7263350000000015, 1.715610000000001, 1.9521450000000038, 1.9291350000000014, 1.9765200000000003, 1.492140000000002, 0.9767549999999998, 0.6483750000000005, 1.187355, 1.3735800000000002, 1.2347399999999995, 1.5642899999999997, 2.263559999999999, 2.1272549999999986, 1.7807400000000002, 1.9866599999999992, 2.301585, 0.7731749999999986, -0.14040000000000008, -0.944774999999997, -0.16497000000000184, -0.24335999999999913, -0.1363049999999988, -0.05850000000000022, -0.04387499999999811, 0.5233799999999995, -0.05225999999999842, -0.4052099999999994, -0.5401499999999995, 0.1811549999999993, 0.4328999999999993, 0.70356, 1.3312649999999993, 1.5601950000000002, 1.3222950000000004, 1.46718, 2.124915000000001, 2.1245249999999993, 1.4186250000000002, 1.4420249999999994, 1.0280400000000003, 1.2678900000000006, 1.43871, 0.6708000000000001, 0.1400100000000004, 0.06415499999999974, -0.1891500000000017, -0.015599999999999614, -0.16321499999999967, 0.06805499999999864, 0.1259699999999997, 0.4896450000000001, 1.5157350000000016, 0.2965949999999997, 0.6382349999999994, 0.47424000000000033, 0.053625000000000034, -0.2244449999999989, 0.4779450000000003], [0.0, -0.7170149999999973, -0.43699500000000113, -0.7922850000000015, -0.3303299999999991, -0.22990499999999692, -0.07000499999999765, 0.505245000000001, 1.0352549999999998, 1.2224550000000007, 1.6963050000000006, 2.1132150000000003, 2.2405500000000016, 2.569515000000001, 2.744040000000002, 2.017079999999999, 2.1691799999999977, 1.7121000000000008, 1.6325399999999992, 1.2659400000000007, 0.8936849999999993, 1.1971050000000012, 1.529774999999999, 1.4143350000000006, 2.1278400000000017, 2.3540400000000004, 2.463044999999999, 2.112435, 2.4882000000000017, 1.857180000000001, 1.5165150000000007, 0.9941100000000007, 1.2437099999999999, 1.3991250000000006, 1.9636500000000003, 2.2337250000000006, 2.5209600000000005, 1.9412249999999989, 2.0354100000000006, 1.5650700000000013, 0.8117850000000005, 0.48555000000000026, 0.5881200000000015, 1.0621650000000002, 1.5254850000000013, 0.7702500000000019, 0.7653750000000005, 0.9030449999999994, 0.8357700000000008, 1.4420250000000014, 0.17530499999999916, -0.3874649999999995, -0.31765500000000046, 0.003315000000001067, 0.9311250000000006, 1.8427500000000003, 1.53972, 2.0005050000000013, 1.0580700000000005, 1.1863800000000002, 1.0143900000000001, 1.7064450000000004, 1.0214100000000002, 1.0537800000000008, 1.2121199999999996, 0.8377199999999998, 0.10549500000000123, -0.4912049999999988, -0.5339099999999988, 0.5286450000000011, -0.4422599999999992, -0.63843, -0.5354699999999999, -0.6132749999999996, -0.08950499999999972, 0.1534650000000004, -0.4804800000000016, -0.7591350000000001, -0.8578050000000017, -0.8517599999999992, -0.8815950000000004, -0.10549499999999967], [0.0, -0.991965000000004, -1.1561550000000076, -1.064699999999997, -1.0485149999999983, -1.157715000000001, -0.9299550000000028, -1.2752999999999965, -0.35567999999999866, -0.1715999999999993, 0.26831999999999945, 0.85761, 0.9553049999999987, 0.8260200000000006, 1.3330200000000003, 1.5229499999999998, 1.7538299999999998, 1.083225, 1.3663649999999996, 1.3063050000000003, 1.7312099999999995, 0.8981700000000008, 0.8661900000000002, 0.6959549999999999, 0.73281, 1.0816650000000003, 0.4572750000000003, 0.8962199999999989, 0.8316750000000002, 0.5253300000000021, 0.6456449999999996, 0.17550000000000088, 0.758355000000003, 0.45025500000000096, 1.6110900000000008, 2.2935900000000005, 1.4114099999999974, 1.6021200000000009, 0.692249999999998, 1.397759999999999, 0.358020000000002, -0.2887949999999977, -0.727545000000001, -0.7714200000000009, -1.1990550000000022, -0.7343699999999984, -0.5783700000000014, -0.5378100000000008, -1.009515, -1.1816999999999922, -1.541475000000006, -1.3482299999999992, -1.7750850000000011, -1.4176500000000027, -1.0290150000000007, 0.06630000000000003, 0.1753050000000016, -0.6103499999999982, -0.6236100000000038, -1.5131999999999972, -0.71292, -0.8704800000000028, 0.008970000000001921, 0.926445, 0.193635, 0.05947500000000128, -0.22522499999999646, -0.5186999999999995, -0.6996600000000011, 0.0212550000000018, -0.8880299999999988, -1.2831000000000032, -1.329510000000003, -1.55532, -1.3954200000000005, -0.6173699999999989, -1.0089299999999986, -0.5469749999999971, -0.8652149999999934, -1.1524500000000009, -0.5746649999999978, -0.2281500000000003], [0.0, -0.4274400000000047, -1.450215000000009, -0.6126900000000024, -1.3113750000000008, -0.8429850000000036, -0.33657000000000226, -0.2053349999999985, 0.697904999999996, 1.6442399999999977, 1.5976349999999986, 1.742324999999998, 2.5441649999999982, 2.0240999999999985, 2.988959999999998, 3.9764400000000006, 3.760964999999999, 3.634604999999998, 2.147340000000001, 2.516279999999997, 2.6738399999999993, 2.783624999999997, 2.816774999999999, 2.502434999999999, 2.132129999999995, 2.1136049999999975, 0.861314999999998, 0.37225499999999623, -0.08872499999999972, 0.0407550000000001, -0.6355050000000029, -1.2704250000000008, -0.8174399999999986, -1.7499300000000022, -1.2029550000000007, -0.27709500000000364, 0.09554999999999692, -0.505830000000004, -1.042079999999999, -0.636090000000002, -1.0999950000000016, -1.2101699999999997, -0.6392099999999985, -1.5022800000000043, -0.9046050000000019, -1.44144, -1.1637600000000035, -1.1380199999999974, -1.3334100000000033, -1.613624999999999, -1.098825000000005, -1.361100000000003, -1.687920000000008, -0.8977800000000014, -0.46702499999999736, -0.19246500000000344, 0.4486949999999983, 0.19304999999999817, -0.3287700000000031, -0.46546500000000135, -1.1196900000000012, -0.46975500000000503, -0.8402550000000026, -0.8193900000000025, -0.3084900000000004, -0.8583899999999969, -0.7794150000000024, -1.4500200000000043, -1.1345099999999975, -0.45981000000000094, -0.6111299999999966, -0.6587100000000055, -2.028974999999999, -1.0674300000000003, -2.0342399999999996, -0.8948550000000024, -1.0888800000000045, -0.8753550000000057, -0.9705150000000025, -0.2425800000000038, -0.7082400000000009, -0.7263749999999978], [0.0, -0.3350100000000004, -0.3100500000000002, -1.0966799999999999, -1.0623599999999997, -1.148159999999999, -0.7390499999999998, -0.46390499999999885, 0.018915000000000008, 0.3291599999999994, 1.6339049999999993, 1.1386050000000012, 1.7485649999999995, 1.380405, 2.3060699999999987, 1.4028300000000014, 2.4458849999999983, 3.0462900000000004, 3.036929999999997, 2.5956449999999975, 2.600324999999999, 1.8016050000000028, 2.60754, 2.677935000000003, 2.054325, 1.340625, 1.4026350000000012, 1.1152050000000036, 0.6961499999999978, 0.4662450000000011, -0.7848750000000002, -0.86931, -0.5578949999999998, 0.5651099999999992, -0.20806499999999972, -0.5604299999999991, -0.5343000000000002, -0.0040950000000011255, -0.5196749999999992, 0.11056500000000052, -0.40540500000000146, -1.544985, -1.0912199999999983, -2.1286199999999997, -2.4408150000000015, -2.4297, -1.5118350000000012, -1.6321499999999993, -1.342769999999999, -2.211494999999996, -2.6254799999999987, -2.315234999999998, -1.947854999999998, -2.228459999999999, -1.496625000000001, -1.3761150000000009, -0.6216599999999994, -1.240590000000001, -1.453919999999997, -0.8468850000000006, -0.8232899999999996, -0.8989500000000015, -0.9613500000000006, -0.24998999999999966, -0.7536750000000005, -1.049685, -0.7164300000000008, -1.230255, -0.2681250000000002, -0.18271500000000046, -0.6953700000000009, -0.14098500000000008, -0.22600500000000018, -0.4188599999999996, 0.15678000000000086, 0.2634449999999998, 0.5717399999999986, -0.30965999999999927, -0.5789549999999994, 0.06552000000000066, -0.117389999999999, -0.3642600000000009], [0.0, -0.3285749999999954, -0.8291399999999975, -0.87555, -0.6756749999999978, -0.5850000000000026, -0.08053500000000113, -0.0963300000000018, 0.175110000000001, 0.637065, 0.6844499999999996, 1.112085, 2.2294349999999996, 1.8850650000000004, 2.313675000000001, 2.7311700000000014, 2.4349649999999996, 2.0841600000000007, 1.944149999999999, 2.5121850000000028, 1.6142100000000015, 2.1410999999999967, 2.4897600000000013, 2.191995, 1.8486000000000014, 1.1672699999999998, 1.0315500000000006, 0.22776000000000063, 1.0611900000000003, 0.35821499999999973, -0.30264000000000113, -0.3443699999999992, -0.7201350000000017, -0.8839349999999997, -0.5770049999999989, -0.5633549999999965, -0.044070000000002274, -0.02476499999999837, -0.23985000000000034, 0.14468999999999865, -0.3747900000000044, -0.31746000000000096, -1.186769999999996, -0.7733699999999968, -0.5465850000000021, -1.1037, -1.0453949999999979, -1.0262849999999997, -0.8431800000000025, -0.7657650000000005, -0.8379149999999997, -1.0775700000000015, -1.0999950000000012, -0.8439599999999992, -0.13591500000000112, 0.04329000000000138, 0.20396999999999976, -0.21840000000000526, -1.1526450000000001, -0.8041799999999997, -1.1848200000000007, -0.6386249999999993, -0.1554150000000003, -0.406575000000001, 0.013844999999999663, -0.37595999999999963, -0.12928499999999965, 0.07175999999999894, -0.17335499999999926, -0.04036499999999954, -0.4908149999999969, -0.7121399999999971, -0.8644349999999998, -0.4631250000000007, -0.07254000000000027, 0.5304000000000002, 0.06825000000000014, -0.12031499999999862, 0.21021000000000134, -0.017744999999999234, -0.09984000000000015, -0.02301000000000064], [0.0, -0.9738299999999986, -0.74763, -0.7567950000000008, -0.6969299999999925, 0.006435000000002189, 0.07468500000000033, -0.14137499999999759, 0.04251000000000027, -0.21781499999999832, -0.5801249999999971, -0.05479499999999615, 0.16126500000000155, 0.396435000000001, 0.014430000000002607, 1.2292800000000013, 1.517685000000002, 1.3804050000000005, 0.9482850000000012, 1.0923900000000013, 1.0570950000000017, 0.9547200000000011, 1.1267100000000012, 1.0120500000000017, 0.9395100000000008, 0.6099600000000014, 0.5532150000000013, 0.8266050000000009, 0.021840000000002746, -0.3057599999999976, -0.19636499999999946, -0.47384999999999877, -0.19304999999999706, -0.5826600000000006, -0.5339099999999997, -0.6245849999999962, -0.8172449999999998, 0.134745000000001, -0.16692000000000196, 0.3900000000000021, 0.12382500000000318, -0.46019999999999817, -0.18934500000000032, -0.3728399999999996, -0.2490150000000022, -0.40852500000000447, -0.33637499999999765, -0.5149949999999985, -1.0799099999999942, -0.2977649999999996, 0.04933500000000279, -0.013259999999999161, -0.29444999999999855, -0.7887749999999967, 0.3724500000000004, -0.7002450000000029, -0.0290549999999985, -0.42061500000000285, -0.6797700000000013, -0.3342299999999976, -0.9496500000000014, -0.790335000000002, -0.4438199999999983, -0.23380499999999893, 0.013845000000000773, -0.1333799999999996, -1.2031499999999986, -0.9841649999999977, -0.4381650000000006, 0.1829100000000008, -0.44362499999999905, -0.17647499999999705, 0.0819000000000003, -0.06532499999999875, -0.1889549999999991, 0.5073900000000018, 1.1189100000000018, 0.348855000000001, 0.5627700000000015, 0.9305400000000014, 0.717990000000001, 0.3576300000000008], [0.0, -0.16692000000000284, 0.2595449999999988, 0.003900000000002457, -0.21820499999999843, 0.05479499999999704, 0.35646000000000067, -0.3574350000000006, -0.6590999999999987, -0.46487999999999463, 0.2858699999999983, 0.6179549999999989, 0.9613499999999993, 0.4839899999999977, 1.1793599999999986, 1.4818049999999998, 1.2518999999999993, 1.5711149999999983, 1.3139099999999992, 1.9581899999999997, 1.7824949999999993, 2.2124700000000015, 1.990754999999998, 2.146169999999998, 2.0266349999999993, 1.499159999999999, 1.02609, 0.7651799999999989, 0.7224749999999993, 0.28236000000000017, -0.27066000000000257, -0.40423500000000123, -0.8919300000000008, -0.11193000000000275, -0.6509099999999997, -0.4481100000000007, -0.21099000000000068, -0.37947000000000264, 0.5694000000000032, 0.36659999999999937, -0.3439800000000024, -0.5551650000000019, -0.510315000000003, -0.09184500000000062, -0.08677500000000382, -0.6076199999999976, -0.7326150000000018, -0.6629999999999994, -0.16828500000000046, -0.5270850000000054, -0.0994500000000067, -0.29835000000000234, -0.1495650000000026, 0.2104049999999995, 0.5608200000000003, 0.6953699999999987, 0.3086849999999979, 0.1809599999999998, -0.66066, -0.8482500000000011, -1.2247950000000043, -0.9677850000000041, -1.211339999999999, -0.5649150000000009, -0.02671500000000071, -0.22639499999999835, -0.31472999999999907, -0.5748599999999988, 0.21489000000000003, 0.24043499999999907, -0.15073500000000406, 0.32954999999999757, -0.1316250000000001, 0.08735999999999922, -0.08501999999999965, 0.5185049999999993, 0.21020999999999956, 0.24550499999999942, 0.3244799999999981, 0.24725999999999893, 0.5210399999999997, 0.6206849999999993], [0.0, -0.1517100000000007, -1.3320450000000001, -1.3722149999999997, -0.6922500000000001, -0.6544200000000003, -0.6210750000000006, -0.839085000000001, -1.72146, -1.4966249999999999, -1.2856349999999988, -0.8841300000000007, -0.24628500000000011, 0.26052000000000075, 0.6335549999999986, 0.6306300000000001, 0.9521849999999995, 1.598805, 1.2181649999999997, 0.6949799999999984, 0.6670950000000001, 0.5272799999999993, 0.6918600000000023, 0.1823249999999999, 0.4005300000000003, 0.4496699999999998, 0.3217499999999991, 0.09282000000000003, -0.199095, -0.41593499999999994, 0.12460500000000004, 0.17900999999999898, 0.23517000000000016, -0.4506450000000005, -0.7349549999999996, -0.5883150000000009, 0.07507499999999959, 0.11875499999999982, 0.41398500000000005, 0.38629499999999983, 0.6592950000000002, -0.029055000000000997, 0.3662099999999997, -0.6594899999999991, -0.0033150000000003593, 0.5110949999999999, 0.7599149999999995, 0.7837050000000001, 0.45162, 0.6351150000000001, 0.6423299999999993, 0.11933999999999953, -0.8383049999999999, -0.454934999999999, -0.5994299999999994, -0.27592499999999953, -0.6522750000000005, -0.3609449999999996, -0.396044999999999, -0.39370499999999986, -1.3694849999999998, -0.7244249999999998, -0.6799650000000004, -0.6165900000000006, -0.39019500000000074, -0.7747350000000006, -0.8821799999999993, -1.2210900000000007, -1.0896599999999992, -0.7770750000000004, -0.8207550000000003, -1.2429299999999994, -0.03588000000000069, 0.1246050000000002, -0.4795050000000002, -0.05167500000000019, -0.2585700000000004, -0.26052000000000075, -0.5354700000000008, 0.2068949999999999, 0.398775000000001, 0.3077099999999998], [0.0, -1.2347399999999993, -1.6489200000000015, -1.4303249999999992, -1.3246349999999987, -1.1438699999999975, -0.9299550000000028, -1.4346149999999964, -2.227095000000003, -1.1421149999999987, -1.0149750000000008, -1.770599999999998, -0.5578949999999996, -0.7737599999999992, -0.5448299999999984, -0.32389499999999916, -0.18758999999999895, 0.14449500000000082, -0.22931999999999844, -0.3589949999999994, -0.5465849999999993, -0.3428099999999995, -0.3632849999999981, -0.425294999999999, -0.7659599999999992, -1.1696099999999994, -0.6154199999999994, -0.39214499999999886, -1.298114999999999, -1.7910749999999995, -1.6769999999999992, -2.0102549999999995, -2.499899999999999, -1.8006299999999984, -2.5529399999999987, -2.2204649999999995, -2.1617699999999984, -1.8825299999999987, -1.6116749999999986, -1.1428950000000013, -1.1116950000000008, -2.2606349999999966, -1.983929999999999, -2.789084999999996, -2.161575000000006, -1.9166550000000009, -1.4958449999999976, -2.4798149999999954, -2.20428, -1.9712549999999989, -1.443779999999998, -1.1368500000000008, -1.8946200000000015, -1.7013749999999996, -2.1292049999999976, -1.4147249999999985, -2.4579749999999962, -1.9285499999999982, -1.7663099999999992, -1.7520750000000005, -1.4381249999999972, -2.03151, -1.704494999999998, -1.7992650000000003, -1.3669499999999977, -1.2458549999999993, -2.402984999999998, -1.870635000000001, -1.8232499999999996, -1.4281799999999991, -1.1994449999999994, -0.6826949999999998, -1.001909999999999, -0.6651449999999993, -1.2197249999999982, -0.8404499999999991, -0.9176700000000004, -0.4775549999999992, -0.9438, -1.763969999999999, -0.6536399999999996, 0.02925000000000104], [0.0, 0.7168199999999997, -0.7205249999999999, -0.1731599999999998, -0.1433249999999996, 0.07078500000000024, -0.32545499999999955, -0.8170499999999996, -1.0274549999999993, -0.9582300000000001, -0.6335549999999994, -0.4393349999999995, -0.1382550000000003, 0.002340000000000758, 0.7080450000000003, 0.9143550000000015, 1.3774800000000005, 1.3848900000000015, 1.2953850000000005, 1.2158250000000006, 1.2924599999999995, 0.46604999999999863, 0.4198349999999992, 1.3449150000000003, -0.1782299999999994, -0.18817500000000012, -0.08248499999999945, 0.4941300000000013, -0.05849999999999969, -0.3747899999999991, -0.8831549999999994, -0.8677499999999995, -0.30770999999999926, -0.6333599999999995, -0.9738299999999991, -1.0420799999999983, -0.5945549999999992, -0.943605, -0.8683349999999999, -0.5188949999999996, -1.0732799999999993, -0.8983649999999997, -1.583204999999996, -1.152255, -1.3646099999999992, -0.25934999999999936, -0.47228999999999904, -0.4032599999999992, 0.04173000000000063, -0.1926599999999992, 0.08482500000000107, -1.1608349999999998, -1.27569, -1.9285499999999998, -1.5486900000000015, -1.2152399999999999, -0.96759, -0.4908149999999988, 0.23770500000000058, 0.3006899999999999, -0.09281999999999893, -0.7310549999999999, -1.4607449999999995, -0.7170149999999997, 0.07468499999999986, -0.6823049999999993, -0.9802649999999992, -1.1772149999999997, -0.8152949999999998, -0.7072649999999998, -0.5810999999999998, -0.33617999999999937, -0.3357899999999998, -0.21996000000000004, -0.16516499999999967, -0.46019999999999883, 0.171990000000001, -0.10003499999999915, 0.3028350000000014, -0.12772499999999992, 0.34905000000000064, -0.18017999999999978], [0.0, 0.8648249999999975, -0.2002650000000008, 0.21098999999999934, -0.5590650000000004, -1.2616500000000006, -0.7445100000000004, -1.5256800000000008, -0.8431800000000008, -0.7979400000000009, -1.4919450000000007, -1.3367250000000008, -0.8702849999999991, -0.3666000000000007, -0.4159349999999995, -1.2909000000000006, -0.3905849999999994, -0.03685499999999897, 0.003315000000000845, -0.8190000000000006, -1.7058600000000015, -0.8821800000000009, -0.9455550000000001, -1.261065000000001, -1.883115, -1.7797650000000003, -1.8911100000000007, -1.5463500000000006, -2.305875, -2.707965, -2.18517, -2.0993700000000004, -2.710694999999997, -2.2949549999999994, -2.822040000000001, -1.9817849999999995, -2.171910000000001, -2.241329999999999, -2.557620000000001, -2.5108200000000007, -2.771729999999999, -2.774460000000002, -3.5919000000000016, -3.36726, -2.4464700000000015, -1.7429100000000013, -1.8833100000000007, -1.952925000000001, -2.6053950000000015, -2.1650849999999995, -2.2237800000000014, -2.323035000000001, -2.097420000000001, -2.23665, -2.1894600000000004, -1.8090149999999996, -1.9225050000000008, -2.168985000000001, -1.6235700000000006, -2.2803299999999993, -1.699815, -3.458519999999999, -1.9443450000000007, -1.8663450000000021, -2.402204999999999, -2.1434400000000005, -2.718885, -1.9318649999999997, -1.1035049999999997, -0.79365, -0.2950350000000008, -0.2226899999999985, -0.9436050000000002, 0.15463499999999875, 0.3554850000000005, 0.11426999999999965, -0.1532699999999998, 0.034320000000001016, -1.7308200000000005, -1.3575900000000005, -1.4137500000000014, -0.3710850000000012], [0.0, -0.5235749999999997, -1.0557299999999998, -0.11407499999999984, -0.18992999999999982, -0.649935, -0.6811349999999997, -1.0319400000000005, -1.3575899999999996, -1.7046899999999992, -1.645995, -0.9796799999999997, -0.4539599999999995, -0.4787249999999993, 0.04719000000000079, 0.3279900000000004, -0.06551999999999975, -0.09593999999999941, -0.24413999999999936, -0.2597399999999992, -0.2591549999999992, -0.9248850000000002, -0.37128, -0.28762499999999946, -0.8897849999999996, -1.0984350000000005, -1.1173499999999974, -1.0504650000000002, -0.8685300000000002, -0.53703, -1.0297949999999991, -0.85137, -1.4273999999999987, -1.3146899999999997, -1.618499999999998, -1.4160899999999998, -0.5746650000000009, -0.4767749999999998, -0.7679100000000001, -0.45766500000000065, -0.7197449999999999, -1.074255, -0.7509449999999998, -0.99099, -0.5719349999999997, -0.5101199999999996, -0.6409649999999996, -0.8338199999999998, -0.14995500000000028, -0.729104999999999, -0.702585, -1.501695000000001, -1.6062149999999997, -1.5652649999999995, -1.2955800000000002, -1.043835, -0.8345999999999993, -0.37849500000000025, -0.8408399999999994, -0.2503799999999998, -0.9500400000000004, -0.6526650000000005, -1.2797850000000006, -1.273935, -0.9209849999999993, -0.6988799999999988, -0.5044650000000003, -1.0083450000000003, -1.0836149999999996, -0.868334999999999, -1.1037, -1.0939500000000013, -0.7954049999999995, -0.8051550000000001, -0.7961849999999997, 0.0001950000000003338, 0.049725000000000075, 0.5576999999999994, 0.0001950000000003893, 0.3726450000000014, -0.13162499999999977, 0.32623500000000066], [0.0, -0.17140500000000158, -0.33072000000000124, -0.40755000000000186, -0.45532500000000375, -0.7690800000000013, -1.2006150000000022, -1.0880999999999998, -1.0093200000000002, -1.2206999999999995, -1.2702300000000046, -0.9196200000000003, -0.8112000000000024, -0.585000000000004, -1.0785450000000028, -0.8948550000000013, -0.29601000000000166, -0.61503, -1.020435000000004, -1.0436400000000021, -1.3823550000000013, -1.0167300000000026, -1.8252000000000015, -0.6858150000000016, -0.7595250000000022, -1.0336950000000011, -0.5694000000000015, -0.35724000000000133, -0.24628500000000186, -0.42607500000000087, -0.29289000000000165, -0.1688700000000003, 0.010919999999998264, -0.5752500000000023, -0.250185000000001, -0.48009000000000013, -0.4120350000000028, 0.020084999999998132, -0.4258800000000029, 0.08911499999999861, -0.6462300000000025, -0.7018050000000013, -0.7142850000000027, -0.6799650000000015, -0.2743650000000015, -0.5009550000000011, 0.2893799999999973, 0.04133999999999882, 0.08696999999999866, -0.04212000000000238, -0.031005000000001504, -0.4227600000000018, -0.3001050000000012, -0.6969299999999998, -0.6043050000000014, -0.6614400000000025, -0.6004050000000025, -0.11524500000000182, -0.5502900000000002, -0.5892900000000023, -0.6031350000000033, -0.8024250000000022, -0.8977799999999991, -0.7499699999999996, -1.2093900000000026, -1.4827800000000027, -1.4203800000000064, -1.264575000000002, -1.2224550000000014, -0.6009900000000021, 0.12733499999999864, 0.4077449999999977, -0.03139500000000095, 0.051284999999998915, 0.6027449999999988, 0.6044999999999987, 0.1583399999999976, 0.579539999999998, 0.3502199999999984, 0.6590999999999989, 0.3611399999999979, 0.5670599999999983], [0.0, 0.1160250000000036, -0.05206499999999337, 0.01092000000000204, -0.09398999999999824, -0.1930499999999955, 0.08112000000000208, -0.04094999999999782, -0.6224399999999968, -0.5317649999999945, -0.656759999999996, -0.6002099999999964, -0.6842549999999947, -0.37868999999999553, 0.515580000000003, 0.457665000000006, 0.5134350000000047, 0.3993600000000017, -0.09165000000000001, -0.4720949999999984, -0.5323499999999985, -0.8322600000000013, -0.6325799999999961, 0.11953500000000195, -0.09067499999999518, 0.4332900000000044, 0.6727500000000051, 1.0676250000000018, 0.5889000000000035, 0.46215000000000295, 0.4968600000000041, 0.3650400000000029, 0.3406650000000031, 0.15210000000000368, -0.354509999999993, 0.007995000000004415, 0.5914350000000022, 0.11914500000000094, -0.004874999999996188, 0.02418000000000431, 0.08853000000000288, -0.3010799999999991, -1.0095149999999957, -0.2741699999999996, -0.04231499999999544, 0.12928500000000098, 0.4849650000000043, 0.6427200000000017, 0.7675200000000022, 0.3800550000000029, 0.8425950000000034, -0.1409849999999957, -0.008189999999994368, -0.37127999999999584, -0.40793999999999886, 0.016574999999998896, 0.40384500000000245, 0.9098700000000045, 0.3324750000000025, 0.26071500000000425, -0.16067999999999727, -0.07058999999999527, 0.02379000000000686, -0.33890999999999605, -0.36659999999999626, -0.43094999999999684, -0.5929949999999977, -1.1089649999999935, -0.5842199999999964, -0.5604299999999955, -0.42315000000000036, -0.01774499999999546, -0.11270999999999542, 0.018720000000002734, 0.5649150000000025, 0.9324900000000045, 1.2747150000000036, 0.5637450000000035, 0.06279000000000323, 0.5019300000000031, 0.2817750000000039, 0.5282550000000032], [0.0, -0.04309500000000144, 0.13961999999999808, -0.42802500000000276, -0.6017700000000006, -0.4473300000000009, -0.6784050000000021, -0.9744149999999998, -0.6936150000000034, -0.9202050000000013, -1.5457650000000072, -0.49393500000000157, -1.2273299999999987, -1.1327549999999993, -0.35899499999999906, -0.8119800000000026, -1.3987349999999974, -1.4979899999999973, -1.4383199999999998, -1.875315000000003, -1.9513650000000047, -1.945710000000003, -1.8318299999999994, -1.4580149999999994, -1.700985, -1.5034500000000024, -1.0403249999999995, -0.836160000000002, -1.0851750000000016, -0.9619350000000011, -0.7915050000000026, -0.7372949999999989, -0.7380749999999996, -0.7866300000000004, -1.1243700000000019, -0.9773400000000032, -0.3835650000000048, 0.02417999999999698, -0.13786500000000035, -0.14781000000000333, -0.7645950000000021, -1.4759550000000041, -1.8558150000000009, -1.9482450000000024, -1.0452000000000041, -0.38005500000000025, -0.2757300000000025, -0.39156000000000035, -0.26520000000000055, -0.2726100000000016, -0.9075300000000006, -1.0758150000000042, -1.2125100000000024, -1.5724800000000012, -1.2602850000000043, -1.301235000000004, -0.5684250000000002, -0.6778200000000023, -0.8552700000000031, -1.1622000000000023, -1.4794649999999974, -0.37635000000000174, -1.3088400000000011, -2.1795150000000074, -1.9400549999999999, -1.975740000000006, -1.7142450000000033, -1.2723749999999996, -0.7807800000000016, -0.766739999999998, -0.38142000000000253, -0.22366499999999956, -0.2597399999999983, -0.27202500000000285, 0.12791999999999903, 0.1589249999999971, 0.41788499999999906, -0.1840800000000007, -0.3178500000000011, -0.6631950000000013, -0.19168500000000233, 0.11914499999999772], [0.0, -0.19402499999999986, 0.03276000000000029, -0.3433949999999998, -0.879645, -0.3303299999999998, -0.1534649999999999, 0.21703500000000087, -0.32350499999999965, -0.4052100000000002, -0.7610850000000005, -1.0247249999999999, -0.9239099999999998, -0.3638699999999997, -0.46565999999999974, -0.7066799999999994, -0.5321549999999999, -0.028275000000000078, -0.24901499999999968, -0.36718499999999943, -0.33851999999999965, -1.4221350000000006, -1.0405200000000014, -0.5442450000000001, 0.011505000000000709, 0.5003699999999998, 0.6801600000000003, 0.2936700000000006, 0.14449500000000054, -0.22931999999999975, -0.41963999999999957, -0.10802999999999954, -0.2199599999999994, -0.3537299999999996, -0.5142149999999996, -0.5342999999999996, -0.7211099999999996, -0.38531999999999994, -0.42431999999999886, -0.24413999999999966, -0.6862049999999997, -0.7710299999999997, -0.9648600000000003, -0.5317649999999994, 0.291135, 0.20787000000000033, -0.20358000000000015, -0.21820499999999982, -0.5807099999999998, 0.0175500000000004, -0.3467099999999999, -0.8971949999999991, -0.7733700000000012, -0.3892199999999997, -0.5736899999999996, -0.98787, -0.48008999999999963, -0.5645250000000008, 0.022814999999999974, 0.01735500000000001, -0.09633000000000047, -0.34280999999999984, -0.24882000000000015, -0.3938999999999988, -0.27651000000000026, -0.35587499999999994, -1.0340849999999986, -0.9205949999999992, -1.0656749999999997, -1.3958100000000024, -1.0723049999999998, -0.563160000000001, -0.775125000000001, -0.46019999999999966, -0.29152499999999987, 0.41905500000000045, 0.14371499999999926, -0.5497050000000006, -0.5711549999999997, -0.6723599999999996, -0.8225099999999992, -0.3859050000000002], [0.0, 0.2548649999999999, -0.8541000000000007, -0.6148350000000002, -0.37966500000000125, -1.3854750000000011, -0.5935799999999976, 0.21781499999999954, -0.08072999999999841, 0.15912000000000093, -0.24609000000000103, 0.0990599999999997, -0.3008850000000014, 0.19207499999999922, 1.0075649999999994, 1.0085399999999998, 1.4240849999999994, 1.2325949999999986, 0.07877999999999874, -0.5352750000000006, 0.36698999999999915, 0.5226000000000001, 1.0670400000000013, 0.2685149999999993, 0.10334999999999728, 1.392495, 0.7070700000000005, 0.6538349999999991, -1.1666850000000013, -0.5972849999999987, -1.6352700000000004, -0.9701249999999997, -0.8018400000000008, -1.8698549999999987, -1.8021900000000028, -2.5624950000000046, -1.091414999999998, -0.9896249999999986, -1.04247, -1.9279649999999993, -2.2520550000000004, -2.819309999999998, -3.399045, -3.446624999999999, -2.5771200000000034, -1.4079000000000008, -1.3517400000000028, -0.9968400000000035, -0.9104550000000025, -0.9937200000000022, -1.7548050000000013, -2.741699999999998, -0.9806549999999972, -1.3094250000000052, -0.30829499999999865, 0.29464499999999727, 0.33345, 0.42178499999999874, 1.1333400000000002, 0.6259499999999995, 0.3613350000000014, -0.003705000000002512, -0.21567000000000136, -1.5545399999999983, -1.2538499999999944, -1.3230749999999973, -1.612455000000003, -1.7175600000000013, -1.4392949999999989, -2.0960550000000024, -1.881359999999997, -1.7608500000000025, -1.133145000000001, -0.5200650000000004, 0.6589049999999994, 0.27553499999999964, 0.8168549999999997, 0.44830499999999973, 0.2969849999999997, 0.3277949999999994, 0.4699500000000001, 1.067234999999999], [0.0, -0.10627500000000079, -0.3632850000000001, -0.19636500000000046, -1.1384100000000004, -1.04013, -0.5668650000000002, -0.7380749999999972, -0.928980000000001, -0.7269600000000023, -1.1066250000000015, -1.1454299999999982, -1.680900000000003, -1.0280400000000018, -0.842790000000003, -1.0627499999999996, -0.4672200000000011, -0.10842000000000052, -0.046995000000001674, 0.08833499999999994, -0.379860000000001, -0.5163599999999997, -0.06727500000000164, -0.2897700000000014, -0.0653250000000003, 0.34904999999999975, 0.3225299999999999, 0.3344250000000001, 0.5446349999999993, 0.03139499999999951, -0.08794500000000038, -0.8708700000000014, -1.0221899999999993, -1.8037500000000004, -2.2265099999999993, -2.0886449999999988, -1.5295800000000033, -1.0257000000000012, -1.1569350000000007, -1.5666300000000017, -1.491360000000002, -1.487070000000002, -1.6339050000000004, -1.261844999999999, -1.42428, -1.3271700000000015, -1.175265000000001, -1.6844100000000015, -2.099175, -1.4919449999999967, -1.7294549999999993, -1.8864300000000003, -1.292849999999999, -1.2992850000000027, -1.3396499999999993, -1.355055, -1.5044250000000035, -0.8648249999999995, -0.8876400000000004, -0.3143400000000014, 0.2570099999999995, -0.2845050000000017, -0.25447500000000123, -0.19792500000000024, -0.4260749999999991, -0.8355750000000004, -0.7291050000000003, -0.7474350000000007, -1.241175000000003, -2.154359999999995, -1.8950100000000019, -1.2232350000000027, -1.8909150000000006, -1.257165000000003, -0.9740250000000008, -0.7673250000000011, -1.001715, -0.5783700000000009, -0.9059699999999995, -0.4235399999999996, -0.35509499999999994, -0.5933850000000005], [0.0, 0.4797000000000002, -0.12148500000000073, -0.6637800000000006, -1.1933999999999998, -0.7012200000000006, -0.3482700000000005, -0.9683699999999993, -0.8958300000000008, -0.7737600000000004, -0.9398999999999997, -0.5460000000000002, -0.6427200000000006, -0.37303500000000056, -0.3418350000000005, -0.34904999999999997, -0.3987749999999999, 0.08384999999999937, 0.16067999999999888, 0.4561049999999997, 0.09788999999999887, 0.5198699999999989, 0.4705349999999993, 0.2971799999999984, -0.3884399999999991, 0.3469049999999991, 0.8681399999999992, 0.41086499999999965, 0.4758000000000005, -0.0830700000000009, -0.030225000000000668, -0.0280799999999998, -0.17316000000000045, -1.05612, -1.5972450000000011, -1.5913950000000006, -1.053195000000001, -1.3878150000000007, -1.8154500000000002, -1.0212150000000002, -1.5089100000000015, -1.9905599999999997, -2.046915, -1.9429800000000013, -1.5151500000000002, -0.9939150000000005, -1.1930100000000003, -0.2965950000000005, -0.04524000000000031, -0.12792000000000045, -0.886469999999999, -0.9570600000000018, -0.5534100000000016, -0.41125500000000026, -0.8139300000000007, -0.6743100000000006, -0.6466200000000015, 0.5376149999999995, 0.538589999999999, 0.19226999999999977, 0.34710000000000035, 0.08599499999999904, -0.0497249999999993, -0.7952100000000006, -0.7509450000000006, -1.1060400000000015, -1.043055000000001, -0.7782450000000001, -1.0024950000000006, -0.8513700000000006, -1.5451800000000013, -2.085525, -2.2557600000000004, -1.594515, -1.045785, -0.029250000000000526, 0.2421899999999989, 0.7396349999999989, 0.4539600000000003, 0.23614500000000066, -0.42295499999999986, -0.04835999999999949], [0.0, -0.30927000000000004, -0.0690299999999987, -0.1676999999999994, -0.4048199999999985, -0.2901599999999981, -0.11797499999999861, 0.44947500000000024, 0.17277000000000053, 1.0627500000000012, 0.23283000000000065, 0.9120149999999997, 0.7244250000000008, 0.8422050000000008, 0.011114999999999986, 0.30576000000000153, 0.8418150000000006, 0.4225650000000005, 0.6873750000000008, 0.6509100000000011, -0.4163249999999993, 0.18330000000000124, 0.6641700000000003, 0.8336250000000006, 0.12031500000000006, 0.32448000000000077, 0.8484450000000011, 1.140165000000001, 0.20319000000000076, 0.2178150000000022, 0.5489250000000001, -0.8835449999999992, -1.2973350000000003, -2.7087450000000004, -2.6434199999999985, -2.653559999999995, -3.0905550000000006, -2.119844999999999, -2.354819999999995, -1.2673050000000003, -1.8897449999999973, -1.067819999999998, -1.3129349999999982, -1.7549999999999981, -1.3400399999999992, -1.7261399999999987, -1.8673200000000008, -1.7567549999999983, -1.210560000000001, -1.9642350000000008, -2.2114950000000038, -2.4437400000000022, -2.5537199999999967, -1.555904999999997, -2.4981449999999974, -2.5262249999999993, -1.7908799999999996, -1.394639999999999, -1.119689999999998, -0.8490300000000014, 0.03861000000000114, 0.3416400000000013, 0.017745000000000455, 0.7729800000000021, -0.11758499999999972, 0.5957250000000007, -0.42919499999999766, -0.9982049999999997, -1.0986299999999987, -1.913924999999998, -2.0410649999999992, -1.3302899999999975, -1.6584750000000033, -0.9576449999999969, -0.4147649999999975, -0.26558999999999966, -0.46292999999999995, -1.0204349999999986, -0.8568300000000028, -0.8221199999999994, -0.7994999999999969, -0.36542999999999914], [0.0, -0.4681949999999998, -0.038609999999999034, -0.5235749999999982, 0.3303300000000012, -0.5393700000000005, -1.0592400000000008, -0.7739549999999994, -0.4937399999999995, -0.35431499999999694, -0.23575499999999827, -0.24647999999999926, -0.7993049999999976, -0.15170999999999957, -0.9574499999999991, -0.3935099999999979, 0.3075149999999995, 1.2604800000000014, 0.972855000000002, 0.47365500000000116, 0.6111300000000006, 0.4295850000000015, -0.07956000000000052, -0.01910999999999896, 0.4161300000000012, -0.14975999999999767, 1.1070150000000012, -0.34007999999999805, -0.0879449999999995, -0.3490499999999991, 0.24765000000000115, -0.5348849999999986, -0.8431799999999979, -2.601884999999997, -2.482155, -2.5404599999999995, -2.495610000000002, -2.535194999999995, -2.7259049999999987, -2.738774999999993, -3.1964400000000057, -3.0546750000000005, -1.7875649999999976, -1.1850149999999973, -0.9613499999999987, -0.6918600000000003, -0.8845199999999999, -1.3798199999999978, -1.4556749999999985, -1.2347399999999986, -1.722044999999997, -1.8858450000000007, -2.0786999999999995, -1.9451249999999978, -1.4780999999999973, -1.7134650000000002, -1.5188549999999963, -0.6850349999999984, 0.07000500000000154, -0.4278299999999994, -0.21176999999999935, -0.44304000000000066, 0.13357500000000067, 0.007800000000001139, -0.6614399999999977, 0.1914900000000016, -0.12245999999999813, -0.568035, -0.8199749999999989, -2.0418450000000026, -3.0416100000000004, -2.156504999999996, -2.3337599999999967, -1.805505000000001, -2.2526399999999973, -1.24059, -0.48691499999999677, 0.0703950000000011, 0.08989500000000017, 0.39292500000000125, 0.023400000000000643, -0.825239999999999], [0.0, -0.41281500000000015, 0.6263400000000015, 0.015795000000001114, -0.7053149999999977, -0.03607499999999919, -0.7573800000000017, -0.8008649999999977, -0.47911499999999707, 0.427635, 0.18485999999999936, 0.10237500000000077, 0.6002100000000014, -0.20786999999999822, -0.5828549999999999, -0.4785299999999988, -0.10432499999999956, -0.007799999999997365, -0.4923749999999987, -0.6583200000000022, -0.617954999999998, -0.18700500000000075, 0.20787000000000078, 0.06317999999999968, -0.27884999999999915, -0.570179999999999, -0.0019499999999996742, -0.2942549999999997, 0.7462650000000004, 0.1731600000000002, -0.3459299999999974, -0.19811999999999852, -0.7963799999999992, -1.3823550000000018, -2.2077900000000006, -1.975544999999999, -2.198624999999999, -2.43828, -2.083380000000002, -1.5221700000000005, -1.239419999999996, -0.586755000000001, -0.3671849999999999, 0.14410500000000026, -0.43211999999999917, -0.48691499999999954, -0.5990400000000007, -1.1971049999999988, -1.2602849999999988, -1.0471500000000002, -0.99021, -0.821729999999997, -1.3618799999999975, -1.3971749999999963, -1.5913949999999963, -1.0960949999999992, -1.1411399999999996, -0.5742750000000001, -0.6992699999999998, 0.5109000000000002, 0.5582850000000001, 0.5210399999999997, 0.6981000000000009, 0.3016650000000002, 0.12382500000000052, 0.1129050000000007, 0.6011850000000005, 0.5321549999999995, -0.3724499999999986, -1.3868399999999972, -1.8608849999999966, -1.9408349999999999, -1.7436900000000022, -1.6424850000000015, -0.9215700000000018, -1.1569349999999994, -0.4939350000000011, -0.7893599999999992, -1.00854, -1.011855000000001, -0.16341000000000006, 0.04446000000000061], [0.0, 0.3784950000000001, 0.26636999999999916, -0.18720000000000053, -0.5555550000000001, -0.8252400000000009, -1.0561199999999995, -1.120665, -0.3213600000000003, -0.44128499999999976, -0.5656950000000005, -0.7320300000000008, -0.9812400000000001, -1.2903150000000008, -1.3497900000000012, -1.0900500000000013, -1.3051350000000015, -1.3203449999999988, -0.7008300000000006, -0.1577550000000006, -0.18700499999999964, -0.5249399999999994, -0.7195499999999997, -0.8854950000000011, -0.9679800000000005, -0.7583549999999998, -1.8351450000000025, -1.6264949999999998, -1.192620000000002, -0.45961500000000066, -0.18154500000000018, -0.023985000000000062, -0.2921100000000001, -1.4615249999999984, -0.6945899999999998, -0.9149399999999994, -1.138410000000001, -0.5972849999999993, -0.7624500000000006, 0.1365000000000005, -0.3295499999999999, -1.075230000000001, -0.21937500000000026, -0.016770000000000465, 0.1992899999999998, 0.7224749999999995, 0.0641549999999998, -0.055770000000000326, 0.11719500000000033, 0.5194800000000003, 0.8004750000000003, 0.012480000000000213, 0.17686499999999927, -0.18466499999999936, -0.0787800000000011, -0.2630549999999998, -0.03783000000000015, 0.0967199999999997, 0.29776500000000033, 0.36660000000000037, 0.35022000000000103, 0.09730499999999936, 0.13220999999999924, 0.7495799999999999, 0.3199949999999999, 0.6349200000000007, 0.10744500000000043, -0.031005000000000282, -0.15268500000000043, -0.5561399999999996, -0.61425, -0.8330399999999996, -0.6977100000000003, -0.9287849999999999, -0.8581950000000004, -0.9742200000000004, -0.22152000000000038, -0.3049799999999998, 0.27338999999999997, 0.7216949999999983, 0.7608899999999998, 0.9982050000000009], [0.0, 0.2279550000000004, -0.2757299999999997, -0.6210749999999998, -0.8566349999999997, -1.0249199999999987, -0.98436, -0.6343349999999994, -0.4063800000000012, -0.057330000000000075, 0.20241000000000026, 0.7733700000000001, 1.02375, 0.9328800000000007, 0.6048899999999995, 0.5799300000000003, 0.36074999999999957, 0.07156500000000017, 0.26188499999999987, -0.2675400000000001, -0.15951000000000048, -0.19266000000000022, -0.8956349999999995, -1.4515800000000014, -0.5391750000000002, -0.09515999999999966, 0.17998499999999973, 0.6347250000000008, 0.5894850000000013, 0.4332900000000006, 0.0427050000000003, -0.004680000000000045, -0.3835650000000003, -0.375375, -1.4248650000000012, -1.8729749999999998, -1.666274999999999, -1.1159849999999993, -0.9539400000000017, -0.6062550000000001, -0.9242999999999992, -0.4816499999999998, 0.021839999999999596, -0.04387500000000009, 0.10822500000000058, -0.823874999999999, -1.5917850000000004, -1.2236250000000009, -1.4314949999999993, -1.1425049999999997, -0.6056699999999994, -0.6524700000000007, -0.4393349999999994, -0.8453250000000005, -1.277055, -1.1885250000000005, -0.8135399999999997, -0.3094649999999993, 0.3753749999999998, 0.23029499999999986, 0.05108999999999986, -0.3022499999999995, 0.2429699999999999, 0.583050000000001, -0.16146000000000002, -0.06493499999999966, -0.3609450000000006, -0.3028350000000002, -0.5732999999999995, -0.9937200000000003, -1.3293149999999996, -1.4461200000000003, -1.1417250000000008, -0.9525750000000014, -0.9478950000000005, -0.6351149999999997, -0.6473999999999996, -0.6684600000000007, -0.8597550000000005, -0.71643, -0.25330499999999906, -0.19500000000000078], [0.0, 0.29269500000000087, -0.05206499999999942, -0.3375449999999993, -0.5789549999999996, -1.224209999999999, -0.541709999999999, -0.23009999999999922, 0.16984500000000075, -0.35938499999999873, -0.232439999999999, -0.07331999999999889, 0.3082950000000004, 0.15210000000000018, 0.18642000000000097, 0.541710000000001, 0.7930650000000017, 0.6842549999999998, 1.0906350000000016, 0.7423650000000008, 0.012480000000000657, -0.14624999999999938, -0.3151199999999993, 0.06396000000000046, -0.41359499999999927, -0.43913999999999886, -0.3964349999999992, -0.5959199999999993, -0.6766499999999989, -0.4371899999999995, -0.5771999999999993, -0.918839999999999, -1.4732249999999998, -1.615184999999998, -1.9726200000000014, -1.4782949999999997, -1.4819999999999987, -1.6362450000000004, -1.8082349999999996, -1.4650349999999992, -0.9469199999999995, -1.7938050000000005, -0.4582499999999992, -0.46000499999999866, -0.6074249999999989, -0.7088249999999992, -0.5536049999999992, -0.800279999999998, -0.9599850000000001, -0.5485349999999991, -0.09008999999999895, -0.36698999999999876, -0.6167849999999997, -0.6392099999999994, -0.7359299999999995, -1.385085, -0.23984999999999848, -0.13201499999999994, -0.3336449999999998, -0.13883999999999863, -0.5491199999999996, 0.3566550000000011, 1.1633700000000016, 0.7293000000000027, 0.46137000000000045, 0.4042350000000005, 0.6355049999999998, -0.30029999999999824, -0.07429499999999978, -0.3256499999999992, -1.6504799999999986, -1.5609749999999991, -0.9451649999999998, -1.3357499999999984, -0.8227049999999996, -0.610934999999999, -1.2431250000000003, -0.3630899999999994, 0.019305000000001182, -0.7374899999999984, -1.5104699999999993, -0.4223699999999985], [0.0, 0.6062550000000007, 0.7831199999999994, 0.10237500000000122, 0.49939499999999937, 0.33695999999999926, 0.8763300000000002, 0.7293000000000016, 0.9207899999999981, 0.905774999999998, 0.5998199999999991, 0.03159000000000156, 0.33969000000000005, 1.1161799999999997, 1.99641, 1.4125800000000004, 1.2522899999999995, 1.1826750000000006, 1.210755, 1.207049999999999, 0.8474700000000022, -0.2260050000000009, 0.29054999999999875, 0.6741150000000002, 0.7068750000000001, 0.7538699999999985, -0.0824849999999997, 0.5317649999999987, 0.40326000000000084, 0.17140499999999848, -0.9369749999999988, -0.6160050000000001, -0.7544549999999977, -1.1364600000000007, -1.1083800000000028, -1.4582099999999996, -1.0972650000000008, -1.3534949999999972, -1.5009149999999998, -1.1996400000000011, -2.1333000000000037, -2.162160000000002, -1.568190000000002, -0.8145150000000017, -0.26793000000000045, -0.23536500000000093, -0.6271199999999981, -1.006589999999998, -0.6158099999999969, -0.6725549999999971, -0.5019299999999987, -1.1136449999999967, -0.6596850000000016, -0.6491549999999988, -1.6278599999999968, -0.8453249999999988, -0.6949800000000004, -0.2164499999999987, 0.1400100000000002, 0.47618999999999945, 0.8921250000000004, 0.326039999999999, 1.0097099999999992, 1.1922299999999995, 0.520844999999998, -0.25330499999999834, 0.44908499999999885, 0.9100649999999998, 0.46624499999999935, -0.15541499999999964, -0.850785000000003, -0.518895000000003, -0.5520450000000003, -0.14566499999999993, -0.15639000000000047, 0.15405000000000024, -0.29133000000000053, -0.1595100000000016, -0.25194000000000094, -0.448499999999999, -0.7216950000000046, -0.2761200000000017], [0.0, 0.07020000000000226, 0.325260000000003, 0.5354700000000021, 0.47346000000000144, 0.6899100000000026, 0.2182050000000041, -0.061229999999997675, 0.21762000000000348, -0.5534099999999984, -0.31726499999999813, -0.17725499999999972, 0.2482350000000031, -0.029249999999997334, 1.165905000000002, 1.1189100000000023, 1.1155950000000023, 1.181895000000002, 1.7345250000000005, 1.569555000000003, 1.0980450000000024, 0.9904050000000014, 0.8697000000000017, 0.8702850000000021, -0.11173499999999659, -0.014429999999997056, -0.5840249999999958, -1.9371299999999998, -2.693924999999999, -2.505749999999996, -2.7963000000000027, -3.1476899999999985, -2.7506699999999964, -3.087630000000002, -3.060915000000002, -3.33079499999999, -3.078074999999998, -3.022889999999997, -3.1989749999999977, -2.876444999999999, -3.2590350000000012, -3.279314999999999, -3.018989999999999, -1.8723899999999984, -1.6066049999999956, -1.5192449999999975, -0.9244949999999963, -1.3476450000000049, -1.1483549999999974, -0.9467249999999976, -0.3084899999999995, -0.0719549999999991, -0.36055499999999907, -0.6491549999999984, -0.4566899999999976, -0.634724999999998, -0.3788849999999979, 0.5157750000000022, -0.01871999999999696, -0.23770499999999717, 0.31921500000000236, 0.4371900000000024, 0.7653750000000015, 1.249560000000002, 1.3938600000000023, 0.7963800000000028, 0.3673800000000019, 0.8256300000000021, 0.08521499999999982, -0.05557499999999882, -0.6684599999999978, -0.41398500000000027, -1.4687400000000008, -0.8626799999999948, -1.138799999999998, -1.2284999999999981, -1.0399349999999985, -0.9609599999999987, -0.6600749999999975, -0.1961699999999975, 0.2579850000000017, -0.11777999999999733], [0.0, -0.5729099999999994, -0.6628049999999999, -1.3063050000000003, -1.1456250000000001, -1.1389949999999998, -0.4311449999999992, -0.331890000000001, -0.7097999999999997, -0.05713499999999905, -0.7177950000000005, -0.10159499999999988, -0.8488350000000009, -0.3008850000000005, -0.02885999999999944, 0.6998549999999994, 0.41417999999999955, 0.8556600000000039, 1.0235549999999995, 0.592799999999998, 0.39253500000000163, -0.20474999999999977, -0.45883500000000077, 0.24628500000000209, 0.37712999999999863, -0.00799499999999953, -0.5266949999999999, -0.06629999999999914, -1.5387449999999998, -1.7897100000000004, -2.0369699999999984, -2.94684, -3.0458999999999987, -3.032444999999999, -3.8040599999999998, -2.9448899999999996, -2.4220949999999988, -3.1471050000000007, -3.006899999999999, -1.8211049999999986, -2.266094999999999, -2.077725, -2.529540000000001, -2.563665000000001, -1.694160000000001, -2.958929999999998, -2.7824550000000006, -2.1674249999999997, -2.308604999999999, -2.0564699999999996, -1.1896949999999988, -1.2550199999999996, -1.8866249999999998, -2.851484999999999, -2.09664, -2.19765, -0.9547199999999996, -1.3047450000000003, -1.4240849999999996, -1.4502149999999998, -1.3016249999999991, -1.562145, -1.5925649999999996, -0.6565649999999997, -1.9137300000000002, -1.7518800000000005, -1.347645, -1.507935, -2.4690899999999996, -1.50072, -2.0944950000000007, -1.4880450000000005, -1.677389999999999, -1.6471650000000004, -1.2604799999999994, -0.7995000000000002, -0.8505900000000008, -0.49159500000000045, -0.6148349999999997, -1.28349, -1.3191749999999998, -1.4486550000000014], [0.0, 0.27104999999999935, -0.25876500000000124, 0.075855000000002, -0.3962400000000015, -0.9016800000000047, -0.6411599999999993, -1.9948499999999996, -2.1136050000000006, -2.741505, -2.6574600000000013, -3.0946500000000023, -3.631680000000003, -4.498259999999999, -4.01778000000001, -4.2857100000000035, -4.309304999999997, -5.679179999999998, -5.690100000000002, -5.475795000000006, -5.400720000000005, -4.044299999999999, -3.6320700000000024, -3.40489499999999, -3.2970599999999965, -2.3752949999999986, -2.7208349999999975, -2.886195000000014, -1.865175000000002, -1.5732600000000025, -1.637609999999997, -0.08521499999999804, 0.5588700000000042, 1.290900000000001, 1.1573250000000002, 1.4517750000000005, 2.2152, 3.016845, 2.26473, 3.1357950000000008, 3.3029100000000016, 3.655860000000003, 2.684565000000001, 3.0108000000000015, 3.5082449999999987, 3.1907850000000018, 2.5921350000000003, 2.995395, 2.7214199999999993, 2.6204100000000006, 2.9232450000000005, 3.5016149999999993, 2.679105, 2.0145449999999983, 2.6079300000000014, 2.2598550000000017, 1.8472350000000008, 1.3979549999999994, 1.093949999999999, 2.077140000000001, 1.7509050000000013, 1.5498599999999998, 0.5329349999999979, 0.16848000000000396, 0.6704099999999971, 0.09398999999999913, -0.2846999999999973, -0.050894999999997914, -0.2987399999999978, -0.30868499999999344, 0.5461950000000024, 0.13786500000000146, 0.02184000000000008, 0.43016999999999816, 0.2926950000000008, -0.29873999999999645, 0.3365699999999998, -0.14351999999999965, 1.505009999999999, 2.4616800000000003, 1.9505849999999991, 1.783665], [0.0, -0.18076499999999984, -0.5122650000000002, -0.06844500000000009, -0.4042350000000008, 0.5473649999999998, 1.2119249999999995, 0.9272249999999989, 0.9246899999999987, 0.5908499999999998, 0.6801600000000007, 1.0473449999999989, 1.414724999999999, 0.9418499999999994, 1.3907399999999994, 1.14933, 1.3757249999999994, 1.4940899999999986, 1.1253449999999983, 1.4106299999999996, 1.0812749999999998, 1.154985, 1.8017999999999987, 0.8137349999999989, 0.6374549999999995, 0.1844699999999988, 0.47306999999999844, -0.4627350000000019, -0.450060000000001, -0.6813300000000031, -0.7456800000000001, -0.6530550000000042, -1.751685000000002, -2.084745, -1.9821750000000007, -2.1455850000000014, -2.0523750000000005, -2.226899999999996, -2.074994999999997, -1.0947300000000024, -1.6112850000000027, -1.617915000000008, -1.4330550000000022, -2.236065, -0.9126000000000039, -1.7329649999999996, -1.730430000000002, -1.4217450000000014, -1.4853150000000008, -1.1524500000000018, -1.7458349999999996, -1.8372899999999994, -1.9065150000000033, -1.1514750000000005, -1.3367250000000044, -0.8544900000000006, -0.5928, -0.4344599999999994, 0.04718999999999851, -0.08638500000000482, -0.44323500000000005, -0.1082250000000009, 0.07663499999999801, 0.5393699999999992, -0.3213600000000032, -0.45454500000000153, -1.082055, -0.9053850000000021, -0.4305600000000023, -0.6364799999999993, -1.390350000000002, -1.024725000000001, -0.43211999999999984, -0.3322799999999999, 0.45883499999999844, -0.668655000000002, -0.42412500000000075, 0.5452199999999986, -0.19812000000000096, -0.14059500000000158, 0.1550250000000002, -0.07410000000000361], [0.0, 0.24394499999999986, 0.18173999999999824, 0.356459999999998, 0.44420999999999977, 0.878669999999999, 1.0141949999999982, 1.5447899999999994, 1.538549999999999, 0.5413199999999967, 1.373579999999998, 1.35174, 1.224404999999999, 1.7936099999999993, 2.3476049999999997, 1.387814999999998, 1.439489999999998, 1.6978649999999993, 1.8903299999999992, 2.4000599999999994, 1.72809, 1.6916249999999993, 1.5401100000000003, 1.9905599999999994, 1.677974999999999, 1.7594849999999995, 0.9475049999999983, 0.5091449999999988, 0.4931550000000018, 0.2839199999999982, 0.03607499999999941, -0.5101200000000019, -0.559064999999995, -0.21781499999999898, 0.16458000000000172, 0.26383500000000026, -0.019694999999997354, -0.39175500000000074, -0.06318000000000268, -0.02593500000000093, -0.27904500000000176, -0.5421000000000036, -0.4323150000000018, -0.34046999999999805, 0.13961999999999808, 0.31102500000000055, 0.30302999999999836, -0.02242500000000147, 0.020475000000000243, -0.18837000000000037, -0.16243500000000077, -0.5678399999999986, -0.5799300000000054, -0.6540300000000001, -0.669630000000002, -0.1885649999999992, 0.2583750000000007, 1.036424999999999, 1.0900499999999993, 1.0703549999999986, 1.063530000000001, 0.45981000000000116, 0.1183649999999985, 0.5264999999999986, 0.5906549999999995, -0.030030000000001333, 0.19051499999999777, 0.4525949999999985, 0.4301699999999975, 0.5218200000000004, 0.15112499999999995, 0.042704999999995774, 0.16360499999999956, 0.39974999999999783, 0.632579999999997, 0.16925999999999686, 0.7513350000000008, 0.3591899999999988, 0.0019499999999994522, -0.11349000000000142, -0.07468500000000189, -0.06279000000000101], [0.0, -0.2100150000000004, 0.1858349999999998, 0.0019499999999998754, 0.560235, 0.7255949999999997, 0.7993049999999997, 0.19421999999999978, 0.4859399999999995, 0.6505199999999999, 0.24296999999999996, 0.6123000000000001, 0.6844500000000003, 0.7333949999999992, 0.8700900000000009, 1.1988599999999987, 1.4968199999999994, 1.588469999999999, 1.170585, 1.3316549999999985, 2.011229999999999, 2.140514999999999, 1.510274999999999, 0.7080449999999995, 0.45591000000000026, 0.98514, 0.21352499999999963, -0.43309500000000006, -0.8268000000000003, -0.5146049999999996, -1.1690249999999989, -0.7333950000000005, -0.8591700000000005, -1.2323999999999988, -1.1522550000000007, -2.1143850000000004, -1.5165149999999994, -1.3499849999999993, -1.0881000000000014, -0.6314100000000002, -1.2029549999999996, -0.9360000000000005, -0.783314999999999, -0.7644000000000005, -0.1669199999999999, -0.9069450000000002, -1.5674099999999995, -0.5723250000000005, -0.7710299999999999, -0.15404999999999996, -0.6093750000000002, -1.1616149999999998, -0.6319950000000004, -0.7390499999999994, -0.6458400000000003, -0.3233099999999993, -0.26695500000000083, -0.40014000000000016, 0.2172300000000002, 0.42880499999999927, -0.3939, -0.19617, -0.3825900000000008, -0.3014700000000002, 0.8207549999999999, -0.4381649999999998, -1.0403250000000015, -1.76397, -1.1501099999999975, -0.902265000000001, -0.6520800000000013, -0.2753399999999999, -0.34222500000000056, -0.013260000000000216, -0.5161650000000003, -0.3094650000000003, -0.5933850000000005, -0.06883499999999997, 0.6158100000000004, 0.5216250000000001, 0.41925, 0.3338400000000002], [0.0, 0.8646299999999996, 0.9985949999999972, 0.7573799999999971, 1.8191550000000016, 2.0831850000000016, 1.4701049999999996, 1.5028650000000003, 1.4878500000000012, 1.5118350000000005, 1.6134300000000008, 1.0988249999999997, 2.046330000000001, 1.6990350000000007, 1.4931150000000009, 1.2101699999999993, 1.5740400000000019, 2.4033750000000014, 2.4636300000000015, 2.342340000000001, 2.5129650000000012, 2.090400000000001, 2.5285650000000013, 2.608710000000002, 2.371590000000001, 2.146560000000001, 1.5030600000000018, 0.5167499999999996, 0.7018050000000002, 0.005459999999999354, 0.07429500000000511, 0.02905499999999739, -0.2962049999999956, -0.5904600000000002, -0.5676450000000011, -0.9681749999999973, -0.7086299999999963, -0.11173499999999947, 0.09379500000000274, 0.1460550000000027, 0.24297000000000057, -0.24998999999999638, -0.3305250000000006, -0.07487999999999628, 0.31278000000000095, 0.7287150000000009, -0.12597000000000014, -0.6865950000000001, -0.19890000000000008, -0.04933500000000102, -0.36640499999999854, -0.1622400000000006, 0.02028000000000052, 0.0532350000000017, 0.5333249999999996, 0.9547200000000002, 0.49939499999999737, 0.9750000000000023, 0.5598449999999986, 0.410280000000002, 0.7624500000000016, 0.6672899999999993, 0.20397000000000132, 0.7749299999999997, 0.23848500000000206, -0.15697500000000097, -0.10101000000000093, -0.011894999999994216, 0.4494750000000014, 0.30751500000000087, -0.21956999999999827, 0.23809500000000128, 0.2780700000000005, 0.9457499999999988, 0.4334850000000001, 0.280605000000004, -0.4024799999999975, 0.7599150000000001, 0.40072500000000044, -0.09788999999999737, 0.34749000000000185, 0.6887399999999995], [0.0, 0.025349999999999956, -0.14858999999999986, 0.606255, 0.5009550000000003, -0.30595500000000075, 0.4619550000000002, 0.6807449999999998, 0.5604299999999997, 1.5629249999999995, 1.0606050000000007, 1.18092, 1.3146900000000012, 1.3671449999999996, 1.042470000000001, 0.5342999999999997, 1.3425749999999992, 1.7333550000000026, 2.086305000000001, 1.999334999999999, 2.084549999999999, 1.8316350000000015, 0.9285900000000001, 0.7911150000000002, 0.6711899999999994, 1.1103300000000005, 0.6390149999999992, -0.0013649999999999496, -0.44888999999999923, -0.8784750000000014, -1.456650000000001, -0.6395999999999992, -0.9937200000000004, -0.503490000000001, -1.3121549999999989, -1.061384999999999, -0.7963800000000022, 0.06649500000000033, -0.4605900000000006, -0.8149049999999995, -0.7710300000000011, -0.40891500000000003, -1.2811500000000007, -0.21703499999999945, -0.9363900000000005, -0.9939150000000008, -0.0035099999999998743, -1.2947999999999997, -0.46780500000000025, -1.0960949999999998, -0.8123699999999996, -0.3662099999999998, -0.6216600000000001, -0.3552899999999999, -0.17316000000000029, -0.1088100000000001, -0.7035600000000011, -0.8285549999999984, 0.5344950000000004, -0.03861000000000006, 0.5865600000000004, 0.38102999999999987, 0.11173500000000017, -0.4354349999999998, -0.06727499999999989, 0.24979500000000052, -0.05050500000000005, -0.03841500000000009, -0.9344399999999982, -0.0770249999999997, 0.1380599999999999, -0.10062000000000013, -0.47346000000000044, -0.34436999999999995, -0.9514049999999987, -0.28255500000000033, -0.32740499999999984, -0.458055, -0.6121050000000001, -0.6850350000000006, -0.1659450000000001, 0.0015599999999995895], [0.0, 0.6809399999999993, 0.7696649999999998, 0.6177600000000008, 0.5865600000000003, 0.5407349999999994, 1.1210550000000004, 0.9096749999999993, 0.4190550000000012, 0.34690500000000013, 0.4204200000000001, 0.3613350000000004, 1.3203449999999999, 1.068405, 0.9229350000000003, 1.392495, 1.4537249999999997, 2.0303399999999994, 1.7963400000000005, 2.0582249999999993, 1.5083249999999992, 1.9184100000000006, 1.4307150000000002, 1.2606749999999998, 0.9424349999999997, 0.9724649999999998, 1.21797, 1.41024, 0.9529649999999993, 0.9459449999999996, 0.8763299999999992, 1.0648949999999995, 0.816465, 0.6957599999999996, 0.2554500000000005, 0.75504, 1.4000999999999997, 1.2694499999999997, 0.9574499999999996, 1.2924600000000002, 1.4763450000000011, 0.49880999999999986, 0.6869850000000003, 1.2251849999999997, 1.295775, 1.5385500000000003, 1.2688649999999995, 0.8843249999999994, 0.47151000000000043, 0.7573799999999997, 1.073085, 0.30068999999999924, 0.39195000000000035, 0.5711549999999995, 0.1645799999999995, 0.2724149999999992, 0.33890999999999993, 0.6624149999999996, 1.0063949999999995, 0.8441549999999999, 1.12359, 0.8531249999999999, 0.4570800000000006, 1.0397399999999997, 1.0742549999999997, 0.17725500000000038, 0.08814000000000033, 0.9114299999999995, 0.6199049999999997, 0.6803550000000008, 0.3699150000000009, 0.23594999999999922, 0.3523649999999994, 0.7774649999999999, 0.756795, 0.7624500000000006, 0.2671499999999988, 1.206465, 0.93015, 1.0409099999999998, 1.5736499999999995, 1.0321349999999998], [0.0, 0.5374200000000008, 0.44596500000000006, 0.9244949999999996, 2.04438, 0.9673949999999998, 0.7386600000000004, 1.0379850000000008, 0.987285, 1.0703550000000015, 0.9763650000000001, 1.25502, 1.3445250000000017, 1.0906349999999994, 0.8915400000000004, 0.6392100000000001, 1.1194950000000008, 2.257905000000004, 1.5927599999999995, 1.4601600000000003, 2.4850799999999973, 1.4320799999999998, 1.6949400000000003, 1.5545400000000016, 1.0081500000000008, 0.8741850000000007, 1.3866450000000015, 0.6940049999999998, 0.7569900000000003, 0.3055650000000004, -0.04153500000000043, -0.5229899999999985, -1.1165700000000003, -0.10335000000000089, 0.1405950000000001, 0.33189000000000046, 0.03158999999999926, 0.22522500000000037, 1.2226500000000007, 0.3104400000000005, 0.3006900000000002, -0.5085599999999995, -0.20825999999999956, -0.8363549999999988, 0.25564500000000046, -0.41223000000000004, -0.08209499999999964, -0.057329999999999603, -0.5364449999999994, -0.23789999999999994, -0.9358049999999987, -0.5089499999999991, -0.6916649999999995, -0.23497499999999932, -0.032954999999999735, -1.0219949999999995, 0.03373500000000057, -0.25720499999999963, -0.6881549999999996, -1.1009700000000004, -0.576225, -0.3582150000000008, -0.6115200000000003, -0.3734250000000002, -0.653055000000001, -0.5206499999999985, -1.0654800000000004, -0.814905, -0.7591349999999999, -1.0960949999999996, -1.3798199999999985, -0.28820999999999947, -0.5440499999999999, -0.3326699999999993, -0.412425, -0.5438549999999995, -0.3976049999999997, 0.3279900000000003, -0.20065499999999942, 0.07156500000000077, 0.5875350000000007, -0.6875699999999998], [0.0, -0.09808500000000153, 0.4676099999999985, 0.515774999999997, 0.6310199999999964, 0.05323499999999681, 0.365624999999999, 1.0906349999999978, 0.9478949999999968, 0.5101199999999979, 0.35684999999999945, 0.775514999999996, 0.6951749999999994, 0.4100849999999987, 0.2527199999999976, 0.07916999999999685, 0.3874649999999975, 0.6565649999999978, 1.3470599999999981, 1.735109999999998, 1.2907049999999975, 1.6450199999999973, 0.9209849999999984, 0.531764999999998, 0.647594999999999, 0.3552899999999979, 0.6830849999999971, 0.5093399999999992, 1.0368149999999992, 0.5520449999999957, 0.9301499999999954, 1.1284649999999972, 0.6676799999999945, 0.5064149999999974, 0.44381999999999966, 0.1669199999999995, 0.3357899999999976, 0.8353799999999989, 0.9827999999999983, 0.7530899999999976, 0.9829949999999981, 0.3059549999999984, 0.1491749999999985, 0.5245499999999961, 0.4578599999999977, 0.22658999999999985, 0.5931899999999981, 0.24316499999999763, 0.5036849999999982, 0.03665999999999592, 0.30848999999999727, 0.49159499999999823, 0.5333249999999972, 0.3794699999999993, 0.28918499999999714, -0.0427050000000011, 0.42724499999999943, 0.5563349999999974, 0.8827649999999976, 0.8552699999999986, 0.5729099999999976, 0.2616899999999944, 0.2940599999999993, 0.3821999999999972, 0.6023550000000013, -0.1333800000000016, -0.36503999999999914, -0.3213600000000043, -0.2827500000000023, 0.2965949999999966, 0.20981999999999768, 0.0846299999999982, -0.05713500000000282, -0.7347600000000001, 0.06649499999999797, -0.34086000000000194, -0.05518500000000115, 0.5335199999999973, 0.8693099999999978, 0.44537999999999744, 1.001129999999998, 0.7690799999999978], [0.0, 0.21703500000000076, 0.35333999999999977, 0.38180999999999643, 0.6854249999999988, 0.6661199999999995, 0.4954949999999996, 0.01325999999999894, 0.09496500000000263, 0.12850499999999943, 0.6651450000000005, 0.33832499999999865, 0.3453449999999991, -0.1530750000000014, 0.16633499999999768, 0.40501499999999924, 0.3073199999999998, -0.2858700000000005, 0.4843799999999976, 0.7599150000000002, 0.5871450000000008, 0.2657849999999977, 0.41105999999999776, -0.08697000000000221, 0.02203500000000025, 0.4467449999999973, 0.4180799999999998, 0.2597400000000005, 0.4484999999999999, 0.5733000000000008, 0.5393699999999995, -0.06454499999999963, -0.08677500000000116, 0.34359000000000095, 0.24745500000000153, 0.41456999999999766, 0.6226349999999958, -0.011114999999997766, 0.05245499999999925, 0.1630200000000006, 0.04835999999999885, -0.5009550000000011, -0.6920550000000016, -0.462345, 0.2429699999999979, -0.0019499999999998963, -0.3061499999999995, -0.10920000000000041, -0.6653400000000005, -0.4089150000000008, -0.38727000000000134, 0.07253999999999938, 0.14878499999999728, 0.5746649999999995, 0.2897699999999983, 0.4771650000000007, -0.4586400000000004, 0.3139500000000004, -0.20026500000000036, -0.5967000000000016, -0.4697550000000046, -0.298349999999999, 0.1292850000000001, 0.3628949999999995, 0.1546349999999992, 0.12187499999999907, -0.6770400000000003, -0.29659500000000283, -0.3371549999999979, -0.771030000000001, -1.1752650000000018, -1.2095850000000001, -0.968175, -0.40637999999999996, -1.0929750000000014, -0.3547050000000005, 0.40910999999999964, 0.2599349999999987, 0.22054499999999932, 0.06240000000000023, -0.22678500000000112, -0.5974800000000013], [0.0, 0.12012000000000134, 0.5278649999999998, 0.9205950000000005, 0.8562450000000013, 1.142310000000002, 0.24667499999999976, -0.26734500000000505, -0.27182999999999824, -0.33676499999999887, 0.3831750000000007, 0.7187700000000006, 0.49724999999999997, 0.44206499999999926, 0.3712800000000005, 0.502710000000002, 0.43777499999999825, 1.2193350000000025, 0.9180599999999997, 1.2990900000000005, 0.8741849999999984, 0.5128499999999991, 0.8441549999999991, 0.7698599999999987, 0.891345000000002, 0.8968050000000007, 0.4342649999999968, 0.38727000000000156, 0.797744999999997, 0.8716500000000016, 1.1138399999999995, 1.039935, 0.706289999999999, 0.7544549999999994, 0.5512649999999999, 0.19753500000000246, 0.10003499999999965, 0.5711550000000021, 0.49802999999999886, 0.5030999999999985, 0.9989850000000005, 1.1058450000000009, 0.9734400000000012, 0.4215899999999988, 0.6466200000000013, 0.7560149999999994, 0.47736, 0.7854600000000003, 0.2609100000000022, -0.06083999999999845, 0.11485500000000126, 0.4802850000000005, 0.40599000000000185, 0.43368000000000095, 0.3211650000000019, -0.20982000000000012, 0.11758499999999872, 0.08111999999999897, 0.6473999999999982, 0.49159500000000045, 0.4348500000000015, 0.5327400000000013, 0.529035000000001, 0.8589750000000003, 0.20865000000000222, 0.20669999999999922, 0.004679999999999129, -0.517139999999999, -0.5639399999999997, -0.5742749999999996, -0.11602499999999738, -0.2581799999999994, -0.3326699999999998, -0.3656250000000014, -0.25701000000000196, 0.2564249999999997, 1.0147800000000018, 0.6491549999999995, 0.959790000000001, 0.43036500000000055, 0.15716999999999892, 0.7554300000000009], [0.0, -0.34183500000000044, 0.022424999999999994, 0.014234999999999838, 0.20903999999999986, 0.5645250000000008, 0.7333949999999995, 0.06727499999999972, -0.5678399999999995, -0.16145999999999977, -0.002924999999999782, 0.30030000000000007, 0.7659599999999998, 0.5576999999999998, 0.2925000000000002, 0.1698449999999989, 1.0500749999999976, 1.8454799999999998, 1.321905000000001, 1.3923000000000016, 1.729455, 0.5941650000000005, 0.2589600000000004, 0.47385, 0.2495999999999999, 0.9449700000000002, 0.25857000000000013, 1.29831, 1.1052600000000001, 0.4584450000000003, -0.7246200000000007, 0.16692000000000032, 0.4446000000000004, -0.8751599999999999, -0.660074999999999, 0.1443, 0.23809500000000036, -0.8201699999999996, -0.34905000000000025, -0.5417100000000002, -0.5421000000000002, -0.6403799999999995, -0.8718449999999996, -1.1091599999999995, -1.0964850000000008, -0.1587299999999998, -0.5122650000000004, 0.0861900000000003, 0.23185499999999923, 0.34612500000000085, -0.5009550000000002, -0.7057049999999997, -0.054015000000000216, -1.136655, 0.19071000000000063, -0.2960099999999998, -0.34807499999999947, -0.9422399999999997, 0.10295999999999944, 0.15405000000000085, 0.029639999999999576, 0.2574000000000008, 0.8708700000000006, 0.3289649999999988, -0.3775200000000001, 0.05655000000000004, -0.7998899999999995, -0.41418000000000005, -0.6745050000000001, -1.3076699999999992, -1.2994799999999993, -0.6187349999999996, 0.23477999999999996, -0.8722350000000008, -0.12187499999999998, 0.10432500000000003, 0.03919500000000082, 0.78819, -0.020864999999999738, 0.014624999999999416, -0.40189499999999984, 0.1513199999999998], [0.0, -0.21040500000000417, 0.17159999999999864, -0.3125850000000052, 0.15580499999999864, -0.1733550000000026, -0.484185000000005, -0.7737599999999998, -0.045630000000004944, -0.549705000000007, -0.46195500000001033, -0.47170500000000626, -0.09633000000000425, -0.5762250000000049, -0.48945000000000416, -0.17238000000000397, -0.8384999999999998, -0.3712800000000054, 0.42392999999999326, 0.39955499999999544, -0.15307500000000251, -0.12207000000000345, 0.40832999999999386, 0.20104499999999637, 0.09437999999999458, 0.569009999999996, -0.046800000000004394, 0.3847349999999963, 0.9005099999999957, 0.926444999999997, 0.5721299999999956, 0.3537299999999943, 0.8665799999999946, 1.0771799999999954, 0.8611199999999948, 0.40676999999999564, 0.15170999999999601, 0.17393999999999465, 0.6052799999999947, 0.6167849999999961, 0.47404499999999605, 0.030224999999996838, 0.2080649999999966, 0.2636399999999941, 0.2987399999999958, -0.1622400000000046, -0.35685000000000455, 0.20630999999999355, -0.0863850000000046, 0.417689999999995, 0.1606799999999955, 0.16769999999999508, 0.40364999999999673, 0.39545999999999526, 0.2244449999999949, -0.1004250000000042, 0.13162499999999877, -0.1992900000000044, 0.3281849999999953, -0.1507350000000054, 0.486134999999994, 0.5598449999999953, 0.42626999999999504, 1.0834199999999956, 0.507584999999996, 0.544049999999995, -0.2404350000000024, -0.41008500000000403, -0.2989350000000037, -0.35334000000000376, -0.30283500000000574, -0.37693500000000535, -0.4912050000000039, -0.2741700000000029, 0.051869999999994976, 0.0625949999999953, 0.5103149999999963, 0.4902299999999966, 0.5428799999999954, 0.6941999999999964, 0.6723599999999961, 0.810029999999996], [0.0, -0.03724499999999997, 0.4845749999999991, 0.7447049999999993, 0.7887749999999965, -0.10764000000000262, 0.030225000000002833, 0.06376500000000096, 0.42782999999999816, 0.632384999999998, 0.6686550000000011, 0.6906900000000002, 0.7579649999999998, 0.31160999999999994, -0.23965499999999862, -0.1425449999999997, -0.0848250000000017, 0.7131149999999999, 0.362699999999998, 0.9256649999999982, 0.3026399999999976, 0.40111499999999856, 0.5770049999999958, 0.24765000000000104, 0.5093399999999983, 0.5473649999999965, 1.011659999999997, 0.9075299999999988, 1.0110749999999984, 0.9841649999999988, 1.1781899999999998, 1.227914999999999, 0.6366750000000008, 0.291719999999998, 0.7571849999999982, 0.47053499999999926, 0.3521699999999981, 0.7008299999999987, 1.0707449999999998, 0.8326500000000017, 0.34924500000000136, -0.003315000000000179, -0.02457000000000198, 0.9794849999999979, 1.1809199999999986, 0.6247799999999988, 1.3529099999999985, 1.146989999999998, 1.0399349999999992, 0.4568849999999991, 1.0099049999999976, 0.9985949999999977, 1.3232699999999995, 0.47852999999999923, 0.8388899999999995, 0.9005099999999988, 1.4548949999999992, 1.0857599999999985, 0.9061650000000001, 0.54912, 0.9221549999999978, 0.8827649999999982, 1.137435, 1.0009349999999981, 0.42548999999999815, 0.02846999999999822, -0.20592000000000077, 0.5736899999999996, -0.17296500000000226, -0.16653000000000384, -0.31668000000000474, 0.2527199999999996, -0.17432999999999987, 0.636285, -0.08658000000000099, 1.0799099999999986, 0.48145499999999863, 0.4892549999999991, 0.2733900000000009, 0.3229199999999963, 0.5764199999999997, 0.5315700000000012], [0.0, 0.1700399999999992, -0.015600000000000946, 0.4348499999999993, 0.3252599999999991, 0.500759999999999, -0.04602000000000128, -0.5947500000000009, -0.6080100000000012, -0.6372600000000012, -0.236340000000002, 0.06902999999999904, -0.7096049999999997, -0.6380400000000018, -0.5543850000000009, 0.22639499999999918, 0.5393699999999992, 0.47657999999999934, 0.45824999999999944, 0.705704999999999, 0.1987049999999989, -0.03763500000000031, 0.2747549999999996, 0.37751999999999875, 0.306344999999999, 0.48476999999999915, 0.8860799999999998, 0.41905499999999907, 1.3355549999999994, 0.8519549999999994, 1.0750349999999989, 0.7673249999999988, 0.7620599999999995, 0.3047849999999993, 0.12850499999999943, 0.3829800000000002, 0.10003500000000115, 0.09964499999999865, 0.4024799999999997, 0.6113249999999982, 1.2618449999999988, 1.441244999999999, 1.25073, 0.7581599999999985, 0.36952499999999955, 0.28567499999999896, 0.7154550000000002, 0.4040399999999992, 0.219179999999999, -0.34749000000000185, 0.04426499999999928, -0.3213600000000022, -0.3991650000000009, -0.30595500000000053, -0.44362500000000105, -0.5296200000000005, -0.3207750000000008, -0.12421500000000107, 0.7460699999999991, 0.6388199999999994, 0.46370999999999923, 0.7370999999999996, 0.8601449999999999, 1.1370450000000005, 0.831089999999999, 0.37615499999999885, 0.8150999999999986, 0.6668999999999996, 0.43075499999999894, 0.07663499999999857, 0.07897499999999902, 0.020669999999999078, -0.2410200000000009, -0.052455000000000584, -0.19773000000000118, -0.027690000000000548, 0.21547499999999903, 0.08950499999999945, 0.31453499999999934, 0.33442499999999853, 0.36230999999999947, 0.14702999999999966], [0.0, 0.8936849999999997, 0.3305249999999993, 0.54366, 0.5469749999999989, 0.3162900000000002, -0.5335199999999976, -0.23517000000000188, 0.03919499999999809, 0.460005000000001, 0.48788999999999993, 0.414960000000001, 0.20630999999999777, 0.10237500000000122, -0.2860649999999987, -0.022229999999996197, -0.011699999999997601, 0.5541900000000004, 0.6230249999999994, 0.2451149999999993, 0.42432000000000114, 0.730665, 0.9387300000000003, -0.32838000000000056, -0.2899649999999996, 0.8488349999999999, 1.0062, 1.4498250000000006, 1.4940899999999993, 0.3073200000000005, -0.2057249999999995, -0.39604500000000464, 0.1903199999999987, -0.17842499999999983, -0.31121999999999916, -0.9636899999999993, -1.3926899999999987, -0.0261299999999991, 0.13825500000000002, 0.37595999999999963, -0.7304700000000017, 0.14878499999999883, -0.5553600000000016, 0.035294999999998744, 0.012480000000002045, 0.4672200000000002, 1.057875, -0.07020000000000137, -0.7550399999999966, -0.7895550000000009, -0.8139299999999992, -0.14624999999999844, -0.030225000000000612, 0.5573100000000003, 0.5619900000000002, 0.3287700000000007, -0.06668999999999903, -0.09126000000000034, 0.6327749999999989, 0.6072299999999992, 0.7895550000000001, 0.18837000000000104, 0.25583999999999896, -0.09321000000000024, 0.42276000000000014, -0.03607499999999986, -0.12577500000000041, -0.01287000000000127, 0.031004999999999505, -0.6863999999999995, -0.795405000000001, -0.9385349999999972, -0.9313200000000008, -0.5103150000000007, -0.7665450000000003, -0.2648100000000011, -0.7776599999999996, -0.13630499999999923, -0.20884500000000106, -0.6581250000000027, -0.7827300000000035, -1.455479999999997], [0.0, 0.3469050000000016, 0.5346900000000043, 0.49023000000000216, 0.22503000000000273, 0.2566200000000045, -0.33539999999999703, 0.1729650000000007, 0.30166500000000207, 0.041145000000000875, -0.24394499999999897, -0.2540849999999988, -0.5713500000000005, -0.4553249999999964, -0.6306299999999971, -0.8917349999999982, -0.1450799999999972, 0.08619000000000132, -0.011699999999994937, 0.2755350000000041, -0.3459299999999963, -0.42665999999999893, -0.4005299999999974, -0.463904999999998, -0.011894999999995548, 0.994305000000003, 1.0491000000000033, 1.162785000000003, 1.1263200000000024, 0.37654500000000346, 0.39117000000000246, 0.38239500000000315, 0.635700000000003, 0.7191600000000025, 0.8205600000000028, -0.26383499999999915, -0.20182499999999393, 0.061230000000001894, 0.18369000000000102, 0.8624850000000037, 0.38161500000000204, 0.3467100000000034, 0.5783700000000025, -0.4217849999999961, 0.744705000000002, 1.3507650000000022, 1.566045000000003, 0.6928350000000023, 0.5805150000000021, -0.4457700000000002, -0.345735000000001, -0.5658899999999984, -1.0890749999999987, -0.5200649999999951, -0.072344999999997, -0.1926599999999985, 0.21664500000000175, 0.26286000000000365, 0.30342000000000047, 0.2419950000000033, 1.311960000000003, 1.4135550000000026, 0.9828000000000021, 0.5461950000000024, 0.265980000000001, -0.21566999999999514, -0.4038449999999989, -0.002144999999996733, -0.15950999999999937, -0.6565650000000007, -0.9180599999999968, -0.8919299999999979, -0.6659249999999968, -0.33383999999999614, -0.46643999999999664, -0.4522049999999982, -0.2605199999999963, 0.031785000000002395, 0.6187350000000029, 0.9133800000000023, 0.45220500000000285, 0.24199500000000307], [0.0, -0.21957000000000004, -0.09243000000000023, 0.18135000000000012, 0.2944500000000009, 0.25038000000000027, -0.3500249999999989, 0.15482999999999958, 0.6565650000000004, 0.39643499999999987, 0.4744349999999994, 0.30829499999999965, 0.18914999999999815, -0.3703050000000008, -0.48964499999999744, 0.029055000000000053, 0.272999999999999, 0.7324199999999994, 0.17725499999999839, 0.379469999999999, 1.0777649999999996, 0.7195499999999997, 1.0754249999999996, 1.1317799999999998, 0.65715, 0.7872149999999993, 0.83304, 0.05538000000000154, 0.48886499999999966, 0.2776799999999997, 0.10842000000000085, -0.7025850000000018, -0.8164650000000016, -0.4247099999999986, -1.1138400000000008, -0.45123000000000024, -0.8035950000000007, -0.42139500000000085, -0.02457000000000087, 0.19948499999999947, -0.13435499999999978, -0.4970550000000007, -1.006785000000001, -0.37732499999999947, -0.02515500000000137, -0.13806000000000074, -1.1419200000000005, -0.17901000000000167, -0.5918249999999983, -0.36718499999999943, -1.5399149999999981, -1.1723400000000017, -0.3740099999999982, -1.855815, -1.774694999999998, -1.4506049999999984, -1.3804050000000003, -1.164345000000001, -0.12012000000000067, 0.11719499999999905, 0.9100649999999997, 0.67782, 0.11056500000000136, 0.7000499999999996, 0.6953699999999997, -0.4865250000000021, 0.2884049999999996, -0.7185750000000011, -0.6721649999999992, -0.8028149999999983, -0.9798750000000014, -0.9305400000000017, -0.3942900000000007, -0.8145150000000003, -1.5521999999999994, -1.2466349999999975, 0.17998500000000006, -0.7218899999999999, -0.7158449999999992, -0.8359649999999996, -0.5553600000000003, -1.4435849999999977], [0.0, -0.4715100000000002, -0.8732100000000008, 0.23087999999999875, 0.19870499999999952, -0.07234500000000041, -0.2733900000000005, -0.5571149999999999, -0.7542600000000004, -0.07858499999999971, -0.5136300000000004, -0.7484100000000005, -0.7265699999999997, -0.9244950000000006, -0.7053150000000008, -0.524940000000001, -0.08697000000000105, 0.22269000000000005, 0.8751599999999985, 0.473849999999999, 0.6932249999999993, -0.35022000000000014, -0.4465499999999999, -0.7579650000000004, -0.30459000000000014, -0.3697200000000003, 0.08658000000000038, 0.2650050000000007, 0.5087550000000006, 0.3478800000000003, -0.14001000000000094, 0.25642499999999924, -0.5155800000000004, -0.3595800000000005, -0.45240000000000047, -0.8868600000000001, -0.8028150000000004, -0.1977300000000008, -0.24413999999999994, -0.16906500000000008, -0.9964500000000002, -0.3911700000000001, -0.555945000000001, -0.5200650000000004, -0.32545500000000027, -0.4368000000000005, -0.3981900000000004, -0.22971000000000016, -0.6579300000000005, -0.697905, -0.8948550000000003, -1.1503049999999995, -1.7585100000000002, -1.7382300000000002, -2.0003100000000007, -1.3478399999999984, -0.8618999999999997, -0.020670000000000466, 0.20942999999999945, 0.042704999999999604, -0.002535000000000065, 0.46448999999999985, 0.3133649999999991, -0.17062500000000014, -0.3081000000000005, -0.5331300000000001, -0.6534450000000005, 0.051479999999999415, -0.819584999999999, -1.3995150000000018, -1.3806000000000012, -1.4956500000000004, -1.321515000000001, -1.115595000000001, -0.5621849999999999, -0.485745, -0.08112000000000014, -0.36426000000000014, -0.24355500000000058, -0.46390500000000057, -0.5046600000000002, -1.354859999999999], [0.0, 0.11758500000000055, 0.4990050000000011, 0.9170850000000011, 1.0658700000000016, 0.8609250000000006, 0.4613700000000011, -0.13435499999999956, -0.8763299999999982, -0.33520499999999787, -0.1887599999999987, 0.6737250000000008, 0.2404350000000003, 0.20299500000000098, 0.9615450000000021, 0.4241250000000006, 0.41184000000000115, 0.698685000000001, 0.48808500000000105, 0.7739550000000011, 0.446160000000001, 0.8000850000000008, 0.302640000000001, 0.25389000000000117, 0.4931550000000005, 0.48418500000000153, 0.45864000000000116, 0.44499000000000133, 0.18915000000000198, -0.6306300000000004, 0.3974100000000016, 0.3615300000000009, 0.5768100000000005, 0.6253650000000008, 0.7156500000000009, -0.17179499999999936, 0.2993250000000004, 0.35860500000000084, 0.8347950000000012, -0.007994999999998864, 0.9018750000000006, 0.6021600000000012, 0.7187700000000004, 0.7620600000000013, 0.7189650000000011, 0.17433000000000137, 1.499940000000002, 0.49744500000000064, 0.413400000000001, 0.4412850000000007, 0.5208450000000004, 0.194610000000001, 0.17940000000000067, 0.9634950000000011, 1.2944100000000014, 0.48184500000000086, 0.3677700000000008, 1.021995000000001, 0.9974250000000017, 1.006200000000001, 0.687960000000001, 1.2068550000000018, 0.4280250000000011, 0.7478250000000013, 0.9870900000000012, 0.9802650000000012, 0.8308950000000014, 0.8503950000000005, 1.1622000000000008, -0.1269449999999991, 0.31570500000000074, 0.393510000000001, 0.17452500000000054, -0.8303099999999991, -0.02242499999999903, -0.07780499999999912, -0.49354499999999957, 0.17706000000000122, -0.08872499999999717, -0.6060599999999984, -0.5317649999999975, -0.6509100000000011], [0.0, -0.09204000000000034, -0.18544499999999986, -0.3576299999999999, -0.18759000000000037, 0.2897699999999998, 0.1216799999999999, -0.13688999999999985, 0.3447599999999994, 0.6072300000000004, 0.9523799999999991, 0.07234499999999994, 0.024569999999999786, -0.4007250000000002, 0.13571999999999984, 0.3874649999999997, 0.9946950000000003, 0.47424, 0.393705, 0.9722700000000005, 0.40950000000000014, 0.2926949999999999, 0.41066999999999976, -0.1292850000000007, 0.36816, 0.44576999999999983, 0.9112350000000006, 0.9215699999999994, 0.7954049999999999, 0.5341049999999998, 0.2893800000000001, 0.09554999999999991, 0.415935, 0.12148500000000072, 0.0900899999999996, 0.10432500000000032, 0.21021000000000056, -0.10685999999999968, -0.17978999999999984, -0.5733000000000007, -0.8112000000000005, -0.8229000000000004, -0.7462650000000013, -0.44421000000000044, 0.28041000000000016, 0.31024499999999977, 0.035295000000000215, 0.8186099999999992, 0.7033649999999999, -0.08053500000000041, -0.77844, -0.1339650000000001, 0.06747000000000006, -0.5350800000000004, -0.1608750000000001, 0.24219000000000002, 0.46507499999999974, 0.2751449999999998, 0.8763300000000004, 0.9352200000000005, 0.1411799999999998, 0.6735300000000002, 0.6596850000000005, 0.45337499999999986, 0.4988100000000002, 0.15190500000000007, 0.07488000000000007, -0.7326150000000007, -0.3970199999999996, -0.7486050000000002, -0.9155250000000006, -0.24316500000000008, -0.15034500000000017, 0.013845000000000024, -0.12402000000000013, 0.35918999999999857, 0.00623999999999969, 0.31200000000000006, 0.018719999999999848, 0.14625000000000002, -0.9907949999999999, -0.8320650000000025], [0.0, -1.3698750000000015, -0.9005099999999997, -0.9486750000000019, -0.2899650000000006, -0.9488700000000019, 0.15424499999999935, -0.11251500000000136, -0.635505, -1.3558350000000015, -1.5130050000000017, -0.8271899999999999, -1.5054000000000005, -1.1653200000000001, -0.7846800000000005, -0.7345650000000017, -0.37303500000000067, -0.31648500000000024, 0.09282000000000051, -0.36192000000000235, -0.6263400000000026, 0.3847349999999996, -0.8771100000000018, -1.7801550000000008, -1.4190149999999984, -0.5087550000000014, -1.013804999999999, -1.7179499999999985, -2.118480000000001, -1.6929900000000024, -1.6194750000000024, -1.8257850000000022, -2.0962499999999995, -2.283645000000001, -1.2692549999999996, -1.5668249999999995, -0.9087000000000005, -1.91022, -2.3639849999999996, -1.910415000000002, -1.913730000000003, -2.2458149999999995, -1.5715050000000004, -2.1366149999999964, -1.9704749999999998, -1.5523950000000053, -1.7004000000000021, -0.9779250000000004, -0.7920900000000002, -0.11524500000000037, -1.4849249999999994, -0.4393350000000005, -2.0554949999999996, -1.6239599999999965, -1.8156450000000002, -1.6276649999999997, -1.0407150000000027, -1.478295, -0.21879000000000037, -0.6033300000000004, -1.1857950000000006, -0.9496499999999997, -0.5206499999999998, -1.2938250000000002, -0.7963799999999999, 0.12070499999999934, -0.9923549999999974, -1.0867349999999998, -1.2021750000000022, -1.4687400000000006, -2.336295, -1.0003500000000012, -2.2417200000000026, -3.0829500000000003, -2.204864999999999, -0.9151350000000007, -2.6906099999999977, -0.8829600000000009, -0.7710299999999997, -0.17121000000000042, -1.550835000000004, -2.5578150000000095], [0.0, -0.3170700000000015, -0.5021250000000019, 0.18388499999999675, 0.3812249999999988, 0.39116999999999824, -0.152490000000002, -0.45220500000000396, -0.13864500000000013, 0.6563699999999983, 0.6830849999999977, 0.21410999999999691, 0.7803899999999977, 0.39155999999999813, 0.5791499999999978, 0.37166999999999883, 0.6918599999999991, 0.8020349999999979, 0.4752149999999995, 0.8808149999999987, 1.5547349999999982, 0.7975499999999973, 0.8230949999999964, 0.5185049999999977, -0.0984750000000012, -0.1349400000000036, -0.7074600000000018, -1.6060200000000024, -2.0086950000000012, -1.5582449999999988, -1.6748550000000024, -1.9328400000000026, -2.838225000000002, -2.3544299999999954, -1.8211050000000075, -1.5379650000000045, -1.6855799999999996, -1.6769999999999998, -1.873560000000004, -1.7117099999999985, -1.1370450000000047, -1.4338350000000035, -1.5321150000000052, -1.0541699999999998, -0.7566000000000013, -0.9543300000000003, -0.8326500000000017, -0.7649850000000031, -0.43758000000000186, -1.3205400000000014, -1.6420950000000036, -0.9155249999999995, -1.4320799999999998, -0.8917350000000004, -0.40248000000000195, -0.35704500000000094, -0.6066450000000023, -0.02379000000000131, 0.35665499999999706, 1.068404999999998, 1.449629999999998, 0.9769499999999982, 0.9196199999999988, 0.911234999999997, 0.4880849999999981, 0.6628049999999989, -0.4828200000000016, -0.18837000000000126, -0.15444000000000058, -0.4100850000000049, 0.21274499999999952, -0.5982600000000018, -0.5282550000000013, -0.13143000000000193, -0.010920000000001151, 0.09827999999999815, 0.07838999999999863, 0.42490499999999853, 0.28450499999999757, 0.14371499999999893, 0.432314999999998, -0.6000150000000002], [0.0, -0.04855499999999835, -0.8365499999999986, -1.8349499999999994, -1.3150799999999991, -1.37436, -1.264574999999999, -1.9960199999999992, -1.7555849999999993, -1.948634999999999, -2.211689999999999, -1.4455349999999987, -1.856205, -2.1061949999999983, -2.2571249999999994, -1.5966599999999995, -1.2628199999999996, -0.8991449999999995, -1.1598599999999997, -0.40287000000000006, -0.662219999999999, -1.1161799999999995, -1.6818749999999993, -0.9102599999999994, -1.0389599999999994, -1.370264999999999, -1.6793399999999992, -0.7230599999999994, -1.1772149999999986, -1.891889999999999, -2.4139049999999997, -2.32245, -2.838225, -3.5521199999999995, -2.8323750000000008, -2.849925, -2.5024349999999997, -3.473339999999996, -2.229824999999999, -2.3429249999999984, -3.2531849999999967, -2.4123449999999993, -1.9513649999999998, -1.60446, -1.8530849999999992, -1.7546099999999996, -1.0588499999999992, -0.8780849999999982, -0.8728199999999995, -1.1508899999999995, -2.101319999999999, -1.2557999999999994, -1.9186049999999992, -2.0576399999999997, -1.6350749999999992, -1.708394999999999, -1.522559999999999, -1.1099399999999984, -0.9112349999999991, -1.0450049999999993, -1.6103099999999992, -1.6711499999999992, -1.1643449999999993, -1.1738999999999988, -1.595099999999999, -1.3197600000000005, -1.8485999999999991, -1.8523049999999992, -1.9267949999999991, -2.014154999999999, -1.8109649999999993, -2.4464699999999997, -1.4925299999999988, -1.8955949999999986, -2.3464349999999987, -2.298854999999999, -1.4188199999999995, -1.4734199999999993, -1.8548399999999994, -1.9969949999999983, -1.793414999999999, -1.9991399999999997], [0.0, -0.2566199999999983, 0.027494999999999603, 0.34222500000000045, 0.33793499999999943, -0.4264650000000023, 0.5165549999999988, 0.5017349999999992, -0.33403500000000363, 0.008384999999999865, -0.06864000000000159, 0.2219099999999996, 0.372644999999999, 0.3564599999999999, 0.20767499999999917, -0.0723450000000001, -0.057525000000001825, 0.6906900000000001, 1.1871599999999995, 1.6740750000000002, 1.9020299999999994, 1.1425050000000003, 1.2091949999999998, 0.9291749999999999, 1.5379649999999994, 0.025740000000000984, 0.2472599999999997, -0.10081500000000121, -0.15873000000000137, -0.500564999999999, -1.1374349999999989, -1.5640950000000002, -1.4753699999999992, -1.5011100000000013, -0.5976749999999982, -1.6011449999999996, -1.4233050000000043, -2.0824050000000023, -1.9295249999999997, -2.0759700000000034, -2.3532600000000015, -1.139385000000001, -1.1963250000000023, -1.4742000000000044, -1.7596799999999997, -1.3827449999999992, -1.4806350000000001, -0.8626799999999999, -0.654030000000001, -0.6275100000000018, -0.5081700000000011, -1.135484999999999, -1.0808850000000005, -0.25213500000000266, -0.23087999999999953, -0.049334999999999685, 0.427244999999999, 0.15014999999999956, 0.2704649999999993, 0.1308449999999992, 0.3277949999999995, 0.2349749999999987, -0.5142149999999994, -0.45415499999999986, -0.5218200000000022, 0.4510349999999995, 0.1864199999999998, 0.13708499999999835, -1.068599999999998, -0.07819500000000179, -0.3159000000000023, 0.004484999999999406, -0.05186999999999942, -0.428805000000001, 0.25388999999999995, 0.02339999999999942, 0.6590999999999996, -0.7185749999999989, -0.5736900000000011, -0.37869000000000286, -0.19929000000000086, -0.03900000000000059], ...] | NaN | 200.0 | 3.191636 | 1.518122 | 0.889932 | 0.925490 | 1.082584 | 0.591823 | 0.033005 | 0.043866 | 0.017126 | 123.461139 | 10895.646987 | 45.000 | 0.543208 | 0.0 | 0.32 | 8.0 | -0.321918 | 0.289063 | -0.297935 | 0.466667 | -0.256757 | 90.0 | 90.0 | 0.245500 | 0.295532 | 0.050927 | 0.254844 | 0.105342 | 50.000 | 0.170 | 4927.0 | 0.0 | 6.958033 | 3.676913 | 9.843092 | 2.027424 | 9.206767 | NaN | 0.0025 | 0.0225 | 0.2335 | 0.0115 | 0.0 | 0.0 | 0.142570 | 0.0 | 0.0 | 0.0 | -0.136593 | 1.0 | 0.010653 | 0.001679 | 0.009765 | 0.122004 | 0.011320 | 7955.0 | 3756.0 | 7199.0 | 549.0 | TH | 11.0 | 20.0 | 729445650.0 |
... and 3228 more row(s).
Units#
The “units” from an electrophysiological recording are the outputs of a clustering algorithm (in this case, Kilosort), which assigns each spike detected in the voltage traces to a unique neuron. The units table has one row per unit and contains spike times, waveforms, quality-control metrics, anatomical location, and a large set of precomputed visual-response metrics (one per stimulus family) for every sorted unit in the session.
Column |
Description |
|---|---|
waveform_duration |
Difference (in ms) of the time of the waveform peak and trough on the channel with maximum amplitude. |
cluster_id |
unique identifier for unit (from spike sorting) |
peak_channel_id |
Channel ID with the maximum amplitude waveform for this unit. |
cumulative_drift |
Cumulative change in spike depth during recording |
amplitude_cutoff |
Approximation of the unit false negative rate based on the spike amplitude distribution. Values closer to 0.5 indicate >50% of spikes may be missing. |
snr |
Signal-to-noise ratio. Ratio between the waveform amplitude and 2x the standard deviation of the residual waveforms. |
recovery_slope |
Slope of the recovery of 1D waveform (waveform on peak channel) to baseline after repolarization (coming down from peak). |
isolation_distance |
Take the center of the cluster in PC space and compute the Mahalanobis distance squared required to find the same number of “other” spikes as the total number of spikes for the unit. The better the cluster quality, the higher the isolation distance. |
nn_miss_rate |
Fraction of spikes from other units that have their nearest neighbors belonging to this unit. |
silhouette_score |
Standard metric of cluster quality computed by pairwise comparison between the PCs of the cluster and PCs of all other units with overlapping channels. Minimum silhouette score across all pairs (between -1 and 1, with 1 indicating perfect isolation). |
velocity_above |
Slope of spike propagation velocity traveling in dorsal direction from soma (note to avoid infinite values, this is actually the inverse of velocity: ms/mm). |
quality |
Label assigned based on waveform shape. Either “good” for physiological waveforms or “noise” for artifactual waveforms. |
PT_ratio |
Ratio of peak amplitude to trough amplitude for the 1D waveform (waveform on peak channel). |
l_ratio |
Sum of (1 - chi^2 CDF) for “other” spikes within the isolation distance sphere, divided by total “other” spikes. Lower values indicate better isolation. |
velocity_below |
Slope of spike propagation velocity traveling in ventral direction from soma (note to avoid infinite values, this is actually the inverse of velocity: ms/mm). |
max_drift |
Maximum range of the median peak channel within 51 s intervals throughout the session. Used to identify sessions with high probe motion. |
isi_violations |
Relative firing rate of contaminating spikes based on refractory period violations (<1.5 ms). Indicates whether unit contains spikes from multiple neurons. |
firing_rate |
Overall firing rate N/T, where N = number of spikes in the complete session and T = total time of the recording session in seconds. |
amplitude |
Difference (in microvolts) between the peak and trough of the waveform on a single channel. |
spread |
Spatial extent (in microns) of channels where the waveform amplitude exceeds 12% of the peak amplitude. |
waveform_halfwidth |
|
d_prime |
Separability of the unit from all other units based on linear discriminant analysis in PC space. |
presence_ratio |
Fraction of 100 equal-sized time blocks that include 1 or more spikes from the unit. Units with low presence ratio likely drifted out of the recording, or could not be tracked by Kilosort2 for the duration of the experiment. |
repolarization_slope |
Maximum slope of the 1D waveform (waveform on peak channel) to baseline after trough. |
nn_hit_rate |
Fraction of the four nearest spikes in PC space that belong to this unit. |
spike_times |
times (s) of detected spiking events |
spike_amplitudes |
amplitude (s) of detected spiking events |
waveform_mean |
mean waveforms on peak channels (and over samples) |
c50_dg |
Contrast at half-maximum response (C50) from the contrast-response function during drifting gratings. |
area_rf |
Receptive-field area during receptive-field (gabor) mapping. |
fano_dg |
Fano factor (spike-count variance divided by mean) during drifting gratings. |
fano_fl |
Fano factor (spike-count variance divided by mean) during full-field flashes. |
fano_ns |
Fano factor (spike-count variance divided by mean) during natural scenes. |
fano_rf |
Fano factor (spike-count variance divided by mean) during receptive-field (gabor) mapping. |
fano_sg |
Fano factor (spike-count variance divided by mean) during static gratings. |
f1_f0_dg |
Ratio of the first harmonic to the mean (F1/F0) response during drifting gratings. |
g_dsi_dg |
Global direction-selectivity index during drifting gratings. |
g_osi_dg |
Global orientation-selectivity index during drifting gratings. |
g_osi_sg |
Global orientation-selectivity index during static gratings. |
width_rf |
Receptive-field width during receptive-field (gabor) mapping. |
height_rf |
Receptive-field height during receptive-field (gabor) mapping. |
azimuth_rf |
Receptive-field center azimuth during receptive-field (gabor) mapping. |
mod_idx_dg |
Modulation index during drifting gratings. |
p_value_rf |
Significance (p-value) of the receptive-field map during receptive-field (gabor) mapping. |
pref_sf_sg |
Preferred spatial frequency during static gratings. |
pref_tf_dg |
Preferred temporal frequency during drifting gratings. |
run_mod_dg |
Running modulation (response change between running and stationary) during drifting gratings. |
run_mod_fl |
Running modulation (response change between running and stationary) during full-field flashes. |
run_mod_ns |
Running modulation (response change between running and stationary) during natural scenes. |
run_mod_rf |
Running modulation (response change between running and stationary) during receptive-field (gabor) mapping. |
run_mod_sg |
Running modulation (response change between running and stationary) during static gratings. |
pref_ori_dg |
Preferred orientation during drifting gratings. |
pref_ori_sg |
Preferred orientation during static gratings. |
run_pval_dg |
Significance (p-value) of the running modulation during drifting gratings. |
run_pval_fl |
Significance (p-value) of the running modulation during full-field flashes. |
run_pval_ns |
Significance (p-value) of the running modulation during natural scenes. |
run_pval_rf |
Significance (p-value) of the running modulation during receptive-field (gabor) mapping. |
run_pval_sg |
Significance (p-value) of the running modulation during static gratings. |
elevation_rf |
Receptive-field center elevation during receptive-field (gabor) mapping. |
on_screen_rf |
Degree to which the receptive field falls on the stimulus screen during receptive-field (gabor) mapping. |
pref_image_ns |
Preferred image index during natural scenes. |
pref_phase_sg |
Preferred phase during static gratings. |
firing_rate_dg |
Mean firing rate during drifting gratings. |
firing_rate_fl |
Mean firing rate during full-field flashes. |
firing_rate_ns |
Mean firing rate during natural scenes. |
firing_rate_rf |
Mean firing rate during receptive-field (gabor) mapping. |
firing_rate_sg |
Mean firing rate during static gratings. |
on_off_ratio_fl |
On/off response ratio during full-field flashes. |
time_to_peak_fl |
Time to peak response during full-field flashes. |
time_to_peak_ns |
Time to peak response during natural scenes. |
time_to_peak_rf |
Time to peak response during receptive-field (gabor) mapping. |
time_to_peak_sg |
Time to peak response during static gratings. |
pref_sf_multi_sg |
Preferred spatial frequency during static gratings. Estimated from the combined multi-stimulus analysis. |
pref_tf_multi_dg |
Preferred temporal frequency during drifting gratings. Estimated from the combined multi-stimulus analysis. |
sustained_idx_fl |
Sustained-response index during full-field flashes. |
pref_ori_multi_dg |
Preferred orientation during drifting gratings. Estimated from the combined multi-stimulus analysis. |
pref_ori_multi_sg |
Preferred orientation during static gratings. Estimated from the combined multi-stimulus analysis. |
pref_phase_multi_sg |
Preferred phase during static gratings. Estimated from the combined multi-stimulus analysis. |
image_selectivity_ns |
Image selectivity during natural scenes. |
pref_images_multi_ns |
Preferred image index during natural scenes. Estimated from the combined multi-stimulus analysis. |
lifetime_sparseness_dg |
Lifetime sparseness during drifting gratings. |
lifetime_sparseness_fl |
Lifetime sparseness during full-field flashes. |
lifetime_sparseness_ns |
Lifetime sparseness during natural scenes. |
lifetime_sparseness_rf |
Lifetime sparseness during receptive-field (gabor) mapping. |
lifetime_sparseness_sg |
Lifetime sparseness during static gratings. |
anterior_posterior_ccf_coordinate |
Anterior-posterior position of this unit’s peak channel in the Allen CCFv3 (microns); NaN if the channel is out of brain or unregistered. |
dorsal_ventral_ccf_coordinate |
Dorsal-ventral position of this unit’s peak channel in the Allen CCFv3 (microns); NaN if the channel is out of brain or unregistered. |
left_right_ccf_coordinate |
Left-right position of this unit’s peak channel in the Allen CCFv3 (microns); NaN if the channel is out of brain or unregistered. |
ecephys_structure_id |
Allen CCFv3 structure ID of the brain region containing this unit’s peak channel (numeric counterpart of the ‘ecephys_structure_acronym’); NaN if the channel is out of brain or unassigned. |
ecephys_structure_acronym |
Acronym of the Allen CCFv3 brain structure containing this unit’s peak channel (the unit’s recorded location); empty if the channel is out of brain or unassigned. |
probe_horizontal_position |
Horizontal (across-probe) position (microns) of this unit’s peak channel. |
probe_vertical_position |
Distance (microns) from the probe tip to this unit’s peak channel along the probe. |
ecephys_probe_id |
Identifier of the Neuropixels probe that recorded this unit (the probe of its peak channel). |
units = nwbfile.units[:]
units
| waveform_duration | cluster_id | peak_channel_id | cumulative_drift | amplitude_cutoff | snr | recovery_slope | isolation_distance | nn_miss_rate | silhouette_score | ... | lifetime_sparseness_rf | lifetime_sparseness_sg | anterior_posterior_ccf_coordinate | dorsal_ventral_ccf_coordinate | left_right_ccf_coordinate | ecephys_structure_id | ecephys_structure_acronym | probe_horizontal_position | probe_vertical_position | ecephys_probe_id | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | |||||||||||||||||||||
| 950921187 | 0.604355 | 4 | 850249267 | 481.80 | 0.425574 | 2.209140 | -0.118430 | 17.537571 | 0.009496 | 0.036369 | ... | 0.068347 | 0.027059 | 7955.0 | 3756.0 | 7199.0 | 549.0 | TH | 11.0 | 20.0 | 729445650.0 |
| 950921172 | 0.521943 | 3 | 850249267 | 681.53 | 0.390098 | 1.959983 | -0.109729 | 14.677643 | 0.003857 | 0.103446 | ... | 0.226443 | 0.036345 | 7955.0 | 3756.0 | 7199.0 | 549.0 | TH | 11.0 | 20.0 | 729445650.0 |
| 950921152 | 0.467002 | 2 | 850249267 | 1070.71 | 0.500000 | 2.522905 | -0.109867 | 15.783665 | 0.017776 | 0.027818 | ... | 0.085703 | 0.030548 | 7955.0 | 3756.0 | 7199.0 | 549.0 | TH | 11.0 | 20.0 | 729445650.0 |
| 950921135 | 0.467002 | 1 | 850249267 | 253.42 | 0.500000 | 2.803475 | -0.150379 | 26.666930 | 0.023742 | 0.076530 | ... | 0.122004 | 0.011320 | 7955.0 | 3756.0 | 7199.0 | 549.0 | TH | 11.0 | 20.0 | 729445650.0 |
| 950921111 | 0.439531 | 0 | 850249267 | 141.82 | 0.018056 | 4.647943 | -0.328727 | 66.901065 | 0.006595 | NaN | ... | 0.030071 | 0.005186 | 7955.0 | 3756.0 | 7199.0 | 549.0 | TH | 11.0 | 20.0 | 729445650.0 |
| ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
| 950958827 | 0.686767 | 327 | 850256505 | 425.47 | 0.013262 | 1.197137 | -0.033924 | 47.100934 | 0.000569 | 0.003954 | ... | 0.852212 | 0.255458 | 7557.0 | 1172.0 | 8657.0 | 417.0 | VISrl | 59.0 | 1280.0 | 729445658.0 |
| 950958817 | 0.535678 | 326 | 850256505 | 391.97 | 0.029259 | 2.162418 | -0.045889 | 44.871938 | 0.004134 | -0.030602 | ... | 0.921488 | 0.230707 | 7557.0 | 1172.0 | 8657.0 | 417.0 | VISrl | 59.0 | 1280.0 | 729445658.0 |
| 950958015 | 0.576884 | 236 | 850256505 | 195.00 | 0.003844 | 3.398071 | -0.072890 | 43.340940 | 0.001142 | -0.127013 | ... | 0.987603 | 0.540521 | 7557.0 | 1172.0 | 8657.0 | 417.0 | VISrl | 59.0 | 1280.0 | 729445658.0 |
| 950958038 | 0.137353 | 239 | 850256507 | 132.76 | 0.001628 | 3.938438 | -0.121152 | 84.593734 | 0.000101 | 0.250970 | ... | NaN | 0.275835 | 7555.0 | 1165.0 | 8665.0 | 417.0 | VISrl | 27.0 | 1280.0 | 729445658.0 |
| 950958064 | 0.604355 | 242 | 850256511 | 314.21 | 0.084867 | 3.099177 | -0.064093 | 49.170211 | 0.001985 | 0.153596 | ... | 0.728861 | 0.135086 | 7550.0 | 1144.0 | 8688.0 | 417.0 | VISrl | 11.0 | 1300.0 | 729445658.0 |
3232 rows × 94 columns
Spike times#
The spike_times column contains one array per unit with the times (in seconds, aligned to the start of the session) of every detected spike for that unit. This is the main entry point for building rasters, PSTHs, and firing-rate summaries.
spike_times = units.spike_times
spike_times
id
950921187 [1.0439430431793884, 1.543311060144649, 2.7287...
950921172 [10.406435026164546, 17.127986534673788, 18.48...
950921152 [1.2775103414155262, 2.3915133536963493, 3.701...
950921135 [9.473732504122962, 13.198542576065163, 18.302...
950921111 [1.1677100445138795, 1.1707767194728813, 1.349...
...
950958827 [56.68879155534432, 56.71539151930708, 140.382...
950958817 [32.77642395146384, 53.25072954651286, 53.3577...
950958015 [171.13333650757914, 614.5358357924764, 895.59...
950958038 [2625.1812451333517, 2625.195478447402, 2625.2...
950958064 [8.229957206651436, 8.243390521785514, 9.81902...
Name: spike_times, Length: 3232, dtype: object
Filtering by quality and brain structure#
Two columns are useful for narrowing down units for further analysis:
quality: overall quality label assigned by spike sorting (typicallygoodornoise).ecephys_structure_acronym: the CCF-annotated brain structure the unit is located in.
pd.crosstab(units.ecephys_structure_acronym, units.quality, margins=True).sort_values("good", ascending=False)
| quality | good | noise | All |
|---|---|---|---|
| ecephys_structure_acronym | |||
| All | 1852 | 1380 | 3232 |
| CA1 | 326 | 335 | 661 |
| APN | 322 | 58 | 380 |
| SUB | 118 | 39 | 157 |
| LGd | 118 | 49 | 167 |
| VISp | 112 | 22 | 134 |
| POL | 97 | 24 | 121 |
| VISam | 85 | 20 | 105 |
| VISl | 83 | 112 | 195 |
| grey | 73 | 45 | 118 |
| CA3 | 73 | 110 | 183 |
| 67 | 91 | 158 | |
| LP | 59 | 21 | 80 |
| VISpm | 50 | 67 | 117 |
| VPM | 48 | 17 | 65 |
| DG | 47 | 95 | 142 |
| VISrl | 36 | 121 | 157 |
| VL | 34 | 9 | 43 |
| VISal | 30 | 84 | 114 |
| NOT | 28 | 6 | 34 |
| TH | 23 | 11 | 34 |
| PO | 17 | 27 | 44 |
| CA2 | 3 | 16 | 19 |
| Eth | 3 | 0 | 3 |
| MB | 0 | 1 | 1 |
Stimulus presentations#
In place of a single stimulus trials table, Visual Coding Neuropixels sessions organize behavior around stimulus presentation intervals. Each stimulus family (drifting gratings, static gratings, natural scenes, natural movies, gabors for receptive-field mapping, full-field flashes, and spontaneous activity) has its own intervals table with one row per stimulus sweep. Use these tables to select trials of interest and align spike times to stimulus events.
list(nwbfile.intervals)
['drifting_gratings_presentations',
'flashes_presentations',
'gabors_presentations',
'invalid_times',
'natural_movie_one_presentations',
'natural_movie_three_presentations',
'natural_scenes_presentations',
'spontaneous_presentations',
'static_gratings_presentations']
For detailed information about the stimuli and corresponding intervals tables, see the stimulus page.
Running speed#
The mouse is head-fixed on a running wheel and is free to run throughout the session. An encoder on the wheel provides a continuous running-speed time series stored in the running processing module.
nwbfile.processing["running"]
running (ProcessingModule)
data_interfaces
running_speed
data
| Data type | float64 |
|---|---|
| Shape | (365065,) |
| Array size | 2.79 MiB |
timestamps
| Data type | float64 |
|---|---|
| Shape | (365065,) |
| Array size | 2.79 MiB |
timestamp_link
running_speed_end_times
data
| Data type | float64 |
|---|---|
| Shape | (365065,) |
| Array size | 2.79 MiB |
timestamps
| Data type | float64 |
|---|---|
| Shape | (365065,) |
| Array size | 2.79 MiB |
running_wheel_rotation
data
| Data type | float32 |
|---|---|
| Shape | (365065,) |
| Array size | 1.39 MiB |
timestamps (link to processing/running/running_speed/timestamps)
| Data type | float64 |
|---|---|
| Shape | (365065,) |
| Array size | 2.79 MiB |
running_speed = nwbfile.processing["running"]["running_speed"].data[:]
running_timestamps = nwbfile.processing["running"]["running_speed"].timestamps[:]
plt.plot(running_timestamps, running_speed)
plt.ylabel('Speed (cm/s)')
plt.xlabel('Time (s)')
Text(0.5, 0, 'Time (s)')
Optotagging#
In addition to the visual protocol, each session ends with an optotagging block: brief pulses of blue light are delivered to a Cre-dependent, ChR2-expressing population, and units are considered “tagged” if they respond at short latency. The optotagging processing module stores both the laser-pulse intervals and a timeseries description of the protocol.
optogenetic_stimulation intervals#
Column |
Description |
|---|---|
start_time |
start time of epoch (s) |
condition |
optogenetic stimulus condition |
level |
light level used for stimulation |
stop_time |
stop time of epoch (s) |
stimulus_name |
type of stimulus (e.g. pulse, ramp) |
duration |
length of stimulus (s) |
tags |
user-defined tags |
timeseries |
index into a Timeseries object |
opto = nwbfile.processing["optotagging"]["optogenetic_stimulation"].to_dataframe()
opto.head()
| start_time | condition | level | stop_time | stimulus_name | duration | tags | timeseries | |
|---|---|---|---|---|---|---|---|---|
| id | ||||||||
| 0 | 9224.47063 | a single square pulse | 1.0 | 9224.47563 | pulse | 0.005 | [optical_stimulation] | [(0, 1, optotagging pynwb.base.TimeSeries at 0... |
| 1 | 9226.51052 | half-period of a cosine wave | 1.0 | 9227.51052 | raised_cosine | 1.000 | [optical_stimulation] | [(1, 1, optotagging pynwb.base.TimeSeries at 0... |
| 2 | 9228.69081 | half-period of a cosine wave | 4.0 | 9229.69081 | raised_cosine | 1.000 | [optical_stimulation] | [(2, 1, optotagging pynwb.base.TimeSeries at 0... |
| 3 | 9230.74029 | a single square pulse | 2.5 | 9230.74529 | pulse | 0.005 | [optical_stimulation] | [(3, 1, optotagging pynwb.base.TimeSeries at 0... |
| 4 | 9232.72561 | 2.5 ms pulses at 10 Hz | 2.5 | 9233.72561 | fast_pulses | 1.000 | [optical_stimulation] | [(4, 1, optotagging pynwb.base.TimeSeries at 0... |
LFP#
For each probe, the acquisition group contains a downsampled local field potential (LFP) recording (probe_<id>_lfp). Each LFP is stored as a channel × time array with its own timestamps, and channels can be linked back to anatomy through the electrodes table.
lfp_keys = [k for k in nwbfile.acquisition if k.endswith("_lfp")]
lfp_keys
['probe_729445648_lfp',
'probe_729445650_lfp',
'probe_729445652_lfp',
'probe_729445654_lfp',
'probe_729445656_lfp',
'probe_729445658_lfp']
lfp = nwbfile.acquisition[lfp_keys[0]].electrical_series
lfp
{'probe_729445648_lfp_data': probe_729445648_lfp_data pynwb.ecephys.ElectricalSeries at 0x139673032228720
Fields:
comments: no comments
conversion: 1.0
data: <zarr.core.Array '/acquisition/probe_729445648_lfp/probe_729445648_lfp_data/data' (12081228, 94) float32 read-only>
description: no description
electrodes: electrodes <class 'hdmf.common.table.DynamicTableRegion'>
interval: 1
offset: 0.0
resolution: -1.0
timestamps: <zarr.core.Array '/acquisition/probe_729445648_lfp/probe_729445648_lfp_data/timestamps' (12081228,) float64 read-only>
timestamps_unit: seconds
unit: volts}