------------------------------------------------------------------------ -- exp0.decTest -- decimal natural exponentiation (subset) -- -- Copyright (c) IBM Corporation, 2005, 2008. All rights reserved. -- ------------------------------------------------------------------------ -- Please see the document "General Decimal Arithmetic Testcases" -- -- at http://www2.hursley.ibm.com/decimal for the description of -- -- these testcases. -- -- -- -- These testcases are experimental ('beta' versions), and they -- -- may contain errors. They are offered on an as-is basis. In -- -- particular, achieving the same results as the tests here is not -- -- a guarantee that an implementation complies with any Standard -- -- or specification. The tests are not exhaustive. -- -- -- -- Please send comments, suggestions, and corrections to the author: -- -- Mike Cowlishaw, IBM Fellow -- -- IBM UK, PO Box 31, Birmingham Road, Warwick CV34 5JL, UK -- -- mfc@uk.ibm.com -- ------------------------------------------------------------------------ version: 2.58 -- Tests of the exponential funtion. Currently all testcases here -- show results which are correctly rounded (within <= 0.5 ulp). extended: 0 precision: 9 rounding: half_up maxExponent: 384 minexponent: -383 -- basics exp002 exp -1 -> 0.367879441 Inexact Rounded exp003 exp 0 -> 1 exp004 exp 1 -> 2.71828183 Inexact Rounded -- tiny edge cases precision: 7 exp021 exp 0.1 -> 1.105171 Inexact Rounded exp022 exp 0.01 -> 1.010050 Inexact Rounded exp023 exp 0.00001 -> 1.000010 Inexact Rounded exp024 exp 0.000001 -> 1.000001 Inexact Rounded exp025 exp 0.0000001 -> 1.000000 Inexact Rounded exp026 exp 0.0000003 -> 1.000000 Inexact Rounded exp027 exp 0.0000004 -> 1.000000 Inexact Rounded exp028 exp 0.0000005 -> 1.000001 Inexact Rounded exp029 exp 0.0000008 -> 1.000001 Inexact Rounded exp030 exp 0.0000009 -> 1.000001 Inexact Rounded exp031 exp 0.0000010 -> 1.000001 Inexact Rounded exp032 exp 0.0000011 -> 1.000001 Inexact Rounded exp033 exp 0.00000009 -> 1.000000 Inexact Rounded exp034 exp 0.00000005 -> 1.000000 Inexact Rounded exp035 exp 0.00000004 -> 1.000000 Inexact Rounded exp036 exp 0.00000001 -> 1.000000 Inexact Rounded -- and some more zeros exp037 exp 0.00000000 -> 1 exp038 exp 0E+100 -> 1 exp039 exp 0E-100 -> 1 -- basic e=0, e=1, e=2, e=4, e>=8 cases precision: 7 exp041 exp 1 -> 2.718282 Inexact Rounded exp042 exp -1 -> 0.3678794 Inexact Rounded exp043 exp 10 -> 22026.47 Inexact Rounded exp044 exp -10 -> 0.00004539993 Inexact Rounded exp045 exp 100 -> 2.688117E+43 Inexact Rounded exp046 exp -100 -> 3.720076E-44 Inexact Rounded exp047 exp 1000 -> ? Overflow Inexact Rounded exp048 exp -1000 -> ? Underflow Inexact Rounded Clamped Subnormal exp049 exp 100000000 -> ? Overflow Inexact Rounded exp050 exp -100000000 -> ? Underflow Inexact Rounded Clamped Subnormal -- rounding in areas of ..500.., ..499.., ..100.., ..999.. sequences precision: 50 exp101 exp -9E-8 -> 0.99999991000000404999987850000273374995079250073811 Inexact Rounded precision: 31 exp102 exp -9E-8 -> 0.9999999100000040499998785000027 Inexact Rounded precision: 30 exp103 exp -9E-8 -> 0.999999910000004049999878500003 Inexact Rounded precision: 29 exp104 exp -9E-8 -> 0.99999991000000404999987850000 Inexact Rounded precision: 28 exp105 exp -9E-8 -> 0.9999999100000040499998785000 Inexact Rounded precision: 27 exp106 exp -9E-8 -> 0.999999910000004049999878500 Inexact Rounded precision: 26 exp107 exp -9E-8 -> 0.99999991000000404999987850 Inexact Rounded precision: 25 exp108 exp -9E-8 -> 0.9999999100000040499998785 Inexact Rounded precision: 24 exp109 exp -9E-8 -> 0.999999910000004049999879 Inexact Rounded precision: 23 exp110 exp -9E-8 -> 0.99999991000000404999988 Inexact Rounded precision: 22 exp111 exp -9E-8 -> 0.9999999100000040499999 Inexact Rounded precision: 21 exp112 exp -9E-8 -> 0.999999910000004050000 Inexact Rounded precision: 20 exp113 exp -9E-8 -> 0.99999991000000405000 Inexact Rounded precision: 19 exp114 exp -9E-8 -> 0.9999999100000040500 Inexact Rounded precision: 18 exp115 exp -9E-8 -> 0.999999910000004050 Inexact Rounded precision: 17 exp116 exp -9E-8 -> 0.99999991000000405 Inexact Rounded precision: 16 exp117 exp -9E-8 -> 0.9999999100000040 Inexact Rounded precision: 15 exp118 exp -9E-8 -> 0.999999910000004 Inexact Rounded precision: 14 exp119 exp -9E-8 -> 0.99999991000000 Inexact Rounded precision: 13 exp120 exp -9E-8 -> 0.9999999100000 Inexact Rounded precision: 12 exp121 exp -9E-8 -> 0.999999910000 Inexact Rounded precision: 11 exp122 exp -9E-8 -> 0.99999991000 Inexact Rounded precision: 10 exp123 exp -9E-8 -> 0.9999999100 Inexact Rounded precision: 9 exp124 exp -9E-8 -> 0.999999910 Inexact Rounded precision: 8 exp125 exp -9E-8 -> 0.99999991 Inexact Rounded precision: 7 exp126 exp -9E-8 -> 0.9999999 Inexact Rounded precision: 6 exp127 exp -9E-8 -> 1.00000 Inexact Rounded precision: 5 exp128 exp -9E-8 -> 1.0000 Inexact Rounded precision: 4 exp129 exp -9E-8 -> 1.000 Inexact Rounded precision: 3 exp130 exp -9E-8 -> 1.00 Inexact Rounded precision: 2 exp131 exp -9E-8 -> 1.0 Inexact Rounded precision: 1 exp132 exp -9E-8 -> 1 Inexact Rounded -- sanity checks, with iteration counts [normalized so 0<=|x|<1] precision: 50 exp210 exp 0 -> 1 -- iterations: 2 exp211 exp -1E-40 -> 0.99999999999999999999999999999999999999990000000000 Inexact Rounded -- iterations: 8 exp212 exp -9E-7 -> 0.99999910000040499987850002733749507925073811240510 Inexact Rounded -- iterations: 6 exp213 exp -9E-8 -> 0.99999991000000404999987850000273374995079250073811 Inexact Rounded -- iterations: 15 exp214 exp -0.003 -> 0.99700449550337297601206623409756091074177480489845 Inexact Rounded -- iterations: 14 exp215 exp -0.001 -> 0.99900049983337499166805535716765597470235590236008 Inexact Rounded -- iterations: 26 exp216 exp -0.1 -> 0.90483741803595957316424905944643662119470536098040 Inexact Rounded -- iterations: 39 exp217 exp -0.7 -> 0.49658530379140951470480009339752896170766716571182 Inexact Rounded -- iterations: 41 exp218 exp -0.9 -> 0.40656965974059911188345423964562598783370337617038 Inexact Rounded -- iterations: 43 exp219 exp -0.99 -> 0.37157669102204569053152411990820138691802885490501 Inexact Rounded -- iterations: 26 exp220 exp -1 -> 0.36787944117144232159552377016146086744581113103177 Inexact Rounded -- iterations: 26 exp221 exp -1.01 -> 0.36421897957152331975704629563734548959589139192482 Inexact Rounded -- iterations: 27 exp222 exp -1.1 -> 0.33287108369807955328884690643131552161247952156921 Inexact Rounded -- iterations: 28 exp223 exp -1.5 -> 0.22313016014842982893328047076401252134217162936108 Inexact Rounded -- iterations: 30 exp224 exp -2 -> 0.13533528323661269189399949497248440340763154590958 Inexact Rounded -- iterations: 36 exp225 exp -5 -> 0.0067379469990854670966360484231484242488495850273551 Inexact Rounded -- iterations: 26 exp226 exp -10 -> 0.000045399929762484851535591515560550610237918088866565 Inexact Rounded -- iterations: 28 exp227 exp -14 -> 8.3152871910356788406398514256526229460765836498457E-7 Inexact Rounded -- iterations: 29 exp228 exp -15 -> 3.0590232050182578837147949770228963937082078081856E-7 Inexact Rounded -- iterations: 30 exp233 exp 0 -> 1 -- iterations: 2 exp234 exp 1E-40 -> 1.0000000000000000000000000000000000000001000000000 Inexact Rounded -- iterations: 7 exp235 exp 9E-7 -> 1.0000009000004050001215000273375049207507381125949 Inexact Rounded -- iterations: 6 exp236 exp 9E-8 -> 1.0000000900000040500001215000027337500492075007381 Inexact Rounded -- iterations: 15 exp237 exp 0.003 -> 1.0030045045033770260129340913489002053318727195619 Inexact Rounded -- iterations: 13 exp238 exp 0.001 -> 1.0010005001667083416680557539930583115630762005807 Inexact Rounded -- iterations: 25 exp239 exp 0.1 -> 1.1051709180756476248117078264902466682245471947375 Inexact Rounded -- iterations: 38 exp240 exp 0.7 -> 2.0137527074704765216245493885830652700175423941459 Inexact Rounded -- iterations: 41 exp241 exp 0.9 -> 2.4596031111569496638001265636024706954217723064401 Inexact Rounded -- iterations: 42 exp242 exp 0.99 -> 2.6912344723492622890998794040710139721802931841030 Inexact Rounded -- iterations: 26 exp243 exp 1 -> 2.7182818284590452353602874713526624977572470937000 Inexact Rounded -- iterations: 26 exp244 exp 1.01 -> 2.7456010150169164939897763166603876240737508195960 Inexact Rounded -- iterations: 26 exp245 exp 1.1 -> 3.0041660239464331120584079535886723932826810260163 Inexact Rounded -- iterations: 28 exp246 exp 1.5 -> 4.4816890703380648226020554601192758190057498683697 Inexact Rounded -- iterations: 29 exp247 exp 2 -> 7.3890560989306502272304274605750078131803155705518 Inexact Rounded -- iterations: 36 exp248 exp 5 -> 148.41315910257660342111558004055227962348766759388 Inexact Rounded -- iterations: 26 exp249 exp 10 -> 22026.465794806716516957900645284244366353512618557 Inexact Rounded -- iterations: 28 exp250 exp 14 -> 1202604.2841647767777492367707678594494124865433761 Inexact Rounded -- iterations: 28 exp251 exp 15 -> 3269017.3724721106393018550460917213155057385438200 Inexact Rounded -- iterations: 29 -- 0<-x<<1 effects precision: 30 exp320 exp -4.9999999999999E-8 -> 0.999999950000001250000979166617 Inexact Rounded exp321 exp -5.0000000000000E-8 -> 0.999999950000001249999979166667 Inexact Rounded exp322 exp -5.0000000000001E-8 -> 0.999999950000001249998979166717 Inexact Rounded precision: 20 exp323 exp -4.9999999999999E-8 -> 0.99999995000000125000 Inexact Rounded exp324 exp -5.0000000000000E-8 -> 0.99999995000000125000 Inexact Rounded exp325 exp -5.0000000000001E-8 -> 0.99999995000000125000 Inexact Rounded precision: 14 exp326 exp -4.9999999999999E-8 -> 0.99999995000000 Inexact Rounded exp327 exp -5.0000000000000E-8 -> 0.99999995000000 Inexact Rounded exp328 exp -5.0000000000001E-8 -> 0.99999995000000 Inexact Rounded -- 0 1.00000005000000124999902083328 Inexact Rounded exp341 exp 5.0000000000000E-8 -> 1.00000005000000125000002083333 Inexact Rounded exp342 exp 5.0000000000001E-8 -> 1.00000005000000125000102083338 Inexact Rounded precision: 20 exp343 exp 4.9999999999999E-8 -> 1.0000000500000012500 Inexact Rounded exp344 exp 5.0000000000000E-8 -> 1.0000000500000012500 Inexact Rounded exp345 exp 5.0000000000001E-8 -> 1.0000000500000012500 Inexact Rounded precision: 14 exp346 exp 4.9999999999999E-8 -> 1.0000000500000 Inexact Rounded exp347 exp 5.0000000000000E-8 -> 1.0000000500000 Inexact Rounded exp348 exp 5.0000000000001E-8 -> 1.0000000500000 Inexact Rounded -- cases near 1 -- 1 2345678901234567890 precision: 20 exp401 exp 0.99999999999996 -> 2.7182818284589365041 Inexact Rounded exp402 exp 0.99999999999997 -> 2.7182818284589636869 Inexact Rounded exp403 exp 0.99999999999998 -> 2.7182818284589908697 Inexact Rounded exp404 exp 0.99999999999999 -> 2.7182818284590180525 Inexact Rounded exp405 exp 1.0000000000000 -> 2.7182818284590452354 Inexact Rounded exp406 exp 1.0000000000001 -> 2.7182818284593170635 Inexact Rounded exp407 exp 1.0000000000002 -> 2.7182818284595888917 Inexact Rounded precision: 14 exp411 exp 0.99999999999996 -> 2.7182818284589 Inexact Rounded exp412 exp 0.99999999999997 -> 2.7182818284590 Inexact Rounded exp413 exp 0.99999999999998 -> 2.7182818284590 Inexact Rounded exp414 exp 0.99999999999999 -> 2.7182818284590 Inexact Rounded exp415 exp 1.0000000000000 -> 2.7182818284590 Inexact Rounded exp416 exp 1.0000000000001 -> 2.7182818284593 Inexact Rounded exp417 exp 1.0000000000002 -> 2.7182818284596 Inexact Rounded -- overflows precision: 7 maxExponent: 384 minExponent: -383 exp704 exp 1000000 -> ? Overflow Inexact Rounded exp705 exp 100000 -> ? Overflow Inexact Rounded exp706 exp 10000 -> ? Overflow Inexact Rounded exp707 exp 1000 -> ? Overflow Inexact Rounded precision: 16 exp725 exp 886.4952608027076 -> ? Overflow Inexact Rounded exp726 exp 886.4952608027075 -> 9.999999999999117E+384 Inexact Rounded -- subnormals and underflows, including underflow-to-zero edge point precision: 7 maxExponent: 384 minExponent: -383 exp754 exp -1000000 -> ? Underflow Inexact Rounded Clamped Subnormal exp755 exp -100000 -> ? Underflow Inexact Rounded Clamped Subnormal exp756 exp -10000 -> ? Underflow Inexact Rounded Clamped Subnormal exp757 exp -1000 -> ? Underflow Inexact Rounded Clamped Subnormal exp759 exp -881.8901 -> ? Inexact Rounded Underflow Subnormal exp760 exp -885 -> ? Inexact Rounded Underflow Subnormal exp761 exp -888 -> ? Inexact Rounded Underflow Subnormal exp762 exp -890 -> ? Inexact Rounded Underflow Subnormal exp763 exp -892.9 -> ? Inexact Rounded Underflow Subnormal exp764 exp -893 -> ? Inexact Rounded Underflow Subnormal exp765 exp -893.5 -> ? Inexact Rounded Underflow Subnormal exp766 exp -895.7056 -> ? Inexact Rounded Underflow Subnormal exp769 exp -895.8 -> ? Inexact Rounded Underflow Subnormal exp770 exp -895.73 -> ? Inexact Rounded Underflow Subnormal exp771 exp -896.3987 -> ? Inexact Rounded Underflow Subnormal exp772 exp -896.3988 -> ? Inexact Rounded Underflow Subnormal exp773 exp -898.0081 -> ? Inexact Rounded Underflow Subnormal exp774 exp -898.0082 -> ? Inexact Rounded Underflow Subnormal -- maxExponent: 384 minExponent: -383 precision: 16 rounding: half_up -- Null test exp900 exp # -> ? Invalid_operation -- Randoms P=50, within 0-999 Precision: 50 maxExponent: 384 minExponent: -383 exp1501 exp 656.35397950590285612266095596539934213943872885728 -> 1.1243757610640319783611178528839652672062820040314E+285 Inexact Rounded exp1502 exp 0.93620571093652800225038550600780322831236082781471 -> 2.5502865130986176689199711857825771311178046842009 Inexact Rounded exp1503 exp 0.00000000000000008340785856601514714183373874105791 -> 1.0000000000000000834078585660151506202691740252512 Inexact Rounded exp1504 exp 0.00009174057262887789625745574686545163168788456203 -> 1.0000917447809239005146722341251524081006051473273 Inexact Rounded exp1505 exp 33.909116897973797735657751591014926629051117541243 -> 532773181025002.03543618901306726495870476617232229 Inexact Rounded exp1506 exp 0.00000740470413004406592124575295278456936809587311 -> 1.0000074047315449333590066395670306135567889210814 Inexact Rounded exp1507 exp 0.00000000000124854922222108802453746922483071445492 -> 1.0000000000012485492222218674621176239911424968263 Inexact Rounded exp1508 exp 4.1793280674155659794286951159430651258356014391382 -> 65.321946520147199404199787811336860087975118278185 Inexact Rounded exp1509 exp 485.43595745460655893746179890255529919221550201686 -> 6.6398403920459617255950476953129377459845366585463E+210 Inexact Rounded exp1510 exp 0.00000000003547259806590856032527875157830328156597 -> 1.0000000000354725980665377129320589406715000685515 Inexact Rounded exp1511 exp 0.00000000000000759621497339104047930616478635042678 -> 1.0000000000000075962149733910693305471257715463887 Inexact Rounded exp1512 exp 9.7959168821760339304571595474480640286072720233796 -> 17960.261146042955179164303653412650751681436352437 Inexact Rounded exp1513 exp 0.00000000566642006258290526783901451194943164535581 -> 1.0000000056664200786370634609832438815665249347650 Inexact Rounded exp1514 exp 741.29888791134298194088827572374718940925820027354 -> 8.7501694006317332808128946666402622432064923198731E+321 Inexact Rounded exp1515 exp 032.75573003552517668808529099897153710887014947935 -> 168125196578678.17725841108617955904425345631092339 Inexact Rounded exp1516 exp 42.333700726429333308594265553422902463737399437644 -> 2428245675864172475.4681119493045657797309369672012 Inexact Rounded exp1517 exp 0.00000000000000559682616876491888197609158802835798 -> 1.0000000000000055968261687649345442076732739577049 Inexact Rounded exp1518 exp 0.00000000000080703688668280193584758300973549486312 -> 1.0000000000008070368866831275901158164321867914342 Inexact Rounded exp1519 exp 640.72396012796509482382712891709072570653606838251 -> 1.8318094990683394229304133068983914236995326891045E+278 Inexact Rounded exp1520 exp 0.00000000000000509458922167631071416948112219512224 -> 1.0000000000000050945892216763236915891499324358556 Inexact Rounded exp1521 exp 6.7670394314315206378625221583973414660727960241395 -> 868.73613012822031367806248697092884415119568271315 Inexact Rounded exp1522 exp 04.823217407412963506638267226891024138054783122548 -> 124.36457929588837129731821077586705505565904205366 Inexact Rounded exp1523 exp 193.51307878701196403991208482520115359690106143615 -> 1.1006830872854715677390914655452261550768957576034E+84 Inexact Rounded exp1524 exp 5.7307749038303650539200345901210497015617393970463 -> 308.20800743106843083522721523715645950574866495196 Inexact Rounded exp1525 exp 0.00000000000095217825199797965200541169123743500267 -> 1.0000000000009521782519984329737172007991390381273 Inexact Rounded exp1526 exp 0.00027131440949183370966393682617930153495028919140 -> 1.0002713512185751022906058160480606598754913607364 Inexact Rounded exp1527 exp 0.00000000064503059114680682343002315662069272707123 -> 1.0000000006450305913548390552323517403613135496633 Inexact Rounded exp1528 exp 0.00000000000000095616643506527288866235238548440593 -> 1.0000000000000009561664350652733457894781582009094 Inexact Rounded exp1529 exp 0.00000000000000086449942811678650244459550252743433 -> 1.0000000000000008644994281167868761242261096529986 Inexact Rounded exp1530 exp 0.06223488355635359965683053157729204988381887621850 -> 1.0642122813392406657789688931838919323826250630831 Inexact Rounded exp1531 exp 0.00000400710807804429435502657131912308680674057053 -> 1.0000040071161065125925620890019319832127863559260 Inexact Rounded exp1532 exp 85.522796894744576211573232055494551429297878413017 -> 13870073686404228452757799770251085177.853337368935 Inexact Rounded exp1533 exp 9.1496720811363678696938036379756663548353399954363 -> 9411.3537122832743386783597629161763057370034495157 Inexact Rounded exp1534 exp 8.2215705240788294472944382056330516738577785177942 -> 3720.3406813383076953899654701615084425598377758189 Inexact Rounded exp1535 exp 0.00000000015772064569640613142823203726821076239561 -> 1.0000000001577206457088440324683315788358926129830 Inexact Rounded exp1536 exp 0.58179346473959531432624153576883440625538017532480 -> 1.7892445018275360163797022372655837188423194863605 Inexact Rounded exp1537 exp 33.555726197149525061455517784870570470833498096559 -> 374168069896324.62578073148993526626307095854407952 Inexact Rounded exp1538 exp 9.7898079803906215094140010009583375537259810398659 -> 17850.878119912208888217100998019986634620368538426 Inexact Rounded exp1539 exp 89.157697327174521542502447953032536541038636966347 -> 525649152320166503771224149330448089550.67293829227 Inexact Rounded exp1540 exp 25.022947600123328912029051897171319573322888514885 -> 73676343442.952517824345431437683153304645851960524 Inexact Rounded -- Randoms P=34, within 0-999 Precision: 34 maxExponent: 6144 minExponent: -6143 exp1201 exp 309.5948855821510212996700645087188 -> 2.853319692901387521201738015050724E+134 Inexact Rounded exp1202 exp 9.936543068706211420422803962680164 -> 20672.15839203171877476511093276022 Inexact Rounded exp1203 exp 6.307870323881505684429839491707908 -> 548.8747777054637296137277391754665 Inexact Rounded exp1204 exp 0.0003543281389438420535201308282503 -> 1.000354390920573746164733350843155 Inexact Rounded exp1205 exp 0.0000037087453363918375598394920229 -> 1.000003708752213796324841920189323 Inexact Rounded exp1206 exp 0.0020432312687512438040222444116585 -> 1.002045320088164826013561630975308 Inexact Rounded exp1207 exp 6.856313340032177672550343216129586 -> 949.8587981604144147983589660524396 Inexact Rounded exp1208 exp 0.0000000000402094928333815643326418 -> 1.000000000040209492834189965989612 Inexact Rounded exp1209 exp 0.0049610784722412117632647003545839 -> 1.004973404997901987039589029277833 Inexact Rounded exp1210 exp 0.0000891471883724066909746786702686 -> 1.000089151162101085412780088266699 Inexact Rounded exp1211 exp 08.59979170376061890684723211112566 -> 5430.528314920905714615339273738097 Inexact Rounded exp1212 exp 9.473117039341003854872778112752590 -> 13005.36234331224953460055897913917 Inexact Rounded exp1213 exp 0.0999060724692207648429969999310118 -> 1.105067116975190602296052700726802 Inexact Rounded exp1214 exp 0.0000000927804533555877884082269247 -> 1.000000092780457659694183954740772 Inexact Rounded exp1215 exp 0.0376578583872889916298772818265677 -> 1.038375900489771946477857818447556 Inexact Rounded exp1216 exp 261.6896411697539524911536116712307 -> 4.470613562127465095241600174941460E+113 Inexact Rounded exp1217 exp 0.0709997423269162980875824213889626 -> 1.073580949235407949417814485533172 Inexact Rounded exp1218 exp 0.0000000444605583295169895235658731 -> 1.000000044460559317887627657593900 Inexact Rounded exp1219 exp 0.0000021224072854777512281369815185 -> 1.000002122409537785687390631070906 Inexact Rounded exp1220 exp 547.5174462574156885473558485475052 -> 6.078629247383807942612114579728672E+237 Inexact Rounded exp1221 exp 0.0000009067598041615192002339844670 -> 1.000000906760215268314680115374387 Inexact Rounded exp1222 exp 0.0316476500308065365803455533244603 -> 1.032153761880187977658387961769034 Inexact Rounded exp1223 exp 84.46160530377645101833996706384473 -> 4.799644995897968383503269871697856E+36 Inexact Rounded exp1224 exp 0.0000000000520599740290848018904145 -> 1.000000000052059974030439922338393 Inexact Rounded exp1225 exp 0.0000006748530640093620665651726708 -> 1.000000674853291722742292331812997 Inexact Rounded exp1226 exp 0.0000000116853119761042020507916169 -> 1.000000011685312044377460306165203 Inexact Rounded exp1227 exp 0.0022593818094258636727616886693280 -> 1.002261936135876893707094845543461 Inexact Rounded exp1228 exp 0.0029398857673478912249856509667517 -> 1.002944211469495086813087651287012 Inexact Rounded exp1229 exp 0.7511480029928802775376270557636963 -> 2.119431734510320169806976569366789 Inexact Rounded exp1230 exp 174.9431952176750671150886423048447 -> 9.481222305374955011464619468044051E+75 Inexact Rounded exp1231 exp 0.0000810612451694136129199895164424 -> 1.000081064530720924186615149646920 Inexact Rounded exp1232 exp 51.06888989702669288180946272499035 -> 15098613888619165073959.89896018749 Inexact Rounded exp1233 exp 0.0000000005992887599437093651494510 -> 1.000000000599288760123282874082758 Inexact Rounded exp1234 exp 714.8549046761054856311108828903972 -> 2.867744544891081117381595080480784E+310 Inexact Rounded exp1235 exp 0.0000000004468247802990643645607110 -> 1.000000000446824780398890556720233 Inexact Rounded exp1236 exp 831.5818151589890366323551672043709 -> 1.417077409182624969435938062261655E+361 Inexact Rounded exp1237 exp 0.0000000006868323825179605747108044 -> 1.000000000686832382753829935602454 Inexact Rounded exp1238 exp 0.0000001306740266408976840228440255 -> 1.000000130674035178748675187648098 Inexact Rounded exp1239 exp 0.3182210609022267704811502412335163 -> 1.374680115667798185758927247894859 Inexact Rounded exp1240 exp 0.0147741234179104437440264644295501 -> 1.014883800239950682628277534839222 Inexact Rounded -- Randoms P=16, within 0-99 Precision: 16 maxExponent: 384 minExponent: -383 exp1101 exp 8.473011527013724 -> 4783.900643969246 Inexact Rounded exp1102 exp 0.0000055753022764 -> 1.000005575317818 Inexact Rounded exp1103 exp 0.0000323474114482 -> 1.000032347934631 Inexact Rounded exp1104 exp 64.54374138544166 -> 1.073966476173531E+28 Inexact Rounded exp1105 exp 90.47203246416569 -> 1.956610887250643E+39 Inexact Rounded exp1106 exp 9.299931532342757 -> 10937.27033325227 Inexact Rounded exp1107 exp 8.759678437852203 -> 6372.062234495381 Inexact Rounded exp1108 exp 0.0000931755127172 -> 1.000093179853690 Inexact Rounded exp1109 exp 0.0000028101158373 -> 1.000002810119786 Inexact Rounded exp1110 exp 0.0000008008130919 -> 1.000000800813413 Inexact Rounded exp1111 exp 8.339771722299049 -> 4187.133803081878 Inexact Rounded exp1112 exp 0.0026140497995474 -> 1.002617469406750 Inexact Rounded exp1113 exp 0.7478033356261771 -> 2.112354781975418 Inexact Rounded exp1114 exp 51.77663761827966 -> 3.064135801120365E+22 Inexact Rounded exp1115 exp 0.1524989783061012 -> 1.164741272084955 Inexact Rounded exp1116 exp 0.0066298798669219 -> 1.006651906170791 Inexact Rounded exp1117 exp 9.955141865534960 -> 21060.23334287038 Inexact Rounded exp1118 exp 92.34503059198483 -> 1.273318993481226E+40 Inexact Rounded exp1119 exp 0.0000709388677346 -> 1.000070941383956 Inexact Rounded exp1120 exp 79.12883036433204 -> 2.318538899389243E+34 Inexact Rounded exp1121 exp 0.0000090881548873 -> 1.000009088196185 Inexact Rounded exp1122 exp 0.0424828809603411 -> 1.043398194245720 Inexact Rounded exp1123 exp 0.8009035891427416 -> 2.227552811933310 Inexact Rounded exp1124 exp 8.825786167283102 -> 6807.540455289995 Inexact Rounded exp1125 exp 1.535457249746275 -> 4.643448260146849 Inexact Rounded exp1126 exp 69.02254254355800 -> 9.464754500670653E+29 Inexact Rounded exp1127 exp 0.0007050554368713 -> 1.000705304046880 Inexact Rounded exp1128 exp 0.0000081206549504 -> 1.000008120687923 Inexact Rounded exp1129 exp 0.621774854641137 -> 1.862230298554903 Inexact Rounded exp1130 exp 3.847629031404354 -> 46.88177613568203 Inexact Rounded exp1131 exp 24.81250184697732 -> 59694268456.19966 Inexact Rounded exp1132 exp 5.107546500516044 -> 165.2643809755670 Inexact Rounded exp1133 exp 79.17810943951986 -> 2.435656372541360E+34 Inexact Rounded exp1134 exp 0.0051394695667015 -> 1.005152699295301 Inexact Rounded exp1135 exp 57.44504488501725 -> 8.872908566929688E+24 Inexact Rounded exp1136 exp 0.0000508388968036 -> 1.000050840189122 Inexact Rounded exp1137 exp 69.71309932148997 -> 1.888053740693541E+30 Inexact Rounded exp1138 exp 0.0064183412981502 -> 1.006438982988835 Inexact Rounded exp1139 exp 9.346991220814677 -> 11464.27802035082 Inexact Rounded exp1140 exp 33.09087139999152 -> 235062229168763.5 Inexact Rounded -- Randoms P=7, within 0-9 Precision: 7 maxExponent: 96 minExponent: -95 exp1001 exp 2.395441 -> 10.97304 Inexact Rounded exp1002 exp 0.6406779 -> 1.897767 Inexact Rounded exp1003 exp 0.5618218 -> 1.753865 Inexact Rounded exp1004 exp 3.055120 -> 21.22373 Inexact Rounded exp1005 exp 1.536792 -> 4.649650 Inexact Rounded exp1006 exp 0.0801591 -> 1.083459 Inexact Rounded exp1007 exp 0.0966875 -> 1.101516 Inexact Rounded exp1008 exp 0.0646761 -> 1.066813 Inexact Rounded exp1009 exp 0.0095670 -> 1.009613 Inexact Rounded exp1010 exp 2.956859 -> 19.23745 Inexact Rounded exp1011 exp 7.504679 -> 1816.522 Inexact Rounded exp1012 exp 0.0045259 -> 1.004536 Inexact Rounded exp1013 exp 3.810071 -> 45.15364 Inexact Rounded exp1014 exp 1.502390 -> 4.492413 Inexact Rounded exp1015 exp 0.0321523 -> 1.032675 Inexact Rounded exp1016 exp 0.0057214 -> 1.005738 Inexact Rounded exp1017 exp 9.811445 -> 18241.33 Inexact Rounded exp1018 exp 3.245249 -> 25.66810 Inexact Rounded exp1019 exp 0.3189742 -> 1.375716 Inexact Rounded exp1020 exp 0.8621610 -> 2.368273 Inexact Rounded exp1021 exp 0.0122511 -> 1.012326 Inexact Rounded exp1022 exp 2.202088 -> 9.043877 Inexact Rounded exp1023 exp 8.778203 -> 6491.202 Inexact Rounded exp1024 exp 0.1896279 -> 1.208800 Inexact Rounded exp1025 exp 0.4510947 -> 1.570030 Inexact Rounded exp1026 exp 0.276413 -> 1.318392 Inexact Rounded exp1027 exp 4.490067 -> 89.12742 Inexact Rounded exp1028 exp 0.0439786 -> 1.044960 Inexact Rounded exp1029 exp 0.8168245 -> 2.263301 Inexact Rounded exp1030 exp 0.0391658 -> 1.039943 Inexact Rounded exp1031 exp 9.261816 -> 10528.24 Inexact Rounded exp1032 exp 9.611186 -> 14930.87 Inexact Rounded exp1033 exp 9.118125 -> 9119.087 Inexact Rounded exp1034 exp 9.469083 -> 12953.00 Inexact Rounded exp1035 exp 0.0499983 -> 1.051269 Inexact Rounded exp1036 exp 0.0050746 -> 1.005087 Inexact Rounded exp1037 exp 0.0014696 -> 1.001471 Inexact Rounded exp1038 exp 9.138494 -> 9306.739 Inexact Rounded exp1039 exp 0.0065436 -> 1.006565 Inexact Rounded exp1040 exp 0.7284803 -> 2.071930 Inexact Rounded