diff --git a/lib/node_modules/@stdlib/math/base/special/asinh/scripts/accuracy.js b/lib/node_modules/@stdlib/math/base/special/asinh/scripts/accuracy.js deleted file mode 100644 index 23234289656d..000000000000 --- a/lib/node_modules/@stdlib/math/base/special/asinh/scripts/accuracy.js +++ /dev/null @@ -1,63 +0,0 @@ -/** -* @license Apache-2.0 -* -* Copyright (c) 2018 The Stdlib Authors. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ - -'use strict'; - -// TODO: clean-up - -// MODULES // - -var divide = require( 'compute-divide' ); -var mean = require( 'compute-mean' ); -var subtract = require( 'compute-subtract' ); -var abs = require( '@stdlib/math/base/special/abs' ); -var asinh = require( './../lib' ); - - -// FIXTURES // - -var data = require( './fixtures/julia/data.json' ); - - -// MAIN // - -var nativeErrs; -var customErrs; -var yexpected; -var ynative; -var ycustom; -var x; -var i; - -x = data.x; -yexpected = data.expected; -ycustom = new Array( x.length ); -ynative = new Array( x.length ); -for ( i = 0; i < x.length; i++ ) { - if ( yexpected[ i ] === 0.0 ) { - yexpected[ i ] += 1e-16; - } - ycustom[ i ] = asinh( x[ i ] ); - ynative[ i ] = Math.asinh( x[ i ] ); -} - -customErrs = abs( divide( subtract( ycustom, yexpected ), yexpected ) ); -nativeErrs = abs( divide( subtract( ynative, yexpected ), yexpected ) ); - -console.log( 'The mean relative error of Math.asinh compared to Julia is %d', mean( nativeErrs ) ); -console.log( 'The mean relative error of this module compared to Julia is %d', mean( customErrs ) ); diff --git a/lib/node_modules/@stdlib/math/base/special/asinh/scripts/fixtures/julia/REQUIRE b/lib/node_modules/@stdlib/math/base/special/asinh/scripts/fixtures/julia/REQUIRE deleted file mode 100644 index 308c3be89c85..000000000000 --- a/lib/node_modules/@stdlib/math/base/special/asinh/scripts/fixtures/julia/REQUIRE +++ /dev/null @@ -1,2 +0,0 @@ -julia 1.5 -JSON 0.21 diff --git a/lib/node_modules/@stdlib/math/base/special/asinh/scripts/fixtures/julia/data.json b/lib/node_modules/@stdlib/math/base/special/asinh/scripts/fixtures/julia/data.json deleted file mode 100644 index 9d2b50240c71..000000000000 --- a/lib/node_modules/@stdlib/math/base/special/asinh/scripts/fixtures/julia/data.json +++ /dev/null @@ -1 +0,0 @@ -{"expected":[0.5872139151569291,0.7304404294807982,0.8962963513263144,1.094894522735075,1.342456746420048,1.667001381296445,2.1217595956256035,2.8221951247463646,4.075225671003378,7.058807324259485,24.477935911005723,-16.909462441080613,-6.2374240755532435,-3.7762665332264063,-2.666672211356776,-2.025138070326462,-1.6001037035872514,-1.292562970938271,-1.0555710483666823,-0.8639301355175871,-0.7028344394952625,-0.5629426338354514,-0.43799464177872866,-0.3235561595276744,-0.21630727627039237,-0.11361029094482525,-0.013225912412736376,0.08689266275676569,0.1887705419912095,0.29457807482633425,0.4068240002089076,0.5286132973868425,0.6640306645294878,0.8187596802467226,1.0011556564928032,1.22424158049356,1.509735514709812,1.8970419610963953,2.4662220949023994,3.4092076751344695,5.331210630847173,11.66465477820691,-69.5356056795558,-8.712293278038322,-4.597350091339731,-3.078509312203674,-2.275976226820937,-1.771590174900749,-1.4193227802351585,-1.1548021586421893,-0.945165341580541,-0.7718120439615248,-0.6233545531080364,-0.4923576981982259,-0.3736823814143923,-0.26357621087411814,-0.15913813552415973,-0.05797953579041828,0.042010089565147526,0.14284535430060274,0.24661006677912525,0.35563464453337085,0.4727192457942146,0.6014512346452077,0.74670037391943,0.9154506728864984,1.118298467202456,1.3723620356898207,1.7074703277793,2.1809685364247304,2.9194034330679974,4.268779399406753,7.63647732351617,32.98293236607142,-14.346537272769842,-5.8434207568888175,-3.6218438155048593,-2.5836609134556907,-1.972586332031502,-1.563264319613404,-1.2648403500400907,-1.0335707760627824,-0.8457213794997589,-0.6872311385753863,-0.5491685718657425,-0.42551237590898067,-0.3119727498088827,-0.20531862715355656,-0.10296583738951158,-0.002704161378465035,0.09750317785035181,0.19968852321881467,0.3060480044392426,0.41913943749791305,0.5421499685272385,0.6792979650002211,0.8364869529486789,1.022447011416598,1.2508751077822189,1.5447951777966031,1.9464127402221532,2.542722142920151,3.5469567994851534,5.659163932203994,13.308505080803913,-40.15054064277381,-7.97109872794824,-4.375198429858259,-2.971733057654228,-2.2124740658229114,-1.7288439033882959,-1.388072996564116,-1.1305445475225313,-0.9254409757455571,-0.7551583876092364,-0.6088400722343983,-0.4793531400496877,-0.36173877556371303,-0.2523550092410695,-0.14836833996621937,-0.04742922806563968,0.05255469368174629,0.1535975753653545,0.2578003501365741,0.36753123491591144,0.4856561071030554,0.6158698918426264,0.7632178279069665,0.9349775641360911,1.142259712253667,1.403143590509461,1.7494199179296896,2.2429586051108763,3.0227727100862305,4.480537051193232,8.315084467086269,50.52795853825259,-12.455862118241741,-5.495058671648362,-3.4787581818925215,-2.5050432821658233,-1.9221715929572343,-1.5276171716261377,-1.2378458962731682,-1.0120438440616049,-0.827833814021257,-0.6718518607953159,-0.5355527687648034,-0.4131413774861723,-0.300465133662568,-0.19437735180991272,-0.0923444220465511,0.007816990953741908,0.10813548526456726,0.21065247834620082,0.31759204007295694,0.4315639761781689,0.5558419563763105,0.6947850717850416,0.8545290314492673,1.0442014333579377,1.2782190282534804,1.5810133457701903,1.9978479182782656,2.6234279074320175,3.695385764358976,6.028643936046969,15.48766812118672,-28.219152133238456,-7.344607746517775,-4.172599362117564,-2.871431448103171,-2.1518610903272664,-1.6876249438588078,-1.3577228452115588,-1.1068572356447812,-0.9060970147437422,-0.7387672819493666,-0.5945103624738372,-0.466479099424116,-0.34988573947559926,-0.24119323712551957,-0.13763211614120455,-0.03688944473248381,0.06311096547759641,0.1643846051011196,0.2690515039644711,0.37952018911934216,0.4987258562068872,0.630476627721773,0.7800027029526347,0.954892454020451,1.1668039025377888,1.4348476199803626,1.7929427391415313,2.3079451970269713,3.1329330233510078,4.713247558401433,9.123812822040584,107.90141957485288,-11.003324354340997,-5.184776481591392,-3.345776959201801,-2.4304634009764703,-1.8737555955919862,-1.4930977845854563,-1.2115455455417337,-0.9909705234917726,-0.8102551575546948,-0.6566884830969717,-0.5220895492238418,-0.40087746248078565,-0.2890300464282269,-0.18348073750473481,-0.08174362599767092,0.01833987406297935,0.11879201371037054,0.22166514143188626,0.3292134832669247,0.4441018603919893,0.569695033869223,0.7105002703582323,0.8728984794363952,1.0664391722968907,1.3063084507670708,1.6184568336878107,2.051491870863611,2.708715429958579,3.855823638224828,6.448170316615729,18.51528389200038,-21.750742376395454,-6.807995962128697,-3.9870409814251015,-2.7770126169021845,-2.093931971494125,-1.6478442255003323,-1.328227592095333,-1.0837152814661883,-0.8871183976803527,-0.7226290220842952,-0.5803588049288307,-0.45373081321483233,-0.3381196519707005,-0.2300879717244201,-0.12692694115703274,-0.02635783978820336,0.07368126561547171,0.175209012942646,0.2803665379695149,0.39160527274041673,0.5119334901398636,0.6452784446733414,0.7970653545197959,0.9752115661253605,1.191958210526987,1.4675235662291715,1.838139180252635,2.376166442391816,3.2506032609226048,4.970242481397327,10.104296701586488,-797.7447164042879,-9.852211482060603,-4.906595530401249,-3.2218398211382278,-2.3596026996355213,-1.8272116839090728,-1.4596461837890544,-1.1859072630446001,-0.9703321050393992,-0.7929736836350256,-0.6417332032039336,-0.5087734312562268,-0.388716566005773,-0.2776642963902023,-0.17262611330417546,-0.07116104882166024,0.028866818961504108,0.12947521372872553,0.23272929254977104,0.34091571450119246,0.45675746273613405,0.5837151827826561,0.7264521945951494,0.8916084683840018,1.089181607054144,1.3351807645398113,1.6571976171546823,2.1075026680113034,2.7990068487374993,4.029829411050332,6.9287641044901065,23.00788479933605,-17.69155022282122,-6.343120206201577,-3.816423861057359,-2.6879546101886502,-2.0385003089049456,-1.6094194024883703,-1.2995453565969945,-1.0610951149768237,-0.8684907860653085,-0.7067343105262235,-0.5663790221993175,-0.4411036660741664,-0.3264369830314579,-0.21903634465417635,-0.11625032040457224,-0.015832074488782828,0.0842679672578954,0.1860734027744696,0.2917485245858816,0.4037903549253884,0.5252841736532342,0.66028262096083,0.8144166087853798,0.9959519721396013,1.2177514537430156,1.501224394123233,1.885118273254188,2.447886290318277,3.376607359388686,5.255599014096965,11.318052609126074,-84.92522929511775,-8.91733027193089,-4.655726332996079,-3.106029680467088,-2.292175178252368,-1.7824236094615182,-1.4272065072617492,-1.1609008928564917,-0.9501108324762219,-0.7759781884085358,-0.6269785224550226,-0.4955991164672523,-0.3766547364268304,-0.2663647609464094,-0.16181084734559234,-0.06059430639632447,0.0394001602610991,0.1401875599849574,0.2438477607413426,0.352702197451018,0.46953529093529933,0.5979086049529099,0.7426498469114895,0.9106728163774166,1.1124513267383622,1.3648758291642378,1.697313342483691,2.1660537400354887,2.8947776894102013,4.219243967946933,7.484938414882639,30.370278529351065,-14.906366323541492,-5.936412488562156,-3.6589797209409762,-2.603795356946481,-1.9853964962655684,-1.5722742292448757,-1.2716368860311995,-1.0389744432291907,-0.8502005195732287,-0.6910742345784071,-0.5525648659407312,-0.42859318310141126,-0.31483428920342765,-0.2080355388150825,-0.10559978517778094,-0.005309815268015669,0.09487345821323188,0.1969804155261489,0.3032006025453777,0.4160794137765386,0.5387832480359548,0.6754967260936311,0.8320677913129917,1.0171316496509684,1.2442142229048447,1.5360069126676663,1.9339986463355963,2.523398108802353,3.511894224701576,5.574360958654553,12.859956549934347,-44.84465556535975,-8.142827834612682,-4.428286911764838,-2.9975492876399414,-2.2279233459842795,-1.7392844819060405,-1.395726657494604,-1.1364980206597481,-0.9302898412858954,-0.7592579603934946,-0.6124172296846514,-0.48256148085368117,-0.3646881297537324,-0.25512838292893575,-0.15103234418643116,-0.05004102873153365,0.04994223824614055,0.1509315536098251,0.25502342706918923,0.3645764834319625,0.4824399948689027,0.6122817341699889,0.7591026197680862,0.9301060299101415,1.136272219307692,1.3954361839094656,1.7388878985535736,2.2273357925630557,2.996565584570732,4.426256828641096,8.136200571053248,44.64725272813655,-12.876372989774277,-5.577523353474992,-3.5132086090195775,-2.524124317581348,-1.9344658694906312,-1.5363380040380974,-1.2444653511393047,-1.017332163535827,-0.8322345749782877,-0.6756402451654071,-0.5389104051354342,-0.41619502290236665,-0.303308209196733,-0.19708278536262705,-0.09497289034416649,0.005211268333656631,0.10550014310965551,0.2079327318415301,0.31472598059225576,0.42847654202617147,0.5524362404380889,0.690928637189046,0.8500307578027188,1.038769544691991,1.2713790222044707,1.5719321322023923,1.9849096058345883,2.6030289042852783,3.6575623648736433,5.932843236611927,14.884403542285582,-30.46154283681834,-7.490561977565688,-4.221097568768952,-2.8957022719955146,-2.1666147526021016,-1.6976958439742862,-1.3651579879498372,-1.1126718483032232,-0.9108531019368842,-0.7428027522773049,-0.5980423860748008,-0.4696555660979992,-0.3528130042949847,-0.24395216706686287,-0.14028804222580224,-0.039498857829186225,0.06049540095754103,0.16170972459211078,0.2662592277791206,0.37654221604817656,0.4954763739753476,0.626841248797183,0.7758203186520928,0.9499233489222261,1.1606695679824184,1.426907278627568,1.7820120592513355,2.2915590153503853,3.1049807599185324,4.653492790205824,8.909402579112802,84.22030036995011,-11.330788705192157,-5.258420940994672,-3.3778298599186996,-2.4485754921848892,-1.8855670945213348,-1.5015450723565296,-1.2179961603545495,-0.9961482836171476,-0.814580527999841,-0.6604241370039748,-0.5254099150286456,-0.40390497099664513,-0.2918554596750069,-0.18617536077834737,-0.08436721206090798,0.015733505734453698,0.11615044560124184,0.2189330748280789,0.3263279413520605,0.4409859529960604,0.5662488737327745,0.7065865563999555,0.868317927096942,1.0608856394986765,1.2992804230728285,1.6090656621408048,2.037992367904392,2.6871442888681902,3.8148905881337303,6.339059257070217,17.660662083919465,-23.060267745049494,-6.9335968362866245,-4.031528941299541,-2.7998776717569336,-2.1080390143575993,-1.6575668540069557,-1.3354550203474462,-1.0893970790154768,-0.8917853673954941,-0.7266027545906344,-0.5838473109093307,-0.45687657132468384,-0.34102571555937305,-0.2328331765822012,-0.12957541119314164,-0.028965445565846723,0.07106200629112784,0.1725246342276998,0.27755815757859265,0.3886031360574368,0.5086493850599546,0.6415940851702914,0.7928131866557493,0.970140795378799,1.1856701563343248,1.4593377289146579,1.826784206877633,2.3589556388477244,3.220718719182317,4.904125760135645,9.842557012112673,739.6021820905378,-10.114466421402586,-4.972776634944267,-3.2517434299976093,-2.3768215370436923,-1.8385707594332517,-1.4678343826958755,-1.1921967908578452,-0.9754038480579935,-0.7972265178199337,-0.6454180300149519,-0.512057866683696,-0.3917189335505565,-0.28047283122022054,-0.1753105840335343,-0.07378034553192876,0.02625922737460478,0.1268268106105321,0.2299842128923385,0.33800984536528395,0.45361198686161386,0.5802270769553711,0.7224790294916963,0.886942316638864,1.0835010259978077,1.3279552329753308,1.647478154723322,2.093401464640219,2.776154354436781,3.985376583578713,6.803333139499511,21.704123005033736,-18.549226872884432,-6.452368888515515,-3.857387870571782,-2.7095372261028285,-2.0520052538720592,-1.6188135617355823,-1.3065751892634796,-1.0666498122298713,-0.8730721245126725,-0.7106485711130767,-0.5698255681671853,-0.4442198452884507,-0.32932271138882924,-0.22176852991033766,-0.1188919496985777,-0.018438451594140197,0.08164442411481153,0.18337887763031735,0.2889232730395678,0.4007630864674004,0.5219641505344232,0.656547451835148,0.8100919307853799,0.9907752257191131,1.2113023829788567,1.4927795985528862,1.8733111486764156,2.429782904106826,3.344575685182497,5.18203028425874,10.991307782555944,-109.06117209325437,-9.132122047175848,-4.715536295901975,-3.133999134639529,-2.3085687897242946,-1.7933581412566655,-1.4351490884160123,-1.1670366346785246,-0.9550808704976356,-0.7801612140555162,-0.630614351885286,-0.4988489171148396,-0.37963293141489884,-0.2691571844622288,-0.16448581383915892,-0.0632099028014481,0.0367907667816215,0.1375317066120426,0.24108896266813776,0.3497751352966684,0.46635911724141943,0.5943769963615256,0.7386149656591234,0.905917580600722,1.1066379855970396,1.357442680980618,1.6872458011200884,2.151306354194127,2.8705206529420186,4.1707858512543154,7.3391973221049005,28.140798699646375,-15.511440535886099,-6.03232621250361,-3.6968305421688803,-2.624204870593401,-1.9983398883289545,-1.5813582651325526,-1.2784786110092143,-1.0444074470947,-0.8546995489539068,-0.6949311958775839,-0.5559709538957192,-0.4316808789662894,-0.317700527308139,-0.21075539753686218,-0.10823518283983606,-0.007915541258797126,0.0922450384084115,0.1942750863092975,0.30035769613440466,0.4130260178785415,0.5354259671181464,0.671708844686909,0.827667750145943,1.011844387542118,1.2375963869112434,1.5272887126997023,1.9217090407823494,2.504326526159985,3.477467521937772,5.491986182860256,12.440493452254124,-50.78090728708817,-8.32200208817925,-4.48261480867943,-3.0237719656333732,-2.2435530431450896,-1.749820122726379,-1.4034361901872798,-1.142486858298756,-0.9351622710374001,-0.7633737859883176,-0.6160058216963435,-0.48577789995897636,-0.36764309444837157,-0.2579054463626794,-0.15369844597585308,-0.05265351057976368,0.04733046264138585,0.14826762796133014,0.25225019204434934,0.3616273403319759,0.47923195813433545,0.6087050071492952,0.7550036586833322,0.9252580509205345,1.1303200759190617,1.3877846220811414,1.7284508872335749,2.211893270259432,2.970764533729817,4.373214372252886,7.964743832797822,39.992208796849695,-13.326080460867102,-5.662420282639935,-3.5482955867126713,-2.5434580027693823,-1.9468847119105113,-1.5451289379351778,-1.2511278741391936,-1.0226485938416088,-0.8366544633733747,-0.6794419916523663,-0.5422774843101582,-0.4192552985272622,-0.30615578207804306,-0.19979099894307165,-0.09760265986070342,0.0026056164765598405,0.10286624943033264,0.20521593081999287,0.3118646179138823,0.42539599409024026,0.5490403150338654,0.6870860630802593,0.8455523661605212,1.0333669809346304,1.2645841846580654,1.562925005802821,1.972104436443794,2.5829047492563304,3.6204530891266864,5.839959358119895,14.32618482479177,-33.09058447369223,-7.642326952659385,-4.270674460408117,-2.920342131373203,-2.1815359402985552,-1.7078562381154252,-1.3726462142780946,-1.118520274398136,-0.9156318184023166,-0.7468538738730739,-0.6015854345419166,-0.472839816650492,-0.3557456561086373,-0.24671460664348077,-0.1429459106980294,-0.042108808096893095,0.057880660878963416,0.15903709727435214,0.2634708232994117,0.3735700807747061,0.49223527122793886,0.6232177258941969,0.7716548095363083,0.9449787815110082,1.1545722251965331,1.4190257625154683,1.7711824177554576,2.2753673534991563,3.077477156026642,4.595169741223889,8.704721329829246,69.06226959354996,-11.678177202144722,-5.334111503484617,-3.410451986840905,-2.466920179413231,-1.8974952277993986,-1.5100587189451127,-1.224487849261874,-1.0013529922748081,-0.8189242985619285,-0.6641726697893399,-0.5287393845693085,-0.40693885865582796,-0.29468517343886985,-0.18887259965284794,-0.08699195185627023,0.013127351095811245,0.1135104759152859,0.21620412349268425,0.323447302337009,0.4378771979878575,0.562812867732773,0.7026872269856372,0.8637580549997476,1.0553627248931765,1.2922998205661609,1.5997529088188827,2.024635478471539,2.6658731154163275,3.7747632894021304,6.2334940393529665,16.881234197041767,-24.537222131431946,-7.063819493617075,-4.076961481700832,-2.8230787981711827,-2.1223018858179516,-1.6673738305557015,-1.342732922560159,-1.0951112245300934,-0.8964740764396488,-0.7305915621609023,-0.5873464470652449,-0.46002982806603837,-0.34393694829415883,-0.2355817143505906,-0.1322256702064162,-0.0315734449800378,0.06844371675308303,0.16984266786210436,0.2747538363502104,0.3856070728561655,0.5053739736039223,0.6379220237500918,0.7885785505521228,0.9650955959318378,1.1794208351304565,1.4512139086560494,1.8155368184625744,2.341955116371211,3.191331582860833,4.839677434412198,9.593906747033861,252.67145505472843,-10.390918676600728,-5.040695290017588,-3.2821581033730864,-2.3942549789756926,-1.8500391926551176,-1.4760854554623082,-1.1985255161083002,-0.9805014367212338,-0.8014970573239022,-0.6491152713374674,-0.5153510781814464,-0.39472743620605216,-0.28328547403288945,-0.1779975083739737,-0.07640064952025116,0.023651992593812943,0.12418015730742966,0.22724242124612565,0.3351090902628327,0.4504739377295096,0.5767495021869561,0.7185207952733429,0.882297682413524,1.0778524293414717,1.3207795317218574,1.6378417810167105,2.0794532596100006,2.753630097112908,3.9418374960836817,6.682271714763823,20.53993049400418,-19.494020841410208,-6.5653538514758605,-3.8991836886350786,-2.731426756011712,-2.065655389961901,-1.6282873059370744,-1.3136530506409816,-1.0722354716570817,-0.8776743545784439,-0.7145773544889388,-0.5732823638500966,-0.44734324660847546,-0.3322133964211679,-0.22450387454440224,-0.12153521618364599,-0.02104507915066051,0.07902199696827046,0.18068692622558283,0.28610227212334016,0.39774213377304274,0.5186531458679706,0.652825040473384,0.8057854712944235,0.9856251388475423,1.2048938931118698,1.4844002423901688,1.8616187284411079,2.411907303822387,3.3130974793538117,5.110421792934713,10.682757263661069,-152.36022449341107,-9.357384836142014,-4.776834297724506,-3.1624291468421553,-2.325160817896051,-1.8043953426440404,-1.4431512942739715,-1.1732098060578133,-0.9600757068508449,-0.7843612808604898,-0.634262149327999,-0.502107176997811,-0.3826170241657497,-0.27195352749400886,-0.16716307422730095,-0.06582636092996079,0.03418187354083026,0.1348777560333008,0.2383336284921591,0.34685340361520245,0.4631906532530415,0.5908563097901042,0.7345955852145504,0.9011847411767084,1.1008580733025404,1.350061929191061,1.677266392472767,2.1367233790834232,2.846623782460817,4.123369645722601,7.19892568885977,26.215932661274824,-16.167485220482515,-6.131303214961784,-3.7354176535077124,-2.6448954129196443,-2.011418775991605,-1.5905174707122949,-1.2853660709904815,-1.0498701015904546,-0.8592186619109651,-0.6988021503005687,-0.5593869246060594,-0.4347755287014152,-0.32057151472100187,-0.2134782451084815,-0.11087206738762517,-0.010521374737287642,0.08961788180866936,0.19157249461643489,0.2975192360572131,0.4099791869677543,0.5320780407337585,0.6679341993327537,0.8232866462621939,1.0065849316276136,1.2310210948180553,1.5186396263449622,1.9095418959680959,2.485502226069156,3.443659094053949,5.4119357138918875,12.04737045844937,-58.527629484801075,-8.509118979053856,-4.538226800749198,-3.050411130992519,-2.259366552220121,-1.760452275139508,-1.4112023145173007,-1.1485114585317107,-0.9400585038371252,-0.7675060174578678,-0.6196059521461492,-0.4890024717543003,-0.3706037259108852,-0.26068624469442747,-0.156366684057461,-0.0552667093644836,0.044719331151823825,0.1456057598191617,0.24948060013816026,0.3586837497319478,0.47603192312490217,0.6051396079107846,0.7509207932964908,0.9204333913819804,1.1244028898494403,1.3801881974973889,1.718107464341808,2.196627729136518,2.945359849738845,4.321367125579396,7.800258914504916,36.21576285612769,-13.8081414050117,-5.749859881410891,-3.5840374119219316,-2.5630496569277503,-1.9594301942277754,-1.5539909428006056,-1.257833978320965,-1.0279934324847357,-0.8410936645896154,-0.6832572229721368,-0.5456540920930102,-0.422322267667783,-0.3090079017440207,-0.2025020336688546,-0.10023376729768493,0.0,0.10023376729768493,0.2025020336688546,0.3090079017440207,0.422322267667783,0.5456540920930102,0.6832572229721368,0.8410936645896154,1.0279934324847357,1.257833978320965,1.5539909428006056,1.9594301942277754,2.5630496569277503,3.5840374119219316,5.749859881410891,13.8081414050117,-36.21576285612769,-7.800258914504916,-4.321367125579396,-2.945359849738845,-2.196627729136518,-1.718107464341808,-1.3801881974973889,-1.1244028898494403,-0.9204333913819804,-0.7509207932964908,-0.6051396079107846,-0.47603192312490217,-0.3586837497319478,-0.24948060013816026,-0.1456057598191617,-0.044719331151823825,0.0552667093644836,0.156366684057461,0.26068624469442747,0.3706037259108852,0.4890024717543003,0.6196059521461492,0.7675060174578678,0.9400585038371252,1.1485114585317107,1.4112023145173007,1.760452275139508,2.259366552220121,3.050411130992519,4.538226800749198,8.509118979053856,58.527629484801075,-12.04737045844937,-5.4119357138918875,-3.443659094053949,-2.485502226069156,-1.9095418959680959,-1.5186396263449622,-1.2310210948180553,-1.0065849316276136,-0.8232866462621939,-0.6679341993327537,-0.5320780407337585,-0.4099791869677543,-0.2975192360572131,-0.19157249461643489,-0.08961788180866936,0.010521374737287642,0.11087206738762517,0.2134782451084815,0.32057151472100187,0.4347755287014152,0.5593869246060594,0.6988021503005687,0.8592186619109651,1.0498701015904546,1.2853660709904815,1.5905174707122949,2.011418775991605,2.6448954129196443,3.7354176535077124,6.131303214961784,16.167485220482515,-26.215932661274824,-7.19892568885977,-4.123369645722601,-2.846623782460817,-2.1367233790834232,-1.677266392472767,-1.350061929191061,-1.1008580733025404,-0.9011847411767084,-0.7345955852145504,-0.5908563097901042,-0.4631906532530415,-0.34685340361520245,-0.2383336284921591,-0.1348777560333008,-0.03418187354083026,0.06582636092996079,0.16716307422730095,0.27195352749400886,0.3826170241657497,0.502107176997811,0.634262149327999,0.7843612808604898,0.9600757068508449,1.1732098060578133,1.4431512942739715,1.8043953426440404,2.325160817896051,3.1624291468421553,4.776834297724506,9.357384836142014,152.36022449341107,-10.682757263661069,-5.110421792934713,-3.3130974793538117,-2.411907303822387,-1.8616187284411079,-1.4844002423901688,-1.2048938931118698,-0.9856251388475423,-0.8057854712944235,-0.652825040473384,-0.5186531458679706,-0.39774213377304274,-0.28610227212334016,-0.18068692622558283,-0.07902199696827046,0.02104507915066051,0.12153521618364599,0.22450387454440224,0.3322133964211679,0.44734324660847546,0.5732823638500966,0.7145773544889388,0.8776743545784439,1.0722354716570817,1.3136530506409816,1.6282873059370744,2.065655389961901,2.731426756011712,3.8991836886350786,6.5653538514758605,19.494020841410208,-20.53993049400418,-6.682271714763823,-3.9418374960836817,-2.753630097112908,-2.0794532596100006,-1.6378417810167105,-1.3207795317218574,-1.0778524293414717,-0.882297682413524,-0.7185207952733429,-0.5767495021869561,-0.4504739377295096,-0.3351090902628327,-0.22724242124612565,-0.12418015730742966,-0.023651992593812943,0.07640064952025116,0.1779975083739737,0.28328547403288945,0.39472743620605216,0.5153510781814464,0.6491152713374674,0.8014970573239022,0.9805014367212338,1.1985255161083002,1.4760854554623082,1.8500391926551176,2.3942549789756926,3.2821581033730864,5.040695290017588,10.390918676600728,-252.67145505472843,-9.593906747033861,-4.839677434412198,-3.191331582860833,-2.341955116371211,-1.8155368184625744,-1.4512139086560494,-1.1794208351304565,-0.9650955959318378,-0.7885785505521228,-0.6379220237500918,-0.5053739736039223,-0.3856070728561655,-0.2747538363502104,-0.16984266786210436,-0.06844371675308303,0.0315734449800378,0.1322256702064162,0.2355817143505906,0.34393694829415883,0.46002982806603837,0.5873464470652449,0.7305915621609023,0.8964740764396488,1.0951112245300934,1.342732922560159,1.6673738305557015,2.1223018858179516,2.8230787981711827,4.076961481700832,7.063819493617075,24.537222131431946,-16.881234197041767,-6.2334940393529665,-3.7747632894021304,-2.6658731154163275,-2.024635478471539,-1.5997529088188827,-1.2922998205661609,-1.0553627248931765,-0.8637580549997476,-0.7026872269856372,-0.562812867732773,-0.4378771979878575,-0.323447302337009,-0.21620412349268425,-0.1135104759152859,-0.013127351095811245,0.08699195185627023,0.18887259965284794,0.29468517343886985,0.40693885865582796,0.5287393845693085,0.6641726697893399,0.8189242985619285,1.0013529922748081,1.224487849261874,1.5100587189451127,1.8974952277993986,2.466920179413231,3.410451986840905,5.334111503484617,11.678177202144722,-69.06226959354996,-8.704721329829246,-4.595169741223889,-3.077477156026642,-2.2753673534991563,-1.7711824177554576,-1.4190257625154683,-1.1545722251965331,-0.9449787815110082,-0.7716548095363083,-0.6232177258941969,-0.49223527122793886,-0.3735700807747061,-0.2634708232994117,-0.15903709727435214,-0.057880660878963416,0.042108808096893095,0.1429459106980294,0.24671460664348077,0.3557456561086373,0.472839816650492,0.6015854345419166,0.7468538738730739,0.9156318184023166,1.118520274398136,1.3726462142780946,1.7078562381154252,2.1815359402985552,2.920342131373203,4.270674460408117,7.642326952659385,33.09058447369223,-14.32618482479177,-5.839959358119895,-3.6204530891266864,-2.5829047492563304,-1.972104436443794,-1.562925005802821,-1.2645841846580654,-1.0333669809346304,-0.8455523661605212,-0.6870860630802593,-0.5490403150338654,-0.42539599409024026,-0.3118646179138823,-0.20521593081999287,-0.10286624943033264,-0.0026056164765598405,0.09760265986070342,0.19979099894307165,0.30615578207804306,0.4192552985272622,0.5422774843101582,0.6794419916523663,0.8366544633733747,1.0226485938416088,1.2511278741391936,1.5451289379351778,1.9468847119105113,2.5434580027693823,3.5482955867126713,5.662420282639935,13.326080460867102,-39.992208796849695,-7.964743832797822,-4.373214372252886,-2.970764533729817,-2.211893270259432,-1.7284508872335749,-1.3877846220811414,-1.1303200759190617,-0.9252580509205345,-0.7550036586833322,-0.6087050071492952,-0.47923195813433545,-0.3616273403319759,-0.25225019204434934,-0.14826762796133014,-0.04733046264138585,0.05265351057976368,0.15369844597585308,0.2579054463626794,0.36764309444837157,0.48577789995897636,0.6160058216963435,0.7633737859883176,0.9351622710374001,1.142486858298756,1.4034361901872798,1.749820122726379,2.2435530431450896,3.0237719656333732,4.48261480867943,8.32200208817925,50.78090728708817,-12.440493452254124,-5.491986182860256,-3.477467521937772,-2.504326526159985,-1.9217090407823494,-1.5272887126997023,-1.2375963869112434,-1.011844387542118,-0.827667750145943,-0.671708844686909,-0.5354259671181464,-0.4130260178785415,-0.30035769613440466,-0.1942750863092975,-0.0922450384084115,0.007915541258797126,0.10823518283983606,0.21075539753686218,0.317700527308139,0.4316808789662894,0.5559709538957192,0.6949311958775839,0.8546995489539068,1.0444074470947,1.2784786110092143,1.5813582651325526,1.9983398883289545,2.624204870593401,3.6968305421688803,6.03232621250361,15.511440535886099,-28.140798699646375,-7.3391973221049005,-4.1707858512543154,-2.8705206529420186,-2.151306354194127,-1.6872458011200884,-1.357442680980618,-1.1066379855970396,-0.905917580600722,-0.7386149656591234,-0.5943769963615256,-0.46635911724141943,-0.3497751352966684,-0.24108896266813776,-0.1375317066120426,-0.0367907667816215,0.0632099028014481,0.16448581383915892,0.2691571844622288,0.37963293141489884,0.4988489171148396,0.630614351885286,0.7801612140555162,0.9550808704976356,1.1670366346785246,1.4351490884160123,1.7933581412566655,2.3085687897242946,3.133999134639529,4.715536295901975,9.132122047175848,109.06117209325437,-10.991307782555944,-5.18203028425874,-3.344575685182497,-2.429782904106826,-1.8733111486764156,-1.4927795985528862,-1.2113023829788567,-0.9907752257191131,-0.8100919307853799,-0.656547451835148,-0.5219641505344232,-0.4007630864674004,-0.2889232730395678,-0.18337887763031735,-0.08164442411481153,0.018438451594140197,0.1188919496985777,0.22176852991033766,0.32932271138882924,0.4442198452884507,0.5698255681671853,0.7106485711130767,0.8730721245126725,1.0666498122298713,1.3065751892634796,1.6188135617355823,2.0520052538720592,2.7095372261028285,3.857387870571782,6.452368888515515,18.549226872884432,-21.704123005033736,-6.803333139499511,-3.985376583578713,-2.776154354436781,-2.093401464640219,-1.647478154723322,-1.3279552329753308,-1.0835010259978077,-0.886942316638864,-0.7224790294916963,-0.5802270769553711,-0.45361198686161386,-0.33800984536528395,-0.2299842128923385,-0.1268268106105321,-0.02625922737460478,0.07378034553192876,0.1753105840335343,0.28047283122022054,0.3917189335505565,0.512057866683696,0.6454180300149519,0.7972265178199337,0.9754038480579935,1.1921967908578452,1.4678343826958755,1.8385707594332517,2.3768215370436923,3.2517434299976093,4.972776634944267,10.114466421402586,-739.6021820905378,-9.842557012112673,-4.904125760135645,-3.220718719182317,-2.3589556388477244,-1.826784206877633,-1.4593377289146579,-1.1856701563343248,-0.970140795378799,-0.7928131866557493,-0.6415940851702914,-0.5086493850599546,-0.3886031360574368,-0.27755815757859265,-0.1725246342276998,-0.07106200629112784,0.028965445565846723,0.12957541119314164,0.2328331765822012,0.34102571555937305,0.45687657132468384,0.5838473109093307,0.7266027545906344,0.8917853673954941,1.0893970790154768,1.3354550203474462,1.6575668540069557,2.1080390143575993,2.7998776717569336,4.031528941299541,6.9335968362866245,23.060267745049494,-17.660662083919465,-6.339059257070217,-3.8148905881337303,-2.6871442888681902,-2.037992367904392,-1.6090656621408048,-1.2992804230728285,-1.0608856394986765,-0.868317927096942,-0.7065865563999555,-0.5662488737327745,-0.4409859529960604,-0.3263279413520605,-0.2189330748280789,-0.11615044560124184,-0.015733505734453698,0.08436721206090798,0.18617536077834737,0.2918554596750069,0.40390497099664513,0.5254099150286456,0.6604241370039748,0.814580527999841,0.9961482836171476,1.2179961603545495,1.5015450723565296,1.8855670945213348,2.4485754921848892,3.3778298599186996,5.258420940994672,11.330788705192157,-84.22030036995011,-8.909402579112802,-4.653492790205824,-3.1049807599185324,-2.2915590153503853,-1.7820120592513355,-1.426907278627568,-1.1606695679824184,-0.9499233489222261,-0.7758203186520928,-0.626841248797183,-0.4954763739753476,-0.37654221604817656,-0.2662592277791206,-0.16170972459211078,-0.06049540095754103,0.039498857829186225,0.14028804222580224,0.24395216706686287,0.3528130042949847,0.4696555660979992,0.5980423860748008,0.7428027522773049,0.9108531019368842,1.1126718483032232,1.3651579879498372,1.6976958439742862,2.1666147526021016,2.8957022719955146,4.221097568768952,7.490561977565688,30.46154283681834,-14.884403542285582,-5.932843236611927,-3.6575623648736433,-2.6030289042852783,-1.9849096058345883,-1.5719321322023923,-1.2713790222044707,-1.038769544691991,-0.8500307578027188,-0.690928637189046,-0.5524362404380889,-0.42847654202617147,-0.31472598059225576,-0.2079327318415301,-0.10550014310965551,-0.005211268333656631,0.09497289034416649,0.19708278536262705,0.303308209196733,0.41619502290236665,0.5389104051354342,0.6756402451654071,0.8322345749782877,1.017332163535827,1.2444653511393047,1.5363380040380974,1.9344658694906312,2.524124317581348,3.5132086090195775,5.577523353474992,12.876372989774277,-44.64725272813655,-8.136200571053248,-4.426256828641096,-2.996565584570732,-2.2273357925630557,-1.7388878985535736,-1.3954361839094656,-1.136272219307692,-0.9301060299101415,-0.7591026197680862,-0.6122817341699889,-0.4824399948689027,-0.3645764834319625,-0.25502342706918923,-0.1509315536098251,-0.04994223824614055,0.05004102873153365,0.15103234418643116,0.25512838292893575,0.3646881297537324,0.48256148085368117,0.6124172296846514,0.7592579603934946,0.9302898412858954,1.1364980206597481,1.395726657494604,1.7392844819060405,2.2279233459842795,2.9975492876399414,4.428286911764838,8.142827834612682,44.84465556535975,-12.859956549934347,-5.574360958654553,-3.511894224701576,-2.523398108802353,-1.9339986463355963,-1.5360069126676663,-1.2442142229048447,-1.0171316496509684,-0.8320677913129917,-0.6754967260936311,-0.5387832480359548,-0.4160794137765386,-0.3032006025453777,-0.1969804155261489,-0.09487345821323188,0.005309815268015669,0.10559978517778094,0.2080355388150825,0.31483428920342765,0.42859318310141126,0.5525648659407312,0.6910742345784071,0.8502005195732287,1.0389744432291907,1.2716368860311995,1.5722742292448757,1.9853964962655684,2.603795356946481,3.6589797209409762,5.936412488562156,14.906366323541492,-30.370278529351065,-7.484938414882639,-4.219243967946933,-2.8947776894102013,-2.1660537400354887,-1.697313342483691,-1.3648758291642378,-1.1124513267383622,-0.9106728163774166,-0.7426498469114895,-0.5979086049529099,-0.46953529093529933,-0.352702197451018,-0.2438477607413426,-0.1401875599849574,-0.0394001602610991,0.06059430639632447,0.16181084734559234,0.2663647609464094,0.3766547364268304,0.4955991164672523,0.6269785224550226,0.7759781884085358,0.9501108324762219,1.1609008928564917,1.4272065072617492,1.7824236094615182,2.292175178252368,3.106029680467088,4.655726332996079,8.91733027193089,84.92522929511775,-11.318052609126074,-5.255599014096965,-3.376607359388686,-2.447886290318277,-1.885118273254188,-1.501224394123233,-1.2177514537430156,-0.9959519721396013,-0.8144166087853798,-0.66028262096083,-0.5252841736532342,-0.4037903549253884,-0.2917485245858816,-0.1860734027744696,-0.0842679672578954,0.015832074488782828,0.11625032040457224,0.21903634465417635,0.3264369830314579,0.4411036660741664,0.5663790221993175,0.7067343105262235,0.8684907860653085,1.0610951149768237,1.2995453565969945,1.6094194024883703,2.0385003089049456,2.6879546101886502,3.816423861057359,6.343120206201577,17.69155022282122,-23.00788479933605,-6.9287641044901065,-4.029829411050332,-2.7990068487374993,-2.1075026680113034,-1.6571976171546823,-1.3351807645398113,-1.089181607054144,-0.8916084683840018,-0.7264521945951494,-0.5837151827826561,-0.45675746273613405,-0.34091571450119246,-0.23272929254977104,-0.12947521372872553,-0.028866818961504108,0.07116104882166024,0.17262611330417546,0.2776642963902023,0.388716566005773,0.5087734312562268,0.6417332032039336,0.7929736836350256,0.9703321050393992,1.1859072630446001,1.4596461837890544,1.8272116839090728,2.3596026996355213,3.2218398211382278,4.906595530401249,9.852211482060603,797.7447164042879,-10.104296701586488,-4.970242481397327,-3.2506032609226048,-2.376166442391816,-1.838139180252635,-1.4675235662291715,-1.191958210526987,-0.9752115661253605,-0.7970653545197959,-0.6452784446733414,-0.5119334901398636,-0.39160527274041673,-0.2803665379695149,-0.175209012942646,-0.07368126561547171,0.02635783978820336,0.12692694115703274,0.2300879717244201,0.3381196519707005,0.45373081321483233,0.5803588049288307,0.7226290220842952,0.8871183976803527,1.0837152814661883,1.328227592095333,1.6478442255003323,2.093931971494125,2.7770126169021845,3.9870409814251015,6.807995962128697,21.750742376395454,-18.51528389200038,-6.448170316615729,-3.855823638224828,-2.708715429958579,-2.051491870863611,-1.6184568336878107,-1.3063084507670708,-1.0664391722968907,-0.8728984794363952,-0.7105002703582323,-0.569695033869223,-0.4441018603919893,-0.3292134832669247,-0.22166514143188626,-0.11879201371037054,-0.01833987406297935,0.08174362599767092,0.18348073750473481,0.2890300464282269,0.40087746248078565,0.5220895492238418,0.6566884830969717,0.8102551575546948,0.9909705234917726,1.2115455455417337,1.4930977845854563,1.8737555955919862,2.4304634009764703,3.345776959201801,5.184776481591392,11.003324354340997,-107.90141957485288,-9.123812822040584,-4.713247558401433,-3.1329330233510078,-2.3079451970269713,-1.7929427391415313,-1.4348476199803626,-1.1668039025377888,-0.954892454020451,-0.7800027029526347,-0.630476627721773,-0.4987258562068872,-0.37952018911934216,-0.2690515039644711,-0.1643846051011196,-0.06311096547759641,0.03688944473248381,0.13763211614120455,0.24119323712551957,0.34988573947559926,0.466479099424116,0.5945103624738372,0.7387672819493666,0.9060970147437422,1.1068572356447812,1.3577228452115588,1.6876249438588078,2.1518610903272664,2.871431448103171,4.172599362117564,7.344607746517775,28.219152133238456,-15.48766812118672,-6.028643936046969,-3.695385764358976,-2.6234279074320175,-1.9978479182782656,-1.5810133457701903,-1.2782190282534804,-1.0442014333579377,-0.8545290314492673,-0.6947850717850416,-0.5558419563763105,-0.4315639761781689,-0.31759204007295694,-0.21065247834620082,-0.10813548526456726,-0.007816990953741908,0.0923444220465511,0.19437735180991272,0.300465133662568,0.4131413774861723,0.5355527687648034,0.6718518607953159,0.827833814021257,1.0120438440616049,1.2378458962731682,1.5276171716261377,1.9221715929572343,2.5050432821658233,3.4787581818925215,5.495058671648362,12.455862118241741,-50.52795853825259,-8.315084467086269,-4.480537051193232,-3.0227727100862305,-2.2429586051108763,-1.7494199179296896,-1.403143590509461,-1.142259712253667,-0.9349775641360911,-0.7632178279069665,-0.6158698918426264,-0.4856561071030554,-0.36753123491591144,-0.2578003501365741,-0.1535975753653545,-0.05255469368174629,0.04742922806563968,0.14836833996621937,0.2523550092410695,0.36173877556371303,0.4793531400496877,0.6088400722343983,0.7551583876092364,0.9254409757455571,1.1305445475225313,1.388072996564116,1.7288439033882959,2.2124740658229114,2.971733057654228,4.375198429858259,7.97109872794824,40.15054064277381,-13.308505080803913,-5.659163932203994,-3.5469567994851534,-2.542722142920151,-1.9464127402221532,-1.5447951777966031,-1.2508751077822189,-1.022447011416598,-0.8364869529486789,-0.6792979650002211,-0.5421499685272385,-0.41913943749791305,-0.3060480044392426,-0.19968852321881467,-0.09750317785035181,0.002704161378465035,0.10296583738951158,0.20531862715355656,0.3119727498088827,0.42551237590898067,0.5491685718657425,0.6872311385753863,0.8457213794997589,1.0335707760627824,1.2648403500400907,1.563264319613404,1.972586332031502,2.5836609134556907,3.6218438155048593,5.8434207568888175,14.346537272769842,-32.98293236607142,-7.63647732351617,-4.268779399406753,-2.9194034330679974,-2.1809685364247304,-1.7074703277793,-1.3723620356898207,-1.118298467202456,-0.9154506728864984,-0.74670037391943,-0.6014512346452077,-0.4727192457942146,-0.35563464453337085,-0.24661006677912525,-0.14284535430060274,-0.042010089565147526,0.05797953579041828,0.15913813552415973,0.26357621087411814,0.3736823814143923,0.4923576981982259,0.6233545531080364,0.7718120439615248,0.945165341580541,1.1548021586421893,1.4193227802351585,1.771590174900749,2.275976226820937,3.078509312203674,4.597350091339731,8.712293278038322,69.5356056795558,-11.66465477820691,-5.331210630847173,-3.4092076751344695,-2.4662220949023994,-1.8970419610963953,-1.509735514709812,-1.22424158049356,-1.0011556564928032,-0.8187596802467226,-0.6640306645294878,-0.5286132973868425,-0.4068240002089076,-0.29457807482633425,-0.1887705419912095,-0.08689266275676569,0.013225912412736376,0.11361029094482525,0.21630727627039237,0.3235561595276744,0.43799464177872866,0.5629426338354514,0.7028344394952625,0.8639301355175871,1.0555710483666823,1.292562970938271,1.6001037035872514,2.025138070326462,2.666672211356776,3.7762665332264063,6.2374240755532435,16.909462441080613,-24.477935911005723,-7.058807324259485,-4.075225671003378,-2.8221951247463646,-2.1217595956256035,-1.667001381296445,-1.342456746420048,-1.094894522735075,-0.8962963513263144,-0.7304404294807982,-0.5872139151569291],"x":[-100.0,-99.9000999000999,-99.8001998001998,-99.7002997002997,-99.6003996003996,-99.5004995004995,-99.4005994005994,-99.3006993006993,-99.2007992007992,-99.1008991008991,-99.000999000999,-98.9010989010989,-98.80119880119881,-98.7012987012987,-98.6013986013986,-98.5014985014985,-98.4015984015984,-98.3016983016983,-98.2017982017982,-98.1018981018981,-98.001998001998,-97.9020979020979,-97.8021978021978,-97.7022977022977,-97.6023976023976,-97.5024975024975,-97.40259740259741,-97.3026973026973,-97.2027972027972,-97.1028971028971,-97.002997002997,-96.90309690309691,-96.8031968031968,-96.7032967032967,-96.6033966033966,-96.5034965034965,-96.40359640359641,-96.3036963036963,-96.2037962037962,-96.1038961038961,-96.00399600399601,-95.90409590409591,-95.8041958041958,-95.7042957042957,-95.6043956043956,-95.50449550449551,-95.4045954045954,-95.3046953046953,-95.2047952047952,-95.1048951048951,-95.00499500499501,-94.9050949050949,-94.8051948051948,-94.7052947052947,-94.60539460539461,-94.50549450549451,-94.4055944055944,-94.3056943056943,-94.2057942057942,-94.10589410589411,-94.00599400599401,-93.9060939060939,-93.8061938061938,-93.7062937062937,-93.60639360639361,-93.50649350649351,-93.4065934065934,-93.3066933066933,-93.20679320679321,-93.10689310689311,-93.00699300699301,-92.9070929070929,-92.8071928071928,-92.70729270729271,-92.60739260739261,-92.5074925074925,-92.4075924075924,-92.3076923076923,-92.20779220779221,-92.10789210789211,-92.007992007992,-91.9080919080919,-91.80819180819181,-91.70829170829171,-91.60839160839161,-91.5084915084915,-91.4085914085914,-91.30869130869131,-91.20879120879121,-91.10889110889111,-91.008991008991,-90.9090909090909,-90.80919080919081,-90.70929070929071,-90.60939060939062,-90.5094905094905,-90.40959040959041,-90.30969030969031,-90.20979020979021,-90.10989010989012,-90.00999000999,-89.91008991008991,-89.81018981018981,-89.71028971028971,-89.6103896103896,-89.5104895104895,-89.41058941058941,-89.31068931068931,-89.21078921078922,-89.1108891108891,-89.01098901098901,-88.91108891108891,-88.81118881118881,-88.71128871128872,-88.6113886113886,-88.51148851148851,-88.41158841158841,-88.31168831168831,-88.21178821178822,-88.1118881118881,-88.01198801198801,-87.91208791208791,-87.81218781218782,-87.71228771228772,-87.61238761238761,-87.51248751248751,-87.41258741258741,-87.31268731268732,-87.21278721278722,-87.11288711288711,-87.01298701298701,-86.91308691308691,-86.81318681318682,-86.7132867132867,-86.61338661338661,-86.51348651348651,-86.41358641358642,-86.31368631368632,-86.21378621378621,-86.11388611388611,-86.01398601398601,-85.91408591408592,-85.81418581418582,-85.71428571428571,-85.61438561438561,-85.51448551448551,-85.41458541458542,-85.31468531468532,-85.21478521478521,-85.11488511488511,-85.01498501498502,-84.91508491508492,-84.81518481518482,-84.71528471528471,-84.61538461538461,-84.51548451548452,-84.41558441558442,-84.31568431568432,-84.21578421578421,-84.11588411588411,-84.01598401598402,-83.91608391608392,-83.81618381618381,-83.71628371628371,-83.61638361638362,-83.51648351648352,-83.41658341658342,-83.31668331668331,-83.21678321678321,-83.11688311688312,-83.01698301698302,-82.91708291708292,-82.81718281718281,-82.71728271728271,-82.61738261738262,-82.51748251748252,-82.41758241758242,-82.31768231768231,-82.21778221778222,-82.11788211788212,-82.01798201798202,-81.91808191808192,-81.81818181818181,-81.71828171828172,-81.61838161838162,-81.51848151848152,-81.41858141858143,-81.31868131868131,-81.21878121878122,-81.11888111888112,-81.01898101898102,-80.91908091908093,-80.81918081918081,-80.71928071928072,-80.61938061938062,-80.51948051948052,-80.41958041958041,-80.31968031968032,-80.21978021978022,-80.11988011988012,-80.01998001998003,-79.92007992007991,-79.82017982017982,-79.72027972027972,-79.62037962037962,-79.52047952047953,-79.42057942057941,-79.32067932067932,-79.22077922077922,-79.12087912087912,-79.02097902097903,-78.92107892107892,-78.82117882117882,-78.72127872127872,-78.62137862137862,-78.52147852147853,-78.42157842157842,-78.32167832167832,-78.22177822177822,-78.12187812187813,-78.02197802197803,-77.92207792207792,-77.82217782217782,-77.72227772227772,-77.62237762237763,-77.52247752247752,-77.42257742257742,-77.32267732267732,-77.22277722277722,-77.12287712287713,-77.02297702297702,-76.92307692307692,-76.82317682317682,-76.72327672327673,-76.62337662337663,-76.52347652347652,-76.42357642357642,-76.32367632367632,-76.22377622377623,-76.12387612387613,-76.02397602397602,-75.92407592407592,-75.82417582417582,-75.72427572427573,-75.62437562437563,-75.52447552447552,-75.42457542457542,-75.32467532467533,-75.22477522477523,-75.12487512487513,-75.02497502497502,-74.92507492507492,-74.82517482517483,-74.72527472527473,-74.62537462537462,-74.52547452547452,-74.42557442557442,-74.32567432567433,-74.22577422577423,-74.12587412587412,-74.02597402597402,-73.92607392607393,-73.82617382617383,-73.72627372627373,-73.62637362637362,-73.52647352647352,-73.42657342657343,-73.32667332667333,-73.22677322677323,-73.12687312687312,-73.02697302697302,-72.92707292707293,-72.82717282717283,-72.72727272727273,-72.62737262737262,-72.52747252747253,-72.42757242757243,-72.32767232767233,-72.22777222777223,-72.12787212787212,-72.02797202797203,-71.92807192807193,-71.82817182817183,-71.72827172827172,-71.62837162837162,-71.52847152847153,-71.42857142857143,-71.32867132867133,-71.22877122877122,-71.12887112887113,-71.02897102897103,-70.92907092907093,-70.82917082917083,-70.72927072927072,-70.62937062937063,-70.52947052947053,-70.42957042957043,-70.32967032967034,-70.22977022977022,-70.12987012987013,-70.02997002997003,-69.93006993006993,-69.83016983016984,-69.73026973026973,-69.63036963036963,-69.53046953046953,-69.43056943056943,-69.33066933066934,-69.23076923076923,-69.13086913086913,-69.03096903096903,-68.93106893106894,-68.83116883116882,-68.73126873126873,-68.63136863136863,-68.53146853146853,-68.43156843156844,-68.33166833166833,-68.23176823176823,-68.13186813186813,-68.03196803196803,-67.93206793206794,-67.83216783216783,-67.73226773226773,-67.63236763236763,-67.53246753246754,-67.43256743256744,-67.33266733266733,-67.23276723276723,-67.13286713286713,-67.03296703296704,-66.93306693306694,-66.83316683316683,-66.73326673326673,-66.63336663336663,-66.53346653346654,-66.43356643356644,-66.33366633366633,-66.23376623376623,-66.13386613386614,-66.03396603396604,-65.93406593406593,-65.83416583416583,-65.73426573426573,-65.63436563436564,-65.53446553446554,-65.43456543456543,-65.33466533466533,-65.23476523476523,-65.13486513486514,-65.03496503496504,-64.93506493506493,-64.83516483516483,-64.73526473526474,-64.63536463536464,-64.53546453546454,-64.43556443556443,-64.33566433566433,-64.23576423576424,-64.13586413586414,-64.03596403596404,-63.93606393606394,-63.836163836163834,-63.73626373626374,-63.63636363636363,-63.536463536463536,-63.43656343656344,-63.336663336663335,-63.23676323676324,-63.136863136863134,-63.03696303696304,-62.93706293706294,-62.837162837162836,-62.73726273726274,-62.637362637362635,-62.53746253746254,-62.437562437562434,-62.33766233766234,-62.23776223776224,-62.137862137862136,-62.03796203796204,-61.938061938061935,-61.83816183816184,-61.73826173826174,-61.63836163836164,-61.53846153846154,-61.438561438561436,-61.33866133866134,-61.23876123876124,-61.13886113886114,-61.03896103896104,-60.93906093906094,-60.83916083916084,-60.739260739260736,-60.63936063936064,-60.53946053946054,-60.43956043956044,-60.33966033966034,-60.23976023976024,-60.13986013986014,-60.03996003996004,-59.94005994005994,-59.84015984015984,-59.74025974025974,-59.64035964035964,-59.54045954045954,-59.44055944055944,-59.34065934065934,-59.24075924075924,-59.14085914085914,-59.04095904095904,-58.94105894105894,-58.841158841158844,-58.74125874125874,-58.64135864135864,-58.54145854145854,-58.44155844155844,-58.341658341658345,-58.24175824175824,-58.141858141858144,-58.04195804195804,-57.94205794205794,-57.84215784215784,-57.74225774225774,-57.642357642357645,-57.54245754245754,-57.442557442557444,-57.34265734265734,-57.24275724275724,-57.142857142857146,-57.04295704295704,-56.943056943056945,-56.84315684315684,-56.743256743256744,-56.64335664335665,-56.54345654345654,-56.443556443556446,-56.34365634365634,-56.243756243756245,-56.14385614385614,-56.043956043956044,-55.94405594405595,-55.84415584415584,-55.744255744255746,-55.64435564435564,-55.544455544455545,-55.44455544455545,-55.344655344655344,-55.24475524475525,-55.14485514485514,-55.044955044955046,-54.94505494505494,-54.845154845154845,-54.74525474525475,-54.645354645354644,-54.54545454545455,-54.44555444555444,-54.345654345654346,-54.24575424575425,-54.145854145854145,-54.04595404595405,-53.946053946053944,-53.84615384615385,-53.74625374625375,-53.646353646353646,-53.54645354645355,-53.446553446553445,-53.34665334665335,-53.246753246753244,-53.14685314685315,-53.04695304695305,-52.947052947052946,-52.84715284715285,-52.747252747252745,-52.64735264735265,-52.54745254745255,-52.44755244755245,-52.34765234765235,-52.247752247752246,-52.14785214785215,-52.047952047952045,-51.94805194805195,-51.84815184815185,-51.74825174825175,-51.64835164835165,-51.548451548451546,-51.44855144855145,-51.34865134865135,-51.24875124875125,-51.14885114885115,-51.04895104895105,-50.94905094905095,-50.84915084915085,-50.74925074925075,-50.64935064935065,-50.54945054945055,-50.44955044955045,-50.34965034965035,-50.24975024975025,-50.14985014985015,-50.04995004995005,-49.95004995004995,-49.85014985014985,-49.75024975024975,-49.65034965034965,-49.55044955044955,-49.45054945054945,-49.35064935064935,-49.25074925074925,-49.15084915084915,-49.05094905094905,-48.95104895104895,-48.85114885114885,-48.75124875124875,-48.65134865134865,-48.55144855144855,-48.451548451548454,-48.35164835164835,-48.25174825174825,-48.15184815184815,-48.05194805194805,-47.952047952047955,-47.85214785214785,-47.752247752247754,-47.65234765234765,-47.55244755244755,-47.45254745254745,-47.35264735264735,-47.252747252747255,-47.15284715284715,-47.052947052947054,-46.95304695304695,-46.85314685314685,-46.753246753246756,-46.65334665334665,-46.553446553446555,-46.45354645354645,-46.353646353646354,-46.25374625374625,-46.15384615384615,-46.053946053946056,-45.95404595404595,-45.854145854145855,-45.75424575424575,-45.654345654345654,-45.55444555444556,-45.45454545454545,-45.354645354645356,-45.25474525474525,-45.154845154845155,-45.05494505494506,-44.955044955044954,-44.85514485514486,-44.75524475524475,-44.655344655344656,-44.55544455544455,-44.455544455544455,-44.35564435564436,-44.255744255744254,-44.15584415584416,-44.05594405594405,-43.956043956043956,-43.85614385614386,-43.756243756243755,-43.65634365634366,-43.556443556443554,-43.45654345654346,-43.35664335664335,-43.256743256743256,-43.15684315684316,-43.056943056943055,-42.95704295704296,-42.857142857142854,-42.75724275724276,-42.65734265734266,-42.557442557442556,-42.45754245754246,-42.357642357642355,-42.25774225774226,-42.15784215784216,-42.05794205794206,-41.95804195804196,-41.858141858141856,-41.75824175824176,-41.658341658341655,-41.55844155844156,-41.45854145854146,-41.35864135864136,-41.25874125874126,-41.158841158841156,-41.05894105894106,-40.95904095904096,-40.85914085914086,-40.75924075924076,-40.65934065934066,-40.55944055944056,-40.45954045954046,-40.35964035964036,-40.25974025974026,-40.15984015984016,-40.05994005994006,-39.96003996003996,-39.86013986013986,-39.76023976023976,-39.66033966033966,-39.56043956043956,-39.46053946053946,-39.36063936063936,-39.260739260739264,-39.16083916083916,-39.06093906093906,-38.96103896103896,-38.86113886113886,-38.76123876123876,-38.66133866133866,-38.561438561438564,-38.46153846153846,-38.36163836163836,-38.26173826173826,-38.16183816183816,-38.061938061938065,-37.96203796203796,-37.862137862137864,-37.76223776223776,-37.66233766233766,-37.562437562437566,-37.46253746253746,-37.362637362637365,-37.26273726273726,-37.162837162837164,-37.06293706293706,-36.96303696303696,-36.863136863136866,-36.76323676323676,-36.663336663336665,-36.56343656343656,-36.463536463536464,-36.36363636363637,-36.26373626373626,-36.163836163836166,-36.06393606393606,-35.964035964035965,-35.86413586413586,-35.764235764235764,-35.66433566433567,-35.56443556443556,-35.464535464535466,-35.36463536463536,-35.264735264735265,-35.16483516483517,-35.064935064935064,-34.96503496503497,-34.86513486513486,-34.765234765234766,-34.66533466533467,-34.565434565434565,-34.46553446553447,-34.365634365634364,-34.26573426573427,-34.16583416583416,-34.065934065934066,-33.96603396603397,-33.866133866133865,-33.76623376623377,-33.666333666333664,-33.56643356643357,-33.46653346653347,-33.366633366633366,-33.26673326673327,-33.166833166833165,-33.06693306693307,-32.967032967032964,-32.86713286713287,-32.76723276723277,-32.667332667332666,-32.56743256743257,-32.467532467532465,-32.36763236763237,-32.26773226773227,-32.16783216783217,-32.06793206793207,-31.96803196803197,-31.86813186813187,-31.768231768231768,-31.668331668331668,-31.568431568431567,-31.46853146853147,-31.36863136863137,-31.26873126873127,-31.16883116883117,-31.068931068931068,-30.969030969030968,-30.86913086913087,-30.76923076923077,-30.66933066933067,-30.56943056943057,-30.46953046953047,-30.369630369630368,-30.26973026973027,-30.16983016983017,-30.06993006993007,-29.97002997002997,-29.87012987012987,-29.77022977022977,-29.67032967032967,-29.57042957042957,-29.47052947052947,-29.37062937062937,-29.27072927072927,-29.170829170829172,-29.070929070929072,-28.97102897102897,-28.87112887112887,-28.77122877122877,-28.67132867132867,-28.571428571428573,-28.471528471528472,-28.371628371628372,-28.27172827172827,-28.17182817182817,-28.07192807192807,-27.972027972027973,-27.872127872127873,-27.772227772227772,-27.672327672327672,-27.57242757242757,-27.47252747252747,-27.372627372627374,-27.272727272727273,-27.172827172827173,-27.072927072927072,-26.973026973026972,-26.873126873126875,-26.773226773226774,-26.673326673326674,-26.573426573426573,-26.473526473526473,-26.373626373626372,-26.273726273726275,-26.173826173826175,-26.073926073926074,-25.974025974025974,-25.874125874125873,-25.774225774225773,-25.674325674325676,-25.574425574425575,-25.474525474525475,-25.374625374625374,-25.274725274725274,-25.174825174825173,-25.074925074925076,-24.975024975024976,-24.875124875124875,-24.775224775224775,-24.675324675324674,-24.575424575424574,-24.475524475524477,-24.375624375624376,-24.275724275724276,-24.175824175824175,-24.075924075924075,-23.976023976023978,-23.876123876123877,-23.776223776223777,-23.676323676323676,-23.576423576423576,-23.476523476523475,-23.376623376623378,-23.276723276723278,-23.176823176823177,-23.076923076923077,-22.977022977022976,-22.877122877122876,-22.77722277722278,-22.677322677322678,-22.577422577422578,-22.477522477522477,-22.377622377622377,-22.277722277722276,-22.17782217782218,-22.07792207792208,-21.978021978021978,-21.878121878121878,-21.778221778221777,-21.678321678321677,-21.57842157842158,-21.47852147852148,-21.37862137862138,-21.278721278721278,-21.178821178821178,-21.07892107892108,-20.97902097902098,-20.87912087912088,-20.77922077922078,-20.67932067932068,-20.579420579420578,-20.47952047952048,-20.37962037962038,-20.27972027972028,-20.17982017982018,-20.07992007992008,-19.98001998001998,-19.88011988011988,-19.78021978021978,-19.68031968031968,-19.58041958041958,-19.48051948051948,-19.38061938061938,-19.280719280719282,-19.18081918081918,-19.08091908091908,-18.98101898101898,-18.88111888111888,-18.781218781218783,-18.681318681318682,-18.581418581418582,-18.48151848151848,-18.38161838161838,-18.28171828171828,-18.181818181818183,-18.081918081918083,-17.982017982017982,-17.882117882117882,-17.78221778221778,-17.68231768231768,-17.582417582417584,-17.482517482517483,-17.382617382617383,-17.282717282717282,-17.182817182817182,-17.08291708291708,-16.983016983016984,-16.883116883116884,-16.783216783216783,-16.683316683316683,-16.583416583416582,-16.483516483516482,-16.383616383616385,-16.283716283716284,-16.183816183816184,-16.083916083916083,-15.984015984015985,-15.884115884115884,-15.784215784215784,-15.684315684315685,-15.584415584415584,-15.484515484515484,-15.384615384615385,-15.284715284715285,-15.184815184815184,-15.084915084915085,-14.985014985014985,-14.885114885114884,-14.785214785214785,-14.685314685314685,-14.585414585414586,-14.485514485514486,-14.385614385614385,-14.285714285714286,-14.185814185814186,-14.085914085914085,-13.986013986013987,-13.886113886113886,-13.786213786213786,-13.686313686313687,-13.586413586413586,-13.486513486513486,-13.386613386613387,-13.286713286713287,-13.186813186813186,-13.086913086913087,-12.987012987012987,-12.887112887112886,-12.787212787212788,-12.687312687312687,-12.587412587412587,-12.487512487512488,-12.387612387612387,-12.287712287712287,-12.187812187812188,-12.087912087912088,-11.988011988011989,-11.888111888111888,-11.788211788211788,-11.688311688311689,-11.588411588411589,-11.488511488511488,-11.38861138861139,-11.288711288711289,-11.188811188811188,-11.08891108891109,-10.989010989010989,-10.889110889110889,-10.78921078921079,-10.68931068931069,-10.589410589410589,-10.48951048951049,-10.38961038961039,-10.289710289710289,-10.18981018981019,-10.08991008991009,-9.99000999000999,-9.89010989010989,-9.79020979020979,-9.69030969030969,-9.59040959040959,-9.49050949050949,-9.390609390609391,-9.290709290709291,-9.19080919080919,-9.090909090909092,-8.991008991008991,-8.89110889110889,-8.791208791208792,-8.691308691308691,-8.591408591408591,-8.491508491508492,-8.391608391608392,-8.291708291708291,-8.191808191808192,-8.091908091908092,-7.992007992007992,-7.892107892107892,-7.792207792207792,-7.6923076923076925,-7.592407592407592,-7.492507492507492,-7.392607392607393,-7.292707292707293,-7.192807192807193,-7.092907092907093,-6.993006993006993,-6.893106893106893,-6.793206793206793,-6.693306693306694,-6.593406593406593,-6.4935064935064934,-6.393606393606394,-6.293706293706293,-6.193806193806194,-6.093906093906094,-5.994005994005994,-5.894105894105894,-5.794205794205794,-5.694305694305695,-5.594405594405594,-5.4945054945054945,-5.394605394605395,-5.294705294705294,-5.194805194805195,-5.094905094905095,-4.995004995004995,-4.895104895104895,-4.795204795204795,-4.695304695304696,-4.595404595404595,-4.495504495504496,-4.395604395604396,-4.2957042957042955,-4.195804195804196,-4.095904095904096,-3.996003996003996,-3.896103896103896,-3.796203796203796,-3.6963036963036964,-3.5964035964035963,-3.4965034965034967,-3.3966033966033966,-3.2967032967032965,-3.196803196803197,-3.096903096903097,-2.997002997002997,-2.897102897102897,-2.797202797202797,-2.6973026973026974,-2.5974025974025974,-2.4975024975024973,-2.3976023976023977,-2.2977022977022976,-2.197802197802198,-2.097902097902098,-1.998001998001998,-1.898101898101898,-1.7982017982017982,-1.6983016983016983,-1.5984015984015985,-1.4985014985014986,-1.3986013986013985,-1.2987012987012987,-1.1988011988011988,-1.098901098901099,-0.999000999000999,-0.8991008991008991,-0.7992007992007992,-0.6993006993006993,-0.5994005994005994,-0.4995004995004995,-0.3996003996003996,-0.2997002997002997,-0.1998001998001998,-0.0999000999000999,0.0,0.0999000999000999,0.1998001998001998,0.2997002997002997,0.3996003996003996,0.4995004995004995,0.5994005994005994,0.6993006993006993,0.7992007992007992,0.8991008991008991,0.999000999000999,1.098901098901099,1.1988011988011988,1.2987012987012987,1.3986013986013985,1.4985014985014986,1.5984015984015985,1.6983016983016983,1.7982017982017982,1.898101898101898,1.998001998001998,2.097902097902098,2.197802197802198,2.2977022977022976,2.3976023976023977,2.4975024975024973,2.5974025974025974,2.6973026973026974,2.797202797202797,2.897102897102897,2.997002997002997,3.096903096903097,3.196803196803197,3.2967032967032965,3.3966033966033966,3.4965034965034967,3.5964035964035963,3.6963036963036964,3.796203796203796,3.896103896103896,3.996003996003996,4.095904095904096,4.195804195804196,4.2957042957042955,4.395604395604396,4.495504495504496,4.595404595404595,4.695304695304696,4.795204795204795,4.895104895104895,4.995004995004995,5.094905094905095,5.194805194805195,5.294705294705294,5.394605394605395,5.4945054945054945,5.594405594405594,5.694305694305695,5.794205794205794,5.894105894105894,5.994005994005994,6.093906093906094,6.193806193806194,6.293706293706293,6.393606393606394,6.4935064935064934,6.593406593406593,6.693306693306694,6.793206793206793,6.893106893106893,6.993006993006993,7.092907092907093,7.192807192807193,7.292707292707293,7.392607392607393,7.492507492507492,7.592407592407592,7.6923076923076925,7.792207792207792,7.892107892107892,7.992007992007992,8.091908091908092,8.191808191808192,8.291708291708291,8.391608391608392,8.491508491508492,8.591408591408591,8.691308691308691,8.791208791208792,8.89110889110889,8.991008991008991,9.090909090909092,9.19080919080919,9.290709290709291,9.390609390609391,9.49050949050949,9.59040959040959,9.69030969030969,9.79020979020979,9.89010989010989,9.99000999000999,10.08991008991009,10.18981018981019,10.289710289710289,10.38961038961039,10.48951048951049,10.589410589410589,10.68931068931069,10.78921078921079,10.889110889110889,10.989010989010989,11.08891108891109,11.188811188811188,11.288711288711289,11.38861138861139,11.488511488511488,11.588411588411589,11.688311688311689,11.788211788211788,11.888111888111888,11.988011988011989,12.087912087912088,12.187812187812188,12.287712287712287,12.387612387612387,12.487512487512488,12.587412587412587,12.687312687312687,12.787212787212788,12.887112887112886,12.987012987012987,13.086913086913087,13.186813186813186,13.286713286713287,13.386613386613387,13.486513486513486,13.586413586413586,13.686313686313687,13.786213786213786,13.886113886113886,13.986013986013987,14.085914085914085,14.185814185814186,14.285714285714286,14.385614385614385,14.485514485514486,14.585414585414586,14.685314685314685,14.785214785214785,14.885114885114884,14.985014985014985,15.084915084915085,15.184815184815184,15.284715284715285,15.384615384615385,15.484515484515484,15.584415584415584,15.684315684315685,15.784215784215784,15.884115884115884,15.984015984015985,16.083916083916083,16.183816183816184,16.283716283716284,16.383616383616385,16.483516483516482,16.583416583416582,16.683316683316683,16.783216783216783,16.883116883116884,16.983016983016984,17.08291708291708,17.182817182817182,17.282717282717282,17.382617382617383,17.482517482517483,17.582417582417584,17.68231768231768,17.78221778221778,17.882117882117882,17.982017982017982,18.081918081918083,18.181818181818183,18.28171828171828,18.38161838161838,18.48151848151848,18.581418581418582,18.681318681318682,18.781218781218783,18.88111888111888,18.98101898101898,19.08091908091908,19.18081918081918,19.280719280719282,19.38061938061938,19.48051948051948,19.58041958041958,19.68031968031968,19.78021978021978,19.88011988011988,19.98001998001998,20.07992007992008,20.17982017982018,20.27972027972028,20.37962037962038,20.47952047952048,20.579420579420578,20.67932067932068,20.77922077922078,20.87912087912088,20.97902097902098,21.07892107892108,21.178821178821178,21.278721278721278,21.37862137862138,21.47852147852148,21.57842157842158,21.678321678321677,21.778221778221777,21.878121878121878,21.978021978021978,22.07792207792208,22.17782217782218,22.277722277722276,22.377622377622377,22.477522477522477,22.577422577422578,22.677322677322678,22.77722277722278,22.877122877122876,22.977022977022976,23.076923076923077,23.176823176823177,23.276723276723278,23.376623376623378,23.476523476523475,23.576423576423576,23.676323676323676,23.776223776223777,23.876123876123877,23.976023976023978,24.075924075924075,24.175824175824175,24.275724275724276,24.375624375624376,24.475524475524477,24.575424575424574,24.675324675324674,24.775224775224775,24.875124875124875,24.975024975024976,25.074925074925076,25.174825174825173,25.274725274725274,25.374625374625374,25.474525474525475,25.574425574425575,25.674325674325676,25.774225774225773,25.874125874125873,25.974025974025974,26.073926073926074,26.173826173826175,26.273726273726275,26.373626373626372,26.473526473526473,26.573426573426573,26.673326673326674,26.773226773226774,26.873126873126875,26.973026973026972,27.072927072927072,27.172827172827173,27.272727272727273,27.372627372627374,27.47252747252747,27.57242757242757,27.672327672327672,27.772227772227772,27.872127872127873,27.972027972027973,28.07192807192807,28.17182817182817,28.27172827172827,28.371628371628372,28.471528471528472,28.571428571428573,28.67132867132867,28.77122877122877,28.87112887112887,28.97102897102897,29.070929070929072,29.170829170829172,29.27072927072927,29.37062937062937,29.47052947052947,29.57042957042957,29.67032967032967,29.77022977022977,29.87012987012987,29.97002997002997,30.06993006993007,30.16983016983017,30.26973026973027,30.369630369630368,30.46953046953047,30.56943056943057,30.66933066933067,30.76923076923077,30.86913086913087,30.969030969030968,31.068931068931068,31.16883116883117,31.26873126873127,31.36863136863137,31.46853146853147,31.568431568431567,31.668331668331668,31.768231768231768,31.86813186813187,31.96803196803197,32.06793206793207,32.16783216783217,32.26773226773227,32.36763236763237,32.467532467532465,32.56743256743257,32.667332667332666,32.76723276723277,32.86713286713287,32.967032967032964,33.06693306693307,33.166833166833165,33.26673326673327,33.366633366633366,33.46653346653347,33.56643356643357,33.666333666333664,33.76623376623377,33.866133866133865,33.96603396603397,34.065934065934066,34.16583416583416,34.26573426573427,34.365634365634364,34.46553446553447,34.565434565434565,34.66533466533467,34.765234765234766,34.86513486513486,34.96503496503497,35.064935064935064,35.16483516483517,35.264735264735265,35.36463536463536,35.464535464535466,35.56443556443556,35.66433566433567,35.764235764235764,35.86413586413586,35.964035964035965,36.06393606393606,36.163836163836166,36.26373626373626,36.36363636363637,36.463536463536464,36.56343656343656,36.663336663336665,36.76323676323676,36.863136863136866,36.96303696303696,37.06293706293706,37.162837162837164,37.26273726273726,37.362637362637365,37.46253746253746,37.562437562437566,37.66233766233766,37.76223776223776,37.862137862137864,37.96203796203796,38.061938061938065,38.16183816183816,38.26173826173826,38.36163836163836,38.46153846153846,38.561438561438564,38.66133866133866,38.76123876123876,38.86113886113886,38.96103896103896,39.06093906093906,39.16083916083916,39.260739260739264,39.36063936063936,39.46053946053946,39.56043956043956,39.66033966033966,39.76023976023976,39.86013986013986,39.96003996003996,40.05994005994006,40.15984015984016,40.25974025974026,40.35964035964036,40.45954045954046,40.55944055944056,40.65934065934066,40.75924075924076,40.85914085914086,40.95904095904096,41.05894105894106,41.158841158841156,41.25874125874126,41.35864135864136,41.45854145854146,41.55844155844156,41.658341658341655,41.75824175824176,41.858141858141856,41.95804195804196,42.05794205794206,42.15784215784216,42.25774225774226,42.357642357642355,42.45754245754246,42.557442557442556,42.65734265734266,42.75724275724276,42.857142857142854,42.95704295704296,43.056943056943055,43.15684315684316,43.256743256743256,43.35664335664335,43.45654345654346,43.556443556443554,43.65634365634366,43.756243756243755,43.85614385614386,43.956043956043956,44.05594405594405,44.15584415584416,44.255744255744254,44.35564435564436,44.455544455544455,44.55544455544455,44.655344655344656,44.75524475524475,44.85514485514486,44.955044955044954,45.05494505494506,45.154845154845155,45.25474525474525,45.354645354645356,45.45454545454545,45.55444555444556,45.654345654345654,45.75424575424575,45.854145854145855,45.95404595404595,46.053946053946056,46.15384615384615,46.25374625374625,46.353646353646354,46.45354645354645,46.553446553446555,46.65334665334665,46.753246753246756,46.85314685314685,46.95304695304695,47.052947052947054,47.15284715284715,47.252747252747255,47.35264735264735,47.45254745254745,47.55244755244755,47.65234765234765,47.752247752247754,47.85214785214785,47.952047952047955,48.05194805194805,48.15184815184815,48.25174825174825,48.35164835164835,48.451548451548454,48.55144855144855,48.65134865134865,48.75124875124875,48.85114885114885,48.95104895104895,49.05094905094905,49.15084915084915,49.25074925074925,49.35064935064935,49.45054945054945,49.55044955044955,49.65034965034965,49.75024975024975,49.85014985014985,49.95004995004995,50.04995004995005,50.14985014985015,50.24975024975025,50.34965034965035,50.44955044955045,50.54945054945055,50.64935064935065,50.74925074925075,50.84915084915085,50.94905094905095,51.04895104895105,51.14885114885115,51.24875124875125,51.34865134865135,51.44855144855145,51.548451548451546,51.64835164835165,51.74825174825175,51.84815184815185,51.94805194805195,52.047952047952045,52.14785214785215,52.247752247752246,52.34765234765235,52.44755244755245,52.54745254745255,52.64735264735265,52.747252747252745,52.84715284715285,52.947052947052946,53.04695304695305,53.14685314685315,53.246753246753244,53.34665334665335,53.446553446553445,53.54645354645355,53.646353646353646,53.74625374625375,53.84615384615385,53.946053946053944,54.04595404595405,54.145854145854145,54.24575424575425,54.345654345654346,54.44555444555444,54.54545454545455,54.645354645354644,54.74525474525475,54.845154845154845,54.94505494505494,55.044955044955046,55.14485514485514,55.24475524475525,55.344655344655344,55.44455544455545,55.544455544455545,55.64435564435564,55.744255744255746,55.84415584415584,55.94405594405595,56.043956043956044,56.14385614385614,56.243756243756245,56.34365634365634,56.443556443556446,56.54345654345654,56.64335664335665,56.743256743256744,56.84315684315684,56.943056943056945,57.04295704295704,57.142857142857146,57.24275724275724,57.34265734265734,57.442557442557444,57.54245754245754,57.642357642357645,57.74225774225774,57.84215784215784,57.94205794205794,58.04195804195804,58.141858141858144,58.24175824175824,58.341658341658345,58.44155844155844,58.54145854145854,58.64135864135864,58.74125874125874,58.841158841158844,58.94105894105894,59.04095904095904,59.14085914085914,59.24075924075924,59.34065934065934,59.44055944055944,59.54045954045954,59.64035964035964,59.74025974025974,59.84015984015984,59.94005994005994,60.03996003996004,60.13986013986014,60.23976023976024,60.33966033966034,60.43956043956044,60.53946053946054,60.63936063936064,60.739260739260736,60.83916083916084,60.93906093906094,61.03896103896104,61.13886113886114,61.23876123876124,61.33866133866134,61.438561438561436,61.53846153846154,61.63836163836164,61.73826173826174,61.83816183816184,61.938061938061935,62.03796203796204,62.137862137862136,62.23776223776224,62.33766233766234,62.437562437562434,62.53746253746254,62.637362637362635,62.73726273726274,62.837162837162836,62.93706293706294,63.03696303696304,63.136863136863134,63.23676323676324,63.336663336663335,63.43656343656344,63.536463536463536,63.63636363636363,63.73626373626374,63.836163836163834,63.93606393606394,64.03596403596404,64.13586413586414,64.23576423576424,64.33566433566433,64.43556443556443,64.53546453546454,64.63536463536464,64.73526473526474,64.83516483516483,64.93506493506493,65.03496503496504,65.13486513486514,65.23476523476523,65.33466533466533,65.43456543456543,65.53446553446554,65.63436563436564,65.73426573426573,65.83416583416583,65.93406593406593,66.03396603396604,66.13386613386614,66.23376623376623,66.33366633366633,66.43356643356644,66.53346653346654,66.63336663336663,66.73326673326673,66.83316683316683,66.93306693306694,67.03296703296704,67.13286713286713,67.23276723276723,67.33266733266733,67.43256743256744,67.53246753246754,67.63236763236763,67.73226773226773,67.83216783216783,67.93206793206794,68.03196803196803,68.13186813186813,68.23176823176823,68.33166833166833,68.43156843156844,68.53146853146853,68.63136863136863,68.73126873126873,68.83116883116882,68.93106893106894,69.03096903096903,69.13086913086913,69.23076923076923,69.33066933066934,69.43056943056943,69.53046953046953,69.63036963036963,69.73026973026973,69.83016983016984,69.93006993006993,70.02997002997003,70.12987012987013,70.22977022977022,70.32967032967034,70.42957042957043,70.52947052947053,70.62937062937063,70.72927072927072,70.82917082917083,70.92907092907093,71.02897102897103,71.12887112887113,71.22877122877122,71.32867132867133,71.42857142857143,71.52847152847153,71.62837162837162,71.72827172827172,71.82817182817183,71.92807192807193,72.02797202797203,72.12787212787212,72.22777222777223,72.32767232767233,72.42757242757243,72.52747252747253,72.62737262737262,72.72727272727273,72.82717282717283,72.92707292707293,73.02697302697302,73.12687312687312,73.22677322677323,73.32667332667333,73.42657342657343,73.52647352647352,73.62637362637362,73.72627372627373,73.82617382617383,73.92607392607393,74.02597402597402,74.12587412587412,74.22577422577423,74.32567432567433,74.42557442557442,74.52547452547452,74.62537462537462,74.72527472527473,74.82517482517483,74.92507492507492,75.02497502497502,75.12487512487513,75.22477522477523,75.32467532467533,75.42457542457542,75.52447552447552,75.62437562437563,75.72427572427573,75.82417582417582,75.92407592407592,76.02397602397602,76.12387612387613,76.22377622377623,76.32367632367632,76.42357642357642,76.52347652347652,76.62337662337663,76.72327672327673,76.82317682317682,76.92307692307692,77.02297702297702,77.12287712287713,77.22277722277722,77.32267732267732,77.42257742257742,77.52247752247752,77.62237762237763,77.72227772227772,77.82217782217782,77.92207792207792,78.02197802197803,78.12187812187813,78.22177822177822,78.32167832167832,78.42157842157842,78.52147852147853,78.62137862137862,78.72127872127872,78.82117882117882,78.92107892107892,79.02097902097903,79.12087912087912,79.22077922077922,79.32067932067932,79.42057942057941,79.52047952047953,79.62037962037962,79.72027972027972,79.82017982017982,79.92007992007991,80.01998001998003,80.11988011988012,80.21978021978022,80.31968031968032,80.41958041958041,80.51948051948052,80.61938061938062,80.71928071928072,80.81918081918081,80.91908091908093,81.01898101898102,81.11888111888112,81.21878121878122,81.31868131868131,81.41858141858143,81.51848151848152,81.61838161838162,81.71828171828172,81.81818181818181,81.91808191808192,82.01798201798202,82.11788211788212,82.21778221778222,82.31768231768231,82.41758241758242,82.51748251748252,82.61738261738262,82.71728271728271,82.81718281718281,82.91708291708292,83.01698301698302,83.11688311688312,83.21678321678321,83.31668331668331,83.41658341658342,83.51648351648352,83.61638361638362,83.71628371628371,83.81618381618381,83.91608391608392,84.01598401598402,84.11588411588411,84.21578421578421,84.31568431568432,84.41558441558442,84.51548451548452,84.61538461538461,84.71528471528471,84.81518481518482,84.91508491508492,85.01498501498502,85.11488511488511,85.21478521478521,85.31468531468532,85.41458541458542,85.51448551448551,85.61438561438561,85.71428571428571,85.81418581418582,85.91408591408592,86.01398601398601,86.11388611388611,86.21378621378621,86.31368631368632,86.41358641358642,86.51348651348651,86.61338661338661,86.7132867132867,86.81318681318682,86.91308691308691,87.01298701298701,87.11288711288711,87.21278721278722,87.31268731268732,87.41258741258741,87.51248751248751,87.61238761238761,87.71228771228772,87.81218781218782,87.91208791208791,88.01198801198801,88.1118881118881,88.21178821178822,88.31168831168831,88.41158841158841,88.51148851148851,88.6113886113886,88.71128871128872,88.81118881118881,88.91108891108891,89.01098901098901,89.1108891108891,89.21078921078922,89.31068931068931,89.41058941058941,89.5104895104895,89.6103896103896,89.71028971028971,89.81018981018981,89.91008991008991,90.00999000999,90.10989010989012,90.20979020979021,90.30969030969031,90.40959040959041,90.5094905094905,90.60939060939062,90.70929070929071,90.80919080919081,90.9090909090909,91.008991008991,91.10889110889111,91.20879120879121,91.30869130869131,91.4085914085914,91.5084915084915,91.60839160839161,91.70829170829171,91.80819180819181,91.9080919080919,92.007992007992,92.10789210789211,92.20779220779221,92.3076923076923,92.4075924075924,92.5074925074925,92.60739260739261,92.70729270729271,92.8071928071928,92.9070929070929,93.00699300699301,93.10689310689311,93.20679320679321,93.3066933066933,93.4065934065934,93.50649350649351,93.60639360639361,93.7062937062937,93.8061938061938,93.9060939060939,94.00599400599401,94.10589410589411,94.2057942057942,94.3056943056943,94.4055944055944,94.50549450549451,94.60539460539461,94.7052947052947,94.8051948051948,94.9050949050949,95.00499500499501,95.1048951048951,95.2047952047952,95.3046953046953,95.4045954045954,95.50449550449551,95.6043956043956,95.7042957042957,95.8041958041958,95.90409590409591,96.00399600399601,96.1038961038961,96.2037962037962,96.3036963036963,96.40359640359641,96.5034965034965,96.6033966033966,96.7032967032967,96.8031968031968,96.90309690309691,97.002997002997,97.1028971028971,97.2027972027972,97.3026973026973,97.40259740259741,97.5024975024975,97.6023976023976,97.7022977022977,97.8021978021978,97.9020979020979,98.001998001998,98.1018981018981,98.2017982017982,98.3016983016983,98.4015984015984,98.5014985014985,98.6013986013986,98.7012987012987,98.80119880119881,98.9010989010989,99.000999000999,99.1008991008991,99.2007992007992,99.3006993006993,99.4005994005994,99.5004995004995,99.6003996003996,99.7002997002997,99.8001998001998,99.9000999000999,100.0]} diff --git a/lib/node_modules/@stdlib/math/base/special/asinh/scripts/fixtures/julia/runner.jl b/lib/node_modules/@stdlib/math/base/special/asinh/scripts/fixtures/julia/runner.jl deleted file mode 100644 index ff8509150102..000000000000 --- a/lib/node_modules/@stdlib/math/base/special/asinh/scripts/fixtures/julia/runner.jl +++ /dev/null @@ -1,66 +0,0 @@ -#!/usr/bin/env julia -# -# @license Apache-2.0 -# -# Copyright (c) 2018 The Stdlib Authors. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -import JSON - -""" - gen( domain, name ) - -Generate fixture data and write to file. - -# Arguments - -* `domain`: domain -* `name::AbstractString`: output filename - -# Examples - -``` julia -julia> x = range( -1000, stop = 1000, length = 2001 ); -julia> gen( x, \"data.json\" ); -``` -""" -function gen( domain, name ) - x = collect( domain ); - y = asinh.( x ); - - # Store data to be written to file as a collection: - data = Dict([ - ("x", x), - ("expected", y) - ]); - - # Based on the script directory, create an output filepath: - filepath = joinpath( dir, name ); - - # Write the data to the output filepath as JSON: - outfile = open( filepath, "w" ); - write( outfile, JSON.json(data) ); - write( outfile, "\n" ); - close( outfile ); -end - -# Get the filename: -file = @__FILE__; - -# Extract the directory in which this file resides: -dir = dirname( file ); - -# Generate fixture data for decimal values: -x = range( -100, stop = 100, length = 4000 ); -gen( x, "data.json" ); diff --git a/lib/node_modules/@stdlib/math/base/special/atanh/scripts/accuracy.js b/lib/node_modules/@stdlib/math/base/special/atanh/scripts/accuracy.js deleted file mode 100644 index 4a43eafab671..000000000000 --- a/lib/node_modules/@stdlib/math/base/special/atanh/scripts/accuracy.js +++ /dev/null @@ -1,63 +0,0 @@ -/** -* @license Apache-2.0 -* -* Copyright (c) 2018 The Stdlib Authors. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ - -'use strict'; - -// TODO: clean-up - -// MODULES // - -var divide = require( 'compute-divide' ); -var mean = require( 'compute-mean' ); -var subtract = require( 'compute-subtract' ); -var abs = require( '@stdlib/math/base/special/abs' ); -var atanh = require( './../lib' ); - - -// FIXTURES // - -var data = require( './fixtures/julia/data.json' ); - - -// MAIN // - -var customErrs; -var nativeErrs; -var yexpected; -var ycustom; -var ynative; -var x; -var i; - -x = data.x; -yexpected = data.expected; -ycustom = new Array( x.length ); -ynative = new Array( x.length ); -for ( i = 0; i < x.length; i++ ) { - if ( yexpected[ i ] === 0.0 ) { - yexpected[ i ] += 1e-16; - } - ycustom[ i ] = atanh( x[ i ] ); - ynative[ i ] = Math.atanh( x[ i ] ); -} - -customErrs = abs( divide( subtract( ycustom, yexpected ), yexpected ) ); -nativeErrs = abs( divide( subtract( ynative, yexpected ), yexpected ) ); - -console.log( 'The mean relative error of Math.atanh compared to Julia is %d', mean( nativeErrs ) ); -console.log( 'The mean relative error of this module compared to Julia is %d', mean( customErrs ) ); diff --git a/lib/node_modules/@stdlib/math/base/special/atanh/scripts/fixtures/julia/REQUIRE b/lib/node_modules/@stdlib/math/base/special/atanh/scripts/fixtures/julia/REQUIRE deleted file mode 100644 index 308c3be89c85..000000000000 --- a/lib/node_modules/@stdlib/math/base/special/atanh/scripts/fixtures/julia/REQUIRE +++ /dev/null @@ -1,2 +0,0 @@ -julia 1.5 -JSON 0.21 diff --git a/lib/node_modules/@stdlib/math/base/special/atanh/scripts/fixtures/julia/data.json b/lib/node_modules/@stdlib/math/base/special/atanh/scripts/fixtures/julia/data.json deleted file mode 100644 index d9f3243183d1..000000000000 --- a/lib/node_modules/@stdlib/math/base/special/atanh/scripts/fixtures/julia/data.json +++ /dev/null @@ -1 +0,0 @@ -{"expected":[-2.6466524123622457,-2.599248515632915,-2.5559109868960577,-2.5159938114158242,-2.4789936521885223,-2.444510700326696,-2.41222209564549,-2.381863365070408,-2.3532151409317197,-2.3260934534985425,-2.300342502230495,-2.275829183004757,-2.2524388830831064,-2.2300722069689156,-2.2086423963123685,-2.1880732744730174,-2.16829759270173,-2.149255687304311,-2.1308943801508775,-2.113166071458426,-2.0960279858578623,-2.0794415416798357,-2.063371820056414,-2.04778711546274,-2.032658553152333,-2.0179597618834793,-2.0036665926162356,-1.9897568756425414,-1.9762102100155925,-1.9630077802571364,-1.950132196209193,-1.9375673526094583,-1.925298305545336,-1.91331116340916,-1.9015929903588356,-1.89013172060149,-1.8789160820759292,-1.8679355283237267,-1.8571801775167085,-1.8466407577572868,-1.8363085578928344,-1.8261753831902146,-1.8162335153053546,-1.8064756760578964,-1.7968949945850035,-1.7874849775029793,-1.7782394817521017,-1.7691526898402579,-1.7602190872354797,-1.7514334416873865,-1.742790784283321,-1.734286392067463,-1.7259157720706537,-1.7176746466157446,-1.709558939778135,-1.7015647648941958,-1.6936884130217615,-1.6859263422668973,-1.6782751679000762,-1.670731653192706,-1.6632927009119203,-1.6559553454176952,-1.6487167453117997,-1.641574176593005,-1.634525026277252,-1.6275667864454124,-1.6206970486846812,-1.6139134988927892,-1.6072139124169775,-1.6005961495021719,-1.5940581510250689,-1.5875979344928324,-1.5812135902869628,-1.5749032781345118,-1.568665223790343,-1.5624977159154652,-1.5563991031376887,-1.550367791281988,-1.5444022407589304,-1.5385009641004859,-1.5326625236333282,-1.526885529280542,-1.5211686364833144,-1.5155105442348349,-1.5099099932192248,-1.504365764048815,-1.4988766755936223,-1.4934415833972754,-1.4880593781740954,-1.4827289843823832,-1.4774493588693196,-1.4722194895832204,-1.467038394349152,-1.4619051197042214,-1.4568187397890637,-1.451778355292323,-1.4467830924451057,-1.4418321020625915,-1.4369245586301822,-1.4320596594317168,-1.4272366237174614,-1.4224546919097034,-1.4177131248439423,-1.4130112030437671,-1.4083482260276519,-1.4037235116459936,-1.3991363954468192,-1.3945862300686969,-1.3900723846594505,-1.3855942443193856,-1.3811512095677854,-1.3767426958315248,-1.3723681329547164,-1.3680269647283432,-1.3637186484389285,-1.3594426544353078,-1.3551984657126521,-1.350985577512914,-1.3468034969409328,-1.3426517425954647,-1.3385298442144435,-1.3344373423338274,-1.3303737879594002,-1.3263387422509547,-1.3223317762182871,-1.31835247042849,-1.314400414724035,-1.3104752079511734,-1.3065764576982082,-1.3027037800432029,-1.2988567993107312,-1.2950351478372721,-1.2912384657448919,-1.28746640072286,-1.2837186078168668,-1.2799947492255328,-1.2762944941039014,-1.272617518373638,-1.2689635045396532,-1.2653321415129002,-1.2617231244390934,-1.25813615453311,-1.2545709389188588,-1.2510271904743893,-1.2475046276820483,-1.2440029744834773,-1.2405219601392734,-1.2370613190931274,-1.2336207908402739,-1.230200119800089,-1.2267990551926755,-1.2234173509192963,-1.2200547654464993,-1.2167110616938142,-1.2133860069248716,-1.2100793726418384,-1.2067909344830352,-1.2035204721236257,-1.2002677691792734,-1.1970326131126496,-1.193814795142702,-1.1906141101565795,-1.187430356624124,-1.184263336514841,-1.181112855217257,-1.1779787214605921,-1.1748607472386565,-1.1717587477359077,-1.168672541255583,-1.165601949149849,-1.1625467957518947,-1.1595069083099,-1.1564821169228308,-1.153472254477981,-1.1504771565902265,-1.1474966615429167,-1.14453061023036,-1.1415788461018546,-1.1386412151072027,-1.1357175656436789,-1.1328077485043873,-1.1299116168279821,-1.1270290260496927,-1.1241598338536258,-1.121303900126297,-1.1184610869113534,-1.1156312583654615,-1.1128142807153063,-1.110010022215689,-1.1072183531086701,-1.1044391455837448,-1.1016722737390021,-1.0989176135432543,-1.0961750427990993,-1.0934444411068849,-1.0907256898295625,-1.0880186720583875,-1.085323272579455,-1.0826393778410381,-1.0799668759217103,-1.0773056564992303,-1.0746556108201608,-1.0720166316702109,-1.0693886133452697,-1.066771451623124,-1.0641650437358303,-1.0615692883427295,-1.0589840855040857,-1.0564093366553267,-1.0538449445818785,-1.051290813394569,-1.048746848505592,-1.0462129566050091,-1.043689045637786,-1.041175024781337,-1.0386708044235693,-1.0361762961414192,-1.0336914126798542,-1.0312160679313438,-1.0287501769157734,-1.0262936557607991,-1.023846421682628,-1.0214083929672104,-1.0189794889518418,-1.0165596300071529,-1.0141487375194873,-1.0117467338736517,-1.0093535424360296,-1.006969087538054,-1.0045932944600209,-1.0022260894152462,-0.9998673995345466,-0.9975171528510473,-0.9951752782852963,-0.99284170563069,-0.9905163655391939,-0.9881991895073529,-0.9858901098625892,-0.9835890597497716,-0.9812959731180605,-0.9790107847080107,-0.9767334300389372,-0.9744638453965266,-0.9722019678206979,-0.9699477350937014,-0.967701085728449,-0.9654619589570771,-0.9632302947197277,-0.9610060336535512,-0.958789117081919,-0.956579487003845,-0.954377086083611,-0.9521818576405877,-0.9499937456392528,-0.9478126946793946,-0.9456386499865055,-0.9434715574023513,-0.9413113633757209,-0.9391580149533476,-0.9370114597709986,-0.9348716460447318,-0.9327385225623112,-0.9306120386747838,-0.9284921442882078,-0.9263787898555333,-0.9242719263686322,-0.9221715053504693,-0.9200774788474191,-0.9179897994217163,-0.9159084201440465,-0.9138332945862654,-0.9117643768142503,-0.9097016213808777,-0.9076449833191245,-0.9055944181352918,-0.9035498818023469,-0.9015113307533829,-0.8994787218751907,-0.8974520125019446,-0.8954311604089964,-0.8934161238067759,-0.8914068613347984,-0.8894033320557717,-0.8874054954498078,-0.8854133114087293,-0.8834267402304757,-0.8814457426136015,-0.8794702796518685,-0.87750031282893,-0.8755358040131006,-0.8735767154522176,-0.8716230097685838,-0.8696746499539973,-0.8677315993648615,-0.8657938217173757,-0.8638612810828065,-0.8619339418828336,-0.8600117688849744,-0.8580947271980807,-0.8561827822679097,-0.8542758998727658,-0.8523740461192126,-0.8504771874378553,-0.8485852905791867,-0.8466983226095046,-0.8448162509068886,-0.8429390431572457,-0.8410666673504146,-0.8391990917763323,-0.8373362850212636,-0.8354782159640837,-0.8336248537726259,-0.8317761679000789,-0.8299321280814468,-0.8280927043300575,-0.82625786693413,-0.8244275864533908,-0.822601833715744,-0.8207805798139922,-0.8189637961026054,-0.8171514541945416,-0.8153435259581134,-0.8135399835139026,-0.8117407992317214,-0.8099459457276186,-0.8081553958609313,-0.8063691227313785,-0.8045870996762017,-0.8028093002673429,-0.8010356983086688,-0.7992662678332332,-0.7975009831005794,-0.7957398185940844,-0.7939827490183393,-0.7922297492965694,-0.7904807945680905,-0.788735860185804,-0.7869949217137248,-0.7852579549245483,-0.7835249357972506,-0.781795840514722,-0.7800706454614366,-0.7783493272211526,-0.7766318625746479,-0.7749182284974844,-0.7732084021578063,-0.7715023609141696,-0.769800082313399,-0.7681015440884789,-0.7664067241564697,-0.7647156006164568,-0.7630281517475247,-0.7613443560067616,-0.7596641920272905,-0.7579876386163267,-0.7563146747532634,-0.754645279587782,-0.7529794324379898,-0.7513171127885807,-0.7496583002890232,-0.7480029747517719,-0.746351116150502,-0.7447027046183703,-0.7430577204462963,-0.7414161440812689,-0.7397779561246741,-0.7381431373306451,-0.7365116686044361,-0.7348835310008142,-0.7332587057224764,-0.731637174118484,-0.73001891768272,-0.7284039180523654,-0.7267921570063957,-0.7251836164640977,-0.7235782784836037,-0.7219761252604475,-0.7203771391261358,-0.7187813025467409,-0.7171885981215096,-0.7155990085814913,-0.7140125167881819,-0.7124291057321869,-0.7108487585319007,-0.7092714584322016,-0.7076971888031658,-0.7061259331387949,-0.7045576750557616,-0.7029923982921695,-0.7014300867063297,-0.6998707242755524,-0.6983142950949522,-0.6967607833762715,-0.6952101734467135,-0.6936624497477957,-0.6921175968342118,-0.6905755993727115,-0.6890364421409931,-0.687500110026608,-0.6859665880258814,-0.6844358612428433,-0.6829079148881749,-0.6813827342781668,-0.6798603048336883,-0.6783406120791731,-0.6768236416416121,-0.6753093792495632,-0.6737978107321689,-0.6722889220181887,-0.6707826991350408,-0.669279128207857,-0.6677781954585479,-0.6662798872048785,-0.6647841898595566,-0.6632910899293297,-0.6618005740140949,-0.6603126288060168,-0.6588272410886574,-0.6573443977361162,-0.6558640857121789,-0.6543862920694774,-0.6529110039486588,-0.6514382085775643,-0.6499678932704175,-0.6485000454270223,-0.6470346525319691,-0.6455717021538511,-0.6441111819444896,-0.6426530796381668,-0.6411973830508696,-0.6397440800795389,-0.638293158701331,-0.6368446069728839,-0.6353984130295943,-0.6339545650849023,-0.6325130514295823,-0.6310738604310449,-0.6296369805326435,-0.6282024002529913,-0.6267701081852841,-0.6253400929966308,-0.6239123434273928,-0.622486848290528,-0.6210635964709459,-0.6196425769248648,-0.6182237786791812,-0.6168071908308422,-0.6153928025462266,-0.6139806030605327,-0.6125705816771719,-0.6111627277671701,-0.6097570307685738,-0.6083534801858653,-0.6069520655893808,-0.6055527766147377,-0.6041556029622671,-0.6027605343964512,-0.6013675607453685,-0.5999766719001436,-0.5985878578144042,-0.5972011085037418,-0.59581641404518,-0.5944337645766483,-0.5930531502964596,-0.591674561462796,-0.5902979883931968,-0.5889234214640555,-0.5875508511101185,-0.5861802678239911,-0.5848116621556492,-0.5834450247119533,-0.5820803461561709,-0.5807176172075011,-0.5793568286406062,-0.5779979712851464,-0.5766410360253205,-0.5752860137994105,-0.5739328955993315,-0.5725816724701864,-0.5712323355098234,-0.5698848758684008,-0.5685392847479528,-0.5671955534019638,-0.5658536731349431,-0.5645136353020056,-0.5631754313084584,-0.5618390526093874,-0.5605044907092526,-0.5591717371614837,-0.5578407835680828,-0.5565116215792285,-0.5551842428928853,-0.5538586392544173,-0.5525348024562039,-0.551212724337262,-0.5498923967828684,-0.5485738117241901,-0.5472569611379137,-0.5459418370458828,-0.5446284315147355,-0.5433167366555478,-0.5420067446234785,-0.5406984476174196,-0.5393918378796481,-0.5380869076954827,-0.5367836493929434,-0.5354820553424136,-0.534182117956306,-0.5328838296887327,-0.5315871830351766,-0.5302921705321674,-0.5289987847569597,-0.5277070183272152,-0.5264168639006868,-0.5251283141749065,-0.523841361886876,-0.5225559998127604,-0.521272220767584,-0.5199900176049302,-0.5187093832166436,-0.5174303105325342,-0.5161527925200855,-0.5148768221841654,-0.5136023925667381,-0.5123294967465807,-0.5110581278390015,-0.5097882789955606,-0.5085199434037935,-0.5072531142869381,-0.5059877849036619,-0.5047239485477943,-0.5034615985480595,-0.5022007282678128,-0.5009413311047792,-0.4996834004907942,-0.49842692989154624,-0.49717191280632345,-0.4959183427677606,-0.4946662133415893,-0.4934155181263908,-0.49216625075335,-0.490918404886013,-0.4896719742200452,-0.48842695248299306,-0.4871833334340472,-0.48594111086380765,-0.48470027859405174,-0.48346083047750316,-0.4822227603976037,-0.48098606226828733,-0.47975073003375485,-0.47851675766825247,-0.477284139175851,-0.47605286859022683,-0.47482293997444613,-0.4735943474207499,-0.47236708505034075,-0.47114114701317245,-0.4699165274877406,-0.4686932206808754,-0.46747122082753556,-0.46625052219060564,-0.46503111906069317,-0.46381300575592876,-0.46259617662176755,-0.4613806260307925,-0.4601663483825191,-0.4589533381032017,-0.45774158964564243,-0.4565310974890004,-0.4553218561386033,-0.4541138601257605,-0.45290710400757767,-0.451701582366773,-0.45049728981149506,-0.4492942209751417,-0.44809237051618134,-0.446891733117975,-0.4456923034886,-0.4444940763606759,-0.44329704649119017,-0.4421012086613273,-0.4409065576762978,-0.43971308836516954,-0.4385207955807002,-0.4373296741991707,-0.436139719120221,-0.43495092526668583,-0.4337632875844334,-0.43257680104220386,-0.43139146063145034,-0.4302072613661806,-0.42902419828280003,-0.42784226643995643,-0.426661460918385,-0.425481776820756,-0.4243032092715223,-0.42312575341676917,-0.4219494044240645,-0.42077415748231106,-0.4196000078015989,-0.4184269506130602,-0.41725498116872384,-0.41608409474137276,-0.41491428662440066,-0.41374555213167136,-0.4125778865973785,-0.4114112853759068,-0.41024574384169377,-0.40908125738909296,-0.4079178214322386,-0.4067554314049102,-0.4055940827604,-0.4044337709713792,-0.40327449152976763,-0.4021162399466021,-0.4009590117519079,-0.3998028024945698,-0.39864760774220453,-0.39749342308103447,-0.3963402441157623,-0.3951880664694462,-0.39403688578337626,-0.392886697716952,-0.3917374979475606,-0.390589282170456,-0.3894420460986395,-0.3882957854627404,-0.38715049601089807,-0.3860061735086451,-0.3848628137387907,-0.3837204125013058,-0.38257896561320787,-0.3814384689084482,-0.3802989182377984,-0.3791603094687388,-0.37802263848534756,-0.3768859011881901,-0.37575009349420974,-0.37461521133661935,-0.37348125066479315,-0.37234820744416025,-0.37121607765609793,-0.3700848572978267,-0.3689545423823051,-0.36782512893812636,-0.36669661300941514,-0.3655689906557251,-0.3644422579519374,-0.36331641098815975,-0.36219144586962637,-0.3610673587165988,-0.35994414566426675,-0.3588218028626507,-0.3577003264765043,-0.35657971268521793,-0.3554599576827229,-0.35434105767739643,-0.3532230088919668,-0.3521058075634201,-0.3509894499429066,-0.3498739322956487,-0.34875925090084875,-0.3476454020515984,-0.3465323820547876,-0.34542018723101514,-0.3443088139144993,-0.34319825845298907,-0.34208851720767663,-0.34097958655310956,-0.3398714628771043,-0.33876414258066007,-0.3376576220778733,-0.3365518977958527,-0.3354469661746349,-0.33434282366710066,-0.333239466738892,-0.33213689186832906,-0.33103509554632854,-0.3299340742763221,-0.3288338245741753,-0.3277343429681076,-0.3266356259986122,-0.32553767021837693,-0.3244404721922055,-0.32334402849693966,-0.3222483357213809,-0.3211533904662139,-0.3200591893439296,-0.31896572897874925,-0.31787300600654894,-0.31678101707478434,-0.3156897588424161,-0.31459922797983597,-0.31350942116879316,-0.31242033510232126,-0.31133196648466566,-0.3102443120312114,-0.3091573684684114,-0.30807113253371554,-0.30698560097549993,-0.30590077055299647,-0.3048166380362232,-0.3037332002059152,-0.3026504538534553,-0.30156839578080596,-0.3004870228004411,-0.29940633173527886,-0.29832631941861426,-0.2972469826940526,-0.29616831841544317,-0.29509032344681363,-0.29401299466230446,-0.29293632894610405,-0.291860323192384,-0.2907849743052352,-0.289710279198604,-0.28863623479622885,-0.28756283803157745,-0.2864900858477841,-0.2854179751975877,-0.2843465030432697,-0.2832756663565931,-0.2822054621187414,-0.28113588732025785,-0.28006693896098517,-0.2789986140500059,-0.277930909605583,-0.2768638226551001,-0.27579735023500374,-0.27473148939074415,-0.2736662371767177,-0.27260159065620876,-0.2715375469013331,-0.2704741029929801,-0.2694112560207565,-0.26834900308293036,-0.2672873412863746,-0.26622626774651176,-0.2651657795872585,-0.2641058739409709,-0.26304654794838955,-0.2619877987585854,-0.2609296235289058,-0.25987201942492083,-0.25881498362037,-0.2577585132971091,-0.25670260564505765,-0.2556472578621464,-0.25459246715426537,-0.25353823073521176,-0.25248454582663893,-0.25143140965800453,-0.2503788194665205,-0.2493267724971017,-0.24827526600231598,-0.24722429724233402,-0.24617386348487974,-0.2451239620051807,-0.24407459008591892,-0.2430257450171823,-0.24197742409641557,-0.24092962462837225,-0.23988234392506647,-0.23883557930572516,-0.23778932809674064,-0.2367435876316233,-0.23569835525095434,-0.2346536283023396,-0.23360940414036263,-0.23256568012653844,-0.2315224536292679,-0.23047972202379166,-0.22943748269214484,-0.22839573302311184,-0.22735447041218126,-0.22631369226150128,-0.2252733959798351,-0.2242335789825166,-0.22319423869140664,-0.22215537253484896,-0.2211169779476267,-0.22007905237091918,-0.21904159325225883,-0.21800459804548827,-0.21696806421071763,-0.21593198921428228,-0.21489637052870048,-0.21386120563263167,-0.21282649201083434,-0.2117922271541249,-0.21075840855933614,-0.20972503372927612,-0.20869210017268736,-0.20765960540420614,-0.20662754694432206,-0.20559592231933754,-0.20456472906132814,-0.2035339647081023,-0.20250362680316208,-0.20147371289566324,-0.20044422054037628,-0.19941514729764737,-0.1983864907333593,-0.1973582484188928,-0.1963304179310883,-0.19530299685220728,-0.19427598276989433,-0.19324937327713917,-0.19222316597223896,-0.19119735845876054,-0.19017194834550324,-0.1891469332464616,-0.18812231078078825,-0.18709807857275715,-0.18607423425172684,-0.18505077545210397,-0.18402769981330697,-0.18300500497972974,-0.1819826886007058,-0.1809607483304725,-0.17993918182813504,-0.1789179867576313,-0.1778971607876963,-0.17687670159182714,-0.17585660684824778,-0.1748368742398744,-0.17381750145428057,-0.17279848618366264,-0.17177982612480547,-0.17076151897904807,-0.16974356245224959,-0.16872595425475526,-0.16770869210136272,-0.1666917737112883,-0.16567519680813353,-0.16465895911985168,-0.16364305837871473,-0.16262749232128018,-0.16161225868835816,-0.16059735522497845,-0.15958277968035817,-0.15856852980786898,-0.15755460336500476,-0.15654099811334946,-0.15552771181854486,-0.15451474225025863,-0.1535020871821525,-0.15248974439185053,-0.15147771166090748,-0.1504659867747774,-0.1494545675227822,-0.14844345169808054,-0.14743263709763668,-0.1464221215221895,-0.14541190277622168,-0.14440197866792895,-0.14339234700918954,-0.14238300561553358,-0.14137395230611277,-0.14036518490367023,-0.13935670123451027,-0.13834849912846822,-0.13734057641888087,-0.13633293094255622,-0.13532556053974418,-0.13431846305410672,-0.13331163633268855,-0.13230507822588777,-0.13129878658742627,-0.13029275927432116,-0.12928699414685513,-0.1282814890685479,-0.12727624190612713,-0.1262712505294999,-0.1252665128117238,-0.1242620266289786,-0.12325778986053766,-0.12225380038873969,-0.12125005609896035,-0.12024655487958426,-0.11924329462197678,-0.1182402732204561,-0.1172374885722654,-0.11623493857754494,-0.11523262113930446,-0.11423053416339558,-0.11322867555848418,-0.112227043236023,-0.11122563511022439,-0.11022444909803283,-0.10922348311909802,-0.10822273509574752,-0.10722220295295999,-0.10622188461833797,-0.10522177802208134,-0.10422188109696028,-0.10322219177828874,-0.10222270800389782,-0.10122342771410911,-0.10022434885170839,-0.09922546936191913,-0.09822678719237621,-0.09722830029309974,-0.09623000661646883,-0.09523190411719548,-0.09423399075229869,-0.09323626448107837,-0.0922387232650895,-0.09124136506811638,-0.09024418785614682,-0.08924718959734651,-0.08825036826203334,-0.08725372182265195,-0.0862572482537482,-0.08526094553194373,-0.08426481163591068,-0.08326884454634631,-0.0822730422459479,-0.0812774027193874,-0.08028192395328648,-0.07928660393619141,-0.07829144065854811,-0.0772964321126771,-0.07630157629274881,-0.07530687119475858,-0.07431231481650202,-0.07331790515755021,-0.07232364021922506,-0.07132951800457477,-0.07033553651834917,-0.06934169376697534,-0.06834798775853299,-0.06735441650273022,-0.06636097801087906,-0.06536767029587123,-0.06437449137215379,-0.06338143925570505,-0.062388511964010296,-0.0613957075160377,-0.06040302393221425,-0.05941045923440175,-0.05841801144587274,-0.057425678591286625,-0.05643345869666571,-0.05544134978937138,-0.05444934989808025,-0.05345745705276035,-0.05246566928464743,-0.05147398462622119,-0.05048240111118165,-0.04949091677442546,-0.04849952965202235,-0.047508237781191544,-0.04651703920027815,-0.04552593194872981,-0.044534914067073064,-0.043543983596890046,-0.04255313858079501,-0.04156237706241092,-0.040571697086346226,-0.039581096698171406,-0.03859057394439578,-0.03760012687244419,-0.03660975353063381,-0.03561945196815088,-0.03462922023502761,-0.033639056382118934,-0.03264895846107942,-0.0316589245243402,-0.030668952625085778,-0.029679040817231085,-0.028689187155398362,-0.02769938969489415,-0.026709646491686317,-0.025719955602381044,-0.024730315084199872,-0.023740722994956776,-0.02275117739303521,-0.02176167633736521,-0.020772217887400492,-0.019782800103095598,-0.018793421044882987,-0.01780407877365023,-0.016814771350717135,-0.015825496837812952,-0.014836253297053542,-0.01384703879091859,-0.0128578513822288,-0.011868689134123131,-0.010879550110036005,-0.009890432373674566,-0.008901333988995919,-0.007912253020184373,-0.006923187531628715,-0.005934135587899466,-0.0049450952537261565,-0.003956064593974605,-0.0029670416736241913,-0.001978024557745141,-0.0009890113114758166,0.0,0.0009890113114758166,0.001978024557745141,0.0029670416736241913,0.003956064593974605,0.0049450952537261565,0.005934135587899466,0.006923187531628715,0.007912253020184373,0.008901333988995919,0.009890432373674566,0.010879550110036005,0.011868689134123131,0.0128578513822288,0.01384703879091859,0.014836253297053542,0.015825496837812952,0.016814771350717135,0.01780407877365023,0.018793421044882987,0.019782800103095598,0.020772217887400492,0.02176167633736521,0.02275117739303521,0.023740722994956776,0.024730315084199872,0.025719955602381044,0.026709646491686317,0.02769938969489415,0.028689187155398362,0.029679040817231085,0.030668952625085778,0.0316589245243402,0.03264895846107942,0.033639056382118934,0.03462922023502761,0.03561945196815088,0.03660975353063381,0.03760012687244419,0.03859057394439578,0.039581096698171406,0.040571697086346226,0.04156237706241092,0.04255313858079501,0.043543983596890046,0.044534914067073064,0.04552593194872981,0.04651703920027815,0.047508237781191544,0.04849952965202235,0.04949091677442546,0.05048240111118165,0.05147398462622119,0.05246566928464743,0.05345745705276035,0.05444934989808025,0.05544134978937138,0.05643345869666571,0.057425678591286625,0.05841801144587274,0.05941045923440175,0.06040302393221425,0.0613957075160377,0.062388511964010296,0.06338143925570505,0.06437449137215379,0.06536767029587123,0.06636097801087906,0.06735441650273022,0.06834798775853299,0.06934169376697534,0.07033553651834917,0.07132951800457477,0.07232364021922506,0.07331790515755021,0.07431231481650202,0.07530687119475858,0.07630157629274881,0.0772964321126771,0.07829144065854811,0.07928660393619141,0.08028192395328648,0.0812774027193874,0.0822730422459479,0.08326884454634631,0.08426481163591068,0.08526094553194373,0.0862572482537482,0.08725372182265195,0.08825036826203334,0.08924718959734651,0.09024418785614682,0.09124136506811638,0.0922387232650895,0.09323626448107837,0.09423399075229869,0.09523190411719548,0.09623000661646883,0.09722830029309974,0.09822678719237621,0.09922546936191913,0.10022434885170839,0.10122342771410911,0.10222270800389782,0.10322219177828874,0.10422188109696028,0.10522177802208134,0.10622188461833797,0.10722220295295999,0.10822273509574752,0.10922348311909802,0.11022444909803283,0.11122563511022439,0.112227043236023,0.11322867555848418,0.11423053416339558,0.11523262113930446,0.11623493857754494,0.1172374885722654,0.1182402732204561,0.11924329462197678,0.12024655487958426,0.12125005609896035,0.12225380038873969,0.12325778986053766,0.1242620266289786,0.1252665128117238,0.1262712505294999,0.12727624190612713,0.1282814890685479,0.12928699414685513,0.13029275927432116,0.13129878658742627,0.13230507822588777,0.13331163633268855,0.13431846305410672,0.13532556053974418,0.13633293094255622,0.13734057641888087,0.13834849912846822,0.13935670123451027,0.14036518490367023,0.14137395230611277,0.14238300561553358,0.14339234700918954,0.14440197866792895,0.14541190277622168,0.1464221215221895,0.14743263709763668,0.14844345169808054,0.1494545675227822,0.1504659867747774,0.15147771166090748,0.15248974439185053,0.1535020871821525,0.15451474225025863,0.15552771181854486,0.15654099811334946,0.15755460336500476,0.15856852980786898,0.15958277968035817,0.16059735522497845,0.16161225868835816,0.16262749232128018,0.16364305837871473,0.16465895911985168,0.16567519680813353,0.1666917737112883,0.16770869210136272,0.16872595425475526,0.16974356245224959,0.17076151897904807,0.17177982612480547,0.17279848618366264,0.17381750145428057,0.1748368742398744,0.17585660684824778,0.17687670159182714,0.1778971607876963,0.1789179867576313,0.17993918182813504,0.1809607483304725,0.1819826886007058,0.18300500497972974,0.18402769981330697,0.18505077545210397,0.18607423425172684,0.18709807857275715,0.18812231078078825,0.1891469332464616,0.19017194834550324,0.19119735845876054,0.19222316597223896,0.19324937327713917,0.19427598276989433,0.19530299685220728,0.1963304179310883,0.1973582484188928,0.1983864907333593,0.19941514729764737,0.20044422054037628,0.20147371289566324,0.20250362680316208,0.2035339647081023,0.20456472906132814,0.20559592231933754,0.20662754694432206,0.20765960540420614,0.20869210017268736,0.20972503372927612,0.21075840855933614,0.2117922271541249,0.21282649201083434,0.21386120563263167,0.21489637052870048,0.21593198921428228,0.21696806421071763,0.21800459804548827,0.21904159325225883,0.22007905237091918,0.2211169779476267,0.22215537253484896,0.22319423869140664,0.2242335789825166,0.2252733959798351,0.22631369226150128,0.22735447041218126,0.22839573302311184,0.22943748269214484,0.23047972202379166,0.2315224536292679,0.23256568012653844,0.23360940414036263,0.2346536283023396,0.23569835525095434,0.2367435876316233,0.23778932809674064,0.23883557930572516,0.23988234392506647,0.24092962462837225,0.24197742409641557,0.2430257450171823,0.24407459008591892,0.2451239620051807,0.24617386348487974,0.24722429724233402,0.24827526600231598,0.2493267724971017,0.2503788194665205,0.25143140965800453,0.25248454582663893,0.25353823073521176,0.25459246715426537,0.2556472578621464,0.25670260564505765,0.2577585132971091,0.25881498362037,0.25987201942492083,0.2609296235289058,0.2619877987585854,0.26304654794838955,0.2641058739409709,0.2651657795872585,0.26622626774651176,0.2672873412863746,0.26834900308293036,0.2694112560207565,0.2704741029929801,0.2715375469013331,0.27260159065620876,0.2736662371767177,0.27473148939074415,0.27579735023500374,0.2768638226551001,0.277930909605583,0.2789986140500059,0.28006693896098517,0.28113588732025785,0.2822054621187414,0.2832756663565931,0.2843465030432697,0.2854179751975877,0.2864900858477841,0.28756283803157745,0.28863623479622885,0.289710279198604,0.2907849743052352,0.291860323192384,0.29293632894610405,0.29401299466230446,0.29509032344681363,0.29616831841544317,0.2972469826940526,0.29832631941861426,0.29940633173527886,0.3004870228004411,0.30156839578080596,0.3026504538534553,0.3037332002059152,0.3048166380362232,0.30590077055299647,0.30698560097549993,0.30807113253371554,0.3091573684684114,0.3102443120312114,0.31133196648466566,0.31242033510232126,0.31350942116879316,0.31459922797983597,0.3156897588424161,0.31678101707478434,0.31787300600654894,0.31896572897874925,0.3200591893439296,0.3211533904662139,0.3222483357213809,0.32334402849693966,0.3244404721922055,0.32553767021837693,0.3266356259986122,0.3277343429681076,0.3288338245741753,0.3299340742763221,0.33103509554632854,0.33213689186832906,0.333239466738892,0.33434282366710066,0.3354469661746349,0.3365518977958527,0.3376576220778733,0.33876414258066007,0.3398714628771043,0.34097958655310956,0.34208851720767663,0.34319825845298907,0.3443088139144993,0.34542018723101514,0.3465323820547876,0.3476454020515984,0.34875925090084875,0.3498739322956487,0.3509894499429066,0.3521058075634201,0.3532230088919668,0.35434105767739643,0.3554599576827229,0.35657971268521793,0.3577003264765043,0.3588218028626507,0.35994414566426675,0.3610673587165988,0.36219144586962637,0.36331641098815975,0.3644422579519374,0.3655689906557251,0.36669661300941514,0.36782512893812636,0.3689545423823051,0.3700848572978267,0.37121607765609793,0.37234820744416025,0.37348125066479315,0.37461521133661935,0.37575009349420974,0.3768859011881901,0.37802263848534756,0.3791603094687388,0.3802989182377984,0.3814384689084482,0.38257896561320787,0.3837204125013058,0.3848628137387907,0.3860061735086451,0.38715049601089807,0.3882957854627404,0.3894420460986395,0.390589282170456,0.3917374979475606,0.392886697716952,0.39403688578337626,0.3951880664694462,0.3963402441157623,0.39749342308103447,0.39864760774220453,0.3998028024945698,0.4009590117519079,0.4021162399466021,0.40327449152976763,0.4044337709713792,0.4055940827604,0.4067554314049102,0.4079178214322386,0.40908125738909296,0.41024574384169377,0.4114112853759068,0.4125778865973785,0.41374555213167136,0.41491428662440066,0.41608409474137276,0.41725498116872384,0.4184269506130602,0.4196000078015989,0.42077415748231106,0.4219494044240645,0.42312575341676917,0.4243032092715223,0.425481776820756,0.426661460918385,0.42784226643995643,0.42902419828280003,0.4302072613661806,0.43139146063145034,0.43257680104220386,0.4337632875844334,0.43495092526668583,0.436139719120221,0.4373296741991707,0.4385207955807002,0.43971308836516954,0.4409065576762978,0.4421012086613273,0.44329704649119017,0.4444940763606759,0.4456923034886,0.446891733117975,0.44809237051618134,0.4492942209751417,0.45049728981149506,0.451701582366773,0.45290710400757767,0.4541138601257605,0.4553218561386033,0.4565310974890004,0.45774158964564243,0.4589533381032017,0.4601663483825191,0.4613806260307925,0.46259617662176755,0.46381300575592876,0.46503111906069317,0.46625052219060564,0.46747122082753556,0.4686932206808754,0.4699165274877406,0.47114114701317245,0.47236708505034075,0.4735943474207499,0.47482293997444613,0.47605286859022683,0.477284139175851,0.47851675766825247,0.47975073003375485,0.48098606226828733,0.4822227603976037,0.48346083047750316,0.48470027859405174,0.48594111086380765,0.4871833334340472,0.48842695248299306,0.4896719742200452,0.490918404886013,0.49216625075335,0.4934155181263908,0.4946662133415893,0.4959183427677606,0.49717191280632345,0.49842692989154624,0.4996834004907942,0.5009413311047792,0.5022007282678128,0.5034615985480595,0.5047239485477943,0.5059877849036619,0.5072531142869381,0.5085199434037935,0.5097882789955606,0.5110581278390015,0.5123294967465807,0.5136023925667381,0.5148768221841654,0.5161527925200855,0.5174303105325342,0.5187093832166436,0.5199900176049302,0.521272220767584,0.5225559998127604,0.523841361886876,0.5251283141749065,0.5264168639006868,0.5277070183272152,0.5289987847569597,0.5302921705321674,0.5315871830351766,0.5328838296887327,0.534182117956306,0.5354820553424136,0.5367836493929434,0.5380869076954827,0.5393918378796481,0.5406984476174196,0.5420067446234785,0.5433167366555478,0.5446284315147355,0.5459418370458828,0.5472569611379137,0.5485738117241901,0.5498923967828684,0.551212724337262,0.5525348024562039,0.5538586392544173,0.5551842428928853,0.5565116215792285,0.5578407835680828,0.5591717371614837,0.5605044907092526,0.5618390526093874,0.5631754313084584,0.5645136353020056,0.5658536731349431,0.5671955534019638,0.5685392847479528,0.5698848758684008,0.5712323355098234,0.5725816724701864,0.5739328955993315,0.5752860137994105,0.5766410360253205,0.5779979712851464,0.5793568286406062,0.5807176172075011,0.5820803461561709,0.5834450247119533,0.5848116621556492,0.5861802678239911,0.5875508511101185,0.5889234214640555,0.5902979883931968,0.591674561462796,0.5930531502964596,0.5944337645766483,0.59581641404518,0.5972011085037418,0.5985878578144042,0.5999766719001436,0.6013675607453685,0.6027605343964512,0.6041556029622671,0.6055527766147377,0.6069520655893808,0.6083534801858653,0.6097570307685738,0.6111627277671701,0.6125705816771719,0.6139806030605327,0.6153928025462266,0.6168071908308422,0.6182237786791812,0.6196425769248648,0.6210635964709459,0.622486848290528,0.6239123434273928,0.6253400929966308,0.6267701081852841,0.6282024002529913,0.6296369805326435,0.6310738604310449,0.6325130514295823,0.6339545650849023,0.6353984130295943,0.6368446069728839,0.638293158701331,0.6397440800795389,0.6411973830508696,0.6426530796381668,0.6441111819444896,0.6455717021538511,0.6470346525319691,0.6485000454270223,0.6499678932704175,0.6514382085775643,0.6529110039486588,0.6543862920694774,0.6558640857121789,0.6573443977361162,0.6588272410886574,0.6603126288060168,0.6618005740140949,0.6632910899293297,0.6647841898595566,0.6662798872048785,0.6677781954585479,0.669279128207857,0.6707826991350408,0.6722889220181887,0.6737978107321689,0.6753093792495632,0.6768236416416121,0.6783406120791731,0.6798603048336883,0.6813827342781668,0.6829079148881749,0.6844358612428433,0.6859665880258814,0.687500110026608,0.6890364421409931,0.6905755993727115,0.6921175968342118,0.6936624497477957,0.6952101734467135,0.6967607833762715,0.6983142950949522,0.6998707242755524,0.7014300867063297,0.7029923982921695,0.7045576750557616,0.7061259331387949,0.7076971888031658,0.7092714584322016,0.7108487585319007,0.7124291057321869,0.7140125167881819,0.7155990085814913,0.7171885981215096,0.7187813025467409,0.7203771391261358,0.7219761252604475,0.7235782784836037,0.7251836164640977,0.7267921570063957,0.7284039180523654,0.73001891768272,0.731637174118484,0.7332587057224764,0.7348835310008142,0.7365116686044361,0.7381431373306451,0.7397779561246741,0.7414161440812689,0.7430577204462963,0.7447027046183703,0.746351116150502,0.7480029747517719,0.7496583002890232,0.7513171127885807,0.7529794324379898,0.754645279587782,0.7563146747532634,0.7579876386163267,0.7596641920272905,0.7613443560067616,0.7630281517475247,0.7647156006164568,0.7664067241564697,0.7681015440884789,0.769800082313399,0.7715023609141696,0.7732084021578063,0.7749182284974844,0.7766318625746479,0.7783493272211526,0.7800706454614366,0.781795840514722,0.7835249357972506,0.7852579549245483,0.7869949217137248,0.788735860185804,0.7904807945680905,0.7922297492965694,0.7939827490183393,0.7957398185940844,0.7975009831005794,0.7992662678332332,0.8010356983086688,0.8028093002673429,0.8045870996762017,0.8063691227313785,0.8081553958609313,0.8099459457276186,0.8117407992317214,0.8135399835139026,0.8153435259581134,0.8171514541945416,0.8189637961026054,0.8207805798139922,0.822601833715744,0.8244275864533908,0.82625786693413,0.8280927043300575,0.8299321280814468,0.8317761679000789,0.8336248537726259,0.8354782159640837,0.8373362850212636,0.8391990917763323,0.8410666673504146,0.8429390431572457,0.8448162509068886,0.8466983226095046,0.8485852905791867,0.8504771874378553,0.8523740461192126,0.8542758998727658,0.8561827822679097,0.8580947271980807,0.8600117688849744,0.8619339418828336,0.8638612810828065,0.8657938217173757,0.8677315993648615,0.8696746499539973,0.8716230097685838,0.8735767154522176,0.8755358040131006,0.87750031282893,0.8794702796518685,0.8814457426136015,0.8834267402304757,0.8854133114087293,0.8874054954498078,0.8894033320557717,0.8914068613347984,0.8934161238067759,0.8954311604089964,0.8974520125019446,0.8994787218751907,0.9015113307533829,0.9035498818023469,0.9055944181352918,0.9076449833191245,0.9097016213808777,0.9117643768142503,0.9138332945862654,0.9159084201440465,0.9179897994217163,0.9200774788474191,0.9221715053504693,0.9242719263686322,0.9263787898555333,0.9284921442882078,0.9306120386747838,0.9327385225623112,0.9348716460447318,0.9370114597709986,0.9391580149533476,0.9413113633757209,0.9434715574023513,0.9456386499865055,0.9478126946793946,0.9499937456392528,0.9521818576405877,0.954377086083611,0.956579487003845,0.958789117081919,0.9610060336535512,0.9632302947197277,0.9654619589570771,0.967701085728449,0.9699477350937014,0.9722019678206979,0.9744638453965266,0.9767334300389372,0.9790107847080107,0.9812959731180605,0.9835890597497716,0.9858901098625892,0.9881991895073529,0.9905163655391939,0.99284170563069,0.9951752782852963,0.9975171528510473,0.9998673995345466,1.0022260894152462,1.0045932944600209,1.006969087538054,1.0093535424360296,1.0117467338736517,1.0141487375194873,1.0165596300071529,1.0189794889518418,1.0214083929672104,1.023846421682628,1.0262936557607991,1.0287501769157734,1.0312160679313438,1.0336914126798542,1.0361762961414192,1.0386708044235693,1.041175024781337,1.043689045637786,1.0462129566050091,1.048746848505592,1.051290813394569,1.0538449445818785,1.0564093366553267,1.0589840855040857,1.0615692883427295,1.0641650437358303,1.066771451623124,1.0693886133452697,1.0720166316702109,1.0746556108201608,1.0773056564992303,1.0799668759217103,1.0826393778410381,1.085323272579455,1.0880186720583875,1.0907256898295625,1.0934444411068849,1.0961750427990993,1.0989176135432543,1.1016722737390021,1.1044391455837448,1.1072183531086701,1.110010022215689,1.1128142807153063,1.1156312583654615,1.1184610869113534,1.121303900126297,1.1241598338536258,1.1270290260496927,1.1299116168279821,1.1328077485043873,1.1357175656436789,1.1386412151072027,1.1415788461018546,1.14453061023036,1.1474966615429167,1.1504771565902265,1.153472254477981,1.1564821169228308,1.1595069083099,1.1625467957518947,1.165601949149849,1.168672541255583,1.1717587477359077,1.1748607472386565,1.1779787214605921,1.181112855217257,1.184263336514841,1.187430356624124,1.1906141101565795,1.193814795142702,1.1970326131126496,1.2002677691792734,1.2035204721236257,1.2067909344830352,1.2100793726418384,1.2133860069248716,1.2167110616938142,1.2200547654464993,1.2234173509192963,1.2267990551926755,1.230200119800089,1.2336207908402739,1.2370613190931274,1.2405219601392734,1.2440029744834773,1.2475046276820483,1.2510271904743893,1.2545709389188588,1.25813615453311,1.2617231244390934,1.2653321415129002,1.2689635045396532,1.272617518373638,1.2762944941039014,1.2799947492255328,1.2837186078168668,1.28746640072286,1.2912384657448919,1.2950351478372721,1.2988567993107312,1.3027037800432029,1.3065764576982082,1.3104752079511734,1.314400414724035,1.31835247042849,1.3223317762182871,1.3263387422509547,1.3303737879594002,1.3344373423338274,1.3385298442144435,1.3426517425954647,1.3468034969409328,1.350985577512914,1.3551984657126521,1.3594426544353078,1.3637186484389285,1.3680269647283432,1.3723681329547164,1.3767426958315248,1.3811512095677854,1.3855942443193856,1.3900723846594505,1.3945862300686969,1.3991363954468192,1.4037235116459936,1.4083482260276519,1.4130112030437671,1.4177131248439423,1.4224546919097034,1.4272366237174614,1.4320596594317168,1.4369245586301822,1.4418321020625915,1.4467830924451057,1.451778355292323,1.4568187397890637,1.4619051197042214,1.467038394349152,1.4722194895832204,1.4774493588693196,1.4827289843823832,1.4880593781740954,1.4934415833972754,1.4988766755936223,1.504365764048815,1.5099099932192248,1.5155105442348349,1.5211686364833144,1.526885529280542,1.5326625236333282,1.5385009641004859,1.5444022407589304,1.550367791281988,1.5563991031376887,1.5624977159154652,1.568665223790343,1.5749032781345118,1.5812135902869628,1.5875979344928324,1.5940581510250689,1.6005961495021719,1.6072139124169775,1.6139134988927892,1.6206970486846812,1.6275667864454124,1.634525026277252,1.641574176593005,1.6487167453117997,1.6559553454176952,1.6632927009119203,1.670731653192706,1.6782751679000762,1.6859263422668973,1.6936884130217615,1.7015647648941958,1.709558939778135,1.7176746466157446,1.7259157720706537,1.734286392067463,1.742790784283321,1.7514334416873865,1.7602190872354797,1.7691526898402579,1.7782394817521017,1.7874849775029793,1.7968949945850035,1.8064756760578964,1.8162335153053546,1.8261753831902146,1.8363085578928344,1.8466407577572868,1.8571801775167085,1.8679355283237267,1.8789160820759292,1.89013172060149,1.9015929903588356,1.91331116340916,1.925298305545336,1.9375673526094583,1.950132196209193,1.9630077802571364,1.9762102100155925,1.9897568756425414,2.0036665926162356,2.0179597618834793,2.032658553152333,2.04778711546274,2.063371820056414,2.0794415416798357,2.0960279858578623,2.113166071458426,2.1308943801508775,2.149255687304311,2.16829759270173,2.1880732744730174,2.2086423963123685,2.2300722069689156,2.2524388830831064,2.275829183004757,2.300342502230495,2.3260934534985425,2.3532151409317197,2.381863365070408,2.41222209564549,2.444510700326696,2.4789936521885223,2.5159938114158242,2.5559109868960577,2.599248515632915,2.6466524123622457],"x":[-0.99,-0.989010989010989,-0.988021978021978,-0.9870329670329671,-0.986043956043956,-0.9850549450549451,-0.984065934065934,-0.9830769230769231,-0.9820879120879121,-0.9810989010989011,-0.9801098901098901,-0.9791208791208791,-0.9781318681318681,-0.9771428571428571,-0.9761538461538461,-0.9751648351648352,-0.9741758241758242,-0.9731868131868132,-0.9721978021978022,-0.9712087912087912,-0.9702197802197802,-0.9692307692307692,-0.9682417582417583,-0.9672527472527472,-0.9662637362637363,-0.9652747252747252,-0.9642857142857143,-0.9632967032967032,-0.9623076923076923,-0.9613186813186814,-0.9603296703296703,-0.9593406593406594,-0.9583516483516483,-0.9573626373626374,-0.9563736263736263,-0.9553846153846154,-0.9543956043956044,-0.9534065934065934,-0.9524175824175825,-0.9514285714285714,-0.9504395604395605,-0.9494505494505494,-0.9484615384615385,-0.9474725274725275,-0.9464835164835165,-0.9454945054945055,-0.9445054945054945,-0.9435164835164835,-0.9425274725274725,-0.9415384615384615,-0.9405494505494505,-0.9395604395604396,-0.9385714285714286,-0.9375824175824176,-0.9365934065934066,-0.9356043956043956,-0.9346153846153846,-0.9336263736263736,-0.9326373626373626,-0.9316483516483517,-0.9306593406593406,-0.9296703296703297,-0.9286813186813186,-0.9276923076923077,-0.9267032967032967,-0.9257142857142857,-0.9247252747252748,-0.9237362637362637,-0.9227472527472528,-0.9217582417582417,-0.9207692307692308,-0.9197802197802197,-0.9187912087912088,-0.9178021978021978,-0.9168131868131868,-0.9158241758241759,-0.9148351648351648,-0.9138461538461539,-0.9128571428571428,-0.9118681318681319,-0.9108791208791209,-0.9098901098901099,-0.9089010989010989,-0.9079120879120879,-0.9069230769230769,-0.9059340659340659,-0.904945054945055,-0.903956043956044,-0.902967032967033,-0.901978021978022,-0.900989010989011,-0.9,-0.899010989010989,-0.898021978021978,-0.8970329670329671,-0.896043956043956,-0.8950549450549451,-0.894065934065934,-0.8930769230769231,-0.892087912087912,-0.8910989010989011,-0.8901098901098901,-0.8891208791208791,-0.8881318681318682,-0.8871428571428571,-0.8861538461538462,-0.8851648351648351,-0.8841758241758242,-0.8831868131868131,-0.8821978021978022,-0.8812087912087913,-0.8802197802197802,-0.8792307692307693,-0.8782417582417582,-0.8772527472527473,-0.8762637362637362,-0.8752747252747253,-0.8742857142857143,-0.8732967032967033,-0.8723076923076923,-0.8713186813186813,-0.8703296703296703,-0.8693406593406593,-0.8683516483516484,-0.8673626373626374,-0.8663736263736264,-0.8653846153846154,-0.8643956043956044,-0.8634065934065934,-0.8624175824175824,-0.8614285714285714,-0.8604395604395605,-0.8594505494505494,-0.8584615384615385,-0.8574725274725274,-0.8564835164835165,-0.8554945054945055,-0.8545054945054945,-0.8535164835164836,-0.8525274725274725,-0.8515384615384616,-0.8505494505494505,-0.8495604395604396,-0.8485714285714285,-0.8475824175824176,-0.8465934065934065,-0.8456043956043956,-0.8446153846153847,-0.8436263736263736,-0.8426373626373627,-0.8416483516483516,-0.8406593406593407,-0.8396703296703296,-0.8386813186813187,-0.8376923076923077,-0.8367032967032967,-0.8357142857142857,-0.8347252747252747,-0.8337362637362637,-0.8327472527472527,-0.8317582417582418,-0.8307692307692308,-0.8297802197802198,-0.8287912087912088,-0.8278021978021978,-0.8268131868131868,-0.8258241758241758,-0.8248351648351648,-0.8238461538461539,-0.8228571428571428,-0.8218681318681319,-0.8208791208791208,-0.8198901098901099,-0.8189010989010989,-0.8179120879120879,-0.816923076923077,-0.8159340659340659,-0.814945054945055,-0.8139560439560439,-0.812967032967033,-0.8119780219780219,-0.810989010989011,-0.81,-0.809010989010989,-0.8080219780219781,-0.807032967032967,-0.8060439560439561,-0.805054945054945,-0.8040659340659341,-0.803076923076923,-0.8020879120879121,-0.8010989010989011,-0.8001098901098901,-0.7991208791208791,-0.7981318681318681,-0.7971428571428572,-0.7961538461538461,-0.7951648351648352,-0.7941758241758242,-0.7931868131868132,-0.7921978021978022,-0.7912087912087912,-0.7902197802197802,-0.7892307692307692,-0.7882417582417582,-0.7872527472527473,-0.7862637362637362,-0.7852747252747253,-0.7842857142857143,-0.7832967032967033,-0.7823076923076923,-0.7813186813186813,-0.7803296703296704,-0.7793406593406593,-0.7783516483516484,-0.7773626373626373,-0.7763736263736264,-0.7753846153846153,-0.7743956043956044,-0.7734065934065935,-0.7724175824175824,-0.7714285714285715,-0.7704395604395604,-0.7694505494505495,-0.7684615384615384,-0.7674725274725275,-0.7664835164835165,-0.7654945054945055,-0.7645054945054945,-0.7635164835164835,-0.7625274725274725,-0.7615384615384615,-0.7605494505494506,-0.7595604395604396,-0.7585714285714286,-0.7575824175824176,-0.7565934065934066,-0.7556043956043956,-0.7546153846153846,-0.7536263736263736,-0.7526373626373626,-0.7516483516483516,-0.7506593406593407,-0.7496703296703296,-0.7486813186813187,-0.7476923076923077,-0.7467032967032967,-0.7457142857142857,-0.7447252747252747,-0.7437362637362638,-0.7427472527472527,-0.7417582417582418,-0.7407692307692307,-0.7397802197802198,-0.7387912087912087,-0.7378021978021978,-0.7368131868131869,-0.7358241758241758,-0.7348351648351649,-0.7338461538461538,-0.7328571428571429,-0.7318681318681318,-0.7308791208791209,-0.7298901098901099,-0.7289010989010989,-0.727912087912088,-0.7269230769230769,-0.725934065934066,-0.7249450549450549,-0.723956043956044,-0.722967032967033,-0.721978021978022,-0.720989010989011,-0.72,-0.719010989010989,-0.718021978021978,-0.717032967032967,-0.7160439560439561,-0.715054945054945,-0.7140659340659341,-0.713076923076923,-0.7120879120879121,-0.7110989010989011,-0.7101098901098901,-0.7091208791208791,-0.7081318681318681,-0.7071428571428572,-0.7061538461538461,-0.7051648351648352,-0.7041758241758241,-0.7031868131868132,-0.7021978021978021,-0.7012087912087912,-0.7002197802197803,-0.6992307692307692,-0.6982417582417583,-0.6972527472527472,-0.6962637362637363,-0.6952747252747252,-0.6942857142857143,-0.6932967032967033,-0.6923076923076923,-0.6913186813186813,-0.6903296703296703,-0.6893406593406594,-0.6883516483516483,-0.6873626373626374,-0.6863736263736264,-0.6853846153846154,-0.6843956043956044,-0.6834065934065934,-0.6824175824175824,-0.6814285714285714,-0.6804395604395604,-0.6794505494505495,-0.6784615384615384,-0.6774725274725275,-0.6764835164835165,-0.6754945054945055,-0.6745054945054945,-0.6735164835164835,-0.6725274725274726,-0.6715384615384615,-0.6705494505494506,-0.6695604395604395,-0.6685714285714286,-0.6675824175824175,-0.6665934065934066,-0.6656043956043955,-0.6646153846153846,-0.6636263736263737,-0.6626373626373626,-0.6616483516483517,-0.6606593406593406,-0.6596703296703297,-0.6586813186813186,-0.6576923076923077,-0.6567032967032967,-0.6557142857142857,-0.6547252747252748,-0.6537362637362637,-0.6527472527472528,-0.6517582417582417,-0.6507692307692308,-0.6497802197802198,-0.6487912087912088,-0.6478021978021978,-0.6468131868131868,-0.6458241758241758,-0.6448351648351648,-0.6438461538461538,-0.6428571428571429,-0.6418681318681319,-0.6408791208791209,-0.6398901098901099,-0.6389010989010989,-0.6379120879120879,-0.6369230769230769,-0.635934065934066,-0.6349450549450549,-0.633956043956044,-0.6329670329670329,-0.631978021978022,-0.630989010989011,-0.63,-0.6290109890109891,-0.628021978021978,-0.6270329670329671,-0.626043956043956,-0.6250549450549451,-0.624065934065934,-0.6230769230769231,-0.6220879120879121,-0.6210989010989011,-0.6201098901098901,-0.6191208791208791,-0.6181318681318682,-0.6171428571428571,-0.6161538461538462,-0.6151648351648351,-0.6141758241758242,-0.6131868131868132,-0.6121978021978022,-0.6112087912087912,-0.6102197802197802,-0.6092307692307692,-0.6082417582417582,-0.6072527472527472,-0.6062637362637363,-0.6052747252747253,-0.6042857142857143,-0.6032967032967033,-0.6023076923076923,-0.6013186813186813,-0.6003296703296703,-0.5993406593406594,-0.5983516483516483,-0.5973626373626374,-0.5963736263736263,-0.5953846153846154,-0.5943956043956043,-0.5934065934065934,-0.5924175824175825,-0.5914285714285714,-0.5904395604395605,-0.5894505494505494,-0.5884615384615385,-0.5874725274725274,-0.5864835164835165,-0.5854945054945055,-0.5845054945054945,-0.5835164835164836,-0.5825274725274725,-0.5815384615384616,-0.5805494505494505,-0.5795604395604396,-0.5785714285714286,-0.5775824175824176,-0.5765934065934066,-0.5756043956043956,-0.5746153846153846,-0.5736263736263736,-0.5726373626373626,-0.5716483516483516,-0.5706593406593407,-0.5696703296703297,-0.5686813186813187,-0.5676923076923077,-0.5667032967032967,-0.5657142857142857,-0.5647252747252747,-0.5637362637362637,-0.5627472527472528,-0.5617582417582417,-0.5607692307692308,-0.5597802197802197,-0.5587912087912088,-0.5578021978021978,-0.5568131868131868,-0.5558241758241759,-0.5548351648351648,-0.5538461538461539,-0.5528571428571428,-0.5518681318681319,-0.5508791208791208,-0.5498901098901099,-0.548901098901099,-0.5479120879120879,-0.546923076923077,-0.5459340659340659,-0.544945054945055,-0.5439560439560439,-0.542967032967033,-0.541978021978022,-0.540989010989011,-0.54,-0.539010989010989,-0.538021978021978,-0.537032967032967,-0.536043956043956,-0.5350549450549451,-0.5340659340659341,-0.5330769230769231,-0.5320879120879121,-0.5310989010989011,-0.5301098901098901,-0.5291208791208791,-0.5281318681318682,-0.5271428571428571,-0.5261538461538462,-0.5251648351648351,-0.5241758241758242,-0.5231868131868131,-0.5221978021978022,-0.5212087912087912,-0.5202197802197802,-0.5192307692307693,-0.5182417582417582,-0.5172527472527473,-0.5162637362637362,-0.5152747252747253,-0.5142857142857142,-0.5132967032967033,-0.5123076923076924,-0.5113186813186813,-0.5103296703296704,-0.5093406593406593,-0.5083516483516484,-0.5073626373626373,-0.5063736263736264,-0.5053846153846154,-0.5043956043956044,-0.5034065934065934,-0.5024175824175824,-0.5014285714285714,-0.5004395604395604,-0.49945054945054945,-0.49846153846153846,-0.49747252747252746,-0.49648351648351646,-0.4954945054945055,-0.4945054945054945,-0.49351648351648353,-0.49252747252747253,-0.49153846153846154,-0.49054945054945054,-0.48956043956043954,-0.48857142857142855,-0.4875824175824176,-0.4865934065934066,-0.4856043956043956,-0.4846153846153846,-0.4836263736263736,-0.4826373626373626,-0.4816483516483516,-0.4806593406593407,-0.4796703296703297,-0.4786813186813187,-0.4776923076923077,-0.4767032967032967,-0.4757142857142857,-0.4747252747252747,-0.47373626373626376,-0.47274725274725277,-0.47175824175824177,-0.4707692307692308,-0.4697802197802198,-0.4687912087912088,-0.4678021978021978,-0.4668131868131868,-0.46582417582417585,-0.46483516483516485,-0.46384615384615385,-0.46285714285714286,-0.46186813186813186,-0.46087912087912086,-0.45989010989010987,-0.4589010989010989,-0.45791208791208793,-0.45692307692307693,-0.45593406593406594,-0.45494505494505494,-0.45395604395604394,-0.45296703296703295,-0.451978021978022,-0.450989010989011,-0.45,-0.449010989010989,-0.448021978021978,-0.447032967032967,-0.446043956043956,-0.44505494505494503,-0.4440659340659341,-0.4430769230769231,-0.4420879120879121,-0.4410989010989011,-0.4401098901098901,-0.4391208791208791,-0.4381318681318681,-0.43714285714285717,-0.43615384615384617,-0.4351648351648352,-0.4341758241758242,-0.4331868131868132,-0.4321978021978022,-0.4312087912087912,-0.43021978021978025,-0.42923076923076925,-0.42824175824175825,-0.42725274725274726,-0.42626373626373626,-0.42527472527472526,-0.42428571428571427,-0.42329670329670327,-0.42230769230769233,-0.42131868131868133,-0.42032967032967034,-0.41934065934065934,-0.41835164835164834,-0.41736263736263735,-0.41637362637362635,-0.4153846153846154,-0.4143956043956044,-0.4134065934065934,-0.4124175824175824,-0.4114285714285714,-0.4104395604395604,-0.40945054945054943,-0.4084615384615385,-0.4074725274725275,-0.4064835164835165,-0.4054945054945055,-0.4045054945054945,-0.4035164835164835,-0.4025274725274725,-0.4015384615384615,-0.40054945054945057,-0.3995604395604396,-0.3985714285714286,-0.3975824175824176,-0.3965934065934066,-0.3956043956043956,-0.3946153846153846,-0.39362637362637365,-0.39263736263736265,-0.39164835164835166,-0.39065934065934066,-0.38967032967032966,-0.38868131868131867,-0.38769230769230767,-0.38670329670329673,-0.38571428571428573,-0.38472527472527474,-0.38373626373626374,-0.38274725274725274,-0.38175824175824175,-0.38076923076923075,-0.3797802197802198,-0.3787912087912088,-0.3778021978021978,-0.3768131868131868,-0.3758241758241758,-0.3748351648351648,-0.37384615384615383,-0.37285714285714283,-0.3718681318681319,-0.3708791208791209,-0.3698901098901099,-0.3689010989010989,-0.3679120879120879,-0.3669230769230769,-0.3659340659340659,-0.36494505494505497,-0.363956043956044,-0.362967032967033,-0.361978021978022,-0.360989010989011,-0.36,-0.359010989010989,-0.35802197802197805,-0.35703296703296705,-0.35604395604395606,-0.35505494505494506,-0.35406593406593406,-0.35307692307692307,-0.35208791208791207,-0.3510989010989011,-0.35010989010989013,-0.34912087912087914,-0.34813186813186814,-0.34714285714285714,-0.34615384615384615,-0.34516483516483515,-0.34417582417582415,-0.3431868131868132,-0.3421978021978022,-0.3412087912087912,-0.3402197802197802,-0.3392307692307692,-0.33824175824175823,-0.33725274725274723,-0.3362637362637363,-0.3352747252747253,-0.3342857142857143,-0.3332967032967033,-0.3323076923076923,-0.3313186813186813,-0.3303296703296703,-0.3293406593406593,-0.3283516483516484,-0.3273626373626374,-0.3263736263736264,-0.3253846153846154,-0.3243956043956044,-0.3234065934065934,-0.3224175824175824,-0.32142857142857145,-0.32043956043956046,-0.31945054945054946,-0.31846153846153846,-0.31747252747252747,-0.31648351648351647,-0.3154945054945055,-0.31450549450549453,-0.31351648351648354,-0.31252747252747254,-0.31153846153846154,-0.31054945054945055,-0.30956043956043955,-0.30857142857142855,-0.30758241758241756,-0.3065934065934066,-0.3056043956043956,-0.3046153846153846,-0.3036263736263736,-0.30263736263736263,-0.30164835164835163,-0.30065934065934063,-0.2996703296703297,-0.2986813186813187,-0.2976923076923077,-0.2967032967032967,-0.2957142857142857,-0.2947252747252747,-0.2937362637362637,-0.2927472527472528,-0.2917582417582418,-0.2907692307692308,-0.2897802197802198,-0.2887912087912088,-0.2878021978021978,-0.2868131868131868,-0.2858241758241758,-0.28483516483516486,-0.28384615384615386,-0.28285714285714286,-0.28186813186813187,-0.28087912087912087,-0.2798901098901099,-0.2789010989010989,-0.27791208791208794,-0.27692307692307694,-0.27593406593406594,-0.27494505494505495,-0.27395604395604395,-0.27296703296703295,-0.27197802197802196,-0.270989010989011,-0.27,-0.269010989010989,-0.268021978021978,-0.26703296703296703,-0.26604395604395603,-0.26505494505494503,-0.2640659340659341,-0.2630769230769231,-0.2620879120879121,-0.2610989010989011,-0.2601098901098901,-0.2591208791208791,-0.2581318681318681,-0.2571428571428571,-0.2561538461538462,-0.2551648351648352,-0.2541758241758242,-0.2531868131868132,-0.2521978021978022,-0.2512087912087912,-0.2502197802197802,-0.24923076923076923,-0.24824175824175823,-0.24725274725274726,-0.24626373626373627,-0.24527472527472527,-0.24428571428571427,-0.2432967032967033,-0.2423076923076923,-0.2413186813186813,-0.24032967032967034,-0.23934065934065935,-0.23835164835164835,-0.23736263736263735,-0.23637362637362638,-0.2353846153846154,-0.2343956043956044,-0.2334065934065934,-0.23241758241758242,-0.23142857142857143,-0.23043956043956043,-0.22945054945054946,-0.22846153846153847,-0.22747252747252747,-0.22648351648351647,-0.2254945054945055,-0.2245054945054945,-0.2235164835164835,-0.22252747252747251,-0.22153846153846155,-0.22054945054945055,-0.21956043956043955,-0.21857142857142858,-0.2175824175824176,-0.2165934065934066,-0.2156043956043956,-0.21461538461538462,-0.21362637362637363,-0.21263736263736263,-0.21164835164835163,-0.21065934065934067,-0.20967032967032967,-0.20868131868131867,-0.2076923076923077,-0.2067032967032967,-0.2057142857142857,-0.20472527472527471,-0.20373626373626375,-0.20274725274725275,-0.20175824175824175,-0.20076923076923076,-0.1997802197802198,-0.1987912087912088,-0.1978021978021978,-0.19681318681318682,-0.19582417582417583,-0.19483516483516483,-0.19384615384615383,-0.19285714285714287,-0.19186813186813187,-0.19087912087912087,-0.1898901098901099,-0.1889010989010989,-0.1879120879120879,-0.18692307692307691,-0.18593406593406595,-0.18494505494505495,-0.18395604395604395,-0.18296703296703296,-0.181978021978022,-0.180989010989011,-0.18,-0.17901098901098902,-0.17802197802197803,-0.17703296703296703,-0.17604395604395603,-0.17505494505494507,-0.17406593406593407,-0.17307692307692307,-0.17208791208791208,-0.1710989010989011,-0.1701098901098901,-0.16912087912087911,-0.16813186813186815,-0.16714285714285715,-0.16615384615384615,-0.16516483516483516,-0.1641758241758242,-0.1631868131868132,-0.1621978021978022,-0.1612087912087912,-0.16021978021978023,-0.15923076923076923,-0.15824175824175823,-0.15725274725274727,-0.15626373626373627,-0.15527472527472527,-0.15428571428571428,-0.1532967032967033,-0.1523076923076923,-0.15131868131868131,-0.15032967032967032,-0.14934065934065935,-0.14835164835164835,-0.14736263736263736,-0.1463736263736264,-0.1453846153846154,-0.1443956043956044,-0.1434065934065934,-0.14241758241758243,-0.14142857142857143,-0.14043956043956043,-0.13945054945054944,-0.13846153846153847,-0.13747252747252747,-0.13648351648351648,-0.1354945054945055,-0.1345054945054945,-0.13351648351648351,-0.13252747252747252,-0.13153846153846155,-0.13054945054945055,-0.12956043956043956,-0.12857142857142856,-0.1275824175824176,-0.1265934065934066,-0.1256043956043956,-0.12461538461538461,-0.12362637362637363,-0.12263736263736263,-0.12164835164835165,-0.12065934065934066,-0.11967032967032967,-0.11868131868131868,-0.1176923076923077,-0.1167032967032967,-0.11571428571428571,-0.11472527472527473,-0.11373626373626373,-0.11274725274725275,-0.11175824175824176,-0.11076923076923077,-0.10978021978021978,-0.1087912087912088,-0.1078021978021978,-0.10681318681318681,-0.10582417582417582,-0.10483516483516483,-0.10384615384615385,-0.10285714285714286,-0.10186813186813187,-0.10087912087912088,-0.0998901098901099,-0.0989010989010989,-0.09791208791208791,-0.09692307692307692,-0.09593406593406593,-0.09494505494505495,-0.09395604395604396,-0.09296703296703297,-0.09197802197802198,-0.090989010989011,-0.09,-0.08901098901098901,-0.08802197802197802,-0.08703296703296703,-0.08604395604395604,-0.08505494505494506,-0.08406593406593407,-0.08307692307692308,-0.0820879120879121,-0.0810989010989011,-0.08010989010989011,-0.07912087912087912,-0.07813186813186813,-0.07714285714285714,-0.07615384615384616,-0.07516483516483516,-0.07417582417582418,-0.0731868131868132,-0.0721978021978022,-0.07120879120879121,-0.07021978021978022,-0.06923076923076923,-0.06824175824175824,-0.06725274725274726,-0.06626373626373626,-0.06527472527472528,-0.06428571428571428,-0.0632967032967033,-0.06230769230769231,-0.06131868131868132,-0.06032967032967033,-0.05934065934065934,-0.05835164835164835,-0.057362637362637366,-0.056373626373626376,-0.055384615384615386,-0.0543956043956044,-0.05340659340659341,-0.05241758241758242,-0.05142857142857143,-0.05043956043956044,-0.04945054945054945,-0.04846153846153846,-0.047472527472527476,-0.046483516483516486,-0.0454945054945055,-0.04450549450549451,-0.04351648351648352,-0.04252747252747253,-0.04153846153846154,-0.04054945054945055,-0.03956043956043956,-0.03857142857142857,-0.03758241758241758,-0.0365934065934066,-0.03560439560439561,-0.03461538461538462,-0.03362637362637363,-0.03263736263736264,-0.03164835164835165,-0.03065934065934066,-0.02967032967032967,-0.028681318681318683,-0.027692307692307693,-0.026703296703296703,-0.025714285714285714,-0.024725274725274724,-0.023736263736263738,-0.02274725274725275,-0.02175824175824176,-0.02076923076923077,-0.01978021978021978,-0.01879120879120879,-0.017802197802197803,-0.016813186813186814,-0.015824175824175824,-0.014835164835164835,-0.013846153846153847,-0.012857142857142857,-0.011868131868131869,-0.01087912087912088,-0.00989010989010989,-0.008901098901098902,-0.007912087912087912,-0.006923076923076923,-0.0059340659340659345,-0.004945054945054945,-0.003956043956043956,-0.0029670329670329672,-0.001978021978021978,-0.000989010989010989,0.0,0.000989010989010989,0.001978021978021978,0.0029670329670329672,0.003956043956043956,0.004945054945054945,0.0059340659340659345,0.006923076923076923,0.007912087912087912,0.008901098901098902,0.00989010989010989,0.01087912087912088,0.011868131868131869,0.012857142857142857,0.013846153846153847,0.014835164835164835,0.015824175824175824,0.016813186813186814,0.017802197802197803,0.01879120879120879,0.01978021978021978,0.02076923076923077,0.02175824175824176,0.02274725274725275,0.023736263736263738,0.024725274725274724,0.025714285714285714,0.026703296703296703,0.027692307692307693,0.028681318681318683,0.02967032967032967,0.03065934065934066,0.03164835164835165,0.03263736263736264,0.03362637362637363,0.03461538461538462,0.03560439560439561,0.0365934065934066,0.03758241758241758,0.03857142857142857,0.03956043956043956,0.04054945054945055,0.04153846153846154,0.04252747252747253,0.04351648351648352,0.04450549450549451,0.0454945054945055,0.046483516483516486,0.047472527472527476,0.04846153846153846,0.04945054945054945,0.05043956043956044,0.05142857142857143,0.05241758241758242,0.05340659340659341,0.0543956043956044,0.055384615384615386,0.056373626373626376,0.057362637362637366,0.05835164835164835,0.05934065934065934,0.06032967032967033,0.06131868131868132,0.06230769230769231,0.0632967032967033,0.06428571428571428,0.06527472527472528,0.06626373626373626,0.06725274725274726,0.06824175824175824,0.06923076923076923,0.07021978021978022,0.07120879120879121,0.0721978021978022,0.0731868131868132,0.07417582417582418,0.07516483516483516,0.07615384615384616,0.07714285714285714,0.07813186813186813,0.07912087912087912,0.08010989010989011,0.0810989010989011,0.0820879120879121,0.08307692307692308,0.08406593406593407,0.08505494505494506,0.08604395604395604,0.08703296703296703,0.08802197802197802,0.08901098901098901,0.09,0.090989010989011,0.09197802197802198,0.09296703296703297,0.09395604395604396,0.09494505494505495,0.09593406593406593,0.09692307692307692,0.09791208791208791,0.0989010989010989,0.0998901098901099,0.10087912087912088,0.10186813186813187,0.10285714285714286,0.10384615384615385,0.10483516483516483,0.10582417582417582,0.10681318681318681,0.1078021978021978,0.1087912087912088,0.10978021978021978,0.11076923076923077,0.11175824175824176,0.11274725274725275,0.11373626373626373,0.11472527472527473,0.11571428571428571,0.1167032967032967,0.1176923076923077,0.11868131868131868,0.11967032967032967,0.12065934065934066,0.12164835164835165,0.12263736263736263,0.12362637362637363,0.12461538461538461,0.1256043956043956,0.1265934065934066,0.1275824175824176,0.12857142857142856,0.12956043956043956,0.13054945054945055,0.13153846153846155,0.13252747252747252,0.13351648351648351,0.1345054945054945,0.1354945054945055,0.13648351648351648,0.13747252747252747,0.13846153846153847,0.13945054945054944,0.14043956043956043,0.14142857142857143,0.14241758241758243,0.1434065934065934,0.1443956043956044,0.1453846153846154,0.1463736263736264,0.14736263736263736,0.14835164835164835,0.14934065934065935,0.15032967032967032,0.15131868131868131,0.1523076923076923,0.1532967032967033,0.15428571428571428,0.15527472527472527,0.15626373626373627,0.15725274725274727,0.15824175824175823,0.15923076923076923,0.16021978021978023,0.1612087912087912,0.1621978021978022,0.1631868131868132,0.1641758241758242,0.16516483516483516,0.16615384615384615,0.16714285714285715,0.16813186813186815,0.16912087912087911,0.1701098901098901,0.1710989010989011,0.17208791208791208,0.17307692307692307,0.17406593406593407,0.17505494505494507,0.17604395604395603,0.17703296703296703,0.17802197802197803,0.17901098901098902,0.18,0.180989010989011,0.181978021978022,0.18296703296703296,0.18395604395604395,0.18494505494505495,0.18593406593406595,0.18692307692307691,0.1879120879120879,0.1889010989010989,0.1898901098901099,0.19087912087912087,0.19186813186813187,0.19285714285714287,0.19384615384615383,0.19483516483516483,0.19582417582417583,0.19681318681318682,0.1978021978021978,0.1987912087912088,0.1997802197802198,0.20076923076923076,0.20175824175824175,0.20274725274725275,0.20373626373626375,0.20472527472527471,0.2057142857142857,0.2067032967032967,0.2076923076923077,0.20868131868131867,0.20967032967032967,0.21065934065934067,0.21164835164835163,0.21263736263736263,0.21362637362637363,0.21461538461538462,0.2156043956043956,0.2165934065934066,0.2175824175824176,0.21857142857142858,0.21956043956043955,0.22054945054945055,0.22153846153846155,0.22252747252747251,0.2235164835164835,0.2245054945054945,0.2254945054945055,0.22648351648351647,0.22747252747252747,0.22846153846153847,0.22945054945054946,0.23043956043956043,0.23142857142857143,0.23241758241758242,0.2334065934065934,0.2343956043956044,0.2353846153846154,0.23637362637362638,0.23736263736263735,0.23835164835164835,0.23934065934065935,0.24032967032967034,0.2413186813186813,0.2423076923076923,0.2432967032967033,0.24428571428571427,0.24527472527472527,0.24626373626373627,0.24725274725274726,0.24824175824175823,0.24923076923076923,0.2502197802197802,0.2512087912087912,0.2521978021978022,0.2531868131868132,0.2541758241758242,0.2551648351648352,0.2561538461538462,0.2571428571428571,0.2581318681318681,0.2591208791208791,0.2601098901098901,0.2610989010989011,0.2620879120879121,0.2630769230769231,0.2640659340659341,0.26505494505494503,0.26604395604395603,0.26703296703296703,0.268021978021978,0.269010989010989,0.27,0.270989010989011,0.27197802197802196,0.27296703296703295,0.27395604395604395,0.27494505494505495,0.27593406593406594,0.27692307692307694,0.27791208791208794,0.2789010989010989,0.2798901098901099,0.28087912087912087,0.28186813186813187,0.28285714285714286,0.28384615384615386,0.28483516483516486,0.2858241758241758,0.2868131868131868,0.2878021978021978,0.2887912087912088,0.2897802197802198,0.2907692307692308,0.2917582417582418,0.2927472527472528,0.2937362637362637,0.2947252747252747,0.2957142857142857,0.2967032967032967,0.2976923076923077,0.2986813186813187,0.2996703296703297,0.30065934065934063,0.30164835164835163,0.30263736263736263,0.3036263736263736,0.3046153846153846,0.3056043956043956,0.3065934065934066,0.30758241758241756,0.30857142857142855,0.30956043956043955,0.31054945054945055,0.31153846153846154,0.31252747252747254,0.31351648351648354,0.31450549450549453,0.3154945054945055,0.31648351648351647,0.31747252747252747,0.31846153846153846,0.31945054945054946,0.32043956043956046,0.32142857142857145,0.3224175824175824,0.3234065934065934,0.3243956043956044,0.3253846153846154,0.3263736263736264,0.3273626373626374,0.3283516483516484,0.3293406593406593,0.3303296703296703,0.3313186813186813,0.3323076923076923,0.3332967032967033,0.3342857142857143,0.3352747252747253,0.3362637362637363,0.33725274725274723,0.33824175824175823,0.3392307692307692,0.3402197802197802,0.3412087912087912,0.3421978021978022,0.3431868131868132,0.34417582417582415,0.34516483516483515,0.34615384615384615,0.34714285714285714,0.34813186813186814,0.34912087912087914,0.35010989010989013,0.3510989010989011,0.35208791208791207,0.35307692307692307,0.35406593406593406,0.35505494505494506,0.35604395604395606,0.35703296703296705,0.35802197802197805,0.359010989010989,0.36,0.360989010989011,0.361978021978022,0.362967032967033,0.363956043956044,0.36494505494505497,0.3659340659340659,0.3669230769230769,0.3679120879120879,0.3689010989010989,0.3698901098901099,0.3708791208791209,0.3718681318681319,0.37285714285714283,0.37384615384615383,0.3748351648351648,0.3758241758241758,0.3768131868131868,0.3778021978021978,0.3787912087912088,0.3797802197802198,0.38076923076923075,0.38175824175824175,0.38274725274725274,0.38373626373626374,0.38472527472527474,0.38571428571428573,0.38670329670329673,0.38769230769230767,0.38868131868131867,0.38967032967032966,0.39065934065934066,0.39164835164835166,0.39263736263736265,0.39362637362637365,0.3946153846153846,0.3956043956043956,0.3965934065934066,0.3975824175824176,0.3985714285714286,0.3995604395604396,0.40054945054945057,0.4015384615384615,0.4025274725274725,0.4035164835164835,0.4045054945054945,0.4054945054945055,0.4064835164835165,0.4074725274725275,0.4084615384615385,0.40945054945054943,0.4104395604395604,0.4114285714285714,0.4124175824175824,0.4134065934065934,0.4143956043956044,0.4153846153846154,0.41637362637362635,0.41736263736263735,0.41835164835164834,0.41934065934065934,0.42032967032967034,0.42131868131868133,0.42230769230769233,0.42329670329670327,0.42428571428571427,0.42527472527472526,0.42626373626373626,0.42725274725274726,0.42824175824175825,0.42923076923076925,0.43021978021978025,0.4312087912087912,0.4321978021978022,0.4331868131868132,0.4341758241758242,0.4351648351648352,0.43615384615384617,0.43714285714285717,0.4381318681318681,0.4391208791208791,0.4401098901098901,0.4410989010989011,0.4420879120879121,0.4430769230769231,0.4440659340659341,0.44505494505494503,0.446043956043956,0.447032967032967,0.448021978021978,0.449010989010989,0.45,0.450989010989011,0.451978021978022,0.45296703296703295,0.45395604395604394,0.45494505494505494,0.45593406593406594,0.45692307692307693,0.45791208791208793,0.4589010989010989,0.45989010989010987,0.46087912087912086,0.46186813186813186,0.46285714285714286,0.46384615384615385,0.46483516483516485,0.46582417582417585,0.4668131868131868,0.4678021978021978,0.4687912087912088,0.4697802197802198,0.4707692307692308,0.47175824175824177,0.47274725274725277,0.47373626373626376,0.4747252747252747,0.4757142857142857,0.4767032967032967,0.4776923076923077,0.4786813186813187,0.4796703296703297,0.4806593406593407,0.4816483516483516,0.4826373626373626,0.4836263736263736,0.4846153846153846,0.4856043956043956,0.4865934065934066,0.4875824175824176,0.48857142857142855,0.48956043956043954,0.49054945054945054,0.49153846153846154,0.49252747252747253,0.49351648351648353,0.4945054945054945,0.4954945054945055,0.49648351648351646,0.49747252747252746,0.49846153846153846,0.49945054945054945,0.5004395604395604,0.5014285714285714,0.5024175824175824,0.5034065934065934,0.5043956043956044,0.5053846153846154,0.5063736263736264,0.5073626373626373,0.5083516483516484,0.5093406593406593,0.5103296703296704,0.5113186813186813,0.5123076923076924,0.5132967032967033,0.5142857142857142,0.5152747252747253,0.5162637362637362,0.5172527472527473,0.5182417582417582,0.5192307692307693,0.5202197802197802,0.5212087912087912,0.5221978021978022,0.5231868131868131,0.5241758241758242,0.5251648351648351,0.5261538461538462,0.5271428571428571,0.5281318681318682,0.5291208791208791,0.5301098901098901,0.5310989010989011,0.5320879120879121,0.5330769230769231,0.5340659340659341,0.5350549450549451,0.536043956043956,0.537032967032967,0.538021978021978,0.539010989010989,0.54,0.540989010989011,0.541978021978022,0.542967032967033,0.5439560439560439,0.544945054945055,0.5459340659340659,0.546923076923077,0.5479120879120879,0.548901098901099,0.5498901098901099,0.5508791208791208,0.5518681318681319,0.5528571428571428,0.5538461538461539,0.5548351648351648,0.5558241758241759,0.5568131868131868,0.5578021978021978,0.5587912087912088,0.5597802197802197,0.5607692307692308,0.5617582417582417,0.5627472527472528,0.5637362637362637,0.5647252747252747,0.5657142857142857,0.5667032967032967,0.5676923076923077,0.5686813186813187,0.5696703296703297,0.5706593406593407,0.5716483516483516,0.5726373626373626,0.5736263736263736,0.5746153846153846,0.5756043956043956,0.5765934065934066,0.5775824175824176,0.5785714285714286,0.5795604395604396,0.5805494505494505,0.5815384615384616,0.5825274725274725,0.5835164835164836,0.5845054945054945,0.5854945054945055,0.5864835164835165,0.5874725274725274,0.5884615384615385,0.5894505494505494,0.5904395604395605,0.5914285714285714,0.5924175824175825,0.5934065934065934,0.5943956043956043,0.5953846153846154,0.5963736263736263,0.5973626373626374,0.5983516483516483,0.5993406593406594,0.6003296703296703,0.6013186813186813,0.6023076923076923,0.6032967032967033,0.6042857142857143,0.6052747252747253,0.6062637362637363,0.6072527472527472,0.6082417582417582,0.6092307692307692,0.6102197802197802,0.6112087912087912,0.6121978021978022,0.6131868131868132,0.6141758241758242,0.6151648351648351,0.6161538461538462,0.6171428571428571,0.6181318681318682,0.6191208791208791,0.6201098901098901,0.6210989010989011,0.6220879120879121,0.6230769230769231,0.624065934065934,0.6250549450549451,0.626043956043956,0.6270329670329671,0.628021978021978,0.6290109890109891,0.63,0.630989010989011,0.631978021978022,0.6329670329670329,0.633956043956044,0.6349450549450549,0.635934065934066,0.6369230769230769,0.6379120879120879,0.6389010989010989,0.6398901098901099,0.6408791208791209,0.6418681318681319,0.6428571428571429,0.6438461538461538,0.6448351648351648,0.6458241758241758,0.6468131868131868,0.6478021978021978,0.6487912087912088,0.6497802197802198,0.6507692307692308,0.6517582417582417,0.6527472527472528,0.6537362637362637,0.6547252747252748,0.6557142857142857,0.6567032967032967,0.6576923076923077,0.6586813186813186,0.6596703296703297,0.6606593406593406,0.6616483516483517,0.6626373626373626,0.6636263736263737,0.6646153846153846,0.6656043956043955,0.6665934065934066,0.6675824175824175,0.6685714285714286,0.6695604395604395,0.6705494505494506,0.6715384615384615,0.6725274725274726,0.6735164835164835,0.6745054945054945,0.6754945054945055,0.6764835164835165,0.6774725274725275,0.6784615384615384,0.6794505494505495,0.6804395604395604,0.6814285714285714,0.6824175824175824,0.6834065934065934,0.6843956043956044,0.6853846153846154,0.6863736263736264,0.6873626373626374,0.6883516483516483,0.6893406593406594,0.6903296703296703,0.6913186813186813,0.6923076923076923,0.6932967032967033,0.6942857142857143,0.6952747252747252,0.6962637362637363,0.6972527472527472,0.6982417582417583,0.6992307692307692,0.7002197802197803,0.7012087912087912,0.7021978021978021,0.7031868131868132,0.7041758241758241,0.7051648351648352,0.7061538461538461,0.7071428571428572,0.7081318681318681,0.7091208791208791,0.7101098901098901,0.7110989010989011,0.7120879120879121,0.713076923076923,0.7140659340659341,0.715054945054945,0.7160439560439561,0.717032967032967,0.718021978021978,0.719010989010989,0.72,0.720989010989011,0.721978021978022,0.722967032967033,0.723956043956044,0.7249450549450549,0.725934065934066,0.7269230769230769,0.727912087912088,0.7289010989010989,0.7298901098901099,0.7308791208791209,0.7318681318681318,0.7328571428571429,0.7338461538461538,0.7348351648351649,0.7358241758241758,0.7368131868131869,0.7378021978021978,0.7387912087912087,0.7397802197802198,0.7407692307692307,0.7417582417582418,0.7427472527472527,0.7437362637362638,0.7447252747252747,0.7457142857142857,0.7467032967032967,0.7476923076923077,0.7486813186813187,0.7496703296703296,0.7506593406593407,0.7516483516483516,0.7526373626373626,0.7536263736263736,0.7546153846153846,0.7556043956043956,0.7565934065934066,0.7575824175824176,0.7585714285714286,0.7595604395604396,0.7605494505494506,0.7615384615384615,0.7625274725274725,0.7635164835164835,0.7645054945054945,0.7654945054945055,0.7664835164835165,0.7674725274725275,0.7684615384615384,0.7694505494505495,0.7704395604395604,0.7714285714285715,0.7724175824175824,0.7734065934065935,0.7743956043956044,0.7753846153846153,0.7763736263736264,0.7773626373626373,0.7783516483516484,0.7793406593406593,0.7803296703296704,0.7813186813186813,0.7823076923076923,0.7832967032967033,0.7842857142857143,0.7852747252747253,0.7862637362637362,0.7872527472527473,0.7882417582417582,0.7892307692307692,0.7902197802197802,0.7912087912087912,0.7921978021978022,0.7931868131868132,0.7941758241758242,0.7951648351648352,0.7961538461538461,0.7971428571428572,0.7981318681318681,0.7991208791208791,0.8001098901098901,0.8010989010989011,0.8020879120879121,0.803076923076923,0.8040659340659341,0.805054945054945,0.8060439560439561,0.807032967032967,0.8080219780219781,0.809010989010989,0.81,0.810989010989011,0.8119780219780219,0.812967032967033,0.8139560439560439,0.814945054945055,0.8159340659340659,0.816923076923077,0.8179120879120879,0.8189010989010989,0.8198901098901099,0.8208791208791208,0.8218681318681319,0.8228571428571428,0.8238461538461539,0.8248351648351648,0.8258241758241758,0.8268131868131868,0.8278021978021978,0.8287912087912088,0.8297802197802198,0.8307692307692308,0.8317582417582418,0.8327472527472527,0.8337362637362637,0.8347252747252747,0.8357142857142857,0.8367032967032967,0.8376923076923077,0.8386813186813187,0.8396703296703296,0.8406593406593407,0.8416483516483516,0.8426373626373627,0.8436263736263736,0.8446153846153847,0.8456043956043956,0.8465934065934065,0.8475824175824176,0.8485714285714285,0.8495604395604396,0.8505494505494505,0.8515384615384616,0.8525274725274725,0.8535164835164836,0.8545054945054945,0.8554945054945055,0.8564835164835165,0.8574725274725274,0.8584615384615385,0.8594505494505494,0.8604395604395605,0.8614285714285714,0.8624175824175824,0.8634065934065934,0.8643956043956044,0.8653846153846154,0.8663736263736264,0.8673626373626374,0.8683516483516484,0.8693406593406593,0.8703296703296703,0.8713186813186813,0.8723076923076923,0.8732967032967033,0.8742857142857143,0.8752747252747253,0.8762637362637362,0.8772527472527473,0.8782417582417582,0.8792307692307693,0.8802197802197802,0.8812087912087913,0.8821978021978022,0.8831868131868131,0.8841758241758242,0.8851648351648351,0.8861538461538462,0.8871428571428571,0.8881318681318682,0.8891208791208791,0.8901098901098901,0.8910989010989011,0.892087912087912,0.8930769230769231,0.894065934065934,0.8950549450549451,0.896043956043956,0.8970329670329671,0.898021978021978,0.899010989010989,0.9,0.900989010989011,0.901978021978022,0.902967032967033,0.903956043956044,0.904945054945055,0.9059340659340659,0.9069230769230769,0.9079120879120879,0.9089010989010989,0.9098901098901099,0.9108791208791209,0.9118681318681319,0.9128571428571428,0.9138461538461539,0.9148351648351648,0.9158241758241759,0.9168131868131868,0.9178021978021978,0.9187912087912088,0.9197802197802197,0.9207692307692308,0.9217582417582417,0.9227472527472528,0.9237362637362637,0.9247252747252748,0.9257142857142857,0.9267032967032967,0.9276923076923077,0.9286813186813186,0.9296703296703297,0.9306593406593406,0.9316483516483517,0.9326373626373626,0.9336263736263736,0.9346153846153846,0.9356043956043956,0.9365934065934066,0.9375824175824176,0.9385714285714286,0.9395604395604396,0.9405494505494505,0.9415384615384615,0.9425274725274725,0.9435164835164835,0.9445054945054945,0.9454945054945055,0.9464835164835165,0.9474725274725275,0.9484615384615385,0.9494505494505494,0.9504395604395605,0.9514285714285714,0.9524175824175825,0.9534065934065934,0.9543956043956044,0.9553846153846154,0.9563736263736263,0.9573626373626374,0.9583516483516483,0.9593406593406594,0.9603296703296703,0.9613186813186814,0.9623076923076923,0.9632967032967032,0.9642857142857143,0.9652747252747252,0.9662637362637363,0.9672527472527472,0.9682417582417583,0.9692307692307692,0.9702197802197802,0.9712087912087912,0.9721978021978022,0.9731868131868132,0.9741758241758242,0.9751648351648352,0.9761538461538461,0.9771428571428571,0.9781318681318681,0.9791208791208791,0.9801098901098901,0.9810989010989011,0.9820879120879121,0.9830769230769231,0.984065934065934,0.9850549450549451,0.986043956043956,0.9870329670329671,0.988021978021978,0.989010989010989,0.99]} diff --git a/lib/node_modules/@stdlib/math/base/special/atanh/scripts/fixtures/julia/runner.jl b/lib/node_modules/@stdlib/math/base/special/atanh/scripts/fixtures/julia/runner.jl deleted file mode 100644 index 71ac956b2c46..000000000000 --- a/lib/node_modules/@stdlib/math/base/special/atanh/scripts/fixtures/julia/runner.jl +++ /dev/null @@ -1,66 +0,0 @@ -#!/usr/bin/env julia -# -# @license Apache-2.0 -# -# Copyright (c) 2018 The Stdlib Authors. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -import JSON - -""" - gen( domain, name ) - -Generate fixture data and write to file. - -# Arguments - -* `domain`: domain -* `name::AbstractString`: output filename - -# Examples - -``` julia -julia> x = range( -0.999, stop = 0.999, length = 2001 ); -julia> gen( x, \"data.json\" ); -``` -""" -function gen( domain, name ) - x = collect( domain ); - y = atanh.( x ); - - # Store data to be written to file as a collection: - data = Dict([ - ("x", x), - ("expected", y) - ]); - - # Based on the script directory, create an output filepath: - filepath = joinpath( dir, name ); - - # Write the data to the output filepath as JSON: - outfile = open( filepath, "w" ); - write( outfile, JSON.json(data) ); - write( outfile, "\n" ); - close( outfile ); -end - -# Get the filename: -file = @__FILE__; - -# Extract the directory in which this file resides: -dir = dirname( file ); - -# Generate fixture data for decimal values: -x = range( -0.99, stop = 0.99, length = 2003 ); -gen( x, "data.json" ); diff --git a/lib/node_modules/@stdlib/math/base/special/cbrt/scripts/fixtures/julia/REQUIRE b/lib/node_modules/@stdlib/math/base/special/cbrt/scripts/fixtures/julia/REQUIRE deleted file mode 100644 index 308c3be89c85..000000000000 --- a/lib/node_modules/@stdlib/math/base/special/cbrt/scripts/fixtures/julia/REQUIRE +++ /dev/null @@ -1,2 +0,0 @@ -julia 1.5 -JSON 0.21 diff --git a/lib/node_modules/@stdlib/math/base/special/cbrt/scripts/fixtures/julia/data.json b/lib/node_modules/@stdlib/math/base/special/cbrt/scripts/fixtures/julia/data.json deleted file mode 100644 index b5cafdf9188c..000000000000 --- a/lib/node_modules/@stdlib/math/base/special/cbrt/scripts/fixtures/julia/data.json +++ /dev/null @@ -1 +0,0 @@ -{"expected":[-10.0,-9.996668887161933,-9.993335552841069,-9.98999999332999,-9.986662204911374,-9.983322183857947,-9.979979926432456,-9.97663542888763,-9.973288687466136,-9.969939698400552,-9.966588457913323,-9.963234962216728,-9.959879207512836,-9.956521189993476,-9.953160905840194,-9.949798351224214,-9.946433522306403,-9.943066415237231,-9.939697026156733,-9.936325351194466,-9.932951386469476,-9.929575128090253,-9.9261965721547,-9.92281571475008,-9.919432551952989,-9.916047079829307,-9.912659294434166,-9.9092691918119,-9.905876767996013,-9.902482019009133,-9.899084940862972,-9.895685529558284,-9.892283781084828,-9.88887969142132,-9.885473256535397,-9.88206447238357,-9.878653334911185,-9.875239840052377,-9.871823983730037,-9.868405761855753,-9.864985170329783,-9.861562205041,-9.858136861866859,-9.854709136673337,-9.851279025314913,-9.847846523634502,-9.844411627463419,-9.840974332621338,-9.837534634916244,-9.834092530144384,-9.830648014090231,-9.827201082526427,-9.82375173121375,-9.820299955901058,-9.816845752325246,-9.813389116211201,-9.809930043271757,-9.806468529207644,-9.803004569707442,-9.799538160447534,-9.796069297092066,-9.79259797529288,-9.78912419068949,-9.785647938909017,-9.782169215566146,-9.778688016263079,-9.77520433658948,-9.771718172122437,-9.768229518426397,-9.764738371053133,-9.76124472554168,-9.757748577418294,-9.754249922196399,-9.750748755376533,-9.747245072446301,-9.743738868880325,-9.740230140140186,-9.736718881674383,-9.733205088918266,-9.729688757293998,-9.726169882210497,-9.722648459063382,-9.71912448323492,-9.715597950093974,-9.712068854995952,-9.708537193282748,-9.70500296028269,-9.701466151310488,-9.697926761667174,-9.694384786640057,-9.690840221502654,-9.687293061514643,-9.68374330192181,-9.680190937955983,-9.676635964834986,-9.673078377762577,-9.66951817192839,-9.66595534250788,-9.662389884662268,-9.658821793538474,-9.655251064269072,-9.651677691972221,-9.648101671751608,-9.644522998696397,-9.640941667881158,-9.637357674365816,-9.633771013195584,-9.630181679400911,-9.626589667997417,-9.62299497398583,-9.619397592351923,-9.615797518066465,-9.612194746085146,-9.608589271348519,-9.604981088781937,-9.601370193295494,-9.597756579783956,-9.594140243126702,-9.590521178187656,-9.586899379815225,-9.583274842842242,-9.579647562085881,-9.576017532347617,-9.572384748413139,-9.568749205052297,-9.565110897019032,-9.56146981905131,-9.557825965871048,-9.554179332184063,-9.550529912679984,-9.546877702032203,-9.54322269489779,-9.539564885917436,-9.535904269715381,-9.532240840899341,-9.528574594060439,-9.52490552377314,-9.521233624595173,-9.517558891067466,-9.51388131771407,-9.510200899042088,-9.506517629541609,-9.502831503685625,-9.499142515929966,-9.495450660713223,-9.491755932456677,-9.48805832556422,-9.484357834422285,-9.480654453399772,-9.476948176847966,-9.473238999100467,-9.469526914473112,-9.465811917263899,-9.462094001752908,-9.458373162202221,-9.45464939285586,-9.45092268793968,-9.447193041661322,-9.443460448210109,-9.439724901756977,-9.435986396454396,-9.432244926436285,-9.428500485817938,-9.42475306869593,-9.421002669148049,-9.417249281233202,-9.413492898991345,-9.409733516443385,-9.405971127591107,-9.402205726417087,-9.398437306884604,-9.39466586293756,-9.390891388500389,-9.38711387747798,-9.383333323755574,-9.379549721198694,-9.375763063653054,-9.371973344944454,-9.36818055887872,-9.364384699241588,-9.360585759798633,-9.356783734295167,-9.35297861645616,-9.349170399986134,-9.345359078569084,-9.341544645868382,-9.33772709552668,-9.333906421165823,-9.330082616386754,-9.326255674769415,-9.322425589872658,-9.318592355234143,-9.314755964370253,-9.310916410775983,-9.307073687924854,-9.303227789268812,-9.29937870823813,-9.295526438241309,-9.291670972664976,-9.287812304873789,-9.283950428210334,-9.280085335995023,-9.276217021525994,-9.27234547807901,-9.26847069890735,-9.264592677241714,-9.260711406290113,-9.256826879237767,-9.252939089246995,-9.24904802945712,-9.245153692984347,-9.24125607292167,-9.237355162338758,-9.233450954281844,-9.229543441773622,-9.22563261781313,-9.221718475375647,-9.21780100741258,-9.213880206851346,-9.20995606659527,-9.206028579523462,-9.20209773849071,-9.198163536327364,-9.194225965839221,-9.190285019807405,-9.186340690988258,-9.182392972113217,-9.178441855888698,-9.174487334995979,-9.170529402091079,-9.166568049804635,-9.16260327074179,-9.15863505748206,-9.154663402579224,-9.15068829856119,-9.146709737929879,-9.142727713161094,-9.1387422167044,-9.134753240983002,-9.130760778393604,-9.126764821306296,-9.122765362064415,-9.118762392984427,-9.114755906355786,-9.110745894440807,-9.106732349474543,-9.102715263664637,-9.0986946291912,-9.094670438206679,-9.090642682835707,-9.08661135517499,-9.082576447293148,-9.078537951230595,-9.07449585899939,-9.070450162583102,-9.06640085393667,-9.062347924986268,-9.058291367629147,-9.054231173733509,-9.050167335138358,-9.046099843653353,-9.042028691058665,-9.037953869104832,-9.033875369512607,-9.02979318397282,-9.025707304146216,-9.021617721663315,-9.017524428124256,-9.013427415098649,-9.009326674125418,-9.005222196712651,-9.001113974337443,-8.99700199844574,-8.992886260452183,-8.988766751739954,-8.984643463660607,-8.980516387533923,-8.976385514647733,-8.97225083625777,-8.968112343587498,-8.96397002782795,-8.959823880137563,-8.955673891642016,-8.951520053434052,-8.947362356573326,-8.943200792086218,-8.939035350965677,-8.93486602417104,-8.930692802627865,-8.926515677227755,-8.922334638828183,-8.918149678252313,-8.91396078628883,-8.909767953691757,-8.905571171180274,-8.901370429438538,-8.897165719115504,-8.892957030824743,-8.888744355144244,-8.884527682616254,-8.88030700374706,-8.876082309006831,-8.871853588829405,-8.867620833612111,-8.863384033715576,-8.859143179463526,-8.854898261142598,-8.850649269002142,-8.846396193254021,-8.842139024072416,-8.837877751593629,-8.83361236591587,-8.829342857099071,-8.825069215164671,-8.820791430095412,-8.816509491835133,-8.812223390288567,-8.807933115321127,-8.803638656758693,-8.799340004387405,-8.79503714795344,-8.790730077162815,-8.786418781681148,-8.782103251133455,-8.777783475103924,-8.7734594431357,-8.769131144730649,-8.764798569349152,-8.760461706409863,-8.756120545289491,-8.751775075322564,-8.747425285801212,-8.743071165974914,-8.738712705050283,-8.734349892190819,-8.729982716516679,-8.725611167104432,-8.721235232986828,-8.71685490315254,-8.71247016654594,-8.708081012066833,-8.70368742857023,-8.69928940486608,-8.694886929719038,-8.690479991848193,-8.686068579926825,-8.681652682582156,-8.67723228839507,-8.672807385899873,-8.668377963584025,-8.663944009887873,-8.65950551320439,-8.655062461878908,-8.650614844208842,-8.646162648443426,-8.641705862783436,-8.637244475380918,-8.632778474338906,-8.62830784771115,-8.623832583501827,-8.61935266966526,-8.614868094105638,-8.61037884467672,-8.605884909181555,-8.601386275372182,-8.596882930949336,-8.592374863562167,-8.587862060807916,-8.583344510231644,-8.5788221993259,-8.574295115530445,-8.569763246231922,-8.565226578763559,-8.560685100404854,-8.556138798381259,-8.55158765986387,-8.547031671969105,-8.542470821758377,-8.537905096237782,-8.533334482357764,-8.528758967012795,-8.524178537041033,-8.519593179224,-8.51500288028624,-8.510407626894983,-8.505807405659803,-8.501202203132278,-8.496592005805638,-8.491976800114424,-8.487356572434125,-8.48273130908084,-8.478100996310907,-8.473465620320553,-8.468825167245527,-8.464179623160735,-8.459528974079875,-8.454873205955067,-8.450212304676477,-8.445546256071937,-8.440875045906576,-8.436198659882432,-8.431517083638061,-8.42683030274816,-8.42213830272317,-8.417441069008882,-8.41273858698604,-8.40803084196994,-8.403317819210027,-8.398599503889493,-8.393875881124854,-8.389146935965556,-8.38441265339354,-8.379673018322832,-8.37492801559912,-8.370177629999327,-8.365421846231177,-8.360660648932765,-8.355894022672123,-8.351121951946775,-8.346344421183295,-8.341561414736862,-8.336772916890805,-8.331978911856153,-8.327179383771174,-8.322374316700913,-8.317563694636727,-8.312747501495817,-8.307925721120755,-8.303098337279001,-8.298265333662435,-8.293426693886854,-8.288582401491501,-8.283732439938559,-8.278876792612667,-8.274015442820403,-8.269148373789793,-8.264275568669795,-8.259397010529787,-8.25451268235905,-8.249622567066243,-8.244726647478883,-8.239824906342808,-8.234917326321643,-8.230003889996263,-8.22508457986425,-8.22015937833934,-8.215228267750868,-8.210291230343222,-8.205348248275262,-8.200399303619774,-8.195444378362875,-8.19048345440346,-8.185516513552594,-8.180543537532953,-8.175564507978207,-8.170579406432438,-8.165588214349535,-8.160590913092586,-8.15558748393326,-8.150577908051204,-8.145562166533404,-8.140540240373566,-8.135512110471478,-8.130477757632372,-8.125437162566286,-8.120390305887396,-8.11533716811338,-8.110277729664745,-8.105211970864158,-8.100139871935781,-8.095061413004583,-8.089976574095662,-8.084885335133546,-8.0797876759415,-8.074683576240824,-8.06957301565014,-8.06445597368468,-8.059332429755552,-8.054202363169024,-8.049065753125785,-8.0439225787202,-8.03877281893956,-8.033616452663333,-8.028453458662398,-8.023283815598274,-8.018107502022346,-8.012924496375081,-8.007734776985242,-8.002538322069082,-7.997335109729546,-7.99212511795546,-7.986908324620707,-7.981684707483401,-7.976454244185056,-7.971216912249737,-7.965972689083221,-7.960721551972127,-7.955463478083058,-7.950198444461726,-7.944926428032069,-7.93964740559536,-7.934361353829311,-7.929068249287166,-7.923768068396783,-7.918460787459716,-7.9131463826502735,-7.907824830014588,-7.902496105469656,-7.897160184802386,-7.8918170436686275,-7.886466657592192,-7.8811090019638685,-7.875744052040428,-7.870371782943617,-7.86499216965914,-7.859605187035639,-7.8542108097836545,-7.848809012474583,-7.843399769539624,-7.837983055268709,-7.832558843809432,-7.827127109165961,-7.821687825197942,-7.816240965619392,-7.810786503997581,-7.8053244137519044,-7.79985466815274,-7.794377240320301,-7.78889210322347,-7.783399229678628,-7.777898592348466,-7.7723901637407895,-7.766873916207309,-7.761349821942419,-7.755817852981964,-7.750277981201993,-7.744730178317501,-7.73917441588116,-7.733610665282031,-7.728038897744273,-7.722459084325828,-7.716871195917102,-7.711275203239628,-7.705671076844712,-7.700058787112074,-7.694438304248468,-7.688809598286292,-7.68317263908218,-7.67752739631558,-7.671873839487324,-7.666211937918173,-7.660541660747353,-7.654862976931077,-7.649175855241048,-7.643480264262945,-7.6377761723949,-7.632063547845954,-7.626342358634497,-7.620612572586691,-7.6148741573348815,-7.609127080315984,-7.603371308769863,-7.597606809737682,-7.59183355006025,-7.586051496376338,-7.580260615120982,-7.574460872523773,-7.5686522346071206,-7.5628346671845,-7.557008135858686,-7.551172606019956,-7.545328042844291,-7.539474411291538,-7.533611676103563,-7.527739801802385,-7.521858752688286,-7.5159684928378985,-7.510068986102278,-7.5041601961049444,-7.498242086239919,-7.492314619669716,-7.486377759323336,-7.480431467894218,-7.474475707838178,-7.468510441371326,-7.462535630467956,-7.456551236858407,-7.450557222026914,-7.44455354720942,-7.4385401733913765,-7.432517061305504,-7.426484171429544,-7.42044146398397,-7.414388898929684,-7.40832643596568,-7.40225403452668,-7.396171653780751,-7.390079252626883,-7.383976789692549,-7.3778642233312315,-7.37174151161992,-7.3656086123565805,-7.3594654830575985,-7.353312080955187,-7.347148362994768,-7.340974285832317,-7.334789805831686,-7.328594879061888,-7.322389461294348,-7.316173508000129,-7.309946974347116,-7.3037098151971716,-7.297461985103257,-7.2912034383065185,-7.284934128733337,-7.278654009992341,-7.2723630353713915,-7.266061157834519,-7.259748330018832,-7.253424504231381,-7.2470896324459915,-7.240743666300053,-7.234386557091266,-7.228018255774361,-7.22163871295776,-7.215247878900209,-7.208845703507368,-7.20243213632835,-7.196007126552227,-7.189570623004483,-7.183122574143433,-7.176662928056583,-7.170191632456961,-7.163708634679383,-7.15721388167669,-7.150707320015925,-7.144188895874459,-7.137658555036081,-7.131116242887028,-7.1245619044119595,-7.117995484189894,-7.111416926390081,-7.104826174767824,-7.098223172660249,-7.091607862982016,-7.084980188220982,-7.078340090433791,-7.071687511241424,-7.065022391824679,-7.0583446729195956,-7.051654294812815,-7.044951197336885,-7.038235319865494,-7.03150660130865,-7.024764980107788,-7.018010394230812,-7.011242781167074,-7.004462077922286,-6.997668221013353,-6.99086114646315,-6.9840407897952135,-6.977207086028372,-6.970359969671295,-6.963499374716971,-6.956625234637107,-6.949737482376451,-6.9428360503470365,-6.935920870422344,-6.928991873931388,-6.922048991652708,-6.915092153808288,-6.908121290057387,-6.901136329490274,-6.894137200621884,-6.88712383138538,-6.880096149125619,-6.873054080592537,-6.865997551934419,-6.858926488691091,-6.851840815787004,-6.8447404575242174,-6.837625337575283,-6.8304953789760265,-6.823350504118218,-6.816190634742139,-6.809015691929039,-6.801825596093483,-6.794620266975578,-6.787399623633091,-6.780163584433448,-6.772912067045613,-6.765644988431841,-6.758362264839312,-6.751063811791637,-6.743749544080233,-6.736419375755572,-6.729073220118288,-6.7217109897101555,-6.714332596304929,-6.7069379508990306,-6.6995269637021115,-6.692099544127451,-6.6846556007822135,-6.677195041457551,-6.669717773118556,-6.662223701894045,-6.654712733066193,-6.647184771059995,-6.639639719432564,-6.632077480862259,-6.6244979571376374,-6.61690104914623,-6.609286656863133,-6.601654679339422,-6.594005014690374,-6.5863375600834955,-6.578652211726356,-6.5709488648542305,-6.563227413717522,-6.555487751568993,-6.547729770650776,-6.539953362181172,-6.532158416341222,-6.524344822261065,-6.516512468006056,-6.508661240562659,-6.500791025824092,-6.492901708575733,-6.484993172480279,-6.477065300062649,-6.469117972694624,-6.461151070579229,-6.453164472734838,-6.44515805697901,-6.437131699912038,-6.429085276900207,-6.4210186620587715,-6.412931728234614,-6.404824346988615,-6.396696388577694,-6.388547721936539,-6.380378214659012,-6.37218773297921,-6.363976141752192,-6.355743304434354,-6.347489083063449,-6.33921333823824,-6.330915929097783,-6.322596713300326,-6.314255547001819,-6.305892284834028,-6.297506779882238,-6.289098883662541,-6.280668446098699,-6.272215315498566,-6.263739338530073,-6.255240360196746,-6.246718223812766,-6.238172770977545,-6.229603841549819,-6.221011273621236,-6.212394903489429,-6.203754565630579,-6.195090092671421,-6.186401315360719,-6.177688062540164,-6.168950161114707,-6.160187436022296,-6.151399710203008,-6.142586804567564,-6.133748537965212,-6.1248847271509534,-6.115995186752112,-6.107079729234213,-6.098138164866169,-6.089170301684744,-6.080175945458283,-6.071154899649695,-6.062106965378656,-6.05303194138302,-6.043929623979424,-6.034799807023053,-6.025642281866556,-6.016456837318079,-6.007243259598403,-5.99800133229716,-5.988730836328092,-5.979431549883353,-5.970103248386797,-5.960745704446252,-5.951358687804737,-5.941941965290598,-5.932495300766538,-5.923018455077502,-5.913511185997394,-5.903973248174592,-5.89440439307622,-5.88480436893116,-5.8751729206717505,-5.86550978987414,-5.85581471469727,-5.846087429820433,-5.8363276663793675,-5.826535151900861,-5.8167096102358,-5.806850761490638,-5.796958321957227,-5.78703200404096,-5.777071516187197,-5.767076562805895,-5.757046844194405,-5.746982056458391,-5.7368818914307855,-5.726746036588756,-5.716574174968595,-5.706365985078491,-5.696121140809099,-5.685839311341863,-5.675520161054991,-5.665163349427047,-5.6547685309380515,-5.644335354968037,-5.633863465692964,-5.623352501977919,-5.612802097267507,-5.6022118794733515,-5.591581470858598,-5.580910487919345,-5.570198541262874,-5.559445235482598,-5.548650169029608,-5.537812934080707,-5.52693311640281,-5.516010295213602,-5.50504404303831,-5.494033925562461,-5.482979501480506,-5.471880322340138,-5.460735932382184,-5.449545868375889,-5.438309659449468,-5.42702682691571,-5.415696884092502,-5.404319336118067,-5.39289367976074,-5.3814194032230676,-5.36989598594004,-5.358322898371243,-5.3466996017866775,-5.335025548046055,-5.323300179371281,-5.311522928111912,-5.2996932165032815,-5.28781045641704,-5.275874049103815,-5.263883384927678,-5.251837843092104,-5.2397367913570925,-5.227579585747102,-5.215365570249426,-5.203094076502634,-5.190764423474678,-5.178375917130245,-5.165927850086906,-5.153419501259619,-5.140850135493086,-5.128219003181463,-5.115525339874899,-5.102768365872326,-5.089947285799935,-5.077061288174707,-5.064109544952349,-5.051091211058976,-5.0380054239057905,-5.0248513028860256,-5.011627948853363,-4.9983344435809665,-4.984969849200276,-4.971533207618616,-4.958023539914653,-4.94443984571066,-4.9307811025205,-4.917046265072192,-4.903234264603822,-4.889344008131539,-4.875374377688266,-4.861324229531691,-4.847192393320029,-4.83297767125394,-4.818678837182908,-4.8042946356742595,-4.789823781042941,-4.775264956339992,-4.760616812297586,-4.745877966228338,-4.731047000876454,-4.716122463218142,-4.701102863208543,-4.685986672472227,-4.670772322934191,-4.655458205387991,-4.640042667997512,-4.62452401472856,-4.60890050370629,-4.593170345494129,-4.577331701289612,-4.561382681032208,-4.5453213414178535,-4.529145683814574,-4.512853652073108,-4.496443130226091,-4.4799119400687815,-4.4632578386138775,-4.446478515412371,-4.429571589731763,-4.4125346075823355,-4.395365038581407,-4.3780602726447455,-4.360617616493414,-4.343034289963413,-4.325307422104421,-4.307434047052819,-4.28941109966295,-4.271235410879188,-4.252903702829902,-4.234412583622763,-4.215758541819031,-4.196937940562427,-4.1779470113360615,-4.158781847318363,-4.139438396306334,-4.119912453171404,-4.100199651809887,-4.080295456546293,-4.060195152943698,-4.03989383797075,-4.01938640946978,-3.998667554864773,-3.977731739041529,-3.9565731913251367,-3.9351858914718085,-3.9135635545829803,-3.891699614839314,-3.86958720794058,-3.847219152124234,-3.824587927620524,-3.8016856543849316,-3.778504067929343,-3.755034493051139,-3.731267815233978,-3.707194449464842,-3.6828043061782902,-3.6580867540000646,-3.6330305789172597,-3.6076239394501046,-3.5818543173396913,-3.5557084631950406,-3.5291723364597978,-3.502231038961143,-3.4748687411882253,-3.447068600310942,-3.4188126687876417,-3.390081792216724,-3.3608554948550777,-3.3311118509470226,-3.300827339669711,-3.269976681090586,-3.2385326500313245,-3.206465864117307,-3.1737445415317245,-3.1403342230493494,-3.1061974517447144,-3.071293402283782,-3.0355774498248476,-2.99900066614858,-2.961509227538751,-2.9230437149102166,-2.8835382814029473,-2.8429196556709315,-2.8011059397366758,-2.758005147606801,-2.713513413457855,-2.6675127740230273,-2.6198683956785462,-2.570425067746543,-2.5190027119528953,-2.46539055126025,-2.409339418591454,-2.3505514316042717,-2.288665850644806,-2.2232392577061857,-2.1537170235264096,-2.0793909236591817,-1.9993337774323865,-1.912293963810262,-1.8165152894586298,-1.7094063343938208,-1.5868722707658622,-1.4417691407014737,-1.2595013559764476,-0.9996668887161932,0.0,0.9996668887161932,1.2595013559764476,1.4417691407014737,1.5868722707658622,1.7094063343938208,1.8165152894586298,1.912293963810262,1.9993337774323865,2.0793909236591817,2.1537170235264096,2.2232392577061857,2.288665850644806,2.3505514316042717,2.409339418591454,2.46539055126025,2.5190027119528953,2.570425067746543,2.6198683956785462,2.6675127740230273,2.713513413457855,2.758005147606801,2.8011059397366758,2.8429196556709315,2.8835382814029473,2.9230437149102166,2.961509227538751,2.99900066614858,3.0355774498248476,3.071293402283782,3.1061974517447144,3.1403342230493494,3.1737445415317245,3.206465864117307,3.2385326500313245,3.269976681090586,3.300827339669711,3.3311118509470226,3.3608554948550777,3.390081792216724,3.4188126687876417,3.447068600310942,3.4748687411882253,3.502231038961143,3.5291723364597978,3.5557084631950406,3.5818543173396913,3.6076239394501046,3.6330305789172597,3.6580867540000646,3.6828043061782902,3.707194449464842,3.731267815233978,3.755034493051139,3.778504067929343,3.8016856543849316,3.824587927620524,3.847219152124234,3.86958720794058,3.891699614839314,3.9135635545829803,3.9351858914718085,3.9565731913251367,3.977731739041529,3.998667554864773,4.01938640946978,4.03989383797075,4.060195152943698,4.080295456546293,4.100199651809887,4.119912453171404,4.139438396306334,4.158781847318363,4.1779470113360615,4.196937940562427,4.215758541819031,4.234412583622763,4.252903702829902,4.271235410879188,4.28941109966295,4.307434047052819,4.325307422104421,4.343034289963413,4.360617616493414,4.3780602726447455,4.395365038581407,4.4125346075823355,4.429571589731763,4.446478515412371,4.4632578386138775,4.4799119400687815,4.496443130226091,4.512853652073108,4.529145683814574,4.5453213414178535,4.561382681032208,4.577331701289612,4.593170345494129,4.60890050370629,4.62452401472856,4.640042667997512,4.655458205387991,4.670772322934191,4.685986672472227,4.701102863208543,4.716122463218142,4.731047000876454,4.745877966228338,4.760616812297586,4.775264956339992,4.789823781042941,4.8042946356742595,4.818678837182908,4.83297767125394,4.847192393320029,4.861324229531691,4.875374377688266,4.889344008131539,4.903234264603822,4.917046265072192,4.9307811025205,4.94443984571066,4.958023539914653,4.971533207618616,4.984969849200276,4.9983344435809665,5.011627948853363,5.0248513028860256,5.0380054239057905,5.051091211058976,5.064109544952349,5.077061288174707,5.089947285799935,5.102768365872326,5.115525339874899,5.128219003181463,5.140850135493086,5.153419501259619,5.165927850086906,5.178375917130245,5.190764423474678,5.203094076502634,5.215365570249426,5.227579585747102,5.2397367913570925,5.251837843092104,5.263883384927678,5.275874049103815,5.28781045641704,5.2996932165032815,5.311522928111912,5.323300179371281,5.335025548046055,5.3466996017866775,5.358322898371243,5.36989598594004,5.3814194032230676,5.39289367976074,5.404319336118067,5.415696884092502,5.42702682691571,5.438309659449468,5.449545868375889,5.460735932382184,5.471880322340138,5.482979501480506,5.494033925562461,5.50504404303831,5.516010295213602,5.52693311640281,5.537812934080707,5.548650169029608,5.559445235482598,5.570198541262874,5.580910487919345,5.591581470858598,5.6022118794733515,5.612802097267507,5.623352501977919,5.633863465692964,5.644335354968037,5.6547685309380515,5.665163349427047,5.675520161054991,5.685839311341863,5.696121140809099,5.706365985078491,5.716574174968595,5.726746036588756,5.7368818914307855,5.746982056458391,5.757046844194405,5.767076562805895,5.777071516187197,5.78703200404096,5.796958321957227,5.806850761490638,5.8167096102358,5.826535151900861,5.8363276663793675,5.846087429820433,5.85581471469727,5.86550978987414,5.8751729206717505,5.88480436893116,5.89440439307622,5.903973248174592,5.913511185997394,5.923018455077502,5.932495300766538,5.941941965290598,5.951358687804737,5.960745704446252,5.970103248386797,5.979431549883353,5.988730836328092,5.99800133229716,6.007243259598403,6.016456837318079,6.025642281866556,6.034799807023053,6.043929623979424,6.05303194138302,6.062106965378656,6.071154899649695,6.080175945458283,6.089170301684744,6.098138164866169,6.107079729234213,6.115995186752112,6.1248847271509534,6.133748537965212,6.142586804567564,6.151399710203008,6.160187436022296,6.168950161114707,6.177688062540164,6.186401315360719,6.195090092671421,6.203754565630579,6.212394903489429,6.221011273621236,6.229603841549819,6.238172770977545,6.246718223812766,6.255240360196746,6.263739338530073,6.272215315498566,6.280668446098699,6.289098883662541,6.297506779882238,6.305892284834028,6.314255547001819,6.322596713300326,6.330915929097783,6.33921333823824,6.347489083063449,6.355743304434354,6.363976141752192,6.37218773297921,6.380378214659012,6.388547721936539,6.396696388577694,6.404824346988615,6.412931728234614,6.4210186620587715,6.429085276900207,6.437131699912038,6.44515805697901,6.453164472734838,6.461151070579229,6.469117972694624,6.477065300062649,6.484993172480279,6.492901708575733,6.500791025824092,6.508661240562659,6.516512468006056,6.524344822261065,6.532158416341222,6.539953362181172,6.547729770650776,6.555487751568993,6.563227413717522,6.5709488648542305,6.578652211726356,6.5863375600834955,6.594005014690374,6.601654679339422,6.609286656863133,6.61690104914623,6.6244979571376374,6.632077480862259,6.639639719432564,6.647184771059995,6.654712733066193,6.662223701894045,6.669717773118556,6.677195041457551,6.6846556007822135,6.692099544127451,6.6995269637021115,6.7069379508990306,6.714332596304929,6.7217109897101555,6.729073220118288,6.736419375755572,6.743749544080233,6.751063811791637,6.758362264839312,6.765644988431841,6.772912067045613,6.780163584433448,6.787399623633091,6.794620266975578,6.801825596093483,6.809015691929039,6.816190634742139,6.823350504118218,6.8304953789760265,6.837625337575283,6.8447404575242174,6.851840815787004,6.858926488691091,6.865997551934419,6.873054080592537,6.880096149125619,6.88712383138538,6.894137200621884,6.901136329490274,6.908121290057387,6.915092153808288,6.922048991652708,6.928991873931388,6.935920870422344,6.9428360503470365,6.949737482376451,6.956625234637107,6.963499374716971,6.970359969671295,6.977207086028372,6.9840407897952135,6.99086114646315,6.997668221013353,7.004462077922286,7.011242781167074,7.018010394230812,7.024764980107788,7.03150660130865,7.038235319865494,7.044951197336885,7.051654294812815,7.0583446729195956,7.065022391824679,7.071687511241424,7.078340090433791,7.084980188220982,7.091607862982016,7.098223172660249,7.104826174767824,7.111416926390081,7.117995484189894,7.1245619044119595,7.131116242887028,7.137658555036081,7.144188895874459,7.150707320015925,7.15721388167669,7.163708634679383,7.170191632456961,7.176662928056583,7.183122574143433,7.189570623004483,7.196007126552227,7.20243213632835,7.208845703507368,7.215247878900209,7.22163871295776,7.228018255774361,7.234386557091266,7.240743666300053,7.2470896324459915,7.253424504231381,7.259748330018832,7.266061157834519,7.2723630353713915,7.278654009992341,7.284934128733337,7.2912034383065185,7.297461985103257,7.3037098151971716,7.309946974347116,7.316173508000129,7.322389461294348,7.328594879061888,7.334789805831686,7.340974285832317,7.347148362994768,7.353312080955187,7.3594654830575985,7.3656086123565805,7.37174151161992,7.3778642233312315,7.383976789692549,7.390079252626883,7.396171653780751,7.40225403452668,7.40832643596568,7.414388898929684,7.42044146398397,7.426484171429544,7.432517061305504,7.4385401733913765,7.44455354720942,7.450557222026914,7.456551236858407,7.462535630467956,7.468510441371326,7.474475707838178,7.480431467894218,7.486377759323336,7.492314619669716,7.498242086239919,7.5041601961049444,7.510068986102278,7.5159684928378985,7.521858752688286,7.527739801802385,7.533611676103563,7.539474411291538,7.545328042844291,7.551172606019956,7.557008135858686,7.5628346671845,7.5686522346071206,7.574460872523773,7.580260615120982,7.586051496376338,7.59183355006025,7.597606809737682,7.603371308769863,7.609127080315984,7.6148741573348815,7.620612572586691,7.626342358634497,7.632063547845954,7.6377761723949,7.643480264262945,7.649175855241048,7.654862976931077,7.660541660747353,7.666211937918173,7.671873839487324,7.67752739631558,7.68317263908218,7.688809598286292,7.694438304248468,7.700058787112074,7.705671076844712,7.711275203239628,7.716871195917102,7.722459084325828,7.728038897744273,7.733610665282031,7.73917441588116,7.744730178317501,7.750277981201993,7.755817852981964,7.761349821942419,7.766873916207309,7.7723901637407895,7.777898592348466,7.783399229678628,7.78889210322347,7.794377240320301,7.79985466815274,7.8053244137519044,7.810786503997581,7.816240965619392,7.821687825197942,7.827127109165961,7.832558843809432,7.837983055268709,7.843399769539624,7.848809012474583,7.8542108097836545,7.859605187035639,7.86499216965914,7.870371782943617,7.875744052040428,7.8811090019638685,7.886466657592192,7.8918170436686275,7.897160184802386,7.902496105469656,7.907824830014588,7.9131463826502735,7.918460787459716,7.923768068396783,7.929068249287166,7.934361353829311,7.93964740559536,7.944926428032069,7.950198444461726,7.955463478083058,7.960721551972127,7.965972689083221,7.971216912249737,7.976454244185056,7.981684707483401,7.986908324620707,7.99212511795546,7.997335109729546,8.002538322069082,8.007734776985242,8.012924496375081,8.018107502022346,8.023283815598274,8.028453458662398,8.033616452663333,8.03877281893956,8.0439225787202,8.049065753125785,8.054202363169024,8.059332429755552,8.06445597368468,8.06957301565014,8.074683576240824,8.0797876759415,8.084885335133546,8.089976574095662,8.095061413004583,8.100139871935781,8.105211970864158,8.110277729664745,8.11533716811338,8.120390305887396,8.125437162566286,8.130477757632372,8.135512110471478,8.140540240373566,8.145562166533404,8.150577908051204,8.15558748393326,8.160590913092586,8.165588214349535,8.170579406432438,8.175564507978207,8.180543537532953,8.185516513552594,8.19048345440346,8.195444378362875,8.200399303619774,8.205348248275262,8.210291230343222,8.215228267750868,8.22015937833934,8.22508457986425,8.230003889996263,8.234917326321643,8.239824906342808,8.244726647478883,8.249622567066243,8.25451268235905,8.259397010529787,8.264275568669795,8.269148373789793,8.274015442820403,8.278876792612667,8.283732439938559,8.288582401491501,8.293426693886854,8.298265333662435,8.303098337279001,8.307925721120755,8.312747501495817,8.317563694636727,8.322374316700913,8.327179383771174,8.331978911856153,8.336772916890805,8.341561414736862,8.346344421183295,8.351121951946775,8.355894022672123,8.360660648932765,8.365421846231177,8.370177629999327,8.37492801559912,8.379673018322832,8.38441265339354,8.389146935965556,8.393875881124854,8.398599503889493,8.403317819210027,8.40803084196994,8.41273858698604,8.417441069008882,8.42213830272317,8.42683030274816,8.431517083638061,8.436198659882432,8.440875045906576,8.445546256071937,8.450212304676477,8.454873205955067,8.459528974079875,8.464179623160735,8.468825167245527,8.473465620320553,8.478100996310907,8.48273130908084,8.487356572434125,8.491976800114424,8.496592005805638,8.501202203132278,8.505807405659803,8.510407626894983,8.51500288028624,8.519593179224,8.524178537041033,8.528758967012795,8.533334482357764,8.537905096237782,8.542470821758377,8.547031671969105,8.55158765986387,8.556138798381259,8.560685100404854,8.565226578763559,8.569763246231922,8.574295115530445,8.5788221993259,8.583344510231644,8.587862060807916,8.592374863562167,8.596882930949336,8.601386275372182,8.605884909181555,8.61037884467672,8.614868094105638,8.61935266966526,8.623832583501827,8.62830784771115,8.632778474338906,8.637244475380918,8.641705862783436,8.646162648443426,8.650614844208842,8.655062461878908,8.65950551320439,8.663944009887873,8.668377963584025,8.672807385899873,8.67723228839507,8.681652682582156,8.686068579926825,8.690479991848193,8.694886929719038,8.69928940486608,8.70368742857023,8.708081012066833,8.71247016654594,8.71685490315254,8.721235232986828,8.725611167104432,8.729982716516679,8.734349892190819,8.738712705050283,8.743071165974914,8.747425285801212,8.751775075322564,8.756120545289491,8.760461706409863,8.764798569349152,8.769131144730649,8.7734594431357,8.777783475103924,8.782103251133455,8.786418781681148,8.790730077162815,8.79503714795344,8.799340004387405,8.803638656758693,8.807933115321127,8.812223390288567,8.816509491835133,8.820791430095412,8.825069215164671,8.829342857099071,8.83361236591587,8.837877751593629,8.842139024072416,8.846396193254021,8.850649269002142,8.854898261142598,8.859143179463526,8.863384033715576,8.867620833612111,8.871853588829405,8.876082309006831,8.88030700374706,8.884527682616254,8.888744355144244,8.892957030824743,8.897165719115504,8.901370429438538,8.905571171180274,8.909767953691757,8.91396078628883,8.918149678252313,8.922334638828183,8.926515677227755,8.930692802627865,8.93486602417104,8.939035350965677,8.943200792086218,8.947362356573326,8.951520053434052,8.955673891642016,8.959823880137563,8.96397002782795,8.968112343587498,8.97225083625777,8.976385514647733,8.980516387533923,8.984643463660607,8.988766751739954,8.992886260452183,8.99700199844574,9.001113974337443,9.005222196712651,9.009326674125418,9.013427415098649,9.017524428124256,9.021617721663315,9.025707304146216,9.02979318397282,9.033875369512607,9.037953869104832,9.042028691058665,9.046099843653353,9.050167335138358,9.054231173733509,9.058291367629147,9.062347924986268,9.06640085393667,9.070450162583102,9.07449585899939,9.078537951230595,9.082576447293148,9.08661135517499,9.090642682835707,9.094670438206679,9.0986946291912,9.102715263664637,9.106732349474543,9.110745894440807,9.114755906355786,9.118762392984427,9.122765362064415,9.126764821306296,9.130760778393604,9.134753240983002,9.1387422167044,9.142727713161094,9.146709737929879,9.15068829856119,9.154663402579224,9.15863505748206,9.16260327074179,9.166568049804635,9.170529402091079,9.174487334995979,9.178441855888698,9.182392972113217,9.186340690988258,9.190285019807405,9.194225965839221,9.198163536327364,9.20209773849071,9.206028579523462,9.20995606659527,9.213880206851346,9.21780100741258,9.221718475375647,9.22563261781313,9.229543441773622,9.233450954281844,9.237355162338758,9.24125607292167,9.245153692984347,9.24904802945712,9.252939089246995,9.256826879237767,9.260711406290113,9.264592677241714,9.26847069890735,9.27234547807901,9.276217021525994,9.280085335995023,9.283950428210334,9.287812304873789,9.291670972664976,9.295526438241309,9.29937870823813,9.303227789268812,9.307073687924854,9.310916410775983,9.314755964370253,9.318592355234143,9.322425589872658,9.326255674769415,9.330082616386754,9.333906421165823,9.33772709552668,9.341544645868382,9.345359078569084,9.349170399986134,9.35297861645616,9.356783734295167,9.360585759798633,9.364384699241588,9.36818055887872,9.371973344944454,9.375763063653054,9.379549721198694,9.383333323755574,9.38711387747798,9.390891388500389,9.39466586293756,9.398437306884604,9.402205726417087,9.405971127591107,9.409733516443385,9.413492898991345,9.417249281233202,9.421002669148049,9.42475306869593,9.428500485817938,9.432244926436285,9.435986396454396,9.439724901756977,9.443460448210109,9.447193041661322,9.45092268793968,9.45464939285586,9.458373162202221,9.462094001752908,9.465811917263899,9.469526914473112,9.473238999100467,9.476948176847966,9.480654453399772,9.484357834422285,9.48805832556422,9.491755932456677,9.495450660713223,9.499142515929966,9.502831503685625,9.506517629541609,9.510200899042088,9.51388131771407,9.517558891067466,9.521233624595173,9.52490552377314,9.528574594060439,9.532240840899341,9.535904269715381,9.539564885917436,9.54322269489779,9.546877702032203,9.550529912679984,9.554179332184063,9.557825965871048,9.56146981905131,9.565110897019032,9.568749205052297,9.572384748413139,9.576017532347617,9.579647562085881,9.583274842842242,9.586899379815225,9.590521178187656,9.594140243126702,9.597756579783956,9.601370193295494,9.604981088781937,9.608589271348519,9.612194746085146,9.615797518066465,9.619397592351923,9.62299497398583,9.626589667997417,9.630181679400911,9.633771013195584,9.637357674365816,9.640941667881158,9.644522998696397,9.648101671751608,9.651677691972221,9.655251064269072,9.658821793538474,9.662389884662268,9.66595534250788,9.66951817192839,9.673078377762577,9.676635964834986,9.680190937955983,9.68374330192181,9.687293061514643,9.690840221502654,9.694384786640057,9.697926761667174,9.701466151310488,9.70500296028269,9.708537193282748,9.712068854995952,9.715597950093974,9.71912448323492,9.722648459063382,9.726169882210497,9.729688757293998,9.733205088918266,9.736718881674383,9.740230140140186,9.743738868880325,9.747245072446301,9.750748755376533,9.754249922196399,9.757748577418294,9.76124472554168,9.764738371053133,9.768229518426397,9.771718172122437,9.77520433658948,9.778688016263079,9.782169215566146,9.785647938909017,9.78912419068949,9.79259797529288,9.796069297092066,9.799538160447534,9.803004569707442,9.806468529207644,9.809930043271757,9.813389116211201,9.816845752325246,9.820299955901058,9.82375173121375,9.827201082526427,9.830648014090231,9.834092530144384,9.837534634916244,9.840974332621338,9.844411627463419,9.847846523634502,9.851279025314913,9.854709136673337,9.858136861866859,9.861562205041,9.864985170329783,9.868405761855753,9.871823983730037,9.875239840052377,9.878653334911185,9.88206447238357,9.885473256535397,9.88887969142132,9.892283781084828,9.895685529558284,9.899084940862972,9.902482019009133,9.905876767996013,9.9092691918119,9.912659294434166,9.916047079829307,9.919432551952989,9.92281571475008,9.9261965721547,9.929575128090253,9.932951386469476,9.936325351194466,9.939697026156733,9.943066415237231,9.946433522306403,9.949798351224214,9.953160905840194,9.956521189993476,9.959879207512836,9.963234962216728,9.966588457913323,9.969939698400552,9.973288687466136,9.97663542888763,9.979979926432456,9.983322183857947,9.986662204911374,9.98999999332999,9.993335552841069,9.996668887161933,10.0],"x":[-1000.0,-999.000999000999,-998.001998001998,-997.002997002997,-996.003996003996,-995.004995004995,-994.005994005994,-993.006993006993,-992.007992007992,-991.008991008991,-990.00999000999,-989.010989010989,-988.011988011988,-987.012987012987,-986.013986013986,-985.014985014985,-984.015984015984,-983.016983016983,-982.017982017982,-981.018981018981,-980.01998001998,-979.020979020979,-978.021978021978,-977.022977022977,-976.023976023976,-975.024975024975,-974.025974025974,-973.026973026973,-972.027972027972,-971.028971028971,-970.0299700299701,-969.030969030969,-968.0319680319681,-967.032967032967,-966.0339660339661,-965.034965034965,-964.0359640359641,-963.036963036963,-962.0379620379621,-961.038961038961,-960.0399600399601,-959.040959040959,-958.0419580419581,-957.042957042957,-956.0439560439561,-955.044955044955,-954.0459540459541,-953.046953046953,-952.0479520479521,-951.048951048951,-950.0499500499501,-949.050949050949,-948.0519480519481,-947.052947052947,-946.0539460539461,-945.054945054945,-944.0559440559441,-943.056943056943,-942.0579420579421,-941.0589410589411,-940.05994005994,-939.0609390609391,-938.061938061938,-937.0629370629371,-936.063936063936,-935.0649350649351,-934.065934065934,-933.0669330669331,-932.067932067932,-931.0689310689311,-930.06993006993,-929.0709290709291,-928.071928071928,-927.0729270729271,-926.073926073926,-925.0749250749251,-924.075924075924,-923.0769230769231,-922.077922077922,-921.0789210789211,-920.07992007992,-919.0809190809191,-918.081918081918,-917.0829170829171,-916.083916083916,-915.0849150849151,-914.085914085914,-913.0869130869131,-912.0879120879121,-911.0889110889111,-910.0899100899101,-909.0909090909091,-908.0919080919081,-907.0929070929071,-906.0939060939061,-905.0949050949051,-904.0959040959041,-903.0969030969031,-902.0979020979021,-901.0989010989011,-900.0999000999001,-899.1008991008991,-898.1018981018981,-897.1028971028971,-896.1038961038961,-895.1048951048951,-894.1058941058941,-893.1068931068932,-892.1078921078921,-891.1088911088912,-890.1098901098901,-889.1108891108892,-888.1118881118881,-887.1128871128872,-886.1138861138861,-885.1148851148852,-884.1158841158841,-883.1168831168832,-882.1178821178821,-881.1188811188811,-880.1198801198801,-879.1208791208791,-878.1218781218781,-877.1228771228771,-876.1238761238761,-875.1248751248751,-874.1258741258741,-873.1268731268731,-872.1278721278721,-871.1288711288711,-870.1298701298701,-869.1308691308691,-868.1318681318681,-867.1328671328671,-866.1338661338661,-865.1348651348651,-864.1358641358642,-863.1368631368631,-862.1378621378622,-861.1388611388611,-860.1398601398602,-859.1408591408591,-858.1418581418582,-857.1428571428571,-856.1438561438562,-855.1448551448551,-854.1458541458542,-853.1468531468531,-852.1478521478522,-851.1488511488511,-850.1498501498502,-849.1508491508491,-848.1518481518482,-847.1528471528471,-846.1538461538462,-845.1548451548451,-844.1558441558442,-843.1568431568431,-842.1578421578422,-841.1588411588411,-840.1598401598402,-839.1608391608391,-838.1618381618382,-837.1628371628371,-836.1638361638362,-835.1648351648352,-834.1658341658342,-833.1668331668332,-832.1678321678322,-831.1688311688312,-830.1698301698302,-829.1708291708292,-828.1718281718282,-827.1728271728272,-826.1738261738262,-825.1748251748252,-824.1758241758242,-823.1768231768232,-822.1778221778221,-821.1788211788212,-820.1798201798201,-819.1808191808192,-818.1818181818181,-817.1828171828172,-816.1838161838161,-815.1848151848152,-814.1858141858141,-813.1868131868132,-812.1878121878121,-811.1888111888112,-810.1898101898101,-809.1908091908092,-808.1918081918081,-807.1928071928072,-806.1938061938062,-805.1948051948052,-804.1958041958042,-803.1968031968032,-802.1978021978022,-801.1988011988012,-800.1998001998002,-799.2007992007992,-798.2017982017982,-797.2027972027972,-796.2037962037962,-795.2047952047952,-794.2057942057942,-793.2067932067932,-792.2077922077922,-791.2087912087912,-790.2097902097902,-789.2107892107892,-788.2117882117882,-787.2127872127872,-786.2137862137862,-785.2147852147853,-784.2157842157842,-783.2167832167833,-782.2177822177822,-781.2187812187813,-780.2197802197802,-779.2207792207793,-778.2217782217782,-777.2227772227773,-776.2237762237762,-775.2247752247753,-774.2257742257742,-773.2267732267733,-772.2277722277722,-771.2287712287713,-770.2297702297702,-769.2307692307693,-768.2317682317682,-767.2327672327673,-766.2337662337662,-765.2347652347653,-764.2357642357642,-763.2367632367632,-762.2377622377622,-761.2387612387612,-760.2397602397602,-759.2407592407592,-758.2417582417582,-757.2427572427572,-756.2437562437563,-755.2447552447552,-754.2457542457543,-753.2467532467532,-752.2477522477523,-751.2487512487512,-750.2497502497503,-749.2507492507492,-748.2517482517483,-747.2527472527472,-746.2537462537463,-745.2547452547452,-744.2557442557443,-743.2567432567432,-742.2577422577423,-741.2587412587412,-740.2597402597403,-739.2607392607392,-738.2617382617383,-737.2627372627372,-736.2637362637363,-735.2647352647352,-734.2657342657343,-733.2667332667332,-732.2677322677323,-731.2687312687312,-730.2697302697303,-729.2707292707292,-728.2717282717283,-727.2727272727273,-726.2737262737263,-725.2747252747253,-724.2757242757243,-723.2767232767233,-722.2777222777223,-721.2787212787213,-720.2797202797203,-719.2807192807193,-718.2817182817183,-717.2827172827173,-716.2837162837163,-715.2847152847153,-714.2857142857143,-713.2867132867133,-712.2877122877123,-711.2887112887113,-710.2897102897103,-709.2907092907093,-708.2917082917083,-707.2927072927073,-706.2937062937064,-705.2947052947053,-704.2957042957042,-703.2967032967033,-702.2977022977022,-701.2987012987013,-700.2997002997002,-699.3006993006993,-698.3016983016983,-697.3026973026973,-696.3036963036963,-695.3046953046953,-694.3056943056943,-693.3066933066933,-692.3076923076923,-691.3086913086913,-690.3096903096903,-689.3106893106893,-688.3116883116883,-687.3126873126873,-686.3136863136863,-685.3146853146853,-684.3156843156843,-683.3166833166833,-682.3176823176823,-681.3186813186813,-680.3196803196803,-679.3206793206793,-678.3216783216783,-677.3226773226774,-676.3236763236763,-675.3246753246754,-674.3256743256743,-673.3266733266734,-672.3276723276723,-671.3286713286714,-670.3296703296703,-669.3306693306694,-668.3316683316683,-667.3326673326674,-666.3336663336663,-665.3346653346654,-664.3356643356643,-663.3366633366634,-662.3376623376623,-661.3386613386614,-660.3396603396603,-659.3406593406594,-658.3416583416583,-657.3426573426574,-656.3436563436563,-655.3446553446554,-654.3456543456543,-653.3466533466534,-652.3476523476523,-651.3486513486514,-650.3496503496503,-649.3506493506494,-648.3516483516484,-647.3526473526474,-646.3536463536464,-645.3546453546453,-644.3556443556444,-643.3566433566433,-642.3576423576424,-641.3586413586413,-640.3596403596404,-639.3606393606393,-638.3616383616384,-637.3626373626373,-636.3636363636364,-635.3646353646353,-634.3656343656344,-633.3666333666333,-632.3676323676324,-631.3686313686313,-630.3696303696304,-629.3706293706293,-628.3716283716284,-627.3726273726273,-626.3736263736264,-625.3746253746253,-624.3756243756244,-623.3766233766233,-622.3776223776224,-621.3786213786213,-620.3796203796204,-619.3806193806194,-618.3816183816184,-617.3826173826174,-616.3836163836164,-615.3846153846154,-614.3856143856144,-613.3866133866134,-612.3876123876124,-611.3886113886114,-610.3896103896104,-609.3906093906094,-608.3916083916084,-607.3926073926074,-606.3936063936064,-605.3946053946054,-604.3956043956044,-603.3966033966034,-602.3976023976024,-601.3986013986014,-600.3996003996004,-599.4005994005994,-598.4015984015984,-597.4025974025974,-596.4035964035965,-595.4045954045954,-594.4055944055945,-593.4065934065934,-592.4075924075925,-591.4085914085914,-590.4095904095905,-589.4105894105894,-588.4115884115885,-587.4125874125874,-586.4135864135864,-585.4145854145854,-584.4155844155844,-583.4165834165834,-582.4175824175824,-581.4185814185814,-580.4195804195804,-579.4205794205794,-578.4215784215784,-577.4225774225774,-576.4235764235764,-575.4245754245754,-574.4255744255744,-573.4265734265734,-572.4275724275724,-571.4285714285714,-570.4295704295704,-569.4305694305694,-568.4315684315684,-567.4325674325675,-566.4335664335664,-565.4345654345655,-564.4355644355644,-563.4365634365635,-562.4375624375624,-561.4385614385615,-560.4395604395604,-559.4405594405595,-558.4415584415584,-557.4425574425575,-556.4435564435564,-555.4445554445555,-554.4455544455544,-553.4465534465535,-552.4475524475524,-551.4485514485515,-550.4495504495504,-549.4505494505495,-548.4515484515484,-547.4525474525475,-546.4535464535464,-545.4545454545455,-544.4555444555444,-543.4565434565435,-542.4575424575424,-541.4585414585415,-540.4595404595404,-539.4605394605395,-538.4615384615385,-537.4625374625375,-536.4635364635365,-535.4645354645355,-534.4655344655345,-533.4665334665335,-532.4675324675325,-531.4685314685315,-530.4695304695305,-529.4705294705295,-528.4715284715285,-527.4725274725274,-526.4735264735265,-525.4745254745254,-524.4755244755245,-523.4765234765234,-522.4775224775225,-521.4785214785214,-520.4795204795205,-519.4805194805194,-518.4815184815185,-517.4825174825174,-516.4835164835165,-515.4845154845154,-514.4855144855145,-513.4865134865134,-512.4875124875125,-511.4885114885115,-510.4895104895105,-509.4905094905095,-508.4915084915085,-507.4925074925075,-506.4935064935065,-505.4945054945055,-504.4955044955045,-503.4965034965035,-502.4975024975025,-501.4985014985015,-500.4995004995005,-499.5004995004995,-498.5014985014985,-497.5024975024975,-496.5034965034965,-495.5044955044955,-494.5054945054945,-493.5064935064935,-492.5074925074925,-491.5084915084915,-490.5094905094905,-489.5104895104895,-488.5114885114885,-487.5124875124875,-486.5134865134865,-485.5144855144855,-484.5154845154845,-483.5164835164835,-482.5174825174825,-481.5184815184815,-480.5194805194805,-479.5204795204795,-478.5214785214785,-477.5224775224775,-476.5234765234765,-475.5244755244755,-474.5254745254745,-473.5264735264735,-472.5274725274725,-471.5284715284715,-470.52947052947053,-469.53046953046953,-468.53146853146853,-467.53246753246754,-466.53346653346654,-465.53446553446554,-464.53546453546454,-463.53646353646354,-462.53746253746255,-461.53846153846155,-460.53946053946055,-459.54045954045955,-458.54145854145855,-457.54245754245756,-456.54345654345656,-455.54445554445556,-454.54545454545456,-453.54645354645356,-452.54745254745256,-451.54845154845157,-450.54945054945057,-449.55044955044957,-448.5514485514486,-447.5524475524476,-446.5534465534466,-445.5544455544456,-444.5554445554446,-443.5564435564436,-442.5574425574426,-441.5584415584416,-440.55944055944053,-439.56043956043953,-438.56143856143854,-437.56243756243754,-436.56343656343654,-435.56443556443554,-434.56543456543454,-433.56643356643355,-432.56743256743255,-431.56843156843155,-430.56943056943055,-429.57042957042955,-428.57142857142856,-427.57242757242756,-426.57342657342656,-425.57442557442556,-424.57542457542456,-423.57642357642357,-422.57742257742257,-421.57842157842157,-420.57942057942057,-419.5804195804196,-418.5814185814186,-417.5824175824176,-416.5834165834166,-415.5844155844156,-414.5854145854146,-413.5864135864136,-412.5874125874126,-411.5884115884116,-410.5894105894106,-409.5904095904096,-408.5914085914086,-407.5924075924076,-406.5934065934066,-405.5944055944056,-404.5954045954046,-403.5964035964036,-402.5974025974026,-401.5984015984016,-400.5994005994006,-399.6003996003996,-398.6013986013986,-397.6023976023976,-396.6033966033966,-395.6043956043956,-394.6053946053946,-393.6063936063936,-392.6073926073926,-391.6083916083916,-390.60939060939063,-389.61038961038963,-388.61138861138863,-387.61238761238764,-386.61338661338664,-385.61438561438564,-384.61538461538464,-383.61638361638364,-382.61738261738265,-381.6183816183816,-380.6193806193806,-379.6203796203796,-378.6213786213786,-377.6223776223776,-376.6233766233766,-375.6243756243756,-374.6253746253746,-373.6263736263736,-372.6273726273726,-371.6283716283716,-370.6293706293706,-369.6303696303696,-368.6313686313686,-367.6323676323676,-366.6333666333666,-365.6343656343656,-364.6353646353646,-363.6363636363636,-362.6373626373626,-361.63836163836163,-360.63936063936063,-359.64035964035963,-358.64135864135864,-357.64235764235764,-356.64335664335664,-355.64435564435564,-354.64535464535464,-353.64635364635365,-352.64735264735265,-351.64835164835165,-350.64935064935065,-349.65034965034965,-348.65134865134866,-347.65234765234766,-346.65334665334666,-345.65434565434566,-344.65534465534466,-343.65634365634367,-342.65734265734267,-341.65834165834167,-340.65934065934067,-339.6603396603397,-338.6613386613387,-337.6623376623377,-336.6633366633367,-335.6643356643357,-334.6653346653347,-333.6663336663337,-332.6673326673327,-331.6683316683317,-330.6693306693307,-329.6703296703297,-328.6713286713287,-327.6723276723277,-326.6733266733267,-325.6743256743257,-324.6753246753247,-323.6763236763237,-322.67732267732265,-321.67832167832165,-320.67932067932065,-319.68031968031966,-318.68131868131866,-317.68231768231766,-316.68331668331666,-315.68431568431566,-314.68531468531467,-313.68631368631367,-312.68731268731267,-311.68831168831167,-310.6893106893107,-309.6903096903097,-308.6913086913087,-307.6923076923077,-306.6933066933067,-305.6943056943057,-304.6953046953047,-303.6963036963037,-302.6973026973027,-301.6983016983017,-300.6993006993007,-299.7002997002997,-298.7012987012987,-297.7022977022977,-296.7032967032967,-295.7042957042957,-294.7052947052947,-293.7062937062937,-292.7072927072927,-291.7082917082917,-290.7092907092907,-289.7102897102897,-288.7112887112887,-287.7122877122877,-286.7132867132867,-285.7142857142857,-284.7152847152847,-283.7162837162837,-282.7172827172827,-281.71828171828173,-280.71928071928073,-279.72027972027973,-278.72127872127874,-277.72227772227774,-276.72327672327674,-275.72427572427574,-274.72527472527474,-273.72627372627375,-272.72727272727275,-271.72827172827175,-270.72927072927075,-269.73026973026975,-268.73126873126876,-267.73226773226776,-266.73326673326676,-265.73426573426576,-264.73526473526476,-263.7362637362637,-262.7372627372627,-261.7382617382617,-260.7392607392607,-259.7402597402597,-258.7412587412587,-257.7422577422577,-256.7432567432567,-255.74425574425575,-254.74525474525475,-253.74625374625376,-252.74725274725276,-251.74825174825176,-250.74925074925076,-249.75024975024974,-248.75124875124874,-247.75224775224774,-246.75324675324674,-245.75424575424574,-244.75524475524475,-243.75624375624375,-242.75724275724275,-241.75824175824175,-240.75924075924075,-239.76023976023976,-238.76123876123876,-237.76223776223776,-236.76323676323676,-235.76423576423576,-234.76523476523477,-233.76623376623377,-232.76723276723277,-231.76823176823177,-230.76923076923077,-229.77022977022978,-228.77122877122878,-227.77222777222778,-226.77322677322678,-225.77422577422578,-224.77522477522479,-223.7762237762238,-222.7772227772228,-221.7782217782218,-220.7792207792208,-219.78021978021977,-218.78121878121877,-217.78221778221777,-216.78321678321677,-215.78421578421577,-214.78521478521478,-213.78621378621378,-212.78721278721278,-211.78821178821178,-210.78921078921078,-209.7902097902098,-208.7912087912088,-207.7922077922078,-206.7932067932068,-205.7942057942058,-204.7952047952048,-203.7962037962038,-202.7972027972028,-201.7982017982018,-200.7992007992008,-199.8001998001998,-198.8011988011988,-197.8021978021978,-196.8031968031968,-195.8041958041958,-194.80519480519482,-193.80619380619382,-192.80719280719282,-191.80819180819182,-190.8091908091908,-189.8101898101898,-188.8111888111888,-187.8121878121878,-186.8131868131868,-185.8141858141858,-184.8151848151848,-183.8161838161838,-182.8171828171828,-181.8181818181818,-180.81918081918081,-179.82017982017982,-178.82117882117882,-177.82217782217782,-176.82317682317682,-175.82417582417582,-174.82517482517483,-173.82617382617383,-172.82717282717283,-171.82817182817183,-170.82917082917083,-169.83016983016984,-168.83116883116884,-167.83216783216784,-166.83316683316684,-165.83416583416584,-164.83516483516485,-163.83616383616385,-162.83716283716285,-161.83816183816185,-160.83916083916083,-159.84015984015983,-158.84115884115883,-157.84215784215783,-156.84315684315683,-155.84415584415584,-154.84515484515484,-153.84615384615384,-152.84715284715284,-151.84815184815184,-150.84915084915085,-149.85014985014985,-148.85114885114885,-147.85214785214785,-146.85314685314685,-145.85414585414586,-144.85514485514486,-143.85614385614386,-142.85714285714286,-141.85814185814186,-140.85914085914087,-139.86013986013987,-138.86113886113887,-137.86213786213787,-136.86313686313687,-135.86413586413587,-134.86513486513488,-133.86613386613388,-132.86713286713288,-131.86813186813185,-130.86913086913086,-129.87012987012986,-128.87112887112886,-127.87212787212788,-126.87312687312688,-125.87412587412588,-124.87512487512487,-123.87612387612387,-122.87712287712287,-121.87812187812187,-120.87912087912088,-119.88011988011988,-118.88111888111888,-117.88211788211788,-116.88311688311688,-115.88411588411589,-114.88511488511489,-113.88611388611389,-112.88711288711289,-111.8881118881119,-110.8891108891109,-109.89010989010988,-108.89110889110889,-107.89210789210789,-106.89310689310689,-105.89410589410589,-104.8951048951049,-103.8961038961039,-102.8971028971029,-101.8981018981019,-100.8991008991009,-99.9000999000999,-98.9010989010989,-97.9020979020979,-96.90309690309691,-95.90409590409591,-94.9050949050949,-93.9060939060939,-92.9070929070929,-91.9080919080919,-90.9090909090909,-89.91008991008991,-88.91108891108891,-87.91208791208791,-86.91308691308691,-85.91408591408592,-84.91508491508492,-83.91608391608392,-82.91708291708292,-81.91808191808192,-80.91908091908093,-79.92007992007991,-78.92107892107892,-77.92207792207792,-76.92307692307692,-75.92407592407592,-74.92507492507492,-73.92607392607393,-72.92707292707293,-71.92807192807193,-70.92907092907093,-69.93006993006993,-68.93106893106894,-67.93206793206794,-66.93306693306694,-65.93406593406593,-64.93506493506493,-63.93606393606394,-62.93706293706294,-61.938061938061935,-60.93906093906094,-59.94005994005994,-58.94105894105894,-57.94205794205794,-56.943056943056945,-55.94405594405595,-54.94505494505494,-53.946053946053944,-52.947052947052946,-51.94805194805195,-50.94905094905095,-49.95004995004995,-48.95104895104895,-47.952047952047955,-46.95304695304695,-45.95404595404595,-44.955044955044954,-43.956043956043956,-42.95704295704296,-41.95804195804196,-40.95904095904096,-39.96003996003996,-38.96103896103896,-37.96203796203796,-36.96303696303696,-35.964035964035965,-34.96503496503497,-33.96603396603397,-32.967032967032964,-31.96803196803197,-30.969030969030968,-29.97002997002997,-28.97102897102897,-27.972027972027973,-26.973026973026972,-25.974025974025974,-24.975024975024976,-23.976023976023978,-22.977022977022976,-21.978021978021978,-20.97902097902098,-19.98001998001998,-18.98101898101898,-17.982017982017982,-16.983016983016984,-15.984015984015985,-14.985014985014985,-13.986013986013987,-12.987012987012987,-11.988011988011989,-10.989010989010989,-9.99000999000999,-8.991008991008991,-7.992007992007992,-6.993006993006993,-5.994005994005994,-4.995004995004995,-3.996003996003996,-2.997002997002997,-1.998001998001998,-0.999000999000999,0.0,0.999000999000999,1.998001998001998,2.997002997002997,3.996003996003996,4.995004995004995,5.994005994005994,6.993006993006993,7.992007992007992,8.991008991008991,9.99000999000999,10.989010989010989,11.988011988011989,12.987012987012987,13.986013986013987,14.985014985014985,15.984015984015985,16.983016983016984,17.982017982017982,18.98101898101898,19.98001998001998,20.97902097902098,21.978021978021978,22.977022977022976,23.976023976023978,24.975024975024976,25.974025974025974,26.973026973026972,27.972027972027973,28.97102897102897,29.97002997002997,30.969030969030968,31.96803196803197,32.967032967032964,33.96603396603397,34.96503496503497,35.964035964035965,36.96303696303696,37.96203796203796,38.96103896103896,39.96003996003996,40.95904095904096,41.95804195804196,42.95704295704296,43.956043956043956,44.955044955044954,45.95404595404595,46.95304695304695,47.952047952047955,48.95104895104895,49.95004995004995,50.94905094905095,51.94805194805195,52.947052947052946,53.946053946053944,54.94505494505494,55.94405594405595,56.943056943056945,57.94205794205794,58.94105894105894,59.94005994005994,60.93906093906094,61.938061938061935,62.93706293706294,63.93606393606394,64.93506493506493,65.93406593406593,66.93306693306694,67.93206793206794,68.93106893106894,69.93006993006993,70.92907092907093,71.92807192807193,72.92707292707293,73.92607392607393,74.92507492507492,75.92407592407592,76.92307692307692,77.92207792207792,78.92107892107892,79.92007992007991,80.91908091908093,81.91808191808192,82.91708291708292,83.91608391608392,84.91508491508492,85.91408591408592,86.91308691308691,87.91208791208791,88.91108891108891,89.91008991008991,90.9090909090909,91.9080919080919,92.9070929070929,93.9060939060939,94.9050949050949,95.90409590409591,96.90309690309691,97.9020979020979,98.9010989010989,99.9000999000999,100.8991008991009,101.8981018981019,102.8971028971029,103.8961038961039,104.8951048951049,105.89410589410589,106.89310689310689,107.89210789210789,108.89110889110889,109.89010989010988,110.8891108891109,111.8881118881119,112.88711288711289,113.88611388611389,114.88511488511489,115.88411588411589,116.88311688311688,117.88211788211788,118.88111888111888,119.88011988011988,120.87912087912088,121.87812187812187,122.87712287712287,123.87612387612387,124.87512487512487,125.87412587412588,126.87312687312688,127.87212787212788,128.87112887112886,129.87012987012986,130.86913086913086,131.86813186813185,132.86713286713288,133.86613386613388,134.86513486513488,135.86413586413587,136.86313686313687,137.86213786213787,138.86113886113887,139.86013986013987,140.85914085914087,141.85814185814186,142.85714285714286,143.85614385614386,144.85514485514486,145.85414585414586,146.85314685314685,147.85214785214785,148.85114885114885,149.85014985014985,150.84915084915085,151.84815184815184,152.84715284715284,153.84615384615384,154.84515484515484,155.84415584415584,156.84315684315683,157.84215784215783,158.84115884115883,159.84015984015983,160.83916083916083,161.83816183816185,162.83716283716285,163.83616383616385,164.83516483516485,165.83416583416584,166.83316683316684,167.83216783216784,168.83116883116884,169.83016983016984,170.82917082917083,171.82817182817183,172.82717282717283,173.82617382617383,174.82517482517483,175.82417582417582,176.82317682317682,177.82217782217782,178.82117882117882,179.82017982017982,180.81918081918081,181.8181818181818,182.8171828171828,183.8161838161838,184.8151848151848,185.8141858141858,186.8131868131868,187.8121878121878,188.8111888111888,189.8101898101898,190.8091908091908,191.80819180819182,192.80719280719282,193.80619380619382,194.80519480519482,195.8041958041958,196.8031968031968,197.8021978021978,198.8011988011988,199.8001998001998,200.7992007992008,201.7982017982018,202.7972027972028,203.7962037962038,204.7952047952048,205.7942057942058,206.7932067932068,207.7922077922078,208.7912087912088,209.7902097902098,210.78921078921078,211.78821178821178,212.78721278721278,213.78621378621378,214.78521478521478,215.78421578421577,216.78321678321677,217.78221778221777,218.78121878121877,219.78021978021977,220.7792207792208,221.7782217782218,222.7772227772228,223.7762237762238,224.77522477522479,225.77422577422578,226.77322677322678,227.77222777222778,228.77122877122878,229.77022977022978,230.76923076923077,231.76823176823177,232.76723276723277,233.76623376623377,234.76523476523477,235.76423576423576,236.76323676323676,237.76223776223776,238.76123876123876,239.76023976023976,240.75924075924075,241.75824175824175,242.75724275724275,243.75624375624375,244.75524475524475,245.75424575424574,246.75324675324674,247.75224775224774,248.75124875124874,249.75024975024974,250.74925074925076,251.74825174825176,252.74725274725276,253.74625374625376,254.74525474525475,255.74425574425575,256.7432567432567,257.7422577422577,258.7412587412587,259.7402597402597,260.7392607392607,261.7382617382617,262.7372627372627,263.7362637362637,264.73526473526476,265.73426573426576,266.73326673326676,267.73226773226776,268.73126873126876,269.73026973026975,270.72927072927075,271.72827172827175,272.72727272727275,273.72627372627375,274.72527472527474,275.72427572427574,276.72327672327674,277.72227772227774,278.72127872127874,279.72027972027973,280.71928071928073,281.71828171828173,282.7172827172827,283.7162837162837,284.7152847152847,285.7142857142857,286.7132867132867,287.7122877122877,288.7112887112887,289.7102897102897,290.7092907092907,291.7082917082917,292.7072927072927,293.7062937062937,294.7052947052947,295.7042957042957,296.7032967032967,297.7022977022977,298.7012987012987,299.7002997002997,300.6993006993007,301.6983016983017,302.6973026973027,303.6963036963037,304.6953046953047,305.6943056943057,306.6933066933067,307.6923076923077,308.6913086913087,309.6903096903097,310.6893106893107,311.68831168831167,312.68731268731267,313.68631368631367,314.68531468531467,315.68431568431566,316.68331668331666,317.68231768231766,318.68131868131866,319.68031968031966,320.67932067932065,321.67832167832165,322.67732267732265,323.6763236763237,324.6753246753247,325.6743256743257,326.6733266733267,327.6723276723277,328.6713286713287,329.6703296703297,330.6693306693307,331.6683316683317,332.6673326673327,333.6663336663337,334.6653346653347,335.6643356643357,336.6633366633367,337.6623376623377,338.6613386613387,339.6603396603397,340.65934065934067,341.65834165834167,342.65734265734267,343.65634365634367,344.65534465534466,345.65434565434566,346.65334665334666,347.65234765234766,348.65134865134866,349.65034965034965,350.64935064935065,351.64835164835165,352.64735264735265,353.64635364635365,354.64535464535464,355.64435564435564,356.64335664335664,357.64235764235764,358.64135864135864,359.64035964035963,360.63936063936063,361.63836163836163,362.6373626373626,363.6363636363636,364.6353646353646,365.6343656343656,366.6333666333666,367.6323676323676,368.6313686313686,369.6303696303696,370.6293706293706,371.6283716283716,372.6273726273726,373.6263736263736,374.6253746253746,375.6243756243756,376.6233766233766,377.6223776223776,378.6213786213786,379.6203796203796,380.6193806193806,381.6183816183816,382.61738261738265,383.61638361638364,384.61538461538464,385.61438561438564,386.61338661338664,387.61238761238764,388.61138861138863,389.61038961038963,390.60939060939063,391.6083916083916,392.6073926073926,393.6063936063936,394.6053946053946,395.6043956043956,396.6033966033966,397.6023976023976,398.6013986013986,399.6003996003996,400.5994005994006,401.5984015984016,402.5974025974026,403.5964035964036,404.5954045954046,405.5944055944056,406.5934065934066,407.5924075924076,408.5914085914086,409.5904095904096,410.5894105894106,411.5884115884116,412.5874125874126,413.5864135864136,414.5854145854146,415.5844155844156,416.5834165834166,417.5824175824176,418.5814185814186,419.5804195804196,420.57942057942057,421.57842157842157,422.57742257742257,423.57642357642357,424.57542457542456,425.57442557442556,426.57342657342656,427.57242757242756,428.57142857142856,429.57042957042955,430.56943056943055,431.56843156843155,432.56743256743255,433.56643356643355,434.56543456543454,435.56443556443554,436.56343656343654,437.56243756243754,438.56143856143854,439.56043956043953,440.55944055944053,441.5584415584416,442.5574425574426,443.5564435564436,444.5554445554446,445.5544455544456,446.5534465534466,447.5524475524476,448.5514485514486,449.55044955044957,450.54945054945057,451.54845154845157,452.54745254745256,453.54645354645356,454.54545454545456,455.54445554445556,456.54345654345656,457.54245754245756,458.54145854145855,459.54045954045955,460.53946053946055,461.53846153846155,462.53746253746255,463.53646353646354,464.53546453546454,465.53446553446554,466.53346653346654,467.53246753246754,468.53146853146853,469.53046953046953,470.52947052947053,471.5284715284715,472.5274725274725,473.5264735264735,474.5254745254745,475.5244755244755,476.5234765234765,477.5224775224775,478.5214785214785,479.5204795204795,480.5194805194805,481.5184815184815,482.5174825174825,483.5164835164835,484.5154845154845,485.5144855144855,486.5134865134865,487.5124875124875,488.5114885114885,489.5104895104895,490.5094905094905,491.5084915084915,492.5074925074925,493.5064935064935,494.5054945054945,495.5044955044955,496.5034965034965,497.5024975024975,498.5014985014985,499.5004995004995,500.4995004995005,501.4985014985015,502.4975024975025,503.4965034965035,504.4955044955045,505.4945054945055,506.4935064935065,507.4925074925075,508.4915084915085,509.4905094905095,510.4895104895105,511.4885114885115,512.4875124875125,513.4865134865134,514.4855144855145,515.4845154845154,516.4835164835165,517.4825174825174,518.4815184815185,519.4805194805194,520.4795204795205,521.4785214785214,522.4775224775225,523.4765234765234,524.4755244755245,525.4745254745254,526.4735264735265,527.4725274725274,528.4715284715285,529.4705294705295,530.4695304695305,531.4685314685315,532.4675324675325,533.4665334665335,534.4655344655345,535.4645354645355,536.4635364635365,537.4625374625375,538.4615384615385,539.4605394605395,540.4595404595404,541.4585414585415,542.4575424575424,543.4565434565435,544.4555444555444,545.4545454545455,546.4535464535464,547.4525474525475,548.4515484515484,549.4505494505495,550.4495504495504,551.4485514485515,552.4475524475524,553.4465534465535,554.4455544455544,555.4445554445555,556.4435564435564,557.4425574425575,558.4415584415584,559.4405594405595,560.4395604395604,561.4385614385615,562.4375624375624,563.4365634365635,564.4355644355644,565.4345654345655,566.4335664335664,567.4325674325675,568.4315684315684,569.4305694305694,570.4295704295704,571.4285714285714,572.4275724275724,573.4265734265734,574.4255744255744,575.4245754245754,576.4235764235764,577.4225774225774,578.4215784215784,579.4205794205794,580.4195804195804,581.4185814185814,582.4175824175824,583.4165834165834,584.4155844155844,585.4145854145854,586.4135864135864,587.4125874125874,588.4115884115885,589.4105894105894,590.4095904095905,591.4085914085914,592.4075924075925,593.4065934065934,594.4055944055945,595.4045954045954,596.4035964035965,597.4025974025974,598.4015984015984,599.4005994005994,600.3996003996004,601.3986013986014,602.3976023976024,603.3966033966034,604.3956043956044,605.3946053946054,606.3936063936064,607.3926073926074,608.3916083916084,609.3906093906094,610.3896103896104,611.3886113886114,612.3876123876124,613.3866133866134,614.3856143856144,615.3846153846154,616.3836163836164,617.3826173826174,618.3816183816184,619.3806193806194,620.3796203796204,621.3786213786213,622.3776223776224,623.3766233766233,624.3756243756244,625.3746253746253,626.3736263736264,627.3726273726273,628.3716283716284,629.3706293706293,630.3696303696304,631.3686313686313,632.3676323676324,633.3666333666333,634.3656343656344,635.3646353646353,636.3636363636364,637.3626373626373,638.3616383616384,639.3606393606393,640.3596403596404,641.3586413586413,642.3576423576424,643.3566433566433,644.3556443556444,645.3546453546453,646.3536463536464,647.3526473526474,648.3516483516484,649.3506493506494,650.3496503496503,651.3486513486514,652.3476523476523,653.3466533466534,654.3456543456543,655.3446553446554,656.3436563436563,657.3426573426574,658.3416583416583,659.3406593406594,660.3396603396603,661.3386613386614,662.3376623376623,663.3366633366634,664.3356643356643,665.3346653346654,666.3336663336663,667.3326673326674,668.3316683316683,669.3306693306694,670.3296703296703,671.3286713286714,672.3276723276723,673.3266733266734,674.3256743256743,675.3246753246754,676.3236763236763,677.3226773226774,678.3216783216783,679.3206793206793,680.3196803196803,681.3186813186813,682.3176823176823,683.3166833166833,684.3156843156843,685.3146853146853,686.3136863136863,687.3126873126873,688.3116883116883,689.3106893106893,690.3096903096903,691.3086913086913,692.3076923076923,693.3066933066933,694.3056943056943,695.3046953046953,696.3036963036963,697.3026973026973,698.3016983016983,699.3006993006993,700.2997002997002,701.2987012987013,702.2977022977022,703.2967032967033,704.2957042957042,705.2947052947053,706.2937062937064,707.2927072927073,708.2917082917083,709.2907092907093,710.2897102897103,711.2887112887113,712.2877122877123,713.2867132867133,714.2857142857143,715.2847152847153,716.2837162837163,717.2827172827173,718.2817182817183,719.2807192807193,720.2797202797203,721.2787212787213,722.2777222777223,723.2767232767233,724.2757242757243,725.2747252747253,726.2737262737263,727.2727272727273,728.2717282717283,729.2707292707292,730.2697302697303,731.2687312687312,732.2677322677323,733.2667332667332,734.2657342657343,735.2647352647352,736.2637362637363,737.2627372627372,738.2617382617383,739.2607392607392,740.2597402597403,741.2587412587412,742.2577422577423,743.2567432567432,744.2557442557443,745.2547452547452,746.2537462537463,747.2527472527472,748.2517482517483,749.2507492507492,750.2497502497503,751.2487512487512,752.2477522477523,753.2467532467532,754.2457542457543,755.2447552447552,756.2437562437563,757.2427572427572,758.2417582417582,759.2407592407592,760.2397602397602,761.2387612387612,762.2377622377622,763.2367632367632,764.2357642357642,765.2347652347653,766.2337662337662,767.2327672327673,768.2317682317682,769.2307692307693,770.2297702297702,771.2287712287713,772.2277722277722,773.2267732267733,774.2257742257742,775.2247752247753,776.2237762237762,777.2227772227773,778.2217782217782,779.2207792207793,780.2197802197802,781.2187812187813,782.2177822177822,783.2167832167833,784.2157842157842,785.2147852147853,786.2137862137862,787.2127872127872,788.2117882117882,789.2107892107892,790.2097902097902,791.2087912087912,792.2077922077922,793.2067932067932,794.2057942057942,795.2047952047952,796.2037962037962,797.2027972027972,798.2017982017982,799.2007992007992,800.1998001998002,801.1988011988012,802.1978021978022,803.1968031968032,804.1958041958042,805.1948051948052,806.1938061938062,807.1928071928072,808.1918081918081,809.1908091908092,810.1898101898101,811.1888111888112,812.1878121878121,813.1868131868132,814.1858141858141,815.1848151848152,816.1838161838161,817.1828171828172,818.1818181818181,819.1808191808192,820.1798201798201,821.1788211788212,822.1778221778221,823.1768231768232,824.1758241758242,825.1748251748252,826.1738261738262,827.1728271728272,828.1718281718282,829.1708291708292,830.1698301698302,831.1688311688312,832.1678321678322,833.1668331668332,834.1658341658342,835.1648351648352,836.1638361638362,837.1628371628371,838.1618381618382,839.1608391608391,840.1598401598402,841.1588411588411,842.1578421578422,843.1568431568431,844.1558441558442,845.1548451548451,846.1538461538462,847.1528471528471,848.1518481518482,849.1508491508491,850.1498501498502,851.1488511488511,852.1478521478522,853.1468531468531,854.1458541458542,855.1448551448551,856.1438561438562,857.1428571428571,858.1418581418582,859.1408591408591,860.1398601398602,861.1388611388611,862.1378621378622,863.1368631368631,864.1358641358642,865.1348651348651,866.1338661338661,867.1328671328671,868.1318681318681,869.1308691308691,870.1298701298701,871.1288711288711,872.1278721278721,873.1268731268731,874.1258741258741,875.1248751248751,876.1238761238761,877.1228771228771,878.1218781218781,879.1208791208791,880.1198801198801,881.1188811188811,882.1178821178821,883.1168831168832,884.1158841158841,885.1148851148852,886.1138861138861,887.1128871128872,888.1118881118881,889.1108891108892,890.1098901098901,891.1088911088912,892.1078921078921,893.1068931068932,894.1058941058941,895.1048951048951,896.1038961038961,897.1028971028971,898.1018981018981,899.1008991008991,900.0999000999001,901.0989010989011,902.0979020979021,903.0969030969031,904.0959040959041,905.0949050949051,906.0939060939061,907.0929070929071,908.0919080919081,909.0909090909091,910.0899100899101,911.0889110889111,912.0879120879121,913.0869130869131,914.085914085914,915.0849150849151,916.083916083916,917.0829170829171,918.081918081918,919.0809190809191,920.07992007992,921.0789210789211,922.077922077922,923.0769230769231,924.075924075924,925.0749250749251,926.073926073926,927.0729270729271,928.071928071928,929.0709290709291,930.06993006993,931.0689310689311,932.067932067932,933.0669330669331,934.065934065934,935.0649350649351,936.063936063936,937.0629370629371,938.061938061938,939.0609390609391,940.05994005994,941.0589410589411,942.0579420579421,943.056943056943,944.0559440559441,945.054945054945,946.0539460539461,947.052947052947,948.0519480519481,949.050949050949,950.0499500499501,951.048951048951,952.0479520479521,953.046953046953,954.0459540459541,955.044955044955,956.0439560439561,957.042957042957,958.0419580419581,959.040959040959,960.0399600399601,961.038961038961,962.0379620379621,963.036963036963,964.0359640359641,965.034965034965,966.0339660339661,967.032967032967,968.0319680319681,969.030969030969,970.0299700299701,971.028971028971,972.027972027972,973.026973026973,974.025974025974,975.024975024975,976.023976023976,977.022977022977,978.021978021978,979.020979020979,980.01998001998,981.018981018981,982.017982017982,983.016983016983,984.015984015984,985.014985014985,986.013986013986,987.012987012987,988.011988011988,989.010989010989,990.00999000999,991.008991008991,992.007992007992,993.006993006993,994.005994005994,995.004995004995,996.003996003996,997.002997002997,998.001998001998,999.000999000999,1000.0]} diff --git a/lib/node_modules/@stdlib/math/base/special/cbrt/scripts/fixtures/julia/runner.jl b/lib/node_modules/@stdlib/math/base/special/cbrt/scripts/fixtures/julia/runner.jl deleted file mode 100644 index 8943b7bd83c4..000000000000 --- a/lib/node_modules/@stdlib/math/base/special/cbrt/scripts/fixtures/julia/runner.jl +++ /dev/null @@ -1,66 +0,0 @@ -#!/usr/bin/env julia -# -# @license Apache-2.0 -# -# Copyright (c) 2018 The Stdlib Authors. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -import JSON - -""" - gen( domain, name ) - -Generate fixture data and write to file. - -# Arguments - -* `domain`: domain -* `name::AbstractString`: output filename - -# Examples - -``` julia -julia> x = range( -1000, stop = 1000, length = 2001 ); -julia> gen( x, \"data.json\" ); -``` -""" -function gen( domain, name ) - x = collect( domain ); - y = cbrt.( x ); - - # Store data to be written to file as a collection: - data = Dict([ - ("x", x), - ("expected", y) - ]); - - # Based on the script directory, create an output filepath: - filepath = joinpath( dir, name ); - - # Write the data to the output filepath as JSON: - outfile = open( filepath, "w" ); - write( outfile, JSON.json(data) ); - write( outfile, "\n" ); - close( outfile ); -end - -# Get the filename: -file = @__FILE__; - -# Extract the directory in which this file resides: -dir = dirname( file ); - -# Generate fixture data for decimal values: -x = range( -1000, stop = 1000, length = 2003 ); -gen( x, "data.json" ); diff --git a/lib/node_modules/@stdlib/math/base/special/cbrt/scripts/precision.js b/lib/node_modules/@stdlib/math/base/special/cbrt/scripts/precision.js deleted file mode 100644 index 42e821e8089b..000000000000 --- a/lib/node_modules/@stdlib/math/base/special/cbrt/scripts/precision.js +++ /dev/null @@ -1,63 +0,0 @@ -/** -* @license Apache-2.0 -* -* Copyright (c) 2018 The Stdlib Authors. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ - -'use strict'; - -// TODO: clean-up - -// MODULES // - -var divide = require( 'compute-divide' ); -var mean = require( 'compute-mean' ); -var subtract = require( 'compute-subtract' ); -var abs = require( '@stdlib/math/base/special/abs' ); -var cbrt = require( './../lib' ); - - -// FIXTURES // - -var data = require( './fixtures/julia/data.json' ); - - -// MAIN // - -var nativeErrs; -var customErrs; -var yexpected; -var ycustom; -var ynative; -var x; -var i; - -x = data.x; -yexpected = data.expected; -ycustom = new Array( x.length ); -ynative = new Array( x.length ); -for ( i = 0; i < x.length; i++ ) { - if ( yexpected[ i ] === 0.0 ) { - yexpected[ i ] += 1e-16; - } - ycustom[ i ] = cbrt( x[ i ] ); - ynative[ i ] = Math.cbrt( x[ i ] ); -} - -customErrs = abs( divide( subtract( ycustom, yexpected ), yexpected ) ); -nativeErrs = abs( divide( subtract( ynative, yexpected ), yexpected ) ); - -console.log( 'The mean relative error of Math.atanh compared to Julia is %d', mean( nativeErrs ) ); -console.log( 'The mean relative error of this module compared to Julia is %d', mean( customErrs ) ); diff --git a/lib/node_modules/@stdlib/math/base/special/exp/scripts/fixtures/julia/REQUIRE b/lib/node_modules/@stdlib/math/base/special/exp/scripts/fixtures/julia/REQUIRE deleted file mode 100644 index 308c3be89c85..000000000000 --- a/lib/node_modules/@stdlib/math/base/special/exp/scripts/fixtures/julia/REQUIRE +++ /dev/null @@ -1,2 +0,0 @@ -julia 1.5 -JSON 0.21 diff --git a/lib/node_modules/@stdlib/math/base/special/exp/scripts/fixtures/julia/data.json b/lib/node_modules/@stdlib/math/base/special/exp/scripts/fixtures/julia/data.json deleted file mode 100644 index 9fcb093508f0..000000000000 --- a/lib/node_modules/@stdlib/math/base/special/exp/scripts/fixtures/julia/data.json +++ /dev/null @@ -1 +0,0 @@ -{"expected":[5.148200222412013e-131,5.466579947751696e-131,5.804649204408437e-131,6.163625650457948e-131,6.544802247503371e-131,6.949551917667985e-131,7.379332488584545e-131,7.835691944200803e-131,8.320274000310539e-131,8.834824024887105e-131,9.381195324554646e-131,9.9613558198258e-131,1.057739513316043e-130,1.1231532115371103e-130,1.192612283747725e-130,1.266366907680831e-130,1.3446827327902489e-130,1.4278418370672333e-130,1.5161437430294275e-130,1.6099064965407038e-130,1.70946781234964e-130,1.8151862904700153e-130,1.9274427077873346e-130,2.0466413895405853e-130,2.1732116656214234e-130,2.307609416935255e-130,2.4503187173925274e-130,2.6018535774474868e-130,2.7627597954604474e-130,2.9336169235550585e-130,3.1150403550500573e-130,3.3076835409821765e-130,3.5122403437079063e-130,3.729447536056141e-130,3.960087455037545e-130,4.204990819667226e-130,4.465039723047481e-130,4.741170809493181e-130,5.034378648136204e-130,5.345719315165864e-130,5.676314197605798e-130,6.027354032324385e-130,6.400103194834111e-130,6.795904253317853e-130,7.216182804292757e-130,7.66245260732603e-130,8.136321037292307e-130,8.639494873820937e-130,9.173786448772927e-130,9.741120173900259e-130,1.0343539472195181e-129,1.0983214137888649e-129,1.1662448151621235e-129,1.2383687978917266e-129,1.3149531381871158e-129,1.396273677576398e-129,1.48262331643273e-129,1.5743130689433472e-129,1.6716731833200823e-129,1.7750543312882944e-129,1.8848288711358923e-129,2.0013921888739135e-129,2.1251641223384832e-129,2.2565904733622223e-129,2.3961446134645277e-129,2.544329188840575e-129,2.7016779307930547e-129,2.868757578126424e-129,3.0461699184260423e-129,3.23455395557837e-129,3.4345882113344404e-129,3.646993169210414e-129,3.872533869526242e-129,4.112022664926964e-129,4.366322146316718e-129,4.636348249737688e-129,4.923073555389762e-129,5.227530790671433e-129,5.550816549856088e-129,5.894095243808311e-129,6.258603293957616e-129,6.645653585642802e-129,7.056640196864445e-129,7.493043419473348e-129,7.956435090889835e-129,8.44848425554552e-129,8.970963176452172e-129,9.525753718536621e-129,1.0114854126744377e-128,1.0740386223321428e-128,1.1404603050191023e-128,1.2109896983966337e-128,1.2858808352809847e-128,1.365403458619071e-128,1.4498439930490467e-128,1.5395065765442214e-128,1.634714155858054e-128,1.7358096497134064e-128,1.8431571839276566e-128,1.9571434029216439e-128,2.0781788623350727e-128,2.2066995077669592e-128,2.343168244963993e-128,2.4880766071150775e-128,2.641946525256344e-128,2.805332208161725e-128,2.978822138493656e-128,3.163041192399263e-128,3.358652890190103e-128,3.566361786210673e-128,3.7869160065013915e-128,4.0211099434010485e-128,4.2697871167882324e-128,4.533843212272358e-128,4.814229307275509e-128,5.111955296621939e-128,5.42809352998006e-128,5.763782674249936e-128,6.12023181481688e-128,6.498724810433832e-128,6.900624917425532e-128,7.327379699867301e-128,7.780526243419572e-128,8.261696691607292e-128,8.772624124472623e-128,9.31514880078495e-128,9.891224786287838e-128,1.0502926991850634e-127,1.1152458646888219e-127,1.1842159234950209e-127,1.257451292007594e-127,1.3352157494260424e-127,1.4177893878250358e-127,1.5054696209908244e-127,1.5985722556458784e-127,1.6974326289219632e-127,1.8024068161779495e-127,1.913872913511609e-127,2.0322323995871916e-127,2.157911581680819e-127,2.2913631311546077e-127,2.433067713889093e-127,2.583535721545013e-127,2.743309109893414e-127,2.9129633508313284e-127,3.093109505117227e-127,3.284396423290623e-127,3.487513082701154e-127,3.7031910690691205e-127,3.9322072115098764e-127,4.175386380519095e-127,4.433604458990389e-127,4.707791496971486e-127,4.9989350615199585e-127,5.308083793721055e-127,5.636351185686075e-127,5.984919591126991e-127,6.355044483959634e-127,6.748058980271623e-127,7.165378639938274e-127,7.60850656519009e-127,8.079038814484672e-127,8.578670151192207e-127,9.109200147796857e-127,9.672539667594737e-127,1.0270717747246654e-126,1.0905888904960048e-126,1.1580340900635556e-126,1.2296502975924237e-126,1.3056954603867195e-126,1.3864434779648758e-126,1.4721851885906216e-126,1.5632294168146304e-126,1.6599040857992748e-126,1.7625573984318732e-126,1.871559091482819e-126,1.987301767323059e-126,2.1102023079998402e-126,2.2407033767631257e-126,2.37927501244955e-126,2.5264163224696078e-126,2.6826572804920064e-126,2.8485606353042986e-126,3.0247239377208287e-126,3.211781692842053e-126,3.410407645416015e-126,3.621317206531361e-126,3.8452700303869844e-126,4.083072750413661e-126,4.33558188460742e-126,4.603706920537411e-126,4.888413591137131e-126,5.1907273530839857e-126,5.5117370802879864e-126,5.852598985799259e-126,6.214540786258034e-126,6.598866123882949e-126,7.006959261933212e-126,7.440290070546448e-126,7.900419320918919e-126,8.389004306893689e-126,8.907804814199573e-126,9.458689458852266e-126,1.004364241753339e-125,1.0664770574200726e-125,1.1324311108666173e-125,1.202463955446728e-125,1.2768278355070554e-125,1.3557905949205456e-125,1.4396366418068628e-125,1.5286679729140018e-125,1.6232052613498094e-125,1.723589011583275e-125,1.8301807858730366e-125,1.9433645065433294e-125,2.0635478387949776e-125,2.1911636590344607e-125,2.3266716140088375e-125,2.470559776360842e-125,2.6233464025702844e-125,2.785581799609651e-125,2.957850307040498e-125,3.1407724016886036e-125,3.3350069324766463e-125,3.5412534934680874e-125,3.760254943664274e-125,3.9928000826349843e-125,4.2397264916179656e-125,4.501923550318018e-125,4.780335640277286e-125,5.075965546347628e-125,5.389878068522437e-125,5.72320385713494e-125,6.077143485233193e-125,6.452971772807424e-125,6.852042378435226e-125,7.27579267489084e-125,7.725748926276672e-125,8.203531785319494e-125,8.710862130641939e-125,9.249567265021163e-125,9.821587496970449e-125,1.0428983129345456e-124,1.1073941880140564e-124,1.1758786762217606e-124,1.2485984450330262e-124,1.3258154165600038e-124,1.4078077109423936e-124,1.4948706480809362e-124,1.587317811321098e-124,1.6854821769171839e-124,1.7897173133471352e-124,1.9003986547950736e-124,2.017924853390646e-124,2.1427192150748982e-124,2.2752312242630954e-124,2.415938162798941e-124,2.565346829027778e-124,2.7239953631835513e-124,2.8924551856631474e-124,3.0713330551676903e-124,3.261273254127714e-124,3.4629599092788925e-124,3.6771194557506325e-124,3.904523253541268e-124,4.145990365801567e-124,4.4023905089386636e-124,4.674647185159626e-124,4.963741008742946e-124,5.2707132380165915e-124,5.596669525760991e-124,5.942783901552288e-124,6.310303000380741e-124,6.7005505527822965e-124,7.114932152653326e-124,7.554940319917016e-124,8.022159876285771e-124,8.518273653469782e-124,9.045068554404953e-124,9.604441989317869e-124,1.0198408709820492e-123,1.0829108065645704e-123,1.1498811710154565e-123,1.220993178238371e-123,1.2965029595084994e-123,1.3766824860065197e-123,1.4618205484048296e-123,1.5522237970334397e-123,1.648217846373985e-123,1.750148447857595e-123,1.858382735192862e-123,1.973310546708612e-123,2.095345829473124e-123,2.2249281302498306e-123,2.362524178656353e-123,2.5086295682318627e-123,2.6637705414666728e-123,2.8285058852218008e-123,3.0034289433690368e-123,3.1891697538962306e-123,3.386397318178957e-123,3.595822010590729e-123,3.818198137128552e-123,4.0543266522743613e-123,4.305058043871966e-123,4.571295396415306e-123,4.8539976437796045e-123,5.154183023108238e-123,5.472932742302109e-123,5.8113948743127055e-123,6.170788492274451e-123,6.552408060360934e-123,6.957628096187708e-123,7.387908121552e-123,7.844797919336557e-123,8.329943115521935e-123,8.845091106400289e-123,9.392097352349685e-123,9.97293206083421e-123,1.0589687282694829e-122,1.1244584447303917e-122,1.1939982363707054e-122,1.2678385716584605e-122,1.3462454087628958e-122,1.4295011534822623e-122,1.5179056764138136e-122,1.6117773930273827e-122,1.7114544105346474e-122,1.817295745684219e-122,1.9296826178677315e-122,2.0490198221969067e-122,2.175737187494127e-122,2.3102911244504662e-122,2.4531662695264335e-122,2.604877230514992e-122,2.765970440057335e-122,2.9370261237833543e-122,3.118660390169093e-122,3.311527449637224e-122,3.516321970891357e-122,3.7337815829757064e-122,3.964689532066322e-122,4.20987750256934e-122,4.470228612680936e-122,4.746680595203626e-122,5.040229175073755e-122,5.351931655762363e-122,5.682910727473767e-122,6.034358510849864e-122,6.407540850751857e-122,6.803801875582275e-122,7.224568838565018e-122,7.671357258429988e-122,8.145776378006735e-122,8.649534960397427e-122,9.184447443602498e-122,9.75244047576123e-122,1.0355559854558375e-121,1.0995977895775939e-121,1.1676001257543078e-121,1.2398079248460976e-121,1.3164812649519607e-121,1.3978963081597923e-121,1.4843462952266808e-121,1.5761426017738588e-121,1.6736158597999087e-121,1.7771171485506914e-121,1.8870192590375526e-121,2.003718036755562e-121,2.1276338074403498e-121,2.2592128909980034e-121,2.3989292090595632e-121,2.5472859919532726e-121,2.7048175912388463e-121,2.8720914043364066e-121,3.0497099181778646e-121,3.238312879245162e-121,3.4385795978101567e-121,3.651231394673536e-121,3.877034199220082e-121,4.1168013081422605e-121,4.371396314773337e-121,4.6417362195792095e-121,4.928794733009569e-121,5.233605782610909e-121,5.557267237025586e-121,5.900944860296565e-121,6.265876510718198e-121,6.653376599352712e-121,7.064840824279637e-121,7.501751197619563e-121,7.96568138344738e-121,8.45830236581803e-121,8.981388467314836e-121,9.536823739809535e-121,1.0126608750438152e-120,1.0752867787246404e-120,1.1417856510453728e-120,1.2123970076887524e-120,1.2873751766865675e-120,1.3669902144580708e-120,1.4515288784995522e-120,1.5412956602279414e-120,1.636613881697624e-120,1.737826860142715e-120,1.8452991445365793e-120,1.9594178286253366e-120,2.0805939451616767e-120,2.2092639463631802e-120,2.3458912759266028e-120,2.4909680382588204e-120,2.645016770939851e-120,2.8085923267981148e-120,2.9822838723800974e-120,3.166717010011346e-120,3.362556031090165e-120,3.570506308734223e-120,3.7913168383926454e-120,4.0257829355788284e-120,4.2747491004391095e-120,4.5391120594723696e-120,4.8198239953620286e-120,5.117895976546556e-120,5.4344015988871246e-120,5.770480852546879e-120,6.127344228006122e-120,6.506277076010289e-120,6.90864423714481e-120,7.335894957719748e-120,7.789568109667462e-120,8.271297733249644e-120,8.782818922548098e-120,9.325974074924617e-120,9.90271952697028e-120,1.0515132600841667e-119,1.1165419086357287e-119,1.185592118581747e-119,1.2589125950145245e-119,1.3367674236753265e-119,1.4194370221381045e-119,1.5072191498178887e-119,1.60042998044112e-119,1.699405240839794e-119,1.8045014201732963e-119,1.9160970539306542e-119,2.0345940873401676e-119,2.160419323096366e-119,2.2940259586174354e-119,2.4358952183729407e-119,2.586538087157572e-119,2.7464971505568634e-119,2.916348549232813e-119,3.096704054066616e-119,3.28821326963673e-119,3.491565973963903e-119,3.70749460295458e-119,3.936776888489698e-119,4.180238659658439e-119,4.438756817231733e-119,4.7132624920824614e-119,5.004744398933885e-119,5.31425239751389e-119,5.642901273938487e-119,5.991874755951538e-119,6.362429776473998e-119,6.755901000826608e-119,7.173705633929534e-119,7.617348524789345e-119,8.088427586668336e-119,8.588639552446221e-119,9.119786085917335e-119,9.683780271021242e-119,1.0282653502391033e-118,1.0918562802033727e-118,1.15937985884895e-118,1.2310792926467578e-118,1.3072128286654112e-118,1.3880546847258588e-118,1.473896037079561e-118,1.5650460691667597e-118,1.6618330852342525e-118,1.7646056928212568e-118,1.873734058374511e-118,1.989611240514367e-118,2.112654605752852e-118,2.2433073317655306e-118,2.3820400036283545e-118,2.529352308771621e-118,2.6857748367549455e-118,2.851870990344094e-118,3.028239014776632e-118,3.215514152520941e-118,3.414370931293394e-118,3.6255255935733466e-118,3.849738676364431e-118,4.087817750498849e-118,4.340620329345081e-118,4.609056957400682e-118,4.8940944898928945e-118,5.196759575196627e-118,5.518142352619431e-118,5.85940037886368e-118,6.221762797317526e-118,6.606534765182158e-118,7.015102154388756e-118,7.448936543234202e-118,7.909600516710001e-118,8.398753294625249e-118,8.918156707782659e-118,9.469681543743104e-118,1.005531428503121e-117,1.06771642640457e-117,1.1337471260458685e-117,1.2038613568451555e-117,1.278311656285815e-117,1.3573661795063806e-117,1.4413096651413897e-117,1.5304444608937878e-117,1.625091612530542e-117,1.7255920202257156e-117,1.8323076664152513e-117,1.9456229195848714e-117,2.0659459186895567e-117,2.193710043187972e-117,2.3293754739891813e-117,2.4734308509329717e-117,2.6263950327722347e-117,2.788818965999867e-117,2.9612876692472198e-117,3.1444223404049928e-117,3.3388825940547744e-117,3.545368837268042e-117,3.7646247923343e-117,3.9974401754989484e-117,4.244653541365454e-117,4.5071553032003664e-117,4.7858909400250174e-117,5.081864402043351e-117,5.396141726668548e-117,5.729854878179545e-117,6.084205824828691e-117,6.460470868092608e-117,6.860005239656863e-117,7.28424798268781e-117,7.734727134982262e-117,8.213065232652301e-117,8.720985154178017e-117,9.260316325873932e-117,9.833001311114485e-117,1.0441102807064193e-116,1.1086811074097954e-116,1.1772451824683802e-116,1.250049460013775e-116,1.327356166541469e-116,1.4094437453989615e-116,1.4966078596826932e-116,1.5891624571577848e-116,1.687440901035591e-116,1.7917971706809126e-116,1.9026071365758548e-116,2.0202699141297035e-116,2.1452093012133424e-116,2.2778753045950918e-116,2.418745760774541e-116,2.5683280570553804e-116,2.727160959052263e-116,2.8958165512182884e-116,3.074902297378143e-116,3.2650632286921125e-116,3.4669842669303367e-116,3.681392691423207e-116,3.90906075857808e-116,4.150808483391534e-116,4.4075065929804744e-116,4.6800796627684463e-116,4.969509446620265e-116,5.27683841292582e-116,5.603173499361538e-116,5.949690099859987e-116,6.3176362981456e-116,6.708337363081118e-116,7.123200522024659e-116,7.56372002937963e-116,8.03148254860223e-116,8.528172867048392e-116,9.055579964238841e-116,9.615603455410501e-116,1.02102604335485e-115,1.084169273455438e-115,1.1512174651714052e-115,1.2224121127244557e-115,1.298009645043968e-115,1.3782823493724213e-115,1.4635193519899499e-115,1.5540276595898364e-115,1.6501332650548448e-115,1.7521823216192941e-115,1.8605423896432778e-115,1.9756037604925903e-115,2.097780862289727e-115,2.2275137526016494e-115,2.365269703439826e-115,2.5115448842799933e-115,2.666866149166756e-115,2.831792934335885e-115,3.006919273192501e-115,3.192875935901531e-115,3.390332701294923e-115,3.600000769282904e-115,3.822635322453009e-115,4.0590382460877394e-115,4.310061016396235e-115,4.576607767360255e-115,4.8596385472464615e-115,5.1601727765071805e-115,5.479292919530355e-115,5.818148383461479e-115,6.177959658136865e-115,6.560022712047327e-115,6.965713660156017e-115,7.396493720391152e-115,7.853914476663042e-115,8.339623467357145e-115,8.855370119442394e-115,9.403012049555278e-115,9.984521754765929e-115,1.0601993717121173e-114,1.1257651947547441e-114,1.195385799629949e-114,1.269311945878872e-114,1.3478099007447288e-114,1.4311623982138665e-114,1.5196696573674132e-114,1.6136504637108392e-114,1.7134433173752025e-114,1.8194076523278638e-114,1.9319251309813392e-114,2.0514010188654918e-114,2.1782656443135556e-114,2.3129759484182035e-114,2.4560171308432456e-114,2.607904397415227e-114,2.7691848157924646e-114,2.9404392858942033e-114,3.1222846321852377e-114,3.315375825355986e-114,3.5204083413951775e-114,3.738120666556203e-114,3.969296957238066e-114,4.21476986435895e-114,4.4754235324006085e-114,4.752196783918956e-114,5.046086500996412e-114,5.3581512158133524e-114,5.6895149232680364e-114,6.0413711293845536e-114,6.414987150081467e-114,6.811708675791986e-114,7.232964618373898e-114,7.680272257762555e-114,8.155242706913964e-114,8.659586714709119e-114,9.195120827734065e-114,9.76377393311534e-114,1.0367594205988208e-113,1.1008756486617089e-113,1.1689570113732593e-113,1.2412487242314172e-113,1.3180111675759142e-113,1.3995208244265257e-113,1.486071276320046e-113,1.5779742607319138e-113,1.6755607938931153e-113,1.7791823630440704e-113,1.889212192421847e-113,2.0060465875398052e-113,2.130106362600316e-113,2.261838356184524e-113,2.4017170406750427e-113,2.5502462312112166e-113,2.707960900331288e-113,2.875429104835831e-113,3.053254031816322e-113,3.2420761712137115e-113,3.4425756227359635e-113,3.6554745454422457e-113,3.88153975881456e-113,4.1215855046902786e-113,4.376476379997476e-113,4.6471304508612976e-113,4.9345225592959804e-113,5.239687834389637e-113,5.56372542063508e-113,5.907802436826878e-113,6.273158179793069e-113,6.66110858809307e-113,7.073050981766949e-113,7.510469095204943e-113,7.974938421260191e-113,8.468131885863265e-113,8.991825873564893e-113,9.547906625720209e-113,1.0138377034355853e-112,1.0765363856184027e-112,1.1431125372760743e-112,1.2138059524361767e-112,1.2888712546887113e-112,1.3685788142897533e-112,1.453215721980711e-112,1.5430868230325572e-112,1.638515815237179e-112,1.7398464148025194e-112,1.847443594350158e-112,1.9616948974732537e-112,2.083011834592139e-112,2.2118313651320834e-112,2.3486174713643364e-112,2.4938628295782063e-112,2.6480905846019175e-112,2.8118562340671113e-112,2.9857496291995806e-112,3.1703970993462098e-112,3.3664637078890015e-112,3.5746556476695606e-112,3.7957227845564318e-112,4.0304613583109075e-112,4.279716850485612e-112,4.544387029678998e-112,4.82542518511949e-112,5.1238435602241275e-112,5.44071699849568e-112,5.777186814896958e-112,6.134464906637758e-112,6.51383811818785e-112,6.916672876235422e-112,7.344420111281276e-112,7.798620483603293e-112,8.28090993240673e-112,8.793025568151329e-112,9.336811929277198e-112,9.91422762586356e-112,1.0527352394153384e-111,1.1178394587347774e-111,1.186969912965425e-111,1.2603755962236692e-111,1.3383209011485676e-111,1.4210865711916406e-111,1.508970711798687e-111,1.6022898641262102e-111,1.7013801451595697e-111,1.806598458339414e-111,1.918323779056531e-111,2.0369585196459624e-111,2.1629299787958254e-111,2.2966918805920626e-111,2.438726008742228e-111,2.5895439418640945e-111,2.7496888960902634e-111,2.919737681624134e-111,3.1003027802953416e-111,3.2920345515973177e-111,3.4956235751521794e-111,3.7118031380414215e-111,3.9413518759594555e-111,4.1850965777042695e-111,4.443915163105869e-111,4.718739845118647e-111,5.010560487466096e-111,5.3204281699334145e-111,5.649458974146863e-111,5.998838003477446e-111,6.369823651547205e-111,6.763752134711493e-111,7.182042304845001e-111,7.626200759762688e-111,8.097827269684979e-111,8.598620539291453e-111,9.130384326115541e-111,9.695033937321036e-111,1.0294603128255784e-110,1.0931251427633291e-110,1.1607271915724685e-110,1.232509948357713e-110,1.3087319603004641e-110,1.3896677638944245e-110,1.4756088737711904e-110,1.56686483267788e-110,1.6637643263884543e-110,1.7666563675641724e-110,1.8759115528279038e-110,1.991923397579111e-110,2.1151097533579245e-110,2.245914312863164e-110,2.3848082080447447e-110,2.5322917070274246e-110,2.688896015976625e-110,2.855185192397214e-110,3.0317581767562044e-110,3.219250949747023e-110,3.418338822964833e-110,3.629738871244829e-110,3.8542125154225026e-110,4.092568264819806e-110,4.345664629334696e-110,4.614413211622168e-110,4.8997819905060315e-110,5.202798807445212e-110,5.524555068613925e-110,5.866209675929328e-110,6.228993201184571e-110,6.614212318324069e-110,7.023254509821958e-110,7.457593064117555e-110,7.918792382106646e-110,8.408513611801917e-110,8.928520631456041e-110,9.480686402700936e-110,1.0066999716581318e-109,1.068957235678384e-109,1.1350646705861308e-109,1.2052603821846396e-109,1.2797972014349938e-109,1.3589435951026951e-109,1.4429846327214682e-109,1.532223013356944e-109,1.6269801558681826e-109,1.7275973565945913e-109,1.834437018637141e-109,1.9478839571621384e-109,2.0683467854287504e-109,2.196259386532577e-109,2.3320824761658297e-109,2.4763052620237843e-109,2.6294472058331445e-109,2.792059894349699e-109,2.9647290260639505e-109,3.148076520769999e-109,3.342762759597163e-109,3.5494889635708534e-109,3.768999719271009e-109,4.0020856606846543e-109,4.249586316911475e-109,4.512393135980954e-109,4.791452695670046e-109,5.087770112887755e-109,5.402412663905893e-109,5.736513628475627e-109,6.091276371674614e-109,6.467978678189085e-109,6.867977354638959e-109,7.292713116524998e-109,7.743715777399073e-109,8.222609758946779e-109,8.731119941831829e-109,9.271077878371542e-109,9.844428389423415e-109,1.0453236569242486e-108,1.1099695223538036e-108,1.1786132767524389e-108,1.2515021612407256e-108,1.328898707051635e-108,1.41108168111571e-108,1.4983470901240238e-108,1.5910092466851111e-108,1.6894019014165793e-108,1.7938794450481442e-108,1.9048181848664387e-108,2.0226177000989044e-108,2.147702281118298e-108,2.2805224576523713e-108,2.4215566215019286e-108,2.5713127496127895e-108,2.730330233707569e-108,2.89918182306684e-108,3.0784756874583283e-108,3.268857607642891e-108,3.471013301348169e-108,3.685670893087155e-108,3.9136035367176646e-108,4.1556322001879824e-108,4.412628622500412e-108,4.685518453540977e-108,4.975284588085904e-108,5.282970705992833e-108,5.6096850313270415e-108,5.956604323964495e-108,6.324978118045785e-108,6.7161332225491725e-108,7.131478500192259e-108,7.572509941873868e-108,8.040816054936246e-108,8.538083584651095e-108,9.066103589540017e-108,9.62677789241029e-108,1.022212593034183e-107,1.0854292028295863e-107,1.1525553122547702e-107,1.2238326961756242e-107,1.2995180815212962e-107,1.3798840719634582e-107,1.4652201297802386e-107,1.5558336184418776e-107,1.6520509096725303e-107,1.754218558976198e-107,1.8627045538606285e-107,1.977899639254759e-107,2.10021872489437e-107,2.2301023797440484e-107,2.3680184188388296e-107,2.5144635882607015e-107,2.6699653543190546e-107,2.8350838033788864e-107,3.0104136591806896e-107,3.196586424916529e-107,3.3942726577787314e-107,3.6041843841733345e-107,3.8270776642968676e-107,4.063755315315072e-107,4.3150698029499144e-107,4.581926311891289e-107,4.865286006091983e-107,5.166169490688095e-107,5.485660488016109e-107,5.824909740964198e-107,6.185139157718864e-107,6.567646212834655e-107,6.973808620479095e-107,7.4050892966837e-107,7.863041628477089e-107,8.349315068874655e-107,8.86566107787973e-107,9.413939430893669e-107,9.996124917255082e-107,1.0614314453038946e-106,1.1270734633729319e-106,1.1967749753972684e-106,1.2707870323296362e-106,1.3493762108461982e-106,1.4328255735028091e-106,1.52143568826978e-106,1.6155257111178308e-106,1.7154345355542777e-106,1.8215220132499471e-106,1.9341702501529616e-106,2.0537849827584994e-106,2.1807970394905785e-106,2.3156638924602096e-106,2.4588713051888236e-106,2.6109350822313723e-106,2.772402927001927e-106,2.9438564144919353e-106,3.125913085987478e-106,3.319228673329987e-106,3.524499460731252e-106,3.742464792650917e-106,3.9739097367674837e-106,4.2196679116356965e-106,4.480624489214405e-106,4.757719383079659e-106,5.051950633805521e-106,5.364378003708059e-106,5.696126793897456e-106,6.048391897388425e-106,6.422442102866849e-106,6.81962466461301e-106,7.241370155044013e-106,7.68919761734978e-106,8.164720036784003e-106,8.669650150315755e-106,9.205806615565682e-106,9.775120561249676e-106,1.0379642542718633e-105,1.102154992765032e-105,1.170315473849374e-105,1.2426911979913485e-105,1.3195428481225793e-105,1.4011472285680183e-105,1.487798262039813e-105,1.5798080482883619e-105,1.6775079882234513e-105,1.781249977554087e-105,1.8914076742469725e-105,2.0083778443678407e-105,2.13258179115378e-105,2.264466872463582e-105,2.4045081120713205e-105,2.5532099106076756e-105,2.7111078623102177e-105,2.87877068412715e-105,3.0568022641223955e-105,3.2458438365601194e-105,3.4465762915023706e-105,3.659722627239899e-105,3.886050554387531e-105,4.126375261024864e-105,4.381562348841359e-105,4.652530950860599e-105,4.940257041974951e-105,5.24577695421211e-105,5.570191109396615e-105,5.91466798265007e-105,6.2804483110049674e-105,6.668849562293137e-105,7.081270680401622e-105,7.519197123989867e-105,7.984206216815717e-105,8.477972828941421e-105,9.00227540928079e-105,9.559002391219104e-105,1.0150158994372807e-104,1.0777874446991097e-104,1.144440965501199e-104,1.2152165345393555e-104,1.2903690713055777e-104,1.3701692602571275e-104,1.4549045257680217e-104,1.544880067374378e-104,1.6404199590421344e-104,1.7418683164171352e-104,1.849590536260924e-104,1.9639746125370884e-104,2.0854325338881744e-104,2.2144017675367207e-104,2.3513468349547457e-104,2.4967609849778612e-104,2.6511679703890204e-104,2.8151239343717e-104,2.9892194136268766e-104,3.174081465368177e-104,3.370375925857466e-104,3.5788098086140125e-104,3.80013385093634e-104,4.035145217908445e-104,4.2846903736290765e-104,4.549668130007365e-104,4.8310328841037167e-104,5.129798055677898e-104,5.447039737324999e-104,5.783900570346632e-104,6.141593860316487e-104,6.521407947166118e-104,6.924710845527943e-104,7.352955172051417e-104,7.807683377438873e-104,8.290533302044629e-104,8.803244075050754e-104,9.34766237846288e-104,9.925749098490891e-104,1.0539586388270491e-103,1.1191385167362582e-103,1.1883493085046556e-103,1.2618402976083907e-103,1.3398761839412426e-103,1.4227380372108735e-103,1.5107243092959347e-103,1.6041519092100727e-103,1.7033573445452773e-103,1.8086979335049872e-103,1.9205530918930755e-103,2.039325699694004e-103,2.165443552165992e-103,2.299360900674603e-103,2.4415600888153936e-103,2.5925532897194557e-103,2.752884350799021e-103,2.9231307525771235e-103,3.1039056886577946e-103,3.2958602743268937e-103,3.499685891739657e-103,3.7161166801414056e-103,3.945932180090884e-103,4.189960141209524e-103,4.449079503571242e-103,4.724223563468951e-103,5.016383334961884e-103,5.326611119310848e-103,5.65602429515701e-103,6.005809343097918e-103,6.377226119153534e-103,6.771612392516634e-103,7.190388663930985e-103,7.635063282051069e-103,8.10723787621447e-103,8.608613125190713e-103,9.140994882687384e-103,9.70630068167523e-103,1.0306566640959983e-102,1.0943954798875291e-102,1.1620760900515535e-102,1.2339422666550932e-102,1.3102528573411757e-102,1.3912827176464868e-102,1.4773237009760719e-102,1.5686857098013558e-102,1.6656978118669203e-102,1.7687094254269646e-102,1.878091577780261e-102,1.9942382416363164e-102,2.117567754126854e-102,2.2485243235725692e-102,2.3875796294330074e-102,2.5352345212019575e-102,2.6920208223675696e-102,2.8585032459342495e-102,3.0352814284067836e-102,3.222992089561209e-102,3.4223113257826013e-102,3.633957045229592e-102,3.858691553596046e-102,4.097324299784825e-102,4.350714791380989e-102,4.6197756904268925e-102,4.9054761006490764e-102,5.208845057976175e-102,5.5309752369220165e-102,5.873026886180895e-102,6.23623200761222e-102,6.62189879366564e-102,7.031416339229685e-102,7.466259644873877e-102,7.927994929507937e-102,8.41828527158933e-102,8.93889659920057e-102,9.491704050570423e-102,1.0078698727946985e-101,1.0701994869152659e-101,1.1363837462646326e-101,1.2066610333524543e-101,1.2812844729584724e-101,1.3605228438373723e-101,1.4446615468064947e-101,1.5340036327025505e-101,1.628870893910362e-101,1.7296050233948907e-101,1.8365688454112382e-101,1.9501476223250873e-101,2.070750442251251e-101,2.1988116925073202e-101,2.3347926241902438e-101,2.479183013510909e-101,2.632502925870148e-101,2.795304589031057e-101,2.968174382133055e-101,3.151734947712727e-101,3.3466474343382224e-101,3.553613877934239e-101,3.773379730376037e-101,4.006736544458144e-101,4.254524824909824e-101,4.5176370557255784e-101,4.7970209147147305e-101,5.093682686847456e-101,5.408690888693458e-101,5.74318011700514e-101,6.098355135309078e-101,6.475495213224283e-101,6.875958734135644e-101,7.301188087821188e-101,7.752714865651838e-101,8.232165377078423e-101,8.741266507274386e-101,9.281851937030986e-101,9.855868747311442e-101,1.0465384432247503e-100,1.1112594345841432e-100,1.1799829609193514e-100,1.2529565506735967e-100,1.3304430401712647e-100,1.4127215203021626e-100,1.500088341751137e-100,1.592858182394202e-100,1.691365180705571e-100,1.7959641392576504e-100,1.9070318026494586e-100,2.0249682144653948e-100,2.150198158152532e-100,2.2831726870059877e-100,2.4243707487727277e-100,2.57430091072626e-100,2.7335031914243327e-100,2.9025510057482004e-100,3.082053230228723e-100,3.2726563960983604e-100,3.475047017967428e-100,3.6899540665134256e-100,3.9181515940877507e-100,4.1604615226980704e-100,4.4177566044076795e-100,4.690963564813975e-100,4.981066440930061e-100,5.289110125489447e-100,5.616204130441508e-100,5.963526583192542e-100,6.332328469985175e-100,6.723938141702445e-100,7.139766098322246e-100,7.581310069257256e-100,8.050160407877737e-100,8.548005819647618e-100,9.076639444503998e-100,9.637965315391198e-100,1.0234005216206958e-99,1.086690596386527e-99,1.1538947140703301e-99,1.2252549305081285e-99,1.3010282709753165e-99,1.3814876559403424e-99,1.4669228840698658e-99,1.5576416760258328e-99,1.6539707828137885e-99,1.7562571626751257e-99,1.8648692307613413e-99,1.9801981860920167e-99,2.1026594205757115e-99,2.2326940151688766e-99,2.3707703285612938e-99,2.5173856841110834e-99,2.673068161104069e-99,2.838378496790162e-99,3.0139121060472476e-99,3.200301225946556e-99,3.398217192945065e-99,3.608372860905277e-99,3.831525168652814e-99,4.068477866319306e-99,4.320084410289697e-99,4.587251037182696e-99,4.870940027933996e-99,5.172173173740504e-99,5.492035456348552e-99,5.8316789559420515e-99,6.192327000705012e-99,6.575278573006781e-99,6.981912988076979e-99,7.413694862024174e-99,7.872179387091381e-99,8.359017933147653e-99,8.875963995594471e-99,9.424879511105814e-99,1.0007741563953116e-98,1.0626649507069029e-98,1.1283832523497035e-98,1.1981657655466172e-98,1.2722638330004176e-98,1.3509443411800913e-98,1.4344906815927007e-98,1.523203771503147e-98,1.617403137778007e-98,1.7174280677578646e-98,1.82363883130252e-98,1.936417978411248e-98,2.0561717170917042e-98,2.1833313764399667e-98,2.318354960202303e-98,2.4617287964131485e-98,2.6139692890518002e-98,2.7756247780266952e-98,2.9472775141861476e-98,3.129545756470305e-98,3.3230859987563127e-98,3.5285953344184695e-98,3.746813967119616e-98,3.9785278768772927e-98,4.2245716510066484e-98,4.4858314901382526e-98,4.763248400135681e-98,5.05782158141118e-98,5.370612027846527e-98,5.7027463482809066e-98,6.05542082433227e-98,6.42990571916468e-98,6.827549852723181e-98,7.249785459914572e-98,7.698133349231253e-98,8.174208380401466e-98,8.679725280791358e-98,9.216504821511354e-98,9.786480375470756e-98,1.0391704881001887e-97,1.1034358236133578e-97,1.1716755150151077e-97,1.2441353480716363e-97,1.3210763086581812e-97,1.4027755227781582e-97,1.4895272547156304e-97,1.5816439669168342e-97,1.6794574454174768e-97,1.783319994869938e-97,1.8936057074744574e-97,2.0107118103844596e-97,2.1350600964398954e-97,2.2670984433807684e-97,2.4073024270135306e-97,2.556177034140341e-97,2.714258481420942e-97,2.8821161467178845e-97,3.0603546198825396e-97,3.249615880366937e-97,3.4505816095058593e-97,3.66397564579723e-97,3.890566592023695e-97,4.131170583607244e-97,4.3866542281659193e-97,4.657937726861819e-97,4.945998188782393e-97,5.25187315029206e-97,5.576664312032196e-97,5.921541507026703e-97,6.287746914187514e-97,6.676599532395428e-97,7.089499931271365e-97,7.527935295748167e-97,7.993484782615467e-97,8.487825208326891e-97,9.012737088558878e-97,9.570111051273512e-97,1.01619546463825e-96,1.079039957654339e-96,1.1457709375126566e-96,1.216628755901154e-96,1.2918686285576002e-96,1.3717615545056547e-96,1.4565952921395442e-96,1.5466753956723008e-96,1.6423263156811656e-96,1.743892567713894e-96,1.8517399731651396e-96,1.9662569768919924e-96,2.087856046315229e-96,2.2169751570445463e-96,2.354079370379454e-96,2.4996625083674464e-96,2.6542489324523036e-96,2.8183954321199046e-96,2.9926932303426986e-96,3.1777701130470703e-96,3.3742926902732065e-96,3.5829687971712068e-96,3.804550043482758e-96,4.039834520689244e-96,4.289669676578262e-96,4.554955367581634e-96,4.836647099879044e-96,5.135759470940293e-96,5.453369823903947e-96,5.7906221279520495e-96,6.1487310986592135e-96,6.528986573156182e-96,6.932758155865337e-96,7.361500151543904e-96,7.816756803399094e-96,8.300167855144491e-96,8.813474457030315e-96,9.358525437118571e-96,9.937283960394655e-96,1.0551834599695361e-95,1.120439084392495e-95,1.189730307060098e-95,1.2633067011445966e-95,1.3414332741514167e-95,1.424391422423578e-95,1.5124799446750933e-95,1.6060161182044105e-95,1.705336841664047e-95,1.8107998485021913e-95,1.922784995447559e-95,2.0416956306774264e-95,2.1679600465974116e-95,2.3020330224654138e-95,2.4443974624155898e-95,2.595566134783171e-95,2.7560835189935454e-95,2.926527766668677e-95,3.1075127840140077e-95,3.2996904429863296e-95,3.503752929206271e-95,3.7204352350734685e-95,3.950517807062331e-95,4.1948293567347584e-95,4.4542498455941293e-95,4.729713654530734e-95,5.022212949276227e-95,5.332801253986341e-95,5.662597245825015e-95,6.012788784216725e-95,6.38463718927868e-95,6.77948178484546e-95,7.198744722445845e-95,7.643936103609312e-95,8.116659418950729e-95,8.618617323624171e-95,9.151617769946427e-95,9.717580519282304e-95,1.0318544056641444e-94,1.0956672932895239e-94,1.1634265561057931e-94,1.2353762494710855e-94,1.3117755218391874e-94,1.3928995481604873e-94,1.479040521007327e-94,1.5705087029934484e-94,1.6676335442779087e-94,1.7707648691791434e-94,1.88027413617226e-94,1.996555775808464e-94,2.120028611375284e-94,2.2511373674146312e-94,2.390354271531702e-94,2.538180755265054e-94,2.695149260142813e-94,2.8618251554309867e-94,3.038808774480951e-94,3.226737577010178e-94,3.426288445105574e-94,3.6381801212175074e-94,3.863175796926923e-94,4.102085861809412e-94,4.355770822296467e-94,4.6251444010487983e-94,4.911176828002786e-94,5.214898334945418e-94,5.537402866203839e-94,5.879852018814914e-94,6.243479226365572e-94,6.629594201575684e-94,7.039587653621587e-94,7.474936297193475e-94,7.937208171327592e-94,8.428068287169389e-94,8.949284625013099e-94,9.502734502213483e-94,1.0090411334908947e-93,1.0714431817909428e-93,1.137704354860798e-93,1.208063312238034e-93,1.2827734728624594e-93,1.3621039278406525e-93,1.4463404096584902e-93,1.5357863213326498e-93,1.630763829207626e-93,1.7316150233349406e-93,1.8387031496131525e-93,1.952413918127219e-93,2.073156892399397e-93,2.2013669645551814e-93,2.337505921718393e-93,2.48206410927613e-93,2.635562197005164e-93,2.798553054420771e-93,2.971623742102209e-93,3.1553976261683675e-93,3.3505366235179697e-93,3.5577435859223747e-93,3.77776483155756e-93,4.01139283309354e-93,4.259469072022512e-93,4.522887069508119e-93,4.802595604670148e-93,5.099602131897893e-93,5.414976409500216e-93,5.749854352761127e-93,6.10544212528111e-93,6.483020483337404e-93,6.883949388912961e-93,7.309672908008636e-93,7.761724411880258e-93,8.241732099937456e-93,8.751424864192583e-93,9.292638516385335e-93,9.867322400210686e-93,1.0477546412466622e-92,1.1125508458408645e-92,1.1813542368168119e-92,1.2544126302742065e-92,1.331989167983538e-92,1.4143632651703298e-92,1.501831616912926e-92,1.5947092667792578e-92,1.693330741550824e-92,1.7980512561215145e-92,1.9092479929109065e-92,2.0273214603999433e-92,2.1526969356829644e-92,2.2858259962308222e-92,2.427188146382968e-92,2.5772925444265062e-92,2.7366798364829283e-92,2.9059241038073714e-92,3.085634930515319e-92,3.276459599182779e-92,3.479085422229174e-92,3.694242217479778e-92,3.9227049368236345e-92,4.1652964574364014e-92,4.422890545619511e-92,4.6964150039323196e-92,4.98685501295213e-92,5.295256679697693e-92,5.6227308054989954e-92,5.9704568868816934e-92,6.339687363878621e-92,6.73175213106914e-92,7.148063327594529e-92,7.590120423400884e-92,8.059515620032168e-92,8.557939585422011e-92,9.087187543342802e-92,9.64916573944415e-92,1.0245898307168657e-91,1.0879534558278707e-91,1.1552356724247965e-91,1.226678817640448e-91,1.3025402154431528e-91,1.3830931034662578e-91,1.4686276171558343e-91,1.559451834780581e-91,1.6558928870683734e-91,1.758298135465939e-91,1.8670364232656008e-91,1.9824994041050866e-91,2.1051029526261718e-91,2.2352886623720405e-91,2.3735254363192547e-91,2.5203111757728816e-91,2.676174573707464e-91,2.841677019014149e-91,3.017414618511297e-91,3.204020344002487e-91,3.40216631211488e-91,3.612566205128955e-91,3.835977841520389e-91,4.0732059054707795e-91,4.32510484517976e-91,4.592581950417099e-91,4.876600620399736e-91,5.178183833763184e-91,5.498417833127469e-91,5.838456037525997e-91,6.199523196791129e-91,6.582919802859139e-91,6.990026773882204e-91,7.422310428021414e-91,7.881327764831793e-91,8.368732073264519e-91,8.886278886484424e-91,9.435832304949531e-91,1.00193717105308e-90,1.0638998895850114e-90,1.1296945634518585e-90,1.199558171954025e-90,1.2737423498834452e-90,1.3525142938618043e-90,1.4361577247297196e-90,1.524973909452516e-90,1.619282746223818e-90,1.7194239166751266e-90,1.8257581093411532e-90,1.938668318788312e-90,2.058561225084618e-90,2.185868658580274e-90,2.3210491552745827e-90,2.4645896083709547e-90,2.6170070219695585e-90,2.778850373212784e-90,2.950702589591544e-90,3.133182648533898e-90,3.326947806838467e-90,3.5326959679820336e-90,3.751168195829305e-90,3.983151383796877e-90,4.229481089086555e-90,4.491044542195973e-90,4.768783842545488e-90,5.063699351733254e-90,5.3768532966377975e-90,5.70937359534763e-90,6.062457919697542e-90,6.43737800904314e-90,6.835484250813517e-90,7.258210544336936e-90,7.707079465460554e-90,8.18370775056513e-90,8.689812119727452e-90,9.227215460002878e-90,9.797853391102606e-90,1.0403781237109088e-89,1.1047181429343923e-89,1.1730371367050793e-89,1.2455811764204287e-89,1.3226115512513094e-89,1.4044057092533827e-89,1.4912582566797269e-89,1.5834820190938817e-89,1.6814091681049952e-89,1.7853924177840107e-89,1.8958062950692704e-89,2.0130484887379365e-89,2.1375412818016948e-89,2.269733072486053e-89,2.410099989271116e-89,2.5591476058118396e-89,2.7174127619133136e-89,2.8854654971207916e-89,3.063911103888594e-89,3.2533923077225324e-89,3.4545915821495736e-89,3.668233606851114e-89,3.895087877814822e-89,4.1359714789059225e-89,4.3917520248399415e-89,4.663350786158659e-89,4.951746007462513e-89,5.257976430852763e-89,5.583145037273493e-89,5.928423019229278e-89,6.295053999186469e-89,6.684358508854407e-89,7.097738745476772e-89,7.536683622266718e-89,8.002774131175701e-89,8.497689037310461e-89,9.023210925511625e-89,9.581232620868113e-89,1.0173764006296031e-88,1.08029392617366e-88,1.1471024551045698e-88,1.2180426184266134e-88,1.2933699284675607e-88,1.3733556991831716e-88,1.4582880233759852e-88,1.5484728103482113e-88,1.6442348877258872e-88,1.745919171423496e-88,1.853891907962168e-88,1.9685419936166904e-88,2.0902823751424252e-88,2.2195515371269797e-88,2.3568150813246315e-88,2.5025674036608118e-88,2.657333474947737e-88,2.821670731724712e-88,2.996171084033115e-88,3.181463047358848e-88,3.378214006419527e-88,3.5871326189512817e-88,3.8089713681526655e-88,4.044529272979255e-88,4.2946547660502114e-88,4.560248749534121e-88,4.842267840018593e-88,5.141727814052633e-88,5.459707266771453e-88,5.797351496780541e-88,6.155876631293844e-88,6.536574006380995e-88,6.940814818102578e-88,7.370055061285226e-88,7.825840773723936e-88,8.309813604703253e-88,8.82371672788997e-88,9.369401119897396e-88,9.948832227134167e-88,1.0564097044950738e-87,1.1217411634579445e-87,1.191112910494709e-87,1.2647748088103103e-87,1.3429921738794408e-87,1.4260467290600376e-87,1.514237620304502e-87,1.6078824936240273e-87,1.7073186391860602e-87,1.812904206166289e-87,1.92501949273064e-87,2.0440683157932495e-87,2.1704794654848167e-87,2.3047082495689713e-87,2.447238133370135e-87,2.598582481119251e-87,2.7592864049894915e-87,2.9299287284813415e-87,3.111124071229925e-87,3.30352506274212e-87,3.5078246930380266e-87,3.724758808662992e-87,3.9551087630597733e-87,4.199704230848507e-87,4.459426196148904e-87,4.735210125709551e-87,5.028049338272802e-87,5.338998582310337e-87,5.66917783501774e-87,6.019776336248571e-87,6.392056871919395e-87,6.787360322312949e-87,7.207110491661842e-87,7.65281923640679e-87,8.126091910603346e-87,8.628633148086435e-87,9.162253002221828e-87,9.728873465357849e-87,1.0330535391457612e-86,1.09694058468498e-86,1.164778591556857e-86,1.236811898739981e-86,1.3132999558484506e-86,1.3945182576175188e-86,1.4807593361809329e-86,1.5723338147132279e-86,1.6695715262325185e-86,1.7728227015932857e-86,1.8824592309481558e-86,1.998876003221891e-86,2.1224923284228934e-86,2.2537534479140714e-86,2.3931321380835284e-86,2.5411304131909454e-86,2.698281333522595e-86,2.8651509253686567e-86,3.0423402197368117e-86,3.230487417146198e-86,3.430270186298566e-86,3.6424081049054736e-86,3.867665251464344e-86,4.1068529573165306e-86,4.360832728901183e-86,4.630519350729712e-86,4.916884180257398e-86,5.22095864651877e-86,5.5438379651302135e-86,5.8866850830377696e-86,6.2507348672203594e-86,6.637298552434685e-86,7.047768464020705e-86,7.483623032781087e-86,7.94643211999353e-86,8.437862671738347e-86,8.959684722906236e-86,9.513777772510114e-86,1.0102137553267424e-85,1.0726883219830583e-85,1.139026498155988e-85,1.2094672207329049e-85,1.2842642031556047e-85,1.3636868492454063e-85,1.4480212235422283e-85,1.537571081651901e-85,1.6326589643133445e-85,1.733627359126069e-85,1.8408399341220445e-85,1.9546828476257502e-85,2.0755661391192964e-85,2.2039252061229528e-85,2.3402223724102962e-85,2.4849485532060238e-85,2.6386250233651266e-85,2.801805294900759e-85,2.975077110624235e-85,3.159064561077488e-85,3.354430332382892e-85,3.5618780931062065e-85,3.782155028731045e-85,4.0160545328716846e-85,4.264419064918806e-85,4.5281431844104226e-85,4.8081767730565135e-85,5.1055284560243545e-85,5.421269234804827e-85,5.756536344746429e-85,6.112537351150486e-85,6.490554498679978e-85,6.891949329750242e-85,7.318167588532681e-85,7.770744428237264e-85,8.251309940428379e-85,8.761595026289969e-85,9.303437630985602e-85,9.878789363572036e-85,1.0489722526305074e-84,1.1138437578659458e-84,1.1827271062945606e-84,1.2558704020067955e-84,1.3335370925741703e-84,1.4160069179347926e-84,1.503576917960885e-84,1.596562502337242e-84,1.6952985866038648e-84,1.8001407984552416e-84,1.9114667586402432e-84,2.0296774410768307e-84,2.155198617080183e-84,2.2884823889061687e-84,2.430008818133299e-84,2.5802876547492207e-84,2.739860173168315e-84,2.9093011217943076e-84,3.0892207931495394e-84,3.280267222026639e-84,3.483128519581183e-84,3.6985353517705813e-84,3.9272635710672956e-84,4.170137010924911e-84,4.428030453061555e-84,4.701872778249964e-84,4.992650311960428e-84,5.301410376908626e-84,5.6292650653033e-84,5.977395244380881e-84,6.3470548096532185e-84,6.739575201190272e-84,7.1563701992011945e-84,7.598941016188993e-84,8.068881704018962e-84,8.56788489537485e-84,9.097747900285736e-84,9.660379179677616e-84,1.0257805219269456e-83,1.089217782857113e-83,1.1565781891271126e-83,1.2281043594933955e-83,1.3040539169642958e-83,1.3847004167067837e-83,1.4703343313376492e-83,1.5612640971480127e-83,1.6578172250291894e-83,1.760341480101895e-83,1.8692061342967222e-83,1.9848032963980688e-83,2.1075493243418785e-83,2.2378863248536997e-83,2.376283745829333e-83,2.5232400671923478e-83,2.6792845963194622e-83,2.8449793745002867e-83,3.0209212012977e-83,3.2077437841013848e-83,3.406120020615217e-83,3.616764422500749e-83,3.84043568890578e-83,4.0779394391475826e-83,4.330131114392633e-83,4.59791905878586e-83,4.8822677911247445e-83,5.184201478863884e-83,5.50480762696217e-83,5.845240994858265e-83,6.206727755684829e-83,6.590569912699133e-83,6.998149988839414e-83,7.430936006297124e-83,7.890486774039416e-83,8.378457502329554e-83,8.896605764463539e-83,9.446797827198986e-83,1.0031015372675977e-82,1.065136263604143e-82,1.1310073984483458e-82,1.2009521964978376e-82,1.2752225849730826e-82,1.3540860710090378e-82,1.4378267051625718e-82,1.5267461045057896e-82,1.6211645389908427e-82,1.721422084998302e-82,1.8278798502245305e-82,1.940921274319681e-82,2.060953509960669e-82,2.1884088893342758e-82,2.3237464813113006e-82,2.4674537449211762e-82,2.620048285082229e-82,2.782079716911499e-82,2.9541316453285257e-82,3.1368237670843967e-82,3.330814102785622e-82,3.536801366953266e-82,3.755527484653487e-82,3.9877802637633147e-82,4.234396232498211e-82,4.496263652419552e-82,4.7743257177758105e-82,5.069583952700379e-82,5.383101818501296e-82,5.716008544037735e-82,6.069503192976716e-82,6.444858982581563e-82,6.843427869586689e-82,7.266645419676481e-82,7.716035978105926e-82,8.193218160089574e-82,8.699910680730117e-82,9.237938545487782e-82,9.809239623486507e-82,1.0415871627331149e-81,1.1060019524579746e-81,1.1744003407560065e-81,1.2470286849879958e-81,1.3241485779728823e-81,1.406037790192801e-81,1.4929912702672118e-81,1.585322207298888e-81,1.6833631589186748e-81,1.787467249091785e-81,1.8980094399999876e-81,2.0153878825804329e-81,2.140025350586279e-81,2.272370763333273e-81,2.412900802617693e-81,2.562121629629234e-81,2.720570708042434e-81,2.888818739854121e-81,3.0674717209379683e-81,3.257173123720907e-81,3.4586062148426424e-81,3.6724965161455074e-81,3.899614417860092e-81,4.140777953396918e-81,4.396855745739815e-81,4.668770136052765e-81,4.957500505769072e-81,5.264086804127497e-81,5.589633293862956e-81,5.935312528540231e-81,6.302369575858322e-81,6.692126502136306e-81,7.105987134131944e-81,7.545442115346946e-81,8.012074275027001e-81,8.5075643291974e-81,9.03369693426739e-81,9.592367115005827e-81,1.0185587090044135e-80,1.0815493519485749e-80,1.1484355200730151e-80,1.2194581240228855e-80,1.294872973060701e-80,1.3749516964401681e-80,1.4599827217608268e-80,1.5502723138266317e-80,1.646145677750762e-80,1.747948130279666e-80,1.856046343554954e-80,1.970829665793653e-80,2.0927115236426847e-80,2.2221309112592873e-80,2.3595539714805315e-80,2.5054756747766394e-80,2.660421602036345e-80,2.8249498376042362e-80,2.9996529793893842e-80,3.1851602732848884e-80,3.382139879586251e-80,3.591301279571202e-80,3.8133978309103946e-80,4.049229481111204e-80,4.299645648769285e-80,4.5655482830051705e-80,4.847895112104702e-80,5.14770309306617e-80,5.4660520744762164e-80,5.804088685909316e-80,6.163030467859124e-80,6.5441702570759484e-80,6.948880843108046e-80,7.378619912815264e-80,7.83493530066672e-80,8.319470563732018e-80,8.833970901446465e-80,9.380289441470568e-80,9.960393914287953e-80,1.057637374057737e-79,1.1230447556889738e-79,1.1924971206735092e-79,1.2662446225859986e-79,1.3445528852282589e-79,1.4277039593531264e-79,1.5159973385550796e-79,1.6097510379865133e-79,1.7093027397847476e-79,1.815011009336043e-79,1.9272565867564737e-79,2.0464437582419755e-79,2.1730018122266376e-79,2.307386585594137e-79,2.4500821055110733e-79,2.6016023327967238e-79,2.7624930131072156e-79,2.9333336426026563e-79,3.114739555176882e-79,3.3073641387671375e-79,3.511901188727703e-79,3.7290874067421273e-79,3.959705054275928e-79,4.2045847701265804e-79,4.464608562218427e-79,4.7407129844201014e-79,5.0338925098244274e-79,5.3452031126423796e-79,5.675766071611707e-79,6.02677200861961e-79,6.399485177084777e-79,6.795248015547193e-79,7.215485982863518e-79,7.661712692425912e-79,8.13553536389599e-79,8.638660612088779e-79,9.172900593860432e-79,9.740179535135132e-79,1.0342540661583532e-78,1.0982153557914652e-78,1.1661321982286307e-78,1.2382492163984605e-78,1.3148261614253037e-78,1.3961388482010494e-78,1.4824801488153906e-78,1.5741610474227566e-78,1.6715117603450731e-78,1.7748829254453925e-78,1.8846468650554116e-78,2.001198927006339e-78,2.1249589085930367e-78,2.2563725685999626e-78,2.3959132328358076e-78,2.5440834989584824e-78,2.701417046731753e-78,2.8684805602334544e-78,3.0458757689382586e-78,3.234241615027777e-78,3.434256554732622e-78,3.6466410019965957e-78,3.8721599232641096e-78,4.111625592736956e-78,4.365900518023612e-78,4.6359005467204e-78,4.922598165111529e-78,5.227026000870951e-78,5.550280542381572e-78,5.893526088067216e-78,6.25799893996439e-78,6.645011856635186e-78,7.055958781462092e-78,7.492319863354418e-78,7.955666787948788e-78,8.447668438508761e-78,8.97009690690887e-78,9.524833876356524e-78,1.0113877398839849e-77,1.0739349091712976e-77,1.1403501779337647e-77,1.2108727607309294e-77,1.2857566658487467e-77,1.365271610186828e-77,1.4497039907249914e-77,1.5393579160679324e-77,1.6345563017840409e-77,1.7356420334827537e-77,1.8429792018202117e-77,1.9569544138812834e-77,2.0779781856610036e-77,2.206486420661684e-77,2.342941979930226e-77,2.4878363491914013e-77,2.641691409081467e-77,2.805061314858268e-77,2.9785344923577022e-77,3.1627357573867565e-77,3.3583285661851918e-77,3.566017405062748e-77,3.786550327818514e-77,4.020721650081176e-77,4.269374810276212e-77,4.533405407522561e-77,4.813764427402237e-77,5.1114616672209716e-77,5.427569373096264e-77,5.763226101975004e-77,6.119640822488091e-77,6.4980972694146e-77,6.899958567438564e-77,7.326672140852582e-77,7.779774926890791e-77,8.260898911471629e-77,8.771777007285022e-77,9.314249295398659e-77,9.890269652863503e-77,1.0501912790188344e-76,1.1151381724035152e-76,1.1841015712044873e-76,1.2573298678377442e-76,1.3350868160311867e-76,1.4176524808128263e-76,1.5053242472494123e-76,1.5984178915680195e-76,1.697268718519109e-76,1.8022327690774048e-76,1.913688102830568e-76,2.032036159674258e-76,2.157703205718937e-76,2.291141868615221e-76,2.4328327678285084e-76,2.5832862457345644e-76,2.7430442057707437e-76,2.9126820642645806e-76,3.092810822968423e-76,3.2840792697660234e-76,3.4871763154772674e-76,3.7028334751772426e-76,3.931827502968298e-76,4.174983189693114e-76,4.433176333667004e-76,4.7073368951288713e-76,4.998452345772768e-76,5.307571225423538e-76,5.635806918669092e-76,5.984341665049215e-76,6.354430817246873e-76,6.74740736261853e-76,7.164686724348154e-76,7.607771859520497e-76,8.078258672472209e-76,8.57784176292131e-76,9.108320529577869e-76,9.671605651218441e-76,1.0269725968571691e-75,1.0904835791797284e-75,1.157922265988192e-75,1.2295315579898773e-75,1.3055693775807174e-75,1.386309597830174e-75,1.4720430289176557e-75,1.5630784655726797e-75,1.6597437992919654e-75,1.7623871993393007e-75,1.8713783667816297e-75,1.987109866078897e-75,2.1099985390227894e-75,2.2404870061178273e-75,2.3790452608122643e-75,2.5261723623205344e-75,2.682398233135461e-75,2.8482855677031863e-75,3.024431859136469e-75,3.211471551265778e-75,3.4100783237796023e-75,3.620967518684022e-75,3.8448987168225903e-75,4.082678473734754e-75,4.3351632247082254e-75,4.603262369488308e-75,4.887941547753993e-75,5.19022611716036e-75,5.51120484647197e-75,5.85203383709105e-75,6.213940687104481e-75,6.598228912846705e-75,7.006282643906765e-75,7.439571608486513e-75,7.899656427068792e-75,8.388194233461339e-75,8.906944643462699e-75,9.457776092646586e-75,1.0042672566095862e-74,1.0663740744320364e-74,1.1323217591100416e-74,1.2023478410584816e-74,1.2767045402661559e-74,1.3556596747421077e-74,1.439497625142577e-74,1.5285203590534721e-74,1.6230485186174668e-74,1.7234225754229055e-74,1.8300040568148644e-74,1.94317684804441e-74,2.0633485749467974e-74,2.1909520721284755e-74,2.3264469419511286e-74,2.470321209927512e-74,2.6230930824924533e-74,2.7853128134788836e-74,2.9575646860225274e-74,3.140469117033376e-74,3.334684891813383e-74,3.540911536870322e-74,3.75989183947249e-74,3.992414523020476e-74,4.2393170878717485e-74,4.501488827849531e-74,4.779874033302597e-74,5.075475392250407e-74,5.389357601865621e-74,5.722651203301067e-74,6.076556653673813e-74,6.452348649871724e-74,6.8513807197585775e-74,7.275090097310967e-74,7.725002899248763e-74,8.202739621803575e-74,8.710020977422239e-74,9.248674092431424e-74,9.820639087981563e-74,1.0427976067976736e-73,1.1072872539158602e-73,1.1757651290068412e-73,1.2484778757270158e-73,1.3256873908962244e-73,1.4076717677979188e-73,1.4947262978157373e-73,1.5871645340142534e-73,1.6853194204944348e-73,1.7895444915921936e-73,1.90021514523842e-73,2.017729995067545e-73,2.1425123061444568e-73,2.2750115194806542e-73,2.4157048708315377e-73,2.5650991096042406e-73,2.7237323240680395e-73,2.8921758794411264e-73,3.0710364758339093e-73,3.2609583334623553e-73,3.4626255130004815e-73,3.6767643794306266e-73,3.904146218265331e-73,4.14559001356413e-73,4.401965397750421e-73,4.6741957838548014e-73,4.9632616914642835e-73,5.2702042783585135e-73,5.596129090552719e-73,5.942210044253458e-73,6.309693654071729e-73,6.69990352271952e-73,7.114245108363087e-73,7.554210786803352e-73,8.02138522671519e-73,8.517451097309401e-73,9.044195128970955e-73,9.60351454870591e-73,1.0197423913574905e-72,1.0828062366726438e-72,1.1497701342162878e-72,1.220875274599477e-72,1.2963777643644705e-72,1.376549548429476e-72,1.4616793895800802e-72,1.5520739085350794e-72,1.6480586883334314e-72,1.7499794470193055e-72,1.858203282849604e-72,1.9731199965087654e-72,2.0951434950929106e-72,2.224713282921025e-72,2.362296044541695e-72,2.5083873256378803e-72,2.6635133178836854e-72,2.8282327541819663e-72,3.003138921108557e-72,3.1888617958127233e-72,3.386070315068972e-72,3.5954747846540534e-72,3.817829437726887e-72,4.053935151425636e-72,4.304642331468147e-72,4.570853975143424e-72,4.853528923727967e-72,5.153685316041072e-72,5.472404255577334e-72,5.810833704426795e-72,6.170192618005002e-72,6.551775335487584e-72,6.956956241761956e-72,7.38719471768794e-72,7.844040396495897e-72,8.329138745257953e-72,8.844236991531601e-72,9.39119041652529e-72,9.971969037451794e-72,1.058866470313643e-71,1.1243498628441192e-71,1.1938829394636862e-71,1.2677161444542854e-71,1.3461154103031447e-71,1.4293631155384364e-71,1.5177591018006735e-71,1.6116217538123832e-71,1.7112891461364513e-71,1.8171202608533087e-71,1.9294962805428838e-71,2.0488219612280588e-71,2.1755270902255017e-71,2.3100680341537044e-71,2.4529293826746235e-71,2.604625693889126e-71,2.765703347672407e-71,2.936742513625825e-71,3.1183592407318737e-71,3.311207676239892e-71,3.515982421774164e-71,3.733421035150121e-71,3.964306686911157e-71,4.209470981152433e-71,4.469796950793161e-71,4.746222238085162e-71,5.039742471813497e-71,5.351414853352335e-71,5.682361964494398e-71,6.033775810766268e-71,6.406922114794826e-71,6.803144875188053e-71,7.22387120734935e-71,7.670616483663884e-71,8.144989791567118e-71,8.648699729157197e-71,9.183560559224984e-71,9.751498743865963e-71,1.0354559883214228e-70,1.0994916083285421e-70,1.1674873779469874e-70,1.2396882043853142e-70,1.3163541406285865e-70,1.3977613220972441e-70,1.484202961232063e-70,1.575990403586779e-70,1.673454249232744e-70,1.776945543514539e-70,1.8868370414451296e-70,2.0035245502954155e-70,2.127428355212932e-70,2.2589947330052227e-70,2.3986975595400124e-70,2.5470400165513558e-70,2.704556404000341e-70,2.8718140645167883e-70,3.0494154268543757e-70,3.23800017571893e-70,3.438247555785325e-70,3.65087881820102e-70,3.8766598183894995e-70,4.1164037745084717e-70,4.370974196499668e-70,4.641287996279662e-70,4.9283187902733035e-70,5.233100406186778e-70,5.556730606648428e-70,5.900375043131047e-70,6.26527145439631e-70,6.65273412458238e-70,7.064158616994423e-70,7.501026800644788e-70,7.964912187649961e-70,8.457485600707573e-70,8.98052119106696e-70,9.535902828667315e-70,1.0125630887463187e-69,1.0751829450371753e-69,1.1416753959796326e-69,1.2122799341280671e-69,1.2872508629552063e-69,1.3668582128027486e-69,1.451388713476696e-69,1.5411468269909957e-69,1.6364558441790701e-69,1.737659049122776e-69,1.8451209555935101e-69,1.9592286199579777e-69,2.0803930352781167e-69,2.209050611626184e-69,2.345664747946913e-69,2.490727501127879e-69,2.644761358290716e-69,2.8083211186853273e-69,2.981995891966254e-69,3.1664112200483205e-69,3.362231330183559e-69,3.570161527375902e-69,3.7909507347488695e-69,4.0253941910174647e-69,4.2743363147796285e-69,4.538673745943236e-69,4.819358575245021e-69,5.117401773491168e-69,5.433876832872752e-69,5.769923633470631e-69,6.126752548876458e-69,6.505648805716412e-69,6.90797711278233e-69,7.335186576440086e-69,7.78881592002203e-69,8.270499026001954e-69,8.781970820913157e-69,9.325073524209358e-69,9.901763283571066e-69,1.0514117220559816e-68,1.1164340911996338e-68,1.1854776334007352e-68,1.2587910297358617e-68,1.336638340445039e-68,1.419299956024122e-68,1.5070736071354713e-68,1.6002754369744963e-68,1.6992411399542503e-68,1.8043271708100568e-68,1.9159120284782396e-68,2.034397619373888e-68,2.1602107049777148e-68,2.2938044389455984e-68,2.4356599992780847e-68,2.586288321427395e-68,2.746231938585139e-68,2.9160669357788095e-68,3.096405024814895e-68,3.2878957475433556e-68,3.491228815377576e-68,3.707136593497476e-68,3.936396738682905e-68,4.17983500027847e-68,4.438328194377614e-68,4.712807361940093e-68,5.004261122215484e-68,5.313739233552765e-68,5.6423563744208e-68,5.991296158257369e-68,6.361815396609766e-68,6.755248625918867e-68,7.173012914253522e-68,7.616612965307491e-68,8.08764653804137e-68,8.587810201493134e-68,9.118905445480821e-68,9.682845169209955e-68,1.0281660571155196e-67,1.0917508465032672e-67,1.1592679048211844e-67,1.2309604150551733e-67,1.307086599336615e-67,1.3879206490070441e-67,1.473753712200749e-67,1.564894942502151e-67,1.6616726124556362e-67,1.7644352959376656e-67,1.8735531236504362e-67,1.989419116258948e-67,2.1124505999728767e-67,2.2430907096727236e-67,2.3818099849931098e-67,2.5291080651127995e-67,2.6855154883554288e-67,2.8515956030828777e-67,3.027946596763455e-67,3.215203650524398e-67,3.414041226947368e-67,3.625175499348309e-67,3.849366931291084e-67,4.087423015625216e-67,4.340201182914815e-67,4.608611889732138e-67,4.8936218979407823e-67,5.1962577567793645e-67,5.51760950028667e-67,5.858834573387847e-67,6.221162000779746e-67,6.605896813633036e-67,7.014424750054353e-67,7.448217246238943e-67,7.908836736289714e-67,8.397942279794653e-67,8.917295537427964e-67,9.468767116100859e-67,1.0054343306515067e-66,1.0676133237384891e-66,1.1336376472100086e-66,1.2037451075185685e-66,1.278188217761667e-66,1.3572351071836783e-66,1.4411704869237944e-66,1.53029667548902e-66,1.6249346876450267e-66,1.7254253906473876e-66,1.8321307319774857e-66,1.945435043005251e-66,2.0657464232739286e-66,2.1934982103936075e-66,2.3291505408367045e-66,2.473192007257871e-66,2.6261414183074164e-66,2.788549667276362e-66,2.961001716304696e-66,3.1441187032981185e-66,3.338560179143036e-66,3.5450264832774854e-66,3.764261266173796e-66,3.997054167819943e-66,4.244243661845002e-66,4.5067200755341225e-66,4.785428796609939e-66,5.081373678330847e-66,5.395620655169777e-66,5.729301582098525e-66,6.083618311303208e-66,6.459847021016398e-66,6.859342812056936e-66,7.283544588632199e-66,7.733980240985375e-66,8.212272148550811e-66,8.720143023441544e-66,9.259422115315192e-66,9.832051799965568e-66,1.0440094575374646e-65,1.1085740490418169e-65,1.1771315032985394e-65,1.2499287505922946e-65,1.327227992097183e-65,1.4093076442729593e-65,1.4964633416658435e-65,1.5890090017250828e-65,1.6872779554710661e-65,1.7916241480872682e-65,1.902423413760047e-65,2.020074829358765e-65,2.14500215183093e-65,2.277655344490298e-65,2.4185121976951123e-65,2.5680800497534585e-65,2.726897614255127e-65,2.895536920410317e-65,3.074605373384895e-65,3.2647479420527253e-65,3.4666494820450934e-65,3.681037202463788e-65,3.908683285143905e-65,4.15040766589852e-65,4.4070809877641446e-65,4.679627736883528e-65,4.969029572319945e-65,5.27632886179824e-65,5.602632436105086e-65,5.949115575672983e-65,6.317026243706284e-65,6.70768958109519e-65,7.122512679310149e-65,7.562989648464162e-65,8.030706998799765e-65,8.527349354982675e-65,9.054705523784303e-65,9.614674937006171e-65,1.0209274492856134e-64,1.0840645820412715e-64,1.1511062993346413e-64,1.2222940720680093e-64,1.2978843044088214e-64,1.3781492573065862e-64,1.4633780291224132e-64,1.5538775969037156e-64,1.6499739220543924e-64,1.7520131243826456e-64,1.860362728755813e-64,1.975412988851498e-64,2.0975782927735764e-64,2.2272986555955407e-64,2.3650413042071586e-64,2.51130236017233e-64,2.6666086266604605e-64,2.8315194858862117e-64,3.0066289138928023e-64,3.192567619935407e-64,3.390005318169816e-64,3.599653139829861e-64,3.822266194580022e-64,4.0586462902700054e-64,4.309644820886919e-64,4.5761658331062225e-64,4.859169282488359e-64,5.1596744910468735e-64,5.4787638186432303e-64,5.8175865614312956e-64,6.177363091393166e-64,6.559389251875097e-64,6.965041024957962e-64,7.395779487469761e-64,7.853156073493281e-64,8.338818162322651e-64,8.854515011994258e-64,9.40210405976689e-64,9.983557612239593e-64,1.0600969949207129e-63,1.1256564866838651e-63,1.1952703687346988e-63,1.2691893764002427e-63,1.347679751211818e-63,1.4310241998539946e-63,1.5195229124177166e-63,1.613494643625219e-63,1.713277860920819e-63,1.8192319635634508e-63,1.9317385771109817e-63,2.0512029279594441e-63,2.178055302887805e-63,2.3127525988649277e-63,2.455779968701742e-63,2.607652568474727e-63,2.7689174130154705e-63,2.9401553461491394e-63,3.121983132777829e-63,3.3150556803452866e-63,3.5200683976826626e-63,3.737759699732582e-63,3.968913667172579e-63,4.2143628705175273e-63,4.4749913688722067e-63,4.7517378941366745e-63,5.045599232130995e-63,5.357633812819188e-63,5.68896552256314e-63,6.040787752136623e-63,6.414367695081917e-63,6.811050911887753e-63,7.232266176430121e-63,7.679530622131202e-63,8.154455206370681e-63,8.658750512834383e-63,9.194232912694913e-63,9.762831106818757e-63,1.0366593072562363e-62,1.1007693440178662e-62,1.1688441325400542e-62,1.241128864641726e-62,1.3178838955193822e-62,1.3993856814946496e-62,1.4859277757548858e-62,1.5778218856730827e-62,1.675398995515934e-62,1.7790105585830305e-62,1.8890297630716265e-62,2.005852876226198e-62,2.129900671613844e-62,2.2616199446671323e-62,2.4014851219519737e-62,2.549999969957596e-62,2.707699409563021e-62,2.875151442715531e-62,3.0529591982601354e-62,3.2417631042899296e-62,3.4422431948401137e-62,3.655121559235115e-62,3.8811649429105088e-62,4.121187509076809e-62,4.376053771173706e-62,4.646681706674731e-62,4.934046063459242e-62,5.239181870660132e-62,5.563188166631871e-62,5.907231957468453e-62,6.272552420326155e-62,6.660465366692793e-62,7.072367981678417e-62,7.509743856397792e-62,7.974168331569025e-62,8.467314171578065e-62,8.990957589441769e-62,9.546984644373338e-62,1.0137398034991945e-61,1.0764324312642826e-61,1.1430021540813012e-61,1.2136887428224816e-61,1.2887467964904984e-61,1.3684466592333665e-61,1.453075394070021e-61,1.5429378168343183e-61,1.6383575940607615e-61,1.7396784087668775e-61,1.8472651983309403e-61,1.9615054689237202e-61,2.082810691228249e-61,2.2116177824755265e-61,2.348390680133084e-61,2.4936220129153147e-61,2.6478348751339873e-61,2.8115847107793875e-61,2.9854613141192943e-61,3.170090954020082e-61,3.366138629642411e-61,3.574310465635753e-61,3.7953562554582285e-61,4.030072161983773e-61,4.279303585121725e-61,4.543948206778879e-61,4.824959224130783e-61,5.123348782848102e-61,5.4401916226430054e-61,5.776628948268228e-61,6.133872539908555e-61,6.513209117771641e-61,6.916004976597912e-61,7.343710906781103e-61,7.797867419827215e-61,8.280110296969132e-61,8.792176480924757e-61,9.335910332018712e-61,9.913270271199548e-61,1.0526335833883177e-60,1.117731516002391e-60,1.186855294739467e-60,1.260253889672101e-60,1.3381916679087218e-60,1.4209493457911116e-60,1.508824999978935e-60,1.6021351410623058e-60,1.7012158535698774e-60,1.806424006478376e-60,1.9181385385833173e-60,2.0367618233613124e-60,2.1627211182389295e-60,2.2964701034888272e-60,2.438490516295734e-60,2.58929388587749e-60,2.7494233759117285e-60,2.919455740902912e-60,3.1000034035371536e-60,3.291716660506663e-60,3.4952860247489015e-60,3.711444712536158e-60,3.940971284374982e-60,4.1846924492255614e-60,4.443486042142702e-60,4.7182841860628474e-60,5.010076649124573e-60,5.319914409616904e-60,5.648913441393113e-60,5.998258733386219e-60,6.369208557703098e-60,6.763099001669087e-60,7.181348780149267e-60,7.625464345475912e-60,8.097045313389688e-60,8.597790224536695e-60,9.129502662273566e-60,9.694097748814184e-60,1.0293609043119664e-59,1.0930195865371393e-59,1.1606151074412147e-59,1.2323909326166963e-59,1.3086055842787087e-59,1.3895335724106908e-59,1.475466383494502e-59,1.566713530386663e-59,1.6636036671220148e-59,1.7664857726598572e-59,1.875730407836872e-59,1.991731050053213e-59,2.114905510499712e-59,2.24569743903051e-59,2.3845779221014616e-59,2.5320471795293836e-59,2.68863636618452e-59,2.8549094851042495e-59,3.0314654189196684e-59,3.2189400869115432e-59,3.418008735464441e-59,3.6293883701701446e-59,3.8538403383385198e-59,4.092173071218856e-59,4.3452449958082e-59,4.613967626733811e-59,4.8993088493478625e-59,5.202296405857092e-59,5.524021597045476e-59,5.865643212922132e-59,6.228391706452122e-59,6.613573625402071e-59,7.022576318265817e-59,7.45687293121647e-59,7.91802771408545e-59,8.40770165447882e-59,8.927658460322613e-59,9.479770912388612e-59,1.0066027609676477e-58,1.068854013195118e-58,1.1349550645232735e-58,1.2051439977630006e-58,1.2796736194610853e-58,1.3588123704588807e-58,1.4428452927627378e-58,1.532075056208497e-58,1.6268230486179505e-58,1.7274305333735312e-58,1.8342598785812636e-58,1.9476958622482716e-58,2.0681470581765074e-58,2.1960473075642075e-58,2.3318572816151627e-58,2.4760661407849362e-58,2.629193296639078e-58,2.7917902826701084e-58,2.9644427408113076e-58,3.1477725308018885e-58,3.342439970002315e-58,3.549146211725488e-58,3.768635770651301e-58,4.0016992044201074e-58,4.249175961063885e-58,4.51195740253024e-58,4.790990015191173e-58,5.087278818897865e-58,5.401890986861963e-58,5.735959689400932e-58,6.090688175391024e-58,6.46735410613083e-58,6.867314157221983e-58,7.292008905044398e-58,7.74296801542547e-58,8.221815753190593e-58,8.730276832442597e-58,9.2701826286373e-58,9.84347777483307e-58,1.0452227165871474e-57,1.1098623395717214e-57,1.1784994654743297e-57,1.2513813115410516e-57,1.3287703836538673e-57,1.4109454218245483e-57,1.4982024041606618e-57,1.5908556129195492e-57,1.6892387664906177e-57,1.7937062213822977e-57,1.904634248543591e-57,2.0224223886170853e-57,2.1474948910044806e-57,2.2803022419287052e-57,2.4213227869952732e-57,2.5710644540978617e-57,2.730066582873339e-57,2.898901867295713e-57,3.0781784184053415e-57,3.268541954604171e-57,3.470678127404389e-57,3.6853149910085803e-57,3.9132256246159495e-57,4.1552309168990664e-57,4.4122025226818764e-57,4.6850660024662095e-57,4.9748041561163204e-57,5.282460562708244e-57,5.609143339293023e-57,5.956029132114317e-57,6.324367354653054e-57,6.715484687765893e-57,7.130789858125211e-57,7.571778712171999e-57,8.040039603855723e-57,8.537259115569897e-57,9.065228132884853e-57,9.625848294960797e-57,1.022113884387329e-56,1.0853243897519572e-56,1.1524440172305528e-56,1.2237145183423254e-56,1.2993925952259173e-56,1.3797508252293766e-56,1.465078642679278e-56,1.5556833813657029e-56,1.6518913814971397e-56,1.7540491651129028e-56,1.862524684186446e-56,1.9777086459150815e-56,2.100015919969206e-56,2.229887032770483e-56,2.3677897541799885e-56,2.514220782312064e-56,2.6697075325419536e-56,2.834810037150749e-56,3.010122962450094e-56,3.196277750651796e-56,3.3939448941967356e-56,3.603836350734839e-56,3.8267081074548976e-56,4.063362903999604e-56,4.314653123773555e-56,4.581483864058766e-56,4.864816195994198e-56,5.165670626162854e-56,5.485130772252908e-56,5.824347266032373e-56,6.184541897695828e-56,6.567012016508951e-56,6.973135203601686e-56,7.4043742337415195e-56,7.862282343955853e-56,8.348508827982864e-56,8.864804976698528e-56,9.413030385916862e-56,9.995159654284115e-56,1.0613289495389154e-55,1.126964628970741e-55,1.1966594103580604e-55,1.2706643204111232e-55,1.3492459100645438e-55,1.432687214540591e-55,1.5212887727855763e-55,1.6153697099513522e-55,1.7152688868204423e-55,1.8213461203149605e-55,1.9339834794856082e-55,2.0535866616480386e-55,2.1805864536239017e-55,2.3154402833490346e-55,2.458633867437603e-55,2.6106829606367207e-55,2.7721352134721553e-55,2.9435721447762347e-55,3.1256112362030416e-55,3.318908156273922e-55,3.5241591219651e-55,3.742103406342336e-55,3.973526001274975e-55,4.219260444820506e-55,4.480191823462349e-55,4.7572599600147465e-55,5.0514627986776474e-55,5.363859999432268e-55,5.695576754725599e-55,6.047807842189129e-55,6.421821927989445e-55,6.81896613631138e-55,7.240670901430581e-55,7.688455119852318e-55,8.163931621074643e-55,8.66881297667791e-55,9.204917668667014e-55,9.774176639280791e-55,1.0378640245860618e-54,1.1020485645829683e-54,1.170202463837967e-54,1.2425711991110125e-54,1.319415428161319e-54,1.401011928584514e-54,1.4876545947104936e-54,1.5796554961521667e-54,1.6773460018179253e-54,1.7810779734365315e-54,1.891225032892868e-54,2.0081839079394105e-54,2.132375861130697e-54,2.2642482071268574e-54,2.404275923832059e-54,2.552963363170158e-54,2.7108460676596844e-54,2.8784926993314535e-54,3.0565070879357554e-54,3.245530405816615e-54,3.4462434772870774e-54,3.6593692308223063e-54,3.8856753029041856e-54,4.1259768028947803e-54,4.3811392488975975e-54,4.6520816851816166e-54,4.939779992395393e-54,5.245270402494418e-54,5.56965323104255e-54,5.914096840328773e-54,6.279841847575801e-54,6.668205593395812e-54,7.080586886588442e-54,7.51847104237182e-54,7.983435232191657e-54,8.477154164378064e-54,9.00140611611192e-54,9.558079338423881e-54,1.0149178857299054e-53,1.07768336953806e-53,1.1443304540284432e-53,1.2150991887146278e-53,1.2902444684726259e-53,1.3700369516213676e-53,1.4547640347801413e-53,1.5447308880137788e-53,1.6402615539945378e-53,1.741700115139159e-53,1.8494119329250695e-53,1.9637849638497405e-53,2.0852311567725938e-53,2.214187936672587e-53,2.3511197801660015e-53,2.496519888458385e-53,2.6509119637572067e-53,2.814852095542731e-53,2.988930763491353e-53,3.1737749642659286e-53,3.3700504698326644e-53,3.5784642254388845e-53,3.7997668958892285e-53,4.0347555692902492e-53,4.284276628003251e-53,4.549228797144701e-53,4.830566381614756e-53,5.129302703313663e-53,5.44651375092509e-53,5.783342055412642e-53,6.1410008051891975e-53,6.520778215779091e-53,6.924042169714246e-53,7.352245143374161e-53,7.806929438515975e-53,8.289732737338578e-53,8.802394001087182e-53,9.346759733444697e-53,9.924790631270806e-53,1.0538568646640199e-52,1.1190304485619875e-52,1.188234557079138e-52,1.2617184496198494e-52,1.3397468005175103e-52,1.4226006523386686e-52,1.5105784281422702e-52,1.603997006340175e-52,1.7031928620298643e-52,1.808523278910825e-52,1.9203676361491567e-52,2.039128774825622e-52,2.1652344488890795e-52,2.299138865840869e-52,2.441324322699595e-52,2.5923029431390758e-52,2.752618522055465e-52,2.922848484208319e-52,3.103605963989386e-52,3.295542013810328e-52,3.499347949063992e-52,3.715757838104539e-52,3.945551146215165e-52,4.18955554308705e-52,4.448649883920166e-52,4.723767374884928e-52,5.015898934344638e-52,5.326096761945692e-52,5.6554781284313844e-52,6.005229399828229e-52,6.376610310499645e-52,6.77095850045862e-52,7.189694333279697e-52,7.634326011966095e-52,8.10645501119604e-52,8.60778184551497e-52,9.140112194250635e-52,9.70536340520981e-52,1.030557140058247e-51,1.0942898009928656e-51,1.1619638756656495e-51,1.2338231126040987e-51,1.3101263344559685e-51,1.391148370216797e-51,1.4771810451092746e-51,1.5685342316794768e-51,1.6655369658959378e-51,1.7685386322717774e-51,1.8779102222778916e-51,1.9940456705804447e-51,2.1173632739149525e-51,2.2483071977076455e-51,2.3873490758709757e-51,2.5349897095348794e-51,2.691760870832508e-51,2.8582272182377046e-51,3.034988330351975e-51,3.2226808654673655e-51,3.421980854682623e-51,3.6336061368322995e-51,3.8583189439994374e-51,4.096928646923463e-51,4.3502946701920777e-51,4.6193295877177184e-51,4.905002409646402e-51,5.208342072539559e-51,5.530441145398257e-51,5.872459764878709e-51,6.235629813873721e-51,6.621259358509112e-51,7.030737359536866e-51,7.465538675095547e-51,7.927229372854565e-51,8.41747237067845e-51,8.938033426125264e-51,9.49078749635294e-51,1.0077725491341986e-50,1.0700961444756038e-50,1.1362740128269258e-50,1.2065445136787504e-50,1.28116074736808e-50,1.3603914666954117e-50,1.444522044918708e-50,1.533855503610926e-50,1.628713604083438e-50,1.7294380063060877e-50,1.8363914994982187e-50,1.9499593088232998e-50,2.0705504828929725e-50,2.1985993670788004e-50,2.334567167937645e-50,2.478943614385648e-50,2.632248721604361e-50,2.795034664031689e-50,2.967887764184026e-50,3.15143060447336e-50,3.346324269624697e-50,3.5532707277717633e-50,3.77301535880618e-50,4.0063496390870896e-50,4.254113992181548e-50,4.51720081590255e-50,4.796557696547865e-50,5.093190821917451e-50,5.408168605400811e-50,5.742625534189538e-50,6.097766255473851e-50,6.47486991534138e-50,6.875294766006905e-50,7.300483057965864e-50,7.751966234692829e-50,8.231370448596355e-50,8.740422418094963e-50,9.280955646913468e-50,9.854917027997625e-50,1.0464373855833992e-49,1.1111521272433424e-49,1.1798690173794657e-49,1.2528355605326564e-49,1.3303145676469514e-49,1.4125851026620347e-49,1.499943487646047e-49,1.5927043700885592e-49,1.6912018561980414e-49,1.795790714285958e-49,1.9068476525714513e-49,2.0247726760091727e-49,2.1499905270275833e-49,2.282952215366294e-49,2.4241366425234504e-49,2.57405232666339e-49,2.7332392341975923e-49,2.9022707246362722e-49,3.0817556157149552e-49,3.272340376234463e-49,3.4747114545129814e-49,3.689597750835707e-49,3.917773242808715e-49,4.160059773071885e-49,4.4173300094120915e-49,4.69051058793896e-49,4.98058545064328e-49,5.288599389359695e-49,5.615661808899132e-49,5.962950722903201e-49,6.3317169968150545e-49,6.7232888532471656e-49,7.139076655974124e-49,7.580577989782383e-49,8.049383054471883e-49,8.547180392438413e-49,9.075762970467526e-49,9.637034637642565e-49,1.0233016982630427e-48,1.0865856615040636e-48,1.1537832897084791e-48,1.2251366153385798e-48,1.3009026388504318e-48,1.3813542543582325e-48,1.4667812325446438e-48,1.5574912643568762e-48,1.6538110692482892e-48,1.7560875719566813e-48,1.864689152057965e-48,1.9800069707961148e-48,2.1024563799679318e-48,2.2324784179373315e-48,2.3705413981678227e-48,2.5171425959940107e-48,2.6728100397084523e-48,2.838104412414225e-48,3.013621071493578e-48,3.1999921929667845e-48,3.3978890484640466e-48,3.608024423011954e-48,3.831155182343403e-48,4.068084998976704e-48,4.319667246884155e-48,4.5868080751748453e-48,4.8704696718629195e-48,5.1716737294773886e-48,5.491505124994796e-48,5.831115827349589e-48,6.191729046597145e-48,6.574643639671921e-48,6.981238788611817e-48,7.412978968096727e-48,7.871419220194102e-48,8.35821075531111e-48,8.87510689952512e-48,9.423969409714339e-48,1.0006775179235856e-47,1.0625623358300429e-47,1.1282742914694056e-47,1.1980500662075268e-47,1.2721409784765616e-47,1.3508138889739634e-47,1.434352161841478e-47,1.523056685286234e-47,1.6172469553202328e-47,1.717262226521127e-47,1.8234627339597407e-47,1.9362309906949282e-47,2.0559731655092773e-47,2.183120545848265e-47,2.3181310912315933e-47,2.461491082731991e-47,2.613716874462936e-47,2.775356753382975e-47,2.946992914116305e-47,3.1292435559016624e-47,3.3227651092226165e-47,3.528254600139583e-47,3.7464521608386387e-47,3.978143695439956e-47,4.224163710668161e-47,4.485398321578772e-47,4.762788443168401e-47,5.057333179362859e-47,5.37009342159012e-47,5.7021956699001965e-47,6.05483609039358e-47,6.42928482357284e-47,6.826890559136128e-47,7.249085393687925e-47,7.697389988866202e-47,8.173419048462267e-47,8.678887134261594e-47,9.215614841554294e-47,9.785535356556132e-47,1.0390701419359513e-46,1.1033292717495074e-46,1.1715623736730546e-46,1.2440152097388195e-46,1.3209487406202915e-46,1.4026400655604938e-46,1.4893834204283315e-46,1.5814912374974912e-46,1.6792952707651433e-46,1.783147790863868e-46,1.893422853870069e-46,2.010517648579569e-46,2.1348539271024132e-46,2.2668795239298086e-46,2.4070699689448682e-46,2.5559302001863844e-46,2.71399638253488e-46,2.881837838871887e-46,3.0600591006671817e-46,3.249302085380911e-46,3.450248408522223e-46,3.663621838692308e-46,3.8901909044549174e-46,4.1307716624229324e-46,4.38623063653143e-46,4.6574879390845845e-46,4.945520584816294e-46,5.2513660099029445e-46,5.576125808601548e-46,5.9209697009724315e-46,6.28713974597819e-46,6.675954815132284e-46,7.088815342811038e-46,7.527208370339782e-46,7.992712902018497e-46,8.487005592381286e-46,9.011866785171505e-46,9.569186925784653e-46,1.0160973370276612e-45,1.0789357615459684e-45,1.1456602976128773e-45,1.2165112737071177e-45,1.2917438809218091e-45,1.3716290921120249e-45,1.4564546378849588e-45,1.5465260429481516e-45,1.6421677265487107e-45,1.7437241709667146e-45,1.8515611622716434e-45,1.9660671078110602e-45,2.0876544351762524e-45,2.2167610776843892e-45,2.3538520517269676e-45,2.4994211316660534e-45,2.6539926283113058e-45,2.8181232773829154e-45,2.992404244762566e-45,3.177463255755384e-45,3.373966856031029e-45,3.5826228123886365e-45,3.8041826619916285e-45,4.0394444192546027e-45,4.2892554501324997e-45,4.554515524163726e-45,4.836180055260474e-45,5.135263542919645e-45,5.452843226247275e-45,5.79006296395956e-45,6.148137354333752e-45,6.528356109948771e-45,6.932088702973349e-45,7.360789297731569e-45,7.816001988312575e-45,8.299366360090422e-45,8.812623395182915e-45,9.357621743122941e-45,9.936324379325297e-45,1.0550815675332403e-44,1.1203308906305942e-44,1.1896154222802447e-44,1.2631847115546622e-44,1.3413037403692673e-44,1.424253877894332e-44,1.5123338939907736e-44,1.605861035319587e-44,1.7051721680010114e-44,1.8106249909392796e-44,1.9225993241827112e-44,2.0414984769597306e-44,2.1677507003185061e-44,2.3018107296016367e-44,2.444161422312417e-44,2.595315497271238e-44,2.755817381326459e-44,2.9262451702716094e-44,3.1072127110311106e-44,3.299371812614397e-44,3.5034145938023543e-44,3.720075976020836e-44,3.950136330381486e-44,4.1944242884227963e-44,4.45381972667555e-44,4.729256935803115e-44,5.021727985729686e-44,5.332286298878851e-44,5.662050444391006e-44,6.012208166986179e-44,6.384020664984227e-44,6.77882713288958e-44,7.198049584902595e-44,7.643197976731932e-44,8.115875644153234e-44,8.617785077905725e-44,9.150734055724208e-44,9.716642153593708e-44,1.0317547659680308e-43,1.0955614915838474e-43,1.1633142113138517e-43,1.235256956949381e-43,1.3116488519198189e-43,1.3927650446036543e-43,1.4788976993580492e-43,1.5703570488365497e-43,1.667472511385387e-43,1.7705938775426438e-43,1.8800925699139675e-43,1.996362980962937e-43,2.1198238935338914e-43,2.2509199892244514e-43,2.3901234500399176e-43,2.5379356590986292e-43,2.6948890065142123e-43,2.8615488069585563e-43,3.0385153358124535e-43,3.226425991238147e-43,3.4259575899601252e-43,3.637828805024355e-43,3.862802754315223e-43,4.101689749153867e-43,4.355350212878359e-43,4.624697779916909e-43,4.9107025865167614e-43,5.214394764982031e-43,5.536868154004386e-43,5.879284238452473e-43,6.242876332808697e-43,6.628954023321876e-43,7.0389078848763815e-43,7.474214489565458e-43,7.936441725009238e-43,8.427254441574167e-43,8.948420448831288e-43,9.501816882854732e-43,1.0089436967291378e-42,1.0713397192554663e-42,1.137594493900201e-42,1.2079466571550525e-42,1.2826496034887209e-42,1.3619723980233834e-42,1.446200745653488e-42,1.5356380200979643e-42,1.6306063565918346e-42,1.731447812153049e-42,1.8385255976038135e-42,1.9522253857835143e-42,2.07295670066532e-42,2.201154392380096e-42,2.337280203459668e-42,2.4818244319415897e-42,2.635307697324862e-42,2.798282815737473e-42,2.97133679107012e-42,3.1550929292471125e-42,3.350213083249931e-42,3.5574000369800497e-42,3.777400036546089e-42,4.011005478093894e-42,4.2590577618593604e-42,4.522450322724185e-42,4.802131848190571e-42,5.0991096953643483e-42,5.4144535192542446e-42,5.749299125456516e-42,6.104852561099707e-42,6.482394458786544e-42,6.883284649177096e-42,7.30896705882744e-42,7.760974910925872e-42,8.240936247656959e-42,8.750579794084587e-42,9.291741184675891e-42,9.866369574889717e-42,1.0476534661646954e-41,1.1124434137965934e-41,1.1812401608614125e-41,1.2542914995288264e-41,1.3318605461593962e-41,1.414226688997196e-41,1.5016865944707076e-41,1.5945552757260052e-41,1.6931672272414584e-41,1.797877629610112e-41,1.9090636288293041e-41,2.0271256947055195e-41,2.1524890632667407e-41,2.2856052683777615e-41,2.426953768075376e-41,2.5770436714804053e-41,2.7364155725074963e-41,2.9056434969765595e-41,3.0853369701392163e-41,3.276143212067504e-41,3.4787494688114525e-41,3.6938854877222133e-41,3.9223261458569017e-41,4.16489424093089e-41,4.422463454871542e-41,4.695961500646218e-41,4.986373463699251e-41,5.294745350033749e-41,5.622187853716541e-41,5.969880357376558e-41,6.339075180106539e-41,6.731102088066104e-41,7.147373084035012e-41,7.589387493165472e-41,8.058737363252145e-41,8.557113198971587e-41,9.086310050742835e-41,9.64823398014081e-41,1.0244908925151063e-40,1.087848398998991e-40,1.1551241185750398e-40,1.226560364975101e-40,1.3024144373192728e-40,1.3829595468561487e-40,1.468485801015229e-40,1.55930124831599e-40,1.655732987897391e-40,1.7581283476636021e-40,1.866856135290036e-40,1.982307966595021e-40,2.1048996760618265e-40,2.23507281459175e-40,2.373296239882374e-40,2.5200678051594265e-40,2.6759161523451014e-40,2.841402616120607e-40,3.0171232457420502e-40,3.2037109518909456e-40,3.4018377862921894e-40,3.6122173623106784e-40,3.835607425244284e-40,4.0728125815712044e-40,4.32468719698249e-40,4.59213847363652e-40,4.876129717720745e-40,5.1776838090883996e-40,5.4978868854676135e-40,5.837892254513433e-40,6.1989245477919125e-40,6.582284131658635e-40,6.989351790919731e-40,7.421593702142792e-40,7.880566714533272e-40,8.367923957394742e-40,8.885420794370748e-40,9.434921145915444e-40,1.0018404202763223e-39,1.0637971554578788e-39,1.1295854759465194e-39,1.1994423381590141e-39,1.2736193525884861e-39,1.3523836900552109e-39,1.4360190440025957e-39,1.524826652304526e-39,1.6191263822640903e-39,1.719257882711776e-39,1.825581807353011e-39,1.938481113770735e-39,2.058362442762448e-39,2.1856575829792418e-39,2.3208250261423514e-39,2.4643516184391277e-39,2.6167543140458775e-39,2.778582037093645e-39,2.950417658783775e-39,3.132880096773486e-39,3.3266265443941835e-39,3.5323548377307306e-39,3.7508059690877684e-39,3.9827667558965866e-39,4.229072674674541e-39,4.490610870244749e-39,4.768323351055318e-39,5.063210382105515e-39,5.376334087701358e-39,5.7088222770154766e-39,6.061872506230687e-39,6.43675639189913e-39,6.834824191051401e-39,7.25750966455293e-39,7.706335241225492e-39,8.182917501331562e-39,8.68897299917491e-39,9.22632444578676e-39,9.796907273967188e-39,1.0402776609329036e-38,1.1046114672450384e-38,1.1729238638797591e-38,1.2454608984730532e-38,1.3224838349646708e-38,1.4042700946188738e-38,1.4911142552404878e-38,1.583329112185367e-38,1.681246804987042e-38,1.7852200136570568e-38,1.8956232289679925e-38,2.012854101294757e-38,2.1373348728717636e-38,2.2695138986254835e-38,2.4098672610594453e-38,2.558900485008407e-38,2.7171503584382437e-38,2.885186865849113e-38,3.06361524124588e-38,3.2530781480706466e-38,3.4542579939480273e-38,3.6678793885817e-38,3.894711753653996e-38,4.13557209412926e-38,4.3913279409431973e-38,4.662900475676236e-38,4.951267848465751e-38,5.257468701108343e-38,5.582605908040011e-38,5.92785054867053e-38,6.294446125377862e-38,6.683713042355566e-38,7.097053361446029e-38,7.535955852087519e-38,8.002001353564599e-38,8.496868468876873e-38,9.022339610731504e-38,9.580307421439302e-38,1.017278158983475e-37,1.0801896089774137e-37,1.146991686628487e-37,1.21792499970474e-37,1.2932450358606892e-37,1.3732230828530465e-37,1.4581472056650016e-37,1.548323284058999e-37,1.6440761142946228e-37,1.7457505789799063e-37,1.853712889269877e-37,1.9683519038860795e-37,2.09008052970809e-37,2.2193372089819875e-37,2.3565874985016963e-37,2.502325746451969e-37,2.657076872951928e-37,2.8213982607125807e-37,2.995881762618463e-37,3.181155833463655e-37,3.377887793520537e-37,3.586786232094708e-37,3.808603559722048e-37,4.0441387182018274e-37,4.294240058225683e-37,4.559808394967515e-37,4.841800252640536e-37,5.1412313097066675e-37,5.4591800571476686e-37,5.796791682975189e-37,6.155282196969108e-37,6.5359428105029275e-37,6.940144587229542e-37,7.369343381378909e-37,7.825085081455373e-37,8.309011178219644e-37,8.822864677010956e-37,9.368496375705685e-37,9.947871530921396e-37,1.0563076936480345e-36,1.12163284396245e-36,1.190997892205513e-36,1.2646526774544617e-36,1.3428624895641592e-36,1.425909024688211e-36,1.5140913998924914e-36,1.6077272305150347e-36,1.7071537741533152e-36,1.8127291453988323e-36,1.924833605694403e-36,2.0438709329602325e-36,2.1702698759214297e-36,2.3044856983753556e-36,2.4470018189612877e-36,2.5983315523377428e-36,2.759019958039791e-36,2.929645803674762e-36,3.1108236495276694e-36,3.3032060620850997e-36,3.507485964449512e-36,3.724399132109973e-36,3.954726843059156e-36,4.199298691800524e-36,4.4589955773827424e-36,4.734752876222316e-36,5.027563811142779e-36,5.338483028765717e-36,5.668630398137503e-36,6.019195044274118e-36,6.391439631152994e-36,6.786704909576309e-36,7.206414546288725e-36,7.652080251740985e-36,8.125307224969287e-36,8.62779993520288e-36,9.161368261022184e-36,9.727934009180273e-36,1.032953783656862e-35,1.0968346600255389e-35,1.1646661162073643e-35,1.2366924675866655e-35,1.3131731387240504e-35,1.394383597752065e-35,1.4806163485564533e-35,1.572181984316781e-35,1.6694103062013046e-35,1.772651511244866e-35,1.8822774536889648e-35,1.9986829843265536e-35,2.1222873726757966e-35,2.253535817105468e-35,2.3929010483506604e-35,2.5408850321945537e-35,2.698020777449349e-35,2.864874255747481e-35,3.0420464400588795e-35,3.2301754692757144e-35,3.429938946661341e-35,3.642056380442452e-35,3.867291775334174e-35,4.106456384332586e-35,4.3604116306866854e-35,4.630072210572772e-35,4.916409387648159e-35,5.220454491349101e-35,5.543302631533616e-35,5.886116642849336e-35,6.250131273031928e-35,6.636657630220031e-35,7.047087905306045e-35,7.482900386329492e-35,7.945664782976526e-35,8.437047880361073e-35,8.958819542452194e-35,9.512859086772008e-35,1.010116205332249e-34,1.0725847392122328e-34,1.1389165095243534e-34,1.2093504300833189e-34,1.284140189831391e-34,1.3635551665753443e-34,1.4478813972315706e-34,1.537422608074148e-34,1.6325013086962877e-34,1.7334599536255302e-34,1.8406621757768525e-34,1.9544940961857534e-34,2.0753657147394315e-34,2.2037123869145862e-34,2.3399963918409643e-34,2.4847085973388228e-34,2.638370227926892e-34,2.8015347421690736e-34,2.974789826122132e-34,3.1587595100634155e-34,3.3541064161238074e-34,3.5615341449204513e-34,3.7817898097857662e-34,4.01566672772104e-34,4.264007276766005e-34,4.527705930076435e-34,4.807712477638576e-34,5.105035447222855e-34,5.420745736900334e-34,5.7559804722039215e-34,6.111947101827618e-34,6.4899277466165055e-34,6.891283817510261e-34,7.317460919073668e-34,7.769994056276799e-34,8.250513163276126e-34,8.760748974113202e-34,9.302539256473388e-34,9.87783543095833e-34,1.0488709599714752e-33,1.1137362009733003e-33,1.1826128977697655e-33,1.2557491304935592e-33,1.3334083212766586e-33,1.4158701830444597e-33,1.5034317269859326e-33,1.596408332328654e-33,1.6951348822720435e-33,1.7999669701698406e-33,1.9112821803064037e-33,2.0294814478802152e-33,2.1549905030923372e-33,2.2882614045419267e-33,2.4297741674511256e-33,2.580038492584099e-33,2.7395956020877925e-33,2.9090201888661297e-33,3.088922486509171e-33,3.279950467233152e-33,3.482792175746907e-33,3.698178207452068e-33,3.926884339901955e-33,4.169734326997506e-33,4.4276028659849584e-33,4.7014187479408255e-33,4.99216820309201e-33,5.300898453020961e-33,5.628721482548515e-33,5.976818044882075e-33,6.346441914453102e-33,6.738924402762417e-33,7.155679153499387e-33,7.59820723420447e-33,8.068102542814947e-33,8.567057548568337e-33,9.096869387938327e-33,9.65944633756295e-33,1.0256814687476326e-32,1.0891126039401013e-32,1.1564665056389376e-32,1.227985769172412e-32,1.3039279926717898e-32,1.384566704888574e-32,1.470192350390401e-32,1.5611133356846104e-32,1.6576571400369586e-32,1.7601714949865815e-32,1.8690256368058237e-32,1.9846116364156293e-32,2.107345811546759e-32,2.2376702262334665e-32,2.376054283039801e-32,2.522996413754288e-32,2.6790258746417966e-32,2.844704652718986e-32,3.0206294899197457e-32,3.2074340324405843e-32,3.40579111300779e-32,3.616415174287104e-32,3.84006484216342e-32,4.077545658160346e-32,4.329712980840068e-32,4.597475066634198e-32,4.881796341202756e-32,5.183700873102998e-32,5.504276062279997e-32,5.844676556665006e-32,6.206128410986544e-32,6.589933502775687e-32,6.997474221469216e-32,7.430218447500504e-32,7.889724839312816e-32,8.377648447336087e-32,8.895746675148274e-32,9.445885609293587e-32,1.0030046740553254e-31,1.0650334100881253e-31,1.1308981841707644e-31,1.2008362280906192e-31,1.2750994447411403e-31,1.353955315425821e-31,1.4376878632724744e-31,1.5265986762280589e-31,1.6210079933181889e-31,1.7212558580844165e-31,1.8277033433532293e-31,1.9407338517483175e-31,2.060754496630552e-31,2.1881975684390906e-31,2.323522091715276e-31,2.4672154784177502e-31,2.6197952834829166e-31,2.7818110689548915e-31,2.9538463833983492e-31,3.136520863724001e-31,3.330492466997481e-31,3.5364598402694325e-31,3.755164836962768e-31,3.987395188881172e-31,4.233987343461623e-31,4.495829476491712e-31,4.7738646911416405e-31,5.06909441483363e-31,5.382582006184288e-31,5.715456585010196e-31,6.068917099192177e-31,6.444236643047127e-31,6.84276704275932e-31,7.265943725389463e-31,7.715290888996609e-31,8.192426992495403e-31,8.69907058502312e-31,9.23704649581081e-31,9.808292406854033e-31,1.0414865832058086e-30,1.1058951527991864e-30,1.1742869362946537e-30,1.2469082672638314e-30,1.3240207132652123e-30,1.4059020179584716e-30,1.4928471014817189e-30,1.585169122694984e-30,1.683200607116155e-30,1.787294644611435e-30,1.8978261611548207e-30,2.0151932692366613e-30,2.1398187017854045e-30,2.2721513347675053e-30,2.412667803949111e-30,2.5618742216429722e-30,2.72030799962435e-30,2.8885397847808216e-30,3.0671755144688835e-30,3.256858598979424e-30,3.4582722389731954e-30,3.672141886233678e-30,3.899237856599682e-30,4.1403781044892754e-30,4.396431169008938e-30,4.668319302257844e-30,4.957021791096498e-30,5.263578484342651e-30,5.589093538099226e-30,5.934739392704945e-30,6.301760995630534e-30,6.69148028553107e-30,7.105300953606139e-30,7.544713499414998e-30,8.011300599359559e-30,8.506742807169048e-30,9.032824606919167e-30,9.591440840388744e-30,1.0184603531901803e-29,1.0814449135237656e-29,1.1483246228712575e-29,1.2193403686145487e-29,1.2947479353142394e-29,1.374818925994597e-29,1.4598417404034483e-29,1.5501226137706982e-29,1.645986719806535e-29,1.747779341912244e-29,1.8558671168223554e-29,1.970639355156887e-29,2.0925094436407728e-29,2.2219163340403747e-29,2.3593261241801505e-29,2.5052337367342937e-29,2.6601647018394697e-29,2.824677049949495e-29,2.999363321750062e-29,3.184852702371865e-29,3.3818132875903115e-29,3.5909544901732164e-29,3.813029595044029e-29,4.0488384724642686e-29,4.299230459006635e-29,4.565107416695853e-29,4.8474269813363394e-29,5.147206011724983e-29,5.465524252174298e-29,5.803528221536027e-29,6.162435342733257e-29,6.54353832767559e-29,6.94820983334956e-29,7.377907405855158e-29,7.83417873019706e-29,8.318667204736674e-29,8.833117860386218e-29,9.379383645861928e-29,9.959432101635563e-29,1.0575352446623774e-28,1.122936310313785e-28,1.1923819687198172e-28,1.2661223492994696e-28,1.3444230502048705e-28,1.4275660949530042e-28,1.5158509482181567e-28,1.6095955944439098e-28,1.709137683159863e-28,1.8148357451278167e-28,1.9270704836981512e-28,2.046246146027451e-28,2.172791979096106e-28,2.307163775770425e-28,2.4498455164776546e-28,2.601351112407078e-28,2.762226256515577e-28,2.933050389004957e-28,3.114438784350016e-28,3.307044767394646e-28,3.511562066497565e-28,3.728727312203671e-28,3.9593226904403776e-28,4.204178759795528e-28,4.464177443023706e-28,4.740255203556312e-28,5.033406418456116e-28,5.344686959965367e-28,5.675217998546941e-28,6.026190041116991e-28,6.398867219013487e-28,6.794591841145485e-28,7.214789228721998e-28,7.660972848975051e-28,8.134749766366872e-28,8.637826430915974e-28,9.17201482448964e-28,9.73923898720165e-28,1.0341541947421116e-27,1.098109308035373e-27,1.1660195921698392e-27,1.238129646452393e-27,1.3146991969248396e-27,1.396004031845376e-27,1.4823369950228689e-27,1.5740090405819174e-27,1.6713503529576073e-27,1.7747115361540758e-27,1.8844648765501815e-27,2.0010056838008767e-27,2.124753714663762e-27,2.2561546848793163e-27,2.395681874550061e-27,2.5438378328012085e-27,2.7011561878624056e-27,2.868203569090321e-27,3.0455816478545344e-27,3.233929304637948e-27,3.4339249301568955e-27,3.646288868789378e-27,3.8717860131117825e-27,4.111228558889569e-27,4.3654789304444706e-27,4.635452886935112e-27,4.922122820738783e-27,5.2265212598150724e-27,5.549744586665693e-27,5.892956987285872e-27,6.257394644330011e-27,6.644370189595355e-27,7.055277431859992e-27,7.491596377104436e-27,7.95489855919787e-27,8.446852700250085e-27,8.969230721015773e-27,9.523914123000145e-27,1.011290076525194e-26,1.0738312060253728e-26,1.1402400614826673e-26,1.2107558343571606e-26,1.2856325084068163e-26,1.3651397744863796e-26,1.4495640019200603e-26,1.5392092699467967e-26,1.6343984629530035e-26,1.7354744334378092e-26,1.842801236899394e-26,1.9567654430903793e-26,2.0777775283649464e-26,2.206273354132892e-26,2.3427157367455182e-26,2.4875961144679414e-26,2.641436317541669e-26,2.804790447713175e-26,2.978246873997907e-26,3.1624303518682803e-26,3.3580042734982363e-26,3.565673057169699e-26,3.786184684446767e-26,4.0203333942563206e-26,4.268962543578162e-26,4.532967645048851e-26,4.813299592419664e-26,5.110968085486477e-26,5.427045266826967e-26,5.762669583444595e-26,6.119049887227718e-26,6.497469788993292e-26,6.899292281796925e-26,7.32596465016234e-26,7.779023682911649e-26,8.260101208372581e-26,8.770929971898516e-26,9.313349876872082e-26,9.889314611670258e-26,1.0500898686460763e-25,1.1150304905173758e-25,1.183987229956278e-25,1.2572084553930727e-25,1.3349578950865998e-25,1.4175155870208163e-25,1.5051788875458288e-25,1.5982635423961746e-25,1.6971048239440645e-25,1.8020587387835719e-25,1.9135033099954644e-25,2.0318399387109657e-25,2.157494849878674e-25,2.290920627441784e-25,2.4325978444552925e-25,2.583036794014317e-25,2.7427793272281807e-25,2.912400804859992e-25,3.0925121696615e-25,3.283762146867063e-25,3.4868395807727267e-25,3.702475915815933e-25,3.931447831092676e-25,4.174580037800737e-25,4.432748249685147e-25,4.7068823371843665e-25,4.997969676638368e-25,5.307058706621332e-25,5.635262704208554e-25,5.983763794778343e-25,6.353817209792142e-25,6.746755807887965e-25,7.1639948755717195e-25,7.607037224796816e-25,8.077478605793444e-25,8.577013454642725e-25,9.107440996297955e-25,9.670671725033893e-25,1.026873428566656e-24,1.0903782780327352e-24,1.157810452710985e-24,1.2294128298533204e-24,1.3054433069496934e-24,1.3861757306234251e-24,1.4719008829721983e-24,1.5629275289071528e-24,1.6595835282625877e-24,1.76221701668171e-24,1.8711976595318764e-24,1.9869179833654892e-24,2.1097947897224432e-24,2.2402706563661624e-24,2.3788155313605493e-24,2.525928425729142e-24,2.682139210793415e-24,2.848010526663624e-24,3.024139808756411e-24,3.2111614396379727e-24,3.4097490339436865e-24,3.620617864603712e-24,3.8445274391136134e-24,4.082284235128813e-24,4.3347446052364486e-24,4.602817861366642e-24,4.887469549952945e-24,5.189724929637938e-24,5.5106726640506236e-24,5.8514687429557424e-24,6.2133406458986435e-24,6.5975917633416926e-24,7.00560609121707e-24,7.438853215804158e-24,7.898893606886587e-24,8.387384238253048e-24,8.906084555786792e-24,9.456862814638876e-24,1.004170280831108e-23,1.0662711013884278e-23,1.1322124179129261e-23,1.2022317378826205e-23,1.276581256931094e-23,1.3555287672058473e-23,1.4393586219022674e-23,1.5283727594471394e-23,1.6228917910207158e-23,1.7232561553342177e-23,1.8298273448222545e-23,1.9429892076664928e-23,2.0631493303403484e-23,2.1907405056541393e-23,2.3262222915885724e-23,2.4700826665309558e-23,2.6228397868761503e-23,2.7850438533225157e-23,2.9572790925852253e-23,3.1401658616643975e-23,3.3343628822474444e-23,3.540569613293155e-23,3.75952877034353e-23,3.992029000637065e-23,4.2389077236590174e-23,4.5010541473593025e-23,4.779412470902392e-23,5.0749852854844334e-23,5.388837185467036e-23,5.722098602833745e-23,6.075969878780852e-23,6.451725587107044e-23,6.850719124974343e-23,7.274387587574647e-23,7.724256944260326e-23,8.201947534781558e-23,8.709179905427358e-23,9.24778100609001e-23,9.819690770574644e-23,1.0426969103853974e-22,1.107180330143571e-22,1.1756515927564546e-22,1.2483573180635904e-22,1.3255593775950786e-22,1.4075358377806693e-22,1.494581961489558e-22,1.5870112715084238e-22,1.685156679787991e-22,1.7893716865255624e-22,1.9000316534021986e-22,2.0175351555607163e-22,2.1423054171938806e-22,2.274791835913643e-22,2.415471601391674e-22,2.564851414101502e-22,2.7234693103525814e-22,2.891896600189911e-22,3.070739925138822e-22,3.260643443206906e-22,3.462291149012716e-22,3.676409337398136e-22,3.903769219397488e-22,4.1451896999860447e-22,4.401540327612464e-22,4.673744426139098e-22,4.962782420470315e-22,5.269695367847697e-22,5.59558870753064e-22,5.94163624236838e-22,6.309084366603641e-22,6.699256555136417e-22,7.113558130416652e-22,7.553481324135794e-22,8.020610651947595e-22,8.516628620577857e-22,9.043321787878165e-22,9.602587197651408e-22,1.019643921242505e-21,1.0827016768783667e-21,1.149659108139204e-21,1.2207573823457964e-21,1.2962525813097961e-21,1.3764166236893986e-21,1.461538244386131e-21,1.5519240345104545e-21,1.6478995456617698e-21,1.7498104625004275e-21,1.8580238478349443e-21,1.972929464709126e-21,2.0949411802507826e-21,2.2244984563386764e-21,2.3620679324565824e-21,2.50814510643576e-21,2.663256119139276e-21,2.82795964951658e-21,3.0028489268536838e-21,3.1885538674668836e-21,3.3857433435356467e-21,3.595127592246957e-21,3.817460773928044e-21,4.053543688381659e-21,4.304226659207185e-21,4.5704125964968535e-21,4.853060248937852e-21,5.153187657034129e-21,5.4718758198851626e-21,5.810272588729369e-21,6.169596801275388e-21,6.551142671712732e-21,6.956284452213064e-21,7.386481382712757e-21,7.843282946804179e-21,8.328334452666951e-21,8.843382959139733e-21,9.390283568278119e-21,9.971006107062352e-21,1.0587642222321736e-20,1.1242412914429174e-20,1.193767653690207e-20,1.2675937290721449e-20,1.345985424396509e-20,1.429225090924017e-20,1.5176125413413227e-20,1.6114661296265304e-20,1.7111238976968117e-20,1.8169447929679432e-20,1.9293099612113923e-20,2.0486241193653867e-20,2.1753170132447112e-20,2.309844965399387e-20,2.452692518697593e-20,2.60437418155246e-20,2.7654362810788934e-20,2.936458930854829e-20,3.118058120374785e-20,3.310887933721185e-20,3.5156429054449465e-20,3.7330605221403474e-20,3.96392387872483e-20,4.2090644989907454e-20,4.469365330588421e-20,4.745763925227432e-20,5.0392558155510796e-20,5.3508981008464793e-20,5.681813254505622e-20,6.033193166950572e-20,6.406303438585329e-20,6.802487938236133e-20,7.223173643499288e-20,7.669875780429744e-20,8.144203281083501e-20,8.647864578570062e-20,9.182673760488191e-20,9.75055710290748e-20,1.035356000843103e-19,1.0993854373327776e-19,1.1673746410270225e-19,1.2395684954852363e-19,1.316227028580763e-19,1.397626349069442e-19,1.484059641078351e-19,1.5758382200965325e-19,1.6732926542713678e-19,1.776773955049131e-19,1.886654841448301e-19,2.0033310825190974e-19,2.1272229228247597e-19,2.2587765960786687e-19,2.3984659323892974e-19,2.5467940649017196e-19,2.7042952419829697e-19,2.871536751478134e-19,3.049120963968172e-19,3.2376875023885586e-19,3.43791554582368e-19,3.6505262757744687e-19,3.876285473710521e-19,4.116006279262154e-19,4.370552118987371e-19,4.640839816262156e-19,4.927842893495662e-19,5.232595078563672e-19,5.556194028090492e-19,5.899805280989233e-19,6.264666456500821e-19,6.652091711851564e-19,7.063476475585681e-19,7.50030247362069e-19,7.964143066129003e-19,8.456668914467352e-19,8.979653998566182e-19,9.534982006451629e-19,1.0124653118914594e-18,1.0750791213762846e-18,1.1415651515605802e-18,1.2121628718723886e-18,1.2871265612280322e-18,1.3667262238940357e-18,1.451248561988706e-18,1.540998008125995e-18,1.6362978219211367e-18,1.7374912543072805e-18,1.8449427838569752e-18,1.959039429561311e-18,2.0801921447952354e-18,2.208837297489614e-18,2.3454382418415898e-18,2.490486987224008e-18,2.6445059703051757e-18,2.8080499367615023e-18,2.981707939360913e-18,3.1661054596134652e-18,3.36190666063116e-18,3.56981677931095e-18,3.790584666457557e-18,4.025005483994749e-18,4.273923568980204e-18,4.538235474739124e-18,4.818893200070709e-18,5.116907618158009e-18,5.433352117531774e-18,5.769366468201772e-18,6.126160926881312e-18,6.505020596090603e-18,6.907310052840056e-18,7.334478263564405e-18,7.788063803011158e-18,8.269700395880052e-18,8.781122801174e-18,9.32417306045489e-18,9.900807132510337e-18,1.0513101938327234e-17,1.1163262841747434e-17,1.1853631592748294e-17,1.258669476195958e-17,1.3365092696795076e-17,1.4191629031458032e-17,1.5069280785072174e-17,1.6001209084311526e-17,1.6990770549148377e-17,1.8041529382729834e-17,1.915727020892638e-17,2.0342011703793144e-17,2.1600021070039736e-17,2.2935829406644424e-17,2.4354248028968585e-17,2.586038579815617e-17,2.7459667522232878e-17,2.915785349518407e-17,3.09610602443844e-17,3.2875782561110945e-17,3.490891689348634e-17,3.7067786186111223e-17,3.936016625584957e-17,4.1794313798772025e-17,4.437899612912878e-17,4.7123522757469164e-17,5.0037778921641146e-17,5.3132261191448845e-17,5.641811527520396e-17,5.990717616434702e-17,6.361201076072518e-17,6.75459631400692e-17,7.17232026146935e-17,7.61587747685367e-17,8.086865564835304e-17,8.586980930625014e-17,9.118024890082221e-17,9.681910157695918e-17,1.0280667735800634e-16,1.0916454229842238e-16,1.1591559616040741e-16,1.2308415489428508e-16,1.306960382197038e-16,1.3877866262312361e-16,1.4736114010653353e-16,1.564743830430839e-16,1.6615121551728676e-16,1.7642649155082935e-16,1.8733722063981038e-16,1.9892270105557324e-16,2.1122466138923825e-16,2.2428741084977513e-16,2.381579988569387e-16,2.5288638450390713e-16,2.6852561649996724e-16,2.851320242413977e-16,3.0276542069872267e-16,3.214893178511172e-16,3.413711554438843e-16,3.6248254389298253e-16,3.848995222114658e-16,4.0870283188686195e-16,4.339782076959009e-16,4.608166865041014e-16,4.89314935162408e-16,5.195755986819332e-16,5.517076699408072e-16,5.858268822548127e-16,6.220561262257112e-16,6.605258923687122e-16,7.013747411132729e-16,7.447498018701624e-16,7.90807302962262e-16,8.397131343278661e-16,8.916434450231397e-16,9.46785277675928e-16,1.0053372421760073e-15,1.0675102310283469e-15,1.1335281789458318e-15,1.2036288694174911e-15,1.2780647911572105e-15,1.3571040475177872e-15,1.4410313221457137e-15,1.5301489043549603e-15,1.624777777912808e-15,1.7252587771594432e-15,1.8319538146252447e-15,1.9452471845676225e-15,2.0655469471223048e-15,2.193286398054667e-15,2.3289256294046255e-15,2.4729531866465084e-15,2.6258878283324413e-15,2.7882803945573224e-15,2.9607157909749347e-15,3.143815095511594e-15,3.3382377953649984e-15,3.544684162345751e-15,3.763897775116702e-15,3.996668197415159e-15,4.24383382190404e-15,4.50628488989524e-15,4.7849666978212134e-15,5.080883002004413e-15,5.395099633987413e-15,5.72874833944583e-15,6.0830308545104286e-15,6.459223234181271e-15,6.858680448423382e-15,7.282841262498676e-15,7.733233419111347e-15,8.211479141032762e-15,8.719300974024406e-15,9.258527991104615e-15,9.831102380504628e-15,1.04390864410437e-14,1.1084670010118236e-14,1.17701783510599e-14,1.249808052827018e-14,1.3270998300298461e-14,1.409171556289383e-14,1.4963188376042333e-14,1.588855561110619e-14,1.687115025641236e-14,1.791451142201258e-14,1.9022397086851836e-14,2.0198797634259946e-14,2.1447950224516386e-14,2.277435405625759e-14,2.4182786571692993e-14,2.5678320664000248e-14,2.7266342948874564e-14,2.895257316604546e-14,3.0743084780638403e-14,3.2644326858586337e-14,3.466314729487886e-14,3.680681747831587e-14,3.908305848159967e-14,4.1500068871100803e-14,4.4066554236458826e-14,4.6791758546382034e-14,4.9685497443578946e-14,5.27581935987481e-14,5.602091425095892e-14,5.948541106964233e-14,6.316416248176e-14,6.707041861661261e-14,7.121824903016261e-14,7.562259338077232e-14,8.029931523887327e-14,8.526525922438706e-14,9.053831167768634e-14,9.613746508262996e-14,1.0208288647370156e-13,1.0839599007365048e-13,1.1509951442325087e-13,1.2221760428099595e-13,1.2977589758770229e-13,1.3780161780926548e-13,1.463236719901543e-13,1.5537275487082663e-13,1.6498145944406214e-13,1.7518439434842986e-13,1.8601830852170113e-13,1.9752222356320318e-13,2.0973757428183654e-13,2.22708357936003e-13,2.3648129270295455e-13,2.5110598594836157e-13,2.666351129021495e-13,2.831246063841838e-13,3.006338582631309e-13,3.1922593337413834e-13,3.3896779666579193e-13,3.599305543945211e-13,3.8218971023515166e-13,4.0582543723010253e-13,4.3092286655669273e-13,4.575723941526841e-13,4.85870006304419e-13,5.159176253703026e-13,5.478234768848092e-13,5.817024793652984e-13,6.176766582255927e-13,6.558755852872113e-13,6.96436845471226e-13,7.395065323517409e-13,7.852397743558054e-13,8.338012935051078e-13,8.853659987118411e-13,9.401196157657636e-13,9.98259356281448e-13,1.0599946280152333e-12,1.1255477891101934e-12,1.1951549489858762e-12,1.2690668187573371e-12,1.3475496142466343e-12,1.4308860148391207e-12,1.5193761816382793e-12,1.6133388385861485e-12,1.713112420443471e-12,1.8190562917641985e-12,1.9315520412550277e-12,2.0510048561818128e-12,2.177844981773381e-12,2.3125292708790323e-12,2.455542829461496e-12,2.6074007638518486e-12,2.7686500360599116e-12,2.9398714338223107e-12,3.1216816624842123e-12,3.314735566248968e-12,3.519728486796489e-12,3.737398767765285e-12,3.9685304141191734e-12,4.213955915976777e-12,4.474559247075106e-12,4.751279048666631e-12,5.045112010318108e-12,5.35711645978759e-12,5.6884161749101955e-12,6.040204431221723e-12,6.4137482998994265e-12,6.810393211499669e-12,7.2315678019307744e-12,7.678789058114614e-12,8.153667781871317e-12,8.657914391706132e-12,9.19334508339617e-12,9.761888371565332e-12,1.0365592035809829e-11,1.1006630496391831e-11,1.1687312646068112e-11,1.2410090166261222e-11,1.31775663575276e-11,1.399250551612692e-11,1.4857842890466575e-11,1.5776695253280973e-11,1.6752372127626058e-11,1.7788387707121247e-11,1.8888473513374825e-11,2.005659183618047e-11,2.1296950004895818e-11,2.26140155424036e-11,2.4012532256239158e-11,2.5497537324838947e-11,2.7074379440453906e-11,2.874873807407204e-11,3.052664393174162e-11,3.241450067597145e-11,3.441910799044762e-11,3.654768607113787e-11,3.8807901631999227e-11,4.120789551895245e-11,4.375631203158738e-11,4.646233005820588e-11,4.933569613634905e-11,5.238675955788142e-11,5.5626509645078656e-11,5.906661533197445e-11,6.271946719353648e-11,6.6598222074046e-11,7.071685047543013e-11,7.509018687622316e-11,7.973398316240326e-11,8.466496536254394e-11,8.990089389163707e-11,9.546062752056513e-11,1.0136419130163748e-10,1.0763284869483428e-10,1.1428917815455395e-10,1.2135715445270213e-10,1.2886223503104454e-10,1.3683145169383437e-10,1.4529350797098639e-10,1.5427888250246662e-10,1.638199388162821e-10,1.739510418954535e-10,1.8470868195383841e-10,1.9613160586660349e-10,2.0826095672875023e-10,2.211404220443368e-10,2.348163910801652e-10,2.493381219506673e-10,2.64757919035821e-10,2.811313213710942e-10,2.9851730268798687e-10,3.169784838256495e-10,3.365813582786714e-10,3.5739653169338536e-10,3.79498976175341e-10,4.029683003238753e-10,4.2788903596642923e-10,4.5435094262532923e-10,4.824493308137069e-10,5.122854053249564e-10,5.439666297522402e-10,5.776071135509172e-10,6.133280230380702e-10,6.512580178094119e-10,6.915337141455199e-10,7.3430017707643e-10,7.797114428769773e-10,8.279310738747334e-10,8.791327475689297e-10,9.335008821821675e-10,9.91231300898119e-10,1.052531937177577e-9,1.1176235836933601e-9,1.1867406875814796e-9,1.2601321948730233e-9,1.3380624471481035e-9,1.4208121336415724e-9,1.5086793022296583e-9,1.6019804329390467e-9,1.7010515778448095e-9,1.8062495714630387e-9,1.9179533159975984e-9,2.0365651460703865e-9,2.162512277850393e-9,2.2962483478012374e-9,2.438255046589231e-9,2.589043854037202e-9,2.7491578813727994e-9,2.919173827406944e-9,3.099704055687921e-9,3.2913988001128933e-9,3.4949485069407077e-9,3.7110863216417802e-9,3.940590729541846e-9,4.184288359771031e-9,4.443056962617096e-9,4.71782857100713e-9,5.009592857504241e-9,5.319400698910998e-9,5.648367961318054e-9,5.997679519231529e-9,6.368593523254649e-9,6.762445931695588e-9,7.180655322422828e-9,7.624728002300061e-9,8.096263432603059e-9,8.596959989960583e-9,9.128621083568233e-9,9.69316165070914e-9,1.0292615053976099e-8,1.0929140405038587e-8,1.1605030341332336e-8,1.2322719283682687e-8,1.3084792204602823e-8,1.3893993938849851e-8,1.4753239069772094e-8,1.566562242705774e-8,1.6634430233694077e-8,1.7663151942288075e-8,1.8755492803378672e-8,1.9915387211011135e-8,2.1147012873639643e-8,2.2454805861400954e-8,2.38434765839542e-8,2.5318026756438178e-8,2.6883767414651638e-8,2.8546338044346263e-8,3.0311726893529496e-8,3.2186292540941003e-8,3.4176786798385006e-8,3.6290379029411467e-8,3.8534681971933535e-8,4.091777915779311e-8,4.3448254028030154e-8,4.613522084872753e-8,4.8988357538779446e-8,5.201794052782754e-8,5.5234881769910634e-8,5.865076804614959e-8,6.227790269802175e-8,6.612934994154612e-8,7.021898192198373e-8,7.456152867854146e-8,7.917263119903525e-8,8.406889775561252e-8,8.92679637244357e-8,9.478855510479434e-8,1.0065055596641927e-7,1.06875080067941e-7,1.1348454690443691e-7,1.205027624579863e-7,1.279550049420707e-7,1.3586811584866076e-7,1.4427059662592018e-7,1.531927113347405e-7,1.626665956538561e-7,1.7272637262615323e-7,1.8340827556306882e-7,1.9475077854975592e-7,2.0679473502106924e-7,2.1958352490749435e-7,2.331632108810102e-7,2.47582704263652e-7,2.628939411963436e-7,2.791520697025248e-7,2.96415648320339e-7,3.1474685701881516e-7,3.342117211577218e-7,3.5488034929775215e-7,3.768271857175851e-7,4.001312785473377e-7,4.2487656448417346e-7,4.5115217111555425e-7,4.790527379390446e-7,5.086787572349175e-7,5.401369360193164e-7,5.735405803816581e-7,6.090100035905809e-7,6.466729594383562e-7,6.866651023845838e-7,7.291304761565143e-7,7.74222032565843e-7,8.221021824106481e-7,8.729433804467108e-7,9.269287465351715e-7,9.842527252037673e-7,1.045121785997263e-6,1.109755167139595e-6,1.178385665186254e-6,1.2512604735110737e-6,1.3286420726474906e-6,1.4108091756911048e-6,1.4980577321686956e-6,1.5907019939894232e-6,1.6890756473175678e-6,1.7935330144435782e-6,1.904450329982335e-6,2.0222270959952396e-6,2.147287520917005e-6,2.2800820474698803e-6,2.421088975068551e-6,2.57081618255929e-6,2.7298029574983257e-6,2.8986219385581242e-6,3.077881178057743e-6,3.2682263320460817e-6,3.4703429858262692e-6,3.6849591232972716e-6,3.912847749006783e-6,4.154829672359526e-6,4.411776464009115e-6,4.684613595081816e-6,4.974323770539078e-6,5.281950468684912e-6,5.608601699566751e-6,5.955453995806779e-6,6.323756650237917e-6,6.714836215607589e-6,7.1301012825562905e-6,7.571047553080306e-6,8.039263227752158e-6,8.536434726102497e-6,9.064352760767088e-6,9.62491878727679e-6,1.022015185272136e-5,1.0852195867954604e-5,1.1523327329533944e-5,1.223596351920722e-5,1.2992671210479731e-5,1.379617591362075e-5,1.4649371692408245e-5,1.5555331587969728e-5,1.6517318687263856e-5,1.7538797876069214e-5,1.8623448318812234e-5,1.9775176710184096e-5,2.099813134627628e-5,2.229671706591621e-5,2.3675611116018693e-5,2.5139779998096976e-5,2.6694497356611244e-5,2.8345362973584756e-5,3.0098322937902492e-5,3.1959691061938085e-5,3.393617162264743e-5,3.603488350903797e-5,3.826338586298784e-5,4.0629705305768156e-5,4.3142364848332916e-5,4.581041458950553e-5,4.8643464312630826e-5,5.165171809809916e-5,5.484601107641e-5,5.8237848454152176e-5,6.183944695346473e-5,6.566377881423486e-5,6.972461851752025e-5,7.403659239848421e-5,7.861523132753936e-5,8.34770266494472e-5,8.863948958185465e-5,9.412121428720951e-5,9.994194484522723e-5,0.00010612264636713046,0.00011268558050780067,0.00011965438564782165,0.00012705416203421448,0.00013491156218652412,0.0001432548868938821,0.00015211418714880778,0.00016152137238489346,0.00017151032540822341,0.0001821170244364878,0.00019337967268535109,0.0002053388359688198,0.00021803758880921872,0.00023152166958303414,0.0002458396452614289,0.00026104308633879183,0.00027718675257937866,0.00029432879025106793,0.00031253094155662747,0.00033185876701682156,0.00035238188160633906,0.0003741742054930543,0.0003973142302837395,0.00042188530173518517,0.00044797591994900297,0.0004756800581313512,0.0005050975010656916,0.0005363342045176889,0.0005695026768667593,0.0006047223843388262,0.0006421201812998529,0.0006818307671599829,0.0007239971715339658,0.0007687712694053194,0.0008163143281497465,0.0008667975883880777,0.0009204028807608535,0.0009773232808460476,0.0010377638045788124,0.001101942146678012,0.001170089464739207,0.0012424512118182356,0.0013192880205041954,0.0014008766416660776,0.0014875109412542322,0.0015795029587469434,0.0016771840310544342,0.001780905985928369,0.0018910424091752866,0.0020079899902382082,0.0021321699509929386,0.002264029562905301,0.002404043758013802,0.002552716839540166,0.002710584298289018,0.0028782147413790194,0.0030562119402523726,0.003245217005339204,0.0034459106952095396,0.003659015868529982,0.0038853000876565356,0.004125578383241218,0.004380716189810006,0.004651632462885492,0.004939302988881503,0.005244763899691255,0.005569115404627903,0.00591352575315918,0.006279235442709116,0.006667561686682488,0.007079903158804942,0.007517745030866959,0.007982664322016603,0.008476335578868144,0.009000536906885173,0.009557156374762059,0.010148198814871025,0.010775793044268747,0.011442199532271033,0.012149818542212736,0.012901198776717835,0.013699046557618246,0.014546235573585628,0.015445817230585142,0.016401031642431518,0.017415319301033155,0.018492333468358185,0.01963595333475587,0.020850297991027007,0.022139741264567935,0.02350892747302497,0.024962788152200825,0.026506559818463567,0.02814580282963477,0.029886421412290056,0.0317346849276063,0.03369725045235097,0.03578118675634562,0.03799399976276582,0.04034365958298026,0.0428386292233032,0.04548789506705631,0.04830099924173013,0.05128807398782524,0.05445987815316289,0.057827835944110284,0.06140407807329476,0.0652014854520126,0.06923373558470403,0.07351535183259778,0.07806175572396339,0.082889322499382,0.08801544009209886,0.09345857175589295,0.09923832256603675,0.10537551003286959,0.11189223908232022,0.11881198167344395,0.12615966133974035,0.13396174295875307,0.14224632807328336,0.15104325610754576,0.16038421184282642,0.17030283953974928,0.18083486411819671,0.19201821983134978,0.20389318689730687,0.21650253658040006,0.2298916852447638,0.24410885793502554,0.25920526207330385,0.27523527189813574,0.2922566243096452,0.31033062682634915,0.32952237840261833,0.349901003902135,0.37153990307187307,0.394517014913356,0.41891509840340474,0.44482203057547576,0.4723311230352191,0.5015414580502822,0.5325582454248875,0.5654932014445763,0.6004649512560002,0.6375994561310546,0.6770304671542714,0.7189000069675653,0.7633588813074803,0.810567222177393,0.8606950646110689,0.9139229591049619,0.9704426219251127,1.030457625630924,1.0941841323029422,1.161851672115583,1.2337039700590677,1.3099998237882566,1.3910140357602154,1.4770384030178882,1.568382768184884,1.6653761354568442,1.7683678556089761,1.8777288842879083,1.9938531181199874,2.117158813448411,2.2480900928092042,2.3871185445720675,2.534744921507683,2.6915009443993787,2.8579512171954025,3.0346952605998005,3.2223696714264918,3.421650415494098,3.6332552623200813,3.8579463703834747,4.096533032267801,4.349874589571642,4.618883528085785,4.904528764385155,5.207839135673184,5.529907105448334,5.8718926983398685,6.235027678285327,6.620619985098708,7.030058445408965,7.464817774936691,7.926463890126181,8.416659548264342,8.93717033640099,9.489871030641483,10.076752348716536,10.699928120150691,11.361642899854907,12.064280052565948,12.810370337251078,13.602601022397414,14.44382556501736,15.337073888231982,16.285563294450142,17.292710053450463,18.362141707104108,19.497710135057517,20.70350542843511,21.983870621532226,23.343417334558964,24.78704238377693,26.31994541885536,27.94764765097275,29.676011739118987,31.511262906224427,33.46001136117202,35.529276107452084,37.72651022421378,40.05962771077059,42.53703199124834,45.167646182043825,47.96094523111148,50.9269900448372,54.07646372541775,57.42071004926539,60.971774325029344,64.74244677839661,68.74630861993536,72.99778096190825,77.51217676024427,82.30575596875367,87.39578410424042,92.80059443345228,98.53965400585315,104.63363377005503,111.10448302645439,117.97550848423717,125.27145820749948,133.01861075284145,141.24486981949,149.97986475286143,159.2550572635575,169.10385474617584,179.56173060608617,190.6663520275655,202.45771564348763,214.9782915952224,228.27317650161916,242.39025588803875,257.380376660471,273.2975302459544,290.1990470589348,308.14580299398983,327.20243868866737,347.43759234617664,368.9241469565151,391.7394928064701,415.96580622400586,441.6903455610167,469.0057654805172,498.0104506802695,528.8088702548537,561.5119539725224,596.237491822115,633.1105582691173,672.2639627489563,713.8387280201125,757.984598099987,804.8605776130025,854.635504493567,907.4886581066587,963.6104049763625,1023.2028844481447,1086.4807367544822,1153.6718761061961,1225.0183115940088,1300.7770188570482,1381.2208656578787,1466.6395946977893,1557.34086721225,1653.6513711053562,1755.9179976145392,1864.5090907436595,1979.8157739646842,2102.2533589664727,2232.2628415246936,2370.312489880707,2516.8995313504283,2672.551943238008,2837.830354504841,3013.3300650433353,3199.683189828454,3397.5609356698724,3607.6760187651016,3830.7852317611714,4067.692169570891,4319.250123761546,4586.365155941036,4869.999361211181,5171.174333442505,5490.974844851717,5830.552753135019,6191.131150229916,6574.008767648585,6980.564654249896,7412.263143298527,7870.659126701488,8357.403655418839,8874.249886220136,9423.059396205668,10005.808887836101,10624.59730862072,11281.65341110797,11979.3437804079,12720.18135815997,13506.834493647948,14342.13655466214,15229.096132725399,16170.907879440087,17170.964012986355,18232.866536215854,19360.440210348028,20557.74633099762,21829.097356151953,23179.07243878499,24612.533920053585,26134.644842481117,27750.8875462075,29467.0834152856,31289.413845146177,33224.44250675212,35279.1389876329,37460.9038949496,39777.595511006766,42237.558097218855,44849.651948476574,47623.285306163,50568.448244763655,53695.74865412347,57016.45044695158,60542.51412918963,64286.63987937009,68262.3132921278,72483.85395062377,76966.46700282942,81726.29792743865,86780.49068666389,92147.24947537069,97845.90428895889,103896.98054615308,110322.2730174695,117144.92432563503,124389.50830070132,132082.1184900822,140250.46214231043,148923.96000302376,158133.85228262655,167913.3111773003,178297.5603486422,189324.0017922731,201032.35055237025,213464.77776734007,226666.06256185286,240683.7533323238,255568.33900675914,271373.4308958109,288155.9557900314,305976.36099882575,324898.8320696113,344991.5239713651,366326.8065752373,388981.52531640104,413037.27797599253,438580.7085800539,465703.8194740439,494504.30269694794,525085.8918485291,557558.7357170773,592039.7950133889,628653.263639933,667531.0160125328,708813.0820457244,752648.1515125975,799194.1095957187,848618.6055580889,901099.6565823702,956826.288953294,1.0159992188926605e6,1.0788315754991593e6,1.1455496683969018e6,1.216393802857575e6,1.2916191453321315e6,1.371496642509483e6,1.4563139972124654e6,1.5463767046460593e6,1.6420091527302235e6,1.7435557904805231e6,1.8513823686448243e6,1.9658772570645818e6,2.0874528435055963e6,2.216547018996543e6,2.353624755025173e6,2.4991797782729315e6,2.653736348920045e6,2.817851148926194e6,2.9921152870879658e6,3.177156428094916e6,3.373641053252665e6,3.582276861015713e6,3.8038153159762067e6,4.0390543554896116e6,4.2888412636860125e6,4.55407572321866e6,4.835713055741555e6,5.134767662787623e6,5.45231667944083e6,5.7895038539620545e6,6.14754366734234e6,6.527725707621336e6,6.9314193147263685e6,7.360078512561907e6,7.815247246113834e6,8.298564942431534e6,8.811772415517332e6,9.356718136391526e6,9.935364890916618e6,1.054979684936057e7,1.120222707316293e7,1.1895005485940717e7,1.2630627337445183e7,1.3411742190953717e7,1.4241163466468973e7,1.5121878574096562e7,1.6057059674101148e7,1.7050075102395013e7,1.8104501502613027e7,1.922413670846964e7,2.041301342279938e7,2.1675413742548093e7,2.3015884582033172e7,2.4439254050021976e7,2.5950648839617852e7,2.755551269358614e7,2.9259626011631206e7,3.1069126670243204e7,3.2990532130106565e7,3.503076291069336e7,3.719716751659593e7,3.949754890537462e7,4.194019259225662e7,4.453389649290916e7,4.7288002611779206e7,5.02124306901301e7,5.33177139349736e7,5.661503695758055e7,6.0116276058222756e7,6.3834042002237655e7,6.778172544149302e7,7.19735451448441e7,7.642459921130663e7,8.115091945039801e7,8.616952912552172e7,9.149850426836652e7,9.71570387851719e7,1.0316551358935e8,1.0954557000947572e8,1.1632018773703575e8,1.2351376759469971e8,1.3115221942321639e8,1.3926305540349895e8,1.4787548915001294e8,1.570205409323962e8,1.6673114940428296e8,1.7704229024177256e8,1.8799110211883882e8,1.996170204734354e8,2.1196191954607773e8,2.2507026320251572e8,2.3898926508370975e8,2.5376905865996018e8,2.6946287780166787e8,2.8612724851713103e8,3.038221925479527e8,3.226114435553974e8,3.4256267667632663e8,3.6374775227556133e8,3.862429747725822e8,4.101293674748491e8,4.3549296440759367e8,4.6242512019123995e8,4.9102283908252573e8,5.2138912436451197e8,5.536333493438634e8,5.878716512917118e8,6.24227349746942e8,6.628313906886059e8,7.038228181772197e8,7.473492751637733e8,7.935675352701901e8,8.426440674566841e8,8.94755635609751e8,9.500899352104751e8,1.0088462693762152e9,1.0712362667107321e9,1.137484643548207e9,1.207830013336715e9,1.2825257460762696e9,1.361840880907093e9,1.4460610951349354e9,1.535489733183824e9,1.630448899182173e9,1.7312806171176906e9,1.8383480627395632e9,1.9520368716451588e9,2.07275652826253e9,2.200941840731755e9,2.337054506997129e9,2.4815847777511926e9,2.6350532222199383e9,2.7980126031494665e9,2.9710498677471414e9,3.154788261748513e9,3.349889574224143e9,3.5570565212120104e9,3.777035276760514e9,4.010618160498757e9,4.2586464914138165e9,4.522013618114143e9,4.801668136493061e9,5.098617306382215e9,5.413930679500575e9,5.748743951766677e9,6.104263053848789e9,6.481768494686964e9,6.882619973630823e9,7.308261277805767e9,7.760225482346223e9,8.240140472226886e9,8.749734805579702e9,9.290843939615934e9,9.86541684157693e9,1.047552300852589e10,1.112335992126352e10,1.1811260959216114e10,1.2541703804802856e10,1.3317319367554323e10,1.4140901260123854e10,1.5015415860323845e10,1.594401299542695e10,1.6930037287216478e10,1.7977040198646927e10,1.90887928255061e10,2.0269299479149952e10,2.1522812109234425e10,2.2853845618390026e10,2.4267194124001728e10,2.5767948225663548e10,2.7361513340504246e10,2.905362917242165e10,3.0850390385352753e10,3.2758268555037567e10,3.47841354783458e10,3.693528792411853e10,3.921947391467605e10,4.164492063264885e10,4.422036405365059e10,4.69550804115198e10,4.985891960946629e10,5.2942340697457924e10,5.621644954363507e10,5.969303883543255e10,6.338463055449061e10,6.730452107833517e10,7.146682907128107e10,7.588654633704474e10,8.05795918162349e10,8.55628689232014e10,9.085432642876653e10,9.647302310811746e10,1.0243919638671802e11,1.0877433523147855e11,1.1550125754973416e11,1.2264419237479575e11,1.3022886713410144e11,1.3828260031427866e11,1.4683439985689124e11,1.5591506763925876e11,1.6555731041668317e11,1.757958576256575e11,1.866675864723781e11,1.9821165475708585e11,2.104696419126622e11,2.234856987654532e11,2.37306706557751e11,2.5198244580467776e11,2.675657755936847e11,2.841128239724419e11,3.016831901108852e11,3.2034015896553876e11,3.401509292193222e11,3.611868553178025e11,3.8352370447369385e11,4.072419295652446e11,4.3242695891147906e11,4.5916950396796265e11,4.8756588605139526e11,5.177183832697819e11,5.4973559890780365e11,5.837328525941873e11,6.198325956600359e11,6.581648521840997e11,6.988676873136072e11,7.420877045473857e11,7.879805737724624e11,8.36711591955946e11,8.884562785117762e11,9.434010074866426e11,1.0017436788421757e12,1.0636944312511355e12,1.129476398975051e12,1.1993265155493237e12,1.2734963671706257e12,1.3522530988601968e12,1.435880376666998e12,1.5246794093762385e12,1.618970033403419e12,1.719091864781306e12,1.825405522389231e12,1.938293926830363e12,2.0581636796354456e12,2.1854465277604072e12,2.320600918652895e12,2.464113651488537e12,2.6165016305246035e12,2.778313726886039e12,2.950132755489921e12,3.1325775742285405e12,3.3263053129722544e12,3.532013740420208e12,3.7504437773241924e12,3.982382165137409e12,4.2286642997004653e12,4.490177240170563e12,4.767862904031883e12,5.062721459694482e12,5.375814928901683e12,5.708271011920548e12,6.061287149293617e12,6.436134834780894e12,6.834164195027084e12,7.25680885244848e12,7.705591088855324e12,8.182127328407251e12,8.688133959651123e12,9.22543351761022e12,9.795961248192355e12,1.0401772078559613e13,1.1045048018566658e13,1.1728106019925006e13,1.2453406321401547e13,1.3223561310107865e13,1.4041344930798232e13,1.490970267706531e13,1.5831762200421344e13,1.6810844575475045e13,1.78504762617808e13,1.895440180544258e13,2.0126597326223086e13,2.137128483873408e13,2.269294745929197e13,2.4096345553208586e13,2.5586533880678773e13,2.716887980301838e13,2.884908261483054e13,3.063319407172806e13,3.252764018755161e13,3.4539244379589863e13,3.667525204516933e13,3.894335665813034e13,4.135172747918735e13,4.3909038979976484e13,4.662450208677451e13,4.9507897356418e13,5.256961020392082e13,5.5820668308667516e13,5.927278133391773e13,6.293838310267765e13,6.683067638185369e13,7.09636804359854e13,7.53522815218438e13,8.001228650575889e13,8.496047979680362e13,9.021468380088775e13,9.579382311351184e13,1.0171799268239034e14,1.0800853018544389e14,1.1468809288486442e14,1.2178073923405589e14,1.293120155313912e14,1.373090479328818e14,1.4580064015518784e14,1.548173772208623e14,1.6439173561950994e14,1.7455820028162294e14,1.853533887864309e14,1.9681618325111975e14,2.08987870376473e14,2.219122901533302e14,2.3563599376550038e14,2.5020841125784444e14,2.6568202957345047e14,2.821125816011303e14,2.9955924691418256e14,3.180848649234155e14,3.3775616121218775e14,3.5864398786864606e14,3.8082357868083256e14,4.0437482011378775e14,4.293825390446854e14,4.5593680829231825e14,4.841332710414489e14,5.140734853304897e14,5.458652898433282e14,5.796231923227498e14,6.154687820045161e14,6.53531167557548e14,6.93947442107634e14,7.368631770195154e14,7.82432946215943e14,8.308208829221258e14,8.822012708409141e14,9.367591718879234e14,9.946910927476881e14,1.0562056926515568e15,1.1215245349266808e15,1.1908828850229105e15,1.2645305578920795e15,1.3427328177716485e15,1.4257713336136505e15,1.5139451936000565e15,1.6075719823988245e15,1.7069889250405505e15,1.8125541015358552e15,1.9246477366081362e15,2.0436735691872785e15,2.1700603065967745e15,2.3042631686721105e15,2.4467655273717855e15,2.5980806477868135e15,2.758753536819237e15,2.9293629061884325e15,3.11052325683525e15,3.3028870922319925e15,3.507147268569814e15,3.7240394902887115e15,3.9543449599381255e15,4.1988931919128995e15,4.458565000198729e15,4.73429567088869e15,5.027078330897131e15,5.337967525004978e15,5.668083014119765e15,6.018613808431378e15,6.39082244998952e15,6.786049560128663e15,7.205718668118781e15,7.651341338434232e15,8.12452261510739e15,8.626966802777519e15,9.160483605256244e15,9.726994643720216e15,1.0328540378007164e16,1.0967287455945766e16,1.1645536517189096e16,1.2365730479660396e16,1.3130463338456014e16,1.3942489508898982e16,1.4804733747393798e16,1.5720301685816416e16,1.6692491017380604e16,1.772480337427197e16,1.8820956939828884e16,1.998489984069824e16,2.122082436719989e16,2.253318207312121e16,2.392669980932625e16,2.540639674893099e16,2.6977602465363464e16,2.864597612842552e16,3.0417526887494044e16,3.229863551528007e16,3.4296077390098948e16,3.64170468994333e16,3.866918335268221e16,4.1060598496432024e16,4.359990573134904e16,4.629625113593282e16,4.91593464088673e16,5.219950384862491e16,5.54276734963082e16,5.885548257551643e16,6.249527737128662e16,6.636016769895302e16,7.0464074123086136e16,7.482177809659323e16,7.944897520056435e16,8.436233167662902e16,8.95795444554332e16,9.511940489745813e16,1.0100186647575381e17,1.0724811664437446e17,1.1388065315136058e17,1.209233650711455e17,1.2840161884823829e17,1.3634234966210406e17,1.447741584423061e17,1.5372741488335664e17,1.6323436683030086e17,1.7332925642903136e17,1.840484434596654e17,1.954305362972297e17,2.0751653097132902e17,2.203499588256786e17,2.3397704330931888e17,2.4844686646427053e17,2.638115457092632e17,2.8012642155629654e17,2.974502569361225e17,3.1584544885061574e17,3.353782531143328e17,3.5611902299475866e17,3.781424626107386e17,4.015278960018331e17,4.263595528376908e17,4.527268717965416e17,4.807248227054696e17,5.104542486028118e17,5.420222289546745e17,5.75542465333841e17,6.111356909501504e17,6.48930105507468e17,6.890618369534566e17,7.316754317853284e17,7.769243756774872e17,8.249716463063521e17,8.759903003634501e17,9.301640968711489e17,9.876881590459904e17,1.048769677093646e18,1.1136286544667246e18,1.182498700273387e18,1.2556278706907423e18,1.333279562413782e18,1.415733461357756e18,1.5032865500311283e18,1.5962541772073175e18,1.694971193748157e18,1.799793158669932e18,1.9110976197961341e18,2.0292854736093878e18,2.1547824092007206e18,2.2880404415167887e18,2.429539539427677e18,2.5797893544790026e18,2.7393310565552563e18,2.9087392830658176e18,3.0886242086744443e18,3.279633743026662e18,3.4824558643912407e18,3.697821097620737e18,3.926505145356501e18,4.1693316819548175e18,4.427175320197854e18,4.700964761474507e18,4.991686140777817e18,5.300386578566456e18,5.628177952284021e18,5.976240901119883e18,6.345829078436378e18,6.738273667178076e18,7.154988174527571e18,7.597473523076499e18,8.067323456849749e18,8.566230281653445e18,9.095990960423336e18,9.658513585526985e18,1.0255824251332407e19,1.089007435179572e19,1.1563548329353599e19,1.227867190302942e19,1.3038020805390019e19,1.384433005982045e19,1.4700503831533396e19,1.5609625887793177e19,1.6574970705031178e19,1.760001526285662e19,1.8688451567444464e19,1.984419994940548e19,2.1071423184036213e19,2.2374541484805034e19,2.3758248424080486e19,2.52275278384431e19,2.6787671779472003e19,2.8444299574658826e19,3.0203378067105894e19,3.2071243106905326e19,3.4054622371609027e19,3.616065959798087e19,3.839694031231345e19,4.077151915198123e19,4.329294887664002e19,4.597031117356068e19,4.881324936805759e19,5.183200315682355e19,5.503744548927763e19,5.844112172975955e19,6.20552912416321e19,6.589297154306346e19,6.996798519353477e19,7.429500957994131e19,7.888962978161635e19,8.376839470467916e19,8.894887668789866e19,9.444973479475138e19,1.0029078201965108e20,1.0649305665040405e20,1.1307889804393115e20,1.2007202708817412e20,1.2749763164000856e20,1.3538245724688205e20,1.4375490347894863e20,1.52645126218654e20,1.6208514627621673e20,1.7210896472220195e20,1.827526853526049e20,1.9405464472752017e20,2.0605555025179453e20,2.1879862679498208e20,2.3232977237871447e20,2.4669772349221703e20,2.6195423063143416e20,2.7815424469399686e20,2.9535611490141045e20,3.13621798961308e20,3.33017086226771e20,3.536118346564609e20,3.754802224290711e20,3.987010151183262e20,4.23357849390888e20,4.495395342489514e20,4.773403709025813e20,5.068604924238549e20,5.382062244062403e20,5.714904679281833e20,6.068331062003031e20,6.443614363607973e20,6.842106279743749e20,7.265242098860756e20,7.714545871835811e20,8.191635901299314e20,8.698230570438948e20,9.236154532273273e20,9.807345281688459e20,1.0413860133908277e21,1.1057883634533701e21,1.1741735427840572e21,1.2467878611676234e21,1.3238928609046527e21,1.4057662588348434e21,1.4927029466176894e21,1.5850160528734985e21,1.6830380710102048e21,1.7871220567983897e21,1.8976429000077672e21,2.0149986746854634e21,2.1396120729393053e21,2.271931927390591e21,2.412434827779695e21,2.561626837547382e21,2.7200453165743473e21,2.88826085664446e21,3.066879336602596e21,3.25654410460955e21,3.457938295353748e21,3.671787290566309e21,3.8988613317013993e21,4.1399782941925295e21,4.3960066332766755e21,4.6678685119970416e21,4.956543122650463e21,5.263070213643016e21,5.588553834456318e21,5.934166312213827e21,6.301152474169381e21,6.690834131327006e21,7.104614839340426e21,7.543984953840913e21,8.010526998401116e21,8.505921364469735e21,9.031952363806241e21,9.590514655216387e21,1.0183620068735428e22,1.0813404851839187e22,1.1482137363781213e22,1.2192226245770943e22,1.294622909641906e22,1.3746861683698242e22,1.4597007726597535e22,1.5499729281703693e22,1.645827777211843e22,1.747610569843679e22,1.8556879073965427e22,1.9704490628972236e22,2.0923073831524566e22,2.221701777541788e22,2.359098298881585e22,2.5049918220544384e22,2.6599078264498138e22,2.8244042886361437e22,2.999073692081094e22,3.1845451611589877e22,3.381486727131356e22,3.590607734262478e22,3.8126613947358875e22,4.048447501574611e22,4.29881530933616e22,4.564666592958289e22,4.84695889577239e22,5.146708978383819e22,5.464996480840861e22,5.802967811283137e22,6.161840275074971e22,6.542906459296824e22,6.947538888386219e22,7.377194967697373e22,7.833422232784488e22,8.317863923316542e22,8.832264901698913e22,9.37847793772021e22,9.958470381859375e22,1.0574331251290193e23,1.1228278754104605e23,1.1922668278856428e23,1.2660000878200944e23,1.3442932277188342e23,1.427428243865581e23,1.5157045720171963e23,1.6094401659115354e23,1.708972642473472e23,1.8146604978437412e23,1.9268843986106314e23,2.046048552895082e23,2.1725821662278113e23,2.3069409874620576e23,2.4496089502901698e23,2.6010999162762068e23,2.7619595256829266e23,2.9327671627592155e23,3.114138042566743e23,3.3067254268618644e23,3.51122297701433e23,3.728367252437228e23,3.958940363527272e23,4.203772788670402e23,4.4637463654594886e23,4.7397974668975095e23,5.032920374026592e23,5.3441708571299374e23,5.674669978406066e23,6.0256081298113185e23,6.39824932061457e23,6.793935730106415e23,7.214092541861596e23,7.660233076966061e23,8.133964244698086e23,8.636992330294864e23,9.17112914065203e23,9.738298530090832e23,1.0340543329698178e24,1.0980032705196616e24,1.1659069969847154e24,1.2380100880524347e24,1.3145722446845396e24,1.3958692285080612e24,1.4821938550537886e24,1.573857048419424e24,1.67118896115625e24,1.774540163412746e24,1.8842829056184244e24,2.000812459255654e24,2.1245485405488062e24,2.255936822198348e24,2.39545053860513e24,2.543592190366336e24,2.7008953541825407e24,2.867926604694523e24,3.045287555172257e24,3.2336170244059473e24,3.4335933376040696e24,3.6459367695854253e24,3.8714121390655543e24,4.1108315633812463e24,4.365057383575423e24,4.6350052703775157e24,4.921647522267021e24,5.226016567498754e24,5.549208682703769e24,5.892387941459057e24,6.256790407048663e24,6.643728584517184e24,7.054596148051491e24,7.490872960717081e24,7.954130404630033e24,8.446037040762068e24,8.968364618764806e24,9.5229944584585e24,1.0111924225971256e25,1.0737275128934094e25,1.1401299556648319e25,1.210638919274237e25,1.2855083629539808e25,1.365007951516447e25,1.4494240266329888e25,1.539060638179494e25,1.6342406393634706e25,1.735306849576923e25,1.8426232891635166e25,1.9565764905472247e25,2.077576890445118e25,2.20606030817858e25,2.342489515407693e25,2.487355902942421e25,2.64118125063442e25,2.804519606724021e25,2.9779592834116305e25,3.1621249758408953e25,3.3576800121261634e25,3.565328742528085e25,3.785819076382957e25,4.01994517592292e25,4.268550316690116e25,4.5325299248470475e25,4.812834802323251e25,5.110474551414141e25,5.426521211167356e25,5.762113118653644e25,6.118459009030251e25,6.49684236916378e25,6.898626060494205e25,7.3252572277900275e25,7.778272511475474e25,8.259303582302707e25,8.770083018304833e25,9.3124505451965e25,9.888359662699482e25,1.0499884680658882e26,1.1149228190293996e26,1.1838728997492676e26,1.257087054672429e26,1.3348289865911175e26,1.4173787064477898e26,1.505033541878708e26,1.5981092081288594e26,1.696940945195277e26,1.801884725294725e26,1.913318535004644e26,2.031643736695513e26,2.157286514158025e26,2.2906994076322e26,2.432362943767099e26,2.582787366382092e26,2.7425144742632934e26,2.912119572614857e26,3.092213545193606e26,3.283445054590645e26,3.48650287858459e26,3.7021183909819105e26,3.9310681958795534e26,4.174176924838205e26,4.4323202070406395e26,4.7064278231335996e26,4.9974870541122934e26,5.3065462373098834e26,5.634718542299387e26,5.983185980308729e26,6.353203661589491e26,6.746104316074041e26,7.163303093602826e26,7.606302661012193e26,8.076698614440703e26,8.576185226348605e26,9.106561547949173e26,9.669737889032799e26,1.0267742698521945e27,1.090272987054012e27,1.157698650230875e27,1.2292941131815764e27,1.3053172484925178e27,1.3860418763434014e27,1.4717587507528814e27,1.5627766068166202e27,1.6594232727095407e27,1.7620468504576139e27,1.8710169697318997e27,1.9867261191809894e27,2.1095910600968565e27,2.2400543275060175e27,2.3785858240923974e27,2.525684512693191e27,2.68188021346351e27,2.847735512183046e27,3.023847786577802e27,3.2108513579556527e27,3.40941977590522e27,3.620268244287326e27,3.8441561972565925e27,4.0818900345919876e27,4.334326026188031e27,4.6023733961683974e27,4.8869975977297927e27,5.189223790512045e27,5.510140533018712e27,5.850903703387983e27,6.212740662635103e27,6.596954675362205e27,7.004929603857817e27,7.438134892492468e27,7.898130860365021e27,8.386574321260785e27,8.905224551164149e27,9.455949624820819e27,1.0040733144169712e28,1.0661681382882638e28,1.132103087274187e28,1.2021156459181308e28,1.2764579855007291e28,1.355397872310505e28,1.4392196320846068e28,1.5282251740935735e28,1.622735078558187e28,1.7230897513156725e28,1.8296506498936118e28,1.942801585407828e28,2.06295010497367e28,2.190528959609417e28,2.32599766291909e28,2.4698441461690717e28,2.622586515719013e28,2.7847749191379005e28,2.9569935267258453e28,3.139862635578929e28,3.334040903775946e28,3.5402277227334003e28,3.7591657362738207e28,3.991643515481129e28,4.238498398976077e28,4.5006195088434365e28,4.7789509530723674e28,5.07449522604499e28,5.388316819321717e28,5.721546055727497e28,6.075383160549056e28,6.451102584507712e28,6.850057594076161e28,7.273685145675176e28,7.723511061303965e28,8.201155524246526e28,8.708338914649514e28,9.246888005988334e28,9.818742544740639e28,1.0425962236967408e29,1.107073416696254e29,1.1755380674695503e29,1.2482367720416609e29,1.3254313766553733e29,1.4073999208893073e29,1.4944376391010094e29,1.5868580238021914e29,1.6849939547964184e29,1.789198898145631e29,1.899848179284604e29,2.017340334868286e29,2.1420985482213e29,2.2745721735600924e29,2.4152383544771742e29,2.5646037425171256e29,2.7232063220347054e29,2.8916173479069786e29,3.0704434030797713e29,3.2603285833584304e29,3.46195681731238e29,3.676054329649772e29,3.903392256934001e29,4.1447894250637265e29,4.401115298520922e29,4.673293112008172e29,4.9623031957564634e29,5.269186506479094e29,5.5950483766900336e29,5.941062495891743e29,6.308475137970616e29,6.698609650026813e29,7.11287121880736e29,7.552751931907969e29,8.019836151975818e29,8.515806223267722e29,9.042448531118435e29,9.601659936145232e29,1.019545460636145e30,1.082597127180772e30,1.1495480927832273e30,1.2206395014762301e30,1.296127410343244e30,1.3762837117850083e30,1.461397112821707e30,1.5517741749582223e30,1.647740418357516e30,1.7496414942992975e30,1.8578444301471963e30,1.9727389513079733e30,2.0947388849449273e30,2.2242836505007806e30,2.3618398423988202e30,2.5079029106231913e30,2.662998945230896e30,2.827686571223195e30,3.002558960601776e30,3.188245968855749e30,3.38541640357586e30,3.594780433366e30,3.8170921457288014e30,4.053152263138808e30,4.303811027085082e30,4.5699712604713804e30,4.8525916194047163e30,5.152690046083064e30,5.471347435220705e30,5.809711527215359e30,6.16900104208005e30,6.550510069030151e30,6.955612727534568e30,7.385768116619849e30,7.842525570254729e30,8.327530237741433e30,8.84252900921628e30,9.389376807599452e30,9.970043269657188e30,1.058661984024159e31,1.1241327305257735e31,1.1936523790491337e31,1.2674713255108888e31,1.3458554510418144e31,1.429087079637767e31,1.5174659950343945e31,1.6113105204683273e31,1.7109586652141512e31,1.816769342026383e31,1.9291236598715876e31,2.048426296607089e31,2.175106956549735e31,2.309621918185385e31,2.4524556775929935e31,2.6041226935027977e31,2.765169240274322e31,2.9361753754676405e31,3.1177570290949526e31,3.3105682220780044e31,3.515303421900737e31,3.7327000439430494e31,3.9635411075038846e31,4.208658056080485e31,4.468933752062469e31,4.745305656626027e31,5.038769206281999e31,5.350381398240241e31,5.681264597502322e31,6.032610579397042e31,6.405684822117416e31,6.801831064720584e31,7.222476147008585e31,7.66913514872066e31,8.143416846548143e31,8.64702950862817e31,9.181787047384108e31,9.749615552877347e31,1.0352560230199457e32,1.0992792765892788e32,1.167261914993337e32,1.2394487981446772e32,1.3160999288073508e32,1.3974913890751568e32,1.4839163347641657e32,1.575686051301667e32,1.6731310749141776e32,1.7766023831529682e32,1.8864726590453812e32,2.0031376334247467e32,2.1270175102738722e32,2.2585584802162274e32,2.3982343276053955e32,2.5465481370020887e32,2.704034105184373e32,2.871259465217857e32,3.0488265295163554e32,3.23737485925104e32,3.437583567922151e32,3.6501737673907764e32,3.875911165179656e32,4.1156088223993966e32,4.3701300822323834e32,4.6403916795226455e32,4.927367042672382e32,5.23208979973688e32,5.555657501346496e32,5.899235573865768e32,6.2640615170262664e32,6.651449361154507e32,7.062794400047049e32,7.499578216540301e32,7.963374018877164e32,8.45585230708927e32,8.978786889804734e32,9.534061273154095e32,1.0123675444782964e33,1.074975307740977e33,1.1414549177871222e33,1.2120458209206935e33,1.2870022715038946e33,1.3665942477306624e33,1.4511084240342436e33,1.5408492036314973e33,1.6361398149224432e33,1.737323475694676e33,1.8447646293253654e33,1.9588502574335718e33,2.0799912737110563e33,2.208624003951419e33,2.3452117576085382e33,2.4902464965450886e33,2.644250606980849e33,2.807778781023972e33,2.981420014561303e33,3.1657997287040186e33,3.361582022430059e33,3.5694720645361523e33,3.7902186335151057e33,4.0246168145070284e33,4.273510863037109e33,4.537797245856108e33,4.818427869834753e33,5.1164135105423255e33,5.432827452859184e33,5.768809356734782e33,6.125569362015384e33,6.504392447127142e33,6.906643057311568e33,7.333770019085943e33,7.78731175862739e33,8.26890184287696e33,8.780274863322779e33,9.323272683652545e33,9.899851073778968e33,1.0512086754134076e34,1.1162184875601162e34,1.1852486962029707e34,1.258547934393716e34,1.336380211377529e34,1.4190258635017998e34,1.5067825639317276e34,1.5999663948096591e34,1.6989129857201104e34,1.8039787225604512e34,1.9155420311720293e34,2.034004740354557e34,2.159793529173259e34,2.293361463771984e34,2.4351896292270688e34,2.585788862319781e34,2.745701591468817e34,2.915503790449061e34,3.095807052934573e34,3.2872607953369866e34,3.490554595873834e34,3.7064206782921016e34,3.9356365491920874e34,4.179027798451021e34,4.437471072833625e34,4.711897233498554e34,5.003294708775164e34,5.312713054285163e34,5.641266733232512e34,5.9901391304781825e34,6.360586814856343e34,6.75394406508454e34,7.171627675570304e34,7.615142059421455e34,8.086084667042912e34,8.58615173983437e34,9.11714441971332e34,9.68097523646993e34,1.0279674996317798e35,1.0915400096452672e35,1.1590440291966336e35,1.2307226943086816e35,1.3068341772454387e35,1.387652616397146e35,1.4734691036720343e35,1.5645927329514701e35,1.6613517133844508e35,1.7640945515314635e35,1.873191306615814e35,1.9890349234029857e35,2.112042647509542e35,2.2426575282385933e35,2.3813500143549736e35,2.528619648548105e35,2.6849968666851043e35,2.8510449083349265e35,3.0273618454452847e35,3.2145827364782784e35,3.413381913764672e35,3.624475412314425e35,3.8486235488319064e35,4.0866336602254086e35,4.339363011473632e35,4.607721883323063e35,4.892676850938205e35,5.195254265312144e35,5.516543949978707e35,5.857703126339411e35,6.219960581744022e35,6.604621095338138e35,7.013070137617368e35,7.446778860615587e35,7.907309396701993e35,8.396320485069714e35,8.915573446184481e35,9.46693852570957e35,1.0052401630757464e36,1.0674071482732199e36,1.1334187212523176e36,1.2035126425407797e36,1.2779413764712855e36,1.3569730005075237e36,1.4408921708059012e36,1.5300011474902303e36,1.624620883332376e36,1.725092179760292e36,1.8317769143567753e36,1.945059344270303e36,2.0653474902328686e36,2.1930746061691136e36,2.328700739690797e36,2.4727143890965163e36,2.625634262845094e36,2.788011147840258e36,2.960429893255186e36,3.143511517042521e36,3.3379154427175363e36,3.544341874469849e36,3.763534319159655e36,3.9962822642811125e36,4.243424021538746e36,4.505849746279436e36,4.784504643654397e36,5.080392373059508e36,5.394578663116868e36,5.728195150216302e36,6.082443454444575e36,6.458599507581227e36,6.85801814875022e36,7.282138004280936e36,7.732486669353215e36,8.210686210090348e36,8.71845900591869e36,9.257633953234127e36,9.830153052723158e36,1.0438078404061951e37,1.108359963318786e37,1.1769041778896472e37,1.2496873667167484e37,1.326971680338324e37,1.409035481446978e37,1.4961743474964722e37,1.5887021353129286e37,1.6869521115445044e37,1.7912781530213523e37,1.902056021349565e37,2.0196847163295152e37,2.144587913073515e37,2.2772154879993174e37,2.4180451391950617e37,2.567584106992785e37,2.726371000946902e37,2.8949777397983375e37,3.0740116114120574e37,3.2641174601068053e37,3.465980009255654e37,3.680326327523433e37,3.907928447622748e37,4.149606147022272e37,4.406229900621643e37,4.6787240160283405e37,4.968069962729815e37,5.275309907150779e37,5.6015504663286915e37,5.947966693728274e37,6.315806311549243e37,6.706394204773527e37,7.12113719313666e37,7.561529098211733e37,8.029156123857516e37,8.525702569408323e37,9.052956896184093e37,9.61281816917242e37,1.0207302897081082e38,1.0838552295401384e38,1.1508839998639175e38,1.2220580249492622e38,1.2976336594474133e38,1.377883111729347e38,1.4630954243260059e38,1.5535775150020173e38,1.6496552822121407e38,1.7516747789226877e38,1.8600034590252707e38,1.975031500832391e38,2.0971732124221014e38,2.226868523893048e38,2.3645845719048976e38,2.5108173822116868e38,2.6660936562474583e38,2.8309726682000723e38,3.0060482794052596e38,3.191951077316644e38,3.3893506467563013e38,3.59895798162571e38,3.8215280457639014e38,4.0578624921770724e38,4.3088125504325e38,4.5752820926181535e38,4.858230888909627e38,5.158678064470793e38,5.477705770139892e38,5.816463080120974e38,6.1761701307198714e38,6.558122515032537e38,6.96369594941244e38,7.394351228527276e38,7.851639486849929e38,8.337207785535302e38,8.852805044806945e38,9.400288343218785e38,9.981629606481492e38,1.059892270994675e39,1.1254391020327794e39,1.1950395403824134e39,1.2689442729490619e39,1.3474194898479502e39,1.430747843167885e39,1.5192294650276898e39,1.613183048592203e39,1.7129469959416825e39,1.8188806369284673e39,1.9313655234116418e39,2.0508068035307132e39,2.177634680968361e39,2.3123059644585173e39,2.455305713120296e39,2.607148983544142e39,2.7683826849232453e39,2.9395875489111533e39,3.1213802213016876e39,3.314415483064079e39,3.5193886087333484e39,3.737037870650867e39,3.9681471980740505e39,4.2135490007331e39,4.4741271670053225e39,4.75082024750441e39,5.0446248355530967e39,5.356599156713484e39,5.687866880304342e39,6.039621166634458e39,6.413128964528037e39,6.809735574621531e39,7.230869494869014e39,7.678047565706313e39,8.152880433408591e39,8.657078351316906e39,9.192457339829458e39,9.760945727345788e39,1.0364591095720978e40,1.1005567655246882e40,1.1686184075725238e40,1.240889180183488e40,1.317629388274795e40,1.3991154347793682e40,1.4856408161940497e40,1.577517179695593e40,1.675075445631621e40,1.7786669994296814e40,1.8886649572176798e40,2.0054655097136023e40,2.1294893492256877e40,2.2611831849021954e40,2.401021351688612e40,2.549507518787763e40,2.7071765037758033e40,2.874596198908395e40,3.052369616555686e40,3.241137061132347e40,3.441578435346734e40,3.6544156890748017e40,3.880415419679486e40,4.120391633141905e40,4.375208675948508e40,4.645784348294633e40,4.933093209818298e40,5.238170089769247e40,5.562113814258094e40,5.906091164008767e40,6.271341076869834e40,6.659179110222165e40,7.071002179354166e40,7.508293588871883e40,7.972628375267227e40,8.465678979884631e40,8.98922127272216e40,9.545140948760971e40,1.013544031986231e41,1.0762245526696527e41,1.14278141966776e41,1.2134543575486554e41,1.288497916147369e41,1.3681823874034912e41,1.4527947788989826e41,1.5426398476022277e41,1.6380411975418184e41,1.739342445363888e41,1.846908457970721e41,1.961126666698522e41,2.0824084627680455e41,2.2111906790335527e41,2.347937163367876e41,2.49314044934992e41,2.6473235302723244e41,2.811041742859262e41,2.98488476747853e41,3.1694787520525622e41,3.3654885673187267e41,3.573620201560846e41,3.794623303438586e41,4.029293882072377e41,4.2784771741094155e41,4.543070688097919e41,4.824027437133867e41,5.122359371423991e41,5.439141023129183e41,5.775513376614589e41,6.132687978048371e41,6.511951299149302e41,6.914669370801179e41,7.342292703224307e41,7.796361510423946e41,8.27851125773379e41,8.790478552436877e41,9.334107398677944e41,9.91135583919963e41,1.0524303007821797e42,1.117515661806666e42,1.1866260914903682e42,1.26001051182523e42,1.3379332388655318e42,1.4206749347417583e42,1.5085336185494975e42,1.6018257397549562e42,1.7008873179828044e42,1.8060751532918078e42,1.9177681112976606e42,2.0363684877713513e42,2.1623034576282447e42,2.2960266135271843e42,2.4380195996205924e42,2.5887938463409187e42,2.748892412471029e42,2.9188919411335706e42,3.099404736744784e42,3.291080970412858e42,3.4946110217245124e42,3.710727965354985e42,3.940210211456499e42,4.1838843093368207e42,4.4426279245249735e42,4.717372999947328e42,5.009109112600627e42,5.318887037810907e42,5.647822533916536e42,5.997100361007867e42,6.367978548196302e42,6.761792924784951e42,7.179961931659297e42,7.62399173022819e42,8.095481627317631e42,8.596129835554885e42,9.12773958999148e42,9.692225642997275e42,1.029162116081582e43,1.0928085046624799e43,1.1603909716474594e43,1.2321529356113421e43,1.3083528688440158e43,1.3892652283160566e43,1.4751814442179683e43,1.5664109696337748e43,1.6632823951291817e43,1.7661446322694448e43,1.8753681703292201e43,1.9913464107209986e43,2.1144970839487315e43,2.24526375418977e43,2.384117416924514e43,2.531558195368474e43,2.6881171418161356e43,2.8543581503857125e43,3.030879988053264e43,3.218318451291852e43,3.417348656084007e43,3.6286874695545667e43,3.8530960919834917e43,4.0913827984974154e43,4.3444058503153525e43,4.613076586034873e43,4.898362704091918e43,5.201291748217459e43,5.522954808445674e43,5.864510451002194e43,6.227188891229228e43,6.612296424575807e43,7.021220131613302e43,7.455432874023711e43,7.9164985995536e43,8.406077975041787e43,8.925934367811065e43,9.477940196964866e43,1.0064083677468495e44,1.0686475981302785e44,1.1347358841484274e44,1.204911262634157e44,1.27942649131272e44,1.3585499591846457e44,1.4425666532095507e44,1.5317791847722092e44,1.626508879628578e44,1.727096935257066e44,1.833905649783763e44,1.947319726908216e44,2.067747661529406e44,2.195623211062859e44,2.331406957748597e44,2.4755879675763176e44,2.628685551803823e44,2.7912511374125696e44,2.9638702532376133e44,3.147164638925992e44,3.3417944843188977e44,3.5484608073237387e44,3.767907978841239e44,4.000926403840654e44,4.248355368241274e44,4.511086061852872e44,4.790064788263552e44,5.086296373237023e44,5.400847783894538e44,5.7348519717175425e44,6.089511953213615e44,6.466105142941493e44,6.865987954504267e44,7.29060068608057e44,7.741472708091204e44,8.220227971687141e44,8.728590857897597e44,9.268392388506391e44,9.84157682102829e44,1.0450208651536002e45,1.1096480050564452e45,1.1782718758871699e45,1.2511396471496653e45,1.3285137740312874e45,1.4106729427140847e45,1.4979130741468105e45,1.590548389893335e45,1.6889125438959177e45,1.7933598242303516e45,1.9042664291809323e45,2.0220318222316038e45,2.1470801708539624e45,2.2798618742738666e45,2.420855185719569e45,2.5705679349947408e45,2.729539357579929e45,2.898342036851515e45,3.0775839664128096e45,3.267910739965679e45,3.470007876610629e45,3.6846032899498463e45,3.912469909886732e45,4.15442846656571e45,4.411350446478178e45,4.684161231383528e45,4.973843431349634e45,5.281440423918229e45,5.608060112143243e45,5.954878915036582e45,6.323146004794645e45,6.714187806068166e45,7.12941277347871e45,7.570316464592107e45,8.038486926618443e45,8.535610416241207e45,9.06347747317841e45,9.623989369349431e45,1.021916495687707e46,1.0851147939591423e46,1.1522214594222634e46,1.2234781969096986e46,1.299141658986277e46,1.3794843703603505e46,1.464795709463577e46,1.5553829507343037e46,1.6515723713587716e46,1.7537104264566612e46,1.8621649969431878e46,1.9773267145629972e46,2.0996103688677787e46,2.2294564012054556e46,2.367332491102302e46,2.513735240751294e46,2.6691919636741104e46,2.8342625839995746e46,3.0095416531984616e46,3.195660491539654e46,3.3932894619798006e46,3.6031403846769126e46,3.825969100824966e46,4.062578195043093e46,4.3138198861252186e46,4.580599096562685e46,4.863876711894213e46,5.164673041624504e46,5.484071494175534e46,5.823222479107487e46,6.18334755066513e46,6.565743807572507e46,6.971788564923698e46,7.402944314997895e46,7.860763994864303e46,8.346896579752616e46,8.863093022332825e46,9.411212559297323e46,9.993229407961602e46,1.0611239877001175e47,1.1267469916937078e47,1.1964283137567018e47,1.2704189321215456e47,1.3489853462470416e47,1.4324105366962314e47,1.5209949843759146e47,1.6150577528090975e47,1.7149376373381509e47,1.8209943853980246e47,1.933609992254969e47,2.053190076877139e47,2.1801653428934475e47,2.3149931299021145e47,2.458159060716633e47,2.610178790482535e47,2.7715998639643546e47,2.9430036876926036e47,3.1250076240744753e47,3.3182672150098513e47,3.5234785430228517e47,3.741380738412218e47,3.9727586414511546e47,4.218445629225855e47,4.479326617293513e47,4.7563412469715676e47,5.05048726973887e47,5.362824140937108e47,5.694476835718234e47,6.046639900980542e47,6.420581757888208e47,6.817649270471992e47,7.2392725967647814e47,7.686970339945422e47,8.162355018045389e47,8.66713887191645e47,9.2031400323817e47,9.772289068780057e47,1.037663594249177e48,1.1018357390491505e48,1.1699764765520662e48,1.2423312361118708e48,1.3191606251500452e48,1.4007413678114516e48,1.487367301669669e48,1.579350436071313e48,1.6770220759314387e48,1.7807340150279372e48,1.89085980309254e48,2.007796091262409e48,2.1319640607386546e48,2.263810939796847e48,2.403811614614318e48,2.5524703397154347e48,2.7103225541957698e48,2.8779368102672023e48,3.055916821069563e48,3.244903635124889e48,3.44557794526672e48,3.65866254035964e48,3.8849249086410294e48,4.125180002060574e48,4.380293171574563e48,4.651183283967885e48,4.938826031428872e48,5.2442574457978574e48,5.5685776301478425e48,5.912954721135896e48,6.278629096399082e48,6.666917842147248e48,7.079219497044723e48,7.517019089468374e48,7.981893486283542e48,8.475517072403837e48,8.999667781592611e48,9.556233500225052e48,1.0147218867079447e49,1.0774752493646128e49,1.1441094630961294e49,1.2148645310581592e49,1.2899952989018985e49,1.3697723726772546e49,1.4544830935020243e49,1.5444325725071747e49,1.6399447897864545e49,1.74136376130806e49,1.8490547779915006e49,1.9634057214128225e49,2.0848284608766635e49,2.2137603368872968e49,2.350665736362158e49,2.496037765260712e49,2.650400024654048e49,2.814308496631481e49,2.98835354683709e49,3.1731620508493204e49,3.369399652061756e49,3.5777731591977937e49,3.799033092095104e49,4.0339763849280946e49,4.283449256606308e49,4.5483502586861195e49,4.829633511774126e49,5.128312142079768e49,5.445461930493814e49,5.782225187336453e49,6.139814866731908e49,6.519518935426773e49,6.922705011790082e49,7.350825291701845e49,7.805421779072801e49,8.288131839835756e49,8.800694099411012e49,9.344954704888184e49,9.922873974480887e49,1.0536533458201163e50,1.118814343518864e50,1.1880050874695055e50,1.261474788939914e50,1.3394880711500722e50,1.4223259223921185e50,1.5102867080941032e50,1.6036872454729257e50,1.7028639446466335e50,1.8081740203167613e50,1.9199967783844227e50,2.0387349821344724e50,2.1648163029087346e50,2.2986948604928573e50,2.4408528587651568e50,2.5918023224990956e50,2.7520869415741866e50,2.9222840292388096e50,3.103006601477358e50,3.2949055849714837e50,3.498672161608514e50,3.7150402579807167e50,3.944789188842428e50,4.188746464046823e50,4.44779076907102e50,4.7228551298664244e50,5.014930273432057e50,5.325068196215511e50,5.6543859531948665e50,6.004069681287877e50,6.3753788715804425e50,6.769650905763043e50,7.188305873112295e50,7.632851685370107e50,8.104889507940946e50,8.606119526970096e50,9.138347073075934e50,9.703489123790652e50,1.0303581208130783e51,1.0940784738167937e51,1.16173947940031e51,1.2335848390188726e51,1.3098733253368968e51,1.3908797142754657e51,1.476895774700534e51,1.5682313193161776e51,1.6652153205481268e51,1.768197095437026e51,1.8775475638085988e51,1.9936605842530936e51,2.1169543727253508e51,2.247873008875215e51,2.386888035534089e51,2.5345001571181418e51,2.6912410430656974e51,2.857675242804822e51,3.034402219147536e51,3.2220585074356424e51,3.4213200082140394e51,3.6329044216896035e51,3.857573832744557e51,4.096137455814182e51,4.349454549515728e51,4.618437511527085e51,4.904055164860864e51,5.207336247372215e51,5.529373117067344e51,5.8713256865590696e51,6.234425600841305e51,6.619980673428611e51,7.0293795968395e51,7.464096944390725e51,7.925698481315668e51,8.41584680433931e51,8.936307330019948e51,9.488954653427343e51,1.0075779300061228e52,1.0698894895327063e52,1.1360545777392948e52,1.2063115080849403e52,1.280913332028387e52,1.360128750469099e52,1.4442430815542965e52,1.5335592883379822e52,1.6283990699935938e52,1.7291040205102477e52,1.8360368590461195e52,1.9495827363707235e52,2.0701506221010075e52,2.198174777728578e52,2.3341163207429594e52,2.478464885484771e52,2.631740386711217e52,2.7944948922253204e52,2.9673146113139776e52,3.150822006157241e52,3.3456780338126855e52,3.552584526851278e52,3.7722867212182853e52,4.0055759404244345e52,4.253292445735771e52,4.516328462627111e52,4.795631394400154e52,5.092207234541772e52,5.407124190111494e52,5.741516529210894e52,6.096588666391007e52,6.473619500713188e52,6.87396702208912e52,7.299073202489553e52,7.750469189639593e52,8.229780821908318e52,8.738734484253656e52,9.279163326317651e52,9.853013865065774e52,1.0462352995752587e53,1.1109375436467267e53,1.1796411633070332e53,1.2525936152994559e53,1.3300576598144804e53,1.41231230689949e53,1.4996538213974681e53,1.592396790033858e53,1.6908752544951708e53,1.795443914580686e53,1.9064794057603674e53,2.024381655740666e53,2.1495753249245886e53,2.282511335953598e53,2.42366849784129e53,2.573555230547935e53,2.732711396207721e53,2.90171024360476e53,3.0811604729008466e53,3.271708428051972e53,3.4740404248107207e53,3.6888852226984454e53,3.91701664985213e53,4.1592563901989605e53,4.416476942997856e53,4.689604765408232e53,4.979623609403861e53,5.2875780650511664e53,5.614577322914913e53,5.961799169140949e53,6.330494227607656e53,6.721990464423672e53,7.137697970996801e53,7.5791140429027525e53,8.047828572845095e53,8.545529777131505e53,9.074010276293179e53,9.635173551745727e53,1.0231040801750669e54,1.0863758221368342e54,1.1535604732624226e54,1.2249000192732716e54,1.3006514109940052e54,1.3810874898380262e54,1.46649797052803e54,1.5571904845905338e54,1.6534916883834544e54,1.7557484396471415e54,1.86432904681674e54,1.9796245955959055e54,2.1020503575694868e54,2.2320472859289032e54,2.3700836036978552e54,2.516656490178075e54,2.672293871690295e54,2.8375563230595323e54,3.0130390866937455e54,3.19937421652857e54,3.397232854559501e54,3.607327648161432e54,3.830415316902783e54,4.067299378098145e54,4.3188330409178504e54,4.585922279477187e54,4.869529095974371e54,5.1706749856310834e54,5.49044461591448e54,5.829989733292946e54,6.190533311597849e54,6.573373956930849e54,6.979890584984822e54,7.411547387623084e54,7.869899106606299e54,8.356596633463012e54,8.87339295567157e54,9.422149470571218e54,1.0004842689745141e55,1.0623571358020178e55,1.1280564012728283e55,1.1978187010453414e55,1.271895305017572e55,1.3505530223513405e55,1.4340751624656454e55,1.522762555460655e55,1.616934635647904e55,1.7169305920888436e55,1.8231105902863823e55,1.9358570694291763e55,2.0555761198612665e55,2.182698945738714e55,2.3176834181409456e55,2.4610157242310086e55,2.613212118405052e55,2.774820781737482e55,2.9464237964201705e55,3.1286392423063877e55,3.32212342311109e55,3.5275732302863376e55,3.745728653085281e55,3.9773754438558315e55,4.223347948164086e55,4.48453210994087e55,4.7618686624750146e55,5.056356516747199e55,5.369056359308343e55,5.701094472660536e55,6.053666791902997e55,6.428043212251328e55,6.8255721629471e55,7.247685464031197e55,7.695903483474417e55,8.171840613238986e55,8.677211083997884e55,9.213835139451188e55,9.783645592481269e55,1.0388694786759807e56,1.1031161988879448e56,1.1713361237639395e56,1.2437749678750773e56,1.3206936414985978e56,1.402369190364719e56,1.489095793519976e56,1.5811858229017418e56,1.6789709684395256e56,1.782803432736023e56,1.8930571996306848e56,2.010129381215018e56,2.1344416481509587e56,2.266441748444875e56,2.406605120146421e56,2.555436603781673e56,2.713472260688155e56,2.8812813038006167e56,3.0594681478430114e56,3.2486745863095634e56,3.4495821030770736e56,3.662914326974108e56,3.8894396381473882e56,4.1299739356145255e56,4.3853835759692485e56,4.656588493825262e56,4.9445655152373555e56,5.250351876034288e56,5.575048957734909e56,5.919826254505711e56,6.285925585445138e56,6.674665567368583e56,7.087446364203523e56,7.525754730100089e56,7.991169364424338e56,8.48536659791792e56,9.01012643050745e56,9.567338942509705e56,1.0159011102323115e57,1.078727399512946e57,1.1454390498636863e57,1.2162763433514496e57,1.2914944217873678e57,1.371364205696772e57,1.4561733701207686e57,1.5462273807646227e57,1.64185059422419e57,1.7433874262537587e57,1.8512035922829953e57,1.965687424650818e57,2.087251271301381e57,2.2163329809789754e57,2.3533974802719765e57,2.4989384481858167e57,2.6534800942760743e57,2.8175790467472174e57,2.9918263573161715e57,3.176849630062856e57,3.37331528193498e57,3.581930943049152e57,3.803448005433108e57,4.038664329390614e57,4.288427117234847e57,4.553635964742359e57,4.83524610131788e57,5.1342718305396834e57,5.4517901834797004e57,5.788944797954227e57,6.1469500376795065e57,6.527095366167961e57,6.930749991118004e57,7.359367796028328e57,7.81449257679575e57,8.297763602160483e57,8.810921518025384e57,9.355814616915801e57,9.934405495159775e57,1.0548778121770357e58,1.1201145344485587e58,1.18938568600052e58,1.262940767713014e58,1.3410447103285507e58,1.423978828679991e58,1.512041834930363e58,1.6055509144745647e58,1.7048428683779803e58,1.8102753264665914e58,1.9222280354386065e58,2.0411042266361877e58,2.1673320684044151e58,2.3013662082683177e58,2.443689410482704e58,2.5948142948525034e58,2.75528518308753e58,2.925680059340513e58,3.106612651990873e58,3.2987346441721e58,3.5027380210041376e58,3.7193575619863885e58,3.949373487526658e58,4.193614269139622e58,4.4529596134362156e58,4.7283436306509923e58,5.02075819912173e58,5.331256537837007e58,5.660956999921184e58,6.011047100719431e58,6.382787794991477e58,6.777518018618594e58,7.196659511184807e58,7.641721936798785e58,8.11430832160321e58,8.61612082755566e58,9.148966883275714e58,9.714765694044e58,1.0315555154396122e59,1.0953499188212787e59,1.163089554274263e59,1.2350184064628475e59,1.3113955487750552e59,1.3924960764532238e59,1.4786120974322667e59,1.5700537844542272e59,1.6671504922487168e59,1.7702519438028138e59,1.8797294899938283e59,1.9959774471209604e59,2.1194145171540543e59,2.250485295814698e59,2.38966187392114e59,2.5374455377656857e59,2.6943685746477565e59,2.8609961900667033e59,3.0379285434794364e59,3.225802909954821e59,3.425295975511949e59,3.6371262744079666e59,3.8620567771553225e59,4.100897638589473e59,4.354509115885232e59,4.623804667031155e59,4.909754240923852e59,5.2133877709301e59,5.535798884501652e59,5.878148842203492e59,6.241670720342254e59,6.627673852262264e59,7.037548544302621e59,7.472771083403653e59,7.934909054398435e59,8.425626986140003e59,8.9466923468038e59,9.49998190995488e59,1.0087488514312399e60,1.0711328241557448e60,1.1373748038037794e60,1.2077133807819467e60,1.2824019006239505e60,1.3617093764905843e60,1.4459214581015458e60,1.5353414605888306e60,1.6302914569772072e60,1.7311134382273064e60,1.8381705450187258e60,1.9518483757104153e60,2.0725563751891605e60,2.2007293096082217e60,2.3368288323286952e60,2.481345146702677e60,2.634798771688077e60,2.7977424166541522e60,2.9707629721305667e60,3.154483623669762e60,3.349566096437589e60,3.556713038615131e60,3.776670552197472e60,4.010230880304475e60,4.258235260682136e60,4.521576955673921e60,4.8012044695732406e60,5.0981249649469544e60,5.413407890234332e60,5.7481888316865536e60,6.103673603522927e60,6.481142591032758e60,6.881955362268091e60,7.30755556493683e60,7.759476126134236e60,8.239344773639905e60,8.748889898670048e60,9.289946781197296e60,9.864464200263539e60,1.0474511453093887e61,1.1122285808291619e61,1.1810120419963448e61,1.2540492731274416e61,1.3316033397704609e61,1.413953576214624e61,1.5013965915966364e61,1.594247338227909e61,1.6928402459898503e61,1.7975304268836754e61,1.9086949540730504e61,2.0267342200265223e61,2.1520733786511544e61,2.2851638766124874e61,2.4264850793552245e61,2.576545997682062e61,2.7358871211092197e61,2.9050823646016337e61,3.084741135700717e61,3.275510529488552e61,3.4780776592954606e61,3.6931721315453695e61,3.921568673652295e61,4.1640899244346784e61,4.421609397096032e61,4.6950546254454746e61,4.9854105046896316e61,5.293722838828997e61,5.621102107434893e61,5.968727465376407e61,6.337850989900614e61,6.729802190365389e61,7.145992796867298e61,7.587921845011217e61,8.057181075138945e61,8.555460665459873e61,9.08455531973617e61,9.646370731448273e61,1.0242930447721865e62,1.0876383157742857e62,1.1549010431906494e62,1.226323493957939e62,1.3021629175071676e62,1.3826924723249117e62,1.468202209815577e62,1.5590001190089698e62,1.6554132358752396e62,1.7577888212432936e62,1.8664956115651357e62,1.9819251470308565e62,2.1044931818186623e62,2.2346411815583485e62,2.372837913402552e62,2.5195811344326664e62,2.675399384480348e62,2.840853889823055e62,3.0165405846089524e62,3.2030922572929976e62,3.401180829814817e62,3.611519777727704e62,3.834866699994938e62,4.0720260477108384e62,4.323852021572858e62,4.591251648542331e62,4.875188048774917e62,5.17668390458689e62,5.496825143953788e62,5.836764851805997e62,6.197727423210951e62,6.5810129734002995e62,6.98800202052508e62,7.420160458008007e62,7.879044834398669e62,8.366307959751315e62,8.883704858717213e62,9.433099091793882e62,1.0016469467497486e63,1.0635917169638234e63,1.1293673325364605e63,1.1992107041238866e63,1.2733733936287032e63,1.352122520275573e63,1.435741722721634e63,1.5245321806662647e63,1.618813699640363e63,1.718925862882169e63,1.825229254448208e63,1.9381067579654715e63,2.0579649357017343e63,2.185235492921849e63,2.3203768328040578e63,2.4638757075169368e63,2.6162489714034074e63,2.7780454425874636e63,2.949847879707388e63,3.132275080896274e63,3.325984112569649e63,3.531672676047359e63,3.750081620535199e63,3.981997611515716e63,4.228255964160565e63,4.489743651969374e63,4.767402501470992e63,5.062232584495652e63,5.375295820233871e63,5.7077198000578256e63,6.060701848880703e63,6.435513337682569e63,6.833504262734484e63,7.256108108017053e63,7.704847008343276e63,8.181337231784916e63,8.687295001148171e63,9.224542675465149e63,9.795015313769288e63,1.0400767644791339e64,1.1043981467682917e64,1.1726973510422475e64,1.2452203774206379e64,1.3222284393884803e64,1.403998904634951e64,1.4908262940765457e64,1.5830233426627126e64,1.680922125784851e64,1.7848752553454916e64,1.895257149796359e64,2.0124653827188213e64,2.1369221148047255e64,2.269075614395125e64,2.409401872053237e64,2.5584063149879469e64,2.716625627501621e64,2.8846296840200476e64,3.063023601666613e64,3.252449919773216e64,3.453590914179375e64,3.6671710546534684e64,3.893959614288512e64,4.1347734402705054e64,4.390479895999294e64,4.661999985158153e64,4.9503116689861994e64,5.256453388699358e64,5.581527805748748e64,5.926705773387604e64,6.293230553850643e64,6.682422296337797e64,7.09568279192784e64,7.534500522550593e64,8.000456022202364e64,8.495227569713458e64,9.020597233575317e64,9.578457290595134e64,1.0170817041499943e65,1.079981004803732e65,1.1467701817639843e65,1.2176897963329993e65,1.2929952868260646e65,1.3729578886092785e65,1.4578656110353032e65,1.548024274795689e65,1.6437586134258712e65,1.7454134429308933e65,1.8533549037437556e65,1.967971779490314e65,2.089676897310463e65,2.2189086147789712e65,2.3561323987824324e65,2.5018425020379847e65,2.656563743293131e65,2.820853397618258e65,2.995303203600442e65,3.180541494667551e65,3.377235462220506e65,3.586093558723385e65,3.807868049408068e65,4.0433577217837644e65,4.293410762709946e65,4.558927813397017e65,4.840865213335987e65,5.140238444842801e65,5.4581257906233765e65,5.79567221753237e65,6.1540935005164575e65,6.534680601592766e65,6.938804319636872e65,7.367920227727113e65,7.823573915828895e65,8.307406557700791e65,8.82116082207658e65,9.36668714940981e65,9.945950416791662e65,1.0561037015046894e66,1.1214162363496502e66,1.1907678889458288e66,1.2644084501219984e66,1.342603158500728e66,1.4256336558350723e66,1.5137990014258658e66,1.6074167492739498e66,1.706824091846229e66,1.812379074575764e66,1.924461885470052e66,2.043476224472504e66,2.169850757508943e66,2.3040406604571607e66,2.4465292585994776e66,2.5978297674641227e66,2.758487141325346e66,2.929080036019777e66,3.110222893149865e66,3.3025681531797524e66,3.5068086053958485e66,3.723679883195854e66,3.953963113693204e66,4.198487731181851e66,4.458134464592848e66,4.73383850970451e66,5.026592897531188e66,5.337452071023197e66,5.6675356829595426e66,6.0180326287149315e66,6.390205328423352e66,6.785394273963897e66,7.205022857145523e66,7.650602496479801e66,8.123738081010336e66,8.626133750802398e66,9.159599034915951e66,9.726055368968916e66,1.0327543015764159e67,1.0966228413911052e67,1.1644411980904437e67,1.2364536398770162e67,1.3129195412118841e67,1.3941143170297327e67,1.4803304147284103e67,1.5718783675063937e67,1.669087912841318e67,1.772309180138683e67,1.8819139518282313e67,1.998297002449945e67,2.121877520553558e67,2.2531006185319513e67,2.392438935827318e67,2.5403943412842937e67,2.6974997407812155e67,2.86432099665129e67,3.041458965805647e67,3.2295516639002375e67,3.4292765633410425e67,3.641353033404749e67,3.8665449312630823e67,4.105663353244682e67,4.3595695562420033e67,4.629178059787072e67,4.915459939968681e67,5.219446327054352e67,5.542232119416833e67,5.884979927139261e67,6.248924259505066e67,6.635375971454523e67,7.045726985022215e67,7.481455302763844e67,7.944130331226104e67,8.435418533636418e67,8.957089432171293e67,9.51102198142276e67,1.0099211336017221e68,1.072377603676628e68,1.1386965641227435e68,1.209116882616224e68,1.2838921991074242e68,1.3632918393812964e68,1.447601785115396e68,1.537125703928739e68,1.6321860431320716e68,1.7331251911188576e68,1.8403067105798303e68,1.9541166479836212e68,2.0749649240390025e68,2.203286810147615e68,2.339544496164797e68,2.4842287551153807e68,2.637860710860028e68,2.800993715079912e68,2.974215340338898e68,3.15814949640287e68,3.353458677438434e68,3.56084634818448e68,3.781059477692499e68,4.014891229759855e68,4.263183819747766e68,4.526831548073287e68,4.806784021300645e68,5.104049572435546e68,5.419698892739178e68,5.754868888144834e68,6.110766774166468e68,6.488674424048518e68,6.8899529858170985e68,7.31604778486494e68,7.768493529724655e68,8.24891983978313e68,8.759057114845978e68,9.300742767691729e68,9.87592784206786e68,1.048668403996053e69,1.1135211183452391e69,1.18238451380436e69,1.2555066225972404e69,1.3331508159843398e69,1.4155967528734065e69,1.5031413870951505e69,1.5961000369717497e69,1.6948075210306425e69,1.7996193639539335e69,1.9109130771077132e69,2.029089518262564e69,2.1545743354033935e69,2.2878194998286945e69,2.429304934060817e69,2.5795402404316073e69,2.7390665365681805e69,2.9084584043908135e69,3.0883259596425776e69,3.2793170494042848e69,3.482119585511049e69,3.697464022273258e69,3.926125987427482e69,4.168929075792971e69,4.42674781569616e69,4.7005108188468755e69,4.991204125013353e69,5.299874753540451e69,5.6276344745047494e69,5.975663813088923e69,6.345216301597467e69,6.737622994431181e69,7.15429726227915e69,7.596739882798402e69,8.066544446116101e69,8.565403094622643e69,9.09511261773257e69,9.657580923561024e69,1.0254833910828685e70,1.0889022765745138e70,1.1562431710153133e70,1.2277486228839058e70,1.3036761805647571e70,1.3842993199859793e70,1.4699084296251414e70,1.5608118564307285e70,1.6573370164262097e70,1.7598315739975523e70,1.8686646941108684e70,1.9842283719710796e70,2.1069388449105677e70,2.2372380915928426e70,2.3755954239319368e70,2.522509177460141e70,2.6785085062333183e70,2.844155288738333e70,3.0200461516674486e70,3.20681461884841e70,3.40513339307149e70,3.615716779030519e70,3.8393232561060967e70,4.076758210257242e70,4.3288768348606276e70,4.59658721094733e70,4.880853577929253e70,5.1826998065973965e70,5.503213086900512e70,5.843547843785974e70,6.204929895209239e70,6.58866086728518e70,6.996122882486045e70,7.428783537771107e70,7.888201190578596e70,8.376030571717678e70,8.894028745380305e70,9.444061437735334e70,1.0028109756902504e71,1.0648277328509296e71,1.1306797872529927e71,1.2006043248701221e71,1.274853199948743e71,1.3536938421368459e71,1.4374102197123129e71,1.5263038623798902e71,1.6206949473213176e71,1.7209234524095613e71,1.8273503807413819e71,1.9403590608985304e71,2.0603565276209497e71,2.1877749878645422e71,2.3230733775248144e71,2.466739014432268e71,2.619289353574145e71,2.7812738508642254e71,2.953275942173193e71,3.1359151447488083e71,3.32984928859324e71,3.5357768858356864e71,3.754439646633934e71,3.9866251506660804e71,4.233169683836169e71,4.494961250408909e71,4.772942771424133e71,5.068115480910427e71,5.38154253213068e71,5.714352826847618e71,6.067745081403815e71,6.442992144258435e71,6.841445580533812e71,7.264540540083817e71,7.713800926616748e71,8.190844886493931e71,8.697390636969582e71,9.235262654867051e71,9.80639824798095e71,1.0412854532872568e72,1.1056815844195298e72,1.1740601602231595e72,1.2466674666982756e72,1.3237650208899733e72,1.4056305128206209e72,1.4925588056738103e72,1.5848629978330035e72,1.6828755505993454e72,1.7869494856510393e72,1.897459656557118e72,2.0148040989250672e72,2.1394054640460558e72,2.2717125412004365e72,2.412201874107324e72,2.561379477340156e72,2.7197826588900352e72,2.8879819554424363e72,3.0665831873363436e72,3.25622964060842e72,3.457604383981089e72,3.671432729140016e72,3.8984848431618154e72,4.1395785225029514e72,4.395582138539161e72,4.667417765266156e72,4.9560645004265014e72,5.262561992023961e72,5.5880141829292e72,5.933593287061408e72,6.300544011469321e72,6.690188039518089e72,7.103928791328555e72,7.543256478617897e72,8.009753472144456e72,8.505100001091982e72,9.031080204920225e72,9.58958855947991e72,1.0182636700536057e73,1.0812360669280602e73,1.148102860592597e73,1.2191048919094244e73,1.2944978960425341e73,1.3745534235646402e73,1.459559818528428e73,1.5498232570242163e73,1.6456688499652384e73,1.7474418140723968e73,1.8555087152758848e73,1.9702587890128878e73,2.0921053421758526e73,2.2214872417615746e73,2.3588704955826436e73,2.5047499307347633e73,2.659650975865038e73,2.8241315536616383e73,2.9987840903798426e73,3.184237649643387e73,3.38116019820634e73,3.59026101183583e73,3.8122932299825356e73,4.0480565684384965e73,4.2984001997540794e73,4.564225811788369e73,4.84649085540859e73,5.14621199303804e73,5.4644687604709875e73,5.802407455145544e73,6.161245264878542e73,6.542274651933616e73,6.946868008211918e73,7.376482598335263e73,7.832665808422119e73,8.317060719464132e73,8.831412025376594e73,9.377572317037171e73,9.957508754950425e73,1.0573310154566877e74,1.1227194509780136e74,1.192151698169912e74,1.26587783814676e74,1.3441634177689396e74,1.427290406089571e74,1.5155582099508658e74,1.609284752387895e74,1.7088076177240348e74,1.81448526748222e74,1.9266983314921797e74,2.0458509788430254e74,2.1723723736197952e74,2.3067182206670065e74,2.4493724069464127e74,2.6008487444017673e74,2.7616928206067776e74,2.9324839638628525e74,3.1138373298242584e74,3.3064061171658145e74,3.5108839202748363e74,3.728007227439521e74,3.958558073533046e74,4.2033668567472964e74,4.463315329521754e74,4.739339774439528e74,5.032434376531326e74,5.343654804131277e74,5.674122011183972e74,6.025026274697292e74,6.397631481882265e74,6.793279682423867e74,7.213395922275815e74,7.659493376392205e74,8.133178798882306e74,8.636158310217671e74,9.170243542339344e74,9.737358163794118e74,1.0339544808405403e75,1.0978972432433115e75,1.1657944126722095e75,1.2378905411974977e75,1.3144453047032197e75,1.3957344381878475e75,1.4820507289068144e75,1.573705070933892e75,1.6710275849394972e75,1.774368807219805e75,1.884100952258443e75,2.0006192533689116e75,2.1243433862462554e75,2.2557189805550258e75,2.3952192249988577e75,2.5433465716516275e75,2.7006345456897254e75,2.8676496670433953e75,3.044993490888683e75,3.233304774328933e75,3.4332617770710536e75,3.645584704381455e75,3.871038301121939e75,4.110434606208373e75,4.364635877412539e75,4.6345576970434375e75,4.921172269691811e75,5.2255119239174e75,5.548672830490802e75,5.8918189505814625e75,6.256186228114713e75,6.643087041394831e75,7.053914930030238e75,7.490149614185395e75,7.953362324238112e75,8.445221460037281e75,8.967498600147891e75,9.522074882723015e75,1.0110947780988689e76,1.0736238297744628e76,1.1400198604792314e76,1.2105220154810684e76,1.2853842294890821e76,1.3648761412758303e76,1.4492840648624718e76,1.5389120207646382e76,1.6340828310139697e76,1.7351392818985694e76,1.842445358610921e76,1.9563875562500023e76,2.0773762718996476e76,2.2058472827968082e76,2.342263315914641e76,2.487115714612601e76,2.6409262083573426e76,2.8042487918883385e76,2.9776717205961914e76,3.161819629301755e76,3.35735578206595e76,3.5649844611347733e76,3.785453503623674e76,4.019556995077352e76,4.2681381296082305e76,4.532092246913165e76,4.812370057108663e76,5.109981064999218e76,5.4259972061125466e76,5.761556707597082e76,6.117868187890177e76,6.496215009920213e76,6.897959903524194e76,7.324549873729205e76,7.777521412575258e76,8.258506033254572e76,8.769236146496074e76,9.31155130036373e76,9.887404805942268e76,1.0498870772773245e77,1.1148151579385824e77,1.1837585805824154e77,1.256965665674681e77,1.3347000905434995e77,1.4172418390924702e77,1.504888210246726e77,1.5979548887646349e77,1.6967770822712186e77,1.801710728609242e77,1.9131337778564242e77,2.0314475536260706e77,2.1570781985550472e77,2.2904782091844074e77,2.4321280657617884e77,2.582537962835562e77,2.7422496468736125e77,2.911838367526552e77,3.091914949562022e77,3.283127992933813e77,3.4861662089096183e77,3.701760900671841e77,3.9306885973254733e77,4.173773850801759e77,4.431892205729489e77,4.705973352972332e77,4.997004478190151e77,5.306033817484415e77,5.634174432936516e77,5.982608221634984e77,6.352590172633335e77,6.745452887170684e77,7.16261137843502e77,7.605568168159778e77,8.075918698406884e77,8.575357078031226e77,9.105682184523061e77,9.668804143206447e77,1.0266751207128815e78,1.090167706242577e78,1.1575868585468201e78,1.2291754079735379e78,1.3051912022080434e78,1.3859080349888541e78,1.47161663225838e78,1.5626256992996746e78,1.6592630326313655e78,1.761876700665426e78,1.8708362973800148e78,1.986534273523608e78,2.109387350144175e78,2.2398380195353755e78,2.3783561390055995e78,2.525440623210408e78,2.6816212411433873e78,2.847460524258889e78,3.023555792597917e78,3.2105413062159264e78,3.409090549661207e78,3.619918657731602e78,3.843784991248065e78,4.081495872120603e78,4.333907487559162e78,4.601928973889429e78,4.886525691080136e78,5.188722699778009e78,5.50960845337139e78,5.8503387183825025e78,6.212140737308089e78,6.596317648902441e78,7.004253181822698e78,7.437416638544747e78,7.89736818749715e78,8.385764482476997e78,8.904364629586936e78,9.455036523183696e78,1.0039763573662717e79,1.066065185130607e79,1.1319937671928046e79,1.2019995651639298e79,1.276334725973939e79,1.3552669900548602e79,1.4390806556883298e79,1.528077602991365e79,1.622578381228373e79,1.7229233633657544e79,1.8294739720272878e79,1.9426139812666654e79,2.0627508988449474e79,2.190317433992336e79,2.3257730559406363e79,2.4696056488395823e79,2.6223332690186803e79,2.7845060109225894e79,2.956707988441724e79,3.139559438774143e79,3.3337189563959566e79,3.5398858651878685e79,3.7588027372600573e79,3.9912580675489855e79,4.238089113818988e79,4.5001849122979774e79,4.7784894798082203e79,5.074005213927506e79,5.387796503424925e79,5.720993561977169e79,6.074796498973082e79,6.45047964206778e79,6.84939612705786e79,7.272982771606157e79,7.722765250372726e79,8.200363590191089e79,8.707498005081052e79,9.245995092118068e79,9.817794410470914e79,1.042495546730743e80,1.1069665135728812e80,1.1754245531450946e80,1.2481162376601032e80,1.3253033880759142e80,1.4072640171225954e80,1.4942933306487455e80,1.586704790894161e80,1.6848312455181638e80,1.7890261264507876e80,1.8996647228839653e80,2.017145532988437e80,2.1418916992247875e80,2.2743525324180044e80,2.415005130085864e80,2.564356094848856e80,2.7229433591119007e80,2.8913381225896435e80,3.0701469096540584e80,3.2600137539139915e80,3.4616225178963555e80,3.6756993561823004e80,3.9030153308713553e80,4.144389188793531e80,4.400690310471737e80,4.672841841457817e80,4.961824017318366e80,5.268677694247963e80,5.594508098025861e80,5.940488804818326e80,6.307865968166971e80,6.697962807384819e80,7.112184373528653e80,7.552022610112862e80,8.019061726792807e80,8.514983905371329e80,9.041575358683624e80,9.600732764178942e80,1.0194470095374927e81,1.0824925875789077e81,1.1494370881472978e81,1.2205216319896787e81,1.296002251463675e81,1.3761508127150658e81,1.461255994885492e81,1.5516243298770184e81,1.6475813064191862e81,1.7494725424143775e81,1.8576650297846474e81,1.9725484563034747e81,2.0945366091735034e81,2.2240688654053348e81,2.361611774366282e81,2.507660738197968e81,2.662741796156146e81,2.827413519299325e81,3.0022690223500653e81,3.1879380999764492e81,3.3850894951866347e81,3.5944333080079426e81,3.816723553125722e81,4.05276087569352e81,4.303395435097961e81,4.569529967062986e81,4.852123035124087e81,5.152192483183087e81,5.470819101579152e81,5.809150519879535e81,6.168405340413436e81,6.549877527434084e81,6.954941067720205e81,7.3850549194027236e81,7.841768266840319e81,8.326726100473896e81,8.841675141753469e81,9.388470134480833e81,9.969080525227324e81,1.0585597556886683e82,1.1240241800916752e82,1.1935371155394166e82,1.2673489337693484e82,1.3457254902378111e82,1.4289490816784305e82,1.5173194628785224e82,1.6111549263363227e82,1.7107934486869654e82,1.816593908026992e82,1.928937376521774e82,2.048228492951278e82,2.1748969201386136e82,2.3093988925096674e82,2.4522188593586163e82,2.6038712297377926e82,2.7649022252562623e82,2.9358918474616136e82,3.117455966889635e82,3.310248541307297e82,3.51496397113827e82,3.7323396005549455e82,3.963158373244751e82,4.208251652417864e82,4.468502215211375e82,4.7448474322766734e82,5.0382826440018255e82,5.34986474552869e82,5.680715993479381e82,6.0320280481003745e82,6.405066265385316e82,6.80117425463528e82,7.221778717870889e82,7.668394588529727e82,8.142630487953885e82,8.646194519323551e82,9.180900419904209e82,9.748674093766995e82,1.0351560548510186e83,1.0991731260970561e83,1.1671491998449046e83,1.2393291123625204e83,1.3159728413071932e83,1.3973564421131002e83,1.4837730422881707e83,1.5755338972007973e83,1.6729695111596671e83,1.77643082782445e83,1.8862904942347115e83,2.0029442030105596e83,2.126812117558399e83,2.258340385415816e83,2.3980027451860775e83,2.546302232850224e83,2.703772993602116e83,2.870982205733372e83,3.0485321234962456e83,3.237062246303459e83,3.437251622077715e83,3.6498212930465773e83,3.8755368927934143e83,4.11521140391658e83,4.3697080862307724e83,4.6399435860569485e83,4.926891237799131e83,5.231584569701689e83,5.555121026411556e83,5.898665921755216e83,6.263456635966826e83,6.650807072485364e83,7.062112390372164e83,7.498854029396867e83,7.962605045887443e83,8.45503577856571e83,8.977919864774723e83,9.533140628765922e83,1.0122697865059181e84,1.0748715041303075e84,1.141344694658231e84,1.2119287812718904e84,1.2868779937816621e84,1.3664622843113976e84,1.450968299612033e84,1.5407004135060816e84,1.6359818231814692e84,1.7371557132834348e84,1.844586491997019e84,1.9586611035729965e84,2.07979042202375e84,2.208410731009609e84,2.3449852952456956e84,2.4900060290888254e84,2.643995268315353e84,2.8075076514702675e84,2.9811321175647387e84,3.16549402731713e84,3.361257415577301e84,3.5691273830482948e84,3.7898526359181816e84,4.024228182550592e84,4.273098196946373e84,4.537359059290199e84,4.817962584532814e84,5.115919450639509e84,5.4323028388502006e84,5.768252299064463e84,6.12497785427329e84,6.503764358820034e84,6.9059761261906475e84,7.333061842998252e84,7.786559786863711e84,8.268103366985231e84,8.779427007351777e84,9.322372393793932e84,9.898895107368254e84,1.0511071667970652e85,1.1161107013547145e85,1.1851342441841169e85,1.2584264043280021e85,1.3362511655378998e85,1.4188888370908636e85,1.5066370634076442e85,1.5998118961086094e85,1.6987489323685022e85,1.8038045236708355e85,1.915357059314729e85,2.033808329297784e85,2.1595849714836252e85,2.2931400082662058e85,2.434954478266523e85,2.5855391689376123e85,2.7454364563191957e85,2.9152222585680645e85,3.095508110300571e85,3.2869433652180704e85,3.490217534950033e85,3.7060627725371545e85,3.935256509500751e85,4.1786242559962504e85,4.4370425741357615e85,4.711442235190762e85,5.0028115720442324e85,5.3122000389688156e85,5.64072199155207e85,5.9895607003825455e85,6.359972612955515e85,6.753291879145787e85,7.170935156549775e85,7.614406713003773e85,8.085303844657087e85,8.58532262911347e85,9.116264034365913e85,9.68004040552348e85,1.0278682352697429e86,1.0914346064854377e86,1.158932107597794e86,1.230603851151558e86,1.306707984480668e86,1.3875186195035236e86,1.4733268200195199e86,1.5644416500626687e86,1.661191287088889e86,1.763924204005625e86,1.8730104243018388e86,1.9888428547988603e86,2.111838700822499e86,2.24244096889323e86,2.381120062347725e86,2.5283754756376776e86,2.684737593409307e86,2.8507696008432183e86,3.0270695121348385e86,3.214272324422821e86,3.4130523049218543e86,3.6241254194988446e86,3.848251911439363e86,4.0862390396919906e86,4.338943986454776e86,4.607276944574233e86,4.892204395878648e86,5.194752592252976e86,5.516011251993724e86,5.857137484756423e86,6.219359959234875e86,6.603983328580276e86,7.012392929501957e86,7.446059771974286e86,7.906545837520543e86,8.395509705160248e86,8.914712525279379e86,9.466024362943205e86,1.0051430933498184e87,1.0673040754721695e87,1.1333092741284451e87,1.203396426887376e87,1.2778179737027143e87,1.3568419661516276e87,1.4407530329030902e87,1.5298534048934524e87,1.6244640039022677e87,1.724925598448417e87,1.8316000311704268e87,1.9448715221115815e87,2.0651480526037162e87,2.192862834734971e87,2.328475871693172e87,2.4724756146056683e87,2.62538072184301e87,2.787741927122716e87,2.9601440231427844e87,3.143207967888136e87,3.337593121197573e87,3.5439996196464854e87,3.7631708982993467e87,3.995896368414203e87,4.243014260745297e87,4.505414644682748e87,4.78404263410518e87,5.079901791491665e87,5.394057742553168e87,5.727642014404782e87,6.081856111100298e87,6.457975841210451e87,6.8573559130312735e87,7.28143481397258e87,7.7317399917040155e87,8.209893355716351e87,8.717617119116358e87,9.256740001695126e87,9.829203816612518e87,1.0437070464419999e88,1.108252935961706e88,1.1767905316484755e88,1.2495666922603603e88,1.3268435430214357e88,1.4088994197444606e88,1.496029871341213e88,1.5885487243306148e88,1.6867892131793332e88,1.7911051805459565e88,1.9018723517515185e88,2.0194896880675084e88,2.1443808236946504e88,2.2769955916088987e88,2.4178116437701537e88,2.567336171529482e88,2.726107732430979e88,2.894698189989114e88,3.0737147734268438e88,3.263802264794301e88,3.465645321345313e88,3.679970941535971e88,3.9075510835287266e88,4.149205445631444e88,4.4058044186874084e88,4.678272221049776e88,4.967590227431339e88,5.274800503621396e88,5.6010095597984996e88,5.947392335959686e88,6.315196433820142e88,6.705746610426092e88,7.120449549664856e88,7.560798928860935e88,8.02838079870327e88,8.524879295883846e88,9.052082709022626e88,9.61188991972568e88,1.020631724197972e89,1.0837505684512194e89,1.1507728662278192e89,1.2219400184848299e89,1.2975083551188515e89,1.3777500582154217e89,1.4629541423945e89,1.553427495783553e89,1.6494959853674172e89,1.751505630696273e89,1.8598238501788963e89,1.9748407844508185e89,2.09697070158294e89,2.2266534891925898e89,2.3643562388311113e89,2.5105749283542557e89,2.6658362083359495e89,2.830699298958426e89,3.0057580042119154e89,3.1916428506583466e89,3.3890233584619814e89,3.598610452868119e89,3.8211590248137754e89,4.057470649894448e89,4.308396475479636e89,4.5748402863761354e89,4.8577617600802454e89,5.15817992334558e89,5.477176822513811e89,5.815901420830028e89,6.175573736779503e89,6.557489238350393e89,6.963023509052232e89,7.393637202492863e89,7.85088130336175e89,8.336402713767904e89,8.851950185052073e89,9.399380616441869e89,9.980665743231745e89,1.059789923858072e90,1.1253304254505774e90,1.19492414292326e90,1.268821738974261e90,1.3472893780145663e90,1.4306096848390297e90,1.51908276258458e90,1.6130272736419468e90,1.7127815874138925e90,1.8187049990546201e90,1.9311790235791258e90,2.0506087700042778e90,2.177424400470807e90,2.3120826796013497e90,2.4550686196759315e90,2.606897227549287e90,2.7681153596029497e90,2.939303691412936e90,3.121078809227511e90,3.3140954307876007e90,3.519048763490109e90,3.7366770083860426e90,3.967764019033637e90,4.213142124782746e90,4.473695128658781e90,4.7503614906457355e90,5.044137707831527e90,5.35608190359199e90,5.687317638740518e90,6.03903795836952e90,6.412509688961972e90,6.8090780012472785e90,7.23017125523825e90,7.677306144899166e90,8.15209316097533e90,8.656242391658815e90,9.191569681986595e90,9.760003174151542e90,1.0363590252286474e91,1.100450491673402e91,1.1685055614361268e91,1.2407693553127064e91,1.3175021530843286e91,1.3989803309934032e91,1.4854973571957402e91,1.5773648487741828e91,1.674913694121472e91,1.778495244734118e91,1.8884825807104976e91,2.005271854511001e91,2.1292837178202893e91,2.2609648366505772e91,2.400789500143925e91,2.5492613288669594e91,2.7069150887518215e91,2.8743186172165454e91,3.052074868401924e91,3.2408240848926165e91,3.441246103743005e91,3.6540628051148285e91,3.880040712345745e91,4.1199937528131675e91,4.374786189539076e91,4.6453357340927325e91,4.932616852004927e91,5.2376642725985794e91,5.561576715877664e91,5.905520849897036e91,6.270735492869131e91,6.658536075139631e91,7.070319377105509e91,7.507568560139815e91,7.971858508642459e91,8.464861502461147e91,8.98835324010923e91,9.544219234478009e91,1.0134461604078612e92,1.0761206284272657e92,1.1426710684469336e92,1.2133371818863037e92,1.288373494000095e92,1.3680502706275384e92,1.4526544916361003e92,1.5424908845655974e92,1.637883022196296e92,1.739174487993408e92,1.8467301136262872e92,1.960937293019436e92,2.082207377667981e92,2.2109771582440895e92,2.3477104378296915e92,2.4928997024427836e92,2.647067894873973e92,2.810770298221876e92,2.9845965359125903e92,3.1691726954054614e92,3.3651635832353805e92,3.5732751195134106e92,3.794256880510419e92,4.028904798480972e92,4.278064028453286e92,4.5426319923087644e92,4.823561611116831e92,5.121864737366824e92,5.438615799458392e92,5.774955671579279e92,6.132095782906169e92,6.511322480931258e92,6.914001664629698e92,7.341583704154668e92,7.795608664782714e92,8.277711853921132e92,8.789629711159483e92,9.33320606257885e92,9.910398761846151e92,1.052328674201167e93,1.1174077503413143e93,1.1865115064650896e93,1.2598888405275858e93,1.3378040430598158e93,1.4205377490903745e93,1.5083879489370945e93,1.601671061508626e93,1.7007230739823113e93,1.8059007519630754e93,1.917582924481818e93,2.0361718484623718e93,2.1620946575705613e93,2.2958049006645764e93,2.4377841753875533e93,2.588543862786362e93,2.7486269692039126e93,2.9186100820801936e93,3.0991054467050195e93,3.2907631714035925e93,3.4942735690972063e93,3.710369643672392e93,3.9398297301153924e93,4.183480297919251e93,4.442198927862284e93,4.716917472879245e93,5.008625414409325e93,5.318373426311841e93,5.647277159183537e93,5.99652125870977e93,6.36736363252214e93,6.761139980931234e93,7.179268607852128e93,7.623255529253515e93,8.094699897526284e93,8.595299761311858e93,9.126858181535183e93,9.691289725669761e93,1.0290627363629556e94,1.0927029790120419e94,1.1602789199828346e94,1.2320339543448205e94,1.3082265294287586e94,1.389131075702654e94,1.475038995215466e94,1.5662597111692378e94,1.6631217823997922e94,1.7659740867802166e94,1.875187077809222e94,1.991154118911096e94,2.114292900252154e94,2.245046943177511e94,2.3838871976866226e94,2.5313137387010448e94,2.687857567235014e94,2.8540825229549984e94,3.0305873150178496e94,3.2180076785019345e94,3.417018664197809e94,3.628337070007137e94,3.852724022705506e94,4.09098771936944e94,4.343986338341175e94,4.6126311302161145e94,4.8978896999853206e94,5.2007894921565786e94,5.522421491404216e94,5.863944152078555e94,6.2265875707277435e94,6.6116579166596296e94,7.020542136504281e94,7.454712949718609e94,7.91573415302846e94,8.405266252912948e94,8.925072446416867e94,9.477024971836373e94,1.0063111852147228e95,1.0685444055467497e95,1.1346263098343944e95,1.2047949119248165e95,1.2793029451359584e95,1.358418772551778e95,1.4424273536124546e95,1.531631270481522e95,1.626351817886554e95,1.72693016035855e95,1.833728561038837e95,1.9471316864785192e95,2.067547992130764e95,2.195411193525988e95,2.3311818284284988e95,2.4753489156020873e95,2.6284317161579e95,2.790981603829514e95,2.9635840509112234e95,3.146860737012626e95,3.3414717882243086e95,3.548118154760962e95,3.767544135643991e95,4.000540059518313e95,4.2479451312587224e95,4.510650454618093e95,4.7896022418061763e95,5.0858052215569106e95,5.400326257961161e95,5.73429819309868e95,6.088923927308827e95,6.465480751798765e95,6.865324949191161e95,7.289896678584003e95,7.740725162716599e95,8.2194341959253e95,8.727747992726108e95,9.267497398093031e95,9.840626481795847e95,1.0449199540552126e96,1.1095408533212838e96,1.178158097575997e96,1.2510188324556992e96,1.3283854878040826e96,1.4105367228922018e96,1.4977684300936655e96,1.5903948006298175e96,1.6887494562241368e96,1.7931866507410222e96,1.904082546137637e96,2.0218365673243e96,2.146872840813455e96,2.2796417223385866e96,2.420621418946159e96,2.570319711401844e96,2.729275783115676e96,2.898062162173307e96,3.0772867834677214e96,3.2675951783600207e96,3.4696727997543984e96,3.6842474909629455e96,3.9120921072522924e96,4.154027299513786e96,4.410924470085069e96,4.683708911367176e96,4.973363138543431e96,5.280930428403289e96,5.607518577017539e96,5.954303889798301e96,6.322535418317578e96,6.713539459141435e96,7.128724330886011e96,7.569585446700662e96,8.037710700447206e96,8.534786185978342e96,9.062602270110803e96,9.62306004116995e96,1.0218178156331276e97,1.085010011242002e97,1.152110196636116e97,1.2233600533081667e97,1.2990162090396388e97,1.3793511622229212e97,1.4646542633462401e97,1.5552327571762775e97,1.6514128893928192e97,1.7535410816605055e97,1.8619851793706527e97,1.977135776547085e97,2.0994076226877333e97,2.2292411166099783e97,2.367103892679192e97,2.513492505134563e97,2.66893421657856e97,2.8339888970714322e97,3.009251040672004e97,3.1953519066864887e97,3.3929617933387487e97,3.602792452050888e97,3.825599651030113e97,4.062185897394732e97,4.313403327645472e97,4.5801567768908776e97,4.863407037883113e97,5.164174321602092e97,5.483541931851483e97,5.8226601671039374e97,6.18275046364633e97,6.565109794949939e97,6.971115343110559e97,7.402229459183117e97,7.860004930279833e97,8.346090572399123e97,8.862237169132358e97,9.410303777637371e97,9.992264424592058e97,1.061021521624387e98,1.1266381888168358e98,1.196312782192396e98,1.2702962557481566e98,1.3488550832087638e98,1.43227221781151e98,1.5208481114477166e98,1.6149017968304122e98,1.7147720365866052e98,1.8208185434127956e98,1.9334232756882e98,2.0529918132130008e98,2.1799548180257418e98,2.3147695855621992e98,2.4579216917423856e98,2.609926741918299e98,2.771332227981334e98,2.9427195003193716e98,3.124705861724717e98,3.317946790795775e98,3.523138302840408e98,3.741019456783943e98,3.9723750171126876e98,4.218038280438796e98,4.4788940768686654e98,4.755881956984734e98,5.049999575918869e98,5.36230628670808e98,5.69392695587247e98,6.04605601496036e98,6.41996176265263e98,6.816990932921955e98,7.238573545699373e98,7.686228057522143e98,8.161566830710794e98,8.66630194077698e98,9.202251342978477e98,9.771345420230607e98,1.0375633935962249e99,1.101729341695412e99,1.1698634992754648e99,1.2422112719908272e99,1.3190332420976557e99,1.4006061070193703e99,1.4872236759554845e99,1.5791979281238093e99,1.6768601364474098e99,1.780562060733691e99,1.8906772146429103e99,2.0076022110102206e99,2.1317581903658554e99,2.2635923377994185e99,2.403579493631508e99,2.552223863693631e99,2.7100608353775065e99,2.877658905993464e99,3.055621730384508e99,3.2445902951708226e99,3.4452452274554486e99,3.6583092463079767e99,3.884549765854221e99,4.124781659349021e99,4.379870194187276e99,4.650734148424758e99,4.938349120033011e99,5.243751040809544e99,5.568039907597171e99,5.912383744253499e99,6.278022808640218e99,6.666274059783998e99,7.078535901301434e99,7.516293218169434e99,7.98112272498511e99,8.474698644977698e99,8.99879874022596e99,9.555310714804234e99,1.0146239013915313e100,1.0773712043502743e100,1.1439989836344779e100,1.2147472192242303e100,1.289870732161799e100,1.3696401023664341e100,1.4543426432091683e100,1.5442834363583433e100,1.6397864306230138e100,1.7411956087518002e100,1.8488762263904557e100,1.963216127659716e100,2.0846271420925588e100,2.2135465679621532e100,2.3504387473428254e100,2.49579673857802e100,2.6501440921779286e100,2.814036736544131e100,2.9880649803128827e100,3.1728556385292446e100,3.3690742903095804e100,3.577427676125386e100,3.798666243341249e100,4.033586849176755e100,4.2830356308274766e100,4.547911053082008e100,4.829167144413758e100,5.127816933200872e100,5.44493609645264e100,5.781666834183838e100,6.13922198339085e100,6.518889386449739e100,6.922036529667146e100,7.350115468693543e100,7.804668058538246e100,8.287331507024057e100,8.799844271682563e100,9.344052321333024e100,9.92191578489318e100,1.0535516011373142e101,1.1187063066479957e101,1.1878903692832506e101,1.2613529762462481e101,1.3393587252039535e101,1.4221885773152116e101,1.51014086919688e101,1.6035323874726854e101,1.7026995097757482e101,1.8079994163136032e101,1.919811376360149e101,2.0385381143079734e101,2.164607260201403e101,2.298472889974439e101,2.4406171609421202e101,2.5915520484348273e101,2.7518211898314293e101,2.9220018426328405e101,3.1027069636281485e101,3.29458741664327e101,3.498334316822398e101,3.714681519887069e101,3.9444082653383043e101,4.1883419831215256e101,4.447361273864938e101,4.7223990734234356e101,5.01444601312769e101,5.324553987840743e101,5.65383994467379e101,6.003489906006398e101,6.374763241303645e101,6.768997203113286e101,7.18761174358303e101,7.632114628845346e101,8.104106869689684e101,8.605288488085464e101,9.137464640321522e101,9.702552118819435e101,1.0302586256038051e102,1.0939728255334144e102,1.1616272975187815e102,1.2334657194824189e102,1.3097468391006733e102,1.3907454057612792e102,1.4767531601559303e102,1.5680798850719323e102,1.665054521168299e102,1.7680263517542763e102,1.8773662608382401e102,1.9934680689780224e102,2.1167499517438373e102,2.247655945903659e102,2.386657548754934e102,2.534255416363917e102,2.6909811668291e102,2.8573992950633365e102,3.034109205992441e102,3.221747373491959e102,3.4209896328392725e102,3.6325536149375527e102,3.8572013310793373e102,4.0957419175588844e102,4.3490345500204553e102,4.617991538037308e102,4.90358161106903e102,5.206833407632107e102,5.528839180250231e102,5.870758729531042e102,6.233823581536157e102,6.619341423492715e102,7.028700813822294e102,7.463376183450791e102,7.924933146415868e102,8.41503413889589e102,8.935444406973843e102,9.488038364701867e102,1.0074806345367322e103,1.0697861770275436e103,1.1359448760873242e103,1.206195022162661e103,1.2807896422767421e103,1.3599974113822972e103,1.4441036200750699e103,1.5334112021539009e103,1.6282418257277406e103,1.7289370518000961e103,1.835859564503733e103,1.949394477416423e103,2.069950720663592e103,2.197962513802916e103,2.3338909297966686e103,2.478225555704621e103,2.6314862560791202e103,2.794225045413285e103,2.9670280763876137e103,3.150517751074814e103,3.3453549627080775e103,3.5522414760868687e103,3.771922455193454e103,4.005189147125619e103,4.252881732010608e103,4.515892349166567e103,4.79516831041067e103,5.0917155120869245e103,5.406602058105085e103,5.740962107037512e103,6.09599995713241e103,6.472994383956055e103,6.873303246287693e103,7.298368376855418e103,7.749720775531405e103,8.228986123687526e103,8.737890639575785e103,9.278267295822639e103,9.852062421429996e103,1.0461342712065849e104,1.1108302673889111e104,1.1795272527723615e104,1.2524726602049398e104,1.3299292245039268e104,1.412175928774529e104,1.499509009251278e104,1.5922430222819313e104,1.6907119772967366e104,1.7952705398438725e104,1.9062953090238567e104,2.0241861739247343e104,2.14936775394267e104,2.28229092817642e104,2.4234344594040413e104,2.5733067184907145e104,2.7324475154396692e104,2.901430043679949e104,3.0808629445949565e104,3.271392499727485e104,3.473704958556649e104,3.688529010232258e104,3.916638408167527e104,4.158854756944729e104,4.416050471571129e104,4.689151919744072e104,4.9791427584422546e104,5.287067476862864e104,5.614035158462958e104,5.961223475657129e104,6.329882931558976e104,6.721341364043349e104,7.137008728354739e104,7.578382175484344e104,8.047051444609669e104,8.54470458901841e104,9.073134056138959e104,9.634243143580167e104,1.0230052854429014e105,1.0862709176501113e105,1.1534490811761062e105,1.2247817383753056e105,1.3005258152601206e105,1.3809541268974423e105,1.466356360033997e105,1.557040116490299e105,1.653332021081141e105,1.7555788980528832e105,1.8641490202755334e105,1.9794334356880334e105,2.1018473757750349e105,2.2318317511480003e105,2.369854739617089e105,2.5164134724746786e105,2.672035825062941e105,2.8372823180756655e105,3.012748136442069e105,3.1990652730643637e105,3.396904805129855e105,3.6069793111977364e105,3.830045437764673e105,4.0669066245547453e105,4.318415998349308e105,4.5854794457791187e105,4.869058876148127e105,5.17017568603858e105,5.489914438178031e105,5.829426767818266e105,6.189935530695268e105,6.572739207512797e105,6.979216580810417e105,7.410831701063536e105,7.869139159901379e105,8.355789689436403e105,8.87253610787139e105,9.421239632802603e105,1.0003876584953664e106,1.0622545506489088e106,1.127947471954517e106,1.197703035220089e106,1.2717724860801475e106,1.350422607932413e106,1.433936682838453e106,1.5226155118492459e106,1.6167784984304368e106,1.7167647988902052e106,1.8229345439525191e106,1.935670135876257e106,2.0553776257919215e106,2.1824881762169336e106,2.317459614016833e106,2.460778079406751e106,2.612959776931325e106,2.7745528347306315e106,2.9461392787885716e106,3.1283371292741213e106,3.321802626527275e106,3.5272325947056246e106,3.745366951606153e106,3.976991373701766e106,4.2229401259908924e106,4.4840990668543706e106,4.76140883874033e106,5.055868256170895e106,5.368537903272995e106,5.700543953791156e106,6.0530822273401985e106,6.427422496510077e106,6.824913060333025e106,7.24698560058806e106,7.695160338433601e106,8.171051509940184e106,8.676373180248305e106,9.212945417288548e106,9.782700847303686e106,1.0387691615783465e107,1.1030096778882454e107,1.171223015194767e107,1.2436548643419114e107,1.3205661104124523e107,1.4022337723840025e107,1.488952000896195e107,1.5810331377224872e107,1.678808840763217e107,1.782631278611087e107,1.892874398992279e107,2.009935275651681e107,2.1342355385331415e107,2.2662228924068188e107,2.406372729412301e107,2.555189841326388e107,2.7132102377225277e107,2.8810030765701534e107,3.059172714228688e107,3.24836088221839e107,3.449248998609444e107,3.6625606223540237e107,3.88906405940152e107,4.1295751299829916e107,4.384960107033657e107,4.656138836334918e107,4.944088049615608e107,5.249844882545142e107,5.574510610288875e107,5.919254614082598e107,6.285318593110085e107,6.674021036856195e107,7.086761974043366e107,7.525028015255225e107,7.990397707412754e107,8.484547219384874e107,9.009256379214791e107,9.566415084705836e107,1.0158030110456923e108,1.078623233586351e108,1.1453284420122115e108,1.2161588951876617e108,1.2913697102863914e108,1.3712317816726396e108,1.456032756608541e108,1.5460780713024578e108,1.641692051029167e108,1.7432190782848912e108,1.8510248331844567e108,1.9654976105679673e108,2.0870497185617274e108,2.2161189636297256e108,2.3531702274652993e108,2.49869714140233e108,2.6532238643769857e108,2.817306970843434e108,2.99153745544452e108,3.1765428616563823e108,3.372989542075032e108,3.581585058485684e108,3.803080730358868e108,4.0382743409539923e108,4.2880130107752325e108,4.553196248730828e108,4.834779191985007e108,5.133776046171121e108,5.451263738358978e108,5.788385795930956e108,6.146356465339825e108,6.526465085582432e108,6.930080732141966e108,7.358657148124166e108,7.813737980351367e108,8.2969623392699e108,8.810070702699387e108,9.354911184687177e108,9.933446192045716e108,1.0547759492552267e109,1.1200063720264065e109,1.1892708344985401e109,1.2628188134589897e109,1.340915214067568e109,1.4238413239923301e109,1.5118958265515484e109,1.6053958765115196e109,1.704678242414817e109,1.8101005195535024e109,1.922042417955887e109,2.040907130026664e109,2.167122782765387e109,2.3011439797946303e109,2.4434534387516917e109,2.594563729941028e109,2.7550191225107255e109,2.9253975448012154e109,3.106312665928025e109,3.2984161060957005e109,3.5023997836035284e109,3.7189984069978746e109,3.94899212134556e109,4.193209318160975e109,4.452529619107186e109,4.727887044217971e109,5.0202733760512705e109,5.3307417318930505e109,5.6604103568753355e109,6.0104666516724016e109,6.3821714492815006e109,6.77686355629128e109,7.195964574997306e109,7.640984023729471e109,8.113524773836297e109,8.615288822908276e109,9.148083425032962e109,9.71382760016539e109,1.0314559046054493e110,1.0952441477624448e110,1.1629772420244544e110,1.234899148495794e110,1.3112689155472979e110,1.3923616118571184e110,1.4784693171531406e110,1.5699021742259756e110,1.6669895060015178e110,1.7700810016962946e110,1.8795479763285953e110,1.9957847081209723e110,2.1192098586118518e110,2.2502679805910072e110,2.389431119289842e110,2.537200512594595e110,2.6941083964050484e110,2.8607199216422084e110,3.037635189809272e110,3.225491414437715e110,3.424965216203052e110,3.636775059978179e110,3.8616838426002755e110,4.1005016406732365e110,4.354088628302246e110,4.623358175268961e110,4.909280136808122e110,5.212884346832313e110,5.535264327188556e110,5.8775812263061976e110,6.241068001421441e110,6.627033859444522e110,7.03686897246139e110,7.47204948485662e110,7.934142830091243e110,8.42481337628588e110,8.945828420942006e110,9.499064556396667e110,1.0086514428933105e111,1.0710293915895703e111,1.1372649746658736e111,1.207596759489647e111,1.2822780671306082e111,1.3615778847726406e111,1.4457818345520424e111,1.5351932023115735e111,1.6301340299753878e111,1.7309462754803366e111,1.8379930444397183e111,1.9516598979775604e111,2.0723562414432863e111,2.2005167990074055e111,2.3366031794522382e111,2.481105538793905e111,2.6345443457269233e111,2.797472256249169e111,2.9704761042175827e111,3.1541790150079846e111,3.349242649887157e111,3.556369589186233e111,3.7763058628537365e111,4.009843637507251e111,4.2578240696603926e111,4.5211403353993186e111,4.800740847426839e111,5.097632671054211e111,5.412885151450332e111,5.747633765210847e111,6.103084210116384e111,6.480516747818157e111,6.881290815082946e111,7.306849920214252e111,7.758726842282788e111,8.238549151888273e111,8.748045073347743e111,9.289049709411937e111,9.86351165094084e111,1.0473499995341323e112,1.1121211799039662e112,1.1808979990845491e112,1.2539281774692136e112,1.3314747552033065e112,1.4138170396025986e112,1.5012516111620366e112,1.5940933917801938e112,1.6926767790446067e112,1.7973568506654545e112,1.9085106433950152e112,2.026538511038183e112,2.1518655664479147e112,2.284943212696093e112,2.4262507689383633e112,2.5762971968253257e112,2.735622933681291e112,2.9048018390522877e112,3.084443261632676e112,3.275194234018974e112,3.4777418031911227e112,3.6928155051192266e112,3.921189992407356e112,4.16368782443636e112,4.421182430060526e112,4.694601253522642e112,4.98492909492391e112,5.293211657278504e112,5.620559312925417e112,5.96815110287064e112,6.3372389834557175e112,6.729152335655777e112,7.145302753246025e112,7.587189127078488e112,8.056403043791254e112,8.554634518383416e112,9.083678081313367e112,9.64543924204143e112,1.0241941352291518e113,1.0875332893765008e113,1.154789521653968e113,1.22620507560395e113,1.302037175816634e113,1.382558954401215e113,1.4680604347538858e113,1.5588495761636883e113,1.6552533830211354e113,1.7576190826222557e113,1.866315375812332e113,1.981733764973188e113,2.1042899641359927e113,2.234425396301212e113,2.372608783355473e113,2.5193378343146802e113,2.6751410379731383e113,2.840579566413846e113,3.016249296239668e113,3.202782954801003e113,3.4008523991540084e113,3.6111710359563976e113,3.83449639101468e113,4.071632837742713e113,4.323434494352954e113,4.5908083002205794e113,4.874717282499161e113,5.1761840247506943e113,5.4962943500899184e113,5.8362012321007765e113,6.197128947618217e113,6.580377486330428e113,6.987327233080117e113,7.419443939738479e113,7.878284004548618e113,8.36550007796283e113,8.882847015161603e113,9.43218819668888e113,1.0015502239981282e114,1.0634890125949542e114,1.1292582766297386e114,1.1990949038816778e114,1.2732504319615132e114,1.351991954300093e114,1.435603082165169e114,1.5243849661732477e114,1.6186573809735394e114,1.7187598770127188e114,1.8250530035282595e114,1.9379196071742394e114,2.0577662109594838e114,2.185024478461677e114,2.3201527685938156e114,2.463637786522064e114,2.615996336679832e114,2.777777184195417e114,2.949563031433624e114,3.131972616773921e114,3.325662943183313e114,3.531331644608828e114,3.7497194987174107e114,3.981613095028078e114,4.2278476680511064e114,4.4893101056370086e114,4.766942143368113e114,5.061743756504408e114,5.374776761693295e114,5.707168641422209e114,6.06011660498683e114,6.434891900598062e114,6.832844394167375e114,7.255407431251906e114,7.704102999682461e114,8.180547211457568e114,8.686456123657832e114,9.223651919343039e114,9.794069470688885e114,1.039976330801496e115,1.1042915019789725e115,1.1725841110278771e115,1.2451001343133547e115,1.3221007600965093e115,1.4038633292830083e115,1.490682334349242e115,1.582870480045721e115,1.6807598096975383e115,1.7847029011576144e115,1.8950741367225898e115,2.012271051582555e115,2.13671576566383e115,2.2688565040211844e115,2.409169211254291e115,2.5581592657663107e115,2.716363300035252e115,2.8843511334575473e115,3.062727824724455e115,3.25213585112172e115,3.4532574226060476e115,3.666816938988148e115,3.89358359907695e115,4.134374171181082e115,4.390055934943976e115,4.661549805114095e115,4.949833648494351e115,5.2559458060254735e115,5.580988832681232e115,5.926133468652412e115,6.2926228561206945e115,6.6817770168066425e115,7.0949976064276125e115,7.533772963179723e115,7.999683468436365e115,8.494407238968329e115,9.019726171182745e115,9.577532359162526e115,1.0169834909608678e116,1.0798767178243516e116,1.1466594453734665e116,1.2175722116809039e116,1.2928704303959824e116,1.3728253106932403e116,1.4577248341140043e116,1.5478747918187586e116,1.6435998859853764e116,1.7452448993223263e116,1.85317593690664e116,1.9677817448216704e116,2.0894751103433475e116,2.218694348716887e116,2.3559048818818606e116,2.5016009148284078e116,2.6563072156254334e116,2.820581005531066e116,2.995013965991507e116,3.180234369760911e116,3.376909343813284e116,3.585747272202278e116,3.807500347518063e116,4.042967280135617e116,4.292996175011004e116,4.558487586384784e116,4.840397761400776e116,5.139742084315934e116,5.457598733712728e116,5.795112565884463e116,6.1534992383772824e116,6.534049588548902e116,6.938134282905138e116,7.367208753968363e116,7.822818442456666e116,8.30660436365035e116,8.82030901800533e116,9.365782667289307e116,9.944989998857068e116,1.0560017202064511e117,1.1213079482302932e117,1.1906529039731958e117,1.264286354143142e117,1.342473511750198e117,1.4254959913511517e117,1.5136528233684814e117,1.6072615311389622e117,1.7066592745688615e117,1.8122040645169396e117,1.9242760522785267e117,2.0432788988139961e117,2.1696412286559348e117,2.3038181737283654e117,2.4462930126421778e117,2.5975789113674794e117,2.758220771555476e117,2.9287971931660953e117,3.1099225584686256e117,3.302249244925476e117,3.506469974924583e117,3.7233203108278344e117,3.953581304320748e117,4.198082309603478e117,4.457703970561086e117,4.733381392665681e117,5.026107511040567e117,5.33693666681553e117,5.666988404651449e117,6.017451505119358e117,6.389588266448963e117,6.784739051076097e117,7.204327113362254e117,7.649863725870425e117,8.122953622670811e117,8.625300779270179e117,9.158714549993125e117,9.725116184917338e117,1.0326545749829792e118,1.0965169474141373e118,1.1643287553209512e118,1.2363342433184903e118,1.3127927608217909e118,1.3939796961702634e118,1.4801874685221802e118,1.571726581089577e118,1.6689267395095867e118,1.7721380393778282e118,1.881732227223192e118,1.9981040394650742e118,2.121672624174534e118,2.2528830507629793e118,2.3922079130326697e118,2.5401490313657047e118,2.697239260181469e118,2.864044407171034e118,3.04116527122487e118,3.22923980638961e118,3.428945419651791e118,3.6410014108234043e118,3.866171563315085e118,4.105266895133327e118,4.359148580004215e118,4.6287310491501045e118,4.914985284889448e118,5.2189423179197225e118,5.541696940886666e118,5.884411651607187e118,6.2483208401555565e118,6.634735234891528e118,7.045046623440154e118,7.480732865636315e118,7.943363216478605e118,8.434603978274082e118,8.95622450232855e118,9.510103561793948e118,1.0098236118638698e119,1.0722740509098865e119,1.138586607350749e119,1.2090001257966056e119,1.2837682217052857e119,1.363160194854855e119,1.4474619993072302e119,1.536977273358314e119,1.632028433182065e119,1.7329578341095035e119,1.840129003724685e119,1.9539279512179104e119,2.0747645577147005e119,2.2030740525851678e119,2.3393185810537473e119,2.4839888687545936e119,2.637605989226574e119,2.8007232407173903e119,2.973928139052579e119,3.157844533750798e119,3.35313485500601e119,3.560502499627748e119,3.7806943645377005e119,4.0145035369421966e119,4.262772150874769e119,4.526394420395843e119,4.806319860371857e119,5.103556706440542e119,5.419175546472905e119,5.754313176618051e119,6.110176695817353e119,6.488047853531946e119,6.889287666351507e119,7.31534132010184e119,7.767743375119205e119,8.248123293427996e119,8.758211307739245e119,9.299844653405528e119,9.874974185773026e119,1.0485671406777741e120,1.1134135926078808e120,1.1822703383615524e120,1.255385386211896e120,1.3330220819870932e120,1.415460057590136e120,1.5029962381766984e120,1.595945911620559e120,1.6946438641179622e120,1.7994455860201347e120,1.9107285522394202e120,2.028893581837989e120,2.1543662816984757e120,2.287598579475518e120,2.4290703513482365e120,2.57929115043959e120,2.738802042124235e120,2.908177552838519e120,3.088027739410702e120,3.2790003863629047e120,3.481783339103196e120,3.697106981406407e120,3.9257468661113884e120,4.1685265085084504e120,4.426320352475732e120,4.700056920053598e120,4.99072215579398e120,5.29936297793821e120,5.627091049205952e120,5.975086780783473e120,6.344603583930521e120,6.736972384515473e120,7.153606416747836e120,7.596006313363607e120,8.065765510606282e120,8.564575987468033e120,9.094234359857579e120,9.656648351656369e120,1.0253843665956286e121,1.0887971281239766e121,1.1561315198777487e121,1.2276300669141365e121,1.303550292747882e121,1.3841656468991792e121,1.4697664898045244e121,1.5606611386373925e121,1.657176977804659e121,1.759661638120667e121,1.8684842489034993e121,1.9840367675054513e121,2.106735391065641e121,2.2370220555683586e121,2.3753660276093253e121,2.522265594599582e121,2.6782498594977575e121,2.8438806465339373e121,3.019754524787495e121,3.2065049569112596e121,3.404804580736387e121,3.6153676319811696e121,3.8389525167844362e121,4.076364543333799e121,4.328458822425955e121,4.596143347403714e121,4.880382264568947e121,5.1821993458436395e121,5.502681676192975e121,5.842983569089675e121,6.204330724118866e121,6.588024641706251e121,6.995447310860868e121,7.428066186824951e121,7.887439476556541e121,8.375221751077412e121,8.89316990491158e121,9.443149484066004e121,1.0027141405356697e122,1.0647249091278033e122,1.1305706046107338e122,1.200488390054681e122,1.2747300953860276e122,1.3535631244286874e122,1.4372714180396188e122,1.5261564768066593e122,1.6205384469941806e122,1.7207572736455407e122,1.827173924997596e122,1.940171692616667e122,2.0601575719376366e122,2.1875637281812386e122,2.322849052926127e122,2.466500816945839e122,2.6190364252601168e122,2.781005280724999e122,2.952990762872894e122,3.135612329128273e122,3.3295277459711424e122,3.5354354580796065e122,3.754077103988843e122,3.986240187325951e122,4.232760913239557e122,4.494527200245848e122,4.772481878332469e122,5.067626084844843e122,5.381022870384235e122,5.713801027702123e122,6.067159157389062e122,6.442369984992937e122,6.840784945123543e122,7.263839049051897e122,7.713056053332089e122,8.190053948071878e122,8.696550784607623e122,9.234370863583891e122,9.805451305722396e122,1.0411849028941061e123,1.10557481569667e123,1.1739467886109365e123,1.246547083854674e123,1.3236371932200572e123,1.405494779914488e123,1.492414678648706e123,1.5847099575720273e123,1.6827130458820728e123,1.786776931167877e123,1.8972764308010567e123,2.0146095419536148e123,2.139198875103668e123,2.2714931761950438e123,2.4119689429299108e123,2.5611321410188412e123,2.719520026568906e123,2.8877030811720674e123,3.066287066667365e123,3.255915206973219e123,3.457270504852202e123,3.671078201951465e123,3.8981083909772256e123,4.139178789416813e123,4.3951576847925916e123,4.666967062061117e123,4.955585924420011e123,5.262053819480489e123,5.587474583512837e123,5.933020317242637e123,6.299935607524725e123,6.689542010098103e123,7.103242809563779e123,7.542528073739153e123,8.008980020582593e123,8.504278717028189e123,9.030208130253495e123,9.588662553170338e123,1.01816534272943e124,1.0811316587551861e124,1.1479919955136587e124,1.2189871706105106e124,1.294372894514885e124,1.3744206915777781e124,1.459418878008116e124,1.5496736003308765e124,1.6455099380652977e124,1.7472730745967243e124,1.8553295404586706e124,1.9700685335020493e124,2.0919033207090757e124,2.2212727266978124e124,2.358642714281269e124,2.504508062772995e124,2.659394150082614e124,2.8238588450234353e124,2.9984945166437145e124,3.183930167822286e124,3.3808337008121227e124,3.5899143228898607e124,3.811925100780541e124,4.0476656730524834e124,4.297985130256554e124,4.563785073181852e124,4.8460228602403355e124,5.145715055683013e124,5.463941091059908e124,5.801847153118063e124,6.160650312138772e124,6.541642905579842e124,6.946197192820249e124,7.375770297761977e124,7.831909457102953e124,8.316257593172424e124,8.830559231410805e124,9.376666783804164e124,9.956547220899459e124,1.0572289156444531e125,1.1226110370154725e125,1.192036579571484e125,1.2657556002782993e125,1.3440336203539382e125,1.4271525816236887e125,1.5154118620178545e125,1.6091293538715846e125,1.7086426089099887e125,1.8143100540415297e125,1.9265122823410603e125,2.0456534238695264e125,2.1721626012701642e125,2.3064954753831122e125,2.4491358864440727e125,2.6005975967814175e125,2.7614261412847594e125,2.9322007923132482e125,3.1135366461196696e125,3.306086838303379e125,3.5105448962759204e125,3.727647237207272e125,3.958175820454191e125,4.2029609640226654e125,4.4628843352062936e125,4.738882126177998e125,5.0319484259656394e125,5.343138800964651e125,5.673574096875871e125,6.0244444757691e125,6.3970137028107186e125,6.792623698091527e125,7.212699369958261e125,7.658753747246858e125,8.132393428911747e125,8.635324370676495e125,9.169358029543061e125,9.736417888302667e125,1.0338546383533924e126,1.0977912262053646e126,1.165681839231255e126,1.237771005886405e126,1.314318376979696e126,1.3955996608835377e126,1.481907616580654e126,1.5735531081238484e126,1.670866224305772e126,1.7741974675736546e126,1.8839190164686217e126,2.000426066138862e126,2.1241382517541362e126,2.255501159947222e126,2.394987933729087e126,2.5431009766548474e126,2.7003737623815673e126,2.867372756134519e126,3.044699455000941e126,3.2329925544039234e126,3.4329302485546574e126,3.6452326731742346e126,3.870664499277669e126,4.110037687366983e126,4.3642144119518256e126,4.634110166928573e126,4.9206970630087906e126,5.2250073290664925e126,5.54813703002148e126,5.891250014647701e126,6.255582107522349e126,6.642445560222266e126,7.053233777790177e126,7.489426337502844e126,7.952594318014831e126,8.444405958067702e126,8.966632665156952e126,9.521155395785516e126,1.0109971430295424e127,1.0735201566675283e127,1.1399097759247906e127,1.2104051229765644e127,1.285260108011018e127,1.36474434376331e127,1.4491441166071632e127,1.5387634177007774e127,1.63392503790303e127,1.734971730401223e127,1.8422674452399742e127,1.956198640197061e127,2.0771756727265756e127,2.2056342779855435e127,2.342037138264186e127,2.486875549476276e127,2.6406711907082076e127,2.803978003203424e127,2.9773841855488644e127,3.1615143122479215e127,3.3570315833146196e127,3.5646402129866784e127,3.785087966165294e127,4.019168851715941e127,4.2677259823285405e127,4.531654611243091e127,4.81190535677177e127,5.109487626237248e127,5.425473251657574e127,5.761000350269436e127,6.117277423801989e127,6.495587711257015e127,6.897293810880872e127,7.323842587973015e127,7.7767703862036685e127,8.257708561220737e127,8.768389356464716e127,9.310652142365448e127,9.88645004138943e127,1.0497856962793947e128,1.1147075072439202e128,1.1836442724546804e128,1.256844288398715e128,1.3345712069426196e128,1.4171049849535208e128,1.5047428926484962e128,1.597800584302016e128,1.6966132351703854e128,1.801536748725602e128,1.9129490385489597e128,2.03125138950078e128,2.1568699030677373e128,2.290257032096375e128,2.4318932104372574e128,2.5822885833722558e128,2.7419848450566285e128,2.9115571895923734e128,3.091616382763942e128,3.282810961893749e128,3.485829571744771e128,3.701403444882338e128,3.930309035426701e128,4.173370815687639e128,4.431464245747893e128,4.705518926696458e128,4.996521948867261e128,5.305521447139919e128,5.6336303761148675e128,5.9820305187519766e128,6.351976742917998e128,6.7448015211716256e128,7.161919730061547e128,7.604833746232723e128,8.075138857684883e128,8.574529009682986e128,9.10480290601194e128,9.667870487545717e128,1.0265759811477705e129,1.0900624355974175e129,1.1574750776577938e129,1.2290567142281678e129,1.3050651680950108e129,1.3857742065585156e129,1.4714745274873266e129,1.5624748063549304e129,1.6591028080266268e129,1.7617065673034592e129,1.8706556424745105e129,1.9863424463915e129,2.1091836598624832e129,2.2396217324523142e129,2.378126476098081e129,2.5251967572784808e129,2.6813622938304997e129,2.847185562888587e129,3.0232638268141644e129,3.210231284415994e129,3.408761355208455e129,3.6195691049331265e129,3.8434138210845685e129,4.081101747711155e129,4.3334889893459693e129,4.601484594525462e129,4.8860538299993656e129,5.188221657431156e129,5.509076425103812e129,5.849773787934116e129,6.211540869912359e129,6.595680683956037e129,7.003576825105404e129,7.436698453954086e129,7.896605588275805e129,8.384954721894611e129,8.903504791046568e129,9.454123509719061e129,1.0038794096780769e130,1.0659622419144898e130,1.1318844576678237e130,1.2018834956188666e130,1.2762114783495287e130,1.355136120437654e130,1.43894169271213e130,1.5279300461392358e130,1.6224216990298585e130,1.7227569914828504e130,1.8292973112215832e130,1.9424263952412558e130],"x":[-300.0,-299.9399939993999,-299.8799879987999,-299.8199819981998,-299.7599759975998,-299.6999699969997,-299.6399639963996,-299.5799579957996,-299.5199519951995,-299.4599459945995,-299.3999399939994,-299.3399339933993,-299.2799279927993,-299.2199219921992,-299.1599159915992,-299.0999099909991,-299.039903990399,-298.979897989799,-298.9198919891989,-298.8598859885989,-298.7998799879988,-298.73987398739877,-298.6798679867987,-298.6198619861986,-298.5598559855986,-298.4998499849985,-298.43984398439846,-298.3798379837984,-298.3198319831983,-298.2598259825983,-298.1998199819982,-298.13981398139816,-298.0798079807981,-298.019801980198,-297.95979597959797,-297.8997899789979,-297.83978397839786,-297.7797779777978,-297.7197719771977,-297.65976597659767,-297.5997599759976,-297.53975397539756,-297.4797479747975,-297.4197419741974,-297.35973597359737,-297.2997299729973,-297.23972397239726,-297.1797179717972,-297.1197119711971,-297.05970597059707,-296.999699969997,-296.93969396939696,-296.8796879687969,-296.81968196819685,-296.75967596759676,-296.6996699669967,-296.63966396639665,-296.57965796579657,-296.51965196519654,-296.45964596459646,-296.3996399639964,-296.33963396339635,-296.27962796279627,-296.21962196219624,-296.15961596159616,-296.0996099609961,-296.03960396039605,-295.97959795979597,-295.91959195919594,-295.85958595859586,-295.7995799579958,-295.73957395739575,-295.67956795679567,-295.61956195619564,-295.55955595559556,-295.4995499549955,-295.43954395439545,-295.37953795379536,-295.31953195319534,-295.25952595259525,-295.19951995199517,-295.13951395139514,-295.07950795079506,-295.01950195019504,-294.95949594959495,-294.8994899489949,-294.83948394839484,-294.77947794779476,-294.71947194719473,-294.65946594659465,-294.5994599459946,-294.53945394539454,-294.47944794479446,-294.41944194419443,-294.35943594359435,-294.2994299429943,-294.23942394239424,-294.17941794179416,-294.11941194119413,-294.05940594059405,-293.999399939994,-293.93939393939394,-293.87938793879385,-293.8193819381938,-293.75937593759375,-293.6993699369937,-293.63936393639364,-293.57935793579355,-293.5193519351935,-293.45934593459344,-293.3993399339934,-293.33933393339333,-293.27932793279325,-293.2193219321932,-293.15931593159314,-293.0993099309931,-293.03930393039303,-292.979297929793,-292.9192919291929,-292.85928592859284,-292.7992799279928,-292.73927392739273,-292.6792679267927,-292.6192619261926,-292.55925592559254,-292.4992499249925,-292.43924392439243,-292.3792379237924,-292.3192319231923,-292.25922592259224,-292.1992199219922,-292.1392139213921,-292.0792079207921,-292.019201920192,-291.95919591959193,-291.8991899189919,-291.8391839183918,-291.7791779177918,-291.7191719171917,-291.65916591659163,-291.5991599159916,-291.5391539153915,-291.4791479147915,-291.4191419141914,-291.35913591359133,-291.2991299129913,-291.2391239123912,-291.1791179117912,-291.1191119111911,-291.0591059105911,-290.999099909991,-290.9390939093909,-290.8790879087909,-290.8190819081908,-290.7590759075908,-290.6990699069907,-290.6390639063906,-290.5790579057906,-290.5190519051905,-290.4590459045905,-290.3990399039904,-290.3390339033903,-290.2790279027903,-290.2190219021902,-290.1590159015902,-290.0990099009901,-290.03900390039,-289.97899789979,-289.9189918991899,-289.8589858985899,-289.7989798979898,-289.7389738973897,-289.6789678967897,-289.6189618961896,-289.5589558955896,-289.4989498949895,-289.4389438943894,-289.3789378937894,-289.3189318931893,-289.2589258925893,-289.1989198919892,-289.13891389138917,-289.0789078907891,-289.018901890189,-288.958895889589,-288.8988898889889,-288.83888388838886,-288.7788778877888,-288.7188718871887,-288.65886588658867,-288.5988598859886,-288.53885388538856,-288.4788478847885,-288.4188418841884,-288.35883588358837,-288.2988298829883,-288.23882388238826,-288.1788178817882,-288.1188118811881,-288.05880588058807,-287.998799879988,-287.93879387938796,-287.8787878787879,-287.8187818781878,-287.75877587758777,-287.6987698769877,-287.63876387638766,-287.5787578757876,-287.5187518751875,-287.45874587458746,-287.3987398739874,-287.33873387338735,-287.2787278727873,-287.21872187218725,-287.15871587158716,-287.0987098709871,-287.03870387038705,-286.97869786978697,-286.91869186918694,-286.85868586858686,-286.7986798679868,-286.73867386738675,-286.67866786678667,-286.61866186618664,-286.55865586558656,-286.4986498649865,-286.43864386438645,-286.37863786378637,-286.31863186318634,-286.25862586258626,-286.1986198619862,-286.13861386138615,-286.07860786078606,-286.01860186018604,-285.95859585958596,-285.8985898589859,-285.83858385838585,-285.77857785778576,-285.71857185718574,-285.65856585658565,-285.59855985598557,-285.53855385538554,-285.47854785478546,-285.41854185418543,-285.35853585358535,-285.2985298529853,-285.23852385238524,-285.17851785178516,-285.11851185118513,-285.05850585058505,-284.998499849985,-284.93849384938494,-284.87848784878486,-284.81848184818483,-284.75847584758475,-284.6984698469847,-284.63846384638464,-284.57845784578456,-284.51845184518453,-284.45844584458445,-284.3984398439844,-284.33843384338434,-284.27842784278425,-284.2184218421842,-284.15841584158414,-284.0984098409841,-284.03840384038403,-283.97839783978395,-283.9183918391839,-283.85838583858384,-283.7983798379838,-283.73837383738373,-283.67836783678365,-283.6183618361836,-283.55835583558354,-283.4983498349835,-283.43834383438343,-283.3783378337834,-283.3183318331833,-283.25832583258324,-283.1983198319832,-283.13831383138313,-283.0783078307831,-283.018301830183,-282.95829582958294,-282.8982898289829,-282.8382838283828,-282.7782778277828,-282.7182718271827,-282.65826582658264,-282.5982598259826,-282.5382538253825,-282.4782478247825,-282.4182418241824,-282.35823582358233,-282.2982298229823,-282.2382238223822,-282.1782178217822,-282.1182118211821,-282.05820582058203,-281.998199819982,-281.9381938193819,-281.8781878187819,-281.8181818181818,-281.75817581758173,-281.6981698169817,-281.6381638163816,-281.5781578157816,-281.5181518151815,-281.4581458145815,-281.3981398139814,-281.3381338133813,-281.2781278127813,-281.2181218121812,-281.1581158115812,-281.0981098109811,-281.038103810381,-280.978097809781,-280.9180918091809,-280.8580858085809,-280.7980798079808,-280.7380738073807,-280.6780678067807,-280.6180618061806,-280.5580558055806,-280.4980498049805,-280.4380438043804,-280.3780378037804,-280.3180318031803,-280.2580258025803,-280.1980198019802,-280.1380138013801,-280.0780078007801,-280.01800180018,-279.95799579958,-279.8979897989799,-279.8379837983798,-279.7779777977798,-279.7179717971797,-279.6579657965797,-279.5979597959796,-279.53795379537956,-279.4779477947795,-279.4179417941794,-279.3579357935794,-279.2979297929793,-279.23792379237926,-279.1779177917792,-279.1179117911791,-279.05790579057907,-278.997899789979,-278.93789378937896,-278.8778877887789,-278.8178817881788,-278.75787578757877,-278.6978697869787,-278.63786378637866,-278.5778577857786,-278.5178517851785,-278.45784578457847,-278.3978397839784,-278.33783378337836,-278.2778277827783,-278.2178217821782,-278.15781578157817,-278.0978097809781,-278.03780378037806,-277.977797779778,-277.9177917791779,-277.85778577857786,-277.7977797779778,-277.73777377737775,-277.67776777677767,-277.61776177617764,-277.55775577557756,-277.4977497749775,-277.43774377437745,-277.37773777377737,-277.31773177317734,-277.25772577257726,-277.1977197719772,-277.13771377137715,-277.07770777077707,-277.01770177017704,-276.95769576957696,-276.8976897689769,-276.83768376837685,-276.77767776777677,-276.71767176717674,-276.65766576657666,-276.5976597659766,-276.53765376537655,-276.47764776477646,-276.41764176417644,-276.35763576357635,-276.29762976297627,-276.23762376237624,-276.17761776177616,-276.11761176117614,-276.05760576057605,-275.99759975997597,-275.93759375937594,-275.87758775877586,-275.81758175817583,-275.75757575757575,-275.6975697569757,-275.63756375637564,-275.57755775577556,-275.51755175517553,-275.45754575457545,-275.3975397539754,-275.33753375337534,-275.27752775277526,-275.21752175217523,-275.15751575157515,-275.0975097509751,-275.03750375037504,-274.97749774977495,-274.9174917491749,-274.85748574857485,-274.7974797479748,-274.73747374737474,-274.67746774677465,-274.6174617461746,-274.55745574557454,-274.4974497449745,-274.43744374437443,-274.37743774377435,-274.3174317431743,-274.25742574257424,-274.1974197419742,-274.13741374137413,-274.07740774077405,-274.017401740174,-273.95739573957394,-273.8973897389739,-273.83738373837383,-273.7773777377738,-273.7173717371737,-273.65736573657364,-273.5973597359736,-273.53735373537353,-273.4773477347735,-273.4173417341734,-273.35733573357334,-273.2973297329733,-273.2373237323732,-273.1773177317732,-273.1173117311731,-273.05730573057303,-272.997299729973,-272.9372937293729,-272.8772877287729,-272.8172817281728,-272.75727572757273,-272.6972697269727,-272.6372637263726,-272.5772577257726,-272.5172517251725,-272.45724572457243,-272.3972397239724,-272.3372337233723,-272.2772277227723,-272.2172217221722,-272.15721572157213,-272.0972097209721,-272.037203720372,-271.977197719772,-271.9171917191719,-271.8571857185719,-271.7971797179718,-271.7371737173717,-271.6771677167717,-271.6171617161716,-271.5571557155716,-271.4971497149715,-271.4371437143714,-271.3771377137714,-271.3171317131713,-271.2571257125713,-271.1971197119712,-271.1371137113711,-271.0771077107711,-271.017101710171,-270.957095709571,-270.8970897089709,-270.8370837083708,-270.7770777077708,-270.7170717071707,-270.6570657065707,-270.5970597059706,-270.5370537053705,-270.4770477047705,-270.4170417041704,-270.3570357035704,-270.2970297029703,-270.2370237023702,-270.1770177017702,-270.1170117011701,-270.0570057005701,-269.99699969997,-269.93699369936996,-269.8769876987699,-269.8169816981698,-269.75697569756977,-269.6969696969697,-269.63696369636966,-269.5769576957696,-269.5169516951695,-269.45694569456947,-269.3969396939694,-269.33693369336936,-269.2769276927693,-269.2169216921692,-269.15691569156917,-269.0969096909691,-269.03690369036906,-268.976897689769,-268.9168916891689,-268.85688568856887,-268.7968796879688,-268.73687368736876,-268.6768676867687,-268.6168616861686,-268.55685568556856,-268.4968496849685,-268.43684368436845,-268.3768376837684,-268.3168316831683,-268.25682568256826,-268.1968196819682,-268.13681368136815,-268.07680768076807,-268.01680168016804,-267.95679567956796,-267.8967896789679,-267.83678367836785,-267.77677767776777,-267.71677167716774,-267.65676567656766,-267.5967596759676,-267.53675367536755,-267.47674767476747,-267.41674167416744,-267.35673567356736,-267.2967296729673,-267.23672367236725,-267.17671767176716,-267.11671167116714,-267.05670567056706,-266.996699669967,-266.93669366936695,-266.87668766876686,-266.81668166816684,-266.75667566756675,-266.69666966696667,-266.63666366636664,-266.57665766576656,-266.51665166516653,-266.45664566456645,-266.39663966396637,-266.33663366336634,-266.27662766276626,-266.21662166216623,-266.15661566156615,-266.0966096609661,-266.03660366036604,-265.97659765976596,-265.91659165916593,-265.85658565856585,-265.7965796579658,-265.73657365736574,-265.67656765676566,-265.61656165616563,-265.55655565556555,-265.4965496549655,-265.43654365436544,-265.37653765376535,-265.3165316531653,-265.25652565256524,-265.1965196519652,-265.13651365136514,-265.07650765076505,-265.016501650165,-264.95649564956494,-264.8964896489649,-264.83648364836483,-264.77647764776475,-264.7164716471647,-264.65646564656464,-264.5964596459646,-264.53645364536453,-264.47644764476445,-264.4164416441644,-264.35643564356434,-264.2964296429643,-264.23642364236423,-264.1764176417642,-264.1164116411641,-264.05640564056404,-263.996399639964,-263.9363936393639,-263.8763876387639,-263.8163816381638,-263.75637563756374,-263.6963696369637,-263.6363636363636,-263.5763576357636,-263.5163516351635,-263.45634563456343,-263.3963396339634,-263.3363336333633,-263.2763276327633,-263.2163216321632,-263.15631563156313,-263.0963096309631,-263.036303630363,-262.976297629763,-262.9162916291629,-262.85628562856283,-262.7962796279628,-262.7362736273627,-262.6762676267627,-262.6162616261626,-262.5562556255625,-262.4962496249625,-262.4362436243624,-262.3762376237624,-262.3162316231623,-262.2562256225623,-262.1962196219622,-262.1362136213621,-262.0762076207621,-262.016201620162,-261.956195619562,-261.8961896189619,-261.8361836183618,-261.7761776177618,-261.7161716171617,-261.6561656165617,-261.5961596159616,-261.5361536153615,-261.4761476147615,-261.4161416141614,-261.3561356135614,-261.2961296129613,-261.2361236123612,-261.1761176117612,-261.1161116111611,-261.0561056105611,-260.996099609961,-260.9360936093609,-260.8760876087609,-260.8160816081608,-260.7560756075608,-260.6960696069607,-260.6360636063606,-260.5760576057606,-260.5160516051605,-260.4560456045605,-260.3960396039604,-260.33603360336036,-260.2760276027603,-260.2160216021602,-260.15601560156017,-260.0960096009601,-260.03600360036006,-259.97599759976,-259.9159915991599,-259.85598559855987,-259.7959795979598,-259.73597359735976,-259.6759675967597,-259.6159615961596,-259.55595559555957,-259.4959495949595,-259.43594359435946,-259.3759375937594,-259.3159315931593,-259.25592559255927,-259.1959195919592,-259.13591359135916,-259.0759075907591,-259.015901590159,-258.95589558955896,-258.8958895889589,-258.83588358835885,-258.77587758775877,-258.7158715871587,-258.65586558655866,-258.5958595859586,-258.53585358535855,-258.47584758475847,-258.41584158415844,-258.35583558355836,-258.2958295829583,-258.23582358235825,-258.17581758175817,-258.11581158115814,-258.05580558055806,-257.995799579958,-257.93579357935795,-257.87578757875787,-257.81578157815784,-257.75577557755776,-257.6957695769577,-257.63576357635765,-257.57575757575756,-257.51575157515754,-257.45574557455745,-257.39573957395737,-257.33573357335734,-257.27572757275726,-257.21572157215724,-257.15571557155715,-257.09570957095707,-257.03570357035704,-256.97569756975696,-256.91569156915693,-256.85568556855685,-256.79567956795677,-256.73567356735674,-256.67566756675666,-256.61566156615663,-256.55565556555655,-256.4956495649565,-256.43564356435644,-256.37563756375636,-256.31563156315633,-256.25562556255625,-256.1956195619562,-256.13561356135614,-256.07560756075605,-256.01560156015603,-255.95559555955595,-255.8955895589559,-255.83558355835584,-255.77557755775578,-255.71557155715573,-255.65556555655564,-255.5955595559556,-255.53555355535553,-255.47554755475548,-255.41554155415542,-255.35553555355534,-255.2955295529553,-255.23552355235523,-255.17551755175518,-255.11551155115512,-255.05550555055507,-254.99549954995499,-254.93549354935493,-254.87548754875488,-254.81548154815482,-254.75547554755477,-254.69546954695468,-254.63546354635463,-254.57545754575457,-254.51545154515452,-254.45544554455446,-254.39543954395438,-254.33543354335433,-254.27542754275427,-254.21542154215422,-254.15541554155416,-254.0954095409541,-254.03540354035403,-253.97539753975397,-253.91539153915392,-253.85538553855386,-253.7953795379538,-253.73537353735372,-253.67536753675367,-253.6153615361536,-253.55535553555356,-253.4953495349535,-253.43534353435342,-253.37533753375337,-253.3153315331533,-253.25532553255326,-253.1953195319532,-253.13531353135315,-253.07530753075307,-253.015301530153,-252.95529552955296,-252.8952895289529,-252.83528352835285,-252.77527752775276,-252.7152715271527,-252.65526552655265,-252.5952595259526,-252.53525352535254,-252.47524752475246,-252.4152415241524,-252.35523552355235,-252.2952295229523,-252.23522352235224,-252.1752175217522,-252.1152115211521,-252.05520552055205,-251.995199519952,-251.93519351935194,-251.8751875187519,-251.8151815181518,-251.75517551755175,-251.6951695169517,-251.63516351635164,-251.57515751575158,-251.5151515151515,-251.45514551455145,-251.3951395139514,-251.33513351335134,-251.27512751275128,-251.21512151215123,-251.15511551155114,-251.0951095109511,-251.03510351035104,-250.97509750975098,-250.91509150915093,-250.85508550855084,-250.7950795079508,-250.73507350735073,-250.67506750675068,-250.61506150615062,-250.55505550555054,-250.4950495049505,-250.43504350435043,-250.37503750375038,-250.31503150315032,-250.25502550255027,-250.19501950195018,-250.13501350135013,-250.07500750075008,-250.01500150015002,-249.95499549954997,-249.89498949894988,-249.83498349834983,-249.77497749774977,-249.71497149714972,-249.65496549654966,-249.59495949594958,-249.53495349534953,-249.47494749474947,-249.41494149414942,-249.35493549354936,-249.2949294929493,-249.23492349234922,-249.17491749174917,-249.11491149114912,-249.05490549054906,-248.994899489949,-248.93489348934892,-248.87488748874887,-248.8148814881488,-248.75487548754876,-248.6948694869487,-248.63486348634862,-248.57485748574857,-248.5148514851485,-248.45484548454846,-248.3948394839484,-248.33483348334835,-248.27482748274826,-248.2148214821482,-248.15481548154816,-248.0948094809481,-248.03480348034805,-247.97479747974796,-247.9147914791479,-247.85478547854785,-247.7947794779478,-247.73477347734774,-247.67476747674766,-247.6147614761476,-247.55475547554755,-247.4947494749475,-247.43474347434744,-247.3747374737474,-247.3147314731473,-247.25472547254725,-247.1947194719472,-247.13471347134714,-247.0747074707471,-247.014701470147,-246.95469546954695,-246.8946894689469,-246.83468346834684,-246.77467746774678,-246.7146714671467,-246.65466546654665,-246.5946594659466,-246.53465346534654,-246.47464746474648,-246.41464146414643,-246.35463546354634,-246.2946294629463,-246.23462346234624,-246.17461746174618,-246.11461146114613,-246.05460546054604,-245.994599459946,-245.93459345934593,-245.87458745874588,-245.81458145814582,-245.75457545754574,-245.6945694569457,-245.63456345634563,-245.57455745574558,-245.51455145514552,-245.45454545454547,-245.39453945394538,-245.33453345334533,-245.27452745274528,-245.21452145214522,-245.15451545154517,-245.09450945094508,-245.03450345034503,-244.97449744974497,-244.91449144914492,-244.85448544854486,-244.79447944794478,-244.73447344734473,-244.67446744674467,-244.61446144614462,-244.55445544554456,-244.4944494449445,-244.43444344434442,-244.37443744374437,-244.31443144314431,-244.25442544254426,-244.1944194419442,-244.13441344134412,-244.07440744074407,-244.014401440144,-243.95439543954396,-243.8943894389439,-243.83438343834382,-243.77437743774377,-243.7143714371437,-243.65436543654366,-243.5943594359436,-243.53435343534355,-243.47434743474346,-243.4143414341434,-243.35433543354335,-243.2943294329433,-243.23432343234325,-243.17431743174316,-243.1143114311431,-243.05430543054305,-242.994299429943,-242.93429342934294,-242.87428742874286,-242.8142814281428,-242.75427542754275,-242.6942694269427,-242.63426342634264,-242.5742574257426,-242.5142514251425,-242.45424542454245,-242.3942394239424,-242.33423342334234,-242.27422742274229,-242.2142214221422,-242.15421542154215,-242.0942094209421,-242.03420342034204,-241.97419741974198,-241.9141914191419,-241.85418541854185,-241.7941794179418,-241.73417341734174,-241.67416741674168,-241.61416141614163,-241.55415541554154,-241.4941494149415,-241.43414341434143,-241.37413741374138,-241.31413141314133,-241.25412541254124,-241.1941194119412,-241.13411341134113,-241.07410741074108,-241.01410141014102,-240.95409540954094,-240.89408940894089,-240.83408340834083,-240.77407740774078,-240.71407140714072,-240.65406540654067,-240.59405940594058,-240.53405340534053,-240.47404740474047,-240.41404140414042,-240.35403540354037,-240.29402940294028,-240.23402340234023,-240.17401740174017,-240.11401140114012,-240.05400540054006,-239.99399939993998,-239.93399339933993,-239.87398739873987,-239.81398139813982,-239.75397539753976,-239.6939693969397,-239.63396339633962,-239.57395739573957,-239.51395139513951,-239.45394539453946,-239.3939393939394,-239.33393339333932,-239.27392739273927,-239.2139213921392,-239.15391539153916,-239.0939093909391,-239.03390339033902,-238.97389738973897,-238.9138913891389,-238.85388538853886,-238.7938793879388,-238.73387338733875,-238.67386738673866,-238.6138613861386,-238.55385538553855,-238.4938493849385,-238.43384338433845,-238.37383738373836,-238.3138313831383,-238.25382538253825,-238.1938193819382,-238.13381338133814,-238.07380738073806,-238.013801380138,-237.95379537953795,-237.8937893789379,-237.83378337833784,-237.7737773777378,-237.7137713771377,-237.65376537653765,-237.5937593759376,-237.53375337533754,-237.47374737473748,-237.4137413741374,-237.35373537353735,-237.2937293729373,-237.23372337233724,-237.17371737173718,-237.1137113711371,-237.05370537053705,-236.993699369937,-236.93369336933694,-236.87368736873688,-236.81368136813683,-236.75367536753674,-236.6936693669367,-236.63366336633663,-236.57365736573658,-236.51365136513652,-236.45364536453644,-236.3936393639364,-236.33363336333633,-236.27362736273628,-236.21362136213622,-236.15361536153614,-236.09360936093609,-236.03360336033603,-235.97359735973598,-235.91359135913592,-235.85358535853587,-235.79357935793578,-235.73357335733573,-235.67356735673567,-235.61356135613562,-235.55355535553556,-235.49354935493548,-235.43354335433543,-235.37353735373537,-235.31353135313532,-235.25352535253526,-235.19351935193518,-235.13351335133513,-235.07350735073507,-235.01350135013502,-234.95349534953496,-234.8934893489349,-234.83348334833482,-234.77347734773477,-234.7134713471347,-234.65346534653466,-234.5934593459346,-234.53345334533452,-234.47344734473447,-234.4134413441344,-234.35343534353436,-234.2934293429343,-234.23342334233422,-234.17341734173417,-234.1134113411341,-234.05340534053406,-233.993399339934,-233.93339333933395,-233.87338733873386,-233.8133813381338,-233.75337533753375,-233.6933693369337,-233.63336333633364,-233.57335733573356,-233.5133513351335,-233.45334533453345,-233.3933393339334,-233.33333333333334,-233.27332733273326,-233.2133213321332,-233.15331533153315,-233.0933093309331,-233.03330333033304,-232.973297329733,-232.9132913291329,-232.85328532853285,-232.7932793279328,-232.73327332733274,-232.67326732673268,-232.6132613261326,-232.55325532553255,-232.4932493249325,-232.43324332433244,-232.37323732373238,-232.3132313231323,-232.25322532253224,-232.1932193219322,-232.13321332133214,-232.07320732073208,-232.01320132013203,-231.95319531953194,-231.8931893189319,-231.83318331833183,-231.77317731773178,-231.71317131713172,-231.65316531653164,-231.5931593159316,-231.53315331533153,-231.47314731473148,-231.41314131413142,-231.35313531353134,-231.29312931293128,-231.23312331233123,-231.17311731173118,-231.11311131113112,-231.05310531053107,-230.99309930993098,-230.93309330933093,-230.87308730873087,-230.81308130813082,-230.75307530753076,-230.69306930693068,-230.63306330633063,-230.57305730573057,-230.51305130513052,-230.45304530453046,-230.39303930393038,-230.33303330333032,-230.27302730273027,-230.21302130213022,-230.15301530153016,-230.0930093009301,-230.03300330033002,-229.97299729972997,-229.9129912991299,-229.85298529852986,-229.7929792979298,-229.73297329732972,-229.67296729672967,-229.6129612961296,-229.55295529552956,-229.4929492949295,-229.43294329432942,-229.37293729372936,-229.3129312931293,-229.25292529252926,-229.1929192919292,-229.13291329132915,-229.07290729072906,-229.012901290129,-228.95289528952895,-228.8928892889289,-228.83288328832884,-228.77287728772876,-228.7128712871287,-228.65286528652865,-228.5928592859286,-228.53285328532854,-228.47284728472846,-228.4128412841284,-228.35283528352835,-228.2928292829283,-228.23282328232824,-228.1728172817282,-228.1128112811281,-228.05280528052805,-227.992799279928,-227.93279327932794,-227.87278727872788,-227.8127812781278,-227.75277527752775,-227.6927692769277,-227.63276327632764,-227.57275727572758,-227.5127512751275,-227.45274527452744,-227.3927392739274,-227.33273327332734,-227.27272727272728,-227.21272127212723,-227.15271527152714,-227.0927092709271,-227.03270327032703,-226.97269726972698,-226.91269126912692,-226.85268526852684,-226.7926792679268,-226.73267326732673,-226.67266726672668,-226.61266126612662,-226.55265526552654,-226.49264926492648,-226.43264326432643,-226.37263726372638,-226.31263126312632,-226.25262526252627,-226.19261926192618,-226.13261326132613,-226.07260726072607,-226.01260126012602,-225.95259525952596,-225.89258925892588,-225.83258325832583,-225.77257725772577,-225.71257125712572,-225.65256525652566,-225.59255925592558,-225.53255325532552,-225.47254725472547,-225.41254125412541,-225.35253525352536,-225.2925292529253,-225.23252325232522,-225.17251725172517,-225.1125112511251,-225.05250525052506,-224.992499249925,-224.93249324932492,-224.87248724872487,-224.8124812481248,-224.75247524752476,-224.6924692469247,-224.63246324632462,-224.57245724572456,-224.5124512451245,-224.45244524452445,-224.3924392439244,-224.33243324332435,-224.27242724272426,-224.2124212421242,-224.15241524152415,-224.0924092409241,-224.03240324032404,-223.97239723972396,-223.9123912391239,-223.85238523852385,-223.7923792379238,-223.73237323732374,-223.67236723672366,-223.6123612361236,-223.55235523552355,-223.4923492349235,-223.43234323432344,-223.37233723372339,-223.3123312331233,-223.25232523252325,-223.1923192319232,-223.13231323132314,-223.07230723072308,-223.012301230123,-222.95229522952295,-222.8922892289229,-222.83228322832284,-222.77227722772278,-222.7122712271227,-222.65226522652264,-222.5922592259226,-222.53225322532253,-222.47224722472248,-222.41224122412243,-222.35223522352234,-222.2922292229223,-222.23222322232223,-222.17221722172218,-222.11221122112212,-222.05220522052204,-221.99219921992199,-221.93219321932193,-221.87218721872188,-221.81218121812182,-221.75217521752174,-221.69216921692168,-221.63216321632163,-221.57215721572157,-221.51215121512152,-221.45214521452147,-221.39213921392138,-221.33213321332133,-221.27212721272127,-221.21212121212122,-221.15211521152116,-221.09210921092108,-221.03210321032103,-220.97209720972097,-220.91209120912092,-220.85208520852086,-220.79207920792078,-220.73207320732072,-220.67206720672067,-220.61206120612061,-220.55205520552056,-220.4920492049205,-220.43204320432042,-220.37203720372037,-220.3120312031203,-220.25202520252026,-220.1920192019202,-220.13201320132012,-220.07200720072007,-220.01200120012,-219.95199519951996,-219.8919891989199,-219.83198319831982,-219.77197719771976,-219.7119711971197,-219.65196519651965,-219.5919591959196,-219.53195319531955,-219.47194719471946,-219.4119411941194,-219.35193519351935,-219.2919291929193,-219.23192319231924,-219.17191719171916,-219.1119111911191,-219.05190519051905,-218.991899189919,-218.93189318931894,-218.87188718871886,-218.8118811881188,-218.75187518751875,-218.6918691869187,-218.63186318631864,-218.57185718571859,-218.5118511851185,-218.45184518451845,-218.3918391839184,-218.33183318331834,-218.27182718271828,-218.2118211821182,-218.15181518151815,-218.0918091809181,-218.03180318031804,-217.97179717971798,-217.9117911791179,-217.85178517851784,-217.7917791779178,-217.73177317731773,-217.67176717671768,-217.61176117611762,-217.55175517551754,-217.4917491749175,-217.43174317431743,-217.37173717371738,-217.31173117311732,-217.25172517251724,-217.19171917191719,-217.13171317131713,-217.07170717071708,-217.01170117011702,-216.95169516951694,-216.89168916891688,-216.83168316831683,-216.77167716771677,-216.71167116711672,-216.65166516651666,-216.59165916591658,-216.53165316531653,-216.47164716471647,-216.41164116411642,-216.35163516351636,-216.29162916291628,-216.23162316231623,-216.17161716171617,-216.11161116111612,-216.05160516051606,-215.99159915991598,-215.93159315931592,-215.87158715871587,-215.8115811581158,-215.75157515751576,-215.6915691569157,-215.63156315631562,-215.57155715571557,-215.5115511551155,-215.45154515451546,-215.3915391539154,-215.33153315331532,-215.27152715271527,-215.2115211521152,-215.15151515151516,-215.0915091509151,-215.03150315031502,-214.97149714971496,-214.9114911491149,-214.85148514851485,-214.7914791479148,-214.73147314731474,-214.67146714671466,-214.6114611461146,-214.55145514551455,-214.4914491449145,-214.43144314431444,-214.37143714371436,-214.3114311431143,-214.25142514251425,-214.1914191419142,-214.13141314131414,-214.07140714071406,-214.011401140114,-213.95139513951395,-213.8913891389139,-213.83138313831384,-213.77137713771378,-213.7113711371137,-213.65136513651365,-213.5913591359136,-213.53135313531354,-213.47134713471348,-213.4113411341134,-213.35133513351334,-213.2913291329133,-213.23132313231324,-213.17131713171318,-213.1113111311131,-213.05130513051304,-212.991299129913,-212.93129312931293,-212.87128712871288,-212.81128112811282,-212.75127512751274,-212.6912691269127,-212.63126312631263,-212.57125712571258,-212.51125112511252,-212.45124512451244,-212.39123912391238,-212.33123312331233,-212.27122712271228,-212.21122112211222,-212.15121512151214,-212.09120912091208,-212.03120312031203,-211.97119711971197,-211.91119111911192,-211.85118511851186,-211.79117911791178,-211.73117311731173,-211.67116711671167,-211.61116111611162,-211.55115511551156,-211.49114911491148,-211.43114311431142,-211.37113711371137,-211.31113111311132,-211.25112511251126,-211.19111911191118,-211.13111311131112,-211.07110711071107,-211.011101110111,-210.95109510951096,-210.8910891089109,-210.83108310831082,-210.77107710771077,-210.7110711071107,-210.65106510651066,-210.5910591059106,-210.53105310531052,-210.47104710471046,-210.4110411041104,-210.35103510351036,-210.2910291029103,-210.23102310231022,-210.17101710171016,-210.1110111011101,-210.05100510051005,-209.99099909991,-209.93099309930994,-209.87098709870986,-209.8109810981098,-209.75097509750975,-209.6909690969097,-209.63096309630964,-209.57095709570956,-209.5109510951095,-209.45094509450945,-209.3909390939094,-209.33093309330934,-209.27092709270926,-209.2109210921092,-209.15091509150915,-209.0909090909091,-209.03090309030904,-208.97089708970898,-208.9108910891089,-208.85088508850885,-208.7908790879088,-208.73087308730874,-208.67086708670868,-208.6108610861086,-208.55085508550854,-208.4908490849085,-208.43084308430844,-208.37083708370838,-208.3108310831083,-208.25082508250824,-208.1908190819082,-208.13081308130813,-208.07080708070808,-208.01080108010802,-207.95079507950794,-207.8907890789079,-207.83078307830783,-207.77077707770778,-207.71077107710772,-207.65076507650764,-207.59075907590758,-207.53075307530753,-207.47074707470748,-207.41074107410742,-207.35073507350734,-207.29072907290728,-207.23072307230723,-207.17071707170717,-207.11071107110712,-207.05070507050706,-206.99069906990698,-206.93069306930693,-206.87068706870687,-206.81068106810682,-206.75067506750676,-206.69066906690668,-206.63066306630662,-206.57065706570657,-206.51065106510652,-206.45064506450646,-206.39063906390638,-206.33063306330632,-206.27062706270627,-206.2106210621062,-206.15061506150616,-206.0906090609061,-206.03060306030602,-205.97059705970597,-205.9105910591059,-205.85058505850586,-205.7905790579058,-205.73057305730572,-205.67056705670566,-205.6105610561056,-205.55055505550555,-205.4905490549055,-205.43054305430542,-205.37053705370536,-205.3105310531053,-205.25052505250525,-205.1905190519052,-205.13051305130514,-205.07050705070506,-205.010501050105,-204.95049504950495,-204.8904890489049,-204.83048304830484,-204.77047704770476,-204.7104710471047,-204.65046504650465,-204.5904590459046,-204.53045304530454,-204.47044704470446,-204.4104410441044,-204.35043504350435,-204.2904290429043,-204.23042304230424,-204.17041704170418,-204.1104110411041,-204.05040504050405,-203.990399039904,-203.93039303930394,-203.87038703870388,-203.8103810381038,-203.75037503750374,-203.6903690369037,-203.63036303630363,-203.57035703570358,-203.5103510351035,-203.45034503450344,-203.3903390339034,-203.33033303330333,-203.27032703270328,-203.21032103210322,-203.15031503150314,-203.0903090309031,-203.03030303030303,-202.97029702970298,-202.91029102910292,-202.85028502850284,-202.79027902790278,-202.73027302730273,-202.67026702670267,-202.61026102610262,-202.55025502550254,-202.49024902490248,-202.43024302430243,-202.37023702370237,-202.31023102310232,-202.25022502250226,-202.19021902190218,-202.13021302130213,-202.07020702070207,-202.01020102010202,-201.95019501950196,-201.89018901890188,-201.83018301830182,-201.77017701770177,-201.71017101710171,-201.65016501650166,-201.59015901590158,-201.53015301530152,-201.47014701470147,-201.4101410141014,-201.35013501350136,-201.2901290129013,-201.23012301230122,-201.17011701170117,-201.1101110111011,-201.05010501050106,-200.990099009901,-200.93009300930092,-200.87008700870086,-200.8100810081008,-200.75007500750075,-200.6900690069007,-200.63006300630062,-200.57005700570056,-200.5100510051005,-200.45004500450045,-200.3900390039004,-200.33003300330034,-200.27002700270026,-200.2100210021002,-200.15001500150015,-200.0900090009001,-200.03000300030004,-199.96999699969996,-199.9099909990999,-199.84998499849985,-199.7899789978998,-199.72997299729974,-199.66996699669966,-199.6099609960996,-199.54995499549955,-199.4899489948995,-199.42994299429944,-199.36993699369938,-199.3099309930993,-199.24992499249925,-199.1899189918992,-199.12991299129914,-199.06990699069908,-199.009900990099,-198.94989498949894,-198.8898889888989,-198.82988298829883,-198.76987698769878,-198.7098709870987,-198.64986498649864,-198.5898589858986,-198.52985298529853,-198.46984698469848,-198.40984098409842,-198.34983498349834,-198.28982898289829,-198.22982298229823,-198.16981698169818,-198.10981098109812,-198.04980498049804,-197.98979897989798,-197.92979297929793,-197.86978697869787,-197.80978097809782,-197.74977497749774,-197.68976897689768,-197.62976297629763,-197.56975697569757,-197.50975097509752,-197.44974497449746,-197.38973897389738,-197.32973297329733,-197.26972697269727,-197.20972097209722,-197.14971497149716,-197.08970897089708,-197.02970297029702,-196.96969696969697,-196.9096909690969,-196.84968496849686,-196.78967896789678,-196.72967296729672,-196.66966696669667,-196.6096609660966,-196.54965496549656,-196.4896489648965,-196.42964296429642,-196.36963696369637,-196.3096309630963,-196.24962496249626,-196.1896189618962,-196.12961296129612,-196.06960696069606,-196.009600960096,-195.94959495949595,-195.8895889588959,-195.82958295829582,-195.76957695769576,-195.7095709570957,-195.64956495649565,-195.5895589558956,-195.52955295529554,-195.46954695469546,-195.4095409540954,-195.34953495349535,-195.2895289528953,-195.22952295229524,-195.16951695169516,-195.1095109510951,-195.04950495049505,-194.989498949895,-194.92949294929494,-194.86948694869486,-194.8094809480948,-194.74947494749475,-194.6894689468947,-194.62946294629464,-194.56945694569458,-194.5094509450945,-194.44944494449445,-194.3894389438944,-194.32943294329434,-194.26942694269428,-194.2094209420942,-194.14941494149414,-194.0894089408941,-194.02940294029403,-193.96939693969398,-193.9093909390939,-193.84938493849384,-193.7893789378938,-193.72937293729373,-193.66936693669368,-193.60936093609362,-193.54935493549354,-193.48934893489348,-193.42934293429343,-193.36933693369338,-193.30933093309332,-193.24932493249324,-193.18931893189318,-193.12931293129313,-193.06930693069307,-193.00930093009302,-192.94929492949294,-192.88928892889288,-192.82928292829283,-192.76927692769277,-192.70927092709272,-192.64926492649266,-192.58925892589258,-192.52925292529252,-192.46924692469247,-192.40924092409242,-192.34923492349236,-192.28922892289228,-192.22922292229222,-192.16921692169217,-192.1092109210921,-192.04920492049206,-191.98919891989198,-191.92919291929192,-191.86918691869187,-191.8091809180918,-191.74917491749176,-191.6891689168917,-191.62916291629162,-191.56915691569156,-191.5091509150915,-191.44914491449146,-191.3891389138914,-191.32913291329132,-191.26912691269126,-191.2091209120912,-191.14911491149115,-191.0891089108911,-191.02910291029102,-190.96909690969096,-190.9090909090909,-190.84908490849085,-190.7890789078908,-190.72907290729074,-190.66906690669066,-190.6090609060906,-190.54905490549055,-190.4890489048905,-190.42904290429044,-190.36903690369036,-190.3090309030903,-190.24902490249025,-190.1890189018902,-190.12901290129014,-190.06900690069006,-190.00900090009,-189.94899489948995,-189.8889888988899,-189.82898289828984,-189.76897689768978,-189.7089708970897,-189.64896489648964,-189.5889588958896,-189.52895289528954,-189.46894689468948,-189.4089408940894,-189.34893489348934,-189.2889288928893,-189.22892289228923,-189.16891689168918,-189.1089108910891,-189.04890489048904,-188.988898889889,-188.92889288928893,-188.86888688868888,-188.80888088808882,-188.74887488748874,-188.68886888688868,-188.62886288628863,-188.56885688568858,-188.50885088508852,-188.44884488448844,-188.38883888388838,-188.32883288328833,-188.26882688268827,-188.20882088208822,-188.14881488148814,-188.08880888088808,-188.02880288028803,-187.96879687968797,-187.90879087908792,-187.84878487848786,-187.78877887788778,-187.72877287728772,-187.66876687668767,-187.60876087608762,-187.54875487548756,-187.48874887488748,-187.42874287428742,-187.36873687368737,-187.3087308730873,-187.24872487248726,-187.18871887188718,-187.12871287128712,-187.06870687068707,-187.008700870087,-186.94869486948696,-186.8886888688869,-186.82868286828682,-186.76867686768676,-186.7086708670867,-186.64866486648666,-186.5886588658866,-186.52865286528652,-186.46864686468646,-186.4086408640864,-186.34863486348635,-186.2886288628863,-186.22862286228622,-186.16861686168616,-186.1086108610861,-186.04860486048605,-185.988598859886,-185.92859285928594,-185.86858685868586,-185.8085808580858,-185.74857485748575,-185.6885688568857,-185.62856285628564,-185.56855685568556,-185.5085508550855,-185.44854485448545,-185.3885388538854,-185.32853285328534,-185.26852685268526,-185.2085208520852,-185.14851485148515,-185.0885088508851,-185.02850285028504,-184.96849684968498,-184.9084908490849,-184.84848484848484,-184.7884788478848,-184.72847284728473,-184.66846684668468,-184.6084608460846,-184.54845484548454,-184.4884488448845,-184.42844284428443,-184.36843684368438,-184.3084308430843,-184.24842484248424,-184.1884188418842,-184.12841284128413,-184.06840684068408,-184.00840084008402,-183.94839483948394,-183.88838883888388,-183.82838283828383,-183.76837683768377,-183.70837083708372,-183.64836483648364,-183.58835883588358,-183.52835283528353,-183.46834683468347,-183.40834083408342,-183.34833483348334,-183.28832883288328,-183.22832283228323,-183.16831683168317,-183.10831083108312,-183.04830483048306,-182.98829882988298,-182.92829282928292,-182.86828682868287,-182.80828082808281,-182.74827482748276,-182.68826882688268,-182.62826282628262,-182.56825682568257,-182.5082508250825,-182.44824482448246,-182.38823882388238,-182.32823282328232,-182.26822682268227,-182.2082208220822,-182.14821482148216,-182.0882088208821,-182.02820282028202,-181.96819681968196,-181.9081908190819,-181.84818481848185,-181.7881788178818,-181.72817281728172,-181.66816681668166,-181.6081608160816,-181.54815481548155,-181.4881488148815,-181.42814281428141,-181.36813681368136,-181.3081308130813,-181.24812481248125,-181.1881188118812,-181.12811281128114,-181.06810681068106,-181.008100810081,-180.94809480948095,-180.8880888088809,-180.82808280828084,-180.76807680768076,-180.7080708070807,-180.64806480648065,-180.5880588058806,-180.52805280528054,-180.46804680468045,-180.4080408040804,-180.34803480348035,-180.2880288028803,-180.22802280228024,-180.16801680168018,-180.1080108010801,-180.04800480048004,-179.98799879988,-179.92799279927993,-179.86798679867988,-179.8079807980798,-179.74797479747974,-179.6879687968797,-179.62796279627963,-179.56795679567958,-179.5079507950795,-179.44794479447944,-179.38793879387939,-179.32793279327933,-179.26792679267928,-179.20792079207922,-179.14791479147914,-179.08790879087908,-179.02790279027903,-178.96789678967897,-178.90789078907892,-178.84788478847884,-178.78787878787878,-178.72787278727873,-178.66786678667867,-178.60786078607862,-178.54785478547853,-178.48784878487848,-178.42784278427843,-178.36783678367837,-178.30783078307832,-178.24782478247826,-178.18781878187818,-178.12781278127812,-178.06780678067807,-178.00780078007801,-177.94779477947796,-177.88778877887788,-177.82778277827782,-177.76777677767777,-177.7077707770777,-177.64776477647766,-177.58775877587757,-177.52775277527752,-177.46774677467747,-177.4077407740774,-177.34773477347736,-177.2877287728773,-177.22772277227722,-177.16771677167716,-177.1077107710771,-177.04770477047705,-176.987698769877,-176.92769276927692,-176.86768676867686,-176.8076807680768,-176.74767476747675,-176.6876687668767,-176.62766276627661,-176.56765676567656,-176.5076507650765,-176.44764476447645,-176.3876387638764,-176.32763276327634,-176.26762676267626,-176.2076207620762,-176.14761476147615,-176.0876087608761,-176.02760276027604,-175.96759675967596,-175.9075907590759,-175.84758475847585,-175.7875787578758,-175.72757275727574,-175.66756675667565,-175.6075607560756,-175.54755475547555,-175.4875487548755,-175.42754275427544,-175.36753675367538,-175.3075307530753,-175.24752475247524,-175.1875187518752,-175.12751275127513,-175.06750675067508,-175.007500750075,-174.94749474947494,-174.8874887488749,-174.82748274827483,-174.76747674767478,-174.7074707470747,-174.64746474647464,-174.58745874587459,-174.52745274527453,-174.46744674467448,-174.40744074407442,-174.34743474347434,-174.28742874287428,-174.22742274227423,-174.16741674167417,-174.10741074107412,-174.04740474047404,-173.98739873987398,-173.92739273927393,-173.86738673867387,-173.80738073807382,-173.74737473747373,-173.68736873687368,-173.62736273627362,-173.56735673567357,-173.50735073507352,-173.44734473447346,-173.38733873387338,-173.32733273327332,-173.26732673267327,-173.2073207320732,-173.14731473147316,-173.08730873087308,-173.02730273027302,-172.96729672967297,-172.9072907290729,-172.84728472847286,-172.78727872787277,-172.72727272727272,-172.66726672667266,-172.6072607260726,-172.54725472547256,-172.4872487248725,-172.42724272427242,-172.36723672367236,-172.3072307230723,-172.24722472247225,-172.1872187218722,-172.12721272127212,-172.06720672067206,-172.007200720072,-171.94719471947195,-171.8871887188719,-171.8271827182718,-171.76717671767176,-171.7071707170717,-171.64716471647165,-171.5871587158716,-171.52715271527154,-171.46714671467146,-171.4071407140714,-171.34713471347135,-171.2871287128713,-171.22712271227124,-171.16711671167116,-171.1071107110711,-171.04710471047105,-170.987098709871,-170.92709270927094,-170.86708670867085,-170.8070807080708,-170.74707470747074,-170.6870687068707,-170.62706270627064,-170.56705670567058,-170.5070507050705,-170.44704470447044,-170.3870387038704,-170.32703270327033,-170.26702670267028,-170.2070207020702,-170.14701470147014,-170.0870087008701,-170.02700270027003,-169.96699669966998,-169.9069906990699,-169.84698469846984,-169.78697869786978,-169.72697269726973,-169.66696669666968,-169.60696069606962,-169.54695469546954,-169.48694869486948,-169.42694269426943,-169.36693669366937,-169.30693069306932,-169.24692469246924,-169.18691869186918,-169.12691269126913,-169.06690669066907,-169.00690069006902,-168.94689468946893,-168.88688868886888,-168.82688268826882,-168.76687668766877,-168.70687068706872,-168.64686468646866,-168.58685868586858,-168.52685268526852,-168.46684668466847,-168.4068406840684,-168.34683468346836,-168.28682868286828,-168.22682268226822,-168.16681668166817,-168.1068106810681,-168.04680468046806,-167.98679867986797,-167.92679267926792,-167.86678667866786,-167.8067806780678,-167.74677467746776,-167.6867686768677,-167.62676267626762,-167.56675667566756,-167.5067506750675,-167.44674467446745,-167.3867386738674,-167.32673267326732,-167.26672667266726,-167.2067206720672,-167.14671467146715,-167.0867086708671,-167.026702670267,-166.96669666966696,-166.9066906690669,-166.84668466846685,-166.7866786678668,-166.72667266726674,-166.66666666666666,-166.6066606660666,-166.54665466546655,-166.4866486648665,-166.42664266426644,-166.36663666366636,-166.3066306630663,-166.24662466246625,-166.1866186618662,-166.12661266126614,-166.06660666066605,-166.006600660066,-165.94659465946594,-165.8865886588659,-165.82658265826583,-165.76657665766578,-165.7065706570657,-165.64656465646564,-165.5865586558656,-165.52655265526553,-165.46654665466548,-165.4065406540654,-165.34653465346534,-165.2865286528653,-165.22652265226523,-165.16651665166518,-165.1065106510651,-165.04650465046504,-164.98649864986498,-164.92649264926493,-164.86648664866487,-164.80648064806482,-164.74647464746474,-164.68646864686468,-164.62646264626463,-164.56645664566457,-164.50645064506452,-164.44644464446444,-164.38643864386438,-164.32643264326433,-164.26642664266427,-164.20642064206422,-164.14641464146413,-164.08640864086408,-164.02640264026402,-163.96639663966397,-163.90639063906391,-163.84638463846386,-163.78637863786378,-163.72637263726372,-163.66636663666367,-163.6063606360636,-163.54635463546356,-163.48634863486348,-163.42634263426342,-163.36633663366337,-163.3063306330633,-163.24632463246326,-163.18631863186317,-163.12631263126312,-163.06630663066306,-163.006300630063,-162.94629462946295,-162.8862886288629,-162.82628262826282,-162.76627662766276,-162.7062706270627,-162.64626462646265,-162.5862586258626,-162.52625262526252,-162.46624662466246,-162.4062406240624,-162.34623462346235,-162.2862286228623,-162.2262226222622,-162.16621662166216,-162.1062106210621,-162.04620462046205,-161.986198619862,-161.92619261926194,-161.86618661866186,-161.8061806180618,-161.74617461746175,-161.6861686168617,-161.62616261626164,-161.56615661566155,-161.5061506150615,-161.44614461446145,-161.3861386138614,-161.32613261326134,-161.26612661266125,-161.2061206120612,-161.14611461146114,-161.0861086108611,-161.02610261026103,-160.96609660966098,-160.9060906090609,-160.84608460846084,-160.7860786078608,-160.72607260726073,-160.66606660666068,-160.6060606060606,-160.54605460546054,-160.48604860486049,-160.42604260426043,-160.36603660366038,-160.3060306030603,-160.24602460246024,-160.18601860186018,-160.12601260126013,-160.06600660066007,-160.00600060006002,-159.94599459945994,-159.88598859885988,-159.82598259825983,-159.76597659765977,-159.70597059705972,-159.64596459645963,-159.58595859585958,-159.52595259525953,-159.46594659465947,-159.40594059405942,-159.34593459345933,-159.28592859285928,-159.22592259225922,-159.16591659165917,-159.10591059105911,-159.04590459045906,-158.98589858985898,-158.92589258925892,-158.86588658865887,-158.8058805880588,-158.74587458745876,-158.68586858685867,-158.62586258625862,-158.56585658565857,-158.5058505850585,-158.44584458445846,-158.38583858385837,-158.32583258325832,-158.26582658265826,-158.2058205820582,-158.14581458145815,-158.0858085808581,-158.02580258025802,-157.96579657965796,-157.9057905790579,-157.84578457845785,-157.7857785778578,-157.72577257725771,-157.66576657665766,-157.6057605760576,-157.54575457545755,-157.4857485748575,-157.4257425742574,-157.36573657365736,-157.3057305730573,-157.24572457245725,-157.1857185718572,-157.12571257125714,-157.06570657065706,-157.005700570057,-156.94569456945695,-156.8856885688569,-156.82568256825684,-156.76567656765675,-156.7056705670567,-156.64566456645665,-156.5856585658566,-156.52565256525654,-156.46564656465645,-156.4056405640564,-156.34563456345634,-156.2856285628563,-156.22562256225623,-156.16561656165618,-156.1056105610561,-156.04560456045604,-155.985598559856,-155.92559255925593,-155.86558655865588,-155.8055805580558,-155.74557455745574,-155.68556855685569,-155.62556255625563,-155.56555655565558,-155.5055505550555,-155.44554455445544,-155.38553855385538,-155.32553255325533,-155.26552655265527,-155.20552055205522,-155.14551455145514,-155.08550855085508,-155.02550255025503,-154.96549654965497,-154.90549054905492,-154.84548454845483,-154.78547854785478,-154.72547254725472,-154.66546654665467,-154.60546054605462,-154.54545454545453,-154.48544854485448,-154.42544254425442,-154.36543654365437,-154.3054305430543,-154.24542454245426,-154.18541854185418,-154.12541254125412,-154.06540654065407,-154.005400540054,-153.94539453945396,-153.88538853885387,-153.82538253825382,-153.76537653765376,-153.7053705370537,-153.64536453645366,-153.58535853585357,-153.52535253525352,-153.46534653465346,-153.4053405340534,-153.34533453345335,-153.2853285328533,-153.22532253225322,-153.16531653165316,-153.1053105310531,-153.04530453045305,-152.985298529853,-152.9252925292529,-152.86528652865286,-152.8052805280528,-152.74527452745275,-152.6852685268527,-152.6252625262526,-152.56525652565256,-152.5052505250525,-152.44524452445245,-152.3852385238524,-152.32523252325234,-152.26522652265226,-152.2052205220522,-152.14521452145215,-152.0852085208521,-152.02520252025204,-151.96519651965195,-151.9051905190519,-151.84518451845184,-151.7851785178518,-151.72517251725174,-151.66516651665165,-151.6051605160516,-151.54515451545154,-151.4851485148515,-151.42514251425143,-151.36513651365138,-151.3051305130513,-151.24512451245124,-151.1851185118512,-151.12511251125113,-151.06510651065108,-151.005100510051,-150.94509450945094,-150.88508850885088,-150.82508250825083,-150.76507650765078,-150.7050705070507,-150.64506450645064,-150.58505850585058,-150.52505250525053,-150.46504650465047,-150.40504050405042,-150.34503450345034,-150.28502850285028,-150.22502250225023,-150.16501650165017,-150.10501050105012,-150.04500450045003,-149.98499849984998,-149.92499249924992,-149.86498649864987,-149.80498049804982,-149.74497449744973,-149.68496849684968,-149.62496249624962,-149.56495649564957,-149.5049504950495,-149.44494449444946,-149.38493849384938,-149.32493249324932,-149.26492649264927,-149.2049204920492,-149.14491449144916,-149.08490849084907,-149.02490249024902,-148.96489648964896,-148.9048904890489,-148.84488448844886,-148.78487848784877,-148.72487248724872,-148.66486648664866,-148.6048604860486,-148.54485448544855,-148.4848484848485,-148.42484248424842,-148.36483648364836,-148.3048304830483,-148.24482448244825,-148.1848184818482,-148.1248124812481,-148.06480648064806,-148.004800480048,-147.94479447944795,-147.8847884788479,-147.8247824782478,-147.76477647764776,-147.7047704770477,-147.64476447644765,-147.5847584758476,-147.52475247524754,-147.46474647464746,-147.4047404740474,-147.34473447344735,-147.2847284728473,-147.22472247224724,-147.16471647164715,-147.1047104710471,-147.04470447044704,-146.984698469847,-146.92469246924693,-146.86468646864685,-146.8046804680468,-146.74467446744674,-146.6846684668467,-146.62466246624663,-146.56465646564658,-146.5046504650465,-146.44464446444644,-146.3846384638464,-146.32463246324633,-146.26462646264628,-146.2046204620462,-146.14461446144614,-146.08460846084608,-146.02460246024603,-145.96459645964597,-145.9045904590459,-145.84458445844584,-145.78457845784578,-145.72457245724573,-145.66456645664567,-145.60456045604562,-145.54455445544554,-145.48454845484548,-145.42454245424543,-145.36453645364537,-145.30453045304532,-145.24452445244523,-145.18451845184518,-145.12451245124512,-145.06450645064507,-145.00450045004501,-144.94449444944493,-144.88448844884488,-144.82448244824482,-144.76447644764477,-144.7044704470447,-144.64446444644466,-144.58445844584458,-144.52445244524452,-144.46444644464447,-144.4044404440444,-144.34443444344436,-144.28442844284427,-144.22442244224422,-144.16441644164416,-144.1044104410441,-144.04440444044405,-143.98439843984397,-143.92439243924392,-143.86438643864386,-143.8043804380438,-143.74437443744375,-143.6843684368437,-143.62436243624362,-143.56435643564356,-143.5043504350435,-143.44434443444345,-143.3843384338434,-143.3243324332433,-143.26432643264326,-143.2043204320432,-143.14431443144315,-143.0843084308431,-143.024302430243,-142.96429642964296,-142.9042904290429,-142.84428442844285,-142.7842784278428,-142.72427242724274,-142.66426642664266,-142.6042604260426,-142.54425442544255,-142.4842484248425,-142.42424242424244,-142.36423642364235,-142.3042304230423,-142.24422442244224,-142.1842184218422,-142.12421242124213,-142.06420642064205,-142.004200420042,-141.94419441944194,-141.8841884188419,-141.82418241824183,-141.76417641764178,-141.7041704170417,-141.64416441644164,-141.58415841584159,-141.52415241524153,-141.46414641464148,-141.4041404140414,-141.34413441344134,-141.28412841284128,-141.22412241224123,-141.16411641164117,-141.1041104110411,-141.04410441044104,-140.98409840984098,-140.92409240924093,-140.86408640864087,-140.80408040804082,-140.74407440744073,-140.68406840684068,-140.62406240624063,-140.56405640564057,-140.50405040504052,-140.44404440444043,-140.38403840384038,-140.32403240324032,-140.26402640264027,-140.20402040204021,-140.14401440144013,-140.08400840084008,-140.02400240024002,-139.96399639963997,-139.9039903990399,-139.84398439843986,-139.78397839783977,-139.72397239723972,-139.66396639663967,-139.6039603960396,-139.54395439543956,-139.48394839483947,-139.42394239423942,-139.36393639363936,-139.3039303930393,-139.24392439243925,-139.18391839183917,-139.12391239123912,-139.06390639063906,-139.003900390039,-138.94389438943895,-138.8838883888389,-138.82388238823881,-138.76387638763876,-138.7038703870387,-138.64386438643865,-138.5838583858386,-138.5238523852385,-138.46384638463846,-138.4038403840384,-138.34383438343835,-138.2838283828383,-138.2238223822382,-138.16381638163816,-138.1038103810381,-138.04380438043805,-137.983798379838,-137.92379237923794,-137.86378637863785,-137.8037803780378,-137.74377437743775,-137.6837683768377,-137.62376237623764,-137.56375637563755,-137.5037503750375,-137.44374437443744,-137.3837383738374,-137.32373237323733,-137.26372637263725,-137.2037203720372,-137.14371437143714,-137.0837083708371,-137.02370237023703,-136.96369636963698,-136.9036903690369,-136.84368436843684,-136.78367836783679,-136.72367236723673,-136.66366636663668,-136.6036603660366,-136.54365436543654,-136.48364836483648,-136.42364236423643,-136.36363636363637,-136.3036303630363,-136.24362436243624,-136.18361836183618,-136.12361236123613,-136.06360636063607,-136.00360036003602,-135.94359435943593,-135.88358835883588,-135.82358235823583,-135.76357635763577,-135.70357035703572,-135.64356435643563,-135.58355835583558,-135.52355235523552,-135.46354635463547,-135.4035403540354,-135.34353435343533,-135.28352835283528,-135.22352235223522,-135.16351635163517,-135.1035103510351,-135.04350435043506,-134.98349834983497,-134.92349234923492,-134.86348634863486,-134.8034803480348,-134.74347434743476,-134.68346834683467,-134.62346234623462,-134.56345634563456,-134.5034503450345,-134.44344434443445,-134.38343834383437,-134.32343234323432,-134.26342634263426,-134.2034203420342,-134.14341434143415,-134.0834083408341,-134.02340234023401,-133.96339633963396,-133.9033903390339,-133.84338433843385,-133.7833783378338,-133.7233723372337,-133.66336633663366,-133.6033603360336,-133.54335433543355,-133.4833483348335,-133.4233423342334,-133.36333633363336,-133.3033303330333,-133.24332433243325,-133.1833183318332,-133.12331233123314,-133.06330633063305,-133.003300330033,-132.94329432943294,-132.8832883288329,-132.82328232823284,-132.76327632763275,-132.7032703270327,-132.64326432643264,-132.5832583258326,-132.52325232523253,-132.46324632463245,-132.4032403240324,-132.34323432343234,-132.2832283228323,-132.22322232223223,-132.16321632163218,-132.1032103210321,-132.04320432043204,-131.98319831983198,-131.92319231923193,-131.86318631863188,-131.8031803180318,-131.74317431743174,-131.68316831683168,-131.62316231623163,-131.56315631563157,-131.5031503150315,-131.44314431443144,-131.38313831383138,-131.32313231323133,-131.26312631263127,-131.20312031203122,-131.14311431143113,-131.08310831083108,-131.02310231023102,-130.96309630963097,-130.90309030903092,-130.84308430843083,-130.78307830783078,-130.72307230723072,-130.66306630663067,-130.6030603060306,-130.54305430543053,-130.48304830483048,-130.42304230423042,-130.36303630363037,-130.3030303030303,-130.24302430243026,-130.18301830183017,-130.12301230123012,-130.06300630063006,-130.00300030003,-129.94299429942996,-129.88298829882987,-129.82298229822982,-129.76297629762976,-129.7029702970297,-129.64296429642965,-129.58295829582957,-129.52295229522952,-129.46294629462946,-129.4029402940294,-129.34293429342935,-129.2829282928293,-129.2229222922292,-129.16291629162916,-129.1029102910291,-129.04290429042905,-128.982898289829,-128.9228922892289,-128.86288628862886,-128.8028802880288,-128.74287428742875,-128.6828682868287,-128.6228622862286,-128.56285628562856,-128.5028502850285,-128.44284428442845,-128.3828382838284,-128.32283228322834,-128.26282628262825,-128.2028202820282,-128.14281428142814,-128.0828082808281,-128.02280228022803,-127.96279627962797,-127.9027902790279,-127.84278427842784,-127.78277827782779,-127.72277227722772,-127.66276627662766,-127.60276027602761,-127.54275427542754,-127.48274827482749,-127.42274227422742,-127.36273627362736,-127.30273027302731,-127.24272427242724,-127.18271827182718,-127.12271227122713,-127.06270627062706,-127.002700270027,-126.94269426942694,-126.88268826882688,-126.82268226822683,-126.76267626762676,-126.7026702670267,-126.64266426642665,-126.58265826582658,-126.52265226522653,-126.46264626462646,-126.4026402640264,-126.34263426342635,-126.28262826282628,-126.22262226222622,-126.16261626162617,-126.1026102610261,-126.04260426042605,-125.98259825982598,-125.92259225922592,-125.86258625862587,-125.8025802580258,-125.74257425742574,-125.68256825682569,-125.62256225622562,-125.56255625562557,-125.5025502550255,-125.44254425442544,-125.38253825382539,-125.32253225322532,-125.26252625262526,-125.20252025202521,-125.14251425142514,-125.08250825082509,-125.02250225022502,-124.96249624962496,-124.90249024902491,-124.84248424842484,-124.78247824782478,-124.72247224722473,-124.66246624662466,-124.6024602460246,-124.54245424542454,-124.48244824482448,-124.42244224422443,-124.36243624362436,-124.3024302430243,-124.24242424242425,-124.18241824182418,-124.12241224122413,-124.06240624062406,-124.002400240024,-123.94239423942395,-123.88238823882388,-123.82238223822382,-123.76237623762377,-123.7023702370237,-123.64236423642365,-123.58235823582358,-123.52235223522352,-123.46234623462347,-123.4023402340234,-123.34233423342334,-123.28232823282329,-123.22232223222322,-123.16231623162317,-123.1023102310231,-123.04230423042304,-122.98229822982299,-122.92229222922292,-122.86228622862286,-122.80228022802281,-122.74227422742274,-122.68226822682269,-122.62226222622262,-122.56225622562256,-122.50225022502251,-122.44224422442244,-122.38223822382238,-122.32223222322233,-122.26222622262226,-122.2022202220222,-122.14221422142214,-122.08220822082208,-122.02220222022203,-121.96219621962196,-121.9021902190219,-121.84218421842185,-121.78217821782178,-121.72217221722173,-121.66216621662166,-121.6021602160216,-121.54215421542155,-121.48214821482148,-121.42214221422142,-121.36213621362137,-121.3021302130213,-121.24212421242125,-121.18211821182118,-121.12211221122112,-121.06210621062107,-121.002100210021,-120.94209420942094,-120.88208820882089,-120.82208220822082,-120.76207620762077,-120.7020702070207,-120.64206420642064,-120.58205820582059,-120.52205220522052,-120.46204620462046,-120.40204020402041,-120.34203420342034,-120.28202820282029,-120.22202220222022,-120.16201620162016,-120.10201020102011,-120.04200420042004,-119.98199819981998,-119.92199219921993,-119.86198619861986,-119.8019801980198,-119.74197419741974,-119.68196819681968,-119.62196219621963,-119.56195619561956,-119.5019501950195,-119.44194419441945,-119.38193819381938,-119.32193219321933,-119.26192619261926,-119.2019201920192,-119.14191419141915,-119.08190819081908,-119.02190219021902,-118.96189618961897,-118.9018901890189,-118.84188418841885,-118.78187818781878,-118.72187218721872,-118.66186618661867,-118.6018601860186,-118.54185418541854,-118.48184818481849,-118.42184218421842,-118.36183618361837,-118.3018301830183,-118.24182418241824,-118.18181818181819,-118.12181218121812,-118.06180618061806,-118.00180018001801,-117.94179417941794,-117.88178817881789,-117.82178217821782,-117.76177617761776,-117.7017701770177,-117.64176417641764,-117.58175817581758,-117.52175217521753,-117.46174617461746,-117.4017401740174,-117.34173417341734,-117.28172817281728,-117.22172217221723,-117.16171617161716,-117.1017101710171,-117.04170417041705,-116.98169816981698,-116.92169216921693,-116.86168616861686,-116.8016801680168,-116.74167416741675,-116.68166816681668,-116.62166216621662,-116.56165616561657,-116.5016501650165,-116.44164416441645,-116.38163816381638,-116.32163216321632,-116.26162616261627,-116.2016201620162,-116.14161416141614,-116.08160816081609,-116.02160216021602,-115.96159615961597,-115.9015901590159,-115.84158415841584,-115.78157815781579,-115.72157215721572,-115.66156615661566,-115.60156015601561,-115.54155415541554,-115.48154815481548,-115.42154215421542,-115.36153615361536,-115.3015301530153,-115.24152415241524,-115.18151815181518,-115.12151215121513,-115.06150615061506,-115.001500150015,-114.94149414941494,-114.88148814881488,-114.82148214821483,-114.76147614761476,-114.7014701470147,-114.64146414641465,-114.58145814581458,-114.52145214521452,-114.46144614461446,-114.4014401440144,-114.34143414341435,-114.28142814281428,-114.22142214221422,-114.16141614161417,-114.1014101410141,-114.04140414041404,-113.98139813981398,-113.92139213921392,-113.86138613861387,-113.8013801380138,-113.74137413741374,-113.68136813681369,-113.62136213621362,-113.56135613561356,-113.5013501350135,-113.44134413441344,-113.38133813381339,-113.32133213321332,-113.26132613261326,-113.20132013201321,-113.14131413141314,-113.08130813081308,-113.02130213021302,-112.96129612961296,-112.9012901290129,-112.84128412841284,-112.78127812781278,-112.72127212721273,-112.66126612661266,-112.6012601260126,-112.54125412541254,-112.48124812481248,-112.42124212421243,-112.36123612361236,-112.3012301230123,-112.24122412241225,-112.18121812181218,-112.12121212121212,-112.06120612061206,-112.001200120012,-111.94119411941195,-111.88118811881188,-111.82118211821182,-111.76117611761177,-111.7011701170117,-111.64116411641164,-111.58115811581158,-111.52115211521152,-111.46114611461147,-111.4011401140114,-111.34113411341134,-111.28112811281129,-111.22112211221122,-111.16111611161116,-111.1011101110111,-111.04110411041104,-110.98109810981099,-110.92109210921092,-110.86108610861086,-110.80108010801081,-110.74107410741074,-110.68106810681068,-110.62106210621062,-110.56105610561056,-110.5010501050105,-110.44104410441044,-110.38103810381038,-110.32103210321033,-110.26102610261026,-110.2010201020102,-110.14101410141014,-110.08100810081008,-110.02100210021003,-109.96099609960996,-109.9009900990099,-109.84098409840985,-109.78097809780978,-109.72097209720972,-109.66096609660966,-109.6009600960096,-109.54095409540955,-109.48094809480948,-109.42094209420942,-109.36093609360937,-109.3009300930093,-109.24092409240924,-109.18091809180918,-109.12091209120912,-109.06090609060907,-109.000900090009,-108.94089408940894,-108.88088808880889,-108.82088208820882,-108.76087608760876,-108.7008700870087,-108.64086408640864,-108.58085808580859,-108.52085208520852,-108.46084608460846,-108.40084008400841,-108.34083408340834,-108.28082808280828,-108.22082208220822,-108.16081608160816,-108.1008100810081,-108.04080408040804,-107.98079807980798,-107.92079207920793,-107.86078607860786,-107.8007800780078,-107.74077407740774,-107.68076807680768,-107.62076207620763,-107.56075607560756,-107.5007500750075,-107.44074407440745,-107.38073807380738,-107.32073207320732,-107.26072607260726,-107.2007200720072,-107.14071407140715,-107.08070807080708,-107.02070207020702,-106.96069606960697,-106.9006900690069,-106.84068406840684,-106.78067806780678,-106.72067206720672,-106.66066606660667,-106.6006600660066,-106.54065406540654,-106.48064806480649,-106.42064206420642,-106.36063606360636,-106.3006300630063,-106.24062406240624,-106.18061806180619,-106.12061206120612,-106.06060606060606,-106.00060006000601,-105.94059405940594,-105.88058805880588,-105.82058205820582,-105.76057605760576,-105.7005700570057,-105.64056405640564,-105.58055805580558,-105.52055205520553,-105.46054605460546,-105.4005400540054,-105.34053405340534,-105.28052805280528,-105.22052205220523,-105.16051605160516,-105.1005100510051,-105.04050405040505,-104.98049804980498,-104.92049204920492,-104.86048604860486,-104.8004800480048,-104.74047404740475,-104.68046804680468,-104.62046204620462,-104.56045604560457,-104.5004500450045,-104.44044404440444,-104.38043804380438,-104.32043204320432,-104.26042604260427,-104.2004200420042,-104.14041404140414,-104.08040804080409,-104.02040204020402,-103.96039603960396,-103.9003900390039,-103.84038403840384,-103.78037803780379,-103.72037203720372,-103.66036603660366,-103.60036003600361,-103.54035403540354,-103.48034803480348,-103.42034203420341,-103.36033603360336,-103.3003300330033,-103.24032403240324,-103.18031803180318,-103.12031203120313,-103.06030603060306,-103.000300030003,-102.94029402940293,-102.88028802880288,-102.82028202820283,-102.76027602760276,-102.7002700270027,-102.64026402640265,-102.58025802580258,-102.52025202520252,-102.46024602460245,-102.4002400240024,-102.34023402340235,-102.28022802280228,-102.22022202220222,-102.16021602160217,-102.1002100210021,-102.04020402040204,-101.98019801980197,-101.92019201920192,-101.86018601860187,-101.8001800180018,-101.74017401740174,-101.68016801680169,-101.62016201620162,-101.56015601560156,-101.5001500150015,-101.44014401440144,-101.38013801380139,-101.32013201320132,-101.26012601260126,-101.20012001200121,-101.14011401140114,-101.08010801080108,-101.02010201020101,-100.96009600960096,-100.9000900090009,-100.84008400840084,-100.78007800780078,-100.72007200720073,-100.66006600660066,-100.6000600060006,-100.54005400540053,-100.48004800480048,-100.42004200420043,-100.36003600360036,-100.3000300030003,-100.24002400240025,-100.18001800180018,-100.12001200120012,-100.06000600060005,-100.0,-99.93999399939995,-99.87998799879988,-99.81998199819982,-99.75997599759975,-99.6999699969997,-99.63996399639964,-99.57995799579957,-99.51995199519952,-99.45994599459947,-99.3999399939994,-99.33993399339934,-99.27992799279927,-99.21992199219922,-99.15991599159916,-99.0999099909991,-99.03990399039904,-98.97989798979899,-98.91989198919892,-98.85988598859886,-98.79987998799879,-98.73987398739874,-98.67986798679868,-98.61986198619861,-98.55985598559856,-98.4998499849985,-98.43984398439844,-98.37983798379838,-98.31983198319831,-98.25982598259826,-98.1998199819982,-98.13981398139813,-98.07980798079808,-98.01980198019803,-97.95979597959796,-97.8997899789979,-97.83978397839783,-97.77977797779778,-97.71977197719772,-97.65976597659765,-97.5997599759976,-97.53975397539755,-97.47974797479748,-97.41974197419742,-97.35973597359735,-97.2997299729973,-97.23972397239724,-97.17971797179717,-97.11971197119712,-97.05970597059707,-96.999699969997,-96.93969396939694,-96.87968796879687,-96.81968196819682,-96.75967596759676,-96.6996699669967,-96.63966396639664,-96.57965796579659,-96.51965196519652,-96.45964596459646,-96.39963996399639,-96.33963396339634,-96.27962796279628,-96.21962196219621,-96.15961596159616,-96.0996099609961,-96.03960396039604,-95.97959795979598,-95.91959195919591,-95.85958595859586,-95.7995799579958,-95.73957395739573,-95.67956795679568,-95.61956195619562,-95.55955595559556,-95.4995499549955,-95.43954395439543,-95.37953795379538,-95.31953195319532,-95.25952595259525,-95.1995199519952,-95.13951395139514,-95.07950795079508,-95.01950195019502,-94.95949594959495,-94.8994899489949,-94.83948394839484,-94.77947794779477,-94.71947194719472,-94.65946594659466,-94.5994599459946,-94.53945394539454,-94.47944794479447,-94.41944194419442,-94.35943594359436,-94.2994299429943,-94.23942394239424,-94.17941794179418,-94.11941194119412,-94.05940594059406,-93.99939993999399,-93.93939393939394,-93.87938793879388,-93.81938193819381,-93.75937593759376,-93.6993699369937,-93.63936393639364,-93.57935793579358,-93.51935193519351,-93.45934593459346,-93.3993399339934,-93.33933393339333,-93.27932793279328,-93.21932193219322,-93.15931593159316,-93.0993099309931,-93.03930393039303,-92.97929792979298,-92.91929192919292,-92.85928592859285,-92.7992799279928,-92.73927392739274,-92.67926792679268,-92.61926192619262,-92.55925592559255,-92.4992499249925,-92.43924392439244,-92.37923792379237,-92.31923192319232,-92.25922592259226,-92.1992199219922,-92.13921392139214,-92.07920792079207,-92.01920192019202,-91.95919591959196,-91.8991899189919,-91.83918391839184,-91.77917791779178,-91.71917191719172,-91.65916591659166,-91.59915991599159,-91.53915391539154,-91.47914791479148,-91.41914191419141,-91.35913591359136,-91.2991299129913,-91.23912391239124,-91.17911791179118,-91.11911191119111,-91.05910591059106,-90.999099909991,-90.93909390939093,-90.87908790879088,-90.81908190819082,-90.75907590759076,-90.6990699069907,-90.63906390639063,-90.57905790579058,-90.51905190519052,-90.45904590459045,-90.3990399039904,-90.33903390339034,-90.27902790279028,-90.21902190219022,-90.15901590159015,-90.0990099009901,-90.03900390039004,-89.97899789978997,-89.91899189918992,-89.85898589858986,-89.7989798979898,-89.73897389738974,-89.67896789678967,-89.61896189618962,-89.55895589558956,-89.4989498949895,-89.43894389438944,-89.37893789378938,-89.31893189318932,-89.25892589258926,-89.19891989198919,-89.13891389138914,-89.07890789078908,-89.01890189018901,-88.95889588958896,-88.8988898889889,-88.83888388838884,-88.77887788778878,-88.71887188718871,-88.65886588658866,-88.5988598859886,-88.53885388538853,-88.47884788478848,-88.41884188418842,-88.35883588358836,-88.2988298829883,-88.23882388238823,-88.17881788178818,-88.11881188118812,-88.05880588058805,-87.998799879988,-87.93879387938794,-87.87878787878788,-87.81878187818782,-87.75877587758775,-87.6987698769877,-87.63876387638764,-87.57875787578757,-87.51875187518752,-87.45874587458746,-87.3987398739874,-87.33873387338734,-87.27872787278727,-87.21872187218722,-87.15871587158716,-87.0987098709871,-87.03870387038704,-86.97869786978698,-86.91869186918692,-86.85868586858686,-86.79867986798679,-86.73867386738674,-86.67866786678668,-86.61866186618661,-86.55865586558656,-86.4986498649865,-86.43864386438644,-86.37863786378638,-86.31863186318631,-86.25862586258626,-86.1986198619862,-86.13861386138613,-86.07860786078608,-86.01860186018602,-85.95859585958596,-85.8985898589859,-85.83858385838583,-85.77857785778578,-85.71857185718572,-85.65856585658565,-85.5985598559856,-85.53855385538554,-85.47854785478548,-85.41854185418542,-85.35853585358535,-85.2985298529853,-85.23852385238524,-85.17851785178517,-85.11851185118512,-85.05850585058506,-84.998499849985,-84.93849384938494,-84.87848784878487,-84.81848184818482,-84.75847584758476,-84.6984698469847,-84.63846384638464,-84.57845784578458,-84.51845184518452,-84.45844584458446,-84.39843984398439,-84.33843384338434,-84.27842784278428,-84.21842184218421,-84.15841584158416,-84.0984098409841,-84.03840384038403,-83.97839783978398,-83.91839183918391,-83.85838583858386,-83.7983798379838,-83.73837383738373,-83.67836783678368,-83.61836183618362,-83.55835583558355,-83.4983498349835,-83.43834383438343,-83.37833783378338,-83.31833183318332,-83.25832583258325,-83.1983198319832,-83.13831383138314,-83.07830783078307,-83.01830183018302,-82.95829582958295,-82.8982898289829,-82.83828382838284,-82.77827782778277,-82.71827182718272,-82.65826582658266,-82.5982598259826,-82.53825382538254,-82.47824782478247,-82.41824182418242,-82.35823582358236,-82.2982298229823,-82.23822382238224,-82.17821782178218,-82.11821182118211,-82.05820582058206,-81.99819981998199,-81.93819381938194,-81.87818781878188,-81.81818181818181,-81.75817581758176,-81.6981698169817,-81.63816381638163,-81.57815781578158,-81.51815181518151,-81.45814581458146,-81.3981398139814,-81.33813381338133,-81.27812781278128,-81.21812181218122,-81.15811581158115,-81.0981098109811,-81.03810381038103,-80.97809780978098,-80.91809180918092,-80.85808580858085,-80.7980798079808,-80.73807380738074,-80.67806780678067,-80.61806180618062,-80.55805580558055,-80.4980498049805,-80.43804380438044,-80.37803780378037,-80.31803180318032,-80.25802580258026,-80.1980198019802,-80.13801380138014,-80.07800780078007,-80.01800180018002,-79.95799579957996,-79.89798979897989,-79.83798379837984,-79.77797779777978,-79.71797179717971,-79.65796579657966,-79.59795979597959,-79.53795379537954,-79.47794779477948,-79.41794179417941,-79.35793579357936,-79.2979297929793,-79.23792379237923,-79.17791779177918,-79.11791179117911,-79.05790579057906,-78.997899789979,-78.93789378937893,-78.87788778877888,-78.81788178817882,-78.75787578757875,-78.6978697869787,-78.63786378637863,-78.57785778577858,-78.51785178517852,-78.45784578457845,-78.3978397839784,-78.33783378337834,-78.27782778277827,-78.21782178217822,-78.15781578157815,-78.0978097809781,-78.03780378037804,-77.97779777977797,-77.91779177917792,-77.85778577857786,-77.7977797779778,-77.73777377737774,-77.67776777677767,-77.61776177617762,-77.55775577557756,-77.49774977497749,-77.43774377437744,-77.37773777377738,-77.31773177317731,-77.25772577257726,-77.19771977197719,-77.13771377137714,-77.07770777077708,-77.01770177017701,-76.95769576957696,-76.8976897689769,-76.83768376837683,-76.77767776777678,-76.71767176717671,-76.65766576657666,-76.5976597659766,-76.53765376537653,-76.47764776477648,-76.41764176417642,-76.35763576357635,-76.2976297629763,-76.23762376237623,-76.17761776177618,-76.11761176117612,-76.05760576057605,-75.997599759976,-75.93759375937594,-75.87758775877587,-75.81758175817582,-75.75757575757575,-75.6975697569757,-75.63756375637564,-75.57755775577557,-75.51755175517552,-75.45754575457546,-75.3975397539754,-75.33753375337534,-75.27752775277527,-75.21752175217522,-75.15751575157516,-75.09750975097509,-75.03750375037504,-74.97749774977498,-74.91749174917491,-74.85748574857486,-74.79747974797479,-74.73747374737474,-74.67746774677468,-74.61746174617461,-74.55745574557456,-74.4974497449745,-74.43744374437443,-74.37743774377438,-74.31743174317431,-74.25742574257426,-74.1974197419742,-74.13741374137413,-74.07740774077408,-74.01740174017402,-73.95739573957395,-73.8973897389739,-73.83738373837383,-73.77737773777378,-73.71737173717372,-73.65736573657365,-73.5973597359736,-73.53735373537354,-73.47734773477347,-73.41734173417342,-73.35733573357335,-73.2973297329733,-73.23732373237324,-73.17731773177317,-73.11731173117312,-73.05730573057306,-72.997299729973,-72.93729372937294,-72.87728772877287,-72.81728172817282,-72.75727572757276,-72.69726972697269,-72.63726372637264,-72.57725772577258,-72.51725172517251,-72.45724572457246,-72.39723972397239,-72.33723372337234,-72.27722772277228,-72.21722172217221,-72.15721572157216,-72.0972097209721,-72.03720372037203,-71.97719771977198,-71.91719171917191,-71.85718571857186,-71.7971797179718,-71.73717371737173,-71.67716771677168,-71.61716171617162,-71.55715571557155,-71.4971497149715,-71.43714371437143,-71.37713771377138,-71.31713171317132,-71.25712571257125,-71.1971197119712,-71.13711371137114,-71.07710771077107,-71.01710171017102,-70.95709570957095,-70.8970897089709,-70.83708370837084,-70.77707770777077,-70.71707170717072,-70.65706570657066,-70.5970597059706,-70.53705370537054,-70.47704770477047,-70.41704170417042,-70.35703570357036,-70.29702970297029,-70.23702370237024,-70.17701770177018,-70.11701170117011,-70.05700570057006,-69.99699969996999,-69.93699369936994,-69.87698769876988,-69.81698169816981,-69.75697569756976,-69.6969696969697,-69.63696369636963,-69.57695769576958,-69.51695169516951,-69.45694569456946,-69.3969396939694,-69.33693369336933,-69.27692769276928,-69.21692169216922,-69.15691569156915,-69.0969096909691,-69.03690369036903,-68.97689768976898,-68.91689168916892,-68.85688568856885,-68.7968796879688,-68.73687368736874,-68.67686768676867,-68.61686168616862,-68.55685568556855,-68.4968496849685,-68.43684368436844,-68.37683768376837,-68.31683168316832,-68.25682568256826,-68.1968196819682,-68.13681368136814,-68.07680768076807,-68.01680168016802,-67.95679567956796,-67.89678967896789,-67.83678367836784,-67.77677767776778,-67.71677167716771,-67.65676567656766,-67.59675967596759,-67.53675367536754,-67.47674767476748,-67.41674167416741,-67.35673567356736,-67.2967296729673,-67.23672367236723,-67.17671767176718,-67.11671167116711,-67.05670567056706,-66.996699669967,-66.93669366936693,-66.87668766876688,-66.81668166816682,-66.75667566756675,-66.6966696669667,-66.63666366636663,-66.57665766576658,-66.51665166516652,-66.45664566456645,-66.3966396639664,-66.33663366336634,-66.27662766276627,-66.21662166216622,-66.15661566156615,-66.0966096609661,-66.03660366036604,-65.97659765976597,-65.91659165916592,-65.85658565856586,-65.7965796579658,-65.73657365736574,-65.67656765676567,-65.61656165616562,-65.55655565556556,-65.49654965496549,-65.43654365436544,-65.37653765376538,-65.31653165316531,-65.25652565256526,-65.19651965196519,-65.13651365136514,-65.07650765076508,-65.01650165016501,-64.95649564956496,-64.8964896489649,-64.83648364836483,-64.77647764776478,-64.71647164716471,-64.65646564656466,-64.5964596459646,-64.53645364536453,-64.47644764476448,-64.41644164416442,-64.35643564356435,-64.2964296429643,-64.23642364236423,-64.17641764176417,-64.11641164116412,-64.05640564056405,-63.996399639964,-63.936393639363935,-63.87638763876387,-63.81638163816382,-63.75637563756376,-63.696369636963695,-63.63636363636363,-63.57635763576358,-63.51635163516352,-63.456345634563455,-63.39633963396339,-63.33633363336334,-63.27632763276328,-63.216321632163215,-63.15631563156315,-63.0963096309631,-63.03630363036304,-62.976297629762975,-62.91629162916291,-62.85628562856286,-62.7962796279628,-62.736273627362735,-62.67626762676267,-62.61626162616262,-62.55625562556256,-62.496249624962495,-62.43624362436243,-62.37623762376238,-62.31623162316232,-62.256225622562255,-62.19621962196219,-62.13621362136214,-62.07620762076208,-62.016201620162015,-61.95619561956195,-61.8961896189619,-61.83618361836184,-61.776177617761775,-61.71617161716171,-61.65616561656166,-61.5961596159616,-61.536153615361535,-61.47614761476147,-61.41614161416142,-61.35613561356136,-61.296129612961295,-61.23612361236123,-61.17611761176118,-61.11611161116112,-61.056105610561055,-60.99609960996099,-60.93609360936094,-60.876087608760876,-60.816081608160815,-60.75607560756075,-60.6960696069607,-60.636063606360636,-60.576057605760575,-60.51605160516051,-60.45604560456046,-60.396039603960396,-60.336033603360335,-60.27602760276027,-60.21602160216022,-60.156015601560156,-60.096009600960095,-60.03600360036003,-59.97599759975998,-59.915991599159916,-59.855985598559855,-59.79597959795979,-59.73597359735974,-59.675967596759676,-59.615961596159615,-59.55595559555955,-59.4959495949595,-59.435943594359436,-59.375937593759375,-59.31593159315931,-59.25592559255926,-59.195919591959196,-59.135913591359135,-59.07590759075907,-59.01590159015902,-58.955895589558956,-58.895889588958894,-58.83588358835883,-58.77587758775878,-58.715871587158716,-58.655865586558654,-58.59585958595859,-58.53585358535854,-58.475847584758476,-58.415841584158414,-58.35583558355835,-58.2958295829583,-58.235823582358236,-58.175817581758174,-58.11581158115811,-58.05580558055806,-57.995799579957996,-57.935793579357934,-57.87578757875787,-57.81578157815782,-57.755775577557756,-57.695769576957694,-57.63576357635763,-57.57575757575758,-57.515751575157516,-57.455745574557454,-57.39573957395739,-57.33573357335734,-57.275727572757276,-57.215721572157214,-57.15571557155715,-57.0957095709571,-57.035703570357036,-56.975697569756974,-56.91569156915691,-56.85568556855686,-56.795679567956796,-56.735673567356734,-56.67566756675667,-56.61566156615662,-56.555655565556556,-56.495649564956494,-56.43564356435643,-56.37563756375638,-56.315631563156316,-56.255625562556254,-56.19561956195619,-56.13561356135614,-56.075607560756076,-56.015601560156014,-55.95559555955595,-55.8955895589559,-55.835583558355836,-55.775577557755774,-55.71557155715571,-55.65556555655566,-55.595559555955596,-55.535553555355534,-55.47554755475547,-55.41554155415542,-55.355535553555356,-55.295529552955294,-55.23552355235523,-55.17551755175518,-55.115511551155116,-55.055505550555054,-54.99549954995499,-54.93549354935494,-54.875487548754876,-54.815481548154814,-54.75547554755475,-54.6954695469547,-54.635463546354636,-54.575457545754574,-54.51545154515451,-54.45544554455446,-54.395439543954396,-54.335433543354334,-54.27542754275427,-54.21542154215422,-54.155415541554156,-54.095409540954094,-54.03540354035403,-53.97539753975398,-53.915391539153916,-53.855385538553854,-53.79537953795379,-53.73537353735374,-53.675367536753676,-53.615361536153614,-53.55535553555355,-53.4953495349535,-53.435343534353436,-53.375337533753374,-53.31533153315331,-53.25532553255326,-53.195319531953196,-53.135313531353134,-53.07530753075307,-53.01530153015302,-52.955295529552956,-52.895289528952894,-52.83528352835283,-52.77527752775278,-52.715271527152716,-52.655265526552654,-52.59525952595259,-52.53525352535254,-52.475247524752476,-52.415241524152414,-52.35523552355235,-52.2952295229523,-52.235223522352236,-52.175217521752174,-52.11521152115211,-52.05520552055206,-51.995199519951996,-51.935193519351934,-51.87518751875187,-51.81518151815182,-51.755175517551756,-51.695169516951694,-51.63516351635163,-51.57515751575158,-51.515151515151516,-51.455145514551454,-51.39513951395139,-51.33513351335134,-51.275127512751276,-51.215121512151214,-51.15511551155115,-51.0951095109511,-51.035103510351036,-50.975097509750974,-50.91509150915091,-50.85508550855086,-50.795079507950796,-50.735073507350734,-50.67506750675067,-50.61506150615062,-50.555055505550555,-50.495049504950494,-50.43504350435043,-50.37503750375038,-50.315031503150315,-50.255025502550254,-50.19501950195019,-50.13501350135014,-50.075007500750075,-50.015001500150014,-49.95499549954995,-49.8949894989499,-49.834983498349835,-49.774977497749774,-49.71497149714971,-49.65496549654966,-49.594959495949595,-49.534953495349534,-49.47494749474947,-49.41494149414942,-49.354935493549355,-49.294929492949294,-49.23492349234923,-49.17491749174918,-49.114911491149115,-49.054905490549054,-48.99489948994899,-48.93489348934894,-48.874887488748875,-48.814881488148814,-48.75487548754875,-48.6948694869487,-48.634863486348635,-48.57485748574857,-48.51485148514851,-48.45484548454846,-48.394839483948395,-48.33483348334833,-48.27482748274827,-48.21482148214822,-48.154815481548155,-48.09480948094809,-48.03480348034803,-47.97479747974798,-47.914791479147915,-47.85478547854785,-47.79477947794779,-47.73477347734774,-47.674767476747675,-47.61476147614761,-47.55475547554755,-47.4947494749475,-47.434743474347435,-47.37473747374737,-47.31473147314731,-47.25472547254726,-47.194719471947195,-47.13471347134713,-47.07470747074707,-47.01470147014702,-46.954695469546955,-46.89468946894689,-46.83468346834683,-46.77467746774678,-46.714671467146715,-46.65466546654665,-46.59465946594659,-46.53465346534654,-46.474647464746475,-46.41464146414641,-46.35463546354635,-46.2946294629463,-46.234623462346235,-46.17461746174617,-46.11461146114611,-46.05460546054606,-45.994599459945995,-45.93459345934593,-45.87458745874587,-45.81458145814582,-45.754575457545755,-45.69456945694569,-45.63456345634563,-45.57455745574558,-45.514551455145515,-45.45454545454545,-45.39453945394539,-45.33453345334534,-45.274527452745275,-45.21452145214521,-45.15451545154515,-45.0945094509451,-45.034503450345035,-44.97449744974497,-44.91449144914491,-44.85448544854486,-44.794479447944795,-44.73447344734473,-44.67446744674467,-44.61446144614462,-44.554455445544555,-44.49444944494449,-44.43444344434443,-44.37443744374438,-44.314431443144315,-44.25442544254425,-44.19441944194419,-44.13441344134414,-44.074407440744075,-44.01440144014401,-43.95439543954395,-43.8943894389439,-43.834383438343835,-43.77437743774377,-43.71437143714371,-43.65436543654366,-43.594359435943595,-43.53435343534353,-43.47434743474347,-43.41434143414342,-43.354335433543355,-43.29432943294329,-43.23432343234323,-43.17431743174318,-43.114311431143115,-43.05430543054305,-42.99429942994299,-42.93429342934294,-42.874287428742875,-42.81428142814281,-42.75427542754275,-42.6942694269427,-42.634263426342635,-42.57425742574257,-42.51425142514251,-42.45424542454246,-42.394239423942395,-42.33423342334233,-42.27422742274227,-42.21422142214222,-42.154215421542155,-42.09420942094209,-42.03420342034203,-41.97419741974198,-41.914191419141915,-41.85418541854185,-41.79417941794179,-41.73417341734174,-41.674167416741675,-41.61416141614161,-41.55415541554155,-41.494149414941496,-41.434143414341435,-41.37413741374137,-41.31413141314131,-41.254125412541256,-41.194119411941195,-41.13411341134113,-41.07410741074107,-41.014101410141016,-40.954095409540955,-40.89408940894089,-40.83408340834083,-40.774077407740776,-40.714071407140715,-40.65406540654065,-40.59405940594059,-40.534053405340536,-40.474047404740475,-40.41404140414041,-40.35403540354035,-40.294029402940296,-40.234023402340235,-40.17401740174017,-40.11401140114011,-40.054005400540056,-39.993999399939995,-39.93399339933993,-39.87398739873987,-39.813981398139816,-39.753975397539755,-39.69396939693969,-39.63396339633963,-39.573957395739576,-39.513951395139514,-39.45394539453945,-39.39393939393939,-39.333933393339336,-39.273927392739274,-39.21392139213921,-39.15391539153915,-39.093909390939096,-39.033903390339034,-38.97389738973897,-38.91389138913891,-38.853885388538856,-38.793879387938794,-38.73387338733873,-38.67386738673867,-38.613861386138616,-38.553855385538554,-38.49384938493849,-38.43384338433843,-38.373837383738376,-38.313831383138314,-38.25382538253825,-38.19381938193819,-38.133813381338136,-38.073807380738074,-38.01380138013801,-37.95379537953795,-37.893789378937896,-37.833783378337834,-37.77377737773777,-37.71377137713771,-37.653765376537656,-37.593759375937594,-37.53375337533753,-37.47374737473747,-37.413741374137416,-37.353735373537354,-37.29372937293729,-37.23372337233723,-37.173717371737176,-37.113711371137114,-37.05370537053705,-36.99369936993699,-36.933693369336936,-36.873687368736874,-36.81368136813681,-36.75367536753675,-36.693669366936696,-36.633663366336634,-36.57365736573657,-36.51365136513651,-36.453645364536456,-36.393639363936394,-36.33363336333633,-36.27362736273627,-36.213621362136216,-36.153615361536154,-36.09360936093609,-36.03360336033603,-35.973597359735976,-35.913591359135914,-35.85358535853585,-35.79357935793579,-35.733573357335736,-35.673567356735674,-35.61356135613561,-35.55355535553555,-35.493549354935496,-35.433543354335434,-35.37353735373537,-35.31353135313531,-35.253525352535256,-35.193519351935194,-35.13351335133513,-35.07350735073507,-35.013501350135016,-34.953495349534954,-34.89348934893489,-34.83348334833483,-34.773477347734776,-34.713471347134714,-34.65346534653465,-34.59345934593459,-34.533453345334536,-34.473447344734474,-34.41344134413441,-34.35343534353435,-34.293429342934296,-34.233423342334234,-34.17341734173417,-34.11341134113411,-34.053405340534056,-33.993399339933994,-33.93339333933393,-33.87338733873387,-33.813381338133816,-33.753375337533754,-33.69336933693369,-33.63336333633363,-33.573357335733576,-33.513351335133514,-33.45334533453345,-33.39333933393339,-33.333333333333336,-33.273327332733274,-33.21332133213321,-33.15331533153315,-33.093309330933096,-33.033303330333034,-32.97329732973297,-32.91329132913291,-32.853285328532856,-32.793279327932794,-32.73327332733273,-32.67326732673267,-32.613261326132616,-32.553255325532554,-32.49324932493249,-32.43324332433243,-32.373237323732376,-32.313231323132314,-32.25322532253225,-32.19321932193219,-32.133213321332136,-32.073207320732074,-32.01320132013201,-31.953195319531954,-31.893189318931892,-31.833183318331834,-31.773177317731772,-31.713171317131714,-31.653165316531652,-31.593159315931594,-31.533153315331532,-31.473147314731474,-31.413141314131412,-31.353135313531354,-31.293129312931292,-31.233123312331234,-31.173117311731172,-31.113111311131114,-31.053105310531052,-30.993099309930994,-30.933093309330932,-30.873087308730874,-30.813081308130812,-30.753075307530754,-30.693069306930692,-30.633063306330634,-30.573057305730572,-30.513051305130514,-30.453045304530452,-30.393039303930394,-30.333033303330332,-30.273027302730274,-30.213021302130212,-30.153015301530154,-30.093009300930092,-30.033003300330034,-29.972997299729972,-29.912991299129914,-29.852985298529852,-29.792979297929794,-29.732973297329732,-29.672967296729674,-29.612961296129612,-29.552955295529554,-29.492949294929492,-29.432943294329434,-29.372937293729372,-29.312931293129314,-29.252925292529252,-29.192919291929194,-29.13291329132913,-29.072907290729074,-29.01290129012901,-28.952895289528954,-28.89288928892889,-28.832883288328834,-28.77287728772877,-28.712871287128714,-28.65286528652865,-28.592859285928593,-28.53285328532853,-28.472847284728473,-28.41284128412841,-28.352835283528353,-28.29282928292829,-28.232823282328233,-28.17281728172817,-28.112811281128113,-28.05280528052805,-27.992799279927993,-27.93279327932793,-27.872787278727873,-27.81278127812781,-27.752775277527753,-27.69276927692769,-27.632763276327633,-27.57275727572757,-27.512751275127513,-27.45274527452745,-27.392739273927393,-27.33273327332733,-27.272727272727273,-27.21272127212721,-27.152715271527153,-27.09270927092709,-27.032703270327033,-26.97269726972697,-26.912691269126913,-26.85268526852685,-26.792679267926793,-26.73267326732673,-26.672667266726673,-26.61266126612661,-26.552655265526553,-26.49264926492649,-26.432643264326433,-26.37263726372637,-26.312631263126313,-26.25262526252625,-26.192619261926193,-26.13261326132613,-26.072607260726073,-26.01260126012601,-25.952595259525953,-25.89258925892589,-25.832583258325833,-25.77257725772577,-25.712571257125713,-25.65256525652565,-25.592559255925593,-25.53255325532553,-25.472547254725473,-25.41254125412541,-25.352535253525353,-25.29252925292529,-25.232523252325233,-25.17251725172517,-25.112511251125113,-25.05250525052505,-24.992499249924993,-24.93249324932493,-24.872487248724873,-24.81248124812481,-24.752475247524753,-24.69246924692469,-24.632463246324633,-24.57245724572457,-24.512451245124513,-24.45244524452445,-24.392439243924393,-24.33243324332433,-24.272427242724273,-24.21242124212421,-24.152415241524153,-24.09240924092409,-24.032403240324033,-23.97239723972397,-23.912391239123913,-23.85238523852385,-23.792379237923793,-23.73237323732373,-23.672367236723673,-23.61236123612361,-23.552355235523553,-23.49234923492349,-23.432343234323433,-23.37233723372337,-23.312331233123313,-23.25232523252325,-23.192319231923193,-23.13231323132313,-23.072307230723073,-23.01230123012301,-22.952295229522953,-22.89228922892289,-22.832283228322833,-22.77227722772277,-22.712271227122713,-22.65226522652265,-22.592259225922593,-22.53225322532253,-22.472247224722473,-22.41224122412241,-22.352235223522353,-22.29222922292229,-22.232223222322233,-22.17221722172217,-22.112211221122113,-22.05220522052205,-21.992199219921993,-21.93219321932193,-21.872187218721873,-21.81218121812181,-21.752175217521753,-21.69216921692169,-21.632163216321633,-21.57215721572157,-21.512151215121513,-21.45214521452145,-21.392139213921393,-21.33213321332133,-21.272127212721273,-21.21212121212121,-21.152115211521153,-21.09210921092109,-21.032103210321033,-20.97209720972097,-20.912091209120913,-20.85208520852085,-20.792079207920793,-20.73207320732073,-20.672067206720673,-20.61206120612061,-20.552055205520553,-20.49204920492049,-20.432043204320433,-20.37203720372037,-20.312031203120313,-20.25202520252025,-20.192019201920193,-20.13201320132013,-20.072007200720073,-20.01200120012001,-19.951995199519953,-19.89198919891989,-19.831983198319833,-19.77197719771977,-19.711971197119713,-19.65196519651965,-19.591959195919593,-19.53195319531953,-19.471947194719473,-19.41194119411941,-19.351935193519353,-19.29192919291929,-19.231923192319233,-19.17191719171917,-19.111911191119113,-19.05190519051905,-18.991899189918993,-18.93189318931893,-18.871887188718873,-18.81188118811881,-18.751875187518753,-18.69186918691869,-18.631863186318633,-18.57185718571857,-18.511851185118513,-18.45184518451845,-18.391839183918393,-18.33183318331833,-18.271827182718273,-18.21182118211821,-18.151815181518153,-18.09180918091809,-18.031803180318033,-17.97179717971797,-17.911791179117913,-17.85178517851785,-17.791779177917793,-17.73177317731773,-17.671767176717672,-17.61176117611761,-17.551755175517552,-17.49174917491749,-17.431743174317432,-17.37173717371737,-17.311731173117312,-17.25172517251725,-17.191719171917192,-17.13171317131713,-17.071707170717072,-17.01170117011701,-16.951695169516952,-16.89168916891689,-16.831683168316832,-16.77167716771677,-16.711671167116712,-16.65166516651665,-16.591659165916592,-16.53165316531653,-16.471647164716472,-16.41164116411641,-16.351635163516352,-16.29162916291629,-16.231623162316232,-16.17161716171617,-16.111611161116112,-16.05160516051605,-15.991599159915992,-15.931593159315932,-15.871587158715872,-15.811581158115812,-15.751575157515752,-15.691569156915692,-15.631563156315632,-15.571557155715572,-15.511551155115512,-15.451545154515452,-15.391539153915392,-15.331533153315332,-15.271527152715272,-15.211521152115212,-15.151515151515152,-15.091509150915092,-15.031503150315032,-14.971497149714972,-14.911491149114912,-14.851485148514852,-14.791479147914792,-14.731473147314732,-14.671467146714672,-14.611461146114612,-14.551455145514552,-14.491449144914492,-14.431443144314432,-14.371437143714372,-14.311431143114312,-14.251425142514252,-14.191419141914192,-14.131413141314132,-14.071407140714072,-14.011401140114012,-13.951395139513952,-13.891389138913892,-13.831383138313832,-13.771377137713772,-13.711371137113712,-13.651365136513652,-13.591359135913592,-13.531353135313532,-13.471347134713472,-13.411341134113412,-13.351335133513352,-13.291329132913292,-13.231323132313232,-13.171317131713172,-13.111311131113112,-13.051305130513052,-12.991299129912992,-12.931293129312932,-12.871287128712872,-12.811281128112812,-12.751275127512752,-12.691269126912692,-12.631263126312632,-12.571257125712572,-12.511251125112512,-12.451245124512452,-12.391239123912392,-12.331233123312332,-12.271227122712272,-12.211221122112212,-12.151215121512152,-12.091209120912092,-12.031203120312032,-11.971197119711972,-11.911191119111912,-11.851185118511852,-11.791179117911792,-11.731173117311732,-11.671167116711672,-11.611161116111612,-11.551155115511552,-11.491149114911492,-11.431143114311432,-11.371137113711372,-11.311131113111312,-11.251125112511252,-11.191119111911192,-11.131113111311132,-11.071107110711072,-11.011101110111012,-10.951095109510952,-10.891089108910892,-10.831083108310832,-10.771077107710772,-10.711071107110712,-10.651065106510652,-10.591059105910592,-10.531053105310532,-10.471047104710472,-10.411041104110412,-10.351035103510352,-10.291029102910292,-10.231023102310232,-10.171017101710172,-10.111011101110112,-10.051005100510052,-9.990999099909992,-9.930993099309932,-9.870987098709872,-9.810981098109812,-9.750975097509752,-9.690969096909692,-9.630963096309632,-9.570957095709572,-9.510951095109512,-9.450945094509452,-9.390939093909392,-9.330933093309332,-9.270927092709272,-9.210921092109212,-9.150915091509152,-9.090909090909092,-9.030903090309032,-8.970897089708972,-8.910891089108912,-8.850885088508852,-8.790879087908792,-8.730873087308732,-8.670867086708672,-8.610861086108612,-8.550855085508552,-8.490849084908492,-8.430843084308432,-8.370837083708372,-8.310831083108312,-8.250825082508252,-8.190819081908192,-8.130813081308132,-8.070807080708072,-8.010801080108012,-7.950795079507951,-7.890789078907891,-7.830783078307831,-7.770777077707771,-7.710771077107711,-7.650765076507651,-7.590759075907591,-7.530753075307531,-7.470747074707471,-7.410741074107411,-7.350735073507351,-7.290729072907291,-7.230723072307231,-7.170717071707171,-7.110711071107111,-7.050705070507051,-6.990699069906991,-6.930693069306931,-6.870687068706871,-6.810681068106811,-6.750675067506751,-6.690669066906691,-6.630663066306631,-6.570657065706571,-6.510651065106511,-6.450645064506451,-6.390639063906391,-6.330633063306331,-6.270627062706271,-6.210621062106211,-6.150615061506151,-6.0906090609060906,-6.0306030603060305,-5.9705970597059705,-5.9105910591059105,-5.8505850585058505,-5.7905790579057905,-5.7305730573057305,-5.6705670567056705,-5.6105610561056105,-5.5505550555055505,-5.4905490549054905,-5.4305430543054305,-5.3705370537053705,-5.3105310531053105,-5.2505250525052505,-5.1905190519051905,-5.1305130513051305,-5.0705070507050705,-5.0105010501050105,-4.9504950495049505,-4.8904890489048904,-4.83048304830483,-4.77047704770477,-4.71047104710471,-4.65046504650465,-4.59045904590459,-4.53045304530453,-4.47044704470447,-4.41044104410441,-4.35043504350435,-4.29042904290429,-4.23042304230423,-4.17041704170417,-4.11041104110411,-4.05040504050405,-3.9903990399039904,-3.9303930393039304,-3.8703870387038704,-3.8103810381038103,-3.7503750375037503,-3.6903690369036903,-3.6303630363036303,-3.5703570357035703,-3.5103510351035103,-3.4503450345034503,-3.3903390339033903,-3.3303330333033303,-3.2703270327032703,-3.2103210321032103,-3.1503150315031503,-3.0903090309030903,-3.0303030303030303,-2.9702970297029703,-2.9102910291029103,-2.8502850285028503,-2.7902790279027903,-2.7302730273027302,-2.6702670267026702,-2.6102610261026102,-2.5502550255025502,-2.4902490249024902,-2.43024302430243,-2.37023702370237,-2.31023102310231,-2.25022502250225,-2.19021902190219,-2.13021302130213,-2.07020702070207,-2.01020102010201,-1.9501950195019502,-1.8901890189018902,-1.8301830183018302,-1.7701770177017702,-1.7101710171017102,-1.6501650165016502,-1.5901590159015901,-1.5301530153015301,-1.4701470147014701,-1.4101410141014101,-1.3501350135013501,-1.2901290129012901,-1.2301230123012301,-1.17011701170117,-1.11011101110111,-1.05010501050105,-0.9900990099009901,-0.9300930093009301,-0.8700870087008701,-0.8100810081008101,-0.7500750075007501,-0.6900690069006901,-0.6300630063006301,-0.57005700570057,-0.51005100510051,-0.45004500450045004,-0.39003900390039004,-0.33003300330033003,-0.27002700270027,-0.21002100210021002,-0.15001500150015,-0.09000900090009001,-0.030003000300030003,0.030003000300030003,0.09000900090009001,0.15001500150015,0.21002100210021002,0.27002700270027,0.33003300330033003,0.39003900390039004,0.45004500450045004,0.51005100510051,0.57005700570057,0.6300630063006301,0.6900690069006901,0.7500750075007501,0.8100810081008101,0.8700870087008701,0.9300930093009301,0.9900990099009901,1.05010501050105,1.11011101110111,1.17011701170117,1.2301230123012301,1.2901290129012901,1.3501350135013501,1.4101410141014101,1.4701470147014701,1.5301530153015301,1.5901590159015901,1.6501650165016502,1.7101710171017102,1.7701770177017702,1.8301830183018302,1.8901890189018902,1.9501950195019502,2.01020102010201,2.07020702070207,2.13021302130213,2.19021902190219,2.25022502250225,2.31023102310231,2.37023702370237,2.43024302430243,2.4902490249024902,2.5502550255025502,2.6102610261026102,2.6702670267026702,2.7302730273027302,2.7902790279027903,2.8502850285028503,2.9102910291029103,2.9702970297029703,3.0303030303030303,3.0903090309030903,3.1503150315031503,3.2103210321032103,3.2703270327032703,3.3303330333033303,3.3903390339033903,3.4503450345034503,3.5103510351035103,3.5703570357035703,3.6303630363036303,3.6903690369036903,3.7503750375037503,3.8103810381038103,3.8703870387038704,3.9303930393039304,3.9903990399039904,4.05040504050405,4.11041104110411,4.17041704170417,4.23042304230423,4.29042904290429,4.35043504350435,4.41044104410441,4.47044704470447,4.53045304530453,4.59045904590459,4.65046504650465,4.71047104710471,4.77047704770477,4.83048304830483,4.8904890489048904,4.9504950495049505,5.0105010501050105,5.0705070507050705,5.1305130513051305,5.1905190519051905,5.2505250525052505,5.3105310531053105,5.3705370537053705,5.4305430543054305,5.4905490549054905,5.5505550555055505,5.6105610561056105,5.6705670567056705,5.7305730573057305,5.7905790579057905,5.8505850585058505,5.9105910591059105,5.9705970597059705,6.0306030603060305,6.0906090609060906,6.150615061506151,6.210621062106211,6.270627062706271,6.330633063306331,6.390639063906391,6.450645064506451,6.510651065106511,6.570657065706571,6.630663066306631,6.690669066906691,6.750675067506751,6.810681068106811,6.870687068706871,6.930693069306931,6.990699069906991,7.050705070507051,7.110711071107111,7.170717071707171,7.230723072307231,7.290729072907291,7.350735073507351,7.410741074107411,7.470747074707471,7.530753075307531,7.590759075907591,7.650765076507651,7.710771077107711,7.770777077707771,7.830783078307831,7.890789078907891,7.950795079507951,8.010801080108012,8.070807080708072,8.130813081308132,8.190819081908192,8.250825082508252,8.310831083108312,8.370837083708372,8.430843084308432,8.490849084908492,8.550855085508552,8.610861086108612,8.670867086708672,8.730873087308732,8.790879087908792,8.850885088508852,8.910891089108912,8.970897089708972,9.030903090309032,9.090909090909092,9.150915091509152,9.210921092109212,9.270927092709272,9.330933093309332,9.390939093909392,9.450945094509452,9.510951095109512,9.570957095709572,9.630963096309632,9.690969096909692,9.750975097509752,9.810981098109812,9.870987098709872,9.930993099309932,9.990999099909992,10.051005100510052,10.111011101110112,10.171017101710172,10.231023102310232,10.291029102910292,10.351035103510352,10.411041104110412,10.471047104710472,10.531053105310532,10.591059105910592,10.651065106510652,10.711071107110712,10.771077107710772,10.831083108310832,10.891089108910892,10.951095109510952,11.011101110111012,11.071107110711072,11.131113111311132,11.191119111911192,11.251125112511252,11.311131113111312,11.371137113711372,11.431143114311432,11.491149114911492,11.551155115511552,11.611161116111612,11.671167116711672,11.731173117311732,11.791179117911792,11.851185118511852,11.911191119111912,11.971197119711972,12.031203120312032,12.091209120912092,12.151215121512152,12.211221122112212,12.271227122712272,12.331233123312332,12.391239123912392,12.451245124512452,12.511251125112512,12.571257125712572,12.631263126312632,12.691269126912692,12.751275127512752,12.811281128112812,12.871287128712872,12.931293129312932,12.991299129912992,13.051305130513052,13.111311131113112,13.171317131713172,13.231323132313232,13.291329132913292,13.351335133513352,13.411341134113412,13.471347134713472,13.531353135313532,13.591359135913592,13.651365136513652,13.711371137113712,13.771377137713772,13.831383138313832,13.891389138913892,13.951395139513952,14.011401140114012,14.071407140714072,14.131413141314132,14.191419141914192,14.251425142514252,14.311431143114312,14.371437143714372,14.431443144314432,14.491449144914492,14.551455145514552,14.611461146114612,14.671467146714672,14.731473147314732,14.791479147914792,14.851485148514852,14.911491149114912,14.971497149714972,15.031503150315032,15.091509150915092,15.151515151515152,15.211521152115212,15.271527152715272,15.331533153315332,15.391539153915392,15.451545154515452,15.511551155115512,15.571557155715572,15.631563156315632,15.691569156915692,15.751575157515752,15.811581158115812,15.871587158715872,15.931593159315932,15.991599159915992,16.05160516051605,16.111611161116112,16.17161716171617,16.231623162316232,16.29162916291629,16.351635163516352,16.41164116411641,16.471647164716472,16.53165316531653,16.591659165916592,16.65166516651665,16.711671167116712,16.77167716771677,16.831683168316832,16.89168916891689,16.951695169516952,17.01170117011701,17.071707170717072,17.13171317131713,17.191719171917192,17.25172517251725,17.311731173117312,17.37173717371737,17.431743174317432,17.49174917491749,17.551755175517552,17.61176117611761,17.671767176717672,17.73177317731773,17.791779177917793,17.85178517851785,17.911791179117913,17.97179717971797,18.031803180318033,18.09180918091809,18.151815181518153,18.21182118211821,18.271827182718273,18.33183318331833,18.391839183918393,18.45184518451845,18.511851185118513,18.57185718571857,18.631863186318633,18.69186918691869,18.751875187518753,18.81188118811881,18.871887188718873,18.93189318931893,18.991899189918993,19.05190519051905,19.111911191119113,19.17191719171917,19.231923192319233,19.29192919291929,19.351935193519353,19.41194119411941,19.471947194719473,19.53195319531953,19.591959195919593,19.65196519651965,19.711971197119713,19.77197719771977,19.831983198319833,19.89198919891989,19.951995199519953,20.01200120012001,20.072007200720073,20.13201320132013,20.192019201920193,20.25202520252025,20.312031203120313,20.37203720372037,20.432043204320433,20.49204920492049,20.552055205520553,20.61206120612061,20.672067206720673,20.73207320732073,20.792079207920793,20.85208520852085,20.912091209120913,20.97209720972097,21.032103210321033,21.09210921092109,21.152115211521153,21.21212121212121,21.272127212721273,21.33213321332133,21.392139213921393,21.45214521452145,21.512151215121513,21.57215721572157,21.632163216321633,21.69216921692169,21.752175217521753,21.81218121812181,21.872187218721873,21.93219321932193,21.992199219921993,22.05220522052205,22.112211221122113,22.17221722172217,22.232223222322233,22.29222922292229,22.352235223522353,22.41224122412241,22.472247224722473,22.53225322532253,22.592259225922593,22.65226522652265,22.712271227122713,22.77227722772277,22.832283228322833,22.89228922892289,22.952295229522953,23.01230123012301,23.072307230723073,23.13231323132313,23.192319231923193,23.25232523252325,23.312331233123313,23.37233723372337,23.432343234323433,23.49234923492349,23.552355235523553,23.61236123612361,23.672367236723673,23.73237323732373,23.792379237923793,23.85238523852385,23.912391239123913,23.97239723972397,24.032403240324033,24.09240924092409,24.152415241524153,24.21242124212421,24.272427242724273,24.33243324332433,24.392439243924393,24.45244524452445,24.512451245124513,24.57245724572457,24.632463246324633,24.69246924692469,24.752475247524753,24.81248124812481,24.872487248724873,24.93249324932493,24.992499249924993,25.05250525052505,25.112511251125113,25.17251725172517,25.232523252325233,25.29252925292529,25.352535253525353,25.41254125412541,25.472547254725473,25.53255325532553,25.592559255925593,25.65256525652565,25.712571257125713,25.77257725772577,25.832583258325833,25.89258925892589,25.952595259525953,26.01260126012601,26.072607260726073,26.13261326132613,26.192619261926193,26.25262526252625,26.312631263126313,26.37263726372637,26.432643264326433,26.49264926492649,26.552655265526553,26.61266126612661,26.672667266726673,26.73267326732673,26.792679267926793,26.85268526852685,26.912691269126913,26.97269726972697,27.032703270327033,27.09270927092709,27.152715271527153,27.21272127212721,27.272727272727273,27.33273327332733,27.392739273927393,27.45274527452745,27.512751275127513,27.57275727572757,27.632763276327633,27.69276927692769,27.752775277527753,27.81278127812781,27.872787278727873,27.93279327932793,27.992799279927993,28.05280528052805,28.112811281128113,28.17281728172817,28.232823282328233,28.29282928292829,28.352835283528353,28.41284128412841,28.472847284728473,28.53285328532853,28.592859285928593,28.65286528652865,28.712871287128714,28.77287728772877,28.832883288328834,28.89288928892889,28.952895289528954,29.01290129012901,29.072907290729074,29.13291329132913,29.192919291929194,29.252925292529252,29.312931293129314,29.372937293729372,29.432943294329434,29.492949294929492,29.552955295529554,29.612961296129612,29.672967296729674,29.732973297329732,29.792979297929794,29.852985298529852,29.912991299129914,29.972997299729972,30.033003300330034,30.093009300930092,30.153015301530154,30.213021302130212,30.273027302730274,30.333033303330332,30.393039303930394,30.453045304530452,30.513051305130514,30.573057305730572,30.633063306330634,30.693069306930692,30.753075307530754,30.813081308130812,30.873087308730874,30.933093309330932,30.993099309930994,31.053105310531052,31.113111311131114,31.173117311731172,31.233123312331234,31.293129312931292,31.353135313531354,31.413141314131412,31.473147314731474,31.533153315331532,31.593159315931594,31.653165316531652,31.713171317131714,31.773177317731772,31.833183318331834,31.893189318931892,31.953195319531954,32.01320132013201,32.073207320732074,32.133213321332136,32.19321932193219,32.25322532253225,32.313231323132314,32.373237323732376,32.43324332433243,32.49324932493249,32.553255325532554,32.613261326132616,32.67326732673267,32.73327332733273,32.793279327932794,32.853285328532856,32.91329132913291,32.97329732973297,33.033303330333034,33.093309330933096,33.15331533153315,33.21332133213321,33.273327332733274,33.333333333333336,33.39333933393339,33.45334533453345,33.513351335133514,33.573357335733576,33.63336333633363,33.69336933693369,33.753375337533754,33.813381338133816,33.87338733873387,33.93339333933393,33.993399339933994,34.053405340534056,34.11341134113411,34.17341734173417,34.233423342334234,34.293429342934296,34.35343534353435,34.41344134413441,34.473447344734474,34.533453345334536,34.59345934593459,34.65346534653465,34.713471347134714,34.773477347734776,34.83348334833483,34.89348934893489,34.953495349534954,35.013501350135016,35.07350735073507,35.13351335133513,35.193519351935194,35.253525352535256,35.31353135313531,35.37353735373537,35.433543354335434,35.493549354935496,35.55355535553555,35.61356135613561,35.673567356735674,35.733573357335736,35.79357935793579,35.85358535853585,35.913591359135914,35.973597359735976,36.03360336033603,36.09360936093609,36.153615361536154,36.213621362136216,36.27362736273627,36.33363336333633,36.393639363936394,36.453645364536456,36.51365136513651,36.57365736573657,36.633663366336634,36.693669366936696,36.75367536753675,36.81368136813681,36.873687368736874,36.933693369336936,36.99369936993699,37.05370537053705,37.113711371137114,37.173717371737176,37.23372337233723,37.29372937293729,37.353735373537354,37.413741374137416,37.47374737473747,37.53375337533753,37.593759375937594,37.653765376537656,37.71377137713771,37.77377737773777,37.833783378337834,37.893789378937896,37.95379537953795,38.01380138013801,38.073807380738074,38.133813381338136,38.19381938193819,38.25382538253825,38.313831383138314,38.373837383738376,38.43384338433843,38.49384938493849,38.553855385538554,38.613861386138616,38.67386738673867,38.73387338733873,38.793879387938794,38.853885388538856,38.91389138913891,38.97389738973897,39.033903390339034,39.093909390939096,39.15391539153915,39.21392139213921,39.273927392739274,39.333933393339336,39.39393939393939,39.45394539453945,39.513951395139514,39.573957395739576,39.63396339633963,39.69396939693969,39.753975397539755,39.813981398139816,39.87398739873987,39.93399339933993,39.993999399939995,40.054005400540056,40.11401140114011,40.17401740174017,40.234023402340235,40.294029402940296,40.35403540354035,40.41404140414041,40.474047404740475,40.534053405340536,40.59405940594059,40.65406540654065,40.714071407140715,40.774077407740776,40.83408340834083,40.89408940894089,40.954095409540955,41.014101410141016,41.07410741074107,41.13411341134113,41.194119411941195,41.254125412541256,41.31413141314131,41.37413741374137,41.434143414341435,41.494149414941496,41.55415541554155,41.61416141614161,41.674167416741675,41.73417341734174,41.79417941794179,41.85418541854185,41.914191419141915,41.97419741974198,42.03420342034203,42.09420942094209,42.154215421542155,42.21422142214222,42.27422742274227,42.33423342334233,42.394239423942395,42.45424542454246,42.51425142514251,42.57425742574257,42.634263426342635,42.6942694269427,42.75427542754275,42.81428142814281,42.874287428742875,42.93429342934294,42.99429942994299,43.05430543054305,43.114311431143115,43.17431743174318,43.23432343234323,43.29432943294329,43.354335433543355,43.41434143414342,43.47434743474347,43.53435343534353,43.594359435943595,43.65436543654366,43.71437143714371,43.77437743774377,43.834383438343835,43.8943894389439,43.95439543954395,44.01440144014401,44.074407440744075,44.13441344134414,44.19441944194419,44.25442544254425,44.314431443144315,44.37443744374438,44.43444344434443,44.49444944494449,44.554455445544555,44.61446144614462,44.67446744674467,44.73447344734473,44.794479447944795,44.85448544854486,44.91449144914491,44.97449744974497,45.034503450345035,45.0945094509451,45.15451545154515,45.21452145214521,45.274527452745275,45.33453345334534,45.39453945394539,45.45454545454545,45.514551455145515,45.57455745574558,45.63456345634563,45.69456945694569,45.754575457545755,45.81458145814582,45.87458745874587,45.93459345934593,45.994599459945995,46.05460546054606,46.11461146114611,46.17461746174617,46.234623462346235,46.2946294629463,46.35463546354635,46.41464146414641,46.474647464746475,46.53465346534654,46.59465946594659,46.65466546654665,46.714671467146715,46.77467746774678,46.83468346834683,46.89468946894689,46.954695469546955,47.01470147014702,47.07470747074707,47.13471347134713,47.194719471947195,47.25472547254726,47.31473147314731,47.37473747374737,47.434743474347435,47.4947494749475,47.55475547554755,47.61476147614761,47.674767476747675,47.73477347734774,47.79477947794779,47.85478547854785,47.914791479147915,47.97479747974798,48.03480348034803,48.09480948094809,48.154815481548155,48.21482148214822,48.27482748274827,48.33483348334833,48.394839483948395,48.45484548454846,48.51485148514851,48.57485748574857,48.634863486348635,48.6948694869487,48.75487548754875,48.814881488148814,48.874887488748875,48.93489348934894,48.99489948994899,49.054905490549054,49.114911491149115,49.17491749174918,49.23492349234923,49.294929492949294,49.354935493549355,49.41494149414942,49.47494749474947,49.534953495349534,49.594959495949595,49.65496549654966,49.71497149714971,49.774977497749774,49.834983498349835,49.8949894989499,49.95499549954995,50.015001500150014,50.075007500750075,50.13501350135014,50.19501950195019,50.255025502550254,50.315031503150315,50.37503750375038,50.43504350435043,50.495049504950494,50.555055505550555,50.61506150615062,50.67506750675067,50.735073507350734,50.795079507950796,50.85508550855086,50.91509150915091,50.975097509750974,51.035103510351036,51.0951095109511,51.15511551155115,51.215121512151214,51.275127512751276,51.33513351335134,51.39513951395139,51.455145514551454,51.515151515151516,51.57515751575158,51.63516351635163,51.695169516951694,51.755175517551756,51.81518151815182,51.87518751875187,51.935193519351934,51.995199519951996,52.05520552055206,52.11521152115211,52.175217521752174,52.235223522352236,52.2952295229523,52.35523552355235,52.415241524152414,52.475247524752476,52.53525352535254,52.59525952595259,52.655265526552654,52.715271527152716,52.77527752775278,52.83528352835283,52.895289528952894,52.955295529552956,53.01530153015302,53.07530753075307,53.135313531353134,53.195319531953196,53.25532553255326,53.31533153315331,53.375337533753374,53.435343534353436,53.4953495349535,53.55535553555355,53.615361536153614,53.675367536753676,53.73537353735374,53.79537953795379,53.855385538553854,53.915391539153916,53.97539753975398,54.03540354035403,54.095409540954094,54.155415541554156,54.21542154215422,54.27542754275427,54.335433543354334,54.395439543954396,54.45544554455446,54.51545154515451,54.575457545754574,54.635463546354636,54.6954695469547,54.75547554755475,54.815481548154814,54.875487548754876,54.93549354935494,54.99549954995499,55.055505550555054,55.115511551155116,55.17551755175518,55.23552355235523,55.295529552955294,55.355535553555356,55.41554155415542,55.47554755475547,55.535553555355534,55.595559555955596,55.65556555655566,55.71557155715571,55.775577557755774,55.835583558355836,55.8955895589559,55.95559555955595,56.015601560156014,56.075607560756076,56.13561356135614,56.19561956195619,56.255625562556254,56.315631563156316,56.37563756375638,56.43564356435643,56.495649564956494,56.555655565556556,56.61566156615662,56.67566756675667,56.735673567356734,56.795679567956796,56.85568556855686,56.91569156915691,56.975697569756974,57.035703570357036,57.0957095709571,57.15571557155715,57.215721572157214,57.275727572757276,57.33573357335734,57.39573957395739,57.455745574557454,57.515751575157516,57.57575757575758,57.63576357635763,57.695769576957694,57.755775577557756,57.81578157815782,57.87578757875787,57.935793579357934,57.995799579957996,58.05580558055806,58.11581158115811,58.175817581758174,58.235823582358236,58.2958295829583,58.35583558355835,58.415841584158414,58.475847584758476,58.53585358535854,58.59585958595859,58.655865586558654,58.715871587158716,58.77587758775878,58.83588358835883,58.895889588958894,58.955895589558956,59.01590159015902,59.07590759075907,59.135913591359135,59.195919591959196,59.25592559255926,59.31593159315931,59.375937593759375,59.435943594359436,59.4959495949595,59.55595559555955,59.615961596159615,59.675967596759676,59.73597359735974,59.79597959795979,59.855985598559855,59.915991599159916,59.97599759975998,60.03600360036003,60.096009600960095,60.156015601560156,60.21602160216022,60.27602760276027,60.336033603360335,60.396039603960396,60.45604560456046,60.51605160516051,60.576057605760575,60.636063606360636,60.6960696069607,60.75607560756075,60.816081608160815,60.876087608760876,60.93609360936094,60.99609960996099,61.056105610561055,61.11611161116112,61.17611761176118,61.23612361236123,61.296129612961295,61.35613561356136,61.41614161416142,61.47614761476147,61.536153615361535,61.5961596159616,61.65616561656166,61.71617161716171,61.776177617761775,61.83618361836184,61.8961896189619,61.95619561956195,62.016201620162015,62.07620762076208,62.13621362136214,62.19621962196219,62.256225622562255,62.31623162316232,62.37623762376238,62.43624362436243,62.496249624962495,62.55625562556256,62.61626162616262,62.67626762676267,62.736273627362735,62.7962796279628,62.85628562856286,62.91629162916291,62.976297629762975,63.03630363036304,63.0963096309631,63.15631563156315,63.216321632163215,63.27632763276328,63.33633363336334,63.39633963396339,63.456345634563455,63.51635163516352,63.57635763576358,63.63636363636363,63.696369636963695,63.75637563756376,63.81638163816382,63.87638763876387,63.936393639363935,63.996399639964,64.05640564056405,64.11641164116412,64.17641764176417,64.23642364236423,64.2964296429643,64.35643564356435,64.41644164416442,64.47644764476448,64.53645364536453,64.5964596459646,64.65646564656466,64.71647164716471,64.77647764776478,64.83648364836483,64.8964896489649,64.95649564956496,65.01650165016501,65.07650765076508,65.13651365136514,65.19651965196519,65.25652565256526,65.31653165316531,65.37653765376538,65.43654365436544,65.49654965496549,65.55655565556556,65.61656165616562,65.67656765676567,65.73657365736574,65.7965796579658,65.85658565856586,65.91659165916592,65.97659765976597,66.03660366036604,66.0966096609661,66.15661566156615,66.21662166216622,66.27662766276627,66.33663366336634,66.3966396639664,66.45664566456645,66.51665166516652,66.57665766576658,66.63666366636663,66.6966696669667,66.75667566756675,66.81668166816682,66.87668766876688,66.93669366936693,66.996699669967,67.05670567056706,67.11671167116711,67.17671767176718,67.23672367236723,67.2967296729673,67.35673567356736,67.41674167416741,67.47674767476748,67.53675367536754,67.59675967596759,67.65676567656766,67.71677167716771,67.77677767776778,67.83678367836784,67.89678967896789,67.95679567956796,68.01680168016802,68.07680768076807,68.13681368136814,68.1968196819682,68.25682568256826,68.31683168316832,68.37683768376837,68.43684368436844,68.4968496849685,68.55685568556855,68.61686168616862,68.67686768676867,68.73687368736874,68.7968796879688,68.85688568856885,68.91689168916892,68.97689768976898,69.03690369036903,69.0969096909691,69.15691569156915,69.21692169216922,69.27692769276928,69.33693369336933,69.3969396939694,69.45694569456946,69.51695169516951,69.57695769576958,69.63696369636963,69.6969696969697,69.75697569756976,69.81698169816981,69.87698769876988,69.93699369936994,69.99699969996999,70.05700570057006,70.11701170117011,70.17701770177018,70.23702370237024,70.29702970297029,70.35703570357036,70.41704170417042,70.47704770477047,70.53705370537054,70.5970597059706,70.65706570657066,70.71707170717072,70.77707770777077,70.83708370837084,70.8970897089709,70.95709570957095,71.01710171017102,71.07710771077107,71.13711371137114,71.1971197119712,71.25712571257125,71.31713171317132,71.37713771377138,71.43714371437143,71.4971497149715,71.55715571557155,71.61716171617162,71.67716771677168,71.73717371737173,71.7971797179718,71.85718571857186,71.91719171917191,71.97719771977198,72.03720372037203,72.0972097209721,72.15721572157216,72.21722172217221,72.27722772277228,72.33723372337234,72.39723972397239,72.45724572457246,72.51725172517251,72.57725772577258,72.63726372637264,72.69726972697269,72.75727572757276,72.81728172817282,72.87728772877287,72.93729372937294,72.997299729973,73.05730573057306,73.11731173117312,73.17731773177317,73.23732373237324,73.2973297329733,73.35733573357335,73.41734173417342,73.47734773477347,73.53735373537354,73.5973597359736,73.65736573657365,73.71737173717372,73.77737773777378,73.83738373837383,73.8973897389739,73.95739573957395,74.01740174017402,74.07740774077408,74.13741374137413,74.1974197419742,74.25742574257426,74.31743174317431,74.37743774377438,74.43744374437443,74.4974497449745,74.55745574557456,74.61746174617461,74.67746774677468,74.73747374737474,74.79747974797479,74.85748574857486,74.91749174917491,74.97749774977498,75.03750375037504,75.09750975097509,75.15751575157516,75.21752175217522,75.27752775277527,75.33753375337534,75.3975397539754,75.45754575457546,75.51755175517552,75.57755775577557,75.63756375637564,75.6975697569757,75.75757575757575,75.81758175817582,75.87758775877587,75.93759375937594,75.997599759976,76.05760576057605,76.11761176117612,76.17761776177618,76.23762376237623,76.2976297629763,76.35763576357635,76.41764176417642,76.47764776477648,76.53765376537653,76.5976597659766,76.65766576657666,76.71767176717671,76.77767776777678,76.83768376837683,76.8976897689769,76.95769576957696,77.01770177017701,77.07770777077708,77.13771377137714,77.19771977197719,77.25772577257726,77.31773177317731,77.37773777377738,77.43774377437744,77.49774977497749,77.55775577557756,77.61776177617762,77.67776777677767,77.73777377737774,77.7977797779778,77.85778577857786,77.91779177917792,77.97779777977797,78.03780378037804,78.0978097809781,78.15781578157815,78.21782178217822,78.27782778277827,78.33783378337834,78.3978397839784,78.45784578457845,78.51785178517852,78.57785778577858,78.63786378637863,78.6978697869787,78.75787578757875,78.81788178817882,78.87788778877888,78.93789378937893,78.997899789979,79.05790579057906,79.11791179117911,79.17791779177918,79.23792379237923,79.2979297929793,79.35793579357936,79.41794179417941,79.47794779477948,79.53795379537954,79.59795979597959,79.65796579657966,79.71797179717971,79.77797779777978,79.83798379837984,79.89798979897989,79.95799579957996,80.01800180018002,80.07800780078007,80.13801380138014,80.1980198019802,80.25802580258026,80.31803180318032,80.37803780378037,80.43804380438044,80.4980498049805,80.55805580558055,80.61806180618062,80.67806780678067,80.73807380738074,80.7980798079808,80.85808580858085,80.91809180918092,80.97809780978098,81.03810381038103,81.0981098109811,81.15811581158115,81.21812181218122,81.27812781278128,81.33813381338133,81.3981398139814,81.45814581458146,81.51815181518151,81.57815781578158,81.63816381638163,81.6981698169817,81.75817581758176,81.81818181818181,81.87818781878188,81.93819381938194,81.99819981998199,82.05820582058206,82.11821182118211,82.17821782178218,82.23822382238224,82.2982298229823,82.35823582358236,82.41824182418242,82.47824782478247,82.53825382538254,82.5982598259826,82.65826582658266,82.71827182718272,82.77827782778277,82.83828382838284,82.8982898289829,82.95829582958295,83.01830183018302,83.07830783078307,83.13831383138314,83.1983198319832,83.25832583258325,83.31833183318332,83.37833783378338,83.43834383438343,83.4983498349835,83.55835583558355,83.61836183618362,83.67836783678368,83.73837383738373,83.7983798379838,83.85838583858386,83.91839183918391,83.97839783978398,84.03840384038403,84.0984098409841,84.15841584158416,84.21842184218421,84.27842784278428,84.33843384338434,84.39843984398439,84.45844584458446,84.51845184518452,84.57845784578458,84.63846384638464,84.6984698469847,84.75847584758476,84.81848184818482,84.87848784878487,84.93849384938494,84.998499849985,85.05850585058506,85.11851185118512,85.17851785178517,85.23852385238524,85.2985298529853,85.35853585358535,85.41854185418542,85.47854785478548,85.53855385538554,85.5985598559856,85.65856585658565,85.71857185718572,85.77857785778578,85.83858385838583,85.8985898589859,85.95859585958596,86.01860186018602,86.07860786078608,86.13861386138613,86.1986198619862,86.25862586258626,86.31863186318631,86.37863786378638,86.43864386438644,86.4986498649865,86.55865586558656,86.61866186618661,86.67866786678668,86.73867386738674,86.79867986798679,86.85868586858686,86.91869186918692,86.97869786978698,87.03870387038704,87.0987098709871,87.15871587158716,87.21872187218722,87.27872787278727,87.33873387338734,87.3987398739874,87.45874587458746,87.51875187518752,87.57875787578757,87.63876387638764,87.6987698769877,87.75877587758775,87.81878187818782,87.87878787878788,87.93879387938794,87.998799879988,88.05880588058805,88.11881188118812,88.17881788178818,88.23882388238823,88.2988298829883,88.35883588358836,88.41884188418842,88.47884788478848,88.53885388538853,88.5988598859886,88.65886588658866,88.71887188718871,88.77887788778878,88.83888388838884,88.8988898889889,88.95889588958896,89.01890189018901,89.07890789078908,89.13891389138914,89.19891989198919,89.25892589258926,89.31893189318932,89.37893789378938,89.43894389438944,89.4989498949895,89.55895589558956,89.61896189618962,89.67896789678967,89.73897389738974,89.7989798979898,89.85898589858986,89.91899189918992,89.97899789978997,90.03900390039004,90.0990099009901,90.15901590159015,90.21902190219022,90.27902790279028,90.33903390339034,90.3990399039904,90.45904590459045,90.51905190519052,90.57905790579058,90.63906390639063,90.6990699069907,90.75907590759076,90.81908190819082,90.87908790879088,90.93909390939093,90.999099909991,91.05910591059106,91.11911191119111,91.17911791179118,91.23912391239124,91.2991299129913,91.35913591359136,91.41914191419141,91.47914791479148,91.53915391539154,91.59915991599159,91.65916591659166,91.71917191719172,91.77917791779178,91.83918391839184,91.8991899189919,91.95919591959196,92.01920192019202,92.07920792079207,92.13921392139214,92.1992199219922,92.25922592259226,92.31923192319232,92.37923792379237,92.43924392439244,92.4992499249925,92.55925592559255,92.61926192619262,92.67926792679268,92.73927392739274,92.7992799279928,92.85928592859285,92.91929192919292,92.97929792979298,93.03930393039303,93.0993099309931,93.15931593159316,93.21932193219322,93.27932793279328,93.33933393339333,93.3993399339934,93.45934593459346,93.51935193519351,93.57935793579358,93.63936393639364,93.6993699369937,93.75937593759376,93.81938193819381,93.87938793879388,93.93939393939394,93.99939993999399,94.05940594059406,94.11941194119412,94.17941794179418,94.23942394239424,94.2994299429943,94.35943594359436,94.41944194419442,94.47944794479447,94.53945394539454,94.5994599459946,94.65946594659466,94.71947194719472,94.77947794779477,94.83948394839484,94.8994899489949,94.95949594959495,95.01950195019502,95.07950795079508,95.13951395139514,95.1995199519952,95.25952595259525,95.31953195319532,95.37953795379538,95.43954395439543,95.4995499549955,95.55955595559556,95.61956195619562,95.67956795679568,95.73957395739573,95.7995799579958,95.85958595859586,95.91959195919591,95.97959795979598,96.03960396039604,96.0996099609961,96.15961596159616,96.21962196219621,96.27962796279628,96.33963396339634,96.39963996399639,96.45964596459646,96.51965196519652,96.57965796579659,96.63966396639664,96.6996699669967,96.75967596759676,96.81968196819682,96.87968796879687,96.93969396939694,96.999699969997,97.05970597059707,97.11971197119712,97.17971797179717,97.23972397239724,97.2997299729973,97.35973597359735,97.41974197419742,97.47974797479748,97.53975397539755,97.5997599759976,97.65976597659765,97.71977197719772,97.77977797779778,97.83978397839783,97.8997899789979,97.95979597959796,98.01980198019803,98.07980798079808,98.13981398139813,98.1998199819982,98.25982598259826,98.31983198319831,98.37983798379838,98.43984398439844,98.4998499849985,98.55985598559856,98.61986198619861,98.67986798679868,98.73987398739874,98.79987998799879,98.85988598859886,98.91989198919892,98.97989798979899,99.03990399039904,99.0999099909991,99.15991599159916,99.21992199219922,99.27992799279927,99.33993399339934,99.3999399939994,99.45994599459947,99.51995199519952,99.57995799579957,99.63996399639964,99.6999699969997,99.75997599759975,99.81998199819982,99.87998799879988,99.93999399939995,100.0,100.06000600060005,100.12001200120012,100.18001800180018,100.24002400240025,100.3000300030003,100.36003600360036,100.42004200420043,100.48004800480048,100.54005400540053,100.6000600060006,100.66006600660066,100.72007200720073,100.78007800780078,100.84008400840084,100.9000900090009,100.96009600960096,101.02010201020101,101.08010801080108,101.14011401140114,101.20012001200121,101.26012601260126,101.32013201320132,101.38013801380139,101.44014401440144,101.5001500150015,101.56015601560156,101.62016201620162,101.68016801680169,101.74017401740174,101.8001800180018,101.86018601860187,101.92019201920192,101.98019801980197,102.04020402040204,102.1002100210021,102.16021602160217,102.22022202220222,102.28022802280228,102.34023402340235,102.4002400240024,102.46024602460245,102.52025202520252,102.58025802580258,102.64026402640265,102.7002700270027,102.76027602760276,102.82028202820283,102.88028802880288,102.94029402940293,103.000300030003,103.06030603060306,103.12031203120313,103.18031803180318,103.24032403240324,103.3003300330033,103.36033603360336,103.42034203420341,103.48034803480348,103.54035403540354,103.60036003600361,103.66036603660366,103.72037203720372,103.78037803780379,103.84038403840384,103.9003900390039,103.96039603960396,104.02040204020402,104.08040804080409,104.14041404140414,104.2004200420042,104.26042604260427,104.32043204320432,104.38043804380438,104.44044404440444,104.5004500450045,104.56045604560457,104.62046204620462,104.68046804680468,104.74047404740475,104.8004800480048,104.86048604860486,104.92049204920492,104.98049804980498,105.04050405040505,105.1005100510051,105.16051605160516,105.22052205220523,105.28052805280528,105.34053405340534,105.4005400540054,105.46054605460546,105.52055205520553,105.58055805580558,105.64056405640564,105.7005700570057,105.76057605760576,105.82058205820582,105.88058805880588,105.94059405940594,106.00060006000601,106.06060606060606,106.12061206120612,106.18061806180619,106.24062406240624,106.3006300630063,106.36063606360636,106.42064206420642,106.48064806480649,106.54065406540654,106.6006600660066,106.66066606660667,106.72067206720672,106.78067806780678,106.84068406840684,106.9006900690069,106.96069606960697,107.02070207020702,107.08070807080708,107.14071407140715,107.2007200720072,107.26072607260726,107.32073207320732,107.38073807380738,107.44074407440745,107.5007500750075,107.56075607560756,107.62076207620763,107.68076807680768,107.74077407740774,107.8007800780078,107.86078607860786,107.92079207920793,107.98079807980798,108.04080408040804,108.1008100810081,108.16081608160816,108.22082208220822,108.28082808280828,108.34083408340834,108.40084008400841,108.46084608460846,108.52085208520852,108.58085808580859,108.64086408640864,108.7008700870087,108.76087608760876,108.82088208820882,108.88088808880889,108.94089408940894,109.000900090009,109.06090609060907,109.12091209120912,109.18091809180918,109.24092409240924,109.3009300930093,109.36093609360937,109.42094209420942,109.48094809480948,109.54095409540955,109.6009600960096,109.66096609660966,109.72097209720972,109.78097809780978,109.84098409840985,109.9009900990099,109.96099609960996,110.02100210021003,110.08100810081008,110.14101410141014,110.2010201020102,110.26102610261026,110.32103210321033,110.38103810381038,110.44104410441044,110.5010501050105,110.56105610561056,110.62106210621062,110.68106810681068,110.74107410741074,110.80108010801081,110.86108610861086,110.92109210921092,110.98109810981099,111.04110411041104,111.1011101110111,111.16111611161116,111.22112211221122,111.28112811281129,111.34113411341134,111.4011401140114,111.46114611461147,111.52115211521152,111.58115811581158,111.64116411641164,111.7011701170117,111.76117611761177,111.82118211821182,111.88118811881188,111.94119411941195,112.001200120012,112.06120612061206,112.12121212121212,112.18121812181218,112.24122412241225,112.3012301230123,112.36123612361236,112.42124212421243,112.48124812481248,112.54125412541254,112.6012601260126,112.66126612661266,112.72127212721273,112.78127812781278,112.84128412841284,112.9012901290129,112.96129612961296,113.02130213021302,113.08130813081308,113.14131413141314,113.20132013201321,113.26132613261326,113.32133213321332,113.38133813381339,113.44134413441344,113.5013501350135,113.56135613561356,113.62136213621362,113.68136813681369,113.74137413741374,113.8013801380138,113.86138613861387,113.92139213921392,113.98139813981398,114.04140414041404,114.1014101410141,114.16141614161417,114.22142214221422,114.28142814281428,114.34143414341435,114.4014401440144,114.46144614461446,114.52145214521452,114.58145814581458,114.64146414641465,114.7014701470147,114.76147614761476,114.82148214821483,114.88148814881488,114.94149414941494,115.001500150015,115.06150615061506,115.12151215121513,115.18151815181518,115.24152415241524,115.3015301530153,115.36153615361536,115.42154215421542,115.48154815481548,115.54155415541554,115.60156015601561,115.66156615661566,115.72157215721572,115.78157815781579,115.84158415841584,115.9015901590159,115.96159615961597,116.02160216021602,116.08160816081609,116.14161416141614,116.2016201620162,116.26162616261627,116.32163216321632,116.38163816381638,116.44164416441645,116.5016501650165,116.56165616561657,116.62166216621662,116.68166816681668,116.74167416741675,116.8016801680168,116.86168616861686,116.92169216921693,116.98169816981698,117.04170417041705,117.1017101710171,117.16171617161716,117.22172217221723,117.28172817281728,117.34173417341734,117.4017401740174,117.46174617461746,117.52175217521753,117.58175817581758,117.64176417641764,117.7017701770177,117.76177617761776,117.82178217821782,117.88178817881789,117.94179417941794,118.00180018001801,118.06180618061806,118.12181218121812,118.18181818181819,118.24182418241824,118.3018301830183,118.36183618361837,118.42184218421842,118.48184818481849,118.54185418541854,118.6018601860186,118.66186618661867,118.72187218721872,118.78187818781878,118.84188418841885,118.9018901890189,118.96189618961897,119.02190219021902,119.08190819081908,119.14191419141915,119.2019201920192,119.26192619261926,119.32193219321933,119.38193819381938,119.44194419441945,119.5019501950195,119.56195619561956,119.62196219621963,119.68196819681968,119.74197419741974,119.8019801980198,119.86198619861986,119.92199219921993,119.98199819981998,120.04200420042004,120.10201020102011,120.16201620162016,120.22202220222022,120.28202820282029,120.34203420342034,120.40204020402041,120.46204620462046,120.52205220522052,120.58205820582059,120.64206420642064,120.7020702070207,120.76207620762077,120.82208220822082,120.88208820882089,120.94209420942094,121.002100210021,121.06210621062107,121.12211221122112,121.18211821182118,121.24212421242125,121.3021302130213,121.36213621362137,121.42214221422142,121.48214821482148,121.54215421542155,121.6021602160216,121.66216621662166,121.72217221722173,121.78217821782178,121.84218421842185,121.9021902190219,121.96219621962196,122.02220222022203,122.08220822082208,122.14221422142214,122.2022202220222,122.26222622262226,122.32223222322233,122.38223822382238,122.44224422442244,122.50225022502251,122.56225622562256,122.62226222622262,122.68226822682269,122.74227422742274,122.80228022802281,122.86228622862286,122.92229222922292,122.98229822982299,123.04230423042304,123.1023102310231,123.16231623162317,123.22232223222322,123.28232823282329,123.34233423342334,123.4023402340234,123.46234623462347,123.52235223522352,123.58235823582358,123.64236423642365,123.7023702370237,123.76237623762377,123.82238223822382,123.88238823882388,123.94239423942395,124.002400240024,124.06240624062406,124.12241224122413,124.18241824182418,124.24242424242425,124.3024302430243,124.36243624362436,124.42244224422443,124.48244824482448,124.54245424542454,124.6024602460246,124.66246624662466,124.72247224722473,124.78247824782478,124.84248424842484,124.90249024902491,124.96249624962496,125.02250225022502,125.08250825082509,125.14251425142514,125.20252025202521,125.26252625262526,125.32253225322532,125.38253825382539,125.44254425442544,125.5025502550255,125.56255625562557,125.62256225622562,125.68256825682569,125.74257425742574,125.8025802580258,125.86258625862587,125.92259225922592,125.98259825982598,126.04260426042605,126.1026102610261,126.16261626162617,126.22262226222622,126.28262826282628,126.34263426342635,126.4026402640264,126.46264626462646,126.52265226522653,126.58265826582658,126.64266426642665,126.7026702670267,126.76267626762676,126.82268226822683,126.88268826882688,126.94269426942694,127.002700270027,127.06270627062706,127.12271227122713,127.18271827182718,127.24272427242724,127.30273027302731,127.36273627362736,127.42274227422742,127.48274827482749,127.54275427542754,127.60276027602761,127.66276627662766,127.72277227722772,127.78277827782779,127.84278427842784,127.9027902790279,127.96279627962797,128.02280228022803,128.0828082808281,128.14281428142814,128.2028202820282,128.26282628262825,128.32283228322834,128.3828382838284,128.44284428442845,128.5028502850285,128.56285628562856,128.6228622862286,128.6828682868287,128.74287428742875,128.8028802880288,128.86288628862886,128.9228922892289,128.982898289829,129.04290429042905,129.1029102910291,129.16291629162916,129.2229222922292,129.2829282928293,129.34293429342935,129.4029402940294,129.46294629462946,129.52295229522952,129.58295829582957,129.64296429642965,129.7029702970297,129.76297629762976,129.82298229822982,129.88298829882987,129.94299429942996,130.00300030003,130.06300630063006,130.12301230123012,130.18301830183017,130.24302430243026,130.3030303030303,130.36303630363037,130.42304230423042,130.48304830483048,130.54305430543053,130.6030603060306,130.66306630663067,130.72307230723072,130.78307830783078,130.84308430843083,130.90309030903092,130.96309630963097,131.02310231023102,131.08310831083108,131.14311431143113,131.20312031203122,131.26312631263127,131.32313231323133,131.38313831383138,131.44314431443144,131.5031503150315,131.56315631563157,131.62316231623163,131.68316831683168,131.74317431743174,131.8031803180318,131.86318631863188,131.92319231923193,131.98319831983198,132.04320432043204,132.1032103210321,132.16321632163218,132.22322232223223,132.2832283228323,132.34323432343234,132.4032403240324,132.46324632463245,132.52325232523253,132.5832583258326,132.64326432643264,132.7032703270327,132.76327632763275,132.82328232823284,132.8832883288329,132.94329432943294,133.003300330033,133.06330633063305,133.12331233123314,133.1833183318332,133.24332433243325,133.3033303330333,133.36333633363336,133.4233423342334,133.4833483348335,133.54335433543355,133.6033603360336,133.66336633663366,133.7233723372337,133.7833783378338,133.84338433843385,133.9033903390339,133.96339633963396,134.02340234023401,134.0834083408341,134.14341434143415,134.2034203420342,134.26342634263426,134.32343234323432,134.38343834383437,134.44344434443445,134.5034503450345,134.56345634563456,134.62346234623462,134.68346834683467,134.74347434743476,134.8034803480348,134.86348634863486,134.92349234923492,134.98349834983497,135.04350435043506,135.1035103510351,135.16351635163517,135.22352235223522,135.28352835283528,135.34353435343533,135.4035403540354,135.46354635463547,135.52355235523552,135.58355835583558,135.64356435643563,135.70357035703572,135.76357635763577,135.82358235823583,135.88358835883588,135.94359435943593,136.00360036003602,136.06360636063607,136.12361236123613,136.18361836183618,136.24362436243624,136.3036303630363,136.36363636363637,136.42364236423643,136.48364836483648,136.54365436543654,136.6036603660366,136.66366636663668,136.72367236723673,136.78367836783679,136.84368436843684,136.9036903690369,136.96369636963698,137.02370237023703,137.0837083708371,137.14371437143714,137.2037203720372,137.26372637263725,137.32373237323733,137.3837383738374,137.44374437443744,137.5037503750375,137.56375637563755,137.62376237623764,137.6837683768377,137.74377437743775,137.8037803780378,137.86378637863785,137.92379237923794,137.983798379838,138.04380438043805,138.1038103810381,138.16381638163816,138.2238223822382,138.2838283828383,138.34383438343835,138.4038403840384,138.46384638463846,138.5238523852385,138.5838583858386,138.64386438643865,138.7038703870387,138.76387638763876,138.82388238823881,138.8838883888389,138.94389438943895,139.003900390039,139.06390639063906,139.12391239123912,139.18391839183917,139.24392439243925,139.3039303930393,139.36393639363936,139.42394239423942,139.48394839483947,139.54395439543956,139.6039603960396,139.66396639663967,139.72397239723972,139.78397839783977,139.84398439843986,139.9039903990399,139.96399639963997,140.02400240024002,140.08400840084008,140.14401440144013,140.20402040204021,140.26402640264027,140.32403240324032,140.38403840384038,140.44404440444043,140.50405040504052,140.56405640564057,140.62406240624063,140.68406840684068,140.74407440744073,140.80408040804082,140.86408640864087,140.92409240924093,140.98409840984098,141.04410441044104,141.1041104110411,141.16411641164117,141.22412241224123,141.28412841284128,141.34413441344134,141.4041404140414,141.46414641464148,141.52415241524153,141.58415841584159,141.64416441644164,141.7041704170417,141.76417641764178,141.82418241824183,141.8841884188419,141.94419441944194,142.004200420042,142.06420642064205,142.12421242124213,142.1842184218422,142.24422442244224,142.3042304230423,142.36423642364235,142.42424242424244,142.4842484248425,142.54425442544255,142.6042604260426,142.66426642664266,142.72427242724274,142.7842784278428,142.84428442844285,142.9042904290429,142.96429642964296,143.024302430243,143.0843084308431,143.14431443144315,143.2043204320432,143.26432643264326,143.3243324332433,143.3843384338434,143.44434443444345,143.5043504350435,143.56435643564356,143.62436243624362,143.6843684368437,143.74437443744375,143.8043804380438,143.86438643864386,143.92439243924392,143.98439843984397,144.04440444044405,144.1044104410441,144.16441644164416,144.22442244224422,144.28442844284427,144.34443444344436,144.4044404440444,144.46444644464447,144.52445244524452,144.58445844584458,144.64446444644466,144.7044704470447,144.76447644764477,144.82448244824482,144.88448844884488,144.94449444944493,145.00450045004501,145.06450645064507,145.12451245124512,145.18451845184518,145.24452445244523,145.30453045304532,145.36453645364537,145.42454245424543,145.48454845484548,145.54455445544554,145.60456045604562,145.66456645664567,145.72457245724573,145.78457845784578,145.84458445844584,145.9045904590459,145.96459645964597,146.02460246024603,146.08460846084608,146.14461446144614,146.2046204620462,146.26462646264628,146.32463246324633,146.3846384638464,146.44464446444644,146.5046504650465,146.56465646564658,146.62466246624663,146.6846684668467,146.74467446744674,146.8046804680468,146.86468646864685,146.92469246924693,146.984698469847,147.04470447044704,147.1047104710471,147.16471647164715,147.22472247224724,147.2847284728473,147.34473447344735,147.4047404740474,147.46474647464746,147.52475247524754,147.5847584758476,147.64476447644765,147.7047704770477,147.76477647764776,147.8247824782478,147.8847884788479,147.94479447944795,148.004800480048,148.06480648064806,148.1248124812481,148.1848184818482,148.24482448244825,148.3048304830483,148.36483648364836,148.42484248424842,148.4848484848485,148.54485448544855,148.6048604860486,148.66486648664866,148.72487248724872,148.78487848784877,148.84488448844886,148.9048904890489,148.96489648964896,149.02490249024902,149.08490849084907,149.14491449144916,149.2049204920492,149.26492649264927,149.32493249324932,149.38493849384938,149.44494449444946,149.5049504950495,149.56495649564957,149.62496249624962,149.68496849684968,149.74497449744973,149.80498049804982,149.86498649864987,149.92499249924992,149.98499849984998,150.04500450045003,150.10501050105012,150.16501650165017,150.22502250225023,150.28502850285028,150.34503450345034,150.40504050405042,150.46504650465047,150.52505250525053,150.58505850585058,150.64506450645064,150.7050705070507,150.76507650765078,150.82508250825083,150.88508850885088,150.94509450945094,151.005100510051,151.06510651065108,151.12511251125113,151.1851185118512,151.24512451245124,151.3051305130513,151.36513651365138,151.42514251425143,151.4851485148515,151.54515451545154,151.6051605160516,151.66516651665165,151.72517251725174,151.7851785178518,151.84518451845184,151.9051905190519,151.96519651965195,152.02520252025204,152.0852085208521,152.14521452145215,152.2052205220522,152.26522652265226,152.32523252325234,152.3852385238524,152.44524452445245,152.5052505250525,152.56525652565256,152.6252625262526,152.6852685268527,152.74527452745275,152.8052805280528,152.86528652865286,152.9252925292529,152.985298529853,153.04530453045305,153.1053105310531,153.16531653165316,153.22532253225322,153.2853285328533,153.34533453345335,153.4053405340534,153.46534653465346,153.52535253525352,153.58535853585357,153.64536453645366,153.7053705370537,153.76537653765376,153.82538253825382,153.88538853885387,153.94539453945396,154.005400540054,154.06540654065407,154.12541254125412,154.18541854185418,154.24542454245426,154.3054305430543,154.36543654365437,154.42544254425442,154.48544854485448,154.54545454545453,154.60546054605462,154.66546654665467,154.72547254725472,154.78547854785478,154.84548454845483,154.90549054905492,154.96549654965497,155.02550255025503,155.08550855085508,155.14551455145514,155.20552055205522,155.26552655265527,155.32553255325533,155.38553855385538,155.44554455445544,155.5055505550555,155.56555655565558,155.62556255625563,155.68556855685569,155.74557455745574,155.8055805580558,155.86558655865588,155.92559255925593,155.985598559856,156.04560456045604,156.1056105610561,156.16561656165618,156.22562256225623,156.2856285628563,156.34563456345634,156.4056405640564,156.46564656465645,156.52565256525654,156.5856585658566,156.64566456645665,156.7056705670567,156.76567656765675,156.82568256825684,156.8856885688569,156.94569456945695,157.005700570057,157.06570657065706,157.12571257125714,157.1857185718572,157.24572457245725,157.3057305730573,157.36573657365736,157.4257425742574,157.4857485748575,157.54575457545755,157.6057605760576,157.66576657665766,157.72577257725771,157.7857785778578,157.84578457845785,157.9057905790579,157.96579657965796,158.02580258025802,158.0858085808581,158.14581458145815,158.2058205820582,158.26582658265826,158.32583258325832,158.38583858385837,158.44584458445846,158.5058505850585,158.56585658565857,158.62586258625862,158.68586858685867,158.74587458745876,158.8058805880588,158.86588658865887,158.92589258925892,158.98589858985898,159.04590459045906,159.10591059105911,159.16591659165917,159.22592259225922,159.28592859285928,159.34593459345933,159.40594059405942,159.46594659465947,159.52595259525953,159.58595859585958,159.64596459645963,159.70597059705972,159.76597659765977,159.82598259825983,159.88598859885988,159.94599459945994,160.00600060006002,160.06600660066007,160.12601260126013,160.18601860186018,160.24602460246024,160.3060306030603,160.36603660366038,160.42604260426043,160.48604860486049,160.54605460546054,160.6060606060606,160.66606660666068,160.72607260726073,160.7860786078608,160.84608460846084,160.9060906090609,160.96609660966098,161.02610261026103,161.0861086108611,161.14611461146114,161.2061206120612,161.26612661266125,161.32613261326134,161.3861386138614,161.44614461446145,161.5061506150615,161.56615661566155,161.62616261626164,161.6861686168617,161.74617461746175,161.8061806180618,161.86618661866186,161.92619261926194,161.986198619862,162.04620462046205,162.1062106210621,162.16621662166216,162.2262226222622,162.2862286228623,162.34623462346235,162.4062406240624,162.46624662466246,162.52625262526252,162.5862586258626,162.64626462646265,162.7062706270627,162.76627662766276,162.82628262826282,162.8862886288629,162.94629462946295,163.006300630063,163.06630663066306,163.12631263126312,163.18631863186317,163.24632463246326,163.3063306330633,163.36633663366337,163.42634263426342,163.48634863486348,163.54635463546356,163.6063606360636,163.66636663666367,163.72637263726372,163.78637863786378,163.84638463846386,163.90639063906391,163.96639663966397,164.02640264026402,164.08640864086408,164.14641464146413,164.20642064206422,164.26642664266427,164.32643264326433,164.38643864386438,164.44644464446444,164.50645064506452,164.56645664566457,164.62646264626463,164.68646864686468,164.74647464746474,164.80648064806482,164.86648664866487,164.92649264926493,164.98649864986498,165.04650465046504,165.1065106510651,165.16651665166518,165.22652265226523,165.2865286528653,165.34653465346534,165.4065406540654,165.46654665466548,165.52655265526553,165.5865586558656,165.64656465646564,165.7065706570657,165.76657665766578,165.82658265826583,165.8865886588659,165.94659465946594,166.006600660066,166.06660666066605,166.12661266126614,166.1866186618662,166.24662466246625,166.3066306630663,166.36663666366636,166.42664266426644,166.4866486648665,166.54665466546655,166.6066606660666,166.66666666666666,166.72667266726674,166.7866786678668,166.84668466846685,166.9066906690669,166.96669666966696,167.026702670267,167.0867086708671,167.14671467146715,167.2067206720672,167.26672667266726,167.32673267326732,167.3867386738674,167.44674467446745,167.5067506750675,167.56675667566756,167.62676267626762,167.6867686768677,167.74677467746776,167.8067806780678,167.86678667866786,167.92679267926792,167.98679867986797,168.04680468046806,168.1068106810681,168.16681668166817,168.22682268226822,168.28682868286828,168.34683468346836,168.4068406840684,168.46684668466847,168.52685268526852,168.58685868586858,168.64686468646866,168.70687068706872,168.76687668766877,168.82688268826882,168.88688868886888,168.94689468946893,169.00690069006902,169.06690669066907,169.12691269126913,169.18691869186918,169.24692469246924,169.30693069306932,169.36693669366937,169.42694269426943,169.48694869486948,169.54695469546954,169.60696069606962,169.66696669666968,169.72697269726973,169.78697869786978,169.84698469846984,169.9069906990699,169.96699669966998,170.02700270027003,170.0870087008701,170.14701470147014,170.2070207020702,170.26702670267028,170.32703270327033,170.3870387038704,170.44704470447044,170.5070507050705,170.56705670567058,170.62706270627064,170.6870687068707,170.74707470747074,170.8070807080708,170.86708670867085,170.92709270927094,170.987098709871,171.04710471047105,171.1071107110711,171.16711671167116,171.22712271227124,171.2871287128713,171.34713471347135,171.4071407140714,171.46714671467146,171.52715271527154,171.5871587158716,171.64716471647165,171.7071707170717,171.76717671767176,171.8271827182718,171.8871887188719,171.94719471947195,172.007200720072,172.06720672067206,172.12721272127212,172.1872187218722,172.24722472247225,172.3072307230723,172.36723672367236,172.42724272427242,172.4872487248725,172.54725472547256,172.6072607260726,172.66726672667266,172.72727272727272,172.78727872787277,172.84728472847286,172.9072907290729,172.96729672967297,173.02730273027302,173.08730873087308,173.14731473147316,173.2073207320732,173.26732673267327,173.32733273327332,173.38733873387338,173.44734473447346,173.50735073507352,173.56735673567357,173.62736273627362,173.68736873687368,173.74737473747373,173.80738073807382,173.86738673867387,173.92739273927393,173.98739873987398,174.04740474047404,174.10741074107412,174.16741674167417,174.22742274227423,174.28742874287428,174.34743474347434,174.40744074407442,174.46744674467448,174.52745274527453,174.58745874587459,174.64746474647464,174.7074707470747,174.76747674767478,174.82748274827483,174.8874887488749,174.94749474947494,175.007500750075,175.06750675067508,175.12751275127513,175.1875187518752,175.24752475247524,175.3075307530753,175.36753675367538,175.42754275427544,175.4875487548755,175.54755475547555,175.6075607560756,175.66756675667565,175.72757275727574,175.7875787578758,175.84758475847585,175.9075907590759,175.96759675967596,176.02760276027604,176.0876087608761,176.14761476147615,176.2076207620762,176.26762676267626,176.32763276327634,176.3876387638764,176.44764476447645,176.5076507650765,176.56765676567656,176.62766276627661,176.6876687668767,176.74767476747675,176.8076807680768,176.86768676867686,176.92769276927692,176.987698769877,177.04770477047705,177.1077107710771,177.16771677167716,177.22772277227722,177.2877287728773,177.34773477347736,177.4077407740774,177.46774677467747,177.52775277527752,177.58775877587757,177.64776477647766,177.7077707770777,177.76777677767777,177.82778277827782,177.88778877887788,177.94779477947796,178.00780078007801,178.06780678067807,178.12781278127812,178.18781878187818,178.24782478247826,178.30783078307832,178.36783678367837,178.42784278427843,178.48784878487848,178.54785478547853,178.60786078607862,178.66786678667867,178.72787278727873,178.78787878787878,178.84788478847884,178.90789078907892,178.96789678967897,179.02790279027903,179.08790879087908,179.14791479147914,179.20792079207922,179.26792679267928,179.32793279327933,179.38793879387939,179.44794479447944,179.5079507950795,179.56795679567958,179.62796279627963,179.6879687968797,179.74797479747974,179.8079807980798,179.86798679867988,179.92799279927993,179.98799879988,180.04800480048004,180.1080108010801,180.16801680168018,180.22802280228024,180.2880288028803,180.34803480348035,180.4080408040804,180.46804680468045,180.52805280528054,180.5880588058806,180.64806480648065,180.7080708070807,180.76807680768076,180.82808280828084,180.8880888088809,180.94809480948095,181.008100810081,181.06810681068106,181.12811281128114,181.1881188118812,181.24812481248125,181.3081308130813,181.36813681368136,181.42814281428141,181.4881488148815,181.54815481548155,181.6081608160816,181.66816681668166,181.72817281728172,181.7881788178818,181.84818481848185,181.9081908190819,181.96819681968196,182.02820282028202,182.0882088208821,182.14821482148216,182.2082208220822,182.26822682268227,182.32823282328232,182.38823882388238,182.44824482448246,182.5082508250825,182.56825682568257,182.62826282628262,182.68826882688268,182.74827482748276,182.80828082808281,182.86828682868287,182.92829282928292,182.98829882988298,183.04830483048306,183.10831083108312,183.16831683168317,183.22832283228323,183.28832883288328,183.34833483348334,183.40834083408342,183.46834683468347,183.52835283528353,183.58835883588358,183.64836483648364,183.70837083708372,183.76837683768377,183.82838283828383,183.88838883888388,183.94839483948394,184.00840084008402,184.06840684068408,184.12841284128413,184.1884188418842,184.24842484248424,184.3084308430843,184.36843684368438,184.42844284428443,184.4884488448845,184.54845484548454,184.6084608460846,184.66846684668468,184.72847284728473,184.7884788478848,184.84848484848484,184.9084908490849,184.96849684968498,185.02850285028504,185.0885088508851,185.14851485148515,185.2085208520852,185.26852685268526,185.32853285328534,185.3885388538854,185.44854485448545,185.5085508550855,185.56855685568556,185.62856285628564,185.6885688568857,185.74857485748575,185.8085808580858,185.86858685868586,185.92859285928594,185.988598859886,186.04860486048605,186.1086108610861,186.16861686168616,186.22862286228622,186.2886288628863,186.34863486348635,186.4086408640864,186.46864686468646,186.52865286528652,186.5886588658866,186.64866486648666,186.7086708670867,186.76867686768676,186.82868286828682,186.8886888688869,186.94869486948696,187.008700870087,187.06870687068707,187.12871287128712,187.18871887188718,187.24872487248726,187.3087308730873,187.36873687368737,187.42874287428742,187.48874887488748,187.54875487548756,187.60876087608762,187.66876687668767,187.72877287728772,187.78877887788778,187.84878487848786,187.90879087908792,187.96879687968797,188.02880288028803,188.08880888088808,188.14881488148814,188.20882088208822,188.26882688268827,188.32883288328833,188.38883888388838,188.44884488448844,188.50885088508852,188.56885688568858,188.62886288628863,188.68886888688868,188.74887488748874,188.80888088808882,188.86888688868888,188.92889288928893,188.988898889889,189.04890489048904,189.1089108910891,189.16891689168918,189.22892289228923,189.2889288928893,189.34893489348934,189.4089408940894,189.46894689468948,189.52895289528954,189.5889588958896,189.64896489648964,189.7089708970897,189.76897689768978,189.82898289828984,189.8889888988899,189.94899489948995,190.00900090009,190.06900690069006,190.12901290129014,190.1890189018902,190.24902490249025,190.3090309030903,190.36903690369036,190.42904290429044,190.4890489048905,190.54905490549055,190.6090609060906,190.66906690669066,190.72907290729074,190.7890789078908,190.84908490849085,190.9090909090909,190.96909690969096,191.02910291029102,191.0891089108911,191.14911491149115,191.2091209120912,191.26912691269126,191.32913291329132,191.3891389138914,191.44914491449146,191.5091509150915,191.56915691569156,191.62916291629162,191.6891689168917,191.74917491749176,191.8091809180918,191.86918691869187,191.92919291929192,191.98919891989198,192.04920492049206,192.1092109210921,192.16921692169217,192.22922292229222,192.28922892289228,192.34923492349236,192.40924092409242,192.46924692469247,192.52925292529252,192.58925892589258,192.64926492649266,192.70927092709272,192.76927692769277,192.82928292829283,192.88928892889288,192.94929492949294,193.00930093009302,193.06930693069307,193.12931293129313,193.18931893189318,193.24932493249324,193.30933093309332,193.36933693369338,193.42934293429343,193.48934893489348,193.54935493549354,193.60936093609362,193.66936693669368,193.72937293729373,193.7893789378938,193.84938493849384,193.9093909390939,193.96939693969398,194.02940294029403,194.0894089408941,194.14941494149414,194.2094209420942,194.26942694269428,194.32943294329434,194.3894389438944,194.44944494449445,194.5094509450945,194.56945694569458,194.62946294629464,194.6894689468947,194.74947494749475,194.8094809480948,194.86948694869486,194.92949294929494,194.989498949895,195.04950495049505,195.1095109510951,195.16951695169516,195.22952295229524,195.2895289528953,195.34953495349535,195.4095409540954,195.46954695469546,195.52955295529554,195.5895589558956,195.64956495649565,195.7095709570957,195.76957695769576,195.82958295829582,195.8895889588959,195.94959495949595,196.009600960096,196.06960696069606,196.12961296129612,196.1896189618962,196.24962496249626,196.3096309630963,196.36963696369637,196.42964296429642,196.4896489648965,196.54965496549656,196.6096609660966,196.66966696669667,196.72967296729672,196.78967896789678,196.84968496849686,196.9096909690969,196.96969696969697,197.02970297029702,197.08970897089708,197.14971497149716,197.20972097209722,197.26972697269727,197.32973297329733,197.38973897389738,197.44974497449746,197.50975097509752,197.56975697569757,197.62976297629763,197.68976897689768,197.74977497749774,197.80978097809782,197.86978697869787,197.92979297929793,197.98979897989798,198.04980498049804,198.10981098109812,198.16981698169818,198.22982298229823,198.28982898289829,198.34983498349834,198.40984098409842,198.46984698469848,198.52985298529853,198.5898589858986,198.64986498649864,198.7098709870987,198.76987698769878,198.82988298829883,198.8898889888989,198.94989498949894,199.009900990099,199.06990699069908,199.12991299129914,199.1899189918992,199.24992499249925,199.3099309930993,199.36993699369938,199.42994299429944,199.4899489948995,199.54995499549955,199.6099609960996,199.66996699669966,199.72997299729974,199.7899789978998,199.84998499849985,199.9099909990999,199.96999699969996,200.03000300030004,200.0900090009001,200.15001500150015,200.2100210021002,200.27002700270026,200.33003300330034,200.3900390039004,200.45004500450045,200.5100510051005,200.57005700570056,200.63006300630062,200.6900690069007,200.75007500750075,200.8100810081008,200.87008700870086,200.93009300930092,200.990099009901,201.05010501050106,201.1101110111011,201.17011701170117,201.23012301230122,201.2901290129013,201.35013501350136,201.4101410141014,201.47014701470147,201.53015301530152,201.59015901590158,201.65016501650166,201.71017101710171,201.77017701770177,201.83018301830182,201.89018901890188,201.95019501950196,202.01020102010202,202.07020702070207,202.13021302130213,202.19021902190218,202.25022502250226,202.31023102310232,202.37023702370237,202.43024302430243,202.49024902490248,202.55025502550254,202.61026102610262,202.67026702670267,202.73027302730273,202.79027902790278,202.85028502850284,202.91029102910292,202.97029702970298,203.03030303030303,203.0903090309031,203.15031503150314,203.21032103210322,203.27032703270328,203.33033303330333,203.3903390339034,203.45034503450344,203.5103510351035,203.57035703570358,203.63036303630363,203.6903690369037,203.75037503750374,203.8103810381038,203.87038703870388,203.93039303930394,203.990399039904,204.05040504050405,204.1104110411041,204.17041704170418,204.23042304230424,204.2904290429043,204.35043504350435,204.4104410441044,204.47044704470446,204.53045304530454,204.5904590459046,204.65046504650465,204.7104710471047,204.77047704770476,204.83048304830484,204.8904890489049,204.95049504950495,205.010501050105,205.07050705070506,205.13051305130514,205.1905190519052,205.25052505250525,205.3105310531053,205.37053705370536,205.43054305430542,205.4905490549055,205.55055505550555,205.6105610561056,205.67056705670566,205.73057305730572,205.7905790579058,205.85058505850586,205.9105910591059,205.97059705970597,206.03060306030602,206.0906090609061,206.15061506150616,206.2106210621062,206.27062706270627,206.33063306330632,206.39063906390638,206.45064506450646,206.51065106510652,206.57065706570657,206.63066306630662,206.69066906690668,206.75067506750676,206.81068106810682,206.87068706870687,206.93069306930693,206.99069906990698,207.05070507050706,207.11071107110712,207.17071707170717,207.23072307230723,207.29072907290728,207.35073507350734,207.41074107410742,207.47074707470748,207.53075307530753,207.59075907590758,207.65076507650764,207.71077107710772,207.77077707770778,207.83078307830783,207.8907890789079,207.95079507950794,208.01080108010802,208.07080708070808,208.13081308130813,208.1908190819082,208.25082508250824,208.3108310831083,208.37083708370838,208.43084308430844,208.4908490849085,208.55085508550854,208.6108610861086,208.67086708670868,208.73087308730874,208.7908790879088,208.85088508850885,208.9108910891089,208.97089708970898,209.03090309030904,209.0909090909091,209.15091509150915,209.2109210921092,209.27092709270926,209.33093309330934,209.3909390939094,209.45094509450945,209.5109510951095,209.57095709570956,209.63096309630964,209.6909690969097,209.75097509750975,209.8109810981098,209.87098709870986,209.93099309930994,209.99099909991,210.05100510051005,210.1110111011101,210.17101710171016,210.23102310231022,210.2910291029103,210.35103510351036,210.4110411041104,210.47104710471046,210.53105310531052,210.5910591059106,210.65106510651066,210.7110711071107,210.77107710771077,210.83108310831082,210.8910891089109,210.95109510951096,211.011101110111,211.07110711071107,211.13111311131112,211.19111911191118,211.25112511251126,211.31113111311132,211.37113711371137,211.43114311431142,211.49114911491148,211.55115511551156,211.61116111611162,211.67116711671167,211.73117311731173,211.79117911791178,211.85118511851186,211.91119111911192,211.97119711971197,212.03120312031203,212.09120912091208,212.15121512151214,212.21122112211222,212.27122712271228,212.33123312331233,212.39123912391238,212.45124512451244,212.51125112511252,212.57125712571258,212.63126312631263,212.6912691269127,212.75127512751274,212.81128112811282,212.87128712871288,212.93129312931293,212.991299129913,213.05130513051304,213.1113111311131,213.17131713171318,213.23132313231324,213.2913291329133,213.35133513351334,213.4113411341134,213.47134713471348,213.53135313531354,213.5913591359136,213.65136513651365,213.7113711371137,213.77137713771378,213.83138313831384,213.8913891389139,213.95139513951395,214.011401140114,214.07140714071406,214.13141314131414,214.1914191419142,214.25142514251425,214.3114311431143,214.37143714371436,214.43144314431444,214.4914491449145,214.55145514551455,214.6114611461146,214.67146714671466,214.73147314731474,214.7914791479148,214.85148514851485,214.9114911491149,214.97149714971496,215.03150315031502,215.0915091509151,215.15151515151516,215.2115211521152,215.27152715271527,215.33153315331532,215.3915391539154,215.45154515451546,215.5115511551155,215.57155715571557,215.63156315631562,215.6915691569157,215.75157515751576,215.8115811581158,215.87158715871587,215.93159315931592,215.99159915991598,216.05160516051606,216.11161116111612,216.17161716171617,216.23162316231623,216.29162916291628,216.35163516351636,216.41164116411642,216.47164716471647,216.53165316531653,216.59165916591658,216.65166516651666,216.71167116711672,216.77167716771677,216.83168316831683,216.89168916891688,216.95169516951694,217.01170117011702,217.07170717071708,217.13171317131713,217.19171917191719,217.25172517251724,217.31173117311732,217.37173717371738,217.43174317431743,217.4917491749175,217.55175517551754,217.61176117611762,217.67176717671768,217.73177317731773,217.7917791779178,217.85178517851784,217.9117911791179,217.97179717971798,218.03180318031804,218.0918091809181,218.15181518151815,218.2118211821182,218.27182718271828,218.33183318331834,218.3918391839184,218.45184518451845,218.5118511851185,218.57185718571859,218.63186318631864,218.6918691869187,218.75187518751875,218.8118811881188,218.87188718871886,218.93189318931894,218.991899189919,219.05190519051905,219.1119111911191,219.17191719171916,219.23192319231924,219.2919291929193,219.35193519351935,219.4119411941194,219.47194719471946,219.53195319531955,219.5919591959196,219.65196519651965,219.7119711971197,219.77197719771976,219.83198319831982,219.8919891989199,219.95199519951996,220.01200120012,220.07200720072007,220.13201320132012,220.1920192019202,220.25202520252026,220.3120312031203,220.37203720372037,220.43204320432042,220.4920492049205,220.55205520552056,220.61206120612061,220.67206720672067,220.73207320732072,220.79207920792078,220.85208520852086,220.91209120912092,220.97209720972097,221.03210321032103,221.09210921092108,221.15211521152116,221.21212121212122,221.27212721272127,221.33213321332133,221.39213921392138,221.45214521452147,221.51215121512152,221.57215721572157,221.63216321632163,221.69216921692168,221.75217521752174,221.81218121812182,221.87218721872188,221.93219321932193,221.99219921992199,222.05220522052204,222.11221122112212,222.17221722172218,222.23222322232223,222.2922292229223,222.35223522352234,222.41224122412243,222.47224722472248,222.53225322532253,222.5922592259226,222.65226522652264,222.7122712271227,222.77227722772278,222.83228322832284,222.8922892289229,222.95229522952295,223.012301230123,223.07230723072308,223.13231323132314,223.1923192319232,223.25232523252325,223.3123312331233,223.37233723372339,223.43234323432344,223.4923492349235,223.55235523552355,223.6123612361236,223.67236723672366,223.73237323732374,223.7923792379238,223.85238523852385,223.9123912391239,223.97239723972396,224.03240324032404,224.0924092409241,224.15241524152415,224.2124212421242,224.27242724272426,224.33243324332435,224.3924392439244,224.45244524452445,224.5124512451245,224.57245724572456,224.63246324632462,224.6924692469247,224.75247524752476,224.8124812481248,224.87248724872487,224.93249324932492,224.992499249925,225.05250525052506,225.1125112511251,225.17251725172517,225.23252325232522,225.2925292529253,225.35253525352536,225.41254125412541,225.47254725472547,225.53255325532552,225.59255925592558,225.65256525652566,225.71257125712572,225.77257725772577,225.83258325832583,225.89258925892588,225.95259525952596,226.01260126012602,226.07260726072607,226.13261326132613,226.19261926192618,226.25262526252627,226.31263126312632,226.37263726372638,226.43264326432643,226.49264926492648,226.55265526552654,226.61266126612662,226.67266726672668,226.73267326732673,226.7926792679268,226.85268526852684,226.91269126912692,226.97269726972698,227.03270327032703,227.0927092709271,227.15271527152714,227.21272127212723,227.27272727272728,227.33273327332734,227.3927392739274,227.45274527452744,227.5127512751275,227.57275727572758,227.63276327632764,227.6927692769277,227.75277527752775,227.8127812781278,227.87278727872788,227.93279327932794,227.992799279928,228.05280528052805,228.1128112811281,228.1728172817282,228.23282328232824,228.2928292829283,228.35283528352835,228.4128412841284,228.47284728472846,228.53285328532854,228.5928592859286,228.65286528652865,228.7128712871287,228.77287728772876,228.83288328832884,228.8928892889289,228.95289528952895,229.012901290129,229.07290729072906,229.13291329132915,229.1929192919292,229.25292529252926,229.3129312931293,229.37293729372936,229.43294329432942,229.4929492949295,229.55295529552956,229.6129612961296,229.67296729672967,229.73297329732972,229.7929792979298,229.85298529852986,229.9129912991299,229.97299729972997,230.03300330033002,230.0930093009301,230.15301530153016,230.21302130213022,230.27302730273027,230.33303330333032,230.39303930393038,230.45304530453046,230.51305130513052,230.57305730573057,230.63306330633063,230.69306930693068,230.75307530753076,230.81308130813082,230.87308730873087,230.93309330933093,230.99309930993098,231.05310531053107,231.11311131113112,231.17311731173118,231.23312331233123,231.29312931293128,231.35313531353134,231.41314131413142,231.47314731473148,231.53315331533153,231.5931593159316,231.65316531653164,231.71317131713172,231.77317731773178,231.83318331833183,231.8931893189319,231.95319531953194,232.01320132013203,232.07320732073208,232.13321332133214,232.1932193219322,232.25322532253224,232.3132313231323,232.37323732373238,232.43324332433244,232.4932493249325,232.55325532553255,232.6132613261326,232.67326732673268,232.73327332733274,232.7932793279328,232.85328532853285,232.9132913291329,232.973297329733,233.03330333033304,233.0933093309331,233.15331533153315,233.2133213321332,233.27332733273326,233.33333333333334,233.3933393339334,233.45334533453345,233.5133513351335,233.57335733573356,233.63336333633364,233.6933693369337,233.75337533753375,233.8133813381338,233.87338733873386,233.93339333933395,233.993399339934,234.05340534053406,234.1134113411341,234.17341734173417,234.23342334233422,234.2934293429343,234.35343534353436,234.4134413441344,234.47344734473447,234.53345334533452,234.5934593459346,234.65346534653466,234.7134713471347,234.77347734773477,234.83348334833482,234.8934893489349,234.95349534953496,235.01350135013502,235.07350735073507,235.13351335133513,235.19351935193518,235.25352535253526,235.31353135313532,235.37353735373537,235.43354335433543,235.49354935493548,235.55355535553556,235.61356135613562,235.67356735673567,235.73357335733573,235.79357935793578,235.85358535853587,235.91359135913592,235.97359735973598,236.03360336033603,236.09360936093609,236.15361536153614,236.21362136213622,236.27362736273628,236.33363336333633,236.3936393639364,236.45364536453644,236.51365136513652,236.57365736573658,236.63366336633663,236.6936693669367,236.75367536753674,236.81368136813683,236.87368736873688,236.93369336933694,236.993699369937,237.05370537053705,237.1137113711371,237.17371737173718,237.23372337233724,237.2937293729373,237.35373537353735,237.4137413741374,237.47374737473748,237.53375337533754,237.5937593759376,237.65376537653765,237.7137713771377,237.7737773777378,237.83378337833784,237.8937893789379,237.95379537953795,238.013801380138,238.07380738073806,238.13381338133814,238.1938193819382,238.25382538253825,238.3138313831383,238.37383738373836,238.43384338433845,238.4938493849385,238.55385538553855,238.6138613861386,238.67386738673866,238.73387338733875,238.7938793879388,238.85388538853886,238.9138913891389,238.97389738973897,239.03390339033902,239.0939093909391,239.15391539153916,239.2139213921392,239.27392739273927,239.33393339333932,239.3939393939394,239.45394539453946,239.51395139513951,239.57395739573957,239.63396339633962,239.6939693969397,239.75397539753976,239.81398139813982,239.87398739873987,239.93399339933993,239.99399939993998,240.05400540054006,240.11401140114012,240.17401740174017,240.23402340234023,240.29402940294028,240.35403540354037,240.41404140414042,240.47404740474047,240.53405340534053,240.59405940594058,240.65406540654067,240.71407140714072,240.77407740774078,240.83408340834083,240.89408940894089,240.95409540954094,241.01410141014102,241.07410741074108,241.13411341134113,241.1941194119412,241.25412541254124,241.31413141314133,241.37413741374138,241.43414341434143,241.4941494149415,241.55415541554154,241.61416141614163,241.67416741674168,241.73417341734174,241.7941794179418,241.85418541854185,241.9141914191419,241.97419741974198,242.03420342034204,242.0942094209421,242.15421542154215,242.2142214221422,242.27422742274229,242.33423342334234,242.3942394239424,242.45424542454245,242.5142514251425,242.5742574257426,242.63426342634264,242.6942694269427,242.75427542754275,242.8142814281428,242.87428742874286,242.93429342934294,242.994299429943,243.05430543054305,243.1143114311431,243.17431743174316,243.23432343234325,243.2943294329433,243.35433543354335,243.4143414341434,243.47434743474346,243.53435343534355,243.5943594359436,243.65436543654366,243.7143714371437,243.77437743774377,243.83438343834382,243.8943894389439,243.95439543954396,244.014401440144,244.07440744074407,244.13441344134412,244.1944194419442,244.25442544254426,244.31443144314431,244.37443744374437,244.43444344434442,244.4944494449445,244.55445544554456,244.61446144614462,244.67446744674467,244.73447344734473,244.79447944794478,244.85448544854486,244.91449144914492,244.97449744974497,245.03450345034503,245.09450945094508,245.15451545154517,245.21452145214522,245.27452745274528,245.33453345334533,245.39453945394538,245.45454545454547,245.51455145514552,245.57455745574558,245.63456345634563,245.6945694569457,245.75457545754574,245.81458145814582,245.87458745874588,245.93459345934593,245.994599459946,246.05460546054604,246.11461146114613,246.17461746174618,246.23462346234624,246.2946294629463,246.35463546354634,246.41464146414643,246.47464746474648,246.53465346534654,246.5946594659466,246.65466546654665,246.7146714671467,246.77467746774678,246.83468346834684,246.8946894689469,246.95469546954695,247.014701470147,247.0747074707471,247.13471347134714,247.1947194719472,247.25472547254725,247.3147314731473,247.3747374737474,247.43474347434744,247.4947494749475,247.55475547554755,247.6147614761476,247.67476747674766,247.73477347734774,247.7947794779478,247.85478547854785,247.9147914791479,247.97479747974796,248.03480348034805,248.0948094809481,248.15481548154816,248.2148214821482,248.27482748274826,248.33483348334835,248.3948394839484,248.45484548454846,248.5148514851485,248.57485748574857,248.63486348634862,248.6948694869487,248.75487548754876,248.8148814881488,248.87488748874887,248.93489348934892,248.994899489949,249.05490549054906,249.11491149114912,249.17491749174917,249.23492349234922,249.2949294929493,249.35493549354936,249.41494149414942,249.47494749474947,249.53495349534953,249.59495949594958,249.65496549654966,249.71497149714972,249.77497749774977,249.83498349834983,249.89498949894988,249.95499549954997,250.01500150015002,250.07500750075008,250.13501350135013,250.19501950195018,250.25502550255027,250.31503150315032,250.37503750375038,250.43504350435043,250.4950495049505,250.55505550555054,250.61506150615062,250.67506750675068,250.73507350735073,250.7950795079508,250.85508550855084,250.91509150915093,250.97509750975098,251.03510351035104,251.0951095109511,251.15511551155114,251.21512151215123,251.27512751275128,251.33513351335134,251.3951395139514,251.45514551455145,251.5151515151515,251.57515751575158,251.63516351635164,251.6951695169517,251.75517551755175,251.8151815181518,251.8751875187519,251.93519351935194,251.995199519952,252.05520552055205,252.1152115211521,252.1752175217522,252.23522352235224,252.2952295229523,252.35523552355235,252.4152415241524,252.47524752475246,252.53525352535254,252.5952595259526,252.65526552655265,252.7152715271527,252.77527752775276,252.83528352835285,252.8952895289529,252.95529552955296,253.015301530153,253.07530753075307,253.13531353135315,253.1953195319532,253.25532553255326,253.3153315331533,253.37533753375337,253.43534353435342,253.4953495349535,253.55535553555356,253.6153615361536,253.67536753675367,253.73537353735372,253.7953795379538,253.85538553855386,253.91539153915392,253.97539753975397,254.03540354035403,254.0954095409541,254.15541554155416,254.21542154215422,254.27542754275427,254.33543354335433,254.39543954395438,254.45544554455446,254.51545154515452,254.57545754575457,254.63546354635463,254.69546954695468,254.75547554755477,254.81548154815482,254.87548754875488,254.93549354935493,254.99549954995499,255.05550555055507,255.11551155115512,255.17551755175518,255.23552355235523,255.2955295529553,255.35553555355534,255.41554155415542,255.47554755475548,255.53555355535553,255.5955595559556,255.65556555655564,255.71557155715573,255.77557755775578,255.83558355835584,255.8955895589559,255.95559555955595,256.01560156015603,256.07560756075605,256.13561356135614,256.1956195619562,256.25562556255625,256.31563156315633,256.37563756375636,256.43564356435644,256.4956495649565,256.55565556555655,256.61566156615663,256.67566756675666,256.73567356735674,256.79567956795677,256.85568556855685,256.91569156915693,256.97569756975696,257.03570357035704,257.09570957095707,257.15571557155715,257.21572157215724,257.27572757275726,257.33573357335734,257.39573957395737,257.45574557455745,257.51575157515754,257.57575757575756,257.63576357635765,257.6957695769577,257.75577557755776,257.81578157815784,257.87578757875787,257.93579357935795,257.995799579958,258.05580558055806,258.11581158115814,258.17581758175817,258.23582358235825,258.2958295829583,258.35583558355836,258.41584158415844,258.47584758475847,258.53585358535855,258.5958595859586,258.65586558655866,258.7158715871587,258.77587758775877,258.83588358835885,258.8958895889589,258.95589558955896,259.015901590159,259.0759075907591,259.13591359135916,259.1959195919592,259.25592559255927,259.3159315931593,259.3759375937594,259.43594359435946,259.4959495949595,259.55595559555957,259.6159615961596,259.6759675967597,259.73597359735976,259.7959795979598,259.85598559855987,259.9159915991599,259.97599759976,260.03600360036006,260.0960096009601,260.15601560156017,260.2160216021602,260.2760276027603,260.33603360336036,260.3960396039604,260.4560456045605,260.5160516051605,260.5760576057606,260.6360636063606,260.6960696069607,260.7560756075608,260.8160816081608,260.8760876087609,260.9360936093609,260.996099609961,261.0561056105611,261.1161116111611,261.1761176117612,261.2361236123612,261.2961296129613,261.3561356135614,261.4161416141614,261.4761476147615,261.5361536153615,261.5961596159616,261.6561656165617,261.7161716171617,261.7761776177618,261.8361836183618,261.8961896189619,261.956195619562,262.016201620162,262.0762076207621,262.1362136213621,262.1962196219622,262.2562256225623,262.3162316231623,262.3762376237624,262.4362436243624,262.4962496249625,262.5562556255625,262.6162616261626,262.6762676267627,262.7362736273627,262.7962796279628,262.85628562856283,262.9162916291629,262.976297629763,263.036303630363,263.0963096309631,263.15631563156313,263.2163216321632,263.2763276327633,263.3363336333633,263.3963396339634,263.45634563456343,263.5163516351635,263.5763576357636,263.6363636363636,263.6963696369637,263.75637563756374,263.8163816381638,263.8763876387639,263.9363936393639,263.996399639964,264.05640564056404,264.1164116411641,264.1764176417642,264.23642364236423,264.2964296429643,264.35643564356434,264.4164416441644,264.47644764476445,264.53645364536453,264.5964596459646,264.65646564656464,264.7164716471647,264.77647764776475,264.83648364836483,264.8964896489649,264.95649564956494,265.016501650165,265.07650765076505,265.13651365136514,265.1965196519652,265.25652565256524,265.3165316531653,265.37653765376535,265.43654365436544,265.4965496549655,265.55655565556555,265.61656165616563,265.67656765676566,265.73657365736574,265.7965796579658,265.85658565856585,265.91659165916593,265.97659765976596,266.03660366036604,266.0966096609661,266.15661566156615,266.21662166216623,266.27662766276626,266.33663366336634,266.39663966396637,266.45664566456645,266.51665166516653,266.57665766576656,266.63666366636664,266.69666966696667,266.75667566756675,266.81668166816684,266.87668766876686,266.93669366936695,266.996699669967,267.05670567056706,267.11671167116714,267.17671767176716,267.23672367236725,267.2967296729673,267.35673567356736,267.41674167416744,267.47674767476747,267.53675367536755,267.5967596759676,267.65676567656766,267.71677167716774,267.77677767776777,267.83678367836785,267.8967896789679,267.95679567956796,268.01680168016804,268.07680768076807,268.13681368136815,268.1968196819682,268.25682568256826,268.3168316831683,268.3768376837684,268.43684368436845,268.4968496849685,268.55685568556856,268.6168616861686,268.6768676867687,268.73687368736876,268.7968796879688,268.85688568856887,268.9168916891689,268.976897689769,269.03690369036906,269.0969096909691,269.15691569156917,269.2169216921692,269.2769276927693,269.33693369336936,269.3969396939694,269.45694569456947,269.5169516951695,269.5769576957696,269.63696369636966,269.6969696969697,269.75697569756977,269.8169816981698,269.8769876987699,269.93699369936996,269.99699969997,270.0570057005701,270.1170117011701,270.1770177017702,270.2370237023702,270.2970297029703,270.3570357035704,270.4170417041704,270.4770477047705,270.5370537053705,270.5970597059706,270.6570657065707,270.7170717071707,270.7770777077708,270.8370837083708,270.8970897089709,270.957095709571,271.017101710171,271.0771077107711,271.1371137113711,271.1971197119712,271.2571257125713,271.3171317131713,271.3771377137714,271.4371437143714,271.4971497149715,271.5571557155716,271.6171617161716,271.6771677167717,271.7371737173717,271.7971797179718,271.8571857185719,271.9171917191719,271.977197719772,272.037203720372,272.0972097209721,272.15721572157213,272.2172217221722,272.2772277227723,272.3372337233723,272.3972397239724,272.45724572457243,272.5172517251725,272.5772577257726,272.6372637263726,272.6972697269727,272.75727572757273,272.8172817281728,272.8772877287729,272.9372937293729,272.997299729973,273.05730573057303,273.1173117311731,273.1773177317732,273.2373237323732,273.2973297329733,273.35733573357334,273.4173417341734,273.4773477347735,273.53735373537353,273.5973597359736,273.65736573657364,273.7173717371737,273.7773777377738,273.83738373837383,273.8973897389739,273.95739573957394,274.017401740174,274.07740774077405,274.13741374137413,274.1974197419742,274.25742574257424,274.3174317431743,274.37743774377435,274.43744374437443,274.4974497449745,274.55745574557454,274.6174617461746,274.67746774677465,274.73747374737474,274.7974797479748,274.85748574857485,274.9174917491749,274.97749774977495,275.03750375037504,275.0975097509751,275.15751575157515,275.21752175217523,275.27752775277526,275.33753375337534,275.3975397539754,275.45754575457545,275.51755175517553,275.57755775577556,275.63756375637564,275.6975697569757,275.75757575757575,275.81758175817583,275.87758775877586,275.93759375937594,275.99759975997597,276.05760576057605,276.11761176117614,276.17761776177616,276.23762376237624,276.29762976297627,276.35763576357635,276.41764176417644,276.47764776477646,276.53765376537655,276.5976597659766,276.65766576657666,276.71767176717674,276.77767776777677,276.83768376837685,276.8976897689769,276.95769576957696,277.01770177017704,277.07770777077707,277.13771377137715,277.1977197719772,277.25772577257726,277.31773177317734,277.37773777377737,277.43774377437745,277.4977497749775,277.55775577557756,277.61776177617764,277.67776777677767,277.73777377737775,277.7977797779778,277.85778577857786,277.9177917791779,277.977797779778,278.03780378037806,278.0978097809781,278.15781578157817,278.2178217821782,278.2778277827783,278.33783378337836,278.3978397839784,278.45784578457847,278.5178517851785,278.5778577857786,278.63786378637866,278.6978697869787,278.75787578757877,278.8178817881788,278.8778877887789,278.93789378937896,278.997899789979,279.05790579057907,279.1179117911791,279.1779177917792,279.23792379237926,279.2979297929793,279.3579357935794,279.4179417941794,279.4779477947795,279.53795379537956,279.5979597959796,279.6579657965797,279.7179717971797,279.7779777977798,279.8379837983798,279.8979897989799,279.95799579958,280.01800180018,280.0780078007801,280.1380138013801,280.1980198019802,280.2580258025803,280.3180318031803,280.3780378037804,280.4380438043804,280.4980498049805,280.5580558055806,280.6180618061806,280.6780678067807,280.7380738073807,280.7980798079808,280.8580858085809,280.9180918091809,280.978097809781,281.038103810381,281.0981098109811,281.1581158115812,281.2181218121812,281.2781278127813,281.3381338133813,281.3981398139814,281.4581458145815,281.5181518151815,281.5781578157816,281.6381638163816,281.6981698169817,281.75817581758173,281.8181818181818,281.8781878187819,281.9381938193819,281.998199819982,282.05820582058203,282.1182118211821,282.1782178217822,282.2382238223822,282.2982298229823,282.35823582358233,282.4182418241824,282.4782478247825,282.5382538253825,282.5982598259826,282.65826582658264,282.7182718271827,282.7782778277828,282.8382838283828,282.8982898289829,282.95829582958294,283.018301830183,283.0783078307831,283.13831383138313,283.1983198319832,283.25832583258324,283.3183318331833,283.3783378337834,283.43834383438343,283.4983498349835,283.55835583558354,283.6183618361836,283.67836783678365,283.73837383738373,283.7983798379838,283.85838583858384,283.9183918391839,283.97839783978395,284.03840384038403,284.0984098409841,284.15841584158414,284.2184218421842,284.27842784278425,284.33843384338434,284.3984398439844,284.45844584458445,284.51845184518453,284.57845784578456,284.63846384638464,284.6984698469847,284.75847584758475,284.81848184818483,284.87848784878486,284.93849384938494,284.998499849985,285.05850585058505,285.11851185118513,285.17851785178516,285.23852385238524,285.2985298529853,285.35853585358535,285.41854185418543,285.47854785478546,285.53855385538554,285.59855985598557,285.65856585658565,285.71857185718574,285.77857785778576,285.83858385838585,285.8985898589859,285.95859585958596,286.01860186018604,286.07860786078606,286.13861386138615,286.1986198619862,286.25862586258626,286.31863186318634,286.37863786378637,286.43864386438645,286.4986498649865,286.55865586558656,286.61866186618664,286.67866786678667,286.73867386738675,286.7986798679868,286.85868586858686,286.91869186918694,286.97869786978697,287.03870387038705,287.0987098709871,287.15871587158716,287.21872187218725,287.2787278727873,287.33873387338735,287.3987398739874,287.45874587458746,287.5187518751875,287.5787578757876,287.63876387638766,287.6987698769877,287.75877587758777,287.8187818781878,287.8787878787879,287.93879387938796,287.998799879988,288.05880588058807,288.1188118811881,288.1788178817882,288.23882388238826,288.2988298829883,288.35883588358837,288.4188418841884,288.4788478847885,288.53885388538856,288.5988598859886,288.65886588658867,288.7188718871887,288.7788778877888,288.83888388838886,288.8988898889889,288.958895889589,289.018901890189,289.0789078907891,289.13891389138917,289.1989198919892,289.2589258925893,289.3189318931893,289.3789378937894,289.4389438943894,289.4989498949895,289.5589558955896,289.6189618961896,289.6789678967897,289.7389738973897,289.7989798979898,289.8589858985899,289.9189918991899,289.97899789979,290.03900390039,290.0990099009901,290.1590159015902,290.2190219021902,290.2790279027903,290.3390339033903,290.3990399039904,290.4590459045905,290.5190519051905,290.5790579057906,290.6390639063906,290.6990699069907,290.7590759075908,290.8190819081908,290.8790879087909,290.9390939093909,290.999099909991,291.0591059105911,291.1191119111911,291.1791179117912,291.2391239123912,291.2991299129913,291.35913591359133,291.4191419141914,291.4791479147915,291.5391539153915,291.5991599159916,291.65916591659163,291.7191719171917,291.7791779177918,291.8391839183918,291.8991899189919,291.95919591959193,292.019201920192,292.0792079207921,292.1392139213921,292.1992199219922,292.25922592259224,292.3192319231923,292.3792379237924,292.43924392439243,292.4992499249925,292.55925592559254,292.6192619261926,292.6792679267927,292.73927392739273,292.7992799279928,292.85928592859284,292.9192919291929,292.979297929793,293.03930393039303,293.0993099309931,293.15931593159314,293.2193219321932,293.27932793279325,293.33933393339333,293.3993399339934,293.45934593459344,293.5193519351935,293.57935793579355,293.63936393639364,293.6993699369937,293.75937593759375,293.8193819381938,293.87938793879385,293.93939393939394,293.999399939994,294.05940594059405,294.11941194119413,294.17941794179416,294.23942394239424,294.2994299429943,294.35943594359435,294.41944194419443,294.47944794479446,294.53945394539454,294.5994599459946,294.65946594659465,294.71947194719473,294.77947794779476,294.83948394839484,294.8994899489949,294.95949594959495,295.01950195019504,295.07950795079506,295.13951395139514,295.19951995199517,295.25952595259525,295.31953195319534,295.37953795379536,295.43954395439545,295.4995499549955,295.55955595559556,295.61956195619564,295.67956795679567,295.73957395739575,295.7995799579958,295.85958595859586,295.91959195919594,295.97959795979597,296.03960396039605,296.0996099609961,296.15961596159616,296.21962196219624,296.27962796279627,296.33963396339635,296.3996399639964,296.45964596459646,296.51965196519654,296.57965796579657,296.63966396639665,296.6996699669967,296.75967596759676,296.81968196819685,296.8796879687969,296.93969396939696,296.999699969997,297.05970597059707,297.1197119711971,297.1797179717972,297.23972397239726,297.2997299729973,297.35973597359737,297.4197419741974,297.4797479747975,297.53975397539756,297.5997599759976,297.65976597659767,297.7197719771977,297.7797779777978,297.83978397839786,297.8997899789979,297.95979597959797,298.019801980198,298.0798079807981,298.13981398139816,298.1998199819982,298.2598259825983,298.3198319831983,298.3798379837984,298.43984398439846,298.4998499849985,298.5598559855986,298.6198619861986,298.6798679867987,298.73987398739877,298.7998799879988,298.8598859885989,298.9198919891989,298.979897989799,299.039903990399,299.0999099909991,299.1599159915992,299.2199219921992,299.2799279927993,299.3399339933993,299.3999399939994,299.4599459945995,299.5199519951995,299.5799579957996,299.6399639963996,299.6999699969997,299.7599759975998,299.8199819981998,299.8799879987999,299.9399939993999,300.0]} diff --git a/lib/node_modules/@stdlib/math/base/special/exp/scripts/fixtures/julia/runner.jl b/lib/node_modules/@stdlib/math/base/special/exp/scripts/fixtures/julia/runner.jl deleted file mode 100644 index 1fad51e6b9fb..000000000000 --- a/lib/node_modules/@stdlib/math/base/special/exp/scripts/fixtures/julia/runner.jl +++ /dev/null @@ -1,63 +0,0 @@ -#!/usr/bin/env julia -# -# @license Apache-2.0 -# -# Copyright (c) 2018 The Stdlib Authors. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -import JSON - -""" - gen( x, filepath ) - -Generate fixture data and write to file. - -# Arguments - -* `x`: domain -* `filepath::AbstractString`: filepath of the output file - -# Examples - -``` julia -julia> x = range( -1000, stop = 1000, length = 2001 ); -julia> gen( x, \"./data.json\" ); -``` -""" -function gen( x, filepath ) - y = Array{Float64}( undef, length(x) ); - for i in eachindex(x) - y[i] = exp( x[i] ); - end - - data = Dict([ - ("x", x), - ("expected", y) - ]); - - outfile = open( filepath, "w" ); - write( outfile, JSON.json(data) ); - write( outfile, "\n" ); - close( outfile ); -end - -# Get the filename: -file = @__FILE__; - -# Extract the directory in which this file resides: -dir = dirname( file ); - -x = range( -300, stop = 300, length = 10000 ); -out = joinpath( dir, "data.json" ); -gen( x, out ); diff --git a/lib/node_modules/@stdlib/math/base/special/exp/scripts/precision.js b/lib/node_modules/@stdlib/math/base/special/exp/scripts/precision.js deleted file mode 100644 index b481c5eccc80..000000000000 --- a/lib/node_modules/@stdlib/math/base/special/exp/scripts/precision.js +++ /dev/null @@ -1,60 +0,0 @@ -/** -* @license Apache-2.0 -* -* Copyright (c) 2018 The Stdlib Authors. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ - -'use strict'; - -// TODO: clean-up - -// MODULES // - -var divide = require( 'compute-divide' ); -var mean = require( 'compute-mean' ); -var subtract = require( 'compute-subtract' ); -var abs = require( '@stdlib/math/base/special/abs' ); -var exp = require( './../lib' ); - - -// FIXTURES // - -var data = require( './fixtures/julia/data.json' ); - - -// MAIN // - -var customErrs; -var nativeErrs; -var yexpected; -var ycustom; -var ynative; -var x; -var i; - -x = data.x; -yexpected = data.expected; -ycustom = new Array( x.length ); -ynative = new Array( x.length ); -for ( i = 0; i < x.length; i++ ) { - ycustom[ i ] = exp( x[ i ] ); - ynative[ i ] = Math.exp( x[ i ] ); -} - -customErrs = abs( divide( subtract( ycustom, yexpected ), yexpected ) ); -nativeErrs = abs( divide( subtract( ynative, yexpected ), yexpected ) ); - -console.log( 'The mean relative error of Math.exp compared to Julia is %d', mean( nativeErrs ) ); -console.log( 'The mean relative error of this module compared to Julia is %d', mean( customErrs ) ); diff --git a/lib/node_modules/@stdlib/math/base/special/ln/scripts/fixtures/julia/REQUIRE b/lib/node_modules/@stdlib/math/base/special/ln/scripts/fixtures/julia/REQUIRE deleted file mode 100644 index 308c3be89c85..000000000000 --- a/lib/node_modules/@stdlib/math/base/special/ln/scripts/fixtures/julia/REQUIRE +++ /dev/null @@ -1,2 +0,0 @@ -julia 1.5 -JSON 0.21 diff --git a/lib/node_modules/@stdlib/math/base/special/ln/scripts/fixtures/julia/data.json b/lib/node_modules/@stdlib/math/base/special/ln/scripts/fixtures/julia/data.json deleted file mode 100644 index ec7cd9f59941..000000000000 --- a/lib/node_modules/@stdlib/math/base/special/ln/scripts/fixtures/julia/data.json +++ /dev/null @@ -1 +0,0 @@ -{"expected":[-3.321928094887362,-0.7382873487624515,0.13606154957602856,0.6765848460142478,1.068878652317879,1.3769864142725912,1.630733161223578,1.8464547417465444,2.034076368642791,2.2000821125446386,2.348942115920413,2.4838689174866495,2.6072490099630135,2.7209038207008076,2.8262551274008834,2.9244340507138835,3.01635525108654,3.1027688637263444,3.184297735228876,3.2614646873810464,3.3347128509785575,3.4044210815671065,3.470915818907661,3.534480331380426,3.5953620081567883,3.6537781738819417,3.7099207711519773,3.763960165447777,3.8160482627688825,3.86632108376699,3.9149009042575256,3.961898046914096,4.007412390210054,4.051534646519408,4.094347450499286,4.13592629057558,4.176340309914025,4.215652998224221,4.253922791778354,4.291203595880809,4.327545241513615,4.362993885865164,4.397592364819435,4.431380504158301,4.464395395147444,4.496671639288062,4.5282415662838345,4.559135428665401,4.589381576009298,4.619006611266058,4.64803553135783,4.6764918539075895,4.704397731709776,4.731774056338324,4.758640552106056,4.78501586143398,4.810917622556027,4.836362540370421,4.861366451150473,4.8859443817425685,4.910110603805494,4.933878683581326,4.957261527632479,4.980271424931,5.00292008564373,5.025218676919799,5.0471778559542475,5.068807800572836,5.090118237557753,5.111118468911556,5.131817396236842,5.152223543391592,5.172345077564475,5.192189828900554,5.2117653087954094,5.2310787269646415,5.250137007385835,5.268946803201191,5.287514510661094,5.305846282181742,5.323948038583537,5.341825480571151,5.359484099510966,5.376929187556871,5.394165847171129,5.411199000083163,5.4280333957256355,5.444673619183977,5.461124098692669,5.477389112708928,5.49347279659208,5.509379148914689,5.525112037429555,5.540675204714846,5.556072273517978,5.571306751817334,5.586382037619506,5.6013014235084855,5.616068100962018,5.6306851644492895,5.64515561532311,5.659482365518814,5.673668241071319,5.687715985460928,5.701628262797816,5.715407660854429,5.729056693954432,5.742577805726273,5.7559733717289125,5.769245701956763,5.782397043230452,5.795429581479602,5.808345443923421,5.821146701154539,5.833835369131214,5.846413411082689,5.858882739332194,5.871245217041855,5.883502659883464,5.895656837638875,5.907709475733544,5.919662256706536,5.93151682162015,5.9432747714120815,5.954937668192941,5.966507036491743,5.977984364451847,5.9893711049797025,6.000668676848624,6.011878465759667,6.023001825361615,6.034040078231951,6.044994516820566,6.055866404357934,6.066656975729299,6.077367438316429,6.087998972808346,6.098552733982397,6.109029851456982,6.11943143041712,6.129758552314065,6.140012275540054,6.150193636079242,6.160303648135834,6.170343304740353,6.18031357833497,6.190215421338737,6.200049766693557,6.209817528391674,6.219519601985424,6.229156865079958,6.238730177809619,6.24824038329862,6.257688308106633,6.2670747626598775,6.276400541668293,6.285666424529297,6.2948731757186644,6.30402154516902,6.313112268636396,6.322146068055323,6.331123651882865,6.340045715432017,6.348912941194863,6.357725999155853,6.36648554709558,6.375192230885383,6.383846684773116,6.392449531660396,6.401001383371635,6.409502840915146,6.4179544947365965,6.426356924965083,6.434710701652087,6.44301638500354,6.451274525605262,6.45948566464197,6.467650334110097,6.475769057024626,6.483842347620124,6.491870711546198,6.499854646057533,6.507794640198696,6.515691174983901,6.523544723571859,6.531355751435906,6.539124716529555,6.5468520694476,6.554538253582942,6.562183705279251,6.569788853979609,6.577354122371251,6.584879926526537,6.592366676040262,6.599814774163419,6.607224617933534,6.614596598301666,6.621931100256176,6.629228502943376,6.6364891797851335,6.643713498593528,6.650901821682664,6.6580545059777005,6.6651719031211965,6.672254359576844,6.679302216730671,6.6863158109897745,6.693295473878683,6.7002415321333775,6.707154307793079,6.7140341182898355,6.720881276535986,6.727696091009564,6.734478865837684,6.741229900877984,6.74794949179817,6.754637930153717,6.761295503463771,6.767922495285317,6.774519185285648,6.781085849313179,6.787622759466666,6.794130184162857,6.800608388202629,6.8070576328356385,6.813478175823546,6.819870271501829,6.826234170840235,6.832570121501911,6.838878367901235,6.845159151260387,6.8514127096647055,6.857639278116834,6.863839088589715,6.870012370078444,6.876159348651026,6.882280247498045,6.888375286981295,6.894444684681378,6.900488655444316,6.906507411427178,6.912501162142772,6.9184701145034015,6.924414472863728,6.930334439062752,6.93623021246493,6.942101990000471,6.947949966204795,6.95377433325721,6.95957528101881,6.965352997069607,6.971107666744927,6.976839473171083,6.982548597300345,6.9882352179452125,6.993899511812024,6.999541653533899,7.005161815703049,7.010760168902456,7.016336881736934,7.021892120863606,7.027426051021779,7.032938835062266,7.0384306339761356,7.043901606922923,7.049351911258311,7.054781702561279,7.0601911346607595,7.065580359661779,7.070949527971129,7.0762987883225446,7.081628287801435,7.0869381718691455,7.0922285843867785,7.097499667638585,7.102751562354923,7.107984407734802,7.113198341468021,7.118393499756908,7.123570017337668,7.12872802750135,7.133867662114442,7.138989051639097,7.144092325153006,7.149177610368915,7.154245033653806,7.159294720047736,7.164326793282351,7.169341375799078,7.174338588767,7.179318552100425,7.184281384476153,7.18922720335044,7.194156124975686,7.199068264416824,7.2039637355674415,7.2088426511656225,7.2137051228095315,7.218551260972721,7.223381175019201,7.2281949732182404,7.2329927627589345,7.237774649764522,7.242540739306476,7.247291135418347,7.252025941109401,7.256745258378009,7.261449188224843,7.266137830665835,7.270811284744947,7.275469648546715,7.280113019208611,7.284741492933187,7.289355165000041,7.293954129777583,7.298538480734615,7.303108310451735,7.30766371063255,7.312204772114718,7.31673158488082,7.321244238069055,7.325742819983775,7.330227418105849,7.334698119102875,7.339155008839226,7.343598172385948,7.348027694030499,7.352443657286349,7.356846144902422,7.361235238872402,7.365611020443895,7.369973570127457,7.374322967705478,7.378659292240935,7.382982622086024,7.387293034890644,7.391590607610772,7.395875416516707,7.4001475372011845,7.404407044587389,7.408654012936831,7.412888515857116,7.417110626309601,7.421320416616939,7.425517958470506,7.429703322937736,7.433876580469331,7.4380378009063834,7.442187053487385,7.446324406855142,7.450449929063587,7.454563687584495,7.45866574931411,7.462756180579664,7.466835047145816,7.470902414220998,7.4749583464636675,7.479002907988476,7.483036162372348,7.487058172660481,7.491069001372255,7.495068710507067,7.499057361550078,7.503035015477888,7.507001732764124,7.510957573384963,7.514902596824566,7.5188368620804535,7.522760427668791,7.526673351629616,7.530575691531987,7.53446750447907,7.538348847113147,7.542219775620564,7.546080345736613,7.5499306127503445,7.553770631509321,7.557600456424305,7.561420141473882,7.565229740209028,7.569029305757612,7.572818890828843,7.576598547717661,7.580368328309059,7.584128284082363,7.587878466115446,7.591618925088895,7.595349711290119,7.599070874617404,7.602782464583919,7.60648453032167,7.6101771205854,7.613860283756441,7.617534067846523,7.621198520501521,7.624853689005169,7.62849962028272,7.632136360904558,7.635763957089766,7.6393824547096605,7.642991899291255,7.646592336020714,7.650183809746736,7.653766364983908,7.657340045916021,7.66090489639933,7.664460959965794,7.668008279826258,7.671546898873606,7.675076859685873,7.67859820452932,7.682110975361468,7.685615213834097,7.689110961296217,7.692598258796986,7.696077147088604,7.699547666629177,7.703009857585533,7.706463759836014,7.709909412973232,7.713346856306793,7.716776128865987,7.720197269402443,7.723610316392767,7.727015308041126,7.730412282281822,7.733801276781826,7.737182328943281,7.740555475905985,7.743920754549832,7.747278201497235,7.750627853115517,7.753969745519274,7.757303914572713,7.760630395891959,7.763949224847338,7.7672604365656355,7.770564065932325,7.7738601475937745,7.777148715959427,7.780429805203957,7.783703449269395,7.786969681867244,7.790228536480553,7.793480046365985,7.796724244555847,7.799961163860105,7.803190836868378,7.806413295951904,7.809628573265485,7.8128367007494175,7.81603771013139,7.819231632928372,7.822418500448471,7.825598343792776,7.828771193857177,7.831937081334171,7.835096036714638,7.838248090289603,7.841393272151983,7.844531612198308,7.847663140130428,7.850787885457196,7.853905877496141,7.857017145375113,7.8601217180339225,7.86321962422595,7.8663108925197465,7.869395551300612,7.8724736287721635,7.875545152957878,7.878610151702627,7.881668652674186,7.884720683364739,7.887766271092357,7.890805443002466,7.8938382260693025,7.896864647097344,7.899884732722733,7.902898509414686,7.905906003476881,7.908907241048839,7.911902248107284,7.914891050467493,7.917873673784635,7.920850143555087,7.92382048511774,7.926784723655302,7.929742884195572,7.932694991612709,7.935641070628489,7.938581145813545,7.941515241588599,7.944443382225676,7.9473655918493105,7.950281894437739,7.953192313824083,7.9560968736975095,7.9589955976044,7.961888508949484,7.964775630996981,7.96765698687172,7.970532599560251,7.973402491911943,7.976266686640079,7.97912520632293,7.981978073404824,7.984825310197205,7.987666938879674,7.990502981501036,7.9933334599803185,7.996158396107789,7.998977811545963,8.001791727830602,8.004600166371697,8.007403148454449,8.010200695240234,8.012992827767569,8.015779566953046,8.01856093359229,8.02133694836088,8.024107631815268,8.026873004393705,8.029633086417133,8.03238789809009,8.035137459501588,8.037881790626,8.040620911323929,8.04335484134307,8.046083600319063,8.048807207776337,8.051525683128954,8.054239045681436,8.056947314629587,8.05965050906131,8.062348647957412,8.065041750192405,8.067729834535296,8.070412919650376,8.073091024097995,8.07576416633533,8.078432364717155,8.081095637496588,8.08375400282585,8.086407478757001,8.089056083242674,8.09169983413681,8.094338749195376,8.096972846077085,8.099602142344093,8.10222665546272,8.104846402804128,8.107461401645025,8.11007166916834,8.112677222463901,8.115278078529114,8.117874254269617,8.120465766499953,8.123052631944203,8.125634867236661,8.128212488922449,8.130785513458171,8.133353957212536,8.135917836466984,8.138477167416307,8.141031966169257,8.143582248749164,8.146128031094529,8.14866932905963,8.151206158415107,8.153738534848555,8.156266473965104,8.158789991287998,8.161309102259159,8.163823822239763,8.166334166510802,8.168840150273633,8.171341788650539,8.173839096685267,8.176332089343585,8.178820781513808,8.181305188007332,8.18378532355917,8.186261202828472,8.188732840399046,8.19120025077987,8.193663448405609,8.196122447637114,8.198577262761937,8.201027907994812,8.203474397478164,8.205916745282588,8.208354965407345,8.210789071780834,8.21321907826107,8.215644998636165,8.218066846624792,8.22048463587665,8.222898379972925,8.225308092426756,8.227713786683674,8.23011547612207,8.232513174053622,8.234906893723757,8.237296648312073,8.239682450932786,8.24206431463516,8.244442252403928,8.246816277159727,8.249186401759511,8.251552638996973,8.253915001602957,8.256273502245872,8.258628153532097,8.260978968006386,8.26332595815227,8.265669136392454,8.268008515089209,8.270344106544771,8.272675923001717,8.275003976643362,8.277328279594135,8.27964884391996,8.281965681628625,8.284278804670167,8.286588224937233,8.288893954265449,8.291196004433782,8.293494387164907,8.29578911412556,8.29808019692689,8.300367647124823,8.302651476220401,8.304931695660136,8.307208316836345,8.309481351087506,8.311750809698578,8.314016703901357,8.316279044874797,8.318537843745341,8.320793111587255,8.323044859422952,8.325293098223312,8.327537838908006,8.329779092345813,8.332016869354936,8.334251180703315,8.336482037108942,8.338709449240158,8.340933427715974,8.343153983106363,8.34537112593257,8.3475848666674,8.349795215735531,8.352002183513795,8.354205780331473,8.356406016470588,8.358602902166194,8.360796447606655,8.362986662933938,8.365173558243887,8.367357143586501,8.369537428966218,8.371714424342189,8.373888139628543,8.376058584694665,8.378225769365466,8.380389703421644,8.382550396599953,8.384707858593467,8.386862099051834,8.389013127581546,8.391160953746182,8.393305587066678,8.395447037021567,8.397585313047243,8.399720424538199,8.401852380847279,8.403981191285927,8.406106865124432,8.408229411592156,8.410348839877797,8.412465159129605,8.414578378455639,8.416688506923986,8.418795553563005,8.420899527361554,8.42300043726922,8.425098292196552,8.427193101015282,8.42928487255855,8.431373615621135,8.433459338959668,8.43554205129286,8.437621761301711,8.439698477629737,8.441772208883181,8.443842963631226,8.445910750406211,8.447975577703838,8.450037453983382,8.452096387667904,8.454152387144452,8.456205460764263,8.45825561684298,8.460302863660836,8.462347209462871,8.464388662459124,8.466427230824822,8.468462922700596,8.470495746192661,8.472525709373013,8.474552820279625,8.476577086916633,8.478598517254529,8.48061711923035,8.482632900747861,8.484645869677744,8.486656033857779,8.488663401093035,8.490667979156042,8.492669775786975,8.494668798693839,8.496665055552636,8.498658554007555,8.500649301671137,8.50263730612445,8.504622574917272,8.506605115568254,8.508584935565091,8.510562042364697,8.512536443393367,8.514508146046952,8.51647715769102,8.518443485661018,8.520407137262445,8.522368119771011,8.524326440432795,8.526282106464404,8.528235125053145,8.530185503357172,8.532133248505648,8.534078367598896,8.536020867708565,8.537960755877773,8.539898039121267,8.541832724425571,8.543764818749144,8.54569432902252,8.547621262148468,8.54954562500213,8.551467424431177,8.553386667255948,8.5553033602696,8.557217510238251,8.559129123901124,8.561038207970688,8.562944769132798,8.564848814046837,8.56675034934586,8.568649381636725,8.570545917500233,8.572439963491272,8.574331526138941,8.576220611946695,8.578107227392472,8.579991378928835,8.58187307298309,8.583752315957435,8.585629114229079,8.587503474150372,8.589375402048944,8.59124490422782,8.593111986965557,8.594976656516364,8.596838919110233,8.598698780953063,8.60055624822678,8.602411327089463,8.60426402367547,8.606114344095552,8.60796229443698,8.609807880763663,8.61165110911627,8.613491985512342,8.615330515946418,8.617166706390147,8.619000562792404,8.620832091079413,8.622661297154847,8.62448818689996,8.626312766173688,8.628135040812767,8.629955016631843,8.631772699423582,8.633588094958787,8.635401208986499,8.637212047234113,8.639020615407487,8.640826919191042,8.642630964247877,8.644432756219874,8.646232300727801,8.648029603371418,8.649824669729586,8.651617505360367,8.653408115801124,8.655196506568629,8.656982683159168,8.658766651048628,8.660548415692618,8.662327982526552,8.664105356965756,8.665880544405567,8.667653550221429,8.669424379768992,8.671193038384212,8.67295953138344,8.674723864063521,8.676486041701898,8.67824606955669,8.680003952866805,8.681759696852014,8.683513306713062,8.685264787631748,8.687014144771021,8.688761383275075,8.690506508269433,8.692249524861042,8.69399043813836,8.69572925317145,8.69746597501206,8.699200608693719,8.70093315923182,8.70266363162371,8.704392030848771,8.70611836186852,8.70784262962667,8.709564839049241,8.711284995044629,8.713003102503693,8.714719166299838,8.716433191289104,8.718145182310238,8.719855144184784,8.721563081717163,8.723268999694751,8.724972902887965,8.726674796050332,8.728374683918586,8.730072571212732,8.731768462636127,8.733462362875567,8.735154276601355,8.736844208467382,8.738532163111207,8.74021814515413,8.74190215920126,8.743584209841607,8.74526430164815,8.746942439177904,8.748618626972002,8.750292869555768,8.75196517143879,8.753635537114992,8.755303971062705,8.756970477744744,8.758635061608473,8.76029772708588,8.761958478593652,8.763617320533235,8.765274257290912,8.76692929323787,8.768582432730271,8.77023368010932,8.771883039701327,8.773530515817788,8.775176112755442,8.776819834796342,8.778461686207919,8.780101671243058,8.78173979414015,8.783376059123164,8.785010470401723,8.786643032171147,8.788273748612538,8.789902623892834,8.791529662164871,8.793154867567457,8.794778244225423,8.796399796249693,8.798019527737347,8.79963744277168,8.80125354542226,8.802867839745002,8.804480329782214,8.806091019562672,8.807699913101667,8.809307014401075,8.810912327449412,8.812515856221893,8.814117604680495,8.815717576774015,8.817315776438122,8.818912207595421,8.82050687415551,8.822099780015042,8.82369092905777,8.825280325154614,8.826867972163713,8.828453873930485,8.83003803428768,8.831620457055434,8.833201146041329,8.834780105040442,8.83635733783541,8.837932848196468,8.83950663988152,8.841078716636181,8.842649082193837,8.844217740275695,8.845784694590836,8.847349948836271,8.84891350669699,8.850475371846011,8.85203554794444,8.853594038641518,8.85515084757467,8.856705978369561,8.858259434640141,8.859811219988702,8.861361338005919,8.862909792270909,8.86445658635128,8.866001723803167,8.867545208171306,8.869087042989054,8.870627231778458,8.8721657780503,8.873702685304135,8.87523795702835,8.876771596700205,8.878303607785885,8.87983399374054,8.881362758008342,8.882889904022521,8.884415435205419,8.885939354968528,8.887461666712547,8.888982373827417,8.890501479692375,8.892018987675987,8.893534901136208,8.895049223420415,8.896561957865455,8.898073107797693,8.899582676533049,8.901090667377044,8.90259708362485,8.904101928561323,8.90560520546105,8.907106917588395,8.90860706819754,8.910105660532523,8.911602697827282,8.913098183305703,8.914592120181656,8.916084511659031,8.917575360931796,8.919064671184017,8.920552445589918,8.922038687313904,8.923523399510621,8.925006585324976,8.926488247892191,8.927968390337838,8.929447015777876,8.930924127318699,8.932399728057163,8.933873821080633,8.935346409467023,8.936817496284826,8.938287084593165,8.939755177441818,8.941221777871265,8.942686888912721,8.944150513588177,8.945612654910436,8.94707331588315,8.948532499500855,8.94999020874901,8.95144644660404,8.952901216033357,8.954354519995409,8.955806361439715,8.957256743306893,8.958705668528705,8.960153140028087,8.961599160719189,8.963043733507403,8.964486861289403,8.965928546953181,8.967368793378078,8.968807603434824,8.97024497998556,8.97168092588389,8.9731154439749,8.9745485370952,8.975980208072956,8.977410459727919,8.978839294871467,8.980266716306627,8.98169272682812,8.983117329222386,8.984540526267619,8.985962320733794,8.987382715382713,8.988801712968025,8.99021931623526,8.991635527921861,8.993050350757226,8.994463787462722,8.99587584075173,8.997286513329666,8.998695807894027,9.000103727134404,9.001510273732524,9.002915450362282,9.004319259689762,9.005721704373276,9.007122787063388,9.008522510402951,9.009920877027133,9.011317889563442,9.012713550631766,9.014107862844392,9.015500828806047,9.016892451113913,9.018282732357667,9.019671675119508,9.021059281974182,9.02244555548901,9.023830498223928,9.025214112731497,9.026596401556947,9.027977367238199,9.029357012305887,9.0307353392834,9.032112350686896,9.033488049025337,9.034862436800514,9.036235516507075,9.03760729063255,9.038977761657385,9.04034693205496,9.041714804291619,9.0430813808267,9.044446664112558,9.04581065659459,9.047173360711268,9.048534778894156,9.049894913567945,9.05125376715047,9.052611342052748,9.053967640678986,9.055322665426624,9.05667641868635,9.058028902842134,9.059380120271236,9.060730073344253,9.06207876442513,9.063426195871191,9.064772370033154,9.066117289255171,9.067460955874841,9.068803372223236,9.070144540624929,9.071484463398017,9.072823142854139,9.074160581298512,9.075496781029942,9.07683174434086,9.07816547351733,9.07949797083909,9.080829238579565,9.082159279005888,9.083488094378932,9.084815686953327,9.086142058977485,9.087467212693623,9.088791150337782,9.090113874139854,9.091435386323607,9.0927556891067,9.094074784700707,9.095392675311146,9.096709363137494,9.09802485037321,9.099339139205762,9.100652231816643,9.101964130381393,9.103274837069625,9.104584354045045,9.105892683465468,9.107199827482848,9.108505788243294,9.10981056788709,9.111114168548722,9.112416592356892,9.113717841434543,9.115017917898879,9.116316823861384,9.117614561427848,9.118911132698377,9.120206539767427,9.121500784723812,9.122793869650732,9.124085796625788,9.125376567721009,9.126666185002863,9.127954650532283,9.129241966364686,9.13052813454999,9.131813157132637,9.133097036151609,9.134379773640452,9.13566137162729,9.136941832134848,9.13822115718047,9.139499348776136,9.140776408928486,9.142052339638838,9.143327142903196,9.144600820712286,9.145873375051565,9.147144807901235,9.148415121236273,9.149684317026441,9.15095239723631,9.15221936382527,9.153485218747557,9.154749963952266,9.156013601383373,9.157276132979748,9.158537560675173,9.159797886398367,9.161057112072996,9.162315239617692,9.163572270946077,9.164828207966767,9.166083052583406,9.16733680669467,9.168589472194293,9.169841050971074,9.171091544908908,9.172340955886789,9.173589285778837,9.174836536454313,9.176082709777631,9.177327807608378,9.178571831801333,9.179814784206478,9.181056666669017,9.182297481029398,9.183537229123319,9.184775912781753,9.186013533830959,9.187250094092501,9.188485595383264,9.189720039515468,9.190953428296682,9.19218576352985,9.193417047013293,9.194647280540735,9.195876465901316,9.197104604879605,9.198331699255617,9.19955775080483,9.2007827612982,9.202006732502172,9.203229666178704,9.204451564085272,9.205672427974894,9.206892259596142,9.20811106069315,9.209328833005646,9.210545578268944,9.21176129821398,9.212975994567316,9.214189669051155,9.215402323383355,9.216613959277453,9.217824578442663,9.21903418258391,9.220242773401825,9.221450352592774,9.222656921848865,9.223862482857964,9.22506703730371,9.226270586865528,9.227473133218645,9.228674678034098,9.229875222978757,9.23107476971533,9.232273319902385,9.233470875194358,9.234667437241567,9.23586300769023,9.237057588182475,9.238251180356352,9.239443785845848,9.240635406280909,9.241826043287434,9.243015698487309,9.244204373498407,9.245392069934605,9.2465787894058,9.247764533517916,9.248949303872925,9.25013310206885,9.251315929699787,9.252497788355916,9.253678679623507,9.254858605084943,9.256037566318724,9.257215564899486,9.25839260239801,9.259568680381234,9.260743800412268,9.261917964050406,9.26309117285114,9.264263428366167,9.265434732143405,9.266605085727004,9.267774490657363,9.268942948471137,9.270110460701245,9.271277028876895,9.272442654523584,9.273607339163114,9.274771084313608,9.275933891489514,9.277095762201625,9.278256697957083,9.279416700259397,9.280575770608452,9.281733910500519,9.282891121428271,9.284047404880791,9.285202762343584,9.286357195298589,9.28751070522419,9.288663293595228,9.289814961883014,9.290965711555334,9.29211554407647,9.293264460907201,9.29441246350482,9.295559553323146,9.29670573181253,9.297851000419872,9.298995360588625,9.300138813758815,9.30128136136704,9.302423004846496,9.30356374562697,9.304703585134867,9.305842524793212,9.306980566021661,9.308117710236514,9.309253958850725,9.310389313273912,9.311523774912366,9.312657345169066,9.313790025443685,9.314921817132602,9.316052721628909,9.31718274032243,9.318311874599724,9.319440125844094,9.320567495435606,9.321693984751086,9.322819595164143,9.32394432804517,9.32506818476136,9.326191166676711,9.32731327515204,9.328434511544991,9.329554877210043,9.330674373498525,9.331793001758621,9.33291076333538,9.334027659570733,9.335143691803488,9.336258861369354,9.337373169600943,9.338486617827783,9.339599207376327,9.340710939569957,9.341821815729004,9.342931837170745,9.344041005209423,9.345149321156253,9.346256786319428,9.347363402004127,9.348469169512539,9.349574090143848,9.350678165194266,9.351781395957023,9.352883783722389,9.353985329777679,9.35508603540726,9.35618590189256,9.357284930512083,9.35838312254141,9.35948047925321,9.360577001917251,9.361672691800413,9.362767550166685,9.363861578277184,9.364954777390158,9.366047148760998,9.367138693642248,9.368229413283606,9.369319308931942,9.3704083818313,9.37149663322291,9.372584064345194,9.373670676433777,9.374756470721493,9.375841448438397,9.376925610811767,9.37800895906612,9.379091494423212,9.380173218102057,9.381254131318924,9.382334235287352,9.383413531218157,9.384492020319437,9.385569703796586,9.386646582852299,9.387722658686574,9.388797932496733,9.38987240547742,9.39094607882061,9.39201895371562,9.393091031349117,9.394162312905124,9.395232799565026,9.396302492507584,9.397371392908935,9.398439501942606,9.39950682077952,9.400573350588001,9.401639092533786,9.402704047780029,9.40376821748731,9.404831602813644,9.405894204914487,9.406956024942742,9.408017064048769,9.409077323380394,9.410136804082912,9.411195507299096,9.412253434169207,9.413310585830997,9.414366963419722,9.415422568068143,9.416477400906539,9.417531463062708,9.41858475566198,9.419637279827224,9.420689036678851,9.421740027334822,9.422790252910659,9.423839714519447,9.424888413271848,9.425936350276098,9.426983526638026,9.42802994346105,9.429075601846192,9.430120502892077,9.431164647694949,9.432208037348673,9.43325067294474,9.434292555572279,9.43533368631806,9.436374066266502,9.437413696499679,9.438452578097326,9.439490712136852,9.440528099693337,9.441564741839544,9.44260063964593,9.44363579418064,9.44467020650953,9.445703877696157,9.4467368088018,9.447769000885454,9.44880045500385,9.449831172211447,9.45086115356045,9.45189040010081,9.452918912880232,9.453946692944186,9.454973741335904,9.456000059096391,9.45702564726444,9.45805050687662,9.459074638967301,9.460098044568646,9.461120724710623,9.462142680421017,9.463163912725424,9.464184422647268,9.4652042112078,9.466223279426107,9.46724162831912,9.468259258901616,9.469276172186229,9.470292369183447,9.471307850901631,9.472322618347013,9.4733366725237,9.474350014433684,9.475362645076851,9.476374565450977,9.477385776551744,9.478396279372742,9.479406074905471,9.480415164139355,9.481423548061741,9.482431227657907,9.483438203911067,9.48444447780238,9.485450050310954,9.486454922413845,9.487459095086075,9.488462569300632,9.489465346028469,9.49046742623852,9.491468810897704,9.49246950097092,9.493469497421069,9.494468801209045,9.49546741329375,9.496465334632097,9.49746256617901,9.498459108887438,9.499454963708356,9.500450131590771,9.501444613481725,9.502438410326306,9.503431523067652,9.504423952646949,9.505415700003445,9.506406766074454,9.507397151795356,9.50838685809961,9.509375885918752,9.510364236182406,9.511351909818282,9.512338907752195,9.513325230908048,9.514310880207866,9.51529585657177,9.51628016091801,9.517263794162952,9.518246757221087,9.519229051005045,9.520210676425584,9.521191634391615,9.522171925810186,9.523151551586503,9.524130512623929,9.525108809823985,9.526086444086367,9.527063416308934,9.52803972738773,9.529015378216977,9.529990369689086,9.530964702694657,9.53193837812249,9.532911396859586,9.533883759791149,9.5348554678006,9.535826521769572,9.536796922577922,9.537766671103729,9.538735768223306,9.539704214811199,9.540672011740195,9.541639159881324,9.542605660103872,9.543571513275369,9.54453672026161,9.545501281926652,9.546465199132824,9.547428472740718,9.548391103609214,9.549353092595467,9.550314440554923,9.551275148341315,9.552235216806674,9.553194646801328,9.554153439173916,9.555111594771382,9.556069114438982,9.557025999020292,9.557982249357213,9.558937866289968,9.559892850657116,9.560847203295548,9.561800925040501,9.562754016725549,9.563706479182622,9.564658313241997,9.565609519732316,9.566560099480578,9.567510053312146,9.56845938205076,9.569408086518532,9.570356167535953,9.5713036259219,9.572250462493631,9.573196678066804,9.574142273455468,9.575087249472075,9.576031606927481,9.576975346630949,9.577918469390156,9.578860976011198,9.579802867298588,9.58074414405527,9.58168480708261,9.582624857180415,9.583564295146926,9.584503121778823,9.585441337871238,9.586378944217747,9.587315941610385,9.588252330839637,9.589188112694458,9.590123287962266,9.591057857428945,9.591991821878858,9.592925182094845,9.593857938858223,9.5947900929488,9.595721645144868,9.596652596223219,9.597582946959138,9.59851269812641,9.599441850497326,9.600370404842689,9.601298361931809,9.60222572253252,9.603152487411169,9.604078657332629,9.605004233060303,9.605929215356126,9.606853604980563,9.607777402692626,9.608700609249864,9.609623225408372,9.610545251922803,9.611466689546354,9.612387539030788,9.613307801126425,9.61422747658215,9.615146566145418,9.616065070562255,9.616982990577268,9.617900326933638,9.61881708037313,9.619733251636099,9.620648841461485,9.621563850586828,9.622478279748261,9.623392129680521,9.62430540111695,9.625218094789496,9.62613021142872,9.627041751763795,9.62795271652252,9.628863106431307,9.629772922215203,9.630682164597877,9.631590834301635,9.632498932047413,9.633406458554797,9.634313414542005,9.635219800725908,9.636125617822023,9.637030866544524,9.637935547606238,9.638839661718652,9.63974320959192,9.640646191934856,9.641548609454953,9.642450462858367,9.643351752849936,9.644252480133181,9.645152645410299,9.646052249382178,9.646951292748396,9.647849776207218,9.648747700455614,9.649645066189247,9.650541874102487,9.651438124888406,9.652333819238786,9.653228957844123,9.654123541393627,9.65501757057523,9.65591104607558,9.656803968580055,9.65769633877276,9.65858815733653,9.659479424952934,9.660370142302282,9.661260310063623,9.662149928914745,9.663038999532194,9.663927522591253,9.66481549876597,9.66570292872914,9.666589813152319,9.667476152705833,9.668361948058761,9.669247199878962,9.670131908833058,9.67101607558645,9.671899700803314,9.672782785146605,9.673665329278066,9.674547333858223,9.675428799546394,9.676309727000683,9.677190116877998,9.678069969834038,9.678949286523306,9.679828067599107,9.680706313713559,9.681584025517582,9.682461203660912,9.683337848792101,9.68421396155852,9.68508954260636,9.685964592580634,9.686839112125188,9.687713101882695,9.688586562494656,9.689459494601415,9.69033189884215,9.69120377585488,9.692075126276471,9.692945950742635,9.693816249887929,9.694686024345767,9.695555274748418,9.696424001727006,9.69729220591152,9.698159887930807,9.699027048412582,9.69989368798343,9.70075980726881,9.701625406893047,9.70249048747935,9.703355049649808,9.704219094025387,9.705082621225941,9.705945631870213,9.706808126575831,9.707670105959325,9.708531570636111,9.70939252122051,9.71025295832574,9.711112882563922,9.711972294546088,9.712831194882176,9.71368958418103,9.714547463050417,9.715404832097013,9.71626169192642,9.717118043143154,9.71797388635066,9.718829222151308,9.719684051146402,9.720538373936167,9.721392191119772,9.722245503295323,9.723098311059855,9.72395061500936,9.724802415738758,9.72565371384193,9.726504509911699,9.727354804539841,9.728204598317085,9.72905389183312,9.729902685676594,9.730750980435111,9.731598776695247,9.732446075042539,9.733292876061492,9.73413918033559,9.734984988447284,9.735830300978002,9.73667511850815,9.737519441617122,9.738363270883283,9.739206606883995,9.740049450195603,9.740891801393442,9.74173366105184,9.742575029744126,9.743415908042616,9.744256296518634,9.745096195742502,9.74593560628355,9.746774528710114,9.747612963589535,9.74845091148817,9.749288372971389,9.750125348603575,9.750961838948133,9.751797844567488,9.752633366023085,9.753468403875397,9.754302958683922,9.755137031007191,9.755970621402763,9.756803730427237,9.757636358636239,9.758468506584439,9.759300174825551,9.760131363912325,9.760962074396563,9.76179230682911,9.762622061759858,9.763451339737758,9.76428014131081,9.765108467026073,9.765936317429658,9.766763693066746,9.767590594481572,9.768417022217442,9.769242976816724,9.770068458820859,9.770893468770355,9.771718007204797,9.772542074662843,9.77336567168223,9.774188798799774,9.775011456551372,9.775833645472005,9.776655366095742,9.777476618955738,9.778297404584237,9.779117723512575,9.779937576271188,9.780756963389598,9.781575885396435,9.782394342819424,9.783212336185395,9.78402986602028,9.784846932849117,9.785663537196056,9.786479679584353,9.787295360536381,9.788110580573626,9.788925340216688,9.789739639985285,9.790553480398263,9.79136686197358,9.792179785228328,9.792992250678719,9.793804258840094,9.794615810226926,9.795426905352823,9.79623754473052,9.797047728871894,9.79785745828796,9.798666733488869,9.799475554983916,9.800283923281544,9.801091838889334,9.801899302314023,9.80270631406149,9.803512874636771,9.804318984544054,9.805124644286678,9.805929854367147,9.806734615287118,9.807538927547412,9.808342791648013,9.809146208088066,9.809949177365887,9.810751699978958,9.811553776423931,9.812355407196634,9.813156592792062,9.813957333704392,9.814757630426975,9.815557483452345,9.816356893272213,9.817155860377474,9.817954385258211,9.81875246840369,9.81955011030237,9.820347311441894,9.821144072309101,9.821940393390024,9.822736275169893,9.823531718133129,9.824326722763358,9.825121289543407,9.825915418955303,9.826709111480277,9.82750236759877,9.828295187790427,9.829087572534105,9.829879522307872,9.830671037589006,9.831462118854008,9.832252766578586,9.833042981237671,9.833832763305416,9.834622113255191,9.835411031559595,9.836199518690444,9.836987575118789,9.837775201314905,9.8385623977483,9.839349164887711,9.840135503201111,9.840921413155705,9.841706895217937,9.842491949853493,9.843276577527291,9.844060778703499,9.844844553845524,9.84562790341602,9.846410827876884,9.847193327689267,9.847975403313566,9.84875705520943,9.849538283835768,9.850319089650732,9.85109947311174,9.851879434675462,9.852658974797835,9.85343809393405,9.854216792538564,9.8549950710651,9.855772929966642,9.85655036969545,9.857327390703045,9.858103993440224,9.858880178357053,9.859655945902874,9.860431296526306,9.861206230675242,9.861980748796855,9.862754851337598,9.863528538743205,9.864301811458697,9.865074669928372,9.865847114595825,9.866619145903929,9.86739076429485,9.868161970210048,9.868932764090273,9.869703146375567,9.870473117505268,9.871242677918016,9.872011828051741,9.872780568343682,9.873548899230373,9.874316821147652,9.875084334530662,9.875851439813854,9.876618137430984,9.877384427815116,9.878150311398628,9.878915788613204,9.879680859889849,9.880445525658873,9.881209786349912,9.881973642391912,9.882737094213143,9.883500142241193,9.88426278690297,9.885025028624712,9.885786867831975,9.886548304949644,9.887309340401929,9.888069974612375,9.888830208003851,9.889590040998563,9.890349474018045,9.89110850748317,9.891867141814146,9.892625377430516,9.893383214751166,9.89414065419432,9.894897696177543,9.895654341117744,9.896410589431175,9.897166441533436,9.897921897839472,9.898676958763579,9.8994316247194,9.900185896119929,9.900939773377518,9.901693256903867,9.902446347110033,9.90319904440643,9.903951349202831,9.904703261908365,9.905454782931525,9.906205912680166,9.906956651561503,9.907706999982118,9.908456958347958,9.909206527064342,9.909955706535948,9.910704497166833,9.91145289936042,9.912200913519506,9.91294854004626,9.913695779342232,9.914442631808342,9.915189097844891,9.915935177851555,9.916680872227396,9.917426181370853,9.91817110567975,9.918915645551296,9.919659801382082,9.92040357356809,9.921146962504682,9.92188996858662,9.92263259220805,9.923374833762509,9.92411669364293,9.924858172241636,9.925599269950352,9.926339987160192,9.927080324261675,9.927820281644713,9.928559859698622,9.929299058812118,9.930037879373321,9.930776321769756,9.931514386388349,9.932252073615436,9.93298938383676,9.933726317437474,9.934462874802138,9.935199056314724,9.935934862358621,9.936670293316627,9.937405349570955,9.938140031503236,9.938874339494518,9.939608273925266,9.940341835175365,9.941075023624125,9.94180783965027,9.942540283631955,9.943272355946753,9.944004056971668,9.944735387083126,9.945466346656984,9.946196936068528,9.946927155692471,9.947657005902961,9.948386487073575,9.949115599577327,9.949844343786665,9.95057272007347,9.951300728809063,9.952028370364202,9.952755645109086,9.95348255341335,9.954209095646076,9.954935272175787,9.955661083370446,9.956386529597465,9.957111611223702,9.957836328615459,9.958560682138492,9.959284672157999,9.960008299038632,9.960731563144499,9.961454464839154,9.962177004485605,9.96289918244632,9.963620999083217,9.964342454757677,9.965063549830536,9.965784284662087],"x":[0.1,0.5994505494505494,1.098901098901099,1.5983516483516484,2.097802197802198,2.5972527472527474,3.096703296703297,3.5961538461538463,4.095604395604395,4.595054945054945,5.094505494505494,5.593956043956044,6.093406593406593,6.5928571428571425,7.092307692307692,7.591758241758241,8.09120879120879,8.590659340659341,9.09010989010989,9.58956043956044,10.089010989010989,10.588461538461539,11.087912087912088,11.587362637362638,12.086813186813187,12.586263736263737,13.085714285714285,13.585164835164836,14.084615384615384,14.584065934065935,15.083516483516483,15.582967032967034,16.082417582417584,16.58186813186813,17.08131868131868,17.58076923076923,18.08021978021978,18.57967032967033,19.07912087912088,19.57857142857143,20.07802197802198,20.577472527472526,21.076923076923077,21.576373626373627,22.075824175824177,22.575274725274724,23.074725274725274,23.574175824175825,24.073626373626375,24.573076923076922,25.072527472527472,25.571978021978023,26.071428571428573,26.57087912087912,27.07032967032967,27.56978021978022,28.06923076923077,28.568681318681318,29.068131868131868,29.56758241758242,30.06703296703297,30.566483516483515,31.065934065934066,31.565384615384616,32.064835164835166,32.56428571428572,33.06373626373627,33.56318681318681,34.06263736263736,34.56208791208791,35.06153846153846,35.56098901098901,36.06043956043956,36.55989010989011,37.05934065934066,37.558791208791206,38.058241758241756,38.55769230769231,39.05714285714286,39.55659340659341,40.05604395604396,40.55549450549451,41.05494505494506,41.5543956043956,42.05384615384615,42.5532967032967,43.05274725274725,43.5521978021978,44.05164835164835,44.551098901098904,45.050549450549454,45.55,46.04945054945055,46.5489010989011,47.04835164835165,47.5478021978022,48.04725274725275,48.5467032967033,49.04615384615385,49.54560439560439,50.04505494505494,50.54450549450549,51.043956043956044,51.543406593406594,52.042857142857144,52.542307692307695,53.041758241758245,53.54120879120879,54.04065934065934,54.54010989010989,55.03956043956044,55.53901098901099,56.03846153846154,56.53791208791209,57.03736263736264,57.536813186813184,58.036263736263734,58.535714285714285,59.035164835164835,59.534615384615385,60.034065934065936,60.533516483516486,61.032967032967036,61.53241758241758,62.03186813186813,62.53131868131868,63.03076923076923,63.53021978021978,64.02967032967032,64.52912087912088,65.02857142857142,65.52802197802198,66.02747252747253,66.52692307692308,67.02637362637363,67.52582417582417,68.02527472527473,68.52472527472527,69.02417582417583,69.52362637362637,70.02307692307693,70.52252747252747,71.02197802197803,71.52142857142857,72.02087912087912,72.52032967032967,73.01978021978022,73.51923076923077,74.01868131868132,74.51813186813187,75.01758241758242,75.51703296703296,76.01648351648352,76.51593406593406,77.01538461538462,77.51483516483516,78.01428571428572,78.51373626373626,79.01318681318682,79.51263736263736,80.0120879120879,80.51153846153846,81.01098901098901,81.51043956043956,82.00989010989011,82.50934065934067,83.00879120879121,83.50824175824175,84.00769230769231,84.50714285714285,85.00659340659341,85.50604395604395,86.00549450549451,86.50494505494505,87.00439560439561,87.50384615384615,88.0032967032967,88.50274725274726,89.0021978021978,89.50164835164836,90.0010989010989,90.50054945054946,91.0,91.49945054945054,91.9989010989011,92.49835164835164,92.9978021978022,93.49725274725274,93.9967032967033,94.49615384615385,94.99560439560439,95.49505494505495,95.99450549450549,96.49395604395605,96.99340659340659,97.49285714285715,97.99230769230769,98.49175824175825,98.99120879120879,99.49065934065933,99.99010989010989,100.48956043956044,100.98901098901099,101.48846153846154,101.9879120879121,102.48736263736264,102.98681318681318,103.48626373626374,103.98571428571428,104.48516483516484,104.98461538461538,105.48406593406594,105.98351648351648,106.48296703296704,106.98241758241758,107.48186813186813,107.98131868131868,108.48076923076923,108.98021978021978,109.47967032967033,109.97912087912088,110.47857142857143,110.97802197802197,111.47747252747253,111.97692307692307,112.47637362637363,112.97582417582417,113.47527472527473,113.97472527472527,114.47417582417583,114.97362637362637,115.47307692307692,115.97252747252747,116.47197802197802,116.97142857142858,117.47087912087912,117.97032967032968,118.46978021978022,118.96923076923076,119.46868131868132,119.96813186813186,120.46758241758242,120.96703296703296,121.46648351648352,121.96593406593406,122.46538461538462,122.96483516483516,123.46428571428571,123.96373626373627,124.46318681318681,124.96263736263737,125.46208791208791,125.96153846153847,126.46098901098901,126.96043956043955,127.45989010989011,127.95934065934065,128.4587912087912,128.95824175824177,129.4576923076923,129.95714285714286,130.4565934065934,130.95604395604394,131.4554945054945,131.95494505494506,132.45439560439561,132.95384615384614,133.4532967032967,133.95274725274726,134.45219780219782,134.95164835164834,135.4510989010989,135.95054945054946,136.45,136.94945054945055,137.4489010989011,137.94835164835166,138.4478021978022,138.94725274725275,139.4467032967033,139.94615384615383,140.4456043956044,140.94505494505495,141.4445054945055,141.94395604395604,142.4434065934066,142.94285714285715,143.44230769230768,143.94175824175824,144.4412087912088,144.94065934065935,145.44010989010988,145.93956043956044,146.439010989011,146.93846153846152,147.43791208791208,147.93736263736264,148.4368131868132,148.93626373626373,149.43571428571428,149.93516483516484,150.4346153846154,150.93406593406593,151.43351648351648,151.93296703296704,152.43241758241757,152.93186813186813,153.4313186813187,153.93076923076924,154.43021978021977,154.92967032967033,155.4291208791209,155.92857142857142,156.42802197802197,156.92747252747253,157.4269230769231,157.92637362637362,158.42582417582418,158.92527472527473,159.42472527472526,159.92417582417582,160.42362637362638,160.92307692307693,161.42252747252746,161.92197802197802,162.42142857142858,162.9208791208791,163.42032967032966,163.91978021978022,164.41923076923078,164.9186813186813,165.41813186813187,165.91758241758242,166.41703296703298,166.9164835164835,167.41593406593407,167.91538461538462,168.41483516483515,168.9142857142857,169.41373626373627,169.91318681318683,170.41263736263735,170.9120879120879,171.41153846153847,171.910989010989,172.41043956043956,172.9098901098901,173.40934065934067,173.9087912087912,174.40824175824176,174.90769230769232,175.40714285714284,175.9065934065934,176.40604395604396,176.90549450549452,177.40494505494505,177.9043956043956,178.40384615384616,178.9032967032967,179.40274725274725,179.9021978021978,180.40164835164836,180.9010989010989,181.40054945054945,181.9,182.39945054945056,182.8989010989011,183.39835164835165,183.8978021978022,184.39725274725274,184.8967032967033,185.39615384615385,185.8956043956044,186.39505494505494,186.8945054945055,187.39395604395605,187.89340659340658,188.39285714285714,188.8923076923077,189.39175824175825,189.89120879120878,190.39065934065934,190.8901098901099,191.38956043956043,191.88901098901098,192.38846153846154,192.8879120879121,193.38736263736263,193.88681318681319,194.38626373626374,194.88571428571427,195.38516483516483,195.8846153846154,196.38406593406594,196.88351648351647,197.38296703296703,197.8824175824176,198.38186813186815,198.88131868131867,199.38076923076923,199.8802197802198,200.37967032967032,200.87912087912088,201.37857142857143,201.878021978022,202.37747252747252,202.87692307692308,203.37637362637363,203.87582417582416,204.37527472527472,204.87472527472528,205.37417582417584,205.87362637362637,206.37307692307692,206.87252747252748,207.371978021978,207.87142857142857,208.37087912087912,208.87032967032968,209.3697802197802,209.86923076923077,210.36868131868133,210.86813186813185,211.3675824175824,211.86703296703297,212.36648351648353,212.86593406593406,213.3653846153846,213.86483516483517,214.36428571428573,214.86373626373626,215.36318681318681,215.86263736263737,216.3620879120879,216.86153846153846,217.36098901098902,217.86043956043957,218.3598901098901,218.85934065934066,219.35879120879122,219.85824175824175,220.3576923076923,220.85714285714286,221.35659340659342,221.85604395604395,222.3554945054945,222.85494505494506,223.3543956043956,223.85384615384615,224.3532967032967,224.85274725274726,225.3521978021978,225.85164835164835,226.3510989010989,226.85054945054944,227.35,227.84945054945055,228.3489010989011,228.84835164835164,229.3478021978022,229.84725274725275,230.3467032967033,230.84615384615384,231.3456043956044,231.84505494505495,232.34450549450548,232.84395604395604,233.3434065934066,233.84285714285716,234.34230769230768,234.84175824175824,235.3412087912088,235.84065934065933,236.3401098901099,236.83956043956044,237.339010989011,237.83846153846153,238.3379120879121,238.83736263736265,239.33681318681317,239.83626373626373,240.3357142857143,240.83516483516485,241.33461538461538,241.83406593406593,242.3335164835165,242.83296703296702,243.33241758241758,243.83186813186813,244.3313186813187,244.83076923076922,245.33021978021978,245.82967032967034,246.3291208791209,246.82857142857142,247.32802197802198,247.82747252747254,248.32692307692307,248.82637362637362,249.32582417582418,249.82527472527474,250.32472527472527,250.82417582417582,251.32362637362638,251.8230769230769,252.32252747252747,252.82197802197803,253.32142857142858,253.8208791208791,254.32032967032967,254.81978021978023,255.31923076923076,255.8186813186813,256.31813186813184,256.8175824175824,257.31703296703296,257.8164835164835,258.3159340659341,258.81538461538463,259.3148351648352,259.8142857142857,260.31373626373625,260.8131868131868,261.31263736263736,261.8120879120879,262.3115384615385,262.81098901098903,263.31043956043953,263.8098901098901,264.30934065934065,264.8087912087912,265.30824175824176,265.8076923076923,266.3071428571429,266.8065934065934,267.30604395604394,267.8054945054945,268.30494505494505,268.8043956043956,269.30384615384617,269.8032967032967,270.3027472527473,270.8021978021978,271.30164835164834,271.8010989010989,272.30054945054945,272.8,273.29945054945057,273.7989010989011,274.2983516483516,274.7978021978022,275.29725274725274,275.7967032967033,276.29615384615386,276.7956043956044,277.29505494505497,277.7945054945055,278.29395604395603,278.7934065934066,279.29285714285714,279.7923076923077,280.29175824175826,280.7912087912088,281.2906593406593,281.7901098901099,282.28956043956043,282.789010989011,283.28846153846155,283.7879120879121,284.28736263736266,284.78681318681316,285.2862637362637,285.7857142857143,286.28516483516484,286.7846153846154,287.28406593406595,287.7835164835165,288.282967032967,288.78241758241757,289.2818681318681,289.7813186813187,290.28076923076924,290.7802197802198,291.27967032967035,291.77912087912085,292.2785714285714,292.77802197802197,293.2774725274725,293.7769230769231,294.27637362637364,294.7758241758242,295.2752747252747,295.77472527472526,296.2741758241758,296.77362637362637,297.2730769230769,297.7725274725275,298.27197802197804,298.77142857142854,299.2708791208791,299.77032967032966,300.2697802197802,300.7692307692308,301.26868131868133,301.7681318681319,302.26758241758245,302.76703296703295,303.2664835164835,303.76593406593406,304.2653846153846,304.7648351648352,305.26428571428573,305.7637362637363,306.2631868131868,306.76263736263735,307.2620879120879,307.76153846153846,308.260989010989,308.7604395604396,309.25989010989014,309.75934065934064,310.2587912087912,310.75824175824175,311.2576923076923,311.75714285714287,312.2565934065934,312.756043956044,313.2554945054945,313.75494505494504,314.2543956043956,314.75384615384615,315.2532967032967,315.75274725274727,316.2521978021978,316.7516483516483,317.2510989010989,317.75054945054944,318.25,318.74945054945056,319.2489010989011,319.7483516483517,320.2478021978022,320.74725274725273,321.2467032967033,321.74615384615385,322.2456043956044,322.74505494505496,323.2445054945055,323.743956043956,324.2434065934066,324.74285714285713,325.2423076923077,325.74175824175825,326.2412087912088,326.74065934065936,327.24010989010986,327.7395604395604,328.239010989011,328.73846153846154,329.2379120879121,329.73736263736265,330.2368131868132,330.7362637362637,331.23571428571427,331.7351648351648,332.2346153846154,332.73406593406594,333.2335164835165,333.73296703296705,334.23241758241755,334.7318681318681,335.23131868131867,335.7307692307692,336.2302197802198,336.72967032967034,337.2291208791209,337.72857142857146,338.22802197802196,338.7274725274725,339.2269230769231,339.72637362637363,340.2258241758242,340.72527472527474,341.2247252747253,341.7241758241758,342.22362637362636,342.7230769230769,343.2225274725275,343.72197802197803,344.2214285714286,344.72087912087915,345.22032967032965,345.7197802197802,346.21923076923076,346.7186813186813,347.2181318681319,347.71758241758243,348.217032967033,348.7164835164835,349.21593406593405,349.7153846153846,350.21483516483516,350.7142857142857,351.2137362637363,351.71318681318684,352.21263736263734,352.7120879120879,353.21153846153845,353.710989010989,354.21043956043957,354.7098901098901,355.2093406593407,355.7087912087912,356.20824175824174,356.7076923076923,357.20714285714286,357.7065934065934,358.20604395604397,358.7054945054945,359.20494505494503,359.7043956043956,360.20384615384614,360.7032967032967,361.20274725274726,361.7021978021978,362.2016483516484,362.7010989010989,363.20054945054943,363.7,364.19945054945055,364.6989010989011,365.19835164835166,365.6978021978022,366.1972527472527,366.6967032967033,367.19615384615383,367.6956043956044,368.19505494505495,368.6945054945055,369.19395604395606,369.6934065934066,370.1928571428571,370.6923076923077,371.19175824175824,371.6912087912088,372.19065934065935,372.6901098901099,373.18956043956047,373.68901098901097,374.1884615384615,374.6879120879121,375.18736263736264,375.6868131868132,376.18626373626375,376.6857142857143,377.1851648351648,377.68461538461537,378.1840659340659,378.6835164835165,379.18296703296704,379.6824175824176,380.18186813186816,380.68131868131866,381.1807692307692,381.6802197802198,382.17967032967033,382.6791208791209,383.17857142857144,383.678021978022,384.1774725274725,384.67692307692306,385.1763736263736,385.6758241758242,386.17527472527473,386.6747252747253,387.17417582417585,387.67362637362635,388.1730769230769,388.67252747252746,389.171978021978,389.6714285714286,390.17087912087914,390.6703296703297,391.1697802197802,391.66923076923075,392.1686813186813,392.66813186813187,393.1675824175824,393.667032967033,394.16648351648354,394.66593406593404,395.1653846153846,395.66483516483515,396.1642857142857,396.66373626373627,397.1631868131868,397.6626373626374,398.1620879120879,398.66153846153844,399.160989010989,399.66043956043956,400.1598901098901,400.65934065934067,401.15879120879123,401.6582417582418,402.1576923076923,402.65714285714284,403.1565934065934,403.65604395604396,404.1554945054945,404.6549450549451,405.15439560439563,405.65384615384613,406.1532967032967,406.65274725274725,407.1521978021978,407.65164835164836,408.1510989010989,408.6505494505495,409.15,409.64945054945053,410.1489010989011,410.64835164835165,411.1478021978022,411.64725274725276,412.1467032967033,412.6461538461538,413.1456043956044,413.64505494505494,414.1445054945055,414.64395604395605,415.1434065934066,415.64285714285717,416.14230769230767,416.6417582417582,417.1412087912088,417.64065934065934,418.1401098901099,418.63956043956046,419.139010989011,419.6384615384615,420.13791208791207,420.6373626373626,421.1368131868132,421.63626373626374,422.1357142857143,422.63516483516486,423.13461538461536,423.6340659340659,424.1335164835165,424.63296703296703,425.1324175824176,425.63186813186815,426.1313186813187,426.6307692307692,427.13021978021976,427.6296703296703,428.1291208791209,428.62857142857143,429.128021978022,429.62747252747255,430.12692307692305,430.6263736263736,431.12582417582416,431.6252747252747,432.1247252747253,432.62417582417584,433.1236263736264,433.62307692307695,434.12252747252745,434.621978021978,435.12142857142857,435.6208791208791,436.1203296703297,436.61978021978024,437.1192307692308,437.6186813186813,438.11813186813185,438.6175824175824,439.11703296703297,439.6164835164835,440.1159340659341,440.61538461538464,441.11483516483514,441.6142857142857,442.11373626373626,442.6131868131868,443.1126373626374,443.61208791208793,444.1115384615385,444.610989010989,445.11043956043954,445.6098901098901,446.10934065934066,446.6087912087912,447.1082417582418,447.60769230769233,448.10714285714283,448.6065934065934,449.10604395604395,449.6054945054945,450.10494505494506,450.6043956043956,451.1038461538462,451.6032967032967,452.10274725274724,452.6021978021978,453.10164835164835,453.6010989010989,454.10054945054947,454.6,455.0994505494505,455.5989010989011,456.09835164835164,456.5978021978022,457.09725274725275,457.5967032967033,458.09615384615387,458.59560439560437,459.0950549450549,459.5945054945055,460.09395604395604,460.5934065934066,461.09285714285716,461.5923076923077,462.0917582417582,462.59120879120877,463.09065934065933,463.5901098901099,464.08956043956044,464.589010989011,465.08846153846156,465.5879120879121,466.0873626373626,466.5868131868132,467.08626373626373,467.5857142857143,468.08516483516485,468.5846153846154,469.08406593406596,469.58351648351646,470.082967032967,470.5824175824176,471.08186813186813,471.5813186813187,472.08076923076925,472.5802197802198,473.0796703296703,473.57912087912086,474.0785714285714,474.578021978022,475.07747252747254,475.5769230769231,476.07637362637365,476.57582417582415,477.0752747252747,477.57472527472527,478.0741758241758,478.5736263736264,479.07307692307694,479.5725274725275,480.071978021978,480.57142857142856,481.0708791208791,481.57032967032967,482.0697802197802,482.5692307692308,483.06868131868134,483.56813186813184,484.0675824175824,484.56703296703296,485.0664835164835,485.5659340659341,486.06538461538463,486.5648351648352,487.0642857142857,487.56373626373625,488.0631868131868,488.56263736263736,489.0620879120879,489.5615384615385,490.06098901098903,490.56043956043953,491.0598901098901,491.55934065934065,492.0587912087912,492.55824175824176,493.0576923076923,493.5571428571429,494.0565934065934,494.55604395604394,495.0554945054945,495.55494505494505,496.0543956043956,496.55384615384617,497.0532967032967,497.5527472527473,498.0521978021978,498.55164835164834,499.0510989010989,499.55054945054945,500.05,500.54945054945057,501.0489010989011,501.5483516483516,502.0478021978022,502.54725274725274,503.0467032967033,503.54615384615386,504.0456043956044,504.54505494505497,505.0445054945055,505.54395604395603,506.0434065934066,506.54285714285714,507.0423076923077,507.54175824175826,508.0412087912088,508.5406593406593,509.0401098901099,509.53956043956043,510.039010989011,510.53846153846155,511.0379120879121,511.53736263736266,512.0368131868132,512.5362637362638,513.0357142857143,513.5351648351649,514.0346153846153,514.5340659340659,515.0335164835165,515.532967032967,516.0324175824176,516.5318681318681,517.0313186813187,517.5307692307692,518.0302197802198,518.5296703296704,519.0291208791209,519.5285714285715,520.028021978022,520.5274725274726,521.026923076923,521.5263736263736,522.0258241758241,522.5252747252747,523.0247252747253,523.5241758241758,524.0236263736264,524.5230769230769,525.0225274725275,525.521978021978,526.0214285714286,526.5208791208792,527.0203296703297,527.5197802197803,528.0192307692307,528.5186813186813,529.0181318681318,529.5175824175824,530.017032967033,530.5164835164835,531.0159340659341,531.5153846153846,532.0148351648352,532.5142857142857,533.0137362637363,533.5131868131868,534.0126373626374,534.512087912088,535.0115384615384,535.510989010989,536.0104395604395,536.5098901098901,537.0093406593406,537.5087912087912,538.0082417582418,538.5076923076923,539.0071428571429,539.5065934065934,540.006043956044,540.5054945054945,541.0049450549451,541.5043956043957,542.0038461538461,542.5032967032967,543.0027472527472,543.5021978021978,544.0016483516483,544.5010989010989,545.0005494505494,545.5,545.9994505494506,546.4989010989011,546.9983516483517,547.4978021978022,547.9972527472528,548.4967032967033,548.9961538461539,549.4956043956043,549.9950549450549,550.4945054945055,550.993956043956,551.4934065934066,551.9928571428571,552.4923076923077,552.9917582417582,553.4912087912088,553.9906593406594,554.4901098901099,554.9895604395605,555.489010989011,555.9884615384616,556.487912087912,556.9873626373626,557.4868131868132,557.9862637362637,558.4857142857143,558.9851648351648,559.4846153846154,559.9840659340659,560.4835164835165,560.982967032967,561.4824175824176,561.9818681318682,562.4813186813187,562.9807692307693,563.4802197802197,563.9796703296703,564.4791208791208,564.9785714285714,565.478021978022,565.9774725274725,566.4769230769231,566.9763736263736,567.4758241758242,567.9752747252747,568.4747252747253,568.9741758241759,569.4736263736264,569.973076923077,570.4725274725274,570.971978021978,571.4714285714285,571.9708791208791,572.4703296703296,572.9697802197802,573.4692307692308,573.9686813186813,574.4681318681319,574.9675824175824,575.467032967033,575.9664835164835,576.4659340659341,576.9653846153847,577.4648351648351,577.9642857142857,578.4637362637362,578.9631868131868,579.4626373626373,579.9620879120879,580.4615384615385,580.960989010989,581.4604395604396,581.9598901098901,582.4593406593407,582.9587912087912,583.4582417582418,583.9576923076924,584.4571428571429,584.9565934065934,585.4560439560439,585.9554945054945,586.454945054945,586.9543956043956,587.4538461538461,587.9532967032967,588.4527472527473,588.9521978021978,589.4516483516484,589.9510989010989,590.4505494505495,590.95,591.4494505494506,591.948901098901,592.4483516483516,592.9478021978022,593.4472527472527,593.9467032967033,594.4461538461538,594.9456043956044,595.445054945055,595.9445054945055,596.4439560439561,596.9434065934066,597.4428571428572,597.9423076923077,598.4417582417583,598.9412087912087,599.4406593406593,599.9401098901099,600.4395604395604,600.939010989011,601.4384615384615,601.9379120879121,602.4373626373626,602.9368131868132,603.4362637362638,603.9357142857143,604.4351648351649,604.9346153846154,605.434065934066,605.9335164835164,606.432967032967,606.9324175824175,607.4318681318681,607.9313186813187,608.4307692307692,608.9302197802198,609.4296703296703,609.9291208791209,610.4285714285714,610.928021978022,611.4274725274726,611.9269230769231,612.4263736263737,612.9258241758242,613.4252747252747,613.9247252747252,614.4241758241758,614.9236263736263,615.4230769230769,615.9225274725275,616.421978021978,616.9214285714286,617.4208791208791,617.9203296703297,618.4197802197803,618.9192307692308,619.4186813186814,619.9181318681319,620.4175824175824,620.9170329670329,621.4164835164835,621.915934065934,622.4153846153846,622.9148351648352,623.4142857142857,623.9137362637363,624.4131868131868,624.9126373626374,625.4120879120879,625.9115384615385,626.410989010989,626.9104395604396,627.4098901098901,627.9093406593406,628.4087912087912,628.9082417582417,629.4076923076923,629.9071428571428,630.4065934065934,630.906043956044,631.4054945054945,631.9049450549451,632.4043956043956,632.9038461538462,633.4032967032967,633.9027472527473,634.4021978021977,634.9016483516483,635.4010989010989,635.9005494505494,636.4,636.8994505494505,637.3989010989011,637.8983516483516,638.3978021978022,638.8972527472528,639.3967032967033,639.8961538461539,640.3956043956044,640.895054945055,641.3945054945054,641.893956043956,642.3934065934066,642.8928571428571,643.3923076923077,643.8917582417582,644.3912087912088,644.8906593406593,645.3901098901099,645.8895604395605,646.389010989011,646.8884615384616,647.3879120879121,647.8873626373627,648.3868131868132,648.8862637362637,649.3857142857142,649.8851648351648,650.3846153846154,650.8840659340659,651.3835164835165,651.882967032967,652.3824175824176,652.8818681318681,653.3813186813187,653.8807692307693,654.3802197802198,654.8796703296704,655.3791208791209,655.8785714285714,656.3780219780219,656.8774725274725,657.376923076923,657.8763736263736,658.3758241758242,658.8752747252747,659.3747252747253,659.8741758241758,660.3736263736264,660.873076923077,661.3725274725275,661.8719780219781,662.3714285714286,662.8708791208791,663.3703296703296,663.8697802197802,664.3692307692307,664.8686813186813,665.3681318681319,665.8675824175824,666.367032967033,666.8664835164835,667.3659340659341,667.8653846153846,668.3648351648352,668.8642857142858,669.3637362637363,669.8631868131868,670.3626373626373,670.8620879120879,671.3615384615384,671.860989010989,672.3604395604395,672.8598901098901,673.3593406593407,673.8587912087912,674.3582417582418,674.8576923076923,675.3571428571429,675.8565934065934,676.356043956044,676.8554945054946,677.354945054945,677.8543956043956,678.3538461538461,678.8532967032967,679.3527472527472,679.8521978021978,680.3516483516484,680.8510989010989,681.3505494505495,681.85,682.3494505494506,682.8489010989011,683.3483516483517,683.8478021978023,684.3472527472527,684.8467032967033,685.3461538461538,685.8456043956044,686.3450549450549,686.8445054945055,687.343956043956,687.8434065934066,688.3428571428572,688.8423076923077,689.3417582417583,689.8412087912088,690.3406593406594,690.8401098901099,691.3395604395604,691.839010989011,692.3384615384615,692.8379120879121,693.3373626373626,693.8368131868132,694.3362637362637,694.8357142857143,695.3351648351648,695.8346153846154,696.334065934066,696.8335164835165,697.3329670329671,697.8324175824176,698.3318681318681,698.8313186813186,699.3307692307692,699.8302197802197,700.3296703296703,700.8291208791209,701.3285714285714,701.828021978022,702.3274725274725,702.8269230769231,703.3263736263737,703.8258241758242,704.3252747252748,704.8247252747253,705.3241758241758,705.8236263736263,706.3230769230769,706.8225274725274,707.321978021978,707.8214285714286,708.3208791208791,708.8203296703297,709.3197802197802,709.8192307692308,710.3186813186813,710.8181318681319,711.3175824175825,711.817032967033,712.3164835164836,712.815934065934,713.3153846153846,713.8148351648351,714.3142857142857,714.8137362637362,715.3131868131868,715.8126373626374,716.3120879120879,716.8115384615385,717.310989010989,717.8104395604396,718.3098901098901,718.8093406593407,719.3087912087913,719.8082417582417,720.3076923076923,720.8071428571428,721.3065934065934,721.8060439560439,722.3054945054945,722.804945054945,723.3043956043956,723.8038461538462,724.3032967032967,724.8027472527473,725.3021978021978,725.8016483516484,726.301098901099,726.8005494505494,727.3,727.7994505494505,728.2989010989011,728.7983516483516,729.2978021978022,729.7972527472527,730.2967032967033,730.7961538461539,731.2956043956044,731.795054945055,732.2945054945055,732.7939560439561,733.2934065934066,733.7928571428571,734.2923076923076,734.7917582417582,735.2912087912088,735.7906593406593,736.2901098901099,736.7895604395604,737.289010989011,737.7884615384615,738.2879120879121,738.7873626373627,739.2868131868132,739.7862637362638,740.2857142857143,740.7851648351649,741.2846153846153,741.7840659340659,742.2835164835165,742.782967032967,743.2824175824176,743.7818681318681,744.2813186813187,744.7807692307692,745.2802197802198,745.7796703296704,746.2791208791209,746.7785714285715,747.278021978022,747.7774725274726,748.276923076923,748.7763736263736,749.2758241758241,749.7752747252747,750.2747252747253,750.7741758241758,751.2736263736264,751.7730769230769,752.2725274725275,752.771978021978,753.2714285714286,753.7708791208792,754.2703296703297,754.7697802197803,755.2692307692307,755.7686813186813,756.2681318681318,756.7675824175824,757.267032967033,757.7664835164835,758.2659340659341,758.7653846153846,759.2648351648352,759.7642857142857,760.2637362637363,760.7631868131868,761.2626373626374,761.762087912088,762.2615384615384,762.760989010989,763.2604395604395,763.7598901098901,764.2593406593406,764.7587912087912,765.2582417582418,765.7576923076923,766.2571428571429,766.7565934065934,767.256043956044,767.7554945054945,768.2549450549451,768.7543956043957,769.2538461538461,769.7532967032967,770.2527472527472,770.7521978021978,771.2516483516483,771.7510989010989,772.2505494505494,772.75,773.2494505494506,773.7489010989011,774.2483516483517,774.7478021978022,775.2472527472528,775.7467032967033,776.2461538461539,776.7456043956043,777.2450549450549,777.7445054945055,778.243956043956,778.7434065934066,779.2428571428571,779.7423076923077,780.2417582417582,780.7412087912088,781.2406593406594,781.7401098901099,782.2395604395605,782.739010989011,783.2384615384616,783.737912087912,784.2373626373626,784.7368131868132,785.2362637362637,785.7357142857143,786.2351648351648,786.7346153846154,787.2340659340659,787.7335164835165,788.232967032967,788.7324175824176,789.2318681318682,789.7313186813187,790.2307692307693,790.7302197802197,791.2296703296703,791.7291208791208,792.2285714285714,792.728021978022,793.2274725274725,793.7269230769231,794.2263736263736,794.7258241758242,795.2252747252747,795.7247252747253,796.2241758241759,796.7236263736264,797.223076923077,797.7225274725274,798.221978021978,798.7214285714285,799.2208791208791,799.7203296703296,800.2197802197802,800.7192307692308,801.2186813186813,801.7181318681319,802.2175824175824,802.717032967033,803.2164835164835,803.7159340659341,804.2153846153847,804.7148351648351,805.2142857142857,805.7137362637362,806.2131868131868,806.7126373626373,807.2120879120879,807.7115384615385,808.210989010989,808.7104395604396,809.2098901098901,809.7093406593407,810.2087912087912,810.7082417582418,811.2076923076924,811.7071428571429,812.2065934065934,812.7060439560439,813.2054945054945,813.704945054945,814.2043956043956,814.7038461538461,815.2032967032967,815.7027472527473,816.2021978021978,816.7016483516484,817.2010989010989,817.7005494505495,818.2,818.6994505494506,819.198901098901,819.6983516483516,820.1978021978022,820.6972527472527,821.1967032967033,821.6961538461538,822.1956043956044,822.695054945055,823.1945054945055,823.6939560439561,824.1934065934066,824.6928571428572,825.1923076923077,825.6917582417583,826.1912087912087,826.6906593406593,827.1901098901099,827.6895604395604,828.189010989011,828.6884615384615,829.1879120879121,829.6873626373626,830.1868131868132,830.6862637362638,831.1857142857143,831.6851648351649,832.1846153846154,832.684065934066,833.1835164835164,833.682967032967,834.1824175824175,834.6818681318681,835.1813186813187,835.6807692307692,836.1802197802198,836.6796703296703,837.1791208791209,837.6785714285714,838.178021978022,838.6774725274726,839.1769230769231,839.6763736263737,840.1758241758242,840.6752747252747,841.1747252747252,841.6741758241758,842.1736263736263,842.6730769230769,843.1725274725275,843.671978021978,844.1714285714286,844.6708791208791,845.1703296703297,845.6697802197803,846.1692307692308,846.6686813186814,847.1681318681319,847.6675824175824,848.1670329670329,848.6664835164835,849.165934065934,849.6653846153846,850.1648351648352,850.6642857142857,851.1637362637363,851.6631868131868,852.1626373626374,852.6620879120879,853.1615384615385,853.660989010989,854.1604395604396,854.6598901098901,855.1593406593406,855.6587912087912,856.1582417582417,856.6576923076923,857.1571428571428,857.6565934065934,858.156043956044,858.6554945054945,859.1549450549451,859.6543956043956,860.1538461538462,860.6532967032967,861.1527472527473,861.6521978021977,862.1516483516483,862.6510989010989,863.1505494505494,863.65,864.1494505494505,864.6489010989011,865.1483516483516,865.6478021978022,866.1472527472528,866.6467032967033,867.1461538461539,867.6456043956044,868.145054945055,868.6445054945054,869.143956043956,869.6434065934066,870.1428571428571,870.6423076923077,871.1417582417582,871.6412087912088,872.1406593406593,872.6401098901099,873.1395604395605,873.639010989011,874.1384615384616,874.6379120879121,875.1373626373627,875.6368131868132,876.1362637362637,876.6357142857142,877.1351648351648,877.6346153846154,878.1340659340659,878.6335164835165,879.132967032967,879.6324175824176,880.1318681318681,880.6313186813187,881.1307692307693,881.6302197802198,882.1296703296704,882.6291208791209,883.1285714285714,883.6280219780219,884.1274725274725,884.626923076923,885.1263736263736,885.6258241758242,886.1252747252747,886.6247252747253,887.1241758241758,887.6236263736264,888.123076923077,888.6225274725275,889.1219780219781,889.6214285714286,890.1208791208791,890.6203296703296,891.1197802197802,891.6192307692307,892.1186813186813,892.6181318681319,893.1175824175824,893.617032967033,894.1164835164835,894.6159340659341,895.1153846153846,895.6148351648352,896.1142857142858,896.6137362637363,897.1131868131868,897.6126373626373,898.1120879120879,898.6115384615384,899.110989010989,899.6104395604395,900.1098901098901,900.6093406593407,901.1087912087912,901.6082417582418,902.1076923076923,902.6071428571429,903.1065934065934,903.606043956044,904.1054945054946,904.604945054945,905.1043956043956,905.6038461538461,906.1032967032967,906.6027472527472,907.1021978021978,907.6016483516484,908.1010989010989,908.6005494505495,909.1,909.5994505494506,910.0989010989011,910.5983516483517,911.0978021978023,911.5972527472527,912.0967032967033,912.5961538461538,913.0956043956044,913.5950549450549,914.0945054945055,914.593956043956,915.0934065934066,915.5928571428572,916.0923076923077,916.5917582417583,917.0912087912088,917.5906593406594,918.0901098901099,918.5895604395604,919.089010989011,919.5884615384615,920.0879120879121,920.5873626373626,921.0868131868132,921.5862637362637,922.0857142857143,922.5851648351648,923.0846153846154,923.584065934066,924.0835164835165,924.5829670329671,925.0824175824176,925.5818681318681,926.0813186813186,926.5807692307692,927.0802197802197,927.5796703296703,928.0791208791209,928.5785714285714,929.078021978022,929.5774725274725,930.0769230769231,930.5763736263737,931.0758241758242,931.5752747252748,932.0747252747253,932.5741758241758,933.0736263736263,933.5730769230769,934.0725274725274,934.571978021978,935.0714285714286,935.5708791208791,936.0703296703297,936.5697802197802,937.0692307692308,937.5686813186813,938.0681318681319,938.5675824175825,939.067032967033,939.5664835164836,940.065934065934,940.5653846153846,941.0648351648351,941.5642857142857,942.0637362637362,942.5631868131868,943.0626373626374,943.5620879120879,944.0615384615385,944.560989010989,945.0604395604396,945.5598901098901,946.0593406593407,946.5587912087913,947.0582417582417,947.5576923076923,948.0571428571428,948.5565934065934,949.0560439560439,949.5554945054945,950.054945054945,950.5543956043956,951.0538461538462,951.5532967032967,952.0527472527473,952.5521978021978,953.0516483516484,953.551098901099,954.0505494505494,954.55,955.0494505494505,955.5489010989011,956.0483516483516,956.5478021978022,957.0472527472527,957.5467032967033,958.0461538461539,958.5456043956044,959.045054945055,959.5445054945055,960.0439560439561,960.5434065934066,961.0428571428571,961.5423076923076,962.0417582417582,962.5412087912088,963.0406593406593,963.5401098901099,964.0395604395604,964.539010989011,965.0384615384615,965.5379120879121,966.0373626373627,966.5368131868132,967.0362637362638,967.5357142857143,968.0351648351649,968.5346153846153,969.0340659340659,969.5335164835165,970.032967032967,970.5324175824176,971.0318681318681,971.5313186813187,972.0307692307692,972.5302197802198,973.0296703296704,973.5291208791209,974.0285714285715,974.528021978022,975.0274725274726,975.526923076923,976.0263736263736,976.5258241758241,977.0252747252747,977.5247252747253,978.0241758241758,978.5236263736264,979.0230769230769,979.5225274725275,980.021978021978,980.5214285714286,981.0208791208792,981.5203296703297,982.0197802197803,982.5192307692307,983.0186813186813,983.5181318681318,984.0175824175824,984.517032967033,985.0164835164835,985.5159340659341,986.0153846153846,986.5148351648352,987.0142857142857,987.5137362637363,988.0131868131868,988.5126373626374,989.012087912088,989.5115384615384,990.010989010989,990.5104395604395,991.0098901098901,991.5093406593406,992.0087912087912,992.5082417582418,993.0076923076923,993.5071428571429,994.0065934065934,994.506043956044,995.0054945054945,995.5049450549451,996.0043956043957,996.5038461538461,997.0032967032967,997.5027472527472,998.0021978021978,998.5016483516483,999.0010989010989,999.5005494505494,1000.0]} diff --git a/lib/node_modules/@stdlib/math/base/special/ln/scripts/fixtures/julia/runner.jl b/lib/node_modules/@stdlib/math/base/special/ln/scripts/fixtures/julia/runner.jl deleted file mode 100644 index d697a8be3c15..000000000000 --- a/lib/node_modules/@stdlib/math/base/special/ln/scripts/fixtures/julia/runner.jl +++ /dev/null @@ -1,60 +0,0 @@ -#!/usr/bin/env julia -# -# @license Apache-2.0 -# -# Copyright (c) 2018 The Stdlib Authors. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -import JSON - -""" - gen( domain, filepath ) - -Generate fixture data and write to file. - -# Arguments - -* `domain`: domain -* `filepath::AbstractString`: filepath of the output file - -# Examples - -``` julia -julia> x = range( -1000, stop = 1000, length = 2001 ); -julia> gen( x, \"./data.json\" ); -``` -""" -function gen( domain, filepath ) - x = collect( domain ); - y = log.( x ); - data = Dict([ - ("x", x), - ("expected", y) - ]); - outfile = open( filepath, "w" ); - write( outfile, JSON.json(data) ); - write( outfile, "\n" ); - close( outfile ); -end - -# Get the filename: -file = @__FILE__; - -# Extract the directory in which this file resides: -dir = dirname( file ); - -# Generate fixture data for decimal values: -x = range( 0.1, stop = 1000.0, length = 2003 ) -out = joinpath( dir, "data.json" ); -gen( x, out ); diff --git a/lib/node_modules/@stdlib/math/base/special/ln/scripts/precision.js b/lib/node_modules/@stdlib/math/base/special/ln/scripts/precision.js deleted file mode 100644 index 2cec00f1889d..000000000000 --- a/lib/node_modules/@stdlib/math/base/special/ln/scripts/precision.js +++ /dev/null @@ -1,63 +0,0 @@ -/** -* @license Apache-2.0 -* -* Copyright (c) 2018 The Stdlib Authors. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ - -'use strict'; - -// TODO: clean-up - -// MODULES // - -var divide = require( 'compute-divide' ); -var mean = require( 'compute-mean' ); -var subtract = require( 'compute-subtract' ); -var abs = require( '@stdlib/math/base/special/abs' ); -var ln = require( './../lib' ); - - -// FIXTURES // - -var data = require( './fixtures/julia/data.json' ); - - -// MAIN // - -var nativeErrs; -var customErrs; -var yexpected; -var ynative; -var ycustom; -var x; -var i; - -x = data.x; -yexpected = data.expected; -ycustom = new Array( x.length ); -ynative = new Array( x.length ); -for ( i = 0; i < x.length; i++ ) { - if ( yexpected[ i ] === 0.0 ) { - yexpected[ i ] += 1e-16; - } - ycustom[ i ] = ln( x[ i ] ); - ynative[ i ] = Math.log( x[ i ] ); -} - -customErrs = abs( divide( subtract( ycustom, yexpected ), yexpected ) ); -nativeErrs = abs( divide( subtract( ynative, yexpected ), yexpected ) ); - -console.log( 'The mean relative error of Math.log compared to Julia is %d', mean( nativeErrs ) ); -console.log( 'The mean relative error of this module compared to Julia is %d', mean( customErrs ) ); diff --git a/lib/node_modules/@stdlib/math/base/special/log10/scripts/fixtures/julia/REQUIRE b/lib/node_modules/@stdlib/math/base/special/log10/scripts/fixtures/julia/REQUIRE deleted file mode 100644 index 308c3be89c85..000000000000 --- a/lib/node_modules/@stdlib/math/base/special/log10/scripts/fixtures/julia/REQUIRE +++ /dev/null @@ -1,2 +0,0 @@ -julia 1.5 -JSON 0.21 diff --git a/lib/node_modules/@stdlib/math/base/special/log10/scripts/fixtures/julia/data.json b/lib/node_modules/@stdlib/math/base/special/log10/scripts/fixtures/julia/data.json deleted file mode 100644 index ec7cd9f59941..000000000000 --- a/lib/node_modules/@stdlib/math/base/special/log10/scripts/fixtures/julia/data.json +++ /dev/null @@ -1 +0,0 @@ -{"expected":[-3.321928094887362,-0.7382873487624515,0.13606154957602856,0.6765848460142478,1.068878652317879,1.3769864142725912,1.630733161223578,1.8464547417465444,2.034076368642791,2.2000821125446386,2.348942115920413,2.4838689174866495,2.6072490099630135,2.7209038207008076,2.8262551274008834,2.9244340507138835,3.01635525108654,3.1027688637263444,3.184297735228876,3.2614646873810464,3.3347128509785575,3.4044210815671065,3.470915818907661,3.534480331380426,3.5953620081567883,3.6537781738819417,3.7099207711519773,3.763960165447777,3.8160482627688825,3.86632108376699,3.9149009042575256,3.961898046914096,4.007412390210054,4.051534646519408,4.094347450499286,4.13592629057558,4.176340309914025,4.215652998224221,4.253922791778354,4.291203595880809,4.327545241513615,4.362993885865164,4.397592364819435,4.431380504158301,4.464395395147444,4.496671639288062,4.5282415662838345,4.559135428665401,4.589381576009298,4.619006611266058,4.64803553135783,4.6764918539075895,4.704397731709776,4.731774056338324,4.758640552106056,4.78501586143398,4.810917622556027,4.836362540370421,4.861366451150473,4.8859443817425685,4.910110603805494,4.933878683581326,4.957261527632479,4.980271424931,5.00292008564373,5.025218676919799,5.0471778559542475,5.068807800572836,5.090118237557753,5.111118468911556,5.131817396236842,5.152223543391592,5.172345077564475,5.192189828900554,5.2117653087954094,5.2310787269646415,5.250137007385835,5.268946803201191,5.287514510661094,5.305846282181742,5.323948038583537,5.341825480571151,5.359484099510966,5.376929187556871,5.394165847171129,5.411199000083163,5.4280333957256355,5.444673619183977,5.461124098692669,5.477389112708928,5.49347279659208,5.509379148914689,5.525112037429555,5.540675204714846,5.556072273517978,5.571306751817334,5.586382037619506,5.6013014235084855,5.616068100962018,5.6306851644492895,5.64515561532311,5.659482365518814,5.673668241071319,5.687715985460928,5.701628262797816,5.715407660854429,5.729056693954432,5.742577805726273,5.7559733717289125,5.769245701956763,5.782397043230452,5.795429581479602,5.808345443923421,5.821146701154539,5.833835369131214,5.846413411082689,5.858882739332194,5.871245217041855,5.883502659883464,5.895656837638875,5.907709475733544,5.919662256706536,5.93151682162015,5.9432747714120815,5.954937668192941,5.966507036491743,5.977984364451847,5.9893711049797025,6.000668676848624,6.011878465759667,6.023001825361615,6.034040078231951,6.044994516820566,6.055866404357934,6.066656975729299,6.077367438316429,6.087998972808346,6.098552733982397,6.109029851456982,6.11943143041712,6.129758552314065,6.140012275540054,6.150193636079242,6.160303648135834,6.170343304740353,6.18031357833497,6.190215421338737,6.200049766693557,6.209817528391674,6.219519601985424,6.229156865079958,6.238730177809619,6.24824038329862,6.257688308106633,6.2670747626598775,6.276400541668293,6.285666424529297,6.2948731757186644,6.30402154516902,6.313112268636396,6.322146068055323,6.331123651882865,6.340045715432017,6.348912941194863,6.357725999155853,6.36648554709558,6.375192230885383,6.383846684773116,6.392449531660396,6.401001383371635,6.409502840915146,6.4179544947365965,6.426356924965083,6.434710701652087,6.44301638500354,6.451274525605262,6.45948566464197,6.467650334110097,6.475769057024626,6.483842347620124,6.491870711546198,6.499854646057533,6.507794640198696,6.515691174983901,6.523544723571859,6.531355751435906,6.539124716529555,6.5468520694476,6.554538253582942,6.562183705279251,6.569788853979609,6.577354122371251,6.584879926526537,6.592366676040262,6.599814774163419,6.607224617933534,6.614596598301666,6.621931100256176,6.629228502943376,6.6364891797851335,6.643713498593528,6.650901821682664,6.6580545059777005,6.6651719031211965,6.672254359576844,6.679302216730671,6.6863158109897745,6.693295473878683,6.7002415321333775,6.707154307793079,6.7140341182898355,6.720881276535986,6.727696091009564,6.734478865837684,6.741229900877984,6.74794949179817,6.754637930153717,6.761295503463771,6.767922495285317,6.774519185285648,6.781085849313179,6.787622759466666,6.794130184162857,6.800608388202629,6.8070576328356385,6.813478175823546,6.819870271501829,6.826234170840235,6.832570121501911,6.838878367901235,6.845159151260387,6.8514127096647055,6.857639278116834,6.863839088589715,6.870012370078444,6.876159348651026,6.882280247498045,6.888375286981295,6.894444684681378,6.900488655444316,6.906507411427178,6.912501162142772,6.9184701145034015,6.924414472863728,6.930334439062752,6.93623021246493,6.942101990000471,6.947949966204795,6.95377433325721,6.95957528101881,6.965352997069607,6.971107666744927,6.976839473171083,6.982548597300345,6.9882352179452125,6.993899511812024,6.999541653533899,7.005161815703049,7.010760168902456,7.016336881736934,7.021892120863606,7.027426051021779,7.032938835062266,7.0384306339761356,7.043901606922923,7.049351911258311,7.054781702561279,7.0601911346607595,7.065580359661779,7.070949527971129,7.0762987883225446,7.081628287801435,7.0869381718691455,7.0922285843867785,7.097499667638585,7.102751562354923,7.107984407734802,7.113198341468021,7.118393499756908,7.123570017337668,7.12872802750135,7.133867662114442,7.138989051639097,7.144092325153006,7.149177610368915,7.154245033653806,7.159294720047736,7.164326793282351,7.169341375799078,7.174338588767,7.179318552100425,7.184281384476153,7.18922720335044,7.194156124975686,7.199068264416824,7.2039637355674415,7.2088426511656225,7.2137051228095315,7.218551260972721,7.223381175019201,7.2281949732182404,7.2329927627589345,7.237774649764522,7.242540739306476,7.247291135418347,7.252025941109401,7.256745258378009,7.261449188224843,7.266137830665835,7.270811284744947,7.275469648546715,7.280113019208611,7.284741492933187,7.289355165000041,7.293954129777583,7.298538480734615,7.303108310451735,7.30766371063255,7.312204772114718,7.31673158488082,7.321244238069055,7.325742819983775,7.330227418105849,7.334698119102875,7.339155008839226,7.343598172385948,7.348027694030499,7.352443657286349,7.356846144902422,7.361235238872402,7.365611020443895,7.369973570127457,7.374322967705478,7.378659292240935,7.382982622086024,7.387293034890644,7.391590607610772,7.395875416516707,7.4001475372011845,7.404407044587389,7.408654012936831,7.412888515857116,7.417110626309601,7.421320416616939,7.425517958470506,7.429703322937736,7.433876580469331,7.4380378009063834,7.442187053487385,7.446324406855142,7.450449929063587,7.454563687584495,7.45866574931411,7.462756180579664,7.466835047145816,7.470902414220998,7.4749583464636675,7.479002907988476,7.483036162372348,7.487058172660481,7.491069001372255,7.495068710507067,7.499057361550078,7.503035015477888,7.507001732764124,7.510957573384963,7.514902596824566,7.5188368620804535,7.522760427668791,7.526673351629616,7.530575691531987,7.53446750447907,7.538348847113147,7.542219775620564,7.546080345736613,7.5499306127503445,7.553770631509321,7.557600456424305,7.561420141473882,7.565229740209028,7.569029305757612,7.572818890828843,7.576598547717661,7.580368328309059,7.584128284082363,7.587878466115446,7.591618925088895,7.595349711290119,7.599070874617404,7.602782464583919,7.60648453032167,7.6101771205854,7.613860283756441,7.617534067846523,7.621198520501521,7.624853689005169,7.62849962028272,7.632136360904558,7.635763957089766,7.6393824547096605,7.642991899291255,7.646592336020714,7.650183809746736,7.653766364983908,7.657340045916021,7.66090489639933,7.664460959965794,7.668008279826258,7.671546898873606,7.675076859685873,7.67859820452932,7.682110975361468,7.685615213834097,7.689110961296217,7.692598258796986,7.696077147088604,7.699547666629177,7.703009857585533,7.706463759836014,7.709909412973232,7.713346856306793,7.716776128865987,7.720197269402443,7.723610316392767,7.727015308041126,7.730412282281822,7.733801276781826,7.737182328943281,7.740555475905985,7.743920754549832,7.747278201497235,7.750627853115517,7.753969745519274,7.757303914572713,7.760630395891959,7.763949224847338,7.7672604365656355,7.770564065932325,7.7738601475937745,7.777148715959427,7.780429805203957,7.783703449269395,7.786969681867244,7.790228536480553,7.793480046365985,7.796724244555847,7.799961163860105,7.803190836868378,7.806413295951904,7.809628573265485,7.8128367007494175,7.81603771013139,7.819231632928372,7.822418500448471,7.825598343792776,7.828771193857177,7.831937081334171,7.835096036714638,7.838248090289603,7.841393272151983,7.844531612198308,7.847663140130428,7.850787885457196,7.853905877496141,7.857017145375113,7.8601217180339225,7.86321962422595,7.8663108925197465,7.869395551300612,7.8724736287721635,7.875545152957878,7.878610151702627,7.881668652674186,7.884720683364739,7.887766271092357,7.890805443002466,7.8938382260693025,7.896864647097344,7.899884732722733,7.902898509414686,7.905906003476881,7.908907241048839,7.911902248107284,7.914891050467493,7.917873673784635,7.920850143555087,7.92382048511774,7.926784723655302,7.929742884195572,7.932694991612709,7.935641070628489,7.938581145813545,7.941515241588599,7.944443382225676,7.9473655918493105,7.950281894437739,7.953192313824083,7.9560968736975095,7.9589955976044,7.961888508949484,7.964775630996981,7.96765698687172,7.970532599560251,7.973402491911943,7.976266686640079,7.97912520632293,7.981978073404824,7.984825310197205,7.987666938879674,7.990502981501036,7.9933334599803185,7.996158396107789,7.998977811545963,8.001791727830602,8.004600166371697,8.007403148454449,8.010200695240234,8.012992827767569,8.015779566953046,8.01856093359229,8.02133694836088,8.024107631815268,8.026873004393705,8.029633086417133,8.03238789809009,8.035137459501588,8.037881790626,8.040620911323929,8.04335484134307,8.046083600319063,8.048807207776337,8.051525683128954,8.054239045681436,8.056947314629587,8.05965050906131,8.062348647957412,8.065041750192405,8.067729834535296,8.070412919650376,8.073091024097995,8.07576416633533,8.078432364717155,8.081095637496588,8.08375400282585,8.086407478757001,8.089056083242674,8.09169983413681,8.094338749195376,8.096972846077085,8.099602142344093,8.10222665546272,8.104846402804128,8.107461401645025,8.11007166916834,8.112677222463901,8.115278078529114,8.117874254269617,8.120465766499953,8.123052631944203,8.125634867236661,8.128212488922449,8.130785513458171,8.133353957212536,8.135917836466984,8.138477167416307,8.141031966169257,8.143582248749164,8.146128031094529,8.14866932905963,8.151206158415107,8.153738534848555,8.156266473965104,8.158789991287998,8.161309102259159,8.163823822239763,8.166334166510802,8.168840150273633,8.171341788650539,8.173839096685267,8.176332089343585,8.178820781513808,8.181305188007332,8.18378532355917,8.186261202828472,8.188732840399046,8.19120025077987,8.193663448405609,8.196122447637114,8.198577262761937,8.201027907994812,8.203474397478164,8.205916745282588,8.208354965407345,8.210789071780834,8.21321907826107,8.215644998636165,8.218066846624792,8.22048463587665,8.222898379972925,8.225308092426756,8.227713786683674,8.23011547612207,8.232513174053622,8.234906893723757,8.237296648312073,8.239682450932786,8.24206431463516,8.244442252403928,8.246816277159727,8.249186401759511,8.251552638996973,8.253915001602957,8.256273502245872,8.258628153532097,8.260978968006386,8.26332595815227,8.265669136392454,8.268008515089209,8.270344106544771,8.272675923001717,8.275003976643362,8.277328279594135,8.27964884391996,8.281965681628625,8.284278804670167,8.286588224937233,8.288893954265449,8.291196004433782,8.293494387164907,8.29578911412556,8.29808019692689,8.300367647124823,8.302651476220401,8.304931695660136,8.307208316836345,8.309481351087506,8.311750809698578,8.314016703901357,8.316279044874797,8.318537843745341,8.320793111587255,8.323044859422952,8.325293098223312,8.327537838908006,8.329779092345813,8.332016869354936,8.334251180703315,8.336482037108942,8.338709449240158,8.340933427715974,8.343153983106363,8.34537112593257,8.3475848666674,8.349795215735531,8.352002183513795,8.354205780331473,8.356406016470588,8.358602902166194,8.360796447606655,8.362986662933938,8.365173558243887,8.367357143586501,8.369537428966218,8.371714424342189,8.373888139628543,8.376058584694665,8.378225769365466,8.380389703421644,8.382550396599953,8.384707858593467,8.386862099051834,8.389013127581546,8.391160953746182,8.393305587066678,8.395447037021567,8.397585313047243,8.399720424538199,8.401852380847279,8.403981191285927,8.406106865124432,8.408229411592156,8.410348839877797,8.412465159129605,8.414578378455639,8.416688506923986,8.418795553563005,8.420899527361554,8.42300043726922,8.425098292196552,8.427193101015282,8.42928487255855,8.431373615621135,8.433459338959668,8.43554205129286,8.437621761301711,8.439698477629737,8.441772208883181,8.443842963631226,8.445910750406211,8.447975577703838,8.450037453983382,8.452096387667904,8.454152387144452,8.456205460764263,8.45825561684298,8.460302863660836,8.462347209462871,8.464388662459124,8.466427230824822,8.468462922700596,8.470495746192661,8.472525709373013,8.474552820279625,8.476577086916633,8.478598517254529,8.48061711923035,8.482632900747861,8.484645869677744,8.486656033857779,8.488663401093035,8.490667979156042,8.492669775786975,8.494668798693839,8.496665055552636,8.498658554007555,8.500649301671137,8.50263730612445,8.504622574917272,8.506605115568254,8.508584935565091,8.510562042364697,8.512536443393367,8.514508146046952,8.51647715769102,8.518443485661018,8.520407137262445,8.522368119771011,8.524326440432795,8.526282106464404,8.528235125053145,8.530185503357172,8.532133248505648,8.534078367598896,8.536020867708565,8.537960755877773,8.539898039121267,8.541832724425571,8.543764818749144,8.54569432902252,8.547621262148468,8.54954562500213,8.551467424431177,8.553386667255948,8.5553033602696,8.557217510238251,8.559129123901124,8.561038207970688,8.562944769132798,8.564848814046837,8.56675034934586,8.568649381636725,8.570545917500233,8.572439963491272,8.574331526138941,8.576220611946695,8.578107227392472,8.579991378928835,8.58187307298309,8.583752315957435,8.585629114229079,8.587503474150372,8.589375402048944,8.59124490422782,8.593111986965557,8.594976656516364,8.596838919110233,8.598698780953063,8.60055624822678,8.602411327089463,8.60426402367547,8.606114344095552,8.60796229443698,8.609807880763663,8.61165110911627,8.613491985512342,8.615330515946418,8.617166706390147,8.619000562792404,8.620832091079413,8.622661297154847,8.62448818689996,8.626312766173688,8.628135040812767,8.629955016631843,8.631772699423582,8.633588094958787,8.635401208986499,8.637212047234113,8.639020615407487,8.640826919191042,8.642630964247877,8.644432756219874,8.646232300727801,8.648029603371418,8.649824669729586,8.651617505360367,8.653408115801124,8.655196506568629,8.656982683159168,8.658766651048628,8.660548415692618,8.662327982526552,8.664105356965756,8.665880544405567,8.667653550221429,8.669424379768992,8.671193038384212,8.67295953138344,8.674723864063521,8.676486041701898,8.67824606955669,8.680003952866805,8.681759696852014,8.683513306713062,8.685264787631748,8.687014144771021,8.688761383275075,8.690506508269433,8.692249524861042,8.69399043813836,8.69572925317145,8.69746597501206,8.699200608693719,8.70093315923182,8.70266363162371,8.704392030848771,8.70611836186852,8.70784262962667,8.709564839049241,8.711284995044629,8.713003102503693,8.714719166299838,8.716433191289104,8.718145182310238,8.719855144184784,8.721563081717163,8.723268999694751,8.724972902887965,8.726674796050332,8.728374683918586,8.730072571212732,8.731768462636127,8.733462362875567,8.735154276601355,8.736844208467382,8.738532163111207,8.74021814515413,8.74190215920126,8.743584209841607,8.74526430164815,8.746942439177904,8.748618626972002,8.750292869555768,8.75196517143879,8.753635537114992,8.755303971062705,8.756970477744744,8.758635061608473,8.76029772708588,8.761958478593652,8.763617320533235,8.765274257290912,8.76692929323787,8.768582432730271,8.77023368010932,8.771883039701327,8.773530515817788,8.775176112755442,8.776819834796342,8.778461686207919,8.780101671243058,8.78173979414015,8.783376059123164,8.785010470401723,8.786643032171147,8.788273748612538,8.789902623892834,8.791529662164871,8.793154867567457,8.794778244225423,8.796399796249693,8.798019527737347,8.79963744277168,8.80125354542226,8.802867839745002,8.804480329782214,8.806091019562672,8.807699913101667,8.809307014401075,8.810912327449412,8.812515856221893,8.814117604680495,8.815717576774015,8.817315776438122,8.818912207595421,8.82050687415551,8.822099780015042,8.82369092905777,8.825280325154614,8.826867972163713,8.828453873930485,8.83003803428768,8.831620457055434,8.833201146041329,8.834780105040442,8.83635733783541,8.837932848196468,8.83950663988152,8.841078716636181,8.842649082193837,8.844217740275695,8.845784694590836,8.847349948836271,8.84891350669699,8.850475371846011,8.85203554794444,8.853594038641518,8.85515084757467,8.856705978369561,8.858259434640141,8.859811219988702,8.861361338005919,8.862909792270909,8.86445658635128,8.866001723803167,8.867545208171306,8.869087042989054,8.870627231778458,8.8721657780503,8.873702685304135,8.87523795702835,8.876771596700205,8.878303607785885,8.87983399374054,8.881362758008342,8.882889904022521,8.884415435205419,8.885939354968528,8.887461666712547,8.888982373827417,8.890501479692375,8.892018987675987,8.893534901136208,8.895049223420415,8.896561957865455,8.898073107797693,8.899582676533049,8.901090667377044,8.90259708362485,8.904101928561323,8.90560520546105,8.907106917588395,8.90860706819754,8.910105660532523,8.911602697827282,8.913098183305703,8.914592120181656,8.916084511659031,8.917575360931796,8.919064671184017,8.920552445589918,8.922038687313904,8.923523399510621,8.925006585324976,8.926488247892191,8.927968390337838,8.929447015777876,8.930924127318699,8.932399728057163,8.933873821080633,8.935346409467023,8.936817496284826,8.938287084593165,8.939755177441818,8.941221777871265,8.942686888912721,8.944150513588177,8.945612654910436,8.94707331588315,8.948532499500855,8.94999020874901,8.95144644660404,8.952901216033357,8.954354519995409,8.955806361439715,8.957256743306893,8.958705668528705,8.960153140028087,8.961599160719189,8.963043733507403,8.964486861289403,8.965928546953181,8.967368793378078,8.968807603434824,8.97024497998556,8.97168092588389,8.9731154439749,8.9745485370952,8.975980208072956,8.977410459727919,8.978839294871467,8.980266716306627,8.98169272682812,8.983117329222386,8.984540526267619,8.985962320733794,8.987382715382713,8.988801712968025,8.99021931623526,8.991635527921861,8.993050350757226,8.994463787462722,8.99587584075173,8.997286513329666,8.998695807894027,9.000103727134404,9.001510273732524,9.002915450362282,9.004319259689762,9.005721704373276,9.007122787063388,9.008522510402951,9.009920877027133,9.011317889563442,9.012713550631766,9.014107862844392,9.015500828806047,9.016892451113913,9.018282732357667,9.019671675119508,9.021059281974182,9.02244555548901,9.023830498223928,9.025214112731497,9.026596401556947,9.027977367238199,9.029357012305887,9.0307353392834,9.032112350686896,9.033488049025337,9.034862436800514,9.036235516507075,9.03760729063255,9.038977761657385,9.04034693205496,9.041714804291619,9.0430813808267,9.044446664112558,9.04581065659459,9.047173360711268,9.048534778894156,9.049894913567945,9.05125376715047,9.052611342052748,9.053967640678986,9.055322665426624,9.05667641868635,9.058028902842134,9.059380120271236,9.060730073344253,9.06207876442513,9.063426195871191,9.064772370033154,9.066117289255171,9.067460955874841,9.068803372223236,9.070144540624929,9.071484463398017,9.072823142854139,9.074160581298512,9.075496781029942,9.07683174434086,9.07816547351733,9.07949797083909,9.080829238579565,9.082159279005888,9.083488094378932,9.084815686953327,9.086142058977485,9.087467212693623,9.088791150337782,9.090113874139854,9.091435386323607,9.0927556891067,9.094074784700707,9.095392675311146,9.096709363137494,9.09802485037321,9.099339139205762,9.100652231816643,9.101964130381393,9.103274837069625,9.104584354045045,9.105892683465468,9.107199827482848,9.108505788243294,9.10981056788709,9.111114168548722,9.112416592356892,9.113717841434543,9.115017917898879,9.116316823861384,9.117614561427848,9.118911132698377,9.120206539767427,9.121500784723812,9.122793869650732,9.124085796625788,9.125376567721009,9.126666185002863,9.127954650532283,9.129241966364686,9.13052813454999,9.131813157132637,9.133097036151609,9.134379773640452,9.13566137162729,9.136941832134848,9.13822115718047,9.139499348776136,9.140776408928486,9.142052339638838,9.143327142903196,9.144600820712286,9.145873375051565,9.147144807901235,9.148415121236273,9.149684317026441,9.15095239723631,9.15221936382527,9.153485218747557,9.154749963952266,9.156013601383373,9.157276132979748,9.158537560675173,9.159797886398367,9.161057112072996,9.162315239617692,9.163572270946077,9.164828207966767,9.166083052583406,9.16733680669467,9.168589472194293,9.169841050971074,9.171091544908908,9.172340955886789,9.173589285778837,9.174836536454313,9.176082709777631,9.177327807608378,9.178571831801333,9.179814784206478,9.181056666669017,9.182297481029398,9.183537229123319,9.184775912781753,9.186013533830959,9.187250094092501,9.188485595383264,9.189720039515468,9.190953428296682,9.19218576352985,9.193417047013293,9.194647280540735,9.195876465901316,9.197104604879605,9.198331699255617,9.19955775080483,9.2007827612982,9.202006732502172,9.203229666178704,9.204451564085272,9.205672427974894,9.206892259596142,9.20811106069315,9.209328833005646,9.210545578268944,9.21176129821398,9.212975994567316,9.214189669051155,9.215402323383355,9.216613959277453,9.217824578442663,9.21903418258391,9.220242773401825,9.221450352592774,9.222656921848865,9.223862482857964,9.22506703730371,9.226270586865528,9.227473133218645,9.228674678034098,9.229875222978757,9.23107476971533,9.232273319902385,9.233470875194358,9.234667437241567,9.23586300769023,9.237057588182475,9.238251180356352,9.239443785845848,9.240635406280909,9.241826043287434,9.243015698487309,9.244204373498407,9.245392069934605,9.2465787894058,9.247764533517916,9.248949303872925,9.25013310206885,9.251315929699787,9.252497788355916,9.253678679623507,9.254858605084943,9.256037566318724,9.257215564899486,9.25839260239801,9.259568680381234,9.260743800412268,9.261917964050406,9.26309117285114,9.264263428366167,9.265434732143405,9.266605085727004,9.267774490657363,9.268942948471137,9.270110460701245,9.271277028876895,9.272442654523584,9.273607339163114,9.274771084313608,9.275933891489514,9.277095762201625,9.278256697957083,9.279416700259397,9.280575770608452,9.281733910500519,9.282891121428271,9.284047404880791,9.285202762343584,9.286357195298589,9.28751070522419,9.288663293595228,9.289814961883014,9.290965711555334,9.29211554407647,9.293264460907201,9.29441246350482,9.295559553323146,9.29670573181253,9.297851000419872,9.298995360588625,9.300138813758815,9.30128136136704,9.302423004846496,9.30356374562697,9.304703585134867,9.305842524793212,9.306980566021661,9.308117710236514,9.309253958850725,9.310389313273912,9.311523774912366,9.312657345169066,9.313790025443685,9.314921817132602,9.316052721628909,9.31718274032243,9.318311874599724,9.319440125844094,9.320567495435606,9.321693984751086,9.322819595164143,9.32394432804517,9.32506818476136,9.326191166676711,9.32731327515204,9.328434511544991,9.329554877210043,9.330674373498525,9.331793001758621,9.33291076333538,9.334027659570733,9.335143691803488,9.336258861369354,9.337373169600943,9.338486617827783,9.339599207376327,9.340710939569957,9.341821815729004,9.342931837170745,9.344041005209423,9.345149321156253,9.346256786319428,9.347363402004127,9.348469169512539,9.349574090143848,9.350678165194266,9.351781395957023,9.352883783722389,9.353985329777679,9.35508603540726,9.35618590189256,9.357284930512083,9.35838312254141,9.35948047925321,9.360577001917251,9.361672691800413,9.362767550166685,9.363861578277184,9.364954777390158,9.366047148760998,9.367138693642248,9.368229413283606,9.369319308931942,9.3704083818313,9.37149663322291,9.372584064345194,9.373670676433777,9.374756470721493,9.375841448438397,9.376925610811767,9.37800895906612,9.379091494423212,9.380173218102057,9.381254131318924,9.382334235287352,9.383413531218157,9.384492020319437,9.385569703796586,9.386646582852299,9.387722658686574,9.388797932496733,9.38987240547742,9.39094607882061,9.39201895371562,9.393091031349117,9.394162312905124,9.395232799565026,9.396302492507584,9.397371392908935,9.398439501942606,9.39950682077952,9.400573350588001,9.401639092533786,9.402704047780029,9.40376821748731,9.404831602813644,9.405894204914487,9.406956024942742,9.408017064048769,9.409077323380394,9.410136804082912,9.411195507299096,9.412253434169207,9.413310585830997,9.414366963419722,9.415422568068143,9.416477400906539,9.417531463062708,9.41858475566198,9.419637279827224,9.420689036678851,9.421740027334822,9.422790252910659,9.423839714519447,9.424888413271848,9.425936350276098,9.426983526638026,9.42802994346105,9.429075601846192,9.430120502892077,9.431164647694949,9.432208037348673,9.43325067294474,9.434292555572279,9.43533368631806,9.436374066266502,9.437413696499679,9.438452578097326,9.439490712136852,9.440528099693337,9.441564741839544,9.44260063964593,9.44363579418064,9.44467020650953,9.445703877696157,9.4467368088018,9.447769000885454,9.44880045500385,9.449831172211447,9.45086115356045,9.45189040010081,9.452918912880232,9.453946692944186,9.454973741335904,9.456000059096391,9.45702564726444,9.45805050687662,9.459074638967301,9.460098044568646,9.461120724710623,9.462142680421017,9.463163912725424,9.464184422647268,9.4652042112078,9.466223279426107,9.46724162831912,9.468259258901616,9.469276172186229,9.470292369183447,9.471307850901631,9.472322618347013,9.4733366725237,9.474350014433684,9.475362645076851,9.476374565450977,9.477385776551744,9.478396279372742,9.479406074905471,9.480415164139355,9.481423548061741,9.482431227657907,9.483438203911067,9.48444447780238,9.485450050310954,9.486454922413845,9.487459095086075,9.488462569300632,9.489465346028469,9.49046742623852,9.491468810897704,9.49246950097092,9.493469497421069,9.494468801209045,9.49546741329375,9.496465334632097,9.49746256617901,9.498459108887438,9.499454963708356,9.500450131590771,9.501444613481725,9.502438410326306,9.503431523067652,9.504423952646949,9.505415700003445,9.506406766074454,9.507397151795356,9.50838685809961,9.509375885918752,9.510364236182406,9.511351909818282,9.512338907752195,9.513325230908048,9.514310880207866,9.51529585657177,9.51628016091801,9.517263794162952,9.518246757221087,9.519229051005045,9.520210676425584,9.521191634391615,9.522171925810186,9.523151551586503,9.524130512623929,9.525108809823985,9.526086444086367,9.527063416308934,9.52803972738773,9.529015378216977,9.529990369689086,9.530964702694657,9.53193837812249,9.532911396859586,9.533883759791149,9.5348554678006,9.535826521769572,9.536796922577922,9.537766671103729,9.538735768223306,9.539704214811199,9.540672011740195,9.541639159881324,9.542605660103872,9.543571513275369,9.54453672026161,9.545501281926652,9.546465199132824,9.547428472740718,9.548391103609214,9.549353092595467,9.550314440554923,9.551275148341315,9.552235216806674,9.553194646801328,9.554153439173916,9.555111594771382,9.556069114438982,9.557025999020292,9.557982249357213,9.558937866289968,9.559892850657116,9.560847203295548,9.561800925040501,9.562754016725549,9.563706479182622,9.564658313241997,9.565609519732316,9.566560099480578,9.567510053312146,9.56845938205076,9.569408086518532,9.570356167535953,9.5713036259219,9.572250462493631,9.573196678066804,9.574142273455468,9.575087249472075,9.576031606927481,9.576975346630949,9.577918469390156,9.578860976011198,9.579802867298588,9.58074414405527,9.58168480708261,9.582624857180415,9.583564295146926,9.584503121778823,9.585441337871238,9.586378944217747,9.587315941610385,9.588252330839637,9.589188112694458,9.590123287962266,9.591057857428945,9.591991821878858,9.592925182094845,9.593857938858223,9.5947900929488,9.595721645144868,9.596652596223219,9.597582946959138,9.59851269812641,9.599441850497326,9.600370404842689,9.601298361931809,9.60222572253252,9.603152487411169,9.604078657332629,9.605004233060303,9.605929215356126,9.606853604980563,9.607777402692626,9.608700609249864,9.609623225408372,9.610545251922803,9.611466689546354,9.612387539030788,9.613307801126425,9.61422747658215,9.615146566145418,9.616065070562255,9.616982990577268,9.617900326933638,9.61881708037313,9.619733251636099,9.620648841461485,9.621563850586828,9.622478279748261,9.623392129680521,9.62430540111695,9.625218094789496,9.62613021142872,9.627041751763795,9.62795271652252,9.628863106431307,9.629772922215203,9.630682164597877,9.631590834301635,9.632498932047413,9.633406458554797,9.634313414542005,9.635219800725908,9.636125617822023,9.637030866544524,9.637935547606238,9.638839661718652,9.63974320959192,9.640646191934856,9.641548609454953,9.642450462858367,9.643351752849936,9.644252480133181,9.645152645410299,9.646052249382178,9.646951292748396,9.647849776207218,9.648747700455614,9.649645066189247,9.650541874102487,9.651438124888406,9.652333819238786,9.653228957844123,9.654123541393627,9.65501757057523,9.65591104607558,9.656803968580055,9.65769633877276,9.65858815733653,9.659479424952934,9.660370142302282,9.661260310063623,9.662149928914745,9.663038999532194,9.663927522591253,9.66481549876597,9.66570292872914,9.666589813152319,9.667476152705833,9.668361948058761,9.669247199878962,9.670131908833058,9.67101607558645,9.671899700803314,9.672782785146605,9.673665329278066,9.674547333858223,9.675428799546394,9.676309727000683,9.677190116877998,9.678069969834038,9.678949286523306,9.679828067599107,9.680706313713559,9.681584025517582,9.682461203660912,9.683337848792101,9.68421396155852,9.68508954260636,9.685964592580634,9.686839112125188,9.687713101882695,9.688586562494656,9.689459494601415,9.69033189884215,9.69120377585488,9.692075126276471,9.692945950742635,9.693816249887929,9.694686024345767,9.695555274748418,9.696424001727006,9.69729220591152,9.698159887930807,9.699027048412582,9.69989368798343,9.70075980726881,9.701625406893047,9.70249048747935,9.703355049649808,9.704219094025387,9.705082621225941,9.705945631870213,9.706808126575831,9.707670105959325,9.708531570636111,9.70939252122051,9.71025295832574,9.711112882563922,9.711972294546088,9.712831194882176,9.71368958418103,9.714547463050417,9.715404832097013,9.71626169192642,9.717118043143154,9.71797388635066,9.718829222151308,9.719684051146402,9.720538373936167,9.721392191119772,9.722245503295323,9.723098311059855,9.72395061500936,9.724802415738758,9.72565371384193,9.726504509911699,9.727354804539841,9.728204598317085,9.72905389183312,9.729902685676594,9.730750980435111,9.731598776695247,9.732446075042539,9.733292876061492,9.73413918033559,9.734984988447284,9.735830300978002,9.73667511850815,9.737519441617122,9.738363270883283,9.739206606883995,9.740049450195603,9.740891801393442,9.74173366105184,9.742575029744126,9.743415908042616,9.744256296518634,9.745096195742502,9.74593560628355,9.746774528710114,9.747612963589535,9.74845091148817,9.749288372971389,9.750125348603575,9.750961838948133,9.751797844567488,9.752633366023085,9.753468403875397,9.754302958683922,9.755137031007191,9.755970621402763,9.756803730427237,9.757636358636239,9.758468506584439,9.759300174825551,9.760131363912325,9.760962074396563,9.76179230682911,9.762622061759858,9.763451339737758,9.76428014131081,9.765108467026073,9.765936317429658,9.766763693066746,9.767590594481572,9.768417022217442,9.769242976816724,9.770068458820859,9.770893468770355,9.771718007204797,9.772542074662843,9.77336567168223,9.774188798799774,9.775011456551372,9.775833645472005,9.776655366095742,9.777476618955738,9.778297404584237,9.779117723512575,9.779937576271188,9.780756963389598,9.781575885396435,9.782394342819424,9.783212336185395,9.78402986602028,9.784846932849117,9.785663537196056,9.786479679584353,9.787295360536381,9.788110580573626,9.788925340216688,9.789739639985285,9.790553480398263,9.79136686197358,9.792179785228328,9.792992250678719,9.793804258840094,9.794615810226926,9.795426905352823,9.79623754473052,9.797047728871894,9.79785745828796,9.798666733488869,9.799475554983916,9.800283923281544,9.801091838889334,9.801899302314023,9.80270631406149,9.803512874636771,9.804318984544054,9.805124644286678,9.805929854367147,9.806734615287118,9.807538927547412,9.808342791648013,9.809146208088066,9.809949177365887,9.810751699978958,9.811553776423931,9.812355407196634,9.813156592792062,9.813957333704392,9.814757630426975,9.815557483452345,9.816356893272213,9.817155860377474,9.817954385258211,9.81875246840369,9.81955011030237,9.820347311441894,9.821144072309101,9.821940393390024,9.822736275169893,9.823531718133129,9.824326722763358,9.825121289543407,9.825915418955303,9.826709111480277,9.82750236759877,9.828295187790427,9.829087572534105,9.829879522307872,9.830671037589006,9.831462118854008,9.832252766578586,9.833042981237671,9.833832763305416,9.834622113255191,9.835411031559595,9.836199518690444,9.836987575118789,9.837775201314905,9.8385623977483,9.839349164887711,9.840135503201111,9.840921413155705,9.841706895217937,9.842491949853493,9.843276577527291,9.844060778703499,9.844844553845524,9.84562790341602,9.846410827876884,9.847193327689267,9.847975403313566,9.84875705520943,9.849538283835768,9.850319089650732,9.85109947311174,9.851879434675462,9.852658974797835,9.85343809393405,9.854216792538564,9.8549950710651,9.855772929966642,9.85655036969545,9.857327390703045,9.858103993440224,9.858880178357053,9.859655945902874,9.860431296526306,9.861206230675242,9.861980748796855,9.862754851337598,9.863528538743205,9.864301811458697,9.865074669928372,9.865847114595825,9.866619145903929,9.86739076429485,9.868161970210048,9.868932764090273,9.869703146375567,9.870473117505268,9.871242677918016,9.872011828051741,9.872780568343682,9.873548899230373,9.874316821147652,9.875084334530662,9.875851439813854,9.876618137430984,9.877384427815116,9.878150311398628,9.878915788613204,9.879680859889849,9.880445525658873,9.881209786349912,9.881973642391912,9.882737094213143,9.883500142241193,9.88426278690297,9.885025028624712,9.885786867831975,9.886548304949644,9.887309340401929,9.888069974612375,9.888830208003851,9.889590040998563,9.890349474018045,9.89110850748317,9.891867141814146,9.892625377430516,9.893383214751166,9.89414065419432,9.894897696177543,9.895654341117744,9.896410589431175,9.897166441533436,9.897921897839472,9.898676958763579,9.8994316247194,9.900185896119929,9.900939773377518,9.901693256903867,9.902446347110033,9.90319904440643,9.903951349202831,9.904703261908365,9.905454782931525,9.906205912680166,9.906956651561503,9.907706999982118,9.908456958347958,9.909206527064342,9.909955706535948,9.910704497166833,9.91145289936042,9.912200913519506,9.91294854004626,9.913695779342232,9.914442631808342,9.915189097844891,9.915935177851555,9.916680872227396,9.917426181370853,9.91817110567975,9.918915645551296,9.919659801382082,9.92040357356809,9.921146962504682,9.92188996858662,9.92263259220805,9.923374833762509,9.92411669364293,9.924858172241636,9.925599269950352,9.926339987160192,9.927080324261675,9.927820281644713,9.928559859698622,9.929299058812118,9.930037879373321,9.930776321769756,9.931514386388349,9.932252073615436,9.93298938383676,9.933726317437474,9.934462874802138,9.935199056314724,9.935934862358621,9.936670293316627,9.937405349570955,9.938140031503236,9.938874339494518,9.939608273925266,9.940341835175365,9.941075023624125,9.94180783965027,9.942540283631955,9.943272355946753,9.944004056971668,9.944735387083126,9.945466346656984,9.946196936068528,9.946927155692471,9.947657005902961,9.948386487073575,9.949115599577327,9.949844343786665,9.95057272007347,9.951300728809063,9.952028370364202,9.952755645109086,9.95348255341335,9.954209095646076,9.954935272175787,9.955661083370446,9.956386529597465,9.957111611223702,9.957836328615459,9.958560682138492,9.959284672157999,9.960008299038632,9.960731563144499,9.961454464839154,9.962177004485605,9.96289918244632,9.963620999083217,9.964342454757677,9.965063549830536,9.965784284662087],"x":[0.1,0.5994505494505494,1.098901098901099,1.5983516483516484,2.097802197802198,2.5972527472527474,3.096703296703297,3.5961538461538463,4.095604395604395,4.595054945054945,5.094505494505494,5.593956043956044,6.093406593406593,6.5928571428571425,7.092307692307692,7.591758241758241,8.09120879120879,8.590659340659341,9.09010989010989,9.58956043956044,10.089010989010989,10.588461538461539,11.087912087912088,11.587362637362638,12.086813186813187,12.586263736263737,13.085714285714285,13.585164835164836,14.084615384615384,14.584065934065935,15.083516483516483,15.582967032967034,16.082417582417584,16.58186813186813,17.08131868131868,17.58076923076923,18.08021978021978,18.57967032967033,19.07912087912088,19.57857142857143,20.07802197802198,20.577472527472526,21.076923076923077,21.576373626373627,22.075824175824177,22.575274725274724,23.074725274725274,23.574175824175825,24.073626373626375,24.573076923076922,25.072527472527472,25.571978021978023,26.071428571428573,26.57087912087912,27.07032967032967,27.56978021978022,28.06923076923077,28.568681318681318,29.068131868131868,29.56758241758242,30.06703296703297,30.566483516483515,31.065934065934066,31.565384615384616,32.064835164835166,32.56428571428572,33.06373626373627,33.56318681318681,34.06263736263736,34.56208791208791,35.06153846153846,35.56098901098901,36.06043956043956,36.55989010989011,37.05934065934066,37.558791208791206,38.058241758241756,38.55769230769231,39.05714285714286,39.55659340659341,40.05604395604396,40.55549450549451,41.05494505494506,41.5543956043956,42.05384615384615,42.5532967032967,43.05274725274725,43.5521978021978,44.05164835164835,44.551098901098904,45.050549450549454,45.55,46.04945054945055,46.5489010989011,47.04835164835165,47.5478021978022,48.04725274725275,48.5467032967033,49.04615384615385,49.54560439560439,50.04505494505494,50.54450549450549,51.043956043956044,51.543406593406594,52.042857142857144,52.542307692307695,53.041758241758245,53.54120879120879,54.04065934065934,54.54010989010989,55.03956043956044,55.53901098901099,56.03846153846154,56.53791208791209,57.03736263736264,57.536813186813184,58.036263736263734,58.535714285714285,59.035164835164835,59.534615384615385,60.034065934065936,60.533516483516486,61.032967032967036,61.53241758241758,62.03186813186813,62.53131868131868,63.03076923076923,63.53021978021978,64.02967032967032,64.52912087912088,65.02857142857142,65.52802197802198,66.02747252747253,66.52692307692308,67.02637362637363,67.52582417582417,68.02527472527473,68.52472527472527,69.02417582417583,69.52362637362637,70.02307692307693,70.52252747252747,71.02197802197803,71.52142857142857,72.02087912087912,72.52032967032967,73.01978021978022,73.51923076923077,74.01868131868132,74.51813186813187,75.01758241758242,75.51703296703296,76.01648351648352,76.51593406593406,77.01538461538462,77.51483516483516,78.01428571428572,78.51373626373626,79.01318681318682,79.51263736263736,80.0120879120879,80.51153846153846,81.01098901098901,81.51043956043956,82.00989010989011,82.50934065934067,83.00879120879121,83.50824175824175,84.00769230769231,84.50714285714285,85.00659340659341,85.50604395604395,86.00549450549451,86.50494505494505,87.00439560439561,87.50384615384615,88.0032967032967,88.50274725274726,89.0021978021978,89.50164835164836,90.0010989010989,90.50054945054946,91.0,91.49945054945054,91.9989010989011,92.49835164835164,92.9978021978022,93.49725274725274,93.9967032967033,94.49615384615385,94.99560439560439,95.49505494505495,95.99450549450549,96.49395604395605,96.99340659340659,97.49285714285715,97.99230769230769,98.49175824175825,98.99120879120879,99.49065934065933,99.99010989010989,100.48956043956044,100.98901098901099,101.48846153846154,101.9879120879121,102.48736263736264,102.98681318681318,103.48626373626374,103.98571428571428,104.48516483516484,104.98461538461538,105.48406593406594,105.98351648351648,106.48296703296704,106.98241758241758,107.48186813186813,107.98131868131868,108.48076923076923,108.98021978021978,109.47967032967033,109.97912087912088,110.47857142857143,110.97802197802197,111.47747252747253,111.97692307692307,112.47637362637363,112.97582417582417,113.47527472527473,113.97472527472527,114.47417582417583,114.97362637362637,115.47307692307692,115.97252747252747,116.47197802197802,116.97142857142858,117.47087912087912,117.97032967032968,118.46978021978022,118.96923076923076,119.46868131868132,119.96813186813186,120.46758241758242,120.96703296703296,121.46648351648352,121.96593406593406,122.46538461538462,122.96483516483516,123.46428571428571,123.96373626373627,124.46318681318681,124.96263736263737,125.46208791208791,125.96153846153847,126.46098901098901,126.96043956043955,127.45989010989011,127.95934065934065,128.4587912087912,128.95824175824177,129.4576923076923,129.95714285714286,130.4565934065934,130.95604395604394,131.4554945054945,131.95494505494506,132.45439560439561,132.95384615384614,133.4532967032967,133.95274725274726,134.45219780219782,134.95164835164834,135.4510989010989,135.95054945054946,136.45,136.94945054945055,137.4489010989011,137.94835164835166,138.4478021978022,138.94725274725275,139.4467032967033,139.94615384615383,140.4456043956044,140.94505494505495,141.4445054945055,141.94395604395604,142.4434065934066,142.94285714285715,143.44230769230768,143.94175824175824,144.4412087912088,144.94065934065935,145.44010989010988,145.93956043956044,146.439010989011,146.93846153846152,147.43791208791208,147.93736263736264,148.4368131868132,148.93626373626373,149.43571428571428,149.93516483516484,150.4346153846154,150.93406593406593,151.43351648351648,151.93296703296704,152.43241758241757,152.93186813186813,153.4313186813187,153.93076923076924,154.43021978021977,154.92967032967033,155.4291208791209,155.92857142857142,156.42802197802197,156.92747252747253,157.4269230769231,157.92637362637362,158.42582417582418,158.92527472527473,159.42472527472526,159.92417582417582,160.42362637362638,160.92307692307693,161.42252747252746,161.92197802197802,162.42142857142858,162.9208791208791,163.42032967032966,163.91978021978022,164.41923076923078,164.9186813186813,165.41813186813187,165.91758241758242,166.41703296703298,166.9164835164835,167.41593406593407,167.91538461538462,168.41483516483515,168.9142857142857,169.41373626373627,169.91318681318683,170.41263736263735,170.9120879120879,171.41153846153847,171.910989010989,172.41043956043956,172.9098901098901,173.40934065934067,173.9087912087912,174.40824175824176,174.90769230769232,175.40714285714284,175.9065934065934,176.40604395604396,176.90549450549452,177.40494505494505,177.9043956043956,178.40384615384616,178.9032967032967,179.40274725274725,179.9021978021978,180.40164835164836,180.9010989010989,181.40054945054945,181.9,182.39945054945056,182.8989010989011,183.39835164835165,183.8978021978022,184.39725274725274,184.8967032967033,185.39615384615385,185.8956043956044,186.39505494505494,186.8945054945055,187.39395604395605,187.89340659340658,188.39285714285714,188.8923076923077,189.39175824175825,189.89120879120878,190.39065934065934,190.8901098901099,191.38956043956043,191.88901098901098,192.38846153846154,192.8879120879121,193.38736263736263,193.88681318681319,194.38626373626374,194.88571428571427,195.38516483516483,195.8846153846154,196.38406593406594,196.88351648351647,197.38296703296703,197.8824175824176,198.38186813186815,198.88131868131867,199.38076923076923,199.8802197802198,200.37967032967032,200.87912087912088,201.37857142857143,201.878021978022,202.37747252747252,202.87692307692308,203.37637362637363,203.87582417582416,204.37527472527472,204.87472527472528,205.37417582417584,205.87362637362637,206.37307692307692,206.87252747252748,207.371978021978,207.87142857142857,208.37087912087912,208.87032967032968,209.3697802197802,209.86923076923077,210.36868131868133,210.86813186813185,211.3675824175824,211.86703296703297,212.36648351648353,212.86593406593406,213.3653846153846,213.86483516483517,214.36428571428573,214.86373626373626,215.36318681318681,215.86263736263737,216.3620879120879,216.86153846153846,217.36098901098902,217.86043956043957,218.3598901098901,218.85934065934066,219.35879120879122,219.85824175824175,220.3576923076923,220.85714285714286,221.35659340659342,221.85604395604395,222.3554945054945,222.85494505494506,223.3543956043956,223.85384615384615,224.3532967032967,224.85274725274726,225.3521978021978,225.85164835164835,226.3510989010989,226.85054945054944,227.35,227.84945054945055,228.3489010989011,228.84835164835164,229.3478021978022,229.84725274725275,230.3467032967033,230.84615384615384,231.3456043956044,231.84505494505495,232.34450549450548,232.84395604395604,233.3434065934066,233.84285714285716,234.34230769230768,234.84175824175824,235.3412087912088,235.84065934065933,236.3401098901099,236.83956043956044,237.339010989011,237.83846153846153,238.3379120879121,238.83736263736265,239.33681318681317,239.83626373626373,240.3357142857143,240.83516483516485,241.33461538461538,241.83406593406593,242.3335164835165,242.83296703296702,243.33241758241758,243.83186813186813,244.3313186813187,244.83076923076922,245.33021978021978,245.82967032967034,246.3291208791209,246.82857142857142,247.32802197802198,247.82747252747254,248.32692307692307,248.82637362637362,249.32582417582418,249.82527472527474,250.32472527472527,250.82417582417582,251.32362637362638,251.8230769230769,252.32252747252747,252.82197802197803,253.32142857142858,253.8208791208791,254.32032967032967,254.81978021978023,255.31923076923076,255.8186813186813,256.31813186813184,256.8175824175824,257.31703296703296,257.8164835164835,258.3159340659341,258.81538461538463,259.3148351648352,259.8142857142857,260.31373626373625,260.8131868131868,261.31263736263736,261.8120879120879,262.3115384615385,262.81098901098903,263.31043956043953,263.8098901098901,264.30934065934065,264.8087912087912,265.30824175824176,265.8076923076923,266.3071428571429,266.8065934065934,267.30604395604394,267.8054945054945,268.30494505494505,268.8043956043956,269.30384615384617,269.8032967032967,270.3027472527473,270.8021978021978,271.30164835164834,271.8010989010989,272.30054945054945,272.8,273.29945054945057,273.7989010989011,274.2983516483516,274.7978021978022,275.29725274725274,275.7967032967033,276.29615384615386,276.7956043956044,277.29505494505497,277.7945054945055,278.29395604395603,278.7934065934066,279.29285714285714,279.7923076923077,280.29175824175826,280.7912087912088,281.2906593406593,281.7901098901099,282.28956043956043,282.789010989011,283.28846153846155,283.7879120879121,284.28736263736266,284.78681318681316,285.2862637362637,285.7857142857143,286.28516483516484,286.7846153846154,287.28406593406595,287.7835164835165,288.282967032967,288.78241758241757,289.2818681318681,289.7813186813187,290.28076923076924,290.7802197802198,291.27967032967035,291.77912087912085,292.2785714285714,292.77802197802197,293.2774725274725,293.7769230769231,294.27637362637364,294.7758241758242,295.2752747252747,295.77472527472526,296.2741758241758,296.77362637362637,297.2730769230769,297.7725274725275,298.27197802197804,298.77142857142854,299.2708791208791,299.77032967032966,300.2697802197802,300.7692307692308,301.26868131868133,301.7681318681319,302.26758241758245,302.76703296703295,303.2664835164835,303.76593406593406,304.2653846153846,304.7648351648352,305.26428571428573,305.7637362637363,306.2631868131868,306.76263736263735,307.2620879120879,307.76153846153846,308.260989010989,308.7604395604396,309.25989010989014,309.75934065934064,310.2587912087912,310.75824175824175,311.2576923076923,311.75714285714287,312.2565934065934,312.756043956044,313.2554945054945,313.75494505494504,314.2543956043956,314.75384615384615,315.2532967032967,315.75274725274727,316.2521978021978,316.7516483516483,317.2510989010989,317.75054945054944,318.25,318.74945054945056,319.2489010989011,319.7483516483517,320.2478021978022,320.74725274725273,321.2467032967033,321.74615384615385,322.2456043956044,322.74505494505496,323.2445054945055,323.743956043956,324.2434065934066,324.74285714285713,325.2423076923077,325.74175824175825,326.2412087912088,326.74065934065936,327.24010989010986,327.7395604395604,328.239010989011,328.73846153846154,329.2379120879121,329.73736263736265,330.2368131868132,330.7362637362637,331.23571428571427,331.7351648351648,332.2346153846154,332.73406593406594,333.2335164835165,333.73296703296705,334.23241758241755,334.7318681318681,335.23131868131867,335.7307692307692,336.2302197802198,336.72967032967034,337.2291208791209,337.72857142857146,338.22802197802196,338.7274725274725,339.2269230769231,339.72637362637363,340.2258241758242,340.72527472527474,341.2247252747253,341.7241758241758,342.22362637362636,342.7230769230769,343.2225274725275,343.72197802197803,344.2214285714286,344.72087912087915,345.22032967032965,345.7197802197802,346.21923076923076,346.7186813186813,347.2181318681319,347.71758241758243,348.217032967033,348.7164835164835,349.21593406593405,349.7153846153846,350.21483516483516,350.7142857142857,351.2137362637363,351.71318681318684,352.21263736263734,352.7120879120879,353.21153846153845,353.710989010989,354.21043956043957,354.7098901098901,355.2093406593407,355.7087912087912,356.20824175824174,356.7076923076923,357.20714285714286,357.7065934065934,358.20604395604397,358.7054945054945,359.20494505494503,359.7043956043956,360.20384615384614,360.7032967032967,361.20274725274726,361.7021978021978,362.2016483516484,362.7010989010989,363.20054945054943,363.7,364.19945054945055,364.6989010989011,365.19835164835166,365.6978021978022,366.1972527472527,366.6967032967033,367.19615384615383,367.6956043956044,368.19505494505495,368.6945054945055,369.19395604395606,369.6934065934066,370.1928571428571,370.6923076923077,371.19175824175824,371.6912087912088,372.19065934065935,372.6901098901099,373.18956043956047,373.68901098901097,374.1884615384615,374.6879120879121,375.18736263736264,375.6868131868132,376.18626373626375,376.6857142857143,377.1851648351648,377.68461538461537,378.1840659340659,378.6835164835165,379.18296703296704,379.6824175824176,380.18186813186816,380.68131868131866,381.1807692307692,381.6802197802198,382.17967032967033,382.6791208791209,383.17857142857144,383.678021978022,384.1774725274725,384.67692307692306,385.1763736263736,385.6758241758242,386.17527472527473,386.6747252747253,387.17417582417585,387.67362637362635,388.1730769230769,388.67252747252746,389.171978021978,389.6714285714286,390.17087912087914,390.6703296703297,391.1697802197802,391.66923076923075,392.1686813186813,392.66813186813187,393.1675824175824,393.667032967033,394.16648351648354,394.66593406593404,395.1653846153846,395.66483516483515,396.1642857142857,396.66373626373627,397.1631868131868,397.6626373626374,398.1620879120879,398.66153846153844,399.160989010989,399.66043956043956,400.1598901098901,400.65934065934067,401.15879120879123,401.6582417582418,402.1576923076923,402.65714285714284,403.1565934065934,403.65604395604396,404.1554945054945,404.6549450549451,405.15439560439563,405.65384615384613,406.1532967032967,406.65274725274725,407.1521978021978,407.65164835164836,408.1510989010989,408.6505494505495,409.15,409.64945054945053,410.1489010989011,410.64835164835165,411.1478021978022,411.64725274725276,412.1467032967033,412.6461538461538,413.1456043956044,413.64505494505494,414.1445054945055,414.64395604395605,415.1434065934066,415.64285714285717,416.14230769230767,416.6417582417582,417.1412087912088,417.64065934065934,418.1401098901099,418.63956043956046,419.139010989011,419.6384615384615,420.13791208791207,420.6373626373626,421.1368131868132,421.63626373626374,422.1357142857143,422.63516483516486,423.13461538461536,423.6340659340659,424.1335164835165,424.63296703296703,425.1324175824176,425.63186813186815,426.1313186813187,426.6307692307692,427.13021978021976,427.6296703296703,428.1291208791209,428.62857142857143,429.128021978022,429.62747252747255,430.12692307692305,430.6263736263736,431.12582417582416,431.6252747252747,432.1247252747253,432.62417582417584,433.1236263736264,433.62307692307695,434.12252747252745,434.621978021978,435.12142857142857,435.6208791208791,436.1203296703297,436.61978021978024,437.1192307692308,437.6186813186813,438.11813186813185,438.6175824175824,439.11703296703297,439.6164835164835,440.1159340659341,440.61538461538464,441.11483516483514,441.6142857142857,442.11373626373626,442.6131868131868,443.1126373626374,443.61208791208793,444.1115384615385,444.610989010989,445.11043956043954,445.6098901098901,446.10934065934066,446.6087912087912,447.1082417582418,447.60769230769233,448.10714285714283,448.6065934065934,449.10604395604395,449.6054945054945,450.10494505494506,450.6043956043956,451.1038461538462,451.6032967032967,452.10274725274724,452.6021978021978,453.10164835164835,453.6010989010989,454.10054945054947,454.6,455.0994505494505,455.5989010989011,456.09835164835164,456.5978021978022,457.09725274725275,457.5967032967033,458.09615384615387,458.59560439560437,459.0950549450549,459.5945054945055,460.09395604395604,460.5934065934066,461.09285714285716,461.5923076923077,462.0917582417582,462.59120879120877,463.09065934065933,463.5901098901099,464.08956043956044,464.589010989011,465.08846153846156,465.5879120879121,466.0873626373626,466.5868131868132,467.08626373626373,467.5857142857143,468.08516483516485,468.5846153846154,469.08406593406596,469.58351648351646,470.082967032967,470.5824175824176,471.08186813186813,471.5813186813187,472.08076923076925,472.5802197802198,473.0796703296703,473.57912087912086,474.0785714285714,474.578021978022,475.07747252747254,475.5769230769231,476.07637362637365,476.57582417582415,477.0752747252747,477.57472527472527,478.0741758241758,478.5736263736264,479.07307692307694,479.5725274725275,480.071978021978,480.57142857142856,481.0708791208791,481.57032967032967,482.0697802197802,482.5692307692308,483.06868131868134,483.56813186813184,484.0675824175824,484.56703296703296,485.0664835164835,485.5659340659341,486.06538461538463,486.5648351648352,487.0642857142857,487.56373626373625,488.0631868131868,488.56263736263736,489.0620879120879,489.5615384615385,490.06098901098903,490.56043956043953,491.0598901098901,491.55934065934065,492.0587912087912,492.55824175824176,493.0576923076923,493.5571428571429,494.0565934065934,494.55604395604394,495.0554945054945,495.55494505494505,496.0543956043956,496.55384615384617,497.0532967032967,497.5527472527473,498.0521978021978,498.55164835164834,499.0510989010989,499.55054945054945,500.05,500.54945054945057,501.0489010989011,501.5483516483516,502.0478021978022,502.54725274725274,503.0467032967033,503.54615384615386,504.0456043956044,504.54505494505497,505.0445054945055,505.54395604395603,506.0434065934066,506.54285714285714,507.0423076923077,507.54175824175826,508.0412087912088,508.5406593406593,509.0401098901099,509.53956043956043,510.039010989011,510.53846153846155,511.0379120879121,511.53736263736266,512.0368131868132,512.5362637362638,513.0357142857143,513.5351648351649,514.0346153846153,514.5340659340659,515.0335164835165,515.532967032967,516.0324175824176,516.5318681318681,517.0313186813187,517.5307692307692,518.0302197802198,518.5296703296704,519.0291208791209,519.5285714285715,520.028021978022,520.5274725274726,521.026923076923,521.5263736263736,522.0258241758241,522.5252747252747,523.0247252747253,523.5241758241758,524.0236263736264,524.5230769230769,525.0225274725275,525.521978021978,526.0214285714286,526.5208791208792,527.0203296703297,527.5197802197803,528.0192307692307,528.5186813186813,529.0181318681318,529.5175824175824,530.017032967033,530.5164835164835,531.0159340659341,531.5153846153846,532.0148351648352,532.5142857142857,533.0137362637363,533.5131868131868,534.0126373626374,534.512087912088,535.0115384615384,535.510989010989,536.0104395604395,536.5098901098901,537.0093406593406,537.5087912087912,538.0082417582418,538.5076923076923,539.0071428571429,539.5065934065934,540.006043956044,540.5054945054945,541.0049450549451,541.5043956043957,542.0038461538461,542.5032967032967,543.0027472527472,543.5021978021978,544.0016483516483,544.5010989010989,545.0005494505494,545.5,545.9994505494506,546.4989010989011,546.9983516483517,547.4978021978022,547.9972527472528,548.4967032967033,548.9961538461539,549.4956043956043,549.9950549450549,550.4945054945055,550.993956043956,551.4934065934066,551.9928571428571,552.4923076923077,552.9917582417582,553.4912087912088,553.9906593406594,554.4901098901099,554.9895604395605,555.489010989011,555.9884615384616,556.487912087912,556.9873626373626,557.4868131868132,557.9862637362637,558.4857142857143,558.9851648351648,559.4846153846154,559.9840659340659,560.4835164835165,560.982967032967,561.4824175824176,561.9818681318682,562.4813186813187,562.9807692307693,563.4802197802197,563.9796703296703,564.4791208791208,564.9785714285714,565.478021978022,565.9774725274725,566.4769230769231,566.9763736263736,567.4758241758242,567.9752747252747,568.4747252747253,568.9741758241759,569.4736263736264,569.973076923077,570.4725274725274,570.971978021978,571.4714285714285,571.9708791208791,572.4703296703296,572.9697802197802,573.4692307692308,573.9686813186813,574.4681318681319,574.9675824175824,575.467032967033,575.9664835164835,576.4659340659341,576.9653846153847,577.4648351648351,577.9642857142857,578.4637362637362,578.9631868131868,579.4626373626373,579.9620879120879,580.4615384615385,580.960989010989,581.4604395604396,581.9598901098901,582.4593406593407,582.9587912087912,583.4582417582418,583.9576923076924,584.4571428571429,584.9565934065934,585.4560439560439,585.9554945054945,586.454945054945,586.9543956043956,587.4538461538461,587.9532967032967,588.4527472527473,588.9521978021978,589.4516483516484,589.9510989010989,590.4505494505495,590.95,591.4494505494506,591.948901098901,592.4483516483516,592.9478021978022,593.4472527472527,593.9467032967033,594.4461538461538,594.9456043956044,595.445054945055,595.9445054945055,596.4439560439561,596.9434065934066,597.4428571428572,597.9423076923077,598.4417582417583,598.9412087912087,599.4406593406593,599.9401098901099,600.4395604395604,600.939010989011,601.4384615384615,601.9379120879121,602.4373626373626,602.9368131868132,603.4362637362638,603.9357142857143,604.4351648351649,604.9346153846154,605.434065934066,605.9335164835164,606.432967032967,606.9324175824175,607.4318681318681,607.9313186813187,608.4307692307692,608.9302197802198,609.4296703296703,609.9291208791209,610.4285714285714,610.928021978022,611.4274725274726,611.9269230769231,612.4263736263737,612.9258241758242,613.4252747252747,613.9247252747252,614.4241758241758,614.9236263736263,615.4230769230769,615.9225274725275,616.421978021978,616.9214285714286,617.4208791208791,617.9203296703297,618.4197802197803,618.9192307692308,619.4186813186814,619.9181318681319,620.4175824175824,620.9170329670329,621.4164835164835,621.915934065934,622.4153846153846,622.9148351648352,623.4142857142857,623.9137362637363,624.4131868131868,624.9126373626374,625.4120879120879,625.9115384615385,626.410989010989,626.9104395604396,627.4098901098901,627.9093406593406,628.4087912087912,628.9082417582417,629.4076923076923,629.9071428571428,630.4065934065934,630.906043956044,631.4054945054945,631.9049450549451,632.4043956043956,632.9038461538462,633.4032967032967,633.9027472527473,634.4021978021977,634.9016483516483,635.4010989010989,635.9005494505494,636.4,636.8994505494505,637.3989010989011,637.8983516483516,638.3978021978022,638.8972527472528,639.3967032967033,639.8961538461539,640.3956043956044,640.895054945055,641.3945054945054,641.893956043956,642.3934065934066,642.8928571428571,643.3923076923077,643.8917582417582,644.3912087912088,644.8906593406593,645.3901098901099,645.8895604395605,646.389010989011,646.8884615384616,647.3879120879121,647.8873626373627,648.3868131868132,648.8862637362637,649.3857142857142,649.8851648351648,650.3846153846154,650.8840659340659,651.3835164835165,651.882967032967,652.3824175824176,652.8818681318681,653.3813186813187,653.8807692307693,654.3802197802198,654.8796703296704,655.3791208791209,655.8785714285714,656.3780219780219,656.8774725274725,657.376923076923,657.8763736263736,658.3758241758242,658.8752747252747,659.3747252747253,659.8741758241758,660.3736263736264,660.873076923077,661.3725274725275,661.8719780219781,662.3714285714286,662.8708791208791,663.3703296703296,663.8697802197802,664.3692307692307,664.8686813186813,665.3681318681319,665.8675824175824,666.367032967033,666.8664835164835,667.3659340659341,667.8653846153846,668.3648351648352,668.8642857142858,669.3637362637363,669.8631868131868,670.3626373626373,670.8620879120879,671.3615384615384,671.860989010989,672.3604395604395,672.8598901098901,673.3593406593407,673.8587912087912,674.3582417582418,674.8576923076923,675.3571428571429,675.8565934065934,676.356043956044,676.8554945054946,677.354945054945,677.8543956043956,678.3538461538461,678.8532967032967,679.3527472527472,679.8521978021978,680.3516483516484,680.8510989010989,681.3505494505495,681.85,682.3494505494506,682.8489010989011,683.3483516483517,683.8478021978023,684.3472527472527,684.8467032967033,685.3461538461538,685.8456043956044,686.3450549450549,686.8445054945055,687.343956043956,687.8434065934066,688.3428571428572,688.8423076923077,689.3417582417583,689.8412087912088,690.3406593406594,690.8401098901099,691.3395604395604,691.839010989011,692.3384615384615,692.8379120879121,693.3373626373626,693.8368131868132,694.3362637362637,694.8357142857143,695.3351648351648,695.8346153846154,696.334065934066,696.8335164835165,697.3329670329671,697.8324175824176,698.3318681318681,698.8313186813186,699.3307692307692,699.8302197802197,700.3296703296703,700.8291208791209,701.3285714285714,701.828021978022,702.3274725274725,702.8269230769231,703.3263736263737,703.8258241758242,704.3252747252748,704.8247252747253,705.3241758241758,705.8236263736263,706.3230769230769,706.8225274725274,707.321978021978,707.8214285714286,708.3208791208791,708.8203296703297,709.3197802197802,709.8192307692308,710.3186813186813,710.8181318681319,711.3175824175825,711.817032967033,712.3164835164836,712.815934065934,713.3153846153846,713.8148351648351,714.3142857142857,714.8137362637362,715.3131868131868,715.8126373626374,716.3120879120879,716.8115384615385,717.310989010989,717.8104395604396,718.3098901098901,718.8093406593407,719.3087912087913,719.8082417582417,720.3076923076923,720.8071428571428,721.3065934065934,721.8060439560439,722.3054945054945,722.804945054945,723.3043956043956,723.8038461538462,724.3032967032967,724.8027472527473,725.3021978021978,725.8016483516484,726.301098901099,726.8005494505494,727.3,727.7994505494505,728.2989010989011,728.7983516483516,729.2978021978022,729.7972527472527,730.2967032967033,730.7961538461539,731.2956043956044,731.795054945055,732.2945054945055,732.7939560439561,733.2934065934066,733.7928571428571,734.2923076923076,734.7917582417582,735.2912087912088,735.7906593406593,736.2901098901099,736.7895604395604,737.289010989011,737.7884615384615,738.2879120879121,738.7873626373627,739.2868131868132,739.7862637362638,740.2857142857143,740.7851648351649,741.2846153846153,741.7840659340659,742.2835164835165,742.782967032967,743.2824175824176,743.7818681318681,744.2813186813187,744.7807692307692,745.2802197802198,745.7796703296704,746.2791208791209,746.7785714285715,747.278021978022,747.7774725274726,748.276923076923,748.7763736263736,749.2758241758241,749.7752747252747,750.2747252747253,750.7741758241758,751.2736263736264,751.7730769230769,752.2725274725275,752.771978021978,753.2714285714286,753.7708791208792,754.2703296703297,754.7697802197803,755.2692307692307,755.7686813186813,756.2681318681318,756.7675824175824,757.267032967033,757.7664835164835,758.2659340659341,758.7653846153846,759.2648351648352,759.7642857142857,760.2637362637363,760.7631868131868,761.2626373626374,761.762087912088,762.2615384615384,762.760989010989,763.2604395604395,763.7598901098901,764.2593406593406,764.7587912087912,765.2582417582418,765.7576923076923,766.2571428571429,766.7565934065934,767.256043956044,767.7554945054945,768.2549450549451,768.7543956043957,769.2538461538461,769.7532967032967,770.2527472527472,770.7521978021978,771.2516483516483,771.7510989010989,772.2505494505494,772.75,773.2494505494506,773.7489010989011,774.2483516483517,774.7478021978022,775.2472527472528,775.7467032967033,776.2461538461539,776.7456043956043,777.2450549450549,777.7445054945055,778.243956043956,778.7434065934066,779.2428571428571,779.7423076923077,780.2417582417582,780.7412087912088,781.2406593406594,781.7401098901099,782.2395604395605,782.739010989011,783.2384615384616,783.737912087912,784.2373626373626,784.7368131868132,785.2362637362637,785.7357142857143,786.2351648351648,786.7346153846154,787.2340659340659,787.7335164835165,788.232967032967,788.7324175824176,789.2318681318682,789.7313186813187,790.2307692307693,790.7302197802197,791.2296703296703,791.7291208791208,792.2285714285714,792.728021978022,793.2274725274725,793.7269230769231,794.2263736263736,794.7258241758242,795.2252747252747,795.7247252747253,796.2241758241759,796.7236263736264,797.223076923077,797.7225274725274,798.221978021978,798.7214285714285,799.2208791208791,799.7203296703296,800.2197802197802,800.7192307692308,801.2186813186813,801.7181318681319,802.2175824175824,802.717032967033,803.2164835164835,803.7159340659341,804.2153846153847,804.7148351648351,805.2142857142857,805.7137362637362,806.2131868131868,806.7126373626373,807.2120879120879,807.7115384615385,808.210989010989,808.7104395604396,809.2098901098901,809.7093406593407,810.2087912087912,810.7082417582418,811.2076923076924,811.7071428571429,812.2065934065934,812.7060439560439,813.2054945054945,813.704945054945,814.2043956043956,814.7038461538461,815.2032967032967,815.7027472527473,816.2021978021978,816.7016483516484,817.2010989010989,817.7005494505495,818.2,818.6994505494506,819.198901098901,819.6983516483516,820.1978021978022,820.6972527472527,821.1967032967033,821.6961538461538,822.1956043956044,822.695054945055,823.1945054945055,823.6939560439561,824.1934065934066,824.6928571428572,825.1923076923077,825.6917582417583,826.1912087912087,826.6906593406593,827.1901098901099,827.6895604395604,828.189010989011,828.6884615384615,829.1879120879121,829.6873626373626,830.1868131868132,830.6862637362638,831.1857142857143,831.6851648351649,832.1846153846154,832.684065934066,833.1835164835164,833.682967032967,834.1824175824175,834.6818681318681,835.1813186813187,835.6807692307692,836.1802197802198,836.6796703296703,837.1791208791209,837.6785714285714,838.178021978022,838.6774725274726,839.1769230769231,839.6763736263737,840.1758241758242,840.6752747252747,841.1747252747252,841.6741758241758,842.1736263736263,842.6730769230769,843.1725274725275,843.671978021978,844.1714285714286,844.6708791208791,845.1703296703297,845.6697802197803,846.1692307692308,846.6686813186814,847.1681318681319,847.6675824175824,848.1670329670329,848.6664835164835,849.165934065934,849.6653846153846,850.1648351648352,850.6642857142857,851.1637362637363,851.6631868131868,852.1626373626374,852.6620879120879,853.1615384615385,853.660989010989,854.1604395604396,854.6598901098901,855.1593406593406,855.6587912087912,856.1582417582417,856.6576923076923,857.1571428571428,857.6565934065934,858.156043956044,858.6554945054945,859.1549450549451,859.6543956043956,860.1538461538462,860.6532967032967,861.1527472527473,861.6521978021977,862.1516483516483,862.6510989010989,863.1505494505494,863.65,864.1494505494505,864.6489010989011,865.1483516483516,865.6478021978022,866.1472527472528,866.6467032967033,867.1461538461539,867.6456043956044,868.145054945055,868.6445054945054,869.143956043956,869.6434065934066,870.1428571428571,870.6423076923077,871.1417582417582,871.6412087912088,872.1406593406593,872.6401098901099,873.1395604395605,873.639010989011,874.1384615384616,874.6379120879121,875.1373626373627,875.6368131868132,876.1362637362637,876.6357142857142,877.1351648351648,877.6346153846154,878.1340659340659,878.6335164835165,879.132967032967,879.6324175824176,880.1318681318681,880.6313186813187,881.1307692307693,881.6302197802198,882.1296703296704,882.6291208791209,883.1285714285714,883.6280219780219,884.1274725274725,884.626923076923,885.1263736263736,885.6258241758242,886.1252747252747,886.6247252747253,887.1241758241758,887.6236263736264,888.123076923077,888.6225274725275,889.1219780219781,889.6214285714286,890.1208791208791,890.6203296703296,891.1197802197802,891.6192307692307,892.1186813186813,892.6181318681319,893.1175824175824,893.617032967033,894.1164835164835,894.6159340659341,895.1153846153846,895.6148351648352,896.1142857142858,896.6137362637363,897.1131868131868,897.6126373626373,898.1120879120879,898.6115384615384,899.110989010989,899.6104395604395,900.1098901098901,900.6093406593407,901.1087912087912,901.6082417582418,902.1076923076923,902.6071428571429,903.1065934065934,903.606043956044,904.1054945054946,904.604945054945,905.1043956043956,905.6038461538461,906.1032967032967,906.6027472527472,907.1021978021978,907.6016483516484,908.1010989010989,908.6005494505495,909.1,909.5994505494506,910.0989010989011,910.5983516483517,911.0978021978023,911.5972527472527,912.0967032967033,912.5961538461538,913.0956043956044,913.5950549450549,914.0945054945055,914.593956043956,915.0934065934066,915.5928571428572,916.0923076923077,916.5917582417583,917.0912087912088,917.5906593406594,918.0901098901099,918.5895604395604,919.089010989011,919.5884615384615,920.0879120879121,920.5873626373626,921.0868131868132,921.5862637362637,922.0857142857143,922.5851648351648,923.0846153846154,923.584065934066,924.0835164835165,924.5829670329671,925.0824175824176,925.5818681318681,926.0813186813186,926.5807692307692,927.0802197802197,927.5796703296703,928.0791208791209,928.5785714285714,929.078021978022,929.5774725274725,930.0769230769231,930.5763736263737,931.0758241758242,931.5752747252748,932.0747252747253,932.5741758241758,933.0736263736263,933.5730769230769,934.0725274725274,934.571978021978,935.0714285714286,935.5708791208791,936.0703296703297,936.5697802197802,937.0692307692308,937.5686813186813,938.0681318681319,938.5675824175825,939.067032967033,939.5664835164836,940.065934065934,940.5653846153846,941.0648351648351,941.5642857142857,942.0637362637362,942.5631868131868,943.0626373626374,943.5620879120879,944.0615384615385,944.560989010989,945.0604395604396,945.5598901098901,946.0593406593407,946.5587912087913,947.0582417582417,947.5576923076923,948.0571428571428,948.5565934065934,949.0560439560439,949.5554945054945,950.054945054945,950.5543956043956,951.0538461538462,951.5532967032967,952.0527472527473,952.5521978021978,953.0516483516484,953.551098901099,954.0505494505494,954.55,955.0494505494505,955.5489010989011,956.0483516483516,956.5478021978022,957.0472527472527,957.5467032967033,958.0461538461539,958.5456043956044,959.045054945055,959.5445054945055,960.0439560439561,960.5434065934066,961.0428571428571,961.5423076923076,962.0417582417582,962.5412087912088,963.0406593406593,963.5401098901099,964.0395604395604,964.539010989011,965.0384615384615,965.5379120879121,966.0373626373627,966.5368131868132,967.0362637362638,967.5357142857143,968.0351648351649,968.5346153846153,969.0340659340659,969.5335164835165,970.032967032967,970.5324175824176,971.0318681318681,971.5313186813187,972.0307692307692,972.5302197802198,973.0296703296704,973.5291208791209,974.0285714285715,974.528021978022,975.0274725274726,975.526923076923,976.0263736263736,976.5258241758241,977.0252747252747,977.5247252747253,978.0241758241758,978.5236263736264,979.0230769230769,979.5225274725275,980.021978021978,980.5214285714286,981.0208791208792,981.5203296703297,982.0197802197803,982.5192307692307,983.0186813186813,983.5181318681318,984.0175824175824,984.517032967033,985.0164835164835,985.5159340659341,986.0153846153846,986.5148351648352,987.0142857142857,987.5137362637363,988.0131868131868,988.5126373626374,989.012087912088,989.5115384615384,990.010989010989,990.5104395604395,991.0098901098901,991.5093406593406,992.0087912087912,992.5082417582418,993.0076923076923,993.5071428571429,994.0065934065934,994.506043956044,995.0054945054945,995.5049450549451,996.0043956043957,996.5038461538461,997.0032967032967,997.5027472527472,998.0021978021978,998.5016483516483,999.0010989010989,999.5005494505494,1000.0]} diff --git a/lib/node_modules/@stdlib/math/base/special/log10/scripts/fixtures/julia/runner.jl b/lib/node_modules/@stdlib/math/base/special/log10/scripts/fixtures/julia/runner.jl deleted file mode 100644 index 9e764408cc12..000000000000 --- a/lib/node_modules/@stdlib/math/base/special/log10/scripts/fixtures/julia/runner.jl +++ /dev/null @@ -1,60 +0,0 @@ -#!/usr/bin/env julia -# -# @license Apache-2.0 -# -# Copyright (c) 2018 The Stdlib Authors. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -import JSON - -""" - gen( domain, filepath ) - -Generate fixture data and write to file. - -# Arguments - -* `domain`: domain -* `filepath::AbstractString`: filepath of the output file - -# Examples - -``` julia -julia> x = range( -1000, stop = 1000, length = 2001 ); -julia> gen( x, \"./data.json\" ); -``` -""" -function gen( domain, filepath ) - x = collect( domain ); - y = log10.( x ); - data = Dict([ - ("x", x), - ("expected", y) - ]); - outfile = open( filepath, "w" ); - write( outfile, JSON.json(data) ); - write( outfile, "\n" ); - close( outfile ); -end - -# Get the filename: -file = @__FILE__; - -# Extract the directory in which this file resides: -dir = dirname( file ); - -# Generate fixture data for decimal values: -x = range( 0.1, stop = 1000.0, length = 2003 ) -out = joinpath( dir, "data.json" ); -gen( x, out ); diff --git a/lib/node_modules/@stdlib/math/base/special/log10/scripts/precision.js b/lib/node_modules/@stdlib/math/base/special/log10/scripts/precision.js deleted file mode 100644 index 28389e687d22..000000000000 --- a/lib/node_modules/@stdlib/math/base/special/log10/scripts/precision.js +++ /dev/null @@ -1,63 +0,0 @@ -/** -* @license Apache-2.0 -* -* Copyright (c) 2018 The Stdlib Authors. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ - -'use strict'; - -// TODO: clean-up - -// MODULES // - -var divide = require( 'compute-divide' ); -var mean = require( 'compute-mean' ); -var subtract = require( 'compute-subtract' ); -var abs = require( '@stdlib/math/base/special/abs' ); -var log10 = require( './../lib' ); - - -// FIXTURES // - -var data = require( './fixtures/julia/data.json' ); - - -// MAIN // - -var customErrs; -var nativeErrs; -var yexpected; -var ycustom; -var ynative; -var x; -var i; - -x = data.x; -yexpected = data.expected; -ycustom = new Array( x.length ); -ynative = new Array( x.length ); -for ( i = 0; i < x.length; i++ ) { - if ( yexpected[ i ] === 0.0 ) { - yexpected[ i ] += 1e-16; - } - ycustom[ i ] = log10( x[ i ] ); - ynative[ i ] = Math.log10( x[ i ] ); -} - -customErrs = abs( divide( subtract( ycustom, yexpected ), yexpected ) ); -nativeErrs = abs( divide( subtract( ynative, yexpected ), yexpected ) ); - -console.log( 'The mean relative error of Math.log10 compared to Julia is %d', mean( nativeErrs ) ); -console.log( 'The mean relative error of this module compared to Julia is %d', mean( customErrs ) ); diff --git a/lib/node_modules/@stdlib/math/base/special/log2/scripts/fixtures/julia/REQUIRE b/lib/node_modules/@stdlib/math/base/special/log2/scripts/fixtures/julia/REQUIRE deleted file mode 100644 index 308c3be89c85..000000000000 --- a/lib/node_modules/@stdlib/math/base/special/log2/scripts/fixtures/julia/REQUIRE +++ /dev/null @@ -1,2 +0,0 @@ -julia 1.5 -JSON 0.21 diff --git a/lib/node_modules/@stdlib/math/base/special/log2/scripts/fixtures/julia/data.json b/lib/node_modules/@stdlib/math/base/special/log2/scripts/fixtures/julia/data.json deleted file mode 100644 index ec7cd9f59941..000000000000 --- a/lib/node_modules/@stdlib/math/base/special/log2/scripts/fixtures/julia/data.json +++ /dev/null @@ -1 +0,0 @@ -{"expected":[-3.321928094887362,-0.7382873487624515,0.13606154957602856,0.6765848460142478,1.068878652317879,1.3769864142725912,1.630733161223578,1.8464547417465444,2.034076368642791,2.2000821125446386,2.348942115920413,2.4838689174866495,2.6072490099630135,2.7209038207008076,2.8262551274008834,2.9244340507138835,3.01635525108654,3.1027688637263444,3.184297735228876,3.2614646873810464,3.3347128509785575,3.4044210815671065,3.470915818907661,3.534480331380426,3.5953620081567883,3.6537781738819417,3.7099207711519773,3.763960165447777,3.8160482627688825,3.86632108376699,3.9149009042575256,3.961898046914096,4.007412390210054,4.051534646519408,4.094347450499286,4.13592629057558,4.176340309914025,4.215652998224221,4.253922791778354,4.291203595880809,4.327545241513615,4.362993885865164,4.397592364819435,4.431380504158301,4.464395395147444,4.496671639288062,4.5282415662838345,4.559135428665401,4.589381576009298,4.619006611266058,4.64803553135783,4.6764918539075895,4.704397731709776,4.731774056338324,4.758640552106056,4.78501586143398,4.810917622556027,4.836362540370421,4.861366451150473,4.8859443817425685,4.910110603805494,4.933878683581326,4.957261527632479,4.980271424931,5.00292008564373,5.025218676919799,5.0471778559542475,5.068807800572836,5.090118237557753,5.111118468911556,5.131817396236842,5.152223543391592,5.172345077564475,5.192189828900554,5.2117653087954094,5.2310787269646415,5.250137007385835,5.268946803201191,5.287514510661094,5.305846282181742,5.323948038583537,5.341825480571151,5.359484099510966,5.376929187556871,5.394165847171129,5.411199000083163,5.4280333957256355,5.444673619183977,5.461124098692669,5.477389112708928,5.49347279659208,5.509379148914689,5.525112037429555,5.540675204714846,5.556072273517978,5.571306751817334,5.586382037619506,5.6013014235084855,5.616068100962018,5.6306851644492895,5.64515561532311,5.659482365518814,5.673668241071319,5.687715985460928,5.701628262797816,5.715407660854429,5.729056693954432,5.742577805726273,5.7559733717289125,5.769245701956763,5.782397043230452,5.795429581479602,5.808345443923421,5.821146701154539,5.833835369131214,5.846413411082689,5.858882739332194,5.871245217041855,5.883502659883464,5.895656837638875,5.907709475733544,5.919662256706536,5.93151682162015,5.9432747714120815,5.954937668192941,5.966507036491743,5.977984364451847,5.9893711049797025,6.000668676848624,6.011878465759667,6.023001825361615,6.034040078231951,6.044994516820566,6.055866404357934,6.066656975729299,6.077367438316429,6.087998972808346,6.098552733982397,6.109029851456982,6.11943143041712,6.129758552314065,6.140012275540054,6.150193636079242,6.160303648135834,6.170343304740353,6.18031357833497,6.190215421338737,6.200049766693557,6.209817528391674,6.219519601985424,6.229156865079958,6.238730177809619,6.24824038329862,6.257688308106633,6.2670747626598775,6.276400541668293,6.285666424529297,6.2948731757186644,6.30402154516902,6.313112268636396,6.322146068055323,6.331123651882865,6.340045715432017,6.348912941194863,6.357725999155853,6.36648554709558,6.375192230885383,6.383846684773116,6.392449531660396,6.401001383371635,6.409502840915146,6.4179544947365965,6.426356924965083,6.434710701652087,6.44301638500354,6.451274525605262,6.45948566464197,6.467650334110097,6.475769057024626,6.483842347620124,6.491870711546198,6.499854646057533,6.507794640198696,6.515691174983901,6.523544723571859,6.531355751435906,6.539124716529555,6.5468520694476,6.554538253582942,6.562183705279251,6.569788853979609,6.577354122371251,6.584879926526537,6.592366676040262,6.599814774163419,6.607224617933534,6.614596598301666,6.621931100256176,6.629228502943376,6.6364891797851335,6.643713498593528,6.650901821682664,6.6580545059777005,6.6651719031211965,6.672254359576844,6.679302216730671,6.6863158109897745,6.693295473878683,6.7002415321333775,6.707154307793079,6.7140341182898355,6.720881276535986,6.727696091009564,6.734478865837684,6.741229900877984,6.74794949179817,6.754637930153717,6.761295503463771,6.767922495285317,6.774519185285648,6.781085849313179,6.787622759466666,6.794130184162857,6.800608388202629,6.8070576328356385,6.813478175823546,6.819870271501829,6.826234170840235,6.832570121501911,6.838878367901235,6.845159151260387,6.8514127096647055,6.857639278116834,6.863839088589715,6.870012370078444,6.876159348651026,6.882280247498045,6.888375286981295,6.894444684681378,6.900488655444316,6.906507411427178,6.912501162142772,6.9184701145034015,6.924414472863728,6.930334439062752,6.93623021246493,6.942101990000471,6.947949966204795,6.95377433325721,6.95957528101881,6.965352997069607,6.971107666744927,6.976839473171083,6.982548597300345,6.9882352179452125,6.993899511812024,6.999541653533899,7.005161815703049,7.010760168902456,7.016336881736934,7.021892120863606,7.027426051021779,7.032938835062266,7.0384306339761356,7.043901606922923,7.049351911258311,7.054781702561279,7.0601911346607595,7.065580359661779,7.070949527971129,7.0762987883225446,7.081628287801435,7.0869381718691455,7.0922285843867785,7.097499667638585,7.102751562354923,7.107984407734802,7.113198341468021,7.118393499756908,7.123570017337668,7.12872802750135,7.133867662114442,7.138989051639097,7.144092325153006,7.149177610368915,7.154245033653806,7.159294720047736,7.164326793282351,7.169341375799078,7.174338588767,7.179318552100425,7.184281384476153,7.18922720335044,7.194156124975686,7.199068264416824,7.2039637355674415,7.2088426511656225,7.2137051228095315,7.218551260972721,7.223381175019201,7.2281949732182404,7.2329927627589345,7.237774649764522,7.242540739306476,7.247291135418347,7.252025941109401,7.256745258378009,7.261449188224843,7.266137830665835,7.270811284744947,7.275469648546715,7.280113019208611,7.284741492933187,7.289355165000041,7.293954129777583,7.298538480734615,7.303108310451735,7.30766371063255,7.312204772114718,7.31673158488082,7.321244238069055,7.325742819983775,7.330227418105849,7.334698119102875,7.339155008839226,7.343598172385948,7.348027694030499,7.352443657286349,7.356846144902422,7.361235238872402,7.365611020443895,7.369973570127457,7.374322967705478,7.378659292240935,7.382982622086024,7.387293034890644,7.391590607610772,7.395875416516707,7.4001475372011845,7.404407044587389,7.408654012936831,7.412888515857116,7.417110626309601,7.421320416616939,7.425517958470506,7.429703322937736,7.433876580469331,7.4380378009063834,7.442187053487385,7.446324406855142,7.450449929063587,7.454563687584495,7.45866574931411,7.462756180579664,7.466835047145816,7.470902414220998,7.4749583464636675,7.479002907988476,7.483036162372348,7.487058172660481,7.491069001372255,7.495068710507067,7.499057361550078,7.503035015477888,7.507001732764124,7.510957573384963,7.514902596824566,7.5188368620804535,7.522760427668791,7.526673351629616,7.530575691531987,7.53446750447907,7.538348847113147,7.542219775620564,7.546080345736613,7.5499306127503445,7.553770631509321,7.557600456424305,7.561420141473882,7.565229740209028,7.569029305757612,7.572818890828843,7.576598547717661,7.580368328309059,7.584128284082363,7.587878466115446,7.591618925088895,7.595349711290119,7.599070874617404,7.602782464583919,7.60648453032167,7.6101771205854,7.613860283756441,7.617534067846523,7.621198520501521,7.624853689005169,7.62849962028272,7.632136360904558,7.635763957089766,7.6393824547096605,7.642991899291255,7.646592336020714,7.650183809746736,7.653766364983908,7.657340045916021,7.66090489639933,7.664460959965794,7.668008279826258,7.671546898873606,7.675076859685873,7.67859820452932,7.682110975361468,7.685615213834097,7.689110961296217,7.692598258796986,7.696077147088604,7.699547666629177,7.703009857585533,7.706463759836014,7.709909412973232,7.713346856306793,7.716776128865987,7.720197269402443,7.723610316392767,7.727015308041126,7.730412282281822,7.733801276781826,7.737182328943281,7.740555475905985,7.743920754549832,7.747278201497235,7.750627853115517,7.753969745519274,7.757303914572713,7.760630395891959,7.763949224847338,7.7672604365656355,7.770564065932325,7.7738601475937745,7.777148715959427,7.780429805203957,7.783703449269395,7.786969681867244,7.790228536480553,7.793480046365985,7.796724244555847,7.799961163860105,7.803190836868378,7.806413295951904,7.809628573265485,7.8128367007494175,7.81603771013139,7.819231632928372,7.822418500448471,7.825598343792776,7.828771193857177,7.831937081334171,7.835096036714638,7.838248090289603,7.841393272151983,7.844531612198308,7.847663140130428,7.850787885457196,7.853905877496141,7.857017145375113,7.8601217180339225,7.86321962422595,7.8663108925197465,7.869395551300612,7.8724736287721635,7.875545152957878,7.878610151702627,7.881668652674186,7.884720683364739,7.887766271092357,7.890805443002466,7.8938382260693025,7.896864647097344,7.899884732722733,7.902898509414686,7.905906003476881,7.908907241048839,7.911902248107284,7.914891050467493,7.917873673784635,7.920850143555087,7.92382048511774,7.926784723655302,7.929742884195572,7.932694991612709,7.935641070628489,7.938581145813545,7.941515241588599,7.944443382225676,7.9473655918493105,7.950281894437739,7.953192313824083,7.9560968736975095,7.9589955976044,7.961888508949484,7.964775630996981,7.96765698687172,7.970532599560251,7.973402491911943,7.976266686640079,7.97912520632293,7.981978073404824,7.984825310197205,7.987666938879674,7.990502981501036,7.9933334599803185,7.996158396107789,7.998977811545963,8.001791727830602,8.004600166371697,8.007403148454449,8.010200695240234,8.012992827767569,8.015779566953046,8.01856093359229,8.02133694836088,8.024107631815268,8.026873004393705,8.029633086417133,8.03238789809009,8.035137459501588,8.037881790626,8.040620911323929,8.04335484134307,8.046083600319063,8.048807207776337,8.051525683128954,8.054239045681436,8.056947314629587,8.05965050906131,8.062348647957412,8.065041750192405,8.067729834535296,8.070412919650376,8.073091024097995,8.07576416633533,8.078432364717155,8.081095637496588,8.08375400282585,8.086407478757001,8.089056083242674,8.09169983413681,8.094338749195376,8.096972846077085,8.099602142344093,8.10222665546272,8.104846402804128,8.107461401645025,8.11007166916834,8.112677222463901,8.115278078529114,8.117874254269617,8.120465766499953,8.123052631944203,8.125634867236661,8.128212488922449,8.130785513458171,8.133353957212536,8.135917836466984,8.138477167416307,8.141031966169257,8.143582248749164,8.146128031094529,8.14866932905963,8.151206158415107,8.153738534848555,8.156266473965104,8.158789991287998,8.161309102259159,8.163823822239763,8.166334166510802,8.168840150273633,8.171341788650539,8.173839096685267,8.176332089343585,8.178820781513808,8.181305188007332,8.18378532355917,8.186261202828472,8.188732840399046,8.19120025077987,8.193663448405609,8.196122447637114,8.198577262761937,8.201027907994812,8.203474397478164,8.205916745282588,8.208354965407345,8.210789071780834,8.21321907826107,8.215644998636165,8.218066846624792,8.22048463587665,8.222898379972925,8.225308092426756,8.227713786683674,8.23011547612207,8.232513174053622,8.234906893723757,8.237296648312073,8.239682450932786,8.24206431463516,8.244442252403928,8.246816277159727,8.249186401759511,8.251552638996973,8.253915001602957,8.256273502245872,8.258628153532097,8.260978968006386,8.26332595815227,8.265669136392454,8.268008515089209,8.270344106544771,8.272675923001717,8.275003976643362,8.277328279594135,8.27964884391996,8.281965681628625,8.284278804670167,8.286588224937233,8.288893954265449,8.291196004433782,8.293494387164907,8.29578911412556,8.29808019692689,8.300367647124823,8.302651476220401,8.304931695660136,8.307208316836345,8.309481351087506,8.311750809698578,8.314016703901357,8.316279044874797,8.318537843745341,8.320793111587255,8.323044859422952,8.325293098223312,8.327537838908006,8.329779092345813,8.332016869354936,8.334251180703315,8.336482037108942,8.338709449240158,8.340933427715974,8.343153983106363,8.34537112593257,8.3475848666674,8.349795215735531,8.352002183513795,8.354205780331473,8.356406016470588,8.358602902166194,8.360796447606655,8.362986662933938,8.365173558243887,8.367357143586501,8.369537428966218,8.371714424342189,8.373888139628543,8.376058584694665,8.378225769365466,8.380389703421644,8.382550396599953,8.384707858593467,8.386862099051834,8.389013127581546,8.391160953746182,8.393305587066678,8.395447037021567,8.397585313047243,8.399720424538199,8.401852380847279,8.403981191285927,8.406106865124432,8.408229411592156,8.410348839877797,8.412465159129605,8.414578378455639,8.416688506923986,8.418795553563005,8.420899527361554,8.42300043726922,8.425098292196552,8.427193101015282,8.42928487255855,8.431373615621135,8.433459338959668,8.43554205129286,8.437621761301711,8.439698477629737,8.441772208883181,8.443842963631226,8.445910750406211,8.447975577703838,8.450037453983382,8.452096387667904,8.454152387144452,8.456205460764263,8.45825561684298,8.460302863660836,8.462347209462871,8.464388662459124,8.466427230824822,8.468462922700596,8.470495746192661,8.472525709373013,8.474552820279625,8.476577086916633,8.478598517254529,8.48061711923035,8.482632900747861,8.484645869677744,8.486656033857779,8.488663401093035,8.490667979156042,8.492669775786975,8.494668798693839,8.496665055552636,8.498658554007555,8.500649301671137,8.50263730612445,8.504622574917272,8.506605115568254,8.508584935565091,8.510562042364697,8.512536443393367,8.514508146046952,8.51647715769102,8.518443485661018,8.520407137262445,8.522368119771011,8.524326440432795,8.526282106464404,8.528235125053145,8.530185503357172,8.532133248505648,8.534078367598896,8.536020867708565,8.537960755877773,8.539898039121267,8.541832724425571,8.543764818749144,8.54569432902252,8.547621262148468,8.54954562500213,8.551467424431177,8.553386667255948,8.5553033602696,8.557217510238251,8.559129123901124,8.561038207970688,8.562944769132798,8.564848814046837,8.56675034934586,8.568649381636725,8.570545917500233,8.572439963491272,8.574331526138941,8.576220611946695,8.578107227392472,8.579991378928835,8.58187307298309,8.583752315957435,8.585629114229079,8.587503474150372,8.589375402048944,8.59124490422782,8.593111986965557,8.594976656516364,8.596838919110233,8.598698780953063,8.60055624822678,8.602411327089463,8.60426402367547,8.606114344095552,8.60796229443698,8.609807880763663,8.61165110911627,8.613491985512342,8.615330515946418,8.617166706390147,8.619000562792404,8.620832091079413,8.622661297154847,8.62448818689996,8.626312766173688,8.628135040812767,8.629955016631843,8.631772699423582,8.633588094958787,8.635401208986499,8.637212047234113,8.639020615407487,8.640826919191042,8.642630964247877,8.644432756219874,8.646232300727801,8.648029603371418,8.649824669729586,8.651617505360367,8.653408115801124,8.655196506568629,8.656982683159168,8.658766651048628,8.660548415692618,8.662327982526552,8.664105356965756,8.665880544405567,8.667653550221429,8.669424379768992,8.671193038384212,8.67295953138344,8.674723864063521,8.676486041701898,8.67824606955669,8.680003952866805,8.681759696852014,8.683513306713062,8.685264787631748,8.687014144771021,8.688761383275075,8.690506508269433,8.692249524861042,8.69399043813836,8.69572925317145,8.69746597501206,8.699200608693719,8.70093315923182,8.70266363162371,8.704392030848771,8.70611836186852,8.70784262962667,8.709564839049241,8.711284995044629,8.713003102503693,8.714719166299838,8.716433191289104,8.718145182310238,8.719855144184784,8.721563081717163,8.723268999694751,8.724972902887965,8.726674796050332,8.728374683918586,8.730072571212732,8.731768462636127,8.733462362875567,8.735154276601355,8.736844208467382,8.738532163111207,8.74021814515413,8.74190215920126,8.743584209841607,8.74526430164815,8.746942439177904,8.748618626972002,8.750292869555768,8.75196517143879,8.753635537114992,8.755303971062705,8.756970477744744,8.758635061608473,8.76029772708588,8.761958478593652,8.763617320533235,8.765274257290912,8.76692929323787,8.768582432730271,8.77023368010932,8.771883039701327,8.773530515817788,8.775176112755442,8.776819834796342,8.778461686207919,8.780101671243058,8.78173979414015,8.783376059123164,8.785010470401723,8.786643032171147,8.788273748612538,8.789902623892834,8.791529662164871,8.793154867567457,8.794778244225423,8.796399796249693,8.798019527737347,8.79963744277168,8.80125354542226,8.802867839745002,8.804480329782214,8.806091019562672,8.807699913101667,8.809307014401075,8.810912327449412,8.812515856221893,8.814117604680495,8.815717576774015,8.817315776438122,8.818912207595421,8.82050687415551,8.822099780015042,8.82369092905777,8.825280325154614,8.826867972163713,8.828453873930485,8.83003803428768,8.831620457055434,8.833201146041329,8.834780105040442,8.83635733783541,8.837932848196468,8.83950663988152,8.841078716636181,8.842649082193837,8.844217740275695,8.845784694590836,8.847349948836271,8.84891350669699,8.850475371846011,8.85203554794444,8.853594038641518,8.85515084757467,8.856705978369561,8.858259434640141,8.859811219988702,8.861361338005919,8.862909792270909,8.86445658635128,8.866001723803167,8.867545208171306,8.869087042989054,8.870627231778458,8.8721657780503,8.873702685304135,8.87523795702835,8.876771596700205,8.878303607785885,8.87983399374054,8.881362758008342,8.882889904022521,8.884415435205419,8.885939354968528,8.887461666712547,8.888982373827417,8.890501479692375,8.892018987675987,8.893534901136208,8.895049223420415,8.896561957865455,8.898073107797693,8.899582676533049,8.901090667377044,8.90259708362485,8.904101928561323,8.90560520546105,8.907106917588395,8.90860706819754,8.910105660532523,8.911602697827282,8.913098183305703,8.914592120181656,8.916084511659031,8.917575360931796,8.919064671184017,8.920552445589918,8.922038687313904,8.923523399510621,8.925006585324976,8.926488247892191,8.927968390337838,8.929447015777876,8.930924127318699,8.932399728057163,8.933873821080633,8.935346409467023,8.936817496284826,8.938287084593165,8.939755177441818,8.941221777871265,8.942686888912721,8.944150513588177,8.945612654910436,8.94707331588315,8.948532499500855,8.94999020874901,8.95144644660404,8.952901216033357,8.954354519995409,8.955806361439715,8.957256743306893,8.958705668528705,8.960153140028087,8.961599160719189,8.963043733507403,8.964486861289403,8.965928546953181,8.967368793378078,8.968807603434824,8.97024497998556,8.97168092588389,8.9731154439749,8.9745485370952,8.975980208072956,8.977410459727919,8.978839294871467,8.980266716306627,8.98169272682812,8.983117329222386,8.984540526267619,8.985962320733794,8.987382715382713,8.988801712968025,8.99021931623526,8.991635527921861,8.993050350757226,8.994463787462722,8.99587584075173,8.997286513329666,8.998695807894027,9.000103727134404,9.001510273732524,9.002915450362282,9.004319259689762,9.005721704373276,9.007122787063388,9.008522510402951,9.009920877027133,9.011317889563442,9.012713550631766,9.014107862844392,9.015500828806047,9.016892451113913,9.018282732357667,9.019671675119508,9.021059281974182,9.02244555548901,9.023830498223928,9.025214112731497,9.026596401556947,9.027977367238199,9.029357012305887,9.0307353392834,9.032112350686896,9.033488049025337,9.034862436800514,9.036235516507075,9.03760729063255,9.038977761657385,9.04034693205496,9.041714804291619,9.0430813808267,9.044446664112558,9.04581065659459,9.047173360711268,9.048534778894156,9.049894913567945,9.05125376715047,9.052611342052748,9.053967640678986,9.055322665426624,9.05667641868635,9.058028902842134,9.059380120271236,9.060730073344253,9.06207876442513,9.063426195871191,9.064772370033154,9.066117289255171,9.067460955874841,9.068803372223236,9.070144540624929,9.071484463398017,9.072823142854139,9.074160581298512,9.075496781029942,9.07683174434086,9.07816547351733,9.07949797083909,9.080829238579565,9.082159279005888,9.083488094378932,9.084815686953327,9.086142058977485,9.087467212693623,9.088791150337782,9.090113874139854,9.091435386323607,9.0927556891067,9.094074784700707,9.095392675311146,9.096709363137494,9.09802485037321,9.099339139205762,9.100652231816643,9.101964130381393,9.103274837069625,9.104584354045045,9.105892683465468,9.107199827482848,9.108505788243294,9.10981056788709,9.111114168548722,9.112416592356892,9.113717841434543,9.115017917898879,9.116316823861384,9.117614561427848,9.118911132698377,9.120206539767427,9.121500784723812,9.122793869650732,9.124085796625788,9.125376567721009,9.126666185002863,9.127954650532283,9.129241966364686,9.13052813454999,9.131813157132637,9.133097036151609,9.134379773640452,9.13566137162729,9.136941832134848,9.13822115718047,9.139499348776136,9.140776408928486,9.142052339638838,9.143327142903196,9.144600820712286,9.145873375051565,9.147144807901235,9.148415121236273,9.149684317026441,9.15095239723631,9.15221936382527,9.153485218747557,9.154749963952266,9.156013601383373,9.157276132979748,9.158537560675173,9.159797886398367,9.161057112072996,9.162315239617692,9.163572270946077,9.164828207966767,9.166083052583406,9.16733680669467,9.168589472194293,9.169841050971074,9.171091544908908,9.172340955886789,9.173589285778837,9.174836536454313,9.176082709777631,9.177327807608378,9.178571831801333,9.179814784206478,9.181056666669017,9.182297481029398,9.183537229123319,9.184775912781753,9.186013533830959,9.187250094092501,9.188485595383264,9.189720039515468,9.190953428296682,9.19218576352985,9.193417047013293,9.194647280540735,9.195876465901316,9.197104604879605,9.198331699255617,9.19955775080483,9.2007827612982,9.202006732502172,9.203229666178704,9.204451564085272,9.205672427974894,9.206892259596142,9.20811106069315,9.209328833005646,9.210545578268944,9.21176129821398,9.212975994567316,9.214189669051155,9.215402323383355,9.216613959277453,9.217824578442663,9.21903418258391,9.220242773401825,9.221450352592774,9.222656921848865,9.223862482857964,9.22506703730371,9.226270586865528,9.227473133218645,9.228674678034098,9.229875222978757,9.23107476971533,9.232273319902385,9.233470875194358,9.234667437241567,9.23586300769023,9.237057588182475,9.238251180356352,9.239443785845848,9.240635406280909,9.241826043287434,9.243015698487309,9.244204373498407,9.245392069934605,9.2465787894058,9.247764533517916,9.248949303872925,9.25013310206885,9.251315929699787,9.252497788355916,9.253678679623507,9.254858605084943,9.256037566318724,9.257215564899486,9.25839260239801,9.259568680381234,9.260743800412268,9.261917964050406,9.26309117285114,9.264263428366167,9.265434732143405,9.266605085727004,9.267774490657363,9.268942948471137,9.270110460701245,9.271277028876895,9.272442654523584,9.273607339163114,9.274771084313608,9.275933891489514,9.277095762201625,9.278256697957083,9.279416700259397,9.280575770608452,9.281733910500519,9.282891121428271,9.284047404880791,9.285202762343584,9.286357195298589,9.28751070522419,9.288663293595228,9.289814961883014,9.290965711555334,9.29211554407647,9.293264460907201,9.29441246350482,9.295559553323146,9.29670573181253,9.297851000419872,9.298995360588625,9.300138813758815,9.30128136136704,9.302423004846496,9.30356374562697,9.304703585134867,9.305842524793212,9.306980566021661,9.308117710236514,9.309253958850725,9.310389313273912,9.311523774912366,9.312657345169066,9.313790025443685,9.314921817132602,9.316052721628909,9.31718274032243,9.318311874599724,9.319440125844094,9.320567495435606,9.321693984751086,9.322819595164143,9.32394432804517,9.32506818476136,9.326191166676711,9.32731327515204,9.328434511544991,9.329554877210043,9.330674373498525,9.331793001758621,9.33291076333538,9.334027659570733,9.335143691803488,9.336258861369354,9.337373169600943,9.338486617827783,9.339599207376327,9.340710939569957,9.341821815729004,9.342931837170745,9.344041005209423,9.345149321156253,9.346256786319428,9.347363402004127,9.348469169512539,9.349574090143848,9.350678165194266,9.351781395957023,9.352883783722389,9.353985329777679,9.35508603540726,9.35618590189256,9.357284930512083,9.35838312254141,9.35948047925321,9.360577001917251,9.361672691800413,9.362767550166685,9.363861578277184,9.364954777390158,9.366047148760998,9.367138693642248,9.368229413283606,9.369319308931942,9.3704083818313,9.37149663322291,9.372584064345194,9.373670676433777,9.374756470721493,9.375841448438397,9.376925610811767,9.37800895906612,9.379091494423212,9.380173218102057,9.381254131318924,9.382334235287352,9.383413531218157,9.384492020319437,9.385569703796586,9.386646582852299,9.387722658686574,9.388797932496733,9.38987240547742,9.39094607882061,9.39201895371562,9.393091031349117,9.394162312905124,9.395232799565026,9.396302492507584,9.397371392908935,9.398439501942606,9.39950682077952,9.400573350588001,9.401639092533786,9.402704047780029,9.40376821748731,9.404831602813644,9.405894204914487,9.406956024942742,9.408017064048769,9.409077323380394,9.410136804082912,9.411195507299096,9.412253434169207,9.413310585830997,9.414366963419722,9.415422568068143,9.416477400906539,9.417531463062708,9.41858475566198,9.419637279827224,9.420689036678851,9.421740027334822,9.422790252910659,9.423839714519447,9.424888413271848,9.425936350276098,9.426983526638026,9.42802994346105,9.429075601846192,9.430120502892077,9.431164647694949,9.432208037348673,9.43325067294474,9.434292555572279,9.43533368631806,9.436374066266502,9.437413696499679,9.438452578097326,9.439490712136852,9.440528099693337,9.441564741839544,9.44260063964593,9.44363579418064,9.44467020650953,9.445703877696157,9.4467368088018,9.447769000885454,9.44880045500385,9.449831172211447,9.45086115356045,9.45189040010081,9.452918912880232,9.453946692944186,9.454973741335904,9.456000059096391,9.45702564726444,9.45805050687662,9.459074638967301,9.460098044568646,9.461120724710623,9.462142680421017,9.463163912725424,9.464184422647268,9.4652042112078,9.466223279426107,9.46724162831912,9.468259258901616,9.469276172186229,9.470292369183447,9.471307850901631,9.472322618347013,9.4733366725237,9.474350014433684,9.475362645076851,9.476374565450977,9.477385776551744,9.478396279372742,9.479406074905471,9.480415164139355,9.481423548061741,9.482431227657907,9.483438203911067,9.48444447780238,9.485450050310954,9.486454922413845,9.487459095086075,9.488462569300632,9.489465346028469,9.49046742623852,9.491468810897704,9.49246950097092,9.493469497421069,9.494468801209045,9.49546741329375,9.496465334632097,9.49746256617901,9.498459108887438,9.499454963708356,9.500450131590771,9.501444613481725,9.502438410326306,9.503431523067652,9.504423952646949,9.505415700003445,9.506406766074454,9.507397151795356,9.50838685809961,9.509375885918752,9.510364236182406,9.511351909818282,9.512338907752195,9.513325230908048,9.514310880207866,9.51529585657177,9.51628016091801,9.517263794162952,9.518246757221087,9.519229051005045,9.520210676425584,9.521191634391615,9.522171925810186,9.523151551586503,9.524130512623929,9.525108809823985,9.526086444086367,9.527063416308934,9.52803972738773,9.529015378216977,9.529990369689086,9.530964702694657,9.53193837812249,9.532911396859586,9.533883759791149,9.5348554678006,9.535826521769572,9.536796922577922,9.537766671103729,9.538735768223306,9.539704214811199,9.540672011740195,9.541639159881324,9.542605660103872,9.543571513275369,9.54453672026161,9.545501281926652,9.546465199132824,9.547428472740718,9.548391103609214,9.549353092595467,9.550314440554923,9.551275148341315,9.552235216806674,9.553194646801328,9.554153439173916,9.555111594771382,9.556069114438982,9.557025999020292,9.557982249357213,9.558937866289968,9.559892850657116,9.560847203295548,9.561800925040501,9.562754016725549,9.563706479182622,9.564658313241997,9.565609519732316,9.566560099480578,9.567510053312146,9.56845938205076,9.569408086518532,9.570356167535953,9.5713036259219,9.572250462493631,9.573196678066804,9.574142273455468,9.575087249472075,9.576031606927481,9.576975346630949,9.577918469390156,9.578860976011198,9.579802867298588,9.58074414405527,9.58168480708261,9.582624857180415,9.583564295146926,9.584503121778823,9.585441337871238,9.586378944217747,9.587315941610385,9.588252330839637,9.589188112694458,9.590123287962266,9.591057857428945,9.591991821878858,9.592925182094845,9.593857938858223,9.5947900929488,9.595721645144868,9.596652596223219,9.597582946959138,9.59851269812641,9.599441850497326,9.600370404842689,9.601298361931809,9.60222572253252,9.603152487411169,9.604078657332629,9.605004233060303,9.605929215356126,9.606853604980563,9.607777402692626,9.608700609249864,9.609623225408372,9.610545251922803,9.611466689546354,9.612387539030788,9.613307801126425,9.61422747658215,9.615146566145418,9.616065070562255,9.616982990577268,9.617900326933638,9.61881708037313,9.619733251636099,9.620648841461485,9.621563850586828,9.622478279748261,9.623392129680521,9.62430540111695,9.625218094789496,9.62613021142872,9.627041751763795,9.62795271652252,9.628863106431307,9.629772922215203,9.630682164597877,9.631590834301635,9.632498932047413,9.633406458554797,9.634313414542005,9.635219800725908,9.636125617822023,9.637030866544524,9.637935547606238,9.638839661718652,9.63974320959192,9.640646191934856,9.641548609454953,9.642450462858367,9.643351752849936,9.644252480133181,9.645152645410299,9.646052249382178,9.646951292748396,9.647849776207218,9.648747700455614,9.649645066189247,9.650541874102487,9.651438124888406,9.652333819238786,9.653228957844123,9.654123541393627,9.65501757057523,9.65591104607558,9.656803968580055,9.65769633877276,9.65858815733653,9.659479424952934,9.660370142302282,9.661260310063623,9.662149928914745,9.663038999532194,9.663927522591253,9.66481549876597,9.66570292872914,9.666589813152319,9.667476152705833,9.668361948058761,9.669247199878962,9.670131908833058,9.67101607558645,9.671899700803314,9.672782785146605,9.673665329278066,9.674547333858223,9.675428799546394,9.676309727000683,9.677190116877998,9.678069969834038,9.678949286523306,9.679828067599107,9.680706313713559,9.681584025517582,9.682461203660912,9.683337848792101,9.68421396155852,9.68508954260636,9.685964592580634,9.686839112125188,9.687713101882695,9.688586562494656,9.689459494601415,9.69033189884215,9.69120377585488,9.692075126276471,9.692945950742635,9.693816249887929,9.694686024345767,9.695555274748418,9.696424001727006,9.69729220591152,9.698159887930807,9.699027048412582,9.69989368798343,9.70075980726881,9.701625406893047,9.70249048747935,9.703355049649808,9.704219094025387,9.705082621225941,9.705945631870213,9.706808126575831,9.707670105959325,9.708531570636111,9.70939252122051,9.71025295832574,9.711112882563922,9.711972294546088,9.712831194882176,9.71368958418103,9.714547463050417,9.715404832097013,9.71626169192642,9.717118043143154,9.71797388635066,9.718829222151308,9.719684051146402,9.720538373936167,9.721392191119772,9.722245503295323,9.723098311059855,9.72395061500936,9.724802415738758,9.72565371384193,9.726504509911699,9.727354804539841,9.728204598317085,9.72905389183312,9.729902685676594,9.730750980435111,9.731598776695247,9.732446075042539,9.733292876061492,9.73413918033559,9.734984988447284,9.735830300978002,9.73667511850815,9.737519441617122,9.738363270883283,9.739206606883995,9.740049450195603,9.740891801393442,9.74173366105184,9.742575029744126,9.743415908042616,9.744256296518634,9.745096195742502,9.74593560628355,9.746774528710114,9.747612963589535,9.74845091148817,9.749288372971389,9.750125348603575,9.750961838948133,9.751797844567488,9.752633366023085,9.753468403875397,9.754302958683922,9.755137031007191,9.755970621402763,9.756803730427237,9.757636358636239,9.758468506584439,9.759300174825551,9.760131363912325,9.760962074396563,9.76179230682911,9.762622061759858,9.763451339737758,9.76428014131081,9.765108467026073,9.765936317429658,9.766763693066746,9.767590594481572,9.768417022217442,9.769242976816724,9.770068458820859,9.770893468770355,9.771718007204797,9.772542074662843,9.77336567168223,9.774188798799774,9.775011456551372,9.775833645472005,9.776655366095742,9.777476618955738,9.778297404584237,9.779117723512575,9.779937576271188,9.780756963389598,9.781575885396435,9.782394342819424,9.783212336185395,9.78402986602028,9.784846932849117,9.785663537196056,9.786479679584353,9.787295360536381,9.788110580573626,9.788925340216688,9.789739639985285,9.790553480398263,9.79136686197358,9.792179785228328,9.792992250678719,9.793804258840094,9.794615810226926,9.795426905352823,9.79623754473052,9.797047728871894,9.79785745828796,9.798666733488869,9.799475554983916,9.800283923281544,9.801091838889334,9.801899302314023,9.80270631406149,9.803512874636771,9.804318984544054,9.805124644286678,9.805929854367147,9.806734615287118,9.807538927547412,9.808342791648013,9.809146208088066,9.809949177365887,9.810751699978958,9.811553776423931,9.812355407196634,9.813156592792062,9.813957333704392,9.814757630426975,9.815557483452345,9.816356893272213,9.817155860377474,9.817954385258211,9.81875246840369,9.81955011030237,9.820347311441894,9.821144072309101,9.821940393390024,9.822736275169893,9.823531718133129,9.824326722763358,9.825121289543407,9.825915418955303,9.826709111480277,9.82750236759877,9.828295187790427,9.829087572534105,9.829879522307872,9.830671037589006,9.831462118854008,9.832252766578586,9.833042981237671,9.833832763305416,9.834622113255191,9.835411031559595,9.836199518690444,9.836987575118789,9.837775201314905,9.8385623977483,9.839349164887711,9.840135503201111,9.840921413155705,9.841706895217937,9.842491949853493,9.843276577527291,9.844060778703499,9.844844553845524,9.84562790341602,9.846410827876884,9.847193327689267,9.847975403313566,9.84875705520943,9.849538283835768,9.850319089650732,9.85109947311174,9.851879434675462,9.852658974797835,9.85343809393405,9.854216792538564,9.8549950710651,9.855772929966642,9.85655036969545,9.857327390703045,9.858103993440224,9.858880178357053,9.859655945902874,9.860431296526306,9.861206230675242,9.861980748796855,9.862754851337598,9.863528538743205,9.864301811458697,9.865074669928372,9.865847114595825,9.866619145903929,9.86739076429485,9.868161970210048,9.868932764090273,9.869703146375567,9.870473117505268,9.871242677918016,9.872011828051741,9.872780568343682,9.873548899230373,9.874316821147652,9.875084334530662,9.875851439813854,9.876618137430984,9.877384427815116,9.878150311398628,9.878915788613204,9.879680859889849,9.880445525658873,9.881209786349912,9.881973642391912,9.882737094213143,9.883500142241193,9.88426278690297,9.885025028624712,9.885786867831975,9.886548304949644,9.887309340401929,9.888069974612375,9.888830208003851,9.889590040998563,9.890349474018045,9.89110850748317,9.891867141814146,9.892625377430516,9.893383214751166,9.89414065419432,9.894897696177543,9.895654341117744,9.896410589431175,9.897166441533436,9.897921897839472,9.898676958763579,9.8994316247194,9.900185896119929,9.900939773377518,9.901693256903867,9.902446347110033,9.90319904440643,9.903951349202831,9.904703261908365,9.905454782931525,9.906205912680166,9.906956651561503,9.907706999982118,9.908456958347958,9.909206527064342,9.909955706535948,9.910704497166833,9.91145289936042,9.912200913519506,9.91294854004626,9.913695779342232,9.914442631808342,9.915189097844891,9.915935177851555,9.916680872227396,9.917426181370853,9.91817110567975,9.918915645551296,9.919659801382082,9.92040357356809,9.921146962504682,9.92188996858662,9.92263259220805,9.923374833762509,9.92411669364293,9.924858172241636,9.925599269950352,9.926339987160192,9.927080324261675,9.927820281644713,9.928559859698622,9.929299058812118,9.930037879373321,9.930776321769756,9.931514386388349,9.932252073615436,9.93298938383676,9.933726317437474,9.934462874802138,9.935199056314724,9.935934862358621,9.936670293316627,9.937405349570955,9.938140031503236,9.938874339494518,9.939608273925266,9.940341835175365,9.941075023624125,9.94180783965027,9.942540283631955,9.943272355946753,9.944004056971668,9.944735387083126,9.945466346656984,9.946196936068528,9.946927155692471,9.947657005902961,9.948386487073575,9.949115599577327,9.949844343786665,9.95057272007347,9.951300728809063,9.952028370364202,9.952755645109086,9.95348255341335,9.954209095646076,9.954935272175787,9.955661083370446,9.956386529597465,9.957111611223702,9.957836328615459,9.958560682138492,9.959284672157999,9.960008299038632,9.960731563144499,9.961454464839154,9.962177004485605,9.96289918244632,9.963620999083217,9.964342454757677,9.965063549830536,9.965784284662087],"x":[0.1,0.5994505494505494,1.098901098901099,1.5983516483516484,2.097802197802198,2.5972527472527474,3.096703296703297,3.5961538461538463,4.095604395604395,4.595054945054945,5.094505494505494,5.593956043956044,6.093406593406593,6.5928571428571425,7.092307692307692,7.591758241758241,8.09120879120879,8.590659340659341,9.09010989010989,9.58956043956044,10.089010989010989,10.588461538461539,11.087912087912088,11.587362637362638,12.086813186813187,12.586263736263737,13.085714285714285,13.585164835164836,14.084615384615384,14.584065934065935,15.083516483516483,15.582967032967034,16.082417582417584,16.58186813186813,17.08131868131868,17.58076923076923,18.08021978021978,18.57967032967033,19.07912087912088,19.57857142857143,20.07802197802198,20.577472527472526,21.076923076923077,21.576373626373627,22.075824175824177,22.575274725274724,23.074725274725274,23.574175824175825,24.073626373626375,24.573076923076922,25.072527472527472,25.571978021978023,26.071428571428573,26.57087912087912,27.07032967032967,27.56978021978022,28.06923076923077,28.568681318681318,29.068131868131868,29.56758241758242,30.06703296703297,30.566483516483515,31.065934065934066,31.565384615384616,32.064835164835166,32.56428571428572,33.06373626373627,33.56318681318681,34.06263736263736,34.56208791208791,35.06153846153846,35.56098901098901,36.06043956043956,36.55989010989011,37.05934065934066,37.558791208791206,38.058241758241756,38.55769230769231,39.05714285714286,39.55659340659341,40.05604395604396,40.55549450549451,41.05494505494506,41.5543956043956,42.05384615384615,42.5532967032967,43.05274725274725,43.5521978021978,44.05164835164835,44.551098901098904,45.050549450549454,45.55,46.04945054945055,46.5489010989011,47.04835164835165,47.5478021978022,48.04725274725275,48.5467032967033,49.04615384615385,49.54560439560439,50.04505494505494,50.54450549450549,51.043956043956044,51.543406593406594,52.042857142857144,52.542307692307695,53.041758241758245,53.54120879120879,54.04065934065934,54.54010989010989,55.03956043956044,55.53901098901099,56.03846153846154,56.53791208791209,57.03736263736264,57.536813186813184,58.036263736263734,58.535714285714285,59.035164835164835,59.534615384615385,60.034065934065936,60.533516483516486,61.032967032967036,61.53241758241758,62.03186813186813,62.53131868131868,63.03076923076923,63.53021978021978,64.02967032967032,64.52912087912088,65.02857142857142,65.52802197802198,66.02747252747253,66.52692307692308,67.02637362637363,67.52582417582417,68.02527472527473,68.52472527472527,69.02417582417583,69.52362637362637,70.02307692307693,70.52252747252747,71.02197802197803,71.52142857142857,72.02087912087912,72.52032967032967,73.01978021978022,73.51923076923077,74.01868131868132,74.51813186813187,75.01758241758242,75.51703296703296,76.01648351648352,76.51593406593406,77.01538461538462,77.51483516483516,78.01428571428572,78.51373626373626,79.01318681318682,79.51263736263736,80.0120879120879,80.51153846153846,81.01098901098901,81.51043956043956,82.00989010989011,82.50934065934067,83.00879120879121,83.50824175824175,84.00769230769231,84.50714285714285,85.00659340659341,85.50604395604395,86.00549450549451,86.50494505494505,87.00439560439561,87.50384615384615,88.0032967032967,88.50274725274726,89.0021978021978,89.50164835164836,90.0010989010989,90.50054945054946,91.0,91.49945054945054,91.9989010989011,92.49835164835164,92.9978021978022,93.49725274725274,93.9967032967033,94.49615384615385,94.99560439560439,95.49505494505495,95.99450549450549,96.49395604395605,96.99340659340659,97.49285714285715,97.99230769230769,98.49175824175825,98.99120879120879,99.49065934065933,99.99010989010989,100.48956043956044,100.98901098901099,101.48846153846154,101.9879120879121,102.48736263736264,102.98681318681318,103.48626373626374,103.98571428571428,104.48516483516484,104.98461538461538,105.48406593406594,105.98351648351648,106.48296703296704,106.98241758241758,107.48186813186813,107.98131868131868,108.48076923076923,108.98021978021978,109.47967032967033,109.97912087912088,110.47857142857143,110.97802197802197,111.47747252747253,111.97692307692307,112.47637362637363,112.97582417582417,113.47527472527473,113.97472527472527,114.47417582417583,114.97362637362637,115.47307692307692,115.97252747252747,116.47197802197802,116.97142857142858,117.47087912087912,117.97032967032968,118.46978021978022,118.96923076923076,119.46868131868132,119.96813186813186,120.46758241758242,120.96703296703296,121.46648351648352,121.96593406593406,122.46538461538462,122.96483516483516,123.46428571428571,123.96373626373627,124.46318681318681,124.96263736263737,125.46208791208791,125.96153846153847,126.46098901098901,126.96043956043955,127.45989010989011,127.95934065934065,128.4587912087912,128.95824175824177,129.4576923076923,129.95714285714286,130.4565934065934,130.95604395604394,131.4554945054945,131.95494505494506,132.45439560439561,132.95384615384614,133.4532967032967,133.95274725274726,134.45219780219782,134.95164835164834,135.4510989010989,135.95054945054946,136.45,136.94945054945055,137.4489010989011,137.94835164835166,138.4478021978022,138.94725274725275,139.4467032967033,139.94615384615383,140.4456043956044,140.94505494505495,141.4445054945055,141.94395604395604,142.4434065934066,142.94285714285715,143.44230769230768,143.94175824175824,144.4412087912088,144.94065934065935,145.44010989010988,145.93956043956044,146.439010989011,146.93846153846152,147.43791208791208,147.93736263736264,148.4368131868132,148.93626373626373,149.43571428571428,149.93516483516484,150.4346153846154,150.93406593406593,151.43351648351648,151.93296703296704,152.43241758241757,152.93186813186813,153.4313186813187,153.93076923076924,154.43021978021977,154.92967032967033,155.4291208791209,155.92857142857142,156.42802197802197,156.92747252747253,157.4269230769231,157.92637362637362,158.42582417582418,158.92527472527473,159.42472527472526,159.92417582417582,160.42362637362638,160.92307692307693,161.42252747252746,161.92197802197802,162.42142857142858,162.9208791208791,163.42032967032966,163.91978021978022,164.41923076923078,164.9186813186813,165.41813186813187,165.91758241758242,166.41703296703298,166.9164835164835,167.41593406593407,167.91538461538462,168.41483516483515,168.9142857142857,169.41373626373627,169.91318681318683,170.41263736263735,170.9120879120879,171.41153846153847,171.910989010989,172.41043956043956,172.9098901098901,173.40934065934067,173.9087912087912,174.40824175824176,174.90769230769232,175.40714285714284,175.9065934065934,176.40604395604396,176.90549450549452,177.40494505494505,177.9043956043956,178.40384615384616,178.9032967032967,179.40274725274725,179.9021978021978,180.40164835164836,180.9010989010989,181.40054945054945,181.9,182.39945054945056,182.8989010989011,183.39835164835165,183.8978021978022,184.39725274725274,184.8967032967033,185.39615384615385,185.8956043956044,186.39505494505494,186.8945054945055,187.39395604395605,187.89340659340658,188.39285714285714,188.8923076923077,189.39175824175825,189.89120879120878,190.39065934065934,190.8901098901099,191.38956043956043,191.88901098901098,192.38846153846154,192.8879120879121,193.38736263736263,193.88681318681319,194.38626373626374,194.88571428571427,195.38516483516483,195.8846153846154,196.38406593406594,196.88351648351647,197.38296703296703,197.8824175824176,198.38186813186815,198.88131868131867,199.38076923076923,199.8802197802198,200.37967032967032,200.87912087912088,201.37857142857143,201.878021978022,202.37747252747252,202.87692307692308,203.37637362637363,203.87582417582416,204.37527472527472,204.87472527472528,205.37417582417584,205.87362637362637,206.37307692307692,206.87252747252748,207.371978021978,207.87142857142857,208.37087912087912,208.87032967032968,209.3697802197802,209.86923076923077,210.36868131868133,210.86813186813185,211.3675824175824,211.86703296703297,212.36648351648353,212.86593406593406,213.3653846153846,213.86483516483517,214.36428571428573,214.86373626373626,215.36318681318681,215.86263736263737,216.3620879120879,216.86153846153846,217.36098901098902,217.86043956043957,218.3598901098901,218.85934065934066,219.35879120879122,219.85824175824175,220.3576923076923,220.85714285714286,221.35659340659342,221.85604395604395,222.3554945054945,222.85494505494506,223.3543956043956,223.85384615384615,224.3532967032967,224.85274725274726,225.3521978021978,225.85164835164835,226.3510989010989,226.85054945054944,227.35,227.84945054945055,228.3489010989011,228.84835164835164,229.3478021978022,229.84725274725275,230.3467032967033,230.84615384615384,231.3456043956044,231.84505494505495,232.34450549450548,232.84395604395604,233.3434065934066,233.84285714285716,234.34230769230768,234.84175824175824,235.3412087912088,235.84065934065933,236.3401098901099,236.83956043956044,237.339010989011,237.83846153846153,238.3379120879121,238.83736263736265,239.33681318681317,239.83626373626373,240.3357142857143,240.83516483516485,241.33461538461538,241.83406593406593,242.3335164835165,242.83296703296702,243.33241758241758,243.83186813186813,244.3313186813187,244.83076923076922,245.33021978021978,245.82967032967034,246.3291208791209,246.82857142857142,247.32802197802198,247.82747252747254,248.32692307692307,248.82637362637362,249.32582417582418,249.82527472527474,250.32472527472527,250.82417582417582,251.32362637362638,251.8230769230769,252.32252747252747,252.82197802197803,253.32142857142858,253.8208791208791,254.32032967032967,254.81978021978023,255.31923076923076,255.8186813186813,256.31813186813184,256.8175824175824,257.31703296703296,257.8164835164835,258.3159340659341,258.81538461538463,259.3148351648352,259.8142857142857,260.31373626373625,260.8131868131868,261.31263736263736,261.8120879120879,262.3115384615385,262.81098901098903,263.31043956043953,263.8098901098901,264.30934065934065,264.8087912087912,265.30824175824176,265.8076923076923,266.3071428571429,266.8065934065934,267.30604395604394,267.8054945054945,268.30494505494505,268.8043956043956,269.30384615384617,269.8032967032967,270.3027472527473,270.8021978021978,271.30164835164834,271.8010989010989,272.30054945054945,272.8,273.29945054945057,273.7989010989011,274.2983516483516,274.7978021978022,275.29725274725274,275.7967032967033,276.29615384615386,276.7956043956044,277.29505494505497,277.7945054945055,278.29395604395603,278.7934065934066,279.29285714285714,279.7923076923077,280.29175824175826,280.7912087912088,281.2906593406593,281.7901098901099,282.28956043956043,282.789010989011,283.28846153846155,283.7879120879121,284.28736263736266,284.78681318681316,285.2862637362637,285.7857142857143,286.28516483516484,286.7846153846154,287.28406593406595,287.7835164835165,288.282967032967,288.78241758241757,289.2818681318681,289.7813186813187,290.28076923076924,290.7802197802198,291.27967032967035,291.77912087912085,292.2785714285714,292.77802197802197,293.2774725274725,293.7769230769231,294.27637362637364,294.7758241758242,295.2752747252747,295.77472527472526,296.2741758241758,296.77362637362637,297.2730769230769,297.7725274725275,298.27197802197804,298.77142857142854,299.2708791208791,299.77032967032966,300.2697802197802,300.7692307692308,301.26868131868133,301.7681318681319,302.26758241758245,302.76703296703295,303.2664835164835,303.76593406593406,304.2653846153846,304.7648351648352,305.26428571428573,305.7637362637363,306.2631868131868,306.76263736263735,307.2620879120879,307.76153846153846,308.260989010989,308.7604395604396,309.25989010989014,309.75934065934064,310.2587912087912,310.75824175824175,311.2576923076923,311.75714285714287,312.2565934065934,312.756043956044,313.2554945054945,313.75494505494504,314.2543956043956,314.75384615384615,315.2532967032967,315.75274725274727,316.2521978021978,316.7516483516483,317.2510989010989,317.75054945054944,318.25,318.74945054945056,319.2489010989011,319.7483516483517,320.2478021978022,320.74725274725273,321.2467032967033,321.74615384615385,322.2456043956044,322.74505494505496,323.2445054945055,323.743956043956,324.2434065934066,324.74285714285713,325.2423076923077,325.74175824175825,326.2412087912088,326.74065934065936,327.24010989010986,327.7395604395604,328.239010989011,328.73846153846154,329.2379120879121,329.73736263736265,330.2368131868132,330.7362637362637,331.23571428571427,331.7351648351648,332.2346153846154,332.73406593406594,333.2335164835165,333.73296703296705,334.23241758241755,334.7318681318681,335.23131868131867,335.7307692307692,336.2302197802198,336.72967032967034,337.2291208791209,337.72857142857146,338.22802197802196,338.7274725274725,339.2269230769231,339.72637362637363,340.2258241758242,340.72527472527474,341.2247252747253,341.7241758241758,342.22362637362636,342.7230769230769,343.2225274725275,343.72197802197803,344.2214285714286,344.72087912087915,345.22032967032965,345.7197802197802,346.21923076923076,346.7186813186813,347.2181318681319,347.71758241758243,348.217032967033,348.7164835164835,349.21593406593405,349.7153846153846,350.21483516483516,350.7142857142857,351.2137362637363,351.71318681318684,352.21263736263734,352.7120879120879,353.21153846153845,353.710989010989,354.21043956043957,354.7098901098901,355.2093406593407,355.7087912087912,356.20824175824174,356.7076923076923,357.20714285714286,357.7065934065934,358.20604395604397,358.7054945054945,359.20494505494503,359.7043956043956,360.20384615384614,360.7032967032967,361.20274725274726,361.7021978021978,362.2016483516484,362.7010989010989,363.20054945054943,363.7,364.19945054945055,364.6989010989011,365.19835164835166,365.6978021978022,366.1972527472527,366.6967032967033,367.19615384615383,367.6956043956044,368.19505494505495,368.6945054945055,369.19395604395606,369.6934065934066,370.1928571428571,370.6923076923077,371.19175824175824,371.6912087912088,372.19065934065935,372.6901098901099,373.18956043956047,373.68901098901097,374.1884615384615,374.6879120879121,375.18736263736264,375.6868131868132,376.18626373626375,376.6857142857143,377.1851648351648,377.68461538461537,378.1840659340659,378.6835164835165,379.18296703296704,379.6824175824176,380.18186813186816,380.68131868131866,381.1807692307692,381.6802197802198,382.17967032967033,382.6791208791209,383.17857142857144,383.678021978022,384.1774725274725,384.67692307692306,385.1763736263736,385.6758241758242,386.17527472527473,386.6747252747253,387.17417582417585,387.67362637362635,388.1730769230769,388.67252747252746,389.171978021978,389.6714285714286,390.17087912087914,390.6703296703297,391.1697802197802,391.66923076923075,392.1686813186813,392.66813186813187,393.1675824175824,393.667032967033,394.16648351648354,394.66593406593404,395.1653846153846,395.66483516483515,396.1642857142857,396.66373626373627,397.1631868131868,397.6626373626374,398.1620879120879,398.66153846153844,399.160989010989,399.66043956043956,400.1598901098901,400.65934065934067,401.15879120879123,401.6582417582418,402.1576923076923,402.65714285714284,403.1565934065934,403.65604395604396,404.1554945054945,404.6549450549451,405.15439560439563,405.65384615384613,406.1532967032967,406.65274725274725,407.1521978021978,407.65164835164836,408.1510989010989,408.6505494505495,409.15,409.64945054945053,410.1489010989011,410.64835164835165,411.1478021978022,411.64725274725276,412.1467032967033,412.6461538461538,413.1456043956044,413.64505494505494,414.1445054945055,414.64395604395605,415.1434065934066,415.64285714285717,416.14230769230767,416.6417582417582,417.1412087912088,417.64065934065934,418.1401098901099,418.63956043956046,419.139010989011,419.6384615384615,420.13791208791207,420.6373626373626,421.1368131868132,421.63626373626374,422.1357142857143,422.63516483516486,423.13461538461536,423.6340659340659,424.1335164835165,424.63296703296703,425.1324175824176,425.63186813186815,426.1313186813187,426.6307692307692,427.13021978021976,427.6296703296703,428.1291208791209,428.62857142857143,429.128021978022,429.62747252747255,430.12692307692305,430.6263736263736,431.12582417582416,431.6252747252747,432.1247252747253,432.62417582417584,433.1236263736264,433.62307692307695,434.12252747252745,434.621978021978,435.12142857142857,435.6208791208791,436.1203296703297,436.61978021978024,437.1192307692308,437.6186813186813,438.11813186813185,438.6175824175824,439.11703296703297,439.6164835164835,440.1159340659341,440.61538461538464,441.11483516483514,441.6142857142857,442.11373626373626,442.6131868131868,443.1126373626374,443.61208791208793,444.1115384615385,444.610989010989,445.11043956043954,445.6098901098901,446.10934065934066,446.6087912087912,447.1082417582418,447.60769230769233,448.10714285714283,448.6065934065934,449.10604395604395,449.6054945054945,450.10494505494506,450.6043956043956,451.1038461538462,451.6032967032967,452.10274725274724,452.6021978021978,453.10164835164835,453.6010989010989,454.10054945054947,454.6,455.0994505494505,455.5989010989011,456.09835164835164,456.5978021978022,457.09725274725275,457.5967032967033,458.09615384615387,458.59560439560437,459.0950549450549,459.5945054945055,460.09395604395604,460.5934065934066,461.09285714285716,461.5923076923077,462.0917582417582,462.59120879120877,463.09065934065933,463.5901098901099,464.08956043956044,464.589010989011,465.08846153846156,465.5879120879121,466.0873626373626,466.5868131868132,467.08626373626373,467.5857142857143,468.08516483516485,468.5846153846154,469.08406593406596,469.58351648351646,470.082967032967,470.5824175824176,471.08186813186813,471.5813186813187,472.08076923076925,472.5802197802198,473.0796703296703,473.57912087912086,474.0785714285714,474.578021978022,475.07747252747254,475.5769230769231,476.07637362637365,476.57582417582415,477.0752747252747,477.57472527472527,478.0741758241758,478.5736263736264,479.07307692307694,479.5725274725275,480.071978021978,480.57142857142856,481.0708791208791,481.57032967032967,482.0697802197802,482.5692307692308,483.06868131868134,483.56813186813184,484.0675824175824,484.56703296703296,485.0664835164835,485.5659340659341,486.06538461538463,486.5648351648352,487.0642857142857,487.56373626373625,488.0631868131868,488.56263736263736,489.0620879120879,489.5615384615385,490.06098901098903,490.56043956043953,491.0598901098901,491.55934065934065,492.0587912087912,492.55824175824176,493.0576923076923,493.5571428571429,494.0565934065934,494.55604395604394,495.0554945054945,495.55494505494505,496.0543956043956,496.55384615384617,497.0532967032967,497.5527472527473,498.0521978021978,498.55164835164834,499.0510989010989,499.55054945054945,500.05,500.54945054945057,501.0489010989011,501.5483516483516,502.0478021978022,502.54725274725274,503.0467032967033,503.54615384615386,504.0456043956044,504.54505494505497,505.0445054945055,505.54395604395603,506.0434065934066,506.54285714285714,507.0423076923077,507.54175824175826,508.0412087912088,508.5406593406593,509.0401098901099,509.53956043956043,510.039010989011,510.53846153846155,511.0379120879121,511.53736263736266,512.0368131868132,512.5362637362638,513.0357142857143,513.5351648351649,514.0346153846153,514.5340659340659,515.0335164835165,515.532967032967,516.0324175824176,516.5318681318681,517.0313186813187,517.5307692307692,518.0302197802198,518.5296703296704,519.0291208791209,519.5285714285715,520.028021978022,520.5274725274726,521.026923076923,521.5263736263736,522.0258241758241,522.5252747252747,523.0247252747253,523.5241758241758,524.0236263736264,524.5230769230769,525.0225274725275,525.521978021978,526.0214285714286,526.5208791208792,527.0203296703297,527.5197802197803,528.0192307692307,528.5186813186813,529.0181318681318,529.5175824175824,530.017032967033,530.5164835164835,531.0159340659341,531.5153846153846,532.0148351648352,532.5142857142857,533.0137362637363,533.5131868131868,534.0126373626374,534.512087912088,535.0115384615384,535.510989010989,536.0104395604395,536.5098901098901,537.0093406593406,537.5087912087912,538.0082417582418,538.5076923076923,539.0071428571429,539.5065934065934,540.006043956044,540.5054945054945,541.0049450549451,541.5043956043957,542.0038461538461,542.5032967032967,543.0027472527472,543.5021978021978,544.0016483516483,544.5010989010989,545.0005494505494,545.5,545.9994505494506,546.4989010989011,546.9983516483517,547.4978021978022,547.9972527472528,548.4967032967033,548.9961538461539,549.4956043956043,549.9950549450549,550.4945054945055,550.993956043956,551.4934065934066,551.9928571428571,552.4923076923077,552.9917582417582,553.4912087912088,553.9906593406594,554.4901098901099,554.9895604395605,555.489010989011,555.9884615384616,556.487912087912,556.9873626373626,557.4868131868132,557.9862637362637,558.4857142857143,558.9851648351648,559.4846153846154,559.9840659340659,560.4835164835165,560.982967032967,561.4824175824176,561.9818681318682,562.4813186813187,562.9807692307693,563.4802197802197,563.9796703296703,564.4791208791208,564.9785714285714,565.478021978022,565.9774725274725,566.4769230769231,566.9763736263736,567.4758241758242,567.9752747252747,568.4747252747253,568.9741758241759,569.4736263736264,569.973076923077,570.4725274725274,570.971978021978,571.4714285714285,571.9708791208791,572.4703296703296,572.9697802197802,573.4692307692308,573.9686813186813,574.4681318681319,574.9675824175824,575.467032967033,575.9664835164835,576.4659340659341,576.9653846153847,577.4648351648351,577.9642857142857,578.4637362637362,578.9631868131868,579.4626373626373,579.9620879120879,580.4615384615385,580.960989010989,581.4604395604396,581.9598901098901,582.4593406593407,582.9587912087912,583.4582417582418,583.9576923076924,584.4571428571429,584.9565934065934,585.4560439560439,585.9554945054945,586.454945054945,586.9543956043956,587.4538461538461,587.9532967032967,588.4527472527473,588.9521978021978,589.4516483516484,589.9510989010989,590.4505494505495,590.95,591.4494505494506,591.948901098901,592.4483516483516,592.9478021978022,593.4472527472527,593.9467032967033,594.4461538461538,594.9456043956044,595.445054945055,595.9445054945055,596.4439560439561,596.9434065934066,597.4428571428572,597.9423076923077,598.4417582417583,598.9412087912087,599.4406593406593,599.9401098901099,600.4395604395604,600.939010989011,601.4384615384615,601.9379120879121,602.4373626373626,602.9368131868132,603.4362637362638,603.9357142857143,604.4351648351649,604.9346153846154,605.434065934066,605.9335164835164,606.432967032967,606.9324175824175,607.4318681318681,607.9313186813187,608.4307692307692,608.9302197802198,609.4296703296703,609.9291208791209,610.4285714285714,610.928021978022,611.4274725274726,611.9269230769231,612.4263736263737,612.9258241758242,613.4252747252747,613.9247252747252,614.4241758241758,614.9236263736263,615.4230769230769,615.9225274725275,616.421978021978,616.9214285714286,617.4208791208791,617.9203296703297,618.4197802197803,618.9192307692308,619.4186813186814,619.9181318681319,620.4175824175824,620.9170329670329,621.4164835164835,621.915934065934,622.4153846153846,622.9148351648352,623.4142857142857,623.9137362637363,624.4131868131868,624.9126373626374,625.4120879120879,625.9115384615385,626.410989010989,626.9104395604396,627.4098901098901,627.9093406593406,628.4087912087912,628.9082417582417,629.4076923076923,629.9071428571428,630.4065934065934,630.906043956044,631.4054945054945,631.9049450549451,632.4043956043956,632.9038461538462,633.4032967032967,633.9027472527473,634.4021978021977,634.9016483516483,635.4010989010989,635.9005494505494,636.4,636.8994505494505,637.3989010989011,637.8983516483516,638.3978021978022,638.8972527472528,639.3967032967033,639.8961538461539,640.3956043956044,640.895054945055,641.3945054945054,641.893956043956,642.3934065934066,642.8928571428571,643.3923076923077,643.8917582417582,644.3912087912088,644.8906593406593,645.3901098901099,645.8895604395605,646.389010989011,646.8884615384616,647.3879120879121,647.8873626373627,648.3868131868132,648.8862637362637,649.3857142857142,649.8851648351648,650.3846153846154,650.8840659340659,651.3835164835165,651.882967032967,652.3824175824176,652.8818681318681,653.3813186813187,653.8807692307693,654.3802197802198,654.8796703296704,655.3791208791209,655.8785714285714,656.3780219780219,656.8774725274725,657.376923076923,657.8763736263736,658.3758241758242,658.8752747252747,659.3747252747253,659.8741758241758,660.3736263736264,660.873076923077,661.3725274725275,661.8719780219781,662.3714285714286,662.8708791208791,663.3703296703296,663.8697802197802,664.3692307692307,664.8686813186813,665.3681318681319,665.8675824175824,666.367032967033,666.8664835164835,667.3659340659341,667.8653846153846,668.3648351648352,668.8642857142858,669.3637362637363,669.8631868131868,670.3626373626373,670.8620879120879,671.3615384615384,671.860989010989,672.3604395604395,672.8598901098901,673.3593406593407,673.8587912087912,674.3582417582418,674.8576923076923,675.3571428571429,675.8565934065934,676.356043956044,676.8554945054946,677.354945054945,677.8543956043956,678.3538461538461,678.8532967032967,679.3527472527472,679.8521978021978,680.3516483516484,680.8510989010989,681.3505494505495,681.85,682.3494505494506,682.8489010989011,683.3483516483517,683.8478021978023,684.3472527472527,684.8467032967033,685.3461538461538,685.8456043956044,686.3450549450549,686.8445054945055,687.343956043956,687.8434065934066,688.3428571428572,688.8423076923077,689.3417582417583,689.8412087912088,690.3406593406594,690.8401098901099,691.3395604395604,691.839010989011,692.3384615384615,692.8379120879121,693.3373626373626,693.8368131868132,694.3362637362637,694.8357142857143,695.3351648351648,695.8346153846154,696.334065934066,696.8335164835165,697.3329670329671,697.8324175824176,698.3318681318681,698.8313186813186,699.3307692307692,699.8302197802197,700.3296703296703,700.8291208791209,701.3285714285714,701.828021978022,702.3274725274725,702.8269230769231,703.3263736263737,703.8258241758242,704.3252747252748,704.8247252747253,705.3241758241758,705.8236263736263,706.3230769230769,706.8225274725274,707.321978021978,707.8214285714286,708.3208791208791,708.8203296703297,709.3197802197802,709.8192307692308,710.3186813186813,710.8181318681319,711.3175824175825,711.817032967033,712.3164835164836,712.815934065934,713.3153846153846,713.8148351648351,714.3142857142857,714.8137362637362,715.3131868131868,715.8126373626374,716.3120879120879,716.8115384615385,717.310989010989,717.8104395604396,718.3098901098901,718.8093406593407,719.3087912087913,719.8082417582417,720.3076923076923,720.8071428571428,721.3065934065934,721.8060439560439,722.3054945054945,722.804945054945,723.3043956043956,723.8038461538462,724.3032967032967,724.8027472527473,725.3021978021978,725.8016483516484,726.301098901099,726.8005494505494,727.3,727.7994505494505,728.2989010989011,728.7983516483516,729.2978021978022,729.7972527472527,730.2967032967033,730.7961538461539,731.2956043956044,731.795054945055,732.2945054945055,732.7939560439561,733.2934065934066,733.7928571428571,734.2923076923076,734.7917582417582,735.2912087912088,735.7906593406593,736.2901098901099,736.7895604395604,737.289010989011,737.7884615384615,738.2879120879121,738.7873626373627,739.2868131868132,739.7862637362638,740.2857142857143,740.7851648351649,741.2846153846153,741.7840659340659,742.2835164835165,742.782967032967,743.2824175824176,743.7818681318681,744.2813186813187,744.7807692307692,745.2802197802198,745.7796703296704,746.2791208791209,746.7785714285715,747.278021978022,747.7774725274726,748.276923076923,748.7763736263736,749.2758241758241,749.7752747252747,750.2747252747253,750.7741758241758,751.2736263736264,751.7730769230769,752.2725274725275,752.771978021978,753.2714285714286,753.7708791208792,754.2703296703297,754.7697802197803,755.2692307692307,755.7686813186813,756.2681318681318,756.7675824175824,757.267032967033,757.7664835164835,758.2659340659341,758.7653846153846,759.2648351648352,759.7642857142857,760.2637362637363,760.7631868131868,761.2626373626374,761.762087912088,762.2615384615384,762.760989010989,763.2604395604395,763.7598901098901,764.2593406593406,764.7587912087912,765.2582417582418,765.7576923076923,766.2571428571429,766.7565934065934,767.256043956044,767.7554945054945,768.2549450549451,768.7543956043957,769.2538461538461,769.7532967032967,770.2527472527472,770.7521978021978,771.2516483516483,771.7510989010989,772.2505494505494,772.75,773.2494505494506,773.7489010989011,774.2483516483517,774.7478021978022,775.2472527472528,775.7467032967033,776.2461538461539,776.7456043956043,777.2450549450549,777.7445054945055,778.243956043956,778.7434065934066,779.2428571428571,779.7423076923077,780.2417582417582,780.7412087912088,781.2406593406594,781.7401098901099,782.2395604395605,782.739010989011,783.2384615384616,783.737912087912,784.2373626373626,784.7368131868132,785.2362637362637,785.7357142857143,786.2351648351648,786.7346153846154,787.2340659340659,787.7335164835165,788.232967032967,788.7324175824176,789.2318681318682,789.7313186813187,790.2307692307693,790.7302197802197,791.2296703296703,791.7291208791208,792.2285714285714,792.728021978022,793.2274725274725,793.7269230769231,794.2263736263736,794.7258241758242,795.2252747252747,795.7247252747253,796.2241758241759,796.7236263736264,797.223076923077,797.7225274725274,798.221978021978,798.7214285714285,799.2208791208791,799.7203296703296,800.2197802197802,800.7192307692308,801.2186813186813,801.7181318681319,802.2175824175824,802.717032967033,803.2164835164835,803.7159340659341,804.2153846153847,804.7148351648351,805.2142857142857,805.7137362637362,806.2131868131868,806.7126373626373,807.2120879120879,807.7115384615385,808.210989010989,808.7104395604396,809.2098901098901,809.7093406593407,810.2087912087912,810.7082417582418,811.2076923076924,811.7071428571429,812.2065934065934,812.7060439560439,813.2054945054945,813.704945054945,814.2043956043956,814.7038461538461,815.2032967032967,815.7027472527473,816.2021978021978,816.7016483516484,817.2010989010989,817.7005494505495,818.2,818.6994505494506,819.198901098901,819.6983516483516,820.1978021978022,820.6972527472527,821.1967032967033,821.6961538461538,822.1956043956044,822.695054945055,823.1945054945055,823.6939560439561,824.1934065934066,824.6928571428572,825.1923076923077,825.6917582417583,826.1912087912087,826.6906593406593,827.1901098901099,827.6895604395604,828.189010989011,828.6884615384615,829.1879120879121,829.6873626373626,830.1868131868132,830.6862637362638,831.1857142857143,831.6851648351649,832.1846153846154,832.684065934066,833.1835164835164,833.682967032967,834.1824175824175,834.6818681318681,835.1813186813187,835.6807692307692,836.1802197802198,836.6796703296703,837.1791208791209,837.6785714285714,838.178021978022,838.6774725274726,839.1769230769231,839.6763736263737,840.1758241758242,840.6752747252747,841.1747252747252,841.6741758241758,842.1736263736263,842.6730769230769,843.1725274725275,843.671978021978,844.1714285714286,844.6708791208791,845.1703296703297,845.6697802197803,846.1692307692308,846.6686813186814,847.1681318681319,847.6675824175824,848.1670329670329,848.6664835164835,849.165934065934,849.6653846153846,850.1648351648352,850.6642857142857,851.1637362637363,851.6631868131868,852.1626373626374,852.6620879120879,853.1615384615385,853.660989010989,854.1604395604396,854.6598901098901,855.1593406593406,855.6587912087912,856.1582417582417,856.6576923076923,857.1571428571428,857.6565934065934,858.156043956044,858.6554945054945,859.1549450549451,859.6543956043956,860.1538461538462,860.6532967032967,861.1527472527473,861.6521978021977,862.1516483516483,862.6510989010989,863.1505494505494,863.65,864.1494505494505,864.6489010989011,865.1483516483516,865.6478021978022,866.1472527472528,866.6467032967033,867.1461538461539,867.6456043956044,868.145054945055,868.6445054945054,869.143956043956,869.6434065934066,870.1428571428571,870.6423076923077,871.1417582417582,871.6412087912088,872.1406593406593,872.6401098901099,873.1395604395605,873.639010989011,874.1384615384616,874.6379120879121,875.1373626373627,875.6368131868132,876.1362637362637,876.6357142857142,877.1351648351648,877.6346153846154,878.1340659340659,878.6335164835165,879.132967032967,879.6324175824176,880.1318681318681,880.6313186813187,881.1307692307693,881.6302197802198,882.1296703296704,882.6291208791209,883.1285714285714,883.6280219780219,884.1274725274725,884.626923076923,885.1263736263736,885.6258241758242,886.1252747252747,886.6247252747253,887.1241758241758,887.6236263736264,888.123076923077,888.6225274725275,889.1219780219781,889.6214285714286,890.1208791208791,890.6203296703296,891.1197802197802,891.6192307692307,892.1186813186813,892.6181318681319,893.1175824175824,893.617032967033,894.1164835164835,894.6159340659341,895.1153846153846,895.6148351648352,896.1142857142858,896.6137362637363,897.1131868131868,897.6126373626373,898.1120879120879,898.6115384615384,899.110989010989,899.6104395604395,900.1098901098901,900.6093406593407,901.1087912087912,901.6082417582418,902.1076923076923,902.6071428571429,903.1065934065934,903.606043956044,904.1054945054946,904.604945054945,905.1043956043956,905.6038461538461,906.1032967032967,906.6027472527472,907.1021978021978,907.6016483516484,908.1010989010989,908.6005494505495,909.1,909.5994505494506,910.0989010989011,910.5983516483517,911.0978021978023,911.5972527472527,912.0967032967033,912.5961538461538,913.0956043956044,913.5950549450549,914.0945054945055,914.593956043956,915.0934065934066,915.5928571428572,916.0923076923077,916.5917582417583,917.0912087912088,917.5906593406594,918.0901098901099,918.5895604395604,919.089010989011,919.5884615384615,920.0879120879121,920.5873626373626,921.0868131868132,921.5862637362637,922.0857142857143,922.5851648351648,923.0846153846154,923.584065934066,924.0835164835165,924.5829670329671,925.0824175824176,925.5818681318681,926.0813186813186,926.5807692307692,927.0802197802197,927.5796703296703,928.0791208791209,928.5785714285714,929.078021978022,929.5774725274725,930.0769230769231,930.5763736263737,931.0758241758242,931.5752747252748,932.0747252747253,932.5741758241758,933.0736263736263,933.5730769230769,934.0725274725274,934.571978021978,935.0714285714286,935.5708791208791,936.0703296703297,936.5697802197802,937.0692307692308,937.5686813186813,938.0681318681319,938.5675824175825,939.067032967033,939.5664835164836,940.065934065934,940.5653846153846,941.0648351648351,941.5642857142857,942.0637362637362,942.5631868131868,943.0626373626374,943.5620879120879,944.0615384615385,944.560989010989,945.0604395604396,945.5598901098901,946.0593406593407,946.5587912087913,947.0582417582417,947.5576923076923,948.0571428571428,948.5565934065934,949.0560439560439,949.5554945054945,950.054945054945,950.5543956043956,951.0538461538462,951.5532967032967,952.0527472527473,952.5521978021978,953.0516483516484,953.551098901099,954.0505494505494,954.55,955.0494505494505,955.5489010989011,956.0483516483516,956.5478021978022,957.0472527472527,957.5467032967033,958.0461538461539,958.5456043956044,959.045054945055,959.5445054945055,960.0439560439561,960.5434065934066,961.0428571428571,961.5423076923076,962.0417582417582,962.5412087912088,963.0406593406593,963.5401098901099,964.0395604395604,964.539010989011,965.0384615384615,965.5379120879121,966.0373626373627,966.5368131868132,967.0362637362638,967.5357142857143,968.0351648351649,968.5346153846153,969.0340659340659,969.5335164835165,970.032967032967,970.5324175824176,971.0318681318681,971.5313186813187,972.0307692307692,972.5302197802198,973.0296703296704,973.5291208791209,974.0285714285715,974.528021978022,975.0274725274726,975.526923076923,976.0263736263736,976.5258241758241,977.0252747252747,977.5247252747253,978.0241758241758,978.5236263736264,979.0230769230769,979.5225274725275,980.021978021978,980.5214285714286,981.0208791208792,981.5203296703297,982.0197802197803,982.5192307692307,983.0186813186813,983.5181318681318,984.0175824175824,984.517032967033,985.0164835164835,985.5159340659341,986.0153846153846,986.5148351648352,987.0142857142857,987.5137362637363,988.0131868131868,988.5126373626374,989.012087912088,989.5115384615384,990.010989010989,990.5104395604395,991.0098901098901,991.5093406593406,992.0087912087912,992.5082417582418,993.0076923076923,993.5071428571429,994.0065934065934,994.506043956044,995.0054945054945,995.5049450549451,996.0043956043957,996.5038461538461,997.0032967032967,997.5027472527472,998.0021978021978,998.5016483516483,999.0010989010989,999.5005494505494,1000.0]} diff --git a/lib/node_modules/@stdlib/math/base/special/log2/scripts/fixtures/julia/runner.jl b/lib/node_modules/@stdlib/math/base/special/log2/scripts/fixtures/julia/runner.jl deleted file mode 100644 index c23a3408ea88..000000000000 --- a/lib/node_modules/@stdlib/math/base/special/log2/scripts/fixtures/julia/runner.jl +++ /dev/null @@ -1,60 +0,0 @@ -#!/usr/bin/env julia -# -# @license Apache-2.0 -# -# Copyright (c) 2018 The Stdlib Authors. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -import JSON - -""" - gen( domain, filepath ) - -Generate fixture data and write to file. - -# Arguments - -* `domain`: domain -* `filepath::AbstractString`: filepath of the output file - -# Examples - -``` julia -julia> x = range( -1000, stop = 1000, length = 2001 ); -julia> gen( x, \"./data.json\" ); -``` -""" -function gen( domain, filepath ) - x = collect( domain ); - y = log2.( x ); - data = Dict([ - ("x", x), - ("expected", y) - ]); - outfile = open( filepath, "w" ); - write( outfile, JSON.json(data) ); - write( outfile, "\n" ); - close( outfile ); -end - -# Get the filename: -file = @__FILE__; - -# Extract the directory in which this file resides: -dir = dirname( file ); - -# Generate fixture data for decimal values: -x = range( 0.1, stop = 1000.0, length = 2003 ) -out = joinpath( dir, "data.json" ); -gen( x, out ); diff --git a/lib/node_modules/@stdlib/math/base/special/log2/scripts/precision.js b/lib/node_modules/@stdlib/math/base/special/log2/scripts/precision.js deleted file mode 100644 index 4a770996bbfb..000000000000 --- a/lib/node_modules/@stdlib/math/base/special/log2/scripts/precision.js +++ /dev/null @@ -1,63 +0,0 @@ -/** -* @license Apache-2.0 -* -* Copyright (c) 2018 The Stdlib Authors. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ - -'use strict'; - -// TODO: clean-up - -// MODULES // - -var divide = require( 'compute-divide' ); -var mean = require( 'compute-mean' ); -var subtract = require( 'compute-subtract' ); -var abs = require( '@stdlib/math/base/special/abs' ); -var log2 = require( './../lib' ); - - -// FIXTURES // - -var data = require( './fixtures/julia/data.json' ); - - -// MAIN // - -var customErrs; -var nativeErrs; -var yexpected; -var ycustom; -var ynative; -var x; -var i; - -x = data.x; -yexpected = data.expected; -ycustom = new Array( x.length ); -ynative = new Array( x.length ); -for ( i = 0; i < x.length; i++ ) { - if ( yexpected[ i ] === 0.0 ) { - yexpected[ i ] += 1e-16; - } - ycustom[ i ] = log2( x[ i ] ); - ynative[ i ] = Math.log2( x[ i ] ); -} - -customErrs = abs( divide( subtract( ycustom, yexpected ), yexpected ) ); -nativeErrs = abs( divide( subtract( ynative, yexpected ), yexpected ) ); - -console.log( 'The mean relative error of Math.log2 compared to Julia is %d', mean( nativeErrs ) ); -console.log( 'The mean relative error of this module compared to Julia is %d', mean( customErrs ) ); diff --git a/lib/node_modules/@stdlib/math/base/special/sqrt/scripts/fixtures/julia/REQUIRE b/lib/node_modules/@stdlib/math/base/special/sqrt/scripts/fixtures/julia/REQUIRE deleted file mode 100644 index 308c3be89c85..000000000000 --- a/lib/node_modules/@stdlib/math/base/special/sqrt/scripts/fixtures/julia/REQUIRE +++ /dev/null @@ -1,2 +0,0 @@ -julia 1.5 -JSON 0.21 diff --git a/lib/node_modules/@stdlib/math/base/special/sqrt/scripts/fixtures/julia/data.json b/lib/node_modules/@stdlib/math/base/special/sqrt/scripts/fixtures/julia/data.json deleted file mode 100644 index c568e9e9ff42..000000000000 --- a/lib/node_modules/@stdlib/math/base/special/sqrt/scripts/fixtures/julia/data.json +++ /dev/null @@ -1 +0,0 @@ -{"expected":[0.7071067811865476,1.2249491828237205,1.5814553427147418,1.8712299435134907,2.1217921674853084,2.345741354562029,2.5500986261325274,2.739252362142543,2.9161625475964135,3.0829376420071335,3.2411425462335046,3.391976636933914,3.536383181444851,3.6751199309011,3.8088065069004235,3.937957275988086,4.063004800391948,4.184316970367865,4.30220978207816,4.416957041845609,4.5287978548407315,4.637942486761831,4.744577010757757,4.848867033804032,4.9509607160643085,5.050991240589565,5.149078850922076,5.245332545560244,5.339851497374624,5.4327262506511875,5.524039736914916,5.613868141977999,5.70228165000783,5.7893450852852535,5.875118468338917,5.959657500017725,6.043013984595603,6.1252362010389865,6.206369229994218,6.2864552427834495,6.365533757668717,6.443641867804303,6.520814444608972,6.597084319721972,6.67248244823634,6.747038055511657,6.820778769541131,6.893730740573171,6.965918749456099,7.037366305978717,7.108095738313112,7.1781282745243224,7.247484116990256,7.316182510471327,7.384241804479795,7.451679510521606,7.518512354716725,7.584756326245987,7.650426722022049,7.715538187937995,7.780104757008741,7.844139884686563,7.907656481602563,7.97066694395968,8.033183181779938,8.095216645188227,8.156778348896887,8.217878895039371,8.27852849448705,8.33873698677051,8.398513858715424,8.457868261892918,8.51680902897535,8.575344689080232,8.633483482177807,8.691233372631155,8.74860206193184,8.80559700068874,8.862225399922924,8.918494241717013,8.97441028926358,9.02998009635351,9.085210016342002,9.14010621062696,9.194674656671765,9.248921155602018,9.302851339403583,9.356470677747222,9.409784484463183,9.462797923687505,9.515516015700097,9.567943642473317,9.620085552948375,9.671946368055737,9.723530585494501,9.7748425842848,9.825886629106202,9.876666874434338,9.92718736848706,9.97745205699078,10.027464786776868,10.077229309217417,10.12674928350905,10.176028279812883,10.225069782258313,10.27387719181773,10.322453829058915,10.370802936781393,10.418927682542673,10.466831161079964,10.514516396632565,10.561986345169906,10.609243896529858,10.656291876471691,10.703133048647814,10.749770116498192,10.796205725071102,10.842442462773716,10.888482863055764,10.934329406029414,10.979984520028253,11.025450583108183,11.070729924492833,11.115824825965978,11.160737523213333,11.205470207115923,11.250025024997193,11.294404081825812,11.338609441376137,11.382643127348084,11.426507124448182,11.470203379433409,11.513733802119367,11.557100266354297,11.600304610960311,11.643348640643188,11.686234126872012,11.728962808729873,11.77153639373676,11.813956558645778,11.85622495021371,11.898343185946965,11.940312854823825,11.982135517993926,12.023812709455852,12.06534593671365,12.106736681413082,12.147986399958373,12.189096524110147,12.230068461565313,12.270903596519494,12.311603290212675,12.352168881458676,12.392601687159019,12.432903002801762,12.473074102945816,12.513116241691279,12.553030653136261,12.59281855182068,12.632481133157476,12.672019573851678,12.711435032307744,12.750728649025557,12.789901546985481,12.828954832022836,12.86788959319214,12.906706903121458,12.945407818357195,12.98399337969964,13.022464612529557,13.060822527126119,13.099068118976463,13.137202369077142,13.175226244227709,13.21314069731671,13.250946667600303,13.28864508097376,13.326236850236025,13.363722875347614,13.401104043681983,13.438381230270634,13.475555298042103,13.51262709805503,13.549597469725498,13.586467241048796,13.623237228815793,13.659908238824048,13.696481066083857,13.732956495019348,13.76933529966478,13.805618243856198,13.841806081418552,13.877899556348435,13.913899402992556,13.949806346222054,13.985621101602803,14.021344375561785,14.056976865549668,14.092519260199687,14.127972239482904,14.163336474860014,14.198612629429702,14.233801358073714,14.268903307598716,14.303919116875,14.338849416972153,14.373694831291749,14.408455975697175,14.443133458640618,14.477727881287333,14.512239837637232,14.546669914643887,14.581018692331002,14.615286743906417,14.649474635873709,14.683582928141469,14.71761217413029,14.751562920877523,14.785435709139893,14.819231073493983,14.852949542434665,14.886591638471534,14.920157878223378,14.953648772510729,14.987064826446575,15.020406539525242,15.053674405709495,15.08686891351594,15.119990546098702,15.153039781331488,15.186017091888022,15.218922945320921,15.25175780413904,15.284522125883315,15.317216363201151,15.349840963919386,15.382396371115851,15.41488302318959,15.447301353929726,15.479651792583049,15.511934763920332,15.544150688301391,15.57629998173896,15.608383055961358,15.640400318474017,15.672352172619865,15.704239017638617,15.736061248724969,15.767819257085748,15.79951342999602,15.831144150854199,15.862711799236145,15.894216750948319,15.925659378079974,15.957040049054434,15.988359128679454,16.019616978196705,16.050813955330383,16.081950414334983,16.113026706042216,16.14404317790714,16.175000174053494,16.205898035318228,16.23673709929528,16.267517700378633,16.29824016980461,16.328904835693457,16.359512023090225,16.390062054004986,16.42055524745234,16.4509919194903,16.481372383258492,16.511696949015754,16.54196592417711,16.572179613350112,16.602338318370627,16.63244233833799,16.662491969649636,16.69248750603514,16.722429238589697,16.752317455807127,16.78215244361225,16.811934485392843,16.84166386203102,16.87134085193415,16.90096573106527,16.93053877297303,16.96006024882116,16.989530427417474,17.018949575242434,17.048317956477266,17.07763583303162,17.10690346457085,17.136121108542817,17.165289020204327,17.194407452647145,17.22347665682362,17.252496881571915,17.281468373640855,17.310391377714417,17.339266136435825,17.368092890431313,17.396871878333506,17.425603336804485,17.454287500558486,17.482924602384255,17.511514873167116,17.540058541910675,17.568555835758218,17.59700698001381,17.62541219816306,17.65377171189363,17.68208574111539,17.710354503980337,17.738578216902198,17.76675709457575,17.79489134999588,17.82298119447638,17.851026837668446,17.87902848757895,17.906986350588426,17.93490063146882,17.962771533400996,17.99059925799198,18.01838400529199,18.046125973811186,18.073825360536247,18.101482360946676,18.1290971690309,18.156669977302133,18.184200976814054,18.211690357176227,18.23913830656937,18.266545011760343,18.29391065811701,18.321235429622853,18.348519508891396,18.37576307718046,18.402966314406196,18.430129399156957,18.457252508706983,18.48433581902987,18.51137950481193,18.538383739465306,18.565348695140962,18.592274542741475,18.61916145193368,18.64600959116115,18.672819127656492,18.699590227453506,18.726323055399188,18.753017775165567,18.779674549261394,18.806293539043697,18.832874904729156,18.85941880540537,18.88592539904196,18.912394842501534,18.93882729155053,18.96522290086989,18.991581824065634,19.017904213679294,19.0441902211982,19.07043999706566,19.096653690691,19.122831450459493,19.148973423742152,19.17507975690541,19.20115059532069,19.22718608337384,19.253186364474455,19.27915158106512,19.305081874630478,19.330977385706255,19.35683825388814,19.382664617840543,19.408456615305305,19.434214383110234,19.459938057177602,19.485627772532496,19.51128366331109,19.53690586276882,19.56249450328846,19.588049716388095,19.613571632729013,19.639060382123496,19.66451609354253,19.68993889512341,19.715328914177267,19.740686277196513,19.76601110986218,19.79130353705121,19.816563682843608,19.84179167052957,19.8669876226165,19.892151660835932,19.917283906150413,19.942384478760275,19.96745349811035,19.992491082896592,20.01749735107264,20.042472419856306,20.067416405735973,20.092329424476937,20.11721159112769,20.142063020026093,20.166883824805538,20.19167411840097,20.21643401305493,20.24116362032343,20.265863051081865,20.29053241553079,20.31517182320165,20.33978138296247,20.364361203023464,20.38891139094257,20.413432053630967,20.437923297358484,20.462385227758986,20.486817949835686,20.511221567966405,20.535596185908766,20.55994190680536,20.584258833188812,20.608547066986848,20.632806709527248,20.65703786154281,20.681240623176205,20.705415093984815,20.729561372945515,20.753679558459392,20.77776974835643,20.801832039900145,20.825866529792144,20.84987331417669,20.87385248864516,20.89780414824051,20.921728387461652,20.945625300267814,20.969494980082846,20.99333751979947,21.017153011783513,21.040941547878063,21.06470321940762,21.08843811718218,21.112146331501275,21.135827952157996,21.159483068442945,21.18311176914818,21.20671414257109,21.230290276518247,21.25384025830922,21.27736417478035,21.300862112288478,21.324334156714652,21.347780393467787,21.371200907488287,21.39459578325164,21.41796510477196,21.441308955605525,21.464627418854263,21.48792057716918,21.511188512753805,21.53443130736755,21.557649042329086,21.580841798519646,21.604009656386317,21.62715269594529,21.650270996785103,21.673364638069806,21.696433698542148,21.719478256526692,21.742498389932933,21.765494176258365,21.78846569259151,21.81141301561496,21.834336221608346,21.857235386451297,21.880110585626372,21.90296189422197,21.9257893869352,21.94859313807472,21.97137322156358,21.994129710942,22.016862679370153,22.03957219963089,22.06225834413248,22.084921184911295,22.107560793634477,22.13017724160258,22.152770599752195,22.175340938658547,22.19788832853806,22.220412839250912,22.242914540303552,22.265393500851218,22.287849789700402,22.31028347531131,22.332694625800293,22.35508330894228,22.37744959217315,22.3997935425921,22.422115226964006,22.44441471172175,22.466692062968512,22.488947346480064,22.511180627707052,22.533391971777213,22.555581443497623,22.577749107356887,22.599895027527346,22.62201926786722,22.644121891922776,22.66620296293044,22.688262543818936,22.710300697211338,22.732317485427178,22.75431297048449,22.776287214101846,22.798240277700376,22.820172222405777,22.842083109050293,22.863972998174688,22.885841950030194,22.907690024580443,22.929517281503394,22.95132378019323,22.973109579762244,22.994874739042704,23.016619316588717,23.03834337067805,23.060046959313976,23.08173014022706,23.103392970876957,23.125035508454193,23.146657809881923,23.168259931817673,23.189841930655085,23.211403862525618,23.23294578330027,23.254467748591242,23.275969813753644,23.297452033887126,23.318914463837544,23.340357158198593,23.361780171313416,23.383183557276226,23.404567369933883,23.425931662887482,23.44727648949393,23.468601902867483,23.489907955881304,23.51119470116898,23.532462191126044,23.553710477911483,23.57493961344923,23.596149649429634,23.617340637310942,23.638512628320743,23.65966567345743,23.68079982349161,23.70191512896755,23.723011640204565,23.744089407298436,23.765148480122782,23.786188908330455,23.807210741354883,23.82821402841144,23.84919881849879,23.870165160400227,23.89111310268497,23.9120426937095,23.932953981618866,23.953847014347964,23.974721839622816,23.995578504961863,24.0164170576772,24.037237544875843,24.058040013460975,24.078824510133167,24.099591081391615,24.12033977353534,24.141070632664395,24.16178370468107,24.182479035291074,24.203156670004695,24.223816654137995,24.24445903281395,24.265083850963595,24.285691153327196,24.30628098445534,24.326853388710095,24.347408410266098,24.36794609311168,24.388466481049957,24.40896961769992,24.42945554649752,24.449924310696726,24.470375953370624,24.490810517412438,24.511228045536605,24.531628580279804,24.552012164001983,24.57237883888741,24.592728646945673,24.613061630012687,24.633377829751716,24.653677287654347,24.6739600450415,24.69422614306439,24.714475622705518,24.734708524779624,24.754924889934657,24.775124758652716,24.795308171251012,24.8154751678828,24.83562578853829,24.85576007304562,24.87587806107172,24.895979792123264,24.91606530554755,24.93613464053342,24.956187836112136,24.976224931158267,24.996245964390578,25.016250974372895,25.03623999951497,25.056213078073345,25.076170248152213,25.096111547704254,25.11603701453148,25.135946686286072,25.15584060047122,25.175718794441934,25.195581305405863,25.21542817042411,25.235259426412053,25.255075110140115,25.274875258234594,25.294659907178428,25.314429093311986,25.33418285283385,25.353921221801595,25.373644236132535,25.393351931604506,25.413044343856615,25.43272150839,25.452383460568555,25.472030235619705,25.491661868635102,25.5112783945714,25.530879848250937,25.550466264362502,25.57003767746201,25.58959412197324,25.609135632188522,25.62866224226946,25.648173986247613,25.66767089802519,25.68715301137574,25.706620359944836,25.72607297725074,25.7455108966851,25.7649341515136,25.784342774876624,25.803736799789927,25.82311625914528,25.842481185711133,25.861831612133244,25.881167570935336,25.900489094519727,25.91979621516797,25.939088965041474,25.95836737618213,25.977631480512947,25.996881309838646,26.01611689584628,26.03533827010586,26.054545464070934,26.073738509079202,26.092917436353115,26.112082277000447,26.131233062014914,26.150369822276737,26.16949258855323,26.188601391499372,26.207696261658395,26.226777229462332,26.2458443252326,26.26489757918056,26.28393702140806,26.302962681908017,26.32197459056494,26.340972777155493,26.359957271349042,26.37892810270819,26.397885300689303,26.416828894643068,26.435758913815004,26.454675387345993,26.473578344272813,26.492467813528638,26.51134382394358,26.530206404245178,26.549055583058927,26.56789138890877,26.586713850217617,26.605522995307833,26.624318852401732,26.64310144962209,26.66187081499262,26.680626976438464,26.699369961786672,26.718099798766694,26.736816515010858,26.755520138054838,26.774210695338123,26.79288821420451,26.811552721902537,26.83020424558598,26.848842812314285,26.867468449053046,26.886081182674452,26.904681039957747,26.92326804758966,26.941842232164873,26.960403620186465,26.978952238066324,26.997488112125623,27.01601126859524,27.034521733616177,27.05301953324002,27.071504693429333,27.08997724005812,27.108437198912213,27.126884595689713,27.145319456001403,27.16374180537116,27.182151669236365,27.200549072948323,27.218934041772656,27.23730660088972,27.25566677539501,27.274014590299537,27.292350070530247,27.31067324093042,27.328984126260043,27.34728275119621,27.365569140333523,27.383843318184447,27.40210530917972,27.42035513766873,27.43859282791988,27.456818404120984,27.475031890379626,27.49323331072353,27.511422689100947,27.52960004938101,27.5477654153541,27.56591881073221,27.58406025914931,27.602189784161705,27.620307409248387,27.638413157811392,27.656507053176156,27.674589118591857,27.69265937723178,27.71071785219365,27.728764566499972,27.746799543098387,27.764822804862007,27.78283437458975,27.800834275006682,27.81882252876435,27.836799158441107,27.85476418654245,27.87271763550136,27.890659527678597,27.90858988536306,27.926508730772092,27.944416086051795,27.96231197327737,27.98019641445341,27.998069431514235,28.0159310463242,28.03378128067801,28.051620156301013,28.069447694849533,28.087263917911162,28.10506884700507,28.1228625035823,28.14064490902609,28.158416084652142,28.17617605170895,28.19392483137808,28.211662444774465,28.229388912946707,28.247104256877357,28.264808497483216,28.28250165561561,28.3001837520607,28.317854807539728,28.33551484270934,28.353163878161848,28.370801934425515,28.38842903196482,28.40604519118076,28.423650432411105,28.441244775930684,28.45882824195165,28.476400850623758,28.49396262203462,28.511513576209985,28.52905373311402,28.546583112649532,28.564101734658276,28.581609618921192,28.599106785158675,28.616593253030825,28.63406904213772,28.651534172019662,28.668988662157425,28.68643253197252,28.703865800827455,28.72128848802596,28.738700612813254,28.7561021943763,28.77349325184403,28.790873804287607,28.808243870720666,28.82560347009955,28.842952621323565,28.860291343235197,28.87761965462037,28.894937574208694,28.91224512067366,28.92954231263292,28.946829168648488,28.964105707226995,28.98137194681991,28.99862790582376,29.01587360258038,29.03310905537713,29.05033428244711,29.06754930196941,29.08475413206931,29.10194879081852,29.11913329623538,29.13630766628511,29.153471918880005,29.17062607187966,29.1877701430912,29.204904150269464,29.222028111117254,29.23914204328553,29.256245964373623,29.273339891929457,29.290423843449737,29.30749783638019,29.324561888115735,29.341616016000728,29.358660237329136,29.375694569344763,29.39271902924144,29.40973363416324,29.42673840120466,29.443733347410845,29.460718489777772,29.477693845252457,29.494659430733133,29.51161526306948,29.52856135906279,29.545497735466167,29.562424408984743,29.579341396275836,29.59624871394917,29.613146378567045,29.630034406644533,29.64691281464968,29.663781619003668,29.68064083608102,29.697490482209787,29.714330573671713,29.731161126702435,29.747982157491666,29.76479368218337,29.78159571687594,29.798388277622397,29.81517138043054,29.831945041263147,29.848709276038143,29.86546410062877,29.882209530863786,29.898945582527602,29.9156722713605,29.93238961305876,29.94909762327487,29.965796317617674,29.982485711652554,29.999165820901588,30.015836660843732,30.032498246914972,30.049150594508514,30.065793718974923,30.082427635622302,30.09905235971646,30.11566790648106,30.132274291097808,30.148871528706582,30.16545963440562,30.182038623251668,30.198608510260136,30.21516931040527,30.231721038620293,30.248263709797584,30.264797338788807,30.281321940405086,30.297837529417162,30.31434412055553,30.330841728510602,30.34733036793287,30.363810053433035,30.380280799582177,30.396742620911898,30.41319553191447,30.429639547042992,30.446074680711526,30.462500947295247,30.478918361130606,30.495326936515454,30.511726687709196,30.528117628932936,30.544499774369633,30.560873138164215,30.577237734423747,30.59359357721757,30.60994068057742,30.626279058497605,30.642608724935112,30.65892969380976,30.675241979004344,30.69154559436476,30.707840553700148,30.72412687078303,30.74040455934945,30.756673633099094,30.772934105695438,30.78918599076588,30.805429301901874,30.82166405265905,30.837890256557362,30.854107927081216,30.870317077679594,30.88651772176619,30.902709872719537,30.91889354388313,30.935068748565573,30.95123550004069,30.967393811547645,30.9835436962911,30.999685167441307,31.015818238134248,31.031942921471764,31.048059230521673,31.06416717831789,31.08026677786056,31.09635804211618,31.112440984017695,31.128515616464664,31.144581952323346,31.160640004426828,31.17668978557515,31.19273130853543,31.208764586041962,31.22478963079635,31.24080645546763,31.256815072692365,31.272815495074777,31.288807735186868,31.30479180556852,31.320767718727627,31.336735487140185,31.352695123250435,31.36864663947095,31.384590048182762,31.40052536173548,31.416452592447378,31.43237175260553,31.44828285446591,31.4641859102535,31.480080932162412,31.495967932355974,31.511846922966868,31.52771791609721,31.543580923818677,31.559435958172607,31.575283031170102,31.591122154792142,31.606953340989694,31.622776601683793],"x":[0.5,1.5005005005005005,2.501001001001001,3.5015015015015014,4.502002002002002,5.5025025025025025,6.503003003003003,7.503503503503503,8.504004004004004,9.504504504504505,10.505005005005005,11.505505505505505,12.506006006006006,13.506506506506506,14.507007007007006,15.507507507507508,16.50800800800801,17.50850850850851,18.50900900900901,19.50950950950951,20.51001001001001,21.51051051051051,22.51101101101101,23.51151151151151,24.51201201201201,25.51251251251251,26.513013013013012,27.513513513513512,28.514014014014013,29.514514514514513,30.515015015015017,31.515515515515517,32.51601601601602,33.51651651651652,34.51701701701702,35.51751751751752,36.51801801801802,37.51851851851852,38.51901901901902,39.51951951951952,40.52002002002002,41.52052052052052,42.52102102102102,43.52152152152152,44.52202202202202,45.52252252252252,46.52302302302302,47.52352352352352,48.52402402402402,49.52452452452452,50.52502502502502,51.525525525525524,52.526026026026024,53.526526526526524,54.527027027027025,55.527527527527525,56.528028028028025,57.528528528528525,58.529029029029026,59.529529529529526,60.530030030030034,61.530530530530534,62.531031031031034,63.531531531531535,64.53203203203203,65.53253253253253,66.53303303303304,67.53353353353353,68.53403403403404,69.53453453453453,70.53503503503504,71.53553553553553,72.53603603603604,73.53653653653653,74.53703703703704,75.53753753753753,76.53803803803804,77.53853853853853,78.53903903903904,79.53953953953953,80.54004004004004,81.54054054054055,82.54104104104104,83.54154154154155,84.54204204204204,85.54254254254255,86.54304304304304,87.54354354354355,88.54404404404404,89.54454454454455,90.54504504504504,91.54554554554555,92.54604604604604,93.54654654654655,94.54704704704704,95.54754754754755,96.54804804804805,97.54854854854855,98.54904904904905,99.54954954954955,100.55005005005005,101.55055055055055,102.55105105105105,103.55155155155155,104.55205205205205,105.55255255255256,106.55305305305305,107.55355355355356,108.55405405405405,109.55455455455456,110.55505505505505,111.55555555555556,112.55605605605605,113.55655655655656,114.55705705705705,115.55755755755756,116.55805805805805,117.55855855855856,118.55905905905905,119.55955955955956,120.56006006006007,121.56056056056056,122.56106106106107,123.56156156156156,124.56206206206207,125.56256256256256,126.56306306306307,127.56356356356356,128.56406406406407,129.56456456456456,130.56506506506506,131.56556556556558,132.56606606606607,133.56656656656656,134.56706706706706,135.56756756756758,136.56806806806807,137.56856856856857,138.56906906906906,139.56956956956958,140.57007007007007,141.57057057057057,142.57107107107106,143.57157157157158,144.57207207207207,145.57257257257257,146.57307307307306,147.57357357357358,148.57407407407408,149.57457457457457,150.57507507507506,151.57557557557558,152.57607607607608,153.57657657657657,154.57707707707706,155.57757757757759,156.57807807807808,157.57857857857857,158.57907907907907,159.5795795795796,160.58008008008008,161.58058058058057,162.5810810810811,163.5815815815816,164.58208208208208,165.58258258258257,166.5830830830831,167.5835835835836,168.58408408408408,169.58458458458458,170.5850850850851,171.5855855855856,172.58608608608608,173.58658658658658,174.5870870870871,175.5875875875876,176.58808808808809,177.58858858858858,178.5890890890891,179.5895895895896,180.5900900900901,181.59059059059058,182.5910910910911,183.5915915915916,184.5920920920921,185.59259259259258,186.5930930930931,187.5935935935936,188.5940940940941,189.59459459459458,190.5950950950951,191.5955955955956,192.5960960960961,193.59659659659658,194.5970970970971,195.5975975975976,196.5980980980981,197.59859859859858,198.5990990990991,199.5995995995996,200.6001001001001,201.60060060060061,202.6011011011011,203.6016016016016,204.6021021021021,205.60260260260262,206.6031031031031,207.6036036036036,208.6041041041041,209.60460460460462,210.6051051051051,211.6056056056056,212.6061061061061,213.60660660660662,214.6071071071071,215.6076076076076,216.6081081081081,217.60860860860862,218.6091091091091,219.6096096096096,220.6101101101101,221.61061061061062,222.61111111111111,223.6116116116116,224.6121121121121,225.61261261261262,226.61311311311312,227.6136136136136,228.6141141141141,229.61461461461462,230.61511511511512,231.6156156156156,232.6161161161161,233.61661661661662,234.61711711711712,235.6176176176176,236.6181181181181,237.61861861861863,238.61911911911912,239.6196196196196,240.62012012012013,241.62062062062063,242.62112112112112,243.6216216216216,244.62212212212214,245.62262262262263,246.62312312312312,247.62362362362362,248.62412412412414,249.62462462462463,250.62512512512512,251.62562562562562,252.62612612612614,253.62662662662663,254.62712712712712,255.62762762762762,256.62812812812814,257.62862862862863,258.6291291291291,259.6296296296296,260.6301301301301,261.6306306306306,262.63113113113116,263.63163163163165,264.63213213213214,265.63263263263264,266.63313313313313,267.6336336336336,268.6341341341341,269.6346346346346,270.63513513513516,271.63563563563565,272.63613613613614,273.63663663663664,274.63713713713713,275.6376376376376,276.6381381381381,277.6386386386386,278.63913913913916,279.63963963963965,280.64014014014015,281.64064064064064,282.64114114114113,283.6416416416416,284.6421421421421,285.64264264264267,286.64314314314316,287.64364364364366,288.64414414414415,289.64464464464464,290.64514514514514,291.64564564564563,292.6461461461461,293.6466466466467,294.64714714714717,295.64764764764766,296.64814814814815,297.64864864864865,298.64914914914914,299.64964964964963,300.6501501501501,301.6506506506507,302.65115115115117,303.65165165165166,304.65215215215215,305.65265265265265,306.65315315315314,307.65365365365363,308.6541541541541,309.6546546546547,310.65515515515517,311.65565565565566,312.65615615615616,313.65665665665665,314.65715715715714,315.65765765765764,316.65815815815813,317.6586586586587,318.6591591591592,319.65965965965967,320.66016016016016,321.66066066066065,322.66116116116115,323.66166166166164,324.6621621621622,325.6626626626627,326.6631631631632,327.66366366366367,328.66416416416416,329.66466466466466,330.66516516516515,331.66566566566564,332.6661661661662,333.6666666666667,334.6671671671672,335.6676676676677,336.66816816816817,337.66866866866866,338.66916916916915,339.66966966966964,340.6701701701702,341.6706706706707,342.6711711711712,343.6716716716717,344.67217217217217,345.67267267267266,346.67317317317315,347.67367367367365,348.6741741741742,349.6746746746747,350.6751751751752,351.6756756756757,352.67617617617617,353.67667667667666,354.67717717717716,355.67767767767765,356.6781781781782,357.6786786786787,358.6791791791792,359.6796796796797,360.6801801801802,361.68068068068067,362.68118118118116,363.6816816816817,364.6821821821822,365.6826826826827,366.6831831831832,367.6836836836837,368.6841841841842,369.68468468468467,370.68518518518516,371.6856856856857,372.6861861861862,373.6866866866867,374.6871871871872,375.6876876876877,376.6881881881882,377.68868868868867,378.68918918918916,379.6896896896897,380.6901901901902,381.6906906906907,382.6911911911912,383.6916916916917,384.6921921921922,385.6926926926927,386.69319319319317,387.6936936936937,388.6941941941942,389.6946946946947,390.6951951951952,391.6956956956957,392.6961961961962,393.6966966966967,394.69719719719717,395.6976976976977,396.6981981981982,397.6986986986987,398.6991991991992,399.6996996996997,400.7002002002002,401.7007007007007,402.70120120120123,403.7017017017017,404.7022022022022,405.7027027027027,406.7032032032032,407.7037037037037,408.7042042042042,409.7047047047047,410.70520520520523,411.7057057057057,412.7062062062062,413.7067067067067,414.7072072072072,415.7077077077077,416.7082082082082,417.7087087087087,418.70920920920923,419.7097097097097,420.7102102102102,421.7107107107107,422.7112112112112,423.7117117117117,424.7122122122122,425.7127127127127,426.71321321321324,427.71371371371373,428.7142142142142,429.7147147147147,430.7152152152152,431.7157157157157,432.7162162162162,433.7167167167167,434.71721721721724,435.71771771771773,436.7182182182182,437.7187187187187,438.7192192192192,439.7197197197197,440.7202202202202,441.72072072072075,442.72122122122124,443.72172172172174,444.72222222222223,445.7227227227227,446.7232232232232,447.7237237237237,448.7242242242242,449.72472472472475,450.72522522522524,451.72572572572574,452.72622622622623,453.7267267267267,454.7272272272272,455.7277277277277,456.7282282282282,457.72872872872875,458.72922922922925,459.72972972972974,460.73023023023023,461.7307307307307,462.7312312312312,463.7317317317317,464.7322322322322,465.73273273273276,466.73323323323325,467.73373373373374,468.73423423423424,469.73473473473473,470.7352352352352,471.7357357357357,472.7362362362362,473.73673673673676,474.73723723723725,475.73773773773775,476.73823823823824,477.73873873873873,478.7392392392392,479.7397397397397,480.74024024024027,481.74074074074076,482.74124124124126,483.74174174174175,484.74224224224224,485.74274274274273,486.7432432432432,487.7437437437437,488.74424424424427,489.74474474474476,490.74524524524526,491.74574574574575,492.74624624624624,493.74674674674674,494.74724724724723,495.7477477477477,496.7482482482483,497.74874874874877,498.74924924924926,499.74974974974975,500.75025025025025,501.75075075075074,502.75125125125123,503.7517517517517,504.7522522522523,505.75275275275277,506.75325325325326,507.75375375375376,508.75425425425425,509.75475475475474,510.75525525525524,511.75575575575573,512.7562562562563,513.7567567567568,514.7572572572573,515.7577577577578,516.7582582582583,517.7587587587587,518.7592592592592,519.7597597597597,520.7602602602602,521.7607607607607,522.7612612612612,523.7617617617618,524.7622622622623,525.7627627627628,526.7632632632633,527.7637637637638,528.7642642642643,529.7647647647648,530.7652652652653,531.7657657657658,532.7662662662663,533.7667667667668,534.7672672672672,535.7677677677677,536.7682682682682,537.7687687687687,538.7692692692692,539.7697697697698,540.7702702702703,541.7707707707708,542.7712712712713,543.7717717717718,544.7722722722723,545.7727727727728,546.7732732732733,547.7737737737738,548.7742742742743,549.7747747747748,550.7752752752752,551.7757757757757,552.7762762762762,553.7767767767767,554.7772772772772,555.7777777777778,556.7782782782783,557.7787787787788,558.7792792792793,559.7797797797798,560.7802802802803,561.7807807807808,562.7812812812813,563.7817817817818,564.7822822822823,565.7827827827828,566.7832832832833,567.7837837837837,568.7842842842842,569.7847847847847,570.7852852852853,571.7857857857858,572.7862862862863,573.7867867867868,574.7872872872873,575.7877877877878,576.7882882882883,577.7887887887888,578.7892892892893,579.7897897897898,580.7902902902903,581.7907907907908,582.7912912912913,583.7917917917918,584.7922922922922,585.7927927927927,586.7932932932933,587.7937937937938,588.7942942942943,589.7947947947948,590.7952952952953,591.7957957957958,592.7962962962963,593.7967967967968,594.7972972972973,595.7977977977978,596.7982982982983,597.7987987987988,598.7992992992993,599.7997997997998,600.8003003003003,601.8008008008009,602.8013013013014,603.8018018018018,604.8023023023023,605.8028028028028,606.8033033033033,607.8038038038038,608.8043043043043,609.8048048048048,610.8053053053053,611.8058058058058,612.8063063063063,613.8068068068068,614.8073073073073,615.8078078078078,616.8083083083083,617.8088088088089,618.8093093093094,619.8098098098098,620.8103103103103,621.8108108108108,622.8113113113113,623.8118118118118,624.8123123123123,625.8128128128128,626.8133133133133,627.8138138138138,628.8143143143143,629.8148148148148,630.8153153153153,631.8158158158158,632.8163163163163,633.8168168168169,634.8173173173174,635.8178178178179,636.8183183183183,637.8188188188188,638.8193193193193,639.8198198198198,640.8203203203203,641.8208208208208,642.8213213213213,643.8218218218218,644.8223223223223,645.8228228228228,646.8233233233233,647.8238238238238,648.8243243243244,649.8248248248249,650.8253253253254,651.8258258258259,652.8263263263264,653.8268268268268,654.8273273273273,655.8278278278278,656.8283283283283,657.8288288288288,658.8293293293293,659.8298298298298,660.8303303303303,661.8308308308308,662.8313313313313,663.8318318318318,664.8323323323324,665.8328328328329,666.8333333333334,667.8338338338339,668.8343343343344,669.8348348348349,670.8353353353353,671.8358358358358,672.8363363363363,673.8368368368368,674.8373373373373,675.8378378378378,676.8383383383383,677.8388388388388,678.8393393393393,679.8398398398398,680.8403403403404,681.8408408408409,682.8413413413414,683.8418418418419,684.8423423423424,685.8428428428429,686.8433433433433,687.8438438438438,688.8443443443443,689.8448448448448,690.8453453453453,691.8458458458458,692.8463463463463,693.8468468468468,694.8473473473473,695.8478478478479,696.8483483483484,697.8488488488489,698.8493493493494,699.8498498498499,700.8503503503504,701.8508508508509,702.8513513513514,703.8518518518518,704.8523523523523,705.8528528528528,706.8533533533533,707.8538538538538,708.8543543543543,709.8548548548548,710.8553553553553,711.8558558558559,712.8563563563564,713.8568568568569,714.8573573573574,715.8578578578579,716.8583583583584,717.8588588588589,718.8593593593594,719.8598598598599,720.8603603603603,721.8608608608608,722.8613613613613,723.8618618618618,724.8623623623623,725.8628628628628,726.8633633633634,727.8638638638639,728.8643643643644,729.8648648648649,730.8653653653654,731.8658658658659,732.8663663663664,733.8668668668669,734.8673673673674,735.8678678678679,736.8683683683684,737.8688688688688,738.8693693693693,739.8698698698698,740.8703703703703,741.8708708708708,742.8713713713714,743.8718718718719,744.8723723723724,745.8728728728729,746.8733733733734,747.8738738738739,748.8743743743744,749.8748748748749,750.8753753753754,751.8758758758759,752.8763763763764,753.8768768768768,754.8773773773773,755.8778778778778,756.8783783783783,757.8788788788788,758.8793793793794,759.8798798798799,760.8803803803804,761.8808808808809,762.8813813813814,763.8818818818819,764.8823823823824,765.8828828828829,766.8833833833834,767.8838838838839,768.8843843843844,769.8848848848849,770.8853853853853,771.8858858858858,772.8863863863863,773.8868868868869,774.8873873873874,775.8878878878879,776.8883883883884,777.8888888888889,778.8893893893894,779.8898898898899,780.8903903903904,781.8908908908909,782.8913913913914,783.8918918918919,784.8923923923924,785.8928928928929,786.8933933933934,787.8938938938938,788.8943943943943,789.894894894895,790.8953953953954,791.8958958958959,792.8963963963964,793.8968968968969,794.8973973973974,795.8978978978979,796.8983983983984,797.8988988988989,798.8993993993994,799.8998998998999,800.9004004004004,801.9009009009009,802.9014014014014,803.9019019019019,804.9024024024025,805.902902902903,806.9034034034034,807.9039039039039,808.9044044044044,809.9049049049049,810.9054054054054,811.9059059059059,812.9064064064064,813.9069069069069,814.9074074074074,815.9079079079079,816.9084084084084,817.9089089089089,818.9094094094094,819.9099099099099,820.9104104104105,821.910910910911,822.9114114114114,823.911911911912,824.9124124124124,825.9129129129129,826.9134134134134,827.9139139139139,828.9144144144144,829.9149149149149,830.9154154154154,831.9159159159159,832.9164164164164,833.9169169169169,834.9174174174174,835.9179179179179,836.9184184184185,837.918918918919,838.9194194194195,839.91991991992,840.9204204204204,841.9209209209209,842.9214214214214,843.9219219219219,844.9224224224224,845.9229229229229,846.9234234234234,847.9239239239239,848.9244244244244,849.9249249249249,850.9254254254254,851.925925925926,852.9264264264265,853.926926926927,854.9274274274275,855.927927927928,856.9284284284284,857.9289289289289,858.9294294294294,859.9299299299299,860.9304304304304,861.9309309309309,862.9314314314314,863.9319319319319,864.9324324324324,865.9329329329329,866.9334334334334,867.933933933934,868.9344344344345,869.934934934935,870.9354354354355,871.935935935936,872.9364364364365,873.936936936937,874.9374374374374,875.9379379379379,876.9384384384384,877.9389389389389,878.9394394394394,879.9399399399399,880.9404404404404,881.9409409409409,882.9414414414415,883.941941941942,884.9424424424425,885.942942942943,886.9434434434435,887.943943943944,888.9444444444445,889.944944944945,890.9454454454454,891.9459459459459,892.9464464464464,893.9469469469469,894.9474474474474,895.9479479479479,896.9484484484484,897.9489489489489,898.9494494494495,899.94994994995,900.9504504504505,901.950950950951,902.9514514514515,903.951951951952,904.9524524524525,905.952952952953,906.9534534534534,907.9539539539539,908.9544544544544,909.9549549549549,910.9554554554554,911.9559559559559,912.9564564564564,913.9569569569569,914.9574574574575,915.957957957958,916.9584584584585,917.958958958959,918.9594594594595,919.95995995996,920.9604604604605,921.960960960961,922.9614614614615,923.961961961962,924.9624624624624,925.9629629629629,926.9634634634634,927.9639639639639,928.9644644644644,929.964964964965,930.9654654654655,931.965965965966,932.9664664664665,933.966966966967,934.9674674674675,935.967967967968,936.9684684684685,937.968968968969,938.9694694694695,939.96996996997,940.9704704704704,941.9709709709709,942.9714714714714,943.9719719719719,944.9724724724724,945.972972972973,946.9734734734735,947.973973973974,948.9744744744745,949.974974974975,950.9754754754755,951.975975975976,952.9764764764765,953.976976976977,954.9774774774775,955.977977977978,956.9784784784785,957.978978978979,958.9794794794794,959.9799799799799,960.9804804804805,961.980980980981,962.9814814814815,963.981981981982,964.9824824824825,965.982982982983,966.9834834834835,967.983983983984,968.9844844844845,969.984984984985,970.9854854854855,971.985985985986,972.9864864864865,973.986986986987,974.9874874874874,975.9879879879879,976.9884884884885,977.988988988989,978.9894894894895,979.98998998999,980.9904904904905,981.990990990991,982.9914914914915,983.991991991992,984.9924924924925,985.992992992993,986.9934934934935,987.993993993994,988.9944944944945,989.994994994995,990.9954954954954,991.9959959959959,992.9964964964965,993.996996996997,994.9974974974975,995.997997997998,996.9984984984985,997.998998998999,998.9994994994995,1000.0]} diff --git a/lib/node_modules/@stdlib/math/base/special/sqrt/scripts/fixtures/julia/runner.jl b/lib/node_modules/@stdlib/math/base/special/sqrt/scripts/fixtures/julia/runner.jl deleted file mode 100644 index ed4f57ab607f..000000000000 --- a/lib/node_modules/@stdlib/math/base/special/sqrt/scripts/fixtures/julia/runner.jl +++ /dev/null @@ -1,60 +0,0 @@ -#!/usr/bin/env julia -# -# @license Apache-2.0 -# -# Copyright (c) 2018 The Stdlib Authors. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -import JSON - -""" - gen( domain, filepath ) - -Generate fixture data and write to file. - -# Arguments - -* `domain`: domain -* `filepath::AbstractString`: filepath of the output file - -# Examples - -``` julia -julia> x = range( -1000, stop = 1000, length = 2001 ); -julia> gen( x, \"./data.json\" ); -``` -""" -function gen( domain, filepath ) - x = collect( domain ); - y = sqrt.( x ); - data = Dict([ - ("x", x), - ("expected", y) - ]); - outfile = open( filepath, "w" ); - write( outfile, JSON.json(data) ); - write( outfile, "\n" ); - close( outfile ); -end - -# Get the filename: -file = @__FILE__; - -# Extract the directory in which this file resides: -dir = dirname( file ); - -# Generate fixture data for decimal values: -x = range( 0.5, stop = 1000.0, length = 1000.0 ) -out = joinpath( dir, "data.json" ); -gen( x, out ); diff --git a/lib/node_modules/@stdlib/math/base/special/sqrt/scripts/precision.js b/lib/node_modules/@stdlib/math/base/special/sqrt/scripts/precision.js deleted file mode 100644 index dbbdd396160a..000000000000 --- a/lib/node_modules/@stdlib/math/base/special/sqrt/scripts/precision.js +++ /dev/null @@ -1,63 +0,0 @@ -/** -* @license Apache-2.0 -* -* Copyright (c) 2018 The Stdlib Authors. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ - -'use strict'; - -// TODO: clean-up - -// MODULES // - -var divide = require( 'compute-divide' ); -var mean = require( 'compute-mean' ); -var subtract = require( 'compute-subtract' ); -var abs = require( '@stdlib/math/base/special/abs' ); -var sqrt = require( './../lib' ); - - -// FIXTURES // - -var data = require( './fixtures/julia/data.json' ); - - -// MAIN // - -var customErrs; -var nativeErrs; -var yexpected; -var ycustom; -var ynative; -var x; -var i; - -x = data.x; -yexpected = data.expected; -ycustom = new Array( x.length ); -ynative = new Array( x.length ); -for ( i = 0; i < x.length; i++ ) { - if ( yexpected[ i ] === 0.0 ) { - yexpected[ i ] += 1e-16; - } - ycustom[ i ] = sqrt( x[ i ] ); - ynative[ i ] = Math.sqrt( x[ i ] ); -} - -customErrs = abs( divide( subtract( ycustom, yexpected ), yexpected ) ); -nativeErrs = abs( divide( subtract( ynative, yexpected ), yexpected ) ); - -console.log( 'The mean relative error of Math.sqrt compared to Julia is %d', mean( nativeErrs ) ); -console.log( 'The mean relative error of this module compared to Julia is %d', mean( customErrs ) );