Skip to content

feat: add support for computing the derivative of cardinal sine (cosc) #3122

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 69 commits into
base: develop
Choose a base branch
from

Conversation

RiyaChy072
Copy link

@RiyaChy072 RiyaChy072 commented Nov 16, 2024

Resolves #224

Description

What is the purpose of this pull request?

This pull request:

Related Issues

Does this pull request have any related issues?

This pull request:

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.

No.

Checklist

Please ensure the following tasks are completed before submitting this pull request.


@stdlib-js/reviewers

@stdlib-bot stdlib-bot added the Math Issue or pull request specific to math functionality. label Nov 16, 2024
Copy link
Contributor

@stdlib-bot stdlib-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👋 Hi there! 👋

And thank you for opening your first pull request! We will review it shortly. 🏃 💨

@RiyaChy072
Copy link
Author

@kgryte Can you please check if it's done? Thank you

@stdlib-bot
Copy link
Contributor

stdlib-bot commented Nov 17, 2024

Coverage Report

Package Statements Branches Functions Lines
math/base/special/cosc $\color{green}196/196$
$\color{green}+100.00\%$
$\color{green}11/11$
$\color{green}+100.00\%$
$\color{green}2/2$
$\color{green}+100.00\%$
$\color{green}196/196$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this PR.

@kgryte kgryte added Feature Issue or pull request for adding a new feature. Needs Review A pull request which needs code review. labels Nov 18, 2024
@AbhijitRaut04
Copy link
Contributor

AbhijitRaut04 commented Nov 25, 2024

Took them from SINC and added some changes

I think you didn't changed the expected values by running your cosc function for each of x values. That should be the reason for failing tests.

@RiyaChy072
Copy link
Author

RiyaChy072 commented Nov 26, 2024

@AbhijitRaut04 I just calculated some of the values and changed them accordingly. Should i run the cosc function locally and then get the values? Actually I'm just a beginner, that's why facing many issues and unable to perfectly execute

@AbhijitRaut04
Copy link
Contributor

@AbhijitRaut04 I just calculated some of the values and changed them accordingly. Should i run the cosc function locally and then get the values? Actually I'm just a beginner, that's why facing many issues and unable to perfectly execute

You can get expected values by running a for loop in another file (which will not contribute to PR) by writing code suggested in Readme.md file. Then you can run cosc( x ) and get the particular expected values by consoling and you can copy them.

@RiyaChy072
Copy link
Author

@AbhijitRaut04 Did what you suggested. The values were same. I mentioned with 3values after decimal point, but maybe the result wasn't coming with many 3values after decimal point. So i added .toFixed(3) for getting the same value as expected. Still the run_tests_coverage failed. What do you think i should do now?

@@ -0,0 +1 @@
{"expected":[0.0,-0.0004979484171856053,-0.0009841399885140729,-0.0014465974938411748,-0.001873915821329042,-0.0022555432153013566,-0.002582041805419834,-0.002845320985171439,-0.0030388378693467265,-0.003157759864523715,-0.0031990853139244606,-0.0031617192056659906,-0.0030465020362126353,-0.002856191071681028,-0.0025953944202871545,-0.002270459490870487,-0.0018893185364843,-0.0014612950408170098,-0.0009968756725717792,-0.0005074533850053559,-5.047953504107395e-6,0.0004979891943641825,0.0009892786084450267,0.0014567174418617138,0.0018887775777249986,0.002274789913622713,0.0026052077940286423,0.0028718430868188084,0.0030680690666735405,0.003188985079062221,0.003231538893921081,0.0031946036951719567,0.003079007765459827,0.002887516087604052,0.002624764266710047,0.002297146350598696,0.0019126592622949528,0.001480707628769972,0.0010118737685612493,0.0005176584631119219,1.0198861363700948e-5,-0.0004980295636934392,-0.0009945196882999979,-0.0014670405030020358,-0.0019039383969259704,-0.002294424540413871,-0.002628841279696403,-0.0028989009665132703,-0.0030978913172011774,-0.0032208422133739355,-0.00326464979997276,-0.0032281547830542373,-0.003112172953577059,-0.002919477137058461,-0.0026547309634748686,-0.0023243760378063583,-0.0019364752399723662,-0.0015005159652911758,-0.001027178106299872,-0.0005280724493664604,-1.545589339407222e-5,0.0004980695251135532,0.0009998664106766566,0.0014775729769418826,0.0019194075529372137,0.002314459127279241,0.0026529567659724818,0.002926511251937036,0.0031283229710997546,0.0032533508943310163,0.003298438456543866,0.00326239319062105,0.003146018108595766,0.0029520940078529984,0.002685313086918562,0.0023521654539889717,0.0019607812722298736,0.0015207323804181968,0.0010427982287369107,0.0005387018526958475,2.0822351418051697e-5,-0.0004981090785657377,-0.001005322090856745,-0.0014883214261299312,-0.0019351947067978814,-0.0023349062082004823,-0.002677569362315304,-0.002954691265781971,-0.003159383145946983,-0.0032865315700335456,-0.0033329261431463155,-0.003297340507108926,-0.003180564597991611,-0.0029853873174923,-0.0027165299926846776,-0.0023805322100585694,-0.0019855927834285998,-0.0015413697222672565,-0.0010587440800023894,-0.0005495534558027233,-2.6301676208954497e-5,0.0004981482239912289,0.0010108901837920985,0.0014992926896293514,0.0019513099269824446,0.0023557788460340265,0.002702694816065715,0.0029834590624454606,0.003191091767267006,0.003320405553214996,0.0033681350395562424,0.0033330192356046673,0.0032158346941821626,0.003019378557122128,0.0027484018570227975,0.002409494663957775,0.002010925852557115,0.0015624413845310434,0.001075026026713675,0.0005606343297113969,3.189745487887599e-5,-0.0004981869613324518,-0.0010165742915382609,-0.0015104938978460383,-0.0019677637111083822,-0.0023770906607018085,-0.0027283495464680823,-0.0030128334670749615,-0.0032234696116672655,-0.003354995067429716,-0.0034040882739307583,-0.003369452841914527,-0.0032518516229450554,-0.0030540901382987242,-0.002780949720741039,-0.0024390719606944716,-0.0020367972483311494,-0.0015839613357489504,-0.001091654880652145,-0.0005719518492535973,-3.761342874095078e-5,0.0004982252905318412,0.001022378171167947,0.0015219324882094376,0.0019845670090447563,0.0023988558592064244,0.0027545506808907545,0.0030428341171408273,0.003256538352768117,0.003390323296233511,0.003440809974044072,0.003406665806602925,0.003288639614979209,0.003089545442794039,0.0028141955360155855,0.002469284074977216,0.002063224466578198,0.0016059441504799085,0.0011086419229187027,0.0005835137095606349,4.3453501686560485e-5,-0.0004982632115330347,-0.0010283057431994059,-0.001533616221877156,-0.0020017312475315977,-0.0024210892676064023,-0.0027813160934166492,-0.003073481506728138,-0.0032903206101400993,-0.0034264144355852654,-0.003478325321881563,-0.0034446836804439013,-0.003326223960848225,-0.0031257688756715562,-0.0028481622162732953,-0.0025001518566542887,-0.002090225770078284,-0.001628405042528276,-0.0011259989296769795,-0.0005953279436442237,-4.942174911208309e-5,0.0004983007242796662,0.0010343611005830435,0.0015455532015407746,0.002019268356425221,0.0024438063651054985,0.0028086644459837766,0.0031047970337596863,0.0033248400014794723,0.0034632937497192768,0.0035166606118513114,0.0034835331435485407,0.003364631069569198,0.003162785921883737,0.0028828736893883916,0.0025316970791701855,0.0021178202310554437,0.0016513599003776449,0.001143738199612283,0.0006074029411455721,5.552242744295473e-5,-0.0004983378287165857,-0.001040548518285073,-0.001557751890422174,-0.002037190796694864,-0.002467023320419674,-0.002836615232277634,-0.0031368030503765147,-0.0033601211982765395,-0.003500987630758621,-0.003555843312895935,-0.003523242068456614,-0.003403888531130716,-0.003200623206669064,-0.0029183549544499247,-0.0025639424912796407,-0.0021460277765237355,-0.0016748253250103383,-0.001161872583236179,-0.0006197474683495501,-6.175998429688796e-5,0.0004983745247886269,0.0010468724635200573,0.001570221132549645,0.002055511590311878,0.002490757030600152,0.002865188824589519,0.003169522916727579,0.003396189985250863,0.0035395236623659747,0.0035959021348129865,0.0035638395875052563,0.0034440251832525124,0.003239308560047316,0.0029546321423858986,0.00259691187227384,0.0021748692367183297,0.0016988186702973905,0.0011804155141881586,0.0006323706895593717,6.813906934222675e-5,-0.0004984108124418531,-0.0010533376066790532,-0.0015829701744203663,-0.0020742443521781905,-0.0025150251625112746,-0.002894406523879812,-0.003202981058438294,-0.003433073323855914,-0.0035789306877536333,-0.0036368670991204738,-0.00360535616481757,-0.0034850711827247886,-0.0032788710857435607,-0.0029917325807501194,-0.002630630091004051,-0.002204366396855014,-0.0017233580861699474,-0.001199381042689853,-0.0006452821899462679,-7.466454590211034e-5,0.0004984466916222977,0.0010599488330143533,0.0015960086881562086,0.0020934033242626738,0.0025398461971736074,0.0029242906133038495,0.003237203028056906,0.00347079942018024,0.0036192388824060036,0.0036787696148350255,0.003647823673284301,0.003527058081699554,0.0033193412348973984,0.003029684863012243,0.0026651231690070472,0.002234542052492471,0.0017484625647933205,0.0012187838713316977,0.0006584919999888736,8.134150337040277e-5,-0.0004984821622772376,-0.001066711255137382,-0.0016093467962793224,-0.0021130034121211038,-0.002565239477209873,-0.002954864415482041,-0.003272215570802842,-0.003509397797605817,-0.0036604798318989884,-0.0037216425595647646,-0.003691275476948093,-0.0035700189093381,-0.0033607508849519876,-0.0030685189227173115,-0.0027004183480726107,-0.002265420068788891,-0.0017741519899950786,-0.0012386393933787395,-0.0006720106216383503,-8.817527050085159e-5,0.000498517224353906,0.0010736302264018885,0.0016229950982362409,0.002133060224000768,0.002591225257645969,0.0029861523538260355,0.00330804669497175,0.0035488993746164476,0.0037026866152389693,0.0037655203663567944,0.0037357465192371557,0.003613988259260146,0.0034031334241501426,0.003108266112921947,0.002736544162618248,0.0022970254439807916,0.0018004471902129562,0.0012589637338102466,0.0006858490563475613,9.517142964761325e-5,-0.0004985518778007949,-0.001080711355241041,-0.0016369646988212603,-0.002153590112741015,-0.0026178247603512532,-0.0030181800182567525,-0.003344725747388711,-0.003589336548186579,-0.003745893894182583,-0.0038104391167815476,-0.0037812734175394326,-0.003659002383279734,-0.003446523842110451,-0.0031489592913472677,-0.0027735305172788627,-0.002329384377434712,-0.0018273699952635265,-0.001279773793318108,-0.0007000188351267093,-0.00010233583203185616,0.0004985861225663366,0.0010879605205442054,0.001651267238654529,0.0021746102207105132,0.0026450602324217917,0.003050974235689144,0.003382283494334375,0.003630743283224622,0.0037901380090449408,0.0038564366407827476,0.0038278945646545333,0.0037050992919631983,0.0034909588269975552,0.0031906329117375796,0.002811408770151105,0.0023625243426653605,0.0018549432972521389,0.0013010872955213537,0.0007145320507927611,0.00010967461412752293,-0.0004986199586002391,-0.001095383888156867,-0.0016659149268954672,-0.0021961385280363276,-0.0026729550088480064,-0.0030845631456884472,-0.0034207522084155942,-0.0036731552085880258,-0.003835457081552563,-0.0039035526238738205,-0.0038756502377148556,-0.003752318862593936,-0.003536476869856068,-0.0032333231219556875,-0.002850211822183158,-0.002396474165743659,-0.0018831911159860532,-0.0013229228376689499,-0.000729401392607532,-0.00011719421525729847,0.0004986533858521337,0.0011029879286062277,0.0016809205763798618,0.0022181939044144776,0.0027015335798338228,0.0031189762817496777,0.0034601657618934943,0.003716609720242386,0.003881891125352535,0.003951828722319142,0.003924582715224827,0.0038007029551900286,0.0035831183767293805,0.0032770678694049025,0.0028899742132417537,0.0024312641095693027,0.0019121386692788332,0.0013452999451408507,0.0007446401835075916,0.0001249013965102919,-0.000498686404272945,-0.0011107794361543178,-0.0016962976413981126,-0.0022407961648112304,-0.002730821663179478,-0.003154244658690453,-0.0035005597270388582,-0.00376114609219053,-0.003929482164852002,-0.004001308687002701,-0.003974736402933296,-0.003850295537282631,-0.0036309257892521546,-0.0033219070144208536,-0.002930732225449789,-0.002466925964521319,-0.0019418124485833497,-0.001368239130077827,-0.0007602624201610082,-0.00013280326109271938,0.0004987190138135041,0.0011187655493018677,0.001712060258343741,0.002263966129405304,0.0027608462821736048,0.00319040086670408,0.0035419714841371133,0.0038068055958650603,0.00397827436312883,0.004052038496758475,0.004026157969326973,0.0039011428182383874,0.0036799437144705953,0.003367882452348414,0.002972523994440541,0.002503493146061756,0.001972240300425282,0.0013917619545153609,0.0007762828160985754,0.0001409072762459341,-0.000498751214425952,-0.0011269537728676021,-0.0017282232894953666,-0.002287725688147475,-0.0027916358494945565,-0.003227479172668968,-0.0035844403378348733,-0.003853631628745344,-0.004028314159732833,-0.00410406650201642,-0.004078896491613337,-0.003953293393987211,-0.0037302190647274754,-0.003415038245086422,-0.003015389629249405,-0.0025410007999179213,-0.002003451514168219,-0.0014158910984247287,-0.0007927168482044509,-0.00014922129686829603,0.0004987830060623196,0.0011353520017919668,0.0017448023702120214,0.0023120978703630836,0.0028232202576643542,0.003265515629379815,0.0036280076425864788,0.0039016698530433777,0.004079650419280244,0.004157443579707545,0.004133003613153557,0.0040067984031086894,0.003781801208532114,0.0034634207629714703,0.003059371341631531,0.0025794859155436026,0.0020354769166868003,0.001440650433117972,0.000809580806869352,0.00015775359100368895,-0.0004988143886759659,-0.0011439685468184455,-0.0017618139598620337,-0.0023371069198578395,-0.0028556309766647717,-0.003304548193428921,-0.003672716938044913,-0.003950968345388164,-0.004132334591842,-0.004212223300471078,-0.0041885337134062684,-0.004061711695331435,-0.003834742133435919,-0.0035130788379586146,-0.003104513585685571,-0.002618987448624658,-0.002068348974596193,-0.0014660651005107062,-0.0008268918501536366,-0.00016651286736473167,0.0004988453622201207,0.001152812162233677,0.001779275396828912,0.002362778376046668,0.0028889011593813633,0.003344616852551425,0.003718614095326008,0.004001577758542031,0.004186420886231281,0.00426846210931905,0.004245544091558453,0.0041180900136112,0.00388909662204386,0.0035640639291636806,0.0031508632087512657,0.002659546453486447,0.0021021019047454403,0.0014921615988015187,0.0008446680623330474,0.00017550830508916387,-0.0004988759266493618,-0.001161892075855331,-0.0017972049579859917,-0.0023891391616713644,-0.0029230657556224377,-0.0033857637633289235,-0.003765747475181695,-0.004053551496290331,-0.004241966457418358,-0.004326219521038878,-0.0043040951651462525,-0.0041759931910834505,-0.003944922442412582,-0.0036164303019479366,-0.0031984696146588124,-0.0027012062263444907,-0.002136771793770344,-0.0015189678751761518,-0.0008629285172529031,-0.0001847495859371765,0.0004989060819181181,0.001171218021489431,0.001815621923063279,0.0024162176777453677,0.0029581616355329,0.003428033400252026,0.0038141680992259076,0.0041069459027759676,0.004299031609433661,0.004385558331756163,0.004364250685113706,0.004235484364325886,0.004002280554228679,0.0036702352218526595,0.0032473849405272276,0.0027440124604536926,0.0021723967275787473,0.0015465134262239314,0.0008816933469513917,0.00019424692917314562,-0.0004989358279821871,-0.00118080027409129,-0.0018345466443885374,-0.002444043906424473,-0.0029942277233235655,-0.0034714727172461034,-0.0038639298354905707,-0.00416182046768777,-0.004357680015274515,-0.004446544848238485,-0.004426077968918025,-0.00429663020453047,-0.004061235332311548,-0.003725539164843909,-0.0032976642484385324,-0.00278801341432119,-0.002209016931750107,-0.0015748294068192038,-0.0009009838160769917,-0.0002040111293898457,0.0004989651647971963,0.0011906496879029755,0.001854000622527379,0.00247264952259193,0.0030313051423310907,0.003516131322897338,0.003915089599727332,0.004218238048875759,0.004417978955500211,0.0045092491367007045,0.004489648153473979,0.004359501168362803,0.004121854809166118,0.003782406045486839,0.003349365733473225,0.002833260094286147,0.0022466749239332625,0.001603948748318357,0.0009208224026722554,0.0002140535975756675,-0.0004989940923201636,-0.0012007777378588993,-0.0018740065884190315,-0.0025020680150257975,-0.0030694373725496556,-0.0035620616707499387,-0.003967707574039605,-0.004276265114142462,-0.004479999577396246,-0.004573745293074292,-0.004555036469934834,-0.004424171770494853,-0.004184210938504212,-0.0038409034648629265,-0.0034025509497552704,-0.0028798064529203336,-0.002285415679457893,-0.001633906287010624,-0.0009412328859753212,-0.0002243864057470228,0.0004990226105079152,0.0012111965645976927,0.0018945885926617018,0.002532334818128306,0.0031086704218984186,0.0036093192662131927,0.004021847444607473,0.004335972004167912,0.004543817176805342,0.00464011173693275,0.004622322542542066,0.004490720880025752,0.004248379881883172,0.0039011029802484038,0.003457285056356873,0.002927709604868079,0.0023252868115176983,0.001664738903877841,0.0009622404419539777,0.00023502233551934661,-0.0004990507193186902,-0.001221919023445403,-0.0019157721026907203,-0.0025634874553012907,-0.003149053012647872,-0.003657962891790274,-0.004077576660482938,-0.004397433218752754,-0.0046095115049737305,-0.004708431531524252,-0.004691590714039125,-0.004559232043271503,-0.004314442320859904,-0.003963080398819343,-0.0035136370851241356,-0.0029770300619459526,-0.002366338767438618,-0.0016964856768440163,-0.0009838717473853724,-0.0002459749310211105,0.0004990784187105133,0.0012329587377918046,0.001937584108669108,0.0025955656951928766,0.0031906367845885584,0.003708054852554489,0.004134966715663405,0.004460727728830894,0.004677167103040538,0.004778792732657876,0.0047629304004462095,0.004629793835699608,0.004382483797353004,0.004026916097914493,0.0035716802327426353,0.0030278319895318258,0.002408625042738683,0.0017291880468313775,0.0010061550933810979,0.000257258556617783,-0.0004991057086428458,-0.0012443301573194486,-0.00196005323902232,-0.00262861172217786,-0.0032334765167283713,-0.0037596612440242093,-0.004194093456927031,-0.004525939316996899,-0.004746873667121443,-0.004851288769524329,-0.004836436478333121,-0.004702500246127501,-0.004452595085229361,-0.004092695374704395,-0.00363149217963671,-0.003080183486532642,-0.0024522024148836115,-0.001762889999112639,-0.001029120509375415,-0.0002688884599578775,0.0004991325890751277,0.0012560486216152238,0.0019832098866509633,0.0026626703226140984,0.0032776303695147735,0.003812852244862413,0.00425503742021364,0.0045931569496381495,0.004818726447300286,0.004926018860914603,0.0049122097081178645,0.004777451096687194,0.0045248725965120525,0.004160508828461759,0.00369315543862843,0.0031341568914942967,0.002497131198891782,0.0017976382616219783,0.0010527998987214108,0.0002808808409249539,-0.0004991590599673905,-0.001268130429746832,-0.002007086346997732,-0.0026977890885985433,-0.0033231601498391965,-0.0038677024371222344,-0.00431788419869166,-0.0046624751841449616,-0.004892826684262159,-0.00500308847073524,-0.004990357197361619,-0.004854752502503775,-0.004599418826029224,-0.004230452779039355,-0.0037567577366424847,-0.0031898291177523837,-0.0025434755272024895,-0.0018334825221112672,-0.0010772271871774145,-0.0002932529271535201,0.0004991851212808195,0.0012805929164737,0.0020317169692812696,0.002734018641177403,0.0033701316013577025,0.003924291157115461,0.0043827248460450085,0.004733994615120348,0.004969282087775558,0.005082609807218276,0.005070992908540356,0.004934517375537622,0.0046763428388188755,0.004302629725616512,0.0038223924331743596,0.0032472820208839064,0.002591303656543708,0.0018704756662674044,0.001102438485742836,0.0003060230568437195,-0.0004992107729767691,-0.0012934545358373121,-0.0020571383223919448,-0.0027714128752081325,-0.003418614723000364,-0.003982702880372353,-0.004449656318979023,-0.004807822364015872,-0.005048207361780579,-0.0051647023707949305,-0.005154238216354864,-0.005016865977622425,-0.00475576080516197,-0.004377148850312425,-0.0038901589797166376,-0.003306602802156573,-0.0026406883048833213,-0.0019086740391963822,-0.0011284722694826124,-0.0003192107697180752,0.0004992360150173086,0.0013067349529809705,0.002083389377130332,0.002810029228366162,0.0034686841189110838,0.004043027644622638,0.004518781963465712,0.004884072617206557,0.0051297247814656565,0.00524949355625904,0.005240222520311385,0.005101926528395135,0.004837796588765052,0.004454126571867653,0.003960163424899833,0.0033678844521541663,0.0026917070219641434,0.0019481377329887916,0.001155369574205037,0.00033283690706444556,-0.0004992608473651126,-0.0013204551451590709,-0.002110511706700611,-0.0028499289771196233,-0.0035204193834989695,-0.004105361515251484,-0.004590212049858264,-0.004962867218188989,-0.005213964828439405,-0.005337119315601866,-0.005329083919074996,-0.005189835874581361,-0.0049225823943547355,-0.004533687155300853,-0.004032518970743513,-0.003431226239326559,-0.0027444425973930627,-0.00198893090345579,-0.0011831742131067637,-0.0003469237219449453,0.0004992852699834612,0.001334637513027222,0.002138549707627634,0.0028911775628799184,0.003573905525780575,0.004169807098291436,0.004664064362702018,0.0050443363203623295,0.005301066890937123,0.005427724888771913,0.0054209699539874675,0.005280740227984156,0.005010259481806343,0.004615963384254445,0.0041073465861544605,0.003496734248862375,0.0027989835108012304,0.0020311221195462256,0.001211933015790789,0.0003614950007958476,-0.0004993092828362403,-0.001349306003455068,-0.002167550843566953,-0.002933844951979487,-0.003629233437771507,-0.00423647410671219,-0.004740464851877603,-0.005128619107748382,-0.005391180036965443,-0.0055214656106216805,-0.005516038430169592,-0.005374795980547332,-0.005100978954919898,-0.0047010973036822395,-0.0041847756846658795,-0.003564521978037302,-0.002855424429223849,-0.0020747847494479673,-0.001241696092400159,-0.0003765761978162575,0.0004993328858879418,0.0013644862452781303,0.002197565914824165,0.0029780060336419465,0.0036865004123560227,0.004305479986582424,0.004819548352648121,0.005215864592045647,0.005484463869405808,0.005618507803472118,0.0056144583248202125,0.005472170606050852,0.005194902634108511,0.004789241041616164,0.00426494487440376,0.0036347109950666994,0.0029138667575810077,0.002119997387946734,0.0012725171260012716,0.00039219458374272734,-0.0004993560791036628,-0.0013802056996074816,-0.002228649356802987,-0.003023741060706416,-0.003745810716841524,-0.004376950610621241,-0.0049014593832697444,-0.005306232495619118,-0.0055810894733952805,-0.005719029766083681,-0.0057164107937097515,-0.0055730436593746996,-0.005292204023601741,-0.004880557720013452,-0.0043480027894247505,-0.0037074316695068334,-0.002974419248993278,-0.0021668443302790726,-0.0013044536968056491,-0.0004083794108390892,0.0004993788624491068,0.0013964938265517643,0.0022608595710706075,0.003071136138562334,0.0038072762293109965,0.004451021047755252,0.004986353030091614,0.005399894231433152,0.005681240467815142,0.005823222871405137,0.0058220902884803544,0.00567760788587446,0.005393069385325811,0.0049752224661573485,0.004434109012914148,0.0037828239834388124,0.003037198682660485,0.0022154160984898313,0.001337567642349765,0.00042516209620153196,-0.0004994012358905829,-0.001413382270481044,-0.002294259293276324,-0.0031202837685617006,-0.0038710171459441123,-0.0045278364185797,-0.005074395931549558,-0.005497033992576092,-0.005785114174483438,-0.005931292787319428,-0.005931705799250733,-0.0057860704552892585,-0.005497698933444512,-0.005073423537804843,-0.0045234351043086955,-0.003861038434053021,-0.0031023306181918254,-0.002265810027208975,-0.0013719254583731547,-0.0004425764257956385,0.0004994231993950062,0.0014309050662837338,0.002328916002800086,0.0031712834531242825,0.003937162768715742,0.004607552848123224,0.0051657673741894745,0.005597849965947223,0.005892922920715492,0.00604346083677062,0.006045482239232985,0.00589865433680216,0.0056063081656796115,0.005175363577291166,0.004616165744253739,0.0039422370398797205,0.0031699502366417673,0.002318130916824251,0.0014075987458627799,0.00046065878201354227,-0.0004994447529298979,-0.0014490988694453005,-0.0023649023797592404,-0.003224242370864638,-0.004005852384333669,-0.004690338529078103,-0.005260660515888773,-0.005702555686933521,-0.006004895493344948,-0.006159965516198533,-0.006163661990663994,-0.006015599834457481,-0.005719129350038298,-0.00528126101217035,-0.004712500013473497,-0.004026594464822248,-0.0032402032801042424,-0.0023724917632710714,-0.0014446647105886001,-0.0004794483979762931,0.0004994658964633853,0.0014680032132216182,0.002402296815886421,0.003279276131380149,0.004077236246987845,0.004776374910732589,0.005359283753837758,0.0058113815545614185,0.006121278765158374,0.006281064194202998,0.0062865066344118545,0.0061371663051847155,0.005836413188532,0.005391351622764299,0.004812652824190476,0.004114299276403143,0.003313247103609064,0.002429014575136549,0.0014832067224623852,0.00049898764232188,-0.0004994866299642018,-0.0014876607967040138,-0.0024411839868356293,-0.003336509620886159,-0.004151476679503171,-0.004865858031292078,-0.0054618622576696665,-0.005924576529748495,-0.006242339518075985,-0.006407035015899065,-0.006414298889231547,-0.006263634085278337,-0.0059584306829663135,-0.005505890300295326,-0.004916856525754135,-0.004205555357299137,-0.003389251855298386,-0.002487831290511065,-0.0015233149432513535,-0.0005193223388304313,0.0004995069534018319,0.0015081178081936151,0.002481655494709924,0.003396077951716217,0.004228749309879922,0.004959000014178264,0.005568639691477361,0.006042410043000381,0.006368366491416408,0.006538179042619891,0.006547344790928543,0.006395306655450966,0.006085475232027197,0.005625153023194407,0.005025362709726539,0.004300583492403815,0.003468401803513102,0.0025490848080893997,0.0015650870325921698,0.000540502125959515,-0.0004995268667459349,-0.0015294242890396418,-0.002523810591072749,-0.003458127530881927,-0.004309244463048439,-0.005056030752344932,-0.0056798801524359024,-0.006165174142321336,-0.006499672688346078,-0.006674822661613705,-0.006685976146785181,-0.006532513079655107,-0.006217864993821124,-0.005749439083839183,-0.00513844424394292,-0.004399623157422036,-0.00355089683257666,-0.002612930149483023,-0.0016086289439431784,-0.0005625808622302939,0.0004995463699672048,0.0015516345439747503,0.002567756992455373,0.003522817265481432,0.004393168731053918,0.0051571998087626405,0.00579587035849868,0.006293185917383429,0.00663659797929637,0.006817320306335428,0.006830553306687212,0.0066756107589302964,0.0063559455539161066,0.005879073603542854,0.0052563975701654195,0.004502934539498232,0.0036369541328365278,0.002679535772645588,0.0016540558241312868,0.0005856170844319539,-0.0004995654630368001,-0.001574807605029865,-0.0026136118024667624,-0.0035903199258494715,-0.004480746748942261,-0.005262778566147284,-0.005916922123318421,-0.006426790242315971,-0.006779512047935621,-0.00696605753506431,-0.006981468299673631,-0.006824988548794429,-0.006500092945987263,-0.006014410380286908,-0.005379545306061812,-0.004610800825773317,-0.003726810115047434,-0.0027490850598400076,-0.0017014930325724936,-0.0006096745268524057,0.0004995841459264859,0.0015990077573746666,0.002661502557124518,0.00366082369106865,0.004572223208487779,0.005373062664920417,0.006043375163372362,0.006566362887066885,0.006928817733460248,0.007121454524150196,0.007139148393392101,0.006981070297430318,0.006650717080657745,0.006155835121716455,0.005508239199596709,0.004723530802254397,0.0038207225846256412,0.0028217780078207697,0.001751077299161873,0.0006348227112328063,-0.0004996024186086334,-0.0016243051369436027,-0.0027115684130571555,-0.0037345339059533106,-0.004667865147774014,-0.0054883747755184375,-0.006175600290505054,-0.006712314056442612,-0.007084954832834188,-0.007283970042533686,-0.007304060144513753,-0.007144318872459579,-0.0068082656483729465,-0.00630376912560896,-0.005642863492807218,-0.004841461813221321,-0.003918973217882978,-0.0028978331530358048,-0.0018029580433547453,-0.000661137618945707,0.0004996202810562207,0.0016507764115494547,0.002763961501886978,0.0038116750840514395,0.00476796456174382,0.005609067759797775,0.006314003053072047,0.00686509242701998,0.0072484044385550265,0.007454105986715664,0.007476714020971239,0.007315240756871837,0.00697322857456826,0.00645867348177893,0.005783838762709905,0.004964963140903979,0.004021870390332069,0.002977489770878448,0.0018572988812404086,0.0006887024590844695,-0.0004996377332428323,-0.0016785055594146566,-0.0028188484785587834,-0.0038924931978167655,-0.004872841387469698,-0.005735528286773773,-0.006459027900989132,-0.00702518976560601,-0.007419693902059468,-0.007632412570596073,-0.007657669692472181,-0.00749439131022715,-0.0071461431205133005,-0.006621053883690652,-0.005931626320208761,-0.005094439876749037,-0.00412975241688066,-0.0030610103956079625,-0.0019142793526266359,-0.0007176085488191038,0.0004996547751426591,0.0017075847617731318,0.0028764122968070907,0.003977258305157144,0.00498284692843379,0.005868180980738414,0.006611162964793749,0.0071931462293892065,0.007599402530636992,0.007819494283229648,0.007847542104792373,0.007682380810259297,0.007327599741707257,0.006791466155552376,0.006086733263927448,0.005230337369769898,0.004242991275637051,0.003148683716845993,0.001974096906540806,0.0007479563256406181,-0.0004996714067304989,-0.001738115429529981,-0.002936854251610923,-0.00406626757144897,-0.005098367795032375,-0.006007493195508426,-0.0067709455569826904,-0.007369556468131376,-0.007788168147512269,-0.008016016750413116,-0.008047008476746451,-0.007879881413354087,-0.007518248838415677,-0.006970522622169472,-0.006249718305618962,-0.005373146354899208,-0.004361996901685738,-0.0032408279199805166,-0.002036969191411513,-0.0007798565151358726,0.0004996876279817562,0.001770209388071569,0.0030003963366801744,0.004159848758271796,0.005219830454435312,0.00615398052791303,0.006938968526270473,0.007555076673659634,0.007986694671629482,0.008222714664223712,0.008256816387595532,0.008087635201188133,0.007718808560978605,0.0071588994753847635,0.006421198508172137,0.005523408885788824,0.004487222155278088,0.0033377945519282148,0.0021031367059087002,0.0008134314829056422,-0.000499703438872442,-0.0018039902493973679,-0.003067283975158818,-0.004258364265178828,-0.005347706502646116,-0.006308213207596361,-0.0071158876231350015,-0.007750432752783476,-0.008195760906976714,-0.008440400979594465,-0.008477793158440083,-0.00830646351654873,-0.007930073867307213,-0.0073573453238827856,-0.006601857107479762,-0.005681725223228556,-0.0046191685913440795,-0.00343997301124608,-0.002172865878491089,-0.000848816805416778,0.0004997188393791741,0.0018395950070607538,0.0031377891943448924,0.0043622158295575945,0.00548251879613691,0.006470823530053587,0.007302430069540686,0.00795642983820608,0.008416230772783183,0.008669977620587218,0.008710856775759574,0.008537277835914221,0.008152927073374361,0.007566691154240954,0.0067924526271774775,0.005848761863716986,0.004758393185276712,0.003547795783489767,0.002246452658789748,0.0008861631022999444,-0.0004997338294791775,-0.0018771758973029884,-0.00321221433100436,-0.004471850013078171,-0.005624848611131677,-0.006642514537169457,-0.007499404568950085,-0.008173963400150804,-0.008649065257907065,-0.008912447993631547,-0.008957028661184158,-0.008781092482245416,-0.008388350191923908,-0.007787861982682491,-0.006993829542630063,-0.006025260934597521,-0.00490551620515694,-0.0036617445702319786,-0.0023242267229033843,-0.0009256381823074528,0.0004997484091502838,0.0019169025796951778,0.0032908963737016744,0.004587764632723605,0.005775344037248705,0.006824070196554876,0.007707713047173838,0.008404032282078013,0.008895336448238294,0.009168931673829792,0.009217448662096237,0.009039039551906143,0.008637439423280494,0.00802189054207004,0.0072069308103380825,0.006212051235057717,0.005061230465070703,0.0037823574949215487,0.0024065564186282855,0.0009674295674134457,-0.0004997625783709313,-0.0019589647031661435,-0.003374212073684432,-0.0047105163317371,-0.005934729861138727,-0.00701636739054331,-0.00792836448357954,-0.00864775406075006,-0.009156244058995261,-0.009440681717724978,-0.009493392727115867,-0.009312386519058333,-0.008901422249298773,-0.008269933431326915,-0.007432812654895259,-0.006410061269489353,-0.005226312250712162,-0.003910237612970433,-0.0024938546071045717,-0.0010117474751470943,0.0004997763371201655,0.0020035749392887845,0.003462583987844246,0.004840729533390602,0.0061038192581056505,0.007220390101644551,0.008162491280137086,0.008906383228972753,0.009433135009774935,0.009729105167362266,0.009786293844752715,0.009602557095107062,0.009181677692858837,0.008533290260114216,0.007672662102749089,0.006620334705659712,0.0054016342808136195,0.004046063010037322,0.0025865855963589407,0.0010588283592409028,-0.0004997896853776387,-0.00205097258519768,-0.0035564876582846873,-0.004979107081491587,-0.006283527689693456,-0.007437246278714156,-0.008411368728706002,-0.009181332825301973,-0.009727526716384924,-0.010035787453696708,-0.010097766970372691,-0.009911156067689896,-0.009479760448602735,-0.00881342645756093,-0.007927817877065648,-0.006844048800851644,-0.005588181161158136,-0.004190598845406027,-0.0026852734125083896,-0.0011089391344622614,0.0004998026231236104,0.0021014278649721407,0.0036564601859800858,0.005126442950356316,0.00647488950859523,0.007668187994082764,0.008676438283004689,0.009474200297950855,0.010041134949701522,0.010362521592814119,0.010429638856830072,0.01023999903404854,0.009797429776316572,0.00911200059013373,0.008199795430191765,0.007082536482775649,0.00578706790892566,0.0043447117920560625,0.002790511719708866,0.0011623822450053728,-0.0004998151503389469,-0.0021552470927320567,-0.003763110524900982,-0.005283637509551593,-0.006679077906832461,-0.007914635665988832,-0.008959335531986636,-0.0097867986025394,-0.010375907341593256,-0.01071134331031862,-0.010783983952346933,-0.010591148192132959,-0.010136684290920787,-0.009430897264079186,-0.0084903171022179,-0.007337312959898937,-0.005999562283412168,-0.004509387448960357,-0.0029029757854541617,-0.0012195017797111186,0.0004998272670051219,0.0022127789058054284,0.0038771319133282475,0.005451715963279508,0.0068974290198050275,0.008178207336127728,0.009261924021310554,0.010121193812462388,0.01073406392005948,0.011084573547377905,0.011163167855840832,0.01096695567991756,0.010499804102458802,0.00977226699134646,0.008801348673583398,0.007610107983526702,0.006227111867964588,0.0046857514647080855,0.003023437000742889,0.0012806908953553464,-0.0004998389731042158,-0.002274421835964055,-0.003999316978568101,-0.005631850762340595,-0.007131471232654131,-0.00846075427748175,-0.009586336400759704,-0.010479750890638568,-0.011118146456355518,-0.011484870223983422,-0.01156990025341489,-0.011370116387791783,-0.010889402183820174,-0.010138574801233098,-0.009135143951220975,-0.007902905213460468,-0.006471377125873054,-0.00487509532933025,-0.003152780615042457,-0.001346400886507567,0.0004998502686189164,0.002340633566277561,0.004130576210748532,0.005825389024356908,0.007382961047751267,0.008764404588953112,0.009935024818272702,0.010865189766344709,0.011531078943048102,0.01191529170012241,0.012007299840468286,0.011803732751077144,0.011308487412946367,0.010532659921096364,0.00949429952644526,0.008217990581521268,0.006734272026314245,0.0050789080839449925,0.0032920275482569024,0.0014171523444164776,-0.0004998611535325186,-0.0024119423282804933,-0.004271960716259689,-0.006033886318456931,-0.007653927293463686,-0.009091616947969672,-0.010310823079117648,-0.011280654529437162,-0.011976242246615457,-0.012379375139769267,-0.012478974519597449,-0.01227139481779388,-0.011760542506896118,-0.010957809582676706,-0.00988182251890185,-0.008558012147395192,-0.007018014343138497,-0.0052989155953275845,-0.003442361416709588,-0.0014935489886831372,0.0004998716278289244,0.0024889610399411273,0.004424690453950987,0.006259148607228472,0.007946726028588931,0.009445247394025387,0.010717023904460795,0.011729799466980577,0.012457566967998242,0.012881234026972468,0.012989121238799589,0.012777279964959283,0.012249621120025238,0.01141785101478432,0.010301215047417406,0.008926054764172664,0.0073251884244305825,0.005537129588137686,0.0036051622875877326,0.0015762949496619493,-0.0004998816914927914,-0.0025724049855013645,-0.004590189559913259,-0.006503284740106256,-0.00826410928824345,-0.009828632983852033,-0.011157475749066484,-0.012216896927351098,-0.012979649911765305,-0.01342568052680455,-0.013542651320281375,-0.013326278128651059,-0.012780469839135626,-0.01191726707436337,-0.01075658045299994,-0.00932573401241398,-0.007658824195577588,-0.005795909385283268,-0.0037820492007743915,-0.0016662165495358848,0.0004998913445089461,0.0026631141174971538,0.00477013092766235,0.0067687727305811955,0.008609311920774534,0.010245697509493373,0.011636705209578624,0.012746973757611902,0.013547901476296881,0.014018380403549201,0.014145349210283263,0.013924150503129907,0.013358682855896302,0.012461342919452703,0.011252758102018584,0.00976131546474939,0.008022497514517292,0.006078040372536607,0.003974934235069368,0.0017642900102140923,-0.0004999005868632548,-0.0027620814550023795,-0.0049664930020716334,-0.007058544233101008,-0.008986162324739762,-0.010701086379985947,-0.012160073278409874,-0.01332598555263255,-0.014168733985685347,-0.014666051071562288,-0.014804075531180369,-0.014577732631325226,-0.01399090000536382,-0.013056353901713934,-0.011795496162110052,-0.010237867625189771,-0.00842045892941534,-0.00638683472261581,-0.004186091948690948,-0.0018716770589677124,0.0004999094185420486,0.00287048961502302,0.005181632877782936,0.007376093329870268,0.009399225129245892,0.011200340504971734,0.012733976888613273,0.013961041533492402,0.014849804875587623,0.015376717471201845,0.015527029563466578,0.015295197081771052,0.014685063051126261,0.013709808857247924,0.012391675444855458,0.010761460183788627,0.008857800681197014,0.006726262111548684,0.004418249548285629,0.0019897711891188065,-0.0004999178395322659,-0.0029897583307750167,-0.005418381437338485,-0.007725618200310448,-0.009853987110754086,-0.011750123003712042,-0.013366111842978676,-0.014660698091045404,-0.015600334323726319,-0.016160046474455167,-0.016324092491425985,-0.016086397156987883,-0.015450751233894125,-0.01443076883642403,-0.013049602836854107,-0.01133942406496496,-0.009340675894370185,-0.007101121390555302,-0.004674705383281189,-0.0021202584910250057,0.0004999258498214523,0.0031216070153280927,0.005680168691896224,0.00811220788424745,0.01035710244503576,0.012358518460985912,0.01406582010540616,0.01543534676709281,0.0164315253418428,0.017027789454111136,0.01720728197172487,0.016963322376947847,0.016299626238109367,0.01523027005054772,0.013779400937706705,0.011980696971165165,0.009876590028559139,0.0075172690089661464,0.004959486720135837,0.0022651987038900872,-0.0004999334493977613,-0.0032681382378879765,-0.005971191135590831,-0.008542091822640277,-0.010916720628327143,-0.013035433339911882,-0.014844554818168681,-0.01629773412717272,-0.01735712708081612,-0.017994376158632423,-0.018191362554092323,-0.01794071057576574,-0.01724603059531682,-0.016121893082504484,-0.014593532832559097,-0.012696289115624747,-0.010474793999178085,-0.007981927351863769,-0.005277562875973007,-0.002427134790205834,0.0004999406382499534,0.0034319507492050765,0.006296638515645208,0.009022978255544349,0.011542931513181105,0.01379313982622832,0.015716512391245194,0.017263668974895407,0.018394201740041794,0.019077723889096176,0.019294678073157472,0.019036883255541804,0.01830780501559801,0.017122540982044753,0.015507520032454175,0.013499920917995685,0.011146822898354138,0.008504107630408701,0.0056351377808999265,0.002609243472602071,-0.0004999474163673963,-0.003616295024378269,-0.006663006176108738,-0.009564520720248104,-0.012248379345277055,-0.014647026851347274,-0.016699506154456256,-0.018353000702765035,-0.019564186441956236,-0.02030035889874853,-0.02054030625648175,-0.020274905349463867,-0.019507424159823372,-0.018253521502547703,-0.016540941959918513,-0.014408911596615046,-0.011907247368846102,-0.009095200253482405,-0.006040058790253993,-0.002815545785387743,0.0004999537837400654,0.003825291230864221,0.007078533177597518,0.010178973033506908,0.013049125734071241,0.015616656616311184,0.01781619660230772,0.019590998332757507,0.020894391493352135,0.02169100022536502,0.02195769110143211,0.021684226547443234,0.020873605650342932,0.019542081840961685,0.017718854799131892,0.015445441904884439,0.012774742459901284,0.009769815533596396,0.0065023994595077815,0.0030512075413408474,-0.0004999597403585432,-0.004064240946168138,-0.007553829533469238,-0.010882128020591146,-0.013965887828077738,-0.01672728214438614,-0.019095860432197388,-0.021010335728581388,-0.02242015964433271,-0.023286844851593526,-0.023585000752886786,-0.023303054811625274,-0.02244363953422503,-0.0210236331485044,-0.01907385042888005,-0.016638388672805315,-0.013773642326682486,-0.010547007984849897,-0.007035309238976557,-0.0033229779441487865,0.0004999652862140198,0.004340083300719416,0.008102795183753802,0.011694694561402047,0.015025856884812715,0.01801207897605098,0.02057699534870267,0.022654018410591694,0.024188053565816138,0.025136945372233994,0.025472617162239794,0.025181873754796753,0.024266844906126683,0.02274505577530648,0.020649119713045,0.018026057899468144,0.014936259535971766,0.011452105212472875,0.0076562845047458234,0.0036398465970852944,-0.0004999704212984408,-0.004662080146458924,-0.00874400231728427,-0.012644371875125142,-0.016265441537321165,-0.019515516452917665,-0.02231126066493941,-0.024579817743191713,-0.02626069202230027,-0.027307342293871464,-0.027688446438060007,-0.0273888031865175,-0.026409845806358884,-0.024769751780945926,-0.02250314231701907,-0.019660375494870534,-0.01630644685707196,-0.012519520958176236,-0.008389126633342703,-0.004014057258478694,0.0004999751456039276,0.005042876660268622,0.009502838605092542,0.013769070874739083,0.01773453509766169,0.02129861064849018,0.024369627586925395,0.026867203255982346,0.028724323500909723,0.029889115177902006,0.030326263682841043,0.030018037484782146,0.028964890906297284,0.027185626436596784,0.02471710845601142,0.021613531138895765,0.01794525422382682,0.013797231029453067,0.009267063289083565,0.004462726824327107,-0.0004999794591236295,-0.005500201507258421,-0.01041494936313575,-0.015122097767925552,-0.019503395495178665,-0.02344740987169951,-0.026852333797550428,-0.029628585216403165,-0.031701133358597124,-0.03301149209331342,-0.033519328252961715,-0.033203641663975256,-0.03206348363128898,-0.030118191546738345,-0.027407128868067964,-0.023988931670441,-0.01994027501969843,-0.015354184264487215,-0.010337927703079418,-0.005010537669552639,0.0004999833618511663,0.0060597067783225746,0.01153200027416424,0.01678085196368086,0.02167421608177798,0.02608729880143247,0.02990570327086984,0.0330283555186565,0.035370137351112864,0.03686415868545219,0.037463609790383184,0.037143143467409614,0.035899748085635654,0.03375308433137408,0.030745271273611756,0.0269401205777288,0.02242183110802162,0.017293169422147762,0.011673174455208277,0.0056944367032340255,-0.0004999868537807644,-0.006759951276797449,-0.012931816860374167,-0.018862172060414205,-0.024401597056645626,-0.02940837678972897,-0.03375207243519965,-0.03731686260315953,-0.04000457005326665,-0.041737296306062384,-0.042459595079703864,-0.042140125802848705,-0.04077274032215785,-0.03837696906924548,-0.03499788707570154,-0.03070535499784223,-0.025592645387472197,-0.019774479462189867,-0.013384514226768273,-0.006572333619781862,0.0004999899349072574,0.007661685923094698,0.014737340888804688,0.02155112357544523,0.027931079912776952,0.033713394656709875,0.03874651588525045,0.04289504043866155,0.046043262752153966,0.04809829629297826,0.04899268585018807,0.04868644004828253,0.047168426426974816,0.04445708596298059,0.040600439679584474,0.035675376635813556,0.029786229723793814,0.023062662928087254,0.015656910604921387,0.007740425514916414,-0.000499992605226233,-0.008866502592579446,-0.017154864477134043,-0.025159312550910806,-0.03267754510405275,-0.039515712488908054,-0.04549328337019278,-0.05044767005173991,-0.05423849765455427,-0.056751408606241706,-0.057901303270916867,-0.05763492941910795,-0.055932747365152566,-0.05281001368478218,-0.04831704411740193,-0.042538635162671444,-0.03559264357197898,-0.027627742960354456,-0.018820396657069215,-0.00937110520379557,0.000499994864733469,0.010558087605421663,0.02055908147188417,0.03025533970306005,0.03940160679616202,0.047760993603911533,0.0551108797452098,0.06124859141693846,0.06599671540832616,0.06920791613822018,0.07076913177280675,0.07060503777420397,0.06868068134314281,0.06500320784720393,0.05962262010271856,0.05263153288132015,0.04416390777299434,0.034392777052016085,0.023526988931147484,0.011807030010445595,-0.0004999967134257442,-0.013106138745335857,-0.02570898710078263,-0.03799855973928189,-0.04966452564529567,-0.06040360885843763,-0.0699270043039464,-0.07796763352247421,-0.08428706849279462,-0.08868195574505121,-0.09098978085123151,-0.09109382504126834,-0.08892718092846849,-0.08447571285442106,-0.07777986882055789,-0.06893527492942458,-0.05809206921936693,-0.04545295919545017,-0.03127001565003504,-0.015840243913447575,0.0004999981513004579,0.01738163892660421,0.0344104665610476,0.05117549186887743,0.06725793467404159,0.08224065035583895,0.09571779973862263,0.10730455590546896,0.11664663627926364,0.1234294475873677,0.1273866351949371,0.1283078367450191,0.1260454529686226,0.12052026571419104,0.11172575438709667,0.09973098668999142,0.08468198733600249,0.06680151871809546,0.04638723974713541,0.023808242557048796,-0.0004999991783552169,-0.0260422026827106,-0.05227126862330819,-0.07859756170011685,-0.10439931806693205,-0.1290339921507744,-0.15185033272407747,-0.17220095940620642,-0.1894551965684494,-0.2030119122415731,-0.2123121053306151,-0.2168509853762307,-0.21618929530524725,-0.2099636390140855,-0.19789559204640889,-0.17979939477273835,-0.15558805296510078,-0.1252777000001067,-0.0889901075505834,-0.046953266897194146,0.0004999997945887241,0.052935400477926546,0.1098224699283309,0.17054172711652502,0.23439358093258905,0.30060883659125076,0.36836062236504513,0.4367775269616815,0.5049577125022463,0.5719837472068464,0.6369378860023601,0.6989175166812505,0.7570504842010011,0.8105100063474131,0.8585289003020907,0.900412851548317,0.9355524737985185,0.9634339308982586,0.9836479185198092,0.9958968343713442,1.0,0.9958968343713442,0.9836479185198092,0.9634339308982586,0.9355524737985185,0.900412851548317,0.8585289003020907,0.8105100063474131,0.7570504842010011,0.6989175166812505,0.6369378860023601,0.5719837472068464,0.5049577125022463,0.4367775269616815,0.36836062236504513,0.30060883659125076,0.23439358093258905,0.17054172711652502,0.1098224699283309,0.052935400477926546,0.0004999997945887241,-0.046953266897194146,-0.0889901075505834,-0.1252777000001067,-0.15558805296510078,-0.17979939477273835,-0.19789559204640889,-0.2099636390140855,-0.21618929530524725,-0.2168509853762307,-0.2123121053306151,-0.2030119122415731,-0.1894551965684494,-0.17220095940620642,-0.15185033272407747,-0.1290339921507744,-0.10439931806693205,-0.07859756170011685,-0.05227126862330819,-0.0260422026827106,-0.0004999991783552169,0.023808242557048796,0.04638723974713541,0.06680151871809546,0.08468198733600249,0.09973098668999142,0.11172575438709667,0.12052026571419104,0.1260454529686226,0.1283078367450191,0.1273866351949371,0.1234294475873677,0.11664663627926364,0.10730455590546896,0.09571779973862263,0.08224065035583895,0.06725793467404159,0.05117549186887743,0.0344104665610476,0.01738163892660421,0.0004999981513004579,-0.015840243913447575,-0.03127001565003504,-0.04545295919545017,-0.05809206921936693,-0.06893527492942458,-0.07777986882055789,-0.08447571285442106,-0.08892718092846849,-0.09109382504126834,-0.09098978085123151,-0.08868195574505121,-0.08428706849279462,-0.07796763352247421,-0.0699270043039464,-0.06040360885843763,-0.04966452564529567,-0.03799855973928189,-0.02570898710078263,-0.013106138745335857,-0.0004999967134257442,0.011807030010445595,0.023526988931147484,0.034392777052016085,0.04416390777299434,0.05263153288132015,0.05962262010271856,0.06500320784720393,0.06868068134314281,0.07060503777420397,0.07076913177280675,0.06920791613822018,0.06599671540832616,0.06124859141693846,0.0551108797452098,0.047760993603911533,0.03940160679616202,0.03025533970306005,0.02055908147188417,0.010558087605421663,0.000499994864733469,-0.00937110520379557,-0.018820396657069215,-0.027627742960354456,-0.03559264357197898,-0.042538635162671444,-0.04831704411740193,-0.05281001368478218,-0.055932747365152566,-0.05763492941910795,-0.057901303270916867,-0.056751408606241706,-0.05423849765455427,-0.05044767005173991,-0.04549328337019278,-0.039515712488908054,-0.03267754510405275,-0.025159312550910806,-0.017154864477134043,-0.008866502592579446,-0.000499992605226233,0.007740425514916414,0.015656910604921387,0.023062662928087254,0.029786229723793814,0.035675376635813556,0.040600439679584474,0.04445708596298059,0.047168426426974816,0.04868644004828253,0.04899268585018807,0.04809829629297826,0.046043262752153966,0.04289504043866155,0.03874651588525045,0.033713394656709875,0.027931079912776952,0.02155112357544523,0.014737340888804688,0.007661685923094698,0.0004999899349072574,-0.006572333619781862,-0.013384514226768273,-0.019774479462189867,-0.025592645387472197,-0.03070535499784223,-0.03499788707570154,-0.03837696906924548,-0.04077274032215785,-0.042140125802848705,-0.042459595079703864,-0.041737296306062384,-0.04000457005326665,-0.03731686260315953,-0.03375207243519965,-0.02940837678972897,-0.024401597056645626,-0.018862172060414205,-0.012931816860374167,-0.006759951276797449,-0.0004999868537807644,0.0056944367032340255,0.011673174455208277,0.017293169422147762,0.02242183110802162,0.0269401205777288,0.030745271273611756,0.03375308433137408,0.035899748085635654,0.037143143467409614,0.037463609790383184,0.03686415868545219,0.035370137351112864,0.0330283555186565,0.02990570327086984,0.02608729880143247,0.02167421608177798,0.01678085196368086,0.01153200027416424,0.0060597067783225746,0.0004999833618511663,-0.005010537669552639,-0.010337927703079418,-0.015354184264487215,-0.01994027501969843,-0.023988931670441,-0.027407128868067964,-0.030118191546738345,-0.03206348363128898,-0.033203641663975256,-0.033519328252961715,-0.03301149209331342,-0.031701133358597124,-0.029628585216403165,-0.026852333797550428,-0.02344740987169951,-0.019503395495178665,-0.015122097767925552,-0.01041494936313575,-0.005500201507258421,-0.0004999794591236295,0.004462726824327107,0.009267063289083565,0.013797231029453067,0.01794525422382682,0.021613531138895765,0.02471710845601142,0.027185626436596784,0.028964890906297284,0.030018037484782146,0.030326263682841043,0.029889115177902006,0.028724323500909723,0.026867203255982346,0.024369627586925395,0.02129861064849018,0.01773453509766169,0.013769070874739083,0.009502838605092542,0.005042876660268622,0.0004999751456039276,-0.004014057258478694,-0.008389126633342703,-0.012519520958176236,-0.01630644685707196,-0.019660375494870534,-0.02250314231701907,-0.024769751780945926,-0.026409845806358884,-0.0273888031865175,-0.027688446438060007,-0.027307342293871464,-0.02626069202230027,-0.024579817743191713,-0.02231126066493941,-0.019515516452917665,-0.016265441537321165,-0.012644371875125142,-0.00874400231728427,-0.004662080146458924,-0.0004999704212984408,0.0036398465970852944,0.0076562845047458234,0.011452105212472875,0.014936259535971766,0.018026057899468144,0.020649119713045,0.02274505577530648,0.024266844906126683,0.025181873754796753,0.025472617162239794,0.025136945372233994,0.024188053565816138,0.022654018410591694,0.02057699534870267,0.01801207897605098,0.015025856884812715,0.011694694561402047,0.008102795183753802,0.004340083300719416,0.0004999652862140198,-0.0033229779441487865,-0.007035309238976557,-0.010547007984849897,-0.013773642326682486,-0.016638388672805315,-0.01907385042888005,-0.0210236331485044,-0.02244363953422503,-0.023303054811625274,-0.023585000752886786,-0.023286844851593526,-0.02242015964433271,-0.021010335728581388,-0.019095860432197388,-0.01672728214438614,-0.013965887828077738,-0.010882128020591146,-0.007553829533469238,-0.004064240946168138,-0.0004999597403585432,0.0030512075413408474,0.0065023994595077815,0.009769815533596396,0.012774742459901284,0.015445441904884439,0.017718854799131892,0.019542081840961685,0.020873605650342932,0.021684226547443234,0.02195769110143211,0.02169100022536502,0.020894391493352135,0.019590998332757507,0.01781619660230772,0.015616656616311184,0.013049125734071241,0.010178973033506908,0.007078533177597518,0.003825291230864221,0.0004999537837400654,-0.002815545785387743,-0.006040058790253993,-0.009095200253482405,-0.011907247368846102,-0.014408911596615046,-0.016540941959918513,-0.018253521502547703,-0.019507424159823372,-0.020274905349463867,-0.02054030625648175,-0.02030035889874853,-0.019564186441956236,-0.018353000702765035,-0.016699506154456256,-0.014647026851347274,-0.012248379345277055,-0.009564520720248104,-0.006663006176108738,-0.003616295024378269,-0.0004999474163673963,0.002609243472602071,0.0056351377808999265,0.008504107630408701,0.011146822898354138,0.013499920917995685,0.015507520032454175,0.017122540982044753,0.01830780501559801,0.019036883255541804,0.019294678073157472,0.019077723889096176,0.018394201740041794,0.017263668974895407,0.015716512391245194,0.01379313982622832,0.011542931513181105,0.009022978255544349,0.006296638515645208,0.0034319507492050765,0.0004999406382499534,-0.002427134790205834,-0.005277562875973007,-0.007981927351863769,-0.010474793999178085,-0.012696289115624747,-0.014593532832559097,-0.016121893082504484,-0.01724603059531682,-0.01794071057576574,-0.018191362554092323,-0.017994376158632423,-0.01735712708081612,-0.01629773412717272,-0.014844554818168681,-0.013035433339911882,-0.010916720628327143,-0.008542091822640277,-0.005971191135590831,-0.0032681382378879765,-0.0004999334493977613,0.0022651987038900872,0.004959486720135837,0.0075172690089661464,0.009876590028559139,0.011980696971165165,0.013779400937706705,0.01523027005054772,0.016299626238109367,0.016963322376947847,0.01720728197172487,0.017027789454111136,0.0164315253418428,0.01543534676709281,0.01406582010540616,0.012358518460985912,0.01035710244503576,0.00811220788424745,0.005680168691896224,0.0031216070153280927,0.0004999258498214523,-0.0021202584910250057,-0.004674705383281189,-0.007101121390555302,-0.009340675894370185,-0.01133942406496496,-0.013049602836854107,-0.01443076883642403,-0.015450751233894125,-0.016086397156987883,-0.016324092491425985,-0.016160046474455167,-0.015600334323726319,-0.014660698091045404,-0.013366111842978676,-0.011750123003712042,-0.009853987110754086,-0.007725618200310448,-0.005418381437338485,-0.0029897583307750167,-0.0004999178395322659,0.0019897711891188065,0.004418249548285629,0.006726262111548684,0.008857800681197014,0.010761460183788627,0.012391675444855458,0.013709808857247924,0.014685063051126261,0.015295197081771052,0.015527029563466578,0.015376717471201845,0.014849804875587623,0.013961041533492402,0.012733976888613273,0.011200340504971734,0.009399225129245892,0.007376093329870268,0.005181632877782936,0.00287048961502302,0.0004999094185420486,-0.0018716770589677124,-0.004186091948690948,-0.00638683472261581,-0.00842045892941534,-0.010237867625189771,-0.011795496162110052,-0.013056353901713934,-0.01399090000536382,-0.014577732631325226,-0.014804075531180369,-0.014666051071562288,-0.014168733985685347,-0.01332598555263255,-0.012160073278409874,-0.010701086379985947,-0.008986162324739762,-0.007058544233101008,-0.0049664930020716334,-0.0027620814550023795,-0.0004999005868632548,0.0017642900102140923,0.003974934235069368,0.006078040372536607,0.008022497514517292,0.00976131546474939,0.011252758102018584,0.012461342919452703,0.013358682855896302,0.013924150503129907,0.014145349210283263,0.014018380403549201,0.013547901476296881,0.012746973757611902,0.011636705209578624,0.010245697509493373,0.008609311920774534,0.0067687727305811955,0.00477013092766235,0.0026631141174971538,0.0004998913445089461,-0.0016662165495358848,-0.0037820492007743915,-0.005795909385283268,-0.007658824195577588,-0.00932573401241398,-0.01075658045299994,-0.01191726707436337,-0.012780469839135626,-0.013326278128651059,-0.013542651320281375,-0.01342568052680455,-0.012979649911765305,-0.012216896927351098,-0.011157475749066484,-0.009828632983852033,-0.00826410928824345,-0.006503284740106256,-0.004590189559913259,-0.0025724049855013645,-0.0004998816914927914,0.0015762949496619493,0.0036051622875877326,0.005537129588137686,0.0073251884244305825,0.008926054764172664,0.010301215047417406,0.01141785101478432,0.012249621120025238,0.012777279964959283,0.012989121238799589,0.012881234026972468,0.012457566967998242,0.011729799466980577,0.010717023904460795,0.009445247394025387,0.007946726028588931,0.006259148607228472,0.004424690453950987,0.0024889610399411273,0.0004998716278289244,-0.0014935489886831372,-0.003442361416709588,-0.0052989155953275845,-0.007018014343138497,-0.008558012147395192,-0.00988182251890185,-0.010957809582676706,-0.011760542506896118,-0.01227139481779388,-0.012478974519597449,-0.012379375139769267,-0.011976242246615457,-0.011280654529437162,-0.010310823079117648,-0.009091616947969672,-0.007653927293463686,-0.006033886318456931,-0.004271960716259689,-0.0024119423282804933,-0.0004998611535325186,0.0014171523444164776,0.0032920275482569024,0.0050789080839449925,0.006734272026314245,0.008217990581521268,0.00949429952644526,0.010532659921096364,0.011308487412946367,0.011803732751077144,0.012007299840468286,0.01191529170012241,0.011531078943048102,0.010865189766344709,0.009935024818272702,0.008764404588953112,0.007382961047751267,0.005825389024356908,0.004130576210748532,0.002340633566277561,0.0004998502686189164,-0.001346400886507567,-0.003152780615042457,-0.00487509532933025,-0.006471377125873054,-0.007902905213460468,-0.009135143951220975,-0.010138574801233098,-0.010889402183820174,-0.011370116387791783,-0.01156990025341489,-0.011484870223983422,-0.011118146456355518,-0.010479750890638568,-0.009586336400759704,-0.00846075427748175,-0.007131471232654131,-0.005631850762340595,-0.003999316978568101,-0.002274421835964055,-0.0004998389731042158,0.0012806908953553464,0.003023437000742889,0.0046857514647080855,0.006227111867964588,0.007610107983526702,0.008801348673583398,0.00977226699134646,0.010499804102458802,0.01096695567991756,0.011163167855840832,0.011084573547377905,0.01073406392005948,0.010121193812462388,0.009261924021310554,0.008178207336127728,0.0068974290198050275,0.005451715963279508,0.0038771319133282475,0.0022127789058054284,0.0004998272670051219,-0.0012195017797111186,-0.0029029757854541617,-0.004509387448960357,-0.005999562283412168,-0.007337312959898937,-0.0084903171022179,-0.009430897264079186,-0.010136684290920787,-0.010591148192132959,-0.010783983952346933,-0.01071134331031862,-0.010375907341593256,-0.0097867986025394,-0.008959335531986636,-0.007914635665988832,-0.006679077906832461,-0.005283637509551593,-0.003763110524900982,-0.0021552470927320567,-0.0004998151503389469,0.0011623822450053728,0.002790511719708866,0.0043447117920560625,0.00578706790892566,0.007082536482775649,0.008199795430191765,0.00911200059013373,0.009797429776316572,0.01023999903404854,0.010429638856830072,0.010362521592814119,0.010041134949701522,0.009474200297950855,0.008676438283004689,0.007668187994082764,0.00647488950859523,0.005126442950356316,0.0036564601859800858,0.0021014278649721407,0.0004998026231236104,-0.0011089391344622614,-0.0026852734125083896,-0.004190598845406027,-0.005588181161158136,-0.006844048800851644,-0.007927817877065648,-0.00881342645756093,-0.009479760448602735,-0.009911156067689896,-0.010097766970372691,-0.010035787453696708,-0.009727526716384924,-0.009181332825301973,-0.008411368728706002,-0.007437246278714156,-0.006283527689693456,-0.004979107081491587,-0.0035564876582846873,-0.00205097258519768,-0.0004997896853776387,0.0010588283592409028,0.0025865855963589407,0.004046063010037322,0.0054016342808136195,0.006620334705659712,0.007672662102749089,0.008533290260114216,0.009181677692858837,0.009602557095107062,0.009786293844752715,0.009729105167362266,0.009433135009774935,0.008906383228972753,0.008162491280137086,0.007220390101644551,0.0061038192581056505,0.004840729533390602,0.003462583987844246,0.0020035749392887845,0.0004997763371201655,-0.0010117474751470943,-0.0024938546071045717,-0.003910237612970433,-0.005226312250712162,-0.006410061269489353,-0.007432812654895259,-0.008269933431326915,-0.008901422249298773,-0.009312386519058333,-0.009493392727115867,-0.009440681717724978,-0.009156244058995261,-0.00864775406075006,-0.00792836448357954,-0.00701636739054331,-0.005934729861138727,-0.0047105163317371,-0.003374212073684432,-0.0019589647031661435,-0.0004997625783709313,0.0009674295674134457,0.0024065564186282855,0.0037823574949215487,0.005061230465070703,0.006212051235057717,0.0072069308103380825,0.00802189054207004,0.008637439423280494,0.009039039551906143,0.009217448662096237,0.009168931673829792,0.008895336448238294,0.008404032282078013,0.007707713047173838,0.006824070196554876,0.005775344037248705,0.004587764632723605,0.0032908963737016744,0.0019169025796951778,0.0004997484091502838,-0.0009256381823074528,-0.0023242267229033843,-0.0036617445702319786,-0.00490551620515694,-0.006025260934597521,-0.006993829542630063,-0.007787861982682491,-0.008388350191923908,-0.008781092482245416,-0.008957028661184158,-0.008912447993631547,-0.008649065257907065,-0.008173963400150804,-0.007499404568950085,-0.006642514537169457,-0.005624848611131677,-0.004471850013078171,-0.00321221433100436,-0.0018771758973029884,-0.0004997338294791775,0.0008861631022999444,0.002246452658789748,0.003547795783489767,0.004758393185276712,0.005848761863716986,0.0067924526271774775,0.007566691154240954,0.008152927073374361,0.008537277835914221,0.008710856775759574,0.008669977620587218,0.008416230772783183,0.00795642983820608,0.007302430069540686,0.006470823530053587,0.00548251879613691,0.0043622158295575945,0.0031377891943448924,0.0018395950070607538,0.0004997188393791741,-0.000848816805416778,-0.002172865878491089,-0.00343997301124608,-0.0046191685913440795,-0.005681725223228556,-0.006601857107479762,-0.0073573453238827856,-0.007930073867307213,-0.00830646351654873,-0.008477793158440083,-0.008440400979594465,-0.008195760906976714,-0.007750432752783476,-0.0071158876231350015,-0.006308213207596361,-0.005347706502646116,-0.004258364265178828,-0.003067283975158818,-0.0018039902493973679,-0.000499703438872442,0.0008134314829056422,0.0021031367059087002,0.0033377945519282148,0.004487222155278088,0.005523408885788824,0.006421198508172137,0.0071588994753847635,0.007718808560978605,0.008087635201188133,0.008256816387595532,0.008222714664223712,0.007986694671629482,0.007555076673659634,0.006938968526270473,0.00615398052791303,0.005219830454435312,0.004159848758271796,0.0030003963366801744,0.001770209388071569,0.0004996876279817562,-0.0007798565151358726,-0.002036969191411513,-0.0032408279199805166,-0.004361996901685738,-0.005373146354899208,-0.006249718305618962,-0.006970522622169472,-0.007518248838415677,-0.007879881413354087,-0.008047008476746451,-0.008016016750413116,-0.007788168147512269,-0.007369556468131376,-0.0067709455569826904,-0.006007493195508426,-0.005098367795032375,-0.00406626757144897,-0.002936854251610923,-0.001738115429529981,-0.0004996714067304989,0.0007479563256406181,0.001974096906540806,0.003148683716845993,0.004242991275637051,0.005230337369769898,0.006086733263927448,0.006791466155552376,0.007327599741707257,0.007682380810259297,0.007847542104792373,0.007819494283229648,0.007599402530636992,0.0071931462293892065,0.006611162964793749,0.005868180980738414,0.00498284692843379,0.003977258305157144,0.0028764122968070907,0.0017075847617731318,0.0004996547751426591,-0.0007176085488191038,-0.0019142793526266359,-0.0030610103956079625,-0.00412975241688066,-0.005094439876749037,-0.005931626320208761,-0.006621053883690652,-0.0071461431205133005,-0.00749439131022715,-0.007657669692472181,-0.007632412570596073,-0.007419693902059468,-0.00702518976560601,-0.006459027900989132,-0.005735528286773773,-0.004872841387469698,-0.0038924931978167655,-0.0028188484785587834,-0.0016785055594146566,-0.0004996377332428323,0.0006887024590844695,0.0018572988812404086,0.002977489770878448,0.004021870390332069,0.004964963140903979,0.005783838762709905,0.00645867348177893,0.00697322857456826,0.007315240756871837,0.007476714020971239,0.007454105986715664,0.0072484044385550265,0.00686509242701998,0.006314003053072047,0.005609067759797775,0.00476796456174382,0.0038116750840514395,0.002763961501886978,0.0016507764115494547,0.0004996202810562207,-0.000661137618945707,-0.0018029580433547453,-0.0028978331530358048,-0.003918973217882978,-0.004841461813221321,-0.005642863492807218,-0.00630376912560896,-0.0068082656483729465,-0.007144318872459579,-0.007304060144513753,-0.007283970042533686,-0.007084954832834188,-0.006712314056442612,-0.006175600290505054,-0.0054883747755184375,-0.004667865147774014,-0.0037345339059533106,-0.0027115684130571555,-0.0016243051369436027,-0.0004996024186086334,0.0006348227112328063,0.001751077299161873,0.0028217780078207697,0.0038207225846256412,0.004723530802254397,0.005508239199596709,0.006155835121716455,0.006650717080657745,0.006981070297430318,0.007139148393392101,0.007121454524150196,0.006928817733460248,0.006566362887066885,0.006043375163372362,0.005373062664920417,0.004572223208487779,0.00366082369106865,0.002661502557124518,0.0015990077573746666,0.0004995841459264859,-0.0006096745268524057,-0.0017014930325724936,-0.0027490850598400076,-0.003726810115047434,-0.004610800825773317,-0.005379545306061812,-0.006014410380286908,-0.006500092945987263,-0.006824988548794429,-0.006981468299673631,-0.00696605753506431,-0.006779512047935621,-0.006426790242315971,-0.005916922123318421,-0.005262778566147284,-0.004480746748942261,-0.0035903199258494715,-0.0026136118024667624,-0.001574807605029865,-0.0004995654630368001,0.0005856170844319539,0.0016540558241312868,0.002679535772645588,0.0036369541328365278,0.004502934539498232,0.0052563975701654195,0.005879073603542854,0.0063559455539161066,0.0066756107589302964,0.006830553306687212,0.006817320306335428,0.00663659797929637,0.006293185917383429,0.00579587035849868,0.0051571998087626405,0.004393168731053918,0.003522817265481432,0.002567756992455373,0.0015516345439747503,0.0004995463699672048,-0.0005625808622302939,-0.0016086289439431784,-0.002612930149483023,-0.00355089683257666,-0.004399623157422036,-0.00513844424394292,-0.005749439083839183,-0.006217864993821124,-0.006532513079655107,-0.006685976146785181,-0.006674822661613705,-0.006499672688346078,-0.006165174142321336,-0.0056798801524359024,-0.005056030752344932,-0.004309244463048439,-0.003458127530881927,-0.002523810591072749,-0.0015294242890396418,-0.0004995268667459349,0.000540502125959515,0.0015650870325921698,0.0025490848080893997,0.003468401803513102,0.004300583492403815,0.005025362709726539,0.005625153023194407,0.006085475232027197,0.006395306655450966,0.006547344790928543,0.006538179042619891,0.006368366491416408,0.006042410043000381,0.005568639691477361,0.004959000014178264,0.004228749309879922,0.003396077951716217,0.002481655494709924,0.0015081178081936151,0.0004995069534018319,-0.0005193223388304313,-0.0015233149432513535,-0.002487831290511065,-0.003389251855298386,-0.004205555357299137,-0.004916856525754135,-0.005505890300295326,-0.0059584306829663135,-0.006263634085278337,-0.006414298889231547,-0.006407035015899065,-0.006242339518075985,-0.005924576529748495,-0.0054618622576696665,-0.004865858031292078,-0.004151476679503171,-0.003336509620886159,-0.0024411839868356293,-0.0014876607967040138,-0.0004994866299642018,0.00049898764232188,0.0014832067224623852,0.002429014575136549,0.003313247103609064,0.004114299276403143,0.004812652824190476,0.005391351622764299,0.005836413188532,0.0061371663051847155,0.0062865066344118545,0.006281064194202998,0.006121278765158374,0.0058113815545614185,0.005359283753837758,0.004776374910732589,0.004077236246987845,0.003279276131380149,0.002402296815886421,0.0014680032132216182,0.0004994658964633853,-0.0004794483979762931,-0.0014446647105886001,-0.0023724917632710714,-0.0032402032801042424,-0.004026594464822248,-0.004712500013473497,-0.00528126101217035,-0.005719129350038298,-0.006015599834457481,-0.006163661990663994,-0.006159965516198533,-0.006004895493344948,-0.005702555686933521,-0.005260660515888773,-0.004690338529078103,-0.004005852384333669,-0.003224242370864638,-0.0023649023797592404,-0.0014490988694453005,-0.0004994447529298979,0.00046065878201354227,0.0014075987458627799,0.002318130916824251,0.0031699502366417673,0.0039422370398797205,0.004616165744253739,0.005175363577291166,0.0056063081656796115,0.00589865433680216,0.006045482239232985,0.00604346083677062,0.005892922920715492,0.005597849965947223,0.0051657673741894745,0.004607552848123224,0.003937162768715742,0.0031712834531242825,0.002328916002800086,0.0014309050662837338,0.0004994231993950062,-0.0004425764257956385,-0.0013719254583731547,-0.002265810027208975,-0.0031023306181918254,-0.003861038434053021,-0.0045234351043086955,-0.005073423537804843,-0.005497698933444512,-0.0057860704552892585,-0.005931705799250733,-0.005931292787319428,-0.005785114174483438,-0.005497033992576092,-0.005074395931549558,-0.0045278364185797,-0.0038710171459441123,-0.0031202837685617006,-0.002294259293276324,-0.001413382270481044,-0.0004994012358905829,0.00042516209620153196,0.001337567642349765,0.0022154160984898313,0.003037198682660485,0.0037828239834388124,0.004434109012914148,0.0049752224661573485,0.005393069385325811,0.00567760788587446,0.0058220902884803544,0.005823222871405137,0.005681240467815142,0.005399894231433152,0.004986353030091614,0.004451021047755252,0.0038072762293109965,0.003071136138562334,0.0022608595710706075,0.0013964938265517643,0.0004993788624491068,-0.0004083794108390892,-0.0013044536968056491,-0.0021668443302790726,-0.002974419248993278,-0.0037074316695068334,-0.0043480027894247505,-0.004880557720013452,-0.005292204023601741,-0.0055730436593746996,-0.0057164107937097515,-0.005719029766083681,-0.0055810894733952805,-0.005306232495619118,-0.0049014593832697444,-0.004376950610621241,-0.003745810716841524,-0.003023741060706416,-0.002228649356802987,-0.0013802056996074816,-0.0004993560791036628,0.00039219458374272734,0.0012725171260012716,0.002119997387946734,0.0029138667575810077,0.0036347109950666994,0.00426494487440376,0.004789241041616164,0.005194902634108511,0.005472170606050852,0.0056144583248202125,0.005618507803472118,0.005484463869405808,0.005215864592045647,0.004819548352648121,0.004305479986582424,0.0036865004123560227,0.0029780060336419465,0.002197565914824165,0.0013644862452781303,0.0004993328858879418,-0.0003765761978162575,-0.001241696092400159,-0.0020747847494479673,-0.002855424429223849,-0.003564521978037302,-0.0041847756846658795,-0.0047010973036822395,-0.005100978954919898,-0.005374795980547332,-0.005516038430169592,-0.0055214656106216805,-0.005391180036965443,-0.005128619107748382,-0.004740464851877603,-0.00423647410671219,-0.003629233437771507,-0.002933844951979487,-0.002167550843566953,-0.001349306003455068,-0.0004993092828362403,0.0003614950007958476,0.001211933015790789,0.0020311221195462256,0.0027989835108012304,0.003496734248862375,0.0041073465861544605,0.004615963384254445,0.005010259481806343,0.005280740227984156,0.0054209699539874675,0.005427724888771913,0.005301066890937123,0.0050443363203623295,0.004664064362702018,0.004169807098291436,0.003573905525780575,0.0028911775628799184,0.002138549707627634,0.001334637513027222,0.0004992852699834612,-0.0003469237219449453,-0.0011831742131067637,-0.00198893090345579,-0.0027444425973930627,-0.003431226239326559,-0.004032518970743513,-0.004533687155300853,-0.0049225823943547355,-0.005189835874581361,-0.005329083919074996,-0.005337119315601866,-0.005213964828439405,-0.004962867218188989,-0.004590212049858264,-0.004105361515251484,-0.0035204193834989695,-0.0028499289771196233,-0.002110511706700611,-0.0013204551451590709,-0.0004992608473651126,0.00033283690706444556,0.001155369574205037,0.0019481377329887916,0.0026917070219641434,0.0033678844521541663,0.003960163424899833,0.004454126571867653,0.004837796588765052,0.005101926528395135,0.005240222520311385,0.00524949355625904,0.0051297247814656565,0.004884072617206557,0.004518781963465712,0.004043027644622638,0.0034686841189110838,0.002810029228366162,0.002083389377130332,0.0013067349529809705,0.0004992360150173086,-0.0003192107697180752,-0.0011284722694826124,-0.0019086740391963822,-0.0026406883048833213,-0.003306602802156573,-0.0038901589797166376,-0.004377148850312425,-0.00475576080516197,-0.005016865977622425,-0.005154238216354864,-0.0051647023707949305,-0.005048207361780579,-0.004807822364015872,-0.004449656318979023,-0.003982702880372353,-0.003418614723000364,-0.0027714128752081325,-0.0020571383223919448,-0.0012934545358373121,-0.0004992107729767691,0.0003060230568437195,0.001102438485742836,0.0018704756662674044,0.002591303656543708,0.0032472820208839064,0.0038223924331743596,0.004302629725616512,0.0046763428388188755,0.004934517375537622,0.005070992908540356,0.005082609807218276,0.004969282087775558,0.004733994615120348,0.0043827248460450085,0.003924291157115461,0.0033701316013577025,0.002734018641177403,0.0020317169692812696,0.0012805929164737,0.0004991851212808195,-0.0002932529271535201,-0.0010772271871774145,-0.0018334825221112672,-0.0025434755272024895,-0.0031898291177523837,-0.0037567577366424847,-0.004230452779039355,-0.004599418826029224,-0.004854752502503775,-0.004990357197361619,-0.00500308847073524,-0.004892826684262159,-0.0046624751841449616,-0.00431788419869166,-0.0038677024371222344,-0.0033231601498391965,-0.0026977890885985433,-0.002007086346997732,-0.001268130429746832,-0.0004991590599673905,0.0002808808409249539,0.0010527998987214108,0.0017976382616219783,0.002497131198891782,0.0031341568914942967,0.00369315543862843,0.004160508828461759,0.0045248725965120525,0.004777451096687194,0.0049122097081178645,0.004926018860914603,0.004818726447300286,0.0045931569496381495,0.00425503742021364,0.003812852244862413,0.0032776303695147735,0.0026626703226140984,0.0019832098866509633,0.0012560486216152238,0.0004991325890751277,-0.0002688884599578775,-0.001029120509375415,-0.001762889999112639,-0.0024522024148836115,-0.003080183486532642,-0.00363149217963671,-0.004092695374704395,-0.004452595085229361,-0.004702500246127501,-0.004836436478333121,-0.004851288769524329,-0.004746873667121443,-0.004525939316996899,-0.004194093456927031,-0.0037596612440242093,-0.0032334765167283713,-0.00262861172217786,-0.00196005323902232,-0.0012443301573194486,-0.0004991057086428458,0.000257258556617783,0.0010061550933810979,0.0017291880468313775,0.002408625042738683,0.0030278319895318258,0.0035716802327426353,0.004026916097914493,0.004382483797353004,0.004629793835699608,0.0047629304004462095,0.004778792732657876,0.004677167103040538,0.004460727728830894,0.004134966715663405,0.003708054852554489,0.0031906367845885584,0.0025955656951928766,0.001937584108669108,0.0012329587377918046,0.0004990784187105133,-0.0002459749310211105,-0.0009838717473853724,-0.0016964856768440163,-0.002366338767438618,-0.0029770300619459526,-0.0035136370851241356,-0.003963080398819343,-0.004314442320859904,-0.004559232043271503,-0.004691590714039125,-0.004708431531524252,-0.0046095115049737305,-0.004397433218752754,-0.004077576660482938,-0.003657962891790274,-0.003149053012647872,-0.0025634874553012907,-0.0019157721026907203,-0.001221919023445403,-0.0004990507193186902,0.00023502233551934661,0.0009622404419539777,0.001664738903877841,0.0023252868115176983,0.002927709604868079,0.003457285056356873,0.0039011029802484038,0.004248379881883172,0.004490720880025752,0.004622322542542066,0.00464011173693275,0.004543817176805342,0.004335972004167912,0.004021847444607473,0.0036093192662131927,0.0031086704218984186,0.002532334818128306,0.0018945885926617018,0.0012111965645976927,0.0004990226105079152,-0.0002243864057470228,-0.0009412328859753212,-0.001633906287010624,-0.002285415679457893,-0.0028798064529203336,-0.0034025509497552704,-0.0038409034648629265,-0.004184210938504212,-0.004424171770494853,-0.004555036469934834,-0.004573745293074292,-0.004479999577396246,-0.004276265114142462,-0.003967707574039605,-0.0035620616707499387,-0.0030694373725496556,-0.0025020680150257975,-0.0018740065884190315,-0.0012007777378588993,-0.0004989940923201636,0.0002140535975756675,0.0009208224026722554,0.001603948748318357,0.0022466749239332625,0.002833260094286147,0.003349365733473225,0.003782406045486839,0.004121854809166118,0.004359501168362803,0.004489648153473979,0.0045092491367007045,0.004417978955500211,0.004218238048875759,0.003915089599727332,0.003516131322897338,0.0030313051423310907,0.00247264952259193,0.001854000622527379,0.0011906496879029755,0.0004989651647971963,-0.0002040111293898457,-0.0009009838160769917,-0.0015748294068192038,-0.002209016931750107,-0.00278801341432119,-0.0032976642484385324,-0.003725539164843909,-0.004061235332311548,-0.00429663020453047,-0.004426077968918025,-0.004446544848238485,-0.004357680015274515,-0.00416182046768777,-0.0038639298354905707,-0.0034714727172461034,-0.0029942277233235655,-0.002444043906424473,-0.0018345466443885374,-0.00118080027409129,-0.0004989358279821871,0.00019424692917314562,0.0008816933469513917,0.0015465134262239314,0.0021723967275787473,0.0027440124604536926,0.0032473849405272276,0.0036702352218526595,0.004002280554228679,0.004235484364325886,0.004364250685113706,0.004385558331756163,0.004299031609433661,0.0041069459027759676,0.0038141680992259076,0.003428033400252026,0.0029581616355329,0.0024162176777453677,0.001815621923063279,0.001171218021489431,0.0004989060819181181,-0.0001847495859371765,-0.0008629285172529031,-0.0015189678751761518,-0.002136771793770344,-0.0027012062263444907,-0.0031984696146588124,-0.0036164303019479366,-0.003944922442412582,-0.0041759931910834505,-0.0043040951651462525,-0.004326219521038878,-0.004241966457418358,-0.004053551496290331,-0.003765747475181695,-0.0033857637633289235,-0.0029230657556224377,-0.0023891391616713644,-0.0017972049579859917,-0.001161892075855331,-0.0004988759266493618,0.00017550830508916387,0.0008446680623330474,0.0014921615988015187,0.0021021019047454403,0.002659546453486447,0.0031508632087512657,0.0035640639291636806,0.00388909662204386,0.0041180900136112,0.004245544091558453,0.00426846210931905,0.004186420886231281,0.004001577758542031,0.003718614095326008,0.003344616852551425,0.0028889011593813633,0.002362778376046668,0.001779275396828912,0.001152812162233677,0.0004988453622201207,-0.00016651286736473167,-0.0008268918501536366,-0.0014660651005107062,-0.002068348974596193,-0.002618987448624658,-0.003104513585685571,-0.0035130788379586146,-0.003834742133435919,-0.004061711695331435,-0.0041885337134062684,-0.004212223300471078,-0.004132334591842,-0.003950968345388164,-0.003672716938044913,-0.003304548193428921,-0.0028556309766647717,-0.0023371069198578395,-0.0017618139598620337,-0.0011439685468184455,-0.0004988143886759659,0.00015775359100368895,0.000809580806869352,0.001440650433117972,0.0020354769166868003,0.0025794859155436026,0.003059371341631531,0.0034634207629714703,0.003781801208532114,0.0040067984031086894,0.004133003613153557,0.004157443579707545,0.004079650419280244,0.0039016698530433777,0.0036280076425864788,0.003265515629379815,0.0028232202576643542,0.0023120978703630836,0.0017448023702120214,0.0011353520017919668,0.0004987830060623196,-0.00014922129686829603,-0.0007927168482044509,-0.0014158910984247287,-0.002003451514168219,-0.0025410007999179213,-0.003015389629249405,-0.003415038245086422,-0.0037302190647274754,-0.003953293393987211,-0.004078896491613337,-0.00410406650201642,-0.004028314159732833,-0.003853631628745344,-0.0035844403378348733,-0.003227479172668968,-0.0027916358494945565,-0.002287725688147475,-0.0017282232894953666,-0.0011269537728676021,-0.000498751214425952,0.0001409072762459341,0.0007762828160985754,0.0013917619545153609,0.001972240300425282,0.002503493146061756,0.002972523994440541,0.003367882452348414,0.0036799437144705953,0.0039011428182383874,0.004026157969326973,0.004052038496758475,0.00397827436312883,0.0038068055958650603,0.0035419714841371133,0.00319040086670408,0.0027608462821736048,0.002263966129405304,0.001712060258343741,0.0011187655493018677,0.0004987190138135041,-0.00013280326109271938,-0.0007602624201610082,-0.001368239130077827,-0.0019418124485833497,-0.002466925964521319,-0.002930732225449789,-0.0033219070144208536,-0.0036309257892521546,-0.003850295537282631,-0.003974736402933296,-0.004001308687002701,-0.003929482164852002,-0.00376114609219053,-0.0035005597270388582,-0.003154244658690453,-0.002730821663179478,-0.0022407961648112304,-0.0016962976413981126,-0.0011107794361543178,-0.000498686404272945,0.0001249013965102919,0.0007446401835075916,0.0013452999451408507,0.0019121386692788332,0.0024312641095693027,0.0028899742132417537,0.0032770678694049025,0.0035831183767293805,0.0038007029551900286,0.003924582715224827,0.003951828722319142,0.003881891125352535,0.003716609720242386,0.0034601657618934943,0.0031189762817496777,0.0027015335798338228,0.0022181939044144776,0.0016809205763798618,0.0011029879286062277,0.0004986533858521337,-0.00011719421525729847,-0.000729401392607532,-0.0013229228376689499,-0.0018831911159860532,-0.002396474165743659,-0.002850211822183158,-0.0032333231219556875,-0.003536476869856068,-0.003752318862593936,-0.0038756502377148556,-0.0039035526238738205,-0.003835457081552563,-0.0036731552085880258,-0.0034207522084155942,-0.0030845631456884472,-0.0026729550088480064,-0.0021961385280363276,-0.0016659149268954672,-0.001095383888156867,-0.0004986199586002391,0.00010967461412752293,0.0007145320507927611,0.0013010872955213537,0.0018549432972521389,0.0023625243426653605,0.002811408770151105,0.0031906329117375796,0.0034909588269975552,0.0037050992919631983,0.0038278945646545333,0.0038564366407827476,0.0037901380090449408,0.003630743283224622,0.003382283494334375,0.003050974235689144,0.0026450602324217917,0.0021746102207105132,0.001651267238654529,0.0010879605205442054,0.0004985861225663366,-0.00010233583203185616,-0.0007000188351267093,-0.001279773793318108,-0.0018273699952635265,-0.002329384377434712,-0.0027735305172788627,-0.0031489592913472677,-0.003446523842110451,-0.003659002383279734,-0.0037812734175394326,-0.0038104391167815476,-0.003745893894182583,-0.003589336548186579,-0.003344725747388711,-0.0030181800182567525,-0.0026178247603512532,-0.002153590112741015,-0.0016369646988212603,-0.001080711355241041,-0.0004985518778007949,9.517142964761325e-5,0.0006858490563475613,0.0012589637338102466,0.0018004471902129562,0.0022970254439807916,0.002736544162618248,0.003108266112921947,0.0034031334241501426,0.003613988259260146,0.0037357465192371557,0.0037655203663567944,0.0037026866152389693,0.0035488993746164476,0.00330804669497175,0.0029861523538260355,0.002591225257645969,0.002133060224000768,0.0016229950982362409,0.0010736302264018885,0.000498517224353906,-8.817527050085159e-5,-0.0006720106216383503,-0.0012386393933787395,-0.0017741519899950786,-0.002265420068788891,-0.0027004183480726107,-0.0030685189227173115,-0.0033607508849519876,-0.0035700189093381,-0.003691275476948093,-0.0037216425595647646,-0.0036604798318989884,-0.003509397797605817,-0.003272215570802842,-0.002954864415482041,-0.002565239477209873,-0.0021130034121211038,-0.0016093467962793224,-0.001066711255137382,-0.0004984821622772376,8.134150337040277e-5,0.0006584919999888736,0.0012187838713316977,0.0017484625647933205,0.002234542052492471,0.0026651231690070472,0.003029684863012243,0.0033193412348973984,0.003527058081699554,0.003647823673284301,0.0036787696148350255,0.0036192388824060036,0.00347079942018024,0.003237203028056906,0.0029242906133038495,0.0025398461971736074,0.0020934033242626738,0.0015960086881562086,0.0010599488330143533,0.0004984466916222977,-7.466454590211034e-5,-0.0006452821899462679,-0.001199381042689853,-0.0017233580861699474,-0.002204366396855014,-0.002630630091004051,-0.0029917325807501194,-0.0032788710857435607,-0.0034850711827247886,-0.00360535616481757,-0.0036368670991204738,-0.0035789306877536333,-0.003433073323855914,-0.003202981058438294,-0.002894406523879812,-0.0025150251625112746,-0.0020742443521781905,-0.0015829701744203663,-0.0010533376066790532,-0.0004984108124418531,6.813906934222675e-5,0.0006323706895593717,0.0011804155141881586,0.0016988186702973905,0.0021748692367183297,0.00259691187227384,0.0029546321423858986,0.003239308560047316,0.0034440251832525124,0.0035638395875052563,0.0035959021348129865,0.0035395236623659747,0.003396189985250863,0.003169522916727579,0.002865188824589519,0.002490757030600152,0.002055511590311878,0.001570221132549645,0.0010468724635200573,0.0004983745247886269,-6.175998429688796e-5,-0.0006197474683495501,-0.001161872583236179,-0.0016748253250103383,-0.0021460277765237355,-0.0025639424912796407,-0.0029183549544499247,-0.003200623206669064,-0.003403888531130716,-0.003523242068456614,-0.003555843312895935,-0.003500987630758621,-0.0033601211982765395,-0.0031368030503765147,-0.002836615232277634,-0.002467023320419674,-0.002037190796694864,-0.001557751890422174,-0.001040548518285073,-0.0004983378287165857,5.552242744295473e-5,0.0006074029411455721,0.001143738199612283,0.0016513599003776449,0.0021178202310554437,0.0025316970791701855,0.0028828736893883916,0.003162785921883737,0.003364631069569198,0.0034835331435485407,0.0035166606118513114,0.0034632937497192768,0.0033248400014794723,0.0031047970337596863,0.0028086644459837766,0.0024438063651054985,0.002019268356425221,0.0015455532015407746,0.0010343611005830435,0.0004983007242796662,-4.942174911208309e-5,-0.0005953279436442237,-0.0011259989296769795,-0.001628405042528276,-0.002090225770078284,-0.0025001518566542887,-0.0028481622162732953,-0.0031257688756715562,-0.003326223960848225,-0.0034446836804439013,-0.003478325321881563,-0.0034264144355852654,-0.0032903206101400993,-0.003073481506728138,-0.0027813160934166492,-0.0024210892676064023,-0.0020017312475315977,-0.001533616221877156,-0.0010283057431994059,-0.0004982632115330347,4.3453501686560485e-5,0.0005835137095606349,0.0011086419229187027,0.0016059441504799085,0.002063224466578198,0.002469284074977216,0.0028141955360155855,0.003089545442794039,0.003288639614979209,0.003406665806602925,0.003440809974044072,0.003390323296233511,0.003256538352768117,0.0030428341171408273,0.0027545506808907545,0.0023988558592064244,0.0019845670090447563,0.0015219324882094376,0.001022378171167947,0.0004982252905318412,-3.761342874095078e-5,-0.0005719518492535973,-0.001091654880652145,-0.0015839613357489504,-0.0020367972483311494,-0.0024390719606944716,-0.002780949720741039,-0.0030540901382987242,-0.0032518516229450554,-0.003369452841914527,-0.0034040882739307583,-0.003354995067429716,-0.0032234696116672655,-0.0030128334670749615,-0.0027283495464680823,-0.0023770906607018085,-0.0019677637111083822,-0.0015104938978460383,-0.0010165742915382609,-0.0004981869613324518,3.189745487887599e-5,0.0005606343297113969,0.001075026026713675,0.0015624413845310434,0.002010925852557115,0.002409494663957775,0.0027484018570227975,0.003019378557122128,0.0032158346941821626,0.0033330192356046673,0.0033681350395562424,0.003320405553214996,0.003191091767267006,0.0029834590624454606,0.002702694816065715,0.0023557788460340265,0.0019513099269824446,0.0014992926896293514,0.0010108901837920985,0.0004981482239912289,-2.6301676208954497e-5,-0.0005495534558027233,-0.0010587440800023894,-0.0015413697222672565,-0.0019855927834285998,-0.0023805322100585694,-0.0027165299926846776,-0.0029853873174923,-0.003180564597991611,-0.003297340507108926,-0.0033329261431463155,-0.0032865315700335456,-0.003159383145946983,-0.002954691265781971,-0.002677569362315304,-0.0023349062082004823,-0.0019351947067978814,-0.0014883214261299312,-0.001005322090856745,-0.0004981090785657377,2.0822351418051697e-5,0.0005387018526958475,0.0010427982287369107,0.0015207323804181968,0.0019607812722298736,0.0023521654539889717,0.002685313086918562,0.0029520940078529984,0.003146018108595766,0.00326239319062105,0.003298438456543866,0.0032533508943310163,0.0031283229710997546,0.002926511251937036,0.0026529567659724818,0.002314459127279241,0.0019194075529372137,0.0014775729769418826,0.0009998664106766566,0.0004980695251135532,-1.545589339407222e-5,-0.0005280724493664604,-0.001027178106299872,-0.0015005159652911758,-0.0019364752399723662,-0.0023243760378063583,-0.0026547309634748686,-0.002919477137058461,-0.003112172953577059,-0.0032281547830542373,-0.00326464979997276,-0.0032208422133739355,-0.0030978913172011774,-0.0028989009665132703,-0.002628841279696403,-0.002294424540413871,-0.0019039383969259704,-0.0014670405030020358,-0.0009945196882999979,-0.0004980295636934392,1.0198861363700948e-5,0.0005176584631119219,0.0010118737685612493,0.001480707628769972,0.0019126592622949528,0.002297146350598696,0.002624764266710047,0.002887516087604052,0.003079007765459827,0.0031946036951719567,0.003231538893921081,0.003188985079062221,0.0030680690666735405,0.0028718430868188084,0.0026052077940286423,0.002274789913622713,0.0018887775777249986,0.0014567174418617138,0.0009892786084450267,0.0004979891943641825,-5.047953504107395e-6,-0.0005074533850053559,-0.0009968756725717792,-0.0014612950408170098,-0.0018893185364843,-0.002270459490870487,-0.0025953944202871545,-0.002856191071681028,-0.0030465020362126353,-0.0031617192056659906,-0.0031990853139244606,-0.003157759864523715,-0.0030388378693467265,-0.002845320985171439,-0.002582041805419834,-0.0022555432153013566,-0.001873915821329042,-0.0014465974938411748,-0.0009841399885140729,-0.0004979484171856053,0.0],"x":[-100.0,-99.95002498750625,-99.9000499750125,-99.85007496251875,-99.80009995002499,-99.75012493753124,-99.70014992503748,-99.65017491254373,-99.60019990004997,-99.55022488755623,-99.50024987506247,-99.45027486256872,-99.40029985007496,-99.35032483758121,-99.30034982508745,-99.2503748125937,-99.20039980009994,-99.1504247876062,-99.10044977511244,-99.05047476261869,-99.00049975012493,-98.95052473763118,-98.90054972513744,-98.85057471264368,-98.80059970014993,-98.75062468765617,-98.70064967516242,-98.65067466266866,-98.60069965017492,-98.55072463768116,-98.50074962518741,-98.45077461269365,-98.4007996001999,-98.35082458770614,-98.3008495752124,-98.25087456271864,-98.20089955022489,-98.15092453773113,-98.10094952523738,-98.05097451274362,-98.00099950024988,-97.95102448775611,-97.90104947526237,-97.85107446276862,-97.80109945027486,-97.75112443778112,-97.70114942528735,-97.65117441279361,-97.60119940029985,-97.5512243878061,-97.50124937531234,-97.4512743628186,-97.40129935032483,-97.35132433783109,-97.30134932533733,-97.25137431284358,-97.20139930034982,-97.15142428785607,-97.10144927536231,-97.05147426286857,-97.0014992503748,-96.95152423788106,-96.90154922538731,-96.85157421289355,-96.8015992003998,-96.75162418790605,-96.7016491754123,-96.65167416291854,-96.60169915042479,-96.55172413793103,-96.50174912543729,-96.45177411294353,-96.40179910044978,-96.35182408795602,-96.30184907546227,-96.25187406296851,-96.20189905047476,-96.151924037981,-96.10194902548726,-96.0519740129935,-96.00199900049975,-95.95202398800599,-95.90204897551224,-95.8520739630185,-95.80209895052474,-95.75212393803099,-95.70214892553723,-95.65217391304348,-95.60219890054972,-95.55222388805598,-95.50224887556222,-95.45227386306847,-95.40229885057471,-95.35232383808096,-95.3023488255872,-95.25237381309346,-95.2023988005997,-95.15242378810595,-95.10244877561219,-95.05247376311844,-95.00249875062468,-94.95252373813094,-94.90254872563717,-94.85257371314343,-94.80259870064968,-94.75262368815592,-94.70264867566218,-94.65267366316841,-94.60269865067467,-94.55272363818091,-94.50274862568716,-94.4527736131934,-94.40279860069965,-94.3528235882059,-94.30284857571215,-94.25287356321839,-94.20289855072464,-94.15292353823088,-94.10294852573713,-94.05297351324337,-94.00299850074963,-93.95302348825587,-93.90304847576212,-93.85307346326836,-93.80309845077461,-93.75312343828087,-93.7031484257871,-93.65317341329336,-93.6031984007996,-93.55322338830585,-93.50324837581209,-93.45327336331835,-93.40329835082458,-93.35332333833084,-93.30334832583708,-93.25337331334333,-93.20339830084957,-93.15342328835582,-93.10344827586206,-93.05347326336832,-93.00349825087456,-92.95352323838081,-92.90354822588705,-92.8535732133933,-92.80359820089954,-92.7536231884058,-92.70364817591205,-92.65367316341829,-92.60369815092454,-92.55372313843078,-92.50374812593704,-92.45377311344328,-92.40379810094953,-92.35382308845577,-92.30384807596202,-92.25387306346826,-92.20389805097452,-92.15392303848076,-92.10394802598701,-92.05397301349325,-92.0039980009995,-91.95402298850574,-91.904047976012,-91.85407296351823,-91.80409795102449,-91.75412293853073,-91.70414792603698,-91.65417291354323,-91.60419790104947,-91.55422288855573,-91.50424787606197,-91.45427286356822,-91.40429785107446,-91.35432283858071,-91.30434782608695,-91.2543728135932,-91.20439780109945,-91.1544227886057,-91.10444777611194,-91.0544727636182,-91.00449775112443,-90.95452273863069,-90.90454772613693,-90.85457271364318,-90.80459770114942,-90.75462268865567,-90.70464767616193,-90.65467266366817,-90.60469765117442,-90.55472263868066,-90.50474762618691,-90.45477261369315,-90.4047976011994,-90.35482258870564,-90.3048475762119,-90.25487256371814,-90.20489755122439,-90.15492253873063,-90.10494752623688,-90.05497251374312,-90.00499750124938,-89.95502248875562,-89.90504747626187,-89.85507246376811,-89.80509745127436,-89.7551224387806,-89.70514742628686,-89.65517241379311,-89.60519740129935,-89.5552223888056,-89.50524737631184,-89.4552723638181,-89.40529735132434,-89.35532233883059,-89.30534732633683,-89.25537231384308,-89.20539730134932,-89.15542228885558,-89.10544727636182,-89.05547226386807,-89.00549725137431,-88.95552223888056,-88.9055472263868,-88.85557221389305,-88.8055972013993,-88.75562218890555,-88.70564717641179,-88.65567216391804,-88.6056971514243,-88.55572213893053,-88.50574712643679,-88.45577211394303,-88.40579710144928,-88.35582208895552,-88.30584707646177,-88.25587206396801,-88.20589705147427,-88.1559220389805,-88.10594702648676,-88.055972013993,-88.00599700149925,-87.95602198900549,-87.90604697651175,-87.85607196401799,-87.80609695152424,-87.75612193903048,-87.70614692653673,-87.65617191404297,-87.60619690154923,-87.55622188905548,-87.50624687656172,-87.45627186406797,-87.40629685157421,-87.35632183908046,-87.3063468265867,-87.25637181409296,-87.2063968015992,-87.15642178910545,-87.10644677661169,-87.05647176411794,-87.00649675162418,-86.95652173913044,-86.90654672663668,-86.85657171414293,-86.80659670164917,-86.75662168915542,-86.70664667666166,-86.65667166416792,-86.60669665167416,-86.55672163918041,-86.50674662668666,-86.4567716141929,-86.40679660169916,-86.3568215892054,-86.30684657671165,-86.25687156421789,-86.20689655172414,-86.15692153923038,-86.10694652673664,-86.05697151424287,-86.00699650174913,-85.95702148925537,-85.90704647676162,-85.85707146426786,-85.80709645177411,-85.75712143928035,-85.70714642678661,-85.65717141429285,-85.6071964017991,-85.55722138930535,-85.5072463768116,-85.45727136431785,-85.40729635182409,-85.35732133933034,-85.30734632683658,-85.25737131434283,-85.20739630184907,-85.15742128935533,-85.10744627686157,-85.05747126436782,-85.00749625187406,-84.95752123938031,-84.90754622688655,-84.8575712143928,-84.80759620189905,-84.7576211894053,-84.70764617691154,-84.65767116441779,-84.60769615192403,-84.55772113943029,-84.50774612693654,-84.45777111444278,-84.40779610194903,-84.35782108945527,-84.30784607696152,-84.25787106446776,-84.20789605197402,-84.15792103948026,-84.10794602698651,-84.05797101449275,-84.007996001999,-83.95802098950524,-83.9080459770115,-83.85807096451774,-83.80809595202399,-83.75812093953023,-83.70814592703648,-83.65817091454272,-83.60819590204898,-83.55822088955522,-83.50824587706147,-83.45827086456772,-83.40829585207396,-83.35832083958022,-83.30834582708646,-83.25837081459271,-83.20839580209895,-83.1584207896052,-83.10844577711144,-83.0584707646177,-83.00849575212393,-82.95852073963019,-82.90854572713643,-82.85857071464268,-82.80859570214892,-82.75862068965517,-82.70864567716141,-82.65867066466767,-82.6086956521739,-82.55872063968016,-82.5087456271864,-82.45877061469265,-82.40879560219891,-82.35882058970515,-82.3088455772114,-82.25887056471764,-82.2088955522239,-82.15892053973013,-82.10894552723639,-82.05897051474263,-82.00899550224888,-81.95902048975512,-81.90904547726137,-81.85907046476761,-81.80909545227387,-81.7591204397801,-81.70914542728636,-81.6591704147926,-81.60919540229885,-81.55922038980509,-81.50924537731134,-81.45927036481758,-81.40929535232384,-81.35932033983009,-81.30934532733633,-81.25937031484258,-81.20939530234882,-81.15942028985508,-81.10944527736132,-81.05947026486757,-81.00949525237381,-80.95952023988006,-80.9095452273863,-80.85957021489256,-80.8095952023988,-80.75962018990505,-80.70964517741129,-80.65967016491754,-80.60969515242378,-80.55972013993004,-80.50974512743628,-80.45977011494253,-80.40979510244878,-80.35982008995502,-80.30984507746128,-80.25987006496752,-80.20989505247377,-80.15992003998001,-80.10994502748626,-80.0599700149925,-80.00999500249875,-79.960019990005,-79.91004497751125,-79.86006996501749,-79.81009495252374,-79.76011994002998,-79.71014492753623,-79.66016991504247,-79.61019490254873,-79.56021989005497,-79.51024487756122,-79.46026986506746,-79.41029485257371,-79.36031984007997,-79.3103448275862,-79.26036981509246,-79.2103948025987,-79.16041979010495,-79.11044477761119,-79.06046976511745,-79.01049475262369,-78.96051974012994,-78.91054472763618,-78.86056971514243,-78.81059470264867,-78.76061969015493,-78.71064467766116,-78.66066966516742,-78.61069465267366,-78.56071964017991,-78.51074462768615,-78.4607696151924,-78.41079460269864,-78.3608195902049,-78.31084457771115,-78.26086956521739,-78.21089455272364,-78.16091954022988,-78.11094452773614,-78.06096951524238,-78.01099450274863,-77.96101949025487,-77.91104447776112,-77.86106946526736,-77.81109445277362,-77.76111944027986,-77.71114442778611,-77.66116941529235,-77.6111944027986,-77.56121939030484,-77.5112443778111,-77.46126936531734,-77.41129435282359,-77.36131934032983,-77.31134432783608,-77.26136931534234,-77.21139430284857,-77.16141929035483,-77.11144427786107,-77.06146926536732,-77.01149425287356,-76.96151924037981,-76.91154422788605,-76.86156921539231,-76.81159420289855,-76.7616191904048,-76.71164417791104,-76.6616691654173,-76.61169415292353,-76.56171914042979,-76.51174412793603,-76.46176911544228,-76.41179410294852,-76.36181909045477,-76.31184407796101,-76.26186906546727,-76.21189405297352,-76.16191904047976,-76.11194402798601,-76.06196901549225,-76.0119940029985,-75.96201899050475,-75.912043978011,-75.86206896551724,-75.81209395302349,-75.76211894052973,-75.71214392803599,-75.66216891554222,-75.61219390304848,-75.56221889055472,-75.51224387806097,-75.46226886556721,-75.41229385307346,-75.3623188405797,-75.31234382808596,-75.2623688155922,-75.21239380309845,-75.1624187906047,-75.11244377811094,-75.0624687656172,-75.01249375312344,-74.96251874062969,-74.91254372813593,-74.86256871564218,-74.81259370314842,-74.76261869065468,-74.71264367816092,-74.66266866566717,-74.61269365317341,-74.56271864067966,-74.5127436281859,-74.46276861569216,-74.4127936031984,-74.36281859070465,-74.31284357821089,-74.26286856571714,-74.2128935532234,-74.16291854072963,-74.11294352823589,-74.06296851574213,-74.01299350324838,-73.96301849075462,-73.91304347826087,-73.86306846576711,-73.81309345327337,-73.7631184407796,-73.71314342828586,-73.6631684157921,-73.61319340329835,-73.5632183908046,-73.51324337831085,-73.46326836581709,-73.41329335332334,-73.36331834082958,-73.31334332833583,-73.26336831584207,-73.21339330334833,-73.16341829085458,-73.11344327836082,-73.06346826586707,-73.01349325337331,-72.96351824087957,-72.9135432283858,-72.86356821589206,-72.8135932033983,-72.76361819090455,-72.71364317841079,-72.66366816591704,-72.61369315342328,-72.56371814092954,-72.51374312843578,-72.46376811594203,-72.41379310344827,-72.36381809095452,-72.31384307846076,-72.26386806596702,-72.21389305347326,-72.16391804097951,-72.11394302848576,-72.063968015992,-72.01399300349826,-71.9640179910045,-71.91404297851075,-71.86406796601699,-71.81409295352324,-71.76411794102948,-71.71414292853574,-71.66416791604198,-71.61419290354823,-71.56421789105447,-71.51424287856072,-71.46426786606696,-71.41429285357322,-71.36431784107945,-71.31434282858571,-71.26436781609195,-71.2143928035982,-71.16441779110444,-71.1144427786107,-71.06446776611695,-71.01449275362319,-70.96451774112944,-70.91454272863568,-70.86456771614193,-70.81459270364817,-70.76461769115443,-70.71464267866067,-70.66466766616692,-70.61469265367316,-70.56471764117941,-70.51474262868565,-70.4647676161919,-70.41479260369815,-70.3648175912044,-70.31484257871064,-70.26486756621689,-70.21489255372313,-70.16491754122939,-70.11494252873563,-70.06496751624188,-70.01499250374813,-69.96501749125437,-69.91504247876063,-69.86506746626686,-69.81509245377312,-69.76511744127936,-69.71514242878561,-69.66516741629185,-69.6151924037981,-69.56521739130434,-69.5152423788106,-69.46526736631684,-69.41529235382309,-69.36531734132933,-69.31534232883558,-69.26536731634182,-69.21539230384808,-69.16541729135432,-69.11544227886057,-69.06546726636682,-69.01549225387306,-68.96551724137932,-68.91554222888556,-68.86556721639181,-68.81559220389805,-68.7656171914043,-68.71564217891054,-68.6656671664168,-68.61569215392304,-68.56571714142929,-68.51574212893553,-68.46576711644178,-68.41579210394802,-68.36581709145428,-68.31584207896051,-68.26586706646677,-68.21589205397301,-68.16591704147926,-68.1159420289855,-68.06596701649175,-68.01599200399801,-67.96601699150425,-67.9160419790105,-67.86606696651674,-67.816091954023,-67.76611694152923,-67.71614192903549,-67.66616691654173,-67.61619190404798,-67.56621689155422,-67.51624187906047,-67.46626686656671,-67.41629185407297,-67.3663168415792,-67.31634182908546,-67.2663668165917,-67.21639180409795,-67.16641679160419,-67.11644177911045,-67.06646676661668,-67.01649175412294,-66.96651674162919,-66.91654172913543,-66.86656671664169,-66.81659170414792,-66.76661669165418,-66.71664167916042,-66.66666666666667,-66.61669165417291,-66.56671664167916,-66.5167416291854,-66.46676661669166,-66.4167916041979,-66.36681659170415,-66.31684157921039,-66.26686656671664,-66.21689155422288,-66.16691654172914,-66.11694152923538,-66.06696651674163,-66.01699150424787,-65.96701649175412,-65.91704147926038,-65.86706646676662,-65.81709145427287,-65.76711644177911,-65.71714142928536,-65.6671664167916,-65.61719140429786,-65.5672163918041,-65.51724137931035,-65.46726636681659,-65.41729135432284,-65.36731634182908,-65.31734132933533,-65.26736631684157,-65.21739130434783,-65.16741629185407,-65.11744127936032,-65.06746626686656,-65.01749125437281,-64.96751624187905,-64.91754122938531,-64.86756621689156,-64.8175912043978,-64.76761619190405,-64.7176411794103,-64.66766616691655,-64.61769115442279,-64.56771614192904,-64.51774112943528,-64.46776611694153,-64.41779110444777,-64.36781609195403,-64.31784107946027,-64.26786606696652,-64.21789105447276,-64.16791604197901,-64.11794102948525,-64.0679660169915,-64.01799100449774,-63.968015992004,-63.918040979510245,-63.86806596701649,-63.81809095452274,-63.768115942028984,-63.71814092953523,-63.66816591704148,-63.618190904547724,-63.56821589205397,-63.51824087956022,-63.468265867066464,-63.41829085457271,-63.368315842078964,-63.31834082958521,-63.26836581709146,-63.2183908045977,-63.16841579210395,-63.1184407796102,-63.06846576711644,-63.01849075462269,-62.968515742128936,-62.91854072963518,-62.86856571714143,-62.818590704647676,-62.76861569215392,-62.71864067966017,-62.668665667166415,-62.61869065467266,-62.56871564217891,-62.518740629685155,-62.4687656171914,-62.41879060469765,-62.3688155922039,-62.31884057971015,-62.268865567216395,-62.21889055472264,-62.16891554222889,-62.118940529735134,-62.06896551724138,-62.01899050474763,-61.969015492253874,-61.91904047976012,-61.86906546726637,-61.81909045477261,-61.76911544227886,-61.71914042978511,-61.66916541729135,-61.6191904047976,-61.569215392303846,-61.51924037981009,-61.46926536731634,-61.419290354822586,-61.36931534232883,-61.319340329835086,-61.26936531734133,-61.21939030484758,-61.169415292353825,-61.11944027986007,-61.06946526736632,-61.019490254872565,-60.96951524237881,-60.91954022988506,-60.869565217391305,-60.81959020489755,-60.7696151924038,-60.719640179910044,-60.66966516741629,-60.61969015492254,-60.569715142428784,-60.51974012993503,-60.46976511744128,-60.41979010494752,-60.36981509245377,-60.31984007996002,-60.26986506746627,-60.21989005497252,-60.16991504247876,-60.11994002998501,-60.069965017491256,-60.0199900049975,-59.97001499250375,-59.920039980009996,-59.87006496751624,-59.82008995502249,-59.770114942528735,-59.72013993003498,-59.67016491754123,-59.620189905047475,-59.57021489255372,-59.52023988005997,-59.470264867566215,-59.42028985507246,-59.37031484257871,-59.320339830084954,-59.27036481759121,-59.220389805097454,-59.1704147926037,-59.12043978010995,-59.070464767616194,-59.02048975512244,-58.97051474262869,-58.920539730134934,-58.87056471764118,-58.82058970514743,-58.77061469265367,-58.72063968015992,-58.670664667666166,-58.62068965517241,-58.57071464267866,-58.520739630184906,-58.47076461769115,-58.4207896051974,-58.370814592703645,-58.32083958020989,-58.27086456771614,-58.22088955522239,-58.17091454272864,-58.120939530234885,-58.07096451774113,-58.02098950524738,-57.971014492753625,-57.92103948025987,-57.87106446776612,-57.821089455272364,-57.77111444277861,-57.72113943028486,-57.671164417791104,-57.62118940529735,-57.5712143928036,-57.521239380309844,-57.47126436781609,-57.42128935532234,-57.37131434282858,-57.32133933033483,-57.271364317841076,-57.22138930534732,-57.17141429285358,-57.12143928035982,-57.07146426786607,-57.021489255372316,-56.97151424287856,-56.92153923038481,-56.871564217891056,-56.8215892053973,-56.77161419290355,-56.721639180409795,-56.67166416791604,-56.62168915542229,-56.571714142928535,-56.52173913043478,-56.47176411794103,-56.421789105447274,-56.37181409295352,-56.32183908045977,-56.271864067966014,-56.22188905547226,-56.171914042978514,-56.12193903048476,-56.07196401799101,-56.021989005497254,-55.9720139930035,-55.92203898050975,-55.87206396801599,-55.82208895552224,-55.77211394302849,-55.72213893053473,-55.67216391804098,-55.622188905547226,-55.57221389305347,-55.52223888055972,-55.472263868065966,-55.42228885557221,-55.37231384307846,-55.322338830584705,-55.27236381809095,-55.2223888055972,-55.172413793103445,-55.1224387806097,-55.072463768115945,-55.02248875562219,-54.97251374312844,-54.922538730634685,-54.87256371814093,-54.82258870564718,-54.772613693153424,-54.72263868065967,-54.67266366816592,-54.622688655672164,-54.57271364317841,-54.52273863068466,-54.4727636181909,-54.42278860569715,-54.3728135932034,-54.32283858070964,-54.27286356821589,-54.222888555722136,-54.17291354322838,-54.122938530734636,-54.07296351824088,-54.02298850574713,-53.973013493253376,-53.92303848075962,-53.87306346826587,-53.823088455772115,-53.77311344327836,-53.72313843078461,-53.673163418290855,-53.6231884057971,-53.57321339330335,-53.523238380809595,-53.47326336831584,-53.42328835582209,-53.373313343328334,-53.32333833083458,-53.27336331834083,-53.223388305847074,-53.17341329335332,-53.12343828085957,-53.07346326836582,-53.02348825587207,-52.973513243378314,-52.92353823088456,-52.87356321839081,-52.82358820589705,-52.7736131934033,-52.723638180909546,-52.67366316841579,-52.62368815592204,-52.573713143428286,-52.52373813093453,-52.47376311844078,-52.423788105947025,-52.37381309345327,-52.32383808095952,-52.273863068465765,-52.22388805597201,-52.17391304347826,-52.123938030984505,-52.07396301849075,-52.023988005997005,-51.97401299350325,-51.9240379810095,-51.874062968515744,-51.82408795602199,-51.77411294352824,-51.724137931034484,-51.67416291854073,-51.62418790604698,-51.574212893553224,-51.52423788105947,-51.47426286856572,-51.42428785607196,-51.37431284357821,-51.324337831084456,-51.2743628185907,-51.22438780609695,-51.174412793603196,-51.12443778110944,-51.07446276861569,-51.02448775612194,-50.97451274362819,-50.924537731134436,-50.87456271864068,-50.82458770614693,-50.774612693653175,-50.72463768115942,-50.67466266866567,-50.624687656171915,-50.57471264367816,-50.52473763118441,-50.474762618690654,-50.4247876061969,-50.37481259370315,-50.324837581209394,-50.27486256871564,-50.22488755622189,-50.174912543728134,-50.12493753123438,-50.07496251874063,-50.02498750624687,-49.97501249375313,-49.92503748125937,-49.87506246876562,-49.825087456271866,-49.77511244377811,-49.72513743128436,-49.675162418790606,-49.62518740629685,-49.5752123938031,-49.525237381309346,-49.47526236881559,-49.42528735632184,-49.375312343828085,-49.32533733133433,-49.27536231884058,-49.225387306346825,-49.17541229385307,-49.12543728135932,-49.075462268865564,-49.02548725637181,-48.97551224387806,-48.92553723138431,-48.87556221889056,-48.825587206396804,-48.77561219390305,-48.7256371814093,-48.675662168915544,-48.62568715642179,-48.57571214392804,-48.52573713143428,-48.47576211894053,-48.425787106446776,-48.37581209395302,-48.32583708145927,-48.275862068965516,-48.22588705647176,-48.17591204397801,-48.125937031484256,-48.0759620189905,-48.02598700649675,-47.976011994002995,-47.92603698150925,-47.876061969015495,-47.82608695652174,-47.77611194402799,-47.726136931534235,-47.67616191904048,-47.62618690654673,-47.576211894052975,-47.52623688155922,-47.47626186906547,-47.426286856571714,-47.37631184407796,-47.32633683158421,-47.276361819090454,-47.2263868065967,-47.17641179410295,-47.12643678160919,-47.07646176911544,-47.026486756621686,-46.97651174412793,-46.92653673163418,-46.87656171914043,-46.82658670664668,-46.776611694152926,-46.72663668165917,-46.67666166916542,-46.626686656671666,-46.57671164417791,-46.52673663168416,-46.476761619190405,-46.42678660669665,-46.3768115942029,-46.326836581709145,-46.27686156921539,-46.22688655672164,-46.176911544227885,-46.12693653173413,-46.07696151924038,-46.026986506746624,-45.97701149425287,-45.92703648175912,-45.877061469265364,-45.82708645677162,-45.777111444277864,-45.72713643178411,-45.67716141929036,-45.6271864067966,-45.57721139430285,-45.5272363818091,-45.47726136931534,-45.42728635682159,-45.377311344327836,-45.32733633183408,-45.27736131934033,-45.227386306846576,-45.17741129435282,-45.12743628185907,-45.077461269365315,-45.02748625687156,-44.97751124437781,-44.927536231884055,-44.8775612193903,-44.827586206896555,-44.7776111944028,-44.72763618190905,-44.677661169415295,-44.62768615692154,-44.57771114442779,-44.527736131934034,-44.47776111944028,-44.42778610694653,-44.377811094452774,-44.32783608195902,-44.27786106946527,-44.22788605697151,-44.17791104447776,-44.12793603198401,-44.07796101949025,-44.0279860069965,-43.978010994502746,-43.92803598200899,-43.87806096951524,-43.828085957021486,-43.77811094452774,-43.728135932033986,-43.67816091954023,-43.62818590704648,-43.578210894552726,-43.52823588205897,-43.47826086956522,-43.428285857071465,-43.37831084457771,-43.32833583208396,-43.278360819590205,-43.22838580709645,-43.1784107946027,-43.128435782108944,-43.07846076961519,-43.02848575712144,-42.978510744627684,-42.92853573213393,-42.87856071964018,-42.82858570714642,-42.77861069465268,-42.728635682158924,-42.67866066966517,-42.62868565717142,-42.57871064467766,-42.52873563218391,-42.478760619690156,-42.4287856071964,-42.37881059470265,-42.328835582208896,-42.27886056971514,-42.22888555722139,-42.178910544727636,-42.12893553223388,-42.07896051974013,-42.028985507246375,-41.97901049475262,-41.92903548225887,-41.879060469765115,-41.82908545727136,-41.77911044477761,-41.72913543228386,-41.67916041979011,-41.629185407296355,-41.5792103948026,-41.52923538230885,-41.479260369815094,-41.42928535732134,-41.37931034482759,-41.329335332333834,-41.27936031984008,-41.22938530734633,-41.17941029485257,-41.12943528235882,-41.079460269865066,-41.02948525737131,-40.97951024487756,-40.929535232383806,-40.87956021989005,-40.8295852073963,-40.779610194902546,-40.72963518240879,-40.679660169915046,-40.62968515742129,-40.57971014492754,-40.529735132433785,-40.47976011994003,-40.42978510744628,-40.379810094952525,-40.32983508245877,-40.27986006996502,-40.229885057471265,-40.17991004497751,-40.12993503248376,-40.079960019990004,-40.02998500749625,-39.9800099950025,-39.930034982508744,-39.88005997001499,-39.83008495752124,-39.78010994502748,-39.73013493253373,-39.68015992003998,-39.63018490754623,-39.58020989505248,-39.53023488255872,-39.48025987006497,-39.430284857571216,-39.38030984507746,-39.33033483258371,-39.280359820089956,-39.2303848075962,-39.18040979510245,-39.130434782608695,-39.08045977011494,-39.03048475762119,-38.980509745127435,-38.93053473263368,-38.88055972013993,-38.830584707646175,-38.78060969515242,-38.73063468265867,-38.680659670164914,-38.63068465767117,-38.580709645177414,-38.53073463268366,-38.48075962018991,-38.430784607696154,-38.3808095952024,-38.33083458270865,-38.28085957021489,-38.23088455772114,-38.18090954522739,-38.13093453273363,-38.08095952023988,-38.030984507746126,-37.98100949525237,-37.93103448275862,-37.881059470264866,-37.83108445777111,-37.78110944527736,-37.731134432783605,-37.68115942028985,-37.6311844077961,-37.58120939530235,-37.5312343828086,-37.481259370314845,-37.43128435782109,-37.38130934532734,-37.331334332833585,-37.28135932033983,-37.23138430784608,-37.181409295352324,-37.13143428285857,-37.08145927036482,-37.031484257871064,-36.98150924537731,-36.93153423288356,-36.8815592203898,-36.83158420789605,-36.7816091954023,-36.73163418290854,-36.68165917041479,-36.631684157921036,-36.58170914542729,-36.531734132933536,-36.48175912043978,-36.43178410794603,-36.381809095452276,-36.33183408295852,-36.28185907046477,-36.231884057971016,-36.18190904547726,-36.13193403298351,-36.081959020489755,-36.031984007996,-35.98200899550225,-35.932033983008495,-35.88205897051474,-35.83208395802099,-35.782108945527234,-35.73213393303348,-35.68215892053973,-35.632183908045974,-35.58220889555222,-35.532233883058474,-35.48225887056472,-35.43228385807097,-35.382308845577214,-35.33233383308346,-35.28235882058971,-35.23238380809595,-35.1824087956022,-35.132433783108446,-35.08245877061469,-35.03248375812094,-34.982508745627186,-34.93253373313343,-34.88255872063968,-34.832583708145926,-34.78260869565217,-34.73263368315842,-34.682658670664665,-34.63268365817091,-34.58270864567716,-34.53273363318341,-34.48275862068966,-34.432783608195905,-34.38280859570215,-34.3328335832084,-34.282858570714644,-34.23288355822089,-34.18290854572714,-34.132933533233384,-34.08295852073963,-34.03298350824588,-33.983008495752124,-33.93303348325837,-33.88305847076462,-33.83308345827086,-33.78310844577711,-33.733133433283356,-33.6831584207896,-33.63318340829585,-33.583208395802096,-33.53323338330834,-33.483258370814596,-33.43328335832084,-33.38330834582709,-33.333333333333336,-33.28335832083958,-33.23338330834583,-33.183408295852075,-33.13343328335832,-33.08345827086457,-33.033483258370815,-32.98350824587706,-32.93353323338331,-32.883558220889554,-32.8335832083958,-32.78360819590205,-32.733633183408294,-32.68365817091454,-32.63368315842079,-32.583708145927034,-32.53373313343328,-32.48375812093953,-32.43378310844578,-32.38380809595203,-32.33383308345827,-32.28385807096452,-32.23388305847077,-32.18390804597701,-32.13393303348326,-32.083958020989506,-32.03398300849575,-31.984007996002,-31.934032983508246,-31.884057971014492,-31.83408295852074,-31.784107946026985,-31.734132933533232,-31.684157921039482,-31.63418290854573,-31.584207896051975,-31.53423288355822,-31.484257871064468,-31.434282858570715,-31.38430784607696,-31.334332833583208,-31.284357821089454,-31.2343828085957,-31.18440779610195,-31.134432783608197,-31.084457771114444,-31.03448275862069,-30.984507746126937,-30.934532733633183,-30.88455772113943,-30.834582708645677,-30.784607696151923,-30.73463268365817,-30.684657671164416,-30.634682658670666,-30.584707646176913,-30.53473263368316,-30.484757621189406,-30.434782608695652,-30.3848075962019,-30.334832583708145,-30.284857571214392,-30.23488255872064,-30.184907546226885,-30.134932533733135,-30.08495752123938,-30.034982508745628,-29.985007496251875,-29.93503248375812,-29.885057471264368,-29.835082458770614,-29.78510744627686,-29.735132433783107,-29.685157421289354,-29.635182408795604,-29.58520739630185,-29.535232383808097,-29.485257371314344,-29.43528235882059,-29.385307346326837,-29.335332333833083,-29.28535732133933,-29.235382308845576,-29.185407296351823,-29.13543228385807,-29.08545727136432,-29.035482258870566,-28.985507246376812,-28.93553223388306,-28.885557221389305,-28.835582208895552,-28.7856071964018,-28.735632183908045,-28.68565717141429,-28.635682158920538,-28.58570714642679,-28.535732133933035,-28.48575712143928,-28.435782108945528,-28.385807096451774,-28.33583208395802,-28.285857071464267,-28.235882058970514,-28.18590704647676,-28.135932033983007,-28.085957021489257,-28.035982008995504,-27.98600699650175,-27.936031984007997,-27.886056971514243,-27.83608195902049,-27.786106946526736,-27.736131934032983,-27.68615692153923,-27.636181909045476,-27.586206896551722,-27.536231884057973,-27.48625687156422,-27.436281859070466,-27.386306846576712,-27.33633183408296,-27.286356821589205,-27.23638180909545,-27.1864067966017,-27.136431784107945,-27.08645677161419,-27.03648175912044,-26.986506746626688,-26.936531734132934,-26.88655672163918,-26.836581709145428,-26.786606696651674,-26.73663168415792,-26.686656671664167,-26.636681659170414,-26.58670664667666,-26.53673163418291,-26.486756621689157,-26.436781609195403,-26.38680659670165,-26.336831584207896,-26.286856571714143,-26.23688155922039,-26.186906546726636,-26.136931534232883,-26.08695652173913,-26.036981509245376,-25.987006496751626,-25.937031484257872,-25.88705647176412,-25.837081459270365,-25.787106446776612,-25.73713143428286,-25.687156421789105,-25.63718140929535,-25.587206396801598,-25.537231384307844,-25.487256371814095,-25.43728135932034,-25.387306346826588,-25.337331334332834,-25.28735632183908,-25.237381309345327,-25.187406296851574,-25.13743128435782,-25.087456271864067,-25.037481259370313,-24.987506246876563,-24.93753123438281,-24.887556221889056,-24.837581209395303,-24.78760619690155,-24.737631184407796,-24.687656171914043,-24.63768115942029,-24.587706146926536,-24.537731134432782,-24.48775612193903,-24.43778110944528,-24.387806096951525,-24.337831084457772,-24.28785607196402,-24.237881059470265,-24.18790604697651,-24.137931034482758,-24.087956021989005,-24.03798100949525,-23.988005997001498,-23.938030984507748,-23.888055972013994,-23.83808095952024,-23.788105947026487,-23.738130934532734,-23.68815592203898,-23.638180909545227,-23.588205897051473,-23.53823088455772,-23.488255872063966,-23.438280859570217,-23.388305847076463,-23.33833083458271,-23.288355822088956,-23.238380809595203,-23.18840579710145,-23.138430784607696,-23.088455772113942,-23.03848075962019,-22.988505747126435,-22.938530734632682,-22.888555722138932,-22.83858070964518,-22.788605697151425,-22.73863068465767,-22.688655672163918,-22.638680659670165,-22.58870564717641,-22.538730634682658,-22.488755622188904,-22.43878060969515,-22.3888055972014,-22.338830584707647,-22.288855572213894,-22.23888055972014,-22.188905547226387,-22.138930534732634,-22.08895552223888,-22.038980509745127,-21.989005497251373,-21.93903048475762,-21.88905547226387,-21.839080459770116,-21.789105447276363,-21.73913043478261,-21.689155422288856,-21.639180409795102,-21.58920539730135,-21.539230384807595,-21.489255372313842,-21.43928035982009,-21.38930534732634,-21.339330334832585,-21.28935532233883,-21.239380309845078,-21.189405297351325,-21.13943028485757,-21.089455272363818,-21.039480259870064,-20.98950524737631,-20.939530234882557,-20.889555222388804,-20.839580209895054,-20.7896051974013,-20.739630184907547,-20.689655172413794,-20.63968015992004,-20.589705147426287,-20.539730134932533,-20.48975512243878,-20.439780109945026,-20.389805097451273,-20.339830084957523,-20.28985507246377,-20.239880059970016,-20.189905047476262,-20.13993003498251,-20.089955022488756,-20.039980009995002,-19.99000499750125,-19.940029985007495,-19.89005497251374,-19.84007996001999,-19.79010494752624,-19.740129935032485,-19.69015492253873,-19.640179910044978,-19.590204897551224,-19.54022988505747,-19.490254872563717,-19.440279860069964,-19.39030484757621,-19.340329835082457,-19.290354822588707,-19.240379810094954,-19.1904047976012,-19.140429785107447,-19.090454772613693,-19.04047976011994,-18.990504747626186,-18.940529735132433,-18.89055472263868,-18.840579710144926,-18.790604697651176,-18.740629685157423,-18.69065467266367,-18.640679660169916,-18.590704647676162,-18.54072963518241,-18.490754622688655,-18.4407796101949,-18.39080459770115,-18.340829585207395,-18.290854572713645,-18.24087956021989,-18.190904547726138,-18.140929535232384,-18.09095452273863,-18.040979510244878,-17.991004497751124,-17.94102948525737,-17.891054472763617,-17.841079460269864,-17.79110444777611,-17.74112943528236,-17.691154422788607,-17.641179410294853,-17.5912043978011,-17.541229385307346,-17.491254372813593,-17.44127936031984,-17.391304347826086,-17.341329335332333,-17.29135432283858,-17.24137931034483,-17.191404297851076,-17.141429285357322,-17.09145427286357,-17.041479260369815,-16.991504247876062,-16.94152923538231,-16.891554222888555,-16.8415792103948,-16.791604197901048,-16.741629185407298,-16.691654172913545,-16.64167916041979,-16.591704147926038,-16.541729135432284,-16.49175412293853,-16.441779110444777,-16.391804097951024,-16.34182908545727,-16.291854072963517,-16.241879060469763,-16.191904047976013,-16.14192903548226,-16.091954022988507,-16.041979010494753,-15.992003998001,-15.942028985507246,-15.892053973013493,-15.842078960519741,-15.792103948025987,-15.742128935532234,-15.69215392303848,-15.642178910544727,-15.592203898050975,-15.542228885557222,-15.492253873063468,-15.442278860569715,-15.392303848075962,-15.342328835582208,-15.292353823088456,-15.242378810594703,-15.19240379810095,-15.142428785607196,-15.092453773113442,-15.04247876061969,-14.992503748125937,-14.942528735632184,-14.89255372313843,-14.842578710644677,-14.792603698150925,-14.742628685657172,-14.692653673163418,-14.642678660669665,-14.592703648175911,-14.54272863568216,-14.492753623188406,-14.442778610694653,-14.3928035982009,-14.342828585707146,-14.292853573213394,-14.24287856071964,-14.192903548225887,-14.142928535732134,-14.09295352323838,-14.042978510744629,-13.993003498250875,-13.943028485757122,-13.893053473263368,-13.843078460769615,-13.793103448275861,-13.74312843578211,-13.693153423288356,-13.643178410794603,-13.59320339830085,-13.543228385807096,-13.493253373313344,-13.44327836081959,-13.393303348325837,-13.343328335832084,-13.29335332333833,-13.243378310844578,-13.193403298350825,-13.143428285857071,-13.093453273363318,-13.043478260869565,-12.993503248375813,-12.94352823588206,-12.893553223388306,-12.843578210894552,-12.793603198400799,-12.743628185907047,-12.693653173413294,-12.64367816091954,-12.593703148425787,-12.543728135932033,-12.493753123438282,-12.443778110944528,-12.393803098450775,-12.343828085957021,-12.293853073463268,-12.243878060969514,-12.193903048475763,-12.14392803598201,-12.093953023488256,-12.043978010994502,-11.994002998500749,-11.944027986006997,-11.894052973513244,-11.84407796101949,-11.794102948525737,-11.744127936031983,-11.694152923538232,-11.644177911044478,-11.594202898550725,-11.544227886056971,-11.494252873563218,-11.444277861069466,-11.394302848575713,-11.344327836081959,-11.294352823588206,-11.244377811094452,-11.1944027986007,-11.144427786106947,-11.094452773613193,-11.04447776111944,-10.994502748625687,-10.944527736131935,-10.894552723638181,-10.844577711144428,-10.794602698650674,-10.744627686156921,-10.69465267366317,-10.644677661169416,-10.594702648675662,-10.544727636181909,-10.494752623688155,-10.444777611194402,-10.39480259870065,-10.344827586206897,-10.294852573713143,-10.24487756121939,-10.194902548725636,-10.144927536231885,-10.094952523738131,-10.044977511244378,-9.995002498750624,-9.94502748625687,-9.89505247376312,-9.845077461269366,-9.795102448775612,-9.745127436281859,-9.695152423788105,-9.645177411294354,-9.5952023988006,-9.545227386306847,-9.495252373813093,-9.44527736131934,-9.395302348825588,-9.345327336331835,-9.295352323838081,-9.245377311344328,-9.195402298850574,-9.145427286356822,-9.095452273863069,-9.045477261369316,-8.995502248875562,-8.945527236381809,-8.895552223888055,-8.845577211394303,-8.79560219890055,-8.745627186406796,-8.695652173913043,-8.64567716141929,-8.595702148925538,-8.545727136431784,-8.495752123938031,-8.445777111444277,-8.395802098950524,-8.345827086456772,-8.295852073963019,-8.245877061469265,-8.195902048975512,-8.145927036481758,-8.095952023988007,-8.045977011494253,-7.9960019990005,-7.946026986506746,-7.896051974012994,-7.84607696151924,-7.796101949025488,-7.746126936531734,-7.696151924037981,-7.646176911544228,-7.596201899050475,-7.546226886556721,-7.496251874062969,-7.446276861569215,-7.396301849075463,-7.346326836581709,-7.296351824087956,-7.246376811594203,-7.19640179910045,-7.146426786606697,-7.096451774112944,-7.04647676161919,-6.9965017491254375,-6.946526736631684,-6.896551724137931,-6.846576711644178,-6.796601699150425,-6.746626686656672,-6.6966516741629185,-6.646676661669165,-6.5967016491754125,-6.546726636681659,-6.496751624187906,-6.446776611694153,-6.3968015992003995,-6.346826586706647,-6.296851574212893,-6.246876561719141,-6.196901549225387,-6.146926536731634,-6.096951524237881,-6.046976511744128,-5.997001499250374,-5.947026486756622,-5.897051474262868,-5.847076461769116,-5.797101449275362,-5.747126436781609,-5.697151424287856,-5.647176411794103,-5.59720139930035,-5.547226386806597,-5.497251374312843,-5.447276361819091,-5.397301349325337,-5.347326336831585,-5.297351324337831,-5.247376311844078,-5.197401299350325,-5.147426286856572,-5.097451274362818,-5.047476261869066,-4.997501249375312,-4.94752623688156,-4.897551224387806,-4.847576211894053,-4.7976011994003,-4.747626186906547,-4.697651174412794,-4.6476761619190405,-4.597701149425287,-4.5477261369315345,-4.497751124437781,-4.4477761119440276,-4.397801099450275,-4.3478260869565215,-4.297851074462769,-4.2478760619690155,-4.197901049475262,-4.147926036981509,-4.097951024487756,-4.047976011994003,-3.99800099950025,-3.948025987006497,-3.898050974512744,-3.8480759620189904,-3.7981009495252374,-3.7481259370314843,-3.6981509245377313,-3.648175912043978,-3.598200899550225,-3.548225887056472,-3.4982508745627188,-3.4482758620689653,-3.3983008495752123,-3.3483258370814593,-3.2983508245877062,-3.248375812093953,-3.1984007996001997,-3.1484257871064467,-3.0984507746126937,-3.0484757621189407,-2.998500749625187,-2.948525737131434,-2.898550724637681,-2.848575712143928,-2.798600699650175,-2.7486256871564216,-2.6986506746626686,-2.6486756621689156,-2.5987006496751626,-2.548725637181409,-2.498750624687656,-2.448775612193903,-2.39880059970015,-2.348825587206397,-2.2988505747126435,-2.2488755622188905,-2.1989005497251375,-2.1489255372313845,-2.098950524737631,-2.048975512243878,-1.999000499750125,-1.949025487256372,-1.8990504747626187,-1.8490754622688657,-1.7991004497751124,-1.7491254372813594,-1.6991504247876061,-1.6491754122938531,-1.5992003998000999,-1.5492253873063468,-1.4992503748125936,-1.4492753623188406,-1.3993003498250876,-1.3493253373313343,-1.2993503248375813,-1.249375312343828,-1.199400299850075,-1.1494252873563218,-1.0994502748625687,-1.0494752623688155,-0.9995002498750625,-0.9495252373813093,-0.8995502248875562,-0.8495752123938031,-0.7996001999000499,-0.7496251874062968,-0.6996501749125438,-0.6496751624187906,-0.5997001499250375,-0.5497251374312844,-0.49975012493753124,-0.4497751124437781,-0.39980009995002497,-0.3498250874562719,-0.29985007496251875,-0.24987506246876562,-0.19990004997501248,-0.14992503748125938,-0.09995002498750624,-0.04997501249375312,0.0,0.04997501249375312,0.09995002498750624,0.14992503748125938,0.19990004997501248,0.24987506246876562,0.29985007496251875,0.3498250874562719,0.39980009995002497,0.4497751124437781,0.49975012493753124,0.5497251374312844,0.5997001499250375,0.6496751624187906,0.6996501749125438,0.7496251874062968,0.7996001999000499,0.8495752123938031,0.8995502248875562,0.9495252373813093,0.9995002498750625,1.0494752623688155,1.0994502748625687,1.1494252873563218,1.199400299850075,1.249375312343828,1.2993503248375813,1.3493253373313343,1.3993003498250876,1.4492753623188406,1.4992503748125936,1.5492253873063468,1.5992003998000999,1.6491754122938531,1.6991504247876061,1.7491254372813594,1.7991004497751124,1.8490754622688657,1.8990504747626187,1.949025487256372,1.999000499750125,2.048975512243878,2.098950524737631,2.1489255372313845,2.1989005497251375,2.2488755622188905,2.2988505747126435,2.348825587206397,2.39880059970015,2.448775612193903,2.498750624687656,2.548725637181409,2.5987006496751626,2.6486756621689156,2.6986506746626686,2.7486256871564216,2.798600699650175,2.848575712143928,2.898550724637681,2.948525737131434,2.998500749625187,3.0484757621189407,3.0984507746126937,3.1484257871064467,3.1984007996001997,3.248375812093953,3.2983508245877062,3.3483258370814593,3.3983008495752123,3.4482758620689653,3.4982508745627188,3.548225887056472,3.598200899550225,3.648175912043978,3.6981509245377313,3.7481259370314843,3.7981009495252374,3.8480759620189904,3.898050974512744,3.948025987006497,3.99800099950025,4.047976011994003,4.097951024487756,4.147926036981509,4.197901049475262,4.2478760619690155,4.297851074462769,4.3478260869565215,4.397801099450275,4.4477761119440276,4.497751124437781,4.5477261369315345,4.597701149425287,4.6476761619190405,4.697651174412794,4.747626186906547,4.7976011994003,4.847576211894053,4.897551224387806,4.94752623688156,4.997501249375312,5.047476261869066,5.097451274362818,5.147426286856572,5.197401299350325,5.247376311844078,5.297351324337831,5.347326336831585,5.397301349325337,5.447276361819091,5.497251374312843,5.547226386806597,5.59720139930035,5.647176411794103,5.697151424287856,5.747126436781609,5.797101449275362,5.847076461769116,5.897051474262868,5.947026486756622,5.997001499250374,6.046976511744128,6.096951524237881,6.146926536731634,6.196901549225387,6.246876561719141,6.296851574212893,6.346826586706647,6.3968015992003995,6.446776611694153,6.496751624187906,6.546726636681659,6.5967016491754125,6.646676661669165,6.6966516741629185,6.746626686656672,6.796601699150425,6.846576711644178,6.896551724137931,6.946526736631684,6.9965017491254375,7.04647676161919,7.096451774112944,7.146426786606697,7.19640179910045,7.246376811594203,7.296351824087956,7.346326836581709,7.396301849075463,7.446276861569215,7.496251874062969,7.546226886556721,7.596201899050475,7.646176911544228,7.696151924037981,7.746126936531734,7.796101949025488,7.84607696151924,7.896051974012994,7.946026986506746,7.9960019990005,8.045977011494253,8.095952023988007,8.145927036481758,8.195902048975512,8.245877061469265,8.295852073963019,8.345827086456772,8.395802098950524,8.445777111444277,8.495752123938031,8.545727136431784,8.595702148925538,8.64567716141929,8.695652173913043,8.745627186406796,8.79560219890055,8.845577211394303,8.895552223888055,8.945527236381809,8.995502248875562,9.045477261369316,9.095452273863069,9.145427286356822,9.195402298850574,9.245377311344328,9.295352323838081,9.345327336331835,9.395302348825588,9.44527736131934,9.495252373813093,9.545227386306847,9.5952023988006,9.645177411294354,9.695152423788105,9.745127436281859,9.795102448775612,9.845077461269366,9.89505247376312,9.94502748625687,9.995002498750624,10.044977511244378,10.094952523738131,10.144927536231885,10.194902548725636,10.24487756121939,10.294852573713143,10.344827586206897,10.39480259870065,10.444777611194402,10.494752623688155,10.544727636181909,10.594702648675662,10.644677661169416,10.69465267366317,10.744627686156921,10.794602698650674,10.844577711144428,10.894552723638181,10.944527736131935,10.994502748625687,11.04447776111944,11.094452773613193,11.144427786106947,11.1944027986007,11.244377811094452,11.294352823588206,11.344327836081959,11.394302848575713,11.444277861069466,11.494252873563218,11.544227886056971,11.594202898550725,11.644177911044478,11.694152923538232,11.744127936031983,11.794102948525737,11.84407796101949,11.894052973513244,11.944027986006997,11.994002998500749,12.043978010994502,12.093953023488256,12.14392803598201,12.193903048475763,12.243878060969514,12.293853073463268,12.343828085957021,12.393803098450775,12.443778110944528,12.493753123438282,12.543728135932033,12.593703148425787,12.64367816091954,12.693653173413294,12.743628185907047,12.793603198400799,12.843578210894552,12.893553223388306,12.94352823588206,12.993503248375813,13.043478260869565,13.093453273363318,13.143428285857071,13.193403298350825,13.243378310844578,13.29335332333833,13.343328335832084,13.393303348325837,13.44327836081959,13.493253373313344,13.543228385807096,13.59320339830085,13.643178410794603,13.693153423288356,13.74312843578211,13.793103448275861,13.843078460769615,13.893053473263368,13.943028485757122,13.993003498250875,14.042978510744629,14.09295352323838,14.142928535732134,14.192903548225887,14.24287856071964,14.292853573213394,14.342828585707146,14.3928035982009,14.442778610694653,14.492753623188406,14.54272863568216,14.592703648175911,14.642678660669665,14.692653673163418,14.742628685657172,14.792603698150925,14.842578710644677,14.89255372313843,14.942528735632184,14.992503748125937,15.04247876061969,15.092453773113442,15.142428785607196,15.19240379810095,15.242378810594703,15.292353823088456,15.342328835582208,15.392303848075962,15.442278860569715,15.492253873063468,15.542228885557222,15.592203898050975,15.642178910544727,15.69215392303848,15.742128935532234,15.792103948025987,15.842078960519741,15.892053973013493,15.942028985507246,15.992003998001,16.041979010494753,16.091954022988507,16.14192903548226,16.191904047976013,16.241879060469763,16.291854072963517,16.34182908545727,16.391804097951024,16.441779110444777,16.49175412293853,16.541729135432284,16.591704147926038,16.64167916041979,16.691654172913545,16.741629185407298,16.791604197901048,16.8415792103948,16.891554222888555,16.94152923538231,16.991504247876062,17.041479260369815,17.09145427286357,17.141429285357322,17.191404297851076,17.24137931034483,17.29135432283858,17.341329335332333,17.391304347826086,17.44127936031984,17.491254372813593,17.541229385307346,17.5912043978011,17.641179410294853,17.691154422788607,17.74112943528236,17.79110444777611,17.841079460269864,17.891054472763617,17.94102948525737,17.991004497751124,18.040979510244878,18.09095452273863,18.140929535232384,18.190904547726138,18.24087956021989,18.290854572713645,18.340829585207395,18.39080459770115,18.4407796101949,18.490754622688655,18.54072963518241,18.590704647676162,18.640679660169916,18.69065467266367,18.740629685157423,18.790604697651176,18.840579710144926,18.89055472263868,18.940529735132433,18.990504747626186,19.04047976011994,19.090454772613693,19.140429785107447,19.1904047976012,19.240379810094954,19.290354822588707,19.340329835082457,19.39030484757621,19.440279860069964,19.490254872563717,19.54022988505747,19.590204897551224,19.640179910044978,19.69015492253873,19.740129935032485,19.79010494752624,19.84007996001999,19.89005497251374,19.940029985007495,19.99000499750125,20.039980009995002,20.089955022488756,20.13993003498251,20.189905047476262,20.239880059970016,20.28985507246377,20.339830084957523,20.389805097451273,20.439780109945026,20.48975512243878,20.539730134932533,20.589705147426287,20.63968015992004,20.689655172413794,20.739630184907547,20.7896051974013,20.839580209895054,20.889555222388804,20.939530234882557,20.98950524737631,21.039480259870064,21.089455272363818,21.13943028485757,21.189405297351325,21.239380309845078,21.28935532233883,21.339330334832585,21.38930534732634,21.43928035982009,21.489255372313842,21.539230384807595,21.58920539730135,21.639180409795102,21.689155422288856,21.73913043478261,21.789105447276363,21.839080459770116,21.88905547226387,21.93903048475762,21.989005497251373,22.038980509745127,22.08895552223888,22.138930534732634,22.188905547226387,22.23888055972014,22.288855572213894,22.338830584707647,22.3888055972014,22.43878060969515,22.488755622188904,22.538730634682658,22.58870564717641,22.638680659670165,22.688655672163918,22.73863068465767,22.788605697151425,22.83858070964518,22.888555722138932,22.938530734632682,22.988505747126435,23.03848075962019,23.088455772113942,23.138430784607696,23.18840579710145,23.238380809595203,23.288355822088956,23.33833083458271,23.388305847076463,23.438280859570217,23.488255872063966,23.53823088455772,23.588205897051473,23.638180909545227,23.68815592203898,23.738130934532734,23.788105947026487,23.83808095952024,23.888055972013994,23.938030984507748,23.988005997001498,24.03798100949525,24.087956021989005,24.137931034482758,24.18790604697651,24.237881059470265,24.28785607196402,24.337831084457772,24.387806096951525,24.43778110944528,24.48775612193903,24.537731134432782,24.587706146926536,24.63768115942029,24.687656171914043,24.737631184407796,24.78760619690155,24.837581209395303,24.887556221889056,24.93753123438281,24.987506246876563,25.037481259370313,25.087456271864067,25.13743128435782,25.187406296851574,25.237381309345327,25.28735632183908,25.337331334332834,25.387306346826588,25.43728135932034,25.487256371814095,25.537231384307844,25.587206396801598,25.63718140929535,25.687156421789105,25.73713143428286,25.787106446776612,25.837081459270365,25.88705647176412,25.937031484257872,25.987006496751626,26.036981509245376,26.08695652173913,26.136931534232883,26.186906546726636,26.23688155922039,26.286856571714143,26.336831584207896,26.38680659670165,26.436781609195403,26.486756621689157,26.53673163418291,26.58670664667666,26.636681659170414,26.686656671664167,26.73663168415792,26.786606696651674,26.836581709145428,26.88655672163918,26.936531734132934,26.986506746626688,27.03648175912044,27.08645677161419,27.136431784107945,27.1864067966017,27.23638180909545,27.286356821589205,27.33633183408296,27.386306846576712,27.436281859070466,27.48625687156422,27.536231884057973,27.586206896551722,27.636181909045476,27.68615692153923,27.736131934032983,27.786106946526736,27.83608195902049,27.886056971514243,27.936031984007997,27.98600699650175,28.035982008995504,28.085957021489257,28.135932033983007,28.18590704647676,28.235882058970514,28.285857071464267,28.33583208395802,28.385807096451774,28.435782108945528,28.48575712143928,28.535732133933035,28.58570714642679,28.635682158920538,28.68565717141429,28.735632183908045,28.7856071964018,28.835582208895552,28.885557221389305,28.93553223388306,28.985507246376812,29.035482258870566,29.08545727136432,29.13543228385807,29.185407296351823,29.235382308845576,29.28535732133933,29.335332333833083,29.385307346326837,29.43528235882059,29.485257371314344,29.535232383808097,29.58520739630185,29.635182408795604,29.685157421289354,29.735132433783107,29.78510744627686,29.835082458770614,29.885057471264368,29.93503248375812,29.985007496251875,30.034982508745628,30.08495752123938,30.134932533733135,30.184907546226885,30.23488255872064,30.284857571214392,30.334832583708145,30.3848075962019,30.434782608695652,30.484757621189406,30.53473263368316,30.584707646176913,30.634682658670666,30.684657671164416,30.73463268365817,30.784607696151923,30.834582708645677,30.88455772113943,30.934532733633183,30.984507746126937,31.03448275862069,31.084457771114444,31.134432783608197,31.18440779610195,31.2343828085957,31.284357821089454,31.334332833583208,31.38430784607696,31.434282858570715,31.484257871064468,31.53423288355822,31.584207896051975,31.63418290854573,31.684157921039482,31.734132933533232,31.784107946026985,31.83408295852074,31.884057971014492,31.934032983508246,31.984007996002,32.03398300849575,32.083958020989506,32.13393303348326,32.18390804597701,32.23388305847077,32.28385807096452,32.33383308345827,32.38380809595203,32.43378310844578,32.48375812093953,32.53373313343328,32.583708145927034,32.63368315842079,32.68365817091454,32.733633183408294,32.78360819590205,32.8335832083958,32.883558220889554,32.93353323338331,32.98350824587706,33.033483258370815,33.08345827086457,33.13343328335832,33.183408295852075,33.23338330834583,33.28335832083958,33.333333333333336,33.38330834582709,33.43328335832084,33.483258370814596,33.53323338330834,33.583208395802096,33.63318340829585,33.6831584207896,33.733133433283356,33.78310844577711,33.83308345827086,33.88305847076462,33.93303348325837,33.983008495752124,34.03298350824588,34.08295852073963,34.132933533233384,34.18290854572714,34.23288355822089,34.282858570714644,34.3328335832084,34.38280859570215,34.432783608195905,34.48275862068966,34.53273363318341,34.58270864567716,34.63268365817091,34.682658670664665,34.73263368315842,34.78260869565217,34.832583708145926,34.88255872063968,34.93253373313343,34.982508745627186,35.03248375812094,35.08245877061469,35.132433783108446,35.1824087956022,35.23238380809595,35.28235882058971,35.33233383308346,35.382308845577214,35.43228385807097,35.48225887056472,35.532233883058474,35.58220889555222,35.632183908045974,35.68215892053973,35.73213393303348,35.782108945527234,35.83208395802099,35.88205897051474,35.932033983008495,35.98200899550225,36.031984007996,36.081959020489755,36.13193403298351,36.18190904547726,36.231884057971016,36.28185907046477,36.33183408295852,36.381809095452276,36.43178410794603,36.48175912043978,36.531734132933536,36.58170914542729,36.631684157921036,36.68165917041479,36.73163418290854,36.7816091954023,36.83158420789605,36.8815592203898,36.93153423288356,36.98150924537731,37.031484257871064,37.08145927036482,37.13143428285857,37.181409295352324,37.23138430784608,37.28135932033983,37.331334332833585,37.38130934532734,37.43128435782109,37.481259370314845,37.5312343828086,37.58120939530235,37.6311844077961,37.68115942028985,37.731134432783605,37.78110944527736,37.83108445777111,37.881059470264866,37.93103448275862,37.98100949525237,38.030984507746126,38.08095952023988,38.13093453273363,38.18090954522739,38.23088455772114,38.28085957021489,38.33083458270865,38.3808095952024,38.430784607696154,38.48075962018991,38.53073463268366,38.580709645177414,38.63068465767117,38.680659670164914,38.73063468265867,38.78060969515242,38.830584707646175,38.88055972013993,38.93053473263368,38.980509745127435,39.03048475762119,39.08045977011494,39.130434782608695,39.18040979510245,39.2303848075962,39.280359820089956,39.33033483258371,39.38030984507746,39.430284857571216,39.48025987006497,39.53023488255872,39.58020989505248,39.63018490754623,39.68015992003998,39.73013493253373,39.78010994502748,39.83008495752124,39.88005997001499,39.930034982508744,39.9800099950025,40.02998500749625,40.079960019990004,40.12993503248376,40.17991004497751,40.229885057471265,40.27986006996502,40.32983508245877,40.379810094952525,40.42978510744628,40.47976011994003,40.529735132433785,40.57971014492754,40.62968515742129,40.679660169915046,40.72963518240879,40.779610194902546,40.8295852073963,40.87956021989005,40.929535232383806,40.97951024487756,41.02948525737131,41.079460269865066,41.12943528235882,41.17941029485257,41.22938530734633,41.27936031984008,41.329335332333834,41.37931034482759,41.42928535732134,41.479260369815094,41.52923538230885,41.5792103948026,41.629185407296355,41.67916041979011,41.72913543228386,41.77911044477761,41.82908545727136,41.879060469765115,41.92903548225887,41.97901049475262,42.028985507246375,42.07896051974013,42.12893553223388,42.178910544727636,42.22888555722139,42.27886056971514,42.328835582208896,42.37881059470265,42.4287856071964,42.478760619690156,42.52873563218391,42.57871064467766,42.62868565717142,42.67866066966517,42.728635682158924,42.77861069465268,42.82858570714642,42.87856071964018,42.92853573213393,42.978510744627684,43.02848575712144,43.07846076961519,43.128435782108944,43.1784107946027,43.22838580709645,43.278360819590205,43.32833583208396,43.37831084457771,43.428285857071465,43.47826086956522,43.52823588205897,43.578210894552726,43.62818590704648,43.67816091954023,43.728135932033986,43.77811094452774,43.828085957021486,43.87806096951524,43.92803598200899,43.978010994502746,44.0279860069965,44.07796101949025,44.12793603198401,44.17791104447776,44.22788605697151,44.27786106946527,44.32783608195902,44.377811094452774,44.42778610694653,44.47776111944028,44.527736131934034,44.57771114442779,44.62768615692154,44.677661169415295,44.72763618190905,44.7776111944028,44.827586206896555,44.8775612193903,44.927536231884055,44.97751124437781,45.02748625687156,45.077461269365315,45.12743628185907,45.17741129435282,45.227386306846576,45.27736131934033,45.32733633183408,45.377311344327836,45.42728635682159,45.47726136931534,45.5272363818091,45.57721139430285,45.6271864067966,45.67716141929036,45.72713643178411,45.777111444277864,45.82708645677162,45.877061469265364,45.92703648175912,45.97701149425287,46.026986506746624,46.07696151924038,46.12693653173413,46.176911544227885,46.22688655672164,46.27686156921539,46.326836581709145,46.3768115942029,46.42678660669665,46.476761619190405,46.52673663168416,46.57671164417791,46.626686656671666,46.67666166916542,46.72663668165917,46.776611694152926,46.82658670664668,46.87656171914043,46.92653673163418,46.97651174412793,47.026486756621686,47.07646176911544,47.12643678160919,47.17641179410295,47.2263868065967,47.276361819090454,47.32633683158421,47.37631184407796,47.426286856571714,47.47626186906547,47.52623688155922,47.576211894052975,47.62618690654673,47.67616191904048,47.726136931534235,47.77611194402799,47.82608695652174,47.876061969015495,47.92603698150925,47.976011994002995,48.02598700649675,48.0759620189905,48.125937031484256,48.17591204397801,48.22588705647176,48.275862068965516,48.32583708145927,48.37581209395302,48.425787106446776,48.47576211894053,48.52573713143428,48.57571214392804,48.62568715642179,48.675662168915544,48.7256371814093,48.77561219390305,48.825587206396804,48.87556221889056,48.92553723138431,48.97551224387806,49.02548725637181,49.075462268865564,49.12543728135932,49.17541229385307,49.225387306346825,49.27536231884058,49.32533733133433,49.375312343828085,49.42528735632184,49.47526236881559,49.525237381309346,49.5752123938031,49.62518740629685,49.675162418790606,49.72513743128436,49.77511244377811,49.825087456271866,49.87506246876562,49.92503748125937,49.97501249375313,50.02498750624687,50.07496251874063,50.12493753123438,50.174912543728134,50.22488755622189,50.27486256871564,50.324837581209394,50.37481259370315,50.4247876061969,50.474762618690654,50.52473763118441,50.57471264367816,50.624687656171915,50.67466266866567,50.72463768115942,50.774612693653175,50.82458770614693,50.87456271864068,50.924537731134436,50.97451274362819,51.02448775612194,51.07446276861569,51.12443778110944,51.174412793603196,51.22438780609695,51.2743628185907,51.324337831084456,51.37431284357821,51.42428785607196,51.47426286856572,51.52423788105947,51.574212893553224,51.62418790604698,51.67416291854073,51.724137931034484,51.77411294352824,51.82408795602199,51.874062968515744,51.9240379810095,51.97401299350325,52.023988005997005,52.07396301849075,52.123938030984505,52.17391304347826,52.22388805597201,52.273863068465765,52.32383808095952,52.37381309345327,52.423788105947025,52.47376311844078,52.52373813093453,52.573713143428286,52.62368815592204,52.67366316841579,52.723638180909546,52.7736131934033,52.82358820589705,52.87356321839081,52.92353823088456,52.973513243378314,53.02348825587207,53.07346326836582,53.12343828085957,53.17341329335332,53.223388305847074,53.27336331834083,53.32333833083458,53.373313343328334,53.42328835582209,53.47326336831584,53.523238380809595,53.57321339330335,53.6231884057971,53.673163418290855,53.72313843078461,53.77311344327836,53.823088455772115,53.87306346826587,53.92303848075962,53.973013493253376,54.02298850574713,54.07296351824088,54.122938530734636,54.17291354322838,54.222888555722136,54.27286356821589,54.32283858070964,54.3728135932034,54.42278860569715,54.4727636181909,54.52273863068466,54.57271364317841,54.622688655672164,54.67266366816592,54.72263868065967,54.772613693153424,54.82258870564718,54.87256371814093,54.922538730634685,54.97251374312844,55.02248875562219,55.072463768115945,55.1224387806097,55.172413793103445,55.2223888055972,55.27236381809095,55.322338830584705,55.37231384307846,55.42228885557221,55.472263868065966,55.52223888055972,55.57221389305347,55.622188905547226,55.67216391804098,55.72213893053473,55.77211394302849,55.82208895552224,55.87206396801599,55.92203898050975,55.9720139930035,56.021989005497254,56.07196401799101,56.12193903048476,56.171914042978514,56.22188905547226,56.271864067966014,56.32183908045977,56.37181409295352,56.421789105447274,56.47176411794103,56.52173913043478,56.571714142928535,56.62168915542229,56.67166416791604,56.721639180409795,56.77161419290355,56.8215892053973,56.871564217891056,56.92153923038481,56.97151424287856,57.021489255372316,57.07146426786607,57.12143928035982,57.17141429285358,57.22138930534732,57.271364317841076,57.32133933033483,57.37131434282858,57.42128935532234,57.47126436781609,57.521239380309844,57.5712143928036,57.62118940529735,57.671164417791104,57.72113943028486,57.77111444277861,57.821089455272364,57.87106446776612,57.92103948025987,57.971014492753625,58.02098950524738,58.07096451774113,58.120939530234885,58.17091454272864,58.22088955522239,58.27086456771614,58.32083958020989,58.370814592703645,58.4207896051974,58.47076461769115,58.520739630184906,58.57071464267866,58.62068965517241,58.670664667666166,58.72063968015992,58.77061469265367,58.82058970514743,58.87056471764118,58.920539730134934,58.97051474262869,59.02048975512244,59.070464767616194,59.12043978010995,59.1704147926037,59.220389805097454,59.27036481759121,59.320339830084954,59.37031484257871,59.42028985507246,59.470264867566215,59.52023988005997,59.57021489255372,59.620189905047475,59.67016491754123,59.72013993003498,59.770114942528735,59.82008995502249,59.87006496751624,59.920039980009996,59.97001499250375,60.0199900049975,60.069965017491256,60.11994002998501,60.16991504247876,60.21989005497252,60.26986506746627,60.31984007996002,60.36981509245377,60.41979010494752,60.46976511744128,60.51974012993503,60.569715142428784,60.61969015492254,60.66966516741629,60.719640179910044,60.7696151924038,60.81959020489755,60.869565217391305,60.91954022988506,60.96951524237881,61.019490254872565,61.06946526736632,61.11944027986007,61.169415292353825,61.21939030484758,61.26936531734133,61.319340329835086,61.36931534232883,61.419290354822586,61.46926536731634,61.51924037981009,61.569215392303846,61.6191904047976,61.66916541729135,61.71914042978511,61.76911544227886,61.81909045477261,61.86906546726637,61.91904047976012,61.969015492253874,62.01899050474763,62.06896551724138,62.118940529735134,62.16891554222889,62.21889055472264,62.268865567216395,62.31884057971015,62.3688155922039,62.41879060469765,62.4687656171914,62.518740629685155,62.56871564217891,62.61869065467266,62.668665667166415,62.71864067966017,62.76861569215392,62.818590704647676,62.86856571714143,62.91854072963518,62.968515742128936,63.01849075462269,63.06846576711644,63.1184407796102,63.16841579210395,63.2183908045977,63.26836581709146,63.31834082958521,63.368315842078964,63.41829085457271,63.468265867066464,63.51824087956022,63.56821589205397,63.618190904547724,63.66816591704148,63.71814092953523,63.768115942028984,63.81809095452274,63.86806596701649,63.918040979510245,63.968015992004,64.01799100449774,64.0679660169915,64.11794102948525,64.16791604197901,64.21789105447276,64.26786606696652,64.31784107946027,64.36781609195403,64.41779110444777,64.46776611694153,64.51774112943528,64.56771614192904,64.61769115442279,64.66766616691655,64.7176411794103,64.76761619190405,64.8175912043978,64.86756621689156,64.91754122938531,64.96751624187905,65.01749125437281,65.06746626686656,65.11744127936032,65.16741629185407,65.21739130434783,65.26736631684157,65.31734132933533,65.36731634182908,65.41729135432284,65.46726636681659,65.51724137931035,65.5672163918041,65.61719140429786,65.6671664167916,65.71714142928536,65.76711644177911,65.81709145427287,65.86706646676662,65.91704147926038,65.96701649175412,66.01699150424787,66.06696651674163,66.11694152923538,66.16691654172914,66.21689155422288,66.26686656671664,66.31684157921039,66.36681659170415,66.4167916041979,66.46676661669166,66.5167416291854,66.56671664167916,66.61669165417291,66.66666666666667,66.71664167916042,66.76661669165418,66.81659170414792,66.86656671664169,66.91654172913543,66.96651674162919,67.01649175412294,67.06646676661668,67.11644177911045,67.16641679160419,67.21639180409795,67.2663668165917,67.31634182908546,67.3663168415792,67.41629185407297,67.46626686656671,67.51624187906047,67.56621689155422,67.61619190404798,67.66616691654173,67.71614192903549,67.76611694152923,67.816091954023,67.86606696651674,67.9160419790105,67.96601699150425,68.01599200399801,68.06596701649175,68.1159420289855,68.16591704147926,68.21589205397301,68.26586706646677,68.31584207896051,68.36581709145428,68.41579210394802,68.46576711644178,68.51574212893553,68.56571714142929,68.61569215392304,68.6656671664168,68.71564217891054,68.7656171914043,68.81559220389805,68.86556721639181,68.91554222888556,68.96551724137932,69.01549225387306,69.06546726636682,69.11544227886057,69.16541729135432,69.21539230384808,69.26536731634182,69.31534232883558,69.36531734132933,69.41529235382309,69.46526736631684,69.5152423788106,69.56521739130434,69.6151924037981,69.66516741629185,69.71514242878561,69.76511744127936,69.81509245377312,69.86506746626686,69.91504247876063,69.96501749125437,70.01499250374813,70.06496751624188,70.11494252873563,70.16491754122939,70.21489255372313,70.26486756621689,70.31484257871064,70.3648175912044,70.41479260369815,70.4647676161919,70.51474262868565,70.56471764117941,70.61469265367316,70.66466766616692,70.71464267866067,70.76461769115443,70.81459270364817,70.86456771614193,70.91454272863568,70.96451774112944,71.01449275362319,71.06446776611695,71.1144427786107,71.16441779110444,71.2143928035982,71.26436781609195,71.31434282858571,71.36431784107945,71.41429285357322,71.46426786606696,71.51424287856072,71.56421789105447,71.61419290354823,71.66416791604198,71.71414292853574,71.76411794102948,71.81409295352324,71.86406796601699,71.91404297851075,71.9640179910045,72.01399300349826,72.063968015992,72.11394302848576,72.16391804097951,72.21389305347326,72.26386806596702,72.31384307846076,72.36381809095452,72.41379310344827,72.46376811594203,72.51374312843578,72.56371814092954,72.61369315342328,72.66366816591704,72.71364317841079,72.76361819090455,72.8135932033983,72.86356821589206,72.9135432283858,72.96351824087957,73.01349325337331,73.06346826586707,73.11344327836082,73.16341829085458,73.21339330334833,73.26336831584207,73.31334332833583,73.36331834082958,73.41329335332334,73.46326836581709,73.51324337831085,73.5632183908046,73.61319340329835,73.6631684157921,73.71314342828586,73.7631184407796,73.81309345327337,73.86306846576711,73.91304347826087,73.96301849075462,74.01299350324838,74.06296851574213,74.11294352823589,74.16291854072963,74.2128935532234,74.26286856571714,74.31284357821089,74.36281859070465,74.4127936031984,74.46276861569216,74.5127436281859,74.56271864067966,74.61269365317341,74.66266866566717,74.71264367816092,74.76261869065468,74.81259370314842,74.86256871564218,74.91254372813593,74.96251874062969,75.01249375312344,75.0624687656172,75.11244377811094,75.1624187906047,75.21239380309845,75.2623688155922,75.31234382808596,75.3623188405797,75.41229385307346,75.46226886556721,75.51224387806097,75.56221889055472,75.61219390304848,75.66216891554222,75.71214392803599,75.76211894052973,75.81209395302349,75.86206896551724,75.912043978011,75.96201899050475,76.0119940029985,76.06196901549225,76.11194402798601,76.16191904047976,76.21189405297352,76.26186906546727,76.31184407796101,76.36181909045477,76.41179410294852,76.46176911544228,76.51174412793603,76.56171914042979,76.61169415292353,76.6616691654173,76.71164417791104,76.7616191904048,76.81159420289855,76.86156921539231,76.91154422788605,76.96151924037981,77.01149425287356,77.06146926536732,77.11144427786107,77.16141929035483,77.21139430284857,77.26136931534234,77.31134432783608,77.36131934032983,77.41129435282359,77.46126936531734,77.5112443778111,77.56121939030484,77.6111944027986,77.66116941529235,77.71114442778611,77.76111944027986,77.81109445277362,77.86106946526736,77.91104447776112,77.96101949025487,78.01099450274863,78.06096951524238,78.11094452773614,78.16091954022988,78.21089455272364,78.26086956521739,78.31084457771115,78.3608195902049,78.41079460269864,78.4607696151924,78.51074462768615,78.56071964017991,78.61069465267366,78.66066966516742,78.71064467766116,78.76061969015493,78.81059470264867,78.86056971514243,78.91054472763618,78.96051974012994,79.01049475262369,79.06046976511745,79.11044477761119,79.16041979010495,79.2103948025987,79.26036981509246,79.3103448275862,79.36031984007997,79.41029485257371,79.46026986506746,79.51024487756122,79.56021989005497,79.61019490254873,79.66016991504247,79.71014492753623,79.76011994002998,79.81009495252374,79.86006996501749,79.91004497751125,79.960019990005,80.00999500249875,80.0599700149925,80.10994502748626,80.15992003998001,80.20989505247377,80.25987006496752,80.30984507746128,80.35982008995502,80.40979510244878,80.45977011494253,80.50974512743628,80.55972013993004,80.60969515242378,80.65967016491754,80.70964517741129,80.75962018990505,80.8095952023988,80.85957021489256,80.9095452273863,80.95952023988006,81.00949525237381,81.05947026486757,81.10944527736132,81.15942028985508,81.20939530234882,81.25937031484258,81.30934532733633,81.35932033983009,81.40929535232384,81.45927036481758,81.50924537731134,81.55922038980509,81.60919540229885,81.6591704147926,81.70914542728636,81.7591204397801,81.80909545227387,81.85907046476761,81.90904547726137,81.95902048975512,82.00899550224888,82.05897051474263,82.10894552723639,82.15892053973013,82.2088955522239,82.25887056471764,82.3088455772114,82.35882058970515,82.40879560219891,82.45877061469265,82.5087456271864,82.55872063968016,82.6086956521739,82.65867066466767,82.70864567716141,82.75862068965517,82.80859570214892,82.85857071464268,82.90854572713643,82.95852073963019,83.00849575212393,83.0584707646177,83.10844577711144,83.1584207896052,83.20839580209895,83.25837081459271,83.30834582708646,83.35832083958022,83.40829585207396,83.45827086456772,83.50824587706147,83.55822088955522,83.60819590204898,83.65817091454272,83.70814592703648,83.75812093953023,83.80809595202399,83.85807096451774,83.9080459770115,83.95802098950524,84.007996001999,84.05797101449275,84.10794602698651,84.15792103948026,84.20789605197402,84.25787106446776,84.30784607696152,84.35782108945527,84.40779610194903,84.45777111444278,84.50774612693654,84.55772113943029,84.60769615192403,84.65767116441779,84.70764617691154,84.7576211894053,84.80759620189905,84.8575712143928,84.90754622688655,84.95752123938031,85.00749625187406,85.05747126436782,85.10744627686157,85.15742128935533,85.20739630184907,85.25737131434283,85.30734632683658,85.35732133933034,85.40729635182409,85.45727136431785,85.5072463768116,85.55722138930535,85.6071964017991,85.65717141429285,85.70714642678661,85.75712143928035,85.80709645177411,85.85707146426786,85.90704647676162,85.95702148925537,86.00699650174913,86.05697151424287,86.10694652673664,86.15692153923038,86.20689655172414,86.25687156421789,86.30684657671165,86.3568215892054,86.40679660169916,86.4567716141929,86.50674662668666,86.55672163918041,86.60669665167416,86.65667166416792,86.70664667666166,86.75662168915542,86.80659670164917,86.85657171414293,86.90654672663668,86.95652173913044,87.00649675162418,87.05647176411794,87.10644677661169,87.15642178910545,87.2063968015992,87.25637181409296,87.3063468265867,87.35632183908046,87.40629685157421,87.45627186406797,87.50624687656172,87.55622188905548,87.60619690154923,87.65617191404297,87.70614692653673,87.75612193903048,87.80609695152424,87.85607196401799,87.90604697651175,87.95602198900549,88.00599700149925,88.055972013993,88.10594702648676,88.1559220389805,88.20589705147427,88.25587206396801,88.30584707646177,88.35582208895552,88.40579710144928,88.45577211394303,88.50574712643679,88.55572213893053,88.6056971514243,88.65567216391804,88.70564717641179,88.75562218890555,88.8055972013993,88.85557221389305,88.9055472263868,88.95552223888056,89.00549725137431,89.05547226386807,89.10544727636182,89.15542228885558,89.20539730134932,89.25537231384308,89.30534732633683,89.35532233883059,89.40529735132434,89.4552723638181,89.50524737631184,89.5552223888056,89.60519740129935,89.65517241379311,89.70514742628686,89.7551224387806,89.80509745127436,89.85507246376811,89.90504747626187,89.95502248875562,90.00499750124938,90.05497251374312,90.10494752623688,90.15492253873063,90.20489755122439,90.25487256371814,90.3048475762119,90.35482258870564,90.4047976011994,90.45477261369315,90.50474762618691,90.55472263868066,90.60469765117442,90.65467266366817,90.70464767616193,90.75462268865567,90.80459770114942,90.85457271364318,90.90454772613693,90.95452273863069,91.00449775112443,91.0544727636182,91.10444777611194,91.1544227886057,91.20439780109945,91.2543728135932,91.30434782608695,91.35432283858071,91.40429785107446,91.45427286356822,91.50424787606197,91.55422288855573,91.60419790104947,91.65417291354323,91.70414792603698,91.75412293853073,91.80409795102449,91.85407296351823,91.904047976012,91.95402298850574,92.0039980009995,92.05397301349325,92.10394802598701,92.15392303848076,92.20389805097452,92.25387306346826,92.30384807596202,92.35382308845577,92.40379810094953,92.45377311344328,92.50374812593704,92.55372313843078,92.60369815092454,92.65367316341829,92.70364817591205,92.7536231884058,92.80359820089954,92.8535732133933,92.90354822588705,92.95352323838081,93.00349825087456,93.05347326336832,93.10344827586206,93.15342328835582,93.20339830084957,93.25337331334333,93.30334832583708,93.35332333833084,93.40329835082458,93.45327336331835,93.50324837581209,93.55322338830585,93.6031984007996,93.65317341329336,93.7031484257871,93.75312343828087,93.80309845077461,93.85307346326836,93.90304847576212,93.95302348825587,94.00299850074963,94.05297351324337,94.10294852573713,94.15292353823088,94.20289855072464,94.25287356321839,94.30284857571215,94.3528235882059,94.40279860069965,94.4527736131934,94.50274862568716,94.55272363818091,94.60269865067467,94.65267366316841,94.70264867566218,94.75262368815592,94.80259870064968,94.85257371314343,94.90254872563717,94.95252373813094,95.00249875062468,95.05247376311844,95.10244877561219,95.15242378810595,95.2023988005997,95.25237381309346,95.3023488255872,95.35232383808096,95.40229885057471,95.45227386306847,95.50224887556222,95.55222388805598,95.60219890054972,95.65217391304348,95.70214892553723,95.75212393803099,95.80209895052474,95.8520739630185,95.90204897551224,95.95202398800599,96.00199900049975,96.0519740129935,96.10194902548726,96.151924037981,96.20189905047476,96.25187406296851,96.30184907546227,96.35182408795602,96.40179910044978,96.45177411294353,96.50174912543729,96.55172413793103,96.60169915042479,96.65167416291854,96.7016491754123,96.75162418790605,96.8015992003998,96.85157421289355,96.90154922538731,96.95152423788106,97.0014992503748,97.05147426286857,97.10144927536231,97.15142428785607,97.20139930034982,97.25137431284358,97.30134932533733,97.35132433783109,97.40129935032483,97.4512743628186,97.50124937531234,97.5512243878061,97.60119940029985,97.65117441279361,97.70114942528735,97.75112443778112,97.80109945027486,97.85107446276862,97.90104947526237,97.95102448775611,98.00099950024988,98.05097451274362,98.10094952523738,98.15092453773113,98.20089955022489,98.25087456271864,98.3008495752124,98.35082458770614,98.4007996001999,98.45077461269365,98.50074962518741,98.55072463768116,98.60069965017492,98.65067466266866,98.70064967516242,98.75062468765617,98.80059970014993,98.85057471264368,98.90054972513744,98.95052473763118,99.00049975012493,99.05047476261869,99.10044977511244,99.1504247876062,99.20039980009994,99.2503748125937,99.30034982508745,99.35032483758121,99.40029985007496,99.45027486256872,99.50024987506247,99.55022488755623,99.60019990004997,99.65017491254373,99.70014992503748,99.75012493753124,99.80009995002499,99.85007496251875,99.9000499750125,99.95002498750625,100.0]}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change expected values here. And other fixtures also.

@AbhijitRaut04
Copy link
Contributor

@RiyaChy072 I have suggested to change fixture expected values for each value of x .

@AbhijitRaut04
Copy link
Contributor

image
Here is example of secant function.

@RiyaChy072
Copy link
Author

@AbhijitRaut04 Still getting error :(

@AbhijitRaut04
Copy link
Contributor

AbhijitRaut04 commented Nov 29, 2024

image
@RiyaChy072
The difference between the expected value and computed value needs to be 0.0.
@kgryte What needs to be done to overcome this ?

@RiyaChy072
Copy link
Author

@AbhijitRaut04 Maybe i did something wrong. Trying to fix this and will update soon

@RiyaChy072
Copy link
Author

RiyaChy072 commented Dec 11, 2024

@kgryte CI activity has been passed

@RiyaChy072
Copy link
Author

@AbhijitRaut04 Thanks for your guidance. CI activity has been passed

@gunjjoshi
Copy link
Member

@RiyaChy072 Thanks for working on this. Some of the CI checks are failing. Can you please update this PR accordingly?

@RiyaChy072
Copy link
Author

@gunjjoshi Is it done now?

@RiyaChy072
Copy link
Author

@gunjjoshi Can you please tell me if i have anything left to do?

@Planeshifter Planeshifter added the Potential Duplicate There might be another pull request resolving the same issue. label Mar 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Issue or pull request for adding a new feature. Math Issue or pull request specific to math functionality. Needs Changes Pull request which needs changes before being merged. Potential Duplicate There might be another pull request resolving the same issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[RFC]: add support for computing the derivative of cardinal sine (cosc)
6 participants