@essrt/physics 4.5.0 → 4.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@essrt/physics",
3
- "version": "4.5.0",
3
+ "version": "4.6.0",
4
4
  "description": "ESSRT (Expanding Solar System Resonance Theory) physics core \u2014 pure, injectable-constants, no I/O, no globals, no DOM. The complete model incl. fitted coefficients; every published version immutably ships one recorded model identity.",
5
5
  "essrt": {
6
6
  "modelVersion": "v13.0",
@@ -36,6 +36,7 @@
36
36
  "./moon/deep-ecc-channel": "./src/moon/deep-ecc-channel.cjs",
37
37
  "./moon/deep-modes-artifact": "./src/moon/deep-modes-artifact.cjs",
38
38
  "./earth/deep-orbital-history": "./src/earth/deep-orbital-history.cjs",
39
+ "./earth/sidereal-year-channel": "./src/earth/sidereal-year-channel.cjs",
39
40
  "./moon/month-chain": "./src/moon/month-chain.cjs",
40
41
  "./chain-cycles": "./src/chain-cycles/index.cjs",
41
42
  "./moon/arguments": "./src/moon/arguments.cjs",
@@ -83,8 +83,19 @@ function createCardinalStructure({ sampleAt, tropicalYearSecondsAtYearFn }) {
83
83
  const lam = CARDINAL_LONGITUDE_DEG[type];
84
84
  if (lam === undefined) throw new Error(`unknown cardinal type: ${type}`);
85
85
  const s = sampleAt(year);
86
- let M = lam - s.periOfDateDeg; // first guess
87
- M = lam - s.periOfDateDeg - equationOfCenterDeg(s.e, M); // one fixed-point pass
86
+ // λ_X is the SUN's geocentric cardinal longitude, but periOfDateDeg is
87
+ // the EARTH's heliocentric longitude of perihelion (the standard ϖ,
88
+ // 102.9° at J2000) — the Sun's geocentric perigee sits at ϖ + 180°.
89
+ // Measured before this fix: the four year lengths came out canonical
90
+ // in VALUE but swapped in TYPE (VE↔AE, SS↔WS — the structure's VE
91
+ // read 48.50 min past 365 d 5 h where the scene MEASURES 49.02, the
92
+ // Meeus March-equinox value); the missing 180° flipped the mean
93
+ // anomaly fed to the equation of center. Found building the Bromberg
94
+ // cardinal-year-lengths chart — the mean, spread magnitude and
95
+ // anomalistic year (ϖ-difference form) were all unaffected.
96
+ const perigeeDeg = s.periOfDateDeg + 180;
97
+ let M = lam - perigeeDeg; // first guess
98
+ M = lam - perigeeDeg - equationOfCenterDeg(s.e, M); // one fixed-point pass
88
99
  const T = tropicalYearSecondsAtYearFn(year);
89
100
  return -(T / 360) * equationOfCenterDeg(s.e, M);
90
101
  }
@@ -0,0 +1,21 @@
1
+ /**
2
+ * GENERATED — do not edit. Regenerate:
3
+ * node tools/constants/generate.mjs --write
4
+ *
5
+ * Source: data/nbody-secular-series.json bodies.earth.lamDotRel — the
6
+ * D6 mean-longitude-rate ratio to J2000 (planetary epoch drift, from the
7
+ * model's own constant-GM ±10 Myr run; 2-kyr boxcar, own 2-kyr cadence,
8
+ * ratio ≡ 1 at the J2000 node). The sidereal-year-of-date data source
9
+ * for createSiderealYearChannel: T_sid(y) = massLossLaw(y)/lamDotRel(y).
10
+ * Cross-validated against the Chapront polynomial by the generator's
11
+ * banked refuse-gate (verdict.siderealYear). Two gates guard the chain:
12
+ * check:artifacts pins artifact ↔ engine; generate.mjs check mode pins
13
+ * this embed ↔ artifact. CJS for the .cjs channel consumer.
14
+ */
15
+ 'use strict';
16
+
17
+ const SIDEREAL_CHANNEL_ARTIFACT_HASH = "c2b9f72018b166ae";
18
+
19
+ const SIDEREAL_CHANNEL_ARTIFACT = Object.freeze({"t0Yr":-10000000,"stepYr":2000,"windowYr":2000,"lamDotRel":[1.000000021057,1.000000000624,0.999999995132,0.999999992825,0.999999993174,0.999999995298,0.99999997686,1.000000001307,0.999999979559,0.999999992516,0.999999990206,0.999999992442,0.999999998739,0.999999993927,0.999999997914,1.000000014071,1.000000009122,1.000000018057,1.000000011096,1.00000002636,1.000000034376,1.000000035519,1.000000036017,1.000000038356,1.000000046573,1.000000045237,1.000000037937,1.000000040959,1.000000042731,1.000000042469,1.000000039411,1.000000031055,1.000000041957,1.000000041007,1.000000040164,1.000000028837,1.0000000297,1.000000035177,1.000000032381,1.000000028482,1.000000020947,1.000000023355,1.000000026025,1.000000013639,1.000000016198,1.000000006813,1.000000007877,1.000000006727,0.999999986238,1.00000000051,0.999999980245,0.999999981144,0.999999971819,0.999999960652,0.999999964069,0.99999995321,0.999999948075,0.999999946836,0.999999930857,0.999999946368,0.999999926953,0.999999945762,0.999999948133,0.999999943859,0.9999999499,0.999999956116,0.99999996515,0.99999997338,0.999999969032,0.999999984523,0.999999988809,0.999999998852,1.000000004232,1.000000005909,1.00000001466,1.000000020755,1.000000021006,1.000000018399,1.00000002145,1.000000025407,1.00000001652,1.00000000795,1.000000003255,1.000000003753,1.000000004004,0.999999992033,0.999999986385,0.999999983028,0.999999983715,0.999999982993,0.999999971369,0.999999967931,0.999999972486,0.999999972588,0.999999970106,0.999999965391,0.999999976959,0.999999970293,0.999999973091,0.999999970853,0.999999972709,0.999999979272,0.9999999714,0.999999972054,0.999999974966,0.999999964615,0.999999974253,0.999999962554,0.999999959644,0.999999954292,0.999999949052,0.999999948182,0.999999944522,0.999999944558,0.999999939034,0.999999937991,0.999999942942,0.999999945473,0.999999946901,0.99999994228,0.999999948327,0.999999956602,0.999999955845,0.999999961969,0.99999996426,0.999999969836,0.999999975046,0.999999976747,0.999999979826,0.99999998929,0.999999993759,0.999999990767,0.999999987444,0.999999988301,0.999999991071,0.99999999103,0.999999977066,0.999999972354,0.999999973894,0.99999996926,0.9999999665,0.999999957217,0.999999950111,0.999999954553,0.999999950031,0.999999944306,0.999999943652,0.99999994333,0.999999943166,0.999999935172,0.999999936228,0.999999940611,0.999999939019,0.999999940293,0.999999937244,0.999999938132,0.99999993972,0.999999943859,0.999999945243,0.999999938832,0.999999940517,0.999999942661,0.999999940165,0.999999945815,0.999999940675,0.999999937159,0.999999939893,0.999999942897,0.999999945693,0.99999994756,0.999999947344,0.999999954205,0.999999957698,0.999999961098,0.999999966848,0.999999973814,0.999999978052,0.999999980726,0.999999982574,0.999999987656,0.999999996293,0.999999999448,0.999999995521,0.999999996625,1.000000000641,1.000000003095,1.000000002148,0.99999999218,0.999999986234,0.999999986734,0.999999982029,0.999999975982,0.999999967026,0.99999995836,0.99999995499,0.999999948275,0.999999940417,0.999999941242,0.99999993753,0.999999936769,0.999999928486,0.999999923964,0.999999928439,0.999999931335,0.999999926563,0.999999924503,0.999999925472,0.999999928621,0.999999935335,0.999999937359,0.999999934157,0.999999934815,0.999999939269,0.999999941832,0.999999943955,0.999999943916,0.999999942244,0.999999944026,0.99999994471,0.99999994492,0.999999945375,0.999999948532,0.99999994945,0.99999994995,0.99999995102,0.999999957266,0.999999963871,0.999999967211,0.999999966236,0.999999970457,0.999999976277,0.999999983063,0.999999984494,0.999999980617,0.999999983394,0.999999988551,0.999999989868,0.999999992756,0.999999986496,0.999999981763,0.999999982199,0.999999979807,0.999999975233,0.999999972091,0.999999967599,0.999999965966,0.999999955426,0.999999947399,0.999999947156,0.999999947436,0.999999940622,0.999999934409,0.999999934921,0.999999938491,0.999999941847,0.99999994242,0.999999938199,0.999999941654,0.999999946683,0.999999950691,0.999999956151,0.99999995403,0.999999952788,0.999999960928,0.999999963857,0.999999962574,0.999999963465,0.999999965812,0.999999965696,0.999999963783,0.999999961483,0.999999965239,0.999999966901,0.999999965002,0.999999960076,0.999999959398,0.999999965051,0.999999973036,0.999999969406,0.999999967479,0.999999975723,0.99999998318,0.999999986179,0.99999999199,0.999999992266,0.999999995695,0.999999999855,1.000000002562,1.000000007218,1.000000008207,1.000000006107,1.000000006377,1.000000001454,0.999999995358,0.999999994602,0.999999990689,0.99999998227,0.999999973242,0.999999965544,0.999999962333,0.999999959424,0.999999949638,0.999999938344,0.999999933294,0.999999931652,0.999999934179,0.999999933931,0.999999929784,0.999999931419,0.999999940611,0.999999945352,0.99999995166,0.999999953879,0.999999960133,0.999999970816,0.999999972912,0.999999979688,0.999999989384,0.999999998158,1.000000006099,1.000000000427,1.000000003171,1.000000013757,1.000000018678,1.000000013682,1.00000000718,1.000000011918,1.000000015603,1.000000012607,1.000000009232,1.000000003513,1.000000005252,1.000000005116,1.000000003619,1.000000006896,1.000000007877,1.00000000666,1.000000008442,1.000000007811,1.000000012214,1.000000016814,1.000000017895,1.000000017444,1.000000016254,1.000000018178,1.000000020722,1.000000021941,1.00000001716,1.000000011614,1.000000011373,1.000000008734,1.000000012598,1.000000007382,0.999999998218,0.999999993691,0.999999992239,0.999999993162,0.999999987906,0.999999980842,0.999999982583,0.999999980876,0.999999980908,0.999999980524,0.999999982721,0.999999991558,0.999999989935,0.999999994302,0.999999989022,1.000000003371,1.000000012805,1.000000010753,1.000000011461,1.000000021237,1.000000028215,1.00000003934,1.000000027857,1.000000033392,1.000000037072,1.00000004378,1.000000043076,1.000000046054,1.00000004681,1.000000049565,1.000000045912,1.000000046599,1.000000046635,1.000000054471,1.000000051755,1.000000050931,1.00000004978,1.000000054593,1.000000060252,1.000000058457,1.000000055543,1.000000054716,1.000000055308,1.000000055869,1.000000055623,1.000000053998,1.000000048725,1.000000045439,1.000000047883,1.000000045391,1.000000046318,1.000000036151,1.000000032382,1.000000033195,1.000000030046,1.000000026608,1.000000025574,1.000000020987,1.000000028504,1.00000001559,1.000000020122,1.000000023239,1.00000003237,1.000000029289,1.000000029825,1.000000029848,1.000000050109,1.000000046681,1.000000054733,1.000000038837,1.000000064105,1.000000065553,1.000000072418,1.000000069393,1.000000077356,1.000000073002,1.000000083171,1.000000069109,1.000000083296,1.000000080548,1.000000084455,1.000000076678,1.000000076152,1.000000077263,1.000000086121,1.000000074572,1.000000071385,1.000000070931,1.000000074289,1.000000076417,1.000000075119,1.000000078976,1.000000076236,1.000000082857,1.000000076652,1.000000087088,1.000000083437,1.000000083282,1.000000080593,1.00000008563,1.000000084997,1.000000092453,1.00000007909,1.000000087774,1.000000079036,1.000000082268,1.00000007153,1.000000075774,1.000000074203,1.000000072346,1.000000060906,1.000000064604,1.000000064191,1.000000079287,1.000000057473,1.00000006296,1.000000064541,1.000000077084,1.000000072802,1.000000075922,1.000000071094,1.000000088264,1.000000079119,1.000000090128,1.000000085151,1.000000099906,1.000000099343,1.000000098099,1.000000090999,1.000000102863,1.000000102474,1.000000099145,1.000000088513,1.000000088845,1.0000000943,1.000000087803,1.000000087431,1.000000076628,1.000000080196,1.000000072417,1.000000075929,1.000000069889,1.00000008096,1.000000066315,1.00000008295,1.000000068899,1.000000093391,1.000000083205,1.000000096879,1.000000082263,1.000000102207,1.000000094179,1.000000109888,1.000000102275,1.000000121724,1.000000109682,1.000000121729,1.000000104852,1.000000127605,1.000000119803,1.000000117894,1.00000010526,1.000000114769,1.000000113488,1.000000119578,1.000000102022,1.000000104386,1.000000105646,1.000000111253,1.000000104323,1.000000104962,1.000000109773,1.000000114326,1.000000110605,1.000000107792,1.000000120261,1.00000012526,1.000000126931,1.000000118979,1.000000127287,1.000000129595,1.000000140633,1.000000125148,1.000000128775,1.000000121617,1.000000130763,1.000000113629,1.000000123787,1.000000101914,1.000000114157,1.00000008862,1.00000010023,1.000000081004,1.000000096677,1.000000071882,1.000000084155,1.000000064114,1.000000090984,1.000000063753,1.000000093845,1.00000006281,1.000000096472,1.000000070697,1.000000095532,1.000000085106,1.000000115792,1.000000088415,1.000000119479,1.000000093493,1.000000138903,1.000000114043,1.000000130243,1.000000109448,1.000000134897,1.000000126035,1.000000132439,1.000000115662,1.00000013072,1.000000123391,1.000000122739,1.000000116004,1.000000117259,1.000000129803,1.000000117216,1.000000117231,1.000000108188,1.000000125552,1.000000125062,1.000000126491,1.00000010845,1.000000133818,1.00000011997,1.000000137732,1.000000118902,1.00000013461,1.000000123358,1.000000134502,1.000000116714,1.000000134763,1.000000118465,1.000000134325,1.000000103426,1.000000125545,1.000000098663,1.00000012214,1.000000090833,1.000000103669,1.00000008702,1.000000108853,1.000000076763,1.000000117836,1.000000072009,1.00000011594,1.000000063341,1.000000106947,1.000000081179,1.000000118614,1.000000074404,1.000000119966,1.000000077225,1.000000140924,1.000000078298,1.000000127686,1.000000086099,1.000000129627,1.00000009093,1.000000120403,1.000000089526,1.000000129837,1.000000096067,1.000000110881,1.000000091784,1.000000112211,1.000000115028,1.000000100735,1.000000104506,1.000000101608,1.000000118431,1.000000104901,1.000000112725,1.000000099676,1.000000121448,1.000000102913,1.000000127148,1.000000097164,1.000000137217,1.000000098334,1.000000125923,1.000000096004,1.000000120752,1.000000107983,1.000000115529,1.000000087414,1.000000119607,1.000000078886,1.000000119775,1.000000067323,1.000000104642,1.000000065694,1.000000085832,1.000000063663,1.000000099863,1.000000064472,1.000000115338,1.000000045747,1.000000129177,1.000000059561,1.000000122417,1.000000063386,1.000000115344,1.000000079025,1.00000013753,1.000000068402,1.000000148394,1.000000076273,1.000000140373,1.000000072664,1.000000110795,1.00000008803,1.000000118326,1.000000069337,1.00000010032,1.000000056336,1.000000093351,1.000000056965,1.00000005889,1.000000052366,1.000000047227,1.000000060438,1.000000038904,1.000000048231,1.000000041509,1.000000049765,1.000000035567,1.000000053947,1.000000038521,1.000000084807,1.00000003731,1.000000093947,1.000000041704,1.000000106834,1.000000062261,1.000000099698,1.000000072695,1.000000106387,1.000000074107,1.000000123695,1.000000059273,1.000000142903,1.000000044229,1.000000121096,1.000000052404,1.000000108011,1.000000062175,1.000000097466,1.000000044498,1.0000001226,1.000000038215,1.000000124092,1.000000036602,1.000000113853,1.00000005556,1.000000094796,1.000000054677,1.000000118981,1.000000070528,1.000000128982,1.00000006068,1.000000126854,1.000000083679,1.000000118966,1.000000080102,1.000000097965,1.000000086585,1.000000106512,1.000000069576,1.000000093705,1.00000005841,1.000000073118,1.000000050986,1.00000003804,1.000000055975,1.000000027305,1.000000050003,1.000000013667,1.000000028954,1.000000016773,1.000000026967,0.999999999557,1.00000003115,0.999999988852,1.000000070035,0.99999997881,1.000000084841,0.99999999384,1.000000065818,1.000000010576,1.000000060575,1.000000030955,1.000000097644,1.000000011517,1.000000133017,1.000000005954,1.000000137173,1.000000021556,1.000000101742,1.000000044638,1.000000105628,1.000000038262,1.000000120563,1.00000003632,1.000000145104,1.00000004175,1.000000115586,1.000000062735,1.000000117419,1.000000083751,1.000000109355,1.000000072601,1.000000132894,1.000000085545,1.000000128909,1.000000086588,1.000000118106,1.000000097726,1.000000107793,1.000000089842,1.000000105088,1.000000090244,1.000000101848,1.000000069737,1.000000084339,1.000000068377,1.000000068542,1.000000059446,1.000000038228,1.000000065559,1.00000003457,1.00000005755,1.000000035355,1.000000044414,1.000000030163,1.00000004427,1.000000014126,1.000000081242,1.000000004517,1.000000104311,1.00000000561,1.000000103448,1.000000030191,1.00000008369,1.000000026815,1.000000090437,1.000000022593,1.000000121612,1.000000005714,1.000000134726,1.000000021866,1.00000010018,1.000000022597,1.000000076092,1.000000040532,1.000000093746,1.000000016683,1.000000099101,1.000000026846,1.000000105479,1.000000044101,1.000000084094,1.000000064021,1.000000095523,1.00000007555,1.000000103609,1.000000076844,1.000000124799,1.000000089557,1.000000114165,1.000000097294,1.000000117105,1.000000111168,1.000000107209,1.000000099746,1.000000110902,1.000000096495,1.00000010816,1.000000084602,1.000000089418,1.000000081178,1.000000069938,1.000000080559,1.000000063596,1.000000078954,1.000000059357,1.000000063657,1.000000065015,1.00000006826,1.000000058583,1.000000074168,1.000000043347,1.000000102013,1.000000050173,1.000000098383,1.00000007094,1.000000093278,1.000000075225,1.00000008674,1.000000062626,1.000000125328,1.000000061834,1.000000112698,1.000000056901,1.000000102076,1.000000072395,1.000000086965,1.000000053369,1.000000086462,1.000000054696,1.000000095247,1.000000043145,1.000000089727,1.000000057649,1.000000088203,1.000000056406,1.000000082468,1.000000073642,1.00000009755,1.00000006859,1.00000009685,1.000000076172,1.000000110874,1.000000091212,1.000000102552,1.000000094089,1.0000001023,1.000000098826,1.000000100882,1.000000095391,1.000000102044,1.000000084993,1.000000093805,1.000000084455,1.000000091212,1.00000008932,1.000000074413,1.000000085275,1.000000084919,1.000000084295,1.000000090783,1.000000083295,1.000000097401,1.000000092832,1.000000087604,1.000000101365,1.000000104117,1.000000111277,1.000000104372,1.00000010223,1.000000119683,1.000000116744,1.000000116108,1.000000109176,1.000000105703,1.000000123009,1.000000104253,1.000000101095,1.000000094476,1.000000097277,1.000000086407,1.000000083583,1.000000066776,1.000000093083,1.000000067217,1.000000081313,1.000000055186,1.000000075591,1.000000066236,1.00000007984,1.000000059173,1.000000079179,1.000000069652,1.00000009075,1.000000072849,1.000000096487,1.00000008077,1.000000098589,1.000000090961,1.000000100351,1.000000103898,1.000000106668,1.000000094194,1.000000106171,1.000000096568,1.000000108046,1.000000096598,1.000000098358,1.00000009657,1.000000096827,1.000000089018,1.000000096102,1.000000094244,1.00000010275,1.000000087077,1.000000096141,1.000000098083,1.000000112867,1.000000104115,1.000000104868,1.000000107107,1.000000126611,1.000000118963,1.000000126409,1.000000125761,1.000000139014,1.000000136996,1.000000135555,1.000000133509,1.000000142304,1.00000014093,1.000000132414,1.000000124292,1.000000122997,1.000000131598,1.000000118657,1.000000113923,1.000000102173,1.000000113954,1.000000097466,1.000000102378,1.000000086097,1.000000092249,1.00000008051,1.00000009093,1.000000074151,1.000000093866,1.000000075257,1.000000087989,1.000000073676,1.000000090312,1.000000082141,1.000000094636,1.000000081769,1.000000097849,1.00000008915,1.000000100652,1.000000089133,1.000000107128,1.000000093055,1.00000010013,1.000000085077,1.000000103483,1.000000098792,1.000000104904,1.000000089133,1.00000010368,1.000000100386,1.000000107764,1.00000009657,1.000000104387,1.000000102867,1.000000111175,1.00000010325,1.000000107518,1.000000113208,1.000000121718,1.000000114357,1.000000113309,1.000000117459,1.000000128558,1.000000123495,1.000000113746,1.000000115734,1.000000119915,1.000000119549,1.000000115849,1.000000110888,1.000000106953,1.000000111935,1.000000105794,1.000000103811,1.000000103176,1.000000104146,1.000000096359,1.000000098204,1.000000092321,1.000000103519,1.000000095106,1.000000100415,1.000000091763,1.000000103879,1.000000091637,1.000000101987,1.00000009756,1.000000106021,1.000000091178,1.000000101245,1.000000091496,1.00000010807,1.000000089459,1.000000091237,1.000000082349,1.000000090039,1.00000007814,1.000000080737,1.000000066855,1.000000079318,1.000000075196,1.000000073391,1.000000068559,1.000000076975,1.000000076039,1.000000072712,1.000000065438,1.000000075177,1.000000084679,1.000000085388,1.000000081836,1.000000085939,1.000000093783,1.000000097459,1.000000097853,1.000000091568,1.000000094274,1.000000098684,1.000000095349,1.000000089205,1.000000091007,1.000000085596,1.000000083961,1.000000074819,1.000000071513,1.000000071196,1.00000006922,1.000000060938,1.000000060108,1.000000057984,1.000000060682,1.000000057287,1.00000006519,1.0000000602,1.000000064326,1.0000000628,1.00000007166,1.000000077472,1.0000000813,1.000000078135,1.000000091542,1.000000089941,1.000000098143,1.000000091911,1.000000091734,1.000000094937,1.000000096664,1.000000085334,1.000000084596,1.000000078832,1.000000077294,1.000000064596,1.000000056274,1.000000055956,1.000000058214,1.000000049597,1.00000003988,1.000000032194,1.000000033002,1.000000031236,1.000000028899,1.000000022157,1.000000027347,1.000000034643,1.000000035498,1.00000003593,1.000000040594,1.00000004504,1.000000048572,1.000000049005,1.000000046787,1.000000053575,1.000000059267,1.000000055572,1.00000005391,1.000000053879,1.00000005403,1.000000054214,1.000000048871,1.000000045205,1.000000042465,1.000000039884,1.000000041951,1.000000042436,1.000000038334,1.000000036045,1.000000034788,1.000000038486,1.00000003783,1.000000038557,1.000000038857,1.000000046456,1.000000050527,1.000000051816,1.000000054687,1.000000060639,1.000000061659,1.000000061327,1.000000059312,1.000000061387,1.000000066613,1.000000062048,1.000000053736,1.000000049461,1.000000049066,1.000000048313,1.000000043335,1.000000033175,1.000000031783,1.000000031651,1.00000002583,1.000000019592,1.00000001466,1.000000010579,1.000000012346,1.000000007082,1.000000001601,1.000000007481,1.00000001041,1.000000008305,1.000000002564,1.000000004466,1.000000010197,1.000000010587,1.000000007504,1.000000003686,1.000000005724,1.000000008771,1.000000007153,1.000000009462,1.000000004118,1.000000002123,1.000000003716,1.000000001332,1.000000004428,1.000000003322,1.000000002283,1.000000008417,1.000000007903,1.000000007831,1.000000012917,1.000000012176,1.000000019541,1.000000022782,1.000000024499,1.000000031474,1.00000004183,1.000000043559,1.000000042844,1.000000044277,1.000000048923,1.000000053252,1.000000050838,1.000000044473,1.000000045451,1.000000043687,1.000000039489,1.000000035418,1.000000026404,1.000000022973,1.000000023408,1.000000013173,1.000000004677,1.000000004757,1.000000001355,0.999999996184,0.999999987302,0.999999984105,0.999999987987,0.999999986573,0.999999982354,0.999999979724,0.999999980249,0.999999986766,0.999999990208,0.99999998856,0.999999987503,0.999999990043,0.999999992092,0.999999991727,0.999999992182,0.999999991828,0.999999991567,0.999999991179,0.999999988636,0.999999986275,0.999999986461,0.999999982808,0.999999985864,0.999999984721,0.999999981229,0.9999999842,0.999999986148,0.99999998365,0.999999981358,0.999999981969,0.999999988266,0.999999992909,0.999999993308,0.999999994035,0.999999997738,1.00000000303,1.000000005564,1.000000008982,1.000000006604,1.000000008447,1.00000001068,1.000000007507,1.000000004287,1.000000002506,0.999999999571,0.999999996178,0.999999990259,0.999999983408,0.999999984723,0.99999998311,0.999999976303,0.999999967987,0.999999967212,0.999999968439,0.999999969773,0.999999963504,0.999999959112,0.99999996088,0.999999962746,0.999999964113,0.99999996374,0.999999961463,0.999999969527,0.99999997379,0.999999970438,0.999999973031,0.999999976442,0.9999999757,0.999999976301,0.999999973425,0.999999971953,0.999999973345,0.999999971091,0.999999966392,0.999999963606,0.999999961499,0.999999964086,0.999999965604,0.99999996181,0.999999959541,0.99999996125,0.999999962394,0.999999964776,0.999999967787,0.999999965588,0.99999997107,0.999999978155,0.999999981727,0.999999987862,0.999999989721,0.999999995383,1.000000001412,1.000000000133,1.000000001943,1.000000003492,1.000000001354,0.999999998879,0.999999991556,0.999999987479,0.999999986249,0.999999985232,0.99999997741,0.999999963735,0.999999961728,0.999999961585,0.999999958209,0.999999948103,0.999999941872,0.999999946812,0.999999944978,0.999999937585,0.999999940392,0.999999939289,0.999999942071,0.999999945123,0.999999942144,0.999999947169,0.99999995707,0.999999959382,0.999999961925,0.999999962959,0.999999968265,0.99999997299,0.999999973796,0.999999970688,0.999999968299,0.999999967319,0.999999967336,0.999999967175,0.999999961401,0.999999957613,0.999999958101,0.999999956802,0.99999995601,0.999999954764,0.99999995119,0.999999951694,0.999999953602,0.999999953096,0.999999953427,0.999999956655,0.999999958244,0.999999962938,0.999999966821,0.999999967159,0.999999978655,0.999999981087,0.999999978912,0.99999998085,0.999999977609,0.999999985857,0.999999989214,0.999999980989,0.999999979217,0.999999980211,0.99999998202,0.999999978578,0.999999970224,0.999999971232,0.999999972293,0.999999972385,0.999999965968,0.999999966091,0.999999972908,0.999999971139,0.999999969618,0.99999996731,0.99999997004,0.999999976361,0.999999976644,0.999999973355,0.999999974119,0.999999981569,0.999999986775,0.999999987254,0.999999985548,0.999999983871,0.999999986549,0.999999983891,0.999999982602,0.999999980889,0.999999973092,0.999999977806,0.999999972723,0.999999969624,0.999999972941,0.999999967956,0.999999966612,0.999999966402,0.999999964625,0.999999969573,0.999999964372,0.999999968161,0.999999969371,0.99999996034,0.9999999667,0.999999970306,0.999999977741,0.999999978848,0.99999996667,0.999999981472,0.999999979171,0.99999997621,0.999999978028,0.999999969287,0.999999977521,0.99999997674,0.99999996653,0.999999969477,0.999999964536,0.999999969795,0.999999963899,0.999999958265,0.999999963925,0.999999972081,0.999999974592,0.99999997164,0.999999976968,0.999999985838,0.999999994704,0.999999995539,0.999999992986,1.000000000708,1.000000008473,1.000000013045,1.000000018898,1.000000020082,1.000000027847,1.000000029714,1.000000030424,1.000000028565,1.000000031611,1.000000028326,1.000000022023,1.000000019561,1.000000019374,1.000000008654,1.000000012937,1.000000001787,1.000000000263,0.999999995604,0.999999986932,0.999999989708,0.999999991931,0.999999980117,0.999999983737,0.999999975642,0.999999984209,0.999999985036,0.999999975975,0.999999977931,0.99999998337,0.999999984945,0.999999987481,0.99999998124,0.999999992027,0.999999989386,0.999999989498,0.999999986248,0.999999987018,0.999999995093,0.999999991333,0.999999986734,0.99999998368,0.999999986215,0.99999999578,0.999999987567,0.999999985739,0.9999999911,0.999999997493,1.000000005299,1.00000000356,1.000000011168,1.000000012107,1.00000002207,1.000000021023,1.00000002163,1.000000033264,1.000000036639,1.000000040485,1.000000046295,1.000000043688,1.000000058431,1.000000049879,1.000000050378,1.000000048352,1.00000004563,1.000000042553,1.000000041075,1.000000037988,1.000000038049,1.000000019473,1.000000023504,1.000000018186,1.000000017077,1.000000009476,1.000000002193,1.000000007016,1.000000006608,0.999999999879,1.000000001935,0.999999994886,1.000000001486,1.00000000182,0.999999996607,1.000000002963,1.000000006234,1.00000001125,1.000000006986,1.000000005513,1.000000014805,1.000000019486,1.000000017796,1.000000011399,1.000000012736,1.000000020003,1.000000016577,1.000000018636,1.000000006547,1.000000014314,1.000000018366,1.000000013865,1.000000014693,1.000000022748,1.000000026516,1.000000034949,1.000000027156,1.000000041925,1.000000043335,1.000000052833,1.000000050097,1.000000056586,1.000000064986,1.000000071749,1.00000007444,1.00000008913,1.00000007914,1.00000008998,1.000000082586,1.000000088406,1.000000092241,1.000000085061,1.000000080401,1.000000082208,1.000000074021,1.000000077238,1.000000060509,1.000000056031,1.000000056464,1.000000049336,1.000000044331,1.000000038786,1.000000041622,1.000000038578,1.000000029993,1.000000026412,1.00000002747,1.000000034475,1.000000032187,1.000000026524,1.000000032007,1.000000035642,1.000000045253,1.000000040463,1.00000003731,1.000000044322,1.000000048984,1.000000048333,1.000000045348,1.000000051358,1.000000054422,1.000000052145,1.00000004939,1.000000044271,1.000000054375,1.000000056265,1.000000047899,1.000000054406,1.000000057276,1.00000006097,1.000000068322,1.000000059979,1.000000068398,1.000000066923,1.000000067556,1.000000074245,1.000000081533,1.000000079005,1.000000087757,1.000000081606,1.000000094309,1.000000090377,1.000000088081,1.000000086681,1.000000092276,1.000000088303,1.000000086286,1.000000079253,1.000000081595,1.000000078661,1.000000071772,1.000000066111,1.000000065873,1.000000074663,1.000000067963,1.000000065615,1.000000062412,1.000000071743,1.000000074527,1.000000073033,1.00000006886,1.000000075984,1.000000080403,1.000000083845,1.00000008207,1.000000088668,1.000000092785,1.000000097138,1.000000090773,1.00000008653,1.00000010055,1.000000097544,1.000000095111,1.000000085593,1.000000092725,1.000000091674,1.000000090286,1.000000081935,1.000000080888,1.000000077476,1.000000081853,1.000000078934,1.000000087524,1.000000086944,1.000000083705,1.00000008813,1.000000085545,1.000000093633,1.000000091589,1.000000094712,1.000000097787,1.000000105122,1.000000099391,1.000000105386,1.000000101594,1.000000106298,1.000000100516,1.000000092348,1.000000093013,1.000000097075,1.000000087483,1.000000076291,1.000000071802,1.000000070377,1.000000072068,1.000000061759,1.000000056509,1.000000053358,1.000000061604,1.000000057384,1.000000059993,1.00000005945,1.000000068403,1.000000072398,1.000000068134,1.000000070251,1.000000089872,1.000000094225,1.000000097721,1.000000098082,1.000000108445,1.000000122972,1.000000118935,1.00000012239,1.000000116693,1.000000126042,1.000000124957,1.000000121299,1.000000120947,1.000000119095,1.0000001117,1.000000108695,1.000000102828,1.000000103324,1.000000101886,1.000000091658,1.000000095062,1.000000090624,1.000000092392,1.000000088082,1.000000089877,1.000000090972,1.000000090988,1.000000081418,1.000000090209,1.000000098839,1.000000095776,1.000000090626,1.000000089364,1.000000096193,1.000000097718,1.000000095024,1.000000083973,1.000000087065,1.000000084682,1.000000085017,1.000000073149,1.000000075196,1.000000068098,1.000000074448,1.000000052125,1.000000062603,1.000000062877,1.000000074073,1.000000060971,1.000000067625,1.000000062009,1.000000087909,1.000000070593,1.000000087704,1.000000071878,1.000000104478,1.000000094507,1.000000115362,1.000000104243,1.000000131933,1.000000110483,1.000000137763,1.000000110168,1.000000147391,1.00000011933,1.000000139253,1.000000114877,1.000000137411,1.000000114985,1.000000135945,1.000000104794,1.000000130832,1.000000100642,1.000000109172,1.000000097735,1.000000111153,1.0000000994,1.000000097743,1.000000087188,1.000000098812,1.00000009413,1.000000092274,1.000000082281,1.000000083706,1.000000094182,1.000000085378,1.000000089582,1.000000081755,1.000000089483,1.000000083117,1.000000076899,1.000000068671,1.00000008409,1.000000068296,1.000000078281,1.000000050042,1.000000072406,1.000000057946,1.000000071664,1.000000044737,1.000000065417,1.000000051912,1.000000086033,1.000000046132,1.000000093168,1.000000048447,1.000000096365,1.000000054916,1.000000099724,1.000000070755,1.000000124752,1.000000066403,1.000000137529,1.000000073521,1.000000145273,1.000000092293,1.000000134816,1.000000100248,1.000000137367,1.0000000915,1.000000141721,1.000000093503,1.00000014021,1.000000088179,1.000000115434,1.000000093441,1.000000117667,1.000000090982,1.000000101461,1.000000086545,1.000000115516,1.000000092081,1.000000106546,1.000000089942,1.000000103624,1.000000100489,1.000000094619,1.000000101961,1.000000102923,1.000000115206,1.000000102725,1.000000100521,1.000000099651,1.000000111755,1.000000094018,1.000000100838,1.000000070649,1.000000114164,1.000000072069,1.000000097375,1.000000066282,1.000000079083,1.000000060922,1.000000078595,1.000000041771,1.000000094674,1.000000041085,1.000000081088,1.000000047298,1.000000060787,1.00000006258,1.00000006893,1.000000046959,1.00000008757,1.000000046467,1.000000094321,1.000000067321,1.000000083369,1.000000087397,1.000000076106,1.000000069565,1.00000009374,1.000000069441,1.000000101261,1.000000051798,1.000000092052,1.000000070422,1.000000081645,1.000000061901,1.00000006949,1.000000057794,1.000000087013,1.000000048684,1.000000095325,1.000000053525,1.000000104432,1.000000059321,1.000000078645,1.000000071581,1.00000009763,1.000000084207,1.000000098489,1.000000075351,1.000000129153,1.000000085986,1.000000115483,1.000000087179,1.000000099014,1.000000102893,1.000000096383,1.000000092748,1.000000113753,1.000000077081,1.000000109323,1.000000060662,1.000000089128,1.000000079295,1.000000078227,1.000000067871,1.00000008387,1.000000050392,1.000000096428,1.000000039005,1.000000087263,1.000000055316,1.000000071727,1.000000063849,1.00000007682,1.00000007379,1.000000088446,1.000000048182,1.000000093377,1.000000058915,1.00000008196,1.000000062606,1.000000051306,1.000000071528,1.000000051618,1.000000056369,1.000000049463,1.0000000403,1.000000054436,1.000000032763,1.000000018594,1.000000047406,1.000000019894,1.000000070756,1.000000005065,1.000000070712,1.000000034756,1.000000073674,1.00000004084,1.000000069999,1.000000045801,1.000000117462,1.000000043915,1.000000154996,1.000000053524,1.000000155284,1.000000070562,1.000000123894,1.000000081964,1.000000146073,1.000000072086,1.000000164885,1.000000050125,1.000000160032,1.000000056296,1.000000113707,1.000000061592,1.000000098578,1.000000052515,1.000000106934,1.000000033889,1.000000119994,1.00000002436,1.00000008238,1.000000041605,1.000000072801,1.000000059097,1.000000071861,1.00000004131,1.000000094457,1.000000042853,1.000000093406,1.000000045703,1.000000081048,1.00000006666,1.000000064259,1.000000060188,1.000000064644,1.000000064909,1.00000007553,1.000000032745,1.00000006558,1.000000038241,1.0000000554,1.000000042212,1.000000016651,1.00000005951,1.000000033003,1.000000054043,1.000000055306,1.000000039658,1.000000061388,1.000000049072,1.000000035872,1.000000085448,1.00000004414,1.000000109442,1.000000064108,1.000000093619,1.000000091341,1.00000009316,1.000000081036,1.000000111678,1.000000073598,1.00000013979,1.000000077166,1.000000133171,1.000000096825,1.000000104226,1.000000087092,1.00000010656,1.000000085228,1.000000129724,1.000000069935,1.000000122738,1.000000077653,1.000000115099,1.000000082525,1.000000096307,1.000000085516,1.000000107161,1.000000077068,1.000000112656,1.000000069519,1.000000127531,1.000000070901,1.000000097035,1.000000070039,1.00000009322,1.000000084361,1.000000085173,1.000000050024,1.00000010133,1.000000044125,1.000000099978,1.000000038669,1.000000076947,1.000000049632,1.000000064079,1.000000042002,1.000000084917,1.000000035623,1.000000120156,1.000000022182,1.000000110081,1.00000004194,1.000000095837,1.000000052085,1.000000098798,1.000000051345,1.000000142748,1.000000037202,1.000000145122,1.000000049604,1.000000112373,1.000000058451,1.000000101017,1.000000068335,1.000000119073,1.000000043075,1.000000110644,1.000000046172,1.000000097574,1.000000056499,1.00000007542,1.000000069669,1.000000082052,1.000000067013,1.000000083593,1.000000068226,1.000000098638,1.000000083772,1.000000082856,1.000000097066,1.000000097033,1.000000128291,1.000000095175,1.000000120066,1.000000111583,1.000000131863,1.000000114444,1.000000127451,1.000000108561,1.000000142395,1.000000098097,1.000000141914,1.000000089255,1.000000139956,1.000000093367,1.000000113162,1.000000081875,1.000000110887,1.000000074561,1.000000115407,1.000000055233,1.000000119604,1.000000066716,1.000000097178,1.000000076084,1.000000092274,1.000000071932,1.000000099016,1.000000067395,1.000000122731,1.000000081392,1.000000103626,1.000000087129,1.000000102899,1.000000094455,1.00000010432,1.000000080993,1.000000115375,1.000000081472,1.000000106357,1.000000075086,1.000000097262,1.000000084972,1.000000092439,1.000000060353,1.000000086444,1.00000006674,1.000000098627,1.000000053566,1.000000084135,1.000000066469,1.000000089615,1.000000070914,1.000000083331,1.00000008058,1.000000102199,1.000000084274,1.000000108267,1.000000088697,1.00000012144,1.000000108231,1.000000110459,1.000000117251,1.000000120944,1.000000124852,1.000000132424,1.00000010637,1.000000137854,1.000000108881,1.000000120712,1.00000011325,1.00000012268,1.000000109618,1.000000125861,1.000000098244,1.000000135686,1.000000099289,1.000000117536,1.000000097374,1.000000120817,1.000000104438,1.000000119121,1.000000101624,1.000000125782,1.000000106594,1.000000118901,1.000000100461,1.000000118491,1.000000116372,1.000000113715,1.000000100351,1.000000106835,1.000000109674,1.000000108464,1.000000092383,1.000000090197,1.000000096084,1.00000008531,1.000000087448,1.000000068899,1.000000087191,1.000000073197,1.000000086473,1.00000006546,1.000000089605,1.00000007709,1.00000010288,1.000000066626,1.000000110754,1.000000075648,1.000000129122,1.000000086674,1.000000128802,1.000000095355,1.00000014355,1.000000092797,1.00000015648,1.000000100622,1.000000159675,1.000000100205,1.000000148254,1.000000107757,1.000000147222,1.000000100052,1.000000138506,1.000000100587,1.000000137043,1.000000095629,1.000000124732,1.00000009984,1.000000121032,1.000000098315,1.000000111326,1.000000106713,1.000000131581,1.000000108753,1.000000118071,1.000000111323,1.000000129237,1.000000124678,1.000000124112,1.00000012242,1.00000013298,1.000000129874,1.000000130391,1.000000120566,1.000000127288,1.00000012358,1.000000114561,1.000000107588,1.000000104207,1.000000110125,1.000000098289,1.000000087907,1.000000084812,1.000000088747,1.0000000843,1.000000091929,1.00000007084,1.000000088565,1.000000077056,1.00000008441,1.000000083731,1.000000092239,1.00000008755,1.000000098996,1.000000085001,1.000000108873,1.000000101665,1.000000107747,1.000000107392,1.000000109372,1.00000011246,1.000000108726,1.000000105863,1.000000114463,1.000000109135,1.000000108137,1.000000099141,1.000000106257,1.00000010894,1.000000098453,1.000000090046,1.000000097615,1.000000098767,1.00000011055,1.000000096083,1.000000102876,1.000000104887,1.000000112808,1.000000105824,1.000000109816,1.000000113044,1.000000125572,1.000000115524,1.000000118372,1.00000012178,1.000000133679,1.000000124615,1.000000120588,1.000000115829,1.000000120053,1.000000121046,1.000000116037,1.000000103956,1.000000108746,1.000000100943,1.000000103254,1.000000096833,1.00000009767,1.00000009165,1.000000091701,1.00000007549,1.000000096751,1.000000078638,1.00000009453,1.00000007382,1.000000089674,1.000000078063,1.00000008747,1.000000071512,1.00000009436,1.000000067298,1.00000008777,1.000000060933,1.000000081899,1.000000071734,1.000000067185,1.000000054378,1.000000062621,1.000000056278,1.000000069716,1.000000043725,1.000000047464,1.000000047238,1.000000049803,1.000000046916,1.000000042834,1.000000056411,1.000000059443,1.00000005932,1.000000058589,1.00000006972,1.000000077072,1.000000079052,1.000000075001,1.000000085508,1.000000087567,1.000000107828,1.000000092669,1.000000098365,1.000000097029,1.000000104639,1.000000099308,1.00000010218,1.000000088717,1.000000101767,1.0000000777,1.000000088182,1.000000075014,1.000000082686,1.000000067761,1.000000070562,1.00000005884,1.00000007335,1.000000050558,1.000000068843,1.000000053393,1.000000064661,1.0000000561,1.000000061977,1.000000064247,1.000000073098,1.000000054246,1.000000065995,1.00000005578,1.000000072976,1.000000068689,1.00000006018,1.000000053815,1.000000058185,1.000000054832,1.000000048635,1.000000036685,1.000000043481,1.000000032603,1.000000025767,1.000000014553,1.00000001431,1.000000015358,1.000000003236,1.000000003907,0.999999997251,1.000000008387,1.000000015255,1.000000008602,1.00000000639,1.00000001791,1.000000020479,1.000000037084,1.000000026371,1.000000048023,1.000000041704,1.000000058662,1.000000055807,1.000000069786,1.000000070362,1.000000079472,1.000000064569,1.000000088084,1.000000066742,1.000000086754,1.000000069632,1.000000073738,1.000000068308,1.000000068396,1.000000058726,1.000000071939,1.000000051767,1.000000058291,1.000000041963,1.000000044628,1.000000048871,1.000000045656,1.000000034576,1.000000034929,1.00000003369,1.000000042261,1.000000029015,1.000000028319,1.000000028936,1.000000029943,1.000000024044,1.000000020272,1.00000002258,1.000000022118,1.0000000148,1.00000001163,1.000000002761,1.000000010331,1.000000006971,0.999999996988,0.999999991391,0.999999988768,0.999999997329,0.999999992507,0.999999990831,0.999999991556,0.9999999922,1.000000001859,1.000000000292,1.000000004967,1.000000015577,1.000000002891,1.000000018434,1.000000015749,1.000000021161,1.000000035027,1.000000027728,1.00000003212,1.000000038862,1.000000030938,1.000000045748,1.00000003727,1.000000041495,1.00000004081,1.000000031589,1.000000038158,1.000000043856,1.000000039768,1.000000036276,1.000000030211,1.000000040317,1.000000039638,1.000000036262,1.00000003215,1.000000034239,1.000000040449,1.000000038537,1.000000036781,1.000000040626,1.000000040358,1.000000039631,1.000000030238,1.000000028604,1.000000032996,1.00000002982,1.000000019582,1.000000010409,1.000000009051,1.000000008675,1.000000001681,0.999999993954,0.99999997987,0.999999980566,0.999999976805,0.999999968404,0.999999972247,0.999999961474,0.999999962671,0.999999963497,0.99999995755,0.999999969481,0.999999970896,0.999999973722,0.999999981024,0.999999981128,0.999999994172,0.999999997416,0.99999999796,1.000000012207,1.00000000626,1.000000012308,1.000000018992,1.000000024435,1.000000026199,1.000000014517,1.000000016517,1.000000024206,1.000000019958,1.000000019577,1.000000010337,1.000000010672,1.000000015568,1.000000007299,1.000000006578,1.000000003698,1.000000004565,1.000000002993,0.999999997939,0.999999999052,1.00000000847,1.000000009015,1.000000004184,1.000000003216,1.000000007025,1.000000011209,1.000000015696,1.000000006209,1.000000002877,1.000000007185,1.000000006971,1.000000007208,1.000000002729,0.999999997624,0.99999999811,0.999999988872,0.999999986257,0.999999983525,0.999999981033,0.999999977736,0.999999972092,0.999999972399,0.999999971821,0.999999967022,0.999999971037,0.999999967531,0.999999969308,0.999999971927,0.999999978549,0.999999986991,0.999999983997,0.999999982184,0.999999987205,0.999999989965,0.999999997888,0.999999993932,0.999999988359,0.999999993652,0.99999999592,0.999999993787,0.999999991104,0.99999999094,0.999999995129,0.999999990989,0.999999987064,0.99999998879,0.999999993465,0.999999992147,0.999999987218,0.999999985909,0.999999986584,0.999999991476,0.999999995003,0.999999987801,0.999999988198,0.99999999375,1.000000000139,1.000000000863,0.999999997705,0.999999998444,1.000000000165,0.999999998486,0.999999997445,0.999999995831,0.999999996492,0.999999989978,0.999999986201,0.999999983241,0.999999976957,0.999999975192,0.999999969766,0.999999963229,0.999999960848,0.999999959042,0.999999963414,0.999999963557,0.999999959958,0.999999959355,0.999999961851,0.99999996637,0.99999997715,0.999999975205,0.999999975872,0.999999985829,0.99999999559,0.999999997061,1.00000000039,1.000000005058,1.000000009759,1.000000010642,1.000000010798,1.000000012502,1.000000017433,1.0000000149,1.000000009863,1.000000008072,1.000000006435,1.000000008399,1.000000007747,0.999999996187,0.999999993557,0.999999993246,0.999999994128,0.999999992806,0.999999986287,0.999999981025,0.999999984433,0.999999984141,0.999999984256,0.999999987298,0.999999990242,0.999999992818,0.999999994023,0.999999994519,0.999999997439,1.000000001917,1.000000001271,1.000000000734,1.000000000393,1.000000000414,1.000000003539,1.000000000825,0.999999994471,0.999999992248,0.999999989588,0.999999990279,0.999999994127,0.999999985455,0.999999980569,0.999999984528,0.999999985285,0.999999982242,0.999999981624,0.999999981622,0.999999984079,0.999999984955,0.999999983998,0.999999988838,0.999999995921,0.999999995993,0.999999996629,1.000000000034,1.00000000132,1.000000007701,1.000000007909,1.000000003983,1.000000004692,1.000000004412,1.00000000989,1.000000011567,1.000000004701,1.000000001782,1.000000004197,1.000000005264,1.000000004087,1.000000002827,1.000000004147,1.000000004291,1.000000002763,1.000000000496,1.000000000719,1.00000000514,1.000000008355,1.000000006072,1.000000008259,1.000000010797,1.000000018202,1.000000019868,1.000000016642,1.000000018582,1.000000020902,1.000000023992,1.000000026593,1.000000018887,1.000000016598,1.000000018574,1.000000017692,1.000000013087,1.000000011942,1.000000010113,1.000000010302,1.000000008374,1.000000006373,1.000000008109,1.000000013299,1.000000010798,1.000000010612,1.000000012413,1.000000014544,1.000000019283,1.000000025102,1.000000024402,1.000000026799,1.000000029357,1.000000036733,1.000000040055,1.000000035493,1.000000034682,1.000000035994,1.000000036538,1.000000033246,1.0000000287,1.000000025994,1.000000023517,1.000000020472,1.000000012036,1.000000006195,1.000000009677,1.000000006802,0.999999999303,0.999999995914,0.999999995495,1.000000001518,0.99999999944,0.999999994751,0.999999997593,1.000000002065,1.00000000796,1.000000014353,1.000000013808,1.00000002043,1.000000029928,1.000000034718,1.000000037828,1.000000043551,1.000000047844,1.00000005029,1.000000049788,1.000000046419,1.000000049311,1.000000052599,1.000000046656,1.000000043839,1.000000042743,1.000000041786,1.000000042584,1.000000044544,1.000000040336,1.000000037544,1.000000035445,1.000000039688,1.000000041521,1.000000039991,1.000000038683,1.000000043836,1.000000048751,1.000000050576,1.000000051601,1.000000056344,1.000000059192,1.000000062893,1.000000056617,1.000000058434,1.000000066242,1.000000065048,1.000000057246,1.000000051758,1.000000049318,1.000000054781,1.000000046997,1.000000039477,1.000000034693,1.000000035415,1.000000034561,1.000000033181,1.000000029219,1.000000029843,1.000000031689,1.000000032038,1.000000031156,1.000000036555,1.000000040957,1.000000044149,1.000000045928,1.000000047132,1.000000057317,1.000000067375,1.000000067991,1.00000006901,1.000000072787,1.000000074465,1.00000007684,1.000000078787,1.000000077806,1.000000072989,1.000000072561,1.000000071415,1.000000075291,1.000000072736,1.000000068343,1.000000067118,1.000000073168,1.00000006723,1.000000068454,1.000000065931,1.000000070094,1.000000071877,1.000000068449,1.000000073181,1.000000086344,1.000000086744,1.000000083725,1.000000082756,1.000000085258,1.000000098049,1.000000096092,1.000000090309,1.000000090669,1.000000093555,1.000000093195,1.000000087917,1.000000083801,1.000000082155,1.000000079694,1.000000074768,1.00000007153,1.00000007387,1.000000072887,1.000000070401,1.00000006867,1.000000063005,1.000000071607,1.000000075816,1.000000073099,1.000000071789,1.00000007709,1.000000081195,1.000000087761,1.000000092965,1.000000097658,1.000000098256,1.000000102412,1.000000105954,1.000000114891,1.000000113556,1.000000110012,1.000000108535,1.000000116118,1.000000108897,1.00000011042,1.000000102163,1.000000111461,1.000000103734,1.000000103697,1.000000096698,1.000000113375,1.000000102062,1.000000104749,1.000000091391,1.000000103828,1.000000109086,1.000000114577,1.000000103049,1.000000113982,1.000000115341,1.00000012387,1.000000117269,1.000000123048,1.000000125775,1.000000130156,1.00000012463,1.000000128707,1.000000131538,1.000000130882,1.000000124575,1.000000121523,1.000000115438,1.000000120535,1.000000118387,1.000000112641,1.000000110133,1.000000109591,1.000000110716,1.000000110327,1.000000110993,1.000000107739,1.00000010824,1.000000106143,1.000000117335,1.000000121057,1.000000125596,1.000000116278,1.000000129981,1.00000013104,1.000000140424,1.000000129642,1.000000141144,1.000000135954,1.000000143724,1.00000013026,1.000000136796,1.000000136236,1.000000137353,1.000000123082,1.000000117469,1.000000119738,1.00000012701,1.000000118112,1.000000102232,1.000000107812,1.000000108278,1.000000109017,1.000000099273,1.000000102074,1.000000105683,1.000000108269,1.00000010418,1.00000011025,1.000000115784,1.000000119848,1.000000117904,1.000000120823,1.000000126472,1.000000133459,1.000000138236,1.000000131385,1.000000136089,1.000000134321,1.000000136969,1.000000134985,1.000000136751,1.00000012796,1.000000133334,1.000000123428,1.000000138707,1.000000133767,1.000000136156,1.000000120811,1.000000137123,1.000000128746,1.000000143557,1.000000123717,1.000000148023,1.000000135424,1.00000015647,1.00000013438,1.000000161792,1.000000145577,1.000000173033,1.000000139072,1.000000164244,1.000000147836,1.000000179683,1.00000014561,1.000000154392,1.000000137334,1.000000161737,1.000000131101,1.000000143324,1.000000117889,1.0000001373,1.000000114879,1.000000120086,1.000000104733,1.000000120897,1.000000101183,1.000000111705,1.000000092791,1.000000113538,1.000000101329,1.000000116309,1.000000095868,1.000000116032,1.000000107364,1.000000122341,1.000000115746,1.000000129406,1.000000114099,1.000000133153,1.000000114569,1.000000137969,1.000000123772,1.000000128721,1.000000110768,1.000000130696,1.000000112815,1.000000134053,1.000000100933,1.000000130178,1.000000106358,1.000000127287,1.000000097174,1.000000130087,1.000000102355,1.000000140139,1.000000092722,1.000000132865,1.000000110029,1.000000146931,1.000000112341,1.000000138449,1.000000115588,1.000000160651,1.000000119068,1.00000015533,1.000000124049,1.000000154644,1.000000130008,1.000000144242,1.000000121719,1.000000152664,1.000000112879,1.000000141512,1.000000103487,1.000000133215,1.000000109549,1.000000121449,1.000000099379,1.000000116591,1.000000099789,1.000000116338,1.000000096611,1.000000121835,1.000000095023,1.000000118414,1.000000101046,1.00000011884,1.000000114209,1.000000115825,1.000000108548,1.000000133177,1.00000011234,1.000000135864,1.000000104648,1.000000127474,1.000000113226,1.000000121495,1.000000099004,1.000000124938,1.000000097566,1.000000129366,1.00000007537,1.000000111638,1.000000086454,1.000000115041,1.000000078273,1.000000107074,1.000000072804,1.000000124885,1.000000068704,1.000000116651,1.000000083811,1.000000118093,1.000000094848,1.000000116804,1.000000092727,1.000000139194,1.00000009753,1.000000133878,1.000000102894,1.000000128586,1.00000011197,1.000000121963,1.000000105213,1.000000124318,1.000000100566,1.000000122919,1.000000096382,1.000000124603,1.000000093314,1.000000108131,1.000000094802,1.000000105912,1.000000103943,1.000000106376,1.000000096632,1.000000127572,1.000000099645,1.000000122838,1.000000102925,1.000000120201,1.000000123901,1.000000116945,1.000000113641,1.000000137149,1.000000111499,1.000000142042,1.000000084394,1.000000115754,1.000000103591,1.000000107421,1.000000083822,1.0000001038,1.000000053788,1.000000112937,1.000000034969,1.000000084587,1.000000051703,1.000000071208,1.000000047837,1.000000068171,1.000000033472,1.000000093946,1.000000035044,1.000000077478,1.000000049358,1.000000071011,1.000000064177,1.000000078402,1.000000068017,1.000000100051,1.000000068172,1.000000103139,1.00000007944,1.000000103326,1.000000085618,1.000000091177,1.000000090305,1.000000100138,1.000000091354,1.000000101218,1.000000080745,1.000000106665,1.000000083095,1.000000092298,1.00000008785,1.000000096645,1.000000103788,1.000000096149,1.000000090495,1.000000119589,1.000000104059,1.000000121951,1.000000090063,1.000000113929,1.000000124068,1.000000120872,1.000000113503,1.000000136882,1.000000100902,1.000000151066,1.0000000869,1.000000128335,1.000000101161,1.000000113223,1.000000087986,1.000000109464,1.000000065519,1.000000128762,1.00000004711,1.000000092579,1.000000049323,1.00000006641,1.00000005221,1.000000059926,1.000000044032,1.000000072015,1.000000026405,1.000000064034,1.000000038323,1.000000057812,1.000000045542,1.000000046124,1.000000058657,1.00000006228,1.00000005968,1.000000071363,1.000000054589,1.000000076751,1.00000006188,1.000000064558,1.000000076239,1.000000070845,1.00000008614,1.000000068478,1.000000066348,1.000000088256,1.000000079467,1.000000078676,1.000000073124,1.000000074127,1.000000104045,1.000000083454,1.000000092304,1.000000106843,1.000000089317,1.000000118934,1.000000090816,1.000000109355,1.000000117547,1.000000117927,1.000000112029,1.000000145767,1.000000101816,1.000000167414,1.000000091997,1.000000131551,1.000000100992,1.000000116637,1.000000096735,1.000000120909,1.000000078194,1.00000012116,1.000000056197,1.000000096663,1.000000071672,1.000000082158,1.000000065274,1.000000068881,1.000000071795,1.00000008165,1.000000065238,1.000000079229,1.000000068049,1.000000082742,1.000000076997,1.000000076786,1.000000096146,1.000000087608,1.000000104143,1.000000086735,1.000000098242,1.000000107821,1.000000108904,1.0000000948,1.00000010211,1.000000090705,1.000000122781,1.000000084383,1.000000106853,1.000000089907,1.000000099734,1.000000092518,1.000000093323,1.000000080239,1.000000109671,1.000000079261,1.000000101552,1.000000100784,1.000000092563,1.000000119154,1.000000084778,1.000000103105,1.000000103865,1.000000109126,1.000000107968,1.000000135059,1.00000008984,1.000000142697,1.000000076096,1.00000012423,1.000000104668,1.000000111941,1.000000091236,1.000000109613,1.000000087304,1.000000121399,1.000000074708,1.000000102568,1.000000084922,1.000000093922,1.000000088207,1.000000083338,1.000000096975,1.000000096226,1.000000094417,1.000000093523,1.000000098414,1.000000111145,1.000000114442,1.0000000979,1.0000001205,1.000000111475,1.000000144257,1.000000118452,1.000000138654,1.00000012672,1.000000146142,1.000000126674,1.000000144428,1.000000119056,1.000000155177,1.000000113321,1.000000142437,1.00000011534,1.000000138568,1.000000116594,1.000000128398,1.000000104249,1.000000133557,1.00000010628,1.000000124386,1.000000119061,1.000000109856,1.000000121239,1.000000103685,1.000000121705,1.000000123089,1.000000124513,1.000000106673,1.000000133933,1.000000109598,1.000000141244,1.000000103476,1.000000124969,1.000000112149,1.000000119473,1.000000103288,1.000000109524,1.000000103534,1.000000116881,1.000000091566,1.000000098446,1.000000093917,1.000000104079,1.000000101233,1.000000086014,1.00000010259,1.000000102686,1.000000117425,1.000000109378,1.000000121047,1.000000121142,1.000000139726,1.000000127446,1.00000014988,1.000000138695,1.000000174591,1.000000143636,1.000000173262,1.000000151735,1.00000018269,1.000000153504,1.000000177935,1.000000140516,1.00000017719,1.000000132096,1.000000162845,1.000000134223,1.000000151312,1.000000122183,1.000000138224,1.000000113939,1.000000137838,1.000000108398,1.000000112931,1.000000112923,1.000000114364,1.000000112322,1.000000110281,1.000000109292,1.000000119715,1.000000117732,1.000000108904,1.000000116855,1.000000118383,1.000000125412,1.00000011105,1.00000011091,1.000000116092,1.000000117166,1.00000011355,1.000000103266,1.000000103534,1.000000106658,1.000000101727,1.000000096057,1.000000101974,1.00000009775,1.000000108285,1.000000093179,1.000000103463,1.000000102241,1.000000121252,1.000000104197,1.000000122327,1.000000114365,1.000000137612,1.000000123974,1.000000148242,1.000000130783,1.000000159507,1.000000135902,1.000000166926,1.000000150952,1.000000174511,1.000000145105,1.000000169382,1.000000146882,1.000000171773,1.000000140765,1.000000156995,1.000000141714,1.000000157281,1.000000135022,1.000000144257,1.000000134146,1.000000144619,1.000000128531,1.000000126108,1.000000122819,1.000000138205,1.00000013219,1.000000127109,1.000000123101,1.000000133154,1.000000130061,1.000000130479,1.000000123479,1.000000125899,1.000000126341,1.000000124241,1.000000120355,1.000000127197,1.000000120275,1.000000121286,1.000000108171,1.000000108146,1.000000107914,1.000000110746,1.000000097824,1.000000100814,1.000000095739,1.000000103905,1.000000095523,1.000000105296,1.000000094498,1.000000105309,1.000000093778,1.000000113352,1.000000108634,1.000000120776,1.000000104204,1.000000125114,1.000000118329,1.000000135052,1.000000118025,1.00000013435,1.000000125375,1.000000138058,1.000000121158,1.0000001295,1.000000125298,1.000000133757,1.000000116759,1.000000117742,1.000000114053,1.000000130649,1.000000116395,1.00000010945,1.000000107356,1.000000114054,1.000000112081,1.000000113961,1.000000107846,1.000000116486,1.000000116566,1.000000118754,1.000000119532,1.000000125178,1.000000125268,1.000000126209,1.000000121805,1.000000125608,1.000000129327,1.000000130642,1.000000124501,1.000000124114,1.000000122013,1.000000121166,1.00000011528,1.000000112539,1.000000101992,1.000000101746,1.000000094521,1.000000100158,1.000000097955,1.000000091976,1.000000082772,1.000000088745,1.000000086949,1.000000092572,1.000000083135,1.000000091892,1.000000090637,1.000000093649,1.000000090205,1.000000097939,1.000000099844,1.000000108109,1.000000093113,1.0000000955,1.000000099416,1.000000107511,1.000000098388,1.000000089023,1.000000091837,1.000000096553,1.000000091459,1.000000089383,1.000000080999,1.000000081232,1.000000078997,1.000000075718,1.000000074165,1.000000075543,1.000000073693,1.000000074413,1.000000073349,1.000000077928,1.000000084637,1.000000087226,1.000000084338,1.00000008833,1.000000092207,1.00000009611,1.00000009944,1.000000099635,1.000000097991,1.000000100133,1.000000099379,1.00000010198,1.000000100876,1.000000089865,1.000000085185,1.000000085352,1.00000008404,1.000000082082,1.000000071881,1.000000070676,1.000000067929,1.000000062822,1.000000057229,1.000000059133,1.000000058233,1.000000059891,1.000000049286,1.000000050245,1.000000057143,1.00000006186,1.000000055194,1.000000051525,1.000000056457,1.00000006085,1.00000005854,1.000000057488,1.000000051741,1.000000053436,1.00000005431,1.000000050586,1.000000051315,1.000000048907,1.00000004247,1.000000044141,1.000000039238,1.000000038283,1.000000038941,1.000000037242,1.000000034069,1.000000035405,1.000000036755,1.000000042476,1.000000046597,1.000000047188,1.000000048745,1.000000052888,1.000000055731,1.000000063379,1.000000065875,1.000000062437,1.000000065973,1.000000069548,1.000000072142,1.000000070768,1.000000064947,1.000000063366,1.000000061477,1.000000056209,1.000000049615,1.000000048232,1.000000047563,1.000000042021,1.000000031254,1.000000027051,1.00000002989,1.000000030237,1.000000021164,1.000000017138,1.000000020774,1.000000024156,1.000000026363,1.000000025512,1.000000023694,1.000000030769,1.000000033971,1.0000000329,1.000000035599,1.000000035135,1.000000034472,1.000000035799,1.000000034325,1.00000003126,1.000000030134,1.000000030829,1.000000025544,1.000000019908,1.000000016848,1.000000015513,1.000000015882,1.000000010131,1.00000000305,1.000000003074,1.000000000913,1.00000000233,1.000000002568,0.999999999147,1.000000003749,1.000000009841,1.000000013286,1.000000016502,1.000000018233,1.000000023007,1.000000029054,1.000000031906,1.000000032018,1.000000038166,1.000000043673,1.000000040164,1.000000033265,1.000000033394,1.000000034537,1.000000036281,1.000000027228,1.000000020392,1.000000020585,1.000000017842,1.000000013969,1.000000009702,1.000000002442,1.000000003764,1.000000000927,0.999999997482,0.999999997885,0.999999999419,0.999999998427,1.000000002483,1.000000001524,1.000000000275,1.000000006364,1.000000012419,1.000000010299,1.000000007869,1.000000010155,1.000000015193,1.000000021232,1.00000001895,1.000000014391,1.000000016647,1.000000015908,1.00000001655,1.000000016984,1.00000001347,1.000000015392,1.000000015125,1.000000011985,1.000000011325,1.000000008419,1.00000000891,1.000000009117,1.000000006935,1.000000005981,1.000000011606,1.000000016575,1.000000014365,1.000000009773,1.000000011578,1.000000014955,1.000000017513,1.000000014411,1.000000007739,1.000000007824,1.000000005563,1.000000002221,0.999999998946,0.999999992645,0.999999990894,0.999999986337,0.999999981294,0.999999979621,0.999999978959,0.999999976342,0.999999978057,0.999999972277,0.999999966743,0.999999972899,0.999999978884,0.999999975859,0.999999972956,0.999999977659,0.999999986257,0.999999992377,0.999999992665,0.999999993085,0.999999998166,1.000000003282,1.000000004964,1.000000008215,1.000000008794,1.000000007805,1.000000009828,1.000000007734,1.000000004707,1.000000004904,1.000000001862,0.999999998061,0.999999996814,0.999999993487,0.99999999694,0.99999999788,0.999999993755,0.999999990269,0.999999987198,0.999999989379,0.999999995186,0.999999994345,0.999999990257,0.999999994244,0.999999999258,1.000000003721,1.000000006308,1.000000005609,1.000000008455,1.000000007481,1.000000005268,1.0000000067,1.000000006527,1.000000003072,1.000000000926,0.999999992335,0.999999984342,0.999999984958,0.999999985608,0.999999975502,0.99999996786,0.999999964862,0.999999967543,0.999999967418,0.999999959444,0.999999952762,0.999999955563,0.999999956767,0.99999995831,0.999999963942,0.999999965347,0.999999968856,0.999999977702,0.999999977915,0.999999985763,0.999999993194,0.999999995444,1.000000001094,1.000000003168,1.000000007754,1.000000015788,1.000000014086,1.000000016776,1.000000013884,1.000000006881,1.000000011217,1.000000015976,1.000000010456,1.000000003227,1.000000000016,1.000000002064,1.00000000143,0.999999995059,0.999999990173,0.999999988536,0.999999985269,0.99999998238,0.999999981747,0.999999980099,0.999999981033,0.999999982448,0.999999980837,0.999999979081,0.999999982227,0.999999985723,0.999999980092,0.999999973943,0.999999975854,0.99999997924,0.999999982536,0.999999969622,0.999999961951,0.999999968307,0.99999996721,0.999999968051,0.999999971931,0.999999966119,0.999999972327,0.999999971182,0.999999970515,0.999999975492,0.999999978515,0.999999982233,0.99999998753,0.999999986754,1.000000001514,1.000000003965,1.000000008734,1.000000014932,1.000000015994,1.000000018519,1.000000027717,1.000000035673,1.000000037601,1.000000030075,1.000000032647,1.000000036024,1.000000036207,1.000000031277,1.000000021105,1.000000020195,1.000000019954,1.000000015842,1.000000013807,1.000000010147,1.0000000101,1.000000008986,1.000000003415,1.000000000782,1.000000003292,1.000000005296,0.999999998515,0.999999993809,0.999999999216,1.000000003657,1.000000010351,0.999999999153,0.999999993608,1.000000007795,0.999999996294,1.000000003242,0.999999997946,0.999999988425,0.999999995638,0.999999983592,0.999999979228,0.999999982328,0.999999969611,0.999999980703,0.999999968409,0.999999963987,0.999999979184,0.99999996705,0.999999973383,0.999999974419,0.999999976391,0.999999983775,0.99999999003,1.000000000967,1.000000011082,1.00000000564,1.000000021996,1.000000031441,1.000000046645,1.000000049998,1.000000049761,1.000000063255,1.000000073498,1.000000075535,1.000000079442,1.000000075601,1.000000079575,1.000000077587,1.000000071496,1.000000068943,1.000000069182,1.000000068861,1.000000059886,1.000000050927,1.000000051338,1.000000053923,1.00000004858,1.000000034746,1.00000002764,1.000000037678,1.000000025377,1.000000029802,1.000000021396,1.000000022788,1.000000025052,1.000000019555,1.000000017487,1.000000029471,1.000000009399,1.000000031614,1.000000007833,1.000000019229,1.000000018871,1.000000011202,1.000000009524,1.000000009918,0.999999998529,1.000000015194,0.999999995841,1.000000017438,1.000000008782,1.00000000455,1.000000010981,1.000000018329,1.000000029098,1.000000028736,1.00000001864,1.000000039332,1.000000041024,1.000000048486,1.000000051778,1.000000056919,1.000000067214,1.000000072273,1.000000072795,1.000000077268,1.00000008223,1.000000091059,1.000000082797,1.000000081116,1.000000081563,1.000000087342,1.000000081508,1.000000069648,1.000000065884,1.000000076955,1.00000006537,1.000000067994,1.000000061595,1.000000061782,1.000000060743,1.000000056505,1.000000051071,1.000000065082,1.00000004551,1.0000000621,1.000000046999,1.000000056885,1.00000005432,1.000000054193,1.0000000484,1.000000059452,1.00000003656,1.000000062989,1.000000033051,1.00000005861,1.000000040966,1.000000039327,1.000000033098,1.000000041683,1.000000036774,1.000000041818,1.00000001584,1.000000042046,1.000000031189,1.000000036815,1.000000034878,1.000000041708,1.000000049776,1.000000053517,1.000000049069,1.000000058374,1.000000065189,1.000000078467,1.000000074662,1.000000077951,1.000000088893,1.00000009838,1.000000104109,1.000000097731,1.000000101248,1.000000110252,1.000000107485,1.000000104901,1.000000106153,1.000000101064,1.000000101943,1.000000090302,1.000000088087,1.000000091164,1.000000085271,1.000000083933,1.000000080669,1.000000078668,1.00000008007,1.000000076553,1.000000077416,1.000000082198,1.000000068867,1.000000082198,1.000000073199,1.000000088962,1.000000084646,1.000000082462,1.000000082962,1.000000096576,1.000000088975,1.000000101068,1.000000080724,1.00000010047,1.000000092109,1.00000008888,1.000000085899,1.000000090128,1.000000089988,1.000000088006,1.000000072414,1.000000077073,1.000000078554,1.000000082633,1.000000075587,1.000000070065,1.000000084692,1.000000081942,1.000000089655,1.000000081067,1.000000083964,1.000000088836,1.000000095783,1.000000086025,1.000000109783,1.000000095095,1.000000114444,1.000000096565,1.000000106838,1.000000104437,1.000000117049,1.00000009415,1.00000011323,1.000000088709,1.000000106208,1.000000087607,1.00000009657,1.000000091212,1.000000090631,1.000000080753,1.000000094332,1.00000008835,1.000000098413,1.000000085926,1.000000090925,1.000000104027,1.00000010089,1.000000104813,1.00000010515,1.000000114001,1.000000122107,1.000000119295,1.000000124495,1.000000137191,1.000000137206,1.000000137721,1.000000129944,1.000000135161,1.000000147833,1.000000142903,1.000000138191,1.000000131038,1.000000137928,1.000000134342,1.000000133772,1.000000122627,1.000000127675,1.00000012106,1.000000134395,1.000000114524,1.000000141565,1.000000119465,1.000000135491,1.000000113309,1.000000133537,1.000000117036,1.000000146155,1.000000105174,1.000000147056,1.000000108693,1.000000143037,1.000000112011,1.000000140005,1.000000109909,1.000000133866,1.000000085215,1.000000131164,1.000000093317,1.000000115163,1.000000083656,1.000000095274,1.000000091291,1.000000098503,1.000000074213,1.00000009325,1.000000079851,1.000000097732,1.000000087038,1.000000092509,1.000000102943,1.000000109746,1.000000104109,1.000000113859,1.000000117629,1.000000144571,1.000000134942,1.000000136975,1.000000141098,1.000000154247,1.000000154908,1.000000163017,1.00000015272,1.000000166414,1.000000156256,1.000000165924,1.0000001494,1.000000162416,1.000000144259,1.000000152396,1.000000129842,1.000000154443,1.000000127006,1.000000152772,1.000000114269,1.000000144872,1.000000115559,1.000000141134,1.000000104324,1.000000152976,1.000000100755,1.000000148106,1.000000102309,1.000000146245,1.000000124989,1.000000136056,1.000000104191,1.000000140564,1.000000109295,1.000000139646,1.000000100154,1.000000116372,1.000000108372,1.000000106035,1.000000092027,1.000000101072,1.000000092041,1.000000110158,1.000000078872,1.000000091836,1.000000088791,1.000000106524,1.000000093137,1.000000097912,1.000000096105,1.000000120332,1.000000103233,1.000000126129,1.000000111525,1.000000134192,1.000000123994,1.000000140192,1.000000128062,1.000000155762,1.000000131903,1.000000158905,1.000000130446,1.000000160072,1.000000131861,1.00000015363,1.000000118896,1.000000151934,1.000000110828,1.000000150085,1.000000103337,1.000000159427,1.000000110863,1.000000136675,1.000000106936,1.000000141611,1.000000111668,1.000000143037,1.000000097503,1.000000153357,1.000000122356,1.00000012756,1.000000125927,1.00000011906,1.000000127892,1.000000123743,1.00000010683,1.000000125339,1.000000118785,1.000000113031,1.000000109867,1.000000085057,1.000000108392,1.000000095015,1.00000008676,1.000000090885,1.000000076763,1.000000095583,1.00000007319,1.000000082081,1.000000083936,1.000000087825,1.000000077598,1.000000098873,1.000000070735,1.00000012109,1.000000077975,1.000000118743,1.000000094366,1.000000119121,1.000000096544,1.000000133056,1.000000091666,1.000000158033,1.000000086253,1.00000015176,1.000000098584,1.000000142284,1.000000098294,1.000000121015,1.000000073966,1.000000152634,1.000000069355,1.00000014529,1.000000077918,1.000000114077,1.00000009732,1.00000008191,1.000000081056,1.000000113684,1.00000008558,1.000000115547,1.000000097592,1.000000099907,1.000000142027,1.000000094853,1.000000131525,1.000000107721,1.000000133268,1.000000130627,1.000000134903,1.000000128849,1.000000155969,1.000000120639,1.00000014876,1.000000118954,1.000000140352,1.000000123782,1.000000115753,1.000000120757,1.000000113607,1.00000011631,1.000000110994,1.00000010156,1.000000102129,1.000000100469,1.000000080724,1.000000118314,1.00000007791,1.000000127156,1.000000077429,1.000000102398,1.000000088668,1.000000110664,1.000000070348,1.000000125436,1.000000052233,1.000000165677,1.000000069404,1.000000116378,1.000000091372,1.000000083102,1.000000076675,1.000000084688,1.000000039311,1.000000125016,1.00000005641,1.000000083282,1.000000098274,1.000000036145,1.000000110525,1.00000003896,1.000000056692,1.00000006623,1.000000067898,1.000000072895,1.000000113326,1.000000051521,1.000000136354,1.000000057727,1.000000107501,1.000000090413,1.000000111111,1.00000010632,1.000000124594,1.000000102266,1.00000015135,1.000000101154,1.000000137641,1.000000111496,1.000000125613,1.000000118726,1.000000118435,1.000000123042,1.000000137349,1.000000099659,1.000000126011,1.000000093175,1.000000116843,1.000000117339,1.000000091213,1.000000109741,1.000000106563,1.000000102353,1.000000125345,1.000000073783,1.000000114292,1.000000093429,1.000000082132,1.000000104199,1.000000093203,1.00000010776,1.000000155839,1.00000005071,1.000000155757,1.000000046147,1.000000107395,1.000000057323,1.000000069622,1.000000063906,1.000000126863,1.000000023888,1.000000148641,1.0000000019,1.000000101669,1.000000021111,1.000000062853,1.000000050114,1.000000082948,1.000000038151,1.000000112186,1.000000031699,1.000000122092,1.000000056288,1.000000101632,1.00000008858,1.000000108204,1.00000009351,1.000000126032,1.000000096706,1.000000151652,1.000000093297,1.000000130419,1.000000106853,1.000000125912,1.00000011531,1.00000011138,1.000000090579,1.000000138833,1.000000079462,1.000000124847,1.000000072888,1.000000101804,1.000000085872,1.000000090261,1.000000067852,1.000000139975,1.000000054247,1.00000015674,1.000000036695,1.000000115299,1.000000064954,1.000000103792,1.000000062779,1.000000144205,1.000000042106,1.000000194646,1.000000017512,1.000000150794,1.000000042113,1.000000099489,1.000000047957,1.000000106002,1.000000034061,1.000000146372,0.999999996313,1.000000134379,1.000000026501,1.000000093833,1.000000042634,1.000000078566,1.00000005283,1.000000098029,1.000000036436,1.000000116536,1.000000054385,1.000000120887,1.000000067146,1.000000098188,1.000000087254,1.000000116152,1.000000090072,1.000000126128,1.000000082309,1.000000149627,1.000000089835,1.000000118982,1.000000096677,1.000000120977,1.000000092439,1.000000124645,1.000000063724,1.000000140472,1.000000067051,1.00000011633,1.000000061927,1.000000102112,1.000000067315,1.000000118902,1.000000042634,1.000000145545,1.000000036655,1.000000132797,1.000000049635,1.000000112265,1.000000072765,1.000000118118,1.000000056496,1.000000154199,1.000000055929,1.000000160536,1.000000073647,1.000000130527,1.000000096713,1.000000112383,1.000000080178,1.000000133052,1.000000082462,1.000000145855,1.000000072133,1.000000132036,1.000000095688,1.000000121609,1.000000088382,1.000000114249,1.000000095355,1.000000145302,1.000000090494,1.000000147501,1.000000103858,1.000000150139,1.000000110394,1.000000133904,1.000000118159,1.000000156612,1.000000106352,1.00000015795,1.000000094085,1.000000154554,1.00000010423,1.000000127853,1.000000085153,1.000000124775,1.000000061031,1.000000129541,1.000000043045,1.000000113694,1.000000050868,1.000000078564,1.00000004612,1.000000083733,1.000000038359,1.000000096565,1.00000003213,1.000000098771,1.000000061242,1.000000076464,1.000000079124,1.000000090814,1.00000008557,1.000000109906,1.00000008791,1.000000137864,1.000000118915,1.000000119881,1.000000124623,1.000000125463,1.000000140381,1.000000144653,1.000000127151,1.000000148386,1.00000013875,1.000000153512,1.000000136475,1.00000014416,1.000000143841,1.000000150232,1.000000129577,1.000000150695,1.00000013635,1.000000165286,1.000000128594,1.000000155686,1.000000131352,1.000000163679,1.000000134884,1.00000016224,1.00000012149,1.000000172996,1.000000121127,1.000000169853,1.00000012933,1.000000157976,1.000000118878,1.000000143576,1.000000105318,1.000000150641,1.00000009632,1.000000126367,1.000000095633,1.000000104668,1.000000091348,1.00000008454,1.000000078936,1.000000094265,1.000000069821,1.000000078021,1.000000076035,1.000000078314,1.000000089158,1.000000067062,1.000000083063,1.00000009109,1.00000009748,1.000000101412,1.000000095521,1.000000103698,1.00000011916,1.000000111583,1.000000118531,1.000000119415,1.000000128421,1.000000130861,1.000000123476,1.000000135931,1.000000141799,1.000000140058,1.000000134397,1.000000136428,1.000000136462,1.00000014898,1.000000137206,1.000000150731,1.000000139658,1.000000153182,1.000000144266,1.000000153954,1.000000148659,1.000000158771,1.000000139522,1.000000161432,1.000000148191,1.000000161447,1.000000150586,1.000000139061,1.000000144863,1.000000142601,1.000000126384,1.000000125343,1.000000125752,1.000000114931,1.000000116353,1.000000089105,1.000000109043,1.000000097822,1.000000096436,1.000000080994,1.000000086957,1.000000085552,1.00000009509,1.000000080318,1.00000008692,1.000000086286,1.000000098552,1.000000093722,1.000000095611,1.000000106522,1.00000011422,1.000000113423,1.000000113969,1.00000011934,1.000000127756,1.000000128755,1.000000122972,1.000000126882,1.000000124973,1.00000012777,1.000000123905,1.000000126679,1.000000121129,1.000000121786,1.000000114402,1.000000119871,1.000000115456,1.000000114515,1.000000107588,1.000000114325,1.000000117072,1.000000118019,1.000000117974,1.00000011745,1.000000125542,1.00000012521,1.000000125554,1.000000121264,1.000000148808,1.000000131907,1.000000141625,1.000000126941,1.000000144461,1.000000136928,1.000000139048,1.000000117593,1.000000135509,1.000000116596,1.000000125516,1.000000104407,1.000000109829,1.000000102839,1.000000102086,1.000000090352,1.000000089277,1.000000088869,1.000000093775,1.000000082546,1.000000081604,1.000000085528,1.000000089629,1.000000097576,1.000000094198,1.000000099445,1.000000102158,1.000000105163,1.00000010777,1.00000011912,1.000000113112,1.000000119292,1.000000109856,1.000000119733,1.00000011322,1.00000011226,1.000000104905,1.000000109619,1.000000102191,1.000000105778,1.000000091411,1.000000097736,1.000000093653,1.000000083538,1.000000079113,1.000000079832,1.000000092408,1.00000008907,1.00000007997,1.000000081968,1.000000098797,1.000000091723,1.000000105727,1.000000092193,1.00000010985,1.000000109446,1.000000113477,1.00000011207,1.000000124362,1.000000118473,1.000000124968,1.00000011224,1.000000117943,1.000000119602,1.000000120338,1.000000112228,1.000000111959,1.000000110553,1.000000114101,1.000000112414,1.000000109164,1.00000010453,1.000000104556,1.000000103439,1.000000104091,1.000000112347,1.000000104204,1.000000105974,1.00000010499,1.00000011084,1.000000109069,1.000000107302,1.000000098657,1.000000110417,1.000000097068,1.000000104749,1.000000091204,1.000000095464,1.000000089842,1.000000080116,1.000000063801,1.000000077092,1.000000069361,1.000000070478,1.000000050584,1.000000050345,1.000000060526,1.000000048715,1.000000048268,1.000000043009,1.000000047409,1.000000053367,1.000000051711,1.000000053008,1.000000067358,1.00000006192,1.000000072234,1.000000071973,1.00000007895,1.000000089803,1.000000088695,1.000000086623,1.000000090607,1.000000088898,1.000000095808,1.000000093351,1.000000088739,1.000000085647,1.000000082865,1.000000084721,1.000000084123,1.000000085509,1.000000079009,1.000000073276,1.000000075163,1.000000075924,1.000000071854,1.000000071316,1.000000063725,1.000000078526,1.000000072263,1.000000073796,1.000000075835,1.000000080492,1.000000079025,1.000000078998,1.000000064227,1.000000092012,1.00000008035,1.000000081616,1.000000071331,1.000000065593,1.000000072172,1.00000006547,1.000000050831,1.000000055039,1.000000042408,1.000000049252,1.000000037615,1.000000027643,1.000000039758,1.000000026518,1.000000026544,1.000000027154,1.000000021983,1.000000030774,1.000000025202,1.000000024766,1.000000033621,1.000000033995,1.000000043383,1.000000049573,1.000000048227,1.000000051115,1.000000053184,1.000000059628,1.000000063796,1.000000065617,1.000000063028,1.000000060698,1.000000063805,1.000000062734,1.000000058775,1.000000059777,1.000000053725,1.000000060764,1.000000055624,1.000000047039,1.000000049208,1.000000050656,1.000000045099,1.000000043763,1.00000003047,1.000000050817,1.000000044599,1.000000037039,1.000000035608,1.00000003513,1.000000039865,1.000000044092,1.000000028571,1.000000045309,1.000000032803,1.000000035804,1.000000032949,1.000000021959,1.000000032877,1.000000024802,1.000000017028,1.000000022614,1.000000009415,1.000000019271,1.000000014918,1.000000008725,1.000000015165,1.000000010808,1.000000012618,1.000000017362,1.000000015838,1.000000018412,1.000000013304,1.000000023194,1.000000027517,1.000000031974,1.000000035434,1.000000036704,1.000000043393,1.000000045405,1.000000041269,1.000000049104,1.000000045839,1.000000050112,1.000000045126,1.000000035218,1.000000038647,1.00000004,1.000000031523,1.000000026565,1.000000015141,1.000000025968,1.00000002171,1.000000014488,1.000000009313,1.000000007832,1.000000009802,1.000000012818,0.999999997519,1.000000011471,1.000000006675,1.000000005841,1.000000007601,1.000000009144,1.000000020435,1.000000022843,1.000000014406,1.000000027337,1.000000017654,1.000000024367,1.000000029981,1.00000002203,1.000000024573,1.000000019449,1.000000016395,1.00000002162,1.000000016153,1.000000013249,1.00000000663,1.000000006743,1.000000009603,1.000000008656,1.000000006915,1.000000005171,1.000000010222,1.000000010928,1.000000008279,1.000000017769,1.000000019283,1.000000027382,1.00000002435,1.000000020728,1.00000003586,1.000000041503,1.000000040759,1.000000040612,1.000000035992,1.000000049417,1.000000045617,1.000000037342,1.000000035105,1.000000026499,1.000000029303,1.000000025335,1.000000006195,1.0000000118,1.000000003178,0.999999995109,0.999999990278,0.99999998528,0.99999999008,0.99999998346,0.999999964227,0.999999972589,0.999999964357,0.999999966785,0.999999973463,0.999999973388,0.999999975727,0.999999975661,0.999999979162,0.999999991879,0.999999989653,0.999999988867,0.999999993097,0.999999997702,1.0000000042,1.000000007705,1.000000008711,1.000000009632,1.000000013404,1.000000017969,1.000000014207,1.000000019067,1.000000024234,1.000000027394,1.000000025361,1.000000025267,1.0000000367,1.000000044135,1.000000037079,1.0000000358,1.000000037638,1.000000046432,1.000000045996,1.000000041498,1.00000004172,1.000000042703,1.000000048034,1.000000044153,1.000000037406,1.000000038766,1.000000030587,1.000000025389,1.000000018615,1.000000012437,1.000000012407,1.000000001404,0.999999985785,0.999999986275,0.999999975905,0.999999975187,0.999999973713,0.999999968907,0.999999967559,0.999999961714,0.999999961956,0.999999971783,0.999999963294,0.999999957978,0.999999963911,0.999999971663,0.999999974412,0.999999978542,0.999999980144,0.999999982694,0.99999998642,0.999999989192,0.999999990073,0.99999999249,0.999999995101,0.999999997314,0.999999994245,0.999999992256,0.999999998964,1.00000000055,0.999999992772,0.999999990428,0.999999994319,1.000000002041,1.00000000635,1.000000004028,1.000000005493,1.000000012735,1.000000018398,1.000000021049,1.000000023103,1.000000026291,1.000000028824,1.000000031078,1.000000034143,1.000000037807,1.00000004162,1.000000041337,1.000000036136,1.000000034913,1.000000030754,1.000000030102,1.000000027023,1.000000019625,1.000000013272,1.000000005141,1,1.00000000138,0.999999987602,0.99999997536,0.999999975089,0.999999977832,0.999999974467,0.999999973744,0.99999997105,0.999999972519,0.999999973619,0.999999973985,0.99999997505,0.999999980065,0.999999983885,0.999999988605,0.999999989749,0.999999994891,1.000000002519,1.000000010383,1.000000009324,1.000000006547,1.000000010826,1.000000016495,1.000000018576,1.000000016386,1.000000011984,1.00000001632,1.000000017525,1.000000014763,1.000000015164,1.000000016443,1.000000018094,1.000000023366,1.000000022236,1.00000002546,1.000000030782,1.000000032426,1.000000030082,1.000000030162,1.000000030502,1.000000035754,1.000000038419,1.000000035722,1.000000033204,1.000000032429,1.000000032261,1.000000034083,1.000000028774,1.000000019396,1.00000001955,1.000000018084,1.000000011306,1.00000000795,1.000000001113,0.999999997247,0.999999993211,0.999999987502,0.99999998197,0.9999999855,0.999999987828,0.999999988455,0.999999987998,0.999999989538,0.999999995659,1.000000006887,1.000000007681,1.000000004424,1.000000011913,1.000000020674,1.000000026733,1.000000029417,1.000000031127,1.000000038857,1.000000041293,1.000000039004,1.00000004203,1.000000043327,1.000000044805,1.000000044993,1.000000039271,1.000000039748,1.000000041595,1.000000041361,1.000000034683,1.000000031081,1.000000031855,1.000000035395,1.000000039339,1.000000040063,1.000000038546,1.000000040652,1.000000044333,1.000000048252,1.000000050446,1.000000049243,1.000000052212,1.000000055993,1.000000055238,1.000000057734,1.000000060639,1.000000061077,1.000000059135,1.000000054869,1.000000049248,1.000000051277,1.000000052091,1.000000046821,1.000000040027,1.000000033562,1.000000032174,1.0000000372,1.000000030106,1.000000020667,1.000000021691,1.000000027112,1.000000027725,1.000000027465,1.000000028739,1.000000037393,1.000000037579,1.000000038089,1.000000043467,1.000000049361,1.000000054981,1.000000055729,1.000000057139,1.000000063557,1.00000006843,1.000000070913,1.000000067285,1.000000065142,1.000000067049,1.000000068154,1.000000071312,1.000000068393,1.0000000617,1.000000059623,1.000000056131,1.000000058043,1.00000005819,1.000000052345,1.000000052108,1.00000005584,1.000000054572,1.000000058591,1.000000059608,1.000000061825,1.000000062119,1.00000005984,1.000000060618,1.000000066671,1.000000070796,1.000000070179,1.000000068841,1.000000066908,1.000000070876,1.000000079248,1.00000007164,1.000000062548,1.000000066119,1.000000071176,1.000000071197,1.00000006748,1.000000063612,1.000000068586,1.000000066035,1.000000064108,1.000000066148,1.000000071197,1.000000073182,1.000000074147,1.000000075264,1.000000084108,1.000000090648,1.000000091293,1.000000091326,1.000000093265,1.000000098008,1.000000101441,1.000000106581,1.000000102947,1.000000098734,1.000000095749,1.000000094873,1.000000095545,1.000000091691,1.000000082097,1.000000078669,1.00000007879,1.000000074708,1.000000071257,1.000000066499,1.000000066539,1.000000062418,1.000000059099,1.000000058597,1.0000000652,1.000000067845,1.000000069806,1.000000068725,1.000000073364,1.000000081431,1.000000090554,1.000000086082,1.000000082471,1.000000091586,1.000000103465,1.000000101148,1.000000103416,1.000000099095,1.000000106698,1.000000105082,1.000000102706,1.000000098905,1.000000106878,1.000000098543,1.000000099828,1.00000009185,1.000000097699,1.000000098809,1.000000097949,1.000000094354,1.000000099182,1.000000100493,1.000000105511,1.000000111501,1.000000114236,1.000000114867,1.000000116778,1.000000121614,1.000000127758,1.00000013056,1.000000126032,1.000000127368,1.000000131754,1.000000128576,1.000000123106,1.000000122483,1.000000121061,1.000000114743,1.000000106916,1.000000099089,1.000000102611,1.000000099359,1.000000090897,1.000000083127,1.000000080666,1.000000082223,1.000000085528,1.000000074586,1.000000075833,1.000000079314,1.000000091275,1.000000085854,1.000000096367,1.000000099199,1.000000111725,1.000000106549,1.000000115577,1.000000109006,1.000000134837,1.000000127914,1.000000134958,1.000000133549,1.000000141283,1.000000140158,1.000000146012,1.000000141547,1.000000145321,1.000000141039,1.000000140221,1.000000144121,1.000000143441,1.000000142941,1.000000138096,1.000000143939,1.000000146815,1.000000147586,1.000000142499,1.000000148049,1.000000151388,1.00000015204,1.000000146443,1.000000154003,1.000000161336,1.000000158116,1.000000150854,1.000000150147,1.000000154252,1.000000157254,1.000000148172,1.000000139144,1.000000139652,1.000000138364,1.000000133468,1.000000124357,1.000000120634,1.000000118856,1.000000116012,1.000000103793,1.000000108011,1.000000109422,1.000000109237,1.000000103678,1.000000101593,1.00000010826,1.000000114479,1.000000120068,1.000000113759,1.000000124764,1.000000119343,1.000000133496,1.000000125458,1.000000149158,1.000000128334,1.000000148561,1.000000129968,1.000000158841,1.000000138511,1.00000015932,1.000000129328,1.000000160419,1.000000139349,1.000000154337,1.000000133772,1.000000153492,1.00000013887,1.000000150522,1.000000130029,1.000000153144,1.000000147109,1.000000150547,1.000000137119,1.000000147409,1.000000151362,1.000000166452,1.000000148572,1.000000156247,1.000000155116,1.000000165709,1.000000156726,1.000000158783,1.000000157735,1.000000163228,1.000000152812,1.000000153956,1.000000149113,1.000000160113,1.000000142244,1.000000145388,1.000000131346,1.000000142451,1.000000130406,1.000000139937,1.00000011691,1.000000141577,1.000000111942,1.000000140864,1.000000118038,1.000000147093,1.000000111311,1.00000014393,1.000000117331,1.000000160547,1.000000127734,1.00000015557,1.000000130086,1.000000166327,1.000000141852,1.000000161726,1.000000139992,1.000000169082,1.000000144725,1.000000156926,1.000000136068,1.000000157838,1.000000141202,1.000000144832,1.000000121425,1.000000143594,1.000000127071,1.000000145625,1.000000112788,1.000000127655,1.00000011817,1.00000013057,1.000000110574,1.000000131687,1.000000113282,1.000000142209,1.000000106901,1.00000013824,1.000000119469,1.000000142192,1.00000011863,1.000000138395,1.00000011681,1.000000154528,1.000000112196,1.000000158755,1.000000115778,1.000000150814,1.00000012083,1.000000142151,1.000000124413,1.000000150987,1.000000106661,1.000000147538,1.000000122032,1.000000149053,1.000000133237,1.000000131465,1.000000132441,1.000000148637,1.000000131057,1.000000138557,1.000000143933,1.000000145757,1.00000015318,1.000000129891,1.000000148414,1.000000150084,1.000000151677,1.000000139918,1.0000001428,1.000000134457,1.000000151655,1.000000124226,1.000000134493,1.000000120192,1.00000012316,1.000000116666,1.000000104259,1.000000108972,1.000000113154,1.000000094655,1.000000103094,1.000000090364,1.000000098341,1.000000099439,1.00000008159,1.000000106609,1.000000090978,1.000000107605,1.000000105215,1.000000107128,1.000000121273,1.000000108819,1.00000010978,1.000000125486,1.000000120095,1.000000136788,1.000000126586,1.000000116646,1.000000151038,1.000000106327,1.000000137491,1.000000102106,1.000000132812,1.000000114442,1.000000130511,1.000000086802,1.000000153416,1.000000101739,1.000000146207,1.000000098428,1.000000141018,1.000000121631,1.00000015144,1.000000115893,1.000000160895,1.000000125672,1.0000001668,1.000000132484,1.000000160434,1.000000146185,1.000000161074,1.000000139147,1.000000164261,1.000000132672,1.000000171281,1.000000120902,1.000000140951,1.000000116639,1.000000121941,1.000000103596,1.000000116133,1.000000082596,1.000000122265,1.000000053038,1.000000108495,1.00000006365,1.000000093408,1.000000059561,1.000000082958,1.000000056433,1.000000126425,1.000000028578,1.000000145554,1.000000033701,1.000000139575,1.000000061729,1.000000124454,1.000000069185,1.000000168808,1.000000058173,1.000000189808,1.000000059805,1.000000185569,1.000000097451,1.000000143581,1.000000085151,1.000000156097,1.000000084755,1.000000167307,1.000000082507,1.000000145779,1.000000099297,1.000000119972,1.000000096442,1.000000127873,1.000000097363,1.000000132922,1.000000094952,1.000000130752,1.000000111302,1.000000126853,1.000000113466,1.000000127383,1.000000117816,1.000000138777,1.00000011383,1.000000150142,1.000000116572,1.000000140482,1.000000110911,1.000000130765,1.000000123583,1.000000129322,1.000000089634,1.000000134021,1.000000083144,1.000000148456,1.00000008167,1.000000125219,1.000000100443,1.000000117097,1.000000086487,1.000000124885,1.000000076909,1.000000163452,1.000000084777,1.000000139412,1.00000012169,1.000000121126,1.000000131315,1.000000104453,1.000000106738,1.000000141208,1.000000117527,1.000000118464,1.000000144282,1.000000076608,1.000000145711,1.00000006971,1.000000115199,1.00000009279,1.000000101585,1.000000077012,1.000000115101,1.000000063755,1.000000121216,1.000000065131,1.000000095551,1.000000083578,1.00000008856,1.000000088927,1.000000102111,1.000000089874,1.000000119895,1.000000083095,1.000000102934,1.000000103441,1.000000108586,1.000000113605,1.000000094594,1.000000114753,1.000000120707,1.00000010382,1.000000112973,1.000000095615,1.000000106634,1.000000107365,1.000000089205,1.000000109843,1.000000112217,1.000000098737,1.000000128018,1.000000068384,1.000000135622,1.000000093684,1.000000130121,1.000000089964,1.000000150635,1.00000009753,1.000000192261,1.000000087402,1.000000211108,1.000000105164,1.000000200355,1.00000011579,1.00000020495,1.00000012449,1.000000215747,1.000000111135,1.00000021934,1.000000117192,1.000000185926,1.000000110179,1.00000016508,1.000000103632,1.000000153317,1.000000079761,1.000000146009,1.000000079717,1.000000124209,1.000000065916,1.000000100088,1.000000075065,1.000000106682,1.000000061441,1.000000102832,1.000000061042,1.000000116712,1.000000060315,1.000000101364,1.000000082521,1.000000109596,1.000000087277,1.000000116457,1.000000076437,1.000000150053,1.000000074465,1.000000137536,1.000000079046,1.000000131763,1.000000093651,1.000000136571,1.000000073533,1.000000168341,1.000000070321,1.000000173069,1.000000083066,1.000000163877,1.000000099841,1.000000159379,1.000000098655,1.000000189962,1.000000113687,1.000000192311,1.000000133087,1.000000180132,1.000000153299,1.000000165542,1.000000156405,1.000000191553,1.000000163642,1.000000179833,1.00000016477,1.000000174192,1.00000017858,1.000000162626,1.000000149245,1.000000160045,1.000000144404,1.000000155493,1.000000124967,1.000000137894,1.000000126612,1.000000129488,1.000000101184,1.000000122501,1.000000102414,1.000000133103,1.000000085452,1.000000129053,1.000000092023,1.00000013954,1.00000009647,1.000000131285,1.000000095164,1.000000154491,1.000000096053,1.000000171817,1.000000101013,1.000000176067,1.000000106568,1.000000159774,1.000000113706,1.000000171199,1.000000111922,1.000000164301,1.000000113369,1.000000160456,1.000000127356,1.000000140426,1.000000137913,1.000000141974,1.000000139298,1.000000133832,1.000000152176,1.000000152728,1.000000166323,1.000000142841,1.000000174262,1.000000160608,1.000000190607,1.000000161714,1.000000180369,1.000000174681,1.000000198176,1.000000174012,1.00000019026,1.000000174246,1.000000190175,1.000000168901,1.000000169113,1.000000164583,1.000000172381,1.00000015654,1.000000154801,1.000000143387,1.00000015326,1.00000014661,1.000000140169,1.000000138899,1.000000135809,1.000000145534,1.00000013742,1.000000144212,1.000000146356,1.000000138808,1.000000140305,1.000000145077,1.000000149625,1.000000155943,1.000000152213,1.000000141448,1.000000164624,1.000000139379,1.000000161741,1.000000133826,1.000000161754,1.000000131606,1.000000153966,1.000000111771,1.000000164859,1.000000117358,1.000000147711,1.000000103183,1.00000014051,1.000000114013,1.000000145497,1.000000102384,1.000000136233,1.000000119093,1.000000144206,1.000000122379,1.000000142624,1.000000134196,1.000000152928,1.000000137513,1.000000152902,1.000000148827,1.000000164674,1.000000149848,1.000000156212,1.00000015008,1.000000160977,1.000000153327,1.0000001536,1.000000141939,1.000000151131,1.000000139347,1.000000146104,1.00000013971,1.000000146064,1.000000131425,1.00000014149,1.000000133498,1.000000153577,1.000000132864,1.000000150265,1.0000001329,1.000000163564,1.000000137202,1.000000164367,1.000000141279,1.000000182472,1.000000142025,1.000000173781,1.000000137354,1.000000184013,1.000000142093,1.000000165723,1.000000126552,1.00000016342,1.000000129427,1.000000151707,1.000000109228,1.000000133807,1.000000112903,1.000000123914,1.000000096281,1.000000116973,1.000000100972,1.000000114257,1.000000094828,1.000000108294,1.000000102172,1.000000113181,1.000000102619,1.000000106857,1.00000010431,1.000000114806,1.000000108985,1.000000119073,1.000000111904,1.000000118743,1.000000115149,1.00000011511,1.000000116208,1.000000118368,1.000000105903,1.000000112935,1.000000106459,1.000000113401,1.000000103559,1.000000104839,1.000000103003,1.000000114538,1.000000098844,1.000000112115,1.00000010869,1.000000127797,1.000000110369,1.000000120339,1.000000116609,1.000000140699,1.000000126896,1.000000138138,1.000000124927,1.00000014501,1.000000135483,1.000000140825,1.00000012884,1.000000142734,1.000000131615,1.000000135287,1.000000114407,1.000000128121,1.000000120699,1.000000113987,1.000000101898,1.000000099372,1.000000092287,1.000000095508,1.000000082283,1.000000083638,1.000000076232,1.000000079845,1.000000077657,1.000000082704,1.000000080613,1.000000079883,1.000000079978,1.00000008213,1.000000085066,1.000000092974,1.000000087621,1.000000095421,1.000000097266,1.000000098194,1.000000097486,1.000000097043,1.000000098932,1.000000101405,1.000000088357,1.000000092032,1.000000093833,1.000000096487,1.00000008417,1.000000080498,1.000000080897,1.000000090242,1.000000082243,1.000000083086,1.000000077482,1.000000086379,1.000000085981,1.000000086339,1.000000085504,1.000000096111,1.000000091386,1.000000092907,1.000000090184,1.00000009974,1.000000104111,1.000000099461,1.000000097138,1.000000098383,1.000000097161,1.000000101544,1.000000094553,1.00000008965,1.000000085118,1.00000007899,1.000000077463,1.000000075035,1.00000006629,1.000000058759,1.000000054937,1.000000054805,1.000000052349,1.000000051839,1.000000046665,1.00000004704,1.000000050182,1.000000046202,1.000000048511,1.000000051048,1.000000051935,1.000000056587,1.000000049052,1.000000056224,1.00000006902,1.000000065509,1.000000061566,1.000000058515,1.000000063674,1.000000073804,1.00000006697,1.000000065393,1.00000006361,1.000000065934,1.000000064863,1.000000060083,1.00000005649,1.000000062337,1.000000056393,1.000000054153,1.000000054795,1.000000058306,1.000000059464,1.000000054601,1.000000052372,1.000000052924,1.000000053359,1.000000057687,1.000000054058,1.000000050114,1.000000050779,1.000000049621,1.00000005353,1.000000052239,1.000000043682,1.000000040666,1.000000039958,1.000000037883,1.000000036171,1.000000030732,1.000000025764,1.000000023808,1.000000024038,1.000000018921,1.000000017875,1.000000018959,1.000000019914,1.000000018954,1.000000017206,1.000000022825,1.000000035677,1.000000030638,1.000000028021,1.000000029974,1.000000038745,1.000000048487,1.000000045542,1.000000044401,1.00000004792,1.000000050955,1.000000051699,1.00000004769,1.000000048078,1.000000050504,1.000000043747,1.000000040071,1.000000038683,1.000000035974,1.000000032255,1.000000022645,1.000000019171,1.000000015096,1.000000013358,1.00000001414,1.000000011231,1.000000006972,1.000000007926,1.000000008861,1.000000014684,1.000000011892,1.000000003582,1.000000004364,1.000000008751,1.000000009181,1.000000009798,1.000000008946,1.000000007472,1.000000006402,1.000000004067,0.999999999709,0.999999998032,0.999999996021,0.999999992061,0.999999985619,0.999999981057,0.99999997954,0.999999980994,0.999999974198,0.999999967359,0.999999966859,0.999999971162,0.999999977402,0.999999976151,0.999999973714,0.999999980256,0.999999988756,0.99999999305,0.9999999968,1.000000002388,1.000000008362,1.000000012306,1.000000016597,1.000000020651,1.000000026952,1.000000028078,1.000000027803,1.000000029709,1.000000028449,1.000000029484,1.000000031114,1.000000026699,1.000000021223,1.000000017849,1.000000016123,1.000000019549,1.000000011512,0.999999998966,1.000000000005,1.000000003468,1.000000000668,0.999999999615,0.999999999805,1.000000000185,0.999999999521,0.999999997044,0.999999994491,0.99999999811,0.999999997479,0.999999994777,0.99999999508,0.999999993343,0.999999992508,0.999999993662,0.999999986795,0.999999980479,0.99999997427,0.999999974069,0.999999975469,0.999999967978,0.99999995788,0.999999957458,0.999999957502,0.999999956345,0.999999954733,0.999999954307,0.999999955261,0.999999960145,0.999999962285,0.99999996587,0.999999974107,0.999999981115,0.99999998499,0.999999988995,0.999999991514,0.999999999048,1.000000007328,1.000000009605,1.000000010553,1.000000010397,1.000000016166,1.000000021533,1.000000016874,1.000000009077,1.000000009482,1.000000011054,1.000000005601,0.999999998832,0.999999998899,0.999999995858,0.999999988942,0.999999982499,0.999999976648,0.999999978378,0.999999977555,0.99999997457,0.999999977413,0.999999977006,0.999999977734,0.999999982987,0.999999983815,0.999999982099,0.999999981523,0.999999987937,0.999999994078,0.999999992253,0.999999990241,0.999999989977,0.999999992517,0.999999991909,0.999999988935,0.999999986909,0.999999984075,0.999999985118,0.999999982657,0.999999976673,0.999999979189,0.999999984683,0.99999997798,0.999999974563,0.999999971612,0.999999973039,0.99999998158,0.999999980228,0.999999980486,0.999999983422,0.999999990486,0.999999997824,0.99999999804,0.999999995876,1.000000002296,1.000000008595,1.000000008355,1.000000008818,1.000000015839,1.000000016118,1.000000012031,1.000000010075,1.000000005496,1.000000010199,1.000000010082,1.000000003623,1.00000000262,0.999999999263,0.999999991897,0.999999998028,0.999999992795,0.999999984162,0.999999983546,0.999999982135,0.999999984466,0.999999983994,0.999999979148,0.999999980804,0.999999980922,0.999999980615,0.999999983273,0.999999980005,0.999999979712,0.999999984027,0.999999978954,0.999999974668,0.999999976738,0.99999998308,0.999999977545,0.999999969771,0.999999967072,0.999999970734,0.999999977039,0.999999977072,0.99999997479,0.999999977481,0.999999981989,0.999999988064,0.999999986336,0.999999985829,0.99999999223,0.999999999761,1.000000003542,1.000000007139,1.000000019237,1.000000025416,1.000000023027,1.000000026533,1.000000026259,1.000000035692,1.000000037877,1.000000030661,1.00000003405,1.0000000317,1.000000024162,1.000000032725,1.000000020146,1.000000016725,1.000000009388,1.00000000405,1.000000005424,1.000000003673,0.999999993658,0.999999994749,0.999999986765,0.999999992916,0.999999988702,0.99999998518,0.999999987411,0.999999990069,0.999999990519,0.999999991269,0.999999996778,1.000000009787,1.000000008304,1.000000006451,1.00000000632,1.00000001278,1.000000021265,1.000000015782,1.000000009837,1.000000010777,1.000000010952,1.000000012119,1.000000004854,0.999999998194,0.99999999759,1.000000000008,0.999999998033,0.999999995757,1.000000002973,1.000000000919,0.999999995018,0.999999995215,0.999999994811,1.000000006738,1.000000009065,1.000000002236,1.000000018852,1.000000015845,1.000000023064,1.000000037605,1.000000031523,1.000000040532,1.000000039048,1.000000037513,1.000000054534,1.00000005068,1.000000048135,1.000000050795,1.000000038945,1.000000051983,1.000000038976,1.000000034347,1.000000034443,1.000000032744,1.000000032613,1.000000028069,1.000000024394,1.000000034978,1.000000025359,1.000000021284,1.000000015141,1.000000026479,1.000000037837,1.00000002879,1.000000030858,1.000000035144,1.000000043877,1.00000004694,1.000000042784,1.000000043509,1.000000046659,1.000000049559,1.000000050339,1.000000044694,1.000000052193,1.000000044937,1.000000041253,1.000000036427,1.000000037134,1.00000004154,1.000000040085,1.000000026351,1.000000042881,1.000000030994,1.000000041591,1.000000040194,1.000000042592,1.000000039683,1.000000044549,1.000000037923,1.00000006571,1.00000005284,1.000000064028,1.000000060765,1.000000067669,1.000000075365,1.000000074804,1.000000066904,1.000000080894,1.00000007097,1.000000082696,1.000000070181,1.000000070589,1.000000076237,1.000000068192,1.000000059859,1.000000061243,1.000000065594,1.000000080945,1.000000060686,1.000000066213,1.000000065849,1.000000073926,1.000000073593,1.00000007187,1.000000072411,1.000000084209,1.000000084492,1.000000094713,1.000000089496,1.000000106427,1.000000099599,1.00000010338,1.000000100008,1.000000105714,1.000000107764,1.000000108309,1.0000000909,1.00000010591,1.000000088024,1.000000092755,1.000000083005,1.000000081994,1.000000069826,1.000000075092,1.000000056608,1.000000085662,1.000000058999,1.000000066302,1.00000005479,1.000000069866,1.000000060081,1.000000075237,1.000000049091,1.000000080326,1.00000006309,1.000000079735,1.000000071138,1.000000084768,1.000000084458,1.000000094881,1.000000075155,1.00000009581,1.000000089491,1.00000010825,1.000000087465,1.000000094894,1.000000094554,1.000000103068,1.000000095657,1.000000100865,1.000000091886,1.000000111362,1.000000100719,1.000000111927,1.000000104707,1.00000011984,1.000000113918,1.000000118673,1.000000118874,1.000000130984,1.000000133228,1.000000141367,1.00000013243,1.000000149528,1.000000143395,1.000000146858,1.000000149289,1.000000152182,1.00000014492,1.000000149855,1.000000135514,1.000000155205,1.000000134591,1.00000013312,1.000000122101,1.000000133539,1.000000116167,1.000000126895,1.000000097616,1.000000121847,1.00000010101,1.000000109792,1.000000091672,1.000000107594,1.00000009789,1.000000106929,1.000000075763,1.000000101406,1.000000090736,1.0000001076,1.000000089365,1.000000096563,1.0000000973,1.000000105264,1.000000092533,1.00000010525,1.000000094067,1.000000109241,1.00000009811,1.000000099427,1.000000099733,1.000000106753,1.000000105335,1.000000106209,1.000000108721,1.000000119088,1.000000121783,1.000000127625,1.000000128854,1.000000134907,1.000000144995,1.000000137812,1.000000158205,1.000000162894,1.000000163217,1.000000166316,1.000000170982,1.000000178284,1.000000185993,1.000000173103,1.000000178086,1.000000184239,1.000000170798,1.000000171357,1.000000157767,1.000000165115,1.000000158516,1.000000148505,1.000000131007,1.000000144921,1.00000013053,1.000000130821,1.000000104846,1.000000115907,1.00000011946,1.00000011631,1.000000110742,1.000000109746,1.000000113526,1.000000117843,1.000000112056,1.000000116454,1.000000126438,1.000000124714,1.000000132685,1.00000012098,1.000000142076,1.000000137349,1.000000145799,1.000000132135,1.000000144098,1.000000132647,1.000000148706,1.000000127763,1.000000147356,1.000000120702,1.000000146271,1.000000114077,1.000000150202,1.00000012442,1.000000148078,1.000000114444,1.000000153918,1.000000122648,1.000000166203,1.000000122717,1.000000162887,1.000000140117,1.000000168798,1.000000140952,1.00000017671,1.00000016122,1.00000018455,1.000000161017,1.000000164837,1.000000174579,1.000000176426,1.000000162087,1.000000159466,1.000000155162,1.000000168516,1.000000154511,1.000000143246,1.000000140708,1.00000013502,1.00000012863,1.000000126802,1.000000110856,1.000000135293,1.000000106432,1.000000123821,1.00000010136,1.00000012317,1.000000114527,1.000000122311,1.000000103694,1.000000134356,1.00000010991,1.000000151705,1.000000118033,1.000000158729,1.00000012835,1.000000160246,1.000000130278,1.000000176493,1.000000135235,1.000000184167,1.000000122306,1.000000193641,1.000000129388,1.000000191811,1.00000011794,1.000000183912,1.000000116344,1.000000192166,1.00000009939,1.000000184669,1.000000112915,1.000000167354,1.000000101497,1.000000153548,1.000000108482,1.000000169818,1.000000097612,1.000000149577,1.000000121483,1.000000144879,1.000000128246,1.000000127884,1.000000113282,1.000000140914,1.000000107536,1.000000137758,1.000000110969,1.000000132741,1.000000113989,1.000000111868,1.000000102306,1.000000120194,1.000000098255,1.000000123619,1.000000083927,1.000000135945,1.000000090364,1.000000134139,1.000000098477,1.00000013268,1.000000103105,1.000000140627,1.000000103504,1.000000178119,1.000000109124,1.000000182017,1.000000110412,1.0000001847,1.000000126967,1.000000183577,1.000000115166,1.000000196297,1.000000111484,1.000000211935,1.000000088893,1.000000200207,1.000000098215,1.00000017748,1.000000075072,1.000000174981,1.000000072498,1.000000194166,1.000000047062,1.00000016534,1.000000077572,1.00000014512,1.000000079496,1.000000131863,1.000000068454,1.000000155603,1.0000000705,1.000000142365,1.000000092242,1.000000117647,1.000000095336,1.00000009852,1.000000078557,1.000000119332,1.000000064086,1.000000117612,1.000000054358,1.000000097187,1.000000056079,1.000000065871,1.00000004895,1.000000067714,1.000000032032,1.000000085864,1.000000020275,1.00000011085,1.000000025646,1.000000085061,1.000000041903,1.00000009099,1.00000006339,1.000000119348,1.000000052191,1.000000168384,1.000000060546,1.000000179755,1.000000068019,1.00000017554,1.000000101646,1.000000187281,1.000000079244,1.000000230883,1.000000084324,1.000000249082,1.000000072498,1.000000204835,1.000000093458,1.000000189131,1.000000075727,1.000000195491,1.000000064201,1.000000209548,1.000000062604,1.000000160059,1.000000074216,1.000000130594,1.000000066968,1.000000122277,1.000000058389,1.000000149738,1.000000057748,1.000000129937,1.00000006459,1.000000105437,1.000000069392,1.000000091117,1.000000072157,1.000000105559,1.00000005354,1.000000111061,1.00000004372,1.000000107129,1.000000042534,1.000000069532,1.000000045922,1.000000069362,1.000000039074,1.000000083888,1.000000005711,1.000000108963,1.000000008019,1.000000088686,1.000000019806,1.00000008476,1.000000047037,1.000000104805,1.000000018617,1.000000166434,1.000000026672,1.000000180397,1.00000003452,1.000000146449,1.000000067212,1.000000165571,1.000000055647,1.000000232083,1.000000054027,1.000000250868,1.000000055354,1.000000175741,1.000000073134,1.000000158232,1.000000064071,1.000000176789,1.000000054652,1.000000191587,1.000000056008,1.000000141703,1.000000070269,1.000000114433,1.000000072909,1.000000118333,1.000000080179,1.000000145069,1.000000065293,1.000000137147,1.000000078946,1.000000126731,1.000000087807,1.000000107112,1.000000094923,1.000000122943,1.000000080558,1.000000129241,1.00000006746,1.000000125878,1.000000070217,1.000000089389,1.000000063777,1.000000093961,1.0000000632,1.000000102621,1.000000029261,1.000000126085,1.000000038775,1.00000011201,1.00000003913,1.000000101533,1.000000052256,1.000000140679,1.000000032435,1.000000190174,1.000000039536,1.000000175563,1.000000048261,1.000000142749,1.000000069995,1.000000167992,1.000000054132,1.000000195676,1.000000047999,1.000000188548,1.000000056498,1.000000145353,1.000000071876,1.000000131207,1.000000061898,1.00000014341,1.000000063213,1.000000153442,1.000000049882,1.00000012856,1.000000075573,1.000000120068,1.000000084703,1.000000112508,1.000000096707,1.000000137281,1.000000093419,1.00000014277,1.000000104656,1.000000146601,1.000000118106,1.000000124513,1.000000128905,1.000000150188,1.000000133529,1.000000152802,1.000000111036,1.000000157355,1.000000118318,1.000000130809,1.000000109792,1.000000121661,1.00000010726,1.000000137996,1.000000075633,1.000000146189,1.000000073528,1.000000118751,1.00000007214,1.000000109952,1.00000007575,1.000000136016,1.000000042575,1.000000146026,1.000000046447,1.000000128775,1.000000063711,1.000000115838,1.000000068015,1.000000126449,1.000000051822,1.000000146706,1.00000006507,1.000000135765,1.000000066869,1.000000114693,1.000000086279,1.000000117805,1.000000079823,1.000000117609,1.000000084326,1.000000129937,1.000000083192,1.000000118791,1.000000101806,1.000000123418,1.000000113153,1.000000112444,1.00000012768,1.000000147612,1.000000135037,1.000000140707,1.000000136652,1.000000150939,1.000000161488,1.000000145358,1.000000161016,1.000000150474,1.000000164973,1.000000152666,1.000000148247,1.000000149373,1.000000149446,1.000000131924,1.000000139754,1.000000130418,1.000000137441,1.000000133838,1.000000109256,1.000000129279,1.0000001134,1.000000122123,1.000000116046,1.000000122064,1.000000112725,1.000000128889,1.000000106081,1.000000141221,1.000000119134,1.000000131404,1.000000117047,1.000000127601,1.000000129046,1.000000134461,1.00000011727,1.000000129381,1.000000118556,1.000000127662,1.000000109451,1.000000109228,1.000000115272,1.00000010577,1.000000107588,1.000000091177,1.000000110175,1.000000107553,1.000000106163,1.000000093399,1.000000113738,1.000000104637,1.000000141288,1.00000010359,1.000000142327,1.000000119101,1.000000157739,1.000000128116,1.000000164042,1.000000136176,1.000000185669,1.000000134354,1.000000181178,1.000000144072,1.000000179039,1.000000141926,1.000000161716,1.000000132952,1.000000163862,1.000000123337,1.000000150221,1.000000121561,1.000000133383,1.000000114644,1.000000122866,1.000000113137,1.000000128749,1.000000102094,1.000000120293,1.000000110873,1.000000128565,1.000000123347,1.000000126523,1.000000123694,1.000000141566,1.000000133974,1.00000014354,1.000000137761,1.000000159186,1.000000147941,1.000000153067,1.000000141732,1.000000160292,1.000000152541,1.000000153152,1.000000135091,1.00000015263,1.000000136489,1.000000158258,1.000000123819,1.000000139526,1.000000120395,1.000000142283,1.000000110112,1.000000139532,1.000000112612,1.000000149119,1.00000010429,1.000000142025,1.000000107685,1.000000149763,1.000000106788,1.000000146285,1.000000107355,1.000000153595,1.000000103142,1.000000149096,1.000000110646,1.000000142359,1.000000104172,1.000000135851,1.000000104618,1.000000138264,1.000000095771,1.000000120741,1.000000102041,1.000000118842,1.000000102046,1.000000108165,1.000000095532,1.00000011615,1.000000098444,1.000000108478,1.000000103951,1.000000122084,1.000000113801,1.000000111772,1.000000112394,1.000000124838,1.000000129031,1.000000124985,1.000000122404,1.000000131098,1.000000133843,1.000000135895,1.000000130179,1.000000125847,1.000000134628,1.000000130537,1.000000125851,1.000000126823,1.000000129189,1.000000128533,1.000000120108,1.000000116018,1.000000118557,1.000000121602,1.000000114182,1.000000120099,1.000000110063,1.000000122248,1.00000010379,1.000000119754,1.000000112626,1.00000011889,1.000000097941,1.000000116447,1.000000096559,1.000000115029,1.000000089942,1.000000097019,1.000000089393,1.00000009445,1.00000007609,1.000000082318,1.000000065566,1.000000079618,1.000000059109,1.000000057564,1.00000005952,1.000000066146,1.000000059117,1.000000047325,1.000000052367,1.000000061252,1.000000067213,1.000000065948,1.000000068195,1.000000075262,1.000000087612,1.000000084687,1.000000095075,1.000000092181,1.000000111095,1.000000105469,1.00000011021,1.000000110721,1.000000126177,1.000000118094,1.000000122882,1.000000106015,1.000000121041,1.000000107718,1.000000117409,1.000000097901,1.000000105422,1.000000091873,1.000000096375,1.00000008429,1.000000098264,1.000000074326,1.000000081706,1.000000071926,1.000000080268,1.000000077343,1.000000075283,1.000000067364,1.000000080736,1.000000070839,1.000000074713,1.000000070885,1.000000071776,1.000000073481,1.000000065462,1.000000059335,1.000000068112,1.000000064263,1.000000058675,1.000000042083,1.000000040996,1.000000041971,1.00000003925,1.00000002856,1.000000020211,1.000000019722,1.000000017175,1.00000001005,1.000000010196,1.000000004654,1.000000013543,1.000000011761,1.000000010648,1.000000020835,1.000000024221,1.000000033757,1.00000003028,1.000000031508,1.000000044666,1.000000052262,1.000000058706,1.000000059895,1.000000060855,1.000000075655,1.000000068933,1.00000007938,1.000000080025,1.000000071427,1.000000074171,1.000000070482,1.000000074943,1.000000079242,1.000000067165,1.000000065127,1.000000067152,1.000000059545,1.000000060573,1.00000005274,1.000000057542,1.00000005621,1.000000052314,1.000000051044,1.000000057639,1.000000059451,1.000000054815,1.000000045677,1.000000046227,1.000000052115,1.000000055216,1.000000046804,1.000000041275,1.000000043455,1.000000040222,1.000000034389,1.000000027594,1.000000025438,1.000000022645,1.000000017827,1.000000012389,1.000000007711,1.000000004496,1.000000004083,0.999999992407,0.999999992191,0.999999993792,1.000000001698,1.000000003172,0.999999991943,1.000000000893,1.000000008606,1.000000003743,1.000000023452,1.000000011329,1.00000001876,1.000000021086,1.000000020612,1.000000033038,1.000000035673,1.00000002466,1.000000037187,1.000000022935,1.000000033756,1.000000025607,1.000000022904,1.000000026082,1.000000024791,1.000000019687,1.000000019553,1.00000001451,1.000000022261,1.000000012352,1.000000008254,1.000000009883,1.000000019375,1.000000026953,1.000000018885,1.000000017895,1.000000025847,1.000000027573,1.000000028439,1.000000026109,1.000000027193,1.000000030998,1.000000031443,1.000000030621,1.000000030183,1.000000030473,1.000000026402,1.000000020239,1.000000011356,1.000000013232,1.000000017557,1.000000006289,0.999999994607,0.999999995248,0.99999998901,0.99999999136,0.999999987465,0.999999980908,0.999999982502,0.999999980226,0.999999982719,0.999999992626,0.999999986289,0.999999992844,0.999999990755,0.999999994013,0.99999999918,0.999999995907,0.999999997353,1.000000002162,0.999999999814,1.000000003744,0.999999996804,1.00000000056,1.000000003256,0.999999996505,0.999999991493,0.999999992849,1.000000000788,1.000000000628,0.99999999025,0.999999989033,0.999999990666,0.999999993158,0.99999999304,0.999999990277,0.999999991332,0.99999999727,1.000000000997,1.00000000233,1.000000004286,1.000000007734,1.000000007754,1.000000008621,1.000000005995,1.00000001294,1.000000017684,1.000000014046,1.000000009743,1.000000005659,1.000000007419,1.000000007716,1.000000000726,0.999999992799,0.999999988612,0.999999988459,0.999999986708,0.999999982403,0.999999981857,0.999999974821,0.999999973046,0.99999997565,0.999999971782,0.999999972174,0.999999971135,0.999999972052,0.999999978422,0.99999997669,0.999999977956,0.999999983744,0.999999980732,0.999999976851,0.999999972085,0.999999974369,0.999999983079,0.999999977124,0.999999969012,0.99999996544,0.999999962871,0.999999964704,0.999999963487,0.99999995714,0.999999954266,0.999999957365,0.999999958147,0.999999956233,0.999999955657,0.999999955816,0.999999957485,0.99999996223,0.999999963026,0.999999970059,0.999999980434,0.99999998503,0.999999986899,0.999999991845,1.000000001409,1.000000013644,1.00000001209,1.000000008316,1.000000016651,1.00000002076,1.000000022405,1.000000023714,1.000000018709,1.000000015918,1.000000013586,1.000000010221,1.000000005871,1.000000000657,0.999999995929,0.999999993572,0.99999998777,0.999999984079,0.999999982134,0.999999979114,0.999999972822,0.99999996963,0.999999964727,0.999999968443,0.999999974709,0.999999972573,0.999999969453,0.999999970831,0.999999972125,0.999999977093,0.99999997568,0.999999970358,0.999999969165,0.999999972948,0.999999973095,0.999999971524,0.999999965759,0.99999996005,0.999999961292,0.99999996247,0.999999957483,0.999999959536,0.999999961139,0.999999960932,0.99999995556,0.99999995301,0.999999959161,0.999999964273,0.999999960769,0.999999960447,0.999999964318,0.999999972988,0.999999980619,0.999999985022,0.999999986911,0.999999992138,0.999999998248,1.000000003718,1.000000004794,1.000000009143,1.00000001245,1.000000014316,1.000000014295,1.000000014079,1.000000016283,1.000000013423,1.000000008982,1.000000006433,1.000000003005,1.000000004853,1.000000007366,1.000000004459,0.999999999972,0.999999998406,0.999999999058,1.000000000361,0.999999999748,0.999999993826,0.999999993975,1.000000000419,1.000000000831,1.000000002617,1.000000000283,0.9999999961,0.999999999828,1.000000001429,0.999999994426,0.999999994047,0.999999993145,0.999999989042,0.999999984991,0.999999977919,0.999999978635,0.999999980989,0.999999975019,0.999999969615,0.999999966237,0.999999971288,0.999999975386,0.999999974245,0.999999969727,0.999999973888,0.999999978849,0.999999980694,0.999999982672,0.999999989253,0.999999994169,1.000000004561,1.000000010681,1.000000014004,1.000000023214,1.000000027492,1.000000029306,1.00000003254,1.000000033601,1.000000040806,1.000000043459,1.000000038064,1.000000035405,1.000000033419,1.000000032917,1.000000034529,1.000000030586,1.000000025067,1.000000024139,1.000000027128,1.000000023961,1.000000024763,1.000000019998,1.000000015277,1.000000016357,1.000000017765,1.000000012468,1.000000015322,1.000000015115,1.000000017038,1.000000018159,1.000000010462,1.000000015217,1.000000018217,1.00000001232,1.000000006816,0.999999995773,1.000000002871,1.000000006117,0.999999995937,0.99999999121,0.999999987697,0.999999988638,0.999999986852,0.999999982353,0.999999985197,0.999999987205,0.99999999292,0.999999993933,0.999999991554,1.000000000383,1.000000003901,1.000000003973,1.00000000753,1.000000012601,1.000000025085,1.000000031599,1.000000031357,1.000000037291,1.000000041281,1.000000046678,1.000000051613,1.000000051474,1.000000050927,1.000000051258,1.000000051598,1.000000049675,1.000000050894,1.000000047984,1.000000044693,1.00000004671,1.000000047939,1.000000046069,1.000000048205,1.00000004881,1.00000005388,1.000000051142,1.000000049688,1.000000051007,1.000000060803,1.000000061129,1.000000056584,1.000000053927,1.000000066879,1.000000066502,1.000000066365,1.000000056423,1.000000055864,1.000000056693,1.000000050894,1.000000043083,1.000000040013,1.000000033538,1.000000035908,1.000000022091,1.00000001461,1.000000016715,1.000000014619,1.000000008242,1.000000005087,1.000000007239,1.000000013578,1.000000014938,1.000000015217,1.000000014899,1.000000021387,1.000000024945,1.000000030859,1.000000038691,1.000000042222,1.000000052395,1.000000058149,1.000000060901,1.000000070982,1.000000074349,1.000000073416,1.000000077876,1.000000076241,1.000000075859,1.000000072437,1.000000071648,1.000000070525,1.000000067941,1.000000059918,1.000000060168,1.000000064697,1.000000066264,1.000000054069,1.000000057836,1.000000061503,1.000000067639,1.000000066131,1.00000006287,1.000000065082,1.000000075503,1.000000073582,1.000000078877,1.000000078771,1.000000087795,1.000000092867,1.000000087807,1.000000085995,1.000000096554,1.000000096452,1.000000094542,1.000000086847,1.000000088362,1.000000088696,1.00000008697,1.000000079245,1.000000074743,1.000000073233,1.000000071345,1.0000000702,1.000000070482,1.000000067427,1.000000067736,1.000000066713,1.000000063976,1.000000071373,1.000000071214,1.000000073622,1.000000071502,1.000000081417,1.000000080626,1.000000089779,1.000000088148,1.000000096811,1.000000093232,1.000000096855,1.000000090044,1.000000109698,1.000000097467,1.000000099368,1.000000089329,1.000000101921,1.000000097855,1.000000102984,1.00000008591,1.000000093518,1.000000092317,1.000000097307,1.000000091633,1.000000091895,1.000000096473,1.000000098963,1.000000090441,1.000000092343,1.000000100795,1.000000104265,1.000000101425,1.000000097429,1.000000100707,1.00000010905,1.000000110596,1.000000108539,1.000000106471,1.000000110238,1.000000108797,1.000000109002,1.000000106577,1.000000105927,1.000000101438,1.000000102331,1.000000098098,1.000000106212,1.000000103482,1.000000104441,1.000000100174,1.000000108079,1.000000105419,1.000000112163,1.00000010827,1.000000116442,1.000000112768,1.000000118435,1.000000113001,1.000000136724,1.000000123899,1.000000128334,1.000000118094,1.00000013467,1.000000126796,1.000000138219,1.000000110008,1.00000012929,1.000000113352,1.000000126962,1.000000100644,1.000000114791,1.000000098898,1.000000114389,1.000000081826,1.000000098983,1.000000089349,1.000000104125,1.000000084187,1.000000092857,1.000000083754,1.000000105296,1.000000097134,1.000000100851,1.000000096257,1.000000108213,1.00000010828,1.000000115944,1.000000115965,1.000000121025,1.000000122535,1.000000124241,1.000000126437,1.000000131976,1.000000130382,1.000000124124,1.000000123333,1.000000119551,1.000000124797,1.000000118088,1.000000119872,1.000000114782,1.000000119913,1.000000108697,1.000000119307,1.00000011513,1.000000126752,1.000000104026,1.000000123496,1.000000112841,1.000000142343,1.000000121641,1.000000135998,1.000000123248,1.000000156361,1.000000131215,1.000000154389,1.000000131806,1.000000161545,1.000000138593,1.000000143364,1.00000012845,1.00000014986,1.000000128029,1.000000133925,1.000000107236,1.000000121449,1.000000111829,1.000000112653,1.000000090526,1.000000098478,1.00000008907,1.000000098492,1.000000081307,1.000000093705,1.000000077836,1.000000091359,1.000000078787,1.00000009226,1.000000088731,1.000000099075,1.000000085975,1.000000103704,1.000000093183,1.000000114604,1.000000103941,1.000000113163,1.000000107367,1.000000115127,1.000000103803,1.00000011577,1.000000103637,1.000000119384,1.000000092968,1.000000108154,1.000000098948,1.000000120092,1.000000097608,1.000000111653,1.000000090772,1.000000137695,1.000000093587,1.000000133653,1.000000097182,1.000000145036,1.000000110391,1.000000148464,1.000000110699,1.000000172977,1.000000121705,1.000000170749,1.000000115601,1.000000171691,1.000000138499,1.000000171293,1.000000121491,1.000000164522,1.00000012599,1.000000161634,1.000000115096,1.000000147554,1.000000110172,1.000000133663,1.000000103135,1.000000122115,1.000000105602,1.000000114234,1.000000092763,1.000000106485,1.000000092269,1.000000103951,1.00000009566,1.000000090616,1.000000101405,1.000000090304,1.00000010397,1.000000094087,1.000000107838,1.000000097941,1.000000103231,1.000000082148,1.000000114971,1.000000084842,1.000000115573,1.000000065687,1.000000104579,1.000000082692,1.000000093465,1.000000069501,1.000000088275,1.000000064719,1.000000103454,1.000000057082,1.000000099671,1.000000082556,1.000000092242,1.000000088774,1.000000078758,1.000000096965,1.000000119196,1.000000103867,1.000000114134,1.00000012059,1.000000125819,1.000000143262,1.000000122636,1.000000145176,1.000000138675,1.000000145278,1.000000147244,1.000000143467,1.000000153035,1.000000143047,1.000000136369,1.000000136109,1.000000132242,1.000000124346,1.00000013049,1.000000101459,1.000000133093,1.000000097242,1.000000122079,1.000000093119,1.000000117177,1.000000088031,1.000000110037,1.00000007162,1.000000128442,1.0000000764,1.000000132198,1.000000062666,1.000000128877,1.000000079001,1.000000123321,1.000000068126,1.000000126099,1.000000063538,1.000000153825,1.000000041972,1.000000149198,1.00000005141,1.0000001251,1.000000045647,1.000000094247,1.000000046572,1.000000125428,1.000000030298,1.000000120679,1.000000027513,1.000000114511,1.000000045269,1.00000009051,1.000000057616,1.000000102302,1.000000063527,1.00000011818,1.000000061307,1.000000133926,1.000000077028,1.000000122729,1.000000097924,1.000000125488,1.000000109349,1.000000135089,1.00000010234,1.000000147809,1.000000104978,1.00000014057,1.000000109873,1.000000137715,1.00000011479,1.000000124421,1.000000108511,1.000000137831,1.000000112486,1.000000135334,1.000000094442,1.000000130026,1.000000107489,1.000000111533,1.000000107258,1.000000105666,1.000000113769,1.000000129445,1.000000084836,1.000000126424,1.00000009029,1.000000104894,1.000000092652,1.000000071855,1.000000108544,1.000000100295,1.000000072558,1.000000099419,1.000000041104,1.000000084702,1.000000049134,1.000000048692,1.000000070777,1.000000052228,1.000000069453,1.000000068092,1.000000043347,1.000000085392,1.000000052053,1.000000070247,1.000000076688,1.000000069876,1.000000098427,1.000000081104,1.000000097231,1.00000010003,1.000000100045,1.000000102076,1.000000110576,1.000000106825,1.000000121269,1.000000090772,1.000000122163,1.000000095676,1.000000123927,1.000000088656,1.00000010216,1.000000085923,1.000000109383,1.000000070241,1.000000110775,1.000000058093,1.000000124987,1.000000064584,1.000000104865,1.000000069683,1.000000119897,1.000000073337,1.0000001306,1.000000058004,1.000000168525,1.0000000775,1.000000160928,1.000000082123,1.000000142077,1.000000094794,1.0000001458,1.000000076913,1.000000164349,1.000000070835,1.000000162007,1.000000062202,1.000000124514,1.000000075603,1.000000103675,1.000000061741,1.000000099967,1.000000051215,1.000000109372,1.000000041348,1.000000100367,1.000000046799,1.00000008687,1.000000053871,1.000000083068,1.000000075998,1.000000092715,1.000000072581,1.000000108628,1.000000081715,1.000000124041,1.000000092522,1.000000111031,1.000000111882,1.000000116575,1.000000114281,1.000000116001,1.000000101957,1.000000132793,1.000000095139,1.000000105479,1.000000094019,1.000000103843,1.000000095893,1.000000091751,1.000000071686,1.000000115194,1.000000068574,1.00000010601,1.000000059424,1.000000089513,1.000000077976,1.000000094905,1.000000069157,1.000000114876,1.000000067364,1.000000122193,1.000000063335,1.000000112855,1.000000095299,1.000000113361,1.000000096701,1.000000116492,1.000000095232,1.000000127593,1.000000093673,1.000000121616,1.000000102948,1.000000113591,1.00000011011,1.000000109885,1.000000126341,1.000000108824,1.000000118388,1.000000109379,1.000000124362,1.000000119044,1.000000128605,1.000000106746,1.000000142606,1.000000113944,1.000000150153,1.000000105788,1.000000152327,1.000000120506,1.000000149266,1.000000104633,1.000000149945,1.000000112584,1.000000155883,1.00000008783,1.000000142879,1.000000090336,1.000000140669,1.000000081813,1.000000115432,1.000000070342,1.000000127695,1.000000061605,1.000000121239,1.000000060206,1.000000115337,1.000000066475,1.000000092386,1.000000070026,1.000000113822,1.000000071857,1.000000113395,1.000000072779,1.000000115311,1.000000091002,1.000000111239,1.000000096606,1.000000116462,1.000000095977,1.00000012055,1.000000095432,1.00000012723,1.00000009351,1.000000114583,1.000000095574,1.000000118344,1.00000010531,1.000000116693,1.000000093316,1.000000124838,1.000000106587,1.000000124932,1.000000105326,1.00000012935,1.00000012477,1.000000132092,1.000000123967,1.000000142825,1.000000146026,1.000000150882,1.000000136388,1.000000146652,1.00000015099,1.000000159589,1.000000149085,1.000000141154,1.000000146032,1.000000153374,1.000000133372,1.000000137369,1.000000117931,1.000000129965,1.000000107829,1.000000106516,1.000000100721,1.000000112799,1.000000088924,1.000000099143,1.000000076074,1.000000095471,1.000000082678,1.000000089616,1.000000082338,1.000000093602,1.000000086947,1.000000099387,1.000000098163,1.000000107167,1.000000099935,1.000000104343,1.000000106883,1.000000114366,1.000000117558,1.000000110852,1.000000110989,1.00000011254,1.000000117717,1.000000107829,1.000000111416,1.000000107811,1.000000117844,1.000000099843,1.000000111203,1.000000101827,1.000000124433,1.000000100194,1.000000115569,1.000000095836,1.000000134001,1.000000113017,1.00000013671,1.000000100598,1.00000014798,1.000000119857,1.000000153927,1.000000116839,1.000000157161,1.000000125142,1.000000163474,1.000000116147,1.000000162679,1.000000123513,1.000000150841,1.000000109628,1.000000134705,1.000000106642,1.0000001358,1.000000096885,1.00000011963,1.000000094855,1.000000111862,1.000000091476,1.000000106088,1.000000088912,1.000000096337,1.000000086875,1.000000099905,1.000000098949,1.00000010737,1.000000096853,1.000000103302,1.000000103745,1.000000109779,1.000000107186,1.00000010747,1.000000110248,1.000000111493,1.000000106678,1.000000104848,1.000000108268,1.000000106311,1.000000101785,1.000000089006,1.000000091897,1.000000093664,1.000000096357,1.000000081022,1.000000082046,1.000000081488,1.000000094275,1.000000081902,1.000000087871,1.000000081763,1.00000009587,1.000000094166,1.000000096632,1.000000100657,1.000000114439,1.000000108557,1.000000114143,1.000000111283,1.000000123348,1.000000130228,1.000000120909,1.000000121223,1.000000123941,1.000000121371,1.0000001224,1.000000118559,1.000000116048,1.000000111004,1.000000109672,1.000000106432,1.00000011168,1.000000103302,1.000000097268,1.000000094121,1.000000098028,1.000000097192,1.000000100187,1.000000095541,1.000000102055,1.000000103845,1.000000103983,1.000000104638,1.000000109431,1.000000112504,1.000000111071,1.000000106324,1.000000110077,1.000000120061,1.000000115767,1.000000107793,1.000000100659,1.000000104801,1.000000102669,1.000000098332,1.000000085072,1.000000078772,1.000000080871,1.000000077894,1.000000066607,1.000000068598,1.000000064212,1.000000060977,1.000000054911,1.000000047187,1.000000062371,1.000000059799,1.000000058419,1.000000057206,1.000000064205,1.000000068327,1.000000076478,1.000000070868,1.000000080971,1.000000076511,1.000000085608,1.000000086053,1.000000093755,1.00000009163,1.000000088062,1.000000089414,1.000000094578,1.000000094205,1.000000093901,1.000000089048,1.000000089835,1.000000091461,1.000000086991,1.000000087274,1.000000087379,1.000000091163,1.000000085892,1.000000082931,1.000000085988,1.000000095204,1.000000090971,1.000000082974,1.000000083177,1.000000087757,1.000000089967,1.000000089647,1.000000079467,1.000000077207,1.000000084808,1.000000077276,1.000000073691,1.000000068616,1.000000065963,1.000000064702,1.000000050651,1.000000047636,1.000000051504,1.00000004856,1.000000043474,1.000000034896,1.000000033848,1.000000038635,1.00000003274,1.000000034574,1.000000030046,1.000000036711,1.000000040366,1.000000041935,1.000000046016,1.000000045233,1.000000042187,1.000000048466,1.000000048566,1.000000053703,1.000000051386,1.000000048719,1.000000050308,1.00000005071,1.00000004844,1.000000048382,1.000000048828,1.000000050563,1.000000043715,1.000000040032,1.000000042193,1.000000048544,1.000000044526,1.00000003916,1.000000042571,1.000000046819,1.000000053334,1.000000055306,1.000000048762,1.000000054926,1.000000060579,1.000000063584,1.00000006364,1.000000062355,1.000000065736,1.000000066237,1.000000059763,1.000000057099,1.000000056171,1.000000058955,1.000000045297,1.000000034959,1.000000031456,1.000000026105,1.000000023157,1.000000010396,1.000000001596,1.000000002318,0.999999996303,0.999999996328,0.99999999148,0.999999984782,0.999999987423,0.999999989239,0.999999990823,0.999999998081,0.999999999369,1.000000003731,1.000000008006,1.000000012957,1.000000017718,1.000000022271,1.000000027048,1.000000031489,1.000000031819,1.000000031406,1.000000036869,1.000000040489,1.000000035938,1.000000032375,1.000000032125,1.000000031865,1.000000032007,1.000000025531,1.000000013941,1.000000013445,1.000000014274,1.000000012801,1.000000010366,1.000000007271,1.000000006688,1.000000012113,1.000000009886,1.000000008885,1.000000015424,1.000000020054,1.000000018597,1.000000016047,1.000000018594,1.00000002674,1.000000028873,1.000000022895,1.000000021044,1.000000022041,1.00000002324,1.000000022135,1.000000013839,1.000000008937,1.000000007075,1.000000005943,1.000000000064,0.999999998128,0.999999993079,0.999999988564,0.999999984701,0.999999981173,0.999999978726,0.999999979422,0.999999977912,0.999999978192,0.999999976922,0.999999978483,0.999999982251,0.999999987663,0.999999985649,0.999999985914,0.999999990156,0.999999993506,0.999999999742,0.999999996849,0.999999992299,0.999999997985,0.999999999822,1.000000002703,1.000000003401,0.999999998764,0.99999999874,1.000000001368,0.999999999411,0.999999997167,0.999999997126,1.00000000091,0.999999997002,0.999999991696,0.999999994694,1.000000000539,1.000000003677,1.000000000361,0.999999996889,1.000000002035,1.000000003235,1.000000003571,1.000000000106,0.999999997176,1.00000000065,1.000000000338,0.999999996882,0.999999994757,0.999999988563,0.99999998586,0.999999985264,0.999999980155,0.999999978442,0.999999977962,0.999999974406,0.999999972936,0.999999968746,0.999999967673,0.999999971934,0.999999972546,0.999999968863,0.999999969841,0.999999974289,0.999999979044,0.999999985118,0.999999984172,0.999999984553,0.999999992175,0.999999993529,0.999999999658,1.000000001612,0.999999994989,0.999999998644,1.000000001985,0.999999998907,0.99999999822,0.999999995778,0.99999999506,0.999999991184,0.999999983785,0.999999982899,0.999999984715,0.999999982139,0.999999978009,0.999999969596,0.99999996796,0.999999968849,0.999999969139,0.999999962841,0.999999961877,0.999999967243,0.999999970312,0.999999972622,0.999999973501,0.999999970791,0.999999977733,0.999999980162,0.999999980076,0.999999982624,0.999999982552,0.999999982912,0.999999981633,0.999999975319,0.999999973941,0.999999977009,0.999999975208,0.999999969684,0.999999966364,0.999999966182,0.9999999703,0.999999967173,0.999999962228,0.99999995978,0.999999963783,0.99999996372,0.999999966608,0.999999966696,0.999999967222,0.999999969218,0.999999974436,0.999999976694,0.99999997835,0.999999980244,0.999999981808,0.999999984306,0.999999984671,0.999999982137,0.999999986745,0.999999986393,0.999999981612,0.999999975623,0.999999973831,0.999999974942,0.99999997331,0.999999964609,0.999999962928,0.999999963025,0.999999965491,0.999999966449,0.999999960072,0.999999954746,0.99999995995,0.999999961927,0.99999996196,0.999999965188,0.99999996881,0.999999973127,0.999999977608,0.999999979349,0.999999981283,0.999999989768,0.999999993962,0.999999989054,0.999999987958,0.999999990699,0.999999996119,0.9999999914,0.99999998017,0.999999979901,0.99999998262,0.999999977414,0.999999977923,0.99999997282,0.999999968816,0.999999970044,0.999999969069,0.999999969127,0.99999996947,0.999999969147,0.999999972873,0.999999974017,0.99999997671,0.999999982477,0.999999987678,0.999999990617,0.999999992824,0.999999994341,0.999999997382,1.00000000265,1.000000006143,1.000000001392,0.999999999286,0.999999997973,0.999999998184,0.999999997092,0.999999984496,0.999999978027,0.9999999783,0.999999973817,0.999999971376,0.999999965808,0.999999961049,0.99999996043,0.999999960963,0.999999953146,0.999999951912,0.999999957754,0.999999959005,0.999999957955,0.999999958093,0.999999966038,0.99999997932,0.999999979371,0.999999982256,0.999999986865,0.999999995645,1.000000005601,1.000000004443,1.000000003727,1.00000000736,1.00000001115,1.000000011773,1.000000007986,1.000000009072,1.000000008154,1.000000005587,1.000000004931,1.000000004133,1.000000006853,1.000000007483,1.000000004232,1.000000004935,1.00000000262,1.000000005604,1.000000009487,1.00000000988,1.000000010554,1.000000011408,1.000000014265,1.000000020178,1.000000024275,1.000000020697,1.000000020083,1.000000025079,1.000000026502,1.000000026664,1.00000002305,1.000000017442,1.0000000188,1.000000017969,1.000000010375,1.00000000671,1.000000006615,1.000000005683,1.000000000057,0.999999995344,0.99999999567,0.999999999729,0.999999999393,0.999999988454,0.999999989829,0.999999996017,0.999999999946,0.999999999883,0.999999993629,0.999999999813,1.000000011751,1.000000005161,1.000000014688,1.000000011554,1.000000013789,1.000000019104,1.000000012081,1.00000001526,1.000000019341,1.000000017911,1.000000018005,1.000000011365,1.000000013599,1.00000001508,1.000000015215,1.000000016173,1.000000016842,1.000000020702,1.000000021781,1.000000025635,1.00000002994,1.000000024086,1.000000027689,1.000000033305,1.000000036787,1.000000043009,1.000000042338,1.000000042855,1.000000048279,1.000000051462,1.000000050413,1.00000004957,1.000000049956,1.000000049836,1.000000046847,1.00000004173,1.000000035831,1.000000042946,1.000000034597,1.000000028118,1.000000021899,1.000000024986,1.000000031097,1.000000024755,1.000000016111,1.000000024254,1.000000022005,1.000000032639,1.000000025104,1.000000028791,1.000000033273,1.000000037456,1.000000037202,1.000000040774,1.000000045863,1.00000006078,1.00000004883,1.000000055624,1.000000054048,1.000000058115,1.000000060643,1.000000054163,1.000000053918,1.000000058514,1.000000048339,1.000000054139,1.000000046332,1.000000042224,1.000000040248,1.000000039196,1.000000040661,1.000000044689,1.00000004004,1.000000040137,1.000000042141,1.000000045646,1.000000046342,1.000000047293,1.000000048099,1.000000053505,1.000000059557,1.000000056075,1.000000062423,1.00000006809,1.000000073469,1.000000065734,1.000000063799,1.000000066291,1.000000073022,1.000000064153,1.000000061696,1.000000052723,1.000000062223,1.000000055073,1.000000053921,1.00000004216,1.000000048389,1.000000050443,1.000000049866,1.00000003762,1.000000056811,1.000000049491,1.000000057536,1.000000047314,1.00000005808,1.000000065744,1.000000072887,1.000000067259,1.000000078957,1.000000079119,1.000000090892,1.00000008729,1.000000093993,1.000000090074,1.000000093787,1.000000091356,1.000000092631,1.000000090802,1.000000087785,1.00000007821,1.000000078313,1.000000072987,1.000000070023,1.000000065079,1.000000059117,1.000000061787,1.00000006032,1.000000056585,1.000000054398,1.00000006203,1.000000059447,1.000000058441,1.000000052017,1.000000066234,1.000000067318,1.000000080292,1.000000067999,1.00000008408,1.000000083075,1.000000100714,1.000000087166,1.000000094516,1.000000086822,1.000000112899,1.000000086988,1.000000102863,1.000000090136,1.000000108588,1.000000089432,1.000000095085,1.000000080952,1.000000103186,1.000000089991,1.000000097495,1.000000081825,1.000000099631,1.000000092054,1.000000103757,1.00000009495,1.000000106514,1.000000106209,1.000000114751,1.000000111583,1.000000126165,1.000000123613,1.000000129796,1.000000128679,1.000000133781,1.000000133712,1.000000135684,1.0000001306,1.000000131529,1.000000128224,1.000000120635,1.00000011708,1.000000115609,1.000000111627,1.000000099656,1.000000095999,1.000000086986,1.000000097981,1.000000081742,1.000000083064,1.000000067612,1.000000083957,1.000000069177,1.000000082886,1.000000054526,1.00000008609,1.000000069148,1.000000092635,1.000000066782,1.000000101441,1.000000077724,1.000000111658,1.000000070391,1.000000111522,1.0000000845,1.000000128595,1.00000008447,1.000000113287,1.000000091572,1.000000123551,1.000000097238,1.000000120626,1.000000096173,1.000000129156,1.000000103956,1.000000124069,1.000000115054,1.000000132029,1.000000123471,1.000000134702,1.000000124968,1.000000142338,1.000000137019,1.000000143909,1.000000141503,1.000000148755,1.000000148141,1.000000150946,1.000000151908,1.000000150678,1.00000014671,1.000000138466,1.000000140347,1.000000139675,1.000000140426,1.000000122406,1.000000126205,1.000000115873,1.000000127367,1.000000105306,1.000000111753,1.000000097597,1.000000117395,1.00000009153,1.000000111499,1.000000084132,1.000000119846,1.000000088806,1.000000109569,1.000000082284,1.000000121918,1.000000099266,1.00000012196,1.000000079887,1.000000129964,1.000000092249,1.000000129501,1.00000008853,1.000000118927,1.000000093318,1.00000011975,1.000000081656,1.000000122232,1.000000085423,1.000000122581,1.000000082881,1.000000110938,1.000000091034,1.000000121394,1.000000094203,1.000000117236,1.000000103725,1.000000127315,1.000000112886,1.000000129977,1.000000122143,1.000000133706,1.000000130506,1.0000001361,1.000000149595,1.000000146955,1.000000143145,1.000000138764,1.00000014316,1.000000137633,1.000000142275,1.000000115245,1.000000137588,1.0000001122,1.000000128531,1.000000099982,1.0000001088,1.000000095681,1.000000107801,1.000000072094,1.000000097317,1.000000076041,1.000000112234,1.000000070942,1.000000091533,1.000000081349,1.000000103628,1.000000088384,1.000000102709,1.000000082396,1.00000012158,1.000000090605,1.000000121181,1.000000098977,1.000000125202,1.000000106343,1.000000117884,1.000000093031,1.000000124444,1.000000094219,1.000000120201,1.000000077266,1.000000112745,1.000000079188,1.000000104177,1.000000072731,1.000000097926,1.00000006977,1.000000096263,1.000000065002,1.000000108295,1.000000073151,1.000000098772,1.000000075041,1.000000094922,1.000000094828,1.000000100948,1.000000097601,1.000000109137,1.000000108072,1.000000117657,1.000000106698,1.000000106421,1.000000121735,1.000000104248,1.000000121885,1.000000091371,1.000000127326,1.00000010797,1.000000099754,1.000000089692,1.000000092525,1.000000087812,1.000000108032,1.00000006493,1.000000099037,1.00000007694,1.000000094226,1.000000082777,1.000000082412,1.000000088148,1.000000097737,1.000000079726,1.000000104741,1.000000089626,1.000000121754,1.00000009716,1.000000110974,1.000000102054,1.000000119111,1.000000104018,1.000000118311,1.000000089379,1.000000124344,1.000000081062,1.000000119517,1.00000008294,1.00000010827,1.000000074139,1.000000089501,1.000000064531,1.000000098549,1.000000050932,1.000000099326,1.000000036637,1.000000095686,1.000000044848,1.000000071093,1.000000049157,1.000000071869,1.00000005415,1.000000093757,1.000000033675,1.000000121159,1.000000044656,1.000000090943,1.000000048975,1.000000069725,1.000000079121,1.000000089371,1.000000057815,1.000000095154,1.000000050771,1.000000096923,1.000000051729,1.000000070611,1.000000073031,1.00000007286,1.000000081804,1.000000074467,1.000000084391,1.000000096293,1.000000083175,1.000000089832,1.000000094006,1.000000099811,1.000000123232,1.000000096372,1.000000126266,1.00000010914,1.000000129958,1.000000115168,1.000000127468,1.000000114025,1.000000131099,1.000000099851,1.000000134688,1.000000095725,1.000000132759,1.000000078065,1.000000113522,1.000000074302,1.000000105095,1.000000060756,1.00000009697,1.00000004217,1.000000114411,1.000000022275,1.000000109569,1.000000029856,1.000000099928,1.000000033366,1.000000075391,1.000000029404,1.000000119411,1.000000021025,1.000000137085,1.000000003298,1.000000132768,1.000000029116,1.000000088898,1.000000033103,1.000000086301,1.000000034527,1.000000109346,1.000000007834,1.000000108177,1.000000018821,1.000000072932,1.000000027267,1.000000048395,1.000000053238,1.000000062569,1.000000044841,1.000000064902,1.000000049628,1.000000073856,1.00000006507,1.000000069671,1.000000089988,1.000000076347,1.000000109825,1.000000085371,1.000000123294,1.000000100312,1.00000011385,1.000000099063,1.000000121753,1.000000099335,1.000000137551,1.000000078852,1.000000138054,1.000000078128,1.000000118184,1.000000070383,1.000000104485,1.000000066466,1.000000106848,1.000000030673,1.000000121093,1.00000003603,1.000000124521,1.000000022795,1.000000094708,1.000000044279,1.000000100799,1.000000035031,1.000000108655,1.000000028768,1.000000139379,1.000000033367,1.000000122762,1.000000045846,1.000000111083,1.000000053473,1.000000091059,1.000000045054,1.000000110509,1.00000004197,1.000000101186,1.000000028311,1.000000090449,1.000000043329,1.000000071311,1.000000046366,1.000000060271,1.000000055167,1.000000065491,1.000000059303,1.000000076533,1.000000070535,1.000000072399,1.000000084571,1.000000074241,1.000000115406,1.000000083462,1.000000123435,1.000000088559,1.00000012923,1.000000097298,1.000000128008,1.000000092818,1.000000144894,1.000000080402,1.000000145252,1.000000066883,1.000000145014,1.00000006936,1.000000102239,1.000000055295,1.000000102914,1.000000053205,1.000000115109,1.000000023561,1.000000116545,1.000000040062,1.000000098198,1.000000046988,1.000000084528,1.000000063458,1.000000103099,1.000000048984,1.000000120198,1.000000070199,1.000000131878,1.000000078958,1.000000114031,1.000000093541,1.000000123978,1.000000097655,1.000000118592,1.000000089687,1.00000012425,1.00000008618,1.00000011529,1.000000084276,1.000000100236,1.000000081913,1.000000085227,1.000000081986,1.000000089528,1.000000082288,1.000000080173,1.000000080033,1.000000077031,1.00000009397,1.000000070451,1.000000103398,1.00000007033,1.000000116692,1.000000074542,1.000000120698,1.000000087796,1.000000131636,1.000000077276,1.000000135477,1.000000079322,1.000000162422,1.000000078116,1.000000141114,1.000000076492,1.000000138938,1.000000081027,1.000000121931,1.000000071103,1.000000133564,1.000000071966,1.000000123482,1.000000067523,1.000000122632,1.000000085805,1.000000107466,1.000000082331,1.000000112894,1.000000103831,1.000000127631,1.000000095086,1.000000128709,1.000000111586,1.000000135091,1.000000120103,1.000000134698,1.000000125066,1.000000139473,1.000000126435,1.00000014024,1.000000133377,1.000000140064,1.000000125373,1.00000013034,1.00000012592,1.000000128537,1.000000127125,1.000000115676,1.000000123428,1.000000114622,1.000000120767,1.000000108207,1.000000125969,1.000000098696,1.000000124879,1.000000079705,1.000000132993,1.00000009744,1.000000128973,1.00000008323,1.000000124361,1.000000085272,1.000000136661,1.000000068061,1.000000133183,1.000000073856,1.000000129745,1.000000072153,1.000000109541,1.000000076835,1.000000118334,1.000000069146,1.000000107459,1.000000071101,1.00000012576,1.000000081365,1.000000103719,1.000000084496,1.000000116953,1.000000101799,1.000000120968,1.000000103866,1.000000125085,1.000000116893,1.000000130598,1.000000122706,1.000000137438,1.00000013164,1.000000136532,1.000000131035,1.00000013687,1.000000137699,1.000000135815,1.000000126085,1.000000125086,1.000000125455,1.000000118733,1.00000012037,1.00000011154,1.000000113525,1.000000102765,1.000000106802,1.000000102297,1.000000118443,1.000000096229,1.000000110733,1.000000093004,1.000000120802,1.000000101873,1.000000121451,1.000000096786,1.000000130024,1.000000105148,1.000000131226,1.00000009858,1.000000136328,1.000000106198,1.000000133204,1.000000089132,1.000000127394,1.000000105582,1.000000121091,1.000000085331,1.000000105445,1.000000086652,1.000000108139,1.00000007717,1.000000087187,1.000000071675,1.0000000887,1.000000074562,1.000000083852,1.000000078406,1.000000089797,1.000000085803,1.000000087812,1.000000091145,1.000000101282,1.000000103785,1.000000102297,1.000000108679,1.00000011148,1.000000122347,1.00000011695,1.000000120965,1.000000114728,1.000000119549,1.00000011022,1.000000118632,1.000000106459,1.000000109961,1.000000090724,1.000000097389,1.000000086666,1.000000095912,1.000000076661,1.000000080839,1.000000068502,1.000000084812,1.000000065341,1.000000080287,1.000000066463,1.000000084558,1.000000071563,1.000000079574,1.000000077614,1.000000100302,1.000000086297,1.000000097555,1.000000085628,1.000000109519,1.000000106237,1.000000109264,1.000000092155,1.00000010576,1.000000104408,1.000000108359,1.000000095351,1.000000100285,1.000000092591,1.000000094466,1.000000082739,1.000000081103,1.000000083649,1.000000081087,1.000000076071,1.000000072202,1.000000076257,1.000000076943,1.000000076306,1.000000064874,1.000000071289,1.000000068937,1.000000076318,1.000000071239,1.000000079001,1.000000067466,1.000000076624,1.000000068255,1.000000077847,1.000000075791,1.000000073764,1.000000062188,1.000000070492,1.000000059422,1.000000068542,1.000000055179,1.000000056943,1.000000054967,1.000000053268,1.000000046957,1.000000053474,1.000000052157,1.000000060838,1.00000004863,1.000000054576,1.000000058761,1.000000071155,1.000000063226,1.000000058532,1.000000067198,1.000000078069,1.000000077869,1.000000079354,1.000000075001,1.000000081989,1.000000083846,1.000000079454,1.000000078286,1.000000079855,1.000000082917,1.000000074964,1.000000069856,1.000000069934,1.000000074119,1.00000006563,1.000000059047,1.00000005528,1.000000060767,1.000000057267,1.000000061602,1.000000052486,1.000000052141,1.000000051346,1.000000048384,1.000000052027,1.000000050766,1.000000043253,1.000000047367,1.000000037191,1.000000044627,1.000000042515,1.00000003653,1.000000034837,1.000000027275,1.000000028572,1.000000022536,1.000000016201,1.000000021333,1.000000011766,1.000000009111,1.000000004757,1.000000006724,1.000000014909,1.00000000596,1.000000005563,1.00000001145,1.000000018923,1.000000026977,1.000000025343,1.000000024429,1.000000034137,1.000000041839,1.000000045455,1.000000045306,1.000000053548,1.000000060968,1.000000061569,1.00000005883,1.000000064051,1.000000071286,1.000000067652,1.000000061057,1.000000056872,1.000000055161,1.000000059154,1.000000051771,1.000000042278,1.000000037695,1.00000003507,1.000000034955,1.000000030115,1.000000026438,1.000000022046,1.000000021023,1.000000018898,1.000000018165,1.000000020232,1.000000017788,1.00000000943,1.000000015338,1.000000009196,1.000000012946,1.000000011427,1.000000007251,1.000000008332,1.000000004094,1.000000000911,1.000000004702,0.999999998601,0.999999999628,0.999999987009,0.999999988811,0.999999991058,0.99999999187,0.99999998405,0.999999975824,0.999999980168,0.999999985841,0.999999984411,0.999999985719,0.999999986538,0.999999994461,0.999999995584,0.999999995533,1.000000000146,1.000000007883,1.000000012853,1.000000010256,1.000000011448,1.000000018112,1.000000028097,1.000000027423,1.000000019584,1.000000020635,1.000000021603,1.000000022206,1.000000021139,1.000000008838,1.000000002914,1.000000003794,0.999999997653,0.999999995729,0.99999999157,0.999999990262,0.999999986385,0.999999980641,0.999999982782,0.999999983104,0.999999983103,0.999999981473,0.999999981023,0.999999984218,0.999999983129,0.999999986831,0.999999989599,0.999999981356,0.999999985761,0.999999984753,0.999999990467,0.999999995165,0.999999986395,0.999999983159,0.999999982592,0.999999983676,0.999999983276,0.999999974805,0.999999971809,0.999999972903,0.999999968736,0.999999963965,0.999999964216,0.999999966622,0.999999968347,0.999999968313,0.999999967224,0.999999975703,0.999999985625,0.999999986028,0.999999985463,0.999999987522,0.999999996787,1.000000005905,1.000000011285,1.000000006472,1.000000009105,1.000000018451,1.000000019573,1.000000018893,1.000000015657,1.000000010907,1.000000010512,1.000000001183,0.999999995308,0.999999992577,0.999999985985,0.999999979051,0.999999969287,0.999999960799,0.999999962067,0.9999999557,0.999999950056,0.99999994517,0.999999942243,0.99999994316,0.999999946968,0.999999947953,0.999999944955,0.99999994357,0.999999948197,0.999999953915,0.999999958165,0.999999958778,0.999999960253,0.999999966384,0.999999970029,0.999999972785,0.999999975246,0.99999997835,0.999999980019,0.999999977977,0.999999977667,0.999999981506,0.999999984698,0.999999981779,0.999999979494,0.999999977676,0.999999979867,0.999999989809,0.99999998928,0.999999982434,0.999999983488,0.99999998991,0.999999995271,0.999999992682,0.999999991794,0.999999993552,0.999999996775,0.999999996525,0.999999994237,0.999999995842,0.999999997965,0.999999993771,0.999999989424,0.999999983321,0.999999983816,0.999999983426,0.999999974132,0.999999967714,0.999999964,0.999999963866,0.99999996269,0.999999956567,0.999999950451,0.999999949234,0.999999947796,0.999999952954,0.999999956393,0.99999995176,0.999999951591,0.999999955634,0.999999957686,0.999999958691,0.999999961181,0.999999962099,0.999999963988,0.999999962779,0.999999964497,0.999999969078,0.999999971223,0.999999967706,0.999999966989,0.999999966628,0.999999967548,0.999999974857,0.99999997114,0.99999996472,0.999999965446,0.999999968896,0.999999976665,0.999999977933,0.999999975144,0.999999978564,0.999999985589,0.999999989179,0.999999991489,0.999999995979,1.000000003834,1.000000006024,1.000000006818,1.000000007331,1.00000001096,1.000000013032,1.000000008685,1.000000002231,0.999999997211,0.999999996106,0.999999997156,0.999999982038,0.999999969441,0.999999965721,0.999999959231,0.999999957498,0.999999950945,0.999999937864,0.999999933222,0.99999992933,0.999999926768,0.99999992505,0.999999924229,0.999999926931,0.999999930168,0.999999929299,0.999999936259,0.999999946175,0.999999950593,0.999999953711,0.99999995903,0.99999996496,0.99999997515,0.999999983733,0.999999983811,0.999999986355,0.999999989715,0.999999993327,0.999999998995,0.999999998388,0.999999994859,0.999999993759,0.999999992772,0.999999996566,0.999999994846,0.999999990935,0.999999992114,0.999999992052,0.999999991488,0.999999990459,0.999999991079,0.999999995069,0.999999996361,0.999999993074,0.999999992895,1.000000001864,1.00000000815,1.000000002381,0.999999998529,0.999999998701,1.000000001602,1.00000000379,0.999999995887,0.9999999869,0.999999984991,0.999999982085,0.999999977557,0.999999970246,0.999999964021,0.999999960385,0.999999954993,0.999999947206,0.999999943683,0.999999941929,0.999999939467,0.999999933389,0.999999930734,0.999999934655,0.999999940075,0.999999943803,0.999999946083,0.999999946792,0.999999953813,0.999999961372,0.999999971249,0.999999973512,0.999999975639,0.999999985096,0.999999986516,0.999999994577,1.000000002425,1.000000000477,1.000000003398,1.000000004364,1.000000006978,1.000000010396,1.000000007795,1.000000011207,1.000000012167,1.000000008004,1.000000007228,1.000000011117,1.000000014096,1.000000009917,1.000000007678,1.000000006867,1.000000013438,1.000000020128,1.000000015478,1.000000009867,1.000000015091,1.000000018643,1.000000020677,1.000000016446,1.000000014659,1.000000015361,1.000000014573,1.000000009517,1.000000004705,1.000000002526,0.999999998188,0.999999993931,0.999999986476,0.999999983103,0.999999986362,0.999999982216,0.999999974395,0.999999969904,0.999999966189,0.99999997273,0.999999975048,0.999999967822,0.999999970422,0.999999973426,0.999999980659,0.999999984126,0.999999988612,0.999999994592,0.999999999384,1.000000003214,1.000000008062,1.000000019212,1.000000024685,1.000000025084,1.000000032017,1.000000032742,1.00000003664,1.000000040356,1.000000040833,1.000000044463,1.000000042219,1.000000041413,1.000000045725,1.000000049452,1.000000043653,1.00000003775,1.000000038321,1.000000041815,1.00000004689,1.000000041613,1.000000036797,1.000000040516,1.000000042233,1.000000041132,1.000000036542,1.000000036152,1.000000041745,1.000000036057,1.000000031502,1.000000030495,1.000000032962,1.000000030194,1.000000023553,1.00000001586,1.00000001349,1.000000016693,1.000000019465,1.000000002846,1.000000003323,1.000000003439,1.000000004386,1.000000003435,0.999999996661,0.999999998391,1.000000003842,0.999999994374,1.000000005957,1.000000006766,1.000000013822,1.000000018216,1.000000018191,1.000000024122,1.000000033106,1.000000034174,1.000000041333,1.000000041617,1.000000049656,1.000000051022,1.000000055367,1.000000056603,1.000000055494,1.000000052602,1.000000053761,1.000000058199,1.000000065167,1.000000059595,1.000000055235,1.00000005843,1.000000062184,1.000000062936,1.00000005817,1.000000059865,1.000000065219,1.000000066881,1.000000065249,1.000000069129,1.000000072713,1.000000076141,1.000000076859,1.000000068612,1.000000073442,1.000000082468,1.00000008014,1.000000073336,1.000000067779,1.00000006949,1.000000073914,1.000000062249,1.000000057644,1.000000048439,1.000000053223,1.000000046519,1.00000003991,1.000000036821,1.000000036472,1.000000031964,1.000000029955,1.000000022647,1.00000003364,1.000000031528,1.000000032615,1.000000032769,1.000000038444,1.000000044052,1.000000052144,1.000000050011,1.000000057735,1.000000058709,1.000000065415,1.000000069369,1.000000077159,1.000000073504,1.00000007257,1.000000071034,1.000000073602,1.000000072003,1.00000006917,1.00000006412,1.000000067408,1.000000063524,1.000000062118,1.000000057847,1.000000054984,1.00000005746,1.000000054068,1.000000049919,1.000000051736,1.000000064422,1.000000063885,1.000000065186,1.000000061657,1.000000075988,1.000000078831,1.000000092786,1.000000072617,1.000000090264,1.000000089965,1.00000010447,1.000000092457,1.000000101389,1.000000093159,1.000000109333,1.000000085769,1.00000009753,1.000000087093,1.000000097894,1.000000082902,1.000000084121,1.0000000743,1.000000086954,1.000000078413,1.000000075323,1.000000067629,1.000000075249,1.000000073505,1.000000076664,1.000000074825,1.000000076726,1.000000079617,1.000000078272,1.000000083765,1.000000088417,1.000000088148,1.000000087285,1.000000091142,1.000000086267,1.000000093946,1.000000084488,1.000000087219,1.000000081601,1.000000084923,1.000000072515,1.000000078837,1.000000070444,1.000000077986,1.000000061987,1.000000065658,1.000000055033,1.000000077162,1.000000061249,1.000000067034,1.000000055751,1.000000082123,1.000000072951,1.00000008713,1.000000068886,1.000000097485,1.000000083964,1.000000104964,1.000000085725,1.000000112845,1.000000104819,1.000000123236,1.000000104196,1.000000119276,1.000000115843,1.000000128141,1.0000001095,1.000000114824,1.000000113895,1.000000118797,1.000000115297,1.000000108142,1.0000001112,1.000000107474,1.000000109023,1.000000101825,1.000000111933,1.000000100632,1.000000110159,1.000000098099,1.000000108744,1.000000103497,1.000000113614,1.000000100087,1.00000010789,1.000000100753,1.000000106807,1.000000100017,1.000000104681,1.000000095048,1.000000100972,1.000000084331,1.000000089162,1.000000093668,1.000000086912,1.000000077975,1.000000074372,1.000000073735,1.000000130053],"meta":{"dumpSha256":"c6f37b93f8f53c5b72d9e2935085145820d384ed61ecdf69f3831895d5f0a516","source":"data/nbody-secular-series.json bodies.earth.lamDotRel (verbatim)","chaprontGate":0.1157}});
20
+
21
+ module.exports = { SIDEREAL_CHANNEL_ARTIFACT, SIDEREAL_CHANNEL_ARTIFACT_HASH };
@@ -0,0 +1,90 @@
1
+ 'use strict';
2
+ // The sidereal year of date — the D6 one-source channel.
3
+ //
4
+ // T_sid(year) = massLossLaw(year) / lamDotRel(year)
5
+ //
6
+ // lamDotRel is the banked ratio of Earth's mean-longitude rate λ̇ to its
7
+ // J2000 value, extracted from the model's own ±10-Myr N-body run
8
+ // (nbody-secular-series.json, bodies.earth.lamDotRel). λ̇'s small secular
9
+ // drift — the epoch drift of the mean longitude under planetary
10
+ // perturbations + GR — is its OWN dynamical channel: it is NOT derivable
11
+ // from the banked ζ/z subsystem (measured: the naive 360/(n + ϖ̇) with
12
+ // the movement's apsidal rate errs ±50 s where the true drift is ~1 s per
13
+ // 12 kyr), and it reproduces the Chapront/Capitaine sidereal-year
14
+ // polynomial slope to ~0.1 s over ±12 kyr (the generator's banked gate).
15
+ // The run's GM is CONSTANT, so the channel carries no mass loss — the
16
+ // caller multiplies its own mass-loss law (the H-chain sidereal-year
17
+ // evaluator, IAU-anchored at J2000) and there is no double count. At the
18
+ // J2000 node lamDotRel ≡ 1 by construction, so the caller's anchor is
19
+ // preserved exactly.
20
+ //
21
+ // Scope: this channel feeds the model/chart surface for the sidereal year
22
+ // OF DATE. The scene's sidereal frame stays on the certified H/13
23
+ // identity — a 3e-8 relative frame change is invisible in the render and
24
+ // would disturb the certified frozen-clock pair.
25
+
26
+ const { SIDEREAL_CHANNEL_ARTIFACT } = require('./sidereal-channel-artifact.cjs');
27
+
28
+ /**
29
+ * @param {{
30
+ * t0Yr?: number,
31
+ * stepYr?: number,
32
+ * lamDotRel?: number[],
33
+ * massLossSiderealSecondsAtYearFn: (year: number) => number,
34
+ * }} opts
35
+ * t0Yr/stepYr/lamDotRel: the banked channel geometry (t in years from
36
+ * J2000: t_i = t0Yr + i·stepYr) — default: the embedded
37
+ * SIDEREAL_CHANNEL_ARTIFACT (generate.mjs-owned, pinned to the governed
38
+ * series artifact), so callers normally pass only the mass-loss law.
39
+ * massLossSiderealSecondsAtYearFn: the caller's secular mass-loss
40
+ * sidereal-year law, SI seconds (year = calendar year).
41
+ */
42
+ function createSiderealYearChannel(opts) {
43
+ const t0Yr = opts.t0Yr ?? SIDEREAL_CHANNEL_ARTIFACT.t0Yr;
44
+ const stepYr = opts.stepYr ?? SIDEREAL_CHANNEL_ARTIFACT.stepYr;
45
+ const lamDotRel = opts.lamDotRel ?? SIDEREAL_CHANNEL_ARTIFACT.lamDotRel;
46
+ const { massLossSiderealSecondsAtYearFn } = opts;
47
+ const nS = lamDotRel.length;
48
+
49
+ // C1 cubic (Catmull-Rom node slopes), exact at nodes — the same
50
+ // interpolation class as the movement's series (linear lerp kinks the
51
+ // derivative at nodes; measured on the ζ/z series, D4g).
52
+ const relAt = (/** @type {number} */ t) => {
53
+ const x = (t - t0Yr) / stepYr;
54
+ if (x <= 0 || x >= nS - 1) return 1; // outside the span: planetary term unknown, mass-loss only
55
+ const i = Math.floor(x), f = x - i;
56
+ const y0 = lamDotRel[i], y1 = lamDotRel[i + 1];
57
+ const m0 = i > 0 ? (y1 - lamDotRel[i - 1]) / 2 : y1 - y0;
58
+ const m1 = i + 2 < nS ? (lamDotRel[i + 2] - y0) / 2 : y1 - y0;
59
+ const f2 = f * f, f3 = f2 * f;
60
+ return (2 * f3 - 3 * f2 + 1) * y0 + (f3 - 2 * f2 + f) * m0
61
+ + (-2 * f3 + 3 * f2) * y1 + (f3 - f2) * m1;
62
+ };
63
+
64
+ return {
65
+ /** The planetary λ̇ ratio to J2000 (1 outside the banked span). @param {number} year */
66
+ planetaryRelAtYear: (year) => relAt(year - 2000),
67
+ /** The sidereal year of date, SI seconds. @param {number} year */
68
+ siderealYearSecondsAtYear: (year) =>
69
+ massLossSiderealSecondsAtYearFn(year) / relAt(year - 2000),
70
+ /**
71
+ * Apply the λ̇ drift COHERENTLY to any year length (tropical,
72
+ * anomalistic, …): every year is 360/(λ̇ + X) for some geometric rate
73
+ * X (equinox p, apsidal −ϖ̇, 0 for sidereal), and the channel scales
74
+ * λ̇ only — so the correction is on the RATE, not the period:
75
+ * 1/T' = 1/T + (rel − 1)/T_sid_raw
76
+ * (for the sidereal year itself this reduces exactly to T/rel).
77
+ * Correcting periods by division instead would corrupt beat-derived
78
+ * quantities (P = sid/(sid − trop) amplifies ~20×/s); this form
79
+ * leaves every beat invariant to second order.
80
+ * @param {number} year @param {number} yearSeconds
81
+ */
82
+ correctedYearSeconds: (year, yearSeconds) => {
83
+ const rel = relAt(year - 2000);
84
+ if (rel === 1) return yearSeconds;
85
+ return 1 / (1 / yearSeconds + (rel - 1) / massLossSiderealSecondsAtYearFn(year));
86
+ },
87
+ };
88
+ }
89
+
90
+ module.exports = { createSiderealYearChannel };
package/src/index.js CHANGED
@@ -135,6 +135,8 @@ export { DEEP_MODES_ARTIFACT, DEEP_MODES_ARTIFACT_HASH } from './moon/deep-modes
135
135
  // Stage C-3: the ONE home of the obliquity-hybrid / deep-orbital-history
136
136
  // mathematics (published-ε surfaces + the deep insolation features).
137
137
  export { createDeepOrbitalHistory } from './earth/deep-orbital-history.cjs';
138
+ // D6: the sidereal-year-of-date channel (banked λ̇ ratio × the caller's mass-loss law)
139
+ export { createSiderealYearChannel } from './earth/sidereal-year-channel.cjs';
138
140
  export { createPredictivePrecession, calcPlanetPerihelionLongDeg } from './planets/predict.cjs';
139
141
  // L10 — the composition front door: one law set, N body records. Thin by
140
142
  // design; engines keep their direct call sites (see planets/model.cjs).
package/src/model.js CHANGED
@@ -23,6 +23,7 @@ import * as planetOrientation from './planets/orientation.cjs';
23
23
  import { createPhaseMachinery } from './phase/index.cjs';
24
24
  import { createCardinalModel } from './cardinal/index.cjs';
25
25
  import { createCardinalStructure } from './cardinal/one-source-structure.cjs';
26
+ import { createSiderealYearChannel } from './earth/sidereal-year-channel.cjs';
26
27
  import { createDeepOrbitalHistory } from './earth/deep-orbital-history.cjs';
27
28
  import { CHAIN_ARTIFACT } from './planets/chain-artifact.js';
28
29
  import { createDeltaTCycles } from './deltat/cycles.cjs';
@@ -500,6 +501,19 @@ export function assembleModel(C, F, laws = {}) {
500
501
  return createCardinalStructure({ sampleAt, tropicalYearSecondsAtYearFn });
501
502
  })();
502
503
 
504
+ // D6: the sidereal-year-of-date channel — the banked λ̇ ratio (planetary
505
+ // epoch drift, embedded artifact) over the model's own mass-loss law.
506
+ // Surface-layer only: the internal laws, the beat constructions
507
+ // (axialPrecessionYears* — invariant by design), the scene engine and
508
+ // the frozen era clock all stay on the uncorrected family; the model's
509
+ // OF-DATE year lengths (epoch.siderealYearSecondsAtYear, the cardinal
510
+ // structure's year lengths) gain the drift so the API serves accurate
511
+ // values. EoC offsets and spreads keep the raw form: the correction is
512
+ // μs-class on an offset and cancels to second order in a spread.
513
+ const siderealChannelM = createSiderealYearChannel({
514
+ massLossSiderealSecondsAtYearFn: (year) => deepLod.siderealYearSecondsAtAge(yearToTMa(year)),
515
+ });
516
+
503
517
  /** Tropical year: mean of the four cardinal intervals. @param {number} year @returns {number} */
504
518
  const tropicalYearDays = (year) => cardinalM.computeTropicalYearLength(year);
505
519
  /** @param {number} year @returns {number} */
@@ -1129,7 +1143,9 @@ export function assembleModel(C, F, laws = {}) {
1129
1143
  lodSecondsAtYear: /** @param {number} year @returns {number|null} */ (year) => deepLod.lodSecondsAtAge(yearToTMa(year)),
1130
1144
  alphaAtYear: /** @param {number} year @returns {number} */ (year) => earthMoiFactorAtAge(yearToTMa(year)),
1131
1145
  moonDistanceKmAtYear: /** @param {number} year @returns {number} */ (year) => moonDistanceMetresAtAge(yearToTMa(year)) / 1000,
1132
- siderealYearSecondsAtYear: /** @param {number} year @returns {number} */ (year) => deepLod.siderealYearSecondsAtAge(yearToTMa(year)),
1146
+ // D6: OF-DATE mass-loss law / the banked planetary λ̇ ratio
1147
+ // (identical at J2000 where the ratio ≡ 1 by construction)
1148
+ siderealYearSecondsAtYear: /** @param {number} year @returns {number} */ (year) => siderealChannelM.siderealYearSecondsAtYear(year),
1133
1149
  deltaTSecondsAtYear: deltaTSeconds,
1134
1150
  cyclesBetween,
1135
1151
  // The DYNAMICAL axial precession period (the tweakpane identity):
@@ -1172,10 +1188,13 @@ export function assembleModel(C, F, laws = {}) {
1172
1188
  // dates deliberately absent; `cardinal` above stays the certified era
1173
1189
  // device for those.
1174
1190
  cardinalStructure: Object.freeze({
1175
- yearLengthSeconds: /** @param {number} year @param {'VE'|'SS'|'AE'|'WS'} type @returns {number} */ (year, type) => cardinalStructureM.yearLengthSeconds(year, type),
1191
+ // D6: year LENGTHS gain the λ̇ drift coherently (rate-form
1192
+ // correction — beats stay invariant); offsets/spreads keep the raw
1193
+ // form (μs-class / second-order there).
1194
+ yearLengthSeconds: /** @param {number} year @param {'VE'|'SS'|'AE'|'WS'} type @returns {number} */ (year, type) => siderealChannelM.correctedYearSeconds(year, cardinalStructureM.yearLengthSeconds(year, type)),
1176
1195
  eocOffsetSeconds: /** @param {number} year @param {'VE'|'SS'|'AE'|'WS'} type @returns {number} */ (year, type) => cardinalStructureM.eocOffsetSeconds(year, type),
1177
1196
  spreadSeconds: /** @param {number} year */ (year) => cardinalStructureM.spreadSeconds(year),
1178
- anomalisticYearSeconds: /** @param {number} year @returns {number} */ (year) => cardinalStructureM.anomalisticYearSeconds(year),
1197
+ anomalisticYearSeconds: /** @param {number} year @returns {number} */ (year) => siderealChannelM.correctedYearSeconds(year, cardinalStructureM.anomalisticYearSeconds(year)),
1179
1198
  }),
1180
1199
  moon: Object.freeze({
1181
1200
  distanceKmAtYear: /** @param {number} year @returns {number} */ (year) => moonDistanceMetresAtAge(yearToTMa(year)) / 1000,