From def8ee9f53fc7898e81d8586c7bb1cf57c2a8911 Mon Sep 17 00:00:00 2001 From: juliankedys <96544513+juliankedys@users.noreply.github.com> Date: Wed, 5 Nov 2025 21:10:08 +0000 Subject: [PATCH 1/5] Solved the issue behind the failed check. Previously the standalone Plotly HTML embeds were (most likely) blocked by CSP/CDN restrictions; switching to a minimal inline JSON spec rendered by a single on-page Plotly instance sidestepped CSP, removed script conflicts, and restored consistent, centred, responsive plots. The interactive figures should now render correctly in the blog post. --- _posts/2025-10-25-phase-diagram-playbook.md | 302 ++++++++++++++---- .../3D-ELA22.json | 1 + .../3D-ELA23.json | 1 + .../3D-PDA-C.json | 1 + .../3D-PDA-chiSG.json | 1 + .../3D-PDA-chiUni.json | 1 + .../3D-PDA-m.json | 1 + .../3D-PDA-q.json | 1 + .../3D-impu2.json | 1 + .../3D-louvain.json | 1 + 10 files changed, 242 insertions(+), 69 deletions(-) create mode 100644 assets/plotly/2025-10-25-phase-diagram-playbook/3D-ELA22.json create mode 100644 assets/plotly/2025-10-25-phase-diagram-playbook/3D-ELA23.json create mode 100644 assets/plotly/2025-10-25-phase-diagram-playbook/3D-PDA-C.json create mode 100644 assets/plotly/2025-10-25-phase-diagram-playbook/3D-PDA-chiSG.json create mode 100644 assets/plotly/2025-10-25-phase-diagram-playbook/3D-PDA-chiUni.json create mode 100644 assets/plotly/2025-10-25-phase-diagram-playbook/3D-PDA-m.json create mode 100644 assets/plotly/2025-10-25-phase-diagram-playbook/3D-PDA-q.json create mode 100644 assets/plotly/2025-10-25-phase-diagram-playbook/3D-impu2.json create mode 100644 assets/plotly/2025-10-25-phase-diagram-playbook/3D-louvain.json diff --git a/_posts/2025-10-25-phase-diagram-playbook.md b/_posts/2025-10-25-phase-diagram-playbook.md index d73c8d6..4e2490c 100644 --- a/_posts/2025-10-25-phase-diagram-playbook.md +++ b/_posts/2025-10-25-phase-diagram-playbook.md @@ -122,46 +122,63 @@ Comparing whole-brain dynamics across individuals is hard without a common refer Resting-state fUS from N=8 mice (7 Cre-lox ASD models spanning 4 subtypes; 1 control with no symptomatic manifestation modelled); 54 bilateral regions (27 L/R pairs; whole-brain collection) - unified across all the subjects; two runs per mouse (1494 frames for each recording session; TR ≈ 0.6 s); runs concatenated per subject. -
- -
- Interactive 3D energy landscape for an example mouse -

- -
-
- -
- -
- Interactive 3D energy landscape for another example mouse -

- + + + + + +
+
+
+ 3D Louvain graph of brain regions. + Nodes are regions; node colour shows Louvain communities, edges reflect above-threshold similarity used for the graph. + Hover reveals region name, degree, and cluster; drag to rotate, scroll to zoom.
- - + --- @@ -350,20 +367,36 @@ This sub-pipeline fills in missing regional time series in whole-brain power-Dop
-
- -
- -

- Nearest-neighbours in PCA space (interactive). - Each marker is a reference mouse/run for the same region, embedded by PCA of the region’s time-series vectors; colours show clusters (nearest-neighbour groups). The red diamond is the imputed series; the blue marker(s) indicate the current mouse/run. +

+
+
+
+ Nearest-neighbours imputation — 3D PCA view +
+
+ + + + {% enddetails %} @@ -1134,6 +1167,55 @@ where $$\mathbf{s}^{(i)}$$ is $$\mathbf{s}$$ with spin $$i$$ flipped. This yield **Read-outs:** (i) attractor maps (patterns + labels), (ii) disconnectivity graphs, (iii) barrier distributions, (iv) transition/reachability matrices (one-step and multi-step), and (v) kinetic summaries (MFPT heatmaps, committor fields, relaxation spectra, Kemeny constants). These quantify stability, switching propensity, and heterogeneity of access between states. + + +
+
+
+ Interactive 3D energy landscape for an example mouse +
+
+ + +
+
+
+ Interactive 3D energy landscape for another example mouse +
+
+ + + + + + Crucially, these mechanistic and interpretable descriptors and metrics provide an additional high-level framework for comparing brain dynamics across different individuals, or even cohorts with systematically divergent patterns of neural activity - a discrete and more intuitive alternative to classic means for unifying/juxtaposing representations in computational systems. @@ -1173,26 +1255,108 @@ Crucially, these mechanistic and interpretable descriptors and metrics provide a ## 6) Phase-Diagram Analysis (PDA): multi-observable placement **Goal:** -Place every subject on a *shared* Sherrington–Kirkpatrick‑like $$(\mu,\sigma)$$ phase surface using *multiple* observables at once, with uncertainty, so that cohorts become directly comparable without needing a fixed “healthy baseline”. PDA sits downstream of our shared‑latent → binarisation → Ising (PMEM) fit, and is designed to be robust, auditable, and reproducible from end to end. - -
- -
- Interactive 3D phase diagram with robust multi-subject positioning - illustrated for C as the example metric -

- -
+Place every subject on a *shared* Sherrington–Kirkpatrick-like $$(\mu,\sigma)$$ phase surface using *multiple* observables at once, with uncertainty, so that cohorts become directly comparable without needing a fixed “healthy baseline”. PDA sits downstream of our shared-latent → binarisation → Ising (PMEM) fit, and is designed to be robust, auditable, and reproducible from end to end. + + + + + + +
+
+
Magnetisation (m) — whole-brain activation bias on the σ–μ plane (pooled-reference surface).
+
+ + +
+
+
Spin-glass order (q) — pattern stability; high q = rigid/repetitive, low q = flexible/variable (pooled-reference).
+ + +
+
+
Spin-glass susceptibility (χSG) — sensitivity to local perturbations; peaks indicate proximity to critical boundaries (pooled-reference).
+
+ + +
+
+
Uniform susceptibility (χuni) — sensitivity to a global nudge; high values = strong coherent whole-brain shift (pooled-reference).
+
+ + +
+
+
Specific heat (C) — variance of model energy; high C = many competing states near a phase boundary (pooled-reference).
+
+ + --- diff --git a/assets/plotly/2025-10-25-phase-diagram-playbook/3D-ELA22.json b/assets/plotly/2025-10-25-phase-diagram-playbook/3D-ELA22.json new file mode 100644 index 0000000..d1ac915 --- /dev/null +++ b/assets/plotly/2025-10-25-phase-diagram-playbook/3D-ELA22.json @@ -0,0 +1 @@ +{"data":[{"cmax":-1.9133625885260483,"cmin":-3.2287606918815017,"colorbar":{"len":0.9,"title":{"text":"Energy"},"y":0.5},"colorscale":[[0.0,"#440154"],[0.1111111111111111,"#482878"],[0.2222222222222222,"#3e4989"],[0.3333333333333333,"#31688e"],[0.4444444444444444,"#26828e"],[0.5555555555555556,"#1f9e89"],[0.6666666666666666,"#35b779"],[0.7777777777777778,"#6ece58"],[0.8888888888888888,"#b5de2b"],[1.0,"#fde725"]],"contours":{"x":{"color":"gray","show":true,"size":0.02472098244059287,"width":1},"y":{"color":"gray","show":true,"size":0.02472098244059287,"width":1},"z":{"highlight":true,"highlightcolor":"white","project":{"z":false},"show":false}},"hovertemplate":"Energy: %{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","lighting":{"ambient":0.8},"showscale":true,"x":[[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273],[-0.8253524105946997,-0.8003185043257448,-0.7752845980567901,-0.7502506917878352,-0.7252167855188805,-0.7001828792499256,-0.6751489729809708,-0.650115066712016,-0.6250811604430613,-0.6000472541741064,-0.5750133479051516,-0.5499794416361968,-0.524945535367242,-0.4999116290982872,-0.4748777228293324,-0.4498438165603776,-0.4248099102914228,-0.399776004022468,-0.3747420977535132,-0.3497081914845584,-0.3246742852156036,-0.29964037894664874,-0.274606472677694,-0.24957256640873915,-0.2245386601397843,-0.19950475387082955,-0.1744708476018747,-0.14943694133291996,-0.1244030350639651,-0.09936912879501036,-0.07433522252605551,-0.04930131625710077,-0.024267409988145916,0.0007664962808089371,0.02580040254976368,0.05083430881871853,0.07586821508767327,0.10090212135662813,0.12593602762558287,0.15096993389453772,0.17600384016349246,0.20103774643244732,0.22607165270140217,0.251105558970357,0.27613946523931165,0.3011733715082665,0.32620727777722136,0.3512411840461762,0.37627509031513107,0.4013089965840857,0.42634290285304055,0.4513768091219954,0.47641071539095026,0.5014446216599049,0.5264785279288597,0.5515124341978146,0.5765463404667694,0.6015802467357243,0.6266141530046789,0.6516480592736338,0.6766819655425886,0.7017158718115435,0.7267497780804981,0.751783684349453,0.7768175906184078,0.8018514968873627,0.8268854031563175,0.8519193094252722,0.876953215694227,0.9019871219631819,0.9270210282321367,0.9520549345010914,0.9770888407700462,1.002122747039001,1.027156653307956,1.0521905595769108,1.0772244658458654,1.1022583721148203,1.127292278383775,1.15232618465273]],"y":[[-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901,-1.5287890728661901],[-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353,-1.5037551665972353],[-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804,-1.4787212603282804],[-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258,-1.4536873540593258],[-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371,-1.428653447790371],[-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416,-1.403619541521416],[-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613,-1.3785856352524613],[-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064,-1.3535517289835064],[-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518,-1.3285178227145518],[-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597,-1.303483916445597],[-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642,-1.278450010176642],[-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874,-1.2534161039076874],[-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324,-1.2283821976387324],[-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777,-1.2033482913697777],[-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229,-1.1783143851008229],[-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868,-1.153280478831868],[-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134,-1.1282465725629134],[-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585,-1.1032126662939585],[-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037,-1.0781787600250037],[-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488,-1.0531448537560488],[-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094,-1.028110947487094],[-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393,-1.0030770412181393],[-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845,-0.9780431349491845],[-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296,-0.9530092286802296],[-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748,-0.9279753224112748],[-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232,-0.90294141614232],[-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652,-0.8779075098733652],[-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104,-0.8528736036044104],[-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556,-0.8278396973354556],[-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009,-0.8028057910665009],[-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546,-0.777771884797546],[-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913,-0.7527379785285913],[-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364,-0.7277040722596364],[-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816,-0.7026701659906816],[-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268,-0.6776362597217268],[-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772,-0.652602353452772],[-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172,-0.6275684471838172],[-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624,-0.6025345409148624],[-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076,-0.5775006346459076],[-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528,-0.5524667283769528],[-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998,-0.527432822107998],[-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432,-0.5023989158390432],[-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883,-0.4773650095700883],[-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346,-0.45233110330113346],[-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883,-0.42729719703217883],[-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224,-0.402263290763224],[-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691,-0.3772293844942691],[-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143,-0.3521954782253143],[-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594,-0.3271615719563594],[-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048,-0.3021276656874048],[-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994,-0.27709375941844994],[-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951,-0.2520598531494951],[-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023,-0.22702594688054023],[-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856,-0.2019920406115856],[-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075,-0.17695813434263075],[-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759,-0.1519242280736759],[-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104,-0.12689032180472104],[-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619,-0.10185641553576619],[-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156,-0.07682250926681156],[-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567,-0.0517886029978567],[-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185,-0.02675469672890185],[-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997,-0.001720790459946997],[0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634,0.023313115809007634],[0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249,0.04834702207796249],[0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734,0.07338092834691734],[0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722,0.0984148346158722],[0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705,0.12344874088482705],[0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168,0.14848264715378168],[0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653,0.17351655342273653],[0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138,0.19855045969169138],[0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624,0.22358436596064624],[0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087,0.24861827222960087],[0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557,0.2736521784985557],[0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106,0.2986860847675106],[0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654,0.3237199910364654],[0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203,0.3487538973054203],[0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749,0.3737878035743749],[0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976,0.39882170984332976],[0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846,0.4238556161122846],[0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947,0.44888952238123947]],"z":[[-2.5037603163968907,-2.5095906699342145,-2.5155723114465807,-2.521719135447331,-2.52804579842674,-2.534567589991993,-2.5413002438893284,-2.54825967288948,-2.5554616083491957,-2.5629211219264048,-2.5706520037022256,-2.5786659683196906,-2.586971659424665,-2.595573423779168,-2.6044698314347223,-2.6136519293074763,-2.62310123483761,-2.6327875068412623,-2.642666374655965,-2.652676965650966,-2.6627397441265694,-2.672754856369413,-2.682601355807631,-2.6921377398415753,-2.7012042396385025,-2.7096272356413467,-2.71722599837269,-2.7238216661719163,-2.7292479887585626,-2.7333629474781453,-2.7360600058567393,-2.737277559350321,-2.737005231121217,-2.7352860295493997,-2.732213985177817,-2.727927584606328,-2.722599946212023,-2.7164270912102633,-2.709615779453211,-2.7023722171436857,-2.694892587978745,-2.6873559249584784,-2.6799194318126616,-2.672716049507065,-2.66585387120921,-2.65941693105031,-2.6534669011203205,-2.648045294654186,-2.6431758620491883,-2.6388669587331237,-2.6351137469089596,-2.631900160676185,-2.629200614559239,-2.626981470361314,-2.625202299000564,-2.623816985291065,-2.6227747269401775,-2.6220209763298277,-2.621498366483596,-2.621147652237145,-2.6209086851089523,-2.6207214267613237,-2.6205269923400953,-2.620268702527829,-2.619893112971644,-2.619350982860846,-2.618598141572498,-2.617596213817027,-2.616313169456429,-2.614723673489198,-2.6128092235252582,-2.610558075057304,-2.6079649675361054,-2.605030675364993,-2.601761416430284,-2.5981681560781027,-2.5942658463766395,-2.5900726393134184,-2.585609108824239,-2.580897510971381],[-2.5072446897404994,-2.513151092147506,-2.5192191787573774,-2.5254649583119346,-2.5319055311713594,-2.5385589979902217,-2.545444308451709,-2.552581031845829,-2.559989026974286,-2.567687984007386,-2.5756968057121488,-2.5840327903360256,-2.5927105741101952,-2.6017407890326343,-2.6111283931244,-2.620870638312881,-2.630954658934774,-2.6413546958060397,-2.6520290214946787,-2.6629167058964676,-2.673934459161573,-2.684973908112627,-2.6958997906314477,-2.7065496660716177,-2.7167358006604525,-2.7262498459027755,-2.7348707349277976,-2.742375844448912,-2.748554920148817,-2.753225618385374,-2.7562489242429566,-2.757542352855515,-2.757088893112403,-2.7549401774730393,-2.7512132762905304,-2.746081596986929,-2.7397613298933576,-2.732495479526094,-2.724537639492777,-2.7161373538733145,-2.7075283150915768,-2.698919973544998,-2.6904925411015346,-2.6823949526368636,-2.674745128833198,-2.6676318304212194,-2.661117456404615,-2.6552412627254087,-2.6500226206492328,-2.6454640682818096,-2.641554020025235,-2.6382690831515463,-2.635575989508258,-2.6334331878380617,-2.6317921630783823,-2.630598557612763,-2.6297931691715,-2.629312893388187,-2.629091667640245,-2.6290614580034144,-2.629153314015313,-2.629298497584475,-2.6294296740678544,-2.6294821367120655,-2.6293950218303808,-2.6291124626838327,-2.628584626132864,-2.627768578255539,-2.6266289331156907,-2.6251382517987847,-2.623277175169684,-2.621034291591804,-2.6184057580236226,-2.6153947076277464,-2.6120104879112107,-2.6082677797099594,-2.6041856489392257,-2.5997865804340172,-2.59509553729212,-2.5901390810143052],[-2.510596121125099,-2.516567624758804,-2.522710523214539,-2.529043007476809,-2.5355847292553038,-2.542356758745992,-2.549381485424114,-2.556682441915574,-2.564284025493936,-2.5722110852039464,-2.5804883350917454,-2.5891395458150983,-2.598186458657375,-2.6076473588709836,-2.6175352413292905,-2.627855503776071,-2.638603116033768,-2.6497592434432446,-2.6612873570358615,-2.6731289494941977,-2.6851991013391134,-2.697382307249043,-2.7095291683606764,-2.7214547553981903,-2.7329395982850992,-2.7437342847976867,-2.7535684646652285,-2.7621645818655125,-2.769255881470341,-2.7746072495852294,-2.7780364658209717,-2.7794327912988948,-2.7787697845676105,-2.7761099819940913,-2.7716004850070504,-2.765460192471219,-2.7579609083414454,-2.7494054296851336,-2.7401058069496416,-2.7303643726548965,-2.720459148813663,-2.710634199770299,-2.7010946472342914,-2.6920055267267333,-2.683493438830698,-2.6756499619566787,-2.6685359505822905,-2.6621860598066367,-2.656613054853076,-2.651811650530044,-2.6477617686018307,-2.644431201141146,-2.641777731994429,-2.639750805026748,-2.6382928447071494,-2.6373403380469753,-2.6368247812634937,-2.6366735825928016,-2.6368109961015316,-2.6371591412249247,-2.637639140006357,-2.6381723797212526,-2.638681884191474,-2.639093754478459,-2.639338620870688,-2.639353035194532,-2.6390807271035897,-2.638473650990164,-2.6374927613307073,-2.636108472337739,-2.6343007805032284,-2.63205905313826,-2.6293815093642277,-2.6262744395691406,-2.6227512232280805,-2.618831212278492,-2.6145385479936016,-2.60990097438428,-2.6049487020018445,-2.5997133642699177],[-2.5138091243376595,-2.5198333617956687,-2.526037754993995,-2.5324427063282293,-2.5390704833477744,-2.54594523749592,-2.5530929721842917,-2.5605414392320887,-2.568319936033906,-2.576458967522589,-2.5849897269355635,-2.5939433376277865,-2.6033497851026945,-2.613236455053168,-2.6236261814756325,-2.6345347022431627,-2.6459674233239663,-2.6579154151384556,-2.6703506163135384,-2.683220314775893,-2.696441127747502,-2.7098929208191507,-2.72341338982561,-2.7367943516554787,-2.749781087793214,-2.7620762474089458,-2.773349696332045,-2.7832551434848947,-2.791453307777573,-2.7976398917149687,-2.8015750206266485,-2.8031096087897938,-2.802203879502569,-2.7989343135791755,-2.793487485016483,-2.7861419367952354,-2.7772415920598483,-2.767165478424461,-2.7562985111086826,-2.7450069762393468,-2.7336207218271436,-2.722422462663761,-2.7116434130230362,-2.701463808167707,-2.692016701730759,-2.683393577537782,-2.6756506288838335,-2.668814910809933,-2.6628898867763766,-2.657860138062878,-2.6536951780152997,-2.6503524241509195,-2.647779444287982,-2.64591562289962,-2.6446934024791817,-2.644039250018638,-2.643874485815449,-2.6441160934748105,-2.644677607415188,-2.645470147963363,-2.6464036447389336,-2.647388257413441,-2.648335970738357,-2.6491623103742463,-2.6497881004552633,-2.650141166003293,-2.650157875766365,-2.649784425191651,-2.648977774908587,-2.647706185466824,-2.6459493208654443,-2.6436979274359422,-2.640953126553657,-2.637725385699027,-2.634033250005466,-2.629901924531381,-2.6253617964534413,-2.6204469777319597,-2.615193934791916,-2.60964025486468],[-2.5168794125866083,-2.5229426294764523,-2.5291935301816526,-2.5356547111893595,-2.5423510673366536,-2.549309883100616,-2.556560883257313,-2.564136221923671,-2.572070381308549,-2.5803999415382037,-2.5891631702826134,-2.598399365296351,-2.6081478643832026,-2.6184466162477085,-2.6293301837853917,-2.640827031871079,-2.652955940562725,-2.6657213915778857,-2.6791078156011525,-2.693072680657083,-2.7075385720996312,-2.7223846872799267,-2.7374385566856843,-2.752469293533446,-2.76718419651169,-2.7812309374672513,-2.7942076233188073,-2.8056824495651678,-2.815223247390634,-2.822434994317882,-2.8270007409540656,-2.8287192528190093,-2.8275319832835684,-2.823533444553839,-2.81696247087799,-2.808176202962356,-2.7976123394682753,-2.7857470727268128,-2.773055785655277,-2.7599815678910526,-2.746913916986899,-2.7341775649466755,-2.7220297503403335,-2.710663538883595,-2.700214786835393,-2.6907707473639677,-2.6823788788055807,-2.6750549528404868,-2.668789995648814,-2.6635559045917643,-2.6593097800068883,-2.655997122746435,-2.6535541003307492,-2.651909100286788,-2.650983784158693,-2.6506938396377424,-2.650949606482291,-2.6516567264542985,-2.652716938626954,-2.654029108641798,-2.6554905435278817,-2.6569986031243196,-2.6584525768318015,-2.65975575355865,-2.6608175775390266,-2.6615557577224154,-2.6618981875808734,-2.661784537773447,-2.6611674061326145,-2.6600129452902093,-2.6583009330788916,-2.656024298390325,-2.653188159021029,-2.6498084627844642,-2.6459103453167017,-2.6415263263664306,-2.63669446193388,-2.6314565550441293,-2.6258565067327737,-2.619938864643906],[-2.5198041491979413,-2.5258912774042646,-2.53217208872915,-2.538671303069512,-2.5454163915662855,-2.5524377508737937,-2.5597688507574667,-2.567446335270724,-2.5755100493352865,-2.5840029511981806,-2.592970856222063,-2.6024619380237657,-2.6125258884822093,-2.6232126083892133,-2.6345702662569077,-2.6466425265642046,-2.659464716180444,-2.673058679486456,-2.687426086774305,-2.7025400344219483,-2.7183349472940295,-2.7346951096519296,-2.751442652847725,-2.768326530153839,-2.78501485499826,-2.801093788841991,-2.8160765953986133,-2.829426045511376,-2.8405915909703983,-2.849059473104061,-2.8544097182521115,-2.856370150599091,-2.854855939265832,-2.849985149015864,-2.8420661854051827,-2.831560078958953,-2.819026503757756,-2.8050651244198144,-2.7902628223526746,-2.7751537069057117,-2.7601944215947745,-2.74575365256013,-2.7321126514394534,-2.719472947694475,-2.7079677860320897,-2.6976746591035434,-2.6886272204165045,-2.680825640329769,-2.6742450336054873,-2.6688419487260973,-2.664559111404844,-2.6613287079884587,-2.6590745214831344,-2.657713224422468,-2.657155108117798,-2.657304497524841,-2.658060069391718,-2.6593152590073372,-2.6609589061760444,-2.662876251837389,-2.664950351449246,-2.667063919798189,-2.6691015663562823,-2.670952324997101,-2.672512332966849,-2.6736874784053737,-2.6743958196330357,-2.674569586745978,-2.6741566071018874,-2.6731210472809974,-2.6714434277796384,-2.6691199336211984,-2.6661611046601026,-2.6625900357555903,-2.6584402444597943,-2.653753371282707,-2.6485768671262964,-2.6429617985787806,-2.6369608699299274,-2.6306267263891456],[-2.522582205123544,-2.5286769808444953,-2.5349696094279235,-2.5414868046408694,-2.5482584925893317,-2.555318077327611,-2.562702697580354,-2.5704534575083664,-2.578615605705803,-2.5872386243554852,-2.5963761735720023,-2.6060858131147437,-2.61642839344051,-2.6274669692168664,-2.6392650403129267,-2.6518838689039486,-2.6653785608874463,-2.67979254537462,-2.695150057290499,-2.7114462592279214,-2.7286347828929856,-2.746612801432454,-2.76520434728868,-2.7841435348647643,-2.8030606244893934,-2.8214752912921024,-2.838802576848749,-2.854377024178888,-2.8674985041665964,-2.8774986577771333,-2.8838202037485567,-2.886094675174323,-2.884200684843248,-2.8782873141849397,-2.8687558457168274,-2.856204641903932,-2.8413515596750916,-2.824952094911917,-2.807728913967577,-2.7903219358231506,-2.7732610527633783,-2.7569583782974196,-2.741714410637162,-2.7277322553374734,-2.7151351141011193,-2.703983750417242,-2.69429203960984,-2.686039766808173,-2.679182522366786,-2.67365892847838,-2.669395606316578,-2.666310342560191,-2.664313897832714,-2.6633108558344243,-2.663199862092455,-2.663873554863206,-2.665218449859728,-2.6671150028607373,-2.669438035512825,-2.6720576650447625,-2.6748408245935895,-2.6776533962358786,-2.680362905824581,-2.6828416532517805,-2.684970082847603,-2.686640146956629,-2.687758391227738,-2.6882484993392026,-2.6880530787428607,-2.6871345421002872,-2.6854750303077393,-2.6830754179678395,-2.6799535263703618,-2.6761417310036975,-2.671684183956574,-2.6666338756479244,-2.6610497394311907,-2.6549939642079483,-2.6485296327942836,-2.641718755252573],[-2.5252144167937733,-2.5312995462935723,-2.537584572577818,-2.5440980114081153,-2.550872046581843,-2.5579428922094616,-2.565351167251331,-2.5731422694519273,-2.5813667272932355,-2.590080496096032,-2.5993451464246613,-2.6092278675801808,-2.6198011738662865,-2.6311421538642104,-2.6433310406477064,-2.6564488022062656,-2.6705733576136743,-2.6857739229715847,-2.702102900466228,-2.7195846817762894,-2.738200810573426,-2.757871243500249,-2.778432109205953,-2.79961154883032,-2.821007024056932,-2.842069781124145,-2.8621044096575776,-2.8802924728178123,-2.8957473495849584,-2.9076012757465786,-2.91511523324648,-2.9177908381075666,-2.915456366109552,-2.9083019479568284,-2.896852717784205,-2.8818878288477108,-2.864328727997531,-2.845125235753774,-2.8251624228557817,-2.805199898224787,-2.785843967217583,-2.767545928083475,-2.750617196062796,-2.735252670888607,-2.7215560267399175,-2.709563072184974,-2.69926132141322,-2.6906052547416817,-2.6835275066134194,-2.6779465703203544,-2.6737717107503665,-2.6709057492144614,-2.669246304520107,-2.668685984922273,-2.669111946623979,-2.670405172258578,-2.6724397752629514,-2.6750825968492387,-2.6781933230802264,-2.6816253020061795,-2.6852271783598165,-2.6888453829265506,-2.692327417512605,-2.6955257724281783,-2.6983022149593388,-2.7005321109513627,-2.7021084033369385,-2.7029448822275253,-2.7029784433812565,-2.7021701374670966,-2.7005049444506923,-2.6979903433108485,-2.6946538649946543,-2.6905398991176686,-2.685706063988672,-2.6802194457978015,-2.674152974362987,-2.667582142025991,-2.660582202292364,-2.65322591690558],[-2.5277038370469302,-2.5337612113281995,-2.5400181192094866,-2.54650462337928,-2.553254889753265,-2.560307647810537,-2.5677066868322984,-2.575501380850473,-2.583747227449991,-2.592506373673548,-2.6018480842999345,-2.611849081198813,-2.622593644009852,-2.6341733079117597,-2.646685918913475,-2.6602337060607417,-2.674919899958031,-2.690843269861087,-2.708089780638235,-2.726720422050639,-2.746754211312532,-2.7681455515335305,-2.7907557573638035,-2.8143199191504484,-2.838412645332143,-2.862419661376205,-2.8855262208547803,-2.906736225293604,-2.9249351023235874,-2.9390018037665815,-2.947959763106659,-2.9511373045685536,-2.948294427756985,-2.9396755885404944,-2.925969968111479,-2.9081923436366193,-2.8875225830011937,-2.8651482958198877,-2.842143789753121,-2.819398985796971,-2.7975948675942486,-2.7772126955162095,-2.7585623585592263,-2.741817881862964,-2.727052232470845,-2.7142673059131526,-2.703417624148119,-2.6944278296338187,-2.687204799594304,-2.6816454384532604,-2.677641175481181,-2.675080054388492,-2.6738471390715435,-2.673823816672379,-2.6748864702259536,-2.6769049182919966,-2.679740970208601,-2.6832474111586513,-2.6872676976430006,-2.691636597915613,-2.6961819424673243,-2.7007275506334287,-2.705097272226897,-2.709119938400924,-2.7126348733985592,-2.715497504129862,-2.717584543469867,-2.718798234451804,-2.7190692310966367,-2.718357845614603,-2.7166535843545385,-2.7139730910665314,-2.710356781494621,-2.7058645629866183,-2.7005710759015984,-2.6945608739462608,-2.6879238930660767,-2.680751463453361,-2.673133016740632,-2.6651535464930474],[-2.5300559714509157,-2.5360669289542863,-2.5422743944105695,-2.54870966143496,-2.5554085258049084,-2.562411840580489,-2.569766131997568,-2.5775242758359713,-2.5857462277948704,-2.594499791010849,-2.6038613871101806,-2.61391677108105,-2.624761590584929,-2.6365016314177327,-2.649252505327077,-2.663138415450765,-2.6782894690498944,-2.6948367904744064,-2.712904422542923,-2.7325967179859294,-2.7539796872840214,-2.7770547409950104,-2.8017237265253776,-2.827745550611618,-2.8546875474391906,-2.881879514396896,-2.9083847071376487,-2.9330081827076184,-2.9543645159183125,-2.9710183474207374,-2.9816888537082513,-2.985477599501935,-2.9820540513022937,-2.971734025273616,-2.9554208194878013,-2.9344307391740965,-2.910264385416001,-2.8843922713687293,-2.8581012356990154,-2.8324156864874297,-2.8080825994558998,-2.785598150982249,-2.7652542537213383,-2.7471891910770143,-2.7314332894985207,-2.7179458071983102,-2.7066424595509297,-2.697414617977463,-2.6901417896789126,-2.684698996360355,-2.6809604421427107,-2.6788005744075316,-2.6780933825668867,-2.678710580695852,-2.680519184646961,-2.683378913510175,-2.6871398038937993,-2.6916404053182337,-2.6967069063069293,-2.7021535036667497,-2.707784254448402,-2.7133965297593363,-2.7187860211761463,-2.7237530475062868,-2.72810970075763,-2.731687195287781,-2.734342685249158,-2.735964824401314,-2.7364774691104445,-2.7358411521677812,-2.7340522394036078,-2.7311399669864054,-2.727161791108251,-2.7221976262601464,-2.7163435904159456,-2.7097058256198148,-2.7023948475016146,-2.6945207302544207,-2.6861892850286297,-2.6774992615693467],[-2.5322789924237314,-2.538224626536988,-2.544360861766659,-2.5507198513974467,-2.5573385982652304,-2.5642595962901735,-2.571531557264154,-2.5792102302987097,-2.5873593172405376,-2.5960514793200247,-2.605369416038662,-2.615406973448846,-2.626270200605092,-2.638078213013003,-2.6509636305601303,-2.665072221639225,-2.68056118889825,-2.697595258203408,-2.716339369058833,-2.7369463194786814,-2.759537247285342,-2.7841724893092263,-2.8108104846410176,-2.8392535793977562,-2.8690827439444755,-2.8995893081916044,-2.929721176756163,-2.958071766340063,-2.982946322355916,-3.002532534820895,-3.0151718200264526,-3.019677808482964,-3.015603903130993,-3.003357965581367,-2.9841156200499452,-2.9595677520107952,-2.931599654309833,-2.902005045151587,-2.8722975261438917,-2.8436301567422415,-2.8167988373716266,-2.7922940444585,-2.7703705176058833,-2.751115394449702,-2.7345053268736685,-2.720449876348064,-2.7088220899197717,-2.6994785846024114,-2.692271683952016,-2.687055827555433,-2.6836899940070182,-2.682037423780561,-2.6819635695238917,-2.6833329506615176,-2.6860054356036653,-2.689832398382801,-2.6946531742315556,-2.7002922456948544,-2.706557600462336,-2.713240685787728,-2.720118314902227,-2.7269567377676402,-2.7335178658360944,-2.739567354036402,-2.7448839341040565,-2.749269123507754,-2.752556272263465,-2.754617910346444,-2.755370540786645,-2.754776361179882,-2.752841820751736,-2.7496133407623216,-2.745170857978153,-2.7396200388075123,-2.73308404137696,-2.725695598119039,-2.7175899998747624,-2.7088993376989117,-2.6997481457905206,-2.6902504175759345],[-2.5343839242654105,-2.540245430051943,-2.54628857640711,-2.5525459588883352,-2.5590553048944007,-2.565860188120538,-2.5730108505094083,-2.5805651470465287,-2.5885896271507964,-2.59716076141318,-2.606366311738365,-2.6163068229963997,-2.6270971796918787,-2.6388681138071344,-2.651767457978501,-2.665960794576518,-2.681630933072144,-2.6989753265048066,-2.7182000824710757,-2.7395086156766046,-2.7630822511344566,-2.789049349685895,-2.8174391414886033,-2.848117155341203,-2.880702199179723,-2.9144720148032532,-2.9482773800828252,-2.98050141302819,-3.009114991766369,-3.0318753847974236,-3.0466761712316353,-3.051981631940402,-3.0472035931802353,-3.0328647230518753,-3.0104728772748177,-2.9821635193486857,-2.950260668144595,-2.916906624821758,-2.883840240083977,-2.85232456900057,-2.823179276047225,-2.796865074780846,-2.773580405310053,-2.7533480725570323,-2.73608323581848,-2.7216421375704924,-2.709854515073284,-2.700543558576658,-2.6935369555309996,-2.688671815249518,-2.6857955054391627,-2.6847638073397135,-2.685437345380337,-2.687676956300159,-2.6913385026145153,-2.6962675755202885,-2.702294543189199,-2.709230451303162,-2.716864339222605,-2.724962557964436,-2.733270623598193,-2.741517975916698,-2.7494257200427956,-2.756717023523298,-2.7631293808597523,-2.7684275369570255,-2.772415593272493,-2.774946799570548,-2.7759297980265076,-2.775330594677115,-2.7731701739482437,-2.7695182967707668,-2.7644844956702608,-2.758207519006694,-2.7508444700921,-2.742560685169545,-2.7335210805280346,-2.7238833592011304,-2.7137931677256972,-2.703381070116684],[-2.536384793600858,-2.5421438459711627,-2.548072405839275,-2.554203059745964,-2.5605737327907825,-2.567228457864316,-2.574218270453809,-2.581602251879295,-2.589448744936238,-2.597836764377341,-2.6068576182542875,-2.6166167413259696,-2.627235712938423,-2.638854380280404,-2.651632920343222,-2.665753530187552,-2.681421206100022,-2.6988627178278404,-2.7183223542430333,-2.7400522607594917,-2.7642941844439397,-2.791248267069327,-2.821023499848053,-2.8535643879769,-2.8885508932619928,-2.9252764263164126,-2.9625244240340907,-2.998488263846555,-3.0308042188983713,-3.056771530363929,-3.0737877327239227,-3.079921030933804,-3.0744227422485135,-3.0579509838542434,-3.0323937004281745,-3.000379075871648,-2.964695919695542,-2.9278327498232493,-2.89173035626989,-2.857729971988733,-2.826644888503775,-2.7988829849356334,-2.7745716866974983,-2.7536620633417095,-2.736005807662649,-2.721407445367288,-2.7096571195238415,-2.700549410284281,-2.6938926545168447,-2.6895120269628165,-2.6872486046231363,-2.6869558598947005,-2.6884945043935207,-2.691726289789639,-2.6965072182444736,-2.7026805843865636,-2.710070329784998,-2.718475305462083,-2.727665166642252,-2.737378713716495,-2.7473254817226644,-2.7571912060677586,-2.7666474150387743,-2.7753648280212624,-2.7830295492579067,-2.7893603870522052,-2.7941251828769937,-2.797153967402458,-2.7983471439929617,-2.7976776739025793,-2.795187215867874,-2.7909771093073945,-2.7851957651519625,-2.77802432030419,-2.7696623228724104,-2.7603148456731663,-2.7501819195447186,-2.7394506713170528,-2.72829013691233,-2.7168484396894783],[-2.538298741810463,-2.5439378956317946,-2.5497311907691502,-2.555710734254004,-2.5619140966995886,-2.5683851144954812,-2.5751748296853365,-2.5823425967631977,-2.589957389424265,-2.598099342280777,-2.606861560677291,-2.616352222645485,-2.6266969752187155,-2.6380415838874676,-2.650554714758849,-2.6644305918400057,-2.679891043032434,-2.697186078413673,-2.716591565277728,-2.7384016938882674,-2.762912692755282,-2.7903926579448086,-2.8210306546342405,-2.8548572396371292,-2.891630113722489,-2.9306861649922564,-2.9707793247205037,-3.00995515817423,-3.0455509091829964,-3.0744265944150473,-3.093483328680533,-3.1003838521776212,-3.0942164375165238,-3.075785470331572,-3.0473728957387913,-3.012099131319428,-2.9731938387830206,-2.933449457878994,-2.8949610214675325,-2.859106625416871,-2.826664300595562,-2.7979732380351194,-2.7730845578961874,-2.7518795039779578,-2.7341524103399095,-2.71966419776841,-2.708174139907772,-2.6994567774275264,-2.6933091675361776,-2.689552029617666,-2.688027076229868,-2.688591928327568,-2.691113442617522,-2.695459954257815,-2.701492800739558,-2.7090575006850277,-2.7179750822419977,-2.7280342563440287,-2.738985363898571,-2.750537224274378,-2.7623580830403283,-2.774081696903385,-2.785319121162906,-2.7956759647228693,-2.8047738461207494,-2.8122737431274585,-2.8178981834912635,-2.821449061468521,-2.8228184242434247,-2.821990762984702,-2.8190368542477016,-2.814100613199953,-2.8073813823998903,-2.7991144125854603,-2.789552033711837,-2.778947359644765,-2.7675415660540557,-2.7555550381453235,-2.7431821280094186,-2.730588928349501],[-2.5401460987312414,-2.5456492003844757,-2.551287842423619,-2.5570931787460567,-2.5631018694512626,-2.5693568919868985,-2.575908494633387,-2.582815326177493,-2.5901457818298037,-2.597979610648493,-2.606409832134932,-2.615545006150194,-2.6255118856081827,-2.636458446794517,-2.648557223317297,-2.662008743498218,-2.6770446509205565,-2.693929717891998,-2.7129613602192166,-2.73446432025084,-2.758776783529308,-2.7862222636852807,-2.817059281229661,-2.8513989146754537,-2.889080705308049,-2.929504214221242,-2.971433023324012,-3.012825570414107,-3.0507976811567183,-3.0818533057200224,-3.1024712596341883,-3.1099617482620348,-3.1032742443179746,-3.0833499678956535,-3.0528192687926694,-3.0152181426417255,-2.9741247343112858,-2.9325472241560324,-2.8926662034599757,-2.85585340203138,-2.8228317271165966,-2.793869081539502,-2.7689483217772195,-2.747894228321184,-2.730458894402109,-2.716374460085361,-2.7053828851300645,-2.697250650582571,-2.691774000959329,-2.6887783925152378,-2.6881143853079563,-2.6896512587249743,-2.693269036313974,-2.6988492822581756,-2.706264914051429,-2.7153693253359426,-2.7259853053465126,-2.7378945510929213,-2.7508289489623343,-2.764465169225283,-2.7784243380853737,-2.79227846016228,-2.8055647017051957,-2.817807541003861,-2.8285472529737405,-2.8373715490677394,-2.843945943391264,-2.8480380643050167,-2.8495319478038805,-2.848430199994395,-2.8448442736498016,-2.838975260060291,-2.8310889636228795,-2.821489353798481,-2.8104939029384255,-2.7984131880094503,-2.7855358776425505,-2.772119159850109,-2.758383945542966,-2.7445138214551585],[-2.5419504201034684,-2.5473030200248017,-2.55276937834395,-2.55837923513043,-2.5641678022912697,-2.5701765593362014,-2.576454187679426,-2.5830576796914277,-2.590053666856893,-2.5975200192707693,-2.6055477747104208,-2.6142434568003807,-2.6237318333944604,-2.6341591398434248,-2.6456967332417975,-2.6585450298720352,-2.6729373713475137,-2.6891431062139777,-2.7074685735398707,-2.728253707451002,-2.7518604928320136,-2.778647364196012,-2.80892091340995,-2.842853601167659,-2.880355540461642,-2.9208942687358497,-2.963276204602481,-3.0054449268566605,-3.0444114760083614,-3.076476417340569,-3.0978581095024995,-3.1056436729208596,-3.0986996349321334,-3.078065334392876,-3.0465977188116997,-3.008082271504668,-2.9662815833992573,-2.924291181541288,-2.8842969814830948,-2.8476278541053537,-2.814946515781374,-2.7864630370441175,-2.762114026479387,-2.7416920144209964,-2.7249298277135514,-2.711551079032015,-2.701297601405601,-2.693942174287655,-2.689292244651349,-2.687188231232992,-2.687498504754103,-2.6901121563475066,-2.6949300671020033,-2.701854470479349,-2.7107770945296874,-2.7215660550213796,-2.73405193643258,-2.7480139370905454,-2.7631675313488033,-2.779155719781518,-2.795546417628755,-2.8118386098106742,-2.8274792902598773,-2.841891717198899,-2.854513235905476,-2.8648383194866316,-2.872460376609725,-2.8771051599131177,-2.878649799078781,-2.8771243857787225,-2.872696750394358,-2.86564437356088,-2.8563192974531377,-2.8451121061780036,-2.832419849429702,-2.818620875358543,-2.804057611142953,-2.7890268424487212,-2.773776162042895,-2.7585049278684712],[-2.5437384946930637,-2.548928251710302,-2.554206904892684,-2.559602347139307,-2.565147843637913,-2.570882789732085,-2.57685359465489,-2.5831147271621306,-2.58972996861654,-2.5967739289079423,-2.6043338892911585,-2.612512041129961,-2.6214281859884254,-2.6312229424945692,-2.6420614553482826,-2.654137499124418,-2.6676776770313606,-2.6829450731805466,-2.700241134828263,-2.719903606526217,-2.742296842554944,-2.767788628332967,-2.796704752144291,-2.8292495502787496,-2.865379424278631,-2.9046214049099435,-2.9458481549578446,-2.987063262610046,-3.0253146896609557,-3.0569051841281563,-3.0780262999113077,-3.0857355324501903,-3.078896393592248,-3.058577791219754,-3.027673947408512,-2.9899816659504226,-2.9492333991330857,-2.9084619600128723,-2.869778830750801,-2.8344453554318014,-2.803073740441734,-2.7758428441245195,-2.7526750784036826,-2.7333618740252685,-2.7176442274441306,-2.705260167725452,-2.6959700990805384,-2.6895682271302066,-2.685885552981598,-2.6847878009181683,-2.6861701684589403,-2.6899498209170654,-2.696056455511903,-2.704420932351701,-2.714961860105724,-2.7275701241672548,-2.7420916738314687,-2.758309466301749,-2.775926290563525,-2.794551170800105,-2.813692946367587,-2.832765050122152,-2.8511049618265547,-2.868009886165026,-2.8827868718954073,-2.894811494766754,-2.903585697817655,-2.9087839803073274,-2.91027884765569,-2.908141019370429,-2.9026157810450304,-2.894081944728735,-2.8830025415767304,-2.8698761963625175,-2.8551958446894097,-2.839418303165011,-2.822945314047661,-2.8061146881295453,-2.7891991827065175,-2.772410571787571],[-2.5455403304412147,-2.5505574013897463,-2.555635561348141,-2.5608004610633017,-2.5660829767626234,-2.571519911657725,-2.577154801987415,-2.5830388608278416,-2.5892321032409216,-2.5958047074300397,-2.60283867705772,-2.6104298772223924,-2.61869051632172,-2.6277521304584197,-2.6377690831542138,-2.6489224992160203,-2.6614243720486384,-2.675521261565515,-2.691496447309772,-2.7096684913936935,-2.730382735272137,-2.7539901473203234,-2.780805154386798,-2.8110311612596925,-2.8446412198527176,-2.88120607348671,-2.9196802034284244,-2.958197101587248,-2.9939861923421556,-3.0235721698704534,-3.0433761456547326,-3.050639235348238,-3.044305203563567,-3.025387239535112,-2.99660115491784,-2.9614960963613295,-2.9235525848507993,-2.8855953544831885,-2.849592022326137,-2.8167222136019814,-2.7875651938216444,-2.76230001460049,-2.7408691940490124,-2.723094763708142,-2.7087528880100824,-2.697618029360523,-2.6894867517916263,-2.68418869608741,-2.6815897337848535,-2.6815903386985016,-2.684120828727467,-2.6891342048002302,-2.696596718958977,-2.706475952632447,-2.7187260444167034,-2.7332697897186944,-2.7499776984115263,-2.7686448152165077,-2.7889672272253683,-2.810521644903192,-2.832752980689939,-2.8549759062582623,-2.876396128693388,-2.896154768294781,-2.913394445262991,-2.9273392937233256,-2.9373752218838614,-2.9431140611024436,-2.944427699142815,-2.9414455608405436,-2.9345181830436604,-2.9241574420173575,-2.9109675754370814,-2.8955800753733083,-2.8786013391629033,-2.8605768861846532,-2.84197174320059,-2.823164054952748,-2.804448034527761,-2.786042543476351],[-2.547389132022781,-2.552226544276837,-2.55709444688808,-2.5620158976533842,-2.5670190090519402,-2.572137581151228,-2.577411809850869,-2.5828890983546793,-2.5886250104900164,-2.594684416336764,-2.6011428922526965,-2.6080884463088134,-2.6156236420271477,-2.6238681807223325,-2.6329619632450183,-2.643068564969198,-2.654378890158612,-2.667114470796232,-2.681529360780981,-2.697908736055753,-2.7165610044859836,-2.7377983333222335,-2.761898053046283,-2.7890349344367746,-2.8191735851194313,-2.85191507286145,-2.886308972808858,-2.920678220982556,-2.952556579448685,-2.9788764795643274,-2.99650293304192,-3.0030349566453904,-2.9975586685316538,-2.980952881271813,-2.9555716252788513,-2.924502321008591,-2.89079394860825,-2.856947731464429,-2.8247337844373415,-2.7952404229201577,-2.769029248976298,-2.746305342387242,-2.7270591222541603,-2.711168716773974,-2.6984670706064136,-2.6887826416585865,-2.6819621444811306,-2.6778817831141666,-2.6764513090121804,-2.6776135396705736,-2.681340735562735,-2.687628367667496,-2.6964862121774478,-2.7079263149358606,-2.7219471597359917,-2.7385133943273567,-2.757530816930771,-2.778817149043042,-2.8020705566496837,-2.8268399590584594,-2.8525036259871683,-2.878264678416446,-2.903172608623379,-2.9261773147251766,-2.9462154981000843,-2.9623194415554197,-2.9737284123736303,-2.9799779492463396,-2.9809457009909153,-2.9768440054402365,-2.9681643593220945,-2.9555909038987314,-2.9399046818705776,-2.921897505345132,-2.90230689384022,-2.8817755761840815,-2.860833150589474,-2.839894491168758,-2.8192688966223547,-2.7991748244358168],[-2.5493212844347473,-2.5539752945911554,-2.558626557362303,-2.5632952299492233,-2.568006356803296,-2.5727904299367257,-2.5776839887370726,-2.582730279492573,-2.5879800056881517,-2.593492212488628,-2.599335361366938,-2.605588661108571,-2.612343725172414,-2.619706615463044,-2.627800297183203,-2.636767449472074,-2.646773421628796,-2.6580088480802098,-2.670690968158307,-2.685061946286679,-2.701381348126833,-2.719908326869917,-2.740867107100305,-2.764387584326672,-2.7904128616983215,-2.8185706108307453,-2.848020401846149,-2.8773190527392343,-2.904386157593877,-2.9266760146516444,-2.941620731363238,-2.9472702286650216,-2.9428795261207044,-2.9291426555067983,-2.9079465457379556,-2.8817957936590517,-2.853204646006625,-2.8242815632980176,-2.7965637350588572,-2.77103810310296,-2.748253946348162,-2.7284551600946756,-2.7116951438345547,-2.6979226741189675,-2.6870402448050945,-2.6789409517775526,-2.6735303046938657,-2.6707380630913256,-2.670523629839121,-2.672877178032546,-2.6778176366838644,-2.685387871764306,-2.695646801013956,-2.708657725625165,-2.724471849998663,-2.7431058597333133,-2.764512687891978,-2.7885454548781583,-2.814916295952323,-2.8431545844141017,-2.8725727637606884,-2.9022517544797424,-2.9310598543699538,-2.9577166254608263,-2.9809043751179947,-2.9994150252976306,-3.012304213363165,-3.0190154124735953,-3.019441414047753,-3.013908676625831,-3.0030937983703816,-2.987899569196739,-2.969323653939627,-2.948346513888263,-2.9258526455579923,-2.902587125638252,-2.879141557683045,-2.855960372638919,-2.8333587121711457,-2.8115450831248747],[-2.5513763582597324,-2.5558468071483484,-2.560278762886092,-2.564689208222682,-2.5690998788778296,-2.573537757275769,-2.5780355648748254,-2.582632263439379,-2.587373586513287,-2.5923126353204267,-2.5975105870572346,-2.603037575649696,-2.6089738114019925,-2.615410999774252,-2.6224540898254567,-2.6302233122412138,-2.6388563283711153,-2.648510065100824,-2.6593613992757454,-2.6716052089831965,-2.685447358007339,-2.70108890631575,-2.7186963971674882,-2.738352026651243,-2.7599782210074384,-2.783236188716841,-2.807410880461541,-2.8313175742642147,-2.8532926290483682,-2.8713423228851767,-2.883486295354338,-2.8882311249877515,-2.884993889714326,-2.8742703216660423,-2.857463993143371,-2.8364783709734085,-2.8132730734170046,-2.789544459050699,-2.766580780543945,-2.745256608958157,-2.726102990106029,-2.7094007882366493,-2.6952672245542115,-2.68372402354061,-2.674746096668101,-2.6682940710616565,-2.664334901325846,-2.6628542384089333,-2.6638632265650877,-2.6674014096814953,-2.673536584766761,-2.6823617404757516,-2.6939886199874943,-2.708536918503008,-2.7261176766942645,-2.7468091472685825,-2.7706234874074767,-2.797463400580387,-2.8270697789844785,-2.8589649380520337,-2.89240128506754,-2.926331356650338,-2.9594196062206213,-2.990114995511484,-3.016792206683934,-3.0379476037828335,-3.052410617495419,-3.0595152591319725,-3.0591821906711534,-3.0518900566685154,-3.03855207520169,-3.020341137329892,-2.9985127014233677,-2.974262066330045,-2.9486321677635594,-2.9224703945280543,-2.896422984186774,-2.870952956844843,-2.8463694618721336,-2.822860021905182],[-2.553597151614756,-2.557887833886694,-2.562101859337628,-2.5662527772727675,-2.5703588190768274,-2.574443342996579,-2.57853523327937,-2.5826692520103824,-2.5868863530530897,-2.5912339814670107,-2.595766397462366,-2.6005450790512894,-2.6056392681615006,-2.6111267247876686,-2.6170947328268155,-2.623641344152133,-2.6308767308911865,-2.6389243060733794,-2.6479209248920395,-2.658014941699599,-2.6693601336522574,-2.6821025353560515,-2.6963562499261626,-2.712163844168292,-2.7294381120893,-2.7478866221178153,-2.7669306060980867,-2.7856457494790874,-2.8027690231439824,-2.816818411911192,-2.826342124250087,-2.830246750880197,-2.8280845777784815,-2.820170528970382,-2.807476692721787,-2.7913658299256263,-2.7732890610518695,-2.754553633115973,-2.7362020386537282,-2.7189879808509816,-2.70341143076369,-2.689777548040678,-2.678256844621737,-2.6689360097598085,-2.661856613725531,-2.6570427416359808,-2.654519899680132,-2.654327537046137,-2.6565270131160674,-2.6612061923643577,-2.668481211830031,-2.6784953617136953,-2.6914144260462476,-2.707417223355121,-2.7266794772171488,-2.7493486219597916,-2.775506935679703,-2.8051209243140627,-2.8379768342559757,-2.873606369098885,-2.9112136781511575,-2.949623843309255,-2.987281361790727,-3.022328367826305,-3.0527791588294226,-3.0767770170289155,-3.092879942083299,-3.1002947729007944,-3.098985689429804,-3.089626196695839,-3.0734211033112757,-3.0518649144929673,-3.0265082603510423,-2.9987809671831913,-2.9698884841540094,-2.9407737797587674,-2.9121252602030427,-2.884410322562028,-2.857918697037631,-2.832805553159503],[-2.556029781039,-2.560148856540906,-2.564150726228228,-2.5680452323360132,-2.571846920125393,-2.5755754644505764,-2.5792560049819095,-2.5829193740493164,-2.586602212441462,-2.5903469840652757,-2.5942019191048997,-2.5982209350689893,-2.602463602237308,-2.6069952287898084,-2.6118871325615567,-2.617217127627763,-2.623070165016005,-2.629538899715816,-2.636723674721653,-2.6447309795132563,-2.6536688366876287,-2.663636843633821,-2.6747079440903105,-2.6868988990660485,-2.7001277288476766,-2.7141603082935006,-2.728555817309211,-2.7426312517806393,-2.755474258364364,-2.766031930001314,-2.773281094602126,-2.7764442357775385,-2.775176625624819,-2.7696475723995078,-2.7604839993477643,-2.74860939241289,-2.7350502043355474,-2.7207755556054067,-2.706601740261945,-2.6931594128353815,-2.68090395684398,-2.6701475638184338,-2.6610973011414814,-2.65389044209949,-2.6486235852983837,-2.645375116233472,-2.6442219054068907,-2.645251480505988,-2.648570756756698,-2.654312043752496,-2.662636593958795,-2.6737354485372453,-2.687826754591007,-2.705148047918712,-2.7259412153341254,-2.750427045874391,-2.778765685382834,-2.8109994337529667,-2.8469760664039563,-2.8862554895904045,-2.928011269105695,-2.970951369793194,-3.0132959724787316,-3.0528560572261716,-3.0872425197597497,-3.1141944688601186,-3.1319568997103793,-3.1395939157833648,-3.1371299156099903,-3.1254748330283406,-3.1061752902140705,-3.0810901818481167,-3.0520912832921985,-3.0208508340395968,-2.9887307421527827,-2.9567555444087246,-2.9256391245253957,-2.895837418669583,-2.867607559516707,-2.841062396363296],[-2.5587238281924196,-2.5626843118559517,-2.5664846195489823,-2.5701305573132123,-2.5736327711275497,-2.577007200721543,-2.580275396926613,-2.583464669181965,-2.5866080415856993,-2.5897440137225436,-2.5929161456033034,-2.5961725124151642,-2.599565100973929,-2.6031492405897563,-2.6069831689048737,-2.611127816968452,-2.6156468408953044,-2.6206068062695995,-2.6260772151117924,-2.6321297214848203,-2.6388353965648554,-2.646258324389497,-2.654443316870241,-2.6633955348616025,-2.673050957478537,-2.6832397364387837,-2.6936498811103853,-2.7038054390721054,-2.713077976059665,-2.720747198343708,-2.7261115969595786,-2.7286256811138596,-2.728019733578867,-2.7243576423643647,-2.718013130176963,-2.7095799795981788,-2.6997550306404223,-2.689232770758054,-2.678633931616374,-2.6684717205661865,-2.6591474960123396,-2.6509642055448497,-2.64414763817674,-2.6388690165399478,-2.635265602828068,-2.6334581169578954,-2.63356491874913,-2.635713377863275,-2.6400489193575876,-2.646742068655392,-2.6559935155539325,-2.66803679379165,-2.6831376103506797,-2.7015881192437856,-2.7236934943528057,-2.749747060965049,-2.7799892125137835,-2.8145449176698576,-2.8533359016346824,-2.895968303896778,-2.9416068236694835,-2.98886300858399,-3.035745295338098,-3.0797309965681223,-3.118007776289816,-3.147879858131544,-3.1672518260335747,-3.175035490561477,-3.171329325883476,-3.1573099742062727,-3.1348981658081154,-3.1063386672613102,-3.0738296175294053,-3.039276538517041,-3.0041800856659666,-2.9696260774259855,-2.936335278292811,-2.904737407858314,-2.8750466083532933,-2.8473269550641813],[-2.5617325406486686,-2.5655529173237355,-2.56916762041714,-2.572577982259182,-2.575790444863499,-2.5788171031223732,-2.581676069429107,-2.5843916049715965,-2.586993974963071,-2.5895190057937687,-2.5920073509957717,-2.594503508066158,-2.5970546661172333,-2.599709499993701,-2.6025170531349957,-2.605525859755017,-2.6087834333347764,-2.6123361727688637,-2.616229581082952,-2.6205084202556153,-2.62521601555356,-2.6303914006722118,-2.636062508700879,-2.642233513197289,-2.6488652735560194,-2.6558502265686785,-2.662987088234512,-2.669965289583047,-2.676371543566703,-2.6817280271508945,-2.685561741658565,-2.687490441936317,-2.687299553170545,-2.6849846408966695,-2.680746961137494,-2.67494820375187,-2.6680439528296165,-2.660517639193475,-2.65282990601754,-2.6453886569435294,-2.638537733665929,-2.632558838906608,-2.6276811091051924,-2.624094048024717,-2.6219611342543496,-2.6214327135194893,-2.622657629691721,-2.625793494793416,-2.6310156575119743,-2.6385248892512183,-2.648553610663735,-2.6613701314542877,-2.6772798390544463,-2.6966214929091374,-2.71975570915862,-2.747041361563011,-2.7787941544886126,-2.815220591362404,-2.8563211868024907,-2.901761217166544,-2.9507185102569213,-3.0017379506515813,-3.0526491757742718,-3.100624944445096,-3.14244867586792,-3.1749971651993834,-3.1958354181264506,-3.2037244343345432,-3.1988419633490452,-3.1826363502924497,-3.157400033727553,-3.1257494991620134,-3.090184654639787,-3.052814613518169,-3.015249961987933,-2.97861403221078,-2.943617489841138,-2.910653490493965,-2.8798882932690884,-2.8513362766932526],[-2.56511307255912,-2.568818092596168,-2.57226924778075,-2.575462785334821,-2.578400470745471,-2.5810903016733393,-2.5835470074227085,-2.5857922522095116,-2.587854472079073,-2.589768299295074,-2.5915735642592326,-2.593313911450363,-2.595035118447131,-2.5967832601749583,-2.598602907261623,-2.6005355796530583,-2.602618683556346,-2.6048851245226228,-2.6073636849498323,-2.6100800411928606,-2.6130579319047023,-2.6163194667734486,-2.619882984737064,-2.623756544408384,-2.6279256113654377,-2.632335384025833,-2.6368715211606824,-2.6413466511320824,-2.645501629955296,-2.6490278719203313,-2.651610071203098,-2.6529800570715465,-2.652966796339235,-2.6515280255179077,-2.648755684677702,-2.64485673918086,-2.6401183632515868,-2.6348689053585135,-2.629443878092264,-2.624161858646569,-2.61931112693605,-2.615145360569878,-2.611885791389215,-2.6097273584301206,-2.6088469753029915,-2.6094126717403423,-2.6115928845664738,-2.6155655121227066,-2.621526516593185,-2.62969787909367,-2.6403345866747308,-2.6537300377415507,-2.6702187445013235,-2.6901744157998095,-2.714000342595593,-2.7421074462131756,-2.7748735108892677,-2.8125755214460497,-2.8552869444922324,-2.902735705194965,-2.9541302396992624,-3.0079838638817704,-3.0620006335614374,-3.113115539415233,-3.157778389444084,-3.1925007769262717,-3.21455123918619,-3.2225575846364913,-3.216767286113254,-3.19886612322227,-3.171465646656064,-3.137492648953353,-3.0996888077560647,-3.0603162289176495,-3.021058292955915,-2.983052492799275,-2.946987731805227,-2.9132175780799336,-2.881863041845812,-2.852894679501204],[-2.568926733638626,-2.5725484533614504,-2.5758652248387652,-2.5788673464307363,-2.58155117257366,-2.5839201022284004,-2.585985328046813,-2.5877662295916757,-2.5892903036067287,-2.5905925514627426,-2.5917142891243974,-2.5927014058619187,-2.5936021689947917,-2.594464745490158,-2.5953346786220512,-2.596252610628948,-2.5972525715216204,-2.5983611473738226,-2.5995977758745625,-2.600976252349966,-2.602507208497058,-2.604200801676608,-2.6060681680044997,-2.608119614449554,-2.610357635053131,-2.612764336887503,-2.615285893247907,-2.617819969494826,-2.6202132753113503,-2.6222737666069977,-2.623796504174691,-2.6245969021985136,-2.6245427066368285,-2.6235769979296912,-2.6217277321388845,-2.6191033818907172,-2.6158777738748555,-2.6122692090384776,-2.6085190472182997,-2.60487360684799,-2.6015713661479127,-2.59883582484006,-2.596873355571165,-2.59587493669832,-2.596020629584315,-2.597485841775056,-2.6004486543677823,-2.6050977015511796,-2.611640228479642,-2.620309993990764,-2.631374600236014,-2.6451415818187947,-2.6619621107347786,-2.682230384498655,-2.706375564612681,-2.734841453352994,-2.7680470166802014,-2.8063188464848308,-2.849785986415134,-2.898230864944369,-2.9509016296215758,-3.006315505369922,-3.0621199521138234,-3.115114937033142,-3.1615418206058856,-3.1976708529940043,-3.220566683163893,-3.2287606918815017,-3.222542754168323,-3.2037557831879675,-3.1752213886766247,-3.1400652508342835,-3.101176523477607,-3.060902283802985,-3.0209572977115147,-2.982473672687332,-2.9461144743745695,-2.912199182712923,-2.880814114096446,-2.8518985597964286],[-2.5732391916362385,-2.5768183290314783,-2.5800383623443683,-2.58288243342135,-2.5853403754765836,-2.5874101065716277,-2.5890987774608347,-2.590423511351904,-2.591411577732511,-2.5920998716921906,-2.5925336261543257,-2.592764364268179,-2.5928471948173843,-2.592837652808935,-2.5927883769468822,-2.5927459835446283,-2.5927485337645058,-2.5928239903172585,-2.5929900079053807,-2.5932552696892324,-2.5936223168613513,-2.594091356206353,-2.5946638632416077,-2.5953441159656885,-2.5961366283287672,-2.5970385491480514,-2.598028688385648,-2.599057693657767,-2.6000446161112256,-2.6008824859568214,-2.6014515084031093,-2.6016362357013585,-2.601343278809159,-2.6005169848868754,-2.5991507647960783,-2.5972920182651253,-2.595039788409566,-2.5925361456233356,-2.5899538285312427,-2.587483144257161,-2.5853206073870716,-2.5836607922338275,-2.582691890600175,-2.5825947713108564,-2.5835449693187473,-2.585716916615728,-2.5892897626253766,-2.5944542302015567,-2.601420048493315,-2.6104235443763315,-2.6217349126833667,-2.635664468134199,-2.6525667382591647,-2.672840494279198,-2.6969216283024644,-2.7252640867252556,-2.758301911392301,-2.7963832476600623,-2.83966619256788,-2.887969231781394,-2.9405801666809723,-2.996051887791934,-3.052051921419949,-3.1053724076037343,-3.152213139174248,-3.1887773807617426,-3.212061010486668,-3.2205532898520923,-3.2145449969068425,-3.1959176796461466,-3.167547963611563,-3.1326099609736007,-3.0940211480985185,-3.0541347726263415,-3.014654928014701,-2.976693724720735,-2.9408913542561397,-2.9075457744041646,-2.876725286626419,-2.848355366618403],[-2.578120542810389,-2.5817082210098636,-2.5848794848815175,-2.587608664313547,-2.589877450166519,-2.591676854827795,-2.5930089512173544,-2.5938881673810537,-2.5943419075345893,-2.5944102989891484,-2.5941449328073016,-2.5936065714744205,-2.592861927328226,-2.591979751221639,-2.5910265886808945,-2.5900626397930444,-2.5891381856428692,-2.588291013433717,-2.5875451845543953,-2.5869113420985643,-2.586388534947272,-2.585967230979474,-2.5856328252602734,-2.5853686520665917,-2.5851575631123955,-2.5849817953948944,-2.58482187197678,-2.584655650051479,-2.5844576074487766,-2.584197235043854,-2.5838362852905687,-2.583327442054994,-2.582618329097048,-2.581662348954471,-2.580433490456022,-2.578939665022662,-2.577229989664915,-2.575394467909109,-2.573557464629603,-2.5718678754392887,-2.5704889197463276,-2.569589680939222,-2.5693395199962774,-2.569905664830922,-2.5714537398755066,-2.574150725078012,-2.5781697479672103,-2.5836961373097873,-2.590934229944153,-2.6001144601544035,-2.6115002146688853,-2.625393744668823,-2.642140016322099,-2.662126662823176,-2.685777070651206,-2.7135320110245145,-2.7458131614964385,-2.7829597565780935,-2.8251286401490003,-2.8721506960361323,-2.923347226040015,-2.9773331607106512,-3.031870912059396,-3.0838770247974217,-3.12969032094909,-3.1656415178979467,-3.1888121980200186,-3.1977139424428316,-3.192593521826071,-3.1752383979962056,-3.148407385610922,-3.1151579517329004,-3.078308377494176,-3.0401368100467687,-3.002296015497481,-2.965866676289501,-2.931472578151573,-2.8994057993580986,-2.8697356957240148,-2.84239309047001],[-2.5836451253561457,-2.587305071934286,-2.590488274744273,-2.593158034591467,-2.5952856093180725,-2.5968529400064866,-2.5978552292850328,-2.5983030695609735,-2.5982237913587336,-2.5976617232237778,-2.5966771360738603,-2.5953437853834087,-2.593745147197478,-2.591969636794537,-2.5901052614870195,-2.5882342528528315,-2.586428221432072,-2.5847442685120345,-2.583222282623898,-2.5818833693162673,-2.580729073501603,-2.5797408999860343,-2.5788799182919173,-2.578087360900303,-2.577289106351665,-2.5764082309754386,-2.575386818039555,-2.5742090624956666,-2.5729093955785216,-2.5715547543159154,-2.5702092123964535,-2.568903137000302,-2.567624114706009,-2.566330789030098,-2.564978618828268,-2.563544531718077,-2.5620423596452926,-2.560527253984214,-2.559091505061753,-2.5578556666368435,-2.556958520401981,-2.556548327451084,-2.556776697146571,-2.557795529187414,-2.5597568978306064,-2.5628154145579547,-2.5671324701096405,-2.5728817520412957,-2.5802554887992106,-2.589470916267004,-2.6007764328333396,-2.614456741094906,-2.6308358999780848,-2.650276550756446,-2.673172548317988,-2.699930767305099,-2.7309360282477293,-2.766491301982404,-2.806724704180916,-2.8514575736841548,-2.9000378428401477,-2.9511640133111827,-3.0027576709536055,-3.051975385855679,-3.0954549225812302,-3.1298289751647004,-3.152406385303031,-3.161784060917001,-3.1581300321147765,-3.1430225614117173,-3.1189490281200674,-3.088701382445934,-3.0548823321499468,-3.0196197925123034,-2.98447684256863,-2.9504911284927307,-2.918274986306815,-2.8881281914900057,-2.8601380709158466,-2.8342579617157746],[-2.5898909007370747,-2.593702154958052,-2.5969738371470705,-2.599655321851468,-2.601704291853111,-2.603090468660728,-2.603799348623294,-2.6038355402830993,-2.603225231112189,-2.6020173119338903,-2.6002827787395866,-2.5981122194466226,-2.5956114555284406,-2.5928956955681413,-2.5900828012543773,-2.5872863962812804,-2.5846095110620997,-2.5821392224938586,-2.579942314731573,-2.578061380200247,-2.5765101067944585,-2.5752661176350995,-2.574260599262492,-2.573367832805495,-2.572405860101101,-2.5711673643617727,-2.569491450151788,-2.567348590424031,-2.564872073002726,-2.5622951884485166,-2.5598369424764695,-2.5576189985926763,-2.5556531622544796,-2.5538803359797804,-2.552223046771402,-2.5506259502947426,-2.54907650247768,-2.5476088955289313,-2.546297786488049,-2.5452476465533365,-2.5445816751956145,-2.5444325528020615,-2.544936130845814,-2.546228362888846,-2.5484452453786037,-2.551725217731402,-2.5562133401060847,-2.562066576840692,-2.569459592796225,-2.578590541604879,-2.5896863193232855,-2.603006614173813,-2.6188457461285024,-2.637530699038355,-2.659412844458151,-2.684849616559003,-2.71417092049544,-2.747623743706853,-2.7852882922421998,-2.8269619445902823,-2.8720163764569993,-2.9192512975886893,-2.9667948209710615,-3.0121255643020106,-3.0522916725832645,-3.084349231209478,-3.1059351104900133,-3.1157816567211922,-3.1139630372969282,-3.1017761844983927,-3.0813333018092517,-3.055054436928859,-3.0252385868819127,-2.993802369516044,-2.9621843711571683,-2.9313649051618156,-2.901944245640707,-2.8742371203218195,-2.848359788409575,-2.824300143590379],[-2.596938166613565,-2.600998312614556,-2.6044546939038926,-2.607239069791217,-2.609291353402682,-2.6105646241085725,-2.6110304260867006,-2.610683821848699,-2.609547530679239,-2.6076744334555166,-2.6051478146746496,-2.602078960974526,-2.598602119231858,-2.594867261435894,-2.59103149495808,-2.5872501743563103,-2.5836687167808594,-2.580415737535094,-2.577597369793603,-2.5752914769988644,-2.573538912181793,-2.572327376471587,-2.571563443844324,-2.5710347301424585,-2.5703848910046707,-2.5691574858566293,-2.5669657370454515,-2.563734499284636,-2.559799693989036,-2.5557201144092914,-2.551965436531293,-2.5487464083831304,-2.546044391157207,-2.5437288071134554,-2.541660378137109,-2.539746739254487,-2.537958573851072,-2.5363240774132554,-2.534915157457439,-2.5338324841436584,-2.533192490907991,-2.533117591813598,-2.5337300836698398,-2.53514968561033,-2.537494239642599,-2.5408828073912213,-2.5454403048038396,-2.551302888292348,-2.558623454212623,-2.567576741279817,-2.5783635562792635,-2.5912135264282066,-2.606385480802555,-2.6241640464294864,-2.6448502875725723,-2.6687432336073287,-2.696108061753,-2.7271259166534656,-2.761820727396509,-2.7999614784634326,-2.840946360675883,-2.883689832002456,-2.926553554073592,-2.9673790137231166,-3.0036759879870982,-3.03297833363906,-3.0532984070148212,-3.0635341536298837,-3.063671291212431,-3.0547046657015895,-3.038330087343357,-3.0165446199300496,-2.991293675256667,-2.9642416988884195,-2.9366741488882235,-2.909497186843676,-2.883291643044267,-2.8583863707182835,-2.834929740063192,-2.812949471275292],[-2.60486729346584,-2.60929617481309,-2.613057783663817,-2.6160616985297023,-2.6182246071774826,-2.619476906116435,-2.61977006513891,-2.619084079385533,-2.6174340687244624,-2.6148749348244515,-2.6115030417004372,-2.6074542033894264,-2.602897827068655,-2.598027762227715,-2.5930510614570927,-2.588176259308571,-2.583602757490153,-2.5795123736473173,-2.5760630059792016,-2.5733825508499266,-2.571558370851326,-2.5706134420235522,-2.5704559569453944,-2.5707922177113933,-2.5710265873790172,-2.5702681394052007,-2.567654875274539,-2.5629820548481352,-2.5570215799403777,-2.550996199911745,-2.5457685576331954,-2.5415641663659043,-2.53819717889552,-2.5353725606272692,-2.5328566743307794,-2.530525120477848,-2.528350827806416,-2.526376213479699,-2.524687303112287,-2.523393621640113,-2.5226134421760964,-2.5224638322526363,-2.5230552911422333,-2.524490614008884,-2.5268671738193844,-2.5302814876805657,-2.5348349055638955,-2.540639467585157,-2.547823263563925,-2.5565348521943463,-2.5669463738246066,-2.5792548917026648,-2.5936812202941493,-2.610465051249969,-2.6298545795212567,-2.652088110968578,-2.677364446530434,-2.7057985440479433,-2.737359761813611,-2.7717930259415104,-2.8085299211486556,-2.846607752477851,-2.8846283382866824,-2.920798055127154,-2.9530846464079503,-2.9794936459007775,-2.9984114439242138,-3.00891088205451,-3.0109087808562447,-3.0051198447840575,-2.9928379317065787,-2.975638505956026,-2.9551026614410953,-2.932624916424659,-2.909318470964952,-2.8859987666228726,-2.8632149370056337,-2.841302150831626,-2.8204367976144957,-2.8006850623591886],[-2.613755099767844,-2.6186988658849115,-2.6229158798980796,-2.626288074250732,-2.6287020051318897,-2.63005733951736,-2.6302768889524883,-2.629317366989896,-2.6271795768845894,-2.623916390321219,-2.619636826875228,-2.614504922215615,-2.608732898903039,-2.602569274692536,-2.5962836545797137,-2.5901506967317105,-2.5844358418265934,-2.579384731134944,-2.575216790186483,-2.572121067076995,-2.5702484054566663,-2.5696867892208517,-2.5703942729279876,-2.572050521797411,-2.573811003499592,-2.5741267073289125,-2.5711918323332847,-2.564425966738898,-2.555511968705921,-2.547011992186185,-2.5403169655847013,-2.535391344849068,-2.5316144422558975,-2.528414983545943,-2.525462889956025,-2.5226379571905895,-2.5199517452151285,-2.5174875101186136,-2.5153636207936954,-2.5137109500629364,-2.512657664924149,-2.5123195743262223,-2.5127960335550594,-2.5141710309676015,-2.516518154970987,-2.5199076443331343,-2.524413851389778,-2.5301219478503163,-2.537133247327514,-2.5455688864144843,-2.5555717218193275,-2.5673061883549466,-2.5809555800093107,-2.596715817016951,-2.6147842900159155,-2.635341893622077,-2.658526020385813,-2.684392381118226,-2.7128645745797497,-2.743673099631179,-2.7762907382332007,-2.809879027078885,-2.843269115228902,-2.87500487710283,-2.9034693772143245,-2.927092122223941,-2.9445979628027166,-2.955226974286227,-2.9588517830164283,-2.955953982398438,-2.947476791555434,-2.9346139676866594,-2.9186037018027644,-2.9005748303257635,-2.8814610490185766,-2.8619744809954537,-2.8426191433433967,-2.8237248008777853,-2.805486800468764,-2.78800340662543],[-2.6236694093046085,-2.629304579303543,-2.6341626333987893,-2.638091586456463,-2.6409393868128914,-2.6425645179794643,-2.642849376569081,-2.6417155099024168,-2.639138990977915,-2.635163498338637,-2.6299083593697636,-2.623569197999215,-2.6164100154859797,-2.6087473284021847,-2.6009288812323015,-2.593310801232738,-2.5862373793792663,-2.5800267995614257,-2.5749642455203507,-2.5713009536536395,-2.5692532118620375,-2.568986293518064,-2.570548467320522,-2.57368128506106,-2.5773966725475685,-2.5793862395371763,-2.576266745426549,-2.5665087010594703,-2.553504095385394,-2.542291864726852,-2.534684960334241,-2.5297245433000057,-2.525989062162646,-2.5225979734702975,-2.5192154054686853,-2.5158112865361497,-2.5124866751260333,-2.5093922984887533,-2.506694949506097,-2.5045583277900794,-2.503128016769871,-2.5025215807306385,-2.5028260362333854,-2.5041024846285356,-2.506395475930495,-2.509743999851288,-2.514191603871052,-2.519794257091048,-2.526625566172642,-2.5347794973817024,-2.5443708572104837,-2.555533577076111,-2.5684164962598026,-2.5831759520243636,-2.599964129129565,-2.6189118521903945,-2.6401044383866576,-2.6635495869623322,-2.6891374181334715,-2.716595119103998,-2.7454425105607236,-2.7749599295596834,-2.8041846085921596,-2.8319530173742606,-2.857000282169458,-2.878111491923986,-2.894296968622441,-2.904945336735029,-2.909907569487159,-2.909486864957096,-2.904343234585286,-2.8953494378677105,-2.883443093888193,-2.869508956965884,-2.854306015986158,-2.83843723597402,-2.8223506387626007,-2.806358561702298,-2.790664317589257,-2.7753892031169642],[-2.634661292149402,-2.6411982775617133,-2.6469242184383845,-2.6516464247058127,-2.6551642279396805,-2.6572817229705157,-2.6578251498639407,-2.6566640666627444,-2.6537341398541883,-2.649058021585439,-2.6427599165280276,-2.635069661303966,-2.6263137964523984,-2.6168939913432396,-2.607256425853799,-2.597858149074787,-2.589137092243719,-2.581491099609451,-2.5752685439914447,-2.570769411114423,-2.5682508381264864,-2.5679220294155565,-2.569891322798688,-2.5739729942531557,-2.5791577615732644,-2.582584275489429,-2.5791282588433893,-2.565756393023176,-2.54834515544269,-2.535416590873648,-2.5284181558107433,-2.5245107621730276,-2.521292206538184,-2.517794520574505,-2.51390318014205,-2.509792875128704,-2.505690824941064,-2.5018267081675156,-2.4984263495413783,-2.4956981713401487,-2.493813658188238,-2.492894096815241,-2.493009957274297,-2.49419162809513,-2.49644614907196,-2.4997743212058428,-2.5041844795971993,-2.5097015528005095,-2.516371707337293,-2.524263562630534,-2.533466868906487,-2.5440890685256994,-2.556249638652781,-2.570071704540593,-2.5856701598571745,-2.6031354454299245,-2.622512279128959,-2.6437731367137838,-2.6667873629592895,-2.691288643576425,-2.716846217274598,-2.7428482334433593,-2.7685078999203094,-2.79290256377029,-2.8150505405976927,-2.834019738858339,-2.8490486355921276,-2.8596502599687876,-2.865670376333406,-2.8672841738134247,-2.8649359762074362,-2.859243685741457,-2.8508961255476493,-2.840566470211225,-2.8288537800198057,-2.816253684709575,-2.8031523139382286,-2.789835173294031,-2.7765034063320893,-2.763291997685905],[-2.6467545185248413,-2.654439709414503,-2.661306354003666,-2.667114346646207,-2.6716031899897503,-2.674506483063194,-2.675573761083672,-2.6745992691917078,-2.6714551783924616,-2.666124290925646,-2.6587252939297694,-2.649523271200809,-2.638920372376186,-2.6274261637790164,-2.6156127987425553,-2.604064484469311,-2.593331931618698,-2.5839001587422232,-2.576173294961772,-2.570474430854318,-2.56705250197272,-2.56607898893097,-2.567595940185948,-2.571322563668646,-2.5761163485858756,-2.578867474458824,-2.5738766971205753,-2.557779295266067,-2.5385335807485365,-2.5267682078579825,-2.5223789435735613,-2.5203487444246035,-2.517698837015795,-2.513887866208664,-2.5092872747725377,-2.5043155407874846,-2.499295254435291,-2.4945208727986294,-2.4902891831250336,-2.486873516844431,-2.4844842531199296,-2.4832468123089404,-2.483205356337306,-2.4843452806321507,-2.486622602745429,-2.489990333644921,-2.4944167390022995,-2.4998948901822113,-2.5064454831995406,-2.5141154580429994,-2.5229742452963824,-2.533108412084584,-2.544614652984573,-2.557590637895432,-2.572123114058754,-2.5882727603252627,-2.6060555887170676,-2.6254212528552285,-2.6462295624233434,-2.6682278726950934,-2.6910337045417116,-2.7141285369380173,-2.7368693967888373,-2.7585235691207814,-2.7783275837610946,-2.79556475506236,-2.809647884128991,-2.820188772565707,-2.8270373076489634,-2.8302808384697666,-2.8302063427677058,-2.8272381590820626,-2.821868541264047,-2.814596188731604,-2.8058816867399323,-2.7961219964039863,-2.785641269865728,-2.774693074156389,-2.7634690435182505,-2.7521100555591835],[-2.6599319156004695,-2.669047009574414,-2.677375377775616,-2.68462387537765,-2.6904605664968178,-2.694529815670213,-2.696478475788542,-2.69599390278254,-2.6928514630398253,-2.686964952577113,-2.6784292158115273,-2.6675424306973934,-2.654798121761023,-2.6408443699151136,-2.6264175261353264,-2.612265643001981,-2.5990790401231973,-2.5874411302584774,-2.5778042244783967,-2.5704858798368178,-2.565673045335041,-2.563411630985441,-2.5635409443619865,-2.565494226242691,-2.567837194607228,-2.5675497335992397,-2.5602164330301598,-2.5445319466713037,-2.5282633486338724,-2.520153239925431,-2.5187147958663587,-2.517966918130769,-2.515128798399928,-2.510528852887994,-2.505026461930894,-2.4990965883425535,-2.493038237972922,-2.4871999645386933,-2.4819917911577942,-2.4777954767227115,-2.474880707766135,-2.473372101069919,-2.473266447745092,-2.474478710363187,-2.476892902358956,-2.4804017040473867,-2.484929020245585,-2.4904376171388334,-2.4969274310936194,-2.504429741465624,-2.5130001758604448,-2.5227113552199323,-2.533644762678459,-2.545881091790858,-2.5594884912979703,-2.574508457007649,-2.5909395341161896,-2.608719542050516,-2.627707792388129,-2.6476697248317964,-2.6682673686940426,-2.6890596936383697,-2.7095167317280953,-2.729049810468595,-2.7470570996417094,-2.7629793741675206,-2.776356728523285,-2.7868748081106647,-2.7943904700993762,-2.7989317501230966,-2.8006738572197087,-2.799898868504759,-2.796949589020208,-2.792187139310785,-2.7859584075242374,-2.778575449746075,-2.770305755849807,-2.7613706315118427,-2.7519486178185124,-2.7421813578387293],[-2.674118697954373,-2.684975486872818,-2.6951322440760603,-2.704239759699678,-2.7118841414656987,-2.717600168502638,-2.720900567941591,-2.7213243544407524,-2.718503201980316,-2.712237864008495,-2.702568636501388,-2.689818690033678,-2.674591420408958,-2.657714715924123,-2.640142463654831,-2.6228382515069413,-2.6066703117889314,-2.592338752078643,-2.58034116683434,-2.5709679662338836,-2.564308133922741,-2.560238514755439,-2.5583612470466335,-2.5578467205650397,-2.557173299150077,-2.5539916162420853,-2.5460151725232305,-2.533918178047708,-2.5231032319352216,-2.518408818472473,-2.517990984137872,-2.5166650308006804,-2.512626933679641,-2.5070607164813894,-2.500791321953304,-2.4939470541123687,-2.4867161880613295,-2.4795870600909655,-2.473199039254293,-2.468119785071279,-2.464700292668434,-2.4630424103575512,-2.463052014035606,-2.464529690460888,-2.4672563724188263,-2.4710500021809545,-2.4757891999536925,-2.4814130803290295,-2.4879099986201796,-2.4953045928434796,-2.5036469263591017,-2.513003541534203,-2.523448794426843,-2.535055087321357,-2.547881373105448,-2.5619599439828638,-2.577281974609937,-2.5937827362038024,-2.611327955675442,-2.6297034264955985,-2.648610495473944,-2.6676701598308656,-2.6864379039160866,-2.704429891098537,-2.7211587875127314,-2.736174817688771,-2.749105499223755,-2.7596868351000574,-2.7677801440903966,-2.7733719667369687,-2.7765585258243966,-2.777519578836228,-2.7764880502734255,-2.7737213258262488,-2.7694781491922034,-2.764002701607101,-2.7575155177607313,-2.750209791903287,-2.7422513123036256,-2.7337804600760487],[-2.689163540717955,-2.70209199155261,-2.7144790723248766,-2.7259210543020216,-2.735914978663739,-2.7438662251408674,-2.7491176323977955,-2.7510077254446985,-2.7489606207152217,-2.742599497900351,-2.731860827966727,-2.7170743702170412,-2.69897398873462,-2.6786225739671004,-2.6572653722035504,-2.6361533697995703,-2.616386014206433,-2.5988075225833858,-2.583964501504748,-2.572109315329395,-2.5632214532242754,-2.5570174483083257,-2.552926154700584,-2.5500272931498005,-2.547018538472944,-2.5424370777203054,-2.5354992214378678,-2.5273507822531927,-2.520915202244554,-2.5180159763139134,-2.516789504833768,-2.5138352173290746,-2.5088788258689805,-2.503219111245531,-2.4967342243628226,-2.4889778272267535,-2.480223632303786,-2.471368044309998,-2.4634785915605524,-2.4574034440013843,-2.4535750908653258,-2.452010885578936,-2.452442016373329,-2.4544823692727045,-2.4577670623206322,-2.4620273246766486,-2.4671051241301893,-2.4729325415303465,-2.4795023642833587,-2.4868449974865907,-2.4950143782170464,-2.504079113145303,-2.514114506450163,-2.5251931702811126,-2.5373738019269423,-2.550688631012923,-2.565130330629332,-2.5806393850340554,-2.5970932564422133,-2.6142991212987625,-2.6319922125372486,-2.6498416452077804,-2.667464837174879,-2.684450253326164,-2.700386425631386,-2.7148934923605417,-2.7276524401835074,-2.738427306105934,-2.747076940060164,-2.7535552029955666,-2.7579009529587313,-2.7602210468949506,-2.7606703369676526,-2.759432237325474,-2.7567022796094656,-2.752675726447622,-2.747539220677573,-2.7414658099274507,-2.7346124700497767,-2.7271193103335123],[-2.704819251330375,-2.720146665401785,-2.735179549493485,-2.7494679215307833,-2.7624191009028136,-2.7732933348999764,-2.7812265558314206,-2.7852950741923954,-2.784632410627176,-2.778593388248174,-2.766935208815944,-2.7499593868861223,-2.728551268487677,-2.704081081354035,-2.6781855313127716,-2.652500072097659,-2.628425990274004,-2.6069878425440933,-2.588789598206092,-2.5740413005486245,-2.5626152214375453,-2.554097726728712,-2.547822801605051,-2.54290493649828,-2.5383382880677536,-2.5332748310537383,-2.5275127689318597,-2.521837342784828,-2.5174883598210434,-2.5147441165180062,-2.5122075820063237,-2.508645102735782,-2.504792519936013,-2.500433778106084,-2.4939035500650655,-2.484601197134407,-2.4734236838944192,-2.4620522113711143,-2.452193295866301,-2.445039666888842,-2.4410488951910576,-2.440022870443557,-2.4413707179980877,-2.444406852483385,-2.4485677684713667,-2.453499340118722,-2.4590373120080744,-2.465141092316307,-2.4718330880284722,-2.479164369133297,-2.4872017236700135,-2.4960230652743416,-2.5057121430626332,-2.5163498419045074,-2.52800293142946,-2.5407118200728855,-2.554478441440308,-2.5692551261166567,-2.5849355020020632,-2.6013488590350575,-2.6182596299400385,-2.63537340525107,-2.6523501214655116,-2.668823829739034,-2.6844270469860083,-2.6988165175961925,-2.7116966801650033,-2.722837482213831,-2.732084364254588,-2.739359885926657,-2.7446580683937407,-2.748033613642825,-2.7495885148985737,-2.7494582746214054,-2.7477992794203394,-2.744778156699939,-2.7405633650001437,-2.7353189167771825,-2.7291999660575534,-2.722349944639049],[-2.7207263401442936,-2.738746010574695,-2.7568174200591975,-2.774460950904835,-2.7910031843125718,-2.8055523234621975,-2.81700465473439,-2.8241075443983865,-2.825603004421596,-2.8204570074428594,-2.808138673994967,-2.788862813184599,-2.7636845658044638,-2.734372993045728,-2.703087020087864,-2.671971694536504,-2.642817563476896,-2.6168712940635777,-2.5948021881246306,-2.576772596986306,-2.562548681243913,-2.551607593796495,-2.5432280754833596,-2.53658225067232,-2.53086865172842,-2.525515338271553,-2.5203912514413527,-2.5158101875177614,-2.5121300590809015,-2.5092214440080576,-2.5066794891585404,-2.504921640780654,-2.504022994240961,-2.5010732999312286,-2.4933032849199166,-2.4808203143639784,-2.465703081960659,-2.450719529921175,-2.438366150957782,-2.4301959299192757,-2.426569687390919,-2.4268516067941586,-2.42988772323576,-2.434522067393579,-2.4399365348942044,-2.445730047153912,-2.451807164341714,-2.45821771394574,-2.465048153539388,-2.4723832555853025,-2.480307437055967,-2.4889125555602436,-2.498297340651141,-2.5085585597699627,-2.5197787188762972,-2.532013707821496,-2.5452815279617513,-2.559552311872342,-2.5747401266293153,-2.590697694051366,-2.60721552059714,-2.62402674304478,-2.640818272675684,-2.6572477360201514,-2.672964548656181,-2.6876325526326004,-2.7009512808108322,-2.7126732049936457,-2.7226151788249924,-2.730663416263723,-2.7367724108864597,-2.740958949637689,-2.7432927258957838,-2.7438850769500496,-2.7428771872805258,-2.740428821224995,-2.7367083415241176,-2.7318844674508544,-2.726119951693599,-2.7195671309897036],[-2.736404347423698,-2.757333868461718,-2.7787614943288124,-2.8002029397093984,-2.820924670089719,-2.839889549928308,-2.8557334659602103,-2.866812436344648,-2.8713662401191153,-2.8678253060884775,-2.855226262875604,-2.833609607694704,-2.8042112494916918,-2.7693077253260863,-2.731740130358441,-2.6943125819324383,-2.6593029450410497,-2.6282205939251897,-2.6018017773300657,-2.5801485861628644,-2.5629126810373855,-2.549463670605411,-2.539025674447896,-2.530795043846922,-2.5240601354792718,-2.518323043474466,-2.513373845347784,-2.5092363446184054,-2.505994748847533,-2.5037505441102272,-2.5029898581530947,-2.504469063800466,-2.506499581977702,-2.503857063292824,-2.493270600314275,-2.4759501599454388,-2.455455640938484,-2.435869551728985,-2.4206614407693463,-2.4118291721953034,-2.409529233121949,-2.4123753155295753,-2.4182611405392334,-2.4252900020732544,-2.432343947824208,-2.439099832003866,-2.4456916865085794,-2.4523636656503474,-2.4593018699559757,-2.4666243081377326,-2.4744271009452508,-2.4828166510704484,-2.4919127745873246,-2.50183568990405,-2.5126905400008512,-2.524554844306937,-2.5374685749423715,-2.551425379869473,-2.5663646170630257,-2.582165199350597,-2.5986428849725423,-2.615552521217336,-2.6325960879069155,-2.649436459007987,-2.665715847099124,-2.6810771276194454,-2.695185803285153,-2.707750305142124,-2.7185385764774397,-2.7273893515494363,-2.7342171581546735,-2.739010820304712,-2.741826071121765,-2.7427736720499456,-2.742004968407844,-2.739696931562103,-2.736038431965799,-2.7312188994999245,-2.7254198722126213,-2.718809389752436],[-2.7512568915575324,-2.7751893465302535,-2.8001502788338217,-2.825681136570259,-2.851019406256234,-2.875005423537154,-2.8960138152506487,-2.9119651026469233,-2.920494245368671,-2.9193404000589522,-2.9069387085133935,-2.883040901729444,-2.8490618854866514,-2.807900362654513,-2.7632533569090807,-2.7187405661325057,-2.677220647310984,-2.6404952632075553,-2.6093586348536624,-2.5838320933962615,-2.5634362445555374,-2.5474217543279467,-2.5349405887663403,-2.5251711358481863,-2.517414700248517,-2.5111655767935317,-2.50613773823097,-2.5022389861569385,-2.4995458627578997,-2.4983906409247147,-2.4994446625405433,-2.50285699556255,-2.505778188092233,-2.502284822787359,-2.4886943513746203,-2.4665219684235455,-2.4404373777369863,-2.4159278505730586,-2.3978037150735796,-2.3889331562518024,-2.3894066347473206,-2.3967195023738417,-2.407140144986359,-2.4175453590332383,-2.4265075136130614,-2.4340957350368697,-2.440988786924096,-2.4477724303583464,-2.454739862333794,-2.462004386414738,-2.4696494484223614,-2.4777942417644354,-2.4865881568171617,-2.4961832040089322,-2.5067127088467336,-2.5182801339286214,-2.5309523130254066,-2.544752353730556,-2.559651141153745,-2.5755588675767864,-2.592318795897823,-2.6097052093734687,-2.6274268551713487,-2.6451364925211673,-2.662446515092561,-2.6789500136181124,-2.6942459943698753,-2.7079666900454757,-2.7198040354388886,-2.729531715689447,-2.737019211533155,-2.742235350778427,-2.745240941553735,-2.7461724340127542,-2.745220304334083,-2.7426063588530485,-2.7385634364975067,-2.7333195763757128,-2.727087262871039,-2.720057297468238],[-2.7645961828183987,-2.7914515493464416,-2.8199123778437936,-2.8495751583210627,-2.879684088257269,-2.9089930977847995,-2.9356388676762997,-2.9570959527146097,-2.9703281515115125,-2.9722551646097406,-2.9605514659500165,-2.934558028496306,-2.895850186196403,-2.84804299054567,-2.7958376293901495,-2.7437947905179163,-2.6954169083408943,-2.6528059097930967,-2.6167953183923354,-2.587303981582011,-2.5637061457754555,-2.5451220836596753,-2.5306150925946276,-2.519316043342176,-2.510499759866311,-2.5036266290384965,-2.4983544123825454,-2.494532523836003,-2.4922079840992435,-2.4916371708116034,-2.4930878675375485,-2.49591966597255,-2.497089430507393,-2.491493186220217,-2.4755914885629204,-2.450233182015174,-2.4199447186316276,-2.3910308992551275,-2.3699386496471364,-2.3613772677818363,-2.366203714333448,-2.3805417254713346,-2.397796724628349,-2.41263351646354,-2.423388765553088,-2.4312262104130062,-2.437930383659801,-2.4445791049351455,-2.451479566321576,-2.458627840641878,-2.466051542977768,-2.4738896461008433,-2.4823382926242883,-2.4915904196960064,-2.5018095404333947,-2.5131260836812785,-2.5256375220176066,-2.539403345784183,-2.5544346016978667,-2.5706811483204794,-2.588019902407219,-2.606246483709172,-2.6250719881476248,-2.64412638642547,-2.6629700498420714,-2.6811147196323177,-2.698054342853908,-2.713304221776856,-2.726444029952346,-2.737157452298252,-2.7452601325039474,-2.7507095099715895,-2.7535947563513306,-2.7541104520527324,-2.7525214237717783,-2.74912690708538,-2.7442302574959045,-2.7381172928503186,-2.7310435001635223,-2.7232285662851403],[-2.775690266120409,-2.805178314730064,-2.8368368643289146,-2.870336488599093,-2.9049577268106295,-2.9394080020574975,-2.971630303945831,-2.998687322154593,-3.016873982444236,-3.0222438973739445,-3.011623145366842,-2.983855245282594,-2.940640858874508,-2.8863403771250673,-2.826714809511027,-2.7673013870838576,-2.712246401002033,-2.663931734284503,-2.623210318183752,-2.589889222743668,-2.5631963149061203,-2.5421235923243697,-2.525642603342399,-2.5128253070753086,-2.502904649506397,-2.4952978359890867,-2.489606048722829,-2.4856008129181917,-2.4831971833547577,-2.482365977357187,-2.4828384248767286,-2.4834562976780292,-2.481513784325477,-2.4732377034193287,-2.4558578778030045,-2.429511845498131,-2.3974817326616606,-2.3655476846995547,-2.341249459883408,-2.33215368947581,-2.3418722924316535,-2.3657439690428754,-2.3923927314486093,-2.4123542852540476,-2.423951103124978,-2.430770763224396,-2.436530425341976,-2.442808912828297,-2.449606923220327,-2.456587798779451,-2.4636923407097537,-2.4711241083468214,-2.479159078008895,-2.4880360021193453,-2.497941446241608,-2.5090284942458307,-2.5214285718328986,-2.5352469761429526,-2.5505472958784225,-2.567331698996226,-2.5855215329666237,-2.604940502294827,-2.6253021107003165,-2.646203815074868,-2.667131671932542,-2.6874801047899965,-2.706590474349962,-2.7238083092967456,-2.7385525305711034,-2.7503831251662567,-2.7590504959104747,-2.7645132516930704,-2.7669208680072623,-2.7665687587261036,-2.7638403149254396,-2.759150831928193,-2.7529034730997135,-2.745461064487473,-2.737132514950644,-2.728170119155542],[-2.783831119234952,-2.8154387324864802,-2.8496976589573597,-2.8863527426359212,-2.924732787376977,-2.963528955116242,-3.0005449627778122,-3.0325110963796504,-3.0551484570744503,-3.063733556565017,-3.054300391095888,-3.0252009998459495,-2.9782155408767457,-2.9183616489757016,-2.852345983922671,-2.7865667528888056,-2.7257246033275035,-2.672433962171685,-2.627559756640273,-2.590815788508355,-2.561311783771268,-2.5379372143712353,-2.5195887146973353,-2.505286443004643,-2.494222304493278,-2.485768751228483,-2.479463837260741,-2.474977402897114,-2.4720475692656003,-2.470349523179998,-2.4692414063629573,-2.467410780153462,-2.4626964817167583,-2.45254042226256,-2.4350826874801177,-2.4101580842289407,-2.379673547159428,-2.347829024973206,-2.32167854093753,-2.3109440414992464,-2.3237041997110266,-2.3569047400967182,-2.3935707812982594,-2.4178516669349186,-2.4282325354042604,-2.4322886721918606,-2.4364371094416293,-2.44239918130303,-2.449222057005185,-2.4559753124867485,-2.4625957075249225,-2.469478955224607,-2.4770227487617693,-2.4854934755164884,-2.49507465507964,-2.505931939806067,-2.518236796374726,-2.5321552178292626,-2.547821021273283,-2.5653061183448007,-2.584591919718816,-2.6055422447589174,-2.6278783191216943,-2.6511591558250127,-2.674774406488771,-2.697959811861523,-2.71984501403283,-2.7395370280776477,-2.756229820035375,-2.7693158550782417,-2.778467997224407,-2.7836668594154297,-2.7851680305295416,-2.7834249370093014,-2.778994849683528,-2.7724537552501074,-2.7643351620109318,-2.7550960905828172,-2.745105608235897,-2.7346483051088066],[-2.7884148087109852,-2.8214278278233693,-2.8574175554943726,-2.896181027040526,-2.9370832770678854,-2.9788101744323687,-3.019078898314206,-3.05440281511078,-3.0801191990306105,-3.090974750304299,-3.082452792088926,-3.052550777598681,-3.00307965804277,-2.939480814638352,-2.86908160658459,-2.7988479695652146,-2.733850780489303,-2.676869915717627,-2.6287969530190254,-2.589305905088188,-2.5574493499571553,-2.5320662186869933,-2.512015722911666,-2.496290276638672,-2.4840553798207026,-2.474647915105983,-2.467548941033711,-2.4623346426117254,-2.4585978685311813,-2.455825739646391,-2.453234031066314,-2.449623198553521,-2.443412532477093,-2.4329892413285954,-2.4172653887120323,-2.3961225377857933,-2.3706572907490613,-2.34363158428207,-2.3205565576974254,-2.3106537752709686,-2.3239389693415538,-2.360187283232445,-2.401008498742439,-2.426141339611815,-2.433567017610541,-2.43421935299604,-2.437094859855296,-2.4434270351515943,-2.450535538448145,-2.456855934898699,-2.462696878037203,-2.4688672803520495,-2.4758797415312137,-2.4839473887322066,-2.49319795284841,-2.5038015145794787,-2.5159871059964427,-2.5300062929713576,-2.5460869937542046,-2.5643922498422875,-2.5849830030465144,-2.6077801530336964,-2.632523831707126,-2.6587338246288867,-2.6856828396399135,-2.712401465008621,-2.7377353485860683,-2.760465292396218,-2.77947748698329,-2.793942371670138,-2.8034449686655614,-2.8080223302158425,-2.808101145053113,-2.804367590687213,-2.7976193417970863,-2.7886415191535026,-2.7781265653504312,-2.7666377656553642,-2.7546050604049923,-2.7423395281780856],[-2.7890186231311955,-2.8225803647647223,-2.859236953973108,-2.898798269669897,-2.9406340793520176,-2.98341860917018,-3.024829691221422,-3.0613016460286215,-3.0880470013783183,-3.099652620848178,-3.091441914798671,-3.06130388740362,-3.0110325532792435,-2.9461446459427587,-2.874097956556392,-2.801997270317548,-2.7350302371493007,-2.6760621912144877,-2.6260428052763936,-2.5846850775325465,-2.5510689446254196,-2.5240538366698355,-2.5025143013418014,-2.4854518961200176,-2.4720319569707097,-2.461577372386606,-2.4535362076586384,-2.447429053299594,-2.4427760946558257,-2.439006666139262,-2.435372335258749,-2.4309173037216696,-2.424575649955645,-2.4154090062389613,-2.402882731789958,-2.387053076734156,-2.368722645080812,-2.3498633243607734,-2.3345310946279554,-2.3295963805797273,-2.342519681246355,-2.373253153594265,-2.4078778025566243,-2.42951059612609,-2.4351981544962715,-2.4350006627336294,-2.438645464697373,-2.4464704134621047,-2.4538122357753887,-2.459085277741573,-2.463723460306867,-2.469113122455061,-2.4756904995707467,-2.483432050344847,-2.492348226254747,-2.5026342248798756,-2.5146209320893456,-2.5286840992080966,-2.545173648434682,-2.564365369247051,-2.586419853469866,-2.6113351527202138,-2.638887193327319,-2.6685623611799083,-2.699499979458283,-2.7304764143413243,-2.7599691851759993,-2.7863260894429915,-2.8080239328600207,-2.8239477587795165,-2.8335908685248614,-2.837100049410547,-2.8351604456310726,-2.8287826835660215,-2.8190786444335907,-2.807089433821881,-2.7936880562013013,-2.7795474376744225,-2.7651511350697353,-2.7508247769071397],[-2.785457674575613,-2.8186553308594178,-2.8548409150006906,-2.8937929603304133,-2.9348495768749627,-2.976663554647109,-3.016921355306077,-3.0521251289122016,-3.077642629431273,-3.0883033590603963,-3.079697431344889,-3.049875591933708,-3.0005670369206494,-2.9369920395576967,-2.866214982848846,-2.7950207054954586,-2.7284402636437384,-2.669334145221413,-2.6187378886701387,-2.5764824926508947,-2.5417622144037852,-2.513531855859322,-2.4907389162000384,-2.4724367458809136,-2.457823604114335,-2.446238659744365,-2.437132584716734,-2.430021515387891,-2.4244301260930587,-2.4198338149329173,-2.4156214445094957,-2.411110609582895,-2.405637355934254,-2.3986986888370456,-2.3900816805850935,-2.379941276714589,-2.3689090041195104,-2.3584078623473475,-2.351192865520453,-2.3514973312537046,-2.363233335772382,-2.3855173281791235,-2.409999036823037,-2.426632034299127,-2.433009609677766,-2.4357671839594164,-2.442447953867337,-2.452011491254131,-2.458598538869757,-2.4618621506031135,-2.4650935998566204,-2.470029968512573,-2.4765351556001676,-2.484103128223163,-2.492638216748945,-2.5024611377397994,-2.514089838909628,-2.5280721308053744,-2.5449028521842023,-2.564984441118282,-2.588592076820879,-2.6158202749077377,-2.6465015214618903,-2.680101885270974,-2.715618361946961,-2.7515271351397868,-2.785848414881912,-2.8163778932210755,-2.841069141299952,-2.858456091601248,-2.867948388306519,-2.8698767585863685,-2.8652911523475697,-2.855627113156956,-2.8423816850333177,-2.8268882887561513,-2.8102092049325993,-2.7931189001267973,-2.7761389479218606,-2.759592502228651],[-2.777807046560604,-2.8097679263190947,-2.8444056139387484,-2.8814327132356286,-2.920131494494224,-2.959136589865472,-2.996199822476936,-3.02803219284072,-3.0504021605861142,-3.058712691011232,-3.0491524867109,-3.0201314937725092,-2.973266280110428,-2.913190051401622,-2.8461645283501835,-2.778283706072085,-2.714183956863895,-2.65662400693425,-2.60672760809833,-2.56449578047811,-2.529303173968521,-2.5002614217799097,-2.4764413834138104,-2.4569880329418226,-2.441165661410821,-2.428361601829123,-2.418066168415485,-2.409839364395369,-2.4032723721371565,-2.3979538306706116,-2.3934551510447863,-2.3893490837778337,-2.3852629793002205,-2.3809445679236267,-2.37630812194734,-2.3714629682094257,-2.3667918953997518,-2.3631607318387453,-2.3621841489889555,-2.3661077582662555,-2.376621315176152,-2.392737926669698,-2.409986389218004,-2.423295893887297,-2.43150362149737,-2.4384267284143935,-2.448084067756011,-2.4579447057915877,-2.4625724354505993,-2.463641509993893,-2.4662595799156244,-2.4717954141230054,-2.478848215357697,-2.4863250456403834,-2.4942598448978734,-2.5033236933742833,-2.514333619900445,-2.528041599785424,-2.545086761107577,-2.565992958773949,-2.5911522240670624,-2.620768309121725,-2.654750518918435,-2.692563228689616,-2.7330626686300437,-2.774391294381186,-2.81403320716578,-2.849119721667471,-2.876973880179408,-2.8957241664505595,-2.9047209019987568,-2.9045668002587437,-2.8967856978805115,-2.883327612950024,-2.866125855372561,-2.8468210660666147,-2.8266560113350696,-2.8064871378968625,-2.7868526183978277,-2.768054423759922],[-2.766384526136399,-2.7963610626878697,-2.828551226200224,-2.8625865819140843,-2.897691944345992,-2.932507841558796,-2.964915963757029,-2.9919529558727818,-3.009955344373684,-3.015090888963175,-3.004310166203847,-2.9764596749110686,-2.9330016595800785,-2.8778314905461704,-2.8161957453263624,-2.753285399455683,-2.6931798216939535,-2.638443528063614,-2.590258198044633,-2.5488055510098526,-2.5136711568173107,-2.4841593044914543,-2.4594979365833907,-2.438953157458933,-2.421881704154753,-2.40774528602968,-2.3961034199740285,-2.3865956003668085,-2.3789203796899945,-2.3728176785284925,-2.3680596563782372,-2.3644520684017247,-2.361840946732138,-2.360113615257111,-2.3591903964100993,-2.359030292507387,-2.359700543525751,-2.3615356157851974,-2.365288789725806,-2.372001800801002,-2.3823257634644635,-2.395554517859384,-2.409437792998803,-2.4216197001485504,-2.431700473852517,-2.441509443077529,-2.452183135730719,-2.460752727502945,-2.4636271233381,-2.464076915746948,-2.4681007720100694,-2.4757327268785434,-2.4836965441966377,-2.4906741380993465,-2.4974069587094077,-2.505206199870608,-2.515242815747498,-2.5284384760612215,-2.54552987126712,-2.5671284721107392,-2.5937268283509307,-2.625637758661562,-2.6628599576768552,-2.7048747155650172,-2.7504101259175116,-2.7972654993799053,-2.8423457599079005,-2.8820478677190375,-2.9129987480026376,-2.932899859977497,-2.9410813885485125,-2.9384969647672476,-2.9272223935880928,-2.9097694211508136,-2.8885180585332004,-2.8654007243441795,-2.841814229621559,-2.8186704646425906,-2.7965028879241247,-2.775577468559253],[-2.7516997249976196,-2.7791267976424585,-2.8082200757663776,-2.8385361433644127,-2.8692626277404827,-2.8990856888413514,-2.9260778810619477,-2.947677108784224,-2.960859881414843,-2.9626024042228947,-2.950618969609754,-2.9241655632178496,-2.884522603023612,-2.834830784175643,-2.779297478895626,-2.7221597739672556,-2.6668670870489564,-2.615717331989746,-2.569897609745299,-2.529743452423095,-2.4950454061127902,-2.465307367501175,-2.4399273970920943,-2.418307723538857,-2.3999127664429314,-2.384293991095473,-2.37109636497557,-2.360056727325291,-2.351000192039303,-2.3438361312522202,-2.3385498516883483,-2.3351811573934924,-2.333781015531188,-2.3343482724238056,-2.3367704646182994,-2.340814304991758,-2.3462082211929323,-2.3528079084481477,-2.3607392175275645,-2.3703371700657634,-2.381780782155579,-2.394635670930833,-2.4078214283293433,-2.420294299645475,-2.4318860311887778,-2.4431420636047605,-2.453722322179125,-2.4612931087553016,-2.4643717429481238,-2.4669663265066877,-2.4745685914062157,-2.4848039567954747,-2.4925982921602867,-2.4976178118449486,-2.5020514652304358,-2.507926312481812,-2.5166203699537353,-2.529079898900922,-2.5460408824585468,-2.5681425422231254,-2.59594312570489,-2.629846806824709,-2.669938073823866,-2.715724676480766,-2.765826953534692,-2.8177265982465824,-2.867772958746922,-2.911648373338967,-2.945306743062122,-2.9660575487729366,-2.9732532706307757,-2.9682289421854806,-2.9536132131491333,-2.932449689660227,-2.9075179877614006,-2.880994358671129,-2.8543914587241996,-2.8286515148682536,-2.8042898936467733,-2.7815317470770053],[-2.734383450363793,-2.758901219515638,-2.784520106848775,-2.8107434848016575,-2.8367549079241963,-2.8613289438326115,-2.8827729020143837,-2.898953149559738,-2.9074734033821206,-2.9060519388185817,-2.8930645329194107,-2.8680926370896676,-2.832225327979125,-2.787920623272285,-2.738447845103927,-2.68715627335526,-2.6368699209315793,-2.5895788055574536,-2.5464190584533064,-2.5078312272509438,-2.473778374848248,-2.4439471125624657,-2.417899805926363,-2.3951753351071012,-2.375348852217344,-2.358064292691741,-2.343052467022286,-2.3301449566962926,-2.31928963855765,-2.310565893719764,-2.304186047560772,-2.3004592681640776,-2.2996974066720366,-2.3020714420115063,-2.3074754382395466,-2.315484985318055,-2.3254662372104953,-2.336799092787336,-2.3490808061246256,-2.3621565016757,-2.375933674295853,-2.390137033873656,-2.4042728489921315,-2.417898549285822,-2.4308915432601217,-2.443226624519882,-2.454298389762518,-2.4629412043356957,-2.4694387550624963,-2.4776313590445627,-2.490215649322587,-2.501250217373389,-2.5058307435517317,-2.506644840354835,-2.5076041955157513,-2.511038654074992,-2.5181726250911467,-2.5297693739677136,-2.5464531610796803,-2.5688262582793664,-2.597467677837872,-2.6328375700212856,-2.6750806550471187,-2.723723233015139,-2.7773004668854253,-2.833042387250533,-2.8868566251308008,-2.9338596086700233,-2.9694818744202456,-2.990746277999192,-2.997053582680773,-2.9900623507215203,-2.972840342162894,-2.9488353079391363,-2.921118159134266,-2.892034875609934,-2.8631733534670287,-2.835490827056337,-2.8094851437516573,-2.7853496145020076],[-2.715113697358729,-2.7365591040644097,-2.758575854180163,-2.7806429507141504,-2.8019746167540447,-2.8214677386685767,-2.837683604270808,-2.848901274346777,-2.85328209359553,-2.8491626087055875,-2.8354369327412403,-2.8119149664334224,-2.7795007381274965,-2.7400808756493813,-2.6961432851518876,-2.650276211028569,-2.6047345370028183,-2.561191300804537,-2.520686277133029,-2.4837116025911348,-2.4503578596207545,-2.420463123766961,-2.393735346302836,-2.369839929744611,-2.348456390087047,-2.329313332123525,-2.3122130750989895,-2.2970577999674715,-2.2838866622459992,-2.272923530930951,-2.264613802097018,-2.2596016271193564,-2.2585916385772173,-2.2620887285301237,-2.2701149785624315,-2.2820802247229097,-2.296923447332598,-2.313460098253894,-2.330724019267411,-2.3481128822012356,-2.36530611707765,-2.382090021465796,-2.398266858387479,-2.4136990847725452,-2.42834903286355,-2.442151678788074,-2.4548732812033958,-2.4665263659704086,-2.478563483192925,-2.4938189801172084,-2.5107519078406972,-2.5202092563416842,-2.5196377782615276,-2.5154294779912676,-2.512773591429248,-2.5138655723130516,-2.5195553228615655,-2.5303264686052924,-2.546642096992135,-2.5690288579882226,-2.5980446403683826,-2.634158303681491,-2.6775292896951943,-2.7276763762226737,-2.7830715878926213,-2.8407964868440065,-2.8965194132198553,-2.9450680429816947,-2.981622155782202,-3.003082964030763,-3.0088944016182686,-3.000882840376194,-2.9823286364004375,-2.9568692140227535,-2.927711001635907,-2.897280519177239,-2.867204426556468,-2.8384520020635695,-2.8115181557050417,-2.7865859246104754],[-2.694551760369793,-2.712928276576468,-2.731415683298642,-2.749496660987132,-2.7664440946059035,-2.7812960826723856,-2.7928632992443774,-2.7997925269700588,-2.8007067701335284,-2.7944232508914175,-2.7802140105638244,-2.7580328033569215,-2.728615222520886,-2.693392141248168,-2.6542326866305377,-2.613106872121809,-2.5717816606067334,-2.5316291668166517,-2.4935648846673164,-2.4580865085505064,-2.4253666517203465,-2.395359007193838,-2.3678929266236346,-2.3427457032785015,-2.3196914989990636,-2.2985318645126585,-2.2791178048422585,-2.2613790760217367,-2.2453807257278617,-2.231420341556543,-2.2201461981335,-2.212611270719521,-2.2101235103988417,-2.213811532719551,-2.2240523379204635,-2.2401320234623814,-2.2604245360145256,-2.282980212105283,-2.3061255862419694,-2.3287609946014207,-2.3503293124696376,-2.37062595253483,-2.3896283148114184,-2.407410565057661,-2.4241001151260613,-2.4398402165943507,-2.454867857582755,-2.4698918129841068,-2.4864808692050353,-2.5057139679615377,-2.5234590575666997,-2.531001765616424,-2.5276472439047444,-2.5207835312632776,-2.516066086697552,-2.5157241357066193,-2.520460964092952,-2.5306093728570267,-2.5465231757938884,-2.568656670694555,-2.597518029811657,-2.6335362997134233,-2.676832227702285,-2.72688381927448,-2.7821251866882677,-2.83961715560877,-2.895042954393818,-2.9432885046714135,-2.9796164806251126,-3.000993843266103,-3.0068769306371728,-2.9990483481720642,-2.9807167846457028,-2.955453969787386,-2.926425719551412,-2.896044848051794,-2.8659435816646885,-2.8371067493746724,-2.810047726535425,-2.784966804974781],[-2.673296110522802,-2.688733071682922,-2.7039055016712874,-2.718322052737823,-2.7313317833589257,-2.742117754912255,-2.7497180881465053,-2.753088380915989,-2.751214237028001,-2.7432682789078706,-2.728783610650699,-2.7077943688750454,-2.6808890668682666,-2.6491449671759217,-2.613955647882044,-2.576805466921604,-2.539059448691504,-2.501819844578826,-2.46586666964771,-2.4316696942432476,-2.399444910470023,-2.3692283914494956,-2.340947723728837,-2.314479444557014,-2.289687262193353,-2.2664408782610352,-2.2446221420891854,-2.2241381587019853,-2.204980223149426,-2.1873789817299802,-2.1720696672762685,-2.1605480013967764,-2.155008554337415,-2.157664005695632,-2.1696172503048263,-2.1900775236854253,-2.2166044266813736,-2.246160411493657,-2.276149628783474,-2.3048995520029822,-2.3316143630652557,-2.3560941486684124,-2.3784605039666045,-2.398980175269143,-2.417979447124383,-2.4358339694066804,-2.4530578096631817,-2.470456134604406,-2.4889395555848024,-2.508065926367003,-2.523690203629744,-2.530090583952492,-2.5273537995467628,-2.52119881590531,-2.5166806171176628,-2.516212835530629,-2.520688973084848,-2.5305107326541245,-2.546027293439557,-2.567651746141449,-2.5958293693351298,-2.630911358836724,-2.672936030355881,-2.7213178111795404,-2.7744879230874164,-2.8296182633159614,-2.882652326315953,-2.928856333793977,-2.963876156467958,-2.9849074789378247,-2.9913865094350593,-2.984859809905377,-2.968207025350176,-2.9447004038409683,-2.9173002840032662,-2.888314032643183,-2.8593437799089965,-2.8313891625297254,-2.804999209449877,-2.780415552827117],[-2.6518557078178504,-2.664566732951336,-2.6767244009024473,-2.687878042508417,-2.6974600527924726,-2.7047906005242015,-2.709103952381254,-2.70960373149392,-2.705549506207656,-2.6963671814284846,-2.681762582308929,-2.6618071195820594,-2.636964319175293,-2.6080407316553416,-2.5760699809394314,-2.54216204820807,-2.50735903340294,-2.4725303560935865,-2.438321731939005,-2.4051540458525325,-2.3732574287065877,-2.34272320762013,-2.313558721892239,-2.285733437182623,-2.259207113989805,-2.2339325203807525,-2.2098307880047026,-2.1867564830004858,-2.1645128488069014,-2.143037873544237,-2.1228849261577896,-2.1059015039727336,-2.095501379829898,-2.095665766985755,-2.1087667721763568,-2.133931930379023,-2.1674914688362326,-2.2049043025623427,-2.242450672841545,-2.2778622337953323,-2.310148093350111,-2.3391471040692027,-2.3651300252218435,-2.3885470069046164,-2.4099047056921887,-2.429735293521147,-2.4486164823038177,-2.467134857466395,-2.4855255076642324,-2.502754904466945,-2.5158746079315173,-2.521883382496801,-2.5212035977973386,-2.517565376834242,-2.514819409729465,-2.5153050409360485,-2.5201510349758633,-2.5299342075911064,-2.5450719768093726,-2.5659658348131886,-2.592995917723003,-2.626415925391752,-2.6661614097606225,-2.711583496585908,-2.7611565247892473,-2.8122762379054658,-2.8613276325928956,-2.9041754245800346,-2.9370425375740274,-2.9574594440538253,-2.964830132300646,-2.9603525055091358,-2.9464140007029216,-2.9258260178808517,-2.9012171021713584,-2.8747080713105295,-2.8478296749678194,-2.821583428289058,-2.796558190907472,-2.7730497445224014],[-2.630640171987907,-2.640886769059419,-2.6503703432423897,-2.658688430509141,-2.66535583732139,-2.669814987684083,-2.6714623488126716,-2.669694256548757,-2.6639715095911356,-2.6538956523591533,-2.6392825195240754,-2.6202137574830697,-2.5970485163772024,-2.5703869326322906,-2.5409915829988114,-2.5096862997900167,-2.4772573631684502,-2.4443782443236457,-2.411568989410926,-2.379190491209185,-2.34746639573484,-2.316522244108299,-2.286431126191445,-2.2572550610170827,-2.2290693147837914,-2.2019525469041374,-2.175923550516911,-2.150821152910539,-2.126190975450187,-2.101394485360382,-2.076315748942511,-2.052805217249641,-2.0358243462309122,-2.03208277225323,-2.045886692149355,-2.076062292511763,-2.1171025111885955,-2.1626065968366235,-2.2077100569190544,-2.249662383763347,-2.28737730793222,-2.320775453811726,-2.350273306412837,-2.37647478415291,-2.4000171596087947,-2.421507473445824,-2.441483058959425,-2.46030451293483,-2.4778758184257197,-2.493254795258703,-2.5047111620994174,-2.510909666110534,-2.5124146553267312,-2.5116057522714517,-2.5112009635128048,-2.5132063980059574,-2.518828017008096,-2.5287797908559058,-2.543553626894688,-2.563549051478326,-2.5890839149095957,-2.6203141268603605,-2.6570783595621212,-2.69868768510069,-2.7437089244556536,-2.789837773545039,-2.8339925292425105,-2.8727251118191464,-2.902904894133377,-2.9224396182693484,-2.930713698105695,-2.9285567240427626,-2.917813976526825,-2.9007668299167144,-2.8796401301687062,-2.856307403748909,-2.832185078466225,-2.8082513871985153,-2.785123987898821,-2.7631513570322035],[-2.6099622303567966,-2.618025344484263,-2.6251830251161064,-2.631082901349771,-2.6353160306114476,-2.6374292840394493,-2.636949176546211,-2.633418235175862,-2.6264421177757202,-2.615741682163479,-2.601200218281086,-2.5828940022375786,-2.561096052154801,-2.5362489374362833,-2.508910974541436,-2.4796877230125345,-2.4491641854580357,-2.417851441260459,-2.3861560807421602,-2.35437454278576,-2.3227096213815805,-2.2913037717525193,-2.260282557041595,-2.229799576698018,-2.2000687122710643,-2.171357778425565,-2.1439002745886997,-2.11767419336672,-2.0920566279692396,-2.0656206929438636,-2.0368748170309656,-2.006877709324223,-1.9823395857127277,-1.9739233020523872,-1.9883908905568028,-2.0235744400333866,-2.0715200034797725,-2.1240368711443995,-2.175469618316505,-2.2228526203255434,-2.265110099537294,-2.3022425250324923,-2.334761057013129,-2.3633573492330853,-2.388732312757117,-2.411510102074485,-2.432174232126579,-2.4509713856979163,-2.467765819198285,-2.48194793153114,-2.49265587889199,-2.4994377955275975,-2.5028946933984364,-2.504617843701019,-2.506506662605317,-2.5101662306449213,-2.5167293554257544,-2.526953526204899,-2.541367199596313,-2.56035893268925,-2.584188754748865,-2.6129287097379614,-2.64634517465521,-2.6837448562957023,-2.723828401268685,-2.7646251027566704,-2.803596895069225,-2.8379657855081177,-2.8652204858338686,-2.8836381864027723,-2.8926101992661097,-2.8926448872396078,-2.885084412464544,-2.8716915840941986,-2.85427093609849,-2.834415794094308,-2.8133922347054496,-2.792124602997024,-2.7712374318768034,-2.75111842342747],[-2.590047654545745,-2.596207482696615,-2.601373605412214,-2.605241814284944,-2.6074705544498125,-2.607693225045951,-2.605538338161576,-2.600657508154075,-2.592759266331043,-2.5816442820344285,-2.5672354783410976,-2.5495958031377497,-2.5289279109535463,-2.5055537885942583,-2.479877369094186,-2.452337613155318,-2.423361743818146,-2.3933277008988023,-2.3625421280117878,-2.3312367573342883,-2.299583234652925,-2.2677247633716187,-2.2358219104034487,-2.204107778937978,-2.1729412041933767,-2.142830089111064,-2.1143630545506453,-2.0879358634904097,-2.063139921798058,-2.037930637699915,-2.008768872538142,-1.9744937728348333,-1.9432704158964444,-1.9308650148997388,-1.9463027697800273,-1.9853417334178138,-2.0376971547488907,-2.0942885173482577,-2.149366281812063,-2.2000234792995754,-2.2452044610549104,-2.2848947153933254,-2.3195846680371686,-2.349950819627435,-2.376679246881322,-2.400368071337919,-2.421461163170896,-2.440185134869505,-2.456498491269436,-2.4701194770947734,-2.4807253891204275,-2.488306951871665,-2.4934491126362825,-2.4972874536848946,-2.5011819392691654,-2.5063838838618504,-2.5138795031020393,-2.524391105465389,-2.5384372500286365,-2.5563792747451974,-2.5784245524361187,-2.604581916384515,-2.6345771426712354,-2.6677479572438774,-2.7029542515147758,-2.738555969666117,-2.7725141680843683,-2.8026419058094345,-2.826967120214492,-2.844098611195384,-2.8534613302875975,-2.8553185055768413,-2.8505959373416436,-2.8406012479096034,-2.8267455719741106,-2.810337970730675,-2.7924723348932092,-2.773991665372671,-2.7555019269600876,-2.7374099547062465],[-2.5710487203274375,-2.5755717387306865,-2.579054560832364,-2.581237003741048,-2.5818351939181152,-2.580552690284204,-2.577096837456994,-2.57119983623525,-2.5626427176809763,-2.5512789933693183,-2.537053698537425,-2.5200134053874086,-2.5003039472559054,-2.47815499477575,-2.453853638681704,-2.4277117885703126,-2.4000336290499806,-2.371089260070554,-2.3410993306935755,-2.3102337304430254,-2.2786260099289635,-2.2464045632743668,-2.2137414738464476,-2.1809190967727416,-2.148409993897821,-2.1169512098901935,-2.0875552018462487,-2.0613120635574043,-2.0386856094563126,-2.0179718356133636,-1.9938062243977885,-1.9609974457562795,-1.9273325171596123,-1.9133625885260483,-1.929231437810342,-1.968635954897899,-2.020693651660868,-2.0768866578879646,-2.1319495204301946,-2.1830897773738447,-2.2291378520614558,-2.269895420997451,-2.3056825441718702,-2.3370444218449435,-2.3645727052288787,-2.38879967728478,-2.410133491685895,-2.4288189023308235,-2.4449310333945866,-2.458431344875563,-2.4693081254535776,-2.477764756207795,-2.484346963121747,-2.4899139452119856,-2.4954745136404175,-2.5020022918772815,-2.5103217075184108,-2.5210761621635047,-2.5347401062097665,-2.551634080602635,-2.571918845036117,-2.5955610960560533,-2.6222752665120326,-2.6514566452724897,-2.6821323699757933,-2.7129655159800277,-2.742345193787006,-2.768573660490506,-2.790121022352702,-2.805877508352137,-2.8153207037333594,-2.8185452469049475,-2.81615937224744,-2.809100990967038,-2.798440761464424,-2.7852226498235115,-2.7703630289128895,-2.75460519475296,-2.7385141820841996,-2.7224949854847402],[-2.553058400332634,-2.5561900121175727,-2.558266079424249,-2.559065318601141,-2.5583521638276845,-2.5558862746138677,-2.551435422915336,-2.5447911008144057,-2.5357853594858693,-2.524306582073677,-2.510311389554393,-2.4938299732887423,-2.474963007867051,-2.453869836136019,-2.4307494660945514,-2.405817548774864,-2.379283461409841,-2.3513317306527246,-2.3221114831478005,-2.291736847228944,-2.260300742130266,-2.227904616966386,-2.1947074530063624,-2.1609981744678635,-2.1272948234210576,-2.0944668380288247,-2.0638509368260185,-2.037251546176295,-2.016495984328674,-2.0017600536017484,-1.9881168454699085,-1.9660316836430294,-1.9382909048053767,-1.9258771693508447,-1.9396194827933646,-1.9742090983134624,-2.0207389334221073,-2.072157860762333,-2.123765969270782,-2.172749360638184,-2.217666134430114,-2.257994839539486,-2.293770957008413,-2.325320026639819,-2.3530774936858383,-2.3774750418182014,-2.3988738005657484,-2.417533297033118,-2.4336165721706,-2.44723841803361,-2.4585543704026445,-2.4678610698147896,-2.475655961396557,-2.482618314238529,-2.489522339611823,-2.497131975234621,-2.506122709930746,-2.5170438902784675,-2.5303084431259593,-2.5461893848842054,-2.5648077976983523,-2.5861060807415037,-2.6098091937740517,-2.6353849167026198,-2.6620215414551014,-2.6886454107393516,-2.7139967853710494,-2.7367670871146115,-2.7557760022126083,-2.7701442232796123,-2.779411442583086,-2.7835665819877176,-2.782989805719881,-2.7783352945265682,-2.77039582894899,-2.759983735072253,-2.7478466018600844,-2.734620549925066,-2.72081417136048,-2.7068129321273227],[-2.53612360604975,-2.5380848019280005,-2.53899761994372,-2.5386743731605295,-2.536919392714722,-2.53353685983874,-2.5283407551888786,-2.5211662834813073,-2.5118816140189297,-2.500398327490615,-2.486678741883826,-2.4707384576970437,-2.4526430821342426,-2.432499089095488,-2.4104399285153515,-2.386609524753509,-2.361145956521881,-2.3341683033636333,-2.3057694859787623,-2.276017683818907,-2.2449689057903615,-2.2126937995778087,-2.1793229741516593,-2.1451169396403937,-2.110568787537607,-2.0765482995021745,-2.0444892624716196,-2.0165832106388297,-1.995774734478819,-1.9847420693986182,-1.9819404307259618,-1.977087557577649,-1.9642416215136582,-1.9571031598668087,-1.967464707945069,-1.994566739656507,-2.0329648006413916,-2.077292728396601,-2.1234026166480477,-2.168458828101797,-2.210754908663348,-2.2494410931054287,-2.284247942231804,-2.3152534960322857,-2.34271021977413,-2.3669284883210895,-2.3882064327466237,-2.4067974499709903,-2.4229109333315826,-2.4367430598767736,-2.448528649678117,-2.45859412428854,-2.4673856534587384,-2.4754560923846127,-2.483416053111625,-2.4918716137532444,-2.5013713043494237,-2.5123721781849326,-2.525221506923906,-2.5401445964404017,-2.5572302148013972,-2.5764097974673286,-2.5974323748248094,-2.619842822366595,-2.6429755249521487,-2.665977064905005,-2.687867740721945,-2.707641394077088,-2.7243883962359052,-2.7374140782448015,-2.746321945371784,-2.751040990380329,-2.751794973039534,-2.7490292344146168,-2.7433195168081643,-2.7352856102964553,-2.72552429711511,-2.714566507359584,-2.702856571224565,-2.6907480192126663],[-2.5202566493973415,-2.521243316137407,-2.5212045794586295,-2.5199813511376883,-2.5174106642154004,-2.5133319649394523,-2.507594684049759,-2.5000665295870275,-2.4906416276413528,-2.4792473947138993,-2.465848951064352,-2.4504500564066976,-2.4330899910301556,-2.413836461226305,-2.3927753485910492,-2.3699987869480115,-2.3455935079797294,-2.319631604523095,-2.2921658876683693,-2.2632320235195773,-2.2328598423092565,-2.2010968400748863,-2.1680481575777755,-2.1339394600708417,-2.099212492128086,-2.0646680743462413,-2.0316771381364616,-2.0024745414502156,-1.9804502654533809,-1.9697911592215192,-1.9722405830249228,-1.9806101505334681,-1.9843526769458166,-1.9867671352945644,-1.997338372190975,-2.0192661527611127,-2.050686297038741,-2.088178476275404,-2.128447539273859,-2.1689074228086143,-2.2077916457017066,-2.2440548647590566,-2.2771971770960824,-2.3070840936025547,-2.333796865613122,-2.357523571137315,-2.3784893385959927,-2.396920336947719,-2.413035951421753,-2.427062919997713,-2.43926220827586,-2.4499554588246597,-2.4595372143014207,-2.4684650235377985,-2.477229864482666,-2.4863174140879467,-2.4961716280277626,-2.5071669167616006,-2.519588777515624,-2.5336189628532466,-2.5493210403312,-2.566624492653239,-2.5853089536660763,-2.6049936736800268,-2.625139824826365,-2.6450735650109167,-2.664034708630556,-2.6812491724738057,-2.696014754655329,-2.70778287205887,-2.716217513831039,-2.721218418189993,-2.7229060869941115,-2.721576850127704,-2.7176423866476838,-2.7115684161798272,-2.703823216604305,-2.6948410395816635,-2.685000728603725,-2.6746169484856415],[-2.5054446656762313,-2.505628498813886,-2.5048206573708076,-2.5028861987239774,-2.4996888993975155,-2.4950962251937576,-2.4889850388783454,-2.4812475900271047,-2.471797143164145,-2.4605724759501753,-2.4475404734101858,-2.432696196270909,-2.4160601167365585,-2.3976726546554676,-2.3775866343335963,-2.355858726841387,-2.3325412747453638,-2.3076760971123953,-2.281291989271153,-2.2534077716709198,-2.2240430575073837,-2.1932395876110857,-2.1610972698925055,-2.127831352525385,-2.093861176880357,-2.059947852821138,-2.027407957613812,-1.9984291700198862,-1.9764123222455368,-1.9657290990626073,-1.9690532838769466,-1.9821024999720154,-1.9956608718686035,-2.0072341582215545,-2.02142205226582,-2.0419237690478647,-2.0691258844440896,-2.1014235649649944,-2.136609620786103,-2.1726354367006087,-2.207919388076469,-2.2414002762431138,-2.2724667998404513,-2.3008438405750473,-2.3264802327911003,-2.3494581629810694,-2.369929999014653,-2.3880814012840004,-2.404116636857861,-2.418260351020887,-2.43076836144217,-2.4419387983277074,-2.4521156535378434,-2.4616803983817634,-2.471032559684335,-2.4805642362399984,-2.490634438634372,-2.5015470950450203,-2.5135335370480667,-2.526738172392485,-2.54120566329254,-2.556869038479772,-2.5735401007363397,-2.5909054875579063,-2.6085330210031734,-2.6258927645683405,-2.6423949305794574,-2.6574425527018617,-2.670491794863563,-2.6811089381422253,-2.689012477985053,-2.694092113212956,-2.6964025281963373,-2.696136226135903,-2.6935838404220496,-2.689091266925358,-2.6830211431933755,-2.6757230625176884,-2.6675138382706933,-2.6586669414325836],[-2.491657074338402,-2.4911873574889216,-2.489766729032144,-2.48728056650279,-2.483614563550971,-2.4786586154480417,-2.4723111019732564,-2.4644832104153997,-2.4551028321195707,-2.444117508231896,-2.431495925011748,-2.417227585810827,-2.401320514295766,-2.3837971458285034,-2.3646888958286274,-2.344030205086711,-2.321853116233744,-2.298183628267318,-2.2730412438023917,-2.2464433457304547,-2.2184164366524657,-2.1890170154776016,-2.158366203293247,-2.1267045669222675,-2.0944775019727477,-2.062467245896885,-2.031991366150889,-2.0051660771965256,-1.9850969311509896,-1.9754278153617046,-1.9782053784446312,-1.990787561234741,-2.007003304349244,-2.0233059833987195,-2.0407314483797525,-2.061484979466379,-2.0864756690277737,-2.11518129635627,-2.14632088378455,-2.1784515136101654,-2.2103115617987434,-2.2409573730105232,-2.2697730592011016,-2.2964184170334554,-2.32075774424324,-2.342793235090155,-2.3626134005501744,-2.3803591079897175,-2.3962056227116575,-2.410356750451826,-2.423045859427456,-2.4345381178140686,-2.4451290968863306,-2.455137051580262,-2.464888992914764,-2.4747028788792824,-2.4848689695277733,-2.4956326580967914,-2.507179717455382,-2.519623816423171,-2.5329958802281043,-2.547235405267604,-2.5621848679214527,-2.5775894184986994,-2.5931046101956103,-2.6083145145951994,-2.6227609655902926,-2.635982026488021,-2.6475548216682148,-2.6571357496086705,-2.664490844562802,-2.669511034084295,-2.672210616992666,-2.6727111242405335,-2.671215480390683,-2.667978347774849,-2.6632778286792202,-2.657392001333008,-2.6505818598621502,-2.6430806773946562],[-2.478851318815157,-2.4778570823378447,-2.4759570382114315,-2.473053675388777,-2.4690507504559687,-2.4638563114092347,-2.457385913024669,-2.449565751588596,-2.440335386176086,-2.429649692782674,-2.4174797340441065,-2.4038123306378063,-2.3886482878036976,-2.3719994451475697,-2.3538849536733366,-2.334327413514169,-2.3133497120108606,-2.2909735881343947,-2.267221146805295,-2.2421208173172706,-2.215719689124239,-2.1881048998417834,-2.159437971487506,-2.1300078690447264,-2.1003109745395134,-2.0711674461628795,-2.043875962893579,-2.020368138810653,-2.0031978986594896,-1.9949787208439052,-1.9969318705040826,-2.0074116520867156,-2.0226846629386186,-2.0398796983873937,-2.0584861971314945,-2.079259020304125,-2.1027584864057065,-2.128828284688839,-2.1567466828236954,-2.1855524862794926,-2.214306521280151,-2.242236716381987,-2.268787613260095,-2.293610958360053,-2.3165288392162786,-2.3374903922114045,-2.35653361322183,-2.373757021515285,-2.3893016835897107,-2.4033416483896897,-2.4160795709006364,-2.4277439536192436,-2.4385849659196612,-2.448867061608829,-2.4588581735204635,-2.4688165266417506,-2.4789766527817547,-2.489535996713115,-2.5006429251401094,-2.512386434175358,-2.524787696386689,-2.5377938473322015,-2.551274929239356,-2.565025410917735,-2.5787718762717677,-2.5921880569934865,-2.604917272725096,-2.6166006911070174,-2.626908084241691,-2.635566572784099,-2.642382765779401,-2.6472548958483046,-2.650173673604612,-2.6512129255788865,-2.650512886089137,-2.6482598326871107,-2.644665565535835,-2.639949346869317,-2.6343237706540386,-2.6279849853113717],[-2.466977183358286,-2.4655694419621366,-2.463303410029856,-2.4600960357790687,-2.45586608379931,-2.4505364908638825,-2.444036795259678,-2.4363054372323356,-2.4272916972550234,-2.416957037930032,-2.4052756545188108,-2.392234123113895,-2.3778301615592534,-2.362070676131638,-2.344969441776483,-2.326544941119688,-2.3068190606990018,-2.285817518567944,-2.2635731000252948,-2.240133051196083,-2.2155723836193033,-2.1900154416071427,-2.1636689024091043,-2.1368702464727614,-2.110155805516426,-2.084348962314484,-2.060654500810563,-2.040705063440444,-2.026430179186001,-2.019563532538147,-2.020788334668423,-2.029108407572042,-2.042327223020208,-2.058436863538536,-2.0765161975818023,-2.0964961599516294,-2.118477549609039,-2.1423067260164466,-2.167515988511113,-2.193450502181327,-2.219423392340228,-2.244827604350318,-2.2691916894837405,-2.2921917832263086,-2.3136376368318774,-2.3334477231657758,-2.3516233007186655,-2.3682266129460685,-2.3833649508923163,-2.397180097592043,-2.409841461113122,-2.4215407862716583,-2.432486564727374,-2.442896954627175,-2.452990896414334,-2.4629778560194637,-2.4730470210901867,-2.4833567939168533,-2.4940252162225303,-2.5051217416363323,-2.516660702516176,-2.528596941097411,-2.5408243148993463,-2.553177988594042,-2.5654414110461667,-2.5773585073145,-2.5886508554323204,-2.5990385860791254,-2.608262716020488,-2.6161059605511836,-2.62240906059947,-2.627080391258522,-2.630097902036651,-2.6315038840311287,-2.6313942416286404,-2.6299045824000125,-2.6271954699351494,-2.6234387480137626,-2.618806173499567,-2.6134609117280965],[-2.45597998031697,-2.4542538794096873,-2.4517180466100763,-2.448301713410554,-2.4439362339651485,-2.438556933080793,-2.432104965484457,-2.424529039402431,-2.41578684444646,-2.4058460332457607,-2.3946846440568272,-2.382290920097966,-2.368662578511628,-2.3538057014629024,-2.337733555562101,-2.3204657862478855,-2.3020285785186387,-2.2824565299438544,-2.2617971607796328,-2.2401192101188623,-2.2175261528961445,-2.1941767034020243,-2.1703143215335574,-2.146307492386251,-2.12270070452558,-2.100270139938426,-2.0800638276969403,-2.0633798222160675,-2.051607413467012,-2.045873275653762,-2.0465765851518003,-2.0531311872233915,-2.064238212295888,-2.0785517739570425,-2.0951825175236625,-2.1137204323434475,-2.13396351680327,-2.155668881303775,-2.1784585613732927,-2.2018477385310904,-2.2253206123984803,-2.2484015483304947,-2.270700239380262,-2.2919297186986585,-2.311904637821042,-2.330528668544836,-2.3477781011609657,-2.3636860792331897,-2.378329551751074,-2.3918193089210593,-2.404292427113449,-2.4159059966980188,-2.4268310254413086,-2.43724575125473,-2.4473280804510678,-2.4572473102068826,-2.4671555720183,-2.4771795185664853,-2.487412730905574,-2.4979092476305405,-2.508678595153234,-2.5196827538294513,-2.5308355899622197,-2.542005334571539,-2.5530205994963704,-2.563680119976354,-2.5737658955504767,-2.5830587522686193,-2.5913547356331303,-2.5984803672232606,-2.6043048177165042,-2.6087475067301646,-2.611780429727235,-2.6134254167666326,-2.613747304452353,-2.612844474590699,-2.610838322579261,-2.607863020735382,-2.6040565591102736,-2.5995536115748923],[-2.44580286699722,-2.4438396531353064,-2.441115332975897,-2.4375696380226746,-2.433144588364257,-2.4277859603439196,-2.421444737592999,-2.414078441387863,-2.405652233705893,-2.396139700593006,-2.3855232579588925,-2.373794177871461,-2.360952309338249,-2.3470056596295,-2.331970105485142,-2.315869613799111,-2.2987374667777924,-2.280619108558684,-2.261577361953155,-2.2417009038270015,-2.221117013921411,-2.200009648454042,-2.178643636103362,-2.157394797743608,-2.1367831695139934,-2.1175008786259713,-2.100416382517228,-2.0865246201216587,-2.076809324849716,-2.07201343949717,-2.0723927533478825,-2.077608838646873,-2.0868784247522774,-2.099302763243296,-2.1141473021934116,-2.130917830208557,-2.149272789250792,-2.168901586801468,-2.1894549164601456,-2.2105388579864234,-2.231746325568846,-2.252696839556221,-2.2730673135146375,-2.29260828792048,-2.3111471483552077,-2.328582626435222,-2.3448749564808296,-2.360034941697281,-2.3741138089776888,-2.3871945623770587,-2.399384746093991,-2.4108101114460294,-2.421608590715101,-2.43192411841509,-2.4419000934582065,-2.451672534794475,-2.4613631719795794,-2.4710728049689106,-2.4808752854589966,-2.4908124604620956,-2.5008904171758672,-2.5110773893446643,-2.521303708899829,-2.531464168050908,-2.5414230460798235,-2.5510218197915258,-2.560089224182223,-2.568452918038087,-2.5759516384907006,-2.582446514030934,-2.5878302341165886,-2.592033065779751,-2.5950252027454974,-2.596815507267521,-2.597447218195541,-2.596991541125367,-2.59554016084941,-2.593197641116893,-2.590074464984278,-2.5862811984790888],[-2.4363885064247803,-2.434257290180383,-2.431412965948585,-2.427804297670328,-2.423382425552175,-2.418102051840973,-2.4119226020680657,-2.40480929021916,-2.396734019515688,-2.387676066278022,-2.3776225246961564,-2.3665685357846065,-2.354517383189428,-2.341480609245584,-2.327478383338736,-2.3125404377661773,-2.296707970882577,-2.2800370000037447,-2.2626037205268372,-2.244512475264303,-2.2259069153418896,-2.2069847443483357,-2.188015888252241,-2.1693626874476775,-2.151498279771251,-2.1350153172502724,-2.1206119608807414,-2.109038642395401,-2.10099441180864,-2.096984460527798,-2.0971884039661637,-2.1014132932541814,-2.1091743999880244,-2.1198641591707483,-2.1329096152824034,-2.1478434577023338,-2.164289617679687,-2.181913564107113,-2.2003833828702803,-2.219358800451257,-2.2385025672766585,-2.257501024905769,-2.2760830841467063,-2.2940322607901615,-2.3111909139942286,-2.3274583047994737,-2.34278485263261,-2.3571647115472367,-2.3706281156434947,-2.3832342354067952,-2.3950647333863713,-2.4062178720899055,-2.416802899258602,-2.426934466154758,-2.4367269559752716,-2.4462887460160343,-2.4557165501708518,-2.4650900659323955,-2.474467185809428,-2.483880044812992,-2.4933321806797952,-2.502797086888785,-2.5122184291431697,-2.521512150732142,-2.5305705865618653,-2.5392685270417856,-2.547470932151209,-2.555041731672166,-2.561852920713971,-2.5677930364352664,-2.572774130408372,-2.5767365412469454,-2.579651088205399,-2.5815186771797665,-2.582367652719994,-2.582249474999909,-2.5812334143353377,-2.579400940625028,-2.5768403726064846,-2.573642186797689],[-2.4276802415266374,-2.425439551594323,-2.4225326278265937,-2.418916048420261,-2.414548812898555,-2.4093933199050035,-2.403416323238422,-2.3965898186151278,-2.3888918197558824,-2.380306997815626,-2.3708271840298645,-2.360451771837394,-2.349188100600785,-2.3370519562711567,-2.3240683819883072,-2.310273050042241,-2.2957145012019056,-2.280457601063196,-2.264588582915832,-2.2482220176198697,-2.2315099252820745,-2.214652935783846,-2.197912778628451,-2.18162425462633,-2.1662030587586125,-2.1521434935174835,-2.1399980838645862,-2.130331542630694,-2.1236477458339964,-2.1203022644659195,-2.120429799054779,-2.1239215721662523,-2.1304690122078784,-2.1396536113067275,-2.1510376369220845,-2.164218370168726,-2.1788391413993593,-2.1945752441728157,-2.2111171407078953,-2.228163560278425,-2.245425746037286,-2.262637996370104,-2.2795688509471854,-2.2960291985603725,-2.3118759541188068,-2.3270116476143814,-2.341381070534332,-2.3549662449687196,-2.367780724597579,-2.3798638560275416,-2.391275280101555,-2.402089709729635,-2.412391899729503,-2.422271706406748,-2.4318191843173382,-2.4411197461052376,-2.45024948759718,-2.4592708373160455,-2.4682287237833433,-2.477147470463608,-2.486028633085312,-2.4948499884164463,-2.5035658610296148,-2.5121089235888268,-2.5203935157077995,-2.5283203932341993,-2.53578265437273,-2.5426724173241104,-2.5488876833133696,-2.554338747511751,-2.558953545339831,-2.5626814475639867,-2.565495222989992,-2.5673911303605235,-2.5683873314073518,-2.568520992035313,-2.5678445335368916,-2.5664215075644035,-2.5643225125392695,-2.561621470641425],[-2.4196229125230264,-2.4173220557045987,-2.4144003580307456,-2.410821188857782,-2.4065503600688087,-2.4015569499611247,-2.3958141128750823,-2.389299844341861,-2.381997678677702,-2.373897309910955,-2.364995148237717,-2.355294852640859,-2.3448079147862533,-2.333554407845952,-2.321564053593035,-2.3088777979683597,-2.2955501136116503,-2.2816522587001287,-2.2672767001754655,-2.2525428314844005,-2.2376039406331514,-2.222655054964875,-2.2079407311576356,-2.1937610121870286,-2.180472667864176,-2.1684817455815373,-2.158223098817313,-2.1501241479831363,-2.144554865561765,-2.1417736041048006,-2.1418854352041783,-2.144829949077211,-2.1504050155888894,-2.158316281255791,-2.1682308625432993,-2.1798160932052726,-2.1927568510753868,-2.206757179980308,-2.221536386132878,-2.2368271567973386,-2.2523782083740103,-2.2679602442147004,-2.2833726642454084,-2.298448859509927,-2.313058986261064,-2.3271101020475133,-2.3405441534439992,-2.353334522966696,-2.365481792361802,-2.3770092000436507,-2.3879580687208657,-2.398383317787943,-2.4083490785510784,-2.4179243970995454,-2.427179023103096,-2.436179321496487,-2.444984388747617,-2.4536424935663006,-2.462187988069191,-2.4706388491320843,-2.4789950118892414,-2.4872376473100983,-2.4953295097617314,-2.5032164329096918,-2.5108299789703614,-2.51809114806294,-2.52491494009854,-2.531215448653963,-2.536911077584556,-2.5419294294280355,-2.546211435171082,-2.549714379666844,-2.5524136127076016,-2.554302897160869,-2.5553935022738137,-2.5557122751077546,-2.555298998820545,-2.554203368598357,-2.5524818913086156,-2.550194957606239],[-2.4121634144990454,-2.409843662898222,-2.4069467260735857,-2.4034418937055166,-2.3993009039493836,-2.3944986519827767,-2.389013892929816,-2.3828299209731805,-2.3759352135258354,-2.368324041263319,-2.35999706176073,-2.3509619359826583,-2.341234031777233,-2.3308373048668027,-2.319805472712615,-2.308183615940203,-2.2960303498060513,-2.283420695651011,-2.270449736172865,-2.2572370391740497,-2.243931655489794,-2.23071720659122,-2.217816150780231,-2.2054917632887436,-2.1940457815066092,-2.1838093074601748,-2.1751248840551964,-2.168319232679312,-2.16366923800611,-2.1613677345656477,-2.1614984794039205,-2.1640287732161463,-2.1688224907863236,-2.1756682708659096,-2.1843122044284655,-2.1944848986572407,-2.205918149598828,-2.2183524092107088,-2.231539338859292,-2.245243493897352,-2.259245181886774,-2.2733445689894367,-2.2873660613246707,-2.3011618613196023,-2.3146139910413623,-2.3276345827168328,-2.3401646244626315,-2.3521715442684465,-2.363646045106293,-2.374598533675752,-2.385055377966519,-2.3950551290655726,-2.4046447735027163,-2.413876049424104,-2.4228018571789596,-2.431472811448831,-2.4399340064329347,-2.4482220890518867,-2.4563627524482206,-2.464368770885669,-2.4722386963474214,-2.479956325308911,-2.4874910190640938,-2.494798920153015,-2.501825049827996,-2.5085061994232225,-2.5147744489837502,-2.5205610712164552,-2.525800522099343,-2.530434194888734,-2.5344136305164464,-2.5377029351828475,-2.540280247044319,-2.542138202732761,-2.543283462198019,-2.5437354396780747,-2.5435244475748857,-2.542689484191596,-2.541275888370525,-2.539333051874183],[-2.4052510662698356,-2.4029466944141724,-2.4001068741724927,-2.39670606423977,-2.3927211654633265,-2.3881321408873575,-2.382922637942897,-2.3770806026172435,-2.370598881765579,-2.3634758194194028,-2.3557158658855895,-2.347330234009983,-2.3383376540001035,-2.328765294759701,-2.318649933023318,-2.308039457819516,-2.2969947915437894,-2.2855922827057964,-2.2739265690822084,-2.2621138106048297,-2.2502950344346093,-2.238639109180149,-2.2273445741604734,-2.2166392299044313,-2.2067761457424395,-2.198024740648468,-2.1906560931561363,-2.1849228476481644,-2.181035965602667,-2.179142578073427,-2.1793102690660815,-2.1815221832986444,-2.1856842325418024,-2.1916416683653286,-2.1991995451933715,-2.2081415537329856,-2.2182439960471503,-2.2292845865837796,-2.2410476758412274,-2.25332787566814,-2.265933395355533,-2.278689467353378,-2.291441593488506,-2.304058125476923,-2.3164317953367664,-2.328480045482628,-2.340144229754166,-2.3513878956876413,-2.3621944064048366,-2.3725641417908037,-2.3825114662900155,-2.392061592718868,-2.4012474255473917,-2.4101064402747743,-2.418677647140774,-2.426998692396187,-2.435103162230384,-2.4430181674324993,-2.4507622967561407,-2.4583440311178815,-2.4657607074677497,-2.47299810899626,-2.4800307359203777,-2.4868227774820344,-2.4933297613328183,-2.4995008037248057,-2.5052813282177313,-2.510616069794302,-2.5154521444267117,-2.5197419494805464,-2.523445672929287,-2.5265332293132383,-2.5289855024108636,-2.5307948489864835,-2.5319648928781047,-2.5325097028685297,-2.5324524930630785,-2.531824007108927,-2.5306607482493306,-2.529003200110242],[-2.398837842000339,-2.3965770351838644,-2.393820473906686,-2.390547129708473,-2.3867383979655195,-2.382378647692942,-2.377455779445867,-2.3719617862041544,-2.365893317407497,-2.359252253802578,-2.352046310193784,-2.3442896938726907,-2.3360038572666433,-2.3272183924349052,-2.317972119987878,-2.3083144224828116,-2.298306857975609,-2.288025057594606,-2.2775608550430984,-2.2670245087562266,-2.256546753717957,-2.246280260654831,-2.2363999005775597,-2.2271010526105295,-2.218595128219928,-2.211101625679759,-2.204836492092696,-2.1999974095659036,-2.196747721685907,-2.195201717346054,-2.195414355445194,-2.1973778109036433,-2.20102549013615,-2.2062420734537342,-2.2128766743802277,-2.2207560146596372,-2.229695491755172,-2.2395074469849776,-2.250007058980081,-2.2610167259837644,-2.2723696625600596,-2.2839130486257524,-2.295510722752069,-2.3070452419701426,-2.3184191307465434,-2.329555238792138,-2.3403962440993396,-2.3509034253941516,-2.3610548703203995,-2.370843287572938,-2.38027356819403,-2.3893602093784967,-2.398124685243178,-2.4065928293371637,-2.4147922845257064,-2.4227500753286955,-2.430490362362496,-2.438032444572218,-2.4453890793801447,-2.4525651914289153,-2.459557035622313,-2.4663518684524157,-2.4729281623268817,-2.4792563705603583,-2.485300216693865,-2.491018443154101,-2.4963669149136334,-2.501300939071197,-2.505777636952947,-2.509758196498534,-2.5132098423024067,-2.516107388615554,-2.518434283423414,-2.520183103220597,-2.52135551071677,-2.5219617340858553,-2.522019660886677,-2.5215536594478976,-2.5205932451544286,-2.5191717008750554],[-2.392878502519579,-2.390684154989147,-2.3880316254618155,-2.3849038194911194,-2.3812860355132117,-2.377166456618412,-2.372536654284044,-2.3673921018754482,-2.3617326998657875,-2.3555633202228843,-2.3488943839021106,-2.3417424921818677,-2.334131138604885,-2.3260915320119633,-2.3176635605216402,-2.3088969186889376,-2.2998524022477356,-2.2906033431122013,-2.2812371079455165,-2.2718565138351634,-2.262580924654089,-2.253546688054332,-2.2449064731760635,-2.2368270061421414,-2.2294847245084677,-2.2230590430025363,-2.2177232875012365,-2.2136339046502833,-2.2109191852397676,-2.2096692344465567,-2.2099290160345655,-2.211695817608743,-2.2149215011909105,-2.2195187668851974,-2.2253698341244577,-2.2323357476829413,-2.240264922413589,-2.249000245345405,-2.258384688890692,-2.268265734803111,-2.278498955029929,-2.2889509670038932,-2.2995018211420355,-2.310046776994243,-2.320497403395409,-2.3307819746828624,-2.3408451936268815,-2.350647323410346,-2.360162841512785,-2.3693787362633074,-2.3782925582236647,-2.386910321890801,-2.395244335780837,-2.403311025378962,-2.4111288054595623,-2.418716055438118,-2.426089251962245,-2.433261314675031,-2.4402402218782884,-2.4470279509380792,-2.4536197923817347,-2.460004075814084,-2.466162329553743,-2.4720698743661105,-2.4776968257547027,-2.4830094508535634,-2.4879717979198843,-2.4925474923643405,-2.4967015769451653,-2.5004022683466327,-2.5036225096210787,-2.506341217697343,-2.5085441550621135,-2.510224390802962,-2.511382353536008,-2.51202551246346,-2.512167749033194,-2.511828498112003,-2.5110317437274343,-2.509804951344966],[-2.3873306527875586,-2.3852210714005126,-2.382688717804897,-2.3797199172563515,-2.376303343722311,-2.372430461740503,-2.3680959821308267,-2.3632983308324595,-2.358040133192476,-2.3523287198223315,-2.346176664279321,-2.339602366683012,-2.3326307000084108,-2.325293735949612,-2.3176315633209397,-2.30969320203959,-2.301537597675972,-2.2932346532541885,-2.284866214868773,-2.27652687567155,-2.2683244017749113,-2.26037952155527,-2.2528247719133776,-2.2458020849248026,-2.2394588562692976,-2.2339423920186046,-2.2293928954743465,-2.225935506439074,-2.223672264397414,-2.2226751102691287,-2.222981038221957,-2.2245901926686638,-2.2274671340638714,-2.23154485490066,-2.236730645390719,-2.2429127439073553,-2.249966864387318,-2.25776203847241,-2.2661655662505646,-2.2750471097089404,-2.2842820545578775,-2.2937542496452425,-2.3033581749802297,-2.313000541374873,-2.322601309153428,-2.3320941276420584,-2.34142622666204,-2.3505578209544664,-2.359461108864112,-2.3681189548057278,-2.376523342936668,-2.38467368120337,-2.392575024747827,-2.4002362786378724,-2.4076684335508283,-2.4148828845328993,-2.4218898814628993,-2.428697159079565,-2.435308793003572,-2.441724324858125,-2.4479381933898083,-2.4539394987666268,-2.459712113728699,-2.46523513822149,-2.4704836743755805,-2.4754298776861674,-2.480044220065317,-2.4842968835519006,-2.4881591923374837,-2.4916049873975776,-2.4946118534611923,-2.497162122099759,-2.4992435958338612,-2.500849963711903,-2.501980905561646,-2.5026419067945884,-2.5028438255590637,-2.5026022674657145,-2.5019368294585336,-2.5008702741383764],[-2.382154744550184,-2.3801442707084988,-2.377744261768434,-2.3749440036927094,-2.371735073720688,-2.3681117377918226,-2.3640713620722265,-2.3596148383796978,-2.354747025398716,-2.349477209984068,-2.3438195952018797,-2.337793823493618,-2.3314255437076374,-2.324747028749219,-2.3177978450899537,-2.310625565066771,-2.3032864965319857,-2.2958463810322596,-2.2883809811082996,-2.2809764408141433,-2.2737292648979706,-2.2667457285245405,-2.2601405124815,-2.254034373938567,-2.248550726773919,-2.2438111304659163,-2.2399298712799527,-2.237008039683611,-2.2351277121915563,-2.2343469641048785,-2.2346964076993636,-2.236177743917162,-2.2387644745236264,-2.2424045453777683,-2.2470243986053964,-2.2525337846792515,-2.2588307346342456,-2.265806259677192,-2.273348543056613,-2.2813465462225153,-2.2896930381454608,-2.298287081848571,-2.307036003761773,-2.315856856880514,-2.3246773837947825,-2.3334364937210887,-2.3420842840243288,-2.3505816543483373,-2.358899574936507,-2.3670180776026806,-2.3749250384167264,-2.382614817411415,-2.3900868148388166,-2.3973439976441906,-2.404391445026122,-2.41123495852645,-2.4178797797060003,-2.424329456386845,-2.430584895807951,-2.4366436390174315,-2.4424993847421854,-2.448141782410697,-2.4535565028459376,-2.4587255816572866,-2.4636280152328607,-2.4682405735889916,-2.4725387796586227,-2.476497992583062,-2.480094524846586,-2.483306720939842,-2.4861159292954165,-2.488507309319842,-2.490470430405644,-2.4919996380890463,-2.493094181853474,-2.493758117257157,-2.494000010201675,-2.493832481972141,-2.493271639610466,-2.492336437377487]],"type":"surface"},{"hoverinfo":"skip","line":{"color":"white","width":4},"mode":"lines","x":[0.0,-0.0032085546459448776,-0.006417109291889755,-0.009625663937834632,-0.01283421858377951,-0.01604277322972439,-0.019251327875669265,-0.02245988252161414,-0.02566843716755902,-0.028876991813503897,-0.03208554645944878,-0.035294101105393653,-0.03850265575133853,-0.041711210397283406,-0.04491976504322828,-0.048128319689173166,-0.05133687433511804,-0.05454542898106291,-0.057753983627007795,-0.06096253827295267,-0.06417109291889755,-0.06737964756484242,-0.07058820221078731,-0.07379675685673219,-0.07700531150267706,-0.08021386614862193,-0.08342242079456681,-0.0866309754405117,-0.08983953008645656,-0.09304808473240145],"y":[0.0,0.003208554645944878,0.006417109291889756,0.009625663937834634,0.012834218583779512,0.016042773229724392,0.01925132787566927,0.022459882521614145,0.025668437167559024,0.028876991813503904,0.032085546459448784,0.035294101105393653,0.03850265575133854,0.04171121039728341,0.04491976504322829,0.04812831968917317,0.05133687433511805,0.05454542898106292,0.05775398362700781,0.06096253827295268,0.06417109291889757,0.06737964756484244,0.07058820221078731,0.07379675685673219,0.07700531150267707,0.08021386614862194,0.08342242079456683,0.08663097544051171,0.08983953008645658,0.09304808473240146],"z":[-1.9080702907382292,-1.9114193858613875,-1.9147173534159536,-1.9179641934019283,-1.9211599058193107,-1.9243044906681017,-1.9273979479483005,-1.930440277659908,-1.935629583018159,-1.9419800009089576,-1.9478410598269533,-1.953212759772146,-1.958095100744535,-1.962488082744122,-1.9663917057709055,-1.9698059698248866,-1.971197468127043,-1.9717135303204518,-1.9717951790678037,-1.9714424143690976,-1.9706552362243344,-1.9694336446335143,-1.9677776395966367,-1.9657923463191413,-1.9649273777362397,-1.964162368023487,-1.9633686186888217,-1.9625461297322444,-1.9616949011537546,-1.9608149329533522],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"white","width":4},"mode":"lines","x":[0.0,0.0052060501802191055,0.010412100360438211,0.015618150540657317,0.020824200720876422,0.02603025090109553,0.031236301081314633,0.03644235126153374,0.041648401441752844,0.04685445162197195,0.05206050180219106,0.05726655198241016,0.062472602162629266,0.06767865234284837,0.07288470252306747,0.07809075270328658,0.08329680288350569,0.08850285306372478,0.0937089032439439,0.098914953424163,0.10412100360438212,0.10932705378460121,0.11453310396482032,0.11973915414503943,0.12494520432525853,0.13015125450547763,0.13535730468569673,0.14056335486591584,0.14576940504613495,0.15097545522635406],"y":[0.0,-0.012568516951479867,-0.025137033902959734,-0.0377055508544396,-0.05027406780591947,-0.06284258475739934,-0.0754111017088792,-0.08797961866035907,-0.10054813561183894,-0.1131166525633188,-0.1256851695147987,-0.13825368646627853,-0.1508222034177584,-0.16339072036923827,-0.17595923732071814,-0.188527754272198,-0.20109627122367787,-0.21366478817515772,-0.2262333051266376,-0.23880182207811745,-0.2513703390295974,-0.2639388559810772,-0.27650737293255706,-0.28907588988403693,-0.3016444068355168,-0.31421292378699667,-0.32678144073847654,-0.3393499576899564,-0.3519184746414363,-0.36448699159291614],"z":[-1.9080702907382292,-1.9171508531865746,-1.9291159622064162,-1.9520303316365235,-1.9763800834245053,-2.007504503398563,-2.042681780422402,-2.0792125067201637,-2.115000503460273,-2.1489449121915563,-2.1821135441869632,-2.2123099550830805,-2.240913173554676,-2.2647435159101765,-2.2870951736170313,-2.3047923609689103,-2.3212860993262074,-2.333166611168774,-2.343784625421639,-2.3499904377587977,-2.3552156196829013,-2.3562375513583724,-2.3560742492928908,-2.3513272110701586,-2.3451088503935344,-2.336197702402068,-2.3263799135870054,-2.3168535702450104,-2.306332165489813,-2.304222177159504],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"white","width":4},"mode":"lines","x":[0.15097545522635406,0.14506225422270574,0.13914905321905743,0.13323585221540912,0.12732265121176084,0.12140945020811252,0.11549624920446422,0.10958304820081591,0.1036698471971676,0.09775664619351929,0.09184344518987098,0.08593024418622268,0.08001704318257437,0.07410384217892606,0.06819064117527776,0.06227744017162945,0.05636423916798115,0.05045103816433284,0.04453783716068453,0.038624636157036235,0.03271143515338791,0.026798234149739614,0.020885033146091303,0.014971832142442992,0.009058631138794682,0.0031454301351463987,-0.0027677708685019398,-0.008680971872150223,-0.014594172875798533,-0.020507373879446844],"y":[-0.36448699159291614,-0.36800801215722034,-0.3715290327215246,-0.3750500532858288,-0.37857107385013306,-0.38209209441443726,-0.3856131149787415,-0.3891341355430457,-0.39265515610734997,-0.39617617667165417,-0.3996971972359584,-0.4032182178002626,-0.4067392383645668,-0.4102602589288711,-0.4137812794931753,-0.41730230005747954,-0.42082332062178374,-0.424344341186088,-0.4278653617503922,-0.4313863823146964,-0.43490740287900065,-0.4384284234433049,-0.4419494440076091,-0.4454704645719133,-0.44899148513621756,-0.45251250570052176,-0.456033526264826,-0.4595545468291302,-0.4630755673934345,-0.4665965879577387],"z":[-2.304222177159504,-2.3067210348227043,-2.3092803035478133,-2.3118948359197002,-2.3155607343403894,-2.32356652043238,-2.3323024874316927,-2.340915380599649,-2.349405199936248,-2.358672050369171,-2.3687066630218983,-2.378972461937074,-2.3897181375777166,-2.400298690273381,-2.410817325483742,-2.4212202363566067,-2.431507422891975,-2.441602042582554,-2.450385756223239,-2.45843097250911,-2.4662644992974636,-2.473886336588301,-2.4795402155782873,-2.484679094113262,-2.489664402637057,-2.4944298119840544,-2.4964157858550022,-2.497387195116225,-2.4983020696590263,-2.4991604094834052],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"white","width":4},"mode":"lines","x":[0.15097545522635406,0.15537384255899334,0.15977222989163262,0.1641706172242719,0.1685690045569112,0.1729673918895505,0.17736577922218977,0.18176416655482905,0.18616255388746833,0.1905609412201076,0.1949593285527469,0.1993577158853862,0.20375610321802548,0.20815449055066476,0.21255287788330404,0.21695126521594332,0.2213496525485826,0.22574803988122188,0.2301464272138612,0.23454481454650045,0.23894320187913975,0.24334158921177904,0.24773997654441832,0.2521383638770576,0.2565367512096969,0.2609351385423362,0.26533352587497544,0.26973191320761475,0.274130300540254,0.2785286878728933],"y":[-0.36448699159291614,-0.36337171821651587,-0.36225644484011565,-0.3611411714637154,-0.36002589808731517,-0.3589106247109149,-0.3577953513345146,-0.3566800779581144,-0.35556480458171413,-0.3544495312053139,-0.35333425782891364,-0.35221898445251343,-0.35110371107611316,-0.3499884376997129,-0.34887316432331267,-0.3477578909469124,-0.3466426175705122,-0.3455273441941119,-0.34441207081771164,-0.3432967974413114,-0.34218152406491115,-0.34106625068851093,-0.33995097731211066,-0.3388357039357104,-0.33772043055931017,-0.3366051571829099,-0.3354898838065097,-0.3343746104301094,-0.3332593370537092,-0.3321440636773089],"z":[-2.304222177159504,-2.306502238981457,-2.3087905201354353,-2.3110870206214402,-2.3133917404394717,-2.3157046795895284,-2.319244417654129,-2.3255350637096006,-2.3318734220535933,-2.3382594926861073,-2.3446932756071432,-2.3511747708166997,-2.358583424006328,-2.36621172837313,-2.373743026722109,-2.3811773190532666,-2.388514605366602,-2.3957548856621154,-2.4004810241771835,-2.4049588517135727,-2.409381886705068,-2.4137501291516683,-2.418063579053374,-2.421630497948182,-2.422905498559851,-2.424153289254162,-2.425373870031115,-2.426567240890711,-2.4277334018329486,-2.428293813444143],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"white","width":4},"mode":"lines","x":[-0.020507373879446844,-0.04039190328111035,-0.06027643268277386,-0.08016096208443738,-0.10004549148610088,-0.11993002088776439,-0.1398145502894279,-0.1596990796910914,-0.17958360909275492,-0.1994681384944184,-0.21935266789608193,-0.23923719729774542,-0.2591217266994089,-0.27900625610107244,-0.29889078550273596,-0.3187753149043995,-0.338659844306063,-0.35854437370772646,-0.37842890310939,-0.3983134325110535,-0.418197961912717,-0.43808249131438054,-0.457967020716044,-0.4778515501177076,-0.49773607951937104,-0.5176206089210345,-0.5375051383226981,-0.5573896677243615,-0.5772741971260251,-0.5971587265276885],"y":[-0.4665965879577387,-0.46184674879402077,-0.45709690963030286,-0.452347070466585,-0.4475972313028671,-0.4428473921391492,-0.4380975529754313,-0.43334771381171344,-0.42859787464799554,-0.42384803548427763,-0.4190981963205597,-0.4143483571568418,-0.40959851799312397,-0.40484867882940606,-0.40009883966568816,-0.39534900050197025,-0.39059916133825234,-0.3858493221745345,-0.3810994830108166,-0.3763496438470987,-0.3715998046833808,-0.36684996551966287,-0.362100126355945,-0.3573502871922271,-0.3526004480285092,-0.3478506088647913,-0.3431007697010734,-0.33835093053735554,-0.33360109137363764,-0.32885125220991973],"z":[-2.4991604094834052,-2.4978119137422023,-2.495252242372175,-2.4926249170348265,-2.4905648057765664,-2.4900221748638,-2.4903257097689093,-2.4913924508830823,-2.49325598723783,-2.4958943049000033,-2.499961642651429,-2.5055060217270717,-2.512869630920045,-2.522439901735761,-2.5346863171363077,-2.5509834517035133,-2.571385373113236,-2.5964732106185786,-2.626824554645583,-2.6633845786589205,-2.706680723579707,-2.755687757411549,-2.809630029728459,-2.8673141685419186,-2.926450363856535,-2.979208468449671,-3.0243576148937614,-3.059704394389778,-3.083301386860529,-3.091540098473223],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"white","width":4},"mode":"lines","x":[-0.020507373879446844,-0.02271246627057709,-0.024917558661707338,-0.027122651052837583,-0.02932774344396783,-0.031532835835098076,-0.03373792822622832,-0.035943020617358566,-0.03814811300848882,-0.04035320539961906,-0.04255829779074931,-0.04476339018187955,-0.0469684825730098,-0.04917357496414005,-0.05137866735527029,-0.05358375974640054,-0.055788852137530785,-0.05799394452866103,-0.06019903691979128,-0.06240412931092153,-0.06460922170205177,-0.06681431409318202,-0.06901940648431226,-0.07122449887544252,-0.07342959126657275,-0.07563468365770301,-0.07783977604883326,-0.0800448684399635,-0.08224996083109373,-0.08445505322222399],"y":[-0.4665965879577387,-0.4705623430407725,-0.47452809812380625,-0.47849385320684007,-0.4824596082898739,-0.48642536337290765,-0.49039111845594147,-0.4943568735389753,-0.49832262862200905,-0.5022883837050428,-0.5062541387880767,-0.5102198938711104,-0.5141856489541442,-0.5181514040371781,-0.5221171591202118,-0.5260829142032456,-0.5300486692862795,-0.5340144243693132,-0.537980179452347,-0.5419459345353809,-0.5459116896184146,-0.5498774447014484,-0.5538431997844823,-0.557808954867516,-0.5617747099505498,-0.5657404650335837,-0.5697062201166174,-0.5736719751996512,-0.5776377302826851,-0.5816034853657188],"z":[-2.4991604094834052,-2.49954806403601,-2.499785485763902,-2.4995943898400146,-2.4991286357398326,-2.4987446281507912,-2.49844236707289,-2.498221852506129,-2.498083084450508,-2.4980260629060282,-2.4985534767974116,-2.499177731353408,-2.499884423739547,-2.500673553955827,-2.5015412997323687,-2.502460102768814,-2.5035171856126848,-2.5046141248850184,-2.505694090869822,-2.5067570835670963,-2.507803102976841,-2.5088321490990553,-2.5096702614610504,-2.5101449873093884,-2.510574269951206,-2.5108909825364214,-2.5111336476724797,-2.5113537455336274,-2.511551827420463,-2.5117691456803173],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"white","width":4},"mode":"lines","x":[0.2785286878728933,0.29834786160122245,0.3181670353295516,0.33798620905788074,0.3578053827862099,0.377624556514539,0.39744373024286817,0.4172629039711973,0.43708207769952645,0.45690125142785565,0.47672042515618474,0.4965395988845139,0.516358772612843,0.5361779463411722,0.5559971200695013,0.5758162937978305,0.5956354675261596,0.6154546412544888,0.6352738149828179,0.655092988711147,0.6749121624394763,0.6947313361678054,0.7145505098961344,0.7343696836244636,0.7541888573527928,0.7740080310811219,0.7938272048094511,0.8136463785377802,0.8334655522661093,0.8532847259944385],"y":[-0.3321440636773089,-0.3510120921298466,-0.3698801205823842,-0.38874814903492183,-0.4076161774874595,-0.42648420593999714,-0.44535223439253474,-0.46422026284507234,-0.48308829129761,-0.5019563197501477,-0.5208243482026853,-0.5396923766552228,-0.5585604051077606,-0.5774284335602982,-0.5962964620128358,-0.6151644904653735,-0.634032518917911,-0.6529005473704488,-0.6717685758229863,-0.690636604275524,-0.7095046327280616,-0.7283726611805993,-0.747240689633137,-0.7661087180856745,-0.7849767465382123,-0.8038447749907498,-0.8227128034432875,-0.8415808318958251,-0.8604488603483627,-0.8793168888009004],"z":[-2.428293813444143,-2.4276102028427,-2.428840867542396,-2.432776828242198,-2.438398700759136,-2.4452267991252707,-2.453369445943905,-2.4625413756694865,-2.4728146145174397,-2.4842976833719295,-2.497308162040353,-2.5119769772099145,-2.5283670778382294,-2.5467279838781858,-2.567698591381545,-2.5914897444798104,-2.618867995807462,-2.6502037447001476,-2.68658019998435,-2.728319116590648,-2.7761298666282554,-2.8303625295754915,-2.890400401466548,-2.9546286622012197,-3.020968161406663,-3.0854082199699193,-3.14031003528912,-3.1827100459421334,-3.2102663026571094,-3.221496643961715],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"white","width":4},"mode":"lines","x":[0.2785286878728933,0.28218936693373226,0.2858500459945712,0.28951072505541015,0.2931714041162491,0.29683208317708804,0.300492762237927,0.3041534412987659,0.30781412035960487,0.3114747994204438,0.31513547848128276,0.3187961575421217,0.32245683660296065,0.3261175156637996,0.32977819472463854,0.33343887378547743,0.3370995528463164,0.3407602319071553,0.3444209109679943,0.3480815900288332,0.3517422690896722,0.3554029481505111,0.35906362721135004,0.362724306272189,0.36638498533302793,0.3700456643938669,0.3737063434547058,0.37736702251554477,0.3810277015763837,0.38468838063722266],"y":[-0.3321440636773089,-0.32946281869678884,-0.3267815737162687,-0.3241003287357486,-0.32141908375522854,-0.3187378387747084,-0.3160565937941883,-0.31337534881366824,-0.3106941038331481,-0.308012858852628,-0.30533161387210794,-0.3026503688915878,-0.2999691239110677,-0.29728787893054764,-0.2946066339500275,-0.2919253889695074,-0.28924414398898735,-0.2865628990084672,-0.28388165402794713,-0.28120040904742705,-0.2785191640669069,-0.27583791908638683,-0.27315667410586675,-0.2704754291253466,-0.26779418414482653,-0.26511293916430645,-0.2624316941837863,-0.25975044920326623,-0.25706920422274615,-0.254387959242226],"z":[-2.428293813444143,-2.4284423731574303,-2.4285287363158674,-2.4284410648766976,-2.428445956581046,-2.4285434114289104,-2.428733429420292,-2.429478705985587,-2.430424517882383,-2.4314654270569793,-2.4326014335093746,-2.4338325372395686,-2.435317609334278,-2.436934571032122,-2.4389411484465207,-2.4409655111968194,-2.4429991801925888,-2.44504215543383,-2.4470944369205423,-2.449156024652726,-2.4511247470546573,-2.452263296234704,-2.4531692143084305,-2.4540202117516405,-2.454816288564334,-2.455557444746511,-2.4562436802981713,-2.4567540424798833,-2.456948004538732,-2.4571225684859215],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"white","width":4},"mode":"lines","x":[0.38468838063722266,0.403289902014757,0.42189142339229135,0.4404929447698257,0.45909446614736005,0.4776959875248944,0.49629750890242874,0.5148990302799631,0.5335005516574974,0.5521020730350318,0.5707035944125661,0.5893051157901005,0.6079066371676348,0.6265081585451692,0.6451096799227035,0.6637112013002379,0.6823127226777722,0.7009142440553066,0.7195157654328409,0.7381172868103753,0.7567188081879096,0.7753203295654439,0.7939218509429783,0.8125233723205126,0.831124893698047,0.8497264150755812,0.8683279364531157,0.88692945783065,0.9055309792081844,0.9241325005857187],"y":[-0.254387959242226,-0.25141028277026417,-0.24843260629830233,-0.24545492982634048,-0.24247725335437867,-0.23949957688241683,-0.23652190041045498,-0.23354422393849314,-0.2305665474665313,-0.22758887099456945,-0.2246111945226076,-0.2216335180506458,-0.21865584157868395,-0.2156781651067221,-0.21270048863476027,-0.20972281216279842,-0.20674513569083658,-0.20376745921887474,-0.2007897827469129,-0.19781210627495108,-0.1948344298029892,-0.1918567533310274,-0.18887907685906555,-0.1859014003871037,-0.1829237239151419,-0.17994604744318005,-0.1769683709712182,-0.17399069449925636,-0.17101301802729452,-0.16803534155533267],"z":[-2.4571225684859215,-2.457900649100697,-2.461653215023587,-2.467932343251259,-2.475063216044918,-2.4818936322841436,-2.4872221674304655,-2.4919374416681754,-2.49654183380498,-2.501493643740392,-2.5081990961975684,-2.5166331450143233,-2.526996272169423,-2.539579494993925,-2.5561437017684345,-2.575714507131847,-2.598494191801595,-2.624919199269612,-2.6563986830988533,-2.6911144260378856,-2.7289410686889597,-2.769811546510858,-2.812541441444996,-2.854913202671505,-2.8957991077835707,-2.932916720723792,-2.9624458363439383,-2.983355806766731,-2.996834932963389,-3.0009248301542066],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"white","width":4},"mode":"lines","x":[0.38468838063722266,0.38705899564405427,0.38942961065088594,0.39180022565771755,0.3941708406645492,0.3965414556713808,0.39891207067821244,0.4012826856850441,0.4036533006918757,0.4060239156987073,0.408394530705539,0.4107651457123706,0.41313576071920227,0.4155063757260339,0.4178769907328655,0.42024760573969716,0.42261822074652877,0.4249888357533604,0.42735945076019205,0.42973006576702366,0.43210068077385533,0.43447129578068694,0.43684191078751855,0.4392125257943502,0.44158314080118183,0.44395375580801344,0.4463243708148451,0.4486949858216767,0.45106560082850833,0.45343621583534],"y":[-0.254387959242226,-0.2505188727452072,-0.2466497862481883,-0.24278069975116948,-0.2389116132541506,-0.23504252675713178,-0.23117344026011294,-0.22730435376309407,-0.22343526726607524,-0.21956618076905637,-0.21569709427203754,-0.2118280077750187,-0.20795892127799984,-0.20408983478098097,-0.20022074828396214,-0.1963516617869433,-0.19248257528992446,-0.1886134887929056,-0.18474440229588673,-0.1808753157988679,-0.17700622930184906,-0.17313714280483022,-0.16926805630781136,-0.1653989698107925,-0.16152988331377366,-0.15766079681675482,-0.15379171031973596,-0.14992262382271712,-0.14605353732569826,-0.14218445082867942],"z":[-2.4571225684859215,-2.4573465987120575,-2.457690963526801,-2.458098109196997,-2.4585680357226463,-2.4591007431037473,-2.4596962313403012,-2.460354500432308,-2.4626978826453865,-2.4652787994351577,-2.468005546654707,-2.470878124304036,-2.4738965323831428,-2.4770607708920287,-2.4807319345100862,-2.484963069787569,-2.4893214953976863,-2.493807211340439,-2.4981915009305267,-2.502274505382727,-2.506311342546057,-2.509090312491677,-2.511798048071082,-2.5144497396084224,-2.5170453871036975,-2.519584990556908,-2.5220685499680546,-2.5235536729637786,-2.5241206575403763,-2.5238140803452933],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"white","width":4},"mode":"lines","x":[-0.08445505322222399,-0.08831006380854348,-0.09216507439486295,-0.09602008498118243,-0.09987509556750192,-0.10373010615382139,-0.10758511674014087,-0.11144012732646036,-0.11529513791277983,-0.11915014849909931,-0.12300515908541879,-0.12686016967173827,-0.13071518025805776,-0.13457019084437724,-0.1384252014306967,-0.14228021201701618,-0.14613522260333567,-0.14999023318965515,-0.15384524377597464,-0.15770025436229412,-0.1615552649486136,-0.1654102755349331,-0.16926528612125255,-0.17312029670757204,-0.17697530729389152,-0.18083031788021098,-0.18468532846653046,-0.18854033905284995,-0.19239534963916943,-0.19625036022548892],"y":[-0.5816034853657188,-0.583996922060389,-0.5863903587550592,-0.5887837954497294,-0.5911772321443995,-0.5935706688390696,-0.5959641055337398,-0.59835754222841,-0.6007509789230802,-0.6031444156177503,-0.6055378523124205,-0.6079312890070907,-0.6103247257017609,-0.6127181623964311,-0.6151115990911011,-0.6175050357857714,-0.6198984724804415,-0.6222919091751117,-0.6246853458697819,-0.627078782564452,-0.6294722192591222,-0.6318656559537924,-0.6342590926484626,-0.6366525293431328,-0.639045966037803,-0.641439402732473,-0.6438328394271432,-0.6462262761218134,-0.6486197128164836,-0.6510131495111537],"z":[-2.5117691456803173,-2.511982920533594,-2.5122267478431577,-2.512500627609008,-2.5129174411155994,-2.514151369906024,-2.5154858758608607,-2.5169209589801103,-2.5184566192637714,-2.520216124424064,-2.5224411256982258,-2.5255601833790196,-2.529217925473865,-2.53296333052227,-2.5367963985242334,-2.540717129479756,-2.5447255233888364,-2.54876394252364,-2.552502906117909,-2.5562540282528867,-2.5595009826844697,-2.5625443323497747,-2.5655074269963754,-2.568390266624271,-2.5701363323332145,-2.571261327489831,-2.5723411307111705,-2.5733757419972303,-2.574365161348012,-2.575309388763516],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"white","width":4},"mode":"lines","x":[-0.08445505322222399,-0.08321810236285368,-0.08198115150348337,-0.08074420064411304,-0.07950724978474273,-0.07827029892537242,-0.07703334806600211,-0.07579639720663178,-0.07455944634726147,-0.07332249548789116,-0.07208554462852085,-0.07084859376915052,-0.06961164290978021,-0.0683746920504099,-0.06713774119103959,-0.06590079033166926,-0.06466383947229895,-0.06342688861292864,-0.06218993775355832,-0.06095298689418801,-0.05971603603481769,-0.05847908517544738,-0.05724213431607707,-0.05600518345670674,-0.05476823259733643,-0.05353128173796612,-0.0522943308785958,-0.05105738001922549,-0.04982042915985518,-0.04858347830048486],"y":[-0.5816034853657188,-0.6019946629468096,-0.6223858405279005,-0.6427770181089912,-0.663168195690082,-0.6835593732711729,-0.7039505508522637,-0.7243417284333544,-0.7447329060144453,-0.7651240835955361,-0.785515261176627,-0.8059064387577177,-0.8262976163388085,-0.8466887939198993,-0.86707997150099,-0.887471149082081,-0.9078623266631718,-0.9282535042442626,-0.9486446818253533,-0.9690358594064441,-0.989427036987535,-1.0098182145686259,-1.0302093921497166,-1.0506005697308074,-1.0709917473118982,-1.091382924892989,-1.11177410247408,-1.1321652800551707,-1.1525564576362615,-1.1729476352173522],"z":[-2.5117691456803173,-2.512624794492107,-2.5161973908237374,-2.5210004022242836,-2.5259850811080846,-2.530602336814737,-2.534732295692355,-2.5387759847424234,-2.5434447235753006,-2.549172870037983,-2.5562942871876126,-2.5651518901913106,-2.5763145926996556,-2.590525732861825,-2.607708531196204,-2.6281880431890294,-2.652278652416878,-2.680278600253516,-2.713635127175932,-2.7512984399731084,-2.7928771448677905,-2.837769456612158,-2.8850739078996415,-2.9332046208356948,-2.9790772704058823,-3.0203980345170547,-3.0551783488447457,-3.081733261685509,-3.0983295079538404,-3.1022657133536273],"type":"scatter3d"},{"hoverinfo":"skip","marker":{"color":"white","size":6},"mode":"markers+text","text":["1","2","3","4","5","6","7"],"textfont":{"color":"white","size":18},"textposition":"top center","x":[-0.19625036022548892,-0.04858347830048486,-0.5971587265276885,-0.09304808473240145,0.8532847259944385,0.9241325005857187,0.45343621583534],"y":[-0.6510131495111537,-1.1729476352173522,-0.32885125220991973,0.09304808473240146,-0.8793168888009004,-0.16803534155533267,-0.14218445082867942],"z":[-2.4511828075988022,-2.97887250882729,-2.968456619303101,-1.8332673410712554,-3.0973811619166653,-2.878462711253761,-2.4004577962212457],"type":"scatter3d"}],"layout":{"template":{"data":{"histogram2dcontour":[{"type":"histogram2dcontour","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"choropleth":[{"type":"choropleth","colorbar":{"outlinewidth":0,"ticks":""}}],"histogram2d":[{"type":"histogram2d","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"heatmap":[{"type":"heatmap","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"heatmapgl":[{"type":"heatmapgl","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"contourcarpet":[{"type":"contourcarpet","colorbar":{"outlinewidth":0,"ticks":""}}],"contour":[{"type":"contour","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"surface":[{"type":"surface","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"mesh3d":[{"type":"mesh3d","colorbar":{"outlinewidth":0,"ticks":""}}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"parcoords":[{"type":"parcoords","line":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scatterpolargl":[{"type":"scatterpolargl","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"#E5ECF6","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"scattergeo":[{"type":"scattergeo","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scatterpolar":[{"type":"scatterpolar","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"scattergl":[{"type":"scattergl","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scatter3d":[{"type":"scatter3d","line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scattermapbox":[{"type":"scattermapbox","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scatterternary":[{"type":"scatterternary","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scattercarpet":[{"type":"scattercarpet","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"white","linecolor":"white","minorgridcolor":"white","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"white","linecolor":"white","minorgridcolor":"white","startlinecolor":"#2a3f5f"},"type":"carpet"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}],"barpolar":[{"marker":{"line":{"color":"#E5ECF6","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"pie":[{"automargin":true,"type":"pie"}]},"layout":{"autotypenumbers":"strict","colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"hovermode":"closest","hoverlabel":{"align":"left"},"paper_bgcolor":"white","plot_bgcolor":"#E5ECF6","polar":{"bgcolor":"#E5ECF6","angularaxis":{"gridcolor":"white","linecolor":"white","ticks":""},"radialaxis":{"gridcolor":"white","linecolor":"white","ticks":""}},"ternary":{"bgcolor":"#E5ECF6","aaxis":{"gridcolor":"white","linecolor":"white","ticks":""},"baxis":{"gridcolor":"white","linecolor":"white","ticks":""},"caxis":{"gridcolor":"white","linecolor":"white","ticks":""}},"coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]]},"xaxis":{"gridcolor":"white","linecolor":"white","ticks":"","title":{"standoff":15},"zerolinecolor":"white","automargin":true,"zerolinewidth":2},"yaxis":{"gridcolor":"white","linecolor":"white","ticks":"","title":{"standoff":15},"zerolinecolor":"white","automargin":true,"zerolinewidth":2},"scene":{"xaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white","gridwidth":2},"yaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white","gridwidth":2},"zaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white","gridwidth":2}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"geo":{"bgcolor":"white","landcolor":"#E5ECF6","subunitcolor":"white","showland":true,"showlakes":true,"lakecolor":"white"},"title":{"x":0.05},"mapbox":{"style":"light"}}},"margin":{"l":0,"r":0,"b":0,"t":30},"scene":{"xaxis":{"visible":false},"yaxis":{"visible":false},"zaxis":{"visible":false},"aspectratio":{"x":1.5,"y":1.5,"z":0.3},"camera":{"eye":{"x":0,"y":-1.25,"z":1.25}}},"title":{"text":"Energy landscape (3D)"},"showlegend":false,"hovermode":"closest"}} \ No newline at end of file diff --git a/assets/plotly/2025-10-25-phase-diagram-playbook/3D-ELA23.json b/assets/plotly/2025-10-25-phase-diagram-playbook/3D-ELA23.json new file mode 100644 index 0000000..9b010a6 --- /dev/null +++ b/assets/plotly/2025-10-25-phase-diagram-playbook/3D-ELA23.json @@ -0,0 +1 @@ +{"data":[{"cmax":-3.072378714076525,"cmin":-4.875685944394083,"colorbar":{"len":0.9,"title":{"text":"Energy"},"y":0.5},"colorscale":[[0.0,"#440154"],[0.1111111111111111,"#482878"],[0.2222222222222222,"#3e4989"],[0.3333333333333333,"#31688e"],[0.4444444444444444,"#26828e"],[0.5555555555555556,"#1f9e89"],[0.6666666666666666,"#35b779"],[0.7777777777777778,"#6ece58"],[0.8888888888888888,"#b5de2b"],[1.0,"#fde725"]],"contours":{"x":{"color":"gray","show":true,"size":0.0410886294500747,"width":1},"y":{"color":"gray","show":true,"size":0.0410886294500747,"width":1},"z":{"highlight":true,"highlightcolor":"white","project":{"z":false},"show":false}},"hovertemplate":"Energy: %{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","lighting":{"ambient":0.8},"showscale":true,"x":[[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259],[-1.1665518641437167,-1.1249431254600968,-1.0833343867764769,-1.041725648092857,-1.000116909409237,-0.958508170725617,-0.916899432041997,-0.8752906933583771,-0.8336819546747571,-0.7920732159911372,-0.7504644773075173,-0.7088557386238973,-0.6672469999402774,-0.6256382612566574,-0.5840295225730374,-0.5424207838894175,-0.5008120452057976,-0.45920330652217767,-0.41759456783855775,-0.3759858291549377,-0.3343770904713178,-0.2927683517876979,-0.25115961310407786,-0.20955087442045794,-0.16794213573683803,-0.1263333970532181,-0.0847246583695982,-0.04311591968597828,-0.0015071810023581378,0.04010155768126178,0.0817102963648817,0.12331903504850161,0.16492777373212153,0.20653651241574145,0.24814525109936136,0.2897539897829813,0.3313627284666012,0.37297146715022134,0.41458020583384125,0.45618894451746117,0.4977976832010811,0.539406421884701,0.5810151605683209,0.6226238992519408,0.664232637935561,0.7058413766191809,0.7474501153028008,0.7890588539864207,0.8306675926700406,0.8722763313536608,0.9138850700372805,0.9554938087209006,0.9971025474045203,1.0387112860881405,1.0803200247717601,1.1219287634553803,1.1635375021390004,1.2051462408226201,1.2467549795062403,1.28836371818986,1.32997245687348,1.3715811955570998,1.41318993424072,1.4547986729243396,1.4964074116079598,1.53801615029158,1.5796248889751996,1.6212336276588197,1.6628423663424394,1.7044511050260596,1.7460598437096793,1.7876685823932994,1.829277321076919,1.8708860597605392,1.9124947984441594,1.954103537127779,1.9957122758113992,2.037321014495019,2.078929753178639,2.120538491862259]],"y":[[-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273,-2.1378555132601273],[-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507,-2.096246774576507],[-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875,-2.0546380358928875],[-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674,-2.0130292972092674],[-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477,-1.9714205585256477],[-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275,-1.9298118198420275],[-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076,-1.8882030811584076],[-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877,-1.8465943424747877],[-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678,-1.8049856037911678],[-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479,-1.7633768651075479],[-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928,-1.721768126423928],[-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308,-1.680159387740308],[-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688,-1.638550649056688],[-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682,-1.5969419103730682],[-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448,-1.555333171689448],[-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282,-1.5137244330058282],[-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082,-1.4721156943222082],[-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883,-1.4305069556385883],[-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684,-1.3888982169549684],[-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483,-1.3472894782713483],[-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286,-1.3056807395877286],[-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084,-1.2640720009041084],[-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885,-1.2224632622204885],[-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686,-1.1808545235368686],[-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487,-1.1392457848532487],[-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288,-1.0976370461696288],[-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088,-1.0560283074860088],[-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389,-1.014419568802389],[-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688,-0.9728108301187688],[-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489,-0.9312020914351489],[-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529,-0.889593352751529],[-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909,-0.847984614067909],[-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891,-0.8063758753842891],[-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692,-0.7647671367006692],[-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493,-0.7231583980170493],[-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294,-0.6815496593334294],[-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095,-0.6399409206498095],[-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893,-0.5983321819661893],[-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694,-0.5567234432825694],[-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495,-0.5151147045989495],[-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956,-0.47350596591532956],[-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965,-0.43189722723170965],[-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973,-0.39028848854808973],[-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698,-0.3486797498644698],[-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497,-0.3070710111808497],[-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976,-0.26546227249722976],[-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984,-0.22385353381360984],[-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992,-0.18224479512998992],[-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637,-0.14063605644637],[-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987,-0.09902731776274987],[-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017,-0.05741857907913017],[-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033,-0.015809840395510033],[0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662,0.025798898288109662],[0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298,0.0674076369717298],[0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495,0.1090163756553495],[0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963,0.15062511433896963],[0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977,0.19223385302258977],[0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947,0.23384259170620947],[0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296,0.2754513303898296],[0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493,0.3170600690734493],[0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944,0.35866880775706944],[0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914,0.40027754644068914],[0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093,0.4418862851243093],[0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897,0.48349502380792897],[0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491,0.5251037624915491],[0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692,0.5667125011751692],[0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889,0.6083212398587889],[0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091,0.6499299785424091],[0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288,0.6915387172260288],[0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489,0.7331474559096489],[0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686,0.7747561945932686],[0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887,0.8163649332768887],[0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084,0.8579736719605084],[0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286,0.8995824106441286],[0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487,0.9411911493277487],[0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684,0.9827998880113684],[1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886,1.0244086266949886],[1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083,1.0660173653786083],[1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284,1.1076261040622284],[1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485,1.1492348427458485]],"z":[[-3.4763519267829635,-3.4882912872395324,-3.5000581911168203,-3.5114885388313075,-3.522396389514264,-3.5325784424574227,-3.5418211746380717,-3.5499106253975135,-3.5566443931105347,-3.56184491844362,-3.5653726797690934,-3.567137650990917,-3.5671073892059955,-3.565310484026372,-3.561834766463636,-3.5568204974483706,-3.550449532466581,-3.5429320017433508,-3.5344922457845787,-3.5253556024128097,-3.5157372443453156,-3.5058337525687433,-3.495817611766567,-3.4858344208480663,-3.4760023633141666,-3.4664133740977454,-3.457135440612026,-3.4482155461187003,-3.439682866663416,-3.4315519415925264,-3.423825635436451,-3.4164977879126726,-3.4095555072874726,-3.4029811022249765,-3.3967536720312497,-3.3908503886882513,-3.3852475097235315,-3.379921161577648,-3.3748479308086092,-3.370005296675568,-3.3653719343276265,-3.360927913561377,-3.3566548142075674,-3.352535775790101,-3.3485554961879727,-3.344700191581232,-3.3409575279080963,-3.337316532328951,-3.333767491718179,-3.3303018439329626,-3.326912066499596,-3.323591566385371,-3.320334573670398,-3.3171360411884923,-3.3139915515631686,-3.3108972325193093,-3.30784968089847,-3.304845895440846,-3.301883218112579,-3.2989592835455577,-3.2960719760089345,-3.29321939323787,-3.2903998163960253,-3.287611685434822,-3.2848535791262883,-3.2821241990799437,-3.2794223571013603,-3.2767469653056702,-3.2740970284592215,-3.271471638083683,-3.2688699679169133,-3.2662912703822173,-3.2637348737711944,-3.261200179894639,-3.2586866620006285,-3.2561938627989804,-3.253721392466748,-3.2512689265406403,-3.2488362036293874,-3.246423022902442],[-3.494502751721499,-3.5079993864939034,-3.5213892303805983,-3.5344803035244237,-3.5470496701864436,-3.558848102999277,-3.5696085173182013,-3.5790583806214937,-3.5869356782265553,-3.5930072390215186,-3.5970874560523405,-3.5990549057196493,-3.5988643013079655,-3.5965517353660053,-3.5922322141073275,-3.586089817902797,-3.5783620764597464,-3.5693209926910363,-3.5592534036572747,-3.5484430500157456,-3.5371560191429783,-3.5256303806050004,-3.514070065764054,-3.5026424894066084,-3.491479108564194,-3.480678030104351,-3.4703078478590794,-3.4604120417543145,-3.4510134491124385,-3.442118485246202,-3.4337209279360943,-3.4258051828010774,-3.41834901620734,-3.411325785150981,-3.4047062163591777,-3.398459795959666,-3.3925558315390107,-3.3869642439932015,-3.381656139842522,-3.3766042072774307,-3.3717829720791075,-3.3671689432015257,-3.3627406723897835,-3.3584787477381712,-3.354365737459756,-3.3503860972058446,-3.3465260518924023,-3.3427734610308333,-3.3391176749166083,-3.335549387622436,-3.332060491519237,-3.328643936974311,-3.325293599933052,-3.3220041592686522,-3.3187709850786478,-3.3155900385146615,-3.3124577832480098,-3.3093711082930746,-3.3063272616240535,-3.3033237938188478,-3.3003585108348474,-3.2974294349530835,-3.294534772907724,-3.291672890235886,-3.2888422909280677,-3.2860416015235874,-3.2832695588707574,-3.280525000852713,-3.27780685946219,-3.2751141556890793,-3.2724459957610974,-3.269801568348968,-3.267180142412468,-3.2645810654221514,-3.2620037617437494,-3.259447731018146,-3.2569125464100925,-3.2543978526336366,-3.251903363692245,-3.24942886029708],[-3.5136865076004207,-3.5289790270362573,-3.544263267631072,-3.5593164543715763,-3.573872418170583,-3.587625899170943,-3.600242140659411,-3.6113724106151825,-3.6206751965464936,-3.6278415956989125,-3.632622109076923,-3.634851037384058,-3.634464398156866,-3.6315080089700764,-3.626134055614269,-3.618586659757906,-3.609179026505134,-3.598266085466226,-3.586216833074689,-3.573389917946491,-3.5601147522069745,-3.5466790360750178,-3.5333224148595024,-3.5202352314294125,-3.507561006840697,-3.4954012834041004,-3.4838216675531024,-3.4728581967717775,-3.4625234431555705,-3.4528120106595273,-3.4437052672544315,-3.4351752784394036,-3.4271879849012814,-3.419705707130541,-3.4126890751944017,-3.40609848203647,-3.399895150480769,-3.3940418921865447,-3.3885036240018227,-3.3832476951176798,-3.3782440679093266,-3.37346538661345,-3.3688869609754777,-3.36448668649028,-3.360244918579247,-3.3561443147180174,-3.352169655906202,-3.3483076567531267,-3.3445467716925563,-3.340877003330971,-3.337289717613733,-3.33377746932571,-3.3303338404113294,-3.3269532926989234,-3.3236310358449037,-3.3203629106747905,-3.3171452875872958,-3.313974979298144,-3.3108491669216855,-3.307765338207684,-3.3047212366528838,-3.301714820176638,-3.2987442280718478,-3.295807755002761,-3.292903830907711,-3.290031005767254,-3.2871879383083513,-3.2843733878269736,-3.2815862084202427,-3.2788253450219464,-3.2760898307301565,-3.273378785001733,-3.2706914123654887,-3.268027001373836,-3.2653849235724035,-3.2627646323188824,-3.260165661327075,-3.2575876228503926,-3.2550302054515394,-3.2524931713325156],[-3.533891817171763,-3.551250283162376,-3.5687429344925583,-3.586114320581954,-3.603048841983954,-3.6191736688835654,-3.6340689631147236,-3.647286855216635,-3.6583794017736784,-3.6669338487449767,-3.6726112908727915,-3.6751829119459978,-3.6745572299667404,-3.670792749237301,-3.6640931295762256,-3.6547856767354867,-3.6432874277894327,-3.6300652329376177,-3.6155965009874214,-3.6003359117268103,-3.5846911493274556,-3.5690084143913356,-3.5535667210711654,-3.538579007347955,-3.52419781069279,-3.510523466688607,-3.4976132338402466,-3.4854902476269807,-3.4741516501272978,-3.463575581673563,-3.4537269532530646,-3.44456205927165,-3.436032163250469,-3.4280862163923764,-3.420672868688285,-3.413741917247215,-3.4072453153293933,-3.4011378432739647,-3.3953775219265,-3.389925831544243,-3.384747784821744,-3.379811891453712,-3.375090043102431,-3.370557341244359,-3.3661918856236483,-3.3619745374894587,-3.357888669073164,-3.353919908594717,-3.350055888281119,-3.3462860013116966,-3.342601172206569,-3.3389936439165746,-3.335456783748934,-3.331984909278453,-3.3285731345570366,-3.3252172362497734,-3.321913538792873,-3.318658817279913,-3.315450216525023,-3.3122851846073487,-3.309161419150981,-3.3060768246181906,-3.30302947897225,-3.300017608182158,-3.2970395671804766,-3.294093826035584,-3.2911789602518344,-3.288293644258825,-3.28543664728996,-3.282606830977972,-3.279803148109971,-3.2770246420864493,-3.2742704467180186,-3.2715397860712434,-3.26883197414179,-3.2661464141903753,-3.2634825976257096,-3.260840102359887,-3.258218590596285,-3.255617806038882],[-3.555072061929602,-3.5747973444076377,-3.594857067326453,-3.614963280292464,-3.634745694968394,-3.653751430910952,-3.671454606724059,-3.687278687223262,-3.7006329159550595,-3.7109612782606414,-3.7177986627314823,-3.7208253192323006,-3.7199088940685345,-3.7151245419060315,-3.7067480489679596,-3.695223242375784,-3.6811109067349532,-3.6650298601916154,-3.6476008741194694,-3.6294013643663785,-3.610934758040277,-3.5926146838820996,-3.5747615791976055,-3.55760815962906,-3.5413101708233246,-3.525959465265281,-3.511597304528122,-3.4982266030634124,-3.485822474458462,-3.474340885805465,-3.4637254952951175,-3.453912886544508,-3.4448364644237555,-3.43642927661036,-3.428625997829432,-3.421364275824705,-3.414585598944879,-3.408235809687012,-3.4022653586470346,-3.396629369482606,-3.391287567229323,-3.386204108775012,-3.381347344525664,-3.376689533369052,-3.3722065281551923,-3.3678774454133436,-3.3636843304158224,-3.359611826626528,-3.355646856808158,-3.3517783214765573,-3.3479968189258362,-3.344294389692724,-3.3406642870978693,-3.337100774418908,-3.3335989483366104,-3.3301545875635226,-3.326764025015918,-3.3234240415149223,-3.3201317787835114,-3.3168846694189744,-3.3136803815392932,-3.3105167759002128,-3.307391873433563,-3.3043038313451323,-3.3012509261151934,-3.2982315419528696,-3.29524416345758,-3.2922873714300094,-3.2893598409478977,-3.2864603409763546,-3.28358773491831,-3.280740981628694,-3.2779191365173537,-3.2751213524522833,-3.2723468802481093,-3.2695950685866912,-3.266865363268769,-3.2641573057390607,-3.261470530863388,-3.258804763966171],[-3.5771330088415576,-3.5995529668435466,-3.6225820441590972,-3.6459035272189033,-3.66908963592806,-3.691595152019997,-3.712763862293392,-3.7318532256970642,-3.748080868304814,-3.7606922869508628,-3.769042839357532,-3.772680454868585,-3.771411421806352,-3.7653328603557252,-3.754822826466537,-3.7404900961882213,-3.7230960794955155,-3.7034668894106932,-3.6824128509073675,-3.6606672067226675,-3.6388485826633175,-3.6174457080747136,-3.5968193267561084,-3.577215159881032,-3.5587824066138634,-3.5415936753505783,-3.525663749136577,-3.5109658407594972,-3.4974448725834058,-3.485027851150182,-3.4736316803482055,-3.463168858179661,-3.453551502798302,-3.4446941038538883,-3.436515326735129,-3.4289391277291217,-3.4218953760725066,-3.4153201276254213,-3.409155654773934,-3.4033503070444424,-3.397858255113304,-3.392639155637578,-3.3876577639718404,-3.382883514960966,-3.3782900874673785,-3.373854965228396,-3.369559004414693,-3.365386016456192,-3.361322373071218,-3.357356638862899,-3.3534792353076446,-3.3496821384809925,-3.34595861149649,-3.342302971425498,-3.3387103894601093,-3.3351767222997415,-3.331698372187024,-3.3282721726765296,-3.3248952970645287,-3.3215651864062865,-3.3182794941635505,-3.3150360447246086,-3.3118328032914763,-3.3086678549079362,-3.3055393906878563,-3.302445699581015,-3.2993851642734473,-3.296356260055405,-3.2933575556996213,-3.2903877155753234,-3.287445502380503,-3.2845297800084285,-3.281639516176922,-3.2787737845431435,-3.275931766105315,-3.273112749758179,-3.270316131923267,-3.2675414152199505,-3.264788206180069,-3.262056212039105],[-3.599918342877001,-3.6253792003021728,-3.651817258533257,-3.678896400783935,-3.706133366525366,-3.73288066889923,-3.7583253267059695,-3.7815128990992766,-3.8014047841371728,-3.816970922362469,-3.827309745069088,-3.831774951772706,-3.8300798752133836,-3.822350719708625,-3.809112178002171,-3.791208762488801,-3.769683740456533,-3.7456466606372363,-3.7201576206591547,-3.694145396796766,-3.668363750533581,-3.6433806406854288,-3.619590499812907,-3.597239383956082,-3.576454841277226,-3.5572751056869785,-3.539674696849004,-3.5235853034779847,-3.5089119309026735,-3.49554485997889,-3.483368175629213,-3.472265631130129,-3.4621245236775193,-3.4528381316014896,-3.4443071382813715,-3.43644035813187,-3.4291549911890815,-3.422376564595786,-3.416038669060274,-3.4100825627827365,-3.4044566910903864,-3.399116154157495,-3.394022145255315,-3.3891413760167453,-3.3844455017052764,-3.3799105573479986,-3.37551641408026,-3.3712462636971754,-3.3670861379843555,-3.3630244678404027,-3.3590516855449053,-3.3551598718595272,-3.3513424480819896,-3.347593911795793,-3.3439096139373015,-3.3402855739676536,-3.336718329391229,-3.3332048155813436,-3.329742271818323,-3.3263281695673736,-3.3229601592749076,-3.3196360322967644,-3.316353694951287,-3.3131111520833354,-3.3099064979094566,-3.3067379122737184,-3.3036036607692045,-3.300502097467388,-3.2974316692458183,-3.2943909209156423,-3.2913785005276495,-3.288393164382714,-3.285433781394119,-3.2824993365491113,-3.2795889332990593,-3.276701794774721,-3.273837263778236,-3.270994801548472,-3.268173985333051,-3.2653745048300924],[-3.6231938363597704,-3.652044779359179,-3.6823543940371097,-3.713784714830277,-3.74580718327537,-3.7776680981039665,-3.8083719652324306,-3.8366985323832967,-3.8612693206762776,-3.8806722808809,-3.8936369191440683,-3.8992299373562016,-3.897022800699593,-3.8871802719031585,-3.8704393333362503,-3.847983982014839,-3.8212551044842527,-3.7917494365896354,-3.7608535622449697,-3.729737021951907,-3.6993060353266243,-3.670204751316076,-3.642845983821248,-3.617455219140925,-3.5941164482383527,-3.5728132974653484,-3.553462700686242,-3.535940725242897,-3.520101390605829,-3.505789784937119,-3.4928508214010576,-3.481134810628669,-3.470500793426295,-3.460818348352777,-3.4519683919802175,-3.4438433336798004,-3.4363468295510113,-3.4293932956016,-3.4229072816428907,-3.416822768298866,-3.4110824247454397,-3.405636850042659,-3.4004438128693666,-3.395467500580305,-3.3906777869114615,-3.38604952705721,-3.38156188840028,-3.377197724440909,-3.372942998280778,-3.3687862604043803,-3.364718183613217,-3.360731155999616,-3.3568189309828305,-3.3529763318174086,-3.349199006715575,-3.3454832298400814,-3.3418257429138283,-3.338223632016024,-3.3346742342306444,-3.3311750691125224,-3.3277237903723016,-3.3243181536943336,-3.3209559971430496,-3.3176352311468835,-3.314353835549716,-3.3111098616727044,-3.307901437727071,-3.304726776259442,-3.3015841825980994,-3.298472063506027,-3.2953889354409425,-3.292333431980233,-3.289304310095952,-3.2863004550675736,-3.283320883902825,-3.2803647472036204,-3.277431329468194,-3.2745200478643373,-3.2716304495441024,-3.268762207598751],[-3.6466317332242393,-3.6792006461259072,-3.71384137886694,-3.750242629026399,-3.78785316026287,-3.825820525595061,-3.8629470440558613,-3.8976878508912804,-3.928220129098871,-3.9526056812439947,-3.969044614255143,-3.976178188558895,-3.9733603997088123,-3.9608070019130275,-3.939564449973317,-3.9113078352468813,-3.878039166824043,-3.841781097885833,-3.8043408214095833,-3.767175804815296,-3.7313540074429405,-3.69758037380507,-3.666258205927623,-3.637560891867346,-3.611499028437265,-3.5879760369732514,-3.5668306465532673,-3.5478674052039345,-3.530877471553093,-3.5156520781997957,-3.5019907589116546,-3.489705994102084,-3.478625501123096,-3.4685930365856357,-3.459468300052457,-3.4511263247445187,-3.443456597482475,-3.4363620527392102,-3.4297580222134347,-3.4235711820670995,-3.4177385174853225,-3.412206312921943,-3.4069291721007313,-3.40186907146542,-3.3969944521104445,-3.3922793568107434,-3.387702619741595,-3.383247116460012,-3.378899080685863,-3.3746474925815266,-3.3704835409058664,-3.366400158953506,-3.362391631880585,-3.3584532710772916,-3.3545811497970592,-3.3507718933282975,-3.3470225165670295,-3.3433303018439853,-3.339692710182212,-3.3361073197112745,-3.332571785649746,-3.329083817012172,-3.325641165941101,-3.3222416262679473,-3.318883038542904,-3.3155632993310933,-3.3122803730462334,-3.309032304987734,-3.30581723456935,-3.3026334079868827,-3.299479189778666,-3.2963530728954726,-3.2932536870246194,-3.2901798050139703,-3.2871303473212534,-3.284104384477648,-3.2811011376054253,-3.2781199770705207,-3.2751604193839303,-3.2722221224922814],[-3.6697980798211076,-3.706356752764069,-3.7457441208288493,-3.7877171928457027,-3.831741639622103,-3.8768922261852943,-3.9217641400027192,-3.9644317336052413,-4.002504734809074,-4.033329891388275,-4.05435263162971,-4.063584844873709,-4.060047319189304,-4.044022691342439,-4.017009631838326,-3.9813932863426666,-3.9399633206405555,-3.8954478884179067,-3.850183447624059,-3.8059568594173996,-3.763990778501902,-3.7250167216991255,-3.68938408235631,-3.6571703129115924,-3.62827468561268,-3.6024901300529266,-3.579554269477161,-3.559183486677863,-3.5410943379988677,-3.5250161126264388,-3.5106975007803634,-3.4979095215070766,-3.4864461920686036,-3.4761239174138088,-3.4667802194391846,-3.4582721800548306,-3.450474809510177,-3.4432794478417277,-3.4365922445944865,-3.4303327270494908,-3.4244324506668313,-3.418833720538572,-3.413488374395393,-3.408356622548065,-3.4034059455805736,-3.398610055066485,-3.393947925237848,-3.389402904189274,-3.384961912077911,-3.3806147313707307,-3.3763533910784274,-3.3721716436542937,-3.368064530267845,-3.3640280277774153,-3.3600587690639627,-3.3561538274638134,-3.3523105557754085,-3.3485264705860334,-3.344799173321709,-3.3411263003234186,-3.3375054952722265,-3.333934398327318,-3.330410647335288,-3.326931887372347,-3.3234957856702914,-3.3201000496450837,-3.3167424462973036,-3.3134208216971603,-3.3101331196173023,-3.306877398649485,-3.3036518473511025,-3.300454797128032,-3.2972847326826558,-3.294140299949696,-3.291020311515071,-3.2879237495699396,-3.284849766497439,-3.2817976832262183,-3.278766985514472,-3.2757573183518907],[-3.692147068298464,-3.7328655409974214,-3.7773125695059004,-3.8253684567942177,-3.876575507053567,-3.929987534341148,-3.9840140946346163,-4.036308848096063,-4.083782205413097,-4.12283138423475,-4.149842262667337,-4.1619050078402005,-4.157533974201142,-4.137098070714806,-4.102753538431484,-4.057903789743355,-4.006429149118846,-3.9519835939355197,-3.897546029543351,-3.845255507828221,-3.7964553241941803,-3.751844158760967,-3.711654234723946,-3.6758112575407442,-3.644058870451864,-3.6160467019352733,-3.5913881668957344,-3.569695847908921,-3.550601469790326,-3.533765892585607,-3.51888297926751,-3.505679925479515,-3.4939157087969903,-3.483378672761739,-3.4738838350258736,-3.4652702355711975,-3.4573984713715467,-3.4501484634648647,-3.443417447617106,-3.437118154673167,-3.4311771404076015,-3.4255332295331407,-3.4201360489441264,-3.4149446372512875,-3.4099261284521427,-3.4050545155355096,-3.400309504263948,-3.3956754684157318,-3.3911405160367796,-3.3866956726724675,-3.3823341830883678,-3.3780509284925007,-3.3738419523602934,-3.3697040850029545,-3.365634655144052,-3.361631275932316,-3.3576916928610676,-3.3538136817706476,-3.349994986255887,-3.3462332851843613,-3.342526182490162,-3.3388712128235625,-3.3352658579319847,-3.331707569780101,-3.3281937973711697,-3.324722015011214,-3.3212897503773458,-3.3178946112326475,-3.3145343099957727,-3.3112066856468734,-3.3079097226530316,-3.304641566743999,-3.301400537477113,-3.2981851376102043,-3.2949940593615468,-3.2918261876826853,-3.288680600707331,-3.2855565675700777,-3.282453543813955,-3.2793711646264345],[-3.7130276181373,-3.757919938181001,-3.8075621122403662,-3.8620223229127566,-3.9209983584408894,-3.98360516951311,-4.048126756981548,-4.111792149567691,-4.1706938143656,-4.22001337225089,-4.25468964258758,-4.270492287103403,-4.265180997119771,-4.239232762275443,-4.195744666138257,-4.139551817900758,-4.076006485222183,-4.009935643643589,-3.9450576634870234,-3.8838500894930807,-3.8277054974668805,-3.7772021652697996,-3.732374903959082,-3.6929340347855995,-3.6584215041720687,-3.628312435431178,-3.6020760337387427,-3.57920892199581,-3.5592510303415974,-3.5417911107576465,-3.52646649896304,-3.5129599945119914,-3.5009955585353616,-3.490333778523909,-3.480767584918242,-3.4721184252808373,-3.464232941019401,-3.456980105465943,-3.450248743069289,-3.443945340001346,-3.4379920649927307,-3.432324937515835,-3.4268921024622907,-3.421652191733153,-3.416572770612592,-3.4116288787467877,-3.406801681585012,-3.4020772488710964,-3.3974454734867,-3.392899138216827,-3.3884331313547467,-3.3840438057202302,-3.3797284704596016,-3.3754850013445092,-3.371311553259959,-3.367206358001066,-3.363167591077336,-3.3591932926033716,-3.355281329204166,-3.351429385905254,-3.347634979005955,-3.343895482810213,-3.3402081647355395,-3.3365702247044235,-3.3329788358444477,-3.329431184404201,-3.3259245074638155,-3.3224561275174094,-3.3190234833654504,-3.3156241570101126,-3.312255896423725,-3.308916634181725,-3.30560450203473,-3.3023178415524708,-3.2990552110146707,-3.2958153887567443,-3.2925973732052225,-3.2894003798611964,-3.286223835510448,-3.28306736995647],[-3.731707755208691,-3.780575401381592,-3.835285634602374,-3.8961591318158244,-3.963138267260425,-4.0355071807205904,-4.111528853450215,-4.188060717734339,-4.260307532046287,-4.321977755099707,-4.366121183445387,-4.386688946642528,-4.380357356020199,-4.347732548116383,-4.293213679586814,-4.223575927537952,-4.14607477166712,-4.066946450220827,-3.990697519197592,-3.920076195638808,-3.8564122978820894,-3.8000537484542183,-3.750750241465214,-3.7079349244121094,-3.670908349697151,-3.6389476919759596,-3.611365401864205,-3.5875364008189146,-3.5669070466265733,-3.548994326586217,-3.5333803794342304,-3.519705266237981,-3.507659562773104,-3.496977542607718,-3.487431255971719,-3.4788255508294172,-3.4709939470060958,-3.4637952126991567,-3.457110476389184,-3.4508407186229784,-3.4449045159312255,-3.4392359448579746,-3.433782591046941,-3.4285036413430845,-3.423368062351914,-3.4183528850978355,-3.4134416223500184,-3.4086228442771764,-3.4038889316551435,-3.3992350164450116,-3.3946581094923953,-3.3901564061011653,-3.385728753345457,-3.381374258597138,-3.3770920167657934,-3.372880933771705,-3.3687396252598756,-3.364666371967236,-3.360659116000802,-3.356715485205888,-3.3528328355506654,-3.3490083038792755,-3.345238865424205,-3.3415213921114177,-3.3378527089669596,-3.33422964688948,-3.3306490907451876,-3.3271080222254996,-3.323603557233686,-3.32013297777792,-3.316693758479501,-3.313283587883555,-3.309900384805519,-3.3065423099742413,-3.3032077732511764,-3.299895436720434,-3.2966042139594203,-3.2933332658153667,-3.2900819930288576,-3.2868500260605096],[-3.7474209812929105,-3.799804904788057,-3.859113213789989,-3.9259677919250517,-4.000635534108349,-4.082684566457964,-4.17049502385354,-4.260672717541485,-4.347555834620826,-4.423204388141166,-4.478368987249889,-4.504654223247744,-4.497276761862589,-4.456986147323343,-4.389880313265376,-4.305205017164339,-4.212516300560605,-4.1196168443474575,-4.031765717950376,-3.9518544201076757,-3.8810107590675496,-3.8192402823338707,-3.7659319484836393,-3.720197371559614,-3.681073537235894,-3.647631434959561,-3.619026405739578,-3.594515242340647,-3.573455852028501,-3.555298799964058,-3.539575915917273,-3.5258886680888955,-3.513897583920866,-3.503313207742527,-3.4938886619843057,-3.485413663426929,-3.477709748094203,-3.4706264283439836,-3.464038016570662,-3.4578408862491203,-3.4519509923253517,-3.4463015304863442,-3.440840670782837,-3.435529348826469,-3.4303391327694177,-3.4252502045617237,-3.4202495002822437,-3.4153290494444906,-3.410484541011423,-3.4057141284709713,-3.4010174711379433,-3.3963949961969755,-3.3918473570749708,-3.387375058747681,-3.3829782190911475,-3.3786564365775176,-3.374408737583808,-3.370233580507355,-3.366128898107556,-3.362092163560118,-3.358120469337427,-3.354210611082597,-3.350359171094638,-3.34656259792468,-3.342817279971025,-3.3391196119415616,-3.335466053713584,-3.3318531815432735,-3.328277731827805,-3.32473663775727,-3.321227059253296,-3.317746406607891,-3.3142923582310875,-3.3108628729040075,-3.3074561969234564,-3.3040708665193037,-3.3007057059280682,-3.2973598215144233,-3.2940325923448226,-3.2907236576316055],[-3.7594350001368593,-3.814590989948478,-3.877631616229252,-3.9494931730096483,-4.030809494578554,-4.121518162496935,-4.220251999075122,-4.3235338080364905,-4.424974905800385,-4.514991495099896,-4.581818223772087,-4.614328711939322,-4.605965142519176,-4.557619527090119,-4.477399416559181,-4.3773975067532715,-4.269677524385585,-4.163597336520351,-4.065027980947624,-3.9768400419126486,-3.899831077568177,-3.8335865675724428,-3.7770990753596143,-3.729150630020817,-3.688521796479514,-3.6540912927832285,-3.6248730727346476,-3.6000207546895275,-3.5788168422628157,-3.5606562689027994,-3.545029139201395,-3.5315049372849043,-3.519719078074152,-3.5093619586547904,-3.5001703137670073,-3.4919205195553964,-3.4844234329685664,-3.4775203557790517,-3.4710797504926907,-3.4649943986628977,-3.4591787710720254,-3.453566464112673,-3.4481076371098585,-3.442766451860646,-3.4375185618468924,-3.432348722097066,-3.427248593462207,-3.4222148022089454,-3.417247293861834,-3.4123479954800473,-3.407519777961547,-3.40276569253986,-3.398088444525949,-3.3934900622796684,-3.3889717192435116,-3.3845336701659914,-3.380175267946199,-3.375895033655845,-3.3716907583810993,-3.3675596210351695,-3.3634983109502317,-3.359503147783055,-3.3555701941055425,-3.351695358110683,-3.3478744852855247,-3.3441034388271467,-3.340378169133545,-3.3366947729975234,-3.333049543254885,-3.3294390096547084,-3.325859971677742,-3.322309523962256,-3.3187850749270993,-3.3152843591218426,-3.311805443790182,-3.308346730106766,-3.304906949537847,-3.3014851557793956,-3.2980807127382192,-3.2946932790377033],[-3.7671368669842953,-3.8240491743199057,-3.8895613419630957,-3.9648853363529986,-4.0509985913037205,-4.14822078536505,-4.255513472123915,-4.369479460400594,-4.48324836816784,-4.585859504151432,-4.663215331013964,-4.7014941753046,-4.692311072057082,-4.6366771919668714,-4.544723942365352,-4.431335647964872,-4.310899219155555,-4.1940730242762845,-4.087113212105523,-3.9927253964785185,-3.911317133803092,-3.842053511776668,-3.7835624338058675,-3.734340260699995,-3.692955743877912,-3.6581352113580445,-3.628784546593017,-3.6039809111724916,-3.5829522477311655,-3.5650537691147903,-3.549745754329745,-3.5365744024490167,-3.5251562044640785,-3.515165674691313,-3.5063260051425167,-3.4984020957578386,-3.4911953878716355,-3.4845399525048473,-3.478299345750642,-3.472363833942913,-3.4666477031004073,-3.461086487554895,-3.455634065993457,-3.450259664531001,-3.444944865870241,-3.43968074825154,-3.4344652719451423,-3.4293010035759925,-3.424193230451321,-3.4191484780729944,-3.4141734111108875,-3.409274074872009,-3.4044554213774125,-3.3997210602187202,-3.3950731770868443,-3.390512569744336,-3.3860387600700355,-3.3816501500109126,-3.3773441977795815,-3.373117597877955,-3.368966454312932,-3.3648864407397863,-3.3608729443948118,-3.356921192786751,-3.3530263634386683,-3.3491836777182193,-3.3453884801411378,-3.3416363046194366,-3.33792292905733,-3.3342444195497434,-3.3305971652620334,-3.3269779048982633,-3.323383745518238,-3.3198121743496007,-3.3162610641627834,-3.3127286727309064,-3.3092136368785683,-3.3057149616260366,-3.30223200495133,-3.298764458715272],[-3.7701212680414424,-3.827563767351643,-3.893965767562306,-3.970720173358013,-4.059046132651439,-4.159557204248819,-4.271511031814274,-4.391680571178082,-4.513006275799496,-4.623691311769656,-4.708034697488365,-4.750232963749615,-4.740499784280941,-4.67991976629815,-4.580149534849578,-4.458120800157222,-4.329824133308998,-4.206709772812475,-4.095164299639769,-3.997671324865989,-3.9143055337035446,-3.843915876676053,-3.7848768909788393,-3.73549882922177,-3.6942203748375224,-3.6596795000758746,-3.630722829123733,-3.6063876529327104,-3.5858744443520134,-3.568518519350463,-3.553764616095309,-3.5411457136631426,-3.5302662412387633,-3.5207892978626703,-3.51242727556364,-3.504935190358461,-3.498106005841194,-3.491767261159952,-3.4857783872451815,-3.480028212033323,-3.474432308505369,-3.4689300091579263,-3.4634810708756962,-3.458062100081081,-3.452662923295903,-3.4472831095014826,-3.4419288266369454,-3.4366101615097007,-3.4313389683392144,-3.426127251108172,-3.420986038287797,-3.415924678990669,-3.4109504763662146,-3.4060685736720226,-3.4012820166159745,-3.3965919282433044,-3.3919977467040283,-3.3874974895917314,-3.3830880200411464,-3.378765298959776,-3.374524614659019,-3.3703607860099902,-3.3662683384534002,-3.362241654130573,-3.358275098425498,-3.354363125607185,-3.350500366264762,-3.3466816990029606,-3.342902308531679,-3.3391577319195123,-3.33544389443759,-3.3317571361247915,-3.3280942299714122,-3.324452392447987,-3.320829286995089,-3.3172230210298483,-3.313632137005245,-3.3100555980675908,-3.3064927688849433,-3.302943392254632],[-3.7682631549427814,-3.824905562178758,-3.890443206908022,-3.966313878466236,-4.0538139353759775,-4.153674072464086,-4.265305694128973,-4.385641155133893,-4.507707677026189,-4.619600639226874,-4.705225606335549,-4.74818761314151,-4.738240743383217,-4.676484675544929,-4.575065584500365,-4.451531887945148,-4.322280716058444,-4.19887002328729,-4.08759212536205,-3.9907627177881424,-3.9082965323258856,-3.8389220199680967,-3.7809351390597303,-3.7326007944501405,-3.692335082858964,-3.6587674000444586,-3.6307434488067662,-3.6073029562136636,-3.587649407774098,-3.5711199870106185,-3.557159179497922,-3.545297175405065,-3.53513311663004,-3.5263227432797972,-3.518569769114146,-3.5116202027929844,-3.5052587762818392,-3.49930663974967,-3.49361954835007,-3.4880859096204175,-3.4826242703167005,-3.4771800655301037,-3.4717216848902126,-3.466236086942761,-3.4607242866782046,-3.4551970496807143,-3.449671067423289,-3.444165791309381,-3.4387009981774375,-3.4332950697508777,-3.427963904925271,-3.4227203491427,-3.417574015192632,-3.4125313773910166,-3.407596038770045,-3.4027690925394998,-3.3980495204350674,-3.39343458923172,-3.3889202216503596,-3.384501329026439,-3.3801721008585703,-3.375926251350723,-3.371757225973681,-3.3676583725023255,-3.3636230814282237,-3.3596449004795033,-3.35571762747566,-3.3518353850921327,-3.3479926804311155,-3.344184451665633,-3.3404061034840775,-3.3366535326294775,-3.332923144503633,-3.3292118615832513,-3.325517124259994,-3.3218368846523614,-3.318169593927582,-3.3145141836989818,-3.310870042113346,-3.3072369852999413],[-3.7617557569544617,-3.816298001375927,-3.879242716486831,-3.9519263610344018,-4.035539345075469,-4.130721485481015,-4.236849370929276,-4.35094898807962,-4.466373044717529,-4.5718722351810275,-4.652331263278581,-4.692424070551726,-4.682611847800538,-4.623952303943958,-4.527819884375168,-4.410673677592026,-4.287953042967935,-4.170604170586934,-4.064640114353234,-3.972321010650207,-3.8936234444268347,-3.827383992840975,-3.7720144538734903,-3.7258858157884,-3.68750440161436,-3.655573200567705,-3.62899620007803,-3.6068579891640864,-3.588395303640647,-3.572968514157905,-3.5600365426041467,-3.549136460040399,-3.5398679561707187,-3.5318823574408897,-3.5248755871907482,-3.5185842632557307,-3.5127839790770037,-3.5072887360400027,-3.501950529121056,-3.496658260775516,-3.4913354552385822,-3.4859366092028767,-3.4804423619142146,-3.4748539204817135,-3.4691872904888017,-3.4634678384072535,-3.4577255880757605,-3.4519914824502145,-3.446294673876735,-3.4406607744087627,-3.4351109155017414,-3.4296614313765836,-3.424323981249321,-3.419105948784237,-3.414010990442333,-3.4090396391549826,-3.4041899007824385,-3.3994578057933693,-3.3948378971103113,-3.3903236477628447,-3.3859078099892472,-3.3815827019164586,-3.3773404399890166,-3.373173125765991,-3.369072995202213,-3.3650325375289194,-3.3610445896518426,-3.357102410781799,-3.353199740914482,-3.349330845838921,-3.3454905505987984,-3.3416742627565448,-3.3378779864022303,-3.3340983275860747,-3.3303324917096173,-3.3265782733598805,-3.322834039087968,-3.3190987036947717,-3.31537170067112,-3.3116529475302308],[-3.751101831631969,-3.802408913556781,-3.8612599081351084,-3.9287694181349817,-4.005873429659277,-4.092956307643218,-4.189217638234362,-4.291742686692881,-4.3944276944545875,-4.487316517286871,-4.557383641027327,-4.591690463848263,-4.582321804710226,-4.5302474258067615,-4.445075009140357,-4.340813111856752,-4.23083334413005,-4.124864968094377,-4.028468629949404,-3.943924814444442,-3.8714454453509304,-3.810160319830904,-3.758757561716125,-3.7158410031691966,-3.680102701125222,-3.650389491706923,-3.625714717707374,-3.6052447054458865,-3.58827584758159,-3.5742102815648296,-3.5625339430429364,-3.552798630742709,-3.544608648737058,-3.5376120138653073,-3.5314958181039717,-3.5259849820200118,-3.5208433128870675,-3.515875555006186,-3.510929082231429,-3.5058940935527625,-3.5007016139442975,-3.495319170298411,-3.4897445521906967,-3.4839984390311987,-3.4781168064691785,-3.472143929301356,-3.46612655320955,-3.4601095125489953,-3.454132808345645,-3.4482299755753654,-3.442427471627913,-3.436744794336635,-3.431195063634788,-3.4257858516756152,-3.4205201037672204,-3.4153970453880733,-3.410413013488733,-3.405562181959827,-3.4008371725704616,-3.3962295558575173,-3.391730253549575,-3.3873298570689068,-3.3830188769987335,-3.3787879372477976,-3.374627925754645,-3.3705301114420045,-3.366486235052221,-3.362488579629038,-3.3585300248330934,-3.354604088008621,-3.3507049539460287,-3.346827494580939,-3.3429672793983602,-3.3391205770311636,-3.3352843484151844,-3.3314562318512206,-3.3276345203918853,-3.3238181320878355,-3.3200065737663875,-3.316199899154209],[-3.7370582320365178,-3.7842665300236473,-3.8379077420394587,-3.89880534507874,-3.9675641966413577,-4.044242406035571,-4.127826459974446,-4.215509024189286,-4.301926863342561,-4.37881138712615,-4.435791259358474,-4.462898557618936,-4.454207919527006,-4.410570211745943,-4.3394065454188775,-4.251659937875708,-4.158065083889176,-4.066757296918672,-3.982676555019832,-3.908105410819184,-3.8435521373221326,-3.7885286650638745,-3.742088056940089,-3.7031434846102984,-3.6706342632981275,-3.64359873748358,-3.6211957707266658,-3.602700482852996,-3.5874888169273667,-3.5750188240706193,-3.564812813533903,-3.556442534771507,-3.549518510658842,-3.543683997966319,-3.5386135027003798,-3.5340151888756717,-3.529635908808993,-3.5252670920341105,-3.520749549281279,-3.51597551205529,-3.5108869201526978,-3.505469897556745,-3.499746230233824,-3.493763218572218,-3.487583405794657,-3.481275433182092,-3.474906806088778,-3.4685388544147138,-3.4622237699208593,-3.4560033572974227,-3.4499090399726904,-3.443962674917406,-3.4381778052606036,-3.432561075908365,-3.4271136299867155,-3.421832380078081,-3.416711104215145,-3.411741353928746,-3.4069131840286158,-3.4022157253478977,-3.3976376260307957,-3.39316738690104,-3.3887936140166484,-3.3845052080145805,-3.3802915060898053,-3.376142388896025,-3.372048361528552,-3.368000615141097,-3.3639910736633425,-3.3600124284883828,-3.3560581628314785,-3.3521225666601393,-3.3482007425964646,-3.3442886029348546,-3.340382857845572,-3.336480994895947,-3.3325812501711853,-3.3286825714760075,-3.324784574313862,-3.320887491545311],[-3.7205466326566907,-3.763121807496429,-3.810900731427734,-3.8644040306956993,-3.9239065329982994,-3.989165926149954,-4.059019976200734,-4.130878654975689,-4.200257450779185,-4.260684934674713,-4.3044482504937065,-4.324431158102184,-4.316560683223438,-4.281554119596107,-4.2247574229470555,-4.154149221187717,-4.077815304675232,-4.002190029499012,-3.9314653721978776,-3.867831318131744,-3.8120438310064793,-3.763984734726672,-3.723081444653963,-3.6885757760993867,-3.6596762864187835,-3.6356338088769085,-3.615771145920648,-3.599487565266534,-3.5862507523059675,-3.5755836632237665,-3.567050665098956,-3.5602456792883106,-3.554784127050906,-3.550299831704555,-3.546447328890446,-3.5429091176368956,-3.5394063061001604,-3.5357101396633936,-3.5316514340634937,-3.52712527278269,-3.522089468827592,-3.516556876634172,-3.5105831031858634,-3.504252020718815,-3.4976615445047337,-3.4909115618089412,-3.48409502465101,-3.477292385383773,-3.4705689644247992,-3.463974545185853,-3.4575444396022603,-3.451301366000136,-3.4452576431237105,-3.439417370572606,-3.433778405522766,-3.4283340481907194,-3.4230744159148117,-3.4179875250581437,-3.413060119289883,-3.40827828924376,-3.4036279274463395,-3.399095057442203,-3.394666069557569,-3.3903278891013127,-3.3860680967162793,-3.381875015374707,-3.377737774238075,-3.373646356230584,-3.3695916336085006,-3.3655653939285033,-3.3615603575116073,-3.357570186658866,-3.3535894864059355,-3.349613796421872,-3.34563957368938,-3.341664165784366,-3.3376857748455513,-3.333703412641701,-3.329716847464738,-3.325726543869754],[-3.702551178308316,-3.7402930972583426,-3.782016204205215,-3.8279725559075644,-3.8781650063361064,-3.932138561727494,-3.9886960091016435,-4.045576361330112,-4.099215330340231,-4.144808471769819,-4.176932532010426,-4.190801913151497,-4.18379917550318,-4.156508837126513,-4.1125982925844395,-4.0575979060672935,-3.997304412270542,-3.9365725310158832,-3.8788004608959756,-3.8259754849789176,-3.778993428188185,-3.738026057730413,-3.7028248936604626,-3.6729330330630354,-3.647816069572044,-3.6269342389087234,-3.609776226019184,-3.595869777958461,-3.584779269493866,-3.5760967824536913,-3.569431069405506,-3.564397602634242,-3.560612304753583,-3.557691057799418,-3.555256282098413,-3.552950513924162,-3.5504550634754817,-3.547509993700616,-3.5439306111255977,-3.5396160768577034,-3.534547711870986,-3.5287773909744136,-3.5224089537238727,-3.515576865510125,-3.508426174708687,-3.501096550293526,-3.4937115708451847,-3.48637307816709,-3.4791595931692934,-3.472127509853991,-3.465313870832701,-3.4587397958327655,-3.45241394084118,-3.4463356307905046,-3.4404975041720585,-3.434887634628997,-3.4294911663747865,-3.4242915337889728,-3.419271345107611,-3.414413006351741,-3.4096991515573922,-3.4051129332368992,-3.4006382151379135,-3.3962596988732994,-3.39196300725588,-3.3877347401886344,-3.383562513558455,-3.3794349875232346,-3.375341887629997,-3.371274020141632,-3.3672232815999212,-3.3631826618608303,-3.359146239478569,-3.355109168281152,-3.351067654181344,-3.347018921624302,-3.342961169519138,-3.3388935169783247,-3.3348159396487658,-3.330729197824589],[-3.684024123596499,-3.7170285064392905,-3.7528925232402566,-3.791659385993521,-3.833143317411464,-3.8767814190222967,-3.921449962125205,-3.965283083850251,-4.005579716925707,-4.038930608176662,-4.061688835434091,-4.070779719891197,-4.0646083799108155,-4.043639433290665,-4.010314526544581,-3.9683411690537485,-3.921731900239754,-3.8740180699265423,-3.827846554432153,-3.78492688482775,-3.7461834416049045,-3.7119747913487258,-3.6822973423415646,-3.6569409516425937,-3.635593701270257,-3.6179051352975042,-3.603519530842934,-3.59208909031237,-3.5832744169183863,-3.5767375741483036,-3.572131795468804,-3.5690914313759823,-3.567225688435374,-3.5661196346408133,-3.565345203262714,-3.5644830082395087,-3.563152664184855,-3.56104580729394,-3.5579537195833524,-3.5537819004484428,-3.548547447797579,-3.542360321821408,-3.535394085782811,-3.527853680019925,-3.519946877397671,-3.511863383092204,-3.5037626000744577,-3.495768947751321,-3.487972614684135,-3.480433531499869,-3.4731867637413885,-3.466248097264481,-3.45961911156917,-3.453291425380576,-3.4472500476484655,-3.441475903967754,-3.4359476686856674,-3.430643047073402,-3.4255396417392325,-3.420615516841557,-3.4158495505726467,-3.4112216448443835,-3.406712842773001,-3.402305389798542,-3.397982762830716,-3.3937296831894264,-3.3895321227675677,-3.3853773082994474,-3.381253725466294,-3.377151122490902,-3.3730605116178567,-3.368974166250629,-3.3648856113688685,-3.3607896050530615,-3.3566821093935557,-3.3525602496654052,-3.3484222613302284,-3.344267425113755,-3.3400959910472583,-3.3359090929100628],[-3.6658143412377675,-3.6944088262408643,-3.724898935238543,-3.7571841671280257,-3.79097140761049,-3.825678583249856,-3.8603271715904395,-3.893453885156693,-3.923096801386563,-3.9469273794270157,-3.962579667812075,-3.9681481062513804,-3.9627053909167778,-3.9466164071077037,-3.9214845709702555,-3.889750191121754,-3.854131513649652,-3.8171337576190814,-3.780756878320384,-3.746409396205851,-3.714962792730025,-3.6868695430846663,-3.662289582766022,-3.6411970458683722,-3.6234585092097893,-3.6088841194682058,-3.5972566804833592,-3.5883441528112714,-3.5819001974074345,-3.577656550754616,-3.5753106995064483,-3.57451269436659,-3.5748558359876124,-3.5758767980155906,-3.577070503411778,-3.57792258290566,-3.577957041756337,-3.5767900700210324,-3.574175910432653,-3.5700308814206245,-3.564428166968614,-3.557565980209346,-3.5497200070691086,-3.541193828680584,-3.532278202569344,-3.5232244528147896,-3.514231959127605,-3.5054465836129483,-3.4969659330824343,-3.488847851978851,-3.481119612020154,-3.4737863325950835,-3.4668379769743236,-3.460254783474543,-3.4540112647923076,-3.44807902211647,-3.4424286410413902,-3.4370309108177373,-3.4318575656439263,-3.426881701820612,-3.4220779846762768,-3.4174227265791717,-3.4128938920980785,-3.408471067490602,-3.404135417937222,-3.3998696461202096,-3.3956579588805136,-3.3914860440039454,-3.3873410561172763,-3.3832116087981987,-3.379087769018728,-3.3749610497271996,-3.3708243965592772,-3.3666721652158227,-3.3625000868380903,-3.3583052196456133,-3.3540858860883818,-3.349841595723783,-3.3455729548953403,-3.3412815650155103],[-3.6486246072579753,-3.673297542068017,-3.6990818884146117,-3.725790130428714,-3.753085100907021,-3.7804236221433216,-3.8070012007156953,-3.8317185306796824,-3.853201902446882,-3.869912677930622,-3.880363101403077,-3.88341043130455,-3.87854424621746,-3.866053024735053,-3.8469914802186898,-3.8229587967523564,-3.795780814729526,-3.7672122213481476,-3.7387362536456417,-3.7114795887352097,-3.6862172804588695,-3.663428408804153,-3.6433687996405952,-3.626139757991969,-3.611743003580626,-3.6001191885062607,-3.5911708950464547,-3.5847721881106245,-3.5807668856440897,-3.578957636345817,-3.579088305674289,-3.5808234860175165,-3.583731226909772,-3.587277693564171,-3.5908437209067428,-3.5937705922846517,-3.5954339238618642,-3.5953316408488107,-3.59316090340069,-3.5888577695129555,-3.5825858321455324,-3.5746799833109804,-3.5655671050076045,-3.555688901979223,-3.545444419682468,-3.535158143613966,-3.5250704754631945,-3.515343266973134,-3.506073024030524,-3.4973063046501833,-3.4890540824769998,-3.481303625236414,-3.474027561141361,-3.4671903878067445,-3.4607529036493254,-3.454675070098885,-3.4489177510331097,-3.4434436849863994,-3.4382179562705053,-3.4332081554543477,-3.4283843605486966,-3.423719026369138,-3.419186838088685,-3.4147645629862087,-3.4104309193009157,-3.4061664709229755,-3.401953549917274,-3.397776204554523,-3.393620167900576,-3.3894728406112735,-3.3853232810714853,-3.3811621961753477,-3.3769819266991945,-3.3727764222295664,-3.368541201852472,-3.3642732981735186,-3.3599711836174593,-3.3556346792580802,-3.3512648475787303,-3.3468638715029373],[-3.632995612813791,-3.6543313796462558,-3.676171701829228,-3.6982837802823614,-3.720326569707008,-3.741822760546979,-3.7621362847175694,-3.7804676770545322,-3.795883986746446,-3.807398784105287,-3.8141059187486714,-3.8153471598803304,-3.81086785279126,-3.800904246868416,-3.7861648722151124,-3.767710136756608,-3.746774169858101,-3.7245874028586137,-3.702244243142384,-3.6806325927359484,-3.660418357522155,-3.642066620740087,-3.6258804225798538,-3.6120428500116497,-3.6006538951821914,-3.5917579979832484,-3.5853608163849335,-3.5814349154390057,-3.579914370738316,-3.580678446489002,-3.5835252844957863,-3.588138722815597,-3.594055538715304,-3.6006462212168566,-3.607127346113967,-3.6126225459145296,-3.616276159936244,-3.6173988114875777,-3.6155991437602064,-3.6108504821942575,-3.6034656975367674,-3.593994789169607,-3.5830899317745635,-3.5713849460431986,-3.5594164665720567,-3.547590414136991,-3.536182557979889,-3.525358040758385,-3.5151975303996896,-3.5057224519754446,-3.496915849801153,-3.488738044330724,-3.481137567845813,-3.4740583429092595,-3.4674441042526487,-3.4612409150424,-3.4553984308244745,-3.4498703814308707,-3.4446145939752135,-3.4395927705782308,-3.4347701569496074,-3.430115184954415,-3.425599136989522,-3.4211958569593053,-3.416881517869426,-3.4126344467536858,-3.4084350019314726,-3.404265494241383,-3.400110142139743,-3.3959550499131312,-3.391788198432211,-3.387599438671216,-3.3833804794835682,-3.379124862729147,-3.374827920667078,-3.370486712434885,-3.3660999383097647,-3.3616678321801987,-3.357192034154192,-3.352675446426243],[-3.6193098151951077,-3.637938232462629,-3.6566254567813727,-3.675119278093102,-3.6930936388808933,-3.7101393417055464,-3.725760917466408,-3.7393857771050527,-3.7503930105241463,-3.758167594748266,-3.762179346726744,-3.7620748829315813,-3.7577595102491053,-3.7494419716068093,-3.7376237717167475,-3.7230339105503036,-3.7065290858114937,-3.6889884644047406,-3.6712280426297204,-3.653947478722067,-3.637709737083507,-3.6229458885419605,-3.609974809433285,-3.599028604013685,-3.5902771265670954,-3.5838474273765977,-3.5798355606623713,-3.578308858631419,-3.5792967451572775,-3.5827679598886437,-3.588592567997848,-3.5964897090022268,-3.6059683815488692,-3.6162795533636287,-3.6264108628307805,-3.63516063348745,-3.64131082977538,-3.643871482664199,-3.642312289964594,-3.636677800073632,-3.627532074987292,-3.6157674743472863,-3.602371728950831,-3.5882411380803143,-3.5740789168945093,-3.5603710745826893,-3.5474107890479836,-3.5353427617388533,-3.5242088424000486,-3.513986069885995,-3.504614780868845,-3.496017672456065,-3.488111818716586,-3.4808156858070243,-3.4740528254850105,-3.4677534843908115,-3.4618549806944943,-3.456301405947066,-3.451043002588496,-3.4460354282313204,-3.441239027572632,-3.4366181760081744,-3.43214072421798,-3.4277775521711664,-3.423502228849872,-3.4192907671245525,-3.415121459533462,-3.410974778990906,-3.406833327971101,-3.402681820105854,-3.3985070791872034,-3.3942980421532547,-3.3900457546531335,-3.385743350125785,-3.3813860058611476,-3.3769708721001477,-3.372496972726694,-3.3679650783735644,-3.3633775546900195,-3.3587381900196918],[-3.6078067007983963,-3.6243684929553144,-3.640683736200505,-3.6564931980672446,-3.671488095548482,-3.6853124282481913,-3.697571048313031,-3.707845584726159,-3.7157202297552265,-3.72081830227852,-3.7228477722927606,-3.7216495710449466,-3.717238041276441,-3.7098212125851946,-3.6997921727602785,-3.6876912022759853,-3.674147709408113,-3.6598166131033243,-3.6453233687014803,-3.631226612234908,-3.618000718200262,-3.606035330479638,-3.5956463408662427,-3.5870925121344013,-3.5805929234573735,-3.576341627742765,-3.5745166728568742,-3.5752806383511055,-3.5787690618992714,-3.5850618946015413,-3.594132352198402,-3.6057692628889626,-3.6194768422401973,-3.63437392297621,-3.649142908583456,-3.6621028057810654,-3.6714661871097043,-3.6757543105859685,-3.6742153365066814,-3.667029886641864,-3.6551899329085806,-3.640134801564912,-3.623346574938223,-3.6060676902828472,-3.5891860805510056,-3.5732461252917704,-3.558520633372071,-3.545095187305361,-3.532940302148596,-3.521964148648664,-3.512047235573025,-3.5030633229853865,-3.49489091377147,-3.487418769941754,-3.480547878472697,-3.474191452132641,-3.468273947711221,-3.4627296821459366,-3.4575013722668038,-3.452538768594624,-3.4477974622948677,-3.443237892624734,-3.438824554110446,-3.4345253882627738,-3.4303113378180807,-3.4261560387428145,-3.4220356246023336,-3.417928618365462,-3.413815887838004,-3.409680642525992,-3.405508451784549,-3.40128726660204,-3.397007430268181,-3.3926616663974274,-3.3882450361936347,-3.3837548602803365,-3.379190603697988,-3.374553725607867,-3.3698474976933293,-3.3650767971096096],[-3.5986018088030898,-3.613728341351308,-3.628424964222355,-3.6424281415943103,-3.6554372539674027,-3.667123462703822,-3.6771446313228378,-3.6851663576436717,-3.690888116249762,-3.694072401269684,-3.6945737383503654,-3.692363523971735,-3.6875459874005037,-3.6803607372222134,-3.6711691762850496,-3.660425710043896,-3.648638929799098,-3.636330785712053,-3.624001767022963,-3.6121074873017163,-3.6010483250105914,-3.5911705432296035,-3.5827755128103767,-3.576133281199444,-3.571497190824143,-3.569116853652071,-3.5692469545421965,-3.57214868212668,-3.57807881443852,-3.5872585848484926,-3.5998110553370766,-3.6156542415930044,-3.634343691688934,-3.654883222675362,-3.6755755369556065,-3.694052019864017,-3.707635228906819,-3.714045440439521,-3.7121725489926654,-3.7024545981475026,-3.686614274168104,-3.6669579419124765,-3.645676555083866,-3.6244407638027867,-3.604310338235752,-3.585830901370225,-3.5691896822659714,-3.5543574697594753,-3.5411923136749235,-3.529505816547648,-3.5191012785020037,-3.5097933102242473,-3.501416285160455,-3.4938265651325926,-3.486901545238287,-3.480537288653164,-3.474645724074757,-3.469151904606101,-3.4639915573637063,-3.4591090066713357,-3.4544554786494595,-3.449987759784857,-3.445667168028982,-3.44145879146687,-3.4373309507739833,-3.4332548445330398,-3.429204339648922,-3.4251558721104054,-3.4210884261929597,-3.4169835630566947,-3.4128254727787866,-3.4086010273241025,-3.4042998158551314,-3.3999141480572503,-3.395439015655784,-3.390872006808303,-3.3862131723198265,-3.3814648464092096,-3.3766314278531318,-3.3717191296164497],[-3.5917037479616694,-3.606007103341273,-3.61980744339788,-3.6328343357614847,-3.644779584478074,-3.6553083702831914,-3.6640786706594772,-3.670768993163703,-3.6751120203807153,-3.676928996071206,-3.6761578726053505,-3.6728686714746077,-3.667262408874638,-3.65965408155031,-3.6504437844653266,-3.64008194303496,-3.629034875331368,-3.6177559214670962,-3.60666560249512,-3.596142093324612,-3.5865212409052014,-3.5781039567045223,-3.5711683062115096,-3.565983859319971,-3.562826435867754,-3.5619917929875795,-3.5638066091859284,-3.5686338917621563,-3.57686715086773,-3.588902733663904,-3.6050723279126577,-3.6255095355877005,-3.6499232637560777,-3.677276310536199,-3.705451732808543,-3.731141755343703,-3.7503075262113925,-3.759364181401592,-3.7566196286525657,-3.742987707009047,-3.721421837753236,-3.69556706133833,-3.668579495229843,-3.6426026395247684,-3.618794321947946,-3.5975942262656595,-3.5790087586643065,-3.562824685225772,-3.5487429950386966,-3.5364525362855366,-3.5256653938003577,-3.516130454320545,-3.507635624436112,-3.500004769143006,-3.4930926544894687,-3.486779551457588,-3.480966259490341,-3.4755698357566356,-3.470520082821489,-3.4657567427433222,-3.4612273073292057,-3.4568853479211903,-3.4526892752757057,-3.448601451471509,-3.4445875869734763,-3.4406163653213655,-3.4366592451323967,-3.432690394592559,-3.4286867179978024,-3.424627937839162,-3.4204966999353585,-3.416278673551644,-3.411962623450889,-3.4075404363563813,-3.403007090161964,-3.3983605600956355,-3.393601661573794,-3.388733834336156,-3.3837628763523036,-3.3786966387649358],[-3.5870255729412825,-3.6010940049479294,-3.614693813249309,-3.6275445983838406,-3.639312951148131,-3.649620729461775,-3.658066355545841,-3.6642621895976912,-3.6678864486452847,-3.6687406220498455,-3.6667962513583556,-3.662213960189796,-3.655326100299286,-3.6465886710620143,-3.636519331079657,-3.625639978252625,-3.614435842618767,-3.6033343676058003,-3.592701108764033,-3.5828474937903096,-3.5740453724084458,-3.566544455842203,-3.560590188804747,-3.556440918239887,-3.5543841806704424,-3.5547523186351455,-3.557937227093963,-3.5644024399134278,-3.5746872343038154,-3.5893905876000183,-3.6091107854049644,-3.634298419071632,-3.664962564330999,-3.7001799187749302,-3.737463006142958,-3.772327161669362,-3.7987537344190074,-3.8110986162110194,-3.8067418830125948,-3.787435770971936,-3.7581229821358306,-3.7244031633668504,-3.690633556171063,-3.659378676826842,-3.6317323460194757,-3.6078703792652993,-3.5875045927994087,-3.5701683781035127,-3.5553685853125208,-3.5426543224634726,-3.5316407535621743,-3.5220110858780975,-3.5135093678011877,-3.5059304268606355,-3.4991098565708825,-3.4929152119422504,-3.487238731414303,-3.481991530672739,-3.477099075022113,-3.47249770790672,-3.4681320305907652,-3.463952960740963,-3.4599163312290777,-3.455981919005162,-3.4521128157887007,-3.4482750680132073,-3.444437524213348,-3.440571835371868,-3.436652559083062,-3.4326573229458375,-3.42856700727053,-3.4243659125287125,-3.420041883220188,-3.415586366902972,-3.410994394722369,-3.4062644774233855,-3.4013984180177657,-3.396401048514553,-3.391279903027964,-3.3860448429178636],[-3.5843889308804693,-3.598782181710193,-3.61285539322453,-3.6263204020212907,-3.638804976271736,-3.6498498873477954,-3.658925831874827,-3.665481772308894,-3.669029596144593,-3.6692526175863183,-3.6661032306364905,-3.6598452710986704,-3.651015066744642,-3.6403149239146773,-3.6284846818014174,-3.616198269222913,-3.6040086639887368,-3.5923386808749074,-3.5815015725140524,-3.571734656735218,-3.5632343992035924,-3.5561871719378706,-3.550794155892157,-3.547291390792444,-3.5459671742482675,-3.547179206672545,-3.5513731971196663,-3.5591028567308403,-3.5710473986569045,-3.5880147201271444,-3.6109024720458756,-3.640560032527926,-3.677451424306212,-3.7209895542874234,-3.768503777067101,-3.8142335606364597,-3.8495515342566287,-3.865813060941174,-3.8590113299210316,-3.8322447080004336,-3.7934011355765045,-3.7506557154014475,-3.7096537212448144,-3.67317906253573,-3.6420214541712044,-3.6159195726233144,-3.5941931939426284,-3.576078291382439,-3.5608740650536506,-3.5479913899967164,-3.536956171838088,-3.5273952219355706,-3.5190175554819207,-3.511596531576087,-3.5049547103442826,-3.4989517405003174,-3.4934749776785607,-3.488432354047289,-3.483747023999128,-3.4793533818440636,-3.475194132389138,-3.471218172082575,-3.467379099735523,-3.463634221105276,-3.4599439429929175,-3.456271473038229,-3.4525827541915666,-3.4488465706935374,-3.4450347676246755,-3.4411225305135402,-3.4370886763994526,-3.4329159138996053,-3.428591037499426,-3.424105030307548,-3.4194530593941597,-3.4146343578563174,-3.409651997148929,-3.404512561272945,-3.39922574058204,-3.3938038669522115],[-3.5835214322058304,-3.5987600405860283,-3.613955653914155,-3.628826907677449,-3.642961938053824,-3.6557899752254377,-3.666578655667605,-3.6744867129856447,-3.6786973156850538,-3.6786237430633904,-3.674119818865842,-3.665586247182185,-3.6538977873547624,-3.6401795984941643,-3.6255471264660093,-3.6109204831160966,-3.596954390505029,-3.584059968867775,-3.572471893622741,-3.5623234915035185,-3.553710223902951,-3.5467358755606044,-3.5415433665997553,-3.538335247210931,-3.537389582023639,-3.539076307368229,-3.5438778472068346,-3.552415787266279,-3.5654817722509615,-3.5840628557158585,-3.609333630240735,-3.642549557410701,-3.68470676051444,-3.735746524619632,-3.793105992981278,-3.849938463915129,-3.8947423564247274,-3.9151572900417135,-3.905389340574795,-3.870351814359177,-3.821619495326618,-3.7702040449299608,-3.72283068537395,-3.6821835290706826,-3.6485245315966766,-3.6210513486495595,-3.598666274820597,-3.5803203809539106,-3.5651311427920525,-3.552398638033096,-3.5415837118201243,-3.5322764298978404,-3.5241660240083177,-3.5170158953190205,-3.51064410203779,-3.504908631006553,-3.499696481573939,-3.4949156522182836,-3.4904892881359997,-3.486351426051971,-3.4824439252907604,-3.478714292429309,-3.475114192327825,-3.471598496583061,-3.468124757809737,-3.464653020491274,-3.461145891434455,-3.457568799182285,-3.453890375300393,-3.450082893681391,-3.4461227085832795,-3.4419906389788273,-3.437672256201533,-3.4331580434830666,-3.4284434089715554,-3.4235285471013714,-3.418418155581374,-3.4131210257334774,-3.4076495316831457,-3.402019048585256],[-3.5840500486964113,-3.600592867562129,-3.617514526835367,-3.6345752995707192,-3.6513484308021678,-3.6671441038964705,-3.680955377116049,-3.691487442550997,-3.6973464801440734,-3.6974146707071007,-3.6912974826332245,-3.67958879845959,-3.6637441052312836,-3.645614639621197,-3.626925393654839,-3.6089521752581946,-3.5924558200488583,-3.577783676994275,-3.5650252891138825,-3.5541524392174035,-3.5451189429880983,-3.537921109265122,-3.5326294525323325,-3.529403876890733,-3.528502948463764,-3.5302952726762364,-3.5352784063585565,-3.5441083061204193,-3.5576390247715315,-3.576965233863,-3.603442448061193,-3.638618081252539,-3.6839197593690054,-3.739809513598219,-3.8040435093086153,-3.8691908526995715,-3.921495676357038,-3.9452750323007595,-3.9330528328627086,-3.891495185675001,-3.835516610619667,-3.7783717122971208,-3.7273490940855853,-3.6847783019372553,-3.6503546899680774,-3.6228014932987396,-3.6006987033297824,-3.5828012432352287,-3.5681165588197774,-3.5558882316620606,-3.5455518540750277,-3.536689393209995,-3.528990669218521,-3.522223493778664,-3.516211500860814,-3.510818059080723,-3.505934722541882,-3.5014729669122664,-3.4973582731960287,-3.4935258923590884,-3.4899178320373982,-3.4864807556471114,-3.4831645850000847,-3.479921661620228,-3.476706359633518,-3.473475062751879,-3.470186426116138,-3.4668018457935763,-3.463286058563634,-3.459607795285476,-3.455740414682606,-3.45166245190977,-3.447358027961535,-3.442817081173942,-3.4380353994397366,-3.4330144495997024,-3.4277610170159014,-3.4222866820381324,-3.4166071698668237,-3.410741615701438],[-3.5854962038336025,-3.6037018193213655,-3.6228605627681434,-3.6428353682498025,-3.663249887460802,-3.6833368432063196,-3.7017775711273133,-3.716636272769914,-3.7255711000644838,-3.7264731499549097,-3.7183938274147157,-3.7021952859590685,-3.680346897514508,-3.655949370654693,-3.6316902952071257,-3.6093103424173973,-3.5896162122798616,-3.5727663095511404,-3.5585841691709263,-3.54679172038721,-3.5371483335005642,-3.529517351575967,-3.5238876253250355,-3.520373407416245,-3.519209464524798,-3.520752007909739,-3.525491229374275,-3.534077988653849,-3.547364184279041,-3.566450177153277,-3.592716247477848,-3.6277740838659307,-3.6731843041537404,-3.7296305222069406,-3.7951234047202203,-3.862270729055853,-3.9167360623184497,-3.941688564587956,-3.929011906071947,-3.8860769266346167,-3.8290312230853654,-3.771758960358625,-3.7214773060040907,-3.680170552385431,-3.6472123616517846,-3.621114936492557,-3.6003473703707876,-3.5836213243097417,-3.569940375347451,-3.558564240402179,-3.54895268326985,-3.540713098315665,-3.5335585628007293,-3.527276581389094,-3.5217066511120887,-3.516724452310159,-3.5122307732367055,-3.5081437288085997,-3.504393254968459,-3.500917192918622,-3.497658517867851,-3.49456342934406,-3.4915801230080854,-3.4886581239510455,-3.485748092044808,-3.4828020212560156,-3.4797737546914878,-3.4766197315191127,-3.473299875506611,-3.46977853133718,-3.466025356580596,-3.46201608549956,-3.4577330957717436,-3.4531657295386973,-3.448310343848581,-3.4431700899041813,-3.437754442878944,-3.4320785221561416,-3.4261622541733523,-3.4200294360301893],[-3.5872812421060924,-3.6073533590280293,-3.6290880001195207,-3.652535400431198,-3.677484144021889,-3.703210922851955,-3.7281396688928696,-3.7495409605533094,-3.763626619147317,-3.766519570350799,-3.756098734341517,-3.733560885201617,-3.7031472345045033,-3.670090786309127,-3.6385412742685643,-3.6107588825238173,-3.5874102658714477,-3.568232856034017,-3.552600269511806,-3.5398702949480447,-3.52955268577239,-3.5213619218281527,-3.515209172873765,-3.511172060727676,-3.509466210848456,-3.5104303669624355,-3.514528701827987,-3.5223698310307476,-3.5347395148003438,-3.5526388761410392,-3.577305230560744,-3.610155662139003,-3.652514097037546,-3.7048508231801502,-3.765179351155025,-3.8266932435962273,-3.876540128261051,-3.8998327855012596,-3.8894197718126917,-3.8517858055035474,-3.8012731807667284,-3.750360815798325,-3.705621253089162,-3.668894611276977,-3.6396248274103025,-3.616458005823289,-3.598002644599129,-3.5830970478844923,-3.5708539040397613,-3.560623835084286,-3.5519401355297653,-3.544468055149772,-3.5379650898233868,-3.5322521627040153,-3.5271935152244542,-3.522682905917436,-3.518634133362334,-3.514974444327616,-3.5116398649863965,-3.5085718503016166,-3.5057148902678343,-3.503014865500055,-3.500418033618899,-3.4978705723960397,-3.495318620835454,-3.4927087562262527,-3.489988831857037,-3.4871090829500346,-3.484023392741066,-3.4806906007756804,-3.4770757344859047,-3.473151054508553,-3.4688968238086435,-3.464301738554922,-3.459362991547602,-3.4540859727467828,-3.448483642022431,-3.4425756333025395,-3.4363871647426825,-3.429947835744775],[-3.5887527060122424,-3.6106780548099406,-3.6350499381538937,-3.662194176234226,-3.692212166549364,-3.7246345362309805,-3.7578378400762658,-3.788309042358506,-3.810297379818514,-3.8170002382101575,-3.803972682060022,-3.772715792380593,-3.7304824888230628,-3.686018719578606,-3.6455410139256204,-3.6117160097542076,-3.5846891313187985,-3.563424417032253,-3.546612261979786,-3.5331264004729355,-3.522189152470156,-3.5133763435972476,-3.5065503804023734,-3.5017800011365035,-3.499278579538163,-3.4993705782757614,-3.5024830839830017,-3.5091554820582753,-3.52005973321198,-3.536020339985916,-3.558010697060595,-3.587072377476766,-3.6240453033510143,-3.668915639545419,-3.7195829061504013,-3.7702568251698247,-3.810956600975701,-3.830728226264493,-3.8244344929248344,-3.7967038049882174,-3.75808309310817,-3.7182112487813637,-3.6825426204202114,-3.6528622089465443,-3.62893942813045,-3.6097961866837998,-3.594364489770485,-3.5817392692456385,-3.5712313971519865,-3.5623422514701573,-3.5547180114635486,-3.548107017826061,-3.542326965222032,-3.537241868471428,-3.532746594006243,-3.5287565863367756,-3.5252009282345793,-3.5220174770662354,-3.5191493130094544,-3.516542078213116,-3.514142000712685,-3.511894517999659,-3.509743473268746,-3.5076308748491902,-3.5054972011864884,-3.5032822101515535,-3.500926179980711,-3.498371476222217,-3.4955643106023513,-3.4924565390248006,-3.4890073410630946,-3.4851846344125077,-3.480966104421274,-3.4763397679823473,-3.471304037561042,-3.465867298642268,-3.4600470561899774,-3.453868737878894,-3.4473642610103186,-3.4405704756135798],[-3.5892396832588425,-3.6127384515639456,-3.639429422789563,-3.6699645178057363,-3.704879246971864,-3.7441935283571417,-3.786591881280238,-3.8280886349320027,-3.8607468689200775,-3.8735571793490777,-3.8580059434703635,-3.8156032414025893,-3.7583085560114147,-3.7001620080962874,-3.6499399101157937,-3.610303412169477,-3.580307394716823,-3.557732190686238,-3.540358038556683,-3.526487687440575,-3.515064959966948,-3.505586356429065,-3.497933699648842,-3.4922187474102255,-3.4886817101555203,-3.487642921890948,-3.489489246213912,-3.4946777567860705,-3.5037442808477572,-3.517304483576559,-3.5360261526314387,-3.560530010676411,-3.591142048506641,-3.6273909534934607,-3.667199688672719,-3.706044040469547,-3.7370376541531685,-3.7532022364169406,-3.7514024009101745,-3.734469605438502,-3.7090719419236606,-3.6817146629958497,-3.6564495518104434,-3.634867786857625,-3.6170487737041146,-3.6024352216355657,-3.590345351190357,-3.5801902892428235,-3.571527153926512,-3.564042724981173,-3.5575187130936206,-3.5518000242040175,-3.54677183868018,-3.542344834911993,-3.538446106758177,-3.535013492538135,-3.531991740647237,-3.5293296082305416,-3.5269774654518606,-3.5248852655323484,-3.523000891672084,-3.5212689558175008,-3.5196301360111573,-3.518021120068126,-3.5163751856877905,-3.5146233982053885,-3.5126963528690602,-3.5105263349460265,-3.508049725052619,-3.505209445989242,-3.5019572370249303,-3.498255555327079,-3.4940789415431674,-3.48941474272901,-3.4842631527795227,-3.478636598375125,-3.472558557640851,-3.466061941883449,-3.4591871940377525,-3.4519802606758296],[-3.5881368314473456,-3.612654130455841,-3.6409202286041946,-3.673876772669839,-3.712492495314608,-3.75737603526216,-3.807818900400838,-3.8598977215260915,-3.903934597539967,-3.9242368209604286,-3.9067006090137277,-3.852227744093938,-3.778835583408335,-3.707142776074423,-3.6484306369903376,-3.6047130173732462,-3.5734446230543275,-3.5509430067411554,-3.5339474317715585,-3.5201762790343407,-3.5083844639355903,-3.4981281549818064,-3.489431576941923,-3.482525125293599,-3.4777093672588952,-3.475310204273017,-3.475674723708352,-3.4791767545725527,-3.486218223151405,-3.4972168778240476,-3.512564970302768,-3.532530250342604,-3.5570560102699997,-3.5854205569757425,-3.615787656855078,-3.6448844087409547,-3.668326965292343,-3.682046305366344,-3.6843062363948955,-3.6766749689574016,-3.662942553911439,-3.647031137845093,-3.631599358590911,-3.6178473855408497,-3.6059892155190907,-3.595793372822788,-3.58693272910922,-3.579135683250617,-3.5722164350223826,-3.5660561264693715,-3.560575694842282,-3.5557158381904674,-3.551426015114969,-3.5476597132735828,-3.544372846572095,-3.541523144631418,-3.539069456278074,-3.536970615892838,-3.53518392023598,-3.533663438283692,-3.532358424464881,-3.5312120899257424,-3.530160941064495,-3.529134834516558,-3.5280578282133863,-3.526849831105091,-3.525428972584576,-3.5237145324608377,-3.5216302024417083,-3.5191074010497445,-3.516088345301714,-3.5125286000803744,-3.5083988795768692,-3.5036859573224133,-3.49839263935315,-3.492536853320456,-3.486149989962918,-3.479274691327362,-3.471962307346069,-3.46427023980058],[-3.5850020492758863,-3.6097646680885553,-3.638501315471311,-3.6722989724073574,-3.7123709971365066,-3.7597137601510475,-3.8141360921176317,-3.8720824953137365,-3.923170358891641,-3.948583238408552,-3.929571727624425,-3.866108749656527,-3.781279648912433,-3.7010678891187734,-3.6383001808042907,-3.5940109166514587,-3.5641215309653473,-3.5435752445158553,-3.528074730909926,-3.5148129485663784,-3.5025650697540187,-3.491213688609932,-3.4811161455418507,-3.4727032647663716,-3.4663510289346413,-3.462384990143221,-3.461108789975989,-3.462819187367883,-3.4678036018790848,-3.4763204441832154,-3.4885559018005177,-3.5045419291325133,-3.52401598767827,-3.5462183543285346,-3.569679984133278,-3.592159783404281,-3.610971814679464,-3.6238078033351018,-3.6297059312064412,-3.6294452583274452,-3.6249921423482956,-3.6184557626985696,-3.611324950775784,-3.604312674383846,-3.597607911984697,-3.5911957221820896,-3.5850539837057025,-3.579211429622002,-3.573730834818301,-3.5686765714622597,-3.5640938044122565,-3.560002777622077,-3.556402453870094,-3.5532773488386136,-3.550603767333641,-3.5483538922024254,-3.546497550777622,-3.545002117185133,-3.543831199992308,-3.5429427456451026,-3.5422870929088974,-3.5418054041009084,-3.5414287955830326,-3.5410783928173437,-3.540666437278107,-3.5400984674457687,-3.539276482978533,-3.5381028861213712,-3.5364848903633677,-3.534339010184625,-3.5315952137582776,-3.528200343195466,-3.5241204848481598,-3.519342094312118,-3.5138718265415845,-3.50773516572006,-3.5009740686812227,-3.4936439132720123,-3.485810072667452,-3.477544421782758],[-3.579638667083298,-3.603778302126466,-3.6317136670867125,-3.6644643476031087,-3.703163453095231,-3.7487325029350274,-3.8009604798420535,-3.856415646564728,-3.905041008549379,-3.9283714331816952,-3.907692224622891,-3.8430031055366642,-3.757997919917161,-3.6792200033841818,-3.6193987492496627,-3.5791237083944285,-3.553716192772267,-3.537198804689515,-3.524207737623872,-3.511453007261454,-3.498151451193655,-3.485005283279661,-3.472953105533569,-3.462651702485882,-3.454502392276675,-3.448789827503286,-3.4457615329341307,-3.4456476392992252,-3.4486501239044456,-3.45491701257857,-3.464504189088376,-3.477318867060121,-3.493035767995714,-3.5109906082614355,-3.530094187561862,-3.5488597050499466,-3.5656429244409784,-3.5790900756512913,-3.5885869348039394,-3.5943945268091024,-3.597341898006672,-3.598302210274494,-3.5978327263113616,-3.596163046490563,-3.5934054821068755,-3.589742677059843,-3.5854679694793643,-3.5809188338890765,-3.576395847048337,-3.5721187574249154,-3.5682220687399604,-3.564772447929516,-3.5617916222246424,-3.559275902426466,-3.557209448788992,-3.5555715333244384,-3.5543391974646306,-3.5534868493241127,-3.552984114433422,-3.5527929499463857,-3.552864769838117,-3.553138131805308,-3.553537392072861,-3.5539726168750003,-3.554340924461527,-3.554529301915043,-3.5544187911344367,-3.5538897757165993,-3.55282794534233,-3.5511303949044537,-3.5487112605506526,-3.5455063235551565,-3.5414761281727296,-3.5366073441941985,-3.5309123251382415,-3.5244270275741956,-3.517207628222027,-3.509326278408671,-3.500866462843855,-3.49191839052187],[-3.572130275453933,-3.594840992930385,-3.6208025469912366,-3.6507745746598745,-3.6855130794368183,-3.7254329090438447,-3.7697753508710017,-3.814917568268654,-3.851960360783504,-3.866124497237243,-3.8437403708255418,-3.7861941477402294,-3.7129105804476987,-3.6456115987394675,-3.5953284231855482,-3.5631273249196065,-3.545018455884268,-3.534509405195793,-3.524598641928014,-3.5113767013994597,-3.4954755049840354,-3.4793278490375714,-3.464631619413055,-3.452080686616935,-3.4419249132525263,-3.43433131479811,-3.4294803542527426,-3.427555744621757,-3.428710618745667,-3.433030958962079,-3.440503409025875,-3.450987499036134,-3.46418083891551,-3.479571183570502,-3.496401654826695,-3.513707111666746,-3.5304650132381763,-3.545827359118384,-3.559307286074922,-3.5707757828492284,-3.580242393860512,-3.5875898225933174,-3.5925202848051807,-3.5947934937709682,-3.5945230608589496,-3.5922361136494234,-3.5886749077641786,-3.5845454930288607,-3.5803735355898625,-3.576481921044463,-3.573033822852068,-3.5700903314493915,-3.567657989900355,-3.565720188678477,-3.5642544631054207,-3.5632397636150612,-3.562657400671487,-3.562488410816205,-3.5627092136807157,-3.5632867955320195,-3.5641742484682637,-3.565307252833172,-3.5666019466819265,-3.567954521846278,-3.569242775596411,-3.570329699887018,-3.571068995611917,-3.571312168153885,-3.57091662545841,-3.5697540088635433,-3.5677178904310627,-3.5647300048469304,-3.560744356642214,-3.5557488271503352,-3.5497642438223034,-3.542841198106497,-3.5350551455915022,-3.526500456150912,-3.5172840959192375,-3.5075195375807384],[-3.562811379798981,-3.5834877923502915,-3.6066355028196204,-3.632659616376542,-3.6618174415377,-3.6938882877876535,-3.727505720529771,-3.7590498852139054,-3.7815048410002454,-3.7850950686841554,-3.762430779133818,-3.7162665038079377,-3.660163831110638,-3.6091208183847234,-3.571670510780729,-3.5497775999225447,-3.5410947739570684,-3.538572396290701,-3.5315703191392043,-3.515112998551393,-3.4937824351782507,-3.473190760511602,-3.455396291867695,-3.4404776678811175,-3.4282438098459247,-3.41869901857045,-3.411985687394318,-3.408284325324206,-3.407747697184023,-3.4104449491005457,-3.416329315512365,-3.4252459009530853,-3.4369502765288598,-3.4510952234188754,-3.4671977929694275,-3.4846534882157894,-3.5028345987739637,-3.5212141152982106,-3.5393938863263115,-3.5569496868888018,-3.573142073282744,-3.586751447565101,-3.5963897105089098,-3.601265243603258,-3.6017359191019995,-3.5990832961966976,-3.5948063338268548,-3.5900810938203938,-3.5856125085591777,-3.581726853686437,-3.5785203548978806,-3.5759776887394046,-3.5740448887475633,-3.572666665888853,-3.5718012534013397,-3.5714225930235535,-3.5715160476530157,-3.5720712444532334,-3.5730740746543694,-3.5744989956151505,-3.5763023345234153,-3.5784170973057208,-3.580749714092504,-3.583179112853818,-3.585558438493878,-3.587719580661718,-3.589480421538327,-3.5906543805328988,-3.591061468497285,-3.5905397510723054,-3.588955948550881,-3.586213935818238,-3.5822601683633897,-3.5770855043202148,-3.570723421088024,-3.5632451200022173,-3.5547523721526892,-3.5453691269260004,-3.535232881537769,-3.524486638759558],[-3.5521835655039733,-3.5704948280423556,-3.590431632205749,-3.612064118110263,-3.6352201947073217,-3.65921404781613,-3.6824063423497555,-3.701662837032883,-3.712136565593699,-3.7083644965285942,-3.6874545058359343,-3.6525851019336404,-3.6125646770840962,-3.5769363764574043,-3.5519144638117233,-3.540263213468827,-3.541883009640354,-3.5491749783087996,-3.543919361515374,-3.5194461487729765,-3.489698971328753,-3.4644295012980053,-3.444131418789689,-3.427226789661799,-3.4130093967990787,-3.4014896312438,-3.392880172430704,-3.387425073753314,-3.3853480202294453,-3.3867518122858957,-3.391555982702382,-3.399566485844894,-3.410593459175645,-3.4244630549851864,-3.440924340430481,-3.459616352820447,-3.480185261620635,-3.5024163839131894,-3.526150836734156,-3.550867482012884,-3.5750517411265523,-3.595890590327369,-3.610157556504034,-3.616223354340004,-3.6152313526211035,-3.6100563122796245,-3.6034511840802015,-3.5971262248192986,-3.5918173868450403,-3.5876783554445275,-3.5846065214523297,-3.582429410000123,-3.580989773471639,-3.580174630104969,-3.579917348184105,-3.5801882607522657,-3.5809813376731854,-3.5823003452999242,-3.584145958581006,-3.5865044308544425,-3.589338131809459,-3.5925782469411387,-3.596120025576537,-3.5998210569126003,-3.603503058591481,-3.6069575160472285,-3.609955181621248,-3.6122589487954606,-3.613639039717461,-3.6138889201348845,-3.6128400439326094,-3.61037355638609,-3.6064274905162117,-3.6009986996915857,-3.594139611337152,-3.5859506544783706,-3.5765697374447187,-3.5661603494329377,-3.5548997488305423,-3.542968373732394],[-3.5408082898011033,-3.5566956279083146,-3.573438414791046,-3.590864710756463,-3.608540959849553,-3.625591356663992,-3.640474990005643,-3.6508333894317806,-3.6536954945578928,-3.6464387372586096,-3.62850790853806,-3.602776044555365,-3.5749178598468534,-3.5509482843167954,-3.5352610309347763,-3.530763039445497,-3.539108705249486,-3.553131831622691,-3.5468876211419342,-3.512706483663438,-3.4768618165612324,-3.450629421220176,-3.4300976382755604,-3.411919095350188,-3.395776570381546,-3.382231857107812,-3.3716624504126864,-3.3644123327977664,-3.360911758084657,-3.3613921424205806,-3.3656708201065033,-3.373374361238821,-3.384329602902187,-3.3986054303138737,-3.4161883003065086,-3.4368159056136576,-3.460262187714844,-3.4867025778670944,-3.516586196901189,-3.5497629496813614,-3.584033119603357,-3.614139239546108,-3.633498239839814,-3.6390589823379167,-3.633864431164822,-3.623803845705352,-3.6134294361548203,-3.604836933653793,-3.5984733287271817,-3.594073901951356,-3.5911978615291695,-3.5894509331553,-3.5885499589517678,-3.5883225202038944,-3.5886845520834383,-3.5896133967402197,-3.5911225585231796,-3.5932398823183225,-3.59598919878559,-3.599375033523586,-3.603370064749929,-3.607905322298747,-3.612863484558148,-3.618075934568973,-3.6233243788090315,-3.6283477179164825,-3.6328544260887594,-3.6365399557714544,-3.639107754368874,-3.64029158714812,-3.6398762894746817,-3.6377140619497013,-3.633734059335535,-3.6279441801788854,-3.6204253310225427,-3.6113196474629454,-3.6008149144711306,-3.589127625004557,-3.5764868164993886,-3.563120215761809],[-3.529211091926385,-3.5428291029150687,-3.5566898918284737,-3.5704896681234044,-3.583699099524901,-3.5954690476665214,-3.6045582504616385,-3.609371992641799,-3.608254836003244,-3.6001415204183402,-3.585402775484002,-3.566312367000828,-3.5465502020682917,-3.5299182419818513,-3.519253179301711,-3.516348759329567,-3.5218272783336726,-3.529054339848276,-3.5172161242002553,-3.4826223191706065,-3.4521731845829526,-3.4324920344848007,-3.414154090624919,-3.39449489205359,-3.376012191951559,-3.3603899368211416,-3.347764042501206,-3.338475803099648,-3.333556199940557,-3.3336427960151513,-3.3382065036622826,-3.3462407241406185,-3.3575019676032514,-3.3726139230284526,-3.391953571580223,-3.415039893191394,-3.441365478469575,-3.4715305163774848,-3.5071825950749576,-3.549380023015845,-3.595673544049909,-3.6374170961576056,-3.662478902321466,-3.665664655479167,-3.6537459699613697,-3.637266161146756,-3.6227021285259484,-3.6120286410538864,-3.604985064574955,-3.600680224215207,-3.5982635787325945,-3.5971121673810575,-3.596835152036343,-3.59722584047027,-3.598207331737103,-3.5997853895830056,-3.6020107755912933,-3.6049497333394616,-3.608660595517304,-3.6131747834762162,-3.6184811222294133,-3.624513146930501,-3.6311398074248613,-3.6381605861291417,-3.645306407024211,-3.652247680285443,-3.6586102678745003,-3.663999040970997,-3.668027186557602,-3.670347880291765,-3.6706838878453185,-3.6688505484217058,-3.6647686164646114,-3.6584653665771913,-3.6500646326530863,-3.6397683797217972,-3.6278334985680205,-3.614547620578881,-3.600207061931697,-3.5850988966319393],[-3.517819212458837,-3.5294548258512393,-3.540900472836043,-3.5518104350369497,-3.561672392545165,-3.5697740556777946,-3.575209823572987,-3.576978507297328,-3.5742254126506467,-3.56662658503834,-3.5547789723297623,-3.5403307095797283,-3.5256452559195623,-3.5130888763488164,-3.504293616322001,-3.4997012004147816,-3.4980125134253037,-3.493308595799684,-3.474248521525487,-3.4436333052040258,-3.425772858964798,-3.4165520615654295,-3.3984750239412396,-3.374272787264358,-3.3526423964591734,-3.3354913612100736,-3.320723224251445,-3.308494063230442,-3.3017819206120267,-3.3024780899962822,-3.3089541313752147,-3.3182061009957735,-3.329715266255537,-3.3457502513553354,-3.3676997049848145,-3.3940425286555866,-3.4228476526722567,-3.4550049094668367,-3.49419116992227,-3.543687710741903,-3.601402591033437,-3.6549358153662936,-3.685424581469444,-3.685620750539997,-3.667330276208609,-3.6458726958279115,-3.6288644602862545,-3.6176063644437466,-3.610971906179529,-3.607476112517922,-3.605943507249278,-3.6056069029770104,-3.606038017839112,-3.607050628420339,-3.608616398150586,-3.6108004262171827,-3.61371387296616,-3.617478976329094,-3.6222021894930942,-3.6279523162546528,-3.634741813108059,-3.642510687117294,-3.6511135932705145,-3.660311757284514,-3.6697720647498144,-3.679075813556265,-3.687738947423224,-3.6952439268760453,-3.7010809207673177,-3.704793316344957,-3.7060205785828755,-3.704531142420344,-3.7002396957398562,-3.693206507121464,-3.6836202880277336,-3.6717691913901804,-3.6580060765273665,-3.642713964755609,-3.6262761427254295,-3.609053384520627],[-3.506936703869792,-3.5169340156880193,-3.5264716327284233,-3.5352191275984417,-3.5427372177120935,-3.548478231082668,-3.5518222533004207,-3.5521717913927984,-3.549116497384279,-3.5426420354155868,-3.533300698885187,-3.5222302096357194,-3.5109572623128167,-3.5010433547394517,-3.49371110871326,-3.4893996277443797,-3.4860829062086927,-3.475947834521873,-3.451216495128218,-3.422365690122798,-3.4139759201256688,-3.408748489911488,-3.3817410553011937,-3.347535441266542,-3.3238439966414077,-3.307978575685704,-3.290709390438739,-3.272577697780074,-3.262573949710884,-3.266107841097948,-3.2783385369819484,-3.2904522432328687,-3.3010653242541217,-3.3173380047889958,-3.343592280995744,-3.3751450309139512,-3.405872379080207,-3.436812228152658,-3.475143768728535,-3.5271135143190397,-3.5908028594696555,-3.650877500589147,-3.684798792628256,-3.6852125696850324,-3.6666305936528896,-3.6459019204617493,-3.6305443454134645,-3.6213130147350077,-3.616652165344004,-3.614846343528011,-3.6146431552199254,-3.615295893771667,-3.616449808526032,-3.6180148572468154,-3.620063131701535,-3.622754826540183,-3.6262867390811557,-3.630855768691297,-3.636631124360576,-3.6437308780588062,-3.6522004123109766,-3.661992072967097,-3.672947006620518,-3.684781737830535,-3.6970833329074893,-3.709317578315317,-3.7208539061178447,-3.7310083892555035,-3.739102096385824,-3.7445273757541844,-3.746810930326629,-3.7456616499935214,-3.740993965618319,-3.732923260425647,-3.7217365040464827,-3.7078463493906044,-3.691738958793133,-3.673924783259637,-3.6548985252915362,-3.635111025928681],[-3.496748461116781,-3.5054537146016123,-3.513558158590633,-3.5207750046430943,-3.5267541485802605,-3.53109701107513,-3.533396384619267,-3.533308678489548,-3.5306554536931647,-3.525531678564497,-3.518378963895329,-3.5099838952376086,-3.5014025550822474,-3.4938836771237245,-3.4888812735911086,-3.4876623794596844,-3.4872847906111804,-3.4752254940140883,-3.4473256324395223,-3.421569958271967,-3.4132773861031844,-3.3987585298367224,-3.3545983988452335,-3.3088149682112427,-3.2898460859123695,-3.2814343295868538,-3.25925790196571,-3.2272747841820406,-3.2099000091487664,-3.22104455528088,-3.2477707137996346,-3.2664193462582576,-3.2729808667367166,-3.2872030769163074,-3.3210051830948686,-3.3618652243744864,-3.3938567658729233,-3.41897231657682,-3.451153204838932,-3.4998127351618606,-3.5616387093119224,-3.6201100948863787,-3.655181944216115,-3.661506612531726,-3.651194903814161,-3.6381632365940284,-3.628945743175299,-3.6243594316077328,-3.623100221099717,-3.6236830766070747,-3.625066511581914,-3.626708249740867,-3.628447878170447,-3.630370964835381,-3.632701559660099,-3.6357283528314865,-3.6397563300151874,-3.6450738269453695,-3.6519269103997987,-3.6604957676260983,-3.670870251616843,-3.683023900724931,-3.6967879125663563,-3.711828862289379,-3.727636204733322,-3.7435270918809493,-3.7586756674247224,-3.772170686796751,-3.7830987908481744,-3.790642409718635,-3.7941742074758884,-3.793327840498938,-3.7880295748055772,-3.7784856583736626,-3.7651320399388397,-3.748561349419689,-3.7294444340843578,-3.7084606928981017,-3.6862455317191962,-3.66335726628451],[-3.4873403992157437,-3.4950692359433715,-3.502148265502932,-3.5083432791461355,-3.513388194459953,-3.5170031858753017,-3.5189279991651983,-3.518971037812228,-3.5170681530985326,-3.5133368690459132,-3.5081084699564125,-3.5019314423265637,-3.4955704441991853,-3.49005903987593,-3.4867775645468164,-3.486699803981302,-3.4860326894191043,-3.4736419080443923,-3.4484450231508084,-3.424343030646421,-3.4064142485134945,-3.376567912231165,-3.3200742141470885,-3.2695296332834998,-3.2616587456746755,-3.263347789523045,-3.2290821455950223,-3.169756553513986,-3.1379301881160595,-3.1638827540158396,-3.219166442319818,-3.251520610137212,-3.251373339165341,-3.2605987117863418,-3.3049414902071335,-3.3592973880646984,-3.390811831747522,-3.40516072029253,-3.427846599779647,-3.4702983296390575,-3.5258737613419817,-3.5785745601670973,-3.6139003473960285,-3.6286580164909052,-3.6304655689109198,-3.6285564620749526,-3.6278658270224153,-3.629336009940938,-3.63215836982368,-3.635310913951395,-3.63815108371411,-3.6404845613048376,-3.6424471684549093,-3.644366183400753,-3.646657128416129,-3.6497600947064806,-3.654102806437553,-3.660076821744078,-3.668017212549264,-3.678179951683263,-3.6907140641490743,-3.7056278934804965,-3.722751375782968,-3.7416994763342237,-3.761845770136071,-3.782318481129098,-3.802032113454932,-3.8197636937719714,-3.834272285734687,-3.844445607574826,-3.849443964668648,-3.848806786479424,-3.8424953383775877,-3.8308641874867817,-3.8145750295510377,-3.7944801314927767,-3.7715045792737003,-3.7465489299944417,-3.7204224734842377,-3.693807320572728],[-3.4787248393074433,-3.4857473822848957,-3.492132383816152,-3.497696653692577,-3.5022448607816323,-3.505585830215999,-3.5075569369216337,-3.5080547753361317,-3.5070667178390256,-3.504695276507278,-3.5011689892703535,-3.4968434161205026,-3.4922114528591317,-3.4879370722214897,-3.4847863204426095,-3.482798765447954,-3.478928110810499,-3.4672525864841015,-3.4470067619639657,-3.4236967197437056,-3.3979679197923858,-3.3605594650056054,-3.3072634162023298,-3.2636921737482605,-3.258041322971959,-3.2563411656211745,-3.205756460346459,-3.11921461023404,-3.072378714076525,-3.1129827189032446,-3.1969170835188785,-3.2462968221726665,-3.248334124013513,-3.2568481664932363,-3.306101819986921,-3.367014336645764,-3.3945676534252627,-3.3982384810148383,-3.413080973052225,-3.449657450809905,-3.4984509773887575,-3.545470640994484,-3.580935790476855,-3.60290598583897,-3.615555361493681,-3.6242113543356202,-3.6319517392238456,-3.639400288866143,-3.6460238691590217,-3.6512467847254433,-3.6549080093652746,-3.6572617133336487,-3.6588160463632478,-3.6601823865021847,-3.661984973556536,-3.664819980773342,-3.6692396649249295,-3.675743219864704,-3.6847641598711722,-3.696649155821518,-3.7116257236766006,-3.729757901880678,-3.7508916582096647,-3.7745962016950707,-3.8001137060635024,-3.826336775962064,-3.851836881335538,-3.8749629488255284,-3.894013355596941,-3.907458265835576,-3.914162757391545,-3.913550033432664,-3.905658590980206,-3.891082897073246,-3.870825560719953,-3.846111138106587,-3.8182106487392664,-3.7883084742953135,-3.7574220146133293,-3.726368569276203],[-3.4708642541882884,-3.4774017993668975,-3.4833523804504543,-3.4885780138781044,-3.492940166774599,-3.4963125804225723,-3.4985976451498106,-3.4997439086989495,-3.499760456169098,-3.4987232174030622,-3.4967705088200067,-3.494091191356425,-3.4909148115162414,-3.4874995934434527,-3.4840281607194457,-3.480143989049877,-3.4741133048863224,-3.4631856650113084,-3.446203621745825,-3.424143413695073,-3.396664319804457,-3.3610256690898046,-3.319238278210529,-3.2861007223436305,-3.272703282690269,-3.2565150788067783,-3.2035730990783664,-3.124705562489182,-3.082664563541735,-3.1190996283086623,-3.1955131570618933,-3.2472084014549343,-3.263215124606302,-3.2802316627319996,-3.322888602296013,-3.372321352584218,-3.395004987281155,-3.3980812164852088,-3.411109698266139,-3.442975108297025,-3.485530797541297,-3.5280954328373717,-3.563923999409334,-3.5914540669057082,-3.6126274087050554,-3.6300324316495827,-3.644980206868422,-3.657396521655798,-3.666752591323788,-3.672880606042418,-3.6761964613840856,-3.6775106628826197,-3.6777637641849337,-3.677862287083995,-3.6786241374427577,-3.6807814840598883,-3.6849973598424683,-3.6918750973923644,-3.7019538792682085,-3.7156883132310123,-3.7334101649650413,-3.7552703230077324,-3.7811611644614036,-3.8106252421292646,-3.842766264101569,-3.876191311508556,-3.909023931135957,-3.9390265447551123,-3.9638474055350326,-3.9813610715625143,-3.990019575375012,-3.989106437594986,-3.9788115711394063,-3.960113345571616,-3.9345252161956417,-3.9037993353891354,-3.8696686457333613,-3.833671174953076,-3.7970618730819803,-3.7607936955116497],[-3.4636903151849547,-3.46991821507576,-3.4756323082677745,-3.4807333573825083,-3.485128335468725,-3.4887399707734437,-3.4915172471248157,-3.4934445163809844,-3.4945458156179523,-3.494880728986761,-3.494529528066251,-3.493568716631927,-3.4920417932078305,-3.489926329134981,-3.487069374221395,-3.483011416613107,-3.476706895323624,-3.466589005307503,-3.451381611062099,-3.430681396487172,-3.4044383495484523,-3.373060804194366,-3.3398664707931665,-3.3118638022451616,-3.2914313680238396,-3.2671510190531867,-3.2253671447247885,-3.175086399763887,-3.1498600341642797,-3.1708000551348032,-3.218221850272532,-3.2584292635689422,-3.28274674734808,-3.3060477570419957,-3.3392121930182004,-3.373399004641564,-3.393455869163577,-3.4031690723736103,-3.4190268928058654,-3.4479294827019347,-3.4856849962201317,-3.5253883789972953,-3.5623118672299747,-3.5948453001648284,-3.623330624520478,-3.648275848344994,-3.6692913732115486,-3.6853604052889786,-3.6958461176552193,-3.7011306541980655,-3.702449722843369,-3.701338174486085,-3.6992116944415754,-3.697234290137783,-3.696358119924941,-3.697403227519013,-3.701115812750838,-3.7081947770955983,-3.7192922060524163,-3.7349916953049593,-3.7557629487586865,-3.7818876957798233,-3.813352863846991,-3.8497139183013207,-3.8899462840445387,-3.932325652060119,-3.9744020894689607,-4.013141255699233,-4.045275519613194,-4.067828005508141,-4.0786715722816655,-4.076929102475323,-4.063067572147718,-4.0386705216745025,-4.006005963964159,-3.967559206755438,-3.9256626329940456,-3.8822763511680574,-3.8389078114279234,-3.7966271466067862],[-3.4571177220414926,-3.4631707082524303,-3.468795294712728,-3.4739254970595512,-3.4785060024494907,-3.482499519390636,-3.4858939790627437,-3.4887076620463415,-3.490989630613073,-3.492812545046717,-3.4942553325584895,-3.495374324779676,-3.4961626916721142,-3.49649638870406,-3.4960540045830917,-3.494182128680813,-3.489730878540798,-3.481112935885289,-3.4669114703292303,-3.4466811842019203,-3.421164353945265,-3.3921763238156215,-3.362747302765495,-3.3361892655451513,-3.312730706440291,-3.2877570004093077,-3.2575437660087627,-3.228164683525491,-3.21430474652057,-3.2244339139681295,-3.25071091660784,-3.278755442677176,-3.302703305572667,-3.3262020891135213,-3.3524144604970054,-3.3777513953470164,-3.3970423016705076,-3.4125298085843134,-3.4320327813865465,-3.460047942564226,-3.495299968409238,-3.534075047266268,-3.5732588936094825,-3.611202390120226,-3.6470007391360886,-3.679291393450585,-3.7057872056383845,-3.7242087827227057,-3.733833254439024,-3.7360289960428004,-3.7333416649581697,-3.7282653186924843,-3.7226708894929543,-3.7178569525134817,-3.7147965268902006,-3.714328324373284,-3.7172507527494014,-3.724352328852368,-3.7364090465369806,-3.754159284710769,-3.7782520693845503,-3.8091571962914745,-3.8470249652668578,-3.8914908248029945,-3.941440698282819,-3.9947899253312187,-4.0483767608424355,-4.098103335382389,-4.139424677544801,-4.168153632897697,-4.181354977531896,-4.177980402942539,-4.158977348383889,-4.126861626036101,-4.0849893054629005,-4.036833898937633,-3.985474002030192,-3.9333431824969556,-3.882188642594612,-3.833151807849473],[-3.45105360736452,-3.45703140554847,-3.4626715967029673,-3.4679372473124577,-3.472805885705833,-3.4772760503340097,-3.4813737594791396,-3.4851577047414497,-3.4887216048835406,-3.4921918655057556,-3.495718216090655,-3.4994532814783477,-3.5035111487470267,-3.5078789819306295,-3.512226781504266,-3.515559249646226,-3.515844150912949,-3.5102368739195433,-3.4965056753852743,-3.474691904565664,-3.447134840889019,-3.4171046778327727,-3.3876393232188464,-3.360720279034224,-3.3364110880813675,-3.3131725550276867,-3.290528611227683,-3.2718982102618783,-3.2633393057368654,-3.2680721107139385,-3.2831195640485937,-3.302532308494474,-3.3227466891086603,-3.3436274993569195,-3.365436980258256,-3.386735049802765,-3.4061256381397955,-3.4251315557918445,-3.447560740179287,-3.4761803097176367,-3.5111089954503116,-3.5507886042324848,-3.5934428041597255,-3.6375705779082326,-3.681332328230061,-3.7215277296281624,-3.753504397495538,-3.7731191534254926,-3.7796085283211247,-3.7761487434360985,-3.767398800445804,-3.757030944432362,-3.747176706669949,-3.739017959505879,-3.7333960886869453,-3.731108902705725,-3.732996168844059,-3.7399446666855916,-3.7528725418626414,-3.7727019775402546,-3.800306439595343,-3.8364099121988295,-3.881413277085466,-3.9351293413855277,-3.9964325008703705,-4.062883824507073,-4.130478312360986,-4.193741629755796,-4.24638778980549,-4.282540377271435,-4.298155504615891,-4.292026370194285,-4.265889274629181,-4.223645736315245,-4.170162545387309,-4.11018647070677,-4.047672089158037,-3.9855386336259375,-3.9257193396739405,-3.8693487164197924],[-3.4454037475543986,-3.451376057514866,-3.4571019841440433,-3.4625703349822192,-3.467788251090476,-3.472788228904772,-3.4776359897002185,-3.482439006653637,-3.4873555984390325,-3.4926045577494333,-3.498474510167242,-3.5053278960063854,-3.5135790726655136,-3.523582907970091,-3.535282186909986,-3.5473984958398637,-3.5563205914772125,-3.5562146214974257,-3.542445652821399,-3.515874126256677,-3.48212569795609,-3.4471325789279197,-3.414579169475036,-3.385908492383131,-3.361041750161674,-3.339329801878036,-3.320842662868508,-3.3072078905367666,-3.300841006787744,-3.302914484626593,-3.3121937722629085,-3.3260678407021347,-3.3424374350631068,-3.360373210749593,-3.379387759240667,-3.3988614299813746,-3.418610756146171,-3.439745137640636,-3.4643768626661733,-3.4943439399801384,-3.530355952282103,-3.57214122812064,-3.6189531810705535,-3.669612380073838,-3.7217271154183766,-3.770450460108865,-3.8082923704302467,-3.8282604864642606,-3.8293898346074897,-3.8179107105067067,-3.801698310464614,-3.7855679489032097,-3.7713794084553114,-3.759834563644477,-3.751535807657448,-3.747256511269712,-3.7479196145665115,-3.7545433317104977,-3.768212207784424,-3.790058015181509,-3.8212179710318868,-3.862733617661429,-3.915350069096858,-3.9791769351565787,-4.053196005312871,-4.1346729360134,-4.218668831785536,-4.298014040536579,-4.364147438176896,-4.408921931648694,-4.4268255057088535,-4.416544296090057,-4.381024942748248,-4.326118398360496,-4.258672747967266,-4.18497323472619,-4.109923264871546,-4.036879130242292,-3.967860267680088,-3.9038889035355666],[-3.4400767474008545,-3.4460874442617953,-3.4519393667370553,-3.4576439735269395,-3.463235021656425,-3.4687768839194972,-3.4743750793284236,-3.4801899449150913,-3.486455050558819,-3.4935027015582,-3.501798600287792,-3.511982471879178,-3.524888977863888,-3.5414519943974128,-3.562220036467445,-3.585962592411778,-3.6072104627542374,-3.615390285326968,-3.6012427553920072,-3.566666612718752,-3.5228200550808135,-3.4797535365519803,-3.442094312851191,-3.410706080825932,-3.3849436022602477,-3.363986490311974,-3.3475687379402155,-3.3361876588025208,-3.3306582071913016,-3.331295673725011,-3.337457978664106,-3.3478604932545535,-3.361256986291175,-3.376806982831003,-3.3939992618432537,-3.4125625177911196,-3.4326689612400445,-3.4551759979027583,-3.4814685449524876,-3.5129330005955275,-3.5505178864995486,-3.5946404411153545,-3.6452265905981793,-3.7014413049833923,-3.760743278014734,-3.8172905511415762,-3.861004177751939,-3.8810785365976734,-3.875593786998317,-3.8552133268840505,-3.8321008779631915,-3.81144961995866,-3.7939191192910253,-3.7794842457558957,-3.7686382229646336,-3.7623042585879434,-3.761599382752372,-3.767724212769469,-3.78194820250512,-3.8056224666797043,-3.8401663467530605,-3.886979952219339,-3.9472279891088577,-4.021431648799924,-4.108820482799828,-4.2064796128247774,-4.308528202462163,-4.405860393508677,-4.487143322061204,-4.541375174339934,-4.561220212660421,-4.5453552831692505,-4.498418282473887,-4.42878372633537,-4.345689824683034,-4.257122575292588,-4.168908798865787,-4.0847266502269655,-4.0065505525142555,-3.935179825219767],[-3.4349870636251665,-3.4410578776367515,-3.4470503294931563,-3.4529950527220286,-3.458948544534645,-3.465002947682208,-3.471299346423576,-3.4780464256683663,-3.485547470669609,-3.494240014281444,-3.5047527603572353,-3.51797903115415,-3.5351395732564077,-3.5577166531681055,-3.5868923420117156,-3.6216749752294777,-3.6550839665788666,-3.6718407920276195,-3.657493584584468,-3.6148010620725923,-3.56082737299322,-3.5098046906524885,-3.46718692520472,-3.4332226996333657,-3.4065719155596197,-3.3859337967392618,-3.3705554119412304,-3.3602329878767083,-3.3550185376641823,-3.35482786561671,-3.359216033546069,-3.3674553857345444,-3.378787809524576,-3.3926218468228235,-3.408598508475139,-3.426628921333282,-3.446986078711986,-3.4703721735933755,-3.4978281302776333,-3.5304914550586135,-3.5693470927934015,-3.615061906027627,-3.6678089849531306,-3.7268488638061967,-3.7896132937010454,-3.8501470950997154,-3.8974694693638234,-3.917714557053393,-3.9069603190439137,-3.880648042458303,-3.854885029642911,-3.83313834230914,-3.814103699683033,-3.7974972654885546,-3.7842776589613325,-3.7758465997185673,-3.7736465377568322,-3.77909071166353,-3.793622596309559,-3.8187900435701785,-3.856275088137098,-3.9078313693772317,-3.975065362520683,-4.058973398938341,-4.159144823046293,-4.272625603740387,-4.392696635453722,-4.508275607575402,-4.605010018600831,-4.66868674975457,-4.68993626058593,-4.667549483258423,-4.608227529607296,-4.523227897865364,-4.424342472255592,-4.321221859226288,-4.2204756421601175,-4.125949689257823,-4.039452741607087,-3.9614844340986197],[-3.430057369031371,-3.4361914076215485,-3.442317170898482,-3.4484802843944986,-3.4547547135382857,-3.461253521640516,-3.4681439125479834,-3.475668810960972,-3.48417841023782,-3.4941763353625745,-3.5063848377741182,-3.5218263766171085,-3.541888068343742,-3.5682337574782763,-3.6021569400276263,-3.642491068167699,-3.681428791842602,-3.702039900125715,-3.6882821349019848,-3.64308758675985,-3.5854061276311295,-3.531169801012844,-3.4864627376010615,-3.4514915330284,-3.424684320929531,-3.4044865205306043,-3.389842061628394,-3.3801671795602566,-3.3751462793079026,-3.374504645464417,-3.377870466608539,-3.3847741197095838,-3.394741188683727,-3.4073961681592526,-3.4225347170296017,-3.440178521009287,-3.4606270521649845,-3.4844772262908608,-3.512566746795999,-3.5458377851502085,-3.5851580005011883,-3.6311127089866995,-3.683709099187593,-3.7418834858608188,-3.802731983352515,-3.8604695393227955,-3.905300177249118,-3.924383034166499,-3.9136461652644363,-3.8908163439391616,-3.8705833907472162,-3.851783222296066,-3.832476675306993,-3.8138537465924642,-3.7981602715943152,-3.787514677298195,-3.783697941772605,-3.788284668160717,-3.8028284685781752,-3.8290082797696554,-3.868701161319794,-3.9239450977303214,-3.996724858970599,-4.088472343506512,-4.199151291743679,-4.325871601821947,-4.4612826633504135,-4.592603776627568,-4.702735755831388,-4.774460928920771,-4.796517399607773,-4.767895696651977,-4.697342062499915,-4.598827675034796,-4.486415795152155,-4.371126483277624,-4.260125421574563,-4.157294098290102,-4.0642236743874465,-3.9811144560189455],[-3.4252204420020274,-3.431405825349084,-3.4376402579385137,-3.4439795160051463,-3.4505085234936637,-3.4573521421700755,-3.4646902213021518,-3.4727789043794206,-3.4819809071670367,-3.4928076999058653,-3.505974275259725,-3.5224564754023353,-3.5435051884226714,-3.570471971230083,-3.6040757961447376,-3.6424574883041076,-3.6779189857695513,-3.695896709269463,-3.6835960443489286,-3.643464124504791,-3.5910267135822065,-3.5403952161471075,-3.497849554353766,-3.464272397746627,-3.4385543041442967,-3.4193330526856234,-3.4055513057666476,-3.3965104635657557,-3.3917576255845465,-3.390949126338208,-3.3937591108953726,-3.3998571631899903,-3.4089403601911763,-3.420787082001409,-3.435309114277209,-3.452595585480031,-3.472944518229344,-3.4968667121615784,-3.52504209186516,-3.558218441586513,-3.597049541958735,-3.6418552814455136,-3.692260804694712,-3.746680075452055,-3.8017042606185014,-3.851639960017853,-3.888687963192731,-3.9053416721394605,-3.9034108812777455,-3.8968491822136593,-3.8876008931899944,-3.8713414685237204,-3.850209227949709,-3.8285244175940427,-3.8098886548764668,-3.796878367045163,-3.79138501923887,-3.794987042610124,-3.8092336710079002,-3.835833235034117,-3.8767469018314205,-3.934163470456185,-4.010287336945103,-4.1068181260929455,-4.223964891600718,-4.358904044744333,-4.5039178620794855,-4.645160061551215,-4.763748819219199,-4.840481711517858,-4.8628509851490875,-4.83001875336406,-4.752130637339257,-4.644956118765528,-4.524010429553662,-4.4011457342397104,-4.283831555264552,-4.175932941272549,-4.078879669177387,-3.992671703387798],[-3.420420554792648,-3.4266342464941353,-3.4329400931489262,-3.4393988843573555,-3.446099448228069,-3.4531684050981237,-3.460783391003193,-3.469190966730151,-3.4787303770668476,-3.489863142412348,-3.5032039115034137,-3.5195344936227957,-3.53974807790246,-3.564593108765519,-3.5939596511270997,-3.625420213652638,-3.652427162595689,-3.6647237140437983,-3.6543105909910443,-3.6229554358662703,-3.5809121075936985,-3.53854684112694,-3.5015295906489188,-3.4714855656520966,-3.4480998427610032,-3.430512024581268,-3.417904860029721,-3.409658196169881,-3.405328776310285,-3.4045842778825395,-3.407149429235724,-3.4127850723927704,-3.421298239333296,-3.432570245630135,-3.4465897983442533,-3.463482375352232,-3.483528021920768,-3.507156509627888,-3.534906373740044,-3.5673344924884125,-3.6048608588391136,-3.647526330486572,-3.6946425150975344,-3.7443579081795284,-3.793299044541975,-3.8366934210812906,-3.8697505440246216,-3.891476047161913,-3.9081964990803773,-3.919678811244764,-3.9139619600083297,-3.89326826458358,-3.866660016291255,-3.840521529261136,-3.8186348633728953,-3.8033481105883293,-3.796310738489288,-3.798918911154436,-3.8125976483425883,-3.8389756008663216,-3.8799670911022694,-3.9377383808473834,-4.014488642604944,-4.1119213543725674,-4.230245177117792,-4.366609237399869,-4.513208874036976,-4.656019977786408,-4.77589409154526,-4.8533441843358816,-4.875685944394083,-4.842105794299333,-4.762952308643138,-4.6542643793383265,-4.531786085223694,-4.407512595376963,-4.288977510963089,-4.180057786869597,-4.08216797566187,-3.9952822774200962],[-3.415614246252159,-3.4218259662821726,-3.4281584311505116,-3.4346725376650076,-3.4414543496611723,-3.4486229512522484,-3.4563404997455325,-3.464824719456867,-3.474363315406143,-3.485327559318405,-3.4981766714272258,-3.513431751655605,-3.5315718791438844,-3.5527624804616815,-3.576293577614339,-3.599712416326631,-3.6181584810887517,-3.6252914854521867,-3.616773255919183,-3.5938077741276375,-3.5624551092822583,-3.52948270080225,-3.4993659080821704,-3.474022357366968,-3.4537941379047163,-3.4383581369821914,-3.427230958430741,-3.4199715138821887,-3.4162290083080347,-3.4157315054199264,-3.4182642711290865,-3.423658905082058,-3.431797760039056,-3.4426295875330823,-3.4561895719694116,-3.4726168459622406,-3.492162195230721,-3.515177055949593,-3.54207299535951,-3.5732391700588098,-3.6089036575924567,-3.6489265773157706,-3.6925324954690186,-3.7380541800901144,-3.7828997942622644,-3.824167529450116,-3.860451181004493,-3.89423529081769,-3.927675797460172,-3.946848968939713,-3.9376035659726965,-3.9099750819439376,-3.877573310573523,-3.847508326367947,-3.823111453066035,-3.806210582634631,-3.7980782450692585,-3.799855476880735,-3.812781455421852,-3.838325277405214,-3.8782364860151612,-3.934488374973424,-4.009045690475615,-4.103341992610562,-4.217327149422681,-4.348020251168476,-4.4878175496645545,-4.6234462414315765,-4.737089700260341,-4.810776129101223,-4.832776175668447,-4.802136409423628,-4.728130415406007,-4.6254445788981045,-4.508765159441193,-4.389515007056799,-4.275051250054229,-4.169301700918762,-4.073824901977555,-3.9887553963718645],[-3.410770383630527,-3.416946359769411,-3.4232580041426113,-3.429762158710906,-3.436536681879053,-3.4436859488751645,-3.4513471876641346,-3.459697067987877,-3.468956820992215,-3.4793916822987487,-3.4912954300545507,-3.5049416136345295,-3.5204691488543776,-3.5376577046094813,-3.5555665691909124,-3.5721284637109183,-3.5840660425078696,-3.587725038931525,-3.580910566751475,-3.5644380937274205,-3.5417754671168544,-3.5171052542694956,-3.4936481425115016,-3.473189861481644,-3.456412370407016,-3.4433874200462915,-3.4339337893088704,-3.4278074204353044,-3.4247800685507697,-3.4246618370080784,-3.4273032780632073,-3.432595513352868,-3.440475284313414,-3.45093508429169,-3.4640351869414294,-3.479912901154389,-3.498783348939052,-3.5209248316430233,-3.5466405547769737,-3.576187716255142,-3.609666375181524,-3.646869082443689,-3.687118827335585,-3.729182147711568,-3.771437621257724,-3.8125381827102833,-3.85250778623099,-3.8925827805524493,-3.929347741769631,-3.948138658791147,-3.9389850221253626,-3.911080128054036,-3.8778352614723577,-3.8469987473442675,-3.8220963086361817,-3.8048555458359825,-3.796382980465682,-3.797656938652737,-3.8097525884999124,-3.8339491543407007,-3.8717535089364143,-3.9248207628677716,-3.9947131401057536,-4.082404228913534,-4.187428840360754,-4.30666319253652,-4.432995392469837,-4.554641936497694,-4.656277540162101,-4.722694370154984,-4.743907122268438,-4.718760607539814,-4.654625494644556,-4.56370360364292,-4.458647169752933,-4.349697065477099,-4.243771603204561,-4.144818191354956,-4.054625303168214,-3.9736147085806315],[-3.405869504054163,-3.411975781460925,-3.418220774917331,-3.4246542102682778,-3.431342045811495,-3.438369616356975,-3.4458444780874258,-3.4538978969415233,-3.4626827883454285,-3.4723638625273576,-3.4830923394107787,-3.494952883086838,-3.507866344579009,-3.521435939533291,-3.5347539911401817,-3.546263269386574,-3.5538745748443947,-3.5555433111232047,-3.5501946235571973,-3.5383922193122688,-3.5221491587488316,-3.504023783231042,-3.4862263625076046,-3.47022080107301,-3.456771086110376,-3.446167077785007,-3.4384414806252157,-3.4335152437599366,-3.43127675602656,-3.4316187682595234,-3.4344542287614033,-3.439724492153945,-3.4474064695850837,-3.457520484918752,-3.4701376647747555,-3.485383965050713,-3.5034367777396414,-3.52450913767409,-3.5488159894053326,-3.576517517717632,-3.6076380396295487,-3.6419691562813417,-3.6789880553663603,-3.7178572532283045,-3.7575989925209163,-3.7974673402408774,-3.837157739831889,-3.875651552195718,-3.9077940152425428,-3.9235794023993305,-3.9174051567208656,-3.8949018375202784,-3.866051567080982,-3.8381516949489853,-3.8151425149273597,-3.799058264266413,-3.7911222076868407,-3.7923050301238255,-3.803586298841984,-3.826066626255425,-3.860981330745963,-3.9096102889272126,-3.973042753313008,-4.051733684117336,-4.144797146471653,-4.249067751739227,-4.358178864020876,-4.462239171665276,-4.548891372584888,-4.606122174919377,-4.62597075344432,-4.6071426033684855,-4.554920338518574,-4.478635185486328,-4.388447677262828,-4.293024205182576,-4.198587808872013,-4.1089837849386885,-4.0262056037156055,-3.9509921536553056],[-3.4009025312237964,-3.4069076111023513,-3.4130449795612363,-3.4193554206320877,-3.425891163677139,-3.4327170156205042,-3.4399104563825884,-3.447559528949814,-3.4557564809879766,-3.464583799260444,-3.474087606337119,-3.4842320669118183,-3.494829684391182,-3.505450953348578,-3.5153395020145615,-3.52339652009669,-3.528326632781012,-3.528994925639739,-3.524888574815084,-3.516409269348511,-3.5047700835712905,-3.491561113959804,-3.4782771694108874,-3.46604286621736,-3.45556526932097,-3.4472180133207777,-3.441157818775239,-3.437421344070847,-3.4359896580888813,-3.436826014932526,-3.4398968600703532,-3.445184207584199,-3.4526942572609833,-3.4624641794251656,-3.4745668373707734,-3.4891117528178572,-3.5062396375322926,-3.5261072262161486,-3.548859151956305,-3.5745848517495,-3.6032622405759094,-3.6346978804543317,-3.6684861564829463,-3.704021563352782,-3.7405848030864095,-3.777432021002883,-3.8135997602668716,-3.846992229042392,-3.8731319405487095,-3.8860902275185834,-3.8830287660105323,-3.8671407131693387,-3.8449141363005643,-3.8221893409891288,-3.802821205761724,-3.789099550059679,-3.7824509885889306,-3.7839254839723173,-3.7944630000212056,-3.815013580396381,-3.84655213685335,-3.8899915132039324,-3.945970800002745,-4.014484636792364,-4.094337605420238,-4.182482972684877,-4.273458950638881,-4.359329297105219,-4.430596245855709,-4.47822237110898,-4.4961465977980435,-4.483055412403553,-4.44242590552229,-4.380941879966233,-4.306304302676389,-4.2254768185967135,-4.1438009452871025,-4.06485589352768,-3.9907300801633987,-3.922421624757134],[-3.3958690467545374,-3.4017457311180843,-3.40774144122365,-3.413887354322562,-3.4202217894562397,-3.426789856205337,-3.4336417369834753,-3.4408285809006367,-3.4483944532765087,-3.456362165037501,-3.4647103764622416,-3.473339862256265,-3.4820297087866736,-3.490391592968032,-3.4978433020711597,-3.5036370083824413,-3.506978326656178,-3.5072371700110008,-3.5041806483919897,-3.498104346393809,-3.4897739827100227,-3.480207602248873,-3.4704220980129836,-3.461257315743917,-3.45331264320892,-3.446966522522408,-3.4424321125090445,-3.4398155847855816,-3.439162311870157,-3.4404887015360854,-3.4438027531718864,-3.449117303213637,-3.4564589026812147,-3.465873768138105,-3.477430884997142,-3.491221299599195,-3.507351937212576,-3.525931976243793,-3.5470500909179714,-3.5707421569860465,-3.596951861488375,-3.6254913030582943,-3.6560135484881817,-3.6880079458583164,-3.7208080741116785,-3.753547214345878,-3.7849336880506046,-3.8128063487014083,-3.8339137944817177,-3.8448738106078357,-3.8443169383685003,-3.834137650719992,-3.8184074645537183,-3.8013810179608747,-3.7863735821786753,-3.7756539540738343,-3.7707524091182263,-3.772782697863425,-3.7826589781672233,-3.801204747690464,-3.829168415287792,-3.867148266821623,-3.91541670332995,-3.9736318329341556,-4.040445672858873,-4.113076232335818,-4.187007945586567,-4.2560815872633695,-4.313225385650409,-4.351843594469222,-4.367449987057857,-4.3588186376968325,-4.328083006230084,-4.279804770477198,-4.219567496827646,-4.152730307360174,-4.083681641743957,-4.015595211703847,-3.950516683237243,-3.889597246200563],[-3.3907753358739487,-3.396501774826457,-3.4023296936389498,-3.408280937854433,-3.4143809637351143,-3.4206575604347447,-3.4271381941630104,-3.433845219294585,-3.4407879626472555,-3.4479505503861576,-3.4552745788488677,-3.4626368262258205,-3.4698248618210297,-3.4765181553622835,-3.4822883624072043,-3.4866361193531556,-3.4890757512516366,-3.4892579246970943,-3.487089704227942,-3.482795241303016,-3.4768814864398867,-3.470023713340603,-3.4629258092214705,-3.4562106087002706,-3.4503652774031055,-3.445735560935566,-3.442548531535989,-3.4409448085150918,-3.441008831591838,-3.4427927846963158,-3.4463339031461904,-3.451666484244016,-3.4588299957528443,-3.46787409422131,-3.4788606308350136,-3.491862081403447,-3.5069554069830833,-3.524210230506603,-3.5436705465750418,-3.5653301565513313,-3.5891037420078677,-3.6147975697144874,-3.642084617430491,-3.6704847911539527,-3.6993375760392917,-3.7277351803352934,-3.754388684947801,-3.777492135436822,-3.7948412900588995,-3.8045036159337613,-3.8058432478065933,-3.80006740220645,-3.7897670354269164,-3.7779284112037246,-3.7671850724854026,-3.759563670282181,-3.756549227663962,-3.7592478769883715,-3.768527849237657,-3.7850993477914874,-3.8095253801898186,-3.8421610043184944,-3.8830175071680832,-3.931552876641401,-3.986409502773561,-4.045160136241846,-4.104178215532248,-4.158788408379616,-4.203820076355873,-4.234533222222,-4.247653998229708,-4.242106166100088,-4.219119009737412,-4.181702811997755,-4.1337798787664815,-4.079339467540429,-4.0218560595291795,-3.9640225323102123,-3.9077259048823976,-3.8541585412790944],[-3.3856324209645154,-3.3911924578614547,-3.396834375061317,-3.4025716150513063,-3.4084185732284973,-3.4143888733336567,-3.4204924475288605,-3.4267309443674945,-3.433090947874539,-3.4395346104379843,-3.4459877628123277,-3.4523266168384583,-3.4583660345353002,-3.463854878517407,-3.4684862105376797,-3.4719298496858446,-3.4738892321834856,-3.474172885060792,-3.472757940825997,-3.469818949734573,-3.465706976447999,-3.4608865625900145,-3.4558562386096425,-3.451080279125578,-3.4469474751714726,-3.4437578514078253,-3.441729157347461,-3.4410131249843756,-3.4417139455269576,-3.443904859323643,-3.44764137989035,-3.452971080735965,-3.459940327934466,-3.468598247509722,-3.4789978982393333,-3.491194284821053,-3.505238621949996,-3.5211682426349196,-3.5389918217357232,-3.5586702143021345,-3.5800941078862953,-3.603060437873074,-3.62724914733864,-3.6521991205322903,-3.6772771573858742,-3.701632515868349,-3.7241471327837834,-3.743442453302406,-3.758058654245479,-3.7668739688643704,-3.7696119436319906,-3.767090491954275,-3.761010950206319,-3.7534575824124716,-3.7464382623936947,-3.741644406304255,-3.7404074960365485,-3.743753366857306,-3.75247356271782,-3.767171021639503,-3.7882622951033103,-3.815929676404826,-3.850022298175125,-3.889913279231475,-3.9343358921052043,-3.981247052613296,-4.027794472151866,-4.070475025326692,-4.105537990548696,-4.129593125960238,-4.140261417567967,-4.136636719246077,-4.119380908355697,-4.090436460494342,-4.052501916453884,-4.008477068811284,-3.961034794647915,-3.912378656475903,-3.864165933526093,-3.817540404563097],[-3.380454255086939,-3.3858372254775837,-3.3912822002857217,-3.39679551764946,-3.4023826437628752,-3.4080463560815697,-3.413783997084054,-3.41958355090208,-3.4254183600789934,-3.431240509948151,-3.4369733597486523,-3.4425044804178047,-3.447681358402111,-3.452313372711883,-3.4561840500226495,-3.4590763638987365,-3.460809980664134,-3.461283357179105,-3.4605082580412985,-3.458623711012874,-3.4558828207863184,-3.4526164926117975,-3.4491866794833057,-3.4459434706398175,-3.443195550502182,-3.4411964737018144,-3.440143870064584,-3.4401865945257546,-3.441435240720957,-3.4439729104674464,-3.4478645978363773,-3.453164539614815,-3.459921364922154,-3.468180989787353,-3.477987120441829,-3.4893790931319004,-3.5023866911641077,-3.5170216162217764,-3.533265499965604,-3.551054726496506,-3.5702628013501783,-3.5906812972994393,-3.612000167602668,-3.6337873518915624,-3.655467272717905,-3.6763016352955575,-3.695388871237694,-3.7117190947548373,-3.7243283351711867,-3.7325527405104095,-3.736290438456983,-3.736120658867711,-3.7331984313006266,-3.728990920350502,-3.725001174838728,-3.7225832561359296,-3.722865799261495,-3.7267475021982444,-3.7349194776802483,-3.7478821141225813,-3.7659385803594505,-3.7891573044822118,-3.8173032425146993,-3.8497460727085464,-3.885365213053333,-3.9224864465699554,-3.9588975891215825,-3.9919898826595372,-4.019045044519422,-4.037632810237271,-4.046020701159562,-4.0434662885092,-4.030293344412257,-4.007737153363493,-3.9776315746099535,-3.942051997985775,-3.903012415767236,-3.862266515224344,-3.8212153764694685,-3.780896620854877],[-3.375256188737938,-3.3804563491060025,-3.385699652058769,-3.3909867635064455,-3.3963163615649035,-3.4016834529018913,-3.4070770314691,-3.4124769923232767,-3.417850315835498,-3.4231467454706,-3.4282945326455323,-3.433197320334127,-3.437733802988459,-3.4417622031678556,-3.4451314403336672,-3.4476996756875256,-3.4493585282748165,-3.4500582472335886,-3.449826960509777,-3.448777499899931,-3.447098816545581,-3.4450342363913133,-3.442853043951203,-3.440823045178993,-3.439189805788747,-3.4381648397523055,-3.4379220102423744,-3.4385997809274755,-3.4403066779704607,-3.443127833934663,-3.447131217926161,-3.452372770349623,-3.458900040269299,-3.4667540907467553,-3.4759694692609058,-3.486572019137098,-3.4985743036288945,-3.5119684786114376,-3.5267166117268185,-3.542738700016966,-3.5598989302972868,-3.5779909606159506,-3.596723126369076,-3.615704721611391,-3.634435719524192,-3.652305900551905,-3.668615912258811,-3.6826385485973394,-3.693733142399985,-3.701499472669688,-3.7059189025210326,-3.7074141053432994,-3.7067923278671135,-3.7050998735904423,-3.7034545906928984,-3.7029136372364926,-3.7043973303758913,-3.7086590915510858,-3.716279358266208,-3.7276629874119496,-3.7430264887279923,-3.7623685583154294,-3.7854239751541923,-3.811607902509783,-3.8399657192404826,-3.8691517335020578,-3.8974649147935985,-3.922965294623075,-3.943675921653185,-3.957843620512844,-3.9641993802928592,-3.9621452178972785,-3.951812167103582,-3.93397817272364,-3.9098820252517026,-3.880995959376541,-3.8488167368275703,-3.8147122141633103,-3.779833640810777,-3.745084764644274],[-3.3700537631837912,-3.375069513836475,-3.3801113958004514,-3.3851757970617715,-3.3902565533846,-3.3953435154443294,-3.4004206935047376,-3.4054639893442054,-3.4104386267259565,-3.4152965583733765,-3.4199743643125258,-3.4243924384049538,-3.4284565063034464,-3.4320625758035037,-3.4351060849415793,-3.437495122221084,-3.439166196289915,-3.4400995432728387,-3.4403301164116638,-3.439950901954214,-3.439107165260577,-3.4379829202623533,-3.4367831043943378,-3.435715682691136,-3.4349771011293564,-3.434742827993124,-3.4351630399415867,-3.436362401037444,-3.43844246757996,-3.4414853407192516,-3.4455575101669615,-3.4507131757709546,-3.456996593470686,-3.464443146392456,-3.4730789157955915,-3.4829185627616646,-3.493961372443852,-3.5061853921190616,-3.519539731731979,-3.533935291959099,-3.5492344233229756,-3.5652402863227644,-3.5816870224016792,-3.598232453295105,-3.6144562741919692,-3.6298688731889173,-3.643938355690837,-3.656143471722249,-3.6660537924776833,-3.6734239955352064,-3.6782730702896114,-3.68091552241037,-3.6819286295420204,-3.682068176429372,-3.682164597753273,-3.6830306977100027,-3.685396992508334,-3.6898744103319476,-3.6969347356849505,-3.706897319312449,-3.719913157283682,-3.7359417508223176,-3.7547209796608874,-3.775735335510868,-3.798193066262403,-3.8210270632190477,-3.8429354991930396,-3.862473478113098,-3.8781946208648006,-3.8888235713887047,-3.8934237277866237,-3.891518406045131,-3.88313391230653,-3.8687566225630516,-3.849222126976065,-3.8255708767998433,-3.798906261178714,-3.7702807447663798,-3.740621115876276,-3.7106916091577387],[-3.3648618340150716,-3.369694869832497,-3.3745393312973553,-3.3793885786806435,-3.384233250763193,-3.389060122958128,-3.3938507253471855,-3.3985797793716515,-3.4032135954146354,-3.4077086914936254,-3.412011037448317,-3.416056469580463,-3.4197728977045685,-3.423084851507635,-3.425920594224854,-3.428221430736712,-3.4299520435771242,-3.4311099611628197,-3.431731961484193,-3.431895626983392,-3.431715381821418,-3.4313337784820748,-3.430909975623905,-3.4306078124072865,-3.430585556501833,-3.430988560879011,-3.4319451243170764,-3.4335651340317703,-3.4359406984887726,-3.4391479090749946,-3.4432489801169406,-3.448294190745195,-3.4543232141194746,-3.461365539541467,-3.4694397731587463,-3.478551662188555,-3.4886907496750434,-3.499825652998926,-3.5118980840945957,-3.5248158988286358,-3.5384456792997567,-3.5526056272410527,-3.5670599225150545,-3.5815162656262,-3.5956291555518995,-3.609012424347271,-3.621264988487485,-3.632012323694547,-3.6409614549994083,-3.6479596939072625,-3.6530406978926866,-3.656441284605406,-3.6585813116246633,-3.6600125306822,-3.6613523378571777,-3.6632195249961432,-3.6661829207123136,-3.670725494617784,-3.6772204804888187,-3.685913756730986,-3.6969073739240517,-3.710141473279347,-3.7253749770749285,-3.7421688236027992,-3.759878666341213,-3.777666026304149,-3.7945366223452544,-3.80941073917061,-3.8212226856435567,-3.8290362744925397,-3.8321546309169743,-3.8302000610006885,-3.82314570921155,-3.811293647387574,-3.7952084847849266,-3.77562558935647,-3.753355400156602,-3.729200930927268,-3.7038978317414566,-3.678078867758943],[-3.359693994153991,-3.364348479279977,-3.369002151111057,-3.37364639586965,-3.378269968862088,-3.3828581352030302,-3.387391700191464,-3.391846005614177,-3.396190029557011,-3.400385803314385,-3.404388438100422,-3.408147111999205,-3.4116073653987273,-3.414714944894396,-3.417421186238345,-3.419689542331304,-3.4215024185921914,-3.422867125020302,-3.4238196698755408,-3.424425419785007,-3.424776299942502,-3.424985002116778,-3.4251773214230794,-3.425484031720078,-3.4260335800644146,-3.4269464505964486,-3.42833151856508,-3.430284263070585,-3.432886423684896,-3.436206575216408,-3.4403011083087485,-3.445215180872937,-3.450983299442814,-3.4576292752046465,-3.4651653708343373,-3.473590518044813,-3.4828875542455053,-3.4930195128475776,-3.503925115929845,-3.515513767424716,-3.527660535893041,-3.540201858388285,-3.552933007773335,-3.5656087563874035,-3.5779490946599344,-3.5896521269451807,-3.6004159298852345,-3.6099696242685924,-3.618110868201399,-3.624743105320478,-3.6299031572615292,-3.6337704330991043,-3.636653833542215,-3.638959293406352,-3.6411462262229763,-3.643682434466961,-3.647004546828806,-3.651486893255598,-3.657418164099321,-3.6649833604597655,-3.6742484644258493,-3.6851464382712282,-3.6974650317472157,-3.7108389469547904,-3.7247506906836705,-3.738545329952787,-3.7514636621665574,-3.762695491492965,-3.7714498720235152,-3.7770334713524703,-3.7789237214538525,-3.7768224030416926,-3.770678870863799,-3.7606793485154637,-3.7472069077654853,-3.7307828394342,-3.7120022838588467,-3.691475301989237,-3.669780557014384,-3.64743432999541],[-3.354562246520269,-3.35904407305042,-3.3635152669811674,-3.3679660841148125,-3.372384393114624,-3.3767550646017797,-3.3810593350841387,-3.3852742214113167,-3.389372102796349,-3.3933206322918084,-3.3970831775307815,-3.400620004355161,-3.403890384188482,-3.4068557049737747,-3.409483486779114,-3.411751964083921,-3.4136546510796277,-3.41520413851872,-3.416434367683915,-3.417400834514957,-3.4181785627874914,-3.4188581386945716,-3.4195404741165953,-3.4203311472452254,-3.4213351226481725,-3.422652429098525,-3.4243750716308448,-3.426585171622082,-3.4293541260801437,-3.4327424712223755,-3.4368001101477077,-3.44156659097626,-3.4470711731226182,-3.453332477699416,-3.460357576337036,-3.4681404320657188,-3.4766596721359333,-3.485875753087599,-3.495727679738654,-3.5061295671950496,-3.516967492096895,-3.5280972679353866,-3.539343995377184,-3.550504458261749,-3.561353587195498,-3.571656141508444,-3.5811842313077373,-3.58974009693889,-3.5971817127384593,-3.603446807145043,-3.6085697848185396,-3.6126867539894336,-3.6160265493875174,-3.618889275314557,-3.621616824155297,-3.6245608486245673,-3.6280527158727582,-3.63237793358249,-3.637755524417656,-3.6443215750353497,-3.6521159087146855,-3.6610713654798257,-3.6710062029472526,-3.681621298287578,-3.692504758983631,-3.7031468340460325,-3.7129672832020146,-3.7213554169993732,-3.727720068830853,-3.7315435351795556,-3.7324311731900823,-3.7301479993570736,-3.7246357865852566,-3.7160082911578747,-3.704526971370826,-3.6905632875640646,-3.674555342155424,-3.6569661027186093,-3.6382484150718986,-3.618819435421233],[-3.3494768701003097,-3.3537930311509574,-3.3580909789996425,-3.3623604838696397,-3.3665892479782435,-3.370762498628272,-3.3748626072626036,-3.3788688007914542,-3.3827570573250934,-3.386500302293014,-3.3900690349140685,-3.3934325081602488,-3.396560545683589,-3.399425997835622,-3.402007716733212,-3.4042937841536736,-3.406284590943712,-3.4079952895280976,-3.409457164485021,-3.410717606882004,-3.4118386125186744,-3.41289399082574,-3.4139656926710393,-3.4151397804594925,-3.416502551236814,-3.4181372050982173,-3.4201212768998452,-3.4225248728123088,-3.4254096133881426,-3.428828098090833,-3.43282367038835,-3.437430264980229,-3.4426721449688213,-3.4485633756254783,-3.4551069269703767,-3.4622933486667793,-3.4700990199605455,-3.47848404821872,-3.487389975528915,-3.4967375559713583,-3.5064249862607118,-3.516327104648995,-3.5262962032558587,-3.5361651952447444,-3.545753878774883,-3.5548788483424985,-3.563367112211342,-3.5710726284539733,-3.5778938773959377,-3.5837895817635737,-3.588789265621483,-3.592995911703384,-3.5965795272597427,-3.5997624367218366,-3.6027987932193004,-3.6059515355560268,-3.6094697108320037,-3.613568103515278,-3.6184100093501863,-3.624093205668916,-3.6306388921331845,-3.637983578601438,-3.64597441345341,-3.6543690451155735,-3.6628415349308483,-3.6709958380815513,-3.6783877444679143,-3.6845548701636406,-3.6890524967718568,-3.69149122718502,-3.6915711947399283,-3.6891074998010396,-3.684042875692602,-3.6764460095922735,-3.6664967331668343,-3.6544615992913396,-3.640664566484382,-3.6254574721014636,-3.609193968463938,-3.592209124095513],[-3.3444464253730617,-3.3486045112105565,-3.352738786158404,-3.356839005491441,-3.3608931980627412,-3.364887418454813,-3.368805552141663,-3.3726292275297722,-3.3763379035619607,-3.3799092123131147,-3.3833196372784444,-3.3865455933929987,-3.3895649383350337,-3.392358883771146,-3.3949141939358025,-3.397225470463048,-3.3992972486493445,-3.401145597216015,-3.402798941882405,-3.404297927973048,-3.4056942827063477,-3.4070487987633378,-3.408428695069423,-3.4099046847767642,-3.4115480809000935,-3.4134282065138093,-3.4156102744358217,-3.4181537908938457,-3.4211114429626797,-3.424528363795785,-3.4284416353999587,-3.432879881411984,-3.4378628148348653,-3.4434006314362597,-3.449493174312212,-3.456128837390533,-3.463283225756779,-3.4709176498951146,-3.4789776002651056,-3.4873914276996167,-3.496069540740976,-3.5049045152315363,-3.513772578218665,-3.5225369494461005,-3.5310534567984018,-3.5391786348823073,-3.5467801268545163,-3.5537486457783505,-3.5600101119537046,-3.5655360696731764,-3.5703503510065424,-3.574530366411957,-3.5782023238632683,-3.5815308324545283,-3.584704336519483,-3.5879183387185516,-3.5913583231994446,-3.59518383613056,-3.599514592550272,-3.6044190041716835,-3.6099053006021644,-3.615915459099323,-3.6223223823511264,-3.628931030564833,-3.6354843623379725,-3.6416748180347236,-3.6471615901568586,-3.6515930670596375,-3.654632747722503,-3.6559858833687384,-3.6554234563273593,-3.6528001519705104,-3.6480638149074656,-3.6412553351145736,-3.632499588372057,-3.6219894928573497,-3.609966087154989,-3.5966976616104764,-3.5824604958771795,-3.5675229251823426],[-3.3394778522143587,-3.343485663991309,-3.3474657629237177,-3.351408215552217,-3.3553016927859387,-3.359133340697294,-3.3628887154618003,-3.3665518239558248,-3.3701053190695345,-3.373530901943609,-3.37680997865358,-3.3799246027924736,-3.382858705429573,-3.385599570175678,-3.38813945791966,-3.3904772325927626,-3.3926197994999012,-3.3945831555834722,-3.3963928765125044,-3.3980839296023535,-3.399699793554153,-3.4012909655488146,-3.4029130196776847,-3.4046244290109566,-3.406484368507002,-3.40855068153131,-3.4108781323649473,-3.413516997696898,-3.4165119866882687,-3.4199014314197607,-3.423716661103909,-3.4279814635368773,-3.4327115427021084,-3.437913898642023,-3.443586081921332,-3.4497153086678987,-3.4562774627342154,-3.4632360587949416,-3.470541293574801,-3.4781293698998628,-3.485922335378607,-3.4938287258051304,-3.5017453288653067,-3.509560365863531,-3.5171583020963713,-3.524426315342163,-3.5312621666262527,-3.537582851921841,-3.5433330412238386,-3.5484920510172997,-3.5530780742853785,-3.5571486814697613,-3.5607971698818366,-3.5641450270395816,-3.567331378983509,-3.5705006501571495,-3.5737897097185054,-3.577315582973027,-3.5811645004166737,-3.5853827778454757,-3.5899698574277363,-3.594873811981697,-3.599989683157757,-3.6051611093254463,-3.6101857057020252,-3.6148245025338808,-3.6188153791572244,-3.6218898684836223,-3.62379204337357,-3.6242975996581692,-3.623230914665105,-3.620477938500515,-3.6159933113085643,-3.6098009927066954,-3.601988720708621,-3.592697527250849,-3.582108119306641,-3.570426099444574,-3.5578677865253443,-3.5446479343384136],[-3.3345766226254865,-3.3384418903152935,-3.3422769501196217,-3.3460723915133226,-3.349817709517737,-3.3535012603376804,-3.357110282478696,-3.360631014048869,-3.3640489399880553,-3.3673492020898386,-3.3705171978248973,-3.373539379343751,-3.3764042408471147,-3.379103451861658,-3.3816330595317248,-3.3839946511988597,-3.3861963474179886,-3.3882534929944637,-3.390188934438486,-3.3920328157831667,-3.393821883980872,-3.395598358043244,-3.3974084690880626,-3.3993008104621247,-3.4013246429246724,-3.4035282811603014,-3.405957651783086,-3.4086550692268363,-3.4116582337777794,-3.4149994222458613,-3.4187048198821395,-3.4227939328010555,-3.4272790222385137,-3.4321645136480408,-3.4374463531612305,-3.443111309986543,-3.4491362549249285,-3.455487481384584,-3.46212017458934,-3.468978174397976,-3.475994212621694,-3.483090829552947,-3.4901821759779876,-3.4971768727342987,-3.5039820157077077,-3.5105082702784536,-3.516675798411396,-3.5224205280977774,-3.527700058672538,-3.5324983650853867,-3.5368284843228324,-3.5407325683165283,-3.5442790424090127,-3.547557032407922,-3.5506686053200753,-3.553719616553174,-3.556810031696841,-3.560024518230353,-3.563423947819063,-3.5670382875996602,-3.5708612422947112,-3.574846955668395,-3.5789090717700454,-3.582922450426628,-3.586727774432479,-3.5901391321569553,-3.5929543880087196,-3.5949677826729802,-3.595983798419966,-3.5958309810302658,-3.5943742376751286,-3.591524210233409,-3.5872426739512386,-3.581543471704876,-3.5744891402172465,-3.566183968673461,-3.5567646298004387,-3.5463896773384294,-3.5352291214696026,-3.5234550393007797],[-3.3297469199623597,-3.3334771076351126,-3.3371757275772684,-3.3408340164143273,-3.344442379015934,-3.3479904021174294,-3.3514669292353068,-3.3548602187968504,-3.3581582078373486,-3.3613489008779984,-3.364420896523457,-3.367364052115027,-3.37017026946323,-3.372834363546076,-3.375354953911976,-3.377735299575187,-3.379983987325089,-3.382115384904215,-3.384149786692381,-3.386113209351353,-3.3880368337487665,-3.389956130118196,-3.391909737776457,-3.3939381922553036,-3.3960825981224927,-3.3983833356737696,-3.400878867954122,-3.40360468688823,-3.406592409456837,-3.409869011467857,-3.413456170386266,-3.417369681027581,-3.4216189085374635,-3.426206251125001,-3.431126599400272,-3.4363667987993494,-3.4419051453746397,-3.44771097190068,-3.4537444089732934,-3.4599564317878597,-3.466289323423657,-3.4726776939287856,-3.479050183900017,-3.4853319434180903,-3.4914479051988896,-3.4973267623982554,-3.5029054234959736,-3.5081335687097805,-3.51297780703756,-3.5174248697192203,-3.5214833081799255,-3.525183304674618,-3.528574432788118,-3.531721474269246,-3.5346986465534167,-3.5375827691831354,-3.540445972205286,-3.543348533462878,-3.546332356650879,-3.5494155077406724,-3.552588144928085,-3.555810119302163,-3.559010482676727,-3.5620890932466835,-3.5649204308939666,-3.5673595991482845,-3.5692502927246856,-3.570434264194405,-3.5707615715645415,-3.570100689159102,-3.568347478297058,-3.565432084637262,-3.561323062204229,-3.55602838308757,-3.549593404506157,-3.542096245465217,-3.5336413000201925,-3.524351742079335,-3.514361856248887,-3.503809892070142]],"type":"surface"},{"hoverinfo":"skip","line":{"color":"white","width":4},"mode":"lines","x":[0.0,-0.006404342905543904,-0.012808685811087808,-0.019213028716631712,-0.025617371622175616,-0.03202171452771952,-0.038426057433263425,-0.04483040033880732,-0.05123474324435123,-0.05763908614989514,-0.06404342905543904,-0.07044777196098294,-0.07685211486652685,-0.08325645777207075,-0.08966080067761464,-0.09606514358315857,-0.10246948648870247,-0.10887382939424636,-0.11527817229979027,-0.12168251520533417,-0.12808685811087808,-0.13449120101642198,-0.14089554392196588,-0.1472998868275098,-0.1537042297330537,-0.1601085726385976,-0.1665129155441415,-0.1729172584496854,-0.1793216013552293,-0.1857259442607732],"y":[0.0,-0.0011292584479562341,-0.0022585168959124683,-0.0033877753438687026,-0.0045170337918249365,-0.005646292239781171,-0.006775550687737405,-0.007904809135693639,-0.009034067583649873,-0.010163326031606109,-0.011292584479562343,-0.012421842927518576,-0.01355110137547481,-0.014680359823431044,-0.015809618271387278,-0.016938876719343514,-0.018068135167299746,-0.019197393615255978,-0.020326652063212217,-0.02145591051116845,-0.022585168959124685,-0.023714427407080917,-0.024843685855037153,-0.02597294430299339,-0.02710220275094962,-0.028231461198905853,-0.02936071964686209,-0.030489978094818324,-0.031619236542774556,-0.03274849499073079],"z":[-3.0686838430765406,-3.072304540164597,-3.0790092342676565,-3.0857539881102003,-3.0925388016922293,-3.099363675013744,-3.106228608074743,-3.1147471367079467,-3.1277347069540147,-3.1407863934860005,-3.1539021963039033,-3.1670821154077244,-3.1803261507974647,-3.1936343024731215,-3.2027408963195785,-3.2110390587939,-3.2192009850711356,-3.227226571127184,-3.235115816962046,-3.2428687225757202,-3.2485139383400337,-3.248862804634283,-3.249183355302325,-3.2494755903441606,-3.2497395097597894,-3.249975113549211,-3.2501824017124257,-3.251070384813487,-3.252175366308742,-3.2532988954585687],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"white","width":4},"mode":"lines","x":[0.0,0.006158388376443847,0.012316776752887695,0.018475165129331544,0.02463355350577539,0.030791941882219242,0.03695033025866309,0.04310871863510693,0.04926710701155078,0.05542549538799463,0.061583883764438484,0.06774227214088233,0.07390066051732617,0.08005904889377002,0.08621743727021386,0.09237582564665772,0.09853421402310156,0.1046926023995454,0.11085099077598926,0.1170093791524331,0.12316776752887697,0.1293261559053208,0.13548454428176465,0.14164293265820851,0.14780132103465235,0.15395970941109619,0.16011809778754005,0.16627648616398388,0.17243487454042772,0.17859326291687158],"y":[0.0,-0.001085890028448452,-0.002171780056896904,-0.0032576700853453565,-0.004343560113793808,-0.005429450142242261,-0.006515340170690713,-0.007601230199139165,-0.008687120227587617,-0.00977301025603607,-0.010858900284484522,-0.011944790312932973,-0.013030680341381426,-0.014116570369829879,-0.01520246039827833,-0.016288350426726782,-0.017374240455175233,-0.018460130483623684,-0.01954602051207214,-0.02063191054052059,-0.021717800568969044,-0.022803690597417495,-0.023889580625865946,-0.0249754706543144,-0.026061360682762852,-0.027147250711211303,-0.028233140739659757,-0.02931903076810821,-0.03040492079655666,-0.031490810825005114],"z":[-3.0686838430765406,-3.074210680926136,-3.079769724974129,-3.08536097522052,-3.09098443166531,-3.096640094308498,-3.1023279631500844,-3.1111318335559783,-3.123218712672842,-3.1353636922968935,-3.147566772428131,-3.159827953066556,-3.1721472342121673,-3.1845246158649663,-3.1932326259955475,-3.2007636938576227,-3.208444264095235,-3.2159933071570337,-3.223410823043019,-3.230696811753191,-3.237851273287549,-3.238399447951834,-3.23876629481627,-3.239116265260222,-3.2394493592836886,-3.239765576886673,-3.240064918069172,-3.240587797351381,-3.241964783794723,-3.2433472654573134],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"white","width":4},"mode":"lines","x":[-0.1857259442607732,-0.19495864321441478,-0.20419134216805634,-0.2134240411216979,-0.22265674007533948,-0.23188943902898101,-0.24112213798262258,-0.25035483693626415,-0.2595875358899057,-0.2688202348435473,-0.2780529337971889,-0.2872856327508304,-0.29651833170447195,-0.30575103065811354,-0.3149837296117551,-0.3242164285653967,-0.3334491275190382,-0.34268182647267975,-0.35191452542632135,-0.36114722437996294,-0.3703799233336045,-0.379612622287246,-0.38884532124088755,-0.3980780201945292,-0.40731071914817074,-0.4165434181018123,-0.4257761170554538,-0.4350088160090954,-0.44424151496273695,-0.45347421391637854],"y":[-0.03274849499073079,-0.02024429430855,-0.00774009362636921,0.004764107055811581,0.017268307737992372,0.029772508420173163,0.042276709102353954,0.05478090978453473,0.06728511046671554,0.07978931114889633,0.09229351183107712,0.1047977125132579,0.1173019131954387,0.12980611387761948,0.14231031455980026,0.1548145152419811,0.16731871592416186,0.17982291660634264,0.19232711728852345,0.20483131797070422,0.21733551865288503,0.2298397193350658,0.24234392001724658,0.2548481206994274,0.2673523213816082,0.27985652206378897,0.29236072274596975,0.3048649234281505,0.3173691241103313,0.32987332479251213],"z":[-3.2532988954585687,-3.253233029438255,-3.2581002362155638,-3.2693314309109844,-3.2836013998506175,-3.297071898809228,-3.3108874999926177,-3.324018281197436,-3.337517885879862,-3.3512722690637666,-3.3645340001363033,-3.3772935661244974,-3.390755008004917,-3.4048224563761655,-3.419028889968343,-3.4341861290613394,-3.4514426410210683,-3.4690394824460906,-3.4874343532453747,-3.509109779439888,-3.5321319539244738,-3.555710383248642,-3.5786832390030803,-3.60248377169487,-3.6273667544429102,-3.650651466388966,-3.6637632177101667,-3.6760720093077692,-3.688034568895001,-3.689299071958069],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"white","width":4},"mode":"lines","x":[-0.1857259442607732,-0.19104388831340818,-0.19636183236604313,-0.2016797764186781,-0.20699772047131307,-0.212315664523948,-0.21763360857658298,-0.22295155262921795,-0.2282694966818529,-0.23358744073448787,-0.23890538478712284,-0.24422332883975778,-0.24954127289239275,-0.2548592169450277,-0.26017716099766264,-0.2654951050502976,-0.2708130491029326,-0.27613099315556755,-0.2814489372082025,-0.2867668812608375,-0.29208482531347246,-0.29740276936610743,-0.30272071341874235,-0.3080386574713773,-0.3133566015240123,-0.3186745455766472,-0.3239924896292822,-0.32931043368191715,-0.3346283777345521,-0.3399463217871871],"y":[-0.03274849499073079,-0.036038536875273745,-0.03932857875981669,-0.042618620644359645,-0.04590866252890259,-0.04919870441344555,-0.0524887462979885,-0.055778788182531444,-0.0590688300670744,-0.06235887195161735,-0.06564891383616031,-0.06893895572070324,-0.0722289976052462,-0.07551903948978915,-0.0788090813743321,-0.08209912325887506,-0.085389165143418,-0.08867920702796095,-0.09196924891250391,-0.09525929079704686,-0.09854933268158982,-0.10183937456613276,-0.10512941645067571,-0.10841945833521865,-0.1117095002197616,-0.11499954210430455,-0.11828958398884751,-0.12157962587339045,-0.1248696677579334,-0.12815970964247636],"z":[-3.2532988954585687,-3.254520125267774,-3.255786226130316,-3.2570971980461954,-3.2584530410154118,-3.2626269129906786,-3.26947954789668,-3.276473126878531,-3.2847248594234917,-3.2940495938009176,-3.303278096520034,-3.3124103675808416,-3.3214464069833407,-3.3306222813202737,-3.3396754237240813,-3.348479281909382,-3.3570338558761748,-3.3653391456244597,-3.3733951511542375,-3.3812018724655073,-3.388759309558271,-3.3919643301322315,-3.3943538919976852,-3.3965556569455986,-3.3985696249759716,-3.4003957960888043,-3.4020341702840966,-3.4034847475618495,-3.404745141201661,-3.4058689790436727],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"white","width":4},"mode":"lines","x":[0.17859326291687158,0.18551814245996168,0.1924430220030518,0.1993679015461419,0.20629278108923202,0.21321766063232211,0.22014254017541224,0.22706741971850233,0.23399229926159243,0.24091717880468255,0.24784205834777268,0.25476693789086274,0.26169181743395287,0.268616696977043,0.27554157652013306,0.2824664560632232,0.2893913356063133,0.2963162151494034,0.3032410946924935,0.3101659742355836,0.31709085377867374,0.3240157333217638,0.33094061286485393,0.33786549240794406,0.3447903719510341,0.35171525149412425,0.35864013103721437,0.36556501058030444,0.37248989012339456,0.3794147696664847],"y":[-0.031490810825005114,-0.054746512354019436,-0.07800221388303377,-0.1012579154120481,-0.12451361694106242,-0.14776931847007674,-0.1710250199990911,-0.19428072152810538,-0.21753642305711973,-0.24079212458613408,-0.2640478261151484,-0.28730352764416267,-0.310559229173177,-0.33381493070219137,-0.35707063223120566,-0.38032633376022,-0.4035820352892343,-0.4268377368182486,-0.450093438347263,-0.4733491398762773,-0.49660484140529165,-0.519860542934306,-0.5431162444633203,-0.5663719459923346,-0.589627647521349,-0.6128833490503633,-0.6361390505793777,-0.6593947521083919,-0.6826504536374063,-0.7059061551664206],"z":[-3.2433472654573134,-3.2467042612373835,-3.260781180462282,-3.277332811705174,-3.296554203346445,-3.317289536545599,-3.3366294016013818,-3.354962388528204,-3.3725417375926847,-3.3895674474321162,-3.4062193721576772,-3.423277223867708,-3.4401622260826943,-3.4576004886823952,-3.475543908627178,-3.4946971715918558,-3.5157665560167404,-3.5382151660892793,-3.564506753009698,-3.5922049068283854,-3.62646140652733,-3.6628560730725876,-3.7052614634496797,-3.7478188988980694,-3.792613272165551,-3.835148966250589,-3.876590133693933,-3.906101294699708,-3.9324784719293016,-3.9328495952212137],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"white","width":4},"mode":"lines","x":[0.17859326291687158,0.1847173573999138,0.19084145188295598,0.1969655463659982,0.2030896408490404,0.2092137353320826,0.2153378298151248,0.22146192429816702,0.2275860187812092,0.23371011326425142,0.23983420774729364,0.24595830223033582,0.25208239671337807,0.25820649119642025,0.26433058567946244,0.2704546801625046,0.27657877464554687,0.28270286912858905,0.2888269636116313,0.2949510580946735,0.30107515257771567,0.30719924706075785,0.31332334154380004,0.3194474360268423,0.3255715305098845,0.3316956249929267,0.3378197194759689,0.3439438139590111,0.35006790844205327,0.3561920029250955],"y":[-0.031490810825005114,-0.030225752995586035,-0.028960695166166957,-0.027695637336747875,-0.026430579507328796,-0.025165521677909718,-0.023900463848490636,-0.02263540601907156,-0.02137034818965248,-0.020105290360233397,-0.01884023253081432,-0.01757517470139524,-0.01631011687197616,-0.015045059042557082,-0.013780001213138004,-0.012514943383718922,-0.011249885554299843,-0.009984827724880765,-0.008719769895461683,-0.007454712066042608,-0.006189654236623526,-0.004924596407204447,-0.0036595385777853685,-0.0023944807483662865,-0.001129422918947208,0.0001356349104718671,0.0014006927398909491,0.002665750569310031,0.003930808398729106,0.005195866228148188],"z":[-3.2433472654573134,-3.244537153884166,-3.245720676051089,-3.2468978319580817,-3.2480686216051446,-3.251773007037982,-3.258777334392558,-3.2658256130791288,-3.2729178430976935,-3.280054024448252,-3.287234157130805,-3.2944582411453522,-3.3028276013031688,-3.3120718168300347,-3.3213806533664334,-3.33058674833122,-3.3396901017243974,-3.348690713545964,-3.35758858379592,-3.36238282529966,-3.3664153490265023,-3.3704042900902262,-3.3743496484908326,-3.378251424228321,-3.3821096173026914,-3.3857462600949613,-3.386263496506915,-3.3867754113843858,-3.387282004727373,-3.3877832765358757],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"white","width":4},"mode":"lines","x":[0.3561920029250955,0.36460871004042633,0.37302541715575716,0.38144212427108803,0.38985883138641886,0.3982755385017497,0.4066922456170805,0.41510895273241133,0.42352565984774215,0.431942366963073,0.44035907407840386,0.4487757811937347,0.4571924883090655,0.4656091954243963,0.47402590253972715,0.48244260965505803,0.49085931677038885,0.4992760238857197,0.5076927310010505,0.5161094381163813,0.5245261452317121,0.532942852347043,0.5413595594623738,0.5497762665777046,0.5581929736930356,0.5666096808083663,0.5750263879236972,0.583443095039028,0.5918598021543588,0.6002765092696897],"y":[0.005195866228148188,-0.0005510064879198822,-0.0062978792039879525,-0.012044751920056024,-0.017791624636124093,-0.023538497352192166,-0.029285370068260236,-0.0350322427843283,-0.040779115500396375,-0.04652598821646445,-0.05227286093253252,-0.05801973364860058,-0.06376660636466866,-0.06951347908073673,-0.07526035179680479,-0.08100722451287287,-0.08675409722894094,-0.092500969945009,-0.09824784266107708,-0.10399471537714515,-0.10974158809321323,-0.1154884608092813,-0.12123533352534935,-0.12698220624141743,-0.1327290789574855,-0.13847595167355356,-0.14422282438962164,-0.14996969710568972,-0.15571656982175777,-0.16146344253782585],"z":[-3.3877832765358757,-3.388470314410997,-3.3892047005484054,-3.39219591439967,-3.3957272518234083,-3.400420074074789,-3.4055511629073365,-3.4113851507172517,-3.4215468069483643,-3.432036755855138,-3.442854997437573,-3.4541288785960997,-3.4671480521309457,-3.482854764708828,-3.498910740138546,-3.5153159784201,-3.5320704795534903,-3.5490577311523377,-3.5658316479475425,-3.5819210311038026,-3.5979577784023005,-3.6140841111421604,-3.629132648483938,-3.640312735716295,-3.65142853302119,-3.662480040398623,-3.6709964752781437,-3.6759439291348897,-3.6760963533491906,-3.676236618237082],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"white","width":4},"mode":"lines","x":[0.3561920029250955,0.37124474253982,0.38629748215454446,0.4013502217692689,0.41640296138399335,0.43145570099871783,0.4465084406134423,0.4615611802281667,0.4766139198428912,0.4916666594576157,0.5067193990723402,0.5217721386870646,0.536824878301789,0.5518776179165136,0.566930357531238,0.5819830971459625,0.5970358367606869,0.6120885763754114,0.6271413159901358,0.6421940556048603,0.6572467952195848,0.6722995348343093,0.6873522744490337,0.7024050140637581,0.7174577536784826,0.732510493293207,0.7475632329079316,0.762615972522656,0.7776687121373804,0.792721451752105],"y":[0.005195866228148188,0.015510964024944562,0.025826061821740937,0.03614115961853731,0.046456257415333685,0.056771355212130066,0.06708645300892643,0.07740155080572281,0.08771664860251918,0.09803174639931557,0.10834684419611194,0.1186619419929083,0.1289770397897047,0.13929213758650108,0.14960723538329743,0.15992233318009383,0.17023743097689018,0.18055252877368655,0.19086762657048295,0.2011827243672793,0.2114978221640757,0.22181291996087207,0.23212801775766842,0.24244311555446482,0.2527582133512612,0.26307331114805754,0.27338840894485394,0.28370350674165035,0.29401860453844664,0.30433370233524304],"z":[-3.3877832765358757,-3.388969802877333,-3.3932412203491995,-3.399694891160466,-3.407355278275428,-3.420015876741007,-3.432145034177668,-3.4466207504163098,-3.462761573595561,-3.478453346206643,-3.4944460439725393,-3.5124107681198486,-3.5306437308423106,-3.549721035425914,-3.5695225467242935,-3.5911868924731833,-3.6146265468069734,-3.6392377428475724,-3.6651720130111594,-3.6926799093093337,-3.7214658348052603,-3.750971179662466,-3.781360000330206,-3.810327308258663,-3.835872864261603,-3.8609993732339656,-3.886700034277348,-3.8973010437271647,-3.906273728928528,-3.912381313200656],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"white","width":4},"mode":"lines","x":[-0.3399463217871871,-0.3460032633473972,-0.35206020490760737,-0.35811714646781756,-0.3641740880280277,-0.37023102958823784,-0.37628797114844803,-0.38234491270865817,-0.3884018542688683,-0.39445879582907845,-0.4005157373892886,-0.4065726789494988,-0.4126296205097089,-0.41868656206991905,-0.4247435036301292,-0.4308004451903394,-0.4368573867505495,-0.44291432831075966,-0.4489712698709698,-0.45502821143118,-0.46108515299139013,-0.4671420945516003,-0.4731990361118104,-0.47925597767202055,-0.48531291923223074,-0.4913698607924409,-0.497426802352651,-0.5034837439128612,-0.5095406854730713,-0.5155976270332815],"y":[-0.12815970964247636,-0.12660460080859962,-0.12504949197472287,-0.12349438314084614,-0.12193927430696941,-0.12038416547309266,-0.11882905663921593,-0.11727394780533919,-0.11571883897146246,-0.11416373013758571,-0.11260862130370897,-0.11105351246983224,-0.1094984036359555,-0.10794329480207876,-0.10638818596820201,-0.10483307713432527,-0.10327796830044854,-0.10172285946657181,-0.10016775063269506,-0.09861264179881832,-0.09705753296494159,-0.09550242413106486,-0.09394731529718811,-0.09239220646331137,-0.09083709762943463,-0.0892819887955579,-0.08772687996168116,-0.08617177112780441,-0.08461666229392768,-0.08306155346005094],"z":[-3.4058689790436727,-3.407058904268758,-3.4082477718690383,-3.409435581844516,-3.4106223341951885,-3.411808028921059,-3.41312983457361,-3.4170460629489368,-3.420928612720527,-3.4247774838883807,-3.428592676452498,-3.432374190412879,-3.436122025769524,-3.4398572305772,-3.4436946772640735,-3.4475666011373898,-3.4514730021971483,-3.45541388044335,-3.4593892358759937,-3.4633963568368045,-3.466680107746771,-3.4683810295412716,-3.4700855582735897,-3.471793693943725,-3.4735054365516795,-3.475220786097451,-3.4769397425810404,-3.4779113906947074,-3.4779348506966272,-3.477961461073215],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"white","width":4},"mode":"lines","x":[-0.3399463217871871,-0.34357365520968947,-0.3472009886321919,-0.3508283220546943,-0.3544556554771967,-0.3580829888996991,-0.3617103223222015,-0.3653376557447039,-0.3689649891672063,-0.3725923225897087,-0.3762196560122111,-0.3798469894347135,-0.3834743228572159,-0.3871016562797183,-0.3907289897022207,-0.39435632312472313,-0.3979836565472255,-0.4016109899697279,-0.4052383233922303,-0.40886565681473275,-0.4124929902372351,-0.4161203236597375,-0.41974765708223993,-0.4233749905047423,-0.42700232392724474,-0.4306296573497471,-0.43425699077224955,-0.43788432419475193,-0.4415116576172543,-0.44513899103975674],"y":[-0.12815970964247636,-0.1332535644491036,-0.13834741925573085,-0.1434412740623581,-0.14853512886898534,-0.15362898367561256,-0.1587228384822398,-0.16381669328886705,-0.1689105480954943,-0.17400440290212155,-0.1790982577087488,-0.18419211251537604,-0.18928596732200328,-0.19437982212863053,-0.19947367693525775,-0.20456753174188502,-0.20966138654851224,-0.2147552413551395,-0.21984909616176673,-0.22494295096839398,-0.23003680577502122,-0.23513066058164847,-0.24022451538827572,-0.24531837019490296,-0.2504122250015302,-0.2555060798081574,-0.2605999346147847,-0.2656937894214119,-0.27078764422803914,-0.2758814990346664],"z":[-3.4058689790436727,-3.4066859814219663,-3.407505058482048,-3.4093243130152384,-3.4121150743423474,-3.4151079866832124,-3.4183030500378333,-3.421700264406211,-3.425299629788345,-3.4291011461842347,-3.433179765963067,-3.4392997562984693,-3.446845738545097,-3.4544766435279817,-3.462192471247122,-3.4699932217025196,-3.477878894894173,-3.485849490822084,-3.4939050094862507,-3.5017214465774456,-3.508374955200117,-3.5150196554587736,-3.5203725451629015,-3.5247500197128283,-3.5290080905595125,-3.533146757702954,-3.5371660211431526,-3.5408967642964138,-3.541007688100005,-3.541097510430906],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"white","width":4},"mode":"lines","x":[0.792721451752105,0.8254296373951369,0.8581378230381689,0.8908460086812008,0.9235541943242327,0.9562623799672647,0.9889705656102966,1.0216787512533285,1.0543869368963605,1.0870951225393923,1.1198033081824244,1.1525114938254561,1.1852196794684882,1.2179278651115202,1.250636050754552,1.283344236397584,1.3160524220406158,1.3487606076836478,1.3814687933266798,1.4141769789697118,1.4468851646127439,1.4795933502557757,1.5123015358988074,1.5450097215418395,1.5777179071848715,1.6104260928279033,1.6431342784709353,1.675842464113967,1.708550649756999,1.7412588354000311],"y":[0.30433370233524304,0.30724748223538656,0.31016126213553014,0.31307504203567366,0.3159888219358172,0.31890260183596075,0.3218163817361043,0.3247301616362478,0.3276439415363913,0.3305577214365349,0.3334715013366784,0.33638528123682193,0.3392990611369655,0.34221284103710903,0.34512662093725255,0.3480404008373961,0.35095418073753964,0.35386796063768317,0.35678174053782674,0.35969552043797026,0.3626093003381138,0.3655230802382573,0.3684368601384009,0.3713506400385444,0.374264419938688,0.3771781998388315,0.380091979738975,0.38300575963911854,0.38591953953926206,0.38883331943940563],"z":[-3.912381313200656,-3.904405042827894,-3.8880675779504825,-3.8715597589466757,-3.856776238527952,-3.8432746591646696,-3.829301199748324,-3.815395921167874,-3.802374629462236,-3.7910900468257767,-3.7827828344269046,-3.7794694324350537,-3.7809058595129326,-3.787732232972837,-3.800600807704929,-3.8218774422520854,-3.8526268356818747,-3.89261492120498,-3.9427369849997795,-4.00366490622784,-4.079909581516118,-4.168565638832434,-4.268095906996964,-4.376691029209913,-4.49171033324079,-4.604106690060794,-4.704502207486345,-4.7859412903575835,-4.842091350955165,-4.860560463289563],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"white","width":4},"mode":"lines","x":[0.792721451752105,0.7956804801480142,0.7986395085439235,0.8015985369398327,0.8045575653357421,0.8075165937316513,0.8104756221275605,0.8134346505234699,0.8163936789193791,0.8193527073152883,0.8223117357111976,0.8252707641071069,0.8282297925030162,0.8311888208989254,0.8341478492948347,0.837106877690744,0.8400659060866532,0.8430249344825624,0.8459839628784718,0.848942991274381,0.8519020196702903,0.8548610480661996,0.8578200764621088,0.8607791048580181,0.8637381332539273,0.8666971616498367,0.8696561900457459,0.8726152184416551,0.8755742468375645,0.8785332752334737],"y":[0.30433370233524304,0.3098427000209573,0.31535169770667154,0.3208606953923858,0.3263696930781001,0.3318786907638144,0.3373876884495286,0.3428966861352429,0.34840568382095716,0.3539146815066714,0.35942367919238566,0.36493267687809994,0.37044167456381416,0.37595067224952844,0.3814596699352427,0.38696866762095694,0.3924776653066712,0.3979866629923855,0.4034956606780997,0.409004658363814,0.4145136560495283,0.4200226537352425,0.4255316514209568,0.43104064910667106,0.4365496467923853,0.44205864447809956,0.44756764216381384,0.45307663984952806,0.45858563753524234,0.4640946352209566],"z":[-3.912381313200656,-3.9125006494975465,-3.912620312879053,-3.9106338491026245,-3.9078407087418023,-3.905213399162138,-3.9027519203636305,-3.900456272346281,-3.898326455110089,-3.8963624686550538,-3.894800955353664,-3.8950010307851546,-3.895552335236604,-3.8963936984214587,-3.897293470708061,-3.89853303699416,-3.900112397279761,-3.9020315515648605,-3.9051321876981597,-3.909017364353289,-3.9130473706592763,-3.9172222066161195,-3.9215418722238207,-3.9260063674823784,-3.9306156923917936,-3.935267124239814,-3.936804464242739,-3.9381041858687214,-3.937620167017122,-3.937137876253481],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"white","width":4},"mode":"lines","x":[-0.44513899103975674,-0.4569366881653337,-0.46873438529091066,-0.48053208241648765,-0.49232977954206464,-0.5041274766676416,-0.5159251737932186,-0.5277228709187956,-0.5395205680443725,-0.5513182651699495,-0.5631159622955264,-0.5749136594211034,-0.5867113565466804,-0.5985090536722574,-0.6103067507978344,-0.6221044479234112,-0.6339021450489882,-0.6456998421745652,-0.6574975393001422,-0.6692952364257192,-0.6810929335512962,-0.6928906306768732,-0.70468832780245,-0.716486024928027,-0.728283722053604,-0.7400814191791809,-0.751879116304758,-0.7636768134303349,-0.7754745105559119,-0.7872722076814889],"y":[-0.2758814990346664,-0.2825763215891087,-0.28927114414355104,-0.29596596669799335,-0.30266078925243567,-0.309355611806878,-0.3160504343613203,-0.3227452569157626,-0.3294400794702049,-0.3361349020246473,-0.3428297245790896,-0.3495245471335319,-0.35621936968797424,-0.36291419224241656,-0.36960901479685887,-0.3763038373513012,-0.3829986599057435,-0.3896934824601858,-0.39638830501462813,-0.40308312756907044,-0.4097779501235128,-0.4164727726779551,-0.42316759523239744,-0.42986241778683976,-0.43655724034128207,-0.4432520628957244,-0.4499468854501667,-0.456641708004609,-0.46333653055905133,-0.47003135311349364],"z":[-3.541097510430906,-3.542169805656792,-3.5395212222829344,-3.5365557198979376,-3.534204385213412,-3.532739201136511,-3.5329155973242874,-3.534032030579125,-3.536088500901023,-3.5419137413736688,-3.5495961918701817,-3.558292042204817,-3.5695045398817706,-3.5853075677904993,-3.602281498736261,-3.6204263327190573,-3.6430024565584427,-3.6684092497413996,-3.6943405050216103,-3.72154324404237,-3.7512260941943847,-3.7819784541825143,-3.8138003240067575,-3.8430071683439078,-3.8667148825657245,-3.8885874599355166,-3.908845373367169,-3.9179388052351154,-3.926880072178056,-3.9356691741959886],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"white","width":4},"mode":"lines","x":[-0.44513899103975674,-0.4537742718216543,-0.4624095526035518,-0.4710448333854494,-0.4796801141673469,-0.4883153949492445,-0.496950675731142,-0.5055859565130395,-0.5142212372949371,-0.5228565180768346,-0.5314917988587322,-0.5401270796406297,-0.5487623604225272,-0.5573976412044248,-0.5660329219863223,-0.57466820276822,-0.5833034835501174,-0.591938764332015,-0.6005740451139125,-0.60920932589581,-0.6178446066777076,-0.6264798874596051,-0.6351151682415026,-0.6437504490234003,-0.6523857298052977,-0.6610210105871953,-0.6696562913690929,-0.6782915721509903,-0.6869268529328879,-0.6955621337147855],"y":[-0.2758814990346664,-0.3164619751277895,-0.35704245122091255,-0.39762292731403565,-0.4382034034071587,-0.4787838795002818,-0.5193643555934049,-0.5599448316865279,-0.6005253077796511,-0.6411057838727741,-0.6816862599658973,-0.7222667360590203,-0.7628472121521434,-0.8034276882452664,-0.8440081643383894,-0.8845886404315126,-0.9251691165246356,-0.9657495926177587,-1.0063300687108818,-1.0469105448040048,-1.087491020897128,-1.128071496990251,-1.168651973083374,-1.2092324491764972,-1.2498129252696204,-1.2903934013627434,-1.3309738774558664,-1.3715543535489894,-1.4121348296421123,-1.4527153057352358],"z":[-3.541097510430906,-3.537028297816668,-3.529057321456792,-3.5292591402354625,-3.537577837859115,-3.550042289569756,-3.563040116659672,-3.575045267162939,-3.5844634573868808,-3.5907714711615624,-3.595122511697818,-3.5990301663972852,-3.604065902292845,-3.611289893296092,-3.621971246847334,-3.637407152802909,-3.6589611045345634,-3.687797517599641,-3.7258129382770244,-3.7750437355951227,-3.8377774033068457,-3.916269959879764,-4.010619035405433,-4.122606343371921,-4.250488809489822,-4.388563753238367,-4.523596390282394,-4.634346656053328,-4.709338044116706,-4.737121274780745],"type":"scatter3d"},{"hoverinfo":"skip","marker":{"color":"white","size":6},"mode":"markers+text","text":["1","2","3","4","5","6","7","8"],"textfont":{"color":"white","size":18},"textposition":"top center","x":[-0.5155976270332815,-0.7872722076814889,-0.45347421391637854,1.7412588354000311,-0.6955621337147855,0.3794147696664847,0.8785332752334737,0.6002765092696897],"y":[-0.08306155346005094,-0.47003135311349364,0.32987332479251213,0.38883331943940563,-1.4527153057352358,-0.7059061551664206,0.4640946352209566,-0.16146344253782585],"z":[-3.308080991532865,-3.768867827686864,-3.523940764905299,-4.698074168465645,-4.578669041898735,-3.7687301568457543,-3.7715366451526973,-3.512145735523302],"type":"scatter3d"}],"layout":{"template":{"data":{"histogram2dcontour":[{"type":"histogram2dcontour","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"choropleth":[{"type":"choropleth","colorbar":{"outlinewidth":0,"ticks":""}}],"histogram2d":[{"type":"histogram2d","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"heatmap":[{"type":"heatmap","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"heatmapgl":[{"type":"heatmapgl","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"contourcarpet":[{"type":"contourcarpet","colorbar":{"outlinewidth":0,"ticks":""}}],"contour":[{"type":"contour","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"surface":[{"type":"surface","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"mesh3d":[{"type":"mesh3d","colorbar":{"outlinewidth":0,"ticks":""}}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"parcoords":[{"type":"parcoords","line":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scatterpolargl":[{"type":"scatterpolargl","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"#E5ECF6","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"scattergeo":[{"type":"scattergeo","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scatterpolar":[{"type":"scatterpolar","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"scattergl":[{"type":"scattergl","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scatter3d":[{"type":"scatter3d","line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scattermapbox":[{"type":"scattermapbox","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scatterternary":[{"type":"scatterternary","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scattercarpet":[{"type":"scattercarpet","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"white","linecolor":"white","minorgridcolor":"white","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"white","linecolor":"white","minorgridcolor":"white","startlinecolor":"#2a3f5f"},"type":"carpet"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}],"barpolar":[{"marker":{"line":{"color":"#E5ECF6","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"pie":[{"automargin":true,"type":"pie"}]},"layout":{"autotypenumbers":"strict","colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"hovermode":"closest","hoverlabel":{"align":"left"},"paper_bgcolor":"white","plot_bgcolor":"#E5ECF6","polar":{"bgcolor":"#E5ECF6","angularaxis":{"gridcolor":"white","linecolor":"white","ticks":""},"radialaxis":{"gridcolor":"white","linecolor":"white","ticks":""}},"ternary":{"bgcolor":"#E5ECF6","aaxis":{"gridcolor":"white","linecolor":"white","ticks":""},"baxis":{"gridcolor":"white","linecolor":"white","ticks":""},"caxis":{"gridcolor":"white","linecolor":"white","ticks":""}},"coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]]},"xaxis":{"gridcolor":"white","linecolor":"white","ticks":"","title":{"standoff":15},"zerolinecolor":"white","automargin":true,"zerolinewidth":2},"yaxis":{"gridcolor":"white","linecolor":"white","ticks":"","title":{"standoff":15},"zerolinecolor":"white","automargin":true,"zerolinewidth":2},"scene":{"xaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white","gridwidth":2},"yaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white","gridwidth":2},"zaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white","gridwidth":2}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"geo":{"bgcolor":"white","landcolor":"#E5ECF6","subunitcolor":"white","showland":true,"showlakes":true,"lakecolor":"white"},"title":{"x":0.05},"mapbox":{"style":"light"}}},"margin":{"l":0,"r":0,"b":0,"t":30},"scene":{"xaxis":{"visible":false},"yaxis":{"visible":false},"zaxis":{"visible":false},"aspectratio":{"x":1.5,"y":1.5,"z":0.3},"camera":{"eye":{"x":0,"y":-1.25,"z":1.25}}},"title":{"text":"Energy landscape (3D)"},"showlegend":false,"hovermode":"closest"}} \ No newline at end of file diff --git a/assets/plotly/2025-10-25-phase-diagram-playbook/3D-PDA-C.json b/assets/plotly/2025-10-25-phase-diagram-playbook/3D-PDA-C.json new file mode 100644 index 0000000..9bbef6d --- /dev/null +++ b/assets/plotly/2025-10-25-phase-diagram-playbook/3D-PDA-C.json @@ -0,0 +1 @@ +{"data":[{"colorscale":[[0.0,"#440154"],[0.1111111111111111,"#482878"],[0.2222222222222222,"#3e4989"],[0.3333333333333333,"#31688e"],[0.4444444444444444,"#26828e"],[0.5555555555555556,"#1f9e89"],[0.6666666666666666,"#35b779"],[0.7777777777777778,"#6ece58"],[0.8888888888888888,"#b5de2b"],[1.0,"#fde725"]],"hovertemplate":"\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003eC=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","opacity":1.0,"x":[[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156]],"y":[[-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798],[-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228],[-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659],[-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089],[-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752],[-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895],[-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038],[-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811],[-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242],[-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672],[-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103],[-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533],[-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964],[-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394],[-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825],[-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255],[-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686],[-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116],[-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547],[-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977],[-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408],[-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838],[-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269],[-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699],[-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613],[-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756],[-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991],[-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213],[-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518],[-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823],[-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128],[-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433],[-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738],[-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043],[-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348],[-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653],[-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958],[-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633],[-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684],[0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265],[0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215],[0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516],[0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211],[0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906],[0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601],[0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296],[0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399],[0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686],[0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538],[0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062],[0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677],[0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248],[0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816],[0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384],[0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955],[0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526],[0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094],[0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662],[0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233],[0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804],[0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372],[0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094],[0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511],[0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082],[0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665],[0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218],[0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789],[0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236],[0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928],[0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496],[0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067],[0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638],[0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206],[0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774],[0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345],[0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916],[0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484],[0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052],[0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623],[0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194]],"z":[[0.013071510536552342,0.013712688317004364,0.014598243266448705,0.015580902687731569,0.01710947630141128,0.018666819166311178,0.020920550874805176,0.022797716044951552,0.025312001355664658,0.0279365281570508,0.0311735582473589,0.0343665090832062,0.038218848043642936,0.042474526441060416,0.04664897824769117,0.05107179319367628,0.05639177857375739,0.061892987812115795,0.06746843224378517,0.07373019095910145,0.08010522196701102,0.08707188978588047,0.09421404653301597,0.10241482051154448,0.10952950750776469,0.11758667021722852,0.12634592748716147,0.13518493692468442,0.14450349645527677,0.15322850230519414,0.16267126383851954,0.17255634568753997,0.18292750692318327,0.1931003938545817,0.20276933593002358,0.21325449450743922,0.22161059470834993,0.2329318044990561,0.24245052419054422,0.25307970438168287,0.2619156070868183,0.2709835653461777,0.2811964964868745,0.2880346973227559,0.2977486929458088,0.3072204350876944,0.3143939849302925,0.3198865651317096,0.3295347423977378,0.3337498152541747,0.3398094608389821,0.3483932435180296,0.3535773438340997,0.3568464148367741,0.3614132155149032,0.36591298759986074,0.36897781443759503,0.3726947053504527,0.3751664360302081,0.37631258952628777,0.37962773073851624,0.3797593913416794,0.3773045762799248,0.38318356747267746,0.382420588942426,0.3808503775850207,0.3819607440952384,0.3800540416726019,0.37923858499348684,0.3789535803798704,0.3753095860894183,0.3746431800571564,0.3743646992035669,0.3678566673036416,0.3645502312797425,0.3598223513678027,0.3585682643201085,0.36162314931957756,0.35284078735577573,0.3545411227147856],[0.012966072686755472,0.013516420871407506,0.014471201087172205,0.015355051591756716,0.016838146439054028,0.0184611608783596,0.020347271347449587,0.02245030308620481,0.024855433614617336,0.027642351154820898,0.03103806568707144,0.03394338900334291,0.03776202351160831,0.04190990152505043,0.046093766139027714,0.050844046262846485,0.055836508394060645,0.061748283816686726,0.06700132575104902,0.07318856968158602,0.07935573935583286,0.08684059545254094,0.09418278414990038,0.10132597038327733,0.10913264015036717,0.11779025558006279,0.12626760262173495,0.13522894760320842,0.14386585510624514,0.15315385807432078,0.162580727789556,0.17190583354773875,0.18190673228764467,0.19206690026370482,0.20241016805602857,0.21162114734612747,0.2228134054266335,0.23258799821359658,0.24304545951412898,0.25262936355438254,0.2632550850080776,0.27176573122971825,0.2797191760873906,0.2898083397702695,0.2980705985172334,0.3048328354623769,0.313866761921826,0.32284723592950343,0.32900017578726626,0.33558237239923766,0.34180006622010567,0.3461145962266062,0.35204114573178574,0.35736283326771195,0.36139902944798413,0.3644759385362345,0.3674973354026747,0.373032484533781,0.37398990560347684,0.37273866935485334,0.37680313778198005,0.3785341476436281,0.3770250867725194,0.3815347598722402,0.3796350244630682,0.3855889260349209,0.38119228297605867,0.37738705962590174,0.37440687378332954,0.37922053679886697,0.3754551541874698,0.3757826289733807,0.37179044361899416,0.37126462780883823,0.36967373092884664,0.3650973002774064,0.36421702534538014,0.35937983610215934,0.36265611664920744,0.35338525871632026],[0.012529630539529666,0.013109427760441541,0.014178353028379028,0.015095018454572933,0.01649444326374537,0.01811671574336543,0.0199625348241937,0.02212445603362934,0.024430422852713626,0.02733702943667757,0.030628319695215147,0.03377723252635252,0.037523408100089604,0.04135328831698691,0.04588900579174139,0.050661359717283444,0.055770875818285263,0.060901654831933584,0.06665602550513157,0.07276726047269778,0.08003163025185912,0.08628555218034362,0.09330869150040252,0.10107188680825945,0.10929515833338978,0.11721721491744128,0.126062404112887,0.1345565792568801,0.14343960607559403,0.152192456746554,0.16142650732877772,0.17207545158643903,0.18195981692552232,0.1919212069770763,0.2015714807584892,0.21150732667926686,0.22196518910453913,0.23307518638077573,0.24256111056109259,0.2533373917912246,0.26231231481341705,0.27116689588059045,0.2806257126985617,0.2894110477947554,0.2970823540461741,0.30669538483716113,0.3142826306184129,0.32021118225418843,0.3299568572455367,0.3373431048125741,0.3426544363627909,0.34821349609105157,0.3533446529320854,0.3597458151994724,0.36055493314944403,0.3670455597782916,0.36791388543774917,0.37303955455605214,0.3742442396148801,0.3774587848397638,0.37662809711983647,0.3816790170477732,0.38076046947065517,0.38068557284196497,0.3854948924589127,0.3802489322590643,0.3808141983507361,0.3793589741468865,0.3789125114230733,0.37873961933591604,0.37678758637788967,0.3729259905792543,0.3739777632187989,0.36856291518980133,0.36643158219483346,0.367199628472953,0.3648728805646618,0.36330449466628206,0.3548350203970366,0.35733587624570856],[0.01236813471988768,0.012785334981469918,0.013809777019319257,0.014758610217218244,0.01605700839635399,0.01779782156592823,0.019548100689836725,0.02183169737083048,0.024143240452360323,0.027085885245342705,0.03028799358187584,0.03339864163517269,0.037057786423682085,0.041023556055431655,0.0453084296113409,0.05009738135082325,0.05516817264294343,0.06064537431358072,0.06611838799588778,0.07231622619960326,0.07899374642163683,0.08565788013727012,0.09293083105497492,0.10076930037011665,0.10912210069993615,0.11690325481547147,0.12575533567330932,0.13484789300650105,0.14262332405575712,0.15279601593824646,0.16229720126208716,0.1717887112250164,0.1814521038771133,0.19086669191306294,0.2020702348514645,0.2109882927004885,0.22212178725534715,0.23089641862640567,0.2424843883853412,0.25141845375125577,0.2624519765727899,0.27206425084406205,0.27996392869734676,0.28880823927014887,0.29566433393280817,0.3066605878582006,0.3144667190135833,0.3200702504039963,0.3296654748546347,0.33767281286021206,0.34196788294361186,0.3494225420958804,0.3545392935300058,0.3582171450199111,0.3633055738979804,0.36516707905726004,0.3723178983972439,0.3750264453231543,0.37475420812450655,0.38114758327734255,0.3808540643471018,0.3809076469583111,0.3834757703274693,0.3800542148765797,0.3819904875372941,0.38459741328861513,0.38106646156163143,0.3822252754945659,0.38110019810700896,0.3801304132786037,0.3801185726825827,0.37206054509701475,0.3731914969295579,0.37122553065329195,0.3702120869743816,0.36598748221723415,0.3635715898482276,0.35955495284977185,0.3564225771484441,0.35624143237815414],[0.011947688083278443,0.012695282461185528,0.013240905820325404,0.014536437638974498,0.01585375737479208,0.01724532184004144,0.019239813895837527,0.021346867647036433,0.024073184786569217,0.02659702181106153,0.02978237758915674,0.03332571464998316,0.03658693029934702,0.040810022656148734,0.04501214622048662,0.04986574453905527,0.05481301783752036,0.059939153145947374,0.06615791301401779,0.07179311831422196,0.07826582716421364,0.08549143028434832,0.0924426821330711,0.09993577040165767,0.10819751857997842,0.11634000857536983,0.12479868692551624,0.13319480094881075,0.14242851294949121,0.15212069017116633,0.16138873672371887,0.17023845838869497,0.18109948067050943,0.19086970534744133,0.20139295379585423,0.2120062988555248,0.22173726144607586,0.23180036982629396,0.24187446092571568,0.25045470406872644,0.2615893651893081,0.2709661186799051,0.2793219659781578,0.2885652140531215,0.29811259559378106,0.3074572608815984,0.3142299704763722,0.3222313825490595,0.3296752434323687,0.3358607045335205,0.3417881125978618,0.34880006310108086,0.35298987845627056,0.35983105877343996,0.36200751640918283,0.36624557668258734,0.3703675685723257,0.3721959075292454,0.3784511773890418,0.3783328151565758,0.38193016113165135,0.3789847691778324,0.38089932539690347,0.3839801368593957,0.3846989572205652,0.3850879996551152,0.3878264780034936,0.38418627685267187,0.38070175080168245,0.3797314818413129,0.3750287858912698,0.3778467648983584,0.37404878434612504,0.3728477322294861,0.37262198204913116,0.36981297947722713,0.36434633480492234,0.35852675851716714,0.36279644149827595,0.35816575616519036],[0.011480237079056372,0.012182137137124295,0.013070719115472994,0.013936083434110716,0.01535632042475006,0.016974923682476505,0.018828474231746238,0.021204529365993353,0.023517952780601967,0.02625830999471359,0.02935242853156132,0.03283951586487825,0.03633500524427919,0.0404967123735386,0.04488154618153747,0.04944207888878558,0.05441982483764367,0.059824665773977485,0.0659701495519633,0.07183835219016468,0.0779631791544453,0.08518227739219686,0.0924881277769284,0.09963298855877495,0.10765262051119034,0.11623187289395799,0.12451571209308926,0.1329629107927608,0.1425355256224834,0.15160199734113758,0.16100124670833216,0.17057856618328981,0.1807155313094229,0.19093835646924298,0.20055681672820475,0.21170047736420047,0.22186131409738738,0.2315261740976132,0.2423815419124469,0.2515784818788481,0.2608085532458513,0.27052217499949016,0.27854995385063575,0.2899485409027209,0.2972415720841325,0.305132773693413,0.31452624200402934,0.3227050385488752,0.3284663486827376,0.3344953683644807,0.34211693106666285,0.34599864984555334,0.3550533857591326,0.35819228900206845,0.36281012858946765,0.36523415949168364,0.36980054493963455,0.37465099010708536,0.3779763057262219,0.3759774086197384,0.37862241539790836,0.38341234854783596,0.3841600494887605,0.38668048014996675,0.38441858391135475,0.38272976487639154,0.3829257904940708,0.38300909404999506,0.3818188202194595,0.38051430821062715,0.375246704096637,0.37732181464492115,0.3768861916601483,0.37518076358811775,0.37045175132362756,0.37064255220477293,0.3690874530143792,0.36526250643244096,0.3603839678982761,0.3623246570133933],[0.0112478428526241,0.011711918034207328,0.01269862107073757,0.013675825627109136,0.015088420067880826,0.016800151706786327,0.018496906578098802,0.020693594103274163,0.023292601881255266,0.025857290629793337,0.028976469856524474,0.032435844196624694,0.03573872554767805,0.03999244822416968,0.04429138053009017,0.04884532510115894,0.053925815570949664,0.05896656612684238,0.06536899833717956,0.07124495691909888,0.07773711881667747,0.08460142927251928,0.09169207884501548,0.09919911714246755,0.10729141416011313,0.11598149137351245,0.12389039105009454,0.13232925442977259,0.14146315478904123,0.15105046367099523,0.16050929701742378,0.17006169559491985,0.18034200705188702,0.19099185893255158,0.20124627895766417,0.21077679871206242,0.22060537689306697,0.23148106087728626,0.2417186702972361,0.25135563357123264,0.2600631824799259,0.2707275957001466,0.28025893134532953,0.288981465895967,0.29689246361813965,0.30615668117902717,0.3130727247472568,0.3207000829753933,0.3284122178412911,0.3346318590023164,0.34331623812939205,0.34764156743266333,0.35446268700243366,0.35867950395052783,0.3625267374370613,0.3657932333096647,0.37131229130071214,0.3741897365544314,0.3782011469003718,0.3781000729316661,0.3812703057600755,0.38301268109309733,0.3860576782607997,0.38567281218206373,0.38469863852873804,0.3837283660955623,0.38516824073912126,0.38380425381375016,0.3810923044461248,0.38043948830322666,0.38031120537283225,0.38170579170336744,0.3750941214454478,0.3761133057393815,0.3715904957391569,0.3702835710977441,0.36448938116818785,0.36635365265291936,0.3604854914768388,0.3586775196860535],[0.010932660311916143,0.011550578297332421,0.012275156042425898,0.013426072739580807,0.014734418561084806,0.016282670849102857,0.018224503921411,0.020494367984442804,0.02282886326550111,0.02545835754099919,0.028503837964938376,0.03196738809993261,0.03554485493287385,0.039569698146837896,0.04389288803155635,0.048623521734369825,0.053836018453996916,0.05883692840000406,0.06483008944511699,0.07085704100681714,0.07740436529804622,0.08403451528576555,0.09155527342251106,0.09907576905722783,0.10697838222123147,0.11463584778171583,0.12293883730675198,0.1325033827200541,0.14139503509239645,0.15003635608912466,0.16050965888750895,0.1705039314143905,0.17924472840801003,0.18910145763551486,0.19992401019841885,0.2100867670694841,0.22161221239818676,0.2306451307268703,0.24049730182776768,0.25090596472475213,0.25989167909247307,0.26910800020966075,0.27894995749050466,0.2882076590904884,0.29580929433223846,0.3070185191107114,0.31380528065981106,0.3227556887612693,0.3293908964836139,0.3346032240567599,0.3441001224282848,0.3479450571866713,0.35460760678219355,0.3570920485012407,0.36371198257425735,0.3677127538757119,0.3724311041039965,0.3743937651225213,0.3756217311960052,0.3794746189923044,0.38251943951393763,0.3846627336483714,0.38631010598083876,0.3858132132117478,0.3897973872363318,0.3860692958738397,0.38486171996213053,0.38440252016976595,0.38381481496715314,0.38276495822286166,0.38074142206034595,0.3807463156901186,0.37817970915006394,0.37302061802583786,0.3751200710602514,0.3707358967417552,0.37163096948185087,0.3646362350161701,0.3631599387483503,0.35918694251415595],[0.010513648200315534,0.011106960308507281,0.011981086291501304,0.013113466151868276,0.0144777029396942,0.015918137695301083,0.017858562300717473,0.019896473957172298,0.02232188300830784,0.0252524432358445,0.028281874941591553,0.03158521394031825,0.03525117645076444,0.0392722833019141,0.04342676705569832,0.04796633743836073,0.05328957923792945,0.058708379322852215,0.06457593504913642,0.07026171525473318,0.07708875621029788,0.08366795137502774,0.09063992365344517,0.09791490270388277,0.10653474146428855,0.11434505449125153,0.12302516020127731,0.13155386798512828,0.1411120876544175,0.1502224945954858,0.16037672703523811,0.1701644606394022,0.17959269456526744,0.18909640026872898,0.1988617433266171,0.21015863381508695,0.21970142214726662,0.23038607038715492,0.24034319479532965,0.24925380664165903,0.26062012586038846,0.26952951113648366,0.27983526725461905,0.2890014234345874,0.2981247500399963,0.30582837750050723,0.3138776091056884,0.3203669850164071,0.3307118639428059,0.33441472414143497,0.3417389918736644,0.35041642493314573,0.3556535520928995,0.35973292743175095,0.36181234690157954,0.3679906651080143,0.37299623642069885,0.37643431580177317,0.3773874425284898,0.3833431923719901,0.38224640097864504,0.3847773022696695,0.38808094331089854,0.38525148098420814,0.3860940766922076,0.38373772380667687,0.3820574530253066,0.38910615364435575,0.38509608999952155,0.3846053862839681,0.37815245994904895,0.37892895373368546,0.3798303306234058,0.3759310623406025,0.3778046184953133,0.37156688490564477,0.3714711441746546,0.3647018153317373,0.3624635804831078,0.3630952750806649],[0.010136432668885023,0.010784106991699694,0.01152864416897283,0.012715143115505095,0.013979693099290846,0.015601739706308787,0.01737687501020097,0.01966788373034233,0.022040362004882928,0.02475396008504218,0.02771723018499351,0.031174608197539744,0.034701071684479876,0.03876307884108084,0.04318004729185932,0.047713479599264016,0.05283534361521252,0.058448297313730656,0.06398645157449862,0.07012570015794964,0.07658341043143645,0.08340837019755214,0.09059463734112863,0.09805003903209307,0.10622083639358344,0.11370562028145652,0.12236860774513661,0.13171065448911287,0.14031824633160533,0.1492884670705244,0.1591225336392239,0.16966538947937548,0.17853098214258337,0.1901808195118391,0.20019875498732534,0.2088411823722783,0.2196101809091176,0.2297822823851324,0.23940293784839659,0.2502740891005091,0.2591125267995618,0.26981124933582395,0.2795477278445418,0.28728662648873243,0.29706441678939643,0.30525417800754984,0.3142254684559982,0.3221697486283278,0.3300620441159992,0.3350542629270138,0.34223569459398234,0.34903199924335476,0.35600092600343974,0.3602692571683393,0.3631136019790107,0.368564460687507,0.3739697850606322,0.376227811126649,0.38031063160119594,0.3826766442093923,0.38249762512584784,0.3847125352116541,0.38745513557399114,0.38459317497990764,0.3881500685052392,0.387999219697041,0.3906425826962406,0.38730196783579074,0.3857200134988886,0.38623429582394814,0.3801782084116383,0.38196597762933016,0.3844649027886979,0.37876244738412856,0.37334744826953625,0.37560001859638553,0.37013990452779416,0.36782986267908413,0.3645997853429527,0.36433191307824336],[0.009762919888270612,0.010398423297241713,0.011237673882555995,0.012363935577232732,0.013659882486266723,0.015221254529319607,0.01713050816504935,0.01925367727035497,0.02170963349277166,0.024478824511087724,0.02745004068775264,0.03081069868762693,0.03457107533464342,0.03870384389517778,0.042961103697621135,0.047248185398878755,0.052242936632386855,0.05783092578124885,0.06352452723365158,0.0695887927530821,0.0763057354676902,0.08276056537780248,0.0898074398353108,0.09752901020744179,0.10572491187376185,0.11363084710648906,0.12226927272436039,0.13151679547050202,0.13956305447715647,0.1489798618305764,0.15898937489500797,0.16835764136154724,0.17856849803030467,0.18913582210504679,0.19895474189453116,0.20865954583138283,0.21966943757550011,0.23034118471877,0.24015108523837456,0.2507756157479532,0.26006539847338156,0.27063398038229447,0.27954605674657057,0.28753068204993854,0.2966051318898441,0.30543532000060125,0.31614430734849286,0.3202759399890051,0.327518608281978,0.3371724943496133,0.3429077875587145,0.3479911280573793,0.3558922642497503,0.36137522349760337,0.3659743573437403,0.3687613388913818,0.3722507920676384,0.37610120043910983,0.3802142032328966,0.3821744927322764,0.38391241696953776,0.38394757875159774,0.3841955961534059,0.38469091925251686,0.3868661448587099,0.3852356647914902,0.3895553998719435,0.3874214881308608,0.38711407640121787,0.3860940544336823,0.38560394517794677,0.38198833478563465,0.38259247689186443,0.37772426587677105,0.37482180342443616,0.3729579466141231,0.3730151342225516,0.3663486624381102,0.3623994155172167,0.36172177482854556],[0.009386175311852353,0.00992029332715248,0.010929476562528679,0.01199597790769299,0.013407079628507759,0.01486738430117392,0.01681461474678141,0.01885598442443761,0.021317300513601416,0.02414299310710408,0.02701755355693071,0.030329180392218647,0.034261808224607136,0.03820608724543798,0.04229346785028419,0.046764325021504335,0.052048923194629546,0.057265949612946614,0.06297656997802396,0.0690780101585394,0.07576851163097725,0.08210186894641787,0.08972301397329496,0.09687978088173901,0.10514744107784545,0.1128079189964843,0.12172220036724231,0.1309441404990178,0.13945891383242776,0.14861083471170394,0.15766206726492588,0.1679959115678035,0.17843568101227697,0.18823466629832136,0.19914519114221318,0.20851462644340643,0.21922950970981805,0.2283598740055983,0.2388915178928526,0.2493129704065568,0.25939391083509133,0.2700388897640777,0.2793607188828176,0.2886372226225439,0.29720078889081464,0.30455373090067284,0.31379374975340285,0.3208822842291535,0.3304992473381048,0.3345207464666989,0.3428731583928147,0.3493470177850611,0.3539891046976408,0.35877295089894917,0.36526294450379077,0.36966832619342466,0.3722550541786314,0.37711581408054434,0.38045388860303736,0.38383156831760246,0.380797130194393,0.38427543978967915,0.38420007806642936,0.38545646264704153,0.38834674386232604,0.3900281857980904,0.39222670069843446,0.38867303440397455,0.39133611695821996,0.38274840351233536,0.38642168337456156,0.3830374034525524,0.38501868782582427,0.37911756132506136,0.3789588953481393,0.37628236992106534,0.3722211670776952,0.3664167188208241,0.36455412313267754,0.3637979169513755],[0.009111119989031045,0.00970795905723743,0.010539394066445494,0.011485000689559014,0.013021375632827237,0.0146281582427669,0.016301003012035725,0.018546537664800876,0.020884016100298296,0.02367480617993476,0.026666311748545748,0.030053759767223447,0.03361077966988875,0.0376940238914595,0.04173571138818241,0.04639023872437398,0.05135735428697534,0.05682923333157973,0.06254334225189477,0.06867806314651438,0.07534232702140659,0.08156355890180873,0.08880114070725105,0.09635195140337244,0.10438543225299893,0.1117709369858044,0.12107156433374172,0.12975966092654642,0.1393997233885678,0.14818404124816065,0.15878646921159598,0.16748513595377099,0.17775949278899106,0.18733749788008827,0.1988134830643164,0.2079613332513529,0.21734239250627335,0.22822373663464235,0.23910016325021483,0.24895859709906845,0.25919695344193877,0.2677997184013584,0.2768749695586164,0.2874640449961686,0.297475443950503,0.30578559767608104,0.31394331783908164,0.3219013232025071,0.3297376676061843,0.33752303988540316,0.3443292143955144,0.3484742742332138,0.35533116194104336,0.36108773145610823,0.36722502926104966,0.36972677945893156,0.37445501662341724,0.3785589781645571,0.3790534148146655,0.383406763655499,0.3863277651920926,0.3867674935495159,0.38855974345345146,0.3884024157713274,0.3889453213018497,0.38880459525208094,0.3879108744025391,0.3888898871655055,0.38364438906110226,0.38996357658650826,0.3855878120471418,0.3834020398145078,0.38700401215147484,0.37685139543379725,0.38189245877604977,0.3722227024527893,0.36915640865178895,0.3685284831510647,0.37222908728162546,0.367318792115772],[0.008646563520803615,0.009338430249193001,0.010057788670089678,0.011128185627649579,0.012553753070292906,0.014185396995360753,0.015979074282510934,0.018249244733346322,0.020348109252104476,0.023309821454141285,0.0262108779919686,0.02945905509678045,0.03310439761524348,0.036937734901166336,0.04129193531774194,0.04594929242290404,0.05099542036812935,0.05613175895747799,0.06229301028421856,0.06822065164941675,0.07475934458172334,0.08180509031050018,0.08846609620576622,0.09617518279871722,0.10422606505089543,0.11211327700993869,0.120936170431634,0.12876313799136754,0.13858068636308485,0.14797724132984866,0.1573910517917216,0.16826333083362552,0.17695212187221449,0.18656443482172877,0.19771773568584156,0.20748358522086968,0.21836108288043124,0.22757248830315538,0.2380497849347141,0.24807939927273448,0.2594822081170284,0.2675969764408751,0.2771392088103594,0.28796416833591165,0.29749493011575995,0.3050036119160923,0.31253162942768703,0.3218072411498691,0.32907981301938966,0.33680298957594007,0.34201431765129003,0.35009744767198586,0.3547885571097014,0.36276111425931123,0.36685809690900123,0.37194769192403304,0.37551516567097326,0.3768129564542158,0.3801591029293686,0.38197710814822156,0.3883282121456933,0.3866488289128425,0.39034362189110255,0.389886838980492,0.38898511954683473,0.3896426820820599,0.39102400641810464,0.3898153300065799,0.3910309171079912,0.38673916168731143,0.3853538719066651,0.38336200062286346,0.38823727014270815,0.38290571596540535,0.3818313131647396,0.3747916662329346,0.37217912621390314,0.3684155569826518,0.36670134150759215,0.3689704819583844],[0.008237278913297104,0.008889320423833141,0.009734997563711845,0.010783706697621407,0.012103291044637563,0.013741190407789228,0.01557530713997969,0.017844692474326088,0.019912160752561723,0.02277995017033866,0.025908698526737012,0.02929437495466077,0.03279359707797701,0.036551026430988745,0.04106725013006707,0.04559262895429212,0.05077246205178812,0.0559789975545363,0.061946921258439,0.06787712938737119,0.07455349473995264,0.08117047869390945,0.08846259270438431,0.0955254205841915,0.10312637150267465,0.11169203348360153,0.11968742864331272,0.12958932679335897,0.13780313706831457,0.14721993168106276,0.15686222951133066,0.16663064499236724,0.17626219484754876,0.18617432882308432,0.19657182744122373,0.20717650688083758,0.21773640435484423,0.22820893285104699,0.2383027865379321,0.24714856489926737,0.2576927699665116,0.26739025544476264,0.2782509316812576,0.28853067739047866,0.29644821171767094,0.3047276965985465,0.31312960688977576,0.32234836145137336,0.32749523434662453,0.3360269079324796,0.34323872359153806,0.3515133193309046,0.35640364479861864,0.36097305918715783,0.36425080071888105,0.3706272413346029,0.37424956509958024,0.3784974510098905,0.3815051556430419,0.38562919352520697,0.3864388884694287,0.39055495773438176,0.38780582402922725,0.39228650367887935,0.3890781674177491,0.38899071313076655,0.3892152089597914,0.3949867476296891,0.3873650272711801,0.38699692323221263,0.38740897260883084,0.38500633878813983,0.38360429010032315,0.384287879450435,0.37858751470361524,0.3786017301631902,0.37429835172254367,0.37008081402925963,0.37210645914981216,0.36954043766872424],[0.007863561087426058,0.008515229798218093,0.009332671046593882,0.010402168756651719,0.011635515925468755,0.013398895997059792,0.015126842796068353,0.01726516403708474,0.01965161655721952,0.02239581165107613,0.02538608354911409,0.02896112970187127,0.032258370291819424,0.036378693884485745,0.040684885177449136,0.04513784442320613,0.050340670398795556,0.055494777646476284,0.06098477308969067,0.066808852160733,0.07330489862691364,0.08051191172699647,0.08733951275778429,0.0944670977530325,0.10319151917568466,0.11125161648673337,0.11968893695754927,0.12777635896638825,0.13715077222830727,0.14704260417909137,0.1561126528515489,0.1657919323370381,0.17626914629592866,0.18693480934429216,0.19579964552151316,0.2060236015521516,0.21684531789969835,0.22821646396337028,0.2372638106911424,0.24774823640775073,0.2574698796370677,0.2684492805285185,0.277424385477234,0.28627496823702053,0.29770659477335415,0.30574212282590607,0.3119550297400922,0.3213192384594568,0.3289903481404553,0.33692011037991915,0.3442275109158011,0.351594618335582,0.35687518921563016,0.3603741762037508,0.36483429996077976,0.3701034836247546,0.3748681836646959,0.3794806682507051,0.38216740378934616,0.3848065452014433,0.3866845649623596,0.3890988458077634,0.3924646239267725,0.3897064969053049,0.39086562312733764,0.39100616959300855,0.3909436465734153,0.39442228283018826,0.39059054985296215,0.3888456623516489,0.39112884424724714,0.3892513779225842,0.38592202401079695,0.3807867104270909,0.3788158884673059,0.38139572208391825,0.3791045312296729,0.3761827869996355,0.3680017842841688,0.3728114073070665],[0.007537694515850543,0.00811648418306868,0.0089926367757038,0.010040282097814105,0.011328091784205017,0.01299233039779414,0.014761166263484279,0.01685112834721227,0.01927784666577679,0.022019425538490473,0.025001742837369646,0.028339380728502388,0.03195933745991187,0.03591120508608601,0.04014628817542567,0.044820895045690125,0.049595838479631296,0.05488729861661987,0.060644975399882256,0.06712432542350286,0.07332431742021872,0.07999535624487288,0.08690969326104245,0.09442749303919812,0.10191314169022818,0.11039778299360109,0.11865916095406671,0.12721188041244427,0.13664232589790376,0.14584198494548592,0.1554973562499157,0.16489620681099643,0.17559345223640704,0.18543553683827613,0.19551682488695335,0.2060317294587309,0.2161741214724621,0.2260895541794336,0.2361487483551109,0.24882438181170932,0.2575902964526698,0.26653895970173347,0.2781365868104419,0.2860214880347394,0.2958511011229014,0.3055506526266717,0.3135208189866227,0.3220675886813068,0.32930701422507963,0.3360251186519974,0.34305019446861745,0.35023309440909417,0.35647163667852405,0.3610732519284096,0.36680817950597727,0.3725690232384187,0.3769928639707543,0.38038706876390976,0.38330193005767893,0.3870858365564602,0.3902606710606907,0.39026102888061126,0.3917329731523665,0.3924920328465013,0.39182904335899427,0.3923385359980052,0.39019781383024965,0.392122890144198,0.3922708358033212,0.3897430000237001,0.3849068400303367,0.3864514803785471,0.3836480789177258,0.38195915770350797,0.38421388125376443,0.3815323470336434,0.3756910639482591,0.37598390666519393,0.36945057739456194,0.3679777413282103],[0.007122245173529922,0.007748097323368147,0.00844301737922955,0.009600070437800841,0.010970740685469748,0.01248031586243235,0.014434870738854685,0.016561177633518883,0.018924452990819338,0.02161146619388149,0.024541855454682997,0.02781850022291362,0.031558646864212385,0.03536812444792562,0.03968559525291986,0.04420885029574555,0.04932452729473528,0.05449095945422224,0.0602173144783638,0.06582247469778468,0.07270590597409808,0.07933784820406795,0.08664163778110705,0.09351426616879978,0.10150998761056036,0.10950688359214875,0.11844750868975756,0.12708019731845924,0.1363369796396049,0.14500220354327545,0.15455430908997422,0.16552332422715754,0.17553251204156017,0.18535485932934792,0.19547187483376555,0.20559460119754114,0.21583868725571567,0.2266176214986052,0.23653497070419366,0.24738442265184152,0.2569149349521966,0.2672497774721201,0.27815606134162923,0.2874952696510985,0.29602366515180506,0.303109321370598,0.31155496527156595,0.32226475572507846,0.3306649264006216,0.3366444980448197,0.34384806044702937,0.3502543241834538,0.3566493149079827,0.36363265198959827,0.3678951725558164,0.3714993695178759,0.37668614378339316,0.3806942867798195,0.3846885184635255,0.3860726835238798,0.3853458110761568,0.3914898020776894,0.39283840444146556,0.3916510952557858,0.3922447656718819,0.39167660501371176,0.3927699745627603,0.3941025680936876,0.39205355490527916,0.3914086798824362,0.38670280398473156,0.391192117757031,0.3901502725733374,0.3850035529721384,0.3847707756065481,0.3804588398629701,0.3785125025838445,0.3760956360605249,0.3758105841626606,0.3672185283216144],[0.006766677968456343,0.007358753632917356,0.00819811641012799,0.009164865218727928,0.010551762102937214,0.012109571664584096,0.013876301427149105,0.015885675903720562,0.018428792888769568,0.021096216044931483,0.024123511430476995,0.027522482726858474,0.030966456413756553,0.03490104691776046,0.03910130688288263,0.04397579280189766,0.04894722926202914,0.0538601643003483,0.05962047761052627,0.06582460522012155,0.0722266660161253,0.0785847625692497,0.08576473837907869,0.0933006785039292,0.10070181151733044,0.10951218412981058,0.11755902718060617,0.12719132734608024,0.13544077591955345,0.14510259265173883,0.15450174963699656,0.16370848574438746,0.17487602607738167,0.18473049914684186,0.19404507107608945,0.20561636387154258,0.21527246345592937,0.2262868562097845,0.23626734246840367,0.2459455256460446,0.2577405734258456,0.26687904680083907,0.2766801958385147,0.28585504306937787,0.29630772638069863,0.30419879539817474,0.3135816954808846,0.3204512435301636,0.32831251256050314,0.3371136575421157,0.3445772099313308,0.34945105395394055,0.3584129405236068,0.36063919914736886,0.36926343363832087,0.373166298861693,0.37610094314967263,0.38095382164174524,0.38141534275054406,0.3868622486372117,0.3856735481945915,0.3876194706862474,0.396085731904615,0.3912659595601415,0.39396174934706435,0.3990281345959966,0.39465247799858827,0.39316852478166825,0.398019768982573,0.39010098149330347,0.3935176552103964,0.38648316678182165,0.38508725794364285,0.38624696229780386,0.38529845023324005,0.3829662396216481,0.37686641762675605,0.37786221927075814,0.37450871475008807,0.36588074396769427],[0.006357352561485462,0.0069333045753680825,0.00781727931346161,0.00883018570415447,0.010173463625536814,0.011710642914683156,0.013529520512608079,0.015724677077151063,0.01810811888708997,0.02076807107583955,0.023799750975824673,0.02703525496509888,0.030491181570694085,0.034586511823547966,0.03858341654953879,0.04302845297388381,0.04808121524730004,0.05360024851382563,0.05936709973213048,0.06496229603219478,0.07176941866981486,0.07809563503159436,0.08511939128335856,0.09278833178452087,0.10059648964944821,0.10928598135247776,0.11687854081151573,0.12600145597194834,0.13473978148085974,0.1447533557380124,0.15395165051824225,0.16372951095573476,0.17343360234556843,0.1838300628573109,0.1943571456441685,0.20351534551647518,0.2149922511194302,0.22517246298158602,0.23624997068741466,0.2461674568790935,0.2564351659875153,0.265926072638101,0.27543483487753,0.28510151715475157,0.2936570456672329,0.3029329641154151,0.3135079624250359,0.3204869332712408,0.3294708014830217,0.3373181085243468,0.3423419892762474,0.3502668662777142,0.3577981410154279,0.3628342962600578,0.36624820797322866,0.3710939439079882,0.3765936630790234,0.38102619086727807,0.38265173479107883,0.38406128867515016,0.3903691511853833,0.3886513980856453,0.39293135542767865,0.3951674616945364,0.3952349292860916,0.39758318677824595,0.39738465028909487,0.39594935158905603,0.3929126006542157,0.3925755629693006,0.3935282589443514,0.3847181429768207,0.3877179566221026,0.39005549251628596,0.3834752987734361,0.3810730366582627,0.37897054743305353,0.378234260960452,0.37337731672691626,0.37291795955506896],[0.005991799916019627,0.006554639104887353,0.007372807246155868,0.008450481965780918,0.009683636438084824,0.011341424155273025,0.01315071581267924,0.015307028814385793,0.017544769668648295,0.02023750645461201,0.023220317136652954,0.02660263365963439,0.03023507983114312,0.03406316495797227,0.03818444085645352,0.04301139053376348,0.048056394063660225,0.053303457058989666,0.05880288108665843,0.06450980367712629,0.0712027695983326,0.07764644760905154,0.08481603798066797,0.09239891486291764,0.10019819996911765,0.10813241902651964,0.11683501294785116,0.1251444518665677,0.13468145199277284,0.14324248870752235,0.15312476982901932,0.1630226128542334,0.17282461240362132,0.18237806622932165,0.19390304848591985,0.2041716413862639,0.2149757105416602,0.22490321702935026,0.23471455904887098,0.24532595035427793,0.2559922434270834,0.26683689740135297,0.27521524221593135,0.2839223269899531,0.29469079816663346,0.3041957906546106,0.3098747039005182,0.3207644945670357,0.3288838948885825,0.3370381893827641,0.3437349681609895,0.35112943710756206,0.3569891808052286,0.3608973253458679,0.36574846390145554,0.37016122957287756,0.3790049274001488,0.38130384466396094,0.38580906521535824,0.3866184216622505,0.3901804461588057,0.3909192565185619,0.3925923164768936,0.3927047349106471,0.395338165053379,0.39466190128662676,0.3981041066915601,0.39861642104040124,0.3936054885965472,0.3935067145343949,0.38938669207306414,0.3918536077997031,0.3917477429521699,0.39101654011969394,0.3846438790792257,0.3850614478513899,0.3803673431045659,0.3794996274315105,0.375561859705119,0.3714181121315442],[0.005527030580810455,0.006161431845282295,0.006966465823664397,0.00799157497494538,0.009386458955487242,0.010915256826727887,0.01268841932852403,0.01481338185850946,0.01721154262541412,0.019859334215443353,0.022900698574168384,0.026040120966583608,0.029613199184249664,0.03358764703551333,0.03793999606736432,0.042463895520806344,0.047020664217850366,0.05257121643552952,0.058081077080785457,0.06400901420361618,0.07058491559240057,0.07707072281049412,0.0837051607729336,0.09135448490339342,0.09950441362403113,0.10766738407343285,0.11622963413842732,0.12498626336264963,0.13372219430771182,0.14312173414085855,0.15220032602288977,0.16315435404825088,0.17192944687320805,0.1824311030342318,0.1930321540065866,0.20294733481142743,0.21399021968469714,0.22469332094524516,0.23521405398982684,0.24525730417149885,0.2561392933301404,0.26499271469898034,0.2754564324764301,0.285851632338911,0.2953612370855312,0.3039321405345802,0.3139289021888075,0.32122517159024166,0.3285518673406703,0.33699671312092433,0.3426996614480629,0.3512020678917046,0.3595301042070714,0.361496888549843,0.3670166089540083,0.37197108873244505,0.37868816560116236,0.3815459241902854,0.38587694646499704,0.38889161590452304,0.39006511541781147,0.39383842670200137,0.3937360544895371,0.39396794095794524,0.395690889840615,0.39457207170338876,0.3979519448122524,0.3986682362817539,0.3976975502177596,0.3959820345690535,0.3943498731994266,0.39310597604689845,0.3906472916934636,0.394850954161218,0.3879822247850588,0.38713400370747664,0.3855087135038511,0.3755922778756528,0.3778602824707725,0.37595508939018296],[0.005246410832956834,0.005737947054864103,0.006506153139429032,0.00754367447460981,0.00893575138880703,0.01049587139303233,0.01234340277553449,0.014411799661076464,0.016716440300915757,0.019463588332793946,0.022345817147978068,0.025638053198042965,0.029222796669297342,0.03312602925443461,0.03718217443981553,0.04197602164939632,0.04654024048681311,0.05206509228994807,0.05746735683177136,0.0637959649785615,0.06972203987668898,0.07642273254896728,0.08372326716823215,0.09099922073991712,0.0988105636358469,0.10671436729502776,0.11528796259621711,0.12376469012734322,0.13362909824524488,0.1427107938403261,0.1521022726464655,0.1620710590967032,0.17156429313541277,0.18283685938527763,0.19254416736210972,0.2022161286758588,0.21305025226554308,0.2239289057360657,0.23346199937703646,0.24507779766028273,0.2556048422346413,0.26493746613114283,0.2743013259200468,0.28407535481171386,0.29505077577350725,0.30237778609693156,0.3136171384651771,0.31985398113660396,0.32820472121054134,0.335524604914245,0.3458619766891625,0.35061179360883526,0.35777072625099904,0.3623388927591879,0.3685518287642548,0.37447353778384274,0.3794186447475431,0.3832351696945678,0.3870905935135497,0.39140525711055635,0.39188867452250503,0.39513500300256693,0.39708733729008017,0.3976361076934121,0.3973785657782292,0.39888017962521033,0.39706210811103065,0.39883008994094404,0.39996996927056233,0.40019741249631136,0.3992141380052331,0.39314584283886234,0.3907214334953467,0.3919046528840633,0.3887707449082496,0.3840460818529576,0.3837200344258548,0.38120007547674933,0.37606618106543016,0.3756983999001783],[0.004816448387855082,0.005333283379345597,0.006171784595558662,0.007257337035350989,0.008475852998255543,0.010085767335056018,0.011899245934747626,0.01398750655091159,0.016434615615707575,0.01897567899216958,0.021824253703587957,0.02509186431266485,0.028796397056463464,0.03245636661422756,0.0369635668291307,0.04142484013692635,0.04622022628779164,0.05133345595315944,0.05704544129400606,0.06285993472512312,0.06942968757628105,0.07615765989646112,0.08293389318262098,0.09042343036298553,0.0978374367392199,0.10596565509225966,0.11406156647523526,0.12387058299514594,0.13272128212834283,0.1415348982695506,0.1521433885020895,0.16142549115537275,0.17098851948136312,0.18131584335991807,0.1913441674456783,0.20203560440956364,0.21325722957933102,0.22321384562602029,0.23401798419675926,0.24351795328191914,0.254735208888996,0.264715149168136,0.2742070141091591,0.28506452917595976,0.29338070461148075,0.3027914958470616,0.31191491523064213,0.32142606083367437,0.3283493595857908,0.3373195562040283,0.34498054692201846,0.35141442059412004,0.35849565119130994,0.3634500318885616,0.36965643757758465,0.37284382090565976,0.3784892790329354,0.3800933413440554,0.38869342260263945,0.3871288065687098,0.39255329567696307,0.39315148571995634,0.396814044865974,0.3972937711658576,0.3957778530645439,0.39943660801355957,0.39813686791084285,0.3977117706539215,0.40118807911204435,0.3992726292770444,0.39256274509511385,0.39793702398348796,0.39581702202167096,0.38589107561076647,0.3946011973024777,0.38359262944734207,0.3866015049498565,0.38259776506009263,0.37745896757252456,0.37477553184796225],[0.004401416340577146,0.004963377756662451,0.00576166052985961,0.006793008417597054,0.008103347762311667,0.0096911791354148,0.011556707567542953,0.013573988897504897,0.01597679127859287,0.018660778573666586,0.021472845255558544,0.024806962086949977,0.028028774074523942,0.032082941025641354,0.036446338731936076,0.040952904532125106,0.0457448525375433,0.05078857572854686,0.056335510062629705,0.06261887852781406,0.06881717370504696,0.07566708558656317,0.08195403399891907,0.08993162970345142,0.09733038998548318,0.10507306698083073,0.11418167117603926,0.12297814818281022,0.1313452610382864,0.14050056619200885,0.1509305551717466,0.16107795465652655,0.16994898643141398,0.17963590719828193,0.1908463888846529,0.20092448789240422,0.21165725179680883,0.22283679489407593,0.233520380929008,0.24256995563128167,0.25414773801410295,0.2639591236620952,0.27416307234347703,0.2832079251767249,0.29356030738066935,0.30235328861029653,0.31190249148261756,0.3192130059937694,0.3283833052547952,0.33701215471051726,0.34348832298714493,0.35089295474600146,0.35661173530155,0.3639250840481347,0.36711689970954864,0.37172558622265994,0.37684986315503644,0.38227027473886943,0.38582481713893363,0.3918995206218365,0.38782211681758555,0.3948407470667629,0.3950584519693337,0.397746799230065,0.39968672088933926,0.40265327844504245,0.40092281793051926,0.404292772163201,0.3981636234876535,0.39810005414767785,0.3963974563031442,0.39296208855033604,0.3944131859715908,0.3948043524943296,0.38844270789636676,0.38451893066840526,0.3891312158977523,0.38192692045223026,0.3804463267528623,0.3779567355620213],[0.003990889332827281,0.004572808028083397,0.0054298586502005445,0.006425894272174227,0.007707953855436987,0.009216348372971092,0.011075030142232095,0.013175667962386997,0.015383814375345074,0.018208370322272672,0.021066726622352757,0.02421311931954896,0.027725497118244954,0.03173826219241818,0.035880397709279435,0.040415097015218164,0.045507583288120525,0.05038300932658124,0.055985896842729616,0.06181365765682351,0.06828605219366218,0.07450003109153852,0.08182831593190265,0.08891346805013793,0.09663466623745962,0.10504624615516353,0.1127973137877777,0.12213343937900295,0.13135730831566844,0.14003864785567532,0.1501173182881593,0.16024840794542144,0.16955794757410045,0.17944129374440507,0.18893430071383358,0.2007033304299861,0.2113525378494537,0.22212995471451083,0.23220458220864992,0.2430016369358762,0.2525913681043201,0.26342635737732567,0.27365695746381463,0.2838352764796446,0.2913660558778799,0.30278838046074746,0.3117621773137921,0.3199365892621166,0.3290416813097864,0.33593834852976884,0.3443310741668523,0.35172894576294933,0.35500458158271814,0.36317264349013006,0.36910557633590135,0.37267916966637993,0.38087143186721384,0.3806452573148776,0.38936325034030816,0.3896824783601422,0.3936373698815154,0.39332083041910887,0.3979002915899866,0.3976171302704506,0.4015674511464596,0.40112434648324835,0.40120645845387,0.3980460710591408,0.3985117473403513,0.3995534260742812,0.39770063526844723,0.3943237595711689,0.3951605089077999,0.39429615058378253,0.38766473436188786,0.3905147203621179,0.3835274069534009,0.3889413846806392,0.37945994349619494,0.3776506452900193],[0.003657529792562381,0.004216170211080892,0.0050302003897565355,0.006071548351578842,0.00738358994381866,0.00896125671037391,0.010690841722719545,0.012796676597749128,0.015153770152687802,0.01773822150979893,0.020647816157088637,0.02383391636301739,0.027439136994191832,0.03141227549884309,0.03526486648389955,0.039757259948391833,0.044474529588341596,0.049948039716709434,0.05513220703156985,0.06105120130485245,0.0674483307821177,0.07387719124656514,0.08096882757264376,0.08884386098114785,0.09653529546627104,0.1038787266069006,0.1128100259058233,0.12161116578303154,0.13074946925897118,0.1401269855661985,0.14923895522109243,0.15883854672453704,0.16877374789612445,0.1786790362440151,0.18992749064570014,0.20024769535255135,0.21051820411038358,0.2201160389306182,0.23154604775005236,0.24362467537829716,0.25286661391364507,0.2631888108027242,0.2737420056562546,0.2830060108191585,0.2915638498616246,0.30355684452098547,0.3124016424801758,0.32070737672047916,0.3269280639386138,0.33437350169810787,0.34482791124625256,0.3519438665103035,0.3589222094843782,0.3652284470470227,0.369402334530901,0.37597106964116045,0.3818612112280904,0.38427552240175816,0.3896842316345674,0.38962769759219,0.3916020639884195,0.3942684012388663,0.3973118956044356,0.3999679238766074,0.40126969684513597,0.40363516900071333,0.4016679303738903,0.4017742662964465,0.40026820779188765,0.40058605213658993,0.3975930929016947,0.39659360852811937,0.39448208199035406,0.39502041347207256,0.39116346758595255,0.389169188108207,0.3879935376492779,0.3806854960248332,0.37827026358758303,0.3807271388070914],[0.003281785634737134,0.0038151362126244864,0.004673599115728945,0.005696421075447486,0.006977805368564072,0.008479974741203326,0.010307131714232141,0.012320837534361648,0.014760347497021929,0.01736001515599905,0.020146767377520233,0.02352358630626352,0.026835528590196465,0.030618115075885858,0.03466391851686167,0.03930622674290364,0.044300372370956013,0.04932039829993041,0.05487606994251904,0.06067233650365708,0.06691177576818287,0.07367119032216948,0.08007706578686333,0.08783495928414632,0.09561501057798583,0.10314734512563047,0.11167176406598406,0.12057547925955539,0.12929428688647163,0.13846111971312725,0.14842510947484217,0.1585770879764011,0.16846725633654583,0.1778580241322371,0.18764756024742874,0.20009822858786203,0.20988479725142942,0.22085911030738242,0.2307697964378346,0.24190747140741153,0.2534750311721256,0.2626625772406569,0.2725164225265001,0.28202631419782853,0.2911724850846808,0.3016416394327097,0.30936096434744964,0.319472780843641,0.32835570974909556,0.3352392117491371,0.3439855647702492,0.3509833401895046,0.3576265724395877,0.3647765691728095,0.3686558781769323,0.3757143225604683,0.3802880942949745,0.38368269326453663,0.38691648959155184,0.3904835678483052,0.39671199102068955,0.39714367630666686,0.3965922023112492,0.4005237772516567,0.4002982856435428,0.3997230367927311,0.40263888591051644,0.404687327175984,0.4038742362309534,0.39847142155658355,0.40136533772344685,0.40019599511313964,0.3997208296947811,0.3945102641667717,0.3954695905382945,0.39437559540282574,0.3898449679850094,0.38523305400241536,0.38644506634313475,0.38341221077029924],[0.002939056574268004,0.0034923275879174195,0.004279185437712257,0.0053135127103072785,0.0065723939763245014,0.008110415098599428,0.009896062169859197,0.011945139663150727,0.014334602347511471,0.016934304551217024,0.01973371615277465,0.022836618324558963,0.026436980320166892,0.03010441560162164,0.03431827227267537,0.03880613191742455,0.04364443147707354,0.048671849130013704,0.054449161281568466,0.06028260854583239,0.06676671252572179,0.07257934680941251,0.07991324150345762,0.08724000160777282,0.09473510145784707,0.10251244688797564,0.11116235148116817,0.11925589573430237,0.12846394982389533,0.13857628140358613,0.14768660903436848,0.15653007717070402,0.16751953716124895,0.17809358699656136,0.188234122129351,0.19863594725201741,0.2093526513923513,0.21979732474933963,0.23056153295896997,0.240845754953157,0.2516766927176529,0.26291013817194786,0.27205926460220825,0.2833025613067623,0.29173918288508177,0.301189631906656,0.30955732871295577,0.32010925082048897,0.32798841016354957,0.33641728699194834,0.34308884744178025,0.3506629272965919,0.35634884226212477,0.36292956982630625,0.36949527663243154,0.3734388332132185,0.3780971900812726,0.38356463100752414,0.38887105857330184,0.3911837748715565,0.3924097783343506,0.39643132229783984,0.40132322538808807,0.4024876728994637,0.40147932232452066,0.4039304286457399,0.4023174448120455,0.40635921376580464,0.40107932589044154,0.4037845039756398,0.40291451492210345,0.40157241450751713,0.39822943526473686,0.39700900411935164,0.39504299694500566,0.3944583396550222,0.38683518411078516,0.3898625624096919,0.38164304694717066,0.38418224870307344],[0.0026095907602584965,0.003140716340029376,0.0039462584893295155,0.0049939356245826405,0.006293409033031509,0.007718673507280894,0.00954247281778432,0.011549701598018623,0.013914984491415231,0.016490119396361254,0.019348480022659032,0.022515529214818537,0.025848723246606566,0.029718783799761263,0.033858445730334946,0.03842627441669345,0.043182135103138106,0.04818547379535046,0.053827632074515255,0.059424828811520856,0.0657716368951564,0.07226944217183583,0.07895400313600542,0.08659745598515585,0.09465392407161842,0.10213085977522038,0.11042446177116931,0.1197784427543395,0.12777920758564407,0.13713226581470137,0.14714872942821636,0.15601527160152706,0.1673501616935171,0.17715717790061805,0.18625394691469654,0.19783120740499624,0.20881350431011944,0.2183337917650487,0.22976831199902686,0.24078599868824793,0.25023900035725977,0.2615519617394384,0.27211421804604746,0.2812425147911224,0.29064790540294433,0.3010326623002331,0.30881866435476224,0.3187973613226379,0.32817860496640633,0.3372466363638009,0.3437342242591392,0.3519957204309555,0.3575203453166283,0.364809893951321,0.36760285329122716,0.37594834363991775,0.3789855650386306,0.3844436553920708,0.39031469773033284,0.3907945388626122,0.3966776698740834,0.3981320992915995,0.40114191481569994,0.40242066139365285,0.4014345203567583,0.40357512696465164,0.4031098728372092,0.40489159895116406,0.40360442703959387,0.4033150793150376,0.3996734117079436,0.39952217797950595,0.40006020669474224,0.3985074161294705,0.3981408258271874,0.39652735253636656,0.3897162725826535,0.38921876046287346,0.38607543902319164,0.38825312196049905],[0.0022564417841039338,0.002811954317641101,0.0036150453253442297,0.004635449127865221,0.005904511044417978,0.007444139161181806,0.009129641174109337,0.011252560694993695,0.013491996379143658,0.016077637681193878,0.018937640144444632,0.022061996120617707,0.02541298485352044,0.029287077619278012,0.033411236204089395,0.03802062413365295,0.042788203815484156,0.04758746524725384,0.052946632415679325,0.05910439773294115,0.06544088021390673,0.07175495734278209,0.07849009140670113,0.08594316203575965,0.09347035944531368,0.10127436586568626,0.10980843369253174,0.11785049009788365,0.12777081883703753,0.1360185697497342,0.1463813138349192,0.15573169579770152,0.1655957898341446,0.17561087371569833,0.1872691933676692,0.1980593815022322,0.20714122336073143,0.2192248200387656,0.2289501030643941,0.23986483129529468,0.2494121009076817,0.2608030178578364,0.27078344927389825,0.2818083437145413,0.28905608848818176,0.3009206495054367,0.30907055880557305,0.31874957857749153,0.3270511037015587,0.33611934870365795,0.34107089356310194,0.34984834240832996,0.3565286198024722,0.3646548639802251,0.37280823383688705,0.37583532690685384,0.38083746163919585,0.3832282768904615,0.3921732138047138,0.3930030116219719,0.3944236141420163,0.39729157890955596,0.40127306001473356,0.4036862722832616,0.40216051278730536,0.4043482243024748,0.40448460028047406,0.4017582146906396,0.404616881823604,0.4057129548317064,0.40628550484094295,0.40223612055109537,0.40129406060275247,0.4019875080774918,0.3968810336384991,0.39482964894870004,0.39642225341845,0.3902407480376468,0.389588493590046,0.3880070134920025],[0.001961379226527777,0.0025263244486242015,0.0032990197734581294,0.004307162850030103,0.005594104326910145,0.007089477474533628,0.008834181643491127,0.010860904319043223,0.013050712349420963,0.015746527487697348,0.018445524846745196,0.02160737138543985,0.025011720072641526,0.028973307255168786,0.03283664712848009,0.03732982187387913,0.042120969058769255,0.04719615601158728,0.05286033390136396,0.058267276029039236,0.06418486152526436,0.07083197667718256,0.07784895700601865,0.08517017890497168,0.0926105478855624,0.10105502489906137,0.10836856883230785,0.1175575791966791,0.12734340893714916,0.13635833835992556,0.14523217207518788,0.15547866429741392,0.1636627231099848,0.17541094849853545,0.18441808977965163,0.1954274218401662,0.20707718791604887,0.2167304749567073,0.22819780249666274,0.239015294737849,0.24838718107162444,0.2598803696620807,0.2712173860941415,0.2798218565055152,0.2897184539388777,0.3008082459300914,0.30964835906317817,0.31810132747292286,0.3272781126440828,0.33385395312692284,0.3441566933413339,0.35087871086655575,0.3569982389046413,0.36390985327502573,0.3712407919052676,0.3738253379693576,0.38078861272557113,0.3875038301415326,0.3905132296279859,0.3932810668019465,0.3960781733815478,0.39559647086663385,0.40023613222179605,0.40013553286491876,0.40358129634292056,0.4060640729174393,0.4042413349002935,0.40449256816513157,0.40349492815935395,0.40497184628217947,0.40237581346873064,0.4022684015631389,0.4042688714707715,0.40113257178731776,0.39535481516996546,0.39583351374880227,0.39599926315722705,0.39391951291206034,0.3884344552667971,0.38565935916977007],[0.0016784392907999465,0.002215612784228149,0.002980649975986437,0.0040121355811747975,0.005262573184135225,0.006729667461668659,0.008526158601072791,0.010569783967574254,0.012823830650418293,0.01530625520868196,0.018174954205760756,0.021208993638394902,0.024684830361148883,0.028493516724765546,0.03249719055456217,0.03688953227361158,0.04162289126724022,0.04666533323676966,0.05202849642808309,0.058016138494436695,0.06349584168447371,0.07019094945554082,0.0773422804641113,0.08443406372014466,0.09211505578014414,0.09989801178468773,0.10767647783228779,0.11642730603276896,0.1258078840973978,0.13531704940641717,0.14364653536637048,0.15436644162972843,0.1642822905518969,0.1744660775749892,0.18451914306113207,0.1943918654537005,0.20556683923865102,0.2165685629528201,0.22653874967656107,0.23736614019334337,0.24746694238240183,0.2581557700904044,0.26844761542579515,0.28019340313912977,0.28955052092368333,0.29742716763465393,0.31012084820102714,0.31708084428537947,0.3266015691113687,0.33627008835928596,0.3418472100533119,0.3503172834254223,0.3583668967000215,0.36456328876475597,0.3703127517017752,0.37601506319689487,0.3812562256654836,0.384348996960341,0.38951925493484524,0.3936283708606425,0.39489562797062,0.4013567786542562,0.3992010149992585,0.4061480185648223,0.40309508343809025,0.40743416690428463,0.4075688298393017,0.4068302705790057,0.4071216867375338,0.4087552339691081,0.40503320497269957,0.40723973827627813,0.4006801483843,0.40152760040304875,0.39636664475026623,0.3975452327364787,0.39314009387560644,0.3953289211683062,0.39102975844415333,0.38353902925751],[0.001413815656771572,0.0019506008395200325,0.002735989507559956,0.003729720496484783,0.004985229932807043,0.006448974882798843,0.008166041769037204,0.010196532766799533,0.012382990233114597,0.014988111116396446,0.017759896590165393,0.020984047442385138,0.024324888790808765,0.02805208013398768,0.03196299049959519,0.036510671810330436,0.0412984565986818,0.04631252468719425,0.051385488916805847,0.05717378398464888,0.06303085037137712,0.06957538622057405,0.07627767223084801,0.08398548242312251,0.09145786605512782,0.09914627690759074,0.1072987339265063,0.1160794581373591,0.12442923040743498,0.1334853252375304,0.14322556961182648,0.1530750647172707,0.16287318493024544,0.17426187232480383,0.18365829691327698,0.19381503007261325,0.20490013233517304,0.21566475484387249,0.2258695082669246,0.23662662852073,0.24734519430617571,0.25825761145359694,0.26823066195108664,0.27799533870570764,0.28875681352995247,0.2972066502937501,0.3075366621328087,0.31663768909544476,0.3266791589924285,0.33464559019775914,0.34165711046745545,0.34950106144780285,0.3570749542226728,0.36347981737667484,0.37006729055242393,0.37538090573233696,0.38225068528811285,0.3845696863298192,0.3911347149809043,0.3938664249818475,0.3955690434042755,0.39990325014973255,0.4034173867928514,0.40512451498058116,0.4066841736370941,0.40840747899422214,0.4110374468944835,0.40704641114271567,0.40897839484899845,0.40584125344592115,0.4072950155515901,0.40490903313962073,0.40598081417119636,0.4031850354947773,0.4009993623545836,0.396198628140997,0.3954119126005155,0.392239098728721,0.39085245049773515,0.38782529903650975],[0.0011756578107295927,0.0017245192114032956,0.0025034605528404,0.003489165752737678,0.004724751267547787,0.006219331782401107,0.007908159031157783,0.0099108234251302,0.012179696728699051,0.014613796943987796,0.01747536842095545,0.020552667386626856,0.02375187930957005,0.027630169136829235,0.03164270729394931,0.035898478089044464,0.04069956270126417,0.04544560210134877,0.05087617986920103,0.056752691315316094,0.0626996482770606,0.06900584867335108,0.07601443382375178,0.08301102753041444,0.09123391700416503,0.09849617065986861,0.10722085664739946,0.11511800096773123,0.12420513516929559,0.1339312289116096,0.14241028344208453,0.1524394450929804,0.16241577527957263,0.17203910097413694,0.1834736883120008,0.19330346568699705,0.20450400143997025,0.2138687570720852,0.22517779692252662,0.23579900310537838,0.24699522065868726,0.2571756494237321,0.2676127628010406,0.27800665091441795,0.28805710383437444,0.29835788817586956,0.30619580170854044,0.31669082101447227,0.3246092769771625,0.3356472851934159,0.3425812882275252,0.35024200647687853,0.35969306443637017,0.3639851531156791,0.370580310254731,0.37524195276156463,0.3820206951379915,0.3866732369678567,0.3894379208321403,0.39447826845797024,0.39749300105439606,0.3976864600055889,0.40557512330681533,0.40596845551898697,0.40948209529571006,0.41238415326193417,0.4093687008199108,0.4083187439312873,0.40947426659841324,0.40713920606654536,0.4044098184311666,0.40945585144540153,0.4034815387508605,0.40208443115572307,0.402862611629152,0.4021619045877164,0.3997139029121047,0.3928322220654348,0.39334442051592833,0.38705846305169334],[0.0009805412838073762,0.0015223274990073898,0.0022941632677173965,0.003272744858669021,0.004518367400284682,0.00591774500529046,0.007652955661676964,0.009642650902199446,0.011889066642134264,0.014273356331448103,0.017236520481302354,0.020092370381628904,0.02365807605696699,0.027275665004238416,0.03109891193427599,0.035578814173585674,0.04005147309456545,0.04526163624084694,0.05027649333331729,0.05601844591300081,0.06189816970437642,0.06861085741389636,0.0751208050190862,0.08258985883511367,0.08976292460183789,0.09797037523311979,0.10593034303926037,0.11472098309701186,0.12318543308841184,0.13161638536507264,0.1419633552046774,0.15080215086924356,0.161108349049469,0.17103910288381596,0.18158704164985864,0.19237133639310164,0.2028807945557551,0.21487443941653042,0.22406826473481684,0.2357377517657357,0.2457898229482262,0.25582180521602604,0.26554325109144056,0.2760811187153385,0.2862294155124159,0.29789924808424767,0.3083720292128713,0.31605779915915627,0.32399027808291003,0.33426728618998425,0.3426421648977826,0.3491370593823531,0.35600171826078136,0.3614117172783738,0.36957575111123014,0.3752237351258264,0.3819534551995302,0.38759260006579105,0.38837720360903455,0.39328586914367203,0.3988697977296878,0.3997302883194982,0.40453536391075634,0.407005288689301,0.407463052307693,0.40974104541262363,0.407917398669835,0.4128879372432447,0.41022509459447015,0.4080464068928242,0.4073372780080547,0.4057378134444924,0.40781901926639463,0.4027731513487473,0.4002835798062241,0.4034091190876556,0.39566233702476905,0.39940177784047143,0.39328851525262265,0.3918891201520058],[0.0008149990366567204,0.0013537983494971094,0.002128437319351141,0.00312263297225377,0.00433398511675675,0.005801179022148743,0.00745891122718921,0.009407131430757764,0.011594721724238892,0.014134560464359647,0.01685431854144385,0.020012787367897564,0.02326274843358011,0.02680919974325886,0.030768244572222204,0.03495690094505573,0.03967593011301398,0.04451911724983916,0.04985734511815147,0.05578118696814971,0.06162237582696939,0.06792361871637659,0.07448528630555372,0.08183761496135143,0.08870831476934007,0.09722677497925987,0.10449320598711424,0.11392913233841143,0.12266158131810674,0.13064470899401306,0.141281564752489,0.15109193643072164,0.16053706037678853,0.17123666494053852,0.18114084318909043,0.19194763748711985,0.2017190620473191,0.21212501301265554,0.22277774959485425,0.2333744439215922,0.2452142702838661,0.254378838548656,0.2663394458541504,0.27844850889382045,0.28638163799205624,0.29678248005699087,0.3066379222647736,0.315651775844324,0.32494522176111146,0.3320665777957918,0.342636957159521,0.34980984564338047,0.3565559780590752,0.36421980596799003,0.37019803845521,0.3752242585127911,0.3804817174794385,0.3866821209922181,0.3903051251871543,0.396095571986547,0.3973143056080202,0.4003881604888398,0.40415941278611317,0.4044019230076271,0.40616783979873466,0.40810202277946317,0.4099339263659373,0.4134605473817342,0.40954291864522613,0.4078082326509936,0.4103046237834131,0.40577107431014753,0.40604134926815383,0.4069074357648608,0.4031006969847925,0.40424958972463604,0.40267992618096715,0.3959790621942518,0.40080129479529164,0.39056841998003683],[0.000705695412118713,0.0012474199030182175,0.0019834448329469506,0.0029683993827332436,0.004193451698573724,0.005619613414354892,0.007303006667473873,0.009221603356988687,0.01139134438341124,0.01384963454284759,0.016604828539759833,0.019637280284874308,0.0228996710031531,0.02657158227653481,0.030345166692004526,0.03455789447088983,0.039201760087354195,0.044270732852623985,0.0494470004134419,0.05471148574370888,0.0612268716925154,0.06682926804336287,0.07404479498794196,0.08115367834151817,0.0880348529948939,0.09629960286880115,0.10420698325770636,0.112260800129511,0.12173373204577044,0.13047436207290072,0.13940287745017413,0.1498505453602391,0.15977827700542946,0.1694256676631836,0.17952829292358918,0.19060418753019787,0.20114076848015158,0.21211500353730714,0.22293740856111385,0.2329684440802171,0.243969320147713,0.2550003380834809,0.2650051203974563,0.27520565705632455,0.28600825045030714,0.2949363528792987,0.30548961112833833,0.3148071619593645,0.3240509377102948,0.33195580254576956,0.34210768822525855,0.34890749920039327,0.35713375932117686,0.363904080949534,0.3717705628792558,0.37304605731616586,0.3826081855479168,0.3848834384569967,0.3914787089046105,0.3943453492673521,0.40045676975552075,0.401007254939869,0.4077877918509424,0.4079159871180265,0.4114566929263897,0.4086075868947568,0.4111560474773323,0.41440294487128954,0.4114840073473109,0.41375208847448447,0.4076667814147765,0.41322407468718797,0.41001568832082425,0.4125366696896339,0.4087809291947152,0.40137917888383606,0.40058939477598854,0.3987101158557192,0.3958919042588496,0.3913857158899076],[0.0006480177321603129,0.001181901160839517,0.0019217641437289108,0.0028896254730591425,0.004085286153497823,0.005530146783195483,0.007162109486667725,0.009126564144713654,0.011179108754697369,0.013633318381419367,0.016443762673630423,0.01933203461594042,0.022657898101463736,0.026260295402624482,0.03036534134902634,0.03434636739474499,0.038994609784771095,0.04364835107192576,0.048692861776187965,0.054512394437944534,0.06025873122113826,0.06672400490397178,0.07338790325834928,0.08049138391705403,0.08765789938238797,0.09529089333910301,0.103851622179886,0.11145526018603187,0.1204634012534809,0.12972061494047105,0.13858025843339059,0.14882689122876264,0.15871133768012474,0.16929487854806985,0.17873063782850032,0.1901931773139624,0.20014360540186407,0.21057613739339845,0.2218171683803742,0.23355338232287656,0.24304845493706398,0.2537809462865142,0.26418130890253955,0.2754881970885347,0.28482482595847275,0.2948333718835531,0.30536896259736795,0.31360861674694546,0.32328498841671727,0.3332008299652521,0.34155401717870704,0.3463551793987703,0.3554787938879658,0.3634860470813703,0.36981579353280875,0.37508540808196206,0.37885061721625857,0.3853996499459109,0.3892240331031502,0.394655103021455,0.3999987538588734,0.40185154742311835,0.4030138360047453,0.40805437885558316,0.40816933355678614,0.4114102419385236,0.4092340716074403,0.4140726342972005,0.4092699874529738,0.4133110783432568,0.41107975210381764,0.40897290325565183,0.4085793039335525,0.4089111885346197,0.4087408035593205,0.4014899506837767,0.4049150132915294,0.39724989651826204,0.40025688377464647,0.3980574903991513],[0.0006518552099802325,0.0011833557165538615,0.0019138770254980577,0.0028855282091932066,0.004045475963864868,0.00547648157231569,0.0071577048139300345,0.009004906231349556,0.011158387347600107,0.013530703816999152,0.016175892241333128,0.01927395857645196,0.022439291433298918,0.02582067353774064,0.02975158199438035,0.03387622598340914,0.038529307122063684,0.043214002373766235,0.04861670388196473,0.05378069345060102,0.05973790967653548,0.06590052404651973,0.07279376150387497,0.07918344381352953,0.08666966328484003,0.09444893139126445,0.10294211881236168,0.1109827869749757,0.12007917752139549,0.12867970566674317,0.13784659720823367,0.14763889761460378,0.15820859709200502,0.16740743078905593,0.17744133824550307,0.18831894545713013,0.19934264380910927,0.20873738209724665,0.22019854562030408,0.23140162857839325,0.24289694026220582,0.2524313896203346,0.26277889547731215,0.2739411038506196,0.2847817914735306,0.2942215483814967,0.30333396795323087,0.3132361713140847,0.32241833226521044,0.3319928307544532,0.3398695874910948,0.34776378332290026,0.3551421177540304,0.3640315761273472,0.3681594567422991,0.3755771142181198,0.3821256850233169,0.3892346104482234,0.3886055480706084,0.39607337880416676,0.3987249074949656,0.4032421041548083,0.4062521662204183,0.40641619459698025,0.4126507163222095,0.40929540639883366,0.41006528004532655,0.4122870354598982,0.40977269972830077,0.41159883476363684,0.41539160406409936,0.4111500981460377,0.4092099599052515,0.4068828457259397,0.4035811820538718,0.40764991682217594,0.40146419711346365,0.4009903274716266,0.39726499469173454,0.39624888771088335],[0.0007284890655867432,0.0012433420099681048,0.0019826600302887223,0.002912915760731363,0.004096237358817338,0.005458416084590528,0.007121358956347404,0.008978819678851759,0.011113801841934499,0.013474790389281654,0.0162054177031738,0.01905983713873361,0.02228441666773344,0.025883698446972414,0.029604167877161903,0.033630582027521914,0.038151828573588877,0.042816012838903614,0.04796481199278155,0.05344231446569606,0.059132218750476244,0.06539135617654793,0.0714680446944727,0.07887451253763683,0.08615325313422093,0.09367530013069891,0.101545379321838,0.11041723512982107,0.11882754998902931,0.12823503922918714,0.13730705630755627,0.14701368251677047,0.15634005506018334,0.16637334362886064,0.1770890305944291,0.18686051224134076,0.197828050308899,0.20909929613917247,0.22039581424547575,0.22979801352157128,0.24086354413371058,0.25188676326632714,0.2633148454449153,0.2727825591780204,0.28259142446789637,0.2934479262877757,0.3025497748107736,0.31331118892096976,0.3234742578761557,0.3310752171336309,0.3388408959576701,0.34790503301248654,0.35472074188614333,0.36103530903315195,0.3694652877543386,0.37331465554936216,0.38133916624910885,0.38684273232795,0.39265090828938887,0.39717510196561656,0.3991137537319251,0.4043878508927064,0.4068362422083455,0.4073729829722668,0.40546056953917914,0.41253656657119947,0.41424583590245717,0.412807497071538,0.41138245516019045,0.4125845488425821,0.41499586567947466,0.4145290113004437,0.4121025885865531,0.411592120942691,0.4091443135819313,0.40842034289805434,0.40383339312496985,0.40080778568815306,0.39708884597754157,0.39855605786981996],[0.0008845683294255807,0.0013847054577039357,0.0021226881542591993,0.0030535079865294675,0.004208843832356618,0.005565614106528451,0.00720075050987248,0.009046555728482309,0.011121305024677492,0.01342919059172273,0.016087526077917535,0.01894684918753484,0.022110981756861225,0.02554586843648448,0.029319852681035485,0.03341293158192612,0.037933823843005136,0.042548817124991874,0.047827459867868946,0.05318166765795599,0.05851772168436719,0.06506931060082917,0.07167969563687776,0.07871058871372187,0.0857654275144064,0.09281924678640409,0.10123689271450537,0.10940495189123549,0.11752689156487083,0.1261590709411829,0.13622189818306746,0.14573607078663103,0.15497771234809893,0.16501559668755453,0.175568101043211,0.18556660278978782,0.19675623671704687,0.20749624624544208,0.21742414766435528,0.22740025042627118,0.23989669303995725,0.25045372791546316,0.2618037772146061,0.2724414980674696,0.28230253945745853,0.29272921468340213,0.30240723149312276,0.31261939021217944,0.32108087354331766,0.3302693524585624,0.33938271774415624,0.34724405045563617,0.3534250555834652,0.36137081765719514,0.3700630793766002,0.37649798504856263,0.3808564247073016,0.38518199247069124,0.38933666364230074,0.39837083225539444,0.4021150208529327,0.40414969080694235,0.40774074574044106,0.40803146849294214,0.4074250283621254,0.4110615821607609,0.42071955779357434,0.41431490423845013,0.41769750042334075,0.4138508232259026,0.41138054131120094,0.41637845830804404,0.4136957556216163,0.4096708684184548,0.40769616746374054,0.4115453725969577,0.4070475278571441,0.40144944157122825,0.4007438622792056,0.40378861595664245],[0.0011233059969255564,0.0016339979646374748,0.002344131260639597,0.003269363089754785,0.004391809454352943,0.005773566178931396,0.007356293783272788,0.009172140539045219,0.011203015356025827,0.013576616614445116,0.016153190145586534,0.018940810876300455,0.022204794081381738,0.02542417939603086,0.029116143587808174,0.03321844536732822,0.0378044592127105,0.042434400941029356,0.04733823504047595,0.05242128653786118,0.058407819239563986,0.06464219322237198,0.07059183503960195,0.0774047074182063,0.0849475142135566,0.09245191497530766,0.10031603709041222,0.10796396888058037,0.11716720598999043,0.12658872942405744,0.13525021117497074,0.14408038887401847,0.1544339447837025,0.16359599964480276,0.17486576469180382,0.18551311985235863,0.19575350436125236,0.2062243702342608,0.21727412247825031,0.22679100627250678,0.23923147277938508,0.2506303733821044,0.25958918334585995,0.27081633216194617,0.28189591222529226,0.29128802873639287,0.30275885789673673,0.31150569587524957,0.3200194744502681,0.3288354210846335,0.3376364255792393,0.34672768624827277,0.35470616741349165,0.36229413703085617,0.3679190246189058,0.3758228129040403,0.38131139151074167,0.38576444973083057,0.3938189524479193,0.3975863628887828,0.40039654311125167,0.4036414822454269,0.40802957001454215,0.4097089685684538,0.4107292766246691,0.4138980846365234,0.41605446654643397,0.4124101962219104,0.4157108193175301,0.4153262966502175,0.4163001536825332,0.4102181417203782,0.4134628263359191,0.4154502723889312,0.4148128867473584,0.4084009382778763,0.40763921727722013,0.40650707706684436,0.40527061007382836,0.39706714928597986],[0.0014862639453404427,0.001976009879703406,0.0026762524893838477,0.0035940551606325195,0.004703188756506114,0.006044762877617404,0.007593355614247348,0.009408491343305188,0.011426701317135518,0.013654463735446206,0.01617756746744394,0.019065302171042322,0.02215808847135703,0.025463142897668187,0.029062396193447696,0.033118755509186734,0.037646826012931046,0.042135619639947094,0.04755039606922854,0.052352977522060376,0.05810592662330067,0.06399470117574231,0.07065229467337471,0.07703757745980887,0.08412348338548897,0.09191280643794972,0.09946881436421583,0.10712442670587766,0.11594439930965368,0.1247358303387585,0.13410744572299427,0.1432716364658031,0.15288924886695157,0.1632366498457041,0.17370016527203055,0.1830005041802988,0.19445248863462938,0.20520928209900555,0.21561172889433547,0.22679628398112228,0.23774102521531165,0.24820695873763673,0.2597498430669164,0.26896773009929836,0.28162451960739243,0.28920242337722263,0.2996899454001667,0.3111482392092915,0.3182630125745093,0.3295310015132488,0.33767482653485964,0.3471936144950879,0.35519190316648525,0.3621308363108337,0.37006552275640137,0.3753314708768398,0.38133115424833813,0.3865068550159016,0.3921127297321078,0.39699453129844,0.3997082937421951,0.40278397429664425,0.408270629449967,0.4105335935048863,0.4087306492748599,0.4102313812894271,0.41269890826218847,0.41823270329322143,0.4179610366621125,0.42029963310914437,0.4150893598187431,0.4158114603131817,0.4135831401990355,0.41133763079444674,0.4136363811035697,0.4121138270638619,0.41126615132915545,0.40789941262060364,0.4017741302244107,0.39801600551455707],[0.001960781602569608,0.002435919920937402,0.0031304627143604194,0.004019524548095507,0.005104213480930123,0.006418282326486885,0.007994094742988908,0.009762189353601637,0.011753379564391318,0.013964849558007654,0.01645940741164335,0.019285751591022547,0.022310116864202187,0.025589501077748874,0.02924498131513536,0.033189993777144745,0.037509188840671046,0.04188016471172178,0.04669393644570416,0.05230155459453123,0.05762261875383103,0.06372555946854105,0.07004156863905973,0.07663812787848022,0.08329741667637136,0.0907477121379516,0.09836536123375086,0.10705174837178259,0.1156834923139925,0.12402342542171331,0.1327813676971809,0.14264781638307378,0.15299933579373176,0.16170988311424192,0.17209099887076376,0.18281305783493645,0.1936412467268607,0.2039165603741269,0.21470005700441622,0.22633447544590501,0.23672922897467594,0.2459611658587327,0.2579906322652479,0.26815892299269994,0.2788997893735058,0.28998354395893383,0.299247382246155,0.30902422244392186,0.3180848179085115,0.3278132517437696,0.33756780072791254,0.34757029544739915,0.3544821711454095,0.3603352541846734,0.3673295384654444,0.3752552308402609,0.37787944047003896,0.3858809770296664,0.39388915034797267,0.3943004205425048,0.40298226676177257,0.4040368825531047,0.4069425110517089,0.4122093294507503,0.41342192687101237,0.4139102962169142,0.41646875826336527,0.41514185962164407,0.4156191768215966,0.42020424555652475,0.41553284165054205,0.4171398290693705,0.4169554749157227,0.4163123157363645,0.4137829655440999,0.4063814089901669,0.40629911455786727,0.4070660314967892,0.4079927136800683,0.40361654629043126],[0.002585578370887701,0.0030384598660822748,0.0037321125214332747,0.004592844305188534,0.005643453182245126,0.006978242838500282,0.008492779236802554,0.010191877919402757,0.012153732929045431,0.014388774303809488,0.016853894901496684,0.019632674937399678,0.022560851170599958,0.025888009103677587,0.029414202599683196,0.03322107470930811,0.03737720970348786,0.04186904873004297,0.04681547308235991,0.05220527164194449,0.05729569444339113,0.06335104545163503,0.06901168782784176,0.07576784608308906,0.08304130642138233,0.08953011350164505,0.09807097165761199,0.10599506906333865,0.11423452294590053,0.123250176961639,0.13192062175118277,0.14123965260968988,0.15070637843854345,0.16013024064252163,0.1712297430840167,0.18157722377779156,0.19139322322783034,0.2019595676115961,0.2125185574172585,0.22317872719090184,0.2356869116683845,0.24696587300352132,0.2561013049239699,0.2667419376939966,0.2771665055354319,0.28851586355550995,0.2982470689241611,0.3089442710006096,0.317854549922848,0.3268219658115799,0.33618854608006166,0.34475160420909035,0.3523288314641878,0.362472927399371,0.37018809271554143,0.3737078942178931,0.38158091326720117,0.38946285866832053,0.3923422332253283,0.3981583490987689,0.4030049972917802,0.40552001597725307,0.41057831970880915,0.4113360641910864,0.4135727431157839,0.4175752821357401,0.41628800859606335,0.41705500483615177,0.41662554736192975,0.4154082741411868,0.4179717411864467,0.4177572400647826,0.4207056656739603,0.41333715084350847,0.41564042186956146,0.41246953718767804,0.4115829239382576,0.4091278817626921,0.4046596735510472,0.40259771048904613],[0.0033391121728747336,0.0038022222410789997,0.0044501400151905485,0.00532390413102517,0.006361716450637125,0.007631952864738543,0.009121920807303797,0.010822213972007158,0.012709607218291818,0.014940922512596674,0.017382591391252526,0.02002969496797592,0.022924834414731185,0.02607789368156888,0.029698512739805175,0.033518146911865006,0.037547489955554,0.04182006062311007,0.046931220052101465,0.05179800153046599,0.05720826889488052,0.06302247409768204,0.06925525285247416,0.07569006377170157,0.08269316707243156,0.08959039107806135,0.09763250924572277,0.10479574949502914,0.11368320292167343,0.1218958882644091,0.13155853227180633,0.14050756484070334,0.14967752770685377,0.15931021206858054,0.1692273385946112,0.1802737030660339,0.19104053960659137,0.20185733121171998,0.21147452523191462,0.22158956999874618,0.23285141976278276,0.24312247154242397,0.2541930339128947,0.265447302826911,0.2757827473261081,0.2866518685632773,0.2978805351915445,0.3069831064793403,0.31659842769402446,0.32836594785619116,0.3344439418338995,0.3434565780917481,0.35299398787894914,0.3601228517876539,0.3671204608987923,0.3740338165360463,0.38047704515606157,0.385557067896938,0.39195491510759767,0.3972243496112843,0.40123955791514,0.4057413541781561,0.4059077026863215,0.4102152495879972,0.4136414974630395,0.4133088677035505,0.4160095884501476,0.4210752332987416,0.41830646206359273,0.41789893517205434,0.42239113313253274,0.4172113946515069,0.4144094127787382,0.41777554568258124,0.4153764200519378,0.4113099277851627,0.41592410558901843,0.4088857584500914,0.40688902922591197,0.4029169463361447],[0.004298566663148285,0.004714435264768849,0.0054184825926930835,0.006198801839468648,0.007244066765936831,0.008517598180622116,0.009958896914661152,0.01162166125322494,0.013442621449448628,0.015552684089581829,0.01803253138069223,0.02062758055371062,0.02348369917147758,0.026700806872873042,0.030142481619116427,0.03359130887266391,0.03762320908104096,0.0421517958069965,0.046826575851781425,0.051834617862849465,0.057149852004365016,0.06269936973759539,0.06874724096686129,0.07524077455411533,0.08250257792352281,0.08982310974028412,0.09622430845161857,0.10425810219060024,0.11275372467887669,0.1213735634247411,0.13003586127603015,0.1393605694762671,0.1484509510129969,0.1589228758486156,0.1685756027928621,0.17778163269171893,0.19002942704893497,0.1997397583301502,0.21014042042903247,0.22132580738211874,0.2318359239242409,0.2427096826375122,0.2542634725745121,0.2642260839514618,0.27529385161406916,0.2851975501417731,0.2955008637098222,0.30671748861013926,0.3153705940857551,0.32594808890173876,0.3332970613263208,0.34197668555254146,0.35067370714218155,0.3582171455365312,0.3672904440395096,0.37361488083302713,0.3800279732726245,0.38493972667023935,0.391338895540794,0.3970465233692427,0.4031167436501048,0.4042081580346271,0.41003479034861134,0.4115654225668908,0.41517502146162244,0.41623809356148694,0.4193261640875138,0.41925278259955145,0.41835672504124005,0.41802374927129904,0.4192898886819402,0.4217248271840731,0.4155810862521366,0.4181073170343682,0.415350613001705,0.4135171243443175,0.4090857261821557,0.4134514584251653,0.405142102558083,0.4095827435627433],[0.0054337007873298615,0.005833221972138815,0.006491644312312697,0.0073274338716182805,0.008312915426589443,0.009547699836784801,0.010988311604077091,0.012572643008281556,0.014394700151133862,0.01647545974993837,0.018757837011715513,0.021354328675016694,0.024155314643124974,0.02718282043774826,0.030379437397308702,0.03405644707586829,0.0381491739535725,0.04263057756053875,0.04718960540142673,0.05209085748796232,0.05704362138337496,0.06258362398898817,0.06882088136607552,0.07465585706564966,0.0819272896793529,0.08824234205021443,0.09597982404672824,0.10403426132348571,0.11233108949124139,0.12024457905071832,0.12873102043044465,0.13815726119500232,0.14768278582499939,0.1567597782972479,0.1666619316236681,0.17756017304131458,0.18717190630309574,0.19864098883298473,0.20798300516104454,0.22043526843090303,0.23056037698904774,0.24198433799521754,0.25234401670565165,0.2640357644157422,0.2729307165506399,0.2846700324889478,0.294922658619949,0.3045961740111108,0.31537764448901295,0.3233247733921251,0.33379028699804864,0.34011607307843056,0.34805143738370947,0.3584610028552745,0.3652346819240572,0.37290052829178355,0.37913089311666454,0.385794377329839,0.3914274858397052,0.3953013837179772,0.4025768624057536,0.4059496237708272,0.4087521143115094,0.4101482109180463,0.41316983987456574,0.41756782623469724,0.419282658743393,0.4221289285893368,0.41936136387473566,0.4193616013646324,0.41912144859664213,0.42542481439492064,0.4188073663599032,0.42243714090924395,0.4159809497194592,0.4145407751915994,0.41688866101284694,0.410789239600179,0.41097844786415005,0.4073346653764298],[0.006754799565537223,0.007210520713151096,0.007813724405166594,0.008602047636675434,0.009576692373846816,0.010834785578129882,0.012125558027814082,0.013699737996155764,0.015577236877586232,0.0174318577597224,0.019697385226962752,0.022214050359052055,0.025212654900165513,0.027963786429893993,0.03122336983661197,0.034845455249327764,0.038504263473673195,0.042741294377060444,0.04718182481387785,0.05190453438966725,0.0574228285280051,0.06294358473565358,0.06852025775067892,0.07473684571300168,0.08161161335903201,0.08779619794801904,0.09554466191720196,0.10319449886250594,0.11151160917457825,0.11977106035356949,0.12811416946993476,0.13672694652523498,0.14689614144823848,0.15612365297666417,0.16663685690054864,0.17702924584842852,0.18635506541422464,0.1976534648167919,0.20872788154914707,0.21816081962486727,0.2295538387402893,0.2390119017232898,0.2506619305496752,0.2619431764474292,0.2729090493331342,0.28306732567458315,0.2927861123134467,0.30359736321177266,0.31409958240103425,0.3220446686595656,0.33346094292170464,0.3406172462178541,0.3508515753674309,0.3589511122847267,0.3648480244208828,0.37073913286181365,0.37831785820652775,0.38702866946912334,0.3884008254754986,0.40066647651526405,0.39957754498743403,0.4062137947441498,0.41079620296121605,0.41062468575119637,0.41353723587322566,0.4182740258831851,0.417833521130851,0.42268730752532846,0.42424249471518816,0.4203850963168282,0.4210128202776178,0.4187054116240091,0.4235683144722618,0.419672013799472,0.4196467024339912,0.4171906481288273,0.418038858554577,0.4159644001779119,0.41071955413509886,0.4090470515074402],[0.008328044902571606,0.00879719646836829,0.009386005102207523,0.010264266120188235,0.011066128721612898,0.012270128626471422,0.013586434078929075,0.01524863541168642,0.016891719589580124,0.018803901918738243,0.02099804641795728,0.023341897854681073,0.025979625039816424,0.029023314832890713,0.032128413995287944,0.03556662991764547,0.03930862747584573,0.04320158279672214,0.04759077295592384,0.052783088907317414,0.057447887420221916,0.06309902990574957,0.06844072295085138,0.07437840939230952,0.08136794660022918,0.087745495332457,0.09547329065817729,0.10254972502998404,0.11051677619007386,0.11896316841137351,0.12777800985217558,0.13700132949752974,0.14532863726377293,0.15471952340875342,0.16486032255999206,0.17450786017684766,0.18548190244331572,0.1959814398899868,0.2067753732176355,0.21794199089982338,0.22757866187796807,0.23937063108011752,0.2494947309058228,0.2614775633986979,0.2709086466507354,0.2820697702260804,0.292175720762482,0.3027435896859854,0.31217621778179916,0.323242407104903,0.331339556176408,0.33978584706348264,0.3476833061013905,0.35694342867504,0.36558252761791804,0.3721122554119737,0.3785483363612371,0.38282281728982925,0.3897205016764552,0.3995291175447486,0.4004890938317276,0.40470830629957805,0.4110006696644584,0.41232378622908006,0.41697748685734676,0.41503363423877926,0.41679355369497983,0.41804607261561816,0.4213444293508846,0.42229181318248155,0.42330774469234433,0.4234008193452639,0.4175639093656226,0.41961401518838,0.41855868462406204,0.4197456134489007,0.41793328383461864,0.41385186199281243,0.4119382880112779,0.407761597311546],[0.010271115265229346,0.010675816959822648,0.011348980091513585,0.011957154978898725,0.012966735174491985,0.014110817881870954,0.01537339341496168,0.016763741965486554,0.01843104901605453,0.020451403385952072,0.022528090062844223,0.024681882639461354,0.02729772452171537,0.03009754030044887,0.033444700202698185,0.03671286112234535,0.04021123119806758,0.04405468149452698,0.04868251797073528,0.05326033058222301,0.05789661239808487,0.06345746850467139,0.06940567039271212,0.07499107727768385,0.08146895327368349,0.08794592342477575,0.09481091717583565,0.1022972575258707,0.11001393832891626,0.11826177393783319,0.12733002664125945,0.13527852165382387,0.14468600094069411,0.153287623761218,0.16332159668628382,0.173781182234576,0.18471553989772144,0.1954258064297487,0.20518289886900073,0.21673647893502307,0.22670282503298525,0.23687546083714972,0.24853434549457848,0.2587695709591496,0.2699804371718526,0.28024631786741,0.2918429323204499,0.3004632745465532,0.30937359586954244,0.3213965919948694,0.32907040625946526,0.3379886131402454,0.34934646564331684,0.35553598648769597,0.36423031117215626,0.3710081831725374,0.3779900686925019,0.3853052485989218,0.3862597010733232,0.3959914507428343,0.40064507041579017,0.40502590701281094,0.41039565062601563,0.41171876454847534,0.4163521774631526,0.4145920973815737,0.41619054780418663,0.42290642152222835,0.42079958986787874,0.4238367387395705,0.4243441999455767,0.42123416574943523,0.4245827991083411,0.42159566795256276,0.42025133508611673,0.4194102108383878,0.41350343953752183,0.4211965865637711,0.41352717808520645,0.4147125135470369],[0.01260338162446939,0.012834913080705201,0.013460266253016773,0.014145409380079065,0.015025205385823952,0.01603248965031871,0.017383150321577934,0.018619592158704467,0.020338989217448655,0.02210102726328069,0.024181319519516502,0.026555251041445845,0.028925995295560607,0.03156483932806046,0.03476489990404429,0.03797248015456421,0.041437951982609016,0.04541463687638516,0.04951602604748057,0.05405588448181594,0.05858414212980633,0.06390918826004939,0.0690827006924353,0.07468473919236125,0.08107037737339891,0.08808121748014534,0.09472629690048542,0.10214880823445112,0.10946400956619966,0.11746867171571772,0.12571435723021201,0.13561571193127137,0.1442627664833361,0.15276789623409792,0.16282706335994798,0.17225791637587082,0.1830899488599192,0.1931188010184336,0.203409600215859,0.214411856558646,0.22535154464028187,0.23604697339701258,0.24590847811151753,0.25654761715937513,0.2687688910504972,0.27805777620443917,0.28976075581254285,0.2989926390988493,0.31039445537255095,0.3203772606414945,0.3297335097457598,0.33794015431350405,0.3465870539815026,0.3549858508919759,0.3624533408122081,0.3689043717146966,0.3770996568332499,0.38451050138712267,0.39288040290204995,0.39306775427205476,0.40194625573856285,0.40540361260260654,0.4123466735552419,0.4163779277090657,0.4140914032913763,0.4181402771996414,0.4222663967180802,0.42071111814813233,0.42546488229152835,0.4229820454907622,0.4244204691877801,0.4240506463574852,0.42180667206222755,0.4236236114004886,0.4180739139332115,0.41939906593592435,0.41684837067266167,0.4146375404456905,0.4167534294684587,0.4093748299746157],[0.015078387564725845,0.015507798104653343,0.01602980911501651,0.016495759318290792,0.01768765861334349,0.018517050016505252,0.01982619965486145,0.02094672375829682,0.02264765654900629,0.024293433818895083,0.026317052511264302,0.02842513692110312,0.030925547863229968,0.033499497193281776,0.03638755441448064,0.039544482277771055,0.04303121605011959,0.04652804546777753,0.0507618018874738,0.054998942156857744,0.059521074555242255,0.06424032772398938,0.06998828229825509,0.07560011769989042,0.08201764767895375,0.08781107664116222,0.09453041947085342,0.10163387827883204,0.10892818576550829,0.11741017833755076,0.12525364451535637,0.13331642283135553,0.14280672002566813,0.15194310501692776,0.16151567018373172,0.17129256050563696,0.18205900867653357,0.19164683172309646,0.20130664593512446,0.21234677766125037,0.22336342485184835,0.23498694227255873,0.2453908185076967,0.2550384657563417,0.26591159329144487,0.27639337619792664,0.28684728842896207,0.29775308097539516,0.30758387164887613,0.31843543914177563,0.32540315836989786,0.335736737648517,0.3453850460053883,0.3548350541169226,0.36319166184994406,0.3693829415217655,0.3769671562738465,0.38439958506432415,0.38580504007958466,0.39292640467258144,0.40127382948048146,0.40456852205339927,0.40950545121749576,0.4079300746041636,0.415722913971436,0.4229585752286566,0.41717472836298225,0.4213423068166179,0.4221259115354545,0.4226802127419348,0.42266034866730096,0.4275605925421719,0.4250043505961521,0.41977164065258976,0.4262577996324752,0.4190012509848609,0.417858046393769,0.41964112918649826,0.4169831587804654,0.40801970718153474],[0.01804315248714023,0.0185773339139213,0.01913133068336303,0.019638344922944008,0.02043976090009824,0.02139813706146135,0.022366148509644333,0.023864339049600537,0.025320234264984847,0.02692233510014986,0.02862029386317932,0.03075854561800736,0.033219957373009236,0.03556664551692066,0.03826105883792015,0.04123510657564367,0.04484518202495683,0.048239021461233975,0.05187399106350689,0.05633078529366755,0.060920122884141524,0.0656432400561273,0.07072349488902081,0.07591088268892533,0.08163155560973186,0.08846822975841609,0.09502683132286766,0.1015673397756898,0.10887728979088271,0.11669551036758427,0.12529964896352322,0.13351662990185525,0.1430163677352625,0.15089369170493247,0.16039964691990236,0.17015319649127628,0.17879793207568792,0.19027695617469226,0.2011442453796276,0.21201209337662624,0.22230800340151807,0.23083506702511883,0.24329709915021855,0.2544119227087587,0.2648261336076873,0.2749433157982322,0.2851377105677404,0.2968473316096513,0.3070622321145275,0.317698018412195,0.3259621312336901,0.3360908612686004,0.34306166248724257,0.35249825382480293,0.36172205267652785,0.36588659806895346,0.37512120324544274,0.3815314449161542,0.38925209801935984,0.3948491558451473,0.3979320201731735,0.4040264458528345,0.4075226730832677,0.41205795794935335,0.4136074827192846,0.42363226751026833,0.4226403818805558,0.42422866138076437,0.4262970000501338,0.4269764823033205,0.42642779512190643,0.42730127275558244,0.43011192389724845,0.42126435614519714,0.4268339171118856,0.42257147615464674,0.42042907047799866,0.4218122607642425,0.42302880063177906,0.4116234693393755],[0.021452784580938113,0.021877365578757215,0.022532278753006833,0.023019883050749538,0.023718149885655782,0.024599756258928508,0.025569024001569077,0.02684848040057292,0.028245019371845776,0.02974283889046503,0.03142828990304449,0.03362805150400199,0.03569161158024151,0.03810030923734841,0.04060409309491735,0.043579902420124585,0.046706878370441296,0.05000037158561383,0.053488216735934485,0.05774873165517899,0.06215171828873614,0.06655878277701589,0.07183730263807174,0.07723390015661195,0.08248245926821945,0.08874199349494065,0.095050439437655,0.10198017430186762,0.10911412582214951,0.11608751094206204,0.1247125884661028,0.13299334718565164,0.14080645363052177,0.15073956579591966,0.15918171454472868,0.1684629194368048,0.17864445266314885,0.18853157944068222,0.20035945110993375,0.20867733608555675,0.22149685427449103,0.2297066944247351,0.24174790750845168,0.2525080139893662,0.2636347702545982,0.27456370954671655,0.2841236072477188,0.2946103648170718,0.304589771269162,0.31438889377819673,0.3249848409881462,0.3331387890380944,0.3430780185179373,0.3506802348898069,0.36001657794399694,0.36816357400877425,0.37434826101829005,0.383669070998665,0.3865399910549815,0.392160634940075,0.39781003003949206,0.4042386910547618,0.40759778400983576,0.41427202775767885,0.4163297538812012,0.4178534982734828,0.42183095089604505,0.42405761502086214,0.42178336680555634,0.4233826266460246,0.4246960447938891,0.4255488413740885,0.4279736904010194,0.4257393167680626,0.4310153843877336,0.4237973776454125,0.42404042660168156,0.4177927663589403,0.41654084644877554,0.421008612363073],[0.025583328119961928,0.026040874820144767,0.026363319846939844,0.02689658572072394,0.02744480764592167,0.028505403871032488,0.02919079432804839,0.030353357543938697,0.03163046037450932,0.03323798735996182,0.03481650659441331,0.036771896923931395,0.03867746564230672,0.040813590576985255,0.04367351579213708,0.046169547764553086,0.04874729075061912,0.05250270588757732,0.05564483924597508,0.05972724114208967,0.06336537656790661,0.06837258454648093,0.07317251631886776,0.07811104916873081,0.08379501935448098,0.08997228647253047,0.09581759148253002,0.10226050350046377,0.10944860868535664,0.11735872095298118,0.12467697918636277,0.13264311181083624,0.14047939375047996,0.14936637080208967,0.15769262876403153,0.1684912607633917,0.17768125590983688,0.18693323947774457,0.1981394067797279,0.20885247613679755,0.21798124486280504,0.22972015841554302,0.23942156682978857,0.24958250880979962,0.2605006975890689,0.2713275477311822,0.28230165456313583,0.2924638568594088,0.30324863765408155,0.31298063279919786,0.3228275877158698,0.33207949876759063,0.34000875376706813,0.3516401264007461,0.35969417537634735,0.36568161268397703,0.3751468803818768,0.3835852867352075,0.3846686008810005,0.3939172723229445,0.39841115040674707,0.40372075173004507,0.4076252123650761,0.41096969974454295,0.41496804187022235,0.42079635010425137,0.4189602111922855,0.42586270176884733,0.4255571341123679,0.4240705318432967,0.42414073293201154,0.42314447358932833,0.4275393248251882,0.42746286777284787,0.42381060946794,0.4232285145983022,0.42025780250790323,0.4223759736924279,0.4216400935914537,0.4175368697675844],[0.030361051099874185,0.030405263342685084,0.030850681189575988,0.031128753776546687,0.03164803302820033,0.0325036461377522,0.03353534613351573,0.03488244804771324,0.03582599906115851,0.03752286660061583,0.03880893071767256,0.04046298511657344,0.04220528658718865,0.0446731175744778,0.04686718460984524,0.04924818645141998,0.05211664221984927,0.05546760160698365,0.05874251192747192,0.061948678654852936,0.06570973017952743,0.07046995762202984,0.07456529757136635,0.0796727048091372,0.08498009634937244,0.09079315955408869,0.09623556826573866,0.10336211894890637,0.11009512248731029,0.11638949207756143,0.12422207804768669,0.13201381254882671,0.1395403894193364,0.14920171349725256,0.15690657790807014,0.16671194607655745,0.1770452029199704,0.18602035282808427,0.19538449697575913,0.20749241300246044,0.21620063457203217,0.2264717035377359,0.23765036542313847,0.24847955892927573,0.2585138340682255,0.27001854687831955,0.28026345097746785,0.2910468391545967,0.30017549140884053,0.3100041972727522,0.32205614861944293,0.330904935256961,0.33906992674603503,0.34847926299760024,0.3552088417891851,0.3667799050948617,0.371931813259111,0.3802158321685448,0.3859754738624664,0.39396030051665526,0.39738888497430674,0.40332907093087117,0.4061274313480134,0.4127692748977845,0.4150218318244208,0.4212242884378421,0.41935291494179944,0.4221898661430049,0.42614338141533364,0.42833534596407075,0.42759685151512855,0.4265168497700589,0.4267376177742097,0.426643469053108,0.4255913057042375,0.4254529784162692,0.42582536637908697,0.42543520395622636,0.4167283218779632,0.41981965905174934],[0.035264094444503666,0.035599840181496284,0.035940411085964685,0.03635201042376483,0.036929556745434876,0.03737428360876137,0.03840354021286436,0.03940969299333419,0.040660312375848426,0.041693180216787626,0.042910527818977126,0.04449961095431352,0.046669097751308446,0.04826195484751926,0.05049568673871695,0.052796121539391325,0.05539310583890296,0.05826132796201821,0.061373828409296914,0.06515407361307556,0.06845107520375034,0.07248351935362404,0.07725826776822034,0.08233860683444498,0.08668205658767754,0.0923159753031078,0.09712282630071083,0.1035337809779767,0.11010115799664827,0.11704659453861113,0.12427745485651505,0.1334414417086297,0.14074213141651895,0.1494328371783661,0.1574941215179351,0.16601452730007485,0.17502324155276558,0.1857442098681842,0.19661534662315497,0.2051334618842863,0.21473992845061204,0.224777766095866,0.23629804708793023,0.2458902205535243,0.25693965913946015,0.2670891528764373,0.2778151910923039,0.2881662236514472,0.29861972600620024,0.309730747021984,0.3201065526087047,0.32814254803497167,0.33670348332807076,0.3464531765953339,0.35521657843005133,0.36251957746679725,0.37328703072819885,0.3805649845890929,0.38729345970714935,0.3924742703374951,0.39908666213489935,0.4046652847307898,0.4089319354627145,0.4105108477438183,0.41356922563143095,0.41465091486490463,0.42090410200366557,0.4230798100540281,0.4237359726103393,0.4278064338266891,0.429746254485858,0.4283050004114714,0.42504667547518615,0.42639015290244914,0.42786559874683794,0.4319524271114096,0.4242915837690211,0.42779298745483596,0.42220395528652543,0.41954048242670977],[0.04124759347578972,0.04105537532759954,0.041658850241516915,0.041950534555928426,0.042704548515830165,0.04316847959712259,0.04371124680359507,0.04468300345901231,0.045806606277679546,0.04664804855651684,0.047982007895556116,0.0494296432005633,0.05116522921961121,0.053241929539715536,0.054932092404028694,0.05746043763652271,0.05920069314260652,0.06189862984174372,0.06512741115908428,0.0684108112015537,0.07166850742775983,0.07561152717977519,0.07986289940268379,0.08353904592693367,0.08872346538137044,0.09374048809992112,0.09958167438684724,0.10524548583702495,0.11157164596991993,0.11805240766014542,0.12541408373967927,0.13275418262058863,0.14102674701528453,0.14896626563783488,0.15784330900297283,0.16579007132419663,0.17454091230989024,0.18486781398653365,0.1933381375612853,0.20300173561092263,0.21349026102726418,0.2232964252351851,0.23441826330358911,0.24452115633934615,0.25609044309182794,0.265930285507156,0.2774702950872309,0.287280341083519,0.2971651685318331,0.30713936367805394,0.3182168090084138,0.32704711013678095,0.33530766480383833,0.3440420811942689,0.3544419176034047,0.36278062056979865,0.36818713489499966,0.3769556565806754,0.38462098065476646,0.38797205120285944,0.39726493519081335,0.4016916815975823,0.40514449268789704,0.41205955188516613,0.41683177708285285,0.4200091134853038,0.4233863343056786,0.42162990519505894,0.42569988908802325,0.42855344813299656,0.4284890500838887,0.4299826316190505,0.4245853873896873,0.43104345416399636,0.4287034487423543,0.4326713991863663,0.4245115887843268,0.42553494093060673,0.42282138884964726,0.42114006959129746],[0.04748217889403244,0.048273047791391584,0.048083482100129055,0.04846727510663006,0.04897121942054862,0.048822821123149056,0.050175518640353384,0.05074017821940745,0.05126487648509566,0.05258206571273463,0.053635087517781226,0.05474314555785408,0.05599210008743624,0.05787675240263468,0.05953527894808132,0.061969130379394624,0.06377704300889617,0.06623973477819976,0.06897063864938478,0.07171367479597791,0.07552360004346514,0.0789757849539761,0.08271164686632536,0.0870492564647893,0.0913931390869022,0.09616113954046972,0.10120712003210822,0.10691172931325195,0.11292896298277016,0.11944116633304673,0.12601512948072302,0.13267455070485298,0.14147570765290426,0.14814753599645722,0.15660619498009506,0.16475538453316982,0.1739718816179511,0.18270954700050768,0.19264201116469046,0.20273092498150538,0.21154438118029614,0.22293497574185053,0.23196765260730745,0.24300550564622483,0.2537804074064531,0.26497832217383116,0.27422459321159987,0.2837189261854729,0.29476541081635754,0.30451996748929566,0.3160785465169963,0.3267077195748005,0.33330849932826273,0.34273237300164533,0.3531685875511991,0.36142190525633033,0.3685341097440838,0.3767454837124136,0.3813651429165626,0.38921255846975483,0.3925587693678361,0.4003719351475091,0.4053499330167708,0.41139862873742294,0.41463075707189956,0.4219605752954045,0.4179704381159857,0.42017481874795926,0.4242836790069321,0.4253414814233279,0.4267449856210194,0.43198536766926615,0.42701398919363753,0.4249061980881906,0.42704223498043203,0.428211334154628,0.42910720436877325,0.42701263728505007,0.41998500388859444,0.4236018244942633],[0.05492725746004719,0.055500742806429186,0.05508277213726401,0.055429602120263856,0.0559007973894197,0.056743353484042906,0.057057598399886104,0.0577795245672184,0.05858521338497242,0.05908390607228772,0.05996078622563295,0.061106451653214634,0.06253846415792584,0.06396585771481979,0.0648263459001794,0.06719983213509347,0.06912941614032554,0.07138745432648393,0.07390223411505854,0.0768272902173892,0.07951691641471732,0.08269409316006912,0.08637478025196071,0.08989303496056894,0.09425944613688679,0.0989704517356042,0.1041744369453454,0.10894289623079592,0.11459400133209667,0.1208716928996831,0.1270579985780144,0.13438141957610342,0.1404103416553713,0.14886367203133397,0.15623207479750745,0.16501775095441207,0.17327467066041086,0.1813091205935669,0.1912490523026794,0.20069662724395046,0.211427109268506,0.22123824071985326,0.23256000794377804,0.24133460601766163,0.25178122616544035,0.26092891112773736,0.2724766868294822,0.2823546513580143,0.29315535429961315,0.3020794445558593,0.31165884214337947,0.32174555836984264,0.3326057860395263,0.34080332354142534,0.3521699134038158,0.3592476453559654,0.3668167167810993,0.3736242276408299,0.3792929711104032,0.38908499719080825,0.39330254478025234,0.3979616472606874,0.4056064854179961,0.40944498264281326,0.4167655858954572,0.4185317609857376,0.4200636762281343,0.4212156425499064,0.4259335916428206,0.42568108058203674,0.431813814979502,0.429676309952003,0.4297255683283056,0.429891806507536,0.43087098186101025,0.4268934822835738,0.4283518590248983,0.42495436074265663,0.4242208492592876,0.4214270505260716],[0.06363199620427781,0.06335227769036478,0.06395899365434528,0.06332425853388324,0.06446707100470987,0.06451087254052325,0.0645937903153077,0.06555025123740885,0.0658056278364281,0.06669489039732698,0.06769523051277263,0.06752467661053752,0.06922003490458357,0.0705640248465121,0.07197499891472595,0.0734689951355595,0.07486562209083751,0.07660800608094558,0.07856701573636554,0.08179213295040601,0.0844200354209638,0.08726497256198873,0.08993408392331907,0.09386040911822349,0.09793612370147035,0.10207954994586027,0.1069426439213221,0.11192796073145574,0.11692480537439771,0.12298782248170181,0.12832544937084187,0.1354767652252939,0.14202209281629127,0.1494774073831268,0.1565058428222897,0.1647481050129618,0.1734059411421791,0.1815984943309041,0.1903848014243246,0.1987560059823665,0.20883990412885806,0.2191798935916477,0.23117739216779082,0.23940660651539222,0.24841664919394624,0.26033007264244795,0.2701389523091853,0.2798662736096389,0.28992393993748716,0.300737117550064,0.3108363712969966,0.3210723259867863,0.3309015134668675,0.33754496179867033,0.3477955651012104,0.3564470290305385,0.36594128267676385,0.37078533607267894,0.37715692846633486,0.38731844668971704,0.3948694684934199,0.39974367715372205,0.4025483474925089,0.40980007593138007,0.41225838586393854,0.41947968758509113,0.4208756706821758,0.4242982176143265,0.42437441752135735,0.4278845531685585,0.43010336826037515,0.4298829535012147,0.4318842613693957,0.43115717607192877,0.4313742138661375,0.42517824105448576,0.4285944095768205,0.431355142161138,0.4225904841629318,0.42430484808303853],[0.07284585973909637,0.07277923709508739,0.07258915451786295,0.0728482675553581,0.0730612796182464,0.0734873028799721,0.07389317430530197,0.07417074260611477,0.07472208246615816,0.07492656572458824,0.07591043730305272,0.07631169646999171,0.07720127088176616,0.07841052178939041,0.07920729924226806,0.07981697415331569,0.08136383717988999,0.08369239735259508,0.08535270980630782,0.08725676873501587,0.09009348877427188,0.09249559962541111,0.09548709855956079,0.0986069941600217,0.10188802847999505,0.10555071624131848,0.11047446312732755,0.11466479054878359,0.11940075712867557,0.1247549841635093,0.13043718876652288,0.1374920430382107,0.14325469944157346,0.14955626124230265,0.1574008200783659,0.16474486432581328,0.17344436245258796,0.18102004539055502,0.1893191486624718,0.19899413033951294,0.2093188112555673,0.21829433425749306,0.22859436759080062,0.2361931220785404,0.24889949335343559,0.2590802411511058,0.2683661892556209,0.27913077500980116,0.28837719344209345,0.29914731617339696,0.3093379106639022,0.31869475512030715,0.32828734467322923,0.3367571597349906,0.3464422477158425,0.35442066282613793,0.36099998836827196,0.37154324069353833,0.3791965824397673,0.3867338046254439,0.39173042695387067,0.39630753090955967,0.40531210077241975,0.40657760211489175,0.4144056836754635,0.41408813703796354,0.4162653688475778,0.42110768401050985,0.42693908422625065,0.42944362044401413,0.42833683537566236,0.4298028670069505,0.43188992859284814,0.42961749732176346,0.42619317548425856,0.42849543859968564,0.43124803400665745,0.4298566492736306,0.4275322558441538,0.4255691197944022],[0.08298444323135763,0.0828745588171389,0.08383571481240747,0.08271498333210583,0.08390025330693494,0.08363636036336881,0.08371413548573292,0.08399250722129817,0.08394039350841034,0.08428690940237447,0.08443849278135114,0.08535599395960988,0.0858519424360107,0.08662937351208491,0.08735841789963099,0.08874697350732537,0.08986435854658618,0.09092338915118818,0.09221354516354817,0.09488067442708807,0.09579896525758319,0.09857877944456436,0.10065287717511544,0.10383110143688998,0.10769047478524423,0.10977812336936639,0.1151577323378148,0.1183532699855206,0.12310746943657475,0.12819414448903438,0.13309727110885602,0.1387564488567283,0.14494312428181483,0.15223281287995244,0.15921043920243325,0.16629667126282285,0.17342916792251256,0.18165960509158094,0.19014349891740714,0.19929476186791933,0.20836592671681714,0.21702261045927446,0.22565677555263935,0.23578420403446584,0.2464289807402838,0.255940571187859,0.2650665662778404,0.2765484747285783,0.28559341285728296,0.2973641469559581,0.30693961733415226,0.3174585106637863,0.32531045562040334,0.33444820047115514,0.34705889359054964,0.35251603992302283,0.36174192322952425,0.3680462799172183,0.3766341320219776,0.3856714312566743,0.3883640316504063,0.39508850717319943,0.4041637147784493,0.40688990248801155,0.4127704545365252,0.41712232097679247,0.42100400864377485,0.42100181647619855,0.42293535072882654,0.42917998070915103,0.4317457896813434,0.4310937463090293,0.4329284977380601,0.4304229058485326,0.43544961318454917,0.425899963109004,0.42965465997448854,0.43013226589630804,0.425277613249101,0.42560850709042414],[0.09441401770938614,0.09386271382038505,0.09512270368536861,0.09442337639808379,0.09528875495065793,0.09456435131211118,0.09456200283697964,0.09452345186721636,0.09511801038439424,0.09517243555279672,0.09515742513982087,0.09535378331802845,0.09599076894797651,0.09556699258556822,0.09721884801950177,0.09823168915792001,0.09817721864836955,0.09936197227953762,0.10078282719917189,0.10180758554933002,0.10440222403858165,0.10562868341716167,0.10838617687717292,0.1104547802073295,0.11321192680949833,0.11626342625137887,0.11942053227533836,0.12303732618712473,0.1271779449054333,0.13192477645813044,0.13677077907809623,0.14138066889822518,0.14677873934786376,0.153075841000576,0.16006080136202183,0.16689373154946402,0.17478718657014541,0.181775889349815,0.19003266742220443,0.19747794136423208,0.2074117831289355,0.21654639183347274,0.22565273537405905,0.23518558270534665,0.24368481937845637,0.25379005993865855,0.26377407029763805,0.27349337794803097,0.2849901875973958,0.29378317783773444,0.304896273774888,0.3126673928036645,0.32330816889135894,0.3324851775307381,0.342090447181549,0.3514420030621597,0.35771618952450246,0.3669380044833958,0.37298396578599646,0.3796465276847979,0.3877747954675677,0.395857500259412,0.399251851661803,0.40481127678079887,0.40831519005635963,0.41329624851739305,0.42045842330018246,0.4226381295981359,0.422409883887241,0.42811271984321897,0.42484003203771564,0.431356172835387,0.43087044075158365,0.43286430210883575,0.43194525729246125,0.42934728728898264,0.42928224869176457,0.4296500111397731,0.425539144282398,0.4244555033562456],[0.10753984070129624,0.10703829217439811,0.10738691436112914,0.10745469795205322,0.1067239160151612,0.10681148269260117,0.1064937628182876,0.10718206093091354,0.10673493459024219,0.1070103542604939,0.10609852233117474,0.1063348740934835,0.10648988526450529,0.1070352927812911,0.10761216874532976,0.10728732031547843,0.1078396652696033,0.10855789744752126,0.10976472630445122,0.11059919236996478,0.11230532168697925,0.11307438183826042,0.11563835007446971,0.11742492492845319,0.11881533971990023,0.12185359109202588,0.12474985230336172,0.12893855610730762,0.13148160636087905,0.1359965442505386,0.14030191541222772,0.1449453125854005,0.15013187936462502,0.15576805384792977,0.16221543305076055,0.1685728486001986,0.17585457536034785,0.182845653837083,0.19047848158830358,0.1980341538094059,0.20702543132364465,0.2162015300702749,0.22557213624656158,0.23331965561719434,0.2432305701383476,0.25318784731481786,0.2629079387009116,0.2714201633990465,0.2827142705137759,0.29212590573305763,0.3028338786854088,0.31048636607338714,0.3187381708480341,0.33088461752791526,0.3394640167149714,0.3471525235624737,0.35527446622856274,0.3652137431763373,0.37266400548356443,0.37946384350468193,0.3869689278243567,0.3921607314853704,0.39826052605241435,0.40736654148570206,0.4094871037542123,0.4125905045317438,0.4190720788618708,0.4212641364798426,0.42376022892889154,0.4255965287816278,0.4278165633175278,0.42774929370703874,0.4296216071464486,0.4307263794786151,0.4308049723171555,0.43391520769647823,0.4286817663364626,0.4273671515165419,0.4252118092098768,0.4272111949604867],[0.12168005157142522,0.12030601066146053,0.1205788352847367,0.1209061823868904,0.12039358301597415,0.12048488543033543,0.11974139763014216,0.11926934635882162,0.12026693951676351,0.11937583093308057,0.11942980959359308,0.11937366217409777,0.11801637375587819,0.11854811271306609,0.11874960080892438,0.1188530150549049,0.11829849545374055,0.11911033694580844,0.12008415757857657,0.12062091065612393,0.12094516993956364,0.12267998851815749,0.12370430735711514,0.12524714093192427,0.12636649968968458,0.12917762337735136,0.13138501484948878,0.1345223382699355,0.1368958481520255,0.14054445347667385,0.1448727223275432,0.14911800432681993,0.15421648952752237,0.15922539882655767,0.1637687951033312,0.17164280903409374,0.17745414479714217,0.18359600659689368,0.19130934804342628,0.19929382015469932,0.20743586489859409,0.21457907435579263,0.222964707657382,0.23166492038192837,0.24251946044238118,0.25011679360401734,0.2608907112792452,0.2711975835416619,0.2807071914505096,0.2906248968637597,0.30045477925118125,0.3103490878319869,0.31926411834356255,0.3255470457359456,0.33618828340396284,0.3454074577870452,0.3537271778843068,0.3625750162966757,0.3706239361156705,0.3784921790079022,0.3828695909909378,0.3902938000048941,0.3969772063598221,0.4037445223728461,0.41123342452672773,0.4135135606280685,0.41241686551143614,0.4179123522453144,0.42346289827374695,0.42564720243268483,0.43004980200847176,0.4287686527586313,0.43239649938362656,0.43428691172194317,0.4330483447841877,0.4276213870213654,0.43522319821462635,0.43143582569401584,0.4347607518888838,0.42945249748771336],[0.13765578581710927,0.13573481529551862,0.13568320963984162,0.13515895058959462,0.1362278633793177,0.13580486870405353,0.1351560228408127,0.13460699005799895,0.13363268858759644,0.13359504570748879,0.1330590860878411,0.13285221135492767,0.13259717932721898,0.13193700156695334,0.1307603438583185,0.13034789851825682,0.13139511712903384,0.13085378214779717,0.1307445275744645,0.13163922879208537,0.13137580412617897,0.13238396174204892,0.13284894169692657,0.13356577169672315,0.13602964482994503,0.13708913561306516,0.13910694657054587,0.14134282700407214,0.1442261034044196,0.1472603407455299,0.1501191486620415,0.15473554402645504,0.15861578422080977,0.16321730249707234,0.168330898605185,0.17304854498781813,0.17955840373728865,0.18571476390305877,0.19191030418424457,0.19917186245434504,0.20706747797387665,0.21387688870760266,0.2234013810216512,0.2321727970825173,0.2406264519253484,0.25067170569660013,0.2589952489466559,0.26811894600354835,0.27794073375707057,0.2877569307181597,0.2969262735070928,0.30675787685802614,0.3149298843987208,0.32432445549834404,0.33340910621942105,0.3437797972985238,0.3504825866613991,0.3599589788497294,0.3654385538037491,0.37558485016960863,0.3841671127800109,0.39009187961200953,0.39512566636983876,0.4028669974814058,0.40291205558132587,0.4112737751591528,0.4194062068092999,0.42127937534346077,0.41902673546849184,0.4248085988185616,0.42714924485155026,0.4292366404626007,0.43040437788559543,0.43061887147068906,0.4301596900533345,0.4340392193401204,0.43334880970238265,0.4325817422324459,0.4314773601253737,0.42865163525556277],[0.15327323996562414,0.1534471302859134,0.15338315106512362,0.15289451057246725,0.15242417813543516,0.15132311097902315,0.15125135034167234,0.1508697233849264,0.14938703254021968,0.14876146457283615,0.14827339513469986,0.14730238704127235,0.1478024929641833,0.14639115972490196,0.1456676406228059,0.1450693236453377,0.144392549796929,0.14438137691690106,0.1439242364183622,0.1438000823413426,0.14291257309431768,0.14390939298143451,0.14363059981277942,0.14432742784496017,0.14533392190823177,0.14677186046646246,0.14781758789291752,0.14959301299245292,0.15158734898299447,0.15398997172077225,0.15636593899269444,0.15969319238193652,0.164166021677307,0.16806767634026365,0.17206149880058105,0.17707974237130497,0.18228306890934148,0.18741005570455496,0.1942279614164308,0.19988344745575418,0.20834368949545923,0.21509392317741177,0.22310530377162432,0.23233965091844938,0.23883958240775202,0.24895409570328936,0.25682285440924696,0.2662728556464126,0.2773373626946457,0.2860305349702273,0.2936550103789547,0.30370286828432186,0.31182108624094135,0.3216959946821099,0.33138723913209384,0.3399253212550972,0.34801488690147586,0.3583153507391493,0.3628787987768813,0.37422431046265725,0.3805141779973025,0.38736136332332377,0.3935057114005186,0.4003159372083397,0.4052021259473302,0.41120050160987437,0.4152645820226532,0.4183973452032067,0.42400892462557216,0.42592871182308606,0.4246792891368557,0.4288330542989665,0.4302366438506883,0.43026367852053576,0.43341956739983506,0.4328425245517628,0.4342379687990031,0.42807159823794405,0.43138451116121657,0.42741681506167895],[0.17204161148869407,0.17091322938969877,0.17207125128835477,0.1702222130312027,0.17006223501030288,0.1693824210864211,0.16991867576511407,0.1680847154518492,0.1676622808499311,0.16710139890844722,0.16553128190814057,0.1635083025241422,0.1634845002099597,0.16144087280768862,0.1603295417559197,0.16000320990107314,0.15972888554413336,0.15844523547289294,0.15778168308722954,0.15801131875292165,0.15679546981532785,0.15528126818054017,0.15567604016378883,0.15646250373090062,0.15612435757321774,0.15699056023716132,0.15818222406393306,0.15801719830783637,0.16093933719313502,0.16195603403463427,0.16447035596756937,0.16721433106460457,0.17012425125500882,0.1735195762165293,0.17713263470183588,0.18125515725433494,0.18627883828721187,0.19224980325947302,0.19682004286614532,0.20312543769163188,0.20851947254278777,0.21683007344775337,0.22376432048482045,0.23130416918083216,0.23884329904240742,0.24699558608140174,0.25594340107881486,0.2646938098749233,0.2748797825621501,0.2826646288210067,0.292419069595063,0.3018972017513784,0.31108575079257733,0.3196908437208815,0.32936102629132147,0.33764238159498766,0.34770700445726466,0.3516524885664439,0.36528246347363746,0.3705026745843035,0.3759535450724338,0.3838351202919885,0.39207192524020723,0.3974958932421445,0.4007929446374013,0.4103697558361929,0.41346588646731874,0.4163590248117248,0.4203766385323213,0.4229100687997491,0.42574090057846337,0.42352330601760013,0.42683404608063913,0.43581577450222964,0.43305284299042146,0.43300366696825227,0.4332323216942392,0.42990340007293903,0.429625937848647,0.4317462216921403],[0.19249309951211258,0.19018866501375167,0.18992467176466007,0.18987266776530198,0.18964015260493292,0.18837057829463325,0.188204140474693,0.18552962199473377,0.18597662590240266,0.18335004713927236,0.18332227843619595,0.1820296754938994,0.18150863062601413,0.18024430419690443,0.17761482017619395,0.177522122779318,0.1747307593878922,0.17460303473511404,0.17290825793536257,0.17103457492338864,0.17071810951785638,0.16950286622144323,0.16873295649501838,0.16827377094130327,0.16869493302683514,0.16870388552205728,0.16947849056379902,0.1688633947300848,0.17001124247973634,0.1701582769604935,0.17211503462702277,0.17443890212321958,0.17677739126065434,0.18004570608533524,0.18265613669277958,0.18606666884294107,0.18974447968932331,0.19474804475665594,0.20021928961803911,0.2058629177883229,0.21147446437170073,0.21754607782588742,0.224639290269974,0.23267893212980326,0.23996563714149124,0.2475831958127644,0.25629217239097124,0.26334735497290934,0.27151781908157624,0.28181065549483797,0.29063211552371315,0.2996711808014705,0.3076989251170939,0.3171957238320589,0.3259026251038724,0.334973338229381,0.3429222341161841,0.3500444214612929,0.3612128073032084,0.3674088097690259,0.3740892742855859,0.37838966988474015,0.3901464142283181,0.3953498078525378,0.40148506144691165,0.4037838217473594,0.41000861813207334,0.417844275226701,0.4193888742640988,0.42297113977699113,0.4246419443683957,0.4282716261954286,0.4274092231880144,0.4299279257493524,0.4309277274913173,0.43399668411814185,0.43215142046766075,0.43027334021078983,0.43351843599755074,0.43352442869209773],[0.21243952950676626,0.21236408731341985,0.21202804334605446,0.21148566977186292,0.21065110288029854,0.2093936087686173,0.2086116182150809,0.20644470759003936,0.20544920424326535,0.2045991065096078,0.20167407010880395,0.20062175660107093,0.19910010323195929,0.1990970904216356,0.1966475554193604,0.19525873739017652,0.1920063460154752,0.19114871956720816,0.19018315503617295,0.1885982771657244,0.18647022288249182,0.18538560493030193,0.1838328706161751,0.1833523371781037,0.1822186046830233,0.18116513167865003,0.18154502635711633,0.1807564519795453,0.18063512782729355,0.18160277086729507,0.18164467809640492,0.18364701381908424,0.1854870962577437,0.18700380237871023,0.18982757581444806,0.1932717972109998,0.19533311376216606,0.19980848961871964,0.20452866077146498,0.20905007866871453,0.21352543901051538,0.22068807342447527,0.2258019862405327,0.23283227291111325,0.2398031123231226,0.24810536748439435,0.254895691630147,0.26256917452697276,0.2711234138179107,0.279131015164391,0.2887838733575118,0.29694286986635626,0.3065838233295185,0.31634547146369324,0.3246239311515238,0.3320803199101633,0.3395118760532584,0.34814051711580835,0.3539698014977167,0.36427281796585764,0.3728953477514728,0.37830819320569786,0.3843642749685189,0.39334395326371535,0.3981527035455957,0.4031819804101308,0.4086032153631069,0.412549363763653,0.4188914647913987,0.41992937760896754,0.4245186036026774,0.4266405181557059,0.43026964077218877,0.4315706952545446,0.4356154569131633,0.43205140554327737,0.43323473804076573,0.4358132064921814,0.4313302478986888,0.43052560407501345],[0.23527843015613584,0.23461354817608257,0.23555937209403074,0.23407598804883742,0.23292764237227204,0.23109980608447647,0.23098664308355946,0.2284829563957652,0.22721769392647906,0.22689388248504366,0.22415748322214626,0.22131467043746397,0.22202041289317107,0.21825738630779246,0.21577569343322583,0.2144769198342254,0.21225561163109116,0.21082488331400545,0.20838259359908465,0.20621961731642066,0.20400493684441562,0.20253873520225169,0.20021894371340004,0.19814069567530276,0.1973499360653195,0.1968787440073452,0.19503580027705955,0.19462355365013512,0.19243828519980244,0.1926210476282587,0.19351140274849704,0.19331754490041173,0.19423456699037248,0.19530404742101584,0.19763571130600294,0.20006726676387984,0.20221922602247128,0.20564499989365023,0.21022004858658214,0.21317258155532132,0.21710635207498255,0.2230665266718539,0.22854712201657582,0.2338204403898415,0.24069516950572614,0.24806463940200799,0.25477583314108465,0.2612364098148851,0.269796660306553,0.27934789024561724,0.28775568745600943,0.2959327229829808,0.30297377760858557,0.3133668461516875,0.3209973702490103,0.32978504863122776,0.33643527135824164,0.3482535021407483,0.3526030020760051,0.3619312907012746,0.368013307014982,0.3763345448728007,0.3820075235644557,0.3906210254106722,0.39642730608943094,0.4005534301577795,0.4052991985132724,0.4119457880760983,0.41707816032074274,0.41753788317316576,0.4252104107586814,0.43040415515235086,0.42913045920443926,0.43145650524315204,0.4306673909529908,0.43318265701349207,0.4327375123875461,0.4336670740667502,0.43220424276832664,0.4274755101907289],[0.25912701072243605,0.2584768921476435,0.25580471865060556,0.2577943988936278,0.2556768387332546,0.2533641830124624,0.25482238149008757,0.25058372772842485,0.2515352763360065,0.24839912789824095,0.2466011032192848,0.24481151806662604,0.241997447018567,0.23955621959617385,0.2377033585338712,0.23522416797408677,0.23267971392434758,0.22989244044881266,0.22734719939734355,0.22406063767433468,0.22126335719875173,0.21970759080586427,0.21744593185164404,0.21464993986251726,0.21389720009651436,0.21224031117394157,0.20950723676566105,0.20768718233050867,0.20766882383081892,0.2052462893697563,0.20550126558046905,0.20620884147843774,0.20565795127983755,0.20625356731715613,0.20665146379467084,0.2084456088412606,0.2103684937678079,0.21178176243205632,0.21568919517999882,0.21925291094640428,0.22373321100433144,0.22479473603983502,0.23154623508404645,0.2366983070909467,0.24258910196403322,0.24928365151842877,0.2539561984157761,0.2620536071776779,0.26954352601241366,0.27774450598780037,0.2851081242699897,0.2929891398657618,0.3014608945990723,0.308149905044669,0.31879710299975916,0.32815907628667007,0.3349126406321314,0.3426836710853023,0.3517852825773443,0.3595833183068397,0.36746376818067555,0.37252457185365306,0.38127876235212865,0.38722966197396924,0.3957184100265368,0.3997771252583814,0.4028814749382116,0.40963534212423786,0.41319903110960193,0.41354703088442446,0.42069147187567035,0.42229221735728034,0.42370134215014793,0.4272105256801116,0.42814571235088666,0.4311747352760846,0.42734015304221223,0.4331396727330852,0.43243063671939647,0.4275807669194235],[0.2848913075962963,0.28276759572717813,0.2837832542226755,0.2827784863900718,0.28254379688595377,0.28007327539377075,0.27774839022859754,0.2762188575921911,0.27657093062847693,0.2718220549377558,0.2702998935988683,0.26876065681658395,0.26645300879082784,0.26320772592409203,0.25986736206937944,0.25528645446269993,0.25552596908400943,0.25088811948347056,0.24953202290713208,0.24623630998943824,0.24449764357383294,0.2399223882498283,0.23688532901170176,0.23452957466409302,0.2325472396544285,0.22891550720985646,0.2262269182457001,0.22440093399957883,0.2214139033219615,0.22017142786302163,0.2187955921429651,0.21885318152364988,0.2176285930190672,0.21742807560939045,0.21673583532946283,0.2176119268160172,0.21865819190939212,0.22045656341943395,0.22140906164073854,0.22478415199830407,0.22746882213421668,0.2327993788697566,0.23474793625759413,0.2404660499797959,0.24552531086712506,0.2515868813679472,0.2557019361328971,0.26171077138772936,0.2695771386152248,0.2750994187779274,0.2837744371711455,0.2922691062622163,0.29914303741604514,0.3079794511436894,0.31521445469540094,0.3228843537339514,0.33156182221840286,0.3395253259515019,0.3494660569532623,0.3565435998943751,0.36414918136371177,0.3707467781409616,0.3783598570908901,0.38600595237892776,0.389616989388222,0.39785941363744826,0.40576950803041995,0.4057310519547847,0.4136760203965245,0.41469118139490513,0.4221172572287602,0.4225899301056971,0.42622958735767413,0.4310865279732858,0.42729553582077323,0.4340984514592033,0.43184693596062285,0.4315946156338065,0.433485123385904,0.43282018344964857],[0.31082386836509307,0.3112343887500145,0.3089820594683314,0.30884541324953013,0.30734439333315516,0.30603855275320324,0.303294777999817,0.30287098211693303,0.30122965890180076,0.2975277169338392,0.2948128517158584,0.2928762625588643,0.2880712992354021,0.288128554298295,0.28366649540738564,0.28091896376691866,0.2779304989742792,0.2755860107045667,0.27163541427647736,0.2667583425644065,0.2640507004557304,0.26144105516896526,0.25838403501242635,0.2532210733394705,0.25079459448975805,0.24733872933972637,0.24489378076710586,0.24247443122710546,0.2379102883318759,0.23801518326407536,0.23398560209215094,0.23326236883664872,0.23082215500767228,0.2294541827752784,0.22830605482598712,0.22766081782401118,0.22850773099669294,0.22966004715831304,0.23135082743435798,0.23190149689353434,0.2336395829115995,0.23765421326101446,0.2397970945302431,0.24374856673032333,0.24831200090998579,0.25458653381525387,0.25668067276477,0.2636564230316887,0.27160863831307397,0.2768409557375433,0.2824013964305958,0.2904753501472231,0.2964798695610616,0.30562313924128703,0.31380544159466744,0.32243499182422525,0.3304241632909072,0.3358892030839769,0.34468806436797716,0.35256859667945883,0.360758147534287,0.3681635735366352,0.3739508446300176,0.37998858116241424,0.390352834411282,0.3947927799819378,0.4007832233778306,0.40433295611431047,0.40922258546279305,0.412961649443754,0.4182863409661799,0.41965318707684696,0.42650468066290714,0.42422249254480193,0.4279002167258264,0.42858717502410076,0.4279381269714089,0.4291562344864551,0.43136763514025367,0.43313355360299133],[0.3377089796483038,0.3369555637447548,0.33592176556902087,0.3372463468308863,0.3360686463550753,0.3334522582205307,0.3329028253175295,0.3294173655667194,0.32717766174295465,0.3249652274390519,0.3212756853443656,0.3183929839580773,0.316956408970045,0.31304322710742916,0.31095319159459917,0.3057746314298823,0.300881708620582,0.2968834474339853,0.2945040799877898,0.29240059603921026,0.2871380285082833,0.2814700158349263,0.2782075920141142,0.2742255208522232,0.27122055764374386,0.26678098351434015,0.26194957919734546,0.26301150833129144,0.2551468756586371,0.2547592812955225,0.25122387019285713,0.2473184328828175,0.24417210395001085,0.24321067386582096,0.24205189821195316,0.2408287709457288,0.23912901291184865,0.23946748123834546,0.24024711189884249,0.24056763596467265,0.24118536642869587,0.2433705012969511,0.24643837384437522,0.24858148798591528,0.252381541340694,0.2561717345734565,0.2610660641094746,0.2657295115622137,0.27085708682798176,0.2762111947576919,0.2840552211824017,0.29063947968331905,0.2965605951579903,0.30413304885635395,0.3095973096086235,0.3188539775973243,0.3271687659888054,0.3337175670619455,0.3422639243430262,0.34818485307679625,0.3552748174060921,0.36185909802785676,0.3714745079532806,0.3797512919823486,0.38698515666538025,0.38998463790289134,0.39668803682528814,0.4037064162185889,0.4087563284500753,0.4108507085780965,0.41565956132350124,0.4174087305381248,0.4236979869325325,0.42542939864455254,0.4281250745452548,0.4288660504975424,0.4290601922067369,0.42867075673132216,0.43317869082423394,0.42630101803300435],[0.3660537047029864,0.3670304284365034,0.3643754974783732,0.36369871712862667,0.36366276936675274,0.3609111194686984,0.36016241203202143,0.3580929105664702,0.3557242135894764,0.35291821755824954,0.3512169375439774,0.34533083869970577,0.3435199635405471,0.34090385408390167,0.33663577501432607,0.33199092669096075,0.32827460585445933,0.3244581774010213,0.3201691488630388,0.31637486766930917,0.3084305499403878,0.30657344560398825,0.3024977093257333,0.2978870749830575,0.2944178491183926,0.2883106506228569,0.28453858167431245,0.28112681327124034,0.2764929878904321,0.2717634509991133,0.26771558368507414,0.2653290949597564,0.2626459603292094,0.2594818866892132,0.2572133534640854,0.2548917398195443,0.2519169016023968,0.25285501258989834,0.2514627457431317,0.25013737824307325,0.25017048263968944,0.2511541264233081,0.25294745270107344,0.2552873890012287,0.2580201910461211,0.26108462693974294,0.2653707462507125,0.26857887290151566,0.27277385068431825,0.2789413842691127,0.2838016044151477,0.28921167539227016,0.2943687878445879,0.30317443892692975,0.30901428980511914,0.31774961913930194,0.3250894966467318,0.33237594710677515,0.33932032481166374,0.3483217492639436,0.35241013846733676,0.3633284642682193,0.37013623455265166,0.3731225661451176,0.38496285144268716,0.3878733736828256,0.3932567065712529,0.4018626800396414,0.40364615449671054,0.41020113959043175,0.4107711460439224,0.41326164455668224,0.4211515436953845,0.42509263065941494,0.4277596104392229,0.4290551294415489,0.426015526823993,0.4289409260959109,0.43121866651266333,0.4299613231107372],[0.39489800295507643,0.3967529206996898,0.3947599081474503,0.3950561259169452,0.39195928603717767,0.3892186449589723,0.3856934914971347,0.3852263546560971,0.3831956833692046,0.3810353900963899,0.3779803662116949,0.37407265341262436,0.371121684912574,0.3666967293112143,0.3628237182155875,0.35931462430583544,0.3546985857536585,0.35165965430102697,0.3458600780694409,0.3415672010543612,0.33786117303168445,0.33063353106036686,0.3255062055393674,0.32154493559671754,0.3159684437254244,0.3103338286373984,0.30548887908297645,0.30292685596927876,0.29710457502112586,0.29160667525415085,0.28634462536502187,0.2826375707766179,0.27940742918023503,0.27536339583130953,0.2721979638029569,0.26915435614819894,0.26633705566604704,0.2653492496675453,0.262236099276876,0.2614144363644901,0.26018365277843436,0.26061690174897295,0.26148244600730614,0.26092839003342455,0.2640575299219731,0.26503730422730387,0.26763637166811677,0.2708137415497868,0.27514699771526924,0.2806222273210394,0.28502045716171,0.29100049143280204,0.29662790923538457,0.3005797995943447,0.30615960208633114,0.31604353238114974,0.32076166158066394,0.3291814524553083,0.33783288397237565,0.3443153743093033,0.35134634732810105,0.35935594549732713,0.36461640391774447,0.3725809713198113,0.378458497513439,0.3849655091381131,0.3934626042550953,0.3939557801860926,0.4004082144156879,0.40654899781575443,0.4126911444522052,0.41679926933715566,0.4166986002689187,0.42096917852654486,0.4225412214179795,0.4254092890615498,0.43139757564083214,0.4285706087812757,0.42789716463081573,0.4314977855290712]],"type":"surface"},{"hoverinfo":"skip","line":{"color":"black","width":3},"mode":"lines","showlegend":false,"x":[0.009262035930952983,0.012731585305230931,0.013835639553073978,0.016144184325444975,0.018409243175194972,0.020698852962551147,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.07393543382167578,0.07786609026276792,0.08243969388488889,0.08701329750700988,0.0915869011291309,0.09616050475125187,0.10073410837337288,0.10384700439256161,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.12986256636000815,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.15025083415918286],"y":[0.09334205624036813,0.09350164550470916,0.09354760770010065,0.09350164550470916,0.09345576211258971,0.09350164550470916,0.09355077294287945,0.09357743287223268,0.09381686628752417,0.09405430006199389,0.09417783831304258,0.09419606169261818,0.09463927114731648,0.09485310437371136,0.09503827158460433,0.09548821373309752,0.09555730610252038,0.09601240857316347,0.09605382857919485,0.09629628609772659,0.09664872326997129,0.09697586986966845,0.09735341298690976,0.09769826054386987,0.09817955484384017,0.09860601165368052,0.09879005255105529,0.09913900045867757,0.09958267341867505,0.09993282825611463,0.10056187828175293,0.10101602448140043,0.10115819472816623,0.10141030311126295,0.10199861250449882,0.10263945542700556,0.10329055812915944,0.10371037780265194],"z":[0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"black","width":3},"mode":"lines","showlegend":false,"x":[0.23613262490672793,0.2374516111182044,0.2374903578585984,0.2379422170370027,0.23844005783231018,0.23794221703700266,0.2376816757375741,0.2368069114860609,0.2355077076434055,0.23533455663757574,0.23413054606560824,0.2336572637835228,0.23336861341488174,0.23192165053048008,0.23128282117195975,0.2299815912733295,0.22907005036107322,0.2287950097927607,0.22811477228719657,0.22762535288622757,0.22627388407386928,0.22577387271178737,0.2246133563053418,0.2242214061706397,0.2240100890275484,0.22235649999139262,0.2220625402805999,0.22092733161500908,0.22008823102803202,0.21964780254851873,0.21924432897460344,0.21881447473441903,0.21808721892707877,0.21711517836401806,0.21627075665609496,0.21562202174917744,0.21517440146951053,0.21507419892639773,0.21453274501310374,0.21418877665941777,0.213655461305783,0.21296433461443193,0.21230815122810176,0.21149990466767288,0.21117471683208994,0.21092946414818659,0.21079078367914447,0.21050059530427673,0.20986710782730433,0.2097439771902338,0.20934561551244252,0.20871258662482578,0.20917147587977553,0.20832682059959295,0.20817306905576338,0.20743579278737806,0.20752525177011225,0.2068558228979432,0.2069178924525876,0.20592699168215575,0.20591791717270513,0.20592699168215572,0.20655403233871986,0.20607355636698108,0.20592699168215572,0.20567759338342814,0.20592699168215575,0.20595894575208906,0.20592699168215575,0.2051753859988464,0.2055549364513082,0.2047956552900266,0.20558972725302432,0.2050652959994261,0.20464347524413978,0.20386281099000775,0.20433695013605174,0.20437945081658926,0.20359100412576947,0.20394801244024202,0.2041199402176238,0.20328583997174077,0.20349234071115058,0.2035592694529751,0.20307232028465388,0.20349269412467685,0.20293759842155099,0.2032513878011255,0.20331196773506666,0.2030683385548529,0.20273532932410723,0.20296768997132303,0.20274707018713045],"y":[0.10371037780265194,0.10115819472816623,0.09860601165368052,0.09741008107648107,0.09605382857919484,0.0944202252319172,0.09350164550470916,0.09094946243022345,0.08839727935573774,0.08584509628125206,0.08329291320676638,0.08074073013228067,0.08027393556683765,0.07818854705779496,0.07563636398330928,0.0730841809088236,0.07053199783433789,0.06989731214188923,0.06797981475985218,0.0654276316853665,0.06287544861088082,0.06032326553639511,0.0577710824619094,0.05603953549994635,0.05521889938742372,0.05266671631293804,0.05011453323845233,0.04756235016396662,0.04501016708948094,0.04363935023084714,0.04245798401499525,0.03990580094050955,0.03735361786602384,0.03480143479153816,0.03224925171705248,0.02969706864256677,0.027144885568081062,0.026805815065896684,0.02459270249359538,0.022040519419109686,0.01948833634462399,0.016936153270138296,0.014383970195652601,0.011831787121166906,0.009279604046681211,0.006727420972195516,0.0041752378977098215,0.003372624634858369,0.0016230548232241265,-0.0009291282512615684,-0.0034813113257472633,-0.006033494400232958,-0.008585677474718653,-0.011137860549204348,-0.013690043623690043,-0.016242226698175738,-0.018794409772661433,-0.021346592847147128,-0.023898775921632823,-0.026423321855825636,-0.026450958996118518,-0.026495569318182373,-0.029003142070604213,-0.03155532514508991,-0.03239934579369603,-0.0341075082195756,-0.036365446372763496,-0.0366596912940613,-0.0367591174155335,-0.03921187436854699,-0.04176405744303269,-0.04431624051751838,-0.04686842359200408,-0.04942060666648977,-0.05197278974097547,-0.05452497281546116,-0.05707715588994686,-0.05962933896443256,-0.06218152203891825,-0.06473370511340394,-0.06728588818788964,-0.06983807126237533,-0.07239025433686103,-0.07494243741134672,-0.07749462048583242,-0.08004680356031811,-0.0825989866348038,-0.0851511697092895,-0.0877033527837752,-0.09025553585826089,-0.09280771893274659,-0.09535990200723228,-0.09791208508171798],"z":[0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925,0.28328025342644925],"type":"scatter3d"},{"hovertemplate":"336674_RB_M_Cre\u003cbr\u003e\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003eC=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","marker":{"color":"#e377c2","line":{"color":"black","width":1},"size":8},"mode":"markers+text","name":"336674_RB_M_Cre","text":["336674_RB_M_Cre"],"textfont":{"color":"lightgrey"},"textposition":"top center","x":[0.14655568764386923],"y":[-0.008190095291517173],"z":[0.14202581363516395],"type":"scatter3d"},{"hovertemplate":"336680_RRB_M_Cre\u003cbr\u003e\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003eC=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","marker":{"color":"#9467bd","line":{"color":"black","width":1},"size":8},"mode":"markers+text","name":"336680_RRB_M_Cre","text":["336680_RRB_M_Cre"],"textfont":{"color":"lightgrey"},"textposition":"top center","x":[0.15743871156040198],"y":[0.009955928107753517],"z":[0.15779832612376582],"type":"scatter3d"},{"hovertemplate":"336681_LT_M_cre\u003cbr\u003e\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003eC=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","marker":{"color":"#2ca02c","line":{"color":"black","width":1},"size":8},"mode":"markers+text","name":"336681_LT_M_cre","text":["336681_LT_M_cre"],"textfont":{"color":"lightgrey"},"textposition":"top center","x":[0.16824022341343728],"y":[-0.007181608903753058],"z":[0.18954639164844259],"type":"scatter3d"},{"hovertemplate":"336682_RB_M_Cre\u003cbr\u003e\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003eC=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","marker":{"color":"#e377c2","line":{"color":"black","width":1},"size":8},"mode":"markers+text","name":"336682_RB_M_Cre","text":["336682_RB_M_Cre"],"textfont":{"color":"lightgrey"},"textposition":"top center","x":[0.1592076058869509],"y":[0.015990783495929355],"z":[0.15874599367751407],"type":"scatter3d"},{"hovertemplate":"355575_RB_M_Cre\u003cbr\u003e\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003eC=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","marker":{"color":"#e377c2","line":{"color":"black","width":1},"size":8},"mode":"markers+text","name":"355575_RB_M_Cre","text":["355575_RB_M_Cre"],"textfont":{"color":"lightgrey"},"textposition":"top center","x":[0.21902558527985497],"y":[0.017964232390270285],"z":[0.29669347159506565],"type":"scatter3d"},{"hovertemplate":"355577_RR_M_Cre\u003cbr\u003e\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003eC=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","marker":{"color":"#bcbd22","line":{"color":"black","width":1},"size":8},"mode":"markers+text","name":"355577_RR_M_Cre","text":["355577_RR_M_Cre"],"textfont":{"color":"lightgrey"},"textposition":"top center","x":[0.18449965588043793],"y":[-0.0011429625786350246],"z":[0.22556292430331953],"type":"scatter3d"},{"hovertemplate":"355579_N_M_Cre\u003cbr\u003e\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003eC=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","marker":{"color":"#1f77b4","line":{"color":"black","width":1},"size":8},"mode":"markers+text","name":"355579_N_M_Cre","text":["355579_N_M_Cre"],"textfont":{"color":"lightgrey"},"textposition":"top center","x":[0.1284958886139358],"y":[-0.018271213007698125],"z":[0.10886364564839351],"type":"scatter3d"},{"hovertemplate":"355580_R_M_Cre\u003cbr\u003e\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003eC=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","marker":{"color":"#17becf","line":{"color":"black","width":1},"size":8},"mode":"markers+text","name":"355580_R_M_Cre","text":["355580_R_M_Cre"],"textfont":{"color":"lightgrey"},"textposition":"top center","x":[0.1700904881678808],"y":[0.007939730234053859],"z":[0.187307643449692],"type":"scatter3d"}],"layout":{"template":{"data":{"histogram2dcontour":[{"type":"histogram2dcontour","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"choropleth":[{"type":"choropleth","colorbar":{"outlinewidth":0,"ticks":""}}],"histogram2d":[{"type":"histogram2d","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"heatmap":[{"type":"heatmap","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"heatmapgl":[{"type":"heatmapgl","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"contourcarpet":[{"type":"contourcarpet","colorbar":{"outlinewidth":0,"ticks":""}}],"contour":[{"type":"contour","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"surface":[{"type":"surface","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"mesh3d":[{"type":"mesh3d","colorbar":{"outlinewidth":0,"ticks":""}}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"parcoords":[{"type":"parcoords","line":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scatterpolargl":[{"type":"scatterpolargl","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"#E5ECF6","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"scattergeo":[{"type":"scattergeo","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scatterpolar":[{"type":"scatterpolar","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"scattergl":[{"type":"scattergl","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scatter3d":[{"type":"scatter3d","line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scattermapbox":[{"type":"scattermapbox","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scatterternary":[{"type":"scatterternary","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scattercarpet":[{"type":"scattercarpet","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"white","linecolor":"white","minorgridcolor":"white","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"white","linecolor":"white","minorgridcolor":"white","startlinecolor":"#2a3f5f"},"type":"carpet"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}],"barpolar":[{"marker":{"line":{"color":"#E5ECF6","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"pie":[{"automargin":true,"type":"pie"}]},"layout":{"autotypenumbers":"strict","colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"hovermode":"closest","hoverlabel":{"align":"left"},"paper_bgcolor":"white","plot_bgcolor":"#E5ECF6","polar":{"bgcolor":"#E5ECF6","angularaxis":{"gridcolor":"white","linecolor":"white","ticks":""},"radialaxis":{"gridcolor":"white","linecolor":"white","ticks":""}},"ternary":{"bgcolor":"#E5ECF6","aaxis":{"gridcolor":"white","linecolor":"white","ticks":""},"baxis":{"gridcolor":"white","linecolor":"white","ticks":""},"caxis":{"gridcolor":"white","linecolor":"white","ticks":""}},"coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]]},"xaxis":{"gridcolor":"white","linecolor":"white","ticks":"","title":{"standoff":15},"zerolinecolor":"white","automargin":true,"zerolinewidth":2},"yaxis":{"gridcolor":"white","linecolor":"white","ticks":"","title":{"standoff":15},"zerolinecolor":"white","automargin":true,"zerolinewidth":2},"scene":{"xaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white","gridwidth":2},"yaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white","gridwidth":2},"zaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white","gridwidth":2}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"geo":{"bgcolor":"white","landcolor":"#E5ECF6","subunitcolor":"white","showland":true,"showlakes":true,"lakecolor":"white"},"title":{"x":0.05},"mapbox":{"style":"light"}}},"scene":{"xaxis":{"title":{"text":"\u03c3"}},"yaxis":{"title":{"text":"\u03bc"}},"zaxis":{"title":{"text":"C"}},"aspectmode":"cube"},"margin":{"l":0,"r":0,"t":30,"b":20},"title":{"text":"3-D phase diagram \u2013 C"},"width":1200,"height":900}} \ No newline at end of file diff --git a/assets/plotly/2025-10-25-phase-diagram-playbook/3D-PDA-chiSG.json b/assets/plotly/2025-10-25-phase-diagram-playbook/3D-PDA-chiSG.json new file mode 100644 index 0000000..6ee0ee2 --- /dev/null +++ b/assets/plotly/2025-10-25-phase-diagram-playbook/3D-PDA-chiSG.json @@ -0,0 +1 @@ +{"data":[{"colorscale":[[0.0,"#440154"],[0.1111111111111111,"#482878"],[0.2222222222222222,"#3e4989"],[0.3333333333333333,"#31688e"],[0.4444444444444444,"#26828e"],[0.5555555555555556,"#1f9e89"],[0.6666666666666666,"#35b779"],[0.7777777777777778,"#6ece58"],[0.8888888888888888,"#b5de2b"],[1.0,"#fde725"]],"hovertemplate":"\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003echiSG=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","opacity":1.0,"x":[[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156]],"y":[[-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798],[-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228],[-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659],[-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089],[-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752],[-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895],[-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038],[-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811],[-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242],[-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672],[-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103],[-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533],[-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964],[-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394],[-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825],[-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255],[-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686],[-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116],[-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547],[-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977],[-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408],[-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838],[-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269],[-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699],[-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613],[-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756],[-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991],[-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213],[-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518],[-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823],[-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128],[-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433],[-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738],[-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043],[-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348],[-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653],[-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958],[-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633],[-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684],[0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265],[0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215],[0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516],[0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211],[0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906],[0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601],[0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296],[0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399],[0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686],[0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538],[0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062],[0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677],[0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248],[0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816],[0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384],[0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955],[0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526],[0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094],[0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662],[0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233],[0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804],[0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372],[0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094],[0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511],[0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082],[0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665],[0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218],[0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789],[0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236],[0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928],[0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496],[0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067],[0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638],[0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206],[0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774],[0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345],[0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916],[0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484],[0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052],[0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623],[0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194]],"z":[[1.0271680253536717,1.02828516595843,1.0299486117792505,1.032572125005899,1.0350752288905887,1.038617344534161,1.0426560914847576,1.0475608582650078,1.05313204268217,1.0588560797529314,1.0652954989806818,1.0732366299470053,1.0833916061639526,1.0913058757630705,1.1019956099609918,1.112815434933023,1.1257147132224972,1.1398214113904588,1.1544072727189525,1.1685863945353132,1.1894415520160002,1.2074197513118439,1.228307946642944,1.250491673217875,1.2690889940088803,1.2960752819998065,1.323632599810083,1.353895143548891,1.387654453123076,1.4120490162353798,1.4567611920359427,1.490607284393301,1.5273412868195457,1.5755116412035148,1.6177412771639432,1.6603811754228295,1.7095458580702583,1.7678117074783077,1.8098877816477796,1.8711662746281386,1.922670343830205,1.9905777247879108,2.0458611536560793,2.112039965451822,2.1897260553307305,2.2522291591833925,2.3146337785758915,2.388792460469777,2.4588998872970405,2.5501060080124023,2.6091364204304948,2.6879967639264035,2.762605153986291,2.863091049186046,2.953995972487816,3.009408928991125,3.0970629066501005,3.2096759707407885,3.2788125514974444,3.3497387878223917,3.4471437965432363,3.5363471864874265,3.622722026012041,3.7035481371798564,3.766926313779883,3.881085544581075,3.9556815494577298,4.025750077186567,4.1354483793464265,4.171625064124121,4.274498569175626,4.354871686963589,4.435447137035125,4.550545580042914,4.624767352650113,4.73361662308505,4.803621260819071,4.861928902646847,4.938644300057812,4.977068844235933],[1.0259052191820843,1.0272202086491422,1.0291376835456059,1.0317893465792927,1.0344930435873845,1.0381985530225593,1.0421940586753733,1.0464716050004657,1.0518333201450183,1.058642742649177,1.0662623643390248,1.0725694922875113,1.0815982296362647,1.091799033515911,1.1015700465646765,1.1134553361246422,1.1265364599384204,1.1396853858153535,1.153110534589232,1.1694398124102026,1.1851892890015774,1.205060573234046,1.227109357077564,1.247910150604443,1.2712337020495392,1.2990661538914738,1.3236483851961094,1.3547138960075027,1.3826295767863903,1.4175979806618195,1.4494343485882313,1.4900538893112083,1.5266357017284478,1.5705544865972427,1.6109261170933116,1.652129819138156,1.7159286245377539,1.7560660944302653,1.8080974626852924,1.8764510557218799,1.9227857432985926,1.98905812550027,2.045956786497641,2.111936850150504,2.175934193952881,2.2451523860449965,2.322968392834658,2.389751412107629,2.457938022156246,2.5520165229936507,2.6241853730451696,2.695579616532792,2.774067572543671,2.8548061473483335,2.924601086740554,3.0410733226137494,3.105034269806538,3.192303809261885,3.2902432135333393,3.3881643413310707,3.4524266113645568,3.5522145939253478,3.635355231805519,3.7131852454618826,3.8082428722452746,3.860985338331746,3.9638027059906986,4.035510157470116,4.134942488770881,4.217001053527288,4.265245755980751,4.338332418916712,4.503272209303806,4.5162961990775425,4.630052799520722,4.722639885695114,4.7348778007623,4.822910752324448,4.904929122634086,4.981586498169503],[1.025292972192811,1.026760136959352,1.0286786598168398,1.0310773020815782,1.0335491681456377,1.0369584989713616,1.0412304969058694,1.0457201679764923,1.051630034396676,1.057377688726479,1.064258597375894,1.0723828976852743,1.0802440522621934,1.0894693705095109,1.1006785674138235,1.1112099689941557,1.1248864299946824,1.1372625134516443,1.1525719679895978,1.1709370859405956,1.1874718449186241,1.2032609583395522,1.2237912538229332,1.2468197124709768,1.2696174885551155,1.297749345627676,1.3236557839163197,1.3541803372893428,1.3783650440192274,1.414756865847209,1.4501877323468813,1.484367565920034,1.5307388270351026,1.5766645911591828,1.6062011952412605,1.662301675219038,1.7058434907558129,1.7678409446959251,1.816158001781905,1.8661055254390988,1.9244411509879777,1.9876561663294825,2.0405665740258274,2.1213981359488256,2.176220680431705,2.245871432437087,2.3215136976244386,2.375140816341445,2.4729840893518613,2.528289388316576,2.6090082643860333,2.697003313570225,2.757808491440865,2.85423808022148,2.933085829225575,3.0014524909283984,3.1101476913723562,3.200056600248836,3.268840960900355,3.357825547855276,3.447343290618355,3.534356832095685,3.620357584567128,3.7103520152288523,3.7682755135421275,3.865600373139375,3.9462599772041878,4.03734073580642,4.121285536735213,4.237940457848563,4.290203034951926,4.387255821622408,4.457563121052366,4.558652963378057,4.646886825209029,4.713070343375188,4.764747276786946,4.832470977163537,4.951220088177673,4.960544329254782],[1.024346405073578,1.0260835559859138,1.027391040162319,1.0300618557646541,1.0333476342296817,1.0364754580316848,1.0410528455565835,1.045098217102337,1.0506344669619443,1.0567998637141474,1.0631940563552797,1.0709905883353297,1.0791609470859784,1.0880987715436738,1.0984388831834055,1.1107651670587833,1.121636577035075,1.1368405672048023,1.1508349714585657,1.1680837475524624,1.1846328757629745,1.2017693817970767,1.2218032363168732,1.2438853238857064,1.2704766015228015,1.2926334832613846,1.3209109812609787,1.351136398420904,1.3790505639379866,1.4163702666325153,1.4517664995933994,1.49051511998169,1.5232040694298585,1.562694644259641,1.6118960320375457,1.6559879239585775,1.708979964095027,1.7516601412276447,1.8121891788956133,1.8652985255833257,1.9197940007714605,1.977043002960593,2.037303326442908,2.1023185129328166,2.1869016699908816,2.2388513816400475,2.3218419102099817,2.373930037505176,2.4552908006486756,2.5412547124071088,2.5998069661298513,2.678309180730098,2.768571618402994,2.8514697476509947,2.9336970159496096,3.0279602565388966,3.090039968344375,3.172539028428036,3.2695500477072916,3.342701748574787,3.4382445263270696,3.5112624417844107,3.583806104269593,3.7160122624060863,3.7892855362277964,3.8899806555065206,3.950701155344814,4.04671140325729,4.109771845573262,4.216192513025247,4.267796387686186,4.366901355375256,4.474353215388386,4.565929291175793,4.6196545580449095,4.70033178452132,4.776191607933195,4.897671317178351,4.932145709087893,4.981855012149848],[1.02389899355984,1.0249853237403639,1.0271203943623295,1.0295965013901496,1.0320569743130428,1.0360448470866186,1.0398883727672452,1.0445097667876069,1.0496168848536214,1.0563614648363597,1.0631140409120634,1.0705339262675087,1.078818643477055,1.0877359119135528,1.0987937065832412,1.1089281526332468,1.1223788735901905,1.1345202393687355,1.1489034850883149,1.163523558284726,1.183035591062311,1.203075636752964,1.2229789617720832,1.2438977893052,1.2692364128047287,1.2932441873898033,1.3180033093775638,1.3508049734700183,1.3791936548609378,1.4111539978046477,1.4462778207466491,1.478998920315886,1.5266453641169482,1.563065093724118,1.6143010674795726,1.6517939562630255,1.699297892891734,1.7488861926824073,1.8046479269499331,1.8619162328526708,1.9189744760851946,1.9760198428263769,2.0312002758497214,2.116423280572434,2.1800003179841334,2.2337763043560934,2.3244079060573903,2.4020314504668594,2.4494153308649085,2.5473583947397103,2.6167742827733567,2.698623376077342,2.775767386846267,2.8383129009715633,2.9395888638297785,3.0259781546816025,3.097370365326181,3.203091572935953,3.2605231210467354,3.3554063388125086,3.4381112586143887,3.5382265331079608,3.636201654522559,3.7062397914603578,3.800078863497668,3.881761258019702,3.9508806527439457,4.03904629383707,4.126163831470648,4.227363958607981,4.302577057611268,4.3917920896017275,4.461039033433215,4.546587941441704,4.589118646482082,4.737889213939519,4.809240443861728,4.853505204946758,4.850784190261846,5.037397873890089],[1.0233523642409756,1.0244261054876531,1.0263654430450997,1.0291128223826844,1.0318069588479302,1.034593493284501,1.0391967661849955,1.0429589924582805,1.0490612587384653,1.0549784797023025,1.0613414740893192,1.069878117766595,1.0777051499633903,1.0868380136065716,1.0979074172438368,1.1101556060363635,1.12279698429348,1.1342095920288993,1.1507973205525448,1.1665182944976407,1.1838677381674254,1.2011552638481267,1.2201733150609029,1.244537222757059,1.267228067527083,1.2929997434386407,1.3154091598616584,1.347890038080316,1.375376012762821,1.4073009169853425,1.4439024504203528,1.481887105467839,1.5183066845440185,1.5619135502530388,1.6063075080115128,1.6477271833710356,1.6995705304689657,1.7459484733882524,1.8031172667402129,1.8614435726483685,1.9174539038569653,1.9772614695993083,2.0410537172597585,2.0946850452475414,2.1865585127432405,2.23792009506271,2.306792606687794,2.3758960403648213,2.460089409929164,2.532956872462542,2.609602436827528,2.6927195809007602,2.7625174389856317,2.8440692755292236,2.924970433420167,3.0198642335777297,3.104220662547601,3.1592806580726087,3.2604603401312358,3.3596585939663743,3.44286085205781,3.54007761748389,3.612380639083772,3.6873058830017458,3.774884958591309,3.8581366939239503,3.981559998245437,4.039442356755412,4.125990689811956,4.228093160921071,4.317251037907752,4.387939675100972,4.477040235141259,4.569411689526744,4.59862728377716,4.700691459815325,4.755391130942801,4.8493619468173845,4.924882742904997,5.021301365597698],[1.0225823893294692,1.0240568733001436,1.0257718293809635,1.0280667234794663,1.030610828708865,1.034044099009478,1.0382930322456196,1.043032087432561,1.0486032421585683,1.0542531812095517,1.061471378089894,1.0691586310077092,1.0768225619755587,1.0868630780703907,1.097980958030232,1.1088918840970365,1.120763087370276,1.133442841375961,1.1480559247388742,1.1634837401197387,1.1818536365155787,1.2006392586877352,1.2197867260156043,1.2401008800606188,1.2673760066110376,1.2887589318720802,1.3166797549950071,1.3451186902678758,1.3760294679683163,1.411275556830885,1.4375932389780384,1.4757370352022119,1.5206294747449287,1.5631831521433168,1.6012633560206067,1.6509646007001904,1.6949329827540993,1.7490633829011162,1.8025261170776956,1.8501950851617361,1.917419048799866,1.9834017443185876,2.0372283165791925,2.1017677892296462,2.1725423807000666,2.235913919993981,2.3037226772056454,2.400021890452187,2.461769155573785,2.5336270597568973,2.6028133753473877,2.6845511076708477,2.772239248788703,2.8517763851156896,2.9332529376287946,3.0171142912096043,3.105290577093792,3.1785046138768007,3.274034824986661,3.356955095243211,3.4409974886208423,3.519057291896859,3.617869445762697,3.6945790416448405,3.777418233720754,3.8738660395038305,3.9388022275177605,4.041484487429256,4.164344744310568,4.22537562526807,4.310389758928251,4.378082986789047,4.476258352405214,4.491958954443687,4.6330883582764235,4.709377444849083,4.822035750111769,4.883192697306425,4.89472211956735,5.002662767319502],[1.0216274696479535,1.0228716603631383,1.024707215491206,1.0274735362183232,1.0296944631319862,1.033662860496794,1.037151480841784,1.0421879112638017,1.0471607461485553,1.0538592815165166,1.0597334023444869,1.0682753968885481,1.0766591660961724,1.084570935485602,1.095852013799283,1.1074334220813402,1.1189397234496714,1.1339799400871047,1.1469943739526511,1.1623646366736315,1.1779096182138482,1.2030696993888097,1.2175617208934641,1.241625349352072,1.2624774487204153,1.2889744203010196,1.31220566575283,1.343611715977146,1.374873153652982,1.4007033608845931,1.4381209630467433,1.4809975494062846,1.5113910932259962,1.5546498014731407,1.6020187514142799,1.6520213905874717,1.6977670844069703,1.7506765381998373,1.7972530842170855,1.87223856529988,1.9101492037691907,1.9725990490211511,2.0395191725550434,2.093534485083063,2.1647402593377856,2.2303093975972765,2.2961061056665075,2.3762757670113874,2.436518417194032,2.5288361629474014,2.608487218841209,2.681301192686834,2.7616336537367774,2.858377977553574,2.924865498575957,3.0154336140626183,3.086460025090345,3.1926380930136635,3.269646861209579,3.3607703150460377,3.438424051432588,3.496293585711968,3.6075129219966224,3.6950036952978436,3.774914618912059,3.844468965044319,3.9579889615420156,4.050010205794171,4.133181800725962,4.211621048436081,4.305648269199575,4.371261908372953,4.496156846057089,4.560429886158321,4.637825426970134,4.702906464893892,4.762125389854093,4.856432770117384,4.9472039703622235,5.036378462368902],[1.020926362155137,1.0221318674538413,1.0240867970467946,1.02631900474094,1.0294324876593584,1.0328605765584011,1.0361949804791613,1.041468915954619,1.0465011751791429,1.0523243021788142,1.0598194637083058,1.0665479931577917,1.076013349691001,1.0839005577411338,1.0943718304011747,1.1072116416836715,1.1177928100045038,1.130754599602426,1.1453326874498082,1.1614891313956415,1.1803074776870415,1.1972797775428772,1.218412699564475,1.2373316216412027,1.2628012011739804,1.287179312972714,1.3132200056719088,1.3409861754123287,1.3732566845909726,1.404886148499322,1.444032716920197,1.479592799203314,1.5165295597459496,1.556494448047513,1.6010251412062855,1.645412866760359,1.6925209766765656,1.7478544164150456,1.7948439490564791,1.8480005851343537,1.9003297689941112,1.966217852662578,2.0255948884171757,2.088048107136147,2.160474139064111,2.2205099858004065,2.2991225336704506,2.37270796562634,2.4392551785370182,2.50911110169941,2.6104507778704256,2.6807731801838774,2.7548017348096416,2.844502606458448,2.934758336762365,3.01217520428557,3.073527449877429,3.158127574454184,3.272934007002585,3.3443758679841107,3.4478213087815877,3.5182936812316257,3.599241479294153,3.6857388547532635,3.7985620621940295,3.894532933840069,3.9919424169085236,4.025543825382302,4.137409951356154,4.214610089511672,4.2936243639416345,4.393148727599593,4.435365902826714,4.574627520348167,4.658149490764851,4.723501971858277,4.831453677223901,4.8608111175820055,4.931554228972251,5.028206756380471],[1.0202757662307582,1.0214335810911939,1.0231765285719736,1.0256097572263077,1.0286210911095768,1.0319401652799218,1.03578296545018,1.0407256106992,1.0461730910267544,1.051804746319161,1.0587214682585395,1.0664105196157498,1.0747316511620335,1.0832970903724366,1.0932740759994024,1.1046636003879853,1.1165414180222204,1.1314137261418282,1.1440545121587873,1.1601872745604573,1.1786502441107405,1.19660449654264,1.217162008615209,1.2382045636746806,1.2618161168190698,1.2845640820248534,1.3088587907196585,1.3406786408494205,1.3670917157432034,1.4050988782205278,1.4407497694324625,1.4773040891862084,1.515078475923024,1.5550596526407723,1.5943255976442796,1.643708670630203,1.6916621361802455,1.741526695499258,1.7930609773022248,1.8416626942454912,1.918887818001056,1.9709180830492217,2.0265049460624422,2.087194964192413,2.148933034288129,2.233813077909092,2.2932063227754176,2.370299768745142,2.4341103779100863,2.510585317049299,2.607352799968583,2.6739650621406463,2.753519878356556,2.8534231971363484,2.9208798736272352,3.021411570917709,3.107894278917099,3.17309265985878,3.2483356047275,3.3469476998753276,3.4617787387342798,3.5398165159420025,3.61011416957841,3.688933032845349,3.782683457195036,3.8693849234418756,3.9495414741755424,4.043432618193585,4.158079677877135,4.2136384421266495,4.3229288375659145,4.4039442310148464,4.449055332868476,4.541068222723871,4.642826793491739,4.725986682763131,4.810451981448565,4.865862455843404,4.98274849835731,5.005499040355943],[1.019466904389917,1.0206196924921074,1.022435470871659,1.0247762711337807,1.0275426943754937,1.0311192883319464,1.0349979652121493,1.0396030025574627,1.0446210506976294,1.0509988101257528,1.0578894145926374,1.0641689918967392,1.073318510610876,1.0829279755529722,1.0940139850653776,1.1030254155496806,1.1153509726186746,1.1303944166267497,1.143474708535482,1.1593960000437664,1.1739676584882208,1.1937553318832432,1.2156919626420875,1.2374082989570594,1.2568920605124145,1.286073135870801,1.3096883501439514,1.3393542143050456,1.3695256290862932,1.3991248627681543,1.433108701169475,1.4698593882720452,1.5164359983080815,1.5538848747604017,1.599582774506249,1.6492541957319617,1.6909361031102297,1.747234912967062,1.7951989586879162,1.8499747535172995,1.9139107064793994,1.9744598923451384,2.0269219325205294,2.0930526315542726,2.1607950476226114,2.216568989693848,2.301808578694684,2.3634990895242702,2.437567346477151,2.502659156121722,2.5959393629645358,2.680965358133569,2.754954594046885,2.838990069739559,2.919602019862987,2.999074074975471,3.102691807499559,3.1642801190380805,3.2491775971312156,3.3535603396202514,3.4418269538520643,3.5308694977746473,3.603974708308106,3.706266890946939,3.797500469474504,3.826053663374907,3.9520095121404712,4.054370852250164,4.115937974862125,4.240712605606988,4.29994312236287,4.4087993873911815,4.458366336202724,4.575400006626511,4.656817515501047,4.734700419611895,4.808033154067815,4.886109908460573,4.95799285633482,4.985003247179208],[1.0188447862372665,1.0202200663045735,1.0216874241367773,1.023903663215416,1.0270682243222036,1.0298749966168785,1.0343930415730132,1.0396191891109887,1.0441771508786941,1.0502857737110751,1.0564182917190181,1.064366875530143,1.072859083876582,1.0828607706411262,1.090687486366677,1.1032987054176207,1.1150346051784565,1.1286633213600084,1.1425533348096786,1.157547889746318,1.177123277498923,1.1949374793398573,1.2149602287094057,1.2346035843074639,1.2593101142251748,1.2828849940537725,1.3060890722470944,1.3375868094925687,1.3684011809511119,1.395480732349457,1.4317328387279187,1.4691965479886269,1.5101338344981667,1.5458482510669396,1.5973987820806832,1.6385181640044908,1.693501131928862,1.7331207812132916,1.7926227233013126,1.8521645907321378,1.9001802616394627,1.9607465758098577,2.0170590213822197,2.0792885179208294,2.1485027973357713,2.2202895220701437,2.2855181942459883,2.358313143615693,2.451430682992546,2.5280060167506133,2.595017168831073,2.6706529054856545,2.7493564708161324,2.838473207013402,2.9181182417975076,3.014802908568092,3.088985569229662,3.169778998363938,3.240224842705911,3.330840059484799,3.4518791553652224,3.518482243048433,3.6318688291992562,3.7075075567204396,3.786047306531865,3.894522685130285,3.9564379720394593,4.009349687275255,4.103571955956062,4.252137238175914,4.3018505145961035,4.394131929379872,4.432737597579776,4.5653283917933845,4.645449302016292,4.668000037193938,4.827839050151805,4.874422032441841,4.868417684340505,5.029664326735331],[1.017897230324059,1.0191068268655787,1.0210385391970778,1.0230465612479345,1.0257105764271677,1.0293175596954476,1.0332958926096016,1.038026228356243,1.0435061270570924,1.0494164923761493,1.0562514474500693,1.0631315010057327,1.0701533462941795,1.081174008433479,1.0911274024293696,1.1027147459386768,1.1138103618415933,1.127531132701671,1.142227736571443,1.1562139176619264,1.175360075491617,1.1921598570723888,1.2120163362153729,1.2340726403817368,1.2556664086408886,1.2793544795165348,1.30746838924249,1.334795320145912,1.3668806792812496,1.3984603904472237,1.4353933636721312,1.4674094296375022,1.50198256495003,1.5441465373075083,1.5897203913801448,1.6295269039501588,1.6773810413719181,1.745898938869432,1.7817046561802832,1.842739417142439,1.9085296167843389,1.9688500201724777,2.0123719935865774,2.081703693882902,2.154944419910666,2.223275689884818,2.2841032933375507,2.37161065911132,2.438446889657783,2.50728358893691,2.592752821409172,2.6789901065301103,2.750228087494107,2.829175538756028,2.905428135944212,3.015319484184402,3.0732158245623955,3.1665162237082467,3.2632075784857433,3.337924948048348,3.429624750522122,3.528705092812434,3.604356266786984,3.7028136006267034,3.7743251290214404,3.872512450184531,3.976066480473742,4.047318932671918,4.159374974101185,4.195284247360497,4.318433876642464,4.420394220364337,4.481593581218624,4.567726807116949,4.581074149054257,4.722944925978811,4.782131488199088,4.909102212627439,4.922675435439634,4.995082419162615],[1.0172094269868708,1.0185298173033202,1.020473664448487,1.0225728564262289,1.0252857658992232,1.0291188574816532,1.0325294377526815,1.0374344225467782,1.042133577649144,1.0480709777618855,1.0548593586469293,1.0616275273974967,1.0699469338629835,1.0793313010882435,1.0903493710846675,1.1000515023505826,1.1131288088255122,1.1251076597121559,1.1400159624841149,1.1553491603549948,1.1740208993429286,1.192017684284843,1.210636560751283,1.2317477527440084,1.2524399297712783,1.2779950196394603,1.3071959231554031,1.3332343727437768,1.3675081380127743,1.3950527772922443,1.429384406409705,1.4667121194296433,1.501737287654751,1.5473397280691177,1.5881407646800496,1.6325563969384818,1.6835050681793469,1.731426748585816,1.7822539458405855,1.8394041297531722,1.8964933995115334,1.9517412829189404,2.0118397286241616,2.080107958452984,2.1490424591094293,2.2160679984822247,2.291294651585818,2.368560517574377,2.4232605345500198,2.510143652681534,2.585859368875025,2.659293897761084,2.7390597802151118,2.8132236490405207,2.9160573208508387,3.006875320636374,3.0872665070876226,3.16741753027212,3.240670553493844,3.3450063524220095,3.4283853376492224,3.525071139848018,3.612030849905232,3.6884937290610553,3.7855535820950417,3.8601351301777322,3.937617978072465,4.03219173851687,4.111010146299376,4.217264572575845,4.30966232204153,4.417157943134009,4.450199568508225,4.547913955665903,4.623961092821636,4.753459128602206,4.824421504374372,4.852617150166736,4.975695987589391,4.983750996347705],[1.0166907973663981,1.01775105123045,1.019358306882426,1.0219383216639104,1.0246661472283878,1.0279258929822888,1.032046665245593,1.0359117005713967,1.041447094508306,1.0468951666792305,1.0554883371600752,1.061406793715777,1.0702294222580486,1.0784927950755807,1.0877882746683754,1.0986256374843464,1.1120703932724039,1.1237039823683248,1.1400469048485768,1.153070631286407,1.172869738018483,1.1905517417302007,1.2109912703325747,1.233063413698575,1.250234281500707,1.280423427729881,1.3041479907866707,1.3303481894876674,1.3588530079283268,1.3932553507367904,1.4280714562521706,1.463028423599659,1.502180094766884,1.5397084290835432,1.5795209095903073,1.6273522526750768,1.6747357915482082,1.7347734271790507,1.7815515929683252,1.8282758970146251,1.8957721119345383,1.950630273625306,2.0184149696661304,2.083841898156093,2.1453973005083937,2.212411049013909,2.2792789511203866,2.3532207403493803,2.4329593630473965,2.5095485334607943,2.5913353717201515,2.668072858246196,2.7404222714059006,2.8309634867254534,2.903300675390187,2.987206339259242,3.096568742235037,3.1483917532216954,3.260193254985837,3.32921264510352,3.437846697479874,3.518437893384547,3.6103304708129897,3.665343297358352,3.832986191006426,3.8711126744626543,3.9666660824411926,4.041678612212863,4.143917092794561,4.234584350233058,4.305778840282997,4.377329767790778,4.498036523834355,4.578908865304301,4.648964235123001,4.686584241723227,4.809758316601269,4.892230610980624,4.897585327981089,4.9842118198104295],[1.0154830709674816,1.0169112648614187,1.0187417040140794,1.0206206036588121,1.0238609346864473,1.0271060100283582,1.0307700748068307,1.0349498064669802,1.040974020651702,1.0467529660198056,1.0531378517522172,1.060603304304353,1.0688149802782796,1.0779314564329594,1.0880747042134145,1.0988950953042034,1.109051358819398,1.1224554986030024,1.13687655956979,1.1535646823308865,1.1687581821188273,1.1871720156943109,1.2056161072305265,1.2288992988815628,1.2514980618181524,1.2803936555283006,1.3027953104584098,1.3270980382221205,1.361879999406177,1.3933212953020753,1.424571916642993,1.4641390760737578,1.5034528453556815,1.5364241972333479,1.5813891758667404,1.6333527405248722,1.6718781015693918,1.7329173557733704,1.7775658819988562,1.8273389952906627,1.892030717371904,1.955916295410451,2.005078747821633,2.078185558723869,2.1399152383589555,2.2000446630194603,2.278015090586369,2.3433024002236906,2.4283768094937184,2.5021560350361356,2.5675019340836416,2.654904820990628,2.7405612870612037,2.8354558368849494,2.919751435987194,3.0057879978951023,3.0761174505848463,3.1737887182638644,3.250134015763484,3.3312934370470795,3.435371746000241,3.520887956846844,3.572060143924304,3.710844747638336,3.7830207596501917,3.8754079673394686,3.9728250454013714,4.0137162724644755,4.138211387672927,4.228575407181105,4.298156876829421,4.356717623134369,4.488954127356932,4.558428554881281,4.644946095637456,4.705443701258486,4.79282454872422,4.887786995198377,4.94437557425888,4.969684809255469],[1.0146556641617923,1.0161132186923525,1.0176836274429357,1.0198527987687238,1.0225391825021084,1.026578737274994,1.0300994803646815,1.0347026492864213,1.0400052589873579,1.0455793310867834,1.053351878039927,1.059361887310802,1.0664002775369597,1.0767370910020957,1.0863831674326396,1.0981981714623512,1.1089518977116009,1.1217069498105798,1.1376206178843957,1.1509665704481928,1.168962749670852,1.1864754576194538,1.2041186263981218,1.2247703677269997,1.2488423867918998,1.2755580693602393,1.2992453275085556,1.324294551652025,1.3583031758992665,1.3891570838299547,1.426389223989733,1.4564766341781727,1.4948513581165686,1.544383296111711,1.5790351996736973,1.6313385270800609,1.6763413032177377,1.7227322865527632,1.77148198171353,1.8241627956368158,1.8838275478060014,1.9524514938543607,2.00716953724491,2.0748818041211496,2.134359928021776,2.21801035273672,2.2674053712187052,2.348834384710611,2.442760852498578,2.504450936386092,2.587294041246127,2.657427491427393,2.743692839316033,2.827734148242958,2.912051202243705,2.971893279637385,3.0635035489091114,3.176452280976017,3.245057625088962,3.3205950861262825,3.4087188493430647,3.512104641071946,3.6109006184256383,3.6731378681060205,3.7871677740719907,3.8640488534395856,3.9542764280663283,4.049747120730461,4.144595856632595,4.216866524367793,4.318426718568024,4.397878576720015,4.480254841597259,4.563926915133949,4.605514188407979,4.726394334662528,4.817623079887024,4.885522665079453,4.945798209537988,4.992360846342317],[1.0140947468499468,1.0154230079769648,1.01716335732861,1.0195207970578297,1.0217250515126242,1.0255226892517717,1.029155562008443,1.0339057267864449,1.0391358943102007,1.0453181659744546,1.051256104247522,1.0582243562084335,1.066288357463074,1.0759790726564404,1.0861555299097978,1.0958967382129778,1.1081872009978209,1.1209002970596784,1.1338034223870161,1.1497539132627526,1.1678516978644002,1.1846695938085126,1.2025519072618838,1.2250169629691945,1.2499689091977342,1.269794138950314,1.2996653004758096,1.3258737779952516,1.3533886129916934,1.3853161275451418,1.4245493877706286,1.4634017424415882,1.5015732701378566,1.534097299646958,1.5818317416792977,1.6242030349957903,1.6764542248661793,1.7176813439427356,1.7765414184054509,1.829251255457845,1.8838535472347597,1.9450674629045799,2.001629990964954,2.0673962497010914,2.1319745055023263,2.2036113502283587,2.285542568827856,2.3505645925293877,2.414889160526188,2.511072484588709,2.5899269464453534,2.642302625372348,2.737206811581941,2.811381774696569,2.9055070060948154,2.984231791404166,3.069129220379927,3.1592991699507924,3.2352459917778873,3.340946545588686,3.4529014422415627,3.4950675111336893,3.586345233211503,3.7091470045084725,3.776119509760618,3.86379280153657,3.9502145455754722,4.040860378749451,4.126554836314698,4.19620714046328,4.306846607330521,4.379436437704227,4.467939549291713,4.553493607373206,4.664137956371789,4.738884822288243,4.806293167001538,4.901289374757922,4.987626472524677,5.038760962007714],[1.0131499944499907,1.0142865854604677,1.0162933176716913,1.0187037091396256,1.0214775346264588,1.0244166771968586,1.028380410709057,1.0333919601750556,1.0384395700544613,1.043878967325687,1.0501291469716678,1.0580878342855728,1.0664722700668612,1.074365314429263,1.083665889840151,1.095620169626683,1.1076717649466352,1.1198873471484525,1.1342109709295336,1.1492701540083523,1.1644077552452414,1.1834433903717494,1.204949255633796,1.2228447952276427,1.2449542228367412,1.2740656660714065,1.2989849963263158,1.3256964926306514,1.3517829169547888,1.3863300310927722,1.4195332480150404,1.4561300517097069,1.4958672002550528,1.531364227878899,1.5699202820551048,1.6172048630872011,1.6600763349157133,1.7246398367963027,1.7811392557046768,1.8234348851637343,1.8828847297366589,1.943797789667169,2.004476320555208,2.0738403445340676,2.141316491403651,2.1987610772675543,2.286091774406423,2.3398354423506422,2.398326877619796,2.493731848914621,2.5653704249967544,2.667705650057009,2.735921266375274,2.831186848536591,2.908430449025832,2.9583742388115786,3.0772693918278162,3.1555784635683084,3.2462308358939667,3.3244858211073893,3.4198112043549975,3.5187986809349527,3.5849888503774254,3.6896812336294578,3.7783793659067277,3.830805915640005,3.9705052753860817,4.048140379663686,4.097641282328013,4.228258711458235,4.316982251118592,4.409184426104355,4.473914700777358,4.547453972328346,4.650626057030061,4.714454078798523,4.817177648682738,4.884158175890863,4.940258771878632,5.0512437193167905],[1.0124525296326083,1.013593632123406,1.015128755054362,1.017653896178436,1.020157296189337,1.023605012858241,1.0279273929426271,1.0321859353026834,1.036338252567535,1.0430018574861881,1.0496159149135367,1.0560311154852149,1.0648541444347235,1.073448151017886,1.0829805402797672,1.093117469521065,1.1050893708495044,1.1185007212498392,1.132578141131772,1.1467525705846286,1.1642526372832607,1.181209490929202,1.201838510814347,1.2211033495879218,1.2428242309355426,1.2684964628538438,1.2915495200132663,1.317713309381161,1.3462175093727136,1.3852005113684847,1.4173444698654938,1.4515452582965402,1.4923115763534438,1.5275990684390404,1.5712572624687613,1.6128096853543616,1.6729022459380793,1.7152785190828637,1.7791615180201417,1.8218895864881695,1.883635977763246,1.9392187274808579,2.0107442279010574,2.0648583330786043,2.1247680569135756,2.2018113554902077,2.2613716360308826,2.3387637996342656,2.4042555861447727,2.4917658046334674,2.566620474712862,2.652962813180816,2.7255184575968427,2.8138731350853847,2.897096818661608,2.9738014259375984,3.075964099209462,3.1658989556112997,3.238439386032336,3.3433216925305183,3.4089251927885766,3.5160473628314626,3.593545591852626,3.677276181076413,3.7912457521597824,3.847300226029081,3.9415669790404446,4.031464773520201,4.162280508927283,4.2299607113410085,4.293857183563243,4.422657618376825,4.4812776282737,4.570553988821382,4.644300289709452,4.721418511041467,4.788142889611193,4.912449996641502,4.930973250027794,5.041330077868727],[1.0115125351501397,1.0129325501715614,1.0145649318083398,1.0166982464513528,1.019622031444318,1.0225398830097325,1.0267414209219405,1.0307470795232458,1.0363392507315166,1.0424651722831035,1.0487032672667682,1.0550837875200565,1.0640310742894021,1.072439253297191,1.0820116082396427,1.0932978476895225,1.1057132659204345,1.1177650264399086,1.1318676040407452,1.1460635998256512,1.1634079923934495,1.1799974157116473,1.2013948689398093,1.221269863668907,1.2438726466578036,1.2669059702913608,1.2966717848184375,1.3179608572626476,1.3479590822712602,1.3769905014480912,1.41132671259653,1.4511091568694587,1.4843923278967972,1.5235701262491517,1.5736187801292227,1.6151883271305858,1.6633977829407391,1.704833640348361,1.7655318075850739,1.810676908459871,1.8780656984435888,1.9331225157899652,2.0008177618287535,2.065890206699153,2.1126216897347336,2.1938019441829644,2.263656340546547,2.3369689963326876,2.414970659780491,2.4851432402006624,2.565988066475944,2.644112578919836,2.7266437460722104,2.8091673194413476,2.8871502041330652,2.995891679322982,3.067598966925321,3.1480217957970433,3.2302241418249715,3.3361350235589176,3.3995029426555945,3.519338812959253,3.5921140491316574,3.703755890906737,3.773298381948916,3.865170180875588,3.958538355288883,4.030895844714618,4.144010624458933,4.195686399475877,4.325592510090797,4.392959171842816,4.47777623599618,4.568589690909974,4.646236232800967,4.663169521057388,4.815827074680367,4.916470645746606,4.9745287206987046,5.016970946075538],[1.0110759568140695,1.0116646373929803,1.0134506938364807,1.01599987651438,1.018701269218585,1.0217365129002627,1.0258871460134769,1.0303084826601774,1.0353241832491504,1.0404253654165394,1.0469582910317825,1.0540369285599682,1.0623500859702986,1.0709640731658465,1.0809876232225464,1.091054118618194,1.1020288784153187,1.1160674908401391,1.1295647015749217,1.143654807228598,1.1614773186736882,1.1796497440604063,1.1984272524864208,1.2167467347796872,1.241427879270782,1.2633038204877152,1.292845915495153,1.3164231410043263,1.3458879024677157,1.379142561007222,1.4088831935546542,1.4465330129918355,1.4848637174070354,1.5271227071530562,1.5649879178219532,1.6115565555529168,1.667179618338225,1.708106384362008,1.7554731894420295,1.8188775512842548,1.875739444134883,1.9324459947446821,1.986667832433089,2.0547352488342807,2.1274469522226913,2.1821368611936895,2.248359324171362,2.3364485542076463,2.400768880555845,2.4757102118220233,2.567955111541481,2.644536676328672,2.7077887988116154,2.812001503763791,2.8918261335700803,2.98823042150847,3.066495887195646,3.140370628494766,3.223781040124732,3.321024558554631,3.421276518853088,3.512037175115496,3.6025363466525926,3.6872358962892604,3.7723685713562407,3.8602987462519707,3.905012137446259,4.044057632669757,4.128942912800373,4.222108727709782,4.305395447481735,4.385168551837734,4.470234551942612,4.53153782664845,4.6451947345349405,4.747199468295057,4.794664955656372,4.919544263998197,4.970530870940156,5.094203056238105],[1.0098314227817724,1.0114722817663704,1.0130446837396752,1.015704671135369,1.017523197250626,1.0214976504445716,1.0250068148842484,1.0292392061083695,1.0349421964970926,1.0403441613919624,1.0462247559562239,1.0543081209590979,1.0614506000803443,1.0700223838461913,1.0809576915817687,1.0906726572258107,1.1032448012312224,1.1147968415956016,1.128257252131072,1.142811528669596,1.1587038164289218,1.1776840090467786,1.1988125947318737,1.217850865908675,1.2369444331898434,1.2609834889253295,1.2915010680308472,1.318583869031183,1.349148585550603,1.3795112613577865,1.4062096252790606,1.448128105609508,1.482543666101726,1.5195416025674437,1.5659898473283063,1.607979986047138,1.6561312429255577,1.7032165080660364,1.7554849002954138,1.8140395828766458,1.872003999508098,1.9303803626154759,1.9915980512472156,2.0523302429384986,2.1211477379818615,2.181738075068914,2.2452686815055163,2.3342769517050654,2.3984235723612937,2.478086635783013,2.560564045164087,2.6379639113510054,2.704783153769328,2.807206373507903,2.899584390757811,2.9769607944779057,3.0566129134242686,3.1406503554767635,3.2313753819837183,3.3195108729129736,3.3934564369509297,3.4827205711346187,3.5793524146726727,3.692514248468553,3.771998583501911,3.8525299392913896,3.9494367557972896,4.029637264632219,4.159897887825456,4.207700374066637,4.2774422581786045,4.3901303511943,4.464210490377414,4.576655394985921,4.646760864032017,4.711090860687554,4.8353289702136,4.860785946913708,4.966988688395095,5.054434664090083],[1.009029689219455,1.010293070624289,1.0121955524304427,1.0143448987264827,1.0172007053538856,1.0205435583792202,1.0240848418059594,1.028652384538931,1.033500730914027,1.0393100311220707,1.0450876910480804,1.0524716180937745,1.0613778741719202,1.0692937279419772,1.0805949416491087,1.0902701472569427,1.1001579161080164,1.1127164898153576,1.1256383320069259,1.1416281359873144,1.155737623570637,1.1757392935546631,1.1924951646690969,1.2150982569388398,1.2374963202130962,1.2619218478847383,1.2864300277829974,1.3184803451125278,1.3417157790028102,1.3758273757636215,1.409352365439509,1.4410826526760354,1.4803951736775962,1.5228858303737636,1.5634407232583478,1.604343290243115,1.65757688890352,1.7081727050561293,1.7594342138802348,1.8036248568557343,1.8640910809278397,1.9244564646963864,1.9893627031927814,2.0535029402588387,2.1160028901711496,2.1750382695254613,2.253085258345106,2.3268525641536226,2.4051375366755936,2.4707685904234995,2.540333776296069,2.6208127342006557,2.7104704611694075,2.798321270153299,2.8807475921603376,2.9714831554384378,3.042702644183294,3.1410063378674606,3.207598146950528,3.3484621345811783,3.3916536577737117,3.497852396467525,3.607965433770455,3.6540828195064226,3.775856727770528,3.8537709042792043,3.947159877773516,4.03306805557129,4.113352725262237,4.198999498517084,4.299365579851806,4.369355992171733,4.458883669723438,4.584095526366082,4.6390085008267175,4.744301468700046,4.793400355605914,4.872140479838589,5.001715890858559,5.025555633099788],[1.0086744345485983,1.0094726009408952,1.011399278583488,1.0132476187057013,1.016914385880226,1.019328960335982,1.0233416963061817,1.0277392848499156,1.0328976878658536,1.0379431936623809,1.0450025723538254,1.05223740182449,1.0589158698608807,1.0684250077367288,1.0768503566232843,1.0891165101884321,1.099181763174502,1.1114692076161827,1.1238690446681034,1.1423620520402757,1.1588814413843243,1.1750005043503873,1.19277988029546,1.2144516114483763,1.233174501195884,1.2592151218457397,1.2852317975829246,1.3141963880982424,1.337339359541017,1.3693490458150672,1.405971282435857,1.4433977733778007,1.4766478205057252,1.5159515524178069,1.5643290057355668,1.604803384832723,1.6489487486214567,1.7013037384428988,1.7505016090891252,1.794249952669906,1.8505826537284047,1.9111509358745349,1.981432937722873,2.0497424993526265,2.1092785313841884,2.18721929891315,2.246759333010995,2.320681148324969,2.392339228631431,2.471182728319787,2.5530156236385393,2.634891520277537,2.716682595897722,2.786493533753322,2.879083392396009,2.9665248470106693,3.0620391626435306,3.1402097345036566,3.2213816047852153,3.3185358664501785,3.4168834339194007,3.4803917504004214,3.577118863260776,3.687349996964844,3.759475918529694,3.8588009038697213,3.953454688375966,4.009801650793365,4.131398738873991,4.227191681231354,4.303680973472077,4.369471238512477,4.492979894646295,4.549174130573174,4.658701923784468,4.757183529129884,4.765477468368099,4.898023662365291,4.954592518709416,5.0558682413379925],[1.007702684727218,1.00880657767899,1.0104385310839243,1.0127016010972867,1.0156593033322112,1.0187306649452155,1.0223434967836165,1.0271863233646228,1.0310469972558391,1.0378324228129803,1.0433655825741766,1.051004593338762,1.0587925666271476,1.0679887668347898,1.0767346848191228,1.087216164526405,1.0995524988324907,1.1098296386325048,1.1249784135078449,1.1411834669529985,1.1570549839655777,1.1713831889721729,1.191908834155392,1.2100910602537103,1.2332920219150099,1.2565022501572332,1.279609630971218,1.3111962236192694,1.3415831078000704,1.3668724567686086,1.4021833396539622,1.4339444242293413,1.4741537375688631,1.5169187205948929,1.5535310553175223,1.5966177511959427,1.6453162841620599,1.6941527628875386,1.744173860097469,1.7961073009730513,1.8562636750869996,1.914362484440249,1.9787180632901753,2.0356912232531363,2.1023151022668967,2.1694632645859073,2.239436417759673,2.308791585117288,2.387265453062475,2.464486930877776,2.549620063126232,2.604485453298134,2.719635388929759,2.7905023474854054,2.885409274597622,2.979594017903078,3.033307052176489,3.117967537930865,3.2183161154168665,3.3284753560315647,3.4076013378280545,3.4982877215110935,3.58101385848859,3.675567576324071,3.7460094189668087,3.863887162020776,3.9399238723171903,4.064823707842554,4.105375876905005,4.210515080079713,4.329855173040101,4.400389558723989,4.452821095309313,4.534142835715297,4.656293915689378,4.702782151906521,4.83989061540004,4.873861584755945,4.987065183966433,5.097344671343682],[1.006964709868449,1.0080937627398987,1.0097744521363041,1.0121820775577377,1.0146404061277197,1.0178900986175707,1.021676271000982,1.0256181481713036,1.0307234838188686,1.036824754092906,1.0424650280519276,1.0504417974387183,1.0573906294451731,1.0663409942199764,1.0753532555687793,1.0859130256763527,1.095918809608729,1.1090310056217032,1.1224044422910842,1.138348339929371,1.1525385924344635,1.169252827856913,1.1895855745229134,1.2126531967065846,1.2337475092600594,1.2556649639858941,1.27672591781939,1.3106083940405533,1.337425511014118,1.3720297548811213,1.4033042188146811,1.4329627821814546,1.4701319030431605,1.5081556886131717,1.5577013997225395,1.593443848160655,1.6472206544228094,1.693082564278562,1.74507270234687,1.8062683492962408,1.8542341935084177,1.9051505018408337,1.9663118646172935,2.0338431815349143,2.1019048436196717,2.160368490210717,2.237981254091955,2.3111061818568825,2.3884687219346388,2.486266519107573,2.5455381873102763,2.614042084717111,2.693674790569243,2.7794871474791734,2.861269165677503,2.949034101699445,3.039132056080524,3.1259208763938546,3.225374349562899,3.3055456421407166,3.4243227635006486,3.4722106649245936,3.5749745944893405,3.6607076628938846,3.7560992142464475,3.823292283525342,3.965656275893472,4.0406145017158055,4.108870289063024,4.195151832836534,4.313645062515688,4.413609869417303,4.485488175186857,4.5724973403630305,4.661950147158644,4.699755866180116,4.827986985112509,4.850792681698142,4.979774974643663,5.046668710222984],[1.0062014219105797,1.007285878953548,1.0088365678561648,1.0113136422888913,1.013543827269377,1.0172553243435927,1.0211330558007794,1.0246265198196234,1.0298994416019,1.035401805620836,1.04161087076866,1.0494426166109485,1.0567937647778853,1.064897459116783,1.0752913497650343,1.0841720810424376,1.096227855468342,1.1079398895899912,1.1219338726183246,1.1366854655924639,1.1531873905401449,1.16941719617393,1.1852614863905906,1.208429277368889,1.2284992520559657,1.2538801082974573,1.2738251965082024,1.3066676637348222,1.3306232291044848,1.3641687696139733,1.396595396734811,1.4322460100004142,1.4699002498925713,1.5039498770124,1.5488849618866631,1.5939469006773523,1.6439543074049927,1.6906146119229153,1.7316981642869065,1.796562795046651,1.8439912889773422,1.9068816132769941,1.9758590209870834,2.0223086010471376,2.103206685127273,2.161591566544417,2.220455439517656,2.3131433606142826,2.3611807186713727,2.4593523768851884,2.538231750656009,2.6375835705052046,2.697746842669065,2.778630196670328,2.871247792986435,2.950263873402963,3.0581956805053356,3.1380042160110646,3.234316093062594,3.306411235790889,3.403681693001087,3.4915107995749284,3.590719119790388,3.671228304292292,3.774623826729795,3.8792290734973514,3.942388235683213,4.035163721678711,4.128807522527001,4.207647659668223,4.29496342746419,4.358652706847748,4.4630045065825446,4.581313710365336,4.650191317934828,4.72940693746573,4.830682027107591,4.887021879548737,4.99422349123672,5.055197656349466],[1.0053436215545686,1.0065472090956784,1.008238616013592,1.010444702745572,1.0134834379791344,1.016528972943679,1.0196643149441267,1.0243472458609466,1.029688208281634,1.0347575546017482,1.0408526303318781,1.0473281364289455,1.0556975474957246,1.0635096372845319,1.0722839441735899,1.0825678442802509,1.0941904872461101,1.1058739164682976,1.1196855733694986,1.1354012764025005,1.1532267054284633,1.1661392581795462,1.187151977681674,1.2061609796111732,1.225756554986257,1.2488492424700646,1.2726434499214883,1.3022925812891293,1.3322576633467276,1.3623270701517327,1.392529785025046,1.430051789370308,1.463935046607634,1.503880945428422,1.5542084349397216,1.5884903225499192,1.633559085977062,1.6859533982571768,1.7314935122260846,1.8012114472003906,1.8450606576369373,1.8972835374024295,1.952057312707612,2.0355854395196817,2.100878147558438,2.1631875422250477,2.2239922227150486,2.292755476595071,2.364736861976712,2.438909444422662,2.5489049632511325,2.6051490631688496,2.6868153009049394,2.7729994797220976,2.860279077228733,2.945620255300959,3.0309944354367855,3.1113970393387906,3.2111386368132893,3.3088710960851686,3.4005319142919417,3.494981836681777,3.562681716242219,3.6669745449533755,3.7685818506716378,3.8712125166724105,3.945773794584422,4.02250885612808,4.128808038957709,4.240062697073553,4.282818404067458,4.347865321076179,4.460607496481545,4.560348410820397,4.659554761934203,4.707017638809559,4.841770601818413,4.870381247752625,4.992802067845259,5.026721390429893],[1.0045265386230546,1.0061078727227553,1.0077238032924618,1.0096459489659309,1.0123184335810975,1.0157862134345916,1.0194582263574026,1.0234954888905403,1.0280682283654416,1.0338826854391285,1.040806305494337,1.047277435645806,1.0538980119915955,1.06313526913271,1.0706923689444423,1.0823477330820899,1.0943455687910406,1.1068243116856498,1.1206668447105994,1.133512090108717,1.1508726878320243,1.1672330848549068,1.1837390937394514,1.2046046700894943,1.2266088401253554,1.2482901172436507,1.2772688245939252,1.3025272504436816,1.3275109526326738,1.3597599015671935,1.392066289667769,1.4220941980208388,1.4655548994662093,1.5027458386511747,1.545233713718593,1.5842534201856786,1.6361728571865608,1.675214182297808,1.7305304767947902,1.7929769448280741,1.8392615610621532,1.8979060308098,1.9727661429441603,2.031537546338618,2.083588129023329,2.1538750509657585,2.2287917949655407,2.303954835876501,2.3702470789348355,2.452036034133566,2.529853387433391,2.595923263013524,2.671309418137364,2.780980343285058,2.86528573649266,2.952577787360795,3.0467148487661513,3.1281169742677637,3.1958602504775544,3.303818142560905,3.3741798330354267,3.4703899966586906,3.55120368250896,3.6582762895864462,3.7621044752141355,3.8405480705510726,3.947232644925415,4.033265615401054,4.086123784630859,4.209090669262148,4.3219180326646685,4.398920040903115,4.455444117727783,4.545559093319378,4.641713285198375,4.711260229221894,4.818683064476319,4.915703715583011,5.0099347262236,5.084682320619142],[1.0041198987801654,1.0053154561842501,1.0068434165544684,1.008901648730263,1.0119037708455485,1.0144145389853574,1.0183785204204683,1.0225992650611406,1.0270425759633264,1.0326415647019824,1.0385381327048546,1.0459034389017026,1.0529145420895218,1.06282004079368,1.0709170184596537,1.0815777224457748,1.0928741118955634,1.1040324548863667,1.1172820146850262,1.13118807078044,1.1476450431378313,1.1630293386849275,1.1833955805957672,1.2027322950382588,1.2246713347486406,1.2455736164139568,1.2751317163985503,1.296497946951106,1.3260325625650702,1.354213981524385,1.3866160497975615,1.426402030410112,1.4607669442788331,1.4958129990718732,1.539853552908728,1.5809194367042987,1.6291157544495467,1.6788501647028002,1.728631125499432,1.7859686296928858,1.8271223674344912,1.8905903014509395,1.9582317204356103,2.0185189243901474,2.0809687708359057,2.1473985385435856,2.2222278034221565,2.3006391815453973,2.3764508946091616,2.461564925390394,2.5218469811378963,2.6247262720421856,2.695740266062687,2.7689839685359354,2.84355618973663,2.924625475911583,3.0150302183897972,3.1110972396923264,3.1842576535704774,3.3164312336829678,3.3954559605819488,3.4648675660624044,3.5590135618412844,3.661933297976371,3.764115645534201,3.8390046644806946,3.94358790549139,4.041853477466241,4.124511209416335,4.222900476305408,4.28939106092138,4.370985096024855,4.450129664334358,4.524686196718976,4.642764148102933,4.738404152432363,4.7734355021975805,4.883720781386637,5.013204563937495,5.079192094582507],[1.0035146222231106,1.0046399846116574,1.0062103283011503,1.008312013378035,1.0107051649130805,1.0139510212365255,1.0174223067732462,1.0223693450463254,1.0261283975372926,1.0326440583126828,1.0381715624562395,1.0439861589574841,1.052243500728153,1.0614619963016776,1.0700127342652468,1.0794654302970084,1.0910829369097108,1.1031583774603861,1.1162420695221904,1.1326685950901052,1.1451389351568382,1.1607599816187004,1.1813701449194822,1.2009027048600407,1.219691751029685,1.2449280136635288,1.2664816682849682,1.2969591047874707,1.325127890067033,1.356894654825819,1.3853133036792693,1.419374783077592,1.4474288109365407,1.4962437746757187,1.533630298941781,1.582041965154741,1.6264120913116928,1.6740095465668814,1.723365056357216,1.773726276203596,1.8316870701178993,1.895650667126566,1.9620749505359136,2.0124603308067095,2.0820370826650048,2.131141767001017,2.206615189821318,2.284871374114529,2.371117538881961,2.4435739824767766,2.494730690350317,2.5867010375062045,2.6842246891656965,2.7818750809870343,2.842320841266111,2.942171974531658,3.026582846963784,3.1049984290327846,3.1997341448254892,3.300280044884362,3.4038453218659117,3.4792270563882766,3.578529809046312,3.6710754352029507,3.7448711651317628,3.844511154992442,3.9376192670488233,4.018060763480239,4.1434589697731905,4.208658579488099,4.298690763270328,4.380468456586294,4.458770673478314,4.531495049208363,4.660020875468904,4.73546805723202,4.806724945536194,4.906744645773155,5.032246988986996,5.081077165249616],[1.0027274706285814,1.0039620571779433,1.0054936609367047,1.0078342897052224,1.0104649127229701,1.012950142807159,1.017529334551406,1.021539669134034,1.0255268652787781,1.0311637061658434,1.037128472661409,1.0445794255560552,1.0514212122211233,1.0608816953218436,1.0693763876729263,1.0785198481712348,1.0881792286119731,1.1012770974425503,1.115103891432861,1.1309068461154004,1.1461440171771182,1.1608172606242801,1.1790819745209795,1.197444383503837,1.219705095549995,1.2433902214105068,1.2654436383067034,1.2943138373713643,1.321418949400916,1.3533208199243374,1.3839100064090641,1.4145926722151707,1.4527879121401546,1.490490843802294,1.5348957238668526,1.5702649031192217,1.6191327583480135,1.6672090469773904,1.713259121665691,1.7701137429444858,1.81840528915936,1.8905313625897813,1.9456288199248786,2.011028249809388,2.0737394868521575,2.140575178531497,2.206175025880135,2.281119806585162,2.350101999891058,2.4287794435432133,2.5295118470954643,2.589285916550723,2.680885572212642,2.753255333088118,2.827851100454162,2.902099842532315,3.020401471523518,3.090465158799712,3.1903626357093264,3.2969046035585863,3.390501326456322,3.4702805953586946,3.580352456232939,3.6284545489636955,3.736445159263321,3.8630262237783004,3.9048049629066863,4.018050620423278,4.109928908300944,4.196031160670649,4.334668090882845,4.358938533091062,4.460567260127238,4.584114336748734,4.641356907379597,4.674392968377717,4.806323930638059,4.894698736325952,4.969535919769433,5.061514623944277],[1.002411616448511,1.0035211343254946,1.0050418925793807,1.0071903913847933,1.0098507791833256,1.0128928179472432,1.0161047141007324,1.0205151265881094,1.025689225131438,1.0309146516403709,1.0372156415603426,1.0433880857553894,1.0503152726188136,1.058422989130383,1.0682795606360713,1.0782239580821154,1.0887331059558214,1.100359629014751,1.1143725745584114,1.1283814541316943,1.1428432049483601,1.1590726293110327,1.1777919936015868,1.1966366147689176,1.2201939859025563,1.2414746522730356,1.2638732668777128,1.2876708983240532,1.3167379025241004,1.347194879717047,1.3800113564829715,1.414494407666382,1.4528692379688588,1.486943549262262,1.5312881938926872,1.5703146856812649,1.6100558430133944,1.662026937410631,1.7102003584790746,1.7711149875735985,1.8199473044382102,1.8886541832942902,1.9343391486204977,2.007043712847798,2.073747598231603,2.128969299452253,2.201007265756569,2.2915480271952258,2.3583210197540065,2.421967322563133,2.5071777237244137,2.572475073293723,2.6486104841930924,2.755221007554268,2.8302564303313633,2.929855053620329,3.026292270449708,3.117505555539841,3.1730527909615276,3.290489339467132,3.3881111212510167,3.436606817620743,3.5495767975431978,3.647822251725545,3.7452745992009513,3.831677137168781,3.919644858432789,4.019849360583488,4.096780200820105,4.195941655615088,4.290400310492717,4.383471676475647,4.458337840226695,4.588920019823306,4.67431493885814,4.751482864252226,4.824178387207199,4.89569574501904,4.904668435530072,5.092968401143094],[1.0018941099902894,1.003154584348361,1.004702437548201,1.0065224088410216,1.0094679986522472,1.0124661994799715,1.015467111889435,1.0196518611380165,1.024565664700321,1.0296734991405188,1.035654968156856,1.0423613399082978,1.0493716166684814,1.057746312162782,1.0675063104286433,1.077085686123185,1.0870562390403686,1.0988276572972628,1.112197687431787,1.126127433948569,1.1405117744626618,1.1585861069544394,1.1760270754875468,1.1945023270289956,1.2184149435059883,1.239469745210512,1.2669903659451145,1.2854909147677236,1.314080083207908,1.3458989965193067,1.378203493916678,1.4133842677456123,1.447941748126423,1.4816783940642548,1.524616635659819,1.5678752850497006,1.6132510930089923,1.662268228676539,1.717177062310879,1.7590172872806336,1.8276771777301055,1.8772218647220058,1.939453883446278,1.9974995504949684,2.061695691022542,2.139826553156402,2.2027491387434934,2.2781416463542357,2.340754639881022,2.4080449211878006,2.498393530927608,2.575366113864284,2.64197959573565,2.7553662143423368,2.8290595849043902,2.9135524831578006,3.005599862756667,3.1047241339524216,3.1904041522804905,3.2856523293301554,3.3759697169120506,3.457198821436099,3.542698765880707,3.6411383760654576,3.698598683109232,3.818103012049529,3.870496745256479,4.031427148531853,4.116701683745849,4.170107302149452,4.292566490276828,4.397157991020581,4.495857766643586,4.560958183828912,4.672594654790604,4.72793015617714,4.776986442904768,4.909977178600667,4.941998945348644,5.05156512804806],[1.0015609919583395,1.0026816244532968,1.004281063365411,1.0062905502460577,1.0087371128166063,1.0117645990825486,1.0155086624988479,1.0194929211865162,1.0244097497030646,1.0297008165772434,1.0353172937966868,1.0415535686251796,1.0497173608989694,1.0575307864942507,1.0652458377021536,1.0764198666646825,1.0859442660411933,1.098492351296895,1.1097954495151439,1.124693664888887,1.140594269398531,1.1549284052812578,1.1735381411129946,1.1949891523085119,1.210843526541883,1.2350852164231754,1.260095852270445,1.2860374296106074,1.3103580510312094,1.337077213545175,1.3760134617766318,1.4088776553199769,1.4387638312612496,1.47890456232222,1.5178181374808861,1.5688432879948044,1.6150105235117438,1.669389405965553,1.7125179043885106,1.7568864106271171,1.815974918276685,1.8727400105166903,1.926069985201569,1.991191972471031,2.0576851574035473,2.1290165766663165,2.2038735593911434,2.2655833228662363,2.343144373460961,2.43530400677067,2.4894756384597794,2.5823925441739672,2.6573606393417233,2.7415439824655934,2.8195959170324394,2.9210379601177974,2.987983503324882,3.061567620862044,3.1890123935847146,3.279141556989492,3.3532624526046475,3.4716156164798,3.5459972501141976,3.636204297246279,3.740863284934943,3.8448073382547445,3.941268355061978,4.002409304702543,4.070158773090672,4.195983324715558,4.274172358842636,4.369044578159718,4.466262011841711,4.576845433101999,4.6369643396840425,4.70994395182525,4.834566039589964,4.909025180307378,4.968989262801709,5.084483786691848],[1.0010595504523199,1.0022853313114501,1.003785202676762,1.0061715654129844,1.0087128581415392,1.0114630152406505,1.0149418783540274,1.0191075866440698,1.0234436808946397,1.029293168040382,1.034724691620906,1.0415765712272396,1.048945977367254,1.057091984152686,1.0658191224704128,1.0748518597969352,1.085785878633154,1.0968014176300978,1.1102427472236884,1.1230340727380381,1.138868172190944,1.154367824125036,1.1720918254227262,1.1933818608834943,1.211258705504479,1.2351288630505206,1.255768135053559,1.2858098943513467,1.313229341173632,1.33772687454421,1.373040663815382,1.405321587719095,1.4425143641864806,1.4802417720136771,1.5198038922929873,1.559412648809317,1.6074451405812018,1.6457748343065104,1.7055444263698607,1.7582978509965048,1.806275842661127,1.8590426813305307,1.9342553777592202,1.989430120824744,2.045989080292577,2.1219117999886867,2.1834599218437414,2.2641931037896823,2.322070850912471,2.4242091361492726,2.4841389470530797,2.5669588541272934,2.6588366676620874,2.742879726432647,2.8211640809097713,2.8987806419245232,3.007485662529153,3.0779862826362407,3.1824698632256694,3.245357700779352,3.3503637664833343,3.4437739331165065,3.5441649831290674,3.6595607966433645,3.736803678113587,3.8235259784194473,3.913079074099568,3.9776643852488975,4.090304973284182,4.164930311185504,4.272222215212977,4.413302426623773,4.469478955828706,4.56762992795413,4.62719279885168,4.733602911045852,4.816510019608629,4.885729646071626,4.972337394702641,5.067431528155013],[1.0011110666454612,1.0022415844934658,1.0038019670557914,1.0058848537110878,1.0082871548315124,1.0111820896870192,1.0146940699811777,1.0187347518704277,1.0228745577285994,1.0282764526075667,1.0336795382969017,1.040054078566303,1.0477670333152382,1.0556463908107292,1.065042426635197,1.0746464733737995,1.0844463862617566,1.0958925381935063,1.1078549277666003,1.1202422180558138,1.1389021799531407,1.151346813048775,1.172178494837805,1.1904454912022393,1.2105092060501408,1.2325826185662685,1.2533571655703388,1.276705230917241,1.3097767431541107,1.3406837809429677,1.3662806855580387,1.3986767656416048,1.4392860861019654,1.4767737052002117,1.5123833582401827,1.5551898517865206,1.605919002932074,1.6505309319594907,1.6926731021210657,1.7538121193055538,1.7976830518434521,1.858936557656611,1.917181658471795,1.9841074572546378,2.0498688965680536,2.099907904573603,2.204306988610588,2.250861512260298,2.32100032517144,2.406676936374313,2.472772085048922,2.572264596391164,2.6342611044547497,2.7247245509309157,2.8027743545721844,2.9127415366083738,2.9836395721178945,3.0915670068601364,3.19005513984243,3.2432530368357604,3.3421461360640348,3.428338175150374,3.5015421596005445,3.621480834976816,3.700601358596829,3.8272151747049956,3.906585466263914,3.9993999124466737,4.123914411565212,4.20788993296731,4.31564567220541,4.386331301671954,4.452350097384319,4.548494678247524,4.627426599429037,4.7373489329278,4.83232408262132,4.859629832245937,4.981604277228919,5.025514869764564],[1.0009773688213317,1.0019583502532858,1.0036987397099364,1.0055192238346242,1.008004461965198,1.0111966833115653,1.014363549449611,1.0183745330472829,1.022682187530914,1.0280068186446054,1.0329779534629586,1.0400948441012765,1.046875197881303,1.0544646546871146,1.0635099466220557,1.0729744219851327,1.084618910941503,1.0972987803439116,1.1056977669289827,1.1210089846740285,1.1363567444083256,1.1534349802997574,1.169234330524395,1.1898962375631006,1.2103219394900406,1.2309564357506242,1.2516872429856463,1.279472638032055,1.3070792874780308,1.333669768794907,1.3610418053346058,1.400412680877479,1.4380209375140676,1.474235227140792,1.5034280078885323,1.553600217229547,1.6032522796237343,1.6428506500489168,1.6910116471200702,1.7625729585702539,1.798230540765573,1.8687844017123516,1.918049887917977,1.9837225308830484,2.041994380729936,2.112560533160999,2.1809577928107897,2.2333539192752454,2.321708437768668,2.4035238436157886,2.473107527269173,2.567483819597834,2.636997475471245,2.7312007821063506,2.8048135533803005,2.9123607244585092,2.9927917760967415,3.0718706595269643,3.1680401255235844,3.2577926905170993,3.3453055781765277,3.4360440371950385,3.5216977527516256,3.643756059579632,3.7394739475982552,3.7999350434869616,3.9054868362157,3.9515149031688037,4.108615839874399,4.202961458516577,4.286039636799472,4.396612968151724,4.4867974517179885,4.539488437212125,4.601065388180204,4.748591041674193,4.813487415094979,4.913480997393976,4.977341936759357,5.028501462974754],[1.0008966027120363,1.0020408951520452,1.0035081211278083,1.005521191032066,1.0079950592618274,1.0109262024148522,1.014606496814946,1.0176386352148319,1.0226476326384961,1.027242291225784,1.0331737710617415,1.0398411341438152,1.0468050328409875,1.0542684446017685,1.062547405156908,1.0719034809883101,1.0824391406546057,1.0935852611444266,1.1062014025451419,1.1180968482687546,1.135718457463567,1.1500811462263114,1.1690695979795633,1.184161634375531,1.2030013016832688,1.2270772575765982,1.2527547951943572,1.2762706263173083,1.305244614044291,1.329027099082187,1.3580127859254614,1.3911237883989294,1.4346070386957863,1.4660744451505319,1.503167743905073,1.551040285487249,1.5997165903258013,1.63272139978458,1.6769045209823186,1.7374866791719803,1.7984187055125862,1.8452872449492759,1.9079913370584634,1.9753880531021328,2.037151128610453,2.101150608765969,2.1745101296062495,2.250551626945759,2.3366253492190485,2.411825055553149,2.4589533678654822,2.5487610317956877,2.626177292058692,2.707296889138518,2.8031804410949075,2.879480621626287,2.973123672180634,3.0548017834070063,3.1656749672438957,3.2466123237244315,3.344044140307055,3.435651046387719,3.531702277308621,3.625007945223248,3.6956875111243424,3.827333117440418,3.8990444228581187,3.984105520701347,4.091374672532636,4.172983334966848,4.283597793702721,4.373809867817375,4.433529674883036,4.535501050855307,4.672411590145168,4.726196595458419,4.8029957839228565,4.903638134675267,4.960777280580212,5.019966144878994],[1.0009970994567863,1.0021445531277908,1.0039165727902342,1.0054327972794252,1.0079284857470667,1.0107124258636186,1.0143169013188373,1.0181373731130614,1.0220756922826406,1.0272381051537607,1.0328078978203588,1.0394630356702694,1.0456343572155344,1.054395727697963,1.0625920353297464,1.0719288012607793,1.08203707166981,1.092100165124213,1.1044808651498388,1.11875755823999,1.1326948028792017,1.1479603298611145,1.1634749268471518,1.1837269741337666,1.204032711219493,1.222372457664266,1.246837924757485,1.2688566689278211,1.2997953075772983,1.3277910252789213,1.3598138897065428,1.3916107161567546,1.421233128329144,1.4546991514269652,1.5049456208980765,1.5413861443812626,1.585939881565215,1.6339361945941109,1.6833490880959168,1.7310943832046104,1.7914717573238643,1.8358401441820462,1.9061250329948825,1.965013644469707,2.033153564355044,2.0914168826562234,2.166355180541818,2.2523260663307725,2.313449523540953,2.380705268134238,2.472404825563198,2.540696960118335,2.626773511102638,2.718857296875347,2.796092395413419,2.8648199697862804,2.9669342686537132,3.06860553484624,3.148704696454405,3.2332315831003045,3.3222619783069325,3.4104598876576393,3.5209150006657466,3.618439550918207,3.7368252285688794,3.785763301891082,3.900065211601254,3.984371358464078,4.1117945879058295,4.161953634472522,4.28530798869979,4.34592226822623,4.4611263983902925,4.552789608436827,4.657873728562933,4.70901281608344,4.823091589516578,4.884249039908667,4.976846156472345,5.031507117974775],[1.0013953833383364,1.002374407749433,1.0040299748493688,1.0059521757302268,1.008199242421051,1.0109483037535612,1.0139055247421536,1.0182319948318213,1.0223613185690015,1.0272068449040581,1.0327172383598568,1.0390374915870062,1.046018615536074,1.0538305760158515,1.0623825052340659,1.0716039985577235,1.08285398996629,1.09138433106347,1.1047526648446138,1.1186792036597895,1.1317396824392782,1.1484529708729805,1.1652476318663052,1.1829100155716106,1.2019815182602875,1.2221001281385009,1.247415875764684,1.2726210302767726,1.2972908000988643,1.325122627871306,1.3574351022289215,1.3847521406661187,1.4193521427924423,1.46093758113136,1.4950348546859928,1.5316937768807288,1.5802540932231974,1.6312753720098925,1.6721056085811843,1.728521881857181,1.7802718238301989,1.83831719442058,1.9108885446408581,1.9536586331861179,2.017087380531289,2.0873912578226044,2.1557360729389257,2.233455271406775,2.2995725353237453,2.384845153390558,2.458152804764953,2.5342544292413374,2.6057426305718767,2.6960221131708617,2.7835020025622703,2.8664681635326437,2.9765631923252243,3.05605865452039,3.1512236965512193,3.2380571246614065,3.297026863608225,3.4130643158532883,3.5163028265170575,3.6289450956021625,3.724776922288618,3.8221227576391565,3.8606920130970743,3.997903796217503,4.079701076854209,4.181102780427905,4.286732835720595,4.323046927732435,4.441604054062792,4.538620258119109,4.6375112594378916,4.743021468753566,4.828433807216336,4.898615183638028,4.973993435091086,5.05023309683681],[1.0017847489276503,1.0027912870960876,1.0043624015217876,1.006334210761146,1.0084241431322307,1.0115123181808783,1.0150314217144265,1.0185360914577108,1.0223683579036196,1.0280825490152206,1.0326230051501073,1.0395426787406497,1.046353179774704,1.0534191370001609,1.06182939352896,1.0718157777644144,1.0803057947707337,1.093774231264066,1.1033276411254156,1.1167783573311374,1.131970237611422,1.1464281505958231,1.1610238051643798,1.1779335964018043,1.1998414687837597,1.2214478642302118,1.2443194998300602,1.266479320463258,1.2984031016791309,1.324245069593032,1.3521163458512102,1.3858276052390257,1.41771803345502,1.4539804839493513,1.493219090757756,1.5390382674818985,1.5854248095171029,1.626845747586062,1.679864631956581,1.7221459141696807,1.7684396995996592,1.8267454965070067,1.8953530084482153,1.9486327567981907,2.0144631278075966,2.086290045558656,2.151381647232773,2.226031911833478,2.288457869241603,2.365791042744157,2.448495153443013,2.528394800675964,2.614557641228301,2.694944183496749,2.796856997080449,2.876360131916979,2.947269387967079,3.0408373127312682,3.126045249809783,3.23274085830449,3.3181431424980286,3.417936328800994,3.4962238140779696,3.596019330494499,3.726842926499255,3.793105528240281,3.874765912836404,3.969593521961881,4.091966742465051,4.181310656187804,4.258327353992261,4.358629344906974,4.436964978457046,4.519388968078757,4.627001799401902,4.705119236590397,4.795450693422565,4.901464820738902,4.998045237628031,5.059165633221322],[1.0024420506784952,1.0036581591998825,1.0052126840195685,1.0068287841209582,1.0089704012742229,1.011966563427953,1.015017363765528,1.0189867015205725,1.0231608270178463,1.027885610466257,1.0331494630890445,1.0397008481851908,1.046351999069914,1.0532342494170182,1.0611431433284682,1.0694274513120783,1.081053698034484,1.0909696773284405,1.1053729585308105,1.1158841839258216,1.1311929480252034,1.1447924023753375,1.1624458506043733,1.1792561583933987,1.19766879463299,1.2202668672387431,1.2412135227069114,1.2674741826188431,1.2941168904786966,1.3163967278979496,1.3489899991785053,1.3811255245053302,1.4133024641274774,1.451676291283085,1.4860531469565446,1.5290383683513555,1.5720548563546406,1.6265032516111755,1.6702378746520172,1.7124432066807722,1.7711959971395967,1.8249583645958076,1.8789222780380865,1.9493393328601287,2.008540267989311,2.069990973469605,2.1594645355233637,2.216013985932658,2.2882832774549655,2.3551063702216597,2.4365087755379173,2.5108054971506992,2.606989187911798,2.6779717643651817,2.7471291347696316,2.866478629300525,2.9484200104651284,3.052067269203085,3.1300155572042234,3.2012708069219857,3.318712380652955,3.4168361230588378,3.4657355881413725,3.6164311119320565,3.711999807094313,3.783682427164701,3.875737907039609,3.985942768364298,4.078476536363204,4.155626298055592,4.265296077470703,4.358918407226588,4.442245184382946,4.543450783739006,4.589466331525936,4.71542375454274,4.7709149794651005,4.91267922612138,4.985488600261406,5.052723261074003],[1.0035961149200259,1.0046184168310994,1.005948630220969,1.0080012782978498,1.010298360828772,1.013246245613866,1.0155329806432758,1.019268440329705,1.0240206958271703,1.0279860811406085,1.0341180282777755,1.040019670944182,1.0466778704183815,1.0535218060976064,1.0617953551827406,1.0696520523638937,1.0802882591257235,1.0914218820146948,1.1024856884109582,1.1157813694961851,1.1298106616195809,1.1449040959402987,1.1614350827770041,1.1784978327924434,1.1957807232280426,1.2185123922331664,1.2397610239576875,1.266452223585509,1.2913738820906984,1.3159892228743026,1.343892616849394,1.378729339044979,1.408285706794883,1.448726722905939,1.4855198769747475,1.5267750444131727,1.567756557939364,1.6186852854890688,1.6577967982927833,1.7066293574052938,1.7753727876399108,1.8203987068961776,1.8908257537353454,1.9531101682185226,2.000982861554066,2.0671750948081593,2.1395469513578678,2.221537640089409,2.280330125760669,2.3612400047967763,2.427318828542942,2.5134978222625746,2.6012946930325707,2.6718407835529807,2.7576299084770994,2.845734304229961,2.945502724851575,3.038262186181667,3.122860720491336,3.2148256418191825,3.295659373334324,3.4148442837731485,3.5089247168306654,3.5976229630012213,3.6712588327413043,3.7768578878436845,3.887575416421752,3.9723854271233354,4.081026433440597,4.14696840430942,4.274522341377751,4.366053194603064,4.433241109636498,4.528604077182589,4.616923640749072,4.743220454580362,4.811757996449321,4.935270389188704,4.926948661319085,5.072592393248343],[1.004787425978485,1.0058630525737897,1.007042626122662,1.009181969820429,1.0116535812216099,1.013849622742541,1.0170973389314852,1.0203090220056121,1.0250820868163837,1.0291852329082318,1.0351707083271264,1.0405435861193133,1.0470469634393076,1.0529603417213405,1.062154158332589,1.0697422527880704,1.0804270694519613,1.0915639852156283,1.1021853018040608,1.1161026904477012,1.1269268123024918,1.1430983831337336,1.1574378425410252,1.176979515701076,1.1931490320798142,1.2137102285130992,1.2365257860649561,1.2608508906699436,1.2872660979298314,1.3130491542676304,1.3447363316158303,1.3723379314410917,1.4073598348479535,1.4350633546685627,1.4827658992830144,1.5145203311668554,1.5553376141107773,1.6039179817393359,1.6535755163541759,1.7014428956382086,1.758628317250072,1.8141854947835478,1.8703838962079713,1.9290976320900652,1.9927762142921455,2.056952976501262,2.1331871186020113,2.1995653923459906,2.282547723228263,2.3590549710372914,2.4168050168170745,2.497854150604053,2.5850052131500303,2.6723033618666663,2.761860574459364,2.828751061768275,2.927943071872494,3.0092072484968093,3.1202945088973717,3.194036313896731,3.294686554763677,3.389773221960302,3.478304077880307,3.577044598283549,3.680533034743518,3.773249246833949,3.854980099633133,3.9539624411145344,4.077745058249137,4.128731913156553,4.240975889301225,4.343237559444556,4.407905219796646,4.5374493679610355,4.583085474746206,4.754317246122122,4.809332390775309,4.894327412451207,4.978833070642936,5.089921871715091],[1.0066154141111812,1.007339575310749,1.0088399189154142,1.0107359245138257,1.0126359077785367,1.0150774437648165,1.017599823140386,1.021628444047759,1.025931481846868,1.03051458076134,1.035304095674078,1.0411597715559333,1.0481836598710361,1.0546081445974247,1.0627032242646948,1.0720771663369377,1.0806245022751537,1.0901907350716502,1.1050899631483688,1.1153344163681431,1.1285242990181745,1.1441997979129988,1.1606532981056705,1.1734785592668295,1.1945776530250225,1.2150658838361335,1.2361863875501813,1.2584409825710352,1.2815061674940296,1.3091579142539929,1.342834235299441,1.3730590993033123,1.403700880256459,1.4356392278212349,1.4747389199568948,1.5132156490159323,1.5570666367032389,1.602796150442989,1.6387510911515133,1.6958329757275357,1.7391571615212371,1.8049958579313177,1.868863282217462,1.921980401056838,1.9846308013551757,2.0588066526745323,2.1308573619479216,2.1892311951358114,2.2565478126397474,2.325621122134535,2.414932781385973,2.4989772205285408,2.5792542199172996,2.6635312049094706,2.738540975465378,2.8415798663112195,2.9229644659417526,3.0237592438111713,3.1098362793575416,3.184343439957929,3.2808171936039012,3.3840786443350246,3.488763352202691,3.5728285850010733,3.6763215463115326,3.8078934827815383,3.876164916764602,3.933484764716809,4.067648211831046,4.164144001810833,4.245688232955688,4.368217969217122,4.4557170429960244,4.505007815754825,4.63324989036737,4.740929657970472,4.750965091477716,4.866438874659625,4.946256353917168,5.083893892267491],[1.0083519423936702,1.0091680441621105,1.0107226962587952,1.0122724270441965,1.0143940408318592,1.0172374110697995,1.0202677040542194,1.0236083245317342,1.0274091621744215,1.0319141264294118,1.037085982635313,1.0431801474358093,1.0489371845159274,1.0565473453419119,1.0631059174910107,1.0719147525054993,1.0822080490017443,1.090862802604501,1.1026946103057147,1.114644129922151,1.1294053439980491,1.143290121860001,1.158055025556216,1.1739183106398434,1.1941213872306362,1.2167025739962622,1.2316584814332572,1.25660040952782,1.2805869456032444,1.305923964693366,1.3388814759274983,1.3648801010783511,1.3965960168809224,1.4402417228689977,1.4710221952060758,1.5089255438339417,1.5555291094481911,1.5995671721025804,1.6396679552666436,1.695671392722855,1.7398467877491308,1.8137023484346446,1.8558068489668391,1.9179991914762422,1.984758055146355,2.0374050077032155,2.133703565992532,2.1812671570795663,2.2629332221692615,2.315990870341984,2.4204512375192024,2.496914852621521,2.587977343648851,2.6633771076676007,2.7349354748550394,2.821353947958584,2.919327003288175,3.0099610785514455,3.113568163782594,3.1763795189100192,3.2777078744864743,3.3731423140693058,3.4757331107103027,3.585796805665425,3.6545010841015753,3.757146751348998,3.8343124688014614,3.9677679913320665,4.066877431272932,4.151720488129674,4.230487759221771,4.342836048249141,4.450144092882414,4.516121564993439,4.628815485383784,4.720302702423695,4.767052151097264,4.856706663419904,5.004354538837079,5.0719226661551025],[1.010496273447168,1.0110483670400014,1.013144563859347,1.0145376629446736,1.016751859107143,1.0187450689903244,1.0223435829389524,1.0257217650800212,1.0292581704222297,1.0332225364770986,1.0389390424497364,1.0447731021138555,1.0503529757035366,1.0581552776515972,1.0649818827643538,1.0721404611081722,1.0818042493391675,1.0937011647729642,1.103850726862432,1.114785570248882,1.1268902281505828,1.142363685317385,1.1581696326763686,1.1723168303178733,1.1906973345557352,1.2098288592189095,1.2330861644293734,1.2565849116832615,1.280795517634197,1.3066096857782492,1.3335932367536842,1.3614156878130135,1.396328614499155,1.433107367974715,1.46724933481486,1.508625394000118,1.5497239819181279,1.597154902002564,1.638072985165799,1.68980364099076,1.7317610322799297,1.7859309608051375,1.849729870209924,1.915958505736589,1.9701003200382725,2.0554214998362514,2.104711488608115,2.167530297706654,2.2591709346745668,2.3260458456624944,2.3963898288029646,2.4869007966110126,2.569231922679808,2.63987274497318,2.7568662689046652,2.807752487109074,2.9022713226101993,3.0130264264125732,3.0835006581607587,3.1749160873105753,3.2583110144675955,3.3516127623119045,3.4564579540162206,3.5716382120569685,3.6628361010999866,3.7644632646284255,3.8672308168966425,3.9518275863088688,4.041834802470131,4.139166930551576,4.244723608161862,4.313068817221956,4.451244604865351,4.505213367274666,4.607142330740589,4.725634956231999,4.794773254588025,4.8441228412930295,4.997723034461066,5.050868292512414],[1.0131239556821394,1.0141323896099195,1.0153511576887049,1.0164473119774662,1.0198118393614943,1.0222151888274036,1.0249698809750483,1.02755649629904,1.0312018099541984,1.0355553142093048,1.0404167245139433,1.0463004159729434,1.0524064744223132,1.0587228475759567,1.0665886040628219,1.0753188068688146,1.0830754556000992,1.0924468618629113,1.1028363349792614,1.1148599371610597,1.1290902393415971,1.1420000958188141,1.1583020846845884,1.173050205061123,1.1919681152812571,1.2094867679803174,1.2320182216138977,1.2543864972616217,1.2798065885454812,1.305861463707028,1.3320762184895052,1.3636800780981058,1.3931237186325032,1.4240067670066803,1.4652256162177126,1.504652647428375,1.542907549032471,1.5854648835705865,1.6356183967253277,1.6764301969901017,1.732726722001829,1.783021107860456,1.844725561247317,1.9022297531429109,1.9654290701433104,2.0338892184613857,2.099608594903061,2.1657334825331955,2.2447573208299563,2.3328083050164263,2.4009180931763625,2.470676306251091,2.5563290705877892,2.640142798105068,2.729975913205048,2.831946403612894,2.914177253741881,2.9796552752826444,3.08685381278122,3.1654291555618874,3.2882403170145342,3.3542300082754464,3.45362694322144,3.5733934840641757,3.6424805594010574,3.7370810173458744,3.8337468481412857,3.9417508690871728,4.021894472182253,4.1433676405642474,4.2241141098877595,4.352077320419078,4.430169175495221,4.536655518291235,4.587223523226072,4.702533099679721,4.78084701968294,4.881125137453404,4.958758867095838,5.013169365327351],[1.0163260538295156,1.0171563144653488,1.0186737770980094,1.0208530362955686,1.022252238116569,1.0244971518772827,1.0276554737911203,1.0317442791410945,1.0339598523489597,1.0386874690936148,1.0434893826464076,1.0489039603124912,1.0547864290147,1.0605424427905872,1.068085303405922,1.0766706656652967,1.0849265210976453,1.0931179393097896,1.105596706448999,1.1174872296519724,1.1294544057028773,1.1427965052098954,1.1562126230103205,1.1724249637083024,1.1916259614017368,1.2073645841585108,1.2301833315245354,1.249396603352358,1.2776164429383823,1.302988141401675,1.331494202384687,1.3615817038592417,1.3888338659979165,1.4242546128783495,1.4563740892828825,1.4939879758148227,1.5430467586850016,1.583669503323195,1.6333640517259733,1.6794639916572254,1.7280359114926034,1.7830931435073774,1.8399560889252013,1.8979735156497222,1.9633248312875073,2.016761114615731,2.0977342325205672,2.1663035321326967,2.2437703918143184,2.3019923085046554,2.379558818613115,2.4685824198016015,2.530887359365553,2.6078114268356467,2.7132221484803645,2.7887708669999056,2.8913962522972,2.992005815758027,3.0715612002333303,3.160822119223034,3.261278063411269,3.364515293244254,3.438034127775481,3.5430845819010286,3.6369652167351325,3.7508657525286253,3.8568692864882963,3.96432286078926,4.0125173274430255,4.110933653419896,4.230595069728186,4.314100518646726,4.446252520547386,4.519533750285445,4.595941671488486,4.701386629123224,4.7413118041449,4.865640150761714,4.97966833578083,5.070729742349438],[1.0203873904468734,1.0212201412126871,1.0227915440147866,1.0240450269331698,1.0261647821283746,1.0290021416191606,1.0318289715376445,1.033472380683207,1.0374508799380975,1.0421908114214247,1.0471335463840679,1.0519372385050128,1.0572885529675395,1.0624277212147437,1.0709802617212338,1.0787344210753673,1.0869814305181629,1.0959908763128179,1.1067046816967274,1.1165076635340967,1.1292982406194387,1.142547704948008,1.1585764249923547,1.1737348369319764,1.1889588120200976,1.2101456913701603,1.2285660712771038,1.2504710223061948,1.2746744194885538,1.298621758962313,1.3282255500473663,1.36024555232474,1.3895577813617395,1.4171807734471857,1.4556125775914652,1.4895977680802048,1.5424097375104053,1.5837906440389007,1.6195370464335255,1.6752857907400447,1.7164705113993906,1.7737718881824447,1.833158770327733,1.8885414749767517,1.9476005800600036,2.0143972593585464,2.083080045256526,2.148453575041613,2.233929443390021,2.292353182750398,2.3751581829497495,2.4438739707342525,2.5426578143695364,2.6221316808622777,2.7035197629637677,2.783214167019247,2.8689831471537306,2.9741699214525306,3.0686671833604473,3.158655435559185,3.2495074745580066,3.353917670756918,3.44152310504882,3.5420939981072617,3.6362510802130807,3.7461905848658077,3.806416693410041,3.9196734968226727,4.0095435502393,4.099686660982691,4.1689195197635796,4.316718606090358,4.398384724453223,4.526483792449304,4.5951630871887,4.671247660425025,4.813372843336719,4.871825967348072,4.9394853965389425,5.001909907884455],[1.0253409446823556,1.0261596727579279,1.0268573921944795,1.0279951150473283,1.0300623098436175,1.0328883381892937,1.0358886973769872,1.0381733409825065,1.0417708961796406,1.0458242573865653,1.050298594945995,1.0552823318037885,1.0603071204296028,1.066973669856091,1.0724187718942895,1.0804176788439905,1.0895176417622439,1.0983816669553008,1.1086397495419087,1.1173810134984816,1.131320384990936,1.1438013486372316,1.1601738495581508,1.1728049282206578,1.1898204495873788,1.2100021333274469,1.2260148110735256,1.252536733265267,1.2729964329600305,1.300984023027039,1.3233966698240869,1.3534445662514165,1.3834630113111055,1.4184426325413106,1.4534814250937123,1.4935068478471105,1.5288203470662307,1.5761541659003007,1.615629531510076,1.6684485350553062,1.7174161043245895,1.7659955777915815,1.823289431235217,1.8834015570055918,1.9393352876952492,2.0040287241855403,2.0659741554627336,2.1328675927850993,2.212745948918772,2.283589902788704,2.3640220040587487,2.438770582768893,2.526976600657707,2.604205886087143,2.705075159984862,2.7797595161563393,2.861042376971778,2.951704234092885,3.0395393717743513,3.159625345932562,3.2332474401006244,3.3180666819737636,3.4169586431197403,3.528171038941097,3.622192852787066,3.7331668188760765,3.809354235281987,3.9252179034397634,4.002139801620879,4.136395435755555,4.233527104098689,4.319000633598563,4.413735764976538,4.4579401081375245,4.618877856815539,4.656910046650057,4.803806812357242,4.860395177673556,4.953277508828752,5.034782402519867],[1.0303761108339213,1.0310961142156359,1.0336294414221685,1.033151986846043,1.0363199030957708,1.0372069002321171,1.0411516265905447,1.042718314499202,1.0476061162850678,1.0503332158308656,1.0554182274006914,1.0589206502733843,1.0641581759618746,1.069910193771423,1.0778764161803782,1.0860098659572743,1.0936107010244773,1.1020918297685462,1.111159711490015,1.1202598458491986,1.133060208487563,1.1450130655233899,1.1594573986533168,1.173568560783671,1.193311044667711,1.2096963406707917,1.2293516946466914,1.2495187956466223,1.2714445402793237,1.296566106357311,1.3224826069097662,1.351429134527754,1.3803951688139173,1.4119208421062417,1.452317994656222,1.4869471506749086,1.5238543509068496,1.572681992681504,1.6104916007638872,1.6535933240163299,1.7049409375523763,1.7599223286272254,1.8191691603182956,1.8781541899064718,1.9344917802087886,1.9897383719946893,2.066603013555673,2.1383521836245714,2.2100683594121393,2.2794532852317007,2.344351311226588,2.4320441510929593,2.512349219957112,2.6152634259870933,2.676728199353891,2.770594869054814,2.877222019405508,2.939620109350364,3.0306881047958987,3.1267318136717224,3.241797340601082,3.317366839150391,3.4050676858156583,3.5214483081461885,3.607810130082331,3.6721424284060196,3.8197539803223903,3.9136921942471403,4.010375283503103,4.084356128355981,4.22335750119877,4.280733973915719,4.400010714615923,4.526192672327034,4.553403047176749,4.67265545255662,4.8064093823482725,4.882432758711796,4.964938437601303,5.0201687199623155],[1.0365879901789412,1.0387297944503744,1.0396025320022677,1.0398894855432375,1.04253148386261,1.0437943850331637,1.0464291760850069,1.0497570931760507,1.0527940240954359,1.056102545527586,1.0604910335798643,1.0649295737361837,1.0698955062553166,1.075483166966413,1.0817843812850243,1.0881428262893196,1.0966471100639272,1.1048710304207177,1.1151356541940654,1.1243578812701913,1.137614065954021,1.1473639738178378,1.1624452050803724,1.1758490762385574,1.1917122638478455,1.213468007820217,1.2297598853596932,1.2483502036711807,1.2714396132462231,1.2945422049284636,1.3230178662928824,1.348038875019538,1.3782280350691534,1.4077842847444535,1.4393242127941561,1.4825980926934996,1.5165268183336122,1.5669561657893385,1.6070662841319663,1.6499488569241165,1.7042441475478711,1.7463993562341367,1.810560599058729,1.8691968387354574,1.924296405188634,1.9966213435806919,2.053441734454725,2.115425028361641,2.1890760504433318,2.278248950480732,2.3460689437150104,2.421516045038898,2.5132671364509203,2.5907474803978308,2.675316988807251,2.77104399051369,2.8466226332579603,2.924645307008525,3.0344614144686366,3.113686891747036,3.2248442402759263,3.337023293540171,3.435305222834381,3.520615997500146,3.6182361115281645,3.689908547212824,3.779870068140529,3.8840102645058163,4.006422229867167,4.092107506006612,4.191436476441484,4.271788738583339,4.380791217274732,4.47682906135943,4.55259253648757,4.674623796198312,4.775966068321343,4.812366368855615,4.8797474230184585,5.046944372542244],[1.044054552077296,1.044477067982876,1.0467634508228174,1.047636320897197,1.049347286433125,1.0508239900920373,1.052692199470198,1.0568160933733415,1.0589908189048656,1.0617091447656235,1.0656148769918687,1.0705509474143673,1.0749256483049465,1.0822423627396303,1.0872595548428643,1.0933237371965825,1.1009694246205932,1.1087423836717731,1.119109018931503,1.1295827429573642,1.1399471575267772,1.150937711306758,1.1649529024604628,1.178460084938368,1.193494005361864,1.2095888233258496,1.2295500418572887,1.2508155494032487,1.2692921919403808,1.2940154718174701,1.3230434492034024,1.3495184199606396,1.3793974783640646,1.408428140714348,1.4419646081878728,1.4766053267957013,1.517174015211326,1.5584793288616399,1.6027172826728424,1.6448597219892618,1.6948068382834982,1.7437187823400826,1.7982558197063019,1.8605214178276002,1.922568271422788,1.9823880642186915,2.0398684162936855,2.115270403681767,2.1797751394991214,2.253793959839041,2.3220859188780874,2.4077401412527633,2.487165311806146,2.5786044713896796,2.6542333193309546,2.7459799612878824,2.8361733127282807,2.9205216542586507,3.019372368919034,3.116315743161566,3.2053107858905845,3.2843964871899805,3.4207236306147775,3.4814596031275014,3.597132852022006,3.6969575189399833,3.784234421714697,3.8798491912242383,4.000626651629205,4.089269897822336,4.202646583202763,4.302260327912573,4.390371851774991,4.502395074672925,4.539583672517492,4.664165612574959,4.740760888886763,4.8730675886487775,5.000290241721483,4.9808613952514245],[1.05242069175977,1.05498429672848,1.0551062290050532,1.0560426406011763,1.0571521193387268,1.058995501895712,1.0601394876342056,1.0628008398471964,1.0667284420307757,1.071029699062831,1.0739384332499258,1.0786494866069276,1.0815870349179464,1.087713661225741,1.0936022594560917,1.099791605992728,1.106911971234725,1.115447619813198,1.1233519236613758,1.1322994052406015,1.143318966019985,1.1557728912389629,1.1659915829496583,1.1810925490127155,1.1963549094973225,1.2144992076719492,1.2297777106007854,1.251165469908257,1.2727394805310073,1.2967418791718868,1.3205810101139634,1.3430626805793613,1.3724002471269958,1.4047561488029012,1.4317031738383224,1.4806611488903365,1.513855174109969,1.5559534072759116,1.5869093604386875,1.6420921040663816,1.685248438080734,1.7332132269277294,1.794280920553446,1.8468121875188852,1.9011679702219442,1.9600171927989245,2.032706972937313,2.0998317391964636,2.166862889604182,2.2485727419431454,2.3183504973163997,2.399794955367164,2.4752835200534387,2.565183998714581,2.641582719696138,2.734402279455981,2.812110546681357,2.9119413827789646,3.0255701127708465,3.1012413872796265,3.191015230052586,3.2943442792266646,3.3787282262110314,3.4709021127726554,3.5844691526523147,3.6729027213439687,3.7866739206916216,3.8550931918609757,4.008069207897738,4.068628372840785,4.1986460995914205,4.288303109001144,4.384414960680264,4.450864484858062,4.591083847268013,4.653455070927695,4.730211942948586,4.850307058651776,4.913445704284601,5.000728384374088],[1.063369857032621,1.0634000614975738,1.0648137325613838,1.0642984494360148,1.0657039932311594,1.06724204696355,1.0704730223032999,1.0735571869951277,1.0748545910818885,1.0803447877060368,1.0820500836541986,1.0863782851973887,1.090647507102893,1.0961111289479353,1.1012029005479935,1.1079112172817303,1.114130731468075,1.123081149667781,1.1299332010118384,1.1391952278873347,1.1503242215801956,1.1606493985674355,1.1723341978950548,1.1850121864570295,1.1993568079540025,1.216822527345932,1.2339501779548576,1.25350518700099,1.2690142714384398,1.2942648876788896,1.3205046523297066,1.341470930691979,1.371274870981549,1.4024027947653204,1.43025883330829,1.471134209412928,1.5070398735041235,1.5483911182930477,1.5884906211267282,1.640236185520454,1.6800814083092923,1.7234831082490711,1.7823196751920436,1.8409544450123798,1.8947598853470164,1.9616594807268173,2.028596106276429,2.08513236020218,2.159985445757941,2.230032598376829,2.3111621290829287,2.3765154191381073,2.482655008452417,2.5552037705227946,2.638292866271882,2.7169072869524973,2.8207489612467525,2.9008259085462376,2.992656889901627,3.089007225495067,3.192491032475045,3.278188859283328,3.387132438361526,3.464914783496768,3.5595691828539717,3.6496004848467583,3.7725681613884827,3.8859188289504822,3.960742854148919,4.060642909776755,4.14813209349971,4.2796982755670685,4.375480931252252,4.460137221369995,4.571175734081596,4.671549819817982,4.751926224044163,4.846700220274544,4.9401399023796495,5.0304238049999235],[1.0741959001201151,1.0751835316503273,1.0752323099456327,1.077099874389888,1.0779162839422751,1.0778814193354584,1.0817042116127964,1.0834522710134071,1.0872276129861107,1.0891964194725612,1.0915759120731998,1.0941314060854592,1.101466527118192,1.102983030631358,1.110305423129287,1.1155203355986958,1.1214758225225117,1.1275559680697633,1.138507938566291,1.1457210796896626,1.1544081376170123,1.164357980680292,1.1776592134754709,1.1930561147732732,1.2047258981324296,1.2211272425521846,1.2326277285458593,1.2540087283132693,1.2730424329253085,1.2947248126010666,1.3169366650337253,1.3493655350371732,1.370417185979122,1.4032188001512909,1.436007231611581,1.464891232532238,1.5007745670243702,1.5486528908330741,1.5939093752469644,1.6273468133179347,1.6788705339097565,1.724462923558101,1.7908281516917333,1.835353585958074,1.8852064210579698,1.9563403996765996,2.0125888043049085,2.084299650292068,2.1492778745478893,2.225378012414485,2.294231056865558,2.370953653304271,2.4598482495347214,2.52488725897601,2.628644536009567,2.708564453603814,2.79717657446151,2.8709527329133144,2.9711953406801546,3.076699186137664,3.157025010681413,3.2450700088851336,3.3521901039056643,3.4375432938525297,3.5611800676447674,3.6974121342713095,3.766034812815028,3.8376301364058096,3.975108331243743,4.0589988811940225,4.15302578048471,4.265392416563115,4.383367512608027,4.458517697873396,4.514681883212906,4.642472246690258,4.769032910029939,4.798659124035502,4.919528998706029,4.994883179797979],[1.0877797233635111,1.087256992281551,1.0880795582739131,1.089015824516547,1.0915509768303169,1.092336208671464,1.0936248317192079,1.0963839257261438,1.0984955246654318,1.099945760564512,1.1033114095026206,1.1059948420336834,1.1106716678093909,1.1153249532008043,1.1203996260971207,1.1265345490105285,1.1304546045615151,1.1370759507293497,1.147040739279639,1.1544487480280856,1.1637981200965277,1.1746567909874701,1.1846046647272763,1.1946782172812056,1.2112471931423805,1.2223645363750977,1.2425985373187063,1.2572152782975294,1.2764173162458097,1.2982326231496408,1.3235184826377753,1.3453931290352483,1.371715600961833,1.400849270102376,1.4317882536546287,1.4645067356319947,1.5029144435006112,1.542487206506626,1.5842285754122751,1.6248928775450873,1.6761332976882448,1.717627101813389,1.7654792795475522,1.8188174217211026,1.8843255360815996,1.934689185815469,1.9990624963163164,2.0764829730932264,2.1510134357252246,2.216263471331398,2.2917037205428405,2.3766000240809717,2.4514307077025874,2.5117159082412717,2.6128587626787256,2.685948437295454,2.7864346463471326,2.88049023087684,2.9738185773173784,3.0599385609827388,3.132969490948055,3.2561715926016617,3.3510962777693534,3.4269829616687972,3.5394573493207764,3.644036841059197,3.738912502419838,3.850692306404795,3.932187278015368,4.0344994314905644,4.13767189337891,4.267011575575494,4.355857931741507,4.4302967387875025,4.510852989450145,4.616706392673381,4.723514064686635,4.824226020158913,4.915908997546489,5.0274174814453225],[1.1006225326250245,1.1032124010961453,1.1020779114940757,1.1030928526516384,1.1058991719710012,1.1038304445997889,1.10877623672028,1.108342129360301,1.1105216002472211,1.1130523682580173,1.114891805507857,1.118108573901462,1.12110934571632,1.1273738699045142,1.1305200990928488,1.1366152428784753,1.140552638842977,1.1470089932811083,1.154298358925685,1.163039136567551,1.1701249763782284,1.1835825555471016,1.1902773085102334,1.2015645343077843,1.2154616725720058,1.228702378937898,1.241897719072604,1.2611909868231435,1.27944845603135,1.3035625384941523,1.3242163251137642,1.346147812466748,1.3770871914142975,1.4009548721477865,1.4339675116377049,1.462500568906736,1.4970440657375643,1.5323695795697836,1.5692914192353584,1.6220199082895876,1.6691664524399608,1.719892848614596,1.7617890623606387,1.818815867764205,1.8693925243122858,1.9329626033877896,1.9959328297380174,2.053755005936687,2.1201267075456953,2.205200075191101,2.2869916236972885,2.346145119946922,2.425739930207148,2.5061849748177094,2.5798887385922487,2.6836315223558254,2.750052651169088,2.8583488785214772,2.9478567704790337,3.0363031605838198,3.1509347148687126,3.2456576382957976,3.35235389111621,3.411232793650557,3.4957675296779556,3.606900814520076,3.734884802955986,3.8416143400589187,3.9311861480195485,4.01762015081184,4.131396216891067,4.205598468667659,4.327544265363209,4.4380682676930565,4.5516018848965505,4.656623677322305,4.716378214871101,4.815837596383802,4.924791820212337,4.996460485860724],[1.1177773890600524,1.1207250854230468,1.1188719153161493,1.1180230079384261,1.1224412487884148,1.1237549895891192,1.12422498272715,1.1264227184461097,1.128067607118733,1.1289146295898405,1.1305565741966572,1.1350590720428084,1.1379213597430915,1.141634757696732,1.1419426947825275,1.1502561051290199,1.1528981927291588,1.1599164869507033,1.1684780164547015,1.1763758399639337,1.1813003626705167,1.1921882524349667,1.2005973398677512,1.2112993403876586,1.2226219811107246,1.2372451478601019,1.2531357170408575,1.2678544175216415,1.2855622055294647,1.3060983768815515,1.3280577327431105,1.3467197768327481,1.3759912469642426,1.4020029372934362,1.4294150087952138,1.464600575269364,1.495503075443645,1.5239306066410394,1.5749964170810598,1.6168671892074096,1.6569551616252334,1.7135371508639874,1.7542660492248117,1.814658980045049,1.8706831657799583,1.9159021603607975,1.9867208522211341,2.0582050418513638,2.1229759030564193,2.1979934337168876,2.269500321313781,2.33378063156841,2.4175376143109184,2.5103698542264286,2.575822769544187,2.656194313590973,2.762514741303109,2.8597224810473674,2.9434691506990722,3.0304544256810133,3.1174542752702,3.230415073005141,3.3011940021117456,3.4061614290654023,3.5119071663281387,3.595143827537503,3.719436660795827,3.8298523893065766,3.9160298034490286,4.036388052157971,4.0832557430476,4.207514039350452,4.31756040579982,4.402541462343832,4.49451553906813,4.600704481371735,4.684387590795775,4.811990201352758,4.90750314372185,4.9580921942831635],[1.1391323041877692,1.1375594646835654,1.1405049809041186,1.1375981288392412,1.1397214260914197,1.1434774767930358,1.1417647715975787,1.1437815068351107,1.1435523766769706,1.147683457038092,1.1492231499085979,1.147644878113773,1.153346953323156,1.159164996626456,1.161709726344676,1.1649779510514897,1.167961445061438,1.1736641700956452,1.1816530228560567,1.1880316343014377,1.1928002089565586,1.2022784768203072,1.2082186453844845,1.2221444722717167,1.234704341891565,1.24631575553713,1.2589605089004448,1.2732786014053163,1.2905582687682555,1.31330315763434,1.3306122874459667,1.3527844710296324,1.3750444567972975,1.4009378514031843,1.4281860532336412,1.4592957465774832,1.4973341908103281,1.5262957424609602,1.5658939380159516,1.6087083082062466,1.6508699646946747,1.69864206981092,1.7504380275553586,1.797914381948345,1.84596475854001,1.9108519118324883,1.9766927497330746,2.0275408557248906,2.105311841625345,2.166094632034603,2.249219426131466,2.3252905244260615,2.4022877880369617,2.475240829342238,2.56579312735485,2.6610194693216416,2.7414837051979797,2.834444623942923,2.936377355595357,3.0030606765057235,3.105650080171635,3.2114203249835787,3.293099427105539,3.400172951672535,3.5167346708057496,3.595013661133584,3.7199469220402746,3.80291248814735,3.9334832192208986,3.9967111039600756,4.09475826412172,4.218297551663901,4.307691689012951,4.38793215762635,4.505624100441946,4.607463338233706,4.70025547633478,4.766658987396507,4.9193908144089225,4.968777214266264],[1.1613738006361842,1.159624247582806,1.1592007037000007,1.1603416093016403,1.1618361204134933,1.1636119288884914,1.1647557666831587,1.1653945138845343,1.1666991912177573,1.1649291137883622,1.168831419620796,1.170286097968543,1.1757709734283543,1.1787233727824566,1.1794344559787164,1.18098131071032,1.1841957883558343,1.1899490006252884,1.195495663518956,1.202091871577179,1.2071695866699337,1.2152480872970888,1.226898044667325,1.2331471342551452,1.243830841696874,1.252741807658001,1.2703457870927484,1.281953769618027,1.2974904746186702,1.3187134181641416,1.3371117337267044,1.3567843432689048,1.379022008393487,1.405822443748401,1.4287889981399076,1.461681743279731,1.5006707526265304,1.5330630927670392,1.5654857081501654,1.6070399233554769,1.6534549889294985,1.6909719030157955,1.7523154040188023,1.7852840653145428,1.8468642268182427,1.9030256636927654,1.960972231398817,2.029638472409405,2.090362018984976,2.158023599695505,2.2475397484022466,2.310233476708312,2.3924899707521803,2.466128966706355,2.551081922074809,2.619433799448411,2.726148610190377,2.8087276430249757,2.8916114603555476,2.9994133803527987,3.0913008690598645,3.1811816078507107,3.2804965125132233,3.3953541307895967,3.4622461997045657,3.5915774330468166,3.7016670155617435,3.7861465668610115,3.881889374111365,3.9880246767234047,4.087418514450662,4.208655863009133,4.296562726476837,4.403400486735568,4.525880057639088,4.588924947140815,4.709243797291714,4.823037051252878,4.903167205682352,4.914111976601739],[1.185406324034137,1.1848419747638625,1.189329712141761,1.184643659838343,1.1891982950108946,1.1887544197016107,1.1882521365980703,1.1885353845973132,1.1861248242398819,1.1883248433381162,1.1891286330751967,1.19176515949222,1.1948165271485864,1.196603570583526,1.200351816345003,1.2025078383046819,1.2072845473700287,1.2102442525280028,1.2129366073755492,1.2188075373699108,1.2246862079844827,1.2306174296342107,1.2386429070634526,1.249229517519201,1.2604550405070443,1.2688507727438276,1.2797287042343186,1.2913352800445859,1.3093400057083675,1.324372124876381,1.3475676746066347,1.3642261458374028,1.3839531597183987,1.4108014313711152,1.4360555383063924,1.4666661512990324,1.493218050743636,1.5307189309992673,1.5658227446404025,1.5999231655669246,1.6482065525364724,1.6880361828104562,1.7371532531892795,1.784624789196859,1.8411453211734994,1.8909533817909865,1.9572911898728487,2.015568504200635,2.095415742950792,2.1538735978550374,2.224435418804204,2.2903073572474337,2.3769766233409584,2.456628678297202,2.5140517038559747,2.615904072199418,2.707138991038295,2.7927463497367393,2.886817105164105,2.987773214237293,3.0658213472587716,3.165367695776676,3.261039186635424,3.381005315252184,3.449033601078154,3.5738304680232544,3.6687883626693347,3.806030027722693,3.9069650099520197,3.954377799721046,4.070048560494954,4.199650322499436,4.278531393798125,4.398095045197436,4.501465369131695,4.592587416331264,4.703988309955071,4.770607120355438,4.925719756084527,5.021753704223976],[1.2165560119748908,1.2104505990142473,1.2154388757110746,1.2140073664734827,1.2168329209173925,1.214549560954595,1.214086300882152,1.215853340445578,1.2160506489950507,1.2173436931946673,1.2170293699551331,1.2204656481281797,1.2187055421517543,1.21871194445876,1.22641514228199,1.2272068944601335,1.2291663389098841,1.2325623838071402,1.2337549063585602,1.2390108362537322,1.2486800974088077,1.249733833865609,1.25610405822472,1.2635154555858354,1.2731322034523924,1.2846117921101023,1.2941930895162435,1.303104176998596,1.3199452407737449,1.3339455702447605,1.3515639988240862,1.3680799520447238,1.3896319192570232,1.4175496137893413,1.4373573513613473,1.4729640798555577,1.4990685100155927,1.5293230362260077,1.5651747513764271,1.5989870872761567,1.643863925592444,1.6878450378401826,1.7232697736811615,1.7823387272949986,1.829882799485628,1.8864977982708282,1.9401302931846165,2.026455518015216,2.070899118711062,2.134123385234714,2.2042556404726557,2.281268849864474,2.374025250496926,2.4319563136658604,2.5093150743764974,2.5897881297860916,2.7067887232730086,2.76516814806372,2.8739977460389743,2.980875917007636,3.0582295618400215,3.1660536570802,3.2594971939875665,3.346633086233763,3.4716034981457975,3.5546855147115832,3.6485752195546195,3.747176391300196,3.8702202013989893,3.9554255736149746,4.083554580257422,4.115391931928111,4.275467284940809,4.367801670060306,4.496346949987548,4.570905229273901,4.636643427087026,4.744159765773081,4.889787030327147,4.998046382769208],[1.247410901842105,1.242235687745404,1.2464422527185577,1.247190304228654,1.2478490578192338,1.2448350957748067,1.245589663528476,1.2491827037320684,1.2459823928986338,1.2480726632343002,1.2452959299354782,1.2437936754552852,1.2452240415541307,1.2486682102750166,1.25087460513451,1.2505607832059797,1.2519112414134477,1.2564507963884495,1.2602780218977088,1.2599733573342813,1.2650182017502645,1.2727833196995373,1.280041309163529,1.284166871915961,1.2877196755237752,1.298557039785229,1.3081152288739921,1.3202826339093967,1.3330625896602557,1.349704752881575,1.365002436715384,1.3838359668539606,1.4042136780640668,1.42275676585852,1.4472194195240418,1.4727645856665115,1.4966963398725406,1.528321938663012,1.5668890239315105,1.598677764173959,1.6446130557327328,1.6845595010726266,1.7286833116351104,1.7774207463749414,1.8242430230161526,1.8864006193332734,1.929479017195887,1.9891366098656582,2.071785494289044,2.1270078431219646,2.202534112837492,2.257336234891973,2.355181030917863,2.428870131142803,2.4991286405871933,2.5853049654428224,2.6729462217616793,2.7721629377809682,2.84180667601123,2.943701128353818,3.061701792004242,3.161785120480937,3.2352087295943894,3.3140245248792173,3.420649467420871,3.558864854005508,3.630558411320505,3.747230824656329,3.8671964294735717,3.9529434405517723,4.044431819489528,4.19355043769298,4.228451598250874,4.362796386743117,4.481709934111595,4.523671172667091,4.653636507618606,4.773591718740786,4.865874552498843,4.9984065849763315],[1.2841071477819563,1.2759071926395886,1.2813058674537172,1.282478817462606,1.2793342658813927,1.283265844859968,1.2790964444235209,1.2799298334314677,1.2817547894568369,1.2801153630681446,1.2803660874459877,1.2810254272083073,1.2779863545711032,1.2793372218903245,1.2829166075365783,1.281170413012365,1.280881176640819,1.2813403355879323,1.2855720697532527,1.29020139947736,1.2910239835859498,1.2964734250572505,1.2987019651329423,1.307789080263858,1.3112380915071868,1.3192392108066027,1.3301666944774444,1.337498716432467,1.3499158139888072,1.3629076998743408,1.3792912831495223,1.3994125179633288,1.411650264163764,1.4323845196549767,1.4522615670222239,1.476146408549446,1.5045830020892865,1.5346739193735468,1.5656731057579036,1.6008293506807547,1.6326891146377547,1.6757749797292578,1.7196988556858341,1.7679165634805938,1.8249997072412043,1.8728345659754406,1.9326184552941048,1.984679097910747,2.0525495012623005,2.1053936860716194,2.1796019849464394,2.2595246166535388,2.3349052000702453,2.411911256368595,2.4841849372283544,2.559541231590918,2.6551851773171835,2.7326094900032354,2.8359136155044924,2.925962293903933,3.0335231744126125,3.133158339080262,3.2088602080855497,3.2948792005414513,3.3973326513652475,3.505353245251525,3.6642053532818357,3.74484419619512,3.82460979411519,3.9530670697807033,4.051185108331029,4.1149564406616,4.219262016563781,4.35190204335787,4.435855906649021,4.563919650165155,4.637797044880424,4.725510047229346,4.828072160742228,4.948813751135144],[1.327143721559568,1.3181714081899747,1.3186674012721553,1.3212238416174704,1.325430997704353,1.323835540017622,1.325712759853112,1.3193689849461225,1.3176223699069192,1.3174913699318789,1.319162889562139,1.32008987016431,1.3213828443585554,1.3170076000114208,1.3166307554538828,1.313098660588049,1.3179871243540384,1.3163547191417728,1.3156152663940746,1.3205979352213209,1.3191182481430557,1.3238122856005183,1.3259572885526645,1.328972825829069,1.3370292920168418,1.342209309389,1.3483851770046973,1.3589215869222706,1.3693185546729185,1.3800058776730701,1.3912738966953528,1.410652921998561,1.4265387650552166,1.446031223836327,1.4687460482542933,1.4864571284063512,1.5207185616385681,1.542761731414359,1.5707468055028109,1.600589672364788,1.6427254835644312,1.684837001230241,1.72014874550727,1.7646780189798166,1.8117164039602047,1.868214119389465,1.914652696657968,1.9867829705471758,2.0400894738579156,2.0962834546466094,2.171803069931101,2.2348826730177582,2.3117708955820286,2.3980998919283913,2.480981758507205,2.559934667870982,2.6480567121955856,2.716298836940264,2.8392339685486414,2.907406945872727,3.0039960132228773,3.101730484325147,3.1823192836706835,3.2987296602871954,3.3931015188580886,3.5013633283473484,3.5861438333720503,3.6839357969931443,3.8188106562907786,3.895209303383301,4.024458529515615,4.132605336580741,4.233265733330606,4.342538062461016,4.406201048090893,4.519794328095066,4.631639233592605,4.704100923883207,4.823659887858359,4.8758033248885875],[1.370352050610598,1.3703663298868238,1.3728114466732688,1.3711316052112918,1.3706114279447201,1.3641516583153632,1.3639523302611178,1.367400512954321,1.361019613333354,1.3604695841919476,1.3624475944430992,1.3592850065161657,1.360711319682125,1.3580739203058136,1.3553192035493153,1.3535573478521405,1.3523994752045532,1.3548045422677621,1.356816836414981,1.3514358951971532,1.3533767991843377,1.3585530923975626,1.3530712468922101,1.360886747800021,1.3651512029176274,1.3689511729864163,1.376220586131249,1.384371216981595,1.3899792427858177,1.4016186624542804,1.4139714552783922,1.424624234990039,1.4406085219124085,1.4560825496657763,1.4778814028448162,1.4988959400082955,1.5228648371737445,1.5471195914179363,1.5771583102021323,1.608871714836978,1.6475961827619416,1.6717453019759625,1.7202758219638745,1.763819352178673,1.8100844719174911,1.8591697004805612,1.9114540182365503,1.9674227236070392,2.021919928491877,2.087735326156673,2.151314829263494,2.2213234518339884,2.287173217973602,2.3747692391099076,2.452289482894793,2.5476726295417427,2.6063759696223583,2.6832958740180017,2.8134206387220737,2.883880995534037,2.9938974474135533,3.0853941799789855,3.1869135740411036,3.2651819556882087,3.369938368224675,3.472293956381223,3.5715363633069837,3.672431228765505,3.760606294513193,3.8622410981414217,4.036263713523381,4.092303489512672,4.205674721720807,4.292351666306259,4.405819034882415,4.500778157081162,4.579599102810068,4.751080969602812,4.792972606346692,4.937362969911851],[1.4253484385573982,1.4200502355724909,1.426512037579865,1.4185012567122788,1.419107939656769,1.417972699170749,1.4212762781654982,1.410823942619032,1.4170281730180614,1.415452622851678,1.4095971707319959,1.4035695857701687,1.4067642288370144,1.3987528114884606,1.3975699853486705,1.3970525274192152,1.3979472900461658,1.3943321679113394,1.3932177172936173,1.3957126479297746,1.3971054578288895,1.3915712565412883,1.39193430699894,1.3919465404598663,1.4014841307292227,1.4020007725356964,1.4105517026790737,1.406639739104088,1.4191533393808011,1.4272616389838384,1.4372433235404705,1.449611061588152,1.460563488079514,1.4710972842299377,1.4965046037954803,1.5096062705931976,1.5372503820216445,1.5572661224685944,1.5877595802906441,1.6145184598089264,1.6460397601675614,1.6811329252193405,1.7241748138749124,1.7591000066001132,1.8113658235349166,1.8577188319042597,1.90340827801295,1.9530374751535151,2.018148829976243,2.0815957140501684,2.149370518239959,2.2210549104169224,2.287786303756597,2.3664196445992958,2.442297800876541,2.507042273844345,2.6071349307904774,2.69876406913353,2.782660606202397,2.8566771980111554,2.963738867854486,3.0516519060995675,3.161092535508165,3.2407371362810387,3.366655865641866,3.4554240707591473,3.5530575384547505,3.6701914603411825,3.7520409209563415,3.8800631664469662,3.997127085560983,4.112494124409943,4.204337661373333,4.26657530802005,4.411363953653466,4.480690379887252,4.605139399483678,4.701874039905549,4.767508284698159,4.873805473934721],[1.483568926408328,1.4716341795377297,1.4761844209010129,1.4749740376920566,1.4795688047391804,1.4727614421704802,1.4757298321866428,1.4672010963416255,1.4697250167828035,1.4597581693349508,1.4615176163118744,1.459225600268912,1.4583253454049878,1.4586099844433824,1.4494835139721916,1.4541378910824172,1.4419741323450193,1.4446104726260778,1.4447495985760666,1.4346475487858206,1.4378748124959924,1.4332050753455368,1.4313042454143585,1.4347281874090718,1.4324237932074726,1.4404089184924276,1.4438694954185929,1.446387437790083,1.4467852979469302,1.4564172850469606,1.4588682069148182,1.4770292512407581,1.4881669715852688,1.495916784185453,1.5110314038762769,1.5265525693268387,1.5468532320645052,1.5691673710665974,1.5950783247369331,1.6215207387677686,1.6494034435987583,1.689079962777962,1.725487257311855,1.7605846348587793,1.8167605057514185,1.8519893464574677,1.895850623957152,1.9542506638057806,2.01543905488334,2.0708436299819297,2.143849204234004,2.188356206324657,2.2773768007520805,2.3289674974503396,2.4137429479493906,2.483611712643389,2.5855268997924576,2.6693120894523643,2.7551547285307274,2.846407572084051,2.938261318367155,3.040632639899637,3.144132299467905,3.229811863002988,3.331416836983947,3.4268927325915675,3.544066309182482,3.622004329901387,3.7276688300230614,3.847430382578281,3.928249069065836,4.0746952595496575,4.18512871562793,4.270620965989887,4.37280486376288,4.498027049683785,4.577658854399952,4.715764190373961,4.803050662110212,4.874479339347314],[1.5460829618844025,1.5465921201338275,1.5469612794379113,1.547744447837404,1.5440169910235189,1.5406222259063216,1.535907882727451,1.5317792095534775,1.5299338701583582,1.525656333424162,1.5188767759429525,1.516427603978673,1.5107754275501528,1.5150450518459873,1.5070175651697566,1.5073958176425222,1.4930248419255963,1.492369356830328,1.4936464038097508,1.4912340395277868,1.4901587111399737,1.480483271855955,1.4813371317503454,1.4781265789293505,1.4752155448797695,1.4820186261163453,1.482040524932618,1.4803712399593687,1.4836997498501971,1.485910297946463,1.4919275022544756,1.5001914165072898,1.5148433526898302,1.524287126065913,1.5343831011043072,1.5544402317632515,1.5653127098817556,1.587573487352437,1.6084788276566115,1.6408903926265996,1.6537786935966,1.6967818555056309,1.7245365129586756,1.7666739797602393,1.8089813178025815,1.853008346898781,1.9049077830106793,1.947350415732984,1.9836642699647302,2.0650674720357762,2.1300708476433834,2.1896759372971033,2.2485400502536304,2.324223041337298,2.401867535409896,2.477472046194999,2.570241073267988,2.645408476308684,2.7437305004373314,2.8327013174641644,2.902123296797924,3.011229711492975,3.117004321420778,3.1992098275382634,3.339230109708626,3.4229462428315776,3.504535868410525,3.649955073692981,3.7315453669864254,3.8056843222522243,3.9176608915680022,4.068735298321114,4.127546164222644,4.270936164380127,4.341135716003828,4.496019547277358,4.565080062796054,4.675361368348244,4.7942041397443385,4.838982044649612],[1.6188962272861809,1.6178684967134112,1.6161962014659361,1.620195618109533,1.6118038531592422,1.6102762135938038,1.6031064535887327,1.599963869039309,1.6004329996208913,1.6069815199299562,1.5953410233887662,1.5767919839101743,1.586896058231077,1.5766907741593057,1.5711759456950327,1.5654545153704686,1.5568415233662365,1.5569023089175154,1.5547088987375297,1.5481374383262059,1.538658529706321,1.5412141616366775,1.5341837128182065,1.5246823511004306,1.529232853658158,1.5262982007183183,1.5242717733539992,1.5312243743161624,1.5267072252346812,1.526830031137089,1.5292762735176804,1.5346002670619139,1.539006252136678,1.5504820557254995,1.5611727892952176,1.580113048051635,1.5935571551402077,1.6067908215250164,1.6275907687293312,1.6504758203837762,1.6750256009708646,1.7066182147451519,1.7427114634169782,1.769369162713011,1.8075988007215018,1.8522917496250153,1.8976321891576375,1.9508132413943509,1.9954787945397394,2.0489191521186347,2.1098612213492602,2.1802562132746814,2.2274871514569807,2.3072238279180213,2.382440545030418,2.461605608535575,2.5556035723543045,2.6222572504756614,2.7342335929641886,2.8117340105742126,2.9163769867087503,3.005157239895087,3.0853742722639064,3.194279244876796,3.2715644370723056,3.389807173132261,3.5186963326796428,3.5890303184597387,3.6776568390465276,3.799193063655674,3.8870678644546124,3.982480488057907,4.122950443556899,4.213639915835069,4.325235943470995,4.431161174647383,4.553324752313099,4.631135569191872,4.768744477158508,4.881548993562714],[1.6994620615007263,1.6980266435430929,1.6816077845678363,1.6961165623254166,1.6885382981028876,1.6818726755688145,1.6872191756503436,1.681112821158414,1.6830816367154957,1.6737515641544758,1.6648525449631502,1.660530442354847,1.653469130257844,1.6471958984452992,1.6433589191450255,1.634759498974092,1.630393543777527,1.6219271839524545,1.6182843212531557,1.604481703795505,1.598787353558624,1.5920488562775648,1.5945511521580493,1.5884507806539434,1.5822309261198655,1.5843889539253195,1.5665779436593799,1.5725463771948969,1.57310515426138,1.5692392793398482,1.5749888746750065,1.5789970321526048,1.5797253577625028,1.5889709173084559,1.5953070471272228,1.6020145680115536,1.6159149377044173,1.6255183482657465,1.6463390772146764,1.665440884638919,1.6860395641207255,1.7094409344133852,1.7489439167826322,1.7794112074725452,1.8184335488005516,1.851435486184843,1.8909928484619531,1.943212183493621,1.9844162394194702,2.0433407310004252,2.102593783105649,2.171554124945524,2.242366245230817,2.3030021668270755,2.3717517072489915,2.4487332000041655,2.514274022359681,2.6179422380333377,2.6865716127976342,2.7840988979718877,2.8763756419211446,2.964082424387344,3.0730034333647454,3.1439202954386243,3.263781688732705,3.3529285956281876,3.4864747045726445,3.5730880467936625,3.6711713024598254,3.8009322431934036,3.8926477847636938,4.009589206187471,4.138513721305566,4.199961647730995,4.338299418302194,4.397651187954886,4.551738038662167,4.5819878673147905,4.732176939112054,4.861806592200935],[1.789915440643916,1.7765041692904155,1.7793655133715398,1.7839586647883188,1.785871482492595,1.7871587906715858,1.7692513458736352,1.7645859086217226,1.7693550226153802,1.743593125230162,1.7479844331919423,1.7505026496898901,1.7404974303022693,1.728633609515217,1.7147107824268786,1.7064954333234783,1.7108638555043438,1.688461009174973,1.6939401161467236,1.6822996946888489,1.6762186284386014,1.6696358674930516,1.6598473155770632,1.653643701724575,1.6460666719045585,1.6398450644105647,1.6399398675425005,1.6276700090326626,1.6221847746158609,1.621740560552727,1.6175640580141564,1.6245524442256851,1.62966922256313,1.6241516828673912,1.6343370843552736,1.6414978804461733,1.652778166362234,1.6586477398708117,1.667851093866836,1.6910316364120892,1.713893642026563,1.733115760598032,1.7637724593857986,1.7951364406579349,1.818622688258126,1.8557661420333749,1.897558388932049,1.9565209491129856,1.9861970863809015,2.0383114762543744,2.0980285390189195,2.1531329380878055,2.2172240427792067,2.284330273997591,2.3566517007719243,2.4284511432872873,2.5043996283009067,2.589338372297953,2.6698722952805656,2.7679217402729646,2.8459101739972836,2.93055432933655,3.0373806714813036,3.1453593116545,3.254592045288487,3.3329823893992154,3.435023594068631,3.550280724516021,3.667398802115124,3.7548480379378812,3.8512305896711427,3.9496247070726205,4.081059405475637,4.173000093311249,4.309556648949627,4.379598018648892,4.526638765951034,4.628238314544552,4.670876025626819,4.832973537897026],[1.8816505823947454,1.8846741561139317,1.87987535489471,1.8835196788573076,1.8733935452214183,1.875067448214981,1.84916940555868,1.8640418142334492,1.8589415808378116,1.8511902086273992,1.8302458544953297,1.8343000511394796,1.8131610286884206,1.8179634578344255,1.8023085790741338,1.7980144441209,1.795720707454349,1.7836857914999544,1.7716028759921678,1.7564031889906573,1.7519714876616241,1.74667129806433,1.7403490412127107,1.722512333853795,1.7202976813639772,1.7033325726566726,1.7027466428017997,1.6962278841031067,1.6820336012754742,1.690544884125963,1.6811643452804856,1.681986645885625,1.6682328954150238,1.6665548549217868,1.6714023074748363,1.6773417103052222,1.683389331028526,1.692901446526366,1.7087839790790464,1.7214917217511656,1.7343155735118845,1.7502019451958166,1.782756892963927,1.8060274679829784,1.836914396537926,1.865493790473241,1.9108187393406257,1.9462374171298358,1.9827353899478228,2.036017462035787,2.091347995562696,2.145570123352265,2.2061922926958317,2.2831482009427164,2.3374951983777734,2.4178386328650388,2.4980857899731608,2.561199338109138,2.6667443434534284,2.734468470172815,2.822582976576929,2.917961667387928,3.0197458952624787,3.1199181758371797,3.189264333343215,3.3136395651299875,3.4157439566634875,3.507064577181551,3.6362171004181487,3.7377349112734817,3.8461406561217273,3.967628681470067,4.0475800517125995,4.173980202885829,4.253808525667765,4.389696493921066,4.476062152047822,4.6028160122705915,4.69677692644674,4.778535768968664],[1.9855135484545954,1.9794718225070485,1.9851736195618301,1.99625282500638,1.986254763572693,1.9747895696512645,1.9870515387247751,1.9758981293837268,1.962786378685273,1.9452384739394224,1.9402270874018972,1.9212410577182735,1.9255454544102968,1.9167686501488748,1.9114089454890477,1.886553162386046,1.8682593091464361,1.8655341579190716,1.8582350789936373,1.8546421620758007,1.8465807820445816,1.824007042330234,1.8142440423019344,1.8018426290976337,1.7926295945947228,1.7777149083885655,1.7673693494077831,1.7782491264050828,1.7455828323939167,1.7426801301981205,1.7407774737309787,1.7316733900187573,1.7274117524141326,1.7207511115733847,1.7264555939163597,1.7250744463897607,1.7322447007351798,1.742390362022735,1.751991980564408,1.7549905035445086,1.7655591733446276,1.7849878208566026,1.8021035505985816,1.8320481573080885,1.8495955804865445,1.8864050734924098,1.9177399938355393,1.9521586040279366,1.9853054954611322,2.046080182910487,2.094578695725278,2.140538975079923,2.1995296585240784,2.268834121192189,2.3274615081334846,2.3966345162323313,2.4735779379819376,2.552969020164331,2.6196245286172135,2.7202843714520246,2.8256881827000266,2.8865915646443994,2.9839312859731897,3.057853916835538,3.171611086216748,3.3037078557256687,3.3780996738626023,3.5010406863721033,3.574342263890425,3.7146237848396315,3.826694402742062,3.945674366852801,4.032971780095587,4.143523060373826,4.255306334613425,4.358301576899449,4.456080340177141,4.577990102204189,4.666839563757397,4.823501756355104],[2.1193977969969553,2.1148943957954325,2.100226416060005,2.1023749184282834,2.105947877062202,2.08915589455156,2.075430348881703,2.089295435975664,2.085311019145885,2.064785445050947,2.0611891940884384,2.0361442729405277,2.0225363044409987,2.034791878181034,2.025965599741386,1.9986491026521331,1.9800722254562826,1.9749198604729414,1.9582644784211634,1.9450725373549078,1.918645968339829,1.917587126996031,1.9023792069751364,1.8815157939947196,1.8850591806612564,1.8695631718558299,1.8500589758758166,1.8364916938882203,1.8250192276682369,1.8241880529416865,1.8083342930917279,1.8000875118885689,1.806192213265334,1.781081166137469,1.7778921853417424,1.7847502359110863,1.779149096729539,1.772538576198383,1.7909547284570695,1.7958462400639263,1.8040234982457026,1.8157804852018133,1.8266180367384175,1.851350279346449,1.8638749506240784,1.8961963715202497,1.9274401279088917,1.9626027303451865,1.994812557340574,2.040551066164586,2.088001253976477,2.1357227012441538,2.1915835280309435,2.255582234188597,2.3204633767723117,2.390824806369499,2.4541143317186647,2.5432576979916393,2.6100546386962216,2.6991943306847137,2.7778850371899266,2.867330464919269,2.9719847051888535,3.0645211346155388,3.121525182671109,3.2504494268585358,3.351844956710396,3.4740012417440256,3.5678033455095512,3.6619867676653626,3.781801424547277,3.9042273321869936,3.9832298167807076,4.079908116709994,4.220299126222754,4.32708360267496,4.429187900773393,4.549582162921595,4.637044099605577,4.770951265661539],[2.218158903244847,2.2361026745278023,2.224796046967796,2.2314477900037426,2.2212162430847213,2.225622180259733,2.2012452818880326,2.1946600584228046,2.185833955766418,2.1853276572012565,2.1970144897488666,2.164305892648263,2.15276989827598,2.1282489953593187,2.1166894668208296,2.105845761802676,2.095018142991764,2.0828931175165613,2.0671714419694216,2.0564903053273076,2.0368809035490694,2.0088857570136587,1.9994870307546222,1.9906243493392097,1.97588529012531,1.9471327225872594,1.9404495817976462,1.9307182803713985,1.916483049033497,1.8893099197265366,1.8781822769103942,1.8662841526247076,1.8646528832327314,1.8544910388305709,1.8478697203074597,1.8358270432977803,1.842274354812634,1.8354126645848394,1.844118706551406,1.8358473776199253,1.848428881590666,1.848064672148879,1.8583929720499277,1.8847676247983718,1.902014892443174,1.9204228634233886,1.9477018674671625,1.982917050031812,2.013265176082054,2.0549469249923273,2.087052407122069,2.1455727368809088,2.1865394910523532,2.2458201529946367,2.312911041998329,2.3709390439703757,2.443999968197862,2.5162126349395253,2.5800582935655973,2.6766863149532023,2.7513618183474966,2.862612961116741,2.948579383519773,3.0047049638269603,3.1290228487096585,3.226549223184368,3.30769736393584,3.4508833169712982,3.5310410333911473,3.6207407723302727,3.7449915710212642,3.8349607069724687,3.9601575629676793,4.082644388247102,4.184094969396954,4.285604149259572,4.368997310494777,4.521273445971957,4.636710954783331,4.767498408088015]],"type":"surface"},{"hoverinfo":"skip","line":{"color":"black","width":3},"mode":"lines","showlegend":false,"x":[0.3112980034226672,0.3111198749909386,0.3093800734314459,0.30713439946618126,0.30654627136881757,0.30653282991732334,0.3053964078772425,0.30451182909642366,0.3035859860848645,0.3019726677466966,0.3011248420661454,0.3011559953404481,0.30003373992446525,0.29949873620279355,0.2981039375069235,0.29822022424278366,0.2973990641245756,0.29735551400957405,0.2956481086074068,0.29481686841664767,0.29413065387230414,0.29368721102757717,0.29335180748511247,0.2928254605024546,0.2911502773495415,0.29100313220144725,0.2911638986135281,0.28972478162155857,0.2892778483034201,0.2892206622130449,0.2882518568803336,0.2872835861966365,0.2880041530055581,0.2879934289482592,0.2864714955727223,0.28598177274105807,0.28541328652397147,0.2863725122820687,0.2853827273195893,0.2851158152196428,0.28457229840379034,0.28435419861388983,0.28367825325821266,0.2834664642783381,0.2834174948766493,0.28367825325821266,0.28431863381440636,0.2836782532582126,0.28321653135203395,0.2822338558966516,0.28200421895845257,0.28234297768535854,0.28206278730548834,0.2812107821921891,0.2805033918136991,0.2801721180882666,0.2799045419282146,0.2796784844992054,0.27910464963609166,0.27899540110821996,0.27910464963609166,0.27971929533177525,0.27932434332903666,0.27942733476066356,0.27940223734870034,0.27910464963609166,0.2784735195532981,0.27885694536984795,0.2779621545518217,0.2787810022848686,0.2787401233736344,0.2781174319669986,0.2777943612411768,0.27844937816514326,0.27790727569794954,0.27866137845371763,0.2780891964097602,0.2780484699379607,0.2777136502177792,0.2775957167121255,0.2782180432824962,0.27733947679182525,0.27754287377957365,0.27711355579061975,0.2767207501785015,0.27669534913035315,0.2769660577514975,0.2770737694068869,0.2772647649920036,0.2768148041554611,0.2756067470105858,0.27675325855786215],"y":[0.10371037780265194,0.10338798901285416,0.10115819472816623,0.09860601165368052,0.0961477596707965,0.09605382857919484,0.09350164550470916,0.09094946243022345,0.08839727935573774,0.08682409565368618,0.08584509628125206,0.08329291320676639,0.08074073013228067,0.07818854705779496,0.07563636398330928,0.0730841809088236,0.07063204231665478,0.07053199783433789,0.06797981475985218,0.0654276316853665,0.06287544861088082,0.06032326553639511,0.0577710824619094,0.057168452949185225,0.05521889938742372,0.05266671631293803,0.05011453323845233,0.04756235016396662,0.04501016708948094,0.04245798401499526,0.041057541970913915,0.03990580094050955,0.037353617866023835,0.03480143479153816,0.03224925171705248,0.02969706864256677,0.027144885568081062,0.02459270249359538,0.022040519419109686,0.01948833634462399,0.016936153270138296,0.014383970195652601,0.012433862591481229,0.011831787121166906,0.009279604046681213,0.008691107829898901,0.006727420972195516,0.005084244000955895,0.0041752378977098215,0.0016230548232241263,-0.0009291282512615684,-0.0034813113257472633,-0.006033494400232958,-0.008585677474718653,-0.011137860549204348,-0.013690043623690043,-0.016242226698175738,-0.018794409772661433,-0.02084769795855515,-0.02134659284714713,-0.021985432720603198,-0.023898775921632823,-0.026450958996118518,-0.029003142070604213,-0.03155532514508991,-0.032415531122690966,-0.0341075082195756,-0.0366596912940613,-0.03921187436854699,-0.04176405744303269,-0.04431624051751838,-0.04686842359200408,-0.04942060666648977,-0.05197278974097547,-0.05452497281546116,-0.05707715588994686,-0.05962933896443255,-0.06218152203891825,-0.06473370511340394,-0.06728588818788964,-0.06983807126237533,-0.07239025433686103,-0.07494243741134672,-0.07749462048583242,-0.08004680356031811,-0.0825989866348038,-0.08515116970928951,-0.0877033527837752,-0.09025553585826088,-0.09280771893274659,-0.09535990200723228,-0.09791208508171798],"z":[3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393,3.313274036373393],"type":"scatter3d"},{"hovertemplate":"336674_RB_M_Cre\u003cbr\u003e\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003echiSG=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","marker":{"color":"#e377c2","line":{"color":"black","width":1},"size":8},"mode":"markers+text","name":"336674_RB_M_Cre","text":["336674_RB_M_Cre"],"textfont":{"color":"lightgrey"},"textposition":"top center","x":[0.14655568764386923],"y":[-0.008190095291517173],"z":[1.3761656745396593],"type":"scatter3d"},{"hovertemplate":"336680_RRB_M_Cre\u003cbr\u003e\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003echiSG=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","marker":{"color":"#9467bd","line":{"color":"black","width":1},"size":8},"mode":"markers+text","name":"336680_RRB_M_Cre","text":["336680_RRB_M_Cre"],"textfont":{"color":"lightgrey"},"textposition":"top center","x":[0.15743871156040198],"y":[0.009955928107753517],"z":[1.4312116341664183],"type":"scatter3d"},{"hovertemplate":"336681_LT_M_cre\u003cbr\u003e\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003echiSG=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","marker":{"color":"#2ca02c","line":{"color":"black","width":1},"size":8},"mode":"markers+text","name":"336681_LT_M_cre","text":["336681_LT_M_cre"],"textfont":{"color":"lightgrey"},"textposition":"top center","x":[0.16824022341343728],"y":[-0.007181608903753058],"z":[1.5529137151769397],"type":"scatter3d"},{"hovertemplate":"336682_RB_M_Cre\u003cbr\u003e\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003echiSG=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","marker":{"color":"#e377c2","line":{"color":"black","width":1},"size":8},"mode":"markers+text","name":"336682_RB_M_Cre","text":["336682_RB_M_Cre"],"textfont":{"color":"lightgrey"},"textposition":"top center","x":[0.1592076058869509],"y":[0.015990783495929355],"z":[1.4331536466804087],"type":"scatter3d"},{"hovertemplate":"355575_RB_M_Cre\u003cbr\u003e\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003echiSG=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","marker":{"color":"#e377c2","line":{"color":"black","width":1},"size":8},"mode":"markers+text","name":"355575_RB_M_Cre","text":["355575_RB_M_Cre"],"textfont":{"color":"lightgrey"},"textposition":"top center","x":[0.21902558527985497],"y":[0.017964232390270285],"z":[2.1221066029167477],"type":"scatter3d"},{"hovertemplate":"355577_RR_M_Cre\u003cbr\u003e\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003echiSG=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","marker":{"color":"#bcbd22","line":{"color":"black","width":1},"size":8},"mode":"markers+text","name":"355577_RR_M_Cre","text":["355577_RR_M_Cre"],"textfont":{"color":"lightgrey"},"textposition":"top center","x":[0.18449965588043793],"y":[-0.0011429625786350246],"z":[1.7134175536166913],"type":"scatter3d"},{"hovertemplate":"355579_N_M_Cre\u003cbr\u003e\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003echiSG=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","marker":{"color":"#1f77b4","line":{"color":"black","width":1},"size":8},"mode":"markers+text","name":"355579_N_M_Cre","text":["355579_N_M_Cre"],"textfont":{"color":"lightgrey"},"textposition":"top center","x":[0.1284958886139358],"y":[-0.018271213007698125],"z":[1.2683792704089416],"type":"scatter3d"},{"hovertemplate":"355580_R_M_Cre\u003cbr\u003e\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003echiSG=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","marker":{"color":"#17becf","line":{"color":"black","width":1},"size":8},"mode":"markers+text","name":"355580_R_M_Cre","text":["355580_R_M_Cre"],"textfont":{"color":"lightgrey"},"textposition":"top center","x":[0.1700904881678808],"y":[0.007939730234053859],"z":[1.5430004537196012],"type":"scatter3d"}],"layout":{"template":{"data":{"histogram2dcontour":[{"type":"histogram2dcontour","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"choropleth":[{"type":"choropleth","colorbar":{"outlinewidth":0,"ticks":""}}],"histogram2d":[{"type":"histogram2d","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"heatmap":[{"type":"heatmap","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"heatmapgl":[{"type":"heatmapgl","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"contourcarpet":[{"type":"contourcarpet","colorbar":{"outlinewidth":0,"ticks":""}}],"contour":[{"type":"contour","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"surface":[{"type":"surface","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"mesh3d":[{"type":"mesh3d","colorbar":{"outlinewidth":0,"ticks":""}}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"parcoords":[{"type":"parcoords","line":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scatterpolargl":[{"type":"scatterpolargl","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"#E5ECF6","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"scattergeo":[{"type":"scattergeo","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scatterpolar":[{"type":"scatterpolar","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"scattergl":[{"type":"scattergl","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scatter3d":[{"type":"scatter3d","line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scattermapbox":[{"type":"scattermapbox","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scatterternary":[{"type":"scatterternary","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scattercarpet":[{"type":"scattercarpet","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"white","linecolor":"white","minorgridcolor":"white","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"white","linecolor":"white","minorgridcolor":"white","startlinecolor":"#2a3f5f"},"type":"carpet"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}],"barpolar":[{"marker":{"line":{"color":"#E5ECF6","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"pie":[{"automargin":true,"type":"pie"}]},"layout":{"autotypenumbers":"strict","colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"hovermode":"closest","hoverlabel":{"align":"left"},"paper_bgcolor":"white","plot_bgcolor":"#E5ECF6","polar":{"bgcolor":"#E5ECF6","angularaxis":{"gridcolor":"white","linecolor":"white","ticks":""},"radialaxis":{"gridcolor":"white","linecolor":"white","ticks":""}},"ternary":{"bgcolor":"#E5ECF6","aaxis":{"gridcolor":"white","linecolor":"white","ticks":""},"baxis":{"gridcolor":"white","linecolor":"white","ticks":""},"caxis":{"gridcolor":"white","linecolor":"white","ticks":""}},"coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]]},"xaxis":{"gridcolor":"white","linecolor":"white","ticks":"","title":{"standoff":15},"zerolinecolor":"white","automargin":true,"zerolinewidth":2},"yaxis":{"gridcolor":"white","linecolor":"white","ticks":"","title":{"standoff":15},"zerolinecolor":"white","automargin":true,"zerolinewidth":2},"scene":{"xaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white","gridwidth":2},"yaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white","gridwidth":2},"zaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white","gridwidth":2}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"geo":{"bgcolor":"white","landcolor":"#E5ECF6","subunitcolor":"white","showland":true,"showlakes":true,"lakecolor":"white"},"title":{"x":0.05},"mapbox":{"style":"light"}}},"scene":{"xaxis":{"title":{"text":"\u03c3"}},"yaxis":{"title":{"text":"\u03bc"}},"zaxis":{"title":{"text":"chiSG"}},"aspectmode":"cube"},"margin":{"l":0,"r":0,"t":30,"b":20},"title":{"text":"3-D phase diagram \u2013 chiSG"},"width":1200,"height":900}} \ No newline at end of file diff --git a/assets/plotly/2025-10-25-phase-diagram-playbook/3D-PDA-chiUni.json b/assets/plotly/2025-10-25-phase-diagram-playbook/3D-PDA-chiUni.json new file mode 100644 index 0000000..17e864e --- /dev/null +++ b/assets/plotly/2025-10-25-phase-diagram-playbook/3D-PDA-chiUni.json @@ -0,0 +1 @@ +{"data":[{"colorscale":[[0.0,"#440154"],[0.1111111111111111,"#482878"],[0.2222222222222222,"#3e4989"],[0.3333333333333333,"#31688e"],[0.4444444444444444,"#26828e"],[0.5555555555555556,"#1f9e89"],[0.6666666666666666,"#35b779"],[0.7777777777777778,"#6ece58"],[0.8888888888888888,"#b5de2b"],[1.0,"#fde725"]],"hovertemplate":"\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003echiUni=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","opacity":1.0,"x":[[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156]],"y":[[-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798],[-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228],[-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659],[-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089],[-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752],[-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895],[-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038],[-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811],[-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242],[-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672],[-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103],[-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533],[-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964],[-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394],[-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825],[-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255],[-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686],[-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116],[-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547],[-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977],[-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408],[-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838],[-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269],[-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699],[-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613],[-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756],[-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991],[-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213],[-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518],[-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823],[-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128],[-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433],[-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738],[-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043],[-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348],[-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653],[-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958],[-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633],[-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684],[0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265],[0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215],[0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516],[0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211],[0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906],[0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601],[0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296],[0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399],[0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686],[0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538],[0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062],[0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677],[0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248],[0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816],[0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384],[0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955],[0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526],[0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094],[0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662],[0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233],[0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804],[0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372],[0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094],[0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511],[0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082],[0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665],[0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218],[0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789],[0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236],[0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928],[0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496],[0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067],[0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638],[0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206],[0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774],[0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345],[0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916],[0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484],[0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052],[0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623],[0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194]],"z":[[-0.5103372270833334,-0.5082531024621211,-0.5089154744318182,-0.5109761903409092,-0.5084957893939394,-0.5099330378787879,-0.5066833350378788,-0.5122751787878789,-0.511354637310606,-0.5127318984848486,-0.5132327174242425,-0.5136509024621211,-0.5150629511363635,-0.5174826482954547,-0.5175075263257576,-0.5218262456439393,-0.5197496342803031,-0.5232554035984848,-0.5223549240530303,-0.5267535390151515,-0.530379875189394,-0.5341296929924242,-0.5338966956439394,-0.5366256829545454,-0.5364491049242424,-0.5422906420454546,-0.5405977202651516,-0.545489090909091,-0.5494405607954546,-0.5479790971590909,-0.5557746893939394,-0.5567641011363637,-0.5582730196969696,-0.5615465198863636,-0.5648834416666667,-0.5699287445075757,-0.5726893765151516,-0.5747501013257575,-0.5756383678030302,-0.5817031170454545,-0.5842867956439395,-0.5872258592803031,-0.5890326704545453,-0.593244674621212,-0.59596595,-0.5979548634469698,-0.5998987486742425,-0.6050112056818181,-0.6063458162878786,-0.6092220138257576,-0.6103223397727273,-0.6120221662878788,-0.6141700011363638,-0.6172825501893939,-0.6198972181818181,-0.619789721401515,-0.623168896401515,-0.6237804988636365,-0.6244778238636364,-0.6266598460227273,-0.6272296467803032,-0.6283905018939394,-0.6293740155303031,-0.630413759469697,-0.6298333515151514,-0.6309862482954546,-0.6306687189393939,-0.6297639147727273,-0.6332794443181818,-0.6314881973484848,-0.6295382244318183,-0.6274151799242426,-0.6282568018939395,-0.6301299187500001,-0.6277533600378788,-0.6301467981060607,-0.6271043526515153,-0.6253631803030302,-0.6251344208333335,-0.6218280240530303],[-0.49995564507575757,-0.5003616594696969,-0.4998698195075758,-0.5039964558712121,-0.5018933051136364,-0.5021765196969697,-0.5026715547348485,-0.5042348884469696,-0.5047169299242424,-0.5081239598484849,-0.5046729668560607,-0.509042012310606,-0.5118637772727272,-0.5117089982954546,-0.5125068390151515,-0.5143068267045455,-0.5166881359848485,-0.5162612789772728,-0.5195078810606061,-0.5206124371212122,-0.5215145263257576,-0.5256980361742424,-0.527132684469697,-0.5296268551136362,-0.5346207437500001,-0.535544915340909,-0.5360011007575759,-0.5391975490530302,-0.5414427596590909,-0.546981259659091,-0.5475542643939395,-0.5502536568181817,-0.553552040719697,-0.5582285992424243,-0.5610662223484848,-0.5627673571969697,-0.5681174454545456,-0.5669489649621212,-0.573734940530303,-0.5764747136363638,-0.5770164668560605,-0.5828380054924244,-0.5848229176136363,-0.5882074386363637,-0.5898075714015151,-0.5928996585227273,-0.5968476157196967,-0.6005517178030303,-0.6021235151515152,-0.6051655801136364,-0.6048022763257576,-0.6096239568181817,-0.6120016471590909,-0.6113651295454545,-0.6178916354166667,-0.6166599094696968,-0.6188586125000001,-0.6220312888257575,-0.6204910702651515,-0.6267594827651516,-0.624073525,-0.6259832780303028,-0.6264113437500001,-0.6258641664772727,-0.6289973854166667,-0.6257569441287879,-0.6270951962121212,-0.6262379973484848,-0.6270834437499999,-0.6288517107954548,-0.6263256695075757,-0.6252340964015152,-0.6277609598484847,-0.6249229270833333,-0.6249529081439394,-0.6225729831439394,-0.622206675568182,-0.6235184285984849,-0.6213426386363636,-0.6179267875000001],[-0.49325371837121224,-0.49558075378787875,-0.4940574698863636,-0.49678506723484855,-0.49432863541666666,-0.4964545871212121,-0.49545019999999995,-0.49698120113636357,-0.5006764825757577,-0.5008469799242425,-0.4998300045454544,-0.5007870831439394,-0.5017372037878788,-0.5054325829545455,-0.5039012856060607,-0.5033699236742424,-0.5087585248106061,-0.5103080179924242,-0.5122754645833335,-0.5168660583333333,-0.5149015615530302,-0.5165355776515151,-0.5212435765151515,-0.5226488965909092,-0.5252187488636364,-0.5259912888257576,-0.5319807022727274,-0.5318709702651514,-0.5369091263257576,-0.5374648098484849,-0.541987015719697,-0.5468799553030304,-0.5491737975378789,-0.5536037732954545,-0.5566108714015151,-0.5582721124999999,-0.5628030566287878,-0.565348712310606,-0.5659238196969697,-0.5716137291666666,-0.5735254151515151,-0.577806181439394,-0.5792202424242424,-0.5839087844696971,-0.5866424482954546,-0.5882512001893938,-0.5922941829545454,-0.5958434825757576,-0.5981714255681819,-0.597998428030303,-0.6015777602272726,-0.6063990316287878,-0.6081871823863636,-0.6099233865530302,-0.6126264630681818,-0.6136176975378788,-0.6145570765151516,-0.6160962755681819,-0.6191127835227274,-0.6209585986742424,-0.6206031825757576,-0.6211949676136365,-0.6236992744318182,-0.6232784589015152,-0.6232860477272728,-0.6223939808712121,-0.6245836297348486,-0.6241438373106061,-0.6229728143939394,-0.623999940530303,-0.6230532098484848,-0.6231826778409091,-0.6243137859848485,-0.6251129543560606,-0.6248212604166666,-0.6238301208333331,-0.6211631689393938,-0.6198288115530304,-0.6192119647727273,-0.6132713450757578],[-0.48392506344696967,-0.48810356477272726,-0.4841973543560606,-0.4888567113636364,-0.48692432140151515,-0.4876393352272727,-0.4898176278409091,-0.48909572803030305,-0.4905620231060606,-0.49192860757575757,-0.4899241456439393,-0.4933250138257576,-0.4942612698863636,-0.49719964905303027,-0.49885742007575756,-0.5016430397727273,-0.5013224528409093,-0.5051320820075758,-0.504115375189394,-0.5089214367424243,-0.5112126494318183,-0.511087875,-0.5138185729166669,-0.5159691689393939,-0.520622184469697,-0.5213855293560606,-0.524583902840909,-0.5285191520833332,-0.5296756361742424,-0.533648640530303,-0.5349133064393939,-0.5414163053030303,-0.5418388579545453,-0.5458254956439393,-0.5490577428030302,-0.5541557926136363,-0.5563304712121212,-0.5588890179924243,-0.5614481323863636,-0.564459737689394,-0.5663588106060605,-0.5726272668560607,-0.5755389496212121,-0.5794148051136364,-0.5863331926136365,-0.5846554104166667,-0.5873647700757577,-0.5915659543560605,-0.5936887945075756,-0.5952282092803031,-0.5993104043560606,-0.5996803967803029,-0.6021562687500002,-0.6041458950757577,-0.6070727517045454,-0.6105374920454546,-0.6103409075757575,-0.6116373142045455,-0.6128312410984849,-0.6159199992424242,-0.6159858452651515,-0.6170701354166666,-0.6159153448863637,-0.6200569369318181,-0.620238568560606,-0.6239541075757575,-0.6219627922348485,-0.6194653361742424,-0.6194908429924243,-0.6212565255681818,-0.6194300306818182,-0.6221119047348487,-0.6217586725378789,-0.6206652732954546,-0.6178395568181817,-0.6176849168560606,-0.6167996079545455,-0.619947347159091,-0.6147136484848484,-0.6124722424242425],[-0.4782364331439394,-0.47733136988636365,-0.4804323037878789,-0.4825703723484848,-0.47807933882575754,-0.48264635643939396,-0.4817589267045454,-0.483548837689394,-0.48115193844696974,-0.4860193615530303,-0.4867888645833333,-0.4864303863636364,-0.49239552007575754,-0.4894219558712121,-0.49139577897727266,-0.4920079149621212,-0.49589996401515146,-0.4963578928030302,-0.4988717708333334,-0.5013875007575758,-0.5016009467803029,-0.5062604888257576,-0.5068142265151515,-0.510635931439394,-0.5096210795454547,-0.5146793289772728,-0.5192303784090909,-0.5236761691287879,-0.5242403418560607,-0.5286477863636364,-0.5302672852272727,-0.533050946969697,-0.5383708153409091,-0.539515431439394,-0.5440594119318182,-0.5433538484848486,-0.5490807678030303,-0.5522188251893939,-0.5565708570075757,-0.5592875075757575,-0.5634353445075757,-0.5652776386363636,-0.571074597159091,-0.5724975778409092,-0.5753336469696971,-0.5799933577651514,-0.5845773354166667,-0.585775899810606,-0.5864325077651514,-0.5917494899621212,-0.595561253030303,-0.5969230984848486,-0.5995462109848486,-0.5999527446969696,-0.6041461130681818,-0.6054976293560606,-0.6075645810606061,-0.6093794738636363,-0.6085871799242424,-0.6118835053030303,-0.6131396365530304,-0.6174635556818182,-0.6164040325757577,-0.615063871969697,-0.6157085267045457,-0.61743420625,-0.6172270132575758,-0.6195220537878788,-0.6181916263257575,-0.6204475973484848,-0.6195254255681818,-0.6184712032196968,-0.6167366407196971,-0.615504996780303,-0.6148025649621213,-0.6178479075757576,-0.6161335318181818,-0.6128926193181817,-0.6117674496212122,-0.6149471909090909],[-0.4715809464015151,-0.47137742443181824,-0.47166300075757583,-0.4769382996212121,-0.47533634166666666,-0.4724355607954546,-0.47595395681818176,-0.4738285744318182,-0.4756879465909092,-0.4778815606060606,-0.4780277890151516,-0.47878367670454536,-0.48145222026515155,-0.48123208333333334,-0.4832211946969698,-0.48736365284090916,-0.48696613333333333,-0.49030435492424246,-0.49276101022727276,-0.4957996414772728,-0.4961682081439394,-0.500031921590909,-0.5014910310606061,-0.5039972054924243,-0.5060085462121211,-0.5097099405303029,-0.5106734104166667,-0.515679346780303,-0.5178008869318182,-0.5192621551136364,-0.5240967407196969,-0.5256292244318183,-0.5291164859848484,-0.5345074441287878,-0.5359304954545454,-0.5413794956439394,-0.5451780503787879,-0.5465848176136364,-0.549744672159091,-0.5576096742424241,-0.5579538939393939,-0.5611726874999999,-0.5653194602272725,-0.5689307515151515,-0.5714742850378787,-0.5745817229166666,-0.5786508676136363,-0.5790377670454545,-0.5863769579545454,-0.5869408418560605,-0.5876779007575759,-0.5925516761363636,-0.5934018803030303,-0.5974447842803031,-0.5977575958333333,-0.6018507024621211,-0.6036791856060605,-0.6037471354166667,-0.6050940416666666,-0.6094318488636364,-0.6105237621212122,-0.6091702583333334,-0.6121047804924243,-0.6128458524621212,-0.6139880181818181,-0.6105174134469695,-0.615616115530303,-0.6128609424242425,-0.6146194426136363,-0.6170932660984849,-0.6151679225378788,-0.6155571852272727,-0.6150109871212123,-0.6157359943181818,-0.6134481450757576,-0.6122744138257575,-0.6127648418560606,-0.6117583797348485,-0.6079548433712121,-0.6108584039772726],[-0.4640896308712122,-0.46623988276515155,-0.46546540871212116,-0.466465278030303,-0.4641684125,-0.46461730852272726,-0.4670116549242424,-0.46824351231060607,-0.4693337687499998,-0.46944144943181804,-0.47243644905303034,-0.47145112689393937,-0.4745475931818183,-0.4738598179924242,-0.47865895113636364,-0.4779574128787878,-0.47918550511363633,-0.4822508268939394,-0.4833399221590908,-0.4884810628787879,-0.4904103958333334,-0.4908644041666668,-0.49436300890151513,-0.49754988598484856,-0.5006788638257575,-0.5012604943181818,-0.5034249988636363,-0.506860975,-0.5093713456439394,-0.5147708494318181,-0.5166001852272727,-0.5217462575757575,-0.5247856231060606,-0.5282375037878787,-0.5310035196969697,-0.5354521236742423,-0.5406123818181818,-0.5423612081439394,-0.5457661424242425,-0.5482167964015152,-0.551842084280303,-0.55790281875,-0.5607922304924241,-0.5627494365530304,-0.5656876198863636,-0.5683009704545455,-0.5753995897727272,-0.5766295642045455,-0.5777474503787877,-0.5812522547348485,-0.5841775778409092,-0.5867174640151515,-0.590801056439394,-0.5927366176136364,-0.5941330231060606,-0.5975069611742423,-0.5990235452651516,-0.6010156,-0.6036666575757575,-0.6045943433712121,-0.6054060456439395,-0.605440358901515,-0.6086763744318181,-0.6074115761363638,-0.6098189448863637,-0.6112472136363637,-0.6101911429924242,-0.6142452950757575,-0.6128195407196969,-0.6126225077651514,-0.610648412689394,-0.6104877897727274,-0.6107364776515152,-0.607894250757576,-0.6107195219696969,-0.6111338706439395,-0.6106881958333333,-0.6096220571969698,-0.6049093143939394,-0.6078622511363636],[-0.4536056054924243,-0.4549556350378788,-0.45687374564393946,-0.4575225323863637,-0.4560909357954545,-0.4587074738636364,-0.45765419564393933,-0.4579293509469697,-0.46007540132575764,-0.46317095530303026,-0.4630152977272726,-0.4652062901515152,-0.46664878181818176,-0.46718140776515144,-0.4710771132575758,-0.4708700893939394,-0.470849671780303,-0.4762420975378788,-0.4792635399621213,-0.47917045189393936,-0.48018061950757573,-0.4879831380681818,-0.48777787537878775,-0.48849429015151513,-0.49172334034090903,-0.49692047859848487,-0.4955355397727273,-0.496027428219697,-0.5043341125,-0.5089114560606061,-0.5099103272727271,-0.5141442740530303,-0.5183226839015151,-0.5221328859848485,-0.5253733026515152,-0.5281325255681818,-0.5325743895833334,-0.5362617359848484,-0.5408676882575757,-0.5433242748106061,-0.5474261892045454,-0.5512963604166666,-0.5546771770833333,-0.5593612965909092,-0.5633205617424243,-0.5639333464015153,-0.568490472159091,-0.5706193240530304,-0.5750286185606062,-0.5790339136363637,-0.5788640765151515,-0.5817369255681818,-0.5841785142045455,-0.5887200079545455,-0.5930514401515151,-0.5929853481060604,-0.5937441085227273,-0.5978407956439394,-0.5990607659090907,-0.6010091577651515,-0.6026598185606061,-0.6024476888257575,-0.6033141706439394,-0.6051220303030304,-0.6039056768939394,-0.6063913316287878,-0.6064093310606061,-0.6089678850378788,-0.6079786238636363,-0.6071632178030304,-0.6089410547348486,-0.6073217981060607,-0.6101492753787879,-0.6073419964015151,-0.6084681464015151,-0.6078262456439395,-0.6051856956439393,-0.6051623371212123,-0.6055390630681818,-0.6042103962121211],[-0.4464751785984848,-0.44863955321969695,-0.4478820903409091,-0.4476168962121213,-0.4479862149621211,-0.45154890113636365,-0.44976113768939396,-0.45150752234848474,-0.4526077058712121,-0.4525424348484849,-0.45453102443181825,-0.4577512047348485,-0.4586470007575756,-0.45745697178030303,-0.46089936174242424,-0.46664887897727264,-0.46406445681818176,-0.46892429015151527,-0.46804213579545456,-0.4724112785984848,-0.4736412676136364,-0.4788006113636362,-0.4796404577651516,-0.48256941268939396,-0.4846596412878788,-0.48873362367424245,-0.49233624507575763,-0.4940410365530303,-0.4983665308712121,-0.5012212695075757,-0.5036490878787877,-0.5068428526515152,-0.512809194318182,-0.5191112179924243,-0.5173154535984849,-0.5204256981060607,-0.5261960386363637,-0.5334356723484848,-0.5330658867424243,-0.539535653409091,-0.5407418435606061,-0.5458872768939395,-0.5482150982954546,-0.5500845799242424,-0.5563382193181818,-0.5561303551136364,-0.5622131643939395,-0.5648009962121211,-0.5708637446969698,-0.5708081500000001,-0.5742077592803029,-0.5754947492424242,-0.5804091229166667,-0.5825034500000001,-0.5872055948863636,-0.5872351892045454,-0.5905543206439395,-0.5924489373106062,-0.5949930420454546,-0.5958663895833334,-0.5981736630681819,-0.5985348125,-0.6019066153409092,-0.6017402034090911,-0.6024433518939394,-0.6047448619318183,-0.6037378723484849,-0.604637165530303,-0.6055715517045457,-0.6044240511363635,-0.6053635742424245,-0.6071135181818181,-0.6052886219696969,-0.606241178030303,-0.6048303672348485,-0.604135184469697,-0.6046730986742425,-0.6028180111742425,-0.5999987168560607,-0.6026337431818182],[-0.43905272954545455,-0.4399756306818183,-0.4392670568181817,-0.43913306875,-0.4400022609848485,-0.4437806691287879,-0.4430278509469697,-0.4434995837121212,-0.44673908068181817,-0.44624844621212134,-0.4474240884469697,-0.44940885340909087,-0.4505417801136364,-0.451901728409091,-0.45149345549242426,-0.4527023090909092,-0.4554612344696969,-0.45953159299242424,-0.4588806740530303,-0.4639027390151515,-0.46621111969696966,-0.47083819715909087,-0.4696602573863637,-0.47697961515151516,-0.4776042732954545,-0.48097984848484854,-0.4821292041666666,-0.4868651719696971,-0.49077195056818185,-0.495046584280303,-0.5009978460227272,-0.5006873246212121,-0.5050685204545454,-0.5076088816287879,-0.5116910573863637,-0.5179394613636364,-0.5208885280303029,-0.5251324846590908,-0.5263989670454545,-0.5307715445075758,-0.5365342253787879,-0.5395000698863636,-0.5435607736742426,-0.5463157736742426,-0.5518873081439394,-0.5563074723484848,-0.5567333833333333,-0.5600738265151516,-0.5635887325757575,-0.5688049339015151,-0.5721651615530303,-0.5743282625000002,-0.5762535549242425,-0.5786040456439394,-0.5838190488636364,-0.5835501018939395,-0.5871464395833333,-0.5899045354166667,-0.5855543310606061,-0.5915404793560606,-0.5935451583333333,-0.5963289823863637,-0.5969504964015151,-0.5978506018939392,-0.5985597276515152,-0.6001579649621213,-0.5996168477272726,-0.600762318560606,-0.6013123142045456,-0.6012281397727273,-0.6041976806818181,-0.6012376293560606,-0.6008410303030304,-0.6017107257575757,-0.6014030507575757,-0.6033719689393939,-0.6045039303030304,-0.600913768939394,-0.5999122570075757,-0.5974548990530303],[-0.4305954164772728,-0.4287444475378787,-0.42891914696969696,-0.42961769128787874,-0.4330549880681819,-0.4325095729166667,-0.434727696969697,-0.4357794579545455,-0.4324325390151515,-0.4355599876893939,-0.4374253990530304,-0.4390712231060606,-0.4377509549242423,-0.4426190772727274,-0.4456608982954546,-0.44725926136363636,-0.4490520295454545,-0.4535465681818182,-0.45250179526515155,-0.4553596668560607,-0.4541313916666666,-0.4594555666666667,-0.46576477178030296,-0.4674339979166667,-0.4684481445075758,-0.4750389886363635,-0.4748445011363637,-0.478137609469697,-0.4838122494318181,-0.4883125479166666,-0.48935117973484854,-0.4943084518939394,-0.5006793789772728,-0.5006358380681818,-0.5048575674242425,-0.5105799611742424,-0.5148645827651515,-0.5179339238636363,-0.5221785842803031,-0.5245819174242424,-0.5285827092803032,-0.530875643560606,-0.5355376577651515,-0.5431237378787878,-0.5446561378787879,-0.5509960378787878,-0.5512390693181818,-0.5542084761363636,-0.5578633994318182,-0.5624057875,-0.5664615079545455,-0.5702601602272728,-0.571172078030303,-0.5737713380681819,-0.5752136725378788,-0.5783050640151515,-0.5808244909090909,-0.5814855333333334,-0.5852568429924242,-0.5877183210227271,-0.5902450448863638,-0.5927658132575757,-0.5942319496212122,-0.5936394712121214,-0.594845390719697,-0.5936379015151515,-0.5973686553030303,-0.6008444609848486,-0.5995224547348484,-0.5994934596590907,-0.5995083719696971,-0.5993792863636365,-0.5989614331439393,-0.6002136255681818,-0.5973563393939394,-0.5987818884469697,-0.5984349659090911,-0.5960730047348485,-0.5945601871212121,-0.5923766143939395],[-0.42255589924242426,-0.42359667916666666,-0.4205308460227272,-0.42066896155303035,-0.42153245,-0.4228990282196971,-0.4240917227272727,-0.4287291587121212,-0.427795184469697,-0.4255306579545455,-0.4289570268939394,-0.43313909128787886,-0.4290513376893939,-0.43595649602272724,-0.435159309469697,-0.43926013863636365,-0.4391088628787878,-0.44414725662878785,-0.4445478087121213,-0.44510615473484844,-0.45078303484848486,-0.4555803865530304,-0.45605157443181815,-0.4594587147727272,-0.46184552594696965,-0.46571418428030303,-0.46941746249999994,-0.4724552268939393,-0.4777547848484848,-0.48096269981060596,-0.4812624395833333,-0.4884434986742424,-0.49009967405303034,-0.4949270100378787,-0.4969563308712122,-0.5010903935606059,-0.5085634047348485,-0.5098034058712121,-0.5124420075757575,-0.5198781445075757,-0.5230797899621211,-0.5261651785984849,-0.5296210585227272,-0.5329218043560606,-0.5362001452651515,-0.5404236662878789,-0.5464430378787879,-0.5511549115530303,-0.5539710653409091,-0.5588139100378787,-0.5580045204545455,-0.5617021352272727,-0.565565056628788,-0.5694111571969697,-0.5715070352272726,-0.5748017507575758,-0.5780791386363636,-0.5764631312499999,-0.5804476087121212,-0.582105375189394,-0.5877099700757575,-0.5869637761363636,-0.5903256354166667,-0.5897588984848485,-0.5931622464015152,-0.5922644329545455,-0.5907799503787878,-0.5908023782196969,-0.5962081424242424,-0.5970098935606061,-0.595961612878788,-0.596606840719697,-0.5948567806818182,-0.5937878642045454,-0.5953794678030303,-0.5923268013257575,-0.5963655670454546,-0.5915708744318182,-0.5876880312499999,-0.5922864571969698],[-0.4104266804924243,-0.4106282439393939,-0.41299789943181825,-0.4127930740530303,-0.41317183825757586,-0.4123964424242425,-0.4172220816287878,-0.4163349706439394,-0.4185947702651515,-0.4189893102272727,-0.4217325,-0.4222917568181818,-0.4214028549242425,-0.42659031174242423,-0.4308479558712121,-0.4299535486742424,-0.430615040340909,-0.43435892064393944,-0.4370210700757576,-0.4387439386363638,-0.4419302068181818,-0.4435913429924242,-0.4482359035984849,-0.4486349962121212,-0.4545221753787879,-0.4580399143939394,-0.4597825839015151,-0.4645444672348485,-0.4664180077651514,-0.47015344602272724,-0.4773178736742424,-0.4776705505681818,-0.4821308621212122,-0.4870155615530302,-0.49061634753787864,-0.4947386225378787,-0.5015080337121212,-0.503637772159091,-0.5100279015151515,-0.5128800840909091,-0.5160310024621212,-0.5226083517045453,-0.5245020929924241,-0.5287348475378787,-0.5322023109848485,-0.5377077505681818,-0.5402580051136364,-0.5436540056818182,-0.5453273566287878,-0.552340743560606,-0.5547814704545454,-0.5582460613636363,-0.5611368850378788,-0.564423609090909,-0.5661491331439393,-0.5697460992424245,-0.5703413924242423,-0.5758284695075758,-0.5769161695075756,-0.5795619945075757,-0.5810361020833332,-0.5811335289772727,-0.5834487571969696,-0.5861639676136363,-0.5876591950757576,-0.5885983297348485,-0.5908862611742424,-0.5912066039772729,-0.5903117212121212,-0.5887612486742424,-0.5914497564393939,-0.5908124734848484,-0.5919631812499999,-0.5917278844696969,-0.5899214412878788,-0.5894218397727272,-0.5904183145833333,-0.5908397634469698,-0.5886606168560605,-0.5862547956439392],[-0.40230901458333346,-0.402849862310606,-0.4048015223484848,-0.40538108219696967,-0.4046182142045454,-0.4024857990530303,-0.4047061778409091,-0.40571648749999994,-0.40981472689393944,-0.40856497916666673,-0.4114527227272726,-0.41078890852272726,-0.4147839267045455,-0.41534247064393953,-0.4189430602272727,-0.4205653456439393,-0.4208619708333333,-0.4254678702651515,-0.42729090151515153,-0.4284952346590908,-0.43378209734848483,-0.4360714287878788,-0.4410427700757577,-0.44413009526515146,-0.44195067821969686,-0.44959816287878784,-0.45372946875,-0.45612043977272715,-0.4606756878787879,-0.4656242537878788,-0.4675412081439394,-0.47134569090909095,-0.47560019848484847,-0.4830232270833333,-0.4832447965909091,-0.48854962821969694,-0.49197262500000005,-0.4970204984848486,-0.5011082899621212,-0.5056300179924242,-0.5109020416666666,-0.516045421590909,-0.5175826111742424,-0.5209308702651516,-0.5255660645833333,-0.5322514638257575,-0.5324215503787879,-0.5375268831439395,-0.5388203524621213,-0.5469621939393938,-0.5514827509469697,-0.5536042219696969,-0.558202703219697,-0.5547881511363636,-0.5625995986742425,-0.5641406712121212,-0.5660236916666668,-0.5698188134469697,-0.5712452890151517,-0.5762582134469697,-0.5756976075757577,-0.577481740340909,-0.5794153448863636,-0.579520563257576,-0.5843327054924244,-0.5861560270833333,-0.5848953750000001,-0.5845607231060607,-0.5853330609848484,-0.585178727651515,-0.5893680691287878,-0.590625802462121,-0.5872434030303031,-0.5883841261363635,-0.5860111155303029,-0.5893495721590908,-0.5886500113636364,-0.5853482102272728,-0.5886267206439395,-0.5837437854166667],[-0.3956866124999999,-0.392186775,-0.3925267642045454,-0.39511544715909086,-0.3953909195075757,-0.3947648895833332,-0.39603516704545444,-0.39581797026515153,-0.4009432708333333,-0.40041665833333334,-0.402595887310606,-0.404408421780303,-0.40747080587121215,-0.408386709090909,-0.4083571361742424,-0.4121451032196969,-0.41420534015151517,-0.4166164109848485,-0.41669839678030307,-0.4189525943181818,-0.4228366318181819,-0.4278875632575758,-0.4306162839015151,-0.43101207386363644,-0.4361715613636364,-0.4407026403409091,-0.4461865170454545,-0.4426158977272728,-0.4511768191287879,-0.4551650696969697,-0.46066966382575747,-0.46871521439393943,-0.46737244943181816,-0.4682941450757577,-0.4760529840909091,-0.4803011420454545,-0.4843584566287878,-0.4880470827651516,-0.49563624337121215,-0.4968749018939394,-0.503926609659091,-0.5092114488636365,-0.5135786820075757,-0.5153506679924242,-0.5182076206439394,-0.5240654763257575,-0.5276803229166667,-0.53073810625,-0.5360923242424243,-0.5391616056818181,-0.5442788596590908,-0.5479396490530303,-0.5500854965909092,-0.5550296554924242,-0.556907322159091,-0.5591661312500001,-0.5638000844696971,-0.5649999450757576,-0.5679595981060607,-0.5717332431818183,-0.5713336992424243,-0.5730119549242425,-0.578083572159091,-0.5768794715909091,-0.5820779320075757,-0.5787857880681818,-0.5807677971590909,-0.5816337554924242,-0.5826009316287879,-0.5847494143939393,-0.5844141975378787,-0.5852752464015153,-0.5869333149621211,-0.5867017024621214,-0.5832072428030303,-0.5851443172348484,-0.5828375367424242,-0.5822885176136363,-0.5811094382575758,-0.5808578475378787],[-0.3809368374999999,-0.3825017384469698,-0.3829157998106061,-0.38347113541666655,-0.3877663401515152,-0.3828851128787879,-0.38892844261363635,-0.38622809318181817,-0.3893227344696969,-0.3901483607954546,-0.3902165909090909,-0.39139938844696964,-0.39359211875,-0.3947948231060607,-0.40010543920454544,-0.4004708554924242,-0.4018921695075758,-0.4057392034090908,-0.4069844643939395,-0.4113495308712121,-0.4166789083333333,-0.4164586140151515,-0.42157392253787873,-0.4242622335227273,-0.42773828996212127,-0.4318675460227272,-0.434028043560606,-0.4377574676136364,-0.44401168428030297,-0.4467327325757576,-0.4508614746212121,-0.45411169147727265,-0.4597903327651514,-0.4625975873106061,-0.46705560625000003,-0.4749430992424242,-0.476015865530303,-0.4831531958333334,-0.4870368450757576,-0.49061167897727265,-0.49380478579545456,-0.49982728749999994,-0.5042329306818183,-0.5105233590909092,-0.5123021049242426,-0.5177211723484849,-0.5213163386363637,-0.5279598719696971,-0.5293152757575759,-0.5339051212121213,-0.5399568119318181,-0.5407530174242424,-0.5452430429924242,-0.547441718560606,-0.5518530602272729,-0.55584325625,-0.5559699702651515,-0.5612869454545455,-0.5621830431818181,-0.5633028583333334,-0.5672551482954545,-0.567567240719697,-0.5723207731060606,-0.5729798541666665,-0.5765649335227272,-0.5783042660984848,-0.5764651897727273,-0.5761237325757576,-0.5802317852272726,-0.5797682873106061,-0.5780359445075758,-0.5790059804924241,-0.5831032918560606,-0.5827093221590911,-0.5800043147727273,-0.5808514482954547,-0.5782796278409091,-0.5807258348484847,-0.5803422503787878,-0.5770755518939394],[-0.37057058598484843,-0.3722744348484849,-0.3707532285984849,-0.3731947232954545,-0.37142685435606065,-0.37487243939393927,-0.3744405414772727,-0.37609910435606064,-0.3773502403409091,-0.3766685638257576,-0.3816891791666667,-0.3828310691287879,-0.3849900124999999,-0.38728017916666674,-0.38628383352272727,-0.39376541856060604,-0.39372675227272735,-0.39479531590909095,-0.40102865246212127,-0.39905187386363633,-0.4073009035984848,-0.40823954375,-0.4116749765151514,-0.4143453587121211,-0.41874641079545444,-0.4230371600378788,-0.4272958956439395,-0.4323293475378788,-0.4360336339015152,-0.44170629393939387,-0.44137205568181825,-0.4465849181818182,-0.45125921969696964,-0.45723624053030304,-0.46027389848484845,-0.4636969125,-0.4703623897727274,-0.47550024602272717,-0.47913008030303034,-0.48380708219696966,-0.4881093564393939,-0.49437332613636364,-0.49647228920454545,-0.5047475979166667,-0.504050346969697,-0.5107605774621212,-0.5147334517045455,-0.52138069375,-0.5230238520833335,-0.528552506060606,-0.5338217837121212,-0.5358896225378789,-0.5394262395833334,-0.5438727429924242,-0.5465924668560606,-0.5472335886363636,-0.5514381541666665,-0.5560026460227274,-0.557100333901515,-0.5601382446969698,-0.5622464227272727,-0.562100721780303,-0.5651902625000002,-0.5658128215909091,-0.5708782979166667,-0.5721243056818182,-0.5729894371212121,-0.5724039405303032,-0.5753246623106061,-0.5756520672348485,-0.5784639636363637,-0.5783489750000002,-0.5764986986742425,-0.5795615289772728,-0.574603288068182,-0.5770391931818182,-0.577425646969697,-0.5769651456439394,-0.5729442642045456,-0.5733634672348485],[-0.361095353219697,-0.3627176151515152,-0.3647092160984848,-0.36469860738636367,-0.3640404939393939,-0.3632249617424242,-0.3622814615530304,-0.3668157452651515,-0.367049362310606,-0.3681735886363636,-0.3734334102272728,-0.3739852125,-0.376809184090909,-0.37796403636363635,-0.37633948143939383,-0.38146351439393944,-0.38365230227272723,-0.3886293240530303,-0.38884571723484845,-0.3947197931818181,-0.3954090035984849,-0.3980389672348485,-0.4004535195075757,-0.4051776511363636,-0.40977136534090924,-0.413614237689394,-0.41756886268939386,-0.4235771373106061,-0.4265204151515151,-0.4299372727272727,-0.43669719772727267,-0.4404032556818182,-0.44542986534090917,-0.44704500037878786,-0.453714709280303,-0.4568916660984848,-0.4631542490530304,-0.46794369943181824,-0.47344638541666667,-0.47792466553030294,-0.480608890530303,-0.4844968011363636,-0.4907483734848485,-0.4934900251893939,-0.5000709412878787,-0.5032256683712122,-0.5137455880681818,-0.5124574509469696,-0.5153059267045454,-0.523191509280303,-0.5274336579545454,-0.5303509339015151,-0.5337661651515152,-0.5370387863636364,-0.539812677840909,-0.5429617183712122,-0.5477912295454546,-0.5506138554924243,-0.5512037316287878,-0.5543959187499999,-0.5580667206439395,-0.5592925850378788,-0.561499043371212,-0.5638410808712121,-0.5654563352272727,-0.5692714289772728,-0.5694100140151515,-0.5680395774621212,-0.5707962979166668,-0.5708435096590908,-0.57282438125,-0.5726858615530303,-0.5745665594696969,-0.574866562121212,-0.5742138407196969,-0.57596575,-0.5739339630681819,-0.5735419937499999,-0.5735533848484848,-0.5726594320075759],[-0.3488631007575758,-0.34829324356060604,-0.34970818087121214,-0.3545362511363636,-0.35390670530303037,-0.3529446797348485,-0.35677552121212125,-0.36132118371212124,-0.35618524829545456,-0.3579922429924242,-0.3579187041666667,-0.3599968352272727,-0.3675983736742425,-0.36961903125,-0.3685986255681818,-0.36878665340909084,-0.37559073731060616,-0.3749545126893939,-0.37927764943181824,-0.3781797035984849,-0.3846702952651515,-0.3895482685606061,-0.3933623346590908,-0.39571995625,-0.398042175,-0.40139115757575766,-0.4088892337121212,-0.4096278420454546,-0.4171973452651516,-0.4215814732954545,-0.42286771723484845,-0.4299430515151515,-0.43436380700757576,-0.440384103030303,-0.4442966770833333,-0.4499738746212121,-0.4529213988636363,-0.4596883005681818,-0.46411358882575754,-0.4686844892045455,-0.4733264140151515,-0.4802389609848485,-0.4860339643939395,-0.4866308793560606,-0.49571427992424233,-0.4975761301136364,-0.5021851520833333,-0.50806815,-0.5110660416666668,-0.5179859085227272,-0.5185371331439395,-0.5251262007575758,-0.5267868803030303,-0.5326630642045453,-0.5346695071969697,-0.5395157598484848,-0.5410627005681818,-0.5422718952651515,-0.5494527816287881,-0.5495854954545455,-0.5521345751893939,-0.5566080232954547,-0.5560435151515153,-0.5592567426136363,-0.561557021969697,-0.5620389751893938,-0.5636076204545454,-0.5661302509469697,-0.5649365410984848,-0.5673555895833332,-0.5680386035984848,-0.5687519899621212,-0.567491287310606,-0.5719196011363636,-0.5707444089015151,-0.5706019350378788,-0.5720447575757575,-0.5698845857954545,-0.5689388395833334,-0.5699294833333332],[-0.3395829445075758,-0.3391974922348485,-0.33654234128787874,-0.3391025867424242,-0.33919832348484846,-0.3401574890151516,-0.3429315530303029,-0.3424312422348485,-0.34037441363636367,-0.3484250518939395,-0.3477504475378788,-0.3459369848484849,-0.35221251477272725,-0.3529553075757576,-0.3584358818181818,-0.3586101051136364,-0.3623799253787879,-0.3643206933712121,-0.3699337049242424,-0.36830518787878785,-0.3712791034090909,-0.3797810778409091,-0.38323100890151524,-0.38363318106060607,-0.38699990094696973,-0.39186617803030305,-0.3989644147727273,-0.4022496740530303,-0.40548132215909083,-0.4129303986742424,-0.41478873825757584,-0.4236790295454545,-0.4283313443181818,-0.43158408901515155,-0.4343768861742424,-0.43996645018939395,-0.44829831003787873,-0.44946636420454555,-0.45833494261363633,-0.4604993172348485,-0.4669288231060606,-0.47124971515151515,-0.47939494261363635,-0.4786023768939394,-0.4873071668560607,-0.4950146041666667,-0.4992481623106061,-0.5004930797348486,-0.5045358797348485,-0.5071021070075757,-0.514501178030303,-0.5182052958333334,-0.5204740664772726,-0.5247534833333333,-0.5284702117424243,-0.5355522619318182,-0.5368723422348485,-0.5388907291666667,-0.5422334312500001,-0.5460693481060606,-0.5462570931818181,-0.5542846729166667,-0.5524282759469696,-0.5543363922348485,-0.5552031303030304,-0.5562906765151516,-0.5576587734848487,-0.558989671969697,-0.5626867492424241,-0.5620910558712122,-0.562403199621212,-0.5657203844696969,-0.5652220696969698,-0.5674521755681818,-0.5645305708333335,-0.5671156714015153,-0.5676683409090908,-0.5682639793560607,-0.5653753625,-0.5654978310606059],[-0.3253710958333333,-0.32762324356060607,-0.32771325,-0.32751788390151515,-0.32985817462121214,-0.3288603236742425,-0.3323434681818182,-0.3292708975378787,-0.3361631816287879,-0.3370890609848484,-0.3378354166666666,-0.3348919263257576,-0.3395957416666668,-0.34171893787878793,-0.3466916045454546,-0.3475080736742424,-0.35326440170454537,-0.3520226693181819,-0.3568119808712122,-0.36058465795454536,-0.3651474708333334,-0.36861422102272723,-0.36951199488636366,-0.37517106988636356,-0.3771953240530303,-0.38668588541666654,-0.39044878314393944,-0.3906153242424243,-0.3956099528409091,-0.4018293462121212,-0.40443565965909095,-0.4118996159090909,-0.4144670306818183,-0.4211812015151516,-0.42672399981060605,-0.4316000869318183,-0.4373798952651516,-0.4424322820075758,-0.4502213075757576,-0.45188652102272725,-0.45925843333333327,-0.46186402746212113,-0.4706197931818181,-0.4754667416666668,-0.4782050996212121,-0.4810671363636364,-0.4893581526515151,-0.4916506401515152,-0.49831897556818183,-0.502097421969697,-0.5053051193181819,-0.5085392965909092,-0.5140064556818181,-0.5209169801136364,-0.5236033643939394,-0.5283533354166667,-0.5282246903409091,-0.5331310231060605,-0.5376482602272729,-0.5415273378787879,-0.5410187810606062,-0.5461175259469697,-0.5460320571969697,-0.5538708736742424,-0.5523447318181819,-0.5522966068181817,-0.5538176575757576,-0.5554257079545455,-0.558530912689394,-0.5606370840909091,-0.5583232848484848,-0.561978871401515,-0.5637867928030303,-0.5637270354166668,-0.5624632323863636,-0.5601230541666666,-0.5615784748106061,-0.5637638774621212,-0.5616696526515151,-0.5607272596590909],[-0.3162705181818181,-0.3128250257575758,-0.3143874712121212,-0.3189311818181818,-0.3138184316287879,-0.31711173125,-0.3185546132575757,-0.3213591884469698,-0.321884859280303,-0.3221016244318182,-0.32207811079545456,-0.3253355606060607,-0.32722412500000003,-0.3310260229166667,-0.33394455303030307,-0.3390649626893939,-0.33680200208333333,-0.3400060479166667,-0.3461237833333334,-0.34845372367424243,-0.35552944204545456,-0.35865331249999993,-0.3637657956439394,-0.3648075704545455,-0.3663629662878788,-0.3720664373106061,-0.37841331515151505,-0.37973578731060603,-0.38616125265151513,-0.38904256439393936,-0.39898883977272726,-0.39721469090909095,-0.4048140410984848,-0.41184153087121206,-0.4163231047348485,-0.4252938899621213,-0.42695211212121215,-0.433187643371212,-0.4349350946969697,-0.44380151723484845,-0.4464010291666666,-0.4544916227272728,-0.45818777367424235,-0.46502734488636366,-0.4699036979166667,-0.47450379962121214,-0.47987604602272727,-0.4855952202651515,-0.490012831439394,-0.49404504090909096,-0.5001409287878787,-0.5041932064393939,-0.5073163350378788,-0.5150794702651516,-0.5166815412878788,-0.5232968003787879,-0.5245768920454545,-0.5285451901515151,-0.5311901816287878,-0.5361879001893939,-0.5379366558712121,-0.5389741382575758,-0.5427209257575757,-0.5449097200757577,-0.5480623657196969,-0.5496666666666667,-0.5507176782196971,-0.5524360587121211,-0.5534002464015152,-0.5554189890151516,-0.5569754409090909,-0.5557627107954545,-0.5550042856060606,-0.5564934571969697,-0.5587835350378787,-0.5606844763257576,-0.5557741301136364,-0.5628835998106061,-0.5593044206439395,-0.5591835087121212],[-0.29864228598484843,-0.3029923488636364,-0.3066038662878788,-0.30528467803030307,-0.3010780386363637,-0.30562432405303036,-0.30520086249999995,-0.3061862941287879,-0.30917680359848476,-0.3081600337121212,-0.31176285378787877,-0.31281820321969694,-0.319739912878788,-0.3188523079545454,-0.32441766155303026,-0.3228433570075758,-0.3289587729166667,-0.33031804090909095,-0.33288743030303036,-0.3379041420454546,-0.3402372115530304,-0.34770511193181813,-0.3485688113636363,-0.35277245416666675,-0.3588117316287879,-0.3576890721590909,-0.3672964320075758,-0.373381512310606,-0.37638941799242426,-0.38143401875000005,-0.38424880738636363,-0.39247596912878785,-0.39955111231060597,-0.39767188825757566,-0.40518807689393943,-0.41294408844696967,-0.4172089384469696,-0.42254209564393935,-0.4252520085227272,-0.43353087159090914,-0.44318881155303036,-0.44658304545454547,-0.45187524090909087,-0.4597494153409093,-0.460018696969697,-0.46675031193181815,-0.46957428560606057,-0.47830618541666664,-0.4809497882575758,-0.4881245168560608,-0.49220250340909083,-0.4966632613636363,-0.5015179017045457,-0.5076542361742423,-0.509906240909091,-0.5147939632575758,-0.5148607893939393,-0.5188110924242425,-0.5245695490530303,-0.5312320719696971,-0.5314978433712122,-0.5315856202651514,-0.5382195975378787,-0.539196065719697,-0.5416941643939392,-0.5432511350378788,-0.5457620950757576,-0.5458786138257576,-0.5517513897727273,-0.5494889579545453,-0.5503034026515152,-0.5545641409090909,-0.553366475568182,-0.553516922348485,-0.555128884090909,-0.553017675378788,-0.5533805015151515,-0.5542545873106061,-0.5551891106060606,-0.5561101229166666],[-0.2846306746212121,-0.2881208524621212,-0.2882172121212122,-0.2878705829545455,-0.29311092803030303,-0.29351229128787876,-0.2911799553030303,-0.2911973117424243,-0.29545213465909087,-0.2966954613636363,-0.2987693227272727,-0.3012430166666667,-0.3054743337121211,-0.30669288295454533,-0.3090029522727272,-0.3118543306818181,-0.31406135587121214,-0.3175050564393939,-0.314317871780303,-0.32087132443181815,-0.33087621837121206,-0.33038338219696967,-0.3375388884469697,-0.3426439206439395,-0.3470219208333333,-0.34948485378787886,-0.3551597717803031,-0.35712027424242426,-0.3654329744318182,-0.3763095823863637,-0.3752282503787879,-0.3795542068181818,-0.3875444604166667,-0.39310823655303034,-0.3948020545454546,-0.40190130643939387,-0.4130910365530303,-0.4157177221590909,-0.41974389753787883,-0.42891010946969704,-0.4328424125,-0.4346677695075757,-0.4419295020833333,-0.4469501083333334,-0.4530099477272727,-0.4591769875,-0.4635210522727272,-0.4650404621212122,-0.47642080757575755,-0.4808048395833334,-0.4874898679924243,-0.49485714337121217,-0.49265118162878785,-0.49999102765151526,-0.5018345878787879,-0.508932406439394,-0.5103706738636364,-0.5157134992424244,-0.5170096604166667,-0.5257613710227271,-0.5230920486742424,-0.5282775541666668,-0.5317150303030304,-0.532500906628788,-0.5371043388257575,-0.538928771780303,-0.5396993399621213,-0.5428502195075757,-0.5461195176136363,-0.5442427356060605,-0.5459727306818182,-0.5473073373106061,-0.547648109280303,-0.5511041556818181,-0.5511791134469697,-0.5527292782196971,-0.5526078545454545,-0.5494637316287878,-0.5536471348484848,-0.5493162905303031],[-0.2765878126893939,-0.2732705767045455,-0.27486430984848476,-0.27724399621212115,-0.28079344015151514,-0.2755105265151515,-0.2754130965909091,-0.2800674571969697,-0.2798945731060606,-0.2808924,-0.2851369645833333,-0.28941607613636366,-0.2923026503787879,-0.2961435874999999,-0.29369694488636355,-0.29745021969696966,-0.3021340460227273,-0.3081932825757576,-0.3077134017045455,-0.31567908314393944,-0.3192990818181818,-0.31909671931818184,-0.3246233412878788,-0.33220928996212123,-0.3335710212121211,-0.3375640028409091,-0.3431866653409091,-0.35137960265151513,-0.3525816907196971,-0.35995093503787884,-0.3662411299242423,-0.3675718850378788,-0.3758381928030303,-0.3804249301136363,-0.3889771295454546,-0.3927384916666667,-0.39492873579545457,-0.4056304962121212,-0.4097006839015151,-0.4151049857954545,-0.4191190085227273,-0.42696799791666673,-0.4336552089015152,-0.440848544128788,-0.44484065321969707,-0.45102474962121203,-0.4576757121212121,-0.4590574613636365,-0.46981359147727275,-0.47113300852272727,-0.4757022604166667,-0.4854750157196969,-0.4899857452651516,-0.4903564068181819,-0.4998127630681818,-0.5013646121212122,-0.5050723200757575,-0.5089414142045454,-0.513703090530303,-0.5182736806818182,-0.5211742318181818,-0.5253641511363637,-0.5282751424242424,-0.5305746321969697,-0.5317779854166668,-0.5313201774621212,-0.536952806628788,-0.535971347159091,-0.5399077268939394,-0.5423744929924242,-0.5405701204545453,-0.5396763750000001,-0.5459246579545455,-0.5466204638257576,-0.5488661170454544,-0.5455684011363636,-0.5495997456439394,-0.5483622267045456,-0.5443303179924243,-0.5451478897727272],[-0.2619599895833333,-0.2603561734848485,-0.2582581736742425,-0.2632847416666666,-0.2647195015151515,-0.268042768939394,-0.26614572518939394,-0.2685092649621213,-0.2688313058712121,-0.26988538825757574,-0.27055513409090903,-0.27431673011363633,-0.2774983392045455,-0.27946447291666676,-0.2807176598484848,-0.28445000303030304,-0.2859680306818182,-0.2916241204545455,-0.2960564918560606,-0.2972692291666667,-0.3052613477272727,-0.3083279835227272,-0.30973210719696964,-0.3132958581439394,-0.32616141553030303,-0.3242844600378788,-0.3299323191287879,-0.3373425443181819,-0.3400432973484849,-0.3473291950757576,-0.3539961791666667,-0.3546640160984848,-0.3659458581439394,-0.37015477651515144,-0.37583855189393944,-0.3806448375,-0.3858906424242425,-0.39186995151515147,-0.3994169986742424,-0.4067403823863637,-0.4143259996212121,-0.41818309640151524,-0.42605894715909104,-0.4284282840909091,-0.4386011015151514,-0.4387788488636364,-0.4455488981060605,-0.45362814109848487,-0.4582464973484849,-0.46242636003787874,-0.4721038958333334,-0.47393732215909096,-0.48259439431818174,-0.48378966950757574,-0.4926816604166667,-0.4974749897727274,-0.49912440378787876,-0.5029206212121211,-0.5062509897727272,-0.5122001984848485,-0.5143804140151514,-0.518567490530303,-0.5217903681818182,-0.5223410740530302,-0.5249352268939395,-0.5299208507575758,-0.5293406952651516,-0.5350543327651515,-0.5331681181818182,-0.5352109874999998,-0.5398421558712122,-0.539838378030303,-0.5367229035984847,-0.5396582320075758,-0.5435449696969697,-0.5409673615530303,-0.5445442049242425,-0.5399504395833333,-0.5436065378787878,-0.5468473384469696],[-0.2459538316287879,-0.24483938371212127,-0.2442456346590909,-0.24709131022727276,-0.24851580662878786,-0.24843291685606067,-0.2489509295454545,-0.25046082518939394,-0.2508238695075758,-0.25492836590909096,-0.2583402441287879,-0.2580885246212121,-0.25773498257575755,-0.2641606982954546,-0.2684308886363637,-0.26841911477272723,-0.2720985045454546,-0.27474104223484846,-0.27854103446969697,-0.2866884924242424,-0.28844706022727273,-0.2921992265151516,-0.3019320011363636,-0.3077136638257576,-0.3076105244318182,-0.3161217263257576,-0.31840019924242424,-0.32284000814393937,-0.3307585687500001,-0.3385693081439393,-0.33978845549242415,-0.34844047765151515,-0.3502853768939394,-0.35775518465909084,-0.36168496022727276,-0.3716100268939394,-0.37709747253787884,-0.3847106825757576,-0.391420005871212,-0.3974272064393939,-0.39937426856060615,-0.41075703674242425,-0.41456142121212125,-0.4221586823863637,-0.42766527159090906,-0.4318902132575759,-0.44051886590909095,-0.44500944147727267,-0.4517987611742425,-0.4583094683712121,-0.46379070303030306,-0.46469875814393935,-0.4733689659090909,-0.4750332128787879,-0.48381868806818173,-0.4885154556818182,-0.4929585155303032,-0.49598751420454534,-0.5001451414772728,-0.5065661153409091,-0.506589953030303,-0.5114635592803031,-0.5129283933712122,-0.5186379149621213,-0.5204772899621212,-0.5220040674242425,-0.52522740625,-0.5293146806818181,-0.5286111467803031,-0.5299570176136364,-0.5362642066287877,-0.5363552899621211,-0.5384656659090908,-0.5347466369318181,-0.539325865719697,-0.5361390471590909,-0.5393902043560604,-0.5348814829545456,-0.5408039600378787,-0.5385688638257576],[-0.22858913863636365,-0.22983413143939393,-0.22926830587121208,-0.23058352556818182,-0.2314668829545454,-0.23404031382575755,-0.23504103655303032,-0.23642845757575753,-0.23418537803030307,-0.24124929374999998,-0.24442372613636362,-0.24253760700757573,-0.24759784621212116,-0.25554646723484853,-0.2536188145833333,-0.2553613128787878,-0.26094417007575754,-0.26106956856060604,-0.26766000265151507,-0.2713320808712121,-0.27601166136363636,-0.2800862903409091,-0.28253276685606055,-0.2897534412878787,-0.2944586676136364,-0.29907466496212126,-0.30534813768939384,-0.3108739174242425,-0.31195461818181813,-0.32127859696969696,-0.3232285712121213,-0.33536097708333334,-0.3401404431818182,-0.3486751212121213,-0.35378412992424235,-0.35901557537878787,-0.36607817291666667,-0.3766725041666667,-0.37799955037878785,-0.38232805113636364,-0.39016840568181815,-0.4004429768939394,-0.4029806545454547,-0.41195041723484854,-0.4190800308712121,-0.4259610174242424,-0.4282110339015151,-0.4377656912878789,-0.44094930719696973,-0.4465953107954546,-0.453699862689394,-0.4648901778409092,-0.4648375308712121,-0.4704710456439394,-0.47434230265151517,-0.4790652924242424,-0.4838541676136364,-0.491203090719697,-0.4930626943181818,-0.4965066856060606,-0.49849008125,-0.5032243401515152,-0.5097270428030303,-0.512207065719697,-0.51652340625,-0.518302263068182,-0.5224211568181818,-0.5234885651515151,-0.5241664791666667,-0.5272063797348486,-0.5274638217803029,-0.5288683638257575,-0.531220696590909,-0.5335686009469697,-0.5330273261363636,-0.5329537098484848,-0.5343706041666665,-0.5337691458333335,-0.5358620795454546,-0.535944271780303],[-0.21055128996212122,-0.21288104507575759,-0.21537625113636366,-0.2162619625,-0.22261392632575755,-0.22302338352272724,-0.21839286685606057,-0.21878597367424243,-0.22586765946969695,-0.22044911249999996,-0.22780894261363635,-0.22869359166666667,-0.2330563543560605,-0.23300711174242414,-0.23711161893939392,-0.24256719924242426,-0.24772895378787876,-0.24704062727272727,-0.25159672575757575,-0.2572889490530303,-0.2665435460227273,-0.27202674791666664,-0.2739509053030303,-0.275957778030303,-0.27870735,-0.2867459882575758,-0.2934220797348484,-0.2993513172348485,-0.3007191821969697,-0.30795661496212123,-0.31616874431818176,-0.3222269524621212,-0.3304659869318182,-0.3349776399621212,-0.34354042405303026,-0.34687419772727274,-0.3563476181818182,-0.3629255871212121,-0.36678766420454545,-0.375045765340909,-0.38174391022727266,-0.3870005982954545,-0.39497236174242434,-0.40276194299242424,-0.41037490909090896,-0.41446400151515156,-0.4224228058712121,-0.42403309204545453,-0.4355534636363636,-0.43684731193181814,-0.445567347159091,-0.4549378132575758,-0.45838695795454537,-0.4624439715909091,-0.47147922556818195,-0.4748507784090908,-0.4776900984848485,-0.48590512727272733,-0.48754630265151533,-0.49317184204545467,-0.49318839431818184,-0.5006339028409093,-0.5027385757575756,-0.5083981075757575,-0.5104870320075757,-0.5115325356060606,-0.5141588142045455,-0.5167998844696969,-0.5193401630681818,-0.5232427816287878,-0.522387259469697,-0.5215173604166666,-0.528547528598485,-0.5277919628787879,-0.5265275702651516,-0.5286078289772729,-0.5306986895833333,-0.5312225604166667,-0.5327582664772728,-0.5294448168560606],[-0.19214159053030308,-0.19806605776515152,-0.19951184242424247,-0.19949934109848483,-0.1980142596590909,-0.20397330284090903,-0.20639300416666673,-0.20505373181818184,-0.20392075530303036,-0.20688424621212118,-0.2150073954545455,-0.2151368575757576,-0.2157777732954546,-0.21895420549242423,-0.21824440549242427,-0.22508684034090906,-0.22658494886363634,-0.23265973200757575,-0.23921073750000005,-0.2425543174242425,-0.24982227083333336,-0.25122813030303026,-0.25367216534090914,-0.255909690719697,-0.26788457916666675,-0.2739337096590909,-0.27864044981060604,-0.2817427202651515,-0.2876034075757576,-0.29549125568181817,-0.3037858403409091,-0.3086541806818182,-0.3118127272727273,-0.3205627107954545,-0.33330280681818175,-0.33512909299242416,-0.3442398941287879,-0.34989246534090906,-0.35753233333333334,-0.3626100833333333,-0.37148072386363634,-0.37844735625000003,-0.38468448219696966,-0.3939561183712122,-0.3969344124999999,-0.40601080662878797,-0.4121066729166667,-0.41724000208333334,-0.42623578749999996,-0.4315804903409091,-0.43796799147727283,-0.4400575267045454,-0.4472807892045454,-0.4540291965909091,-0.4609820231060607,-0.4645688134469697,-0.474111231628788,-0.47386006837121214,-0.47723923693181813,-0.48542124128787884,-0.48606914242424243,-0.49055976477272734,-0.49862646704545455,-0.49775125814393945,-0.5058130634469699,-0.5071050626893939,-0.5096922098484847,-0.510839556439394,-0.5144271952651516,-0.5193494393939394,-0.5185678340909091,-0.5212813823863637,-0.5199257568181819,-0.5214077026515151,-0.522345146780303,-0.5235324147727273,-0.5267499871212121,-0.5252253513257574,-0.5282079924242427,-0.5289376041666667],[-0.17836099337121208,-0.1799243221590909,-0.1788420227272727,-0.18443559715909089,-0.1844900543560607,-0.18306474261363634,-0.1825306554924242,-0.18665713049242427,-0.18784591287878788,-0.18968496231060603,-0.19464411496212125,-0.1963098731060606,-0.19548529829545452,-0.20504189810606063,-0.2000756037878788,-0.21177226193181814,-0.21366098636363634,-0.21431854848484855,-0.22332801174242423,-0.2216077321969697,-0.23266221799242431,-0.23503714715909088,-0.2403508244318182,-0.2466802043560606,-0.25285672234848483,-0.2586629645833333,-0.2622018477272727,-0.26904320037878793,-0.27223014204545465,-0.2824469428030303,-0.2866221295454546,-0.29729431931818184,-0.3026764170454546,-0.30832583465909097,-0.31440843560606063,-0.324729384848485,-0.3309563339015152,-0.33630663219696955,-0.3435688261363636,-0.3516837564393939,-0.3598339166666666,-0.36802649053030306,-0.3726107890151516,-0.3786440429924242,-0.3847829526515152,-0.3905323965909091,-0.3992946164772728,-0.4078696210227273,-0.41691942670454546,-0.4271123323863637,-0.4311090426136364,-0.4379523081439393,-0.4400873638257575,-0.44823986401515153,-0.4500570089015152,-0.45642528598484844,-0.461065990530303,-0.4691812507575757,-0.471106046780303,-0.4778374007575758,-0.4789442009469696,-0.48668046969696965,-0.48818512935606045,-0.4933689373106062,-0.49584142784090907,-0.4990501759469696,-0.5067120223484848,-0.5096969346590909,-0.5108145553030303,-0.5127128393939394,-0.5125758058712121,-0.5119059179924244,-0.5165648490530302,-0.5186992977272727,-0.520648528219697,-0.5215319231060607,-0.5200976255681817,-0.5199241244318181,-0.5239861303030303,-0.5215181320075757],[-0.15752469678030306,-0.1602189863636364,-0.16353984015151515,-0.16651406458333334,-0.1629248556818182,-0.17107628049242424,-0.16980006628787875,-0.16711612329545447,-0.17170925965909092,-0.17695241893939387,-0.17401561117424252,-0.1784673642045454,-0.17820280852272724,-0.18741392708333338,-0.19084718655303026,-0.18853846439393943,-0.19393083219696966,-0.20241760568181816,-0.20581294924242424,-0.20840448825757568,-0.2140456598484849,-0.21644602651515152,-0.22258521268939385,-0.23448450625000003,-0.23553671874999996,-0.24064921325757568,-0.24887905606060604,-0.2534352791666667,-0.26149030435606063,-0.26947520397727265,-0.2725736293560606,-0.28439050378787883,-0.2859652320075758,-0.29607896761363645,-0.3059422776515152,-0.31067496477272727,-0.3177337183712121,-0.3235995426136364,-0.3302928149621212,-0.34244688257575756,-0.3486965075757576,-0.35553800473484837,-0.3613166096590909,-0.37023209034090904,-0.37495038674242415,-0.3835383674242424,-0.3896891734848485,-0.39561585606060606,-0.4054677445075758,-0.41469588484848485,-0.4176881160984848,-0.42182666723484863,-0.4341898270833334,-0.43740366628787875,-0.4406419214015152,-0.4481656020833335,-0.4572634931818182,-0.4605140642045454,-0.46355705946969705,-0.4711839753787879,-0.47479090075757574,-0.47962038484848485,-0.4829323767045456,-0.4866431202651515,-0.49191996515151515,-0.49516215359848487,-0.4948669865530303,-0.5002443479166667,-0.500585834280303,-0.5050837950757576,-0.5077766700757577,-0.5069907276515152,-0.5063304026515152,-0.5123297374999999,-0.515406659469697,-0.5147629670454545,-0.5162913431818182,-0.518520878219697,-0.5224892553030304,-0.5188261446969696],[-0.1381162333333333,-0.14522489450757572,-0.1430807645833333,-0.14470028825757575,-0.14428470776515157,-0.1481364613636363,-0.14695148428030305,-0.15478870909090908,-0.14663082727272722,-0.15587781685606056,-0.16005045208333338,-0.158561809280303,-0.1665494625,-0.16984135454545457,-0.17003126249999997,-0.172349587689394,-0.17765689810606064,-0.18420719090909093,-0.1855440553030303,-0.19081637291666667,-0.19488988787878794,-0.1995830293560606,-0.2062377617424243,-0.21722638749999995,-0.2202764507575757,-0.22890550378787872,-0.23249605700757575,-0.2422745854166667,-0.2418453981060606,-0.25151395643939395,-0.2604776265151515,-0.2673716013257576,-0.2757312145833334,-0.2816935579545454,-0.29071742196969697,-0.29790244053030307,-0.3041774560606061,-0.3140374255681818,-0.3201277793560606,-0.32460334488636367,-0.33539928977272726,-0.3463530768939394,-0.35089817310606064,-0.355447840719697,-0.36753227859848475,-0.37718915075757575,-0.3773617018939394,-0.38667989696969696,-0.3971807009469697,-0.4044830810606061,-0.4090413174242424,-0.4182452945075758,-0.4240907049242425,-0.42952753200757576,-0.435909775189394,-0.4398034405303031,-0.44544012443181813,-0.4538341058712121,-0.45545521837121217,-0.46455041969696964,-0.46960469924242415,-0.4693730121212122,-0.47830487878787886,-0.47653221231060605,-0.4835268937499999,-0.48761833484848494,-0.49143231268939386,-0.49439517083333334,-0.4996903331439394,-0.5003875943181818,-0.5050531678030303,-0.5029379797348484,-0.5085404537878787,-0.5128391248106062,-0.5076026520833333,-0.5096994767045455,-0.5126128299242425,-0.5115051342803031,-0.5132730784090911,-0.5159046928030304],[-0.12378675984848482,-0.12311294621212122,-0.12026750454545451,-0.12320106287878783,-0.12553902291666666,-0.12942808768939396,-0.125784,-0.13017477196969693,-0.13688323314393938,-0.13667629261363637,-0.14177723352272717,-0.1354473102272728,-0.14778644545454536,-0.14754400587121216,-0.15609945416666665,-0.15179537556818185,-0.16268673996212119,-0.16197420965909087,-0.16756942234848488,-0.1742780384469697,-0.18059618958333332,-0.1813509619318182,-0.18945826912878785,-0.1988107928030303,-0.20425339109848487,-0.21228542897727273,-0.21631227500000005,-0.21844446420454539,-0.2268601753787878,-0.2355203308712121,-0.245765834280303,-0.2543765494318182,-0.25820716931818183,-0.2684720776515152,-0.2735207545454546,-0.2817531229166666,-0.2897794310606061,-0.30009494204545456,-0.30745194810606064,-0.3164380412878788,-0.32248198162878783,-0.3338364643939393,-0.3382473439393939,-0.34764745587121215,-0.34957307632575757,-0.3613041246212122,-0.37315829356060615,-0.3807592494318183,-0.3878124007575758,-0.39030395549242425,-0.3987418426136364,-0.40534094545454546,-0.4114872886363637,-0.4184785272727273,-0.423505571590909,-0.4301933214015151,-0.43524230719696966,-0.44434293636363636,-0.44664607594696976,-0.45439424696969694,-0.4586852522727272,-0.4609733176136364,-0.46968870473484853,-0.47158913125,-0.4755487573863636,-0.48166316818181826,-0.48159030928030305,-0.4894218776515152,-0.493011390530303,-0.4936683429924243,-0.4955104350378787,-0.5014997501893942,-0.4972158223484849,-0.5039450073863635,-0.5063773181818182,-0.5087607825757575,-0.5064085611742424,-0.5085733208333333,-0.5044707390151515,-0.5136987284090909],[-0.09813845625,-0.10388652064393943,-0.10227947878787876,-0.09840468390151509,-0.10277062291666668,-0.10961336022727271,-0.10634031382575758,-0.10954523068181818,-0.11877218674242422,-0.11604084223484847,-0.11520319090909092,-0.12183713068181826,-0.124224865719697,-0.12713483030303033,-0.134706709280303,-0.13344497518939386,-0.13809401420454542,-0.14278142840909097,-0.1519391452651515,-0.16142140700757576,-0.16108629924242432,-0.17106324943181817,-0.17320487291666667,-0.17675158106060607,-0.18955617007575754,-0.19253255984848483,-0.19944861647727274,-0.20172071325757576,-0.21079973030303029,-0.21917107007575762,-0.22459100340909088,-0.2364850446969696,-0.24256997329545454,-0.25077788768939396,-0.25896905359848493,-0.2661369081439394,-0.2761730871212122,-0.2837115723484848,-0.2916795573863637,-0.30142097670454543,-0.309912984280303,-0.3151117227272728,-0.32635055757575754,-0.33050335,-0.3418619308712121,-0.35606849621212133,-0.358991853030303,-0.3674245621212121,-0.37181236458333333,-0.37880011212121206,-0.3891782253787878,-0.3972184414772727,-0.40374920965909084,-0.4098374571969697,-0.4178978422348484,-0.42295133484848474,-0.4255813609848485,-0.43571890056818174,-0.4414084232954546,-0.44637223844696966,-0.45370678125,-0.45826448996212127,-0.4577338772727273,-0.4644425064393939,-0.46731129943181826,-0.4724262145833332,-0.4735206725378788,-0.4816642818181817,-0.48358236704545443,-0.48881038693181833,-0.4892543797348485,-0.493291262310606,-0.49631273750000005,-0.499381875568182,-0.5031496515151516,-0.49876586666666667,-0.49982870700757576,-0.502871953409091,-0.504028953030303,-0.5071994365530303],[-0.07999534393939402,-0.08177697765151513,-0.08229863636363637,-0.08593645151515156,-0.0803739375,-0.08313363011363631,-0.08504683409090906,-0.08877543636363644,-0.090303590530303,-0.09380599696969695,-0.10230741079545459,-0.10340778503787887,-0.10009977821969691,-0.10651941212121213,-0.1144748710227273,-0.11358696079545452,-0.12216014318181816,-0.12830641969696968,-0.1283696337121213,-0.1328694524621212,-0.13937772215909094,-0.1433703524621212,-0.15263260303030307,-0.16543857803030299,-0.16387020037878786,-0.17498918257575755,-0.17544099886363643,-0.18475788162878787,-0.1964378742424242,-0.2042372200757576,-0.2104658329545454,-0.22400213049242426,-0.22723936874999998,-0.23777196799242425,-0.24685774867424246,-0.25584959488636366,-0.26174952746212127,-0.277310728030303,-0.2793589871212122,-0.28457103522727273,-0.29911784886363635,-0.30595273409090906,-0.31467935625,-0.3222042005681818,-0.33093737670454537,-0.3423047821969697,-0.34923043219696975,-0.3530020818181819,-0.36166340378787876,-0.37286789659090913,-0.37821880037878775,-0.38539958333333335,-0.3936601513257576,-0.39699691666666664,-0.4085879039772728,-0.41208158882575757,-0.41767471420454544,-0.425357322159091,-0.43300465208333333,-0.43999827632575744,-0.44382621571969705,-0.4491984958333333,-0.4518594446969697,-0.4537263670454546,-0.46383583655303035,-0.4663937560606061,-0.47193087291666663,-0.47763210416666674,-0.4776802967803031,-0.4806784617424242,-0.48394088030303023,-0.4852575795454545,-0.48777460814393947,-0.49323741003787874,-0.49486768655303026,-0.4951258738636364,-0.49597377651515145,-0.49854322727272726,-0.49926461875,-0.5021307047348486],[-0.05636757859848488,-0.06149349337121215,-0.055431277462121224,-0.06109464299242422,-0.06421027121212114,-0.06391365909090911,-0.06724560208333334,-0.06736324924242426,-0.06968534696969694,-0.07262876534090906,-0.07725949678030308,-0.07757665492424248,-0.08481016685606058,-0.09099804867424245,-0.0924924348484848,-0.09432339924242424,-0.10739971496212122,-0.10710866098484854,-0.1079494134469697,-0.1157996734848485,-0.12604413541666665,-0.12411807803030296,-0.13314044109848477,-0.1390470676136363,-0.14771044886363638,-0.15518084621212125,-0.15871613598484843,-0.1709655827651515,-0.18048627064393932,-0.18652772026515146,-0.1962784952651515,-0.2031328721590909,-0.21307444242424245,-0.2203273778409092,-0.2235087598484849,-0.2377166553030303,-0.24125271571969698,-0.2557304030303031,-0.2612723083333333,-0.2748612708333333,-0.2818819462121212,-0.292074324810606,-0.30081702746212124,-0.3065964346590909,-0.3177692357954545,-0.3264967935606061,-0.33043495587121224,-0.34444289204545464,-0.3505699649621212,-0.36067004943181824,-0.36648937253787894,-0.3746004079545454,-0.3824176390151514,-0.38800910454545456,-0.39927393787878784,-0.40490941458333324,-0.4118955780303031,-0.41637911193181826,-0.425424737689394,-0.42799807803030304,-0.4339781020833334,-0.44124999602272724,-0.44789233674242424,-0.4538812939393939,-0.45601107708333344,-0.4623602806818182,-0.4613380882575758,-0.4674574242424242,-0.4745174301136363,-0.4732941126893939,-0.47812656003787884,-0.48081957897727273,-0.4828242941287879,-0.48619746780303025,-0.4893580490530303,-0.4921355619318181,-0.4922987948863637,-0.49186219810606063,-0.4901475549242424,-0.4969617212121212],[-0.03517009583333331,-0.03832768276515153,-0.03976830246212118,-0.03518799924242424,-0.03601075454545456,-0.0397344755681818,-0.03988390511363631,-0.04122006647727276,-0.051716460606060624,-0.04945890132575761,-0.05264688011363642,-0.05672417462121214,-0.05998937689393939,-0.0616360583333333,-0.07034642102272723,-0.07822372310606059,-0.07084993598484841,-0.08472963693181818,-0.09413323731060608,-0.09706321950757577,-0.10589012045454546,-0.10650387405303031,-0.11551955416666664,-0.12219777386363642,-0.1287767155303031,-0.13438260056818185,-0.14372828844696967,-0.15285991875,-0.1601957096590909,-0.16909395208333336,-0.1727716208333334,-0.18451066268939398,-0.19220421553030304,-0.20027273958333333,-0.21080737878787884,-0.21855977443181815,-0.22777423068181818,-0.23843835909090905,-0.2464203626893939,-0.262314603030303,-0.26431428465909085,-0.27433580625,-0.28080566742424246,-0.29403858333333327,-0.30086936912878787,-0.31043094621212125,-0.32445488939393935,-0.33630593446969687,-0.34085765795454553,-0.3477720223484849,-0.3556129308712122,-0.36713860643939383,-0.3677511212121212,-0.3776687160984848,-0.3854766035984848,-0.39740947386363634,-0.402731059659091,-0.40628608390151527,-0.4150384234848485,-0.41933133124999994,-0.4269634884469697,-0.43159656212121206,-0.43780974810606066,-0.4440344221590909,-0.4472547759469696,-0.45303753712121214,-0.4561689727272728,-0.4611929172348485,-0.464331765719697,-0.4700179357954546,-0.47421423276515146,-0.4727109486742425,-0.47813906287878793,-0.47744158674242426,-0.4811414948863636,-0.48404718200757574,-0.48672190719696967,-0.4833883479166667,-0.491618296590909,-0.4866751386363637],[-0.009112717045454488,-0.014664898863636366,-0.009630252272727272,-0.008462361553030312,-0.012320084659090933,-0.013074855303030323,-0.01886032178030306,-0.01840093030303032,-0.02644386306818187,-0.018764902840909037,-0.02867809185606064,-0.036734428030303086,-0.03773464715909089,-0.043992224621212085,-0.04894982140151513,-0.054700896401515126,-0.056874706628787915,-0.060309600946969674,-0.06561191685606062,-0.07662609943181818,-0.08203030037878789,-0.08590681458333334,-0.0856245486742424,-0.09958536912878786,-0.10950967935606058,-0.11519509469696973,-0.12165833750000002,-0.1331936960227273,-0.1444572475378788,-0.14444316969696971,-0.1584426541666666,-0.16263631723484848,-0.177234903219697,-0.18110384753787884,-0.19514798314393947,-0.19952530946969693,-0.21427659678030303,-0.22250906231060605,-0.2328677613636364,-0.24010422670454543,-0.25066531761363636,-0.26345472462121217,-0.27186139564393935,-0.27844980757575755,-0.28866134753787875,-0.2997230217803031,-0.3069474155303031,-0.31588417083333326,-0.3275041215909091,-0.3361397285984848,-0.3412136905303031,-0.35312278011363635,-0.35959495624999993,-0.36851806515151514,-0.37564517234848477,-0.38249346780303023,-0.39321457746212113,-0.3964396759469697,-0.4044202840909091,-0.4100508791666667,-0.41929772575757573,-0.4242346393939393,-0.42912769981060617,-0.43451384147727273,-0.43703226534090905,-0.44573095568181814,-0.45116608541666664,-0.4516721464015151,-0.4563970496212121,-0.4605865615530303,-0.4674009160984848,-0.4681941668560607,-0.47115347272727276,-0.4764827598484848,-0.4743193140151514,-0.4784631545454545,-0.4802631547348486,-0.48568779924242417,-0.4836891884469697,-0.4830059246212121],[0.013469848674242441,0.014995417992424277,0.015922726893939417,0.012859969128787892,0.012197877083333275,0.006520881249999987,0.0045845810606060635,0.0037138196969697945,0.003394608333333338,-0.002397252083333332,-0.00698130606060609,-0.010822750378787799,-0.012363282196969671,-0.013674082007575751,-0.024368232575757594,-0.028585866666666685,-0.033699599431818134,-0.040551926893939404,-0.04436005397727274,-0.04757471268939397,-0.06001055303030307,-0.06612381079545454,-0.07240472821969697,-0.07411665018939391,-0.0868583554924242,-0.09254754469696967,-0.10086632083333338,-0.11281568390151514,-0.12133128541666667,-0.1292048028409091,-0.13781216003787877,-0.14774435587121207,-0.15533319962121214,-0.16270515056818183,-0.1685784149621212,-0.18234098655303027,-0.19640518181818184,-0.20631295776515154,-0.21242846212121205,-0.22597401988636362,-0.2357693808712122,-0.24771300890151518,-0.25629914450757574,-0.26480479829545456,-0.2726299331439394,-0.2825911827651515,-0.29515265416666664,-0.3030596888257576,-0.3166338634469696,-0.32835089280303026,-0.32881483125,-0.3410980821969697,-0.3465453880681819,-0.35430547178030297,-0.36951195795454544,-0.37045647443181823,-0.3772327223484849,-0.38674065946969705,-0.3966296607954546,-0.39920233484848483,-0.40790776666666667,-0.41485821742424245,-0.42311791685606065,-0.4280918912878787,-0.4288685848484849,-0.436934359469697,-0.4375253240530303,-0.44557906609848474,-0.4524595418560607,-0.45510333238636375,-0.4586224725378788,-0.4635991670454545,-0.4603621759469697,-0.4684748104166666,-0.4733877371212122,-0.47558011250000004,-0.4763772193181817,-0.47886136250000005,-0.47705182670454543,-0.4770899456439394],[0.04535071609848485,0.04173413333333343,0.04091458409090916,0.0369315880681818,0.04264174526515156,0.03943802329545453,0.03198556988636365,0.03255558314393939,0.028203672916666693,0.022378302651515185,0.020436992234848482,0.01997467291666667,0.012646749810606027,0.012309683522727247,0.0062208765151515475,-0.003255474810606056,-0.005414617992424219,-0.011568588636363652,-0.020807246590909063,-0.029016818371212092,-0.03461880397727271,-0.036257240151515185,-0.04296691874999998,-0.05757693768939397,-0.06151195738636369,-0.0661575634469697,-0.07936433920454543,-0.0851642799242425,-0.09836625075757575,-0.10576523731060607,-0.1141713751893939,-0.12453240700757576,-0.13358609602272736,-0.1423462606060606,-0.15805679962121208,-0.1612697378787879,-0.17562314943181825,-0.18306834185606055,-0.1955418624999999,-0.2075929401515152,-0.2164674143939394,-0.2276384348484849,-0.23786423484848485,-0.24997917670454547,-0.2599497545454546,-0.2665774958333334,-0.28472336893939393,-0.2914259768939394,-0.29553041780303035,-0.3093246426136363,-0.3180227937499999,-0.32869077613636366,-0.3363369613636364,-0.3443219899621212,-0.3514654899621212,-0.3583479549242426,-0.3697738696969697,-0.37621346174242426,-0.38434243030303034,-0.391091684090909,-0.3962698787878787,-0.4041963500000001,-0.40530585113636364,-0.4165878196969697,-0.4254346956439395,-0.4252924255681819,-0.4314546361742424,-0.4394534818181818,-0.4449879503787878,-0.4456293240530303,-0.4541398549242425,-0.4525857761363637,-0.45772152367424235,-0.4585759710227272,-0.4655086416666666,-0.46659890303030294,-0.4691822712121211,-0.47262706628787876,-0.4763549395833333,-0.47156646780303035],[0.07006733674242424,0.06591462272727268,0.07079917651515147,0.06335117367424249,0.0680215429924242,0.06267253011363638,0.05951134867424238,0.062194558712121185,0.05713291609848482,0.047126013446969685,0.052429402083333396,0.047679040719696975,0.04220256136363638,0.03794635208333335,0.030748317424242447,0.022016238446969667,0.01301454526515148,0.01727027291666667,0.000709964393939466,-0.0034397672348484517,-0.007590282575757551,-0.01755550321969695,-0.02514980075757575,-0.03018920511363635,-0.03689203125000004,-0.04261156268939397,-0.059774031439393936,-0.0673088579545455,-0.07168836325757567,-0.08139771818181818,-0.09726394810606057,-0.10451131212121209,-0.11272566609848483,-0.12613150643939386,-0.13520795776515152,-0.14874028181818183,-0.15900684015151512,-0.1679268301136364,-0.18049252291666665,-0.1885758287878788,-0.19931292064393932,-0.2063513509469697,-0.22466416174242426,-0.23174863693181816,-0.24344672348484855,-0.2580705772727273,-0.2631237484848485,-0.2730531073863636,-0.2811938874999999,-0.30100347253787874,-0.3017870950757576,-0.3143551119318182,-0.32500632594696965,-0.331459644128788,-0.34035327026515155,-0.3513773937500001,-0.35662586212121206,-0.3674929996212121,-0.3782015490530303,-0.3835992884469697,-0.3875036662878788,-0.3949358797348485,-0.4011715831439394,-0.40652273333333333,-0.41684079772727284,-0.4192113195075757,-0.4209317263257575,-0.4279975083333334,-0.43490337140151514,-0.44060975378787876,-0.4443753945075757,-0.44693600246212123,-0.4516476992424242,-0.45330547803030313,-0.45722632954545445,-0.4596078005681819,-0.46352404602272734,-0.4626293369318182,-0.4671465320075758,-0.4684905477272728],[0.09563611193181823,0.09359930321969698,0.09883924848484854,0.09967653560606063,0.09343111041666671,0.09528322840909086,0.09534571174242425,0.09446828901515149,0.08469183049242429,0.07901331344696969,0.07784001856060613,0.06845142916666663,0.07052557026515151,0.06310359659090907,0.0579980950757576,0.05322402045454546,0.04641884924242424,0.03580155416666665,0.028572632575757564,0.019519512310606075,0.015712436553030354,0.01709293106060603,0.0017592412878787874,-0.0008351403409090676,-0.01510544848484848,-0.028953379924242417,-0.028748817234848525,-0.03736984696969695,-0.05744089071969692,-0.06459495606060608,-0.06983580151515154,-0.0792339085227272,-0.09083322575757574,-0.10225571117424238,-0.1136302229166667,-0.1212094981060606,-0.1359779289772728,-0.1477040748106061,-0.16247727613636367,-0.17072159223484856,-0.1803534570075758,-0.19112105530303028,-0.20518596401515155,-0.2154353278409091,-0.22269722405303033,-0.23735152007575758,-0.2501655246212121,-0.2592040549242424,-0.27024214375000005,-0.27994242215909093,-0.29101552499999994,-0.3019078901515152,-0.3075005356060607,-0.3197511462121213,-0.33099491003787873,-0.3357533875,-0.3459160070075758,-0.35210186041666663,-0.359649821590909,-0.36897857405303036,-0.3797029875000001,-0.38240307215909086,-0.394392453219697,-0.39523355549242417,-0.4078059475378789,-0.409393522348485,-0.41327817840909087,-0.4251426428030303,-0.42785127708333337,-0.43260676571969703,-0.4370374147727273,-0.4417243861742424,-0.4427734829545456,-0.44827071496212123,-0.4527061198863636,-0.4535985020833333,-0.4546117333333334,-0.46214446079545457,-0.4620977950757576,-0.46260066496212116],[0.12593061723484847,0.12824212632575757,0.13391967424242426,0.12520792878787887,0.12179308636363645,0.12372595132575762,0.12164945246212124,0.11650430416666668,0.11811636079545451,0.11196614166666669,0.10957448409090911,0.10095390871212123,0.09840924053030299,0.08755080378787877,0.08906055700757573,0.08278467594696963,0.07892348049242429,0.06273796268939395,0.06474429962121207,0.05254293219696972,0.03978023712121216,0.0433873384469698,0.03111896931818176,0.023723206060606086,0.014447724621212096,0.0014140064393938984,-0.005250462310606074,-0.01701305606060609,-0.02564021609848478,-0.033531488636363585,-0.04623528996212123,-0.057864953598484835,-0.07317555492424246,-0.08071490511363637,-0.08509958655303033,-0.10455534507575756,-0.11858732481060603,-0.13032944715909084,-0.14088905284090916,-0.14741411458333337,-0.16050884034090906,-0.1719897333333334,-0.18385532651515152,-0.19727211799242428,-0.2053371335227272,-0.21793619507575754,-0.23634748617424245,-0.23926396193181818,-0.24983525624999997,-0.2663126081439394,-0.2756181303030303,-0.2867712751893939,-0.29493387026515155,-0.3024000335227274,-0.3184305704545454,-0.32543250473484847,-0.33312133806818184,-0.34351648787878797,-0.3511336261363637,-0.3593229676136363,-0.3665421520833334,-0.3752480089015151,-0.3825386267045454,-0.3913686744318181,-0.3991971401515151,-0.40276332613636356,-0.4064913848484848,-0.4116840609848484,-0.4181501327651515,-0.4239853376893939,-0.42626348428030314,-0.43272465871212135,-0.4370261071969697,-0.4404741803030303,-0.4428730068181818,-0.44708593958333337,-0.448672678030303,-0.4548006890151516,-0.45712107291666665,-0.45834659128787875],[0.16394084564393943,0.1628283090909091,0.15977863106060608,0.1647295107954546,0.16223999678030313,0.15351874981060606,0.14780661193181818,0.1451622867424242,0.1446169051136363,0.14299002765151514,0.13881980681818182,0.1325601301136364,0.12639120928030304,0.12062837140151518,0.11531179772727271,0.11553605606060607,0.10509330018939392,0.09643204867424247,0.0926803589015151,0.08756141799242428,0.07622331212121213,0.06418599242424246,0.058489581060606116,0.04825099337121212,0.03834540946969694,0.028978701704545442,0.029256116098484865,0.006108376893939361,-0.0028634267045455006,-0.01180690795454544,-0.023521381628787842,-0.03095682234848487,-0.04429724071969706,-0.05595100416666658,-0.07163875075757577,-0.0798161401515151,-0.09199729905303025,-0.11008963655303027,-0.11937466079545454,-0.12728827689393943,-0.14775745075757576,-0.15431664621212118,-0.16673509924242425,-0.1845940062500001,-0.19316270681818182,-0.20333399962121212,-0.21429829053030308,-0.22777992632575758,-0.234592775,-0.2500395823863636,-0.2551172227272727,-0.2707629901515151,-0.28503317537878786,-0.29238025359848485,-0.3039821825757576,-0.31225882178030306,-0.32141384015151514,-0.3322953304924242,-0.3401988013257575,-0.35214739280303037,-0.35494290113636356,-0.3672359259469696,-0.3714576623106061,-0.3801845056818182,-0.37885177897727274,-0.3922043083333333,-0.39949833863636364,-0.40454905359848475,-0.4121782005681818,-0.4148423553030303,-0.42332306685606064,-0.4293929428030303,-0.4312280198863637,-0.43138887367424245,-0.43670629090909097,-0.4446728596590908,-0.44384016647727276,-0.44762175454545455,-0.4466962892045455,-0.4531603575757576],[0.1981971823863637,0.19787403958333333,0.1935754695075758,0.19530473598484852,0.1953283429924243,0.18430041212121215,0.19067479583333338,0.18026162462121215,0.1806291787878788,0.1732000267045455,0.17089806780303035,0.16580192727272727,0.15981402291666671,0.15314444356060614,0.15007565492424244,0.1438930573863636,0.1405958035984848,0.13427469223484853,0.11751859602272732,0.11082837310606065,0.11046356193181821,0.09712782310606065,0.09546972367424246,0.07815311496212124,0.06468507859848484,0.057532859659090975,0.046595243749999994,0.03831217916666663,0.02435469545454545,0.008652929545454475,0.004241515909090928,-0.007074002840909089,-0.02129897443181823,-0.027328506818181764,-0.04701472499999999,-0.05367589981060606,-0.06568844678030304,-0.08033681041666663,-0.09578600094696971,-0.11040249015151517,-0.11754003276515147,-0.12962154526515146,-0.14394656875,-0.15988450454545453,-0.1758572337121212,-0.18712061420454543,-0.19793211609848493,-0.2085735196969697,-0.2236683490530303,-0.23340948011363633,-0.24251902708333337,-0.25477422708333325,-0.26687902670454555,-0.2771015327651515,-0.2868896946969698,-0.2914322645833333,-0.3046276534090909,-0.3172387212121212,-0.32778645833333336,-0.33843414375,-0.34427594659090915,-0.3512131721590909,-0.35666368125000003,-0.36720915700757584,-0.3766677034090909,-0.38226566212121216,-0.3889199492424243,-0.3990091357954545,-0.40260347462121193,-0.4035643130681819,-0.4105459496212121,-0.4178607475378788,-0.4177666164772727,-0.42770857727272726,-0.42992003996212114,-0.4363452378787878,-0.4365189869318182,-0.4397020204545453,-0.4458180482954546,-0.4442286306818182],[0.23906936628787892,0.23397993674242418,0.2303614638257576,0.23582091704545455,0.22727624431818175,0.22535059015151518,0.2190331106060606,0.2179780107954545,0.21977906553030302,0.21245555890151518,0.20685350378787884,0.1996369638257576,0.19955145246212122,0.18987302348484844,0.18282949621212113,0.17726910359848483,0.1673793339015152,0.15671768011363643,0.15429006628787872,0.14346840303030312,0.1362207117424243,0.1280198096590909,0.1175117607954546,0.10978944412878788,0.10144791685606061,0.08735664545454551,0.07612853011363628,0.06953522746212121,0.05548895037878792,0.04019006325757579,0.029897899242424242,0.01490049829545456,0.004778616287878785,-0.007203214772727321,-0.020347929356060612,-0.03238565568181817,-0.04485280227272728,-0.061061371401515165,-0.06725390795454547,-0.07994921647727268,-0.09458804867424238,-0.10770998636363638,-0.12042750890151513,-0.1397456265151515,-0.1554145104166667,-0.16429839412878788,-0.18061720132575756,-0.19519847632575757,-0.20146690738636358,-0.21300013693181807,-0.22468449261363635,-0.23841718977272727,-0.2509075196969697,-0.2624098534090909,-0.2693992439393939,-0.2855767924242425,-0.29298679261363636,-0.3051137734848485,-0.31240183219696965,-0.31974679128787875,-0.33260374867424236,-0.34127314450757584,-0.34981045871212124,-0.3577249871212121,-0.3668842481060606,-0.3764566393939395,-0.38124549867424246,-0.3853906734848485,-0.39132711609848486,-0.40029133541666667,-0.4026390503787879,-0.40897819867424245,-0.4177057753787879,-0.41569976837121214,-0.42014831401515146,-0.4279624318181818,-0.4272851333333333,-0.43087996856060623,-0.43331498768939386,-0.4421673613636364],[0.27439326609848486,0.26988166912878786,0.27383000397727275,0.26586979034090913,0.26461701818181815,0.26369727897727274,0.263562240719697,0.2576884642045455,0.2534226651515151,0.24809600170454543,0.24716659545454547,0.24374578503787886,0.23372563806818172,0.22963692481060613,0.2143165221590909,0.20961313901515155,0.2128748274621212,0.19911003901515156,0.18778025473484852,0.1783469289772727,0.1692700376893939,0.16210612481060602,0.14462052537878792,0.1429811240530303,0.12447106666666671,0.10859108958333331,0.10991585984848488,0.09447506477272732,0.08259039905303028,0.07020155454545464,0.06104656742424239,0.04826959962121217,0.03780965833333337,0.018494611174242382,0.017427482954545506,-0.008982281439393908,-0.02168840473484843,-0.03246250530303032,-0.04798465625000003,-0.06750851003787878,-0.07327361647727272,-0.09241996742424238,-0.09821912840909094,-0.1246649452651515,-0.1330315687499999,-0.14058775284090907,-0.15913522727272728,-0.16578987973484846,-0.18738691950757577,-0.1964383384469697,-0.2111020810606061,-0.2234053410984848,-0.24084982196969693,-0.24942884999999998,-0.25719449848484854,-0.2709705310606061,-0.2816839301136363,-0.29027227234848474,-0.2963905335227273,-0.30997678314393934,-0.31622986287878785,-0.3273367839015152,-0.3350211231060606,-0.3479030272727273,-0.3539899585227272,-0.35889090719696976,-0.36416556174242415,-0.37716995227272737,-0.3815362212121212,-0.3885802505681818,-0.3945928310606061,-0.40120817405303033,-0.4083345698863637,-0.4122798613636365,-0.409870202651515,-0.4213174804924243,-0.4223159437500001,-0.4245063094696969,-0.4291373543560606,-0.43228096325757576],[0.31050723617424236,0.30805656022727274,0.3093411687500001,0.3064363337121213,0.3083432964015151,0.2980163217803031,0.30326121117424243,0.2985822005681819,0.2900838359848485,0.2803831329545454,0.2765540475378787,0.283924334469697,0.26851391912878786,0.2616322356060605,0.2583765835227273,0.24973159015151522,0.23830954034090907,0.2405694876893939,0.22474871875,0.21914426401515152,0.20849647973484853,0.19924689034090906,0.18576854886363642,0.1775539145833334,0.1619383975378788,0.15596360625000003,0.14284840018939393,0.12339478257575756,0.10730062689393942,0.10689547670454544,0.08516990303030308,0.0739732011363637,0.061086383901515176,0.05020959753787879,0.03191354659090911,0.01995631628787881,0.0041722274621212,-0.011523725757575817,-0.02675624791666666,-0.03604018939393938,-0.05315506780303029,-0.06075400113636361,-0.07744390416666667,-0.08868458143939388,-0.10724120568181819,-0.12290413049242428,-0.13820538087121217,-0.1505555774621212,-0.16459617651515152,-0.17568740246212125,-0.1917143056818181,-0.20482152443181814,-0.2200120712121212,-0.2290016049242424,-0.2457930526515152,-0.2534113621212121,-0.26766395833333334,-0.2769033530303029,-0.2873115742424242,-0.29641105587121214,-0.3061784899621211,-0.3140140070075758,-0.3253827098484849,-0.33575027897727266,-0.3434952295454545,-0.3526996956439394,-0.35880331496212126,-0.3642153486742423,-0.37346075151515146,-0.3817980083333333,-0.3834035990530303,-0.39077805227272744,-0.39716118731060607,-0.4023608534090909,-0.4051166363636364,-0.4104041784090908,-0.4153567160984848,-0.41836510227272733,-0.42237718314393935,-0.4270789212121212],[0.35112926742424244,0.35100729090909094,0.3472207825757575,0.34301462878787875,0.3474211731060607,0.35138487727272744,0.34348397651515145,0.33606250189393944,0.3350989893939394,0.3214611193181817,0.32059938806818183,0.3154734193181818,0.31138689034090916,0.3013328674242424,0.29158529602272737,0.284938981628788,0.2766227272727273,0.2756577399621213,0.2586753583333333,0.25480531685606056,0.23833866117424246,0.22845358522727272,0.22240158314393946,0.2187879026515152,0.19685646723484848,0.1860879113636364,0.17888412291666675,0.15716824526515147,0.14396124678030303,0.13265455454545447,0.12253469204545465,0.10399097765151517,0.09209958238636366,0.08110024469696968,0.06397316780303032,0.04628888693181818,0.040777859469697,0.01989343219696971,0.003996453787878785,-0.004614614204545455,-0.02766636060606065,-0.03662609053030305,-0.05476478428030306,-0.06644392196969699,-0.0843317875,-0.09765276231060602,-0.11606764299242424,-0.12834061874999994,-0.14371316458333333,-0.1619017946969697,-0.17129700000000003,-0.18527089034090913,-0.20091549261363637,-0.21295827499999997,-0.22782074715909084,-0.23918931382575756,-0.24843131723484843,-0.2612216746212121,-0.27542969299242426,-0.27845794602272733,-0.2939478073863636,-0.30483159981060604,-0.3113692439393939,-0.3220316549242425,-0.3311065706439394,-0.3385398954545453,-0.34514435454545456,-0.35176102500000006,-0.35865068939393935,-0.37216917102272723,-0.3739065132575757,-0.38454281098484855,-0.386989502840909,-0.3941638659090909,-0.39757335473484845,-0.4069525410984849,-0.4065304386363636,-0.41353864981060606,-0.40932087954545454,-0.4193199831439393],[0.3936387092803031,0.3933935087121212,0.39430403390151514,0.3980888109848485,0.3868887689393939,0.3846279795454545,0.3848282761363636,0.3867065306818181,0.37219830928030306,0.3665838058712121,0.3642543988636363,0.35846337140151513,0.3522253378787879,0.34922521458333333,0.33713875378787883,0.33416338465909085,0.32421630890151515,0.31528359166666664,0.29635080606060615,0.2921781640151515,0.2796123401515152,0.2744037530303031,0.26121780984848486,0.24942780700757577,0.23631725984848478,0.22219096306818184,0.20639084772727273,0.19590453011363643,0.1819367015151515,0.17352637689393935,0.15337471780303027,0.14017320151515147,0.13119348125000005,0.111271321969697,0.09811172272727281,0.07741007291666663,0.05974863731060612,0.04786375208333327,0.0345886613636364,0.01384651931818184,-0.0004059183712121258,-0.011346528787878809,-0.028580720265151505,-0.050608941666666706,-0.06672113409090911,-0.08075168636363629,-0.09106423806818188,-0.10798361477272723,-0.12389206079545456,-0.13905415435606056,-0.15129983276515144,-0.16313177045454547,-0.1825471087121213,-0.19203402140151513,-0.20684480170454547,-0.2214059397727273,-0.2322259837121212,-0.24564816761363636,-0.2556921409090909,-0.27006118314393934,-0.27830383636363637,-0.29173935587121214,-0.29716492765151514,-0.30865464829545447,-0.3189612606060606,-0.32579305946969694,-0.33695594488636377,-0.34911031988636376,-0.3534646465909091,-0.35597137575757565,-0.3655538922348485,-0.3748479765151515,-0.3817924009469698,-0.3826494507575759,-0.38979167102272716,-0.39392314450757576,-0.39987886477272716,-0.4025304517045455,-0.4112290827651515,-0.4116131924242425],[0.44147822992424246,0.44033617007575765,0.44573886761363646,0.43752362556818186,0.4386402964015151,0.43699892196969703,0.4351031590909091,0.4230108992424243,0.4215343731060605,0.41806022556818173,0.4126916479166667,0.4051662513257576,0.3927637359848485,0.3835927977272728,0.38199973901515155,0.3715722594696971,0.36261126022727275,0.3505824706439394,0.33644527632575755,0.3325728024621212,0.3218565672348485,0.3031924623106061,0.29437643560606064,0.28713214981060603,0.27287943750000004,0.26191268181818184,0.24902028484848487,0.2363014053030303,0.219490328030303,0.20535384810606055,0.19192186780303022,0.18056177632575762,0.15935540397727274,0.14737768125000006,0.13261538465909095,0.11577979659090908,0.09388868825757579,0.07953509280303031,0.06034638731060613,0.04359642083333334,0.033890815151515145,0.012449435795454569,-0.004721440151515145,-0.013669232196969704,-0.039932137121212095,-0.05754035321969694,-0.07084033503787887,-0.0864389193181818,-0.10617057632575758,-0.11692730852272736,-0.1292393464015152,-0.14037236912878795,-0.15855691249999998,-0.17502641496212118,-0.19133787708333336,-0.2031135287878788,-0.2161024761363636,-0.22685700416666663,-0.24494984696969704,-0.25085946268939396,-0.26611835075757573,-0.27716208939393944,-0.28744085284090903,-0.2975954107954546,-0.3038716284090909,-0.31643193674242415,-0.32860699393939397,-0.33364961249999986,-0.3416504267045456,-0.3513548740530304,-0.35082508257575756,-0.3612508691287878,-0.3677494526515151,-0.3751294369318182,-0.383228287878788,-0.38795744337121213,-0.3926751051136363,-0.40016420094696975,-0.40183108125000006,-0.4070732568181818],[0.4955535767045454,0.4933879537878788,0.4892661085227273,0.4810559304924243,0.4810862774621212,0.4799291655303032,0.4805543835227272,0.4705881456439393,0.464197853598485,0.46288384602272725,0.45581156875,0.4517665187500002,0.43957826003787864,0.4307811195075758,0.42306690321969703,0.42175026193181825,0.40569339602272725,0.40311906458333324,0.38907116875000014,0.37096372859848487,0.37198648863636363,0.35516356704545454,0.3430977433712121,0.33521850018939403,0.31236503674242416,0.2985754715909091,0.28683925568181823,0.2671153034090909,0.2640325789772727,0.24503130340909085,0.22579537348484857,0.20891412632575762,0.19818968106060605,0.17351959715909096,0.157881259469697,0.15100719621212122,0.13301200700757573,0.1070110501893939,0.09348187803030306,0.0745034323863636,0.060773814015151494,0.0372292609848485,0.029696522916666707,0.008751512689393897,-0.008094364583333314,-0.02360422992424237,-0.04621833882575761,-0.055844981060606064,-0.08286992878787867,-0.09506428465909095,-0.10709834053030301,-0.12215877026515155,-0.14173314337121207,-0.15442997386363636,-0.17188270473484846,-0.18661160795454546,-0.19641552954545452,-0.2122660643939394,-0.2205955424242424,-0.23602231856060613,-0.24817860814393944,-0.2561579329545454,-0.27335233503787876,-0.28160464715909084,-0.29320684791666657,-0.3047153490530304,-0.3134680321969697,-0.3155287774621213,-0.3296974441287878,-0.3398590450757577,-0.3480182270833333,-0.3499023662878787,-0.3593935051136363,-0.36443116098484846,-0.3740856323863637,-0.37680350681818175,-0.3853848087121213,-0.3843530551136364,-0.3920956670454546,-0.39691158579545455],[0.5436235382575757,0.5405468789772727,0.5509572087121213,0.5319674414772727,0.5420423962121212,0.5282545289772727,0.5345597962121212,0.5151888670454546,0.5265254068181818,0.5134097492424243,0.5114144035984849,0.49633575909090916,0.4905223267045453,0.4804227070075758,0.47628704886363626,0.472710374810606,0.4580660482954545,0.44858245473484853,0.4433749005681819,0.4195824681818181,0.40876171212121215,0.40009177821969705,0.38541676761363636,0.3707553634469697,0.356272512310606,0.3458488456439393,0.3276094498106061,0.32033131496212125,0.3035648723484849,0.28120919393939403,0.2667558893939394,0.2505832500000001,0.22982062784090912,0.21708232651515152,0.19532887821969697,0.1866597486742424,0.16459175397727274,0.14121856647727266,0.12795449204545456,0.10382158541666664,0.0953189071969697,0.06869263825757582,0.05599960378787885,0.03517505852272729,0.021608020265151472,0.0016630174242424564,-0.01556688200757573,-0.035890514962121145,-0.05152419356060609,-0.06285813295454544,-0.08459658162878794,-0.10097728806818178,-0.11645892746212125,-0.1338086575757576,-0.1450833799242425,-0.1584154159090908,-0.18002086041666668,-0.18761604261363626,-0.20595141553030302,-0.21889453920454546,-0.23561851098484848,-0.2443203611742424,-0.2521383545454545,-0.26745897367424243,-0.2803581910984848,-0.2864478416666667,-0.29872295530303034,-0.307868109280303,-0.3187411475378788,-0.3235890157196969,-0.3364095191287878,-0.34209697689393936,-0.3479383615530304,-0.360143793939394,-0.35906804715909085,-0.36832662026515156,-0.37503013731060614,-0.3801045445075758,-0.38132652443181814,-0.3872732890151516],[0.597106090340909,0.6080074958333335,0.6053547776515151,0.594850431818182,0.5958690566287878,0.5865537276515153,0.5824694554924243,0.5829866553030304,0.5744033388257573,0.5662483609848485,0.5645657856060606,0.5531848662878787,0.5398998660984848,0.5354892439393939,0.5271877018939395,0.5220378208333333,0.5083252090909091,0.49493961628787886,0.48161218352272733,0.4847127287878789,0.4599501215909091,0.4465429880681818,0.4297951327651516,0.41743117708333327,0.40330387784090915,0.3890780138257576,0.37436002462121215,0.36638688712121215,0.34894366174242425,0.32880404678030306,0.3156632037878788,0.2895552348484849,0.2694793884469698,0.261866134659091,0.23943905321969697,0.21685977310606058,0.20816763238636365,0.18647288806818182,0.15853976477272727,0.14618886799242423,0.11967783428030303,0.12074640681818188,0.08674084469696972,0.06887090928030302,0.05163412821969701,0.02641745795454552,0.010287224810606118,-0.010227386363636333,-0.026637328409090843,-0.047196303598484896,-0.062313744128787873,-0.07387229981060603,-0.10061046666666665,-0.11137315227272723,-0.12211722518939401,-0.14904309696969698,-0.15903051666666665,-0.16811805473484845,-0.19086825416666667,-0.19958251931818186,-0.2140955454545455,-0.22823670871212123,-0.2408121698863636,-0.25428340321969695,-0.26609912556818177,-0.2689513223484848,-0.28650909715909084,-0.29082105624999993,-0.3000586270833334,-0.31114241628787886,-0.3265343128787878,-0.32443321666666675,-0.33642614715909086,-0.34596429147727265,-0.3516740681818182,-0.3603177986742424,-0.3648963568181818,-0.36702276950757573,-0.3690407352272728,-0.37564710719696964],[0.6569371350378789,0.65439244375,0.6604247806818182,0.6562224295454545,0.6544170467803032,0.644968740530303,0.636685846590909,0.6381404106060605,0.6291446200757576,0.620374753409091,0.6120057971590909,0.6098272744318182,0.5971941623106061,0.5955792700757575,0.5793185803030302,0.5682892164772728,0.5625717399621212,0.5483194482954545,0.5350426206439394,0.521698381628788,0.5142974265151516,0.4956577785984848,0.4844213945075758,0.4671321117424243,0.4557418225378788,0.43433729242424235,0.4248409460227273,0.40013897727272735,0.3924062316287879,0.3605870513257576,0.355953816098485,0.3342021193181818,0.31617964280303035,0.2937176081439394,0.27166154753787886,0.25731883181818177,0.244715409469697,0.21684973636363633,0.1988252854166667,0.17927372234848488,0.1613972759469697,0.136034575189394,0.11913929924242424,0.10232604488636363,0.08228753143939392,0.05534956969696965,0.045827090909090935,0.025030475757575724,0.0006757626893939662,-0.017554098295454554,-0.030656302651515168,-0.05082827859848483,-0.07072416742424235,-0.08842197708333335,-0.1014817196969697,-0.1191650744318181,-0.135152006060606,-0.15110845700757572,-0.16614543958333333,-0.1867492831439393,-0.19553614829545454,-0.20863578465909083,-0.22442366060606062,-0.23645343901515153,-0.24902972234848492,-0.2620315727272728,-0.2644372740530303,-0.2777674208333333,-0.28935482121212114,-0.30104578068181814,-0.3116712329545455,-0.3242809532196969,-0.32245728465909096,-0.3321996714015151,-0.3387248613636364,-0.3511043359848485,-0.34887074602272716,-0.36173701609848496,-0.36749265511363643,-0.369210675],[0.7183713229166668,0.729712256818182,0.7207993649621213,0.7156843655303031,0.7097286134469696,0.7057372903409092,0.6939086577651514,0.6904843123106061,0.6888457227272727,0.6892709799242422,0.6748722704545452,0.6712979964015152,0.6544270107954546,0.6475720329545455,0.6418854556818182,0.6303216785984849,0.6178095534090909,0.6096275585227274,0.5991458619318183,0.5780767128787879,0.5633408537878787,0.5547378318181819,0.5387885736742424,0.5197406695075758,0.5071187505681819,0.4914158153409091,0.4740182865530303,0.4514242975378787,0.4327454276515152,0.41270823276515156,0.400094193560606,0.38343777272727275,0.3621040585227274,0.34126484640151517,0.32507055454545447,0.2903560462121212,0.27254105416666674,0.25554511609848485,0.24395418598484853,0.2220699498106061,0.199263646969697,0.17346611780303026,0.15127973939393943,0.13676988636363638,0.12119843049242425,0.08716779128787878,0.07593092746212123,0.049736275000000066,0.030978555492424297,0.014312831818181819,-0.005043912121212148,-0.027645973295454557,-0.04002093712121211,-0.06216564166666665,-0.07936289734848487,-0.09839092121212113,-0.11210269412878784,-0.12509107064393934,-0.14890311780303028,-0.1645611643939394,-0.1707863422348485,-0.18734199564393944,-0.20219185625,-0.21179705776515145,-0.22999579924242414,-0.24000209810606057,-0.26000602462121214,-0.26343437159090904,-0.2763274484848485,-0.2839956537878787,-0.30164208409090904,-0.30238648257575756,-0.31343969299242425,-0.3192400829545454,-0.33278325928030306,-0.33706264753787885,-0.3442691732954545,-0.34877583768939396,-0.35687635984848487,-0.3602307132575759],[0.7912592030303031,0.7848244767045455,0.7856855922348486,0.7727928731060607,0.7679890486742426,0.7634955037878786,0.7640664261363637,0.764639197727273,0.7510726045454545,0.7575113155303028,0.7408096215909091,0.7303842346590909,0.7201148236742425,0.7146374774621213,0.7013703202651517,0.6903340634469697,0.6832416825757576,0.6703965643939394,0.6538996441287879,0.6419448435606062,0.6252783723484849,0.6056264778409093,0.5819736356060606,0.5753436422348485,0.5548993242424242,0.5506285994318183,0.5214434702651514,0.5161918630681818,0.48892443049242423,0.4621126071969698,0.448049899810606,0.4290559912878789,0.4085844397727273,0.3869896443181818,0.36868981325757577,0.34434847253787887,0.32443324962121206,0.3027566077651515,0.2831562166666666,0.2631648670454545,0.2316653087121213,0.2235952119318183,0.19113588598484849,0.17121006780303033,0.1528827089015152,0.1298786034090909,0.10716335170454548,0.08711060833333327,0.06537953655303032,0.04746551306818183,0.02242488712121216,0.0034978140151515256,-0.020451317803030247,-0.031961533333333354,-0.05540145056818181,-0.07440104412878794,-0.09033125625000003,-0.10444082935606067,-0.12564676079545448,-0.14479900227272727,-0.15558334640151522,-0.16261091496212118,-0.1854093539772727,-0.19952781382575757,-0.21824207234848478,-0.22543088181818174,-0.23571225681818175,-0.25198415075757585,-0.2589850998106061,-0.2751345393939394,-0.2820688941287879,-0.2942792181818181,-0.30367050416666663,-0.307814981060606,-0.3222815089015151,-0.32378978314393936,-0.33415964640151513,-0.34039102367424234,-0.345835187689394,-0.35236742159090906],[0.8561828183712124,0.8577451996212121,0.8504734926136364,0.8508707621212124,0.8452666340909093,0.8318255982954544,0.8367269145833334,0.8301448803030304,0.8266585073863635,0.815390315719697,0.8019736219696969,0.78685495719697,0.800125956628788,0.7709558750000001,0.7737040994318182,0.750382478219697,0.7384489928030302,0.726205624810606,0.7213032931818181,0.7050234202651514,0.6810564450757577,0.6731719727272728,0.6610956873106061,0.6356250943181817,0.6160789907196971,0.5941383787878787,0.5765701522727273,0.5704188477272727,0.5425457376893938,0.5210309511363636,0.49441057215909096,0.4867091234848485,0.4617884744318183,0.4417987335227273,0.41356632310606056,0.39158996571969695,0.36746254318181826,0.3465288541666666,0.31026472178030307,0.28983320890151515,0.2773677361742425,0.2602739744318182,0.2275250625000001,0.20441020378787877,0.17978032121212115,0.16620044924242422,0.14051018371212126,0.1190092725378788,0.10898356249999999,0.06985309128787875,0.06008837632575763,0.04046013617424241,0.0056030846590909445,-0.0020075795454545086,-0.02593655795454543,-0.04981466231060611,-0.06419094374999998,-0.07792837253787874,-0.1016734354166666,-0.11375064943181816,-0.13959245890151512,-0.14734069886363638,-0.16806733882575756,-0.18027962159090913,-0.19706189261363632,-0.21704229981060605,-0.2220898263257576,-0.23395945265151513,-0.24759904678030298,-0.25440449015151523,-0.26845138295454535,-0.28205099640151515,-0.2886770606060607,-0.29810412253787877,-0.3048070473484848,-0.3177165043560607,-0.3247229753787879,-0.3286632174242424,-0.3373957770833334,-0.34313715473484846],[0.9329196910984848,0.925161327840909,0.9226952579545455,0.9192243759469698,0.9227751657196971,0.9145500721590909,0.9051756049242423,0.9037926467803032,0.8957158270833332,0.8838699875,0.8743573231060607,0.8633099011363636,0.8593778092803033,0.8523719289772725,0.8337851047348486,0.8324197857954546,0.804679353219697,0.7834602071969698,0.7897412426136365,0.7703002005681817,0.7527603977272729,0.7468330761363634,0.7203703715909092,0.6911352526515153,0.6868316979166668,0.6506621486742424,0.6445206208333333,0.617367856818182,0.5998722986742424,0.5792014003787879,0.5585500454545455,0.5313646109848486,0.508126031060606,0.4883318837121213,0.46209112291666676,0.44675088749999997,0.4188124587121212,0.4016223318181818,0.3728089553030304,0.345291840530303,0.3214135840909091,0.30161870984848493,0.2723171888257576,0.24762755018939392,0.22690446571969694,0.2050792009469697,0.1852174259469697,0.150996293560606,0.130619509469697,0.11143241647727281,0.08303702424242418,0.06319336761363638,0.04342615303030303,0.025103048484848525,0.003492728787878739,-0.008962918181818184,-0.034833034848484885,-0.06102777746212122,-0.08418448200757583,-0.08996933030303036,-0.1133245943181818,-0.12267516571969697,-0.14834479053030297,-0.16006281969696964,-0.175529849810606,-0.19045411931818185,-0.20401425454545452,-0.21295957196969695,-0.23173687215909086,-0.2395076869318182,-0.24800215681818188,-0.2650936274621213,-0.2745075428030303,-0.28500373882575764,-0.2945641649621212,-0.301845447159091,-0.30934595056818187,-0.31726033939393933,-0.3245816981060606,-0.336562975189394],[0.9991778602272726,1.008142235416667,0.9958038803030304,0.9922341687500001,0.9986609011363637,0.9751662806818184,0.9889152857954546,0.9702124363636364,0.9611920645833332,0.9563963482954545,0.9414307884469698,0.9315836727272728,0.9183575943181819,0.9206552367424243,0.9003940537878788,0.889638065909091,0.8719492607954549,0.8568679198863637,0.8454035077651517,0.8321176579545455,0.8075163267045455,0.8104233450757576,0.7710831931818182,0.7589259441287876,0.737593565909091,0.7176241140151517,0.7020094946969697,0.6807647806818183,0.6669480670454545,0.6392036265151515,0.618151536742424,0.6015621793560605,0.5693367840909092,0.5467767996212122,0.520447146780303,0.49933539772727287,0.4706325801136363,0.44877976155303023,0.4138869833333333,0.38971951212121214,0.3694017176136363,0.3427256168560605,0.322903940909091,0.29737396193181825,0.27365336799242435,0.24129588295454552,0.2137746526515152,0.195232012689394,0.17461049318181823,0.14381454431818186,0.11365082310606058,0.09828405833333335,0.07597377916666664,0.06081287784090912,0.022982565340909106,0.011007962310606162,-0.00827912348484852,-0.027329571780303,-0.05302056155303024,-0.06833680170454545,-0.09070758238636357,-0.10499958484848482,-0.1258582833333333,-0.13826908011363637,-0.14923385549242418,-0.16574102215909087,-0.18567920795454548,-0.2039517047348486,-0.21604254223484845,-0.2258944890151516,-0.23787908087121218,-0.2487551445075758,-0.2555656181818182,-0.26577469356060607,-0.28118200018939393,-0.29065420454545454,-0.298415518939394,-0.30967850549242437,-0.3157903168560605,-0.3229660147727273],[1.0823042172348487,1.0914194015151513,1.0777410912878789,1.0666348596590909,1.0770465753787877,1.0755321369318183,1.0616262005681818,1.059370175568182,1.0499703325757577,1.0362919768939394,1.0241743784090909,1.019373559659091,1.009830834469697,1.0039505820075758,0.9676379090909092,0.9718750464015151,0.9500806628787879,0.9333276587121213,0.9303225433712122,0.9117088899621212,0.8860709024621212,0.881487675568182,0.8546336808712123,0.8304948710227275,0.8023329882575758,0.7866634149621212,0.7746959571969696,0.747422825378788,0.7210541342803031,0.7089049352272726,0.6683279446969698,0.655922597159091,0.6307228490530303,0.6081689484848486,0.575388512689394,0.5524475664772728,0.5178284950757577,0.5007082664772727,0.4703224420454544,0.44147997613636364,0.4203935469696969,0.39951072272727267,0.36349304356060613,0.335312599810606,0.3093840827651515,0.29278813977272733,0.2599188625,0.23819265871212122,0.20045991590909087,0.1792285126893939,0.15068193768939392,0.1291680214015152,0.110262378219697,0.08403561287878786,0.06842999545454549,0.041761998674242455,0.020021946212121187,-0.011015089583333347,-0.02831730662878791,-0.04890097840909084,-0.06114515700757575,-0.076641443560606,-0.0996910083333334,-0.12666912367424255,-0.1313362761363636,-0.1442199770833333,-0.16458617859848496,-0.18481013844696972,-0.19629332234848482,-0.2093206975378788,-0.21925597575757566,-0.23502684280303038,-0.24741750814393945,-0.2538400481060606,-0.26551044128787876,-0.27548074602272726,-0.2877577482954546,-0.29529718617424244,-0.3042342791666667,-0.3144641700757576],[1.1764214695075759,1.1661072460227273,1.1733602003787877,1.154683246401515,1.1567023551136364,1.163496622727273,1.144574230871212,1.1396006462121213,1.1234608748106063,1.1254624323863638,1.115980555871212,1.0840858329545455,1.084185074431818,1.083860387878788,1.0689056678030302,1.0525755015151514,1.0275789320075757,1.0096474024621214,1.0019985560606064,0.9916433702651515,0.9620557632575758,0.9520745015151515,0.9241367225378787,0.9060809846590911,0.8952693981060605,0.8679918380681818,0.8411398850378788,0.8232063482954545,0.7907535577651515,0.7754275132575755,0.741827281628788,0.7140947115530305,0.6957013530303031,0.6665827231060606,0.638432978219697,0.6128574602272728,0.5865739119318184,0.560192737310606,0.5265639348484848,0.4970389537878788,0.4798894446969698,0.4435932096590908,0.4110680253787879,0.39498297234848484,0.3656618215909091,0.32772003181818193,0.3121128465909091,0.28298550151515145,0.25178094715909094,0.2248277789772728,0.1862489920454545,0.1746323049242424,0.13743273844696974,0.11973192329545448,0.0935795678030303,0.07229762159090906,0.050112726893939405,0.02896074431818174,-0.003679990340909098,-0.015464225757575814,-0.03676598503787876,-0.05712137499999995,-0.07381715303030303,-0.09537775397727283,-0.11473396685606059,-0.12435901003787879,-0.14638374469696971,-0.16014679242424246,-0.1842832405303031,-0.19192331571969695,-0.20056595303030297,-0.21878092348484846,-0.22906698390151511,-0.23866672178030301,-0.2511829013257576,-0.2633182393939394,-0.2691712888257575,-0.27957665170454543,-0.29486894299242417,-0.30059031003787884],[1.267450768939394,1.2566766138257577,1.2516534081439394,1.2501203770833333,1.2486972185606062,1.2471870208333333,1.2412988935606062,1.2299745115530305,1.2248583517045455,1.2010846738636365,1.1980210473484851,1.18719528125,1.186365816477273,1.1716492325757575,1.1549520731060605,1.125888143181818,1.107081853219697,1.1010144892045455,1.0767476719696967,1.063313097727273,1.0459416142045455,1.0357532257575761,1.0141455005681819,0.9745804189393941,0.9559018475378788,0.932763515530303,0.9148337009469697,0.8921236933712123,0.8588322456439393,0.8340356767045454,0.8156476250000001,0.793946727462121,0.756551062878788,0.7278430111742424,0.7034317526515149,0.6709449405303031,0.6471661524621213,0.618445244128788,0.5875020568181817,0.5625219566287881,0.5257063062499999,0.5017353231060606,0.47127861647727276,0.4478807140151515,0.40680221837121205,0.3731532475378788,0.36159812424242427,0.321707693371212,0.2984728056818182,0.2678596403409091,0.2289713767045455,0.2120093492424243,0.18138583314393938,0.15996780132575758,0.12931567045454548,0.11669145056818184,0.07669427670454548,0.05819444526515152,0.03744696382575759,0.013408087310605981,-0.00298558030303037,-0.03301726704545454,-0.045755426704545445,-0.07056033257575756,-0.08564321212121215,-0.1038660558712121,-0.12172529583333341,-0.14211463409090905,-0.15760638352272718,-0.1757743113636364,-0.1924312441287879,-0.20363156609848482,-0.21344225018939403,-0.22645250700757583,-0.24096093693181816,-0.24973720549242426,-0.25897879810606067,-0.27325272897727276,-0.27890566363636365,-0.2840251285984849],[1.359416963257576,1.3534904329545454,1.3663944017045455,1.343855075,1.354169749810606,1.3452498818181815,1.3333454357954546,1.323440600189394,1.302989464772727,1.2945619988636363,1.2852097734848484,1.2793584431818181,1.2682578054924245,1.2522175450757576,1.2439854143939393,1.224904697159091,1.212404303598485,1.1920682672348486,1.1674598418560607,1.151447678787879,1.1297537132575757,1.1080089679924243,1.0779652607954546,1.068215799431818,1.0506089166666668,1.0167556431818183,0.9993664435606064,0.9609517168560606,0.9468749678030302,0.9175661823863634,0.8896030471590908,0.865937678977273,0.8357978704545455,0.8119029526515151,0.7706099333333334,0.7365961454545453,0.7082567880681819,0.6774705471590909,0.6464615232954548,0.6099662267045454,0.5972143744318181,0.5629378318181819,0.530152184469697,0.492079021969697,0.4619064172348485,0.439943137121212,0.40491291742424246,0.3709701645833333,0.34081513143939396,0.3098138507575757,0.2804156532196969,0.25358828428030306,0.22992797196969697,0.19682108087121214,0.16688161515151506,0.14142806950757575,0.12124278882575765,0.0853870657196969,0.06621654753787878,0.04079000454545454,0.025953299053030322,-0.002521530113636435,-0.01926723882575758,-0.053577181439393946,-0.05799975511363634,-0.0806345551136364,-0.10641272594696963,-0.1196274282196969,-0.13687664071969688,-0.1416340526515151,-0.1742891126893939,-0.1820994011363636,-0.1896651005681818,-0.20721418731060604,-0.21497228560606066,-0.2371635950757575,-0.24466207234848492,-0.2584130882575758,-0.2690688327651516,-0.27904136988636374],[1.469278430492424,1.4452214452651515,1.4587206962121213,1.4486533009469695,1.4533344089015152,1.4379581736742426,1.4274013250000002,1.4242024450757578,1.41410230625,1.406502456060606,1.3887694367424241,1.3867166416666665,1.3610336816287878,1.338508222348485,1.3473848982954548,1.3264957043560608,1.3037253501893942,1.2879678166666666,1.261678002651515,1.2490056350378786,1.2402841977272727,1.197559910227273,1.1721913178030303,1.1549766882575758,1.1293553642045455,1.1078722051136365,1.0879058931818182,1.0464088013257578,1.0130008524621212,0.9885667681818185,0.9659088895833334,0.9318487984848487,0.890589666098485,0.8705021325757577,0.8467538270833336,0.8065103770833333,0.7843833285984849,0.7635271041666665,0.7216808350378787,0.6770443107954544,0.653555987689394,0.6166186003787879,0.5860813316287878,0.5451989706439394,0.5248768393939394,0.4851303403409091,0.4610167909090909,0.4101842390151516,0.3888557168560606,0.357919412689394,0.3245185022727273,0.29419200151515146,0.2551623248106061,0.23903843390151513,0.21149584090909096,0.19004522537878793,0.1492408926136364,0.1287669373106061,0.09747584753787877,0.0806790395833334,0.05070868882575762,0.026882770643939354,0.005005375378787933,-0.01614015833333333,-0.03999752159090907,-0.05538357045454544,-0.07463639469696974,-0.09410744602272728,-0.12254477140151514,-0.12688002973484855,-0.15318913579545448,-0.16015815928030308,-0.17748324924242426,-0.18776992954545452,-0.20661072462121213,-0.213498209280303,-0.23066629791666676,-0.2380701581439394,-0.2526420759469696,-0.2636913083333334],[1.5706635382575758,1.5520083727272727,1.562459247537879,1.5597012842803033,1.5566837928030304,1.5400285348484848,1.5338060217803031,1.5363301892045453,1.518283666287879,1.512594999810606,1.491132474431818,1.4722221909090911,1.4565579460227274,1.4536460488636362,1.4400957128787881,1.416421653977273,1.394068325568182,1.3830367916666666,1.3647060755681817,1.3330952157196974,1.312806296590909,1.2974930888257576,1.284314116098485,1.2419775212121211,1.2098950668560606,1.182345187878788,1.160347368939394,1.132670612878788,1.106808634280303,1.0760547111742425,1.052677178598485,1.015998499431818,0.9889902859848484,0.9532692100378788,0.9228727765151514,0.8973887962121212,0.8545427484848485,0.8196697863636364,0.7816422693181818,0.743299163257576,0.7221364227272731,0.6943855371212122,0.6502177810606062,0.6028726924242424,0.5751587859848486,0.5455757515151516,0.5187630886363636,0.4783489041666667,0.43475578049242436,0.41791776363636374,0.3685634922348485,0.3518202160984849,0.3048861977272728,0.2780552448863637,0.2591711140151515,0.22384429943181816,0.18925562670454543,0.15769238238636366,0.14099037007575757,0.10758514621212122,0.08037589772727277,0.05436444204545456,0.038026699621212065,0.01778414640151516,-0.004586589772727231,-0.031961614583333395,-0.050529668560606006,-0.07811318863636357,-0.09189228030303027,-0.10635865871212125,-0.13044483636363632,-0.14778892272727276,-0.15214784810606066,-0.17647863068181813,-0.1891132962121213,-0.1994371948863637,-0.2141610253787878,-0.2316820022727273,-0.23916365643939394,-0.24865948749999997],[1.683938468181818,1.6565523564393938,1.6698136753787876,1.6682454392045452,1.6544382056818183,1.6614606806818186,1.6406308842803028,1.6364377388257578,1.632087628219697,1.6168368647727271,1.6048031524621211,1.593435879166667,1.5677610604166667,1.5572713583333335,1.545409165530303,1.5232640613636366,1.4972290965909092,1.4751685007575754,1.4630615261363638,1.4455110274621212,1.412267546212121,1.3923972140151515,1.3608179448863638,1.3546813246212122,1.309566802840909,1.2895358011363638,1.2646838494318184,1.226142543181818,1.1959659676136363,1.1652017999999997,1.1422380505681817,1.114941687878788,1.0826292613636364,1.0370192553030302,1.0090991496212125,0.9697914172348485,0.9275963553030305,0.8973609734848486,0.8626082060606062,0.828249596969697,0.7794319554924242,0.7573388909090909,0.7267715589015151,0.6788901914772728,0.6465229130681817,0.6085957420454547,0.5656312496212121,0.5320313581439394,0.48872762026515165,0.46580489053030316,0.43030570303030313,0.3929853958333333,0.3689711174242424,0.3243591064393939,0.29936388996212127,0.2668836875,0.23720813655303027,0.21578158749999996,0.18010657840909103,0.15039074488636364,0.11554906761363636,0.09224419412878787,0.07444367348484851,0.05312244886363645,0.02895613087121213,-0.0004011742424242642,-0.032807577272727234,-0.04678829488636363,-0.0627908920454545,-0.08462348731060598,-0.10588539375000003,-0.11506506571969695,-0.13244913503787872,-0.14732329261363636,-0.16469371155303034,-0.1836590185606061,-0.19466066382575764,-0.21033630037878787,-0.22320414678030306,-0.22955241496212112],[1.806608837310606,1.780032108712121,1.77870008844697,1.7812912992424246,1.7887722969696969,1.7791180888257578,1.7781940253787878,1.7542577356060602,1.7387924321969699,1.7278613850378788,1.7234192874999998,1.7141348479166667,1.7020131268939394,1.6760496840909094,1.6558822600378786,1.6230180301136363,1.6232748604166667,1.5893681875,1.5661960433712123,1.5539037456439393,1.523092841666667,1.5011414316287879,1.462955215340909,1.4301531831439396,1.4216226441287876,1.383341217234849,1.3593394577651516,1.3267764210227273,1.2951610706439394,1.2584536657196972,1.2238281880681818,1.2100677367424242,1.1605682981060605,1.1506313458333337,1.0906769537878789,1.0519966356060608,1.0339099454545455,0.9779931494318183,0.9411691162878789,0.9140453950757578,0.8694672479166669,0.8258204007575757,0.779984753598485,0.7534493960227273,0.7177446270833333,0.666681718371212,0.6277952759469697,0.5917824393939394,0.5613285731060607,0.5405043967803029,0.4889135876893941,0.45111149280303026,0.4218299077651515,0.37806081477272724,0.3441122928030304,0.3170976481060606,0.2790151371212121,0.24734026666666656,0.2124120592803031,0.18994966363636367,0.15257694242424238,0.1364236522727273,0.10129866496212121,0.07563492140151516,0.05650664071969697,0.03341511874999999,0.012841664583333308,-0.011170559848484835,-0.03978811875,-0.058919105871212095,-0.08451808314393942,-0.10056611174242429,-0.1144674361742424,-0.13426360321969705,-0.14821138882575757,-0.1621176337121212,-0.17453515719696977,-0.19114745871212113,-0.20136001401515147,-0.21187954412878787],[1.9227926482954545,1.9215176664772728,1.9250992206439397,1.9157753964015152,1.9114955732954544,1.8898596816287883,1.882852712689394,1.885273871401515,1.8607083498106063,1.8500309837121212,1.8452962791666667,1.825529342613637,1.8203018295454547,1.795632038257576,1.7715968500000001,1.749596248863636,1.7313647642045455,1.7148311428030307,1.7012002208333332,1.65835416875,1.6324388136363637,1.6176197736742424,1.5695865003787879,1.5547082602272726,1.5165783428030304,1.489981385416667,1.462203628030303,1.4333515234848482,1.3907539321969697,1.3657833560606059,1.3258264651515153,1.2909249384469699,1.2444699240530304,1.2175198861742424,1.1802400329545457,1.1504376840909092,1.111860828977273,1.0617784696969699,1.0138465767045455,0.9901298645833335,0.9430863632575759,0.9037114753787878,0.8606461945075758,0.8268257123106061,0.7889034723484849,0.7437492308712123,0.7027945698863639,0.6632204905303032,0.626913050568182,0.581232013068182,0.5551167009469696,0.516385690719697,0.47355069204545447,0.4406226221590909,0.40160194337121224,0.36541230700757577,0.332996887689394,0.2985477479166666,0.25958348049242413,0.2339734450757576,0.19706689715909087,0.17585562443181812,0.14581320549242419,0.11605298863636372,0.08991890890151519,0.06693490549242428,0.041927618181818144,0.012578091287878736,4.4735795454575274e-05,-0.02270220340909089,-0.055825178977272794,-0.07300532803030303,-0.09286068579545456,-0.11039830965909093,-0.12446247140151517,-0.1471467799242424,-0.1577397265151515,-0.1768748615530303,-0.18444597064393947,-0.1977658500000001],[2.0616852289772734,2.0461820759469695,2.060061959280303,2.0369532452651513,2.0349993712121215,2.0280887356060604,2.0292261329545456,1.997873437310606,2.0063841352272727,1.994198831439394,1.9699709547348483,1.9456758524621214,1.9419968032196968,1.9071954583333337,1.8918217515151516,1.8746721621212123,1.8601981886363639,1.8297585842803032,1.8067668142045457,1.7918848034090908,1.7685903922348485,1.7210589596590913,1.692330798106061,1.6580259511363638,1.6460327662878789,1.6116025882575757,1.5862398801136366,1.5239316013257576,1.5107652028409093,1.4769832948863637,1.4442328848484849,1.4075110988636363,1.3605044240530302,1.3030586240530304,1.2924289020833335,1.2227911263257574,1.2174487878787879,1.1670218106060608,1.1269951736742425,1.0738869835227272,1.0326936998106062,0.9872122011363639,0.9417302054924243,0.9062259274621215,0.8566128916666667,0.8210365439393938,0.7805072257575758,0.7503947229166665,0.6943187901515152,0.664390462121212,0.6040985863636361,0.5705226946969696,0.5369968787878787,0.4856110746212121,0.45735496723484836,0.41346112272727265,0.37443272253787885,0.34963886420454554,0.29924990928030304,0.2906884102272727,0.24117353958333332,0.20877238049242422,0.17510398579545453,0.1538424967803029,0.1250668422348485,0.09877360511363635,0.07075662405303028,0.04424583181818173,0.02222440852272719,0.003555910416666682,-0.03138380132575755,-0.0502969918560607,-0.07373677291666669,-0.07898891420454546,-0.10408154753787885,-0.11612452026515144,-0.13380545965909088,-0.15908215757575758,-0.16805097329545463,-0.1784668081439394],[2.1979359193181818,2.168754204356061,2.1771465320075754,2.171172703219697,2.1785705700757574,2.158642837878788,2.159888223295454,2.134689214772727,2.1350056986742425,2.10314618030303,2.099418363257576,2.0855586770833336,2.0749246886363637,2.0620101738636367,2.025671850757576,2.02243758655303,1.9783319159090906,1.9672299227272732,1.950414514962121,1.9012494865530305,1.885344851325758,1.8450495539772727,1.8166957965909092,1.7913646007575759,1.7532966642045456,1.7403228193181817,1.702375628787879,1.6637386867424242,1.6128559594696974,1.5833763094696967,1.5375186750000003,1.5100385916666668,1.4888419157196973,1.4245329541666671,1.400293033522727,1.3298343151515153,1.2911211967803031,1.2504163683712124,1.2022458418560609,1.170109049242424,1.1177548337121215,1.0792906005681817,1.0303772274621212,0.9918539323863639,0.9298388551136363,0.9092176990530301,0.8631397598484848,0.8119643249999999,0.7710782899621211,0.73478995,0.6808127816287879,0.6525690244318183,0.5957578145833334,0.5585467958333333,0.5110269539772727,0.4699052971590909,0.4355218475378787,0.3950126498106061,0.35838285208333326,0.3241604717803031,0.29712719356060613,0.26081121250000006,0.22478483750000003,0.18628997840909095,0.15844051931818193,0.1275716020833333,0.10309687007575757,0.07849033825757576,0.06394097613636367,0.021889671969696947,0.010689734090909092,-0.020220384280302945,-0.03971144772727276,-0.06024197102272731,-0.07554892026515153,-0.10265307973484847,-0.11109736628787878,-0.13348350984848478,-0.15442128106060607,-0.16206454791666666],[2.335152077840909,2.3351165804924245,2.334121706060606,2.3331893513257573,2.322049528598485,2.3113419768939396,2.2971047973484846,2.282732825189394,2.271161143181818,2.2562957316287884,2.2341858808712116,2.2195314263257577,2.196344045075757,2.198424671590909,2.166986842424243,2.154870345833334,2.1056606863636365,2.0852158732954544,2.0738093164772726,2.052623933522727,2.028986632954545,1.9795586092803032,1.9557869672348482,1.919907696212121,1.8809284238636363,1.8601546984848485,1.8256758321969697,1.777723537310606,1.7348272799242428,1.6901069922348482,1.6499630897727273,1.6231920590909088,1.5822251310606064,1.5429008331439398,1.4927445638257575,1.4524023948863638,1.3905769926136362,1.3676676587121213,1.3127872412878785,1.2725930356060606,1.2167753706439395,1.1670856901515152,1.104673930492424,1.0828225414772727,1.0466332293560607,0.986911837310606,0.9406280693181818,0.8911259604166667,0.8622312157196972,0.7893817916666668,0.7490589899621213,0.717383734280303,0.6687224647727272,0.6246285337121215,0.5652848414772726,0.5337559323863638,0.48005823731060604,0.4599642418560607,0.4218486272727272,0.37439594621212124,0.3438556691287879,0.30657106477272733,0.27154017594696966,0.24361843124999996,0.19708953276515154,0.1729828121212121,0.1357709467803031,0.11264138087121213,0.0862783034090909,0.0727398715909091,0.042192889204545427,0.00881536287878788,-0.01046689090909096,-0.02719571837121211,-0.05584590587121212,-0.08289529015151516,-0.09876725094696974,-0.11308648143939393,-0.13100725946969696,-0.14292027784090905],[2.486513316098485,2.483573465151515,2.4782900443181815,2.483547536363637,2.463665754545455,2.4580186910984856,2.43829275625,2.427484497159091,2.4226463816287875,2.4295241441287883,2.3992247458333336,2.3518206392045458,2.3660810373106065,2.3338445308712124,2.3108505528409093,2.287629764204546,2.2573959431818182,2.2416854587121215,2.2202514763257577,2.190355046590909,2.149496522348485,2.130449636742424,2.0960215077651516,2.044989122159091,2.025733309848485,1.9932344740530301,1.942722857007576,1.9306247240530303,1.8728142931818181,1.8267962208333335,1.7772300897727278,1.7402056803030304,1.6853195736742423,1.6483492986742427,1.6014232464015155,1.5705355590909091,1.5166089426136362,1.4691645234848485,1.4222990763257575,1.372359181628788,1.3210966007575757,1.268504952651515,1.2152770009469696,1.1978025020833334,1.1240721196969696,1.0742568541666666,1.0322127647727273,0.9823228374999999,0.924057246212121,0.8789587314393937,0.834068719318182,0.7762290280303029,0.7494837844696968,0.6911686734848485,0.6510548253787879,0.6040275946969698,0.5716659909090909,0.5128440054924244,0.46594189318181817,0.42480048882575766,0.38308352196969697,0.3486538166666666,0.3110799208333334,0.2861120774621213,0.2427405039772728,0.2074340785984849,0.16851910037878784,0.15513915284090915,0.1353244270833333,0.09712507045454545,0.06979505151515156,0.04771685738636363,0.017550461931818126,-0.008116401515151505,-0.03295596022727274,-0.046643396969696896,-0.07745101060606054,-0.0920214121212121,-0.10586037159090915,-0.12406678939393938],[2.6435517399621213,2.639732590530303,2.6071184198863633,2.632765503030303,2.615155458522728,2.599520501325758,2.6059488439393945,2.589043575,2.589024594318182,2.5645565803030306,2.5420554551136365,2.526808817045455,2.504392266666667,2.4826107363636356,2.465936921212121,2.437153518371212,2.416932713068181,2.3846358960227274,2.363010808712121,2.3199299100378785,2.2886264937500003,2.2537198452651515,2.239171541477273,2.1990194965909087,2.164830080681818,2.138735947537879,2.0640076460227266,2.04145458125,2.007806247159091,1.954591248106061,1.9239029234848486,1.877159771212121,1.8268258312500003,1.789727685416667,1.7316567804924243,1.6745602666666668,1.6287498107954546,1.5665352017045455,1.519303097537879,1.4951756575757575,1.4297699562500001,1.3679571261363637,1.3250859691287882,1.263554241098485,1.2199910714015154,1.1702638395833336,1.1190635515151512,1.0587677238636362,1.0090508799242424,0.9681387043560606,0.90968633125,0.8652315304924242,0.8120576873106061,0.7608310549242426,0.7192351929924243,0.675755637121212,0.6154450000000001,0.5745489666666668,0.5244920346590909,0.4941962041666666,0.44377835795454545,0.4195913043560606,0.3710634511363637,0.34048382386363646,0.29040103352272717,0.2571283240530304,0.22522082064393956,0.19386766022727273,0.16111324526515156,0.13908318977272724,0.09493641837121204,0.06642878314393932,0.04354655833333335,0.018928117424242476,0.0025207081439395066,-0.02106830795454546,-0.05163501401515161,-0.05602678219696974,-0.07931150946969692,-0.10381146931818183],[2.8094842670454545,2.7845128109848485,2.7884108136363635,2.794756041287879,2.7948905484848487,2.7946493914772725,2.759923612121212,2.7462283496212128,2.7514610375,2.6988133077651515,2.701767773484849,2.6985157246212124,2.6737807229166664,2.6430803017045448,2.6091919935606063,2.5806009931818186,2.5805434054924237,2.526258964015151,2.522672790719697,2.485263749242424,2.456187932575758,2.4257751606060607,2.3848132590909095,2.3536922217803036,2.312978594128788,2.274615755871212,2.2417870784090907,2.1843580255681814,2.140599301325757,2.096567480681818,2.046163493181818,2.016062815719697,1.974021615909091,1.9067204503787882,1.866957034848485,1.8096277742424243,1.7707923231060607,1.7045789984848485,1.661088875189394,1.6022351625000002,1.5648589893939393,1.4973066138257578,1.4360233020833335,1.384950158901515,1.3286486753787878,1.2617249759469698,1.2237695630681817,1.1487701509469699,1.1115879761363636,1.0538301418560607,1.0034422106060605,0.9450170375000002,0.9076814581439393,0.8387996289772727,0.7857218134469697,0.7445987107954546,0.7017971977272727,0.6411171015151516,0.5966544106060606,0.5597157681818181,0.5180625164772726,0.4715433225378787,0.4232519518939395,0.37844155662878776,0.3360746575757575,0.3085247359848484,0.2702183570075757,0.2300411071969696,0.1962570589015151,0.16812925018939398,0.1388958342803031,0.11155194015151516,0.07498352026515155,0.04804037367424248,0.026272141856060596,0.011791089204545436,-0.01671655189393935,-0.03653801704545448,-0.053041121212121206,-0.08105119981060607],[2.9682141132575754,2.973270575,2.962891705492424,2.967550164772727,2.947634483333333,2.9487491210227272,2.900848126515151,2.9222806003787882,2.9102120954545456,2.8923495251893936,2.850139638636364,2.8509007804924242,2.809580883901515,2.8096069566287882,2.773816421590909,2.7571665507575758,2.740849207386364,2.7096955162878786,2.6763267416666663,2.6344154698863633,2.612468631439394,2.5862985003787884,2.557895185037879,2.5013605873106064,2.472880128409091,2.4154657210227275,2.3905464278409094,2.344160859280303,2.2871764935606067,2.2714268460227274,2.2079722893939393,2.1723044982954542,2.092808996022727,2.035571316287879,1.9946964450757576,1.9319543672348483,1.8962133539772732,1.8437880606060608,1.7977380403409093,1.7363197759469697,1.6684404212121215,1.6007450289772724,1.5625310009469695,1.5071466566287877,1.4353010024621216,1.3832920621212124,1.3270961287878784,1.2600090551136363,1.2202158384469697,1.1551592768939398,1.1068056428030304,1.0408356054924242,0.9905905888257576,0.9080450903409091,0.8846607659090909,0.8173237958333333,0.7672259229166667,0.7223356816287883,0.669516981628788,0.6238198678030304,0.578632415719697,0.5249134121212121,0.48100966723484845,0.441379096780303,0.394385096969697,0.3541327492424243,0.3151068375,0.2804254210227273,0.24453381098484855,0.20189376306818177,0.1679922806818182,0.13396977348484848,0.12202704659090911,0.084340578409091,0.07161225056818182,0.03785776704545458,0.0036590793560606774,-0.020006443750000085,-0.03505089166666667,-0.056204162878787794],[3.139345174621213,3.128279420833333,3.136270641666667,3.151529767992424,3.1342693818181817,3.113452394886364,3.129459433712121,3.109059501325757,3.083437996969697,3.051560635037879,3.0381441200757573,3.000785310795455,3.0022641458333337,2.9809583198863634,2.965521882196969,2.915302066287879,2.8745891363636367,2.8587931556818176,2.8368237700757577,2.8199856488636366,2.7902174831439397,2.733475318560606,2.6994244140151524,2.6597702418560605,2.6253773916666665,2.5721125833333334,2.527438446212121,2.528476505492424,2.4285376859848493,2.4020147793560604,2.359776175378788,2.3039670801136367,2.243536279356061,2.1838848825757577,2.144812486174243,2.0914751481060607,2.0335033757575762,1.9951875030303035,1.9292630340909094,1.860240159280303,1.8079701363636365,1.7313274634469697,1.6769861664772732,1.624526177651515,1.5502373916666667,1.4906027320075759,1.447516508901515,1.363174568939394,1.3341345196969696,1.248774237310606,1.1970204185606061,1.1362621668560606,1.0675289615530303,1.0176057392045454,0.967293878409091,0.9216509746212121,0.8397188412878785,0.7978092755681819,0.7520608439393939,0.7181016013257576,0.6307305473484848,0.6009987617424243,0.5455825126893941,0.5026203535984849,0.45901304034090895,0.40689156022727274,0.37474222613636365,0.31606242784090904,0.2955748041666667,0.25537738295454543,0.21591789696969696,0.18564120738636375,0.15688375075757566,0.12471927045454545,0.09833027310606059,0.07160331799242424,0.04246578162878788,0.017445922348484792,-0.005800853787878746,-0.040649458522727194],[3.3450313354166665,3.337808197537879,3.314271460227273,3.3165641032196964,3.3209537935606064,3.291747170454545,3.268908387878788,3.2861867943181817,3.276983841287879,3.2424799392045456,3.232641978977273,3.187330234469697,3.1609874035984844,3.174857457954546,3.153968798863636,3.1042330856060607,3.0660165418560608,3.0481136893939382,3.0112739700757576,2.9778947100378788,2.920375775757576,2.906248818371212,2.8641316431818185,2.815526668560606,2.8034642765151507,2.755847375189394,2.6992594583333327,2.6501417058712122,2.601711794886363,2.5683205299242426,2.512018988068182,2.4608342624999997,2.4334643643939398,2.3347236200757577,2.288464042234849,2.2402905804924247,2.1721748083333328,2.111466189772727,2.0518871651515154,1.9904856117424246,1.9326572674242426,1.8693751191287875,1.7942573210227273,1.7564874882575756,1.6716306795454547,1.5975359501893938,1.5584489340909087,1.48941171155303,1.4219493564393941,1.3585747967803032,1.3040462079545452,1.2497580865530307,1.1850064818181818,1.1066642797348485,1.0658074104166668,0.9904407100378788,0.9471882352272729,0.8744594134469698,0.8330829556818181,0.7579775361742426,0.7208050857954545,0.6662846426136364,0.6096513174242425,0.5586144297348486,0.5308949045454546,0.4847728498106061,0.4347808647727273,0.367063890530303,0.3466521202651514,0.30382253674242427,0.2709405075757576,0.2325001225378788,0.2102522950757576,0.16655918731060607,0.13266500814393942,0.10825372462121215,0.08399219469696975,0.041789453409090876,0.03743916553030301,0.000800086742424162],[3.4901301335227277,3.51450421060606,3.4967025693181815,3.5055369982954545,3.4886565924242428,3.493329302083333,3.456410546212121,3.4436510755681824,3.427402859848485,3.423918610037879,3.4361169700757577,3.3842993916666666,3.361878199431818,3.3202666456439394,3.296015980871212,3.2750278632575758,3.2496266996212113,3.2232835005681815,3.190472373674243,3.164407370265151,3.122139937310606,3.062734030492425,3.034573386931818,3.0062187007575756,2.964975689015152,2.895910268560606,2.869376911742424,2.831642720643939,2.783478122159091,2.7071060793560604,2.6540896285984847,2.601082703409091,2.566671492424242,2.5017043153409095,2.4450260494318186,2.373796190151515,2.3362070316287884,2.2723204668560606,2.210397029166667,2.1315542994318184,2.086500585795455,2.018341678977273,1.9358423545454548,1.889023377840909,1.821150947159091,1.735146278030303,1.6863947051136359,1.612689223484849,1.5734721251893937,1.4860006581439398,1.4297573259469696,1.3354228837121211,1.2853210361742424,1.2200427869318184,1.1562740136363636,1.0789012833333336,1.0323655259469695,0.9769694573863638,0.9121868674242425,0.8554121892045453,0.7938174329545454,0.7331207640151517,0.6926226545454546,0.6491787465909091,0.5812128238636363,0.5462449471590909,0.4889189492424242,0.43783984337121223,0.4073959503787878,0.36846329374999987,0.317589599810606,0.2820644268939395,0.24227366477272735,0.21714487670454538,0.17139805246212123,0.14450814886363642,0.11248984393939396,0.08112567708333339,0.050996122348484905,0.029807273863636387]],"type":"surface"},{"hoverinfo":"skip","line":{"color":"black","width":3},"mode":"lines","showlegend":false,"x":[0.009262035930952983,0.013835639553073978,0.01840924317519497,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04073788824601985,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.07835047507456235,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10128424567955457,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12243234567567529,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.13812115987670298,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.15252255057912778,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16514776718270213,0.16933816270518778,0.1739117663273088,0.17761861722456143],"y":[0.08490163739256837,0.08506747328919244,0.08503714618483531,0.08507697418705829,0.08517588526237671,0.08539525702064019,0.08560930713296871,0.08584509628125206,0.08587498004636666,0.08606860832952339,0.08625956655580393,0.08662204306043272,0.0870971051323474,0.08716953183555677,0.0874659484131831,0.08792853109778724,0.08833572319643519,0.08839727935573774,0.08882971939093594,0.08916038383441499,0.08954459185200676,0.0902501906502265,0.09087244095114189,0.09094946243022345,0.09140496803964242,0.09174251882814675,0.09235874428684096,0.09300979436897082,0.09350164550470916,0.09367943732642839,0.0942332080403455,0.09509984134130084,0.09600596758435938,0.09605382857919484,0.09630791525311476,0.09733922583892773,0.0982272557432067,0.09860601165368052,0.09915549587450237,0.10030719117363868,0.10108648377384716,0.10115819472816623,0.1020019503112576,0.1029047419527186,0.10371037780265194],"z":[2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939,2.284427736893939],"type":"scatter3d"},{"hovertemplate":"336674_RB_M_Cre\u003cbr\u003e\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003echiUni=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","marker":{"color":"#e377c2","line":{"color":"black","width":1},"size":8},"mode":"markers+text","name":"336674_RB_M_Cre","text":["336674_RB_M_Cre"],"textfont":{"color":"lightgrey"},"textposition":"top center","x":[0.14655568764386923],"y":[-0.008190095291517173],"z":[-0.20850063710058772],"type":"scatter3d"},{"hovertemplate":"336680_RRB_M_Cre\u003cbr\u003e\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003echiUni=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","marker":{"color":"#9467bd","line":{"color":"black","width":1},"size":8},"mode":"markers+text","name":"336680_RRB_M_Cre","text":["336680_RRB_M_Cre"],"textfont":{"color":"lightgrey"},"textposition":"top center","x":[0.15743871156040198],"y":[0.009955928107753517],"z":[-0.09029299271139286],"type":"scatter3d"},{"hovertemplate":"336681_LT_M_cre\u003cbr\u003e\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003echiUni=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","marker":{"color":"#2ca02c","line":{"color":"black","width":1},"size":8},"mode":"markers+text","name":"336681_LT_M_cre","text":["336681_LT_M_cre"],"textfont":{"color":"lightgrey"},"textposition":"top center","x":[0.16824022341343728],"y":[-0.007181608903753058],"z":[-0.2430264106358671],"type":"scatter3d"},{"hovertemplate":"336682_RB_M_Cre\u003cbr\u003e\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003echiUni=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","marker":{"color":"#e377c2","line":{"color":"black","width":1},"size":8},"mode":"markers+text","name":"336682_RB_M_Cre","text":["336682_RB_M_Cre"],"textfont":{"color":"lightgrey"},"textposition":"top center","x":[0.1592076058869509],"y":[0.015990783495929355],"z":[-0.03618643726643213],"type":"scatter3d"},{"hovertemplate":"355575_RB_M_Cre\u003cbr\u003e\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003echiUni=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","marker":{"color":"#e377c2","line":{"color":"black","width":1},"size":8},"mode":"markers+text","name":"355575_RB_M_Cre","text":["355575_RB_M_Cre"],"textfont":{"color":"lightgrey"},"textposition":"top center","x":[0.21902558527985497],"y":[0.017964232390270285],"z":[-0.18918459624926287],"type":"scatter3d"},{"hovertemplate":"355577_RR_M_Cre\u003cbr\u003e\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003echiUni=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","marker":{"color":"#bcbd22","line":{"color":"black","width":1},"size":8},"mode":"markers+text","name":"355577_RR_M_Cre","text":["355577_RR_M_Cre"],"textfont":{"color":"lightgrey"},"textposition":"top center","x":[0.18449965588043793],"y":[-0.0011429625786350246],"z":[-0.2365112439819183],"type":"scatter3d"},{"hovertemplate":"355579_N_M_Cre\u003cbr\u003e\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003echiUni=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","marker":{"color":"#1f77b4","line":{"color":"black","width":1},"size":8},"mode":"markers+text","name":"355579_N_M_Cre","text":["355579_N_M_Cre"],"textfont":{"color":"lightgrey"},"textposition":"top center","x":[0.1284958886139358],"y":[-0.018271213007698125],"z":[-0.24591442945080078],"type":"scatter3d"},{"hovertemplate":"355580_R_M_Cre\u003cbr\u003e\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003echiUni=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","marker":{"color":"#17becf","line":{"color":"black","width":1},"size":8},"mode":"markers+text","name":"355580_R_M_Cre","text":["355580_R_M_Cre"],"textfont":{"color":"lightgrey"},"textposition":"top center","x":[0.1700904881678808],"y":[0.007939730234053859],"z":[-0.13770345167071943],"type":"scatter3d"}],"layout":{"template":{"data":{"histogram2dcontour":[{"type":"histogram2dcontour","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"choropleth":[{"type":"choropleth","colorbar":{"outlinewidth":0,"ticks":""}}],"histogram2d":[{"type":"histogram2d","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"heatmap":[{"type":"heatmap","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"heatmapgl":[{"type":"heatmapgl","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"contourcarpet":[{"type":"contourcarpet","colorbar":{"outlinewidth":0,"ticks":""}}],"contour":[{"type":"contour","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"surface":[{"type":"surface","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"mesh3d":[{"type":"mesh3d","colorbar":{"outlinewidth":0,"ticks":""}}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"parcoords":[{"type":"parcoords","line":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scatterpolargl":[{"type":"scatterpolargl","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"#E5ECF6","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"scattergeo":[{"type":"scattergeo","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scatterpolar":[{"type":"scatterpolar","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"scattergl":[{"type":"scattergl","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scatter3d":[{"type":"scatter3d","line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scattermapbox":[{"type":"scattermapbox","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scatterternary":[{"type":"scatterternary","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scattercarpet":[{"type":"scattercarpet","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"white","linecolor":"white","minorgridcolor":"white","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"white","linecolor":"white","minorgridcolor":"white","startlinecolor":"#2a3f5f"},"type":"carpet"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}],"barpolar":[{"marker":{"line":{"color":"#E5ECF6","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"pie":[{"automargin":true,"type":"pie"}]},"layout":{"autotypenumbers":"strict","colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"hovermode":"closest","hoverlabel":{"align":"left"},"paper_bgcolor":"white","plot_bgcolor":"#E5ECF6","polar":{"bgcolor":"#E5ECF6","angularaxis":{"gridcolor":"white","linecolor":"white","ticks":""},"radialaxis":{"gridcolor":"white","linecolor":"white","ticks":""}},"ternary":{"bgcolor":"#E5ECF6","aaxis":{"gridcolor":"white","linecolor":"white","ticks":""},"baxis":{"gridcolor":"white","linecolor":"white","ticks":""},"caxis":{"gridcolor":"white","linecolor":"white","ticks":""}},"coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]]},"xaxis":{"gridcolor":"white","linecolor":"white","ticks":"","title":{"standoff":15},"zerolinecolor":"white","automargin":true,"zerolinewidth":2},"yaxis":{"gridcolor":"white","linecolor":"white","ticks":"","title":{"standoff":15},"zerolinecolor":"white","automargin":true,"zerolinewidth":2},"scene":{"xaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white","gridwidth":2},"yaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white","gridwidth":2},"zaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white","gridwidth":2}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"geo":{"bgcolor":"white","landcolor":"#E5ECF6","subunitcolor":"white","showland":true,"showlakes":true,"lakecolor":"white"},"title":{"x":0.05},"mapbox":{"style":"light"}}},"scene":{"xaxis":{"title":{"text":"\u03c3"}},"yaxis":{"title":{"text":"\u03bc"}},"zaxis":{"title":{"text":"chiUni"}},"aspectmode":"cube"},"margin":{"l":0,"r":0,"t":30,"b":20},"title":{"text":"3-D phase diagram \u2013 chiUni"},"width":1200,"height":900}} \ No newline at end of file diff --git a/assets/plotly/2025-10-25-phase-diagram-playbook/3D-PDA-m.json b/assets/plotly/2025-10-25-phase-diagram-playbook/3D-PDA-m.json new file mode 100644 index 0000000..75d7957 --- /dev/null +++ b/assets/plotly/2025-10-25-phase-diagram-playbook/3D-PDA-m.json @@ -0,0 +1 @@ +{"data":[{"colorscale":[[0.0,"#440154"],[0.1111111111111111,"#482878"],[0.2222222222222222,"#3e4989"],[0.3333333333333333,"#31688e"],[0.4444444444444444,"#26828e"],[0.5555555555555556,"#1f9e89"],[0.6666666666666666,"#35b779"],[0.7777777777777778,"#6ece58"],[0.8888888888888888,"#b5de2b"],[1.0,"#fde725"]],"hovertemplate":"\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003em=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","opacity":1.0,"x":[[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156]],"y":[[-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798],[-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228],[-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659],[-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089],[-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752],[-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895],[-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038],[-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811],[-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242],[-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672],[-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103],[-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533],[-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964],[-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394],[-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825],[-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255],[-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686],[-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116],[-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547],[-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977],[-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408],[-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838],[-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269],[-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699],[-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613],[-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756],[-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991],[-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213],[-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518],[-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823],[-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128],[-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433],[-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738],[-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043],[-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348],[-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653],[-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958],[-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633],[-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684],[0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265],[0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215],[0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516],[0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211],[0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906],[0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601],[0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296],[0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399],[0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686],[0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538],[0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062],[0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677],[0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248],[0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816],[0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384],[0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955],[0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526],[0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094],[0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662],[0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233],[0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804],[0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372],[0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094],[0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511],[0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082],[0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665],[0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218],[0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789],[0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236],[0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928],[0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496],[0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067],[0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638],[0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206],[0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774],[0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345],[0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916],[0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484],[0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052],[0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623],[0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194]],"z":[[0.0013772727272727272,0.0011553030303030304,0.0014053030303030304,0.0012143939393939392,0.0007318181818181818,0.0013939393939393938,0.0008393939393939397,0.0009856060606060607,0.00043712121212121193,0.0010742424242424244,0.0012704545454545455,0.0013492424242424249,0.0011795454545454542,0.0012643939393939393,0.0011674242424242426,0.0008515151515151517,0.001156818181818182,0.0007446969696969696,0.0008613636363636363,0.001131818181818182,0.0007484848484848486,0.0013992424242424242,0.000696969696969697,0.0010583333333333334,0.0007045454545454546,0.00011893939393939396,7.65151515151516e-05,-0.0002053030303030304,0.0007098484848484849,0.0003348484848484848,0.0003643939393939394,-0.000515151515151515,0.0003962121212121213,0.0006265151515151517,0.0005181818181818182,-0.00017954545454545428,0.0008969696969696972,-0.0004409090909090909,0.00036515151515151517,0.0006515151515151515,0.00022121212121212127,-0.00015757575757575768,-0.00020606060606060626,-1.6666666666666725e-05,-0.00016969696969696966,0.0004113636363636361,-0.0015712121212121215,0.0010431818181818179,-0.00016818181818181795,4.31818181818182e-05,0.0001015151515151517,0.00029090909090909097,-0.0013022727272727274,0.00012803030303030287,-0.00031515151515151536,-0.0011568181818181814,-0.0013515151515151517,-0.0006280303030303032,-0.0019181818181818187,-0.0031106060606060615,-0.0016363636363636363,-0.0015166666666666668,0.00020227272727272734,-0.0005219696969696969,-0.003072727272727273,-0.0025598484848484847,-0.002465151515151515,-0.0024462121212121208,0.0009431818181818183,-0.00258030303030303,-0.0006954545454545447,-0.006340151515151516,-0.004938636363636365,0.00029393939393939413,-0.003963636363636363,-0.0020075757575757575,-0.002241666666666667,-0.0019628787878787878,-0.006253787878787879,-0.0024030303030303027],[0.0015166666666666664,0.0015431818181818185,0.0014257575757575757,0.0016287878787878787,0.0011780303030303034,0.0008742424242424243,0.000796969696969697,0.0007825757575757577,0.0013674242424242427,0.0007007575757575758,0.0010181818181818183,0.0016022727272727271,0.0004962121212121214,0.0011492424242424241,0.00015454545454545446,0.0019719696969696973,0.0012893939393939396,0.0002083333333333333,5.6818181818181866e-05,0.0008060606060606059,-7.575757575757564e-05,0.0009924242424242424,0.0004992424242424243,0.0016878787878787877,0.0003507575757575758,0.0005462121212121214,-5.757575757575754e-05,0.0010113636363636364,0.00011515151515151512,0.00018787878787878797,0.0009363636363636364,0.0010583333333333332,0.00037727272727272707,4.5454545454543405e-06,0.0005219696969696973,0.0005712121212121213,0.0007045454545454544,0.00017045454545454558,-5.6060606060606135e-05,-0.0003833333333333331,-0.00038787878787878774,-0.0004227272727272728,0.0001113636363636364,-0.0007113636363636362,-0.0011159090909090912,-0.00015606060606060613,-0.0009128787878787878,-0.0014598484848484848,2.0454545454545437e-05,0.0005469696969696969,-0.0005522727272727273,-0.0003696969696969698,-5.30303030303036e-06,0.0005621212121212119,-0.0004909090909090908,-0.0010045454545454546,-0.0006856060606060611,-0.0006643939393939397,-1.5909090909090907e-05,-0.0007121212121212122,-0.0022416666666666665,-0.0019409090909090914,-0.00085,-0.0021522727272727275,-8.560606060606024e-05,-0.0003575757575757577,-0.003826515151515151,0.001846969696969697,3.6363636363636113e-05,-0.0004856060606060608,0.002060606060606061,-0.0008507575757575746,-0.001309090909090909,-0.001125,-0.00038484848484848506,-0.0018340909090909087,-0.00470530303030303,-0.005322727272727272,-0.0013606060606060613,-0.003829545454545454],[0.0007651515151515151,0.0011689393939393938,0.0012386363636363634,0.0009348484848484848,0.001293181818181818,0.001122727272727273,0.001618181818181818,0.0008977272727272725,0.001231060606060606,0.0013818181818181815,0.0012022727272727274,0.001440151515151515,0.0009704545454545455,0.0010386363636363635,0.000846969696969697,0.00017878787878787897,0.0007280303030303028,0.0005083333333333334,0.0010871212121212124,0.0006280303030303029,0.0004371212121212122,0.0004969696969696971,0.0004977272727272725,0.0011749999999999998,0.0005651515151515154,0.00030984848484848487,0.00119469696969697,8.636363636363639e-05,0.00035227272727272717,0.0007181818181818181,0.0010954545454545455,0.0002939393939393939,-0.00027045454545454573,0.00042196969696969687,0.0005575757575757575,-0.00028863636363636363,-0.0006681818181818182,0.0006060606060606063,0.0010689393939393936,0.0003121212121212122,-0.00021893939393939385,0.0004712121212121214,0.0002477272727272727,-0.0001704545454545456,-0.00015833333333333332,-0.0009696969696969697,-0.0005272727272727271,-0.0008280303030303029,-0.0003681818181818182,-0.0006477272727272725,-0.000637121212121212,-0.000637878787878788,-0.0012492424242424244,-0.0007757575757575757,-0.001140909090909091,-0.0016007575757575761,-0.0026696969696969695,-0.0008492424242424243,-0.0019401515151515154,-0.0023946969696969694,-0.0020234848484848487,0.0003128787878787878,-0.00013030303030303012,-0.0018121212121212122,-0.0018234848484848486,-0.002904545454545454,-0.003931818181818182,-0.002958333333333333,-0.004156060606060606,-0.0017871212121212128,-0.004524242424242423,-0.0017431818181818182,-0.004556818181818182,-0.0018530303030303036,0.00017803030303030284,0.0004227272727272731,-0.0038348484848484852,-0.004253030303030303,-0.0027280303030303033,-0.0025583333333333335],[0.001946212121212121,0.0012416666666666667,0.0008863636363636363,0.0016242424242424243,0.001571969696969697,0.0017393939393939397,0.00023257575757575742,0.0012272727272727272,0.0015090909090909087,0.001350757575757576,0.0015151515151515154,0.0007181818181818182,0.0007007575757575756,0.0013151515151515155,0.0010575757575757576,0.00043257575757575754,0.001578787878787879,0.0004075757575757574,0.0003727272727272726,0.0007166666666666666,0.0005659090909090906,0.0007719696969696969,0.0010098484848484852,0.0007977272727272728,7.121212121212131e-05,0.00032045454545454564,0.001068939393939394,0.0005189393939393941,0.0008977272727272725,0.0014098484848484851,-0.0005886363636363636,0.00037272727272727295,0.0003871212121212123,0.0011272727272727272,-0.0004212121212121216,-0.00035530303030303017,-9.318181818181845e-05,0.0009386363636363636,-0.0003621212121212122,-0.00016818181818181824,-0.00032045454545454575,0.000346969696969697,-0.00034545454545454533,-0.0002424242424242426,0.00039242424242424257,-0.0005265151515151516,-0.0001166666666666669,-0.0006666666666666666,-0.0009871212121212124,-0.00015151515151515173,-7.499999999999998e-05,0.00021969696969696966,-9.46969696969697e-05,4.545454545454355e-06,-0.0014128787878787878,-0.00045909090909090894,-0.001393939393939394,-0.0013500000000000005,-0.0021977272727272735,-0.0018780303030303026,-0.0008545454545454541,0.0013280303030303036,-0.004137121212121212,-0.001012878787878788,-0.0014499999999999992,0.0003075757575757575,-0.0014189393939393945,-0.0003575757575757576,-0.002821969696969697,0.0016795454545454555,-0.003104545454545455,-0.0019348484848484841,-0.001965151515151515,0.00040151515151515087,-0.0032295454545454546,-0.0032371212121212124,-0.004030303030303031,0.0011356060606060607,-0.0051757575757575775,-0.005590151515151515],[0.0009484848484848486,0.0004280303030303032,0.0010037878787878787,0.0005022727272727274,0.0013325757575757577,0.0016681818181818184,0.0018075757575757578,0.0010295454545454544,0.0008053030303030305,0.0011553030303030304,0.0016507575757575756,0.0012727272727272726,0.0002901515151515151,0.0014015151515151514,0.0011204545454545456,0.0012371212121212118,0.000899242424242424,0.0006143939393939392,0.0007363636363636361,0.0006606060606060607,0.0009803030303030303,0.00032803030303030304,0.0004045454545454544,0.0008068181818181819,0.0005628787878787879,0.0012431818181818182,0.0006681818181818184,0.0009022727272727273,0.0007,0.00044999999999999993,0.0008212121212121215,0.0004969696969696972,0.000913636363636364,0.000792424242424242,0.00012196969696969697,-0.00013484848484848468,0.00023030303030303038,0.0005000000000000001,-0.0006689393939393939,0.0006712121212121213,0.0005424242424242424,1.7424242424242645e-05,-0.0004681818181818181,3.939393939393929e-05,-0.0004901515151515152,-0.00015984848484848488,-0.00019015151515151506,-0.0007181818181818182,-8.181818181818187e-05,9.924242424242393e-05,-0.0005598484848484847,-0.0011454545454545459,-0.00038560606060606035,-0.000589393939393939,-0.0005386363636363639,-0.0011401515151515148,-0.0012310606060606064,-0.0008295454545454547,0.0001416666666666666,-0.00037348484848484834,-0.0018909090909090904,-0.0012901515151515148,-0.0017045454545454547,-0.0005795454545454543,-0.0005886363636363637,-0.000490909090909091,-0.0029007575757575756,0.002853030303030303,0.000493939393939394,-0.001356060606060606,-0.0006189393939393939,0.00014545454545454538,0.0003030303030303029,-0.0004053030303030306,-0.003928787878787878,-0.0020924242424242424,-0.0025636363636363626,-0.0021242424242424248,-0.004076515151515152,0.0017856060606060602],[0.0018295454545454546,0.001290909090909091,0.001684848484848485,0.0009537878787878787,0.0014075757575757577,0.0018477272727272728,0.0013704545454545458,0.001037878787878788,0.0007287878787878788,0.000881060606060606,0.0008371212121212124,0.0011598484848484851,0.0008530303030303034,0.0011833333333333335,0.0012969696969696968,0.0007090909090909091,0.0005000000000000001,0.0007280303030303031,0.0008871212121212119,0.0012727272727272728,0.00040909090909090935,0.00031060606060606064,0.0009704545454545454,0.001031060606060606,0.0004507575757575757,0.0007795454545454545,-3.787878787878841e-06,-0.00013030303030303058,0.0003878787878787878,0.0003174242424242424,0.0003416666666666669,-0.0003795454545454546,0.001068939393939394,0.0007121212121212122,0.0010356060606060606,0.0006265151515151516,0.000356818181818182,-0.00031136363636363637,0.00030530303030303036,6.8181818181819665e-06,0.0005219696969696969,-0.0010113636363636362,0.0004962121212121213,-0.0008272727272727274,-0.00040530303030303025,-0.0004643939393939392,0.0001204545454545455,0.0011689393939393938,-4.0151515151515185e-05,0.00029999999999999987,-0.001588636363636364,0.00010530303030303035,-0.0009916666666666665,-0.00031590909090909087,-0.0009166666666666662,-0.0005530303030303031,0.00011136363636363641,-0.00039696969696969723,-0.001816666666666667,-0.0001522727272727273,-0.0006053030303030303,-5.378787878787919e-05,0.00011893939393939389,-6.136363636363638e-05,-0.003635606060606062,-0.0006795454545454542,-0.002056818181818182,-0.006758333333333332,-0.0017295454545454545,-0.004082575757575758,-0.0026984848484848485,0.0005810606060606061,-0.0022522727272727273,-0.0011568181818181816,-0.004268939393939394,-0.0025166666666666666,-0.002703787878787879,-0.0005568181818181812,-0.0025848484848484845,-0.002425757575757576],[0.0016196969696969702,0.0006621212121212121,0.00045984848484848493,0.0008295454545454548,0.0013007575757575758,0.0010280303030303028,0.0014075757575757574,0.0011613636363636368,0.0014022727272727275,0.0010924242424242424,0.0013757575757575755,0.0004348484848484847,0.0009113636363636363,0.000852272727272727,0.0016060606060606059,0.00023636363636363641,0.0006287878787878791,0.0016386363636363636,0.0008651515151515152,0.0015545454545454545,0.00042500000000000003,0.0008992424242424243,0.0007325757575757577,0.0010000000000000002,0.0003128787878787876,0.0007333333333333333,0.0012954545454545454,0.0003106060606060606,0.0009454545454545454,-0.00011893939393939392,0.0005007575757575756,-6.439393939393943e-05,-0.00021818181818181808,0.00021060606060606057,-0.00038787878787878796,0.0007636363636363638,-0.0006492424242424244,-0.0003181818181818181,0.00017045454545454541,-0.0004454545454545454,0.000884090909090909,0.0001651515151515152,0.00048333333333333355,0.00024696969696969684,-0.0009643939393939396,1.136363636363653e-05,-0.0006977272727272729,-0.0004590909090909091,-0.0007204545454545453,-0.0007719696969696969,-0.001485606060606061,-0.0006643939393939391,-0.0005507575757575759,-0.0003431818181818187,-0.0013249999999999998,-0.0014378787878787875,-0.0007022727272727271,-0.0007924242424242428,-9.393939393939418e-05,-0.0003143939393939391,-5.83333333333333e-05,-0.0008833333333333331,0.00024090909090909108,-0.001290151515151515,-0.00271969696969697,-0.002669696969696969,-6.287878787878792e-05,-0.0022272727272727283,-0.0017886363636363638,-0.0016583333333333335,-0.002087121212121212,-0.0034015151515151528,-0.001357575757575758,-0.00736818181818182,-0.00037272727272727273,-0.002591666666666666,-0.002941666666666667,-0.0019121212121212122,-0.005875757575757576,-0.0020303030303030307],[0.0017356060606060603,0.00035984848484848483,0.0011234848484848487,0.0014681818181818186,0.0015333333333333336,0.0017803030303030303,0.002668939393939394,0.001472727272727273,0.0005575757575757575,0.0012265151515151514,0.001316666666666667,0.0005749999999999999,0.000934848484848485,0.0010977272727272732,0.0005878787878787879,0.0012075757575757576,0.0014750000000000002,0.0004143939393939394,0.0006363636363636361,0.00023106060606060616,0.0014280303030303032,0.0012939393939393937,0.0014143939393939395,0.0009431818181818182,4.9242424242424286e-05,0.0008280303030303031,0.00023257575757575747,0.0006272727272727274,0.0010659090909090909,2.575757575757577e-05,6.742424242424249e-05,-0.0001439393939393939,-1.7424242424242354e-05,0.0002689393939393938,0.00014848484848484854,-0.00013712121212121228,6.818181818181814e-05,4.318181818181833e-05,-0.0004886363636363637,2.7272727272727273e-05,0.001306060606060606,0.0005909090909090912,0.0006151515151515151,0.00011742424242424258,-0.0003083333333333334,-0.000790151515151515,-0.0001401515151515151,-0.0006318181818181817,0.00025227272727272745,0.00034015151515151527,0.000516666666666667,-0.0008659090909090906,-0.0011689393939393943,-0.0009681818181818184,-0.0019560606060606066,-0.0022128787878787875,-0.0007977272727272728,-0.0002742424242424245,-0.001958333333333333,-0.0013303030303030297,-0.0035810606060606063,-0.002268181818181818,-0.0033689393939393946,-0.0020272727272727274,-0.0009037878787878792,-0.001284090909090909,-0.002713636363636364,-0.001768939393939394,-0.00020075757575757554,-0.0013833333333333339,-0.0026719696969696974,-0.0019113636363636366,-0.0009318181818181816,-0.004218939393939394,-0.001431818181818182,-0.002839393939393938,-0.002519696969696971,-0.002325757575757575,-0.004809848484848485,-0.002111363636363636],[0.0008696969696969698,0.0009848484848484851,0.0006287878787878787,0.0014416666666666666,0.0009272727272727274,0.0015272727272727274,0.0008863636363636366,0.0010477272727272727,0.0013712121212121212,0.0009409090909090907,0.0014825757575757574,0.000693181818181818,0.0010234848484848482,0.0015734848484848486,0.0007681818181818181,0.0011553030303030302,0.0013924242424242425,0.001156818181818182,0.0007454545454545456,-0.0009712121212121211,0.0010628787878787882,0.0006863636363636365,0.00046742424242424233,0.0006530303030303031,0.000984848484848485,0.00034621212121212116,0.00024924242424242423,0.0002022727272727273,0.000993181818181818,9.696969696969714e-05,0.0005681818181818182,0.0008303030303030305,0.00030984848484848476,0.000837121212121212,0.0004984848484848485,0.0009121212121212123,0.00023560606060606064,0.00010681818181818204,0.00031818181818181837,-0.00019015151515151533,-0.0002666666666666667,-3.0303030303031105e-06,-0.000271969696969697,-8.333333333333349e-05,0.0004075757575757573,-2.499999999999985e-05,-2.5757575757575555e-05,0.00031818181818181826,-0.0012674242424242426,0.00011590909090909085,-0.0015212121212121212,-0.00040757575757575763,-0.0006166666666666666,-0.0015977272727272728,-0.0007787878787878789,-0.0017151515151515155,-0.002239393939393939,-0.0006325757575757576,-0.002334848484848485,-0.000925757575757576,-0.0008787878787878782,-0.0014621212121212123,-0.0017356060606060603,-0.0010787878787878783,-0.002018939393939394,-0.00022196969696969675,-0.0011469696969696964,-0.002868181818181819,0.0013583333333333336,0.0005893939393939394,-0.004677272727272727,-0.00013560606060606046,0.0012022727272727265,-2.575757575757542e-05,-0.003737121212121212,-0.0023295454545454544,-0.001109090909090909,-0.004108333333333334,0.0011704545454545464,-0.00025909090909090874],[0.001406060606060606,0.0010636363636363636,0.0012265151515151514,0.000818181818181818,0.001425,0.0017196969696969696,0.001926515151515152,0.0013856060606060607,0.0017477272727272725,0.0008363636363636363,0.0014340909090909092,0.0014,0.0005795454545454542,0.0010515151515151516,0.0007825757575757574,0.0017628787878787883,0.0016212121212121212,0.000984848484848485,0.0009303030303030305,0.0005386363636363637,0.0013106060606060607,0.000825,0.0011484848484848485,0.0005765151515151514,-6.969696969696951e-05,0.0008068181818181818,0.0006212121212121213,0.002101515151515152,0.0009962121212121213,0.0005901515151515151,0.0010545454545454543,-0.0007045454545454547,0.0006962121212121212,0.00033409090909090937,0.0005636363636363635,0.0003575757575757576,0.000534848484848485,0.0009386363636363636,0.0007128787878787878,-0.000909848484848485,-0.0009863636363636366,0.00013333333333333342,-0.0008090909090909092,-0.0002507575757575759,6.969696969696971e-05,-0.0005583333333333333,0.0005083333333333333,-0.0004984848484848487,-0.0004939393939393939,-0.00038863636363636373,-0.0012136363636363636,-0.001118939393939394,-0.001240909090909091,0.0010492424242424243,-0.0019128787878787885,-0.0018583333333333336,-0.0006439393939393939,2.121212121212102e-05,-0.0028727272727272738,-0.0019083333333333335,-0.0010568181818181822,-0.002367424242424242,-0.0006416666666666669,-0.0013628787878787881,-0.0010348484848484848,0.0005462121212121211,-0.0026984848484848476,-0.00256969696969697,-0.0013378787878787874,-0.0010742424242424244,-0.0027454545454545453,-0.0027045454545454556,-0.002209848484848485,-0.0004590909090909088,-0.0029901515151515147,-0.0011765151515151517,0.002579545454545454,0.00337121212121212,-0.001015909090909091,-0.0003462121212121211],[0.0021280303030303035,0.001356060606060606,0.001465909090909091,0.0007598484848484846,0.0007371212121212121,0.0015083333333333337,0.0012560606060606062,0.00029696969696969697,0.0011128787878787877,0.0008719696969696972,0.0007113636363636363,0.0008068181818181821,0.0015090909090909091,0.0016590909090909095,0.0016795454545454546,0.0013333333333333335,0.001565909090909091,0.0007045454545454544,0.0017128787878787873,0.0010886363636363639,0.00017651515151515155,0.0009166666666666666,0.001668939393939394,0.0003818181818181819,0.0005719696969696971,0.00013863636363636365,0.0012265151515151514,0.0003000000000000001,0.0005901515151515151,0.0009212121212121214,0.0006515151515151515,0.0014189393939393938,-0.0007840909090909092,0.00040681818181818196,0.0007310606060606061,0.0005416666666666666,-0.0008621212121212122,-0.0002909090909090909,0.00042803030303030325,-4.469696969696975e-05,-5.30303030303023e-06,-0.00044545454545454543,0.0003462121212121214,-0.0005969696969696969,9.090909090909093e-05,0.00013333333333333323,0.0008871212121212121,-0.00018030303030303004,0.001190909090909091,-0.0009053030303030307,-0.0006068181818181818,-0.0003469696969696971,-0.0007704545454545454,-0.0005424242424242424,-0.0005250000000000001,-0.0016931818181818183,-0.0024015151515151515,-0.0018454545454545453,-0.000278030303030303,-0.0029530303030303033,-0.0005757575757575757,-0.0005628787878787877,-0.0017212121212121206,-0.0021325757575757576,-0.0013742424242424243,-0.00585378787878788,-0.0006537878787878785,-0.0007712121212121209,0.0009340909090909095,-0.002697727272727273,-0.0019196969696969699,0.0004060606060606063,-0.0025204545454545458,-0.0009295454545454548,-0.0028977272727272727,-0.0022280303030303024,-0.003648484848484848,-0.0008386363636363645,-0.0009772727272727279,-0.008995454545454546],[0.0018704545454545454,0.002078030303030303,0.0004621212121212121,0.0011651515151515153,0.0011863636363636367,0.0014560606060606061,0.001931060606060606,0.0005575757575757574,0.001465909090909091,0.0008378787878787879,0.002325757575757576,0.0007727272727272727,0.0011916666666666668,0.0012325757575757578,0.0011174242424242425,0.0007272727272727272,0.0009621212121212123,0.0014166666666666668,0.0008424242424242424,0.0009310606060606059,0.0010000000000000002,0.0008242424242424243,0.0011,0.0016507575757575758,7.42424242424241e-05,0.0011060606060606065,0.00017045454545454566,0.00033484848484848504,0.0005295454545454545,0.0003681818181818181,0.0013560606060606063,0.0006393939393939394,0.0008181818181818183,0.000740909090909091,-0.00028636363636363636,-0.0004712121212121212,-0.0003401515151515152,0.001028030303030303,-0.0003863636363636366,9.393939393939385e-05,-0.0002166666666666668,-0.0005750000000000001,0.0001424242424242427,0.0006098484848484846,0.0009636363636363637,0.0002856060606060607,-0.0004598484848484848,-0.0011916666666666668,-0.0003454545454545456,-0.0008537878787878788,0.000328030303030303,-0.0011689393939393938,-0.00035530303030303017,-0.0006530303030303028,-0.0002606060606060606,-0.0007151515151515152,-0.0004045454545454543,-0.0017030303030303032,-0.0015689393939393936,0.0001598484848484848,-0.0032757575757575755,-0.0015303030303030305,-4.2424242424242504e-05,-0.0014651515151515152,0.0018356060606060612,-0.0029651515151515157,-0.0002530303030303029,-0.003953787878787879,-0.0003386363636363635,-0.0017530303030303036,-0.002040909090909091,-0.0015242424242424243,3.0303030303032118e-06,-6.0606060606060415e-05,-0.003488636363636363,-0.0025734848484848484,-0.0024681818181818186,-0.0019651515151515157,-0.007786363636363637,-0.0031189393939393944],[0.0020954545454545457,0.000963636363636364,0.0015030303030303031,0.0005636363636363636,0.0005393939393939396,0.0010575757575757576,0.00205,0.002190151515151515,0.0009249999999999999,0.0005696969696969697,0.0004272727272727273,0.0006780303030303031,0.001081060606060606,0.001178030303030303,0.0006863636363636365,0.0011674242424242426,0.0015272727272727272,0.0017477272727272732,0.0013878787878787882,0.0013333333333333333,0.0012803030303030305,0.00026590909090909096,0.0005053030303030306,0.0011598484848484851,0.001365151515151515,0.00024318181818181817,0.0007151515151515151,0.00017878787878787872,0.0008939393939393941,0.0002696969696969695,-1.590909090909085e-05,0.00043257575757575764,0.00031515151515151515,-0.000975757575757576,0.0001590909090909092,0.0005257575757575757,0.000328787878787879,-0.0010856060606060608,0.0005924242424242425,0.00047575757575757556,-0.0013378787878787878,0.0001909090909090907,0.0010287878787878788,-4.696969696969698e-05,0.00020833333333333332,0.00025000000000000006,-0.0006712121212121211,0.00094469696969697,-0.00024621212121212117,-0.0005356060606060606,-0.00023787878787878824,-0.0003583333333333331,0.0003818181818181818,0.00042424242424242447,-0.001078030303030303,-0.0007075757575757573,-0.00025000000000000017,-0.0018825757575757574,-0.00019469696969697016,-0.0009416666666666667,-0.00018863636363636362,-0.0017734848484848482,-1.9696969696969893e-05,-0.0006492424242424248,-0.0011257575757575762,-0.0008583333333333329,-0.002989393939393939,-0.004875,0.0004590909090909087,-0.001082575757575758,-0.000156060606060606,-0.0017007575757575764,0.0016181818181818192,-0.0020871212121212125,-0.002802272727272727,-0.0030825757575757575,-0.004190909090909091,-0.0013606060606060608,-0.003214393939393939,-0.005521212121212121],[0.0021878787878787877,0.00036666666666666667,0.0013962121212121215,0.0024045454545454548,0.0007666666666666667,0.002037878787878788,0.0014151515151515153,0.0010939393939393938,0.0006893939393939395,0.000403030303030303,0.0007325757575757578,0.0005462121212121212,0.0007946969696969699,-2.8912057932946785e-20,0.002012878787878788,0.0009393939393939394,0.0012469696969696971,0.0016166666666666666,0.000875,0.001006818181818182,0.0013999999999999998,-0.0002462121212121212,0.0006242424242424244,0.0016962121212121212,0.0007939393939393939,0.0004287878787878788,-9.469696969696982e-05,0.0006613636363636363,0.0006795454545454547,0.0010393939393939396,-0.0007674242424242423,0.0007075757575757577,-0.000553030303030303,0.00015909090909090918,0.0002712121212121212,0.0003272727272727274,0.0007560606060606061,-0.0004583333333333335,0.0010318181818181817,0.00013939393939393964,-3.106060606060604e-05,0.0005598484848484852,-0.000234090909090909,-0.00016666666666666663,-0.0006272727272727273,-0.0005681818181818184,-0.0011045454545454544,0.0006045454545454549,-0.0009090909090909097,0.0011613636363636368,-0.0012015151515151516,-0.0008742424242424242,-0.0005757575757575759,-0.0016916666666666668,-0.0018143939393939392,-0.0010492424242424243,-0.0007416666666666664,-0.0007280303030303031,-0.002625,-0.0029825757575757572,-0.0012878787878787884,-0.0023583333333333334,-0.002199242424242424,-0.001748484848484849,-0.003315909090909091,-0.0010727272727272725,0.0001303030303030307,0.0006083333333333332,-0.0021068181818181824,-0.002470454545454546,0.001840909090909091,-0.001948484848484848,-0.0013409090909090914,-0.002396969696969697,0.0026386363636363634,-0.0027674242424242422,-0.0019106060606060603,-0.0009196969696969699,-0.0033409090909090906,-0.0070037878787878784],[0.0024265151515151517,0.0011007575757575755,0.002209090909090909,0.0018613636363636365,0.0007848484848484848,0.0015734848484848486,0.0012598484848484848,0.0011272727272727272,0.001716666666666667,0.0007212121212121211,0.0016371212121212122,0.0008621212121212122,0.0010303030303030305,0.000793181818181818,0.0014681818181818183,0.000515909090909091,0.0006886363636363634,4.31818181818182e-05,0.0004568181818181818,0.0008924242424242426,-0.0003962121212121213,0.001541666666666667,0.0009818181818181818,0.0009590909090909091,0.0003727272727272729,0.0007939393939393939,0.0010606060606060607,0.0003810606060606062,0.00014696969696969712,0.0006446969696969698,-9.166666666666663e-05,0.00045757575757575787,0.0006939393939393939,0.0002840909090909093,-0.00029318181818181803,0.0010196969696969697,0.0004196969696969698,-0.00030075757575757586,0.0011477272727272727,-0.0001810606060606061,0.0005030303030303031,0.0005598484848484849,0.0005272727272727271,-0.000275,-0.0007803030303030304,-0.0005780303030303031,-0.00036363636363636367,-0.00042196969696969703,6.969696969696964e-05,0.0005113636363636363,0.0001356060606060606,-0.0015765151515151517,-0.0015742424242424246,-0.0015954545454545453,-0.0004772727272727273,-0.0015325757575757578,0.0005287878787878788,-0.0010371212121212119,0.00040151515151515163,-0.002022727272727273,-0.0011787878787878783,-0.0010356060606060609,-0.0003803030303030302,-0.0036386363636363626,-0.0019060606060606064,-0.002664393939393939,-0.0022962121212121212,-0.0016666666666666668,-0.0015598484848484847,-8.030303030303031e-05,-0.0050856060606060596,0.0011734848484848486,-0.002852272727272727,-1.2878787878787754e-05,-0.003716666666666665,-0.0007696969696969695,-0.003683333333333334,0.0023045454545454537,-0.0020151515151515154,-0.0006431818181818177],[0.0013045454545454543,0.0016909090909090908,0.0017530303030303027,0.0021977272727272726,0.001477272727272727,0.0010969696969696972,0.0009515151515151513,0.0019431818181818185,0.00121969696969697,0.0010704545454545454,0.0009939393939393938,0.0012962121212121208,0.001341666666666667,0.0018015151515151518,0.001806060606060606,0.0006848484848484848,0.0003856060606060604,0.0006568181818181819,0.001237878787878788,0.0009886363636363636,0.0013386363636363641,0.0009598484848484848,-0.00018030303030303028,0.0013454545454545455,-3.71212121212121e-05,0.0008053030303030304,-0.0001893939393939394,0.0007681818181818182,0.0002621212121212122,0.0004401515151515149,0.0011318181818181818,0.0014363636363636364,0.001156060606060606,0.0010075757575757577,0.00010075757575757578,0.0004401515151515154,-4.2424242424242606e-05,5.303030303030303e-06,0.0006719696969696969,-0.0004234848484848484,-0.00018409090909090903,-8.333333333333356e-06,0.0007954545454545455,-0.0004416666666666666,0.00013560606060606065,-0.0011053030303030307,0.0003151515151515152,-0.00021136363636363632,-0.0014090909090909093,0.0008628787878787881,-0.0010848484848484847,-0.00010303030303030303,0.00042575757575757586,-0.0006204545454545455,0.00026742424242424257,-0.0017704545454545458,-0.0016022727272727274,-0.0018371212121212122,-0.001607575757575757,-0.0007969696969696967,-0.0016310606060606055,0.0004128787878787877,-0.003178787878787879,-0.0005340909090909093,-0.0009742424242424239,-0.0010015151515151515,-0.001834848484848485,-0.0035606060606060614,-0.00311439393939394,-0.002391666666666666,-0.003512878787878788,-0.0007363636363636367,-0.00019772727272727297,-0.0003257575757575757,-0.0007992424242424243,-0.000568939393939394,-0.001772727272727273,-0.002201515151515151,-0.0028257575757575744,-0.005936363636363637],[0.0014780303030303029,0.002161363636363636,0.0019151515151515151,0.001381060606060606,0.001072727272727273,0.000849242424242424,0.0009499999999999999,0.0011325757575757578,0.000596969696969697,0.0013083333333333334,0.00038712121212121196,0.000953030303030303,0.0015136363636363637,0.0010969696969696972,0.0012916666666666667,0.0014825757575757576,0.001604545454545455,0.0014212121212121213,0.0008742424242424245,0.0006166666666666665,9.848484848484848e-05,0.0005007575757575757,0.0010045454545454546,0.0006856060606060607,0.0002878787878787877,0.0005515151515151517,0.0002803030303030302,0.0013401515151515151,0.0017893939393939394,-0.00019772727272727292,0.0012189393939393942,0.00037196969696969684,0.0001863636363636365,0.0002462121212121212,-0.0003477272727272725,0.00025681818181818195,-0.00013712121212121215,-0.0003068181818181819,-5.681818181818179e-05,-0.0004196969696969698,1.1363636363636466e-05,0.00011893939393939388,-0.0004992424242424242,0.0001484848484848487,0.00020757575757575751,-0.0001439393939393939,-0.0009446969696969699,-0.0001340909090909089,0.0009575757575757574,-0.0008295454545454544,-0.0003265151515151515,-0.0007159090909090914,-0.0020166666666666666,-0.0013477272727272728,-0.001322727272727273,-0.0007659090909090912,-0.0013825757575757576,-0.0009522727272727271,-0.0005143939393939393,-0.001365151515151515,-0.0009446969696969699,-0.0011227272727272726,-0.001781818181818182,-0.004231060606060607,-0.0007795454545454545,-0.001287878787878788,-0.00030378787878787924,-1.5909090909091022e-05,-0.002297727272727273,-0.00018257575757575756,-0.003148484848484848,-0.0030068181818181812,-0.0009757575757575757,-0.0013090909090909093,-0.004287121212121213,-0.0042196969696969705,-0.0006583333333333327,-0.0006621212121212118,-0.001593181818181818,-0.005813636363636365],[0.0015507575757575758,0.0015310606060606063,0.0015969696969696967,0.0012704545454545453,0.0008378787878787879,0.002077272727272727,0.0023356060606060606,0.0012068181818181815,0.0018484848484848486,0.0009477272727272727,0.0016924242424242427,0.0019045454545454548,0.001934090909090909,0.0017128787878787877,0.001928787878787879,0.001349242424242424,0.0007856060606060605,0.0011310606060606064,-0.00020303030303030298,0.0012878787878787881,0.0010734848484848486,0.0006484848484848485,0.0014871212121212124,0.0011121212121212123,0.0007045454545454547,0.0008621212121212123,0.0008901515151515156,0.0005507575757575758,0.001415151515151515,0.000640909090909091,0.0011272727272727272,-0.000712878787878788,0.00016136363636363638,0.0007022727272727274,0.0014189393939393938,0.001841666666666667,0.0006772727272727273,-0.00023787878787878792,0.00012045454545454542,-0.0001719696969696969,0.00024090909090909092,-2.1969696969696986e-05,0.0007454545454545455,0.0002666666666666667,1.74242424242426e-05,-0.0008681818181818181,-0.0004893939393939392,-0.0012795454545454542,-0.00010075757575757569,-0.00014772727272727257,-0.00012954545454545494,-0.0005757575757575756,0.0004772727272727273,0.0007931818181818182,0.0004886363636363633,-0.0009674242424242424,-0.0034772727272727273,-0.0008340909090909088,-0.000637878787878788,-0.0010553030303030305,-0.002196212121212121,-1.5151515151516203e-06,-0.0006090909090909094,-0.0024787878787878785,0.001546969696969697,-0.0016810606060606054,4.5454545454544125e-06,-0.0037924242424242425,-0.0029409090909090904,-0.00022727272727272746,-0.00048030303030302985,-0.0027659090909090914,-0.0023825757575757583,0.003045454545454545,-3.0303030303030093e-06,0.0012530303030303031,-0.003537878787878787,-0.0021765151515151515,-0.001827272727272727,-0.003610606060606061],[0.0022674242424242427,0.0018287878787878787,0.0010681818181818184,0.0021212121212121214,0.0012318181818181816,0.002185606060606061,0.0014833333333333335,0.00046439393939393955,0.0009515151515151514,0.0008454545454545454,0.0010856060606060608,0.0010022727272727273,0.0008409090909090911,0.0006553030303030304,0.0004151515151515151,0.0007545454545454546,0.0008409090909090908,0.0011553030303030302,0.0010037878787878785,0.0009068181818181817,0.0010265151515151518,6.5151515151515e-05,0.0017363636363636364,0.0004742424242424245,0.0009886363636363638,0.0008530303030303033,0.0009560606060606062,0.0003810606060606062,0.0003901515151515151,0.0011053030303030305,-0.0002568181818181819,0.0003803030303030304,0.0007651515151515152,-0.0006166666666666665,0.0003075757575757576,7.045454545454537e-05,0.001028787878787879,0.0007583333333333333,7.954545454545466e-05,-0.000684090909090909,0.0005454545454545456,-0.001240151515151515,7.045454545454546e-05,-0.0004742424242424242,-0.0002053030303030303,-0.00047575757575757556,0.0002916666666666667,-0.0009363636363636361,-0.0006704545454545456,3.409090909090908e-05,-0.0008000000000000004,-0.0011143939393939391,-0.0005280303030303028,-0.0010734848484848483,-0.0009446969696969698,-0.0020310606060606057,-0.0010219696969696972,-0.0014234848484848482,-0.0014030303030303022,-0.00035984848484848505,-0.0005128787878787877,-0.0018098484848484847,-0.001953787878787878,-0.0009696969696969699,-0.00012348484848484856,-0.0004719696969696969,-0.004447727272727273,-0.0019856060606060605,-0.0028499999999999992,0.0007780303030303036,-0.00018712121212121217,-0.003852272727272727,-0.0026431818181818184,-0.003542424242424243,-0.0011984848484848482,-0.0013666666666666666,-0.003218939393939394,-0.0025795454545454537,-0.0029477272727272733,0.00041212121212121246],[0.0014083333333333333,0.0012712121212121211,0.0014772727272727272,0.002727272727272728,0.0007742424242424244,0.001028030303030303,0.0020803030303030304,0.0017636363636363637,0.0010780303030303031,0.0014909090909090911,0.0014734848484848485,0.0016431818181818182,0.0021204545454545456,0.0010712121212121215,0.00041515151515151503,0.0013886363636363636,0.000596212121212121,0.0014795454545454547,0.0016113636363636367,0.00233030303030303,0.0014689393939393942,0.0016060606060606065,0.0004037878787878788,0.002024242424242424,0.0010628787878787878,0.001197727272727273,0.0005333333333333333,0.001253787878787879,0.0001643939393939395,0.00045227272727272743,0.0004234848484848486,0.000928787878787879,0.000534090909090909,-9.242424242424247e-05,0.0008704545454545454,0.0012545454545454548,0.0010136363636363635,0.00017121212121212122,-0.00015454545454545457,-0.00016818181818181808,-0.001184090909090909,-0.0005545454545454545,-0.0006295454545454546,-0.000759848484848485,0.0003113636363636362,0.0010689393939393942,-0.0011878787878787879,-0.0001196969696969699,-0.0010696969696969694,-0.0005643939393939393,-0.0009113636363636363,-0.0013545454545454546,-0.0007106060606060607,-0.0011962121212121214,-0.0002893939393939392,-0.0009159090909090909,-0.0007901515151515152,-0.00304090909090909,0.00012575757575757583,-0.0010931818181818182,-0.0009015151515151513,0.0006204545454545457,-0.001137121212121212,-0.0008090909090909088,-3.181818181818176e-05,0.0009068181818181817,-0.0012015151515151516,-0.0014704545454545452,-0.004435606060606061,-0.0004507575757575755,-0.001428787878787879,-0.003888636363636366,-0.002407575757575758,-0.0029022727272727273,-0.006040151515151515,-0.0011871212121212123,-8.181818181818221e-05,-0.0029795454545454548,6.81818181818177e-05,-0.005337121212121213],[0.0016242424242424245,0.0017954545454545458,0.0017909090909090908,0.0010348484848484848,0.0017598484848484852,0.002125,0.0010636363636363638,0.0015689393939393938,0.00126969696969697,0.00025378787878787884,0.001542424242424242,0.00026060606060606046,0.0011742424242424244,0.001046969696969697,0.0016765151515151513,0.0010878787878787876,5.075757575757561e-05,0.0009818181818181818,0.000518939393939394,0.0010871212121212122,0.0008401515151515152,5.909090909090904e-05,0.0012780303030303028,0.0006992424242424245,0.000287121212121212,0.0013863636363636367,0.0018363636363636362,0.0010583333333333334,0.0007325757575757573,0.0013522727272727271,0.0002651515151515152,0.0009075757575757576,0.0002871212121212119,-0.00048106060606060584,0.000881060606060606,-0.0008325757575757574,-0.00014772727272727276,0.00022121212121212105,0.0016083333333333334,-0.001059090909090909,0.00024090909090909097,0.0007143939393939393,0.0009765151515151514,-0.0003416666666666665,-0.0014409090909090908,-8.106060606060585e-05,-0.0007356060606060603,0.00013939393939393924,-0.00013636363636363653,-0.0003151515151515153,-0.001368181818181818,0.00013181818181818149,-0.0008454545454545457,0.00032878787878787866,-0.002346212121212121,-0.0003386363636363639,0.0005121212121212119,0.0003704545454545454,-0.0016818181818181821,-0.000535606060606061,-0.001762878787878788,0.0007454545454545455,-0.0023446969696969697,-0.001421969696969697,-0.002875,-0.00021212121212121256,-0.0008462121212121212,-0.0012037878787878786,-0.002387878787878788,-0.0019568181818181815,0.001113636363636364,-0.00030681818181818127,-0.0021257575757575764,-0.00014848484848484857,-0.005392424242424243,-0.00613939393939394,-0.0049356060606060605,-0.0026181818181818185,-0.00333939393939394,-0.001982575757575758],[0.0019113636363636362,0.0017537878787878788,0.0030060606060606054,0.0018719696969696975,0.0012098484848484848,0.0018015151515151514,0.0017053030303030299,0.0005909090909090908,0.002237121212121212,0.001231818181818182,0.0013537878787878786,0.00150530303030303,0.0009333333333333332,0.0011484848484848488,0.0011651515151515153,0.0011500000000000002,0.0021499999999999996,0.0017242424242424244,0.0010166666666666666,-0.000753030303030303,0.002196212121212121,0.0009893939393939397,0.001634090909090909,0.00022954545454545466,0.001334848484848485,0.001968939393939394,0.0005121212121212122,0.0015257575757575761,1.6666666666666732e-05,6.439393939393928e-05,0.0008916666666666667,-9.015151515151511e-05,2.2727272727272773e-05,0.0016727272727272726,0.0008530303030303031,0.0009545454545454548,8.712121212121222e-05,0.0007212121212121213,0.00047121212121212133,-0.000846969696969697,0.001662121212121212,-0.0002719696969696967,-0.00021893939393939385,-0.00023484848484848497,-3.0303030303030788e-06,0.00048560606060606067,5.30303030303049e-06,-0.0005681818181818182,-0.0002045454545454543,-0.0006818181818181815,0.0006999999999999999,0.0010083333333333333,-0.0007515151515151519,-0.0008272727272727276,-0.0018515151515151515,-0.0011545454545454545,-0.00010530303030303045,-0.0020606060606060605,-0.0028295454545454535,0.00040227272727272714,-0.000785606060606061,-0.000403030303030303,-0.00039015151515151534,-0.0015856060606060614,-0.002309848484848485,-0.004170454545454545,-0.002371212121212121,-0.002111363636363636,-0.002168939393939394,-0.002268181818181818,-0.0017666666666666668,-0.0012318181818181818,-0.0020598484848484847,-0.0022159090909090917,-0.004537878787878788,-0.0022219696969696967,-0.0019530303030303024,-0.0021409090909090905,-0.0029196969696969697,-0.002678787878787878],[0.0018098484848484847,0.0025030303030303034,0.0018977272727272727,0.0023068181818181816,0.001948484848484849,0.0015931818181818187,0.0012386363636363638,0.0013621212121212127,0.001781818181818182,0.0012477272727272725,0.0019113636363636366,0.0011454545454545459,0.0014356060606060608,0.0006575757575757575,0.0009537878787878789,0.0012227272727272731,0.00039469696969696985,0.0011250000000000003,0.0022674242424242422,0.0007568181818181816,0.0019060606060606062,0.00028787878787878786,0.0006204545454545456,0.002502272727272727,0.0007242424242424243,0.0010356060606060604,0.0008522727272727273,0.0008356060606060607,0.0014303030303030302,0.0001825757575757576,0.0006636363636363635,0.0005939393939393937,0.0010666666666666667,0.0003689393939393939,0.0007553030303030302,1.8939393939394065e-05,0.0016734848484848484,-0.00021136363636363627,0.0009507575757575757,0.00037954545454545473,0.000678787878787879,0.00020303030303030304,0.0006772727272727274,0.0012651515151515154,3.4090909090908984e-05,0.00042727272727272693,-0.0006227272727272728,-0.000500757575757576,0.00018030303030303028,-0.0006984848484848487,0.00030984848484848465,-0.0011522727272727275,-0.00031969696969696976,-0.0004250000000000001,-0.0016022727272727271,-0.002078030303030303,-0.00238030303030303,-0.0014219696969696972,-0.0018174242424242426,-0.001790909090909091,-0.0030151515151515154,-0.003734848484848485,-0.002127272727272727,0.00013333333333333334,-0.0021606060606060603,0.0012280303030303035,-0.003885606060606061,-0.002002272727272727,-0.0005825757575757572,-0.00026742424242424246,-0.0014318181818181819,0.0015356060606060602,0.002454545454545455,-0.001737121212121212,-0.0021878787878787894,-0.0013795454545454556,-0.0035803030303030317,-0.007578030303030304,-0.001675757575757576,0.001573484848484849],[0.0017840909090909092,0.002303030303030303,0.0013090909090909088,0.002813636363636364,0.0013666666666666669,0.001606818181818182,0.0010515151515151514,0.0015477272727272729,0.0015712121212121213,0.0012606060606060606,0.0009386363636363636,0.0008212121212121213,0.0014689393939393937,0.0005704545454545455,0.0026560606060606062,0.0012651515151515154,0.0013333333333333335,0.0006181818181818182,0.0015401515151515154,0.002115909090909091,0.0019507575757575755,0.0010348484848484848,0.00033712121212121216,0.0013060606060606057,0.0021742424242424245,0.000259090909090909,0.0004378787878787879,0.0008060606060606063,0.00014318181818181829,0.0014916666666666667,0.0001984848484848487,0.0008878787878787878,9.393939393939399e-05,5.833333333333311e-05,-0.0002621212121212123,-0.0002340909090909089,-0.0007098484848484847,0.000175,0.0009924242424242428,0.0007143939393939393,0.000981060606060606,-0.0012159090909090908,-0.000231818181818182,-0.00046742424242424233,-0.0008833333333333334,0.00033257575757575754,0.00027272727272727274,-0.0011204545454545456,-0.0008090909090909088,-0.0011545454545454545,-0.0015219696969696968,9.92424242424242e-05,-0.0007363636363636361,-0.00030454545454545453,0.0016863636363636364,-0.001025,-0.0025893939393939395,-0.0014856060606060599,-0.0014439393939393941,-0.003306060606060606,-0.0027310606060606066,0.001976515151515152,-0.0016265151515151512,-0.003079545454545454,-0.0017348484848484843,-0.0015583333333333326,-0.0011856060606060608,-0.0025553030303030306,0.0028719696969696975,-0.005193181818181818,-0.006443181818181818,-0.003167424242424242,-0.0022545454545454553,-0.0013863636363636365,0.0017916666666666669,-0.0025810606060606067,-0.006121969696969696,-0.003343939393939393,-0.006187878787878788,-0.005361363636363636],[0.001325,0.0014931818181818182,0.0013977272727272727,0.0015621212121212122,0.001828030303030303,0.001528030303030303,0.0019666666666666673,0.0024007575757575756,0.0014863636363636364,0.0009446969696969694,0.0009871212121212122,0.0019083333333333335,0.0016106060606060609,0.0012212121212121215,0.0012795454545454542,0.0017310606060606062,0.0017765151515151515,0.0025848484848484845,0.002091666666666667,0.00035454545454545466,0.0003606060606060606,0.0016424242424242425,0.0012416666666666667,0.0010977272727272726,0.00027651515151515157,0.0027151515151515155,8.712121212121242e-05,0.0005863636363636365,0.00024166666666666664,-0.0003803030303030304,0.0008325757575757578,0.0017977272727272727,-0.00017727272727272717,0.00019090909090909108,0.000853030303030303,2.2727272727272614e-05,0.0013681818181818183,-0.00029999999999999976,0.0003462121212121212,0.0006075757575757576,0.0016431818181818182,-6.818181818181833e-05,-0.00042727272727272736,0.0012750000000000005,2.1212121212121296e-05,-0.0014537878787878784,-0.0010212121212121214,-0.0004371212121212118,-0.0016856060606060604,-0.0013227272727272732,-0.0006598484848484849,0.0004181818181818181,-0.00015378787878787863,-0.0014977272727272725,-0.0013969696969696973,0.00033484848484848493,0.0004045454545454544,-0.0005863636363636362,-0.002082575757575758,-0.001112878787878788,-0.00017954545454545434,-0.0028257575757575757,-0.001293181818181818,-0.0010992424242424242,-0.0028446969696969697,-0.0016871212121212123,-0.0021674242424242424,-0.001541666666666667,0.0022643939393939398,-0.00263030303030303,-0.0016181818181818185,-0.005415909090909091,-0.0002606060606060606,0.00023106060606060586,0.00121060606060606,-0.0008325757575757573,0.002759090909090911,-0.0019757575757575765,-0.0003234848484848491,-0.0025060606060606063],[0.0024295454545454546,0.0020174242424242424,0.0013159090909090909,0.0015234848484848484,0.0019257575757575757,0.0009810606060606064,0.001878030303030303,0.0019393939393939393,0.0009749999999999998,0.0018295454545454548,0.0008075757575757576,0.001303787878787879,0.0023015151515151516,0.0020825757575757575,0.0013893939393939396,0.002416666666666666,0.0008416666666666666,0.0011727272727272728,0.0014560606060606063,0.0015204545454545458,0.002081060606060606,0.0007537878787878787,0.0010840909090909091,0.0014053030303030304,0.0019257575757575757,0.00035530303030303033,0.00024469696969696967,-0.00014318181818181807,-0.00022651515151515147,0.0012568181818181819,0.00038560606060606057,0.0004303030303030305,0.0008295454545454544,0.0005924242424242427,0.0002636363636363637,-0.0004090909090909092,0.00020984848484848506,0.0005666666666666666,-0.00032575757575757565,-0.00015606060606060605,0.00013636363636363634,-0.0013659090909090908,-3.787878787878792e-05,-0.00047575757575757616,0.0008303030303030302,0.00033939393939393954,-0.0006969696969696971,0.00011363636363636355,-0.001546969696969697,-0.0013916666666666665,0.0009272727272727272,-0.0012522727272727275,8.10606060606058e-05,0.0007583333333333331,-0.00015833333333333343,-0.0013128787878787884,-0.0020265151515151516,0.0006871212121212122,-0.0005083333333333335,-0.00046515151515151516,-0.0010174242424242426,0.000246969696969697,-0.001741666666666667,-0.0007416666666666666,-0.0033750000000000013,-0.0028181818181818186,-0.0025409090909090924,-0.0005621212121212123,-0.002406060606060607,-0.0019227272727272728,0.0006984848484848485,-0.0035265151515151525,-0.002993181818181817,0.000529545454545454,-0.001565909090909091,-0.006360606060606061,-0.000245454545454545,-0.005613636363636363,-0.0012439393939393936,-0.0024462121212121208],[0.002793181818181819,0.002152272727272727,0.0011424242424242425,0.0027242424242424246,0.0016856060606060608,0.001553787878787879,0.001381818181818182,0.0013,0.0014053030303030302,0.0012250000000000002,0.0020818181818181825,0.0015113636363636366,0.0017196969696969691,0.0016628787878787874,0.0016984848484848487,0.0008,0.0009287878787878785,0.002019696969696969,0.0009643939393939395,0.0016651515151515151,0.0019939393939393934,0.001656060606060606,0.000918939393939394,0.0015795454545454548,0.0023689393939393946,0.0022772727272727267,0.0010446969696969695,0.001118939393939394,0.00022272727272727274,-0.00016212121212121208,0.000725,0.001128030303030303,0.0009007575757575757,0.0006378787878787881,0.0008393939393939396,0.0014121212121212118,0.0014196969696969699,-0.0001356060606060608,0.0015568181818181813,-0.0009257575757575753,0.0005234848484848485,-0.0009000000000000002,-0.00034924242424242444,0.0004984848484848487,0.00010757575757575751,-0.0008583333333333331,-3.787878787879188e-06,-0.0005083333333333335,0.0009462121212121214,-0.0003840909090909092,-0.0006560606060606062,-0.0006280303030303027,-0.00030303030303030325,-0.0008303030303030302,0.0011545454545454548,-0.0009522727272727271,-0.0012810606060606063,-0.0002507575757575758,0.0008348484848484848,0.0001598484848484848,-0.0015401515151515156,-0.001983333333333334,-0.002340909090909092,-0.003096969696969697,-0.0031969696969696973,-0.001909848484848484,-0.002587121212121212,-0.0012265151515151516,-0.0004522727272727269,-0.002141666666666667,0.0009689393939393942,-0.0012992424242424245,-0.002575,-0.00022272727272727242,-0.0016643939393939397,0.0013060606060606053,-0.0074818181818181815,-0.0017249999999999987,-0.0031977272727272735,0.001365151515151515],[0.001414393939393939,0.0014825757575757576,0.0016901515151515154,0.0018727272727272727,0.0017257575757575756,0.0024939393939393943,0.0021242424242424243,0.0015999999999999996,0.000946212121212121,0.0010227272727272728,0.0017590909090909092,0.0016545454545454545,0.0011462121212121213,0.0012356060606060607,0.0009659090909090907,0.0015931818181818185,0.0016053030303030302,0.0023454545454545455,0.001396969696969697,0.0015712121212121215,0.0011371212121212121,0.0009734848484848483,0.0023651515151515146,0.0011750000000000003,0.0011984848484848484,0.0009136363636363634,0.0006030303030303031,0.0013742424242424243,0.0006886363636363638,0.0018037878787878782,0.0002590909090909092,0.0014242424242424244,0.0011492424242424241,0.0006856060606060606,0.0011734848484848488,-0.0003409090909090909,0.0012583333333333335,0.00046060606060606066,0.0007818181818181817,-0.00018560606060606053,0.0012007575757575757,0.00059469696969697,0.0002780303030303031,0.0011431818181818181,0.00015984848484848493,-0.0006340909090909089,0.0009401515151515148,0.0003234848484848484,-0.00014242424242424232,-0.00048560606060606056,-0.0004015151515151517,-0.00036515151515151533,-0.000556060606060606,-0.0011098484848484848,0.0010318181818181821,-0.0008863636363636363,-0.0003439393939393939,-0.0011234848484848487,0.00015454545454545452,-0.0021780303030303027,-0.001156818181818182,-0.0010492424242424245,-0.0013204545454545452,-0.00011893939393939401,-0.0007212121212121215,0.001915909090909091,0.00013560606060606073,0.00029999999999999976,-0.0021121212121212123,-0.0024553030303030294,-0.0009022727272727267,-0.0019939393939393943,5.606060606060647e-05,0.0006704545454545456,-0.00015151515151515214,-0.006928787878787879,-0.005666666666666666,-0.0034121212121212127,-0.0034606060606060603,0.0012386363636363634],[0.002012878787878788,0.0023757575757575753,0.0009234848484848486,0.0027000000000000006,0.001796212121212121,0.0023666666666666667,0.001865151515151515,0.0010742424242424244,0.0021484848484848483,0.0007590909090909092,0.0012583333333333335,0.0009037878787878787,0.0017189393939393942,0.0016818181818181821,0.0010333333333333334,0.0009272727272727273,0.001775,0.0012484848484848488,0.001506060606060606,0.0015803030303030304,0.0013795454545454547,0.00027954545454545447,0.0017696969696969697,0.001603787878787879,0.0012015151515151516,0.0014113636363636366,0.0018901515151515155,0.0005386363636363633,0.000756818181818182,0.0002159090909090909,0.0009916666666666667,0.0004674242424242423,0.0007878787878787882,9.848484848484852e-05,0.0011492424242424244,0.000531818181818182,0.0011098484848484848,6.212121212121229e-05,5.3787878787878836e-05,-0.0003083333333333332,-0.0007037878787878789,0.0008022727272727273,-0.0010553030303030305,0.0005613636363636364,-0.0006030303030303028,0.00044545454545454543,-0.0009037878787878786,-0.0013765151515151518,-0.0003553030303030302,0.0016515151515151514,-0.0019916666666666668,-0.0009537878787878789,-0.00017348484848484817,-0.00030303030303030276,-0.00039242424242424213,-0.0006083333333333334,-0.002201515151515151,-0.0014575757575757576,-0.00028333333333333335,0.0016416666666666671,-0.0022128787878787875,5.151515151515136e-05,-0.0023772727272727274,-0.0009583333333333328,-0.0024560606060606057,0.0010803030303030306,-0.0017916666666666662,-0.003634090909090909,-0.00043484848484848503,-0.0022265151515151525,-0.0011037878787878786,-0.0040704545454545455,-0.0013772727272727268,-0.0012825757575757573,-0.005796212121212121,-0.00699090909090909,-0.0003939393939393933,-0.006669696969696972,0.001176515151515152,-0.004549242424242424],[0.0021234848484848485,0.002224242424242424,0.001998484848484849,0.0021000000000000003,0.002104545454545455,0.0022507575757575752,0.0018113636363636361,0.0008333333333333335,0.0019765151515151514,0.001338636363636364,0.0012515151515151517,0.0005931818181818184,0.0012977272727272727,0.002238636363636364,0.0008181818181818182,0.0015333333333333334,0.0010863636363636364,0.001084090909090909,-1.8181818181818057e-05,0.0016583333333333335,0.0002696969696969694,0.0016962121212121207,0.0012530303030303031,0.0005219696969696973,0.0007356060606060606,0.0014621212121212123,0.000584848484848485,0.0011749999999999998,0.0014545454545454547,0.0008712121212121212,0.0011803030303030304,0.00037803030303030306,0.00039318181818181824,0.0010924242424242424,0.000556060606060606,-0.00034621212121212116,7.272727272727274e-05,-0.0006363636363636363,0.0009719696969696967,0.0006234848484848486,0.00026590909090909085,0.0008886363636363635,0.00018787878787878776,0.001018181818181818,0.0004090909090909087,-0.0012500000000000002,-0.001177272727272727,0.0010325757575757575,-0.00017272727272727286,-2.803030303030312e-05,0.00016590909090909094,-0.0006803030303030304,-0.0008015151515151515,-0.000518181818181818,-0.00036893939393939395,-0.0020143939393939395,-0.00022878787878787883,0.00015227272727272727,-0.0020757575757575754,-0.0019106060606060608,-0.002371212121212121,-0.0032795454545454547,-0.0026363636363636368,-0.0004060606060606063,0.0008818181818181819,3.63636363636362e-05,0.0004090909090909092,-0.0012659090909090908,-0.0015946969696969695,-0.0007575757575757578,-0.0015992424242424238,-0.004335606060606059,-0.0026568181818181816,-0.001620454545454545,-0.002841666666666666,-0.0008348484848484846,-0.0016128787878787873,-0.0024500000000000004,-0.0033030303030303033,-0.000324242424242424],[0.0031219696969696973,0.0017765151515151513,0.0017507575757575759,0.0016848484848484848,0.0020045454545454546,0.0012053030303030303,0.00168030303030303,0.0012977272727272727,0.0026393939393939397,0.001843181818181818,0.0027159090909090904,0.0026681818181818187,0.0019628787878787878,0.001243939393939394,0.0007068181818181819,0.0018878787878787882,0.0026378787878787876,0.0016280303030303033,0.001963636363636364,0.0020484848484848485,0.00059469696969697,0.002128787878787879,0.000981818181818182,0.0014992424242424246,0.002187121212121212,0.0015075757575757575,0.0012431818181818182,0.0011939393939393937,0.0012901515151515152,0.0011568181818181816,0.0015242424242424238,0.0010825757575757577,-0.0002856060606060605,0.0004227272727272726,0.000996969696969697,0.00042954545454545464,0.0004878787878787878,0.0015560606060606062,0.00021666666666666663,0.0015166666666666668,0.0004340909090909092,-0.0007371212121212117,-0.00015303030303030283,0.0002136363636363637,0.00011212121212121224,-0.0012446969696969694,-0.000733333333333333,-0.00028030303030303024,-0.0007295454545454545,-0.0001090909090909088,0.00039318181818181835,0.00011287878787878802,-0.0011090909090909092,-0.0016265151515151518,-0.0014121212121212118,-0.0020613636363636368,-9.318181818181816e-05,-8.181818181818205e-05,-0.00113030303030303,-0.00021136363636363624,-0.0008613636363636361,-7.575757575757596e-05,-0.0032378787878787874,-0.0009999999999999998,-0.0003469696969696971,-0.0023416666666666664,-0.002881060606060606,0.00021060606060606046,-0.00035984848484848467,0.003216666666666667,-0.002292424242424242,-0.005333333333333331,-0.0034613636363636353,-0.00435909090909091,-0.003681060606060606,0.000768939393939394,-0.002165909090909091,-0.0062159090909090905,0.002083333333333334,0.0010507575757575762],[0.00258409090909091,0.0016583333333333335,0.000971212121212121,0.002459090909090909,0.0018568181818181817,0.0013696969696969695,0.0011575757575757576,0.0036045454545454545,0.002178787878787879,0.0024772727272727277,0.0022696969696969693,0.0028696969696969696,0.0017196969696969691,0.0006924242424242425,0.0013249999999999998,0.0024977272727272726,0.0007962121212121215,0.0018265151515151517,0.000587878787878788,0.0014886363636363636,0.0006431818181818181,0.00036818181818181844,0.001840151515151515,0.0014757575757575756,0.001641666666666667,0.0012371212121212124,0.0010371212121212123,0.0010780303030303031,0.0008537878787878789,0.0013583333333333334,0.00104469696969697,0.001188636363636364,0.0021825757575757577,0.0008583333333333332,0.0002810606060606061,0.0007863636363636364,0.0003204545454545456,-0.0005007575757575755,-0.0008522727272727277,0.00042651515151515153,0.0004,-0.0006515151515151515,0.000809848484848485,-0.00017424242424242444,-0.0010378787878787881,0.0013946969696969698,-3.333333333333336e-05,-0.0006863636363636363,-5.909090909090902e-05,0.0006242424242424244,0.0003522727272727272,-0.0010136363636363633,-0.000390909090909091,-0.0013083333333333334,-0.0006924242424242425,-8.257575757575784e-05,-0.0002037878787878784,-0.001160606060606061,-0.0014075757575757574,-0.0025174242424242424,-0.0003234848484848488,-0.0011590909090909089,-0.003645454545454546,-0.002595454545454546,-0.0004340909090909092,-0.0029174242424242435,-0.003703787878787879,-0.006340151515151516,-0.002162878787878788,-0.000874242424242424,-2.4242424242424305e-05,-0.001952272727272727,-0.0062977272727272725,-0.002858333333333333,-0.003347727272727273,-0.004680303030303031,-0.00045303030303030294,-0.0016560606060606064,-0.00027500000000000045,-0.00218560606060606],[0.0022454545454545453,0.0022931818181818183,0.0016500000000000002,0.0019242424242424242,0.0021780303030303036,0.0028242424242424244,0.0024128787878787885,0.0013757575757575755,0.001171969696969697,0.0013909090909090909,0.0015643939393939394,0.0015295454545454544,0.0022128787878787875,0.002258333333333333,0.0012856060606060607,0.000706060606060606,0.0018977272727272727,0.000375,0.002326515151515151,0.0014151515151515155,0.0023151515151515153,0.001134848484848485,0.001540151515151515,0.0011007575757575757,0.001985606060606061,0.0017257575757575758,0.0005098484848484847,0.0013833333333333336,0.0012924242424242427,0.000568181818181818,0.000668939393939394,-0.0002924242424242424,0.0006818181818181818,0.0013992424242424246,-0.0011992424242424245,-0.0010303030303030305,-0.00024772727272727283,-0.00044015151515151504,-9.545454545454558e-05,0.0014159090909090912,-0.0002598484848484849,-0.000359090909090909,-0.0007795454545454544,-0.00040681818181818164,5.0757575757575685e-05,-0.0009174242424242424,-0.001338636363636364,-0.0013492424242424242,0.00010530303030303034,-0.0009909090909090911,-0.00031666666666666665,-0.0022234848484848488,-0.0005643939393939394,-0.0013287878787878792,-0.0005196969696969693,-0.0016515151515151512,-0.0011507575757575758,-0.000596969696969697,-0.001412121212121212,-0.000713636363636364,-0.0005757575757575757,-0.00037045454545454534,-0.0013015151515151516,-0.005522727272727275,-0.004181060606060606,-0.0004303030303030295,-0.0016022727272727276,-0.0015303030303030298,-4.015151515151521e-05,-0.0013371212121212127,-0.0009984848484848484,-0.0028106060606060607,-0.00024015151515151498,0.0016825757575757582,-0.0037719696969696977,-0.003189393939393939,-0.00535909090909091,-0.0034424242424242425,-0.007018939393939395,-0.0030765151515151513],[0.002435606060606061,0.002091666666666667,0.0028598484848484846,0.002118181818181818,0.0022166666666666667,0.00233030303030303,0.0024598484848484853,0.002359848484848485,0.0017106060606060605,0.0006181818181818182,0.0011681818181818182,0.0012265151515151516,0.0016787878787878783,0.0005545454545454548,0.0014053030303030304,0.001387878787878788,0.0019651515151515152,0.0008446969696969697,0.0017765151515151511,0.0013310606060606062,0.0028606060606060604,0.0016757575757575759,0.0018522727272727276,0.0012037878787878786,0.0010825757575757575,0.0016037878787878788,0.0013227272727272732,0.0023893939393939394,0.0027984848484848483,-0.00010909090909090889,0.0006992424242424244,0.0009045454545454545,0.0022689393939393935,0.0018416666666666666,-0.0006053030303030302,0.0007007575757575758,-0.00016969696969696985,0.0006787878787878791,0.0009242424242424242,0.001728030303030303,-0.00022121212121212121,-3.0303030303028937e-06,-0.00030075757575757553,-0.00042954545454545464,-0.0011818181818181817,-0.000359090909090909,-0.00024469696969696967,-0.0006007575757575758,-0.0008674242424242422,-0.0006742424242424241,-0.0008280303030303028,0.00018863636363636345,-0.0013060606060606055,-0.0016121212121212125,0.0014075757575757577,-0.002637878787878788,-0.003003787878787879,-0.0027022727272727268,0.00031060606060606054,-0.0004166666666666665,-0.00331060606060606,-0.0005212121212121215,-0.0011113636363636367,-0.0023022727272727275,-0.0007757575757575759,-0.0020719696969696963,0.00024924242424242385,-0.0002999999999999998,-0.003974999999999999,-0.0035848484848484854,-0.0020689393939393942,-0.002655303030303031,-0.005158333333333332,-0.0031303030303030306,0.0003772727272727271,-0.0015992424242424242,0.0021712121212121203,-0.0013878787878787888,-0.0059348484848484855,-0.002237121212121212],[0.0015628787878787882,0.001618939393939394,0.002418939393939394,0.0023901515151515157,0.00268939393939394,0.00244469696969697,0.002015909090909091,0.002525,0.0017272727272727275,0.0028204545454545453,0.002615151515151515,0.0004742424242424242,0.0019106060606060608,0.001403787878787879,0.0022742424242424243,0.001891666666666667,0.0023893939393939394,0.0014553030303030303,0.001150757575757576,0.0023037878787878787,0.0020174242424242424,0.0019962121212121213,0.0028704545454545454,0.001309090909090909,0.0008659090909090909,0.0019659090909090906,0.0014136363636363634,0.0008363636363636365,0.0011878787878787883,0.0009265151515151518,0.0004492424242424244,0.000909090909090909,0.0006106060606060607,0.000731818181818182,0.0012106060606060605,0.00026666666666666657,0.0004901515151515151,0.0009280303030303033,0.00021742424242424246,-0.000452272727272727,-0.0010984848484848486,-0.00024393939393939392,-0.0004916666666666669,-0.0004507575757575758,0.001246212121212121,-0.0006901515151515153,-0.00036969696969696984,0.0008848484848484851,-0.001484090909090909,-0.0003636363636363638,-1.136363636363635e-05,-4.3939393939393795e-05,-0.0005257575757575758,-0.0008371212121212122,-0.0005674242424242425,-0.00043863636363636365,-0.0010484848484848483,-0.001474242424242424,-0.0010424242424242427,-0.00043787878787878776,-0.0012439393939393942,0.0014530303030303037,-0.00012272727272727262,-6.136363636363686e-05,-0.004296212121212121,-0.0028909090909090907,-0.007616666666666665,-0.0028977272727272727,-0.00033257575757575717,0.000496969696969697,-0.0016121212121212119,-0.0038689393939393946,-0.003625757575757575,0.001425757575757576,-0.0011689393939393938,-0.0029318181818181813,-0.0026598484848484854,-0.0007053030303030303,-0.006748484848484848,-0.0031651515151515154],[0.0021401515151515155,0.003575,0.0022825757575757584,0.0019962121212121217,0.0028204545454545453,0.0027212121212121217,0.0014568181818181817,0.0025446969696969694,0.0018265151515151515,0.0011878787878787877,0.0023613636363636363,0.002256818181818182,0.0008583333333333331,0.002732575757575758,0.0008045454545454547,0.0010636363636363636,0.002351515151515152,0.001629545454545455,0.002320454545454546,0.0019090909090909091,0.002543939393939394,0.002040909090909091,0.0014681818181818186,0.002683333333333334,0.0017356060606060603,0.0018356060606060608,0.0010984848484848484,0.0003303030303030303,0.001037878787878788,8.712121212121202e-05,0.00048106060606060606,0.0004643939393939395,0.002081060606060606,-0.0005378787878787879,0.0010886363636363639,0.0007454545454545456,0.0004992424242424244,0.001203030303030303,0.0006015151515151516,0.00010303030303030297,-0.0008643939393939393,0.0009378787878787878,-0.001371212121212121,-0.00020681818181818174,-0.001536363636363637,-0.00027878787878787885,-0.0008787878787878789,-0.000646212121212121,4.242424242424248e-05,-0.0021651515151515153,-0.00041212121212121203,0.0012204545454545456,0.00017045454545454563,-0.00023560606060606088,-0.0006757575757575759,-0.0018628787878787877,-0.0020772727272727275,0.0004454545454545454,0.00027954545454545474,-0.0026924242424242423,-0.002462121212121212,0.0015386363636363638,-0.0018712121212121214,-0.0012962121212121206,-0.0026765151515151515,-0.0003734848484848489,-0.0007227272727272725,0.0014204545454545455,-0.005043939393939394,-0.005318939393939394,-0.004937878787878787,-0.0029916666666666663,0.0006174242424242425,0.001295454545454546,-0.0035992424242424245,-0.0009424242424242424,-0.0036310606060606073,0.00044015151515151444,-0.0020340909090909086,-0.004681060606060605],[0.002113636363636364,0.002900757575757576,0.001815151515151515,0.0015992424242424242,0.0018090909090909095,0.002193939393939394,0.0016598484848484847,0.002021212121212121,0.0008515151515151515,0.002653787878787879,0.002325757575757576,0.0023037878787878787,0.0011568181818181816,0.0019378787878787875,0.0013560606060606059,0.000928030303030303,0.00235530303030303,0.0024719696969696964,0.0012560606060606058,0.0007772727272727273,0.0015151515151515154,0.0011931818181818183,0.0016136363636363633,0.0012515151515151517,0.002421212121212121,-0.0002924242424242423,0.000456818181818182,0.000924242424242424,0.0015621212121212124,0.0014484848484848485,0.002100757575757576,0.0015151515151515152,0.0005825757575757575,-0.0003833333333333335,-0.00036666666666666683,0.0012606060606060604,-2.42424242424244e-05,0.0008068181818181822,0.0012651515151515151,0.0001742424242424244,-0.0004409090909090909,0.0010462121212121212,0.0011545454545454548,3.6363636363636215e-05,0.00012424242424242414,-0.00036060606060606067,-0.0001553030303030302,0.0012659090909090912,-0.00044166666666666665,-0.0007931818181818181,-0.0005545454545454546,-0.000988636363636364,-0.0018530303030303032,0.0006151515151515154,-0.00014318181818181842,-0.0017954545454545458,-0.0009681818181818181,-0.0022545454545454544,0.00022045454545454573,-0.003261363636363637,-0.002271969696969697,-0.0034363636363636363,0.0012727272727272728,0.0006272727272727271,-0.002300757575757576,-0.001987878787878788,-0.004488636363636364,-0.0022749999999999997,-0.0018128787878787884,-0.005565151515151514,-0.005640151515151516,-0.001170454545454546,-0.0006545454545454549,0.0020651515151515155,-0.0021507575757575763,-0.0010272727272727271,-0.0028674242424242434,-0.002698484848484849,-0.004436363636363636,0.0022287878787878787],[0.002138636363636364,0.002442424242424242,0.0020499999999999997,0.0022992424242424246,0.002143181818181819,0.0008628787878787877,0.0035454545454545456,0.0025121212121212125,0.00210530303030303,0.0013174242424242423,0.0016265151515151518,0.002422727272727273,0.0012977272727272729,0.0030113636363636362,0.0014833333333333335,0.0032772727272727268,0.0029772727272727264,0.0009825757575757574,0.00204469696969697,0.0021189393939393944,0.001531060606060606,0.0009295454545454544,0.0016545454545454545,0.0016825757575757575,0.00016060606060606085,0.0014871212121212124,0.0024848484848484847,0.0018727272727272727,0.00022651515151515163,0.0005015151515151517,0.0005348484848484851,0.0015893939393939395,0.0004818181818181819,0.0006606060606060607,0.0005583333333333332,0.0004962121212121212,0.0012015151515151516,0.0008507575757575758,0.0012545454545454546,0.0002893939393939395,0.0011742424242424244,0.0003772727272727271,0.0014356060606060604,0.0001090909090909091,-0.0016696969696969699,8.409090909090901e-05,-0.0005606060606060605,0.00010833333333333326,-0.0005098484848484847,0.00024545454545454545,0.000534090909090909,0.00018560606060606023,0.0004371212121212122,0.0005015151515151516,-7.12121212121216e-05,-0.0013287878787878783,-0.000811363636363636,-0.0003984848484848486,-0.003370454545454546,0.0009189393939393935,-0.0013371212121212122,-0.0015068181818181814,-0.002621212121212121,-0.0010439393939393941,-0.0025787878787878788,-0.002006060606060606,-0.004496212121212121,-0.0009424242424242419,-0.0033689393939393946,-0.0012143939393939394,0.00030075757575757586,-0.0014295454545454542,-0.0016856060606060606,-0.0028545454545454547,0.0015643939393939386,-0.006140909090909091,0.0007151515151515151,-0.0062689393939393935,-0.00449848484848485,-0.004736363636363636],[0.0030363636363636365,0.0026386363636363643,0.0012378787878787882,0.003281818181818182,0.0034643939393939394,0.001525,0.0016757575757575759,0.001873484848484848,0.002154545454545455,0.002759848484848485,0.0017666666666666666,0.0022916666666666662,0.0009462121212121208,0.0015492424242424245,0.0012196969696969698,0.0020136363636363637,0.0016522727272727275,0.001652272727272727,0.0007204545454545455,0.0007893939393939398,0.002656818181818182,0.0011689393939393938,-0.0001946969696969697,0.0012704545454545458,0.0015409090909090906,0.0013530303030303032,0.0009901515151515153,5.83333333333332e-05,0.0014659090909090909,0.0014856060606060607,0.002109090909090909,0.000165909090909091,0.0007303030303030302,0.0006409090909090907,0.0009613636363636365,0.0014992424242424244,0.001238636363636364,0.0008462121212121209,0.0008477272727272728,0.0009348484848484849,-0.0006363636363636366,0.00010378787878787885,0.00011742424242424235,-0.0005075757575757575,-0.001718181818181818,-0.0007560606060606061,0.0009893939393939392,0.00033939393939393954,-0.0013424242424242424,0.00021212121212121205,0.00010833333333333341,-0.0012424242424242421,-0.002195454545454546,-0.0012992424242424241,-0.0006825757575757576,-0.004503787878787879,0.00037045454545454534,-0.0010075757575757577,-0.001456060606060606,0.00269469696969697,-0.0020007575757575754,-0.002412878787878788,-0.003021212121212121,-0.0015189393939393945,-0.000615151515151515,0.0009469696969696968,-0.003140151515151514,-0.005000757575757576,-0.0025,0.001103030303030303,-0.0021628787878787887,-0.0008477272727272731,0.000720454545454545,-0.0032545454545454544,-0.0008242424242424241,-0.0011492424242424244,-0.003771969696969697,-0.0020992424242424245,-0.004110606060606061,-0.003927272727272726],[0.0028856060606060607,0.0022909090909090913,0.00214469696969697,0.003971212121212122,0.002115151515151515,0.003537121212121213,0.0010037878787878787,0.0014083333333333335,0.0021825757575757573,0.001793939393939394,0.0013704545454545454,0.001406060606060606,0.0016636363636363634,0.0023689393939393937,0.002231060606060606,0.0019386363636363637,0.0018825757575757574,0.0012598484848484848,0.0025659090909090914,0.0011363636363636365,0.0016106060606060602,0.0009750000000000001,0.0020462121212121214,0.0019340909090909094,0.0011575757575757572,0.0010196969696969697,0.0015030303030303031,0.0022090909090909092,0.0014106060606060608,0.00398030303030303,0.0029454545454545454,0.0007083333333333332,2.6515151515151628e-05,0.0018553030303030303,-0.0001484848484848489,0.0009621212121212116,0.0003621212121212121,6.060606060606135e-06,-5.2272727272727254e-05,0.0005977272727272726,0.00046515151515151494,-0.0011083333333333333,0.0010022727272727273,1.515151515151895e-06,-0.0016174242424242423,-0.00017954545454545453,-0.0006977272727272728,-0.001552272727272727,-0.0003969696969696969,-0.0015106060606060606,-0.0005295454545454545,-0.00010454545454545467,-0.0005325757575757574,0.0001818181818181819,0.0005939393939393937,-0.0007727272727272728,-0.0014939393939393936,-0.0026333333333333334,-0.0014757575757575756,-0.0012628787878787879,-0.0011719696969696972,-0.0012242424242424243,-0.0027265151515151517,-0.0018280303030303031,-0.001738636363636363,-0.0031984848484848502,0.0011295454545454547,-0.0010583333333333337,-0.0010454545454545458,-0.0016401515151515148,-0.001887878787878788,-0.002490151515151515,-0.006217424242424242,-0.0028462121212121205,0.0020174242424242424,-0.0014712121212121212,-0.0026772727272727265,-0.001011363636363636,-0.00656439393939394,-0.002904545454545454],[0.0036484848484848484,0.0026075757575757578,0.0023280303030303036,0.0035848484848484854,0.0036712121212121207,0.003831060606060607,0.0031712121212121216,0.0022636363636363635,0.0025249999999999995,0.0023106060606060607,0.002128787878787879,0.0010128787878787879,0.0011765151515151515,0.003206060606060606,0.0019848484848484847,0.00215530303030303,0.0010613636363636361,0.0019272727272727273,0.0009810606060606062,0.0022689393939393943,0.0014719696969696973,0.000621969696969697,0.0012098484848484848,0.0018484848484848486,0.0012507575757575759,0.0020431818181818186,0.0013053030303030305,0.0017227272727272725,0.000331818181818182,0.0011219696969696975,0.0026893939393939402,0.0020462121212121214,0.0013734848484848485,0.0017431818181818182,0.0003636363636363635,0.001508333333333334,0.0008196969696969697,0.0008946969696969701,0.00023636363636363641,0.0002666666666666665,0.0010083333333333335,0.001843939393939394,0.0014871212121212124,-0.0009128787878787879,-0.00029393939393939386,-0.000787878787878788,-0.0015212121212121207,-8.181818181818198e-05,-0.001646212121212121,0.0009348484848484846,0.0014174242424242424,-0.001334090909090909,0.0006507575757575757,0.00038787878787878785,-0.0005696969696969697,-0.0006916666666666668,0.00037348484848484856,-0.00033333333333333316,-0.0020462121212121214,-0.0028696969696969696,-0.0017643939393939393,-0.0003787878787878788,-0.0009128787878787882,-0.0030060606060606063,-0.0027984848484848487,-0.0021363636363636368,-0.0012613636363636364,-0.00340530303030303,-0.0040121212121212125,-0.005049242424242425,0.001309848484848485,-0.002934848484848485,-0.004018181818181818,0.0020469696969696973,-0.00528030303030303,-0.006381818181818182,-0.0034537878787878787,-0.00041969696969696953,-0.004079545454545453,-0.0006348484848484842],[0.002331818181818181,0.0035477272727272727,0.001949242424242425,0.00306060606060606,0.002342424242424242,0.002676515151515151,0.0016840909090909092,0.0020992424242424245,0.002287121212121212,-0.00015984848484848485,0.0023606060606060604,0.0011522727272727275,0.0013606060606060608,0.0030257575757575757,0.0026833333333333336,0.0008431818181818181,0.002648484848484849,0.0028348484848484848,0.0023803030303030303,0.0018901515151515153,0.0007719696969696968,0.0014507575757575753,0.0013606060606060606,0.0013484848484848486,0.0011378787878787878,0.0005303030303030302,0.002277272727272727,0.0008234848484848484,0.0015166666666666668,0.0008962121212121216,0.00018409090909090917,0.00148939393939394,0.0010083333333333335,-0.00030530303030303025,0.002740909090909091,0.0010939393939393938,0.00021666666666666668,-0.00028863636363636326,0.0004984848484848483,0.0017946969696969698,-0.0006848484848484851,0.0013371212121212127,0.0007333333333333334,-0.0004242424242424242,0.0002999999999999998,0.0011348484848484846,0.00037045454545454534,-0.0020856060606060604,0.0013371212121212122,0.0010265151515151513,-0.0003780303030303025,-0.0008484848484848485,-0.0006606060606060606,-0.00015454545454545446,-0.0009212121212121215,-0.001327272727272727,-0.003114393939393939,0.0016727272727272728,-0.0023075757575757574,-0.0016871212121212116,0.0004984848484848486,-0.001538636363636364,-0.00314469696969697,-0.0011719696969696976,4.469696969697003e-05,-0.0013583333333333331,-0.0010189393939393947,0.00023939393939393915,-0.0015946969696969701,-0.0036181818181818186,-0.0019901515151515155,-0.0028704545454545445,-0.004947727272727273,-0.004257575757575757,0.0015378787878787884,-0.005462121212121212,-0.003924242424242424,-0.0051522727272727276,-0.0014189393939393938,0.0002128787878787884],[0.0031371212121212117,0.00047878787878787867,0.0034621212121212133,0.0029446969696969695,0.004125757575757576,0.004151515151515152,0.0036780303030303028,0.0016742424242424244,0.0021106060606060606,0.003118181818181818,0.0016825757575757573,0.003168939393939393,0.001762878787878788,0.0020143939393939395,0.0015416666666666669,0.002562878787878788,0.0022636363636363635,0.0027106060606060605,0.0011833333333333333,0.001637878787878788,0.0011181818181818183,0.0006409090909090911,0.0009924242424242426,0.0018022727272727272,0.0018181818181818184,0.002693181818181818,0.0015507575757575758,0.0027772727272727276,0.0011795454545454544,0.0006045454545454544,0.0010484848484848483,0.002065151515151515,0.00021515151515151518,-0.000352272727272727,0.0015575757575757574,0.0019613636363636365,0.0015886363636363641,0.0009227272727272729,-0.00038333333333333324,0.001922727272727273,-0.0008507575757575758,-0.0003674242424242423,-0.0008901515151515152,0.0012075757575757573,-0.00011742424242424248,0.00019090909090909106,-0.0009628787878787876,0.0008424242424242423,0.0013507575757575757,-0.00023409090909090903,-0.0010992424242424238,-0.00046893939393939405,-0.0003128787878787879,-0.0011295454545454545,-0.0011674242424242428,-0.000506818181818182,-0.0020833333333333333,-0.003334848484848484,-0.0018363636363636362,-0.001815151515151515,0.0001287878787878787,-0.003145454545454546,0.0005393939393939395,-0.002059848484848485,-0.0013606060606060608,-0.0012712121212121214,-0.0015856060606060601,-0.0002977272727272723,0.0005446969696969696,0.00019696969696969674,-0.0005886363636363637,-0.002806060606060605,0.0011553030303030302,-0.0041909090909090915,-0.003062878787878788,-0.0030795454545454546,0.003427272727272728,-0.004582575757575758,-0.005587121212121212,-0.005356818181818182],[0.003545454545454545,0.002494696969696969,0.004061363636363636,0.0038469696969696972,0.0033810606060606066,0.0015325757575757575,0.0021007575757575753,0.0038628787878787884,0.00238030303030303,0.003418181818181818,0.004096212121212122,0.0032113636363636363,0.0012856060606060607,0.0007636363636363637,0.0019159090909090907,0.0026628787878787883,0.0014863636363636364,0.0011924242424242422,0.001978787878787879,0.0009757575757575757,0.003443939393939394,0.0012242424242424241,0.0017053030303030305,0.002817424242424242,0.002731818181818182,0.0017878787878787882,0.0009189393939393939,0.00023030303030303044,0.0017310606060606062,0.0024068181818181823,0.0019090909090909091,0.0004795454545454547,0.0026393939393939397,0.00045151515151515154,0.001146969696969697,0.0016363636363636363,0.0011765151515151515,4.5454545454547446e-06,0.0013606060606060606,0.0003287878787878789,0.0015378787878787882,-0.0007628787878787877,-0.0011310606060606064,0.0021045454545454544,0.0001856060606060606,-0.0022477272727272723,-0.001676515151515152,-0.0001325757575757577,-0.0002712121212121214,-0.0009833333333333339,-0.001221969696969697,-0.0007568181818181819,-0.0012037878787878784,-0.0011113636363636365,-0.004368939393939394,-8.030303030303055e-05,-0.0024749999999999993,-0.001472727272727273,-0.0011749999999999996,0.001956818181818182,-0.0008363636363636363,-0.0010659090909090905,3.030303030303038e-06,-0.002348484848484849,-0.0052492424242424245,-0.0028340909090909102,-0.005279545454545455,0.0030818181818181825,0.0003886363636363635,-0.0011719696969696965,-0.003442424242424242,-0.0014484848484848476,-4.545454545454505e-05,-0.001393939393939394,-0.007324242424242425,-0.0012560606060606065,-0.005122727272727274,-0.005086363636363635,-0.0019712121212121215,0.001846969696969697],[0.001848484848484848,0.0031636363636363637,0.002240909090909091,0.0018,0.0038234848484848486,0.0019522727272727274,0.0022590909090909094,0.002950757575757576,0.0022651515151515147,0.002807575757575757,0.0027825757575757576,0.002531060606060606,0.002281818181818182,0.002450757575757576,0.0019227272727272726,0.0016621212121212122,0.0013621212121212116,0.002040909090909091,0.0018000000000000002,0.002173484848484848,0.0013151515151515148,-0.0008204545454545455,0.0016303030303030305,0.0007159090909090909,0.002374242424242424,0.0006280303030303031,0.0009954545454545455,0.0014075757575757577,-7.575757575757572e-05,0.0026636363636363633,0.000246969696969697,0.001209090909090909,0.00038939393939393946,0.0012022727272727274,0.001046969696969697,-0.0005674242424242422,8.106060606060626e-05,0.0008000000000000001,-0.0004924242424242422,-0.0005553030303030305,0.0006287878787878785,-0.0006939393939393943,-0.0005712121212121214,0.0007492424242424244,-0.0002325757575757575,-0.0006250000000000001,0.0014522727272727272,0.0016553030303030306,-0.0009666666666666667,3.5606060606060546e-05,-0.001413636363636364,-0.00014318181818181804,-0.0015765151515151517,-0.00021439393939393973,-0.001124242424242424,-0.0010446969696969693,-0.0013136363636363636,-0.0013787878787878789,-0.0008393939393939392,-0.0011621212121212122,0.0018242424242424242,-0.0021628787878787874,-0.0008598484848484853,-0.0015128787878787879,-0.0011712121212121207,-0.0030931818181818183,-0.0013977272727272723,-0.0010280303030303034,-0.001751515151515151,-0.004445454545454546,-0.00283030303030303,-0.0017984848484848487,-0.002915151515151515,-0.004587878787878788,0.0007598484848484847,-0.004241666666666667,-0.0030568181818181827,-0.0018090909090909088,-0.0004575757575757578,-0.0014469696969696972],[0.00395,0.0028946969696969703,0.004626515151515151,0.0008598484848484851,0.003737878787878788,0.0034257575757575755,0.002946212121212121,0.003905303030303031,0.003113636363636363,0.0028954545454545452,0.002890151515151515,0.002218939393939394,0.001956060606060606,0.0031151515151515152,0.002968181818181818,0.00315,0.0019227272727272728,0.002472727272727272,0.0021848484848484844,0.0021530303030303033,0.0035977272727272733,0.002374242424242424,0.0022537878787878786,0.0023530303030303034,0.0005507575757575758,0.0018818181818181815,-0.00019772727272727251,0.0004189393939393941,0.002,0.0007590909090909091,0.0018545454545454544,0.0017159090909090909,0.0023053030303030304,0.000789393939393939,7.272727272727253e-05,0.00231439393939394,0.0032962121212121213,-0.000265151515151515,-0.0006446969696969699,-0.0002212121212121213,0.0023507575757575755,0.0016454545454545452,-0.0008992424242424241,0.0013393939393939393,-0.000956060606060606,-0.00015378787878787888,-0.0011015151515151517,-0.0007500000000000002,0.0010143939393939395,0.00016742424242424222,0.001992424242424242,0.0007522727272727275,-0.0026053030303030303,-0.0018090909090909093,-0.000878030303030303,0.001648484848484849,-0.00211060606060606,-0.0008363636363636361,3.63636363636366e-05,-0.0037818181818181826,-0.0028530303030303034,0.0010568181818181824,-0.0019393939393939391,-0.0029090909090909093,-0.003827272727272727,-0.0033553030303030305,-0.0022946969696969696,-0.003062121212121212,-0.002018181818181818,-0.0025674242424242434,-0.003834848484848485,0.0020484848484848485,-0.0006075757575757572,-0.002779545454545455,0.00021893939393939418,-0.0016909090909090908,-0.005978030303030303,-0.005049242424242425,-0.0032803030303030305,-0.0010924242424242424],[0.003249242424242424,0.0027689393939393943,0.0038409090909090914,0.002640151515151515,0.004384848484848485,0.0022886363636363634,0.0027143939393939396,0.002671212121212121,0.0017553030303030304,0.002334848484848485,0.003226515151515152,0.00294469696969697,0.002025,0.0033939393939393945,0.0024825757575757572,0.0011325757575757578,0.0016113636363636365,0.0010484848484848487,0.0013765151515151514,0.002041666666666667,0.0005378787878787879,0.0014833333333333332,0.0031469696969696967,0.0012128787878787877,0.002345454545454545,0.0026636363636363637,0.002749242424242424,0.00018409090909090925,0.0023848484848484845,0.0008143939393939393,0.002243939393939393,0.0012113636363636365,0.00045227272727272743,0.0010803030303030297,0.0002121212121212122,0.0010689393939393938,0.000788636363636364,0.0015757575757575756,0.0005803030303030303,0.0023234848484848486,0.0009590909090909089,0.002526515151515152,0.001393181818181818,-0.00045757575757575717,0.0019992424242424233,-0.0002939393939393936,0.0007325757575757577,-0.0007734848484848482,0.00031060606060606075,-0.0016893939393939396,-0.0016568181818181816,-0.0006515151515151516,0.0006136363636363638,-0.0012227272727272725,-0.001716666666666667,-0.002100757575757575,0.0008500000000000001,0.0004931818181818178,0.0011295454545454545,0.00039696969696969707,-1.6666666666666986e-05,-0.0026257575757575756,-0.0011446969696969698,-0.001475,-0.0023045454545454545,-0.0013439393939393943,-0.004120454545454544,-3.5606060606060336e-05,-0.0019500000000000003,-0.0041431818181818176,0.0008886363636363639,-0.0010719696969696969,-0.0032946969696969696,-0.006378030303030303,-0.004232575757575758,-0.003106818181818182,0.0027227272727272742,-0.007073484848484849,0.0022825757575757567,-0.007677272727272728],[0.0036651515151515154,0.002805303030303031,0.002949242424242424,0.0030696969696969705,0.0030068181818181817,0.0015310606060606059,0.0031121212121212123,0.002678787878787879,0.003154545454545454,0.0039931818181818185,0.0018303030303030306,0.0019401515151515152,0.0018803030303030305,0.0019113636363636366,0.002406818181818182,0.0020871212121212125,0.003531060606060606,0.0012030303030303028,0.001682575757575757,0.0023219696969696965,0.000503787878787879,0.0023492424242424247,0.002226515151515152,0.0004772727272727272,0.0011166666666666666,0.0011174242424242427,0.002690909090909091,0.002365151515151516,0.0013825757575757576,0.0008606060606060605,0.0008151515151515152,0.0005189393939393939,0.0016818181818181815,0.0014818181818181822,0.0015674242424242423,0.0013954545454545456,-0.00023712121212121233,0.0011356060606060607,-1.5909090909091022e-05,0.000848484848484848,0.002654545454545455,6.060606060606264e-06,-0.00017651515151515147,-0.0002765151515151519,-0.000440909090909091,-0.001032575757575758,-0.0007583333333333337,-0.0005492424242424244,-0.0005053030303030305,-0.0011977272727272726,-0.0005568181818181817,0.0011318181818181815,0.0005340909090909089,-0.00183030303030303,-4.545454545454514e-06,0.00037954545454545484,-0.0017113636363636365,-0.0020303030303030307,-0.0003901515151515151,-0.00048560606060606056,-0.0023227272727272727,-0.0011924242424242422,-0.001954545454545454,0.0019704545454545456,-0.002706818181818182,-0.0029,-0.00391969696969697,-0.00035075757575757637,0.000737878787878788,-0.00026818181818181796,-0.0015560606060606062,-0.004347727272727273,-0.0039984848484848476,-0.0035189393939393946,-0.004258333333333334,-0.002731818181818182,-0.001556818181818182,-0.006100757575757575,-0.007799242424242425,-0.0008507575757575763],[0.002543939393939394,0.003765909090909091,0.0020265151515151516,0.0034159090909090905,0.001943939393939394,0.0038098484848484854,0.0039204545454545455,0.002950757575757576,0.0034386363636363638,0.0020454545454545456,0.00225530303030303,0.0029522727272727266,0.0034833333333333335,0.001747727272727273,0.0016825757575757577,0.0030090909090909087,0.0012250000000000002,0.0019083333333333333,0.00356969696969697,0.0034977272727272726,0.0024818181818181823,0.0021515151515151512,0.0014113636363636364,0.0021651515151515153,0.003957575757575757,0.002775,0.001981818181818182,0.002384848484848485,0.00042727272727272726,0.0007151515151515154,0.0004939393939393939,-0.00028636363636363636,0.0023651515151515154,0.0005803030303030304,0.001287121212121212,0.0013287878787878785,0.0012272727272727275,3.9393939393939556e-05,-0.0005681818181818182,-0.0007439393939393937,-0.0006742424242424242,0.00041893939393939397,-1.7424242424242428e-05,-0.0007037878787878787,9.393939393939401e-05,-0.0005946969696969696,-0.0006924242424242421,-0.0005946969696969696,0.00021893939393939377,0.0005628787878787881,-0.0006121212121212121,0.0011431818181818181,-0.0017280303030303035,-0.0008045454545454547,-0.0003924242424242426,-0.001072727272727273,-0.00045000000000000026,-0.0029901515151515155,0.0003765151515151515,-0.004427272727272727,-0.0030098484848484854,-0.0022871212121212117,-0.004029545454545455,-0.002587121212121212,-0.0002219696969696967,0.0011143939393939396,-0.0039886363636363635,-8.409090909090965e-05,-0.0023083333333333337,0.00026666666666666706,-0.0025757575757575754,-0.005257575757575759,-0.0018787878787878789,-0.003103030303030303,-0.004528030303030302,-0.003032575757575757,-0.004562121212121212,-0.006424999999999999,-0.0007818181818181819,-0.0023606060606060604],[0.0029545454545454545,0.003997727272727273,0.0031454545454545455,0.003175,0.0025007575757575755,0.003399242424242425,0.004000757575757576,0.0031424242424242426,0.002881818181818182,0.0035712121212121213,0.0026340909090909093,0.0024712121212121215,0.0019696969696969694,0.0018287878787878787,0.0017174242424242425,0.0030424242424242423,0.002430303030303031,0.00039090909090909096,0.0026954545454545465,0.0017878787878787882,0.0014886363636363634,0.0016962121212121216,0.00260909090909091,0.0018613636363636367,0.0013575757575757573,0.0017303030303030301,0.001937121212121212,0.0016280303030303028,0.0014696969696969696,0.0030068181818181812,0.0025325757575757582,0.0007265151515151516,0.0012393939393939397,0.0016106060606060604,0.001625757575757576,0.0009621212121212121,-0.0012083333333333332,-0.0005810606060606062,0.001666666666666667,0.00019545454545454578,0.0018060606060606062,0.00037348484848484845,-0.0007098484848484848,0.0006106060606060609,0.00014393939393939366,0.00037045454545454534,0.000696969696969697,0.0014500000000000001,0.0005227272727272723,0.0008477272727272727,-3.0303030303030092e-05,-0.0010280303030303025,-0.002334848484848486,-0.0012795454545454544,0.0007893939393939392,-0.0005363636363636364,-0.0002477272727272727,-0.0017780303030303032,-0.002660606060606061,-0.0022893939393939396,-0.0006590909090909096,-0.0009318181818181818,0.001571212121212121,-0.0003212121212121212,-0.001971212121212122,-0.0016045454545454544,-0.00048030303030303033,6.363636363636325e-05,0.0002704545454545458,-0.0010454545454545452,-0.0043272727272727265,0.0007446969696969703,-0.0013537878787878788,0.00043257575757575716,-0.00036060606060606,-0.0006053030303030308,0.00246969696969697,0.002956060606060606,-0.00473939393939394,-0.0032446969696969708],[0.004405303030303032,0.0018204545454545455,0.0029795454545454548,0.0019424242424242425,0.004184848484848486,0.0030734848484848484,0.002220454545454546,0.0008424242424242424,0.0024106060606060614,0.0034045454545454535,0.002601515151515152,0.0019,0.002068181818181818,0.0035772727272727275,0.0030636363636363634,0.004479545454545455,0.002662121212121212,0.0009931818181818186,0.0032939393939393946,0.0007878787878787882,0.0007143939393939393,0.0022507575757575765,0.004052272727272727,0.0013909090909090909,0.0027643939393939398,0.0011901515151515152,0.0026856060606060606,0.001018939393939394,0.0012196969696969694,0.0002863636363636364,0.0016780303030303032,0.0011045454545454544,0.002140909090909091,0.00059469696969697,0.0005643939393939395,0.0011893939393939393,0.0016007575757575753,0.0020121212121212125,0.002171969696969697,-0.0004628787878787879,-0.001060606060606061,0.0008325757575757574,0.0009174242424242425,-0.000740151515151515,0.0006166666666666665,-0.0003393939393939393,-0.00017954545454545423,0.0015803030303030302,0.0006613636363636365,0.0010356060606060602,-0.000921969696969697,-0.0010272727272727274,0.00022045454545454563,-0.0008651515151515154,-0.0011924242424242422,4.090909090909123e-05,-0.002053030303030303,-0.00047196969696969727,-0.0030598484848484847,0.000828030303030303,0.0007515151515151514,-0.004015909090909092,0.001390151515151515,-0.0024356060606060613,0.0001212121212121216,-0.0036583333333333337,-0.0021462121212121204,0.0008749999999999997,-0.0024992424242424247,-0.0031340909090909097,0.0020757575757575763,-0.0015871212121212129,-0.0028992424242424244,-0.005974999999999999,-0.0019007575757575756,-0.0026696969696969695,0.0011113636363636362,-0.0009590909090909078,-0.0002689393939393945,-0.004331818181818182],[0.004185606060606061,0.002947727272727273,0.003566666666666667,0.0017295454545454545,0.004252272727272728,0.0036265151515151514,0.0026568181818181825,0.0025015151515151513,0.001772727272727273,0.0031431818181818184,0.002481060606060606,0.0025659090909090914,0.003048484848484848,0.0015856060606060608,0.003428030303030303,0.00423939393939394,0.0018007575757575758,0.0015174242424242424,0.002128787878787879,0.0024575757575757574,0.0035643939393939393,0.0029621212121212124,0.0021484848484848488,0.0025469696969696964,0.0025818181818181812,0.002762121212121212,0.0012621212121212123,0.001534090909090909,0.002620454545454545,0.0016515151515151514,0.0037840909090909097,0.0014818181818181818,0.000343939393939394,0.0016250000000000004,0.0010378787878787877,0.002004545454545455,0.0009833333333333335,0.00043560606060606065,-0.00019090909090909092,-2.045454545454526e-05,-0.000462878787878788,0.001006060606060606,0.0013780303030303026,0.0012037878787878786,-0.0003765151515151514,0.00037575757575757584,9.090909090909057e-06,0.00011212121212121204,0.000659090909090909,-0.00044242424242424243,0.0014303030303030307,-0.0006909090909090909,0.0017303030303030306,-0.000647727272727273,-0.0020204545454545458,-6.439393939393935e-05,-0.0017833333333333338,-0.0008409090909090913,-1.4456028966473392e-19,-0.00033333333333333294,-0.0019257575757575761,-0.0031204545454545456,0.0006909090909090909,-0.004417424242424242,0.0008015151515151513,-0.00032575757575757495,0.0008863636363636363,0.0010643939393939394,4.318181818181727e-05,-0.0027409090909090916,-0.004872727272727274,-0.004873484848484849,-0.0005825757575757574,-0.004006060606060606,0.0013227272727272727,0.000950000000000001,-0.006200000000000001,-0.0012106060606060607,0.004155303030303029,-0.004528787878787879],[0.005021969696969697,0.0037681818181818177,0.0046500000000000005,0.0020704545454545455,0.0032295454545454546,0.0032765151515151514,0.0023772727272727274,0.003950757575757576,0.006078030303030302,0.0038356060606060606,0.003916666666666667,0.0031833333333333336,0.003668939393939394,0.0013659090909090906,0.002159848484848485,0.004178787878787878,0.0017560606060606063,0.0029871212121212122,0.0039924242424242435,0.002093939393939394,0.004008333333333333,0.0030227272727272724,0.00291060606060606,0.0009621212121212125,0.002828787878787879,0.0035537878787878785,0.0014272727272727273,0.0016969696969696968,0.003275,0.003726515151515152,0.0008022727272727273,0.0028378787878787877,0.0019507575757575766,0.0005121212121212121,0.0009068181818181821,0.0007681818181818184,0.0020325757575757578,0.0009060606060606061,0.00296969696969697,0.002157575757575757,7.878787878787883e-05,0.0011446969696969696,8.409090909090904e-05,0.00023787878787878794,0.0015765151515151515,0.0004727272727272727,-0.00047196969696969716,6.51515151515149e-05,-0.0002318181818181819,0.0011878787878787877,0.001254545454545454,0.00045909090909090916,0.000622727272727273,-0.002024242424242424,0.00034848484848484866,-0.0015477272727272729,0.0012825757575757573,6.439393939393936e-05,0.0008015151515151515,-0.003229545454545455,-0.001492424242424243,-0.00036590909090909095,-0.0036499999999999996,0.0005916666666666662,-0.002574242424242424,0.0009590909090909092,-0.003953030303030303,-0.003843181818181819,-0.0016871212121212123,-0.0030583333333333335,-0.003989393939393939,-0.0041818181818181815,-0.004937878787878787,-0.006968939393939394,-0.005587121212121211,0.0007007575757575763,-0.0029401515151515154,0.0021537878787878783,-0.0020696969696969688,-0.0038166666666666674],[0.0031878787878787877,0.0031371212121212113,0.003984848484848484,0.0036780303030303023,0.0053113636363636375,0.004403030303030303,0.005024242424242425,0.005127272727272727,0.0033409090909090906,0.002849242424242425,0.0029757575757575756,0.0030553030303030306,0.003254545454545455,0.0038545454545454547,0.0020280303030303032,0.0021924242424242427,0.003548484848484849,0.00284469696969697,0.0030280303030303037,0.0018901515151515153,0.0010757575757575763,0.0026303030303030306,0.0013909090909090909,0.0026386363636363643,0.0034878787878787885,0.0038386363636363635,0.0030621212121212118,0.0035712121212121213,0.0024712121212121215,0.0018159090909090911,0.0011136363636363637,2.348484848484868e-05,3.1818181818181786e-05,0.0028954545454545444,0.002527272727272728,-3.3333333333333525e-05,0.0030166666666666666,0.003647727272727273,-0.0016924242424242425,0.0005325757575757577,0.0005893939393939394,0.0007803030303030309,0.0021992424242424247,-0.0001537878787878786,-0.00046060606060606077,-0.0002787878787878787,3.0303030303029805e-06,0.001216666666666667,0.001983333333333333,0.0008765151515151519,0.0010356060606060609,-0.0026886363636363635,-0.000750757575757576,-0.001184848484848485,0.0005121212121212119,-0.0015871212121212125,-0.0014583333333333336,-0.0010340909090909094,-0.0030166666666666675,-0.002516666666666667,-0.0007257575757575756,0.0011446969696969696,-3.63636363636364e-05,-0.0010727272727272732,-0.0004318181818181816,-0.0008136363636363638,-0.001734848484848484,-0.003228787878787879,0.00234090909090909,-0.00021818181818181865,-0.0016780303030303025,-0.0028818181818181816,-0.0014424242424242418,-0.0009045454545454543,0.001692424242424242,-0.0015303030303030296,-0.006046969696969697,-0.005615151515151516,-0.004481818181818181,-0.003190151515151518],[0.002939393939393939,0.003919696969696971,0.0036401515151515142,0.004251515151515151,0.004678030303030303,0.005080303030303031,0.003391666666666667,0.004892424242424242,0.0053553030303030305,0.003463636363636363,0.002903030303030303,0.0036401515151515147,0.002958333333333333,0.003482575757575758,0.002302272727272727,0.0033962121212121215,0.002912878787878789,0.004336363636363636,0.0004242424242424241,0.003725,0.002915151515151515,0.0008446969696969696,0.0023060606060606057,0.0026515151515151517,0.002386363636363636,0.003011363636363636,0.002685606060606061,0.0028878787878787882,0.0014303030303030304,0.003099242424242424,0.0025772727272727267,0.002549242424242425,0.0032787878787878793,0.001863636363636364,0.0030515151515151523,0.0007265151515151515,0.0013590909090909094,0.0007113636363636364,0.00039318181818181856,0.0023333333333333335,0.0007886363636363636,0.0010787878787878785,9.924242424242415e-05,-0.0002568181818181817,0.0012863636363636363,0.0011242424242424245,0.0011060606060606059,0.0004984848484848485,0.0004916666666666669,0.0005795454545454544,0.0007924242424242424,0.0013886363636363638,-0.0015037878787878788,-0.0006227272727272726,-0.00055530303030303,-0.0012409090909090905,0.0008371212121212122,0.0005371212121212124,-0.0003166666666666668,-0.0013015151515151516,0.00022500000000000043,-0.0003242424242424242,0.0016356060606060605,-0.00014242424242424235,-0.002112878787878788,-0.0024469696969696966,-0.0017712121212121216,-0.0011242424242424247,0.0012643939393939397,-0.00046287878787878815,-0.00017954545454545434,-0.004996212121212121,-0.0012696969696969697,0.0016053030303030305,-0.004843181818181817,-0.0038537878787878797,-0.005825757575757575,0.0021136363636363622,-0.0019363636363636362,-0.0035659090909090914],[0.004749242424242424,0.0024575757575757574,0.004467424242424243,0.0057068181818181836,0.0037007575757575764,0.0030863636363636367,0.004268939393939394,0.0040757575757575755,0.0026227272727272722,0.0034363636363636363,0.004974999999999999,0.004918181818181819,0.004473484848484848,0.003584848484848485,0.004125757575757577,0.0024151515151515156,0.0011886363636363637,0.00390909090909091,0.0021651515151515153,0.00228030303030303,0.002427272727272728,0.003526515151515151,0.002384848484848485,0.0021765151515151515,0.0016393939393939392,0.0010310606060606059,0.0027121212121212126,0.001771969696969697,0.0032583333333333336,0.0022825757575757584,0.002434848484848485,0.0006537878787878789,0.0005090909090909089,0.0012121212121212123,0.0003439393939393941,0.001047727272727273,-0.0005136363636363638,0.002843939393939394,0.0008181818181818185,0.001297727272727273,0.0035840909090909096,0.0005106060606060605,-0.0008931818181818182,0.00215530303030303,0.00042878787878787865,0.0015780303030303033,0.0008196969696969696,-0.0007954545454545452,0.0014424242424242422,0.0013734848484848487,-0.00012727272727272704,-0.00040909090909090913,-9.545454545454539e-05,-0.0009356060606060605,-0.0005818181818181823,-0.0006393939393939395,-0.003474242424242424,-0.0018613636363636365,-0.002218181818181818,0.0006363636363636366,0.0020234848484848487,0.00021287878787878777,0.0017303030303030304,-0.004943939393939393,-0.0030219696969696975,0.000574242424242424,-0.0025477272727272727,0.0009098484848484851,-0.007237878787878788,-0.004474242424242424,0.002221969696969697,-0.0007969696969696971,0.0015780303030303036,-0.0014022727272727277,-0.002908333333333332,-0.0036128787878787877,0.000917424242424242,-0.005078030303030303,-0.0005886363636363637,-0.008371969696969699],[0.004313636363636365,0.003012121212121213,0.004578030303030303,0.003476515151515152,0.005899242424242424,0.002806060606060606,0.004069696969696969,0.005277272727272728,0.005047727272727273,0.002922727272727273,0.0054477272727272725,0.0029734848484848486,0.003591666666666667,0.0032416666666666666,0.002015151515151515,0.0028431818181818185,0.003146212121212121,0.0030386363636363636,0.004141666666666668,0.0036621212121212116,0.0014537878787878788,0.0022492424242424244,0.0025636363636363643,0.0030340909090909095,0.004352272727272727,0.003165909090909092,0.0033765151515151508,-5.909090909090904e-05,0.003934848484848484,-0.0009121212121212121,0.0022393939393939395,0.003379545454545454,0.002323484848484848,-0.00014015151515151526,0.0014287878787878788,0.001256818181818182,0.0011863636363636362,0.0029946969696969705,0.0024893939393939393,0.0008090909090909089,0.0020734848484848492,-0.00042272727272727254,0.000827272727272727,0.0014507575757575755,9.015151515151529e-05,-0.000568181818181818,0.00039469696969696963,0.0004901515151515152,-0.002171212121212121,0.0008916666666666666,-0.0018348484848484847,0.0023530303030303026,-0.004022727272727273,0.00014090909090909074,0.0013886363636363636,-0.0032348484848484845,0.00021742424242424216,0.0007901515151515152,-0.0002454545454545457,-0.0010136363636363635,-0.003392424242424243,-0.00010606060606060589,-0.0018181818181818184,-0.004171212121212122,0.0009878787878787882,-0.002068939393939394,-0.0027681818181818176,-0.004966666666666666,-2.5757575757576e-05,-0.0023734848484848483,-0.0008818181818181814,-0.0012893939393939394,-0.005468939393939393,-0.0013727272727272729,0.0008825757575757576,0.0016924242424242427,-0.0014287878787878777,-0.007188636363636364,0.005462878787878789,-0.003846969696969697],[0.00469469696969697,0.005114393939393939,0.0041583333333333325,0.004536363636363638,0.001556818181818182,0.005033333333333334,0.0027348484848484854,0.0029909090909090914,0.0028765151515151516,0.005241666666666667,0.002193939393939394,0.002340909090909091,0.0037393939393939395,0.0016522727272727275,0.00428560606060606,0.002706060606060606,0.006265909090909092,0.0012545454545454546,0.004154545454545455,0.004138636363636363,0.0004977272727272723,0.0035719696969696976,0.0037393939393939386,0.003050757575757575,0.0045871212121212125,0.002987878787878788,0.001431818181818182,0.003364393939393939,0.002111363636363636,0.003141666666666667,0.002847727272727273,0.0013075757575757578,0.0015856060606060608,0.001962878787878788,0.0004666666666666667,0.0012015151515151516,0.0018651515151515148,0.000646969696969697,0.0006053030303030306,0.002032575757575758,0.0025348484848484853,-0.0006272727272727273,-5.227272727272696e-05,-0.0006272727272727274,0.0001962121212121216,-0.001486363636363636,-0.0021628787878787874,-0.0007583333333333334,0.0013696969696969697,-0.0008393939393939394,-0.002468181818181818,0.0013409090909090907,-1.2121212121212124e-05,-0.0005999999999999998,-0.0013250000000000004,0.0010166666666666668,-0.0008863636363636364,-0.003283333333333333,-0.00043333333333333326,-0.0011909090909090908,0.0002393939393939395,0.0005992424242424244,0.0004166666666666667,-0.001587121212121212,-0.002259848484848485,-0.0023659090909090913,0.0006886363636363639,0.002183333333333333,0.0035060606060606067,-0.003431060606060606,-0.0007121212121212119,0.0030303030303030294,-0.003924999999999999,-0.003358333333333334,-0.0019916666666666668,-0.0007916666666666664,0.00321969696969697,-1.3636363636364307e-05,-0.0018174242424242428,-0.00313560606060606],[0.0017196969696969698,0.0057333333333333325,0.0033499999999999997,0.005760606060606061,0.005418939393939394,0.0034651515151515153,0.00374469696969697,0.0049113636363636365,0.004745454545454547,0.0026393939393939392,0.006956818181818183,0.0018181818181818184,0.0044189393939393935,0.005912121212121212,0.004643939393939395,0.006537121212121212,0.0020151515151515154,0.003910606060606061,0.004151515151515152,0.004082575757575757,0.0025643939393939397,0.0027962121212121217,0.0025060606060606067,0.003245454545454545,0.00371439393939394,0.0043022727272727275,0.00357878787878788,0.0032765151515151514,0.004484848484848485,0.002943939393939394,0.0009765151515151515,0.0009310606060606058,0.0025931818181818187,0.001487878787878788,0.0024583333333333336,0.0016272727272727274,0.0031340909090909097,0.0018886363636363636,0.0011742424242424244,0.0024507575757575758,-0.00045075757575757555,0.001725,0.0021954545454545464,0.001832575757575758,-0.0008333333333333333,8.257575757575715e-05,0.002282575757575758,-0.0001386363636363636,0.0017121212121212123,0.0006659090909090914,-0.0008583333333333335,0.0004742424242424242,-0.000788636363636364,-0.0034727272727272727,-0.0006795454545454548,-0.001649242424242424,-0.002327272727272727,-0.0010045454545454546,0.0007492424242424246,-0.0022166666666666667,-0.0006946969696969695,-0.004804545454545455,-0.0014424242424242424,-0.0025840909090909096,0.00015303030303030277,-0.0007727272727272729,-0.0012863636363636365,-0.0014712121212121206,-0.0015030303030303027,-0.00010833333333333296,0.0002977272727272729,-0.0024537878787878786,-0.00021818181818181886,-0.00025378787878787857,-1.5909090909090155e-05,0.0003659090909090906,-0.0004886363636363635,-0.004900000000000001,-0.005759848484848484,-0.00031515151515151574],[0.0065977272727272725,0.0050424242424242415,0.006901515151515152,0.0034378787878787884,0.004337878787878788,0.006204545454545455,0.004649242424242425,0.0045348484848484845,0.002195454545454546,0.003125,0.00645909090909091,0.004029545454545454,0.004687121212121212,0.004227272727272727,0.003528030303030303,0.0008909090909090909,0.004049242424242425,0.0029212121212121214,0.0042393939393939395,0.0038204545454545453,0.0009666666666666667,0.0038015151515151512,0.0012659090909090908,0.002472727272727273,0.003946212121212122,0.0020704545454545455,0.0016727272727272728,0.0015068181818181819,0.0014166666666666663,0.0040515151515151514,0.0027931818181818184,0.0014537878787878788,0.0008916666666666666,0.001559090909090909,0.0027166666666666667,0.003456818181818182,0.0027742424242424243,0.0029166666666666664,0.0007946969696969696,0.0015393939393939392,0.0019136363636363637,0.002629545454545455,0.0030606060606060605,0.0002931818181818183,0.000968181818181818,0.0015446969696969693,0.0012303030303030297,0.002321212121212121,0.0019810606060606064,-0.0011856060606060606,0.0003803030303030302,0.0009507575757575758,-0.002096969696969697,0.0014765151515151518,-0.0018969696969696969,0.00018484848484848573,-8.787878787878797e-05,-0.00017954545454545456,0.0011772727272727275,-0.00345530303030303,-0.001134848484848485,-0.0016545454545454548,-0.0029712121212121215,-0.001153787878787879,-0.0033477272727272726,-0.0030803030303030304,-0.0023075757575757583,-0.0033113636363636375,-0.002632575757575758,-0.004309090909090909,0.0007318181818181819,0.00022500000000000008,-0.00607121212121212,-0.005197727272727273,-0.001736363636363636,-0.00161060606060606,-0.00017348484848484823,-0.004293939393939393,-0.001236363636363636,-0.0005166666666666668],[0.005246969696969698,0.004687121212121213,0.003128787878787879,0.0025810606060606063,0.00644848484848485,0.0056181818181818164,0.005124999999999999,0.005716666666666666,0.002946212121212121,0.006821969696969698,0.004218181818181818,0.003374242424242424,0.006109090909090909,0.0046265151515151514,0.003887121212121212,0.003,0.002806060606060606,0.0039833333333333335,0.0028954545454545457,0.0050462121212121215,0.003016666666666667,0.002547727272727273,0.0034772727272727277,0.0027113636363636363,0.0037393939393939386,0.004479545454545455,0.0034590909090909086,0.0013848484848484846,0.0035901515151515145,0.003201515151515151,0.0023280303030303027,0.002481818181818182,0.0032924242424242425,0.00096969696969697,0.0016136363636363633,0.0008992424242424245,0.0012666666666666666,0.0023515151515151518,0.0015037878787878792,0.0028750000000000004,0.0008787878787878786,0.003087121212121213,-0.00022424242424242408,-0.00018181818181818173,-0.000875757575757576,0.0010045454545454548,0.002278030303030303,-0.0010689393939393938,-0.000865909090909091,0.0022909090909090913,0.000615151515151515,0.0014030303030303024,0.0018250000000000002,-0.0017757575757575755,0.0002689393939393939,-0.002618939393939394,-0.0028113636363636366,0.0013295454545454543,-0.0013977272727272727,-0.0017416666666666663,0.00040378787878787864,-0.003080303030303031,-0.0028856060606060603,-0.0016219696969696972,0.00014015151515151518,-0.0037310606060606054,-0.0006295454545454541,0.0014439393939393935,-0.004962878787878788,-0.0023159090909090907,-0.0006757575757575761,-0.002475,-0.0074189393939393935,-5.303030303030476e-06,0.00040909090909090875,0.00022575757575757596,0.0002462121212121214,-0.003662121212121213,0.0012431818181818184,-0.003428787878787879],[0.004776515151515151,0.006815909090909092,0.00635909090909091,0.007265151515151514,0.004029545454545455,0.005590909090909091,0.003551515151515151,0.00206969696969697,0.00376969696969697,0.00326439393939394,0.005175000000000001,0.005047727272727273,0.005422727272727273,0.004340151515151516,0.0049984848484848484,0.0032727272727272726,0.0010659090909090909,0.0018969696969696969,0.0030803030303030304,0.0044280303030303034,0.0034045454545454544,-5.075757575757576e-05,0.0036227272727272727,0.0028924242424242423,0.002046969696969697,0.004850757575757575,0.004791666666666666,0.004484848484848484,5.8333333333333157e-05,0.0030833333333333333,0.0034962121212121218,0.0013295454545454546,0.0014931818181818186,0.002241666666666667,0.002234090909090909,0.0025356060606060607,0.0010462121212121212,0.003333333333333334,0.002266666666666667,0.0031507575757575767,0.00043712121212121236,0.003220454545454545,-0.000337121212121212,-0.0010765151515151517,-0.0015606060606060607,0.0018924242424242428,0.0018810606060606068,0.0004863636363636364,1.136363636363661e-05,0.0014492424242424245,0.0017537878787878788,-0.0010613636363636368,-0.0008553030303030301,-0.0028378787878787872,-0.0003333333333333333,-0.0005166666666666664,0.00013181818181818178,-0.0004757575757575759,-0.00035000000000000016,-0.0020477272727272727,0.001065151515151515,0.0013174242424242428,-0.0010712121212121213,-0.003084090909090909,-0.004462121212121212,-0.0035075757575757567,-0.0024530303030303032,0.0011628787878787878,0.0003143939393939391,-0.0004242424242424242,-0.005686363636363638,-0.00042121212121212147,-0.0018575757575757573,-0.0015659090909090907,-0.0018083333333333332,-0.0009303030303030299,0.0011212121212121208,0.0003704545454545444,-0.00473409090909091,0.008503030303030302],[0.004029545454545455,0.005023484848484848,0.0064189393939393935,0.005346969696969697,0.008149242424242427,0.0019803030303030306,0.0041674242424242424,0.0037484848484848486,0.0033287878787878794,0.0028325757575757573,0.004709090909090909,0.007472727272727272,0.005081818181818183,0.0047371212121212125,0.0044,0.005808333333333333,0.003167424242424242,0.00400530303030303,0.0037416666666666666,0.0018143939393939392,0.003631818181818182,0.003938636363636364,0.0028416666666666664,0.0006083333333333334,0.004130303030303031,0.002526515151515152,0.0030128787878787883,0.004,0.0008219696969696967,0.0010613636363636368,0.0015871212121212122,0.0024916666666666668,0.002059090909090909,0.0022401515151515153,0.001724242424242424,0.0028833333333333332,0.0009613636363636363,0.0036878787878787877,0.0036765151515151515,0.0006189393939393941,0.0010901515151515153,-3.863636363636378e-05,-8.181818181818178e-05,-0.00033181818181818193,0.00037348484848484845,-0.0006159090909090908,0.0003462121212121215,0.0017212121212121212,-0.0020484848484848485,0.0015280303030303028,-0.0007856060606060606,0.003213636363636364,-0.0015992424242424242,0.0021484848484848488,-0.00020757575757575743,-0.0014795454545454547,-0.0007181818181818182,-0.0006795454545454549,0.0014977272727272723,0.0003643939393939392,0.0005795454545454541,-0.003564393939393939,0.0027598484848484844,-0.000742424242424242,-0.0020780303030303033,-0.0007643939393939395,0.0012696969696969695,-0.0019590909090909095,-0.0021916666666666673,0.0005196969696969703,-0.0016227272727272722,-0.002370454545454545,-0.0011818181818181823,-0.004341666666666668,-0.003508333333333334,-0.004415909090909092,-0.0019848484848484843,-0.00911818181818182,-0.004756060606060606,-0.004694696969696969],[0.0033265151515151524,0.0032553030303030302,0.003629545454545455,0.007925757575757577,0.005429545454545454,0.0038734848484848487,0.003546212121212122,0.003617424242424242,0.0069204545454545465,0.006256818181818183,0.006546969696969698,0.0046113636363636365,0.005595454545454546,0.004263636363636363,0.0029727272727272723,0.00601439393939394,0.007257575757575759,0.005231060606060606,0.004074242424242424,0.005509848484848485,0.0032196969696969696,0.001621969696969697,0.004338636363636364,0.002877272727272727,0.0027333333333333324,0.002513636363636364,0.0017287878787878791,0.0043363636363636365,0.0029628787878787878,0.0020083333333333333,0.0022765151515151518,0.003193181818181818,0.005016666666666667,-0.0018257575757575758,0.002934848484848485,0.0011553030303030304,0.002317424242424243,0.0011416666666666665,0.0005886363636363636,0.001276515151515152,0.0009401515151515154,0.0004469696969696972,0.003112121212121212,0.0026803030303030302,0.0015803030303030304,0.004807575757575758,0.0014128787878787885,-0.0004810606060606057,-0.000865909090909091,-0.0015689393939393938,0.0007537878787878791,0.0017174242424242425,-0.0020674242424242426,-0.0004295454545454547,-0.001637121212121212,-0.001685606060606061,0.0023780303030303033,0.0003757575757575758,-0.0006916666666666664,4.696969696969666e-05,0.0009999999999999998,-0.0016280303030303035,-0.003123484848484848,-0.0003500000000000001,-0.003925,-0.0031946969696969706,-0.0009106060606060606,-0.0009310606060606066,0.0007689393939393941,-0.0014742424242424241,-0.0009378787878787882,-0.002815909090909091,-0.004634848484848486,-0.000837121212121212,-0.003948484848484846,-0.0020583333333333348,-0.0009378787878787878,-0.002170454545454545,-0.002254545454545454,-0.0019537878787878786],[0.005730303030303032,0.005025000000000001,0.0045196969696969696,0.006637121212121213,0.006693939393939394,0.00446969696969697,0.006134848484848485,0.007178030303030302,0.0071234848484848495,0.003982575757575758,0.00580530303030303,0.004724242424242423,0.0036393939393939393,0.006571212121212122,0.004085606060606061,0.005492424242424242,0.005162121212121214,0.0010424242424242425,0.00521439393939394,0.0036977272727272722,0.002418181818181818,0.005553787878787879,0.005390151515151515,0.0037780303030303035,0.0006234848484848489,0.0035106060606060604,0.004506818181818182,0.005681818181818182,-0.00024318181818181811,0.0047568181818181815,0.0033916666666666674,0.00022878787878787856,0.0053848484848484845,0.005276515151515152,0.004362121212121211,0.001177272727272727,0.0013499999999999999,0.0030030303030303034,0.0005242424242424244,-5.0000000000000273e-05,0.00235,0.0018060606060606064,0.0024962121212121213,0.0013939393939393938,0.0023522727272727263,0.0029113636363636364,0.003014393939393941,-0.0023204545454545466,-0.0013659090909090908,0.0007484848484848479,-0.0011757575757575759,0.0012689393939393943,-0.0011575757575757576,-0.0004507575757575759,-0.00248030303030303,0.0004219696969696973,-0.000743939393939394,0.003550757575757576,-0.001333333333333333,0.0009287878787878785,0.00013484848484848454,-0.0013151515151515155,-0.0027325757575757574,0.0014280303030303032,-0.0018795454545454547,-0.0023234848484848486,-0.0008666666666666665,-0.004232575757575758,-0.005981060606060606,0.00036136363636363634,-0.0037015151515151514,-0.0004515151515151514,9.69696969696967e-05,-0.0013651515151515156,-6.893939393939391e-05,0.003918181818181819,-0.00017424242424242368,-0.0028045454545454545,-0.0031545454545454546,0.0008022727272727266],[0.005211363636363636,0.006578787878787879,0.003043181818181818,0.004275,0.007925,0.004238636363636363,0.00556060606060606,0.006201515151515152,0.0047181818181818175,0.005292424242424243,0.004643939393939395,0.007362121212121212,0.0070318181818181825,0.0037219696969696976,0.004864393939393938,0.007480303030303031,0.007673484848484848,0.0031265151515151514,0.005024242424242426,0.0031151515151515152,0.003756060606060606,0.005981818181818184,0.004269696969696969,0.002893939393939394,0.004793939393939395,0.005144696969696969,0.005789393939393939,0.005043939393939394,0.0031424242424242426,0.0038757575757575762,0.0010181818181818187,0.005533333333333333,0.001950757575757576,0.004796969696969698,0.002749242424242425,0.0030666666666666668,0.0067227272727272734,-0.0004492424242424242,0.004825757575757576,0.0012219696969696973,-0.0003962121212121213,0.000861363636363637,0.0011886363636363635,0.00016060606060606082,0.0024143939393939393,-0.00019393939393939387,0.0018265151515151515,0.0005621212121212124,0.00037196969696969717,0.002750757575757576,-0.0009454545454545454,0.002995454545454545,0.00032954545454545427,-0.0005189393939393939,-0.000706060606060606,0.0007007575757575755,0.0005446969696969695,0.0010825757575757572,0.0037204545454545455,-0.0005045454545454544,-0.0007181818181818179,-0.0019795454545454548,-0.001171212121212121,-0.0007916666666666666,-0.0009022727272727268,-3.030303030302991e-06,0.0013931818181818181,-0.00296969696969697,-0.005700757575757577,-0.00321060606060606,-0.005146969696969696,-0.003321212121212122,-0.0005250000000000007,-0.0032931818181818184,-0.0035356060606060607,-0.0025075757575757575,-0.006645454545454547,-0.005823484848484847,0.0008439393939393941,-0.003186363636363637],[0.008881818181818182,0.007464393939393939,0.009258333333333334,0.005297727272727272,0.00585530303030303,0.005173484848484848,0.002862878787878788,0.004748484848484849,0.009225000000000002,0.002093181818181818,0.004351515151515152,0.0041522727272727275,0.00723712121212121,0.006362121212121212,0.00690530303030303,0.004865151515151514,0.005287878787878788,0.005142424242424242,0.00529090909090909,0.0053121212121212125,0.003367424242424242,0.006208333333333333,0.006812878787878789,0.005067424242424243,0.0046401515151515155,0.003402272727272727,0.007095454545454545,0.0011,0.005365909090909091,0.0037462121212121207,0.0006166666666666668,0.0027734848484848485,0.0021765151515151515,0.005218181818181819,0.0031810606060606052,0.004280303030303031,0.0026136363636363644,0.002626515151515152,0.0033507575757575764,0.003097727272727273,-1.0606060606060894e-05,-0.0038250000000000003,0.0012310606060606064,-0.0003780303030303029,0.0009007575757575756,0.0007681818181818179,0.0009924242424242428,-4.9242424242424326e-05,0.00048484848484848495,0.0011053030303030298,-0.004549242424242424,0.00033333333333333267,0.0016909090909090912,0.0016174242424242427,0.0006106060606060603,-0.0017303030303030308,-0.0010431818181818183,-0.001489393939393939,-0.0032727272727272726,-0.001117424242424242,-0.0018393939393939389,-0.002146212121212121,0.0022090909090909097,0.0023924242424242423,0.005025757575757576,-0.002870454545454545,-0.001959848484848485,-0.0011545454545454543,-0.002297727272727273,0.0024143939393939393,-0.002416666666666667,-0.0018606060606060602,-0.0026606060606060625,-0.0005325757575757574,-0.0005340909090909089,-0.002508333333333333,-0.001265909090909091,0.00020227272727272767,-0.008105303030303029,-0.0018181818181818184],[0.005699242424242424,0.004139393939393939,0.00533939393939394,0.006396212121212121,0.0068969696969696966,0.007122727272727273,0.005087121212121213,0.006923484848484849,0.0043257575757575766,0.009108333333333335,0.005468181818181818,0.005163636363636364,0.005316666666666667,0.005734848484848485,0.0033590909090909084,0.004928787878787879,0.004884848484848484,0.008921969696969697,0.00011439393939393928,0.0031689393939393945,0.005187121212121213,0.0005159090909090913,0.004874999999999999,0.004713636363636364,0.0025204545454545453,0.0024204545454545455,0.002801515151515151,0.004103030303030302,0.001303030303030303,0.0038795454545454554,0.003165151515151515,0.004964393939393939,0.000959090909090909,0.005351515151515151,0.005446969696969697,0.0023295454545454535,0.00399090909090909,0.0033886363636363636,0.0028598484848484846,0.0003651515151515149,-0.0021439393939393938,-0.0005196969696969694,0.0023742424242424245,0.0012234848484848483,0.003762878787878788,0.0016318181818181811,0.002682575757575757,0.0046409090909090905,0.002887121212121213,0.0014643939393939396,-0.0007454545454545456,0.0008424242424242423,0.002028030303030303,0.0002318181818181817,6.136363636363643e-05,0.0006181818181818184,-0.0020886363636363637,0.000790909090909091,-0.0003545454545454544,-0.0009333333333333332,-0.0019106060606060603,-0.0032310606060606062,-0.000228030303030303,-0.0003045454545454544,-0.0018909090909090904,-0.0028113636363636366,-0.0019924242424242426,-0.0016,-0.006415909090909091,-0.002779545454545455,0.0011560606060606062,-0.0012780303030303036,-0.000943939393939394,0.00031590909090909076,-0.0006575757575757577,-0.0019090909090909093,-0.001921212121212122,-0.00695757575757576,-0.00419621212121212,-0.0006901515151515149],[0.004327272727272727,0.009168939393939394,0.008996212121212122,0.007622727272727273,0.005030303030303032,0.005445454545454545,0.005140151515151515,0.00630378787878788,0.0077181818181818185,0.009061363636363636,0.005766666666666667,0.007751515151515151,0.0034212121212121214,0.005037121212121212,0.0069454545454545455,0.007293939393939394,0.006737878787878788,0.006590151515151517,0.0058181818181818196,0.005875757575757577,0.004915151515151515,0.003688636363636365,0.0028037878787878787,0.004265909090909089,0.003984848484848484,0.006252272727272728,0.005869696969696969,0.0025045454545454546,0.0034825757575757585,0.005411363636363635,0.004827272727272727,0.0005757575757575757,0.002615151515151515,0.0038272727272727278,0.0005916666666666668,0.0017803030303030305,0.002028787878787879,0.0064560606060606075,0.0030181818181818187,0.0029560606060606057,0.0017946969696969702,0.0054378787878787875,0.0003863636363636362,0.004313636363636364,-0.0008856060606060603,0.003162121212121212,-0.0022333333333333324,0.002358333333333333,-0.0009719696969696967,0.001490151515151515,-0.0017500000000000005,0.00018787878787878757,0.001850757575757576,0.000474242424242424,-0.0024734848484848485,-0.000731818181818182,-0.0001613636363636364,0.00219469696969697,-2.8030303030303247e-05,-0.0028568181818181817,0.0004772727272727272,-0.0013037878787878789,-0.0037075757575757576,0.000592424242424242,-0.0026522727272727266,-0.003270454545454546,-0.0011295454545454538,-1.8181818181818057e-05,0.0013272727272727275,-0.0005030303030303037,-0.002635606060606061,0.0015765151515151515,0.0005068181818181814,-0.0015318181818181817,-0.0002977272727272716,-0.0014515151515151518,0.002431818181818182,-0.0043303030303030315,-0.0020446969696969702,-0.010775],[0.0059590909090909095,0.007875757575757576,0.007415909090909093,0.0031893939393939394,0.006197727272727272,0.009431060606060604,0.009509848484848486,0.005131818181818182,0.0056696969696969695,0.010062121212121213,0.004695454545454545,0.0044909090909090905,0.007471212121212121,0.004404545454545455,0.0026409090909090905,0.002840151515151515,0.00674848484848485,0.0016477272727272725,0.004003787878787879,0.007080303030303031,0.004005303030303031,0.003993939393939395,0.003318181818181818,0.0064143939393939385,0.0033416666666666664,0.003329545454545455,0.0020750000000000005,0.0023492424242424234,0.0031128787878787886,0.00120530303030303,0.004916666666666667,0.006350757575757576,0.002917424242424242,0.006383333333333334,0.004558333333333333,0.002521969696969696,0.007104545454545456,0.003128787878787879,0.0013356060606060608,0.0030159090909090904,0.004794696969696969,0.0023848484848484845,0.0008696969696969698,0.00048333333333333355,0.0018318181818181816,0.002456818181818182,0.006001515151515151,0.004293181818181818,-0.0003765151515151518,0.002025757575757576,0.00019924242424242412,0.0011492424242424241,0.0007484848484848485,0.0028181818181818195,2.1969696969697043e-05,0.0011174242424242425,-0.0003689393939393939,-0.000562878787878788,-0.0003386363636363636,-0.002059090909090909,-0.002893939393939394,0.0025515151515151514,0.00041818181818181814,-0.006256818181818183,0.003433333333333333,-0.0018530303030303034,0.0030196969696969695,-0.006937878787878787,-0.0063166666666666675,-6.515151515151547e-05,0.0020613636363636368,-0.0011522727272727273,-0.006921212121212121,-0.0010333333333333342,-0.00020303030303030293,-0.005079545454545454,-0.008353787878787877,0.0006590909090909096,-0.0033553030303030296,-0.004577272727272728],[0.014699242424242427,0.00610151515151515,0.009851515151515151,0.0026386363636363634,0.007714393939393939,0.009844696969696972,0.009468181818181818,0.007302272727272728,0.007661363636363638,0.0082,0.006141666666666666,0.0072931818181818184,0.006986363636363635,0.00793181818181818,0.004548484848484848,0.007407575757575758,0.008083333333333333,0.008487121212121211,0.002467424242424242,0.006735606060606059,0.004028787878787879,0.006829545454545455,0.0057522727272727265,0.004680303030303032,0.005465151515151516,0.006113636363636363,0.00415,0.001140909090909091,0.004290151515151515,0.0087280303030303,0.0035871212121212125,0.004987121212121213,0.004316666666666667,0.004648484848484849,0.002467424242424243,0.0034242424242424243,0.001635606060606061,0.0030477272727272723,0.0017946969696969702,0.004584090909090909,0.00014772727272727263,0.0030765151515151517,0.0037507575757575757,-0.0003666666666666668,0.0034128787878787885,0.0016356060606060605,0.00394621212121212,0.001379545454545455,0.003158333333333333,0.0018212121212121217,0.004009848484848485,0.0002772727272727273,-0.0006045454545454549,0.0010742424242424246,-0.001724242424242424,-0.0016856060606060604,-0.0015810606060606067,0.002890909090909091,0.0006795454545454543,0.00243030303030303,-0.00043333333333333326,-0.00048484848484848505,0.002741666666666667,0.0016060606060606063,-0.00499090909090909,-0.00039090909090909107,0.003028787878787879,-0.0017803030303030307,-0.006048484848484848,-0.002188636363636364,-0.0022833333333333334,0.00019848484848484886,0.0007333333333333333,-0.004987121212121212,-0.0009068181818181818,0.0015500000000000002,-0.0014371212121212123,-0.006513636363636365,-0.007407575757575757,-0.005490151515151516],[0.012391666666666669,0.00925530303030303,0.00578560606060606,0.003425757575757576,0.0063265151515151516,0.0035424242424242428,0.005631060606060607,0.007091666666666666,0.00797348484848485,0.003876515151515151,0.009958333333333335,0.00946969696969697,0.008071969696969697,0.003999242424242424,0.005425757575757576,0.004849999999999999,0.009406060606060607,0.005183333333333334,0.008890909090909092,0.005288636363636364,0.00518560606060606,0.006716666666666666,0.006408333333333333,0.002930303030303031,0.005448484848484849,0.007052272727272727,0.005796969696969697,0.0058098484848484845,0.0018696969696969698,0.00020227272727272745,-0.00036212121212121233,0.00011363636363636376,0.009896212121212123,0.0023250000000000002,0.0026681818181818182,0.0031825757575757573,0.0011522727272727277,0.008368181818181818,0.0027113636363636376,0.005288636363636364,0.0019484848484848495,0.0005818181818181817,-0.000187121212121212,0.0003348484848484846,0.003418181818181819,0.002480303030303031,-0.0018696969696969698,0.0026386363636363634,0.0031621212121212116,0.0034287878787878793,-0.004817424242424242,0.0016893939393939391,0.002387878787878788,0.004619696969696969,-0.0005431818181818186,-0.0004189393939393936,-0.0025499999999999997,-0.0013719696969696968,0.00027803030303030307,-0.0021113636363636365,-0.0017772727272727276,-0.0011719696969696967,-0.0022121212121212117,-0.0013333333333333329,-0.0023674242424242416,-0.0005954545454545455,-0.002794696969696969,0.0013833333333333332,-8.712121212121211e-05,0.0014787878787878785,-0.0013871212121212124,-0.0008795454545454544,-0.0028068181818181807,-0.0037742424242424243,-0.003490151515151515,-0.0040515151515151514,-0.0025212121212121207,-0.003101515151515152,-0.00345909090909091,-0.002608333333333333],[0.00830909090909091,0.008130303030303033,0.007136363636363636,0.011849242424242424,0.007911363636363637,0.008281060606060604,0.009620454545454547,0.0048924242424242415,0.00535909090909091,0.00885,0.004671212121212121,0.0047613636363636365,0.008242424242424242,0.0070325757575757574,0.005879545454545455,0.009567424242424244,0.00508409090909091,0.009184090909090913,0.00595530303030303,0.005053787878787879,0.003771212121212121,0.007346212121212123,0.004749242424242423,0.009165151515151513,0.00455909090909091,0.0027833333333333334,0.006195454545454546,0.007274242424242424,0.002913636363636363,0.006323484848484848,0.003176515151515152,0.006461363636363637,0.00185530303030303,0.0007886363636363635,0.008787121212121213,0.002115909090909091,0.0004121212121212118,0.0043318181818181815,0.004003787878787878,0.008847727272727273,0.003775757575757576,0.0022310606060606053,0.0019015151515151517,0.0008871212121212121,0.0004954545454545457,-0.001221212121212121,0.0024515151515151516,0.004798484848484849,0.0032371212121212116,0.004081060606060605,-0.0008068181818181813,-0.0002863636363636362,-0.0012348484848484853,-0.0018727272727272729,0.002260606060606061,-0.004859848484848485,-0.0018378787878787876,-0.005865909090909091,0.0027363636363636366,-0.0016515151515151514,0.0005204545454545455,-0.002500757575757576,1.212121212121227e-05,-0.0033060606060606066,-0.00233030303030303,0.00031060606060606037,-0.0009143939393939393,0.00331060606060606,-0.0012674242424242422,-0.0018113636363636366,0.0003643939393939401,-0.0006909090909090911,-0.00026590909090909036,-0.002242424242424242,0.0030590909090909093,-0.0003575757575757571,-0.0016401515151515144,0.003612878787878789,0.0029128787878787885,-0.006680303030303032],[0.00946287878787879,0.0074234848484848485,0.009613636363636368,0.008740909090909093,0.005749242424242424,0.013571212121212123,0.00789469696969697,0.007856818181818182,0.004612878787878788,0.00507878787878788,0.002821969696969697,0.010042424242424243,0.009212878787878789,0.006566666666666668,0.003259848484848485,0.010871969696969698,0.0020696969696969705,0.010834090909090908,0.001932575757575758,0.0017280303030303035,0.0018553030303030307,0.005228787878787879,0.009540909090909093,0.005905303030303031,0.0011719696969696965,0.009435606060606063,0.00361590909090909,0.006371969696969697,0.006156060606060608,0.002188636363636364,0.004873484848484848,0.00804848484848485,0.005610606060606061,0.0010522727272727268,0.0021977272727272735,0.003210606060606061,0.004245454545454547,0.003700000000000001,0.007767424242424242,0.003404545454545455,-0.0012310606060606066,0.005473484848484849,0.0035863636363636367,0.0026628787878787883,0.0011871212121212125,0.0068098484848484854,0.0017734848484848487,0.0003568181818181815,-0.0007174242424242428,-0.0034083333333333335,0.000631818181818182,-8.030303030303008e-05,0.00371969696969697,0.002445454545454545,0.0008492424242424243,-0.0014909090909090911,0.001106818181818182,-0.0008924242424242422,-0.0007818181818181821,0.0018128787878787878,0.0016242424242424243,-0.0001234848484848486,0.0021280303030303035,-0.005863636363636363,-0.0038356060606060606,-0.002103787878787878,-0.0001409090909090913,0.0013560606060606063,-0.006547727272727273,0.0016030303030303034,-0.004706818181818181,-0.004327272727272727,-0.006675,-0.0030454545454545456,-0.004116666666666667,-0.0022939393939393937,0.0001803030303030304,-0.0004613636363636365,-0.004593939393939394,-0.004451515151515152],[0.0059439393939393955,0.007064393939393939,0.010010606060606058,0.009179545454545456,0.007377272727272728,0.00511969696969697,0.010522727272727272,0.0052833333333333335,0.011587878787878788,0.005271969696969698,0.008049242424242424,0.009543939393939393,0.009161363636363634,0.0031613636363636366,0.011521969696969699,0.00893939393939394,0.008282575757575761,0.008575757575757575,0.005882575757575758,0.008051515151515152,0.0047621212121212115,0.010074999999999999,0.007746212121212122,0.007181818181818182,0.004140151515151515,0.006118181818181819,0.008372727272727275,0.0066,0.010077272727272728,0.007023484848484849,0.00765378787878788,0.0058962121212121224,0.005367424242424243,0.007271969696969697,0.00416590909090909,0.0055151515151515155,0.0037098484848484842,0.003914393939393939,0.0026749999999999994,0.0007295454545454544,0.00451818181818182,-3.106060606060671e-05,0.003353030303030303,0.005690151515151515,0.004310606060606061,0.0061,0.0026803030303030302,-0.00018333333333333293,0.00268939393939394,-0.0013204545454545452,-0.0006318181818181815,0.0016333333333333326,0.002153787878787879,-0.0019045454545454541,0.0003499999999999994,0.003712121212121212,0.0024416666666666666,0.0037848484848484855,0.001942424242424242,-0.00033257575757575803,0.0010015151515151515,-0.0010469696969696964,0.0029651515151515153,0.00047424242424242406,-0.0012598484848484848,0.003408333333333333,-0.004699242424242424,-0.002637878787878788,-0.0014749999999999997,-0.0066553030303030305,4.924242424242421e-05,-0.002478030303030303,-0.001012878787878788,-0.0035045454545454546,0.0015787878787878777,-0.0008522727272727264,-0.0019674242424242423,-0.0008348484848484847,0.00615,0.005721969696969698],[0.006401515151515153,0.007850000000000001,0.011075757575757577,0.006236363636363636,0.006382575757575758,0.00752878787878788,0.008402272727272727,0.006599242424242426,0.012194696969696972,0.012402272727272729,0.014543939393939392,0.005406060606060607,0.005563636363636364,0.006360606060606061,0.014290151515151516,0.00919166666666667,0.010978787878787878,0.004657575757575757,0.008895454545454543,0.009617424242424243,0.012686363636363636,0.01073787878787879,0.004026515151515152,0.009043181818181818,0.006904545454545456,0.008313636363636363,0.005424242424242425,0.010421212121212121,0.004536363636363636,0.0062931818181818176,0.008237121212121213,0.00501969696969697,0.001231060606060606,0.00437121212121212,0.011408333333333335,0.004424242424242424,0.0015060606060606056,0.0016106060606060604,0.0033371212121212127,0.001618181818181818,0.006384090909090909,-0.0001863636363636364,0.0027,0.00741439393939394,0.0009166666666666664,0.0040704545454545455,0.0019295454545454546,-0.0005060606060606059,-0.0002795454545454549,-0.0009825757575757572,0.00488939393939394,0.0022166666666666667,-0.0016992424242424239,0.0008984848484848491,-0.0011310606060606064,-0.0033636363636363642,-1.4393939393939504e-05,-0.001027272727272727,0.0017325757575757579,-0.0013280303030303027,-0.003301515151515152,0.0006840909090909098,-0.0035265151515151516,0.0023704545454545454,-0.00019393939393939387,-0.0014674242424242414,-0.0001606060606060597,-0.00543030303030303,0.00019924242424242423,0.0034022727272727273,0.0005651515151515161,0.002624242424242424,-0.0033772727272727275,-0.0037742424242424243,0.0021916666666666664,-0.0014068181818181818,-0.003218939393939394,-0.003922727272727273,-0.010309090909090908,-0.003094696969696969],[0.008817424242424241,0.009882575757575758,0.014212121212121216,0.007191666666666667,0.011225000000000002,0.013078030303030303,0.006991666666666669,0.007888636363636363,0.005609848484848486,0.006445454545454547,0.009753787878787877,0.008575,0.016550000000000002,0.006548484848484849,0.01421060606060606,0.006755303030303031,0.0036272727272727277,0.002424999999999999,0.01146060606060606,0.01232348484848485,0.0061287878787878785,0.00675530303030303,0.006796212121212121,0.011128030303030306,0.008725,0.007770454545454547,0.009902272727272728,0.008303787878787878,0.00628560606060606,-0.0009946969696969698,0.008189393939393939,0.003969696969696969,0.0018477272727272726,0.001759090909090908,0.0026712121212121216,0.006225757575757576,0.006221969696969698,0.0031007575757575757,0.0017318181818181822,0.00476439393939394,0.006212121212121211,0.0011196969696969693,-0.0005818181818181815,0.004143939393939394,0.006486363636363637,0.0031462121212121213,0.0037272727272727266,-0.0026810606060606074,0.0006848484848484854,-0.0016250000000000001,-0.0007083333333333331,-0.0010515151515151518,-0.001009090909090909,0.0049977272727272735,0.0005515151515151515,0.002114393939393939,0.0027265151515151512,-0.003853030303030304,-0.0006636363636363641,0.0019174242424242426,-0.001578787878787879,-0.0011454545454545456,-0.0017916666666666665,-0.0026674242424242415,0.002843181818181819,-0.007165909090909089,5.227272727272731e-05,-0.0014848484848484851,0.0008750000000000001,-0.0018083333333333332,0.0023621212121212117,0.0033833333333333337,-0.0034916666666666664,0.0009946969696969694,-0.0037628787878787877,-0.0038249999999999994,-0.005646969696969696,-0.004143181818181818,-0.0005113636363636364,-0.004192424242424242],[0.01704848484848485,0.015815151515151518,0.01081439393939394,0.013601515151515151,0.010947727272727274,0.009937878787878792,0.007870454545454547,0.014112121212121213,0.009139393939393942,0.01652575757575758,0.008744696969696968,0.009728030303030304,0.010278787878787879,0.00911969696969697,0.014523484848484848,0.012015151515151512,0.010244696969696968,0.0077030303030303044,0.0066363636363636356,0.007421969696969697,0.005763636363636363,0.010931060606060606,0.008684848484848486,0.00486439393939394,0.005428787878787879,0.00804848484848485,0.011521212121212123,0.004126515151515153,0.0027363636363636366,0.00410909090909091,0.0016848484848484857,0.0015106060606060604,0.008370454545454546,0.003420454545454546,0.00255530303030303,0.001401515151515151,0.006337121212121214,0.009196969696969697,0.0045249999999999995,0.00893560606060606,0.00503939393939394,0.008265151515151515,0.005637121212121212,0.0014613636363636363,0.001620454545454545,0.004118939393939394,0.007832575757575757,0.004714393939393939,0.005006818181818183,-2.121212121212108e-05,0.0031333333333333335,0.0001909090909090909,0.0011363636363636367,0.005279545454545456,0.0024022727272727277,3.787878787878523e-06,-0.001593181818181818,-0.0032901515151515155,0.00020227272727272704,0.0003848484848484844,0.004806060606060605,-0.005890151515151515,-0.0021939393939393943,0.0012916666666666669,-0.006299242424242426,-0.0009856060606060605,-0.0011272727272727276,-0.0017189393939393944,-0.002128787878787879,-0.0030196969696969704,-0.0038696969696969696,-0.00475530303030303,-0.0020712121212121204,-0.0047863636363636355,-0.00039621212121212135,-0.005481818181818182,-0.00578030303030303,0.0037272727272727275,0.0034045454545454544,0.0010719696969696969],[0.01073939393939394,0.013237121212121212,0.00982651515151515,0.010456060606060608,0.015749242424242423,0.010835606060606061,0.017062878787878787,0.010442424242424243,0.008712121212121211,0.0030393939393939407,0.014309090909090907,0.002011363636363637,0.010591666666666668,0.01327651515151515,0.011854545454545454,0.012929545454545452,0.013593181818181817,0.01113939393939394,0.011471969696969697,0.007877272727272728,0.00838939393939394,0.007812121212121213,0.004731060606060604,0.01086818181818182,0.013323484848484852,-0.00013181818181818132,0.009741666666666668,0.012470454545454545,0.007544696969696971,0.008128030303030302,0.01151969696969697,0.015803787878787882,0.0049651515151515144,0.004346212121212122,0.004361363636363637,0.008117424242424244,0.004125757575757576,-0.002987878787878788,0.007631060606060607,0.005691666666666667,0.0038348484848484844,0.003725,0.006617424242424242,0.004345454545454545,0.0004893939393939401,4.924242424242421e-05,0.002659848484848485,0.004375757575757575,0.0015575757575757572,-0.0013681818181818179,0.0027333333333333337,0.007327272727272728,-0.0007113636363636364,-0.0021272727272727276,0.0038431818181818176,-0.00238939393939394,0.0004424242424242431,-0.0035287878787878786,-0.0005181818181818181,0.007220454545454545,-0.000729545454545454,0.0041477272727272725,0.0026075757575757573,0.0025606060606060605,-0.00016893939393939394,-0.0015500000000000004,-0.000493939393939394,0.0007295454545454542,0.0018454545454545457,-0.003425757575757576,-0.006118181818181818,0.00181060606060606,0.001178030303030303,0.003408333333333333,0.00018409090909090933,-0.006563636363636364,0.006018181818181819,0.000648484848484849,0.0007196969696969709,-0.0029659090909090907],[0.01032651515151515,0.009310606060606063,0.006897727272727272,0.012603030303030303,0.0076265151515151515,0.0022787878787878793,0.009067424242424241,0.00841818181818182,0.011524242424242425,0.0112280303030303,0.0044727272727272714,0.01166439393939394,0.00991969696969697,0.005979545454545455,0.007985606060606063,0.0132,0.011277272727272726,0.009803030303030303,0.008616666666666667,0.010024242424242425,0.012401515151515153,0.004295454545454546,0.011648484848484849,0.00498939393939394,0.008481060606060607,0.00898030303030303,0.014956060606060606,0.010302272727272728,0.005271969696969697,0.005441666666666666,0.01159318181818182,0.011544696969696972,0.006392424242424244,0.006638636363636364,-0.0013128787878787878,0.007861363636363637,0.006778030303030303,0.010524242424242426,0.00790227272727273,-0.0005765151515151514,0.001758333333333333,0.007291666666666668,0.010042424242424243,0.004898484848484848,0.0037219696969696963,0.005420454545454545,0.004797727272727273,0.004143181818181818,0.007517424242424243,0.00010151515151515187,0.00644848484848485,-0.00040151515151515114,0.002559848484848485,0.0015439393939393935,0.0048386363636363635,-0.0010083333333333335,-4.469696969696954e-05,0.004383333333333333,0.001739393939393939,0.0018340909090909093,-0.002440909090909091,0.0026462121212121213,0.0030583333333333326,-0.0023409090909090905,0.00014166666666666673,0.0011727272727272726,-0.005070454545454545,-1.0606060606061026e-05,0.0005106060606060602,-0.0037454545454545457,-0.003247727272727273,-0.0024931818181818184,0.002803030303030303,-0.008216666666666669,0.0020053030303030304,-0.003571969696969696,0.003579545454545454,-0.0007007575757575761,-0.002562121212121212,-0.0004393939393939394]],"type":"surface"},{"hoverinfo":"skip","line":{"color":"black","width":3},"mode":"lines","showlegend":false,"x":[0.009262035930952983,0.011181526875736085,0.011158921462200051,0.009262035930952983],"y":[0.079687061449527,0.08074073013228067,0.08329291320676638,0.08410609300785112],"z":[0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"black","width":3},"mode":"lines","showlegend":false,"x":[0.009262035930952983,0.013835639553073978,0.015112047094124174,0.018409243175194972,0.020442638621760163,0.022982846797315964,0.027309752616296867,0.02755645041943696,0.03189245371154351,0.02755645041943696,0.024372577579769093],"y":[0.09675875023564931,0.09657363504001096,0.09605382857919484,0.09351394406807534,0.09605382857919484,0.09760635885637532,0.09860601165368052,0.09868209795723433,0.10115819472816623,0.10262186767483349,0.10371037780265194],"z":[0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"black","width":3},"mode":"lines","showlegend":false,"x":[0.021770638390738537,0.022982846797315964,0.02353135848404221,0.022982846797315964,0.018862936200988136,0.018409243175194972,0.01815638199629889,0.016713748780450673,0.013835639553073978,0.009905628105803766,0.009262035930952983],"y":[0.10371037780265194,0.10191281780765293,0.10115819472816623,0.10064311722159945,0.09860601165368052,0.09839833735868976,0.09860601165368052,0.10115819472816623,0.10255322892827654,0.10115819472816623,0.10101601349168596],"z":[0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"black","width":3},"mode":"lines","showlegend":false,"x":[0.045212735651327204,0.04585086490792094,0.050424468530041934,0.05051733058407188],"y":[0.10371037780265194,0.10331706521435464,0.10366762891324167,0.10371037780265194],"z":[0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"black","width":3},"mode":"lines","showlegend":false,"x":[0.07601614966068074,0.0732924866406469,0.06871888301852591,0.06499566768839041,0.06871888301852591,0.07038722564358937,0.0714302829234158,0.07144720558815831,0.07305665761371975,0.0732924866406469,0.07405593901411947,0.07616240592391557,0.07520634990617636,0.0778660902627679,0.08025377751102153,0.08243969388488889,0.0870132975070099,0.09158690112913088,0.09207178022335806,0.09158690112913088,0.08701329750700988,0.08301797506229017],"y":[0.10371037780265194,0.10166195978558454,0.10192264404077472,0.10115819472816623,0.09981626365853893,0.09860601165368052,0.09605382857919484,0.09350164550470916,0.09094946243022344,0.09081629538652858,0.09094946243022346,0.09350164550470916,0.09605382857919484,0.0981575324717669,0.09860601165368052,0.09925095755527481,0.1011221569579015,0.10095705487298527,0.10115819472816623,0.10149883566624529,0.10125086328027554,0.10371037780265194],"z":[0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"black","width":3},"mode":"lines","showlegend":false,"x":[0.12521747017199103,0.12817573010609884,0.13043707362936824,0.13274933372821984,0.13403028741571038,0.13274933372821984,0.13197432270910103],"y":[0.10371037780265194,0.1018185623653165,0.10115819472816623,0.10073621788162618,0.10115819472816623,0.10278211261348846,0.10371037780265194],"z":[0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"black","width":3},"mode":"lines","showlegend":false,"x":[0.14609668056974942,0.14589188050472318,0.14647014459458282,0.1510437482167038,0.1530324682008651,0.15144660327475873],"y":[0.10371037780265194,0.10115819472816623,0.10104691270464808,0.10031665879158229,0.10115819472816623,0.10371037780265194],"z":[0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"black","width":3},"mode":"lines","showlegend":false,"x":[0.022982846797315964,0.023863648241318317,0.022982846797315964,0.022246886998903457,0.022982846797315964],"y":[0.08561532176315566,0.08584509628125206,0.08646777794508678,0.08584509628125206,0.08561532176315566],"z":[0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"black","width":3},"mode":"lines","showlegend":false,"x":[0.03213005404155796,0.034128480164473375,0.03213005404155796,0.030679767655213623,0.03213005404155796],"y":[0.08720066257283357,0.08839727935573774,0.0891462910978514,0.08839727935573774,0.08720066257283357],"z":[0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"black","width":3},"mode":"lines","showlegend":false,"x":[0.04585086490792094,0.04621076806928504,0.050424468530041934,0.05499807215216293,0.056726368785375375,0.05499807215216293,0.050424468530041934,0.04585086490792094,0.04494862158845013,0.045490313038623595,0.04585086490792094],"y":[0.09076760517965145,0.09094946243022346,0.0930322493603096,0.09214471350159945,0.09350164550470916,0.0953414332735941,0.09406351203289032,0.09392947090147391,0.09350164550470916,0.09094946243022346,0.09076760517965145],"z":[0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"black","width":3},"mode":"lines","showlegend":false,"x":[0.10073410837337288,0.10447914644038996,0.10073410837337288,0.09835636512272664,0.10073410837337288],"y":[0.09298778076627506,0.09350164550470916,0.09412260497375036,0.09350164550470916,0.09298778076627506],"z":[0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"black","width":3},"mode":"lines","showlegend":false,"x":[0.16476455908306678,0.164972452411828,0.16476455908306678,0.16455823239581843,0.16476455908306678],"y":[0.09338977392339501,0.09350164550470914,0.09359437873260851,0.09350164550470916,0.09338977392339501],"z":[0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"black","width":3},"mode":"lines","showlegend":false,"x":[0.02755645041943696,0.03213005404155796,0.03362330659084903,0.03213005404155796,0.02755645041943696,0.027404354904542794,0.02755645041943696],"y":[0.09598313646196428,0.0951399031439007,0.09605382857919484,0.09766890790694627,0.09728842970853281,0.09605382857919484,0.09598313646196428],"z":[0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"black","width":3},"mode":"lines","showlegend":false,"x":[0.06414527939640491,0.06664169027211958,0.06414527939640491,0.061014509340245986,0.06414527939640491],"y":[0.09478564771835513,0.09605382857919484,0.09827551966930084,0.09605382857919484,0.09478564771835513],"z":[0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"black","width":3},"mode":"lines","showlegend":false,"x":[0.09158690112913088,0.09616050475125187,0.09707055510876343,0.09616050475125187,0.09158690112913087,0.09139975035795823,0.09158690112913088],"y":[0.09568596297095423,0.09489130633077883,0.09605382857919484,0.09669564148048417,0.09624943048709414,0.09605382857919484,0.09568596297095423],"z":[0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"black","width":3},"mode":"lines","showlegend":false,"x":[0.11445491923973586,0.11452564283925196,0.11445491923973587,0.11441568607120403,0.11445491923973586],"y":[0.09600833999641739,0.09605382857919484,0.09606896943306562,0.09605382857919484,0.09600833999641739],"z":[0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"black","width":3},"mode":"lines","showlegend":false,"x":[0.04127726128579994,0.044056018129980265,0.04127726128579995,0.040829295154623094,0.036703657663678946,0.032317532842102197,0.036703657663678946,0.03906342951917782,0.04127726128579994],"y":[0.09736703006996748,0.09860601165368052,0.1007072159704028,0.10115819472816623,0.10306448492954244,0.10115819472816623,0.09950012757921908,0.09860601165368052,0.09736703006996748],"z":[0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"black","width":3},"mode":"lines","showlegend":false,"x":[0.050424468530041934,0.05361902223126647,0.050424468530041934,0.0470592109848853,0.050424468530041934],"y":[0.0972299791130587,0.09860601165368052,0.099634519067764,0.09860601165368052,0.0972299791130587],"z":[0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"black","width":3},"mode":"lines","showlegend":false,"x":[0.12817573010609884,0.1284418950008377,0.12817573010609884,0.12760896842687855,0.12817573010609884],"y":[0.09792759911485899,0.09860601165368052,0.09922319666664844,0.09860601165368052,0.09792759911485899],"z":[0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"black","width":3},"mode":"lines","showlegend":false,"x":[0.05499807215216293,0.056194948691739785,0.05499807215216293,0.05369201562709228,0.05499807215216293],"y":[0.09968211558458978,0.10115819472816623,0.10199320715188534,0.10115819472816623,0.09968211558458978],"z":[0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"black","width":3},"mode":"lines","showlegend":false,"x":[0.11902852286185686,0.11978741248263111,0.11902852286185685,0.11486973281107879,0.11902852286185686],"y":[0.10043643950988937,0.10115819472816623,0.1023348860813676,0.10115819472816623,0.10043643950988937],"z":[0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212,0.011090871212121212],"type":"scatter3d"},{"hovertemplate":"336674_RB_M_Cre\u003cbr\u003e\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003em=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","marker":{"color":"#e377c2","line":{"color":"black","width":1},"size":8},"mode":"markers+text","name":"336674_RB_M_Cre","text":["336674_RB_M_Cre"],"textfont":{"color":"lightgrey"},"textposition":"top center","x":[0.14655568764386923],"y":[-0.008190095291517173],"z":[0.000730148612217723],"type":"scatter3d"},{"hovertemplate":"336680_RRB_M_Cre\u003cbr\u003e\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003em=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","marker":{"color":"#9467bd","line":{"color":"black","width":1},"size":8},"mode":"markers+text","name":"336680_RRB_M_Cre","text":["336680_RRB_M_Cre"],"textfont":{"color":"lightgrey"},"textposition":"top center","x":[0.15743871156040198],"y":[0.009955928107753517],"z":[0.0004605962360513003],"type":"scatter3d"},{"hovertemplate":"336681_LT_M_cre\u003cbr\u003e\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003em=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","marker":{"color":"#2ca02c","line":{"color":"black","width":1},"size":8},"mode":"markers+text","name":"336681_LT_M_cre","text":["336681_LT_M_cre"],"textfont":{"color":"lightgrey"},"textposition":"top center","x":[0.16824022341343728],"y":[-0.007181608903753058],"z":[0.0008510131519716341],"type":"scatter3d"},{"hovertemplate":"336682_RB_M_Cre\u003cbr\u003e\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003em=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","marker":{"color":"#e377c2","line":{"color":"black","width":1},"size":8},"mode":"markers+text","name":"336682_RB_M_Cre","text":["336682_RB_M_Cre"],"textfont":{"color":"lightgrey"},"textposition":"top center","x":[0.1592076058869509],"y":[0.015990783495929355],"z":[0.0010827914709073804],"type":"scatter3d"},{"hovertemplate":"355575_RB_M_Cre\u003cbr\u003e\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003em=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","marker":{"color":"#e377c2","line":{"color":"black","width":1},"size":8},"mode":"markers+text","name":"355575_RB_M_Cre","text":["355575_RB_M_Cre"],"textfont":{"color":"lightgrey"},"textposition":"top center","x":[0.21902558527985497],"y":[0.017964232390270285],"z":[-0.0003419594279979953],"type":"scatter3d"},{"hovertemplate":"355577_RR_M_Cre\u003cbr\u003e\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003em=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","marker":{"color":"#bcbd22","line":{"color":"black","width":1},"size":8},"mode":"markers+text","name":"355577_RR_M_Cre","text":["355577_RR_M_Cre"],"textfont":{"color":"lightgrey"},"textposition":"top center","x":[0.18449965588043793],"y":[-0.0011429625786350246],"z":[0.0008814838355738824],"type":"scatter3d"},{"hovertemplate":"355579_N_M_Cre\u003cbr\u003e\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003em=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","marker":{"color":"#1f77b4","line":{"color":"black","width":1},"size":8},"mode":"markers+text","name":"355579_N_M_Cre","text":["355579_N_M_Cre"],"textfont":{"color":"lightgrey"},"textposition":"top center","x":[0.1284958886139358],"y":[-0.018271213007698125],"z":[0.0009438418314885593],"type":"scatter3d"},{"hovertemplate":"355580_R_M_Cre\u003cbr\u003e\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003em=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","marker":{"color":"#17becf","line":{"color":"black","width":1},"size":8},"mode":"markers+text","name":"355580_R_M_Cre","text":["355580_R_M_Cre"],"textfont":{"color":"lightgrey"},"textposition":"top center","x":[0.1700904881678808],"y":[0.007939730234053859],"z":[0.0014010912784692923],"type":"scatter3d"}],"layout":{"template":{"data":{"histogram2dcontour":[{"type":"histogram2dcontour","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"choropleth":[{"type":"choropleth","colorbar":{"outlinewidth":0,"ticks":""}}],"histogram2d":[{"type":"histogram2d","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"heatmap":[{"type":"heatmap","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"heatmapgl":[{"type":"heatmapgl","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"contourcarpet":[{"type":"contourcarpet","colorbar":{"outlinewidth":0,"ticks":""}}],"contour":[{"type":"contour","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"surface":[{"type":"surface","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"mesh3d":[{"type":"mesh3d","colorbar":{"outlinewidth":0,"ticks":""}}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"parcoords":[{"type":"parcoords","line":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scatterpolargl":[{"type":"scatterpolargl","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"#E5ECF6","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"scattergeo":[{"type":"scattergeo","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scatterpolar":[{"type":"scatterpolar","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"scattergl":[{"type":"scattergl","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scatter3d":[{"type":"scatter3d","line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scattermapbox":[{"type":"scattermapbox","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scatterternary":[{"type":"scatterternary","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scattercarpet":[{"type":"scattercarpet","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"white","linecolor":"white","minorgridcolor":"white","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"white","linecolor":"white","minorgridcolor":"white","startlinecolor":"#2a3f5f"},"type":"carpet"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}],"barpolar":[{"marker":{"line":{"color":"#E5ECF6","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"pie":[{"automargin":true,"type":"pie"}]},"layout":{"autotypenumbers":"strict","colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"hovermode":"closest","hoverlabel":{"align":"left"},"paper_bgcolor":"white","plot_bgcolor":"#E5ECF6","polar":{"bgcolor":"#E5ECF6","angularaxis":{"gridcolor":"white","linecolor":"white","ticks":""},"radialaxis":{"gridcolor":"white","linecolor":"white","ticks":""}},"ternary":{"bgcolor":"#E5ECF6","aaxis":{"gridcolor":"white","linecolor":"white","ticks":""},"baxis":{"gridcolor":"white","linecolor":"white","ticks":""},"caxis":{"gridcolor":"white","linecolor":"white","ticks":""}},"coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]]},"xaxis":{"gridcolor":"white","linecolor":"white","ticks":"","title":{"standoff":15},"zerolinecolor":"white","automargin":true,"zerolinewidth":2},"yaxis":{"gridcolor":"white","linecolor":"white","ticks":"","title":{"standoff":15},"zerolinecolor":"white","automargin":true,"zerolinewidth":2},"scene":{"xaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white","gridwidth":2},"yaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white","gridwidth":2},"zaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white","gridwidth":2}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"geo":{"bgcolor":"white","landcolor":"#E5ECF6","subunitcolor":"white","showland":true,"showlakes":true,"lakecolor":"white"},"title":{"x":0.05},"mapbox":{"style":"light"}}},"scene":{"xaxis":{"title":{"text":"\u03c3"}},"yaxis":{"title":{"text":"\u03bc"}},"zaxis":{"title":{"text":"m"}},"aspectmode":"cube"},"margin":{"l":0,"r":0,"t":30,"b":20},"title":{"text":"3-D phase diagram \u2013 m"},"width":1200,"height":900}} \ No newline at end of file diff --git a/assets/plotly/2025-10-25-phase-diagram-playbook/3D-PDA-q.json b/assets/plotly/2025-10-25-phase-diagram-playbook/3D-PDA-q.json new file mode 100644 index 0000000..04812ef --- /dev/null +++ b/assets/plotly/2025-10-25-phase-diagram-playbook/3D-PDA-q.json @@ -0,0 +1 @@ +{"data":[{"colorscale":[[0.0,"#440154"],[0.1111111111111111,"#482878"],[0.2222222222222222,"#3e4989"],[0.3333333333333333,"#31688e"],[0.4444444444444444,"#26828e"],[0.5555555555555556,"#1f9e89"],[0.6666666666666666,"#35b779"],[0.7777777777777778,"#6ece58"],[0.8888888888888888,"#b5de2b"],[1.0,"#fde725"]],"hovertemplate":"\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003eq=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","opacity":1.0,"x":[[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156],[0.009262035930952983,0.013835639553073978,0.018409243175194972,0.022982846797315964,0.02755645041943696,0.03213005404155796,0.036703657663678946,0.04127726128579994,0.04585086490792094,0.050424468530041934,0.05499807215216293,0.05957167577428392,0.06414527939640491,0.06871888301852591,0.0732924866406469,0.0778660902627679,0.08243969388488889,0.08701329750700988,0.09158690112913088,0.09616050475125187,0.10073410837337288,0.10530771199549387,0.10988131561761486,0.11445491923973586,0.11902852286185685,0.12360212648397784,0.12817573010609884,0.13274933372821984,0.13732293735034082,0.14189654097246182,0.14647014459458282,0.1510437482167038,0.1556173518388248,0.1601909554609458,0.16476455908306678,0.16933816270518778,0.1739117663273088,0.17848536994942976,0.18305897357155076,0.18763257719367177,0.19220618081579277,0.19677978443791375,0.20135338806003475,0.20592699168215575,0.21050059530427673,0.21507419892639773,0.21964780254851873,0.2242214061706397,0.2287950097927607,0.23336861341488171,0.2379422170370027,0.2425158206591237,0.2470894242812447,0.2516630279033657,0.2562366315254867,0.26081023514760765,0.26538383876972865,0.26995744239184966,0.27453104601397066,0.27910464963609166,0.28367825325821266,0.2882518568803336,0.2928254605024546,0.2973990641245756,0.3019726677466966,0.3065462713688176,0.3111198749909386,0.31569347861305963,0.3202670822351806,0.3248406858573016,0.3294142894794226,0.3339878931015436,0.3385614967236646,0.3431351003457856,0.34770870396790654,0.35228230759002754,0.35685591121214855,0.36142951483426955,0.36600311845639055,0.37057672207851156]],"y":[[-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798,-0.09791208508171798],[-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228,-0.09535990200723228],[-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659,-0.09280771893274659],[-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089,-0.09025553585826089],[-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752,-0.0877033527837752],[-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895,-0.0851511697092895],[-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038,-0.0825989866348038],[-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811,-0.08004680356031811],[-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242,-0.07749462048583242],[-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672,-0.07494243741134672],[-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103,-0.07239025433686103],[-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533,-0.06983807126237533],[-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964,-0.06728588818788964],[-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394,-0.06473370511340394],[-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825,-0.06218152203891825],[-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255,-0.05962933896443255],[-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686,-0.05707715588994686],[-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116,-0.05452497281546116],[-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547,-0.05197278974097547],[-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977,-0.04942060666648977],[-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408,-0.04686842359200408],[-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838,-0.04431624051751838],[-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269,-0.04176405744303269],[-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699,-0.03921187436854699],[-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613,-0.0366596912940613],[-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756,-0.0341075082195756],[-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991,-0.03155532514508991],[-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213,-0.029003142070604213],[-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518,-0.026450958996118518],[-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823,-0.023898775921632823],[-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128,-0.021346592847147128],[-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433,-0.018794409772661433],[-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738,-0.016242226698175738],[-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043,-0.013690043623690043],[-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348,-0.011137860549204348],[-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653,-0.008585677474718653],[-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958,-0.006033494400232958],[-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633,-0.0034813113257472633],[-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684,-0.0009291282512615684],[0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265,0.0016230548232241265],[0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215,0.0041752378977098215],[0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516,0.006727420972195516],[0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211,0.009279604046681211],[0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906,0.011831787121166906],[0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601,0.014383970195652601],[0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296,0.016936153270138296],[0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399,0.01948833634462399],[0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686,0.022040519419109686],[0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538,0.02459270249359538],[0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062,0.027144885568081062],[0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677,0.02969706864256677],[0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248,0.03224925171705248],[0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816,0.03480143479153816],[0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384,0.03735361786602384],[0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955,0.03990580094050955],[0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526,0.04245798401499526],[0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094,0.04501016708948094],[0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662,0.04756235016396662],[0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233,0.05011453323845233],[0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804,0.05266671631293804],[0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372,0.05521889938742372],[0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094,0.0577710824619094],[0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511,0.06032326553639511],[0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082,0.06287544861088082],[0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665,0.0654276316853665],[0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218,0.06797981475985218],[0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789,0.07053199783433789],[0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236,0.0730841809088236],[0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928,0.07563636398330928],[0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496,0.07818854705779496],[0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067,0.08074073013228067],[0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638,0.08329291320676638],[0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206,0.08584509628125206],[0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774,0.08839727935573774],[0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345,0.09094946243022345],[0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916,0.09350164550470916],[0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484,0.09605382857919484],[0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052,0.09860601165368052],[0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623,0.10115819472816623],[0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194,0.10371037780265194]],"z":[[0.00036252537878787876,0.00030512395833333334,0.0003347510416666667,0.0002919432765151515,0.0003170310606060607,0.00029500738636363636,0.00028922083333333335,0.00028482679924242426,0.0003180146780303031,0.00026330227272727277,0.0003100976325757576,0.0002802877840909091,0.00024192395833333335,0.0002276006628787879,0.00024899214015151514,0.0002421492424242425,0.0002610110795454546,0.0002630654356060606,0.0002398114583333334,0.00028736837121212124,0.00026147651515151516,0.00025317168560606054,0.00022553143939393937,0.00026616259469696975,0.0002594967803030303,0.00029633475378787883,0.00027879441287878787,0.00029223115530303037,0.0002589099431818182,0.0002811409090909091,0.00027206126893939396,0.00028092462121212124,0.0002809267992424243,0.0002991466856060606,0.0002749922348484849,0.0002463463068181818,0.00029126685606060607,0.00037543087121212116,0.0003358530303030304,0.0003651642045454546,0.000391396212121212,0.0004205125000000001,0.0005856524621212122,0.00041383446969696976,0.000372694696969697,0.0004051711174242425,0.0007179857954545455,0.0006128563446969697,0.0004656083333333334,0.00047346486742424245,0.000926288446969697,0.0005612820075757577,0.0009463321022727273,0.0006361595643939393,0.0006146412878787879,0.0008399053977272729,0.00136933125,0.0010206196022727273,0.001621344696969697,0.0016343831439393941,0.0012023594696969698,0.000955164393939394,0.0014564105113636365,0.0009022158143939395,0.002406185416666667,0.002566528882575758,0.002680576136363637,0.0033220637310606062,0.0014840461174242426,0.003550090340909091,0.0050378106060606056,0.004968511458333333,0.004705515625000001,0.0025768759469696973,0.003872399053030303,0.003406199621212121,0.004415556723484848,0.003702568655303031,0.005548824526515151,0.006387655492424243],[0.00032972821969696965,0.0003201423295454545,0.0003351910984848485,0.0003006499999999999,0.0002933910037878788,0.0002785609848484849,0.00030330738636363634,0.0003005726325757576,0.0002836802083333333,0.00028044914772727274,0.0002912032196969698,0.0002946078598484848,0.0002806508522727273,0.00026600198863636367,0.00026858200757575763,0.00027602301136363635,0.0002629363636363636,0.00024201486742424244,0.0002537300189393939,0.00024293522727272728,0.00023229621212121212,0.0002273395833333334,0.000258129071969697,0.0002500850378787879,0.00026336373106060606,0.00024373532196969697,0.00023654640151515155,0.0002911769886363636,0.0002892867424242424,0.00028979015151515156,0.00027162992424242425,0.00027609346590909086,0.0003310751893939394,0.0004656015151515152,0.00027841505681818184,0.0003256704545454545,0.00032957159090909094,0.00033523835227272734,0.0003715024621212122,0.0002520791666666667,0.00040898428030303023,0.0004652168560606062,0.00042823645833333333,0.0005078046401515153,0.0009200029356060606,0.0007405435606060608,0.0008929879734848485,0.0005720233901515152,0.0008803016098484848,0.0004990702651515152,0.0009630997159090909,0.0005060780303030302,0.0006811629734848486,0.0005399899621212122,0.0008987551136363637,0.000784228787878788,0.0015252696022727272,0.0010050322916666668,0.0008701025568181817,0.0006575998106060607,0.0017306108901515155,0.0012955785984848484,0.0010689537878787881,0.0023401447916666664,0.00098456240530303,0.0029138886363636366,0.002164318276515151,0.0036720428030303028,0.003531671401515152,0.0016488428977272725,0.0046941670454545455,0.004896919412878788,0.0013336592803030302,0.004593282291666666,0.0024730748106060606,0.003509181534090909,0.007088273390151516,0.007027228598484849,0.004200943371212121,0.007032763541666666],[0.0003257706439393939,0.00032388626893939393,0.0002651089962121212,0.00028334147727272725,0.0003398557765151515,0.0002989755681818182,0.00027780208333333335,0.0002908866477272727,0.0002585110795454546,0.0003083776515151515,0.00027209744318181824,0.00026569422348484854,0.00022858948863636365,0.0003204571022727273,0.0002558975378787879,0.000272775946969697,0.00024014517045454546,0.00023784327651515158,0.000316903125,0.0002478275568181819,0.0002336190340909091,0.00023316325757575764,0.00024674384469696966,0.00023500634469696976,0.0002797640151515152,0.00027377395833333337,0.00027946486742424245,0.00030709431818181824,0.00026032206439393946,0.0002913895833333333,0.0002863655303030303,0.0003255772727272728,0.0002069169507575758,0.00020568418560606064,0.00025740606060606065,0.0003091898674242424,0.0003146464015151515,0.0003619460227272727,0.0003084413825757577,0.00033940340909090915,0.0006120487689393938,0.00033776950757575755,0.00047471808712121216,0.0003195089962121212,0.000523809375,0.0005859431818181818,0.00035585890151515156,0.0006402953598484849,0.0006526462121212122,0.0007067148674242426,0.0005628487689393939,0.0005254191287878789,0.0010359499053030304,0.0010678433712121213,0.0010942732954545454,0.0012747675189393938,0.0015531339015151513,0.0007403088068181819,0.0015041082386363638,0.0014440391098484847,0.0014556707386363637,0.0012304701704545457,0.0010135293560606061,0.0009160674242424243,0.001363288352272727,0.0029148066287878797,0.00273834393939394,0.0022988252840909092,0.0032370045454545456,0.0025400377840909083,0.004741846969696969,0.004375916571969697,0.004607878882575757,0.0034488996212121217,0.0031256857007575757,0.00241393143939394,0.004793718181818183,0.005480571590909091,0.0043448006628787885,0.007927455018939395],[0.000365394981060606,0.0002939040719696969,0.00033633390151515156,0.0002992626893939394,0.00028960918560606066,0.0002910727272727272,0.0003297722537878788,0.0002626424242424243,0.0002637045454545455,0.00030563304924242424,0.0002632242424242424,0.00026058011363636367,0.00027480899621212123,0.0002678715909090909,0.0002741225378787879,0.0002652421401515152,0.0002630848484848485,0.0002756744318181818,0.00023117727272727273,0.0002464473484848485,0.00023717471590909092,0.00025971998106060607,0.000274920928030303,0.0002477497159090909,0.0002482168560606061,0.0002917892992424243,0.00022789062499999996,0.00030588039772727274,0.00029980748106060614,0.00023821335227272732,0.0002385347537878788,0.00031852443181818184,0.0003105631628787878,0.0003433979166666666,0.0003017363636363637,0.0004450553977272727,0.0003176184659090909,0.0002484141098484849,0.0002969611742424242,0.00034332613636363645,0.0006171521780303031,0.00043187424242424247,0.00046718011363636365,0.0004728621212121212,0.00045813617424242425,0.0007629167613636364,0.0004265380681818182,0.000987496212121212,0.0007952953598484851,0.001086670643939394,0.0006407771780303031,0.0005795234848484848,0.0006106955492424242,0.001157256628787879,0.000915764109848485,0.0005271551136363636,0.0010977967803030301,0.0011258441287878786,0.0020456499053030305,0.0010105307765151514,0.0012145096590909094,0.00213018115530303,0.0032311544507575758,0.0012149383522727273,0.0024183693181818186,0.0009630070075757577,0.0018192031250000003,0.0018796823863636363,0.0044994400568181825,0.0018562483901515157,0.004596164204545456,0.004260447348484848,0.002908067803030303,0.002208067803030303,0.004035140814393941,0.00458370634469697,0.004639754356060606,0.0023002697916666664,0.006654320833333334,0.007992118087121212],[0.0003241903409090909,0.0003456894886363637,0.0003230898674242424,0.0003431648674242424,0.0002696275568181818,0.0002924134469696969,0.00028833428030303025,0.0003025699810606061,0.00029239403409090915,0.0002725936553030303,0.0003025961174242424,0.0002711253787878788,0.000291772821969697,0.0002962191287878788,0.0002571898674242424,0.0002490553977272727,0.00027356126893939394,0.0002390841856060606,0.00024421969696969696,0.00028351420454545453,0.0002394621212121212,0.00022552831439393942,0.00022551003787878797,0.00023051354166666663,0.0002547286931818182,0.00017678532196969697,0.00023917765151515148,0.00026640160984848485,0.00030653882575757573,0.0002839732954545454,0.00023061287878787886,0.00024471439393939395,0.0002512147727272727,0.0003426606060606061,0.0002878101325757576,0.0003024507575757576,0.0003882189393939394,0.00024771420454545453,0.0002811349431818182,0.0004803937500000001,0.00043994545454545457,0.00043038153409090906,0.0005302975378787878,0.00021583636363636363,0.0004913927083333334,0.00044940785984848487,0.0003280315340909091,0.0004447115530303031,0.0006326765151515152,0.0008495667613636366,0.0005434599431818182,0.0007159147727272729,0.0010781341856060606,0.0011888030303030303,0.0009062120265151517,0.0008499913825757576,0.0010292078598484848,0.0013223042613636365,0.0006262514204545455,0.0010650230113636364,0.0010623549242424243,0.0005893767992424243,0.0010543535984848485,0.0012275726325757577,0.0009992750946969699,0.001828232196969697,0.001995133428030303,0.0015762437500000004,0.0026668106060606057,0.002335417234848485,0.0028216830492424237,0.001669995643939394,0.004230622916666667,0.003982119034090909,0.006739859848484849,0.0020502210227272733,0.0033321785984848484,0.006605956628787879,0.009555497064393941,0.0031121972537878793],[0.0002710906250000001,0.0003121890151515152,0.00027889261363636366,0.00032883892045454545,0.00030291458333333335,0.00031433191287878786,0.00028628039772727275,0.0002852248106060607,0.0002728107954545455,0.00028357054924242424,0.0002640607007575758,0.0002591302083333333,0.00024043087121212124,0.00025696666666666666,0.00026056003787878796,0.0002847984848484848,0.00029350928030303036,0.00020145899621212127,0.0002096677083333334,0.0002756456439393939,0.0003035143939393939,0.0002469626893939393,0.0002579533143939394,0.00021504232954545454,0.0002517033143939394,0.00024063854166666673,0.0002853894886363636,0.00023999886363636365,0.00026243219696969706,0.0002221099431818182,0.00029050142045454545,0.00027253323863636364,0.0003686696022727273,0.0003875833333333333,0.0002965349431818183,0.00028424119318181816,0.00033402395833333334,0.0003553141098484849,0.00034552452651515157,0.00029153020833333335,0.00032149630681818186,0.0005043495265151516,0.00030898456439393946,0.0007688285984848484,0.0004971150568181818,0.0004664464962121212,0.00028771429924242425,0.000386085321969697,0.0006033303977272727,0.0006803386363636364,0.000582877178030303,0.0007331396780303031,0.0009534319128787881,0.0003969053977272728,0.001159735037878788,0.0005759236742424243,0.0005353419507575757,0.000510976893939394,0.0010448837121212122,0.0016306091856060603,0.0008786044507575759,0.0013229686553030303,0.0015558125946969698,0.0015662877840909096,0.00204504384469697,0.003832071117424242,0.0014334156249999998,0.0039139021780303035,0.0029455849431818185,0.0023471063446969696,0.0030219339015151512,0.0026935690340909096,0.002586959375,0.0010416555871212124,0.005321734943181818,0.004456968749999999,0.004732123200757577,0.005477141193181818,0.006360661931818182,0.0034857755681818184],[0.0003577837121212122,0.0003133484848484849,0.00027782035984848485,0.0003040063446969697,0.00027648115530303033,0.0002907508522727273,0.00028818333333333334,0.00029624573863636366,0.0002698173295454545,0.0002995,0.0002926965909090909,0.00028098882575757574,0.00027136770833333335,0.0002405601325757576,0.0002554001893939394,0.00029585397727272726,0.00024597670454545455,0.00022027433712121217,0.00028334696969696977,0.0002640229166666667,0.0002418381628787879,0.00029219232954545455,0.00027591467803030306,0.0002541100378787879,0.00025071751893939397,0.0003146689393939394,0.00025268617424242427,0.00023307708333333333,0.00026183030303030306,0.0002162533143939394,0.0003503127840909091,0.00025640104166666666,0.0003371589015151515,0.0002561060606060607,0.0002658471590909091,0.0003112458333333334,0.00036296107954545456,0.0004030844696969697,0.0002834137310606061,0.00041600113636363646,0.00044250823863636364,0.00028714109848484846,0.0005391034090909092,0.0002455954545454546,0.00036355198863636374,0.0005252000946969697,0.0005901913825757576,0.0006993450757575758,0.0006721069128787881,0.0009654677083333333,0.0004296750946969697,0.0009459305871212122,0.0005468553977272728,0.0007654851325757575,0.0013028446022727272,0.001292821590909091,0.0009174803977272728,0.0013474079545454547,0.0007734873106060605,0.001247520359848485,0.0011188158143939394,0.0012190164772727273,0.0005211242424242424,0.0018346904356060611,0.002978899810606061,0.0028978024621212125,0.0029501165719696973,0.0015582017045454547,0.0016674116477272726,0.0021807262310606064,0.0031979536931818183,0.003915425189393939,0.004070217045454546,0.007095564204545455,0.0031634977272727276,0.004924811268939394,0.002905161647727273,0.002740210227272727,0.008720413257575757,0.006051893939393939],[0.00032758551136363636,0.0003289635416666667,0.0002953902462121212,0.000294123106060606,0.0002793441287878788,0.0003094871212121212,0.0003279504734848484,0.0003140931818181818,0.0002555160984848485,0.0002387315340909091,0.00025810018939393943,0.0002609913825757576,0.00028811117424242433,0.0002617292613636364,0.0002770318181818182,0.00026477443181818186,0.0002653504734848485,0.00026402850378787885,0.0002585785984848485,0.0002617351325757576,0.00022600577651515154,0.00023287007575757576,0.00025905482954545456,0.00022675217803030305,0.0002849428977272728,0.00021626202651515156,0.0002265830492424242,0.00024956761363636364,0.0002264033143939394,0.000281053787878788,0.00021862623106060606,0.00022838314393939393,0.00024824081439393943,0.000437580018939394,0.0003776587121212122,0.0004893305871212121,0.0003393320075757576,0.0002753499053030304,0.0004823379734848485,0.00039000246212121214,0.000585530303030303,0.0005112348484848484,0.0004619399621212122,0.0004643408143939394,0.0005533334280303031,0.00044008910984848486,0.0005257459280303031,0.0005648373106060605,0.0005474839962121211,0.0005114637310606061,0.0005948439393939395,0.000619192518939394,0.0010483004734848484,0.000788559090909091,0.0012274384469696971,0.0013687932765151516,0.0006636438446969695,0.0009155651515151516,0.0019565898674242426,0.001250956818181818,0.0011972275568181818,0.0023802513257575758,0.0017462392992424246,0.001860173295454545,0.0017755947916666668,0.002769490056818182,0.002457019318181819,0.002290927746212122,0.0030162660037878785,0.002814339962121213,0.003058749905303031,0.003799811647727273,0.0014216873106060607,0.004216642140151517,0.0038457051136363643,0.004619769886363636,0.004585380681818183,0.0049926931818181815,0.004984658428030303,0.004152604071969697],[0.000316676893939394,0.00032985511363636366,0.0002837433712121212,0.0002707171401515152,0.0002941011363636364,0.00029008143939393934,0.0002969785984848484,0.00030010501893939394,0.00025945492424242424,0.00030063863636363636,0.0002476970643939394,0.00024024782196969694,0.0002319116477272727,0.00028765255681818184,0.0002507895833333333,0.00021859327651515157,0.0002573289772727273,0.00023608664772727274,0.00018457708333333332,0.0002688333333333334,0.0002490311553030303,0.00025686212121212124,0.00023173797348484849,0.00023894962121212123,0.00026510416666666674,0.0002606857007575758,0.00023975653409090907,0.00031453778409090905,0.0002151438446969697,0.00027136534090909086,0.0002565905303030303,0.00032246496212121214,0.0003100184659090909,0.00020375369318181816,0.00024361363636363637,0.0002689007575757576,0.00034987092803030306,0.00035294176136363637,0.0004056479166666666,0.0003002644886363637,0.0003239524621212121,0.0004683390151515152,0.0003289099431818182,0.0005036763257575756,0.00036162897727272733,0.0004862341856060607,0.0006171774621212123,0.0006092094696969698,0.0006807464962121213,0.0007158853219696971,0.0008267187500000002,0.0007536878787878788,0.000626724431818182,0.0010702803977272726,0.0013038342803030304,0.0008719126893939395,0.0018868820075757576,0.0016708775568181821,0.001162066856060606,0.001104840909090909,0.0010385219696969698,0.0016280017045454543,0.0014643334280303032,0.001423375378787879,0.0009018338068181819,0.001177404071969697,0.001337663446969697,0.003108518181818182,0.0017728701704545458,0.0024728604166666668,0.004185271590909091,0.0016288572916666668,0.0045173578598484854,0.0019926460227272726,0.0026465351325757583,0.0037165669507575752,0.0011960645833333334,0.005758308617424243,0.006224710700757576,0.0037144331439393943],[0.00030803560606060607,0.00034232859848484846,0.0003282345643939394,0.00030802765151515156,0.000285897821969697,0.00029697575757575766,0.0002821858901515151,0.0002832908143939394,0.00030718399621212125,0.00030629147727272735,0.00026390880681818185,0.00028247405303030303,0.000277889678030303,0.0002584465909090909,0.00026826714015151516,0.0002735826704545455,0.00026183617424242425,0.0002530791666666667,0.0002801492424242425,0.0002829021780303031,0.0002686647727272728,0.0002193442234848485,0.000253038446969697,0.00022214365530303032,0.0002476227272727273,0.00029040198863636367,0.00030815965909090914,0.00021727670454545455,0.00028074573863636366,0.00020228380681818183,0.00019939829545454545,0.00039600321969696973,0.0002571815340909091,0.00029272623106060613,0.0002940153409090909,0.00039664602272727266,0.00032244943181818184,0.00031651979166666665,0.00039893304924242424,0.0003907036931818182,0.0004199087121212121,0.0002233378787878788,0.0005982625000000001,0.0007354785037878788,0.0004435268939393939,0.00047971164772727277,0.00032341770833333334,0.0006603583333333334,0.0004884524621212121,0.0007283788825757577,0.0008611606060606062,0.000915547821969697,0.0006626505681818182,0.0007978131628787879,0.001522949715909091,0.0009487199810606061,0.0005255522727272727,0.0007762960227272725,0.0016036058712121212,0.001397188731060606,0.0007334137310606061,0.0015474849431818182,0.0018506860795454547,0.002348198200757576,0.0015692698863636367,0.0019690517992424243,0.0028089077651515153,0.002416370454545455,0.00106464071969697,0.0018462833333333336,0.0018473280303030303,0.002966174053030303,0.003802958806818182,0.0025268486742424244,0.0033090237689393943,0.0021594533143939392,0.0024822353219696976,0.005223804166666668,0.002377637215909091,0.005565172821969697],[0.00031222282196969697,0.0003062814393939394,0.0003245775568181819,0.0003226716856060606,0.00028590596590909097,0.000298571875,0.00027689962121212123,0.0002550132575757576,0.0002733824810606061,0.00028174573863636363,0.00027203285984848485,0.0002669993371212122,0.0002921198863636363,0.0002836386363636364,0.00029675823863636365,0.00025595094696969695,0.00024758134469696967,0.00023641250000000006,0.00027352793560606064,0.0002393836174242424,0.0002660595643939394,0.00024057481060606065,0.00028325785984848487,0.00021975170454545452,0.0002642527462121212,0.0002254883522727273,0.00021669119318181826,0.00025789375,0.00024790217803030305,0.00026595246212121214,0.00027609507575757574,0.0002418964962121212,0.0002902745265151516,0.00027276335227272724,0.00038440804924242425,0.0004317605113636364,0.0003376712121212122,0.00037519848484848486,0.0002919137310606061,0.00036494782196969697,0.00030827907196969703,0.00033901666666666673,0.00044536562500000013,0.00035025909090909087,0.0004278916666666667,0.0004477469696969697,0.0003785036931818182,0.0006757628787878787,0.0005275901515151515,0.0006109442234848484,0.00048269403409090917,0.0005200321969696971,0.0008249497159090909,0.0006472179924242425,0.0005591307765151516,0.0009552690340909092,0.001226600946969697,0.001561671212121212,0.0017389107007575756,0.002579772727272728,0.0006646670454545454,0.0008216476325757575,0.0016296051136363637,0.0015942080492424245,0.0015829630681818182,0.005254628882575758,0.001440435321969697,0.0013184263257575756,0.0022790699810606055,0.001547746875,0.002668051704545455,0.0021390380681818185,0.0039652828598484855,0.0024457883522727274,0.00363730293560606,0.0031871766098484845,0.0031994869318181835,0.004223783806818183,0.005793151704545455,0.008135242803030303],[0.00034540142045454554,0.0002979891098484848,0.00030655227272727276,0.00033283541666666663,0.00027479640151515153,0.00023779242424242425,0.0002937913825757576,0.00030965113636363635,0.0002876631628787879,0.0002650282196969697,0.00026933068181818185,0.0002735685606060606,0.00026264422348484855,0.00025422225378787875,0.0002541408143939394,0.00030856988636363637,0.00024969507575757575,0.0002248329545454546,0.00025830227272727275,0.00020244990530303032,0.00024709374999999997,0.0002321715909090909,0.0002877524621212121,0.0002426180871212121,0.0002556178030303031,0.000204186553030303,0.00026429744318181816,0.00023408068181818186,0.00024873418560606065,0.0002461035984848485,0.0002745899621212122,0.00035653920454545453,0.0002752708333333333,0.00028459583333333334,0.00028187973484848487,0.0003072140151515152,0.00028902111742424246,0.00025003721590909094,0.00028545757575757576,0.0002852068181818182,0.00048350738636363655,0.0002988830492424242,0.0005138664772727273,0.00045063816287878794,0.0005760253787878788,0.00044423380681818186,0.0004660538825757576,0.0005239743371212122,0.00032627727272727277,0.0006009423295454548,0.0004309644886363637,0.000548240056818182,0.0011115675189393942,0.0007066335227272728,0.0007442369318181818,0.0008277301136363636,0.0008394825757575758,0.0014562214015151516,0.0010372427083333335,0.000710446496212121,0.0014814566287878787,0.00221280303030303,0.0011143037878787877,0.0020042782196969698,0.002075749147727273,0.001785774621212121,0.0014178214015151515,0.004464703314393939,0.0023828737689393937,0.0017566892045454547,0.0023396768939393945,0.0025765598484848488,0.004688321969696971,0.003508803409090909,0.0033567601325757575,0.006270354829545454,0.0020214433712121217,0.006520293371212122,0.01173852821969697,0.004757855018939394],[0.0003376998106060607,0.0003229808712121212,0.0003109145833333334,0.00030838409090909094,0.00029152178030303035,0.00026463787878787886,0.00026731079545454554,0.0002499061553030304,0.0002856258522727273,0.00028515568181818176,0.00026526098484848485,0.0002780694128787879,0.0002712762310606061,0.0002509146780303031,0.00030756685606060603,0.0002549328598484848,0.00024259147727272732,0.0002965660037878788,0.00023959337121212126,0.0002783479166666667,0.00023023825757575764,0.0002428919507575758,0.0002547970643939394,0.00024899706439393944,0.00023586647727272727,0.000213341571969697,0.0002123106060606061,0.0002647376893939394,0.0002892568181818182,0.0002862068181818182,0.0002816633522727273,0.0002052222537878788,0.00027914375,0.0003744507575757576,0.0003446212121212121,0.00022710075757575762,0.00032494318181818194,0.00029289403409090906,0.0003217138257575758,0.00042683295454545454,0.00041636837121212123,0.0003099410984848484,0.00040843749999999995,0.00036301041666666675,0.0006521099431818183,0.00028452859848484847,0.0005222799242424243,0.0004855351325757576,0.0006493987689393939,0.0009436368371212122,0.0008230875,0.0007935542613636365,0.0009452246212121213,0.0006386096590909091,0.0012518249053030304,0.0005843532196969697,0.0009772079545454547,0.0014581510416666668,0.001675219602272727,0.0008648743371212122,0.0006137322916666666,0.001603813731060606,0.00118640625,0.001877461837121212,0.0010320532196969698,0.001970133049242424,0.0021186554924242425,0.002615910321969697,0.00197299053030303,0.003354967518939394,0.0031661731060606065,0.002221656723484849,0.0029618181818181818,0.004561322443181818,0.00546825975378788,0.0055297525568181825,0.006874866666666666,0.0027187969696969706,0.004052692897727274,0.008214861931818182],[0.0003058015151515151,0.0003430751893939394,0.0002717328598484849,0.0003019410984848485,0.00028016079545454555,0.0003082486742424243,0.0002980926136363636,0.0002688191287878788,0.0002655054924242424,0.0003046965909090909,0.0002577372159090909,0.0002715317234848485,0.00026190047348484847,0.0002592418560606061,0.0002095633522727273,0.00025460624999999997,0.00024467367424242426,0.00024036458333333334,0.00024367585227272727,0.000272245928030303,0.00027102140151515156,0.0002420870265151515,0.0002479024621212121,0.00023933229166666668,0.0002530833333333334,0.0002930579545454545,0.0002914131628787879,0.0002813703598484848,0.0002920398674242424,0.00025818257575757576,0.00028137623106060604,0.0002437674242424243,0.0003158013257575758,0.0003494056818181818,0.0002778193181818182,0.00035516363636363635,0.0003364380681818182,0.0003497112689393939,0.0002907723484848485,0.00036292518939393933,0.0003671658143939394,0.000319210321969697,0.000436370928030303,0.0006848492424242424,0.0004986123106060607,0.00046336988636363634,0.0005184935606060606,0.00036628390151515155,0.0009573535984848486,0.0007022036931818181,0.0006903981060606062,0.0004453806818181819,0.0009207450757575758,0.0010812321022727273,0.0005738307765151515,0.0008148470643939393,0.0007132919507575759,0.0007552686553030303,0.0015122413825757576,0.0015133048295454547,0.0010147229166666669,0.0016215648674242425,0.001975188162878788,0.0019124115530303027,0.0015930192234848485,0.0019230969696969699,0.0027274481060606055,0.0026510074810606058,0.0028725726325757577,0.0038176228219696973,0.002594081060606061,0.0016584695075757573,0.0023523848484848496,0.0028562528409090907,0.004244671496212122,0.0027477830492424245,0.0034573670454545453,0.006483930303030305,0.0037921409090909087,0.007345010321969698],[0.000278166571969697,0.00027361619318181827,0.00029137575757575763,0.0002922775568181818,0.00028515871212121213,0.0002694919507575758,0.0002846419507575757,0.00031717897727272736,0.0002825367424242424,0.0002491952651515152,0.00023222755681818187,0.0002837973484848485,0.00024005587121212128,0.0002642036931818183,0.00028807291666666673,0.00022168778409090907,0.00023503854166666665,0.00023905672348484847,0.0002814832386363637,0.00022661231060606062,0.00021982054924242427,0.0002753313446969698,0.0002696740530303031,0.00023460227272727272,0.0001940780303030303,0.00021410208333333335,0.00029627803030303035,0.00023724100378787877,0.0002859901515151515,0.00029568323863636363,0.00021272376893939396,0.00028195909090909094,0.0002457240530303031,0.0002544732007575757,0.0003653642992424243,0.0003520532196969697,0.00025454659090909094,0.0003880338068181818,0.000282260321969697,0.00024670710227272727,0.0002589952651515152,0.00027287907196969703,0.0003658123106060607,0.00042481410984848494,0.00036815037878787886,0.0005832349431818181,0.0005456085227272727,0.0004587633522727273,0.0005357149621212122,0.0003903302083333333,0.0010353951704545454,0.0007528345643939393,0.0016072352272727274,0.0009381774621212123,0.0008491284090909093,0.0011592661931818181,0.0006619041666666667,0.0015960006628787879,0.0008456475378787879,0.0011661619318181816,0.00140254053030303,0.0015279713068181817,0.0008422087121212121,0.0029886074810606066,0.0007360001893939393,0.003039022253787878,0.002378904261363637,0.0019532149621212126,0.0026555190340909096,0.0023635560606060607,0.002666956723484849,0.003218517329545455,0.0019501482007575758,0.0025396815340909093,0.0029505250000000003,0.004828311363636364,0.004577400378787879,0.005237764583333333,0.008682673484848484,0.0074707220643939415],[0.00033613068181818185,0.00028905625,0.00029960359848484844,0.0002897341856060606,0.0003018575757575759,0.00025774185606060605,0.0002940689393939394,0.00028715407196969693,0.0002706632575757576,0.0002406464962121212,0.000269059090909091,0.00028848285984848485,0.00027715823863636366,0.0002586407196969697,0.0002590839015151515,0.0002570916666666667,0.00025916751893939393,0.0002657533143939394,0.00029821534090909095,0.00028057547348484847,0.0002533230113636364,0.00018884971590909093,0.00024394090909090908,0.00025012973484848483,0.0002944694128787879,0.00024190388257575759,0.00027964242424242426,0.00024811893939393945,0.00022044393939393942,0.00021663929924242424,0.0002720098484848485,0.0003111820075757576,0.0003423738636363636,0.00034338276515151516,0.00032071998106060603,0.00027670274621212126,0.0003829611742424243,0.0004102927083333334,0.00034324971590909097,0.0005549243371212122,0.00041901619318181817,0.00032798456439393943,0.0005240380681818182,0.0003320982007575758,0.00042238323863636373,0.0004878457386363637,0.0004596767045454546,0.0004511563446969698,0.0007766236742424244,0.0006478508522727275,0.0008983886363636363,0.000527976893939394,0.0004949587121212122,0.0006882430871212122,0.0014670463068181818,0.0008520425189393941,0.0012361364583333334,0.0009043273674242423,0.0009839289772727274,0.0014452265151515152,0.0014672936553030305,0.0013509813446969695,0.0017451545454545453,0.0016520694128787877,0.0015727776515151515,0.0016022431818181822,0.0019070795454545458,0.003693183712121212,0.0025779080492424242,0.002484083428030303,0.003079960132575758,0.004685672916666666,0.002403608806818182,0.0035706503787878785,0.004008693276515152,0.003362389867424243,0.005177000757575757,0.004093613068181818,0.0060283410984848474,0.0074498903409090916],[0.0003419230113636363,0.00031830880681818177,0.00029241306818181815,0.0003440455492424243,0.000333121590909091,0.0002595470643939394,0.0002858094696969697,0.0002610144886363637,0.00026330833333333334,0.0002784578598484849,0.00024967509469696976,0.00025242613636363635,0.0002764399621212122,0.00027320227272727274,0.00025851979166666665,0.00026237244318181815,0.0002498079545454545,0.00023695208333333333,0.00024071344696969697,0.00024373143939393935,0.00028741477272727274,0.00024329308712121208,0.0002968734848484849,0.00018902490530303033,0.00026434488636363637,0.00022261628787878792,0.00028765549242424244,0.0002088940340909091,0.0002467090909090909,0.0003374226325757576,0.00028888967803030304,0.0003026025568181818,0.00026184772727272734,0.0003234440340909091,0.0003561957386363636,0.00038711979166666663,0.0004113199810606061,0.00039616070075757583,0.0002410161931818182,0.00032717973484848483,0.0003428133522727273,0.000502827178030303,0.00040981392045454557,0.00031541534090909093,0.00040537329545454543,0.0003907583333333334,0.0004580389204545454,0.0007612053977272726,0.0004806598484848486,0.0007414542613636365,0.00039935975378787875,0.0011116864583333333,0.0012784035984848487,0.0006060464962121213,0.0006070926136363637,0.0013655529356060606,0.0014534338068181818,0.0008288485795454546,0.0007984946022727273,0.0023757015151515152,0.0015921305871212123,0.0013866242424242425,0.002075394507575758,0.002699214488636364,0.0009070928977272725,0.002065246401515151,0.0027718860795454543,0.0013171071022727275,0.0016242561553030306,0.0035148006628787872,0.0025242744318181814,0.0028493936553030306,0.0031096602272727273,0.003429450568181819,0.006147570359848486,0.004584294128787881,0.003701512215909091,0.003825391666666666,0.007195451041666667,0.00792974696969697],[0.0003054438446969697,0.0002714067234848485,0.00029193598484848483,0.0002859599431818182,0.00026834602272727284,0.00031257803030303026,0.0003237029356060606,0.0002978724431818182,0.00025643125000000003,0.000283059375,0.0003051630681818182,0.0002610785984848484,0.0002811898674242424,0.0002799722537878788,0.00024713200757575757,0.00026098570075757576,0.0002887485795454545,0.00024879782196969704,0.00026236553030303036,0.00022090625000000002,0.00022613589015151514,0.00023801893939393937,0.00023428797348484847,0.000216759659090909,0.00022569299242424247,0.00027574583333333337,0.0002753285037878788,0.00022649176136363633,0.00024183124999999997,0.0002605448863636364,0.0002835647727272727,0.00025606202651515155,0.00025423626893939394,0.00030736524621212126,0.00022455729166666666,0.0002744302083333333,0.00029030189393939394,0.00035379109848484853,0.00039633532196969694,0.0003268972537878788,0.00034916515151515147,0.00038354119318181825,0.0002984767045454546,0.0005613225378787878,0.0005254860795454545,0.000793635606060606,0.0004675320075757575,0.00040751732954545455,0.0006317347537878787,0.00035536410984848485,0.0005774877840909091,0.0008174835227272726,0.0015137795454545453,0.0006896245265151514,0.0006187957386363637,0.0013427720643939397,0.0011403524621212122,0.0011468803977272729,0.000744610984848485,0.0006933722537878787,0.0010734173295454544,0.001297693371212121,0.0019037708333333333,0.0015373778409090912,0.0017640155303030303,0.0018490631628787881,0.001358529356060606,0.0029957359848484856,0.0028201384469696967,0.0032854592803030305,0.003713256060606061,0.0029226730113636372,0.0025447220643939395,0.003366952840909091,0.0023376517045454546,0.0027581450757575756,0.0045115842803030316,0.0030495343750000002,0.0032413221590909098,0.006011428598484849],[0.00032498153409090904,0.00030817064393939397,0.0002969916666666667,0.00028760549242424246,0.00028000132575757574,0.0002624275568181818,0.00030624223484848487,0.00032959270833333337,0.00029062935606060606,0.00028099337121212126,0.00025826808712121213,0.00025455880681818176,0.00025432708333333334,0.00024479687500000006,0.0002717549242424242,0.00023348181818181818,0.0002492717803030303,0.0002709137310606061,0.000276646875,0.0002280341856060606,0.00024010880681818182,0.00026141685606060613,0.0002242092803030303,0.0003041323863636364,0.0002378160037878788,0.00016911723484848483,0.0002274522727272727,0.0002097463068181818,0.0002036809659090909,0.0002165036931818182,0.0002827053977272728,0.00024251382575757573,0.0002853799242424243,0.0003088125,0.0003781,0.00033118835227272727,0.00045573768939393935,0.0003329627840909091,0.00030268342803030303,0.0004202088068181819,0.00034472253787878784,0.0005345785037878789,0.00016930331439393942,0.00043877973484848494,0.00023822698863636366,0.000493727840909091,0.0003542137310606061,0.000546945643939394,0.0007791182765151517,0.00038293380681818183,0.0007119104166666667,0.0009167152462121214,0.0007047226325757576,0.0013288036931818185,0.0008315440340909091,0.0011259834280303034,0.001076429071969697,0.0014257220643939393,0.0011740386363636368,0.001574666003787879,0.0018220896780303032,0.0012616580492424243,0.0009086699810606062,0.002078286553030303,0.0015756911931818181,0.0014665690340909092,0.0020115485795454548,0.0017903078598484848,0.003995850189393939,0.0020277142992424246,0.002493229261363637,0.0036495843750000015,0.003728778693181818,0.0033248022727272735,0.002895365909090909,0.004296532954545456,0.005110930776515152,0.004780430776515152,0.006153050473484848,0.005258575568181819],[0.0003130364583333333,0.0002896172348484849,0.00029199981060606066,0.0002710916666666667,0.0003091272727272727,0.00026844914772727267,0.00028780624999999997,0.00026625511363636363,0.0002933764204545455,0.0002869920454545455,0.00027265217803030303,0.0002803313446969697,0.00022222793560606061,0.00024279962121212122,0.0002769282196969697,0.00022387642045454544,0.00022850577651515152,0.00024175047348484846,0.00024940407196969697,0.00025295984848484855,0.00022644365530303032,0.00027808750000000006,0.000265194981060606,0.000256182196969697,0.00027470880681818184,0.00023241278409090907,0.0003123517045454546,0.00027667092803030307,0.00023510842803030303,0.0002904944128787879,0.00022886202651515152,0.00033600965909090914,0.0003081341856060607,0.00034470700757575754,0.0002604122159090909,0.0002416045454545455,0.00024464848484848485,0.0003623308712121213,0.000435288446969697,0.00039865946969696973,0.0004298574810606061,0.0003540742424242425,0.0006445510416666666,0.00036602452651515147,0.0003173372159090909,0.0004534038825757576,0.0004029732954545455,0.0008274494318181819,0.0008734543560606061,0.0004032822916666667,0.000942072443181818,0.0003862664772727272,0.0005114414772727274,0.0006532694128787878,0.0007734013257575757,0.0007976646780303034,0.0010954097537878788,0.0014065382575757573,0.0008114308712121214,0.0011085428977272726,0.0020853962121212123,0.001137385890151515,0.001739756912878788,0.001273018371212121,0.0017032784090909097,0.0019437648674242422,0.0018887160984848487,0.0021908267992424243,0.0017208228219696968,0.002181233428030303,0.0041554329545454545,0.0034935061553030295,0.0036361018939393944,0.0024453402462121217,0.004936648768939396,0.004982053882575758,0.006090503977272729,0.0030309349431818186,0.007719740151515151,0.006556742329545454],[0.00032779147727272733,0.0003244348484848485,0.00033809166666666664,0.0003045659090909091,0.00024191695075757573,0.0002464071022727273,0.0002967229166666667,0.00025100596590909094,0.00027806458333333336,0.00023365104166666667,0.0002969081439393939,0.000250117803030303,0.0002465350378787879,0.00023250454545454546,0.0002465347537878788,0.00025273257575757576,0.00022305994318181816,0.0002579331439393939,0.0002397345643939394,0.00026147585227272727,0.0002176480113636364,0.00025792746212121215,0.0002724169507575758,0.0002354224431818182,0.00029551903409090913,0.0002445670454545455,0.00020290530303030305,0.0002464124053030303,0.00023498854166666667,0.00024052111742424245,0.00022397443181818182,0.00025780965909090914,0.00036479952651515153,0.00031323361742424243,0.00019597376893939396,0.00040143551136363645,0.00032303361742424245,0.0002686683712121213,0.0004581398674242424,0.0004921005681818182,0.00031908219696969695,0.00048290861742424237,0.0003723561553030304,0.000659069034090909,0.0004945880681818183,0.00042590937500000005,0.00045969441287878793,0.0004456346590909091,0.0004442410984848485,0.0009525333333333334,0.0006334261363636364,0.000506770643939394,0.0009578267045454548,0.0008227606060606063,0.0012415180871212122,0.0009075991477272728,0.0007738505681818182,0.0012654093750000003,0.0010271630681818183,0.0011402853219696968,0.0014180182765151513,0.0006023757575757576,0.001559613731060606,0.0008762786931818181,0.001471219034090909,0.002144450946969697,0.0013976968750000001,0.001593603693181818,0.0022521982954545458,0.003921175284090909,0.0026321405303030305,0.0027466625946969696,0.0032080469696969703,0.002159147537878788,0.0050099914772727275,0.007871171022727273,0.004242004640151515,0.0029611821969696968,0.005263465151515152,0.008247926799242425],[0.00027255596590909095,0.0003399872159090909,0.0003200717803030303,0.0002925766098484849,0.00025879876893939395,0.000296391856060606,0.0002725237689393939,0.00030439261363636363,0.0002733847537878788,0.00028281098484848487,0.000275879071969697,0.0003004936553030303,0.0002767176136363637,0.0002610835227272727,0.00027353939393939396,0.0002562670454545454,0.000260130303030303,0.0002485369318181818,0.00022840473484848485,0.00023522613636363637,0.00023946410984848482,0.00023513181818181822,0.0002504864583333333,0.00024992092803030304,0.00024536287878787884,0.00023914195075757573,0.0002826975378787879,0.00020585208333333334,0.0002441939393939394,0.00031297433712121207,0.00029273759469696973,0.0003007675189393939,0.0002698064393939394,0.0002925172348484849,0.00019464223484848484,0.00019573143939393938,0.00022781789772727276,0.00043214166666666684,0.0003806840909090909,0.00022795303030303033,0.00038359753787878785,0.0003771000946969697,0.0004778010416666668,0.000304532196969697,0.00043899981060606055,0.0003449769886363637,0.0004414243371212122,0.00070086875,0.0005646223484848486,0.0006780969696969699,0.0007479089015151516,0.0008284339962121211,0.0009796124999999999,0.0012319950757575758,0.0012508905303030302,0.0006387736742424243,0.0007252091856060606,0.0009489257575757574,0.0022474773674242424,0.001053471306818182,0.0008674639204545454,0.0011609117424242422,0.0009304264204545456,0.002052217140151515,0.0018275360795454545,0.0023321728219696967,0.0031844839015151517,0.0020019214962121216,0.0015173472537878788,0.00203959375,0.003068387689393939,0.0038113774621212127,0.004099558049242424,0.0036236533143939394,0.0034351524621212123,0.0030700419507575754,0.005632621401515153,0.0029447032196969697,0.0053648969696969695,0.0036496931818181815],[0.0003450716856060606,0.0003276418560606061,0.0002859739583333333,0.0002601186553030303,0.00031284696969696973,0.0002861095643939394,0.00031143096590909096,0.0002891232954545455,0.0002753880681818182,0.0002770525568181818,0.0002733267992424242,0.00022883844696969697,0.00026499119318181826,0.00024977045454545457,0.00021893873106060602,0.00023259431818181816,0.0002401773674242424,0.0002662379734848485,0.000270804071969697,0.0002520059659090909,0.0002513532196969697,0.00026591912878787873,0.00027933854166666667,0.00021048267045454543,0.0002790596590909091,0.0002492042613636364,0.00023532301136363636,0.0002126362689393939,0.0002076354166666667,0.00029092888257575757,0.00026504545454545455,0.00022066856060606063,0.0002556179924242424,0.00028186638257575767,0.0002797713068181818,0.00027781543560606066,0.000212266571969697,0.0003617752840909091,0.0002246732007575758,0.00031569573863636367,0.0003006399621212121,0.0005332931818181819,0.0003590712121212121,0.0003312464015151516,0.0006540182765151516,0.0003740426136363636,0.0006090001893939395,0.0006485114583333334,0.0006048873106060606,0.0006070842803030304,0.0006410976325757577,0.0005977957386363638,0.0011899179924242424,0.0006634660037878788,0.0008538862689393942,0.0006745525568181819,0.0010194643939393938,0.0010707851325757573,0.0011563258522727274,0.0008178537878787879,0.0017814592803030303,0.0023926498106060607,0.0014138937499999999,0.0007442028409090911,0.0016779645833333336,0.002126754829545455,0.001780984375,0.002527526231060606,0.001749322821969697,0.0018193336174242426,0.003196252462121212,0.0027745949810606056,0.003696670265151515,0.0019670436553030305,0.003506989204545454,0.006644617140151515,0.00448991268939394,0.006259631723484847,0.006007414204545454,0.0045512588068181824],[0.0003310815340909091,0.00032023958333333335,0.00030604185606060604,0.00031269791666666664,0.0002767848484848485,0.0003081389204545454,0.0002918051136363637,0.0002854732007575758,0.00027634280303030307,0.00025432537878787885,0.000297205018939394,0.00024888049242424243,0.00023829687499999998,0.0002638538825757576,0.00024833333333333337,0.0002504986742424243,0.00025083768939393946,0.00026071477272727285,0.000270678125,0.0002579648674242424,0.00022207111742424243,0.00027763049242424245,0.00025608153409090905,0.00022734905303030306,0.00030487253787878793,0.0002235123106060606,0.0002630409090909091,0.00022408276515151516,0.00025305369318181825,0.000238260321969697,0.00035272405303030314,0.00026252689393939393,0.000337647159090909,0.000403021875,0.00030970909090909094,0.00037418948863636366,0.000445957859848485,0.00027189573863636363,0.0002504221590909091,0.0002544207386363636,0.00027877054924242424,0.0005038491477272727,0.0002889386363636364,0.0003133995265151516,0.00039772556818181814,0.00025601714015151516,0.00045697462121212126,0.00040917774621212127,0.0006624825757575758,0.0007327962121212121,0.0006682536931818182,0.0010002650568181819,0.0007378198863636363,0.0010333284090909092,0.0006000473484848483,0.0006106796401515151,0.0018624098484848486,0.0012836440340909091,0.0008767221590909091,0.001720040340909091,0.0014551476325757576,0.0010134724431818184,0.0009062595643939395,0.001964163352272727,0.0019936306818181815,0.0018826419507575762,0.002313388731060606,0.0023290900568181815,0.0025705680871212122,0.003372714109848485,0.005169011458333333,0.00439008134469697,0.003262818939393939,0.0033032339015151516,0.002159676988636364,0.0042613252840909095,0.004941804829545455,0.006244952272727272,0.004048063068181818,0.007604766761363636],[0.00031426922348484846,0.00030600464015151515,0.000314815625,0.0003540505681818181,0.0002596141098484849,0.00030635388257575763,0.0002832583333333333,0.00025807301136363637,0.0002632905303030303,0.0002373652462121212,0.0002794832386363636,0.0002536614583333334,0.00026603901515151517,0.00026689412878787885,0.00026869763257575754,0.00025239403409090916,0.00025534990530303033,0.00023384242424242426,0.00024309365530303034,0.00027572462121212127,0.00023897784090909092,0.0002654549242424242,0.00019833229166666666,0.00023524081439393944,0.00029158475378787875,0.0002191325757575758,0.00021113570075757574,0.00027548465909090907,0.00029630520833333335,0.00024412196969696972,0.00028787187499999996,0.00027787395833333336,0.0002505871212121212,0.00018763939393939396,0.00019804337121212122,0.0004709323863636364,0.0002367189393939394,0.0003987454545454546,0.00030725615530303026,0.0002988939393939394,0.0002947741477272727,0.00038921098484848485,0.0004091759469696971,0.00029651751893939395,0.000500571590909091,0.0004106730113636364,0.0008231539772727276,0.0005967881628787878,0.0007903160037878788,0.00044542007575757575,0.0006248315340909091,0.00046157481060606065,0.0004259322916666667,0.0011399436553030306,0.0006268327651515153,0.0008792132575757575,0.0009418303030303033,0.0008484325757575757,0.0008796425189393939,0.0007631396780303032,0.0011205067234848485,0.002017253598484848,0.0017959517992424238,0.0012116163825757575,0.0015977249053030303,0.0017242286931818183,0.001814853503787879,0.0025642667613636366,0.0017783938446969698,0.0020586359848484854,0.0030733242424242427,0.006197050852272728,0.002586393181818182,0.003621661837121212,0.00353344678030303,0.003857847253787879,0.0049399948863636375,0.0038561473484848485,0.007386138162878789,0.00520607196969697],[0.00031021486742424236,0.0003446317234848485,0.00032928797348484844,0.0003067786931818182,0.00027903352272727275,0.0003058171401515152,0.0002730559659090909,0.0002824367424242424,0.00027985748106060606,0.00024333172348484853,0.0002985600378787879,0.0002495571022727273,0.00025137689393939396,0.00021867301136363636,0.00026094375,0.00021973219696969694,0.00028469365530303035,0.00025790625000000005,0.0002796903409090909,0.00023680407196969693,0.00023961581439393943,0.00024062092803030306,0.0001973129734848485,0.00022230672348484847,0.0002370719696969697,0.00020978210227272725,0.00020496032196969696,0.00022315937500000003,0.0002905099431818182,0.00028064024621212124,0.00025466392045454545,0.0002863744318181818,0.0002216758522727273,0.0002738204545454546,0.00019959791666666665,0.0002542596590909091,0.00043635028409090906,0.00029394848484848486,0.00038649999999999996,0.00043449204545454543,0.0004028253787878788,0.00039792244318181816,0.0005418613636363636,0.0004200303030303031,0.00037388749999999995,0.0003004340909090909,0.0004914159090909091,0.0004969409090909092,0.00028816912878787876,0.000579097821969697,0.0004952562499999999,0.0009434946022727271,0.0007135160037878787,0.0005151686553030302,0.0008194618371212124,0.0007076216856060606,0.001372494412878788,0.0010435048295454545,0.0006111815340909091,0.0006101017045454546,0.0005471152462121213,0.0006053409090909092,0.0018253733901515154,0.0017605152462121215,0.0022351438446969697,0.001630065340909091,0.0021439681818181816,0.0019235931818181822,0.0036426634469696965,0.002081952272727273,0.0013923615530303031,0.0032385196022727274,0.0060603053977272715,0.005122243655303031,0.003328726988636364,0.0056962384469696975,0.004183690340909091,0.006393813825757577,0.005174892803030304,0.001527177178030303],[0.00030989214015151516,0.0002780133522727273,0.000288939393939394,0.0003047320075757576,0.0003151917613636364,0.00025882982954545454,0.0002927231060606061,0.0002762738636363636,0.00028444327651515154,0.0002296186553030303,0.0002673276515151515,0.0002584510416666667,0.00023532045454545454,0.0002483196022727273,0.00025362651515151516,0.00028572481060606063,0.00026047045454545456,0.0002484753787878788,0.00023559763257575755,0.00027526117424242426,0.00023683579545454546,0.00022641231060606065,0.00026842357954545454,0.00024601429924242426,0.00022201126893939396,0.00022615511363636366,0.00031862604166666667,0.0002459612689393939,0.00022559545454545454,0.0002486287878787879,0.0002290995265151516,0.0002967845643939394,0.0002807847537878788,0.00022602746212121213,0.00027081477272727277,0.00023772935606060605,0.00023762973484848482,0.0003472720643939395,0.00035510312500000005,0.0005343145833333334,0.0005011991477272727,0.0003698117424242424,0.0006185383522727272,0.0003986380681818182,0.0005011683712121212,0.0006041991477272726,0.0004925150568181818,0.0003087851325757575,0.0003266680871212121,0.00040287073863636366,0.00037014299242424246,0.0005659160037878788,0.0005119348484848484,0.0008266583333333335,0.0004901051136363637,0.000806999715909091,0.0009758016098484849,0.000817889678030303,0.0005318679924242424,0.0011684923295454544,0.0006989423295454545,0.0015946034090909094,0.0015143490530303034,0.0015463200757575757,0.0019511712121212123,0.002444180397727273,0.0010188082386363637,0.0015633682765151514,0.0036086714962121217,0.002038688731060606,0.0022137514204545452,0.0023415254734848487,0.0024487567234848487,0.003999342424242425,0.00339259990530303,0.006830146590909092,0.004294043371212122,0.009344032670454546,0.004716043844696969,0.0051498128787878785],[0.0003041148674242424,0.00029249384469696977,0.0002980517992424242,0.0002582153409090909,0.00029909886363636373,0.00025476231060606063,0.0002562380681818182,0.00026578636363636365,0.0002837385416666667,0.0002626001893939395,0.00024665568181818186,0.0002251293560606061,0.00023180785984848486,0.0002554694128787879,0.00026224289772727277,0.0002701124053030303,0.00025626354166666666,0.0002715664772727273,0.0002021401515151515,0.000251030303030303,0.0002788601325757575,0.0002574919507575758,0.0002594219696969697,0.0003111235795454546,0.00019401136363636365,0.00023191647727272731,0.0002978621212121212,0.00024559431818181815,0.0002448046401515151,0.0003201561553030303,0.00022146458333333332,0.0003126263257575758,0.00033641051136363637,0.0002526826704545455,0.0003035767992424242,0.000274657196969697,0.0002022527462121212,0.0002813515151515152,0.0003406246212121212,0.00026369630681818187,0.0003304023674242425,0.0003743627840909091,0.00037144479166666675,0.00026502452651515156,0.0004968091856060607,0.0005097550189393939,0.0006716432765151517,0.0005208457386363636,0.0005213905303030304,0.0010020786931818184,0.0006301554924242425,0.0003875986742424243,0.0007268371212121214,0.001090979450757576,0.0005922808712121214,0.0008276549242424241,0.000599341287878788,0.0010003067234848487,0.0005461892045454546,0.0013533497159090907,0.0011248637310606062,0.0011492457386363636,0.001021320359848485,0.0014269633522727275,0.0011425568181818182,0.0014825283143939394,0.0012183235795454547,0.0020910517045454546,0.0018712450757575757,0.0022306173295454546,0.0021101766098484847,0.003748569128787879,0.004504605871212122,0.0017968536931818185,0.003583294128787879,0.003890276893939394,0.0037984706439393935,0.006599629734848484,0.003068110037878788,0.004994004450757577],[0.00031711107954545455,0.00030178200757575757,0.0002778641098484848,0.000279909659090909,0.0002845614583333333,0.000277774053030303,0.00026781875,0.00028073503787878784,0.0002561443181818182,0.00024575549242424245,0.0002573860795454546,0.00025485804924242427,0.00027081373106060605,0.0002442301136363637,0.0002456166666666667,0.00025937992424242425,0.0002601398674242424,0.00023664640151515153,0.0002406507575757576,0.0002534170454545455,0.00020910369318181816,0.00026188929924242426,0.00022274450757575755,0.00025726354166666674,0.00022788390151515152,0.00023913626893939396,0.00023644630681818183,0.0002733599431818182,0.0002398178977272727,0.0002819722537878788,0.00024027320075757584,0.00027542452651515154,0.00026470037878787887,0.00028551060606060616,0.00027092452651515154,0.00029275871212121216,0.0002696572916666667,0.00035921287878787876,0.0002594368371212121,0.0002929832386363637,0.0004673874053030304,0.0004236574810606061,0.00045414043560606057,0.0003729491477272728,0.000509461553030303,0.0003828772727272727,0.00042416089015151514,0.0009606266098484849,0.0006954688446969696,0.0005613503787878787,0.0010012457386363637,0.0006910663825757576,0.0006713430871212122,0.0011948484848484852,0.0005485943181818183,0.0009217292613636365,0.0013187795454545454,0.0014517160984848483,0.0008143787878787879,0.0006831427083333335,0.0010302834280303032,0.0005155094696969698,0.0009730634469696973,0.0012515449810606059,0.001839034090909091,0.000978893181818182,0.0021663211174242428,0.0013861542613636364,0.003000004356060606,0.0013736392992424245,0.0028813773674242426,0.003282849905303031,0.004379979166666667,0.0037057389204545456,0.003598420928030303,0.005635722916666666,0.0030450875000000003,0.006105020075757577,0.0037547968750000003,0.007078825852272728],[0.00029598854166666667,0.0002798265151515152,0.00027515000000000005,0.0002772210227272728,0.00031058238636363645,0.000285384375,0.00023463778409090914,0.00026045909090909096,0.00027399763257575767,0.00025904933712121215,0.0002596276515151515,0.000273033428030303,0.0002582381628787879,0.00022842850378787882,0.00029082083333333334,0.0002442952651515152,0.0002561405303030303,0.0002784529356060606,0.0002460234848484848,0.00024132755681818184,0.0002581575757575758,0.0002527065340909091,0.00022970246212121212,0.00021861297348484853,0.0002131705492424243,0.0002403666666666667,0.0002436007575757576,0.00020884706439393941,0.00023108939393939396,0.00017494602272727272,0.00027594071969696974,0.00023848096590909092,0.00027728645833333343,0.00029183162878787885,0.0003144551136363636,0.00023384005681818178,0.0003605808712121211,0.00039704545454545456,0.0003780089962121212,0.00025423001893939393,0.000471371875,0.00032437945075757576,0.0002916412878787879,0.0005138202651515151,0.0004201939393939394,0.0006132477272727273,0.00043210757575757594,0.00032102850378787877,0.000652657196969697,0.0005487072916666667,0.0007704107007575757,0.0005657477272727273,0.0008366047348484848,0.000582692234848485,0.0003608152462121213,0.0006108633522727271,0.00041053049242424243,0.0009464970643939394,0.0014700962121212125,0.001737393560606061,0.0008946359848484848,0.0014860315340909092,0.001724031628787879,0.0010228583333333333,0.0013830607954545457,0.0015470931818181819,0.0020810392045454546,0.0024667366477272726,0.0035064449810606056,0.0018477619318181815,0.001397456534090909,0.0026510665719696965,0.003493045738636363,0.004851423011363637,0.0038733874053030306,0.004363553787878788,0.004689648579545454,0.004004522537878789,0.003404064204545455,0.0023920316287878787],[0.0002972260416666667,0.0002771184659090909,0.0003077110795454546,0.00026522178030303025,0.0002770623106060606,0.0002814639204545454,0.00031300625000000004,0.00029719024621212124,0.0002678602272727273,0.00023459592803030306,0.00026032793560606065,0.0002699736742424243,0.00026476865530303034,0.00024562594696969696,0.0002649529356060606,0.00024713371212121206,0.00022037026515151517,0.0002071567234848485,0.00025373125,0.00025570511363636367,0.000259508428030303,0.00024227746212121217,0.00022794261363636367,0.00022761543560606063,0.0002466222537878788,0.00020284128787878786,0.0002348086174242424,0.00025854450757575756,0.00022309611742424247,0.00026064839015151514,0.00032505530303030304,0.00024383626893939394,0.0002950474431818182,0.0001981229166666667,0.0002740147727272727,0.00031252073863636366,0.00033558579545454545,0.00027112045454545457,0.0004437253787878788,0.0002210945075757576,0.0002619696022727273,0.0004083968749999999,0.000398571590909091,0.00033185378787878794,0.0005334988636363637,0.0006626472537878787,0.0005332179924242425,0.0005979274621212122,0.0004503281250000001,0.0007106123106060607,0.0005332385416666666,0.0005217144886363636,0.0008838388257575758,0.0010428982007575757,0.001081292045454546,0.0015581000946969696,0.000762575662878788,0.0008247179924242425,0.0008819236742424242,0.0006650879734848486,0.0007943324810606063,0.0010225888257575757,0.0018167645833333335,0.0011504549242424243,0.0017625138257575759,0.0016228868371212127,0.0009834438446969696,0.001305735037878788,0.0020800089962121214,0.0013900255681818182,0.0027168804924242425,0.00472971875,0.004446463920454545,0.005101726515151515,0.003982947821969697,0.003680545170454546,0.006697683049242425,0.005485135700757577,0.0027164708333333332,0.00355248134469697],[0.00030385880681818177,0.00032155842803030315,0.00030325321969696984,0.00031416079545454535,0.00027262547348484847,0.0002963049242424243,0.0002532443181818182,0.00024183295454545454,0.0002905594696969697,0.0002504842803030303,0.00024833238636363643,0.0002927193181818182,0.00023552102272727274,0.000284475,0.00027299479166666667,0.00024507225378787883,0.00020743721590909088,0.0002442341856060606,0.00023552329545454547,0.00020532187500000004,0.0002421296401515151,0.0002212231060606061,0.00028136827651515154,0.00023079621212121216,0.0003153703598484849,0.0001872283143939394,0.00020872528409090913,0.0002033241477272727,0.00023633986742424248,0.0002798786931818182,0.00021079176136363636,0.00024636278409090914,0.0002968141098484849,0.00027040028409090907,0.00030217244318181825,0.00032579034090909095,0.0003239828598484849,0.00032119289772727266,0.0005506413825757576,0.00028824081439393943,0.0003483628787878788,0.00028231306818181823,0.0003072964962121212,0.0003547992424242424,0.0004610287878787878,0.000490319981060606,0.0004275462121212121,0.0004726905303030303,0.0005474382575757577,0.0004501990530303031,0.0009510012310606059,0.0006036096590909091,0.00044381477272727274,0.00037933134469696976,0.0006019837121212121,0.000814816571969697,0.000785036268939394,0.001136097159090909,0.0010838060606060606,0.0010697974431818182,0.00046647320075757573,0.002136676893939394,0.001574393181818182,0.0021710284090909098,0.0014299510416666665,0.0014536561553030306,0.0022550120265151514,0.0027971625946969702,0.002713790246212121,0.0024864676136363635,0.0026271441287878793,0.003223732859848485,0.003488949147727273,0.005200901041666666,0.004602024526515151,0.0037931248106060603,0.005016467613636363,0.003321840340909091,0.001885222253787879,0.0033365910037878787],[0.0003492823863636364,0.00030402452651515153,0.0003017486742424242,0.00028088712121212124,0.0003105510416666667,0.00030705511363636365,0.00026765710227272726,0.0002519681818181818,0.00024766107954545446,0.0002334183712121212,0.0002510413825757576,0.00024227509469696971,0.0002559597537878788,0.0002703326704545454,0.00025514782196969695,0.00024176420454545457,0.00029292414772727276,0.00022186221590909095,0.0002497724431818182,0.0002320912878787879,0.0002369982954545455,0.00022716515151515148,0.00021167642045454542,0.00019928494318181817,0.0002488453598484849,0.00018079602272727272,0.00019957035984848485,0.00024967803030303035,0.000203524053030303,0.00031011496212121213,0.00030819952651515157,0.0002894117424242424,0.0002658115530303031,0.00026093191287878786,0.00032276581439393947,0.00032304318181818184,0.00021318759469696972,0.0002907046401515152,0.00033997594696969695,0.0002461565340909091,0.00023743664772727272,0.0002740520833333334,0.00043633475378787866,0.0004322482007575757,0.000489552178030303,0.0004154781250000001,0.0004305345643939395,0.0007543644886363638,0.00046513589015151515,0.0006820590909090911,0.0004957026515151514,0.0007234527462121211,0.0009884957386363637,0.0011296448863636365,0.0007777160984848484,0.0016549964015151514,0.0008167392992424243,0.0006317554924242425,0.0010407562499999998,0.0007709342803030304,0.0007557757575757576,0.0011152264204545455,0.001329818560606061,0.003414582575757577,0.0019217423295454547,0.0015984484848484853,0.0019268535037878789,0.0015078606060606064,0.0022791398674242426,0.0022320464962121214,0.0013420363636363634,0.0032236867424242422,0.003232331534090909,0.0014241775568181818,0.005444542708333332,0.007210016098484848,0.005358123484848485,0.004704912310606061,0.005972992518939396,0.006814336268939394],[0.00031092206439393944,0.00027612793560606065,0.0003236245265151515,0.0002737255681818182,0.0002964765151515152,0.0002679221590909091,0.00025484119318181826,0.00032126183712121223,0.00024786458333333334,0.0002540363636363636,0.00027217746212121214,0.00023582793560606065,0.00027275965909090915,0.0002546916666666667,0.0002355964962121212,0.000253780303030303,0.00023172973484848487,0.00024819990530303035,0.00024012755681818187,0.00022563323863636364,0.0002559975378787879,0.0002590130681818182,0.00025293115530303033,0.000270684375,0.0002151500946969697,0.00021371410984848482,0.00023323295454545458,0.00020175606060606063,0.00024746003787878796,0.0002905356060606061,0.00025891373106060603,0.0002496064393939394,0.00023936638257575758,0.0003326442234848485,0.00032953153409090907,0.00030693437500000005,0.00035712272727272726,0.0004112314393939394,0.0003271405303030304,0.0003536370265151516,0.0003267695075757576,0.0004838005681818182,0.0004974538825757576,0.00038257206439393937,0.0006093901515151517,0.0004476541666666667,0.0004287718750000001,0.000382677178030303,0.000598567518939394,0.0006551570075757577,0.0004983949810606062,0.0004465654356060607,0.0009314761363636363,0.0006784166666666667,0.000942910984848485,0.0012881782196969699,0.0010765504734848485,0.0017361027462121216,0.0009023282196969696,0.0006098623106060607,0.0009404005681818184,0.0017532731060606063,0.0007072002840909092,0.0023520849431818186,0.001616652272727273,0.0016507841856060607,0.0014349389204545457,0.0012869945075757575,0.0020004466856060605,0.0032151003787878794,0.003315193276515151,0.0030152065340909094,0.0054657563446969685,0.0018893624999999999,0.0014087492424242425,0.0026445035037878785,0.0038240015151515152,0.0057008357954545456,0.009909967234848485,0.0034833091856060613],[0.0003080874053030303,0.0002912383522727273,0.00027705482954545457,0.0002725607007575758,0.00024531647727272734,0.000239035321969697,0.00028882585227272737,0.0002581680871212121,0.0002442231060606061,0.0002714961174242424,0.0002474420454545454,0.00025082518939393937,0.00026510530303030307,0.00027346657196969696,0.00024140700757575758,0.00023995501893939395,0.0002484475378787879,0.0002368900568181818,0.00021890767045454546,0.00023914251893939397,0.0002124048295454546,0.0002270535037878788,0.00022809365530303028,0.00023087348484848488,0.00025762376893939394,0.00023680558712121211,0.0002467179924242424,0.00022262727272727274,0.00026043257575757573,0.00024868323863636363,0.0002492993371212121,0.0002364890151515152,0.0002465096590909091,0.0003308274621212122,0.00033603863636363636,0.0002576928030303031,0.00030410918560606063,0.00025363532196969694,0.0002771639204545455,0.0005302576704545455,0.0004911789772727273,0.0004170081439393939,0.00025570047348484853,0.0003550607007575758,0.0004880232007575758,0.0005099991477272727,0.00047866098484848483,0.0006466166666666667,0.0006129061553030305,0.0008352534090909094,0.00047410236742424246,0.0007644643939393939,0.000677338446969697,0.0008448576704545455,0.0008177760416666666,0.0006821995265151516,0.0006236128787878788,0.0004963912878787879,0.0008309573863636364,0.0009836715909090907,0.0008139825757575758,0.0008722058712121212,0.0011656403409090908,0.0018338271780303029,0.002283264109848485,0.0018101327651515154,0.0044414090909090905,0.002072626799242424,0.001654797443181818,0.003414238825757576,0.0033731344696969704,0.0018456006628787879,0.0015088073863636362,0.0024264104166666673,0.0012375474431818184,0.0033252668560606064,0.00552888759469697,0.004928759943181818,0.007365453977272727,0.00653966287878788],[0.0002884567234848485,0.00029331202651515157,0.0002999949810606061,0.00031187736742424246,0.00032518816287878795,0.00026403295454545454,0.00029616410984848493,0.0002656951704545454,0.00023846638257575756,0.0002311971590909091,0.00025752433712121215,0.00024712623106060605,0.0002648374053030303,0.0002272866477272727,0.0002467369318181818,0.0002607409090909091,0.00021815037878787882,0.00024258229166666665,0.000272093465909091,0.00023529053030303028,0.0002584397727272727,0.00022648181818181817,0.00021550700757575758,0.0002304104166666667,0.00025976240530303026,0.0002559245265151515,0.00021482386363636365,0.00023369943181818185,0.0002670399621212121,0.00022789725378787878,0.0002584752840909091,0.00024792547348484847,0.00027064403409090914,0.000321123106060606,0.000264491571969697,0.00024110700757575763,0.00021474384469696972,0.0002317910984848485,0.0002930198863636364,0.00030431590909090915,0.00033898304924242427,0.00029144545454545454,0.00048513712121212125,0.00026464157196969695,0.0005393950757575758,0.00031358371212121213,0.0003399244318181818,0.0003912758522727273,0.00041276988636363636,0.0006416871212121211,0.00048173333333333335,0.0007439415719696971,0.0005855112689393939,0.0005361315340909091,0.0010083579545454543,0.0008184317234848485,0.0017124426136363635,0.0006281494318181818,0.00047189763257575766,0.0008933373106060606,0.0015066893939393938,0.0012089777462121214,0.0015579931818181817,0.0021982974431818186,0.001634742518939394,0.0012882555871212118,0.001837836931818182,0.0016732436553030304,0.00441550928030303,0.0029620500946969694,0.003206767045454546,0.004703876041666667,0.0023716620265151517,0.0019086850378787878,0.004327182291666667,0.0029634494318181814,0.004350772821969698,0.003281866003787879,0.005540892708333333,0.003917716003787879],[0.00033218143939393944,0.0003144438446969697,0.0002571484848484849,0.000283589678030303,0.00024260359848484852,0.0002500492424242425,0.00026804592803030306,0.000263082196969697,0.0002670191287878788,0.0002450845643939394,0.00026332064393939393,0.000254048768939394,0.0002104224431818182,0.00024004375,0.0002682640151515151,0.000192141571969697,0.00024034857954545452,0.0002500161931818182,0.0002489871212121212,0.00024318390151515154,0.00027434734848484854,0.0002219142992424243,0.00024826875,0.00028491799242424243,0.00024481344696969696,0.00025233333333333336,0.0002491688446969697,0.00022709678030303026,0.00024823712121212123,0.0002632056818181818,0.0002658491477272727,0.0002864056818181818,0.00031617092803030305,0.00022327670454545456,0.0003013407196969697,0.00028619696969696976,0.00026232575757575754,0.0003503989583333334,0.00031033825757575755,0.00028047348484848487,0.00030575587121212117,0.0003177074810606061,0.0003810234848484848,0.0005304651515151516,0.00041303750000000006,0.000505695643939394,0.0004507553977272727,0.0005986849431818182,0.0009150771780303032,0.0005579489583333333,0.0008562071969696971,0.0009048961174242425,0.000982781628787879,0.0009547284090909091,0.0006355197916666667,0.0009576486742424243,0.0010458145833333332,0.0012634202651515155,0.0010019593750000002,0.0010024230113636365,0.0018162927083333336,0.0017326397727272728,0.0009248685606060606,0.0012788128787878789,0.0010680605113636366,0.0021027147727272727,0.002710901041666666,0.0028434896780303023,0.0031179538825757583,0.005773741477272726,0.00328493759469697,0.0020482192234848487,0.002066335037878788,0.0030074160984848485,0.004713410132575758,0.003179354924242424,0.0030728836174242417,0.006556137310606062,0.004238954924242425,0.0045489714015151525],[0.0002714491477272728,0.00029050094696969695,0.00027654848484848487,0.00026128626893939387,0.0002551046401515152,0.0002675383522727273,0.0002961371212121212,0.0002728892045454546,0.0002635434659090909,0.000249295928030303,0.00025988001893939393,0.00021063939393939398,0.00020775293560606066,0.00021860464015151517,0.00024374829545454547,0.00022020833333333335,0.00023704905303030308,0.0002130381628787879,0.00023000255681818182,0.0002188773674242424,0.0002543411931818182,0.00022323058712121218,0.0002243920454545455,0.0001961322916666667,0.00027061553030303026,0.00023024611742424248,0.00020141912878787882,0.00024643844696969696,0.00031676032196969697,0.00027651799242424244,0.00024620965909090913,0.00032543920454545453,0.00021805,0.0002623776515151515,0.0003280383522727273,0.0002801940340909091,0.00027096231060606054,0.0003492970643939394,0.0003637810606060606,0.0002551918560606061,0.00035223352272727274,0.00038106590909090904,0.0003258461174242424,0.00043549696969696975,0.0005079958333333335,0.00041429195075757576,0.0004589748106060607,0.0005921500946969698,0.0006299303977272726,0.0006814867424242426,0.0005181781249999999,0.0007312154356060606,0.0007093381628787879,0.000640369696969697,0.0013506424242424244,0.0009118850378787879,0.0010163148674242424,0.0006234428030303033,0.00111717509469697,0.0013074870265151512,0.0007139336174242423,0.0012079379734848484,0.0012135534090909092,0.001163128787878788,0.002015464204545454,0.0010611399621212121,0.001996462784090909,0.002315638257575758,0.001099233806818182,0.0008438374053030302,0.0015241315340909086,0.0009168735795454547,0.0015941392992424243,0.002982777462121212,0.0038792258522727277,0.003966178787878787,0.004143089393939394,0.007134670359848484,0.00433837803030303,0.008299288446969698],[0.00030657859848484854,0.00028585899621212126,0.00026904905303030307,0.00028580473484848487,0.000276630018939394,0.00028436714015151517,0.0002695714015151515,0.0002753224431818182,0.0002587670454545454,0.0002418392992424243,0.0002505280303030303,0.00021458115530303032,0.00023177717803030305,0.00026088645833333336,0.00025150681818181817,0.00023956231060606061,0.00024175539772727274,0.00022905975378787876,0.00022073134469696972,0.00020703200757575757,0.00026482111742424247,0.00024789024621212123,0.00023374138257575762,0.0002799976325757576,0.00024071136363636362,0.00023744053030303033,0.00023578134469696968,0.0002889673295454545,0.00021874914772727273,0.0002378552083333333,0.00022041950757575762,0.0002434220643939394,0.0001904204545454545,0.0002445698863636364,0.00023418740530303033,0.0002991641098484849,0.00024053513257575758,0.0003535256628787879,0.0002949559659090909,0.00022932821969696968,0.0004109462121212121,0.00031721979166666667,0.0004868436553030304,0.0003335668560606062,0.0004927916666666668,0.00043590984848484847,0.00042576515151515165,0.00038997840909090923,0.00048699469696969705,0.0003748392045454546,0.0004071326704545455,0.0007476500000000001,0.0008781253787878788,0.0005031463068181819,0.001188599337121212,0.0013601188446969695,0.0007264974431818182,0.000400494696969697,0.0016336462121212124,0.0017671654356060608,0.0011168489583333334,0.0021874247159090906,0.0012465630681818183,0.0009704620265151516,0.0010909340909090912,0.001376743181818182,0.002369981912878788,0.00478640350378788,0.0024128136363636365,0.0014285761363636365,0.0012319008522727276,0.0015596235795454544,0.001748775662878788,0.0024499986742424246,0.005660742045454545,0.0029316374053030307,0.0030479862689393937,0.004147690246212122,0.004593332007575759,0.006762144696969697],[0.0003261010416666666,0.0002763376893939394,0.00029115672348484846,0.00031257670454545454,0.0002747115530303031,0.00025595104166666673,0.00023819289772727273,0.00031992755681818186,0.00030096297348484845,0.0002609452651515151,0.0002657743371212121,0.00024026306818181818,0.00026016571969696974,0.0002361722537878788,0.00025040255681818183,0.00021223134469696973,0.0002212413825757576,0.0002455010416666667,0.0002276571022727273,0.00021276060606060604,0.00023439564393939398,0.00028587111742424246,0.00022947111742424242,0.0002428273674242425,0.00026804602272727273,0.00024829526515151516,0.00020805056818181823,0.0002491632575757576,0.00019194753787878788,0.00025957727272727277,0.00023239337121212125,0.00025519498106060605,0.00027934384469696974,0.0002647307765151515,0.00030608124999999996,0.00028117727272727275,0.0002318869318181818,0.0003320339015151515,0.0003754673295454546,0.00021947623106060606,0.0002720176136363636,0.00043342263257575755,0.00033435501893939394,0.0005245905303030305,0.0007922440340909091,0.0003545732007575758,0.0007212800189393939,0.000510223768939394,0.0003812107954545454,0.0006640382575757576,0.0005669673295454548,0.00032009071969696975,0.0005218652462121213,0.00041438143939393943,0.0008348339015151514,0.0016046602272727277,0.0010096767045454545,0.0012709893939393945,0.0014356810606060606,0.0012940894886363634,0.000992572443181818,0.0009904960227272728,0.0010866389204545457,0.0013221896780303032,0.001534204071969697,0.0015054954545454546,0.0023946302083333337,0.0018513728219696972,0.002982951136363637,0.0025078947916666663,0.0009876058712121214,0.0025518358901515156,0.005160612594696969,0.006041349147727273,0.0017025800189393943,0.0021474583333333333,0.005302177840909092,0.0034365908143939397,0.006390386079545454,0.009308101325757576],[0.00031565303030303026,0.0002837577651515151,0.00028000293560606057,0.0002970035984848485,0.0002945479166666667,0.0002781767992424243,0.0002762808712121212,0.0002735460227272727,0.0002804349431818181,0.0002637683712121212,0.0002890357954545455,0.0002366186553030303,0.00021571297348484854,0.00024954318181818184,0.0002316708333333333,0.0002223788825757576,0.00023285804924242425,0.00023362594696969697,0.00024039232954545456,0.00024617509469696973,0.00023798645833333337,0.00025906183712121213,0.00023200085227272727,0.00021057575757575761,0.00018927073863636364,0.00021896126893939394,0.00021397395833333332,0.0002167462121212121,0.00023376761363636366,0.00024390691287878792,0.00024906875000000006,0.0002855732007575757,0.00019871524621212124,0.00020906846590909093,0.00031991250000000006,0.0003254160037878788,0.00034012746212121214,0.0004103264204545455,0.00028239090909090914,0.000394957196969697,0.0002525107007575758,0.0004207047348484849,0.0002296514204545454,0.00047901998106060603,0.00024611060606060607,0.0004972922348484848,0.0005205113636363637,0.00038838371212121216,0.0005792127840909091,0.0004956195075757576,0.0004447135416666666,0.00039477433712121205,0.0006668769886363636,0.0005411971590909091,0.0008292089015151516,0.0007512300189393939,0.0009760434659090912,0.0009521676136363636,0.0005978885416666666,0.0012915420454545456,0.002444855397727273,0.001376016287878788,0.0017228186553030305,0.0018445429924242424,0.002182595075757576,0.002449831439393939,0.0013856031250000002,0.001935433617424242,0.0018255460227272725,0.0036726601325757584,0.0015628802083333332,0.002323873295454545,0.00242766875,0.0028569475378787883,0.0024889719696969694,0.00541124071969697,0.003961040246212122,0.00553180606060606,0.005134993465909092,0.00641868087121212],[0.00026943200757575757,0.0003265213068181819,0.0002594546401515152,0.00027462234848484843,0.00028684337121212127,0.0002929336174242425,0.00025659820075757574,0.00025236221590909096,0.00028255710227272725,0.00027999820075757576,0.0002564721590909091,0.00024847831439393943,0.00025625852272727275,0.0002654659090909091,0.00022701723484848488,0.00025672301136363637,0.00023130511363636362,0.0002349066287878788,0.0001925195075757576,0.0002519355113636364,0.0002290071022727273,0.00021444611742424245,0.00023383238636363635,0.00026573731060606056,0.0002263948863636364,0.00027959791666666664,0.0002417227272727273,0.0002843997159090909,0.0002394977272727273,0.00020363285984848487,0.00028757301136363644,0.00026361496212121214,0.00022168323863636365,0.0002557474431818182,0.00028295284090909095,0.0003194162878787879,0.00028117348484848494,0.0002655499053030303,0.0003871365530303031,0.00043946524621212127,0.0004817801136363636,0.0002862730113636364,0.0005249854166666666,0.0003703380681818181,0.00042426742424242427,0.0003985729166666667,0.0005629080492424241,0.00043449782196969706,0.0005821961174242424,0.0005295544507575758,0.0007893885416666668,0.0006003626893939395,0.0007580068181818181,0.0006221361742424243,0.0006114916666666667,0.001153467803030303,0.0007840807765151515,0.0006016176136363638,0.0011314772727272727,0.0009603624053030302,0.0011894808712121215,0.0014419213068181818,0.0013016913825757578,0.001616628503787879,0.0012821663825757573,0.0009667089962121213,0.002635023390151515,0.0017898524621212122,0.0012166771780303027,0.002566439772727273,0.0024383086174242425,0.0032775864583333334,0.00394998759469697,0.003549927272727273,0.004170063446969697,0.002610465909090909,0.0020144028409090904,0.003990976799242425,0.005933655587121212,0.0032889783143939394],[0.00031231070075757577,0.00024068693181818183,0.0002951051136363637,0.0002648112689393939,0.000310332196969697,0.00027822310606060607,0.00028999725378787874,0.00028741136363636365,0.00023315416666666667,0.0002553026515151515,0.000216390625,0.00022580501893939398,0.00022109952651515154,0.0002414785037878788,0.000234022821969697,0.00024375104166666668,0.00022740909090909094,0.00022117594696969694,0.0002189611742424243,0.00022041780303030302,0.00021282746212121213,0.0002369532196969697,0.00023789204545454542,0.0002008237689393939,0.00021791837121212118,0.0002533440340909091,0.0002768722537878788,0.0002422407196969697,0.00019188115530303034,0.00028942405303030306,0.00022510795454545456,0.00024949053030303033,0.0002328945075757576,0.0003210374053030304,0.0002239109848484849,0.0003028711174242424,0.0002523057765151515,0.00026619981060606063,0.0003178653409090909,0.00023196382575757575,0.0005185177083333333,0.00034313096590909097,0.00032605160984848486,0.000575775946969697,0.0003119055871212122,0.0003065503787878788,0.0003096245265151515,0.00046415284090909096,0.0005599103219696972,0.00038688967803030303,0.0006303014204545456,0.0003754330492424242,0.0009049434659090909,0.0005553199810606061,0.0008526273674242423,0.0008345605113636364,0.0008114869318181818,0.0012826696969696972,0.0007347914772727274,0.0009967897727272729,0.0004112524621212122,0.001494510416666667,0.0010169077651515151,0.0016584495265151516,0.0015654253787878787,0.0019245892045454546,0.002219060132575758,0.0039054783143939397,0.0011806855113636367,0.0019234223484848486,0.002225124147727273,0.003315560227272728,0.0031426536931818184,0.0028880295454545455,0.0028637553977272725,0.003917535700757576,0.0047876560606060605,0.004437195928030304,0.003926859374999999,0.006546149526515152],[0.00028215946969696967,0.00025937035984848486,0.00028009820075757577,0.0002723547348484849,0.00029521145833333334,0.00027033551136363635,0.00025675445075757573,0.0002532947916666667,0.00021848920454545456,0.000276626893939394,0.00028764100378787886,0.00023644952651515153,0.00027430937500000005,0.0002462524621212121,0.0002314074810606061,0.00022649479166666665,0.0002365880681818182,0.000249701893939394,0.00021159640151515154,0.00024992784090909094,0.00024835965909090915,0.00026356117424242425,0.0002971696022727273,0.00019869782196969702,0.00022179356060606065,0.00024244829545454547,0.00023936903409090907,0.0002736791666666666,0.0002271830492424242,0.00022269876893939394,0.0002183880681818182,0.00020726429924242427,0.00025099678030303027,0.00027643219696969697,0.00025136912878787884,0.0002711011363636364,0.00028265539772727276,0.0002828672348484848,0.00027852708333333333,0.0003303952651515152,0.0002499147727272727,0.00034671998106060607,0.00035723873106060616,0.00029526250000000003,0.0004239029356060606,0.0007117410037878786,0.00043355085227272727,0.00033574933712121217,0.0004595231060606061,0.0007900102272727274,0.0006118428977272726,0.0009531535037878788,0.0007631016098484849,0.0007238874053030303,0.0015018370265151514,0.0007691554924242426,0.0010460811553030303,0.000884251893939394,0.000928599715909091,0.001284915246212121,0.001166638446969697,0.001625808428030303,0.0014009011363636365,0.000993375946969697,0.0027931355113636367,0.00233805293560606,0.0028126627840909094,0.001716359659090909,0.0013794358901515153,0.0021556158143939395,0.0028190499999999996,0.0027834378787878794,0.003086355871212122,0.003673347916666667,0.00607908162878788,0.0038799875000000003,0.0050783375,0.00285299678030303,0.004585803219696971,0.0065143670454545465],[0.0002942159090909091,0.00029898484848484854,0.0002554420454545455,0.0002684496212121212,0.00032540501893939396,0.00026638873106060615,0.0002786323863636363,0.0002568709280303031,0.0002688888257575758,0.00027929280303030306,0.00023497907196969698,0.00023061107954545454,0.0002309530303030303,0.00020244611742424243,0.00023792765151515156,0.0002393314393939394,0.00026584829545454544,0.00024957215909090905,0.0002206102272727273,0.00022467812500000004,0.00022547500000000005,0.00020952244318181822,0.00020400227272727273,0.0002011470643939394,0.00029334659090909086,0.00022755407196969698,0.00023956912878787885,0.00023371818181818188,0.00022826723484848486,0.00026449299242424246,0.0002617443181818182,0.00033610246212121213,0.00020565075757575762,0.00023040312500000003,0.00029776458333333336,0.000236554071969697,0.00031510388257575755,0.00021361477272727276,0.00033856874999999996,0.00045320539772727276,0.00043120587121212115,0.00033626856060606057,0.00041185662878787886,0.00042821941287878783,0.00037742225378787877,0.0003844307765151515,0.0005348103219696969,0.00026078532196969703,0.0006431617424242424,0.0006152072916666667,0.0006952007575757575,0.0004641631628787878,0.0006876506628787878,0.0005578957386363635,0.000644176893939394,0.0013513580492424244,0.0008088340909090909,0.0007935918560606058,0.0006549761363636365,0.0020746236742424243,0.0012023291666666666,0.0012336421401515152,0.0009980224431818182,0.0006408233901515152,0.0019554488636363636,0.0022420794507575764,0.0007496516098484848,0.001921598390151515,0.0018709229166666667,0.0021743683712121212,0.002562232196969697,0.0012050270833333335,0.003810020454545455,0.00468258446969697,0.0037692959280303034,0.00257066240530303,0.005204236268939393,0.0015573623106060607,0.00667945018939394,0.004635374242424244],[0.00028058068181818183,0.0003263735795454546,0.00028100520833333336,0.0002567811553030303,0.0002677679924242424,0.00026146912878787887,0.00027331259469696973,0.0002793107007575758,0.00023687727272727268,0.0002601685606060606,0.00025161486742424245,0.00023524308712121218,0.000253717803030303,0.00022261761363636363,0.00023396515151515154,0.00024437348484848486,0.00020984071969696973,0.0002396284090909091,0.00022279261363636365,0.00023289848484848484,0.0001980506628787879,0.0001993873106060606,0.00021500767045454545,0.00022395530303030305,0.00022017945075757578,0.00021990492424242425,0.00023826903409090912,0.0002306964962121212,0.00023214602272727272,0.0003061844696969697,0.00023785435606060606,0.0002066370265151515,0.00023641751893939395,0.00026081041666666666,0.00023244375000000002,0.0002700883522727273,0.0002329696022727273,0.00035969696969696975,0.00042814403409090906,0.00040095435606060604,0.00029673077651515154,0.0004541484848484848,0.0003022845643939394,0.00027566287878787887,0.0003905303030303031,0.00045642244318181823,0.0004847071969696969,0.0005648386363636364,0.00038732547348484855,0.000555234375,0.00034475170454545455,0.0008292339962121213,0.0009999180871212122,0.000630211931818182,0.0010962398674242424,0.0008871797348484849,0.0010095539772727272,0.001531221022727273,0.0009699613636363638,0.0013566973484848486,0.0012353064393939395,0.0016835874053030306,0.001024415340909091,0.001508664772727273,0.001583529734848485,0.0014796358901515154,0.0020735493371212125,0.002432960416666666,0.0015311748106060607,0.0030388957386363632,0.0025786147727272727,0.002650778787878788,0.002356647916666667,0.0036135701704545454,0.005608726988636363,0.0011881401515151514,0.0030526427083333338,0.004003323390151515,0.00509098768939394,0.003535315151515152],[0.0002994832386363637,0.00030778513257575754,0.00026794791666666666,0.00029400066287878793,0.00028945303030303033,0.00030211770833333336,0.0002934413825757576,0.00024211249999999998,0.00023688721590909087,0.00023888882575757577,0.00028451373106060606,0.00023494763257575762,0.0002309069128787879,0.00022311893939393941,0.00022921373106060607,0.0002512124053030303,0.00022423494318181815,0.00020836287878787883,0.0002399964962121212,0.00023413248106060605,0.00019182310606060605,0.00024038636363636363,0.00022605511363636365,0.0002449430871212121,0.0002756454545454546,0.00021829810606060603,0.00024218721590909094,0.00020912528409090908,0.0002464975378787879,0.0002581097537878788,0.00027916212121212124,0.0002598105113636364,0.0002732749053030303,0.0002802994318181819,0.00029693200757575754,0.00034672149621212123,0.00033340028409090914,0.00026313068181818187,0.00035867727272727274,0.0002478387310606061,0.00037166590909090897,0.0003913254734848485,0.00024005861742424243,0.0004447282196969698,0.0003819326704545454,0.000486335606060606,0.0005209500946969696,0.0006412677083333336,0.0006502714015151516,0.0005781193181818181,0.0005902817234848485,0.0006875628787878787,0.0006992619318181818,0.0005507098484848485,0.000664138446969697,0.000885415625,0.0008572977272727274,0.0011804252840909091,0.0006431546401515151,0.0011791070075757575,0.0017298642045454546,0.0014770437500000002,0.0010226476325757576,0.002101178125,0.000574558143939394,0.0019059179924242429,0.0020803182765151518,0.0022111705492424247,0.0016645304924242422,0.002824882859848485,0.0009185839962121213,0.001480649526515152,0.0017885014204545456,0.004632254450757575,0.003169241761363636,0.002510853125,0.005572121212121211,0.006297547253787879,0.0071037904356060595,0.004148286742424242],[0.0002857613636363637,0.0002892868371212121,0.0002621961174242424,0.00027519412878787883,0.0002451243371212121,0.0002905214962121212,0.00026956875,0.00026536325757575756,0.0002909577651515152,0.00024008929924242424,0.00025394848484848486,0.00023306998106060613,0.0002348820075757576,0.0002579214962121212,0.00026673929924242424,0.00025593267045454545,0.0002521341856060606,0.00023175208333333334,0.000220698768939394,0.0002505317234848485,0.0002359182765151515,0.0002078661931818182,0.0002248588068181818,0.00021097803030303025,0.0002546310606060607,0.0002499788825757576,0.0002500649621212122,0.0002513022727272727,0.00021204630681818183,0.0002594810606060607,0.00026295530303030305,0.00020854914772727273,0.0002384835227272728,0.00026005132575757583,0.0002529247159090909,0.000208775,0.00021407301136363644,0.0004303065340909091,0.0003638480113636363,0.0003516234848484849,0.0004196801136363637,0.00024365871212121213,0.00031435293560606067,0.00027696865530303037,0.0005384791666666666,0.0005765828598484849,0.00033643873106060603,0.00041030520833333346,0.0005183750946969698,0.0005313027462121212,0.0005737826704545456,0.0004219401515151514,0.0004285377840909091,0.0009638022727272728,0.0006149818181818182,0.0006322851325757578,0.0004511108901515151,0.0015116937500000004,0.0007750321022727272,0.0007798915719696971,0.001104588446969697,0.0014895274621212124,0.0008351456439393938,0.0008559752840909091,0.0014783182765151519,0.0016478785984848485,0.002543419886363636,0.0013376819128787876,0.0012958151515151514,0.0026189492424242428,0.0025666418560606062,0.0016243917613636362,0.0030588848484848488,0.002925073011363637,0.0024033271780303034,0.002023717045454546,0.00681175615530303,0.0048528944128787875,0.0032621686553030303,0.003762175852272728],[0.0002800145833333334,0.00032083304924242423,0.0002878749053030303,0.00029426884469696963,0.0003061428030303031,0.00028562945075757577,0.0002640701704545455,0.0002649245265151515,0.00025318323863636363,0.0002497354166666667,0.0002068767992424243,0.00024605577651515156,0.0002603890151515151,0.0002174830492424243,0.0002668368371212121,0.00024386818181818185,0.00022140312500000005,0.0002621035037878788,0.0002461100378787879,0.0002628286931818182,0.00023177518939393942,0.00018846496212121216,0.00022613437500000003,0.0002282407196969697,0.0002428280303030303,0.00022689554924242423,0.0002712070075757576,0.00024623276515151516,0.00020959696969696974,0.0002743556818181818,0.0002584960227272728,0.0002659727272727273,0.00024972215909090914,0.000293909090909091,0.00019993854166666672,0.00035927140151515157,0.0003034469696969697,0.0003755089015151515,0.0003264035984848485,0.0003728024621212121,0.0003750982954545455,0.0003413525568181818,0.00027664251893939396,0.0003847807765151515,0.00030096477272727277,0.0004459947916666668,0.0005782611742424241,0.0006768057765151515,0.0005463625946969697,0.00045461732954545466,0.0005240579545454546,0.0009750696022727271,0.0006633487689393941,0.000849278787878788,0.0005827217803030302,0.0011015365530303032,0.001123248863636364,0.0007884773674242426,0.001308107859848485,0.0017859948863636365,0.0013684330492424242,0.0012107197916666668,0.0017203724431818187,0.0021000305871212125,0.0011814036931818185,0.0012670214962121212,0.0023305796401515153,0.0007343383522727273,0.0014160707386363636,0.0029942240530303034,0.002596995454545455,0.0030030433712121213,0.0026064948863636366,0.0031838136363636364,0.003902253882575757,0.0031635855113636368,0.002693061174242424,0.006376005397727273,0.0017875670454545458,0.004138779166666666],[0.00028701609848484855,0.00031056789772727276,0.0002769291666666667,0.00031346259469696976,0.00028292566287878794,0.0002967178977272728,0.00029618267045454554,0.00023941363636363638,0.0002570846590909091,0.0002407994318181818,0.00027405691287878787,0.0002224119318181818,0.00025780000000000003,0.00025875965909090914,0.00024034270833333336,0.0001918403409090909,0.00023742537878787873,0.00023110303030303035,0.00022808806818181823,0.00025510757575757575,0.00022739914772727278,0.00022031638257575756,0.0002549255681818182,0.0002355440340909091,0.00021580757575757577,0.00020885852272727273,0.0002498277462121212,0.00023908892045454544,0.00019737518939393937,0.00020136922348484848,0.0003235874053030303,0.00030288020833333333,0.0003125037878787879,0.00026495246212121217,0.00022328617424242426,0.00021979034090909095,0.0003466828598484849,0.00027601164772727275,0.00024848390151515156,0.0004647285984848485,0.00036929261363636363,0.00025572282196969695,0.00033036676136363643,0.00034790454545454547,0.00019868863636363638,0.00039506221590909096,0.0003357140151515151,0.000594653787878788,0.00035738106060606063,0.00036208873106060603,0.0005104945075757575,0.000506442518939394,0.0004914645833333334,0.0003920192234848485,0.000636052840909091,0.001084802272727273,0.0006860836174242425,0.0009658919507575758,0.0012409986742424246,0.0011582780303030303,0.0007792905303030304,0.0009330674242424245,0.0012552801136363637,0.0014971047348484848,0.0021033727272727273,0.0026984818181818187,0.0018962753787878789,0.0009557378787878787,0.00365680028409091,0.0016623831439393944,0.0021559969696969697,0.0017342057765151514,0.0018103917613636366,0.0024463597537878797,0.003290831060606061,0.001254489678030303,0.0041480367424242435,0.003363724810606061,0.006088572348484849,0.0076146703598484865],[0.0002921053977272728,0.00028043494318181816,0.0002659006628787879,0.0002545878787878788,0.0002815683712121212,0.000265812215909091,0.00026286467803030304,0.00026832727272727274,0.00021502045454545454,0.00023906250000000004,0.0002576996212121212,0.00024894034090909095,0.00021781155303030305,0.00023827954545454545,0.00020677859848484848,0.0002644196022727273,0.00020426477272727277,0.00021344384469696972,0.0002125564393939394,0.00024150075757575762,0.00020367888257575756,0.00021812774621212124,0.00020429895833333332,0.0002176407196969697,0.00023335426136363637,0.00024219649621212125,0.0002494400568181818,0.00022219857954545452,0.00022122443181818183,0.00021830037878787877,0.00022615767045454548,0.0002625015151515152,0.0002443028409090909,0.0002139091856060606,0.00022545520833333336,0.000229171590909091,0.0002846285037878788,0.00024308996212121214,0.0002912826704545455,0.0003345593750000001,0.000419233143939394,0.0003687690340909091,0.00033020729166666673,0.0003025199810606061,0.0003098878787878788,0.00037315965909090915,0.0008573826704545456,0.0001981179924242425,0.00027074535984848486,0.0006847925189393939,0.0004407703598484849,0.00041214242424242423,0.0008230686553030304,0.000836099053030303,0.0005263691287878789,0.0009516876893939394,0.0006733907196969697,0.0006883163825757575,0.0014595785037878788,0.0011782105113636364,0.0009331556818181818,0.0015323658143939394,0.0011375023674242424,0.0016872478219696967,0.001045473484848485,0.0014504732007575756,0.0009832491477272727,0.0011669451704545454,0.00319308759469697,0.003213352178030303,0.002140162689393939,0.0027813841856060614,0.0018998298295454547,0.0032820741477272725,0.0032302949810606068,0.0029360191287878794,0.005455349337121214,0.0046788151515151505,0.0040762957386363645,0.003872657954545455],[0.00029947660984848493,0.0003050078598484848,0.00030517348484848493,0.0002459591856060606,0.00027473929924242427,0.00027566051136363644,0.0002413987689393939,0.00023430890151515153,0.00025110246212121213,0.00026523172348484847,0.0002279442234848485,0.0002152892992424243,0.0002630229166666667,0.00021240426136363638,0.00024328835227272727,0.00022244071969696976,0.0002487822916666667,0.00021227073863636366,0.0002607607954545455,0.0002618251893939394,0.0002454902462121212,0.00020930662878787876,0.0002057607954545455,0.00022518409090909093,0.00019128693181818187,0.000246132196969697,0.00022964545454545453,0.00022775464015151517,0.00026681581439393944,0.00022772537878787877,0.0002225807765151515,0.00024191060606060607,0.00029901439393939397,0.00026296751893939397,0.00022477386363636365,0.00034760208333333337,0.0002822746212121213,0.00032843589015151513,0.000357225,0.0003142851325757576,0.0003178044507575758,0.0003284138257575757,0.0003898921401515152,0.0005831053977272729,0.00027294649621212124,0.00037777575757575756,0.0003185683712121212,0.0003823488636363637,0.00036837954545454547,0.00029604488636363643,0.0005986373106060606,0.00044762708333333326,0.0005128244318181818,0.0005546527462121213,0.000888136268939394,0.0009288173295454546,0.0009947083333333333,0.0007401339015151514,0.0010096892045454546,0.0015565787878787881,0.0011240160984848483,0.000743752178030303,0.0017928918560606065,0.0019042392992424247,0.0008376738636363637,0.0014756757575757578,0.0027062484848484844,0.0014474385416666671,0.003520161837121212,0.0031531625000000003,0.0050043778409090914,0.0032925088068181817,0.002401186647727273,0.002679913446969697,0.002677825378787879,0.004664423106060607,0.003005227651515152,0.002280900757575757,0.005650537594696969,0.006179240340909091],[0.0003001283143939394,0.00028835965909090904,0.00031502083333333333,0.000270722821969697,0.0002980783143939394,0.0002616095643939394,0.00023698409090909092,0.00028877774621212116,0.00027762736742424247,0.00024255880681818182,0.00025266534090909095,0.00025238636363636365,0.00021177206439393942,0.000222529071969697,0.00021640123106060605,0.0002505535984848485,0.00023813806818181814,0.000197385321969697,0.00022827935606060606,0.00025570208333333336,0.0002512851325757576,0.0002280528409090909,0.00022451912878787875,0.00027144640151515153,0.00026911685606060605,0.0002101349431818182,0.00020558409090909094,0.00020390624999999999,0.00020199024621212118,0.0002674622159090909,0.0002627311553030303,0.00025230946969696967,0.00021423323863636363,0.00021542992424242427,0.0003133290719696969,0.00031559090909090914,0.0002720082386363637,0.0003132820075757575,0.000263283143939394,0.00029391268939393946,0.00029456439393939394,0.00030542054924242426,0.0002699847537878788,0.00025690795454545457,0.0004650631628787879,0.0003882007575757575,0.00035148172348484853,0.0004179837121212121,0.0004610234848484848,0.0004942653409090909,0.0010417092803030304,0.000447470643939394,0.00040382651515151507,0.0007697893939393939,0.0005108511363636364,0.001033179071969697,0.000492544981060606,0.0004988377840909092,0.000968507765151515,0.0014406550189393938,0.0009165454545454545,0.0015839605113636365,0.002076358522727273,0.0011711932765151515,0.001730753787878788,0.00041079450757575755,0.0022366198863636366,0.0014853396780303031,0.002615297821969697,0.0012826985795454547,0.002050114772727273,0.002216716856060606,0.0029515111742424247,0.005431631344696969,0.0026444381628787875,0.005155262784090909,0.0025061677083333335,0.0046667794507575765,0.004178784659090909,0.005720582765151515],[0.0003087869318181819,0.0002656171401515152,0.00027968901515151525,0.0002783483901515151,0.00029299479166666666,0.000280550946969697,0.00032254507575757576,0.0002927384469696969,0.0002593621212121212,0.0002497116477272727,0.00023661628787878782,0.0002261574810606061,0.0002535092803030303,0.00026699071969696965,0.00023329630681818183,0.00023008011363636363,0.0002338939393939394,0.0002217404356060606,0.0002530881628787879,0.00025746846590909094,0.0002344626893939394,0.000209513446969697,0.0002338886363636364,0.00021414839015151515,0.00023577897727272733,0.000244205018939394,0.0002085799242424243,0.00022685208333333336,0.00021296761363636367,0.00021654876893939396,0.0002439039772727273,0.0002568641098484849,0.00027331174242424246,0.000204220643939394,0.00027799924242424243,0.00029876988636363635,0.00026727234848484855,0.0003019692234848485,0.00036153238636363636,0.00036888267045454546,0.00046147727272727264,0.0005152054924242425,0.00021529744318181827,0.0003148535037878788,0.0003207594696969697,0.0003652532196969697,0.00029387064393939394,0.00037768219696969707,0.0006478874999999999,0.00039961316287878793,0.0005171186553030304,0.0007941008522727274,0.0006776724431818182,0.000920189772727273,0.0005197636363636364,0.0006386167613636364,0.0005766788825757576,0.0008035394886363636,0.0011264566287878786,0.0012336488636363638,0.001077053409090909,0.0017976733901515151,0.0013690882575757575,0.0020802225378787884,0.0008402104166666668,0.0019533443181818182,0.0014284801136363638,0.003208245833333333,0.001306395265151515,0.0030006032196969704,0.0020158142992424246,0.0017762032196969697,0.002953435984848485,0.001508154166666667,0.003613282954545456,0.0037737734848484845,0.003729675946969697,0.0038486007575757584,0.003338488636363636,0.008088487973484848],[0.0002543534090909091,0.00028786875000000003,0.0002780021780303031,0.0002667168560606061,0.0002607097537878788,0.0002720386363636364,0.00024606505681818184,0.0002774111742424243,0.0002800639204545455,0.00022421174242424248,0.00027082102272727273,0.00024807168560606063,0.00023229857954545457,0.00022804195075757573,0.00021235104166666664,0.00025656240530303034,0.0002587375946969697,0.0002549217803030303,0.00019341515151515153,0.00021233248106060606,0.00025696439393939395,0.00022497357954545454,0.00021892651515151515,0.00024006988636363636,0.00023475606060606064,0.00025280388257575755,0.0002107387310606061,0.00018877935606060602,0.00016705132575757582,0.00022826505681818184,0.0002130907196969697,0.00025108740530303033,0.00018936420454545455,0.00026559071969696973,0.00019988863636363635,0.0003205576704545454,0.0002740719696969698,0.00029200066287878794,0.00032049176136363637,0.00037310719696969697,0.0002317607007575758,0.00029382215909090913,0.00029722111742424244,0.00043121770833333336,0.0002908541666666667,0.00039894829545454553,0.0006760015151515153,0.0004901659090909091,0.0006958571022727273,0.000567779640151515,0.0004179604166666667,0.0008360474431818182,0.0006779447916666667,0.0006514178030303031,0.0005457413825757576,0.0007843871212121214,0.0005028040719696969,0.0008873857007575757,0.0004936579545454545,0.0014578990530303034,0.0011453482007575757,0.0006927535984848485,0.0008051906249999999,0.00044333958333333325,0.0014988247159090909,0.0012230651515151513,0.0016361973484848482,0.002398429924242425,0.0014998631628787879,0.0018902046401515153,0.00174154384469697,0.0039248781250000005,0.001831206628787879,0.004163994223484849,0.0030162582386363632,0.002933212215909091,0.003348366098484849,0.007361185037878788,0.007995342045454545,0.006530886079545456],[0.00028579157196969695,0.00025925151515151514,0.00025633721590909094,0.00031108342803030307,0.0002579347537878788,0.00024784015151515154,0.00025209630681818186,0.0002677327651515151,0.0002509861742424243,0.0002411702651515152,0.00026709933712121216,0.0002560795454545455,0.0002674339962121213,0.00025627481060606065,0.00023038996212121216,0.00019297765151515155,0.0002485654356060606,0.00023382348484848487,0.00023339166666666667,0.000248511553030303,0.00019802367424242423,0.00023820975378787885,0.0001928700757575758,0.00021047320075757577,0.0001939715909090909,0.00022645539772727267,0.0002147793560606061,0.0001881879734848485,0.0002639964962121212,0.00020413589015151523,0.0003169285984848485,0.00027033645833333334,0.0002448668560606061,0.00020671685606060607,0.00030390265151515155,0.00021726524621212115,0.0002614719696969697,0.0003065246212121213,0.0003286070075757576,0.0002758809659090909,0.0004421139204545455,0.0003439829545454546,0.0005074288825757576,0.0005217961174242425,0.0002462719696969697,0.00027868948863636367,0.00048506874999999994,0.00043063863636363643,0.00026727784090909096,0.00031515482954545457,0.0005802613636363636,0.0007224573863636364,0.0006401248106060607,0.0010049728219696972,0.0006643168560606062,0.0008640217803030304,0.0009285670454545453,0.0012001519886363635,0.0012316867424242424,0.0005278687500000001,0.0008434205492424243,0.0015083883522727277,0.0006084126893939396,0.0022015467803030305,0.0015988258522727273,0.001011744696969697,0.0020169908143939396,0.002057090056818182,0.0028626587121212115,0.0023220848484848482,0.002091778125,0.0008073373106060606,0.003340888541666667,0.0018560461174242425,0.004326530397727272,0.0020377743371212125,0.0043893357007575755,0.003589257859848485,0.002172826988636363,0.006473026799242425],[0.00025099299242424246,0.00028611571969696975,0.00025313967803030306,0.0002494665719696969,0.000283490625,0.00021560473484848487,0.00024420606060606066,0.00027714280303030303,0.000251210321969697,0.0002266070075757576,0.00027457073863636363,0.00019907660984848485,0.00026461297348484846,0.00022464573863636365,0.00024794602272727273,0.0002249561553030303,0.00022052111742424247,0.00022161827651515155,0.00024561486742424247,0.00023853977272727275,0.00020345255681818183,0.00022885520833333334,0.00022533787878787883,0.00021447698863636365,0.00022322831439393944,0.00021345331439393946,0.0001950877840909091,0.0002671096590909091,0.00023643768939393944,0.00024912121212121213,0.00019701117424242426,0.00024541032196969694,0.00022946467803030307,0.0003992396780303031,0.00022993768939393936,0.00022074933712121217,0.00022659962121212118,0.00026952035984848487,0.0003096189393939395,0.00037032291666666664,0.0002686633522727273,0.00043149999999999997,0.0003008007575757576,0.0002641010416666667,0.0004693019886363637,0.00033373636363636365,0.000420878125,0.00041980482954545454,0.00047323977272727277,0.000332485321969697,0.0006425361742424242,0.000698647537878788,0.0015617615530303032,0.0005807363636363637,0.0009417175189393943,0.0007464545454545455,0.0006927197916666669,0.0010645925189393941,0.000786823484848485,0.0008628113636363634,0.0011476011363636366,0.000957107196969697,0.0014515467803030305,0.0014839073863636362,0.0014789263257575758,0.002730567140151516,0.0018830547348484851,0.0022925219696969695,0.0012392873106060606,0.0017275065340909095,0.00203380625,0.0018841871212121218,0.0025242771780303037,0.0029647865530303035,0.0019907728219696968,0.002095481628787879,0.006130270075757576,0.0039576256628787885,0.004361631155303031,0.006603673484848486],[0.00028469839015151516,0.0002931722537878788,0.00025151846590909093,0.0002598462121212122,0.00024689043560606065,0.00028318030303030306,0.00024543333333333335,0.0002378168560606061,0.00025896373106060606,0.00030657812500000005,0.0002535973484848485,0.0002444380681818182,0.00028715151515151517,0.00022259460227272725,0.00021350388257575757,0.00021993806818181822,0.0002560559659090909,0.00022246212121212124,0.0002520825757575758,0.00019439592803030303,0.00020997774621212117,0.0001995014204545455,0.0002024058712121212,0.0002248141098484849,0.00020729706439393938,0.00021796250000000002,0.0002523613636363637,0.00024279176136363638,0.00022184573863636364,0.0002252502840909091,0.00020194441287878792,0.0002594852272727273,0.0003244516098484849,0.0002998546401515152,0.00023292670454545458,0.00035490189393939394,0.00032242803030303036,0.0003055238636363636,0.000379553125,0.0002663565340909092,0.0003506342803030304,0.0003602687500000001,0.0005705076704545454,0.00031660568181818185,0.00043152736742424236,0.0004265348484848485,0.0005560709280303032,0.000772462215909091,0.00043173693181818186,0.0005095935606060606,0.0004262738636363636,0.000595889393939394,0.00024380303030303036,0.0006774981060606063,0.0004817065340909091,0.0009824000000000002,0.0007448867424242425,0.00110930946969697,0.0008104960227272727,0.0005234888257575758,0.0007284236742424243,0.001121968087121212,0.0007373136363636364,0.0016114023674242426,0.0019118697916666665,0.0024488370265151518,0.0014352887310606058,0.0005051645833333334,0.001962724810606061,0.0016532377840909093,0.003545447727272728,0.001572464015151515,0.0012809796401515154,0.0026957805871212124,0.0029594048295454546,0.002920871306818182,0.003649741666666667,0.0029693920454545455,0.004311191382575758,0.0033761830492424244],[0.0002514422348484849,0.0002731424242424243,0.00022465018939393945,0.0002460102272727273,0.0002803902462121212,0.00025542481060606055,0.0002579404356060606,0.0002627553977272727,0.0002630965909090909,0.00023575132575757573,0.00026751448863636363,0.0002557522727272727,0.00028423001893939395,0.00025232348484848486,0.0002469799242424242,0.0003110661931818182,0.00021781401515151517,0.00021721003787878788,0.00022261382575757577,0.0002435125946969697,0.00023311467803030302,0.00021018399621212122,0.00025460530303030303,0.00021534962121212123,0.0002242016098484849,0.0002261875946969697,0.00021613920454545456,0.00022621183712121212,0.00025999829545454543,0.00022128143939393943,0.0002466101325757576,0.00024324157196969697,0.0002453341856060606,0.000229782196969697,0.0002636260416666667,0.00022886382575757578,0.00021698248106060604,0.00027315066287878794,0.0003155486742424243,0.0003195802083333333,0.00033660842803030306,0.0002552879734848485,0.00032003428030303026,0.0003363135416666667,0.0003660577651515152,0.0003139027462121212,0.0005661690340909091,0.0004650510416666667,0.00047017537878787875,0.000581180587121212,0.0004988279356060607,0.0005246935606060607,0.0007252074810606061,0.001095406628787879,0.0007474224431818183,0.0008772644886363636,0.0004996471590909092,0.0007998672348484848,0.0007919506628787879,0.00112484375,0.000983940625,0.0014576903409090909,0.0015227905303030304,0.0015630156250000002,0.0015065007575757576,0.0012405145833333333,0.0012562041666666667,0.0032296888257575757,0.0015095490530303028,0.001546616571969697,0.0010099964962121215,0.001588443087121212,0.0015171106060606061,0.004289656155303029,0.0038759783143939392,0.0029737529356060606,0.0020100360795454546,0.004725222727272727,0.004300845359848485,0.005918285227272727],[0.00030541562500000007,0.0002869464015151516,0.00029715208333333336,0.00027252405303030303,0.0002461659090909091,0.00031047575757575766,0.000244541571969697,0.00029466193181818185,0.00025360625,0.0002515999053030303,0.00029076193181818186,0.00026764744318181816,0.0002577853219696969,0.00022253920454545458,0.0002061385416666667,0.00021886287878787882,0.00023879024621212128,0.00021647992424242424,0.00021975378787878787,0.0002446027462121212,0.0002515721590909091,0.00022725018939393938,0.0002521724431818182,0.00023655170454545455,0.00023406410984848486,0.000224534375,0.00021202291666666672,0.0002337366477272727,0.0002183628787878788,0.00025684753787878794,0.00018428248106060603,0.00022553532196969696,0.0002724639204545455,0.0002554532196969697,0.00024380113636363634,0.00027595482954545454,0.00024930587121212123,0.00024626799242424244,0.00019912945075757575,0.00027760681818181826,0.00024852424242424243,0.000262924715909091,0.0002732227272727273,0.0002333928977272728,0.000283242803030303,0.00027932433712121214,0.00046332575757575755,0.0003916895833333333,0.0007358614583333334,0.0005659760416666667,0.0006004119318181818,0.0002310004734848485,0.0003394708333333333,0.0005620508522727274,0.0007099867424242424,0.0008868736742424244,0.0007152678030303029,0.0005104902462121213,0.0004754539772727272,0.0009510271780303031,0.0008583030303030302,0.0012038865530303033,0.0018722689393939397,0.0013015970643939394,0.0008979178977272729,0.0012839280303030304,0.0009035651515151514,0.001984337784090909,0.0024580061553030304,0.0022050460227272728,0.0015599842803030307,0.00130071884469697,0.0028001200757575757,0.0033530819128787886,0.003367683143939394,0.003365710795454545,0.005263408996212121,0.002826139393939394,0.004548279356060604,0.0035321075757575758],[0.00032358996212121223,0.0002803982007575758,0.00026651098484848485,0.00023635804924242423,0.000297201893939394,0.00027744753787878784,0.000303589678030303,0.00031205946969696974,0.0002376315340909091,0.0003112004734848485,0.0002588405303030303,0.00021293428030303032,0.0002722441287878788,0.00024339043560606062,0.0002551035037878788,0.00023720321969696964,0.0002010357954545455,0.00022805018939393937,0.0002307880681818182,0.0002465332386363636,0.0002178098484848485,0.00023272964015151514,0.0002719278409090909,0.00022610482954545455,0.0002583172348484849,0.00021882490530303033,0.00021780094696969698,0.00025467859848484853,0.0002464637310606061,0.0002245412878787879,0.00022294157196969697,0.0002276672348484849,0.00020891060606060606,0.00025713674242424246,0.00025461401515151515,0.0003715254734848485,0.0003758558712121212,0.0002683231060606061,0.00020054214015151515,0.00027186922348484846,0.0003040388257575758,0.00029754535984848486,0.0003143356060606061,0.00047814015151515155,0.00030018996212121204,0.00040852954545454544,0.0002653936553030303,0.0005472911931818182,0.0003652809659090909,0.00031716060606060603,0.0005217248106060606,0.0003600615530303031,0.00044849119318181817,0.0008503814393939396,0.0007788214962121213,0.0010548201704545454,0.000939239678030303,0.0008760046401515152,0.0010853495265151516,0.0006751421401515152,0.0004398961174242424,0.001505891477272727,0.0008275584280303031,0.001678500284090909,0.0018384605113636364,0.0018498690340909092,0.0021730839962121207,0.001794026515151515,0.0027800491477272733,0.0031599112689393934,0.002444238257575757,0.004144653693181818,0.0028654438446969696,0.003072892140151515,0.0028190342803030306,0.0018623642045454544,0.002642520928030303,0.0031533528409090905,0.0039957809659090905,0.004709820833333333],[0.00029930142045454545,0.00033048077651515157,0.0002776049242424243,0.00029276041666666675,0.0002675357007575757,0.00033500719696969697,0.00023313617424242428,0.0002703664772727273,0.0002711049242424243,0.00023600539772727273,0.00025133910984848486,0.00023823342803030306,0.00026506685606060614,0.0002190730113636364,0.0002682373106060607,0.00021196534090909096,0.00022633267045454544,0.0002128501893939394,0.0001962990530303031,0.00024852604166666664,0.00021570530303030304,0.0002532811553030303,0.00024479375,0.0002321348484848485,0.00023990246212121213,0.00019178645833333333,0.00024256941287878784,0.00019811363636363638,0.00022224384469696974,0.00018642007575757577,0.0001909211174242424,0.0003147442234848485,0.00024175085227272724,0.00018414403409090912,0.00020576278409090918,0.0001892726325757576,0.00027443191287878786,0.00027193882575757576,0.00033658598484848486,0.00038711373106060606,0.0003007629734848485,0.00030787225378787873,0.0004671500946969698,0.0005929563446969698,0.0003766145833333333,0.0003246248106060606,0.0005155750946969698,0.00041608484848484846,0.0005969752840909091,0.0003499546401515152,0.000575224715909091,0.0005552711174242425,0.0008882021780303032,0.000651372537878788,0.0008267409090909092,0.0003801619318181819,0.0010266410984848485,0.0006749073863636363,0.0010283929924242425,0.0007998830492424243,0.0013464316287878787,0.0010058718750000002,0.0008636151515151515,0.0012579802083333333,0.0016564878787878794,0.0016821753787878793,0.0023945547348484847,0.0009880180871212122,0.0015929135416666669,0.0009249837121212121,0.002782027840909091,0.0014412428030303032,0.003023079545454546,0.003727171306818182,0.004144723200757576,0.0033768895833333336,0.004541476515151516,0.0034226283143939393,0.005575365246212121,0.006802389962121212],[0.00025312111742424245,0.000262498768939394,0.00030657982954545454,0.00025436893939393947,0.0003181180871212122,0.0002721736742424243,0.00026200710227272726,0.00024269696969696973,0.00027374356060606066,0.0002528485795454546,0.000253319696969697,0.000259050946969697,0.00023129886363636368,0.00028292092803030303,0.00023738068181818178,0.0002747086174242424,0.00023127585227272727,0.0002240826704545455,0.00021228797348484847,0.00019547452651515152,0.0001856630681818182,0.00021763513257575754,0.00019906960227272728,0.00024070672348484848,0.00022823181818181816,0.00022076979166666666,0.00022601410984848488,0.00024574583333333334,0.0002202633522727273,0.00022175842803030303,0.00022073967803030303,0.00025503948863636367,0.00022769621212121208,0.00022009933712121213,0.0002018630681818182,0.00020270568181818185,0.00020822320075757574,0.00036686003787878794,0.00029121202651515157,0.00023786789772727276,0.0002500851325757576,0.000314983428030303,0.0002518850378787879,0.0005166382575757576,0.0002756137310606061,0.0003397497159090909,0.0002814624053030303,0.0003788880681818183,0.0003770568181818182,0.0005081347537878787,0.0003691088068181818,0.00028920151515151514,0.0006390586174242426,0.0010100818181818184,0.0006533683712121212,0.0003585980113636364,0.0005401960227272728,0.0014204900568181818,0.0010406372159090908,0.0010996150568181816,0.0004588966856060606,0.0012990239583333333,0.0012462357007575757,0.0013659405303030304,0.0015986786931818182,0.0012694542613636364,0.0009145251893939394,0.001307732765151515,0.0015565743371212118,0.0028165867424242426,0.002486069886363636,0.002618791571969697,0.0027918253787878786,0.004077932102272727,0.0021288627840909085,0.004708212026515152,0.003725204734848485,0.005704243560606061,0.0033232068181818187,0.005144499905303032],[0.0002727220643939394,0.0002615065340909091,0.0002877932765151516,0.000320036553030303,0.00026213645833333336,0.000249972821969697,0.00028008229166666664,0.00027380160984848487,0.0003202273674242424,0.00021062301136363638,0.0002527107954545455,0.00024828020833333336,0.00025270909090909096,0.00026903977272727274,0.00021607026515151515,0.0002565307765151515,0.0002950054924242424,0.00022052225378787877,0.00023891609848484846,0.0002139209280303031,0.00023444185606060614,0.00022367812500000004,0.00021780804924242426,0.000227417803030303,0.00020494545454545452,0.00018437500000000002,0.00021460871212121213,0.00022955681818181823,0.0002499389204545455,0.00020160445075757575,0.00023555369318181818,0.0002672495265151515,0.00028333712121212117,0.0002647096590909091,0.00022727992424242426,0.0002507957386363636,0.00023394005681818183,0.00030837073863636364,0.0003587023674242425,0.00026148304924242423,0.0004283982007575757,0.000301095643939394,0.0004819375000000001,0.00036323731060606054,0.0003712625000000001,0.00033875511363636366,0.00027128456439393946,0.00041967869318181814,0.0005831961174242423,0.00045191714015151526,0.0006961349431818183,0.00034585842803030314,0.0005484447916666667,0.000631849715909091,0.0007609207386363638,0.0005607004734848484,0.0007324989583333333,0.0008711361742424241,0.000953925662878788,0.0010378649621212124,0.0008569905303030304,0.0007044328598484849,0.0010929205492424242,0.001862002272727273,0.0018795339962121213,0.0021040913825757577,0.0015909929924242425,0.0012749135416666665,0.0016023228219696974,0.0007907102272727272,0.00318816875,0.002459809753787879,0.0019851770833333336,0.0019550048295454542,0.003112659659090909,0.0035907790719696977,0.0015738041666666666,0.0025817175189393944,0.0030046998106060606,0.007794387594696969],[0.0003208337121212122,0.00028677623106060607,0.0003127431818181819,0.00031081429924242427,0.00030610170454545456,0.00025040492424242426,0.00025510132575757574,0.0003301660037878789,0.00027096297348484853,0.00028032225378787885,0.000276511268939394,0.0002351719696969697,0.0002548204545454546,0.00024495625,0.00022988096590909095,0.0002502666666666667,0.00025701609848484847,0.0002196462121212121,0.00024338285984848486,0.0002363201704545455,0.00021448749999999998,0.00024908683712121217,0.0002496277462121212,0.00020638418560606065,0.00021604687500000004,0.0002268285984848485,0.0002624334280303031,0.00023049053030303033,0.0002662849431818182,0.00028019403409090907,0.00021700653409090912,0.00027361856060606054,0.00024172083333333334,0.0002471586174242424,0.00025499090909090913,0.00023461098484848486,0.00020329886363636363,0.00023199678030303033,0.00023941837121212124,0.0002752712121212121,0.0002537797348484849,0.00037790625,0.00030682263257575756,0.00040192291666666665,0.00028639232954545457,0.000669531534090909,0.0003234618371212121,0.000522285321969697,0.00031596126893939394,0.0004211708333333334,0.000545923484848485,0.0004737368371212122,0.0004539982954545456,0.0006900525568181819,0.000913554356060606,0.0005717902462121213,0.00038900151515151523,0.0006387135416666668,0.0008074070075757576,0.0008059844696969697,0.0007539439393939395,0.0012439420454545453,0.0016698667613636365,0.0010811519886363636,0.001402892329545455,0.0008478036931818182,0.0012667553030303027,0.0014519057765151515,0.0017270688446969701,0.0022094186553030305,0.002595085984848485,0.0015748691287878788,0.0018221945075757578,0.0038638375000000003,0.0013432326704545456,0.003570061553030303,0.0017738714015151519,0.004694298484848485,0.002311827272727273,0.0024149849431818185],[0.00031876695075757586,0.00028754356060606056,0.0002961750946969697,0.0002723091856060606,0.0003209328598484849,0.00024708551136363635,0.0002577295454545455,0.0002792068181818182,0.00031043503787878785,0.000310938446969697,0.0002072452651515152,0.00027063674242424246,0.00023648087121212123,0.0002274097537878788,0.0002801508522727272,0.0002796100378787879,0.00028055785984848486,0.0001994303977272728,0.0002482662878787879,0.00025716136363636364,0.00025273257575757576,0.00022887840909090914,0.0002579698863636364,0.000237163446969697,0.0002439335227272728,0.00023504479166666672,0.0002530164772727273,0.0002550096590909091,0.00023839791666666667,0.00019820719696969698,0.0002574746212121212,0.0002848808712121212,0.0002475940340909091,0.0002477810606060606,0.00023618304924242426,0.00018343049242424247,0.00029083863636363634,0.00022374005681818183,0.00027222518939393946,0.00032009952651515153,0.00029821051136363636,0.0003662966856060607,0.0003223180871212121,0.0003824329545454545,0.0006805447916666668,0.00027582500000000005,0.0003747597537878788,0.0002709888257575758,0.00047276827651515147,0.0005659930871212122,0.0005243520833333334,0.00034936268939393943,0.0005116732007575757,0.0004447180871212122,0.0009314547348484851,0.0005848370265151515,0.0006640538825757578,0.0009311495265151517,0.0007883110795454546,0.0004691778409090909,0.0005454520833333333,0.0006255000946969697,0.0009867225378787882,0.0008866542613636364,0.0014099449810606062,0.0014061598484848485,0.0011822790719696974,0.0020218810606060606,0.002450942708333333,0.0020414399621212125,0.00247265018939394,0.005003709659090911,0.0027431021780303035,0.0014320298295454547,0.002098555018939394,0.0036948937499999995,0.005262085037878787,0.0062216069128787875,0.0031218147727272725,0.0027017617424242427],[0.0003032920454545455,0.0003386845643939395,0.00033558267045454547,0.0002812766098484848,0.00029531221590909095,0.000295295928030303,0.0002311959280303031,0.00029824640151515153,0.00036313702651515154,0.00026984630681818183,0.0002451700757575758,0.00022824441287878789,0.00025666335227272723,0.0002904481060606061,0.0002710887310606061,0.00033135662878787885,0.0002744142045454546,0.00029525246212121214,0.00024320965909090908,0.0002681225378787879,0.00024306505681818182,0.0002551953598484849,0.00025329876893939393,0.0002918067234848485,0.00025284668560606057,0.0002164883522727273,0.0002876441287878788,0.00019565018939393935,0.0002835955492424242,0.00027842945075757576,0.00019183863636363638,0.00025529687500000004,0.0002681114583333334,0.0002495356060606061,0.0002938648674242424,0.00024537083333333335,0.00026907689393939395,0.0003178305871212121,0.0003006525568181819,0.00029150994318181815,0.0002432530303030303,0.00021962263257575756,0.00029577433712121214,0.00027785975378787883,0.00033335956439393944,0.00042405113636363647,0.00046663276515151504,0.0004660766098484849,0.0002901039772727273,0.0003632720643939394,0.0007833033143939394,0.00036273522727272727,0.0004302977272727274,0.0002509894886363637,0.0004147791666666668,0.0010038418560606058,0.0005919148674242425,0.0009457630681818183,0.0008466115530303029,0.0009787639204545454,0.001170333143939394,0.0014725411931818182,0.0011421626893939395,0.0010535946969696972,0.002258770265151515,0.001124623768939394,0.0010761811553030303,0.0013052587121212124,0.0013149436553030302,0.0018041663825757576,0.002084964393939394,0.001740668371212121,0.0038042564393939394,0.003290947821969697,0.0025058764204545455,0.005763356155303031,0.0034989141098484854,0.002199759185606061,0.003614263162878788,0.0017071770833333335],[0.0003587491477272727,0.0003064649621212121,0.00028496723484848485,0.0002569658143939394,0.0002792291666666666,0.00030306439393939393,0.0002967374053030304,0.00030495994318181807,0.00026222272727272734,0.0002854519886363636,0.00024029337121212122,0.0002673240530303031,0.0002521543560606061,0.0002519454545454546,0.0002533882575757576,0.00020718636363636366,0.00022887367424242422,0.0003101321022727273,0.00017598778409090912,0.0002453074810606061,0.0002531241477272727,0.0002096275568181818,0.0002463637310606061,0.00023041950757575757,0.00021697301136363635,0.00023520123106060602,0.00017146287878787875,0.0002215916666666667,0.0002482679924242424,0.00022721638257575764,0.00023408522727272728,0.00022685066287878787,0.00021450568181818184,0.00027554280303030305,0.0002953282196969697,0.0002619336174242425,0.0002994206439393939,0.00022612793560606063,0.0003215724431818182,0.0003749816287878787,0.0003462350378787879,0.00038667500000000006,0.00033130852272727276,0.00039138077651515153,0.0003463446022727273,0.0003543626893939394,0.0004235086174242424,0.0003229102272727273,0.0005000406250000001,0.00041104687500000006,0.0004070450757575758,0.0004658329545454545,0.00031239308712121216,0.0004354107954545455,0.000552594412878788,0.0005036422348484848,0.0008229404356060606,0.0005845253787878788,0.0008130570075757578,0.0006427638257575758,0.0006683297348484849,0.0019349055871212123,0.0008498415719696971,0.0012915390151515154,0.0012784804924242422,0.0018632237689393944,0.0013644785984848484,0.0006401320075757576,0.0025931470643939395,0.0019405803977272731,0.0015440176136363641,0.0028566071022727273,0.004098182575757577,0.0013444182765151517,0.002280005681818182,0.001519120643939394,0.002903208901515151,0.004819375946969697,0.0042918383522727276,0.0035691021780303034],[0.0002585700757575758,0.00037807282196969697,0.0003322597537878788,0.0002837217803030303,0.00028607575757575766,0.0002785176136363636,0.00025351126893939397,0.00031797320075757575,0.0003325916666666667,0.0003243163825757576,0.0002467314393939394,0.0003383395833333333,0.00022533295454545455,0.000277561268939394,0.00025784488636363637,0.00027566780303030306,0.0002536001893939395,0.0002507171401515152,0.00024703219696969696,0.00024947159090909094,0.00019629109848484853,0.00020832907196969696,0.00025537149621212126,0.0002365512310606061,0.00021485170454545456,0.0002480786931818182,0.00020907196969696969,0.00026369734848484853,0.0002497059659090909,0.0002317877840909091,0.00028129905303030307,0.0002250787878787879,0.00022183503787878792,0.00020235625,0.000228497821969697,0.00025318428030303035,0.00036468162878787886,0.00026972708333333333,0.0002378085227272727,0.00041612405303030305,0.00036176013257575764,0.0005662971590909092,0.0003107212121212121,0.0003414903409090909,0.0003238107007575759,0.00035507916666666664,0.0006168742424242424,0.00026528607954545453,0.0004286482007575758,0.0003011264204545455,0.0006080649621212122,0.0005453803030303031,0.000394449715909091,0.0004155149621212122,0.0008545391098484851,0.0006179263257575757,0.000671261268939394,0.0007782029356060606,0.0010698057765151515,0.000742018087121212,0.0009083598484848486,0.0007127036931818183,0.00201299696969697,0.0016409873106060608,0.0017567122159090906,0.0009427758522727272,0.0014524942234848486,0.0011289426136363637,0.001083463068181818,0.0040963897727272726,0.0022287091856060606,0.0024549892992424245,0.0013346199810606062,0.003112038636363636,0.004177588731060606,0.0021785102272727274,0.002107754734848485,0.004687334469696971,0.005221364678030304,0.00907819706439394],[0.00032585890151515153,0.0003499918560606061,0.00031410501893939396,0.00023646553030303027,0.00033130842803030303,0.0003111338068181818,0.0003035720643939394,0.000247524053030303,0.0002595910984848485,0.0003194132575757576,0.0002919852272727273,0.0002793958333333334,0.0002823236742424243,0.0002392060606060606,0.00021365530303030307,0.00023663304924242428,0.00031131912878787875,0.0002396472537878788,0.00025765501893939397,0.0002758568181818182,0.0003277254734848485,0.00024211458333333333,0.0002832043560606061,0.00026390407196969705,0.00023489763257575761,0.0002417453598484849,0.00024106145833333332,0.0002564410037878788,0.00023677660984848485,0.00020652793560606064,0.00026926382575757576,0.00026394725378787884,0.00020859384469696976,0.00028878560606060606,0.0001933881628787879,0.0003229027462121212,0.0002681965909090909,0.0004081363636363636,0.0003035370265151515,0.000302776231060606,0.0003819286931818183,0.000436844696969697,0.0003692543560606061,0.0003247653409090909,0.00035110170454545457,0.0003687137310606061,0.00023609583333333335,0.0003352957386363636,0.0005869641098484848,0.00047048125,0.0004419122159090908,0.0006395548295454546,0.00044821875,0.0005316556818181818,0.0004001677083333334,0.00044807547348484853,0.000735731912878788,0.0004781256628787878,0.0004859989583333334,0.000700292803030303,0.0007999714015151518,0.0007464003787878789,0.0007414732954545454,0.001588679450757576,0.0008953801136363636,0.001621891287878788,0.0017228846590909097,0.0019810388257575757,0.00286626875,0.0028607840909090905,0.0007964468750000002,0.0015710048295454547,0.0030893924242424244,0.003618585416666667,0.0026008941287878787,0.004032447632575757,0.006490527746212121,0.0027586039772727277,0.004227008617424243,0.0020132437499999997],[0.0004872985795454546,0.00032327575757575764,0.0003383835227272728,0.0002769819128787879,0.0003481277462121212,0.0003316523674242424,0.00034382765151515156,0.0003248222537878788,0.0002990616477272728,0.000309888446969697,0.00030331126893939393,0.0003417233901515151,0.0003160975378787879,0.0003212361742424243,0.00022441704545454546,0.0003973869318181818,0.00029388825757575756,0.00031167831439393945,0.00021618399621212118,0.00028166183712121214,0.00019418181818181814,0.0002974497159090909,0.0002186855113636364,0.00031451117424242427,0.00023079621212121213,0.00021089924242424237,0.00023425473484848483,0.0002689719696969697,0.00029440823863636367,0.0003470648674242424,0.00019815615530303037,0.0002519917613636364,0.0002502448863636364,0.00030436874999999994,0.00028422320075757577,0.00037339337121212123,0.00026959782196969695,0.000240128125,0.00024746581439393943,0.00023932964015151517,0.00029578361742424247,0.0004008514204545456,0.0002774946022727273,0.0004968659090909091,0.00031117755681818194,0.0002557722537878788,0.00024440255681818185,0.0004122173295454546,0.0006823557765151514,0.0002996738636363636,0.0006035785037878787,0.000498125,0.000668250946969697,0.00038965340909090916,0.0005583863636363637,0.0004558214962121211,0.0006341338068181819,0.0007783458333333333,0.00046632263257575764,0.0007933274621212121,0.0004832594696969697,0.001173543181818182,0.0004968160037878788,0.0009401041666666668,0.0013138558712121214,0.0013881670454545456,0.002187603030303031,0.0018222251893939402,0.0020609869318181815,0.0014250375946969697,0.001492916856060606,0.0018568589015151515,0.0027280750000000004,0.0019569951704545454,0.0014958031250000001,0.0026651560606060607,0.0027217088068181823,0.0034178571969696965,0.005193734469696969,0.003663591950757576],[0.0003714379734848485,0.00039429403409090914,0.00038001221590909095,0.00029215435606060606,0.00027633304924242424,0.0002999007575757576,0.00023104308712121213,0.00027228513257575754,0.0003033266098484849,0.0002940055871212121,0.0003700044507575758,0.0003339882575757576,0.00040299119318181826,0.0002574669507575758,0.00033412803030303026,0.0002599998106060606,0.00031859981060606066,0.00022276439393939393,0.00027346098484848483,0.0002566553977272728,0.0002449699810606061,0.00025367140151515155,0.0002941442234848485,0.0002425628787878788,0.0002321691287878788,0.00025770899621212125,0.0002268280303030303,0.0003181035037878788,0.00027788068181818187,0.00016197509469696971,0.0002700823863636364,0.00021864015151515153,0.00033089251893939395,0.00028296676136363636,0.000226425946969697,0.00029167736742424246,0.00026316922348484847,0.00027441893939393944,0.0003012279356060607,0.000305779071969697,0.0003153265151515152,0.0003163136363636364,0.0003159917613636363,0.0003734632575757576,0.00042695965909090905,0.0003593397727272728,0.0004508312500000001,0.000488763162878788,0.0002971945075757576,0.000222825946969697,0.0005571790719696971,0.0006095473484848485,0.0006670651515151514,0.0006067231060606061,0.0007341821022727274,0.0006781961174242426,0.0008511717803030303,0.0005614470643939396,0.0008685228219696969,0.001149176988636364,0.0007145479166666666,0.0009616232007575759,0.0013182424242424242,0.0013935482954545455,0.0018110991477272725,0.002379570265151516,0.0009867190340909092,0.0005863232954545454,0.0018897502840909092,0.0017564657196969696,0.004085164299242425,0.0013477385416666666,0.0020492542613636364,0.002554467992424243,0.0026410955492424245,0.002382852840909091,0.0031893698863636366,0.0024502357954545454,0.0016520909090909093,0.0048908294507575755],[0.00034762291666666674,0.00040045454545454537,0.0003904287878787879,0.000389914678030303,0.00032255142045454544,0.00039395539772727275,0.00038536695075757575,0.00038371306818181815,0.0002989865530303031,0.0003128371212121212,0.00029535890151515155,0.0002533110795454545,0.0003481367424242425,0.0002856228219696971,0.00025098589015151517,0.0002970000946969697,0.0002925241477272727,0.0002869517992424242,0.00032635350378787886,0.00029425880681818186,0.0002106011363636364,0.0002452887310606061,0.000237442518939394,0.0003166422348484848,0.00029700890151515157,0.00029860965909090916,0.00021535227272727277,0.0003134160984848485,0.0002538827651515151,0.00022456467803030303,0.00023505198863636362,0.00039167717803030317,0.0003116417613636364,0.00026913361742424244,0.0003416449810606061,0.00020628854166666665,0.00027469015151515157,0.0003528893939393939,0.00024804801136363633,0.0002913713068181818,0.0003064132575757576,0.0002540188446969697,0.0003246842803030303,0.0003425427083333333,0.0005141676136363637,0.0004287763257575757,0.0004068429924242425,0.000264914393939394,0.0005240595643939395,0.0005360588068181819,0.0007081529356060607,0.000494305303030303,0.000409589393939394,0.0006517125000000002,0.0007172973484848486,0.001586555965909091,0.0007745198863636362,0.0009153438446969697,0.00042830909090909095,0.0009558566287878788,0.0009194906249999999,0.0008718368371212122,0.0010641285984848484,0.0017473092803030302,0.0009655530303030303,0.001243430681818182,0.0016108351325757574,0.0012372852272727274,0.000695196875,0.0015147228219696965,0.002124552746212121,0.0012746056818181818,0.0017100326704545454,0.0011247176136363636,0.0033375399621212117,0.002386955303030303,0.003101853693181818,0.0024884118371212125,0.0025024567234848485,0.005130675568181819],[0.0003512232007575758,0.0003263754734848485,0.00034015,0.000362017803030303,0.00024004422348484851,0.00039734659090909105,0.0002979756628787879,0.0003252963068181819,0.0002720817234848485,0.0003017797348484849,0.0002616328598484848,0.00047340814393939396,0.0003617911931818182,0.00026835738636363644,0.00020993304924242422,0.00032411316287878794,0.00027226212121212124,0.00033114384469696976,0.0002769076704545454,0.00024310445075757583,0.000220734375,0.0002586089015151515,0.0003582128787878788,0.00026533323863636363,0.0002937949810606061,0.00031553873106060607,0.00022418304924242422,0.000286391571969697,0.00024775189393939396,0.0002590908143939394,0.000326479071969697,0.00041951818181818184,0.0003070248106060606,0.0002501078598484849,0.00034051145833333325,0.0003304501893939395,0.0003277929924242424,0.00021577196969696969,0.00029401183712121214,0.00025046553030303034,0.00026743039772727275,0.0002729385416666667,0.00028975511363636366,0.0004391044507575757,0.00034590236742424244,0.0003133889204545455,0.0003774845643939394,0.0005411425189393939,0.0003751137310606061,0.0005757169507575757,0.0004763721590909091,0.0004879878787878788,0.0008640356060606061,0.0005807066287878787,0.00041071373106060604,0.0007446422348484848,0.0006233671401515152,0.0010356780303030304,0.0012170602272727272,0.0006569091856060607,0.000772843181818182,0.0006809033143939395,0.000775638162878788,0.0012390484848484847,0.0011890603219696972,0.0014151226325757576,0.0014319111742424242,0.0010186857954545454,0.0018510235795454544,0.002039865909090909,0.0017588510416666667,0.001172042613636364,0.002746055587121212,0.003157360795454546,0.0026544568181818187,0.002707646590909091,0.0033706621212121206,0.0037575345643939386,0.0018413293560606062,0.003321761174242424],[0.0002841378787878788,0.0003421341856060606,0.00043893655303030304,0.00038265710227272735,0.0003624691287878788,0.0003175083333333334,0.00037184602272727276,0.0003166496212121212,0.00044626458333333333,0.00023787869318181822,0.0003465749053030303,0.0004128846590909092,0.00032529611742424246,0.0002947196022727273,0.00038739346590909097,0.0003296869318181818,0.00031244100378787886,0.00040028276515151524,0.00030110198863636365,0.00038901761363636375,0.0002486799242424242,0.0003542105113636364,0.0003138841856060606,0.00025857878787878785,0.00025266051136363637,0.00030775587121212127,0.00026022159090909096,0.0002861291666666667,0.0005217984848484849,0.00034405577651515156,0.00032155085227272726,0.00022303096590909095,0.0002269061553030303,0.0003501767992424243,0.00023499327651515153,0.0002861388257575757,0.00033731221590909094,0.0003001345643939393,0.00022409270833333335,0.0002874957386363637,0.00028811003787878795,0.0003095877840909091,0.0003060452651515151,0.0004233771780303031,0.0004361303030303031,0.0004410714015151515,0.00044971325757575757,0.00036207651515151516,0.0005507714015151516,0.0005611302083333334,0.0005324005681818181,0.0005961782196969697,0.0006581777462121213,0.0007446392045454542,0.0006360234848484848,0.0005174056818181819,0.0006668089962121212,0.0003936594696969698,0.0009157765151515153,0.0009965786931818183,0.0008045553030303031,0.0011019337121212123,0.0009768178030303031,0.0007960537878787878,0.0012288360795454547,0.0008242366477272729,0.0010271898674242424,0.0013558265151515153,0.0013856254734848487,0.0014644523674242423,0.002446821685606061,0.0020641875946969695,0.0013351023674242424,0.0029925270833333338,0.0026146751893939392,0.0029699133522727277,0.003536809375,0.0048349096590909095,0.004453320643939395,0.0025811788825757576],[0.000286595643939394,0.00041711477272727274,0.00038295265151515155,0.0003871513257575758,0.00025243721590909095,0.00042654375,0.00036226070075757576,0.0003910762310606061,0.0004475283143939395,0.0003788578598484849,0.0004303757575757576,0.00028032651515151515,0.0002722556818181818,0.0003036524621212122,0.00044126581439393926,0.0003014453598484849,0.00035878939393939406,0.00025226515151515155,0.0004564357954545455,0.0003384385416666667,0.0004107090909090909,0.0003325515151515152,0.00033384195075757573,0.0004140758522727273,0.0003503070075757577,0.00033416041666666673,0.0002638871212121212,0.0002815922348484849,0.0002647448863636364,0.0002807516098484849,0.000275205965909091,0.0003153482954545455,0.00021943001893939398,0.00034191363636363643,0.00040316827651515157,0.0002596939393939394,0.0002842732954545454,0.00026961287878787875,0.000332010321969697,0.0004227189393939394,0.00029709232954545456,0.0003179185606060606,0.00046991249999999996,0.00033613077651515146,0.0002986085227272728,0.0004531957386363636,0.0004030076704545455,0.0005173098484848484,0.0005203025568181819,0.0006042767992424242,0.00039144204545454533,0.0004506217803030303,0.0005761652462121213,0.0002712375,0.0007468279356060607,0.0009929895833333334,0.0008686402462121212,0.0008872467803030303,0.0007708480113636365,0.0014484324810606064,0.0007651681818181818,0.0009708055871212121,0.0009245911931818182,0.0011384307765151514,0.0009456490530303031,0.0015749177083333335,0.001197497916666667,0.0017091757575757572,0.0019478364583333336,0.0014800148674242424,0.002068301515151515,0.002010492613636364,0.0018109306818181819,0.0023068808712121214,0.00312126278409091,0.0023211485795454545,0.001454692140151515,0.0023323975378787883,0.005785610795454544,0.002574510890151515],[0.0003457232007575758,0.00048168683712121213,0.0005152564393939396,0.0004739794507575758,0.0003821120265151515,0.0005283902462121213,0.00034302471590909084,0.0003139214962121212,0.00024432566287878793,0.0003049791666666667,0.00033939327651515155,0.00038119100378787883,0.0007459657196969699,0.0002567604166666667,0.00040659981060606063,0.00037051676136363635,0.0002483429924242424,0.00022485994318181818,0.0003155926136363637,0.0003623678977272728,0.0002942172348484849,0.0003097321022727273,0.00025806827651515146,0.000378933428030303,0.00034844346590909097,0.00032783229166666664,0.0002677249053030303,0.0002459124053030303,0.00030483115530303035,0.00032927054924242427,0.00030070757575757583,0.00019420511363636364,0.00029437679924242436,0.00037818049242424254,0.00032131742424242423,0.0002818570075757576,0.00033822604166666666,0.00023008551136363638,0.0002927878787878788,0.00022814820075757575,0.0004533001893939394,0.0002985039772727273,0.0003103829545454545,0.000326479356060606,0.00044716174242424243,0.00033038115530303034,0.0003034570075757576,0.000503018465909091,0.0006670401515151515,0.0003701196022727273,0.0006418264204545455,0.0007062223484848485,0.00048536306818181815,0.000413533806818182,0.0005362996212121212,0.0004370139204545454,0.0004767938446969697,0.0008836270833333334,0.0007146653409090908,0.000524431912878788,0.0008264615530303031,0.0007407486742424242,0.0006599116477272728,0.0010946722537878786,0.0012122991477272727,0.0021134855113636363,0.001378532291666667,0.0014242181818181815,0.0009655366477272727,0.001629055965909091,0.001400169696969697,0.001338394886363636,0.0023336038825757578,0.0020906726325757574,0.0027788095643939397,0.0024796324810606057,0.004116650757575757,0.003699196875,0.003374441193181818,0.0032027248106060602],[0.0005727916666666669,0.0004591965909090909,0.0005160266098484848,0.0004002939393939395,0.000337164678030303,0.00039564905303030306,0.0004151523674242424,0.0004850662878787879,0.0003587178030303031,0.000540205303030303,0.0005011660037878789,0.00032458570075757573,0.0004604926136363637,0.0004001647727272728,0.0005120173295454545,0.0003207642045454545,0.0003931394886363636,0.00032566174242424246,0.0002599337121212121,0.00034298153409090916,0.0003802535984848484,0.0004868813446969698,0.0003666662878787879,0.0003551800189393939,0.0003043232954545455,0.00036379602272727275,0.0004053202651515152,0.00023910767045454546,0.00029373484848484855,0.00033063863636363633,0.0005053876893939394,0.00021901969696969697,0.00031617812499999996,0.0003581900568181818,0.00021441676136363635,0.00034397916666666664,0.0004768857007575758,0.000446146590909091,0.000399217518939394,0.00030768910984848484,0.00033974659090909085,0.00043207367424242426,0.00038092414772727273,0.00041002774621212127,0.0003950794507575758,0.00035563248106060605,0.0002930989583333333,0.00034562660984848484,0.00041024990530303036,0.0003596566287878787,0.00035966344696969696,0.0008434638257575758,0.0005241503787878788,0.0006026199810606061,0.000544466571969697,0.0006503336174242424,0.000715902556818182,0.0010958423295454546,0.0007060576704545456,0.000574261553030303,0.0005377818181818182,0.0011055930871212121,0.0008490149621212122,0.001409445928030303,0.0013638773674242424,0.0009369317234848486,0.001793682954545454,0.001607786647727273,0.00210695625,0.0008552602272727274,0.0021031897727272725,0.0014952072916666669,0.001189032196969697,0.0020686698863636365,0.001006942518939394,0.00291380625,0.0028246500000000006,0.002017614015151515,0.002483302462121213,0.002732473579545454],[0.00040445435606060613,0.00044802717803030305,0.0004335919507575758,0.0005033856060606061,0.0007498618371212122,0.0003246266098484849,0.0005444298295454546,0.0003081488636363637,0.00042044337121212126,0.00045261515151515146,0.00041456969696969707,0.00035392111742424246,0.0004017807765151515,0.00043394251893939394,0.00041392670454545454,0.0005015743371212121,0.0003911970643939394,0.00043618257575757575,0.0005022747159090909,0.0002912376893939394,0.0002943435606060606,0.0004050431818181818,0.00037047320075757583,0.00047734147727272736,0.0004091334280303031,0.0003423814393939395,0.0003636292613636364,0.0004129707386363637,0.0002905519886363636,0.0003317305871212122,0.000369820643939394,0.0005279680871212121,0.00043774981060606065,0.0002801733901515152,0.00034027092803030304,0.0003698277462121212,0.0002480789772727273,0.0004648215909090909,0.0003628188446969697,0.0003785254734848485,0.0002685092803030303,0.00041155236742424254,0.00033938797348484847,0.00034756609848484853,0.0003406795454545455,0.00036072869318181825,0.00038870634469696965,0.00039124469696969697,0.0004875240530303031,0.00043149299242424246,0.00042710681818181826,0.0004968157196969697,0.0007279394886363637,0.0006077840909090909,0.0005015453598484848,0.0009221142045454546,0.0006407611742424242,0.000799630303030303,0.00039422443181818184,0.0004048964962121212,0.0006324082386363636,0.001147067518939394,0.0012873030303030303,0.0010233534090909092,0.0005735080492424243,0.0011745170454545459,0.0011270532196969694,0.0015964762310606063,0.0010962844696969698,0.0012308789772727273,0.0023690700757575756,0.0015102348484848486,0.0013009957386363635,0.002222183996212121,0.0016360561553030303,0.001939132954545454,0.002154019128787879,0.002992501515151515,0.0030876592803030308,0.001659436268939394],[0.0004979046401515151,0.00042144128787878797,0.00032942623106060615,0.00042668749999999993,0.0002910497159090909,0.0003963424242424243,0.0004019572916666667,0.00046395303030303034,0.00048077272727272725,0.00042904270833333326,0.00036970340909090913,0.0004012175189393939,0.0005012007575757576,0.0003525296401515152,0.0003331076704545454,0.0005096922348484849,0.0004547967803030303,0.00046417102272727285,0.0003575598484848486,0.00030717859848484845,0.0004788689393939395,0.00032531401515151524,0.0003645407196969698,0.0002841164772727273,0.0004025951704545455,0.0003628982954545455,0.0005401767045454546,0.00037381543560606066,0.0002253105113636364,0.0004162366477272727,0.000458264678030303,0.00035887869318181824,0.0004199206439393939,0.0004399536931818182,0.0003041504734848485,0.0004186116477272728,0.0002860114583333334,0.0005189210227272727,0.00036354857954545465,0.00024137850378787876,0.0002757891098484848,0.00038115028409090913,0.00047310909090909095,0.0004545051136363636,0.00040821941287878794,0.0003511548295454546,0.0003976927083333334,0.0003864654356060606,0.000430336837121212,0.0006626918560606062,0.0005225257575757575,0.0003632704545454546,0.0006258385416666666,0.0005208910984848485,0.0007049658143939393,0.0005732639204545454,0.0003036491477272727,0.0006228623106060606,0.000764846590909091,0.0005426055871212123,0.0007062325757575758,0.0005444930871212121,0.0008387444128787879,0.0013225454545454547,0.0011097474431818184,0.0008725441287878789,0.0014542175189393941,0.0005497501893939394,0.0007117303030303029,0.0020000842803030304,0.002363306723484849,0.001928322253787879,0.0013756164772727273,0.0014969388257575756,0.002239936837121212,0.0025423201704545457,0.0033025921401515154,0.0014479904356060605,0.002538391098484848,0.0008378736742424245]],"type":"surface"},{"hoverinfo":"skip","line":{"color":"black","width":3},"mode":"lines","showlegend":false,"x":[0.37057672207851156,0.3693388765399568,0.37019704740603376,0.37057672207851156],"y":[-0.09006617191861756,-0.09025553585826088,-0.09280771893274659,-0.09365611088155942],"z":[0.007630043342803031,0.007630043342803031,0.007630043342803031,0.007630043342803031],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"black","width":3},"mode":"lines","showlegend":false,"x":[0.36600311845639055,0.3673698501581808,0.36600311845639055,0.3630174797416309,0.36600311845639055],"y":[-0.08939718659722586,-0.0877033527837752,-0.08616521069035583,-0.0877033527837752,-0.08939718659722586],"z":[0.007630043342803031,0.007630043342803031,0.007630043342803031,0.007630043342803031,0.007630043342803031],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"black","width":3},"mode":"lines","showlegend":false,"x":[0.36600311845639055,0.36787191504245165,0.36600311845639055,0.36516921369322675,0.36600311845639055],"y":[-0.0837782734566972,-0.0825989866348038,-0.08185407060889052,-0.0825989866348038,-0.0837782734566972],"z":[0.007630043342803031,0.007630043342803031,0.007630043342803031,0.007630043342803031,0.007630043342803031],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"black","width":3},"mode":"lines","showlegend":false,"x":[0.36600311845639055,0.3686949192002432,0.36600311845639055,0.362402172569517,0.36600311845639055],"y":[-0.07160172837271428,-0.06983807126237533,-0.0684737946255059,-0.06983807126237533,-0.07160172837271428],"z":[0.007630043342803031,0.007630043342803031,0.007630043342803031,0.007630043342803031,0.007630043342803031],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"black","width":3},"mode":"lines","showlegend":false,"x":[0.36600311845639055,0.369975483147879,0.36600311845639055,0.3646056031176554,0.36600311845639055],"y":[-0.06273084970223633,-0.06218152203891825,-0.06116940130904149,-0.06218152203891825,-0.06273084970223633],"z":[0.007630043342803031,0.007630043342803031,0.007630043342803031,0.007630043342803031,0.007630043342803031],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"black","width":3},"mode":"lines","showlegend":false,"x":[0.36600311845639055,0.3663558600019626,0.36600311845639055,0.36591562545316464,0.36600311845639055],"y":[-0.04956672537796189,-0.04942060666648977,-0.0493274075430079,-0.04942060666648977,-0.04956672537796189],"z":[0.007630043342803031,0.007630043342803031,0.007630043342803031,0.007630043342803031,0.007630043342803031],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"black","width":3},"mode":"lines","showlegend":false,"x":[0.35228230759002754,0.3525861852065485,0.35228230759002754,0.35189686430945916,0.35228230759002754],"y":[-0.047081430525831754,-0.04686842359200408,-0.046740244996038904,-0.04686842359200408,-0.047081430525831754],"z":[0.007630043342803031,0.007630043342803031,0.007630043342803031,0.007630043342803031,0.007630043342803031],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"black","width":3},"mode":"lines","showlegend":false,"x":[0.36142951483426955,0.3631233624411597,0.36142951483426955,0.3598772129712934,0.36142951483426955],"y":[-0.03303806753884295,-0.03155532514508991,-0.02996138480377655,-0.03155532514508991,-0.03303806753884295],"z":[0.007630043342803031,0.007630043342803031,0.007630043342803031,0.007630043342803031,0.007630043342803031],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"black","width":3},"mode":"lines","showlegend":false,"x":[0.36600311845639055,0.36762565198640285,0.36600311845639055,0.3635257740633818,0.36600311845639055],"y":[-0.015168026996273207,-0.013690043623690043,-0.011403247455083042,-0.013690043623690043,-0.015168026996273207],"z":[0.007630043342803031,0.007630043342803031,0.007630043342803031,0.007630043342803031,0.007630043342803031],"type":"scatter3d"},{"hoverinfo":"skip","line":{"color":"black","width":3},"mode":"lines","showlegend":false,"x":[0.36600311845639055,0.36714397315499253,0.36600311845639055,0.3633685477591591,0.36600311845639055],"y":[0.03970559941296763,0.03990580094050955,0.04006592232395656,0.03990580094050955,0.03970559941296763],"z":[0.007630043342803031,0.007630043342803031,0.007630043342803031,0.007630043342803031,0.007630043342803031],"type":"scatter3d"},{"hovertemplate":"336674_RB_M_Cre\u003cbr\u003e\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003eq=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","marker":{"color":"#e377c2","line":{"color":"black","width":1},"size":8},"mode":"markers+text","name":"336674_RB_M_Cre","text":["336674_RB_M_Cre"],"textfont":{"color":"lightgrey"},"textposition":"top center","x":[0.14655568764386923],"y":[-0.008190095291517173],"z":[0.0002595110730622346],"type":"scatter3d"},{"hovertemplate":"336680_RRB_M_Cre\u003cbr\u003e\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003eq=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","marker":{"color":"#9467bd","line":{"color":"black","width":1},"size":8},"mode":"markers+text","name":"336680_RRB_M_Cre","text":["336680_RRB_M_Cre"],"textfont":{"color":"lightgrey"},"textposition":"top center","x":[0.15743871156040198],"y":[0.009955928107753517],"z":[0.0002661753998730759],"type":"scatter3d"},{"hovertemplate":"336681_LT_M_cre\u003cbr\u003e\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003eq=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","marker":{"color":"#2ca02c","line":{"color":"black","width":1},"size":8},"mode":"markers+text","name":"336681_LT_M_cre","text":["336681_LT_M_cre"],"textfont":{"color":"lightgrey"},"textposition":"top center","x":[0.16824022341343728],"y":[-0.007181608903753058],"z":[0.0002704383401067585],"type":"scatter3d"},{"hovertemplate":"336682_RB_M_Cre\u003cbr\u003e\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003eq=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","marker":{"color":"#e377c2","line":{"color":"black","width":1},"size":8},"mode":"markers+text","name":"336682_RB_M_Cre","text":["336682_RB_M_Cre"],"textfont":{"color":"lightgrey"},"textposition":"top center","x":[0.1592076058869509],"y":[0.015990783495929355],"z":[0.00024427383145126443],"type":"scatter3d"},{"hovertemplate":"355575_RB_M_Cre\u003cbr\u003e\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003eq=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","marker":{"color":"#e377c2","line":{"color":"black","width":1},"size":8},"mode":"markers+text","name":"355575_RB_M_Cre","text":["355575_RB_M_Cre"],"textfont":{"color":"lightgrey"},"textposition":"top center","x":[0.21902558527985497],"y":[0.017964232390270285],"z":[0.0004951117936971452],"type":"scatter3d"},{"hovertemplate":"355577_RR_M_Cre\u003cbr\u003e\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003eq=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","marker":{"color":"#bcbd22","line":{"color":"black","width":1},"size":8},"mode":"markers+text","name":"355577_RR_M_Cre","text":["355577_RR_M_Cre"],"textfont":{"color":"lightgrey"},"textposition":"top center","x":[0.18449965588043793],"y":[-0.0011429625786350246],"z":[0.00027891592147351964],"type":"scatter3d"},{"hovertemplate":"355579_N_M_Cre\u003cbr\u003e\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003eq=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","marker":{"color":"#1f77b4","line":{"color":"black","width":1},"size":8},"mode":"markers+text","name":"355579_N_M_Cre","text":["355579_N_M_Cre"],"textfont":{"color":"lightgrey"},"textposition":"top center","x":[0.1284958886139358],"y":[-0.018271213007698125],"z":[0.00020726700620864476],"type":"scatter3d"},{"hovertemplate":"355580_R_M_Cre\u003cbr\u003e\u03c3=%{x:.3f}\u003cbr\u003e\u03bc=%{y:.3f}\u003cbr\u003eq=%{z:.3f}\u003cextra\u003e\u003c\u002fextra\u003e","marker":{"color":"#17becf","line":{"color":"black","width":1},"size":8},"mode":"markers+text","name":"355580_R_M_Cre","text":["355580_R_M_Cre"],"textfont":{"color":"lightgrey"},"textposition":"top center","x":[0.1700904881678808],"y":[0.007939730234053859],"z":[0.00030430368796113437],"type":"scatter3d"}],"layout":{"template":{"data":{"histogram2dcontour":[{"type":"histogram2dcontour","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"choropleth":[{"type":"choropleth","colorbar":{"outlinewidth":0,"ticks":""}}],"histogram2d":[{"type":"histogram2d","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"heatmap":[{"type":"heatmap","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"heatmapgl":[{"type":"heatmapgl","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"contourcarpet":[{"type":"contourcarpet","colorbar":{"outlinewidth":0,"ticks":""}}],"contour":[{"type":"contour","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"surface":[{"type":"surface","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"mesh3d":[{"type":"mesh3d","colorbar":{"outlinewidth":0,"ticks":""}}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"parcoords":[{"type":"parcoords","line":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scatterpolargl":[{"type":"scatterpolargl","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"#E5ECF6","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"scattergeo":[{"type":"scattergeo","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scatterpolar":[{"type":"scatterpolar","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"scattergl":[{"type":"scattergl","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scatter3d":[{"type":"scatter3d","line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scattermapbox":[{"type":"scattermapbox","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scatterternary":[{"type":"scatterternary","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scattercarpet":[{"type":"scattercarpet","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"white","linecolor":"white","minorgridcolor":"white","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"white","linecolor":"white","minorgridcolor":"white","startlinecolor":"#2a3f5f"},"type":"carpet"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}],"barpolar":[{"marker":{"line":{"color":"#E5ECF6","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"pie":[{"automargin":true,"type":"pie"}]},"layout":{"autotypenumbers":"strict","colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"hovermode":"closest","hoverlabel":{"align":"left"},"paper_bgcolor":"white","plot_bgcolor":"#E5ECF6","polar":{"bgcolor":"#E5ECF6","angularaxis":{"gridcolor":"white","linecolor":"white","ticks":""},"radialaxis":{"gridcolor":"white","linecolor":"white","ticks":""}},"ternary":{"bgcolor":"#E5ECF6","aaxis":{"gridcolor":"white","linecolor":"white","ticks":""},"baxis":{"gridcolor":"white","linecolor":"white","ticks":""},"caxis":{"gridcolor":"white","linecolor":"white","ticks":""}},"coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]]},"xaxis":{"gridcolor":"white","linecolor":"white","ticks":"","title":{"standoff":15},"zerolinecolor":"white","automargin":true,"zerolinewidth":2},"yaxis":{"gridcolor":"white","linecolor":"white","ticks":"","title":{"standoff":15},"zerolinecolor":"white","automargin":true,"zerolinewidth":2},"scene":{"xaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white","gridwidth":2},"yaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white","gridwidth":2},"zaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white","gridwidth":2}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"geo":{"bgcolor":"white","landcolor":"#E5ECF6","subunitcolor":"white","showland":true,"showlakes":true,"lakecolor":"white"},"title":{"x":0.05},"mapbox":{"style":"light"}}},"scene":{"xaxis":{"title":{"text":"\u03c3"}},"yaxis":{"title":{"text":"\u03bc"}},"zaxis":{"title":{"text":"q"}},"aspectmode":"cube"},"margin":{"l":0,"r":0,"t":30,"b":20},"title":{"text":"3-D phase diagram \u2013 q"},"width":1200,"height":900}} \ No newline at end of file diff --git a/assets/plotly/2025-10-25-phase-diagram-playbook/3D-impu2.json b/assets/plotly/2025-10-25-phase-diagram-playbook/3D-impu2.json new file mode 100644 index 0000000..7504d00 --- /dev/null +++ b/assets/plotly/2025-10-25-phase-diagram-playbook/3D-impu2.json @@ -0,0 +1 @@ +{"data":[{"marker":{"size":6},"mode":"markers","name":"Cluster 0","text":["336680_RRB_M_Cre, Run 1","355577_RR_M_Cre, Run 1","355580_R_M_Cre, Run 1"],"x":[2.4944240130134485,1.2017918915218622,0.4775438134107769],"y":[-1.3552463815742215,-1.894097248670133,-3.9104033757516765],"z":[1.9079891687138448,-3.163035806377065,2.80030760885525],"type":"scatter3d"},{"marker":{"size":6},"mode":"markers","name":"Cluster 1","text":["355579_N_M_Cre, Run 1"],"x":[-6.071017072097192],"y":[-0.9611182222345354],"z":[-1.5133766440116323],"type":"scatter3d"},{"marker":{"size":6},"mode":"markers","name":"Cluster 2","text":["336674_RB_M_Cre, Run 1","336681_LT_M_cre, Run 1","336682_RB_M_Cre, Run 1"],"x":[-0.01166515137951163,2.7568665615406833,-0.8479440560100644],"y":[3.5022475355385154,1.5663728011607323,3.0522448915313047],"z":[1.8163428483602972,-3.6143462019375305,1.7661190263968332],"type":"scatter3d"},{"marker":{"color":"red","size":14,"symbol":"diamond"},"mode":"markers","name":"Postrhinal area (R)","text":["Imputed Region"],"x":[0.6324191180503842],"y":[2.706955076076859],"z":[-0.010628109060130342],"type":"scatter3d"}],"layout":{"template":{"data":{"histogram2dcontour":[{"type":"histogram2dcontour","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"choropleth":[{"type":"choropleth","colorbar":{"outlinewidth":0,"ticks":""}}],"histogram2d":[{"type":"histogram2d","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"heatmap":[{"type":"heatmap","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"heatmapgl":[{"type":"heatmapgl","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"contourcarpet":[{"type":"contourcarpet","colorbar":{"outlinewidth":0,"ticks":""}}],"contour":[{"type":"contour","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"surface":[{"type":"surface","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"mesh3d":[{"type":"mesh3d","colorbar":{"outlinewidth":0,"ticks":""}}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"parcoords":[{"type":"parcoords","line":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scatterpolargl":[{"type":"scatterpolargl","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"#E5ECF6","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"scattergeo":[{"type":"scattergeo","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scatterpolar":[{"type":"scatterpolar","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"scattergl":[{"type":"scattergl","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scatter3d":[{"type":"scatter3d","line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scattermapbox":[{"type":"scattermapbox","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scatterternary":[{"type":"scatterternary","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scattercarpet":[{"type":"scattercarpet","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"white","linecolor":"white","minorgridcolor":"white","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"white","linecolor":"white","minorgridcolor":"white","startlinecolor":"#2a3f5f"},"type":"carpet"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}],"barpolar":[{"marker":{"line":{"color":"#E5ECF6","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"pie":[{"automargin":true,"type":"pie"}]},"layout":{"autotypenumbers":"strict","colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"hovermode":"closest","hoverlabel":{"align":"left"},"paper_bgcolor":"white","plot_bgcolor":"#E5ECF6","polar":{"bgcolor":"#E5ECF6","angularaxis":{"gridcolor":"white","linecolor":"white","ticks":""},"radialaxis":{"gridcolor":"white","linecolor":"white","ticks":""}},"ternary":{"bgcolor":"#E5ECF6","aaxis":{"gridcolor":"white","linecolor":"white","ticks":""},"baxis":{"gridcolor":"white","linecolor":"white","ticks":""},"caxis":{"gridcolor":"white","linecolor":"white","ticks":""}},"coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]]},"xaxis":{"gridcolor":"white","linecolor":"white","ticks":"","title":{"standoff":15},"zerolinecolor":"white","automargin":true,"zerolinewidth":2},"yaxis":{"gridcolor":"white","linecolor":"white","ticks":"","title":{"standoff":15},"zerolinecolor":"white","automargin":true,"zerolinewidth":2},"scene":{"xaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white","gridwidth":2},"yaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white","gridwidth":2},"zaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white","gridwidth":2}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"geo":{"bgcolor":"white","landcolor":"#E5ECF6","subunitcolor":"white","showland":true,"showlakes":true,"lakecolor":"white"},"title":{"x":0.05},"mapbox":{"style":"light"}}},"margin":{"l":0,"r":0,"b":0,"t":50},"title":{"text":"Clustering of Reference Mice with Imputed Region"},"scene":{"xaxis":{"title":{"text":"PC 1"}},"yaxis":{"title":{"text":"PC 2"}},"zaxis":{"title":{"text":"PC 3"}}},"xaxis":{"title":{}},"yaxis":{"title":{}}}} \ No newline at end of file diff --git a/assets/plotly/2025-10-25-phase-diagram-playbook/3D-louvain.json b/assets/plotly/2025-10-25-phase-diagram-playbook/3D-louvain.json new file mode 100644 index 0000000..ed9da4b --- /dev/null +++ b/assets/plotly/2025-10-25-phase-diagram-playbook/3D-louvain.json @@ -0,0 +1 @@ +{"data":[{"hoverinfo":"none","line":{"color":"rgba(75, 130, 180, 0.95)","width":1.2},"mode":"lines","x":[0.03340354441468269,0.019563154809148456,null,0.03340354441468269,0.033853220673631786,null,0.03340354441468269,0.05708583958501372,null,0.03340354441468269,0.06917828447493918,null,0.03340354441468269,0.06239440920823533,null,0.03340354441468269,-0.0029917308058755774,null,0.03340354441468269,0.05220204925031165,null,0.03340354441468269,0.01656129764227205,null,0.019563154809148456,0.033853220673631786,null,0.019563154809148456,0.05708583958501372,null,0.019563154809148456,0.06990669788688446,null,0.019563154809148456,0.06917828447493918,null,0.019563154809148456,0.06239440920823533,null,0.019563154809148456,-0.0029917308058755774,null,0.019563154809148456,0.05220204925031165,null,0.019563154809148456,0.01656129764227205,null,0.033853220673631786,0.05708583958501372,null,0.033853220673631786,0.06990669788688446,null,0.033853220673631786,0.06917828447493918,null,0.033853220673631786,0.06239440920823533,null,0.033853220673631786,-0.0029917308058755774,null,0.033853220673631786,0.05220204925031165,null,0.033853220673631786,0.01656129764227205,null,0.05708583958501372,0.06990669788688446,null,0.05708583958501372,0.06917828447493918,null,0.05708583958501372,0.06239440920823533,null,0.05708583958501372,-0.0029917308058755774,null,0.05708583958501372,0.05220204925031165,null,0.05708583958501372,0.01656129764227205,null,0.07772721676338995,0.06990669788688446,null,0.07772721676338995,0.06917828447493918,null,0.07772721676338995,0.12096753092128527,null,0.07772721676338995,0.06239440920823533,null,0.07772721676338995,-0.0029917308058755774,null,-0.030127153552144775,-0.0029917308058755774,null,-0.030127153552144775,-0.047112258813593134,null,-0.030127153552144775,-0.1092503490749698,null,-0.030127153552144775,-0.02271356741815134,null,-0.030127153552144775,-0.06134770878514707,null,-0.030127153552144775,-0.036708987173509185,null,-0.030127153552144775,-0.07067843274705843,null,-0.030127153552144775,-0.0549532258211981,null,-0.030127153552144775,-0.08349174547179136,null,-0.030127153552144775,-0.05816996759599373,null,0.08288109861062601,0.06990669788688446,null,0.08288109861062601,0.10749338681845921,null,0.08288109861062601,0.06917828447493918,null,0.08288109861062601,0.10362493398089574,null,0.08288109861062601,0.07612187484929595,null,0.08288109861062601,0.07903312737788488,null,0.06990669788688446,0.10749338681845921,null,0.06990669788688446,0.06917828447493918,null,0.06990669788688446,0.07612187484929595,null,0.06990669788688446,0.12096753092128527,null,0.06990669788688446,0.06239440920823533,null,0.10749338681845921,0.06917828447493918,null,0.10749338681845921,0.10362493398089574,null,0.10749338681845921,0.07612187484929595,null,0.10749338681845921,0.12096753092128527,null,0.10749338681845921,0.07903312737788488,null,0.06917828447493918,0.07612187484929595,null,0.06917828447493918,0.12096753092128527,null,0.06917828447493918,0.06239440920823533,null,0.10362493398089574,0.07612187484929595,null,0.10362493398089574,0.07903312737788488,null,0.07612187484929595,0.07903312737788488,null,0.12096753092128527,0.06239440920823533,null,0.06239440920823533,-0.0029917308058755774,null,-0.0029917308058755774,-0.047112258813593134,null,-0.0029917308058755774,-0.02271356741815134,null,-0.0029917308058755774,-0.06134770878514707,null,-0.0029917308058755774,-0.036708987173509185,null,-0.0029917308058755774,-0.07067843274705843,null,-0.0029917308058755774,-0.08349174547179136,null,-0.047112258813593134,-0.1185221119488154,null,-0.047112258813593134,-0.02271356741815134,null,-0.047112258813593134,-0.06134770878514707,null,-0.047112258813593134,-0.036708987173509185,null,-0.047112258813593134,-0.07067843274705843,null,-0.047112258813593134,-0.0549532258211981,null,-0.047112258813593134,-0.08349174547179136,null,-0.047112258813593134,-0.05816996759599373,null,0.05220204925031165,0.01656129764227205,null,0.07903312737788488,0.044413562044813226,null,-0.41085617864453056,-0.35190992846998576,null,-0.41085617864453056,-0.4271128645079015,null,-0.41085617864453056,-0.43576015276974245,null,-0.41085617864453056,-0.4005033112747548,null,-0.41085617864453056,-0.43939846626876655,null,-0.35190992846998576,-0.4271128645079015,null,-0.35190992846998576,-0.43576015276974245,null,-0.35190992846998576,-0.4005033112747548,null,-0.35190992846998576,-0.43939846626876655,null,-0.35190992846998576,-0.20814476385475275,null,-0.35190992846998576,-0.19936993412380333,null,-0.4271128645079015,-0.43576015276974245,null,-0.4271128645079015,-0.4005033112747548,null,-0.4271128645079015,-0.43939846626876655,null,-0.43576015276974245,-0.4005033112747548,null,-0.43576015276974245,-0.43939846626876655,null,-0.4005033112747548,-0.43939846626876655,null,-0.1092503490749698,-0.20814476385475275,null,-0.1092503490749698,-0.1185221119488154,null,-0.1092503490749698,-0.16045735995977797,null,-0.1092503490749698,-0.14680954230901444,null,-0.1092503490749698,-0.19936993412380333,null,-0.1092503490749698,-0.06134770878514707,null,-0.1092503490749698,-0.036708987173509185,null,-0.1092503490749698,-0.07067843274705843,null,-0.1092503490749698,-0.0549532258211981,null,-0.1092503490749698,-0.08349174547179136,null,-0.1092503490749698,-0.05816996759599373,null,-0.20814476385475275,-0.1185221119488154,null,-0.20814476385475275,-0.16045735995977797,null,-0.20814476385475275,-0.14680954230901444,null,-0.20814476385475275,-0.19936993412380333,null,-0.1185221119488154,-0.16045735995977797,null,-0.1185221119488154,-0.14680954230901444,null,-0.1185221119488154,-0.19936993412380333,null,-0.1185221119488154,-0.06134770878514707,null,-0.1185221119488154,-0.036708987173509185,null,-0.1185221119488154,-0.07067843274705843,null,-0.1185221119488154,-0.0549532258211981,null,-0.1185221119488154,-0.08349174547179136,null,-0.1185221119488154,-0.05816996759599373,null,-0.16045735995977797,-0.14680954230901444,null,-0.16045735995977797,-0.19936993412380333,null,-0.16045735995977797,-0.20186867133751848,null,-0.16045735995977797,-0.16949580432967204,null,-0.14680954230901444,-0.19936993412380333,null,-0.14680954230901444,-0.16949580432967204,null,-0.19936993412380333,-0.20186867133751848,null,-0.19936993412380333,-0.16949580432967204,null,-0.02271356741815134,-0.06134770878514707,null,-0.02271356741815134,-0.036708987173509185,null,-0.02271356741815134,-0.07067843274705843,null,-0.02271356741815134,-0.0549532258211981,null,-0.02271356741815134,-0.08349174547179136,null,-0.02271356741815134,-0.05816996759599373,null,-0.06134770878514707,-0.036708987173509185,null,-0.06134770878514707,-0.07067843274705843,null,-0.06134770878514707,-0.0549532258211981,null,-0.06134770878514707,-0.08349174547179136,null,-0.06134770878514707,-0.05816996759599373,null,-0.036708987173509185,-0.07067843274705843,null,-0.036708987173509185,-0.0549532258211981,null,-0.036708987173509185,-0.08349174547179136,null,-0.036708987173509185,-0.05816996759599373,null,-0.07067843274705843,-0.0549532258211981,null,-0.07067843274705843,-0.08349174547179136,null,-0.07067843274705843,-0.05816996759599373,null,-0.0549532258211981,-0.08349174547179136,null,-0.0549532258211981,-0.05816996759599373,null,-0.08349174547179136,-0.05816996759599373,null,-0.20186867133751848,-0.16949580432967204,null],"y":[-0.12181684655374476,-0.09561702950383032,null,-0.12181684655374476,-0.1098489863587046,null,-0.12181684655374476,-0.10645520950873423,null,-0.12181684655374476,-0.05818569795970928,null,-0.12181684655374476,-0.058706498321510564,null,-0.12181684655374476,-0.03839447528820257,null,-0.12181684655374476,-0.1823006968635373,null,-0.12181684655374476,-0.17214720988278523,null,-0.09561702950383032,-0.1098489863587046,null,-0.09561702950383032,-0.10645520950873423,null,-0.09561702950383032,-0.03996698791948199,null,-0.09561702950383032,-0.05818569795970928,null,-0.09561702950383032,-0.058706498321510564,null,-0.09561702950383032,-0.03839447528820257,null,-0.09561702950383032,-0.1823006968635373,null,-0.09561702950383032,-0.17214720988278523,null,-0.1098489863587046,-0.10645520950873423,null,-0.1098489863587046,-0.03996698791948199,null,-0.1098489863587046,-0.05818569795970928,null,-0.1098489863587046,-0.058706498321510564,null,-0.1098489863587046,-0.03839447528820257,null,-0.1098489863587046,-0.1823006968635373,null,-0.1098489863587046,-0.17214720988278523,null,-0.10645520950873423,-0.03996698791948199,null,-0.10645520950873423,-0.05818569795970928,null,-0.10645520950873423,-0.058706498321510564,null,-0.10645520950873423,-0.03839447528820257,null,-0.10645520950873423,-0.1823006968635373,null,-0.10645520950873423,-0.17214720988278523,null,-0.02069489818135893,-0.03996698791948199,null,-0.02069489818135893,-0.05818569795970928,null,-0.02069489818135893,-0.03455553801131563,null,-0.02069489818135893,-0.058706498321510564,null,-0.02069489818135893,-0.03839447528820257,null,-0.016933957955128764,-0.03839447528820257,null,-0.016933957955128764,0.025862406344033605,null,-0.016933957955128764,0.03733826357229827,null,-0.016933957955128764,-0.004556784298081724,null,-0.016933957955128764,-0.010456986059593948,null,-0.016933957955128764,0.019453241453896,null,-0.016933957955128764,0.029855469610015603,null,-0.016933957955128764,0.04261034287752039,null,-0.016933957955128764,0.003184460810098599,null,-0.016933957955128764,0.010687918511507657,null,0.0240802984743466,-0.03996698791948199,null,0.0240802984743466,0.0027535074704512805,null,0.0240802984743466,-0.05818569795970928,null,0.0240802984743466,0.04384250097353232,null,0.0240802984743466,-0.0034188171330218372,null,0.0240802984743466,0.09242442045799337,null,-0.03996698791948199,0.0027535074704512805,null,-0.03996698791948199,-0.05818569795970928,null,-0.03996698791948199,-0.0034188171330218372,null,-0.03996698791948199,-0.03455553801131563,null,-0.03996698791948199,-0.058706498321510564,null,0.0027535074704512805,-0.05818569795970928,null,0.0027535074704512805,0.04384250097353232,null,0.0027535074704512805,-0.0034188171330218372,null,0.0027535074704512805,-0.03455553801131563,null,0.0027535074704512805,0.09242442045799337,null,-0.05818569795970928,-0.0034188171330218372,null,-0.05818569795970928,-0.03455553801131563,null,-0.05818569795970928,-0.058706498321510564,null,0.04384250097353232,-0.0034188171330218372,null,0.04384250097353232,0.09242442045799337,null,-0.0034188171330218372,0.09242442045799337,null,-0.03455553801131563,-0.058706498321510564,null,-0.058706498321510564,-0.03839447528820257,null,-0.03839447528820257,0.025862406344033605,null,-0.03839447528820257,-0.004556784298081724,null,-0.03839447528820257,-0.010456986059593948,null,-0.03839447528820257,0.019453241453896,null,-0.03839447528820257,0.029855469610015603,null,-0.03839447528820257,0.003184460810098599,null,0.025862406344033605,0.05619261103717136,null,0.025862406344033605,-0.004556784298081724,null,0.025862406344033605,-0.010456986059593948,null,0.025862406344033605,0.019453241453896,null,0.025862406344033605,0.029855469610015603,null,0.025862406344033605,0.04261034287752039,null,0.025862406344033605,0.003184460810098599,null,0.025862406344033605,0.010687918511507657,null,-0.1823006968635373,-0.17214720988278523,null,0.09242442045799337,0.21902571822122868,null,0.042078445647570635,0.07050388099353669,null,0.042078445647570635,0.08831633488269752,null,0.042078445647570635,0.0823050521112009,null,0.042078445647570635,0.07821101415567305,null,0.042078445647570635,0.05147718266006878,null,0.07050388099353669,0.08831633488269752,null,0.07050388099353669,0.0823050521112009,null,0.07050388099353669,0.07821101415567305,null,0.07050388099353669,0.05147718266006878,null,0.07050388099353669,0.05642015622812075,null,0.07050388099353669,0.09038094657780206,null,0.08831633488269752,0.0823050521112009,null,0.08831633488269752,0.07821101415567305,null,0.08831633488269752,0.05147718266006878,null,0.0823050521112009,0.07821101415567305,null,0.0823050521112009,0.05147718266006878,null,0.07821101415567305,0.05147718266006878,null,0.03733826357229827,0.05642015622812075,null,0.03733826357229827,0.05619261103717136,null,0.03733826357229827,0.1081404600785943,null,0.03733826357229827,0.07545860575261565,null,0.03733826357229827,0.09038094657780206,null,0.03733826357229827,-0.010456986059593948,null,0.03733826357229827,0.019453241453896,null,0.03733826357229827,0.029855469610015603,null,0.03733826357229827,0.04261034287752039,null,0.03733826357229827,0.003184460810098599,null,0.03733826357229827,0.010687918511507657,null,0.05642015622812075,0.05619261103717136,null,0.05642015622812075,0.1081404600785943,null,0.05642015622812075,0.07545860575261565,null,0.05642015622812075,0.09038094657780206,null,0.05619261103717136,0.1081404600785943,null,0.05619261103717136,0.07545860575261565,null,0.05619261103717136,0.09038094657780206,null,0.05619261103717136,-0.010456986059593948,null,0.05619261103717136,0.019453241453896,null,0.05619261103717136,0.029855469610015603,null,0.05619261103717136,0.04261034287752039,null,0.05619261103717136,0.003184460810098599,null,0.05619261103717136,0.010687918511507657,null,0.1081404600785943,0.07545860575261565,null,0.1081404600785943,0.09038094657780206,null,0.1081404600785943,0.17291112433454658,null,0.1081404600785943,0.13974667318308973,null,0.07545860575261565,0.09038094657780206,null,0.07545860575261565,0.13974667318308973,null,0.09038094657780206,0.17291112433454658,null,0.09038094657780206,0.13974667318308973,null,-0.004556784298081724,-0.010456986059593948,null,-0.004556784298081724,0.019453241453896,null,-0.004556784298081724,0.029855469610015603,null,-0.004556784298081724,0.04261034287752039,null,-0.004556784298081724,0.003184460810098599,null,-0.004556784298081724,0.010687918511507657,null,-0.010456986059593948,0.019453241453896,null,-0.010456986059593948,0.029855469610015603,null,-0.010456986059593948,0.04261034287752039,null,-0.010456986059593948,0.003184460810098599,null,-0.010456986059593948,0.010687918511507657,null,0.019453241453896,0.029855469610015603,null,0.019453241453896,0.04261034287752039,null,0.019453241453896,0.003184460810098599,null,0.019453241453896,0.010687918511507657,null,0.029855469610015603,0.04261034287752039,null,0.029855469610015603,0.003184460810098599,null,0.029855469610015603,0.010687918511507657,null,0.04261034287752039,0.003184460810098599,null,0.04261034287752039,0.010687918511507657,null,0.003184460810098599,0.010687918511507657,null,0.17291112433454658,0.13974667318308973,null],"z":[0.17545126796080715,0.20307592981718092,null,0.17545126796080715,0.21724473846406028,null,0.17545126796080715,0.19920732477600336,null,0.17545126796080715,0.27217901149170987,null,0.17545126796080715,0.20650910899455854,null,0.17545126796080715,0.0734923923340625,null,0.17545126796080715,0.2121334302710896,null,0.17545126796080715,0.2228398207866315,null,0.20307592981718092,0.21724473846406028,null,0.20307592981718092,0.19920732477600336,null,0.20307592981718092,0.28789715044537967,null,0.20307592981718092,0.27217901149170987,null,0.20307592981718092,0.20650910899455854,null,0.20307592981718092,0.0734923923340625,null,0.20307592981718092,0.2121334302710896,null,0.20307592981718092,0.2228398207866315,null,0.21724473846406028,0.19920732477600336,null,0.21724473846406028,0.28789715044537967,null,0.21724473846406028,0.27217901149170987,null,0.21724473846406028,0.20650910899455854,null,0.21724473846406028,0.0734923923340625,null,0.21724473846406028,0.2121334302710896,null,0.21724473846406028,0.2228398207866315,null,0.19920732477600336,0.28789715044537967,null,0.19920732477600336,0.27217901149170987,null,0.19920732477600336,0.20650910899455854,null,0.19920732477600336,0.0734923923340625,null,0.19920732477600336,0.2121334302710896,null,0.19920732477600336,0.2228398207866315,null,0.19920083331771382,0.28789715044537967,null,0.19920083331771382,0.27217901149170987,null,0.19920083331771382,0.2715027981362857,null,0.19920083331771382,0.20650910899455854,null,0.19920083331771382,0.0734923923340625,null,-0.05122718229077328,0.0734923923340625,null,-0.05122718229077328,-0.017146910117866936,null,-0.05122718229077328,-0.1313760890555673,null,-0.05122718229077328,-0.015011097168459123,null,-0.05122718229077328,-0.04682643839406027,null,-0.05122718229077328,-0.05065856179999516,null,-0.05122718229077328,-0.038357484839827566,null,-0.05122718229077328,-0.07897565952978071,null,-0.05122718229077328,-0.04378368578948596,null,-0.05122718229077328,-0.0918802709773906,null,0.36355335126202676,0.28789715044537967,null,0.36355335126202676,0.3519580381651473,null,0.36355335126202676,0.27217901149170987,null,0.36355335126202676,0.42631154629694773,null,0.36355335126202676,0.3799639154787183,null,0.36355335126202676,0.3974871775788639,null,0.28789715044537967,0.3519580381651473,null,0.28789715044537967,0.27217901149170987,null,0.28789715044537967,0.3799639154787183,null,0.28789715044537967,0.2715027981362857,null,0.28789715044537967,0.20650910899455854,null,0.3519580381651473,0.27217901149170987,null,0.3519580381651473,0.42631154629694773,null,0.3519580381651473,0.3799639154787183,null,0.3519580381651473,0.2715027981362857,null,0.3519580381651473,0.3974871775788639,null,0.27217901149170987,0.3799639154787183,null,0.27217901149170987,0.2715027981362857,null,0.27217901149170987,0.20650910899455854,null,0.42631154629694773,0.3799639154787183,null,0.42631154629694773,0.3974871775788639,null,0.3799639154787183,0.3974871775788639,null,0.2715027981362857,0.20650910899455854,null,0.20650910899455854,0.0734923923340625,null,0.0734923923340625,-0.017146910117866936,null,0.0734923923340625,-0.015011097168459123,null,0.0734923923340625,-0.04682643839406027,null,0.0734923923340625,-0.05065856179999516,null,0.0734923923340625,-0.038357484839827566,null,0.0734923923340625,-0.04378368578948596,null,-0.017146910117866936,-0.12390346671863352,null,-0.017146910117866936,-0.015011097168459123,null,-0.017146910117866936,-0.04682643839406027,null,-0.017146910117866936,-0.05065856179999516,null,-0.017146910117866936,-0.038357484839827566,null,-0.017146910117866936,-0.07897565952978071,null,-0.017146910117866936,-0.04378368578948596,null,-0.017146910117866936,-0.0918802709773906,null,0.2121334302710896,0.2228398207866315,null,0.3974871775788639,0.39728739443649486,null,-0.39462854740501535,-0.33470815770831325,null,-0.39462854740501535,-0.3678237366955245,null,-0.39462854740501535,-0.4038176574878903,null,-0.39462854740501535,-0.40662144525329336,null,-0.39462854740501535,-0.3728897489001016,null,-0.33470815770831325,-0.3678237366955245,null,-0.33470815770831325,-0.4038176574878903,null,-0.33470815770831325,-0.40662144525329336,null,-0.33470815770831325,-0.3728897489001016,null,-0.33470815770831325,-0.21351685195534248,null,-0.33470815770831325,-0.22781707669310602,null,-0.3678237366955245,-0.4038176574878903,null,-0.3678237366955245,-0.40662144525329336,null,-0.3678237366955245,-0.3728897489001016,null,-0.4038176574878903,-0.40662144525329336,null,-0.4038176574878903,-0.3728897489001016,null,-0.40662144525329336,-0.3728897489001016,null,-0.1313760890555673,-0.21351685195534248,null,-0.1313760890555673,-0.12390346671863352,null,-0.1313760890555673,-0.19944005087273337,null,-0.1313760890555673,-0.20321441234873983,null,-0.1313760890555673,-0.22781707669310602,null,-0.1313760890555673,-0.04682643839406027,null,-0.1313760890555673,-0.05065856179999516,null,-0.1313760890555673,-0.038357484839827566,null,-0.1313760890555673,-0.07897565952978071,null,-0.1313760890555673,-0.04378368578948596,null,-0.1313760890555673,-0.0918802709773906,null,-0.21351685195534248,-0.12390346671863352,null,-0.21351685195534248,-0.19944005087273337,null,-0.21351685195534248,-0.20321441234873983,null,-0.21351685195534248,-0.22781707669310602,null,-0.12390346671863352,-0.19944005087273337,null,-0.12390346671863352,-0.20321441234873983,null,-0.12390346671863352,-0.22781707669310602,null,-0.12390346671863352,-0.04682643839406027,null,-0.12390346671863352,-0.05065856179999516,null,-0.12390346671863352,-0.038357484839827566,null,-0.12390346671863352,-0.07897565952978071,null,-0.12390346671863352,-0.04378368578948596,null,-0.12390346671863352,-0.0918802709773906,null,-0.19944005087273337,-0.20321441234873983,null,-0.19944005087273337,-0.22781707669310602,null,-0.19944005087273337,-0.26636472200795286,null,-0.19944005087273337,-0.26591736076079336,null,-0.20321441234873983,-0.22781707669310602,null,-0.20321441234873983,-0.26591736076079336,null,-0.22781707669310602,-0.26636472200795286,null,-0.22781707669310602,-0.26591736076079336,null,-0.015011097168459123,-0.04682643839406027,null,-0.015011097168459123,-0.05065856179999516,null,-0.015011097168459123,-0.038357484839827566,null,-0.015011097168459123,-0.07897565952978071,null,-0.015011097168459123,-0.04378368578948596,null,-0.015011097168459123,-0.0918802709773906,null,-0.04682643839406027,-0.05065856179999516,null,-0.04682643839406027,-0.038357484839827566,null,-0.04682643839406027,-0.07897565952978071,null,-0.04682643839406027,-0.04378368578948596,null,-0.04682643839406027,-0.0918802709773906,null,-0.05065856179999516,-0.038357484839827566,null,-0.05065856179999516,-0.07897565952978071,null,-0.05065856179999516,-0.04378368578948596,null,-0.05065856179999516,-0.0918802709773906,null,-0.038357484839827566,-0.07897565952978071,null,-0.038357484839827566,-0.04378368578948596,null,-0.038357484839827566,-0.0918802709773906,null,-0.07897565952978071,-0.04378368578948596,null,-0.07897565952978071,-0.0918802709773906,null,-0.04378368578948596,-0.0918802709773906,null,-0.26636472200795286,-0.26591736076079336,null],"type":"scatter3d"},{"hoverinfo":"text","hovertext":["Region: Cerebrum (L)\u003cbr\u003eDegree: 8\u003cbr\u003eCluster: 0","Region: Cerebrum (R)\u003cbr\u003eDegree: 9\u003cbr\u003eCluster: 0","Region: Cortical plate (L)\u003cbr\u003eDegree: 9\u003cbr\u003eCluster: 0","Region: Cortical plate (R)\u003cbr\u003eDegree: 9\u003cbr\u003eCluster: 0","Region: Frontal pole cerebral cortex (L)\u003cbr\u003eDegree: 0\u003cbr\u003eCluster: 4","Region: Frontal pole cerebral cortex (R)\u003cbr\u003eDegree: 0\u003cbr\u003eCluster: 5","Region: Gustatory areas (L)\u003cbr\u003eDegree: 5\u003cbr\u003eCluster: 12","Region: Gustatory areas (R)\u003cbr\u003eDegree: 0\u003cbr\u003eCluster: 7","Region: Auditory areas (L)\u003cbr\u003eDegree: 0\u003cbr\u003eCluster: 8","Region: Auditory areas (R)\u003cbr\u003eDegree: 0\u003cbr\u003eCluster: 9","Region: Postrhinal area (L)\u003cbr\u003eDegree: 10\u003cbr\u003eCluster: 10","Region: Postrhinal area (R)\u003cbr\u003eDegree: 0\u003cbr\u003eCluster: 11","Region: Anterior cingulate area (L)\u003cbr\u003eDegree: 6\u003cbr\u003eCluster: 12","Region: Anterior cingulate area (R)\u003cbr\u003eDegree: 10\u003cbr\u003eCluster: 12","Region: Anterior cingulate area dorsal part (L)\u003cbr\u003eDegree: 7\u003cbr\u003eCluster: 12","Region: Anterior cingulate area dorsal part (R)\u003cbr\u003eDegree: 11\u003cbr\u003eCluster: 12","Region: Anterior cingulate area ventral part (L)\u003cbr\u003eDegree: 4\u003cbr\u003eCluster: 12","Region: Anterior cingulate area ventral part (R)\u003cbr\u003eDegree: 6\u003cbr\u003eCluster: 12","Region: Prelimbic area (L)\u003cbr\u003eDegree: 5\u003cbr\u003eCluster: 12","Region: Prelimbic area (R)\u003cbr\u003eDegree: 9\u003cbr\u003eCluster: 12","Region: Infralimbic area (L)\u003cbr\u003eDegree: 0\u003cbr\u003eCluster: 14","Region: Infralimbic area (R)\u003cbr\u003eDegree: 0\u003cbr\u003eCluster: 15","Region: Agranular insular area (L)\u003cbr\u003eDegree: 13\u003cbr\u003eCluster: 10","Region: Agranular insular area (R)\u003cbr\u003eDegree: 10\u003cbr\u003eCluster: 10","Region: Retrosplenial area (L)\u003cbr\u003eDegree: 5\u003cbr\u003eCluster: 0","Region: Retrosplenial area (R)\u003cbr\u003eDegree: 5\u003cbr\u003eCluster: 0","Region: Posterior parietal association areas (L)\u003cbr\u003eDegree: 5\u003cbr\u003eCluster: 12","Region: Posterior parietal association areas (R)\u003cbr\u003eDegree: 1\u003cbr\u003eCluster: 12","Region: Ectorhinal area (L)\u003cbr\u003eDegree: 0\u003cbr\u003eCluster: 16","Region: Ectorhinal area (R)\u003cbr\u003eDegree: 0\u003cbr\u003eCluster: 17","Region: Hippocampal formation (L)\u003cbr\u003eDegree: 5\u003cbr\u003eCluster: 1","Region: Hippocampal formation (R)\u003cbr\u003eDegree: 7\u003cbr\u003eCluster: 1","Region: Hippocampal region (L)\u003cbr\u003eDegree: 5\u003cbr\u003eCluster: 1","Region: Hippocampal region (R)\u003cbr\u003eDegree: 5\u003cbr\u003eCluster: 1","Region: Dentate gyrus (L)\u003cbr\u003eDegree: 5\u003cbr\u003eCluster: 1","Region: Dentate gyrus (R)\u003cbr\u003eDegree: 5\u003cbr\u003eCluster: 1","Region: Retrohippocampal region (L)\u003cbr\u003eDegree: 12\u003cbr\u003eCluster: 6","Region: Retrohippocampal region (R)\u003cbr\u003eDegree: 6\u003cbr\u003eCluster: 6","Region: Hippocampo-amygdalar transition area (L)\u003cbr\u003eDegree: 0\u003cbr\u003eCluster: 2","Region: Hippocampo-amygdalar transition area (R)\u003cbr\u003eDegree: 0\u003cbr\u003eCluster: 3","Region: Striatum (L)\u003cbr\u003eDegree: 12\u003cbr\u003eCluster: 6","Region: Striatum (R)\u003cbr\u003eDegree: 7\u003cbr\u003eCluster: 6","Region: Striatum dorsal region (L)\u003cbr\u003eDegree: 6\u003cbr\u003eCluster: 6","Region: Striatum dorsal region (R)\u003cbr\u003eDegree: 8\u003cbr\u003eCluster: 6","Region: Striatum ventral region (L)\u003cbr\u003eDegree: 9\u003cbr\u003eCluster: 10","Region: Striatum ventral region (R)\u003cbr\u003eDegree: 11\u003cbr\u003eCluster: 10","Region: Striatum-like amygdalar nuclei (L)\u003cbr\u003eDegree: 11\u003cbr\u003eCluster: 10","Region: Striatum-like amygdalar nuclei (R)\u003cbr\u003eDegree: 11\u003cbr\u003eCluster: 10","Region: Anterior amygdalar area (L)\u003cbr\u003eDegree: 10\u003cbr\u003eCluster: 10","Region: Anterior amygdalar area (R)\u003cbr\u003eDegree: 0\u003cbr\u003eCluster: 13","Region: Central amygdalar nucleus (L)\u003cbr\u003eDegree: 11\u003cbr\u003eCluster: 10","Region: Central amygdalar nucleus (R)\u003cbr\u003eDegree: 10\u003cbr\u003eCluster: 10","Region: Thalamus (L)\u003cbr\u003eDegree: 3\u003cbr\u003eCluster: 6","Region: Thalamus (R)\u003cbr\u003eDegree: 4\u003cbr\u003eCluster: 6"],"marker":{"color":[0,0,0,0,4,5,12,7,8,9,10,11,12,12,12,12,12,12,12,12,14,15,10,10,0,0,12,12,16,17,1,1,1,1,1,1,6,6,2,3,6,6,6,6,10,10,10,10,10,13,10,10,6,6],"colorbar":{"len":0.75,"thickness":25,"tickfont":{"size":14},"ticktext":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17"],"tickvals":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17],"title":{"font":{"size":16},"text":"Cluster"}},"colorscale":[[0.0,"#440154"],[0.1111111111111111,"#482878"],[0.2222222222222222,"#3e4989"],[0.3333333333333333,"#31688e"],[0.4444444444444444,"#26828e"],[0.5555555555555556,"#1f9e89"],[0.6666666666666666,"#35b779"],[0.7777777777777778,"#6ece58"],[0.8888888888888888,"#b5de2b"],[1.0,"#fde725"]],"opacity":0.9,"size":11},"mode":"markers+text","text":["Cerebrum (L)","Cerebrum (R)","Cortical plate (L)","Cortical plate (R)","Frontal pole cerebral cortex (L)","Frontal pole cerebral cortex (R)","Gustatory areas (L)","Gustatory areas (R)","Auditory areas (L)","Auditory areas (R)","Postrhinal area (L)","Postrhinal area (R)","Anterior cingulate area (L)","Anterior cingulate area (R)","Anterior cingulate area dorsal part (L)","Anterior cingulate area dorsal part (R)","Anterior cingulate area ventral part (L)","Anterior cingulate area ventral part (R)","Prelimbic area (L)","Prelimbic area (R)","Infralimbic area (L)","Infralimbic area (R)","Agranular insular area (L)","Agranular insular area (R)","Retrosplenial area (L)","Retrosplenial area (R)","Posterior parietal association areas (L)","Posterior parietal association areas (R)","Ectorhinal area (L)","Ectorhinal area (R)","Hippocampal formation (L)","Hippocampal formation (R)","Hippocampal region (L)","Hippocampal region (R)","Dentate gyrus (L)","Dentate gyrus (R)","Retrohippocampal region (L)","Retrohippocampal region (R)","Hippocampo-amygdalar transition area (L)","Hippocampo-amygdalar transition area (R)","Striatum (L)","Striatum (R)","Striatum dorsal region (L)","Striatum dorsal region (R)","Striatum ventral region (L)","Striatum ventral region (R)","Striatum-like amygdalar nuclei (L)","Striatum-like amygdalar nuclei (R)","Anterior amygdalar area (L)","Anterior amygdalar area (R)","Central amygdalar nucleus (L)","Central amygdalar nucleus (R)","Thalamus (L)","Thalamus (R)"],"textfont":{"size":10},"x":[0.03340354441468269,0.019563154809148456,0.033853220673631786,0.05708583958501372,0.9442710443606172,0.6294113953428296,0.07772721676338995,0.17310147708048002,0.8030374397166878,-0.4164434969182587,-0.030127153552144775,-0.07753836082743437,0.08288109861062601,0.06990669788688446,0.10749338681845921,0.06917828447493918,0.10362493398089574,0.07612187484929595,0.12096753092128527,0.06239440920823533,0.6386684246028793,-0.6300112897042669,-0.0029917308058755774,-0.047112258813593134,0.05220204925031165,0.01656129764227205,0.07903312737788488,0.044413562044813226,0.5729944649508448,-0.8958124728645078,-0.41085617864453056,-0.35190992846998576,-0.4271128645079015,-0.43576015276974245,-0.4005033112747548,-0.43939846626876655,-0.1092503490749698,-0.20814476385475275,-0.0022330995412884027,0.8878713155734514,-0.1185221119488154,-0.16045735995977797,-0.14680954230901444,-0.19936993412380333,-0.02271356741815134,-0.06134770878514707,-0.036708987173509185,-0.07067843274705843,-0.0549532258211981,0.5140261459746669,-0.08349174547179136,-0.05816996759599373,-0.20186867133751848,-0.16949580432967204],"y":[-0.12181684655374476,-0.09561702950383032,-0.1098489863587046,-0.10645520950873423,-0.26070794515888385,0.6584868205058871,-0.02069489818135893,-0.5142996522094921,-0.636233874350538,1.0,-0.016933957955128764,-0.7554796529997923,0.0240802984743466,-0.03996698791948199,0.0027535074704512805,-0.05818569795970928,0.04384250097353232,-0.0034188171330218372,-0.03455553801131563,-0.058706498321510564,-0.5090799886499325,0.32538148645806886,-0.03839447528820257,0.025862406344033605,-0.1823006968635373,-0.17214720988278523,0.09242442045799337,0.21902571822122868,0.7019436384482967,0.6888597349468222,0.042078445647570635,0.07050388099353669,0.08831633488269752,0.0823050521112009,0.07821101415567305,0.05147718266006878,0.03733826357229827,0.05642015622812075,-0.6925812650459096,0.25592812765818124,0.05619261103717136,0.1081404600785943,0.07545860575261565,0.09038094657780206,-0.004556784298081724,-0.010456986059593948,0.019453241453896,0.029855469610015603,0.04261034287752039,-0.8514218462235773,0.003184460810098599,0.010687918511507657,0.17291112433454658,0.13974667318308973],"z":[0.17545126796080715,0.20307592981718092,0.21724473846406028,0.19920732477600336,0.20992794090077457,-0.7421993726560142,0.19920083331771382,-0.9994135050475852,-0.26920150488654726,-0.24888752421601656,-0.05122718229077328,-0.8088548008142111,0.36355335126202676,0.28789715044537967,0.3519580381651473,0.27217901149170987,0.42631154629694773,0.3799639154787183,0.2715027981362857,0.20650910899455854,0.7379586486158433,0.8729631801263766,0.0734923923340625,-0.017146910117866936,0.2121334302710896,0.2228398207866315,0.3974871775788639,0.39728739443649486,-0.0018870290700512653,0.17359126506337288,-0.39462854740501535,-0.33470815770831325,-0.3678237366955245,-0.4038176574878903,-0.40662144525329336,-0.3728897489001016,-0.1313760890555673,-0.21351685195534248,0.8470176550981795,-0.4799188831274153,-0.12390346671863352,-0.19944005087273337,-0.20321441234873983,-0.22781707669310602,-0.015011097168459123,-0.04682643839406027,-0.05065856179999516,-0.038357484839827566,-0.07897565952978071,0.19751531477025613,-0.04378368578948596,-0.0918802709773906,-0.26636472200795286,-0.26591736076079336],"type":"scatter3d"}],"layout":{"annotations":[{"font":{"size":16},"showarrow":false,"text":"Node color indicates cluster assignment","x":0.85,"xref":"paper","y":0.9,"yref":"paper"}],"height":900,"margin":{"b":0,"l":0,"r":0,"t":80},"scene":{"aspectmode":"data","xaxis":{"showgrid":false,"showticklabels":false,"zeroline":false},"yaxis":{"showgrid":false,"showticklabels":false,"zeroline":false},"zaxis":{"showgrid":false,"showticklabels":false,"zeroline":false},"camera":{"up":{"x":0,"y":0,"z":1},"center":{"x":0,"y":0,"z":0},"eye":{"x":1.5,"y":1.5,"z":1.5}}},"showlegend":false,"title":{"font":{"size":20},"text":"3D Louvain Graph of Brain Regions"},"width":1200,"template":{"data":{"histogram2dcontour":[{"type":"histogram2dcontour","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"choropleth":[{"type":"choropleth","colorbar":{"outlinewidth":0,"ticks":""}}],"histogram2d":[{"type":"histogram2d","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"heatmap":[{"type":"heatmap","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"heatmapgl":[{"type":"heatmapgl","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"contourcarpet":[{"type":"contourcarpet","colorbar":{"outlinewidth":0,"ticks":""}}],"contour":[{"type":"contour","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"surface":[{"type":"surface","colorbar":{"outlinewidth":0,"ticks":""},"colorscale":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]]}],"mesh3d":[{"type":"mesh3d","colorbar":{"outlinewidth":0,"ticks":""}}],"scatter":[{"fillpattern":{"fillmode":"overlay","size":10,"solidity":0.2},"type":"scatter"}],"parcoords":[{"type":"parcoords","line":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scatterpolargl":[{"type":"scatterpolargl","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"bar":[{"error_x":{"color":"#2a3f5f"},"error_y":{"color":"#2a3f5f"},"marker":{"line":{"color":"#E5ECF6","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"bar"}],"scattergeo":[{"type":"scattergeo","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scatterpolar":[{"type":"scatterpolar","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"histogram":[{"marker":{"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"histogram"}],"scattergl":[{"type":"scattergl","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scatter3d":[{"type":"scatter3d","line":{"colorbar":{"outlinewidth":0,"ticks":""}},"marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scattermapbox":[{"type":"scattermapbox","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scatterternary":[{"type":"scatterternary","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"scattercarpet":[{"type":"scattercarpet","marker":{"colorbar":{"outlinewidth":0,"ticks":""}}}],"carpet":[{"aaxis":{"endlinecolor":"#2a3f5f","gridcolor":"white","linecolor":"white","minorgridcolor":"white","startlinecolor":"#2a3f5f"},"baxis":{"endlinecolor":"#2a3f5f","gridcolor":"white","linecolor":"white","minorgridcolor":"white","startlinecolor":"#2a3f5f"},"type":"carpet"}],"table":[{"cells":{"fill":{"color":"#EBF0F8"},"line":{"color":"white"}},"header":{"fill":{"color":"#C8D4E3"},"line":{"color":"white"}},"type":"table"}],"barpolar":[{"marker":{"line":{"color":"#E5ECF6","width":0.5},"pattern":{"fillmode":"overlay","size":10,"solidity":0.2}},"type":"barpolar"}],"pie":[{"automargin":true,"type":"pie"}]},"layout":{"autotypenumbers":"strict","colorway":["#636efa","#EF553B","#00cc96","#ab63fa","#FFA15A","#19d3f3","#FF6692","#B6E880","#FF97FF","#FECB52"],"font":{"color":"#2a3f5f"},"hovermode":"closest","hoverlabel":{"align":"left"},"paper_bgcolor":"white","plot_bgcolor":"#E5ECF6","polar":{"bgcolor":"#E5ECF6","angularaxis":{"gridcolor":"white","linecolor":"white","ticks":""},"radialaxis":{"gridcolor":"white","linecolor":"white","ticks":""}},"ternary":{"bgcolor":"#E5ECF6","aaxis":{"gridcolor":"white","linecolor":"white","ticks":""},"baxis":{"gridcolor":"white","linecolor":"white","ticks":""},"caxis":{"gridcolor":"white","linecolor":"white","ticks":""}},"coloraxis":{"colorbar":{"outlinewidth":0,"ticks":""}},"colorscale":{"sequential":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"sequentialminus":[[0.0,"#0d0887"],[0.1111111111111111,"#46039f"],[0.2222222222222222,"#7201a8"],[0.3333333333333333,"#9c179e"],[0.4444444444444444,"#bd3786"],[0.5555555555555556,"#d8576b"],[0.6666666666666666,"#ed7953"],[0.7777777777777778,"#fb9f3a"],[0.8888888888888888,"#fdca26"],[1.0,"#f0f921"]],"diverging":[[0,"#8e0152"],[0.1,"#c51b7d"],[0.2,"#de77ae"],[0.3,"#f1b6da"],[0.4,"#fde0ef"],[0.5,"#f7f7f7"],[0.6,"#e6f5d0"],[0.7,"#b8e186"],[0.8,"#7fbc41"],[0.9,"#4d9221"],[1,"#276419"]]},"xaxis":{"gridcolor":"white","linecolor":"white","ticks":"","title":{"standoff":15},"zerolinecolor":"white","automargin":true,"zerolinewidth":2},"yaxis":{"gridcolor":"white","linecolor":"white","ticks":"","title":{"standoff":15},"zerolinecolor":"white","automargin":true,"zerolinewidth":2},"scene":{"xaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white","gridwidth":2},"yaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white","gridwidth":2},"zaxis":{"backgroundcolor":"#E5ECF6","gridcolor":"white","linecolor":"white","showbackground":true,"ticks":"","zerolinecolor":"white","gridwidth":2}},"shapedefaults":{"line":{"color":"#2a3f5f"}},"annotationdefaults":{"arrowcolor":"#2a3f5f","arrowhead":0,"arrowwidth":1},"geo":{"bgcolor":"white","landcolor":"#E5ECF6","subunitcolor":"white","showland":true,"showlakes":true,"lakecolor":"white"},"title":{"x":0.05},"mapbox":{"style":"light"}}}}} \ No newline at end of file From 2d1fac297882a4016b82c31d8cf96326aee128bf Mon Sep 17 00:00:00 2001 From: juliankedys <96544513+juliankedys@users.noreply.github.com> Date: Wed, 5 Nov 2025 21:22:01 +0000 Subject: [PATCH 2/5] Fixed the folder structure/naming scheme --- .../3D-ELA.html | 0 .../3D-ELA2.html | 0 .../3D-ELA22.json | 0 .../3D-ELA23.json | 0 .../3D-PDA-C.json | 0 .../3D-PDA-chiSG.json | 0 .../3D-PDA-chiUni.json | 0 .../3D-PDA-m.json | 0 .../3D-PDA-q.json | 0 .../3D-PDA.html | 0 .../3D-brain-regions-Louvain.html | 0 .../3D-impu.html | 0 .../3D-impu2.json | 0 .../3D-louvain.json | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename assets/plotly/{2025-10-25-phase-diagram-playbook => 2025-10-25-phase}/3D-ELA.html (100%) rename assets/plotly/{2025-10-25-phase-diagram-playbook => 2025-10-25-phase}/3D-ELA2.html (100%) rename assets/plotly/{2025-10-25-phase-diagram-playbook => 2025-10-25-phase}/3D-ELA22.json (100%) rename assets/plotly/{2025-10-25-phase-diagram-playbook => 2025-10-25-phase}/3D-ELA23.json (100%) rename assets/plotly/{2025-10-25-phase-diagram-playbook => 2025-10-25-phase}/3D-PDA-C.json (100%) rename assets/plotly/{2025-10-25-phase-diagram-playbook => 2025-10-25-phase}/3D-PDA-chiSG.json (100%) rename assets/plotly/{2025-10-25-phase-diagram-playbook => 2025-10-25-phase}/3D-PDA-chiUni.json (100%) rename assets/plotly/{2025-10-25-phase-diagram-playbook => 2025-10-25-phase}/3D-PDA-m.json (100%) rename assets/plotly/{2025-10-25-phase-diagram-playbook => 2025-10-25-phase}/3D-PDA-q.json (100%) rename assets/plotly/{2025-10-25-phase-diagram-playbook => 2025-10-25-phase}/3D-PDA.html (100%) rename assets/plotly/{2025-10-25-phase-diagram-playbook => 2025-10-25-phase}/3D-brain-regions-Louvain.html (100%) rename assets/plotly/{2025-10-25-phase-diagram-playbook => 2025-10-25-phase}/3D-impu.html (100%) rename assets/plotly/{2025-10-25-phase-diagram-playbook => 2025-10-25-phase}/3D-impu2.json (100%) rename assets/plotly/{2025-10-25-phase-diagram-playbook => 2025-10-25-phase}/3D-louvain.json (100%) diff --git a/assets/plotly/2025-10-25-phase-diagram-playbook/3D-ELA.html b/assets/plotly/2025-10-25-phase/3D-ELA.html similarity index 100% rename from assets/plotly/2025-10-25-phase-diagram-playbook/3D-ELA.html rename to assets/plotly/2025-10-25-phase/3D-ELA.html diff --git a/assets/plotly/2025-10-25-phase-diagram-playbook/3D-ELA2.html b/assets/plotly/2025-10-25-phase/3D-ELA2.html similarity index 100% rename from assets/plotly/2025-10-25-phase-diagram-playbook/3D-ELA2.html rename to assets/plotly/2025-10-25-phase/3D-ELA2.html diff --git a/assets/plotly/2025-10-25-phase-diagram-playbook/3D-ELA22.json b/assets/plotly/2025-10-25-phase/3D-ELA22.json similarity index 100% rename from assets/plotly/2025-10-25-phase-diagram-playbook/3D-ELA22.json rename to assets/plotly/2025-10-25-phase/3D-ELA22.json diff --git a/assets/plotly/2025-10-25-phase-diagram-playbook/3D-ELA23.json b/assets/plotly/2025-10-25-phase/3D-ELA23.json similarity index 100% rename from assets/plotly/2025-10-25-phase-diagram-playbook/3D-ELA23.json rename to assets/plotly/2025-10-25-phase/3D-ELA23.json diff --git a/assets/plotly/2025-10-25-phase-diagram-playbook/3D-PDA-C.json b/assets/plotly/2025-10-25-phase/3D-PDA-C.json similarity index 100% rename from assets/plotly/2025-10-25-phase-diagram-playbook/3D-PDA-C.json rename to assets/plotly/2025-10-25-phase/3D-PDA-C.json diff --git a/assets/plotly/2025-10-25-phase-diagram-playbook/3D-PDA-chiSG.json b/assets/plotly/2025-10-25-phase/3D-PDA-chiSG.json similarity index 100% rename from assets/plotly/2025-10-25-phase-diagram-playbook/3D-PDA-chiSG.json rename to assets/plotly/2025-10-25-phase/3D-PDA-chiSG.json diff --git a/assets/plotly/2025-10-25-phase-diagram-playbook/3D-PDA-chiUni.json b/assets/plotly/2025-10-25-phase/3D-PDA-chiUni.json similarity index 100% rename from assets/plotly/2025-10-25-phase-diagram-playbook/3D-PDA-chiUni.json rename to assets/plotly/2025-10-25-phase/3D-PDA-chiUni.json diff --git a/assets/plotly/2025-10-25-phase-diagram-playbook/3D-PDA-m.json b/assets/plotly/2025-10-25-phase/3D-PDA-m.json similarity index 100% rename from assets/plotly/2025-10-25-phase-diagram-playbook/3D-PDA-m.json rename to assets/plotly/2025-10-25-phase/3D-PDA-m.json diff --git a/assets/plotly/2025-10-25-phase-diagram-playbook/3D-PDA-q.json b/assets/plotly/2025-10-25-phase/3D-PDA-q.json similarity index 100% rename from assets/plotly/2025-10-25-phase-diagram-playbook/3D-PDA-q.json rename to assets/plotly/2025-10-25-phase/3D-PDA-q.json diff --git a/assets/plotly/2025-10-25-phase-diagram-playbook/3D-PDA.html b/assets/plotly/2025-10-25-phase/3D-PDA.html similarity index 100% rename from assets/plotly/2025-10-25-phase-diagram-playbook/3D-PDA.html rename to assets/plotly/2025-10-25-phase/3D-PDA.html diff --git a/assets/plotly/2025-10-25-phase-diagram-playbook/3D-brain-regions-Louvain.html b/assets/plotly/2025-10-25-phase/3D-brain-regions-Louvain.html similarity index 100% rename from assets/plotly/2025-10-25-phase-diagram-playbook/3D-brain-regions-Louvain.html rename to assets/plotly/2025-10-25-phase/3D-brain-regions-Louvain.html diff --git a/assets/plotly/2025-10-25-phase-diagram-playbook/3D-impu.html b/assets/plotly/2025-10-25-phase/3D-impu.html similarity index 100% rename from assets/plotly/2025-10-25-phase-diagram-playbook/3D-impu.html rename to assets/plotly/2025-10-25-phase/3D-impu.html diff --git a/assets/plotly/2025-10-25-phase-diagram-playbook/3D-impu2.json b/assets/plotly/2025-10-25-phase/3D-impu2.json similarity index 100% rename from assets/plotly/2025-10-25-phase-diagram-playbook/3D-impu2.json rename to assets/plotly/2025-10-25-phase/3D-impu2.json diff --git a/assets/plotly/2025-10-25-phase-diagram-playbook/3D-louvain.json b/assets/plotly/2025-10-25-phase/3D-louvain.json similarity index 100% rename from assets/plotly/2025-10-25-phase-diagram-playbook/3D-louvain.json rename to assets/plotly/2025-10-25-phase/3D-louvain.json From 72cff42deb7465fad099249bec1f5270f872db19 Mon Sep 17 00:00:00 2001 From: juliankedys <96544513+juliankedys@users.noreply.github.com> Date: Wed, 5 Nov 2025 21:46:34 +0000 Subject: [PATCH 3/5] WIP: migrate Plotly embeds to JSON + prep asset path change --- _posts/2025-10-25-phase-diagram-playbook.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_posts/2025-10-25-phase-diagram-playbook.md b/_posts/2025-10-25-phase-diagram-playbook.md index 4e2490c..716afe9 100644 --- a/_posts/2025-10-25-phase-diagram-playbook.md +++ b/_posts/2025-10-25-phase-diagram-playbook.md @@ -152,7 +152,7 @@ Resting-state fUS from N=8 mice (7 Cre-lox ASD models spanning 4 subtypes; 1 con
3D Louvain graph of brain regions. Nodes are regions; node colour shows Louvain communities, edges reflect above-threshold similarity used for the graph. - Hover reveals region name, degree, and cluster; drag to rotate, scroll to zoom. + Hover reveals region name, degree, and cluster; drag to rotate, scroll to zoom, right-click drag to pan.
@@ -160,7 +160,7 @@ Resting-state fUS from N=8 mice (7 Cre-lox ASD models spanning 4 subtypes; 1 con (async () => { const el = document.getElementById('louvain-3d-fig'); try { - const res = await fetch("{{ '/assets/plotly/2025-10-25-phase-diagram-playbook/3D-louvain.json' | relative_url }}"); + const res = await fetch("{{ '/assets/plotly/2025-10-25-phase/3D-louvain.json' | relative_url }}"); const spec = await res.json(); // Render (spec can be either a full figure or {data, layout, config}) @@ -382,7 +382,7 @@ This sub-pipeline fills in missing regional time series in whole-brain power-Dop